/***

====================================================================
	All Fonts
====================================================================

***/

/*

	font-family: 'IBM Plex Sans', sans-serif;
	font-family: 'Urbanist', sans-serif;

*/

/* ======================================
	Css Files
========================================= */



@import url('global.css');
@import url('font-awesome.css');
@import url('odometer-theme-default.css');
@import url('swiper.min.css');
@import url('icomoon.css');
@import url('bootstrap-select.min.css');
/* Module Css */

@import url('module-css/header.css');
@import url('module-css/partners.css');
@import url('module-css/unlash.css');
@import url('module-css/owl.css');
@import url('module-css/testimonial.css');
@import url('module-css/pricing.css');
@import url('module-css/page-title.css');
@import url('module-css/scroll-to-top.css');

:root {
    /* #124a94 in decimal RGB */
    --main-color: #FF5722;
    --main-color-rgb: 255, 87, 34;
}

/* Preloader */

/* Preloader */

#loading {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9999999999999;
    margin-top: 0;
    top: 0;
    display: none;
    background-color: #2e93ee;
}

#loading-center {
    width: 100%;
    height: 100%;
    position: relative;
}

#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 200px;
    width: 200px;
    margin-top: -100px;
    margin-left: -100px;
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.object {
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    position: absolute;
    border-top: 5px solid #fff;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #fff;
    border-right: 5px solid transparent;
    -webkit-animation: animate 2s infinite;
    animation: animate 2s infinite;
}

#object_one {
    left: 75px;
    top: 75px;
    width: 50px;
    height: 50px;
}

#object_two {
    left: 65px;
    top: 65px;
    width: 70px;
    height: 70px;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

#object_three {
    left: 55px;
    top: 55px;
    width: 90px;
    height: 90px;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

#object_four {
    left: 45px;
    top: 45px;
    width: 110px;
    height: 110px;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

@-webkit-keyframes animate {
    50% {
        -ms-transform: rotate(360deg) scale(0.8);
        -webkit-transform: rotate(360deg) scale(0.8);
        transform: rotate(360deg) scale(0.8);
    }
}

@keyframes animate {
    50% {
        -ms-transform: rotate(360deg) scale(0.8);
        -webkit-transform: rotate(360deg) scale(0.8);
        transform: rotate(360deg) scale(0.8);
    }
}

/* Page Loader End */



/***

====================================================================
	Slider One Start
====================================================================

***/




.banner-video {
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: -1;
}
 @media (min-aspect-ratio:16/9){
    .banner-video {
        width: 100%;
        height: auto;
    }
 }
 @media (max-aspect-ratio:16/9){
    .banner-video {
        width: auto;
        height: 100%;
    }
 }



.swiper-container {
    /* z-index: 1; */
    /* background: linear-gradient(180deg, transparent -6%, #1212128c, #1212129e); */
    /*background: linear-gradient(180deg, #0000005e, #0000005e, #0000005e) ;*/
    /* height: 100%; */
}


@media (max-width: 345.556px) {
    .slider-one .swiper-slide-active .slider-one__title {
        font-size: 30px !important;
    }

}
@media (max-width: 472.556px) {
    .slider-one .swiper-slide-active .slider-one__title {
        font-size: 30px !important;
    }
}

.slider-one {
    position: relative;
    display: block;
    z-index: -1;
    /* height: 100vh; */
    overflow: hidden;
    background:linear-gradient(180deg, #0000005e, #0000005e, #0000005e);
}

.slider-one__image-layer {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.slider-one__image-layer::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #e5eeff;
}

.slid-top-shape {
    transform: rotate(315deg);
    position: absolute;
    top: -235px;
    right: -115px;
    z-index: 11;
}

.slid-top-shape-inner {
    display: flex;
    align-items: center;
}

.slid-top-shape-one {
    width: 130px;
    height: 630px;
    background-color: rgba(var(--main-color-rgb), 0.88);
}

.slid-top-shape-two {
    width: 257px;
    height: 350px;
    background-color: var(--main-color);
}

.slid-bottom-shape {
    transform: rotate(315deg);
    position: absolute;
    bottom: -235px;
    left: -115px;
    z-index: 11;
}

.slid-bottom-shape-one {
    width: 135px;
    height: 630px;
    background-color: var(--color-five);
}

.slid-bottom-shape-two {
    width: 257px;
    height: 350px;
    background-color: #161e46;
}

.slider-one__wrap {
    height: 100%;
}

.slider-one__wrap {
    position: relative;
    display: block;
    padding: 0;
    z-index: 1;
}

.slider-one__content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 755px;
}

.slider-one__content__inner {
    position: relative;
    margin-top: 100px;
}

.slider-one__title__box {
    position: relative;
}

.kite-three {
    position: absolute;
    left: -100px;
    bottom: 0;
    transform: rotate(116deg) scale(0.7);
    animation: kite-three 2s linear infinite alternate;
}

@keyframes kite-three {
    0% {
        transform: rotate(116deg) scale(0.7);
    }

    100% {
        transform: rotate(80deg) scale(0.7);
    }
}

.slider-one__title {
    position: relative;
    display: block;
    font-size: 64px;
    color: #1a0061;
    text-transform: capitalize;
    font-weight: 700;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(-100px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(-100px);
    transform: perspective(400px) rotateY(0deg) translateY(-100px);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    transition: all 1500ms ease;
    z-index: 1;
}

.slider-one__title span {
    /*background: linear-gradient(270deg, #4d89f9 1.21%, #704ee7 21.78%, #e8428c 71.65%, #ed6d4b 100%);*/
    background: linear-gradient(270deg, #fde552 1.21%, #fee452 21.78%, #df9e0d 71.65%, #f3e161 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.slider-one .swiper-slide-active .slider-one__title {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
    transform: perspective(400px) rotateY(0deg) translateY(0px);
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -ms-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms;
}

.slider-one__text {
    font-size: 20px;
    font-weight: 400;
    color: #0d3a4fd6;
    margin-top: 30px;
    margin-bottom: 55px;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(0deg) translateX(-100px);
    -ms-transform: perspective(400px) rotateY(0deg) translateX(-100px);
    transform: perspective(400px) rotateY(0deg) translateX(-100px);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    transition: all 1500ms ease;
    z-index: 1;
}

.slider-one .swiper-slide-active .slider-one__text {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg) translateX(0px);
    -ms-transform: perspective(400px) rotateY(0deg) translateX(0px);
    transform: perspective(400px) rotateY(0deg) translateX(0px);
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms;
}

.slider-one__btn-box {
    position: relative;
    display: flex;
    align-items: center;
    gap: 25px;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(100px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(100px);
    transform: perspective(400px) rotateY(0deg) translateY(100px);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    transition: all 1500ms ease;
    z-index: 1;
}

.slider-one .swiper-slide-active .slider-one__btn-box {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
    transform: perspective(400px) rotateY(0deg) translateY(0px);
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms;
}

.slider-one__btn-box .btn-box-two .btn-one:after {
    background-color: #758BFD;
}

.slider-one__btn-box .btn-box-two .btn-one:before {
    background-color: #677FFE;
}

.slider-one__image__box {
    position: relative;
    width: 100%;
}

.slider-one__image__box {
    position: relative;
    margin-top: 100px;
    height: 615px;
    max-width: 615px;
    width: 100%;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(100px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(100px);
    transform: perspective(400px) rotateY(0deg) translateY(100px);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    transition: all 1500ms ease;
    z-index: 1;
}

.slider-one .swiper-slide-active .slider-one__image__box {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
    transform: perspective(400px) rotateY(0deg) translateY(0px);
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms;
}

.slider-one__image__box .robot {
    position: absolute;
    right: 80px;
    top: 50%;
    transform: translateY(-50%);
    animation: robot 2s linear infinite alternate;
}

.slider-one__image__box .kite {
    position: absolute;
    top: 50px;
    left: 120px;
}

.slider-one__image__box .kite-two {
    position: absolute;
    bottom: 50px;
    right: -15px;
    transform: rotate(135deg);
}

.slider-one__image__box .pattern-three {
    position: absolute;
    top: 25px;
    right: 0;
}

.roket {
    position: absolute;
    left: 140px;
    top: 40%;
    transform: translateX(-50%);
    animation: rocket 20s linear infinite;
}

@keyframes robot {
    0% {
        top: 50%;
    }

    100% {
        top: 40%;
    }
}

@keyframes rocket {
    0% {
        top: 40%;
        left: 140px;
    }

    20% {
        top: 0%;
        left: 140px;
    }

    40% {
        top: 0%;
        left: 40px;
        transform: rotate(180deg);
    }

    60% {
        top: 40%;
        left: 40px;
        transform: rotate(180deg);
    }

    80% {
        top: 100%;
        left: 140px;
        transform: rotate(360deg);
    }

    100% {
        top: 40%;
        left: 140px;
    }
}

.accessories-three img {
    animation: acc-three 1s linear infinite alternate;
}

@keyframes acc-three {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.2);
    }
}

.accessories-one img {
    position: absolute;
    right: -50px;
    bottom: 260px;
    animation: acc-one 10s linear infinite;
}

@keyframes acc-one {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* ============================================
	Slider One End
============================================== */


/* ============================================
About One Start
=============================================== */

.about-one {
    padding: 100px 0px 85px;
    background-color: #f4feff;
}

.about-one-left-container {
    position: relative;
}

.about-one-image-bottom {
    position: absolute;
    bottom: -72px;
    right: 20px;
    z-index: 1;
}

.white-div {
    width: 317px;
    height: 224px;
    border-radius: 4px;
    background-color: var(--white-color);
    position: absolute;
    bottom: -52px;
    right: 40px;
}

.about-one-pattern {
    position: absolute;
    bottom: -43px;
    left: 72px;
}

.about-one-counter {
    width: 274px;
    height: 129px;
    border-radius: 4px;
    background: var(--color-three);
    padding: 25px 30px;
    display: flex;
    align-items: center;
    gap: 18px;
    position: absolute;
    top: 60px;
    right: 0;
}

.fun-fact-odometer {
    display: flex;
    align-items: center;
}

.fun-fact-odometer h3,
.fun-fact-odometer span {
    font-size: 38px;
    font-weight: 700;
    color: var(--white-color);
}

.about-one-counter .counter h6 {
    font-size: 17px;
    font-weight: 300;
    color: var(--white-color);
    font-family: var(--ibm);
}

.about-one-title h2 {
    text-transform: inherit;
    font-size: 50px;
    color: #1a0061;
}

.about-one-title h2 span {
    background: linear-gradient(270deg, #4d89f9 1.21%, #704ee7 21.78%, #e8428c 71.65%, #ed6d4b 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.about-one-right-container {
    margin-left: 20px;
}

.about-one-title p {
    margin-top: 20px;
    margin-bottom: 40px;
}

.about-one-list {
    display: flex;
    gap: 80px;
}

.about-one-list-container ul li {
    font-size: 17px;
    font-weight: 500;
    color: var(--color-four);
    text-transform: capitalize;
    margin-bottom: 15px;
}

.about-one-list-container ul li img {
    margin-right: 8px;
}

.about-one-btn {
    margin-top: 40px;
}

/* ============================================
About One End
=============================================== */


/* =======================================
Services(col-6+col-6)  End
========================================= */
.section-space-sm-top {
    padding-block-start: clamp(2rem, 3.25vw + 1rem, 3.75rem);
}

.section-space-sm-y {
    padding-block-start: clamp(2rem, 3.25vw + 1rem, 3.75rem);
    padding-block-end: clamp(2rem, 3.25vw + 1rem, 3.75rem);
}

.z-1 {
    z-index: 1 !important;
}

.align-items-center {
    align-items: center !important;
}

.position-center-y {
    inset-block-start: 50%;
    transform: translateY(-50%);
}

.servics-cont h3 {
    font-size: clamp(2.1rem, 2.526vw + 1rem, 3rem);
}

.servic-bg-imgs {
    opacity: 0.3;
}

.clr-primary-10 {
    --clr-opacity: 1;
    color: #1a0061;
}

.fw-extrabold {
    font-weight: 900;
}

.clr-grad-4 {
    background: linear-gradient(270deg, #4d89f9 1.21%, #704ee7 21.78%, #e8428c 71.65%, #ed6d4b 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.list {
    --direction: column;
    display: flex;
    flex-direction: var(--direction);
    margin: 0;
    padding: 0;
    list-style: none;
}

.gap-4 {
    gap: 1rem !important;
}

.fw-extrabold {
    font-weight: 900;
}

.mb-6 {
    margin-block-end: 1.5rem !important;
}

.mb-8 {
    margin-block-end: 2rem !important;
}

.fw-medium {
    font-weight: 500 !important;
}

.section-Aun-img img {
    /* width: 450px;
height: 450px; */
    object-fit: fill;
    border-radius: 17px;
}

/* =======================================
Services(col-6+col-6)  End
========================================= */


/* =======================================
Whate we Are(Contact) start
========================================= */

/* Whate we Are One */

.whate-we-are-one {
    position: relative;
    padding: 130px 0;
    /* background: var(--color-three); */
}

.whate-we-are-one .image-layer {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: space-between;
    opacity: 0;
}

.whate-we-are-one .image-layer::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(var(--color-three-rgb), 0.5); */
    z-index: 1;
}

.whate-we-are-one-left-content {
    margin-right: 20px;
    position: relative;
    z-index: 1;
}

.whate-we-are-one-title h2 {
    color: var(--white-color);
    text-transform: inherit;
}

.whate-we-are-one-title p {
    color: var(--white-color);
    margin-top: 20px;
    margin-bottom: 30px;
}

.whate-we-are-one-left-content h6 {
    font-size: 20px;
    font-weight: 700;
    color: var(--white-color);
    padding: 20px 0;
    border-top: 2px solid var(--main-color);
    border-bottom: 2px solid var(--main-color);
}

.whate-we-are-one-list {
    margin-top: 20px;
}

.whate-we-are-one-list ul li {
    color: var(--white-color);
    margin-bottom: 10px;
}

.whate-we-are-one-list ul li img {
    margin-right: 15px;
}

.whate-we-are-one-right-content {
    background-color: var(--white-color);
    padding: 50px 50px;
    border-radius: 4px;
    margin-left: 20px;
    position: relative;
    z-index: 1;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.whate-we-are-one-right-title h6 {
    color: var(--color-six);
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}

.whate-we-are-one-right-title h5 {
    font-size: 27px;
    font-weight: 700;
    margin-bottom: 25px;
}

.common-input {
    padding: 15px 30px;
    border-radius: 4px;
    border: 1px solid #D9D9D9;
    margin-bottom: 15px;
    width: 100%;
}

.form-group form {
    display: flex;
    align-items: center;
    gap: 15px;
}

.form-group form .common-input {
    max-width: 290px;
    width: 100%;
}

.whate-we-are-one-form .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 595px !important;
}

.bootstrap-select>.dropdown-toggle {
    padding: 0;
    background: transparent;
}

textarea.common-input {
    width: 100%;
    height: 125px;
}

/* =======================================
Whate we Are(Contact) End
========================================= */


/* new */

.logo-text {
    font-size: 26px;
    /* color: var(--white-color); */
    text-transform: capitalize;
    font-weight: 700;
    text-align: center;
    letter-spacing: 1.9px;
    background: linear-gradient(270deg, #4d89f9 1.21%, #704ee7 21.78%, #e8428c 71.65%, #ed6d4b 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.only-bgs {}

.only-bgs .fixed-only-bgs {
    background-image: url('../images/new/machine-learning.jpg');
    padding: 80px 0px;
    height: 500px;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
}

/* Bg-Images Show CSS Start */
.only-bgs-title {
    padding-top: 30px;
}

.only-bgs-title h4 {
    color: #fff;
    padding-bottom: 18px;
}

.only-bgs-title h2 {
    font-size: 34px;
    /* width: 90%; */
    padding-bottom: 25px;
    color: #fff;
}

.only-bgs-title p {
    font-weight: 500;
    color: var(--white-color);
    font-size: 16px;
}

.txt-right {
    text-align: end;
    padding-left: 20%;
}

.txt-left {
    width: 80%;
}

/* Bg-Images Show CSS End */



/* ==================================
	Testimonial One
==================================== */
.testimonial-one {
    padding: 100px 0px;
    position: relative;
    background: url('../images/background/testimonial-one-bg.jpg') no-repeat;
    background-size: cover;
    padding: 110px 0;
}

.testimonial-one::before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(245, 245, 245, 0.90);
    position: absolute;
    top: 0;
    left: 0;
}

.services-one {
    position: relative;
    background: url(../../images/background/choose-bg.jpg) no-repeat;
    background-size: cover;
    padding: 110px 0;
}

.services-one::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(var(--color-six-rgb), 0.80);
    position: absolute;
    top: 0;
    left: 0;
}

.testimonial-one-single {
    padding-left: 35px;
    position: relative;
}

.testimonial-one-single__inner {
    padding: 50px 60px;
    background-color: var(--white-color);
    border-radius: 4px;
    box-shadow: 0px 4px 51px 0px rgba(0, 0, 0, 0.07);
}

.testimonial-one-single__inner-image {
    position: absolute;
    left: 0;
    top: 40px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
}

.testimonial-one-single__inner-image img {
    transition: 0.5s;
}

.testimonial-one-single:hover .testimonial-one-single__inner-image img {
    transform: scale(1.2);
}

.testimonial-one-single__inner-content h6 {
    font-size: 16px;
    font-weight: 700;
    color: var(--black-color);
}

.testimonial-one-single__inner-content span {
    display: block;
    color: rgba(81, 81, 81, 0.67);
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 35px;
    position: relative;
}

.testimonial-one-single__inner-content span::after {
    content: '';
    width: 80px;
    height: 2px;
    background: var(--main-color);
    position: absolute;
    left: 0;
    bottom: -10px;
    transition: 0.5s;
}

.testimonial-one-single:hover span::after {
    width: 100%;
}

.rating ul {
    display: flex;
    align-items: center;
    gap: 5px;
    color: var(--main-color);
    margin-top: 20px;
}

.rating ul li {
    font-size: 15px;
}

.testimonial-one__carousel-container .owl-carousel.owl-dot-style1 .owl-dots {
    margin-top: 50px !important;
}

/* ==================================
	Testimonial One End
==================================== */


/* Delivery Experiences CSS Start */

.delvry-expr {
    padding: 80px 0px;
}

.delvry-expr-title {
    padding-bottom: 50px;
}

.delvry-expr-title h2 {
    font-size: 27px;
    padding-bottom: 18px;
}

.delvry-expr-card {
    padding: 25px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 9px;
    height: 250px;
    margin-bottom: 20px;
}

.delvry-expr-card img {
    padding-bottom: 18px;
}

.delvry-expr-card h6 {
    font-size: 17px;
    font-weight: 700;
    padding-bottom: 12px;
}

.delvry-expr-card p {}

@media (max-width:568.222px){
    .delvry-expr-card {
        height: auto;
    }
}

/* Delivery Experiences CSS End */

/* Robot Services CSS Start */
.robt-servi {
    background-image: linear-gradient(45deg, #000000ab, #000000ab), url(../images/bg-12.png);
    padding: 80px 0px;
    background-size: cover;
    background-attachment: scroll;
    background-position: center;
    background-origin: revert;
    background-repeat: no-repeat;
    z-index: 99;
    position: relative;
}

.robt-servi-title {
    color: #fff;
    padding-bottom: 50px;
}

.robt-servi-title h5 {
    color: #fff;
    font-weight: 400;
    padding-bottom: 10px;
}

.robt-servi-title h3 {
    color: #fff;
    font-weight: 400;
    padding-bottom: 9px;
}

.robt-servi-title h3 span {
    font-weight: 600;
}

.robt-servi-title p {
    color: #fff;
    font-size: 18px;
    font-weight: 500;

}

.robt-servic-manage {
    padding: 18px;
    border-top: 1.9px solid #fff;
    margin-top: 40px;
}

.robt-servic-manage h2 {
    color: #fff;
    font-size: 25px;
}

.robt-servic-manage p {
    color: #fff;
    padding: 9px 0px 20px;
}

/* Robot Services CSS End */


/* Unlash CSS Start */
.bg-unlash {
    background-image: linear-gradient(45deg, #00000080, #00000080), url(../images/bg-antiddos2.png);
    padding: 100px 0px;
   background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
}

.unlash_title {
    padding: 40px 0px 80px;
}

.unlash_title h4 {
    color: #fff;
    padding-bottom: 18px;
}

.unlash_title h2 {
    font-size: 34px;
    width: 100%;
    padding-bottom: 25px;
}

.unlash_title p {
    font-weight: 500;
}

/* Unlash CSS End */





/* Footer Start */
.main-footer {

    background: url('../images/background/footer-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.footer-widget__social {
    position: relative;
    display: flex;
    gap: 20px;
    align-items: center;
    margin-top: 25px;
}

.footer-widget__social a {
    position: relative;
    font-family: 'Font Awesome 5 Brands';
    font-size: 20px;
    width: 37px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    background: transparent;
    color: #fffbf2;
    border-radius: 50%;
    transition: all 500ms ease;
    z-index: 1;
    background: #8a8986;
}

.main-footer__bottom {
    display: block;
    padding: 15px 0 25px;
    border-top: 2px solid #40404040;
}

.footer_main_sec {
    padding-bottom: 12px;
}

.main-footer__bottom-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.main-footer__bottom-text {
    color: #8a8986;
}

.main-footer__bottom-text span {
    color: #8a8986;
    font-weight: 700;
}

.main-footer__top {
    padding: 65px 0px 8px;
}

.footer-logo {
    padding-bottom: 20px;
}

.footer-logo-text {
    font-size: 26px;
    color: #515151ab;
    text-transform: capitalize;
    font-weight: 700;
    letter-spacing: 1.9px;
    padding-bottom: 8px;
}

.footer-address {}

.footer-address address {
    margin-bottom: 2px;
    opacity: .9;
}

.footer-address .footer-conts {
    opacity: .5;
    margin: 0;
    font-size: 15px;
    line-height: 1.75;
}

.footer-address .footer-conts span {
    display: inline-block;
    margin-right: .4rem;
}

.footer-address .footer-conts .value {
    display: inline-block;
    margin-right: .8rem;
}

.footer-address .footer-conts .divider {
    font-size: 14px;
    display: inline-block;
    margin-right: .8rem;
    transform: translateY(-1px);
}

.footer-address .footer-conts .key {
    display: inline-block;
}

.footer-widget__text {
    display: flex;
    justify-content: space-around;
    height: 100%;
    align-items: center;
}

.foter-condictin-lins {
    padding-bottom: 10px;
}

.foter-condictin-lins ul {
    display: inline-flex;
    gap: 45px;
}

.foter-condictin-lins ul li a,
.foter-condictin-lins ul li a:hover {
    color: #8a8986;
}

/* Footer End */


/* Responsive */

.dis-sticky-header {
    display: block;
}

.mobile-sticky-header {
    display: none;
}


@media (max-width:1198.689px) {
    .dis-sticky-header {
        display: none;
    }

    .mobile-sticky-header {
        display: block;
        padding: 9px 0px !important;
    }
}

@media (max-width:1024.562px) {
    .slider-one__content {
        height: 655px;
    }

    .slider-one .swiper-slide-active .slider-one__title {
        font-size: 50px;
    }
}

@media (max-width:991.568px) {
    .about-one-right-container {
        padding-top: 120px;
    }

    .slider-one__content {
        height: 600px;
    }

    .slider-one__content-2 {
        display: none;
    }

    /* .section-space-sm-y-revers {
        display: flex;
        flex-direction: column-reverse;
    } */
}

@media (max-width:768.253px) {
    .section-space-sm-y-revers {
        display: flex;
        flex-direction: column-reverse;
    }
}

@media (max-width:568.556px) {
    .slider-one .swiper-slide-active .slider-one__title {
        font-size: 40px;
    }

    .slider-one__text {
        font-size: 17px;
    }

    .slider-one .swiper-slide-active .slider-one__btn-box .btn-one {
        padding-top: 9px;
        padding-left: 30px;
        padding-right: 85px;
        padding-bottom: 9px;
        font-size: 17px;
        line-height: 34px;
    }

    .about-one-title h2 {
        font-size: 40px;
    }

    .about-one {
        padding: 70px 0px 70px;
    }

    .about-one-list {
        display: block;
    }

    .section-space-sm-y-revers {
        display: flex;
        flex-direction: column-reverse;
    }

    .delvry-expr-card {
        margin-bottom: 25px;
    }

    .unlash-left-container.txt-left {
        width: 100%;
    }

    .unlash .txt-right {
        padding-left: 0;
        text-align: left;
    }

    .whate-we-are-one-right-content {
        padding: 50px 7px;
        border-radius: 4px;
        margin-left: 0px;
        box-shadow: none;
    }

    .common-input {
        width: 100%;
    }
}


/* -----------------------------------
Transforming One Start
-------------------------------------- */

.transforming-one {
    padding: 0px 0 0;
}

.transforming-two {
    padding: 150px 0 20px;
}

.transforming-one__image {
    animation: transRobo 3s linear infinite alternate;
}

@keyframes transRobo {
    0% {
        transform: rotateY(0deg);
    }

    100% {
        transform: rotateY(-20deg);
    }
}

.transforming-one__right {
    margin-right: 55px;
    margin-top: 35px;
}

.transforming-one__right-title h4 {
    font-size: 38px;
    font-weight: 700;
}

.transforming-one__right-title h6 {
    font-size: 20px;
    font-weight: 700;
    padding: 25px 0;
}

.transforming-one__right-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.transforming-one__right-content-title {
    display: flex;
    gap: 23px;
    margin-top: 45px;
}

.transforming-one__right-content-icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
    background: #EAEAEA;
    color: var(--black-color);
}

.transforming-one__right-content-inner h6 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}

.transforming-one__right-content-inner {
    max-width: 304px;
    width: 100%;
}

.transforming-one__right-content .border-bottom {
    max-width: 380px;
    width: 100%;
    height: 1px;
    background: #D9D9D9;
    margin-top: 45px;
}

.transforming-one__right-review {
    width: 260px;
    height: 238px;
    border-radius: 4px;
    border: 10px solid #758BFD;
    padding: 32px 35px;
}

.transforming-one__right-review .rating ul {
    margin-top: 0;
}

.transforming-one__right-review h4 {
    font-size: 38px;
    font-weight: 700;
}

.transforming-one__right-review h5 {
    font-size: 15px;
    font-weight: 500;
    margin-top: 20px;
}


/* =======================================
Responsive
========================================== */

@media only screen and (max-width: 767px) {
    .transforming-one__right-title h4 {
        font-size: 23px;
        font-weight: 700;
    }

    .transforming-one__right-wrapper {
        display: block;
    }

    .transforming-one__right-review {
        margin-top: 40px;
    }
}


/* -----------------------------------
Transforming One-CSS END
-------------------------------------- */


/* ==================================
	Testimonial One Start
==================================== */

.services-one {
    position: relative;
    background: url(../../images/background/choose-bg.jpg) no-repeat;
    background-size: cover;
    padding: 110px 0;
}

.services-one::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(var(--color-six-rgb), 0.80);
    position: absolute;
    top: 0;
    left: 0;
}

.testimonial-one-single {
    padding-left: 35px;
    position: relative;
}

.testimonial-one-single__inner {
    padding: 50px 60px;
    background-color: var(--white-color);
    border-radius: 4px;
    box-shadow: 0px 4px 51px 0px rgba(0, 0, 0, 0.07);
}

.testimonial-one-single__inner-image {
    position: absolute;
    left: 0;
    top: 40px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
}

.testimonial-one-single__inner-image img {
    transition: 0.5s;
}

.testimonial-one-single:hover .testimonial-one-single__inner-image img {
    transform: scale(1.2);
}

.testimonial-one-single__inner-content h6 {
    font-size: 16px;
    font-weight: 700;
    color: var(--black-color);
}

.testimonial-one-single__inner-content span {
    display: block;
    color: rgba(81, 81, 81, 0.67);
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 35px;
    position: relative;
}

.testimonial-one-single__inner-content span::after {
    content: '';
    width: 80px;
    height: 2px;
    background: var(--main-color);
    position: absolute;
    left: 0;
    bottom: -10px;
    transition: 0.5s;
}

.testimonial-one-single:hover span::after {
    width: 100%;
}

.rating ul {
    display: flex;
    align-items: center;
    gap: 5px;
    color: var(--main-color);
    margin-top: 20px;
}

.rating ul li {
    font-size: 15px;
}

.testimonial-one__carousel-container .owl-carousel.owl-dot-style1 .owl-dots {
    margin-top: 50px !important;
}

/* ==================================
	Testimonial CSS End
==================================== */



/* ==================================
	Inner Pages CSS
==================================== */

 .common-banner {
                position: relative;
                height: 400px;
            }

            .common-banner__bg {
                /* background-image: url('); */
            }

            .common-banner__bg {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                background-repeat: no-repeat;
                background-size: cover;
                background-position: center;
            }

            .common-banner__bg::after {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background-color: #2a324bcc;
            }

            .common-banner__content {
                position: relative;
                height: 400px;
                display: flex;
                align-items: center;
            }

            .blog-listing {
                padding: 80px 0px;
            }

            .tms-cls-bld {
                font-weight: bold;
            }

            .blog-post-mid-left-list ul li {
                margin-bottom: 15px;
            }

            .blog-post-mid-left-list ul li i {
                padding: 5px;
                border-radius: 4px;
                background: #EAEAEA;
                color: var(--main-color);
                margin-right: 10px;
            }




/* End */