html,
body {
    font-family: "Mulish", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

::-webkit-scrollbar {
    width: 10px;
}

.active-menus {
    color: #ea550f;
}

input,
textarea {
    border-width: 1px;
    border-radius: 0.5rem;
    width: 100%;
    padding: 1rem !important;
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
}

.g-recaptcha {
    width: 100% !important;
    max-width: 250px;
    display: block;
}

.wpcf7 input[type="submit"] {
    background-color: #ea550f;
    color: white;
    padding: 0.75rem 1.25rem;
    font-size: 1.125rem;
    border-radius: 0.75rem;
    cursor: pointer;
    width: 200px;
}

.wpcf7 input[type="submit"]:hover {
    background-color: #a6c626;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #888;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.ham_nav_btn {
    border: none;
    background: none;
    cursor: pointer;
}

.hamburger {
    width: 40px;
    height: 40px;
}

.hamburger__bar {
    transition-property: transform;
    transition-duration: 0.3s;
    transform-origin: center;
    stroke: rgb(0, 0, 0);
    stroke-width: 15%;
}

.hamburger__bar_top {
    transform: translateY(-40%);
}

.hamburger__bar_bot {
    transform: translateY(40%);
}

.is-opened .hamburger__bar_top {
    transform: rotate(45deg);
}

.is-opened .hamburger__bar_mid {
    transform: scaleX(0.1);
}

.is-opened .hamburger__bar_bot {
    transform: rotate(-45deg);
}

.hamburger_main_menu {
    position: fixed;
    top: 20px;
    right: -50px;
    padding: 0rem;
    height: 0;
    width: 0;
    background-color: white;
    z-index: 30;
    transition: all;
    transition-duration: 0.5s;
    border-bottom-left-radius: 1000px;
}

.hamburger_navigation .hamburger_nav_item {
    transition: all;
    transition-duration: 0.3s;
    opacity: 0;
    margin-left: -60px;
}

.hamburger_navigation .hamburger_nav_item_2 {
    transition-delay: 0.05s;
}

.hamburger_navigation .hamburger_nav_item_3 {
    transition-delay: 0.1s;
}

.hamburger_navigation .hamburger_nav_item_4 {
    transition-delay: 0.15s;
}

.hamburger_navigation .hamburger_nav_item_5 {
    transition-delay: 0.2s;
}

.hamburger_navigation .hamburger_nav_item_6 {
    transition-delay: 0.35s;
}

.hamburger_nav_about,
.hamburger_nav_services,
.hamburger_nav_solutions {
    width: 100vw;
    height: 100vh;
    background-color: white;
    top: 0;
    right: 0;
    z-index: 40;
    transform: translateX(1000px);
    transition: all;
    transition-duration: 0.6s;
}

.hero_title_text_one {
    transition: all;
    transition-duration: 0.8s;
}

.hero_title_text_two {
    transition: all;
    transition-duration: 0.8s;
}

#hero_description_text:after {
    content: "";
    animation: blink 0.7s infinite;
    color: black;
}

@keyframes blink {
    0%,
    100% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
}

.arrow_know_more_one_animate #arrow_know_more_one_path_one {
    stroke-dasharray: 1000;
    stroke-dashoffset: -1000;
    animation: drawPath 1.5s ease forwards;
    animation-delay: 0.5s;
}

#arrow_know_more_one_line {
    opacity: 0;
}

.arrow_know_more_one_animate #arrow_know_more_one_line {
    stroke-dasharray: 300;
    stroke-dashoffset: -300;
    animation: drawLine 2s ease forwards 1s;
    transition: all;
    transition-duration: 0.5s;
}

#arrow_know_more_one_path_two {
    opacity: 0;
}

.arrow_know_more_one_animate #arrow_know_more_one_path_two {
    animation: fadeInArrowHead 1s ease forwards 2s;
    transition: all;
    transition-duration: 0.5s;
}

.arrow_know_more_one_animate #arrow_know_more_one_circle {
    transition: all;
    transition-duration: 0.3s;
}

@keyframes drawLine {
    to {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

@keyframes fadeInArrowHead {
    to {
        opacity: 1;
    }
}

.know_more_one_text {
    transition: all;
    transition-duration: 0.5s;
    margin-right: -20px;
    opacity: 0;
}

.side_arrow_btn .side_arrow_circle {
    fill: #ea550f;
    transition: all;
    transition-duration: 0.5s;
}

.side_arrow_top {
    fill: white;
    transition: all;
    transition-duration: 0.5s;
}

.side_arrow_bottom {
    stroke: white;
    transition: all;
    transition-duration: 0.5s;
}

.side_arrow_btn:hover .side_arrow_circle {
    fill: #a6c626;
}

.side_arrow_btn:hover .side_arrow_top {
    fill: black;
    transform: translate(200px, -200px);
}

.side_arrow_btn:hover .side_arrow_bottom {
    stroke: black;
    transform: translate(200px, -200px);
}

.social_media_svg_hero_rect_one {
    transition: all;
    transition-duration: 2s;
    transform: translateX(-70px);
    opacity: 0;
}

.social_media_svg_hero_animate .social_media_svg_hero_rect_one {
    transform: translateX(0px);
    opacity: 1;
}

.social_media_svg_hero_animate #social_media_svg_hero_rect_one_line_one {
    stroke-dasharray: 64;
    stroke-dashoffset: -64;
    animation: drawPath 1.5s ease forwards;
    animation-delay: 1.5s;
}

.social_media_svg_hero_animate #social_media_svg_hero_rect_one_line_two {
    stroke-dasharray: 64;
    stroke-dashoffset: -64;
    animation: drawPath 1.5s ease forwards;
    animation-delay: 2s;
}

.social_media_svg_hero_animate #social_media_svg_hero_graph_line_one {
    stroke-dasharray: 64;
    stroke-dashoffset: -64;
    animation: drawPath 1.5s ease forwards;
    animation-delay: 2s;
}

.social_media_svg_hero_animate #social_media_svg_hero_graph_line_two {
    stroke-dasharray: 64;
    stroke-dashoffset: -64;
    animation: drawPath 1.5s ease forwards;
    animation-delay: 3.1s;
}

.social_media_svg_hero_animate #social_media_svg_hero_graph_line_three {
    stroke-dasharray: 64;
    stroke-dashoffset: -64;
    animation: drawPath 1.5s ease forwards;
    animation-delay: 4s;
}

.social_media_svg_hero_animate #social_media_svg_hero_graph_line_four {
    stroke-dasharray: 64;
    stroke-dashoffset: -64;
    animation: drawPath 1.5s ease forwards;
    animation-delay: 5.2s;
}

.social_media_svg_hero_animate #social_media_svg_hero_graph_line_five {
    stroke-dasharray: 64;
    stroke-dashoffset: -64;
    animation: drawPath 1.5s ease forwards;
    animation-delay: 6.4s;
}

.social_media_svg_hero_animate #social_media_svg_hero_graph_line_six {
    stroke-dasharray: 64;
    stroke-dashoffset: -64;
    animation: drawPath 1.5s ease forwards;
    animation-delay: 7s;
}

.social_media_svg_hero_animate #social_media_svg_hero_graph_line_seven {
    stroke-dasharray: 64;
    stroke-dashoffset: 64;
    animation: drawPath 1.5s ease forwards;
    animation-delay: 7s;
}

#social_media_svg_hero_rect_two_text {
    transition: all;
    transition-duration: 2s;
    transition-delay: 6s;
    transform: translateX(-20px);
    opacity: 0;
}

.social_media_svg_hero_animate #social_media_svg_hero_rect_two_text {
    opacity: 1;
    transform: translateX(0px);
}

.social_media_svg_hero_rect_two {
    transition: all;
    transition-duration: 2s;
    transition-delay: 1s;
    transform: translateX(-70px);
    opacity: 0;
}

.social_media_svg_hero_animate .social_media_svg_hero_rect_two {
    transform: translateX(0px);
    opacity: 1;
}

#social_media_svg_hero_one_instagram {
    transition: all;
    transition-duration: 1s;
    transition-delay: 2s;
    opacity: 0;
}

.social_media_svg_hero_animate #social_media_svg_hero_one_instagram {
    opacity: 1;
}

#social_media_svg_hero_one_linkedin {
    transition: all;
    transition-duration: 1s;
    transition-delay: 2.2s;
    opacity: 0;
}

.social_media_svg_hero_animate #social_media_svg_hero_one_linkedin {
    opacity: 1;
}

#social_media_svg_hero_one_youtube {
    transition: all;
    transition-duration: 1s;
    transition-delay: 2.4s;
    opacity: 0;
}

.social_media_svg_hero_animate #social_media_svg_hero_one_youtube {
    opacity: 1;
}

.social_media_svg_hero_animate #social_media_svg_hero_instagram_gray {
    stroke-dasharray: 64;
    stroke-dashoffset: -64;
    animation: drawPath 1.5s ease forwards;
    animation-delay: 3s;
}

.social_media_svg_hero_animate #social_media_svg_hero_instagram_green {
    stroke-dasharray: 49;
    stroke-dashoffset: -49;
    animation: drawPath 1.5s ease-in-out forwards;
    animation-delay: 4s;
}

.social_media_svg_hero_animate #social_media_svg_hero_linkedin_gray {
    stroke-dasharray: 64;
    stroke-dashoffset: -64;
    animation: drawPath 1.5s ease forwards;
    animation-delay: 3.5s;
}

.social_media_svg_hero_animate #social_media_svg_hero_linkedin_green {
    stroke-dasharray: 64;
    stroke-dashoffset: -64;
    animation: drawPath 1.5s ease-in-out forwards;
    animation-delay: 4.5s;
}

.social_media_svg_hero_animate #social_media_svg_hero_youtube_gray {
    stroke-dasharray: 64;
    stroke-dashoffset: -64;
    animation: drawPath 1.5s ease forwards;
    animation-delay: 4s;
}

.social_media_svg_hero_animate #social_media_svg_hero_youtube_green {
    stroke-dasharray: 64;
    stroke-dashoffset: -64;
    animation: drawPath 1.5s ease-in-out forwards;
    animation-delay: 5s;
}

#social_media_svg_hero_instagram_text {
    transition: all;
    transition-duration: 2s;
    transition-delay: 4s;
    transform: translateX(-15px);
    opacity: 0;
}

.social_media_svg_hero_animate #social_media_svg_hero_instagram_text {
    opacity: 1;
    transform: translateX(0px);
}

#social_media_svg_hero_linkedin_text {
    transition: all;
    transition-duration: 2s;
    transition-delay: 4.5s;
    transform: translateX(-15px);
    opacity: 0;
}

.social_media_svg_hero_animate #social_media_svg_hero_linkedin_text {
    opacity: 1;
    transform: translateX(0px);
}

#social_media_svg_hero_youtube_text {
    transition: all;
    transition-duration: 2s;
    transition-delay: 5s;
    transform: translateX(-15px);
    opacity: 0;
}

.social_media_svg_hero_animate #social_media_svg_hero_youtube_text {
    opacity: 1;
    transform: translateX(0px);
}

#web_design_hero_rect_main {
    transition: all;
    transition-duration: 2s;
    transition-delay: 0.8s;
    transform: translateX(-90px);
    opacity: 0;
}

.web_design_svg_hero_animate #web_design_hero_rect_main {
    opacity: 1;
    transform: translateX(0px);
}

#web_design_hero_rect_green_one {
    transition: all ease-in-out;
    transition-duration: 1.5s;
    transition-delay: 1.2s;
    opacity: 0;
    width: 0;
    height: 0;
}

.web_design_svg_hero_animate #web_design_hero_rect_green_one {
    width: 111px;
    height: 109px;
    opacity: 1;
}

#web_design_hero_rect_green_two {
    transition: all ease-in-out;
    transition-duration: 2s;
    transition-delay: 2s;
    transform: scale(0, 0);
    transform-origin: center center;
    opacity: 0;
}

.web_design_svg_hero_animate #web_design_hero_rect_green_two {
    opacity: 1;
    transform: scale(1, 1);
}

#web_design_hero_circle_black {
    transition: all ease-in-out;
    transition-duration: 2s;
    transition-delay: 2s;
    transform: scale(0, 0);
    transform-origin: center center;
    opacity: 0;
}

.web_design_svg_hero_animate #web_design_hero_circle_black {
    opacity: 1;
    transform: scale(1, 1);
}

#web_design_hero_circle_orange {
    transition: all ease-in-out;
    transition-duration: 1.5s;
    transition-delay: 3.5s;
    transform: translateX(-50px);
    opacity: 0;
}

.web_design_svg_hero_animate #web_design_hero_circle_orange {
    transform: translateX(0px);
    opacity: 1;
}

#web_design_hero_rect_front_one {
    transition: all ease-out;
    transition-duration: 2s;
    transition-delay: 4.5s;
    opacity: 0;
    transform: translateX(-40px);
    width: 0;
    height: 160px;
}

.web_design_svg_hero_animate #web_design_hero_rect_front_one {
    opacity: 1;
    width: 90px;
    transform: translateX(0px);
}

#web_design_hero_rect_front_one_head {
    transition: all ease-out;
    transition-duration: 2s;
    transition-delay: 5.5s;
    transform: translateX(-40px);
    width: 0;
    opacity: 0;
}

.web_design_svg_hero_animate #web_design_hero_rect_front_one_head {
    opacity: 1;
    transform: translateX(0px);
    width: 100%;
}

#web_design_hero_rect_front_one_head_el_one {
    transition: all ease-out;
    transition-duration: 2s;
    transition-delay: 6.5s;
    width: 0;
}

.web_design_svg_hero_animate #web_design_hero_rect_front_one_head_el_one {
    width: 25px;
}

#web_design_hero_rect_front_one_head_el_two {
    transition: all ease-out;
    transition-duration: 2s;
    transition-delay: 6.5s;
    opacity: 0;
}

.web_design_svg_hero_animate #web_design_hero_rect_front_one_head_el_two {
    opacity: 1;
}

#web_design_hero_rect_front_one_body_btn {
    transition: all ease-out;
    transition-duration: 2s;
    transition-delay: 7.5s;
    width: 0;
}

.web_design_svg_hero_animate #web_design_hero_rect_front_one_body_btn {
    width: 57px;
}

.web_design_svg_hero_animate #web_design_hero_rect_front_one_body_rect {
    stroke-dasharray: 64;
    stroke-dashoffset: -64;
    animation: drawPath 1.5s ease-in-out forwards;
    animation-delay: 6.5s;
}

.web_design_svg_hero_animate #web_design_hero_rect_front_one_body_rect_bl_tr {
    stroke-dasharray: 100;
    stroke-dashoffset: -100;
    animation: drawPath 1.5s ease-in-out forwards;
    animation-delay: 7.5s;
}

.web_design_svg_hero_animate #web_design_hero_rect_front_one_body_rect_br_tl {
    stroke-dasharray: 100;
    stroke-dashoffset: -100;
    animation: drawPath 1.5s ease-in-out forwards;
    animation-delay: 7.5s;
}

#web_design_hero_rect_front_one_body_c_one {
    transition: all ease-out;
    transition-duration: 2s;
    transition-delay: 8s;
    transform: translateX(-30px);
    opacity: 0;
}

.web_design_svg_hero_animate #web_design_hero_rect_front_one_body_c_one {
    transform: translateX(0px);
    opacity: 1;
}

#web_design_hero_rect_front_one_body_c_two {
    transition: all ease-out;
    transition-duration: 2s;
    transition-delay: 8.5s;
    transform: translateX(-30px);
    opacity: 0;
}

.web_design_svg_hero_animate #web_design_hero_rect_front_one_body_c_two {
    transform: translateX(0px);
    opacity: 1;
}

#web_design_hero_rect_front_one_body_c_three {
    transition: all ease-out;
    transition-duration: 2s;
    transition-delay: 9s;
    transform: translateX(-30px);
    opacity: 0;
}

.web_design_svg_hero_animate #web_design_hero_rect_front_one_body_c_three {
    transform: translateX(0px);
    opacity: 1;
}

#web_design_hero_rect_front_two {
    transition: all ease-out;
    transition-duration: 2s;
    transition-delay: 5s;
    transform: translateX(60px);
    opacity: 0;
}

.web_design_svg_hero_animate #web_design_hero_rect_front_two {
    transform: translateX(0px);
    opacity: 1;
}

#web_design_hero_rect_front_two_rect_one {
    transition: all ease;
    transition-duration: 2s;
    transition-delay: 6s;
    transform: translateX(-30px);
    opacity: 0;
}

.web_design_svg_hero_animate #web_design_hero_rect_front_two_rect_one {
    opacity: 1;
    transform: translateX(0px);
}

#web_design_hero_rect_front_two_head {
    transition: all ease-out;
    transition-duration: 2s;
    transition-delay: 5.5s;
    transform: translateX(50px);
    width: 0;
    opacity: 0;
}

.web_design_svg_hero_animate #web_design_hero_rect_front_two_head {
    opacity: 1;
    transform: translateX(0px);
    width: 100%;
}

#web_design_hero_rect_front_two_rect_two {
    transition: all ease;
    transition-duration: 2s;
    transition-delay: 6.5s;
    transform: translateX(-30px);
    opacity: 0;
}

.web_design_svg_hero_animate #web_design_hero_rect_front_two_rect_two {
    opacity: 1;
    transform: translateX(0px);
}

#web_design_hero_rect_front_two_rect_three {
    transition: all ease;
    transition-duration: 2s;
    transition-delay: 7s;
    transform: translateX(-30px);
    opacity: 0;
}

.web_design_svg_hero_animate #web_design_hero_rect_front_two_rect_three {
    opacity: 1;
    transform: translateX(0px);
}

#web_design_hero_rect_front_two_rect_four {
    transition: all ease;
    transition-duration: 2s;
    transition-delay: 7.5s;
    transform: translateX(-30px);
    opacity: 0;
}

.web_design_svg_hero_animate #web_design_hero_rect_front_two_rect_four {
    opacity: 1;
    transform: translateX(0px);
}

#web_design_hero_rect_front_two_head_el_one {
    transition: all ease;
    transition-duration: 2s;
    transition-delay: 7.5s;
    width: 0;
}

.web_design_svg_hero_animate #web_design_hero_rect_front_two_head_el_one {
    width: 55px;
}

#web_design_hero_rect_front_two_head_el_two {
    transition: all ease;
    transition-duration: 2s;
    transition-delay: 7.5s;
    opacity: 0;
}

.web_design_svg_hero_animate #web_design_hero_rect_front_two_head_el_two {
    opacity: 1;
}

#web_design_hero_rect_front_two_head_el_three {
    transition: all ease;
    transition-duration: 2s;
    transition-delay: 7.5s;
    opacity: 0;
}

.web_design_svg_hero_animate #web_design_hero_rect_front_two_head_el_three {
    opacity: 1;
}

#web_design_hero_rect_front_two_body_search_one {
    transition: all ease;
    transition-duration: 2s;
    transition-delay: 8s;
    transform: translateX(-50px);
    opacity: 0;
}

.web_design_svg_hero_animate #web_design_hero_rect_front_two_body_search_one {
    transform: translateX(0px);
    opacity: 1;
}

#web_design_hero_rect_front_two_body_search_two {
    transition: all ease;
    transition-duration: 2s;
    transition-delay: 8s;
    transform: translateX(50px);
    opacity: 0;
}

.web_design_svg_hero_animate #web_design_hero_rect_front_two_body_search_two {
    transform: translateX(0px);
    opacity: 1;
}

#web_design_hero_rect_line_one {
    transition: all ease;
    transition-duration: 2s;
    transition-delay: 5s;
    width: 0;
}

.web_design_svg_hero_animate #web_design_hero_rect_line_one {
    width: 69px;
}

#web_design_hero_rect_line_two {
    transition: all ease;
    transition-duration: 2s;
    transition-delay: 5.5s;
    width: 0;
}

.web_design_svg_hero_animate #web_design_hero_rect_line_two {
    width: 56px;
}

#web_design_hero_rect_line_three {
    transition: all ease;
    transition-duration: 2s;
    transition-delay: 6s;
    width: 0;
}

.web_design_svg_hero_animate #web_design_hero_rect_line_three {
    width: 32px;
}

#web_design_svg_hero_color_palette_one {
    transition: all ease;
    transition-duration: 2s;
    transition-delay: 5s;
    width: 0;
}

.web_design_svg_hero_animate #web_design_svg_hero_color_palette_one {
    width: 128px;
}

#web_design_svg_hero_color_palette_two {
    transition: all ease;
    transition-duration: 2s;
    transition-delay: 5.5s;
    opacity: 0;
    transform: translateY(30px);
}

.web_design_svg_hero_animate #web_design_svg_hero_color_palette_two {
    opacity: 1;
    transform: translateY(0px);
}

#web_design_svg_hero_color_palette_three {
    transition: all ease;
    transition-duration: 2s;
    transition-delay: 6s;
    opacity: 0;
    transform: translateY(30px);
}

.web_design_svg_hero_animate #web_design_svg_hero_color_palette_three {
    opacity: 1;
    transform: translateY(0px);
}

#web_design_svg_hero_color_palette_four {
    transition: all ease;
    transition-duration: 2s;
    transition-delay: 6.5s;
    opacity: 0;
    transform: translateY(30px);
}

.web_design_svg_hero_animate #web_design_svg_hero_color_palette_four {
    opacity: 1;
    transform: translateY(0px);
}

#web_design_svg_hero_color_palette_five {
    transition: all ease;
    transition-duration: 2s;
    transition-delay: 7s;
    opacity: 0;
    transform: translateY(30px);
}

.web_design_svg_hero_animate #web_design_svg_hero_color_palette_five {
    opacity: 1;
    transform: translateY(0px);
}

#web_design_hero_react_icon_edit {
    transition: all ease;
    transition-duration: 2s;
    transition-delay: 8s;
    opacity: 0;
    transform: translateY(30px);
}

.web_design_svg_hero_animate #web_design_hero_react_icon_edit {
    opacity: 1;
    transform: translateY(0px);
}

#web_design_hero_react_icon_edit_rect_one {
    transition: all ease;
    transition-duration: 2s;
    transition-delay: 8s;
    opacity: 0;
    transform: translateX(-20px);
}

.web_design_svg_hero_animate #web_design_hero_react_icon_edit_rect_one {
    opacity: 1;
    transform: translateX(0px);
}

#web_design_hero_react_icon_edit_rect_two {
    transition: all ease;
    transition-duration: 2s;
    transition-delay: 8.6s;
    opacity: 0;
    transform: translateX(-20px);
}

.web_design_svg_hero_animate #web_design_hero_react_icon_edit_rect_two {
    opacity: 1;
    transform: translateX(0px);
}

#web_design_hero_react_icon_edit_rect_three {
    transition: all ease;
    transition-duration: 2s;
    transition-delay: 8.3s;
    opacity: 0;
    transform: translateX(20px);
}

.web_design_svg_hero_animate #web_design_hero_react_icon_edit_rect_three {
    opacity: 1;
    transform: translateX(0px);
}

#web_design_hero_react_icon_edit_rect_four {
    transition: all ease;
    transition-duration: 2s;
    transition-delay: 8.9s;
    opacity: 0;
    transform: translateX(20px);
}

.web_design_svg_hero_animate #web_design_hero_react_icon_edit_rect_four {
    opacity: 1;
    transform: translateX(0px);
}

#web_design_svg_hero_circle_one {
    transition: all ease;
    transition-duration: 2s;
    transition-delay: 6s;
    transform: translateY(-40px);
    opacity: 0;
}

.web_design_svg_hero_animate #web_design_svg_hero_circle_one {
    transform: translateY(0px);
    opacity: 1;
}

#web_design_svg_hero_circle_two {
    transition: all ease;
    transition-duration: 2s;
    transition-delay: 6.5s;
    transform: translateY(-40px);
    opacity: 0;
}

.web_design_svg_hero_animate #web_design_svg_hero_circle_two {
    transform: translateY(0px);
    opacity: 1;
}

#web_design_svg_hero_circle_three {
    transition: all ease;
    transition-duration: 2s;
    transition-delay: 7s;
    transform: translateY(-40px);
    opacity: 0;
}

.web_design_svg_hero_animate #web_design_svg_hero_circle_three {
    transform: translateY(0px);
    opacity: 1;
}

#web_design_svg_hero_circle_four {
    transition: all ease;
    transition-duration: 2s;
    transition-delay: 7.5s;
    transform: translateY(-40px);
    opacity: 0;
}

.web_design_svg_hero_animate #web_design_svg_hero_circle_four {
    transform: translateY(0px);
    opacity: 1;
}

#web_design_hero_rect_black_cross {
    transition: all ease;
    transition-duration: 2s;
    transition-delay: 6s;
    transform: translateX(-30px);
    opacity: 0;
}

.web_design_svg_hero_animate #web_design_hero_rect_black_cross {
    transform: translateX(0px);
    opacity: 1;
}

.web_design_svg_hero_animate #web_design_hero_rect_black_cross_line_one {
    stroke-dasharray: 80;
    stroke-dashoffset: -80;
    animation: drawPath 1.5s ease forwards;
    animation-delay: 7s;
}

.web_design_svg_hero_animate #web_design_hero_rect_black_cross_line_two {
    stroke-dasharray: 80;
    stroke-dashoffset: -80;
    animation: drawPath 1.5s ease forwards;
    animation-delay: 7.5s;
}

#web_design_hero_switch_back {
    transition: all ease;
    transition-duration: 2s;
    transition-delay: 6s;
    width: 0px;
}

.web_design_svg_hero_animate #web_design_hero_switch_back {
    width: 32px;
}

#web_design_hero_switch_circle {
    transition: all ease;
    transition-duration: 2s;
    transition-delay: 7s;
    opacity: 0;
}

.web_design_svg_hero_animate #web_design_hero_switch_circle {
    opacity: 1;
}

.web_design_svg_hero_animate #web_design_hero_search_circle {
    stroke-dasharray: 80;
    stroke-dashoffset: -80;
    animation: drawPath 1.5s ease forwards;
    animation-delay: 6s;
}

.web_design_svg_hero_animate #web_design_hero_search_stick {
    stroke-dasharray: 80;
    stroke-dashoffset: 80;
    animation: drawPath 1.5s ease forwards;
    animation-delay: 7.2s;
}

#crm_dash_svg_hero_react_main {
    transition: all ease;
    transition-duration: 2s;
    transition-delay: 2s;
    transform: translateY(-90px);
    opacity: 0;
    height: 0;
}

.crm_dash_svg_hero_animate #crm_dash_svg_hero_react_main {
    transform: translateY(0px);
    opacity: 1;
    height: 100%;
}

#crm_dash_svg_hero_black_sidebar {
    transition: all ease;
    transition-duration: 1.5s;
    transition-delay: 3.5s;
    transform: translateX(-50px);
    opacity: 0;
    width: 0;
}

.crm_dash_svg_hero_animate #crm_dash_svg_hero_black_sidebar {
    transform: translateX(0px);
    opacity: 1;
    width: 100%;
}

#crm_dash_svg_hero_black_sidebar_el_one {
    transition: all ease;
    transition-duration: 1s;
    transition-delay: 4s;
    transform: translateX(-30px);
    width: 0;
    opacity: 0;
}

.crm_dash_svg_hero_animate #crm_dash_svg_hero_black_sidebar_el_one {
    transform: translateX(0px);
    opacity: 1;
    width: 67px;
}

#crm_dash_svg_hero_black_sidebar_el_two,
#crm_dash_svg_hero_black_sidebar_el_two_text {
    transition: all ease;
    transition-duration: 1s;
    transition-delay: 4.5s;
    transform: translateX(-30px);
    width: 0;
    opacity: 0;
}

.crm_dash_svg_hero_animate #crm_dash_svg_hero_black_sidebar_el_two,
.crm_dash_svg_hero_animate #crm_dash_svg_hero_black_sidebar_el_two_text {
    transform: translateX(0px);
    opacity: 1;
    width: 67px;
}

#crm_dash_svg_hero_black_sidebar_el_three {
    transition: all ease;
    transition-duration: 1s;
    transition-delay: 5s;
    transform: translateX(-30px);
    width: 0;
    opacity: 0;
}

.crm_dash_svg_hero_animate #crm_dash_svg_hero_black_sidebar_el_three {
    transform: translateX(0px);
    opacity: 1;
    width: 67px;
}

#crm_dash_svg_hero_black_sidebar_el_four {
    transition: all ease;
    transition-duration: 1s;
    transition-delay: 5.5s;
    transform: translateX(-30px);
    width: 0;
    opacity: 0;
}

.crm_dash_svg_hero_animate #crm_dash_svg_hero_black_sidebar_el_four {
    transform: translateX(0px);
    opacity: 1;
    width: 67px;
}

#crm_dash_svg_hero_black_sidebar_el_five {
    transition: all ease;
    transition-duration: 1s;
    transition-delay: 6s;
    transform: translateX(-30px);
    width: 0;
    opacity: 0;
}

.crm_dash_svg_hero_animate #crm_dash_svg_hero_black_sidebar_el_five {
    transform: translateX(0px);
    opacity: 1;
    width: 67px;
}

#crm_dash_svg_hero_black_sidebar_el_six {
    transition: all ease;
    transition-duration: 1s;
    transition-delay: 6.5s;
    transform: translateX(-30px);
    width: 0;
    opacity: 0;
}

.crm_dash_svg_hero_animate #crm_dash_svg_hero_black_sidebar_el_six {
    transform: translateX(0px);
    opacity: 1;
    width: 67px;
}

#crm_dash_svg_hero_header {
    transition: all ease;
    transition-duration: 1s;
    transition-delay: 4s;
    transform: translateY(-30px);
    height: 0;
    opacity: 0;
}

.crm_dash_svg_hero_animate #crm_dash_svg_hero_header {
    transform: translateY(0px);
    height: 100%;
    opacity: 1;
}

#crm_dash_svg_hero_header_circle {
    transition: all ease;
    transition-duration: 2s;
    transition-delay: 4.3s;
    scale: 0;
    opacity: 0;
}

.crm_dash_svg_hero_animate #crm_dash_svg_hero_header_circle {
    transform: translateY(0px);
    scale: 1;
    opacity: 1;
}

#crm_dash_svg_hero_header_rect {
    transition: all ease;
    transition-duration: 2s;
    transition-delay: 4.5s;
    width: 0;
    opacity: 0;
}

.crm_dash_svg_hero_animate #crm_dash_svg_hero_header_rect {
    width: 113px;
    opacity: 1;
}

#crm_dash_svg_hero_card_one {
    transition: all ease;
    transition-duration: 2s;
    transition-delay: 4.5s;
    transform: translateY(-30px);
    height: 0;
    opacity: 0;
}

.crm_dash_svg_hero_animate #crm_dash_svg_hero_card_one {
    transform: translateY(0px);
    height: 141px;
    opacity: 1;
}

#crm_dash_svg_hero_card_one_line_one,
#crm_dash_svg_hero_card_one_line_two,
#crm_dash_svg_hero_card_one_line_three,
#crm_dash_svg_hero_card_one_line_four {
    transition: all ease;
    transition-duration: 2s;
    transition-delay: 6s;
    width: 0;
    opacity: 0;
}

.crm_dash_svg_hero_animate #crm_dash_svg_hero_card_one_line_one,
.crm_dash_svg_hero_animate #crm_dash_svg_hero_card_one_line_two,
.crm_dash_svg_hero_animate #crm_dash_svg_hero_card_one_line_three,
.crm_dash_svg_hero_animate #crm_dash_svg_hero_card_one_line_four {
    width: 50px;
    opacity: 1;
}

.crm_dash_svg_hero_animate #crm_dash_svg_hero_circle_one {
    stroke-dasharray: 280;
    stroke-dashoffset: -280;
    animation: drawPath 1.5s ease forwards;
    animation-delay: 6s;
}

#crm_dash_svg_hero_card_two {
    transition: all ease;
    transition-duration: 2s;
    transition-delay: 4.5s;
    transform: translateY(-30px);
    height: 0;
    opacity: 0;
}

.crm_dash_svg_hero_animate #crm_dash_svg_hero_card_two {
    transform: translateY(0px);
    height: 92px;
    opacity: 1;
}

.crm_dash_svg_hero_animate #crm_dash_svg_hero_card_two_line_one {
    stroke-dasharray: 100;
    stroke-dashoffset: -100;
    animation: drawPath 1.5s ease forwards;
    animation-delay: 8s;
}

.crm_dash_svg_hero_animate #crm_dash_svg_hero_card_two_line_three,
.crm_dash_svg_hero_animate #crm_dash_svg_hero_card_two_line_five,
.crm_dash_svg_hero_animate #crm_dash_svg_hero_card_two_line_seven,
.crm_dash_svg_hero_animate #crm_dash_svg_hero_card_two_line_nine {
    stroke-dasharray: 100;
    stroke-dashoffset: -100;
    animation: drawPath 1.5s ease forwards;
    animation-delay: 8s;
}

.crm_dash_svg_hero_animate #crm_dash_svg_hero_card_two_line_two,
.crm_dash_svg_hero_animate #crm_dash_svg_hero_card_two_line_four,
.crm_dash_svg_hero_animate #crm_dash_svg_hero_card_two_line_six,
.crm_dash_svg_hero_animate #crm_dash_svg_hero_card_two_line_eight,
.crm_dash_svg_hero_animate #crm_dash_svg_hero_card_two_line_ten {
    stroke-dasharray: 100;
    stroke-dashoffset: -100;
    animation: drawPath 1.5s ease forwards;
    animation-delay: 9s;
}

#crm_dash_svg_hero_card_three {
    transition: all ease;
    transition-duration: 2s;
    transition-delay: 6s;
    width: 0;
    opacity: 0;
}

.crm_dash_svg_hero_animate #crm_dash_svg_hero_card_three {
    width: 89px;
    opacity: 1;
}

#crm_dash_svg_hero_card_three_line {
    transition: all ease;
    transition-duration: 2s;
    transition-delay: 7s;
    width: 0;
    opacity: 0;
}

.crm_dash_svg_hero_animate #crm_dash_svg_hero_card_three_line {
    width: 42px;
    opacity: 1;
}

#crm_dash_svg_hero_card_three_circle {
    transition: all ease;
    transition-duration: 2s;
    transition-delay: 7.5s;
    width: 0;
    opacity: 0;
}

.crm_dash_svg_hero_animate #crm_dash_svg_hero_card_three_circle {
    width: 42px;
    opacity: 1;
}

#crm_dash_svg_hero_card_four {
    transition: all ease;
    transition-duration: 2s;
    transition-delay: 6s;
    width: 0;
    opacity: 0;
}

.crm_dash_svg_hero_animate #crm_dash_svg_hero_card_four {
    width: 89px;
    opacity: 1;
}

#crm_dash_svg_hero_card_four_line {
    transition: all ease;
    transition-duration: 2s;
    transition-delay: 7s;
    width: 0;
    opacity: 0;
}

.crm_dash_svg_hero_animate #crm_dash_svg_hero_card_four_line {
    width: 42px;
    opacity: 1;
}

#crm_dash_svg_hero_card_four_circle {
    transition: all ease;
    transition-duration: 2s;
    transition-delay: 7.5s;
    width: 0;
    opacity: 0;
}

.crm_dash_svg_hero_animate #crm_dash_svg_hero_card_four_circle {
    width: 42px;
    opacity: 1;
}

#crm_dash_svg_hero_card_five {
    transition: all ease;
    transition-duration: 2s;
    transition-delay: 3s;
    width: 0;
    opacity: 0;
}

.crm_dash_svg_hero_animate #crm_dash_svg_hero_card_five {
    width: 320px;
    opacity: 1;
}

.crm_dash_svg_hero_animate #crm_dash_svg_hero_card_five_dark_line_one {
    stroke-dasharray: 80;
    stroke-dashoffset: -80;
    animation: drawPath 1.5s ease forwards;
    animation-delay: 6s;
}

.crm_dash_svg_hero_animate #crm_dash_svg_hero_card_five_dark_line_two {
    stroke-dasharray: 120;
    stroke-dashoffset: -120;
    animation: drawPath 1.5s ease forwards;
    animation-delay: 7.2s;
}

.crm_dash_svg_hero_animate #crm_dash_svg_hero_card_five_dark_line_three {
    stroke-dasharray: 100;
    stroke-dashoffset: -100;
    animation: drawPath 1.5s ease forwards;
    animation-delay: 8.3s;
}

.crm_dash_svg_hero_animate #crm_dash_svg_hero_card_five_dark_line_four {
    stroke-dasharray: -100;
    stroke-dashoffset: 100;
    animation: drawPath 1.5s ease forwards;
    animation-delay: 9s;
}

.crm_dash_svg_hero_animate #crm_dash_svg_hero_card_five_dark_line_five {
    stroke-dasharray: -100;
    stroke-dashoffset: 100;
    animation: drawPath 1.5s ease forwards;
    animation-delay: 10s;
}

.crm_dash_svg_hero_animate #crm_dash_svg_hero_card_five_dark_line_six {
    stroke-dasharray: -100;
    stroke-dashoffset: 100;
    animation: drawPath 1.5s ease forwards;
    animation-delay: 10.5s;
}

.crm_dash_svg_hero_animate #crm_dash_svg_hero_card_five_dark_line_seven {
    stroke-dasharray: -100;
    stroke-dashoffset: 100;
    animation: drawPath 1.5s ease forwards;
    animation-delay: 11.8s;
}

.crm_dash_svg_hero_animate #crm_dash_svg_hero_card_five_light_line_one {
    stroke-dasharray: 80;
    stroke-dashoffset: 80;
    animation: drawPath 1.5s ease forwards;
    animation-delay: 6s;
}

.crm_dash_svg_hero_animate #crm_dash_svg_hero_card_five_light_line_two {
    stroke-dasharray: 120;
    stroke-dashoffset: 120;
    animation: drawPath 1.5s ease forwards;
    animation-delay: 6.8s;
}

.crm_dash_svg_hero_animate #crm_dash_svg_hero_card_five_light_line_three {
    stroke-dasharray: 100;
    stroke-dashoffset: 100;
    animation: drawPath 1.5s ease forwards;
    animation-delay: 7.2s;
}

.crm_dash_svg_hero_animate #crm_dash_svg_hero_card_five_light_line_four {
    stroke-dasharray: 100;
    stroke-dashoffset: 100;
    animation: drawPath 1.5s ease forwards;
    animation-delay: 8s;
}

.crm_dash_svg_hero_animate #crm_dash_svg_hero_card_five_light_line_five {
    stroke-dasharray: 100;
    stroke-dashoffset: 100;
    animation: drawPath 1.5s ease forwards;
    animation-delay: 8.6s;
}

.crm_dash_svg_hero_animate #crm_dash_svg_hero_card_five_light_line_six {
    stroke-dasharray: 100;
    stroke-dashoffset: 100;
    animation: drawPath 1.5s ease forwards;
    animation-delay: 9.5s;
}

.crm_dash_svg_hero_animate #crm_dash_svg_hero_card_five_light_line_seven {
    stroke-dasharray: 100;
    stroke-dashoffset: 100;
    animation: drawPath 1.5s ease forwards;
    animation-delay: 10.3s;
}

#crm_dash_svg_hero_card_five_deposit_block {
    transition: all ease;
    transition-duration: 2s;
    transition-delay: 7s;
    width: 0;
    opacity: 0;
}

.crm_dash_svg_hero_animate #crm_dash_svg_hero_card_five_deposit_block {
    width: 5px;
    opacity: 1;
}

#crm_dash_svg_hero_card_five_deposit_block_text {
    transition: all ease;
    transition-duration: 2s;
    transition-delay: 7.5s;
    width: 0;
    opacity: 0;
}

.crm_dash_svg_hero_animate #crm_dash_svg_hero_card_five_deposit_block_text {
    width: 100%;
    opacity: 1;
}

#crm_dash_svg_hero_card_five_withdraw_block {
    transition: all ease;
    transition-duration: 2s;
    transition-delay: 7.5s;
    width: 0;
    opacity: 0;
}

.crm_dash_svg_hero_animate #crm_dash_svg_hero_card_five_withdraw_block {
    width: 5px;
    opacity: 1;
}

#crm_dash_svg_hero_card_five_withdraw_block_text {
    transition: all ease;
    transition-duration: 2s;
    transition-delay: 8s;
    width: 0;
    opacity: 0;
}

.crm_dash_svg_hero_animate #crm_dash_svg_hero_card_five_withdraw_block_text {
    width: 100%;
    opacity: 1;
}

#seo_svg_hero_main_bg {
    transition: all ease;
    transition-duration: 2s;
    transition-delay: 1s;
    width: 0;
    opacity: 0;
}

.seo_svg_hero_animate #seo_svg_hero_main_bg {
    width: 100%;
    opacity: 1;
}

#seo_svg_hero_google_bg {
    transition: all ease;
    transition-duration: 2s;
    transition-delay: 2s;
    width: 0;
    opacity: 0;
}

.seo_svg_hero_animate #seo_svg_hero_google_bg {
    width: 31px;
    opacity: 1;
}

#seo_svg_hero_google_logo {
    transition: all ease;
    transition-duration: 2s;
    transition-delay: 3s;
    height: 0;
    opacity: 0;
}

.seo_svg_hero_animate #seo_svg_hero_google_logo {
    height: 2000px;
    opacity: 1;
}

#seo_svg_hero_google_search {
    transition: all ease;
    transition-duration: 2.5s;
    transition-delay: 3s;
    width: 0;
    opacity: 0;
}

.seo_svg_hero_animate #seo_svg_hero_google_search {
    width: 173px;
    opacity: 1;
}

#seo_svg_hero_google_search_text {
    transition: all ease;
    transition-duration: 2s;
    transition-delay: 3.5s;
    opacity: 0;
}

.seo_svg_hero_animate #seo_svg_hero_google_search_text {
    opacity: 1;
}

#seo_svg_hero_up_success_card {
    transition: all ease;
    transition-duration: 1.5s;
    transition-delay: 4s;
    transform: translateY(30px);
    opacity: 0;
}

.seo_svg_hero_animate #seo_svg_hero_up_success_card {
    transform: translateY(0px);
    opacity: 1;
}

#seo_svg_hero_up_success_text {
    transition: all ease;
    transition-duration: 1.5s;
    transition-delay: 4.5s;
    opacity: 0;
}

.seo_svg_hero_animate #seo_svg_hero_up_success_text {
    opacity: 1;
}

#seo_svg_hero_up_success_line_one {
    stroke-dasharray: 200;
    stroke-dashoffset: 200;
    animation: drawPath 2.5s ease forwards;
    animation-delay: 6.5s;
}

#seo_svg_hero_up_success_line_two {
    stroke-dasharray: 200;
    stroke-dashoffset: 200;
    animation: drawPath 2.5s ease forwards;
    animation-delay: 7s;
}

#seo_svg_hero_up_success_line_three {
    stroke-dasharray: 200;
    stroke-dashoffset: 200;
    animation: drawPath 2.5s ease forwards;
    animation-delay: 7.5s;
}

#seo_svg_hero_up_success_box {
    transition: all ease;
    transition-duration: 2s;
    transition-delay: 5s;
    transform: translateY(40px);
    opacity: 0;
}

.seo_svg_hero_animate #seo_svg_hero_up_success_box {
    transform: translateY(0px);
    opacity: 1;
}

#seo_svg_hero_up_success_arrow {
    transition-duration: 1.5s;
    transition-delay: 5.5s;
    transform: translateY(40px);
    opacity: 0;
}

.seo_svg_hero_animate #seo_svg_hero_up_success_arrow {
    transform: translateY(0px);
    opacity: 1;
}

#seo_svg_hero_down_danger_card_one {
    transition: all ease;
    transition-duration: 1.5s;
    transition-delay: 4s;
    transform: translateY(30px);
    opacity: 0;
}

.seo_svg_hero_animate #seo_svg_hero_down_danger_card_one {
    transform: translateY(0px);
    opacity: 1;
}

#seo_svg_hero_up_danger_text_one {
    transition: all ease;
    transition-duration: 1.5s;
    transition-delay: 4.5s;
    opacity: 0;
}

.seo_svg_hero_animate #seo_svg_hero_up_danger_text_one {
    opacity: 1;
}

#seo_svg_hero_up_danger_line_one_one {
    stroke-dasharray: 200;
    stroke-dashoffset: 200;
    animation: drawPath 2.5s ease forwards;
    animation-delay: 6.5s;
}

#seo_svg_hero_up_danger_line_one_two {
    stroke-dasharray: 200;
    stroke-dashoffset: 200;
    animation: drawPath 2.5s ease forwards;
    animation-delay: 7s;
}

#seo_svg_hero_up_danger_line_one_three {
    stroke-dasharray: 200;
    stroke-dashoffset: 200;
    animation: drawPath 2.5s ease forwards;
    animation-delay: 7.5s;
}

#seo_svg_hero_up_danger_arrow_one {
    transition-duration: 1.5s;
    transition-delay: 6s;
    transform: translateY(-40px);
    opacity: 0;
}

.seo_svg_hero_animate #seo_svg_hero_up_danger_arrow_one {
    transform: translateY(0px);
    opacity: 1;
}

#seo_svg_hero_down_danger_box_one {
    transition: all ease;
    transition-duration: 2s;
    transition-delay: 7s;
    transform: translateY(-40px);
    opacity: 0;
}

.seo_svg_hero_animate #seo_svg_hero_down_danger_box_one {
    transform: translateY(0px);
    opacity: 1;
}

#seo_svg_hero_down_danger_card_two {
    transition: all ease;
    transition-duration: 1.5s;
    transition-delay: 4s;
    transform: translateY(30px);
    opacity: 0;
}

.seo_svg_hero_animate #seo_svg_hero_down_danger_card_two {
    transform: translateY(0px);
    opacity: 1;
}

#seo_svg_hero_up_danger_text_two {
    transition: all ease;
    transition-duration: 1.5s;
    transition-delay: 4.5s;
    opacity: 0;
}

.seo_svg_hero_animate #seo_svg_hero_up_danger_text_two {
    opacity: 1;
}

#seo_svg_hero_up_danger_line_two_one {
    stroke-dasharray: 200;
    stroke-dashoffset: 200;
    animation: drawPath 2.5s ease forwards;
    animation-delay: 6.5s;
}

#seo_svg_hero_up_danger_line_two_two {
    stroke-dasharray: 200;
    stroke-dashoffset: 200;
    animation: drawPath 2.5s ease forwards;
    animation-delay: 7s;
}

#seo_svg_hero_up_danger_line_two_three {
    stroke-dasharray: 200;
    stroke-dashoffset: 200;
    animation: drawPath 2.5s ease forwards;
    animation-delay: 7.5s;
}

#seo_svg_hero_up_danger_arrow_two {
    transition-duration: 1.5s;
    transition-delay: 7s;
    transform: translateY(-40px);
    opacity: 0;
}

.seo_svg_hero_animate #seo_svg_hero_up_danger_arrow_two {
    transform: translateY(0px);
    opacity: 1;
}

#seo_svg_hero_down_danger_box_two {
    transition: all ease;
    transition-duration: 2s;
    transition-delay: 8s;
    transform: translateY(-40px);
    opacity: 0;
}

.seo_svg_hero_animate #seo_svg_hero_down_danger_box_two {
    transform: translateY(0px);
    opacity: 1;
}

.accordion-item {
    background-color: transparent;
}

.accordion-item .accordion-body {
    opacity: 0;
    height: 0;
    padding: 0;
    transition: all;
    transition-duration: 0.5s;
}

.accordion-item .accordion-body p {
    display: none;
}

.accordion-item .accordion-btn {
    transform: rotateX("0deg");
}

.accordion-item.active {
    background-color: white;
}

.accordion-item.active .accordion-btn {
    transform: rotateX("180deg");
}

.accordion-item.active .accordion-body {
    height: auto;
    opacity: 100;
    padding: 2rem;
}

.accordion-item.active .accordion-body p {
    display: block;
}

.btn_arrow_circle .btn_arrow_circle_line,
.btn_arrow_circle .btn_arrow_circle_text,
.btn_arrow_circle .btn_arrow_circle_path_two {
    transition: all;
    transition-duration: 0.6s;
}

.btn_arrow_circle_path_one,
.btn_arrow_circle_circle {
    stroke: #ea550f;
    fill: #ea550f;
}

.btn_arrow_circle_line,
.btn_arrow_circle_path_two {
    stroke: #fff;
    fill: #fff;
}

.btn_arrow_circle:hover .btn_arrow_circle_line {
    transform: translateX(230px);
    stroke: #1c1c1c;
}

.btn_arrow_circle:hover .btn_arrow_circle_path_two {
    transform: translateX(230px);
    fill: #1c1c1c;
}

.btn_arrow_circle:hover .btn_arrow_circle_path_one {
    stroke: #a6c626;
}

.btn_arrow_circle:hover .btn_arrow_circle_circle {
    fill: #a6c626;
}

.btn_arrow_circle:hover .btn_arrow_circle_text {
    transform: translateX(12px);
}

.blog_card {
    transition: all;
    transition-duration: 0.5s;
}

.blog_card:hover {
    cursor: pointer;
    scale: 1.01;
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.blog_card .blog_card_side_arrow_btn .side_arrow_circle {
    fill: #ea550f;
    transition: all;
    transition-duration: 0.5s;
}

.blog_card .blog_card_side_arrow_btn .side_arrow_top {
    fill: white;
    transition: all;
    transition-duration: 0.5s;
}

.blog_card .blog_card_side_arrow_btn .side_arrow_bottom {
    stroke: white;
    transition: all;
    transition-duration: 0.5s;
}

.blog_card:hover .blog_card_side_arrow_btn .side_arrow_circle {
    fill: #a6c626;
}

.blog_card:hover .blog_card_side_arrow_btn .side_arrow_top {
    fill: black;
    transform: translate(200px, -200px);
}

.blog_card:hover .blog_card_side_arrow_btn .side_arrow_bottom {
    stroke: black;
    transform: translate(200px, -200px);
}

@keyframes drawPath {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes drawPathCustom {
    from {
        stroke-dashoffset: 52;
    }
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes ping {
    75%,
    100% {
        transform: scale(2);
        opacity: 0;
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes bounce {
    0%,
    100% {
        transform: translateY(-25%);
        animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
    }
    50% {
        transform: translateY(0);
        animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    }
}

@media screen and (max-width: 350px) {
    .hero_text_2,
    .hero_text {
        font-size: 30px;
    }
    .hero_description {
        margin-top: 20px;
    }
    .hero_btn {
        margin-top: 90px;
        width: 120px !important;
    }
    .simplehero_btn {
        width: 120px !important;
    }
    .forex_btn {
        width: 120px !important;
    }
    .hero_btn_text {
        right: -70px;
    }
    .grow_your_bussiness {
        height: 870px !important;
    }
    .grow_your_bussiness_earth {
        top: 32rem !important;
    }
    .grow_your_bussiness_palne {
        top: 45rem;
        right: 4rem;
    }
    .grow_your_bussiness_right,
    .grow_your_bussiness_left {
        top: 37rem !important;
    }
    .btn_right {
        right: 0;
    }
    .service_btn {
        width: 100px !important;
    }
    .service_btn_text {
        right: -73px;
    }
    .forex_btn_text {
        right: -27px;
    }
    .box-hight {
        height: 600px;
    }
    .service_btn_text_new {
        right: -125px;
    }
}

.video-container {
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 130px;
    height: 180px;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    background-color: #000;
    z-index: 1000;
    border: 2px solid #A6C73A;
}

.video-container:hover #closeIcon {
    opacity: 1;
    pointer-events: auto;
}

.video-container.fullscreen {
    width: 300px;
    height: 400px;
    left: 10px;
    bottom: 10px;
    border-radius: 20px;
    transition: all 0.5s ease-in-out;
}

.small-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}

.hidden {
    display: none;
}

#closeIcon,
#minimizeIcon {
    position: absolute;
    top: 10px;
    right: 10px;
    background: transparent;
    border: none;
    font-size: 20px;
    color: white;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease-in-out;
}

#closeIcon:hover,
#minimizeIcon:hover {
    color: #e95734;
}

#minimizeIcon {
    display: none;
}

.video-container.fullscreen #minimizeIcon {
    display: block;
    opacity: 1;
    pointer-events: auto;
}

#actionButton {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 20px;
    background-color: #E95734;
    color: #fff;
    border: none;
    font-size: 16px;
    cursor: pointer;
    z-index: 2000;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

#actionButton:not(.hidden) {
    opacity: 1;
}

.tap-gif {
    position: absolute;
    width: 60px;
    height: auto;
    left: 50%;
    top: 50%;
    margin-left: -30px;
    margin-top: -60px;
    transform: translateY(2em);
    transition: .5s ease-in-out;
}

.gif-box {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff6e;
    z-index: 900;
    opacity: 0;
    transition: .4s ease-in-out;
}

@font-face {
    font-family: dearflip;
    src: url(data:application/x-font-ttf;charset=utf-8;base64,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) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: block
}

.df-ui-btn[class*=" ti-"]:before,
.df-ui-btn[class^=ti-]:before,
[class*=" df-icon-"]:before,
[class^=df-icon-]:before {
    font-family: dearflip !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.df-icon-arrow-left:before {
    content: "\e900"
}

.df-icon-arrow-right:before {
    content: "\e901"
}

.df-icon-arrow-down:before {
    content: "\e902"
}

.df-icon-arrow-up:before {
    content: "\e903"
}

.df-icon-arrow-left1:before {
    content: "\e904"
}

.df-icon-arrow-right1:before {
    content: "\e905"
}

.df-icon-first-page:before {
    content: "\e906"
}

.df-icon-last-page:before {
    content: "\e907"
}

.df-icon-play-popup:before,
.df-icon-play:before {
    content: "\e908"
}

.df-icon-pause:before {
    content: "\e909"
}

.df-icon-fast-rewind:before {
    content: "\e90a"
}

.df-icon-fast-forward:before {
    content: "\e90b"
}

.df-icon-close:before {
    content: "\e90c"
}

.df-icon-add-circle:before {
    content: "\e90d"
}

.df-icon-minus-circle:before {
    content: "\e90e"
}

.df-icon-add:before {
    content: "\e90f"
}

.df-icon-minus:before {
    content: "\e910"
}

.df-icon-list:before {
    content: "\e911"
}

.df-icon-grid:before {
    content: "\e912"
}

.df-icon-grid-view:before {
    content: "\e913"
}

.df-icon-apps:before {
    content: "\e914"
}

.df-icon-double-page:before {
    content: "\e915"
}

.df-icon-book:before {
    content: "\e916"
}

.df-icon-file:before {
    content: "\e917"
}

.df-icon-zoom-out:before {
    content: "\e918"
}

.df-icon-zoom-in:before {
    content: "\e919"
}

.df-icon-more:before {
    content: "\e91a"
}

.df-icon-download:before,
.df-ui-btn.ti-download:before {
    content: "\e91b"
}

.df-icon-volume:before {
    content: "\e91c"
}

.df-icon-share:before {
    content: "\e91d"
}

.df-icon-fit-screen:before {
    content: "\e91e"
}

.df-icon-fullscreen:before {
    content: "\e91f"
}

.df-icon-facebook:before {
    content: "\e920"
}

.df-icon-twitter:before {
    content: "\e921"
}

.df-icon-help-outline:before {
    content: "\e922"
}

.df-icon-help:before {
    content: "\e923"
}

.df-icon-search:before,
.df-ui-btn.ti-search:before {
    content: "\e924"
}

.df-icon-print:before,
.df-ui-btn.ti-printer:before {
    content: "\e925"
}

.df-icon-mail-outline:before {
    content: "\e926"
}

.df-icon-mail:before {
    content: "\e927"
}

.df-icon-menu:before {
    content: "\e928"
}

.df-icon-linkedin:before {
    content: "\eaca"
}

.df-icon-pinterest:before {
    content: "\ead1"
}

.df-icon-whatsapp:before {
    content: "\ea93"
}

.df-container .df-loading-icon,
.df-fetch-pdf .df-loading-info,
.df-flipbook-3d.df-loading:after,
.df-hybrid-viewer:not(.df-zoom-active) .df-loading+.df-zoomview::after,
.df-page.df-loading:after,
.df-searching .df-search-info,
.df-thumb.df-thumb-requested:before {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='margin: auto; background: none; display: block; shape-rendering: auto;' width='48px' height='48px' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid'%3E%3Ccircle cx='50' cy='50' fill='none' stroke='%2307abcc' stroke-width='9' r='30' stroke-dasharray='141.37166941154067 49.12388980384689'%3E%3CanimateTransform attributeName='transform' type='rotate' repeatCount='indefinite' dur='1s' values='0 50 50;360 50 50' keyTimes='0;1'%3E%3C/animateTransform%3E%3C/circle%3E%3C!-- %5Bldio%5D generated by https://loading.io/ --%3E%3C/svg%3E")
}

.df-hidden {
    display: none !important
}

.df-text-align-center,
.has-text-align-center {
    text-align: center
}

.df-app {
    min-height: 220px;
    position: relative;
    overflow: hidden;
    width: 100%;
    image-rendering: auto;
    direction: ltr;
    line-height: 1.5
}

.df-container {
    height: 100%
}

.df-container * {
    box-sizing: border-box !important
}

.df-container i {
    font-style: normal
}

.df-container a {
    outline: 0;
    text-decoration: none;
    box-shadow: none
}

.df-container .df-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: no-repeat 50%;
    background-size: cover
}

.df-container .df-loading-info {
    position: absolute;
    top: -300px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    max-width: 200px;
    margin-top: 20px;
    padding: 10px 15px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
    background-color: #f7f7f7;
    border-radius: 5px;
    font-size: 12px;
    color: #222;
    word-break: break-word;
    letter-spacing: .5px;
    opacity: 0
}

.df-container.df-init .df-loading-info {
    top: 50%;
    opacity: 1;
    max-width: 300px
}

.df-container.df-init .df-viewer {
    display: none
}

.df-container.df-error .df-loading-info {
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    margin: 0;
    color: #b00
}

.df-container .df-loading-icon {
    -moz-transition: .3s .1s opacity;
    -o-transition: .3s .1s opacity;
    -webkit-transition: .3s .1s opacity;
    transition: .3s .1s opacity;
    opacity: 0;
    height: 50px;
    width: 50px;
    left: 50%;
    top: 50%;
    margin: -45px -25px -25px;
    box-sizing: border-box;
    position: absolute;
    pointer-events: none;
    background-repeat: no-repeat;
    background-size: 32px;
    background-position: 50%;
    background-color: #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3)
}

.df-container.df-loading .df-loading-icon {
    opacity: 1;
    z-index: 100
}

.df-fetch-pdf .df-loading-info {
    opacity: 1;
    top: 0;
    z-index: 4;
    background-repeat: no-repeat;
    padding-left: 36px;
    background-size: 24px;
    background-position: 6px 6px
}

.df-viewer .df-3dcanvas {
    right: 0;
    position: absolute
}

.df-ui {
    color: #666;
    bottom: 0;
    width: 100%;
    height: 42px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
    background-color: #fff;
    position: absolute;
    vertical-align: top;
    box-sizing: border-box;
    text-align: center;
    padding: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 4;
    display: block
}

.df-ui .df-logo {
    height: 100%
}

.df-ui .df-logo.df-logo-img {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 2px 5px
}

.df-ui .df-logo.df-logo-img img {
    max-height: 100%;
    max-width: 120px
}

.df-ui .df-ui-page {
    padding: 0;
    font-size: 12px;
    width: 50px;
    min-width: 50px;
    line-height: 42px;
    margin: 0 0;
    border-radius: 0;
    background-color: rgba(0, 0, 0, .03)
}

.df-ui .df-ui-page label {
    position: absolute;
    right: 0;
    top: 0;
    min-width: 50px;
    height: 100%;
    text-align: center;
    display: block;
    line-height: inherit !important;
    color: #999;
    font-weight: 400;
    cursor: pointer;
    background-color: transparent;
    z-index: 1;
    box-sizing: border-box;
    word-break: normal
}

.df-ui .df-ui-page input {
    width: 100%;
    background-color: transparent;
    height: 100%;
    margin: 0;
    padding: 0 !important;
    border: 1px solid #8f8f8f;
    text-align: center;
    vertical-align: top;
    line-height: inherit !important;
    color: transparent;
    font-size: 14px;
    top: 0;
    box-sizing: border-box;
    z-index: -1;
    display: block;
    opacity: 0
}

.df-ui .df-ui-page input:focus {
    z-index: 2;
    opacity: 1;
    color: inherit
}

.df-ui .df-ui-page input:focus+label {
    opacity: 0;
    display: none
}

.df-ui-btn {
    color: #777;
    vertical-align: top;
    background-color: #fff;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    width: 40px;
    height: 100%;
    font-size: 20px;
    cursor: pointer;
    z-index: 2;
    display: inline-block;
    padding: 10px 5px;
    line-height: 1.2;
    transition: .3s;
    transition-property: opacity, color, background-color
}

.df-ui-btn:before {
    box-sizing: border-box
}

.df-ui-btn.df-active,
.df-ui-btn:hover {
    color: #00acce;
    background-color: #eee
}

.df-ui-btn.df-active {
    background-color: #e7e7e7
}

.df-ui-btn.disabled,
.df-ui-btn.disabled:hover {
    color: #bbb
}

.df-ui-btn span {
    display: none
}

.df-more-container {
    display: none;
    position: absolute;
    bottom: 100%;
    margin-bottom: 8px !important;
    right: 10px;
    background-color: #f7f7f7;
    z-index: 20;
    border-radius: 5px;
    box-shadow: 0 -1px 3px rgba(0, 0, 0, .2)
}

.df-more-container:before {
    content: " ";
    position: absolute;
    border: 7px solid transparent;
    border-top-color: #eee;
    height: 0;
    width: 0;
    bottom: -14px;
    right: 13px;
    margin-right: -8px;
    pointer-events: none
}

.df-more-container>.df-ui-btn {
    width: 170px;
    text-align: left;
    padding: 6px 8px;
    height: 36px;
    border-top: 1px solid #e4e4e4;
    border-radius: 0;
    line-height: 16px
}

.df-more-container>.df-ui-btn span {
    font-size: 12px;
    padding-left: 24px;
    vertical-align: middle;
    display: inline-block
}

.df-more-container>.df-ui-btn:before {
    position: absolute;
    top: 7px;
    font-size: 20px;
    width: 1em;
    text-align: center
}

.df-more-container>.df-ui-btn:first-child {
    border-radius: 5px 5px 0 0;
    border-top: none
}

.df-more-container>.df-ui-btn:last-child {
    border-radius: 0 0 5px 5px
}

.df-ui-more.df-active .df-more-container {
    display: block
}

.df-ui-search.df-active .df-search-container {
    display: block;
    padding: 5px
}

.df-ui-nav {
    top: 50%;
    margin-top: -50px;
    position: absolute;
    opacity: .8;
    height: 100px;
    font-size: 36px;
    width: 50px;
    z-index: 2;
    cursor: pointer
}

.df-ui-nav:hover {
    opacity: 1
}

.df-ui-nav .df-ui-btn {
    height: auto;
    height: initial;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    padding: 15px 5px;
    width: auto;
    font-size: inherit;
    background-color: transparent !important
}

.df-ui-nav .df-ui-btn:before {
    color: #fff;
    filter: drop-shadow(0 0 3px rgb(0, 0, 0))
}

.df-ui-nav.df-ui-prev {
    left: 0;
    right: auto;
    border-radius: 0
}

.df-ui-nav.df-ui-prev .df-ui-btn {
    left: 10px
}

.df-ui-nav.df-ui-prev .df-ui-btn:before {
    text-align: left
}

.df-ui-nav.df-ui-next {
    right: 0
}

.df-ui-nav.df-ui-next .df-ui-btn {
    right: 10px
}

.df-ui-nav.df-ui-next .df-ui-btn:before {
    text-align: right
}

.df-flipbook-2d,
.df-flipbook-3d,
.df-slider,
.df-viewer-container,
.df-zoomview {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1
}

.df-flipbook-2d {
    -webkit-filter: blur(0);
    -moz-filter: blur(0);
    -ms-filter: blur(0);
    -o-filter: blur(0);
    filter: blur(0)
}

.df-flipbook-2d .df-viewer-wrapper {
    position: relative;
    margin: 0 auto;
    height: 100%;
    -moz-transition: .3s left;
    -o-transition: .3s left;
    -webkit-transition: .3s left;
    transition: .3s left
}

.df-flipbook-2d .df-book-shadow {
    position: absolute;
    z-index: -1;
    height: 100%;
    display: none;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    box-shadow: 0 0 10px rgba(0, 0, 0, .3)
}

.df-page-content {
    overflow: hidden;
    opacity: .3
}

.df-page.df-loading:after {
    content: "";
    background-size: 22px;
    height: 22px;
    width: 22px;
    display: block;
    top: 50%;
    left: 50%;
    margin: -11px;
    position: absolute;
    z-index: 0
}

.df-page.df-loading .df-page-content {
    display: none
}

.df-page>canvas {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 0
}

.df-page .df-page-content {
    position: absolute;
    height: 100%;
    display: block;
    top: 0;
    width: 100%;
    z-index: 1
}

.df-sheet {
    position: absolute;
    -webkit-transform-origin: 0 0 0;
    -moz-transform-origin: 0 0 0;
    transform-origin: 0 0 0
}

.df-sheet .df-page,
.df-sheet .df-page-back,
.df-sheet .df-page-front,
.df-sheet .df-sheet-fold-inner-shadow,
.df-sheet .df-sheet-fold-outer-shadow,
.df-sheet .df-sheet-wrapper {
    position: absolute;
    -webkit-transform-origin: 0 0 0;
    -moz-transform-origin: 0 0 0;
    transform-origin: 0 0 0
}

.df-sheet .df-sheet-wrapper {
    overflow: hidden
}

.df-sheet .df-page {
    width: 100%;
    height: 100%;
    background-color: #fff;
    box-sizing: border-box;
    z-index: 0;
    background-size: 100% 100%
}

.df-sheet .df-page:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    width: 15%;
    height: 100%;
    z-index: 5;
    opacity: .5;
    pointer-events: none
}

.df-sheet .df-page>canvas {
    z-index: -1
}

.df-sheet .df-page-front:before {
    left: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .25), rgba(0, 0, 0, .15) 15%, rgba(255, 255, 255, .07), rgba(255, 255, 255, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, .25), rgba(0, 0, 0, .15) 15%, rgba(255, 255, 255, .07), rgba(255, 255, 255, 0));
    background-image: -ms-linear-gradient(left, rgba(0, 0, 0, .25), rgba(0, 0, 0, .15) 15%, rgba(255, 255, 255, .07), rgba(255, 255, 255, 0))
}

.df-sheet .df-page-back:before {
    right: 0;
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .25), rgba(0, 0, 0, .2) 10%, rgba(0, 0, 0, .15) 25%, rgba(0, 0, 0, 0) 70%);
    background-image: -moz-linear-gradient(right, rgba(0, 0, 0, .25), rgba(0, 0, 0, .2) 10%, rgba(0, 0, 0, .15) 25%, rgba(0, 0, 0, 0) 70%);
    background-image: -ms-linear-gradient(right, rgba(0, 0, 0, .25), rgba(0, 0, 0, .2) 10%, rgba(0, 0, 0, .15) 25%, rgba(0, 0, 0, 0) 70%)
}

.df-sheet.df-left-side {
    right: 50%;
    -webkit-transform-origin: right;
    -moz-transform-origin: right;
    transform-origin: right
}

.df-sheet.df-left-side .df-page-front {
    z-index: 1
}

.df-sheet.df-left-side .df-page-back {
    z-index: 2
}

.df-sheet.df-right-side {
    left: 50%;
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    transform-origin: left
}

.df-sheet.df-right-side .df-page-front {
    z-index: 2
}

.df-sheet.df-right-side .df-page-back {
    z-index: 1
}

.df-sheet .df-sheet-fold-inner-shadow {
    position: absolute;
    z-index: 5;
    display: none
}

.df-sheet .df-sheet-fold-outer-shadow {
    z-index: -1;
    width: 100%;
    height: 100%
}

.df-sheet.df-flipping,
.df-sheet.df-folding {
    z-index: 200 !important
}

.df-sheet.df-folding.df-left-side .df-page-front,
.df-sheet.df-folding.df-right-side .df-page-back {
    z-index: 3
}

.df-sheet.df-folding .df-sheet-fold-inner-shadow {
    display: block
}

.df-sheet.df-folding .df-page-content {
    display: none
}

.df-pending .df-page-content,
.df-pendingresize .df-page-content {
    display: none !important
}

.df-sheet.df-left-side.df-folding:not(.df-hard-sheet) .df-page-front {
    z-index: 3
}

.df-hard-sheet .df-sheet-wrapper {
    width: 100% !important;
    height: 100% !important;
    overflow: visible;
    transform-style: preserve-3d;
    -webkit-transform-origin: 0 50% 0;
    -moz-transform-origin: 0 50% 0;
    transform-origin: 0 50% 0
}

.df-hard-sheet .df-sheet-fold-inner-shadow,
.df-hard-sheet .df-sheet-fold-outer-shadow {
    display: none !important
}

.df-hard-sheet .df-page-back,
.df-hard-sheet .df-page-front {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

.df-hard-sheet.df-right-side .df-page-back {
    -webkit-transform-origin: right 50%;
    -moz-transform-origin: right 50%;
    transform-origin: right 50%;
    z-index: 3 !important
}

.df-hard-sheet.df-right-side .df-page-front {
    -webkit-transform-origin: left 50%;
    -moz-transform-origin: left 50%;
    transform-origin: left 50%;
    z-index: 4
}

.df-hard-sheet.df-left-side .df-page-back {
    -webkit-transform-origin: right 50%;
    -moz-transform-origin: right 50%;
    transform-origin: right 50%
}

.df-hard-sheet.df-left-side .df-page-front {
    -webkit-transform-origin: left 50%;
    -moz-transform-origin: left 50%;
    transform-origin: left 50%
}

.df-flipbook-3d.df-loading:after {
    content: "";
    background-size: 22px;
    height: 22px;
    width: 22px;
    display: block;
    top: 50%;
    left: 50%;
    margin: -11px;
    position: absolute;
    z-index: 0
}

.df-link-content,
.df-text-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    pointer-events: none;
    width: auto !important;
    height: auto !important
}

.df-page-content.df-double-internal:not(.df-double-internal-fix)>div {
    right: -100%
}

.df-page-content.df-double-internal-fix>div {
    left: -100%
}

.annotationLayer section,
.customHtmlAnnotation,
.customLinkAnnotation,
.customVideoAnnotation,
.df-link-content section,
.highlightAnnotation,
.linkAnnotation,
.popupAnnotation {
    position: absolute;
    z-index: 5;
    cursor: pointer;
    pointer-events: all;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important
}

section.popupAnnotation {
    display: none
}

.buttonWidgetAnnotation a,
.customHtmlAnnotation,
.customVideoAnnotation,
a.customLinkAnnotation,
a.df-autolink,
a.linkAnnotation,
section.linkAnnotation a {
    background-color: #ff0;
    display: block;
    height: 100%;
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none
}

.buttonWidgetAnnotation a:hover,
.customHtmlAnnotation:hover,
.customVideoAnnotation:hover,
a.customLinkAnnotation:hover,
a.df-autolink:hover,
a.linkAnnotation:hover,
section.linkAnnotation a:hover {
    border-color: transparent;
    background-color: #2196f3
}

a.df-autolink {
    display: inline;
    pointer-events: all;
    color: transparent !important
}

.df-sidemenu-wrapper {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    left: 0;
    top: 0;
    bottom: 0;
    width: 220px;
    position: absolute;
    z-index: 3
}

.df-sidemenu-wrapper .df-sidemenu-buttons {
    z-index: 6;
    position: relative;
    top: 0;
    left: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3)
}

.df-sidemenu-wrapper .df-sidemenu-buttons .df-ui-close {
    float: right;
    display: none;
    background-color: transparent;
    padding: 6px 5px
}

.df-sidemenu-wrapper:before {
    content: " ";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(238, 238, 238, .9);
    z-index: 3;
    left: 0
}

.df-sidemenu-open .df-ui-nav.df-ui-prev {
    left: 220px
}

.df-sidemenu-open .df-sidemenu-wrapper {
    display: block;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    left: 0
}

.df-sidemenu-open .df-sidemenu-wrapper:before {
    box-shadow: 1px 0 4px rgba(102, 102, 102, .38)
}

.df-sidemenu-open .df-sidemenu-buttons .df-ui-close {
    display: block
}

.df-sidemenu-open .df-flipbook-3d.df-loading:after {
    margin-left: 99px
}

.df-sidemenu {
    width: 100%;
    height: auto !important;
    position: absolute !important;
    top: 0;
    bottom: 0;
    z-index: 3;
    opacity: 0;
    color: #666;
    font-size: 12px
}

.df-sidemenu>.df-wrapper {
    overflow: auto;
    position: absolute !important;
    top: 40px;
    bottom: 0;
    left: 0;
    right: 0;
    height: auto !important
}

.df-sidemenu.df-sidemenu-visible {
    opacity: 1;
    z-index: 5
}

.df-outline-container .df-wrapper {
    padding: 10px
}

.df-outline-items>.df-outline-item {
    margin-left: 18px
}

.df-outline-item a {
    color: inherit !important;
    text-decoration: none !important;
    display: block;
    padding: 5px 0 5px 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    border: none !important;
    box-shadow: none !important;
    margin-bottom: 1px
}

.df-outline-item a:hover {
    text-decoration: underline !important;
    color: #2196f3 !important
}

.df-outline-toggle {
    cursor: pointer;
    float: left;
    width: 28px;
    padding: 0 5px 0 10px;
    margin-left: -28px;
    text-align: center
}

.df-outline-toggle:before {
    content: "\e902";
    font-size: 18px;
    font-family: dearflip
}

.df-outline-toggle.df-outlines-hidden:before {
    content: "\e901"
}

.df-outline-toggle.df-outlines-hidden~.df-outline-items {
    display: none
}

.df-outline-item a:hover,
.df-outline-toggle:hover,
.df-outline-toggle:hover+a,
.df-outline-toggle:hover~.df-outline-items {
    background-color: rgba(100, 100, 100, .05)
}

.df-thumb {
    margin: 0;
    cursor: pointer;
    width: 100%;
    position: relative;
    text-align: center
}

.df-thumb .df-wrapper {
    box-sizing: content-box !important;
    margin: 6px;
    border-radius: 3px;
    transition: .2s background;
    display: inline-block;
    vertical-align: middle;
    border: 2px dashed rgba(0, 0, 0, .3);
    position: relative
}

.df-thumb .df-wrapper .df-thumb-number {
    position: absolute;
    bottom: 8px;
    background-color: rgba(238, 238, 238, .85);
    color: #444;
    font-size: 14px;
    left: 50%;
    transform: translateX(-50%);
    padding: 5px;
    opacity: 0
}

.df-thumb .df-bg-image {
    height: 100%;
    background-size: 100%;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3)
}

.df-thumb.df-thumb-requested:before {
    content: "";
    background-size: 22px;
    height: 22px;
    width: 22px;
    display: block;
    top: 50%;
    left: 50%;
    margin: -11px;
    position: absolute;
    z-index: 0
}

.df-thumb.df-thumb-loaded {
    height: auto !important
}

.df-thumb.df-thumb-loaded .df-wrapper {
    border: none;
    margin: 0;
    padding: 8px
}

.df-thumb.df-thumb-loaded:hover .df-wrapper .df-thumb-number {
    opacity: 1
}

.df-thumb.df-selected .df-wrapper,
.df-thumb.df-thumb-loaded:hover .df-wrapper {
    background-color: #ccc;
    background-color: rgba(0, 0, 0, .1);
    opacity: 1
}

.df-lightbox-wrapper {
    position: fixed !important;
    top: 0;
    bottom: 0;
    right: 0;
    height: auto !important;
    left: 0;
    z-index: 99999
}

.df-lightbox-wrapper.df-lightbox-padded {
    top: 20px;
    left: 20px;
    bottom: 20px;
    right: 20px
}

.df-lightbox-wrapper .df-lightbox-bg {
    background: #eee;
    position: fixed !important;
    top: 0;
    bottom: 0;
    right: 0;
    height: auto !important;
    left: 0
}

.df-lightbox-wrapper .df-lightbox-controls {
    float: right;
    padding: 5px;
    z-index: 1000;
    position: relative
}

.df-lightbox-wrapper .df-app {
    position: absolute !important;
    width: 100%;
    top: 0;
    bottom: 0;
    height: auto !important
}

.df-lightbox-wrapper .df-container.df-transparent {
    height: 100%
}

.df-lightbox-wrapper .df-lightbox-close {
    float: right;
    text-align: center;
    font-size: 32px;
    padding: 8px 0;
    height: 48px;
    width: 46px;
    cursor: pointer;
    color: #444;
    border-color: transparent;
    background-color: transparent;
    -moz-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    opacity: .8
}

.df-lightbox-wrapper .df-lightbox-close:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, .21);
    border-color: #000;
    opacity: 1
}

.df-lightbox-wrapper .df-lightbox-close:before {
    color: #fff;
    filter: drop-shadow(0 0 3px black)
}

.df-share-wrapper {
    z-index: 2;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .35);
    display: none
}

.df-share-box {
    position: absolute;
    top: 50%;
    width: 280px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    left: 50%;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px 15px 5px;
    text-align: center
}

span.df-share-title {
    color: #777;
    margin-bottom: 10px;
    display: block
}

.df-share-url {
    background-color: #fff;
    height: 60px;
    color: #666;
    padding: 2px 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
    font-size: 12px;
    box-sizing: border-box;
    margin-bottom: 0
}

.df-share-button {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 5px 10px;
    font-size: 20px;
    color: #aaa
}

.df-share-button:hover {
    color: #444
}

.df-reader {
    overflow: auto;
    position: absolute;
    -webkit-overflow-scrolling: touch
}

.df-reader .df-viewer-wrapper {
    cursor: grab
}

.df-reader .df-page {
    position: relative;
    transform-origin: initial;
    margin: -10px auto -10px;
    border: 10px solid transparent;
    left: auto;
    left: initial;
    box-sizing: content-box !important
}

.df-reader .df-page:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    box-shadow: 0 0 10px rgba(0, 0, 0, .2)
}

.df-reader~.df-ui-nav {
    display: none
}

.df-reader:not(.df-noscroll) {
    margin-right: -12px
}

.df-reader-scrollbar {
    position: absolute;
    top: 0;
    height: auto;
    right: 0;
    width: auto;
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
    border-radius: 20px 0 0 20px;
    padding: 6px 8px 6px 12px;
    z-index: 100;
    cursor: ns-resize
}

.df-reader-scrollbar.df-active,
.df-reader-scrollbar:hover {
    background-color: #fff
}

.df-reader-scroll-page-number {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    background-color: #ddd;
    border-radius: 10px;
    padding: 20px;
    font-size: 24px;
    z-index: 100;
    text-align: center;
    color: #333
}

.df-reader-scroll-page-number.df-active {
    display: block
}

.df-reader-scroll-page-number div {
    margin-top: 6px;
    padding-top: 6px;
    border-top: 1px solid #aaa;
    font-size: 16px;
    font-style: italic
}

.df-ios .df-viewer.df-reader {
    margin-right: 0
}

.df-no-transition {
    -moz-transition: none !important;
    -o-transition: none !important;
    -webkit-transition: none !important;
    transition: none !important
}

.df-float .df-ui {
    bottom: 10px;
    width: auto;
    width: intial;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    margin: 0 auto;
    display: table;
    display: flex;
    border-radius: 5px
}

.df-float .df-ui>.df-ui-btn:first-child {
    border-radius: 5px 0 0 5px
}

.df-float .df-ui>.df-ui-btn:last-child {
    border-radius: 0 5px 5px 0
}

.df-controls-top .df-ui {
    bottom: auto;
    bottom: intial;
    top: 0
}

.df-controls-top.df-float .df-ui {
    top: 10px
}

.df-controls-top .df-more-container {
    bottom: auto;
    top: 100%;
    margin: 8px 0 0 !important
}

.df-controls-top .df-more-container:before {
    border-bottom-color: #eee;
    border-top: 0;
    bottom: auto;
    top: -7px
}

.df-controls-hidden .df-ui {
    display: none
}

.df-float-off.df-controls-top .df-sidemenu-wrapper {
    top: 42px;
    bottom: 0
}

.df-float-off.df-controls-bottom .df-sidemenu-wrapper {
    top: 0;
    bottom: 42px
}

.df-float-off .df-ui-left {
    justify-content: flex-start;
    display: flex;
    flex: 1
}

.df-float-off .df-ui-right {
    justify-content: flex-end;
    display: flex;
    flex: 1
}

.df-float-off .df-ui-center {
    display: flex;
    justify-content: center;
    align-items: center
}

.df-float-off .df-ui {
    display: flex
}

.df-link-content .annotationTextContent {
    color: transparent
}

.df-link-content .popupWrapper {
    position: absolute;
    width: 20em
}

.df-link-content .popup {
    position: absolute;
    z-index: 200;
    max-width: 20em;
    background-color: #ff9;
    box-shadow: 0 2px 5px #333;
    border-radius: 2px;
    padding: .6em;
    margin-left: 5px;
    cursor: pointer;
    word-wrap: break-word
}

.df-link-content .popup h1 {
    font-size: 1em;
    border-bottom: 1px solid #000;
    padding-bottom: .2em
}

.df-link-content .popup p {
    padding-top: .2em
}

body.df-lightbox-open,
html.df-lightbox-open {
    overflow: hidden !important
}

.df-zoomview {
    display: none;
    cursor: move
}

.df-zoomview .df-viewer-wrapper {
    position: relative;
    margin: 0 auto
}

.df-zoomview .df-viewer-wrapper .df-book-shadow {
    position: absolute;
    z-index: -1;
    height: 100%;
    display: none;
    -webkit-box-shadow: 0 1px 15px 1px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 1px 15px 1px rgba(0, 0, 0, .5);
    box-shadow: 0 1px 15px 1px rgba(0, 0, 0, .5)
}

.df-zoomview .df-page {
    position: absolute;
    top: 0;
    right: 50%;
    background-color: #fff
}

.df-zoomview .df-page:before {
    width: 10%;
    opacity: .5
}

.df-zoomview .df-page.df-page-front {
    left: 50%
}

.df-zoom-active .df-viewer {
    cursor: move;
    cursor: -webkit-grab
}

.df-zoom-active .df-flipbook {
    display: none
}

.df-zoom-active .df-zoomview {
    display: block
}

.df-hybrid-viewer .df-zoomview .df-page:before {
    display: none
}

.df-hybrid-viewer:not(.df-zoom-active) .df-flipbook.df-loading+.df-zoomview {
    display: none
}

.df-hybrid-viewer:not(.df-zoom-active) .df-zoomview {
    display: block;
    pointer-events: none
}

.df-hybrid-viewer:not(.df-zoom-active) .df-zoomview .df-page:before {
    display: none
}

.df-hybrid-viewer:not(.df-zoom-active) .df-loading+.df-zoomview::after {
    content: "";
    background-size: 22px;
    height: 22px;
    width: 22px;
    display: block;
    top: 50%;
    left: 50%;
    margin: -11px;
    position: absolute;
    z-index: 0
}

.df-hybrid-viewer:not(.df-zoom-active).df-hide-zoomview .df-zoomview,
.df-hybrid-viewer:not(.df-zoom-active).df-pending .df-zoomview,
.df-hybrid-viewer:not(.df-zoom-active).df-pendingresize .df-zoomview {
    display: none
}

.df-container ::-webkit-scrollbar {
    width: 12px;
    height: 12px;
    cursor: pointer
}

.df-container ::-webkit-scrollbar-button {
    height: 0;
    width: 0;
    cursor: pointer
}

.df-container ::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, .5);
    border-radius: 50px
}

.df-container ::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, .8)
}

.df-container ::-webkit-scrollbar-thumb:active {
    background: rgba(0, 0, 0, .8)
}

.df-container ::-webkit-scrollbar-thumb,
.df-container ::-webkit-scrollbar-thumb:active,
.df-container ::-webkit-scrollbar-thumb:hover {
    border-right: 1px;
    border-left: 1px;
    border-style: solid;
    border-color: transparent
}

.df-container ::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, .05);
    border-radius: 50px
}

.df-container ::-webkit-scrollbar-track:hover {
    background: rgba(0, 0, 0, .1)
}

.df-container ::-webkit-scrollbar-track:active {
    background: rgba(0, 0, 0, .15)
}

.df-container ::-webkit-scrollbar-corner {
    background: 0 0
}

.df-sidemenu-wrapper ::-webkit-scrollbar {
    width: 10px
}

.df-container.df-transparent.df-fullscreen {
    background: #aaa
}

.df-container.df-fullscreen {
    position: fixed !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 2147483647
}

.df-container.df-rtl .df-sidemenu-wrapper {
    left: auto;
    left: initial;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    right: -50px;
    direction: rtl
}

.df-container.df-rtl input.df-search-text {
    padding: 0 15px 0 45px
}

.df-container.df-rtl .df-sidemenu-title {
    text-align: right
}

.df-container.df-rtl .df-search-clear {
    right: auto;
    left: 60px
}

.df-container.df-rtl.df-sidemenu-open .df-sidemenu-wrapper {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    right: 0
}

.df-container.df-rtl.df-sidemenu-open .df-sidemenu-wrapper .df-sidemenu-buttons .df-ui-close {
    float: left
}

.df-container.df-rtl.df-sidemenu-open .df-ui-nav.df-ui-prev {
    left: 0
}

.df-container.df-rtl.df-sidemenu-open .df-ui-nav.df-ui-next {
    right: 220px
}

.df-container.df-rtl.df-sidemenu-open .df-flipbook-3d.df-loading:after {
    margin-left: -122px
}

.df-container.df-rtl .df-outline-item {
    margin: 0 18px 0 0;
    text-align: right;
    direction: rtl
}

.df-container.df-rtl .df-outline-item .df-outline-toggle {
    float: right;
    margin: 0 -18px 0 0
}

.df-container.df-rtl .df-outline-item .df-outline-toggle.df-outlines-hidden:before {
    content: "\e900"
}

.df-container.df-rtl .df-viewer .df-3dcanvas {
    left: 0;
    right: auto;
    right: initial
}

.df-container.df-rtl .df-more-container .df-ui-btn {
    text-align: right;
    direction: rtl
}

.df-container.df-rtl .df-more-container .df-ui-btn:before {
    right: 10px
}

.df-container.df-rtl .df-more-container .df-ui-btn span {
    padding: 0 24px 0 0
}

.df-lightbox-wrapper.df-rtl .df-lightbox-controls {
    float: left
}

.df-element[data-df-lightbox],
.df-element[data-lightbox] {
    cursor: pointer
}

.df-popup-thumb {
    display: inline-block;
    box-sizing: border-box;
    margin: 30px 15px 15px !important;
    text-align: center;
    border: 0;
    width: 140px;
    height: auto;
    word-break: break-word;
    vertical-align: bottom;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -moz-perspective: 800px;
    perspective: 800px
}

.df-popup-thumb .df-book-wrapper {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: .2s;
    box-shadow: 2px 0 4px rgba(0, 0, 0, .2);
    transform-origin: 30%;
    background-color: #fff;
    width: 100%;
    display: inline-block
}

.df-popup-thumb .df-book-page1,
.df-popup-thumb .df-book-page2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    transform-origin: left;
    background-color: #fff;
    -moz-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    z-index: 1
}

.df-popup-thumb .df-book-cover {
    background-size: 100% 100%;
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    transform-origin: left;
    top: 0;
    position: relative;
    overflow: hidden;
    -moz-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .24);
    z-index: 1
}

.df-popup-thumb .df-book-cover.df-thumb-not-found {
    height: 200px;
    position: relative
}

.df-popup-thumb.df-has-ridge .df-book-cover:after {
    display: block;
    content: " ";
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, .15) 1%, rgba(0, 0, 0, .15) 3%, rgba(255, 255, 255, .15) 5%, rgba(255, 255, 255, 0) 7%);
    box-shadow: inset 0 -1px 3px 0 rgba(80, 80, 80, .5490196078);
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0
}

.df-popup-thumb .df-book-title {
    bottom: -100%;
    position: absolute;
    width: 100%;
    left: 0;
    padding: 5px;
    font-size: .75em;
    background: rgba(255, 255, 255, .9);
    box-sizing: border-box;
    display: block;
    -moz-transition: .4s;
    -o-transition: .4s;
    -webkit-transition: .4s;
    transition: .4s;
    opacity: 0
}

.df-popup-thumb img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important
}

.df-popup-thumb.df-thumb-not-found .df-book-title,
.df-popup-thumb.df-tl-book-title-fixed .df-book-title,
.df-popup-thumb:hover .df-book-title {
    opacity: 1;
    bottom: 0
}

.df-popup-thumb.df-tl-book-title-fixed .df-book-title,
.df-popup-thumb.df-tl-book-title-top .df-book-title {
    opacity: 1;
    position: relative
}

.df-popup-thumb.df-thumb-not-found .df-book-wrapper {
    width: 100%
}

.df-popup-thumb.df-tl-book-title-bottom .df-thumb-not-found,
.df-popup-thumb.df-tl-cover-title .df-thumb-not-found {
    height: 170px
}

.df-popup-thumb.df-tl-book-title-bottom .df-book-wrapper,
.df-popup-thumb.df-tl-cover-title .df-book-wrapper {
    position: relative;
    z-index: 1
}

.df-popup-thumb.df-tl-book-title-bottom .df-book-title,
.df-popup-thumb.df-tl-cover-title .df-book-title {
    position: relative;
    bottom: 0;
    opacity: 1;
    height: 3em;
    background: 0 0
}

.df-popup-thumb:hover .df-book-page1 {
    transform: rotateY(-8deg) rotateZ(0);
    box-shadow: 2px 0 4px rgba(0, 0, 0, .2)
}

.df-popup-thumb:hover .df-book-page2 {
    transform: rotateY(-14deg) rotateZ(0);
    box-shadow: 2px 0 4px rgba(0, 0, 0, .2)
}

.df-popup-thumb:hover .df-book-wrapper {
    transform: rotateY(-15deg) rotateZ(0)
}

.df-popup-thumb:hover .df-book-cover {
    -webkit-transform: rotateY(-18deg) rotateZ(0);
    -moz-transform: rotateY(-18deg) rotateZ(0);
    -ms-transform: rotateY(-18deg) rotateZ(0);
    transform: rotateY(-18deg) rotateZ(0)
}

.df-popup-thumb.df-tl-cover-title .df-book-wrapper {
    box-shadow: 0 2px 8px rgba(0, 0, 0, .3)
}

.df-popup-thumb.df-tl-cover-title .df-book-cover {
    box-shadow: none
}

.df-popup-thumb.df-tl-cover-title .df-book-cover:after {
    display: none
}

.df-popup-thumb.df-tl-cover-title:hover .df-book-wrapper {
    box-shadow: 0 5px 20px rgba(0, 0, 0, .5);
    transform: none
}

.df-popup-thumb.df-tl-cover-title:hover .df-book-cover {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    box-shadow: none
}

.df-popup-thumb.df-tl-cover-title:hover .df-book-page1,
.df-popup-thumb.df-tl-cover-title:hover .df-book-page2 {
    display: none
}

.df-popup-button {
    width: auto;
    display: inline-block;
    background: #ddd;
    border-radius: 5px;
    padding: 5px 15px;
    margin: 5px;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    -moz-transition-property: background;
    -o-transition-property: background;
    -webkit-transition-property: background;
    transition-property: background
}

.df-popup-button:hover {
    background: #aaa
}

.df-popup-hidden {
    display: none
}

.df-icon-play-popup {
    position: relative
}

.df-icon-play-popup:before {
    top: 50%;
    position: absolute;
    left: 50%;
    font-size: 40px;
    background: #777;
    border-radius: 50%;
    padding: 10px;
    box-shadow: 0 1px 5px #777;
    margin-top: -30px;
    margin-left: -30px;
    display: block;
    color: #fff;
    z-index: 1;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    pointer-events: none
}

.df-icon-play-popup:hover:before {
    opacity: 0
}

.df-posts {
    max-width: 1140px;
    margin: 0 auto
}

.df-posts>.df-popup-thumb {
    width: calc(20% - 30px);
    min-width: 100px;
    position: relative;
    z-index: 1
}

df-post-shelf {
    display: none;
    height: 160px;
    background-color: transparent;
    z-index: 0;
    margin: -105px -40px -40px -40px;
    position: relative;
    background-repeat: no-repeat
}

df-post-shelf:nth-of-type(5n) {
    display: block
}

df-post-shelf:after {
    content: " ";
    height: 160px;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 240px;
    z-index: 1;
    background-position: 0 -160px;
    background-repeat: no-repeat;
    background-image: inherit;
    background-size: inherit
}

df-post-shelf:before {
    content: " ";
    display: block;
    position: absolute;
    left: 240px;
    bottom: 0;
    right: 240px;
    height: 160px;
    z-index: 1;
    background-image: inherit;
    background-size: inherit;
    background-repeat: repeat-x;
    background-position: 0 -320px
}

.df-posts.df-has-shelf {
    padding: 0 40px 50px 40px
}

@media screen and (max-width:1100px) {
    .df-posts>.df-popup-thumb {
        width: calc(25% - 30px)
    }
    df-post-shelf:nth-of-type(n) {
        display: none
    }
    df-post-shelf:nth-of-type(4n) {
        display: block
    }
}

@media screen and (max-width:900px) {
    .df-posts>.df-popup-thumb {
        width: calc(33% - 30px)
    }
    df-post-shelf:nth-of-type(n) {
        display: none
    }
    df-post-shelf:nth-of-type(3n) {
        display: block
    }
}

@media screen and (max-width:600px) {
    .df-posts>.df-popup-thumb {
        width: calc(50% - 30px)
    }
    df-post-shelf:nth-of-type(n) {
        display: none
    }
    df-post-shelf:nth-of-type(2n) {
        display: block
    }
    df-post-shelf {
        background-size: 120px 480px
    }
    df-post-shelf:before {
        left: 120px;
        right: 120px
    }
    df-post-shelf:after {
        width: 120px
    }
}

@media screen and (max-width:420px) {
    .df-popup-thumb,
    .df-posts>.df-popup-thumb {
        width: calc(100% - 30px)
    }
    df-post-shelf:nth-of-type(n) {
        display: block
    }
}

df-post-shelf:last-of-type {
    display: block
}

.df-posts {
    container-type: inline-size;
    container-name: dfposts;
    width: 100%;
    box-sizing: border-box !important
}

@container dfposts (max-width:1020px) {
    .df-posts>.df-popup-thumb {
        width: calc(25% - 30px)
    }
    df-post-shelf:nth-of-type(n) {
        display: none
    }
    df-post-shelf:nth-of-type(4n) {
        display: block
    }
}

@container dfposts (max-width:820px) {
    .df-posts>.df-popup-thumb {
        width: calc(33% - 30px)
    }
    df-post-shelf:nth-of-type(n) {
        display: none
    }
    df-post-shelf:nth-of-type(3n) {
        display: block
    }
}

@container dfposts (max-width:520px) {
    .df-posts>.df-popup-thumb {
        width: calc(50% - 30px)
    }
    df-post-shelf:nth-of-type(n) {
        display: none
    }
    df-post-shelf:nth-of-type(2n) {
        display: block
    }
    df-post-shelf {
        background-size: 120px 480px
    }
    df-post-shelf:before {
        left: 120px;
        right: 120px
    }
    df-post-shelf:after {
        width: 120px
    }
}

@container dfposts (max-width:320px) {
    .df-posts>.df-popup-thumb {
        width: calc(100% - 30px)
    }
    df-post-shelf:nth-of-type(n) {
        display: block
    }
}

@container dfposts (max-width:150px) {
    .df-posts.df-has-shelf>.df-popup-thumb {
        width: 100%;
        margin: 30px -35px 15px !important
    }
}

df-post-shelf:last-of-type {
    display: block
}

.df-page-content {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.df-auto-link-content,
.df-text-content {
    line-height: 1;
    transform-origin: top left
}

.df-auto-link-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    pointer-events: none
}

[data-main-rotation="90"] {
    transform: rotate(90deg) translateY(-100%)
}

[data-main-rotation="180"] {
    transform: rotate(180deg) translate(-100%, -100%)
}

[data-main-rotation="270"] {
    transform: rotate(270deg) translateX(-100%)
}

.df-auto-link-content span,
.df-text-content br,
.df-text-content span {
    color: transparent !important;
    position: absolute;
    white-space: pre;
    cursor: text;
    transform-origin: 0% 0%
}

.df-auto-link-content>span {
    overflow: hidden
}

.df-text-content .highlight {
    margin: -1px;
    padding: 1px;
    background-color: #b400aa;
    border-radius: 4px
}

.df-text-content .highlight.appended {
    position: initial
}

.df-text-content .highlight.begin {
    border-radius: 4px 0 0 4px
}

.df-text-content .highlight.end {
    border-radius: 0 4px 4px 0
}

.df-text-content .highlight.middle {
    border-radius: 0
}

.df-text-content .highlight.selected {
    background-color: #006400
}

.df-text-content .endOfContent {
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
    right: 0;
    bottom: 0;
    z-index: -1;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.df-text-content .endOfContent.active {
    top: 0
}

body.admin-bar .df-lightbox-bg,
body.admin-bar .df-lightbox-wrapper {
    top: 32px
}

@media screen and (max-width:782px) {
    body.admin-bar .df-lightbox-bg,
    body.admin-bar .df-lightbox-wrapper {
        top: 46px
    }
}

@media screen and (max-width:600px) {
    body.admin-bar .df-lightbox-bg,
    body.admin-bar .df-lightbox-wrapper {
        top: 0
    }
}

.df-single-content {
    width: 100%
}

.df-link-content section.textWidgetAnnotation {
    display: none
}

.df-link-content :is(.linkAnnotation,
.buttonWidgetAnnotation.pushButton)>a {
    position: absolute;
    font-size: 1em;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.df-viewer::-webkit-scrollbar-button {
    height: 50px
}

.df-viewer::-webkit-scrollbar-thumb {
    min-height: 50px
}

.df-container .df-reader ::-webkit-scrollbar-thumb,
.df-container .df-reader ::-webkit-scrollbar-track {
    background: 0 0
}

.df-container.df-pinch-zoom ::-webkit-scrollbar-thumb,
.df-container.df-pinch-zoom ::-webkit-scrollbar-track {
    background: 0 0
}

.df-container.df-pinch-zoom .df-page-content {
    display: none
}

section.squareAnnotation .popupWrapper,
section.textAnnotation .popupWrapper {
    display: none
}

section.squareAnnotation svg,
section.textAnnotation svg {
    display: block
}

.df-comment-popup {
    display: none;
    position: absolute;
    width: 360px;
    background-color: #ff9;
    box-shadow: 0 2px 5px #333;
    border-radius: 2px;
    z-index: 9;
    padding: 10px;
    word-break: break-word
}

.df-comment-popup.df-active {
    display: block
}

.df-comment-popup .popup {
    background-color: transparent !important
}

.df-comment-popup p {
    margin: 0
}

.df-comment-popup h1 {
    padding-bottom: 5px;
    border-bottom: 1px solid;
    margin-top: 0;
    font-size: 1em
}

.df-sidemenu-wrapper.df-sidemenu-center {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    display: none;
    top: auto;
    height: 360px;
    bottom: 52px
}

.df-sidemenu-center .df-sidemenu-buttons {
    box-shadow: none;
    text-align: center
}

.df-sidemenu-center .df-sidemenu-buttons .df-icon-close {
    display: block;
    margin: -55px auto 0 auto;
    float: none;
    border-radius: 50px;
    width: 44px
}

.df-sidemenu-wrapper.df-sidemenu-center:before {
    background-color: rgba(255, 255, 255, .9)
}

.df-sidemenu-open .df-sidemenu-wrapper.df-sidemenu-center {
    display: block
}

.df-sidemenu-center .sidemenu,
.df-sidemenu-center:before {
    border-radius: 10px 10px 0 0
}

.df-slider {
    -webkit-filter: blur(0);
    -moz-filter: blur(0);
    -ms-filter: blur(0);
    -o-filter: blur(0);
    filter: blur(0)
}

.df-slider .df-viewer-wrapper {
    position: relative;
    margin: 0 auto;
    height: 100%;
    -moz-transition: .3s left;
    -o-transition: .3s left;
    -webkit-transition: .3s left;
    transition: .3s left
}

.df-slider .df-sheet {
    -moz-transition: transform .5s;
    -o-transition: transform .5s;
    -webkit-transition: transform .5s;
    transition: transform .5s
}

.df-slider .df-sheet.df-left-side,
.df-slider .df-sheet.df-right-side {
    left: 50% !important
}

.df-slider .df-sheet:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    box-shadow: 0 0 10px rgba(0, 0, 0, .2)
}

.df-slider .df-page:before {
    display: none
}

.df-slider .df-page.df-page-front {
    z-index: 3
}

.df-slider+.df-zoomview .df-page:before {
    display: none
}

.df-has-shelf df-post-shelf {
    background: 0 0;
    perspective: 400px;
    margin: 5px 0 30px 0;
    height: 0;
    box-shadow: 0 5px 40px 15px rgba(0, 0, 0, .3137254902)
}

.df-has-shelf df-post-shelf:after,
.df-has-shelf df-post-shelf:before {
    background-size: auto;
    left: -40px;
    right: -40px;
    width: auto;
    background-repeat: repeat-x;
    transform-style: preserve-3d;
    background-position: 0 0
}

.df-has-shelf df-post-shelf:before {
    transform: translateY(-15px) rotateX(50deg);
    height: 50px;
    transform-origin: bottom;
    box-shadow: inset 0 3px 15px 0 rgba(0, 0, 0, .6117647059)
}

.df-has-shelf df-post-shelf:after {
    transform: translateZ(0);
    height: 15px;
    box-shadow: inset 0 3px 3px rgba(243, 243, 243, .3215686275);
    background-position: 0 -50px
}

.df-search-highlight {
    position: relative !important;
    background-color: #00f
}

.df-search-results {
    top: 125px !important;
    padding: 0 10px 10px
}

.df-search-result {
    color: inherit !important;
    text-decoration: none !important;
    overflow: hidden;
    border: none !important;
    box-shadow: none !important;
    margin-bottom: 1px;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer
}

.df-search-result.df-active,
.df-search-result:hover {
    background-color: rgba(100, 100, 100, .2)
}

.df-sidemenu-title {
    padding: 8px 20px;
    text-transform: uppercase;
    text-align: left
}

.df-search-hits {
    z-index: 10;
    display: none
}

.df-search-open .df-search-hits {
    display: inline-block
}

.df-search-form {
    display: flex;
    padding: 10px;
    position: relative
}

.df-search-clear {
    position: absolute;
    right: 55px;
    top: 22px;
    cursor: pointer;
    display: none
}

input.df-search-text {
    flex-grow: 1;
    margin: 0;
    border-radius: 4px 0 0 4px;
    outline: 0;
    border: 0;
    height: 40px;
    padding: 0 45px 0 15px;
    width: 100%
}

input.df-search-text:not(:placeholder-shown)~a.df-search-clear {
    display: block
}

.df-ui-btn.df-search-btn {
    height: 40px;
    padding: 10px;
    background-color: #f7f7f7
}

.df-search-info {
    padding: 5px 20px
}

.df-searching .df-search-info {
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: 176px
}

.df-popup-thumb img.df-lazy {
    transform: scale(1.2);
    opacity: .5
}

@media (prefers-reduced-motion:no-preference) {
    .df-popup-thumb img {
        transition: opacity 1.5s ease, transform 1.5s ease
    }
}

.df-trigger {
    cursor: pointer
}

.df-element[data-df-lightbox],
.df-element[data-lightbox] {
    position: relative
}

.rtl .df-popup-thumb .df-book-cover,
.rtl .df-popup-thumb .df-book-page1,
.rtl .df-popup-thumb .df-book-page2 {
    transform-origin: right
}

.rtl .df-popup-thumb:hover .df-book-cover {
    transform: rotateY(18deg) rotateZ(0)
}

.rtl .df-popup-thumb:hover .df-book-page2 {
    transform: rotateY(14deg) rotateZ(0);
    box-shadow: -2px 0 4px rgba(0, 0, 0, .2)
}

.rtl .df-popup-thumb:hover .df-book-page1 {
    transform: rotateY(8deg) rotateZ(0);
    box-shadow: -2px 0 4px rgba(0, 0, 0, .2)
}

.rtl .df-popup-thumb:hover .df-book-wrapper {
    transform: rotateY(15deg) rotateZ(0);
    transform-origin: 70% !important;
    box-shadow: -2px 0 4px rgba(0, 0, 0, .2)
}

.rtl .df-popup-thumb .df-book-cover:after {
    transform: scaleX(-1)
}

.df-posts [skip-parse] {
    display: none
}

.df-posts {
    text-align: center;
    position: relative
}

.df-load-more-button-wrapper {
    text-align: center;
    display: none;
    margin-top: 20px
}

.df-posts [skip-parse]~.df-load-more-button-wrapper {
    display: block
}

.df-load-more-button {
    padding: 10px 15px;
    display: inline-block;
    margin: 0 auto;
    cursor: pointer;
    background: #0085ba;
    color: #fff
}

._df_book {
    min-height: 400px
}