.menu-Bar,
.menu-Bar span,
.service-we-offer-img-bf img,
.video-banner-img img {
    position: absolute
}

::selection {
    background: #4348b7;
    color: #fff;
    text-shadow: none
}

::-webkit-scrollbar {
    width: 5px;
    background-color: #f5f5f5
}

::-webkit-scrollbar-button:end:increment,
::-webkit-scrollbar-button:start:decrement {
    display: none
}

::-webkit-scrollbar-track-piece {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #fff
}

::-webkit-scrollbar-thumb:vertical {
    border-radius: 10px;
    background-color: #4348b7
}

.app-banner .home-bf-1,
.app-banner::before,
.domain-sec-img.mob-app-service-sec-img::before,
.ecom-web-sec .mob-app-service-sec-img::before,
.inner-header .left-bar-social,
.mobile-menu,
.video-banner::before,
[class^=box-],
header .main-header ul.menu>li a:before {
    display: none
}

.about-form-div label,
[class^=box-].showfirst,
ul.menu li {
    display: block
}

html {
    scroll-behavior: smooth
}

body {
    font-family: Averta;
    overflow-x: hidden;
    font-size: 16px;
    line-height: 1;
    color: #000
}

h1,
h2,
h3,
h4,
h5,
h6 {
    display: block;
    font-weight: 400
}

.slick-dots li,
a,
input[type=submit],
span {
    display: inline-block
}

*,
:focus,
:hover {
    outline: 0 !important
}

a,
input[type=submit] {
    cursor: pointer
}

a:hover {
    color: #e18e25;
    text-decoration: none
}

button,
input[type],
select,
textarea {
    font-family: Averta;
    background: 0 0;
    border: none;
    border-radius: 0;
    font-weight: 400
}

::-webkit-input-placeholder {
    color: #a3a3a3;
    font-weight: 400
}

::-moz-placeholder {
    color: #a3a3a3;
    font-weight: 400
}

:-ms-input-placeholder {
    color: #a3a3a3;
    font-weight: 400
}

:-moz-placeholder {
    color: #a3a3a3;
    font-weight: 400
}

.slick-list {
    margin: 0 -15px
}

.slick-slide {
    margin: 0 15px;
    height: auto
}

.slick-dots {
    padding: 40px 0 0;
    text-align: center
}

.slick-dots li {
    margin: 0 10px 0 0;
    width: auto;
    vertical-align: middle;
    overflow: hidden;
    padding: 0;
    border: none
}

.slick-dots li button:before {
    color: #fff;
    opacity: 1;
    font-size: 20px
}

.slick-dots li button {
    height: 16px;
    width: 16px;
    border-radius: 50%;
    padding: 0;
    background: #4348b7;
    border: none;
    cursor: pointer;
    font-size: 0;
    box-sizing: border-box
}

.slick-dots li.slick-active button {
    background: #7b7fe0;
    width: 19px;
    height: 19px
}


/* The Loader */

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    overflow: hidden;
}

.no-js #loader-wrapper {
    display: none;
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #4348b7;
    -webkit-animation: spin 1.7s linear infinite;
    animation: spin 1.7s linear infinite;
    z-index: 11;
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #e18e25;
    -webkit-animation: spin-reverse 0.6s linear infinite;
    animation: spin-reverse 0.6s linear infinite;
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #7b7fe0;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spin-reverse {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-360deg);
    }
}

@keyframes spin-reverse {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #080a10;
    z-index: 10;
}

#loader-wrapper .loader-section.section-left {
    left: 0;
}

#loader-wrapper .loader-section.section-right {
    right: 0;
}


/* Loaded styles */

.loaded #loader-wrapper .loader-section.section-left {
    transform: translateX(-100%);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader-wrapper .loader-section.section-right {
    transform: translateX(100%);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader {
    opacity: 0;
    transition: all 0.3s ease-out;
}

.loaded #loader-wrapper {
    visibility: hidden;
    transform: translateY(-100%);
    transition: all 0.3s 1s ease-out;
}

.menu-Bar {
    width: 30px;
    height: 20px;
    cursor: pointer;
    right: -335px;
    bottom: 0;
    margin: auto;
    z-index: 22
}

.menu-Bar span {
    display: block;
    height: 4px;
    width: 100%;
    background: #ffff;
    transition: .6s;
    border-radius: 100px
}

.menu-Bar span:first-child {
    top: 0
}

.menu-Bar span:nth-child(2) {
    top: 8px;
    transform-origin: left
}

.menu-Bar span:nth-child(3) {
    top: 16px
}

.menu-Bar.open span:first-child {
    transform: rotate(45deg);
    top: 12px;
    transform-origin: right-center
}

.menu-Bar.open span:nth-child(2) {
    width: 0;
    opacity: 0
}

.menu-Bar.open span:nth-child(3) {
    transform: rotate(-45deg);
    top: 12px;
    transform-origin: right-center
}

.video-banner-icon-2,
.video-banner-icon-4 {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -webkit-animation: 60s linear infinite asteroid;
    -moz-animation: 60s linear infinite asteroid;
    bottom: 0
}

h1,
h2,
h3,
h4 {
    font-family: bebas neue
}

.main-banner {
    background: url(../images/home-banner.webp);
    min-height: 865px;
    padding: 230px 0 0;
    font-size: 0;
    position: relative;
    background-repeat: no-repeat !important;
    background-size: cover !important
}

.main-banner::before {
    background: url(../images/home-laptop.png) 0 0/contain no-repeat;
    position: absolute;
    content: "";
    width: 49.15vw;
    height: 31.7vw;
    right: 0;
    font-size: 0;
    bottom: 0;
    z-index: 1
}

.video-banner-icon-1 {
    max-width: 170%;
    top: -120px;
    left: -140px
}

.video-banner-icon-2 {
    left: -170px;
    transform-origin: 50% 50%;
    animation: 15s linear infinite asteroid
}

.video-banner-icon-4 {
    right: -150px;
    transform-origin: 50% 50%;
    animation: 35s linear infinite asteroid
}

.home-bf-1,
header {
    right: 0;
    position: absolute
}

.client-st-bf-1,
.client-st-bf-2,
.home-bf-1,
.how-we-icon {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -webkit-animation: 60s linear infinite asteroid;
    -moz-animation: 60s linear infinite asteroid
}

.home-bf-1,
.how-we-icon {
    transform-origin: 50% 50%;
    animation: 30s linear infinite asteroid
}

.video-banner-icon-3 {
    left: -970px;
    bottom: 0
}

header {
    left: 0;
    z-index: 2
}

.header-list {
    display: flex;
    align-items: center;
    column-gap: 50px;
    justify-content: end;
    padding: 0 60px 0 0
}

.client-logos {
    display: flex;
    align-items: end;
    column-gap: 30px;
    margin: 50px 0 0
}

.main-banner .col-md-8,
.menuWrap.open .col-md-6 {
    padding: 0
}

.main-header {
    padding: 40px 0 0
}

.header-list li a {
    color: #fff;
    font-size: 17px;
    transition: .2s linear
}

.header-list li a:hover {
    color: #7b7fe0;
    text-shadow: 0 -10px 1px rgba(255, 255, 255, .085)
}

.header-btn {
    display: flex;
    align-items: center;
    column-gap: 25px;
    justify-content: center
}

.client-logo-2,
.feature-sec .row,
.main-header .row,
.smart-sec .row {
    align-items: center
}

.contact-details-box,
.logo {
    text-align: center
}

.header-btn li:nth-child(2) a,
.video-agency-sec-cta li:first-child a {
    background: #4348b7;
    padding: 17px 31px;
    font-size: 16px;
    color: #ffff;
    transition: .2s linear;
}

.left-bar-social li:first-child a:hover,
.main-banner-head a:hover,
.header-btn li:nth-child(2) a:hover,
.video-agency-sec-cta li:first-child a:hover,
.left-bar-social li:first-child a:hover,
.inner-banner-head a:hover,
.home-banner-tab-box a:hover,
.mob-app-service-box a:hover,
.feature-sec-btn li:first-child a:hover,
.how-we-sec .get-st-btn:hover,
.get-st-btn:hover,
.footer-form-btn li button:hover,
.footer-head-form button:hover {
    background: #000;
    color: #fff;
}

.feature-sec-btn li:nth-child(2) a:hover {
    background: #fff;
    color: #000;
}

.feature-sec-btn li:first-child a:hover,
.footer-form-btn li a:hover {
    background: #000;
    color: #fff;
}

.feature-sec-btn li:nth-child(3) a:hover {
    color: #7b7fe0;
}

.header-btn li:first-child a {
    color: #ffff;
    font-size: 17px;
    transition: .2s linear;
}

.header-btn li:first-child a:hover {
    color: #7b7fe0;
}

.header-btn li:first-child a i {
    color: #4348b7;
    font-size: 20px;
    vertical-align: middle;
    padding: 0 15px 0 0
}

.main-banner-head h5 {
    color: #7b7fe0;
    font-size: 22px;
    font-family: AvertaW01
}

.main-banner-head h1,
.main-banner-head h2,
.main-banner-head h3 {
    color: #fff;
    font-size: 91px;
    font-weight: 700;
    padding: 20px 0 30px
}

.left-bar-social li:first-child a,
.main-banner-head a {
    padding: 14px 20px;
    color: #ffff;
    font-size: 16px;
    transition: .2s linear;
}

.ecom-future-box:hover,
.main-banner-head a,
.pricing-box:hover h5,
.review-box:hover,
.slick-current .home-banner-tab-box,
.why-video-sec-box.active,
.why-video-sec-box:hover {
    background: #4348b7
}

.home-bf-1 {
    left: 620px;
    margin: auto;
    top: 190px
}

.left-bar-social {
    position: absolute;
    z-index: 2;
    left: 50px;
    top: 350px
}

.left-bar-social li:first-child a {
    transform: rotate(-90deg);
    background: #4348b7;
    border-radius: 5px;
    position: absolute;
    left: -85px;
    top: -170px
}

.ecom-google,
.left-bar-social li {
    padding: 0 0 25px
}

.home-banner-tab-box {
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 14px 0 rgb(0 0 0/18%);
    padding: 30px 30px 50px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: .5s
}

.home-banner-tabs {
    margin: -55px 0 0;
    z-index: 1;
    position: relative;
    padding: 0 0 100px;
    font-size: 0
}

.marquee {
    position: absolute;
    color: #eff0f3;
    font-size: 200px;
    font-weight: 700;
    font-family: Poppins;
    bottom: -28px
}

.smart-sec .marquee {
    color: rgba(2, 20, 120, .22);
    font-size: 150px;
    bottom: 0
}

.home-banner-tab-box-inner {
    display: flex;
    align-items: start;
    justify-content: space-between
}

.home-banner-tab-box h5 {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    padding: 20px 0 0
}

.home-banner-tab-box p {
    color: #000;
    font-size: 17px;
    line-height: 22px;
    padding: 20px 0;
    min-height: 200px
}

.home-banner-tab-box a,
.mob-app-service-box a {
    padding: 15px 28px;
    background: #4348b7;
    color: #ffff;
    font-size: 16px;
    
    transition: .2s linear;
}

.home-banner-tab-box span {
    color: #4348b7;
    font-size: 24px;
    font-weight: 700
}

.case-st-sec .slick-arrow,
.home-banner-tabs .slick-arrow {
    font-size: 0;
    position: absolute;
    cursor: pointer;
    z-index: 1;
    padding: 0
}

.home-banner-tabs .slick-arrow:before {
    content: "\f178";
    font-family: FontAwesome;
    font-size: 30px;
    color: #4348b7;
    transition: .5s
}

.home-banner-tabs .slick-prev,
.tech-sec .slick-prev {
    top: 0;
    left: -85px;
    bottom: 0;
    margin: auto
}

.case-st-sec .slick-prev:before,
.global-sec .slick-prev:before,
.home-banner-tabs .slick-prev:before,
.mob-app-service-banner .slick-prev:before,
.smart-sec .slick-prev:before,
.tech-sec .slick-prev:before {
    content: "\f053"
}

.home-banner-tabs .slick-next,
.tech-sec .slick-next {
    top: 0;
    right: -85px;
    bottom: 0;
    margin: auto
}

.case-st-sec .slick-next:before,
.global-sec .slick-next:before,
.home-banner-tabs .slick-next:before,
.mob-app-service-banner .slick-next:before,
.smart-sec .slick-next:before,
.tech-sec .slick-next:before {
    content: "\f054"
}

.ecom-future-box:hover h5,
.ecom-future-box:hover p,
.pricing-box:hover i,
.pricing-box:hover li,
.review-box:hover h5,
.review-box:hover p,
.service-block-four .inner-box:hover .icon-box,
.service-block-four .inner-box:hover .text,
.service-block-four .inner-box:hover h5 a,
.slick-current .home-banner-tab-box h5,
.slick-current .home-banner-tab-box p,
.slick-current .home-banner-tab-box span,
header .main-header ul.menu>li a {
    color: #fff
}

.ecom-future-box:hover img,
.slick-current .home-banner-tab-box img {
    filter: brightness(100)
}

.how-we-sec {
    background: url('../images/how-we-banner.webp') 0 0/cover no-repeat;
    padding: 100px 0 50px
}

.how-we-sec .container {
    max-width: 1400px
}

.client-logo-2 {
    display: flex;
    column-gap: 30px
}

.feature-sec-btn,
.tech-sec-tab {
    align-items: center;
    display: flex
}

.how-we-sec-head h3 {
    color: #ffff;
    font-size: 60px;
    line-height: 64px;
    font-weight: 700
}

.how-we-sec-head p {
    color: #fff;
    font-size: 17px;
    line-height: 22px;
    padding: 20px 0
}

.get-st-btn {
    padding: 15px 28px;
    background: #4348b7;
    color: #ffff;
    font-size: 16px;
    
    margin: 0 0 40px
}

.app-banner-img img,
.domain-sec-img img,
.feature-sec-img img,
.how-we-sec-img img,
.passion-sec-img img {
    max-width: fit-content
}

.laptop-folio-box img,
img {
    max-width: 100%
}

.how-we-sec-img,
.inner-banner-head,
.mob-app-service-sec-img {
    position: relative;
    z-index: 1
}

.how-we-icon {
    position: absolute;
    z-index: -1;
    bottom: 0
}

.service-we-offer .slick-arrow {
    font-size: 0;
    position: absolute;
    cursor: pointer;
    z-index: 1;
    padding: 0;
    height: 52px;
    width: 52px;
    background: #4348b7;
    border-radius: 50%
}

.service-we-offer .slick-arrow:before {
    content: "\f178";
    font-family: FontAwesome;
    font-size: 20px;
    color: #fff;
    line-height: 47px;
    transition: .5s
}

.smart-sec .slick-arrow:before,
.tech-sec .slick-arrow:before {
    color: #4348b7;
    transition: .5s;
    line-height: 47px;
    font-family: FontAwesome
}

.service-we-offer .slick-prev {
    bottom: -50px;
    margin: auto;
    left: -40px;
    right: 0
}

.service-we-offer .slick-prev:before {
    content: "\f060"
}

.service-we-offer .slick-next {
    right: 0;
    bottom: -50px;
    margin: auto;
    left: 100px
}

.service-we-offer .slick-next:before {
    content: "\f061"
}

.cater-sec,
.contact-sec,
.ecom-web-sec,
.mob-app-service-sec,
.passion-sec,
.service-we-offer,
.web-agency-sec {
    padding: 70px 0;
    position: relative
}

.service-we-offer-head h3 {
    text-align: center;
    color: #0a0d20;
    font-size: 120px;
    font-weight: 700
}

.service-we-offer-head p {
    color: #303030;
    text-align: center;
    font-size: 17px;
    line-height: 22px;
    padding: 10px 0 20px
}

.service-we-box {
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: .5s
}

.service-we-box-head {
    position: absolute;
    z-index: 1;
    bottom: -122px;
    left: 20px;
    transition: .5s
}

.service-we-box-head h5 {
    color: #ffff;
    font-size: 20px;
    font-family: Poppins;
    font-weight: 600;
    line-height: 25px
}

.service-we-box-head p {
    color: #fff;
    font-size: 17px;
    line-height: 22px;
    padding: 15px 0 0;
    height: 140px
}

.conbowrp,
.service-we-offer .slick-list {
    padding: 60px 0
}

.service-we-box a {
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 2
}

.service-we-box a i {
    color: #ffff
}

.service-we-offer-img-bf-2 {
    left: 220px;
    top: 190px
}

.service-we-offer-img-bf-1 {
    left: 330px;
    bottom: 70px
}

.service-we-offer-img-bf-3 {
    right: 319px;
    bottom: 40px
}

.service-we-offer-img-bf-4 {
    right: 330px
}

.service-we-offer-img-bf-5 {
    right: 100px;
    bottom: -200px;
    top: 0;
    margin: auto
}

.feature-sec {
    background: url(../images/feature-bag.png);
    background-repeat: no-repeat !important;
    padding: 35px 0 15px;
    background-size: cover !important;
    background-position: right !important;
    position: relative;
    z-index: 2
}

.feature-sec-head h3 {
    color: #fff;
    font-size: 60px;
    font-weight: 700
}

.feature-sec-head p {
    color: #ffff;
    font-size: 17px;
    line-height: 22px;
    padding: 15px 0 20px
}

.feature-sec-head-input input {
    background-color: #fff;
    height: 46px;
    width: 100%;
    border-radius: 5px 10px 10px 5px;
    padding: 0 0 0 25px;
    font-size: 15px
}

.feature-sec-head-input button {
    color: #ffff;
    background: #4348b7;
    padding: 15px 37px;
    border-radius: 0 5px 5px 0;
    position: absolute;
    right: 0
}

.conbowrp .mainpkge .imgwrp,
.dd-link-ser,
.feature-sec-head-input,
.feature-sec-img,
.menu-box-video,
.passion-sec-img,
.pkgehead h3,
.smart-sec-1,
.video-review-box,
.video-testi {
    position: relative
}

.cross-img {
    position: absolute;
    right: 0;
    bottom: -90px;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: 60s linear infinite asteroid;
    -moz-animation: 60s linear infinite asteroid;
    animation: 8s linear infinite asteroid
}

.folio-dots,
.move-dots {
    animation: 140s linear infinite animatedBackground_dots
}

.client-st-bf-1,
.client-st-bf-2 {
    transform-origin: 50% 50%;
    animation: 15s linear infinite asteroid
}

.feature-sec-btn li:first-child a,
.footer-form-btn li a {
    padding: 15px 37px;
    background: #ffff;
    color: #000;
    font-size: 16px;
    
    transition: .2s linear;
}

.feature-sec-btn li:nth-child(3) a {
    color: #ffff;
    font-size: 21px;
    
    transition: .2s linear;
}

.feature-sec-btn li:nth-child(3) a i {
    padding: 0 10px 0 0;
    margin: 20px 0 0
}

.feature-sec-btn li:nth-child(2) a {
    padding: 15px 37px;
    color: #ffff;
    font-size: 16px;
    
    background: #000;
    transition: .2s linear;
}

.feature-sec-btn {
    column-gap: 15px;
    flex-wrap: wrap;
    justify-content: center
}

.pricing-sec .row,
.review-sec .video-agency-sec-cta,
.tech-sec-tab {
    justify-content: center
}

.smart-sec {
    background: url(../images/smart-sec-banner.webp);
    padding: 0 0 70px;
    position: relative;
    z-index: 1;
    margin: 0
}

.smart-sec-1 h5 {
    font-size: 600px;
    font-weight: 700;
    background: linear-gradient(to top, #29146a 0, #9f9ccb 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Poppins;
    text-align: center
}

.folio-sec-tab li,
.folio-tab-nav h5,
.tech-sec-tab li {
    
    cursor: pointer
}

.smart-sec-head h3 {
    color: #000;
    font-size: 110px;
    font-weight: 700
}

.smart-sec-head p {
    color: #303030;
    font-size: 17px;
    line-height: 24px;
    padding: 15px 0 30px;
    min-height: 170px
}

.smart-sec-1::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 374px;
    right: 60px;
    top: 0;
    bottom: 0;
    margin: auto
}

@keyframes animatedBackground_dots {
    from {
        background-position: 0 -100%
    }
    to {
        background-position: 100% 0
    }
}

.move-dots {
    background: url(../images/animation-img.png);
    width: 400%;
    height: 758px;
    position: absolute;
    z-index: -1;
    top: 0
}

.smart-sec .slick-arrow {
    font-size: 0;
    position: absolute;
    cursor: pointer;
    z-index: 1;
    padding: 0;
    height: 52px;
    width: 52px
}

.smart-sec .slick-arrow:before {
    /* content: "\f178"; */
    font-size: 30px
}

.smart-sec .slick-prev {
    bottom: 150px;
    margin: auto;
    right: -230px;
    left: 0
}

.smart-sec .slick-prev::before {
    content: "\f177";
}

.smart-sec .slick-next {
    bottom: -129px;
    margin: auto;
    left: 240px;
    top: 120px;
    right: -70px
}

.smart-sec .slick-next::before {
    content: "\f178";
}

.big-smart-sec-head h5 {
    color: #b4b3cb;
    font-size: 160px;
    font-weight: 700;
    position: absolute;
    width: 170%;
    bottom: -23px
}

.folio-sec .container,
.smart-sec .container {
    max-width: 1300px
}

.tech-sec {
    background: url('../images/tech-banner.webp') 0 0/cover no-repeat;
    min-height: 566px;
    padding: 100px 0;
    position: relative;
    z-index: 1
}

.tech-sec-tab .active {
    color: #7b7fe0;
    border-color: #ffff
}

.mob-app-service-banner .slick-arrow,
.tech-sec .slick-arrow {
    font-size: 0;
    position: absolute;
    cursor: pointer;
    z-index: 1;
    padding: 0;
    height: 52px;
    width: 52px;
    border-radius: 50%
}

.tech-sec .slick-arrow:before {
    font-size: 20px
}

.tech-sec h3 {
    color: #fff;
    font-size: 70px;
    text-align: center;
    font-weight: 700
}

.tech-sec-tab {
    column-gap: 45px;
    margin: 40px 0
}

.tech-sec-tab li {
    color: #ffff;
    font-size: 18px;
    padding: 0 0 15px;
    border-bottom: 4px solid transparent
}

.tech-sec-tab-box {
    border-radius: 5px;
    background-color: #4348b7;
    box-shadow: 0 0 20px 0 rgba(65, 81, 123, .1);
    width: 170px;
    height: 170px;
    display: flex;
    align-items: center;
    justify-content: center
}

.tech-sec .container {
    max-width: 1430px;
    background: #fff;
    padding: 20px 120px;
    border-radius: 45px
}

.dropdown-box li a:hover,
.folio-sec-tab .slick-current li,
.folio-tab-nav .slick-current h5 {
    background: #4348b7;
    color: #fff
}

.folio-tab-nav h5 {
    font-size: 20px;
    color: #000;
    padding: 13px 15px;
    border-radius: 5px
}

.folio-tab-nav .slick-slide {
    width: auto !important;
    margin: 0 50px 0 0
}

.folio-tab-nav {
    margin: 0 0 70px
}

.folio-sec {
    padding: 80px 0 130px;
    position: relative;
    z-index: 2;
    background: #dadfeb;
    overflow: hidden;
}

.folio-sec h3 {
    color: #000;
    text-align: center;
    font-size: 80px;
    font-weight: 700
}

.folio-sec p {
    color: #000;
    font-size: 17px;
    line-height: 22px;
    text-align: center;
    padding: 20px 0 50px
}

.folio-for {
    position: absolute;
    top: 309px;
    right: 0;
    left: 278px;
    margin: auto;
    z-index: 1
}

.laptop-folio-box {
    position: relative;
    left: 100px;
    z-index: 1;
    top: 0
}

.folio-for img {
    width: 683px
}

.folio-nav li,
.global-sec-head ul li {
    margin: 0 0 20px
}

.laptop-folio-box::before {
    position: absolute;
    content: "";
    border-radius: 50%;
    background-color: #4348b7;
    width: 394px;
    height: 394px;
    z-index: -1;
    left: 60px;
    margin: auto;
    right: 0;
    top: 130px
}

.folio-sec-tab {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
    margin: 0 0 60px
}

.folio-sec-tab li {
    color: #000;
    font-size: 20px;
    border-radius: 5px;
    height: 45px;
    line-height: 45px;
    text-align: center
}

.folio-sec-tab li.active,
.portfolio-sec-tab .active,
.pricing-sec-main .active {
    background: #4348b7;
    color: #ffff
}

.folio-dots {
    background: url(../images/folio-dots.png);
    width: 500%;
    height: 758px;
    position: absolute;
    z-index: -1
}

.box-folio-sec-tab {
    max-height: 780px
}

.case-st-sec {
    background: url('../images/case-st-banner.png') 0 0/cover no-repeat;
    padding: 80px 0;
    margin: -150px 0 0;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.case-st-sec-head h3 {
    color: #fff;
    text-align: center;
    font-size: 100px;
    font-weight: 700
}

.case-st-sec-head p {
    font-size: 17px;
    line-height: 22px;
    text-align: center;
    color: #ffff;
    padding: 15px 0 50px
}

.case-st-sec-head-inner h4 {
    color: #ffff;
    font-size: 32px;
    font-family: Averta;
    font-weight: 700;
    line-height: 45px
}

.case-st-sec-head-inner h3 {
    color: #4348b7;
    font-weight: 700;
    font-size: 45px;
    font-family: Averta;
    padding: 20px 0
}

.case-st-sec-head-inner p {
    font-size: 17px;
    line-height: 22px;
    color: #fff;
    padding: 0 0 25px
}

.case-st-img-11 {
    position: absolute;
    left: 40px;
    top: 15px
}

.case-st-sec-img {
    position: relative;
    z-index: 1;
    padding: 80px 0 0
}

.case-st-sec-img::before {
    position: absolute;
    content: "";
    border-radius: 5px;
    background-color: #4348b7;
    width: 469px;
    height: 315px;
    z-index: -1;
    bottom: 20px;
    left: 0
}

.client-st-bf-1 {
    position: absolute;
    left: 50px
}

.client-st-bf-2 {
    position: absolute;
    right: 180px;
    bottom: -160px
}

.case-st-sec .slick-arrow:before {
    content: "\f178";
    font-family: FontAwesome;
    font-size: 25px;
    color: #5a95fa;
    transition: .5s
}

.case-st-sec .slick-prev {
    right: 330px;
    bottom: 50px;
    margin: auto
}

.case-st-sec .slick-next {
    right: 275px;
    bottom: 50px;
    margin: auto
}

.testi-sec {
    padding: 65px 0;
    display: none
}

.testi-sec-head h3 {
    color: #000;
    text-align: center;
    font-size: 100px;
    font-weight: 700
}

.testi-sec-head p {
    color: #303030;
    text-align: center;
    font-size: 17px;
    line-height: 22px;
    padding: 15px 0 35px
}

.play-btn {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    align-items: center;
    justify-content: center;
    display: none
}

.testi-sec-box {
    background: #4348b7;
    padding: 40px 23px;
    border-radius: 5px;
    position: relative;
    margin: 30px 0 0
}

.testi-sec-box p {
    color: #ffff;
    font-size: 17px;
    line-height: 26px
}

.testi-sec-box img {
    position: absolute;
    left: -14px;
    top: -30px
}

.testi-sec-box h6 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    padding: 15px 0 0
}

.testi-sec {
    background: url('../images/testi-bg.png') center/cover no-repeat;
    position: relative
}

.testi-bf-img {
    position: absolute;
    top: 420px;
    bottom: 0;
    margin: auto;
    left: 320px
}

.footer-form input:focus,
.footer-form textarea:focus {
    background: 0 0;
    border: 1px solid #ffff
}

.footer-form input:focus::placeholder {
    color: #ffff
}

.footer-form textarea:focus::placeholder {
    color: #ffff
}

.faq-bf-img {
    position: absolute;
    bottom: 120px;
    right: -50px
}

.faq-sec {
    background: url('../images/faq-banner.webp') 0 0/cover no-repeat;
    padding: 90px 0
}

.faq-head h3,
.footer-form h3 {
    color: #ffff;
    font-size: 63px;
    font-weight: 700;
    padding: 0 0 25px
}

.accordion-item {
    border-radius: 5px;
    background-color: rgb(73 73 73/60%);
    padding: 13px 20px;
    margin: 0 0 15px;
    border: 1px solid transparent;
    transition: .5s
}

button.accordion-button {
    color: #fff;
    font-size: 18px;
    padding: 0
}

.footer-form input,
.footer-form textarea {
    background: #fff;
    transition: .5s;
    width: 100%
}

.accordion-body {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    padding: 15px 0 10px
}

.accordion-button:not(.collapsed)::after {
    background-image: none !important;
    transform: rotate(0) !important;
    position: absolute !important;
    content: "\f077" !important
}

.accordion-button::after {
    content: "" !important;
    background-image: none !important;
    background-size: 1.25rem !important;
    transition: transform .2s ease-in-out !important;
    position: absolute !important;
    content: "\f078" !important;
    font-family: FontAwesome;
    right: 30px !important;
    color: #4348b7;
    font-size: 16px
}

.footer-form input {
    height: 45px;
    border-radius: 5px;
    margin: 0 0 13px;
    padding: 0 10px 0 15px;
    border: 1px solid;
    color: #000
}

.footer-form input:focus,
.footer-form textarea:focus {
    color: #fff;
}

.footer-form i::placeholder,
.footer-form input::placeholder {
    color: #000
}

.footer-form textarea {
    resize: none;
    height: 150px;
    border-radius: 5px;
    margin: 0 0 20px;
    padding: 15px 10px 10px 15px;
    color: #000
}

.footer-form textarea::placeholder {
    color: #000
}

.dmca-box,
.footer-form-btn,
.video-agency-sec-cta {
    display: flex;
    align-items: center;
    column-gap: 20px
}

.footer-form-btn li button,
.footer-head-form button {
    padding: 15px 37px;
    background: #4348b7;
    color: #ffff;
    font-size: 16px;
    font-family: AvertaW01
}

.accordion-active {
    border: 1px solid #fff;
    background: 0 0
}

.social-sec {
    padding: 40px 0
}

.about-tech-icon-box,
.social-sec-list {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.footer-sec {
    background: url('../images/footer-bg.webp') 0 0/cover no-repeat;
    padding: 80px 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.copy-para,
.dmca {
    padding: 20px 0
}

.footer-head-1 h5,
.footer-head-2 h5 {
    color: #ffff;
    font-size: 20px;
    
    text-transform: uppercase;
    padding: 0 0 20px
}

.footer-head-1 p {
    color: #ddd;
    font-size: 16px;
    line-height: 25px
}

.footer-head-1 a {
    padding: 15px 37px;
    background: #4348b7;
    color: #ffff;
    font-size: 16px;
    
    margin: 15px 0 20px
}

.copy-para p,
.ftr-link li a {
    font-family: Poppins;
    font-weight: 500
}

.footer-head-2 ul li a {
    color: #ddd;
    font-size: 16px;
    padding: 0 0 15px;
    transition: .2s linear
}

.footer-head-2 ul li a:hover {
    transform: scale(1.1);
    color: #7b7fe0
}

.footer-head-form input {
    height: 45px;
    border: 2px solid #ffff;
    width: 100%;
    border-radius: 5px;
    padding: 0 10px 0 15px;
    margin: 0 0 15px
}

.footer-head-form input::placeholder {
    color: #ffff
}

.copy-para {
    background: #080a10
}

.copy-para p {
    color: #fff;
    font-size: 16px
}

.footer-bf-2 {
    position: absolute;
    right: 0;
    bottom: 110px;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: 60s linear infinite asteroid;
    -moz-animation: 60s linear infinite asteroid;
    animation: 60s linear infinite asteroid;
    z-index: -1
}

.footer-bf-1 {
    position: absolute;
    top: -90px
}

.app-banner-img,
.inner-banner,
.inner-portfolio,
.mob-app-service-banner,
.portfolio_box,
.portfolio_box a,
.pricing-box,
.pricing-box h5,
.pricing-cta,
.support-sec {
    position: relative
}

.ftr-link {
    display: flex;
    align-items: center;
    justify-content: end
}

.ftr-link li a {
    color: #ffff;
    padding: 0 10px;
    border-left: 1px solid;
    transition: .2s linear;
}

.ftr-link li a:hover {
    color: #7b7fe0;
}

.ftr-link li:first-child a {
    border: none;
    padding: 0 10px 0 0
}

.service-we-box:hover .service-we-box-head {
    bottom: 20px
}

.portfolio_box a:hover img,
.service-we-box:hover {
    transform: scale(1.1)
}

.app-banner-img {
    top: -60px;
    left: 20px
}

.support-sec {
    background: url(../images/support-bg.webp);
    padding: 70px 0;
    z-index: 2
}

.support-sec h3 {
    color: #000;
    font-size: 63px;
    font-weight: 700;
    text-align: center
}

.support-sec p {
    color: #000;
    font-size: 17px;
    line-height: 21px;
    text-align: center;
    padding: 25px 0
}

.pricing-box:hover del,
.pricing-box:hover span,
.support-sec .feature-sec-btn li:first-child a,
.txt-white h3,
.txt-white p,
.why-video-sec-box.active h5,
.why-video-sec-box.active p,
.why-video-sec-box:hover h5,
.why-video-sec-box:hover p {
    color: #ffff
}

.faq-list li {
    padding: 0 0 10px;
    list-style: auto
}

.faq-list {
    margin: 15px 0 0 23px
}

.inner-banner {
    min-height: 700px;
    display: flex;
    align-items: center;
    padding: 90px 0 0;
    background-repeat: no-repeat !important;
    background-size: cover !important
}

.inner-banner-head h5 {
    color: #7b7fe0;
    font-size: 22px;
    
    text-align: center
}

.inner-banner-head h1,
.inner-banner-head h3 {
    color: #ffff;
    font-size: 100px;
    font-weight: 700;
    text-align: center;
    line-height: 90px;
    padding: 20px 0
}

.inner-banner-head a {
    padding: 14px 34px;
    background: #4348b7;
    color: #ffff;
    font-size: 16px;
    
    display: table;
    margin: auto;
    transition: .2s linear;
}

.mob-app-service-sec-head h3 {
    text-align: center;
    font-size: 60px;
    color: #000;
    font-weight: 700
}

.mob-app-service-sec-head p {
    color: #303030;
    text-align: center;
    font-size: 17px;
    line-height: 22px;
    padding: 15px 0 60px
}

.mob-app-service-sec-list li {
    font-size: 17px;
    padding: 0 0 18px;
    display: flex
}

ul.mob-app-service-sec-list li i,
ul.web-banner-list li i {
    color: #4348b7;
    padding: 0 13px 0 0
}

.mob-app-service-sec-client-logo {
    display: flex;
    align-items: center;
    column-gap: 20px;
    margin: 30px 0 0
}

.mob-app-service-sec-img::before {
    position: absolute;
    content: "";
    background: url(../images/mob-app-img-1-bf.png);
    width: 895px;
    height: 145px;
    left: -210px;
    margin: auto;
    bottom: -50px;
    z-index: -1
}

.mob-app-service-sec-img::after {
    position: absolute;
    content: "";
    background: url(../images/mob-app-img-1-af.png);
    z-index: -1;
    width: 169px;
    height: 183px;
    left: -80px;
    top: -10px
}

.mob-app-service-sec::before {
    position: absolute;
    content: "";
    background: url(../images/inner-page-af.png);
    width: 538px;
    height: 576px
}

.mob-app-service-sec::after {
    position: absolute;
    content: "";
    background: url(../images/inner-page-bf.png);
    width: 629px;
    height: 535px;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.mob-app-service-banner {
    background: url(../images/mob-app-service-banner.png);
    background-repeat: no-repeat !important;
    padding: 70px 0;
    height: 769px;
    background-size: cover !important;
    background-attachment: fixed !important
}

.mob-app-service-banner .slick-arrow:before {
    content: "\f178";
    font-family: FontAwesome;
    font-size: 20px;
    color: #ffff;
    line-height: 47px;
    transition: .5s
}

.mob-app-service-banner .slick-prev {
    top: 190px;
    left: -70px;
    margin: auto
}

.mob-app-service-banner .slick-next {
    top: 190px;
    right: -70px
}

.mob-app-service-box {
    background: #fff;
    padding: 40px 20px 20px;
    border-radius: 5px
}

.mob-app-service-banner .container {
    max-width: 1500px
}

.mob-app-service-box span {
    color: #4348b7;
    font-size: 60px;
    font-weight: 700;
    font-family: bebas neue
}

.mob-app-service-box h5 {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    font-family: Poppins;
    line-height: 30px;
    padding: 10px 0
}

.mob-app-service-box p {
    color: #707070;
    font-size: 16px;
    line-height: 21px;
    padding: 0 0 20px;
    min-height: 186px
}

.mob-app-service-banner .slick-list {
    height: 440px
}

.pricing-box::after,
.pricing-box::before {
    position: absolute;
    border-radius: 50%;
    width: 410px;
    height: 411px;
    left: -30px;
    z-index: -1;
    right: 0;
    content: ""
}

.inner-client-logo-list {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 140px
}

.inner-client-logo {
    padding: 30px 0
}

.portfolio_box {
    margin-bottom: 20px;
    border-radius: 0;
    overflow: hidden
}

.portfolio_box a {
    transition-duration: .5s;
    width: 100%;
    display: block
}

.portfolio_box img {
    width: 100%;
    object-fit: fill;
    transition-duration: .9s
}

.portfolio_box a:hover:before {
    bottom: 0
}

.portfolio_box a:hover:after {
    content: "Preview";
    position: absolute;
    background: url(../images/preview-search.gif) center/30% no-repeat;
    height: 180px;
    width: 400px;
    top: -30px;
    bottom: 0;
    left: -30px;
    right: 0;
    display: grid;
    color: #fff;
    text-align: center;
    line-height: 33px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px;
    z-index: 99;
    margin: auto;
    align-items: end
}

.portfolio_box a::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #0000008a;
    bottom: -380px;
    overflow: hidden;
    z-index: 2;
    transition: .5s
}

.inner-portfolio {
    padding: 80px 0 60px;
    z-index: 1
}

.pricing-sec {
    padding: 70px 0 50px;
    background: #0f0f13
}

.pricing-box {
    background: #f2f2f2;
    border-radius: 5px;
    padding: 25px 20px 25px 0;
    overflow: hidden;
    z-index: 1;
    margin: 0 0 30px;
    transition: .5s
}

.pricing-box span {
    margin: auto;
    font-size: 90px;
    font-family: bebas neue;
    color: #101010;
    padding: 20px 0 0 20px
}

.pricing-box span strong {
    font-size: 90px;
    position: relative;
    bottom: 0
}

.pricing-box h5 {
    font-size: 18px;
    font-weight: 700;
    font-family: Poppins;
    padding: 15px 30px 15px 20px;
    transition: .5s;
    background: #4348b7;
    max-width: fit-content;
    border-radius: 0 25px 25px 0;
    color: #fff
}

.pricing-list li {
    padding: 0 0 5px;
    font-size: 15px;
    font-weight: 500;
    font-family: Poppins;
    display: flex;
    line-height: 21px
}

.pricing-cta {
    display: flex;
    align-items: center;
    column-gap: 10px;
    justify-content: center;
    padding: 40px 0 0
}

.pricing-cta li:first-child a {
    padding: 15px 22px;
    background: #000;
    color: #ffff;
    font-size: 16px;
    font-family: AvertaW01
}

.pricing-cta li:nth-child(2) a {
    padding: 15px 22px;
    color: #ffff;
    font-size: 16px;
    
    background: #4348b7
}

.pricing-list {
    margin: 30px 0 0;
    height: 300px;
    overflow-y: scroll;
    padding: 0 0 0 20px
}

.pricing-box::before {
    margin: auto;
    top: -220px
}

.pricing-box::after {
    margin: auto;
    top: -430px;
    transition: .5s;
    background-image: -moz-linear-gradient(-99deg, #8450ff 0, #0eb8ff 100%);
    background-image: -ms-linear-gradient(-99deg, #8450ff 0, #0eb8ff 100%)
}

.inner_vid,
.video-animation-banner::before {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0
}

.pricing-box:hover::after {
    top: -220px
}

.pricing-list li i {
    color: #4348b7;
    padding: 0 8px 0 0
}

.inner-contact-sec {
    background: url('../images/inner-contact-banner.png') 0 0/cover no-repeat;
    padding: 100px 0
}

.inner-contact-logos {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.inner-contact-logos li {
    margin: 0 0 30px
}

.inner_vid {
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
    object-fit: cover;
    z-index: 0
}

.video-animation-banner::before {
    content: "";
    background: #000000ad;
    z-index: 1;
    top: 0
}

.video-agency-sec {
    padding: 70px 0;
    position: relative;
    background: url('../images/video-animation-sec-banner.png') 0 0/cover no-repeat
}

.video-agency-sec-head p {
    color: #4e4e4e;
    font-size: 17px;
    line-height: 22px;
    padding: 0 0 30px
}

.video-agency-sec-cta li:nth-child(2) a {
    color: #000;
    text-transform: uppercase;
    font-family: AvertaW01
}

.why-video-sec-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.why-video-sec-list li {
    width: 30%;
    margin: 0 18px 40px
}

.why-video-sec-box {
    background: #f5f5f5;
    padding: 60px 15px;
    text-align: center;
    border-radius: 5px;
    transition: .5s
}

.why-video-sec-list li:nth-child(2) {
    height: 330px
}

.why-video-sec-list li:nth-child(5) {
    height: 270px
}

.why-video-sec-box h5 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    font-family: Poppins;
    padding: 20px 0 15px
}

.ecom-future-box p,
.why-video-sec-box p {
    color: #303030;
    font-size: 17px;
    line-height: 22px
}

.why-video-sec {
    position: relative;
    padding: 70px 0 100px;
    background: url(../images/why-video-sec-banner.png) center no-repeat
}

.video-feature-sec .feature-sec {
    background: url(../images/video-feature-sec-bg.png)
}

.animation-inner-client-logo {
    background: #ffff;
    box-shadow: 0 31px 60px 0 rgba(0, 0, 0, .08)
}

.review-box {
    background: #f4f4f4;
    border-radius: 5px;
    padding: 45px 20px;
    text-align: center;
    margin: 0 0 30px;
    transition: .5s
}

.review-box h5 {
    color: #000;
    font-size: 30px;
    font-weight: 600;
    padding: 20px 0 15px
}

.review-box p {
    color: #000;
    font-size: 16px;
    line-height: 25px;
    padding: 0 0 30px;
    min-height: 330px
}

.coma {
    position: absolute;
    left: 50px
}

.review-sec {
    padding: 70px 0;
    background: url(../images/review-sec-banner.png)
}

.review-sec-head h4 {
    color: #3939ff;
    text-align: center;
    font-size: 35px;
    font-weight: 700
}

.review-sec-head h3 {
    text-align: center;
    font-size: 70px;
    font-weight: 700;
    padding: 10px 0
}

.review-sec-head p {
    color: #303030;
    text-align: center;
    font-size: 17px;
    line-height: 24px;
    padding: 0 0 40px
}

.menu-box-1 {
    height: 100vh;
    background: url(../images/menu-box-1.png);
    z-index: 1;
    position: relative
}

.menu-box-2 {
    background: #ffff;
    height: 100vh;
    padding: 120px 170px
}

img {
    height: auto
}

.menu-Bar {
    display: block;
    top: 0
}

.menuWrap.open {
    transition-duration: 1s;
    left: 0
}

.menuWrap {
    position: fixed;
    left: -210%;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #000;
    display: flex;
    justify-content: center;
    flex-flow: column;
    transition-duration: 2s;
    z-index: 3;
    width: 100vw
}

ul.menu li a {
    padding: 0;
    display: block;
    text-align: center;
    margin-bottom: 15px;
    margin-right: 0;
    color: #fff;
    font-size: 15px;
    text-transform: capitalize
}

.logo img {
    max-width: 100%;
}

.container {
    position: relative;
    max-width: 1200px
}

header .main-header ul.menu>li {
    display: block;
    margin: 0;
    padding: 0
}

.menu-box-links li a {
    font-family: bebas neue;
    font-size: 50px;
    color: #000;
    font-weight: 700;
    padding: 0 0 15px;
    position: relative
}

.menu-box-links-2,
.windowScreenHead ul>li.last {
    margin: 0
}

.menu-box-dd {
    display: none;
    padding: 0 0 0 30px;
    position: relative
}

.dd-box i {
    padding: 0 0 0 20px
}

video.menu-video {
    object-fit: cover;
    height: 972px;
    width: 100%
}

.seo-content-head h3 {
    color: #000;
    font-size: 60px;
    font-weight: 700;
    padding: 0 0 20px
}

.seo-feature-sec .feature-sec {
    background: url(../images/seo-ft-banner.png)
}

.services-section-four {
    position: relative;
    padding-top: 270px;
    padding-bottom: 150px;
    background-color: #f4f4f4
}

.services-section-four.style-two {
    padding-top: 50px;
    padding-bottom: 50px
}

.services-section-four .pattern-bottom-layer {
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 168px;
    background-position: center bottom;
    background-repeat: repeat-x
}

.services-section-four.margin-top {
    margin-top: -176px
}

.services-section-four .pattern-layer-one {
    position: absolute;
    left: 0;
    top: 150px;
    width: 493px;
    height: 938px;
    background-repeat: no-repeat
}

.services-section-four .pattern-layer-two {
    position: absolute;
    right: 0;
    top: 0;
    width: 493px;
    height: 938px;
    background-repeat: no-repeat
}

.services-section-four .row {
    margin: 0 -30px
}

.services-section-four .service-block-four {
    padding: 0 30px
}

.service-block-four {
    position: relative;
    margin-bottom: 20px
}

.service-block-four .inner-box {
    position: relative;
    padding: 25px 50px;
    overflow: hidden;
    border-left: 5px solid #5c73ff;
    border-radius: 0 10px 10px 0;
    background: #f4f4f4;
    min-height: 232px
}

.service-block-four .inner-box:hover {
    border-color: #19afff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1)
}

.service-block-four .inner-box .patern-layer {
    position: absolute;
    right: 0;
    top: 0;
    width: 102px;
    height: 102px;
    transform: translateX(176px);
    background-repeat: no-repeat;
    -webkit-transition: .6s;
    -moz-transition: .6s;
    -ms-transition: .6s;
    -o-transition: .6s;
    transition: .6s
}

.service-block-four .inner-box .side-icon,
.service-block-four .inner-box .text,
.service-block-four .inner-box h5 a,
.service-block-four .inner-box:before {
    -webkit-transition: .6s;
    -moz-transition: .6s;
    -ms-transition: .6s;
    -o-transition: .6s
}

.service-block-four .inner-box:hover .patern-layer {
    transform: translateX(0);
    transition-delay: .4s
}

.service-block-four .inner-box:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    transition: .6s;
    background: #4348b7
}

.service-block-four .inner-box:hover::before {
    width: 100%
}

.service-block-four .inner-box h5 {
    position: relative;
    font-weight: 600;
    line-height: 35px;
    margin-left: 20px;
    font-size: 25px;
    font-family: Poppins
}

.service-block-four .inner-box h5 a {
    position: relative;
    color: #222;
    transition: .6s
}

.service-block-four .inner-box .text {
    position: relative;
    color: #777;
    font-size: 15px;
    line-height: 23px;
    margin-top: 15px;
    display: block;
    transition: .6s
}

.service-block-four .inner-box .side-icon {
    position: absolute;
    right: -15px;
    bottom: -15px;
    font-size: 80px;
    line-height: 1em;
    color: #e6e9f6;
    transition: .6s
}

.service-block-four .inner-box:hover .side-icon {
    color: #fff;
    opacity: .2
}

.service-block-four .inner-box .icon-box .icon {
    position: relative;
    float: left
}

.service-block-four .inner-box:hover img {
    filter: drop-shadow(2px 4px 6px black)
}

.service-block-four .inner-box .icon-box {
    position: relative;
    color: #0a2aa6;
    font-size: 40px;
    line-height: 1em;
    -webkit-transition: .6s;
    -moz-transition: .6s;
    -ms-transition: .6s;
    -o-transition: .6s;
    display: flex;
    transition: .6s;
    align-items: center
}

.hme-serv-sec .service-block-four .inner-box {
    background: #f4f4f4
}

.seo-why-choose {
    padding: 70px 0;
    background: url(../images/seo-why-banner.png)
}

.menu-box-dd li a {
    font-size: 25px;
    font-weight: 400
}

.menu-box-links-3 {
    display: flex;
    align-items: center;
    margin: 50px 0 0;
    column-gap: 30px
}

.menu-box-links-3 li a {
    color: #000;
    font-size: 50px
}

.menu-box-dd li a::before {
    position: absolute;
    content: "-";
    left: -27px;
    font-size: 50px;
    top: -13px
}

.web-banner-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px 0
}

.web-banner-list li {
    color: #ffff;
    font-size: 17px;
    padding: 0 0 18px;
    width: 34%
}

.web-design-banner-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    margin: 0 0 50px
}

.ecom-future-box:hover,
.slick-current .home-banner-tab-box a,
.web-design-banner-cta li:nth-child(2) a {
    background: #ffff;
    color: #000
}

.web-client-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 40px
}

.web-design-banner {
    padding: 80px 0 0
}

.windowScreen {
    border-radius: 10px;
    background-color: #4348b7;
    width: 600px;
    height: 470px;
    overflow: hidden;
    background: linear-gradient(to left, #6769ff, #4348b7)
}

.website-view-box {
    border-radius: 6px;
    background-color: #cdbba0;
    width: 701px;
    height: 430px;
    z-index: 0;
    position: relative;
    overflow: hidden
}

.windowScreenHead ul>li {
    display: inline-block;
    margin-right: 8px
}

.windowScreenHead ul {
    font-size: 0
}

.windowScreenHead {
    padding: 15px;
    position: relative;
    z-index: 1
}

.website-view-inner img {
    -webkit-animation: 4s cubic-bezier(.694, 0, .335, 1) 4s forwards scrollScreen;
    animation: 4s cubic-bezier(.59, -.11, .39, 1.06) 4s forwards scrollScreen;
    animation-direction: alternate;
    animation-iteration-count: infinite
}

.windowScreen.portalscreen {
    background: 0 0
}

.scrollAnimation2 img {
    -webkit-animation: 6s cubic-bezier(.694, 0, .335, 1) 6s forwards scrollScreenTwo;
    animation: 6s cubic-bezier(.59, -.11, .39, 1.06) 6s forwards scrollScreenTwo;
    animation-iteration-count: infinite;
    animation-direction: alternate
}

@keyframes btotreverse {
    0% {
        top: 75px;
        opacity: 1
    }
    100% {
        top: 115px;
        opacity: 0
    }
}

@keyframes btot {
    0% {
        top: 115px;
        opacity: 0
    }
    100% {
        top: 40px;
        opacity: 1
    }
}

@keyframes scrollScreen {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    30% {
        -webkit-transform: translate3d(0, -500px, 0);
        transform: translate3d(0, -500px, 0)
    }
    45% {
        -webkit-transform: translate3d(0, -920px, 0);
        transform: translate3d(0, -920px, 0)
    }
    65% {
        -webkit-transform: translate3d(0, -1810px, 0);
        transform: translate3d(0, -1810px, 0)
    }
    to {
        -webkit-transform: translate3d(0, -2756px, 0);
        transform: translate3d(0, -2398px, 0)
    }
}

@keyframes scrollScreenTwo {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    30% {
        -webkit-transform: translate3d(0, -500px, 0);
        transform: translate3d(0, -500px, 0)
    }
    45% {
        -webkit-transform: translate3d(0, -920px, 0);
        transform: translate3d(0, -920px, 0)
    }
    65% {
        -webkit-transform: translate3d(0, -1810px, 0);
        transform: translate3d(0, -1810px, 0)
    }
    to {
        -webkit-transform: translate3d(0, -2756px, 0);
        transform: translate3d(0, -1999px, 0)
    }
}

@media(max-width:1440px) {
    @keyframes scrollScreen {
        0% {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0)
        }
        30% {
            -webkit-transform: translate3d(0, -500px, 0);
            transform: translate3d(0, -500px, 0)
        }
        45% {
            -webkit-transform: translate3d(0, -920px, 0);
            transform: translate3d(0, -920px, 0)
        }
        65% {
            -webkit-transform: translate3d(0, -1810px, 0);
            transform: translate3d(0, -1110px, 0)
        }
        to {
            -webkit-transform: translate3d(0, -2756px, 0);
            transform: translate3d(0, -200px, 0)
        }
    }
    @keyframes scrollScreenTwo {
        0% {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0)
        }
        30% {
            -webkit-transform: translate3d(0, -500px, 0);
            transform: translate3d(0, -500px, 0)
        }
        45% {
            -webkit-transform: translate3d(0, -920px, 0);
            transform: translate3d(0, -920px, 0)
        }
        65% {
            -webkit-transform: translate3d(0, -1810px, 0);
            transform: translate3d(0, -1110px, 0)
        }
        to {
            -webkit-transform: translate3d(0, -2756px, 0);
            transform: translate3d(0, -200px, 0)
        }
    }
}

.seo-content-head span {
    color: #000;
    font-size: 17px;
    line-height: 24px;
    font-weight: 500;
    font-family: Poppins;
    padding: 0 0 20px
}

.web-ser-bf-1 {
    position: absolute;
    left: 0;
    bottom: 0
}

.web-ser-bf-2 {
    position: absolute;
    right: 70px;
    bottom: 200px
}

.inner-portfolio {
    background: url(../images/portfolio-banner.png)
}

.contact-banner .inner-banner-head p {
    color: #fff;
    font-size: 17px;
    line-height: 24px;
    text-align: center;
    padding: 0 0 20px
}

.contact-form-inner input,
.contact-form-inner select {
    border-radius: 5px;
    background-color: #f3f3f3;
    height: 45px;
    width: 100%;
    margin: 0 0 12px;
    padding: 0 20px 0 25px
}

.contact-form-inner input::placeholder {
    color: #000
}

.contact-form-inner textarea::placeholder {
    color: #000
}

.contact-form-inner textarea {
    border-radius: 5px;
    background-color: #f3f3f3;
    height: 160px;
    width: 100%;
    margin: 0 0 12px;
    padding: 20px 20px 15px 25px;
    resize: none
}

.contact-form-inner button {
    padding: 14px 34px;
    background: #4348b7;
    color: #ffff;
    font-size: 16px;
    
    display: table;
    margin: auto;
    width: 100%
}

.contact-bf-1 {
    right: 70px;
    position: absolute;
    bottom: 0
}

.contact-sec .mob-app-service-sec-head p {
    padding-bottom: 40px
}

.contact-bf-2 {
    position: absolute;
    left: 220px;
    top: 200px
}

.contact-details-icon {
    border-radius: 50%;
    background-color: #15b2ff;
    width: 74px;
    height: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto
}

.contact-details-sec {
    background: #4348b7;
    padding: 40px 0
}

.contact-details-sec .row {
    justify-content: center;
    align-items: center
}

.contact-details-box h5,
.contact-details-box h5 a {
    color: #fff;
    font-size: 17px;
    
    padding: 10px 0
}

.contact-details-box p {
    color: #fff;
    padding: 0 0 10px;
    line-height: 22px
}

.contact-details-box a,
.ftr-list.contact-det li a {
    color: #ffff;
    font-size: 17px;
    transition: .2s linear;
}

.contact-details-box a:hover,
.ftr-list.contact-det li a:hover {
    color: #7b7fe0;
}

.menu-box-video::before {
    position: absolute;
    content: "";
    background: rgb(0 0 0/50%);
    width: 100%;
    height: 100%;
    left: 0
}

.testi-sec-slider .slick-dots {
    position: absolute;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0
}

.home-testi .testi-sec-slider .slick-dots {
    bottom: -60px
}

.mainpkge h3 s,
li.dd-link i {
    font-size: 40px
}

.service-we-box::before {
    position: absolute;
    content: "";
    background: #00000085;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.terms-sec h3 {
    color: #0a0d20;
    font-size: 50px;
    font-weight: 600;
    padding: 10px 0 0
}

.terms-sec {
    padding: 50px 0
}

.terms-sec p {
    color: #303030;
    font-size: 17px;
    line-height: 28px;
    padding: 5px 0
}

.terms-sec ul li {
    color: #303030;
    font-size: 17px;
    padding: 0 0 20px;
    list-style: disc
}

.terms-sec ul {
    margin: 0 0 0 20px
}

.dropdown-box {
    position: absolute;
    left: 0;
    top: 25px;
    padding: 0;
    background-color: #191644;
    box-shadow: 0 0 3px 0 rgb(255 255 255);
    width: 290px;
    transition: .5s;
    transform: scale(0)
}

.dd-link-ser:hover .dropdown-box {
    transform: scale(1)
}

.dropdown-box li a {
    padding: 15px 0 15px 25px;
    width: 100%;
    transition: .5s
}

.dropdown-box li {
    width: 100%;
    transition: .5s
}

.about-content-head .mob-app-service-sec-list {
    column-count: 2;
    margin: 0 0 20px
}

.about-content-head .mob-app-service-sec-list li {
    display: flex;
    line-height: 24px;
    align-items: center;
    padding: 0 0 5px
}

.about-tech-banner {
    background: url('../images/about-tech-banner.png') 0 0/cover no-repeat;
    padding: 80px 0;
    position: relative;
    z-index: 1
}

.about-tech-box {
    padding: 25px 20px 20px;
    border: 1px solid #fff;
    border-radius: 5px;
    transition: .5s
}

.about-tech-icon-box h5 {
    color: #ffff;
    font-size: 25px;
    font-weight: 600
}

.about-tech-box ul li {
    color: #fff;
    font-size: 17px;
    padding: 0 0 15px
}

.about-tech-box ul li i {
    padding: 0 8px 0 0
}

.about-tech-icon-box img,
.ecom-future-box img {
    height: 50px
}

.about-tech-box:hover,
.process-sec-about-box:hover {
    background: #ffff
}

.about-tech-box:hover h5,
.about-tech-box:hover li,
.process-sec-about-box:hover h5,
.process-sec-about-box:hover p {
    color: #000
}

.passion-sec::before {
    position: absolute;
    content: "";
    background: url(../images/passion-bg.png);
    width: 1041px;
    height: 1027px;
    right: 0;
    top: -190px
}

.domain-million-sec .mob-app-service-sec-head h3,
.domain-million-sec .mob-app-service-sec-head p,
.passion-sec .mob-app-service-sec-head h3 {
    text-align: left
}

.passion-sec .mob-app-service-sec-head p {
    text-align: left;
    color: #303030;
    line-height: 25px
}

.passion-sec-img::before {
    content: "";
    border: 3px solid #4348b7;
    border-radius: 5px;
    background-color: transparent;
    position: absolute;
    width: 474px;
    height: 328px;
    left: -15px;
    z-index: -1;
    top: 12px
}

.global-sec {
    background: url('../images/global-banner.png') 0 0/cover no-repeat;
    padding: 70px 0
}

.global-sec-head ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 40px
}

.global-sec-box {
    background: #4348b7;
    padding: 40px 35px 90px;
    border-radius: 5px
}

.global-sec-box h3 {
    color: #ffff;
    font-size: 60px;
    font-weight: 700
}

.global-sec-box p {
    color: #fff;
    font-size: 16px;
    line-height: 25px;
    padding: 10px 0 0
}

.global-sec-head h4 {
    color: #ffff;
    font-size: 45px;
    font-weight: 700
}

.global-sec-head p {
    color: #fff;
    font-size: 16px;
    line-height: 25px;
    padding: 20px 0 40px
}

.global-sec .slick-arrow {
    font-size: 0;
    position: absolute;
    cursor: pointer;
    z-index: 1;
    padding: 0;
    height: 35px;
    width: 35px;
    background: #ffff;
    border-radius: 50%
}

.global-sec .slick-arrow:before {
    font-family: FontAwesome;
    font-size: 15px;
    color: #000;
    transition: .5s
}

.global-sec .slick-prev {
    top: 250px;
    left: 30px;
    margin: auto
}

.global-sec .slick-next {
    top: 250px;
    left: 75px
}

.portfolio-sec,
.transform-sec,
section.types-of-web-app {
    padding: 70px 0
}

.transform-sec h4 {
    color: #3a7af3;
    font-size: 35px;
    font-weight: 700;
    text-align: center
}

.transform-sec-list {
    display: flex;
    justify-content: center;
    column-gap: 100px;
    margin: 50px 0 0
}

.transform-sec h3 {
    text-align: center;
    font-size: 63px;
    font-weight: 700;
    padding: 10px 0 15px
}

.transform-sec p {
    color: #303030;
    font-size: 17px;
    line-height: 25px;
    text-align: center
}

.process-sec-about {
    background: url('../images/process-sec-about-banner.png') 0 0/cover no-repeat;
    padding: 80px 0
}

.process-sec-about-box {
    padding: 35px 15px;
    border: 1px solid #ffff;
    border-radius: 5px;
    color: #ffff;
    transition: .5s;
    min-height: 300px
}

.process-sec-about-box span {
    font-size: 45px;
    font-weight: 700;
    font-family: bebas neue;
    color: #4348b7
}

.process-sec-about-box h5 {
    font-size: 25px;
    line-height: 31px;
    font-weight: 600;
    font-family: Poppins;
    padding: 10px 0
}

.process-sec-about-box p {
    line-height: 25px
}

.web-hosting-sec {
    padding: 90px 0;
    position: relative
}

.web-hosting-sec::before {
    position: absolute;
    content: "";
    background: url(../images/domain-sec-hosting-banner.png);
    width: 986px;
    height: 544px;
    right: 0;
    top: 0
}

.web-hosting-sec .feature-sec-btn {
    display: flex;
    flex-wrap: inherit;
    justify-content: start
}

.feature-sec-btn li:first-child a {
    color: #ffff;
    background: #4348b7;
    transition: .2s linear;
}

.domain-sec-img {
    position: absolute;
    top: -150px
}

.domain-sec-img.mob-app-service-sec-img::after {
    top: 160px
}

.domain-million-sec {
    background: url('../images/domain-million-sec.png') 0 0/cover no-repeat;
    padding: 80px 0
}

.domain-million-sec .container {
    max-width: 1320px
}

.domain-million-sec .feature-sec-btn {
    justify-content: start
}

.domain-million-sec .mob-app-service-sec-head p {
    padding-bottom: 20px;
    line-height: 26px
}

.ecom-web-sec::before {
    position: absolute;
    content: "";
    background: url(../images/ecom-web-banner.png);
    width: 806px;
    height: 599px;
    bottom: 0
}

.ecom-web-sec .mob-app-service-sec-img::after {
    top: 310px;
    left: -50px
}

.ecom-web-sec .mob-app-service-sec-head p {
    padding-bottom: 30px
}

.ecom-icon-logo {
    column-gap: 50px
}

.ecom-ft-banner .feature-sec {
    background: url(../images/ecom-ft-banner.png)
}

.web-app-ft-banner .feature-sec {
    background: url(../images/web-app-ft-banner.png)
}

.cater-sec .seo-content-head h3 {
    font-size: 49px;
    line-height: 55px
}

.cater-sec {
    z-index: 1
}

.color-dots {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1
}

.ecom-future-sec {
    background: url('../images/ecom-future-banner.png') 0 0/cover no-repeat;
    padding: 80px 0
}

.ecom-future-box {
    background: #ffff;
    padding: 35px 25px;
    border-radius: 5px;
    transition: .5s
}

.ecom-future-box h5 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    padding: 15px 0
}

.web-app-sec .mob-app-service-sec-head p {
    padding-bottom: 80px
}

.types-of-web-app-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center
}

.types-of-web-app h3 {
    text-align: center;
    font-size: 60px;
    font-weight: 700;
    padding: 0 0 70px
}

.types-of-web-app-box {
    padding: 25px;
    text-align: center;
    border: 2px solid #efefef;
    border-radius: 5px;
    transition: .5s
}

.types-of-web-app-list li {
    width: 22%;
    margin: 0 30px 30px 0
}

.types-of-web-app-box h5 {
    font-size: 20px;
    font-weight: 500;
    padding: 20px 0 0
}

.types-of-web-app-box:hover {
    background: #ffff;
    box-shadow: 0 3px 14px 0 rgb(0 0 0/16%)
}

.web-app-tech-banner .about-tech-icon-box span {
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    font-family: bebas neue
}

.folio-tab-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 40px
}

.folio-tab-list li {
    width: 23%;
    margin: 0 0 30px;
    box-shadow: -1px -2px 15px -3px rgb(0 0 0/16%)
}

.portfolio-sec .container {
    max-width: 1600px
}

.portfolio-box {
    height: 400px;
    overflow: hidden;
    top: 0;
    position: relative
}

.portfolio-box a {
    position: relative;
    transition-duration: 3s;
    top: 0
}

.portfolio-box a:hover {
    top: -760px
}

.portfolio-sec-tab {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 40px;
    column-gap: 30px
}

.portfolio-sec-tab li {
    font-size: 16px;
    font-weight: 600;
    padding: 10px 28px;
    border-radius: 20px;
    cursor: pointer
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

ul.ftr-list.contact-det li {
    display: flex;
    align-items: center;
    padding: 0 0 20px
}

ul.ftr-list.contact-det li i {
    font-size: 20px;
    color: #fff;
    padding: 0 10px 0 0
}

ul.ftr-list.contact-det li:nth-child(2) i {
    font-size: 12px
}

.payment-box h5 {
    color: #ffff;
    font-size: 20px;
    font-weight: 600;
    padding: 0 0 20px
}

.pricing-sec-main {
    padding: 70px 0 30px;
    background-repeat: no-repeat;
    background-size: cover
}

.pricing-tab-list {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 50px
}

.conbowrp .mainpkge .btnwrp,
section.view-detail-page .row {
    align-items: center;
    display: flex
}

.pricing-tab-list li {
    font-size: 18px;
    font-weight: 600;
    padding: 10px 28px;
    border-radius: 20px;
    cursor: pointer
}

.conbowrp .mainpkge {
    display: block;
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 50px 30px 20px;
    border-radius: 40px;
    box-shadow: 0 6px 21px 11px #fff;
    background: #ffff
}

.conbowrp .mainpkge:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 40px;
    background: #eee
}

.conbowrp .mainpkge ul li:before {
    content: "\f00c";
    position: absolute;
    font-family: FontAwesome;
    left: -26px;
    top: 0;
    font-size: 16px;
    color: #4348b7;
    padding: 0 8px 0 0
}

.conbowrp .pkgehead {
    text-align: center;
    background-image: url(../images/pkge-head.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 764px;
    margin: 0 auto -20px;
    position: relative;
    z-index: 1;
    height: 133px
}

.conbowrp .pkgehead h2 {
    color: #fff;
    padding: 15px 0 0;
    font-size: 60px
}

.conbowrp .pkgehead p {
    color: #fff;
    padding: 10px 0 0;
    font-size: 20px
}

.conbowrp .mainpkge .navwrp h4,
section.view-detail-page .pack-wrap h3 {
    font-size: 25px;
    font-weight: 700;
    font-family: Poppins;
    padding: 20px 0;
    transition: .5s
}

.conbowrp .mainpkge .navwrp ul {
    margin: 0 0 0 30px;
    position: relative
}

.conbowrp .mainpkge .navwrp ul li {
    position: relative;
    padding: 0 0 12px;
    font-size: 15px;
    font-weight: 500;
    font-family: Poppins;
    display: flex;
    line-height: 21px
}

.conbowrp .mainpkge .btnwrp {
    padding: 28px 0 0;
    justify-content: space-between
}

.conbowrp .mainpkge .btnwrp .btn-main {
    padding: 15px;
    background: #000;
    color: #ffff;
    font-size: 15px;
}

.conbowrp .mainpkge .btnwrp .btn-secnd {
    padding: 15px;
    color: #ffff;
    font-size: 15px;
    background: #4348b7
}

.conbowrp .mainpkge .imgwrp img {
    width: 130%;
    position: absolute;
    top: 140px;
    left: -80px
}

.discount {
    position: absolute;
    right: -220px;
    max-width: 20%;
    top: 60px
}

.mainpkge h3 {
    position: relative;
    text-align: center;
    font-size: 60px;
    font-weight: 700
}

.mainpkge h3 b {
    font-size: 100px;
    color: #16102a
}

.about-form-div input {
    margin: 0 0 15px
}

.pop-form-new-popp.ta-center-new-pop textarea {
    margin: 0 0 10px
}

.has-scroll-smooth {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.reveal {
    visibility: hidden;
    width: 100%;
    height: 100%;
    max-width: 100%;
    overflow: hidden
}

.pricing-box .del {
    color: #666
}

.pricing-box del {
    color: #666;
    font-size: 18px
}

.pricing-box h5::before {
    position: absolute;
    content: ""
}

.pricing-cta::before {
    position: absolute;
    content: "";
    background-color: #c2c2c2;
    width: 243px;
    height: 1px;
    top: 20px
}

.pricing-box:hover {
    background: #7b7fe0
}

.play-btn {
    background: url(../images/play-btn.png)
}

section.view-detail-page {
    padding: 80px 0
}

section .view-detail-page {
    float: left;
    width: 100%
}

section.view-detail-page .price-pack-dtl-pg {
    padding: 0 0 30px;
    box-shadow: 0 3px 30px #0000001f;
    text-align: center;
    height: 520px;
    display: flex;
    align-items: center;
    flex-flow: column
}

section.view-detail-page .price-pack-dtl-pg h3 {
    background: #4348b7;
    color: #ffff;
    font-size: 44px;
    font-weight: 600;
    padding: 8px 50px;
    border-radius: 20px;
    display: table;
    margin: auto
}

section.view-detail-page .price-pack-dtl-pg b {
    font-size: 145px;
    font-family: bebas neue
}

section.view-detail-page .price-pack-dtl-pg span {
    padding: 15px;
    background: #000;
    color: #ffff;
    font-size: 25px;
    font-family: AvertaW01
}

section.view-detail-page ul {
    height: 490px;
    overflow-x: hidden;
    overflow-y: scroll;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap
}

section.view-detail-page ul li {
    padding: 14px 0 14px 20px;
    border-bottom: 1px dotted;
    font-size: 16px;
    font-weight: 500;
    font-family: Poppins;
    width: 50%;
    position: relative;
    line-height: 21px
}

.actions.row.new-btn {
    display: table;
    margin: auto;
    font-size: 15px;
    padding: 20px 0
}

.actions.row.new-btn a {
    padding: 0 10px;
    color: #000;
    font-size: 20px
}

.price-pack-dtl-pg del {
    color: #666;
    font-size: 28px
}

.view-detail-page ul li::before {
    content: "\f00c";
    position: absolute;
    font-family: FontAwesome;
    left: 0;
    top: 12px;
    font-size: 16px;
    color: #4348b7;
    padding: 0 8px 0 0;
    bottom: 0;
    margin: auto
}

.btn-st {
    margin: 30px 0 0
}

.play-btn-review {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

.play-btn-review img {
    width: 60px
}

.review-video-box {
    margin: 0 0 60px
}

.left-bar-social li img {
    width: 25px
}

.overlay-bg-new-popup {
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: none;
}

.about-form-st h3 {
    color: #fff;
    text-align: left;
    font-size: 25px;
    font-weight: bold;
    font-family: 'Poppins';
    padding: 0 0 20px 0;
}

.look-head {
    position: absolute;
    top: -100px;
    right: 120px;
}

.look-head h3 {
    color: #000000 !important;
    font-size: 35px !important;
    font-weight: bold;
    font-family: 'Poppins';
    line-height: 45px !important;
    text-align: left !important;
}

.pop-box-2-new-pop:before {
    position: absolute;
    content: "";
    border-radius: 5px;
    background-color: rgb(253, 238, 75);
    width: 507px;
    height: 458px;
    left: 110px;
    z-index: -1;
    top: -120px;
}

.pop-form-new-popp.ta-center-new-pop input::placeholder {
    color: #a3a3a3;
}

.pop-form-new-popp.ta-center-new-pop textarea::placeholder {
    color: #a3a3a3;
}

.popupform-main-new-popup .close-btn {
    right: -15px;
    top: -25px;
    width: 50px;
    height: 50px;
    background: #cf0e0e;
    border: 0;
    color: #fff;
}

.pop-form-new-popp .submit-btn {
    font-size: 18px;
    width: 100%;
    padding: 15px 0px;
    background-color: #000000;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    position: relative;
    border: none;
    margin-top: 15px;
    width: 100%;
    margin: 10px 0 0 0px !important;
    font-weight: 700;
}

.close-btn {
    width: 45px;
    height: 45px;
    display: block;
    position: absolute;
    top: 18px;
    right: 0px;
    font-size: 18px;
    font-weight: 900;
    color: #fff;
    padding-top: 3px;
    text-align: center;
    border-radius: 50px;
    align-items: center;
    display: grid;
    z-index: 9;
}

.pop-box-2-new-pop img {
    /* box-shadow: 2px 2px 20px 9px #00000045; */
    position: relative;
    left: 20px;
    z-index: 1;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.control-group input::placeholder {
    color: #9b7171;
}

.control-group textarea::placeholder {
    color: #9b7171;
}

.pop-form-new-popp .submit-btn {
    font-size: 18px;
    padding: 15px 0px;
    background: #fb2224;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    position: relative;
    border: none;
    margin-top: 15px;
    width: 100%;
}

.popupform-main-new-popup.active {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.popupform-main-new-popup {
    position: fixed;
    background: #000c;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-repeat: no-repeat;
    background-size: cover;
}

.pop-form-new-popp.ta-center-new-pop {
    background: #4348b7;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 5px;
    position: relative;
    width: 384px;
    height: 530px;
    position: relative;
}

.pop-box-2-new-pop span {
    color: #f9b400;
    font-size: 33px;
    font-weight: 600;
    position: relative;
    top: -11px;
}

.pop-box-2-new-pop h3 {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
}

.pop-box-2-new-pop {
    height: auto;
    width: auto;
    text-align: center;
    padding: 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.pop-form-new-popp.ta-center-new-pop {
    padding: 20px;
}

.popupform-main-new-popup {
    align-items: center;
    justify-content: center;
}

.pop-form-new-popp.ta-center-new-pop h3 span {
    font-weight: bold;
}

.pop-form-new-popp.ta-center-new-pop h5 {
    color: #2d2d2d;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: left;
    padding: 5px 0 10px 0;
    color: #fff;
    font-family: 'Poppins';
}

.about-form-st {
    text-align: center;
}

.about-form-st h5 {
    font-size: 30px;
    color: #fff;
}

.about-form-st p {
    font-size: 25px;
    color: #000;
    font-weight: 500;
    padding-top: 0;
    margin: 0;
}

.about-form-div input {
    width: 100%;
    padding: 12px 21px 12px 20px;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #d7d9de;
    background: #ffffff;
    color: #000;
}

.about-form-div textarea {
    width: 100%;
    padding: 12px 21px 12px 20px;
    border-radius: 5px;
    border: 1px solid #d7d9de;
    background: #ffffff;
    height: 60px;
    color: #000;
    resize: none;
}

.about-form-div {
    position: relative;
    margin-top: -7px;
}

.about-form-div i {
    position: absolute;
    left: 6px;
    top: 30px;
    bottom: 0;
    width: 39px;
    height: 39px;
    background: #00246a;
    border-radius: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    display: none;
}

.about-form-div ::placeholder {
    color: #000;
}

.about-form-div.about-form-div-4 i {
    top: 30px;
}

.about-form-btn {
    width: 100%;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 60px;
    border: 1px solid #fff;
    background: #fff;
    margin-top: 15px;
}

input {
    outline: none;
}

.about-form-st p span {
    font-weight: bold;
    display: block;
}

.pop-form-new-popp.ta-center-new-pop button {
    border-radius: 5px;
    background-color: #ffff;
    border: none;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    display: table;
    margin: auto;
    padding: 10px 42px;
    width: 100%;
    display: table;
    border-radius: 5px;
    margin-top: 6px;
    height: 40px;
    text-transform: uppercase;
}

.pop-box-2-new-pop {
    position: relative;
    top: 100px;
}

.popup-main-box {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.mobile-hat-inde {
    display: none;
}

@media (max-width:1366px) {
    .popup-main-box {
        transform: scale(0.9);
    }
}

@media (min-width:200px) and (max-width:767px) {
    .pop-box-2-new-pop {
        display: none;
    }
    .pop-form-new-popp.ta-center-new-pop {
        background-repeat: no-repeat;
        background-size: cover;
    }
    .mobile-hat-inde {
        display: block;
        position: absolute;
        top: -104px;
        right: -34px;
        bottom: auto;
        width: 36%;
    }
    .pop-form-new-popp.ta-center-new-pop {
        width: 100%;
        height: auto;
        margin: 0;
        padding: 25px 0px;
        border-radius: 25px;
    }
    .pop-form-new-popp .close-btn {
        top: 5px;
        right: 0px;
        padding: 0;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .pop-form-new-popp.ta-center-new-pop h3 {
        font-size: 35px !important;
    }
    .pop-form-new-popp.ta-center-new-pop h3 span {
        color: #222;
    }
}