* {
    margin: 0;
    padding: 0;
    outline: none;
}
a,
a:hover,
a:focus {
    color: #170e2a;
    text-decoration: none;
    outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    color: #092232;
    font-weight: 600;
    margin-bottom: 4px;
    margin-top: 8px;
}
h1 {
    font-size: 36px;
    line-height: 120%;
}
h2 {
    font-size: 69px;
    line-height: 80px;
}
h3 {
    font-size: 30px;
}
h4 {
    font-size: 24px;
}
h5 {
    font-size: 20px;
}
h6 {
    font-size: 14px;
}
p {
    margin: 0;
}
ul {
    margin: 0;
    padding: 0;
    /* padding-left: 25px; */
}
li {
    list-style: none;
}
input,
input:hover,
input:focus {
    outline: none;
}
textarea,
textarea:hover,
textarea:focus {
    outline: none;
}
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    /* change if the mask should have another color then white */
    z-index: 99;
    /* makes sure it stays on top */
}
#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    /* centers the loading animation horizontally one the screen */
    top: 50%;
    /* centers the loading animation vertically one the screen */
    background-image: url(https://raw.githubusercontent.com/niklausgerber/PreLoadMe/master/img/status.gif);
    /* path to your loading animation */
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
    /* is width and height divided by two */
}
button,
button:hover,
button:focus {
    cursor: pointer;
    outline: none;
}
body {
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    color: #7d8c95;
    line-height: 26px;
    overflow-x: hidden;
    width: 100%;
    position: relative;
    font-family: Noto Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.0025em;
    color: #8C8C8C;
}
.container-wrapper {
    margin-right: auto;
    margin-left: auto;
    position: relative;
    /* padding: 0 8px; */
}
@media (min-width: 768px) {
    .container-wrapper {
        width: 100%;
        width: calc(100vw - 16px);
    }
}
@media (min-width: 992px) {
    .container-wrapper {
        width: 100%;
        width: calc(100vw - 16px);
    }
}
@media (min-width: 1420px) {
    .container-wrapper {
        width: 1420px;
    }
}
section {
    overflow: hidden;
}
.seomun_overlay {
    background: #092232;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .8;
}
.gray_bg {
    background: #f7f6ff;
    background: #F7F6F6;
}
.dark_bg {
    background: #092232;
}
.seomun_content_box {
    position: relative;
    display: block;
}
.seomun_content_box h2 span {
    font-size: 50px;
    font-weight: 300;
}
span.seomun_span {
    display: block;
    color: #ef3b58;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    font-size: 16px;
    margin-left: 70px;
}
span.seomun_span:before {
    position: absolute;
    top: 12px;
    left: 0;
    content: '';
    display: block;
    width: 50px;
    height: 2px;
    background: rgb(239, 59, 88);
}
.seomun_btn {
    display: inline-block;
    /* padding: 29px 60px; */
    background: #ef3b58;
    font-size: 14px;
    line-height: 28px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 50px;
    border: none;
    outline: none;
    color: #fff;
    font-weight: 500;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background: #107A43;
    -webkit-box-shadow: -8px 8px 32px rgba(0, 0, 0, 0.1), -2px 2px 4px rgba(0, 0, 0, 0.25);
    box-shadow: -8px 8px 32px rgba(0, 0, 0, 0.1), -2px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 2px;
    font-family: Noto Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    /* identical to box height, or 100% */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    letter-spacing: 0.0125em;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 11px 16px;
    margin-top: 16px;
}
.seomun_btn:hover,
.seomun_btn:focus {
    color: #fff;
    -webkit-box-shadow: 0px 16px 32px 0px rgba(239, 59, 88, 0.2);
    box-shadow: 0px 16px 32px 0px rgba(239, 59, 88, 0.2);
}
.seomun_img img {
    width: 100%;
}
.seomun_section_title {
    margin-bottom: 74px;
}
.seomun_section_title span {
    display: block;
    color: #ef3b58;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 7px;
}
.seomun_section_title h2 {
    font-size: 60px;
    margin-bottom: 5px;
}
.seomun_group {
    position: relative;
}
.seomun_group i {
    position: absolute;
    top: 30px;
    right: 40px;
    color: #ef3b58;
}
.dark_section_title h2 {
    color: #fff;
}
@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}
.seomun_header_1 {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 337;
    background: -o-linear-gradient(top, #FFFFFF 0%, rgba(255, 255, 255, 0.8) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(rgba(255, 255, 255, 0.8)));
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.8) 100%);
}
.seomun_inner_header {
    position: relative;
}
header.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 337;
}
.sticky .menu_button_box .select_option form select {
    color: #ffff;
}
.sticky .menu_button_box ul li a {
    color: #fff;
}
.sticky .menu_button_box ul li:before {
    color: #fff;
}
.sticky .menu_button .phone_btn {
    color: #fff;
}
.sticky .menu_button_box .select_option select option {
    color: #6f0ac8;
}
.seomun_menu {
    position: relative;
    float: right;
}
.main_menu ul li {
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 16px;
}
.main_menu > ul > li {
    margin-left: 16px;
    padding-left: 16px;
    border-left: 1px solid #F7F6F6;
}
ul.header_menu_languages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
ul.header_menu_languages li {
    min-width: 24px;
    min-height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 21px 12px;
}
ul.header_menu_languages li img {
    max-width: 24px;
}
ul.header_menu_languages li a {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    letter-spacing: 0.005em;
    color: #565656;
}
.main_menu ul li a {
    padding: 15px 0;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    letter-spacing: 0.0015em;
    /* txt */
    color: #1B1B1B;
}
.main_menu ul li:hover > a {
    color: #1B1B1B;
    opacity: 0.8;
}
.main_menu ul li ul.sub_menu {
    position: absolute;
    text-align: left;
    width: 250px;
    max-height: 0px;
    padding: 0px;
    top: 100%;
    right: -16px;
    background: #fff;
    opacity: 0;
    z-index: 9999;
    border-top: 4px solid #36b571;
    visibility: hidden;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.main_menu ul li:hover > ul.sub_menu {
    visibility: visible;
    top: 100%;
    max-height: 800px;
    padding: 9px;
    opacity: 1;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.main_menu ul li ul.sub_menu li {
    display: block;
    margin: 0;
}
.main_menu ul li ul.sub_menu li:last-child {
    border-bottom: none;
}
.main_menu ul li ul.sub_menu li a {
    font-size: 14px;
    color: #092f5d;
    padding: 14px 16px;
    text-transform: uppercase;
    font-family: Noto Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: 0.005em;
    color: #1B1B1B;
}
.main_menu ul li ul.sub_menu li:hover > a {
    color: #16ab5e;
}
.main_menu ul li ul.sub_menu li ul.sub_menu {
    left: 100%;
    top: 0;
    opacity: 0;
    visibility: hidden;
}
.main_menu ul li ul.sub_menu li:hover ul.sub_menu {
    visibility: visible;
    opacity: 1;
}
.menu_button {
    text-align: center;
}
.menu_button a.phone_btn {
    display: inline-block;
    padding: 15px 30px;
    color: #ef3b58;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 50px;
    border: 1px solid #ececff;
    font-weight: 500;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.menu_button a.phone_btn:hover {
    background: #ef3b58;
    color: #fff;
}
.menu_button_box {
    text-align: right;
}
.menu_button_box .select_option {
    position: relative;
    display: inline-block;
}
.header_img_box {
    padding-top: 10px;
    height: 100%;
    position: relative;
    display: block;
    bottom: 0;
}
.slick-vertical .slick-arrow {
    width: 30px;
    display: block;
    margin: 0 auto;
    cursor: pointer;
}
.slick-vertical .slick-arrow:hover {
    opacity: .6;
}
.right_main_side > h3 {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 50px;
    line-height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    color: #FFFFFF;
    padding-bottom: 2rem;
}
.right_main_side > a.road_map {
    background: -o-linear-gradient(136.24deg, rgba(0, 184, 89, 0.3) 0%, rgba(0, 184, 89, 0.7) 97.95%);
    background: linear-gradient(313.76deg, rgba(0, 184, 89, 0.3) 0%, rgba(0, 184, 89, 0.7) 97.95%);
    -webkit-box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    border-radius: 2px;
    padding: 16px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 32px;
    line-height: 38px;
    letter-spacing: 0.0025em;
    min-height: 104px;
    color: #FFFFFF;
    display: block;
}
.right_main_side > a.road_map {
    max-width: 90%;
}
.right_slider {
    margin-top: 2rem;
    max-width: 90%;
}
.slick-vertical_item {
    background: -o-linear-gradient(136.24deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.8) 97.95%);
    background: linear-gradient(313.76deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.8) 97.95%);
    -webkit-box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    border-radius: 2px;
    height: 120px !important;
    padding: 12px 8px 8px 16px;
    margin: 8px 0;
    position: relative;
}
.right_slider .slick-vertical > .slick-arrow {
    background: rgba(255, 255, 255, 0.7);
    border-radius: 34px;
    margin: 8px auto;
}
.slick-vertical_item p {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    letter-spacing: 0.0015em;
    color: #1B1B1B;
    padding-bottom: 5px;
    padding-bottom: 35px;
    display: block;
}
.slick-vertical_item > a {
    border: 1px solid #107A43;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
    font-family: Noto Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    display: inline;
    margin-left: auto;
    text-align: center;
    text-align: right;
    letter-spacing: 0.0125em;
    text-transform: uppercase;
    color: #107A43;
    max-width: 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 8px 16px;
    position: absolute;
    bottom: 8px;
    right: 8px;
}
.header_img_box img.map_title {
    max-width: 100%;
    max-height: 100%;
}
.menu_button_box .select_option select {
    border: none;
    background: transparent;
    color: #092232;
    text-transform: uppercase;
}
.menu_button_box .select_option select option {
    border: none;
    background: transparent;
}
.menu_button_box ul li {
    display: inline-block;
}
.menu_button_box ul {
    display: inline-block;
}
.menu_button_box ul li:before {
    content: '|';
    font-size: 16px;
    color: #092232;
    margin-right: 30px;
}
.menu_button_box ul li {
    display: inline-block;
    margin-left: 30px;
}
.soemun_search_form {
    position: absolute;
    right: 25%;
    top: 60px;
    width: 250px;
    background: #fff;
    margin-top: -15px;
    padding: 10px;
    display: none;
    z-index: 1;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-box-shadow: 0 2px 12px #e1e1e1;
    box-shadow: 0 2px 12px #e1e1e1;
    border-radius: 4px;
}
.soemun_search_form .form_control {
    display: block;
    width: 100%;
    padding: 0 0 0 10px;
    font-size: 14px;
    line-height: 42px;
    color: #222;
    background-color: #e6e6e6;
    border: 1px solid #fff;
    border-radius: 0px;
    height: 50px;
    margin-bottom: 0;
}
.soemun_search_form .serach_btn {
    position: absolute;
    bottom: 2px;
    right: 5px;
    border: none;
    color: #0088ff;
    background: transparent;
    height: 42px;
    width: 42px;
    line-height: 42px;
    text-align: center;
}
.soemun_search_form .serach_btn i {
    position: relative;
    top: 0;
    left: 0;
}
.soemun_search_form .serach_btn:focus {
    outline: none;
}
.bottom-card_wrap > p {
    font-family: Noto Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    letter-spacing: 0.0125em;
    text-transform: uppercase;
    /* main +1 */
    color: #107A43;
    margin: 8px 16px;
}
.seomun_info {
    background: #16AB5E;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-flex-positive: 0;
    flex-grow: 0;
    display: block;
    width: 100%;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: center;
    color: #FFFFFF;
    padding: 16px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 100px;
    align-items: center;
    text-align: center;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 8px;
    padding-left: 8px;
}
.row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -8px;
    margin-left: -8px;
}
.center-card_wrap img {
    max-width: 100%;
}
.card_wrap {
    background: #FFFFFF;
    border: 2px solid #E0E0E0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
    margin-bottom: 16px;
}
.card_wrap:hover {
    border: 2px solid #16AB5E;
    -webkit-box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.15);
}
.calendar_photo {
    min-height: 330px;
    background-size: cover;
}
.top-card_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* flex-wrap: wrap; */
}
.left-top_wrap {
    margin: 8px 8px 8px 0;
}
.left-top_wrap h4 {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: 0.0015em;
    color: #1B1B1B;
}
.left-top_wrap span {
    font-family: Noto Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.004em;
    color: #565656;
    display: block;
}
.header_languages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.header_languages > div:last-child {
    min-width: 24px;
    min-height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 21px 12px;
}
.right-top_wrap {
    margin: 8px 16px;
}
.center-card_wrap {
    height: 160px;
    width: 100%;
    background-size: cover;
    margin-bottom: 0;
}
section.section.seomun_welcome.seomun_welcome_1:after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    background: -o-linear-gradient(top, rgba(27, 25, 24, 0.5) 28.96%, rgba(27, 25, 24, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(28.96%, rgba(27, 25, 24, 0.5)), to(rgba(27, 25, 24, 0)));
    background: linear-gradient(180deg, rgba(27, 25, 24, 0.5) 28.96%, rgba(27, 25, 24, 0) 100%);
    mix-blend-mode: normal;
}
.seomun_welcome {
    position: relative;
}
section.section.seomun_welcome.seomun_welcome_1 {
    background-size: cover;
    position: relative;
    z-index: 0;
    top: -117px;
    padding-top: 234px !important;
    min-height: calc(100vh + 142px);
    background-color: #fff;
    /*background-image: url(../img/slider/slide.jpg);*/
}
/*section.section.seomun_welcome.seomun_welcome_1:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(../img/slider/slide.jpg);
    z-index: -1;
    background-size: cover;
    background-position: center;
}*/
video#myVideo {
    position: absolute;
    z-index: -1;
    top: -117px;
    height: calc(100% + 117px);
}
section.section.seomun_welcome.seomun_welcome_1:before {
    -webkit-animation: kenburns-top-left 10s ease-out both;
    animation: kenburns-top-left 10s ease-out both;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}
.calendar header h4 {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.005em;
    color: #1B1B1B;
    margin-top: 6px;
    text-transform: lowercase;
}
.calendar table {
    margin: 0 auto;
}
.calendar tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.calendar thead td {
    border: 1px solid #F7F6F6;
}
.calendar tbody td {
    border: 1px solid #F7F6F6;
}
@-webkit-keyframes kenburns-top-left {
    0% {
        -webkit-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0);
        -webkit-transform-origin: 16% 16%;
        transform-origin: 16% 16%;
    }
    100% {
        -webkit-transform: scale(1.25) translate(-20px, -15px);
        transform: scale(1.25) translate(-20px, -15px);
        -webkit-transform-origin: top left;
        transform-origin: top left;
    }
}
@keyframes kenburns-top-left {
    0% {
        -webkit-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0);
        -webkit-transform-origin: 16% 16%;
        transform-origin: 16% 16%;
    }
    100% {
        -webkit-transform: scale(1.25) translate(-20px, -15px);
        transform: scale(1.25) translate(-20px, -15px);
        -webkit-transform-origin: top left;
        transform-origin: top left;
    }
}
h3.section_title {
    max-width: 57%;
    background: #16AB5E;
    border-radius: 0 1px 1px 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    letter-spacing: 0.0025em;
    color: #FFFFFF;
    margin: 16px 0;
}
.seomun_welcome_1 #head_1 {
    position: absolute;
    right: -250px;
    top: -250px;
}
a.section_readmore {
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #107A43;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
    font-family: Noto Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    display: inline-block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    letter-spacing: 0.0125em;
    text-transform: uppercase;
    color: #107A43;
    margin-left: auto;
    text-align: right;
    position: absolute;
    padding: 11px 16px;
    top: -60px;
    right: 0;
}
.calendar_wrap {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 5;
}
.news_wrapper {
    padding: 0 3%;
}
.news_wrapper > img.slick-arrow:first-child {
    position: absolute;
    top: calc(50% - 12px);
    left: 0;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 2px 16px rgb(0 0 0 / 15%);
    box-shadow: 0px 2px 16px rgb(0 0 0 / 15%);
    border-radius: 32px;
    padding: 8px;
    cursor: pointer;
}
.news_wrapper > img.slick-arrow:last-child {
    position: absolute;
    top: calc(50% - 12px);
    right: 0;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.15);
    border-radius: 32px;
    padding: 8px;
    cursor: pointer;
}
.news_info h4 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 0.0015em;
    color: #1B1B1B;
}
.news_info span.news_date {
    font-family: Noto Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.004em;
    color: #565656;
    margin-top: 8px;
    display: block;
}
.seomun_img.team_img_1 {
    min-height: 500px;
    width: 100%;
    background-size: cover;
    background-position: center;
}
.news_info {
    position: absolute;
    z-index: 2;
    bottom: 16px;
    background: -o-linear-gradient(136.24deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.8) 97.95%);
    background: linear-gradient(313.76deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.8) 97.95%);
    mix-blend-mode: normal;
    -webkit-box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    border-radius: 2px;
    left: 12px;
    width: calc(100% - 24px);
    padding: 16px;
}
.single_news {
    margin: 0 8px;
}
.calendar .current-day:hover {
    color: #1B1B1B;
}
h3.calendar_title {
    font-family: 'Inter', sans-serif;
    font-weight: normal;
    font-size: 26px;
    line-height: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    /* txt */
    color: #1B1B1B;
    padding: 8px 0;
    border-bottom: 1px solid #E0E0E0;
}
span.calendar_date {
    font-family: 'Inter', sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.0015em;
    /* txt */
    color: #1B1B1B;
}
p.calendar_status {
    background: #F7F6F6;
    border-radius: 2px;
    font-family: Noto Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    letter-spacing: 0.005em;
    /* txt */
    color: #1B1B1B;
    padding: 4px 8px;
}
a.calendar_readmore:hover {
    -webkit-box-shadow: -8px 8px 32px rgba(0, 0, 0, 0.1), -2px 2px 4px rgba(0, 0, 0, 0.25);
    box-shadow: -8px 8px 32px rgba(0, 0, 0, 0.1), -2px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 2px;
    color: #C36800;
    display: inline-block !important;
}
a.calendar_readmore:active, a.calendar_readmore:focus {
    color: #C36800;
    /* background: rgba(255, 255, 255, 0.8); */
    -webkit-box-shadow: inset -8px 8px 32px rgba(0, 0, 0, 0.1), inset -2px 2px 4px rgba(0, 0, 0, 0.25);
    box-shadow: inset -8px 8px 32px rgba(0, 0, 0, 0.1), inset -2px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 2px;
    display: inline-block !important;
}
.calendar_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 8px 0;
}
.calendar_desc {
    font-family: Noto Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.005em;
    color: #565656;
}
.news_info a.calendar_readmore {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
a.calendar_readmore {
    font-family: Noto Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    letter-spacing: 0.0125em;
    text-transform: uppercase;
    color: #107A43;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 12px 8px;
}
.calendar_wrap:after {
    content: '';
    width: 200%;
    height: calc(100%);
    display: block;
    position: absolute;
    top: 0;
    background: #F7F6F6;
    left: 0;
    z-index: -300000;
    bottom: 0;
}
a.section_readmore:hover {
    border: 1px solid #C36800;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: -8px 8px 32px rgba(0, 0, 0, 0.1), -2px 2px 4px rgba(0, 0, 0, 0.25);
    box-shadow: -8px 8px 32px rgba(0, 0, 0, 0.1), -2px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 2px;
    font-family: Noto Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    letter-spacing: 0.0125em;
    text-transform: uppercase;
    color: #C36800;
}
a.section_readmore:focus {
    border: 1px solid #C36800;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: inset -8px 8px 32px rgba(0, 0, 0, 0.1), inset -2px 2px 4px rgba(0, 0, 0, 0.25);
    box-shadow: inset -8px 8px 32px rgba(0, 0, 0, 0.1), inset -2px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 2px;
    color: #C36800;
}
.header_content_box span.seomun_span {
    margin-bottom: 12px;
}
.header_content_box h2 {
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 28px;
}
.header_content_box h5 {
    margin-bottom: 4px;
}
.header_content_box .seomun_btn {
    margin-right: 30px;
}
.bg {
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    position: absolute;
    left: 489px;
    top: 691px;
    width: 70px;
    height: 70px;
    z-index: 302;
}
.video_btn {
    display: inline-block;
    font-size: 16px;
    color: #092232;
    font-weight: 500;
    text-transform: capitalize;
}
.video_btn span {
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    color: #ef3b58;
    background: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 16px 32px 0px rgba(239, 59, 88, 0.2);
    box-shadow: 0px 16px 32px 0px rgba(239, 59, 88, 0.2);
    margin-right: 20px;
}
.seomun_about2 {
    padding: 52px 0 119px;
}
.about_2 {
    padding: 110px 0 60px;
}
.about_home {
    padding: 0px 0 80px;
}
.about_content_box span.seomun_span {
    margin-bottom: 15px;
}
.about_content_box h2 {
    font-size: 55px;
    line-height: 65px;
    margin-bottom: 18px;
}
.about_content_box h5 {
    margin-bottom: 15px;
}
.about_img_box_2 img {
    width: 100%;
}
.input-group {
    width: 100%;
}
input.btn.btn-lg {
    width: 86%;
    height: 40px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background: #FFFFFF;
    border-bottom: 1px solid #565656;
    border-radius: 2px 0px 0px 0px;
    text-align: left;
    font-family: Noto Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: 0.005em;
    color: #565656;
}
button.btn {
    width: 14%;
    height: 40px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-filter: drop-shadow(-8px 8px 32px rgba(0, 0, 0, 0.1)) drop-shadow(-2px 2px 4px rgba(0, 0, 0, 0.25));
    filter: drop-shadow(-8px 8px 32px rgba(0, 0, 0, 0.1)) drop-shadow(-2px 2px 4px rgba(0, 0, 0, 0.25));
    border-radius: 0px 2px 2px 0px;
    background: #FF8A03;
    -webkit-box-shadow: -8px 8px 32px rgba(0, 0, 0, 0.1), -2px 2px 4px rgba(0, 0, 0, 0.25);
    box-shadow: -8px 8px 32px rgba(0, 0, 0, 0.1), -2px 2px 4px rgba(0, 0, 0, 0.25);
    font-family: Noto Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    letter-spacing: 0.0125em;
    text-transform: uppercase;
    color: #052414;
    border: 0;
}
.promise {
    color: #999;
}
.seo_features_box {
    text-align: center;
    background: #fff;
    margin-bottom: 16px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.15);
    border-radius: 2px;
    padding: 25px 0 0 0;
}
.seo_features_box .seomun_icon {
    position: relative;
    display: block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 50%;
    text-align: center;
    /* background: rgb(255, 243, 245); */
    font-size: 36px;
    margin: auto auto 35px;
}
.seo_features_box .seomun_icon i {
    font-size: 36px;
    color: #ef3b58;
}
.seo_features_box .seomun_icon:after {
    position: absolute;
    top: 10px;
    left: 5px;
    content: '';
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: rgb(239, 59, 88);
    -webkit-box-shadow: 0px 7px 14px 0px rgba(239, 59, 88, 0.6);
    box-shadow: 0px 7px 14px 0px rgba(239, 59, 88, 0.6);
    display: none;
}
.seo_features_box .seomun_icon:before {
    position: absolute;
    bottom: 10px;
    right: 5px;
    content: '';
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: rgb(239, 59, 88);
    -webkit-box-shadow: 0px 7px 14px 0px rgba(239, 59, 88, 0.6);
    box-shadow: 0px 7px 14px 0px rgba(239, 59, 88, 0.6);
    -webkit-animation: ball 5s linear infinite;
    animation: ball 5s linear infinite;
    display: none;
}
.seo_features_box .seomun_info h3 {
    margin-bottom: 30px;
}
h2.subscribe_title {
    font-family: 'Inter';
    line-height: 38px;
    display: block;
    letter-spacing: 0.0025em;
    color: #FFFFFF;
    font-size: 27px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 6px;
}
span.subscribe_pretext {
    display: block;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: center;
    letter-spacing: 0.0015em;
    color: #D6FFEA;
    margin-bottom: 8px;
}
.subscribe_about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.subscribe_single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 16px 10px 16px;
}
.subscribe_single svg {
    min-width: 18px;
    min-height: 18px;
}
.subscribe_text {
    font-family: Noto Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 19px;
    letter-spacing: 0.005em;
    color: #FFFFFF;
}
.subscribe_single svg path {
    fill: #85FFC0;
}
a.calendar_readmore.tab_readmore {
    display: block;
    margin-left: auto;
    text-align: right;
}
.skill_content_box h2 span {
    font-size: 45px;
    line-height: 50px;
}
.skill_content_box h2 {
    font-size: 55px;
    line-height: 65px;
    margin-bottom: 32px;
}
.seomun_counter_area_2 {
    margin-top: 50px;
}
.skill_box .chart_2 {
    position: relative;
    width: 120px;
    height: 120px;
    text-align: center;
    margin: 0 auto;
}
.skill_box .chart_2 canvas {
    position: absolute;
    top: 0;
    left: 0;
}
.skill_box canvas {
    position: absolute;
    top: 0;
    left: 0;
}
.skill_box .chart_2 .circle_info {
    padding-top: 30px;
}
.skill_box h2 {
    font-size: 30px;
    font-weight: 300;
    line-height: 42px;
}
.skill_box h6 {
    text-transform: uppercase;
    letter-spacing: 2px;
}
.skill_box_1 h2,
.skill_box_1 h6 {
    color: #ea3d56;
}
.skill_box_2 h2,
.skill_box_2 h6 {
    color: #3745a5;
}
.skill_box_3 h2,
.skill_box_3 h6 {
    color: #ff953f;
}
.skill_box_4 h2,
.skill_box_4 h6 {
    color: #56c4c5;
}
.feature_content_tab .seomun_feature_nav ul.nav-tabs li a.feature_nav_btn.active svg {
    background: #00ECEE;
    border-radius: 2px;
}
.subscribe_icon svg {
    width: 75%;
    height: auto;
    padding-top: 16px;
    padding: 16px 16px 0 16px;
    display: block;
    margin-left: auto;
}
.feature_content_tab .seomun_feature_nav ul.nav-tabs li a.feature_nav_btn.active svg path {
    fill: #1B1B1B;
}
.tab-content > .active img {
    max-width: 80%;
    margin: 0 auto;
    display: block;
}
.subscribe_single svg {
    margin-right: 8px;
}
button.btn.btn-info.btn-lg:hover {
    background: #FFC583;
    -webkit-box-shadow: -8px 8px 32px rgba(0, 0, 0, 0.1), -2px 2px 4px rgba(0, 0, 0, 0.25);
    box-shadow: -8px 8px 32px rgba(0, 0, 0, 0.1), -2px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 0px 2px;
    color: #052414;
}
button.btn.btn-info.btn-lg:focus, button.btn.btn-info.btn-lg:active {
    background: #FFC583;
    -webkit-box-shadow: inset -8px 8px 32px rgba(0, 0, 0, 0.1), inset -2px 2px 4px rgba(0, 0, 0, 0.25);
    box-shadow: inset -8px 8px 32px rgba(0, 0, 0, 0.1), inset -2px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 0px 2px 2px 0px;
    color: #052414;
}
.bottom_carousel-img a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    background-size: 40px auto;
    background-repeat: no-repeat;
    background-position: 0 center;
    min-height: 74px;
    font-family: HelveticaNeueCyr, sans-serif;
    text-align: right;
    color: #1d2220;
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
    text-shadow: 2px 2px 5px #fff;
    padding-left: 56px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-align: left;
    letter-spacing: .004em;
    color: #1a1a1a;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}
.bottom_carousel-img a:hover {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}
section.seomun_footer a:hover {
    opacity: 0.8;
}
.seomun_logo_wrapper a:hover {
    opacity: 0.8;
}
.header_languages a:hover {
    opacity: 0.8;
}
.right_main_side > a.road_map:hover {
    opacity: 0.8;
}
.calendar-inner_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 16px;
    position: relative;
    z-index: 5;
}
.calendar-inner_wrap .calendar {
    /* margin-left: auto; */
    /* display: inline-block; */
    margin-right: 16px;
}
.calendar-inner_wrap:after {
    content: '';
    background: #F7F6F6;
    width: 300%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 14px;
    z-index: -5;
}
.calendar-inner_single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #E0E0E0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
    margin-bottom: 16px;
    position: relative;
}
.calendar_photo.calendar-inner_photo {
    min-width: 36%;
    min-height: 340px;
    height: 100%;
    border-radius: 2px;
    background-size: cover;
    background-position: center;
}
.calendar-inner_txt {
    padding: 8px 16px;
}
.calendar-inner_txt-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
p.calendar_status.calendar-inner_status {
    color: #0B522E;
    font-family: Noto Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    /* identical to box height, or 125% */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    letter-spacing: 0.005em;
}
.calendar_desc.calendar-inner_desc {
    margin-top: 0px;
    padding-bottom: 40px;
}
h3.calendar_title.calendar-inner_title {
    border-bottom: 0;
    padding-bottom: 3px;
}
.calendar-inner_buttons {
    position: absolute;
    bottom: 5px;
}
.calendar-inner_buttons a.calendar_readmore {
    margin-top: 0;
}
.bottom_carousel_item {
    margin: 0 8px;
    padding: 10px;
    display: -ms-flexbox;
    position: relative;
    height: 100px;
}
h3.title_widget_list {
    font-family: 'Inter';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.0015em;
    color: #1B1B1B;
    margin-bottom: 16px;
}
ul.header_menu_languages li:last-child {
}
#button {
    display: inline-block;
    background-color: #FF9800;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    -webkit-transition: background-color .3s,
    opacity .5s, visibility .5s;
    -o-transition: background-color .3s,
    opacity .5s, visibility .5s;
    transition: background-color .3s,
    opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    /* position: static; */
    width: 40px;
    height: 40px;
    /* left: 55.5px; */
    /* top: 16px; */
    background: #FFFFFF;
    -webkit-box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.15);
    border-radius: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#button::after {
    content: "";
    background-image: url(../img/up.png);
    width: 24px;
    height: 24px;
    display: block;
}
#button:hover {
    cursor: pointer;
    /* background-color: #333; */
    -webkit-box-shadow: 0px 2px 16px rgb(0 0 0 / 50%);
    box-shadow: 0px 2px 16px rgb(0 0 0 / 50%);
}
#button:active {
    background-color: #555;
}
#button.show {
    opacity: 1;
    visibility: visible;
}
ul.widget_list li {
    font-family: Noto Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.005em;
    color: #1B1B1B;
    padding-bottom: 16px;
}
.video_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 10px 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}
.video_title h3 {
    text-align: center;
    font-family: 'Inter';
    font-style: normal;
    font-weight: normal;
    font-size: 26px;
    line-height: 34px;
    text-align: center;
    color: #1B1B1B;
    display: inline-block;
    text-align: center;
}
section.seomun_footer {
    background: #F7F6F6 !important;
}
.video_title a.calendar_readmore.tab_readmore {
    padding: 8px;
    margin: 0;
    position: absolute;
    right: 0;
}
.copyright_text p {
    font-family: Noto Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.0025em;
    color: #1B1B1B;
}
.inner_wrapper {
    max-width: 100%;
}
.invest-block {
    background: #f9f9f9;
    border: 1px solid #d6d6d6;
    width: 45%;
    float: left;
    font-size: 18px;
    line-height: 24px;
    padding: 20px 15px 50px 31px;
    position: relative;
    box-sizing: border-box;
    margin: 0 33px 36px 0;
    min-height: 239px
}
.invest-block.invest-block-right {
    margin-right: 0
}
.invest-block, .invest-block a {
    color: #222
}
.invest-block:hover {
    background: #039f4f;
    border-color: #039f4f;
    box-shadow: 0 0 10px rgba(0, 0, 0, .4)
}
.invest-block:hover, .invest-block:hover a, .invest-block:hover a.invest-block-a {
    color: #fff
}
.invest-block:before {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    height: 100%;
    width: 3px;
    background: #039f4f;
    content: ""
}
.invest-block .icon {
    position: absolute;
    bottom: 20px;
    right: 20px
}
.icon img.icon-img, .icon img.icon-hover-img {
    margin: 0
}
.invest-block:hover .icon img.icon-img, .invest-block .icon img.icon-hover-img {
    display: none
}
.invest-block:hover .icon img.icon-hover-img {
    display: inline-block
}
.invest-block a.invest-block-a {
    position: absolute;
    left: 31px;
    bottom: 21px;
    font-size: 15px;
    color: #039f4f
}
.invest-block-info {
    margin-top: 22px
}
.invest-block-info p {
    margin-bottom: 0;
    padding-bottom: 2px
}
.invest-block-info a, .invest-block-info span {
    color: #039f4f
}
.stage {
    background: #f9f9f9;
    border: 1px solid #d6d6d6;
    position: relative;
    padding: 24px 20px 20px 30px;
    counter-reset: my-badass-counter;
    color: #222;
    font-weight: 200;
    letter-spacing: -.3px
}
.description_wrapp {
    margin-bottom: 30px
}
.description_wrapp .contact-info {
    background: #F8F8F8;
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px
}
.description_wrapp .contact-info p:last-child {
    margin-bottom: 0
}
.question-list .q {
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center
}
.question-list .q img {
    margin-right: 20px
}
.question-list .item {
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px
}
.question-list .q {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 400;
    border: none;
    text-decoration: none;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -.005em;
    color: #000
}
.question-list .q a span {
    border: none
}
.prolog {
    border-bottom: 1px solid #d6d6d6;
    padding: 20px 30px
}
.prolog:empty {
    display: none
}
.stage {
    cursor: pointer;
    text-decoration: none;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -.02em;
    color: #000;
    margin-bottom: 20px
}
.stage a {
    display: block;
    width: 100%;
    color: #222
}
.stage:hover a {
    color: #00a651
}
.stage a:hover span {
    color: #00a651
}
.faq-list .stage a:after {
    content: " ";
    display: block;
    position: absolute;
    right: 0;
    width: 15px;
    top: 45%;
    right: 30px;
    height: 9px;
    transition: .3s;
    background: url(/upload/arrow_d2.svg) no-repeat center / contain
}
.faq-list .stage a.opened:after {
    content: " ";
    display: block;
    position: absolute;
    right: 0;
    width: 15px;
    top: 45%;
    right: 30px;
    transition: .3s;
    height: 9px;
    background: url(/upload/arrow_up.svg) no-repeat center / contain
}
.question-list .ans {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #D0D0D0;
    padding-bottom: 20px
}
.question-list .ans .scroll_table {
    display: block;
    -ms-overflow-x: auto;
    overflow-x: auto
}
.question-list .ans:empty {
    display: none
}
.stage a:hover {
    color: #069347
}
.stage p, .stage ul:not(.sectionFive_list):not(.right-menu):not(.opport-href) li {
    font-size: 18px;
    line-height: 24px
}
.stage:before, .img-data-wrapper:before, .work-group-block:before, .work-group-block-text:before, .sez:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 3px;
    background: #039f4f
}
.stage-number {
    float: left;
    margin-right: 15px;
    display: block;
    top: 19px;
    left: 29px;
    width: 30px;
    height: 30px;
    line-height: 27px;
    border-radius: 100%;
    border: 2px solid #00a651;
    color: #00a651 !important;
    text-align: center;
    font-weight: 700
}
.stage-struct {
    background: #f9f9f9;
    border: 1px solid #d6d6d6;
    position: relative;
    padding: 24px 20px 10px 24px;
    counter-reset: my-badass-counter;
    color: #222;
    font-weight: 200;
    margin-bottom: 20px;
    margin-right: 20px;
    letter-spacing: -.3px;
    width: 47%;
    float: left;
    min-height: 252px
}
div.stage-struct p {
    line-height: 22px;
    margin-bottom: 10px
}
.stage-struct .icon-mail {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 27px;
    background: url(../. ./images/email4.png) 4 px 50 % no-repeat;
    text-align: center;
    vertical-align: middle;
    margin-right: 0
}
.stage-struct .icon-phone {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 27px;
    background: url(../. ./images/right-phones4.png) 4 px 50 % no-repeat;
    text-align: center;
    vertical-align: middle
}
.stage-struct:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 3px;
    background: #039f4f
}
.stage-struct p span {
    font-weight: 500
}
.stage a:hover {
    text-decoration: none
}
.stage ul:not(.sectionFive_list):not(.right-menu):not(.opport-href) {
    margin: 0
}
.stage ul:not(.sectionFive_list):not(.right-menu):not(.opport-href) li {
    padding-left: 35px;
    margin-bottom: 25px;
    font-weight: 200;
    font-family: Open Sans, Arial, Helvetica, sans-serif
}
.stage ul:not(.sectionFive_list):not(.right-menu):not(.opport-href) li:after {
    background: url(../images/li.png) no-repeat left center;
    width: 22px;
    height: 17px;
    top: 2px
}
.stage h5 {
    color: #000;
    line-height: 20px;
    margin-top: 3px;
    margin-bottom: 15px
}
.inv-opportunities h2 {
    text-align: center;
    margin: 42px 0 55px
}
.inv-opportunities-block {
    width: 50%;
    float: left
}
.inv-opportunities-block.inv-opportunities-block_full {
    width: 100%
}
.inv-opportunities-wrapper .inv-opportunities-block.inv-opportunities-block_full:first-child {
    padding-right: 0
}
.inv-opportunities-inner {
    position: relative;
    overflow: hidden
}
.inv-opportunities-table, .event-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.inv-opportunities-table {
    text-align: center
}
.inv-opportunities-inner img {
    margin: 0 auto
}
.inv-opportunities-table .display-table {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.opport-img { /* border:4px solid #888; */
    width: 166px;
    height: 166px;
    line-height: 166px;
    display: table;
    border-radius: 166px;
    margin: 10px auto;
    position: relative;
    z-index: 1;
}
.opport-img div {
    display: table-cell;
    vertical-align: middle
}
.opport-img img {
    line-height: 166px
}
.inv-opportunities-table h3 {
    font-size: 32px;
    line-height: 39px;
    margin-top: 10px
}
.events .item {
    border-bottom: 1px solid lightgrey;
    margin: 20px 0;
}
.display-table {
    display: table
}
.display-table.offer-title {
    display: block
}
.display-row {
    display: table-row
}
.display-cell {
    display: table-cell;
    vertical-align: middle
}
.display-cell a.link_news {
    color: #000 !important
}
.display-cell a.link_news:hover, .display-cell a.link_news:focus {
    color: #000 !important
}
.work-group-block {
    border: 1px solid #d6d6d6;
    position: relative;
    padding: 25px 67px 21px;
    background: url(../img/work.png) no-repeat #f9f9f9 26px calc(50% + 3px);
    margin: 25px 0 0;
}
.work-group-block h5 {
    font-size: 15px;
    line-height: 17px;
    font-weight: 600
}
.work-group-block-text {
    background: #fff;
    position: relative;
    border: 1px solid #d6d6d6;
    border-top: none;
    padding: 32px 29px 11px
}
.work-group-block-text .notes p {
    font-size: 13px;
    line-height: 16px;
    color: #757575
}
.content-about .work-group-block-text p, .work-group-block-text {
    line-height: 23px
}
.work-group-block-text .display-cell {
    vertical-align: top;
    padding-bottom: 25px
}
.work-group-block-text .display-cell.display-cell-right {
    padding-left: 26px
}
.content-about .work-group-block-text p {
    font-weight: 200;
    margin-bottom: 0;
    padding-bottom: 7px
}
.work-group-block-text .display-cell.display-cell-left {
    padding-right: 136px
}
.work-group-block-text .display-cell.display-cell-left p span.countries {
    background: url(../images/mark.png) no-repeat 0 -10px;
    padding-left: 25px
}
h3#contacts {
    margin-top: 49px
}
.work-group-block.work-group-contact-block {
    background: url(../images/work-contact.png) no-repeat #f9f9f9 26px 20px
}
.work-group-block.work-group-contact-block + .work-group-block-text {
    padding: 28px 29px 27px
}
.work-group-block.work-group-contact-block + .work-group-block-text h6 {
    margin-bottom: 6px
}
.sez {
    position: relative;
    border: 1px solid #d6d6d6
}
.sez h5 {
    font-size: 24px;
    line-height: 1;
    font-weight: 600;
    padding: 20px 15px 18px 31px;
    background: #f9f9f9;
    border-bottom: 1px solid #d6d6d6
}
.sez-text {
    padding: 15px 0 20px 31px;
    font-size: 18px
}
.sez-img {
    padding: 0 30px 0 0
}
.sez-text .display-table {
    font-weight: 200;
    line-height: 23px
}
.sez-text .display-cell {
    padding-top: 8px
}
.sez-map {
    position: relative;
    display: inline-block;
    margin-top: 39px
}
.sez-text-left, .sez-text-right {
    float: left;
    width: 50%;
    box-sizing: border-box
}
.sez-map a {
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    border: 2px solid #fff;
    background-color: #02763b;
    box-shadow: 2px 3.464px 10px 0 rgba(0, 0, 0, 0.5);
    border-radius: 15px;
    position: absolute;
    padding: 5px 11px
}
.sez-map a:hover, .sez-map a:focus {
    background: #00a651;
    text-decoration: none
}
.inv-opportunities-table:before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 30%);
    display: block;
    position: absolute;
    z-index: 0;
}
.jobs_wrapp .item:first-child, .staff_wrapp .item:first-child {
    margin-top: 0
}
.jobs_wrapp .item, .staff_wrapp .section {
    padding: 10px;
    margin-top: 10px
}
.jobs_wrapp .item .name {
    cursor: pointer
}
.jobs_wrapp .item .salary {
    float: right;
    font-size: 15px;
    margin-top: 8px;
    padding-left: 10px;
    white-space: nowrap
}
.jobs_wrapp .item .salary_wrapp {
    vertical-align: top
}
.jobs_wrapp .item .name .pseudo, .staff_wrapp .section .pseudo {
    position: relative;
    zoom: 1
}
.staff_wrapp .section .pseudo {
    top: -9px;
    margin-left: 15px
}
.jobs_wrapp .item .name .title {
    padding-left: 5px;
    text-align: left;
    width: 95%;
    vertical-align: top
}
.jobs_wrapp .item .icon i, .staff_wrapp .section .icon i {
    background: url(../images/arrows_big.png) -31px -64px no-repeat;
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.jobs_wrapp .item .opened .icon i, .staff_wrapp .section .opened .icon i {
    background-position: 0 -65px
}
.jobs_wrapp .item .item_title, .staff_wrapp .section .item_title {
    font-size: 16px
}
.jobs_wrapp .item .item_title {
    padding: 15px 0
}
.jobs_wrapp .item .description_wrapp, .staff_wrapp .items {
    margin-left: 45px;
    margin-top: 5px;
    display: none
}
.jobs_wrapp .item .button30, .staff_wrapp .item .button30 {
    margin-top: 15px
}
.jobs_wrapp .item {
    box-shadow: 0 1px 2px #e7e7e7;
    -moz-box-shadow: 0 1px 2px #e7e7e7;
    -o-box-shadow: 0 1px 2px #e7e7e7;
    -webkit-box-shadow: 0 1px 2px #e7e7e7;
}
.mean-container a.meanmenu-reveal span {
    display: block;
    height: 1.6px;
    margin-top: 5px;
}
.events .item {
    border: 1px solid #d6d6d6;
    width: 45%;
    box-sizing: border-box;
    float: left;
    margin: 0 30px 29px 0
}
.events .item.item_margin {
    margin-right: 0
}
.events .item .thumb {
    width: 100%;
    height: 405px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center 100%;
    display: block
}
/*
.events .item .thumb{width:100%;height:205px;background-repeat:no-repeat!important;    background-size: cover!important;
    background-position: center;display:block}
*/
.clear {
    width: 100%;
    clear: both;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.events .item-title {
    font-size: 20px;
    line-height: 26px;
    font-weight: 200
}
.events .item-title a {
    color: #222;
    border-bottom: 1px solid transparent
}
.events .item-title a:hover {
    text-decoration: none;
    border-bottom: 1px solid #222
}
.event-data {
    font-size: 14px;
    line-height: 17px;
    color: #00a651;
    font-weight: 600;
    margin-bottom: 15px
}
.events .item:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .4)
}
.events .text-data {
    padding: 13px 30px 29px;
    min-height: 200px;
}
.reliz-item {
    box-sizing: border-box;
    width: 49%;
    padding: 0 10px 0 70px;
    line-height: 22px;
    min-height: 67px;
    float: left;
    margin: 0 0 30px
}
.reliz-item a {
    color: #222
}
.pagin_wrap {
    line-height: 40px !important
}
ul.sectionFive_list li {
    display: inline;
    font-weight: 400;
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 20px
}
ul.sectionFive_list li.ac {
    background: url(../img/left_p.png) no-repeat 50% 50% !important;
    padding-right: 11px;
}
ul.sectionFive_list li.ac2 {
    background: url(../img/right_p.png) no-repeat 50% 50% !important
}
ul.sectionFive_list li.ac2 a, ul.sectionFive_list li.ac a {
    display: inline-block;
    width: 32px;
    height: 32px
}
ul.sectionFive_list li a:hover {
    text-decoration: none
}
.reliz-list {
    margin: 51px 0 33px
}
.news_date_time_detail {
    font-size: 11px;
    margin-bottom: 10px;
    padding: 3px 10px;
    display: inline-block;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background: #fafafa;
    border: 1px solid #e7e7e7;
}
.news_date_time_detail {
    background: #fafafa;
    border: 1px solid #e7e7e7;
}
.events .item-title a span {
    text-align: left !important;
    display: block;
}
.l_b {
    background: url(../img/ar_left.png) no-repeat 0 60% !important;
}
a.url_back {
    font-size: 14px !important;
    font-family: 'Open Sans', Arial, sans-serif !important;
    color: #8d8d8d;
    font-weight: 400;
    border-bottom: 1px solid;
    text-decoration: none;
    margin-left: 25px;
}
.our_services {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.inv-opportunities-wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
div.inv-opportunities-block {
    padding: 20px;
    max-width: 50%;
    min-width: 50%;
    width: 50%;
}
.inner_page-right
ul.opport-href {
    padding: 0;
    clear: both !important;
    float: none !important;
    /* padding-bottom: 15px; */
}
h3#aksii {
    clear: both;
    float: none;
    margin-top: 20px;
    display: block;
}
.inner_page-right .why-belarus > div > a .why-text {
    background: #16AB5E;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-flex-positive: 0;
    flex-grow: 0;
    display: block;
    width: 100%;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: center;
    color: #FFFFFF;
    padding: 16px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 120px;
    align-items: center;
    text-align: center;
}
.inner_page-right .why-belarus > div > a .why-img {
    position: relative;
    display: block;
    width: 100px;
    height: 115px;
    line-height: 100px;
    border-radius: 50%;
    text-align: center;
    font-size: 36px;
    margin: auto auto 35px;
}
.inv-opportunities-block a:hover img.img-responsive {
    transform: scale(1.15);
}
.content-inv-opportunities-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.inv-opportunities-inner img {
    width: 100%;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.opport-href a:hover, .opport-href a:focus, .opport-href a.active {
    background: #00a74c;
    color: #fff;
    text-decoration: none;
}
.opport-href a {
    background: #eaeaea;
    color: #010101;
    display: block;
    text-align: center;
    padding: 16px 0;
}
.inner_page-right
.opport-href li {
    float: left;
    width: 33.33%;
    box-sizing: border-box;
    font-size: 17px;
    padding-right: 4px;
    list-style: none;
    padding-bottom: 4px;
}
.inv-opportunities-table span.txt {
    text-align: center;
    display: block;
    margin-top: 15px;
    /* font-weight: bold; */
    font-size: 18px;
    line-height: 22px;
    font-size: 32px !important;
    line-height: 39px;
    margin-top: 10px;
    display: inline-block;
    color: #fff;
    min-height: 121px;
    position: relative;
    z-index: 1;
    padding: 15px;
}
div.inv-opportunities-block:hover {
    /* border: 1px solid lightgray; */
}
.our_services div.invest-block {
    width: calc(50% - 10px);
    margin: 5px;
    padding: 10px;
    border: 1px solid lightgray;
    min-height: 200px;
    align-items: stretch;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 104px;
}
.inner_page-right h4 {
    margin-bottom: 15px;
    font-size: 20px;
    text-decoration: underline;
}
.inner_page-right p, .inner_page-right b {
    margin-bottom: 8px;
    color: #7d8c95;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 26px;
}
.row.why-belarus.text-center {
}
.inner_page-right .why-belarus {
}
.inner_page-right .why-belarus > div > a {
    /* border: 1px solid lightgray; */
    margin: 16px 5px;
    display: block;
    /* min-height: 200px; */
    /* padding: 10px; */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    box-shadow: 0px 2px 16px rgb(0 0 0 / 15%);
    border-radius: 2px;
    text-align: center;
    background: #fff;
    margin-bottom: 16px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 2px 16px rgb(0 0 0 / 15%);
    box-shadow: 0px 2px 16px rgb(0 0 0 / 15%);
    border-radius: 2px;
    padding: 25px 0 0 0;
}
.inner_page-right .why-belarus > div:hover {
    opacity: 0.8;
}
.m-accordion-button-tabs-minimal {
    line-height: 1.5;
    padding: 0;
    /* position: absolute; */
    /* right: 8px; */
    /* bottom: 16px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* -webkit-box-align: center; */
    -ms-flex-align: center;
    /* align-items: center; */
    /* -webkit-box-pack: center; */
    -ms-flex-pack: center;
    /* justify-content: center; */
    align-items: flex-end;
    text-align: start;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
}
.form-row {
    display: block;
}
a.m-tab-link.spec {
    right: 120px;
}
.inner_page-right a {
    color: #16ab5e;
}
.inner_page-right table {
    display: block;
    max-width: 100%;
    overflow: auto;
}
.inner_page-right {
    text-align: justify;
}
.inner_page-right table.jobs-table {
    overflow: inherit;
}
h3#aksii {
}
.inner_page-right {
}
.inner_page-right ul {
    padding-left: 25px;
}
.inner_page-right ul li {
    list-style: disc;
    padding-bottom: 8px;
}
.inner_page-right
td {
    padding: 5px;
}
.inner_page-right thead tr td {
    background: #48d18b;
    color: #fff;
}
.inner_page-right h3 {
    margin-bottom: 15px;
    font-size: 24px;
    color: #1f1f1f;
    font-size: 24px;
    /* margin-top: 0; */
    margin-bottom: 19px;
}
div#pp-nav {
    display: none;
}
.m-accordion-button-tabs-minimal::after {
    clear: both;
    content: "";
    display: block;
}
.m-accordion-button-tabs-minimal li.m-tab-header-and-content {
    list-style: none;
}
@media screen and (min-width: 40em) {
    .m-accordion-button-tabs-minimal li.m-tab-header-and-content {
        /* display: inline; */
        /* position: absolute; */
    }
}
.m-accordion-button-tabs-minimal a.m-tab-link {
    background-color: transparent;
    border-radius: 0.3125em;
    max-width: 14em;
    text-align: center;
    /* width: 100%; */
    /* color: #283137; */
    /* border: 1px solid #283137; */
    /* display: block; */
    transition: all 0.5s ease 0s;
    padding: 1em;
    text-decoration: none;
    margin-right: 1em;
    margin-top: 1em;
    position: absolute;
    right: 0;
    z-index: 3;
    top: 0;
}
@media screen and (min-width: 40em) {
    .m-accordion-button-tabs-minimal a.m-tab-link {
        display: inline-block;
        margin-top: 0;
    }
}
.m-accordion-button-tabs-minimal a.m-tab-link:hover, .m-accordion-button-tabs-minimal a.m-tab-link:focus, .m-accordion-button-tabs-minimal a.m-tab-link.is-active {
    /* color: #fff; */
    /* background: #283137; */
}
.m-accordion-button-tabs-minimal a.m-tab-link:hover, .m-accordion-button-tabs-minimal a.m-tab-link:focus {
    box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.m-accordion-button-tabs-minimal .m-tab-content {
    display: none;
    padding: 1em 1.618em;
    width: 100%;
    position: relative;
    left: 0;
    padding-top: 50px;
}
a.m-tab-link.otdel {
    right: 150px;
}
@media screen and (min-width: 40em) {
    .m-accordion-button-tabs-minimal .m-tab-content {
        float: left;
    }
}
.info_text.footer_info p, .info_text.footer_info a {
    font-family: Noto Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.005em;
    color: #1B1B1B;
}
.info_text.footer_info span {
    color: #565656;
}
.info_text.footer_info a {
    border-right: 1px solid #C5C5C5;
    padding-right: 8px;
    margin-right: 8px;
}
.info_text.footer_info a:last-child {
    border-right: 0;
    padding: 0;
    margin: 0;
}
.right_main_side > a.road_map svg {
    margin-right: 25px;
}
footer.seomun_footer {
    background: #F7F6F6;
}
.carousel_wrapper {
    background: #fff;
    padding-bottom: 40px;
    padding-top: 5px;
}
.slick-dots li button {
    width: 16px;
    height: 16px;
    background: #E0E0E0;
    border-radius: 100%;
}
.slick-dots li.slick-active button {
    background: #16AB5E;
}
.info_text.footer_info p {
    padding-bottom: 15px;
}
.info_text.footer_info {
    margin-top: 16px;
    margin-left: 13px;
}
.widget_area.widget_area_1 {
    padding-bottom: 15px;
    padding-top: 26px;
}
.single_widget:after {
    border-right: 1px solid #fff;
    content: '';
    width: 1px;
    height: 95%;
    position: absolute;
    background: #fff;
    display: block;
    right: 8px;
    top: 0;
}
ul.sectionFive_list {
    display: flex;
    margin-top: 20px;
}
ul.sectionFive_list li {
    list-style: none;
    padding: 8px;
}
ul.sectionFive_list li a {
    color: #000;
    color: #7d8c95;
}
ul.sectionFive_list li a.active_p {
    color: #7d8c95;
    color: #000;
}
.single_widget:last-child:after {
    display: none;
}
.feature_content_tab {
    padding-top: 16px;
}
.seomun_img_box.seomun_video {
    padding-top: 8px;
    height: calc(100% - 61px);
    padding: 8px;
    padding: 8px 7%;
}
.seomun_img_box.seomun_video iframe {
    height: 100% !important;
}
.border_right {
    border-right: 8px solid #fff;
}
.border_left {
    border-left: 8px solid #fff;
}
.seomun_works_2 .seomun_section_title {
    margin-bottom: 67px;
}
.seomun_works {
    margin-left: 160px;
    padding: 112px 0 87px;
}
.works_container {
    max-width: 1760px;
}
.works_content_box {
    margin-bottom: 70px;
}
.works_content_box span.seomun_span {
    margin-bottom: 21px;
}
.seomun_works_nav ul.nav-tabs {
    border-bottom: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.seomun_works_nav .works_nav_btn {
    color: #788892;
    font-size: 16px;
    border: none;
    background: transparent;
    margin-left: 20px;
    margin-right: 20px;
    cursor: pointer;
}
.seomun_works_nav .works_nav_btn:hover,
.seomun_works_nav .works_nav_btn:focus,
.seomun_works_nav .works_nav_btn.active {
    color: #ef3b58;
}
.work_box {
    margin-bottom: 30px;
}
.seomun_counter_1 {
    position: relative;
    background-repeat: no-repeat;
}
.counter_text.counter_box {
    border: none;
}
.counter_text.counter_box h2 {
    color: #ef3b58;
}
.structure_single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border: 1px solid #E0E0E0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
    padding: 14px 8px 8px 16px;
    margin-bottom: 16px;
    position: relative;
    /* padding-bottom: 54px; */
    min-height: 237px;
}
.structure_desc ul li {
    list-style: disc;
    padding: 2px 0;
}
.structure_wrapper {
    display: block;
    width: 100%;
}
.structure_txt {
    padding: 0 16px;
    width: 100%;
}
h3.structure_title {
    font-family: 'Inter';
    font-style: normal;
    font-weight: normal;
    font-size: 26px;
    line-height: 34px;
    /* identical to box height, or 131% */
    /* txt */
    color: #1B1B1B;
    margin-bottom: 6px;
}
span.structure_post {
    font-family: Noto Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    /* identical to box height, or 114% */
    letter-spacing: 0.0025em;
    /* txt 2 */
    color: #565656;
    display: block;
}
a.structure_phone {
    font-family: Noto Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    /* identical to box height, or 125% */
    letter-spacing: 0.005em;
    /* txt */
    color: #1B1B1B;
    margin-top: 12px;
    display: block;
    padding-bottom: 85px;
}
.structure_buttons {
    /* position: absolute; */
    /* right: 8px; */
    /* bottom: 16px; */
    /* display: -webkit-box; */
    display: -ms-flexbox;
    /* display: flex; */
    /* -webkit-box-align: center; */
    -ms-flex-align: center;
    /* align-items: center; */
    /* -webkit-box-pack: center; */
    -ms-flex-pack: center;
    /* justify-content: center; */
    position: relative;
}
.structure_buttons a {
    font-family: Noto Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    /* identical to box height, or 100% */
    /* display: -webkit-box; */
    display: -ms-flexbox;
    /* display: flex; */
    /* -webkit-box-align: center; */
    -ms-flex-align: center;
    /* align-items: center; */
    text-align: center;
    letter-spacing: 0.0125em;
    text-transform: uppercase;
    /* main +1 */
    color: #107A43;
    margin-left: 16px;
    padding: 12px 8px;
}
.structure_desc {
    margin-top: 18px;
}
.structure_desc p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.0015em;
    /* txt */
    color: #1B1B1B;
}
.structure_desc ul {
    padding-left: 24px;
    font-family: Noto Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    /* or 125% */
    letter-spacing: 0.005em;
    /* txt 2 */
    color: #565656;
}
.structure_desc p:first-child {
    border-top: 1px solid #F7F6F6;
    padding-top: 18px;
}
.inner_photo-slider {
    max-height: 408px;
    padding-right: 8px;
}
.inner_photo-slider ul.slick-dots {
    bottom: 13px;
}
h3.single_calendar-title {
    font-family: 'Inter';
    font-style: normal;
    font-weight: normal;
    font-size: 26px;
    line-height: 34px;
    /* or 131% */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    /* txt */
    color: #1B1B1B;
    margin-bottom: 8px;
}
.single_calendar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 16px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.single_calendar svg {
    margin-right: 8px;
}
.single_calendar p, .single_calendar p a {
    font-family: Noto Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    /* identical to box height, or 125% */
    /* display: flex; */
    /* align-items: flex-end; */
    letter-spacing: 0.005em;
    /* txt */
    color: #1B1B1B;
    position: relative;
    /* margin-right: 16px; */
}
.single_calendar span {
    font-family: Noto Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    /* identical to box height, or 114% */
    /* display: flex; */
    /* align-items: flex-end; */
    letter-spacing: 0.0025em;
    /* txt 2 */
    color: #565656;
}
.single_calendar p:after {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    background: #E0E0E0;
    margin: 0 8px;
}
.single_calendar p {
    margin-right: 16px;
}
.single_calendar p:last-child {
    margin: 0;
}
.single_calendar p:last-child:after {
    display: none;
}
a.single_calendar-button {
    background: #107A43;
    -webkit-box-shadow: -8px 8px 32px rgba(0, 0, 0, 0.1), -2px 2px 4px rgba(0, 0, 0, 0.25);
    box-shadow: -8px 8px 32px rgba(0, 0, 0, 0.1), -2px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 2px;
    font-family: Noto Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    /* identical to box height, or 100% */
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    letter-spacing: 0.0125em;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 11px 16px;
}
a.single_calendar-button svg {
    margin-right: 8px;
}
.single_calendar-txt {
    padding-top: 24px;
    font-family: Noto Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    /* or 125% */
    /* display: flex; */
    /* align-items: flex-end; */
    letter-spacing: 0.005em;
    /* txt */
    color: #1B1B1B;
}
.single_calendar-subs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 22px;
    font-family: Noto Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    /* identical to box height, or 114% */
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: 0.0025em;
    /* txt */
    color: #1B1B1B;
    /* justify-content: center; */
}
a.single_calendar-button:hover {
    background: #FFC583;
    -webkit-box-shadow: -8px 8px 32px rgba(0, 0, 0, 0.1), -2px 2px 4px rgba(0, 0, 0, 0.25);
    box-shadow: -8px 8px 32px rgba(0, 0, 0, 0.1), -2px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 2px;
    color: #052414;
}
a.single_calendar-button:hover svg path {
    fill: #052414;
}
a.single_calendar-button:focus, a.single_calendar-button:active {
    background: #FFC583;
    -webkit-box-shadow: inset -8px 8px 32px rgba(0, 0, 0, 0.1), inset -2px 2px 4px rgba(0, 0, 0, 0.25);
    box-shadow: inset -8px 8px 32px rgba(0, 0, 0, 0.1), inset -2px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 2px;
    color: #052414;
}
a.single_calendar-button:focus path, a.single_calendar-button:active path {
    fill: #052414;
}
.single_calendar a:hover {
    opacity: 0.8;
}
.single_calendar-txt a:hover {
    opacity: 0.8;
}
.single_calendar-subs a:hover {
    opacity: 0.8;
}
.counter_text.counter_box h2 span {
    font-size: 60px;
    color: #092232;
    font-weight: 600;
}
.single_stori-slider a {
    width: 135px;
    height: 135px;
    display: block;
}
.stori-slider_wrapper {
    position: relative;
    z-index: 1;
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
    margin-left: auto;
    width: 100%;
}
.counter_text.counter_box h6 {
    color: #999ea5;
    text-transform: capitalize;
}
.main:after {
    clear: both;
    content: "";
    display: table;
}
.stori-slider_wrapper:before {
    position: absolute;
    height: 100%;
    width: calc(33.33% + 8px);
    background: #F7F6F6;
    left: 3px;
    top: 0;
    display: block;
    z-index: 0;
    content: '';
}
.stori-slider_wrapper {
    position: relative;
    z-index: 1;
}
img.slick-arrow {
    cursor: pointer;
}
.single_stori-slider {
    margin: 0 8px;
    position: relative;
    z-index: 33333;
}
.single_stori-slider {
    height: 350px;
    width: 100%;
    display: block;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.single_stori-slider a img {
    background: #fff;
    padding: 16px;
}
.stori-slider_wrapper img.slick-arrow {
    position: absolute;
    top: calc(50% - 10px);
    left: -40px;
}
.stori-slider_wrapper img.slick-arrow:last-child {
    left: auto;
    right: -40px;
}
.history_wrap {
    background: #F7F6F6;
    margin-left: 8px;
    min-height: 500px;
}
.seomun_img_box.seomun_video.history_video {
    padding: 0;
    max-width: 100%;
    height: 355px;
}
.stori-slider {
    max-width: 1420px;
}
.main {
    margin-top: 2em;
}
.sidebar-toggle__inner li.active a {
    border: 1px solid #C5C5C5;
}
.history_txt-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0;
}
.history_wrapper {
    padding: 50px 11% 15px 6px;
    padding-top: 50px;
}
.history_photo {
    border-radius: 100%;
    display: block;
}
.history_photo img {
    border-radius: 100%;
    width: 102px;
    height: 102px;
}
.history_txt {
    padding-left: 13px;
    /* margin-top: 5px; */
    margin-bottom: 5px;
}
h3.history_name {
    font-family: 'Inter';
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    /* identical to box height, or 118% */
    letter-spacing: 0.0015em;
    /* txt */
    color: #1B1B1B;
}
span.history_post {
    font-family: Noto Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    /* or 125% */
    letter-spacing: 0.005em;
    /* txt 2 */
    color: #565656;
    margin-top: 5px;
    display: block;
}
.history_desc {
    font-family: 'Inter';
    font-weight: normal;
    font-size: 26px;
    line-height: 34px;
    /* or 131% */
    /* txt 2 */
    color: #565656;
}
.history_desc-wrapper {
    margin-top: 6px;
}
.history_desc-wrapper a.calendar_readmore {
    margin-top: 27px;
}
section.seomun_inner_wrapper {
    padding-top: 129px;
    margin-bottom: 48px;
}
.sidebar-toggle__inner li a {
    font-family: Noto Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    /* identical to box height, or 125% */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: 0.005em;
    color: #FFFFFF;
    padding: 14px 16px;
}
.structure_txt a:hover {
    opacity: 0.8;
}
.structure_photo {
    max-width: 210px;
    /* width: 100%; */
}
.structure_photo img {
    width: 210px;
    height: auto;
}
.structure_buttons a:hover {
    background: #FFFFFF;
    -webkit-box-shadow: -8px 8px 32px rgba(0, 0, 0, 0.1), -2px 2px 4px rgba(0, 0, 0, 0.25);
    box-shadow: -8px 8px 32px rgba(0, 0, 0, 0.1), -2px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 2px;
    font-family: Noto Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    /* identical to box height, or 100% */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    letter-spacing: 0.0125em;
    text-transform: uppercase;
    /* accent dark */
    color: #C36800;
}
.structure_buttons a:focus, .structure_buttons a:active {
    background: rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: inset -8px 8px 32px rgba(0, 0, 0, 0.1), inset -2px 2px 4px rgba(0, 0, 0, 0.25);
    box-shadow: inset -8px 8px 32px rgba(0, 0, 0, 0.1), inset -2px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 2px;
    font-family: Noto Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    /* identical to box height, or 100% */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    letter-spacing: 0.0125em;
    text-transform: uppercase;
    /* accent dark */
    color: #C36800;
}
.sidebar-toggle__inner li a:hover {
    opacity: 0.8;
}
.inner_photo-slider {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.single_calendar-wrapper {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
    padding-left: 8px;
}
.inner_calendar-single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2em;
}
.sidebar-toggle__inner:after {
    content: '';
    background: #16AB5E;
    width: 300%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 14px;
    z-index: -1;
}
.col {
    float: left;
    padding: 0;
    width: 100%;
}
.col--narrow {
    background: #eee;
}
.col--narrow__subtitle {
    margin-top: 0;
}
.col--narrow ul {
    margin: 0;
    padding: 10px 0;
}
.col--narrow li {
    list-style-type: none;
}
.col--narrow li a {
    display: block;
    padding: 5px 15px;
}
.col--wide {
    background: #ccc;
    padding: 1rem;
}
.col--wide__subtitle {
    margin-top: 0;
}
.sidebar-toggler {
    /* background: #333; */
    color: #fff;
    display: inline-block;
    margin-bottom: 0;
    padding: 0.5rem 1rem;
    text-decoration: none;
    text-align: right;
    margin-left: auto;
    display: block;
}
.sidebar-toggler:hover {
    background: #777;
}
@media screen and (min-width: 992px) {
    .sidebar-toggler {
        display: none;
    }
    .col--narrow {
        width: 25%;
    }
    .col--wide {
        width: 75%;
    }
}
.sticky-panel {
    display: none;
}
.sidebar-on {
    position: fixed;
    overflow: hidden;
}
.sidebar-toggle__inner {
    padding: 5px 28px 5px 9px;
    position: relative;
}
.sidebar-toggle__close {
    color: #eee;
    cursor: pointer;
    display: none;
    float: right;
    font-size: rem(16);
    font-weight: bold;
    padding-right: 25px;
    position: relative;
    top: -0.5rem;
    z-index: 1002;
}
.sidebar-toggle__close:after {
    background: #eee;
    border-radius: 100%;
    content: "";
    display: block;
    height: 20px;
    position: absolute;
    top: -1px;
    right: 0;
    width: 20px;
    z-index: 1003;
    display: none;
}
.sidebar-toggle__close:before {
    content: '';
    color: #777;
    display: block;
    font-size: 19px;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    position: absolute;
    right: 0;
    text-align: center;
    top: -2px;
    width: 20px;
    z-index: 1004;
    display: none;
}
.sidebar-toggle__close:hover {
    color: white;
}
.sidebar-toggle__close:hover:after {
    background: white;
}
@media screen and (max-width: 992px) {
    .sidebar-toggle {
        background: #777;
        background: rgba(30, 30, 30, 0.85);
        height: 100%;
        left: -9999px;
        opacity: 0;
        overflow-y: auto;
        padding: 0 1rem 1rem;
        position: fixed;
        top: 0;
        width: 100%;
        -webkit-transition: opacity 0.3s ease-in-out, left 0s 0.35s linear;
        -o-transition: opacity 0.3s ease-in-out, left 0s 0.35s linear;
        transition: opacity 0.3s ease-in-out, left 0s 0.35s linear;
        z-index: 1000;
    }
    .sidebar-toggle.on {
        left: 0;
        opacity: 1;
        -webkit-transition: opacity 0.3s ease-in-out, left 0s 0s linear;
        -o-transition: opacity 0.3s ease-in-out, left 0s 0s linear;
        transition: opacity 0.3s ease-in-out, left 0s 0s linear;
    }
    .sidebar-toggle__close {
        background: white;
        display: block;
        top: auto;
        border-radius: 100%;
        padding: 6px;
    }
    .sidebar-toggle__close:after {
        background: white;
    }
    .sidebar-toggle__close:hover {
        color: #ddd;
    }
    .sidebar-toggle__close:hover:after {
        background: #ddd;
    }
    .sidebar-toggle__inner {
        /* background: white; */
        position: relative;
        top: 0px;
        -webkit-transition: top 0s linear;
        -o-transition: top 0s linear;
        transition: top 0s linear;
        width: 100%;
    }
    .sidebar-toggle .sticky-panel {
        background: transparent;
        display: block;
        left: 0;
        padding: 1rem 0;
        position: static;
        top: 0px;
        width: 100%;
        z-index: 1001;
        -webkit-transition: background 0.1s linear, padding-bottom 0.2s linear, padding-top 0.2s linear;
        -o-transition: background 0.1s linear, padding-bottom 0.2s linear, padding-top 0.2s linear;
        transition: background 0.1s linear, padding-bottom 0.2s linear, padding-top 0.2s linear;
    }
    .sidebar-toggle .sticky-panel:after {
        content: "";
        clear: both;
        display: table;
    }
    .sidebar-toggle .sticky-panel__btns-group {
        float: left;
    }
    .sidebar-toggle.scrolled .sidebar-toggle__inner {
        margin-top: 51px;
        top: -2rem;
        -webkit-transition: top 0.2s linear;
        -o-transition: top 0.2s linear;
        transition: top 0.2s linear;
    }
    .sidebar-toggle.scrolled .sticky-panel {
        background: #777;
        background: rgba(0, 0, 0, 0.85);
        padding: 0.5rem 1rem;
        position: fixed;
    }
}
.team_2 {
    padding-top: 112px;
    padding-bottom: 150px;
}
.team_box.team_box_1 {
    position: relative;
}
.team_box_1 .team_info {
    text-align: center;
    width: 80%;
    overflow: hidden;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    padding: 29px;
    height: 100px;
    background: #fff;
    position: absolute;
    max-width: 100%;
    bottom: -30px;
    left: 35px;
}
.team_box_1 .team_info .team_info_content {
    margin-top: 20px;
    opacity: 0;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.team_box_1:hover .team_info {
    height: 275px;
    -webkit-box-shadow: 0px 16px 32px 0px rgba(158, 151, 255, 0.2);
    box-shadow: 0px 16px 32px 0px rgba(158, 151, 255, 0.2);
}
.team_box_1:hover .team_info .team_info_content {
    opacity: 1;
}
.team_box_1 .team_info p {
    margin-bottom: 20px;
}
.team_info_content ul.social_link li {
    display: inline-block;
    margin-right: 8px;
    margin-left: 8px;
}
.team_info_content ul.social_link li a {
    color: #aab4ba;
    font-size: 14px;
}
.seomun_service {
    margin-top: 15px;
    padding: 63px 0 80px;
}
.service_2 {
    margin-top: 15px;
    padding: 58px 0 120px;
}
.secomun_service_2 {
    padding: 105px 0 60px;
}
.service_3 {
    padding: 63px 0 120px;
}
.service_text_box span.seomun_span {
    margin-bottom: 0px;
}
.service_text_box h2 {
    margin-bottom: 20px;
}
.seomun_content_box h5 {
    font-family: 'Rubik';
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    color: #4f6777;
    margin-bottom: 25px;
}
.seomun_content_box p {
    margin-bottom: 40px;
}
.seomun_blog {
    padding: 74px 0 0;
}
.seomun_blog_2 {
    padding: 103px 0;
}
.compare_form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 88%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.seomun_btn:hover {
    background: #FFC583;
    -webkit-box-shadow: -8px 8px 32px rgba(0, 0, 0, 0.1), -2px 2px 4px rgba(0, 0, 0, 0.25);
    box-shadow: -8px 8px 32px rgba(0, 0, 0, 0.1), -2px 2px 4px rgba(0, 0, 0, 0.25);
    color: #052414;
}
.seomun_btn:focus, .seomun_btn:active {
    background: #FFC583;
    -webkit-box-shadow: inset -8px 8px 32px rgba(0, 0, 0, 0.1), inset -2px 2px 4px rgba(0, 0, 0, 0.25);
    box-shadow: inset -8px 8px 32px rgba(0, 0, 0, 0.1), inset -2px 2px 4px rgba(0, 0, 0, 0.25);
    color: #052414;
}
.field {
    min-width: calc(50% - 8px);
}
button.seomun_btn {
    width: 100%;
}
span.for_select {
    font-family: Noto Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    /* or 117% */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    letter-spacing: 0.004em;
    /* neitral -3 */
    color: #F7F6F6;
    margin-top: 4px;
    margin-left: 16px;
    position: absolute;
}
.compare_form .field:nth-child(1) {
    margin-right: 8px;
}
.compare_form .field:nth-child(2) {
    margin-left: 8px;
}
.field.error input, .field.error select {
    border-color: #C30044;
}
.field.error span.for_select {
    color: #C30044;
}
.field.error label {
    color: #C30044;
}
.field.valid input, .field.valid select {
    border-color: #4E9C00;
}
.field.valid span.for_select {
    color: #4E9C00;
    opacity: 0;
    /* padding: 13.6px; */
    /* width: 100%; */
    /* display: block; */
    position: absolute;
}
.field.valid label {
    color: #4E9C00;
}
.field.error:after {
    content: '';
    background-image: url(../img/no.png);
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    z-index: 4;
    right: 11px;
    top: 11px;
    /* padding: 11px; */
}
.field.valid:after {
    content: '';
    background-image: url(../img/yes.png);
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    z-index: 4;
    right: 11px;
    top: 11px;
    /* padding: 11px; */
}
.seomun_blog_3 {
    padding: 115px 0 105px;
}
.blog_slide .blog_box {
    margin-left: 15px;
    margin-right: 15px;
}
.blog_slide .blog_box .post_meta ul li {
    margin-right: 25px;
}
.blog_slide .slick-dots {
    margin-top: 15px;
    position: static;
}
section.compare_wrapper {
    min-height: calc(100vh - 129px);
    margin-bottom: 0;
    padding-bottom: 48px;
    position: relative;
    z-index: 1;
}
.field {
    /* background: #ffffff; */
    display: inline-block;
    font-family: "Roboto", arial, sans-serif;
    font-size: 12pt;
    /* margin: 10pt 5pt; */
    position: relative;
    /* width: 98%; */
    max-width: 300px;
    vertical-align: bottom;
}
@media screen and (max-width: 684px) {
    .field {
        max-width: 100%;
    }
}
.field label {
    color: #8493A8;
    font-weight: 300;
    top: 0;
    position: absolute;
    left: 0.65em;
    font-size: 1em;
    outline: transparent;
    -webkit-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    /* background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 5%, white 95%, rgba(255, 255, 255, 0) 100%); */
    padding: 0 0.4em;
    cursor: text;
    -webkit-transform: translateY(0.95em);
    -ms-transform: translateY(0.95em);
    transform: translateY(0.95em);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 2;
    font-family: Noto Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    /* identical to box height, or 125% */
    /* display: flex; */
    /* align-items: center; */
    letter-spacing: 0.005em;
    /* txt 2 */
    color: #565656;
}
.field input, .field select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: none;
    border-bottom: 2px solid #C9D3DF;
    /* border-radius: 0.416666875em; */
    font-family: "Roboto", arial, sans-serif;
    font-size: 1em;
    font-weight: 400;
    max-height: 48px;
    outline: transparent;
    padding: 18px 33px 10px 16px;
    -moz-padding-start: 0.7em;
    position: relative;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 100%;
    z-index: 2;
    background: #fff;
    font-family: Noto Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    /* identical to box height, or 125% */
    /* display: flex; */
    /* align-items: center; */
    letter-spacing: 0.005em;
    /* txt */
    color: #1B1B1B;
    position: relative;
}
.field input::-ms-expand, .field select::-ms-expand {
    display: none;
}
.field input:hover, .field select:hover {
    border-color: #8493A7;
}
.field input:focus, .field select:focus {
    border-color: #0081D5;
}
.field input.valid, .field select.valid {
    border-color: #4E9C00;
}
.field input:focus + label, .field input:not(.empty).valid + label, .field input:not(.empty).error + label, .field select:focus + label, .field select:not(.empty).valid + label, .field select:not(.empty).error + label {
    /* color: #3A424D; */
    cursor: default;
    -webkit-transform: translateY(0.2em);
    -ms-transform: translateY(0.2em);
    transform: translateY(0.2em);
    -webkit-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    z-index: 3;
    font-family: Noto Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    /* identical to box height, or 117% */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    letter-spacing: 0.004em;
    /* neitral 0 */
    color: #8C8C8C;
}
.field.valid input + label, .field.valid select + label {
    /* color: #3A424D; */
    cursor: default;
    -webkit-transform: translateY(0.2em);
    -ms-transform: translateY(0.2em);
    transform: translateY(0.2em);
    -webkit-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    z-index: 3;
    font-family: Noto Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    /* identical to box height, or 117% */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    letter-spacing: 0.004em;
}
.field.error input + label, .field.error select + label {
    /* color: #3A424D; */
    cursor: default;
    -webkit-transform: translateY(0.2em);
    -ms-transform: translateY(0.2em);
    transform: translateY(0.2em);
    -webkit-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    z-index: 3;
    font-family: Noto Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    /* identical to box height, or 117% */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    letter-spacing: 0.004em;
}
.field input:-webkit-autofill, .field select:-webkit-autofill {
    background: #ffffff !important;
    -webkit-box-shadow: inset 0px 0px 0px 1000px #ffffff !important;
    box-shadow: inset 0px 0px 0px 1000px #ffffff !important;
}
.field.select:before {
    content: "";
    display: block;
    border: 0.0625em solid #8493A7;
    border-radius: 0.0625em;
    border-width: 0 0 0.125em 0.125em;
    width: 0.625em;
    height: 0.625em;
    line-height: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 0.95em;
    right: 1em;
    z-index: 3;
}
.field.required input.error, .field.required select.error {
    border-color: #C30044;
}
.compare-wrap {
    /* height: calc(100vh - 117px); */
    min-height: calc(100vh - 169px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
h3.compare_title {
    font-family: 'Inter';
    font-style: normal;
    font-weight: normal;
    font-size: 32px;
    line-height: 38px;
    /* identical to box height, or 119% */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: center;
    letter-spacing: 0.0025em;
    color: #FFFFFF;
}
.compare_desc {
    background: -o-linear-gradient(136.24deg, rgba(27, 27, 27, 0.5) 0%, rgba(27, 27, 27, 0.8) 97.95%);
    background: linear-gradient(313.76deg, rgba(27, 27, 27, 0.5) 0%, rgba(27, 27, 27, 0.8) 97.95%);
    -webkit-box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    /* Note: backdrop-filter has minimal browser support */
    border-radius: 2px;
    border: 2px solid;
    border-image-source: linear-gradient(314.87deg, rgba(27, 27, 27, 0.1) 0%, rgba(242, 242, 242, 0.1) 99.53%, rgba(27, 27, 27, 0.5) 99.54%);
    margin: 40px 0px;
    padding: 16px 50px;
    width: 88%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.compare_desc p {
    font-family: Noto Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    /* or 125% */
    text-align: center;
    letter-spacing: 0.005em;
    color: #FFFFFF;
}
.compare_desc a {
    font-family: Noto Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    /* identical to box height, or 100% */
    display: inline-block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    letter-spacing: 0.0125em;
    text-transform: uppercase;
    /* accent light */
    color: #FFC583;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 8px;
    margin-top: 8px;
}
.compare_desc a:hover {
    -webkit-box-shadow: -8px 8px 32px rgba(0, 0, 0, 0.1), -2px 2px 4px rgba(0, 0, 0, 0.25);
    box-shadow: -8px 8px 32px rgba(0, 0, 0, 0.1), -2px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 2px;
    color: #C36800;
}
.compare_desc a:focus, .compare_desc a:active {
    -webkit-box-shadow: inset -8px 8px 32px rgba(0, 0, 0, 0.1), inset -2px 2px 4px rgba(0, 0, 0, 0.25);
    box-shadow: inset -8px 8px 32px rgba(0, 0, 0, 0.1), inset -2px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 2px;
    color: #C36800;
}
section.compare_wrapper:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(../img/compare-bg.png);
    z-index: -5;
    background-size: cover;
    background-position: center;
}
section.compare_wrapper:after {
    content: '';
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -4;
    background: -o-linear-gradient(top, rgba(27, 25, 24, 0.5) 28.96%, rgba(27, 25, 24, 0) 100%);
    background: -webkit-gradient(
            linear, left top, left bottom, color-stop(28.96%, rgba(27, 25, 24, 0.5)), to(rgba(27, 25, 24, 0)));
    background: -o-linear-gradient(
            top, rgba(27, 25, 24, 0.5) 28.96%, rgba(27, 25, 24, 0) 100%);
    background: linear-gradient(
            180deg, rgba(27, 25, 24, 0.5) 28.96%, rgba(27, 25, 24, 0) 100%);
    mix-blend-mode: normal;
}
.blog_slide .slick-dots li {
    width: 30px;
    height: 4px;
    background: #caceff;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.blog_slide .slick-dots li.slick-active {
    background: #ef3b58;
}
.calendar_inner-left {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.calendar_inner-right {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.reverse_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.calendar_inner-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2em;
}
.seomun_footer_1 {
    position: relative;
    z-index: 1;
}
.seomun_footer_3 {
    background-repeat: repeat;
    position: relative;
}
.footer_title {
    margin-bottom: 40px;
}
.widget_area.widget_area_3 {
    padding: 100px 0;
}
.widget_area_3 .footer_title h4 {
    color: #fff;
}
.footer_text {
    margin-bottom: 40px;
}
.footer_info p i {
    color: #ef3b58;
}
.post_single {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.post_single .post_icon {
    float: left;
}
.post_single .post_icon i {
    color: #ef3b58;
}
.post_info {
    padding-left: 20px;
}
.post_info p a {
    color: #97b1c2;
}
ul.widget_list li a {
    color: #1B1B1B;
}
.seomun_copyright {
    padding: 16px 0;
}
.carousel_wrapper ul.slick-dots {
    bottom: -26px;
}
.yellow_color {
    color: #ffa61b;
}
.header_container_2 {
    max-width: 1450px;
    margin: 0 auto;
}
.sidebar_icon {
    text-align: right;
}
.sidebar_btn {
    border: none;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    background-color: rgb(255, 166, 27);
}
.animate-menu-left {
    z-index: 1;
}
.animate-menu {
    width: 250px;
    padding: 20px;
    left: -250px;
}
.sidebar_logo {
    margin-top: 30px;
    margin-bottom: 60px;
}
.seomun_logo {
    margin-right: 24px;
}
nav.main_menu > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.main_menu > ul > li:nth-child(1) {
    border-left: none;
}
li.has_sub:after {
    content: '';
    background: url(../img/down.png);
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 8px;
}
.seomun_header_title h2 {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 26px;
    line-height: 29px;
    color: #1B1B1B;
}
.seomun_header_title p {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 0.0015em;
    color: #565656;
    /* margin-top: -3px; */
}
.seomun_logo_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0.6rem;
    position: relative;
    top: 4px;
    bottom: 8px;
}
.sidebar-menu li a {
    text-transform: uppercase;
}
.sidebar-menu .sidebar-submenu > li > a {
    padding: 10px;
}
.seomun_welcome_2 {
    background-repeat: repeat;
    position: relative;
    padding: 210px 0;
}
.header_content_box_2 span.seomun_span {
    color: #fff;
}
.header_content_box_2 span.seomun_span:before {
    background: #fff;
}
.header_content_box_2 h2 {
    color: #fff;
}
.header_content_box_2 h5 {
    color: #fff;
}
.seomun_btn_2 {
    display: inline-block;
    padding: 29px 60px;
    background: rgb(255, 166, 27);
    font-size: 14px;
    line-height: 28px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 50px;
    border: none;
    outline: none;
    color: #fff;
    font-weight: 500;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.seomun_btn_2:hover,
.seomun_btn_2:focus {
    color: #fff;
    -webkit-box-shadow: 0px 16px 32px 0px rgba(255, 166, 27, 0.2);
    box-shadow: 0px 16px 32px 0px rgba(255, 166, 27, 0.2);
}
.header_content_box_2 .seomun_btn_2 {
    margin-right: 30px;
}
.header_content_box_2 .video_btn span {
    color: #ffa61b;
    margin-right: 20px;
}
.header_content_box_2 .video_btn {
    color: #fff;
}
.service_box_2 {
    padding: 80px 40px;
    background: rgb(255, 255, 255);
    -webkit-box-shadow: 2.778px 15.757px 38px 16px rgba(236, 234, 255, 0.3);
    box-shadow: 2.778px 15.757px 38px 16px rgba(236, 234, 255, 0.3);
}
.service_box_2 .seomun_icon i {
    color: #ffa61b;
    font-size: 60px;
}
.service_box_2 .seomun_icon {
    width: 125px;
    height: 115px;
    background: url(../images/icon_shape.png) no-repeat;
    margin: 0 auto;
    line-height: 155px;
}
.service_box_2 .seomun_info p {
    margin-bottom: 30px;
    color: #8c9da9;
}
.service_box_2 .seomun_info h3 {
    margin-bottom: 30px;
    margin-top: 20px;
}
.service_box_2 .seomun_info a.link_btn {
    color: #8c9da9;
    font-size: 14px;
}
.service_box_2 .seomun_info a.link_btn:hover {
    color: #ffa61b;
}
.seomun_features_2 {
    padding: 105px 0 83px;
}
.seomun_features_3 {
    padding: 105px 0 120px;
}
.feature_box_3 {
    margin-bottom: 35px;
}
.feature_box_3 .seomun_icon i {
    color: #ffa61b !important;
}
.feature_box_3 .seomun_info .feat_icon:hover {
    background: rgb(255, 166, 27) !important;
    -webkit-box-shadow: 2.778px 15.757px 32px 0px rgba(255, 166, 27, 0.4) !important;
    box-shadow: 2.778px 15.757px 32px 0px rgba(255, 166, 27, 0.4) !important;
}
.faq_right_box_2 {
    position: relative;
    top: 0;
    left: 0;
}
.faq_right_box_2 img {
    position: relative !important;
}
.faq_accoridian_2 .card-body {
    background: #ffa61b;
}
.faq_accoridian_2 .card .card-header h5 a i.fal {
    color: #ffa61b !important;
}
.seomun_works_2 {
    margin-left: 0;
    padding: 102px 0 120px;
}
.work_button_2 {
    margin-bottom: 40px;
}
.work_button_2 .work_btn {
    border: none;
    background: transparent;
    color: #788892;
    font-size: 16px;
    color: #ffa61b;
    padding-bottom: 18px;
    border-bottom: 2px solid #fff;
    margin-left: 17px;
    margin-right: 17px;
}
.work_button_2 .work_btn:hover,
.work_button_2 .work_btn:focus,
.work_button_2 .work_btn.active {
    border-bottom: 2px solid #ffa61b;
}
.blog_box_2 .seomun_img_box img {
    width: 100%;
}
.blog_box_2 .blog_content_box {
    background: #0e293b;
    padding: 40px;
}
.blog_box_2 .blog_content_box .post_meta {
    padding: 0;
    border: none;
    margin-bottom: 10px;
}
.blog_box_2 .blog_content_box .post_meta ul li a {
    color: #97b1c2;
}
.blog_box_2 .blog_content_box .blog_info {
    padding: 0;
}
.blog_box_2 .blog_content_box .blog_info h3 {
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 15px;
}
.blog_box_2 .blog_content_box .blog_info h3 a {
    color: #fff;
}
.seomun_footer_2 {
    position: relative;
    background-repeat: repeat;
    padding: 140px 0 125px
}
.seomun_footer_2 .seomun_copyright {
    border: none;
    padding: 0;
}
.seomun_footer_2 .seomun_copyright p {
    margin: 50px 0;
}
ul.footer_social li {
    display: inline-block;
    margin-left: 8px;
    margin-right: 8px;
}
ul.footer_social li a {
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    text-align: center;
    color: #97b1c2;
    font-size: 14px;
    background: rgb(9, 29, 41);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.inner_page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}
.inner_page-left {
    max-width: 340px;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}
.inner_page-right {
    width: 100%;
}
iframe#twitter-widget-0 {
    padding: 8px 11%;
    display: block !important;
    max-height: 300px;
}
.resultsblock {
}
.resultsblock h3 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: normal;
    font-size: 32px;
    line-height: 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: center;
    letter-spacing: 0.0025em;
    color: #1B1B1B;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 14px 8px;
}
.contacts_single > div {
    margin-bottom: 20px;
}
.contacts_single {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.contacts_single .contacts_photo img {
    border-radius: 100%;
    width: 100px;
    height: auto;
}
.contacts_single .contacts_photo {
    margin-right: 18px;
}
.contacts_single b {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.001em;
    color: #1B1B1B;
}
.resultsblock {
    width: 88%;
}
.contacts_fax {
    /* justify-content: flex-end; */
    /* text-align: right; */
}
.contacts_tel {
    /* justify-content: flex-end; */
    /* text-align: right; */
}
.contacts_single.contacts_operating-mode {
    justify-content: center;
    text-align: center;
}
.contacts_single {
}
.contacts_single h3 {
    width: 100%;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}
.contacts_single.contacts_driving-directions > div {
    width: 100%;
}
.contacts_single.contacts_driving-directions {
}
.contacts_driving-directions .bx-yandex-map {
    margin: 0 auto;
    display: block;
    /* width: 100%; */
}
.contacts_single.contacts_feedback > div {
    width: 100%;
}
.drop-question .form-block {
    padding: 20px 30px 20px 20px;
    margin-bottom: 30px;
    background: #fafafa;
    border: 1px solid #e5e5e5
}
.drop-question .form-block .left-data {
    padding-right: 30px;
    width: 70%;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box
}
.left-item-data, .left-data {
    float: left
}
.drop-question .form-block .right-data {
    margin: 1px 0 -12px 70%
}
.drop-question .form-block .but-r {
    clear: both;
    margin-left: -1px;
    margin-top: 10px
}
.form-block .r {
    margin-bottom: 20px;
    position: relative
}
.form-block label {
    display: inline-block;
    vertical-align: middle
}
form .star, .order-checkout .sof-req, .popup label .star {
    font-size: 20px;
    font-weight: 400;
    line-height: 0;
    margin: 0 0 0 4px;
    position: relative;
    top: 3px
}
.order-checkout .sof-req {
    top: 4px
}
.form-block input[type="text"], .form-block input[type="password"], .form-block input[type="email"], .form-block textarea {
    display: block;
    padding: 0 6px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 37px;
    line-height: 37px;
    font-size: 14px
}
.form-block textarea {
    resize: none;
    overflow: auto;
    height: 80px;
    padding: 2px 6px
}
.drop-question .form-block textarea {
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    height: 215px;
    margin: 1px 0 0;
    line-height: 1.5
}
.drop-question .form-block input, .drop-question .form-block select {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box
}
.form-block .captcha-label {
    margin-bottom: 10px
}
input[type="text"], input[type="password"], input[type="email"], select {
    height: 37px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 6px;
    font-size: 16px
}
textarea {
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px
}
.question-list .q .ic {
    display: inline-block;
    width: 13px;
    height: 13px;
    position: absolute;
    left: 0;
    top: 3px;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px
}
.question-list .q .ic b {
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url(../images/plus_minus.png) -38px -218px no-repeat
}
.question-list .q:hover .ic b {
    background-position: -38px -188px
}
.question-list .q a span {
    border-bottom: 1px dashed
}
.question-list .q a {
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    display: inline-block;
    padding-left: 21px
}
.question-list .q {
    margin: 0;
    position: relative
}
.question-list .q.op .ic b {
    background-position: -8px -218px
}
.question-list .q.op:hover .ic b {
    background-position: -8px -188px
}
.question-list .ans .arr {
    display: inline-block;
    width: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    top: -10px;
    left: 30px
}
form label.error {
    font-size: 11px;
    right: 0;
    position: absolute;
    text-align: right;
    text-transform: uppercase;
    font-weight: 700
}
form.sform_footer label.error {
    position: static;
    display: block;
    text-align: left;
    margin-bottom: 15px
}
#pre-registration .checkbox {
    margin: 35px 0 20px
}
.history-back {
    display: inline-block;
    margin: 8px 0 0 20px
}
form#pre-registration label.error[for="confirm_use"] {
    bottom: -110px;
    left: 0;
    font-size: 16px;
    text-align: left;
    padding: 0
}
.button30 {
    border: 1px solid #5bad14;
    border-radius: 0;
    padding: 5px 20px;
    margin: 0 auto;
    display: block;
    min-width: 100%;
    border: 1px solid #107A43;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
    font-family: Noto Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    display: inline;
    margin-left: auto;
    text-align: center;
    text-align: right;
    letter-spacing: 0.0125em;
    text-transform: uppercase;
    color: #107A43;
    max-width: 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 8px 16px;
}
.button30, .button.m {
    /* background: rgba(3,159,79,1); */
    /* color: #fff; */
}
.button30:hover {
    border: 1px solid #C36800;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: -8px 8px 32px rgb(0 0 0 / 10%), -2px 2px 4px rgb(0 0 0 / 25%);
    box-shadow: -8px 8px 32px rgb(0 0 0 / 10%), -2px 2px 4px rgb(0 0 0 / 25%);
    border-radius: 2px;
    font-family: Noto Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    letter-spacing: 0.0125em;
    text-transform: uppercase;
    color: #C36800;
}
ul.footer_social li a:hover,
ul.footer_social li a:focus {
    background-color: rgb(255, 166, 27);
    -webkit-box-shadow: 2.778px 15.757px 32px 0px rgba(255, 166, 27, 0.2);
    box-shadow: 2.778px 15.757px 32px 0px rgba(255, 166, 27, 0.2);
}
.seomun_breadcrumb {
    position: relative;
    padding: 149px 0;
    background-size: cover;
    background-repeat: no-repeat;
}
.breadcrumb_title {
    position: relative;
}
.breadcrumb_title h2 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: normal;
    font-size: 32px;
    line-height: 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: center;
    letter-spacing: 0.0025em;
    color: #1B1B1B;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 14px 8px;
}
.breadcrumb_title span {
    color: #909ba3;
    margin-bottom: 17px;
}
.breadcrumb_title span:before {
    background: #909ba3;
}
.breadcrumb_link {
    text-align: center;
}
.breadcrumb_link ul li {
    display: inline-block;
}
.breadcrumb_link ul li:after {
    display: inline-block;
    content: '>';
    font-family: Noto Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.0025em;
    color: #565656;
    margin: 0 5px 0 10px;
}
.breadcrumb_link ul li:last-child:after {
    display: none;
}
.breadcrumb_link ul li a {
    font-family: Noto Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.0025em;
    color: #565656;
}
.breadcrumb_link ul li a.active {
    color: #dedede;
    font-family: Noto Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.0025em;
    color: #8C8C8C;
}
.about_text_1 h2 {
    margin-bottom: 14px;
}
.about_img_box {
    position: relative;
}
.seomun_counter_2 {
    margin-bottom: 120px;
}
.smm {
    margin-bottom: 120px;
}
.seomun_counter_area {
    position: relative;
    padding: 60px 0;
    background: rgb(9, 34, 50);
    -webkit-box-shadow: 2.778px 15.757px 32px 0px rgba(164, 155, 255, 0.4);
    box-shadow: 2.778px 15.757px 32px 0px rgba(164, 155, 255, 0.4);
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    overflow: visible;
}
.seomun_counter_area:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/map.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.counter_box {
    text-align: center;
}
.counter_box .chart_1 {
    position: relative;
    width: 160px;
    height: 160px;
    text-align: center;
    margin: 0 auto;
}
.counter_box .chart_1 canvas {
    position: absolute;
    top: 0;
    left: 0;
}
.counter_box .circle_info {
    position: absolute;
    padding-left: 40px;
    padding-top: 50px;
}
.counter_box h2 {
    font-size: 14px;
    line-height: 42px;
}
.counter_box h6 {
    text-transform: uppercase;
    letter-spacing: 2px;
}
.counter_box h2 span {
    font-size: 46px;
    font-weight: 300;
}
.counter_box_1 .circle_info h2,
.counter_box_1 .circle_info h6 {
    color: #00e1ef;
}
.counter_box_2 .circle_info h2,
.counter_box_2 .circle_info h6 {
    color: #ffa61b;
}
.counter_box_3 .circle_info h2,
.counter_box_3 .circle_info h6 {
    color: #ff1f27;
}
.counter_box_4 .circle_info h2,
.counter_box_4 .circle_info h6 {
    color: #f26c4f;
}
.sez {
    position: relative;
    border: 1px solid #d6d6d6
}
.sez h5 {
    font-size: 24px;
    line-height: 1;
    font-weight: 600;
    padding: 20px 15px 18px 31px;
    background: #f9f9f9;
    border-bottom: 1px solid #d6d6d6
}
.sez-text {
    padding: 15px 0 20px 31px;
    font-size: 18px
}
.sez-img {
    padding: 0 30px 0 0
}
.sez-text .display-table {
    font-weight: 200;
    line-height: 23px
}
.sez-text .display-cell {
    padding-top: 8px
}
.sez-map {
    position: relative;
    display: inline-block;
    margin-top: 39px
}
.sez-text-left, .sez-text-right {
    float: left;
    width: 50%;
    box-sizing: border-box
}
.inner_page-right .sez-map a {
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    border: 2px solid #fff;
    background-color: #02763b;
    box-shadow: 2px 3.464px 10px 0 rgba(0, 0, 0, 0.5);
    border-radius: 15px;
    position: absolute;
    padding: 5px 11px
}
.inner_page-right .sez-map a:hover, .inner_page-right .sez-map a:focus {
    background: #00a651;
    text-decoration: none
}
.vitebsk, .map540, .map551, .map615 {
    right: -5px;
    top: 14px
}
.map540, .map551, .map615 {
    top: 10px
}
.grodno, .map542, .map553, .map617 {
    left: -28px;
    top: 128px
}
.map542, .map553, .map617 {
    left: -93px
}
.minsk, .map538, .map556, .map620 {
    left: 152px;
    top: 116px
}
.map538, .map556, .map620 {
    left: 132px
}
.mogilev {
    right: 13px;
    top: 121px
}
.map544, .map555, .map619 {
    right: -96px;
    top: 128px
}
.brest, .map539, .map550, .map597 {
    bottom: 65px;
    left: -16px
}
.map539 {
    left: -62px
}
.gomel {
    bottom: 82px;
    right: 2px
}
.map541, .map552, .map616 {
    bottom: 31px;
    right: -29px
}
.map543, .map554, .map618 {
    top: 175px;
    right: 114px
}
.inner_page-right .sez-text .display-table p {
    font-size: 12px;
    line-height: 15px;
    color: #757575;
    margin-bottom: 0;
    padding-bottom: 0
}
.nalog-img {
    margin: 10px 0
}
.sez .notes {
    border-top: 1px solid #d4d4d4;
    margin: 0 37px 0 4px;
    margin-top: 17px;
    padding: 27px 17px 0 0
}
.sez .notes, .inner_page-right .sez .notes p {
    font-size: 13px;
    line-height: 16px;
    color: #757575
}
.inner_page-right .sez .notes p {
    padding-bottom: 0;
    margin: 0 0 10px
}
#park-slider {
    margin-top: 30px
}
.sez-text sup {
    font-size: smaller
}
.inner_page-right table:not(.jobs-table):not(.data-table):not(.search-table):not(.org-table) {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 45px
}
.org-table {
    border-top: 1px solid #d9d9d9;
    width: 100%;
    margin-top: 10px
}
.inner_page-right table:not(.jobs-table):not(.data-table):not(.search-table) thead {
    background-color: #00a651
}
.inner_page-right table:not(.jobs-table):not(.data-table):not(.search-table) th, .inner_page-right table:not(.jobs-table):not(.data-table:not(.search-table)) td {
    word-wrap: break-word;
    color: #000
}
.inner_page-right table:not(.jobs-table):not(.data-table):not(.search-table) th, .inner_page-right table:not(.jobs-table):not(.data-table):not(.search-table) thead td {
    color: #fff;
    font-family: openSansSemibold, sans-serif;
    font-size: 14px;
    line-height: 1.2;
    padding: 19px 10px 18px 15px;
    border-left: 1px solid #6dc799
}
.inner_page-right table:not(.jobs-table):not(.data-table):not(.search-table) tr td {
    border-bottom: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
    padding: 20px 10px 17px 20px;
    font-size: 14px;
    line-height: 20px;
    vertical-align: top; /* font-family:openSans,sans-serif; */
    text-align: left;
}
.inner_page-right table:not(.jobs-table):not(.data-table):not(.search-table) tr td:first-child {
    padding-left: 3px;
    border-left: none
}
.inner_page-right h4 {
    clear: both;
    margin-top: 15px;
    margin-bottom: 16px;
    margin-left: -3px;
    color: #00a651;
    font-size: 26px;
    font-family: openSans, sans-serif
}
.inner_page-right ul:not(.right-menu):not(.opport-href):not(.left-profile-menu):not(.offer-action), .inner_page-right ol { /* margin-left:20px */
}
.inner_page-right ul:not(.sectionFive_list):not(.right-menu):not(.opport-href):not(.left-profile-menu):not(.offer-action) li, .sale ul li, .invbase-content ul li { /* font-size:16px; *//* color:#000; *//* line-height:26px; *//* font-family:openSans,sans-serif; *//* position:relative; *//* margin-bottom:8px; *//* list-style-type:none; *//* position:relative; *//* padding-left:20px; */
}
.calendar {
    text-align: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff;
    margin-left: 16px;
    /* width: 100%; */
    -webkit-box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.15);
    border-radius: 2px;
    padding: 8px;
    position: relative;
    z-index: -1;
}
.calendar header {
    position: relative;
    z-index: 3;
}
.calendar h2 {
    text-transform: uppercase;
}
.calendar thead {
    text-transform: uppercase;
    margin-bottom: 8px;
    display: block;
    margin-top: 8px;
    position: relative;
    z-index: 3;
}
.calendar tbody {
    color: #7c8a95;
    position: relative;
    z-index: 3;
}
.calendar tbody td:hover:after {
    border: 2px solid #00addf;
    content: '';
    background: #F7F6F6;
    bottom: 2px;
    display: block;
    content: '';
    height: calc(100% - 4px);
    left: 2px;
    margin: 0;
    position: absolute;
    width: calc(100% - 4px);
    z-index: -1;
    border-radius: 2px;
    border: 1px solid #052414;
}
.calendar td {
    border: 2px solid transparent;
    height: 2.6em;
    line-height: 4em;
    text-align: center;
    width: 2.6em;
    font-family: Noto Sans;
    font-style: normal;
    font-weight: normal;
    vertical-align: middle;
    font-size: 16px;
    line-height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    letter-spacing: 0.005em;
    color: #1B1B1B;
    font-family: Noto Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.005em;
    color: #1B1B1B;
    position: relative;
}
.calendar-inner_wrap .calendar td {
    height: 2.6em;
    width: 2.6em;
}
.calendar .prev-month,
.calendar .next-month {
    color: #cbd1d2;
    font-family: Noto Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.005em;
    color: #C5C5C5;
    position: relative;
    z-index: 3;
}
.calendar .prev-month:hover,
.calendar .next-month:hover {
    border: 2px solid #cbd1d2;
}
.calendar .current-day {
    /* color: #f9f9f9; */
    /* color: #FFFFFF; */
    /* border: 1px solid #000; */
}
.event {
    cursor: pointer;
    position: relative;
}
.event:after {
    background: #e7e7e7;
    bottom: 2px;
    display: block;
    content: '';
    height: calc(100% - 4px);
    left: 2px;
    margin: 0;
    position: absolute;
    width: calc(100% - 4px);
    z-index: -1;
    border-radius: 2px;
}
.calendar .current-day:after {
    background: #F7F6F6;
    bottom: 2px;
    display: block;
    content: '';
    height: calc(100% - 4px);
    left: 2px;
    margin: 0;
    position: absolute;
    width: calc(100% - 4px);
    z-index: -1;
    border-radius: 2px;
}
.calendar .current-day:after {
    background: transparent;
    /* background: #16AB5E !important; */
    border-radius: 2px;
    border: 1px solid #000;
}
.btn-prev,
.btn-next {
    margin: -1em;
    position: absolute;
    top: 50%;
}
.btn-prev:hover,
.btn-next:hover {
    background: #cbd1d2;
    color: #f9f9f9;
}
.btn-prev {
    left: 20px;
}
.btn-next {
    right: 20px;
}
.facility {
    padding: 115px 0 15px;
}
.facelity_content_box span.seomun_span {
    margin-bottom: 7px;
}
.seomun_facelity_tab_area {
    margin-bottom: 80px;
}
.facelity_feature_nav {
    position: relative;
    float: right;
}
.facelity_feature_nav ul {
    position: absolute;
    top: 0;
    left: 0;
    border: none;
    text-align: center;
    margin-top: 10px;
    margin-left: 10px;
}
.facelity_feature_nav input {
    width: 390px;
    height: 90px;
    background: #ebe8fe;
    border: 2px solid #e4e7ff;
    border-radius: 50px;
}
.facelity_feature_nav ul li a.feature_tab_btn {
    display: inline-block;
    width: 180px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 50px;
    color: #092232;
    background: #fff;
    margin-right: 10px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.facelity_feature_nav ul.nav-tabs li a.feature_tab_btn:hover,
.facelity_feature_nav ul.nav-tabs li a.feature_tab_btn:focus,
.facelity_feature_nav ul.nav-tabs li a.feature_tab_btn.active {
    color: #fff;
    background: #ef3b58;
}
.facelity_tab_content .tab_content_box span {
    color: #092232;
}
.feature_content_tab .seomun_feature_nav {
    margin-bottom: 0;
}
.feature_content_tab .seomun_feature_nav ul.nav-tabs li {
    margin-left: 0px;
    margin-right: 0px;
    width: 20%;
}
.feature_content_tab .seomun_feature_nav ul.nav-tabs li a.feature_nav_btn {
    border-radius: 0;
    border: none;
    background: #f7f6ff;
    color: #7d8c95;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: center;
    letter-spacing: 0.001em;
    color: #1B1B1B;
    background: transparent;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #8C8C8C;
}
.feature_content_tab .seomun_feature_nav ul.nav-tabs li a.feature_nav_btn:hover,
.feature_content_tab .seomun_feature_nav ul.nav-tabs li a.feature_nav_btn:focus,
.feature_content_tab .seomun_feature_nav ul.nav-tabs li a.feature_nav_btn.active {
    color: #7d8c95;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: center;
    letter-spacing: 0.001em;
    /* txt */
    color: #1B1B1B;
    background: transparent;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 2px solid #363636;
}
.feature_content_tab .seomun_feature_nav ul li a span {
    display: block;
    color: #ef3b58;
    font-size: 50px;
    margin-bottom: 12px;
}
.tab_img_box {
    background: #fafcff;
}
.feature_content_tab .tab-content {
    background: transparent;
}
.tab_content_box span {
    color: #ef3b58;
    font-size: 30px;
    text-transform: capitalize;
}
.tab_content_box h2 {
    font-size: 60px;
    margin-bottom: 12px;
}
.work_slide .work_box {
    margin-left: 10px;
    margin-right: 10px;
}
.work_slide .slick-prev {
    top: -46%;
    left: 86%;
}
.work_slide .slick-next {
    top: -46%;
    right: 5%;
}
.work_slide .slick-prev:before {
    content: '\f104';
}
.work_slide .slick-next:before {
    content: '\f105';
}
.work_slide .slick-next:before,
.work_slide .slick-prev:before {
    display: block;
    font-family: 'Font Awesome 5 Pro';
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 20px;
    color: #010e2a;
    border-radius: 50%;
    background: #fff;
    z-index: 1;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.work_slide .slick-next:hover:before,
.work_slide .slick-prev:hover:before,
.work_slide .slick-next:focus:before,
.work_slide .slick-prev:focus:before {
    background: #ffa61b;
    color: #fff;
}
.optimization_about {
    padding: 112px 0 80px;
}
.optimization_text {
    margin-bottom: 23px;
}
.optimization_text span.seomun_span {
    margin-bottom: 4px;
}
.optimization_text h2 {
    font-size: 60px;
    margin-bottom: 40px;
}
.single_content_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
}
.single_content_list .single_content_icon {
    float: left;
}
.single_content_list .single_content_icon i {
    font-size: 36px;
    color: #ef3b58;
    width: 110px;
    height: 110px;
    line-height: 110px;
    text-align: center;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 16px 32px 0px rgba(255, 163, 178, 0.2);
    box-shadow: 0px 16px 32px 0px rgba(255, 163, 178, 0.2);
}
.single_content_list .single_content_info {
    padding-left: 30px;
}
.single_content_list .single_content_info h4 {
    margin-bottom: 30px;
}
.prcing_box {
    background: #fff;
    text-align: center;
    padding: 60px 0;
}
.pricing_top span {
    display: block;
    color: #ef3b58;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 60px;
}
.pricing_top img {
    margin-bottom: 60px;
}
.pricing_top h1 {
    font-size: 50px;
    color: #092232;
}
.pricing_top h1 span {
    display: inline-block;
    font-size: 14px;
    color: #7d8c95;
    margin-bottom: 0;
}
.pricing_body {
    margin-bottom: 40px;
}
.pricing_body ul li {
    padding: 20px 0;
    border-bottom: 1px solid #eeeaff;
}
.pricing_body ul li:last-child {
    border-bottom: 0;
}
.pricing_button .pricing_btn {
    color: #7d8c95;
    background: #f0eeff;
}
.pricing_button .pricing_btn:hover {
    background: #ee3a57;
    color: #fff;
}
a.calendar_readmore:active path, a.calendar_readmore:focus path {
    fill: #C36800;
}
a.calendar_readmore:hover path {
    fill: #C36800;
}
a.calendar_readmore.tab_readmore:hover {
    display: block !important;
}
a.calendar_readmore.tab_readmore:focus, a.calendar_readmore.tab_readmore:active {
    display: block !important;
}
.slick-vertical_item > a:hover {
    border: 1px solid #C36800;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: -8px 8px 32px rgba(0, 0, 0, 0.1), -2px 2px 4px rgba(0, 0, 0, 0.25);
    box-shadow: -8px 8px 32px rgba(0, 0, 0, 0.1), -2px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 2px;
    font-family: Noto Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    /* identical to box height, or 100% */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    letter-spacing: 0.0125em;
    text-transform: uppercase;
    /* accent dark */
    color: #C36800;
}
.slick-vertical_item > a:focus, .slick-vertical_item > a:active {
    border: 1px solid #C36800;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: inset -8px 8px 32px rgba(0, 0, 0, 0.1), inset -2px 2px 4px rgba(0, 0, 0, 0.25);
    box-shadow: inset -8px 8px 32px rgba(0, 0, 0, 0.1), inset -2px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 2px;
    font-family: Noto Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    /* identical to box height, or 100% */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    letter-spacing: 0.0125em;
    text-transform: uppercase;
    /* accent dark */
    color: #C36800;
}
.seomun_pricing_plan .company_slide {
    margin-top: 120px;
}
.seomun_video {
    position: relative;
}
.video_play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.video_play .play_btn {
    display: block;
    background: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 16px 32px 0px rgba(238, 58, 87, 0.4);
    box-shadow: 0px 16px 32px 0px rgba(238, 58, 87, 0.4);
    width: 120px;
    height: 120px;
    line-height: 120px;
    border-radius: 50%;
    text-align: center;
    color: #092232;
    font-size: 16px;
}
.analytic_list ul li {
    color: #092232;
    font-weight: 500;
    text-transform: uppercase;
}
.analytic_list ul li:before {
    content: '';
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin-right: 10px;
}
.analytic_list ul.ul_list_1 li:before {
    background: rgb(255, 142, 29);
    -webkit-box-shadow: 0px 2px 4px 0px rgba(255, 142, 29, 0.4);
    box-shadow: 0px 2px 4px 0px rgba(255, 142, 29, 0.4);
}
.analytic_list ul.ul_list_2 li:before {
    background: rgb(238, 58, 87);
    -webkit-box-shadow: 0px 2px 4px 0px rgba(255, 142, 29, 0.4);
    box-shadow: 0px 2px 4px 0px rgba(255, 142, 29, 0.4);
}
.analytic_list ul.ul_list_3 li:before {
    background: rgb(8, 30, 44);
    -webkit-box-shadow: 0px 2px 4px 0px rgba(255, 142, 29, 0.4);
    box-shadow: 0px 2px 4px 0px rgba(255, 142, 29, 0.4);
}
.seomun_video_analytics {
    padding: 103px 0 111px;
}
.seo_text_1 h2 {
    margin-bottom: 30px;
}
.overlay_title span {
    font-size: 16px;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 500;
}
.overlay_title h2 {
    font-size: 60px;
    color: #fff;
    margin-bottom: 60px;
}
.seomun_subscribe_bg {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background: #16AB5E;
    padding: 10px 0 10px 0;
    margin-bottom: 16px;
}
.subscribe_form .form_control {
    height: 70px;
    border-radius: 50px;
    border: none;
}
.skills_right_2 .skills_img_box img {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
}
.seomun_portfolio {
    padding: 120px 0 55px;
}
.portfolio_box {
    position: relative;
    margin-bottom: 125px;
}
.portfolio_box .seomun_info {
    position: absolute;
    bottom: -60px;
    left: 13px;
    width: 335px;
    height: 130px;
    padding: 40px;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 2.778px 15.757px 32px 0px rgba(188, 190, 255, 0.4);
    box-shadow: 2.778px 15.757px 32px 0px rgba(188, 190, 255, 0.4);
}
.portfolio_box .seomun_info h4 {
    margin-left: 55px;
}
.portfolio_box .seomun_info span.seomun_span:before {
    top: 50px;
    left: 40px;
}
#portfolio {
    padding-bottom: 90px;
}
.masonary_box {
    margin-bottom: 30px;
}
.single_img_box {
    margin-bottom: 30px;
}
.portfolio_text {
    padding-bottom: 20px;
    border-bottom: 1px solid rgb(235, 232, 255);
}
.portfolio_text h2 {
    font-size: 36px;
    margin-bottom: 15px;
}
.portfolio_text p {
    margin-bottom: 30px;
}
.content_discription_box {
    padding: 40px 0;
    border-bottom: 1px solid rgb(235, 232, 255);
}
.content_discription_box ul li {
    line-height: 30px;
}
.content_share {
    margin-top: 45px;
    margin-bottom: 35px;
}
.content_share ul li {
    display: inline-block;
    margin-right: 15px;
}
.content_discription_box ul li span,
.content_share ul li span {
    color: #092232;
    margin-right: 10px;
    text-transform: capitalize;
    font-weight: 500;
}
.content_share ul li a {
    color: #7d8c95;
}
.content_share ul li a:hover {
    color: #ef3b58;
}
.product_filter {
    margin-bottom: 50px;
}
.grid_filter ul li {
    display: inline-block;
    margin-right: 20px;
}
.grid_filter ul li a {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    background: rgb(249, 249, 255);
    color: #788892;
    font-size: 18px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.grid_filter ul li a:hover,
.grid_filter ul li a:focus {
    background: rgb(239, 59, 88);
    color: #fff;
    -webkit-box-shadow: 0px 16px 32px 0px rgba(239, 59, 88, 0.2);
    box-shadow: 0px 16px 32px 0px rgba(239, 59, 88, 0.2);
}
.short_filer p {
    display: inline-block;
    margin-right: 30px;
}
.short_filer select {
    padding: 0 20px;
    height: 50px;
    border: 1px solid #e5e5e5;
    border-radius: 50px;
    text-transform: capitalize;
    font-size: 16px;
    color: #788892;
}
.short_filer select option {
    font-size: 16px;
    color: #788892;
    text-transform: capitalize;
    padding: 5px 0;
}
.product_search form {
    position: relative;
}
.product_search input {
    height: 50px;
    width: 100%;
    padding-left: 30px;
    font-size: 16px;
    color: #788892;
    border-radius: 50px;
    border: 1px solid #e5e5e5;
}
.product_search .search_btn {
    position: absolute;
    right: 30px;
    top: 15px;
    border: none;
    font-size: 16px;
    color: #788892;
    background: transparent;
}
.product_box {
    overflow: hidden;
    margin-bottom: 50px;
}
.product_box .seomun_info {
    margin-top: 40px;
}
.price_tag {
    margin-top: 20px;
}
.price_tag .price {
    float: left;
}
.price_tag .price h6 {
    color: #ef3b58;
    font-weight: 400;
}
.price_tag .product_star {
    float: right;
}
.product_star ul li {
    display: inline-block;
    margin-left: 5px;
}
.product_star ul li a {
    color: #ffba00;
}
.seomun_pagination {
    text-align: center;
}
.seomun_pagination ul li {
    display: inline-block;
    margin-right: 8px;
    margin-left: 8px;
}
.seomun_pagination ul li a {
    display: block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    background: rgb(248, 248, 248);
    color: rgb(159, 167, 197);
    text-transform: uppercase;
    font-size: 14px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.seomun_pagination ul li a:hover {
    background: rgb(239, 59, 88);
    color: #fff;
    -webkit-box-shadow: 0px 16px 32px 0px rgba(239, 59, 88, 0.4);
    box-shadow: 0px 16px 32px 0px rgba(239, 59, 88, 0.4);
}
.shop_details {
    padding: 120px 0 70px;
}
.product_details_area {
    margin-bottom: 80px;
}
.product_img_box {
    margin-bottom: 30px;
}
.product_img_box img,
.product_thumb_img img {
    width: 100%;
}
.product_content_box {
    position: relative;
}
.product_content_box ul {
    margin-bottom: 35px;
}
ul.rateing li {
    display: inline-block;
    margin-right: 5px;
}
ul.rateing li a {
    color: #ffb400;
}
.product_content_box span.info_span {
    color: #ef3b58;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.product_content_box h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
}
.product_content_box h3 {
    font-size: 50px;
    font-weight: 300;
    color: #ef3b58;
    margin-bottom: 25px;
}
.product_content_box h3 span.price {
    margin-left: 30px;
    color: #bfc7d3;
    text-decoration: line-through;
}
table.product_info td {
    padding-left: 50px;
}
table.product_info tr {
    line-height: 30px;
}
table.product_info td span {
    color: #f46904;
}
.product_info_text {
    margin-bottom: 40px;
}
.product_info_text h2 {
    font-size: 30px;
}
.select_item .item_value {
    margin-bottom: 30px;
}
.select_item .item_value input {
    width: 60px !important;
    height: 50px;
    border: 1px solid #e5e5e5;
}
.select_item .nice-number button {
    width: 50px;
    height: 52px;
    border: 1px solid #ddd;
    background: transparent;
    font-weight: 500;
    font-size: 16px;
}
.item_value a.value_icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    background-color: rgb(255, 247, 241);
    text-align: center;
    color: #db8e93;
    font-size: 14px;
    margin-left: 20px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.item_value a.value_icon:hover {
    color: #fff;
    background-color: rgb(239, 59, 88);
    -webkit-box-shadow: 0px 16px 32px 0px rgba(239, 59, 88, 0.4);
    box-shadow: 0px 16px 32px 0px rgba(239, 59, 88, 0.4);
}
.seomun_feature_nav {
    position: relative;
    text-align: center;
    margin-bottom: 40px;
}
.seomun_feature_nav:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #f0f0f0;
    position: absolute;
    bottom: 50%;
    z-index: -1;
}
.seomun_feature_nav ul.nav-tabs {
    text-align: center;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.seomun_feature_nav ul.nav-tabs li {
    margin-left: 10px;
    margin-right: 10px;
}
.seomun_feature_nav ul.nav-tabs li a.feature_nav_btn {
    display: inline-block;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    border: 2px solid #f0f0f0;
    border-radius: 50px;
    font-size: 12px;
    background: #fff;
    color: #7d8c95;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
}
.seomun_feature_nav ul.nav-tabs li a.feature_nav_btn:hover,
.seomun_feature_nav ul.nav-tabs li a.feature_nav_btn:focus,
.seomun_feature_nav ul.nav-tabs li a.feature_nav_btn.active {
    color: #fff;
    background: #ef3b58;
}
.product_specifications,
.product_discription_box,
.discription_title {
    margin-bottom: 40px;
}
.specifications_table {
    width: 100%;
}
.specifications_table th {
    width: 30%;
    font-weight: 400;
}
.specifications_table tr {
    line-height: 60px;
    border-bottom: 1px solid #f0f0f0;
}
.specifications_table tr:last-child {
    border: none;
}
.product_discription_box p {
    margin-bottom: 35px;
}
.product_discription_box .features_list {
    margin-bottom: 45px;
}
.product_discription_box .features_list ul li:before {
    margin-right: 7px;
    content: '\f00c';
    color: #f46904;
    font-family: 'Font Awesome 5 Pro';
}
.seomun_faq {
    padding: 120px 0 95px;
}
.seomun_faq2 {
    padding: 115px 0 90px;
}
.faq_breadcrumb {
    padding-bottom: 315px;
}
.seomun_faq_info {
    margin-top: -170px;
}
.faq_info_box {
    padding: 70px 60px;
    background: #fff;
    text-align: center;
    -webkit-box-shadow: 0px 16px 32px 0px rgba(139, 136, 255, 0.1);
    box-shadow: 0px 16px 32px 0px rgba(139, 136, 255, 0.1);
}
.faq_info_box .seomun_icon i {
    color: #ef3b58;
    font-size: 60px;
    margin-bottom: 33px;
}
.faq_info_box .seomun_info h3 {
    margin-bottom: 15px;
}
.faq_info_box .seomun_info p {
    color: #797e97;
}
.faq_content_box span.seomun_span {
    margin-bottom: 14px;
}
.faq_content_box h2 span {
    font-size: 45px;
}
.faq_content_box h2 {
    font-size: 55px;
    line-height: 65px;
    margin-bottom: 33px;
}
.faq_accoridian .card {
    margin-bottom: 30px;
    border-radius: 0;
    border: none;
}
.card-header {
    background: #fff;
    border: 1px solid #cdd3ff;
    padding: 25px 40px;
    border-radius: 0 !important;
}
.card-header h5 {
    font-size: 16px;
    color: #797e97;
    padding-left: 60px;
    cursor: pointer;
}
.card-body {
    background: #ef3b58;
    color: #fff;
    font-size: 16px;
}
.faq_accoridian .card .card-header h5 a i.fal {
    display: none;
    position: absolute;
    left: 40px;
    top: 25px;
    color: #ef3b58;
    font-size: 18px;
    cursor: pointer;
}
.faq_accoridian .card .card-header h5 a i.fal {
    display: none;
}
.faq_accoridian .card .card-header h5 a[aria-expanded="true"] i.fal.fa-eye-slash {
    display: block;
}
.faq_accoridian .card .card-header h5 a[aria-expanded="false"] i.fal.fa-eye {
    display: block;
}
.faq_right_box {
    position: relative;
}
.faq_right_box img {
    position: absolute;
}
.faq_right_box img.faq_1 {
    top: 30px;
    left: 30px;
}
.faq_right_box img.faq_2 {
    top: 20px;
    right: 30px;
}
.faq_right_box img.faq_3 {
    bottom: 30px;
    left: 20px;
}
.faq_right_box img.faq_4 {
    bottom: 15%;
    right: -45%;
}
.features_box_2 {
    background: #fff;
    padding: 70px 60px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.features_box_2:hover {
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 2.778px 15.757px 32px 0px rgba(153, 158, 255, 0.2);
    box-shadow: 2.778px 15.757px 32px 0px rgba(153, 158, 255, 0.2);
}
.features_box_2 .seomun_icon i {
    display: block;
    color: #ef3b58;
    font-size: 50px;
    margin-bottom: 45px;
}
.features_box_2 .seomun_info h4 {
    margin-bottom: 23px;
}
.features_box_2 .seomun_info p {
    margin-bottom: 23px;
}
.features_box_2 .seomun_info a.feat_icon {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    background: rgb(255, 250, 242);
    color: #7d8c95;
    font-size: 14px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.features_box_2 .seomun_info a.feat_icon:hover {
    color: #fff;
    background-color: rgb(239, 59, 88);
    -webkit-box-shadow: 2.778px 15.757px 32px 0px rgba(239, 59, 88, 0.4);
    box-shadow: 2.778px 15.757px 32px 0px rgba(239, 59, 88, 0.4);
}
.service_4 {
    padding: 105px 0 120px;
}
.seomun_team.seomun_team_2 {
    padding: 120px 0 95px;
}
.team_box.team_box_2 {
    position: relative;
    margin-bottom: 130px;
}
.team_img_box_2 {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.team_img_2 {
    width: 80%;
    float: left;
}
.team_social_2 {
    width: 20%;
    float: left;
    text-align: center;
}
.team_social_2 ul li {
    margin-bottom: 25px;
}
.team_social_2 ul li a {
    color: #c5ccd0;
}
.team_social_2 ul li a:hover {
    color: #ef3b58;
}
.team_box_2 .team_info {
    position: absolute;
    -webkit-transform: translate(10%, -15%);
    -ms-transform: translate(10%, -15%);
    transform: translate(10%, -15%);
    width: 310px;
    height: 130px;
    padding: 40px;
    background: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 16px 32px 0px rgba(221, 214, 255, 0.3);
    box-shadow: 0px 16px 32px 0px rgba(221, 214, 255, 0.3);
}
.team_info h4 {
    margin-bottom: 10px;
}
.team_info h6 {
    color: #ef3b58;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.skill_text span.seomun_span {
    margin-bottom: 6px;
}
.skill_text h2 {
    font-size: 68px;
    margin-bottom: 35px;
}
.single_skill_bar {
    margin-bottom: 40px;
    position: relative;
}
.project_percentenge {
    position: absolute;
    right: 0;
    top: 0px;
}
.single_skill_bar h6 {
    margin-bottom: 20px;
    text-transform: uppercase;
}
.single_skill_bar .progress {
    border-radius: 0;
    height: 10px;
    background: #e4e1ff;
}
.progress-bar {
    background: #ef3b58;
}
.skills_img_box img {
    background-color: rgb(247, 246, 255);
    -webkit-box-shadow: 0px 16px 32px 0px rgba(139, 136, 255, 0.4);
    box-shadow: 0px 16px 32px 0px rgba(139, 136, 255, 0.4);
}
.sb_top {
    margin-top: 40px;
}
.service_box_1 {
    background-color: rgb(255, 255, 255);
    padding: 40px;
    -webkit-box-shadow: 0px 16px 32px 0px rgba(158, 151, 255, 0.2);
    box-shadow: 0px 16px 32px 0px rgba(158, 151, 255, 0.2);
}
.service_box_1 .seomun_icon {
    margin-bottom: 40px;
}
.service_box_1 .seomun_icon i {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    font-size: 30px;
    color: #ef3b58;
    background: rgb(255, 242, 244);
}
.service_box_1 .seomun_info h5 {
    margin-bottom: 17px;
}
.testimonial_about {
    padding: 115px 0 120px;
}
.seomun_company_slide_2 {
    background: #ef3b58;
}
.company_icon img {
    text-align: center;
    margin: 0 auto;
}
.company_slide.slick-slider .slick-track,
.company_slide.slick-slider .slick-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.testimonial_content_box h2 {
    font-size: 65px;
    line-height: 70px;
}
.testimonial_content_box {
    margin-bottom: 75px;
}
.testimonial_content_box span.seomun_span {
    margin-bottom: 10px;
}
.testimonial_box {
    position: relative;
    background: #f7f6ff;
    padding: 60px 90px 120px;
    z-index: 1;
}
.testimonial_box:after {
    position: absolute;
    content: '';
    left: 30px;
    top: 30px;
    background: url(../images/qoute_2.png) no-repeat;
    z-index: -1;
    width: 150px;
    height: 150px;
}
.testimonial_review_box {
    position: relative;
    background: #fff;
    text-align: center;
    padding: 0px 50px 65px;
    -webkit-box-shadow: 2.778px 15.757px 32px 0px rgba(153, 142, 255, 0.2);
    box-shadow: 2.778px 15.757px 32px 0px rgba(153, 142, 255, 0.2);
    margin-top: 40px;
}
.review_text {
    margin-top: 60px;
}
.client_img {
    position: absolute;
    top: -9%;
    left: 43%;
}
.client_img img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    -webkit-box-shadow: 2.778px 15.757px 32px 0px rgba(255, 166, 27, 0.2);
    box-shadow: 2.778px 15.757px 32px 0px rgba(255, 166, 27, 0.2);
}
.review_text ul.rateing {
    margin-bottom: 25px;
}
.review_text h3 {
    font-size: 26px;
    margin-bottom: 30px;
}
.review_text p {
    margin-bottom: 30px;
}
.review_text h5 {
    margin-bottom: 5px;
}
.review_text h6 {
    font-size: 14px;
    color: #ef3b58;
}
.testimonial_slide .slick-dots {
    margin-top: 15px;
    position: relative;
}
.testimonial_slide .slick-dots li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #caceff;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.testimonial_slide .slick-dots li.slick-active {
    background: #ef3b58;
}
.testimonil_input {
    float: right;
}
.testimonil_input input {
    border: none;
    background: rgb(235, 233, 255);
    width: 181px;
    height: 90px;
    border-radius: 50px;
}
.testimonial_slide .slick-prev {
    top: -39%;
    left: 111%;
}
.testimonial_slide .slick-next {
    top: -39%;
    right: -27%;
}
.testimonial_slide .slick-prev:before {
    content: '\f104';
}
.testimonial_slide .slick-next:before {
    content: '\f105';
}
.testimonial_slide .slick-next:before,
.testimonial_slide .slick-prev:before {
    display: block;
    font-family: 'Font Awesome 5 Pro';
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 20px;
    color: #010e2a;
    border-radius: 50%;
    background: #fff;
    z-index: 1;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.testimonial_slide .slick-next:hover:before,
.testimonial_slide .slick-prev:hover:before,
.testimonial_slide .slick-next:focus:before,
.testimonial_slide .slick-prev:focus:before {
    background: #ef3b58;
    color: #fff;
}
.blog_box {
    margin-bottom: 40px;
}
.blog_box .seomun_info {
    padding-top: 35px;
    padding-bottom: 25px;
}
.blog_box .seomun_info span {
    display: block;
    color: rgb(239, 59, 88);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    margin-bottom: 10px;
}
.blog_box .seomun_info h3 {
    font-size: 20px;
    line-height: 36px;
}
.blog_box .seomun_info p {
    margin-top: 30px;
}
.post_meta {
    padding: 20px 0;
    border-top: 1px solid rgb(225, 235, 255);
    border-bottom: 1px solid rgb(225, 235, 255);
}
.post_meta ul li {
    display: inline-block;
    margin-right: 30px;
}
.post_meta ul li span a {
    color: #7d8c95;
}
.post_meta ul li span i {
    margin-right: 7px;
    font-size: 14px;
}
.sidebar_widget_box {
    padding: 40px 25px;
    border: 1px solid #e2edff;
    margin-bottom: 40px;
}
.sidebar_widget_title {
    position: relative;
    text-align: center;
    margin-bottom: 40px;
}
.sidebar_widget_title h3 {
    font-size: 28px;
    text-transform: capitalize;
}
.sidebar_widget_title h3:after {
    content: '';
    position: absolute;
    top: 17px;
    left: 27px;
    display: block;
    width: 40px;
    height: 2px;
    background: rgb(235, 235, 235);
}
.sidebar_widget_title h3:before {
    content: '';
    position: absolute;
    right: 27px;
    top: 17px;
    display: block;
    width: 40px;
    height: 2px;
    background: rgb(235, 235, 235);
}
.search_widget form {
    position: relative;
}
.search_widget input.form_control {
    font-size: 12px;
    background: #f9f7ff;
    border: none;
    border-radius: 30px;
    color: #797e97;
}
.search_widget button.search_btn {
    position: absolute;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    border-radius: 50%;
    color: #fff;
    top: 0;
    right: 0;
    border: none;
    background: #ef3b58;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.search_widget button.search_btn:hover {
    -webkit-box-shadow: 0px 16px 32px 0px rgba(239, 59, 88, 0.4);
    box-shadow: 0px 16px 32px 0px rgba(239, 59, 88, 0.4);
}
.ins_pa {
    padding-left: 8px;
    padding-right: 8px;
}
.insta_images {
    margin-bottom: 16px;
}
.insta_images img {
    width: 100%;
}
.social_widget {
    text-align: center;
}
ul.social_widget_link li {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
}
ul.social_widget_link li a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #e4e4e4;
    font-size: 16px;
    color: #797e97;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
ul.social_widget_link li a:hover {
    color: #fff;
    background: rgb(239, 59, 88);
    -webkit-box-shadow: 0px 16px 32px 0px rgba(239, 59, 88, 0.4);
    box-shadow: 0px 16px 32px 0px rgba(239, 59, 88, 0.4);
}
.categories_list li {
    line-height: 24px;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 16px;
}
.categories_list li a {
    display: block;
    padding-bottom: 16px;
    color: #6870a0;
}
.categories_list li:last-child {
    border-bottom: none;
}
.categories_list li a span {
    float: right;
}
.feeds_single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    overflow: hidden;
    margin-bottom: 40px;
}
.feeds_single .feeds_images {
    float: left;
}
.feeds_single .feeds_img img {
    width: 100%;
}
.feeds_single .feeds_info {
    margin-left: 20px;
    overflow: hidden;
}
.feeds_single .feeds_info h6 a {
    display: block;
    color: #170e2a;
    margin-bottom: 5px;
}
.feeds_single .feeds_info p {
    color: #6870a0;
    font-size: 14px;
}
.feeds_single .feeds_info p i {
    margin-right: 10px;
}
.tags_list {
    text-align: left;
}
ul.tags_list li {
    display: inline-block;
    margin-right: 4px;
    margin-bottom: 10px;
}
ul.tags_list li a {
    display: block;
    padding: 15px 20px;
    border: 1px solid #eaeaea;
    font-size: 14px;
    color: #797e97;
    text-transform: capitalize;
    font-weight: 400;
}
.tag_btn_1 {
    padding: 15px 30px !important;
}
.tag_btn_2 {
    padding: 15px 25px !important;
}
.tag_btn_3 {
    padding: 15px 16px !important;
}
.single_blog_content {
    padding: 50px;
    border: 1px solid #e2edff;
}
.single_content_box {
    overflow: hidden;
}
.single_content_box .post_meta {
    border: none;
}
.single_content_box h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 15px;
}
.single_content_box p {
    margin-bottom: 20px;
}
.seomun_blockquote {
    padding: 30px 60px 30px 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 45px;
    margin-top: 45px;
    overflow: hidden;
}
.qoute_icon {
    float: left;
    margin-top: 20px;
}
.qoute_text {
    padding-left: 25px;
}
.content_share_area {
    margin-top: 20px;
    overflow: hidden;
    margin-bottom: 50px;
}
.tags_area h4 {
    font-size: 24px;
    margin-bottom: 20px;
}
.tags_area ul.tags_list li {
    margin-bottom: 0;
    margin-right: 20px;
}
.tags_area ul.tags_list li a {
    padding: 20px;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 5px;
    border: 2px solid #e5e5e5;
}
.tags_area ul.social_link_2 li {
    margin-right: 0;
    margin-left: 20px;
}
.tags_area ul.social_link_2 li a {
    font-size: 18px;
    color: #9498b6;
}
.prev_next_area {
    padding: 45px 0;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}
.prev_next_text a {
    color: #7886a0;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.releted_post_title h4,
.comment_title h4,
.post_title h4 {
    font-size: 26px;
    font-weight: bold;
    color: #170e2a;
}
.icon_box {
    text-align: center;
}
.releted_post {
    margin-bottom: 110px;
}
.blog_img img {
    width: 100%;
}
.blog_details {
    padding: 40px;
    border: 1px solid #f4f3fb;
    border-top: none;
}
.blog_details h4 {
    font-size: 24px;
    line-height: 34px;
    color: #170e2a;
    margin-bottom: 16px;
}
.blog_details p {
    font-size: 14px;
}
.blog_admin {
    position: relative;
    margin-top: 110px;
}
.about_admin_area {
    background: #f3f1ff;
    padding: 50px;
    position: relative;
}
.admin_images {
    position: absolute;
    top: -60px;
    left: 44%;
    text-align: center;
}
.admin_images img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 6px solid #fff;
    background-color: rgb(209, 209, 209);
}
.admin_bio {
    margin-top: 40px;
}
.admin_bio h4 {
    font-size: 26px;
    font-weight: bold;
    color: #170e2a;
    margin-bottom: 10px;
}
.admin_bio ul.social_link_2 {
    margin-bottom: 20px;
}
ul.social_link_2 li {
    display: inline-block;
    margin-right: 10px;
}
ul.social_link_2 li a {
    font-size: 12px;
    color: #9498b6;
}
ul.social_link_2 li a:hover {
    color: #ff4a57;
}
.admin_bio p {
    font-size: 14px;
    line-height: 24px;
}
.comment_area {
    margin-top: 50px;
}
.comment_title,
.post_title {
    margin-bottom: 40px;
}
.comment_list_area {
    padding-bottom: 10px;
    border-bottom: 1px solid #eaeaea;
}
.comment_list_area .single_comment {
    margin-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.comment_list_area .single_comment .comment_images {
    float: left;
}
.comment_list_area .single_comment .comment_images img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
.comment_list_area .single_comment .comment_text {
    margin-left: 30px;
}
.comment_list_area .single_comment .comment_text h5 {
    color: #170e2a;
    margin-bottom: 10px;
}
.comment_list_area .single_comment .comment_text h5 i {
    color: #cacfef;
    font-size: 12px;
}
.comment_list_area .single_comment .comment_text h6 {
    color: #ff9d60;
    letter-spacing: 2px;
    margin-bottom: 20px;
}
.comment_list_area .single_comment .comment_text p {
    font-size: 14px;
    line-height: 24px;
}
.comment_list_area .single_comment .comment_text h5 i {
    margin-left: 25px;
}
.comment_list_area .single_comment .comment_text h5 span {
    float: right;
    font-size: 14px;
    text-transform: capitalize;
}
.comment_list_area .single_comment .comment_text h5 span a {
    color: #7886a0;
}
.comment_list_area .single_comment .comment_text h5 span a i {
    margin-right: 4px;
    color: #7886a0;
}
.post_form {
    background: #f8f6ff;
    padding: 50px;
}
.post_form .form_list {
    position: relative;
}
.post_form .form_list .form_control {
    border: none;
}
.post_form .form_list textarea {
    border: none;
    height: 150px;
    margin-bottom: 25px;
    padding: 23px 30px;
}
.post_form .form_list i {
    position: absolute;
    right: 30px;
    top: 23px;
    color: #ef3b58;
    font-size: 14px;
}
.contact_info_box {
    background: #092232;
    padding: 70px 60px 70px 70px;
}
.contact_info_box .info_title span {
    font-size: 14px;
    color: #a0afb9;
    margin-bottom: 10px;
    display: block;
}
.contact_info_box .info_title h2 {
    color: #fff;
    font-size: 36px;
    line-height: 40px;
}
.info_single_box {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 40px;
    border-bottom: 2px solid rgb(18, 48, 67);
}
.info_single_box:last-child {
    padding-bottom: 0px;
    border-bottom: none;
}
.info_single_box .info_icon {
    float: left;
}
.info_single_box .info_icon i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    background: rgb(218, 41, 70);
    color: #fff;
    font-size: 14px;
}
.info_single_box .info_text {
    padding-left: 20px;
}
.info_single_box .info_text h5 {
    color: #fff;
    margin-bottom: 17px;
}
.info_text p {
    color: #a0afb9;
    line-height: 34px;
}
.info_text p i {
    margin-right: 10px;
}
.info_text p a {
    color: #a0afb9;
}
.form_control {
    position: relative;
    width: 100%;
    height: 60px;
    background: rgb(255, 255, 255);
    border: 2px solid rgb(224, 228, 255);
    margin-bottom: 30px;
    padding-left: 30px;
    font-size: 14px;
    text-transform: capitalize;
    color: #95a9b5;
}
textarea.form_control {
    padding-top: 20px;
    height: 170px;
    font-size: 14px;
    color: #95a9b5;
}
.contact_map_area iframe {
    width: 100%;
    height: 700px;
    border: none;
}
.form_title {
    margin-bottom: 60px;
}
.index_header.sticky {
    position: fixed;
    top: 0;
    background: #7713cf;
    padding: 20px 0;
}
.index_logo,
.index_menu,
.index_button {
    position: relative;
}
.index_header {
    position: absolute;
    width: 100%;
    left: 0;
    top: 40px;
    z-index: 337;
}
.index_menu {
    text-align: center;
}
.index_menu ul li {
    display: inline-block;
    margin-left: 20px;
    margin-right: 20px;
}
.index_menu ul li a {
    display: inline-block;
    padding: 15px 0;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
}
.index_button {
    text-align: right;
}
.index_button .seomun_btn_2 {
    padding: 15px 40px;
}
.demo_bg {
    background: url(../images/demo/index_bg.png) repeat;
    position: relative;
    padding: 200px 0;
}
.demo_bg_text span {
    display: block;
    letter-spacing: 5px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.demo_bg_text h2 {
    font-size: 46px;
    line-height: 55px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 40px;
}
.demo_title {
    margin-bottom: 55px;
}
.demo_title span {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #7713cf;
}
.demo_title h2 {
    font-size: 48px;
    line-height: 58px;
}
.demo_area {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 60px;
}
.demo_area:hover .demo_overlay {
    visibility: visible;
    opacity: .9;
}
.demo_area:hover .demo_button {
    visibility: visible;
    opacity: 1;
}
.demo_single {
    margin-bottom: 30px;
    position: relative;
}
.demo_single img {
    width: 100%;
    height: 100%;
}
.demo_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #092f5d;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.demo_button {
    position: absolute;
    bottom: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.demo_btn {
    display: inline-block;
    padding: 20px 30px;
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: #ef3b58;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.demo_btn:hover,
.demo_btn:focus {
    color: #fff;
}
.inner_slide .slick-prev {
    top: 95%;
    left: 45%;
    z-index: 1;
}
.inner_slide .slick-next {
    top: 95%;
    right: 45%;
}
.inner_slide .slick-prev:before {
    content: '\f104';
}
.inner_slide .slick-next:before {
    content: '\f105';
}
.inner_slide .slick-next:before,
.inner_slide .slick-prev:before {
    display: block;
    font-family: 'Font Awesome 5 Pro';
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    background: #ef3b58;
    z-index: 1;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.inner_slide .slick-next:hover:before,
.inner_slide .slick-prev:hover:before,
.inner_slide .slick-next:focus:before,
.inner_slide .slick-prev:focus:before {
    background: #ef3b58;
    color: #fff;
}
.feature_intro {
    background-repeat: repeat;
    padding: 180px 0;
    margin-bottom: 60px;
}
.feature_intro_text h2 {
    color: #fff;
}
.template_feature_box {
    padding: 20px;
    background: #f0ecf4;
    margin-bottom: 40px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.template_feature_box:hover {
    background: #7713cf;
}
.template_feature_box:hover .template_icon h5 {
    color: #fff;
}
.template_icon img {
    width: 50px;
    margin-bottom: 20px;
}
.template_icon h5 {
    color: #353849;
}
.demo_footer {
    background-repeat: repeat;
    padding: 50px 0 40px;
}
.demo_footer_text p {
    color: #fff;
}
.socials a {
    margin-bottom: 10px;
    margin-right: 2px;
    display: inline-block;
}
.keyIndustries h4 {
    margin-top: 0;
}
.news_detail_wrapp h2 {
    font-size: 28px;
    line-height: 120%;
}