/*
 Theme Name:   Techwix Child
 Theme URI:    http://thepixelcurve.com/wp/techwix
 Description:  IT Solutions & Technology WordPress Child Theme
 Author:       Devthrow
 Author URI:   https://themeforest.net/user/devthrow
 Template:     techwix
 Version:      1.0.0
 License: GNU General Public License v2 or later
 License URI: LICENSE
 Tags:          custom-header, custom-logo, blog, theme-options
 Text Domain:  techwix-child

* If you are not familiar with Child Themes, you can read about it here:
* http://codex.wordpress.org/Child_Themes
*/

:root {
    --techwix-primary-color: #164ba0;
}

.select-file p {
    margin: 0 !important;
}

.d-xl-none {
    display: none;
}

header.header-get-sticky {
    -webkit-box-shadow: 0 3px 6px rgba(128, 128, 128, 0.1) !important;
    box-shadow: 0 3px 6px rgba(128, 128, 128, 0.1) !important;
}

.select-file {
    border: 1px solid #ebebeb;
    border-radius: 3px;
    height: 45px;
    font-size: 15px;
    position: relative;
    display: block;
    margin-bottom: 60px;

}

.select-file .select-file-text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    line-height: 45px;
    text-align: center;
    color: #8a8a8a;
    bottom: 0;
}

.select-file .select-file-text {
    color: #000;
    background-color: #f4fafe;
    border-color: #d2edfb;
}

.wpcf7-form-control.wpcf7-text,
select.wpcf7-select,
.wpcf7-textarea {
    background-color: #f4fafe !important;
    border: 1px solid #d2edfb !important;
    color: #000 !important;
}

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #000 !important;
    opacity: 1;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #000 !important;
    opacity: 1;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #000 !important;
    opacity: 1;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #000 !important;
    opacity: 1;
}

input::placeholder {
    color: #000;
    opacity: 1;
}

.select-file input {
    opacity: 0;
    width: 100%;
    height: 45px;
    display: block;
}

.agree-checkbox {
    position: relative;
}

.agree-checkbox .wpcf7-list-item {
    margin: 0;
}

.agree-checkbox input[type="checkbox"] {
    position: absolute;
    left: 0;
    opacity: 0;
    top: 0;
    left: 0;
}

.agree-checkbox .lable-text {
    display: block;
    width: 100%;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    color: #000;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
    text-align: left;
}

.agree-checkbox .lable-text:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: inherit;
    margin: auto;
    width: 18px;
    height: 18px;
    border: 2px solid #E0E0E0;
    background: #ffffff;
    border-radius: 3px;
}

.agree-checkbox .lable-text:after {
    content: "";
    -webkit-transform: translate(4px, 5px) rotate(-45deg);
    transform: translate(4px, 5px) rotate(-45deg);
    width: 9px;
    height: 5px;
    border: 2px solid #fff;
    border-top-style: none;
    border-right-style: none;
    opacity: 0;
    transition: all .4s ease-in-out;
    position: absolute;
    left: 0;
    top: 0;
    bottom: inherit;
    margin: auto;
}

.agree-checkbox input[type="checkbox"]:checked+span .lable-text:before {
    background-color: #086ad8;
    border-color: #086ad8;
}

.agree-checkbox input[type="checkbox"]:checked+span .lable-text:after {
    opacity: 1;
}

.support-text {
    font-size: 14px;
    display: block;
}

.case-studies-inner .techwix-row {
    margin-left: 0;
    margin-right: 0;
}

.case-studies-inner .post-thumbnail {
    margin-bottom: 50px;
}

select.wpcf7-select {
    background: url(../techwix-child/select-arrow.svg) right 15px center no-repeat;
    -webkit-appearance: none;
    appearance: none;
    background-size: 12px;
}

textarea {
    resize: none;
}

.testimonial-main .tpc_testimonial {
    margin: 0 0px !important;
}

.wpcf7-not-valid-tip {
    font-size: 14px;
}

.techwix-testimonial-style-3 .techwix-testimonial {
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.09);
    padding: 30px 25px;
}

.techwix-testimonial p.client-feedback {
    line-height: 1.6;
    font-size: 16px;
}

.footer-email ul li {
    list-style-type: none;
}

.footer-email ul li svg {
    max-width: 16px;
}

.techwix-copyright-wrapper a:hover {
    color: #164ba0 !important;
}

/* .cms-con ul {
    padding-left: 0;
} */

.cms-con ul li {
    position: relative;
    /*    padding-left: 25px;*/
    /*     list-style: none; */
}

/*.cms-con ul li:before{position: absolute;content: ""; top: 8px;left: 0;background: url(../techwix-child/check.svg) no-repeat;width: 14px;height: 14px;}*/
.cms-con ul li,
.cms-con ol li {
    margin-bottom: 25px;
}

.cms-con ul li ul,
.cms-con ol li ul {
    margin-top: 8px;
    padding-left: 15px;
}

.cms-con ul li ul li,
.cms-con ol li ul li {
    list-style: disc;
    padding-left: 0;
    margin: 0;
    margin-bottom: 5px;
}

.cms-con ul li ul li:last-child,
.cms-con ol li ul li:last-child {
    margin-bottom: 0;
}

.cms-con ul li ul li:before,
.cms-con ol li ul li:before {
    display: none;
}

.cms-con ul li::marker,
.cms-con ol li::marker {
    color: #000;
}

.cms-con ul li ul li::marker,
.cms-con ol li ul li::marker {
    color: #164ba0;
}

.service-box-main .techwix-service.service-style-1 {
    height: 100%;
}

.service-box-main .techwix-service.service-style-1 .description {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* process-slider  */
.service-box-main .service-img img {
    width: 50px;
    height: 50px;
}

.process-slider .tpc_testimonial .techwix-testimonial .testimonial-thumb {
    position: unset;
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.3);
    border-radius: 100px;
    max-width: 100px;
    margin-bottom: 20px;
}

.process-slider .tpc_testimonial .techwix-testimonial {
    box-shadow: none;
}

.process-slider .tpc_testimonial .techwix-testimonial .testimonial-thumb::before {
    display: none;
}

.process-slider .tpc_testimonial .techwix-testimonial {
    flex-wrap: wrap;
    margin: 0;
    padding: 20px;
    justify-content: center;
}

.process-slider .quote-icon {
    display: none !important;
}

.process-slider .testimonial-content {
    padding: 0 !important;
    text-align: center;
}

.process-slider .designation {
    display: none !important;
}

.process-slider .techwix-testimonial .testimonial-thumb img {
    border-radius: 10px;
    padding: 12px;
}

.process-slider .swiper-slide.swiper-slide-next {
    position: relative;
}

.process-slider .swiper-slide.swiper-slide-next::before {
    position: absolute;
    width: 60%;
    height: 1px;
    content: "";
    border-top: 1px dashed #000;
    z-index: 5;
    left: -33%;
    transform: translatey(33%);
    top: 60px;

}

/* .process-box.e-flex.e-con.e-child {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
}

.process-box .elementor-widget-image {
    max-width: 100px !important;
    flex: 0 0 100px;
    border-radius: 100px;
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.3);
    height: 100px;
    padding: 15px;
    position: relative;
    z-index: 5;
}

.process-box .elementor-widget-text-editor {
    flex: 0 0 90%;
    max-width: calc(100% - 100px) !important;
}
.process-box  .elementor-widget-container h4{
    margin-bottom: 10px;
}

.process-box .elementor-widget-image img {    
   object-fit: cover;
}

.process-box .elementor-widget-image .elementor-widget-container{
    display: flex;
    align-items: center;
    justify-content: center;
}

.elementor-element.elementor-element-ae9d073.e-con-full.process-box{
    position: relative;
}
.elementor-element.elementor-element-ae9d073.e-con-full.process-box::after{
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 120px;
    height: 1px;
    background-color: #000;
    transform: rotate(90deg);
    z-index: -1;

} */

.servives-row .techwix-service {
    height: 100%;
}

.servives-row .techwix-service .service-img img {
    max-width: 65px;
    max-height: 65px;
    object-fit: contain;
}

.techwix-el-single-depth-menu .current-menu-item a,
.footer-wrapper .current-menu-item a {
    color: #164ba0 !important;
}

.techwix-header-area.techwix-navbar-expand-lg ul.techwix-navbar-nav>li.current_page_parent>a,
.techwix-header-area ul.techwix-navbar-nav>li.current_page_parent>a:before,
.elementor-3317 .elementor-element.elementor-element-aa18091 .site-footer .widget ul.menu li a:hover {
    color: #164ba0 !important;
}

.mobile-app-box {
    background-color: #f8f8f8;
    border-radius: 8px;
    padding: 10px 15px;
    position: relative;
    min-height: 100px;
    display: flex;
    align-items: center;
}

.mobile-app-step-number .step-number {
    background-color: #164ba0;
    border-radius: 100px;
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 5px solid #fff;
}

.mobile-app-step-number span {
    color: #4c4d56;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
}

.mobile-app-step-number .step-number h2 {
    margin-bottom: 0;
    color: #fff;
    font-size: 23px;
}

.mobile-app-step-number {
    position: absolute;
    left: -20px;
    top: 0px;
    text-align: center;
    bottom: 0;
    margin: auto;
    height: 55px;
}

.mobile-app-box-con .box-title {
    color: #164ba0;
    line-height: 1;
    margin-bottom: 8px;
}

.mobile-app-box-con ul {
    margin-bottom: 0;
    padding-left: 15px;
    list-style: none;
}

.mobile-app-box-con ul li {
    margin-bottom: 0;
    margin-top: 0;
    position: relative;
}

.mobile-app-box-con .cms-con ul li::before {
    position: absolute;
    content: "";
    top: 10px;
    left: -12px;
    width: 6px;
    height: 6px;
    background-color: #164ba0;
    margin: auto;
    border-radius: 100px;
}

.process-mobile-app-d .mobile-app-box {
    margin-bottom: 20px;
    padding-left: 50px;
}

.process-mobile-app-d .mobile-app-box:last-child {
    margin-bottom: 0;
}

.process-mobile-app-d {
    margin-left: 15px;
}

.single-case-study.style-3 .case-study-img>a::before {
    left: 0;
}

.years-box {
    background-image: linear-gradient(208deg, #43BAFF 0%, #7141B1 100%);
}

.years-box .dbl-title_1 {
    color: #fff !important;
}

.years-box .year-box-con {
    color: #fff !important;
}

.techwix-page-title-area.techwix-breadcrumb-style-1.techwix-breadcrumb-has-bg {
    min-height: 300px;
    padding: 40px 0;
}

.techwix-page-title-area.techwix-breadcrumb-style-1.techwix-breadcrumb-has-bg .shape-1,
.techwix-page-title-area.techwix-breadcrumb-style-1.techwix-breadcrumb-has-bg .shape-2,
.techwix-page-title-area.techwix-breadcrumb-style-1.techwix-breadcrumb-has-bg .shape-3,
.techwix-page-title-area.techwix-breadcrumb-style-1.techwix-breadcrumb-has-bg .shape-4 {
    display: none;
}

.footer-email ul {
    margin-bottom: 0;
}


.cookies-popup {
    position: fixed;
    bottom: 20px;
    left: -100%;
    max-width: 350px;
    width: 100%;
    transition: all .3s ease-in-out;
    z-index: 99999;
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    padding: 25px;
    border-radius: 10px;
}

.cookies-popup.show {
    left: 20px;
}

.cookies-popup-inner .btn {
    margin-right: 10px;
}

.cookies-popup-inner .btn:last-child {
    margin-right: 0;
}

.cookies-popup-inner .btn:last-child:hover {
    color: #00344e;
}

.cookies-popup-head,
.cookies-popup-head img {
    display: inline-block;
    vertical-align: middle;
}

.cookies-popup-head img {
    margin-bottom: 15px;
    height: 35px;
    max-width: 35px;
    object-fit: cover;
}


.cookies-popup-inner .cms-con {
    margin-bottom: 20px;
}

.cookies-popup-inner .cms-con p {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
}

.cookies-popup-inner a {
    color: #004869;
    font-weight: 600;
}

.cookies-popup-inner a:hover {
    color: #000;
}

.cookies-popup-inner .btn {
    padding: 15px 33px;
}

.cookies-popup-buttons .techwix-btn {
    padding: 13px 30px;
}

.cookies-popup-buttons .techwix-btn:last-child {
    background: linear-gradient(195deg, #000, #000 100%);
    ;
}

.cookies-popup-buttons .techwix-btn:last-child:before,
.cookies-popup-buttons .techwix-btn:last-child:before,
.cookies-popup-buttons .techwix-btn:last-child:after,
.cookies-popup-buttons .techwix-btn:last-child:after {
    background-color: #164ba0;
}

.error404 .techwix-page-title-area.techwix-breadcrumb-style-1.techwix-breadcrumb-has-bg {
    background-image: url(../techwix-child/404-banner.jpg) !important;
}

.hire-team-img img {
    height: 100% !important;
}

.accordion-industries.elementor-widget-n-accordion .e-n-accordion-item:last-child {
    border-bottom: 1px solid #D3D3D3;
}

span.wpcf7-not-valid-tip {
    font-size: 14px;
    color: red;
}

.count-text p{
    margin-bottom: 0 !important;
}
.textarea-wrapper,.techwix-form-wrapper .wpcf7 .techwix-row> .textarea-wrapper{
    position: relative;
    margin-bottom: 35px !important;
}
.textarea-wrapper .count-text {
    position: absolute;
    right: 0px;
    bottom: -25px;
}
.textarea-wrapper .count-text p{
    font-size: 14px !important;
    color: #808080;
}
.techwix-col-md-12.textarea-wrapper p{
    margin-bottom: 0;
}
.page-id-2846 .textarea-wrapper .count-text{
    right: 15px;
}
#qqf6t2368vao1736431047887{
    z-index: 9 !important;
}

@media only screen and (max-width: 1199px) {
    .techwix-elementor-nav-menu-wrapper .techwix-mobile-menu-nav-wrapper.techwix-mobile-menu-visible {
        /*overflow-y: auto;*/
        height: 100vh
    }

    .techwix-mobile-menu-active {
        overflow: hidden;
    }

    .techwix-mobile-menu-active .logo .techwix-logotype-container {
        position: relative;
        z-index: 9999;
    }

    .techwix-mobile-menu-active .techwix-elementor-nav-menu-wrapper ul#techwix-elementor-mobile-menu-item {
        overflow-y: auto;
        height: calc(var(--app-height) - 70px);
        margin-top: 20px;
    }

    .blog-listing .edu-blog .content.position-top {
        width: 100%;
        left: 0;
        transform: none;
        bottom: 0;
        margin: 0 !important;
    }


    .techwix-mobile-menu-nav-wrapper ul li.menu-item-has-children>a::after {
        display: none;
    }

    .techwix-mobile-menu-nav-wrapper ul li,
    .techwix-header-transparent-enable .techwix-sticky-header-wrapper:not(.techwix-header-sticky-active) ul.techwix-elementor-mobile-menu-item li {
        position: relative;
    }

    .techwix-mobile-menu-nav-wrapper ul li.menu-item-has-children>.arrow {
        position: absolute;
        right: 0;
        top: 0;
        width: 42px;
        height: 42px;
    }

    .techwix-mobile-menu-nav-wrapper ul li.menu-item-has-children>.arrow:after {
        content: "\f142";
        font-family: 'flaticon_techwix' !important;
        transition: all 0.3s ease-out;
        position: absolute;
        left: 0;
        right: 0;
        line-height: 42px;
        text-align: center;
    }

    body.elementor-page:not(.techwix-page-breadcrumb-disable) .tpc-site-content {
        padding: 60px 0;
    }

    .page-id-22 .elementor-element.elementor-element-4ce2696.footer-wrapper.e-flex.e-con-boxed.e-con.e-child {
        padding-top: 60px;
    }

    .techwix-elementor-mobile-menu-item>li.current-menu-item>a,
    .techwix-elementor-mobile-menu-item>li.current_page_parent>a {
        color: #164ba0;
    }

    .techwix-dropdown-menu li.current-menu-item.active a {
        color: #164ba0;
    }

    .testi-pagination.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
        bottom: -20px;
    }

    .d-block {
        display: block;
    }

    .header-logo {
        min-width: 130px !important;
    }

    .techwix-nav-menu-breakpoint-big-tablet .techwix-elementor-mobile-hamburger-menu {
        height: 25px;
    }

    .cms-con ul li,
    .cms-con ol li {
        margin-bottom: 15px;
    }

    .wpcf7 .wpcf7-form p {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 1024px) {
    .box-half {
        --flex-direction: unset !important;
    }
}

@media only screen and (max-width: 767px) {
    .case-studies-inner .post-thumbnail {
        margin-bottom: 30px;
    }

    .testimonial-main .tpc_testimonial {
        margin: 0 -15px !important;
    }

    .testimonial-main .tpc_testimonial .techwix-testimonial .testimonial-content {
        text-align: center;
        padding: 30px 20px;
    }

    body.elementor-page:not(.techwix-page-breadcrumb-disable) .tpc-site-content {
        padding: 40px 0;
    }

    .testi-pagination.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
        bottom: -10px;
    }

    .page-id-22 .elementor-element.elementor-element-4ce2696.footer-wrapper.e-flex.e-con-boxed.e-con.e-child {
        padding-top: 80px;
    }

    .years-box {
        padding: 10px;
    }

    .testimonial-team-sec .slider-widget-title {
        font-size: 18px !important;
        line-height: 1.2 !important;
    }
    .elementor-element.elementor-element-714c56d.e-grid.servives-row.e-con-boxed.e-con.e-child {
        --e-con-grid-template-columns: repeat(2, 2fr);
    }
}

@media only screen and (max-width: 567px) {
    .elementor-22 .elementor-element.elementor-element-2bf9dea .tpc-testimonial_wrapper.style-3 {
        padding: 0 !important;
    }

    .testimonial-main .tpc_testimonial .techwix-testimonial .testimonial-content,
    .elementor-2651 .elementor-element.elementor-element-931334c .tpc-testimonial_wrapper.style-3 {
        padding: 0;
    }

    .testi-pagination.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
        bottom: -16px;
    }

    .single-case-study.style-3:hover .case-study-img .case-study-content p {
        display: none;
    }

    .techwix-page-title-area.techwix-breadcrumb-style-1.techwix-breadcrumb-has-bg {
        min-height: auto;
    }

    .cookies-popup.show {
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        max-width: 95%;
    }

    .support-text,
    .wpcf7-character-count {
        font-size: 12px;
    }

    .techwix-breadcrumb-style-1 .techwix-breadcrumb-wrapper {
        display: none;
    }

    .techwix-breadcrumb-has-bg .techwix-page-title h1 {
        font-size: 30px;
    }

    .process-logo-box {
        max-width: 70px !important;
        flex: 0 0 70px !important;
    }

    .servives-row .elementor-element .techwix-service{
        padding: 15px 20px;
    }

    .servives-row .elementor-element .techwix-service .description,.servives-row .elementor-element .techwix-service .read-more{
        display: none;
    }
    .servives-row .elementor-element .techwix-service .service-title{
        font-size: 16px;
        line-height: 1.3;
        margin-bottom: 0;
    }
    .servives-row .techwix-service .service-img img {
        max-width: 50px;
        max-height: 50px;
        object-fit: contain;
    }
    .textarea-wrapper .count-text p{
        font-size: 12px !important;
    }
    .stickyLeft .elementor-widget-container h2, .stickyLeft .elementor-widget-container h2 b {
      font-size: 25px;
    }
}