@charset "UTF-8";
/*
Theme Name: Tranditor
Theme URI: #
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Our 2019 default theme is designed to show off the power of the block editor. It features custom styles for all the default blocks, and is built so that what you see in the editor looks like what you'll see on your website. Az Home is designed to be adaptable to a wide range of websites, whether you’re running a photo blog, launching a new business, or supporting a non-profit. Featuring ample whitespace and modern sans-serif headlines paired with classic serif body text, it's built to be beautiful on all screen sizes.
Requires at least: 4.9.6
Requires PHP: 5.2.4
Version: 1.1.57
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bds
Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready, block-patterns
*/
.w-dropdown-link {
    padding: 10px 20px;
    display: block;
    color: #222;
    text-transform: uppercase;
}
.grecaptcha-badge {
    display: none !important;
}
.header_banner {
    max-height: 500px;
    min-height: 400px;
    width: 100%;
    object-fit: cover;
}

.chat_messenger {
    position: fixed;
    right: 25px;
    bottom: 130px;
    width: 62px;
    height: 62px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg,#679168,#d6e5c9);
    box-shadow: #d6e5c9 0px 2px 16px;
}

.w-nav-overlay {
    position: fixed;
    top: 116px;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.w-nav-overlay.show {
    display: block !important;
}
.mobile_menu .w-nav-menu {
    display: flex !important;
    flex-direction: column;
    width: 100%;
}
.mobile_menu .ie-nav-link-3:hover {
    background-color: transparent !important;
}

.mobile_menu .menu_dropdown:hover .dropdown-menu-navbar-2.w-dropdown-list {
    box-shadow: none !important;
}

.mobile_menu .w-icon-dropdown-toggle {
    top: -3px !important
}

.mobile_menu .menu_dropdown:hover .dropdown-menu-navbar-2.w-dropdown-list {
    width: auto !important
}
.#679168 {
    color: #679168;
    font-weight: bold
}

.mfp-bg, .mfp-wrap {
    z-index: 999999;
}

.price_item {
    flex-grow: 1;
}
.please_login {
    cursor: pointer;
}
.start_free_trials {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.start_free_trial {
    margin-left: 15px;
    margin-right: 15px;
    width: calc(25% - 30px);
    margin-bottom: 30px;
}

.start_free_trial ul {
    list-style: none;
    padding: 0;
}

.c-b-primary-30 {
    background-color: #679168;
}

.tagline {
    font-size: 16px;
}

.box_banner {
    position: relative;
}

.box_banner .heading:not(.c-t-primary-60), .box_banner .body-text {
    color: #fff;
}

.box_banner:before {
    content: '';
    background: rgba(0,0,0,0.4);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9;
}

.box_banner .wrapper-l {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    padding: 20px;
}

.box_login {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.box_login .material-icons {
    margin-left: 5px;
    color: #fff;
}

.xoo-el-action-sc {
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
}
.menu_dropdown:hover .dropdown-menu-navbar-2.w-dropdown-list {
    overflow: hidden;
    width: 200px;
    margin-top: -2px;
    background-color: #fff;
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 20%);
    color: #ffffff;
    display: block;
}

.footer-2 {
    padding-top: 10px;
}

.footer-bottom-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
}

.library_wrap, .library_item {
    display: block;
    width: 100%;
}

.library_item {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.library_item_left {
    width: 50%;
    overflow: hidden;
}

.library_item_left img {
    width: 100%;
    transition: ease all 300ms;
    height: 200px;
    object-fit: cover;
}

.library_item_left:hover img {
    transform: scale(1.05);
}

.library_item_right {
    width: 50%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.library_item_right h3 {
    color: #55595c;
    margin-top: 0;
}

.library_item_right a {
    background: #f7941d;
    color: #fff !important;
    border-radius: 4px;
    width: 120px;
    height: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}

.item_lists {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.beforeAfter {
    width: calc(50% - 30px);
    margin-bottom: 30px;
    margin-left: 15px;
    margin-right: 15px;
}

.beforeAfter img {
    max-width: none;
}
.choose_us_list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.choose_us_item {
    width: calc(25% - 30px);
    margin-bottom: 0;
    margin-left: 15px;
    margin-right: 15px;
    text-align: center;
}

.tab_images_item {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.tab_image_item {
    width: calc(33.33333% - 20px);
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
}

.portfolio_tabs {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    justify-content: center;
    margin-bottom: 30px;
}

.tab_image_a {
    margin-left: 10px;
    margin-right: 10px;
    color: #111;
    background: #fff;
    padding: 6px 15px;
}

.tab_image_a.active {
    color: #fff;
    background: #111111;
}

.card-blog {
    display: flex;
    flex-direction: column;
    transition: transform .195s ease-in-out;
    border-radius: 0.375rem;
    border: 1px solid transparent;
    box-shadow: 0 -12px 36px rgb(0 0 0 / 0%), 0 18px 36px rgb(0 0 0 / 8%), 0 30px 60px rgb(0 0 0 / 20%);
    overflow: hidden;
    width: 100%;
    background-color: #fff;
    cursor: pointer;
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-blog .card-image img {
    height: 230px;
    width: 100%;
    object-fit: cover;
}

.card-blog .card-meta {
    justify-content: space-between;
    margin-bottom: 1rem;
    color: #707070;
    font-size: .875rem;
    line-height: 1.4rem;
}

.card-blog .card-title {
    font-size: 1.375rem;
    line-height: 1.875rem;
    margin-bottom: 1.25rem;
}

.card-blog .card-title a {
    color: #32325d;
}

.card-blog .btn {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    line-height: 1.5;
    padding: 10px;
    font-size: .875rem;
    font-weight: 500;
    transition: background-color .195s ease-in-out;
    background-color: #0056e2;
    border-radius: 1.875rem;
    margin-top: 1.5rem;
    width: 140px;
    color: #fff;
    height: 45px;
}

.blog_items {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.blog_item {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
    width: calc(33.3333% - 30px);
}

.contact_items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact_item {
    display: flex;
    align-items: center;

}
.contact_img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: #679168;
    border-radius: 100%;
    margin-right: 10px;
}

.contact_item_right h4 {
    margin-top: 0;
}

.contact_item_right p {
    margin-bottom: 0;
}

.contact_map {
    margin-top: 80px;
}

.col-sm-6 {
    width: calc(50% - 24px);
    margin-left: 12px;
    margin-right: 12px;
}

.block-quote .image {
    margin-bottom: 3rem;
    overflow: hidden;
    border-radius: 30px;
    box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
}

.block-quote .content {
    margin-bottom: 2rem;
}

.section-three {
    display: inline-block;
    padding: 1.5rem 1rem;
    box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
    border-radius: 15px;
}

.box-conver {
    display: inline-block;
    text-align: center;
}

.section-three .box-conver:not(:last-child) {
    margin-right: 2rem;
}

.box-conver img {
    max-height: 50px;
    margin-bottom: 1rem;
    min-height: initial !important;
}

.box-conver .title {
    margin: 0;
    font-size: 1.2rem;
}

.block-quote .content .title {
    font-size: 1.75rem;
    font-weight: 700;
    font-family: 'Open Sans',sans-serif;
    line-height: 1.3;
    margin-bottom: 1rem;
}

.price_lists {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    max-width: 1024px;
    margin: 0 auto;
}

.price_item {
    width: calc(33.333% - 20px);
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
    background: #fafafa;
    padding: 20px;
}

.price_item p {
    color: #679168;
    text-transform: uppercase;
    font-weight: bold;
}

.price_item h2 {
    margin-top: 0;
}

.price_item ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.price_item ul li {
    display: flex;
    align-items: center;
    color: #000;
    padding: 5px 0;
    width: 50%;
}

.price_item ul li span {
    background: #fff;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.price_item ul li .material-icons-outlined {
    margin-right: 5px;
    color: #F7941D;
}

.price_item a {
    display: flex;
    align-items: center;
    text-align: center;
    width: 100%;
    justify-content: center;
    background: #679168;
    color: #fff;
    padding: 10px;
    font-weight: bold;
}

.price_item a .material-icons-outlined{
    margin-right: 5px;
}
#box-btn-link {
    display: block;
    border: none;
    position: fixed;
    inset: auto 9px 110px auto;
    width: 155px;
    opacity: 1;
    background: none transparent !important;
    margin: 0px;
    max-height: 100vh;
    max-width: 100vw;
    transform: translateY(0px);
    transition: none 0s ease 0s !important;
    visibility: visible;
    z-index: 999999999 !important;
    border-radius: 47px 30px 47px 47px;
}

.hotline-phone-ring1-wrap {
    position: absolute;
    top: 0;
    right: 15px;
    z-index: 999999;
    width: 155px;
    height: 95px;
}
.hotline-phone-ring {
    float: right;
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 62px;
    height: 62px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    right: 0;
    bottom: 0;
    display: block;
}

.hotline-phone-ring-img-circle {
    background: linear-gradient(135deg, #679168, #d6e5c9);
    box-shadow: #d6e5c9 0px 2px 16px;
    width: 62px;
    height: 62px;
    position: absolute;
    background-size: 62px;
    border-radius: 100%;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hotline-phone-ring-img-circle .pps-btn-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.hotline-phone-ring-img-circle .pps-btn-img img {
    width: 20px;
    height: 20px;
}

.start-free {
    position: absolute;
    bottom: 6px;
    right: 0;
    font-weight: 800;
    font-size: 14px;
}

@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.5) skew(1deg);
        -webkit-opacity: 0.1;
    }
    30% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        -webkit-opacity: 0.5;
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: 0.1;
    }
}
@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.6;
    }
    100% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }
}
@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}

.form_start{
    max-width: 700px;
    margin: 0 auto;
}

div.wpforms-container-full input[type=submit]:not(:hover):not(:active), div.wpforms-container-full button[type=submit]:not(:hover):not(:active), div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active) {
    background-color: #679168 !important;
}

.start-free-trial-text {
    text-align: center;
    margin-bottom: 0;
    margin-top: 20px;
}

.start-free-trial-text a {
    font-weight: 600;
    background: #679168;
    color: #fff;
    padding: 10px 15px;
    border-radius: 4px;
}
@media (min-width: 992px) {
    .card-blog .card-image img {
        height: 280px;
    }
}

@media only screen and (max-width: 850px) {
    .choose_us_item {
        width: calc(33.3333% - 30px);
        margin-bottom: 30px;
    }

    .blog_item {
        width: calc(50% - 30px);
    }
}

@media only screen and (max-width: 600px) {
    .col-sm-6 {
        width: calc(100% - 24px);
    }
    .choose_us_item {
        width: calc(50% - 30px);
    }

    .tab_image_item {
        width: calc(50% - 20px);
    }

    .blog_item {
        width: calc(100% - 30px);
    }

    .contact_item {
        margin-bottom: 20px;
    }

    .box_banner .wrapper-l {
        width: 100%;
    }

    .price_item {
        width: calc(100% - 20px);
    }

    .start_free_trial {
        width: calc(100% - 20px);
    }

    .price_item ul li {
        width: 100%;
    }
}