* {
    box-sizing: border-box;
}
html,
body {
    margin: 0;
}

body,
button,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-family: "SFRounded" !important;
}

a {
    text-decoration-line: none;
}

.z-2 {
    z-index: 2;
}

#loader img {
    max-width: 150px;
}

#loader {
    display: flex;
    background-color: #f4f6f9;
    height: 100vh;
    width: 100%;
    /* transition: height 200ms linear; */
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    align-items: center;
    justify-content: center;
    animation: zoom-in-zoom-out1 1.5s ease-out infinite;
}

img {
    max-width: 100%;
}

li {
    list-style: none;
}

.btn-check:focus + .btn,
.btn:focus {
    box-shadow: none !important;
}

header.dark_header .nav-link,
header.dark_header .dropdown-toggle,
header.dark_header .nav-link:hover,
header.dark_header .dropdown-toggle:hover {
    color: #000 !important;
}

header.dark_header .pulse1 {
    background: #2d7efa;
    animation: animate-pulse1 1s linear infinite;
}

@keyframes animate-pulse1 {
    0% {
        box-shadow: 0 0 0 0px #2d7efa82;
    }

    100% {
        box-shadow: 0 0 0 8px #2d7efa00;
    }
}

header.dark_header .nav-item {
    border-left: 1px solid rgb(0 0 0 / 22%);
}

header.dark_header .nav-item:first-child,
header.dark_header .nav-item:last-child {
    border-left: 0;
}

header .dropdown-toggle {
    font-weight: 600;
    font-size: 17px;
    color: #fff;
    display: inline-block;
    position: relative;
}

header .nav-link {
    font-weight: 600;
    font-size: 17px;
    color: #fff;
    padding: 0 !important;
    display: inline-block;
    position: relative;
}

header .dropdown-menu {
    background: #fff;
    box-shadow: 0 0 14px 0 rgb(0 0 0 / 10%);
    border-radius: 10px;
    padding: 22px 11px 4px;
    border: 0;
    min-width: 600px;
    right: unset !important;
    left: 50% !important;
    transform: translate(-50%, 0) !important;
    margin-top: 20px !important;
}

header .dropdown-menu p a {
    color: #323b4b;
    font-size: 15px;
    text-decoration-line: none;
    position: relative;
    padding-left: 53px;
    display: block;
    margin-bottom: 27px;
}

header .dropdown-menu p a img {
    position: absolute;
    left: 0;
    width: 41px;
    top: -5px;
}

header .nav-link {
    transition: 0.3s ease;
}

header .nav-link:hover,
header .dropdown-toggle:hover {
    color: #fff !important;
    transition: 0.3s ease;
}

header .nav-link:hover,
header .dropdown-toggle:hover,
header .dropdown-menu p a:hover {
    color: #0475e5;
}

header .nav-link:hover:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -17px;
    width: 100%;
    height: 4px;
    background: #2d7efa;
}

header .nav-item {
    border-left: 1px solid rgba(255, 255, 255, 0.22);
    line-height: 1;
    padding: 0 17px;
}

header .dropdown-toggle {
    line-height: 1;
}

header .nav-item:first-child,
header .nav-item:last-child {
    border-left: 0;
}

.pulse1 {
    width: 8px;
    height: 8px;
    background: #fff;
    color: #fff;
    display: inline-block;
    border-radius: 100%;
    animation: animate-pulse 1s linear infinite;
    position: absolute;
    right: -15px;
    top: -4px;
}

@keyframes animate-pulse {
    0% {
        box-shadow: 0 0 0 0px #ffffff87;
    }

    100% {
        box-shadow: 0 0 0 8px #ffffff00;
    }
}

header .gradient_btn {
    border-radius: 6px;
    font-weight: 600;
    font-size: 17px;
    background: #2d7efa;
    background-size: 300%;
    background-position: 100% 0;
    animation: anim 2s infinite;
    margin-left: 8px;
    padding: 8px 25px;
    color: #fff !important;
    box-shadow: 0 0 17px -8px #00000036;
}

header .gradient_btn:hover {
    background: #206ee5;
}

header.clearHeader {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1049;
}

header.clearHeader.darkHeader {
    position: fixed;
    background-color: #0000008a;
    backdrop-filter: blur(4px);
    animation: slideDown 0.35s ease-out;
}

header.clearHeader.darkHeader.dark_header {
    background-color: #d1d1d18a;
}
.navbar-toggler {
    background: linear-gradient(120deg, #2d7efa 0%, #54e0ff 50%, #2d7efa 100%);
    box-shadow: none !important;
    width: 42px;
    height: 36px;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}

/* Buttons css */

.main_btn {
    background: #2d7efa;
    border-radius: 10px;
    font-weight: 500;
    font-size: 16px;
    padding: 14px 28px;
    transition: 0.3s ease;
}

.main_btn:hover {
    background: #1e69dd;
    transform: translateY(-7px);
    transition: 0.3s ease;
}

.main_btn .webp {
    transition: 0.3s ease;
    position: relative;
    left: 0px;
}

.main_btn:hover .webp {
    position: relative;
    left: 5px;
    transition: 0.3s ease;
}

.btn.grey_btn {
    background: #f0f0f0;
    border-radius: 10px;
    font-weight: 500;
    font-size: 16px;
    padding: 14px 28px;
    color: #212121;
    transition: 0.3s ease;
}

.btn.grey_btn:hover {
    background: #e4e4e4;
    transform: translateY(-7px);
    transition: 0.3s ease;
}

/* buttons css end */
section.whitelabel_section {
    overflow-x: hidden !important;
}

/* hero banner start */

.hero_section h1 {
    font-weight: 900;
    font-size: 53px;
    color: #323b4b;
}

.hero_section {
    padding: 30px 0;
}

.hero_section h1 span {
    color: #0475e5;
}

.navbar-brand img {
    max-width: 60px;
}

.choose_center_part img {
    max-width: 50%;
}

.hero_section p {
    font-weight: 400;
    font-size: 16px;
    color: #323b4b;
    margin: 15px 0 33px;
    line-height: 1.6;
}

.hero_section .swiper-slide img {
    transform: scale(0.8);
    transition: 0.4s ease;
}

.clientas_flex img {
    width: 100%;
    height: 80px;
    object-fit: contain;
    max-width: 42%;
}

.hero_section .swiper-slide.swiper-slide-active img {
    transform: scale(1);
    transition: 0.5s ease;
}

.hero_section .swiper-wrapper {
    align-items: center;
}

.left_hero_section {
    background-image: url("../images/left_bg.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right;
    padding: 70px 0;
}

.slider_bg .swiper {
    padding-bottom: 28px;
}

.hero_section_main h1 {
    min-height: 195px;
}

.hero_section.hero_section_main {
    background-image: url("../images/main_home_bg.webp");
    background-size: cover;
    width: 100%;
    height: 100%;
    background-position: center center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 100px 0 40px;
}

.hero_section.hero_section_main {
    position: relative;
    z-index: 1;
}

/*.hero_section.hero_section_main:before {
    content: "";
    background-image: url(../images/home_shape.webp);
    background-size: contain;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: right;
    z-index: -1;
    opacity: 0.5;
}*/

.hero_section.hero_section_main .left_hero_section,
.hero_section.hero_section_main .slider_bg {
    background-image: unset;
}

.hero_section.hero_section_main h1 {
    color: #fff;
}

.hero_section.hero_section_main p {
    color: #fff;
}

/* hero banner end */

/* scedule section */

.schedule_section {
    background: #0475e5;
    padding: 40px 0 40px;
}

.schedule_section .blue_box {
    background: #005bb5;
    border: 1px solid rgba(244, 249, 252, 0.6);
    border-radius: 10px;
    padding: 17px 27px;
}

.schedule_section .blue_box h3 {
    font-weight: 700;
    font-size: 44px;
    color: #f9f9f9;
}

.schedule_section .blue_box p {
    position: relative;
    font-weight: 700;
    font-size: 18px;
    color: #ffffff;
    margin-top: 50px;
    display: flex;
    align-items: center;
    margin-bottom: 7px;
}

.schedule_section .blue_box p .webp {
    margin-right: 11px;
}

.schedule_section .blue_box p::before {
    position: absolute;
    content: "";
    top: -20px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    height: 1px;
    background-color: rgba(244, 249, 252, 0.6);
}

.schedule_section h2 {
    font-weight: 700;
    font-size: 35px;
}

.schedule_section .btn.main_btn {
    background: #ffffff;
    border-radius: 10px;
    color: #212121;
}

.schedule_section .blue_box p svg {
    margin-right: 10px;
}

/* scedule section end */

/* service section */

.sub_head h2 {
    font-weight: 800;
    font-size: 32px;
    color: #2d2d43;
    position: relative;
}

.sub_head h2:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translate(-50%, 0);
    width: 63px;
    height: 3px;
    background: #2d7efa;
}

.sub_head p {
    font-weight: 400;
    font-size: 14px;
    color: #353548;
    margin-top: 22px;
    line-height: 1.8;
}

.service_section {
    padding: 40px 0;
}

.service_box {
    background: #f1f6ff;
    border-radius: 4px;
    padding: 30px 20px;
    transition: 0.3s;
    border: 1px solid transparent;
    margin-bottom: 37px;
    cursor: pointer;
}

.service_row .col-md-4 .service_box:hover {
    transform: translateY(-20px);
    transition: 0.3s;
    border-radius: 20px;
}

.service_box h3 {
    font-weight: 700;
    font-size: 19px;
    color: #000000;
}

.service_box p {
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    line-height: 1.7;
}

.service_box_head_img {
    background: linear-gradient(137.6deg, #5790ff 17.28%, #89ccfc 83.42%);
    border-radius: 100px;
    width: 106.58px;
    height: 106.58px;
    border-radius: 100%;
}

.service_row .col-md-4:first-child .service_box:hover {
    border: 1px solid #1a75e5;
    background-color: transparent;
    transition: 0.3s;
}

.service_row .col-md-4:first-child .service_box:hover h3 {
    color: #1a75e5;
    transition: 0.3s;
}

.service_row .col-md-4:nth-child(2) .service_box:hover h3 {
    color: #8d83f7;
    transition: 0.3s;
}

.service_row .col-md-4:nth-child(2) .service_box:hover {
    border: 1px solid #8d83f7;
    background-color: transparent;
}

.service_row .col-md-4:nth-child(2) .service_box {
    background: #f7f2ff;
}

.service_row .col-md-4:nth-child(2) .service_box .service_box_head_img,
.service_row .col-md-4:nth-child(2) .service_box .zoom-in-zoom-out {
    background: linear-gradient(137.6deg, #8a82f7 17.28%, #a989fc 83.42%);
}

.service_row .col-md-4:nth-child(3) .service_box:hover h3 {
    color: #ffaa43;
    transition: 0.3s;
}

.service_row .col-md-4:nth-child(3) .service_box:hover {
    border: 1px solid #ffaa43;
    background-color: transparent;
}

.service_row .col-md-4:nth-child(3) .service_box {
    background: #fffaed;
}

.service_row .col-md-4:nth-child(3) .service_box .service_box_head_img,
.service_row .col-md-4:nth-child(3) .service_box .zoom-in-zoom-out {
    background: linear-gradient(137.6deg, #ffa843 17.28%, #ffd439 83.42%);
}

.service_row .col-md-4:nth-child(4) .service_box:hover h3 {
    color: #a83efc;
    transition: 0.3s;
}

.service_row .col-md-4:nth-child(4) .service_box:hover {
    border: 1px solid #a83efc;
    background-color: transparent;
}

.service_row .col-md-4:nth-child(4) .service_box {
    background: #faefff;
}

.service_row .col-md-4:nth-child(4) .service_box .service_box_head_img,
.service_row .col-md-4:nth-child(4) .service_box .zoom-in-zoom-out {
    background: linear-gradient(137.6deg, #a83dfc 17.28%, #d088f2 83.42%);
}

.service_row .col-md-4:nth-child(5) .service_box:hover h3 {
    color: #03a9de;
    transition: 0.3s;
}

.service_row .col-md-4:nth-child(5) .service_box:hover {
    border: 1px solid #03a9de;
    background-color: transparent;
}

.service_row .col-md-4:nth-child(5) .service_box {
    background: #e9f7fc;
}

.service_row .col-md-4:nth-child(5) .service_box .service_box_head_img,
.service_row .col-md-4:nth-child(5) .service_box .zoom-in-zoom-out {
    background: linear-gradient(137.6deg, #02a8dd 17.28%, #c8f1fe 83.42%);
}

.service_row .col-md-4:nth-child(6) .service_box:hover h3 {
    color: #ff6289;
    transition: 0.3s;
}

.service_row .col-md-4:nth-child(6) .service_box:hover {
    border: 1px solid #ff6289;
    background-color: transparent;
}

.service_row .col-md-4:nth-child(6) .service_box {
    background: #ffeef7;
}

.service_row .col-md-4:nth-child(6) .service_box .service_box_head_img,
.service_row .col-md-4:nth-child(6) .service_box .zoom-in-zoom-out {
    background: linear-gradient(137.6deg, #ff6288 17.28%, #f6afd4 83.42%);
}

.zoom-in-zoom-out {
    display: inline-block;
    background: linear-gradient(137.6deg, #5790ff 17.28%, #89ccfc 83.42%);
    position: absolute;
    border-radius: 100px;
    animation: zoom-in-zoom-out 2s ease-out infinite;
}

.service_circle1 {
    width: 8.53px;
    height: 8.53px;
    top: 5px;
    left: -5px;
}

.service_circle2 {
    width: 21.32px;
    height: 21.32px;
    bottom: 9px;
    left: -26px;
}

.service_circle3 {
    width: 12.79px;
    height: 12.79px;
    right: -24px;
    top: 50%;
    transform: translate(0, -50%);
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.5, 1.5);
    }

    100% {
        transform: scale(1, 1);
    }
}
/* service section end */

/* choose us section */
.choose_center_part {
    width: 65%;
}

.choose_left_part,
.choose_right_part {
    width: 35%;
    text-align: center;
}

.choose_section h3 {
    font-weight: 700;
    font-size: 24px;
    margin: 13px 0;
}

.choose_section p {
    font-weight: 400;
    font-size: 14px;
}

.choose_flex .choose_right_part:before,
.choose_left_part:before {
    content: "";
    position: absolute;
    left: -21px;
    bottom: -100%;
    background-image: url("../images/dash_img.webp");
    background-size: contain;
    background-repeat: no-repeat;
    width: 200px;
    height: 155px;
}

.choose_flex .choose_left_part:before {
    background-image: url("../images/dash_img1.webp");
    left: unset;
    right: 0px;
}
/* end choose us */

/* tecnology section */

.technology_section {
    background: #eeeff3;
    padding: 50px 0;
    margin: 50px 0;
}

.sub_head.sub_head1 h2:before {
    content: unset;
}

.techno_left_side h4 {
    font-weight: 800;
    font-size: 28px;
    color: #292929;
}

.techno_left_side h4:before {
    content: "";
    position: absolute;
    bottom: -10px;
    width: 87px;
    height: 3px;
    background: #2d7efa;
}

.techno_right_side {
    padding-top: 90px;
}

.techno_right_side h5 {
    font-weight: 700;
    font-size: 24px;
}

.techno_right_side h5:before {
    content: "";
    position: absolute;
    bottom: -10px;
    width: 40px;
    height: 3px;
    background: #000000;
}

.techno_right_side ul {
    display: flex;
    align-items: center;
}

.techno_right_side h6 {
    font-weight: 500;
    font-size: 18px;
    text-align: center;
}

.techno_right_side ul li span {
    background: #ffffff;
    box-shadow: 0px 2px 20px 4px rgba(198, 198, 198, 0.25);
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
    position: relative;
    z-index: 4;
}


.techno_right_side ul li {
    margin-right: 30px;
}
.techno_right_side ul li:last-child {
    margin-right: 0px;
}

.techno_right_side ul li span:before {
    content: "";
    position: absolute;
    right: -45px;
    top: 50%;
    transform: translate(-50%, 0);
    height: 2px;
    width: 30px;
    background-color: #c5c5c5;
    z-index: -1;
}

/* .techno_right_side ul li:first-child span {
    border-radius: 10px;
} */

.techno_right_side ul li:last-child span:before {
    content: unset;
}

.right_align .techno_left_side h4:before {
    right: 0;
}

.wad_tech {
    overflow: hidden;
}

.wad_tech .techno_right_side ul li span:before {
    content: unset;
}

.wad_tech .techno_right_side ul li:first-child span {
    border-radius: 100%;
}

.wad_tech .techno_right_side ul {
    flex-wrap: wrap;
}

.technology_section::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-image: url("../images/shape1.webp");
    background-size: contain;
    width: 300px;
    background-repeat: no-repeat;
    height: 500px;
    pointer-events: none;
}

.technology_section::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -60px;
    background-image: url("../images/shape2.webp");
    background-size: contain;
    width: 300px;
    background-repeat: no-repeat;
    height: 500px;
    pointer-events: none;
}

.flutter_img {
    width: 45px;
}
/* end tecnology section */

/* --Our White Label Product- */

section.whitelabel_section .row.text-with-images {
    margin: 4rem auto 2rem;
}
section.whitelabel_section img.burger {
    position: absolute;
    left: -35px;
    bottom: 65px;
    width: 100%;
    max-width: 142px;
}

section.whitelabel_section img.vpn-world {
    position: absolute;
    left: -35px;
    top: 0;
    width: 100%;
    z-index: -1;
}

section.whitelabel_section img.iptv-world {
    position: absolute;
    right: -35px;
    top: 0;
    width: 100%;
    z-index: -1;
}

.rounded-slids .swiper-slide {
    border-radius: 50px !important;
}

section.whitelabel_section img.leaf {
    position: absolute;
    transform: translate(-50%);
    left: 55%;
    bottom: 46px;
    z-index: -2;
    width: 100%;
    max-width: 146px;
}
section.whitelabel_section img.ketchup {
    position: absolute;
    right: -68px;
    z-index: -1;
    top: 22px;
    width: 100%;
    max-width: 150px;
}
/* --Our White Label Product end-- */

/* portfolio section */
section.portfolio_section {
    background: #eeeff3;
    padding: 40px 0;
}
.portfolio_section .nav-tabs .nav-link {
    padding: 2px 30px 2px 30px;
    font-size: 18px;
    font-weight: 600;
    border: 0 !important;
    color: #212529;
    margin-bottom: 15px;
}

.portfolio_section .nav-tabs .nav-link.active {
    background: #0475e5;
    border-radius: 5px;
    color: #fff;
}

.portfolio_box {
    box-shadow: 0 0 14px 0 rgb(0 0 0 / 10%);
    transition: 0.3s ease;
}

.portfolio_box .portfolio_box_title {
    background-color: #ffffff;
    padding: 20px 30px 20px 30px;
}

.portfolio_box h4 {
    font-size: 20px;
    margin-bottom: 0;
}

.portfolio_box a {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration-line: none;
    opacity: 0;
    transition: 0.3s ease;
}

.portfolio_box_img {
    transition: 0.3s ease;
}

.portfolio_box_img img {
    height: Auto;
    width: 100%;
    object-fit: cover;
}

.portfolio_box_img:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #0475e5c2;
    width: 100%;
    height: 100%;
    transition: 0.3s ease;
    opacity: 0;
}

.portfolio_box_img:hover:before {
    opacity: 1;
}

.portfolio_box_img:hover a {
    opacity: 1;
    cursor: pointer;
}
/* porfolio css end */

/* Awards section css  */

.award_section {
    padding: 45px 0;
}

.award_list {
    flex-wrap: wrap;
}

.award_list li {
    width: 16%;
}

.award_list li span img {
    padding: 1rem;
    height: 175px;
    object-fit: contain;
    width: 100%;
}

.award_list li span {
    margin: 0 5px;
    border-radius: 8px 8px 8px 8px;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 16%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s ease;
    width: -webkit-fill-available;
}

.award_list li span:hover {
    transform: translateY(-7px);
    transition: 0.5s ease;
}

.award_shape {
    position: absolute;
    bottom: -1px;
    z-index: -1;
    width: 100%;
    pointer-events: none;
}
/* Awards section css end  */

/* testimonials css  */
.testimonial_section {
    padding: 45px 0;
}

.testimonial_box {
    box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    background: #ffffff;
    border: 1px solid #0475e5;
    padding: 20px 20px 20px 120px;
    min-height: 207px;
    text-align: left;
}

.testimonial_box .user_img {
    position: absolute;
    left: 13px;
    top: 20px;
    width: 90px;
    height: 90px;
    border-radius: 0 30px 30px 30px;
    background: #f5f9fd;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonail_slider .swiper-wrapper {
    align-items: center;
}

.testimonial_box .user_img img {
    width: 70px !important;
    height: 70px;
    border-radius: 0 30px 30px 30px;
    object-fit: contain;
}

.testimonial_box h2 {
    font-weight: 900;
    font-size: 18px;
    color: #323b4b;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 110px;
}

.testimonial_box h6 {
    font-weight: 900;
    font-size: 14px;
    color: #626262;
}

.testimonial_box p {
    font-weight: 500;
    font-size: 16px;
    color: #464646;
}

.testimonial_box span i {
    color: #ffac3d;
}

.testimonial_box span {
    font-weight: 400;
    font-size: 14px;
    color: #626262;
    position: absolute;
    top: 0;
    right: 0;
}

.testimonail_slider {
    margin-left: auto;
}

.testimonail_slider .owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 35px;
}

.testimonail_slider .owl-dots .owl-dot {
    background: #dedede;
    border: 0.749995px solid #dedede;
    border-radius: 2.99998px;
    opacity: 1;
    width: 11.92px;
    height: 5.02px;
    margin: 0 2px !important;
}

.testimonail_slider .owl-dots .owl-dot.active {
    /* width: 29.48px; */
    height: 7.02px;
    background: #0475e5;
    border: 0.749995px solid #0475e5;
}
/* testimonials css end */

/* platform section css */
.platform_section {
    background: #0475e5;
    padding: 40px 0;
}

.platform_flex {
    display: flex;
    justify-content: space-between;
}

.platform_box {
    background: #005bb5;
    border: 1px solid #ffffff;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 23%;
    padding: 20px 0;
}
/* platform section css end */

/* clients section css */

.clients_section {
    padding: 40px 0 40px;
}

.clients_section h2:before {
    content: unset;
}

.world_bg_img {
    background-image: url("../images/globeImg.webp");
    background-size: cover;
    width: 100%;
    height: 100%;
    padding-top: 40px;
    background-position: center top;
}

.white_box1 {
    background: #ffffff;
    box-shadow: 1px -1px 10px rgb(0 0 0 / 6%);
    border-radius: 4.26925px;
    display: inline-block;
    padding: 18px 0;
    text-align: center;
    min-width: 185px;
    animation: zoom-in-zoom-out1 2s ease-out infinite;
}

@keyframes zoom-in-zoom-out1 {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.2, 1.2);
    }

    100% {
        transform: scale(1, 1);
    }
}

.white_box1 h3 {
    font-weight: 900;
    font-size: 38.4232px;
    color: #25aa75;
}

.white_box1 p {
    font-weight: 500;
    font-size: 17.077px;
    margin-bottom: 0;
}

.clientas_flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

.clientas_flex li {
    width: 18%;
    text-align: center;
    margin-bottom: 40px;
}

/* clients section css end */

/* contact us section  */
.contact_row_left {
    padding-right: 50px !important;
}

.contact_row_left,
.contact_row_right {
    width: 50%;
}

.contact_us_section {
    padding: 40px 0;
}

.contact_row_left form {
    z-index: 2;
    position: relative;
}

.contact_row_left .techno_left_side p {
    font-weight: 500;
    font-size: 17px;
    color: #8c8c8c;
}

.contact_row_left input {
    cursor: auto !important;
}

.contact_row_left .form-group {
    margin-bottom: 20px;
}

.contact_row_left input,
.contact_row_left select,
.contact_row_left textarea {
    background: #ffffff;
    box-shadow: 0px 2px 13px rgb(0 0 0 / 7%) !important;
    border-radius: 5px;
    padding: 14px 15px;
    border: 0;
    width: 100%;
    color: #656565;
    font-weight: 500;
    font-size: 13.4368px;
    outline: none !important;
    cursor: pointer;
    resize: none;
}

.input_position img {
    position: absolute;
    right: 15px;
    bottom: 15px;
    transform: translate(0, -50%);
    pointer-events: none;
}

.contact_row_left {
    background: #eeeff3;
    padding: 20px;
}

.contact_row_right_top {
    background: #2d7efa;

    padding: 0 10px 60px 50px;
    height: 50%;
}

.contact_row_right_top h5 {
    font-weight: 800;
    font-size: 27px;
}

.contact_row_right_top .btn {
    color: #2d7efa;
}

.contact_row_right_bottom {
    padding: 60px 10px 60px 50px;
    height: 50%;
}

.contact_row_right_bottom .white_div {
    background: #fff;
    border-radius: 9.4575px;
    display: inline-block;
    border: 0.94575px solid #bababa;
    padding: 15px 15px 15px 60px;
    min-width: 265px;
}

.contact_row_right_bottom .email_div {
    background: #2d7efa;
    border-radius: 9.4575px;
    display: inline-block;
    padding: 15px 15px 15px 60px;
    min-width: 50%;
    margin-bottom: 10px;
    margin-right: 20px;
}

.contact_row_right_bottom h5 {
    font-weight: 800;
    font-size: 27px;
    color: #000000;
    margin-bottom: 25px;
}

.contact_row_right_bottom .email_div img,
.contact_row_right_bottom .white_div img {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translate(0, -50%);
}

.contact_row_right_bottom h6 {
    font-weight: 600;
    font-size: 15.132px;
    color: #000000;
}

.contact_row_right_bottom p {
    font-weight: 600;
    font-size: 13.132px;
    color: #000000;
}

.contact_row_left:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #eeeff3;
    width: 50%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
}

.contact_row_right_top:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: #2d7efa;
    width: 50%;
    height: 50%;
    z-index: -1;
    pointer-events: none;
}

.contact_row_right {
    display: flex;
    flex-direction: column;
}

.contact_shape {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    z-index: 0;
}
/* contact us section end */

/* office section css */
.office_box {
    background: #ffffff;
    box-shadow: -4px 0px 21px rgba(0, 0, 0, 0.08);
    width: 22%;
    padding: 25px 19px;
    text-align: center;
    transition: 0.3s ease;
    border: 1px solid #ffffff;
}

.office_box:hover {
    background-color: #f3f9ff;
    border: 1px solid #2d7efa;
    border-radius: 20px;
}

.office_box h3 {
    font-weight: 700;
    font-size: 17px;
    color: #000000;
    margin-top: 22px;
}

.office_box h3 span {
    color: #2d7efa;
}

.office_box p {
    font-weight: 600;
    font-size: 14px;
    color: #696969;
}

.office_box h6 {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 0;
    color: #000000;
}

.office_section {
    background: #f3f9ff;
    padding: 45px 0;
}
/* office section css end*/

/* swiper slider */

 

.mylogos .swiper-button-prev:after,
.mylogos .swiper-rtl .swiper-button-next:after,
.mylogos .swiper-button-next:after,
.mylogos .swiper-rtl .swiper-button-prev:after,
.swiper.mytestimoni .swiper-button-prev:after,
.swiper.mytestimoni .swiper-rtl .swiper-button-next:after,
.swiper.mytestimoni .swiper-button-next:after,
.swiper.mytestimoni .swiper-rtl .swiper-button-prev:after {
    display: none;
}
.swiper-button-next img {
    filter: invert(1);
    user-select: none;
}
/* swiper slider end */

/* footer css */

footer {
    background: #FBFCFF;
    padding: 35px 0 20px;
}

footer p {
    font-weight: 500;
    font-size: 15px;
    color: #e8e8e8;
    margin: 15px 0;
}

footer .subscibe_btn input {
    background: #ffffff;
    border-radius: 5px;
    border: 0;
    width: 100%;
    padding: 10px 120px 10px 17px;
    font-weight: 500;
    font-size: 13px;
    color: #000000;
    box-shadow: none !important;
    outline: none !important;
}

footer .subscibe_btn .btn {
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translate(0, -50%);
    padding: 5px 16px;
    font-weight: 600;
    font-size: 15px;
    border-radius: 5px;
}

footer h5 {
    font-weight: 800;
    font-size: 15px;
    color: #2D2D43;
    text-transform: uppercase;
    margin-bottom: 10px;
}

footer li a {
    font-weight: 500;
    font-size: 15px;
    color: #2D2D43;
    text-decoration-line: none;
    display: block;
    margin-bottom: 10px;
}

footer li a:hover,
footer p a:hover {
    color: #2d7efa;
}

footer li a .webp {
    margin-right: 5px;
}

footer .blog_list a {
    position: relative;
    padding-left: 74px;
    min-height: 66px;
}

footer p a {
    font-weight: 500;
    font-size: 15px;
    color: #e8e8e8;
    margin: 15px 0;
    text-decoration-line: none;
}

footer .blog_list a img {
    width: 60px;
    height: 60px;
    border-radius: 7px;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.social_links li {
    display: inline;
    margin-left: 10px;
}

.social_links li a {
    display: inline-block;
    margin-bottom: 0;
}

.social_links {
    text-align: right;
}

footer hr {
    background-color: #7e7d7d;
}
.whats-app {
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 4;
}
.whats-app img {
    width: 90px;
    height: 72px;
    object-fit: contain;
}

.blogs_box {
    background: #ffffff;
    box-shadow: 0px 80.6px 105.701px rgb(51 51 51 / 10%);
    border-radius: 20px;
    position: absolute;
    right: 133px;
    width: 400px;
    padding: 23px;
    z-index: 1025;
    top: -25px;
}

.blogs_box h3 {
    color: #0e0e0e;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 0;
}

.blogs_box p {
    color: #000;
    margin: 8px 0;
}

.subs_label input {
    background: #ffffff;
    border: 1.5px solid #e7e8f2;
    border-radius: 6px;
    font-weight: 400;
    font-size: 14px;
    color: #373737;
    padding: 10px;
    width: 100%;
    box-shadow: none !important;
    outline: none !important;
    padding-right: 105px;
}
.blogs_box .blog_list a {
    color: #000;
    font-weight: 500;
    font-size: 14.955px;
}

.blogs_box .blog_list li:last-child a {
    margin-bottom: 0;
}

.subs_label .send_btn1 {
    background: #0081fe;
    border-radius: 0 6px 6px 0;
    position: absolute;
    right: 0;
    height: 100%;
    padding: 0 17px;
}

.copy_text {
    color: #1e1e1e;
    font-weight: 500;
    font-size: 13px;
    text-align: center;
    padding-top: 20px;
}

.copy_text a {
    color: #1e1e1e;
}
.footer_img1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    padding: 0;
}
.footer_shp2 {
    position: absolute;
    bottom: 20px;
    right: 20px;
    max-width: 32%;
}
.footer_shp1 {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 220px;
}

footer .social_links_footer li a {
    width: 40px;
    height: 40px;
    display: inline-flex;
    border-radius: 100%;
    background: #bfdcff;
    justify-content: center;
    align-items: center;
}

footer .social_links_footer li a i {
    color: #0081fe;
    font-size: 17px;
}

footer .social_links_footer li {
    display: inline-block;
    margin-right: 10px;
}

footer .social_links_footer h5 {
    margin-bottom: 23px;
}
/* footer css end */

/* web services pages css start */
.mini_heo_section {
    padding: 150px 0 110px;
    background-image: url("../images/banner.webp");
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: cover;
}
.mini_heo_section h1 {
    color: #0475e5;
    font-size: 40px;
}

.about-bg.mini_heo_section {
    background-image: url("../images/about_bg.webp");
    background-position: top;
    position: relative;
}

.about-bg.mini_heo_section:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000a3;
}

.about-bg.mini_heo_section .container {
    position: relative;
}

.about-bg.mini_heo_section h1 {
    color: #fff;
    font-size: 45px;
    font-weight: 600;
}
.spacing_section1 {
    padding: 80px 0 80px;
}

.hire1_section {
    padding: 110px 0;
}

.hire1_section p {
    font-weight: 400;
    font-size: 18px;
}

.hire1_section h5 {
    font-weight: 600;
    font-size: 18px;
    padding-left: 27px;
}

.hire1_section h5:before {
    content: "";
    width: 15px;
    height: 15px;
    display: inline-block;
    background: #0475e5;
    position: absolute;
    top: 3px;
    left: 0;
    border-radius: 100%;
    animation: pulse1 1500ms infinite;
}

@keyframes pulse1 {
    0% {
        box-shadow: 0 0 0 0 #0475e59c;
    }

    100% {
        box-shadow: 0 0 0 8px #0475e500;
    }
}

.hire1_images span img:first-child {
    transform: rotate(180deg);
    max-width: 19%;
    position: absolute;
    right: -38px;
    top: -25px;
    animation: mover3 1s infinite alternate;
}

@keyframes mover3 {
    0% {
        transform: translateY(0) rotate(180deg);
    }

    100% {
        transform: translateY(-10px) rotate(180deg);
    }
}

.hire1_images span img:nth-child(2) {
    transform: rotate(90deg);
    max-width: 15%;
    position: absolute;
    bottom: -25px;
    left: -31px;
    animation: infinite-spinning 8s infinite linear;
}

@keyframes infinite-spinning {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.hire1_images {
    max-width: 68%;
    margin: auto;
}

.sub_head2 h2 {
    font-weight: 500;
    font-size: 21px;
    color: #2d2d43;
}

.sub_head2 h3 {
    font-weight: 800;
    font-size: 32px;
    color: #2d2d43;
    margin: 25px 0 30px;
}

.sub_head.sub_head2 h2:before {
    content: unset;
}

.work_section {
    background-color: #f4f9fc;
}

.work_box h4 {
    font-weight: 700;
    font-size: 39px;
    color: #1a75e5;
    margin: 20px 0 4px;
}

.work_box h4 span {
    padding: unset;
    background-image: unset;
    animation: unset;
}

.work_box h6 {
    font-weight: 400;
    font-size: 14px;
    color: #68696f;
    line-height: 1.7;
}

.work_box {
    background-color: #ffffff;
    padding: 37px 21px 25px;
    border-radius: 12px;
    box-shadow: -4px 0px 21px rgb(0 0 0 / 8%);
    height: 100%;
}

.work_box span {
    background-image: url("../images/shape_bg.webp");
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    padding: 23px;
    transition: 0.3s ease;
}

@keyframes mover4 {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

.work_box span img {
    margin-top: -33px;
}
.work_section .col-lg-3:nth-child(even) .work_box span {
    background-image: url("../images/shape_bg1.webp");
}

.work_section .col-lg-3:nth-child(even) .work_box h6,
.work_section .col-lg-3:nth-child(even) .work_box h4 {
    color: #fff;
}
.work_section .col-lg-3:nth-child(even) .work_box h4 span {
    background-image: unset;
}
.work_section.web_design_service_section h6 {
    font-weight: 500;
    font-size: 18px;
    color: #0d0d0d;
    margin-top: 34px;
    transition: 0.3s ease;
}

.work_section.web_design_service_section span {
    animation: unset;
    transition: 0.3s ease;
}

.work_section.web_design_service_section .col-lg-3:nth-child(even) .work_box {
    background-color: #f4f9fc;
}

.work_section.web_design_service_section .col-lg-3:nth-child(even) .work_box h6,
.work_section.web_design_service_section .col-lg-3:nth-child(even) .work_box h4,
.work_section.web_design_service_section .col-lg-3:nth-child(even) .work_box p {
    color: #0d0d0d;
    transition: 0.3s ease;
}

.work_section.web_design_service_section .work_box p,
.work_section.web_design_service_section .col-lg-3:nth-child(even) .work_box p {
    font-weight: 400;
    font-size: 14px;
    color: rgba(45, 45, 67, 0.7);
    line-height: 1.8;
    transition: 0.3s ease;
}

.work_section.web_design_service_section
    .col-lg-3:nth-child(even)
    .work_box
    span {
    background-image: url(../images/shape_bg.webp);
}

.work_section.web_design_service_section .col-lg-3:nth-child(even) span img {
    filter: unset;
}

.work_section.web_design_service_section .work_box {
    transition: 0.3s ease;
    border: 1px solid transparent;
}

.work_section.web_design_service_section .work_box:hover {
    transform: translateY(-9px);
    transition: 0.6s ease;
}

.grounds_section .work_box img {
    width: 30%;
}

.grounds_section .work_box h5 {
    font-size: 18px;
    margin-top: 15px;
    letter-spacing: 1.3px;
    transition: 0.2s ease;
}

.grounds_section .work_box {
    border: 1px solid #73738129;
    background: transparent;
    box-shadow: unset;
    transition: 0.2s ease;
}

.grounds_section .work_box:hover {
    border-color: #0475e5;
    background-color: #fff;
    box-shadow: -4px 0px 21px rgb(0 0 0 / 8%);
    transition: 0.2s ease;
}

.grounds_section .work_box:hover h5 {
    color: #0475e5;
    transition: 0.2s ease;
}
.grounds_section.we_deal_section .work_box p {
    font-weight: 400;
    font-size: 14px;
    color: rgba(45, 45, 67, 0.7);
    line-height: 1.8;
    transition: 0.3s ease;
}

.grounds_section.we_deal_section .work_box img {
    width: 75px;
    margin-bottom: 11px;
}

.grounds_section.we_deal_section .work_box p {
    margin-top: 15px;
}
.work_section.web_design_service_section .tools_row .work_box {
    padding: 21px 21px 21px;
}

.work_section.web_design_service_section.tools_head .tools_row h6 {
    background: #2d7efa;
    color: #fff;
    padding: 14px;
    text-align: center;
    border-radius: 7px;
    margin-top: -50px !important;
    margin-bottom: 28px;
}
.tools_img li {
    margin-bottom: 20px;
    font-size: 15px;
    color: #68696f;
}

.tools_img img {
    width: 30px;
}

.ethics_list {
    padding: 6px 19px 23px !important;
    border-radius: 18px;
    background: #f4f9fc;
}

.ethics_list li {
    font-weight: 400;
    font-size: 14px;
    color: rgb(45 45 67);
    margin-top: 16px;
    position: relative;
    padding-left: 32px;
}
.ethics_list li img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    max-width: 19px;
}
.mySwiper3 .swiper-slide {
    transform: scale(0.8);
    transition: 0.3s ease;
}

.mySwiper3 .swiper-slide.swiper-slide-active {
    transform: scale(1.1);
    transition: 0.3s ease;
    border-radius: 10px;
    box-shadow: 0 15px 50px 0 rgb(0 0 0 / 10%);
    /* border: 2px solid #1a75e5; */
}

.mySwiper3 {
    padding: 50px 0 !important;
}

.testimonail_slider .mySwiper3 .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 2px;
    border-radius: 100%;
}

.testimonail_slider
    .mySwiper3
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
}
.mySwiper3 .swiper-slide img {
    box-shadow: -4px 0px 21px rgb(0 0 0 / 8%);
}
.plans_row .tools_img img {
    width: auto;
    max-width: 15px;
}
.plans_row .work_box h6 span {
    background-image: unset;
    padding: 1px 20px;
    font-size: 14px;
    font-weight: 500;
    background-color: #ffffff52 !important;
    border-radius: 100px;
    text-transform: uppercase;
}
.about-bg.mini_heo_section {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 140px 0 110px;
}
.about-bg.mini_heo_section.digital_bg {
    background-image: url(../images/ditigal_bg.webp);
    background-position: top;
}
.about-bg.mini_heo_section.web_develop_bg {
    background-image: url(../images/web_development_bg.webp);
    background-position: top;
}
.about-bg.mini_heo_section.mac_apps_section {
    background-image: url(../images/mac_bg.webp);
    background-position: center center;
}
.about-bg.mini_heo_section.business_bg {
    background-image: url(../images/business-bg.webp);
    background-position: top;
}

.about-bg.mini_heo_section.qa_bg {
    background-image: url(../images/qa_bg.webp);
    background-position: top;
}
.about-bg.mini_heo_section.network_bg {
    background-image: url(../images/network_bg.webp);
}
.about-bg.mini_heo_section.virtual_bg {
    background-image: url(../images/virtual_bg.webp);
}
.about-bg.mini_heo_section.voip_bg {
    background-image: url(../images/voip_bg.webp);
}
.about-bg.mini_heo_section.blockchain_bg {
    background-image: url(../images/blockchain_bg.webp);
}
.work_section.blockchain_section1 {
    background-image: url(../images/blockchain_bg2.webp);
    background-position: center;
    background-size: cover;
    background-color: transparent;
    overflow: hidden;
}

.wordpres_secton.wordpres_plg_secton {
    background-image: url(../images/wp_plugin_bg.webp);
    padding: 210px 0 140px;
}

.wordpres_secton.chatbot_dev_secton {
    background-image: url(../images/chatbot-developer.webp);
    padding: 210px 0 140px;
}
.why_hire_section.why_hire_section1 {
    background-image: url(../images/pattern-21.webp);
    background-size: cover;
    background-position: center;
}
.web_devbg.Drupal_main {
    background-image: url(../images/hire_images/drupal_bg.webp);
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 191px 0 198px;
}
.web_devbg.Drupal_main.flutter_dev {
    background-image: url(../images/flutter-devlopers.webp);
}

.wordpres_secton.wordpres_plg_secton.laravel_secton {
    background-image: url(../images/hire_images/laravel_bg.webp);
    padding: 210px 0 140px;
}
.about-bg.mini_heo_section.portfolio_bg {
    background-image: url(../images/portfolio_bg.webp);
    background-position: top;
    position: relative;
}

/* web-development page */

.web_about {
    overflow: hidden;
    margin: 80px 0;
}

.left_color_div:before {
    content: "";
    position: absolute;
    right: -100%;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: #0f6aff;
}

.left_color_div {
    padding: 90px 50px;
    background-color: #0f6aff;
    border-radius: 30px 0 0 30px;
}

.web_about .sub_head img {
    filter: brightness(0) invert(1);
}

.hire2_images:before {
    content: "";
    position: absolute;
    left: 38%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 470px;
    height: 470px;
    background-color: #f4f9fc;
    border-radius: 50px;
    z-index: -1;
}

.hire2_images {
    max-width: 77%;
    margin: auto;
}
.android_ios_div_box {
    padding: 21px 19px 20px !important;
    border-radius: 18px;
    background: #f4f9fc;
}

.flex_web_row .android_ios_div {
    width: 50%;
    margin: 15px 0;
    min-height: 39px;
    display: flex;
    align-items: center;
}

.android_ios_div h4 {
    color: #282c43;
    font-size: 17px;
    margin-bottom: 3px;
}

.android_ios_div_box.flex_web_row {
    display: flex;
    padding: 7px 19px 7px !important;
    flex-wrap: wrap;
}

.accordin_section .accordion-button {
    font-size: 16px;
    box-shadow: none !important;
    font-weight: 500;
    border-radius: 13px;
    background-color: transparent;
}

.accordin_section .accordion-item:first-of-type .accordion-button,
.accordin_section .accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 5px;
}

/* .accordin_section .accordion-item:not(:first-of-type) {
    border-top: 1px solid rgba(0, 0, 0, .125);
} */

.accordin_section .accordion-body p {
    font-weight: 400;
    font-size: 14px;
    color: rgba(45, 45, 67, 0.7);
    line-height: 1.8;
    transition: 0.3s ease;
    margin-bottom: 0;
}

.accordin_section .accordion-item {
    margin-bottom: 20px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 4px 8px rgb(52 58 64 / 8%);
    border: 0;
}

.accordin_section .accordion-button:not(.collapsed) {
    background-color: #1a6aff;
    color: white;
    border-radius: 5px;
}

.accordin_section .accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(1);
}

.accordin_section {
    padding: 40px !important;
    border-radius: 18px;
    background: #f4f9fc;
}

.accordin_section .accordion-item:last-child {
    margin-bottom: 0;
}

/* web-development page end */

/* mac app css */
.mac_reasons_section .work_box img {
    margin: -55px 0px 0;
    width: 77px;
    height: 77px;
    border-radius: 100%;
    border: 6px solid #fff;
}
.mac_reasons_section .work_box h3,
.mac_process_Screen h3 {
    font-weight: 700;
    font-size: 20px;
    color: #000000;
    margin: 10px 0;
}
.mac_process_Screen {
    padding: 10px;
    border: 1px solid #d3d3d380;
    border-radius: 10px;
    height: 100%;
}
.mac_process_Screen h3 {
    font-size: 17px;
    margin: 16px 0 10px;
    border-left: 3px solid #0f6aff;
    padding: 12px 10px 12px 13px;
    background: #0f6aff12;
    line-height: 1.4;
}
.mac_process_Screen p {
    font-weight: 400;
    font-size: 14px;
    color: rgba(45, 45, 67, 0.7);
    line-height: 1.8;
    transition: 0.3s ease;
}
.contact_div {
    background-color: #0f6aff;
    padding: 60px 0;
}
/* mac app css end */

/* Quality Assurance css start */
.work_box.work_box2 {
    background-color: transparent;
    box-shadow: unset;
    transform: unset !important;
}
.tools_img.tools_img_testing {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.tools_img.tools_img_testing li {
    width: 20%;
    text-align: center;
    padding: 20px 20px 28px;
    border-radius: 16px 16px 0 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 17px;
    color: #434343;
    background: #fff;
    position: relative;
}

.tools_img.tools_img_testing img {
    width: 50px;
}

.tools_img.tools_img_testing div {
    min-height: 74px;
    margin: auto;
    display: flex;
    align-items: center;
}
/* Quality Assurance css end */

/* erp solutions */

.erp_solutojns {
    background: #1a75e512;
    border-radius: 12px;
    padding: 8px;
}
.erp_solution_section .erp_solutojns p {
    font-size: 15px;
    margin-bottom: 0;
}
.erp_solution_section .erp_solutojns p img {
    max-width: 16px;
}
.crm_solution .work_box span {
    animation: unset;
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background: #1a75e5;
    margin-right: 10px;
    padding: 0;
}
.crm_solution .work_box span img {
    width: auto;
    margin-top: 0;
    max-width: 13px;
    filter: brightness(0) invert(1);
}
.crm_solution .work_box p {
    margin-bottom: 15px;
    font-size: 15px;
}
/* erp solutions */
.service_section.mac_service_section .service_box {
    height: 100%;
    padding: 45px 20px 0px;
}

/* blockchain start */

.blockchain_section1:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #2196f3e0;
}
.blockchain_vustom_box h3 {
    position: absolute;
    top: -60px;
    font-size: 150px;
    line-height: 150px;
    color: rgb(255 255 255 / 22%);
    font-weight: 800;
}
.blockchain_spacing {
    padding: 20px 0 0 70px;
}

.blockchain_vustom_box h5 {
    font-size: 37px;
    color: #fff;
    font-weight: 600;
}

.blockchain_vustom_box p,
.blockchain_vustom_box li {
    font-size: 19px;
    color: #fff;
    font-weight: 300;
}
/* blockchain end */

/* web services pages css end */

/* product page css */

section.p-slider {
    margin: 7rem auto 0;
}
.p-slider .swiper-slide {
    padding: 45px 60px;
}
.rounded-slids .swiper-slide {
    border-radius: 50px !important;
}

.mySwiperNew .item {
    box-shadow: 0 4px 6px 0 rgb(255 255 255 / 7%), 0 0px 20px 0 rgb(243 243 243);
    /* width: 1320px; */
    height: auto;
    margin-bottom: 1rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    margin-top: 10px;
    border-radius: 50px;
    padding: 50px 0;
}
.product_slider_wrap .four {
    background: #d8fffe;
    border-radius: 50px;
}


.product_slider_wrap .item{
    padding: 50px;
}

.product_slider_wrap .item.one {
    background: #fff5f9;
    border-radius: 50px;
}
.product_slider_wrap .two {
    background: #eef1f6;
    border-radius: 50px;
}
.product_slider_wrap .four .star-box {
    background: var(
        --logo-maker,
        linear-gradient(180deg, #01c3cc 0%, #6641e6 100%)
    );
}
.product_slider_wrap .three .star-box {
    background: #fff;
}
.product_slider_wrap .three .star-box p {
    color: #2b2b2b !important;
}
.product_slider_wrap .three .star-box span {
    color: #2b2b2b;
}
.product_slider_wrap .three {
    background: #bc4886;
    border-radius: 50px;
}
.product_slider_wrap .three h2 {
    color: #fff;
}
.product_slider_wrap .three p {
    color: #fff;
}
.product_slider_wrap .three .white img {
    filter: invert(1);
}

.product_slider_wrap .three .stores-link h4 {
    color: #fff;
}
.product_slider_wrap .three .one.downloads h2:after {
    background: #fff;
}

.swiper.mySwiperss img.all-star {
    width: 100%;
    max-width: 88%;
}

.star-box {
    border-radius: 12.172px;
    background: linear-gradient(225deg, #ff8d24 0%, #f9c642 100%);
    box-shadow: 0px 4px 16px 0px rgba(128, 62, 67, 0.25);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 12px 22px;
    position: relative;
    color: #fff;
    margin: 6px 0 6px 2rem;
}
.star-box p {
    color: #fff !important;
    text-align: center;
    font-size: 16px !important;
    font-weight: 590;
    line-height: normal;
    margin: 6px auto;
}

.star-box span {
    color: #fff;
    text-align: center;
    font-size: 42.046px;
    font-weight: 700;
}
img.single-star {
    position: absolute;
    top: -30px;
}
.p-slider .col-md-6.left {
    text-align: left;
}
.p-slider img.app-logo {
    position: relative;
    left: -15px;
    width: 100%;
    max-width: 80px;
}
img.svg-bg {
    position: absolute;
    width: 100%;
    max-width: 68.5%;
    top: -3px;
    right: -6%;
    z-index: 0;
}

.app-name h2 {
    color: #000;
    font-size: 38px;
    font-weight: 590;
    line-height: normal;
}

.rev-ratings h2 {
    color: #000;
    font-size: 50px;
    font-weight: 700;
    line-height: normal;
    text-align: center;
}
.rev-ratings .one {
    width: 29%;
    text-align: center;
}
.rev-ratings {
    margin: 1.5rem auto;
}
.rev-ratings p img {
    margin-right: 7px;
}
.rev-ratings p {
    color: #e8505b;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
}
img.p-thumb {
    width: 100%;
    z-index: 1;
    position: relative;
    max-width: 480px;
}
.two img.p-thumb {
    max-width: 100%;
    padding: 3.65rem 0;
}
p.p-desc {
    color: #000;
    font-size: 19px;
    font-weight: 400;
    line-height: 32px;
}

.stores-link h4 {
    color: #e8505b;
    font-size: 18px;
    margin-bottom: 14px;
}
.swiper-slide.three .stores-link h4 {
    color: #fff;
}
.swiper.mySwiperss
    .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    display: none;
}

/* slider css end  */

/* app css starts  */

.apps .one.text-center img {
    width: 100%;
    max-width: 92px;
    height: 92px;
    object-fit: cover;
    border-radius: 24px;
    border: 0.91px solid #fff;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08);
}
.apps .one.text-center a {
    text-decoration: none;
    display: block;
    transition: transform 0.2s;
}
.apps .one.text-center a:hover {
    transform: scale(0.95);
    transition: 0.2s all ease-in-out;
}

.apps {
    padding: 70px 0;
    overflow: hidden;
}
.apps .one.text-center h6 {
    color: #000;
    text-align: center;
    /* font-family: 'circular'; */
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    margin-top: 15px;
}
.apps img.top-right {
    position: absolute;
    right: 130px;
    z-index: -1;
    animation: top-right 4s infinite alternate;
}
@keyframes top-right {
    0% {
        transform: translateY(0) rotate(0);
    }

    100% {
        transform: translateY(30px) rotate(0);
    }
}
.apps .row.justify-content-center {
    display: grid;
    grid-template-columns: auto auto auto auto auto auto auto auto auto;
    grid-gap: 20px 10px;
}
.apps img.bottom-right {
    position: absolute;
    right: 210px;
    z-index: -1;
    bottom: 110px;
    animation: bottomright 2s infinite alternate;
}
@keyframes bottomright {
    0% {
        transform: translateY(0) rotate(0);
    }

    100% {
        transform: translateY(10px) rotate(0);
    }
}
.apps img.top-left {
    position: absolute;
    top: 80px;
    left: 410px;
    z-index: -1;
    animation: moving 2s infinite alternate;
}
@keyframes moving {
    0% {
        transform: translateY(0) rotate(0);
    }

    100% {
        transform: translateY(10px) rotate(0);
    }
}
.apps img.bottom-left {
    position: absolute;
    bottom: 0;
    left: 100px;
    z-index: -1;
    animation: bottomleft 3s infinite alternate;
}

h5.styled-heading {
    color: #3085fa;
    background: #f4f9fe;
    padding: 4px 30px;
    border-radius: 100px;
    font-size: 18px;
    width: fit-content;
    margin: 0 auto 1rem;
}
/* apps section ends */

/* one step solution section */
section.imagination {
    background: rgba(48, 133, 250, 0.05);
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
}

img.mask {
    position: absolute;
    left: 0;
    top: -16rem;
    width: 36% !important;
}
section.imagination .first img {
    width: 94%;
}
section.imagination h2.main-heading {
    text-align: left;
}

section.imagination .bx-data p {
    color: rgba(45, 45, 67, 0.7);
    text-align: left;
    font-size: 14px;
    font-weight: 510;
    line-height: normal;
    padding-right: 6rem;
}
section.imagination .second h5.styled-heading {
    background: #edf6ff;
}
/* one step solution section */
h2.main-heading {
    color: #112638;
    text-align: center;
    font-size: 38px;
    font-weight: 590;
    line-height: normal;
    margin-bottom: 1.6rem;
}
.label-product {
    padding: 75px 0 0px;
}

.subscribe .container {
    border-radius: 20px;
    border: 1px solid #ededed;
    background: #fff;
    padding: 40px;
    margin-bottom: 3rem;
}
section.subscribe p {
    margin: 0;
}
section.subscribe a {
    width: 100%;
    text-align: center;
    justify-content: center;
}
/* product page css */

/* portfolio page css */

.podtfolio_bg {
    padding: 210px 0 130px;
    background-image: linear-gradient(to right, #fff, #2d7efa17);
}

.podtfolio_bg::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
    background-repeat: no-repeat;
    background-position: center left;
    background-image: url(../images/dotted2.webp);
    content: "";
    pointer-events: none;
}

.portfolio_main {
    margin-top: 100px;
    display: flex;
    align-items: center;
}

.text_container {
    margin-left: 250px;
    width: 50%;
    padding-right: 220px;
}

.image_container {
    position: relative;
}

.big_image {
    position: relative;
}

.overlay {
    width: 100%;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.8) 0%,
        rgba(217, 217, 217, 0) 100%
    );
    height: 100px;
    display: inline-block;
    position: absolute;
    left: 0;
}

.text_des {
    position: absolute;
    top: 15px;
    right: 20px;
    display: flex;
    align-items: center;
}

.icon_img {
    width: 60px;
    height: 60px;
}

.big_image > img {
    width: 901px;
    height: 721px;
    object-fit: cover;
}

.left_img {
    left: 20px;
}

.text_des h2 {
    margin-bottom: 0;
    color: #fff;
    font-size: 20px;
    padding-left: 10px;
}

.small_img img {
    width: 403px;
}

.small_img {
    position: absolute;
    top: 0;
    left: -180px;
}

.small_img_left {
    position: absolute;
    top: 0;
    right: -130px;
}

.small_img_left img {
    width: 403px;
}

.text-c-right {
    padding-left: 220px;
    padding-right: 100px;
    width: 50%;
    margin-left: 0;
}

.text_container h2 {
    font-weight: 800;
    font-size: 32px;
    color: #2d2d43;
}

.wrap_line {
    font-weight: 400;
    font-size: 14px;
    color: rgba(45, 45, 67, 0.7);
    margin-top: 20px;
    line-height: 1.8;
}

.cta_btn a {
    background-color: #2d7efa;
    display: inline-block;
    padding: 14px 28px;
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
    font-size: 17px;
}

.cta_btn a:hover {
    background: #1e69dd;
    transform: translateY(-7px);
    transition: 0.3s ease;
}

.portfolio_row {
    margin-bottom: 50px;
}

.container-img_big {
    position: absolute;
    bottom: 100px;
    right: -140px;
}

.container-img_big img {
    width: 700px;
}

.btn_for_mobile {
    display: none;
}
.short_info {
    background: #ffffff;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 8%);
    border-radius: 15px;
    padding: 19px 18px 19px 33px;
    font-size: 15px;
    font-weight: 600;
    position: absolute;
    display: inline-block;
}

.short_info span img {
    width: 35px;
    height: 35px;
    border-radius: 100px;
    object-fit: cover;
    position: unset;
    transform: unset;
    border: 2px solid #fff;
    margin-left: -15px;
}

.short_info span img:first-child {
    margin-left: 12px;
}

.short_info:last-child {
    bottom: -35px;
    left: 50%;
    transform: translate(-50%, 0);
    padding: 19px 15px 19px 18px;
    align-items: center;
    white-space: nowrap;
}

.short_info:nth-child(2) {
    top: -60px;
    right: unset;
    left: 55%;
    padding: 19px 17px 19px 26px;
    animation: shortleftmove 1s infinite alternate;
}

.short_info img {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translate(0, -50%);
}

.short_info span {
    display: block;
    font-size: 14px;
    color: grey;
    font-weight: 400;
    white-space: nowrap;
}

.short_info:first-child {
    position: absolute;
    left: -30px;
    top: 45%;
    animation: shortleftmove 1s infinite alternate;
}

@keyframes shortleftmove {
    0% {
        transform: translateY(0) rotate(0);
    }

    100% {
        transform: translateX(10px) rotate(0);
    }
}

.short_info img.short_info_img {
    position: absolute;
    left: -16px;
    top: 5px;
    width: 36px;
}
.rightbig_img {
    position: absolute;
    bottom: 100px;
    left: -140px;
}
/* portfolio page css end */

.common_spacing {
    padding: 70px 0;
}
/* hire developer css starts here */

/* php developer page css */
.hero_section.developer_section .left_hero_section {
    padding: 140px 0;
    background-image: unset;
}
.main_dvlpr_img .mainimg1 {
    position: relative;
    z-index: 1;
}
.main_dvlpr_img span img:first-child {
    position: absolute;
    left: 20px;
    top: 67%;
    transform: translate(0, -28%);
    -webkit-animation: mover1 1s infinite alternate;
    animation: mover1 1s infinite alternate;
}

@keyframes mover1 {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateX(19px);
    }
}

.main_dvlpr_img span img:nth-child(2) {
    position: absolute;
    left: 66%;
    top: 77%;
    transform: translate(-12%, -30%);
    z-index: 2;
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-16px);
    }
}
.dvlpr_award_row img {
    width: 100%;
    height: 80px;
    object-fit: contain;
    max-width: 42%;
}

.dvlpr_award_section {
    background: #f1f5fe;
    padding: 40px 0;
}

.dvlpr_award_section .clientas_flex li {
    margin: 8px 7px;
    padding: 33px 21px;
    background: white;
    position: relative;
}

.dvlpr_award_section .clientas_flex li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    height: 90%;
    border: 4px solid #f1f5fe;
}

.dvlpr_award_section h3 {
    font-weight: 600;
    font-size: 30px;
}

.dvlpr_award_section h3 span {
    color: #1a75e5;
    font-size: 36px;
    font-weight: 700;
}

.about_section1 {
    background: rgba(242, 131, 35, 0.05);
    padding: 120px 0;
}

.head2 {
    font-weight: 600;
    font-size: 30px;
    color: #000000;
    padding-left: 15px;
    line-height: 1.3;
    margin-bottom: 35px;
}

.head2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    background: #1d7bff;
    height: 100%;
}

.about_section1 p {
    font-weight: 400;
    font-size: 18px;
    color: #000000;
}

.about1_section {
    width: 90%;
    margin: auto;
}

.about1_section span img:first-child {
    position: absolute;
    left: 17%;
    top: -45px;
    z-index: 3;
    animation: mover 1s infinite alternate;
}

.about1_section span img:nth-child(2) {
    position: absolute;
    right: 12%;
    top: 9px;
    max-width: 16%;
    animation: mover2 1s infinite alternate;
    transform: rotate(180deg);
}

.main_img2 {
    position: relative;
    z-index: 2;
}

.profitable_section_grey {
    background-color: #efeff3;
    border-radius: 100px;
    padding: 42px 20px 0;
    background-image: url("../images/pattern1.webp");
    background-size: cover;
}

.profitable_section_grey .head2::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -15px;
    width: 50px;
    background: #1d7bff;
    height: 3px;
    transform: translate(-50%, 0);
    top: unset;
}

.profitable_section {
    margin-bottom: 100px;
}

.profitable_section_grey h2 {
    font-weight: 700;
    font-size: 34.1829px;
    color: #2d2d43;
    line-height: 1.4;
}

.profitable_section_grey p {
    font-weight: 400;
    font-size: 17px;
    color: rgba(0, 0, 0, 0.7);
}

.profitable_section li {
    font-weight: 500;
    font-size: 17px;
    color: #292929;
    margin: 13px 0;
    position: relative;
    padding-left: 35px;
}

.profitable_section li:before {
    content: "";
    position: absolute;
    left: 10px;
    top: 9px;
    width: 9px;
    background: #4890ff;
    height: 9px;
}

.hire_dvlpr_img1 span img {
    position: absolute;
    top: -10px;
    left: 37%;
    transform: translate(-63%, 0);
    animation: zoom-in-zoom-out 2s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1) translate(-63%, 0);
    }

    50% {
        transform: scale(1.1, 1.1) translate(-63%, 0);
    }

    100% {
        transform: scale(1, 1) translate(-63%, 0);
    }
}

.technologies_section {
    padding: 91px 0 50px;
    background-image: url("../images/tech_bg.webp");
    background-size: contain;
    background-repeat: no-repeat;
}

.technologies_row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.technologies_box {
    width: 30%;
    padding: 20px;
    margin-top: 40px;
}

.technologies_box:nth-child(2) h5 {
    font-weight: 500;
    font-size: 19.2279px;
    color: #fb2d20;
    text-align: center;
    background: #fff !important;
    width: 100%;
    padding: 11px 0 12px;
    margin-bottom: 0;
    border-radius: 0 0 20px 20px;
    border: 1px solid #ee4322;
}

.technologies_box:nth-child(even) {
    margin-top: -40px;
}

.technologies_box:nth-child(even) span {
    box-shadow: 0px 2.13643px 21.3643px 4.27286px rgba(29, 123, 255, 0.08);
}

.technologies_box span img {
    width: 66px;
}

.technologies_box:nth-child(2) h5 {
    background: #ee4322;
}

.technologies_box:nth-child(3) h5 {
    background: #83c934;
}

.technologies_box span div img {
    width: 52px;
}

.technologies_box span {
    background: #ffffff;
    box-shadow: 0px 2.13643px 21.3643px 4.27286px rgba(255, 82, 82, 0.08);
    border-radius: 0 0 20px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 140px;
    flex-direction: column;
}

.technologies_box span div {
    min-height: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-top: -49px;
    background: white;
    border-radius: 100%;
    width: 100px;
    box-shadow: 0 1px 2px 10px #f1f5fe;
}

.technologies_box h5 {
    font-weight: 500;
    font-size: 19.2279px;
    color: #fff;
    text-align: center;
    background: #fb2d20;
    width: 100%;
    padding: 10px 0;
    margin-bottom: 0;
    border-radius: 0 0 20px 20px;
}

.model_section {
    background: #f1f5fe;
    padding: 70px 0 90px;
}

.modal_box {
    background: #ffffff;
    border-radius: 5px;
    padding: 37px 23px;
    height: 100%;
    transition: 0.3s ease;
    transform: scale(0.95);
}

.modal_box h4 {
    font-weight: 500;
    font-size: 28px;
}

.modal_box label {
    background: #1d7bff;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    display: inline-block;
    padding: 0px 6px;
}

.modal_box li {
    margin-bottom: 23px;
}

.modal_box p {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 4px;
}

.modal_box h6 {
    font-weight: 500;
    font-size: 16px;
    color: #7b7b7b;
}

.modal_box .main_btn {
    padding: 11px 28px;
}

.modal_box ul {
    min-height: 200px;
}

.modal_box .webp {
    min-height: 80px;
}

.modal_box:hover {
    box-shadow: 0px 2.13643px 21.3643px 4.27286px rgb(29 123 255 / 8%);
    transform: scale(1);
    transition: 0.3s ease;
}

.modal_box:hover .webp path {
    stroke: #1d7bff;
}

.dots_img {
    width: auto;
    position: absolute;
    right: -21px;
    bottom: -29px;
    margin: 0;
    padding: 0;
}

.service_section.php_service_section .service_box_head_img {
    background: #fff;
    border: 8px solid #f1f6ff;
    padding: 14px;
}

.service_section.php_service_section .service_box {
    background: #f1f6ff;
    padding: 0px 20px 15px;
    border-radius: 13px;
    transform: scale(0.95);
    transition: 0.3s ease;
    box-shadow: 0px 2px 13px rgb(241 246 255 / 24%);
    /* box-shadow: 0 6px 0px 2px #2d7efa4d; */
}

.service_section.php_service_section .service_box:hover {
    transform: scale(1);
    transition: 0.3s ease;
}

.service_section.php_service_section .col-lg-3:nth-child(even) .service_box {
    background-color: #eeeff3;
    box-shadow: 0px 2px 13px rgb(238 239 243 / 53%) !important;
}

.service_section.php_service_section
    .col-lg-3:nth-child(even)
    .service_box_head_img {
    border-color: #eeeff3;
}

.service_section.php_service_section .service_box_head {
    margin-top: -49px;
}

.service_section.php_service_section .row.service_row {
    margin-top: 60px;
}

.service_section.php_service_section .service_box h3 {
    margin-top: 10px !important;
    font-weight: 500;
    font-size: 21px;
}
.service_related_title a {
    border: 2px solid transparent;
    text-decoration-line: unset;
    display: block;
    background: #2d7efa;
    border-radius: 8px;
    font-weight: 500;
    font-size: 16px;
    padding: 14px 3px;
    transition: 0.3s ease;
    color: #fff;
    text-align: center;
}
.service_related_title a:hover {
    border: 2px solid #2d7efa;
    background-color: transparent;
    color: #2d7efa;
}

/* android developer */

.hero_section.developer_section.ios_dvlpr {
    background-image: url("../images/ios_bg.webp");
    background-size: cover;
    background-color: unset;
    background-position: center;
    padding: 150px 0 130px;
}

.hero_section.developer_section.ios_dvlpr.android_dvlpr {
    background-image: url("../images/android_bg.webp");
    background-size: cover;
    background-color: unset;
    background-position: center;
    padding: 140px 0 130px;
}

.hero_section.developer_section.ios_dvlpr.app_dvlpr {
    background-image: url("../images/mobile_bg.webp");
    position: relative;
    padding: 150px 0 100px;
}

.best_section {
    margin-top: -70px;
}

.best_section p {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
}

.best_div {
    background: #1d7bff;
    border-radius: 40px;
    padding: 50px 60px;
}

.best_div {
    background-image: url(../images/ios_shape.webp);
    background-position: right;
    background-repeat: no-repeat;
}
.best_section p {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    line-height: 1.7;
}
.hire_sub_head {
    font-weight: 700;
    font-size: 29px;
    padding-left: 27px;
}

.hire_sub_head:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 6px;
    height: 100%;
    background-color: #fff;
}

.core_service_box h3 {
    font-weight: 600;
    font-size: 20px;
    margin-top: 15px;
}

.core_service_box p {
    font-weight: 400;
    font-size: 15px;
}

.core_service_box:first-child {
    background: #f1f6ff;
    border-radius: 10px 10px 10px 0px;
    padding: 40px 40px 7px 11px;
}

.core_services_outer1 {
    max-width: 40%;
}

.core_services_outer1:first-child:before {
    position: absolute;
    content: "";
    top: 0;
    right: -143px;
    width: 100%;
    height: 50%;
    background-color: white;
}

.core_services_outer1:last-child:before {
    position: absolute;
    content: "";
    bottom: 0;
    right: -143px;
    width: 100%;
    height: 50%;
    background-color: white;
}

.core_services_outer1:first-child,
.core_services_outer1:nth-child(odd) {
    margin-left: 30px;
}

.core_services_outer1:nth-child(even) {
    margin-right: 30px;
}

.core_service_box:after {
    content: "";
    position: absolute;
    left: -19px;
    top: 18px;
    width: 100%;
    height: 100%;
    border: 1px dashed #aac8ff;
    border-radius: 10px 10px 10px 0px;
    pointer-events: none;
}

.core_services_outer1 span {
    width: 61px;
    height: 61px;
    background: #6da1ff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-weight: 800;
    font-size: 24.32px;
    color: #fff;
    border-radius: 100%;
    position: relative;
    box-shadow: 0px 0px 0px 10px rgb(236 244 255);
}

.core_services_div:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    transform: translate(-50%, 0);
    background-image: linear-gradient(
        rgb(197 197 197) 51%,
        rgb(197 197 197 / 0%) 0%
    );
    background-position: right;
    background-size: 1px 12px;
    background-repeat: repeat-y;
    width: 1px;
}

.core_services_outer1 span {
    position: absolute;
    right: -113px;
    top: 50%;
    transform: translate(0, -50%);
}

.core_services_outer1:nth-child(even) span {
    right: unset;
    left: -113px;
}

.core_services_outer1:nth-child(2) .core_service_box,
.core_services_outer1:nth-child(6) .core_service_box {
    background: #f6f2ff;
    border-radius: 10px 10px 0px 10px;
    padding: 40px 11px 7px 40px;
}

.core_services_outer1:nth-child(2) .core_service_box:after,
.core_services_outer1:nth-child(6) .core_service_box:after {
    left: unset;
    right: -19px;
    border: 1px dashed #b391ff;
    border-radius: 10px 10px 0px 10px;
}

.align_left1 {
    text-align: left;
}

.core_services_outer1:nth-child(2) span,
.core_services_outer1:nth-child(6) span {
    background: #b390ff;
    box-shadow: 0px 0px 0px 10px #f6f2ff;
}

.core_services_outer1:nth-child(3) .core_service_box {
    background: #fffaed;
    border-radius: 10px 10px 10px 0px;
    padding: 40px 40px 7px 11px;
}

.core_services_outer1:nth-child(3) .core_service_box:after {
    right: unset;
    left: -19px;
    border: 1px dashed #fbc63e;
    border-radius: 10px 10px 10px 0px;
}

.core_services_outer1:nth-child(3) span,
.core_services_outer1:nth-child(7) span {
    background: #fbc63e;
    box-shadow: 0px 0px 0px 10px #fbf5e5;
}

.core_services_outer1:nth-child(4) .core_service_box {
    background: #ffeef7;
    border-radius: 10px 10px 0px 10px;
    padding: 40px 11px 7px 40px;
}

.core_services_outer1:nth-child(4) .core_service_box:after {
    left: unset;
    right: -19px;
    border: 1px dashed #ff66b7;
    border-radius: 10px 10px 0px 10px;
}

.core_services_outer1:nth-child(4) span,
.core_services_outer1:nth-child(8) span {
    background: #ff66b7;
    box-shadow: 0px 0px 0px 10px #ffedf7;
}

.core_services_outer1:nth-child(3) .core_service_box {
    background: #fffaed;
}

.core_services_outer1:nth-child(3) .core_service_box:after {
    border: 1px dashed #fbc63e;
}

.core_services_outer1:last-child span {
    background: #51d1ff;
    box-shadow: 0px 0px 0px 10px #e4f8ff;
}

.core_services_outer1:last-child .core_service_box {
    background: #e9f7fc;
}

.core_services_outer1:last-child .core_service_box:after {
    border: 1px dashed #51d1ff;
}

.unlock_section {
    background-image: url("../images/ios_dev/unlock_bg.webp");
    background-size: cover;
    padding: 60px 0;
    background-position: center;
}

.sub_head.white_sub_head h2:before {
    background: #fff;
}

.unlock_box_outer {
    border: 1px solid #fff;
    border-radius: 0px 24px 24px 24px;
    padding: 10px;
}

.unlock_section .col-md-4:first-child .unlock_box_outer h3 {
    color: #3084fa;
}

.unlock_section .col-md-4:nth-child(2) .unlock_box_outer h3 {
    color: #b390ff;
}

.unlock_section .col-md-4:nth-child(3) .unlock_box_outer h3 {
    color: #fbc63e;
}

.unlock_box_inner {
    background: #ffffff;
    border-radius: 0px 24px 24px 24px;
    padding: 30px 25px 25px;
}

.unlock_box_inner h3 {
    font-weight: 600;
    font-size: 22.9039px;
    margin: 23px 0 16px;
}

.unlock_box_inner p {
    font-weight: 400;
    font-size: 14.5377px;
    line-height: 1.7;
}

.why_hire_box img {
    position: absolute;
    left: 0;
    top: 0;
    width: 38px;
    height: 38px;
    object-fit: contain;
}

.why_hire_box {
    padding-left: 52px;
}

.why_hire_box h3 {
    font-weight: 600;
    font-size: 20px;
}

.why_hire_box p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.7;
}

.vision_section .sub_head {
    padding: 170px 0;
}

.vision_section .sub_head h2:before {
    left: 0;
    transform: unset;
}

.vision_section .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.46);
    border-radius: 100px;
    width: 10px;
    height: 10px;
}

.vision_section .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 13px;
    height: 13px;
    background-color: #fff;
}

.vision_inner {
    background: #2d7efa;
    box-shadow: 0px 0px 33.2935px -1.84964px rgba(45, 126, 250, 0.2);
    border-radius: 0px 21px 21px 21px;
    padding: 56px 20px;
}

.vision_inner h3 {
    font-weight: 600;
    font-size: 22px;
    color: #fff;
    margin: 25px 0 10px;
}

.vision_inner p {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
}

.vision_outer {
    background: #ffffff;
    box-shadow: 0px 0px 30.0939px -1.67188px rgba(45, 126, 250, 0.2);
    border-radius: 0px 21px 21px 21px;
    padding: 12px;
}

.vision_section .swiper-slide {
    transform: scale(0.8);
    transition: 0.3s ease;
}

.vision_section .swiper-slide.swiper-slide-active {
    transform: scale(1);
    transition: 0.3s ease;
}

.vision_section .container-fluid {
    /* width: calc(100vw - 350px); */
    margin-right: 0;
}

.vision_section .sub_head {
    padding-right: 130px;
}

.swiper_bg1 {
    background-image: url("../images/ios_dev/vision_bg.webp");
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 50%;
    position: absolute;
    right: 0;
}
.swiper_bg {
    position: absolute;
    top: 50%;
    width: 44%;
    right: 170px;
    height: 100%;
    transform: translate(0, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
}
.mySwiper4 {
    padding: 100px 0 100px 20px;
}
.vision_section .swiper-slide {
    transform: scale(0.8);
    transition: 0.3s ease;
}
.vision_section .swiper-slide.swiper-slide-active {
    transform: scale(1);
    transition: 0.3s ease;
}

.hero_section.developer_section.app_dvlpr .left_hero_section {
    padding: 30px 0 80px;
}

.hero_section.developer_section.app_dvlpr h1 {
    font-size: 60px;
    padding-left: 60px;
}
.hero_section.developer_section.app_dvlpr h1:before {
    content: "{";
    position: absolute;
    left: -35px;
    top: 38%;
    color: #0475e5;
    font-size: 268px;
    font-weight: 300;
    width: 100%;
    line-height: 0;
    transform: translate(0, -50%);
}
.hero_section.developer_section.app_dvlpr h1 span {
    background: transparent;
    color: #0475e5;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.hero_section.app_dvlpr p {
    font-weight: 400;
    font-size: 14px;
    color: rgba(45, 45, 67, 0.7);
    line-height: 1.8;
}
.hire_dedicated_section {
    background-image: url("../images//mobile_shape1.webp");
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
}
.hire_dedicated_section .sub_head h2:before,
.expert_section1 .sub_head h2:before {
    left: 0;
    transform: unset;
}

.img_width {
    /* max-width: 90%; */
    margin: auto;
    height: 600px;
}

.img_width span {
    position: absolute;
    left: 50%;
    top: 60px;
    transform: translate(-50%, 0);
    animation: mover4 1s infinite alternate;
}

@keyframes mover4 {
    0% {
        transform: translateY(0) translate(-50%, 0);
    }

    100% {
        transform: translateY(-16px) translate(-50%, 0);
    }
}

.img_width:before {
    content: "";
    position: absolute;
    left: 50%;
    background: #0475e5;
    width: 80%;
    height: 400px;
    border-radius: 25px 25px 0 0;
    top: 0;
    transform: translate(-50%, 0);
}

.service_section2 img {
    max-width: 46px;
    min-width: 38px;
    filter: brightness(0) invert();
}

.core_services11 {
    height: 100%;
    width: 100%;
    background-color: #f2f5fa;
    padding: 80px 0 !important;
}

.core_services11 .core_services_outer1 {
    max-width: unset;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border-radius: 0;
    box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 50%);
    border-style: solid;
    border-width: 0px 0px 0px 1px;
    border-color: #02010117;
    width: 33.33%;
    background-color: #fff !important;
    display: inline-block;
    margin-bottom: 20px;
    border-top: 3px solid #2977f1;
    transition: 0.2s ease !important;
}

.core_services11 .core_services_outer1:first-child:before,
.core_services11 .core_services_div:before,
.core_services11 .core_service_box:after,
.core_services11 .core_services_outer1:last-child:before {
    content: unset;
}

.core_services11 .core_services_div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.core_services11 .core_services_outer1:hover {
    transform: scale(0.95);
    transition: 0.2s ease;
}

.core_services11 .core_service_box p {
    font-weight: 400;
    font-size: 14px;
    color: rgba(45, 45, 67, 0.7);
    line-height: 1.8;
}

.core_services11 .core_service_box h3 {
    margin-top: 25px;
}

.core_services11 .core_service_box {
    margin-bottom: 30px;
    text-align: left;
    background-color: #fff !important;
    border-radius: 0 !important;
    padding: 40px 11px 7px 20px !important;
}

.why_hire_section11 {
    background-image: url(../images//mobile_shape1.webp);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 80px 0;
}

.why_hire_section11 .why_hire_box {
    padding: 30px 50px;
    border-radius: 0 21px 21px 21px;
    border-top: 3px solid #2d7efa;
    box-shadow: 0 7px 20px 0 rgb(42 22 139 / 8%);
    background-color: #fff;
    height: 100%;
    transition: 0.3s ease;
}

.unlock_section_mob .col-md-4 {
    transition: 0.3s ease;
}

.why_hire_section11 .why_hire_box:hover,
.unlock_section_mob .col-md-4:hover {
    transform: scale(0.95) !important;
    transition: 0.3s ease;
}

.service_section2 .service_box h3 {
    font-size: 20px;
}

.why_hire_section11 .why_hire_box::before {
    position: absolute;
    width: 124px;
    height: 121px;
    left: 0;
    top: 0;
    background-image: url(../images/smalldost.webp);
    content: "";
}

.why_hire_section11 .why_hire_box span {
    font-size: 44px;
    font-weight: 700;
    display: block;
    margin-bottom: 11px;
    opacity: 0.2;
    color: #1a75e5;
    text-align: right;
    margin-top: -10px;
}

.why_hire_section11 .why_hire_box h3 {
    font-weight: 700;
    font-size: 21px;
    margin-bottom: 18px;
    border-radius: 0 50px 50px 0;
    margin-top: -35px;
}

.why_hire_section11 .why_hire_box p {
    font-size: 15px;
}

/* wordpres section */

.wordpres_secton {
    background-color: #0f6aff;
    padding: 200px 0 100px;
    background-image: url(../images/qutiiz-ready-bg.webp);
    background-size: cover;
    background-position: center center;
    width: 100%;
    /* height: 100%; */
    overflow: hidden;
}

.wordpres_secton:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #222222cf;
}
.wordpres_secton h1 {
    border-left: 8px solid #2d7efa;
    padding-left: 21px;
}

.wordpres_secton h1,
.wordpres_secton p {
    color: #fff;
}

.move_img1 {
    animation: iosmover2 1s infinite alternate;
}

@keyframes iosmover2 {
    0% {
        transform: translateY(0) rotate(0);
    }

    100% {
        transform: translateX(19px) rotate(0);
    }
}

.wordpres_secton h1 span {
    -webkit-text-fill-color: #1a6aff00;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #2d7efa;
    background: transparent;
    font-size: 77px;
}
.expert_section1::before {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50%;
    background-repeat: no-repeat;
    background-position: center right;
    background-image: url(../images/dotted.webp);
    content: "";
}

.expert_section1 img {
    max-width: 80%;
    margin: auto;
}

.wp_dev_solution::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
    background-repeat: no-repeat;
    background-position: center left;
    background-image: url(../images/dotted2.webp);
    content: "";
    pointer-events: none;
}

.wp_dev_solution {
    background: #f2f7ff;
    padding: 60px 40px;
}

.wp_dev_solution_box {
    background-color: #fff;
    padding: 25px 30px 25px;
    height: 100%;
    transition: 0.3s ease;
    overflow: hidden;
}

.wp_transform_section .wp_dev_solution_box {
    border: 1px solid #e9e9e9;
    text-align: center;
    border-radius: 0 30px 0px 0px;
    padding: 35px 30px 35px;
    border-bottom: 2px solid #2d7efa;
}

.wp_transform_section .wp_dev_solution_box:hover {
    transform: unset;
}

.wp_dev_solution_box:hover {
    box-shadow: 0px 80.6px 105.701px rgb(51 51 51 / 10%);
    transition: 0.3s ease;
    border-radius: 0 30px 0 0;
    transform: scale(0.98);
}

.wp_dev_solution_box img {
    max-width: 50px;
    margin: 20px 0 20px;
}

.wp_dev_solution_box h3 {
    font-weight: 700;
    font-size: 20px;
    padding-right: 80px;
    line-height: 1.4;
    margin-bottom: 12px;
    border-radius: 0 50px 50px 0;
}

.wp_dev_solution_box p {
    font-weight: 400;
    font-size: 14px;
    color: rgb(45 45 67 / 95%);
    line-height: 1.8;
    margin-bottom: 0;
}

.count_round {
    position: absolute;
    right: -40px;
    top: -70px;
    height: 139px;
    width: 139px;
    background-color: #1a6aff;
    border-radius: 50%;
    transition: all 300ms linear;
}

.count_round h6 {
    display: inline-block;
    margin-bottom: 0;
    color: #fff;
    transform: translate(-24px, 16px);
    position: absolute;
    font-size: 24px;
    top: 50%;
    left: 50%;
}

.wp_dev_solution.wp_dev_solution1 .work_box p {
    font-size: 15px;
    position: relative;
    padding-left: 30px;
    color: #68696f;
}
.wp_dev_solution.wp_dev_solution1 .work_box p img {
    position: absolute;
    left: 0;
    top: 3px;
    max-width: 17px;
}
/* react js developer page css */
.hero_section.developer_section.python_dvlpr {
    background-image: url(../images/python_bg.webp);
    background-size: cover;
    background-position: top center;
    background-color: #2977f1;
    padding: 190px 0 170px;
    position: relative;
}
.hero_section.developer_section.python_dvlpr {
    background-image: url(../images/python_bg.webp);
    background-size: cover;
    background-position: top center;
    background-color: #2977f1;
    padding: 190px 0 170px;
    position: relative;
}

.python_dvlpr .main_btn {
    border: 2px solid#fff;
}

.padding_right1 {
    padding-right: 100px;
}

.hero_section.developer_section.python_dvlpr h1 span {
    -webkit-text-fill-color: #2977f1;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: white;
    background: transparent;
    font-size: 77px;
}

.hero_section.developer_section.python_dvlpr .left_hero_section {
    padding: unset;
}
.python_slider {
    padding: 70px 0 80px;
    border-radius: 30px 30px 0 0;
    margin-top: -50px !important;
    background: #fafafa;
    position: relative;
}
.node_js_slider {
    background-image: url(../images/pattern-21.webp);
    background-size: cover;
    background-position: center;
    background-color: #c0d6ff;
}

.mySwiper5 {
    padding: 50px 0;
}
.mySwiper5 .swiper-pagination {
    position: unset;
    margin-top: 47px;
}

.slide_box .slide_inner {
    background: linear-gradient(90deg, #2977f1 28px, transparent 1%) 50%,
        linear-gradient(#2977f1 28px, transparent 1%) 50%, #2977f1bf;
    background-size: 30px 30px;
    border-radius: 25px;
    padding: 20px 40px 30px;
    position: relative;
    text-align: left;
    min-height: 325px;
}

.mySwiper5 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 15px;
    height: 15px;
    background: #2977f1;
}

.mySwiper5 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #2977f1bf;
}

.python_slider.node_js_slider .swiper-slide {
    height: auto;
}

.mySwiper5 .swiper-slide {
    transform: scale(0.9);
    transition: 0.3s ease;
}

.mySwiper5 .swiper-slide.swiper-slide-active {
    transform: scale(1.1);
    transition: 0.3s ease;
}

.slide_box {
    height: 100%;
    border: 1px solid #ebebeb;
    border-radius: 25px;
    padding: 7px;
}

.slide_box p {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin-top: 19px;
    margin-bottom: 0;
}

.slide_box h3 {
    font-weight: 600;
    font-size: 22px;
    margin: 10px 0;
    color: #fff;
    position: relative;
}

.slide_inner span {
    font-size: 60px;
    font-weight: 700;
    color: #fff;
    opacity: 0.2;
}

.nutshell_section.react_expertise {
    background-color: #2977f1;
    border-radius: 0 30px 0 0;
    margin-top: -50px !important;
    padding: 100px 0;
}
.nutshell_section:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    width: 30%;
    height: 100%;
}
.react_expertise_list img {
    filter: brightness(0) invert(1);
    max-width: 50px;
    margin: 10px 0 14px;
}
.react_expertise_list h3 {
    font-weight: 600;
    font-size: 22px;
    margin: 10px 0 5px;
    color: #fff;
    position: relative;
}
.react_expertise_list p {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin-top: 19px;
    line-height: 1.6;
}

.why_hire_section111 {
    border-radius: 30px 30px 0 0;
    margin-top: -50px !important;
    position: relative;
    background: white;
}
.blue_bg.blue_bg_python {
    background: linear-gradient(to left, #2977f1 50%, #2977f012 50%);
}
.hero_section.nodejs_developer {
    padding: 150px 0 100px;
}
.node_transform_section .white_box_python {
    background-color: #2977f1;
    border-radius: 14px;
    color: #fff;
    position: relative;
    padding: 35px 30px;
    height: 100%;
}
.white_box_python p {
    font-weight: 400;
    font-size: 14.5377px;
    line-height: 1.7;
    margin-bottom: 0;
}
.node_transform_section .white_box_python::before {
    position: absolute;
    width: 84px;
    height: 84px;
    left: 0;
    top: 0;
    background-image: url(../images/white_dots.webp);
    content: "";
}

.unleah_box h3 {
    font-weight: 600;
    font-size: 20px;
    margin: 10px 0;
    color: #000;
}

.unleah_box {
    transition: 0.3s ease;
    padding: 15px 20px;
    background-color: #fff;
    border-radius: 20px;
    height: 100%;
}

.unleah_box img {
    margin: 13px 0;
}

.unleah_box p {
    font-weight: 400;
    font-size: 14px;
    color: #000;
    line-height: 1.8;
    margin-bottom: 0;
}
.node_js_services .unleah_box {
    border: 2px solid #eee;
}

.node_js_services .unleah_box img {
    max-width: 80px;
}

.white-overlay-bottom {
    background-image: url(../images/white-overlay-bottom.webp);
    height: 200px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.wordpres_secton.wordpres_plg_secton h1 span.small_span {
    -webkit-text-fill-color: unset;
    -webkit-text-stroke-width: unset;
    -webkit-text-stroke-color: unset;
    background: unset;
    font-size: unset;
    color: unset;
    display: inline-block;
    position: relative;
    z-index: 2;
}
.wordpres_secton.wordpres_plg_secton h1 span.small_span:before {
    content: "";
    position: absolute;
    left: -24px;
    top: -10px;
    width: 69px;
    height: 70px;
    background-color: #2d7efa;
    border-radius: 100%;
    z-index: -1;
    animation: pulse-animation1 1.5s infinite;
    border-radius: 100px;
}
@keyframes pulse-animation1 {
    0% {
        box-shadow: 0 0 0 0px #2d7efa85;
    }

    100% {
        box-shadow: 0 0 0 20px #2d7efa00;
    }
}
.wordpres_secton.wordpres_plg_secton h1 span {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fff;
    background: transparent;
    font-size: 77px;
}
.wp_vision_section_outer .vision_inner span {
    font-size: 60px;
    font-weight: 800;
    color: white;
    opacity: 0.5;
}

#hero-3 {
    background-image: url(../images/ios_bg.webp) !important;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed !important;
    padding: 0;
    position: relative;
}

#hero-3:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #2b74e3a6;
}

#hero-3 h1 span {
    color: #2d7efa;
    background: #ffffff;
}

#hero-3 .container {
    position: relative;
    z-index: 3;
}
#hero-3 .bg-inner {
    position: relative;
    padding: 190px 0 40px;
    margin-bottom: 100px;
}
.hero-3-img {
    text-align: center;
    margin-bottom: -80px;
    padding-right: 10px;
    position: relative;
    z-index: 999;
}
.img-block img {
    max-width: 80%;
}
.iphn_deve_core .why_hire_box {
    background-color: #fff;
    padding: 20px;
    box-shadow: -15px 10px 15px 0px #e0e2e3;
    height: 100%;
    border-top: 3px solid #2d7efa;
    border-radius: 10px;
    transition: 0.3s ease;
}
.iphn_deve_core .why_hire_box::before {
    position: absolute;
    width: 124px;
    height: 121px;
    left: 0;
    top: 0;
    background-image: url(../images/smalldost.webp);
    content: "";
}
.iphn_deve_core .why_hire_box span {
    font-size: 44px;
    font-weight: 700;
    display: block;
    margin-bottom: 11px;
    opacity: 0.2;
    color: #1a75e5;
    text-align: right;
}
.iphn_deve_core .why_hire_box h3 {
    font-weight: 700;
    font-size: 21px;
    margin-bottom: 18px;
    margin-top: -35px;
}
.iphn_deve_core .why_hire_box p {
    font-weight: 400;
    font-size: 14px;
    color: rgba(45, 45, 67, 0.7);
    line-height: 1.8;
}
.unleash_section {
    border-radius: 30px 30px 0 0;
    background-image: url(../images/ios_dev/unlock_bg.webp);
    background-size: cover;
    padding: 80px 0;
    background-position: center;
    background-attachment: fixed;
}
.white_box_python {
    box-shadow: 0 2.8125rem 3.75rem 0 rgb(34 34 34 / 10%);
    padding: 30px;
    height: 100%;
    background-color: #fff;
    border-bottom: 3px solid #2977f1;
}
.ios_dvlpr .mainimg1 {
    max-width: 420px;
}

.web_devbg.Drupal_main:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #222222ba;
}
.web_devbg.Drupal_main h1 span {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fff;
    background: transparent;
    font-size: 77px;
}
.hero_section.web_devbg h1 {
    font-size: 60px;
}
/* hire developer css ends here */

.blue_bg {
    background: #f2f7ff;
    padding: 70px 0;
    margin: 40px 0;
}

/* blog page css starts here */

.blogs_section .sub_head p {
    font-size: 21px;
}
.blogs_section .sub_head p.sub_head_p {
    font-size: 16px;
}
.blog_div h2 {
    color: #0475e5;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.1px;
}

.blog_div small {
    font-size: 13px;
    color: #68696d;
    margin-bottom: 10px;
    display: block;
}

.blog_div p {
    font-size: 15px;
    color: #68696d;
    font-weight: 400;
    margin-bottom: 22px;
}

.blog_div_content a.read_more {
    font-size: 15px;
    color: #282c43;

    font-weight: 700;
    text-decoration-line: none;
}

.blog_div a {
    text-decoration-line: none;
    color: unset;
}

.blog_div {
    height: 100%;
    background-color: #f4f9fc;
}

.blog_div_content {
    padding: 20px 20px 17px 20px;
}

.blog_div_img {
    overflow: hidden;
}

.blog_div_img img {
    transition: 0.3s ease;
    border-radius: 7px;
}

.blog_div_img:hover img {
    transform: scale(1.1);
    transition: 0.3s ease;
}
.post_div {
    padding: 20px;
    background-color: #ffffff;
    border-radius: 0px 0px 0px 0px;
    box-shadow: 0 0 14px 0 rgb(0 0 0 / 11%);
}

.post_div h3 {
    color: #282c43;
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 16px;
}

.post_div p:hover,
.post_div h5:hover,
.post_div a:hover {
    color: #0475e5;
}

.post_div p {
    font-size: 14px;
    margin: 0 0 14px;
}

.post_div a {
    text-decoration-line: none;
    color: unset;
    color: #68696f;
}

.post_div h5 {
    color: #68696d;
    font-size: 14px;
    margin: 0 0 14px;
}

.blogs_socila_links li {
    list-style: none;
    display: inline-block;
}

.blogs_socila_links li a.facebook {
    background-color: #3b5998;
}

.blogs_socila_links li a.instagram {
    background-color: #262626;
}

.blogs_socila_links li a.twitter {
    background-color: #1da1f2;
}

.blogs_socila_links li a.youtube {
    background-color: #cd201f;
}

.blogs_socila_links li a.pintereset {
    background-color: #bd081c;
}

.blogs_socila_links li a.linkedin {
    background-color: #0077b5;
}

.blogs_socila_links li a {
    width: 40px;
    height: 40px;
    border-radius: 6px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-decoration-line: none;
    margin: 0 2px;
}

.subscribe_div {
    background-color: #272c43;
    border-radius: 12px;
    padding: 30px 20px 25px;
}

.subscribe_div input {
    width: 100%;
    padding: 10px;
    font-size: 15px;
    border-radius: 6px;
    box-shadow: none !important;
    outline: none !important;
    border: 0;
}

.btn.load_more_btn {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
    color: #ffffff;
    background-color: #139ae7;
    border-radius: 6px 6px 6px 6px;
    padding: 13px 34px 13px 34px;
}
.subscribe_div button {
    background-color: #0475e5;
    color: #ffffff;
    font-size: 15px;
    border: 0;
    border-radius: 6px;
    margin-top: 14px;
    box-shadow: none !important;
    outline: none !important;
    width: 100%;
    padding: 10px;
}

.subscribe_div h5 {
    font-size: 17px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}

.subscribe_div p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin: 35px 0;
}

/* blog page css ends here */

/* career page css start */
.work_section.spacing_section1.values_section h6 {
    margin-top: 26px;
}
.values_section .work_box h6 {
    font-size: 22px;
    color: #191919;
}
.values_section .work_box p {
    font-weight: 400;
    font-size: 14px;
    color: rgba(45, 45, 67, 0.7);
    line-height: 1.8;
    min-height: 110px;
    margin-bottom: 0;
}
.work_section .col-lg-3:nth-child(even) .work_box {
    background-color: #1a75e5;
}
.work_section.values_section .col-lg-3:nth-child(even) .work_box p {
    color: #fff;
}
.grounds_section.hiring_section .work_box {
    padding: 0px 14px 48px;
    background: #f4f9fc;
    position: relative;
}
.grounds_section.hiring_section .work_box h5 {
    font-size: 17px;
    font-weight: 700;
    background: #2d7efa;
    color: #fff;
    padding: 10px;
}
.grounds_section.hiring_section .work_box .carrerbtn {
    display: block;
    font-size: 14px;
    padding: 6px 21px;
    margin-left: auto;
    position: absolute;
    right: 9px;
    bottom: 11px;
}
.align_section.spacing_section1 {
    background-color: #f4f9fc;
    padding: 150px 0 60px;
}
.board_section h5 {
    font-weight: 500;
    font-size: 19px;
    color: #2d2d43;
    margin: 13px 0;
}
.board_box p {
    font-weight: 400;
    font-size: 14px;
    color: rgba(45, 45, 67, 0.7);
    line-height: 1.8;
}
/* career page css end */

/* about us page css start */
.future_section .service_box {
    height: 100%;
    padding: 45px 20px 10px;
}
.work_section .col-lg-3:nth-child(even) span img {
    filter: brightness(0) invert(1);
}
.align_section.spacing_section1 {
    background-color: #f4f9fc;
    padding: 150px 0 60px;
}

.align_box h4 {
    font-size: 21px;
    margin-top: 15px;
    transition: 0.2s ease;
    font-weight: 500;
}

.align_box p {
    font-weight: 300;
    font-size: 14px;
    color: rgba(45, 45, 67, 0.7);
    margin-top: 34px;
    line-height: 1.8;
}

.align_section .box1:first-child .align_box,
.align_section .box1:last-child .align_box,
.align_section .box1:nth-child(3) .align_box:hover,
.align_section .box1:nth-child(2) .align_box:hover {
    background-color: #1a75e5;
    transition: 0.2s ease;
}

.align_section .box1:first-child .align_box:hover,
.align_section .box1:last-child .align_box:hover {
    background-color: #fff;
    transition: 0.2s ease;
}

.align_box {
    padding: 37px 21px 25px;
    border-radius: 12px;
    box-shadow: -4px 0px 21px rgb(0 0 0 / 8%);
    background-color: #fff;
    transition: 0.2s ease;
}

.align_box h4 {
    margin-top: 25px;
    color: #2d2d43;
    transition: 0.2s ease;
}

.align_section .box1:first-child .align_box:hover h4,
.align_section .box1:first-child .align_box:hover p,
.align_section .box1:last-child .align_box:hover h4,
.align_section .box1:last-child .align_box:hover p {
    color: #2d2d43;
    transition: 0.2s ease;
}

.align_section .box1:first-child .align_box .align_box .webp circle {
    fill: #fff;
    position: relative;
}

.align_section .box1:first-child .align_box .align_box .webp path {
    stroke: #1a75e5;
}

.align_section .box1:nth-child(3) .align_box .align_box {
    background-color: #ffffff;
    padding: 37px 21px 25px;
    border-radius: 12px;
    box-shadow: -4px 0px 21px rgb(0 0 0 / 8%);
}

.align_section .box1:first-child .align_box h4,
.align_section .box1 .align_box:hover h4,
.align_section .box1 .align_box:hover p,
.align_section .box1:last-child .align_box h4,
.align_section .box1:first-child .align_box p,
.align_section .box1:last-child .align_box p {
    color: #fff;
}

.align_section .box1:last-child .webp circle,
.align_section .box1:first-child .webp circle,
.align_section .box1 .align_box:hover .webp path,
.align_section .box1 .align_box:hover .webp path,
.align_section .box1 .align_box:hover .webp circle,
.align_section .box1 .align_box:hover .webp circle,
.align_section .box1:last-child .align_box:hover .webp path,
.align_section .box1:first-child .align_box:hover .webp path {
    fill: #fff;
}

.align_section .box1:last-child .webp path,
.align_section .box1:first-child .webp path,
.align_section .box1:last-child .align_box:hover .webp circle,
.align_section .box1:first-child .align_box:hover .webp circle,
.align_section .box1 .align_box:hover .webp path,
.align_section .box1 .align_box:hover .webp path {
    fill: #1a75e5;
}

.align_section .box1:first-child {
    margin-top: -70px;
}

.align_section .box1:nth-child(3) {
    margin-top: -40px;
}

.align_section .box1 {
    margin-bottom: 30px;
}

.flex_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.flex_box .box1 {
    width: 40%;
    margin: 0 14px 30px;
}
.philosophy_section {
    /* background-color: #F4F9FC; */
    padding: 100px 0 70px;
}

.philosophy_list li {
    position: relative;
    padding-left: 84px;
    margin-bottom: 30px;
}

.philosophy_list img {
    position: absolute;
    left: 0;
    top: 0;
}

.philosophy_list h5 {
    color: #2d2d43;
}

.philosophy_list p {
    font-weight: 400;
    font-size: 14px;
    color: rgba(45, 45, 67, 0.7);
}

.philosophy_section .sub_head2 h3 {
    font-weight: 600;
    font-size: 24px;
    color: #2d2d43;
    margin: 25px 0 30px;
}
/* about us page css end */

/* contact us page css start */
.for-cont ul li span {
    width: 90px;
    height: 90px;
}
.for-cont {
    padding-top: 15px;
    padding-bottom: 50px;
}
.for-cont ul li h6 {
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    color: #fff;
}
/* contact us page css end */

/* taxi booking app page css  */
.hero_section_texi_new {
    background-image: url(../images/taxi_images/texi_hero_section_bg.webp);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0 160px;
    position: relative;
    /* overflow-y: hidden; */
}
.hero_section_texi_new h1 {
    font-weight: 900;
    font-size: 45px;
    color: #fff;
}
.hero_section_texi_new h1 span {
    font-size: 50px;
    color: #f6ad00;
    text-transform: uppercase;
}
.hero_section_texi_new h2 {
    color: #f6ad00;
    font-weight: 500;
    font-size: 18px;
}
.main_taxi_button {
    background: #ffb300;
    border-radius: 10px;
    font-weight: 500;
    font-size: 16px;
    padding: 14px 28px;
    transition: 0.3s ease;
}
.hero_section_texi_new::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 20px;
    height: 100px;
    background-color: white;
}

.hero_section_texi_new::before {
    left: -2px;
    content: "";
    background: #fff;
    width: 100%;
    height: 100px;
    position: absolute;
    background-size: cover;
    background-position: center bottom;
    bottom: -55px;
    z-index: 1;
    transform: rotate(-3deg) skew(-2deg, 0deg);
}

.track_div {
    height: 63px;
    background-color: #333436;
    bottom: 14px;
    transform: rotate(-4.5deg) skew(-5deg, 0);
    z-index: 1026;
    position: absolute;
    left: -4px;
    right: 0px;
    box-shadow: 3px 0px 0px 0px #333436;
    overflow: hidden;
}

.track_div:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0px;
    width: 100%;
    margin: auto;
    height: 4px;
    background-color: #816420;
    bottom: 50px;
    transform: rotate(0deg) skew(-5deg, 0);
    z-index: 1026;
}

.track_div span {
    background-image: repeating-linear-gradient(
        90deg,
        transparent,
        transparent 20px,
        #b6b6b6 20px,
        #b6b6b6 40px
    );
    width: 100%;
    height: 3px;
    display: block;
    top: 30px;
    position: absolute;
}

.track_div span:before {
    content: "";
    background: #333436;
    width: 50px;
    height: 3px;
    display: block;
    top: 30px;
    position: absolute;
}

.car_move {
    position: absolute;
    left: -80px;
    top: 17px;
    max-width: 65px;
    -webkit-animation: mover1 9s infinite;
    animation: carmover1 9s infinite;
    animation-delay: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@keyframes carmover1 {
    0% {
        left: 0;
    }

    100% {
        left: 100%;
    }
}

.car_move1 {
    position: absolute;
    left: 0%;
    top: 17px;
    max-width: 65px;
    -webkit-animation: carmover2 9s infinite;
    animation: carmover2 9s infinite;
    animation-delay: 0.11s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@keyframes carmover2 {
    0% {
        left: 0;
    }

    100% {
        left: 100%;
    }
}

.track_div:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0px;
    width: 100%;
    margin: auto;
    height: 4px;
    background-color: #816420;
    bottom: 9px;
    transform: rotate(0deg) skew(-5deg, 0);
    z-index: 1026;
}

.hero_section_texi_new h1 {
    font-weight: 900;
    font-size: 45px;
    color: #fff;
}

.hero_section_texi_new h1 span {
    font-size: 50px;
    color: #f6ad00;
    text-transform: uppercase;
}

.hero_section_texi_new h2 {
    color: #f6ad00;
    font-weight: 500;
    font-size: 18px;
}

.hero_section_texi_new p {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.6;
}
.development_solution_section {
    padding: 60px 0 40px;
    position: relative;
}
.taxi_head1 .taxi_sub_head_big {
    color: rgba(167, 167, 167, 0.16);
    font-weight: 900;
    font-size: 88px;
    letter-spacing: -5px;
    position: relative;
    top: 39px;
    line-height: 1;
}
.taxi_head1 h2 {
    font-weight: 800;
    font-size: 40px;
    color: #000000;
}
.taxi_head1 p {
    font-weight: 400;
    font-size: 16px;
    color: #6d6d6d;
    margin-top: 10px;
}
.solution_hover_box {
    border-radius: 24px;
    overflow: hidden;
}

.solution_hover_box {
    border-radius: 24px;
    overflow: hidden;
}
.taxi_head1 h2 span,
.user_exp_section_p span {
    color: #f6ad00;
}

.solution_hover_box .solution_hover_box_img img {
    border-radius: 24px;
    width: 100%;
    height: 320px;
    object-fit: cover;
}

.solution_hover_box .solution_hover_box_img h3 {
    font-weight: 700;
    font-size: 24.9629px;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    margin-bottom: 0;
    transform: translate(-50%, -50%);
    text-align: center;
}

.solution_hover_box .solution_hover_box_content {
    width: 100%;
    height: 100%;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    position: absolute;
    top: 100%;
    background: rgba(43, 43, 43, 0.79);
    z-index: 1024;
}

.solution_hover_box:hover .solution_hover_box_content {
    top: 0;
    cursor: pointer;
}

.solution_hover_box:hover h3 {
    display: none;
}

.solution_hover_box_content h4 {
    color: #ffffff;
    font-weight: 700;
    font-size: 19.96px;
    position: relative;
    margin-bottom: 25px;
}

.solution_hover_box_content p {
    font-weight: 400;
    font-size: 15px;
    color: #fff;
}

.solution_hover_box_content h4:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -11px;
    width: 67px;
    height: 3px;
    background: #f6ad00;
}

.solution_hover_box_content h4 span {
    color: #f6ad00;
}

.taxi_head1 h4 {
    font-weight: 500;
    font-size: 15px;
    color: #f6ad00;
    text-transform: uppercase;
}

.user_exp_section_p {
    font-weight: 400;
    font-size: 17px;
    color: #1a1a1a;
}

.taxi_features_section {
    background-image: url("../images/taxi_images/features_bg.webp");
    background-size: cover;
    width: 100%;
    height: 100%;
    padding: 77px 0 100px;
}

.taxi_features_section .taxi_head1 .taxi_sub_head_big {
    color: rgb(167 167 167 / 28%);
}

.tax_tabing_section_new {
    margin-top: -29px;
}
.featues_tab .nav-tabs .nav-link {
    font-size: 17px;
    font-weight: 700;
    padding: 15px 32px 15px 32px;
    margin-right: 10px;
    border: 0;
    background-color: #f1f1f1;
    color: #000000;
    border-radius: 6px 6px 6px 6px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    margin-bottom: 7px;
}

.featues_tab .nav-tabs .nav-link.active {
    background-color: #ffb300;
}

.tax_tabing_section_new .featues_tab .nav-tabs .nav-link.active {
    color: #fff;
    border: 1px solid #ffb300;
    background-color: #ffb300;
}

.tax_tabing_section_new .featues_tab .nav-tabs .nav-link {
    margin-right: 20px;
    font-weight: 600;
}

.tax_tabing_section_new .featues_tab .nav-tabs .nav-item:last-child .nav-link {
    margin-right: 0;
}

.tax_tabing_section_new .featues_tab .nav-tabs .nav-link.active img {
    filter: brightness(0) invert(1);
}

.tax_tabing_section_new .featues_tab .nav-tabs .nav-link {
    background: #ffffff;
    border: 1px solid #cbcbcb;
}

.flex_tab1 h3 {
    font-weight: 700;
    font-size: 20px;
    color: #2a2a2a;
    margin: 17px 0 10px;
}

.flex_tab1 p {
    font-weight: 400;
    font-size: 14px;
    color: #2a2a2a;
    line-height: 1.7;
}

.left_side_flex {
    text-align: right;
}

.right_side_flex {
    text-align: left;
}

.left_side_flex,
.right_side_flex {
    width: 30%;
}

.center_side_flex {
    width: 40%;
}

.rider_img1 .alignment_img {
    text-align: center;
}

.rider_img1 .alignment_img span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: #fcb30136;
    animation: animate-pulse3 1.7s linear infinite;
    transform: translate(-50%, -50%);
}

@keyframes animate-pulse3 {
    0% {
        box-shadow: 0 0 0 0 #f6ad00;
    }

    40% {
        box-shadow: 0 0 0 50px #ffb30000;
    }

    80% {
        box-shadow: 0 0 0 30px #ffb30000;
    }

    100% {
        box-shadow: 0 0 0 0px #ffb30000;
    }
}

.admin_center_img {
    padding: 0 38px;
}

.rider_img1.admin_center_img .alignment_img span {
    width: 360px;
    height: 360px;
}

.process_step_box {
    display: block;
    width: 230px;
}

.process_step_box .process_step_box_inner {
    background: #fef5e0;
    border-radius: 25px;
    padding: 20px 20px 7px;
}

.process_step_box .process_step_box_inner span {
    color: #f6ad00;
    font-weight: 900;
    font-size: 45px;
    display: block;
}

.process_step_box .process_step_box_inner h3 {
    font-weight: 600;
    font-size: 19px;
    color: #000000;
    margin: 15px 0 10px;
}

.process_step_box_icon {
    margin-top: -50px;
}

.process_row {
    min-height: 790px;
    width: 95%;
    margin: auto;
}

.main_rotate_img {
    position: absolute;
    transition: transform 2s ease;
    animation: rotate 7s infinite ease;
    pointer-events: none;
}

@keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

.center_position_img {
    position: absolute;
    top: 53%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 54%;
    height: 54%;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.center_position {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.bottm_position {
    position: absolute;
    bottom: -90px;
    left: 50%;
    transform: translate(-50%, 0);
}

.process_row .right_position {
    position: absolute;
    top: 180px;
    right: 80px;
}

.left_position {
    position: absolute;
    top: 180px;
    left: 80px;
    display: flex;
    flex-direction: column-reverse;
}

.process_row .right_position .process_step_box,
.left_position .process_step_box {
    margin-bottom: 150px;
}

.taxi_process_section.common_spacing {
    padding: 70px 0 150px;
    margin-bottom: 50px;
}

.center_position span,
.bottm_position span,
.left_position span {
    text-align: right;
}

.right_position {
    text-align: right;
}

.right_position span {
    text-align: left;
}

.padding_img {
    width: 320px;
    height: 320px;
    border-radius: 100%;
    overflow: hidden;
}

.padding_img img {
    transition: 0.3s ease;
}

.padding_img:hover img {
    transform: scale(1.1);
    transition: 0.3s ease;
}

.center_position:before {
    content: "";
    position: absolute;
    right: -159px;
    top: 57px;
    background-image: url("../../product/images/taxi_images/arrow_img2.webp");
    background-size: contain;
    background-repeat: no-repeat;
    width: 74px;
    height: 85px;
    background-position: center;
}

.right_position .process_step_box:first-child:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 200px;
    background-image: url("../../product/images/taxi_images/arrow_img2.webp");
    background-size: contain;
    background-repeat: no-repeat;
    width: 74px;
    height: 85px;
    background-position: center;
    transform: translate(-50%, 0) rotate(45deg);
}

.bottm_position:before {
    content: "";
    position: absolute;
    right: -159px;
    top: 0;
    background-image: url("../../product/images/taxi_images/arrow_img2.webp");
    background-size: contain;
    background-repeat: no-repeat;
    width: 74px;
    height: 85px;
    background-position: center;
    transform: rotate(116deg);
}

.bottm_position:after {
    content: "";
    position: absolute;
    left: -159px;
    top: 0;
    background-image: url("../../product/images/taxi_images/arrow_img2.webp");
    background-size: contain;
    background-repeat: no-repeat;
    width: 74px;
    height: 85px;
    background-position: center;
    transform: rotate(180deg);
}

.left_position .process_step_box:first-child:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 200px;
    background-image: url("../../product/images/taxi_images/arrow_img2.webp");
    background-size: contain;
    background-repeat: no-repeat;
    width: 74px;
    height: 85px;
    background-position: center;
    transform: translate(-50%, 0) rotate(230deg);
}

.center_position:after {
    content: "";
    position: absolute;
    left: -159px;
    top: 59px;
    background-image: url("../../product/images/taxi_images/arrow_img2.webp");
    background-size: contain;
    background-repeat: no-repeat;
    width: 74px;
    height: 85px;
    background-position: center;
    transform: rotate(288deg);
}

.tech_slider_section_bg {
    background-image: url("../../product/images/taxi_images/tech_slider_bg.webp");
    padding: 100px 0;
}

.tech_slider_section_bg .taxi_head1 p {
    font-weight: 400;
    font-size: 15px;
}

.tech_slider_row {
    margin-top: -100px;
}

.tech_slider_row .tech1_box {
    border-top: 5px solid #f6ad00;
    box-shadow: 0px 24.0713px 25.0341px rgba(0, 0, 0, 0.04);
    padding-top: 0;
    min-height: 160px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 19.257px;
    justify-content: center;
}

.tech_slider_row .tech1_box h6 {
    position: unset;
    transform: unset;
    background-color: transparent;
    padding: 0 0 10px;
    width: 100%;
    margin-top: 5px;
}

.tech_slider_img_box {
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mySwipertech1_buttton {
    position: absolute;
    top: -45px;
    right: 0;
    display: flex;
}

.mySwipertech1_buttton .swiper-button-prev {
    margin-right: 30px;
    background-image: url("../../product/images/taxi_images/prev_icon.webp");
    /* background-size: contain; */
    width: 63px;
    height: 36px;
    background-repeat: no-repeat;
}

.mySwipertech1_buttton .swiper-button-next {
    margin-right: 30px;
    background-image: url("../../product/images/taxi_images/next_icon.webp");
    /* background-size: contain; */
    width: 63px;
    height: 36px;
    background-repeat: no-repeat;
    margin: 0;
}

.mySwipertech1_buttton .swiper-button-prev::after,
.mySwipertech1_buttton .swiper-button-next::after {
    content: unset;
}

.mySwipertech1_buttton .swiper-button-next,
.mySwipertech1_buttton .swiper-button-prev {
    position: unset;
    transform: unset;
}

.taxi_choose_section .taxi_head1 p {
    font-size: 14px;
}

.choose_list_box {
    background: #ffffff;
    border: 0.72839px solid #f6ad00;
    box-shadow: 0px 24px 14px rgba(0, 0, 0, 0.06);
    border-radius: 16.0246px;
    padding: 20px 20px 20px 83px;
    position: relative;
    margin-bottom: 20px;
    width: 128%;
}

.choose_list_box:last-child {
    margin-bottom: 0;
}

.choose_list_box img {
    position: absolute;
    top: 17px;
    left: 17px;
}

.choose_list_box h3 {
    font-weight: 800;
    font-size: 15.2962px;
    color: #212121;
}

.choose_list_box p {
    font-weight: 400;
    font-size: 13px;
    color: #212121;
}

.choose_taxi_img img {
    width: 100%;
}

.quote_section {
    background-image: url("../../product/images/taxi_images/quote_bg_img.webp");
    background-size: cover;
    width: 100%;
    height: 100%;
    padding: 77px 0 100px;
    background-position: center;
}

.taxi_faq_section .accordin_section {
    padding: 0 !important;
    background-color: transparent;
}

.taxi_faq_section .accordin_section .accordion-button:not(.collapsed) {
    background-color: #f6ad00;
}

.taxi_faq_section .accordin_section .accordion-button {
    background: #ffffff;
    border: 1.01576px solid #e9e9e9;
    border-radius: 5.07881px;
    padding: 18px 14px 18px 20px;
    box-shadow: none !important;
}

.taxi_faq_section .accordin_section .accordion-body {
    padding: 18px 14px 18px 20px;
}

.taxi_faq_section .accordin_section .accordion-item {
    box-shadow: 0px 15.2364px 24.3783px rgba(0, 0, 0, 0.04);
}

.taxi_faq_section .accordion-button::after {
    width: 31.55px;
    height: 31.55px;
    background-color: #f6ad00;
    border-radius: 100%;
    background-position: center;
    background-image: url("../../product/images/taxi_images/faq_arrow.webp");
    background-size: 15px;
}

.taxi_faq_section .accordin_section .accordion-button:not(.collapsed)::after {
    filter: unset;
    background-color: #fff;
    background-image: url("../../product/images/taxi_images/faq_arrow_up.webp");
}

.taxi_faq_section .accordin_section .accordion-body p {
    font-weight: 400;
    font-size: 15px;
    color: #414141;
}

.taxi_faq_section {
    padding-bottom: 70px !important;
}

.taxi_faq_section .accordin_section .accordion-body li {
    font-weight: 400;
    font-size: 15px;
    color: #414141;
    margin-top: 10px;
    list-style: circle;
}

.main_taxi_button:hover {
    transform: translateX(10px);
}

.tech1_box {
    background: #ffffff;
    box-shadow: 0px 2px 20px 4px rgb(198 198 198 / 25%);
    border-radius: 10px;
    min-height: 140px;
    margin-bottom: 10px;
    position: relative;
    z-index: 1024;
    text-align: center;
    padding-top: 25px;
    position: relative;
}

.mySwipertech {
    padding: 23px 0 75px;
}

.mySwipertech .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #fcb301;
}

.mySwipertech .swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
}

.tech1_box h6 {
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    margin-bottom: 0;
    position: absolute;
    left: 50%;
    bottom: -15px;
    transform: translate(-50%, 0);
    background: #fcb301;
    white-space: nowrap;
    width: 89%;
    padding: 7px 4px;
    border-radius: 4px;
    color: #2d2d43;
}

.tech1_box img {
    max-width: 65px;
}
/* taxi booking app page css  */

/* case study pages */
.test_case_About {
    margin-top: 90px;
}
.about_app {
    padding-right: 100px;
}
.about_app h2 {
    font-weight: 800;
    font-size: 32px;
    color: #2d2d43;
}
.about_app p {
    font-weight: 400;
    font-size: 15px;
    color: rgba(45, 45, 67, 0.7);
    margin-top: 20px;
    line-height: 1.8;
}
.idustry_services_main {
    display: flex;
    flex-wrap: wrap;
}

.industry_service span {
    display: block;
    color: #2d2d43;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 0px;
}
.industry_service a {
    text-decoration: none;
    font-size: 15px;
}
.industry_service p {
    text-decoration: none;
    color: rgba(45, 45, 67, 0.7);
    font-size: 15px;
}
.about_app_ss {
    margin-top: 85px;
    display: flex;
    justify-content: space-between;
}
.about_bg_panel {
    margin-top: 90px;
    padding: 4rem 0 4rem;
    background-color: #0475e5;
}
.about_bg_panel_heading h2 {
    font-weight: 800;
    font-size: 45px;
    color: #fff;
}
.main_app_details p {
    color: #fff;
    width: 100%;
    line-height: 28px;
    font-weight: 400;
    font-size: 15px;
}
.main_app_details p a {
    color: #fff;
    font-weight: 700;
}
.testimonial_panel {
    margin-top: 100px;
}
.user_img img {
    box-shadow: 0px 3px 15px 2px rgba(0, 0, 0, 0.11);
    border-radius: 50%;
}
.quot-icon {
    display: inline-block;
    margin-left: -30px;
    top: -15px;
    position: relative;
    left: -4px;
}
.quot-icon2 {
    position: relative;
    left: 2px;
    top: 15px;
    margin-left: auto;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
.user_review {
    margin: 0;
    font-size: 25px;
    color: #000;
    width: 100%;
    color: #2d2d43;
    position: relative;
    font-weight: 500;
    line-height: 38px;
}
.prcoess_container {
    margin-top: 100px;
}
.heading2 {
    font-weight: 800;
    font-size: 32px;
    color: #2d2d43;
}
.our_process_panel {
    padding: 2rem 0 3rem;
    display: flex;
    justify-content: space-between;
}
.heading4 {
    font-weight: 700;
    font-size: 24px;
    color: #2d2d43;
}
.process__list__wrap {
    position: relative;
    z-index: 2;
}
.process__num {
    position: absolute;
    left: 0;
    top: -119px;
    color: rgba(0, 0, 0, 5%);
    font-size: 150px;
    z-index: -1;
}
.process__list ul {
    padding-left: 0px;
    margin-bottom: 0px;
    margin-top: 15px;
}
.process__list ul li {
    padding: 2px 0;
    color: rgba(45, 45, 67, 0.7);
    font-size: 15px;
}
.project_Challenge {
    padding-top: 90px;
    padding-bottom: 90px;
}
.heading3 {
    font-weight: 800;
    font-size: 40px;
    color: #2d2d43;
    text-align: center;
}
.p__challeng_wrap {
    margin-top: 60px;
    position: relative;
}
.chall_num {
    position: absolute;
    color: rgba(0, 0, 0, 0.07);
    font-size: 150px;
    left: 0px;
    font-weight: 700;
    top: 61px;
    line-height: 0;
}
.chall_details {
    padding-left: 120px;
}

.chall_details h6 {
    color: #2d2d43;
    font-size: 30px;
    padding-bottom: 15px;
    font-weight: bold;
}
.chall_details p {
    margin: 0 0 20px;
    font-size: 15px;
    color: rgba(45, 45, 67, 0.7);
}
.more_case_studies {
    margin-top: 90px;
}
.more_case_Details {
    margin-top: 30px;
}
.case_name h3 {
    color: #2d2d43;
    font-size: 22px;
    font-weight: 600;
}
.case_name span {
    font-size: 15px;
    color: rgba(45, 45, 67, 0.7);
}
.start_partner_ship {
    margin-top: 90px;
    margin-bottom: 50px;
    background: url(../images/case_cta2.webp) no-repeat;
    background-size: auto;
    height: 500px;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    color: #fff;
    background-size: cover;
    align-items: center;
    text-align: center;
}
.img_heading {
    color: #fff;
}
.bg_panel {
    margin-top: 90px;
}
.web_image {
    background-color: #e7effd;
}

.benifits h4 {
    color: #fff;
    font-size: 16px;
}
.benifits p {
    font-size: 15px;
    color: #eaeaea;
}
.about_bg_panel2 {
    margin-top: 0px;
    padding: 3rem 0 3rem;
    background-color: #0475e5;
}
.cover_bg {
    background-color: #7767fe;
}
.caseroom_web {
    background-color: #f4c5d4;
}
.caseroom_bg {
    background-color: #ad183b;
}
.top_flant_heading {
    color: #fff;
    margin-bottom: 20px;
}
.main_app_details h2 {
    color: #fff;
}
.main_app_details h2 {
    margin-bottom: 20px;
}
.flant_accordian .accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #fff;
    text-align: left;
    background-color: #0475e5;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
        border-radius 0.15s ease;
    border: 1px solid #fff;
}
.flant_accordian .accordion-item {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
    margin-bottom: 10px;
}
.flant_accordian .accordion-button::after {
    background-image: url(../images/arrow_s.svg);
}
.tab_content p {
    font-weight: 500;
    margin-bottom: 0px;
}
.tab_content span {
    font-size: 15px;
    color: rgba(45, 45, 67, 0.7);
}
.tab_content strong {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}
.main_app_details {
    padding-left: 20px;
}
.about_app h2::before {
    content: "";
    position: absolute;
    left: 32px;
    bottom: -4px;
    transform: translate(-50%, 0);
    width: 63px;
    height: 3px;
    background: #2d7efa;
}
.benifit_h2 h2::before {
    content: "";
    position: absolute;
    left: 32px;
    bottom: -12px;
    transform: translate(-50%, 0);
    width: 63px;
    height: 3px;
    background: #fff;
}
.about_app_1 h2 {
    margin-bottom: 20px;
}
.about_app_1 h2::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -13px;
    transform: translate(-50%, 0);
    width: 63px;
    height: 3px;
    background: #2d7efa;
}
.how_we_help {
    background-color: #f3f9ff;
    padding-top: 80px;
}
.data_science__detail__panel {
    display: flex;
    justify-content: space-between;
    padding-bottom: 6rem;
    position: relative;
}
.data_science_left_sec {
    width: 50%;
    padding-right: 50px;
}
.data_science_right_sec {
    width: 50%;
}
.exp_enhamce p {
    color: rgba(45, 45, 67, 0.7);
    font-size: 15px;
}
.data_science_left_sec .sticky {
    position: sticky;
    top: 0px;
}
.about_app_1 {
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}
.industry_service {
    width: 47%;
    text-align: center;
    border-radius: 10px;
    min-height: 158px;
    margin-right: 15px;
    margin-bottom: 15px;
    padding: 13px;
}
.rel_icon {
    margin-top: 15px;
    margin-bottom: 10px;
}
.color1 {
    background-color: #eff5ff;
}
.color2 {
    background-color: #f6f0ff;
}
.color3 {
    background-color: #f6f0ff;
}
.color4 {
    background-color: #ffebf6;
}
.mb-85 {
    margin-bottom: 85px;
}
.rightbig_img {
    position: absolute;
    bottom: 100px;
    left: -140px;
}
.rightbig_img img {
    width: 700px;
}
.wav_web {
    background-color: #27738f;
}
.wave_about_bg {
    background-color: #27738f;
}
.wavehelp {
    background-color: #27738f24;
}
.hris_web {
    background-color: #fdfdf5;
}
.hris_bg {
    background-color: #f8e182;
}
.hris_detail h2 {
    color: #000 !important;
}
.hris_detail h4 {
    color: #000 !important;
}
.hris_detail p {
    color: #434242 !important;
}
.hris_detail h2::before {
    background: #000;
}
.hris_help {
    background-color: #fdfdf5;
}
/* case study pages */

.chatbot_dev_secton h1,.dedicated_dev_section h1{
    font-size: 65px !important;
}
.chatbot_dev_secton h1 span,.dedicated_dev_section h1 span {
    -webkit-text-stroke-width: unset !important;
    color: #2d7efa;
    -webkit-text-fill-color: unset !important;
}
.technologies-list-heading{
    color: #212529;
    text-decoration: none;
}

.mern-developer-banner{
    padding: 150px 0 150px !important;
}

.php-technologies-row .technologies_box {
    width: 20%;
}

.php-technologies-row .technologies_box:nth-child(4) h5{
    background-color: #000;
}
.php-technologies-row .technologies_box:nth-child(5) h5{
    background-color: #d63c44;
}
.engagement-modal-div .main_btn{
    font-size: 20px;
    margin-top: auto;
}
.engagement-modal-div .modal_box{
    display: flex;
    flex-direction: column;
}

/* apply popup css*/
.apply_form input {
    width: 100%;
    border: 1px solid #d3d3d399;
    font-size: 13px;
    padding: 17px 10px 14px 16px;
    border-radius: 5px;
}

.apply_form input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.apply_form input:focus,
.apply_form textarea:focus {
    border-color: #2d7efa;
    outline: none;
    box-shadow: none;
}

.apply_form .form-group label {
    position: absolute;
    top: -9px;
    left: 10px;
    font-size: 13px;
    background: white;
    padding: 0 6px;
    font-weight: 500;
}

.upload_cv_div i {
    font-size: 17px;
    color: #2196f3;
    cursor: pointer;
}

.upload_cv_div,
.apply_form textarea {
    width: 100%;
    border: 1px solid #d3d3d399;
    font-size: 13px;
    padding: 15px 10px 13px 15px;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.apply_form .main_btn {
    color: #fff;
    font-size: 16px;
    padding: 9px 28px;
    border-radius: 8px;
}

.modal-title.apply_title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    margin: 15px 0px 11px;
}

.modal-title.apply_title span {
    color: #0081fe;
}

.modal-body.apply_form {
    padding: 20px 33px;
}

#contactModal select.form-select {
    width: 100%;
    border: 1px solid #d3d3d399;
    font-size: 13px;
    padding: 17px 10px 14px 16px;
    border-radius: 5px;
    box-shadow: none !important;
}
.modal-dialog.modal-dialog-centered {
    max-width: 750px;
}
.modal-content {
    border-radius: 20px;
}

.modal-body {
    padding: 0;
}

/* apply popup css*/

/* contact us modal css */
div#contactUsModal {
    padding-left: 0px !important;
}

section.contact-popup input {
    background: #f3f6ff;
    border: 0.5px solid #e7e7e7;
    padding: 10px 15px;
    width: 100%;
    border-radius: 4px;
    margin: 0px auto 0px;
    font-size: 13px;
}

section.contact-popup input:focus-visible,
section.contact-popup select:focus-visible,
section.contact-popup textarea:focus-visible {
    outline: none;
}

form.mt-4.contactUSForm {
    margin-top: 12px !important;
}

section.contact-popup .one {
    overflow: hidden;
    text-align: center;
    background-image: url(../images/bg-c.webp);
    background-position: -8rem;
    background-repeat: no-repeat;
    height: 35.2rem;
    border-top-left-radius: 20px;
    background-size: cover;
    border-bottom-left-radius: 20px;
}

section.contact-popup .form p {
    padding: 0 12px;
    font-size: 14px;
    margin-bottom: 0 !important;
}

button.close {
    border: none;
    background: transparent;
}

ul.c-infor li {
    margin: 1rem auto;
    font-size: 15px;
}

ul.c-infor img {
    margin-right: 15px;
}

ul.c-infor {
    padding-left: 12px;
    text-align: left;
    list-style: none;
    margin-bottom: 5rem;
}

.socials {
    border-radius: 9.474px 0 0 47.368px;
    background: #395ffc;
    position: absolute;
    left: -37px;
    top: 7%;
}
.socials ul {
    list-style: none;
    padding: 10px;
}

img.bgs {
    position: absolute;
    width: 70%;
    height: 82vh;
    object-fit: cover;
    left: 0;
}

section.contact-popup .row {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 auto;
}

.popup-ctc .modal-content {
    border-radius: 20px;
}

section.contact-popup button#contactsubmit:hover {
    background: #1e69dd;
    transform: translateY(-7px);
    transition: 0.3s ease;
}

section.contact-popup button#contactsubmit {
    margin: 1rem auto 0;
    background: #2d7efa;
    border-radius: 10px;
    font-weight: 500;
    font-size: 16px;
    padding: 14px 28px;
    transition: 0.3s ease;
}

.iti.iti--allow-dropdown {
    margin: 0px auto 0px;
}

section.contact-popup textarea#message,
section.contact-popup select#services {
    background: #f3f6ff;
    border: 0.5px solid #e7e7e7;
    padding: 10px 15px;
    width: 100%;
    font-size: 13px;
    border-radius: 4px;
    margin: 0px auto 0px;
    resize: none;
}

section.contact-popup .form h3 {
    padding: 0px 12px 0;
}

section.contact-popup .form p {
    padding: 0 12px;
}

img.abs-pattern {
    position: absolute;
    left: 4%;
    top: 0px;
}
.btn-close {
    position: absolute;
    top: 10px;
    right: 18px;
    z-index: 8;
    opacity: 1;
}
section.contact-popup {
    z-index: 99999;
    background: #fff;
    border-radius: 20px;
}

.col-md-6.pad-miss {
    padding-right: 2px;
}
.contact-popup .form-group {
    margin: 6px auto;
}
.socials ul li {
    margin: 7px auto;
    text-align: center;
}
.technologies-text-overlay {
    font-size: 31px !important;
    position: absolute;
    bottom: 181px;
    right: 35px;
    text-stroke: 2px red;
    z-index: 2;
    rotate: 27deg;
}
@media (min-width: 575px) { 
    .techno_right_side ul li span img {
        width: 50%;
    }
}
@media (min-width: 992px) { 
    .position-static-drop{
        position: static !important;
    }
    header .dropdown-menu{
        min-width: calc(100% - 70px);
        margin-top:-10px !important;
    }
 }
/*  */
.short_head h5.modal-title {
    font-size: 27px;
    position: relative;
    line-height: 1;
    padding-left: 15px;
    font-weight: 600;
}

.modal-content.border-0 .modal-header.short_head {
    justify-content: center;
    border-radius: 11px;
    width: 100%;
    padding: 25px 0 25px;
    border: 0 !important;
}
.portfolio_modal_content {
    background-image: url(../images/pattern-21.webp);
    background-size: cover;
    background-position: center;
    padding: 24px 15px 5px;
    border-radius: 25px;
}



.portfolio_modal_content li img {
    max-width: 14px;
    position: absolute;
    left: 0;
    top: 8px;
}

.portfolio_modal_content p,
.portfolio_modal_content li {
    font-weight: 400;
    font-size: 14px;
    color: rgba(45, 45, 67, 0.7);
    line-height: 1.8;
    position: relative;
}

.portfolio_modal_content h3 {
    font-weight: 600;
    font-size: 22px;
    color: #292929;
    margin: 15px 0 25px;
}

.portfolio_modal_content h3 {
    position: relative;
}

.portfolio_modal_content h3:before {
    content: "";
    position: absolute;
    bottom: -10px;
    width: 54px;
    height: 3px;
    background: #2d7efa;
}

.portfolio_modal_content li {
    padding-left: 22px;
    margin-bottom: 5px;
}
.portfolio_popup_img {
    padding: 13px;
    background: #2d7efa1c;
}
.linked_images a {
    width: 31%;
    display: block;
    padding: 0 5px;
}

/*  */
.mini_heo_section.blog_details1 {
    background-image: unset;
}
.blogs_details_section {
    background-color: #f4f9fc;
}
.spacing_section {
    padding: 50px 0;
}
.contact_lsit li {
    display: inline-block;
    margin-right: 11px;
}
.contact_lsit a {
    color: #68696d !important;
    font-size: 16px;
}
.contact_lsit a i {
    color: #0475e5;
    font-size: 18px;
    margin-right: 6px;
}

/* blog detail page css */

.trending_text {
    font-size: 22px;
    color: #0475e5;
}
.columns_div.trending_post {
    height: auto;
    margin-bottom: 30px;
    border-radius: 30px;
}
.columns_div {
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
    background-color: white;
    height: 100%;
}
.columns_div a {
    text-decoration-line: none;
    color: unset;
}
.columns_div_img img{
    width: 100%;
}
.trending_post .columns_div_img img {
    border-radius: 30px 30px 0 0;
}

.columns_div_body{
    padding: 20px;
}
.trending_post .columns_div_body {
    margin-top: -35px;
    position: relative;

}
.trending_post .columns_div_body img {
    width: 30px;
    height: 30px;
    object-fit: cover;
    border-radius: 100%;
    margin-bottom: 15px;
}
.columns_div h4 {
    color: #0475e5;
    font-size: 20px;
    text-align: left;
    margin: 0 0 20px;
    min-height: 81px;
}
.columns_div.trending_post h4, 
.columns_div.trending_post p {
    min-height: unset;
    text-align: center;
}
.columns_div p {
    margin: 0;
    line-height: 1.5em;
    font-size: 14px;
    color: #777;
    min-height: 86px;
}
.columns_div_footer {
    padding: 9px 0px 15px;
    margin-bottom: 0;
    border-top: 1px solid #eaeaea;
}
.columns_div_footer small {
    font-size: 11px;
    margin-bottom: 13px;
    color: #adadad;
    margin: 0 4px;
}
.post_div {
    padding: 20px;
    background-color: #ffffff;
    border-radius: 0px 0px 0px 0px;
    box-shadow: 0 0 14px 0 rgb(0 0 0 / 11%);
}
.post_div h3 {
    color: #282c43;
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 16px;
}
.post_div p {
    font-size: 14px;
    margin: 0 0 14px;
}
.post_div a {
    text-decoration-line: none;
    color: unset;
    color: #68696f;
}
.blogs_socila_links li {
    list-style: none;
    display: inline-block;
}
.blogs_socila_links li a {
    width: 40px;
    height: 40px;
    border-radius: 6px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-decoration-line: none;
    margin: 0 2px;
}
.blogs_socila_links li a.facebook {
    background-color: #3b5998;
}
.blogs_socila_links li a.instagram {
    background-color: #262626;
}
.blogs_socila_links li a.twitter {
    background-color: #1da1f2;
}
.blogs_socila_links li a.youtube {
    background-color: #cd201f;
}
.blogs_socila_links li a.pintereset {
    background-color: #bd081c;
}
.blogs_socila_links li a.linkedin {
    background-color: #0077b5;
}
.subscribe_div {
    background-color: #272c43;
    border-radius: 12px;
    padding: 30px 20px 25px;
}
.subscribe_div h5 {
    font-size: 17px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}
.subscribe_div p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin: 35px 0;
}
.subscribe_div input {
    width: 100%;
    padding: 10px;
    font-size: 15px;
    border-radius: 6px;
    box-shadow: none !important;
    outline: none !important;
    border: 0;
}
.subscribe_div button {
    background-color: #0475e5;
    color: #ffffff;
    font-size: 15px;
    border: 0;
    border-radius: 6px;
    margin-top: 14px;
    box-shadow: none !important;
    outline: none !important;
    width: 100%;
    padding: 10px;
}
.columns_row h6 {
    font-weight: 600;
    font-size: 20px;
}
.columns_row h6 img {
    width: 60px;
    height: 60px;
    border-style: solid;
    border-radius: 100%;
    object-fit: cover;
    border-color: #282c43;
    margin-right: 10px;
}

.columns_div p.read_p {
    min-height: auto;
}
.columns_div p.read_p {
    color: #282c43;
    text-transform: uppercase;
    font-weight: 500;
    margin: 15px 0 0;
}

/* privacy page css */
.privacy_policy_section.spacing_section {
    padding: 122px 0 50px;
}
.privacy_policy_section h1 {
    font-size: 48px;
    font-weight: 600;
    position: relative;
    margin-bottom: 70px;
}
.privacy_policy_section h1:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -20px;
    transform: translate(-50%, 0);
    width: 63px;
    height: 5px;
    background: #2d7efa;
}
.privacy_policy_section p, .privacy_policy_section li {
    color: #68696f;
    font-size: 16px;
}
.privacy_policy_section h2 {
    font-size: 22px;
    font-weight: 600;
    margin-top: 25px;
}
.privacy_policy_section h3 {
    font-size: 17px;
    font-weight: 600;
}
.privacy_policy_section li {
    list-style: decimal;
    margin-bottom: 5px;
}

/* catalog page css */
.project-catalog-banner {
    background-image: url("../images/project-catalog-banner-img.png");
    background-position: bottom center;
    background-size: cover;
    height: 675px;
}
.project-catalog-banner .banner-details .banner-heading {
    color: #000;
    font-family: SF Pro Rounded;
    font-size: 53px;
    font-weight: 800;
}
.project-catalog-banner .banner-details .technology-pill {
    border-radius: 6px;
    background: #ebf2fe;
    padding: 8px 10px;
    color: #1e75f4;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.28px;
}
.project-catalog-banner .banner-details p {
    color: #686875;
    font-family: SF Pro Rounded;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
}
.project-catalog-banner .user-profile .user-img img {
    border: 2px solid rgba(30, 117, 244, 0.15);
    object-fit: cover;
}
.project-catalog-banner .user-profile .user-img .active-status {
    position: absolute;
    background-color: #30e14c;
    height: 10px;
    width: 10px;
    bottom: 3px;
    right: 0px;
}

.pros-section {
    padding: 50px 0;
}
.pros-section .let-proHandle {
    border-radius: 20px;
    background: #1e75f4;
    padding: 20px 1.5rem 30px;
}
.pros-section .let-proHandle .abslt-img {
    position: absolute;
    bottom: 0;
}
.pro-heading {
    font-size: 32px;
    font-weight: 600;
}
.pro-subheading {
    color: #ece7e7;
    font-size: 12px;
    font-weight: 500;
    line-height: 28px;
}
.how-it-works {
    font-size: 14px;
    font-weight: 600;
}
.projectDetails {
    background-color: #fafafa;
    padding: 30px 0;
}
.projectDetails .project-detail-heading {
    color: #000;
    font-size: 38px;
    font-weight: 600;
}
.projectDetails .project-detail-subheading {
    color: #696969;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
}
.projectDetails .details-list span {
    color: #a6a4a4;
    font-size: 12px;
    font-weight: 400;
    line-height: 10px;
}
.projectDetails .details-list p {
    color: #595959;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
}
.continue-payment-div {
    border-radius: 7px;
    border: 1px solid #f3f3f3;
    background: #fff;
    padding: 10px 0;
}
.continue-payment-div .total-payment-details h4 {
    color: #2f2a2a;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
}
.continue-payment-div .total-payment-details p {
    color: #a6a4a4;
    font-size: 12px;
    font-weight: 500;
    line-height: 10px;
}
.continue-payment-btn {
    border-radius: 12px;
    background: #1e75f4;
    padding: 13px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
}

/* thankyou page css */
.container.thank-you {
    margin-top: 10rem;
    margin-bottom: 3rem;
    text-align: center;
    height: 570px;
    position: relative;
    display: flex;
    align-items: center;
    background: #fff;
    justify-content: center;
    border-radius: 20px;
    box-shadow: 0 6px 20px 0 rgb(0 0 0 / 2%), 0 3px 20px 0 rgb(0 0 0 / 5%);
}
.container.thank-you:before {
    content: "";
    position: absolute;
    border-radius: 20px;
    box-shadow: 0 6px 20px 0 rgb(0 0 0 / 2%), 0 3px 20px 0 rgb(0 0 0 / 5%);
    width: 96%;
    height: 40%;
    z-index: -1;
    top: -24px;
    margin: 0 auto;
}
.container.thank-you img {
    width: 100%;
    max-width: 146px;
}
.container.thank-you h2 {
    margin-bottom: 18px;
    margin-top: 25px;
}
.container.thank-you a {
    margin-top: 16px;
    margin-bottom: 30px;
}

/* food develiery app page css */

.hide_p {
    height: 0;
    opacity: 0;
    width: 0;
    position: absolute;
    z-index: -1;
    pointer-events: none;
    color: #fff;
}
.food_hero_section {
    background-image: url('../images/main_img.webp');
    background-size: cover;
    width: 100%;
    height: 100%;
    padding: 200px 0;
    background-attachment: fixed;
}

.testimonial_box .c-name {
    font-size: 15px;
    font-weight: 600;
    position: absolute;
    right: 17px;
    bottom: 9px;
}
 
.testimonial_box .c-name svg {
    border: 1px solid #2759f5;
    border-radius: 100%;
    position: relative;
    width: 25px;
    height: 25px;
    margin-right: 4px;
}

.mainlogin_bg {
    background: #f5f6fa;
    height: 100vh;
    overflow: hidden;
}
.login-bg-container {
    background-image: url("../images/ios_bg.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
}
.login-bg-container::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(8px);
}

.login-container {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 500px;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    background: rgba(245, 246, 250, 0.16);
    box-shadow: 0px 4px 40px 22px rgb(0 0 0 / 6%);
    /* backdrop-filter: blur(5px); */
    padding: 30px 0;
}

.login_section .form-control { 
    background-color: rgb(250 250 250 / 20%) !important;
    color: #fff; 
    border: 0 !important;
    border-radius: 0.375rem !important;
    padding: 1rem 0.75rem 1rem 1rem !important;
    height: 50px;
}

.login_section .form-control::placeholder {
    color: #fff;
}

.login_section .btn.main_btn {
    background-color: #5479fa;
    border: 0 !important;
    border-radius: 0.375rem !important;
}

.number_field_wrap .iti.iti--allow-dropdown{
    width: 100%;
}

section.contact-popup.apply-now .one {
    background-image: url(../images/apply-now.webp);
    background-position: left;
    height: 40.2rem;
}


.list_blog img{
    object-fit: contain;
}
@media (max-width: 575px) {
    .position-static-drop .dropdown-menu {
        max-height: 200px;
        overflow-y: auto;
        overflow-x: hidden;
    }
}
.position-static-drop button.dropdown-toggle.show::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-right: 18px solid transparent;
    border-bottom: 18px solid #fff;
    border-left: 18px solid transparent;
    position: absolute;
    top: 20px;
    right: 0%;
    z-index: 9999;
}
.position-static-drop .dropdown-menu[data-bs-popper] {
    top: 90%;
}
.footer_services_heading::before,
.footer_hire_heading::before{
    content: '';
    position: absolute;
    height: 2px;
    background: #000;
    bottom: -5px;    
}
.footer_services_heading::before{
    width: 80px;
}
.footer_hire_heading::before{
width: 130px;
}

.mySwiper .owl-item.active,
.mySwiper3 .owl-item.active
 {
    transform: scale(1);
    transition: all .6s ease;
  }

.mySwiper .owl-item.active.center,
.mySwiper3 .owl-item.active.center
 {
    transform: scale(1.2);
  }

  .mySwiper.owl-carousel .owl-stage,
  .mySwiper3.owl-carousel .owl-stage
   {
    padding: 35px 0;
  }

  .mySwiperNew  .owl-item img,
  .mySwiper4 .owl-item img{
    display: inline-block !important;
    width: auto !important; 
}
