.subtext {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  color: #ffffff;
  max-width: 800px;
  margin-top: 16px;
}

.btn-custom {
  margin-top: 33px;
  background-color: #fff;
  color: #000000;
  border-radius: 8px;
  padding: 10px 20px;
  transition: all 0.3s ease;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
}

.btn-custom:hover {
  background-color: #e6e6e6;
}

.home_banner_logo {
  background-image: url("https://www.justmakeinindia.com/fastinfohub/assets/images/logo-design-branding-bg.webp") !important;
  background-size: cover;

}
.home_banner_digi {
  background-image: url("https://www.justmakeinindia.com/fastinfohub/assets/images/bg-dgm.webp") !important;
  background-size: cover;

}
.home_banner {
  background-image: url("https://www.justmakeinindia.com/fastinfohub/assets/images/bg-banner-website-hub-service.webp");
  background-size: cover;
}
.custm_logo_head{
  max-width: 100% !important;
  margin-bottom: 28px !important;
}
.twwc_txt{
  color: #F06906;
  font-size: 40px;
  line-height: 48px;
  font-weight: 500;
  margin-bottom: 52px;
}
.custm_digi_col{
  margin-top: 28px;
}
.we_build_text h6{
  text-align: start !important;
  margin-bottom: 20px;
}
.obss_text{
  max-width: 508px !important;
}

.btn:focus {
  box-shadow: none;
}

.bmca h6 {
  color: #929292;
  font-size: 30px;
  font-weight: 500;
  line-height: 38px;
  text-align: center;
}
.brand-item{
  margin-top: 48px;
}
.brand-icon{
  margin-bottom: 18px;
}
.brand_story{
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
  color: #000000;
  max-width: 400px;
}
.logo_design_mid_sec{
  background-image: url("https://www.justmakeinindia.com/fastinfohub/assets/images/logo_mid.webp");
  background-size: cover;

}
.bdy_txt{
  max-width: 624px;
}
.bold-text-logo{
    font-size: 50px;
    font-weight: 500;
    color: #fff;
    line-height: 58px;
}

.bmca h2 {
  color: #090F17;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
  text-align: center;
  margin-top: 4px;
}

.card-title {
  color: #000000;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 20px;

}

.card-text {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.scroll-wrapper {
  overflow: hidden;
  width: 100%;
  background: white;
}

.fib_holder {
  padding: 0 50px;
}

.fib_holder img {
  height: 60px;
  vertical-align: middle;
}

.scroll-content {
  display: flex;
  width: max-content;
  animation: scroll-left 20s linear infinite;
}

.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1.2s cubic-bezier(0.22, 1, 0.36, 1),
    transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.delay-1 {
  transition-delay: 0.2s;
}

.section-heading {
  font-size: 40px;
  font-weight: 500;
  max-width: 800px;
  margin-bottom: 50px;
  line-height: 48px;
}

.steps {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.step {
  background: #fff;
  border: 1px solid #e5e5e5;
  padding: 24px;
  position: relative;
  height: 444px;
  width: 100%;
}



.step p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #090F17;
  margin-bottom: 68px;
}

.step-number {
  position: absolute;
  font-size: 90px;
  font-weight: 500;
  color: transparent;
  -webkit-text-stroke: 1px #090F17;
  text-stroke: 1px #090F17;
  opacity: 0.8;
}

.step-box-1 .step-number,
.step-box-3 .step-number {
  bottom: 0px;
  right: 20px;
}

.step-box-2 .step-number,
.step-box-4 .step-number {
  top: 0px;
  left: 20px;
}


.step.bg-1 {
  background: linear-gradient(135deg, #E6E6E6 0%, #FFF9E6 100%);
  position: relative;
}


.step.bg-3 {
  background: linear-gradient(135deg, #E6E6E6 0%, #C8D8EC 100%);
}

.cmn_bx {
  font-size: 28px;
  line-height: 36px;
  font-weight: 600;
  color: #090F17;
  margin-bottom: 24px;
}

.down_bx {
  margin-top: 148px;
}

.custm_pddng {
  padding: 0;
}

.industries_we_serve h6 {
  color: #000000;
  font-size: 40px;
  font-weight: 500;
  text-align: center;
}

.industries_we_serve ul {
  margin-top: 58px;
  display: flex;
  justify-content: center;
}

.industries_we_serve ul li {
  padding: 0 32px;
}

.industries_we_serve ul li {
  border-right: 2px solid #fff;
}

.industries_we_serve ul li:last-child {
  border-right: unset;
}

.industries_we_serve ul li a {
  color: #000000;
  font-size: 28px;
  font-weight: bold;
}

.red-section {
  background-color: #B92924;
  color: #fff;
  text-align: center;
  padding: 80px 20px 40px;
}

.red-section h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 10px;
}

.red-section p.subtitle {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 50px;
}


.black-section {
  background-color: #144B78;
  color: #fff;
  text-align: center;
  padding: 80px 20px 40px;
}

.black-section h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 10px;
  padding: 0 327px 0 327px;
  margin-bottom: 56px;
}

.black-section p.subtitle {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 50px;
}




.stat-number {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 10px;
}

.stat-description {
  font-size: 16px;
  max-width: 250px;
  margin: 0 auto;
}

.black-bar {
  background-color: #0B0E13;
  color: #fff;
  padding: 20px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.black-bar p {
  font-size: 16px;
  margin-bottom: 10px;
  margin-right: 15px;
  flex: 1 1 auto;
}

.black-bar .btn {
  white-space: nowrap;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 6px;
}

.custm_sec_mg_tp {
  margin-top: 80px;

}

.blck_sec {
  background-color: #090F17;
  color: #fff;
  text-align: center;
  padding: 20px;
}

.waw_text p {
  font-size: 21px;
  text-align: start;
  color: #FFFFFF;
  line-height: 30px;
}

.cstm_btn {
  margin-top: 0;
}

.txt_align_wwb {
  text-align: center;
  max-width: 100%;
  color: #000000;
}

.item {
  background-color: #F6F6F6;
  padding: 20px;
}

.contact_us_section_inner,
.we_featured_in_inner {
  width: 80%;
  margin: 0 auto;
}

.contact_us_section_inner_left {
  height: 100%;
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: center;
}

.contact_us_section_inner_left h5 {
  color: #000;
  font-size: 40px;
  font-weight: bold;
  line-height: 48px;
}

.contact_us_section_inner_left h5 span {
  display: block;
}

.contact_us_section_inner_left p {
  color: #090F17;
  font-size: 18px;
  line-height: 26px;
  margin-top: 20px;
}

.contact_us_section_inner_right {
  background-color: #F3F3F3;
  border-radius: 7px;
  padding: 45px 54px;
}

.contact_us_section_inner_right h4 {
  color: #000;
  font-size: 24px;
  font-weight: bold;
}

.contact_top {
  margin-top: 20px;
}

.form_button {
  margin-top: 40px;
}

.form_button_holder {
  width: 100%;
  background-color: #090F17;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
}

.hub_textarea {
  background-color: #F3F3F3;
  border: none;
  border-bottom: 1.5px solid #555555;
  border-radius: 0;
}

.hub_select {
  color: #6c6d6e;
}

.hub_control {
  height: 42px;
  background-color: #F3F3F3;
  border: none;
  border-bottom: 1.5px solid #555555;
  border-radius: 0;
}

.faq_section_accordion {
  margin-top: 40px;
}

.hub_accordion_item {
  border: none;
  border-bottom: 1px solid #999999;
  padding-bottom: 10px;
}

.hub_accordion_button:not(.collapsed) {
  background-color: unset;
  color: #1E1C21;
  box-shadow: none;
}

.hub_accordion_body p {
  color: #777777;
  font-size: 16px;
  line-height: 24px;
}

.hub_accordion_button {
  font-size: 20px;
  color: #1E1C21;
}

.hub_accordion_body {
  padding: 20px;
}

.common_paddingg {
  padding: 80px 0 0 0;
}

   @keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.feature-icon::before {
      content: "\f058";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      color: #000;
      margin-right: 10px;
    }

    .feature-item p {
      font-size: 20px;
      font-weight: 400;
      line-height: 28px;
      margin-bottom: 36px;
      color: #000000;
    }
    .feature-item  {
      font-size: 20px;
      font-weight: 400;
      line-height: 28px;
      margin-bottom: 36px;
      color: #000000;
    }

    .section-title {
      font-size: 1.75rem;
      font-weight: 700;
    }

    .section-subtitle {
      font-size: 1.75rem;
      font-weight: 700;
    }
    .jsp_text{
      margin-bottom: 56px;
      padding: 0 280px 0 280px;
    }
    .cmn_padd_myb{
      margin-bottom: 80px;
    }
    .service-box p{
      font-size: 16px;
      font-weight: 400;
      margin-top: 21px;
    }
    .service-box h5{
      font-size: 20px;
      font-weight: 600;
      margin-top: 18px;
      color: #000000;
    }
    .text_osi{
      text-align: center;
      max-width: 100%;
    }
    .bbabm{
      max-width: 446px;
    }
    .mtwyi{
      padding-left: 64px;
    }
    .mtw_padd{
      margin-top: 80px;
    }
    


@media (max-width:767px) {
  .subtext {
    font-size: 18px;
    line-height: 26px;
    width: 100%;
  }

  .bmca h6 {
    font-size: 21px;
    line-height: 29px;
  }
  .mtwyi{
          padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
  }
  .mb_bba_pad{
    padding-top: 0px !important;
  }
  .mtw_padd {
    margin-top: 50px;
  }
  .mtm_fi p{
    margin-bottom: 0px !important;
  }

  .bmca h2 {
    font-size: 29px;
    line-height: 37px;
  }
  .bbabm{
      max-width: 100%;
    }

  .mg_tp {
    margin-top: 28px;
  }

  .card-title {
    margin-bottom: 8px;
    text-align: start;
    font-size: 24px;
    line-height: 32px;
  }

  .card-text {
    text-align: start;
  }

  .advantage-card {
    text-align: center;
  }

  .fib_holder {
    padding: 0 20px;
  }

  .step-title {
    font-size: 20px;
    text-align: left;
  }

  .step-box {
    margin-bottom: 20px;
  }

  .step-number {
    position: static;
    text-align: right;
    display: block;
  }

  .section-heading {
    font-size: 26px;
    line-height: 34px;
    font-weight: 600;
  }

  .custm_pddng {
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
  }

  .down_bx {
    margin-top: 58px;
  }

  .step {
    height: 460px;
  }

  .industries_we_serve h6 {
    font-size: 26px;
    line-height: 34px;
  }


  .industries_we_serve ul {
    display: block;
    column-count: 2;
    margin-top: 40px;
  }

  .industries_we_serve ul li {
    padding: 12px 0;
    border-right: none;
    width: 100%;
    text-align: center;
  }

  .industries_we_serve ul li:last-child {
    border-bottom: none;
  }

  .industries_we_serve ul li a {
    font-size: 20px;
  }

  .black-bar .btn {
    width: 100%;
    padding: 10px;
  }

  .custm_sec_mg_tp {
    margin-top: 50px;
  }

  .waw_text p {
    font-size: 18px;
    line-height: 26px;
    text-align: center;
  }

  .contact_us_section_inner,
  .events_gallery_inner {
    width: 100%;
  }

  .contact_us_section_inner_left h5 {
    font-size: 29px;
    line-height: 37px;
  }

  .contact_us_section_inner_left p {
    font-size: 16px;
    line-height: 24px;
  }

  .contact_us_section_inner_right {
    margin-top: 30px;
    padding: 20px;
  }

  .common_paddingg {
    padding: 50px 0 0 0;
  }

  .cstm_btn {
    margin-top: 16px;
  }
  .twwc_txt {
    font-size: 26px;
    line-height: 34px;
    font-weight: 600;
  }
  .brand_story {
    font-size: 15px;
    line-height: 23px;
  }
  .bold-text-logo {
    font-size: 37px;
    line-height: 45px;
  }
  .jsp_text {
    padding: 0;
    margin-bottom: 40px;
  }
  .jsp_text h6{
    font-size: 26px !important;
    line-height: 34px;
    text-align: start;
  }
  .black-section h2 {
    padding: 0;
    font-size: 37px;
    font-weight: 500;
    line-height: 45px;
  }

}

@media (min-width: 768px) and (max-width: 991.98px) {

  .outline-text,
  .bold-text {
    font-size: 60px;
    line-height: 70px;
    text-align: center;
  }

  .subtext {
    font-size: 20px;
    line-height: 30px;
    margin: 0 auto;
    text-align: start;
    margin-top: 20px;
  }

  .bmca h6 {
    font-size: 24px;
    line-height: 32px;
  }

  .bmca h2 {
    font-size: 36px;
    line-height: 44px;
  }

  .advantage-card {
    text-align: center;
  }

  .card-title {
    font-size: 22px;
    line-height: 30px;
    text-align: center;
  }

  .card-text {
    font-size: 15px;
    line-height: 22px;
    text-align: center;
  }

  .fib_holder {
    padding: 0 30px;
  }

  .mg_tp_tab {
    margin-top: 28px;
  }

  .step-title {
    font-size: 22px;
    text-align: left;
  }

  .section-heading {
    font-size: 28px;
    line-height: 36px;
    font-weight: 600;
  }

  .step-box {
    margin-bottom: 24px;
  }

  .step-number {
    font-size: 44px;
    position: absolute;
    bottom: 20px;
    right: 20px;
    text-align: right;
  }

  .custm_pddng {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }

  .down_bx {
    margin-top: 98px;
  }

  .step {
    height: 360px;
  }

  .industries_we_serve h6 {
    font-size: 30px;
  }

  .industries_we_serve ul {
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
  }

  .industries_we_serve ul li {
    padding: 0 20px;
    border-right: none;
  }

  .industries_we_serve ul li a {
    font-size: 22px;
  }

  .red-section {
    padding: 70px 20px 35px;
  }

  .red-section h2 {
    font-size: 32px;
  }

  .red-section p.subtitle {
    font-size: 18px;
    margin-bottom: 40px;
  }

  .stat-number {
    font-size: 40px;
  }

  .stat-description {
    font-size: 15px;
  }

  .black-bar p {
    font-size: 15px;
  }

  .black-bar .btn {
    font-size: 13px;
    padding: 10px 16px;
  }

  .custm_sec_mg_tp {
    margin-top: 70px;
  }

  .waw_text p {
    font-size: 20px;
    line-height: 28px;
  }

  .contact_us_section_inner,
  .we_featured_in_inner {
    width: 100%;
  }

  .contact_us_section_inner_left h5 {
    font-size: 32px;
    line-height: 40px;
  }

  .contact_us_section_inner_left p {
    font-size: 17px;
    line-height: 25px;
  }

  .contact_us_section_inner_right {
    padding: 35px 30px;
  }

  .contact_us_section_inner_right h4 {
    font-size: 22px;
  }

  .form_button_holder {
    font-size: 17px;
    padding: 12px;
  }

  .hub_control,
  .hub_textarea {
    height: 42px;
  }
  .btn-custom {
    padding: 10px 19px;
  }
  .syp_mr_tp{
    margin-top: 16px;
  }
  .jsp_text {
    padding: 0;
  }
  .black-section h2 {
    padding: 0;
  }


}

@media (min-width: 992px) and (max-width: 1199.98px) {

  .outline-text,
  .bold-text {
    font-size: 75px;
    line-height: 85px;
  }

  .subtext {
    font-size: 22px;
    line-height: 30px;
    margin: 0 auto;
  }

  .bmca h6 {
    font-size: 28px;
    line-height: 36px;
  }

  .bmca h2 {
    font-size: 40px;
    line-height: 48px;
  }

  .card-title {
    font-size: 22px;
    line-height: 30px;
  }

  .card-text {
    font-size: 15px;
    line-height: 22px;
  }

  .fib_holder {
    padding: 0 40px;
  }

  .step-title {
    font-size: 24px;
    text-align: left;
  }

  .section-heading {
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
  }

  .step-box {
    margin-bottom: 30px;
  }

  .step-number {
    font-size: 48px;
    position: absolute;
    bottom: 20px;
    right: 20px;
  }

  .custm_pddng {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }

  .down_bx {
    margin-top: 40px;
  }

  .step {
    height: 500px;
  }

  .industries_we_serve h6 {
    font-size: 34px;
  }

  .industries_we_serve ul {
    gap: 28px;
    justify-content: center;
  }

  .industries_we_serve ul li {
    padding: 0 24px;
  }

  .industries_we_serve ul li a {
    font-size: 24px;
  }

  .red-section {
    padding: 80px 25px 40px;
  }

  .red-section h2 {
    font-size: 36px;
  }

  .red-section p.subtitle {
    font-size: 19px;
    margin-bottom: 45px;
  }
  .black-section {
    padding: 80px 25px 40px;
  }

  .black-section h2 {
    font-size: 36px;
  }

  .black-section p.subtitle {
    font-size: 19px;
    margin-bottom: 45px;
  }

  .stat-number {
    font-size: 44px;
  }

  .stat-description {
    font-size: 16px;
  }

  .black-bar p {
    font-size: 16px;
  }

  .black-bar .btn {
    font-size: 14px;
    padding: 10px 20px;
  }

  .custm_sec_mg_tp {
    margin-top: 75px;
  }

  .waw_text p {
    font-size: 21px;
    line-height: 30px;
  }

  .contact_us_section_inner,
  .we_featured_in_inner {
    width: 85%;
  }

  .contact_us_section_inner_left h5 {
    font-size: 36px;
    line-height: 44px;
  }

  .contact_us_section_inner_left p {
    font-size: 18px;
    line-height: 26px;
  }

  .contact_us_section_inner_right {
    padding: 40px 40px;
  }

  .contact_us_section_inner_right h4 {
    font-size: 23px;
  }

  .form_button_holder {
    font-size: 18px;
    padding: 14px;
  }

  .hub_control,
  .hub_textarea {
    height: 44px;
  }

}

/* sudip start */
.your_idea{
  width:90%;
  margin:0 auto;
}
.your_idea_right h3{
color:#090F17;
font-size:40px;
font-weight: 600;
line-height: 48px;
}
.your_idea_right h3 span{
  display:block;
}
.your_idea_right p{
  color:#1B1B1B;
  font-size:20px;
  line-height: 28px;
  margin-top: 20px;
}
.your_idea_right{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.new_span{
  display: block;
}
.step-box-5{
  background: linear-gradient(135deg, #ffffff 0%, #F4F4F4 60%, #84B9FF 100%) !important;
}
.step-box-6{
  background: linear-gradient(135deg, #ffffff 0%, #F4F4F4 60%, #FF9191 100%) !important;
}
.green_section{
  background-color:#147858 !important;
}
.business_h2 h2 span{
  display:block;
}
.foodtech_section{
  padding-top: 80px;
}
.row_owl_carousel .owl-carousel .owl-item img{
  width: unset;
  display: unset;
  margin-top: 40px;
}
.row_owl_carousel .owl-carousel .owl-item, .row_owl_carousel .owl-carousel .item .item_inner_block{
    display: flex;
  align-items: center;
  justify-content: center;
}
.row_owl_carousel .owl-carousel .item{
  width:100%;
}
.row_owl_carousel .owl-carousel .item .item_inner_block{

  background-color: #F6F6F6;
}
.row_owl_carousel .owl-carousel .item{
  border:unset;
}
.new_front_door{
  margin-bottom:80px;
  padding-top: 80px;
  background-color:#000;
}
.new_front_door_heading h5{
  font-size:70px;
  color:#fff;
  font-weight: bold;
  text-align: center;
}
.new_front_door_heading h5 span{
  display:block;
}
.new_front_door_button{
  display:flex;
  align-items: center;
  justify-content: center;
  margin-top:30px;
}
.new_front_door_img{
  text-align: center;
}
.video_production_banner{
  background-image: url("https://www.justmakeinindia.com/fastinfohub/assets/images/video-production-banner.webp");
  background-size: cover;
}
.scroll_fast_world{
  width:85%;
  margin: 0 auto;
}
.scroll_fast_world_text h2{
  color:#090F17;
  font-size:40px;
  line-height: 48px;
}
.three_block{
  margin-top:60px;
}
.three_block_holder h6{
  color:#B92924;
  font-size:40px;
  font-weight: 700;
}
.three_block_holder p{
  color:#090F17;
  font-size:18px;
  line-height: 26px;
}
.three_block_holder p span{
  display:block;
}
.just_another_video{
   background-image: url("https://www.justmakeinindia.com/fastinfohub/assets/images/another-video.webp");
  background-size: cover;
  padding: 76px 0;
}
.margin_top80{
  margin-top:80px;
}
.just_another_video_inner h5{
color:#fff;
font-size:34px;
font-weight: 700;
line-height: 42px;
}
.just_another_video_inner h6{
  color:#FFED2B;
  font-weight: 700;
  font-size: 50px;
  line-height: 58px;
}
.just_another_video_inner p{
  color:#fff;
  font-size:18px;
  line-height: 26px;
}
.just_another_video_inner p span{
  display: block;
}
.scroll_fast_world_left{
  display:flex;
    height: 100%;
    width: 100%;
    align-items: center;
}
.scroll_fast_world_left_inner h5{
  color:#090F17;
  font-size:40px;
  font-weight: 700;
}
.scroll_fast_world_left_inner ul{
  margin-top:15px;
}
.scroll_fast_world_left_inner ul li{
  color:#000;
  font-size:18px;
  line-height: 26px;
  margin-bottom: 15px;
  position: relative;
  padding-left:20px;
}
.scroll_fast_world_left_inner ul li::after{
  position: absolute;
  top:10px;
  left:0;
  content: "";
  height:6px;
  width:6px;
  border-radius: 100%;
  background-color:#000;
}
.sfwli_button{
  margin-top:20px;
}
.scroll_fast_world_left_inner h6{
  color:#000;
  font-size:20px;
  font-weight: 700;
}
.btn_custom_submit{
  height:48px;
  width:256px;
  background-color:#000 !important;
  color: #fff !important;
  font-size:18px;
  font-weight: bold;
  display:flex;
  align-items: center;
  justify-content: center;
}
.our_work_inner_subheading h6{
  color:#090F17;
  font-size:40px;
  font-weight: bold;
}
.common_video{
  margin-top:30px;
  text-align: center;
}
   .discover-wrapper {
      padding: 0 0px 80px 0;
    }

    .discover-image-box {
      background-image: url("https://www.justmakeinindia.com/fastinfohub/assets/images/people-discover.webp");
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      padding-left: 40px;
    }

    .discover-content {
      background: #fff;
      padding: 30px;
      max-width: 616px;
      box-shadow: 0 4px 15px rgba(0,0,0,0.1);
      margin-top: 168px;
      margin-bottom: 28px;
    }

    .discover-content h3 {
      font-size: 32px;
      font-weight: 500;
      margin-bottom: 12px;
      color: #000000;
      line-height: 40px;
    }

    .discover-content p {
      font-size: 24px;
      color: #000000;
      margin-bottom: 20px;
      line-height: 32px;
    }

    .discover-content .btn {
      background-color: #000;
      color: #fff;
      font-weight: 600;
      padding: 10px 18px;
      border-radius: 6px;
      font-size: 18px;
      border: none;
    }
    .map-section iframe {
    height: 550px;
    width: 100%;
}
.footer_section_new{
  margin-top:0;
}
.office_sec {
    background-color: #B92924;
}
.section-title {
    text-align: center;
    font-weight: bold;
    margin-bottom: 56px;
    font-size: 40px;
    color: #ffffff;
}
.office-box h5 {
    font-weight: bold;
    border-bottom: 1px solid #fff;
    padding-bottom: 8px;
    margin-bottom: 20px;
    font-size: 28px;
    color: #ffffff;
}
.office-item {
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
}
.office-box i {
    margin-right: 10px;
    color: #fff;
    font-size: 24px;
}
.office-item i {
    margin-top: 3px;
}
.office-item p {
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    color: #ffffff;
}
.office-box {
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 8px;
    padding: 25px;
    height: 100%;
}
.office-item a {
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    color: #ffffff;
}
.contact_us_banner{
  background-image: url(https://www.justmakeinindia.com/fastinfohub/assets/images/contact-us-fihub.webp);
    background-size: cover;
}
.privacy_policy_banner{
  background-color:#161616;
}

/* privacy policy start */
.privacy_policy_block_common{
  margin:76px 0;
}
.privacy_policy_block h4{
  color:#090F17;
  font-size:40px;
  font-weight: 600;
}
.privacy_policy_block p{
  margin-top:48px;
  font-size:18px;
  line-height: 26px;
  color:#1B1B1B;
}
.privacy_policy_contact_us{
  margin-top:65px;
  margin-bottom:76px;
}
.ppcu_one h5, .ppcu_two h5{
color:#262C2D;
font-size:20px;
font-weight: 600;
line-height: 28px;
margin-bottom: 16px;
}
.ppcu_two p, .ppcu_three p{
  color:#262C2D;
  font-size:14px;
  line-height: 22px;
  margin-top:0;
}
.ppcu_three{
  margin-top:43px;
}
.ppcu_one ul li a{
  color: #262c2d !important;
    font-size: 14px;
}
@media (max-width:767px) {
  .privacy_policy_block_common{
    margin:40px 0;
  }
  .privacy_policy_block h4{
    font-size:30px;
    line-height: 38px;
  }
  .privacy_policy_block p{
        margin-top: 20px;
    font-size: 16px;
    line-height: 24px;
  }
  .privacy_policy_contact_us{
    margin-top: 40px;
    margin-bottom: 50px;
  }
  .ppcu_two, .ppcu_three{
    margin-top:30px;
  }
}
/* privacy policy end */
.about_banner{
  background-color:#161616;
}
.about_text h2{
  font-size:40px;
  color:#1A73E8;
  line-height: 48px;
}
.who_we_are_right{
  display: flex;
  align-items: center;
  height:100%;
  width: 100%;
}
.who_we_are_right_inner h5{
  color:#090F17;
  font-size:40px;
  font-weight: 600;
  margin-bottom: 40px;
}
.about_p{
margin-top:20px;
}
.who_we_are_right_inner p{
  color:#1B1B1B;
  font-size:18px;
  line-height: 26px;
}
.what_sets_us_apart h5{
  color:#090F17;
  font-size:40px;
  line-height: 48px;
  text-align: center;
  font-weight: bold;
}
.wsua_block{
  margin-top:40px;
}
.wsua_block i{
color:#1A73E8;
font-size:38px;
}
.wsua_block h6{
  color:#1B1B1B;
  font-size:20px;
  font-weight:bold;
  margin-top:16px;
}
.wsua_block p{
  color:#1B1B1B;
  font-size:16px;
  line-height: 24px;
  margin-top:12px;
}
.want_to_grow{
  display:grid;
  grid-template-columns: 1fr 1fr;
}
.want_to_grow_left{
  background-color:#2E63A9;
  display:flex;
  height:100%;
  align-items: center;
}
.want_to_grow_left_inner h6{
  font-size:40px;
  line-height: 48px;
  font-weight: 800;
  color:#fff;
}
.want_to_grow_left_inner p{
  color:#fff;
  font-size:18px;
  line-height: 26px;
  margin-top:40px;
  width:90%;
}
.wtgli_button_holder{
  background-color: #fff !important;
    color: #2E63A9 !important;
    font-size: 18px;
    font-weight: 800;
    border-radius: 8px;
    width: 256px;
    height: 44px;
}
.wtgli_button{
  margin-top:24px;
}
@media (min-width: 768px){
  .want_to_grow_left{
  padding-left:15px;
  }
}
@media (min-width: 992px){
  .want_to_grow_left{
  padding-left:121px;
  }
}
@media (min-width: 1200px){
   .want_to_grow_left{
  padding-left:135px;
  }
}
@media (min-width: 1400px){
  .want_to_grow_left{
  padding-left:67px;
  }
}
@media (max-width:991px) {
.want_to_grow{
  grid-template-columns: 1fr;
}
}
@media (max-width:767px) {
  .want_to_grow_left{
    padding: 30px 15px;
  }
  .want_to_grow_left_inner p{
    width:100%;
    text-align: center;
  }
  .want_to_grow_left_inner h6{
    text-align: center;
     font-size: 28px;
      line-height: 38px;
  }
  .about_text h2, .who_we_are_right_inner h5, .what_sets_us_apart h5{
      font-size: 28px;
      line-height: 38px;
  }
  .who_we_are_right_inner p{
    margin-top:20px;
  }
  .who_we_are_right_inner h5{
    margin-bottom:0;
  }
  .who_we_are_right{
    margin-top:20px;
  }
  .section-title {
        margin-bottom: 38px;
        font-size: 32px;
    }
    .office-box h5 {
        margin-bottom: 20px;
        font-size: 24px;
    }
    .office-box i {
        font-size: 18px;
    }
        .office-item p {
        font-size: 18px;
        line-height: 26px;
    }
        .office-item a {
        font-size: 18px;
        line-height: 26px;
    }
    .map-section iframe{
      height:350px;
    }
  .three_block_holder p, .three_block_holder h6{
    text-align: center;
  }
  .your_idea{
    width: 100%;
  }
  .your_idea_right h3{
      font-size: 28px;
      line-height: 36px;
  }
  .your_idea_right p{
        font-size: 16px;
    line-height: 24px;
  }
  .your_idea_right{
    margin-top:20px;
  }
  .green_section{
    padding: 40px 0;
  }
    .green_section h2{
      font-size:28px;
      line-height: 36px;
    }
    .hub_accordion_button{
      font-size:18px;
    }
    .new_front_door{
        margin-bottom: 40px;
        padding-top: 40px;
    }
    .new_front_door_heading h5{
      font-size:28px;
      line-height: 36px;
    }
    .scroll_fast_world{
      width: 100%;
    }
    .scroll_fast_world_text h2{
          font-size: 26px;
          line-height: 34px;
    }
    .three_block {
    margin-top: 0px;
}
.three_block_holder{
  margin-top:30px;
}
.just_another_video{
      padding: 40px 0;
}
.just_another_video_inner h5, .just_another_video_inner h6, .scroll_fast_world_left_inner h5{
      font-size: 28px;
      line-height: 36px;
}
.just_another_video_inner h6{
  margin-top:15px;
}
.just_another_video_inner p{
  font-size:16px;
  line-height: 24px;
  margin-top:10px;
}
.just_another_video_inner p span{
  display:unset;
}
.margin_top80 {
    margin-top: 40px;
}
.scroll_fast_world_left_inner h6{
  margin-top:10px;
}
.scroll_fast_world_right{
  margin-top:30px;
}
.our_work{
  padding-bottom:0;
}
.custm_digi_col {
  margin-top: 0;
}
.mb_tp_wjcd{
  margin-top: 24px;
}
.feature-item{
  display: flex;
}
 .discover-image-box {
        height: auto;
        background-size: auto;
        padding-left: 12px;
        padding-top: 48px;
      }

      .discover-content {
        max-width: 100%;
        margin-top: 0;
      }
      .discover-content h3 {
        font-size: 26px;
        line-height: 34px;
      }
      .discover-content p {
        font-size: 16px;
        line-height: 24px;
      }
}

@media screen and (max-width: 1199px) and (min-width: 991px) {
   .three_block_holder p{
    font-size:14px;
    line-height: 22px;
  }
  .three_block_holder p span{
    display:unset;
  }
  .scroll_fast_world_right{
    margin-top:30px;
    text-align: center;
  }
  .sfwli_button{
    display:flex;
    align-items: center;
    justify-content: center;
  }
  .scroll_fast_world_left_inner{
    width: 70%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 994px) and (min-width: 768px) {
   .three_block_holder p{
    font-size:14px;
    line-height: 22px;
  }
  .three_block_holder p span{
    display:unset;
  }
  .scroll_fast_world_right{
    margin-top:30px;
    text-align: center;
  }
  .sfwli_button{
    display:flex;
    align-items: center;
    justify-content: center;
  }
}
/* sudip end */