body{
    font-family: 'Manrope', sans-serif;
}

#menu-main-menu li a, #menu-main-menu-en li a{
    color: #1a1a1a !important;
    font-weight: 600;
    text-transform: uppercase;
    margin-left: 9px;
    font-size: 15px;
    position: relative;
    line-height: 40px;
}

.menu_mobile .menu_mobile_nav_area>ul>.menu-item>a {
    font-weight: 700;
}

.slider-opener .opener-slide {
    outline: 16px solid rgba(255, 255, 255, .4) !important;
}

#menu-main-menu .current_page_item a:after,
#menu-main-menu .current-menu-item a:after,
#menu-main-menu .current-menu-parent a:after,
#menu-main-menu-en .current_page_item a:after,
#menu-main-menu-en .current-menu-item a:after,
#menu-main-menu-en .current-menu-parent a:after {
    content: '';
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: #00ff15;
}
.slider-opener{
  max-width: 280px;
  width: 100%;
}

.default-btn {
    border: 2px solid #1a1a1a !important;
    padding: 16px 20px !important;
    color: #1a1a1a !important;
    box-shadow: 6px 6px 0 #00ff15, inset 0 0 0 2px #00ff15 !important;
    transition: .3s;
    min-height: 50px;
    max-width: 220px !important;
}

.default-btn:hover {
    box-shadow: 2px 2px 0 #0ff0fc, inset 0 0 0 2px #0ff0fc !important;
}

.default-btn-white {
    padding: 25px 15px !important;
    color: #fff !important;
    box-shadow: 4px 4px 0 #fff !important;
    transition: .3s;
    border: 2px solid #fff !important;
    text-align: center;
    max-width: 220px;
}

.default-btn-white:hover {
    box-shadow: 2px 2px 0 #fff !important;
}

.default-btn-dark {
    padding: 20px 15px !important;
    color: #000 !important;
    box-shadow: 4px 4px 0 #000 !important;
    transition: .3s;
    border: 2px solid #000 !important;
    text-align: center;
    max-width: 220px;
}

.default-btn-dark:hover {
    box-shadow: 2px 2px 0 #000 !important;
}

.default-purple-box h4 {
    margin: 0;
}

.default-purple-box {
    display: block;
    padding: 30px !important;
    color: #1a1a1a !important;
    border: 2px solid #1a1a1a;
    box-shadow: 6px 6px 0 #00ff15, inset 0 0 0 2px #00ff15 !important;
    transition: .3s;
    background: #fff;
    margin-bottom: 20px !important;
}

.default-purple-box:hover {
    box-shadow: 2px 2px 0 #0ff0fc, inset 0 0 0 2px #0ff0fc !important;
}

.custom-slider-col {
    position: relative;
}

.custom-slider-col .slider-logo {
    max-width: 100px;
    position: absolute;
    left: 0;
    top: -60px;
}

.custom-slider-col .swiper-pagination-bullet {
    width: 60px;
    height: 3px;
    border-radius: 0;
}

.custom-slider-col .slider_pagination_wrap {
    position: absolute !important;
    top: 20px !important;
    margin: 0 !important;
    text-align: left;
}

.custom-slider-col .slider_outer {
    padding-top: 80px;
}

.custom-slider-col .slider_controls_wrap {
    top: -4.5em !important;
    display: flex;
}

.custom-slider-col .slider_pagination_wrap .swiper-pagination-bullet-active {
    background: #00ff15 !important;
    border-color: #00ff15 !important;
}

.custom-slider-col .slider_prev,
.custom-slider-col .slider_next {
    border-radius: 0 !important;
    color: #fff !important;
    box-shadow: 4px 4px 0 #fff !important;
    transition: .3s;
    border: 2px solid white !important;
    text-align: center;
    width: 60px !important;
    height: 60px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    transition: .3s;
    background: #1a1a1a !important;
}

.custom-slider-col .slider_prev:hover,
.custom-slider-col .slider_next:hover {
    box-shadow: 2px 2px 0 #fff !important;
}

.custom-slider-col p {
    font-size: 20px !important;
}

.custom-slider-col p,
.custom-slider-col h4,
.custom-slider-col div {
    color: #fff !important;
    font-family: 'Rubik', sans-serif;
}

.default-btn .elementor-button-link,
.default-btn-white .elementor-button-link,
.default-btn-dark .elementor-button-link {
    background: unset;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Rubik', sans-serif;
    font-weight: bold;
    border-radius: 0;
}

.default-btn .elementor-button-link {
    background: #fff !important;
    color: #1a1a1a;
}

.default-btn-white .elementor-button-link {
    color: #fff;
}

.defaul-btn-dark .elementor-button-link {
    background: #fff;
    color: #1a1a1a !important;
}

.custom-form form {
    display: flex;
}

.custom-form .submit-style-in, .contacts_form .submit-style-in {
    background: none !important;
    border-radius: 0 !important;
}

.custom-form .submit-style-in:before, .contacts_form .submit-style-in:before {
    display: none !important;
}

.custom-form .wpcf7-form-control.default-btn-white, .contacts_form .wpcf7-form-control.default-btn-white {
    border: 2px solid #fff !important;
    border-radius: 0;
    margin-left: 20px;
    background: #1a1a1a !important;
    padding: 18px 35px !important;
}

.custom-form .wpcf7-form-control.default-btn, .contacts_form .wpcf7-form-control.default-btn {
    background: #fff !important;
    padding: 18px 35px !important;
    border: 2px solid #000 !important;
    border-radius: 0;
    font-weight: 600;
}

.custom-form .wpcf7-email {
    border: 2px solid #fff;
    padding: 17px 20px;
    margin-bottom: 0 !important;
}

.custom-form .wpcf7-spinner {
    display: none !important;
}

#custom-footer .social_icon {
    border: none;
    font-size: 24px;
    margin-right: 20px;
}

.wpcf7-form-control.wpcf7-select {
    padding-left: 36px !important;
    color: #1a1a1a !important;
}

[class*="wp-image-"],
.post_featured[class*="hover_"],
.post_layout_band,
.sc_team_item,
.sc_blogger_item_body,
.elementor-tab-desktop-title,
.sc_services_item {
    border-radius: 0 !important;
}

footer .custom-form .wpcf7-not-valid-tip {
    margin-bottom: 0 !important;
}

footer .custom-form form.invalid {
    padding-bottom: 20px;
}

footer .custom-form .wpcf7-response-output {
    display: block !important;
    position: absolute !important;
    height: 45px;
    bottom: 0;
    left: 0 !important;
    margin: 0 !important;
    top: auto !important;
    padding: 5px 20px !important;
    display: none !important;
}

footer .custom-form .wpcf7-response-output.trx_addons_message_box_error {
    display: block !important;
}

footer .custom-form br {
    display: none;
}

@media(min-width: 640px) {
    footer .custom-form .wpcf7-response-output {
        height: 30px;
    }
}

.sidebar_inner {
    border-radius: 0 !important;
}

.post_layout_band .post_content_wrap .post_meta_item.post_categories a,
.sc_blogger_default.sc_blogger_default_classic_time_2 .post_meta.sc_blogger_item_meta.post_meta_categories .post_meta_item.post_categories a,
.post_header_wrap_style_style-1.with_featured_image .post_header .post_meta.post_meta_categories a {
    border-radius: 0;
    background: #fff;
    color: #1a1a1a !important;
    border: 1px solid #1a1a1a;
    box-shadow: 3px 3px 0 #00ff15;
}

.custom-background .content_wrap>.content,
.background_banner_wrap~.content_wrap>.content {
    padding: 0;
}

.widget_contacts .contacts_info span+span,
.widget_contacts .contacts_info span:before,
.widget_contacts .contacts_info span+span,
.widget_contacts .contacts_info a:before {
    color: #00ff15 !important;
}

.scroll_to_top_style_default:hover {
    background: #00ff15;
}

ul[class*="trx_addons_list"]>li::before {
    color: #00ff15;
}

.nav-load-more {
    border-radius: 0 !important;
    background: #fff !important;
    color: #1a1a1a !important;
    border: 2px solid #1a1a1a;
    box-shadow: 6px 6px 0 #00ff15;
    font-weight: 600 !important;
}

blockquote.trx_addons_blockquote_style_1 {
    border-left: 2px solid #00ff15;
}

blockquote.trx_addons_blockquote_style_1::before {
    color: #00ff15;
}

.post_item_single .post_tags_single a {
    border-radius: 0;
}

.page_content_wrap,
.page_content_wrap .content {
    background: #fff !important;
    padding: 0 !important;
}

.category-news .page_content_wrap, .single-post .content_wrap{
    padding: 4rem 0 !important;
}

.post_layout_band {
    border: 2px solid #1a1a1a;
}

.sidebar_default[class*="scheme_"] .sidebar_inner {
    border: 2px solid #1a1a1a;
}

.search-field, .content .search_wrap .search_form_wrap .search_field {
    border-radius: 0 !important;
}

.default-menu #menu-main-menu , #menu-main-menu-en{
    display: flex;
    justify-content: center;
}

.default-menu #menu-main-menu a, #menu-main-menu-en a {
    font-size: 14px;
    margin: 0;
    padding: 0 15px;
}

@media (min-width: 1680px) {
    .default-menu #menu-main-menu a, #menu-main-menu-en a {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .custom-container .elementor-container {
        max-width: 100% !important;
    }
  .custom-icon-wrapper .sc_icons_item {
     display: flex !important;
     align-items: center;
  }

  .custom-icon-wrapper .sc_icons_item .sc_icons_icon{
      margin-right: 20px;
   }
}

.contacts_form form.invalid .wpcf7-response-output{
    height: 40px;
    padding: 0 10px;
    display: flex;
    align-items: center;
}

.default-box-dark .sc_skills_unit, .default-box-dark .sc_skills_digit, .default-box .sc_skills_unit, .default-box .sc_skills_digit{
font-size: 26px;
min-width: unset !important;
}

.post_layout_band .post_content_wrap .post_meta_item.post_categories a:hover, .post_layout_band .post_content_wrap .post_meta_item.post_categories a:focus{
background: #fff !important;
color: #00ff15 !important;
}

.sc_blogger_lay_portfolio_grid.sc_blogger_lay_portfolio_grid_grid_style_4 .sc_blogger_item .sc_blogger_item_body .post_featured .post_info_bl{
display: none;
}

.sc_skills_pie.sc_skills_compact_off .sc_skills_item_title{
word-wrap: normal;
}

.sc_skills_item canvas{
width: 120px;
height: 120px;
}

@media (min-width: 480px){
.slider-opener {
    max-width: 400px;
}
.slider-opener .opener-slide {
    outline: 23px solid rgba(255, 255, 255, .4) !important;
}
}
@media (min-width: 992px) {
    .slider-opener {
        max-width: 635px;
        width: 100%;
    }
   .default-box-dark .sc_skills_unit, .default-box-dark .sc_skills_digit, .default-box .sc_skills_unit, .default-box .sc_skills_digit{
    font-size: 40px;
    }
}
.elementor-nav-menu--main .elementor-nav-menu a{
    padding: 10px 20px 10px 0;
}
.elementor-nav-menu--main .elementor-nav-menu a, .elementor-nav-menu--main .elementor-nav-menu a.highlighted, .elementor-nav-menu--main .elementor-nav-menu a:focus, .elementor-nav-menu--main .elementor-nav-menu a:hover{
    padding: 10px 20px 10px 0;
}
.current-lang{
position: relative;
order:1 !important;
}
.lang-item{
order:2;
text-transform: capitalize;
}
.lang-item a{
transition: color .3s ease-in-out;
}
.lang-item a:hover{
color: #fff;
}
.current-lang::before{
    position: absolute;
    content: '|';
    font-size: 28px;
    color: #fff;
    top: 0;
    right: 7px;
    font-weight: lighter;
}