/*------------------------------------------------------------------
[Layout]
-------------------------------------------------------------------*/
@font-face {
    font-family: cerebri sans;
    font-weight: 300;
    font-style: normal;
    src: url(fonts/CerebriSans-Light.woff2) format('woff2')
}
@font-face {
    font-family: cerebri sans;
    font-weight: 400;
    font-style: normal;
    src: url(fonts/CerebriSans-Regular.woff2) format('woff2')
}
@font-face {
    font-family: cerebri sans;
    font-weight: 600;
    font-style: normal;
    src: url(fonts/CerebriSans-SemiBold.woff2) format('woff2')
}
@font-face {
    font-family: cerebri sans;
    font-weight: 700;
    font-style: normal;
    src: url(fonts/CerebriSans-Bold.woff2) format('woff2')
}
@font-face {
    font-family: cerebri sans;
    font-weight: 800;
    font-style: normal;
    src: url(fonts/CerebriSans-ExtraBold.woff2) format('woff2')
} 
html {
    margin: 0;
    padding: 0;
    font-size: 17px;
    color: #000000;
    background-color: #fff;
    height: 100%;
    overflow-x: hidden;
}
body {
    font-size: 17px;
    color: #000000;
    min-height: 100%;
    position: relative;
    font-family: cerebri sans;
    letter-spacing: -.025em;
}
section {
    position: relative;
    padding: 90px 0;
    background: #fff;
}
article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{
    display:block;
}
h1, h2, h3, h4, h5, h6 {
    color: #000000;
    margin: 0;
    line-height: 1.3;
    font-weight: 500;
    margin-top: -4px;
}
p, ul li {
    font-weight: 400;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.625;
    color: #666;
}
a {
    position: relative;
    color: #1976d2;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
img {
    vertical-align: middle;
    max-width: 100%;
}
a, .transition {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.bg-img{
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.scroll-top {
    bottom: 160px;
    position: fixed;
    right: 45px;
    transform: rotate( 90deg) translateX(100px);
    transition: transform .3s ease;
    z-index: 100;
    display: none;
}
.scroll-top-mouse {
    border-radius: 10px;
    border: 1px solid #009bdf;
    height: 20px;
    margin-bottom: 0;
    width: 35px;
}
.scroll-top-mouse:after {
    -webkit-animation: mouseanim 2s ease-in-out infinite;
    animation: mouseanim 2s ease-in-out infinite;
    background-color: #009bdf;
    content: '';
    height: 2px;
    margin-top: -1px;
    position: absolute;
    left: 10px;
    top: 50%;
    width: 5px;
}
.scroll-top-mouse:after {
    -webkit-animation: mouseanim 2s ease-in-out infinite;
    animation: mouseanim 2s ease-in-out infinite;
}
.scroll-top-arrow {
    bottom: 0;
    left: 0;
    margin: 0 0 13px -14px;
    position: absolute;
}
.scroll-top-arrow:after, .scroll-top-arrow:before {
    -webkit-animation: arrowsanim 1s infinite ease-in-out;
    animation: arrowsanim 1s infinite ease-in-out;
    border-left: 1px solid #009bdf;
    border-top: 1px solid #009bdf;
    content: '';
    height: 6px;
    opacity: .38;
    position: absolute;
    transform: rotate(-45deg);
    width: 6px;
}
.scroll-top-arrow:after {
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
    left: -10px;
}
.bg-light {
    /* background-color: #f7f7f7!important; */
    background-color: #f3f3f3 !important;
}
.text-theme {
    color: #009bdf;
}
.bg-theme {
    background: #009bdf;
}
.default-btn {
    color: #fff;
    display: inline-block;
    border: 0;
    cursor: pointer;
    position: relative;
    font-size: 17px;
    text-decoration: none;
    opacity: 1;
    background: #009bdf;
    transition: all 0.3s ease-out;
    padding: 20px 36px;
    font-weight: 700;
    line-height: 1;
    border-radius: 60px;
    min-width: 170px;
    text-align: center;
    box-shadow: 0 4px 8px 0 rgb(0 155 223 / 20%);
}
.default-btn:hover {
    color: #fff;
    -webkit-transform: translate(0, -2px);
    -ms-transform: translate(0, -2px);
    transform: translate(0, -2px);
    text-decoration: none;
}
.default-btn.white-btn {
    color: #181818;
    background: white;
}
.modal-backdrop.show {
    opacity: .85;
}
.fw-medium {
  font-weight: 600;
}
.fw-400 {
    font-weight: 400;
}
.fw-500 {
    font-weight: 500;   
}
.fw-600 {
    font-weight: 600;
}
.fw-800 {
    font-weight: 800;   
}
.cursor-pointer {
    cursor: pointer;
}
.ls-2 {
    letter-spacing: 2px;
}
.ls-3 {
    letter-spacing: 3px;
}
.ls-4 {
    letter-spacing: 4px;
}
.ls-5 {
    letter-spacing: 5px;
}
.f-14 {
    font-size: 14px;
}
.f-13 {
    font-size: 13px;
}
.f-15 {
    font-size: 15px;
}
.f-16 {
    font-size: 16px;
}
.f-18 {
    font-size: 18px;
}
.f-20 {
    font-size: 20px;
    line-height: 32px;
}
.z-index-1 {
    z-index: 1;
}
.pointer-none {
    pointer-events: none;
}
.overlay:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    top: 0;
    left: 0;
    opacity: 0.65;
}

/*Banner*/
.banner-sec {
    padding: 200px 0;
}
.banner-sec h2 {
    font-size: 5.25em;
    line-height: 1.2;
    letter-spacing: -.05em;
}
.border-thick {
    background-image: linear-gradient(to right,#009bdf 0,rgba(255,107,48,.01) 100%);
    background-size: 100% 12%;
    background-repeat: no-repeat;
    background-position: left 90%;
}

/*Hire Box*/
.hire-box {
    position: absolute;
    bottom: 20%;
    right: 50px;
    z-index: 1;
    -webkit-animation-name: float-bob-y;
    animation-name: float-bob-y;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
.hire-box .bg-white {
    min-width: 280px;
    padding: 28px;
    box-shadow: 0 8px 24px rgb(0 0 0 / 13%);
    box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 12%);
    border-radius: 15px;
}
.head-dots:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: #009bdf;
    border-radius: 50%;
    top: 50%;
    left: 8px;
    transform: translate(-50%,-50%);
}
.border-line {
    font-size: 15px;
    font-weight: 500;
    border-bottom: 1px solid #009bdf;
    color: #009bdf;
    webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.underline-border i {
    top: 2px;
    transition: all 0.3s ease-out;
    color: #009bdf;
}
.hire-close-btn {
    background: #009bdf;
    height: 28px;
    width: 28px;
    border-radius: 50px;
    z-index: 1;
    font-size: 24px;
    line-height: 30px;
    position: absolute;
    top: -10px;
    right: -10px;
}
.bg-svg {
    position: absolute;
    bottom: 0;
}

/*Heading*/
.head-title.z-index-1 {
    top: 140px;
}
.head-title h2 {
    font-size: 3.75em;
    line-height: 1.1;
}
.head-title h3 {
    font-size: 2.5em;
    line-height: 1.25;
}

/*Services*/
.services-box {
    grid-template-columns: 240px 150px 1fr 160px;
    padding: 50px;
}
.services-box-icon {
    background-color: #fff !important;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    border-radius: 100%;
    box-shadow: 0 10px 30px rgb(0 0 0 / 8%);
}
a:nth-child(2) .services-box, a:nth-child(even) .services-box {
    background: #f3f3f3;
}

/*Who we are*/
.bg-about {
    position: absolute;
    top: 0;
    left: -50%;
    width: 100%;
    padding: 60px;
    transform: translate(10%,-100%);
    border-radius: 15px;
}

/*Technologies*/
.partners-block {
    background: rgb(255 255 255);
    padding: 1.5rem;
    border: 1px solid #ddd;
    border-radius: 15px;
}
.tech-logo h6 {
    display: inline-flex;
    vertical-align: middle;
    align-items: center;
}
.tech-logo img {
    margin-right: 10px;
    margin-top: -4px;
}
.tech-logo>div+div {
    margin-top: 16px;
}

/*Clients*/
.clients-block {
    padding: 30px;
    border-radius: 15px;
    height: 100%;
    border: 1px solid #ddd;
}
.clients-sec h5 span {
    font-size: 15px;
    color: #666;
}
.star {
    color: #f17425;
}

/*Blog*/
.blog-item {
    height: 100%;
}
.blog-content {
    z-index: 1;
    position: relative;
    height: 100%;
}
span.img-plus {
    width: 80px;
    height: 80px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.555, 0.205, 0.295, 0.975) 0s;
    -o-transition: all 0.3s cubic-bezier(0.555, 0.205, 0.295, 0.975) 0s;
    transition: all 0.3s cubic-bezier(0.555, 0.205, 0.295, 0.975) 0s;
}
.blog-sec p {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.blog-content:hover {
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    -webkit-transform: scale(0.98);
    -ms-transform: scale(0.98);
    transform: scale(0.98);
}

/*Footer*/
footer {
    padding: 0 0 30px;
}

footer .col {
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 26px;
}
footer .col:last-child {
    border-right: 0;
}
.footer-add img {
    min-width: 22px;
}
.footer-add a {
    color: #191919;
    font-weight: 600;
}
footer ul li {
    color: #009bdf;
    font-size: 15px;
    text-decoration: none;
}
footer li a, footer li a:hover {
    color: #666;
}
footer ul li a:hover {
    text-decoration: underline;
}
footer ul li + li {
    margin-top: 6px;
}
.copyright {
    margin: 30px 0 0 0;
}
.footer-social a {
    color: rgba(0, 0, 0, 0.26);
    font-size: 16px;
    margin-left: 15px;
}

/*Inner*/
.banner-sec.inner h2 {
    font-size: 3.75em;
}
.bg-logo-svg {
    position: absolute;
    left: -50px;
    top: 50%;
    opacity: 0.035;
    transform: translateY(-50%);
}
.bg-about1 {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translate(45%, -50%);
    padding: 60px;
}
.main-timeline {
    position: relative;
}

.main-timeline:before,
.main-timeline:after {
    content: "";
    display: block;
    width: 100%;
    clear: both;
}

.main-timeline:before {
    content: "";
    width: 3px;
    height: 100%;
    background: #d3cfcd;
    position: absolute;
    top: 0;
    left: 50%;
}

.main-timeline .timeline {
    width: 50%;
    float: left;
    position: relative;
    z-index: 1;
}

.main-timeline .timeline:before,
.main-timeline .timeline:after {
    content: "";
    display: block;
    width: 100%;
    clear: both;
}

.main-timeline .timeline:first-child:before,
.main-timeline .timeline:last-child:before {
    content: "";
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #fff;
    border: 4px solid rgba(211, 207, 205, 1);
    position: absolute;
    top: 0;
    right: -14px;
    z-index: 1;
    opacity: 0;
}

.main-timeline .timeline:last-child:before {
    top: auto;
    bottom: 0;
}

.main-timeline .timeline:last-child:nth-child(even):before {
    right: auto;
    left: -12px;
    bottom: -2px;
}

.main-timeline .timeline-content {
    text-align: center;
    position: relative;
    transition: all 0.3s ease 0s;
}

.main-timeline .timeline-content:before {
    content: "";
    width: 100%;
    height: 5px;
    background: rgba(211, 207, 205, 1);
    position: absolute;
    top: 78px;
    left: 0;
    z-index: -1;
}

.main-timeline .circle {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: #fff;
    border: 8px solid rgba(211, 207, 205, 1);
    float: left;
    margin-right: 20px;
    position: relative;
}

.main-timeline .circle:before {
    content: "";
    width: 26px;
    height: 30px;
    background: rgba(211, 207, 205, 1);
    margin: auto;
    position: absolute;
    top: 0;
    right: -33px;
    bottom: 0;
    z-index: -1;
    box-shadow: inset 7px 0 9px -7px #444;
}

.main-timeline .circle span {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    line-height: 268px;
    font-size: 80px;
    color: #454344;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 30px rgb(0 0 0 / 8%);
}

.main-timeline .circle span:before,
.main-timeline .circle span:after {
    content: "";
    width: 28px;
    height: 50px;
    background: #fff;
    border-radius: 0 0 0 21px;
    margin: auto;
    position: absolute;
    top: -54px;
    right: -33px;
    bottom: 0;
    z-index: -1;
}

.main-timeline .circle span:after {
    border-radius: 21px 0 0 0;
    top: 0;
    bottom: -56px;
}

.main-timeline .circle .img {
    vertical-align: initial;
    border-radius: 50%;
}

.main-timeline .content {
    display: table;
    padding-right: 30px;
    position: relative;
}

.main-timeline .year {
    display: block;
    // padding: 10px;
    margin: 40px 0 30px 0;
}

.main-timeline .title {
    font-size: 25px;
    font-weight: bold;
    color: rgba(211, 207, 205, 1);
    margin-top: 0;
}

.main-timeline .description {
    font-size: 14px;
    color: #333;
    text-align: justify;
}

.main-timeline .icon {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #fff;
    border: 4px solid rgba(211, 207, 205, 1);
    position: absolute;
    top: 68px;
    right: -14px;
}

.main-timeline .icon:before {
    content: "";
    width: 15px;
    height: 25px;
    background: rgba(211, 207, 205, 1);
    margin: auto;
    position: absolute;
    top: -1px;
    left: -15px;
    bottom: 0;
    z-index: -1;
}

.main-timeline .icon span:before,
.main-timeline .icon span:after {
    content: "";
    width: 21px;
    height: 25px;
    background: #fff;
    border-radius: 0 0 21px 0;
    margin: auto;
    position: absolute;
    top: -30px;
    left: -15px;
    bottom: 0;
    z-index: -1;
}

.main-timeline .icon span:after {
    border-radius: 0 21px 0 0;
    top: 0;
    left: -15px;
    bottom: -30px;
}

.main-timeline .timeline:nth-child(2n) .timeline-content,
.main-timeline .timeline:nth-child(2n) .circle {
    float: right;
}

.main-timeline .timeline:nth-child(2n) .circle {
    margin: 0 0 0 25px;
}

.main-timeline .timeline:nth-child(2n) .circle:before {
    right: auto;
    left: -33px;
    box-shadow: -7px 0 9px -7px #444 inset;
}

.main-timeline .timeline:nth-child(2n) .circle span:before,
.main-timeline .timeline:nth-child(2n) .circle span:after {
    right: auto;
    left: -33px;
    border-radius: 0 0 21px 0;
}

.main-timeline .timeline:nth-child(2n) .circle span:after {
    border-radius: 0 21px 0 0;
}

.main-timeline .timeline:nth-child(2n) .content {
    padding: 0 0 0 30px;
    margin-left: 2px;
}

.main-timeline .timeline:nth-child(2n) .icon {
    right: auto;
    left: -14px;
}

.main-timeline .timeline:nth-child(2n) .icon:before,
.main-timeline .timeline:nth-child(2n) .icon span:before,
.main-timeline .timeline:nth-child(2n) .icon span:after {
    left: auto;
    right: -15px;
}

.main-timeline .timeline:nth-child(2n) .icon span:before {
    border-radius: 0 0 0 21px;
}

.main-timeline .timeline:nth-child(2n) .icon span:after {
    border-radius: 21px 0 0 0;
}

.main-timeline .timeline:nth-child(2) {
    margin-top: 180px;
}

.main-timeline .timeline:nth-child(odd) {
    margin: -175px 0 0 0;
}

.main-timeline .timeline:nth-child(even) {
    margin-bottom: 180px;
}

.main-timeline .timeline:first-child,
.main-timeline .timeline:last-child:nth-child(even) {
    margin: 0;
}

@media only screen and (max-width: 990px) {
    .main-timeline:before {
        left: 100%;
    }

    .main-timeline .timeline {
        width: 100%;
        float: none;
        margin-bottom: 20px !important;
    }

    .main-timeline .timeline:first-child:before,
    .main-timeline .timeline:last-child:before {
        left: auto !important;
        right: -13px !important;
    }

    .main-timeline .timeline:nth-child(2n) .circle {
        float: left;
        margin: 0 25px 0 0;
    }

    .main-timeline .timeline:nth-child(2n) .circle:before {
        right: -33px;
        left: auto;
        box-shadow: 7px 0 9px -7px #444 inset;
    }

    .main-timeline .timeline:nth-child(2n) .circle span:before,
    .main-timeline .timeline:nth-child(2n) .circle span:after {
        right: -33px;
        left: auto;
        border-radius: 0 0 0 21px;
    }

    .main-timeline .timeline:nth-child(2n) .circle span:after {
        border-radius: 21px 0 0 0;
    }

    .main-timeline .timeline:nth-child(2n) .content {
        padding: 0 40px 0 0;
        margin-left: 0;
    }

    .main-timeline .timeline:nth-child(2n) .icon {
        right: -14px;
        left: auto;
    }

    .main-timeline .timeline:nth-child(2n) .icon:before,
    .main-timeline .timeline:nth-child(2n) .icon span:before,
    .main-timeline .timeline:nth-child(2n) .icon span:after {
        left: -15px;
        right: auto;
    }

    .main-timeline .timeline:nth-child(2n) .icon span:before {
        border-radius: 0 0 21px 0;
    }

    .main-timeline .timeline:nth-child(2n) .icon span:after {
        border-radius: 0 21px 0 0;
    }

    .main-timeline .timeline:nth-child(2),
    .main-timeline .timeline:nth-child(odd),
    .main-timeline .timeline:nth-child(even) {
        margin: 0;
    }
}

@media only screen and (max-width: 480px) {
    .main-timeline:before {
        left: 0;
    }

    .main-timeline .timeline:first-child:before,
    .main-timeline .timeline:last-child:before {
        left: -12px !important;
        right: auto !important;
    }

    .main-timeline .circle,
    .main-timeline .timeline:nth-child(2n) .circle {
        width: 130px;
        height: 130px;
        float: none;
        margin: 0 auto;
    }

    .main-timeline .timeline-content:before {
        width: 99.5%;
        top: 68px;
        left: 0.5%;
    }

    .main-timeline .circle span {
        line-height: 115px;
        font-size: 60px;
    }

    .main-timeline .circle:before,
    .main-timeline .circle span:before,
    .main-timeline .circle span:after,
    .main-timeline .icon {
        display: none;
    }

    .main-timeline .content,
    .main-timeline .timeline:nth-child(2n) .content {
        padding: 0 10px;
    }

    .main-timeline .year {
        margin-bottom: 15px;
    }

    .main-timeline .description {
        text-align: center;
    }
}
.cta-inner {
    padding: 90px 0;
}
.content p {
    font-size: 15px;
    line-height: 1.4;
}
.box-5 .col-lg-2 {
    padding: 2rem;
    border: 1px solid #ddd;
    margin-left: -1px;
    margin-bottom: -1px;
    width: 20%;
}

.box-5 .col-lg-2:nth-child(2n-1) {
    border-left: 0;
}

.box-5 .col-lg-2:nth-child(-n+5) {
    border-top: 0;
}

.box-5 .col-lg-2:nth-child(-n+24) {
    border-bottom: 0;
    border-left: 0;
}

.box-5 .col-lg-2:nth-child(5n-0) {
    border-right: 0;
    border-bottom: 0;
}

/*Mobile App*/
.bg-about1 {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translate(45%, -50%);
    padding: 60px;
}
.step-icon {
    background: #009bdf;
    margin: 0 auto;
    max-width: 97px;
    min-width: 97px;
    max-height: 97px;
    min-height: 97px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 32px 54px rgb(0 155 223 / 25%);
    border-radius: 70% 30% 30% 70% / 60% 40% 60% 40%;
}
.step-arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(50%, -200%);
}
.step .col-lg-4 > div {
    padding: 0 50px;
}
.hor-timeline-sec ol:before {
    background: #d3cfcd;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: -4px;
}
.hor-timeline-sec ol:after {
    background: #d3cfcd;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    right: 0;
    top: -4px;
}
.hor-timeline-sec ol.hor-timeline {
    margin: 230px 0 200px 0;
    padding: 0;
    border-top: 2px solid #d3cfcd;
    list-style: none;
    display: flex;
}
.hor-timeline-sec ol.hor-timeline li {
    width: 20%;
    padding-top: 30px;
    position: relative;
}
.hor-timeline-sec ol.hor-timeline li span {
    width: 50px;
    height: 50px;
    margin-left: -25px;
    background: #fff;
    border: 3px solid #d3cfcd;
    border-radius: 50%;
    box-shadow: 0 0 0 0px #fff;
    text-align: center;
    color: #d3cfcd;
    font-size: 24px;
    font-style: normal;
    position: absolute;
    top: -26px;
    left: 50%;
    line-height: 46px;
    font-weight: 700;
}
.hor-timeline-sec ol.hor-timeline li span.hor-sp-top:before {
    content: "";
    width: 2px;
    height: 50px;
    background: #d3cfcd;
    position: absolute;
    top: -50px;
    left: 50%;
}
.hor-timeline-sec ol.hor-timeline li span.hor-sp-top:after {
    content: "";
    width: 8px;
    height: 8px;
    background: #d3cfcd;
    position: absolute;
    bottom: 90px;
    left: 43%;
    border-radius: 100%;
}
.hor-timeline-sec ol.hor-timeline li span.hor-sp-bot:before {
    content: "";
    width: 2px;
    height: 50px;
    background: #d3cfcd;
    position: absolute;
    bottom: -50px;
    left: 50%;
}
.hor-timeline-sec ol.hor-timeline li span.hor-sp-bot:after {
    content: "";
    width: 8px;
    height: 8px;
    background: #d3cfcd;
    position: absolute;
    top: 90px;
    left: 44%;
    border-radius: 100%;
}
.hor-timeline-sec ol.hor-timeline li .img-handler-top {
    position: absolute;
    bottom: 0;
    margin-bottom: 130px;
    width: 100%;
    text-align: center;
}
.hor-timeline-sec ol.hor-timeline li img {
    box-shadow: 0 32px 54px rgb(0 0 0 / 10%);
    border: 5px solid #fff;
}
.hor-timeline-sec ol.hor-timeline li .img-handler-bot {
    position: absolute;
    margin-top: 60px;
    width: 100%;
}
.hor-timeline-sec ol.hor-timeline li .hor-top {
    position: absolute;
    bottom: 0;
    margin-bottom: 100px;
    width: 90%;
}
.hor-timeline-sec ol.hor-timeline li .hor-bot {
    position: absolute;
    margin-top: 35px;
    width: 90%;
}
.bg-border:after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 200px;
    border: 12px solid #f7f7f7;
    z-index: 0;
}

/*Devops*/
.circle-iconic-box>.box-item {
    position: absolute;
    padding-left: 0;
    // width: 200px;
}

.circle-iconic-box>.box-item>.icon {
    display: none;
}

.circle-iconic-box.left-side>.box-item:nth-of-type(1) {
    top: 40px;
    left: 25px;
}

.circle-iconic-box.left-side>.box-item:nth-of-type(2) {
    top: 215px;
    left: 20px;
}

.circle-iconic-box.left-side>.box-item:nth-of-type(3) {
    top: 395px;
    left: 20px;
}

.circle-iconic-box.right-side>.box-item:nth-of-type(1) {
    top: 45px;
    left: 20px;
}

.circle-iconic-box.right-side>.box-item:nth-of-type(2) {
    top: 215px;
    left: 20px;
}

.circle-iconic-box.right-side>.box-item:nth-of-type(3) {
    top: 400px;
    left: 20px;
}

.circle-iconic-box.right-side>.box-item:nth-of-type(4) {
    top: 575px;
    left: -35px;
}

.features-circle {
    position: relative;
}

.features-circle .middle-circle {
    width: 550px;
    height: 500px;
    border-radius: 50%;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.features-circle .middle-circle>img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.features-circle .middle-circle>.icon {
    position: absolute;
}

.features-circle .middle-circle>.icon>span {
    position: absolute;
}

.features-circle .middle-circle>.icon>i {
    font-size: 22px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.features-circle .middle-circle>.icon:nth-of-type(1) {
    top: 80px;
    left: 130px;
}

.features-circle .middle-circle>.icon:nth-of-type(1)>span {
    width: 140px;
    height: 34px;
    background-image: url(../images/icons/l1.png);
    background-repeat: no-repeat;
    top: 10px;
    left: -190px;
}

.features-circle .middle-circle>.icon:nth-of-type(2) {
    top: 186px;
    left: 12px;
}

.features-circle .middle-circle>.icon:nth-of-type(2)>span {
    width: 44px;
    height: 11px;
    background-image: url(../images/icons/l3.png);
    background-repeat: no-repeat;
    top: 65px;
    left: -72px;
}

.features-circle .middle-circle>.icon:nth-of-type(3) {
    top: 316px;
    left: 116px;
}

.features-circle .middle-circle>.icon:nth-of-type(3)>span {
    width: 140px;
    height: 34px;
    background-image: url(../images/icons/l5.png);
    background-repeat: no-repeat;
    top: 64px;
    left: -176px;
}

.features-circle .middle-circle>.icon:nth-of-type(4) {
    top: 114px;
    right: 210px;
}

.features-circle .middle-circle>.icon:nth-of-type(4)>span {
    width: 146px;
    height: 33px;
    background-image: url(../images/icons/l2.png);
    background-repeat: no-repeat;
    top: -20px;
    left: 124px;
}

.features-circle .middle-circle>.icon:nth-of-type(5) {
    top: 187px;
    right: 135px;
}

.features-circle .middle-circle>.icon:nth-of-type(5)>span {
    width: 44px;
    height: 27px;
    background-image: url(../images/icons/l4.png);
    background-repeat: no-repeat;
    top: 55px;
    left: 152px;
}

.features-circle .middle-circle>.icon:nth-of-type(6) {
    top: 316px;
    right: 240px;
}

.features-circle .middle-circle>.icon:nth-of-type(6)>span {
    width: 44px;
    height: 11px;
    background-image: url(../images/icons/l6.png);
    background-repeat: no-repeat;
    top: 65px;
    left: 154px;
    width: 165px;
    height: 34px;
}
/*About*/
.marquee {
     height: 25px;
     overflow: hidden;
     position: relative;
}
 .marquee div {
     display: block;
     width: 100%;
     height: 30px;
     position: absolute;
     overflow: hidden;
     animation: marquee 35s linear infinite;
}
 .marquee .ani-left {
     float: left;
     width: 50%;
}
 @keyframes marquee {
     0% {
         left: 0;
    }
     100% {
         left: -100%;
    }
}
 .team-out .pic-container {
     display: flex;
     animation: marquee 16s infinite alternate linear;
}
 .team-out .pic-container .pic {
     flex-basis: 20%;
     flex-shrink: 0;
}
 .team-out .pic-container .pic .img-div {
     width: 751px;
     height: 324px;
     display: inline-block;
     padding-right: 20px;
}
 .team-out .pic-container .pic .img-div .img-big {
     width: 486px;
     height: 325px;
     float: left;
     display: inline-block;
}
 .team-out .pic-container .pic .img-div .img-big img {
     object-fit: cover;
}
 .team-out .pic-container .pic .img-div .img-small {
     width: calc(740px - 516px);
     display: inline-block;
     margin-left: 20px;
}
 .team-out .pic-container .pic .img-div .img-small .small-one {
     height: 152px;
     margin-bottom: 20px;
}
 .team-out .pic-container .pic .img-div .img-small .small-one img {
     object-fit: cover;
}
 .team-out .pic-container .pic .img-div .img-small .small-two {
     height: 152px;
}
 .team-out .pic-container .pic .img-div .img-small .small-two img {
     height: 151px;
     object-fit: cover;
}
 .team-out .pic-container.pic-container-reverse {
     animation: marqueereverse 16s infinite alternate linear;
}
 .team-out img {
     width: 100%;
     vertical-align: middle;
}
 @keyframes marquee {
     0% {
         transform: translateX(0);
    }
     100% {
         transform: translateX(-60%);
    }
}
 @keyframes marqueereverse {
     0% {
         transform: translateX(-60%);
    }
     100% {
         transform: translateX(0);
    }
}
 @media (max-width: 1024px) {
     @keyframes marqueereverse {
         0% {
             transform: translateX(-75%);
        }
         100% {
             transform: translateX(0);
        }
    }
}
 @media (max-width: 768px) {
     @keyframes marqueereverse {
         0% {
             transform: translateX(-99.99%);
        }
         100% {
             transform: translateX(0);
        }
    }
}
 @media (max-width: 1024px) {
     @keyframes marquee {
         0% {
             transform: translateX(0);
        }
         100% {
             transform: translateX(-75%);
        }
    }
}
 @media (max-width: 768px) {
     @keyframes marquee {
         0% {
             transform: translateX(0);
        }
         100% {
             transform: translateX(-99.99%);
        }
    }
}
 .about-since-sec .partners-block {
     padding: 2.5rem;
}
 .about-since-sec h2 {
     font-size: 8rem;
     letter-spacing: -0.5vw;
     -webkit-text-stroke: 5px #191919;
     color: #f3f3f3;
     line-height: 1;
}
 .emp-review {
     border-bottom: 1px solid #ddd;
     padding-bottom: 50px;
     margin-bottom: 50px;
}
 .emp-review:last-child {
     border: 0;
     margin: 0;
     padding: 0;
}
 .emp-review .quote-icon {
     position: absolute;
     left: 0;
     width: auto;
}
 .emp-review .user-img img {
     min-width: 160px;
     max-width: 160px;
}
 .emp-review .user-con {
     padding-left: 40px;
}
 ::ng-deep .owl-theme .owl-nav.disabled + .owl-dots {
     margin-top: 0;
}
 .ver-time .center-line {
     position: absolute;
     height: 99%;
     width: 4px;
     background: #d3cfcd;
     left: 18px;
     top: 20px;
}
 .ver-time .ver-time-box {
     padding-left: 70px;
     margin-bottom: 40px;
}
 .ver-time .ver-time-box:last-child {
     margin-bottom: 0;
}
 .ver-time .ver-time-box > div {
     background: #fff;
     padding: 40px;
     position: relative;
     box-shadow: 0 8px 24px #000;
     border-radius: 10px;
}
 .ver-time .ver-time-box > div::before {
     position: absolute;
     content: "";
     height: 15px;
     width: 15px;
     background: #fff;
     top: 26px;
     z-index: 0;
     transform: rotate(45deg);
}
 .ver-time-box > div::before {
     left: -7px;
}
 .ver-time-box > div .icon {
     position: absolute;
     background: #d3cfcd;
     height: 60px;
     width: 60px;
     text-align: center;
     line-height: 60px;
     border-radius: 50%;
     box-shadow: 0 8px 24px #000;
     font-size: 23px;
     font-weight: 600;
     color: #191919;
}
 .ver-time-box > div .icon {
     top: 15px;
     left: -80px;
}
 .move-image {
     -webkit-animation: 100s scroll infinite linear;
     -moz-animation: 100s scroll infinite linear;
     -o-animation: 100s scroll infinite linear;
     -ms-animation: 100s scroll infinite linear;
     animation: 100s scroll infinite linear;
     background-repeat: repeat-x;
}
 @-webkit-keyframes scroll {
     100% {
         background-position: -3000px 0px;
    }
}
 @-moz-keyframes scroll {
     100% {
         background-position: -3000px 0px;
    }
}
 @-o-keyframes scroll {
     100% {
         background-position: -3000px 0px;
    }
}
 @-ms-keyframes scroll {
     100% {
         background-position: -3000px 0px;
    }
}
 @keyframes scroll {
     100% {
         background-position: -3000px 0px;
    }
}
 .move-image-v {
     -webkit-animation: 100s scroll-v infinite linear;
     -moz-animation: 100s scroll-v infinite linear;
     -o-animation: 100s scroll-v infinite linear;
     -ms-animation: 100s scroll-v infinite linear;
     animation: 100s scroll-v infinite linear;
     background-repeat: repeat-x;
}
 @-webkit-keyframes scroll-v {
     100% {
         background-position: 3000px 0px;
    }
}
 @-moz-keyframes scroll-v {
     100% {
         background-position: 3000px 0px;
    }
}
 @-o-keyframes scroll-v {
     100% {
         background-position: 3000px 0px;
    }
}
 @-ms-keyframes scroll-v {
     100% {
         background-position: 3000px 0px;
    }
}
 @keyframes scroll-v {
     100% {
         background-position: 3000px 0px;
    }
}
 .step-list {
     margin: 0;
     padding: 0;
     list-style-type: none;
}
 .step-list__item {
     counter-increment: step-counter;
     position: relative;
}
 .step-list__item:before {
     content: counter(step-counter);
     font-weight: 300;
     color: #d8d8d8;
}
 .step-list__item .icon {
     border-radius: 50%;
     display: block;
     flex: 0 0 auto;
}
 .step-list__item .body {
     font-size: 12px;
     line-height: 18px;
     font-weight: 300;
}
 .step-list__item .content {
     display: flex;
     flex-direction: row;
     padding-bottom: 30px;
}
 .step-list__item:first-child .icon {
     background: #f4f6d5;
}
 .step-list__item:nth-child(2) .icon {
     background: #e8f4f3;
}
 .step-list__item:nth-child(3) .icon {
     background: #ededed;
}
 .step-list__item:nth-child(4) .icon {
     background: #edf6ef;
}
 .step-list__item:nth-child(5) .icon {
     background: #fef3f3;
}
 .step-list__item:nth-child(odd) .content {
     justify-content: flex-start;
}
 .step-list__item:nth-child(even) .content {
     justify-content: flex-end;
}
 .step-list__item:first-child > .step-list__item__inner:before {
     content: none;
}
 .step-list__item:last-child > .step-list__item__inner:after {
     content: none;
}
 .step-list__item + li {
     margin-top: 84px;
}
 .step-list__item + li > div {
     margin-top: -1px;
}
 @media screen and (max-width: 600px) {
     .step-list__item {
         display: flex;
    }
     .step-list__item:before {
         content: counter(step-counter);
         position: relative;
         font-size: 36px;
         line-height: 42px;
         font-weight: 300;
         color: #000;
         margin-right: 12px;
    }
     .step-list__item .icon {
         order: 0;
         width: 36px;
         height: 36px;
         padding: 9px;
         position: absolute;
         left: -9px;
         top: 42px;
    }
     .step-list__item .body {
         order: 1;
         margin-top: 8px;
         margin-left: 12px;
    }
     .step-list__item .content {
         align-items: flex-start;
    }
     .step-list__item .content:before {
         content: "";
         position: absolute;
         border-left: #d8d8d8;
         height: 100%;
         left: 9px;
         bottom: 0;
         display: block;
         width: 1px;
         background: #d8d8d8;
         top: 84px;
    }
     .step-list__item:last-child .content:before {
         content: none;
    }
}
 @media screen and (min-width: 601px) {
     .step-list__item:before {
         content: counter(step-counter);
         position: absolute;
         font-size: 60px;
         line-height: 1.7;
         font-weight: 600;
         color: #d8d8d8;
    }
     .step-list__item .icon {
         width: 180px;
         height: 180px;
         background: #fff !important;
    }
     .step-list__item .body {
         flex: 0 1 33.3333%;
         margin-top: 74px;
    }
     .step-list__item .content {
         align-items: center;
    }
     .step-list__item > .step-list__item__inner {
         position: relative;
    }
     .step-list__item > .step-list__item__inner:before, .step-list__item > .step-list__item__inner:after {
         border-width: 0px;
         border-style: solid;
         border-color: #000;
         display: block;
         content: "";
         position: absolute;
         height: 42px;
         width: calc(43.333% - 40px);
    }
     .step-list__item:nth-child(odd) > .step-list__item__inner {
         text-align: right;
    }
     .step-list__item:nth-child(odd) > .step-list__item__inner:before, .step-list__item:nth-child(odd) > .step-list__item__inner:after {
         border-left-width: 2px;
         left: calc(33.3333% - 20px);
    }
     .step-list__item:nth-child(odd) > .step-list__item__inner:before {
        /* border-top-width: 2px;
         */
        /* border-top-left-radius: 42px;
         */
         margin-top: -43px;
         margin-left: -2px;
    }
     .step-list__item:nth-child(odd) > .step-list__item__inner:after {
         border-bottom-width: 2px;
        /* border-bottom-left-radius: 42px;
         */
         margin-bottom: -40px;
    }
     .step-list__item:nth-child(odd):before {
         left: 0;
         margin-left: 33.3333%;
         transform: translateX(-100%);
    }
     .step-list__item:nth-child(odd) .icon {
         margin-left: 72px;
    }
     .step-list__item:nth-child(even) > .step-list__item__inner:before, .step-list__item:nth-child(even) > .step-list__item__inner:after {
         border-right-width: 2px;
         right: calc(32.3333% - 24px);
    }
     .step-list__item:nth-child(even) > .step-list__item__inner:before {
        /* border-top-width: 2px;
         */
        /* border-top-right-radius: 42px;
         */
         margin-top: -42px;
         margin-right: -2px;
    }
     .step-list__item:nth-child(even) > .step-list__item__inner:after {
         border-bottom-width: 2px;
        /* border-bottom-right-radius: 42px;
         */
         margin-bottom: -42px;
    }
     .step-list__item:nth-child(even):before {
         right: 0;
         margin-right: 33.3333%;
         transform: translateX(100%);
    }
     .step-list__item:nth-child(even) .icon {
         margin-right: 72px;
    }
     .step-list__item:nth-child(even) .body {
         order: 1;
    }
}
 ul.timeline-holder {
     margin: 0;
     padding: 0;
}
 li.timeline-event {
     margin: 0 0 30px 40px;
     position: relative;
     padding-top: 5px;
     padding-left: 10px;
     list-style: none;
}
 li.timeline-event:last-child {
     margin-bottom: 0;
}
 li.timeline-event:hover span.timeline-circle:before {
     background-color: #009bdf;
}
 span.timeline-circle {
     position: absolute;
     top: 0;
     left: -30px;
}
 span.timeline-circle:before {
     content: "";
     display: block;
     width: 21px;
     height: 21px;
     border-radius: 90%;
     background: #f3f3f3;
     border: 4px solid #009bdf;
     position: absolute;
     left: -13px;
     top: 6px;
     z-index: 1;
     transition: 0.3s;
}
 span.timeline-circle:after {
     content: "";
     width: 31px;
     height: 45px;
     position: absolute;
     left: -15px;
     top: -2px;
     z-index: 0;
}
 ul.timeline-holder:before {
     content: "";
     display: block;
     width: 0;
     height: 90%;
     border: 1px solid #c2c2c2;
     position: absolute;
     top: 5px;
     left: 7px;
}
 /*Team*/

.border-center {
    border-right: 2px dashed #191919;
    height: 50px;
    left: 50%;
    transform: translate(-50%);
}
.w-20 .col-lg-3 {
    width: 20%;
}

/*Career*/
.bg-about {
    position: absolute;
    top: 0;
    left: -50%;
    width: 100%;
    padding: 60px;
    transform: translate(10%, -100%);
}

.box-4 .col-lg-3 {
    padding: 25px;
    border: 1px solid #ddd;
    margin-left: -1px;
    margin-bottom: -1px;
}

.box-4 .col-md-4:nth-child(1n-1) {
    border-left: 0;
}

.box-4 .col-md-4:nth-child(3n-3) {
    border-right: 0;
}

.box-4 .col-md-4:nth-child(-n+3) {
    border-top: 0;
}

.box-4 .col-md-4:nth-child(-n+8),
.box-4 .col-md-4:nth-child(-n+12) {
    border-bottom: 0;
}

.box-4 .col-lg-3 {
    padding: 25px;
    border: 1px solid #ddd;
    margin-left: -1px;
    margin-bottom: -1px;
}

.box-4 .col-lg-3:nth-child(2n-1) {
    border-left: 0;
}

.box-4 .col-lg-3:nth-child(-n+4) {
    border-top: 0;
}

.box-4 .col-lg-3:nth-child(-n+12) {
    border-bottom: 0;
    border-left: 0;
}

.box-4 .col-lg-3:nth-child(4n-0) {
    border-right: 0;
    border-bottom: 0;
}

.accordion-button {
    display: block;
    padding: 0;
    border: 0;
    background: transparent !important;
    font-size: 22px;
    font-weight: 500;
    color: #191919 !important;
    z-index: 1 !important;
    box-shadow: none;
}

.accordion-item {
    padding: 36px;
    // box-shadow: 0 10px 20px rgb(0 0 0 / 7%);
    border: 0;
    // border-radius: 10px;
}

.accordion-item+.accordion-item {
    // margin-top: 15px;
    border-top: 1px solid #ddd;
}

.accordion-collapse {
    border: 0;
    padding-left: 0;
    padding-top: 5px;
}

.accordion-body {
    padding: 0;
}

.accordion-button::after {
    display: none;
}

.accordion-button .arrow-icon {
        width: 36px;
        height: 36px;
        min-width: 36px;
        max-width: 36px;
}

[aria-expanded="false"] .arrow-icon {
    transform: rotate(0deg);
}

[aria-expanded="true"] .arrow-icon {
    transform: rotate(90deg);
}
.career-block {
    box-shadow: 0 32px 54px rgb(0 0 0 / 10%);
}

/*Contact*/
.form-group {
    position: relative;
    display: block;
    margin-bottom: 1.875rem;
}

.form-group input {
    font-size: 2rem;
    width: 100%;
    margin: 0;
    padding: 0 0 0.625rem 0;
    color: #000000;
    border: 0;
    border-bottom: 1px solid rgb(0 0 0 / 15%);
    border-radius: 0;
    outline: 0;
    background: transparent !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-weight: 600;
}

.form-group label {
    font-size: 1.5rem;
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}

.form-group label::before {
    font-size: .875rem;
    position: absolute;
    top: calc(50% - 0.75em);
    left: -2.75rem;
    content: attr(data-number);
    color: #777;
}


/* Responsive */
@media  screen and (max-width: 1700px) {
    
}
@media  screen and (max-width: 1500px) {
    
}
@media  screen and (min-width: 1280px) and (max-width:1400px) {
    body {
        font-size: 90%;
    }
}

@media  screen and (max-width: 1200px) {
    body {
        line-height: 1.4;
    }
    section {
        padding: 60px 0;
    }
}

@media  screen and (max-width: 992px) {
    .center-carousel.owl-theme .owl-nav button.owl-prev,
    .center-carousel.owl-theme .owl-nav button.owl-next {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        transform: none;
        padding: 0 !important;
    }
    .center-carousel.owl-theme .owl-nav button.owl-prev svg, 
    .center-carousel.owl-theme .owl-nav button.owl-next svg {
        width:30px;
    }
    .center-carousel .owl-nav i {
        font-size: 20px;
    }
    .center-carousel.owl-theme .owl-nav .disabled {
        opacity: .3;
    }
    .center-carousel.owl-theme .owl-nav button.owl-prev {
        transform: translateY(0%) rotate(180deg);
    }
}

@media (min-width: 768px) and (max-width: 1024px) {

}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {

}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

}

@media  screen and (max-width: 767px) {
    section {
        padding: 40px 10px;
        text-align: center;
    }
}

@media  screen and (max-width: 576px) {

    
}