:root {
    --color-dark: #453838;
    --primary-color2: #F668BA;
}

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

::-webkit-scrollbar-thumb {
    background-color: #aaa;
}

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

@font-face {
    src: url("../fonts/AlexBrush-Regular.ttf");
    font-family: "AlexBrush Regular";
}

.page-template-page-home .absolute-footer {
    background: var(--primary-color);
}

.page-template-page-home #wrapper, .page-template-page-home #main {
    background: var(--primary-color) !important;
}

#wrapper, #main {
    background: #fff !important;
}

ul, li {
    margin-bottom: 0px !important;
}

.row-0 {
    padding: 0px 0px !important;
}

.pd-0 {
    padding: 0px !important;
}

.row-5 {
    padding: 0px 10px !important;
}

.pd-5 {
    padding: 0px 5px 8px 5px !important;
}

.row-10 {
    padding: 0px 5px !important;
}

.pd-10 {
    padding: 0px 10px 10px 10px !important;
}

.row-20 {
    padding: 0px 0px !important;
}

.pd-20 {
    padding: 0px 20px 20px 20px !important;
}

.pd-35 {
    padding: 0px 35px 20px 35px !important;
}

.row-7 {
    padding: 0px 7px !important;
}

.pd-7 {
    padding: 0px 7px 7px 7px !important;
}

.noPadding {
    padding-bottom: 0px !important;
}

.mr-1 {
    margin-right: 10px !important;
}

.mr-2 {
    margin-right: 20px;
}

.mr-3 {
    margin-right: 30px;
}

.mr-4 {
    margin-right: 40px;
}

.mr-4 {
    margin-right: 50px;
}

.ml-1 {
    margin-left: 10px;
}

.ml-2 {
    margin-left: 20px;
}

.ml-3 {
    margin-left: 30px;
}

.ml-4 {
    margin-left: 40px;
}

.mt-1 {
    margin-top: 10px;
}

.mt-2 {
    margin-top: 20px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-5 {
    margin-top: 50px;
}

.mb-1 {
    margin-bottom: 10px !important;
}

.mb-2 {
    margin-bottom: 20px !important;
}

.mb-3 {
    margin-bottom: 30px;
}

.mb-4 {
    margin-bottom: 40px;
}

.mb-5 {
    margin-bottom: 50px;
}

body {
    color: rgba(0, 0, 0, .87);
}

.button_style {
    background-color: linear-gradient(90deg, #F668BA 8.15%, #FB459F 100%);
    color: #fff !important;
    text-align: center;
    padding: 5px 25px;
    font-size: 15px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 9;
    border-radius: 4px;
}

.button_style:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.button_style:hover:before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

/**header**/
div#logo {
    margin: 0px !important;
}

div#logo a {
    background: #fff !important;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    box-shadow: 10px 10px 28px 0px rgba(0, 0, 0, 0.25);
}

li.header-search.header-search-lightbox.has-icon {
    margin: 0px 15px 0 10px;
}

li.header-search.header-search-lightbox.has-icon a {
    color: #fff !important;
}

/**home-title**/
.home-title {
    text-align: center;
}

.home-title h2 {
    font-size: 40px;
    line-height: 45px;
    letter-spacing: .7px;
    margin: 0px;
    color: rgba(0, 0, 0, .87);
}

.home-title img {
    width: 180px;
}

.home-title h3 {
    margin: 0px;
    font-style: normal;
    font-weight: 600;
    color: #fff;
    font-size: 40px;
}

.home-title p {
    width: 700px;
    margin: auto;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
}

/**menu**/
div#mega-menu-wrap-primary ul li a {
    color: #fff !important;
    font-weight: 700 !important;
    padding: 0 15px !important;
    text-transform: uppercase !important;
    font-size: 16px !important;
}

.stuck div#mega-menu-wrap-primary ul li a {
    color: #000 !important;
}

.stuck div#masthead .header-right ul li a {
    color: #000 !important;
}

div#mega-menu-wrap-primary ul li a:hover, div#mega-menu-wrap-primary ul li.mega-current-menu-item a {
    color: var(--primary-color2) !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
    -webkit-box-shadow: 0 16px 32px rgba(34, 37, 49, 0.24);
    box-shadow: 0 16px 32px rgba(34, 37, 49, 0.24);
    display: block !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    height: unset !important;
    line-height: 20px !important;
    padding: 10px 10px 10px 10px !important;
    display: block;
    -webkit-transition: .4s;
    transition: .4s;
    font-size: 14px !important;
    color: #333 !important;
    text-transform: unset !important;
    background: #fff !important;
    text-align: left !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {
    border-bottom: 1px solid #f2f2f2 !important;
}


#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    color: #666 !important;
    font-weight: 700 !important;
    margin-bottom: 10px !important;
    text-align: left !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
    color: #6f6f6f !important;
    text-transform: unset !important;
    font-size: 13px !important;
    text-align: left !important;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 0px !important;
    text-align: left !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover {
    color: var(--primary-color2) !important;
}

/**review**/
.slide-review .owl-stage-outer {
    height: calc(100% + 30px);
    margin: -15px;
    padding: 15px;
    width: calc(100% + 30px);
}


.owl-nav button {
    width: 30px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    top: 50% !important;
    transition: .3s !important;
    position: absolute;
    margin: 0px !important;
    transform: translateY(-50%);
}

.owl-nav button i {
    font-size: 24px;
    font-weight: 900;
    color: #3a3a3a;
}

.owl-nav button img {
    width: 35px !important;
    height: 35px !important;
}

.owl-nav button.owl-prev {
    left: -55px;
}

.owl-nav button.owl-next {
    right: -55px;
}

/**alert**/
.alert-success {
    color: #155724;
    background-color: #d4edda;
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid #c3e6cb;
    border-radius: 0.25rem;
    font-weight: normal;
}

/**pagination**/
.pagination {
    width: 100%;
    display: inline-block;
    margin: 20px 0 0 0;
}

.pagination ul li a, .pagination ul li span {
    color: #000;
    border-radius: 0px !important;
    border: 1px solid #e9e9e9;
    width: 35px;
    height: 35px;
    padding: 0px;
    line-height: 35px;
    font-weight: normal;
    background: #fff;
}

.pagination ul li a:hover, .pagination ul li span:hover {
    background: var(--primary-color);
    color: #111;
}

.wp-pagenavi {
    width: 100%;
    display: inline-block;
    margin: 20px 0 0 0;
    text-align: center;
}

.wp-pagenavi a, .wp-pagenavi span {
    background: #fff;
    border-radius: 0px !important;
    border: 1px solid #e9e9e9;
    width: 35px;
    height: 35px;
    color: #000;
    display: inline-block;
    padding: 0px;
    line-height: 35px;
    font-weight: normal;
}

.wp-pagenavi a:hover, .wp-pagenavi a span.current, .wp-pagenavi span:hover, .wp-pagenavi span span.current {
    background: var(--primary-color);
    color: #fff;
    border: 1px solid var(--primary-color);
}

/**footer**/
#footer {
    width: 100%;
    background: var(--primary-color);
    padding: 40px 0px 20px 0;
    display: inline-block;
    color: #fff;
    font-size: 15px;
}

#footer .footer-top, #footer .footer-title {
    width: 100%;
    display: inline-block;
}

#footer .footer-logo {
    margin: 0 0 15px 0;
}

#footer .footer-logo img {
    max-width: 250px;
}

#footer i {
    color: var(--primary-color2)
}

#footer .footer-title h3 {
    color: #fff;
    font-size: 18px;
    margin: 0 0 10px 0;
    text-transform: uppercase;
}

#footer .footer-menu ul li {
    border: 0px !important;
    position: relative;
}

#footer .footer-menu ul li:before {
    content: '';
    width: 3px;
    height: 3px;
    background: #fff;
    opacity: 1;
    display: inline-block;
    margin-right: 5px;
    position: absolute;
    top: 10px;
    left: 0;
}

#footer .footer-menu ul li a {
    padding-left: 10px;
}

#footer p, #footer a {
    color: #fff;
    font-size: 16px;
    padding: 0;
    margin: 0 0 5px 0 !important;
}

#footer a:hover {
    color: var(--primary-color)
}

footer#footer p strong {
    color: #fff !important;
}

footer#footer p.company-name {
    text-transform: uppercase;
}

footer#footer .footer-description,
footer#footer .footer-address {
    width: 100%;
    display: inline-block;
    margin: 15px 0 0 0;
}

.footer-copyright a {
    color: hsla(0, 0%, 100%, .5);
}

.footer-copyright {
    width: 100%;
    font-size: 15px;
    padding: 15px 0 0 0;
    display: inline-block;
    color: #fff;
    background: #3845CB !important;
    text-align: center;
}

footer#footer .footer-mb-2 {
    margin: 0 0 20px 0;
}

footer#footer a:hover {
    color: rgb(241, 196, 15);
}

footer#footer .footer-social a {
    margin-right: 10px !important;
    display: inline-block;
    border-radius: 50% !important;
    width: 35px;
    height: 35px;
    border: 1px solid #fff;
    text-align: center;
}

footer#footer .footer-address {
    margin: 15px 0 !important;
}

footer#footer .footer-social a i {
    font-size: 18px;
    display: inline-block;
    color: #fff;
    text-align: center;
    line-height: 35px;
}

footer#footer .footer-social a:hover {
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.20);
    background: linear-gradient(90deg, #F668BA 8.15%, #FB459F 100%);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.20);
    border: 1px solid #F668BA;
}

/**back to top**/
.progress-wrap {
    position: fixed;
    display: block;
    cursor: pointer;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.progress-wrap::after {
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    text-align: center;
    position: absolute;
    cursor: pointer;
    font-family: 'Font Awesome 6 Pro';
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap {
    bottom: 30px;
    height: 46px;
    width: 46px;
    border-radius: 46px;
    background-color: #ffffff;
    box-shadow: inset 0 0 0 2px #cccccc;
}

.progress-wrap.btn-left-side {
    left: 30px;
}

.progress-wrap.btn-right-side {
    right: 30px;
}

.progress-wrap::after {
    width: 46px;
    height: 46px;
    color: #1f2029;
    font-size: 24px;
    content: '\f341';
    line-height: 46px;
}

.progress-wrap:hover::after {
    color: #1f2029;
}

.progress-wrap svg.progress-circle path {
    stroke: #1f2029;
    stroke-width: 2px;
}


/**post item **/
.post-item {
    width: 100%;
    display: inline-block;
    transition: 0.3s ease-in-out;
}

.post-item .post-thumbnail {
    width: 100%;
    height: 220px;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.post-item .post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.post-item:hover .post-thumbnail img {
    transition: 0.3s ease-in-out;
    transform: scale(1.1);
}

.post-item .post-content {
    width: 100%;
    display: inline-block;
    padding-top: 10px;
}

.post-item .post-content h4 {
    margin: 0px;
}

.post-item .post-content h4 a {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    height: 52px;
    color: var(--primary-color);
    -webkit-box-orient: vertical;
}

.post-item .post-content h4 a:hover {
    color: var(--primary-color)
}

.post-item .post-content .post-desc {
    margin: 10px 0 0 0;
    font-size: 15px;
    height: 60px;
    overflow: hidden;
    line-height: 20px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.post-item .post-readmore {
    margin: 10px 0 0 0;
}

.post-item .post-readmore a {
    color: var(--primary-color);
    font-weight: 700;
    font-size: 15px;
}

.category-entry {
    width: 100%;
    display: inline-block;
    margin: 40px 0;
}

section.sec-banner.banner-category h1 {
    color: #fff;
    font-size: 35px;
    margin: 0px 0 10px 0;
}

.banner-category {
    padding: 60px 0;
    text-align: center;
}

.breadcrumbs a, .breadcrumbs span {
    color: #fff !important;
    font-size: 15px;
}

/**single**/
header.header-single {
    text-align: center;
    font-size: 15px;
}

article.entry-content p, article.entry-content ul li, article.entry-content ol li {
    margin: 0 0 10px 0;
}

article.entry-content ul, article.entry-content ol {
    margin-left: 25px;
}

article.entry-content {
    font-size: 16px;
}

.tags span {
    font-weight: bold;
    color: #de0000;
    background: url(../images/bg-tags.png) no-repeat left center;
    padding-left: 30px;
    display: inline-block;
}

.tags {
    width: 100%;
    margin: 15px 0 0 0;
    display: inline-block;
}

.tags a {
    color: var(--primary-color);
    font-size: 14px;
}

.tags .dot-tag:last-child {
    display: none !important;
}

/**store**/
.bgInfoProxy {
    color: #0061a1;
    background: #e2f3fa;
    border: 0.5px solid #2196f3;
    border-radius: 4px;
    padding: 16px;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.infoPrice {
    border: 1px solid #efefef;
    box-shadow: 0 8px 12px rgba(0, 0, 0, .04);
    border-radius: 8px;
    width: 100%;
    display: inline-block;
}

.infoPrice .header-price {
    height: 80px;
    padding: 16px 24px;
    border-radius: 12px 12px 0 0;
    background: var(--primary-color);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.infoPrice .header-price-info p {
    margin: 0px;
    color: #fff;
    font-size: 14px;
}

.infoPrice .header-price-info h3 {
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    margin: 0px;
}

.infoPrice .header-price-flag img {
    width: 52px;
    height: 39px;
    border-radius: 8px;
}

.infoPrice .setup-price {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #0aa840;
    padding: 12px 0;
    text-align: center;
    background-color: #f5f5f5;
}

.infoPrice .body-price {
    padding: 20px 16px;
}

.infoPrice .body-price label {
    font-weight: 700;
    margin: 0px;
    font-size: 16px;
}

.infoPrice .body-price-flag img {
    width: 30px;
    height: 19px;
    border-radius: 4px;
    object-fit: cover;
    margin-right: 3px;
}

.infoPrice input.form-price, .infoPrice .select-price {
    color: rgba(0, 0, 0, .87);
    margin: 0px !important;
    border: 1px solid rgba(0, 0, 0, .38);
    border-radius: 5px;
    box-shadow: unset !important;
    height: 40px;
    font-size: 16px;
}

.infoPrice .footer-price {
    border-top: 1px solid rgba(0, 0, 0, .12);
    padding-top: 15px;
}

.infoPrice .footer-price a {
    background-color: rgb(33, 150, 243);
    border-color: rgb(33, 150, 243);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .2), 0 0 0 0 rgba(0, 0, 0, .14), 0 0 0 0 rgba(0, 0, 0, .12) !important;
    width: 100%;
    text-transform: uppercase;
}

.blue--text {
    color: #2196f3 !important;
    caret-color: #2196f3 !important;
}

div#masthead .header-right ul li {
    list-style: none;
}

div#masthead .header-right ul li a img {
    width: 25px !important;
    height: 25px !important;
}

div#masthead .header-right ul li a {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

div#masthead .header-right ul li img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
}

.header.show-on-scroll, .stuck .header-main {
    background: #fff;
}

.stuck div#logo a {
    box-shadow: unset !important;
}

/**banner**/
.ztech-banner {
    width: 500px;
    margin: 30px auto 20px;
}

.ztech-banner h1 {
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    line-height: 38px;
    letter-spacing: 1.6px;
    position: relative;
    margin-bottom: 10px;
}

.ztech-banner .ztech-banner-description {
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    width: 80%;
    margin: auto;
}

.btn_ztech {
    background: linear-gradient(90deg, #F668BA 8.15%, #FB459F 100%);
    height: 45px !important;
    line-height: 45px !important;
}

.btn_ztech:after {
    content: '\f1d8';
    font-family: 'Font Awesome 6 Pro';
}

.ztech-banner h1:after {
    content: '';
    background: url(../images/phay.svg);
    display: block;
    width: 35px;
    height: 35px;
    background-size: 100% !important;
    background-repeat: no-repeat;
    position: absolute;
    top: -15px;
    right: 0px;
}

/**about**/
.ztech-about p {
    margin: 0 0 10px 0;
}

.ztech-about p, .ztech-about {
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    color: #fff;
}

.ztech-about ul li, .ztech-about ol li {
    margin: 0 0 10px 0;
}

.ztech-about ul, .ztech-about ol {
    margin-left: 20px;
}

.ztech-about .ztech-about-quote {
    background: linear-gradient(90deg, #2937BB 38.23%, #3845CB 99.95%);
    padding: 15px;
    border-left: 3px solid var(--primary-color2);
}

.ztech-about .ztech-about-note {
    margin: 25px 0 0 0;
    text-align: right;
}

.ztech-about .ztech-about-note p {
    text-transform: uppercase;
    margin: 10px 0 0;
}

.ztech-about .ztech-about-note h3 {
    font-family: "AlexBrush Regular";
    color: #fff;
    margin: 0px;
    font-size: 40px;
}

/**service&**/
.ztech-service {
    background: #F5F5F5;
    border-radius: 10px;
    padding: 10px;
}

.ztech-service .box-image div img {
    border-radius: 10px;
}

.ztech-service .box-image {
    border-radius: 10px;
}

.ztech-service .box-text.text-center {
    padding: 15px 0 0 0;
}

.ztech-service .ztech-service-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ztech-service .ztech-service-bottom h4 {
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
    color: var(--primary-color);
    margin-bottom: 0px;
    text-align: left;
}

.ztech-service .ztech-service-icon {
    width: 40px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #4596FC;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.20);
}

.ztech-service .ztech-service-icon:before {
    content: "\f061";
    color: var(--primary-color);
    font-family: "Font Awesome 6 Pro";
    font-size: 18px;
}

.ztech-service .ztech-service-icon:hover {
    background: linear-gradient(90deg, #F668BA 8.15%, #FB459F 100%);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.20);
    border: 1px solid #F668BA;
}

.ztech-service .ztech-service-icon:hover:before, .ztech-service:hover .ztech-service-icon:before {
    color: #fff;
}

.ztech-service:hover .ztech-service-icon {
    background: linear-gradient(90deg, #F668BA 8.15%, #FB459F 100%);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.20);
    border: 1px solid #F668BA;
}

/**why**/
.ztech-ts p {
    width: 70%;
    margin: auto;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    color: #fff;
    line-height: 26px;
}

.ztech-ts h4 {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    color: #fff;
}

.left h3 {
    text-align: left;
}

.tg-counter {
    width: 100%;
    display: inline-block;
}

.tg-counter p {
    color: #fff;
    font-size: 16px;
    margin: 0px;
}

.tg-counter p.tg-counter-top {
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px;
    color: var(--primary-color2) !important;
    margin: 0 0 10px 0 !important;
    border-bottom: 2px solid #5388F4;
    padding: 0 0 10px 0 !important;
}

/**review**/
.review-item {
    width: 100%;
    display: inline-block;
}

.review-item .review-content {
    background: #2937BB;
    padding: 15px;
    position: relative;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
}

.review-item .review-content:after {
    content: '';
    background: url(../images/phay.svg);
    display: block;
    width: 35px;
    height: 35px;
    background-size: 100% !important;
    background-repeat: no-repeat;
    position: absolute;
    top: -15px;
    right: 15px;
}

.review-item .review-author {
    display: flex;
    margin: 30px 0 0 0;
    align-items: center;
}

.review-item .review-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 3px solid #5388F4;
}

.review-item .review-avatar img {
    width: 1000%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.review-item .review-info {
    width: calc(100% - 60px);
    padding-left: 10px;
}

.review-item .review-info p {
    margin: 0px;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
}

.review-item .review-info h4 {
    font-size: 18px;
    font-style: normal;
    line-height: 25px;
    letter-spacing: 0.36px;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 5px 0;
    font-weight: 700;
}

.review-item .review-content:before {
    content: "";
    width: 0px;
    height: 0px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #2937BB;
    position: absolute;
    bottom: -15px;
    left: 15px;
}

.owl-dots {
    text-align: center;
}

.owl-dots button {
    width: 5px !important;
    min-height: 5px !important;
    background: #fff !important;
    border-radius: 50% !important;
    margin: 0px 3px;
}

.owl-dots button.active {
    width: 20px !important;
    border-radius: 10px !important;
}

.slide-people .owl-dots {
    display: none !important;
}

/**people**/
.box-people {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    padding: 10px;
}

.box-people .box-people-title h3 {
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0.36px;
    color: #fff;
    margin: 0px;
}

.box-people .box-people-title {
    background: var(--primary-color);
    border-radius: 10px;
    padding: 10px 20px;
    text-align: center;
}

.people-item {
    width: 100%;
    height: 90px;
}

.people-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ztech-about h3 {
    border-bottom: 1px solid #5388F4;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
    color: #fff;
}

.ztech-giatri {
    border-radius: 20px;
    background: #424FCC;
    padding: 50px 30px;
    height: 100%;
}

.ztech .col-inner {
    height: 100% !important;
    min-height: 100% !important;
    overflow: unset !important;
}

.ztech-giatri h4 {
    margin-top: 30px;
}

.ztech-giatri p {
    width: 100%;
    margin: auto;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    color: #fff;
    line-height: 26px;
    text-align: justify;
}


/**section**/
.sec-service:before {
    content: '';
    width: 250px;
    height: 350px;
    display: block;
    background-size: 100% !important;
    background: url('../images/leaf 1.svg') no-repeat;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.sec-service:after {
    content: '';
    width: 250px;
    height: 350px;
    display: block;
    background-size: 100% !important;
    background: url("../images/leaf 2.svg") no-repeat;
    position: absolute;
    right: 0px;
    top: 0px;
}

.sec-partner:before {
    content: '';
    width: 250px;
    height: 350px;
    display: block;
    background-size: 100% !important;
    background: url('../images/cricle.svg') no-repeat;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.sec-partner:after {
    content: '';
    width: 250px;
    height: 350px;
    display: block;
    background-size: 100% !important;
    background: url('../images/cricle2.svg') no-repeat;
    position: absolute;
    right: 0px;
    top: 0px;
}

.page-template-page-home:before {
    content: '';
    width: 250px;
    height: 250px;
    display: block;
    background-size: 100% !important;
    background: url(../images/body.svg) no-repeat;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}

.page-template-page-home, .page-template-page-home #wrapper, .page-template-page-home #main {
    background-image: url("../images/line-bg.svg") !important;
    background-repeat: no-repeat !important;
}

.page-template-page-home #footer {
    background: transparent !important;
}

/**post**/
.post-item .col-inner {
    background: #F5F5F5;
    padding: 10px;
    border-radius: 10px;
}

.post-item h5.post-title a {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    color: var(--primary-color);
    text-align: left;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 50px;
}

.post-item .is-divider {
    display: none !important;
}

.post-item p.from_the_blog_excerpt {
    text-align: left;
    color: #666;
    font-size: 14px;
    line-height: 18px;
}

.slider-nav-reveal .flickity-prev-next-button, .slider-nav-reveal .flickity-prev-next-button:hover {
    background: transparent !important;
}

.post-item .box-text-inner.blog-post-inner {
    text-align: left;
}

.post-item a.button.is-outline.is-small.mb-0 i {
    color: var(--primary-color) !important;
    opacity: 1;
    margin: 0px !important;
}

.post-item a.button.is-outline.is-small.mb-0 {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid #4596FC;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.20);
    color: var(--primary-color) !important;
    opacity: 1 !important;
    padding: 0px !important;
}

.post-item a.button.is-outline.is-small:hover {
    background: linear-gradient(90deg, #F668BA 8.15%, #FB459F 100%);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.20);
    border: 1px solid #F668BA;
}

.post-item a.button.is-outline.is-small:hover i {
    color: #fff !important;
}

.banner-category {
    padding: 150px 0 60px 0;
    text-align: center;
    margin-top: -90px;
}

.sec-banner {
    background: linear-gradient(90deg, var(--primary-color) 44%, #0069ff 100%, #00d4ff 0) !important;
}

.register-body h3 {
    margin: 0px !important;
    text-transform: uppercase;
    color: #fff;
    font-weight: normal;
    font-size: 18px;
}

.register-body {
    background: #5388F4;
    padding: 15px;
    border-radius: 50px;
}

.register-body form {
    margin: 0px !important;
    justify-content: end;
    display: flex;
}

.form-register-panel p {
    display: flex;
    align-items: center;
    margin: 0px !important;
}

.form-register-panel span {
    padding: 0px 10px !important;
}

.form-register-panel .form-email {
    border: 0px !important;
    border-radius: 50px;
    box-shadow: unset !important;
    margin: 0px !important;
}

.form-register-panel .btn_register_body {
    margin: 0px !important;
    border-radius: 50px !important;
    background: var(--primary-color2) !important;
}

.wpcf7-response-output {
    padding: 0px !important;
    margin: 0px !important;
    color: #fff !important;
}

span.wpcf7-spinner {
    display: none !important;
}