@charset "utf-8";
/* CSS Document */
@media screen and (min-width : 1400px) {
}
@media screen and (max-width : 1360px) {
    .feature-sec .container, .how-it-works-step-sec .container {
        width: 100%;
    }
    .feature-details .left-list, .feature-details .right-list {
        width: 33.33%;
        padding: 0 10px;
    }
    .feature-sec .feature-screen {
        width: 33.333%;
        text-align: center;
        padding: 0 20px;
    }
    .feature-sec .feature-screen img {
        width: 100%;
    }
}
@media screen and (min-width : 992px) and (max-width : 1199px) {
    .cont-form {
        margin-top: 0px;
    }
}
@media screen and (min-width : 768px) and (max-width : 991px) {
    .banner-slide .app_btns li:last-child {
        margin: 5px 0;
    }
    .info-col h1 {
        font-size: 40px;
    }
}
@media screen and (max-width : 991px) {
    .cont-form {
        margin-top: 20px;
    }
    .nav-togg-new {
        display: block;
    }
    .custom-nav nav ul li.cta-get {
        margin: 0px;
    }
    .custom-nav {
        position: fixed;
        height: 100vh;
        width: 50%;
        visibility: hidden;
        opacity: 0;
        right: -50%;
        top: 0;
        background: #fff;
        padding:100px 40px;
        margin-top: 0px;
        box-shadow: 0 0 8px 0 rgba(0,0,0,.3);
        -moz-box-shadow: 0 0 8px 0 rgba(0,0,0,.3);
        -webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,.3);
        background-color: #ffffffb5;
        backdrop-filter: blur(5px);
        transition: all 300ms linear 0s;-o-transition: all 300ms linear 0s;-moz-transition: all 300ms linear 0s;-webkit-transition: all 300ms linear 0s;
    }
    .menu-open-new .custom-nav {
        visibility: visible;
        opacity: 1;
        right: 0;
    }
    .custom-nav nav ul li {
        display: block;
        border-bottom: 1px solid #ddd;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    .custom-nav nav ul li:last-child() {
        border-bottom: none;
    }
    .custom-nav nav ul li a {
        font-size: 22px;
        font-weight: bold;
    }
    .mobile-slide .left_icon {
        left: -45px;
    }
    .mobile-slide .right_icon {
        right: -45px;
    }
    .anim_line {
        z-index: -2;
    }
}
@media screen and (max-width : 767px) {
    body {
        font-size: 14px;
    }
    .info-col h1 {
        font-size: 40px;
    }
    .info-col {
        padding-top: 0px;
        text-align: center;
        margin-bottom: 30px;
    }
    .sec-headings {
        width: 100%;
    }
    .sec-headings h2 {
        font-size: 30px;
    }
    .banner-sec {
        background-image: none;
    }
    .nav-togg-new {
        right: 0px;
    }
    .trusted-sec .owl-controls .owl-nav [class*="owl-"] {
        height: 40px;
        width: 40px;
        line-height: 40px;
    }
    .feature-details, .how-it-step-details {
        padding: 30px;
        margin-top: 30px;
    }
    .feature-details .left-list, .feature-details .right-list {
        width: 50%;
        text-align: left;
    }
    .feature-sec .feature-screen {
        display: none;
    }
    .video-disk {
        width: 100%;
        padding: 30px;
    }
    .video-disk h2, .video-disk h2 span {
        font-size: 18px;
        margin-top: 0px;
    }
    .how-it-step-details ul li {
        display: block;
    }
    .how-it-step-details ul li:first-child::before, .how-it-step-details ul li::before, .step-number, .how-it-step-details ul li::after {
        display: none;
    }
    .step-cont, .step-picture {
        width: 100%;
        text-align: center;
    }
    .how-it-step-details ul li {
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid #ddd;
    }
    .review-cust {
        width: 90%;
    }
    .review-cust p {
        font-size: 20px;
    }
    .inner-sub {
        padding: 15px;
        display: block;
    }
    .sub-form, .head-tect-sub {
        width: 100%;
    }
    .head-tect-sub {
        margin-top: 10px;
        text-align: center;
    }
    .head-tect-sub h2 {
        font-size: 30px;
    }
    .logo img {
        width: 160px;
    }
    .contact-media .media .media-left i {
        height: 60px;
        width: 60px;
        font-size: 20px;
        line-height: 60px;
    }
    .contact-media .media .media-body {
        padding-left: 20px;
    }
}
@media screen and (max-width : 500px) {
    .step-picture img {
        width: 100%;
    }
    .feature-details .left-list, .feature-details .right-list {
        width: 100%;
    }
    .feature-details {
        display: block;
    }
    .feat-main h4, .step-cont h4 {
        font-size: 16px;
    }
    .left-list .feat-main img, .right-list .feat-main img {
        margin: 0px;
    }
    .feat-main {
        text-align: center;
        margin-bottom: 25px;
        padding-bottom: 25px;
        border-bottom: 1px solid #ddd;
    }
    .info-col h1 {
        font-size: 30px;
    }
    .banner-sec {
        padding-top: 120px;
    }
    .review-cust {
        margin-top: 0px;
    }
    .review-cust p {
        font-size: 18px;
    }
    .custom-nav {
        width: 100%;
        right: -100%;
    }
    .custom-nav nav ul li a {
        font-size: 20px;
    }
    .banner-slide .app_btns li:last-child {
        margin: 5px 0;
    }
    .sub-form .form-control, .sub-form .btn {
        height: 50px;
        font-size: 14px;
    }
    .ext-padd {
        padding-top: 120px;
    }
    .top-footer h2 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .top-footer {
        text-align: center;
    }
    .footer-navs {
        margin-bottom: 30px;
    }
    .social-icons li {
        margin: 0 4px;
    }
    .inner-sub {
        margin-bottom: -85px;
    }
    .screens-sec .owl-dots .owl-dot span, .testimonial-sec .owl-dots .owl-dot.active span {
        width: 10px;
        height: 10px;
    }
}
@media screen and (max-width : 340px) {
}

/* -----------Animation-Css-Start-------------- */

/* animation line wraper */
.anim_line {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
    transform: translateX(-50%);
}

.anim_line span {
    position: absolute;
    z-index: 99999;
    top: -275px;
    animation: star_down_one 6s infinite linear;
    opacity: 0;
}

.anim_line.dark_bg {
    max-width: 1170px;
}

.anim_line.dark_bg span {
    transform: rotate(180deg);
}

.anim_line span:first-child {
    left: -17%;
    animation-delay: 3s;
}

.anim_line span:nth-child(2) {
    left: 0%;
    animation-delay: 5s;
}

.anim_line span:nth-child(3) {
    left: 17%;
    animation-delay: 1s;
}

.anim_line span:nth-child(4) {
    left: 34%;
    animation-delay: 4s;
}

.anim_line span:nth-child(5) {
    left: 51%;
    animation-delay: 7s;
}

.anim_line span:nth-child(6) {
    left: 68%;
}

.anim_line span:nth-child(7) {
    left: 85%;
    animation-delay: 3s;
}

.anim_line span:nth-child(8) {
    left: 99%;
    animation-delay: 2s;
}

.anim_line span:nth-child(9) {
    left: 117%;
    animation-delay: 5s;
}

/* footer .top_footer .anim_line span:first-child {
    left: 5%;
}

footer .top_footer .anim_line span:nth-child(2) {
    left: 13%;
} */

@keyframes star_down_one {
    0% {
        opacity: 0;
        top: -250px;
    }

    10% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        top: 100%;
        opacity: 0;
    }
}




/* --------Object-Moving-Animation-Css-Start----- */
.moving_animation {
    animation: moving_object 6s infinite linear;
}

.moving_position_animatin {
    position: relative;
    animation: moving_position_animatin 6s infinite linear;
    z-index: -1;
}

.about_app_section .about_img .screen_img img {
    animation-delay: 3s;
}

.modern_ui_section .ui_images .right_img img:nth-child(3) {
    animation-delay: 3s;
}

.modern_ui_section .ui_images .right_img img:nth-child(2) {
    animation-delay: 3s;
}

.modern_ui_section .ui_images .right_img img:nth-child(1) {
    animation-delay: 3s;
}

@keyframes moving_object {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-30px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes moving_position_animatin {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-30px);
    }

    100% {
        transform: translateY(0);
    }
}


/* ------------Waves-Animation---------------- */
.waves-block {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    width: 150px;
    height: 150px;
}

.waves {
    width: 150px;
    height: 150px;
    background: rgba(255, 255, 255, 0.3);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    border-radius: 100%;
    z-index: -1;
    -webkit-animation: waves 3s ease-in-out infinite;
    animation: waves 3s ease-in-out infinite;
}

.wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    position: absolute;
    top: 0;
}

.wave-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    position: absolute;
    top: 0;
}

@keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }

    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}



/*------Header Btn Animation------*/
@keyframes pulse-blue-small-sm {
  0% {
    box-shadow: 0 0 0 0 rgba(107, 73, 242, 0.7);
  }

  100%,
  30% {
    box-shadow: 0 0 0 12px transparent
  }
}

@keyframes pulse-blue-medium-sm {
  0% {
    box-shadow: 0 0 0 0 rgba(107, 73, 242, 0.4);
  }

  100%,
  30% {
    box-shadow: 0 0 0 20px transparent
  }
}


/*------WhiteHeader Btn Animation------*/
@keyframes pulse-white-small-sm {
  0% {
    box-shadow: 0 0 0 0 rgba(253, 253, 253, 0.7);
  }

  100%,
  30% {
    box-shadow: 0 0 0 12px transparent
  }
}

@keyframes pulse-white-medium-sm {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }

  100%,
  30% {
    box-shadow: 0 0 0 20px transparent
  }
}


/* Inner Page banner shape animation */
.bred_crumb .banner_shape1, .banner_shape2, .banner_shape3 { 
    position: absolute; }

.bred_crumb .banner_shape1 {
    top: 200px;
    left: 15%;
    animation: mymove 10s infinite;
}

.bred_crumb .banner_shape2 {
    top: 100px;
    right: 10%;
    animation: mymove 5s infinite;
}

.bred_crumb .banner_shape3 {
    top: 350px;
    right: 20%;
    animation: mymove 3s infinite;
}


/* CTA section Shape animation */

.query_section .banner_shape1, .banner_shape2, .banner_shape3 { 
    position: absolute; }

.query_section .banner_shape1 {
    top: 200px;
    left: 15%;
    animation: mymove 10s infinite;
}

.query_section .banner_shape2 {
    top: 100px;
    right: 10%;
    animation: mymove 5s infinite;
}

.query_section .banner_shape3 {
    top: 350px;
    right: 20%;
    animation: mymove 3s infinite;
}


@keyframes mymove {
  50% {transform: rotate(180deg);}
}



