.accordion-head .icon img,
.common-link,
.common-link img,
.contact-info .inner a,
.project-info,
.scroll-up,
.services .service a,
.services .service a img,
.swiper-button-next,
.swiper-button-prev,
.tab-menu ul li a,
header,
header .hamburger-menu span,
header .logo,
header .logo img,
header .logo.white,
header > .container > .inner > .menu,
html {
    transition: 0.3s ease-in-out;
}
.coverlink,
.modal {
    left: 0;
    top: 0;
    width: 100%;
}
.close-button,
.scroll-up {
    right: 20px;
    cursor: pointer;
}
.common-link span,
a {
    display: inline-block;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
li {
    list-style: none;
    font-size: 16px;
    color: #010326;
}
a {
    text-decoration: none;
}
body {
    font-family: "Sora", sans-serif;
    overflow-x: hidden;
    min-height: 110vh;
}
h1,
h2,
h3,
h4,
h5,
h6 {
   font-family: "Sora", sans-serif;
    color: #010326;
}
h1 {
    font-size: 80px;
    line-height: 1;
}
h2 {
    font-size: 36px;
    line-height: 1.2;
}
h3 {
    font-size: 24px;
    line-height: 1.2;
}
footer .inner > .menu ul li a,
p {
    line-height: 1.3;
}
p {
    font-size: 18px;
    color: #555;
    line-height: 1.4;
}
img {
    max-width: 100%;
    height: auto;
}
.container {
    max-width: 1480px;
    padding: 0 20px;
    margin: 0 auto;
    width: 100%;
}
.common-link {
    font-size: 16px;
    color: #035aa6;
}
.common-btn {
    background: #035aa6;
    color: #fff;
    padding: 7px 13px;
    border-radius: 3px;
}
.common-btn:hover {
    background: #000;
    transition: 0.2s ease-in-out;
}
.common-link span {
    border-bottom: 1px solid #035aa6;
}
.common-link img {
    margin-left: 7px;
    margin-bottom: 3px;
}
#pagination {
    text-align: center;
    margin-top: 50px;
}
button.pagination-btn {
    color: #fff;
    cursor: pointer;
    border-radius: 2px;
    border: 0;
    width: 32px;
    height: 32px;
    background: #035aa6;
    font-size: 15px;
    font-weight: 400;
    transition: 0.2s ease-in-out;
}
.blog-content .inner p a:hover,
.blog-content .inner ul li a:hover,
.common-link:hover,
button.pagination-btn:hover {
    opacity: 0.9;
}
.services-list .service a:hover,
button.pagination-btn.active {
    background: #000;
}
.common-link:hover img {
    margin-left: 12px;
}
.bg-grey {
    background: #efefef;
}
.coverlink {
    position: absolute;
    height: 100%;
    display: block;
}
.modal {
    position: fixed;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s, transform 0.25s;
    z-index: 11;
}
.show-modal,
header > .container > .inner > .menu.visible {
    visibility: visible;
    opacity: 1;
}
.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 80px 30px;
    width: 664px;
    max-width: calc(100% - 40px);
    border-radius: 42px;
    background: linear-gradient(0deg, #fff 0, #c9e6ff 100%) no-repeat padding-box;
    box-shadow: 0 0 8px #00000029;
}
.modal-content h3 {
    font-size: 50px;
    line-height: 0.9;
    margin-bottom: 40px;
}
.scroll-up i,
header .social-links {
    font-size: 18px;
    color: #fff;
}
.close-button {
    float: right;
    position: absolute;
    top: 20px;
    width: 35px;
    height: 35px;
    border-radius: 50% !important;
    background-color: #fff !important;
    line-height: 0.9;
   
    padding: 0 !important;
    font-size: 35px;
}
.close-button:hover {
    color: var(--clr-main);
}
.show-modal {
    transform: scale(1);
    transition: visibility linear, opacity 0.25s, transform 0.25s;
}
body .cursor {
    pointer-events: none;
}
body .cursor__ball {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
}
body .cursor__ball--big svg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    fill: transparent;
    stroke: #000;
    stroke-width: 1;
}
body .cursor__ball--small svg {
    fill: #000;
}
.loader-page {
    background: #035aa6;
    position: fixed;
    z-index: 20;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    animation: 1s 10s forwards fadeOut;
}
.loader-page .inner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    flex-direction: column;
    width: 500px;
    margin: 0 auto;
}
.loader-page .inner > img {
    filter: invert(1);
    width: 500px;
}
.loader-page .inner .img-wrap img {
    width: 100px;
    margin-bottom: 20px;
    animation: 4s linear infinite moveX;
}
@keyframes moveX {
    0%,
    100%,
    50% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(-100%);
    }
    75% {
        transform: translateX(100%);
    }
}
@keyframes fadeOut {
    to {
        opacity: 0;
        visibility: hidden;
    }
}
.scroll-up {
    background: #035aa6;
    box-shadow: 0 0 12px rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 20px;
    z-index: 3;
}
.scroll-up:hover {
    background: #126ebf;
}
.star-rating {
    display: flex;
    gap: 2px;
    align-items: center;
    margin-left: 8px;
}
.star {
    width: 20px;
    height: 20px;
    background: #ccc;
    position: relative;
    clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}
.star .fill {
    background: #e3bb1a;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
header {
    padding: 20px 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 4;
}
header.fixed {
    position: fixed;
    top: 0;
    background: #fff;
    padding: 20px 0;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
html.menu-open header.fixed .menu .menu-logo {
    top: 20px;
}
header > .container > .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.banner .container,
.take-charge .container,
.why-webologist .container,
header .logo {
    position: relative;
    z-index: 2;
}
header .logo.white {
    position: absolute;
    opacity: 0;
}
.careers header.fixed .logo,
header .hamburger-menu.active span:nth-child(2) {
    opacity: 0;
}
.careers header.fixed .logo.white,
.projects .item:hover .project-info {
    opacity: 1;
}
header .hamburger-menu {
    height: 18px;
    width: 45px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    cursor: pointer;
    position: relative;
    z-index: 2;
    transition: 0.2s ease-in-out;
}
header .hamburger-menu.active {
    background: #004989;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    align-items: center;
}
header .hamburger-menu.active:hover {
    background: #01427b;
}
header .hamburger-menu.active span {
    width: 22px !important;
    background: #fff !important;
}
header .hamburger-menu.active span:first-child {
    transform: rotate(135deg);
    top: 22px;
}
header .hamburger-menu.active span:last-child {
    transform: rotate(45deg);
    top: -21px;
}
header .hamburger-menu span {
    display: block;
    background: #fff;
    border-radius: 100px;
    width: 37px;
    height: 2px;
    position: relative;
}
header .social-links {
    display: flex;
    align-items: center;
    gap: 10px;
    border-top: 1px solid #d3d3d3;
    width: 242px;
    padding-top: 15px;
    margin-top: 7px;
}
header .social-links a {
    background: #fff;
    color: #074f8d !important;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
}
.inner-page header .hamburger-menu span,
.swiper-button-next:hover,
.swiper-button-prev:hover,
header.fixed .hamburger-menu span,
.page-template-home .hamburger-menu span {
    background: #010326;
}
header .hamburger-menu span:first-child {
    width: 30px;
}
header .hamburger-menu span:last-child {
    width: 24px;
}
header > .container > .inner > .menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background: #035aa6;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
}
.contact-info,
.projects .item,
.tab-content,
article,
header > .container > .inner > .menu .container {
    position: relative;
}
header > .container > .inner > .menu .menu-logo {
    position: absolute;
    top: 20px;
}

header > .container > .inner > .menu:before {
    position: absolute;
    content: "";
    left: -401px;
    bottom: -401px;
    width: 802px;
    height: 802px;
    border: 167px solid #fafafc;
    border-radius: 50%;
    box-sizing: border-box;
    opacity: 0.21;
}
header > .container > .inner > .menu .inner {
    display: flex;
    height: 100%;
}
header > .container > .inner > .menu .links {
    width: 70%;
    display: flex;
    align-items: center;
}
header > .container > .inner > .menu .links ul {
    width: 61%;
    margin-left: auto;
    max-width: 800px;
}
header > .container > .inner > .menu .links li a {
    font-size: 54px;
    font-weight: 700;
    color: #dadae2;
    text-transform: uppercase;
    padding: 20px 15px;
    border-bottom: 1px solid #0a65b5;
    display: block;
    transition: 0.3s ease-in-out;
}
.careers .banner .detail-info p,
.careers .banner .detail-info span,
.leading-agency .head h2,
.leading-agency .inner .common-link,
.single-post .banner .breadcrumb a,
.swiper-button-next:hover i,
.swiper-button-prev:hover i,
.take-charge *,
header > .container > .inner > .menu .links li a:hover {
    color: #fff;
}
header > .container > .inner > .menu .links ul li:first-child a {
    border-top: 1px solid #0a65b5;
}
header > .container > .inner > .menu .info-wrap {
    background: #074f8d;
    width: 30%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0 50px;
    align-items: flex-start;
}
header > .container > .inner > .menu .info-wrap h3 {
    font-size: 30px;
    color: #dadae2;
   
    font-weight: 600;
}
header > .container > .inner > .menu .info-wrap h4 {
   
    color: #fff;
    font-size: 24px;
    margin: 20px 0 15px;
    font-weight: 600;
}
header > .container > .inner > .menu .info-wrap p {
    font-size: 18px;
    color: #d9d9d9;
    line-height: 1.47;
    margin-bottom: 12px;
    max-width: 272px;
}
header > .container > .inner > .menu .info-wrap a {
    font-size: 18px;
    color: #d9d9d9;
}

header .logo, header .menu-logo{
    width: 240px;
}
header > .container > .inner > .links ul{
    display: flex;
    align-items: center;
    gap: 25px;
}

header > .container > .inner > .links ul{
    display: flex;
    align-items: center;
}

header > .container > .inner > .links ul li a{
   
    font-size: 15px;
    text-transform: uppercase;
    color: #010326;
    transition: all ease-in-out 0.2s;
    border-bottom: 1px solid transparent;
    font-weight: 500;
}
header.fixed > .container > .inner > .links ul li a{
    color: #010326;
}
header > .container > .inner > .links ul li a:hover{
    border-bottom: 1px solid;
}

header > .container > .inner > .right{
    display: flex;
    align-items: center; 
    gap: 30px;
} 

header > .container > .inner > .right a{
    padding: 10px 25px 11px;
    transition: all ease-in-out 0.2s;
    border-radius: 100px;
    background: #035aa6;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
}

header.fixed > .container > .inner > .right a{
    background: #035aa6;
    color: #fff;
}

header > .container > .inner > .right a:hover{
    transform: scale(1.03)
} 


/* .banner:before {
    position: absolute;
    content: "";
} */


.contact-form form .gform_fields fieldset.gfield .gchoice {
    display: flex;
    align-items: center;
}

@keyframes wheel {
	to {
		opacity: 0;
		top: 50px;
	}
}

@-webkit-keyframes wheel {
	to {
		opacity: 0;
		top: 50px;
	}
}


@keyframes showimg {
    0% {
        opacity: 0;
        transform: scale(0.7);
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1);
    }
}

.gform_heading,
.reviews .swiper-3d .swiper-slide-shadow,
.typed-cursor,
form .hidden_label label {
    display: none !important;
}

.blog-content .inner #ez-toc-container,
.blog-content .toc-wrap .ez-toc-widget-sticky-btn,
.blog-content .toc-wrap .ez-toc-widget-sticky-title-toggle,
.careers .banner:after,
.careers .banner:before,
.error404 .lets-talk,
.gform_validation_errors,
.inner-page .banner:after,
.inner-page .banner:before,
.single-post .careers .banner .wrap span:after,
.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}

.blog .inner-page .banner .content {
    width: 940px;
}

.careers .banner {
    background: #010326;
    padding-bottom: 40px;
}
.careers .banner h1 {
    color: #fff;
    font-size: 50px;
    max-width: 1100px;
    line-height: 1.3;
    margin-bottom: 40px;
}
.careers .banner .inner{
    text-align: left;
    padding: 120px 0 0;
    max-width: 100%;
}
.services .service p,
.skills .inner .content .skill .info p,
.tab-content p {
    font-size: 16px;
    line-height: 1.5;
}
.careers .banner .inner .content {
    width: 100%;
    padding-right: 0;
}
.skills .inner .content h2{
    margin-bottom: 30px;
}
.skills .inner .content p{
    margin-bottom: 30px;
    font-size: 18px;
    max-width: 630px;
}
.skills .inner .content .skill:last-child p{
    margin-bottom: 0;
}
.skills .inner .content ul{
    padding-left: 20px;
    margin-bottom: 25px;
}
.skills .inner .content ul li{
    list-style: disc;
    color: #555555;
    font-size: 18px;
    margin-bottom: 5px;
}
.careers .banner .inner .content img,
.work-main img {
    width: 100%;
    display: block;
    object-fit: cover;
}
.services {
    padding: 100px 0 65px;
}
.blog-content .container,
.services .inner {
    display: flex;
    position: relative;
}
.deliverables:after,
.take-charge video,
.take-charge:after,
.values:after {
    position: absolute;
    height: 100%;
    left: 0;
}
.services .left {
    width: calc(100% - 720px);
    padding-bottom: 30px;
    padding-right: 50px;
}
.services .left .wrap,
.work .inner .left .wrap {
    position: sticky;
    top: 120px;
}
.services h2 {
    max-width: 440px;
    margin-bottom: 25px;
}
.services .right {
    width: 720px;
    margin-top: -23px;
}
.services .service {
    display: flex;
    align-items: flex-start;
    padding: 30px 35px 30px 5px;
    border-bottom: 1px solid #efefef;
}
.features .inner .info p:last-child,
.services .service:last-child {
    border-bottom: 0;
}
.services .service > img {
    width: 65px;
    object-fit: contain;
    height: 65px;
    margin-top: -6px;
}
.services .service .info {
    display: flex;
    align-items: center;
    width: calc(100% - 65px);
    padding-left: 28px;
}
.services .service .info > div {
    width: calc(100% - 63px);
    padding-right: 30px;
}
.services .service h3,
.terms-and-privacy h3 {
    margin-bottom: 15px;
}
.services .service p {
    max-width: 320px;
}
.services .service a {
    width: 63px;
    height: 63px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f9f9f9;
    border-radius: 50%;
}
.services .service a:hover {
    transform: scale(0.8);
    background: #035aa6;
}
.services .service a:hover img {
    filter: invert(1);
    transform: scale(1.2);
}
.blog-main-img img,
.blogs article h3,
.data-inform img,
.leading-agency .img-wrap img,
.our-story .images-wrapper .img-wrap img:nth-child(2),
.single-img img,
.skills .inner .img-wrap img {
    width: 100%;
}
.company-stats {
    padding: 110px 0 90px;
}
.company-stats .inner,
.testimonials .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.company-stats .inner{
    max-width: 1000px;
    margin: 0 auto;
}
.company-stats h2 {
    display: flex;
    align-items: center;
    font-size: 179px;
    line-height: 0.74;
}
.take-charge .head,
.take-charge .team {
    justify-content: space-between;
    display: flex;
}
.company-stats h2 span {
    font-size: 20px;
    font-weight: 400;
    max-width: 71px;
    display: inline-block;
    margin-left: 4px;
}
.take-charge {
    padding: 105px 0 118px;
    background: #010326;
    position: relative;
}
.take-charge:after {
    content: "";
    top: 0;
    width: 100%;
    opacity: 0.69;
    background: #010326;
    z-index: 1;
}
.take-charge video {
    top: 0;
    width: 100%;
    object-fit: cover;
}
.take-charge .head {
    margin-bottom: 145px;
}
.take-charge .left {
    width: 480px;
}
.take-charge .right {
    padding-left: 50px;
    margin-right: 123px;
}
.take-charge .right p {
    width: 557px;
    margin-right: 123px;
}
.take-charge .team .quality {
    width: 322px;
}
.take-charge .team .quality img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin-bottom: 45px;
}
.take-charge .team .quality h3 {
    color: #fff;
    font-size: 36px;
    line-height: 0.92;
    margin-bottom: 30px;
}
.brilliance,
.testimonials {
    padding: 100px 0;
    overflow: hidden;
}
.brilliance h2 {
    text-align: center;
    max-width: 650px;
    margin: 0 auto 100px;
}
.deliverables,
.values {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1390px;
    margin: 0 auto;
    position: relative;
}
.deliverables:after,
.values:after {
    content: "";
    width: 1px;
    background-image: linear-gradient(#aaa 33%, rgba(255, 255, 255, 0) 0);
    background-position: right;
    background-size: 1px 17px;
    background-repeat: repeat-y;
    right: 0;
    margin: 0 auto;
}
.deliverables .info {
    width: 50%;
    padding: 55px 62px 55px 17px;
    background-image: linear-gradient(to right, #aaa 33%, rgba(255, 255, 255, 0) 0);
    background-position: bottom;
    background-size: 17px 1px;
    background-repeat: repeat-x;
}
.deliverables .info:nth-child(2n),
.values .value:nth-child(2n) {
    padding: 55px 24px 55px 55px;
}
.deliverables .info:last-child,
.deliverables .info:nth-last-child(2),
.values .value:last-child,
.values .value:nth-of-type(5) {
    background-size: 0;
}
.leading-agency .content:after,
.leading-agency .content:before {
    position: absolute;
    width: 1px;
    background: #707070;
    left: 260px;
    content: "";
}
.accordion-body p,
.deliverables .info h3,
footer .inner ul li {
    margin-bottom: 15px;
}
.deliverables .info p {
    font-weight: 300;
}
.leading-agency {
    padding: 100px 0;
    position: relative;
}
.leading-agency:before,
.why-webologist:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #010326;
    opacity: 0.6;
    z-index: 1;
}
.leading-agency .container {
    display: flex;
    position: relative;
    z-index: 2;
}
.leading-agency video,
.why-webologist video {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}
.leading-agency .img-wrap {
    width: 526px;
}
.leading-agency .content {
    padding-left: 75px;
    width: calc(100% - 526px);
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.leading-agency .content:before {
    top: -100px;
    height: 165px;
}
.leading-agency .content:after {
    bottom: -100px;
    height: 67%;
}
.leading-agency .head {
    max-width: 640px;
    margin-bottom: 65px;
}
.leading-agency .inner {
    max-width: 525px;
    margin-left: auto;
    margin-right: 85px;
}
.leading-agency .inner p {
    color: #fff;
    margin-bottom: 60px;
}
.leading-agency .common-link span {
    border-bottom: 1px solid #fff;
}
.leading-agency .common-link img {
    filter: brightness(0) invert(1);
}
.brands,
.skills {
    padding: 100px 0;
    background: #efefef;
}
.skills .head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 90px;
}
.skills .left {
    padding-right: 50px;
    width: 48%;
}
.skills .inner .img-wrap,
.skills .right {
    width: 52%;
}
.skills .right p {
    margin: -1px 0 35px;
    font-weight: 300;
}
.accordion-body p:last-child,
.blog-content .inner ul li:last-child,
.blog-content .inner > :last-child,
.blog-content .social-sidebar ul li:last-child,
.contact-info .inner div:last-child,
.goal .inner .right > ul:last-child,
.goal .inner .right > ul:last-child > li,
.pioneers .right p:last-child,
.projects .owl-carousel.owl-rtl,
.skills .inner .content .skill:last-child,
.skills .right p:last-child,
.terms-and-privacy .content > :last-child,
.work .inner .right .project:last-child {
    margin-bottom: 0;
}
.faqs .inner,
.features .inner,
.pioneers .inner,
.skills .inner,
.subscribe form,
.work .inner,
.work-details .inner,
.work-info .inner {
    display: flex;
}
.skills .inner .content {
    width: 48%;
    padding-right: 50px;
}
.skills .inner .content .skill {
    max-width: 490px;
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
}
.skills .inner .content .skill img {
    width: 60px;
    mix-blend-mode: darken;
    height: 60px;
}
.skills .inner .content .skill .info {
    padding-left: 45px;
}
.blog-content .social-sidebar ul.views li svg,
.skills .inner .content .skill .info h3 {
    margin-bottom: 7px;
}
.testimonials .left {
    width: 500px;
    padding-right: 80px;
}
.testimonials .reviews {
    width: 428px;
    position: relative;
}
.testimonials .left h2 {
    margin-bottom: 35px;
}

.skills.procedure .head h2,
.testimonials .left p {
    margin-bottom: 40px;
}
.reviews .swiper-3d .swiper-wrapper {
    height: 560px;
}
.swiper-slide .card {
    position: absolute;
    width: 100%;
    height: 100%;
}
.swiper-slide .card .content {
    background: #d4d4d4;
    padding: 55px 54px;
}
.swiper-slide-active.swiper-slide .card .content {
    background: #f9f9f9;
    height: calc(100% - 128px);
    display: flex;
    flex-wrap: wrap;
}
.swiper-slide .card .content .head,
.swiper-slide .card .content p {
    padding-bottom: 30px;
    width: 100%;
}
.swiper-slide .card .content p {
    font-size: 16px;
}
.swiper-slide .card .content .head h3 {
    font-size: 24px;
    display: flex;
    align-items: center;
}
.swiper-slide .card .content .head img {
    margin-left: 5px;
}
.swiper-slide .card .content .head span {
    font-size: 18px;
    color: #b9b9b9;
}
.swiper-slide .card .content > img {
    width: 50px;
    height: 38px;
    display: block;
    object-fit: contain;
    margin-left: auto;
    align-self: flex-end;
}
.swiper-slide .card .bottom {
    background: #010326;
    display: flex;
    align-items: center;
    padding: 27px 45px;
}
.swiper-slide .card .bottom div {
    padding-left: 17px;
}
.swiper-slide .card .bottom img {
    width: 74px;
    height: 74px;
    border-radius: 50%;
    background: #fff;
}
.swiper-slide .card .bottom h4 {
    color: #fff;
    font-size: 18px;
    line-height: 1.2;
}
.swiper-slide .card .bottom span {
    color: #8a8a8a;
    font-size: 16px;
    display: block;
    line-height: 1.2;
}
.swiper-button-next,
.swiper-button-prev {
    width: 53px !important;
    height: 53px !important;
    border: 1px solid #f0f0f0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: static !important;
    transform: none !important;
    margin: 0 !important;
}
.inner-page .swiper-button-next,
.inner-page .swiper-button-prev {
    border: 1px solid #c4c4c4;
}
.accordion-entry,
.lets-talk .inner {
    border-bottom: 1px solid #cbcbcb;
}
.swiper-button-next i,
.swiper-button-prev i {
    font-size: 18px;
    color: #010326;
    margin-top: 2px;
}
.arrows-wrap {
    display: flex;
    justify-content: flex-end;
    gap: 15px;
    margin-top: 30px;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0.3;
}
.brands h2 {
    text-align: center;
    max-width: 865px;
    margin: 0 auto 85px;
}
.brands .brands-list {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 9px);
}
.brands .brands-list .brand {
    width: 20%;
    border: 1px solid #dfdfdf;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    min-height: 132px;
    margin: -1px;
}
.faqs,
.our-story.future{
    padding: 80px 0;
}
.faqs .inner .left {
    width: calc(100% - 792px);
    padding-right: 50px;
}
.faqs .inner .left .wrap {
    position: sticky;
    top: 115px;
}
.faqs .inner .left p {
    max-width: 340px;
}
.faqs h2 {
    margin-bottom: 45px;
    max-width: 390px;
}
.faqs .inner .right {
    margin-top: -23px;
    width: 792px;
}
.accordion-head {
    padding: 25px 8px 23px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.accordion-head h3 {
    width: calc(100% - 49px);
    padding-right: 20px;
    font-size: 20px;
}
.accordion-head .icon {
    width: 49px;
    height: 49px;
    background: #f9f9f9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.accordion-entry.active .accordion-head .icon img {
    transform: rotate(-90deg);
}
.accordion-body {
    padding: 0 80px 40px 8px;
    display: none;
}
.pioneers {
    padding: 100px 0;
    background-image: url(../images/pioneers-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.pioneers h2 {
    margin-bottom: 40px;
    color: #fff;
}
.pioneers .left {
    width: 595px;
    padding-right: 50px;
}
.pioneers .left p {
    color: #999;
    max-width: 500px;
}
.pioneers .right {
    width: calc(100% - 595px);
    text-align: center;
}
.pioneers .right h3 {
   
    color: #fff;
    text-transform: inherit;
    margin-bottom: 10px;
    font-weight: 500;
}
.pioneers .right p {
    color: #fff;
    margin-bottom: 70px;
}
.pioneers .logo-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    max-width: 640px;
    margin: 0 auto;
    gap: 50px 0;
    justify-content: space-between;
}
.pioneers .logo-wrap .icon {
    width: 185px;
    height: 130px;
    object-fit: contain;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lets-talk,
.services-list h2 {
    text-align: center;
}
.lets-talk .inner {
    padding: 100px 0 80px;
}
.lets-talk .inner h2 {
    font-size: 120px;
    max-width: 640px;
    margin: 0 auto;
    line-height: 0.83;
    text-transform: uppercase;
}
.projects {
    padding: 0 25px;
}
.projects .owl-carousel {
    margin-bottom: 22px;
}
.project-info {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.91);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 25px;
    height: 100%;
    opacity: 0;
}
.project-info span {
    border: 1px solid #c5c5c5;
    width: 52px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    position: absolute;
    right: 25px;
    top: 25px;
    z-index: 1;
}
.project-info span i {
    color: #555;
    font-size: 14px;
    transform: rotate(-45deg);
}
.project-info h3 {
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 5px;
    max-width: 330px;
}
.project-info p,
.why-webologist .card p,
.work-details .box p {
    font-size: 18px;
}
.service-tabs {
    position: relative;
    overflow: hidden;
}
.service-tabs .tab-menu {
    background: #fff;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 3;
    transition: all ease-in-out 0.1s;
}
.service-tabs .tab-menu.fixed {
    position: fixed;
    top: 90px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
.tab-menu ul {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    gap: 3%;
}
.tab-menu ul li a {
    display: flex;
    font-size: 24px;
    font-weight: 700;
    font-family: "Sora", sans-serif;
    color: #000;
    padding: 10px 0 7px;
    border-bottom: 8px solid transparent;
    justify-content: center;
}
.service-tabs .tab-menu img {
    width: 70px;
    height: 70px;
    object-fit: contain;
}
.tab-menu ul li a.active,
.tab-menu ul li a:hover {
    border-bottom: 8px solid #035aa6;
}
.tab-main-box {
    margin-top: -4px;
    background: #f8f8f8;
}
.tab-main-box .tab-box:nth-child(2n) {
    background: #fff;
}
.tab-content .common-btn {
    margin-right: 20px;
}
.tab-content .container {
    display: flex;
    align-items: center;
    min-height: calc(80vh - 91px);
}
.tab-content .content {
    width: 50%;
    padding: 100px 80px 100px 0;
    height: 100%;
}
.tab-content h2 {
    font-size: 40px;
    line-height: 1.15;
    margin-bottom: 20px;
}
.our-story .images-wrapper .img-wrap img:first-child,
.tab-content p,
.tab-content ul {
    margin-bottom: 30px;
}
.goal .inner .right span,
.tab-content p span,
.terms-and-privacy p,
.terms-and-privacy p span,
.terms-and-privacy ul li span {
    font-weight: 300 !important;
    font-size: 16px;
}

.tab-content ul li {
    margin-bottom: 5px;
    background-image: url(../images/list-arrow.svg);
    background-size: 8px 7px;
    background-position: 0 10px;
    background-repeat: no-repeat;
    padding-left: 17px;
}
.tab-content ul li b {
    font-weight: 400;
}
.tab-content .logos {
    display: flex;
    gap: 11px;
    margin-bottom: 30px;
}
.tab-content .logos .icon {
    background: #fff;
    border-radius: 10px;
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 17px rgba(0, 0, 0, 0.1);
}
.tab-content .logos .icon img {
    width: 22px;
    height: 22px;
    object-fit: contain;
}
.tab-content .container > img {
    max-width: 52%;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    height: auto;
    right: 0;
    max-height: 100%;
    object-fit: contain;
    margin: auto;
}
.post-type-archive-industry .tab-content .container > img {
    object-fit: cover;
}
.our-story {
    padding-top: 35px;
}
.our-story.future span {
    width: 5px;
    height: 5px;
    background: #010326;
    display: inline-block;
    margin: 0 5px 10px;
}
.our-story .head {
    margin: 0 auto 70px;
    max-width: 620px;
    text-align: center;
}
.our-story .head h2 {
    margin-bottom: 20px;
    font-size: 40px;
}
.our-story .head p {
    font-size: 18px;
    line-height: 1.5;
}
.our-story .inner {
    display: flex;
    margin-bottom: 70px;
}
.our-story .left {
    width: 46%;
    padding-right: 50px;
}
.our-story .content {
    width: 56%;
}
.our-story .content p {
    margin-bottom: 25px;
    font-size: 18px;
}
.our-story .images-wrapper {
    display: flex;
    justify-content: space-between;
    margin: -15px;
    align-items: center;
}
.our-story .images-wrapper > img:first-child {
    width: calc(25% - 30px);
    margin: 15px;
}
.our-story .images-wrapper > img:nth-child(2) {
    width: calc(36% - 30px);
    margin: 15px;
}
.our-story .images-wrapper .img-wrap {
    width: calc(39% - 30px);
    margin: 15px;
}
.blog-content,
.single-img {
    padding: 85px 0;
}
.why-webologist {
    padding: 115px 0;
    position: relative;
}
.values-driven,
.work {
    padding: 90px 0;
}
.why-webologist h2 {
    color: #fff;
    margin-bottom: 70px;
    max-width: 630px;
}
.why-webologist .cards {
    display: flex;
    margin: -13px;
    flex-wrap: wrap;
}
.why-webologist .card {
    width: calc(25% - 26px);
    margin: 13px;
    background: #fff;
    padding: 65px 40px;
}
.why-webologist .card img {
    width: 80px;
    margin-bottom: 40px;
}
.why-webologist .card h3 {
    font-size: 40px;
    margin-bottom: 30px;
}
.blogs h2,
.values-driven h2,
.work .inner .right .project {
    margin-bottom: 80px;
}
.what-we-do .head h2{
    margin-bottom: 40px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}
.values-driven p {
    margin-bottom: 70px;
    max-width: 795px;
}
.values .value {
    width: 50%;
    padding: 55px 62px 55px 17px;
    background-image: linear-gradient(to right, #aaa 33%, rgba(255, 255, 255, 0) 0);
    background-position: bottom;
    background-size: 17px 1px;
    background-repeat: repeat-x;
    display: flex;
}
.values-driven.bg-grey .values .value {
    align-items: flex-start;
}
.values-driven.bg-grey .head {
    display: flex;
    justify-content: space-between;
    padding-right: 75px;
    margin-bottom: 30px;
}
.values-driven.bg-grey h2 {
    width: 580px;
}
.values-driven.bg-grey p {
    font-size: 18px;
    max-width: 390px;
}
.values-driven .value .icon-wrap {
    width: 67px;
    height: 61px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.values-driven .value .icon-wrap img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.values-driven .value .info {
    width: calc(100% - 67px);
    padding-left: 78px;
}
.values-driven .value h3 {
    font-size: 40px;
    margin-bottom: 15px;
}
.values-driven .value p {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 0;
}
.work .inner .left {
    width: 33.33%;
    padding-right: 50px;
}
.blog-detail-form h2,
.work .inner .left h2 {
    margin-bottom: 20px;
}
.work .inner .left p {
    font-size: 18px;
    font-weight: 300;
    max-width: 400px;
}
.work .inner .right {
    width: 66.66%;
}
.work .inner .right .project img {
    width: 100%;
    margin-bottom: 15px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}
.work .inner .right .project h3 {
    text-transform: initial;
    margin-bottom: 7px;
    max-width: 500px;
    font-weight: 600;
}
.blogs.bg-grey,
.what-we-do,
.work-details {
    padding: 80px 0;
}
.work-details .box,
.work-info .inner .box {
    background-position: right;
    background-size: 1px 17px;
    background-repeat: repeat-y;
    min-height: 252px;
    padding: 20px;
    text-align: center;
    display: flex;
}
.work-details .box {
    width: 20%;
    background-image: linear-gradient(#aaa 33%, rgba(255, 255, 255, 0) 0);
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.work-details .box:last-child,
.work-info .box:last-child {
    background-image: none;
}
.work-details .box img {
    margin-bottom: 24px;
}
.work-details .box h3 {
    font-size: 20px;
    font-weight: 500;
   
    margin-bottom: 10px;
    text-transform: capitalize;
    color: #555;
}
.goal .inner {
    display: flex;
    padding: 100px 80px 100px 40px;
    border-top: 1px solid #d9d9d9;
}
.goal .inner .left {
    width: 40%;
}
.goal .inner .right {
    width: 60%;
}
.goal .inner .right p {
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 15px;
}
.contact-form form .gform_fields fieldset.gfield legend,
.goal .inner .right h3 {
    margin-bottom: 10px;
}
.blogs article h3,
.goal .inner .right li ul {
    margin-bottom: 8px;
}
.goal .inner .right li {
    font-weight: 300;
    list-style: disc;
    line-height: 1.4;
    margin-bottom: 8px;
    color: #555;
}
.goal .inner .right li ul li {
    list-style: circle;
}
.goal .inner .right li b,
.terms-and-privacy ul li b,
footer h3 {
    font-weight: 500;
}
.goal .inner .right ul {
    margin: 0 0 25px 20px;
}
.work-info {
    padding: 109px 0;
    background-image: url(../images/work-info-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.work-info .inner .box {
    width: 33.33%;
    background-image: linear-gradient(#aaa 33%, rgba(255, 255, 255, 0) 0);
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.work-info .inner .box h3 {
    color: #fff;
    font-size: 80px;
}
.work-info .inner .box p {
    color: #fff;
    text-transform: uppercase;
}
.project-timeline {
    padding: 115px 0;
}
.project-timeline h2 {
    margin-bottom: 110px;
}
.project-timeline .table-wrap {
    max-width: 1264px;
    margin: 0 auto;
}
.project-timeline table {
    width: 100%;
    border-spacing: 0;
}
.project-timeline tr th {
    padding: 7px 15px 10px;
    font-size: 16px;
    color: #555;
    font-weight: 300;
    border-bottom: 1px solid #b8b8b8;
    border-right: 1px solid #b8b8b8;
    width: 25%;
}
.project-timeline tr td {
    position: relative;
    border-right: 1px solid #b8b8b8;
    height: 41px;
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    color: #000;
}
.project-timeline tr:nth-child(2) td:first-child span {
    max-width: 70%;
}
.project-timeline tr:nth-child(3) td:nth-child(2) span {
    position: absolute;
    right: 0;
    width: calc(130%);
    top: 0;
    z-index: 1;
    background: #d3d8ee;
}
.project-timeline tr td span {
    background: #edeff8;
    width: 100%;
    display: block;
    padding: 10px;
    font-size: 18px;
    font-weight: 300;
    color: #000;
    line-height: 1.1;
    height: 100%;
}
.project-timeline tr td:last-child,
.project-timeline tr th:last-child {
    border-right: 0;
}
.project-timeline tr:nth-child(4) td:last-child {
    background: #bcc4e6;
}

.contact-info .map {
    background: #035aa6;
}
.blog-content .toc-wrap .ez-toc-widget-sticky-container ul li,
.switch .slider {
    background-color: transparent;
}
.features .inner .info h3,
.features .inner .info p {
    border-bottom: 1px solid #474860;
    display: flex;
    text-align: center;
}
.switch input:checked + .slider:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
    background-color: #fff;
}
.switch .slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 2px;
    bottom: 2px;
    background-color: #010326;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 50%;
}
.features .inner .info:nth-of-type(2) h3,
.features .inner .info:nth-of-type(2) p {
    background: rgba(10, 13, 75, 0.32);
    border: 1px solid #474860;
}
.features {
    padding: 90px 0;
    background: #010326;
}
.features .head {
    margin-bottom: 80px;
}
.features .head span {
    color: #fff;
    font-size: 24px;
    margin-bottom: 30px;
    display: block;
}
.features .head h2 {
    color: #fff;
    max-width: 650px;
}
.features .inner .info {
    width: 21%;
}
.features .inner .info:nth-child(2) {
    width: 24%;
}
.features .inner .info:nth-child(3) {
    width: 28%;
}
.features .inner .info:last-child {
    width: 27%;
}
.features .inner .info h3 {
    color: #c0d8e0;
    font-size: 24px;
    font-weight: 500;
    min-height: 95px;
    align-items: center;
    justify-content: center;
    padding: 10px;
   
}
.features .inner .info p {
    font-size: 16px;
    color: #d9d9d9;
    align-items: center;
    justify-content: center;
    min-height: 112px;
    padding: 7px 40px;
}
.features .inner .info:first-child h3 {
    text-align: left;
    padding-left: 0;
    justify-content: flex-start;
}
.features .inner .info:first-child p {
    text-align: left;
    justify-content: flex-start;
    padding-left: 0;
}
.features .inner .info:nth-of-type(2) p {
    border-top: 0;
}
.category .blogs{
    padding-top: 0;
}
.blogs {
    padding: 95px 0 40px;
}
.blogs .inner {
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
}
.blogs article {
    background: #f9fafb;
    border: 1px solid #e7e7e7;
    width: calc(33.33% - 30px);
    margin: 15px;
}
.blogs article .wrap{
    padding: 20px 24px 30px;
}
.blogs article span {
    font-size: 15px;
    font-weight: 300;
    color: #555;
    display: block;
    width: 100%;
}
.blogs article img {
    width: 100%;
    display: block;
    align-self: flex-end;
    height: 280px;
    object-fit: cover;
}
.blogs article p{
    margin-bottom: 15px;
    font-size: 16px;
}
.blog-main-img {
    padding-top: 100px;
}
.blog-content .inner {
    width: calc(100% - 434px);
    padding: 0 37px;
}
.blog-content .inner p {
    font-size: 16px;
    margin-bottom: 25px;
    line-height: 1.6;
}
.blog-content .inner p b,
.blog-content .inner p strong,
.blog-content .inner ul li b,
.blog-content .inner ul li strong {
    font-weight: 500;
    color: #000;
}
.blog-content .inner p a,
.blog-content .inner ul li a,
.terms-and-privacy li a,
.terms-and-privacy p a {
    color: #035aa6;
    transition: 0.2s ease-in-out;
}
.blog-content .inner figure + h2,
.blog-content .inner figure + h3,
.blog-content .inner img + h3 {
    margin-top: 0;
}
.blog-content .inner ul {
    margin-left: 20px;
    margin-bottom: 20px;
}
.blog-content .inner h2 {
    margin-bottom: 15px;
    margin-top: 55px;
    font-size: 30px;
    font-weight: 600;
}
.blog-content .inner ul li {
    list-style: disc;
    color: #555;
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.4;
}
.blog-content .toc-wrap > .inner-wrap{
    position: sticky !important;
    top: 110px !important;
    z-index: 2 !important;
    width: 100% !important;
    padding: 0 !important;
}
.blog-content .toc-wrap .inner-wrap > .ez-toc-widget-sticky {
    background: #efefef !important;
    border: 1px solid #707070;
    padding: 30px 24px 10px;
    border-radius: 3px;
}
.blog-content .toc-wrap #ez-toc-widget-sticky-container {
    position: static !important;
}
.blog-content .toc-wrap {
    width: 336px;
}
.blog-content .toc-wrap .inner-wrap h2 {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 20px;
}
.blog-content .toc-wrap .ez-toc-widget-sticky-title-container:before {
    position: relative;
    content: "In this blog post";
    width: 100%;
    font-weight: 700;
    font-family: "Sora", sans-serif;
    font-size: 24px;
    line-height: 1.2;
    color: #010326;
    text-transform: uppercase;
}
.blog-content .toc-wrap div.ez-toc-widget-sticky-container ul.ez-toc-widget-sticky-list {
    padding: 0;
}
.blog-content .toc-wrap .ez-toc-widget-sticky-container ul li a {
    padding: 0;
    font-size: 15px;
    font-family: "Sora", sans-serif;
    color: #010326;
    margin-bottom: 12px;
    line-height: 1.3;
    transition: 0.2s ease-in-out;
}
.blog-content .toc-wrap .ez-toc-widget-sticky-container ul li a:before {
    content: none;
}
.blog-content .toc-wrap .ez-toc-widget-sticky-container ul li a:hover,
.blog-content .toc-wrap .ez-toc-widget-sticky-container ul li.active a {
    color: #035aa6;
    font-weight: 400;
}
.blog-content .inner h3 {
    margin-bottom: 20px;
    margin-top: 55px;
}
.blog-content .inner h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
   
}
.blog-content .inner img {
    width: 100%;
    margin: 15px 0;
}
.blog-content .inner .wp-block-image:first-child img{
    margin-top: 0;
}
.blog-content .inner p + img {
    margin-top: 20px;
}
.blog-content .social-sidebar {
    width: 98px;
}
.blog-content .social-sidebar .wrap {
    position: sticky;
    top: 110px;
}
.blog-content .inner table td strong{
    font-weight: 600;
}

.blog-content .inner .wp-block-table{
    margin-bottom: 30px;
}
.blog-content .social-sidebar ul li {
    color: #555;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    margin-bottom: 17px;
    line-height: 1.2;
}
.blog-content .social-sidebar ul li a {
    color: #fff;
    background: #0e7ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    width: 35px;
    height: 35px;
    border-radius: 3px;
    transition: all ease-in-out 0.2s;
}
.blog-content .social-sidebar ul li a:hover {
    opacity: 0.9;
}
.blog-content .social-sidebar ul li a i {
    font-size: 20px;
}
.blog-content .social-sidebar ul li svg {
    width: 20px;
    margin-bottom: 3px;
}
.quote {
    background: #010326;
    display: flex;
    align-items: center;
    padding: 0 30px;
    margin-bottom: 55px;
}
.quote img {
    display: flex;
    align-items: center;
    width: 68px !important;
    margin: -74px 0 0 !important;
}
.quote div {
    width: calc(100% - 68px);
    padding: 40px 0 35px 50px;
}
.quote p {
    font-family: "Sora", sans-serif;
    font-size: 30px !important;
    color: #fff;
    line-height: 1 !important;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px !important;
    max-width: 669px;
}
.quote span {
    color: #fff;
    font-size: 14px;
    display: inline-block;
    padding-left: 43px;
    position: relative;
}
.quote span::before {
    content: "";
    position: absolute;
    width: 37px;
    height: 1px;
    background: #fff;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.blog-detail-form {
    padding-bottom: 100px;
}
.blog-detail-form .inner,
.terms-and-privacy .content {
    max-width: 1140px;
    margin: 0 auto;
}
.blog-detail-form p {
    font-size: 18px;
    margin-bottom: 50px;
}
.blog-detail-form form {
    display: flex;
    margin: -17px;
    flex-wrap: wrap;
}
.blog-detail-form input {
    width: calc(50% - 34px);
    margin: 17px;
}
.blog-detail-form textarea {
    width: 100%;
    margin: 17px;
    min-height: 115px;
}
.blog-detail-form input,
.blog-detail-form textarea {
    padding: 15px 0;
    font-size: 18px;
    color: #010326;
    border: 0;
    border-bottom: 1px solid #555;
    outline: 0;
   
}
.blog-detail-form input::placeholder {
    color: #010326;
    font-size: 18px;
   
}
.blog-detail-form textarea::placeholder {
    color: #010326;
    font-size: 18px;
   
}
.blog-detail-form input::-ms-input-placeholder {
    color: #010326;
    font-size: 18px;
   
}
.blog-detail-form textarea::-ms-input-placeholder {
    color: #010326;
    font-size: 18px;
   
}
.blog-detail-form input[type="submit"],
.contact-form form input[type="submit"]{
    background-color: #010326;
    text-align: center;
    color: #fff;
    font-size: 20px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 9px 15px;
    transition: 0.3s ease-in-out;
    width: 168px !important;
    background-image: url(../images/white-arrow.svg);
    background-size: 13px 11px;
    background-position: 75% 50%;
    background-repeat: no-repeat;
    padding-right: 30px !important;
    cursor: pointer;
    margin-top: 33px !important;
    height: 48px;
    border: 0;
    margin-left: auto !important;
   
    line-height: 1 !important;
}
.blog-detail-form input[type="submit"]:hover,
.contact-form form input[type="submit"]:hover{
    background-color: #035aa6;
    background-position: 80% 50%;
}
.terms-and-privacy p + h2 {
    margin-top: 50px;
}
.contact-form .inner .gform_confirmation_wrapper,
.contact-form form {
    padding: 30px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
    margin: 0 auto;
    background: #fff;
}

.contact-form,
.subscribe {
    z-index: 2;
    position: relative;
}
.services-list .service,
.what-we-do .card {
    width: calc(33.33% - 40px);
    overflow: hidden;
}
#file-upload-filename {
    padding-left: 17px;
    font-size: 16px;
    width: calc(100% - 199px);
}

.contact-info .map iframe {
    width: 100%;
    height: 710px;
    mix-blend-mode: luminosity;
    display: block;
}
.contact-info .inner {
    background: #035aa6;
    max-width: 516px;
    padding: 80px 70px;
    margin-top: -98px;
    position: absolute;
    z-index: 2;
    top: 0;
}
.contact-info .inner * {
    color: #fff;
    font-size: 18px;
    margin-bottom: 4px;
    line-height: 1.5;
}
.contact-info .inner h2 {
    margin-bottom: 50px;
    font-size: 30px;
    line-height: 1;
}
.contact-info .inner a:hover {
    color: #f8f8f8;
}
.contact-info .inner div {
    max-width: 307px;
    margin-bottom: 50px;
}
.contact-form {
    padding: 0 0 105px;
    margin-top: -150px;
}
.contact-form form {
    max-width: 1000px;
    margin-top: 80px;
}
.contact-form .inner .gform_confirmation_wrapper {
    max-width: 1000px;
    text-align: center;
    font-size: 18px;
}
.contact-form form .gform_fields {
    margin: -11px;
    display: flex !important;
    flex-wrap: wrap;
    grid-column-gap: 0 !important;
    grid-row-gap: 0 !important;
    width: auto !important;
}
.contact-form form .gform_fields .gfield {
    width: calc(50% - 22px);
    margin: 11px;
}
.contact-form form .gform_fields fieldset.gfield {
    width: 100%;
    border: 0;
    margin-top: 0;
}
.contact-form form .gform_fields fieldset.gfield input {
    height: 15px;
    width: 15px;
}
.contact-form form .gform_fields fieldset.gfield label {
    padding-left: 5px;
    color: #010326;
    font-size: 16px;
   
    font-weight: 300;
}
.contact-form form .gform_fields fieldset.gfield .gfield_checkbox {
    display: flex;
    gap: 30px;
}
.contact-form form input,
.contact-form form select,
.contact-form form textarea {
    border: 1px solid #dbdbdb;
    padding: 10px 15px !important;
    height: 51px;
    outline: 0;
    box-shadow: none;
    color: #010326;
    font-size: 16px !important;
    font-weight: 300;
    background: #fff;
    width: 100% !important;
}
.contact-form form input[type="submit"] {
    margin: 0;
    margin-top: -61px !important;
    position: relative;
    z-index: 2;
}
.contact-form form .form-group select {
    background-image: url(../images/angle-down.svg);
    background-size: 8px 5px;
    background-position: calc(100% - 15px) 50%;
    background-repeat: no-repeat;
    padding-right: 35px;
    -webkit-appearance: none;
    appearance: none;
}
.gform_footer {
    padding: 0 !important;
    margin: 0 !important;
}
.contact-form form textarea {
    resize: none;
    height: 150px !important;
    width: calc(200% + 22px) !important;
}
.contact-form form input::placeholder {
    color: #010326;
    font-size: 16px;
   
    font-weight: 300;
}
.contact-form form textarea::placeholder {
    color: #010326;
    font-size: 16px;
   
    font-weight: 300;
}
.contact-form form input::-ms-input-placeholder {
    color: #010326;
    font-size: 16px;
   
    font-weight: 300;
}
.contact-form form textarea::-ms-input-placeholder {
    color: #010326;
    font-size: 16px;
   
    font-weight: 300;
}
.gfield_validation_message {
    color: red;
    font-weight: 300;
    font-size: 14px;
}
.terms-and-privacy h2 span {
    font-weight: 700 !important;
}
.terms-and-privacy h2 {
    margin-bottom: 20px;
    font-size: 32px;
}

.terms-and-privacy p b{
    font-weight: 500;
}

.terms-and-privacy h3 span {
    font-weight: 600 !important;
}
.terms-and-privacy h4 {
    font-size: 20px;
    margin-bottom: 15px;
}

.terms-and-privacy span {
    font-weight: 500 !important;
}
.terms-and-privacy p {
    margin-bottom: 25px;
    font-size: 18px;
    color: #010326;
}
.terms-and-privacy p + h3 {
    margin-top: 30px;
}
.terms-and-privacy p + ul {
    margin-top: -20px;
}
.terms-and-privacy ul + h2 {
    margin-top: 40px;
}
.terms-and-privacy ul {
    margin-left: 20px;
    margin-bottom: 40px;
}
.terms-and-privacy ul li {
    font-size: 18px;
    list-style: disc;
    margin-bottom: 15px;
}
.terms-and-privacy li a:hover,
.terms-and-privacy p a:hover {
    opacity: 0.85;
}
.subscribe .btn.trigger {
    background-color: #010326;
    text-align: center;
    color: #fff;
    font-size: 22px !important;
    padding: 13px 50px;
    transition: 0.3s ease-in-out;
    cursor: pointer;
    border: 0;
   
    line-height: 1 !important;
}
.lets-talk .inner form .gform_footer input:hover,
.subscribe .btn.trigger:hover {
    background-color: #035aa6;
}
.subscribe {
    max-width: 690px;
    margin: 20px auto;
}
.subscribe p {
    margin: 20px auto 15px;
    font-size: 18px;
}
.services-list h2,
.skills-and-tools h2 {
    margin-bottom: 68px;
}
.gform_wrapper form .gform_body legend {
    color: #010326;
    font-weight: 500 !important;
}
.gform_wrapper form .gform_body .validation_message {
    padding: 0;
    border: 0;
    background: no-repeat;
}
.lets-talk .inner form .gform_body {
    width: 510px;
    margin: 0 auto;
    max-width: 100%;
}
.lets-talk .inner form .gform_body .gfield {
    margin-bottom: 14px;
}
.lets-talk .inner form .gform_body input {
    height: 51px;
    padding: 10px 18px;
    background: no-repeat padding-box #fff;
    border-radius: 18px !important;
    border: 0;
    color: #010326;
   
    font-size: 16px;
    outline: 0;
    box-shadow: none;
    font-weight: 300;
    width: 100%;
}
.lets-talk .inner form .gform_body input::placeholder {
   
    color: #010326;
}
.lets-talk .inner form .gform_body input::-ms-input-placeholder {
   
    color: #010326;
}
.lets-talk .inner form .gform_footer input {
    border-left: 0;
    border-radius: 0;
    border: 0;
    color: #fff;
    font-size: 20px;
    text-align: center;
    background: #010326;
    cursor: pointer;
   
    transition: 0.3s ease-in-out;
    height: 51px;
    width: 176px;
    display: block;
    margin: 0 auto;
}
.lets-talk .inner form .gform_body .ginput_recaptcha {
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
}
.single-post .careers .banner .wrap {
    margin-left: 0;
}
.single-post .careers .banner .wrap p,
footer .copyright p {
    font-size: 16px;
}
.single-post .careers .banner .wrap span {
    font-weight: 500;
    font-size: 16px;
}
.single-post .banner .breadcrumb {
    color: #fff;
    margin-bottom: 30px;
}
.single-post .banner .breadcrumb span {
    color: #bbb;
}
.services-list {
    padding: 110px 0 0;
}
.services-list .inner {
    display: flex;
    margin: -20px;
    flex-wrap: wrap;
}
.services-list .service {
    margin: 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}
.services-list .service .img-wrap {
    height: 280px;
    border-bottom: 4px solid #035aa6;
    overflow: hidden;
}
.services-list .service .img-wrap img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: 1.5s ease-in-out;
}
.services-list .service:hover .img-wrap img {
    transform: scale(1.2);
}
.services-list .service .content {
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100% - 284px);
    align-items: flex-start;
}
.services-list .service h3 {
    margin-bottom: 12px;
    width: 100%;
}
.services-list .service p {
    margin: 0 0 25px;
    font-size: 18px;
    width: 100%;
}
.services-list .service a {
    background: #035aa6;
    color: #fff;
    border-radius: 3px;
    padding: 6px 15px 7px;
    font-size: 17px;
    font-weight: 300;
    transition: 0.3s ease-in-out;
}
.what-we-do .head {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}
.what-we-do .head p {
    font-family: "Sora", sans-serif;
    color: #010326;
    margin-bottom: 70px;
    line-height: 1.5;
}

.what-we-do .head h2 + p{
   
    color: #555555;
    font-size: 20px;
}
.what-we-do .inner {
    display: flex;
    flex-wrap: wrap;
    margin: -20px;
    justify-content: center;
}
.what-we-do .card {
    margin: 20px;
    text-align: center;
    border-radius: 8px;
    border: 1px solid #e8e5e5;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    padding: 20px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 159px;
}
.what-we-do .card.title-only{
    min-height: 121px;
    padding: 15px;
}
.what-we-do .container > p{
    text-align: center;
    margin-top: 50px;
}
.what-we-do .inner .card h3{
    font-size: 20px;
    line-height: 1.4;
}
.what-we-do .inner .card p {
    font-size: 18px;
    max-width: 400px;
    margin: 0 auto;
    opacity: 0;
    position: relative;
    top: 42px;
    max-height: 0;
    transition: 0.5s ease-in-out;
}
.what-we-do .inner .card:hover p {
    opacity: 1;
    top: 0;
    margin: 10px auto 0;
    max-height: 80px;
}
.what-we-do + .faqs {
    padding-bottom: 0;
}
.skills.procedure {
    padding: 0px 0 100px;
    background: 0 0;
}
.skills.procedure .head {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 88px;
    text-align: center;
    display: block;
    max-width: 800px;
}
.skills.procedure .head p {
    max-width: 605px;
    margin: 0 auto;
    font-size: 18px;
}
.skills-and-tools {
    background: #efefef;
    padding: 80px 0;
    text-align: center;
}
.skills-and-tools .logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -20px;
}
.skills-and-tools .logo {
    width: 160px;
    margin: 20px;
    height: 160px;
    background: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.error-banner {
    padding-top: 130px;
    text-align: center;
}
.error-banner img {
    width: 400px;
    margin: 0 auto 30px;
}
.error-banner p {
    color: #000;
    margin-bottom: 30px;
}
footer .inner {
    display: flex;
    padding: 70px 0;
    justify-content: space-between;
}
footer .logo {
    width: 332px;
    margin-bottom: 10px;
}
footer .info p {
    font-size: 16px;
    margin-bottom: 10px;
    max-width: 270px;
    line-height: 1.45;
}
footer a {
    font-size: 16px;
    color: #555;
    transition: 0.3s ease-in-out;
}
footer .inner > .menu {
    padding-right: 20px;
}
footer .inner h3 {
    margin: 17px 0 20px;
    font-size: 30px;
}
footer .copyright {
    border-top: 1px solid #cbcbcb;
    padding: 32px 0;
}
footer .copyright .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
footer .copyright ul {
    display: flex;
    align-items: center;
    gap: 32px;
}
footer .copyright ul li a i {
    color: #2e2e2e;
    font-size: 22px;
    transition: 0.3s ease-in-out;
}
footer a:hover {
    color: #035aa6;
}
footer a:hover i {
    color: #035aa6 !important;
}
footer .inner > .menu:last-child {
    padding-right: 0;
}

.lets-talk h2,
.lets-talk h3,
footer h3,
.projects *{
    font-family: Teko;
}
header{
    background: #fff;
    border-bottom: 1px solid #EDEDED;
}
.single-post header{
    background: transparent;
    border: 0;
}
.single-post header.fixed{
    background: #fff;
    border-bottom: 1px solid #EDEDED;
}
.single-post header > .container > .inner > .links > ul > li > a{
    pointer-events: none;
}
.single-post header > .container > .inner > .links ul li a{
    color: #fff;
}
.single-post header.fixed > .container > .inner > .links ul li a{
    color: #010326;
}

.banner .inner{
    text-align: center;
    padding: 170px 0 90px;
    max-width: 930px;
    margin: 0 auto;
}

.post-type-archive-industry .banner .inner{
    max-width: 890px;
}


.banner h1{
    font-size: 60px;
    line-height: 1.2;
    letter-spacing: -2px;
    margin-bottom: 30px;
    text-transform: capitalize;
    font-weight: bold;
}

.page-template-home .banner h1{
    font-size: 80px;
}

.banner h2{
    font-size: 36px;
    font-weight: 600;
    max-width: 645px;
    margin: 0 auto 30px;
    letter-spacing: -2px;
}
.page-template-home .banner h2{
    font-size: 36px;
}
.banner h1 span{
    color: #035aa6;
    position: relative;
    display: inline-block;
}

.banner h1 span:before{
    position: absolute;
    content: '';
    width: 114%;
    height: 70%;
    top: 20%;
    left: -8%;
    background: #037fa6;
    opacity: 0.3;
    filter: blur(45px);
}

.banner p{
    max-width: 743px;
    margin: 0 auto 40px;
}

.banner .btns-wrap{
    display: flex;
    justify-content: center;
    gap: 28px;
}

.banner .btns-wrap .book-appointment{
    padding: 15px 25px 16px;
    transition: all ease-in-out 0.2s;
    border-radius: 15px;
    background: #035aa6;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    border: 1px solid transparent;
}

.banner .btns-wrap .book-appointment:hover{
    transform: translateY(-3px);
    box-shadow: 0px 3px 6px rgba(0,0,0,0.3);
}

.banner .btns-wrap .view-projects{
    border: 1px solid #035aa6;
    display: flex;
    align-items: center;
    gap: 20px;
    border-radius: 15px;
    padding: 10px 25px;
    font-weight: 500;
    font-size: 18px;
    color: #035aa6;
    transition: all ease-in-out 0.2s;
    justify-content: center;
}

.banner .btns-wrap .view-projects img{
    transition: all ease-in-out 0.2s;
}

.banner .btns-wrap .view-projects:hover{
    transform: translateY(-3px);
    box-shadow: 0px 3px 6px rgba(0,0,0,0.3);
}

.marketing .inner{
    display: flex;
    margin: -12px;
    flex-wrap: wrap;
}

.marketing .inner .fast-track{
    background: #1B1D28;
    padding: 27px 27px 60px;
    width: calc(60% - 24px);
    margin: 12px;
    border-radius: 30px;
}

.marketing .inner .fast-track > span{
    border: 1px solid #8AD5FF;
    border-radius: 100px;
    padding: 10px 29px;
    color: #fff;
    font-size: 16px;
    margin-bottom: 20px;
    display: inline-block;
}

.marketing .inner .fast-track > p{
    font-size: 28px;
    font-weight: 500;
    color: #fff;
    line-height: 1.33;
    max-width: 672px;
    margin-bottom: 40px;
}

.marketing .inner .fast-track .wrap{
    display: flex;
    align-items: center;
    gap: 80px;
}

.marketing .inner .fast-track .wrap span{
    font-size: 40px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 8px;
    color: #fff;
}

.marketing .inner .fast-track .wrap p{
    font-size: 16px;
    color: #fff;
}

.marketing .inner .right-wrap{
    width: calc(40% - 24px);
    margin: 12px;
}

.marketing .inner .right-wrap .client-satisfaction{
    background: #035aa6;
    border-radius: 20px;
    padding: 27px 27px 0 0;
    height: calc(100% - 154px);
    margin-bottom: 24px;
}

.marketing .inner .right-wrap .client-satisfaction .wrap{
    display: flex;
    align-items: flex-start;
    padding-left: 27px;
    justify-content: space-between;
}

.marketing .inner .right-wrap .client-satisfaction .wrap p{
    color: #fff;
    max-width: 262px;
}

.marketing .inner .right-wrap .integrations-deployed{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #8AD5FF;
    padding: 15px 27px;
    border-radius: 15px;
    height: 130px;
    gap: 10px;
}

.marketing .inner .right-wrap .integrations-deployed span{
    color: #151723;
    font-size: 60px;
    font-weight: 600;
}

.marketing .inner .right-wrap .integrations-deployed p{
    color: #151723;
    font-size: 18px;
    font-weight: 500;
}
.single-services .faqs{
    background: #F7F8FF;
}
.how-to-get{
    padding-top: 100px;
    padding-bottom: 20px;
}

.how-to-get h2{
    text-transform: capitalize;
    margin-bottom: 40px;
}

.how-to-get .inner{
    display: flex;
    margin: -15px -15px 60px;
    flex-wrap: wrap;
}

.how-to-get .inner > p{
    margin: 35px 0 0 15px;
}

.how-to-get .inner .box{
    background: rgba(236, 238, 255, 0.5);
    border-radius: 16px;
    width: calc(33.33% - 30px);
    margin: 15px;
    padding: 22px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}

.how-to-get .inner .box .icon{
    background: #8AD5FF;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 20px;
}

.how-to-get .inner .box p{
    color: #494949;
    font-size: 16px;
    line-height: 1.5;
}

.how-to-get .inner .box h3{
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
    text-transform: inherit;
    margin-bottom: 10px;
}

.how-to-get .inner .box h3:last-child{
    margin-bottom: 0;
}
.single-services .capabilities .wrap{
    justify-content: center;
}
.capabilities{
    padding: 40px 0;
}

.capabilities h2{
    text-transform: capitalize;
    width: 60%;
}

.capabilities .wrap p{
    text-transform: capitalize;
    width: 40%;
    line-height: 1.7;
    color: #656C7B;
}

.capabilities .wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
}

.capabilities .wrap h2{
    max-width: 600px;
}

.capabilities .wrap p{
    font-size: 18px;
}

.capabilities .skills-stack{
    display: flex;
    justify-content: center;
    gap: 60px;
    text-align: center;
    margin-bottom: 60px;
    flex-wrap: wrap;
}

.capabilities .skills-stack p{
    font-size: 16px;
}
.skills-stack .skills-wrap{
    display: flex;
    gap: 55px;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
}

.skills-stack .skills-wrap:before,
.skills-stack .skills-wrap:after{
    position: absolute;
    content: '';
    width: 80px;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to right, #fff, transparent);
    z-index: 1;
    pointer-events: none;
}

.skills-stack .skills-wrap:after{
    left: auto;
    right: 0;
    background: linear-gradient(to left, #fff, transparent);
}
.skills-stack img {
    width: 70px;
    height: 70px;
    margin-bottom: 5px;
    object-fit: contain;
}

.ai-tech{
    display: flex;
    margin: -15px;
    flex-wrap: wrap;
    margin-bottom: 100px;
}

.ai-tech .box {
    width: calc(50% - 30px);
    margin: 15px;
    display: flex;
    align-items: flex-start;
    padding: 35px;
    background: #ECEEFF;
    border-radius: 16px;
}

.ai-tech .box img {
    width: 66px;
    object-fit: contain;
}

.ai-tech .box .content {
    width: calc(100% - 66px);
    padding-left: 30px;
}

.ai-tech .box h3 {
    font-size: 22px;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.ai-tech .box p {
    font-size: 18px;
    line-height: 1.5;
}

.lets-build{
    padding-top: 60px;
}

.lets-build .inner{
    background: #0979db;
    border-radius: 20px;
    padding: 80px 60px;
    position: relative;
    overflow: hidden;
    margin: 20px auto 0;
}
.lets-build .inner *{
    z-index: 2;
}

.lets-build .inner:after{
    position: absolute;
    content: '';
    width: 600px;
    height: 600px;
    border: 150px solid #fff;
    opacity: 0.2;
    right: -200px;
    top: 50px;
    border-radius: 50%;
}

.lets-build .inner h2{
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 56px;
    max-width: 800px;
    line-height: 1.1;
    margin-bottom: 30px;
}

.lets-build .inner p{
    color: #fff;
    font-size: 18px;
    max-width: 800px;
    line-height: 1.6;
    margin-bottom: 40px;
}

.lets-build .inner .wrap{
    display: flex;
    gap: 30px;
    align-items: center;
}

.lets-build .inner .wrap a{
    background: #fff;
    color: #0979db;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 16px;
    transition: all ease-in-out 0.2s;
    min-width: 263px;
    text-align: center;
    font-weight: 600;
}

.lets-build .inner .wrap a:hover{
    transform: translateY(-2px);
    box-shadow: 0px 3px 6px rgba(255,255,255,0.2);
}

.lets-build .inner .wrap span{
    color: #fff;
}

.our-client{
    position: relative;
    padding-top: 40px;
}

.our-client > img{
    position: absolute;
    top: 10px;
}

.our-client .container{
    display: flex;
    align-items: center;
    position: relative;
}


.our-client .wrap{
    width: 537px;
    position: relative;
}

.our-client .wrap:after{
    position: absolute;
    content: '';
    background: #D9E3FF;
    width: 327px;
    height: 327px;
    filter: blur(70px);
    top: -70px;
    z-index: -1;
    opacity: 0.9;
}

.our-client .wrap h2{
    font-size: 48px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 32px;
}

.our-client .wrap p{
    font-size: 18px;
    line-height: 1.5;
    max-width: 400px;
}

.our-client .reviews-wrap{
    width: calc(100% - 537px);
    padding-left: 120px;
    position: relative;
}

.our-client .reviews-wrap:before,
.our-client .reviews-wrap:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 168px;
    background: linear-gradient(transparent, #fff);
    bottom: 0;
    left: 0;
    z-index: 1;
}

.our-client .reviews-wrap:after{
    bottom: auto;
    top: 0;
    background: linear-gradient(#fff,transparent);
}

.our-client .reviews-wrap .review{
    background: #ECEEFF;
    border-radius: 16px;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    padding: 24px 30px;
}

.our-client .reviews-wrap .review .icon{
    width: 60px;
}

.our-client .reviews-wrap .review .content{
    width: calc(100% - 60px);
    padding-left: 30px;
}

.our-client .reviews-wrap .review .content h3{
    text-transform: capitalize;
    font-size: 18px;
    margin-bottom: 10px;
}

.our-client .reviews-wrap .review .content p{
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 8px;
}

.our-client .reviews-wrap .slick-slide .review {
    margin-left: 60px !important;
    margin-right: 120px !important;
  }

.our-client .reviews-wrap .slick-slide .review:nth-child(4n+1) {
    margin-left: 0 !important; /* Reset for all */
    margin-right: 180px !important;
  }
  
  /* 1st, 5th, 9th, ... */
  .our-client .reviews-wrap .slick-slide:nth-child(4n+2) .review {
    margin-left: 60px !important;
    margin-right: 120px !important;
  }
  
  /* 2nd, 6th, 10th, ... */
  .our-client .reviews-wrap .slick-slide:nth-child(4n+3) .review {
    margin-left: 120px !important;
    margin-right: 60px !important;
  }
  
  /* 3rd, 7th, 11th, ... */
  .our-client .reviews-wrap .slick-slide:nth-child(4n) .review {
    margin-left: 180px !important;
    margin-right: 0px !important;
  }
  
  .our-client .reviews-wrap .slick-dots{
    display: flex;
    gap: 8px;
    justify-content: center;
    margin-top: 20px;
  }

  .our-client .reviews-wrap .slick-dots li button{
    font-size: 0;
    width: 12px;
    height: 12px;
    padding: 0;
    border: 0;
    background-color: #d2d5f5;
    border-radius: 50%;
  }
  .our-client .reviews-wrap .slick-dots li.slick-active button{
    background-color: #0979db;
  }
  /* 4th, 8th, 12th, ... */
  /* .our-client .reviews-wrap .slick-slide:nth-child(4n) .review {
    margin-left: 120px !important;
    margin-right: 120px !important;
  } */

  .post-category-cta{
    background: #0e7ddd;
    padding: 30px;
    border-radius: 3px;
    margin-top: 20px;
  }

  .post-category-cta h2{
    color: #fff;
    font-weight: 600;
    font-size: 70px;
    margin-top: 30px;
    letter-spacing: 1px;
    margin: 0 0 30px;
    
  }

  .post-category-cta a{
    text-transform: uppercase;
    background: #fff;
    padding: 10px 20px;
    border-radius: 4px;
    width: 100%;
    text-align: center;
    color: #035aa6;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 500;
  }

  .custom-cta-block{
    margin: 20px 0;
    background: #0e7ddd;
    padding: 40px 30px;
    border-radius: 10px
  }

  .blog-content .inner .custom-cta-block h2{
    margin: 0;
    margin-bottom: 10px;
    color: #fff;
    font-weight: 600;
  }
  .blog-content .inner .faqs{
    padding: 0;
  }
  .blog-content .inner .faqs .accordion-head{
    padding-left: 0;
  }
  .blog-content .inner .faqs .accordion-body{
    padding-left: 0;
  }
  .blog-content .inner .faqs .inner h2{
    margin-bottom: 30px;
  }
  .blog-content .inner .faqs .accordion-head .icon{
    background: transparent;
  }
  .blog-content .inner .faqs .accordion-head .icon img{
    width: 25px;
  }
  .blog-content .inner .faqs .inner .right{
    width: 100%;
  }
  .blog-content .inner .faqs .inner .left{
    padding: 0;
  }
  .blog-content .inner .faqs .inner h3{
    margin: 0;
    font-weight: 500;
  }
  .blog-content .inner .faqs .inner p{
    margin: 0;
  }
.blog-content .inner .faqs .inner{
    width: 100%;
    padding: 0;
    display: block;
}
.blog-content .inner .faqs .accordion{
    margin: 0;
    list-style: none;
}

.blog-content .inner .faqs .accordion li{
    margin: 0;
    list-style: none;
}
.custom-cta-block p{
    color: #fff;
    max-width: 800px;
}

.custom-cta-block a{
    background: #fff;
    color: #035aa6;
    text-transform: uppercase;
    padding: 10px 20px;
    min-width: 150px;
    text-align: center;
    border-radius: 4px;
}

.blogs-head-wrap{
    display: flex;
    justify-content: space-between;
}

.blogs-head-wrap{
    margin-bottom: 30px;
}

.blogs-head-wrap input,
.blogs-head-wrap select{
    border: 1px solid rgba(0,0,0,0.7);
    border-radius: 4px;
    padding: 10px 15px;
}

#post-category{
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}

#post-category li{
    cursor: pointer;
    background:  #035aa6;
    color: #fff;
    padding: 10px 15px;
    border-radius: 4px;
    transition: all ease-in-out 0.2s;
}

#post-category li:hover{
    background: #0773d1;
}

#post-category li.active{
    background: #0773d1;
}

.usecases{
    background: #F9F9F9;
    padding: 100px 0;
}
.usecases h2{
    text-align: center;
    max-width: 800px;
    margin: 0 auto 50px;
}
.usecases .inner .wrap{
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
}
.usecases .inner .wrap ul{
    display: flex;
    list-style: none;
    margin: -10px;
    flex-wrap: wrap;
    justify-content: center;
}
.usecases .inner .wrap p:last-child{
    margin-bottom: 0;
    margin-top: 40px;
}
.usecases .inner .wrap ul li{
    padding: 20px;
    background: #035aa6;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.6);
    border-radius: 10px;
    width: calc(33.33% - 20px);
    margin: 10px;
    font-size: 18px;
    color: #fff;
    list-style: disc;
}
.usecases .inner .wrap p{
    margin-bottom: 30px;
    font-size: 18px;
}

.usecases .inner .wrap p b{
    font-weight: 600;
}

.get-leads{
    position: relative;
    padding: 100px 0;
    background: #035aa6;
    overflow: hidden;
}
.get-leads:before,
.get-leads:after{
    position: absolute;
    content: '';
    width: 700px;
    height: 700px;
    border: 130px solid rgba(255,255,255,0.3);
    z-index: 1;
    bottom: -350px;
    border-radius: 50%;
    box-sizing: border-box;
}
.get-leads:before{
    left: -350px;
}
.get-leads:after{
    right: -350px;
}
.get-leads .inner{
    max-width: 800px;
    text-align: center;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}
.get-leads h2{
    color: #fff;
    margin-bottom: 40px;
}
.get-leads p{
    color: #fff;
    max-width: 700px;
    margin: 0 auto 60px;
}
.get-leads a{
    background: #fff;
    color: #010326;
    font-size: 20px;
    padding: 12px 40px;
    border: 2px solid #fff;
    transition: all ease-in-out 0.2s;
    border-radius: 4px;
}
.get-leads a:hover{
    background: transparent;
    color: #fff;
}
.single-industry .lets-talk,
.page-template-home .lets-talk{
    display: none;
}

li.menu-item-has-children {
    position: relative;
}
li.menu-item-has-children:after{
    content: "\f107";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 13px;
    margin-left: 3px;
}

.get-directions{
    text-align: center;
    background: #F7F8FF;
    padding: 80px 0;
}

.get-directions .inner{
    max-width: 864px;
    margin: 0 auto;
}

.get-directions h2{
    margin-bottom: 40px;
}

.get-directions p{
    margin-bottom: 30px;
}

.industries-we-work-with{
    background: #F7F8FF;
    padding: 80px 0;
}

.industries-we-work-with h2{
    margin-bottom: 25px;
}

.industries-we-work-with .inner{
    display: flex;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

.industries-we-work-with .inner .content{
    width: calc(100% - 423px);
    padding-right: 100px;
}

.industries-we-work-with .inner .content ul{
    margin-top: 30px;
}

.industries-we-work-with .inner .content ul li{
    padding: 28px 0;
    border-bottom: 1px solid #CACACA;
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    display: flex;
    align-items: center;
}

.industries-we-work-with .inner .content ul li span{
    color: #656C7B;
    font-weight: normal;
    display: inline-block;
    margin-right: 20px;
    width: 30px;
}

.industries-we-work-with .inner .content ul li a{
    color: #000000;
    width: calc(100% - 50px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all ease-in-out 0.3s;
}

.industries-we-work-with .inner .content ul li a:hover{
    color: #035aa6;
}

.industries-we-work-with .inner .content .img-wrap{
    width: 423px;
}

.single-post header:not(.fixed) li.menu-item-has-children:after{
    color: #fff;
}
@media screen and (max-width: 2000px) {
    header > .container > .inner > .menu .links li a {
        font-size: 48px;
        padding: 15px;
    }
}
@media screen and (max-width: 1600px) {
    .skills.procedure .head,
    .what-we-do .head h2{
        max-width: 600px;
    }
    .get-leads .inner{
        max-width: 700px;
    }
    .page-template-home .banner h1, .banner h1{
        font-size: 60px;
    }
    .banner p {
        font-size: 18px;
    }
    .banner .inner{
        max-width: 700px;
    }
    .marketing .inner .fast-track > p {
        max-width: 570px;
    }
    .how-to-get h2 {
        font-size: 40px;
    }
    .our-client .wrap {
        width: 440px;
    }
    .our-client .reviews-wrap .review .content h3{
        margin-bottom: 8px;
    }
    .our-client .reviews-wrap {
        padding-left: 20px;
        width: calc(100% - 440px);
    }
    .our-client .reviews-wrap .review {
        padding: 20px 20px;
    }
    .our-client .reviews-wrap .review .content {
        width: calc(100% - 60px);
        padding-left: 20px;
    }
    .our-client .reviews-wrap .slick-slide .review {
        margin-left: 30px !important;
        margin-right: 60px !important;
      }
    
    .our-client .reviews-wrap .slick-slide .review:nth-child(4n+1) {
        margin-left: 0 !important; /* Reset for all */
        margin-right: 90px !important;
      }
      
      /* 1st, 5th, 9th, ... */
      .our-client .reviews-wrap .slick-slide:nth-child(4n+2) .review {
        margin-left: 30px !important;
        margin-right: 60px !important;
      }
      
      /* 2nd, 6th, 10th, ... */
      .our-client .reviews-wrap .slick-slide:nth-child(4n+3) .review {
        margin-left: 60px !important;
        margin-right: 30px !important;
      }

      .our-client .wrap h2{
        font-size: 40px;
      }

      .lets-build .inner h2{
        font-size: 48px;
      }

      .our-client .wrap{

      }
      
      
      /* 3rd, 7th, 11th, ... */
      .our-client .reviews-wrap .slick-slide:nth-child(4n) .review {
        margin-left: 90px !important;
        margin-right: 0px !important;
      }

    .what-we-do .card {
        min-height: 178px;
    }
    .what-we-do .card h3 {
        font-size: 28px;
    }

    .features .head h2 {
        max-width: 430px;
    }
    .values-driven.bg-grey h2 {
        width: 350px;
    }
    .careers .banner .wrap,
    .inner-page .banner.contact h1 {
        max-width: 600px;
    }
    .work .inner .left {
        width: 31%;
    }
    .work .inner .right {
        width: 69%;
    }
    .container {
        max-width: 1320px;
    }
    .company-stats h2 {
        font-size: 140px;
    }
    header > .container > .inner > .menu:before {
        left: -251px;
        bottom: -251px;
        width: 502px;
        height: 502px;
        border: 107px solid #fafafc;
    }
    .leading-agency .content:after,
    .leading-agency .content:before {
        left: 100px;
    }
    .brands h2 {
        max-width: 580px;
    }
    h1 {
        font-size: 110px;
        line-height: 0.83;
    }
    .lets-talk .inner h2 {
        font-size: 100px;
        max-width: 580px;
    }
    .services h2 {
        max-width: 400px;
    }
    .brilliance h2 {
        text-align: center;
        max-width: 450px;
    }
    .leading-agency .head {
        max-width: 520px;
    }
    .skills .left h2 {
        max-width: 380px;
    }
    .pioneers h2 {
        max-width: 500px;
    }
    header > .container > .inner > .menu .links li a {
        font-size: 34px;
        padding: 12px 15px;
    }
    header > .container > .inner > .menu .links ul {
        width: 71%;
        max-width: 1000px;
        margin-top: 50px;
    }
    .tab-content .content {
        padding: 120px 50px 120px 0;
    }
    .why-webologist .card h3 {
        font-size: 35px;
        margin-bottom: 25px;
    }
    .why-webologist .card img {
        margin-bottom: 20px;
    }
    .why-webologist .card {
        padding: 35px 22px;
    }
    .features .inner .info p {
        padding: 7px 30px;
    }
    .testimonials .inner {
        padding-right: 70px;
    }

}
@media screen and (max-width: 1400px) {
    .careers .banner h1{
        font-size: 45px;
        max-width: 900px;
    }
    .work .inner .left {
        width: 35%;
    }
    .work .inner .right {
        width: 65%;
    }
    .container {
        max-width: 1160px;
    }
    footer .logo img,
    header .logo img,
    header > .container > .inner > .menu .menu-logo img {
        width: 300px;
    }
    h1 {
        font-size: 100px;
    }
    header > .container > .inner > .menu:before {
        left: -201px;
        bottom: -201px;
        width: 402px;
        height: 402px;
        border: 87px solid #fafafc;
    }
    .leading-agency .content:after,
    .leading-agency .content:before {
        display: none;
    }
    .brilliance,
    .leading-agency {
        padding: 90px 0;
    }
    .brilliance h2 {
        margin: 0 auto 80px;
    }
    .faqs .inner .right {
        width: 700px;
    }
    .faqs .inner,
    .services .inner {
        justify-content: space-between;
    }
    .pioneers .logo-wrap {
        gap: 40px;
    }
    .lets-talk .inner h2 {
        font-size: 80px;
        max-width: 460px;
    }
    .services .right {
        width: 660px;
    }
    .values-driven h2 {
        margin-bottom: 40px;
    }
    .tab-content .content {
        padding: 80px 0;
        width: 47%;
    }
    .values-driven .value .info {
        padding-left: 40px;
    }
    .blog-content .inner,
    .blog-detail-form .inner {
        max-width: 850px;
    }
    .blog-content .social-sidebar {
        width: 90px;
    }
    .blog-content .social-sidebar ul {
        padding: 20px 15px 1px;
    }
    .goal .inner {
        padding: 80px 80px 80px 40px;
    }
    .faqs .inner .left {
        width: calc(100% - 750px);
    }
}
@media screen and (min-width: 1200px) {
    header > .container > .inner > .links ul.sub-menu {
        position: absolute;
        top: 100%;
        display: block;
        background: #035aa6;
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        transition: all ease-in-out 0.2s;
        overflow: hidden;
        box-shadow: 0px 0px 6px rgba(255, 255, 255, 0.5);
    }
    header > .container > .inner > .links ul.sub-menu li a {
        padding: 10px 15px;
        min-width: 250px;
        color: #fff !important;
        line-height: 1.2;
        padding: 10px 15px;
        min-height: 55px;
        display: flex;
        align-items: center;
        border: 0;
        font-size: 15PX;
    }
    header > .container > .inner > .links ul.sub-menu li a:hover {
        padding: 10px 15px;
        min-width: 250px;
        color: #035aa6 !important;
        background: #fff;
    }
    header > .container > .inner li.menu-item-has-children:hover  ul.sub-menu{
        opacity: 1;
        max-height: 400px;
        overflow: visible;
    }
    header > .container > .inner > .menu .info-wrap h3{
        font-size: 35px;
    }
    header > .container > .inner > .menu .info-wrap h4{
        font-size: 28px;
    }
    header > .container > .inner > .menu .links{
        display: none;
    }
    header .social-links{
        font-size: 18px;
        gap: 12px;
    }

    header > .container > .inner > .menu > .container{
        display: none;
    }

    header > .container > .inner > .menu:before{
        display: none;
    }

    header > .container > .inner > .menu .info-wrap{
        width: 100%;
    }

    header > .container > .inner > .menu{
        width: 27%;
        right: -27%;
    }

    header > .container > .inner > .menu.visible{
        right: 0;
    }
}
@media screen and (max-width: 1199px) {
    header > .container > .inner > .menu .links ul.sub-menu li a {
        font-size: 18px;
        padding-left: 40px;
    }
    li.menu-item-has-children:after{
        right: 15px;
        position: absolute;
        right: 20px;
        color: #fff;
        top: 25px;
        pointer-events: none;
    }

    header > .container > .inner > .menu .links ul.sub-menu{
        display: none;
        margin: 0;
        width: 100%;
    }

    header > .container > .inner > .menu .links ul.sub-menu li{
        padding-left: 0;
    }
    .what-we-do .card{
        width: calc(50% - 40px);
    }
    html.menu-open body {
        overflow: hidden;
    }
    .menu-open header > .container > .inner > .menu .menu-logo {
        margin-left: -8px;
    }
    html.menu-open header {
        padding-right: 17px;
        transition: none !important;
    }
    html.menu-open body {
        padding-right: 17px;
    }
    .page-template-home .banner h1 {
        font-size: 60px;
    }
    header > .container > .inner > .links{
        display: none;
    }

    footer .info {
        width: 19%;
    }
    footer .inner > .menu:nth-child(3) {
        width: 21%;
    }
    footer .inner > .menu {
        width: auto;
    }
    footer .info p,
    footer a {
        font-size: 17px;
    }
    .work-info .inner .box h3 {
        font-size: 70px;
    }
    .work .inner .left {
        width: 33%;
    }
    .work .inner .right {
        width: 67%;
    }
    header > .container > .inner > .menu:before {
        left: -151px;
        bottom: -151px;
        width: 302px;
        height: 302px;
        border: 57px solid #fafafc;
    }
    header > .container > .inner > .menu .info-wrap {
        padding: 0 30px;
        width: 35%;
    }
    header > .container > .inner > .menu .links li a {
        font-size: 26px;
        padding: 13px 15px;
    }
    footer .logo img,
    header .logo img,
    header > .container > .inner > .menu .menu-logo img {
        width: 280px;
    }
    .services .right {
        width: 580px;
    }
    .services .left {
        width: calc(100% - 620px);
    }
    .company-stats h2 {
        font-size: 110px;
    }
    .leading-agency .img-wrap {
        width: 40%;
    }
    .leading-agency .content {
        width: 60%;
        padding-left: 50px;
    }
    .leading-agency .head {
        max-width: 480px;
        margin-bottom: 35px;
    }
    .leading-agency .inner p {
        margin-bottom: 45px;
    }
    .skills .head {
        margin-bottom: 70px;
    }
    .swiper-slide .card .content {
        padding: 35px 25px;
    }
    .swiper-slide-active.swiper-slide .card .content {
        height: calc(100% - 118px);
    }
    .testimonials .left {
        width: 400px;
    }
    .swiper-slide .card .content .head {
        padding-bottom: 25px;
    }
    .swiper-slide .card .content p {
        padding-bottom: 20px;
    }
    .swiper-slide .card .bottom {
        padding: 22px 45px;
    }
    .testimonials .reviews {
        width: 370px;
    }
    .reviews .swiper-3d .swiper-wrapper {
        height: 480px;
    }
    .brands,
    .pioneers,
    .testimonials,
    .why-webologist {
        padding: 90px 0;
    }
    .brands h2 {
        max-width: 600px;
        margin: 0 auto 70px;
    }
    .faqs .inner .right {
        width: 600px;
    }
    .faqs .inner .left {
        width: calc(100% - 650px);
    }
    .pioneers .left {
        width: 55%;
    }
    .pioneers .right {
        width: 45%;
    }
    .pioneers .logo-wrap .icon {
        width: 120px;
        height: 110px;
    }
    .pioneers h2 {
        max-width: 390px;
    }
    .pioneers .right p,
    .why-webologist h2 {
        margin-bottom: 50px;
    }
    .why-webologist .card {
        padding: 30px 20px;
    }
    .why-webologist .card img {
        margin-bottom: 15px;
    }
    .why-webologist .card h3 {
        font-size: 28px;
        margin-bottom: 20px;
    }
    .why-webologist .card p {
        font-size: 16px;
    }
    .values-driven .value h3 {
        font-size: 35px;
    }
    header > .container > .inner > .menu .links {
        width: 65%;
    }
    header > .container > .inner > .menu .links ul {
        width: 76%;
        max-height: 70vh;
        overflow: auto;
    }
    .blog-content .inner,
    .blog-detail-form .inner{
        max-width: 750px;
    }

    .features .inner .info p {
        padding: 7px 15px;
        min-height: 102px;
    }
    .lets-talk .inner {
        padding: 88px 0 70px;
    }
    footer .info p {
        max-width: 255px;
    }
    footer .inner {
        padding: 80px 0 65px;
    }
    .goal .inner {
        padding: 70px 40px;
    }
    .contact-info .map iframe {
        height: 620px;
    }
}
@media screen and (max-width: 1023px) {
    .usecases .inner .wrap ul li{
        width: calc(50% - 20px);
    }
    .page-template-home .banner h1, .banner h1{
        font-size: 50px;
    }
    .banner h2{
        font-size: 32px;
    }
    .banner .inner{
        max-width: 620px;
        padding: 160px 0 30px;
    }
    .marketing .inner .fast-track,
    .marketing .inner .right-wrap{
        width: 100%;
    }
    .marketing .inner .right-wrap .client-satisfaction .wrap p{
        font-size: 24px;
        max-width: 500px;
    }
    .marketing .inner .fast-track > p{
        font-size: 24px;
    }
    .how-to-get h2 {
        font-size: 35px;
    }
    .how-to-get .inner .box{
        width: calc(50% - 30px);
        padding: 25px;
    }
    .ai-tech .box img{
        margin-bottom: 20px;
    }
    .ai-tech .box .content {
        width: 100%;
        padding-left: 0;
    }
    .ai-tech .box{
        flex-direction: column;
    }
    .our-client .container{
        flex-wrap: wrap;
    }
    .our-client .wrap{
        width: 100%;
        margin-bottom: 50px;
    }
    .our-client .wrap p{
        max-width: 600px;
    }
    .lets-build .inner h2 {
        font-size: 40px;
    }
    .lets-build .inner{
        padding: 40px;
    }
    .our-client .reviews-wrap{
        width: 100%;
        padding: 0;
    }
    .our-client .reviews-wrap:before, .our-client .reviews-wrap:after{
        display: none;
    }
    .our-client .reviews-wrap .slick-list .slick-slide .review{
        margin: 0 10px !important;
        min-height: 142px;
    }
    .our-client > img{
        display: none;
    }
    
    .blog-content .container,
    .faqs .inner,
    .pioneers .inner,
    .services .inner,
    .skills .head,
    .skills .inner,
    .tab-content .container,
    .work-details .inner,
    footer .inner {
        flex-wrap: wrap;
    }
    .aos-init,
    [data-aos] {
        transition: none !important;
        transform: none !important;
        opacity: 1 !important;
    }
    .blog-content .social-sidebar {
        order: 1;
    }
    .blog-content .social-sidebar .wrap {
        border: 0;
        position: static;
        display: flex;
    }
    .blog-content .toc-wrap {
        width: 100%;
        order: 2;
    }
    .blog-content .inner {
        width: 100%;
        padding: 50px 0 0;
        order: 3;
    }
    .features .head {
        margin-bottom: 50px;
    }
    .careers .banner h1 {
        max-width: 760px;
    }
    .values-driven.bg-grey .head,
    html.menu-open header {
        padding-right: 0;
    }

    .menu-open header > .container > .inner > .menu .menu-logo {
        margin-left: 0;
    }

    .banner:after,
    .inner-page .banner > .right-img,
    header > .container > .inner > .menu:before {
        display: none;
    }
    .faqs .inner .left,
    .faqs .inner .right,
    .pioneers .right,
    .services .left,
    .services .right,
    .skills .inner .img-wrap,
    .skills .right,
    footer .info > div.logo-wrap,
    header > .container > .inner > .menu .links ul {
        width: 100%;
    }
    header > .container > .inner > .menu .links li a {
        font-size: 20px;
        padding: 13px 20px;
        font-weight: 500;
    }
    header > .container > .inner > .menu .info-wrap {
        width: 45%;
        padding: 50px 30px 0;
    }
    header > .container > .inner > .menu .links {
        width: 55%;
    }
    footer .logo img,
    header .logo img,
    header > .container > .inner > .menu .menu-logo img {
        width: 260px;
    }
    header > .container > .inner > .menu .info-wrap h3 {
        font-weight: 500;
        font-size: 26px;
    }
    header > .container > .inner > .menu .info-wrap h4 {
        font-weight: 500;
    }
    .aos-init {
        animation: none !important;
    }
    .services h2 {
        max-width: 500px;
    }
    .services .left .wrap {
        margin-bottom: 30px;
        position: static;
    }
    .services {
        padding: 80px 0 125px;
    }
    .services .service p,
    .skills .left h2 {
        max-width: 450px;
    }
    .services .common-link {
        position: absolute;
        bottom: -40px;
    }
    .company-stats h2 {
        font-size: 80px;
    }
    .company-stats {
        padding: 100px 0 90px;
    }
    .brands,
    .brilliance,
    .faqs,
    .leading-agency,
    .our-story.future,
    .project-timeline,
    .single-img,
    .skills,
    .testimonials,
    .values-driven,
    .why-webologist,
    .work,
    .work-info {
        padding: 80px 0;
    }
    .brilliance h2 {
        margin: 0 auto 60px;
    }
    .leading-agency .content {
        width: 60%;
        padding-left: 30px;
    }
    .leading-agency .inner {
        max-width: 100%;
        margin-right: 0;
    }
    .skills .left {
        width: 100%;
        padding: 0;
        margin-bottom: 30px;
    }
    .pioneers .left p,
    .skills .inner .content .skill,
    .skills .right p {
        max-width: 100%;
    }
    .skills .inner .content {
        width: 100%;
        padding: 0;
        margin-bottom: 70px;
    }
    .testimonials .inner {
        flex-direction: column;
        padding: 0;
    }
    .testimonials .left {
        text-align: center;
        margin: 0 auto 30px;
        padding: 0;
        max-width: 100%;
    }
    .testimonials .reviews {
        margin: 0 auto;
    }
    .arrows-wrap {
        justify-content: center;
    }
    .faqs .inner .left .wrap {
        position: static;
        margin-bottom: 50px;
    }
    .accordion-head h3 {
        padding-right: 40px;
        font-weight: 500;
    }
    .pioneers .left {
        width: 100%;
        padding: 0;
        max-width: 560px;
        margin: 0 auto 70px;
        text-align: center;
    }
    .pioneers h2 {
        max-width: 560px;
        margin-bottom: 30px;
    }
    footer .inner {
        justify-content: space-between;
        padding: 80px 0 50px;
        gap: 10px 0;
    }
    footer .info {
        width: 50%;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 40px;
    }
    footer .info > div {
        width: 100%;
        padding-right: 15px;
    }
    footer .inner > .menu {
        width: 50% !important;
    }
    .why-webologist .card {
        width: calc(50% - 26px);
        padding: 35px 25px 40px;
    }
    .values-driven .value h3,
    .why-webologist .card h3 {
        font-size: 32px;
    }
    .why-webologist .card p {
        font-size: 17px;
    }
    .values-driven .value .info {
        padding-left: 20px;
    }
    .values .value {
        padding: 55px 30px 55px 17px;
    }
    .values .value:nth-child(2n) {
        padding: 55px 24px 55px 30px;
    }
    .our-story {
        padding-top: 0;
    }
    .features {
        padding: 150px 0 100px;
    }
    .features .inner .info p {
        min-height: 122px;
    }
    .work .inner .left {
        width: 40%;
    }
    .work .inner .right {
        width: 60%;
    }
    .blogs article {
        width: calc(50% - 30px);
    }
    .blog-content .social-sidebar {
        position: static;
        display: flex;
        width: auto;
        border: 0;
        align-items: center;
        margin-bottom: 20px;
    }
    .blog-content .social-sidebar ul {
        display: flex;
        gap: 30px;
        border: 0 !important;
        padding: 10px !important;
    }
    .blog-content .social-sidebar ul li {
        line-height: 1;
        margin: 0 !important;
    }
    .blog-content {
        padding: 70px 0 80px;
    }
    .blog-main-img{
        padding-top: 80px;
    }
    .work-details .box {
        width: 33.33%;
        flex-grow: 1;
    }
    .work-details .box:nth-child(3) {
        background-size: 0;
    }
    .goal .inner {
        padding: 60px 20px;
    }
    .goal .inner .left h2 {
        font-size: 50px;
        padding-right: 30px;
    }
    .work-info .inner .box h3 {
        font-size: 50px;
    }
    .project-timeline h2 {
        margin-bottom: 70px;
    }
    .contact-info {
        display: flex;
        flex-direction: column-reverse;
    }
    .contact-info .inner h2 {
        width: 100%;
        margin-bottom: 30px;
    }
    .contact-info .inner {
        position: static;
        max-width: 100%;
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 80px 40px 30px;
        margin-bottom: 50px;
    }
    .contact-info .inner div {
        width: 48%;
        max-width: 48%;
    }
    .contact-info .map iframe {
        height: 500px;
    }
    .contact-form .content {
        width: 100%;
        max-width: 450px;
        padding: 0;
        margin: 0 auto 50px;
        text-align: center;
    }
    .contact-form .content h2 {
        margin-bottom: 20px;
    }
    .animated-line {
        left: 0;
        right: 0;
        margin: 0 auto 20px;
    }
    .tab-content .content {
        width: 100%;
        padding: 0;
        margin-bottom: 50px;
    }
    .tab-content {
        padding: 80px 0 0;
    }
    .tab-content .container > img {
        position: static;
        width: 100%;
        max-width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .careers .banner h1{
        font-size: 38px;
    }
    .banner h2{
        font-size: 28px;
    }
    .what-we-do .card{
        width: 100%;
        padding: 30px;
    }
    .usecases .inner{
        flex-wrap: wrap;
        gap: 40px;
    }
    .usecases .inner .wrap{
        width: 45%;
    }
    .what-we-do .inner .card h3{
        width: 100%;
        margin-bottom: 10px;
        line-height: 1.2;
    }
    .what-we-do .inner .card p{
        position: static;
        opacity: 1;
        overflow: visible;
        max-height: inherit;
    }
    .page-template-home .banner h1, .banner h1{
        font-size: 40px;
    }
    .banner .btns-wrap{
        flex-direction: column;
        gap: 15px;
        margin: 0 auto;
        align-items: center;
    }

    .marketing .inner .fast-track .wrap{
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
    }

    .marketing .inner .fast-track .wrap span {
        font-size: 28px;
    }

    .marketing .inner .right-wrap .integrations-deployed{
        flex-direction: column;
        padding: 20px 20px 30px;
        height: auto;
    }
    .how-to-get .inner .box{
        width: 100%;
    }
    .capabilities .wrap{
        flex-direction: column;
        align-items: flex-start;
    }
    .capabilities h2{
        width: 100%;
    }

    .banner .btns-wrap a{
        min-width: 280px;
    }

    .capabilities .wrap h2{
        margin-bottom: 20px;
    }

    .capabilities .wrap p{
        width: 100%;
    }
    .ai-tech .box{
        width: 100%;
        padding: 24px;
    }

    .capabilities{
        padding: 20px 0;
    }
    
    .lets-build .inner{
        padding: 30px 24px;
    }
    .lets-build .inner h2{
        font-size: 35px;
    }
    .lets-build .inner .wrap {
        gap: 20px;
        flex-direction: column;
        align-items: flex-start;
    }
    .lets-build .inner .wrap span{
        text-indent: -20px;
        padding-left: 20px;
        max-width: 260px;
    }
    .lets-build .inner:after {
        width: 200px;
        height: 200px;
        border: 100px solid #fff;
        right: -220px;
    }

    .deliverables .info:nth-of-type(5),
    .work-info .inner .box {
        background-size: 17px 1px;
    }
    .work-details .box,
    .work-info .inner .box {
        background-image: linear-gradient(to right, #aaa 33%, rgba(255, 255, 255, 0) 0);
        background-position: bottom;
        background-repeat: repeat-x;
    }

    .deliverables:after,
    .values:after,
    body .cursor {
        display: none;
    }
    .values-driven.bg-grey .head {
        flex-wrap: wrap;
        padding: 0;
    }
    .values-driven.bg-grey h2 {
        width: 100%;
        max-width: 350px;
    }
    .values-driven.bg-grey p {
        width: 100%;
        max-width: 100%;
    }
    .work-info .inner .box {
        width: 100%;
        padding: 50px 15px;
        min-height: 180px;
    }
    .work-info .inner .box:last-child {
        background-size: 0;
    }
    .features .inner,
    .leading-agency .container,
    .our-story .inner,
    .work .inner,
    .work-info .inner {
        flex-wrap: wrap;
    }
    .work-info {
        padding: 40px 0;
    }
    .work .inner .left h2 {
        max-width: 400px;
    }
    .work .inner .left p {
        max-width: 100%;
    }
    .work .inner .left {
        width: 100%;
        padding: 0;
        margin-bottom: 50px;
    }
    .blog-detail-form input,
    .blog-detail-form textarea,
    .goal .inner .right,
    .our-story .content,
    .values .value,
    .work .inner .right,
    header > .container > .inner > .menu .info-wrap,
    header > .container > .inner > .menu .links {
        width: 100%;
    }
    header > .container > .inner > .menu .inner {
        flex-direction: column;
        margin-top: 80px;
        overflow: auto;
        height: calc(100vh - 80px);
    }
    header > .container > .inner > .menu .info-wrap {
        padding: 40px 20px;
    }
    .company-stats .inner {
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 50px 0;
    }
    .company-stats .inner h2 {
        width: 50%;
    }
    .company-stats {
        padding: 80px 0;
    }
    .services .service,
    .work-details {
        padding: 30px 0;
    }
    .services .service a {
        width: 50px;
        height: 50px;
    }
    .services .service .info > div {
        width: calc(100% - 50px);
    }

    footer .logo img,
    header .logo img,
    header > .container > .inner > .menu .menu-logo img {
        width: 250px;
    }
    .deliverables .info {
        width: 100%;
        padding: 50px 15px !important;
    }
    .brilliance h2 {
        margin: 0 auto 30px;
    }
    .leading-agency .img-wrap {
        width: 100%;
        margin-bottom: 50px;
    }
    .leading-agency .content {
        width: 100%;
        padding: 0;
    }
    .leading-agency .head {
        max-width: 580px;
    }
    .brands .brands-list .brand {
        width: 50%;
        flex-grow: 1;
    }
    footer .inner h3 {
        margin: 17px 0 20px;
    }
    footer .inner > .menu {
        margin-bottom: 20px;
    }
    .our-story .left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 40px;
        max-width: 420px;
    }
    .features .inner .info {
        width: 50% !important;
    }
    .features .inner .info p {
        min-height: 102px;
    }
    .project-timeline tr td,
    .project-timeline tr td span {
        font-size: 15px;
    }
    .goal .inner .left {
        width: 100%;
        margin-bottom: 30px;
    }
    .work-details .box {
        width: 100%;
        background-size: 17px 1px !important;
        min-height: initial;
        padding: 50px 15px;
    }
    .goal .inner {
        flex-wrap: wrap;
        padding: 50px 0;
    }
    .goal {
        padding: 0 0 30px;
    }
    #file-upload-filename {
        width: 100%;
        padding-left: 0;
        margin: 0;
        max-width: 300px;
    }
    .careers .banner .wrap {
        gap: 50px;
    }
    .careers .banner .wrap span:after {
        width: 33px;
    }
    footer .copyright .container {
        flex-direction: column-reverse;
        gap: 20px;
    }
}
@media screen and (max-width: 640px) {
    footer .info {
        width: 50%;
    }
    footer .inner > .menu {
        width: 50% !important;
    }
}
@media screen and (max-width: 600px) {
    .project-timeline tr td {
        line-height: 1;
    }
    .project-timeline tr td span {
        font-size: 14px;
        padding: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .contact-info .inner div {
        width: 100%;
        max-width: 307px;
    }
    .contact-info .inner {
        padding: 70px 40px;
        margin-bottom: 50px;
    }
    .contact-info .map iframe {
        height: 400px;
    }
}
@media screen and (max-width: 575px) {
    .banner .btns-wrap .book-appointment {
        padding: 15px 22px;
        font-size: 16px;
    }
    .banner .btns-wrap .view-projects{
        padding: 12px 25px;
    }
    .usecases .inner .wrap ul li{
        width: 100%;
    }
    .usecases .inner .wrap{
        width: 100%;
    }
    footer .copyright ul{
        flex-direction: column;
    }
    footer .copyright .container {
        flex-direction: column-reverse;
        gap: 30px;
    }
    .our-client .reviews-wrap .slick-list .slick-slide .review{
        flex-direction: column;
        align-items: flex-start;
    }
    .our-client .reviews-wrap .review .content{
        padding-left: 0;
        padding-top: 20px;
        width: 100%;
    }
    
    .tab-menu ul{
        flex-wrap: wrap;
        justify-content: center;
    }

    .tab-menu ul li{
        width: 22%;
    }

    .service-tabs .tab-menu img {
        width: 50px;
        height: 50px;
    }

    header > .container > .inner > .right a{
        display: none;
    }
    .features .head,
    .modal-content h3,
    .values-driven h2 {
        margin-bottom: 30px;
    }
    .loader-page .inner {
        width: 320px;
    }
    .modal-content h3 {
        font-size: 40px;
        line-height: 0.9;
    }
    .features .inner .info h3 {
        min-height: 80px;
    }
    .features .inner .info p {
        min-height: 70px;
    }
    .blogs article,
    .contact-form form .gform_fields .gfield,
    .our-story .images-wrapper .img-wrap,
    .why-webologist .card {
        width: 100%;
    }
    .contact-form form input[type="submit"],
    .contact-form form textarea,
    .features .inner .info{
        margin: 25px 0 0 !important;
    }
    .contact-form {
        margin-bottom: 50px;
    }
    footer .logo img,
    header .logo img,
    header > .container > .inner > .menu .menu-logo img {
        width: 240px;
    }
    h1 {
        font-size: 55px;
    }
   
    .skills .inner .content .skill .info {
        padding-left: 25px;
    }
    .banner .inner .content {
        padding: 0;
    }

    .our-story.future span {
        display: none;
    }

    .testimonials .left {
        width: 380px;
    }

    .testimonials .left h2{
        max-width: 310px;
        margin: 0 auto 35px;
    }
    .services .service {
        flex-direction: column;
    }
    .services .service .info {
        padding: 20px 0 0;
        width: 100%;
    }
    .services .service .info > div {
        padding-right: 20px;
    }
    .company-stats .inner h2 {
        flex-direction: column;
        font-size: 90px;
        text-align: center;
    }
    .company-stats h2 span {
        line-height: 1;
        font-size: 20px;
        max-width: 80px;
        margin: 0;
    }
    .testimonials .reviews {
        width: 330px;
    }
    .swiper-slide .card .content {
        padding: 25px 20px;
    }
    .swiper-slide .card .content > img {
        width: 30px;
    }
    .swiper-slide-active.swiper-slide .card .content {
        height: calc(100% - 84px);
    }
    .swiper-slide .card .bottom {
        padding: 15px;
    }
    .swiper-slide .card .bottom img {
        width: 50px;
        height: 50px;
    }
    .swiper-slide .card .bottom div {
        padding-left: 15px;
        width: calc(100% - 50px);
    }
    .reviews .swiper-3d .swiper-wrapper {
        height: 450px;
    }
    .accordion-head h3 {
        padding-right: 25px;
        font-size: 26px;
    }
    .lets-talk .inner h2 {
        font-size: 70px;
        max-width: 400px;
    }
    .quote div,
    footer .info > div {
        width: 100%;
        padding: 0;
    }
    footer .inner > .menu {
        width: 50% !important;
    }
    footer .copyright ul {
        gap: 22px;
    }

    .our-story .images-wrapper > img:first-child {
        width: calc(48% - 30px);
    }
    .our-story .images-wrapper > img:nth-child(2) {
        width: calc(52% - 30px);
    }
    .our-story .images-wrapper {
        flex-wrap: wrap;
    }
    .values-driven p {
        margin-bottom: 20px;
    }
    .values .value {
        padding: 50px 0 !important;
    }
    .values-driven {
        padding: 80px 0 30px;
    }
    .features .inner .info p:last-child {
        border-bottom: 1px solid #474860;
    }
    .features .inner .info h3,
    .features .inner .info p {
        text-align: left;
        justify-content: flex-start;
        padding: 7px 15px !important;
    }

    .quote {
        padding: 30px;
    }
    .contact-info .inner {
        padding: 60px 20px;
    }
    .contact-info .map iframe {
        height: 350px;
    }
    .animated-line {
        height: 150px;
    }
    .our-story .head h2 {
        max-width: 280px;
        margin: 0 auto 20px;
    }

}
@media screen and (max-width: 480px) {
    footer .info {
        width: 100%;
    }
    footer .inner > .menu {
        width: 100% !important;
    }
    .swiper-slide .card .bottom span,
    .swiper-slide .card .content p {
        font-size: 16px;
    }

    .subscribe form .gform_body {
        width: calc(100% - 114px);
    }
    .subscribe form .gform_footer {
        width: 114px;
    }
    .lets-talk .inner h2 {
        font-size: 62px;
        max-width: 340px;
    }
    .testimonials .reviews {
        width: 245px;
    }
    .reviews .swiper-3d .swiper-wrapper {
        height: 460px;
    }
}