/*

* Custom CSS

*

*/

.elementor-editor-active #main-header,
.elementor-editor-active #main-header.header-clone {
    top: 0px!important;
}
.elementor-page div#preloader {
    display: none;
}

.elementor-widget:not(:last-child) {
    margin-bottom: 0!important;
}

section {
    margin: 0;
    padding: 0;
}
.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
    padding-top: 0px;
    padding-bottom: 0px;
}


.elementor-section.elementor-section-boxed.expandable>.elementor-container {
    max-width: 100%;
    padding: 0px;
}
.elementor-section.elementor-section-boxed.expandable>.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
    padding: 0px;
}

.urip-has-left-image:before,.urip-has-right-image:after {
    content:"";
    position:absolute;
    width:100%;
    height:100%;
}
.urip-has-left-image,.urip-has-right-image {
    position:relative;
    overflow:hidden;
}
.urip-has-left-image:before {
    right: auto;
}
.urip-has-right-image:after {
    left: auto;
}
.white, .white strong {
    color: #fff;
}
.has-icon .cta-default:after, .has-icon .cta-stroke:after {
    content: none!important;
}



/* button */

.header-navbar .navbar-nav>li>a {
    color: #fff;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
}


/* button */

.cta {
    text-align: center;
}
.btn-square {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;

}
.btn-round {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.urip-button.btn-justify .cta {
    width: 100%;
}
.btn-sm {
    font-size: 12px;
}
.btn-lg {
    font-size: 24px;
    padding: 10px 40px;
}




/* hero form */
.hero-subscribe-wrapper {
    margin-top: 16px;
    margin-bottom: 10px;
}

.hero-subscribe-wrapper input {
    padding: 25px;
    height: 70px;
    border: none;
    -webkit-border-radius: 8px 0 0 8px;
    -moz-border-radius: 8px 0 0 8px;
    border-radius: 8px 0 0 8px;
    background-color: rgba(255,255,255,0.25);
    background-clip: padding-box;
    box-shadow: none;
    font-size: 24px;
    color: #fff;
    padding-top: 0;
    padding-bottom: 0;
}
.hero-subscribe-wrapper .btn-subscribe {
    position: relative;
    overflow: hidden;
    margin-left: 0;
    width: 270px;
    height: 70px;
    -webkit-border-radius: 0 8px 8px 0;
    -moz-border-radius: 0 8px 8px 0;
    border-radius: 0 8px 8px 0;
    background-color: #f59f06;
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.event-subscribe input{
    padding-top: 0px;
    padding-bottom: 0px;
    max-width: 300px;
    height: 50px;
    font-size: 16px;
}
.event-subscribe .btn-subscribe {
    width: 170px;
    height: 50px;
    font-size: 16px;
}


div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    color: #fff;
}


/* pricing */

.pricing .price {
    margin-top: 36px;
    padding: 0 20px;
    border: 1px solid #eee;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-clip: padding-box;
    text-align: center;
}
.pricing .price:hover {
    border-color: #ffc55f;
}


div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
    border-radius: 4px;
    padding: 10px;
}


/* how-it-works */

.how-it-works-column {
    display: flex;
    justify-content: center;
    align-items: center;
}
.how-it-works-column:hover:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(34,34,34,0.7);
}
.how-it-works-front,
.how-it-works-back {
    padding: 118px 8%;
}
.how-it-works-front {
    position: relative;
}
.how-it-works-back {
    position: absolute;
    visibility: hidden;
    opacity: 0;
}
.how-it-works-column:hover .how-it-works-back {
    opacity: 1;
}
.how-it-works-column:hover .how-it-works-front {
    opacity: 0;
    visibility: hidden;
}
.how-it-works-column .how-it-works-front .desc,
.how-it-works-column .how-it-works-front .cta {
    display: none;
}
.how-it-works-column:hover .how-it-works-back {
    visibility: visible;
    opacity: 1;
}
.how-it-works-column .arrow {
    display: block;
    margin-top: 32px;
    width: 100%;
    height: 50px;
}
.how-it-works-front img {
    margin-bottom: 30px;
}
.how-it-works-back .title,
.how-it-works-back .cta,
.how-it-works-back .arrow{
    -webkit-transform: translateY(60%);
    -ms-transform: translateY(60%);
    transform: translateY(60%);
}
.how-it-works-back .desc {
    -webkit-transform: translateY(30%);
    -ms-transform: translateY(30%);
    transform: translateY(30%);
}
.how-it-works-column:hover .how-it-works-back .title,
.how-it-works-column:hover .how-it-works-back .desc{
    -webkit-transition: all 0.27s ease-in-out;
    transition: all 0.27s ease-in-out;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}
.how-it-works-column:hover .how-it-works-back .cta,
.how-it-works-column:hover .how-it-works-back .arrow{
    -webkit-transition: all 0.32s ease-in-out;
    transition: all 0.32s ease-in-out;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}
.how-it-works-front .title {
    margin-bottom: 25px;
}




/* features item */
.the-feature{
    margin-bottom: 0;
}



/* expandable-gallery */

.expandable-gallery-wrapper {
    width: 100%;
}
@media (min-width:1026px){
    .expandable-gallery-wrapper {
        width: 100%;
    }
    .expandable-gallery .expandable-column {
        position: relative;
        z-index: 1;
        -webkit-transition: width 0.4s;
        -moz-transition: width 0.4s;
        transition: width 0.4s;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        will-change: width;
    }
    .expand-gallery-active .expandable-column {
        width: 100%;
    }
    .expand-gallery-active .expandable-column+ .elementor-column {
        width: 0%;
        opacity:0;
    }
}

@media (min-width:480px){
    .hero-subscribe-wrapper {
        display: flex;
        justify-content: center;
    }
}




/* tabs */

.content-tab-wrapper .nav>li.d-block>a .tab-icon {
    display: block;
    margin-bottom: 10px;
    text-align: center;
    font-size: 20px;
}
.content-tab-wrapper .nav>li.active>a .tab-icon {
    color: #19a9e5;
}
.content-tab-wrapper .nav-tabs>li>a:hover {
    color: #222;
}
.nav-tabs>li {
    margin-bottom: 0;
}
.event-date {
    display: block;
    margin-top: 0px;
    font-size: 12px;
    text-transform: none;
}
.section-tab .nav>li {
    text-align: center;
}
.section-tab .nav>li>a {
    height: auto;
}





/* countup */

.countup {
    display: block;
    letter-spacing: 1px;
    font-size: 36px;
    font-family: "Montserrat", sans-serif;
}




/* countdown */

.countdown-timer{
    list-style: none;
}
.countdown-timer li{
    position:relative;
    display:inline-block;
    margin:0 35px;
    min-width:100px;
    font-size:72px;
    color: #222;
    font-family:"Montserrat", sans-serif
}
.countdown-timer li p{
    display:block;
    margin-bottom:8px;
    font-size:24px;
    color: #222;
}




/* elementor tab */

.elementor-accordion .elementor-tab-title {
    position: relative;
}




/* team */
.team-item:hover .team-info {
    display: flex;
    justify-content: center;
    align-items: center;
}
.team-info {
    top: 80%;
}
.team-info small,.team-social {
    display: none;
}
.team-item:hover small, .team-item:hover .team-social {
    display: block;
}

/* testimonial */

.elementor-section .customer-box-wrapper hr {
    margin: 0 auto;
    max-width: 900px;
}
.elementor-section ul.customer-logos li.center-customer-logo {
    border-bottom: none;
}
.customer-logos {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    margin-bottom: 0;
    -ms-box-orient: horizontal;
    -ms-box-pack: center;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}
.customer-logos .content-wrapper {
    position: relative;
    overflow: hidden;
    width: 300px;
    height: 300px;
    text-align: center;
}
.customer-logos .vertical-center-content {
    width: 300px;
}
.customer-logos .content-wrapper:hover .customer-logo {
    opacity: 0;
}
.customer-logos .content-wrapper:hover .customer-quote {
    opacity: 1;
}
.customer-quote, .customer-logos .content-wrapper .customer-logo {
    -webkit-transition: opacity .35s ease-in-out;
    transition: opacity .35s ease-in-out;
}
@media (max-width:1400px){
    ul.portfolio-list .xl-col-1 {
        width: 100%;
    }
    ul.portfolio-list .xl-col-2 {
        width: 50%;
    }
    ul.portfolio-list .xl-col-3 {
        width: 33.3333%;
    }
    ul.portfolio-list .xl-col-4 {
        width: 25%;
    }
    ul.portfolio-list .xl-col-5 {
        width: 20%;
    }
}
@media (max-width:1025px){
    ul.portfolio-list .lg-col-1 {
        width: 100%;
    }
    ul.portfolio-list .lg-col-2 {
        width: 50%;
    }
    ul.portfolio-list .lg-col-3 {
        width: 33.3333%;
    }
    ul.portfolio-list .lg-col-4 {
        width: 25%;
    }
    ul.portfolio-list .lg-col-5 {
        width: 20%;
    }
    .urip-hide-desktop-left-image:before {
        content: none;
    }
    .urip-hide-desktop-right-image:after {
        content: none;
    }
    .hide-desktop{
        display: none!important;
    }
}
@media (max-width:992px){
    ul.portfolio-list .md-col-1 {
        width: 100%;
    }
    ul.portfolio-list .md-col-2 {
        width: 50%;
    }
    ul.portfolio-list .md-col-3 {
        width: 33.3333%;
    }
    ul.portfolio-list .md-col-4 {
        width: 25%;
    }
    ul.portfolio-list .md-col-5 {
        width: 20%;
    }
}
@media (max-width:769px){
    ul.portfolio-list .sm-col-1 {
        width: 100%;
    }
    ul.portfolio-list .sm-col-2 {
        width: 50%;
    }
    ul.portfolio-list .sm-col-3 {
        width: 33.3333%;
    }
    ul.portfolio-list .sm-col-4 {
        width: 25%;
    }
    ul.portfolio-list .sm-col-5 {
        width: 20%;
    }
    .urip-hide-tablet-left-image:before {
        content: none;
    }
    .urip-hide-tablet-right-image:after {
        content: none;
    }
    .hide-tablet{
        display: none!important;
    }
    .hide-tablet-bg{
        background-image: none!important;
        content: none!important;
    }
    .hide-tablet-bg:hover{
        background-image: none!important;
    }
    .how-it-works-column .how-it-works-front .desc {
        display: block;
    }
    .how-it-works-column .how-it-works-front .cta {
        display: inline-block;
    }
    .how-it-works-column:hover:before {
        content: none;
    }
    .how-it-works-column:hover .how-it-works-front {
        opacity: 1;
        visibility: visible;
    }
    .how-it-works-front, .how-it-works-back {
        padding: 30px 8% 30px;
    }
    .how-it-works-front .title {
        margin-bottom: 25px;
        font-size: 18px;
    }
    #footer-subscribe input[type="email"] {
        max-width: initial;
    }
    .subscribe-section-content {
        text-align: center;
    }
    .subscribe-icon {
        margin-top: 0;
        margin-bottom: 59px;
    }
    .hero-subscribe-wrapper .input-group input, 
    .hero-subscribe-wrapper .input-group .btn-subscribe {
        height: 50px;
        font-size: 20px;
    }
    
}
@media (max-width: 640px){
    .customer-quote {
        display: block;
    }
}
@media (max-width:576px){
    ul.portfolio-list .xs-col-1 {
        width: 100%;
    }
    .urip-hide-phone-left-image:before {
        content: none;
    }
    .urip-hide-phone-right-image:after {
        content: none;
    }
    .hide-phone{
        display: none!important;
    }
    .hero-subscribe-wrapper input, .hero-subscribe-wrapper .btn-subscribe {
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        width: 100%;
    }
    .section-tab .nav > li {
        margin: 2px 2px;
    }
    .team_grid .team-item:last-child {
        margin-bottom: 0px;
    }
    .team_grid .team-item {
        width:100%;
    }
    .customer-logos .content-wrapper {
        width: 100%;
        height: 175px;
    }
    .customer-quote {
        padding-left: 30px;
        padding-right: 30px;
        top: 0%;
    }
    .register-form .hero-input {
        height: 40px;
        font-size: 14px;
    }
}

/* app screenshot*/
.slick-dots {
    position: absolute;
    z-index: 4;
    bottom: -175px;
}
.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 8px;
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 8px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 1024px) and (min-width: 768px){
    .elementor.elementor-edit-area-active .elementor-hidden-tablet {
        display: none;
    }
}
@media (max-width: 767px) and (min-width: 360px){
    .elementor.elementor-edit-area-active .elementor-hidden-phone {
        display: none;
    }
}


@media (max-width: 992px){
.nt-hide-on-mobile,.attr-nav {display:none;}
}
