.carousel-caption h1,
.carousel-caption b,
.carousel_button,
.header_button,
.nav-item {
    font-weight: 600;
    font-family: Outfit, sans-serif;
}

.annotation_services button,
.annotation_services h3,
.annotation_services p,
.carousel-caption h1,
.carousel-caption b,
.carousel-caption p,
.nav-item,
.outfit-uniquifier,
.service_heading h2,
.services_mainheading button {
    font-family: Outfit, sans-serif;
}

.Industries_bg,
.service_bg {
    background-size: cover;
    background-repeat: no-repeat;
}

#service-list li,
#service-list li a {
    list-style: none;
    text-decoration: none;
}

html {
    height: 100%;
    margin: 0;
    scroll-behavior: smooth;
}

body {
    overflow-y: scroll;
    scroll-snap-type: y mandatory;
    background-color: #161a25;
}

.Industries_heading h3 {
    font-size: 42px !important;
    font-family: Outfit, sans-serif;
    color: #fff;
    padding: 50px 0px;
    text-align: start;
}

@media screen and (max-width: 1920px) and (min-width: 1440px) {
    /* .form_new {
    height: 60vh !important;
  } */
}

@media screen and (max-width: 1440px) and (min-width: 1024px) {
    /* .container {
    transform: scale(0.9);
  } */
    /*.video_banner_bg h1 {*/
    /*  color: #fff;*/
    /*  position: absolute !important;*/
    /*  top: -350px !important;*/
    /*}*/
    /*.video_banner_bg video {*/
    /*  position: relative !important ;*/
    /*  top: 0;*/
    /*  left: 0;*/
    /*  width: 180% !important;*/
    /*  height: 100% !important;*/
    /*  z-index: -1;*/
    /*  object-fit: contain;*/
    /*  margin-bottom: 50px;*/
    /*}*/
    .form_bg_main {
        background: rgba(34, 34, 34, 0.07);
        border-radius: 16px;
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(3.7px);
        -webkit-backdrop-filter: blur(3.7px);
        /* border: 1px solid rgba(255, 255, 255, 0.43); */
        /* padding: 22px 25px !important; */
        /* margin-top: 10px; */
        /* height: 347px !important; */
    }
}

@media screen and (max-width: 768px) and (min-width: 426px) {
    /*.video_banner_bg h1 {*/
    /*  color: #fff;*/
    /*  position: absolute !important;*/
    /*  top: 200px !important;*/
    /*}*/
    /*.video_banner_bg video {*/
    /*  position: relative !important ;*/
    /*  top: 0;*/
    /*  left: 0;*/
    /*  width: 250% !important;*/
    /*  min-height: 100%;*/
    /*  z-index: -1;*/
    /*  object-fit: contain;*/
    /*  margin-bottom: 50px;*/
    /*}*/
}

@media screen and (max-width: 425px) and (min-width: 320px) {
    /*.video_banner_bg h1 {*/
    /*  color: #fff;*/
    /*  position: absolute !important;*/
    /*  top: 150px !important;*/
    /*}*/
    /*.video_banner_bg video {*/
    /*  position: relative !important ;*/
    /*  top: 0;*/
    /*  left: 0;*/
    /*  width: 500% !important;*/
    /*  min-height: 100%;*/
    /*  z-index: -1;*/
    /*  object-fit: contain;*/
    /*  object-position: -630px 0;*/
    /*  margin-bottom: 50px;*/
    /*}*/
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background-image: linear-gradient(#a435fd, #20d3fc);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background-image: linear-gradient(#f04e24, #a435fd);
}

.outfit-uniquifier {
    font-optical-sizing: auto;
}

.form_bg_main label,
.nav-link {
    color: #fff;
}

.navbar-toggler {
    background-color: #fff !important;
}

.navbar {
    transition: 0.5s;
    background-color: #161a25;
}

.navbar-nav {
    margin-left:130px !important;
}

.nav-item {
    margin-right: 20px;
    font-weight:bold;
    font-size:1.1em;
}

.nav-link:focus,
.nav-link:hover {
    color: #f04e24 !important;
}

.carousel_button,
.header_button {
    border: none;
    background-image: linear-gradient(to right, #f04e24, #a435fd);
    padding: 7px 20px;
    border-radius: 100px;
    font-size: 20px;
    color: #fff;
    margin: 20px 0px;
}

.responsive_view {
    justify-content: center !important;
    align-items: center !important;
}

@media screen and (max-width: 1440px) and (min-width: 1025px) {
    .header_button,
    .nav-item {
        font-family: Outfit, sans-serif;
        font-weight: 600;
    }
    .navbar img {
        width: 100%;
    }
    .navbar-nav {
        margin-left: auto !important;
    }
    .nav-item {
        margin-right: 20px;
    }
    .header_button {
        border: none;
        background-image: linear-gradient(to right, #f04e24, #a435fd);
        padding: 7px 20px;
        border-radius: 100px;
        font-size: 16px;
        color: #fff;
    }
}

@media screen and (max-width: 1199px) and (min-width: 769px) {
    .header_button,
    .nav-item {
        font-family: Outfit, sans-serif;
        font-weight: 600;
    }
    .navbar img {
        width: 80%;
    }
    .navbar-nav {
        margin-left: auto !important;
    }
    .nav-item {
        margin-right: 15px;
        font-size: 13px;
    }
    .navbar-collapse {
        justify-content: space-between !important;
        align-items: center !important;
    }
    .header_button {
        border: none;
        background-image: linear-gradient(to right, #f04e24, #a435fd);
        padding: 7px 20px;
        border-radius: 100px;
        font-size: 16px;
        color: #fff;
    }
}

@media screen and (max-width: 990px) and (min-width: 426px) {
    .header_button,
    .nav-item {
        font-family: Outfit, sans-serif;
        font-weight: 600;
    }
    .responsive_view {
        justify-content: space-between !important;
        align-items: center !important;
    }
    .responsive_view img {
        width: 100%;
    }
    .navbar-nav {
        margin-left: auto !important;
    }
    .navbar-collapse {
        text-align: center;
        border: 1px solid #202534;
        border-radius: 10px;
        padding-top: 10px;
        padding-bottom: 20px;
        margin-top: 30px;
        margin-bottom: 20px;
        justify-content: space-around !important;
        align-items: center !important;
    }
    .nav-item {
        margin-right: 0;
        border-bottom: 1px solid #202534;
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .header_button {
        border: none;
        background-image: linear-gradient(to right, #f04e24, #a435fd);
        padding: 7px 20px;
        border-radius: 100px;
        font-size: 18px;
        color: #fff;
        margin-top: 20px;
        width: 30%;
    }
}

.services_mainheading .swiper-button-next,
.services_mainheading .swiper-button-prev {
    border-radius: 100px;
    padding: 25px;
    background-color: #fff;
}

.carousel-caption {
    text-align: start;
    transform: translateY(10px);
    top: 20%;
    bottom: initial;
}

.carousel-caption h1 {
    font-size: 55px;
}

.carousel-caption b {
    font-size: 55px;
    line-height: 65px;
}

.carousel-caption p {
    font-weight: 200;
    font-size: 20px;
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
    .carousel-caption {
        text-align: start;
        transform: translateY(10px);
        top: 10%;
        bottom: initial;
    }
    .carousel-caption h1 {
        font-family: Outfit, sans-serif;
        font-size: 40px;
        font-weight: 600;
    }
    .carousel-caption b {
        font-family: Outfit, sans-serif;
        font-size: 40px;
        font-weight: 600;
        line-height: 40px;
    }
    .carousel-caption p {
        font-family: Outfit, sans-serif;
        font-weight: 200;
        font-size: 18px;
    }
}

.cards,
.content-boxs {
    transform-style: preserve-3d;
}

.service_bg {
    background-image: url("../images/bg1.webp");
    background-position: top center;
}

.service_heading h2 {
    text-align: center;
    color: #fff;
    font-size: 50px;
    font-weight: 200;
    margin-bottom: 25px;
    padding-top: 50px;
}

.service_heading h2 span {
    color: #c884ff;
    font-weight: 500;
}

.services_mainheading button {
    margin-top: 20px;
    font-size: 20px;
    width: 100%;
    display: flex;
    text-align: right;
    justify-content: center;
    align-items: center;
}

.blog_card h5,
.blog_card p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.services_mainheading .swiper-button-next {
    margin-left: 10px;
}

.services_mainheading .swiper-button-next::after,
.services_mainheading .swiper-button-prev::after {
    font-size: 25px !important;
    color: #202534;
    display: inline-block;
    width: 24px;
    height: 24px;
    font-size: 24px;
}

.services_mainheading button img {
    margin-right: 10px;
}

.service_bg .swiper {
    height: 100px !important;
}

.annotation_services h3 {
    font-weight: 500;
    font-size: 50px;
}

.annotation_services p {
    font-weight: 200;
    text-align: justify;
    font-size: 18px;
    line-height: 25px;
    padding-right: 30px;
}

.annotation_services button {
    border: none;
    background-image: linear-gradient(to right, #a435fd, #20d3fc);
    font-size: 22px;
    padding: 2px 18px 2px 10px;
    color: #fff;
    border-radius: 100px;
}

.annotation_services_image {
    background-color: #fff;
    padding: 5px;
    border-radius: 10px;
}

.tablink {
    background-color: #161a2500;
    color: #fff;
    float: left;
    border: none;
    outline: 0;
    cursor: pointer;
    padding: 14px 0;
    font-size: 17px;
    width: 24%;
}

.tablink:hover {
    background-color: #777;
}

.tabcontent {
    color: #fff;
    padding: 50px;
}

.Industries_heading h3,
.clients_logo h3 {
    font-size: 42px !important;
    font-family: Outfit, sans-serif;
    color: #fff;
}

.clients_logo h3 {
    text-align: center;
    font-weight: 500;
    margin-bottom: 0 !important;
    margin-top: 80px;
}

.clients_logo h3 span,
.form_heading h5 span {
    color: #20d3fc;
}

@keyframes slide {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}

.logos {
    overflow: hidden;
    padding: 60px 0;
    white-space: nowrap;
    position: relative;
}

.logos:after,
.logos:before {
    position: absolute;
    top: 0;
    width: 200px;
    height: 100%;
    content: "";
    z-index: 2;
}

.logos:hover .logos-slide {
    animation-play-state: paused;
}

.logos-slide {
    display: inline-block;
    animation: 35s linear infinite slide;
}

.logos-slide img {
    height: auto;
    width: 200px;
    border: 1px solid #d8d8d8;
    margin: 20px;
}

.Industries_bg {
    background-color: #202534;
    background-image: url("../images/Industriesbg.webp");
    background-position: 40px 40px;
}

.Industries_heading {
    padding-top: 50px;
    margin-top: 50px;
    text-align: center;
}

.Industries_heading h3 {
    font-weight: 400;
}

.Industries_heading h3 span {
    color: #c884ff;
    font-weight: 600;
}

.Industries_heading button {
    border: none;
    background-color: transparent;
    padding: 5px 20px;
    color: #fff;
    font-family: Outfit, sans-serif;
    font-size: 21px;
    border-radius: 100px;
}

.Industries_heading hr,
.bottom_icon hr {
    border: 1px solid #fff;
}

.Industries_cd_padding {
    background-color: #fff;
    border-radius: 10px;
    padding: 15px;
}

.Industries_cdtext h5 {
    font-family: Outfit, sans-serif;
    font-size: 35px;
    font-weight: 700;
}

.Industries_cdtext p {
    font-family: Outfit, sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
}

.Industries_cdtext p small {
    font-family: Outfit, sans-serif !important;
    color: #000 !important;
    font-size: 20px;
    cursor: pointer;
}

.Industries_cdtext p small:hover {
    color: #f04e24 !important;
    transform: scale(2, 2) !important;
    font-size: 22px;
    transition: 0.3s ease-out;
}

.card.overlay-card {
    border: none;
    height: 250px;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}

.card.overlay-card .card-img {
    height: 100%;
    object-fit: cover;
    filter: brightness(100%);
    transition: 0.3s ease-in-out;
    width: 100%;
}

.card.overlay-card:hover .card-img {
    filter: brightness(100%);
    transform: scale(1.05);
}

.card.overlay-card .card-img-overlay {
    background-image: linear-gradient(#00000000, #00000000, #000000a1, #000);
    padding: 1rem;
}

.card.overlay-card .card-title {
    font-weight: 500;
    font-size: 23px;
    font-family: Outfit, sans-serif;
}

.whyus_heading h4 {
    font-family: Outfit, sans-serif;
    color: #fff;
    text-align: center;
    margin-top: 100px;
    font-size: 50px;
    font-weight: 300;
    padding-top: 30px;
}

.whyus_body h5,
.whyus_body h6 {
    font-weight: 700;
    font-family: Outfit, sans-serif;
    color: #fff;
}

.whyus_heading h4 span {
    color: #20d3fc;
    font-weight: 600;
}

.whyus_centerbg {
    background-image: url("../images/whyuscircle.webp");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 249px -63px;
    padding-top: 50px;
}

.count_bg,
.form_bg {
    background-repeat: no-repeat;
    background-size: cover;
}

@media only screen and (max-width: 1439px) {
    .whyus_centerbg {
        background-position: 180px -63px;
        padding-top: 50px;
    }
}

.whyus_body h5 {
    font-size: 30px;
}

.whyus_body h6 {
    font-size: 28px;
}

.whyus_body p {
    font-family: Outfit, sans-serif;
    font-weight: 300;
    color: #fff;
    font-size: 18px;
    text-align: justify;
}

.cta_heading button,
.cta_heading h6 {
    font-size: 30px;
    font-family: Outfit, sans-serif;
    color: #fff;
}

.cta_bg {
    background-color: #202534;
    margin-top: 200px;
    border-radius: 10px;
    padding: 50px 50px 90px;
    margin-bottom: 150px;
}

.cta_heading h6 {
    font-weight: 400;
}

.cta_img img {
    position: relative;
    top: -188px;
}

.cta_heading button {
    border: none;
    background-image: linear-gradient(to right, #f04e24, #a435fd);
    padding: 5px 20px;
    border-radius: 100px;
    font-weight: 600;
}

.count_bg {
    background-image: url("../images/countbg.webp");
}

.count_heading h5 {
    font-family: Outfit, sans-serif;
    text-align: center;
    padding: 150px 10px 200px;
    color: #fff;
    font-weight: 300;
    font-size: 50px;
    margin-bottom: 50px;
}

.count_main h5,
.count_main h6 {
    margin-bottom: 0 !important;
    font-family: Outfit, sans-serif;
}

.count_heading h5 span {
    font-family: Outfit, sans-serif;
    font-weight: 600;
}

.count_main {
    background-color: #fff;
    border-radius: 15px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.count_main img {
    width: 33%;
    padding: 10px;
    height: 120px;
    object-fit: contain;
}

.count_main h6 {
    font-weight: 400;
    font-size: 20px;
    margin-top: 15px;
}

.count_main h5 {
    font-weight: 700;
    font-size: 50px;
    margin-top: 0;
}

.formside img {
    padding: 25px;
    border-radius: 40px;
    margin-top: 15px;
}

.form_bg {
    background-image: url("../images/formmap.webp");
    background-position: top center;
    margin-bottom: 80px;
}

.form_heading h5 {
    font-family: Outfit, sans-serif;
    font-weight: 500;
    color: #fff;
    text-align: center;
    margin-top: 50px;
    font-size: 50px;
}

.form_heading h6 {
    font-family: Outfit, sans-serif;
    font-weight: 300;
    color: #fff;
    text-align: center;
    font-size: 20px;
}

.blog_card h5,
.blog_card h6,
.form_bg_main button {
    font-family: Outfit, sans-serif;
    font-weight: 600;
}

.form_bg_main {
    background: rgba(34, 34, 34, 0.07);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(3.7px);
    -webkit-backdrop-filter: blur(3.7px);
    /* border: 1px solid rgba(255, 255, 255, 0.43); */
    /* padding: 40px 50px; */
    /* margin-top: 10px; */
    /* height: 367px; */
}

.form_bg_main input {
    background: rgba(255, 255, 255, 0.07);
    border-radius: 5px;
    backdrop-filter: blur(3.7px);
    -webkit-backdrop-filter: blur(8.7px);
    border: 1px solid rgba(255, 255, 255, 0.43);
    padding: 10px;
    color: #fff !important;
}

.form_bg_main textarea {
    background: rgba(255, 255, 255, 0.07);
    border-radius: 5px;
    backdrop-filter: blur(3.7px);
    -webkit-backdrop-filter: blur(8.7px);
    border: 1px solid rgba(255, 255, 255, 0.43);
    color: #fff !important;
    height: 80px;
}

#service-list li a.active,
#service-list li a:hover,
.form_bg_main button {
    background-image: linear-gradient(to right, #f04e24, #a435fd);
}

.form_bg_main button {
    border: none;
    width: 25%;
    color: #fff;
    font-size: 25px;
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 100px;
}

.form-control:focus {
    color: #fff;
    background-color: transparent !important;
    box-shadow: 0 0 0 0.25rem #a335fd31;
    border-color: #c884ff !important;
}

.all_service_border:hover,
.blog_bg .card {
    background: rgba(255, 255, 255, 0.07) !important;
}

.all_services_card img,
.parent {
    width: 100%;
}

.blog_bg,
.small_banner_bg {
    background-repeat: no-repeat;
}

.all_services_heading2 h2 span,
.blog_card button {
    background-image: linear-gradient(to right, #a435fd, #20d3fc);
}

.blog_bg {
    background-image: url("../images/blogbg.webp");
    background-size: cover;
    background-position: 0 -150px;
    padding-bottom: 100px;
}

.blog_card h6 {
    font-size: 50px;
    text-align: center;
    color: #fff;
    margin-top: 210px;
    margin-bottom: 40px;
}

.blog_card h6 span {
    color: #c884ff;
    font-weight: 400;
}

.blog_card h5 {
    font-size: 25px;
    padding-top: 10px;
    color: #fff;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.blog_card button,
.blog_card p {
    font-weight: 400;
    color: #fff;
    font-family: Outfit, sans-serif;
}

.blog_card p {
    font-size: 18px;
    -webkit-line-clamp: 3;
    line-clamp: 3;
}

.blog_bg .card {
    border-radius: 28px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1) !important;
    backdrop-filter: blur(3.3px) !important;
    -webkit-backdrop-filter: blur(3.3px) !important;
    border: 1px solid rgba(255, 255, 255, 0.43) !important;
}

.blog_bg .card img {
    border-radius: 30px 30px 0 0;
}

.blog_card button {
    border: none;
    padding: 6px 20px;
    font-size: 20px;
    border-radius: 100px;
    margin-bottom: 10px;
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
    .tablink {
        background-color: #161a2500;
        color: #fff;
        float: left;
        border: none;
        outline: 0;
        cursor: pointer;
        padding: 14px 5px;
        font-size: 10px;
        width: 23%;
    }
    .services_mainheading button {
        font-family: Outfit, sans-serif;
        font-size: 16px;
    }
    .service_bg .swiper {
        height: 90px !important;
    }
    .Industries_cdtext h5 {
        font-family: Outfit, sans-serif;
        font-size: 30px;
        font-weight: 700;
    }
    .Industries_cdtext p {
        font-family: Outfit, sans-serif;
        font-size: 13px;
        font-weight: 400;
        text-align: left;
    }
    .Industries_cd_padding {
        background-color: #fff;
        border-radius: 10px;
        padding: 0 !important;
    }
    .blog_card h5,
    .blog_card p,
    .whyus_body h5,
    .whyus_body h6,
    .whyus_body p {
        font-family: Outfit, sans-serif;
        color: #fff;
    }
    .whyus_body h5 {
        font-weight: 700;
        font-size: 25px;
    }
    .whyus_body p {
        font-weight: 300;
        font-size: 13px;
        text-align: justify;
    }
    .whyus_body h6 {
        font-weight: 700;
        font-size: 19px;
    }
    .cta_bg {
        background-color: #202534;
        margin-top: 200px;
        border-radius: 10px;
        padding: 30px 50px 80px;
        margin-bottom: 150px;
    }
    .cta_img img {
        position: relative;
        top: -60px;
    }
    .count_main h5,
    .count_main h6 {
        font-family: Outfit, sans-serif;
        margin-bottom: 0 !important;
    }
    .count_main h5 {
        font-weight: 700;
        font-size: 40px;
        margin-top: 0;
    }
    .count_main h6 {
        font-weight: 400;
        font-size: 17px;
        margin-top: 15px;
    }
    .count_main img {
        width: 40%;
        padding: 10px;
    }
    .blog_bg {
        background-image: url("../images/blogbg.webp");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 0 200px;
        padding-bottom: 100px;
    }
    .blog_card h5 {
        font-size: 20px;
        font-weight: 600;
        padding-top: 10px;
    }
    .blog_card p {
        font-size: 15px;
        font-weight: 300;
    }
}

@media screen and (max-width: 768px) and (min-width: 426px) {
    .carousel-caption {
        text-align: start;
        transform: translateY(10px);
        top: 0;
        bottom: initial;
    }
    .carousel-caption h1 {
        font-family: Outfit, sans-serif;
        font-size: 35px;
        font-weight: 600;
    }
    .carousel-caption b {
        font-family: Outfit, sans-serif;
        font-size: 35px;
        font-weight: 600;
        line-height: 40px;
    }
    .carousel-caption p {
        font-family: Outfit, sans-serif;
        font-weight: 200;
        font-size: 12px;
    }
    .tabcontent {
        color: #fff;
        padding: 50px 0;
    }
    .annotation_services {
        margin-bottom: 50px;
    }
    .form_bg_main {
        background: rgba(34, 34, 34, 0.07);
        border-radius: 16px;
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(3.7px);
        -webkit-backdrop-filter: blur(3.7px);
        /* border: 1px solid rgba(255, 255, 255, 0.43); */
        /* padding: 40px 50px;
    margin-top: 20px; */
        /* height: 905px; */
    }
    .form_bg_main button {
        border: none;
        width: 40%;
        background-image: linear-gradient(to right, #f04e24, #a435fd);
        color: #fff;
        font-family: Outfit, sans-serif;
        font-weight: 600;
        font-size: 25px;
        text-transform: uppercase;
        padding: 10px 20px;
        border-radius: 100px;
        /* margin-top: 50px; */
    }
    .blog_bg {
        background-image: url("../images/blogbg.webp");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 0 360px;
        padding-bottom: 100px;
    }
}

.footer_bg {
    background-color: #202534;
    padding-bottom: 20px;
}

.footer_main p {
    color: #fff;
    margin-top: 20px;
    text-align: justify;
}

.footer_main h6 {
    font-family: Outfit, sans-serif;
    font-size: 30px;
    font-weight:500;
    color: #f8582dd4;
}

.footer_main ul,
.footer_main ul li a {
    color: #fff !important;
    font-weight:bold;
    
}

.footer_main ul {
    font-family: Outfit, sans-serif;
    font-size: 15px;
    line-height: 30px;
}

.footer_main ul a,
.sitemap ul a {
    text-decoration: none !important;
}

.footer_main ul li::marker {
    color: #f04e24;
}

.footer_main h4 {
    font-family: Outfit, sans-serif;
    font-size: 40px;
    font-weight: 600;
    color: #20d3fc;
}

.footer_main button,
.footer_main p {
    font-family: Outfit, sans-serif;
    font-size: 14px;
}

.footer_main p {
    font-weight: 600;
}

.footer_main button {
    border: none;
    background-color: #ffffff21;
    font-weight: 500;
    color: #fff;
    text-align: left;
    margin-bottom: 8px;
    padding: 5px 15px;
    border-radius: 5px;
}

.bottom_icon p,
.bottom_icon_main h4 {
    font-family: Outfit, sans-serif;
    font-weight: 300;
    color: #fff;
}

.bottom_icon p,
.bottom_icon_main {
    padding-top: 10px;
    padding-bottom: 10px;
}

.bottom_icon_main h4 {
    margin-bottom: 10px;
    margin-top: 30px;
}

.bottom_icon_main span {
    margin-right: 5px;
}

.bottom_icon p {
    font-size: 18px;
    text-align: center;
}

.bottom_icon_main .v1 {
    border-right: 2px solid #505050;
    margin-left: -15px;
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
    .footer_main button,
    .footer_main ul {
        font-family: Outfit, sans-serif;
        color: #fff;
    }
    .footer_main p {
        font-family: Outfit, sans-serif;
        font-size: 15px;
        font-weight: 300;
    }
    .footer_main ul {
        font-size: 16px;
        line-height: 40px;
    }
    .footer_main button {
        border: none;
        background-color: #ffffff21;
        font-weight: 300;
        text-align: left;
        margin-bottom: 9px;
        padding: 5px 15px;
        font-size: 14px;
        border-radius: 5px;
    }
}

@media screen and (max-width: 425px) and (min-width: 320px) {
    .header_button,
    .nav-item {
        font-family: Outfit, sans-serif;
        font-weight: 600;
    }
    .responsive_view {
        justify-content: space-between !important;
        align-items: center !important;
        padding: 0px 20px;
    }
    .responsive_view img {
        width: 90% !important;
    }
    .navbar-nav {
        margin-left: 0 !important;
    }
    .navbar-collapse {
        text-align: center;
        border: 1px solid #202534;
        border-radius: 10px;
        padding-top: 10px;
        padding-bottom: 20px;
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .nav-item {
        margin-right: 0;
        border-bottom: 1px solid #202534;
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .header_button {
        border: none;
        background-image: linear-gradient(to right, #f04e24, #a435fd);
        padding: 7px 20px;
        border-radius: 100px;
        font-size: 18px;
        color: #fff;
        margin-top: 20px;
        width: 50%;
    }
    .form_new {
        height: auto !important;
    }
    .carousel-caption {
        text-align: start;
        transform: translateY(15px) !important;
        top: 0;
        bottom: 0;
    }
    .carousel-caption h1 {
        font-family: Outfit, sans-serif;
        font-size: 35px;
        font-weight: 600;
    }
    .carousel-caption b {
        font-family: Outfit, sans-serif;
        font-size: 35px;
        font-weight: 600;
        line-height: 40px;
    }
    .carousel-caption h1 br {
        display: none !important;
    }
    .carousel-caption p {
        font-family: Outfit, sans-serif;
        font-weight: 200;
        font-size: 15px;
    }
    .carousel-item img {
        width: 1000px !important;
        object-position: -220px !important;
    }
    .tabcontent {
        color: #fff;
        padding: 50px 10px;
    }
    .services_mainheading .swiper-button-next::after,
    .services_mainheading .swiper-button-prev::after {
        font-size: 18px !important;
        color: #202534;
        display: inline-block;
        width: 100%;
        margin: auto;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .services_mainheading .swiper-button-next,
    .services_mainheading .swiper-button-prev {
        border-radius: 0px;
        padding: 10px;
        background-color: #fff;
    }
    .service_heading h2 {
        font-size: 30px;
        margin-bottom: 15px;
        padding-top: 30px;
    }
    .Industries_heading h3 {
        font-size: 35px;
        padding: 10px 0px !important;
        text-align: center;
    }
    .Industries_heading button {
        margin-bottom: 30px;
    }
    .annotation_services {
        margin-bottom: 50px;
    }
    .annotation_services p {
        font-family: Outfit, sans-serif;
        font-weight: 200;
        text-align: justify;
        font-size: 18px;
        line-height: 25px;
        padding-right: 0;
    }
    .annotation_services h3 {
        font-size: 30px;
        margin-top: 20px;
    }
    .annotation_services h3 br {
        display: none;
    }
    .phone_view {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        text-align: center;
    }
    .cta_bg {
        background-color: #202534;
        margin-top: 200px;
        border-radius: 10px;
        padding: 30px 50px 80px;
        margin-bottom: 150px;
    }
    .cta_img img {
        position: relative;
        top: 10px;
    }
    .cta_heading {
        text-align: center;
    }
    .count_main h5,
    .count_main h6 {
        font-family: Outfit, sans-serif;
        margin-bottom: 0 !important;
    }
    .count_main h5 {
        font-weight: 700;
        font-size: 32px;
        margin-top: 0;
    }
    .count_main h6 {
        font-weight: 400;
        font-size: 17px;
        margin-top: 15px;
    }
    .count_main img {
        width: 50% !important;
        padding: 10px;
        height: 80px;
        object-fit: contain;
    }
    .form_heading h5 {
        font-family: Outfit, sans-serif;
        font-weight: 500;
        color: #fff;
        text-align: center;
        margin-top: 50px;
        font-size: 30px;
    }
    .formside img {
        padding: 0px;
        border-radius: 10px;
        margin-top: 15px;
    }
    .form_bg_main {
        background: rgba(34, 34, 34, 0.07);
        border-radius: 16px;
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(3.7px);
        -webkit-backdrop-filter: blur(3.7px);
        /* border: 1px solid rgba(255, 255, 255, 0.43); */
        padding: 15px 10px;
        margin-top: 20px;
        height: auto;
    }
    .form_bg_main button {
        border: none;
        width: 100%;
        background-image: linear-gradient(to right, #f04e24, #a435fd);
        color: #fff;
        font-family: Outfit, sans-serif;
        font-weight: 600;
        font-size: 25px;
        text-transform: uppercase;
        padding: 10px 20px;
        border-radius: 10px;
        margin-top: 10px;
    }
    .blog_bg {
        background-image: url("../images/blogbg.webp");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 0 650px;
        padding-bottom: 100px;
    }
    .mySwiper1 {
        padding: 40px !important;
    }
    .bottom_icon_main h4,
    .footer_main ul {
        font-family: Outfit, sans-serif;
        color: #fff;
    }
    .bottom_icon_main h4 {
        text-align: center !important;
        font-weight: 300;
        margin-bottom: 10px;
        margin-top: 30px;
    }
    .footer_main ul {
        font-size: 16px;
        line-height: 30px;
    }
    .footer_main h4 {
        font-family: Outfit, sans-serif;
        font-size: 40px;
        font-weight: 600;
        color: #20d3fc;
        text-align: center;
    }
    .footer_main p {
        color: #fff;
        margin-top: 20px;
        text-align: center;
        font-size: 18px !important;
    }
    .footer_main h6 {
        font-family: Outfit, sans-serif;
        font-size: 30px;
        font-weight: 600;
        color: #20d3fc;
        text-align: center;
    }
    .footer_main button {
        font-size: 17px;
    }
    .footer_main a {
        text-align: center;
    }
    .footer_phone_res {
        text-align: center;
        justify-content: center;
    }
    .service_page_des h2 {
        color: #fff;
        font-family: Outfit, sans-serif;
        font-size: 30px;
        font-weight: 500;
        margin-top: 20px;
    }
    .medicalan_banner_bg h1,
    .retail_banner_bg h1,
    .agritech_banner_bg h1,
    .autove_banner_bg h1,
    .bounding_banner_bg h1,
    .cuboid_banner_bg h1,
    .edu_banner_bg h1,
    .fintech_banner_bg h1,
    .geo_banner_bg h1,
    .imgan_banner_bg h1,
    .imgmask_banner_bg h1,
    .lidar_banner_bg h1,
    .line_banner_bg h1,
    .logistics_banner_bg h1,
    .polygon_banner_bg h1,
    .robo_banner_bg h1,
    .security_banner_bg h1,
    .segment_banner_bg h1,
    .sports_banner_bg h1 {
        text-align: start;
        font-family: Outfit, sans-serif;
        color: #fff;
        font-size: 34px !important;
        text-shadow: 2px 0 #000000, -2px 0 #000000, 0 2px #000000, 0 -2px #000000, 1px 1px #000000, -1px -1px #000000, 1px -1px #000000, -1px 1px #fff;
    }
    /*.video_banner_bg h1 {*/
    /*  color: #fff;*/
    /*  position: absolute;*/
    /*  top: 220px;*/
    /*  text-shadow: 2px 0 #000000, -2px 0 #000000, 0 2px #000000, 0 -2px #000000,*/
    /*    1px 1px #000000, -1px -1px #000000, 1px -1px #000000, -1px 1px #fff;*/
    /*}*/
    .textan_banner_bg {
        background-image: url("../images/servicesbanners/12.webp");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 80% 0%;
        padding: 65px 10px !important;
    }
    .audioan_banner_bg,
    .keypoint_banner_bg {
        padding: 10px 10px !important;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 80% 0%;
    }
    .audioan_banner_bg h1,
    .textan_banner_bg h1 {
        color: #161a25;
        text-shadow: 2px 0 #000000, -2px 0 #000000, 0 2px #000000, 0 -2px #000000, 1px 1px #000000, -1px -1px #000000, 1px -1px #000000, -1px 1px #fff;
    }
    .audioan_banner_bg {
        background-image: url("../images/servicesbanners/13.webp");
    }
    .keypoint_banner_bg {
        background-image: url("../images/servicesbanners/15.webp");
        color: #fff;
    }
    .medicalan_banner_bg {
        background-image: url("../images/industriesbanners/1.webp");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 80% 0%;
        padding: 10px 10px !important;
    }
    .agritech_banner_bg {
        background-image: url("../images/industriesbanners/3.webp");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 80% 0%;
        padding: 30px 10px !important;
    }
    .logistics_banner_bg,
    .security_banner_bg {
        padding: 30px 10px !important;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 80% 0%;
    }
    .security_banner_bg {
        background-image: url("../images/industriesbanners/4.webp");
    }
    .logistics_banner_bg {
        background-image: url("../images/industriesbanners/2.webp");
    }
    .retail_banner_bg {
        background-image: url("../images/industriesbanners/5.webp");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 80% 0%;
        padding: 30px 10px !important;
    }
    .fintech_banner_bg {
        background-image: url("../images/industriesbanners/6.webp");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 40% 0% !important;
        padding: 30px 10px !important;
    }
    .robo_banner_bg {
        background-image: url("../images/industriesbanners/7.webp");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 80% 0%;
        padding: 30px 10px !important;
    }
    .edu_banner_bg,
    .sports_banner_bg {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 80% 0%;
        padding: 30px 10px !important;
    }
    .sports_banner_bg {
        background-image: url("../images/industriesbanners/8.webp");
    }
    .edu_banner_bg {
        background-image: url("../images/industriesbanners/9.webp");
    }
    .autove_banner_bg,
    .bounding_banner_bg,
    .cuboid_banner_bg,
    .geo_banner_bg,
    .imgan_banner_bg,
    .imgmask_banner_bg,
    .lidar_banner_bg,
    .line_banner_bg,
    .polygon_banner_bg,
    .segment_banner_bg {
        padding: 30px 10px !important;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 80% 0%;
    }
}

@media screen and (max-width: 990px) and (min-width: 320px) {
    .phone_view_reverse {
        display: flex;
        flex-direction: column-reverse;
    }
}

.all_services_heading h2,
.all_services_heading h4 {
    font-family: Outfit, sans-serif;
    color: #fff;
    font-weight: 500;
}

.small_banner_bg {
    background-image: url("../images/smallbanners.webp");
    background-size: cover;
    background-position: left center;
    padding: 80px 10px;
}

.medicalan_banner_bg h1,
.retail_banner_bg h1,
.small_banner_bg h1 {
    text-align: left;
    font-family: Outfit, sans-serif;
    color: #fff;
    font-size: 50px;
    text-shadow: 2px 0 #000000, -2px 0 #000000, 0 2px #000000, 0 -2px #000000, 1px 1px #000000, -1px -1px #000000, 1px -1px #000000, -1px 1px #fff;
}

.all_services_heading {
    margin-top: 50px;
}

.all_services_heading h2 {
    font-size: 30px;
}

.all_services_heading h4 {
    font-size: 25px;
}

.all_services_heading p,
.all_services_heading ul {
    font-family: Outfit, sans-serif;
    font-weight: 200;
    color: #fff;
}

.all_services_heading p {
    font-size: 20px;
}

.all_services_heading ul {
    font-size: 18px;
    line-height: 30px;
}

.all_services_heading2 h2,
.all_services_heading2 h2 span {
    font-family: Outfit, sans-serif;
    font-size: 50px;
    text-align: center;
}

.all_services_heading2 h2 {
    color: #fff;
    font-weight: 300;
    margin-top: 50px;
}

.all_services_heading2 h2 span {
    font-weight: 600;
    color: transparent;
    background-clip: text;
}

.all_services_card h3,
.all_services_heading2 p,
.sitemap h2,
.sitemap ul li {
    color: #fff;
    font-family: Outfit, sans-serif;
}

.all_services_heading2 p {
    font-size: 18px;
    font-weight: 300;
    text-align: center;
}

.all_services {
    margin: 60px 0;
}

.all_service_border {
    border: 2px solid #202534;
}

.all_services_card {
    display: block;
    justify-content: center;
    align-items: center;
    padding: 20px 10px;
}

.all_service_border:hover {
    transform: scale(0.9);
    transition: 0.1s ease-in-out;
}

.cards,
.content-boxs,
.content-boxs .card-titles,
.content-boxs .see-more {
    transition: 0.5s ease-in-out;
}

.all_services_card h3 {
    text-align: center;
    margin-top: 20px;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 0 !important;
}

.sitemap {
    margin-bottom: 50px;
}

.sitemap h2 {
    margin-top: 50px;
    font-size: 35px;
    border-left: 5px solid #20d3fc;
    margin-bottom: 0 !important;
    padding-bottom: 10px;
}

.sitemap hr {
    color: #20d3fc;
    opacity: 100;
}

.sitemap ul li {
    font-size: 18px;
    line-height: 45px;
}

.sitemap ul li::marker {
    color: #f04e24;
}

.sitemap h3 {
    color: #f04e24;
    font-size: 25px;
}

.service_page_des img {
    border-radius: 10px;
}

.service_page_des h2 {
    color: #fff;
    font-family: Outfit, sans-serif;
    font-size: 30px;
    font-weight: 500;
}

.service_page_des h3,
.service_page_des2 h3 {
    color: #fff;
    font-family: Outfit, sans-serif;
    font-size: 35px;
    font-weight: 800;
}

.service_page_des p,
.service_page_des ul li {
    font-size: 20px;
    text-align: justify;
    font-family: Outfit, sans-serif;
    color: #fff;
}

.service_page_des p {
    font-weight: 300;
    line-height: 32px;
}

.service_page_des ul li {
    line-height: 30px;
    font-weight: 200;
}

.service_page_des2 {
    text-align: center;
    border: 2px solid #2a324d;
    padding: 25px 8px;
    border-radius: 15px;
}

.autove_banner_bg,
.bounding_banner_bg,
.cuboid_banner_bg,
.geo_banner_bg,
.imgan_banner_bg,
.imgmask_banner_bg,
.lidar_banner_bg,
.line_banner_bg,
.polygon_banner_bg,
.segment_banner_bg {
    padding: 70px 10px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 80% 0%;
}

.service_page_des2 img {
    border-radius: 10px;
    width: 100%;
}

.service_page_des2 h4 {
    color: #fff;
    font-family: Outfit, sans-serif;
    font-size: 20px;
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 20px !important;
}

.audioan_banner_bg h1,
.keypoint_banner_bg,
.textan_banner_bg h1 {
    text-align: start;
    font-size: 50px;
    font-family: Outfit, sans-serif;
}

/*.video_banner_bg h1{*/

/*      text-align: start;*/

/*  font-size: 50px;*/

/*  font-family: Outfit, sans-serif;*/

/*}*/

.banner_content h1 {
    text-align: start;
    font-size: 50px;
    font-family: Outfit, sans-serif;
}

.side_list ul {
    padding-left: 0 !important;
}

.service_page_des p strong,
.service_page_des ul li strong,
.service_page_des strong,
.service_page_des2 p strong,
.service_page_des2 ul li strong {
    background-color: #2a324d !important;
    padding: 3px 5px;
    font-weight: 600;
    margin-right: 5px;
    color: #fff;
}

#service-list li a {
    display: block;
    color: #fff;
    font-family: Outfit, sans-serif;
    font-size: 20px;
    font-weight: 400;
    padding: 15px 10px;
    border-bottom: 1px solid #2a324d;
    margin-right: 30px;
    transition: background 0.3s;
}

.bounding_banner_bg {
    background-image: url("../images/servicesbanners/1.webp");
}

.agritech_banner_bg h1,
.autove_banner_bg h1,
.bounding_banner_bg h1,
.cuboid_banner_bg h1,
.edu_banner_bg h1,
.fintech_banner_bg h1,
.geo_banner_bg h1,
.imgan_banner_bg h1,
.imgmask_banner_bg h1,
.lidar_banner_bg h1,
.line_banner_bg h1,
.logistics_banner_bg h1,
.polygon_banner_bg h1,
.robo_banner_bg h1,
.security_banner_bg h1,
.segment_banner_bg h1,
.sports_banner_bg h1 {
    text-align: start;
    font-family: Outfit, sans-serif;
    color: #fff;
    font-size: 50px;
}

.polygon_banner_bg {
    background-image: url("../images/servicesbanners/14.webp");
}

.lidar_banner_bg {
    background-image: url("../images/servicesbanners/3.webp");
}

.geo_banner_bg {
    background-image: url("../images/servicesbanners/4.webp");
}

.line_banner_bg {
    background-image: url("../images/servicesbanners/5.webp");
}

.autove_banner_bg {
    background-image: url("../images/servicesbanners/6.webp");
}

.imgmask_banner_bg {
    background-image: url("../images/servicesbanners/7.webp");
}

.cuboid_banner_bg {
    background-image: url("../images/servicesbanners/8.webp");
}

.segment_banner_bg {
    background-image: url("../images/servicesbanners/9.webp");
}

.imgan_banner_bg {
    background-image: url("../images/servicesbanners/10.webp");
}

/*.video_banner_bg h1 {*/

/*  color: #fff;*/

/*  position: absolute;*/

/*  top: 200px;*/

/*}*/

.textan_banner_bg {
    background-image: url("../images/servicesbanners/12.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 80% 0%;
    padding: 65px 10px;
}

.audioan_banner_bg,
.keypoint_banner_bg {
    padding: 70px 10px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 80% 0%;
}

.audioan_banner_bg h1,
.textan_banner_bg h1 {
    color: #161a25;
}

.audioan_banner_bg {
    background-image: url("../images/servicesbanners/13.webp");
}

.keypoint_banner_bg {
    background-image: url("../images/servicesbanners/15.webp");
    color: #fff;
}

.medicalan_banner_bg {
    background-image: url("../images/industriesbanners/1.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 80% 0%;
    padding: 70px 10px;
}

.agritech_banner_bg {
    background-image: url("../images/industriesbanners/3.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 80% 0%;
    padding: 70px 10px;
}

.logistics_banner_bg,
.security_banner_bg {
    padding: 70px 10px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 80% 0%;
}

.security_banner_bg {
    background-image: url("../images/industriesbanners/4.webp");
}

.logistics_banner_bg {
    background-image: url("../images/industriesbanners/2.webp");
}

.retail_banner_bg {
    background-image: url("../images/industriesbanners/5.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 80% 0%;
    padding: 100px 10px;
}

.fintech_banner_bg {
    background-image: url("../images/industriesbanners/6.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 80% 0%;
    padding: 70px 10px;
}

.robo_banner_bg {
    background-image: url("../images/industriesbanners/7.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 80% 0%;
    padding: 100px 10px;
}

.edu_banner_bg,
.sports_banner_bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 80% 0%;
    padding: 70px 10px;
}

.sports_banner_bg {
    background-image: url("../images/industriesbanners/8.webp");
}

.edu_banner_bg {
    background-image: url("../images/industriesbanners/9.webp");
}

.parent {
    perspective: 1000px;
    /* padding-bottom: 60px; */
}

.cards {
    padding-top: 50px;
    max-width: 250px;
    height: 370px;
    border: 3px solid #202534;
    background-size: 60px 60px;
    background-position: 0 0, 0 0;
    box-shadow: rgba(142, 142, 142, 0.034) 0 30px 30px -10px;
}

.cards:hover {
    background-position: -100px 100px, -100px 100px;
    transform: rotate3d(0.5, 1, 0, 30deg);
}

.content-boxs {
    background-color: #2a324d;
    height: 310px;
    padding: 60px 25px 25px;
}

.content-boxs .card-titles {
    display: inline-block;
    color: #fff;
    font-size: 23px;
    font-weight: 700;
    transform: translate3d(0, 0, 50px);
    font-family: Outfit, sans-serif;
}

.content-boxs .card-contents:hover,
.content-boxs .card-titles:hover,
.content-boxs .see-more:hover {
    transform: translate3d(0, 0, 60px);
}

.content-boxs .card-contents {
    margin-top: 10px;
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    transition: 0.5s ease-in-out;
    transform: translate3d(0, 0, 30px);
    font-family: Outfit, sans-serif;
}

.content-boxs .see-more {
    cursor: pointer;
    margin-top: 1rem;
    display: inline-block;
    font-weight: 900;
    font-size: 9px;
    text-transform: uppercase;
    color: #a435fd;
    background: #fff;
    padding: 0.5rem 0.7rem;
    transform: translate3d(0, 0, 20px);
}

.date-boxs {
    position: absolute;
    top: 30px;
    right: 30px;
    height: 60px;
    width: 60px;
    background: #fff;
    border: 1px solid #a435fd;
    padding: 3px;
    transform: translate3d(0, 0, 80px);
    box-shadow: rgba(100, 100, 111, 0.2) 0 17px 10px -10px;
}

.date-boxs span {
    display: block;
    text-align: center;
}

.date-boxs .month {
    color: #04c1fa;
    font-size: 9px;
    font-weight: 700;
}

.date-boxs .date {
    font-size: 20px;
    font-weight: 900;
    color: #04c1fa;
}

.adbout_us_cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 25px;
    padding: 5px 20px;
    justify-items: center;
}

video_banner_bg .copyemail {
    position: relative;
    display: inline-block;
}

.copyemail .copyemailtext {
    visibility: hidden;
    width: 180px;
    background-color: #ffa421;
    color: #000;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 60%;
    left: 30%;
    margin-left: -75px;
    opacity: 0;
    transition: opacity 0.3s;
}

.copyemail .copyemailtext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #ffa421 transparent transparent transparent;
}

.copyemail:hover .copyemailtext {
    visibility: visible;
    opacity: 1;
}

@media only screen and (max-width: 992px) {
    .serv_img_sm {
        display: block;
    }
    .serv_img_bg {
        display: none;
    }
}

@media only screen and (min-width: 992px) {
    .serv_img_sm {
        display: none;
    }
    .serv_img_bg {
        display: block;
    }
}

/* For WebKit browsers (Chrome, Safari, Edge) */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    /* Remove default styling */
    margin: 0;
    /* Remove any default margin */
}

/* For Firefox */

input[type="number"] {
    -moz-appearance: textfield;
    /* Render as a regular text field */
}

/* Chrome, Safari, Edge */

input::-webkit-input-placeholder {
    color: rgb(172, 172, 172) !important;
}

/* Firefox */

input::-moz-placeholder {
    color: rgb(172, 172, 172) !important;
}

/* Internet Explorer 10–11 */

input:-ms-input-placeholder {
    color: rgb(172, 172, 172) !important;
}

/* Microsoft Edge (older versions) */

input::-ms-input-placeholder {
    color: rgb(172, 172, 172) !important;
}

/* Chrome, Safari, Edge */

textarea::-webkit-input-placeholder {
    color: rgb(172, 172, 172) !important;
}

/* Firefox */

textarea::-moz-placeholder {
    color: rgb(172, 172, 172) !important;
}

/* Internet Explorer 10–11 */

textarea:-ms-input-placeholder {
    color: rgb(172, 172, 172) !important;
}

/* Microsoft Edge (older versions) */

textarea::-ms-input-placeholder {
    color: rgb(172, 172, 172) !important;
}

@media (min-width: 578px) and (max-width: 1440px) {
    .phone_view_capcha {
        grid-template-columns: 3fr 3fr !important;
    }
}

.ckies {
    color: #fff;
    font-weight: bold;
    width: 30%;
    position: fixed;
    padding: 10px 15px;
    z-index: 999;
    bottom: 1em;
    left: 1em;
    border-radius: 5px;
    background: rgba(0, 50, 93, 0.9);
}

.ckies p {
    margin: 0px auto;
    color: #fff;
    font-size: 15px;
    font-weight: 100;
}

.btn2 {
    border: 0px;
    background: transparent;
    padding: 0px;
    cursor: pointer;
    float: right;
    font-size: 20px;
}

.cookie-body {
    padding: 15px;
    padding-bottom: 0;
}

.cookie-body .btn {
    margin-top: 10px;
    background-image: linear-gradient(to right, #f04e24, #a435fd) !important;
    border-radius: 100px;
    padding: 8px 20px !important;
    color: #fff;
    border: none !important;
}

@media (max-width: 480px) {
    .ckies {
        width: calc(100% - 2em);
        left: 1em;
        bottom: 4em;
    }
}