@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

  
header {
    position: absolute;
    left: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Outfit", sans-serif;
    line-height: 1;
    color: #1e1c54;
}

a {
    color: rgb(30 28 84);
}

header {
    top: 0;
    width: 100%;
    z-index: 99;
    position: relative;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .1);
    padding-top: 15px;
}

.header .stiky_logo {
    visibility: hidden;
    display: none
}

.sticky {
    position: fixed!important;
    background: #dbdbdb;
    background: -moz-linear-gradient(top, #dbdbdb 0, #fefefe 0, #f3f3f3 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, #dbdbdb), color-stop(0, #fefefe), color-stop(100%, #f3f3f3));
    background: -webkit-linear-gradient(top, #dbdbdb 0, #fefefe 0, #f3f3f3 100%);
    background: -o-linear-gradient(top, #dbdbdb 0, #fefefe 0, #f3f3f3 100%);
    background: -ms-linear-gradient(top, #dbdbdb 0, #fefefe 0, #f3f3f3 100%);
    background: linear-gradient(to bottom, #dbdbdb 0, #fefefe 0, #f3f3f3 100%);
    left: 0;
    top: 0;
    -ms-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -webkit-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out;
    width: 100%;
    padding: 10px 0
}

.header.sticky .stiky_logo {
    visibility: visible;
    display: block
}

nav {
    /* position: fixed; */
    z-index: 99;
    width: 100%;
    /* background: #ffffff; */
    float: right;
}

nav .wrapper {
    position: relative;
    padding: 0px 0;
    height: 70px;
    line-height: 70px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    float: right;
}

.wrapper .logo a {
    color: #f2f2f2;
    font-size: 30px;
    font-weight: 600;
    text-decoration: none;
}

.wrapper .nav-links {
    display: inline-flex;
}

.nav-links li {
    list-style: none;
}

.nav-links li a {
    color: #1e1c54;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    padding: 9px 15px;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.nav-links li a:hover {
    background: #1e1c54;
    color: #fff;
}

.row .mega-links li a:hover,
.nav-links li .drop-menu li a:hover {
    background: #ffffff !important;
    color: #566fb5 !important;
}

.nav-links .mobile-item {
    display: none;
}

.nav-links .drop-menu {
    position: absolute;
    background: #ffffff;
    width: 350px;
    line-height: 54px;
    top: 85px;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box {
    transition: all 0.3s ease;
    top: 70px;
    opacity: 1;
    visibility: visible;
    background: #fff;
}

.drop-menu li a {
    width: 100%;
    display: block;
    padding: 0 0 0 15px;
    font-weight: 400;
    border-radius: 0px;
}

.mega-box {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 0 15px 15px;
    top: 85px;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.mega-box .content {
    background: #ffffff;
    padding: 25px 20px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.mega-box .content .row {
    width: calc(25% - 30px);
    line-height: 45px;
}

.content .row img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content .row header {
    color: #f2f2f2;
    font-size: 20px;
    font-weight: 500;
}

.content .row .mega-links {
    margin-left: -40px;
    border-left: 1px solid rgba(255, 255, 255, 0.09);
}

.row .mega-links li {
    padding: 0 5px;
    width: 50%;
    float: left;
    line-height: 56px;
    font-weight: normal;
}

.row .mega-links li a {
    padding: 0px;
    padding: 0 20px;
    color: #000000;
    font-size: 17px;
    display: block;
}

.row .mega-links li a:hover {
    color: #1e1c54;
}

.mega-links li img,
.nav-links .drop-menu li img {
    margin-right: 5px;
}

.wrapper .btn {
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    display: none;
}

.wrapper .btn.close-btn {
    position: absolute;
    right: 10px;
    top: 0px;
    color: #1e1c54;
    font-size: 30px;
}

.head_social {
    float: right;
    width: 100%;
    text-align: right;
    margin-right: -9px;
    margin-bottom: 5px;
}

.head_social span a {
    margin-left: 15px;
    color: #1e1c54 !important;
    cursor: pointer;
    position: relative;
    z-index: 2;
}

.mobnum {
    padding: 5px 20px 5px 3px;
    border-radius: 25px;
    margin-left: 8px;
    font-size: 14px;
    background: #1e1c54;
    box-shadow: -15px 9px 22px -24px rgba(255, 255, 255, .1);
    -webkit-transition: color .2s;
    -moz-transition: color .2s;
    -ms-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s;
    position: relative;
}

.head_social span.mobnum a {
    color: #fff !important;
}

nav input {
    display: none;
}

.mob_phone,
.mob_rqstqut,
.mob_whatsaap,
.owl-pagination {
    display: none;
}

.inner_page .mainframe .breadcrumb {
    font-weight: 400;
    margin-bottom: 15px !important;
}

.mainframe .breadcrumb {
    /* position: absolute; */
    z-index: 50;
    /* top: 420px; */
    font-weight: 700;
    color: #fff;
    background: 0 0;
    border: 0;
    display: flex;
    flex-wrap: wrap;
}

.mainframe .breadcrumb>.active {
    color: #ccc;
}

.breadcrumb>li+li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #ccc;
    font-size: 11px;
}

.img-responsive {
    max-width: 100%;
    height: auto;
}

.inner_mainbanner {
    padding: 80px 0;
}

.inner_mainbanner h1 {
    font-size: 60px;
    color: #000;
    font-weight: 700;
}

p {
    font-size: 18px;
    color: #1d1e22;
    font-weight: 400;
    line-height: 26px;
}

footer {
    padding-top: 50px;
    width: 100%;
    float: left;
    border-top: 1px solid #dbdbdb;
    margin-top: 0;
}

.box.address ul {
    margin-top: 8px !important;
}

footer .box>ul>li,
footer .box>ul>li>a {
    color: #3e3e3d;
    display: block;
    font-size: 16px;
    line-height: 34px;
}

footer .box.link li {
    padding-bottom: 6px;
}

.box.address p strong,
.box.address ul strong {
    text-transform: uppercase;
    font-size: 16px;
}

a {
    text-decoration: none;
}

ol,
ul {
    margin: 0 !important;
    padding: 0 !important;
}

li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mrg_t_30 {
    margin-top: 30px
}

.footer_bdr_lft {
    border-left: 1px solid #efeeee;
    padding-left: 30px;
}

.footer_bdr_top {
    border-top: 1px solid #efeeee;
}

footer h2 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
}

footer .box.address h3 {
    font-size: 38px !important;
    font-weight: 700;
    margin-top: 0;
    color: #232255;
}

footer .box.address hr {
    width: 100px;
    margin: 10px 0;
    border-top: 2px solid #566eb5;
    opacity: 1;
}

footer p {
    color: #3e3e3d;
    font-size: 16px;
    line-height: 25px;
    margin-top: 10px;
}

.footer_product ul li,
.footer_service ul li {
    border-bottom: 0 !important;
    line-height: 34px;
}

.apply-bt {
    background: #5570b6;
    padding: 10px 21px;
    color: #fff;
    border-radius: 30px;
    margin-top: 5px;
    display: inline-block;
    -moz-transition: 250ms ease-in-out;
    transition: 250ms ease-in-out;
    cursor: pointer;
}

.footer_service ul:nth-child(2) {
    width: 52%;
}

.footer_service ul {
    width: 44%;
    float: left;
}

footer .bottom {
    background: #1e1c54;
    border-top: 1px solid #ececec;
    margin-top: 60px;
    padding: 20px 0;
    width: 100%;
}

footer .box.address .social>li>a>i {
    border: 1px solid #3e3e3d;
    border-radius: 100px;
    color: #3e3e3d;
    display: inline-block;
    font-size: 18px;
    height: 39px;
    line-height: 39px;
    text-align: center;
    width: 39px;
}

footer .box.address .social>li>a>i:hover {
    color: #fff;
    background: #566fb5;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
    transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
}

.box.address ul li span i,
.head_social span a i {
    margin-right: 10px;
}

.box.address .social>li {
    display: inline-block;
    margin-right: 5px;
}

footer .box>ul>li>a span {
    text-indent: -999999999px;
    display: none;
}

footer .bottom p,
footer .bottom p>a {
    color: #fff;
    margin: 0;
}

.ft-bottom-link {
    position: relative;
    text-align: right;
}

.ft-bottom-link a {
    color: #fff;
    margin-right: 10px;
    font-size: 13px;
}

.media-left {
    float: left;
    margin-right: 35px;
    margin-bottom: 15px;
}

.light_gray {
    padding: 80px 0;
    background: #f9f9f9 !important;
}

.light_gray h2 {
    font-size: 40px;
    margin: 0;
    color: #1d1e22;
    font-weight: 600;
    line-height: 50px;
    text-align: center;
    margin-bottom: 20px;
}

.wordpress_services .Services_box {
    padding: 25px 0;
    border-bottom: 1px solid #dfe3f7;
}

.wordpress_services .Services_box h3 {
    margin-left: 10px;
    font-size: 24px;
    color: #1d1e22;
    line-height: 34px;
}

li.requst .btn {
    width: 100% !important;
    border: 0;
    padding: 10px 15px !important;
    border-radius: 0;
    color: #fff;
    font-size: 16px !important;
    margin-top: 12px;
    margin-left: 10px !important;
    display: block;
}

li.requst:last-child>a.btn,
li.requst:last-child>span.btn {
    margin-right: 0;
    background: #566fb5;
    color: #fff !important;
}

svg {
    width: 37.502px;
    height: 43.75px;
    color: #566fb5 !important;
    fill: #566fb5 !important;
}

.svg_blue {
    fill: #566fb5;
}

.support {
    display: none;
}

.whatsapp1 {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    user-select: none;
    outline: transparent;
    width: auto;
    height: auto;
    margin-right: 28px;
    margin-left: 20px;
    border-radius: 20px;
    padding: 4px;
    z-index: 9999999;
    right: 0;
    left: auto;
    position: fixed;
    bottom: 20%;
}

.whatapp_icon {
    width: 44px;
    height: 43px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    font-size: 48px;
    color: #4fce5d;
    background: #fff;
    border-radius: 100px;
    box-shadow: #000 0 3px 12px;
}

.whatapptxt {
    line-height: 20px;
    font-size: 15px;
    font-weight: 700;
    margin-left: 2px;
    display: none;
}

.faq {
    padding: 80px 0 50px;
}

.accordion-button {
    font-size: 1.2rem;
    font-weight: 600;
}

.faq .accordion-item {
    color: var(--bs-accordion-color);
    background-color: var(--bs-accordion-bg);
    border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
    margin-bottom: 7px;
    border: 1px solid #edeaea;
    padding: 8px;
}

.faq .accordion-item:not(:first-of-type) {
    border-top: 1px solid #edeaea;
}

.faq .accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #052c65;
}

.faq .accordion-body {
    font-size: 18px;
}

.cta-section-2 {
    background-image: linear-gradient(96deg, #0a075c 5%, #5b85f1 72%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 90px;
    padding-bottom: 90px;
}

.cta-section-2 .cta-wrap-2 .cta-content .title {
    font-size: 36px;
    line-height: 48px;
    color: #fff;
    text-transform: capitalize;
}

#cssmenu.align-right ul ul,
.cta-section-2 .cta-wrap-2 .cta-btn {
    text-align: right;
}

.cta-section-2 .cta-wrap-2 .cta-btn .btn {
    display: inline-block;
    overflow: hidden;
    background-color: #27dd78;
    border-color: transparent !important;
    color: #fff;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 700;
    height: 60px;
    line-height: 56px;
    padding: 0 30px;
    border: 2px solid #005de0;
    box-shadow: none;
    transition: .3s 0;
    cursor: pointer;
    z-index: 1;
    position: relative;
    margin-right: 25px;
}

.cta-section-2 .cta-wrap-2 .cta-btn .btn i {
    margin-right: 5px;
}

.cta-section-2 .cta-wrap-2 .cta-btn .btn-white {
    background-color: #fff;
    border-color: transparent !important;
    box-shadow: 11px 10px 38px 0 rgba(46, 63, 99, .15);
    color: #005de0;
    margin-right: 0;
}

footer .box>ul>li i,
footer .box>ul>li>a i footer .box.address ul li span i,
footer .head_social span a i {
    margin-right: 10px;
}

.portfolio_btn {
    display: none;
    visibility: hidden;
}


/********************************************************************************home*******************************************************/

.carousel-caption {}

.carousel-caption {
    bottom: 40% !important;
    width: 70%;
    text-align: center;
    margin: 0 auto;
}

.carousel-caption h1 {
    color: #000;
    font-size: 60px;
    line-height: 68px;
    font-weight: 700;
    margin-bottom: 20px;
    -webkit-background-clip: text;
    background-clip: text;
    color: #00000000;
    background-image: linear-gradient(180deg, #801293, #E91E63);
}

.carousel-caption p {
    line-height: 30px;
    font-size: 16px;
}

.carousel-caption .btn,
.carousel-caption .btn2 {
    width: 250px;
    height: 50px;
    padding: 13px 15px;
    margin-top: 10px;
    margin-right: 10px;
    color: #1e1c54;
}

.carousel-caption .btn {
    border: 1px solid #566fb5;
    border-radius: 0;
    font-size: 18px;
}

.carousel-caption .btn2 {
    background: #566fb5;
    line-height: 22px !important;
    text-align: center;
    border: 1px solid #566fb5;
    border-radius: 0;
    font-size: 18px;
    color: #fff;
}

.hvr-bounce-to-right-01,
.hvr-bounce-to-right2 {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
}

.welcome {
    padding: 100px 0 70px;
    position: relative;
    width: 100%;
    text-align: center;
    background: #1e1c54;
}

.welcome .main-titile h2 {
    font-size: 44px;
    line-height: 51px;
    color: #fff;
    margin-bottom: 20px;
}

.welcom_txt {
    width: 72%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 20px;
}

.welcome p {
    margin-bottom: 20px;
    text-transform: initial;
    word-spacing: 1px;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 1.75;
    color: #fff;
}

.welcome p a {
    color: #fff;
}

.text-bt {
    color: #fff;
    position: relative;
    transition: .3s;
}

.text-bt::after {
    content: '';
    width: auto;
    height: 1px;
    background-color: #ffff;
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    transition: .3s;
}

.services {
    padding: 100px 20px 70px;
    position: relative;
    width: 100%;
}

.agency-section h3,
.services h3 {
    text-align: center !important;
    font-size: 40px;
    /* font-weight: 700 !important; */
    margin-bottom: 5px;
}

.agency-section h3 {
    text-align: left !important;
}

.services .inner-box {
    text-align: center;
    background: #fff;
    padding: 50px 38px 32px;
    -webkit-box-shadow: 0 0 14px #0003;
    box-shadow: 0 0 14px #0003;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
    border-radius: 20px;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}

.services .inner-box .box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.services .box p,
.site_lock .box p {
    line-height: 24px !important;
    font-size: 16px;
    color: #1d1e22;
    margin-bottom: 10px;
}

.services .inner-box a.servis_link {
    color: #232255;
    text-decoration: underline;
    font-weight: 500;
}

.icon-tem {
    display: inline-block;
    line-height: 1;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    color: #818a91;
    font-size: 48px;
    text-align: center;
    width: 54px;
    height: 50px;
    background: #e5eaf5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.blog-service .icon,
.services .box .icon {
    display: inline-block;
    height: auto;
    position: relative;
    width: auto;
    -webkit-border-radius: 90px 90px 90px 90px;
    border-radius: 90px;
}

.icon-box-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    margin-bottom: 15px;
    align-items: center;
}

.icon-box-content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.blog-service .icon svg,
.services .box .icon svg {
    display: inline-block;
    height: 36px;
    position: relative;
    width: 46px;
    margin-top: -12px;
}

.icon-box-icon {
    font-size: 70px;
    line-height: 78px;
    margin-bottom: 0;
    color: #5570b6;
}

.icon-box-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: center;
    padding: 0;
    margin-right: 20px;
    margin-top: 0;
}

.box h4 {
    color: #232255;
    font-size: 18px;
    margin: 0;
    font-weight: 600;
    line-height: 1.4rem;
    text-transform: uppercase;
}

.box h4 a {
    color: rgb(30 28 84);
}

.services .main-titile p {
    text-align: center;
}

.service-content {
    text-align: left;
}

.services .col-xs-12.col-md-3.col-sm-6 {
    margin-bottom: 20px;
}

.agency-section {
    position: relative;
    background: #f7f7f7;
    display: inline-block;
    width: 100%;
    padding: 108px 0;
}

.elementor-shape-top {
    top: -1px;
}

.elementor-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
    z-index: 2;
}

.elementor-shape-top svg {
    width: calc(100% + 1.3px);
    height: 72px;
}

.elementor-shape svg {
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.elementor-shape[data-negative=false].elementor-shape-bottom,
.elementor-shape[data-negative=true].elementor-shape-top {
    transform: rotate(180deg);
}

.elementor-shape-bottom {
    bottom: -1px;
}

.elementor-shape-bottom svg {
    height: 44px;
}

.elementor-shape .elementor-shape-fill {
    fill: #fff;
    transform-origin: center;
    transform: rotateY(0deg);
}

.elementor-shape .elementor-shape-fill {
    fill: #fff;
    transform-origin: center;
    transform: rotateY(0deg);
}

.agency-section img {
    mix-blend-mode: darken;
}

.main-titile h2,
.main-titile h2 span.smalltxt {
    text-align: center !important;
    /* font-weight: 700 !important; */
    margin-bottom: 5px;
}

.clients {
    margin: 0;
    float: left !important;
    width: 100% !important;
    position: relative;
    height: auto !important;
    padding: 70px 30px 50px;
}

.clients ul li {
    padding: 20px;
    text-align: center;
    width: 20% !important;
    float: left;
    margin-right: 0;
    height: 155px;
    list-style: none;
}

.clients ul li:first-child,
.clients ul li:nth-child(2),
.clients ul li:nth-child(3),
.clients ul li:nth-child(4) {
    border-right: 1px solid #dcdada;
    border-bottom: 1px solid #dcdada;
}

.clients ul li:nth-child(5) {
    border-right: 0 solid #dcdada;
    border-bottom: 1px solid #dcdada;
}

.clients ul li:nth-child(16),
.clients ul li:nth-child(17),
.clients ul li:nth-child(18),
.clients ul li:nth-child(19),
.clients ul li:nth-child(21),
.clients ul li:nth-child(22),
.clients ul li:nth-child(23),
.clients ul li:nth-child(24),
.clients ul li:nth-child(26),
.clients ul li:nth-child(27),
.clients ul li:nth-child(28),
.clients ul li:nth-child(29),
.clients ul li:nth-child(31),
.clients ul li:nth-child(32),
.clients ul li:nth-child(33),
.clients ul li:nth-child(34),
.clients ul li:nth-child(36),
.clients ul li:nth-child(37),
.clients ul li:nth-child(38),
.clients ul li:nth-child(39),
.clients ul li:nth-child(41),
.clients ul li:nth-child(42),
.clients ul li:nth-child(43),
.clients ul li:nth-child(44),
.clients ul li:nth-child(46),
.clients ul li:nth-child(47),
.clients ul li:nth-child(48),
.clients ul li:nth-child(49),
.clients ul li:nth-child(51),
.clients ul li:nth-child(52),
.clients ul li:nth-child(53),
.clients ul li:nth-child(54),
.clients ul li:nth-child(56),
.clients ul li:nth-child(57),
.clients ul li:nth-child(58),
.clients ul li:nth-child(59),
.clients ul li:nth-child(6),
.clients ul li:nth-child(61),
.clients ul li:nth-child(62),
.clients ul li:nth-child(63),
.clients ul li:nth-child(64),
.clients ul li:nth-child(66),
.clients ul li:nth-child(67),
.clients ul li:nth-child(68),
.clients ul li:nth-child(69),
.clients ul li:nth-child(7),
.clients ul li:nth-child(71),
.clients ul li:nth-child(72),
.clients ul li:nth-child(73),
.clients ul li:nth-child(74),
.clients ul li:nth-child(76),
.clients ul li:nth-child(77),
.clients ul li:nth-child(78),
.clients ul li:nth-child(79),
.clients ul li:nth-child(8),
.clients ul li:nth-child(9) {
    border-right: 1px solid #dcdada;
    border-bottom: 1px solid #d7d7d7;
}
.clients ul li:nth-child(55), 
.clients ul li:nth-child(60), 
.clients ul li:nth-child(65), 
.clients ul li:nth-child(70), 
.clients ul li:nth-child(75), 
.clients ul li:nth-child(80) {
    border-right: 0 solid #dcdada;
    border-bottom: 1px solid #d7d7d7;
}

.clients ul li:nth-child(10),
.clients ul li:nth-child(20),
.clients ul li:nth-child(25),
.clients ul li:nth-child(30),
.clients ul li:nth-child(35),
.clients ul li:nth-child(40),
.clients ul li:nth-child(45),
.clients ul li:nth-child(50) {
    border-right: 0 solid #8f8f8f;
    border-bottom: 1px solid #d7d7d7;
}

.clients ul li:nth-child(11),
.clients ul li:nth-child(12),
.clients ul li:nth-child(13),
.clients ul li:nth-child(14) {
    border-right: 1px solid #dcdada;
    border-bottom: 0;
}
.clients ul li:nth-child(81), 
.clients ul li:nth-child(82), 
.clients ul li:nth-child(83), 
.clients ul li:nth-child(84), 
.clients ul li:nth-child(85), 
.clients ul li:nth-child(86) {
    border-right: 1px solid #dcdada !important;
    border-bottom: 0 solid #d7d7d7;
}

.btn-main {
    width: 300px;
    height: 50px;
    border: 1px solid #000;
    padding: 10px 15px;
    border-radius: 0;
    color: #000;
    font-size: 16px;
    margin-top: 10px;
    text-align: center;
}

.home-blog {
    padding: 125px 0;
    background: #f9faff;
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 100%;
}

.home-blog h3 {
    color: #0a075c;
    margin-bottom: 20px;
    font-size: 46px;
}

.home-blog p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 35px;
    color: #000;
}

.home-blog .date {
    font-size: 15px;
    color: #777;
    margin-bottom: 15px;
}

.home-blog .entry-title {
    line-height: 27px;
}

.blog-content p {
    font-size: 17px;
    line-height: 26px;
}

.home-blog .title-right {
    position: absolute;
    top: 80px;
    right: 103px;
    font-size: 105px;
    color: rgba(246, 246, 246, 0.11);
    text-transform: uppercase;
    font-weight: 700;
    display: block;
}

.blog-preview {
    position: absolute;
    height: 0;
    width: 12%;
    top: 0;
    -webkit-transform: skew(0deg);
    -ms-transform: skew(0deg);
    transform: skew(0deg);
    border-top: 541px solid #3d599d;
    border-left: 600px solid transparent;
    right: 0;
    overflow: hidden;
    display: block;
    border-left-width: 600px;
    border-top-width: 754px;
}

.mfp-image-holder .mfp-content,
img {
    max-width: 100%;
    height: auto;
}

.home-blog .entry-title a {
    color: #232255;
    font-size: 23px;
    line-height: 30px;
}

.footertoppopup .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fdd526;
    background-clip: padding-box;
    /* border: 1px solid rgba(0, 0, 0, .2); */
    border-radius: .3rem;
    outline: 0;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    border-radius: 1rem;
}

.footertoppopup .modal-body,
.pding_40 {
    padding: 40px;
}

.enquiry_box label {
    line-height: 18px;
    font-size: 14px;
    width: 100%;
    text-align: left;
}

.modal-body .red {
    color: red;
}

.enquiry_box .form-control {
    border-width: 0 0 1px;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 15px;
    border-color: #566fb5;
    padding: .575rem .75rem !important;
    background: #fdd526;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.footertoppopup .btn.btn-success {
    font-size: 15px;
    text-transform: uppercase;
    width: 150px;
    padding: 15px;
    background: #566eb5;
    border: 1px solid #566db5;
    border-radius: 0;
    float: left;
}

.footertoppopup h3 {
    text-align: center;
    color: #fff;
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #566fb5;
    border-radius: 0;
}

.button {
    display: inline-block;
    padding: 1rem 3rem;
    border-radius: 10rem;
    color: #fff;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 0.15rem;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.carousel-caption .btn2:after,
.button:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #566fb5;
    border-radius: 10rem;
    z-index: -2;
}

.carousel-caption .btn2:after {
    border-radius: 0;
}

.carousel-caption .btn2:before,
.button:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #1e1c54;
    transition: all 0.3s;
    border-radius: 10rem;
    z-index: -1;
}

.carousel-caption .btn2:before {
    border-radius: 0;
}

.carousel-caption .btn2:hover,
.button:hover {
    color: #fff;
}

.carousel-caption .btn2:hover:before,
.button:hover:before {
    width: 100%;
}

.carousel-caption .btn {
    display: inline-block;
    padding: 1rem 3rem;
    border-radius: 0;
    color: #1e1c54;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 0.15rem;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    border: 1px solid #1e1c54;
    z-index: 1;
}

.btn-main {
    border-radius: 0;
    color: #1e1c54;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 0.15rem;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    border: 1px solid #1e1c54;
    z-index: 1;
}

.btn-main:after,
.carousel-caption .btn:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #566fb500;
    border-radius: 0;
    z-index: -2;
}

.btn-main:before,
.carousel-caption .btn:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #1e1c54;
    transition: all 0.3s;
    border-radius: 0;
    z-index: -1;
}

.btn-main:hover,
.carousel-caption .btn:hover {
    color: #fff;
}

.btn-main:hover:before,
.carousel-caption .btn:hover:before {
    width: 100%;
}


/********************************************************************************home*******************************************************/

.modal-dialog {
    max-width: 600px !important;
    margin: 30px auto;
}

.nav-links li a i {
    font-size: 10px;
}

.enquiry_box .modal-footer,
.enquiry_box .modal-header {
    border-radius: 0;
    /* background: #566fb5; */
    border: 0;
    /* padding-top: 0; */
}

.enquiry_box .modal-title {
    color: #000;
    font-size: 24px;
}

.btn-close {
    background: url(../images/close.svg) center no-repeat #fff;
    width: 2px;
    height: 0;
    border: 5px solid #fff !important;
}

.enquiry_box .modal-footer .btn {
    width: 200px;
    float: left;
    background: #05177a;
    color: #fff;
    text-transform: uppercase;
    /* box-shadow: inset 0 1px 5px #000; */
    /* margin: 0 auto; */
    border: 0;
    padding: 14px;
}

ul.listone li {
    margin-bottom: 10px;
}

.webprocess {
    padding: 80px 0;
}

.inner_page h3 {
    font-size: 36px;
    margin: 0;
    color: #1d1e22;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 15px;
}

ol.process-chart {
    color: #000;
    counter-reset: item;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 15px !important;
    padding: 0;
}

.process-chart h4 {
    margin-top: 15px;
    margin-bottom: 15px;
    color: #000;
}

ol.process-chart>li,
ol.process-chart>li>div {
    position: relative;
}

ol.process-chart>li {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.25) 0%, transparent 25%);
    background-color: #fff;
    counter-increment: item;
    flex-basis: 0;
    flex-grow: 1;
    margin: 1em 1em 1em -1em;
    min-width: 11.25em;
    padding: 1em 1em 1em 2em;
}

ol.process-chart>li:before,
ol.process-chart>li>div:before {
    color: rgba(0, 0, 0, 0.75);
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}

ol.process-chart>li:before {
    content: 'Step';
    display: inline-block;
    font-weight: 300;
    left: 2em;
    letter-spacing: 0.1em;
    position: absolute;
    top: 1em;
    transform: rotate(90deg);
    transform-origin: 25% 50%;
}

ol.process-chart>li:after {
    border-bottom: 1em solid transparent;
    border-left: 1em solid #fff;
    border-right: 0 solid transparent;
    border-top: 1em solid transparent;
    content: '';
    height: 100%;
    position: absolute;
    right: -1em;
    top: 0;
    width: 0;
    z-index: 1;
}

ol.process-chart>li>div {
    padding: 0 0 0 1em;
}

ol.process-chart>li>div:before {
    content: counter(item, decimal-leading-zero);
    font-size: 3em;
    font-weight: 500;
    line-height: 1;
}


/*** PRIMARY ***/

ol.process-chart>li:nth-of-type(6n+1) {
    background-color: #a2ed56;
}

.ecometce-process ol.process-chart>li:nth-of-type(6n+1) {
    background-color: #f5f5f5;
}

ol.process-chart>li:nth-of-type(6n+1):after {
    border-left-color: #a2ed56;
}


/*** SECONDARY ***/

ol.process-chart>li:nth-of-type(6n+2) {
    background-color: #83e4e2;
}

.ecometce-process ol.process-chart>li:nth-of-type(6n+2) {
    background-color: #f5f5f5;
}

ol.process-chart>li:nth-of-type(6n+2):after {
    border-left-color: #83e4e2;
}


/*** TERTIARY ***/

ol.process-chart>li:nth-of-type(6n+3) {
    background-color: #fd6470;
}

.ecometce-process ol.process-chart>li:nth-of-type(6n+3) {
    background-color: #f5f5f5;
}

ol.process-chart>li:nth-of-type(6n+3):after {
    border-left-color: #fd6470;
}


/*** QUATERNARY ***/

ol.process-chart>li:nth-of-type(6n+4) {
    background-color: #fca858;
}

.ecometce-process ol.process-chart>li:nth-of-type(6n+4) {
    background-color: #f5f5f5;
}

ol.process-chart>li:nth-of-type(6n+4):after {
    border-left-color: #fca858;
}


/*** QUINARY ***/

ol.process-chart>li:nth-of-type(6n+5) {
    background-color: #fddc32;
}

.ecometce-process ol.process-chart>li:nth-of-type(6n+5) {
    background-color: #f5f5f5;
}

ol.process-chart>li:nth-of-type(6n+5):after {
    border-left-color: #fddc32;
}

.ecometce-process ol li {
    margin-bottom: 10px;
}


/*** MEDIA QUERIES ***/

@media only screen and ( max-width: 40em) {
    ol.process-chart {
        margin: 1em 0 0 0;
        padding: 1em 0 0 0;
    }
    ol.process-chart>li {
        background: linear-gradient(rgba(0, 0, 0, 0.25) 0%, transparent 25%);
        flex-basis: inherit;
        margin: -1em 0 1em 0;
        min-width: inherit;
        padding: 1em 1em 0 1em;
    }
    ol.process-chart>li:before {
        left: 1em;
        top: 2em;
    }
    ol.process-chart>li:after {
        border-bottom: 0 solid transparent;
        border-left: 1em solid transparent!important;
        border-right: 1em solid transparent;
        border-top: 1em solid #fff;
        bottom: -1em;
        height: 0;
        left: 0;
        right: inherit;
        top: inherit;
        width: 100%;
    }
    ol.process-chart>li>div {
        padding: 1em 1em 0 1em;
    }
    /*** PRIMARY ***/
    ol.process-chart>li:nth-of-type(6n+1):after {
        border-top-color: #a2ed56;
    }
    /*** SECONDARY ***/
    ol.process-chart>li:nth-of-type(6n+2):after {
        border-top-color: #83e4e2;
    }
    /*** TERTIARY ***/
    ol.process-chart>li:nth-of-type(6n+3):after {
        border-top-color: #fd6470;
    }
    /*** QUATERNARY ***/
    ol.process-chart>li:nth-of-type(6n+4):after {
        border-top-color: #fca858;
    }
    /*** QUINARY ***/
    ol.process-chart>li:nth-of-type(6n+5):after {
        border-top-color: #fddc32;
    }
}

.web-design-matters {
    background: #f9f9f9;
    padding: 80px 0;
}

.webdesigntab_section {
    padding: 80px 0;
}

.webdevelop_tab {
    max-height: 600px;
    overflow-y: auto;
    padding: 0 30px;
    border-left: 1px solid #a8abac;
    overflow-x: hidden;
}


/* width */

.webdevelop_tab::-webkit-scrollbar {
    width: 10px;
}


/* Track */

.webdevelop_tab::-webkit-scrollbar-track {
    background: #f1f1f1;
}


/* Handle */

.webdevelop_tab::-webkit-scrollbar-thumb {
    background: #1e1c54;
}


/* Handle on hover */

.webdevelop_tab::-webkit-scrollbar-thumb:hover {
    background: #1e1c54;
}

.webdesigntab_section .servisbox {
    padding: 25px 0;
    border-bottom: 1px solid #a8abac;
    margin-bottom: 15px;
}

.webdesigntab_section .servisbox:last-child {
    border: none !important;
}

.webdesigntab_section .servisbox .icon-box-wrapper,
.webdesigntab_section .servisbox p {
    margin-bottom: 10px;
}

.webdesigntab_section .servisbox svg {
    width: 45.502px;
    height: 45.75px;
}

.listing li {
    list-style-position: inside;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 11px;
}

.servisbox .listing li::before {
    font-family: FontAwesome;
    content: "\f111" !important;
    font-size: 9px;
    color: #9C27B0 !important;
    margin-right: 5px;
    margin-top: -5px;
    top: -2px;
    /* padding: initial; */
    position: relative;
}

.servicetab .approach_web .media.col-md-6 {
    width: 48%;
    margin: .5%;
}

.servicetab .approach_web .media {
    padding: 30px 40px;
}

.approach_web .media {
    background-image: linear-gradient(96deg, #0a075c 5%, #5b85f1 72%);
    margin-bottom: 15px;
    border-radius: 50px;
    width: 100%;
    float: left;
    padding: 30px 20px;
}

.approach_web .media h3 {
    color: #fff !important;
    font-size: 26px;
    margin-bottom: 15px;
    line-height: 28px;
}

.tab_section.servicetab .media p {
    color: #fff !important;
    text-align: left;
}

.approach_web .media:nth-child(2) {
    background-image: linear-gradient(96deg, #0a075c 5%, #8a43f9 72%);
}

.approach_web .media:nth-child(3) {
    background-image: linear-gradient(96deg, #0a075c 5%, #ed5d71 72%);
}

.approach_web .media:nth-child(4) {
    background-image: linear-gradient(96deg, #0a075c 5%, #9be69d 72%);
}

.approach_web .media:nth-child(5) {
    background-image: linear-gradient(96deg, #0a075c 5%, #008be6 72%);
}

.tab_section.servicetab .media p {
    color: #fff !important;
    text-align: left;
}

.tab_section.servicetab svg {
    float: left;
    width: auto !important;
    width: 100px;
    height: 100px;
}

.e-agency {
    padding: 50px 0;
}

.mainaera-padding,
.servicetab {
    padding-top: 80px;
    padding-bottom: 80px;
}

.framework-section {
    background-color: #f9f9f9;
    padding-top: 80px;
    padding-bottom: 80px;
}

.framework-section .hdingone {
    margin-bottom: 20px;
}

ul.listing-style-three {
    margin-bottom: 35px !important;
    position: relative;
}

.framework-section .media ul.listing-style-three li {
    list-style-position: outside;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0;
    padding-left: -2px;
    padding-top: 0;
    padding-bottom: 10px;
    list-style: disc;
    padding-left: 0;
    margin-left: 0;
    list-style-position: inside;
}

ul.listing-style-three li {
    list-style-position: inside;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 0;
    padding-left: 22px;
    padding-top: 6px;
    padding-bottom: 5px;
    font-weight: normal;
    color: #1d1e22;
    /* font-family: var(--bs-body-font-family); */
}

.blogmain {
    width: 100%;
    display: flex;
    gap: 50px;
}

.blog-content {
    /* margin-right: 50px; */
    width: 34%;
}

.blog-content .blog-pic img {
    width: 100%;
    margin-bottom: 10px;
}

h2 {
    font-size: 40px;
    margin: 0;
    color: #1d1e22;
    font-weight: 600;
    line-height: 50px;
    margin-bottom: 10px;
}

ul.listing-style-three li::before {
    font-family: FontAwesome;
    content: "\f068";
    font-size: 11px;
    color: #232255;
    margin-right: 15px;
    position: absolute;
    left: 0;
}

.framework-section ul.listing-style-three li::before {
    color: #333;
}

.bg_white {
    background: #fff;
}

.ecommerce-agency .srvisbox h4 {
    font-size: 24px;
}

.ecommerce-agency .srvisbox {
    padding: 15px;
    border: 1px solid;
    margin-bottom: 15px;
    height: 100%;
}

.ecommerce-agency .col-md-3 {
    margin-bottom: 20px;
}

.ecomerce_logos {
    margin-top: 50px;
}

.ecomerce_logos ul {
    justify-content: center !important;
    display: flex;
    flex-wrap: wrap;
}

.ecomerce_logos ul li {
    width: 19%;
    float: left;
    margin: 5px 5px 15px;
    border-radius: 16px;
    padding: 15px;
    text-align: center;
    background: #ffffff;
    border: 1px solid #3f51b563;
}

.ecomerce_logos ul li img {
    width: 150px;
    height: auto;
}

.ecomerce_logos h3 {
    font-size: 32px;
    text-align: center;
}

.ecomerce_logos ul li .heading {
    font-size: 18px;
    background: #5570b6;
    width: 100%;
    float: left;
    color: #fff;
    padding: 5px 0;
    border-radius: 40px;
}

.blog-photo,
.portfolio-item .portfolio-image {
    position: relative;
    overflow: hidden;
}

.blog-photo img,
.blog-service a {
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
}

.blog-photo img {
    width: 100%;
    height: auto;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    transition: .3s linear;
    transition: transform .2s;
}

.themeioan_services .blog-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    margin-top: -1px;
    width: 100%;
    background-color: #ffffff00;
    padding: 10px 16px 20px;
    -webkit-transition: transform .3s cubic-bezier(0, 0, .5, .99);
    -moz-transition: transform .3s cubic-bezier(0, 0, .5, .99);
    -webkit-border-radius: 20px 20px 20px 20px;
    border-radius: 20px;
}

.themeioan_event .event-content .title,
.themeioan_services .blog-content .title {
    font-size: 20px;
    line-height: 1.3 !important;
    color: #1e1c54;
    text-align: center;
    height: auto;
}

.themeioan_services .blog-content .title a {
    color: #1e1c54;
    margin-bottom: 0;
    display: block;
}

.themeioan_services .blog-content .title a:hover,
a:hover {
    color: #5570b6;
}

.themeioan_services .blog-content p {
    font-weight: 400;
    font-size: 16px !important;
}

.blog-photo img:hover {
    transform: scale(1.08);
}

.wrap-bg {
    padding: 80px 15px;
    position: relative;
}

.themeioan_services article {
    position: relative;
}

.inner_mainbanner .main-titile h2 {
    font-size: 22px;
    text-align: left !important;
    line-height: 26px;
    margin-bottom: 15px;
}

.srvland-services {
    padding: 80px 0;
    background: #f5fbff;
}

.srvland-services .service-list {
    column-count: 2;
    list-style: disc;
    padding-left: 15px;
}

.srvland-services .service-list li {
    list-style: disc;
    margin-bottom: 30px;
    max-width: 344px;
}

.srvland-services .service-list li::marker {
    width: 6px;
    height: 6px;
    color: #5570b6;
}

.srvland-services .service-list .heading {
    font-weight: 700;
    font-size: 18px;
    line-height: 32px;
    color: #0f2137;
    margin: 0 0 16px;
}

.srvland-services .service-list p {
    font-size: 16px;
    line-height: 26px;
    color: #6c7176;
    margin: 0;
}

.our-blog .work-process .col-md-6 {
    margin-top: 40px;
}

.process-box {
    background: right #eff3ff;
    padding: 20px 10px;
    border-radius: 12px;
    position: relative;
    box-shadow: 2px 2px 7px 0 #00000057;
    min-height: 100%;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.process-step {
    background: #5570b6;
    text-align: center;
    width: 89%;
    margin: 0 auto;
    color: #fff;
    height: 100%;
    padding-top: 8px;
    position: relative;
    top: -36px;
    border-radius: 0 0 10px 10px;
    box-shadow: -6px 8px 0 0 #00000014;
    left: 12px;
}

.process-step:after,
.process-step:before {
    border-bottom: 8px solid #212056;
    display: inline-grid;
    content: "";
}

.process-step:before {
    border-top: 8px solid #ff000000;
    border-left: 8px solid #212056;
    border-right: 8px solid #ff000000;
    position: absolute;
    right: -16px;
    top: 0;
}

.mobileapp .process-step:after {
    border-top: 8px solid #04889800;
    border-left: 8px solid #04889800;
    border-right: 8px solid #212056;
    position: absolute;
    left: -16px;
    top: 0;
}

.process-step .numbr {
    font-size: 42px;
    line-height: 137px;
    padding: 6px !important;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}

.our-blog .process-box .heading {
    font-size: 22px !important;
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}

.process-box p {
    z-index: 9;
    line-height: 26px;
}

.our-blog {
    padding: 80px 0;
    background: #f9f9f9;
}

.mobileapp .app_img img {
    margin-top: 50px;
    top: 200px;
    height: auto;
}

.app_img img {
    position: sticky;
}

.softwares {
    background: #1e1c54 !important;
}

.softwares .hdingone {
    font-weight: 600 !important;
    margin-bottom: 25px;
    font-size: 30px;
    margin-top: 10px;
    line-height: 33px;
    color: #fff;
    text-align: center;
}

.softwares .ecomerce_logos ul {
    justify-content: center !important;
    display: flex;
    flex-wrap: wrap;
}

.softwares .ecomerce_logos ul li {
    width: auto !important;
    float: left;
    margin: 5px 5px 15px;
    background: #5570b6;
    border-radius: 50px;
    padding: 5px 15px;
    text-align: center;
}

.softwares .ecomerce_logos ul li .heading {
    font-size: 18px;
    background: inherit !important;
    width: 100%;
    float: left;
    color: #fff;
    padding: 5px 0;
    border-radius: 40px;
}

.mobileapp .work-process {
    padding: 80px 0;
}

.call-btn,
.call-btn-two {
    padding: 11px 30px;
    border-radius: 25px;
    margin-left: 5px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 15px;
    display: inline-block;
    position: relative;
    color: #fff;
    margin-right: 5px;
}

.call-btn-two {
    background: #566fb5;
    box-shadow: -14px 11px 28px -7px rgba(0, 0, 0, .36);
    -webkit-box-shadow: -14px 11px 28px -7px rgba(0, 0, 0, .36);
    -moz-box-shadow: -14px 11px 28px -7px rgba(0, 0, 0, .36);
    -webkit-transition: color .2s;
    -moz-transition: color .2s;
    -ms-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s;
}

.call-btn {
    background: #1e1c54;
    -webkit-box-shadow: -14px 11px 28px -7px rgba(0, 0, 0, .36);
    -moz-box-shadow: -14px 11px 28px -7px rgba(0, 0, 0, .36);
    transition: color .2s;
}

.desk-hide {
    display: none;
}

.two_box {
    background: #fff;
    padding: 80px 0;
}

.two_box.ecommerce-agency .srvisbox {
    padding: 20px;
    border: 0;
    margin-bottom: 15px;
    height: 100%;
    box-shadow: 0 0 14px #0003;
    border-radius: 15px;
}

.two_box.ecommerce-agency .srvisbox svg {
    width: 55px;
    height: 55px;
}

.two_box.ecommerce-agency .col-md-6 {
    margin-bottom: 20px;
}

.box_three {
    background: #fff;
}

.box_three .about-caption {
    padding: 25px 0;
    border-bottom: 1px solid #dfe3f7;
    height: 100%;
}

.box_three .about-caption ul {
    margin-bottom: 0 !important;
}

.inner_page_main.e-agency {
    background: #eff1f5;
    padding: 50px 0;
}

.inner_page_main.e-agency h6 {
    font-size: 20px;
    margin-bottom: 15px;
}

.light_blue {
    background: #f4f7ff;
}

.framework-section .wordpress_srvis .srvisbox:hover {
    box-shadow: 0 10px 10px -4px #ccc;
    background-color: #f2f5ff;
}

.framework-section .wordpress_srvis .srvisbox {
    text-align: center;
    padding: 30px 20px;
    -webkit-box-shadow: 0 0 14px #0003;
    box-shadow: 0 0 14px #0003;
    margin-top: 30px;
    z-index: 2;
    border-radius: 10px;
    height: 90%;
    width: 100%;
    float: left;
    line-height: 23px;
    box-shadow: 0 10px 10px -4px #ccc;
    border: 1px solid #ccc;
    border: 1px solid;
    padding: 30px 35px 30px;
    display: block !important;
    display: flex;
    background-color: #fff;
    position: relative;
    text-align: center;
    transition: .5s;
    justify-content: center;
    border-image-slice: 1;
    border-image-source: linear-gradient(180deg, #566fb5 0%, rgba(255, 255, 255, 0) 99%);
}

.framework-section.ecommerce-agency.headingbox .wordpress_srvis .srvisbox {
    height: 75%;
}

.framework-section .wordpress_srvis .srvisbox .iconServi3 {
    position: absolute;
    right: 30px;
    top: -30px;
    height: 55px;
    width: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s all;
    padding: 8px;
    border: 1px solid #566fb5;
    background: linear-gradient(179deg, #cad4ef 0%, rgb(242 245 255 / 70%) 99%);
    border-image-slice: 1;
    border-image-source: linear-gradient(180deg, #566fb5 0%, #fff0 99%);
    border-bottom: 0;
}

.framework-section .wordpress_srvis .srvisbox h3 {
    color: #566fb5;
    font-size: 24px;
    margin-bottom: 10px;
    line-height: 26px;
}

.framework-section .wordpress_srvis .col-md-4 {
    margin-bottom: 35px;
}

.media ul.listing-style-three li::before {
    display: none;
}

.listing li::before {
    font-family: FontAwesome;
    content: "\f111";
    font-size: 11px;
    color: #566fb5;
    margin-right: 5px;
}

.text-left {
    text-align: left !important;
}

.pb-80 {
    padding-bottom: 80px;
}

.mobileapp .Platforms.price-area {
    background-image: linear-gradient(to right top, #051937, #004d7a, #5570b6, #232255, #232255);
    padding: 80px 0;
}

.Platforms.price-area h3 {
    margin-bottom: 30px;
    text-align: center;
    color: #fff;
    /* text-transform: uppercase; */
}

.mobileapp .Platforms.price-area.seo-page.woocomers .inner-box {
    min-height: 330px;
    padding: 30px;
    height: auto;
    background: 0 0 / contain no-repeat #f5f7f8 !important;
    /* min-height: 300px; */
    height: auto;
    -webkit-transition-duration: .3s;
    -webkit-transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    border-radius: 20px;
    border: 1px solid #f5f7f8 !important;
    /* padding: 70px 70px 70px 158px; */
    transition: .5s;
    margin-bottom: 15px;
}

.service-heading {
    width: 100%;
    position: relative;
}

.Platforms.price-area h2 {
    margin-bottom: 30px;
    text-align: center;
    color: #fff;
}

.Platforms.price-area .inner-box .box h3 {
    color: #232255;
    font-size: 24px !important;
    margin: 0;
    text-align: left;
    line-height: 28px;
}

.customized {
    padding: 80px 0;
}

.approach_web.woocomerce_Customiz .media,
.approach_web.woocomerce_Customiz .media p {
    color: #fff;
    text-align: center;
}

.approach_web.woocomerce_Customiz .media {
    background-image: linear-gradient(96deg, #0a075c 5%, #5b85f1 72%);
    margin: .5%;
    border-radius: 25px;
    width: 49%;
    float: left;
    padding: 30px 20px;
    min-height: 220px;
}

.approach_web .media:nth-child(2) {
    background-image: linear-gradient(96deg, #0a075c 5%, #8a43f9 72%);
}

.approach_web .media:nth-child(3) {
    background-image: linear-gradient(96deg, #0a075c 5%, #ed5d71 72%);
}

.approach_web .media:nth-child(4) {
    background-image: linear-gradient(96deg, #0a075c 5%, #4CAF50 72%);
}

.e-agency p {
    /* line-height: 1.9rem; */
    padding-bottom: 5px;
    /* font-size: 15px; */
    margin-bottom: 20px;
}

.e-agency h3 {
    margin-bottom: 25px;
}

.e-agency h5 {
    font-size: 22px;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.call-btn:hover,
.call-btn-two:hover {
    color: #fff;
}

.box_lft {
    display: flex;
    margin-bottom: 15px;
}

.framework-section .wordpress_srvis .box_lft .srvisbox {
    text-align: left !important;
    margin-top: 0 !important;
    height: 100%;
}

.framework-section .wordpress_srvis .box_lft .srvisbox ul {
    margin: 0 !important;
}

.ptb-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.framework-section.ecommerce-agency.headingbox .wordpress_srvis.twobox .srvisbox {
    height: auto !important;
}

.inner_mainbanner .main-titile span {
    font-size: 20px !important;
    margin-bottom: 15px;
    /* float: left; */
}

.inner_mainbanner .main-titile li span {
    font-size: 16px !important;
    margin-bottom: 15px;
}

.img-section figure {
    position: relative;
    display: inline-block;
    z-index: 1;
    margin: 0 30px 0 0;
}

.img-section figure::before {
    content: "";
    position: absolute;
    left: 37px;
    top: 45px;
    width: 97%;
    height: 100%;
    z-index: -1;
    background-color: #fff;
    border-radius: 10px;
    right: 0;
    margin: auto;
    bottom: 0;
}

.img-section figure::after {
    content: "";
    position: absolute;
    left: 30px;
    top: 30px;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    z-index: -2;
    background-image: linear-gradient(transparent 10%, #1e1c54 96%);
}

.why-choose-img {
    position: sticky;
    top: 80px;
}

.why-choose-wrap {
    padding: 20px;
    border: 1px solid #1e1c5421;
    border-radius: 10px;
    transition: all .3s ease;
}

.why-choose-img img {
    width: 100%;
}

.why-choose {
    padding: 80px 0;
    background: #f5fbff;
    margin-top: 50px;
}

.why-choose-wrap h5 {
    transition: all .3s ease;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.2;
    margin-bottom: .5rem;
}

.why-choose h2 {
    margin-bottom: 25px;
}

section.intro.image-frame.frame-two {
    background: #faf9f6;
    padding: 80px 0;
}

.section__subheading {
    margin-bottom: 10px;
    color: #222a41;
    font-size: 36px;
    line-height: 50px;
    font-weight: 700;
}

ul.dating-panel-list {
    display: flex;
    flex-wrap: wrap;
}

ul.dating-panel-list li {
    flex-basis: 50%;
    padding: 20px 0;
    font-size: 16px;
    color: #222a41;
}

ul.dating-panel-list span {
    margin-right: 13px;
}

.ncard_clints {
    margin-top: 0;
}

.ncard_clints .ecomerce_logos {
    margin-top: 0;
}

.ncard_clints .ecomerce_logos ul li img {
    width: 200px;
    height: auto;
}

.hire-pricing-block {
    padding: 80px 0;
}

.pricing-box {
    border: 1px solid #333;
    padding: 32px;
    text-align: center;
    position: relative;
    border-radius: 20px;
}

.pricing-box h4,
.pricing-box .h4 {
    display: flex;
    color: #0e1318;
    font-size: 1.5rem;
    font-weight: 700 !important;
    line-height: 33px;
    height: 65px;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
    column-count: 1;
    justify-content: center;
}

span.pricing-value {
    display: block;
    font-size: 30px;
    color: #566fb5;
    font-weight: 500;
    margin-bottom: 20px;
}

span.pricing-value span {
    font-size: 16px;
    display: block;
    color: #000;
}

.pricing-box a.btn.black-btn {
    background: #333;
    transition: .5s;
    color: #fff;
}

.pricing-box .btn {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
}

.pricing-box .btn:before {
    content: "";
    z-index: -1;
    top: 0;
    bottom: 0;
    background: #1e1c54;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    transition-property: transform;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    position: absolute;
    left: 0;
    right: 0;
}

.pricing-box .btn:hover {
    background-image: linear-gradient(to right, #1e1c54 0%, #1e1c54 50%, #566fb5 100%) !important;
    position: relative;
    overflow: hidden;
    background-size: 200% auto;
    background-position: right center;
}

.pricing-box .btn:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
    transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
}

.hero_technology {
    padding: 80px 0;
    background: #f5fbff;
}

.banner-list ul {
    padding-left: 0;
    list-style: none;
    display: block;
    margin-bottom: 30px !important;
}

.banner-list li {
    position: relative;
    margin-bottom: 18px;
    padding-left: 30px;
    font-size: 18px;
}

.banner-list li::before {
    position: absolute;
    top: 5px;
    left: 0;
    width: 24px;
    height: 24px;
    background: url(../images/check-double-fill.svg);
    content: "";
    background-repeat: no-repeat;
    background-size: 20px;
}

.medias>*:not(.zoom):not(.deferred-media__poster-button),
.medias model-viewer {
    display: block;
    max-width: 100%;
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.medias>img {
    object-fit: cover;
    object-position: center center;
    transition: opacity .4s cubic-bezier(.25, .46, .45, .94);
    height: 700px !important;
}

.custom-image-border-radius {
    border-radius: 10px;
}

a.btn.black-btn {
    background: #333;
    transition: .5s;
    color: #fff;
    padding: 10px 20px;
}

a.btn.black-btn:hover {
    background-image: linear-gradient(to right, #1e1c54 0%, #1e1c54 50%, #566fb5 100%) !important;
    position: relative;
    overflow: hidden;
    background-size: 200% auto;
    background-position: right center;
}

.taxi-services {
    background: #faf9f6;
    padding: 80px 0;
}

.services-list-wrap {
    margin-bottom: 20px;
    border-bottom: 1px solid #ececec;
}

.services-list-wrap h4 {
    font-weight: 700;
}

.bg-lightblue {
    background: #f5fbff !important;
}

.price-area .inner-box {
    padding: 20px 15px 30px;
    -webkit-box-shadow: 0 0 25px #000;
    box-shadow: 0 0 25px rgb(0 0 0 / 13%);
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
    border: 1px solid #e7e2e26e;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* min-height: 295px; */
    /* height: 295px; */
}

.about-area .inner-box,
.price-area .inner-box {
    background: #fff;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
}

.price-area .inner-box .about-caption h6 {
    margin-bottom: 10px;
    padding: 14px;
    background: #d4dcef;
    border-radius: 10px;
    font-size: 22px;
}

.price-area .inner-box .about-caption ul.listing-style-two {
    margin-top: 20px !important;
    line-height: 28px !important;
}

.price-area .inner-box .about-caption {
    width: 100%;
}

.price-area {
    padding-top: 80px;
    padding-bottom: 80px;
}

.e-agency.softwares p {
    color: #fff !important;
    text-align: center;
}

.e-agency.softwares h3 {
    color: #fff;
    margin-bottom: 10px;
}

.price-area.pricebox_2 .inner-box {
    height: 100% !important;
    padding: 30px !important;
}

.price-area.pricebox_2 .inner-box h4 {
    text-align: center;
    margin-bottom: 15px;
}

.contact h1,
.contact h3,
.portfolio_bg h3 {
    margin-bottom: 25px;
    font-size: 28px;
}

.contact-info {
    position: relative;
    margin-bottom: 40px;
    padding-right: 40px;
}

.contact-info li {
    position: relative;
    padding-left: 75px;
    margin-bottom: 35px;
    line-height: 24px;
    color: #666;
    padding-top: 5px;
    font-size: 16px;
}

.contact-info li .icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    border-radius: 20%;
    background-color: #ffffff;
    text-align: center;
    line-height: 56px;
    font-size: 24px;
    color: #566fb5;
    border: 1px solid #566fb5;
    font-weight: 700;
}

.contact-info li h3 {
    color: #23282a;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: open sans, sans-serif;
    margin-bottom: 0px;
    line-height: 22px;
}

.contact input,
.contact select,
.contact textarea {
    border: 1px solid #e0e0e0;
    padding: 15px;
    width: 100%;
    margin-bottom: 20px;
}

.contact .btn {
    font-size: 15px;
    text-transform: uppercase;
    width: 150px;
    padding: 15px;
    background: #566eb5;
    border: 1px solid #566db5;
    border-radius: 0;
}

.mrg_t_50 {
    margin-top: 50px;
}

.blog_main {
    background: #212256;
    padding: 30px 0 50px;
    text-align: center;
}

.blog_main h1 {
    color: #fff;
}

.blog_main span {
    color: #fff;
}

.grey-bg {
    background: #f7f7f7 !important;
}

.blog-colum .date {
    color: #666;
    font-size: 14px;
    margin-bottom: 10px;
}

.blog_main .breadcrumb {
    text-align: center !important;
    display: inline-flex !important;
}

.blog-colum {
    padding-left: 20px;
}

.blog_section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.blog-service a {
    background: #fff;
    padding: 20px 29px;
    -webkit-box-shadow: 0 0 14px #0003;
    box-shadow: 0 0 14px #0003;
    transition: .3s linear;
    border: 1px solid #e7e2e26e;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
    border-radius: 20px;
    display: block;
    text-align: center;
    min-height: 163px;
}

.blog-service a:hover {
    background: #e5eaf5;
}

.icon-tem {
    display: inline-block;
    line-height: 1;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    color: #818a91;
    font-size: 48px;
    text-align: center;
    width: 54px;
    height: 50px;
    background: #e5eaf5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.blog-service a h3 {
    color: #232255;
    font-size: 18px;
    margin: 0 0 20px;
    font-weight: 600;
    line-height: 1.4rem;
    text-transform: uppercase;
}

.blog-service .icon-tem {
    margin-bottom: 10px;
}

.addrsssection {
    padding-top: 80px;
}

.icon-box1 {
    margin: 0;
    padding: 60px 45px;
    background-color: #f5f5f5;
    height: 299px;
    border-radius: 10px;
}

.addrsssection .icon-box-icon {
    font-size: 50px;
    line-height: 78px;
    margin-bottom: 2px;
    color: #5570b6;
    margin-right: 0;
}

.addrsssection .icon-box-content .icon-box-title {
    margin-bottom: 10px;
    font-size: 23px;
    font-weight: 600;
    line-height: 28px;
}

.career-section label {
    display: block !important;
}
.clients ul li:nth-child(11), .clients ul li:nth-child(12), .clients ul li:nth-child(13), .clients ul li:nth-child(14), .clients ul li:nth-child(15){
    border-bottom: 1px solid #dcdada;
}
ul.top-links {
    margin-bottom: 30px !important;
    text-align: center;
}
ul.top-links li {
    margin-right: 10px;
    display: inline-block;
}
ul.top-links li a.active, ul.top-links li a:hover {
    background: #566fb5;
}
ul.top-links li a {
    padding: 8px 25px;
    background: #232255;
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
}
.common-inner-port, .main-base-image {
    height: 115vh;
}
.common-inner-port {
    width: 100%;
    position: relative;
}
.main-base-image {
    width: 50%;
    object-fit: cover;
}
.left-hands-side .main-base-image {
    float: left;
}
 .right-hands-side .main-base-image {
    float: right;
}
.right-hands-side .img-center-mobile {
    left: 15%;
}
.right-hands-side .porting-text {
    padding-right: 12% !important;
}
.left-hands-side .container {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.crausal-text ul li {
    width: 33.333%;
    text-align: left;
    padding: 0 30px;
}
.porting-text.crausal-text .animation-on-hover.btn-register-header {
    opacity: 1;
    top: 0;
    margin-top: 50px;
}
.left-hands-side .img-center-mobile {
    left: -8%;
}
.right-hands-side .container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.img-center-mobile {
    height: 80%;
    width: 330px;
    object-fit: scale-down;
}
.img-center-mobile, .right-hands-side .container {
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    position: absolute;
    bottom: 0;
}
.left-hands-side .porting-text {
    padding-left: 12% !important;
}
.porting-text.crausal-text h4 {
    font-size: 40px;
    font-weight: 900;
    line-height: 1.2;
    color: #fff;
    position: static;
}
.porting-text.crausal-text h4 img {
    width: 85px !important;
    display: block !important;
    margin-bottom: 25px;
    border-radius: 10px;
}
.porting-text.crausal-text p {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.56;
    color: #fff;
    top: 0;
    margin: 0 0 20px;
}
.crausal-text ul {
    list-style: none;
    padding: 0;
    margin: 0 -30px 70px;
    display: flex;
    flex-wrap: wrap;
    top: 50px;
    position: relative;
    transition: .5s;
    top: 0;
}
.porting-text.crausal-text ul li {
    text-align: left;
    padding: 0 !important;
    border: none !important;
}
.crausal-text ul li big {
    display: block;
    font-weight: 700;
    line-height: 1.26;
    text-align: left;
    color: #fff;
    font-size: 30px;
}
.crausal-text ul li small {
    font-size: 16px;
    font-weight: 600;
    line-height: 2.25;
    text-align: left;
    color: rgba(212, 228, 198, .8);
}
.porting-text.crausal-text .animation-on-hover.btn-register-header {
    opacity: 1;
    top: 0;
    margin-top: 50px;
}
.porting-text.crausal-text .animation-on-hover.btn-register-header {
    opacity: 1;
    top: 0;
    margin-top: 50px;
}
.crausal-text .animation-on-hover.btn-register-header {
    border: 1px solid #fff;
    position: relative;
    opacity: 0;
    top: 50px;
    transition: .5s;
}
.animation-on-hover.btn-register-header {
    font-size: 18px;
    font-weight: 600;
    padding: 9px 12px 10px;
    background: #000;
    border-radius: 10px;
    margin-right: 10px;
}
.porting-text.crausal-text h5, .porting-text.crausal-text ul li small {
    color: #fff;
}
.btn-register-header {
    display: inline-block;
}
.animation-on-hover.btn-register-header img {
    height: 40px;
}


.counter-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin: 40px 55px 50px;
  }
  
  .counter {
    font-size: 55px;
    margin-top: 0;
    font-weight: bold;
    /* color: #fdd526; */
    /* background-image: linear-gradient(180deg, #fdd426, #b79502); */
    -webkit-background-clip: text;
    background-clip: text;
    color: #00000000;
    background-image: linear-gradient(180deg, #9C27B0, #E91E63);
  }
  .count{
    display: flex;
    align-items: center;
    font-size: 52px;
    font-weight: bold;
    line-height: 52px;
    color: #fdd526;
    background-image: linear-gradient(180deg, #fdd426, #997c00);
    -webkit-background-clip: text;
    background-clip: text;
    color: #00000000;
    background-image: linear-gradient(180deg, #9C27B0, #E91E63);
  }
  .count_txt{
  font-size: 20px;
  line-height: 25px;
  text-align: left;
  margin-left: 12px;
  font-weight: 300;
  color: #1e1c54;
  }
#my_captcha_form1 img{
    position: absolute;
    left: 0;
    bottom: 0;
}
.labl_bg{
    background: #fff;
    padding: 0 10px;
    border-radius: 15px;
    font-size: 15px;
}
.footertoppopup .modal-body{
    padding: 0;
    overflow: hidden;
}
.footertoppopup .modal-body .cform{
    padding:60px 40px;
}
.form_img{
    overflow: hidden;
    height: 100%;
}
.footertoppopup .modal-body .cform {
    padding: 60px 70px 40px 40px;
}
.service_box{
   border: 1px solid #353365;
   border-radius: 1rem;
   overflow: hidden;
   position: relative;
   background: linear-gradient(#1e1c54, #1e1c54) padding-box, linear-gradient(to right, #3F51B5, darkorchid) border-box;
   /* border-radius: 50em; */
   border: 1px solid transparent;
}
.sers_txt_half{
    width: 50%;
    
}
.p-6 {
    padding: 1.5rem;
}
.service_box h3{
    font-size: 24px;
    line-height: 28px;
    color: #FFC107 !important;!i;!;
}
.service_box p{
    font-size: 16px;
    margin-bottom: 0;
}
.disply_flx{
    display: flex;
}
.two_srvis_box{
    padding-top: 5rem;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    display: flex;
    align-items: flex-end;

}
.service_box .two_srvis_box h3{
    text-align: left !important;
}
.animation{
    --tw-translate-x: 10%;    
    animation-duration: .5s;
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.lg\:translate-x-\[10\%\] {
    --tw-translate-x: 10%;
}
.duration-500 {
    transition-duration: .5s;
}

.service_box:hover .animation{ --tw-translate-x: 0px;}


.hover_img2 {
    --tw-scale-x: .8;
    --tw-scale-y: .8;
    align-items: center;
    display: flex;
    z-index: 50;
    position: absolute;
    justify-content: center;
    opacity: 0;
}
.service_box .hover_img2 {
    bottom: 0;
    right: 25%;
}
.service_box:hover .hover_img2 {
    --tw-scale-x: .8;
    --tw-scale-y: .8;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    opacity: 1;
    animation-duration: .5s !important;
    transition-duration: .5s !important;
}

.hover_img4 {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    animation-duration: .5s !important;
    transition-duration: .5s !important;
}
.hover_img4 {
    --tw-scale-x: .8;
    --tw-scale-y: .8;
    align-items: center;
    display: flex;
    z-index: 50;
    position: absolute;
    justify-content: center;
    opacity: 0;
}
.service_box .hover_img4 {
    bottom: 0;
    right: 15%;
}
.service_box:hover .hover_img4 {
    --tw-scale-x: .8;
    --tw-scale-y: .8;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    opacity: 1;
    animation-duration: .5s !important;
    transition-duration: .5s !important;
}
.service_box:hover .hover_img4 {
    right: 0;
}
.service_box:hover .hover_img4 {
    bottom: 10%;
}

.hover_img3 {
    --tw-scale-x: .8;
    --tw-scale-y: .8;
    align-items: center;
    display: flex;
    z-index: 50;
    position: absolute;
    justify-content: center;
    opacity: 0;
}
.service_box .hover_img3 {
    bottom: 0;
    right: 0;
}
.service_box:hover .hover_img3 {
    --tw-scale-x: .8;
    --tw-scale-y: .8;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    opacity: 1;
    animation-duration: .5s !important;
    transition-duration: .5s !important;
}

.hover_img {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    animation-duration: .5s !important;
    transition-duration: .5s !important;
}
.hover_img {
    --tw-scale-x: .8;
    --tw-scale-y: .8;
    align-items: center;
    display: flex;
    z-index: 50;
    position: absolute;
    justify-content: center;
    opacity: 0;
}
.service_box .hover_img {
    bottom: 0;
    right: 15%;
}
.service_box:hover .hover_img {
    --tw-scale-x: .8;
    --tw-scale-y: .8;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    opacity: 1;
    animation-duration: .5s !important;
    transition-duration: .5s !important;
}
.service_box:hover .hover_img {
    right: 15%;
}
.service_box:hover .hover_img {
    bottom: 10%;
}
.service_button{
    display: flex
    ;
    z-index: 50;
    top: 0;
    right: 0;
    position: absolute;
    transform-origin: top right;
    width: 3rem;
    height: 3rem;
}
.service_box:hover .service_button {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.service_box:hover .service_button   {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    animation-duration: .7s;
    transition-duration: .7s;
    background-color: #4d49ab;
    justify-content: center;
    align-items: center;
    transform-origin: top right;
}
.scale-0, .scale-100 {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-0 {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
}
.sers_txt_width {
    width: 100%;
}
.imag_up {
    --tw-translate-y: 40%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    animation-timing-function: cubic-bezier(.4,0,.2,1);
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    animation-duration: .5s;
    transition-duration: .5s;
}
.service_box:hover .imag_up {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.service_box:hover .imag_up {
    --tw-translate-y: 45px;
    animation-duration: .5s;
    transition-duration: .5s;
}

.relative {
    position: relative;
}
*, :after, :before {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-scroll-snap-strictness: proximity;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59, 130, 246, .5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
}
.p-10 {
    padding: 2.5rem;
}
.srvice_main_bg{
    background: #1e1c54;
    /* padding-top: 20px; */
    padding-bottom: 100px;
    border-top: 1px solid #353365;
    background: linear-gradient(#1e1c54, #1e1c54) padding-box, linear-gradient(to right, #673AB7, #FF9800) border-box;
    /* border-radius: 50em; */
    border-top: 1px solid transparent;
}
.srvice_main_bg h3,
.srvice_main_bg h2,
.srvice_main_bg p,
.srvice_main_bg{
    color: #ffffff;
}
.srvice_main_bg .service_box {
    /* background: #353365; */
    margin-bottom: 25px;
}
.three_main_srvis{
    flex-wrap: wrap;
    flex-direction: row;
    display: flex
    ;
}
.h-full {
    height: 100%;
}
.up_down_2box {
    gap: 2rem;
    flex-direction: column;
    flex: 1 1 0%;
    display: flex
;
}
.sers_txt_half_60 {
    width: 60%;
}
.enquiry_box.modal-content{
    background: #fdd526;
}
@media (min-width: 1600px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1467px;
    }
    .inner_mainbanner .main-titile {
        padding-right: 80px;
    }
   
}
@media screen and (max-width: 1650px) {
    #my_captcha_form1 img {
        max-width: 350px!important;
    }
}
@media screen and (max-width: 1600px) {
    #my_captcha_form1 img {
        max-width: 350px!important;
    }
    .sers_txt_half_60 {
        width: 100%;
    }
    
    .hover_img3,
    .hover_img4,
    .hover_img2,
    .hover_img{
        width: 200px;
    }
    .mobileappd .hover_img3{
        width: 100%;
    }
}

@media screen and (max-width: 1550px) {
    #my_captcha_form1 img {
        max-width:350px!important;
    }
}
@media screen and (max-width: 1399px) {
    #my_captcha_form1 img {
        max-width: 355px!important;
        left: -47px;
        bottom: 0;
    }
    .nav-links li a {
        color: #1e1c54;
        text-decoration: none;
        font-size: 17px;
        font-weight: 400;
        padding: 9px 11px;
        border-radius: 5px;
        transition: all 0.3s ease;
    }
    .inner_mainbanner .main-titile {
        padding-right: 0;
    }
    .sers_txt_half_60 {
        position: absolute;
    }
    .service_box .hover_img2,
    .service_box .hover_img4,
    .service_box .hover_img,
    .service_box .hover_img3 {
        bottom: 0;
        right: 41px;
        top: 20px;
        width: 115px;
    }
    .service_box .hover_img  {
        bottom: 0;
        right: 41px;
        top: 20px;
        width: 200px;
    }
    .mobileappd .hover_img3{
        width: 100%;
    }
}
@media screen and (max-width: 1300px) {

}
@media screen and (max-width: 991px) {
    .align-items-center {
        display: block;
    }
    .services.srvice_main_bg .col-md-6.col-sm-12{
        width: 100%;
    }
    .services.srvice_main_bg .col-md-4.col-sm-12{
        width: 100%;
    }
    .sers_txt_half_60 {
        position: relative;
        width: 60%;
    }
    .mobileappd {
        display: flex
;
        flex-direction: row;
        align-items: flex-end;
        justify-content: space-between;
        display: flex
;
        align-items: flex-end;
        padding-bottom: 20px;
    }
    .mobileappd .sers_txt_width h3,
    .mobileappd .sers_txt_width p{
        text-align: left;
    }
    .mobileappd .sers_txt_width{
    position: relative;
        width: 60%;
    }
    .mobileappd  img{
        width: 250px;
        height: 250px;
    }
    .three_main_srvis {
        gap: 30px;
    }
}
@media screen and (max-width: 1199px) {
    .service_box .hover_img2,
    .service_box .hover_img4,
    .service_box .hover_img,
    .service_box .hover_img3 {
        display: none;
    }
    .services .col-md-3 {
        width: 50% !important;
    }
    .nav-links li a {
        color: #1e1c54;
        text-decoration: none;
        font-size: 16px;
        font-weight: 400;
        padding: 9px 8px;
        border-radius: 5px;
        transition: all 0.3s ease;
    }
    li.requst .btn {
        width: 100% !important;
        border: 0;
        padding: 8px 10px !important;
        border-radius: 0;
        color: #fff;
        font-size: 16px !important;
        margin-top: 14px;
        margin-left: 10px !important;
        display: block;
    }
    .whatsapp_mob {
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        user-select: none;
        outline: transparent;
        margin-bottom: 10px;
        width: auto;
        height: auto;
        margin-right: 3px;
        margin-left: 20px;
        border-radius: 20px;
        padding: 4px 15px;
        z-index: 9999999;
        right: 0;
        left: auto;
        position: fixed;
        bottom: 14%;
    }
    .cta-section-2 .cta-wrap-2 .cta-btn .btn {
        display: inline-block;
        border-color: transparent !important;
        border-radius: 5px;
        font-size: 18px;
        font-weight: 700;
        height: 60px;
        line-height: 56px;
        padding: 0 15px;
        border: 2px solid #005de0;
        box-shadow: none;
        transition: .3s 0;
        cursor: pointer;
        z-index: 1;
        position: relative;
        margin-right: 10px;
    }
    .clients ul li {
        padding: 20px;
        text-align: center;
        width: 20% !important;
        float: left;
        margin-right: 0;
        height: auto;
        list-style: none;
    }
    .carousel-caption h1 {
        color: #000;
        font-size: 50px !important;
        line-height: 57px;
        font-weight: 700;
        margin-bottom: 20px;
        -webkit-background-clip: text;
        background-clip: text;
        color: #00000000;
        background-image: linear-gradient(180deg, #9C27B0, #E91E63);
    }
    .carousel-caption {
        bottom: 30% !important;
    }
    #my_captcha_form1 img {
        max-width: 367px!important;
        position: absolute;
        left: -129px;
        bottom: -5px;
    }
}

@media screen and (max-width: 991px) {
    .mobile-item i {
        float: right;
        font-size: 16px;
        padding: 17px;
    }
    .portfolio_btn {
        display: block;
        visibility: visible;
    }
    .nav-links li.portfolio_btn {
        margin: 1px 10px;
    }
    .home-blog .entry-title a {
        color: #232255;
        font-size: 20px;
        line-height: 22px;
    }
    .blog-preview {
        position: absolute;
        height: 0;
        width: 7%;
        top: 0;
        -webkit-transform: skew(0deg);
        -ms-transform: skew(0deg);
        transform: skew(0deg);
        border-top: 300px solid #3d599d;
        border-left: 604px solid transparent;
        right: 0;
        overflow: hidden;
        display: block;
        border-left-width: 322px;
        /* border-top-width: 840px; */
    }
    .home-blog .title-right {
        position: absolute;
        top: 80px;
        right: 21px;
        font-size: 55px;
        color: rgba(246, 246, 246, 0.11);
        text-transform: uppercase;
        font-weight: 700;
        display: block;
    }
    .menu-btn {
        /*position: absolute;
top: -65px;
right: 0;*/
        margin: 0;
        cursor: pointer;
        display: block;
        padding: 0;
        border: 0;
    }
    .wrapper .btn {
        display: block;
    }
    .wrapper .nav-links {
        position: fixed;
        height: 100vh;
        width: 100%;
        max-width: 100%;
        top: 0;
        left: -100%;
        background: #fff;
        display: block;
        padding: 50px 10px;
        line-height: 50px;
        overflow-y: auto;
        box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.18);
        transition: all 0.3s ease;
        padding-top: 50px !important;
        z-index: 5;
    }
    /* custom scroll bar */
     ::-webkit-scrollbar {
        width: 10px;
    }
     ::-webkit-scrollbar-track {
        background: #242526;
    }
     ::-webkit-scrollbar-thumb {
        background: #3A3B3C;
    }
    #menu-btn:checked~.nav-links {
        left: 0%;
    }
    #menu-btn:checked~.btn.menu-btn {
        display: none;
    }
    #close-btn:checked~.btn.menu-btn {
        display: block;
    }
    .nav-links li {
        margin: 15px 10px;
    }
    .nav-links li a {
        padding: 0 20px 4px;
        display: block;
        font-size: 24px;
        /* line-height: 44px; */
        /* background: #1e1c54; */
    }
    .nav-links .drop-menu {
        position: static;
        opacity: 1;
        top: 65px;
        visibility: visible;
        padding-left: 20px;
        width: 100%;
        max-height: 0px;
        overflow: hidden;
        box-shadow: none;
        transition: all 0.3s ease;
    }
    #showDrop:checked~.drop-menu,
    #showMega:checked~.mega-box {
        max-height: 100%;
    }
    .nav-links .desktop-item {
        display: none;
    }
    .nav-links .mobile-item {
        display: block;
        color: #1e1c54;
        font-size: 24px;
        font-weight: normal;
        padding-left: 20px;
        cursor: pointer;
        border-radius: 5px;
        transition: all 0.3s ease;
    }
    .nav-links .mobile-item:hover {
        background: #1e1c54;
        color: #ffffff;
    }
    .drop-menu li {
        margin: 0;
    }
    .drop-menu li a {
        border-radius: 5px;
        font-size: 18px;
    }
    .mega-box {
        position: static;
        top: 65px;
        opacity: 1;
        visibility: visible;
        padding: 0 20px;
        max-height: 0px;
        overflow: hidden;
        transition: all 0.3s ease;
    }
    .mega-box .content {
        box-shadow: none;
        flex-direction: column;
        padding: 20px 20px 0 20px;
    }
    .mega-box .content .row {
        width: 100%;
        margin-bottom: 15px;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
    }
    .mega-box .content .row:nth-child(1),
    .mega-box .content .row:nth-child(2) {
        border-top: 0px;
    }
    .content .row .mega-links {
        border-left: 0px;
        padding-left: 15px;
    }
    .row .mega-links li {
        margin: 0;
    }
    .content .row header {
        font-size: 19px;
    }
    .inner_mainbanner h1 {
        font-size: 50px;
        color: #000;
        font-weight: 700;
    }
    .light_gray h2 {
        font-size: 32px;
        line-height: 36px;
    }
    .wordpress_services .Services_box h3 {
        margin-left: 10px;
        font-size: 22px;
        color: #1d1e22;
        line-height: 26px;
    }
    footer img {
        width: 100%;
    }
    .footer_service ul:nth-child(2) {
        width: 100%;
    }
    .footer_service ul {
        width: 100%;
        float: left;
    }
    .cta-section-2 .cta-wrap-2 .cta-btn {
        text-align: right;
        display: flex;
    }
    .cta-section-2 .cta-wrap-2 .cta-content .title {
        font-size: 28px;
        line-height: 40px;
        color: #fff;
        text-transform: capitalize;
        text-align: center;
    }
    .cta-section-2 .cta-wrap-2 .cta-btn .btn {
        display: inline-block;
        font-size: 14px;
        font-weight: 700;
        height: 50px;
        line-height: 46px;
        padding: 0 8px;
        border: 2px solid #005de0;
        box-shadow: none;
        transition: .3s 0;
        cursor: pointer;
        z-index: 1;
        position: relative;
        margin-right: 8px;
        width: 100%;
    }
    .welcome .main-titile h2 {
        font-size: 40px;
        line-height: 44px;
        color: #fff;
        margin-bottom: 20px;
    }
    .welcom_txt {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        padding-bottom: 20px;
    }
    .tab-hide {
        display: none;
        visibility: hidden;
    }
    nav .wrapper {
        position: relative;
        padding: 0px 0;
        height: 50px;
        line-height: 59px;
        margin: auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        float: right;
    }
    .portfolio_btn {
        text-align: center;
        color: #fff !important;
        margin-bottom: 2px;
        border-bottom: 1px solid #f3f3f3;
        background: #5670b5;
        background: linear-gradient(49deg, #5670b5 0, #232255 100%);
    }
    .nav-links li.portfolio_btn a {
        color: #fff;
    }
    .nav-links li.portfolio_btn a:hover {
        background: #1e1c54;
        background: linear-gradient(49deg, #232255 0, #4646a1 100%);
    }
    .row .mega-links li a:hover {
        color: #fff;
        background: #1e1c54;
    }
    .mega-box {
        box-shadow: none;
    }
    .nav-links li a:hover {
        background: #1e1c54;
        color: #fff;
    }
    .footertoppopup .modal-body .cform {
        padding: 40px;
    }
    .mobileappd{
        padding-bottom: 20px !important;
    }
    .mobileappd h3,
    .mobileappd p{
        text-align: left !important;
    }
    .imag_up {
        --tw-translate-y: 53%;
    }
    .service_box:hover .imag_up {
        --tw-translate-y: 87px;
        animation-duration: .5s;
        transition-duration: .5s;
    }
    .relative {
        position: absolute;
        right: 0;
    }
}

@media screen and (max-width: 767px) {
    
    ul.dating-panel-list li {
        flex-basis: 50%;
        padding: 10px 0;
        font-size: 16px;
        color: #222a41;
    }
    section.intro.image-frame.frame-two {
        background: #faf9f6;
        padding: 50px 0;
    }
    .why-choose h3 {
        /* margin-bottom: 0 !important; */
    }
    .why-choose-img {
        margin-bottom: 25px;
    }
    .accordion-button {
        line-height: 24px;
    }
    .Platforms.price-area.seo-page.woocomers .inner-box {
        min-height: auto;
    }
    .approach_web.woocomerce_Customiz .media {
        width: 100%;
        margin: 0 0 15px 0;
    }
    .framework-section {
        padding-top: 60px;
        padding-bottom: 40px;
    }
    .about-caption img {
        width: 100%;
        height: auto !important;
        margin-bottom: 15px;
    }
    .srvland-services .service-list li {
        list-style: disc;
        margin-bottom: 30px;
        max-width: 100%;
    }
    .srvland-services .service-list {
        column-count: 1;
        list-style: disc;
        padding-left: 15px;
    }
    .process-box {
        text-align: center;
    }
    .process-step {
        background: #5570b6;
        text-align: center;
        width: 34%;
        left: 0;
    }
    .process-step .numbr {
        font-size: 42px;
        line-height: 48px;
        padding: 6px !important;
    }
    .carousel-caption .btn2 {
        margin: 0 !important;
        padding: 8px 25px !important;
        letter-spacing: 0;
        font-weight: 400;
        height: auto !important;
        width: auto !important;
        font-size: 16px !important;
    }
    .banner-area {
        margin-top: 147px !important;
    }
    header {
        top: 0;
        left: 0;
        width: 100%;
        z-index: 99;
        height: 136px;
        background: #fff;
        position: fixed;
    }
    .carousel-caption {
        bottom: 15% !important;
    }
    .slide .carousel-inner .vh-100 {
        height: 45vh !important;
        object-fit: cover;
    }
    .carousel-caption {
        right: 0;
        bottom: 18% !important;
        width: 84%;
        text-align: center;
        margin: 0 auto;
        left: 0;
    }
    .carousel-caption p {
        display: none;
    }
    .carousel-caption h2 {
        font-size: 16px;
        display: none;
    }
    .modal-dialog {
        max-width: 95% !important;
        margin: 30px auto;
    }
    .row .mega-links li {
        padding: 0 5px;
        width: 100%;
        float: left;
        line-height: 56px;
        font-weight: normal;
    }
    .carousel-caption {
        bottom: 25% !important;
    }
    .blog-preview {
        display: none !important;
    }
    .mob_hide {
        display: none !important;
        visibility: hidden;
    }
    .clients ul li:nth-child(2),
    .clients ul li:nth-child(4),
    .clients ul li:nth-child(6),
    .clients ul li:nth-child(8) {
        border-right: 0;
        border-bottom: 1px solid #dcdada;
    }
    .clients ul li:nth-child(5),
    .clients ul li:nth-child(7) {
        border-right: 1px solid #dcdada;
        border-bottom: 1px solid #dcdada;
    }
    .clients ul li:nth-child(5),
    .clients ul li:nth-child(7) {
        border-right: 1px solid #dcdada;
        border-bottom: 1px solid #dcdada;
    }
    .clients ul li:nth-child(11) {
        border-right: 1px solid #dcdada !important;
        border-bottom: 1px solid #d7d7d7 !important;
    }
    .clients ul li {
        padding: 10px 0;
        float: left;
        margin-right: 0;
        height: auto;
    }
    .bg_gradnt .clients ul li:nth-child(15),
    .clients ul li {
        width: 50% !important;
    }
    .agency-section {
        display: none !important;
    }
    .services .inner-box {
        padding: 20px;
    }
    .popup,
    .services .col-md-3 {
        width: 100% !important;
    }
    footer .bottom p {
        text-align: center;
    }
    .ft-bottom-link {
        position: relative;
        text-align: center;
    }
    footer img {
        width: auto;
    }
    .footer_bdr_lft {
        border-left: 1px solid #efeeee;
        padding-left: 15px;
    }
    .head_social {
        display: none;
    }
    .menu-btn {
        position: absolute;
        top: -65px;
        right: 0;
        margin: 0;
        cursor: pointer;
        display: block;
        padding: 0;
    }
    .mob_phone,
    .mob_rqstqut,
    .mob_whatsaap {
        display: block;
        padding: 10px 5px !important;
        font-size: 24px;
        float: left;
        text-align: center;
    }
    .mob_rqstqut {
        width: 33%;
        background: #f2f2f2;
        color: #566fb5;
    }
    .mob_whatsaap {
        width: 34%;
        background: #ececec;
        color: #70d77b;
    }
    .mob_phone {
        width: 33%;
        background: #e4e4e4;
        color: #566fb5;
    }
    .mob_phone i,
    .mob_rqstqut i,
    .mob_whatsaap i {
        width: 100%;
        float: left;
    }
    .mob_phone span,
    .mob_rqstqut span,
    .mob_whatsaap span {
        font-size: 14px;
        line-height: 22px;
        width: 100%;
        float: left;
        color: #333;
        letter-spacing: 0;
    }
    nav .wrapper {
        height: auto;
    }
    .support {
        width: 100%;
        background: #f2f2f2;
        display: block;
    }
    .inner_mainbanner {
        padding: 170px 0;
    }
    .inner_mainbanner h1 {
        font-size: 36px;
        color: #000;
        font-weight: 700;
        margin-bottom: 20px;
        line-height: 41px;
    }
    .media-left {
        float: left;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .cta-section-2 .cta-wrap-2 .cta-btn {
        text-align: right;
        display: flex;
    }
    .cta-section-2 .cta-wrap-2 .cta-content .title {
        font-size: 28px;
        line-height: 40px;
        color: #fff;
        text-transform: capitalize;
        text-align: center;
    }
    .cta-section-2 .cta-wrap-2 .cta-btn .btn {
        display: inline-block;
        font-size: 14px;
        font-weight: 700;
        height: 50px;
        line-height: 46px;
        padding: 0 8px;
        border: 2px solid #005de0;
        box-shadow: none;
        transition: .3s 0;
        cursor: pointer;
        z-index: 1;
        position: relative;
        margin-right: 8px;
        width: 100%;
    }
    .carousel-caption h1 {
        color: #000;
        font-size: 40px !important;
        line-height: 44px;
        font-weight: 700;
        margin-bottom: 20px;
        background-clip: text;
        color: #00000000;
        background-image: linear-gradient(180deg, #9C27B0, #E91E63);
    }
    .welcome .main-titile h2 {
        font-size: 35px;
        line-height: 42px;
        color: #fff;
        margin-bottom: 20px;
    }
    .agency-section h3,
    .services h3 {
        text-align: center !important;
        font-size: 35px;
    }
    .services {
        padding: 70px 20px 60px;
        position: relative;
        width: 100%;
    }
    .home-blog h3 {
        font-size: 35px;
    }
    nav .wrapper {
        position: relative;
        padding: 0px 0;
        height: auto;
        line-height: 50px;
        padding-bottom: 5px;
    }
    .inner_page h3 {
        font-size: 28px;
        margin-bottom: 20px;
        line-height: 33px;
    }
    ol.process-chart {
        margin: 0 0 !important;
    }
    .light_gray,
    .webprocess {
        padding: 50px 0;
    }
    .webdevelop_tab {
        max-height: 100% !important;
        overflow-y: inherit;
        padding: 0 0;
        border-left: 0;
        overflow-x: inherit;
    }
    .servicetab .approach_web .media.col-md-6 {
        width: 95%;
        margin: 2% auto;
    }
    .servicetab .approach_web .media .media-left {
        float: left;
        margin-right: 15px;
        margin-bottom: 15px;
    }
    .blogmain {
        width: 100%;
        display: block;
    }
    .blog-content {
        /* margin-right: 50px; */
        width: 100%;
        margin-bottom: 30px;
    }
    h2 {
        font-size: 30px;
        margin: 0;
        color: #1d1e22;
        font-weight: 600;
        line-height: 35px;
        margin-bottom: 20px;
    }
    .our-blog .work-process {
        padding: 50px 15px;
    }
    .inner_mainbanner {
        padding: 170px 0 80px;
    }
    .framework-section .wordpress_srvis .srvisbox {
        padding: 40px 20px 30px;
    }
    .ecomerce_logos ul li {
        width: 47%;
    }
    .why-choose {
        padding: 50px 0;
        background: #f5fbff;
        margin-top: 20px;
    }
    .themeioan_services .blog-content {
        margin-bottom: 0;
    }
    .wrap-bg {
        padding: 50px 0;
    }
    .taxi-services {
        padding: 50px 0;
    }
    .blog_main {
        margin-top: 155px;
    }
    .blog {
        text-align: center;
    }
    .blog-colum {
        padding: 15px 0;
    }
    .icon-box1 {
        margin: 0;
        padding: 20px 42px;
        background-color: #f5f5f5;
        height: auto;
        border-radius: 10px;
    }
    .clients ul li:nth-child(12), .clients ul li:nth-child(14) {
        border-right: 0 solid #dcdada !important;
        border-bottom: 1px solid #d7d7d7 !important;
    }
    .clients ul li:nth-child(17), .clients ul li:nth-child(19), .clients ul li:nth-child(21), .clients ul li:nth-child(23), .clients ul li:nth-child(27), .clients ul li:nth-child(29), .clients ul li:nth-child(31),
    .clients ul li:nth-child(33), .clients ul li:nth-child(37), .clients ul li:nth-child(39), .clients ul li:nth-child(41),.clients ul li:nth-child(43), .clients ul li:nth-child(47), .clients ul li:nth-child(49), .clients ul li:nth-child(51), .clients ul li:nth-child(19), .clients ul li:nth-child(19),
    .clients ul li:nth-child(53), .clients ul li:nth-child(57), .clients ul li:nth-child(59), .clients ul li:nth-child(61), .clients ul li:nth-child(63),.clients ul li:nth-child(67), .clients ul li:nth-child(69), .clients ul li:nth-child(71),
    .clients ul li:nth-child(73), .clients ul li:nth-child(77),.clients ul li:nth-child(79), .clients ul li:nth-child(81),.clients ul li:nth-child(83),.clients ul li:nth-child(85)  {
        border-right: 0 solid #d7d7d7 !important;
        border-bottom: 1px solid #d7d7d7 !important;
    }
    .mob_hide{
        display: none;
        visibility: hidden;
    }
    .clients ul li:nth-child(13),.clients ul li:nth-child(20),.clients ul li:nth-child(30),.clients ul li:nth-child(40),.clients ul li:nth-child(50),.clients ul li:nth-child(60),.clients ul li:nth-child(70)
    ,.clients ul li:nth-child(80),.clients ul li:nth-child(82)  {
        border-right: 1px solid #dcdada !important;
        border-bottom: 1px solid #d7d7d7 !important;
    }
    .counter-container {
        display: flex
    ;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        margin: 15px;
    }
    .count {
        display: ruby;
        align-items: center;
        font-size: 52px;
        font-weight: bold;
        line-height: 34px;
        color: #fdd526;
        /* background-image: linear-gradient(180deg, #fdd426, #997c00); */
        -webkit-background-clip: text;
        background-clip: text;
        color: #00000000;
        /* background-image: linear-gradient(180deg, #fdd426, #9f8928); */
        text-align: left;
    }
    .counter {
        font-size: 43px;
        margin-top: 0;
        font-weight: bold;
        /* color: #fdd526; */
        /* background-image: linear-gradient(180deg, #fdd426, #b79502); */
        /* -webkit-background-clip: text; */
        /* background-clip: text; */
        /* color: #00000000; */
        /* background-image: linear-gradient(180deg, #fdd426, #9f8928); */
    }
    .count_txt {
        font-size: 17px;
        line-height: 23px;
        text-align: left;
        margin-left: 0;
        font-weight: 300;
        color: #1e1c54;
        width: 100%;
        position: relative;
        float: left;
    }
    .footertoppopup .modal-body .cform {
        padding: 40px 25px;
    }
    .service_box h3 {
        font-size: 24px !important;
        line-height: 28px;
    }
    .mobileappd h3, .mobileappd p {
        text-align: left !important;
    }
    .two_srvis_box {
        padding-top: 0;
    }
    .mobileappd img,
    .two_srvis_box img{
        width: 150px;
        height: 150px;
    }
    .mobileappd {
        padding: 1.5rem;
    }
    .imag_up {
        --tw-translate-y: 45%;
    }
    .service_box:hover .imag_up {
        --tw-translate-y: 22px;
        animation-duration: .5s;
        transition-duration: .5s;
    }
}

@media screen and (max-width: 620px) {
    .srvice_main_bg h2.text-left,
    .srvice_main_bg p.text-left{
        text-align: center !important;
    }
    .sers_txt_half_60 {
        position: relative;
    }
    .img_boxx{
        position: absolute;
        right: 0;
        bottom: 0;
    }
    .sers_txt_half {
        width: 100%;
    }
    .sers_txt_half_60 {
        position: relative;
        width: 100%;
    }
    .mobileappd .sers_txt_width {
        position: relative;
        width: 100%;
    }
    .two_srvis_box {
        display: block;
    }
    
    .mob_hide2 {
        display: none;
        visibility: hidden;
    }
    .home-blog .date {
        margin-top: 0;
    }
    .welcome p {
        line-height: 26px;
    }
    .clients {
        padding: 15px 0 50px;
    }
    .clients ul li {
        padding: 10px 15px;
    }
    .services {
        padding: 60px 0 30px;
        position: relative;
        width: 100%;
    }
    .welcome .main-titile h2 {
        font-size: 28px;
        line-height: 32px;
        color: #fff;
        margin-bottom: 20px;
    }
    .carousel-caption p {
        line-height: 30px;
        font-size: 16px;
        margin-bottom: 8px;
    }
    .carousel-caption {
        right: 0;
        bottom: 18% !important;
        width: 84%;
        text-align: center;
        margin: 0 auto;
        left: 0;
    }
    .carousel-caption h1 {
        color: #000;
        font-size: 30px !important;
        line-height: 33px;
        font-weight: 700;
        margin-bottom: 15px;
        background-clip: text;
        color: #00000000;
        background-image: linear-gradient(180deg, #9C27B0, #E91E63);
    }
    .price-area.pricebox_2 .inner-box {
        height: auto !important;
        padding: 30px !important;
    }
}

