/* 1.  Home Banner Section
=================================*/
/* .home-banner-section {
    padding: 200px 0 50px;
    background-color: var(--bs-cyan);
    background-image: radial-gradient(at 40% 20%, hsl(251.5, 100%, 94.9%) 0, transparent 50%), radial-gradient(at 80% 0, hsl(180deg 100% 98%) 0, transparent 50%), radial-gradient(at 0 50%, hsl(280deg 100% 98%) 0, transparent 50%), radial-gradient(at 14% 75%, hsl(50deg 100% 97%) 0, transparent 50%), radial-gradient(at 0 100%, hsl(47deg 100% 98%) 0, transparent 50%), radial-gradient(at 84% 84%, rgb(252 248 255) 0, transparent 50%), radial-gradient(at 0 0, hsl(250, 100%, 89.4%) 0, transparent 50%)
} */
.home-banner-section {
    padding: 200px 0 50px;
    background-color: var(--bs-cyan);
    background:url(../images/hero-banner/hero-bg.png)
}
.hero-banner-content .banner-subheading {
    color: var(--bs-theme-blue1)
}

.banner-heading {
    overflow: hidden
}

.cd-headline span {
    padding: 0;
    display: block
}

.banner-heading em,
.banner-heading i,
.cd-headline em,
.cd-headline i {
    font-style: normal
}

.banner-heading span {
    display: inline-block;
    padding: 0
}

.hero-banner-btn .btn,
.hero-banner-btn .custom-btn {
    display: block;
    margin-bottom: 15px;
    text-align: center
}

.hero-banner-image {
    animation: 2s infinite alternate-reverse up-down;
    text-align: center
}


/* Vedio Scroll Btn
=====================================*/
.ez-scroll-wrapper {
    width: 100px;
    height: 100px;
    border: 5px solid #bfeaf8;
    border-radius: 50px;
    background-color: var(--bs-white);
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1
}

.ez-scroll-wrapper a {
    flex-direction: column;
    padding: 15px 0
}

.ez-scroll-btn {
    width: 19px;
    height: 28px;
    border-radius: 7px;
    border: 1px solid var(--bs-primary-blue)
}

.ez-scroll-btn::after {
    position: absolute;
    content: '';
    bottom: 3px;
    left: 0;
    right: 0;
    margin: auto;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background-color: var(--bs-primary-blue)
}

.ez-scroll-text p {
    color: var(--bs-primary-blue);
    text-align: center;
    padding: 3px 0;
    text-transform: capitalize
}


/*  Brand Css 
================================*/
.clients-wrapper {
    margin-top: 30px
}

.clients-logo {
    background: var(--bs-gray-200);
    padding: 20px;
    border-radius: 4px
}


/*  Home ABoutus Css 
================================*/
.home-counter {
    width: 100%;
    margin: -79px auto 0;
    background: #fdfdfd;
    padding: 20px 15px 10px;
    border-radius: 10px;
    box-shadow: 0 15px 20px 0 rgb(0 10 70/10%)
}

.coutner-area {
    display: block;
    grid-template-columns: auto auto auto;
    grid-gap: 30px
}

.about-subheading::after {
    background: var(--bs-primary-blue);
    width: 100px;
    height: 2px;
    position: absolute;
    content: "";
    top: 15px;
    margin-left: 10px
}

.tagline-title::before {
    background: var(--bs-black);
    width: 2px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: ""
}

.home-about-details {
    margin-top: 45px
}

.tagline-title {
    font-style: italic
}



/* Home ABoutus Image Area */
.first-image,
.secound-image {
    overflow: hidden;
    border-radius: 200px
}

.home-about-image {
    grid-template-columns: auto auto;
    grid-gap: 15px;
    z-index: 1;
    background-image: radial-gradient(var(--bs-gray-500) 1px, transparent 1px);
    background-size: 16px 16px
}

.first-image {
    top: -25px
}

.home-about-image img {
    width: 100%;
    z-index: 55;
    height: 100%;
    object-fit: cover
}

.secound-image {
    top: 30px;
    right: 50px;
    z-index: 55
}

/* Round Animition text with logo */
.round-circle {
    right: 13px;
    width: 90px;
    height: 90px;
    margin: 0 auto;
    background: var(--bs-white);
    z-index: 9;
    border-radius: 100px;
    overflow: hidden;
    border: 1px solid var(--bs-theme-blue7);
    padding: 4px;
    bottom: -50px
}

.round-circle-text {
    border-radius: 100px
}

.round-circle-text,
.round-circle-text .texts {
    width: 80px;
    height: 80px
}

.round-circle-text .innerlogo {
    top: 50%;
    transform: translateY(-50%);
    width: 54px;
    right: 0;
    left: 0;
    margin: 0 auto
}


/*  Exceptional Services section 
=======================================*/
.theme-panel {
    /* background-color: var(--bs-white); */
    /* border-radius: 10px; */
    /* padding: 15px 20px; */
}

.theme-tab {
    padding: 15px 0
}

.theme-tab .nav-tabs {
    border: none;
    justify-content: center
}

.nav-item.tab-items .tab-nav-links {
    cursor: pointer;
    border-radius: 10px;
    padding: 9px 15px;
    border: 1px solid var(--bs-gray-400);
    margin: 5px;
    font-size: 14px;
    background: var(--bs-blue);
    color: #fff;
    font-weight: 600;
}

.tab-links-img {
    width: 60px
}

.tab-links-img img {
    width: 47px;
    display: block;
    margin: 0 auto;
    filter: brightness(.1)
}

.active.tab-items .tab-links-img img {
    filter: brightness(1)
}

.active.tab-items .tab-nav-links {
    background-color: var(--bs-cyan);
    box-shadow: 0 4px 20px 0 rgb(0 10 70/10%);
    border: 1px solid var(--bs-white);
    color: #000;
}

.theme-tabs-content {
    padding: 15px 0
}

.offer-content-bottom {
    background: var(--bg-gray);
    padding: 10px
}

.icon-area span {
    width: 50px;
    height: 50px;
    background: var(--bs-white);
    padding: 10px;
    display: inline-block;
    border: 1px solid var(--bs-gray)
}

.icon-area img {
    width: 38px
}

/*  our Value 
 =====================*/
.value-section {
    background-color: var(--bs-cyan);
    background-image: radial-gradient(at 40% 20%, hsl(251.5, 100%, 94.9%) 0px, transparent 50%), radial-gradient(at 80% 0%, hsl(180deg 100% 98%) 0px, transparent 50%), radial-gradient(at 0% 50%, hsl(280deg 100% 98%) 0px, transparent 50%), radial-gradient(at 14% 75%, hsl(50deg 100% 97%) 0px, transparent 50%), radial-gradient(at 0% 100%, hsl(47deg 100% 98%) 0px, transparent 50%), radial-gradient(at 84% 84%, rgb(252 248 255) 0px, transparent 50%), radial-gradient(at 0% 0%, hsl(250, 100%, 89.4%) 0px, transparent 50%);
}

.value-blog,
.value-img img {
    transition: .5s ease-in-out
}

.value-blog {
    padding: 30px 15px;
    background: var(--bs-white);
    border: 2px solid var(--bg-gray);
    backdrop-filter: blur(21px);
    background: #ffffff61;
    border: 2px solid #ffffff4f;
    margin: 1px;
    border-radius: 15px;
    height: 100%
}

.value-img {
    width: 45px
}

.value-subtitle {
    font-family: var(--bs-font-resolve)
}

.value-right>div {
    margin-bottom: 2px
}

.value-blog1,
.value-blog4 {
    backdrop-filter: blur(21px);
    background: #ffffff61
}

.value-blog:hover {
    background-image: linear-gradient(45deg, var(--bs-redorange) 17%, var(--bs-orange) 100%);
    border: 2px solid var(--bs-redorange)
}

.value-blog:hover img {
    filter: brightness(0) invert(1)
}

.value-blog p,
.value-subtitle {
    color: var(--bs-black)
}

.value-blog:hover .value-subtitle,
.value-blog:hover p {
    color: var(--bs-white)
}



/* Launch Section
======================== */
.launch-section {
    box-shadow: 0 3px 27px -1px rgba(0, 10, 70, 0.1);
}

.launch-block {
    transition: 0.5s all ease-in-out;
}

.launch-process-row .col-sm-12 {
    padding-bottom: 80px;
}

.launch-svg path {
    fill: none;
    stroke: #dbdbdb;
    stroke-width: 2px;
    vector-effect: non-scaling-stroke;
    stroke-dasharray: 6px;
    animation: stroke 0.3s linear infinite;
    shape-rendering: geometricPrecision;
    stroke-dashoffset: 10px;
}

.launch-top-right .launch-svg {
    position: absolute;
    transform: rotate(90deg);
    width: 165px;
}

.launch-bottom-right .launch-svg {
    position: absolute;
    transform: rotate(180deg);
    width: 165px;
}

.launch-process-row .col-sm-12 {
    position: relative;
}

.launch-process-row .col-sm-12::after {
    height: 2px;
    top: 58px;
    left: 0;
    width: 100%;
    background: -webkit-linear-gradient(left, #848484 35%, transparent 35%);
    background: linear-gradient(90deg, #848484 35%, transparent 35%);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: 15px 1px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    opacity: 0.3;
    content: "";
    position: absolute;
}

.launch-col4::after {
    width: 67%;
}

.launch-col5::after {
    width: 75%;
}

.icon-wrap {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    line-height: 108px;
    background: #f0efef;
    z-index: 1;
    position: relative;
    margin: 0 auto;
    transition: 0.5s all ease-in-out;
}

.launch-block:hover .icon-wrap {
    background: var(--bs-blue);
    transform: rotateX(180deg);
}

.launch-icon {
    width: 64px;
}

.launch-count {
    position: absolute;
    top: 0;
    right: -4px;
    background: var(--bs-secondary);
    width: 30px;
    height: 30px;
    line-height: 20px;
    border-radius: 50%;
    padding: 2px;
    color: var(--bs-white);
    border: 2px solid var(--bs-white);
    transition: 0.5s all ease-in-out;
    font-weight: 600;
}

.launch-block:hover .launch-count {
    background: var(--bs-theme-orange1);
    color: var(--bs-black);
}

.launch-title {
    font-size: 22px;
    font-weight: 500;
    padding-bottom: 14px;
    color: var(--bs-success-rgb);
    font-family: var(--bs-font-resolve);
}


/* Testimonials Section 
=================================*/
.customer-reviews {
    padding-bottom: 50px
}

.reviews-wrap {
    cursor: grab;
    transition: 0.5s all ease-in-out
}

.swiper_review_slider {
    background: radial-gradient(#b4b7c4 1px, transparent 1px);
    background-size: auto;
    background-size: auto;
    height: 100%;
    background-size: 16px 16px
}

.customNavigation .swiper-btn-click {
    background: #ffffffb0;
    padding: 25px;
    color: #515151;
    height: 20px;
    border-radius: 50%;
    transition: 0.5s all ease-in-out;
    border: 2px solid #e8e8e8;
}

.customNavigation .swiper-btn-click:hover {
    color: var(--bs-white);
    background-color: var(--bs-theme-blue)
}

.swiper-btn-click::after {
    display: none
}

.reviewerrimg {
    max-width: 400px;
    max-height: 400px
}

.reviewerrimg img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.reviewcontent {
    z-index: 1;
    max-width: 90%;
    margin: -120px 20px 15px auto;
    background: var(--bs-white);
    padding: 30px;
    border-radius: 8px;
    height: auto
}

.star-rate li {
    display: inline-block;
    margin: 0 2px;
    font-size: 14px
}

.star-rate li a.chked {
    color: #ff711c
}

.review-text {
    padding: 20px 0
}

.reviewer-text h4 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px
}

.reviewer-text p {
    font-size: 15px;
    line-height: 20px
}


/*   Schedule Sectuion
=================================*/
.schedule-wrapper {
    background-color: #FFF2E8;
    padding: 80px 15px;
    z-index: 1;
}

.schedule-wrapper .background-shape {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.schedule-wrapper h3 {
    margin-bottom: 15px
}

.schedule-wrapper p {
    margin-bottom: 0
}

.call-area {
    margin-top: 15px
}

.call-number {
    font-size: 22px;
    font-weight: 600;
    color: #f95502;
    top: 4px
}

.call-area p {
    padding-top: 1px;
    font-size: 19px
}

.arrow-svg-shape {
    position: absolute;
    margin-left: -144px;
    top: -40px;
    -webkit-animation: lineDash 90s linear infinite;
    animation: lineDash 90s linear infinite;
    transform: rotate(-281deg)
}

.call-area img {
    position: absolute;
    bottom: -15px;
    left: 18px
}

.schedule-details .schedule-btn {
    padding: 14px 20px;
    line-height: normal;
    margin: 0 auto 18px;
    width: 100%
}





/* Software & Platform Section
=================================*/
.technology-tab .nav-tabs {
    justify-content: center;
    margin-bottom: 50px
}

.tech-items {
    margin: 4px;
    border: 1px solid var(--bs-gray-300);
    width: 100%;
}

.tech-items .tech-links {
    color: var(--bs-black-rgb);
    padding: 10px 25px;
    cursor: pointer
}

.tech-items.active .tech-links {
    background: var(--bs-white)
}

.nav-tabs .nav-item.tech-items .nav-link.tech-links {
    border: none
}

.tech-links img {
    width: 35px;
    filter: brightness(0)
}

.nav-tabs .nav-item.tech-items .nav-link.tech-links:hover {
    color: var(--bs-orange)
}

.tech-items.active .tech-links {
    color: var(--bs-primary-blue);
    border: none
}

.tech-items.active .tech-links img {
    filter: brightness(1)
}

.tech-items.active .nav-link.tech-links::after {
    background: var(--bs-primary-blue);
    width: 91%;
    height: 1px;
    position: absolute;
    right: 0;
    bottom: 0;
    content: "";
    margin: 0 auto;
    left: 0
}

.tech-items.active .nav-link.tech-links::after {
    width: 91%
}

.tabs-content {
    opacity: 0;
    display: none;
}

.tabs-content.active {
    opacity: 1;
    display: block
}

.technology_icons li {
    display: inline-block;
    padding: 10px
}

.technology_icons img {
    width: 85px;
    transition: 0.5s;
    box-shadow: 0 15px 20px 0 rgb(0 10 70/10%);
    padding: 10px;
    border-radius: 11px
}

.technology_icons img:hover {
    transform: scale(1.1);
    box-shadow: none
}




.schedule-wrapper {
	background-color: #F1F9FF;
	padding: 80px 15px;
	z-index: 1;
}
.schedule-wrapper .background-shape {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.arrow-svg-shape {
	position: relative;
	top: 10px;
	-webkit-animation: lineDash 90s linear infinite;
	animation: lineDash 90s linear infinite;
	transform: rotate(16deg);
	margin-right: -38px;
	left: -16px;
}

 
.btn {
	user-select: none;
	-moz-user-select: none;
	background: #086AD8 none repeat scroll 0 0;
	border: medium none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
	margin-bottom: 0;
	padding: 18px 24px;
	text-align: center;
	/* text-transform: uppercase; */
	touch-action: manipulation;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	vertical-align: middle;
	white-space: nowrap;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.btn::before {
	content: "";
	position: absolute;
	-webkit-transition-duration: 800ms;
	transition-duration: 800ms;
	width: 200%;
	height: 200%;
	top: 110%;
	left: 50%;
	background: #1B1F91;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	z-index: -1;
}
 
.btn:hover, .btn:focus-visible {
	color: #fff;
	background: #F7A400;
}
.btn:hover:before, .btn:focus-visible:before {
  top: -40%;
}

@media only screen and (min-width: 768px) {
    .schedule-wrapper {
      padding: 80px 70px;
    }
    .arrow-svg-shape {
        top: 5px;
        transform: rotate(22deg);
        margin-left: -7px;
      }
  }

 
/*  Home Contact Form Css 
================================*/
/* Contact form */
#contactform .error-label .error {
    color: #ff0500;
    display: block;
    margin: 0;
    font-size: 12px;
    line-height: 1;
    bottom: 8px;
    top: inherit;
    background: var(--bs-white);
    padding: 0 8px;
    margin: 0 0 0 -8px
}

.contact-info-block {
    background-color: var(--bs-white);
    text-align: center;
    padding: 15px;
    width: 100%;
    margin-bottom: 10px
}

.working-hour-title .title-vector {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto
}

.working-hour-title span:nth-child(2) {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 2px;
    transform: rotate(45deg);
    left: 94px;
    background: linear-gradient(45deg, var(--bs-redorange) 17%, var(--bs-orange) 100%)
}

.working-hour-title span:first-child {
    left: 0
}

.working-hour-title span:last-child {
    right: 0
}

.working-hour-title span:first-child,
.working-hour-title span:last-child {
    right: 0;
    top: 6px;
    width: 80px;
    height: 1px;
    background: linear-gradient(45deg, var(--bs-redorange) 17%, var(--bs-orange) 100%)
}

/* Home Award Section */
.single-awards {
    width: 31%;
    float: left;
    margin: 5px 5px;
    border: 1px solid #d5d4d4;
    padding: 10px;
    position: relative
}

.single-awards:nth-child(4) {
    width: 97%
}

.single-awards::before,
.single-awards::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%
}

.single-awards::before,
.single-awards::after {
    border: 2px solid transparent;
    width: 0;
    height: 0
}

.single-awards::before {
    top: 0;
    left: 0
}

.single-awards::after {
    bottom: 0px;
    right: 0px
}

.single-awards:hover::before,
.single-awards:hover::after {
    width: 100%;
    height: 100%
}

.single-awards:hover::before {
    border-top-color: var(--bs-blue);
    border-right-color: var(--bs-blue);
    transition: width 0.25s ease-out, height 0.25s ease-out 0.25s
}

.single-awards:hover::after {
    border-bottom-color: var(--bs-blue);
    border-left-color: var(--bs-blue);
    transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s
}

.single-awards img {
    transition: 0.5s all ease-in-out
}

.single-awards img:hover {
    transform: scale(1.05)
}



/* Home Award slider Section */
.awards-logo {
    border: 1px solid #d5d4d4;
    padding: 10px;
}

.awards-logo img {
    transition: 0.5s all ease-in-out;
}

.awards-logo img:hover {
    transform: scale(1.05);
}


/***
=============================================
    Hiring Section
=============================================
***/
 

.single-hire-blog {
    background: var(--bs-white);
    margin-bottom: 15px;
    border: 1px solid var(--bs-gray-400);
    box-shadow: 0px 8px 10px -5px var(--bs-gray-500);
    padding: 15px;
    margin-top: 40px;
}


@media only screen and (min-width:360px) {

    /* Home Banner Section */
    .home-banner-section {
        padding: 140px 0 50px;
    }

    .hero-banner-btn .btn,
    .hero-banner-btn .custom-btn {
        display: inline;
    }
}

@media only screen and (min-width:420px) {

    /*** Hiring Section ***/
    .hiring-opstion-type {
        position: relative;
        display: block;
        z-index: 1
    }

    .single-hire-blog {
        display: inline-block;
        max-width: 184px;
        padding: 5px;
        background: transparent;
        margin-bottom: 0;
        border: none;
        box-shadow: none;
        margin-top: 0;
    }

    .hiring-icon img, .hiring-title {
        background: #fff;
    }

    .hiring-opstion-type {
        width: 400px;
        margin: 0 auto
    }

    .hire-round-circle {
        display: block !important;
        position: absolute;
        top: 93px;
        width: 320px;
        height: 320px;
        background: transparent;
        border: 2px dashed #dbdbdb;
        border-radius: 50%;
        z-index: -1;
        margin: 0 auto;
        left: 0;
        right: 0
    }

    .hire-ezulix-favi {
        display: block;
        position: absolute;
        top: 215px;
        left: 0;
        right: 0;
        z-index: 1;
        margin: 0 auto
    }

    .hiring-icon img {
        width: 70px
    }

    .hiring-opstion-type ul {
        position: relative;
        display: block;
        height: 460px;
        width: 100%
    }

    .single-hire-blog:nth-child(1),
    .single-hire-blog:nth-child(2),
    .single-hire-blog:nth-child(3) {
        position: absolute
    }

    .single-hire-blog:nth-child(1) {
        left: 0;
        bottom: 72px
    }

    .single-hire-blog:nth-child(2) {
        top: 25px;
        left: 0;
        right: 0;
        margin: 0 auto
    }

    .single-hire-blog:nth-child(3) {
        bottom: 72px;
        right: 0
    }

    .part_time-hire,
    .full_time-hire,
    .hourly_hire {
        display: inline-block;
        text-align: center;
        transform-origin: right center;
        position: absolute;
        content: "";
        width: 108px;
        border-top: 2px dotted var(--bs-gray-400);
        z-index: -1;
        width: 144px
    }

    .hiring-icon img {
        width: 70px
    }

    .part_time-hire {
        left: -48px;
        transform: translate(0%) rotate(130deg);
        top: 44px
    }

    .full_time-hire {
        left: -51px;
        transform: translate(1%) rotate(-102deg);
        top: 89px;
        right: 0
    }

    .hourly_hire {
        transform: translate(0) rotate(17deg);
        bottom: 64px;
        right: 81px
    }

    .part_time-hire::before,
    .full_time-hire::before,
    .hourly_hire::before {
        content: "";
        position: absolute;
        width: 7px;
        height: 7px;
        background-color: var(--bs-theme-blue1);
        border-radius: 50%;
        animation: circle-animation-2 20s linear infinite;
        top: -4px;
        right: 0
    }
}

@media only screen and (min-width:480px) {

    /*  Home ABoutus Css  */
    .coutner-area {
        display: grid
    }

    /* Round Animition text with logo */
    .round-circle {
        right: 75px;
        bottom: -90px;
    }

    /* Software & Platform Section */
    .tech-items {
        width: auto;
    }

    .tech-items .tech-links {
        padding: 10px 12px;
    }
}

@media only screen and (min-width:576px) {

    /* Round Animition text with logo */
    .round-circle {
        width: 110px;
        height: 110px;
    }

    .round-circle-text,
    .round-circle-text .texts {
        width: 100px;
        height: 100px;
    }

    .round-circle-text .innerlogo {
        width: 72px
    }

    .round-circle {
        bottom: -100px
    }

    /*  our Value  */
    .value-right>div {
        padding: 0;
    }

    /* Testimonials Section  */
    .reviewcontent {
        max-width: 460px;
    }

    /*   Schedule Sectuion */
    .schedule-details .schedule-btn {
        width: max-content
    }

    /* Software & Platform Section */
    .tech-items .tech-links {
        padding: 10px 25px;
    }

    /*** Hiring Section ***/
    .hiring-opstion-type {
        width: auto;
    }

    .hire-round-circle {
        top: 93px;
        width: 450px;
        height: 450px;
    }

    .hire-ezulix-favi {
        position: absolute;
        top: 255px;
        left: 0;
        right: 0;
        z-index: 1;
        margin: 0 auto;
    }

    .hiring-opstion-type ul {
        height: 590px;
    }

    .single-hire-blog:nth-child(1),
    .single-hire-blog:nth-child(2),
    .single-hire-blog:nth-child(3) {
        position: absolute
    }

    .single-hire-blog:nth-child(1) {
        left: 0;
        bottom: 150px
    }

    .single-hire-blog:nth-child(2) {
        top: 25px;
        left: 0;
        right: 0;
        margin: 0 auto
    }

    .single-hire-blog:nth-child(3) {
        bottom: 165px;
        right: 0
    }

    .part_time-hire,
    .full_time-hire,
    .hourly_hire {
        display: inline-block;
        text-align: center;
        transform-origin: right center;
        position: absolute;
        content: "";
        border-top: 2px dotted var(--bs-gray-400);
        z-index: -1;
        width: 165px
    }

    .part_time-hire {
        left: -57px;
        transform: translate(0%) rotate(138deg);
        top: 54px
    }

    .full_time-hire {
        left: -64px;
        transform: translate(0%) rotate(-99deg);
        top: 108px;
        right: 0
    }

    .hourly_hire {
        transform: translate(0) rotate(15deg);
        bottom: 57px;
        right: 100px
    }
}

@media only screen and (min-width:768px) {

    /* Home Banner Section */
    .hero-banner-image img {
        width: 400px;
        margin: 0 auto;
    }

    /* Round Animition text with logo */
    .round-circle {
        width: 150px;
        height: 150px;
        bottom: -110px;
    }

    .round-circle-text,
    .round-circle-text .texts {
        width: 140px;
        height: 140px;
    }

    .round-circle-text .innerlogo {
        width: 90px;
    }


    /* Launch Section */
    .launch-col1::after,
    .launch-col2::after,
    .launch-col5::after,
    .launch-col6::after {
        -webkit-animation: dash 1000s linear infinite;
        animation: dash 1000s linear infinite;
    }

    .launch-col3::after,
    .launch-col4::after,
    .launch-col7::after {
        -webkit-animation: dash1 1000s linear infinite;
        animation: dash1 1000s linear infinite
    }

    .launch-col1 {
        order: 0;
    }

    .launch-col2 {
        order: 1
    }

    .launch-col3 {
        order: 3
    }

    .launch-col4 {
        order: 2
    }

    .launch-col5 {
        order: 4
    }

    .launch-col6 {
        order: 5
    }

    .launch-col7 {
        order: 6
    }

    .col-xxl-3.launch-col2::after {
        width: 64%;
    }

    .col-xxl-3.launch-col3::after {
        width: 64%;
    }

    .col-xxl-3.launch-col4::after {
        width: 64%;
    }

    .col-xxl-4.launch-col5::after {
        width: 64%;
    }

    .col-xxl-4.launch-col6::after {
        width: 64%;
    }

    .col-xxl-4.launch-col7::after {
        width: 78%;
    }

    .col-xxl-3.launch-col4::after {
        left: auto;
        right: 0;
    }

    .col-xxl-4.launch-col5::after {
        left: auto;
        right: 0;
    }

    .col-xxl-3.launch-col6::after {
        left: auto;
        right: 0;
    }

    .launch-col2 .launch-svg {
        right: -4px;
        top: 58px;
        position: absolute;
        transform: rotate(90deg);
        width: 165px;
    }

    .launch-col3 .launch-svg {
        right: 0;
        top: -105px;
        position: absolute;
        transform: rotate(180deg);
        width: 165px;
    }

    .launch-col4 .launch-shape {
        transform: rotateY(180deg);
        position: absolute;
        top: 56px;
    }

    .launch-col4 .launch-svg {
        position: absolute;
        transform: rotate(90deg);
        width: 165px;
        right: -15px;
    }

    .launch-col5 .launch-svg {
        position: absolute;
        transform: rotateX(-180deg);
        width: 165px;
        left: 0px;
        top: -105px;
    }

    .launch-col6 .launch-svg {
        position: absolute;
        transform: rotate(90deg);
        width: 165px;
        top: 56px;
        right: -4px;
    }

    .launch-col7 .launch-svg {
        position: absolute;
        transform: rotate(180deg);
        width: 165px;
        top: -102px;
        right: 0;
    }

    /*   Schedule Sectuion */
    .schedule-wrapper {
        padding: 80px 70px
    }

    .schedule-details {
        display: flex;
        justify-content: center;
    }

    .schedule-details {
        justify-content: center;
    }

 
    .call-area {
        margin-top: -15px;
        margin-left: 80px
    }

    .call-area p {
        padding-right: 50px
    }

    .arrow-svg-shape {
        top: 5px;
        transform: rotate(22deg);
        margin-left: -7px
    }

    /*  Home Contact Award */
    .single-awards {
        width: 31.4%;
    }

    /*** Hiring Section ***/
    .hiring-opstion-type ul {
        height: 550px
    }

    .hire-round-circle {
        width: 400px;
        height: 400px
    }

    .hire-ezulix-favi {
        top: 265px
    }

    .single-hire-blog:nth-child(1) {
        position: absolute;
        left: 100px;
        bottom: 120px
    }

    .single-hire-blog:nth-child(3) {
        bottom: 120px;
        right: 100px
    }

    .part_time-hire,
    .full_time-hire,
    .hourly_hire {
        width: 150px
    }

    .full_time-hire {
        left: -63px;
        top: 133px;
        transform: translate(0%) rotate(-105deg)
    }

    .part_time-hire {
        left: -26px;
        transform: translate(0%) rotate(137deg);
        top: 79px
    }

    .hourly_hire {
        right: 106px;
        transform: translate(0) rotate(1deg);
        bottom: 90px
    }

    .hiring-icon img {
        width: 100px
    }
}

@media only screen and (min-width:992px) {

    /*  Home ABoutus Css  */
    .container-fluid.home-counter-container {
        max-width: 960px
    }

    .home-counter {
        padding: 20px 30px 10px;
        border-radius: 160px
    }

    /* Round Animition text with logo */
    .about-bg-section {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        height: calc(100% + 0);
        width: 25.0133%;
        background-repeat: no-repeat;
        background-size: cover;
        z-index: -1
    }

    .about-bg-section::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: linear-gradient(84deg, transparent 20%, var(--bs-white) 100%);
        z-index: 1;
    }

    .home-about-details {
        margin-top: 100px;
    }

    .round-circle {
        right: -23px;
        top: -61px;
        width: 160px;
        height: 160px;
    }

    .round-circle-text,
    .round-circle-text .texts {
        width: 150px;
        height: 150px;
    }

    .round-circle-text .innerlogo {
        width: 100px
    }

    .home-about-image {
        grid-template-columns: 50% 50%;
    }

    .home-about-image {
        padding: 20px;
    }

    .first-image {
        top: -45px;
        width: 279px;
    }

    .secound-image {
        top: 52px;
        right: -5px;
    }

    /*  Offering section  */
    .service-section .section-text {
        width: 80%
    }


    /* Launch Section */
    .launch-col1 {
        order: 0;
    }

    .launch-col2 {
        order: 1
    }

    .launch-col3 {
        order: 2
    }

    .launch-col4 {
        order: 3
    }

    .launch-col5 {
        order: 6
    }

    .launch-col6 {
        order: 5
    }

    .launch-col7 {
        order: 5
    }

    .launch-col1::after,
    .launch-col2::after,
    .launch-col3::after,
    .launch-col4::after {
        -webkit-animation: dash 1000s linear infinite;
        animation: dash 1000s linear infinite;
    }

    .launch-col5::after,
    .launch-col6::after,
    .launch-col7::after {
        -webkit-animation: dash1 1000s linear infinite;
        animation: dash1 1000s linear infinite;
    }

    .launch-col3 .launch-svg,
    .launch-col6 .launch-svg,
    .launch-col7 .launch-svg {
        display: none;
    }

    .col-xxl-3.launch-col2::after {
        width: 100%;
    }

    .col-xxl-3.launch-col3::after {
        width: 100%;
    }

    .col-xxl-3.launch-col4::after {
        left: 0;
    }

    .col-xxl-4.launch-col5::after {
        left: 0;
    }

    .col-xxl-4.launch-col6::after {
        width: 100%;
    }

    .col-xxl-4.launch-col7::after {
        width: 100%;
    }

    .launch-col2 .launch-svg,
    .launch-col6 .launch-shape,
    .launch-col3 .launch-shape,
    .launch-col7 .launch-shape {
        display: none;
    }

    .launch-col4 .launch-shape {
        transform: none;
        position: absolute;
        left: auto;
        right: 0;
        top: 58px;
    }

    .launch-col5 .launch-svg {
        transform: rotate(180deg);
        left: auto;
        right: -11px;
        width: 174px;
        top: -115px;
    }

    /*   Schedule Sectuion */
    .call-area {
        margin-top: 0px;
    }

    /* Software & Platform Section */
    .tech-items .tech-links {
        padding: 10px 18px;
    }

    .tech-groups-img {
        width: 90%;
        margin: 0 auto;
    }

    /*  Home Contact Award */
    .single-awards {
        width: 30.4%
    }

    /*** Hiring Section ***/
    .hire-ezulix-favi {
        top: 260px
    }

    .single-hire-blog:nth-child(1) {
        left: -350px;
        right: 0;
        margin: 0 auto
    }

    .single-hire-blog:nth-child(3) {
        right: -350px;
        left: 0;
        margin: 0 auto
    }

    .part_time-hire,
    .full_time-hire,
    .hourly_hire {
        width: 120px
    }

    .part_time-hire {
        left: 15px;
        transform: translate(0%) rotate(148deg);
        top: 58px
    }

    .full_time-hire {
        left: -29px;
        transform: translate(1%) rotate(-90deg);
        top: 121px;
        right: 0
    }

    .hourly_hire {
        transform: translate(0) rotate(35deg);
        bottom: 53px;
        right: 135px
    }

    .hiring-icon img {
        width: 80px
    }
}

@media only screen and (min-width:1060px) {

    /* Launch Section */
    .launch-col4 .launch-svg {
        right: -14px;
        top: 0;
    }
}

@media only screen and (min-width:1200px) {

    /*  Home ABoutus Css  */
    .container-fluid.home-counter-container {
        max-width: 1140px
    }

    /* Round Animition text with logo */
    .secound-image {
        right: 34px;
    }

    /*  Offering section  */

    .nav-item.tab-items .tab-nav-links {
        margin: 3px;
    }

    /* Launch Section */
    .launch-col4 .launch-svg {
        right: -17px;
        top: 0;
    }

    .launch-col5 .launch-svg {
        right: -15px;
    }

    /*   Schedule Sectuion */
    .schedule-details {
        display: block
    }

    .call-area {
        margin-top: 20px;
        margin-left: 0
    }

    /* Software & Platform Section */
    .tech-items .tech-links {
        padding: 10px 26px;
    }

    .tech-groups-img {
        width: 100%
    }

    /*  Home Contact Award */
    .single-awards {
        width: 30.9%;
    }

    /*** Hiring Section ***/
    .part_time-hire,
    .full_time-hire,
    .hourly_hire {
        width: 120px
    }

    .full_time-hire {
        left: -31px;
        top: 122px
    }

    .part_time-hire {
        left: 19px;
        transform: translate(0%) rotate(148deg);
        top: 62px
    }

    .hourly_hire {
        right: 131px;
        bottom: 70px;
        transform: translate(0) rotate(30deg)
    }

    .hiring-icon img {
        width: 100px
    }
}

@media only screen and (min-width:1400px) {

    /* Home Banner Section */
    .hero-banner-image img {
        width: 490px;
    }

    /*  Home ABoutus Css  */
    .container-fluid.home-counter-container {
        max-width: 1320px
    }

    /* Round Animition text with logo */
    .round-circle {
        right: 30px;
        top: -90px;
    }

    .home-about-image {
        padding: 40px;
    }

    .first-image {
        top: -25px;
        width: auto;
    }

    .secound-image {
        top: 50px;
        right: 50px
    }

    /* Launch Section */
    .launch-col4 .launch-svg {
        right: -23px;
        top: 0;
    }

    .launch-col5 .launch-svg {
        right: -20px;
    }
}


/*  Animition Css 
================================*/
@-webkit-keyframes lineDash {
    0% {
        stroke-dashoffset: 0
    }

    100% {
        stroke-dashoffset: 1000
    }
}

@keyframes lineDash {
    0% {
        stroke-dashoffset: 0
    }

    100% {
        stroke-dashoffset: 1000
    }
}

@keyframes circle-animation-2 {
    0% {
        left: 0
    }

    50% {
        left: 100%
    }

    100% {
        left: 0
    }
}

@keyframes stroke {
    to {
        stroke-dashoffset: 0
    }
}

@keyframes dash {
    to {
        background-position: 10000% 0%
    }
}

@keyframes dash1 {
    to {
        background-position: -10000% 0%
    }
}

@keyframes stroke1 {
    to {
        stroke-dashoffset: 0
    }
}

@keyframes up-down {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px)
    }
}















/*================== Home BAnner ==============*/
.home-banner {
    background:url(../images/hero-banner/hero-bg.png);
    background-size: cover;
    padding: 80px 0;
    position: relative
}

.home-banner .row {
    align-items: center
}

.home-banner-left span {
    font-size: 22px;
    color: #1145d5;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
    position: relative;
    padding-left: 30px
}

.home-banner-left h1 {
    font-size: 75px;
    color: #252a6a;
    line-height: 70px;
    padding-bottom: 15px;
    font-weight: 600
}

.home-banner-left p {
    font-size: 18px;
    color: #647495;
    line-height: 24px
}

.home-banner-left span:after {
    position: absolute;
    left: 0;
    content: "";
    width: 16px;
    height: 48px;
    background: #ffcb21;
    top: 0;
    bottom: 0;
    margin: auto
}

.img-group {
    align-items: flex-end;
    justify-content: flex-end;
    margin-right: -100px;
    position: relative
}

.img-group figure {
    margin-left: 2px
}

.award-winnning {
    position: absolute;
    right: 4px;
    top: -88px
}

.star-b {
    position: absolute;
    right: -25px;
    bottom: -25px
}

.star-w {
    position: absolute;
    top: -55px;
    left: 15px
}

.circle-img-1 {
    width: 328px;
    height: 328px;
    border: 16px solid #fff;
    border-radius: 50%;
    position: absolute;
    left: 125px;
    top: -207px
}

.circle-img-2 {
    right: -388px;
    width: 641px;
    height: 641px;
    border: 16px solid #fff;
    border-radius: 50%;
    position: absolute;
    bottom: -148px
}

.dot-img {
    position: absolute;
    bottom: -53px;
    left: 0
}

.banner-img-1 {
    position: relative
}

.banner-img-4 {
    position: relative
}

.banner-img-1>img {
    width: 244px;
    height: 373px;
    object-fit: cover;
    border-radius: 80px
}

.banner-img-2 img {
    width: 144px;
    height: 492px;
    object-fit: cover;
    border-radius: 80px
}

.banner-img-3 img {
    width: 145px;
    height: 555px;
    object-fit: cover;
    border-radius: 80px
}

.banner-img-4>img {
    width: 267px;
    height: 457px;
    object-fit: cover;
    border-radius: 80px
}

/*================ Induestries Section ===================*/
.services-wrap {
	margin-bottom: 90px;
}
.service-details-box {
	padding-left: 60px;
	margin-top: -50px;
}   
.services-wrap::before {
	background: #fff;
	width: 100%;
	height: 93%;
	position: absolute;
	top: 40px;
	left: 0;
	content: "";
	border-radius: 15px;
}
.service-content {
	padding: 20px 20px 20px 0;
}
.service-title {
	position: absolute;
	left: 10px;
	top: 65px;
	border-radius: 4px;
	padding: 0 8px;
	transition: 0.5s all ease-in-out;
	writing-mode: vertical-rl;
	transform: rotate(180deg);
	font-weight: 600;
}
.services-wrap:hover .service-title {
	color: var(--bs-primary-blue);
	top: 60px;
}
.border-top-radius.service-big-image {
	height: 250px;
	width: 100%;
	object-fit: cover;
	object-position: top;
}
.service-inner-image {
	overflow: hidden;
}
.service-inner-image img {
	overflow: hidden;
	transition: 0.5s all ease-in-out;
}
.services-wrap:hover .service-inner-image img {
	transform: scale(1.1);
}
.service-icons {
	right: 20px;
	bottom: -23px;
	position: absolute;
	background: #fff;
	padding: 9px 10px;
	box-shadow: 0 0 25px rgba(0,0,0,.1);
	border-radius: 4px;
	transition: .3s ease;
}
.service-icons img {
	width: 50px;
}

.round-read-more a {
	position: absolute;
	bottom: -24px;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	background: #000;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	transform: translateY(34px);
	opacity: 0;
	visibility: hidden;
}
.services-wrap:hover .round-read-more a {
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
	background: var(--bs-blue);
}


/*==========================  What is Make Unique =========================*/

    .unique-image-wrap {
    position: relative;
    width: 85px;
    height: 85px;
    background: #fff;
    box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.07);
    border-radius: 20px;
    text-align: center;
    margin-bottom: 40px;
    left: 40px;
  }
    .unique-image-wrap svg {
    position: absolute;
    top: 35px;
    right: -178px;
  }
    .unique-image-wrap i {
    display: block;
    font-size: 45px;
    line-height: 85px;
    color: #008BF9;
  }
    .unique-image-wrap img {
    width: 45px;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
    .unique-image-wrap .step {
    position: absolute;
    top: -10px;
    right: -10px;
    font-size: 13px;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 32px;
    border-radius: 20px;
    color: #fff;
    background: #008BF9;
    z-index: 9;
    font-weight: 500;
  }
  .unique-content {
	padding: 19px 22px;
	border: 1px solid #edf4fa;
	background: #fff;
	border-radius: 20px;
	transition: 0.5s ease-in-out;
}
 
.unique-wrap:hover .unique-image-wrap svg path {
	fill: var(--bs-blue);
	opacity: 1;
}
  .unique-title {
	color: var(--bs-gray-dark);
}
  .unique-wrap:hover .unique-content {
    box-shadow: 0 5px 22px 0px rgba(15 ,53 ,103 , 0.05);
    border-color: #fff;
  }
 
  
  
  /* Launch Section
  ======================== */
 
  .launch-block {
    transition: 0.5s all ease-in-out;
  }
  
  .launch-process-row .col-sm-12 {
    padding-bottom: 80px;
  }
  
  .launch-svg path {
    fill: none;
    stroke: #dbdbdb;
    stroke-width: 2px;
    vector-effect: non-scaling-stroke;
    stroke-dasharray: 6px;
    animation: stroke 0.3s linear infinite;
    shape-rendering: geometricPrecision;
    stroke-dashoffset: 10px;
  }
  
  .launch-top-right .launch-svg {
    position: absolute;
    transform: rotate(90deg);
    width: 165px;
  }
  
  .launch-bottom-right .launch-svg {
    position: absolute;
    transform: rotate(180deg);
    width: 165px;
  }
  
  .launch-process-row .col-sm-12 {
    position: relative;
  }
  
  .launch-process-row .col-sm-12::after {
    height: 2px;
    top: 58px;
    left: 0;
    width: 100%;
    background: -webkit-linear-gradient(left, #848484 35%, transparent 35%);
    background: linear-gradient(90deg, #848484 35%, transparent 35%);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: 15px 1px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    opacity: 0.3;
    content: "";
    position: absolute;
  }
  
  .launch-col4::after {
    width: 67%;
  }
  
  .launch-col5::after {
    width: 75%;
  }
  
  .icon-wrap {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    line-height: 108px;
    background: #f0efef;
    z-index: 1;
    position: relative;
    margin: 0 auto;
    transition: 0.5s all ease-in-out;
  }
  
  .launch-block:hover .icon-wrap {
	background: var(--bs-blue);
	transform: rotateX(180deg);
}
  
  .launch-icon {
    width: 64px;
  }
  .launch-title {
	padding-bottom: 14px;
	color: var(--bs-blue);
}

@keyframes dash1{to{background-position:-10000% 0%}}
 

@media only screen and (max-width:767px) {
.launch-shape, .launch-svg {
	display: none;
}
}
@media only screen and (min-width:768px) {
  .launch-col1::after,
  .launch-col2::after,
  .launch-col5::after,
  .launch-col6::after {
      -webkit-animation: dash 1000s linear infinite;
      animation: dash 1000s linear infinite;
  }

  .launch-col3::after,
  .launch-col4::after,
  .launch-col7::after {
      -webkit-animation: dash1 1000s linear infinite;
      animation: dash1 1000s linear infinite
  }

  .launch-col1 {
      order: 0;
  }

  .launch-col2 {
      order: 1
  }

  .launch-col3 {
      order: 3
  }

  .launch-col4 {
      order: 2
  }

  .launch-col5 {
      order: 4
  }

  .launch-col6 {
      order: 5
  }

  .launch-col7 {
      order: 6
  }

  .col-xxl-3.launch-col2::after {
      width: 64%;
  }

  .col-xxl-3.launch-col3::after {
      width: 64%;
  }

  .col-xxl-3.launch-col4::after {
      width: 64%;
  }

  .col-xxl-4.launch-col5::after {
      width: 64%;
  }

  .col-xxl-4.launch-col6::after {
      width: 64%;
  }

  .col-xxl-4.launch-col7::after {
      width: 78%;
  }

  .col-xxl-3.launch-col4::after {
      left: auto;
      right: 0;
  }

  .col-xxl-4.launch-col5::after {
      left: auto;
      right: 0;
  }

  .col-xxl-3.launch-col6::after {
      left: auto;
      right: 0;
  }

  .launch-col2 .launch-svg {
      right: -4px;
      top: 58px;
      position: absolute;
      transform: rotate(90deg);
      width: 165px;
  }

  .launch-col3 .launch-svg {
      right: 0;
      top: -105px;
      position: absolute;
      transform: rotate(180deg);
      width: 165px;
  }

  .launch-col4 .launch-shape {
      transform: rotateY(180deg);
      position: absolute;
      top: 56px;
  }

  .launch-col4 .launch-svg {
      position: absolute;
      transform: rotate(90deg);
      width: 165px;
      right: -15px;
  }

  .launch-col5 .launch-svg {
      position: absolute;
      transform: rotateX(-180deg);
      width: 165px;
      left: 0px;
      top: -105px;
  }

  .launch-col6 .launch-svg {
      position: absolute;
      transform: rotate(90deg);
      width: 165px;
      top: 56px;
      right: -4px;
  }

  .launch-col7 .launch-svg {
      position: absolute;
      transform: rotate(180deg);
      width: 165px;
      top: -102px;
      right: 0;
  }
}

@media only screen and (min-width:992px) {
  .launch-col1 {
      order: 0;
  }

  .launch-col2 {
      order: 1
  }

  .launch-col3 {
      order: 2
  }

  .launch-col4 {
      order: 3
  }

  .launch-col5 {
      order: 6
  }

  .launch-col6 {
      order: 5
  }

  .launch-col7 {
      order: 5
  }

  .launch-col1::after,
  .launch-col2::after,
  .launch-col3::after,
  .launch-col4::after {
      -webkit-animation: dash 1000s linear infinite;
      animation: dash 1000s linear infinite;
  }

  .launch-col5::after,
  .launch-col6::after,
  .launch-col7::after {
      -webkit-animation: dash1 1000s linear infinite;
      animation: dash1 1000s linear infinite;
  }

  .launch-col3 .launch-svg,
  .launch-col6 .launch-svg,
  .launch-col7 .launch-svg {
      display: none;
  }

  .col-xxl-3.launch-col2::after {
      width: 100%;
  }

  .col-xxl-3.launch-col3::after {
      width: 100%;
  }

  .col-xxl-3.launch-col4::after {
      left: 0;
  }

  .col-xxl-4.launch-col5::after {
      left: 0;
  }

  .col-xxl-4.launch-col6::after {
      width: 100%;
  }

  .col-xxl-4.launch-col7::after {
      width: 100%;
  }

  .launch-col2 .launch-svg,
  .launch-col6 .launch-shape,
  .launch-col3 .launch-shape,
  .launch-col7 .launch-shape {
      display: none;
  }

  .launch-col4 .launch-shape {
      transform: none;
      position: absolute;
      left: auto;
      right: 0;
      top: 58px;
  }

  .launch-col5 .launch-svg {
      transform: rotate(180deg);
      left: auto;
      right: -11px;
      width: 174px;
      top: -115px;
  }
}

@media only screen and (min-width:1060px) {
  .launch-col4 .launch-svg {
      right: -14px;
      top: 0;
  }
}

@media only screen and (min-width:1200px) {
  .launch-col4 .launch-svg {
      right: -17px;
      top: 0;
  }

  .launch-col5 .launch-svg {
      right: -15px;
  }
}

@media only screen and (min-width:1400px) {
  .launch-col4 .launch-svg {
      right: -23px;
      top: 0;
  }

  .launch-col5 .launch-svg {
      right: -20px;
  }
}
 








.tp-service-2__shape {
	position: absolute;
	top: -100px;
	left: 0;
	width: 100%;
	z-index: -1;
}
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-service-2__shape {
      top: -75px;
    }
  }
  @media (max-width: 767px) {
    .tp-service-2__shape {
      top: -53px;
    }
  }
  .tp-service-2__shape img {
    width: 100%;
  }
  .unique-col {
	padding: 0 27px;
}
  .tp-service-2__user {
    padding-left: 65px;
  } 
  @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .tp-service-2__user-shape {
      right: auto;
      left: 0;
    }
  }
  @media (max-width: 767px) {
    .tp-service-2__user-shape svg {
      width: 100%;
    }
  }
  .tp-service-2__item-wrapper {
    min-height: 280px;
    width: 100%;
  }
  .tp-service-2__item-wrapper:hover .tp-service-2__bg-shape {
    transform: rotate(0);
  }
  .tp-service-2__item-wrapper:hover .tp-service-2__item {
    box-shadow: rgba(10, 10, 10, 0.1) 0px 100px 100px, rgba(255, 255, 255, 0.1) 0px 0px 0px 0.5px inset;
  }
  .tp-service-2__item-wrapper:hover .tp-service-2__text {
    transform: translateY(12px);
  }
  .tp-service-2__item-wrapper:hover .tp-service-2__link {
    opacity: 1;
    visibility: visible;
  }
  .tp-service-2__item {
      background: rgba(255, 255, 255, 0.3);
      mix-blend-mode: normal;
      border: 1px solid rgba(255, 255, 255, 0.2);
      box-shadow: 0px 30px 30px rgba(1, 10, 10, 0.1), inset 0px 0px 0.5px rgba(255, 255, 255, 0.25);
      backdrop-filter: blur(20px);
      border-radius: 20px;
      position: relative;
      height: 340px;
      width: 100%;
      padding: 50px 30px 45px;
      transition: 0.3s;
  }
  .tp-service-2__bg-shape {
    background: linear-gradient(41.25deg, #B2D6F8 25.09%, #81E0F5 94.14%);
    border-radius: 20px;
    position: absolute;
    top: 0;
    left: 0;
    right: 20px;
    height: 99%;
    width: 100%;
    transform: rotate(-10deg);
    z-index: -1;
    transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
  }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-service-2__bg-shape {
      transform: rotate(-4deg);
    }
  }
  .tp-service-2__icon img {
      width: 60px;
  }
  .tp-service-2__title-sm {
      font-weight: 600;
      font-size: 22px;
      line-height: 16px;
      color: var(--bs-blue-dark);
      padding-bottom: 0;
      margin-bottom: 11px;
  }
  .unique-title {
      color: var(--bs-blue-dark);
      padding-bottom: 0;
      margin-bottom: 11px;
  }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-service-2__title-sm {
      font-size: 20px;
    }
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-service-2__title-sm {
      font-size: 17px;
    }
  }
  .tp-service-2__link {
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    padding-top: 5px;
    display: inline-block;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    position: relative;
  }
  .tp-service-2__link::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -2px;
    width: 0;
    height: 1px;
    transition: width 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-service-2__link {
      font-size: 15px;
    }
  }
  .tp-service-2__link i {
    margin-left: 6px;
    position: relative;
    top: 1px;
    transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .tp-service-2__link:hover {
    color: var(--tp-common-black);
  }
  .tp-service-2__link:hover::after {
    width: 100%;
  }
  .tp-service-2__link:hover i {
    transform: translateX(4px);
  }
  .tp-service-2__color-2 {
	background: linear-gradient(180deg, #1542CA -9.62%, #94FFF0 100%);
}
  .tp-service-2__color-3 {
    background:linear-gradient(180deg, #48A2F2 -9.62%, #6D8BD1 100%);
  }
  .tp-service-2__color-4 {
    background: linear-gradient(25.41deg, #B67DFF 22.21%, #ADBFFF 91.18%);
  }
  .tp-service-2__bottom-wrapper {
    min-height: 230px;
  }
  .tp-service-2__feature-item {
    padding: 50px 87px 35px;
    min-height: 230px;
    background: linear-gradient(142.23deg, #FFF7F1 7.63%, #FAE9EF 99.01%), linear-gradient(142.23deg, #FFF7F1 7.63%, #FAE9EF 99.01%);
    border-radius: 30px;
  }
  @media (max-width: 767px) {
    .tp-service-2__feature-item {
      padding: 20px;
    }
  } 








  /*=========================== Make Unique ===========*/
  .our_process {
	background: linear-gradient(0deg, var(--bs-info) 0%, var(--bs-theme-blue));
}
.process-box {
	position: relative;
	padding: 35px 15px 25px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	transition: all .3s linear;
	box-shadow: 0 3px 27px -1px rgba(0, 10, 70, 0.1);
	background: #fff;
}
.pattern_1 {
	position: absolute;
	top: 11%;
	left: 5%;
}
.pattern_2 {
	position: absolute;
	top: 0;
	right: 0;
}
.process-ht1{
    height:300px
}
.process-box .p-arrow{
    position:absolute;
    top:-13px;
    right:-70px;
    z-index:1
}
.process-box .number-box {
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	color: #fff;
	font-size: 24px;
	font-weight: 900;
	display: inline-block;
	position: absolute;
	left: 50%;
	top: -35px;
	margin-left: -35px;
	margin-bottom: 45px;
	-webkit-border-radius: 50%;
	background-color: #0039e4;
	background-image: linear-gradient(145deg,#0039e4,#04dbf1);
	box-shadow: 0 3px 27px -1px rgba(0, 10, 70, 0.1);
}
.successfull{
    height:90px
}
.process-box .icon-main{
    margin-bottom:6px;
    line-height:1
}
.process-box .content-box h5{
    font-size:22px;
    font-weight:700;
    margin-bottom:15px;
    margin-top:0
}
.process-box:hover {
	background: #fff;
	transform: translateY(-15px);
}
.our_process h2{
    margin:13px 0 30px;
    padding-bottom:50px
}


/*=============================
    Blog
===============================*/
@media (max-width: 767.98px) {
	.blog__area {
	  padding: 100px 0;
	}
  }
  .blog-post-bg {
	background-size: cover;
	background-position: center;
	padding: 120px 0 90px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
  @media (max-width: 767.98px) {
	.blog-post-bg {
	  padding: 100px 0 70px;
	}
  }   
  .blog-post-item {
	border: 1px solid #D1DFE3;
	background: #fff;
	border-radius: 15px;
	height: 100%;
	padding: 5px;
}
  @media (max-width: 767.98px) {
	.blog-post-item {
	  padding: 20px 20px;
	}
  }
  .blog-post-thumb {
	position: relative;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 20px;
}
  .blog-post-thumb img {
	  width: 100%;
	  height: 185px;
	  object-fit: cover;
  }
  @-webkit-keyframes hoverShine {
	100% {
	  left: 125%;
	}
  }
  @keyframes hoverShine {
	100% {
	  left: 125%;
	}
  }
.shine-animate {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  .shine-animate::before {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
  }
  .shine-animate-item:hover .shine-animate::before {
	-webkit-animation: hoverShine 1.2s;
	animation: hoverShine 1.2s;
}
  .blog-post-content {
	  padding: 15px;
  }
  .post-tag {
	  font-size: 14px;
	  font-weight: 500;
	  background: #086AD8;
	  color: #fff;
	  display: block;
	  -webkit-border-radius: 4px;
	  -moz-border-radius: 4px;
	  -o-border-radius: 4px;
	  -ms-border-radius: 4px;
	  border-radius: 50px;
	  padding: 4px 15px;
	  width: fit-content;
	  margin-bottom: 15px;
  }
  .post-tag:hover {
	background: #1C208E;
}
  @media (max-width: 767.98px) {
	.blog-post-content .title {
	  font-size: 22px;
	}
  }
  .blog-post-content .blog-post-meta .list-wrap {
	justify-content: space-between;
  } 
  .blog-post-meta .list-wrap {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	gap: 15px 20px;
	flex-wrap: wrap;
}
.blog-post-meta .list-wrap li {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	gap: 8px;
}
.blog-post-meta {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #cac3c3;
}


