
html {
    scroll-behavior: smooth
}

a {
    text-decoration: none;
    color: initial;
}

a:hover {
    color: initial;
}


.software-banner {
    background-image: url('../img/data-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.software-banner .wrapper {
    display: flex;
    justify-content: space-between;
    padding: 130px 10px 80px;
}

.software-banner-left {
  /*  max-width: 497px;*/
    width: 100%;
    padding-top: 50px;
}


.breadcrumb .breadcrumb-item a {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
}

.software-cards-content .wrapper{
    padding: 100px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1280px;
}


.breadcrumb-item + .breadcrumb-item::before {
    color: #fff;
}

.breadcrumb-item + .breadcrumb-item {
    display: flex;
    align-items: center;
}

.software-title {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    color: #fff;
    margin-bottom: 30px;
}

.software-subtitle {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 29px;
    color: #fff;
}

.software-banner-right {
    max-width: 600px;
    width: 100%;
}

.software-banner-right img {
    width: 100%;
}

.data-steps .wrapper {
    padding: 0px 10px 80px;
}

.data-steps .subtitle {
    background: #edf6ff;
    max-width: 360px;
    font-weight: 600;
    padding: 7px 20px;
    border-radius: 5px;
    margin-bottom: 20px;
    display: inline-block;
    text-transform: capitalize;
    font-family: 'Barlow';
    font-style: normal;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
    color: #086ad8;
}

.data-steps-header {
    max-width: 640px;
    width: 100%;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 40px;
}

.why-steps-header {
    max-width: 800px;
    text-align: left;
    width: 100%;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    text-transform: uppercase;
    color: #000000;
    margin: 0 0 40px;
}

.steps-wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.steps-wrapper:last-child {
    margin-bottom: 0;
}

.steps-content {
    display: flex;
    justify-content: space-between;
    max-width: 361px;
    width: 100%;
}

.steps-right {
    max-width: 293px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.number {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 35px;
    text-transform: uppercase;
    color: #086AD8;
}

.steps-title {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 20px;
}

.steps-subtitle {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}

.steps-left {
    max-width: 56px;
    width: 100%;
}


.p-tb-80 {
    padding-bottom: 80px;
    padding-top: 80px
}

.p-t-80 {
    padding-top: 80px
}

.p-b-80 {
    padding-bottom: 80px
}

.ps-12 {
    padding-left: 12px
}

.pe-12 {
    padding-right: 12px
}

.pt-24 {
    padding-top: 24px
}

.mx-24 {
    margin-left: 24px;
    margin-right: 24px
}

.mb-80 {
    margin-bottom: 80px
}

.mt-80 {
    margin-top: 80px
}

.line-h-1 {
    line-height: .9
}

.hero-section #particles-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0
}

.a-btn-txt {
    font-size: 18px;
    color: #191919;
    padding: 8px 10px 9px 0
}

.a-btn {
    text-decoration: none;
    font-size: 18px;
    color: #191919;
    padding: 8px 0 9px 25px;
    position: relative
}

.a-btn:before {
    content: '';
    position: absolute;
    border: 2px solid #191919;
    min-width: 42px;
    height: 42px;
    left: 0;
    border-radius: 100px;
    transition: ease-in-out .5s
}

.a-btn:hover:before {
    transition: ease-in-out .5s;
    min-width: 200px
}

.a-btn.a-btn-nxt:hover:before {
    transition: ease-in-out .5s;
    min-width: 145px
}

.a-btn.a-btn-nxt-lg:hover:before {
    transition: ease-in-out .5s;
    min-width: 250px !important
}

.a-btn-white {
    color: #fff
}

.a-btn-white:before {
    border: 2px solid #fff
}

.scrollup {
    background: #4842a8;
    color: #fff;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 36px;
    border-radius: 50%;
    text-align: center;
    font-size: 18px;
    outline: none;
    border: none;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    position: fixed;
    right: 20px;
    bottom: 90px;
    display: none;
    z-index: 9999;
    cursor: pointer
}

.scrollup.ht-scrollup {
    background: #ff6e9d
}

.scrollup img {
    width: 13px
}

.scrollup:hover {
    background: #0b114a
}

header.slider-active-bg {
    background-color: #fff
}

header.slider-active-bg .a-main-title,
header.slider-active-bg .upper-menu a {
    color: #191919 !important
}

header.slider-active-bg .bottom-header-sect {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1)
}

.grecaptcha-badge {
    display: none
}

.bg-light-box {
    background-color: #f6f6f6
}

.all-services-tabs a {
    color: #fff;
    background-color: #fff !important;
    border: 1px solid #ededed !important;
    border-radius: 15px !important;
    min-height: 270px;
    overflow: hidden;
    transition: ease-in-out .7s;
    background-size: cover;
    background-position: center
}

.all-services-tabs a.active {
    background-color: #fff !important;
    background-image: url(../img/tab-active-bg.jpg);
    background-size: cover;
    background-position: center;
    transition: ease-in-out .7s;
    border: 1px solid #ededed !important
}

.all-services-tabs a.active span {
    color: #fff
}

.all-services-tabs a.active:before {
    filter: invert(1);
    opacity: 1
}

.all-services-tabs a.mobile-app-dev-tab:hover,
.all-services-tabs a.web-dev-tab:hover,
.all-services-tabs a.ecommerce-dev-tab:hover,
.all-services-tabs a.blockchain-dev-tab:hover,
.all-services-tabs a.game-dev-tab:hover,
.all-services-tabs a.salesforce-dev-tab:hover,
.all-services-tabs a.ai-ml-dev-tab:hover,
.all-services-tabs a.iot-dev-tab:hover {
    background-size: 140%, 140%;
    background-repeat: no-repeat;
    background-position: center;
    transition: ease-in-out .7s
}

.all-services-tabs a.mobile-app-dev-tab:hover span,
.all-services-tabs a.web-dev-tab:hover span,
.all-services-tabs a.ecommerce-dev-tab:hover span,
.all-services-tabs a.blockchain-dev-tab:hover span,
.all-services-tabs a.game-dev-tab:hover span,
.all-services-tabs a.salesforce-dev-tab:hover span,
.all-services-tabs a.ai-ml-dev-tab:hover span,
.all-services-tabs a.iot-dev-tab:hover span {
    color: #fff
}

.all-services-tabs a.mobile-app-dev-tab:hover:before,
.all-services-tabs a.web-dev-tab:hover:before,
.all-services-tabs a.ecommerce-dev-tab:hover:before,
.all-services-tabs a.blockchain-dev-tab:hover:before,
.all-services-tabs a.game-dev-tab:hover:before,
.all-services-tabs a.salesforce-dev-tab:hover:before,
.all-services-tabs a.ai-ml-dev-tab:hover:before,
.all-services-tabs a.iot-dev-tab:hover:before {
    filter: invert(1)
}

.all-services-tabs a.mobile-app-dev-tab {
    background-image: url(../img/mobile-app-dev-tab.webp)
}

.all-services-tabs a.web-dev-tab {
    background-image: url(../img/web-dev-tab.webp)
}

.all-services-tabs a.ecommerce-dev-tab {
    background-image: url(../img/ecommerce-dev-tab.webp)
}

.all-services-tabs a.blockchain-dev-tab {
    background-image: url(../img/blockchain-dev-tab.webp)
}

.all-services-tabs a.game-dev-tab {
    background-image: url(../img/game-dev-tab.webp)
}

.all-services-tabs a.salesforce-dev-tab {
    background-image: url(../img/salesforce-dev-tab.webp)
}

.all-services-tabs a.ai-ml-dev-tab {
    background-image: url(../img/ai-ml-dev-tab.webp)
}

.all-services-tabs a.iot-dev-tab {
    background-image: url(../img/iot-dev-tab.webp)
}

.all-services-tabs a:before {
    content: '';
    background-image: url(../img/active-tab-arrow.svg);
    position: absolute;
    width: 20px;
    height: 15px;
    background-size: cover;
    background-position: center;
    right: 20px;
    bottom: 20px;
    filter: invert(1);
    opacity: 0
}

.all-services-tabs a .sub-txt {
    font-size: 13px;
    letter-spacing: 1px;
    color: #fff
}

.all-services-tabs a .title-h6 {
    font-size: 21px;
    color: #fff
}

.our-services .title-h4 {
    font-size: 35px;
    line-height: 43px;
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    color: #0e0e0e;
    text-align: left;
}


.our-services .title-h5{    
    font-size: 35px;
    line-height: 43px;
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    color: #fff;
    text-align: left;
}
.our-services .desc {
    font-size: 18px;
    line-height: 23px;
    padding-top: 10px;
    font-weight: 400;
    font-family: "Jost", sans-serif;
    color: #4c4d56;
}

.tab-pane .desc { 
    color: #fff;
}


.our-services .a-btn {
    font-size: 18px;
    line-height: 23px;
    padding-top: 10px;
    font-weight: 400;
    font-family: "Jost", sans-serif;
    color: #4c4d56;
}

.our-services .tab-content {
    background-image: url(../img/mobile-app-dev-serv-bg.jpg);
    background-size: cover;
    background-position: center
}

.our-services .tab-content .card {
    min-height: 670px;
    background-color: #0b114a;
}

.our-services .tab-content .list-gp-circle li:before {
    border: 3px solid #fff;
}

.our-services .tab-content .list-gp-circle a:hover {
    color: #4842a8;
    font-weight: 600
}

.swiper-pagination .swiper-pagination-bullet,
.our-work-sect .swiper-port-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 5px;
    background-color: #ececec;
    opacity: 1;
    border-radius: 0
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.our-work-sect .swiper-port-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 40px;
    background-color: #191919
}

.cursor-pointer {
    cursor: pointer
}

span.bottom-line {
    width: 50px;
    display: inline-block;
    border: 1px solid #191919;
    margin-bottom: 20px
}

span.bottom-line.bottom-line-big {
    width: 100px
}

.list-gp-circle {
    margin-bottom: 0;
    list-style: none
}

.list-gp-circle li {
    position: relative;
    margin: 5px 0
}

.list-gp-circle li:before {
    content: '';
    position: absolute;
    border-radius: 100px;
    border: 3px solid #fff;
    opacity: .15;
    width: 15px;
    height: 15px;
    top: 50%;
    transform: translateY(-50%);
    left: -30px
}

.our-ser-pag,
.industries-pag,
.case-study-pag {
    left: inherit !important;
    width: initial !important;
    bottom: 17px !important
}

.our-ser-pag .swiper-pagination-bullet,
.industries-pag .swiper-pagination-bullet,
.case-study-pag .swiper-pagination-bullet {
    width: 20px;
    height: 5px;
    background-color: #ececec;
    opacity: 1;
    border-radius: 0
}

.our-ser-pag .swiper-pagination-bullet.swiper-pagination-bullet-active,
.industries-pag .swiper-pagination-bullet.swiper-pagination-bullet-active,
.case-study-pag .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 40px;
    background-color: #191919
}

header .menu-list a {
    margin: 0 20px;
    font-size: 15px;
    color: #191919;
    font-weight: 400
}

header .upper-menu a {
    font-size: 13px;
    color: #191919
}

header .upper-menu .blue-btn {
    color: #fff;
    padding: 7px 20px
}

header.sticky-header {
    background-color: #fff;
    padding: 10px 0;
    animation: smoothScroll 1s forwards;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1)
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-50px)
    }

    100% {
        transform: translateY(0px)
    }
}

.blue-btn {
    background-color: #4842a8;
    color: #fff;
    font-size: 14px;
    border-radius: 50px;
    padding: 13px 22px
}

.breadcrumb-item a{
    color: #fff;
    font-family: 'Jost', Arial, Helvetica, sans-serif;
}

.website-content {
    padding-top: 100px;
}

.website-content .title-h4{
    font-size: 48px;
    line-height: 54px;
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    color: #0e0e0e;
    text-align: center;
    margin-bottom: 45px;
}

.website-content .desc {
    font-size: 16px;
    line-height: 23px;
    padding-top: 10px;
    font-weight: 400;
    font-family: "Jost", sans-serif;
    color: #4c4d56;
    text-align: center;
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
}

.position-relative {
    position: relative;
}

.web-hero-bottom-text {
    line-height: 28px;
    color: #ffffff;
    max-width: 650px;
    font-family: 'Jost', Arial, Helvetica, sans-serif;
    font-size: 42px;
    font-weight: 600;
}

.web-hero-bottom .desc{
    color: #ffffff;
    max-width: 650px;
    font-family: 'Jost', Arial, Helvetica, sans-serif;
    font-size: 18px;
    margin-top: 20px;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}

.swiper-what-our-clients-say .swiper-slide {
    height: auto
}

.swiper-what-our-clients-say .card {
    box-shadow: 0 0 12px 4px rgba(0, 0, 0, .035);
    border-radius: 6px;
    padding: 35px !important
}

.swiper-what-our-clients-say .card h4.title-h6,
.swiper-what-our-clients-say .card .title-h6.h4 {
    font-size: 19px
}

.swiper-what-our-clients-say .card .rating-txt {
    font-size: 13px
}

.swiper-what-our-clients-say .card .qoute-txt:after {
    content: '';
    position: absolute;
    width: 100px;
    height: 100px;
    left: 0;
    top: -30px;
    background-image: url(../img/clients-say/qoute.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: .3
}

.swiper-what-our-clients-say .swiper-pagination-bullet {
    width: 13px;
    height: 6px;
    background-color: #767676;
    border-radius: 0
}

.swiper-what-our-clients-say .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 25px;
    background-color: #4842a8
}

.work-and-presence {
    background-image: url(../img/work-and-presence-bg.jpg);
    background-size: cover;
    background-position: center
}

.work-and-presence .card {
    padding: 40px 30px;
    background-color: #fff;
    box-shadow: 1px 1px 45px 0 rgba(0, 0, 0, .03);
    margin-bottom: 24px
}

.contact-us-form .card {
    background: #fff;
    box-shadow: 0 4px 25px 0 rgba(0, 0, 0, .06);
    background-image: url(../img/contact-us.png);
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat
}

.contact-us-form .card .card-body {
    width: 85%;
    margin: 0 auto
}

.contact-us-form input,
.contact-us-form textarea {
    font-size: 16px;
    color: #191919;
    border-radius: 0
}

.contact-us-form input:focus,
.contact-us-form textarea:focus {
    box-shadow: none
}

.contact-us-form #contact-code,
.contact-us-form #sum-lbl {
    width: 60px
}

.contact-us-form .form-control:disabled {
    background-color: transparent
}

.contact-us-form .ui-widget.ui-widget-content {
    border: 0 !important;
    background-color: #ececec
}

.contact-us-form .ui-widget-header {
    background-color: #4842a8 !important
}

.contact-us-form .ui-slider-horizontal {
    height: 6px !important
}

.contact-us-form .ui-slider-horizontal .ui-slider-handle {
    top: -.4em !important;
    border-radius: 50px
}

.contact-us-form .ui-state-default {
    border: 1px solid transparent !important;
    background: #4842a8 !important
}

.contact-us-form #amount {
    font-size: 17px;
    color: #4842a8 !important;
    font-weight: 500 !important;
    background: 0 0
}

.our-services {
    background-color: #fcfcfc
}

.our-services .swiper-slide {
    height: auto
}

.our-services .bg-img {
    background-image: url(../img/our-services-bg.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain
}

.our-services .card {
    padding: 60px
}

.swiper-our-team-pagination .swiper-pagination-bullet,
.swiper-app-screen-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 5px;
    background-color: #ececec;
    opacity: 1;
    border-radius: 0
}

.swiper-our-team-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-app-screen-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 40px;
    background-color: #191919
}

.app-screens-sect .a-btn:hover:before {
    min-width: 150px
}

.blog .swiper-blogs-list .swiper-slide {
    height: auto
}

.blog .card {
    padding: 25px;
    background-color: #fff
}

.blog .a-btn:hover:before {
    min-width: 230px
}

.our-latest-podcast {
    background-image: url(../img/pod-bg.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    padding-bottom: 190px
}

.our-latest-podcast .card {
    padding: 35px;
    background-color: #f6f6f6
}

.our-latest-podcast .a-btn:hover:before {
    min-width: 250px
}

/*
footer ul li a {
    margin-bottom: 12px;
    color: #fff;
    font-size: 15px;
    display: inline-block
}

footer ul li:last-child a {
    margin-bottom: 0
}

footer .border-start,
footer .border-end,
footer .border-top,
footer .border-bottom {
    border-color: #202020 !important
}

footer .bottom-line {
    border-color: #fff
}

footer .subs-box {
    width: 90%;
    border-radius: 14px;
    background: #1f1f1f;
    padding: 5px
}

footer .subs-box input {
    background: 0 0;
    color: #fff !important
}

footer .subs-box input:focus,
footer .subs-box input:hover {
    background: 0 0;
    box-shadow: none
}

footer .subs-box input:-webkit-autofill,
footer .subs-box input:-webkit-autofill:hover,
footer .subs-box input:-webkit-autofill:focus,
footer .subs-box input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #fff !important
}

footer .subs-box button {
    width: 185px;
    height: 60px;
    background-color: #dc2e3d;
    color: #fff;
    border-radius: 14px !important
}

footer .subs-box button:hover {
    background-color: #dc2e3d;
    color: #fff
}

footer .social-media li {
    margin-right: 25px
}

footer .social-media li:last-child {
    margin-right: 0
}
*/

.cd-nav ul {
    list-style: none;
    padding-left: 0
}


.shadow-btn {
    box-shadow: 1px 2px 15px 0 rgba(0, 0, 0, .15);
    border-radius: 50px;
    height: auto !important;
    color: #1f1f1f !important;
    background-color: #fff !important;
    padding: 15px 20px !important
}

.header-top .shadow-btn {
    padding: 8px 15px !important
}


.cd-logo {
    position: relative
}

.cd-logo img {
    display: block
}

.why-data .wrapper {
    padding: 0 0 80px;
}

.why-subtitle {
    background: #edf6ff;
    max-width: 450px;
    font-weight: 600;
    padding: 7px 20px;
    border-radius: 5px;
    display: inline-block;
    text-transform: capitalize;
    font-family: 'Barlow';
    font-style: normal;
    font-size: 20px;
    line-height: 24px;
    color: rgb(8, 106, 216);
    margin: 0 auto  40px;
    text-align: center;
}

.why-divider {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.why-left {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
}

.why-right {
    max-width: 600px;
    width: 100%;
}

.why-right img {
    width: 100%;
}

.why-header-content {
    text-align: left;
}

.why-text {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 20px;
    text-align: left;
}

.bold {
    font-weight: 700;
}


.data-cards-content .wrapper{
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1280px;
}


.card {
    display: flex;
    align-items: center;
    padding: 20px 0px;
    border: none;
    max-width: 330px;
    width: 100%;
}


.card-img {
    max-width: 64px;
    width: 100%;
    margin: 0 auto 20px;
}

.card-title {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 20px;
    text-align: center;
}

.card-subtitle {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    color: #000000;
}



@media only screen and (max-width:1199px) {
    .nav-on-left .cd-logo {
        left: auto;
        right: 5%
    }
}

.cd-header-buttons {
    position: relative;
    display: inline-flex;
    top: 0;
    right: 0;
    margin: 0;
    align-items: center;
    padding: 0
}

.cd-header-buttons li {
    display: inline-block
}

@media only screen and (max-width:1199px) {
    .nav-on-left .cd-header-buttons {
        right: auto;
        left: 5%
    }

    .nav-on-left .cd-header-buttons li {
        float: right
    }
}

.cd-search-trigger,
.cd-nav-trigger {
    position: relative;
    display: block;
    width: 44px;
    height: 44px;
    overflow: hidden;
    white-space: nowrap;
    color: transparent;
    z-index: 3
}

.cd-search-trigger::before,
.cd-search-trigger::after {
    content: '';
    position: absolute;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.cd-search-trigger::before {
    top: 11px;
    left: 11px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 3px solid #2e3233
}

.cd-search-trigger::after {
    height: 3px;
    width: 8px;
    background: #2e3233;
    bottom: 14px;
    right: 11px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.cd-search-trigger span {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0
}

.cd-search-trigger span::before,
.cd-search-trigger span::after {
    content: '';
    position: absolute;
    display: inline-block;
    height: 3px;
    width: 22px;
    top: 50%;
    margin-top: -2px;
    left: 50%;
    margin-left: -11px;
    background: #2e3233;
    opacity: 0;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    -moz-transition: opacity .3s, -moz-transform .3s;
    transition: opacity .3s, transform .3s
}

.cd-search-trigger span::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.cd-search-trigger span::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.cd-search-trigger.search-is-visible::before,
.cd-search-trigger.search-is-visible::after {
    opacity: 0
}

.cd-search-trigger.search-is-visible span::before,
.cd-search-trigger.search-is-visible span::after {
    opacity: 1
}

.cd-search-trigger.search-is-visible span::before {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg)
}

.cd-search-trigger.search-is-visible span::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.cd-nav-trigger span,
.cd-nav-trigger span::before,
.cd-nav-trigger span::after {
    position: absolute;
    display: inline-block;
    height: 2px;
    width: 24px;
    background: #fff
}

.cd-nav-trigger span {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -2px;
    -webkit-transition: background .3s .3s;
    -moz-transition: background .3s .3s;
    transition: background .3s .3s
}

.cd-nav-trigger span::before,
.cd-nav-trigger span::after {
    content: '';
    right: 0;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 0% 50%;
    -moz-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    -o-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transition: -webkit-transform .3s .3s;
    -moz-transition: -moz-transform .3s .3s;
    transition: transform .3s .3s
}

.cd-nav-trigger span::before {
    top: -6px
}

.cd-nav-trigger span::after {
    top: 6px
}

.cd-nav-trigger.nav-is-visible span {
    background: transparent
}

.cd-nav-trigger.nav-is-visible span::before,
.cd-nav-trigger.nav-is-visible span::after {
    background: #fff
}

.cd-nav-trigger.nav-is-visible span::before {
    -webkit-transform: translateX(4px) translateY(-3px) rotate(45deg);
    -moz-transform: translateX(4px) translateY(-3px) rotate(45deg);
    -ms-transform: translateX(4px) translateY(-3px) rotate(45deg);
    -o-transform: translateX(4px) translateY(-3px) rotate(45deg);
    transform: translateX(4px) translateY(-3px) rotate(45deg)
}

.cd-nav-trigger.nav-is-visible span::after {
    -webkit-transform: translateX(4px) translateY(2px) rotate(-45deg);
    -moz-transform: translateX(4px) translateY(2px) rotate(-45deg);
    -ms-transform: translateX(4px) translateY(2px) rotate(-45deg);
    -o-transform: translateX(4px) translateY(2px) rotate(-45deg);
    transform: translateX(4px) translateY(2px) rotate(-45deg)
}

@media only screen and (min-width:1200px) {
    .cd-nav-trigger {
        display: none
    }
}

.cd-primary-nav,
.cd-primary-nav ul {
    position: fixed;
    bottom: 0;
    right: 0;
    height: calc(100vh - 69px);
    width: 100%;
    background: #fff;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 9999;
    transition: transform .3s;
    overflow: hidden
}

.cd-primary-nav a,
.cd-primary-nav ul a {
    font-size: 14px;
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px solid #ccc;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform, opacity;
    -webkit-transition: -webkit-transform .3s, opacity .3s;
    -moz-transition: -moz-transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s
}

.cd-primary-nav.is-hidden,
.cd-primary-nav ul.is-hidden {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%)
}

.cd-primary-nav.moves-out>li>a,
.cd-primary-nav ul.moves-out>li>a {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0
}

@media only screen and (max-width:1199px) {

    .nav-on-left .cd-primary-nav,
    .nav-on-left .cd-primary-nav ul {
        right: auto;
        left: 0
    }
}

.cd-primary-nav .see-all a {
    color: #4842a8
}

.cd-primary-nav .cd-nav-gallery .cd-nav-item,
.cd-primary-nav .cd-nav-icons .cd-nav-item {
    height: 80px;
    line-height: 80px
}

.cd-primary-nav .cd-nav-gallery .cd-nav-item h3,
.cd-primary-nav .cd-nav-gallery .cd-nav-item .h3,
.cd-primary-nav .cd-nav-icons .cd-nav-item h3,
.cd-primary-nav .cd-nav-icons .cd-nav-item .h3 {
    overflow: hidden;
    text-overflow: ellipsis
}

.cd-primary-nav .cd-nav-gallery .cd-nav-item {
    padding-left: 90px
}

.cd-primary-nav .cd-nav-gallery .cd-nav-item img {
    position: absolute;
    display: block;
    height: 40px;
    width: auto;
    left: 20px;
    top: 50%;
    margin-top: -20px
}

.cd-primary-nav .cd-nav-icons .cd-nav-item {
    padding-left: 75px
}

.cd-primary-nav .cd-nav-icons .cd-nav-item p {
    color: #2e3233;
    font-size: 1.3rem;
    display: none
}

.cd-primary-nav .cd-nav-icons .cd-nav-item::before {
    content: '';
    display: block;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 40px 40px
}

@media only screen and (max-width:1199px) {
    .cd-primary-nav {
        visibility: hidden
    }

    .cd-primary-nav.nav-is-visible {
        visibility: visible
    }
}

@media only screen and (min-width:1200px) {
    .cd-primary-nav {
        position: static;
        height: auto;
        width: auto;
        float: right;
        overflow: visible;
        background: 0 0
    }

    .cd-primary-nav::after {
        clear: both;
        content: "";
        display: table
    }

    .cd-primary-nav.moves-out>li>a {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }

    .cd-primary-nav ul {
        position: static;
        width: auto;
        background: 0 0;
        overflow: visible;
        z-index: 3
    }

    .cd-primary-nav ul.is-hidden {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }

    .cd-primary-nav ul.moves-out>li>a {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }

    .cd-primary-nav>li {
        float: left;
        margin-left: .3em
    }

    .cd-primary-nav>li>a {
        position: relative;
        display: inline-block;
        height: 70px;
        line-height: 70px;
        padding: 0 8px;
        color: #2e3233;
        overflow: visible;
        border-bottom: none;
        -webkit-transition: color .3s, box-shadow .3s;
        -moz-transition: color .3s, box-shadow .3s;
        transition: color .3s, box-shadow .3s
    }

    .cd-primary-nav>li>a:hover {
        color: #4842a8
    }

    .cd-primary-nav>li>a.selected {
        color: #4842a8;
        box-shadow: inset 0 -2px 0 #4842a8
    }

    .cd-primary-nav .go-back,
    .cd-primary-nav .see-all {
        display: none
    }

    .cd-primary-nav .cd-secondary-nav,
    .cd-primary-nav .cd-nav-gallery,
    .cd-primary-nav .cd-nav-icons {
        position: fixed;
        top: 70px;
        left: 0;
        right: 0;
        width: 100%;
        height: fit-content;
        background: #fff;
        padding: 0 48px !important;
        box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, .05);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: opacity .3s 0s, visibility 0s 0s;
        -moz-transition: opacity .3s 0s, visibility 0s 0s;
        transition: opacity .3s 0s, visibility 0s 0s
    }

    .cd-primary-nav .cd-secondary-nav::after,
    .cd-primary-nav .cd-nav-gallery::after,
    .cd-primary-nav .cd-nav-icons::after {
        clear: both;
        content: "";
        display: table
    }

    .cd-primary-nav .cd-secondary-nav.is-hidden,
    .cd-primary-nav .cd-nav-gallery.is-hidden,
    .cd-primary-nav .cd-nav-icons.is-hidden {
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity .3s 0s, visibility 0s .3s;
        -moz-transition: opacity .3s 0s, visibility 0s .3s;
        transition: opacity .3s 0s, visibility 0s .3s
    }

    .cd-primary-nav .cd-secondary-nav>.see-all,
    .cd-primary-nav .cd-nav-gallery>.see-all,
    .cd-primary-nav .cd-nav-icons>.see-all {
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        height: 80px;
        width: 100%;
        overflow: hidden;
        margin: 0;
        padding: 0
    }

    .cd-primary-nav .cd-secondary-nav>.see-all a,
    .cd-primary-nav .cd-nav-gallery>.see-all a,
    .cd-primary-nav .cd-nav-icons>.see-all a {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        font-size: 2.2rem;
        font-weight: 700;
        text-align: center;
        line-height: 80px;
        border-top: 1px solid #e2e3df;
        border-bottom: none;
        margin: 0;
        padding: 0;
        -webkit-transition: color .2s, background .2s, border .2s;
        -moz-transition: color .2s, background .2s, border .2s;
        transition: color .2s, background .2s, border .2s
    }

    .cd-primary-nav .cd-secondary-nav>.see-all a:hover,
    .cd-primary-nav .cd-nav-gallery>.see-all a:hover,
    .cd-primary-nav .cd-nav-icons>.see-all a:hover {
        background: #2e3233;
        border-color: #2e3233;
        color: #fff
    }

    .cd-primary-nav .cd-secondary-nav>li {
        height: 480px;
        width: 25%;
        float: left;
        margin-right: 0;
        border-right: 1px solid #e2e3df;
        overflow: hidden;
        overflow-x: hidden;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch
    }

    .cd-primary-nav .cd-secondary-nav>li:nth-child(5n) {
        margin-right: 0;
        border-right: none
    }

    .cd-primary-nav .cd-secondary-nav>li>a {
        color: #4842a8;
        font-weight: 700;
        margin-bottom: .6em
    }

    .cd-primary-nav .cd-secondary-nav a,
    .anch-link {
        height: 30px;
        line-height: 30px;
        padding: 0 18% 0 0;
        color: #2e3233;
        border-bottom: none
    }

    .cd-primary-nav .cd-secondary-nav a:hover {
        color: #4842a8
    }

    .anch-link {
        font-weight: inherit !important;
        color: #2e3233 !important
    }

    .anch-link:hover {
        color: #4842a8 !important
    }

    .cd-primary-nav .cd-secondary-nav ul {
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0)
    }

    .cd-primary-nav .cd-secondary-nav ul ul {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%
    }

    .cd-primary-nav .cd-secondary-nav ul ul.is-hidden {
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%)
    }

    .cd-primary-nav .cd-secondary-nav ul ul .go-back {
        display: block
    }

    .cd-primary-nav .cd-secondary-nav ul ul .go-back a {
        color: transparent
    }

    .cd-primary-nav .cd-secondary-nav ul ul .see-all {
        display: block
    }

    .cd-primary-nav .cd-secondary-nav .moves-out>li>a {
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    .cd-primary-nav .cd-nav-gallery li {
        width: 22%;
        float: left;
        margin: 0 4% 40px 0
    }

    .cd-primary-nav .cd-nav-gallery li:nth-child(4n+2) {
        margin-right: 0
    }

    .cd-primary-nav .cd-nav-gallery .cd-nav-item {
        border-bottom: none;
        padding: 0;
        height: auto;
        line-height: 1.2
    }

    .cd-primary-nav .cd-nav-gallery .cd-nav-item img {
        position: relative;
        margin-top: 0;
        height: auto;
        width: 100%;
        margin-bottom: .6em
    }

    .cd-primary-nav .cd-nav-gallery .cd-nav-item h3,
    .cd-primary-nav .cd-nav-gallery .cd-nav-item .h3 {
        color: #4842a8;
        font-weight: 700;
        padding: 0 .4em
    }

    .cd-primary-nav .cd-nav-icons li {
        width: 32%;
        float: left;
        margin: 0 2% 20px 0
    }

    .cd-primary-nav .cd-nav-icons li:nth-child(3n+2) {
        margin-right: 0
    }

    .cd-primary-nav .cd-nav-icons .cd-nav-item {
        border-bottom: none;
        height: 80px;
        line-height: 1.2;
        padding: 24px 0 0 85px;
        position: relative
    }

    .cd-primary-nav .cd-nav-icons .cd-nav-item:hover {
        background: #f6f6f5
    }

    .cd-primary-nav .cd-nav-icons .cd-nav-item h3,
    .cd-primary-nav .cd-nav-icons .cd-nav-item .h3 {
        color: #4842a8;
        font-weight: 700
    }

    .cd-primary-nav .cd-nav-icons .cd-nav-item p {
        display: block
    }

    .cd-primary-nav .cd-nav-icons .cd-nav-item::before {
        left: 25px
    }
}

.has-children>a,
.go-back a {
    position: relative
}

.has-children>a::before,
.has-children>a::after,
.go-back a::before,
.go-back a::after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1px;
    display: inline-block;
    height: 2px;
    width: 10px;
    background: #464c4e;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.has-children>a::before,
.go-back a::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.has-children>a::after,
.go-back a::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

@media only screen and (min-width:1200px) {

    .has-children>a::before,
    .has-children>a::after,
    .go-back a::before,
    .go-back a::after {
        background: #c9cbc4
    }

    .has-children>a:hover::before,
    .has-children>a:hover::after,
    .go-back a:hover::before,
    .go-back a:hover::after {
        background: #4842a8
    }
}

.has-children>a {
    padding-right: 40px
}

.has-children>a::before,
.has-children>a::after {
    right: 20px;
    -webkit-transform-origin: 9px 50%;
    -moz-transform-origin: 9px 50%;
    -ms-transform-origin: 9px 50%;
    -o-transform-origin: 9px 50%;
    transform-origin: 9px 50%
}

.cd-primary-nav .go-back a {
    padding-left: 40px
}

.cd-primary-nav .go-back a::before,
.cd-primary-nav .go-back a::after {
    left: 20px;
    -webkit-transform-origin: 1px 50%;
    -moz-transform-origin: 1px 50%;
    -ms-transform-origin: 1px 50%;
    -o-transform-origin: 1px 50%;
    transform-origin: 1px 50%
}

@media only screen and (min-width:1200px) {

    .has-children>a::before,
    .has-children>a::after {
        right: 15%
    }

    .cd-primary-nav>.has-children>a {
        padding-right: 25px !important
    }

    .cd-primary-nav>.has-children>a::before,
    .cd-primary-nav>.has-children>a::after {
        width: 9px;
        -webkit-transform-origin: 50% 50%;
        -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        -o-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        background: #c9cbc4;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition: width .3s, -webkit-transform .3s;
        -moz-transition: width .3s, -moz-transform .3s;
        transition: width .3s, transform .3s
    }

    .cd-primary-nav>.has-children>a::before {
        right: 12px
    }

    .cd-primary-nav>.has-children>a::after {
        right: 7px
    }

    .cd-secondary-nav>.has-children>a::before,
    .cd-secondary-nav>.has-children>a::after {
        display: none
    }

    .cd-primary-nav .go-back a {
        padding-left: 20px
    }

    .cd-primary-nav .go-back a::before,
    .cd-primary-nav .go-back a::after {
        left: 1px
    }
}

.cd-search {
    position: absolute;
    height: 50px;
    width: 100%;
    top: 50px;
    left: 0;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s
}

.cd-search form {
    height: 100%;
    width: 100%
}

.cd-search input {
    border-radius: 0;
    border: none;
    background: #fff;
    height: 100%;
    width: 100%;
    padding: 0 5%;
    box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, .05);
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none
}

.cd-search.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s
}

.nav-is-fixed .cd-search {
    position: fixed
}

@media only screen and (min-width:1200px) {
    .cd-search {
        height: 120px;
        top: 80px
    }

    .cd-search input {
        padding: 0 2em;
        font-size: 3.2rem;
        font-weight: 300
    }
}

.cd-overlay {
    position: fixed;
    z-index: 2;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    background-color: rgba(105, 170, 111, .8);
    visibility: hidden;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s, -webkit-transform .3s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s, -moz-transform .3s 0s;
    transition: opacity .3s 0s, visibility 0s .3s, transform .3s 0s
}

.cd-overlay.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .3s 0s, visibility 0s 0s, -webkit-transform .3s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s, -moz-transform .3s 0s;
    transition: opacity .3s 0s, visibility 0s 0s, transform .3s 0s
}

@media only screen and (max-width:1199px) {
    .cd-overlay.is-visible {
        -webkit-transform: translateX(-260px);
        -moz-transform: translateX(-260px);
        -ms-transform: translateX(-260px);
        -o-transform: translateX(-260px);
        transform: translateX(-260px)
    }

    .nav-on-left .cd-overlay.is-visible {
        -webkit-transform: translateX(260px);
        -moz-transform: translateX(260px);
        -ms-transform: translateX(260px);
        -o-transform: translateX(260px);
        transform: translateX(260px)
    }

    .cd-overlay.is-visible.search-is-visible,
    .nav-on-left .cd-overlay.is-visible.search-is-visible {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
}

.no-js .cd-primary-nav {
    position: relative;
    height: auto;
    width: 100%;
    overflow: visible;
    visibility: visible;
    z-index: 2
}

.no-js .cd-search {
    position: relative;
    top: 0;
    opacity: 1;
    visibility: visible
}

@media only screen and (min-width:1200px) {
    .no-js .cd-primary-nav {
        position: absolute;
        z-index: 3;
        display: inline-block;
        width: auto;
        top: 0;
        right: 150px;
        padding: 0
    }

    .no-js .nav-is-fixed .cd-primary-nav {
        position: fixed
    }
}

.technologies-we-work-on .tech-box .tech-box-inner {
    flex: 0 0 16%
}

.technologies-we-work-on {
    background-color: #daf0ff !important;
}


.tech-box-inner span {
    font-size: 18px;
    line-height: 23px;
    font-weight: 400;
    font-family: "Jost", sans-serif;
    color: #000;
}


.technologies-we-work-on li .nav-link {
    text-transform: uppercase;
    background-color: transparent;
    border: none;
}

.technologies-we-work-on li .nav-link  {
    font-size: 18px;
    line-height: 100%;
    font-family: "Barlow", sans-serif;
    color: #000;
    font-weight: 500;
}

.technologies-we-work-on li .nav-link.active {
    font-weight: 600;
    border-bottom:2px solid #086AD8;
    color: #086AD8;
}

.case-study-main-sect header .a-main-title,
.case-study-main-sect header .upper-menu a {
    color: #191919 !important
}

.case-study-main-sect main {
    padding-top: 8em
}

.case-study-main-sect .breadcrumb-item+.breadcrumb-item::before {
    color: #191919 !important
}

.process-we-follow .card {
    padding: 40px 40px 40px 50px !important
}

.insight-block .a-btn:hover:before {
    min-width: 200px
}

.case-study-swiper-button-next .a-btn:hover:before {
    min-width: 135px
}

.a-btn.a-btn-white.a-btn-nxt-lg.round-light-dv:hover:before {
    min-width: 180px
}

.a-btn.a-btn-white.txt-neon-blue:hover:before {
    min-width: 150px
}

img.custom-sizing {
    width: 66px;
    margin-top: 2px
}

.whtsapp {
    position: fixed;
    bottom: 6px;
    left: 6px;
    padding: 3px;
    z-index: 999
}

.grecaptcha-badge {
    z-index: 999 !important
}

.pagination {
    flex-wrap: wrap
}

.pagination:before,
.pagination:after {
    width: 23%
}

.pagination li {
    margin-right: 10px !important
}

.pagination li a {
    width: 45px !important;
    height: 45px !important;
    padding: 5px;
    font-size: 14px;
    margin-bottom: 5px
}

@media(min-width:1750px) {
    .container {
        max-width: 1600px
    }

    .our-latest-podcast .card {
        min-height: 400px
    }
}

@media(min-width:1441px) {
    .work-and-presence .card {
        min-width: auto
    }

    .our-latest-podcast .card {
        min-height: 420px
    }
}

@media(min-width:1200px) and (max-width:1440px) {
    .work-and-presence .card {
        min-width: auto;
        padding: 35px 25px
    }

    .our-services .card {
        padding: 40px
    }

    .swiper-our-services .title-h5 {
        font-size: 24px
    }

    .our-ser-pag {
        display: none !important
    }

    .our-latest-podcast .card {
        padding: 25px
    }

    header .blue-btn {
        padding: 10px 15px
    }

    header .dropdown .dropdown-menu {
        width: 100%;
        transform: translate(0, 166px) !important;
        top: -41px !important
    }

    header.sticky-header .dropdown .dropdown-menu {
        width: 100%;
        transform: translate(0, 80px) !important;
        top: -7px !important
    }

    .all-services-tabs a .title-h6 {
        font-size: 17px
    }

    .all-services-tabs a .sub-txt {
        font-size: 12px
    }

    .our-latest-podcast .card {
        min-height: 400px
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .work-and-presence .card {
        min-width: auto;
        padding: 35px 25px
    }

    .blog .border-end {
        border: none !important
    }

    .our-ser-pag {
        display: none !important
    }

    .technologies-we-work-on .tech-box .tech-box-inner {
        flex: 0 0 25%
    }

    .technologies-we-work-on li .nav-link {
        width: max-content
    }

    .cd-primary-nav {
        width: 400px;
        left: 0
    }

    .cd-secondary-nav,
    .cd-secondary-nav li ul {
        width: 400px !important;
        left: 0;
        margin: 0 !important
    }

    .cd-primary-nav,
    .cd-primary-nav ul {
        position: fixed;
        top: 0;
        z-index: 99999;
        height: 100vh;
        overflow-y: scroll !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .work-and-presence .card {
        min-width: auto;
        padding: 35px 25px
    }

    .blog .border-end {
        border: none !important
    }

    .technologies-we-work-on .tech-box .tech-box-inner {
        flex: 0 0 33.33%
    }

    .technologies-we-work-on .nav.nav-underline {
        flex-wrap: nowrap;
        overflow-x: scroll
    }

    .technologies-we-work-on .nav.nav-underline li .nav-link {
        width: max-content
    }

    .cd-primary-nav,
    .cd-primary-nav ul {
        position: fixed;
        top: 70px
    }

    .cd-primary-nav {
        width: 400px;
        left: 0
    }

    .cd-secondary-nav,
    .cd-secondary-nav li ul {
        width: 400px !important;
        left: 0;
        margin: 0 !important
    }

    .cd-primary-nav,
    .cd-primary-nav ul {
        position: fixed;
        top: 0;
        z-index: 99999;
        height: 100vh;
        overflow-y: scroll !important
    }

    .all-services-tabs a {
        min-height: 180px
    }

    .all-services-tabs a .title-h6 {
        font-size: 19px;
        font-weight: 700
    }

    .our-services .tab-content .card {
        min-height: 600px
    }

    .our-latest-podcast .card {
        padding: 25px;
        min-height: 400px
    }
}

@media(min-width:320px) and (max-width:575px) {
    .mx-24 {
        margin-left: 0;
        margin-right: 0
    }

    .swiper-what-our-clients-say .card {
        padding: 25px !important
    }

    .contact-us-form .card .card-body {
        width: 100%
    }
}

@media(max-width:320px) {
    .blue-btn {
        padding: 13px 15px;
        font-size: 12px
    }

    .desc {
        line-height: 26px
    }
}

@media(min-width:320px) and (max-width:767px) {


    .hero-section span.title-h6 {
        font-size: 20px
    }

    .process-we-follow .card {
        min-height: 320px
    }

    .technologies-we-work-on .tech-box .tech-box-inner {
        flex: 0 0 33.33%
    }

    .technologies-we-work-on .nav.nav-underline {
        flex-wrap: nowrap;
        overflow-x: scroll
    }

    .technologies-we-work-on .nav.nav-underline li .nav-link {
        width: max-content
    }

    .work-and-presence .card {
        min-width: auto;
        padding: 20px
    }

    .work-and-presence .card .title-h4 {
        font-size: 28px
    }

    .work-and-presence .card .desc {
        line-height: normal
    }

    .blog .border-end {
        border: none !important
    }

    .work-and-presence .mx-24 {
        margin-left: 0;
        margin-right: 0
    }

    .our-services .card {
        padding: 25px !important
    }

    .our-services .card .desc {
        font-size: 14px
    }

    .title-h4 {
        font-size: 36px
    }

    .cd-primary-nav {
        width: 315px;
        left: 0
    }

    .cd-secondary-nav,
    .cd-secondary-nav li ul {
        width: 315px !important;
        left: 0;
        margin: 0 !important
    }

    .cd-primary-nav,
    .cd-primary-nav ul {
        position: fixed;
        top: 128px;
        z-index: 99999;
        height: 100vh;
        overflow-y: scroll !important
    }

    header.sticky-header {
        animation: none !important
    }

    .our-services .tab-content .card {
        min-height: 525px
    }

    .all-services-tabs a {
        min-height: 160px
    }

    .all-services-tabs a .title-h6 {
        font-size: 19px;
        font-weight: 700
    }

    .animate-txt {
        line-height: 2;
        height: 40px
    }
}

@media(min-width:320px) and (max-width:1199px) {
   
/*   
    footer .border-start {
        border-left: 0 !important
    }

    footer .border-end {
        border-right: 0 !important
    }

    footer .subs-box {
        width: 100% !important
    }

    footer .subs-box button {
        width: auto !important
    }
*/
    .our-services .card {
        padding: 40px
    }

    header {
        background-color: #fff
    }

    header .contact-header {
        display: none !important
    }

    .cd-primary-nav,
    .cd-primary-nav ul {
        position: fixed;
        top: 0;
        bottom: 0;
        z-index: 99999;
        height: 100%
    }

    .cd-primary-nav {
        width: 300px;
        left: 0
    }

    .cd-secondary-nav {
        width: 300px !important;
        left: 0;
        margin: 0;
        padding-right: 0
    }

    .cd-secondary-nav ul {
        width: 300px !important;
        left: 0
    }
}

@media(min-width:1441px) {
    header.sticky-header .dropdown .dropdown-menu {
        transform: translate(-50%, 112px) !important;
        left: 50% !important
    }

    header .dropdown .dropdown-menu {
        transform: translate(-50%, 164px) !important;
        left: 50% !important;
        width: 1430px;
        height: 582px
    }
}

@media(min-width:2210px) {
    .our-latest-podcast {
        background-position-y: 150%
    }
}

@media(min-width:1921px) {
    .desc {
        font-size: 18px
    }
}

@media(min-width:1750px) {
    header.sticky-header .dropdown .dropdown-menu {
        transform: translate(-50%, 112px) !important;
        left: 50% !important
    }

    header .dropdown .dropdown-menu {
        transform: translate(-50%, 164px) !important;
        left: 50% !important;
        width: 1576px;
        height: 542px
    }
}

@media(min-height:1081px) {
    .hero-section {
        height: 85vh !important
    }

    .hero-section .h-100vh {
        height: 85vh !important
    }
}

@media(min-height:1300px) {
    .hero-section {
        height: 80vh !important
    }

    .hero-section .h-100vh {
        height: 80vh !important
    }
}

.hero-section {
    background-image: url('../img/web-development-bg.webp');
    background-color: #191919;
    background-position: center;
}


.hero-section h1 span,
.hero-section .h1 span {
    font-size: 64px;
    font-weight: 700
}

.hero-section .h-100vh {
    height: 80vh
}

header .a-main-title,
header .upper-menu a {
    color: #fff !important
}

header.sticky-header .a-main-title {
    color: #191919 !important
}

.web-hero-bottom {
    margin-top: -120px
}

.web-hero-bottom .txt-rounded-circle {
    top: -80px;
    left: 50%;
    transform: translateX(-50%)
}

.web-hero-bottom .txt-rounded-circle .center-circle {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.swiper-development-proficiency {
    width: 1350px
}

.swiper-development-proficiency .swiper-slide {
    width: 440px
}

.case-web-dev-pagination .swiper-pagination-bullet,
.end-to-end-deliv-pag .swiper-pagination-bullet,
.technical-exp-pag .swiper-pagination-bullet,
.industry-specific-pag .swiper-pagination-bullet,
.web-cs-pag .swiper-pagination-bullet,
.industry-specific-pag .swiper-pagination-bullet {
    border-radius: 50px;
    background: #191919;
    width: 10px;
    height: 10px
}

.case-web-dev-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.end-to-end-deliv-pag .swiper-pagination-bullet.swiper-pagination-bullet-active,
.technical-exp-pag .swiper-pagination-bullet.swiper-pagination-bullet-active,
.industry-specific-pag .swiper-pagination-bullet.swiper-pagination-bullet-active,
.web-cs-pag .swiper-pagination-bullet.swiper-pagination-bullet-active,
.industry-specific-pag .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 50px
}

.technical-exp-pag .swiper-pagination-bullet {
    background: #fff
}

.bg-blue {
    background-color: #086ad8;
}

.web-dev-service:before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 45em;
    background-color: #0c0520;
    z-index: -1
}

.web-dev-service .card {
    min-height: 400px;
    border: none;
    background: #ffffff;
    box-shadow: 0px 43px 100px 0px rgba(0, 0, 0, 0.13);
    border-radius: 10px;
    border-top: 10px solid #086ad8;
    transform: translate3d(0, 0, 0);
    transition: all 0.3s linear;
}

.card-4-wrapper {
    margin: 10px auto 0; 
}

.web-dev-service .card .title-h5  {
    font-size: 24px;
    line-height: 30px;
    padding-right: 15px;
    margin-top: 20px;
    font-family: "Barlow", sans-serif;
    color: #0e0e0e;
    font-weight: 700;
    margin-bottom: 20px;
}


.card-icon {
    display: flex;
    width: 30px;
    height: 30px;
}

.web-dev-service .card .desc {
    font-size: 17px;
    line-height: 22px;
    color:#0e0e0e;
    font-weight: 400;
    font-family: "Jost", sans-serif;
}


.end-to-end-delivering-sect .arrow-pag-swiper {
    width: 50%;
    bottom: 12%;
}

.end-to-end-delivering-sect .title-h4,.technologies-we-work-on .title-h4{
    font-size: 40px;
    line-height: 50px;
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    color: #0e0e0e;
    text-align: left;
}


.technologies-we-work-on .desc {
    color: #000 !important;
}

.technologies-we-work-on .title-h4{ 
    text-align: center;
    color: #000;
}


.swiper-end-to-end-delivering .title-h6{
    font-size: 28px;
    line-height: 34px;
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    color: #0e0e0e;
    text-align: left;
}

.swiper-end-to-end-delivering .desc,.technologies-we-work-on .desc {
    font-size: 18px;
    line-height: 23px;
    padding-top: 10px;
    font-weight: 400;
    font-family: "Jost", sans-serif;
    color: #4c4d56;
}

.faq-header-content {
    text-align: center;
}

.faq-header {
    max-width: 620px;
    font-weight: 600;
    padding: 7px 20px;
    border-radius: 5px;
    display: inline-block;
    text-transform: capitalize;
    font-family: 'Barlow';
    font-style: normal;
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 20px;
    color: rgb(8, 106, 216);
    text-align: center;
}

.data-faq {
    padding: 40px 0;
    background-image: url('../img/faq-bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
}

.data-faq .wrapper {
    max-width: 900px;
}

.faqAccordianLink {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 0;
    cursor: pointer;
}

.faqAccordian li {
    border-bottom: 1px solid rgba(19, 71, 203, .1);
}

.faqAccordian li:last-child {
    border: none;
}

.faqNumber {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 700;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    color: #086AD8;
}

.faqAccordianTitle {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #111928;
    letter-spacing: -.54px;
    margin-left: 21px;
}

.faqAccordianLink>span:nth-child(3) {
    display: block;
    margin: 0 0 0 auto;
    padding-left: 5px;
}

.faqSymbols svg {
    display: block;
    height: 12px;
    width: 12px;
}

.plusIcon svg:nth-child(1) {
    display: block;
}

.plusIcon svg:nth-child(2) {
    display: none;
}

.faqAccordian li.active .plusIcon svg:nth-child(2) {
    display: block;
}


.faqAccordian li.active .plusIcon svg:nth-child(1) { 
    display: none;
}

.faqAccordianText {
    padding: 0 52px 41px 0;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}

.faqAccordianContent {
    display: none;
}

.c-orange {
    color: #F06334;
}

.hire-text {
    font-size: 18px;
    line-height: 23px;
    font-weight: 400;
    font-family: "Jost", sans-serif;
    color: #fff;
}

.sika-text { 
    font-family: "Barlow", sans-serif;
    font-size: 15px;
    line-height: 18px;
}

.cs-btn {
    border-radius: 100px;
    border: 1px solid #191919;
    padding: 15px 30px;
    transition: ease-in-out .2s
}

.cs-btn:hover {
    background-color: #ededf7;
    border: 1px solid #ededf7
}

.swiper-web-cs .cs-img {
    border-radius: 25px
}

.cta-sect {
    background-image: url(../img/cta-img.webp);
    background-position: bottom;
    background-size: cover
}

.cta-lbl {
    border-radius: 50px
}

.web-development-process .title-h4{
    font-size: 35px;
    line-height: 43px;
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    color: #0e0e0e;
    text-align: center;
}

.web-development-process .desc{ 
    font-size: 18px;
    line-height: 23px;
    padding-top: 10px;
    font-weight: 400;
    font-family: "Jost", sans-serif;
    color: #4c4d56;
}

.web-development-process .title-h6{ 
    font-size: 18px;
    line-height: 23px;
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    color: #0e0e0e;
    text-align: center;
}

.web-development-process .num-lbl {
    width: 65px;
    height: 65px;
    border: 3px solid #4842a8;
    border-radius: 100px
}

.web-development-process .num-lbl:before,
.web-development-process .num-lbl:after {
    content: '';
    position: absolute;
    width: 200px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    top: 20px
}

.web-development-process .num-lbl:before {
    right: 70px;
    background-image: url(../img/web-development/small-arrow.svg)
}

.web-development-process .num-lbl:after {
    left: 70px;
    background-image: url(../img/web-development/small-arrow-2.svg)
}

.swiper-technical-expertise {
    width: 1500px
}


@media(min-width:1200px) and (max-height:750px) {
    .hero-section .h-100vh {
        height: 135vh
    }
}

@media only screen and (max-width:375px) and (max-height:667px) {
    .hero-section .h-100vh {
        height: 85vh !important
    }
}

@media(min-width:1200px) and (max-width:1399px) {

    .hero-section h1,
    .hero-section .h1,
    .hero-section h1 span,
    .hero-section .h1 span {
        font-size: 52px
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .hero-section .h-100vh {
        height: 80vh
    }

    .hero-section h1,
    .hero-section .h1,
    .hero-section h1 span,
    .hero-section .h1 span {
        font-size: 52px
    }

    .hero-section .title-h6 {
        font-size: 18px
    }

/*
    footer .contct-det .title-h5 {
        font-size: 26px
    }

*/
    .industry-specific-sect .swiper-industry-specific {
        width: auto
    }

    .industry-specific-sect .swiper-industry-specific .swiper-slide {
        width: 100%
    }

    .swiper-web-cs .title-h5 {
        font-size: 24px
    }

    .mt-m80 {
        margin-top: 50px;
        margin-bottom: 50px
    }

    .mt-80 {
        margin-top: 50px
    }

    .p-tb-80 {
        padding-bottom: 50px;
        padding-top: 50px
    }

    .our-services .card {
        padding: 40px
    }

    .our-services .card .title-h5 {
        font-size: 32px
    }
}

@media(min-width:768px) and (max-width:991px) {
    .our-services .bg-img {
        background-image: none
    }

    .our-services .card {
        padding: 40px
    }

    .our-services .card .title-h5 {
        font-size: 32px
    }

    .hero-section .h-100vh {
        height: 80vh
    }

    .hero-section h1,
    .hero-section .h1,
    .hero-section h1 span,
    .hero-section .h1 span {
        font-size: 52px
    }

    .hero-section .title-h6 {
        font-size: 18px
    }

    .contact-us-form .card .card-body {
        width: 95%
    }

    .why-choose-hlis .mob-border-end {
        border-right: none !important
    }

    .mt-m80 {
        margin-top: 50px;
        margin-bottom: 50px
    }

    .mt-80 {
        margin-top: 50px
    }

    .p-tb-80 {
        padding-bottom: 50px;
        padding-top: 50px
    }

    .industry-specific-sect .swiper-industry-specific {
        width: auto
    }

    .industry-specific-sect .swiper-industry-specific .swiper-slide {
        width: 100%
    }

    .title-h2,
    .title-h4 {
        font-size: 36px
    }

    .web-dev-service .card {
        min-height: 420px
    }

    .web-dev-service .card .content-box {
        min-height: 300px
    }

    .p-tb-80 {
        padding-bottom: 50px;
        padding-top: 50px
    }

    .p-b-80 {
        padding-bottom: 50px
    }

    .p-t-80 {
        padding-top: 50px
    }

    .arrow-pag-swiper {
        position: relative !important;
        bottom: 0 !important;
        margin-bottom: 25px
    }
}

@media(min-width:320px) and (max-width:767px) {
    .arrow-pag-swiper {
        position: relative !important;
        bottom: 0;
        margin-bottom: 25px
    }

    .mt-m80 {
        margin-top: 50px;
        margin-bottom: 50px
    }

    .mt-80 {
        margin-top: 50px
    }

    .p-tb-80 {
        padding-bottom: 50px;
        padding-top: 50px
    }

    .p-b-80 {
        padding-bottom: 50px
    }

    .p-t-80 {
        padding-top: 50px
    }

    .title-h2,
    .title-h4 {
        font-size: 32px
    }

    .hero-section .h-100vh {
        height: 70vh
    }

    .hero-section h1,
    .hero-section .h1,
    .hero-section h1 span,
    .hero-section .h1 span {
        font-size: 36px
    }

    .hero-section .title-h6 {
        font-size: 16px
    }

    .web-hero-bottom {
        margin-top: -90px
    }

    .web-hero-bottom .title-h4 {
        font-size: 22px
    }

    .web-hero-bottom .desc {
        font-size: 14px
    }

    .web-hero-bottom .txt-rounded-circle {
        top: -50px
    }

    .web-hero-bottom .circle-txt-img {
        width: 100px
    }

    .web-hero-bottom .center-circle {
        width: 60px
    }

    .swiper-development-proficiency {
        width: auto
    }

    .swiper-development-proficiency .swiper-slide {
        width: 100%
    }

    .web-dev-service .card {
        min-height: 550px
    }

    .end-to-end-delivering-sect .arrow-pag-swiper {
        bottom: 0;
        position: relative !important;
        margin-top: 30px;
        margin-bottom: 30px
    }

    .mt-80 {
        margin-top: 50px
    }

    .swiper-technical-expertise,
    .industry-specific-sect .swiper-industry-specific,
    .industry-specific-sect .swiper-industry-specific .swiper-slide {
        width: 100%;
        background-color: #000
    }

    .leverage-technical-expertise-sect .swiper-slide {
        width: 100%;
        height: auto
    }

    .w-mob-100 {
        width: 100% !important
    }

    .why-choose-hlis .mob-border-end {
        border-right: none !important
    }

    .swiper-web-cs .title-h5 {
        font-size: 19px
    }

    .swiper-web-cs .cs-btn {
        padding: 5px 10px
    }

/*
    footer .contct-det .title-h5 {
        font-size: 18px
    }
*/

    .contact-us-form .card .card-body {
        width: 95%
    }

    .our-services .bg-img {
        background-image: none
    }

    .our-services .card {
        padding: 20px
    }

    .our-services .card .title-h5 {
        font-size: 22px
    }

    .industry-specific-sect .swiper-industry-specific .swiper-slide .title-h5 {
        font-size: 24px
    }
}

.case-study .swiper-case-study {
    width: 1800px
}

.case-study .swiper-case-study .swiper-slide {
    width: auto
}

.case-study .swiper-case-study h3.title-h4,
.case-study .swiper-case-study .title-h4.h3 {
    margin-top: 40px;
    margin-bottom: 20px !important
}

.case-study .swiper-case-study .desc {
    font-size: 18px;
    color: #fff
}

.case-study .swiper-case-study .content-inner {
    top: 70px;
    left: 70px
}

.case-study .swiper-case-study .tech-icons {
    background-color: #191919;
    padding: 25px 30px;
    color: #fff;
    max-width: 350px;
    border-radius: 100px;
    min-width: 350px;
    bottom: 70px;
    left: 70px
}

.case-study .swiper-case-study .tech-icons ul li {
    padding: 0 15px;
    border-left: 1px solid #585858
}

.case-study .swiper-case-study .tech-icons ul li:first-child {
    border-left: 0
}

.case-study .cs-content-det .a-btn:hover:before {
    min-width: 185px
}

@media(min-width:1200px) and (max-width:1399px) {
    .case-study .swiper-case-study {
        width: auto
    }

    .case-study .swiper-case-study .swiper-slide {
        width: 100%
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .case-study .swiper-case-study {
        width: auto
    }

    .case-study .swiper-case-study .swiper-slide {
        width: 100%
    }

    .case-study .swiper-case-study .content-inner {
        top: 30px;
        left: 30px
    }

    .case-study .swiper-case-study .tech-icons {
        bottom: 30px;
        left: 30px
    }
}

@media(min-width:768px) and (max-width:991px) {
    .case-study .swiper-case-study {
        width: auto
    }

    .case-study .swiper-case-study .swiper-slide {
        width: 100%
    }

    .case-study .swiper-case-study .content-inner {
        top: 30px;
        left: 30px
    }

    .case-study .swiper-case-study .tech-icons {
        bottom: 25px;
        left: 30px;
        padding: 15px;
        max-width: 320px;
        min-width: 320px
    }

    .case-study .swiper-case-study h3.title-h4,
    .case-study .swiper-case-study .title-h4.h3 {
        margin-top: 15px;
        margin-bottom: 15px !important;
        font-size: 20px
    }

    .case-study .swiper-case-study .desc {
        font-size: 14px;
        line-height: 22px
    }

    .case-study .swiper-case-study img.rounded-circle {
        width: 50px;
        height: 50px
    }
}

@media(min-width:576px) and (max-width:767px) {
    .case-study .swiper-case-study {
        width: auto
    }

    .case-study .swiper-case-study .swiper-slide {
        width: 100%
    }

    .case-study .swiper-case-study .content-inner {
        top: 20px;
        left: 20px;
        width: 88%
    }

    .case-study .swiper-case-study .tech-icons {
        bottom: inherit;
        left: 20px;
        padding: 15px;
        max-width: 320px;
        min-width: 320px;
        top: 225px
    }

    .case-study .swiper-case-study h3.title-h4,
    .case-study .swiper-case-study .title-h4.h3 {
        margin-top: 10px;
        margin-bottom: 10px !important;
        font-size: 20px
    }

    .case-study .swiper-case-study .desc {
        font-size: 14px;
        line-height: 22px
    }

    .case-study .swiper-case-study img.rounded-circle {
        width: 50px;
        height: 50px
    }
}

@media(min-width:320px) and (max-width:575px) {
    .case-study .swiper-case-study {
        width: auto
    }

    .case-study .swiper-case-study .swiper-slide {
        width: 100%
    }

    .case-study .swiper-case-study .content-inner {
        top: 20px;
        left: 20px;
        width: 88%
    }

    .case-study .swiper-case-study .tech-icons {
        display: none !important
    }

    .case-study .swiper-case-study h3.title-h4,
    .case-study .swiper-case-study .title-h4.h3 {
        margin-top: 10px;
        margin-bottom: 10px !important;
        font-size: 20px
    }

    .case-study .swiper-case-study .desc {
        font-size: 14px;
        line-height: 22px
    }

    .case-study .swiper-case-study img.rounded-circle {
        width: 50px;
        height: 50px
    }

    .case-study-pag {
        display: none !important
    }
}

@media(min-width:320px) and (max-width:767px) {
    .case-study .swiper-case-study {
        width: auto
    }

    .case-study .swiper-case-study .swiper-slide {
        width: 100%
    }
}