:root {
    --divider-color: #D24135;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Start of footer pages  */

.entry-content {
    color: #fff;
}

.entry-content .headerText {
    font-size: 48px;
    line-height: 64px;
    margin: 0 0 20px;
    font-weight: 500;
}

.entry-content .subHeaderText {
    font-size: 28px;
    line-height: 42px;
    margin: 0 0 10px;
    font-weight: 500;
    color: #fff;
}

.entry-content .blog-post>.inner-post p:not(:last-child) {
    margin-bottom: 10px;
}

.entry-content .entry-summary p {
    text-align: left;
    font-weight: 300;
    line-height: 32px;
    font-weight: 400;
}

.entry-content .entry-summary p b {
    color: #fff;
}

.entry-content .unstyle {
    padding-left: 20px;
    list-style: none;
    margin-bottom: 20px;
}

.ot-icon-list-wrapper .ot-icon-list-item {
    font-weight: 300;
    line-height: 40px;
    margin-bottom: 0;
}

.s-design .ot-icon-list-item span {
    position: relative;
    align-self: baseline;
    text-align: left;
    font-weight: 500;
    line-height: 1.7em;
    font-family: "Karla", Sans-serif;
}

.s-design .ot-icon-list-item span b {
    color: #c3c3c3;
}

.ot-icon-list-wrapper .ot-icon-list-icon {
    margin-right: 5px;
    margin-top: 15px;
    font-size: 13px;
}

.s-design .ot-icon-list-icon i {
    color: #847968;
}

.ot-icon-list-wrapper .ot-icon-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* margin-bottom: 12px; */
    word-break: normal;
}

.ot-icon-list-wrapper .ot-icon-list-icon i {
    display: block;
    width: 1em;
    height: 1em;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.ot-icon-list-icon .fa-circle:before {
    content: "";
    width: 15px;
    height: 15px;
    display: inline-block;
    border: 2px solid #4694FF;
    border-radius: 10px;
    margin-right: 5px;
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-30%);
    transition: .4s all;
}

#points .nav-tabs .nav-link {
    cursor: pointer;
}

.nav-tabs .nav-link.active {
    color: #fff;
    background-color: var(--primery);
    border-color: #dee2e6 #dee2e6 #fff;
}

.space-80 {
    height: 80px;
    width: 100%;
}

.space-60 {
    height: 60px;
    width: 100%;
}

.space-40 {
    height: 40px;
    width: 100%;
}

.space-20 {
    height: 20px;
    width: 100%;
}

/* End of footer pages  */

.elementor-location-header {
    position: relative;
    width: 100%;
    z-index: 99999;
    transition: .4s all;
}

.elementor-location-header.fix_style {
    position: fixed;
    transition: none;
    opacity: 0;
    pointer-events: none;
}

.elementor-location-header.fixed {
    pointer-events: all;
    opacity: 1;
    transition: .4s all;
}

.partner {
    overflow: hidden;
}

.partner2 {
    overflow: hidden;
}

.justify-content-center {
    justify-content: center;
}

.align-items-center {
    align-items: center;
}

.align-items-baseline {
    align-items: baseline !important;
}

.align-items-flexStart {
    align-items: flex-start !important;
}

.elementor-icon-list-item.align-items-baseline span b {
    color: #fff;
}

.btn_BG_color {
    background-color: #4694FF;
    color: #fff;
}

.BG_transparent {
    background-color: transparent !important;
}

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

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

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

.mxy-0 {
    margin: 0px !important;
}

.height-100 {
    height: 100%;
}

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

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

.pr-0 {
    padding-right: 0px !important;
}

.pl-0 {
    padding-left: 0px !important;
}

.pl-50 {
    padding-left: 50px;
}

.pxy-20 {
    padding: 20px !important;
}

.paddingXY {
    padding: 0px 10px!important;
}

.bg-transparant {
    background-color: transparent !important;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center !important;
}

.cursorPointer {
    cursor: pointer;
}

/* .elementor-element .elementor-widget-container.testimonial_image {
    background: linear-gradient(120deg, rgb(103, 74, 217) 0%, rgb(251, 81, 65) 50.5208313465%, rgb(8, 158, 255) 100%);
} */

.elementor-heading {
    color: #fff;
    font-weight: 600;
}

.tab-data section {
    display: none;
}

.tab-data .active {
    display: block;
}

.tab-nav:hover,
.tab-nav.active {
    background-color: #fff !important;
}

.tab-nav:hover h2,
.tab-nav.active h2 {
    color: #000 !important;
}

.working__step-round {
    margin-bottom: 20px;
    width: 60px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.bd-theme-light .working__step-round {
    background-color: var(--bd-common-white);
}

.working__step-round span {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #089EFF;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

.is-mainly-red.working__step-round span {
    background: #FB5141;
}

.is-mainly-blue.working__step-round span {
    background: #674AD9;
}

.work__steps-main::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 63%;
    left: 18%;
    border: 1px dashed rgb(255 255 255);
    top: 22%;
}

.signUp_form,
.signIn_form {
    flex-direction: column;
    align-items: center;
}

.sign-up-paragraph-text,
.sign-in-paragraph-text {
    color: #fff;
    margin-bottom: 0px;
}

.sign-up-paragraph-text a,
.sign-in-paragraph-text a {
    color: #fff;
}

.sign-up-paragraph-text a:hover,
.sign-in-paragraph-text a:hover {
    color: #ff0000;
}

.outerDiv {
    width: 50%;
    padding: 35px;
    background-color: rgba(90, 88, 101, 0.17);
}

/*--Section Spacing--*/
.section_padding {
    padding: 80px 10px !important;
}

.pt-0 {
    padding-top: 0px !important;
}

.elementor-nav-menu .btn_outerDiv a {
    justify-content: center;
}

@media (max-width: 1024px) {

    .elementor-112 .elementor-element.elementor-element-30558f0,
    .elementor-91 .elementor-element.elementor-element-7882c702 {
        padding: 60px 10px;
    }

    .sign_up {
        display: none;
    }

    .elementor-container.headerDiv {
        align-items: baseline;
    }
}

@media (max-width: 992px) {

    .footer-section-03 .footer-widget-wrap {
        padding: 60px 0;
    }

    .techwix-about-section-06 .col-lg-6.order1 {
        order: 1;
    }

    .elementor-container.headerDiv {
        align-items: baseline;
    }

    .work__steps-main::before {
        display: none;
    }

    #signUpForm .outerDiv,
    #signInForm .outerDiv  {
        width: 70%;
    }

    .outerDiv {
        width: 100%;
    }

    .section_padding {
        padding: 60px 10px !important;
    }

    .md_pt_0 {
        padding-top: 0px !important;
    }

    .elementor-112 .elementor-element.elementor-element-30558f0,
    .elementor-91 .elementor-element.elementor-element-7882c702 {
        padding: 40px 10px;
    }

}

@media (max-width: 575px) {

    .entry-content .headerText,
    .entry-content .subHeaderText {
        text-align: center;
    }

    .entry-content .subHeaderText {
        font-size: 26px;
    }

    table th,
    table td {
        padding: 10px !important;
        font-size: 12px;
    }

    .footer-section-03 .footer-widget-wrap {
        text-align: center;
    }

    .widget-info ul li {
        justify-content: center;
    }

    .section_padding {
        padding: 40px 10px !important;
    }

    #signUpForm .outerDiv,
    #signInForm .outerDiv {
        width: 100%;
    }

}
