﻿.breadcrumbs h2,
.header .logo h1 {
    font-family: var(--font-secondary)
}

.breadcrumbs:before,
.hero:before,
.section-header h2:after {
    position: absolute;
    content: ""
}

div#tech-cont-13,
div#tech-cont-15,
div#tech-cont-16,
div#tech-cont-18,
div#tech-cont-21,
div#tech-cont-22,
div#tech-cont-23 {
    height: 50px;
    width: 50px
}

.moreTeam a,
.terms-body a:hover,
a,
a:hover {
    text-decoration: none
}

:root {
    --font-default: Open Sans, system-ui, -apple-system, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    --font-primary: Montserrat, sans-serif;
    --font-secondary: Raleway, sans-serif;
    --color-default: #2b180d;
    --color-primary: #ffb506;
    --color-secondary: #1b2f45;
    scroll-behavior: smooth;
    --blue: #0a0c10;
    --blue-sudo: #1e242f;
    --white: #fff
}

body {
    font-family: var(--font-default);
    color: var(--color-default)
}

a {
    color: var(--color-primary);
    transition: .3s
}

a:hover {
    color: #82cbed
}

p {
    color: #29486a
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-primary)
}

section {
    overflow: hidden;
    padding: 80px 0
}

.section-header {
    text-align: center;
    padding-bottom: 30px
}

.section-header h2 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative
}

.section-header h2:after {
    display: block;
    width: 60px;
    height: 2px;
    background: var(--color-primary);
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.section-header p {
    margin-bottom: 0
}

.breadcrumbs {
    padding: 140px 0 60px;
    min-height: 30vh;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.breadcrumbs:before {
    background-color: rgba(27, 47, 69, .7);
    inset: 0
}

.breadcrumbs h2 {
    font-size: 56px;
    font-weight: 500;
    color: #fff
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0 0 10px;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: var(--color-primary)
}

.breadcrumbs ol a {
    color: rgba(255, 255, 255, .8);
    transition: .3s
}

.breadcrumbs ol a:hover {
    text-decoration: underline
}

.breadcrumbs ol li+li {
    padding-left: 10px
}

.breadcrumbs ol li+li::before {
    display: inline-block;
    padding-right: 10px;
    color: #fff;
    content: "/"
}

.scroll-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
    background: var(--color-primary);
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: .4s
}

.scroll-top i {
    font-size: 24px;
    color: #fff;
    line-height: 0
}

.scroll-top:hover {
    background: rgba(86, 184, 230, .8);
    color: #fff
}

.scroll-top.active {
    visibility: visible;
    opacity: 1
}

#preloader {
    position: fixed;
    inset: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
    transition: .6s ease-out
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid var(--color-primary);
    border-top-color: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: 1s linear infinite animate-preloader;
    animation: 1s linear infinite animate-preloader
}

@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@media screen and (max-width:768px) {
    [data-aos-delay] {
        transition-delay: 0 !important
    }
}

.header {
    transition: .5s;
    z-index: 997;
    padding: 24px 0
}

.header.sticked {
    background: rgba(27, 47, 69, .9);
    padding: 12px 0
}

.header .logo img {
    max-height: 75px;
    margin-right: 6px
}

.header .logo h1 {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    margin: 0
}

@media (min-width:1280px) {
    .navbar {
        padding: 0
    }

    .navbar ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center;
        gap: 30px;
    }

    .navbar li {
        position: relative
    }

    .navbar a,
    .navbar a:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 15px 0 15px 30px;
        font-family: var(--font-default);
        font-size: 15px;
        font-weight: 500;
        color: #fff;
        white-space: nowrap;
        transition: .3s
    }

    .navbar a i,
    .navbar a:focus i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px
    }

    .navbar .active,
    .navbar .active:focus,
    .navbar a:hover,
    .navbar li:hover>a {
        color: #fff
    }

    .navbar .dropdown ul {
        display: block;
        position: absolute;
        left: 14px;
        top: calc(100% + 30px);
        margin: 0;
        padding: 10px 0;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        background: #fff;
        box-shadow: 0 0 30px rgba(127, 137, 161, .25);
        transition: .2s
    }

    .navbar .dropdown ul li {
        min-width: 200px
    }

    .navbar .dropdown ul a {
        padding: 10px 20px;
        font-size: 15px;
        text-transform: none;
        color: var(--color-secondary)
    }

    .navbar .dropdown ul a i {
        font-size: 12px
    }

    .navbar .dropdown ul .active:hover,
    .navbar .dropdown ul a:hover,
    .navbar .dropdown ul li:hover>a {
        color: var(--color-primary)
    }

    .navbar .dropdown:hover>ul {
        opacity: 1;
        top: 100%;
        visibility: visible
    }

    .navbar .dropdown .dropdown ul {
        top: 0;
        left: calc(100% - 30px);
        visibility: hidden
    }

    .navbar .dropdown .dropdown:hover>ul {
        opacity: 1;
        top: 0;
        left: 100%;
        visibility: visible
    }

    .mobile-nav-hide,
    .mobile-nav-show {
        display: none
    }
}

@media (min-width:1280px) and (max-width:1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%
    }

    .navbar .dropdown .dropdown:hover>ul {
        left: -100%
    }
}

@media (max-width:1279px) {
    .navbar {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        max-width: 400px;
        bottom: 0;
        transition: .3s;
        z-index: 9997
    }

    .mobile-nav-hide,
    .mobile-nav-show {
        color: #0dcaf0;
        cursor: pointer;
        line-height: 0;
        transition: .5s
    }

    .navbar ul {
        position: absolute;
        inset: 0;
        padding: 50px 0 10px;
        margin: 0;
        background: rgba(27, 47, 69, .9);
        overflow-y: auto;
        transition: .3s;
        z-index: 9998
    }

    .navbar a,
    .navbar a:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 20px;
        font-family: var(--font-default);
        font-size: 15px;
        font-weight: 600;
        color: rgba(255, 255, 255, .7);
        white-space: nowrap;
        transition: .3s
    }

    .navbar a i,
    .navbar a:focus i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px
    }

    .navbar .active,
    .navbar .active:focus,
    .navbar a:hover,
    .navbar li:hover>a {
        color: #fff
    }

    .navbar .dropdown .dropdown ul,
    .navbar .dropdown ul {
        position: static;
        display: none;
        padding: 10px 0;
        margin: 10px 20px;
        background-color: rgba(20, 35, 51, .6)
    }

    .navbar .dropdown .dropdown>.dropdown-active,
    .navbar .dropdown>.dropdown-active {
        display: block
    }

    .mobile-nav-show {
        font-size: 28px
    }

    .mobile-nav-hide {
        font-size: 32px;
        position: fixed;
        right: 15px;
        top: 15px;
        z-index: 9999
    }

    .mobile-nav-active {
        overflow: hidden
    }

    .mobile-nav-active .navbar {
        right: 0
    }

    .mobile-nav-active .navbar:before {
        content: "";
        position: fixed;
        inset: 0;
        background: rgba(27, 47, 69, .7);
        z-index: 9996
    }
}

.blog .blog-details .meta-top ul li+li,
.blog .posts-list .meta-top ul li+li,
.hero blockquote {
    padding-left: 20px
}

.hero h2,
.why-us h3 {
    font-weight: 700
}

.hero {
    width: 100%;
    min-height: 100vh;
    position: relative;
    padding: 120px 0;
    z-index: 3
}

@media (min-width:1034px) {
    .hero:after {
        position: absolute;
        content: "";
        width: 40%;
        top: 0;
        bottom: 0
    }
}

.hero:before {
    inset: 0;
    width: 100%;
    height: 100%
}

.hero .container {
    z-index: 1
}

.hero h2 {
    margin: 0;
    font-size: 48px;
    line-height: 1.2;
    color: #fff;
    font-family: var(--font-secondary)
}

.hero blockquote {
    color: #fff;
    font-size: 15px;
    font-family: var(--font-default);
    border-left: 2px solid var(--color-primary);
    margin: 40px 0
}

.hero .btn-get-started,
.industry .btn-get-started,
.moblieprocess .btn-get-started,
.our-process .btn-get-started,
.project-item .btn-get-started,
.webd-all .btn-get-started,
.webdev-prc .btn-get-started,
section#contact-cms .btn-get-started,
section#ecommerce-tech .btn-get-started {
    font-family: var(--font-secondary);
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 30px;
    border-radius: 50px;
    transition: .5s;
    color: #fff;
    background: var(--color-primary)
}

.blog .sidebar .search-form form button:hover,
.hero .btn-get-started:hover,
.industry .btn-get-started:hover,
.moblieprocess .btn-get-started:hover,
.our-process .btn-get-started:hover,
.project-item .btn-get-started:hover,
.webd-all .btn-get-started:hover,
.webdev-prc .btn-get-started:hover,
section#contact-cms .btn-get-started:hover {
    background: rgba(86, 184, 230, .8)
}

.hero .btn-watch-video {
    font-size: 16px;
    transition: .5s;
    margin-left: 25px;
    color: rgba(255, 255, 255, .7);
    font-weight: 600
}

.hero .btn-watch-video i {
    color: var(--color-primary);
    font-size: 32px;
    transition: .3s;
    line-height: 0;
    margin-right: 8px
}

.comming-soon p,
.contact-info-block-two .inner-box:hover h4,
.contact-info-block-two .inner-box:hover ul li,
.hero .btn-watch-video:hover,
.transform-services-section h2,
.transform-services-section p,
.webdev-prc .section-header h2,
.webdev-prc .section-header p,
section#hero p,
section#mobileplat .section-header h2,
section#mobileplat .section-header p {
    color: #fff
}

.hero .btn-watch-video:hover i {
    color: #82cbed
}

.webdev-project .swiper-button-next:after,
.webdev-project .swiper-button-prev:after,
.why-us .swiper-button-next:after,
.why-us .swiper-button-prev:after,
.why-us h3 {
    font-size: 24px;
    color: var(--color-secondary)
}

.features,
.why-us,
section#creative,
section#digital,
section#webd-all {
    padding-bottom: 0
}

.why-us .img-bg {
    min-height: 500px;
    background-size: cover;
    background-position: center
}

.why-us .slides {
    background-color: #f7f9fc
}

.why-us h4 {
    font-size: 18px;
    font-weight: 400;
    color: #29486a;
    font-family: var(--font-secondary)
}

.why-us .swiper {
    margin: 140px 140px 120px;
    overflow: hidden
}

.why-us .swiper-button-prev {
    left: 80px
}

.why-us .swiper-button-next {
    right: 80px
}

.blog .comments .comment,
.why-us .swiper-pagination {
    margin-top: 30px;
    position: relative
}

.why-us .swiper-pagination .swiper-pagination-bullet {
    background-color: var(--color-secondary)
}

.call-to-action .cta-btn,
.call-to-action .cta-btn:hover,
.contact .info-item i,
.contact .php-email-form button[type=submit]:hover {
    background: var(--color-primary)
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active,
.testimonials .swiper-pagination .swiper-pagination-bullet-active,
.webdev-project .swiper-pagination .swiper-pagination-bullet-active,
.why-us .swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--color-primary)
}

@media (max-width:1200px) {
    .header {
        padding: 12px 0
    }

    .why-us .swiper {
        margin: 60px 60px 40px
    }

    .why-us .swiper-button-next,
    .why-us .swiper-button-prev {
        display: none
    }
}

.page-about .why-us {
    padding: 0 0 80px
}

.about .content h3,
.mobile .content h3 {
    font-weight: 700;
    font-size: 36px;
    font-family: var(--font-secondary);
    color: var(--color-secondary)
}

.about .content p {
    margin: 30px 0;
    color: #29486a
}

.about .content ul,
.blog .sidebar .categories ul,
.blog .sidebar .tags ul,
.devsol-list ul,
.ecommerce-choosesec ul,
.inov-list ul {
    list-style: none;
    padding: 0
}

.about .content ul li {
    padding: 0 0 15px 26px;
    position: relative;
    font-size: 15px;
    font-weight: 600
}

.about .content ul i {
    position: absolute;
    font-size: 20px;
    left: 0;
    top: -3px;
    color: var(--color-primary)
}

.portfolio .portfolio-item,
.privacy-policy,
.services-list .service-item,
.wpcf7-form-control-wrap {
    position: relative
}

.services-list .service-item .icon i {
    font-size: 32px;
    line-height: 0;
    margin-right: 20px;
    color: #38618e
}

.services-list .service-item .title {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 18px
}

.services-list .service-item .title a {
    color: var(--color-secondary)
}

.services-list .service-item .title a:hover {
    color: #38618e
}

.services-list .service-item .description {
    line-height: 24px;
    font-size: 14px
}

.call-to-action {
    background: linear-gradient(rgba(27, 47, 69, .8), rgba(27, 47, 69, .8)) 0 0/cover, url("../image/cta-bg.png") center center/cover;
    padding: 100px 0
}

@media (min-width:1365px) {

    .call-to-action,
    .hero {
        background-attachment: fixed
    }
}

.call-to-action h3 {
    color: #fff;
    font-size: 28px;
    margin-bottom: 25px;
    font-weight: 700
}

.call-to-action p {
    color: #fff;
    margin-bottom: 25px
}

.call-to-action .cta-btn {
    font-family: var(--font-default);
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 40px;
    border-radius: 50px;
    transition: .5s;
    margin: 10px;
    color: #fff
}

.features h3 {
    color: var(--color-secondary);
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px
}

.features .icon-list i {
    margin-right: 10px;
    font-size: 24px;
    line-height: 1.2
}

.features .icon-list span {
    font-size: 18px;
    color: #29486a
}

@media (max-width:992px) {
    .features .phone-wrap img {
        margin-top: 30px
    }
}

@media (max-width:768px) {
    .features .phone-wrap {
        position: relative
    }

    .features .phone-wrap img {
        width: 100%
    }
}

.features .details {
    padding: 120px 0;
    background-color: #f7f9fc
}

.features .details h4 {
    color: var(--color-secondary);
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px
}

.features .details p {
    margin-bottom: 20px;
    font-size: 15px
}

.features .details .btn-get-started,
.howworks-button .btn-get-started,
section#our-tech .btn-get-started {
    font-family: var(--font-primary);
    display: inline-block;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    padding: 10px 32px;
    border-radius: 50px;
    transition: .5s;
    background-color: var(--color-primary);
    color: #fff
}

.features .details .btn-get-started:hover {
    background: #2aa5df
}

.recent-posts .post-box {
    transition: .3s;
    height: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column
}

.recent-posts .post-box .post-img {
    overflow: hidden;
    position: relative
}

.recent-posts .post-box .post-img img {
    transition: .5s
}

.blog .sidebar .recent-posts .post-item+.post-item,
.recent-posts .post-box .meta {
    margin-top: 15px
}

.recent-posts .post-box .meta .post-date {
    font-size: 15px;
    font-weight: 400;
    color: var(--color-primary)
}

.recent-posts .post-box .meta .post-author {
    font-size: 15px;
    font-weight: 400;
    color: var(--color-secondary)
}

.recent-posts .post-box .post-title {
    font-size: 18px;
    color: var(--color-secondary);
    font-weight: 700;
    margin: 15px 0 0;
    position: relative;
    transition: .3s
}

.recent-posts .post-box p {
    margin: 15px 0 0;
    color: rgba(27, 47, 69, .7)
}

.recent-posts .post-box .readmore {
    display: flex;
    align-items: center;
    font-weight: 600;
    line-height: 1;
    transition: .3s;
    margin-top: 15px
}

.recent-posts .post-box .readmore i {
    line-height: 0;
    margin-left: 4px;
    font-size: 18px
}

.blog .blog-details .meta-bottom a:hover,
.blog .comments .comment h5 a:hover,
.blog .posts-list .read-more a:hover,
.blog .posts-list .title a:hover,
.blog .sidebar .recent-posts h4 a:hover,
.footer .footer-content .footer-links ul a:hover,
.portfolio .portfolio-flters li.filter-active,
.portfolio .portfolio-flters li:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover,
.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.recent-posts .post-box:hover .post-title,
.team .team-member .social a:hover {
    color: var(--color-primary)
}

.recent-posts .post-box:hover .post-img img {
    transform: scale(1.1)
}

.team .team-member {
    overflow: hidden;
    background: #fff
}

.team .team-member .member-img {
    position: relative;
    overflow: hidden
}

.team .team-member .social {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 40px;
    opacity: 0;
    transition: .3s ease-in-out;
    background: rgba(255, 255, 255, .85);
    display: flex;
    align-items: center;
    justify-content: center
}

.team .team-member .social a {
    transition: color .3s;
    color: #31547c;
    margin: 0 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.blog .sidebar .search-form form button i,
.team .team-member .social a i {
    line-height: 0
}

.team .team-member .social i {
    font-size: 18px;
    margin: 0 2px
}

.team .team-member .member-info {
    padding: 25px 15px 0;
    text-align: center
}

.team .team-member .member-info h4 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 18px;
    color: var(--color-secondary)
}

.team .team-member .member-info span {
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: #6c757d
}

.team .team-member .member-info p {
    font-style: italic;
    font-size: 14px;
    line-height: 26px;
    color: #6c757d
}

.cube:hover .content,
.cube:hover .darken,
.team .team-member:hover .social {
    opacity: 1
}

.ecommerce-choosesec,
.moblieprocess,
.serivece-bg-2,
.services-cards,
section#web-abt,
section#webdev-inov {
    background: #f7f9fc
}

.services-cards .card-item {
    border: 1px solid rgba(27, 47, 69, .1);
    background: #fff;
    position: relative;
    border-radius: 0
}

.services-cards .card-item .card-bg {
    min-height: 400px;
    background-size: cover;
    background-repeat: no-repeat
}

.services-cards .card-item .card-body {
    padding: 30px
}

.services-cards .card-item h4 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 15px;
    color: var(--color-secondary)
}

.services-cards .card-item p {
    color: var(--color-secondary);
    margin: 0
}

.testimonials .testimonial-item {
    box-sizing: content-box;
    padding: 60px 0 0;
    margin: 40px 30px;
    background: #fff
}

.testimonials .testimonial-item .stars {
    margin-bottom: 15px
}

.testimonials .testimonial-item .stars i {
    color: #ffc107;
    margin: 0 1px
}

.testimonials .testimonial-item .testimonial-img {
    width: 90px;
    border-radius: 50%;
    border: 4px solid #fff;
    margin: 0 auto
}

.testimonials .testimonial-item h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 10px 0 5px;
    color: #111
}

.testimonials .testimonial-item h4 {
    font-size: 14px;
    color: #999;
    margin: 0
}

.testimonials .testimonial-item p {
    font-style: italic;
    margin: 0 auto 15px
}

.portfolio-details .portfolio-details-slider .swiper-pagination,
.testimonials .swiper-pagination {
    margin-top: 20px;
    position: relative
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #e8eff6;
    opacity: 1
}

.testimonials .swiper-slide {
    opacity: .3
}

@media (max-width:1199px) {
    .testimonials .swiper-slide-active {
        opacity: 1
    }

    .testimonials .swiper-pagination {
        margin-top: 0
    }

    .testimonials .testimonial-item {
        margin: 40px 20px
    }
}

@media (min-width:1200px) {
    .testimonials .swiper-slide-next {
        opacity: 1;
        transform: scale(1.12)
    }
}

.portfolio .portfolio-flters {
    padding: 0;
    margin: 0 auto 30px;
    list-style: none;
    text-align: center
}

.portfolio .portfolio-flters li {
    color: var(--color-secondary);
    cursor: pointer;
    display: inline-block;
    padding: 0;
    font-size: 18px;
    font-weight: 400;
    margin: 0 10px 5px;
    line-height: 1;
    transition: .3s ease-in-out
}

.portfolio .portfolio-flters li:first-child {
    margin-left: 0
}

.cube:last-child,
.cube:nth-child(3),
.portfolio .portfolio-flters li:last-child {
    margin-right: 0
}

@media (max-width:575px) {
    .why-us .swiper {
        margin: 40px 40px 20px
    }

    .portfolio .portfolio-flters li {
        font-size: 14px;
        margin: 0 5px
    }
}

.portfolio .portfolio-item .portfolio-info {
    opacity: 0;
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 0;
    z-index: 3;
    transition: .3s ease-in-out;
    background: rgba(255, 255, 255, .9);
    padding: 15px
}

.portfolio .portfolio-item .portfolio-info h4 {
    font-size: 18px;
    font-weight: 600;
    color: var(--color-default);
    padding-right: 50px
}

.portfolio .portfolio-item .portfolio-info p {
    color: #6c757d;
    font-size: 14px;
    margin-bottom: 0;
    padding-right: 50px
}

.portfolio .portfolio-item .portfolio-info .details-link,
.portfolio .portfolio-item .portfolio-info .preview-link {
    position: absolute;
    right: 50px;
    font-size: 24px;
    top: calc(50% - 14px);
    color: rgba(27, 47, 69, .7);
    transition: .3s;
    line-height: 0
}

.portfolio .portfolio-item .portfolio-info .details-link {
    right: 14px;
    font-size: 28px
}

.portfolio .portfolio-item:hover .portfolio-info {
    opacity: 1;
    bottom: 20px
}

.contact .php-email-form,
.ecommerce-servixce img,
.moblieprocessimg img,
.portfolio-details .portfolio-details-slider img,
.webdev-grp .webdev-drv img,
section#abouts img,
section#cms-ser .cms-content img,
section#digital-ben img,
section#web-abt .web-dv img,
section#webd-all img {
    width: 100%
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid var(--color-primary)
}

.portfolio-details .portfolio-info {
    padding: 30px;
    box-shadow: 0 0 30px rgba(27, 47, 69, .1)
}

.blog .blog-details,
.blog .comments .reply-form,
.blog .post-author {
    box-shadow: 0 4px 16px rgba(0, 0, 0, .1)
}

.portfolio-details .portfolio-info h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d6e2ef
}

.portfolio-details .portfolio-info ul {
    list-style: none;
    padding: 0;
    font-size: 15px
}

.portfolio-details .portfolio-info ul li+li {
    margin-top: 10px
}

.portfolio-details .portfolio-description {
    padding-top: 30px
}

.portfolio-details .portfolio-description h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--color-secondary)
}

.portfolio-details .portfolio-description p,
section#cms-ser .section-header,
section#contact-cms,
section#digital .col-lg-6,
section#digital .container-fluid,
section#webd-project .container-fluid {
    padding: 0
}

div#tech-cont-14,
div#tech-cont-17,
div#tech-cont-20,
div#tech-cont-24 {
    width: 40px;
    height: 40px;
    padding: 6px
}

.contact {
    background: url("../image/contact-bg.png") left top/contain no-repeat;
    position: relative
}

@media (max-width:640px) {
    .hero h2 {
        font-size: 36px;
        line-height: 1
    }

    .hero .btn-get-started,
    .hero .btn-watch-video {
        font-size: 13px
    }

    .contact {
        background-position: center 50px
    }
}

.contact:before {
    content: "";
    background: rgba(255, 255, 255, .7);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0
}

.blog .sidebar .sidebar-item+.sidebar-item,
.contact .info-item+.info-item {
    margin-top: 40px
}

.contact .info-item i {
    font-size: 20px;
    color: #fff;
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: .3s ease-in-out;
    margin-right: 15px
}

.contact .info-item h4 {
    padding: 0;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #1c88ba
}

.contact .info-item p {
    padding: 0;
    margin-bottom: 0;
    font-size: 14px
}

.contact .php-email-form .form-group {
    padding-bottom: 8px
}

.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #df1529;
    text-align: left;
    padding: 15px;
    font-weight: 600
}

.contact .php-email-form .error-message br+br,
.service-item {
    margin-top: 25px
}

.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #059652;
    text-align: center;
    padding: 15px;
    font-weight: 600
}

.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px
}

.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #059652;
    border-top-color: #fff;
    -webkit-animation: 1s linear infinite animate-loading;
    animation: 1s linear infinite animate-loading
}

.contact .php-email-form input,
.contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    padding: 12px 15px
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
    border-color: var(--color-primary)
}

.contact .php-email-form textarea {
    padding: 10px 12px
}

.contact .php-email-form button[type=submit] {
    background: #1f98d1;
    border: 0;
    padding: 12px 40px;
    color: #fff;
    transition: .4s
}

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.blog .posts-list article {
    height: 100%;
    border-bottom: 1px solid #d6e2ef;
    padding-bottom: 30px
}

.blog .posts-list article+article {
    margin-top: 60px
}

.blog .posts-list .post-img {
    max-height: 240px;
    overflow: hidden
}

.blog .posts-list .title {
    font-size: 20px;
    font-weight: 600;
    padding: 0;
    margin: 20px 0 0
}

.blog .posts-list .title a,
.blog .sidebar .recent-posts h4 a {
    color: var(--color-secondary);
    transition: .3s
}

.blog .posts-list .meta-top {
    margin-top: 20px;
    color: #467ab3
}

.blog .blog-details .meta-top ul,
.blog .posts-list .meta-top ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    align-items: center;
    padding: 0;
    margin: 0
}

.blog .blog-details .meta-top i,
.blog .posts-list .meta-top i {
    font-size: 16px;
    margin-right: 8px;
    line-height: 0;
    color: rgba(86, 184, 230, .8)
}

.blog .posts-list .meta-top a {
    color: #467ab3;
    font-size: 14px;
    display: inline-block;
    line-height: 1
}

.blog .blog-details .content,
.blog .posts-list .content {
    margin-top: 20px
}

.blog .posts-list .read-more a {
    display: inline-block;
    color: #1f98d1;
    transition: .3s;
    font-size: 15px;
    font-weight: 500
}

.blog .blog-details {
    padding: 30px
}

.blog .blog-details .post-img {
    margin: -30px -30px 20px;
    overflow: hidden
}

.blog .blog-details .title {
    font-size: 28px;
    font-weight: 700;
    padding: 0;
    margin: 20px 0 0;
    color: var(--color-secondary)
}

.blog .blog-details .content h3 {
    font-size: 22px;
    margin-top: 30px;
    font-weight: 700
}

.blog .blog-details .content blockquote {
    overflow: hidden;
    background-color: rgba(27, 47, 69, .06);
    padding: 60px;
    position: relative;
    text-align: center;
    margin: 20px 0
}

.blog .blog-details .content blockquote p {
    color: var(--color-default);
    line-height: 1.6;
    margin-bottom: 0;
    font-style: italic;
    font-weight: 500;
    font-size: 22px
}

.blog .blog-details .content blockquote:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: var(--color-secondary);
    margin-top: 20px;
    margin-bottom: 20px
}

.blog .blog-details .meta-top {
    margin-top: 20px;
    color: var(--color-gray)
}

.blog .blog-details .meta-top a {
    color: var(--color-gray);
    font-size: 14px;
    display: inline-block;
    line-height: 1
}

.blog .blog-details .meta-bottom {
    padding-top: 10px;
    border-top: 1px solid rgba(27, 47, 69, .15)
}

.blog .blog-details .meta-bottom i {
    color: #38618e;
    display: inline
}

.blog .blog-details .meta-bottom a {
    color: rgba(27, 47, 69, .8);
    transition: .3s
}

.blog .blog-details .meta-bottom .cats {
    list-style: none;
    display: inline;
    padding: 0 20px 0 0;
    font-size: 14px
}

.blog .blog-details .meta-bottom .cats li,
.blog .blog-details .meta-bottom .tags li,
.blog .sidebar .tags ul li {
    display: inline-block
}

.blog .blog-details .meta-bottom .tags {
    list-style: none;
    display: inline;
    padding: 0;
    font-size: 14px
}

.blog .blog-details .meta-bottom .tags li+li::before {
    padding-right: 6px;
    color: var(--color-default);
    content: ","
}

.blog .blog-details .meta-bottom .share,
section#mobiletect .techmob p {
    font-size: 16px
}

.blog .blog-details .meta-bottom .share i,
.moreTeam a svg {
    padding-left: 5px
}

.blog .post-author {
    padding: 20px;
    margin-top: 30px
}

.blog .post-author img {
    max-width: 120px;
    margin-right: 20px
}

.blog .post-author h4 {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 0;
    padding: 0;
    color: var(--color-secondary)
}

.blog .post-author .social-links {
    margin: 0 10px 10px 0
}

.blog .post-author .social-links a {
    color: rgba(27, 47, 69, .5);
    margin-right: 5px
}

.blog .post-author p {
    font-style: italic;
    color: rgba(var(--color-gray-rgb), .8);
    margin-bottom: 0
}

.blog .sidebar .sidebar-title {
    font-size: 22px;
    font-weight: 400;
    padding: 0;
    margin: 0;
    color: var(--color-secondary)
}

.blog .sidebar .search-form form {
    background: #fff;
    border: 1px solid rgba(27, 47, 69, .2);
    padding: 3px 10px;
    position: relative
}

.blog .sidebar .search-form form input[type=text] {
    border: 0;
    padding: 4px;
    border-radius: 4px;
    width: calc(100% - 40px)
}

.blog .sidebar .search-form form input[type=text]:focus {
    outline: 0
}

.blog .sidebar .search-form form button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: 0 0;
    font-size: 16px;
    padding: 0 15px;
    margin: -1px;
    background: var(--color-primary);
    color: #fff;
    transition: .3s;
    border-radius: 0 4px 4px 0;
    line-height: 0
}

.blog .sidebar .categories ul li+li {
    padding-top: 10px
}

.blog .sidebar .categories ul a {
    color: var(--color-secondary);
    font-size: 15px
}

.blog .sidebar .categories ul a:hover {
    color: var(--color-default)
}

.blog .sidebar .categories ul a span {
    padding-left: 5px;
    color: rgba(var(--color-default-rgb), .4);
    font-size: 14px
}

.blog .sidebar .recent-posts .post-item {
    display: flex;
    box-shadow: 0 0 15px rgba(0, 0, 0, .08);
    padding: 20px
}

.blog .sidebar .recent-posts img {
    width: 80px;
    margin-right: 15px
}

.blog .sidebar .recent-posts h4 {
    font-size: 18px;
    font-weight: 400
}

.blog .sidebar .recent-posts time {
    display: block;
    font-style: italic;
    font-size: 14px;
    color: rgba(var(--color-default-rgb), .4)
}

.blog .sidebar .tags {
    margin-bottom: -10px
}

.blog .sidebar .tags ul a {
    color: #38618e;
    font-size: 14px;
    padding: 6px 14px;
    margin: 0 6px 8px 0;
    border: 1px solid rgba(27, 47, 69, .15);
    display: inline-block;
    border-radius: 50px;
    transition: .3s
}

.blog .sidebar .tags ul a:hover {
    color: #fff;
    border: 1px solid var(--color-primary);
    background: var(--color-primary)
}

.blog .sidebar .tags ul a span {
    padding-left: 5px;
    color: rgba(27, 47, 69, .8);
    font-size: 14px
}

.blog .comments {
    margin-top: 30px
}

.blog .comments .comments-count {
    font-weight: 700
}

.blog .comments .comment .comment-img {
    margin-right: 14px
}

.blog .comments .comment .comment-img img {
    width: 60px
}

.blog .comments .comment h5 {
    font-size: 16px;
    margin-bottom: 2px
}

.blog .comments .comment h5 a {
    font-weight: 700;
    color: var(--color-default);
    transition: .3s
}

.blog .comments .comment h5 .reply {
    padding-left: 10px;
    color: var(--color-secondary)
}

.blog .comments .comment h5 .reply i {
    font-size: 20px
}

.blog .comments .comment time {
    display: block;
    font-size: 14px;
    color: rgba(27, 47, 69, .8);
    margin-bottom: 5px
}

.blog .comments .comment.comment-reply {
    padding-left: 40px
}

.blog .comments .reply-form {
    margin-top: 30px;
    padding: 30px
}

.blog .comments .reply-form h4 {
    font-weight: 700;
    font-size: 22px
}

.blog .comments .reply-form p,
.footer,
.list-dv p,
section#our-tech p,
section#work-list p {
    font-size: 14px
}

.blog .comments .reply-form input,
.blog .comments .reply-form textarea {
    border-radius: 4px;
    padding: 10px;
    font-size: 14px
}

.blog .comments .reply-form input:focus,
.blog .comments .reply-form textarea:focus {
    box-shadow: none;
    border-color: rgba(86, 184, 230, .8)
}

.blog .comments .reply-form .form-group {
    margin-bottom: 25px
}

.blog .comments .reply-form .btn-primary {
    border-radius: 4px;
    padding: 10px 20px;
    border: 0;
    background-color: var(--color-secondary)
}

.blog .comments .reply-form .btn-primary:hover {
    background-color: rgba(27, 47, 69, .8)
}

.blog .blog-pagination {
    margin-top: 30px;
    color: #38618e
}

.blog .blog-pagination ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none
}

.blog .blog-pagination li {
    margin: 0 5px;
    transition: .3s
}

.blog .blog-pagination li a {
    color: #2aa5df;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background: #dbf0fa;
    padding: 7px 16px;
    display: flex;
    align-items: center;
    justify-content: center
}

.blog .blog-pagination li.active a,
.blog .blog-pagination li:hover a {
    background: var(--color-primary);
    color: #fff
}

.footer .footer-content {
    background-color: #f7f9fc;
    background-size: contain;
    padding: 60px 0 30px
}

.contact-form-section-two .contact-form .form-group,
.footer .footer-content .footer-info,
.footer .footer-content .footer-links,
.inov-list ul li {
    margin-bottom: 30px
}

.footer .footer-content .footer-info .logo {
    line-height: 0;
    margin-bottom: 25px
}

.footer .footer-content .footer-info .logo img {
    max-height: 40px;
    margin-right: 6px
}

.footer .footer-content .footer-info .logo span {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1px;
    color: var(--color-secondary);
    font-family: var(--font-secondary);
    margin-top: 3px
}

.footer .footer-content .footer-info p {
    font-size: 15px;
    margin-bottom: 0;
    font-family: var(--font-primary);
    color: var(--color-secondary)
}

.footer .footer-content .social-links a {
    line-height: 0;
    width: auto;
    height: auto;
    transition: .3s;
    justify-content: center;
    align-items: center;
    background-color: var(--color-primary);
    color: #fff;
    border-radius: 50px;
    margin-bottom: 10px
}

.footer .footer-content .social-links a:hover {
    background-color: #38618e
}

.footer .footer-content h4 {
    font-size: 16px;
    font-weight: 700;
    color: #29486a;
    position: relative;
    padding-bottom: 12px
}

.contact-info-block-two li,
.contact-info-block-two ul,
.footer .footer-content .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.footer .footer-content .footer-links ul i {
    margin-right: 2px;
    color: var(--color-primary);
    font-size: 16px;
    line-height: 0
}

.footer .footer-content .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center
}

.footer .footer-content .footer-links ul li:first-child {
    padding-top: 0
}

.footer .footer-content .footer-links ul a {
    color: #31547c;
    transition: .3s;
    display: inline-block;
    line-height: 1
}

.footer .footer-content .footer-contact p {
    line-height: 26px;
    color: var(--color-secondary)
}

.footer .footer-legal {
    padding: 30px 0;
    border-top: 1px solid #1b2f45
}

.footer .footer-legal .copyright {
    text-align: center;
    color: var(--color-secondary)
}

.footer .footer-legal .credits {
    padding-top: 4px;
    text-align: center;
    font-size: 13px;
    color: var(--color-secondary)
}

.howworks-item:not(:last-child) .wrkprcsicon:after {
    background-image: url(../image/prcarw.png);
    background-size: 10px;
    background-position: center center;
    position: absolute;
    content: "";
    top: 49.9%;
    transform: translateY(-50%);
    right: -45px;
    z-index: 9;
    height: 30px;
    width: 30px;
    background-repeat: no-repeat
}

.wrkprcsicon {
    height: 160px;
    width: 160px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    border: 1px solid #d2d7dd
}

.inrcmnhowwrkprcsrow p {
    padding: 20px 0 0;
    font-size: 20px;
    letter-spacing: 0;
    color: #102849;
    text-align: center
}

.howworks-item:not(:last-child):after {
    position: absolute;
    content: "";
    top: 79px;
    height: 2px;
    border-bottom: 2px dashed #b8bcc1;
    width: 50px;
    z-index: -11;
    right: -6px
}

.header li.dropdown ul li:first-child,
.howworks-item:nth-child(6n) .wrkprcsicon:after,
.howworks-item:nth-child(6n):after,
.timeline-section ul li.slide-in div img,
section#webd-project .swiper-pagination {
    display: none
}

.howworks-button {
    margin-top: 30px;
    justify-content: center
}

.wrkprcsicon img,
.wrkprcsicon svg {
    width: 64px;
    height: 64px;
    margin: auto
}

section.counter {
    background: linear-gradient(rgba(27, 47, 69, .8), rgba(27, 47, 69, .8)) 0 0/cover fixed;
    padding: 100px 0;
    color: #fff
}

section.counter h2 {
    font-size: 46px
}

section.counter span {
    font-size: 16px;
    width: 40%;
    margin: auto
}

.zeroit {
    position: relative;
    z-index: 0;
    border-radius: 0;
    overflow: hidden;
    padding: 2rem;
    width: 156px;
    height: 154px;
    left: 23px
}

.zeroit:before {
    content: '';
    position: absolute;
    z-index: -2;
    left: -50%;
    top: -50%;
    width: 200%;
    height: 200%;
    background-repeat: no-repeat;
    background-size: 50% 50%, 50% 50%;
    background-position: 0 0, 100% 0, 100% 100%, 0 100%;
    background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#ffb506, #ffb506), linear-gradient(#ffb506, #ffb506);
    animation: 4s linear infinite spin
}

.zeroit:after {
    content: '';
    position: absolute;
    z-index: -1;
    left: 9px;
    top: 8px;
    width: calc(100% - 18px);
    height: calc(100% - 18px);
    background: #1b2f45;
    border-radius: 0
}

.counter-ZT {
    width: 100%;
    top: 0;
    display: flex;
    flex-direction: row;
    position: relative;
    left: 30px
}

.tech-cir-2,
.tech-cir-3 {
    left: 0;
    position: absolute
}

.count-inn {
    display: flex;
    background: 7px 4px #1b2f45;
    width: 80%;
    position: absolute;
    left: 0;
    top: 48px;
    justify-content: space-between;
    align-items: center
}

hr.dashed {
    width: 44px;
    height: 4px;
    background: #ffb506;
    border: 0;
    position: absolute;
    right: -20px;
    top: 50%;
    margin-top: -2px;
    z-index: 9999;
    opacity: 1
}

.serivece-bg {
    height: auto;
    padding: 40px 15px;
    background: #f7f9fc;
    transition: .3s
}

.serivece-bg:hover {
    box-shadow: 0 0 18px #00000030
}

.footer .footer-content .social-links a {
    font-size: 18px;
    display: block;
    margin-right: 5px;
    background: 0 0 !important
}

.footer .footer-content .social-links a i {
    height: 40px;
    width: 40px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s
}

.tech-cir-1,
.tech-cir-2 {
    border: 1.5px dashed #607d8b;
    margin: auto
}

.footer .footer-content .social-links a i svg {
    height: 24px;
    width: auto;
    fill: #ffff
}

.our-partn,
div#projectcarousel .carousel-inner,
div#projectcarousel .carousel-item {
    height: auto
}

.footer .footer-content .social-links a.clutch svg path {
    fill: #fff
}

.footer .footer-content .social-links a i:hover {
    opacity: .5
}

.footer .footer-contact a {
    color: #1b2f45
}

.footer .footer-contact a:hover,
.terms-body a {
    color: #ffb506
}

.footer span.space {
    margin-right: 54px
}

.logo-clients {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.our-partn {
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center
}

.cube,
.tech-des {
    align-items: center
}

section.our-parteners {
    background: #1b2f45;
    background: linear-gradient(rgba(27, 47, 69, .8), rgba(27, 47, 69, .8)) 0 0/5px, url(../image/cta1.png) center center/5px;
    padding: 100px 0
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg)
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

#tech-cont-1,
.tech-des [id^=tech-cont] {
    transform: translatey(0);
    animation: 3s ease-in-out infinite float
}

section#our-tech {
    border-top: 1px solid #f7f9fc;
    border-bottom: 1px solid #f7f9fc;
    background: #f7f9fc
}

.tech-des {
    position: relative;
    height: 500px;
    width: 100%;
    text-align: center;
    display: flex;
    flex-wrap: wrap
}

.tech-cir-1 {
    width: 450px;
    height: 450px;
    border-radius: 100%
}

.tech-cir-2 {
    width: 300px;
    height: 300px;
    border-radius: 100%;
    top: 100px;
    right: 0
}

.tech-cir-3 {
    width: 150px;
    height: 150px;
    border: 1.5px dashed #607d8b;
    border-radius: 100%;
    margin: auto;
    top: 175px;
    right: 0
}

.cube,
.features-cont,
.head h1,
div#projectcarousel {
    position: relative
}

.ecommerce-choosesec .ecommerce-choose ul li .cos-img img,
.tech-des [id^=tech-cont] img {
    width: 100%;
    height: auto
}

.tech-des [id^=tech-cont] {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    height: 60px;
    width: 60px;
    padding: 15px;
    border-radius: 100%;
    box-shadow: 0 4px 18px #00000021;
    display: flex;
    justify-content: center;
    align-items: center
}

div#tech-cont-1 {
    left: 36%;
    top: 37%
}

div#tech-cont-2 {
    left: 55%;
    top: 37%
}

div#tech-cont-3 {
    left: 46%;
    top: 57%
}

div#tech-cont-4 {
    left: 46%;
    top: 15%
}

div#tech-cont-5 {
    left: 25%;
    top: 56%
}

div#tech-cont-6 {
    left: 67%;
    top: 56%
}

div#tech-cont-7 {
    left: 24%;
    top: 9%
}

div#tech-cont-8 {
    left: 70%;
    top: 12%
}

div#tech-cont-9 {
    left: 80%;
    top: 39%
}

div#tech-cont-10 {
    left: 60%;
    top: 83%
}

div#tech-cont-11 {
    left: 32%;
    top: 85%
}

div#tech-cont-12 {
    left: 11%;
    top: 40%
}

div#tech-cont-13 {
    left: 25%;
    top: 32%
}

div#tech-cont-14 {
    left: 35%;
    top: 19%
}

div#tech-cont-15 {
    left: 46%;
    top: 0
}

div#tech-cont-16 {
    left: 16%;
    top: 68%
}

div#tech-cont-17 {
    left: 48%;
    top: 90%
}

div#tech-cont-18 {
    left: 80%;
    top: 65%
}

div#tech-cont-19 {
    left: 36%;
    top: 72%;
    width: 40px;
    height: 40px;
    padding: 13px
}

div#tech-cont-20 {
    left: 60%;
    top: 22%
}

div#tech-cont-21 {
    left: 58%;
    top: 70%
}

div#tech-cont-22 {
    left: 69%;
    top: 39%
}

div#tech-cont-23 {
    left: 61%;
    top: 18px
}

div#tech-cont-24 {
    left: 106px;
    top: 22%
}

@keyframes float {

    0%,
    100% {
        box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .6);
        transform: translatey(0)
    }

    50% {
        box-shadow: 0 25px 15px 0 rgba(0, 0, 0, .2);
        transform: translatey(-5px)
    }
}

.text-left {
    text-align: left !important
}

.head,
.moreTeam {
    text-align: center
}

section#our-tech .section-header h2:after {
    margin: 0
}

.features .phone-wrap {
    position: absolute;
    right: 0;
    width: 310px;
    background-image: url(../image/iphone.png);
    height: 625px;
    overflow: hidden;
    background-position: top;
    padding: 15px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: auto
}

div#projectcarousel {
    left: 0;
    top: 35px;
    width: 100%;
    margin: auto;
    padding: 0 2.4px;
    z-index: 0;
    height: 560px;
    overflow: hidden;
    border-radius: 0 0 30px 30px
}

.features .phone-wrap img {
    width: 340px;
    z-index: 0;
    position: relative
}

.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: 0;
    cursor: pointer;
    border: none !important;
    opacity: .5;
    transition: .6s;
    border-radius: 10px;
    background: #6b6c6c;
    z-index: 9999;
    display: block
}

.cube,
.cube .content {
    width: 100%;
    display: flex
}

.carousel-indicators .active {
    opacity: 1;
    background: #ffb506
}

.features-cont {
    z-index: 9
}

section#testimonials .card {
    border-radius: 20px;
    min-height: 100%
}

section#testimonials .heading-border {
    position: absolute;
    width: 100%;
    top: 60%
}

section#testimonials .card .user-picture img {
    position: absolute;
    top: -20%;
    right: 10%;
    background: #f8f9fa !important;
    padding: 10px
}

section#testimonials .card .user-content .user-name {
    margin-right: 150px
}

section#testimonials .card .user-content p {
    margin-top: 8px
}

.head h1 {
    font-weight: 400
}

.head h1:after,
.head h1:before {
    content: "";
    height: 1px;
    width: 150px;
    background: #aaa;
    display: block;
    position: absolute;
    top: 50%
}

.head h1:before {
    left: 0
}

.head h1:after {
    right: 0
}

.moreTeam {
    margin-top: 25px
}

.moreTeam a {
    color: #444;
    padding: 10px 25px;
    border-radius: 5px;
    transition: .2s
}

.moreTeam a:hover {
    background: #ddd
}

.p1 {
    background: url("../image/man.png") center
}

.p2 {
    background: url("../image/women.png") center
}

.p3 {
    background: url("../image/team-3.jpg") center
}

.p4 {
    background: url("../image/team-4.jpg") center
}

.p5 {
    background: url("../image/team-1.jpg") center
}

.p6 {
    background: url("../image/team-2.jpg") center
}

.cube {
    height: 380px;
    background-size: cover;
    border: 5px solid #fff;
    box-shadow: 0 3px 6px rgb(0 0 0 / 30%), 0 2px 3px rgb(0 0 0 / 10%);
    justify-content: center;
    margin-right: 10px;
    margin-bottom: 10px;
    background-position: top center
}

.cube .name,
.darken,
.innerBorder,
.team-page:before {
    position: absolute
}

.team-page:before {
    content: "";
    background-color: rgba(27, 47, 69, .9);
    inset: 0
}

.cube .name {
    bottom: 35px;
    left: 35px;
    text-shadow: 0 1px 3px #000;
    z-index: 3
}

.cube .name h1 {
    font-size: 16px;
    color: #fff;
    margin: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.cube .name p {
    color: #fff;
    margin: 0;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.cube .content {
    height: 100%;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-direction: column;
    opacity: 0;
    transition: .5s;
    z-index: 2
}

.cube .content ul {
    padding: 0;
    margin: 0 auto 55px 0;
    cursor: default;
    text-align: left;
    position: relative;
    left: 15px
}

.cube .content ul li {
    list-style: none;
    display: block;
    margin: 0 11.05px 10px;
    top: 40px;
    position: relative;
    opacity: 0;
    transition: .3s
}

.cube .content ul li a {
    display: block;
    color: #fff;
    font-size: 20px;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    transition: .3s
}

.cube .content ul li a:hover {
    background: rgba(255, 255, 255, .2)
}

.cube:hover .content li {
    top: 15px;
    opacity: 1;
    transition: .7s cubic-bezier(.68, -.55, .27, 1.55)
}

.cube:hover .content li:nth-child(2) {
    transition-delay: 0.2s
}

.cube:hover .content li:nth-child(3) {
    transition-delay: 0.4s
}

.cube:hover .content li:nth-child(4) {
    transition-delay: 0.6s
}

.cube:hover .content h1 {
    top: 0
}

.cube:hover .content p {
    top: 10px
}

.cube:hover .innerBorder {
    width: 90%;
    height: 90%;
    opacity: 1
}

.darken {
    background: rgba(38, 50, 56, .85);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: .3s
}

.innerBorder {
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    z-index: 1;
    opacity: 0;
    transition: .5s
}

section#graph-anlsys video {
    object-fit: cover;
    height: 800px;
    object-position: top
}

section#graph-anlsys {
    padding: 0;
    margin: 0
}

.contact-form-section-two {
    position: relative;
    padding-top: 100px;
    padding-bottom: 70px;
    background-color: #f1f5f8
}

.contact-form-section-two .contact-form .form-group input,
.contact-form-section-two .contact-form .form-group select,
.contact-form-section-two .contact-form .form-group textarea {
    border-color: #fff !important;
    background-color: #fff !important;
    height: 56px;
    resize: none;
    outline: 0
}

.contact-form-section-two .contact-form .form-group input:focus,
.contact-form-section-two .contact-form .form-group select:focus,
.contact-form-section-two .contact-form .form-group textarea:focus {
    outline: #ffb506 solid 1px
}

.contact-form .bootstrap-select>.dropdown-toggle,
.contact-form .form-group input[type=email],
.contact-form .form-group input[type=text],
.contact-form .form-group select,
.contact-form .form-group textarea {
    position: relative;
    display: block;
    height: 54px;
    width: 100%;
    font-size: 15px;
    color: #738299;
    line-height: 30px;
    font-weight: 600;
    background-color: transparent;
    border-radius: 6px;
    padding: 11px 20px;
    border: 1px solid #e1e5e9;
    -o-border-image: initial;
    border-image: initial;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.contact-form .form-group {
    position: relative;
    margin-bottom: 20px
}

.contact-form-section-two .contact-form .form-group textarea {
    height: 120px
}

.contact-form-section-two .btn-get-started {
    font-family: var(--font-secondary);
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 30px;
    border-radius: 50px;
    transition: .5s;
    color: #fff;
    background: var(--color-primary);
    border: var(--color-primary)
}

.contact-form-section-two .btn-get-started:hover {
    background: rgba(86, 184, 230, .8);
    border: rgba(86, 184, 230, .8)
}

.contact-details-section-four {
    position: relative;
    padding-top: 100px;
    padding-bottom: 170px;
    background-color: #f1f5f8
}

.contact-info-block-two {
    position: relative;
    z-index: 2
}

.contact-info-block-two:first-child .inner-box:before,
.contact-info-block-two:nth-child(1n) .inner-box,
.contact-info-block-two:nth-child(1n) .inner-box:before {
    border-top-left-radius: 30px
}

.contact-info-block-two .inner-box {
    position: relative;
    background: #fff;
    padding: 45px 30px 40px 115px;
    -webkit-box-shadow: 0 0 50px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 0 50px 0 rgb(0 0 0 / 10%);
    margin-bottom: 30px;
    height: 100%
}

.contact-info-block-two .icon {
    position: absolute;
    left: 35px;
    top: 46px
}

.contact-info-block-two h4 {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.contact-info-block-two ul li {
    font-size: 18px;
    font-weight: 500;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    position: relative
}

.mobile .content ul li,
.webdev-grp ul li,
section#digital-ben .content ul li {
    font-size: 18px !important;
    margin-bottom: 30px
}

.contact-info-block-two .inner-box:hover:before {
    -webkit-transform: perspective(400px) rotateX(0);
    -ms-transform: perspective(400px) rotateX(0);
    transform: perspective(400px) rotateX(0);
    opacity: 1
}

.contact-info-block-two .inner-box:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #1b2f45;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: perspective(400px) rotateX(-90deg);
    -ms-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    border-top: 3px solid
}

.contact-info-block-two .inner-box:hover ul li a {
    color: #ffff
}

.contact-info-block-two .inner-box .icon img {
    width: 60px;
    height: auto
}

.contact-info-block-two .inner-box:hover .icon img {
    filter: brightness(0) invert(1)
}

.serivece-bg-white {
    height: auto;
    padding: 40px 15px;
    background: #fff;
    transition: .3s
}

section#work-list h4 {
    font-size: 18px;
    font-weight: 600;
    color: #1b2f45
}

section#work-list .serivece-bg {
    height: 100%
}

section#creative .creative-content {
    background-image: url(../image/services-header.jpg);
    padding: 150px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed
}

section#creative .creative-content:before {
    content: "";
    background-color: rgba(27, 47, 69, .7);
    position: absolute;
    inset: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

section#creative .section-header {
    text-align: center;
    padding-bottom: 0;
    position: relative;
    z-index: 9;
    color: #fff
}

section#creative .section-header p {
    color: #fff;
    width: 80%;
    margin: auto
}

.tect-ecomimg img,
section#cms-ser h3 {
    margin-bottom: 20px
}

section#creative .section-header h3,
section#creative .section-header span {
    font-size: 24px
}

.mobile .content p {
    margin: 20px 0;
    color: #29486a
}

.mobile .content ul,
section#digital-ben .content ul {
    list-style: none;
    padding: 0;
    color: #29486a
}

.mobile .content ul li {
    display: flex;
    align-items: center
}

.mobile .content ul li i,
.webdev-grp ul li i,
section#digital-ben .content ul li i {
    font-size: 25px !important;
    color: #ffb506;
    background: #ffb50624;
    height: 30px;
    width: 30px;
    margin-right: 10px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center
}

section#mobile img {
    width: 70%
}

.bg-blue {
    background: #1b2f45
}

section#mobileplat .mbile-platsec {
    padding: 15px
}

section#mobileplat .mbile-platsec p {
    color: #fff;
    font-size: 16px;
    font-weight: 400
}

section#mobileplat .mbile-platsec h4 {
    color: #fff;
    font-size: 24px;
    font-weight: 600
}

.timeline-section ul li h3,
section#mobiletect .tech-head h3,
section#webdes .webdes-head h3 {
    font-size: 24px;
    font-weight: 600;
    color: #1b2f45
}

section#mobiletect .techmob ul {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    width: 100%
}

section#mobiletect .techmob ul li {
    padding: 0 15px;
    color: #ffb506;
    border-right: 1.5px solid #1b2f4566;
    line-height: 1.2
}

section#mobile-project .card.card-body,
section#mobiletect .techmob ul li:last-child {
    border: none
}

section#mobiletect .techmob ul li:first-child {
    padding-left: 0
}

section#mobiletect .techmob {
    padding: 50px;
    background: #f7f9fc
}

section#mobile-project .section-header,
section#web-abt .section-header {
    text-align: left;
    padding-bottom: 30px
}

section#mobile-project .section-header h2:after,
section#web-abt .section-header h2:after {
    content: "";
    position: absolute;
    display: block;
    width: 60px;
    height: 2px;
    background: var(--color-primary);
    left: 0;
    right: unset;
    bottom: 0;
    margin: auto
}

button.carousel-control-prev {
    left: -60px
}

button.carousel-control-next {
    right: -60px
}

span.carousel-control-next-icon,
span.carousel-control-prev-icon {
    filter: contrast(.1)
}

.webdev-project .swiper-backface-hidden .swiper-slide .row,
section#digital .row,
section#ecommerce .row,
section#ecommerce-tech .row,
section#industry .row,
section#web-abt .row,
section#webdev-grp .row,
section#webdev-sol .row {
    align-items: center
}

.webdev-project .project-header {
    padding: 60px
}

.webdev-project .project-header h3 {
    font-size: 28px;
    font-weight: 600;
    color: var(--color-secondary)
}

.list-dv h3,
.webdev-abt .webdev-dv h3 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 15px;
    color: var(--color-secondary)
}

.webdev-abt .webdev-dv img {
    margin: 10px auto;
    height: 60px;
    text-align: center
}

.webdev-abt .webdev-dv {
    background: #f7f9fc;
    padding: 35px;
    height: 100%
}

section#web-tects .tect-sec img {
    height: 80px;
    width: auto;
    margin-bottom: 20px;
    background: #fff
}

section#web-tects .tect-sec {
    text-align: center;
    margin-top: 30px
}

section#web-tects .tect-sec h3 {
    display: block;
    color: var(--color-secondary);
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 40px
}

.devsol-list ul li.devsol-list2 {
    margin-left: 100px
}

.devsol-list ul li {
    background: #fff;
    box-shadow: 0 0 10px #ededed;
    border-radius: 10px;
    padding: 22px;
    margin-bottom: 30px;
    display: flex;
    margin-right: 60px;
    align-items: center;
    width: 65%
}

.devsol-list ul li img {
    margin-right: 20px;
    width: 50px
}

.industry .section-header h2:after,
section#ecommerce .section-header h2:after,
section#ecommerce-tech .section-header h2:after,
section#webdev-inov .section-header h2:after,
section#webdev-sol .section-header h2:after {
    right: unset
}

@media (max-width:1399px) {
    .footer span.space {
        margin-right: 0
    }

    .footer b,
    .footer strong {
        font-weight: bolder
    }

    .footer .footer-contact a {
        color: #1b2f45;
        display: inline-block
    }
}

@media (max-width:768px) {

    .tech-des,
    .tech-des [id^=tech-cont] img {
        height: auto;
        width: 100%
    }

    .carousel-inner .carousel-item>div,
    .howworks-item:not(:last-child) .wrkprcsicon:after,
    .howworks-item:not(:last-child):after,
    .tech-cir-1,
    .tech-cir-2,
    .tech-cir-3 {
        display: none
    }

    .carousel-inner .carousel-item>div:first-child {
        display: block
    }

    .tech-des [id^=tech-cont] {
        position: relative;
        left: 0 !important;
        top: 0 !important;
        background: #fff;
        height: 80px !important;
        width: 80px !important;
        padding: 15px !important;
        border-radius: 100%;
        box-shadow: 0 4px 18px #00000021;
        display: block;
        justify-content: center;
        align-items: center;
        transform: translatey(0);
        animation: 3s ease-in-out infinite float;
        margin: 10px
    }

    .tech-content {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        max-width: 100%;
        flex: 0 0 100%;
        justify-content: center;
        margin-top: 30px
    }

    .tech-des {
        position: relative;
        text-align: center;
        display: flex;
        align-items: center;
        flex-wrap: revert
    }

    .features .phone-wrap {
        position: relative;
        margin: 50px auto 0
    }

    .howworks-item {
        justify-content: center;
        margin-bottom: 25px
    }

    .counter-ZT {
        width: 100%;
        top: 0;
        display: flex;
        flex-direction: row;
        position: relative;
        left: 30px;
        margin-bottom: 30px
    }

    hr.dashed {
        width: 44px;
        height: 4px;
        background: #ffb506;
        border: 0;
        position: absolute;
        right: -20px;
        top: 50%;
        margin-top: -2px;
        z-index: 9999;
        opacity: 0
    }

    .logo-clients {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap
    }

    .our-partn {
        height: 150px;
        width: 150px;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .our-partn img {
        width: 100%
    }
}

.fr-bx,
.industry .section-header h2,
.industry .section-header p,
section#ecommerce .section-header h2,
section#ecommerce .section-header p {
    text-align: left
}

.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev,
.carousel-inner .carousel-item-start,
.carousel-inner .carousel-item.active {
    display: flex
}

@media (min-width:768px) {

    .carousel-inner .carousel-item-next,
    .carousel-inner .carousel-item-right.active,
    .carousel-item-next:not(.carousel-item-start) {
        transform: translateX(25%) !important
    }

    .active.carousel-item-start,
    .carousel-inner .carousel-item-left.active,
    .carousel-inner .carousel-item-prev,
    .carousel-item-prev:not(.carousel-item-end) {
        transform: translateX(-25%) !important
    }

    .active.carousel-item-end,
    .carousel-item-next.carousel-item-start {
        transform: translateX(0) !important
    }
}

section#webdev-inov .inov-list li img {
    width: 50px;
    float: left;
    margin-right: 30px
}

section#webdev-inov img {
    width: 90%
}

.ecommerce-choosesec .ecommerce-choose ul li h3 {
    font-size: 18px;
    font-weight: 500;
    color: #1b2f45;
    line-height: inherit
}

.ecommerce-choosesec .ecommerce-choose ul li .cos-img {
    height: 200px;
    width: 200px;
    padding: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto auto 30px;
    background: #1b2f45;
    border-radius: 100%
}

.fr-bx {
    webkit-box-shadow: 0 13px 47px 3px rgb(0 0 0 / 36%);
    -moz-box-shadow: 0 13px 47px 3px rgba(0, 0, 0, .36);
    box-shadow: 0 13px 47px 3px rgb(0 0 0 / 36%);
    background: #fff;
    padding: 35px;
    border-radius: 15px;
    height: 120px;
    display: flex;
    width: 100%
}

.ecommerce-servixce .serive-img-ecom {
    width: 70px;
    height: 70px;
    border: 1px solid #1b2f45;
    border-radius: 5px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    background: #f7f9fc
}

.ecommerce-servixce .ecommerce-serv h3 {
    font-size: 24px;
    font-weight: 600;
    color: #1b2f45;
    line-height: inherit
}

.ecommerce-servixce .ecommerce-serv p {
    margin-bottom: 40px
}

section#ecommerce-tech {
    background-image: url(../image/ecom-img.png);
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center
}

section#ecommerce-tech:before {
    position: absolute;
    content: "";
    background: rgb(28 48 69 / 96%);
    inset: 0
}

section#ecommerce-tech .section-header h2,
section#ecommerce-tech .section-header p {
    color: #fff;
    text-align: left
}

section#ecommerce-tech .tect-ecomimg p {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    margin: 0
}

.tect-ecomimg {
    margin: 40px 0;
    text-align: center
}

.ecommerce-tectcn {
    justify-content: center;
    align-items: center
}

.tect-ecomimg img {
    height: 70px;
    width: auto
}

.digital-cont {
    width: 70%;
    margin: auto;
    padding: 40px
}

.content-digital img,
section#webd-project .project-img img {
    width: 100%;
    height: 100%
}

.digital-cont h3 {
    font-size: 30px;
    font-weight: 600;
    color: #1b2f45
}

.cmsh-bx h3,
section#cms-ser h3 {
    font-size: 24px;
    color: var(--color-secondary);
    font-weight: 700
}

section#digital-ben .content ul li {
    display: flex
}

.team-page {
    height: 100vh !important
}

section#cms-ser .cms-content p {
    font-size: 16px !important
}

section#cms-ser .section-header h2,
section#cms-ser .section-header h2:after {
    right: unset;
    text-align: left
}

.transform-services-section .shadow-box {
    margin-right: 15px;
    padding: 20px 0;
    text-align: left;
    border-radius: 10px;
    position: relative;
    border: 1px solid #eee;
    transition: .4s ease-in-out;
    margin-bottom: 25px
}

.transform-services-section .trasnform-list-section .mob-service-list {
    width: 24.9%;
    float: left
}

.transform-services-section .service-icon {
    box-shadow: 0 0 14px -5px rgb(0 0 0 / 20%);
    height: 70px;
    width: 70px;
    background-color: #fff;
    display: inline-block;
    padding: 15px 0;
    text-align: center;
    border-radius: 50%;
    margin-right: 12px;
    margin-left: -30px;
    position: relative;
    vertical-align: middle;
    transition: .4s ease-in-out;
    z-index: 1
}

.transform-services-section h3.service-title {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    width: 71%;
    vertical-align: middle
}

.transform-services-section .service-icon.wysiwyg-icon::before {
    width: 35px;
    height: 37px;
    background-position: 0 0
}

.transform-services-section .service-icon::before {
    background: url(https://zeroitsolutions.com/assets/images/transform-sprite-image.png) no-repeat;
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 0;
    transition: .4s ease-in-out
}

.service-icon::before {
    border-radius: 50%;
    content: "";
    height: 92px;
    left: -9px;
    position: absolute;
    top: -9px;
    width: 92px
}

.cmsh-bx {
    background: #fff;
    box-shadow: 0 0 50px rgb(0 0 0 / 9%);
    border-radius: 10px;
    padding: calc(1 / 1 * 4%) calc(1 / 1 * 3%);
    margin-bottom: 80px;
    margin-top: 30px
}

.imgcms,
.secnImg {
    box-shadow: 0 0 50px rgb(0 0 0 / 9%);
    padding: 10px;
    border-radius: 8px;
    min-height: 125px;
    background: #fff
}

.imgcms {
    margin: -80px 10px 0 -80px
}

.imgcms img,
.secnImg img {
    max-width: 140px;
    height: 120px;
    object-fit: cover
}

.cmsh-bx h3 {
    margin-bottom: 15px
}

.secnImg {
    margin: -80px -80px 0 0
}

.nitro-offscreen .heading__bottom {
    max-width: 80%;
    color: #fff;
    box-shadow: 10px 0 50px 0 rgb(18 25 33 / 10%);
    padding: 50px !important;
    margin: 0 auto 100px !important;
    text-align: center;
    background-image: url(../image/1bgbg.png);
    background-repeat: no-repeat;
    border-radius: 20px;
    background-blend-mode: overlay;
    background-position: bottom;
    background-color: rgb(49 67 87);
    position: relative;
    background-size: cover
}

.heading__bottom:before {
    background: url(../image/per2.png) 0 0/contain no-repeat;
    width: 118px;
    height: 239px;
    left: -50px;
    content: "";
    bottom: -120px;
    right: auto;
    animation: none;
    position: absolute
}

.heading__bottom:after {
    background: url(../image/per1.png) 0 0/contain no-repeat;
    width: 138px;
    height: 179px;
    left: auto;
    content: "";
    bottom: -50px;
    right: -80px;
    position: absolute
}

.webdev-grp {
    background: #fff
}

.webdev-grp ul li {
    display: flex;
    color: #29486a;
    align-items: center
}

.indust-dv span,
time {
    display: block
}

.timeline-section ul li p,
section#webdes .webdes-head p {
    font-size: 16px;
    margin: 0
}

section#webdes .webdes {
    padding: 50px;
    background: #f7f9fc;
    border-left: 6px solid #1b2f45;
    height: 100%
}

section#timeline-section {
    background: #d7e4ea
}

.timeline-section {
    width: 100%;
    overflow: hidden
}

.timeline-section ul {
    background: #d7e4ea;
    padding: 5rem 0
}

.timeline-section ul li {
    list-style: none;
    position: relative;
    width: 5px;
    margin: 0 auto;
    padding-top: 5rem;
    background: #ffb506
}

.timeline-section ul li::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background: inherit;
    transition: .5s ease-in-out
}

.timeline-section ul li div {
    width: 40rem;
    font-size: 1.2rem;
    position: relative;
    bottom: 0;
    padding: 1.5rem;
    background: rgba(255, 255, 255, .2);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    box-shadow: 20px 20px 50px rgba(0, 0, 0, .5);
    border-radius: 10px;
    border-top: 2px solid rgba(255, 255, 255, .5);
    border-left: 2px solid rgba(255, 255, 255, .5);
    border-bottom: 2px solid rgba(255, 255, 255, .5);
    border-right: 2px solid rgba(255, 255, 255, .5);
    border: 1px solid rgba(255, 255, 255, .2);
    visibility: hidden;
    opacity: 0;
    transition: .5s ease-in-out
}

.timeline-section ul li div::before {
    content: "";
    position: absolute;
    bottom: 7px;
    width: 0;
    height: 0;
    border-style: solid
}

.timeline-section ul li:nth-child(odd) div {
    left: 45px;
    transform: translateX(20rem)
}

.timeline-section ul li:nth-child(odd) div::before {
    left: -15px;
    border-width: 8px 16px 8px 0;
    border-color: transparent #fff transparent transparent
}

.timeline-section ul li:nth-child(2n) div {
    left: -679px;
    transform: translateX(-20rem)
}

.timeline-section ul li:nth-child(2n) div::before {
    right: -15px;
    border-width: 8px 0 8px 16px;
    border-color: transparent transparent transparent #fff
}

time {
    font-size: 1.1rem;
    font-weight: 800;
    margin-bottom: 7px
}

.timeline-section ul li.slide-in::after {
    background: #fff;
    border: 3px solid #304257
}

.timeline-section ul li.slide-in div {
    transform: none;
    visibility: visible;
    opacity: 1;
    background: #fff
}

@media screen and (max-width:900px) {
    .timeline-section ul li div {
        width: 25rem
    }

    .timeline-section ul li:nth-child(2n) div {
        left: -289px
    }
}

@media screen and (max-width:600px) {
    .timeline-section ul li {
        margin-left: 2rem
    }

    .timeline-section ul li div {
        width: calc(100vw - 91px)
    }

    .timeline-section ul li:nth-child(2n) div {
        left: 45px
    }

    .timeline-section ul li:nth-child(2n) div::before {
        left: -15px;
        border-width: 8px 16px 8px 0;
        border-color: transparent #fff transparent transparent
    }
}

section#webd-project .swiper-slide {
    flex-shrink: 0;
    width: 100%;
    position: relative;
    transition-property: transform;
    padding: 10px;
    height: auto
}

section#webd-project .project-item {
    position: relative;
    border-radius: 15px;
    overflow: hidden
}

section#webd-project .project-link-btn {
    position: absolute;
    left: 30px;
    bottom: 30px
}

section#webd-project .swiper {
    overflow: visible
}

section#webd-project {
    padding-bottom: 0;
    background: linear-gradient(to top, #1b2f45, #3330 50%, #eee0 75%, #3330 75%)
}

.indust-dv {
    padding: 10px;
    height: 200px;
    border: 1px solid #3143573b;
    margin-bottom: 25px;
    border-radius: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center
}

.indust-dv p {
    font-size: 18px;
    font-weight: 600
}

.indust-dv img {
    width: 70px;
    margin: 10px auto
}

.main-section figure {
    position: relative;
    margin: 0
}

.main-section figure::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: var(--blue-sudo);
    transition: clip-path .3s
}

.main-section figure img {
    display: block;
    clip-path: inset(0 100% 0 0);
    transition: clip-path .6s .3s
}

.main-section figure figcaption {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 10px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--white);
    background: var(--blue);
    mix-blend-mode: overlay;
    transition: clip-path .3s .9s
}

.main-section figure figcaption,
.main-section figure::before {
    clip-path: inset(0 0 0 100%)
}

.main-section figure.is-animated figcaption,
.main-section figure.is-animated img,
.main-section figure.is-animated::before {
    clip-path: inset(0)
}

::-webkit-scrollbar {
    width: 8px
}

::-webkit-scrollbar-track {
    background: #242836
}

::-webkit-scrollbar-thumb {
    background: #333541
}

.terms-title h1 {
    font-size: 32px;
    text-align: center;
    font-weight: 600;
    letter-spacing: 10px;
    margin-bottom: 40px
}

.terms-body h4 {
    color: #eb573d;
    font-size: 20px;
    line-height: inherit
}

.terms-body h3 {
    color: #314357;
    font-weight: 600;
    text-align: left;
    margin: 25px 0 10px;
    font-size: 24px
}

.terms-body p {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 20px
}

.terms-body a:hover {
    color: #e7a200
}

section#abouts {
    background: #fbfdfa
}

footer#footer .social-links {
    flex-wrap: wrap
}