/*
 Theme Name: HC
*/


@font-face {
    font-family: 'gilroy';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Gilroy-Bold'), url('fonts/Gilroy-Bold.woff') format('woff');
    }
    

    @font-face {
    font-family: 'gilroy';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: local('Gilroy-Heavy'), url('fonts/Gilroy-Heavy.woff') format('woff');
    }

    @font-face {
    font-family: 'gilroy';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: local('Gilroy-Heavy'), url('fonts/Gilroy-ExtraBold.woff') format('woff');
    }
    

    @font-face {
    font-family: 'gilroy';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local('Gilroy-Light'), url('fonts/Gilroy-Light.woff') format('woff');
    }
    

    @font-face {
    font-family: 'gilroy';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local('Gilroy-Medium'), url('fonts/Gilroy-Medium.woff') format('woff');
    }
    

    @font-face {
    font-family: 'gilroy';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Gilroy-Regular'), url('fonts/Gilroy-Regular.woff') format('woff');
    }



*,
*::before,
*::after {
  box-sizing: border-box;
}
body{
	padding: 0px;
	margin: 0px;
	overflow-x: hidden;
	color: #000000;
    font-family: 'gilroy', sans-serif;
    line-height: 1.56vw;
    font-size: 1.25vw;
}
::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 0px;
	background-color: #fff;
}

::-webkit-scrollbar
{
	width: 0;
	background-color: #fff;
}

::-webkit-scrollbar-thumb
{
	border-radius: 0;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #D62929;
}

h1, h2, h3, h4, h5, h6, .h1{
    margin: 0;
    padding: 0;
    font-weight: 700;
	line-height: 1;
	color: #000222;
}
h1, .h1, .h1-2{
    font-size: 5.2vw;
    line-height: 6.25vw;
}
.h1{
    line-height: 5.7vw;
}
.big-h1{
    font-size: 10.4vw;
    line-height: 10.5vw;
}
h2, #menu li a, .h2{
    font-size: 3.125vw;
    line-height: 4.16vw;
}
h3, .h3{
    font-size: 2.60vw;
    line-height: 3.125vw;
}
h4{
    font-size: 1.66vw;
    line-height: 1.97vw;
}
h5, .h5, .fs-24{
    font-size: 1.25vw;
    line-height: 1.66vw;
}
.fs-30, input[type="text"], input[type="email"], textarea, select{
    font-size: 1.56vw;
    line-height: 2.08vw;
}
p, li {
    padding: 0px;
    margin: 0px;
    font-weight: 400;
    margin-bottom: 1.3vw;
}
li{
    margin-bottom: 0;
}

a, a:hover, a:focus{
    outline: 0;
    transition: all .2s ease;
    text-decoration: none;
    color: #000;
}
a:hover, a:focus, .our-capabilities-holder p:hover{
    color: #0000CC;
}
ul, ol{ list-style-type: none; margin: 0; padding: 0;}
input, button, button:focus, textarea , textarea:focus{
    outline: 0px;
}
.mx-100{
    max-width: 100%;
    height: auto;
}
.clr-2{
    color: #000222;
}
.w-100{width: 100%; }
.fw-300{font-weight: 300;}
.fw-400{font-weight: 400;}
.fw-500{font-weight: 500;}
.fw-600, .card-detail-box h3{font-weight: 600;}
.fw-700{font-weight: 700;}
.fw-800{font-weight: 800;}
.mb-25, footer h5{margin-bottom: 1.3vw;}
.mb-10{margin-bottom: .52vw;}
.mb-15{margin-bottom: .78vw;}
.mb-20{margin-bottom: 1.04vw;}
.mb-30{margin-bottom: 1.56vw;}
.mb-40{margin-bottom: 2.08vw;}
.mb-50{margin-bottom: 2.60vw;}
.mb-60, .content-detail-holder p,.content-detail-holder ul{margin-bottom: 3.125vw;}
.mb-0{margin-bottom: 0px;}
.mb-100{margin-bottom: 5.2vw;}
.mb-150{margin-bottom: 7.8vw;}
.mb-170{margin-bottom: 8.85vw;}
.mb-200{margin-bottom: 10.41vw;}
.mt-130{margin-top: 6.77vw;}
.mt-100{margin-top: 5.2vw;}
section, .overflow-hidden {
    overflow: hidden;
}
.text-center{text-align: center;}
.text-end {text-align: end;}
.clr-blue{color: #0015CC;}
.clr-gray{color: #464646;}
.container{
    width: 100%;
    max-width: 72.92vw;
    margin: auto;
    position: relative;
    z-index: 3;
}
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
}
.col-center{
    margin-left: auto;
    margin-right: auto;
}
.row-space-50{
    margin-right: -2.6vw;
    margin-left: -2.6vw;
}
.row-space-20{
    margin-right: -1.04vw;
    margin-left: -1.04vw;
}
.row-space-50 > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: 2.6vw;
  padding-left: 2.6vw;
}

.row-space-20 > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: 1.04vw;
  padding-left: 1.04vw;
}

.col-md-12 {
    flex: 0 0 auto;
    width: 100%;
}
.col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
}
.col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
}
.col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
}
.col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
}
.col-md-6 {
    flex: 0 0 auto;
    width: 50%;
}
.col-md-4 {
    flex: 0 0 auto;
    width: 33.33333334%;
}
.col-md-3 {
    flex: 0 0 auto;
    width: 25%;
}
.offset-md-1{
     margin-left: 8.33333333%;
}
.home-banner h2{font-weight: 600;}
.display-flex{
    display: flex;
    flex-wrap: wrap;
}
.align-items-center{
    align-items: center;
}
.work-card-style-2{
    width: 28.64vw;
    margin-right: 7.8vw;
}
.work-card-style-1-big, .work-card-style-3{
    width: 36.45vw;
}
.work-card-style-1-small{
    width: 36.25vw;
    padding-left: 5.2vw;
}
.work-card-style-1-small .card-detail-box{
    max-width: 26.04vw;
}

.work-card-style-1-small .card-detail-box p{
	font-weight: 200;
}

.work-card-style-3{
    margin-top: 17.7vw;
}
.btn-next{
    width: 2.08vw;
    height: 2.08vw;
    background-image: url(images/hc-arrow.png);
    background-size: auto 2.08vw;
    background-position: right center;
    transition: all .2s ease;
    display: inline-block;
    background-repeat: no-repeat;
}
a.btn-next:hover, a:hover .btn-next{
    width: 2.2vw;
    background-image: url(images/hc-arrow-hover.png);
}

.work-card-style-4-big{width: 51.66vw; }
.work-card-style-4-small{width: 16.92vw; margin-right: 4.3vw;}
.footer-links-holder {
    display: flex;
    justify-content: space-between;
}
footer p, footer li{font-size: 1.04vw; line-height: 1.56vw; font-weight: 600;}
.footer-link-box {
    width: 13.8vw;
}

.footer-bottom .footer-link-box {
    width: 20.8vw;
}
a.footer-logo {
    width: 10.57vw;
    display: inline-block;
}
.footer-link-box-mumbai-add{
    width: 16vw;
}
.footer-link-box-singapore-add{
    width: 10vw;
}
.footer-logo{
    color: #0000CC;
    line-height: 1;
}
ul.footer-social-link {
    display: inline-flex;
}
ul.footer-social-link a{padding: 0 1.56vw;}
ul.footer-social-link li:first-child a{
    padding-left: 0px;
}
.align-items-end{ align-items: end;}
footer{padding: 8.33vw 0;}

/*menu*/
header{
    position: relative;
    z-index: 5;
    padding-top: 12.5vw;
}
#menuToggle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 98;
}
#menuToggle input{
  display: block;
  height: 1.66vw;
  cursor: pointer;
  opacity: 0; 
  z-index: 2;
  -webkit-touch-callout: none;
}

#menuToggle span{
  display: block;
  z-index: 1;
}
#menuToggle span:after{
    content: 'Menu';
}
#menuToggle input:checked ~ span:after{
    content: 'Close';
}
#menuToggle input, #menuToggle span, #mobile-menu, #mobile-menu-close{ 
    position: absolute;
    right: 13.54vw;
    top: 5.88vw;
    left: unset;
    width: 3.125vw;
    margin: 0;
}
a.header-logo {
    position: absolute;
    color: #fff;
    width:14vw;
    font-size: 4.01vw;
    font-weight: 700;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 9.89vw;
    top: 4.16vw;
    z-index: 99;
}
.menu-holder{
    background: #F7F7F7;
    padding: 14.427vw 0 2.60vw;
    transform: translateY(-110%);
    transition: all .5s ease-in;
}
#menuToggle input:checked ~ .menu-holder{
    transform: translateY(0%);
    transition: all .5s ease-out;
}
#menu{
    display: flex;
    justify-content: space-between;
}
#menu li{
    transform: translateY(-200px);
    transition: all .3s ease;
}
#menuToggle input:checked ~ .menu-holder #menu li:nth-child(1){
    transform: translateY(0%);
    transition: all .6s ease;
    transition-delay: .0s;
}
#menuToggle input:checked ~ .menu-holder #menu li:nth-child(2){
    transform: translateY(0%);
    transition: all .6s ease;
    transition-delay: .05s;
}
#menuToggle input:checked ~ .menu-holder #menu li:nth-child(3){
    transform: translateY(0%);
    transition: all .6s ease;
    transition-delay: .15s;
}
#menuToggle input:checked ~ .menu-holder #menu li:nth-child(4){
    transform: translateY(0%);
    transition: all .6s ease;
    transition-delay: .2s;
}
#menuToggle input:checked ~ .menu-holder #menu li:nth-child(5){
    transform: translateY(0%);
    transition: all .6s ease;
    transition-delay: .25s;
}
#menu li a{
    font-weight: 800;
}
.menu-holder:before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    height: 100%;
    background: #F7F7F7;
}
.menu-holder:after{
    content: '';
    background: transparent radial-gradient(closest-side at 51% 8%, #00000038 0%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
    position: absolute;
    width: 76.45vw;
    height: 8.33vw;
    left: 50%;
    bottom: -7.55vw;
    transform: translateX(-50%);
    z-index: 1;
}

/* Animate */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(70px);
    transform: translateY(70px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(70px);
    -ms-transform: translateY(70px);
    transform: translateY(70px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.section-title-style-2 h2{
    position: relative;
    padding-bottom: 1.56vw;
}

.section-title-style-2 h2:after{
    content: '';
    width: 3.38vw;
    height: 3px;
    background: #0015CC;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    display: inline-block;
}


/*about*/
.forbes-logo{
    width: 11.97vw;
}

.brands-logo-holder .col-md-3{
    margin-top: 2.16vw;
    margin-bottom: 2.16vw;
}
.brand-logo-box img{
    height: 12.29vw;
    width: auto;
}
.work-card-box{
    display: inline-block;
}
.work-card-box h3{
    font-weight: 600;
    max-width: 46.87vw;
}

.btn {
    display: inline-block;
    padding: 0.57vw 3.9vw;
    border: 1px solid #000;
}
ul.career-list li a {
    border-top: 1px solid #000;
    display: inline-block;
    width: 100%;
    padding: 3.125vw 5.2vw 3.125vw 0;
    background-image: url(images/arrow-right.png);
    background-repeat: no-repeat;
    background-size: 1.98vw 1.98vw;
    background-position: right 2.34vw center;
    transition: all .2s ease;
}
ul.career-list li:last-child a{
    border-bottom: 1px solid #000;
}
ul.career-list li a:hover{
    background-image: url(images/arrow-right-hover.png);
    background-position: right 2.08vw center;
    transition: all .2s ease;
}
.form-field{
    display: inline-block;
    width: 100%;
    position: relative;
}

input[type="text"], input[type="email"], textarea, select {
    display: inline-block;
    width: 100%;
    border: 0px;
    border-bottom: 1px solid #000;
    padding: 1.56vw 1.04vw;
    font-family: 'gilroy', sans-serif;
}
input[type="submit"]{
    font-size: 1.25vw;
    line-height: 1;
    background: transparent;
    font-family: 'gilroy', sans-serif;
    transition: all .2s ease;
}
input[type="submit"]:hover{
    background: #0000CC;
    color: #fff;
    transition: all .2s ease;
}
textarea{
    height: 100px;
}
.content-detail-holder ul li{
    position: relative;
    padding-left: 2.08vw;
    margin-bottom: 2.08vw;
}
.content-detail-holder ul li:before{
    position: absolute;
    content: '';
    left: 0;
    top: .78vw;
    width: 0.625vw;
    height: 0.21vw;
    background: #001FC4;
}
.content-detail-holder h5{
    margin-bottom: 1.56vw;
    font-weight: 300;
}
.content-detail-holder ul.tags-list{
    display: flex;
    flex-wrap: wrap;
}
.content-detail-holder ul.tags-list li{
    padding: 0;
    margin-right: 0;
    width: 100%;
    margin-bottom: 1.25vw;
}
.content-detail-holder ul.tags-list li:last-child{
    margin-right: 0px;
}
.content-detail-holder ul.tags-list li:before{
    display: none;
}
.case-study-container{
    padding-bottom: 3.64vw;
}
.case-study-container .swiper-slide  {
    padding: 0 2.34vw;
        max-width: 62.5vw;
  margin:auto;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
    position: relative;
    margin-top: 2.08vw;
}
.swiper-pagination-bullet {
    width: 0.83vw;
    height: 0.83vw;
    border: 2px solid #000;
    background: transparent;
    opacity: 1;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 0.31vw;
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-color: #001FC4;
}
.col-md-4 .work-card-box img{
    object-fit: cover;
    object-position: center;
}
.card-link {
    display: inline-block;
    width: 100%;
}
.card-link h3, a.work-card-box h3{
    transition: all .2s ease;
}
.card-link:hover h3, a.work-card-box:hover h3{
    color: #001FC4;
    transition: all .2s ease;
}
a.work-card-box:hover p{
    color: #000000;
}
#mobile-menu, #mobile-menu-close, .mobile-menu-holder{
    display: none;
}
.about-banner h1{
    font-size: 4.9vw;
    line-height: 6vw;
}


.team_detail{
    padding: 1.04vw 0 0;
    position: relative;
    padding-right: 2.08vw;
}
.team_detail .linkedin_url{
    position: absolute;
    right: 0;
    top: 1.04vw;
    color: #000;
    z-index: 5;
    width: 1.56vw;
}
.team_img img {
    display: inherit;
}
.team-img-box{display: none;}
@media (max-width: 991px){
    body, h5, .h5, .fs-24 {
    line-height: 22px;
    font-size: 16px;
}
    .btn-next {
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    }
    .btn-next:hover {
    width: 30px;
}
    .footer-links-holder {
    flex-wrap: wrap;
    }
    .footer-link-box {
    width: 50%;
    margin-bottom: 35px;
}
    .footer-links-holder h5{
        font-size: 20px;
        line-height: 24px;
    }
    footer p, footer li {
        font-size: 18px;
        line-height: 24px;
    }
    .footer-link-box p{
        max-width: calc(100% - 50px)
    }
    footer .col-md-11.mb-150{
        margin-bottom: 60px;
    }
    .footer-bottom  .footer-link-box.text-end{
        width: 100%;
        text-align: left;
        margin-top: 10px;
    }
    .footer-bottom  .footer-link-box{
        margin-bottom: 0px;
    }
    a.footer-logo {
    font-size: 45px;
}
    a.footer-logo {
    width: 200px;
}
    
}

@media (max-width: 600px){
    header {
    padding-top: 160px;
}
    .col-6{
        width: 50% !important;
    }
    .container {
    max-width: calc(100% - 54px);
    }
    h1, .h1, .h1-2, .about-banner h1 {
        font-size: 60px;
        line-height: 65px;
    }
    .h1 {
        line-height: 50px;
    }
    .big-h1 {
    font-size: 100px;
    line-height: 1;
}
    a.header-logo {
        width: 86px;
    height: 86px;
    font-size: 43px;
    left: 27px;
    top: 45px;
    }
    .mb-50 {
    margin-bottom: 30px;
}
    h2, #menu li a, .h2 {
    font-size: 34px;
    line-height: 45px;
}
    h4 {
        font-size: 18px;
        line-height: 24px;
}
    
    h5, input[type="submit"]{
        font-size: 16px;
        line-height: 24px;
    }
    .fs-30 {
        font-size: 24px;
    line-height: 36px;
    }
    .fs-30 , input[type="text"], input[type="email"], textarea, select, .content-detail-holder ul.tags-list li{
    font-size: 21px;
    line-height: 30px;
}
    .mb-100,.work-card-style-1, .work-card-style-2, .mb-60-mbl {
    margin-bottom: 60px;
}
    .mt-100{margin-top: 60px;}
    .mb-170 {
    margin-bottom: 90px;
}
    .mb-150 {
    margin-bottom: 70px;
}
    .mb-30 , .content-detail-holder h5{
    margin-bottom: 20px;
}
    .mb-10{margin-bottom: 7px;}
.mb-15{margin-bottom: 10px;}
.mb-20{margin-bottom: 15px;}
    .mb-60, .content-detail-holder p,.content-detail-holder ul {
    margin-bottom: 40px;
}
    .work-card-style-1 img.w-100 , .work-card-style-4 img.w-100, .mb-40{margin-bottom: 30px;}
    .col-md-8 , .col-md-7{
    width: 100%;
}
    .work-card-style-1-big, .work-card-style-3, .work-card-style-1-small, .work-card-style-4-small, .work-card-style-4-big, .col-md-11 , .col-md-3, .col-md-6, .col-md-4, .col-md-10{
    width: 100%;
}
    .brands-logo-holder .col-md-3{
        width: 50%;
    }
    .offset-md-1{
        margin-left: 0px;
    }
    .home-banner h2 br{
        display: none;
    }
.work-card-style-1-small .card-detail-box {
    max-width: calc(100% - 50px);
    margin-top: 30px;
}
    .card-detail-box {
    max-width: calc(100% - 50px);
    text-align: center;
    margin-left: auto;
    margin-right: auto;
        margin-top: 30px;
}
    .work-card-style-1-small{padding: 0;}
    h3, .h3 {
        font-size: 28px;
    line-height: 38px;
}
.inverse-mobile , .work-card-style-4{
    display: flex;
    flex-direction: column-reverse;
}
    .work-card-style-2 {
    width: 100%;
    margin-right: 0;
}
    .work-card-style-3 {
    margin-top: 0;
}
    .work-card-style-4-big {
    margin-left: -15px;
}
.mt-130 {
    margin-top: 100px;
}
    footer h2.h1{
        font-size: 60px;
        text-align: left;
        line-height: 65px;
    }
    .footer-link-box {
    width: 100%;
    }
    ul.footer-social-link {
    display: flex;
    justify-content: space-between;
        margin: 50px 0;
    position: absolute;
    bottom: 120px;
    width: 100%;
        z-index: 5;
}
    .mobile-menu-social ul.footer-social-link{
        position: relative;
        bottom: 0;
        margin: 30px 0;
    }
    .text-end {
    text-align: left;
}
    #menu {
    display: block;
    }
    .menu-holder {
    background: #F7F7F7;
    padding: 130px 0 50px;
    }
    
 .mobile-menu-holder.open{
    transition: all .5s ease-out;
    transform: translateX(0%);
    }
 .mobile-menu-holder {
    background: #F7F7F7;
    height: 100vh;
    position: fixed;
    z-index: 9999;
    width: 100%;
     overflow: auto;
     padding-bottom: 0;
     font-size: 20px;
     font-weight: 600;
     left: 0;
     top: 0;
     display: block;
    transition: all .5s ease-in;
    transform: translateX(-100%);
     
}
    .mobile-menu-holder a.header-logo{
     left: 50%;
    transform: translateX(-50%);
    }
   
    ul#mobulemenu {
    margin-top: 150px;
}
    #mobulemenu li a{
        text-align: center;
        display: inline-block;
        width: 100%;
        font-size: 60px;
        font-weight: 800;
        line-height: 70px;
        margin: 17px 0;
    }
    #mobulemenu li:first-child{
        margin-top: 10px;
    }
    #mobulemenu li{
    transform: translateX(-200px);
    transition: all .3s ease;
}
.mobile-menu-holder.open #mobulemenu li:nth-child(1){
    transform: translateX(0%);
    transition: all .6s ease;
    transition-delay: .0s;
}
.mobile-menu-holder.open  #mobulemenu li:nth-child(2){
    transform: translateX(0%);
    transition: all .6s ease;
    transition-delay: .05s;
}
.mobile-menu-holder.open #mobulemenu li:nth-child(3){
    transform: translateX(0%);
    transition: all .6s ease;
    transition-delay: .15s;
}
.mobile-menu-holder.open #mobulemenu li:nth-child(4){
    transform: translateX(0%);
    transition: all .6s ease;
    transition-delay: .2s;
}
.mobile-menu-holder.open #mobulemenu li:nth-child(5){
    transform: translateX(0%);
    transition: all .6s ease;
    transition-delay: .25s;
}
    
    .mobile-menu-social {
        padding: 0 30px;
        margin-top: 90px;
        position: absolute;
        width: 100%;
        bottom: 0;
    }
    #menuToggle input, #menuToggle span, #mobile-menu, #mobile-menu-close {
        right: 27px;
        top: 75px;
        left: unset;
        width: 40px;
        margin: 0;
        height: 20px;
    }
    #mobile-menu, #mobile-menu-close{
        display: block;
        width: 52px;    
        font-size: 20px;
        font-weight: 600;
    }
    
    .mobile-menu-social ul.footer-social-link a{
        font-weight: 600;
    }
    #menuToggle{
        display: none;
    }
    ul.career-list li a {
        padding: 30px 0px 30px 0;
        background-size: 20px 20px;
        background-position: right 20px center;
        text-align: center;
        background-image: none;
    }
    ul.career-list li a:hover{
        background-position: right 15px center;
    }
    .section-title-style-2 h2 {
        padding-bottom: 30px;
    }
    .section-title-style-2 h2:after {
    width: 45px;
    height: 2px;
    }
    .forbes-logo {
    width: 150px;
}
    .brands-logo-holder .col-md-3 {
    margin-top: 20px;
    margin-bottom: 20px;
}
    .brand-logo-box img {
    height: 125px;
}
    .work-card-box h3 {
    max-width: 100%;
}
    footer {
    padding: 100px 0 50px;
}
    .btn {
    padding: 10px 40px;
}
    .content-detail-holder ul li {
    padding-left: 30px;
    margin-bottom: 20px;
}
    .content-detail-holder ul li:before {
    top: 12px;
    width: 10px;
    height: 3px;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets{
        bottom: 10px;
    }
    .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border: 1px solid #000;
    }
    
    .case-study-container .swiper-slide{
        max-width: 80vw;
    }
    .content-detail-holder ul.tags-list {
    display: block;
    }
     .footer-logo {
    font-size: 51px;
    margin-bottom: 10px;
    display: inline-block;
}
    .footer-link-box:last-child{
        margin-bottom: 60px;
    }
    .mbl-center{
        text-align: center;
    }
    h1 br, .card-detail-box .btn-next{display: none;}
    .h1-2-mbl{
    font-size: 28px;
    line-height: 34px;
    }
    .our-capabilities-holder p{
        margin-bottom: 28px;
    }
    .footer-bottom .footer-link-box,  .card-detail-box .mb-30{
        margin-bottom: 0px;
    }
    .footer-bottom .footer-link-box.text-end{
        text-align: left;
        margin-top: 0;
    }
    .card-detail-box p{
        font-size: 20px;
        margin-bottom: 15px;
    }
    .team_detail {
    padding: 15px 0 0;
    padding-right: 30px;
}
    .team_detail .linkedin_url {
        top: 16px;
    width: 15px;
}

}
