/*
Theme Name: proweb
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
@font-face {
    font-family: wecode;
    font-weight: 500;
    src: url(./wecode/font/SVN-Gilroy-Regular.woff) format("woff");
}
@font-face {
    font-family: wecode;
    font-weight: 500;
    font-style: italic;
    src: url(./wecode/font/SVN-Gilroy-Italic.woff) format("woff");
}
@font-face {
    font-family: wecode;
    font-weight: 600;
    src: url(./wecode/font/SVN-Gilroy-Medium.woff) format("woff");
}
@font-face {
    font-family: wecode;
    font-weight: 600;
    font-style: italic;
    src: url(./wecode/font/SVN-Gilroy-Medium-Italic.woff) format("woff");
}
@font-face {
    font-family: wecode;
    font-weight: 700;
    src: url(./wecode/font/SVN-Gilroy-SemiBold.woff) format("woff");
}
@font-face {
    font-family: wecode;
    font-weight: 700;
    font-style: italic;
    src: url(./wecode/font/SVN-Gilroy-SemiBold-Italic.woff) format("woff");
}
@font-face {
    font-family: wecode;
    font-weight: 800;
    src: url(./wecode/font/SVN-Gilroy-Bold.woff) format("woff");
}
@font-face {
    font-family: wecode;
    font-weight: 800;
    font-style: italic;
    src: url(./wecode/font/SVN-Gilroy-Bold-Italic.woff) format("woff");
}
.lh form option:first-child,
.lh form .wpcf7-spinner,
.wpcf7 .wpcf7-not-valid-tip:after,
.tt .is-divider,
.absolute-footer,
.portfolio-box-category {
    display: none;
}
.header-main .top .icon-box .icon-box-img:before,
.dv .dv-logo .img-inner:before,
.dv .dv-logo .img-inner:after {
    position: absolute;
    content: "";
    border-radius: 500px;
}
h2 {
    margin-bottom: 30px;
    font-size: 34px;
    line-height: 34px;
}

.home h2 {
    text-transform: uppercase;
}
.header-main .header-search-form input {
    border: 1px solid #232779;
    background-color: #fff;
    height: 46px;
    padding: 0 16px;
    font-size: 15px;
    color: #000;
}
.header-main .header-search-form input::placeholder {
    color: rgba(0, 0, 0, 0.5);
}
.header-main .header-search-form input:focus::placeholder {
    color: rgba(0, 0, 0, 0.2);
}
.header-main .header-search-form .button.icon {
    background-color: #fff !important;
    height: 44px;
    left: -14px;
    padding: 0 11px;
}
.header-main .header-search-form .button i {
    font-size: 20px !important;
    color: #232779;
}
.header-main .header-block {
    width: max-content;
}
.header-main .top {
    padding: 0;
}
.header-main .top a {
    display: inline-flex;
    width: max-content;
    padding: 19px 0 19px 36px;
}
.header-main .top a:first-child {
    padding: 19px 0;
}
.header-main .top .icon-box .icon-box-img {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.header-main .top .icon-box .icon-box-img:before {
    border: 2px solid #232779;
    width: 36px;
    height: 36px;
    border-top-color: transparent;
    top: calc(50% - 18px);
    left: calc(50% - 18px);
    animation: xoay 3s infinite linear;
    transition: 0.3s;
    opacity: 0;
}
.header-main .top a:hover .icon-box .icon-box-img:before {
    width: 46px;
    height: 46px;
    border-top-color: transparent;
    top: calc(50% - 23px);
    left: calc(50% - 23px);
    opacity: 1;
}
.header-main .top .icon-box .icon-box-img .icon {
    transition: 0.3s;
}
.header-main .top a:hover .icon-box .icon-box-img .icon {
    transform: scale(0.8);
}
.header-main .top .icon-box-left .icon-box-img + .icon-box-text {
    padding-left: 12px;
}
.header-main .top .icon-box .icon-box-text p {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
}
.header-main .top .icon-box .icon-box-text p strong {
    font-weight: 600;
    font-size: 18px;
}
.header-bottom .nav > li {
    margin: 0 29px;
}
.header-bottom li > a {
    font-weight: 800;
    font-size: 17px;
}

.dv .icon-inner {
    width: 100%;
    height: 181px;
    border-radius: 30px;
    overflow: hidden;
    margin-bottom: 10px;
}
.dv .icon-inner img {
    transition: transform .8s;
}
.dv .icon-inner img:hover {
    transform: scale(1.2);
}
.kh .icon-box .icon-box-img {
    position: relative;
    background-position: 50% 50%;
    background-size: cover;
    width: 100% !important;
    height: auto;
    padding-top: 66%;
}
.no-pdbtoom {
    padding-bottom: 0;
}
.kh .icon-box .icon-box-img img {
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-family: "object-fit: cover;";
    transition: 0.6s;
}
.line {
    position: absolute;
    top: 0;
}
.spin {
    position:absolute;
    top: calc(50% - 63px);
    left: calc(50% - 63px);
    width: 126px !important;
    margin-left: -34px;
}
.gt p {
    font-size: 18px;
    line-height: 28px;
}
.gt .button {
    border: 1px solid;
    padding: 0 30px;
    margin-bottom: 0;
}
.gt .button:last-child {
    margin-right: 0;
}
.gt .button span {
    font-size: 16px;
    line-height: 60px;
}
.lh p {
    margin-top: -16px;
    opacity: 0.9;
}
.lh form {
    margin: 0;
}
.lh form .wpcf7-form-control-wrap {
    display: inline-block;
    width: 100%;
}
.lh form input,
.lh form textarea,
.lh form select {
    border-radius: 12px;
    border: unset;
    box-shadow: inset 0 0 0 1px rgba(152, 152, 152, 0.6) !important;
    height: 56px;
    margin-bottom: 0;
    padding: 0 16px 0 50px;
    font-size: 16px;
    line-height: 28px;
    color: #4f4f4f;
    transition: 0.3s;
}
.lh form textarea {
    padding: 14px 16px 14px 50px;
}
.lh form input::placeholder,
.lh form textarea::placeholder,
.lh form select {
    color: #4f4f4f;
}
.lh form input:focus,
.lh form textarea:focus,
.lh form select:focus {
    box-shadow: inset 0 0 0 1px #232779 !important;
}
.lh form option {
    color: #4f4f4f;
}
.lh form .half div {
    width: calc(50% - 8px);
    float: left;
    margin: 0 8px 16px;
}
.lh form .half div:nth-of-type(odd) {
    margin-left: 0;
}
.lh form .half div:nth-of-type(even) {
    margin-right: 0;
}
.lh form .sub {
    margin-top: 18px;
}
.lh form .sub input {
    border: none;
    border-radius: 16px;
    background: #232779;
    width: 100%;
    height: 66px;
    margin: 0;
    padding: 0 16px 0 16px;
    font-weight: 700;
    font-size: 20px;
    text-transform: unset;
    color: #fff;
    transition: 0.3s;
}
.lh form .sub:hover input {
    padding: 0 50px 0 16px;
}
.lh .half div,
.lh .field {
    position: relative;
    display: inline-block;
    width: 100%;
}
.lh .half div img,
.lh .field img {
    position: absolute;
    z-index: 100;
    top: calc(50% - 12px);
    left: 16px;
    width: 24px;
}
.lh .field img {
    top: 16px;
}
.lh .sub img {
    top: calc(50% - 12px);
    left: calc(50% - -90px);
    transform: rotate(60deg) translateY(45px) translateX(-30px);
    transition: 0.3s;
    opacity: 0;
}
.lh .sub:hover img {
    transform: rotate(0) translateY(0) translateX(0);
    opacity: 1;
}
.wpcf7 .wpcf7-not-valid-tip {
    position: absolute;
    background-color: transparent;
    width: 24px;
    height: 24px;
    top: calc(50% - 9px);
    right: 15px;
    padding: 0;
    color: transparent;
}
.wpcf7 .wpcf7-not-valid-tip:before {
    position: absolute;
    content: "";
    background-image: url(./wecode/img/hand.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    top: calc(50% - 6px);
    transform: rotate(90deg) scaleY(-1);
}
.wpcf7-response-output {
    border: 2px solid #ffdc50 !important;
    border-radius: 16px;
    margin: 18px auto 0px !important;
    padding: 10px 20px !important;
    font-size: 16px;
    text-align: center;
}
.portfolio-box {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0px 3px 2px 1px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}
.portfolio-box .box-image .image-cover {
    padding-top: 75% !important;
}
.portfolio-box .box-image .image-cover img {
    transition: .6s;
}
.portfolio-box:hover .box-image .image-cover img {
    transform: scale(1.1);
}
.portfolio-box .box-text {
    padding: 18px;
}
.portfolio-box h6 {
    margin: 0;
    font-weight: 800;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: normal;
    opacity: 1;
}
.da .flickity-prev-next-button {
    border-radius: 500px;
    box-shadow: 0px 3px 2px 1px rgba(0, 0, 0, 0.1) !important;
    background-color: #fff !important;
    width: 50px !important;
    height: 50px;
    top: 30%;
    margin: 0 !important;
    opacity: 1;
}
.da .flickity-prev-next-button.previous {
    left: -9px;
    transform: translateX(0);
}
.flickity-prev-next-button.next {
    right: -9px;
    transform: translateX(0);
}
.da .flickity-prev-next-button svg {
    padding: 36% !important;
}
.tt .section-title-container {
    margin: 0;
}
.tt .section-title-normal,
.tt .section-title-normal span {
    border: none;
    padding: 0;
}
.tt .section-title-normal a {
    border: 1px solid #3a3e87;
    border-radius: 500px;
    padding: 0 4px 0 22px;
    font-weight: 700;
    font-size: 16px;
    line-height: 46px;
    text-transform: none;
    color: #3a3e87;
    transition: 0.3s;
}
.tt .section-title-normal a:hover {
    padding: 0 18px 0 22px;
}
.tt .section-title-normal a i {
    bottom: -2px;
    left: -18px;
    opacity: 0;
    transition: 0.3s;
}
.tt .section-title-normal a:hover i {
    left: 0;
    opacity: 1;
}
.tt .post-item {
    max-width: 50%;
    padding-bottom: 13px;
}
.tt .post-item .box-image,
.tt .post-item .box-text {
    direction: ltr;
    display: table-cell;
    vertical-align: middle;
}
.tt .post-item .box-image {
    border-radius: 12px;
    overflow: hidden;
    width: calc(100% / 3) !important;
}
.tt .post-item .box-text {
    width: calc(100% - (calc(100% / 3))) !important;
    padding: 0 0 0 1.5em !important;
    z-index: 1;
}
.tt .post-item .box-text a {
    margin-bottom: 8px !important;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
}
.tt .post-item .box-text .post-meta {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: rgba(17, 43, 76, 0.6);
    opacity: 1 !important;
}
.tt .post-item .box-image .image-cover {
    padding-top: 65.25% !important;
}
.tt .post-item:first-child .box-image {
    display: block;
    border-radius: 16px;
    width: 100% !important;
}
.tt .post-item:first-child .box-image .image-cover {
    padding-top: 70% !important;
}
.tt .post-item:first-child .box-image .image-cover a:before {
    position: absolute;
    content: "";
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.7) 20%,
        rgba(255, 255, 255, 0) 60%,
        rgba(255, 255, 255, 0) 100%
    );
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.tt .post-item:first-child .box-text {
    display: block;
    position: absolute;
    width: 100% !important;
    bottom: 0;
    left: 0;
    padding: 30px !important;
}
.tt .post-item:first-child .box-text a {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #fff;
}
.tt .post-item:first-child .box-text .post-meta {
    color: rgba(255, 255, 255, 0.8);
}
.kh .col {
    padding: 0;
}
.kh .slider .flickity-slider > * {
    border-radius: 24px;
    overflow: hidden;
    max-width: calc(100% / 3);
    transform: scale(0.92);
}
.kh .slider .section {
    padding: 26px !important;
}
.kh .slider .section-bg.bg-loaded {
    background-color: #fff;
    background-image: none !important;
}
.kh .icon-box .icon-box-img {
    width: 90px !important;
    margin: 0 auto 30px !important;
    padding-top: 90px;
}
.kh .icon-box .icon-box-text .testimonial-text {
    height: 92px;
    overflow-y: scroll;
    scrollbar-width: none;
}
.kh .icon-box .icon-box-text p {
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    font-style: normal;
    color: #fff;
}
.kh .testimonial-meta {
    padding-top: 40px;
}
.kh .testimonial-meta strong {
    font-weight: 800;
    font-size: 20px;
    line-height: 20px;
    color: #FFDC50;
}
.kh .testimonial-meta span {
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    color: #fff;
}
.kh .flickity-page-dots {
    bottom: -45px;
}
.kh .flickity-page-dots .dot {
    border: 2px solid #fff;
    width: 15px;
    height: 15px;
}
.kh .flickity-page-dots .dot.is-selected {
    border: 2px solid #ffdc50;
    background-color: #ffdc50;
}
.dt .box-image {
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0px 3px 2px 1px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}
.dt .box-image img {
    padding: 30px;
    object-fit: contain;
}
.lh-p .r2 {
    border-radius: 24px;
    background-color: #fff;
}
.f .r1 .col1 {
    flex-basis: 34%;
    max-width: 34%;
}
.f .r1 .col2 {
    flex-basis: calc(calc(100% - 34%) / 3);
    max-width: calc(calc(100% - 34%) / 3);
}
.f h3, .ibox h3 {
    margin-bottom: 25px;
    font-weight: 800;
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
}
.ibox .icon-box .icon-box-img {
    line-height: 26px;
}
.ibox a {
    display: flex;
    margin-bottom: 15px;
}
.ibox .icon-box-text p {
    margin: 0;
    font-weight: 600;
    line-height: 26px;
    color: rgba(255, 255, 255, 0.8);
}
.lh-p .ibox .icon-box-text p {
    color: rgba(0, 0, 0, 0.8);
}
.f .widget li {
    border: none;
}
.f .widget li a {
    width: 100%;
    font-weight: 600;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    transition: 0.3s;
}
.f .widget li:hover a {
    color: #fff;
}
.f .widget li:first-child a {
    padding-top: 0;
}
.f .widget li:last-child a {
    padding-bottom: 0;
}
.f .r2 .col1 p {
    margin: 0;
    line-height: 28px;
}
.f .r2 .col2 .col-inner {
    display: flex;
    justify-content: end;
}
.f .r2 .col2 .img {
    width: 28px !important;
    margin: 0 0 0 8px;
    transition: 0.3s;
}
.f .r2 .col2 .img:first-child {
    margin: 0;
}
.f .r2 .col2 .img:hover {
    transform: scale(1.3);
}
.header-nav .nav-dropdown>li>a {
    color: #333;
    font-size: 16px;
}
.header-nav .nav-dropdown>li:hover>a {
    color: #232779;
    font-size: 16px;
}

h5.uppercase.header-title {
    font-weight: 800;
    font-size: 17px;
    line-height: 27px;
}
.category-page-row p.name.product-title.woocommerce-loop-product__title a {
    font-size: 15px;
    font-weight: bold;
    color: #232779;
    line-height: 23px;
    margin-bottom: 8px;
}
del span.amount {
    font-weight: normal;
    margin-right: .3em;
    opacity: .6;
    color: #000;
    font-size: 14px;
}
a.lienhe {
    font-weight: 700;
    color: red;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 14px;
    line-height: 18px !important;
}
.product-info .price {
    font-size: 16px;
    font-weight: normal;
    margin: .5em 0;
}
span.amount {
    color: #FF0000;
    font-weight: 700;
    white-space: nowrap;
    font-size: 18px;
}
.product-short-description {
    background: #F0F6FA;
    padding: 25px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #222;
}
.term-description h1,
.term-description h2,
.term-description h3,
.term-description h4,
.term-description h5,
.term-description h6,
.product-footer .woocommerce-tabs h1,
.product-footer .woocommerce-tabs h2,
.product-footer .woocommerce-tabs h3,
.product-footer .woocommerce-tabs h4,
.product-footer .woocommerce-tabs h5,
.product-footer .woocommerce-tabs h6
{
    font-size: 18px;
    line-height: 25px;
}
.product-footer .woocommerce-tabs {
    border-top:0;
    padding: 30px;
    width: 70%;
    background: #F0F6FA;
    margin-bottom: 30px;
}
.entry-divider.is-divider.small {
    display: none;
}
.entry-header-text.entry-header-text-top.text-center {
    padding-bottom: 0;
}
span.post_comments.op-7.block.is-xsmall {
    display: none;
}
.portfolio-summary h1.entry-title {
    font-size: 20px;
    font-weight: 700;
}
.wrap-mota {
    margin-top: 20px;
    margin-bottom: 20px;
}
.wrap-mota p {
    margin-bottom: 8px;
}
p.name.product-title.woocommerce-loop-product__title a {
    line-height: 23px;
    font-size: 16px;
    word-wrap: break-word;
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    min-height: 30px;
}
@media only screen and (max-width: 48em) {
    .dv .icon-box.featured-box.icon-box-center.text-center {
        margin-bottom: 20px;
    }
    .product-footer .woocommerce-tabs {
        border-top: 1px solid #ececec;
        padding: 30px;
        width: 100%;
        background: #eeeeee6b;
        margin-bottom: 30px;
    }
    .header-main i {
        color: #3a3e87;
    }
    .mfp-bg {
        background-color: #fff;
        opacity: 0.95 !important;
    }
    #search-lightbox input {
        border: 1px solid rgba(58, 62, 135, 0.6);
        background-color: #fff !important;
        height: 50px;
        padding: 0 16px;
        font-size: 15px;
        color: #000 !important;
    }
    #search-lightbox input::placeholder {
        color: rgba(0, 0, 0, 0.5);
    }
    #search-lightbox input:focus::placeholder {
        color: rgba(0, 0, 0, 0.2);
    }
    #search-lightbox .button.icon {
        background-color: #fff !important;
        height: 44px;
        left: -14px;
        padding: 0 11px;
    }
    #search-lightbox .button i {
        font-size: 20px !important;
        color: #232779;
    }
    .dv .icon-box .icon-box-text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        height: 100%;
        text-align: center;
    }
    .wheel {
        width: 100% !important;
        height: 100%;
        margin: 0 auto !important;
    }
    .spin {
        position:absolute;
        top: calc(50% - 12%);
        left: calc(50% - 12%);
        width: 24% !important;
        margin-left: 0;
    }
    .gt .button {
        padding: 0 16px;
    }
    .gt .button span {
        font-size: 16px;
        line-height: 50px;
    }
    .da .portfolio-box .box-image .image-cover {
        padding-top: 56% !important;
    }
    .da .flickity-prev-next-button.previous {
        left: 26px;
    }
    .da .flickity-prev-next-button.next {
        right: 26px;
    }
    .tt .post-item {
        max-width: 100%;
        padding-bottom: 13px;
    }
    .tt .post-item .box-image .image-cover {
        padding-top: 70% !important;
    }
    .tt .post-item .box-text .post-meta {
        font-size: 12px;
        line-height: 17px;
    }
    .tt .post-item .box-text a {
        margin-bottom: 10px !important;
        font-size: 16px;
        line-height: 18px;

        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }
    .tt .post-item:first-child .box-image .image-cover {
        padding-top: 65.25% !important;
    }
    .tt .post-item:first-child .box-text {
        padding: 20px !important;
    }
    .tt .post-item:first-child .box-text a {
        font-size: 16px;
        line-height: 23px;
    }
    .kh .slider .flickity-slider > * {
        max-width: 100%;
    }
    .dt .box-image img {
        padding: 15px;
    }
    .portfolio-archive .portfolio-box .box-text {
        padding: 10px;
    }
    .f .r1 .col1,
    .f .r1 .col2 {
        flex-basis: 100%;
        max-width: 100%;
    }
    .f .r2 .col2 .col-inner {
        justify-content: center;
    }
}
@media (min-width: 850px){
    header#header .nav-dropdown {
        display: block;
    }
    header#header .nav-dropdown ul.sub-menu {
        position: absolute;
        left: 100%;
        top: 0;
        background: #fff;
        width: 250px;
        padding: 0;
        display: none !important;
        -webkit-box-shadow: 1px 1px 15px rgb(0 0 0 / 15%);
        box-shadow: 1px 1px 15px rgb(0 0 0 / 15%);
    }
    header#header .nav-dropdown ul.sub-menu a {
        white-space: normal;
        margin: 0 8px;
        padding: 10px 0 10px 6px;
        border-bottom: 1px solid #eee;
        color: #333;
        font-size: 15px;
    }
    header#header .nav-dropdown ul.sub-menu a:hover {
        color:#232779;
    }
    header#header .nav-dropdown li:hover > ul.sub-menu{
        display: block !important;
    }
    header#header .nav-dropdown li {
        border-right: 0;
        white-space: normal;
        width: 100%;
        display: block;
        position: relative;
    }
    header#header .nav-dropdown li.menu-item-has-children > a {
        text-transform: none;
        font-weight: 800;
    }
    header#header .nav-dropdown li.active>a {
        color: #232779;
    }
}