@import url("bootstrap.css");

html {
    scroll-behavior: smooth
}

body {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #191919
}

a {
    text-decoration: none
}

hr {
    border-color: #ECECEC
}

.h-100vh {
    height: 100vh
}

::placeholder,textarea::placeholder {
    color: #999 !important
}

.c-white {
    color: #fff !important
}

.c-black {
    color: #191919 !important
}

.c-blue {
    color: #4842A8 !important
}

.c-d-blue {
    color: #032d60
}

.c-red {
    color: #DC2E3D
}

.c-gray {
    color: #585858
}

.border-start,.border-bottom,.border-end {
    border-color: #ececec !important
}

.bg-light {
    background-color: #fcfcfc !important
}

.bg-l-blue {
    background-color: #f6f8ff !important
}

.bg-red {
    background-color: #DC2E3D !important
}

.bg-blue {
    background-color: #4842A8 !important
}

.font-w-300 {
    font-weight: 300
}

.font-w-400 {
    font-weight: 400
}

.font-w-500 {
    font-weight: 500
}

.font-w-600 {
    font-weight: 600
}

.font-w-700 {
    font-weight: 700
}

.title-h1 {
    font-size: 72px
}

.title-h2 {
    font-size: 64px
}

.title-h3 {
    font-size: 56px
}

.title-h4 {
    font-size: 42px
}

.title-h5 {
    font-size: 32px
}

.title-h6 {
    font-size: 22px
}

.desc {
    font-size: 16px;
    line-height: 32px;
    color: #191919
}

.parsley-errors-list {
    margin: 0 !important
}

textarea:focus {
    box-shadow: none
}

header .a-main-title {
    padding: 26px 0;
    display: inline-block;
    font-size: 14px
}

header .a-main-title,header .upper-menu a {
    color: #fff !important
}

header.sticky-header .a-main-title {
    color: #191919 !important
}

header.sticky-header .dropdown .dropdown-menu {
    transform: translate(10%, 114px) !important
}

header .dropdown {
    position: inherit
}

header .dropdown:hover .dropdown-menu {
    display: block;
    position: absolute;
    inset: 0px auto auto 0px
}

header .dropdown .dropdown-menu {
    width: 1576px;
    transform: translate(10%, 166px) !important;
    border-radius: 0;
    border: 0;
    background: transparent;
    top: -41px !important;
    height: 545px
}

header .dropdown .dropdown-menu .inner-menu-box {
    border-radius: 6px;
    border: 0;
    box-shadow: 0px 0px 20px 0 rgba(0,0,0,0.06)
}

header .dropdown .dropdown-menu .bg-light a {
    color: #191919;
    position: relative;
    display: inline-block;
    font-size: 17px
}

header .dropdown .dropdown-menu .bg-light a:hover {
    color: #4842A8
}

header .dropdown .dropdown-menu .bg-light a:hover span {
    position: relative
}

header .dropdown .dropdown-menu .bg-light a:hover span:before {
    content: '';
    position: absolute;
    right: 0;
    background-image: url(../img/menu-arrow.svg);
    width: 14px;
    height: 14px;
    background-size: contain;
    right: -25px;
    top: 50%;
    transform: translateY(-50%)
}

header .dropdown .dropdown-menu .bg-light a .desc {
    font-size: 14px;
    line-height: normal
}

header .dropdown .dropdown-menu .menu-center-content .title-h5 {
    line-height: 40px
}

header .dropdown .dropdown-menu .menu-center-content .title-h6 {
    font-size: 17px
}

header .dropdown .dropdown-menu .cust-t-pad {
    padding-top: 3px
}

header .dropdown .dropdown-menu .cust-p-5 {
    padding: 40px
}

header .dropdown .dropdown-menu .cust-mb-4 {
    margin-bottom: 1.8rem
}

header .tabcontent,header .tabcontent2 {
    display: none
}

header .menu-center-content a {
    color: #191919
}

header .menu-center-content a:hover {
    color: #4842A8
}

header .tablinks.active,header .tablinks2.active {
    color: #4842A8 !important
}

header .tablinks.active span,header .tablinks2.active span {
    position: relative
}

header .tablinks.active span:before,header .tablinks2.active span:before {
    content: '';
    position: absolute;
    right: 0;
    background-image: url(../img/menu-arrow.svg);
    width: 14px;
    height: 14px;
    background-size: contain;
    right: -25px;
    top: 50%;
    transform: translateY(-50%)
}

header .contact-header .blue-btn {
    padding: 8px 15px !important;
    font-size: 13px
}

.hero-section {
    background-color: #191919
}

.hero-section.black-overlay {
    position: relative
}

.hero-section.black-overlay:before {
    content: '';
    position: absolute;
    background: linear-gradient(45deg, #000 0%, rgba(0,0,0,0.7) 50%, rgba(0,0,0,0) 100%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0
}

.hero-section h2.title-h1 span.title-h5,.hero-section .title-h1.h2 span.title-h5 {
    font-size: 38px
}

.hero-section .desc {
    line-height: 28px
}

.hero-section .bord-line {
    border-left: 1px solid #ccc;
    height: 32px;
    margin: 0 20px
}

.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: #ffffff;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 36px;
    border-radius: 50%;
    text-align: center;
    font-size: 18px;
    outline: none;
    border: none;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.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,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.jpg)
}

.all-services-tabs a.web-dev-tab {
    background-image: url(../img/web-dev-tab.jpg)
}

.all-services-tabs a.ecommerce-dev-tab {
    background-image: url(../img/ecommerce-dev-tab.jpg)
}

.all-services-tabs a.blockchain-dev-tab {
    background-image: url(../img/blockchain-dev-tab.jpg)
}

.all-services-tabs a.game-dev-tab {
    background-image: url(../img/game-dev-tab.jpg)
}

.all-services-tabs a.salesforce-dev-tab {
    background-image: url(../img/salesforce-dev-tab.jpg)
}

.all-services-tabs a.ai-ml-dev-tab {
    background-image: url(../img/ai-ml-dev-tab.jpg)
}

.all-services-tabs a.iot-dev-tab {
    background-image: url(../img/iot-dev-tab.jpg)
}

.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 .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
}

.our-services .tab-content .list-gp-circle li:before {
    border: 3px solid #191919
}

.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,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+.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,0.035);
    border-radius: 6px;
    padding: 35px !important
}

.swiper-what-our-clients-say .card h3.title-h6,.swiper-what-our-clients-say .card .title-h6.h3 {
    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: 0.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 0px rgba(0,0,0,0.03);
    margin-bottom: 24px
}

.contact-us-form .card {
    background: #fff;
    box-shadow: 0px 4px 25px 0px rgba(0,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: -0.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: transparent
}

.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: transparent;
    color: #fff !important
}

footer .subs-box input:focus,footer .subs-box input:hover {
    background: transparent;
    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
}

.cd-main-content,.cd-main-header {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform
}

.cd-main-content,.cd-main-header {
    position: relative;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    box-shadow: 0 0 30px 0 rgba(0,0,0,0.1)
}

.cd-main-content {
    z-index: 2
}

.cd-main-header {
    background: #ffffff;
    z-index: 9;
    top: 0;
    left: 0;
    width: 100%
}

.shadow-btn {
    box-shadow: 1px 2px 15px 0px rgba(0,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
}

@media only screen and (min-width: 1200px) {
    .cd-main-header {
        height:80px
    }

    .cd-main-header::after {
        clear: both;
        content: "";
        display: table
    }
}

.cd-logo {
    position: relative
}

.cd-logo img {
    display: block
}

@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 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.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-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 0.3s 0.3s;
    -moz-transition: background 0.3s 0.3s;
    transition: background 0.3s 0.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 0.3s 0.3s;
    -moz-transition: -moz-transform 0.3s 0.3s;
    transition: transform 0.3s 0.3s
}

.cd-nav-trigger span::before {
    top: -6px
}

.cd-nav-trigger span::after {
    top: 6px
}

.cd-nav-trigger.nav-is-visible span {
    background: rgba(46,50,51,0)
}

.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 0.3s;
    overflow: hidden
}

.cd-primary-nav span.mob-menu-a,.cd-primary-nav ul span.mob-menu-a,.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 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    cursor: pointer
}

.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>span.mob-menu-a,.cd-primary-nav ul.moves-out>li>span.mob-menu-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: transparent
    }

    .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: transparent;
        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>span.mob-menu-a {
        position: relative;
        display: inline-block;
        height: 70px;
        line-height: 70px;
        padding: 0 8px;
        color: #2e3233;
        overflow: visible;
        border-bottom: none;
        -webkit-transition: color 0.3s, box-shadow 0.3s;
        -moz-transition: color 0.3s, box-shadow 0.3s;
        transition: color 0.3s, box-shadow 0.3s
    }

    .cd-primary-nav>li>span.mob-menu-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: #ffffff;
        padding: 0 48px !important;
        box-shadow: inset 0 1px 0 #e2e3df,0 3px 6px rgba(0,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: bold;
        text-align: center;
        line-height: 80px;
        border-top: 1px solid #e2e3df;
        border-bottom: none;
        margin: 0;
        padding: 0;
        -webkit-transition: color 0.2s, background 0.2s, border 0.2s;
        -moz-transition: color 0.2s, background 0.2s, border 0.2s;
        transition: color 0.2s, background 0.2s, border 0.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: #ffffff
    }

    .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>span.mob-menu-a {
        color: #4842A8;
        font-weight: bold;
        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 span.mob-menu-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: bold;
        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: bold
    }

    .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>span.mob-menu-a,.go-back span.mob-menu-a {
    position: relative
}

.has-children>span.mob-menu-a::before,.has-children>span.mob-menu-a::after,.go-back span.mob-menu-a::before,.go-back span.mob-menu-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>span.mob-menu-a::before,.go-back span.mob-menu-a::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.has-children>span.mob-menu-a::after,.go-back span.mob-menu-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>span.mob-menu-a::before,.has-children>span.mob-menu-a::after,.go-back span.mob-menu-a::before,.go-back span.mob-menu-a::after {
        background:#c9cbc4
    }

    .has-children>span.mob-menu-a:hover::before,.has-children>span.mob-menu-a:hover::after,.go-back span.mob-menu-a:hover::before,.go-back span.mob-menu-a:hover::after {
        background: #4842A8
    }
}

.has-children>span.mob-menu-a {
    padding-right: 40px
}

.has-children>span.mob-menu-a::before,.has-children>span.mob-menu-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 span.mob-menu-a {
    padding-left: 40px
}

.cd-primary-nav .go-back span.mob-menu-a::before,.cd-primary-nav .go-back span.mob-menu-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>span.mob-menu-a::before,.has-children>span.mob-menu-a::after {
        right:15%
    }

    .cd-primary-nav>.has-children>span.mob-menu-a {
        padding-right: 25px !important
    }

    .cd-primary-nav>.has-children>span.mob-menu-a::before,.cd-primary-nav>.has-children>span.mob-menu-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 0.3s, -webkit-transform 0.3s;
        -moz-transition: width 0.3s, -moz-transform 0.3s;
        transition: width 0.3s, transform 0.3s
    }

    .cd-primary-nav>.has-children>span.mob-menu-a::before {
        right: 12px
    }

    .cd-primary-nav>.has-children>span.mob-menu-a::after {
        right: 7px
    }

    .cd-secondary-nav>.has-children>span.mob-menu-a::before,.cd-secondary-nav>.has-children>span.mob-menu-a::after {
        display: none
    }

    .cd-primary-nav .go-back span.mob-menu-a {
        padding-left: 20px
    }

    .cd-primary-nav .go-back span.mob-menu-a::before,.cd-primary-nav .go-back span.mob-menu-a::after {
        left: 1px
    }
}

.cd-overlay {
    position: fixed;
    z-index: 2;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    background-color: rgba(105,170,111,0.8);
    visibility: hidden;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, -moz-transform 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s
}

.cd-overlay.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s, -webkit-transform 0.3s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s, -moz-transform 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.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 li .nav-link {
    text-transform: uppercase
}

.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
}

.ui-slider-horizontal .ui-slider-handle {
    margin-left: 0 !important
}

@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: 300px;
        left: 0
    }

    .cd-secondary-nav,.cd-secondary-nav li ul {
        width: 300px !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: 300px;
        left: 0
    }

    .cd-secondary-nav,.cd-secondary-nav li ul {
        width: 300px !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:0px;
        margin-right: 0px
    }

    .swiper-what-our-clients-say .card {
        padding: 25px !important
    }

    .contact-us-form .card .card-body {
        width: 100%
    }

    .swiper-blogs-list .swiper-slide img,.blog .swiper-slide img {
        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 h1,.hero-section .h1,.hero-section .h1,.hero-section .h1 {
        font-size:28px
    }

    .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: 0px;
        margin-right: 0px
    }

    .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/web-development-bg.jpg);
    background-color: #191919
}

.hero-section h1,.hero-section .h1 {
    font-size: 64px;
    font-weight: 200
}

.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: #0162F5
}

.web-dev-service:before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 45em;
    background-color: #191919;
    z-index: -1
}

.web-dev-service .card {
    min-height: 650px
}

.web-dev-service .card .content-box {
    min-height: 400px
}

.web-dev-service .card-1 {
    background-image: url(../img/web-development/fullstack-development-bg.png);
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat
}

.web-dev-service .card-2,.web-dev-service .card-3,.web-dev-service .card-4 {
    background-image: url(../img/web-development/Front-end-development.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.web-dev-service .card-3 {
    background-image: url(../img/web-development/back-end-development.jpg)
}

.web-dev-service .card-4 {
    min-height: inherit;
    background-image: url(../img/web-development/Cloud-development.jpg)
}

.end-to-end-delivering-sect .arrow-pag-swiper {
    width: 50%;
    bottom: 12%
}

.leverage-technical-expertise-sect {
    background-image: url(../img/web-development/Technical-Expertise.jpg);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat
}

.leverage-technical-expertise-sect .swiper-slide {
    width: 430px;
    height: auto
}

.leverage-technical-expertise-sect .swiper-slide .card {
    box-shadow: 5px 5px 15px rgba(0,0,0,0.05);
    border-bottom: 10px solid #7971FF
}

.leverage-technical-expertise-sect .swiper-slide .card.orange-border {
    border-bottom: 10px solid #FABF77
}

.leverage-technical-expertise-sect .swiper-slide .card.green-border {
    border-bottom: 10px solid #00B59C
}

.leverage-technical-expertise-sect .swiper-slide .card .desc {
    font-size: 15px;
    line-height: 26px
}

.leverage-technical-expertise-sect .swiper-slide .list-gp-circle li:before {
    border-color: #4842A8
}

.leverage-technical-expertise-sect .swiper-slide .list-gp-circle a {
    color: #4842A8;
    font-size: 14px
}

.leverage-technical-expertise-sect .arrow-pag-swiper {
    bottom: 25%
}

.industry-specific-sect .swiper-industry-specific {
    width: 1800px
}

.industry-specific-sect .swiper-industry-specific .swiper-slide {
    width: 1000px
}

.industry-specific-sect .swiper-industry-specific .swiper-slide .title-h5 {
    font-size: 28px
}

.industry-specific-sect .swiper-industry-specific .swiper-slide .desc,.industry-specific-sect .swiper-industry-specific .swiper-slide ul li {
    font-size: 15px;
    line-height: 28px
}

.industry-specific-sect .swiper-industry-specific .swiper-slide ul li {
    margin: 5px 0
}

.why-choose-hlis:before,.why-choose-hlis:after {
    content: '';
    position: absolute;
    width: 50%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    top: 0
}

.why-choose-hlis:before {
    background-image: url(../img/web-development/why-choose-HLIS.jpg);
    left: 0
}

.why-choose-hlis:after {
    background-image: url(../img/web-development/hire-excellent.jpg);
    right: 0
}

.why-choose-hlis ul li {
    color: #fff;
    margin: 10px 0
}

.cs-btn {
    border-radius: 100px;
    border: 1px solid #191919;
    padding: 15px 30px;
    transition: ease-in-out 0.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/web-development/cta-img.jpg);
    background-position: bottom;
    background-size: cover
}

.cta-lbl {
    border-radius: 50px
}

.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
}

footer .footer-top {
    background-color: #1E2222
}

footer .social-media li {
    margin-right: 0
}

.our-services.mt-80 {
    margin-top: 0
}

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: #585858 !important
}

footer .bottom-line {
    border-color: #fff
}

footer .subs-box {
    width: 90%;
    border-radius: 14px;
    background: #1F1F1F;
    padding: 5px
}

footer .subs-box input {
    background: transparent;
    color: #fff !important
}

footer .subs-box input:focus,footer .subs-box input:hover {
    background: transparent;
    box-shadow: none
}

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
}

@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: #000000
    }

    .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%
    }
}
