#@font-face {
  font-family: "Objektiv_Mk1XBD";
  src: url("../fonts/ObjektivMk1_XBd.ttf");
}

@font-face {
  font-family: "Objektiv_Mk1BD";
  src: url("../fonts/ObjektivMk1_Bold.ttf");
}

@font-face {
  font-family: "Objektiv_Mk1MD";
  src: url("../fonts/ObjektivMk1_Medium.ttf");
}

@font-face {
  font-family: "Objektiv_Mk1RG";
  src: url("../fonts/ObjektivMk1_Regular.ttf");
}

@font-face {
  font-family: "Objektiv_Mk1LT";
  src: url("../fonts/ObjektivMk1_Light.ttf");
}
 
html {
  scroll-behavior: smooth;
}

:root {
  --red-primary: #c33531;
  --red-secondary: #581212;
  --grey-primary: #dedede;
  --grey-secondary: #939393;
  --black-primary: #000000;
  --white-primary: #ffffff;
  --light-font: "Objektiv_Mk1LT";
  --regular-font: "Objektiv_Mk1RG";
  --medium-font: "Objektiv_Mk1MD";
  --bold-font: "Objektiv_Mk1BD";
  --extrabold-font: "Objektiv_Mk1XBD";
}

@media (min-width: 1500px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1552px;
  }
}

.media_kit_card h3 {
  font-size: 30px;
  line-height: 37px;
}

img.play-butn {
  height: auto !important;
  width: 100px !important;
  height: 100px !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.rd-btn {
  width: auto;
  padding: 1vw 1.75vw 1vw 1.75vw;
  border-radius: 2.5vw;
  color: var(--red-primary);
  text-transform: uppercase;
  background: var(--red-secondary);
  font-size: 0.9vw;
  line-height: 1.35vw;
  text-align: center;
  font-family: var(--bold-font);
  text-decoration: none;
  text-decoration: none;
  display: inline-block;
}

.rd-btn_light {
  width: auto;
  padding: 1vw 1.75vw 1vw 1.75vw;
  border-radius: 2.5vw;
  color: var(--white-primary);
  text-transform: uppercase;
  background: var(--red-primary);
  font-size: 0.9vw;
  line-height: 1.35vw;
  text-align: center;
  font-family: var(--bold-font);
  text-decoration: none;
  display: inline-block;
}


.white-btn {
  width: auto;
  padding: 1vw 1.75vw 1vw 1.75vw;
  border-radius: 2.5vw;
  color: var(--red-primary);
  text-transform: uppercase;
  background: var(--white-primary);
  font-size: 0.9vw;
  line-height: 1.35vw;
  text-align: center;
  font-family: var(--bold-font);
  text-decoration: none;
  display: inline-block;
}

.white-btn-trans {
  width: auto;
  padding: 1vw 1.75vw 1vw 1.75vw;
  border-radius: 2.5vw;
  color: var(--white-primary);
  text-transform: uppercase;
  background: transparent;
  font-size: 0.9vw;
  line-height: 1.35vw;
  text-align: center;
  font-family: var(--bold-font);
  text-decoration: none;
  display: inline-block;
}



.outline-btn {
  width: max-content;
  height: 3vw;
  padding: 0.8vw 1.25vw 0.8vw 1.25vw;
  border-radius: 8px;
  color: var(--red-primary);
  text-transform: uppercase;
  background: var(--white-primary);
  font-size: 0.8vw;
  line-height: 1.35vw;
  text-align: center;
  font-family: var(--bold-font);
  text-decoration: none;
  display: inline-block;
  border: 1px solid var(--red-primary);
}

.outline-btn:hover {
  background: var(--red-primary);
  color: var(--white-primary);
}

.pb-6 {
  padding-bottom: 100px !important;
}



body {
  margin: 0;
  overflow-x: clip;
  font-size: 1vw;
  line-height: 1.5vw;
}

header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding: 0;
  z-index: 1;
}

.title_h1 {
  font-family: var(--medium-font);
  font-size: 4.8vw;
  line-height: 5.75vw;
  text-align: left;
  font-weight: 300;
}

.title_h3 {
  font-family: var(--medium-font);
  font-size: 3.5vw;
  line-height: 4.3vw;
  text-align: left;
}

.title_h4 {
  font-family: var(--medium-font);
  font-size: 2.1vw;
  line-height: 3.35vw;
  text-align: left;
}

.title_h5 {
  font-family: var(--bold-font);
  font-size: 1.5vw;
  line-height: 1.875vw;
  text-align: left;
}

.title_h6 {
  font-family: var(--bold-font);
  font-size: 1.2vw;
  line-height: 1.8vw;
  text-align: left;
}



header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding: 0;
  z-index: 999;
}







/**------ Landing Pages --------**/



.landingpage .header_home .bottom-head .leftmenu ul li a {
  pointer-events: none;
}

.landingpage .header_home .bottom-head .rightmenu ul li a {
  pointer-events: none;
}

.header_home .bottom-head .iconblock li a {
  pointer-events: none;
}

.nsm_fix-nav-inner {
  display: none;
}

.sepmenu {
  position: relative;
  padding-left: 16px;
}

.sepmenu::before {
  content: '';
  height: 18px;
  width: 1px;
  background: var(--white-primary);
  display: block;
  position: absolute;
  top: -3px;
  left: 0;
}

.tabs-nav {
  text-align: center;
  margin-bottom: 60px;
}

.tabs-nav ul {
  margin: 0;
  padding: 0;
}




.tabs-nav li.active a {
  color: var(--black-primary);
  border-bottom: 2px solid var(--red-primary);
  padding-bottom: 0.25vw;
}

.tabs-nav li.active a {
  padding-bottom: 15px;
}

.tabs-nav li {
  display: inline-block;
  color: var(--black-primary);
  margin-right: 5px;
}



@media (min-width:768px) and (max-width:1499px) {


  .tabs-nav a {
    display: block;
    color: var(--black-primary);
    font-family: var(--bold-font);
    font-size: 14px !important;
    line-height: 21px !important;
    margin: 0px 6px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0px 20px;
  }


  .tabs-nav li.active a {
    padding-right: 0;
    padding-left: 0;
  }

  .header_home.hide {
    top: -10vw;
  }

  .header_home {
    position: fixed;
    left: 0;
    top: 1.5vw;
    width: 100%;
    padding: 0;
    z-index: 999;
    transition: all 0.5s ease-in-out;
  }

  .banner-nasscom .down-arrow img {
    width: 42px;
    height: 42px;
    cursor: pointer;
  }

  .banner-nasscom {
    background: url(../images/banner-bg.png);
    background-size: cover;
    height: 890px;
    position: relative;
  }

  .banner-nasscom::after {
    height: 100%;
  }

  #myVideo {
    position: absolute;
    z-index: 0;
    object-fit: cover;
    width: 100%;
    height: 890px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }




  #myVideo2 {
    position: absolute;
    z-index: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .banner-nasscom .container {
    position: relative;
    height: 100%;
  }

  .banner-nasscom .row {
    padding-top: 0px;
  }

  .banner-nasscom .buttonrow {
    position: absolute;
    width: 100%;
    bottom: 3.5%;
  }


  .header_home .bottom-head .rightblock.formobile {
    display: none;
  }

  .hamburger_icon {
    display: none;
  }

  .header_home .top-head .row {
    align-items: center;
  }

  .header_home .bottom-head .leftmenu ul li {
    margin-right: 30px;
    display: flex;
  }

  .header_home .bottom-head .rightmenu ul li {
    display: flex;
  }

  .main-banner-text {
    margin-bottom: 0px;
  }

  .banner-nasscom .buttonrow {
    position: absolute;
    width: 100%;
    bottom: 3.5%;
    z-index: 9;
  }

  .banner-nasscom .rowslider {
    padding-top: 250px;
  }

  .banner-nasscom::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    content: '';
    background-image: linear-gradient(#0000007d, #0000007d);
  }


  .header_home .top-head {
    background: linear-gradient(to right, #c33531, #9d1f1a);
    padding: 20px 35px;
    border-radius: 0.5vw 0.5vw 0vw 0vw;
  }

  .header_home .top-head .mainlogo {
    width: 140px
  }

  .header_home .top-head .mainlogo img {
    width: 100%;
  }

  .header_home .top-head .mainmenu ul {
    display: flex;
    list-style-type: none;
    padding: 0;
    justify-content: right;
    margin: 0;
  }

  .header_home .top-head .mainmenu ul li {
    margin-left: 1.5vw;
  }

  .header_home .top-head .mainmenu ul li a {
    text-decoration: none;
    font-size: 0.8vw;
    text-transform: uppercase;
    color: var(--white-primary);
    font-family: var(--bold-font);
  }

  .header_home .row .bottom-head {
    background: #ffffffe7;
    border-radius: 0vw 0vw 0.5vw 0.5vw;
    padding: 0.5vw 2.5vw;
    box-shadow: 0 14px 28px rgb(0 0 0 / 6%), 0 10px 10px rgb(0 0 0 / 3%);
  }

  .header_home .row .bottom-head .row {
    align-items: center;
  }

  .header_home .bottom-head .leftmenu ul {
    display: flex;
    list-style-type: none;
    padding: 0;
    justify-content: left;
    margin: 0;
  }

  .header_home .bottom-head .leftmenu ul li {
    margin-right: 1.5vw;
  }

  .header_home .bottom-head .leftmenu ul li a {
    text-decoration: none;
    font-size: 0.8vw;
    text-transform: uppercase;
    color: var(--red-primary);
    font-family: var(--bold-font);
  }


  .header_home .bottom-head .rightmenu ul {
    display: flex;
    list-style-type: none;
    padding: 0;
    justify-content: right;
    margin: 0;
  }

  .header_home .bottom-head .rightmenu ul li {
    margin-left: 1.5vw;
  }

  .header_home .bottom-head .rightmenu ul li a {
    text-decoration: none;
    font-size: 0.8vw;
    text-transform: uppercase;
    color: var(--red-primary);
    font-family: var(--bold-font);
  }

  .iconblock img {
    height: 1.8vw;
    width: 1.8vw;
    margin-left: 1vw;
  }

  .header_home .bottom-head .rightblock {
    display: flex;
    justify-content: right;
    align-items: center;
  }

  .header_home .bottom-head .rightblock .rightmenu {
    border-right: 0.2vw solid var(--red-primary);
    margin-right: 1vw;
    margin-left: 1vw;
    padding-right: 2vw;
  }

  .header_home {
    top: 30px;
  }



  .header_home .top-head {
    background: linear-gradient(to right, #c33531, #9d1f1a);
    padding: 20px 25px;
    border-radius: 10px 10px 0vw 0vw;
  }



  .header_home .bottom-head .leftmenu ul li a {
    font-size: 11px;
    line-height: 12px;
    text-transform: capitalize !important;
  }

  .header_home .bottom-head .rightmenu ul li a {
    font-size: 11px;
    line-height: 12px;
  }

  .header_home .top-head .mainmenu ul {
    display: flex;
    list-style-type: none;
    padding: 0;
    justify-content: right;
    margin: 0;
  }

  .header_home .row .bottom-head {
    background: #ffffffe7;
    border-radius: 0px 0px 10px 10px;
    padding: 10px 25px;
  }


  .header_home .bottom-head .rightmenu ul {
    display: flex;
    list-style-type: none;
    padding: 0;
    justify-content: right;
    margin: 0;
  }

  .header_home .bottom-head .leftmenu ul {
    display: flex;
    list-style-type: none;
    padding: 0;
    justify-content: left;
    margin: 0;
  }

  .header_home .top-head .mainmenu ul li {
    display: flex;
  }

  .header_home .top-head .mainmenu ul li {
    margin-left: 1.5vw;
  }

  .header_home .top-head .mainmenu ul li a {
    text-decoration: none;
    font-size: 11px;
    line-height: 12px;
    text-transform: uppercase;
    color: var(--white-primary);
    font-family: var(--bold-font);
  }

  .header_home .bottom-head .rightblock .rightmenu {
    border-right: 3px solid var(--red-primary);
    margin-right: 20px;
    margin-left: 20px;
    padding-right: 30px;
  }

  .customcontain {
    margin-left: calc((100% - 1140px) / 2);
    display: flex;
    flex-wrap: wrap;
  }

  .news-seperator {
    background: var(--black-primary);
    width: 100%;
    height: 1px;
  }

  .landingpage .main-banner-text h2 {
    font-size: 60px;
    line-height: 82.2px;
    color: var(--white-primary);
    font-family: var(--medium-font);
    width: 100%;
    text-align: left;
    margin-bottom: 0px;
  }

  .landingpage .main-banner-text h3 {
    color: var(--white-primary);
    font-family: var(--medium-font);
    width: 100%;
    text-align: left;
    font-size: 5.3vw;
    line-height: 6.6vw;
    margin-bottom: 25px;
  }

  .landingpage .main-banner-text .sep-ele {
    font-size: 40px;
    line-height: 40px;
    border-bottom: 1px solid var(--white-primary);
    font-family: var(--medium-font);
    padding-bottom: 36px;
    padding-left: 0px;
    padding-right: 300px;
    margin: 0 0 36px 0;
    width: max-content;
    color: var(--white-primary);
  }

  .landingpage .main-banner-text .date {
    font-size: 32px;
    line-height: 32px;
    color: var(--white-primary);
    font-family: var(--light-font);
    width: 100%;
    text-align: left;
    font-weight: 500;
    margin-bottom: 50px;
  }

  .landingpage .down-arrow {
    text-align: right;
  }

  .landingpage .header_home .bottom-head .leftmenu ul li a {
    font-size: 14px;
    line-height: 22px;
  }

  .landingpage .header_home .bottom-head .rightmenu ul li a {
    font-size: 14px;
    line-height: 22px;
    text-transform: capitalize;
  }

  .landingpage .header_home .bottom-head .rightblock .rightmenu {
    border: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .landingpage .key-insights .title_h4 {
    font-family: var(--bold-font);
    color: var(--red-primary);
    margin: 0;
    font-size: 36px;
    line-height: 54.2px;
    letter-spacing: -0.02em;
    text-align: center;
    margin-bottom: 24px;
  }

  .landingpage .key-insights .desc {
    font-size: 14px;
    line-height: 26px;
    font-family: var(--regular-font);
    color: var(--black-primary);
    width: 100%;
    margin: auto;
    text-align: center;
  }

  .landingpage #focuschat .desc {
    font-size: 18px;
    line-height: 30px;
    font-family: var(--regular-font);
    color: var(--black-primary);
    text-align: left;
  }

  .landingpage .key-insights .desc p {
    margin-bottom: 16px;
  }

  .landingpage .key-insights .desc p:last-child {
    margin-bottom: 0px;
  }

  .landingpage .key-insights .img-block {
    width: 435px;
    margin: auto;
  }

  .landingpage .dedicated-goals .title_h4 {
    text-align: center;
    margin-bottom: 60px;
  }

  .landingpage .key-insights {
    padding: 60px 0px 60px 0px;
  }

  .landingpage .key-insights .action-btn {
    text-align: center;
    margin: 60px 0px 30px 0px;
  }

  .landingpage .key-insights .action-btn a {
    background: linear-gradient(to right, #c33531, #9d1f1a);
    padding: 22px 52px;
    border-radius: 60px;
    font-family: var(--bold-font);
    color: var(--white-primary);
    text-transform: uppercase;
    text-decoration: none;
    font-size: 16px;
    display: inline-block;
    width: max-content;
  }

  .banner-nasscom .action-btn {
    text-align: left !important;
    margin: 30px 0px 30px 0px !important;
  }

  .key-insights .borderbt {
    border-bottom: 1px solid var(--red-primary);
    padding-bottom: 36px;
    margin-bottom: 30px;
  }

  .landingpage .down-arrow p {
    font-size: 12px;
    line-height: 24px;
    font-family: var(--regular-font);
    color: var(--white-primary);
    text-align: left;
  }




  .dedicated-goals {
    position: relative;
    background: url(../images/Mesh-Gradient-Red-1.svg);
    overflow: hidden;
    animation: gradient 12s ease infinite;
  }

  @keyframes gradient {
    0% {
      background: url('../images/Light-Gradient-4-min.png');
      background-size: cover;
    }

    10% {
      background: url('../images/Light-Gradient-5-min.png');
      background-size: cover;
    }

    20% {
      background: url('../images/Light-Gradient-6-min.png');
      background-size: cover;
    }

    30% {
      background: url('../images/Light-Gradient-7-min.png');
      background-size: cover;
    }

    40% {
      background: url('../images/Light-Gradient-4-min.png');
      background-size: cover;
    }

    50% {
      background: url('../images/Light-Gradient-5-min.png');
      background-size: cover;
    }

    60% {
      background: url('../images/Light-Gradient-6-min.png');
      background-size: cover;
    }

    70% {
      background: url('../images/Light-Gradient-7-min.png');
      background-size: cover;
    }

    80% {
      background: url('../images/Light-Gradient-4-min.png');
      background-size: cover;
    }

    90% {
      background: url('../images/Light-Gradient-5-min.png');
      background-size: cover;
    }

    100% {
      background: url('../images/Light-Gradient-6-min.png');
      background-size: cover;
    }
  }

  .button-section {
    padding: 60px 0px 60px 0px;
    background: var(--red-secondary);
  }

  .important-info {
    padding: 60px 0px 60px 0px;
  }

  #categories .title_h4 {
    margin-bottom: 18px;
  }

  .important-info .title_h4 {
    font-family: var(--bold-font);
    color: var(--red-primary);
    margin: 0;
    font-size: 36px;
    line-height: 54.2px;
    letter-spacing: -0.02em;
    text-align: left;
    margin-bottom: 38px;
  }

  .important-info p {
    font-size: 10px;
    line-height: 22px;
    font-family: var(--extrabold-font);
    color: var(--black-primary);
    width: 100%;
    margin: auto;
  }

  .important-info ul {
    padding-left: 16px;
    margin-bottom: 30px;
  }

  .important-info ul li {
    font-size: 14px;
    line-height: 26px;
    font-family: var(--regular-font);
    color: var(--black-primary);
    width: 100%;
    margin: auto;
  }


  .perspectives_card .action-btn {
    padding: 0.8vw 1vw;
    display: flex;
    align-items: center;
  }


  .perspectives_card .perspectives_card_content {
    background: linear-gradient(to left, #CBD2E0, #E3E3E3);
    border-radius: 10px;
    border: 0px solid #E3E3E3;
  }


  .perspectives_card .seperator {
    height: 1px;
    width: 100%;
    background: #939393;
  }

  #categories .perspectives_card .seperator {
    height: 1px;
    width: 100%;
    background: var(--white-primary);
  }


  .perspectives_card .job_title {
    font-family: var(--bold-font);
    color: var(--red-primary);
    font-size: 13px;
    line-height: 21px;
    text-align: left;
    margin-bottom: 10px;
    padding: 20px 20px 0px 20px;
  }

  .perspectives_card .job_desc {
    font-family: var(--regular-font);
    color: var(--black-primary);
    font-size: 12px;
    line-height: 18px;
    text-align: left;
    margin-bottom: 25px;
    padding: 0px 20px;
  }

  #categories .perspectives_card .job_title {
    padding: 18px 18px 0px 18px;
  }

  #categories .perspectives_card .job_desc {
    font-family: var(--regular-font);
    color: var(--black-primary);
    font-size: 10px;
    line-height: 17px;
    text-align: left;
    margin-bottom: 0px;
    padding: 0px 18px 18px;
  }

  #categories2 .perspectives_card .job_title {
    padding: 18px 18px 0px 18px;
  }

  #categories2 .perspectives_card .action-btn .fee a {
    font-size: 10px;
  }


  #categories2 .perspectives_card .job_desc {
    font-family: var(--regular-font);
    color: var(--black-primary);
    font-size: 10px;
    line-height: 17px;
    text-align: left;
    margin-bottom: 0px;
    padding: 0px 18px 18px;
    height: 70px;
  }

  .perspectives_card .action-btn .postdate {
    font-size: 11px;
    line-height: 18px;
    height: 16px;
  }

  .perspectives_card .action-btn .category {
    display: flex;
    justify-content: center;
    height: 16px;
  }

  .perspectives_card .action-btn .category a {
    font-size: 11px;
    line-height: 18px;
  }

  .perspectives_card .action-btn .fee {
    display: flex;
    justify-content: right;
    height: 16px;
  }

  .perspectives_card .action-btn .fee a {
    font-size: 11px;
    line-height: 18px;
    pointer-events: none;
    color: var(--black-primary);
    font-family: var(--bold-font);
    text-decoration: none;
  }

  .perspectives_card .action-btn {
    padding: 16px 20px;
  }

  .perspectives_card .action-btn a:hover {
    background: transparent;
  }

  /* .perspectives_card{
  margin-bottom: 30px;
} */


  #timeline .perspectives_card {
    margin-bottom: 0px;
  }

  #timeline .steparrow {
    height: 44px;
    width: 44px;
    text-align: center;
  }

  #timeline .steparrow img {
    width: 90%;
  }

  #timeline .award-flex {
    display: block;
    align-items: center;
    justify-content: space-around;
  }

  #timeline .perspectives_card {
    width: 500px;
    margin: auto;
  }

  #timeline .perspectives_card .perspectives_card_content {
    background: var(--white-primary);
    border-radius: 10px;
    border: 1px solid var(--red-primary);
  }

  #timeline .perspectives_card .job_desc {
    font-size: 13px;
    line-height: 21px;
  }

  #timeline .perspectives_card .job_title {
    font-family: var(--bold-font);
    color: var(--red-primary);
    font-size: 20px;
    line-height: 27.5px;
    text-align: center;
    margin-bottom: 10px;
    padding: 20px 20px 0px 20px;
  }


  #timeline .perspectives_card .job_desc {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }


  #categories .perspectives_card .perspectives_card_content {
    background: linear-gradient(to left, #9d1f1a, #c33531);
    border-radius: 10px;
    border: 0px solid #E3E3E3;
  }


  #categories .perspectives_card .job_title {
    color: var(--white-primary);
  }

  #categories .perspectives_card .job_desc {
    color: var(--white-primary);
    padding-bottom: 24px;
  }

  #categories .perspectives_card .action-btn .postdate {
    color: var(--white-primary);
  }

  #categories .perspectives_card .action-btn .fee a {
    color: var(--white-primary);
  }



  .perspectives-single .rd-btn_light {
    width: auto;
    padding: 24.55px 46.04px 20.46px 46.04px;
    border-radius: 60px;
    text-transform: uppercase;
    background: var(--red-primary);
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    font-family: var(--bold-font);
    text-decoration: none;
    text-decoration: none;
    display: inline-block;
    color: var(--white-primary);
    position: static;
  }

  .perspectives-single .white-btn {
    width: auto;
    padding: 24.55px 46.04px 20.46px 46.04px;
    border-radius: 60px;
    text-transform: uppercase;
    background: transparent;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    font-family: var(--bold-font);
    text-decoration: none;
    text-decoration: none;
    display: inline-block;
    color: var(--red-primary);
    position: static;
  }

  form input {
    background: transparent;
    border: 1px solid var(--black-primary);
    padding: 16px 24px;
    width: 100%;
    margin-bottom: 20px;
    -webkit-appearance: none;
    border-radius: 0;
    color: var(--black-primary);
    font-size: 13px;
    line-height: 21px;
  }




  form input::placeholder {
    color: var(--black-primary) !important;
    font-family: var(--regular-font);
    font-size: 13px;
    line-height: 21px;
    width: 100%;
    margin-bottom: 4px;
  }


  form textarea {
    background: transparent;
    border: 1px solid var(--black-primary);
    padding: 16px 24px;
    width: 100%;
    margin-bottom: 20px;
    -webkit-appearance: none;
    border-radius: 0;
    color: var(--black-primary);
    font-size: 13px;
    line-height: 21px;
    height: 238px;
  }

  form textarea::placeholder {
    color: var(--black-primary) !important;
    font-family: var(--regular-font);
    font-size: 13px;
    line-height: 21px;
    width: 100%;
    margin-bottom: 4px;
  }




  form select {
    background: transparent;
    border: 1px solid var(--black-primary);
    padding: 16px 24px;
    width: 100%;
    margin-bottom: 20px;
    color: var(--black-primary);
    font-family: var(--regular-font);
    font-size: 20px;
    line-height: 30px;
    --webkit-appearance: none;
    border-radius: 0;
  }


  form textarea:focus {
    outline: 0;
  }

  form select:focus {
    outline: 0;
  }

  form input:focus {
    outline: 0;
  }

  form input[type="url"]:focus {
    outline: 0;
  }

  form input[type="submit"] {
    width: auto;
    padding: 16px 24px 16px 24px;
    border-radius: 60px;
    color: var(--white-primary);
    text-transform: uppercase;
    background: var(--red-primary);
    font-size: 13.41px;
    line-height: 21.62px;
    text-align: center;
    font-family: var(--bold-font);
    text-decoration: none;
    display: inline-block;
    border: 0;
  }

  form input[type="file"] {
    background-image: url('../images/lucide_upload.svg');
    background-size: 28px 28px;
    background-position: calc(100% - 15px) calc(100% - 15px);
    background-repeat: no-repeat;
    color: transparent;
    cursor: pointer;
  }

  form input[type="file"]::-webkit-file-upload-button {
    display: none;
  }

  form input[type="file"]::-ms-browse {
    display: none;
  }

  form input[type=file]::file-selector-button {
    display: none;
  }


  .fileupload {
    position: relative;
  }

  #fileLabel {
    color: var(--black-primary);
    font-family: var(--regular-font);
    font-size: 1vw;
    /* margin-bottom: 0.2vw; */
    position: absolute;
    left: 2.4vw;
    top: 14px;
  }

  #fileLabel2 {
    color: var(--black-primary);
    font-family: var(--regular-font);
    position: absolute;
    left: 36px;
    top: 16px;
    font-size: 13px;
    line-height: 21px;
  }

  .tc_content .container-checkbox {
    width: 100%;
  }

  /* On mouse-over, add a grey background color */
  .container-checkbox:hover input~.checkmark {
    background-color: #f5f5f5;
  }

  /* When the checkbox is checked, add a blue background */
  .container-checkbox input:checked~.checkmark {
    background-color: #c33531;
    border: 0px solid black;
  }

  /* Create the checkmark/indicator (hidden when not checked) */
  .container-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }

  /* Show the checkmark when checked */
  .container-checkbox input:checked~.checkmark:after {
    display: block;
  }

  /* Style the checkmark/indicator */
  .container-checkbox .checkmark:after {
    left: 0.4vw;
    top: 0.1vw;
    width: 0.3vw;
    height: 0.6vw;
    border: solid white;
    border-width: 0 0.2vw 0.2vw 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .container-checkbox {
    display: block;
    position: relative;
    padding-left: 1.5vw;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 12px;
    line-height: 18px;
    font-family: var(--regular-font);
    color: var(--black-primary);
    margin-bottom: 1.5vw;
    margin-top: 1vw;
  }

  /* Hide the browser's default checkbox */
  .container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }

  .submit-btnblock {
    margin-top: 30px;
  }

  /* Create a custom checkbox */
  .container-checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 1vw;
    width: 1vw;
    background-color: #fff;
    border: 1px solid black;
  }

  /* On mouse-over, add a grey background color */
  .container-checkbox:hover input~.checkmark {
    background-color: #f5f5f5;
  }

  /* When the checkbox is checked, add a blue background */
  .container-checkbox input:checked~.checkmark {
    background-color: #c33531;
    border: 0px solid black;
  }

  /* Create the checkmark/indicator (hidden when not checked) */
  .container-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }

  /* Show the checkmark when checked */
  .container-checkbox input:checked~.checkmark:after {
    display: block;
  }

  /* Style the checkmark/indicator */
  .container-checkbox .checkmark:after {
    left: 0.4vw;
    top: 0.1vw;
    width: 0.3vw;
    height: 0.6vw;
    border: solid white;
    border-width: 0 0.2vw 0.2vw 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .application_form input[type="file"] {
    padding: 16px 24px;
  }

  .nsm_footer-homepage {
    padding: 60px 0px;
    background: url(../images/footer-dark-bg.svg);
    background-size: cover;
  }



  .nsm_footer-homepage .nsm_footer-social {
    text-align: right;
  }

  .nsm_footer-homepage .footer_logo {
    width: 300px;
  }


  .nsm_footer-homepage .nsm_footer-social img {
    width: 52px;
    margin-left: 16px;
    margin-right: 0;
  }

  .nsm_footer-homepage .scroll-footerslider {
    margin-bottom: 3vw;
    margin-top: 2vw;
  }

  .nsm_footer-homepage .scroll-footerslider {
    padding-left: 0;
  }

  .nsm_footer-homepage .scroll-footerslider .slick-slide {
    margin: 0vw 0.4vw;
  }

  .nsm_footer-homepage .scroll-footerslider .slick-list {
    padding: 0 20% 0 0 !important;
    margin: 0vw -0.4vw 0vw -0.4vw;
  }

  .nsm_footer-homepage .scroll-footerslider .nsm_withtext-block {
    width: 455px !important;
    height: 473px !important;
    margin-right: 0 !important;
  }

  .nsm_footer-homepage .scroll-footerslider .nsm_withimage-block {
    width: 692px !important;
    height: 473px !important;
    margin-right: 0 !important;
  }

  .nsm_footer-homepage .scroll-footerslider .nsm_withimage-block img {
    object-fit: cover;
    height: 473px;
  }

  .nsm_footer-homepage .hastagfooter {
    font-size: 26px;
    line-height: 26px;
    text-align: left;
    color: var(--white-primary);
    margin: 0;
    font-family: var(--medium-font);
  }

  .nsm_footer-homepage .footer_links {
    width: 100%;
    text-align: right;
  }

  .nsm_footer-homepage .footer_links a {
    font-size: 12px;
    line-height: 21px;
    text-decoration: none;
    color: var(--white-primary);
    margin-left: 1.8vw;
    font-family: var(--bold-font);
    text-transform: uppercase;
  }

  .nsm_footer-homepage .scroll-footerslider .nsm_withtext-block {
    width: 342px !important;
    height: 355px !important;
    margin-right: 0 !important;
    padding: 20px;
    border-radius: 20px;
    position: relative;
  }

  .nsm_withtext-block .nsm_desc {
    color: var(--white-primary);
    font-size: 18px;
    line-height: 26px;
    font-family: var(--regular-font);
  }

  .nsm_withtext-block .nsm_detail {
    bottom: 1.8vw;
    position: absolute;
    display: flex;
    width: 100%;
  }

  .nsm_withtext-block .nsm_detail .label {
    color: var(--white-primary);
    font-size: 16px;
    line-height: 24px;
    font-family: var(--bold-font);
  }

  .nsm_withtext-block .nsm_detail .date {
    color: var(--white-primary);
    font-size: 16px;
    line-height: 24px;
    font-family: var(--bold-font);
    position: absolute;
    right: 15%;
  }

  .nsm_footer-homepage .scroll-footerslider .nsm_withimage-block {
    width: 520px !important;
    height: 355px !important;
    margin-right: 0 !important;
    border-radius: 20px;
  }

  .nsm_withimage-block img {
    border-radius: 20px !important;
    object-fit: cover;
    height: 355px !important;
  }

  .btn-block.stick {
    position: fixed;
    top: 50px;
    right: 4vw;
    z-index: 99;
  }

  .btn-block.stick .white-btn {
    background: transparent;
  }

  #categories .btn-block {
    display: flex;
    justify-content: right;
  }

  #categories .rd-btn_light {
    background: var(--red-primary);
    padding: 18px 32px;
    border-radius: 60px;
    font-family: var(--bold-font);
    color: var(--white-primary);
    text-transform: uppercase;
    text-decoration: none;
    font-size: 13px;
    display: inline-block;
    width: max-content;
    margin-top: 0px;
    height: max-content;
    margin-right: 8px;
  }

  #categories .white-btn {
    background: var(--white-primary);
    color: var(--red-primary);
    padding: 18px 32px;
    border-radius: 60px;
    height: max-content;
    font-size: 13px;
    border: 1px solid var(--red-primary);
  }

  #categories2 .btn-block {
    display: flex;
    justify-content: right;
  }

  #timeline .btn-block {
    display: flex;
    justify-content: right;
  }


  #categories2 .rd-btn_light {
    background: var(--red-primary);
    padding: 18px 32px;
    border-radius: 60px;
    font-family: var(--bold-font);
    color: var(--white-primary);
    text-transform: uppercase;
    text-decoration: none;
    font-size: 13px;
    display: inline-block;
    width: max-content;
    margin-top: 0px;
    height: max-content;
    margin-right: 8px;
  }

  #categories2 .white-btn {
    background: var(--white-primary);
    color: var(--red-primary);
    padding: 18px 32px;
    border-radius: 60px;
    height: max-content;
    font-size: 13px;
    border: 1px solid var(--red-primary);
  }

  #categories2 .perspectives_card .action-btn .postdate {
    font-size: 10px;
    line-height: 17px;
    height: max-content;
    width: 60%;
  }

  #categories2 .perspectives_card .action-btn {
    padding: 12px 20px;
  }


  #timeline .steparrow img {
    transform: rotate(90deg);
  }

  #timeline .steparrow {
    height: 44px;
    width: 44px;
    text-align: center;
    margin: 15px auto;
  }

  #special-awards .perspectives_card .perspectives_card_content {
    background: linear-gradient(to left, #9d1f1a, #c33531);
    border-radius: 10px;
    border: 0px solid #E3E3E3;
  }

  #special-awards .perspectives_card .job_title {
    font-family: var(--bold-font);
    color: var(--white-primary);
    font-size: 13px;
    line-height: 21px;
    text-align: center;
    margin-bottom: 10px;
    height: 80px;
    padding: 20px 20px 20px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #timeline .rd-btn_light {
    background: var(--red-primary);
    padding: 18px 32px;
    border-radius: 60px;
    font-family: var(--bold-font);
    color: var(--white-primary);
    text-transform: uppercase;
    text-decoration: none;
    font-size: 13px;
    display: inline-block;
    width: max-content;
    margin-top: 0px;
    height: max-content;
    margin-right: 8px;
  }


  #categories .desc {
    font-size: 14px;
    line-height: 26px;
    font-family: var(--regular-font);
    color: var(--black-primary);
    width: 100%;
    margin: auto;
  }

  #categories .desc p {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 26px;
    font-family: var(--regular-font);
    color: var(--black-primary);
    width: 100%;
  }

  #categories2 .desc {
    font-size: 14px;
    line-height: 26px;
    font-family: var(--regular-font);
    color: var(--black-primary);
    width: 100%;
    margin: auto;
  }

  #categories2 .desc p {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 26px;
    font-family: var(--regular-font);
    color: var(--black-primary);
    width: 100%;
  }

  #categories2 .title_h4 {
    margin-bottom: 18px;
  }

  .buttonblock {
    text-align: center;
    padding: 0px 20px;
  }

  .buttonblock p {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 26px;
    font-family: var(--bold-font);
    color: var(--white-primary);
    text-transform: uppercase;
    width: 100%;
  }

  .buttonblock .white-btn {
    background: var(--white-primary);
    padding: 18px 32px;
    border-radius: 60px;
    font-family: var(--bold-font);
    color: var(--red-primary);
    text-transform: none;
    text-decoration: none;
    font-size: 13px;
    display: inline-block;
    width: 100%;
    margin-top: 0px;
    height: max-content;
    margin-right: 8px;
    margin-bottom: 12px;
  }

  .chat-card {
    margin-bottom: 36px;
  }

  .chat-card img {
    border-radius: 10px 10px 0px 0px;
    height: 204px;
    object-fit: cover;
  }

  .chat-card h5 {
    font-family: var(--bold-font);
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: var(--white-primary);
    background: var(--red-primary);
    padding: 20px 10px;
    border-radius: 0px 0px 10px 10px;
  }

  #forwhom .chat-card h5 {
    padding: 20px 5px;
  }

  .key-insights.inverse {
    background: var(--red-primary);
  }

  .key-insights.inverse h4 {
    color: var(--white-primary) !important;
  }

  .key-insights.inverse .chat-card h5 {
    background: linear-gradient(to left, #CBD2E0, #E3E3E3);
    color: var(--red-primary);
  }


  .partnershipwith img {
    width: 350px;
  }

  #overview .title_h4 {
    text-align: center;
    margin-bottom: 30px;
  }

  .margin50 {
    margin-bottom: 30px;
  }

  #important-information .btn-right {
    text-align: right;
  }

  #important-information .btn-right a {
    margin-right: 0;
    margin-top: 0;
  }

  #important-information .info-card {
    background: linear-gradient(to left, #9d1f1a, #c33531);
    padding: 20px;
    height: 210px;
  }

  #important-information .info-card h5 {
    font-family: var(--bold-font);
    color: var(--white-primary);
    font-size: 18px;
    line-height: 30px;
    text-align: left;
    margin-bottom: 15px;
  }

  #important-information .info-card li {
    font-family: var(--regular-font);
    color: var(--white-primary);
    font-size: 14px;
    line-height: 23px;
    text-align: left;
  }

  #important-information .info-card li a {
    font-family: var(--bold-font);
    color: var(--white-primary);
    font-size: 14px;
    line-height: 23px;
    text-align: left;
    text-decoration: none;
  }

  #important-information .mrtop {
    margin-top: 30px;
  }

  #registerlink .title_h4 {
    text-align: center;
    margin-bottom: 30px;
  }

  #exhibitors-title .title_h4 {
    text-align: center;
    margin-bottom: 30px;
  }

  #important-information .title_h4.light {
    font-family: var(--medium-font);
  }

  #important-information .contentboxno {
    font-family: var(--light-font);
    color: var(--red-primary);
    font-size: 24px;
    line-height: 39px;
    text-align: left;
  }

  #important-information .contentbox h5 {
    font-family: var(--light-font);
    color: var(--red-primary);
    font-size: 24px;
    line-height: 39px;
    text-align: left;
    margin-bottom: 20px;
  }

  #important-information .contentbox ul li {
    font-family: var(--regular-font);
    color: var(--red-primary);
    font-size: 14px;
    line-height: 26px;
    text-align: left;
  }

  #important-information .pt-5 {
    padding-top: 2rem !important;
  }

  #important-information .pb-5 {
    padding-bottom: 1.5rem !important;
  }

  #important-information .pb-3 {
    padding-bottom: 0.5rem !important;
  }

  #overview .mrtop {
    margin-top: 30px;
    padding-bottom: 20px;
  }


  #overview .title_h4.light {
    font-family: var(--medium-font);
    text-align: left;
  }

  #overview h6 {
    font-family: var(--medium-font);
    color: #939393;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    text-align: left;
  }

  #overview .overviewcontent {
    font-family: var(--light-font);
    color: var(--red-primary);
    font-size: 24px;
    line-height: 39px;
    text-align: left;
  }

  #overview .overviewcontent span {
    font-family: var(--medium-font);
    color: var(--red-primary);
    font-size: 24px;
    line-height: 39px;
    text-align: left;
  }

  #overview .contentbox ul {
    margin-bottom: 0;
  }

  #overview .text-right {
    text-align: right;
  }

  #overview .mrbot {
    margin-bottom: 60px;
  }

  #overview .contentboxno {
    font-family: var(--light-font);
    color: var(--red-primary);
    font-size: 24px;
    line-height: 39px;
    text-align: left;
  }

  #overview .contentbox h5 {
    font-family: var(--light-font);
    color: var(--red-primary);
    font-size: 24px;
    line-height: 39px;
    text-align: left;
    margin-bottom: 20px;
  }

  #overview .contentbox ul li {
    font-family: var(--regular-font);
    color: var(--red-primary);
    font-size: 14px;
    line-height: 26px;
    text-align: left;
  }

  .darksection {
    background: url('../images/imageuse/bgdarknew.png');
    background-size: cover;
    padding: 30px 0px 80px 0px;
    position: relative;
  }

  .darksection::after {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    content: '';
    background-image: linear-gradient(#0000007d, #0000007d);
  }

  .darksection .container {
    position: relative;
    height: 100%;
    z-index: 99;
  }

  .darksection hr {
    border-color: white;
    opacity: 1;
  }

  .darksection h4 {
    font-family: var(--medium-font);
    color: var(--white-primary);
    font-size: 36px;
    line-height: 54.2px;
    text-align: left;
    margin-bottom: 15px;
  }

  .darksection h6 {
    font-family: var(--medium-font);
    color: var(--white-primary);
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    margin-bottom: 15px;
  }

  .darksection .redcard {
    background: var(--red-primary);
    padding: 13px;
  }

  .darksection .redcard.heightcard {
    height: 166px;
  }

  .darksection .redcard h5 {
    font-family: var(--bold-font);
    color: var(--white-primary);
    font-size: 18px;
    line-height: 30px;
    text-align: left;
    margin-bottom: 0;
  }

  .darksection .mrtop {
    margin-top: 30px;
  }

  .darksection .focusvistor .redcard {
    height: 138px;
  }

  .darksection .focusvistor .redcard h5 {
    font-family: var(--bold-font);
    color: var(--white-primary);
    font-size: 26px;
    line-height: 35px;
    text-align: left;
  }

}

@media (min-width: 1400px) and (max-width:1499px) {

  .customcontain {
    margin-left: calc((100% - 1340px) / 2);
    display: flex;
    flex-wrap: wrap;
  }
}

@media (min-width: 1500px) {

  .sepmenu {
    position: relative;
    padding-left: 36px;
  }

  .sepmenu::before {
    content: '';
    height: 18px;
    width: 1px;
    background: var(--white-primary);
    display: block;
    position: absolute;
    top: -2px;
    left: 0;
  }

  .header_home.hide {
    top: -10vw;
  }

  .header_home {
    position: fixed;
    left: 0;
    top: 1.5vw;
    width: 100%;
    padding: 0;
    z-index: 999;
    transition: all 0.5s ease-in-out;
  }

  .banner-nasscom .down-arrow img {
    width: 62px;
    height: 62px;
    cursor: pointer;
  }

  .banner-nasscom {
    background: url(../images/banner-bg.png);
    background-size: cover;
    height: 1000px;
    position: relative;
  }

  .banner-nasscom::after {
    height: 100%;
  }

  #myVideo {
    position: absolute;
    z-index: 0;
    object-fit: cover;
    width: 100%;
    height: 1000px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  #myVideo2 {
    position: absolute;
    z-index: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }


  .banner-nasscom .container {
    position: relative;
    height: 100%;
  }

  .banner-nasscom .row {
    padding-top: 0px;
  }

  .banner-nasscom .buttonrow {
    position: absolute;
    width: 100%;
    bottom: 3.5%;
  }


  .header_home .bottom-head .rightblock.formobile {
    display: none;
  }

  .hamburger_icon {
    display: none;
  }

  .header_home .top-head .row {
    align-items: center;
  }

  .header_home .bottom-head .leftmenu ul li {
    margin-right: 30px;
    display: flex;
  }

  .header_home .bottom-head .rightmenu ul li {
    display: flex;
  }

  .main-banner-text {
    margin-bottom: 0px;
  }

  .banner-nasscom .buttonrow {
    position: absolute;
    width: 100%;
    bottom: 5%;
    z-index: 9;
  }

  .banner-nasscom .rowslider {
    padding-top: 300px;
  }

  .banner-nasscom::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    content: '';
    background-image: linear-gradient(#0000007d, #0000007d);
  }


  .header_home .top-head {
    background: linear-gradient(to right, #c33531, #9d1f1a);
    padding: 1.5vw 2.5vw;
    border-radius: 0.5vw 0.5vw 0vw 0vw;
  }



  .header_home .top-head .mainlogo img {
    width: 100%;
  }

  .header_home .top-head .mainmenu ul {
    display: flex;
    list-style-type: none;
    padding: 0;
    justify-content: right;
    margin: 0;
  }

  .header_home .top-head .mainmenu ul li {
    margin-left: 1.5vw;
  }

  .header_home .top-head .mainmenu ul li a {
    text-decoration: none;
    font-size: 0.8vw;
    text-transform: uppercase;
    color: var(--white-primary);
    font-family: var(--bold-font);
  }

  .btn-block>br {
    display: none;
  }

  .header_home .row .bottom-head {
    background: #ffffffe7;
    border-radius: 0vw 0vw 0.5vw 0.5vw;
    padding: 0.5vw 2.5vw;
    box-shadow: 0 14px 28px rgb(0 0 0 / 6%), 0 10px 10px rgb(0 0 0 / 3%);
  }

  .header_home .row .bottom-head .row {
    align-items: center;
  }

  .header_home .bottom-head .leftmenu ul {
    display: flex;
    list-style-type: none;
    padding: 0;
    justify-content: left;
    margin: 0;
  }

  .header_home .bottom-head .leftmenu ul li {
    margin-right: 1.5vw;
  }

  .header_home .bottom-head .leftmenu ul li a {
    text-decoration: none;
    font-size: 0.8vw;
    text-transform: uppercase;
    color: var(--red-primary);
    font-family: var(--bold-font);
  }


  .header_home .bottom-head .rightmenu ul {
    display: flex;
    list-style-type: none;
    padding: 0;
    justify-content: right;
    margin: 0;
  }

  .header_home .bottom-head .rightmenu ul li {
    margin-left: 1.5vw;
  }

  .header_home .bottom-head .rightmenu ul li a {
    text-decoration: none;
    font-size: 0.8vw;
    text-transform: uppercase;
    color: var(--red-primary);
    font-family: var(--bold-font);
  }

  .iconblock img {
    height: 1.8vw;
    width: 1.8vw;
    margin-left: 1vw;
  }

  .header_home .bottom-head .rightblock {
    display: flex;
    justify-content: right;
    align-items: center;
  }

  .header_home .bottom-head .rightblock .rightmenu {
    border-right: 0.2vw solid var(--red-primary);
    margin-right: 1vw;
    margin-left: 1vw;
    padding-right: 2vw;
  }

  .header_home {
    top: 30px;
  }

  .header_home .top-head .mainlogo {
    width: 200px;
  }

  .header_home .top-head {
    background: linear-gradient(to right, #c33531, #9d1f1a);
    padding: 20px 35px;
    border-radius: 10px 10px 0vw 0vw;
  }



  .header_home .bottom-head .leftmenu ul li a {
    font-size: 13px;
    line-height: 14px;
  }

  .header_home .bottom-head .rightmenu ul li a {
    font-size: 13px;
    line-height: 14px;
  }

  .header_home .top-head .mainmenu ul {
    display: flex;
    list-style-type: none;
    padding: 0;
    justify-content: right;
    margin: 0;
  }

  .header_home .row .bottom-head {
    background: #ffffffe7;
    border-radius: 0px 0px 10px 10px;
    padding: 10px 40px;
  }


  .header_home .bottom-head .rightmenu ul {
    display: flex;
    list-style-type: none;
    padding: 0;
    justify-content: right;
    margin: 0;
  }

  .header_home .bottom-head .leftmenu ul {
    display: flex;
    list-style-type: none;
    padding: 0;
    justify-content: left;
    margin: 0;
  }

  .header_home .top-head .mainmenu ul li {
    display: flex;
  }

  .header_home .top-head .mainmenu ul li {
    margin-left: 1.5vw;
  }

  .header_home .top-head .mainmenu ul li a {
    text-decoration: none;
    font-size: 13px;
    line-height: 14px;
    text-transform: uppercase;
    color: var(--white-primary);
    font-family: var(--bold-font);
  }

  .header_home .bottom-head .rightblock .rightmenu {
    border-right: 3px solid var(--red-primary);
    margin-right: 20px;
    margin-left: 20px;
    padding-right: 30px;
  }

  .customcontain {
    margin-left: calc((100% - 1552px) / 2);
    display: flex;
    flex-wrap: wrap;
  }

  .news-seperator {
    background: var(--black-primary);
    width: 100%;
    height: 1px;
  }

  .landingpage .main-banner-text h2 {
    font-size: 60px;
    line-height: 60px;
    color: var(--white-primary);
    font-family: var(--medium-font);
    width: 100%;
    text-align: left;
    margin-bottom: 25px;
    font-weight: 500;
  }

  .landingpage .main-banner-text h3 {
    font-size: 85px;
    line-height: 90.4px;
    color: var(--white-primary);
    font-family: var(--medium-font);
    width: 100%;
    text-align: left;
    font-weight: 500;
  }

  .landingpage .main-banner-text .sep-ele {
    font-size: 48px;
    font-weight: 500;
    line-height: 60px;
    color: var(--white-primary);
    border-bottom: 1px solid var(--white-primary);
    padding-bottom: 35px;
    padding-left: 0px;
    padding-right: 250px;
    width: max-content;
    margin: 0 0 0 0;
    font-family: var(--medium-font);
    margin-top: 50px;
  }

  .landingpage .down-arrow {
    text-align: right;
  }

  .landingpage .header_home .bottom-head .leftmenu ul li a {
    font-size: 20px;
    line-height: 30px;
    text-transform: capitalize;
  }

  .landingpage .header_home .bottom-head .rightmenu ul li a {
    font-size: 20px;
    line-height: 30px;
    text-transform: capitalize;
  }

  .landingpage .header_home .bottom-head .rightblock .rightmenu {
    border: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .landingpage .key-insights .title_h4 {
    font-family: var(--bold-font);
    color: var(--red-primary);
    margin: 0;
    font-size: 48px;
    line-height: 67.2px;
    letter-spacing: -0.02em;
    text-align: center;
    margin-bottom: 28px;
  }

  .landingpage .key-insights .desc {
    font-size: 20px;
    line-height: 32px;
    font-family: var(--regular-font);
    color: var(--black-primary);
    text-align: left;
    margin-bottom: 35px;
  }

  .overview_hr {
    color: var(--red-primary);
  }

  .landingpage #focuschat .desc {
    font-size: 24px;
    line-height: 36px;
    font-family: var(--regular-font);
    color: var(--black-primary);
    text-align: left;
  }

  .landingpage .key-insights .desc p {
    margin-bottom: 18px;
  }

  .landingpage .key-insights .desc p:last-child {
    margin-bottom: 0px;
  }

  #important-information .title_h4 {
    text-align: left;
    margin-bottom: 0;
  }

  #important-information .btn-right {
    text-align: right;
  }

  #important-information .btn-right a {
    margin-right: 0;
    margin-top: 0;
  }

  #important-information .info-card {
    background: linear-gradient(to left, #9d1f1a, #c33531);
    padding: 20px;
    height: 240px;
  }

  #important-information .info-card h5 {
    font-family: var(--bold-font);
    color: var(--white-primary);
    font-size: 24px;
    line-height: 36px;
    text-align: left;
    margin-bottom: 15px;
  }

  #important-information .info-card li {
    font-family: var(--regular-font);
    color: var(--white-primary);
    font-size: 18px;
    line-height: 27px;
    text-align: left;
  }

  #important-information .info-card li a {
    font-family: var(--bold-font);
    color: var(--white-primary);
    font-size: 18px;
    line-height: 27px;
    text-align: left;
    text-decoration: none;
  }

  #important-information .mrtop {
    margin-top: 50px;
  }

  #registerlink .title_h4 {
    text-align: center;
    margin-bottom: 30px;
  }

  #exhibitors-title .title_h4 {
    text-align: center;
    margin-bottom: 30px;
  }

  .margin50 {
    margin-bottom: 50px;
  }

  #important-information .title_h4.light {
    font-family: var(--medium-font);
  }

  #important-information .contentboxno {
    font-family: var(--light-font);
    color: var(--red-primary);
    font-size: 30px;
    line-height: 45px;
    text-align: left;
  }

  #important-information .contentbox h5 {
    font-family: var(--light-font);
    color: var(--red-primary);
    font-size: 30px;
    line-height: 45px;
    text-align: left;
    margin-bottom: 20px;
  }

  #important-information .contentbox ul li {
    font-family: var(--regular-font);
    color: var(--red-primary);
    font-size: 20px;
    line-height: 32px;
    text-align: left;
  }


  #overview .mrtop {
    margin-top: 50px;
    padding-bottom: 30px;
  }


  #overview .title_h4.light {
    font-family: var(--medium-font);
    text-align: left;
  }

  #overview h6 {
    font-family: var(--medium-font);
    color: #939393;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    text-align: left;
  }

  #overview .overviewcontent {
    font-family: var(--light-font);
    color: var(--red-primary);
    font-size: 30px;
    line-height: 45px;
    text-align: left;
  }

  #overview .overviewcontent span {
    font-family: var(--medium-font);
    color: var(--red-primary);
    font-size: 30px;
    line-height: 45px;
    text-align: left;
  }

  #overview .text-right {
    text-align: right;
  }

  #overview .mrbot {
    margin-bottom: 100px;
  }

  #overview .contentboxno {
    font-family: var(--light-font);
    color: var(--red-primary);
    font-size: 30px;
    line-height: 45px;
    text-align: left;
  }

  #overview .contentbox h5 {
    font-family: var(--light-font);
    color: var(--red-primary);
    font-size: 30px;
    line-height: 45px;
    text-align: left;
    margin-bottom: 20px;
  }

  #overview .contentbox ul li {
    font-family: var(--regular-font);
    color: var(--red-primary);
    font-size: 20px;
    line-height: 32px;
    text-align: left;
  }

  .darksection {
    background: url('../images/imageuse/bgdarknew.png');
    background-size: cover;
    padding: 30px 0px 80px 0px;
    position: relative;
  }

  .darksection::after {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    content: '';
    background-image: linear-gradient(#0000007d, #0000007d);
  }

  .darksection .container {
    position: relative;
    height: 100%;
    z-index: 99;
  }

  .darksection hr {
    border-color: white;
    opacity: 1;
  }

  .darksection h4 {
    font-family: var(--medium-font);
    color: var(--white-primary);
    font-size: 48px;
    line-height: 62.4px;
    text-align: left;
    margin-bottom: 30px;
  }

  .darksection h6 {
    font-family: var(--medium-font);
    color: var(--white-primary);
    font-size: 20px;
    line-height: 30px;
    text-align: left;
    margin-bottom: 30px;
  }

  .darksection .redcard {
    background: var(--red-primary);
    padding: 20px;
  }

  .darksection .redcard.heightcard {
    height: 230px;
  }

  .darksection .redcard h5 {
    font-family: var(--bold-font);
    color: var(--white-primary);
    font-size: 24px;
    line-height: 36px;
    text-align: left;
  }

  .darksection .mrtop {
    margin-top: 30px;
  }

  .darksection .focusvistor .redcard {
    height: 184px;
  }

  .darksection .focusvistor .redcard h5 {
    font-family: var(--bold-font);
    color: var(--white-primary);
    font-size: 36px;
    line-height: 45px;
    text-align: left;
  }

  .landingpage .key-insights .img-block {
    width: 635px;
    margin: auto;
  }

  .landingpage .key-insights .action-btn {
    text-align: center;
    margin: 80px 0px 50px 0px;
  }

  .landingpage .key-insights .action-btn a {
    background: var(--red-primary);
    padding: 24px 36px;
    border-radius: 60px;
    font-family: var(--light-font);
    color: var(--white-primary);
    text-transform: uppercase;
    text-decoration: none;
    font-size: 18px;
    display: inline-block;
    width: max-content;
    margin-top: 0px;
    height: max-content;
    margin-right: 8px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 700;
  }


  .key-insights .borderbt {
    border-bottom: 1px solid var(--red-primary);
    padding-bottom: 42px;
    margin-bottom: 36px;
  }

  .landingpage .dedicated-goals .title_h4 {
    text-align: center;
    margin-bottom: 60px;
  }

  .landingpage .key-insights {
    padding: 0px 0px 30px 0px;
  }

  .landingpage .down-arrow p {
    font-family: var(--regular-font);
    font-size: 30px;
    line-height: 37.5px;
    text-align: center;
    color: var(--white-primary);
    margin-bottom: 25px;
  }


  .dedicated-goals {
    position: relative;
    background: url(../images/Mesh-Gradient-Red-1.svg);
    overflow: hidden;
    animation: gradient 12s ease infinite;
  }

  @keyframes gradient {
    0% {
      background: url('../images/Light-Gradient-4-min.png');
      background-size: cover;
    }

    10% {
      background: url('../images/Light-Gradient-5-min.png');
      background-size: cover;
    }

    20% {
      background: url('../images/Light-Gradient-6-min.png');
      background-size: cover;
    }

    30% {
      background: url('../images/Light-Gradient-7-min.png');
      background-size: cover;
    }

    40% {
      background: url('../images/Light-Gradient-4-min.png');
      background-size: cover;
    }

    50% {
      background: url('../images/Light-Gradient-5-min.png');
      background-size: cover;
    }

    60% {
      background: url('../images/Light-Gradient-6-min.png');
      background-size: cover;
    }

    70% {
      background: url('../images/Light-Gradient-7-min.png');
      background-size: cover;
    }

    80% {
      background: url('../images/Light-Gradient-4-min.png');
      background-size: cover;
    }

    90% {
      background: url('../images/Light-Gradient-5-min.png');
      background-size: cover;
    }

    100% {
      background: url('../images/Light-Gradient-6-min.png');
      background-size: cover;
    }
  }

  .button-section {
    padding: 60px 0px 60px 0px;
    background: var(--red-secondary);
  }

  .important-info {
    padding: 0px 0px 60px 0px;
  }

  .important-info .title_h4 {
    font-family: var(--bold-font);
    color: var(--red-primary);
    margin: 0;
    font-size: 48px;
    line-height: 67.2px;
    letter-spacing: -0.02em;
    text-align: left;
    margin-bottom: 28px;
  }

  .important-info p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 800;
    font-family: "Objektiv_Mk1XBD";
    color: var(--black-primary);
    width: 100%;
    margin: auto;
  }

  .important-info ul {
    padding-left: 26px;
  }

  .important-info ul li {
    font-size: 16px;
    line-height: 32px;
    font-family: var(--regular-font);
    color: var(--black-primary);
  }

  .perspectives_card .action-btn {
    padding: 0.8vw 1vw;
    display: flex;
    align-items: center;
  }


  .perspectives_card .perspectives_card_content {
    background: linear-gradient(to left, #CBD2E0, #E3E3E3);
    border-radius: 10px;
    border: 0px solid #E3E3E3;
  }


  .perspectives_card .seperator {
    height: 1px;
    width: 100%;
    background: #939393
  }

  #categories .perspectives_card .seperator {
    height: 1px;
    width: 100%;
    background: var(--white-primary);
  }

  .perspectives_card .job_title {
    font-family: var(--bold-font);
    color: var(--red-primary);
    font-size: 18px;
    line-height: 27px;
    text-align: left;
    margin-bottom: 10px;
    padding: 20px 20px 0px 20px;
  }

  .perspectives_card .job_desc {
    font-family: var(--regular-font);
    color: var(--black-primary);
    font-size: 14px;
    line-height: 21px;
    text-align: left;
    margin-bottom: 30px;
    padding: 0px 20px;
  }

  .perspectives_card .action-btn .postdate {
    font-size: 14px;
    line-height: 21px;
    height: 22px;
  }

  .perspectives_card .action-btn .category {
    display: flex;
    justify-content: center;
    height: 22px;
  }

  .perspectives_card .action-btn .category a {
    font-size: 14px;
    line-height: 21px;
  }

  .perspectives_card .action-btn .fee {
    display: flex;
    justify-content: right;
    height: 22px;
  }

  .perspectives_card .action-btn .fee a {
    font-size: 14px;
    line-height: 21px;
    pointer-events: none;
    color: var(--black-primary);
    font-family: var(--bold-font);
    text-decoration: none;
  }

  .perspectives_card .action-btn {
    padding: 16px 20px;
  }

  .perspectives_card .action-btn a:hover {
    background: transparent;
  }

  /* .perspectives_card{
  margin-bottom: 30px;
} */

  #timeline .perspectives_card {
    margin-bottom: 0px;
  }

  #timeline .steparrow {
    height: 64px;
    width: 64px;
    text-align: center;
  }

  #timeline .steparrow img {
    width: 90%;
  }

  #timeline .award-flex {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }

  #timeline .perspectives_card .perspectives_card_content {
    background: var(--white-primary);
    border-radius: 10px;
    border: 1px solid var(--red-primary);
  }

  #timeline .perspectives_card .job_desc {
    font-size: 18px;
    line-height: 27px;
  }


  #timeline .award-flex {
    display: block;
    align-items: center;
    justify-content: space-around;
  }

  #timeline .perspectives_card {
    width: 600px;
    margin: auto;
  }

  #timeline .perspectives_card .perspectives_card_content {
    background: var(--white-primary);
    border-radius: 10px;
    border: 1px solid var(--red-primary);
  }

  #timeline .perspectives_card .job_desc {
    font-size: 18px;
    line-height: 27px;
  }

  #timeline .perspectives_card .job_title {
    font-family: var(--bold-font);
    color: var(--red-primary);
    font-size: 30px;
    line-height: 37.5px;
    text-align: center;
    margin-bottom: 10px;
    padding: 30px 30px 0px 30px;
  }


  #timeline .perspectives_card .job_desc {
    font-size: 24px;
    line-height: 36px;
    text-align: center;
  }

  #timeline .steparrow {
    height: 54px;
    width: 54px;
    text-align: center;
    margin: 20px auto;
  }

  #timeline .steparrow img {
    transform: rotate(90deg);
  }


  #categories .perspectives_card .perspectives_card_content {
    background: linear-gradient(to left, #9d1f1a, #c33531);
    border-radius: 10px;
    border: 0px solid #E3E3E3;
  }


  #categories .perspectives_card .job_title {
    color: var(--white-primary);
  }

  #categories .perspectives_card .job_desc {
    color: var(--white-primary);
    height: max-content;
    overflow-y: hidden;
    padding-bottom: 30px;
  }

  #categories .perspectives_card .action-btn .postdate {
    color: var(--white-primary);
  }

  #categories .perspectives_card .action-btn .fee a {
    color: var(--white-primary);
  }




  #categories .rd-btn_light {
    width: auto;
    padding: 24.55px 46.04px 20.46px 46.04px;
    border-radius: 60px;
    text-transform: uppercase;
    background: var(--red-primary);
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    font-family: var(--bold-font);
    text-decoration: none;
    text-decoration: none;
    display: inline-block;
    color: var(--white-primary);
    position: static;
  }





  #categories .white-btn {
    width: auto;
    padding: 24.55px 46.04px 20.46px 46.04px;
    border-radius: 60px;
    text-transform: uppercase;
    background: transparent;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    font-family: var(--bold-font);
    text-decoration: none;
    text-decoration: none;
    display: inline-block;
    color: var(--red-primary);
    position: static;
  }

  form input {
    background: transparent;
    border: 1px solid var(--black-primary);
    padding: 20px 30px;
    width: 100%;
    margin-bottom: 30px;
    -webkit-appearance: none;
    border-radius: 0;
    color: var(--black-primary);
    font-size: 20px;
    line-height: 30px;
  }




  form input::placeholder {
    color: var(--black-primary) !important;
    font-family: var(--regular-font);
    font-size: 20px;
    line-height: 30px;
    width: 100%;
    margin-bottom: 4px;
  }


  form textarea {
    background: transparent;
    border: 1px solid var(--black-primary);
    padding: 20px 30px;
    width: 100%;
    margin-bottom: 30px;
    -webkit-appearance: none;
    border-radius: 0;
    color: var(--black-primary);
    font-size: 20px;
    line-height: 30px;
    height: 338px;
  }

  form textarea::placeholder {
    color: var(--black-primary) !important;
    font-family: var(--regular-font);
    font-size: 20px;
    line-height: 30px;
    width: 100%;
    margin-bottom: 4px;
  }




  form select {
    background: transparent;
    border: 1px solid var(--black-primary);
    padding: 20px 30px;
    width: 100%;
    margin-bottom: 30px;
    color: var(--black-primary);
    font-family: var(--regular-font);
    font-size: 20px;
    line-height: 30px;
    --webkit-appearance: none;
    border-radius: 0;
  }


  form textarea:focus {
    outline: 0;
  }

  form select:focus {
    outline: 0;
  }

  form input:focus {
    outline: 0;
  }

  form input[type="url"]:focus {
    outline: 0;
  }

  form input[type="submit"] {
    width: auto;
    padding: 24px 40px 24px 40px;
    border-radius: 60px;
    color: var(--white-primary);
    text-transform: uppercase;
    background: var(--red-primary);
    font-size: 18.41px;
    line-height: 27.62px;
    text-align: center;
    font-family: var(--bold-font);
    text-decoration: none;
    display: inline-block;
    border: 0;
  }

  form input[type="file"] {
    background-image: url('../images/lucide_upload.svg');
    background-size: 40px 40px;
    background-position: calc(100% - 15px) calc(100% - 10px);
    background-repeat: no-repeat;
    color: transparent;
    cursor: pointer;
  }

  form input[type="file"]::-webkit-file-upload-button {
    display: none;
  }

  form input[type="file"]::-ms-browse {
    display: none;
  }

  form input[type=file]::file-selector-button {
    display: none;
  }


  .fileupload {
    position: relative;
  }

  #fileLabel {
    color: var(--black-primary);
    font-family: var(--regular-font);
    font-size: 1vw;
    /* margin-bottom: 0.2vw; */
    position: absolute;
    left: 2.4vw;
    top: 14px;
  }

  #fileLabel2 {
    color: var(--black-primary);
    font-family: var(--regular-font);
    position: absolute;
    left: 46px;
    top: 22px;
    font-size: 20px;
    line-height: 30px;
  }

  .tc_content .container-checkbox {
    width: 100%;
  }

  /* On mouse-over, add a grey background color */
  .container-checkbox:hover input~.checkmark {
    background-color: #f5f5f5;
  }

  /* When the checkbox is checked, add a blue background */
  .container-checkbox input:checked~.checkmark {
    background-color: #c33531;
    border: 0px solid black;
  }

  /* Create the checkmark/indicator (hidden when not checked) */
  .container-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }

  /* Show the checkmark when checked */
  .container-checkbox input:checked~.checkmark:after {
    display: block;
  }

  /* Style the checkmark/indicator */
  .container-checkbox .checkmark:after {
    left: 0.4vw;
    top: 0.1vw;
    width: 0.3vw;
    height: 0.6vw;
    border: solid white;
    border-width: 0 0.2vw 0.2vw 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .container-checkbox {
    display: block;
    position: relative;
    padding-left: 1.5vw;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 16px;
    line-height: 24px;
    font-family: var(--regular-font);
    color: var(--black-primary);
    margin-bottom: 1.5vw;
    margin-top: 1vw;
  }

  /* Hide the browser's default checkbox */
  .container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }

  .submit-btnblock {
    margin-top: 30px;
  }

  /* Create a custom checkbox */
  .container-checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 1vw;
    width: 1vw;
    background-color: #fff;
    border: 1px solid black;
  }

  /* On mouse-over, add a grey background color */
  .container-checkbox:hover input~.checkmark {
    background-color: #f5f5f5;
  }

  /* When the checkbox is checked, add a blue background */
  .container-checkbox input:checked~.checkmark {
    background-color: #c33531;
    border: 0px solid black;
  }

  /* Create the checkmark/indicator (hidden when not checked) */
  .container-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }

  /* Show the checkmark when checked */
  .container-checkbox input:checked~.checkmark:after {
    display: block;
  }

  /* Style the checkmark/indicator */
  .container-checkbox .checkmark:after {
    left: 0.4vw;
    top: 0.1vw;
    width: 0.3vw;
    height: 0.6vw;
    border: solid white;
    border-width: 0 0.2vw 0.2vw 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .application_form input[type="file"] {
    padding: 20px 30px;
  }


  .tabs-nav {
    text-align: center;
    margin-bottom: 80px;
  }

  .tabs-nav ul {
    margin: 0;
    padding: 0;
  }

  .tabs-nav a {
    display: block;
    color: var(--black-primary);
    font-family: var(--bold-font);
    font-size: 18px;
    line-height: 27px;
    margin: 0px 6px;
    text-decoration: none;
    text-transform: inherit;
    padding: 0px 28px;
  }



  .tabs-nav li.active a {
    color: var(--black-primary);
    border-bottom: 2px solid var(--red-primary);
    padding-bottom: 0.25vw;
    font-family: var(--bold-font);
  }

  .tabs-nav li.active a {
    padding-bottom: 20px;
  }

  .tabs-nav li {
    display: inline-block;
    color: var(--black-primary);
    margin-right: 8px;
  }

  #categories2 .btn-block {
    display: flex;
    justify-content: right;
  }

  #timeline .btn-block {
    display: flex;
    justify-content: right;
  }

  #categories2 .rd-btn_light {
    background: var(--red-primary);
    padding: 24px 32px;
    border-radius: 60px;
    font-family: var(--bold-font);
    color: var(--white-primary);
    text-transform: uppercase;
    text-decoration: none;
    font-size: 18px;
    display: inline-block;
    width: max-content;
    margin-top: 0px;
    height: max-content;
    margin-right: 8px;
  }

  #timeline .rd-btn_light {
    background: var(--red-primary);
    padding: 24px 32px;
    border-radius: 60px;
    font-family: var(--bold-font);
    color: var(--white-primary);
    text-transform: uppercase;
    text-decoration: none;
    font-size: 18px;
    line-height: 27px;
    display: inline-block;
    width: max-content;
    margin-top: 0px;
    height: max-content;
    margin-right: 8px;
    margin-bottom: 10px;
  }


  #categories2 .white-btn {
    background: var(--white-primary);
    color: var(--red-primary);
    padding: 24px 32px;
    border-radius: 60px;
    height: max-content;
    font-size: 18px;
    border: 1px solid var(--red-primary);
  }

  #categories .btn-block {
    display: flex;
    justify-content: right;
  }

  #categories .rd-btn_light {
    background: var(--red-primary);
    padding: 24px 32px;
    border-radius: 60px;
    font-family: var(--bold-font);
    color: var(--white-primary);
    text-transform: uppercase;
    text-decoration: none;
    font-size: 18px;
    display: inline-block;
    width: max-content;
    margin-top: 0px;
    height: max-content;
    margin-right: 8px;
    border: 1px solid var(--red-primary);
  }

  #categories .white-btn {
    background: var(--white-primary);
    color: var(--red-primary);
    padding: 24px 32px;
    border-radius: 60px;
    height: max-content;
    font-size: 18px;
    border: 1px solid var(--red-primary);
  }


  .nsm_footer-homepage {
    padding: 80px 0px;
    background: url(../images/footer-dark-bg.svg);
    background-size: cover;
  }

  .nsm_footer-homepage .nsm_footer-social {
    text-align: right;
  }

  .nsm_footer-homepage .footer_logo {
    width: 340px;
  }
  .nsm_footer-social .twitternass{
    width: 52px!important;
  }


  .nsm_footer-homepage .nsm_footer-social img {
    width: 60px;
    margin-left: 20px;
    margin-right: 0;
  }

  .nsm_footer-homepage .scroll-footerslider {
    margin-bottom: 3vw;
    margin-top: 2vw;
  }

  .nsm_footer-homepage .scroll-footerslider {
    padding-left: 0;
  }

  .nsm_footer-homepage .scroll-footerslider .slick-slide {
    margin: 0vw 0.4vw;
  }

  .nsm_footer-homepage .scroll-footerslider .slick-list {
    padding: 0 20% 0 0 !important;
    margin: 0vw -0.4vw 0vw -0.4vw;
  }

  .nsm_footer-homepage .scroll-footerslider .nsm_withtext-block {
    width: 455px !important;
    height: 473px !important;
    margin-right: 0 !important;
  }

  .nsm_footer-homepage .scroll-footerslider .nsm_withimage-block {
    width: 692px !important;
    height: 473px !important;
    margin-right: 0 !important;
  }

  .nsm_footer-homepage .scroll-footerslider .nsm_withimage-block img {
    object-fit: cover;
    height: 473px;
  }

  .nsm_withtext-block {
    position: relative;
  }

  .nsm_withtext-block .nsm_detail {
    bottom: 1.8vw;
    position: absolute;
    display: flex;
    width: 100%;
  }

  .nsm_withtext-block .nsm_detail .label {
    color: var(--white-primary);
    font-size: 20px;
    line-height: 36px;
    font-family: var(--bold-font);
  }

  .nsm_withtext-block .nsm_detail .date {
    color: var(--white-primary);
    font-size: 20px;
    line-height: 36px;
    font-family: var(--bold-font);
    position: absolute;
    right: 15%;
  }

  .nsm_withtext-block .nsm_desc {
    color: var(--white-primary);
    font-size: 24px;
    line-height: 36px;
    font-family: var(--regular-font);
  }



  .nsm_withtext-block {
    padding: 24px;
    border-radius: 24px;
  }


  .nsm_footer-homepage .nsm_footer-social img {
    width: 60px;
    margin-left: 20px;
    margin-right: 0;
  }

  .nsm_withimage-block img {
    border-radius: 24px;
  }

  .nsm_footer-homepage .hastagfooter {
    font-family: var(--medium-font);
    font-size: 30px;
    line-height: 37.5px;
    text-align: left;
    color: var(--white-primary);
    margin: 0;
  }

  .nsm_footer-homepage .footer_links a {
    text-decoration: none;
    color: var(--white-primary);
    font-size: 18px;
    line-height: 27px;
    margin-left: 32px;
    font-family: var(--bold-font);
    text-transform: uppercase;
  }

  .nsm_footer-homepage .footer_links {
    width: 100%;
    text-align: right;
  }

  .nsm_footer-homepage .pb-4 {
    margin-bottom: 30px !important;
  }

  #categories2 .perspectives_card .action-btn .postdate {
    font-size: 14px;
    line-height: 21px;
    height: max-content;
    width: 60%;
  }

  #categories2 .perspectives_card .job_desc {
    height: 62px;
  }

  #special-awards .perspectives_card .perspectives_card_content {
    background: linear-gradient(to left, #9d1f1a, #c33531);
    border-radius: 10px;
    border: 0px solid #E3E3E3;
  }

  #special-awards .perspectives_card .job_title {
    font-family: var(--bold-font);
    color: var(--white-primary);
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    margin-bottom: 10px;
    height: 100px;
    padding: 20px 20px 20px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }


  #categories .desc p {
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 32px;
    font-family: var(--regular-font);
    color: var(--black-primary);
    width: 100%;
  }

  #categories2 .desc p {
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 32px;
    font-family: var(--regular-font);
    color: var(--black-primary);
    width: 100%;
  }



  .key-insights.inverse {
    background: var(--red-primary);
  }

  .key-insights.inverse h4 {
    color: var(--white-primary) !important;
  }

  .key-insights.inverse .chat-card h5 {
    background: linear-gradient(to left, #CBD2E0, #E3E3E3);
    color: var(--red-primary);
  }


  .partnershipwith img {
    width: 450px;
  }

  .banner-nasscom .action-btn {
    text-align: left !important;
    margin: 50px 0px 50px 0px !important;
  }

}





@media (max-width:767px) {



  html {
    overflow-x: hidden;
  }

  .header_home.hide {
    top: 0;
  }

  .header_home.hide .row .bottom-head {
    margin-top: -15vw;
    z-index: -1;
  }

  .header_home {
    top: 0;
  }

  .header_home .top-head {
    background: var(--red-primary);
    padding: 6.5vw 3.5vw;
    border-radius: 0vw;
  }

  .header_home .top-head .mainlogo {
    width: 40vw
  }

  .header_home .top-head .mainlogo img {
    width: 100%;
  }

  .hamburger_icon {
    position: absolute;
    top: 4.5vw;
    right: 3%;
    display: block;
  }

  .header_home .top-head .mainmenu ul {
    display: none;
  }

  .header_home .row .bottom-head {
    background: var(--white-primary);
    padding: 2vw 3.5vw;
  }

  .header_home .row .bottom-head .leftmenu {
    display: none;
  }

  .header_home .bottom-head .rightblock.fordesk {
    display: none;
  }

  .header_home .bottom-head .rightblock.formobile .rightmenu {
    display: block;
    text-align: left;
  }

  /* .header_home .bottom-head .rightblock .rightmenu{
    width: 45%;
  }

  .header_home .bottom-head .iconblock{
    width: 55%;
    text-align: right!important; 
  }*/
  .header_home .bottom-head .iconblock li a {
    font-size: 2.4vw !important;
  }

  .header_home .bottom-head .rightmenu ul {
    display: flex;
    list-style-type: none;
    padding: 0;
    justify-content: right;
    margin: 0;
  }



  .header_home .bottom-head .rightmenu ul {
    justify-content: left;
  }

  .header_home .bottom-head .rightmenu ul li {
    margin-left: 0;
    margin-right: 8.6vw;
  }

  .header_home .bottom-head .rightmenu ul li:last-child {
    margin-right: 0;
  }

  .header_home .bottom-head .rightmenu ul li a {
    text-decoration: none;
    font-size: 2.4vw !important;
    text-transform: capitalize;
    color: var(--red-primary);
    font-family: var(--bold-font);
  }

  .header_home .bottom-head .rightmenu a {
    text-decoration: none;
    font-size: 3vw !important;
    line-height: 5.2vw !important;
    text-transform: capitalize;
    color: var(--red-primary);
    font-family: var(--bold-font);
    display: block;
    width: 100%;
  }

  .header_home .bottom-head .rightmenu a:nth-child(2) {
    text-align: left; !important;
  }

  .header_home .bottom-head .iconblock li {
    list-style-type: none;
  }

  .header_home .bottom-head .iconblock {
    width: 100%;
    text-align: center;
  }



  .header_home .bottom-head .iconblock li a {
    text-decoration: none;
    font-size: 3vw;
    text-transform: capitalize;
    color: var(--red-primary);
    font-family: var(--bold-font);
  }





  .down-arrow {
    position: absolute;
    bottom: -12vw;
    left: 45%;
  }

  .banner-nasscom {
    position: relative;
  }

  .banner-nasscom .down-arrow img {
    width: 10vw;
    height: 10vw;
    cursor: pointer;
  }

  .banner-nasscom .row {
    position: absolute;
    /* bottom: 25%; */
    top: 25%;
    padding-top: 0;
    width: 100%;
  }

  .banner-nasscom .buttonrow {
    top: 85%;
  }

  .main-banner-text h2 {
    font-size: 10vw;
    line-height: 14vw;
    color: var(--white-primary);
    font-family: var(--medium-font);
    width: 100%;
    text-align: left;
    padding: 0;
    height: max-content;
    display: flex;
    align-items: flex-start;
    justify-content: start;
  }

  .main-banner-text h3 {
    font-size: 6vw;
    line-height: 8vw;
    color: var(--white-primary);
    font-family: var(--medium-font);
    text-align: left;
    margin-bottom: 60vw;
  }

  .main-banner-text .sep-ele {
    border-bottom: 1px solid var(--white-primary);
    font-family: var(--medium-font);
    padding-bottom: 4vw;
    padding-left: 0vw;
    padding-right: 4vw;
    margin: 0 0 4vw 0;
    width: max-content;
  }

  .main-banner-text {
    margin-bottom: 0;
  }

  .banner-nasscom .action-btn {
    height: 38vw;
    text-align: left;
  }

  .banner-nasscom .action-btn a {
    font-size: 3.4vw;
    line-height: 4.8vw;
    font-family: var(--bold-font);
    padding: 4.6vw 7.2vw;
    width: max-content;
    border-radius: 8vw;
    display: block;
    margin: 5vw auto;
  }



  .banner-nasscom {
    background: url(../images/banner-bg.png);
    background-size: cover;
    height: 94vh;
  }

  .banner-nasscom::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 94vh;
    content: '';
    background-image: linear-gradient(#0000007d, #0000007d);
  }

  .rd-btn_light {
    width: 16vw;
  }

  #timeline .btn-block {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
  }

  #myVideo {
    position: absolute;
    z-index: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0%;
    transform: none;
  }


  #myVideo2 {
    position: absolute;
    z-index: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0%;
    transform: none;
  }

  .header_home .row .bottom-head {
    background: var(--white-primary);
    padding: 2vw 3.5vw !important;
    border-bottom: 1px solid #DFDFDF;
    box-shadow: 0 14px 28px rgb(0 0 0 / 6%), 0 10px 10px rgb(0 0 0 / 3%);
  }



  .key-insights {
    background: var(--white-primary);
    padding: 12vw 0vw 12vw 0vw;
  }

  .key-insights .title_h4 {
    font-size: 7.5vw;
    line-height: 9.3vw;
    font-family: var(--bold-font);
    color: var(--red-primary);
    margin: 0;
    text-align: center;
  }

  .key-insights .desc {
    font-size: 3.95vw;
    line-height: 6.85vw;
    color: var(--black-primary);
    font-family: var(--regular-font);
    text-align: center;
  }

  .landingpage .key-insights .action-btn {
    text-align: center;
    margin: 8vw 0px 5.5vw 0px;
  }

  .key-insights .action-btn a {
    font-size: 3.4vw;
    line-height: 4.6vw;
    font-family: var(--bold-font);
    padding: 4.6vw 7.2vw;
    width: max-content;
    border-radius: 8vw;
    background: linear-gradient(to right, #c33531, #9d1f1a);
    color: var(--white-primary);
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
  }

  .down-arrow {
    position: absolute;
    bottom: -29vw;
    left: 0vw;
    text-align: center;
    width: 100%;
    z-index: 9;
  }

  .down-arrow p {
    font-size: 4vw;
    line-height: 4.8vw;
    color: var(--white-primary);
    text-align: center;
    font-family: var(--regular-font);
  }






  .nsm_footer-homepage {
    background: url(../images/footer-dark-bg.svg);
    background-size: cover;
  }

  .nsm_footer-homepage {
    padding: 12vw 0vw;
    height: max-content;
  }

  .nsm_footer-homepage .pb-4 {
    padding-bottom: 0rem !important;
  }

  .nsm_footer-homepage .footer_logo {
    display: block;
    width: 55%;
    margin-bottom: 26px;
  }

  .nsm_footer-homepage .nsm_footer-social {
    text-align: left;
    border-top: 0.5vw solid var(--white-primary);
    margin-top: 6vw;
    padding-top: 6vw;
    display: flex;
    width: 100%;
  }

  .nsm_footer-homepage .nsm_footer-social a {
    display: block;
    width: 25%;
    text-align: center;
  }

  .nsm_footer-homepage .nsm_footer-social img {
    width: 14.8vw;
    margin-right: 0;
  }
  .nsm_footer-homepage .nsm_footer-social .twitternass {
    width: 13.3vw;
    }


  .nsm_footer-homepage .scroll-footerslider .nsm_withimage-block {
    width: 85vw !important;
    height: 46vw !important;
    margin-right: 0 !important;
    border-radius: 2vw;
  }

  .nsm_footer-homepage .scroll-footerslider .nsm_withtext-block {
    width: 45vw !important;
    height: 46vw !important;
    margin-right: 0 !important;
    padding: 4vw;
    border-radius: 2vw;
    position: relative;
  }

  .nsm_footer-homepage .scroll-footerslider .slick-slide {
    margin: 0vw 0.8vw;
  }

  .nsm_footer-homepage .scroll-footerslider .slick-list {
    padding: 0 10% 0 0 !important;
    margin: 0vw -0.8vw 0vw -0.8vw;
  }

  .nsm_footer-homepage .scroll-footerslider .slick-slide {
    margin: 0vw 0.4vw;
  }

  .nsm_withtext-block .nsm_desc {
    color: var(--white-primary);
    font-size: 2.4vw;
    line-height: 3.6vw;
    font-family: var(--regular-font);
  }

  .nsm_withtext-block .nsm_detail {
    bottom: 2.8vw;
  }

  .nsm_withtext-block .nsm_detail .label {
    color: var(--white-primary);
    font-size: 2.4vw;
    line-height: 2.4vw;
    font-family: var(--bold-font);
  }

  .nsm_withtext-block .nsm_detail .date {
    color: var(--white-primary);
    font-size: 2.4vw;
    line-height: 2.4vw;
    font-family: var(--bold-font);
    position: absolute;
    right: 15%;
  }

  .nsm_footer-homepage .hastagfooter {
    display: none;
  }

  .nsm_footer-homepage .footer_links {
    text-align: left;
    border-top: 0.5vw solid var(--white-primary);
    margin-top: 8vw;
    padding-top: 3vw;
    margin-left: 2vw;
    margin-right: 2vw;
    width: 96%;
  }

  .nsm_footer-homepage .footer_links a {
    text-decoration: none;
    color: var(--white-primary);
    font-size: 3.6vw;
    line-height: 6.6vw;
    margin-left: 0vw;
    font-family: var(--bold-font);
    text-transform: uppercase;
    display: block;
    margin-bottom: 7vw;
    margin-top: 7vw;
  }

  .nsm_withtext-block .nsm_desc {
    color: var(--white-primary);
    font-size: 2.4vw;
    line-height: 3.6vw;
    font-family: var(--regular-font);
  }

  .widget-reddark {
    background: var(--red-secondary);
  }

  .nsm_footer-homepage .scroll-footerslider .slick-list {
    padding: 0 10% 0 0 !important;
    margin: 0vw -0.8vw 0vw -0.8vw;
  }

  .nsm_footer-homepage .scroll-footerslider .nsm_withimage-block img {
    object-fit: cover;
    border-radius: 2vw;
  }

  .nsm_footer-homepage .scroll-footerslider {
    padding-left: 6%;
    margin-bottom: 3vw;
    margin-top: 2vw;
  }

  .nsm_withtext-block .nsm_detail .label {
    color: var(--white-primary);
    font-size: 2.4vw;
    line-height: 2.4vw;
    font-family: var(--bold-font);
  }

  .nsm_withtext-block .nsm_detail .date {
    color: var(--white-primary);
    font-size: 2.4vw;
    line-height: 2.4vw;
    font-family: var(--bold-font);
    position: absolute;
    right: 15%;
  }

  .nsm_footer-homepage .hastagfooter {
    display: none;
  }



  .nsm_withtext-block .nsm_detail {
    bottom: 2.8vw;
    position: absolute;
    display: flex;
    width: 100%;
  }

  .news-seperator {
    background: var(--black-primary);
    width: 100%;
    height: 1px;
  }


  .margin50 {
    margin-bottom: 5vw;
  }

  .dedicated-goals {
    padding: 12vw 0vw 12vw 0vw;
    position: relative;
    background: url(../images/Mesh-Gradient-Red-1.svg);
    overflow: hidden;
    animation: gradient 12s ease infinite;
    display: block;
  }

  @keyframes gradient {
    0% {
      background: url('../images/Light-Gradient-4-min.png');
    }

    10% {
      background: url('../images/Light-Gradient-5-min.png');
    }

    20% {
      background: url('../images/Light-Gradient-6-min.png');
    }

    30% {
      background: url('../images/Light-Gradient-7-min.png');
    }

    40% {
      background: url('../images/Light-Gradient-4-min.png');
    }

    50% {
      background: url('../images/Light-Gradient-5-min.png');
    }

    60% {
      background: url('../images/Light-Gradient-6-min.png');
    }

    70% {
      background: url('../images/Light-Gradient-7-min.png');
    }

    80% {
      background: url('../images/Light-Gradient-4-min.png');
    }

    90% {
      background: url('../images/Light-Gradient-5-min.png');
    }

    100% {
      background: url('../images/Light-Gradient-6-min.png');
    }
  }


  .dedicated-goals .showcase_slider {
    margin-bottom: 0vw;
  }


  .dedicated-goals .showcase_slider .slick-list {
    padding: 0 !important;
  }



  .dedicated-goals .title_h4 {
    font-size: 7.5vw;
    line-height: 9.3vw;
    color: var(--white-primary);
    width: 100%;
    margin-bottom: 12vw;
    font-family: var(--bold-font);
    text-align: center;
  }

  .showcase_slider .slick-slide {
    margin: 0vw 2vw;
  }

  form input {
    background: transparent;
    border: 1px solid var(--black-primary);
    padding: 3vw 3.5vw;
    width: 100%;
    margin-bottom: 10px;
    --webkit-appearance: none;
    border-radius: 0;
    color: var(--black-primary);
    height: max-content;
    font-size: 3.6vw;
  }


  form input::placeholder {
    color: var(--black-primary) !important;
    font-family: var(--regular-font);
    font-size: 3.6vw;
    width: 60vw;
    margin-bottom: 0.6vw;
  }

  form input[type="checkbox"] {
    width: max-content;
    accent-color: var(--red-secondary);
    height: 15px;
    width: 15px;
    padding: 0.3rem;
    float: left;
    margin-right: 0.3rem;
  }

  form select {
    background: transparent;
    border: 1px solid var(--black-primary);
    padding: 3vw 3.5vw;
    width: 100%;
    margin-bottom: 3.5vw;
    color: var(--black-primary);
    font-family: var(--regular-font);
    font-size: 3.6vw;
    -webkit-appearance: none;
    border-radius: 0;
  }

  form {
    font-family: var(--regular-font) !important;
  }

  form textarea {
    background: transparent;
    border: 1px solid var(--black-primary);
    padding: 3vw 3.5vw;
    ;
    width: 100%;
    margin-bottom: 3.5vw;
    -webkit-appearance: none;
    border-radius: 0;
    color: var(--black-primary);
    font-size: 3.6vw;
    line-height: 4.2vw;
    height: 138px;
  }

  form textarea::placeholder {
    color: var(--black-primary) !important;
    font-family: var(--regular-font);
    font-size: 3.6vw;
    width: 100%;
    margin-bottom: 4px;
  }

  .submit-btnblock input[type="submit"] {
    border-radius: 8.5vw;
    height: max-content;
    padding: 5.4vw 6.25vw 5.4vw 6.25vw;
    font-size: 3.4vw;
    line-height: 4.6vw;
    width: 100%;
    margin-bottom: 3vw;
  }

  form input[type="submit"] {
    width: auto;
    padding: 5vw 8vw 5vw 8vw;
    border-radius: 8.5vw;
    color: var(--white-primary);
    text-transform: uppercase;
    background: var(--red-primary);
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    font-family: var(--bold-font);
    text-decoration: none;
    display: inline-block;
    border: 0;
  }

  .container-checkbox .checkmark {
    position: absolute;
    top: 0.3vw;
    left: 0;
    height: 4vw;
    width: 4vw;
    background-color: #fff;
    border: 1px solid black;
  }


  .container-checkbox {
    display: block;
    position: relative;
    padding-left: 5.5vw;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 3.4vw;
    line-height: 4.6vw;
    font-family: var(--regular-font);
    color: var(--black-primary);
    margin-bottom: 3.5vw;
  }

  .tc_content .container-checkbox {
    width: 100%;
    margin-bottom: 30px;
  }


  .container-checkbox .checkmark:after {
    left: 1.2vw;
    top: 0.2vw;
    width: 1.2vw;
    height: 2.5vw;
    border: solid white;
    border-width: 0 0.2vw 0.2vw 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  /* On mouse-over, add a grey background color */
  .container-checkbox:hover input~.checkmark {
    background-color: #f5f5f5;
  }

  /* When the checkbox is checked, add a blue background */
  .container-checkbox input:checked~.checkmark {
    background-color: #c33531;
    border: 0px solid black;
  }

  /* Create the checkmark/indicator (hidden when not checked) */
  .container-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }

  /* Show the checkmark when checked */
  .container-checkbox input:checked~.checkmark:after {
    display: block;
  }

  /* Style the checkmark/indicator */
  .container-checkbox .checkmark:after {
    left: 0.4vw;
    top: 0.1vw;
    width: 0.3vw;
    height: 0.6vw;
    border: solid white;
    border-width: 0 0.2vw 0.2vw 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .container-checkbox {
    display: block;
    position: relative;
    padding-left: 5.5vw;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 13px;
    line-height: 21px;
    font-family: var(--regular-font);
    color: var(--black-primary);
    margin-bottom: 1.5vw;
    margin-top: 1vw;
  }

  /* Hide the browser's default checkbox */
  .container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }

  /* Create a custom checkbox */
  .container-checkbox .checkmark {
    position: absolute;
    top: 1vw;
    left: 0;
    height: 4vw;
    width: 4vw;
    background-color: #fff;
    border: 1px solid black;
  }

  /* On mouse-over, add a grey background color */
  .container-checkbox:hover input~.checkmark {
    background-color: #f5f5f5;
  }

  /* When the checkbox is checked, add a blue background */
  .container-checkbox input:checked~.checkmark {
    background-color: #c33531;
    border: 0px solid black;
  }

  /* Create the checkmark/indicator (hidden when not checked) */
  .container-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }

  /* Show the checkmark when checked */
  .container-checkbox input:checked~.checkmark:after {
    display: block;
  }

  /* Style the checkmark/indicator */
  .container-checkbox .checkmark:after {
    left: 1.4vw;
    top: 0.1vw;
    width: 1.3vw;
    height: 2.6vw;
    border: solid white;
    border-width: 0 0.2vw 0.2vw 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }


  form input[type="file"] {
    background-image: url('../images/lucide_upload.svg');
    background-size: 28px 28px;
    background-position: calc(100% - 15px) calc(100% - 10px);
    background-repeat: no-repeat;
    color: transparent;
    cursor: pointer;
    padding: 3vw 3.5vw;
    height: 12vw;
  }

  form input[type="file"]::-webkit-file-upload-button {
    display: none;
  }

  form input[type="file"]::-ms-browse {
    display: none;
  }

  form input[type=file]::file-selector-button {
    display: none;
  }


  .fileupload {
    position: relative;
  }

  #fileLabel {
    color: var(--black-primary);
    font-family: var(--regular-font);
    font-size: 1vw;
    /* margin-bottom: 0.2vw; */
    position: absolute;
    left: 2.4vw;
    top: 14px;
  }

  #fileLabel2 {
    color: var(--black-primary);
    font-family: var(--regular-font);
    position: absolute;
    left: 36px;
    top: 12px;
    font-size: 13px;
    line-height: 21px;
  }

  .sepmenumob {
    border-top: 1px solid #ffffff;
    padding-top: 5vw !important;
    margin-top: 5vw !important;
  }

  .nsm_fix-nav-inner {
    background: var(--red-secondary);
    position: fixed;
    width: 100%;
    height: 100vh;
    display: none;
    z-index: 9999;
    margin: 0;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .hamburger_icon {
    position: absolute;
    top: 4.5vw;
    right: 3%;
    display: block;
  }



  .hamburger_icon .toggle_icon {
    width: 9vw;
  }

  .hamburger_icon .close_icon {
    width: 8vw;
    z-index: 9999;
    margin-top: 30px;
  }

  .overflowhidden {
    overflow-y: hidden;
  }

  .nsm_navbar-inner {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 0;
  }

  .nsm_navbar-inner li {
    padding: 1vw 0vw;
    text-align: center;
    list-style: none;
  }

  .nsm_navbar-inner li a {
    text-decoration: none;
    color: var(--white-primary);
    text-transform: uppercase;
    font-family: var(--regular-font);
    font-size: 6.97vw;
    line-height: 12.35vw;
  }

  .nsm_navbar-inner .dropdown_menu li a {
    text-transform: capitalize;
    font-size: 4.97vw;
    line-height: 10.35vw;
  }

  .tabs-nav a {
    display: block;
    color: var(--black-primary);
    font-family: var(--bold-font);
    font-size: 9px;
    line-height: 14px;
    margin: 0px 0px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0px 6px;
  }

  .tabs-nav li {
    margin: 0;
  }

  .tabs-nav {
    margin-bottom: 40px;
  }

  .overhide {
    overflow: hidden;
  }

  #categories .desc p {
    margin-bottom: 4vw;
    font-size: 3.95vw;
    line-height: 6.85vw;
    font-family: var(--regular-font);
    color: var(--black-primary);
    width: 100%;
  }

  #categories2 .desc p {
    margin-bottom: 4vw;
    font-size: 3.95vw;
    line-height: 6.85vw;
    font-family: var(--regular-font);
    color: var(--black-primary);
    width: 100%;
  }

  .chat-card img {
    border-radius: 2vw 2vw 0vw 0vw;
    height: 54vw;
    object-fit: cover;
  }

  .chat-card h5 {
    font-family: var(--bold-font);
    font-size: 4.2vw;
    line-height: 5.4vw;
    text-align: center;
    color: var(--white-primary);
    background: var(--red-primary);
    padding: 4vw;
    border-radius: 0vw 0vw 2vw 2vw;
  }

  .key-insights.inverse {
    background: var(--red-primary);
  }

  .key-insights.inverse h4 {
    color: var(--white-primary) !important;
  }

  .key-insights.inverse .chat-card h5 {
    background: linear-gradient(to left, #CBD2E0, #E3E3E3);
    color: var(--red-primary);
  }

  #focuschat .rd-btn_light {
    margin-top: 0;
  }

  #focuschat .title_h4 {
    padding-top: 6vw;
  }

  .partnershipwith {
    width: 100% !important;
  }

  .main-banner-text h3 {
    margin-bottom: 0vw;
  }

  /* 
.key-insights .borderbt{
  border-bottom: 1px solid var(--red-primary);
  padding-bottom: 6vw;
  margin-bottom: 6vw;
} */



  #important-information .title_h4 {
    text-align: left;
    margin-bottom: 0;
  }

  #important-information .btn-right {
    text-align: left;
  }

  #important-information .btn-right a {
    margin-right: 0;
    margin-top: 0;
  }

  #important-information .info-card {
    background: linear-gradient(to left, #9d1f1a, #c33531);
    padding: 4vw;
    height: auto;
    margin-bottom: 5vw;
  }

  #important-information .info-card h5 {
    font-family: var(--bold-font);
    color: var(--white-primary);
    font-size: 5.2vw;
    line-height: 6.4vw;
    text-align: left;
    margin-bottom: 4vw;
  }

  #important-information .info-card li {
    font-family: var(--regular-font);
    color: var(--white-primary);
    font-size: 3.8vw;
    line-height: 5vw;
    text-align: left;
  }

  #important-information .info-card li a {
    font-family: var(--bold-font);
    color: var(--white-primary);
    font-size: 3.8vw;
    line-height: 5vw;
    text-align: left;
    text-decoration: none;
  }

  #important-information .mrtop {
    margin-top: 5vw;
  }

  #registerlink .title_h4 {
    text-align: center;
    margin-bottom: 30px;
  }

  #exhibitors-title .title_h4 {
    text-align: center;
    margin-bottom: 30px;
  }

  #important-information .title_h4.light {
    font-family: var(--medium-font);
  }

  #important-information .contentboxno {
    font-family: var(--light-font);
    color: var(--red-primary);
    font-size: 5vw;
    line-height: 6.5vw;
    text-align: left;
  }

  #important-information .contentbox h5 {
    font-family: var(--light-font);
    color: var(--red-primary);
    font-size: 5vw;
    line-height: 6.5vw;
    text-align: left;
    margin-bottom: 3vw;
  }

  #important-information .contentbox ul li {
    font-family: var(--regular-font);
    color: var(--red-primary);
    font-size: 3.2vw;
    line-height: 4.6vw;
    text-align: left;
  }

  #important-information .imagebox {
    margin-top: 5vw;
  }

  #important-information .pt-5 {
    padding-top: 1.5rem !important;
  }

  #important-information .pb-5 {
    padding-bottom: 1.5rem !important;
  }

  #overview .imagebox {
    margin-top: 5vw;
  }

  #overview .mrtop {
    margin-top: 5vw;
    padding-bottom: 3vw;
  }


  #overview .title_h4.light {
    font-family: var(--medium-font);
    text-align: left;
    margin-bottom: 3vw;
  }

  #overview h6 {
    font-family: var(--medium-font);
    color: #939393;
    font-size: 3.2vw;
    line-height: 3.6vw;
    text-align: left;
    margin-bottom: 5vw;
  }

  #overview .overviewcontent {
    font-family: var(--light-font);
    color: var(--red-primary);
    font-size: 5.8vw;
    line-height: 7.2vw;
    text-align: left;
  }

  #overview .overviewcontent span {
    font-family: var(--medium-font);
    color: var(--red-primary);
    font-size: 5.8vw;
    line-height: 7.2vw;
    text-align: left;
  }

  #overview .text-right {
    text-align: left;
    margin-top: 20px;
  }

  #overview .mrbot {
    margin-bottom: 12vw;
  }

  #overview .contentboxno {
    font-family: var(--light-font);
    color: var(--red-primary);
    font-size: 5vw;
    line-height: 6.5vw;
    text-align: left;
  }

  #overview .contentbox h5 {
    font-family: var(--light-font);
    color: var(--red-primary);
    font-size: 5vw;
    line-height: 6.5vw;
    text-align: left;
    margin-bottom: 3vw;
  }

  #overview .contentbox ul li {
    font-family: var(--regular-font);
    color: var(--red-primary);
    font-size: 3.2vw;
    line-height: 4.6vw;
    text-align: left;
  }

  .darksection {
    background: url('../images/imageuse/bgdarknew.png');
    background-size: cover;
    padding: 5vw 0vw 10vw 0vw;
    position: relative;
  }

  .darksection::after {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    content: '';
    background-image: linear-gradient(#0000007d, #0000007d);
  }

  .darksection .container {
    position: relative;
    height: 100%;
    z-index: 99;
  }

  .darksection hr {
    border-color: white;
    opacity: 1;
  }

  .darksection h4 {
    font-family: var(--medium-font);
    color: var(--white-primary);
    text-align: left;
    margin-bottom: 5vw;
    font-size: 7.5vw;
    line-height: 9.3vw;
  }

  .darksection .pt-5 {
    padding-top: 1rem !important;
  }

  .darksection h6 {
    font-family: var(--medium-font);
    color: var(--white-primary);
    font-size: 3.2vw;
    line-height: 3.6vw;
    text-align: left;
    margin-bottom: 5vw;
  }

  .darksection .redcard {
    background: var(--red-primary);
    padding: 4vw;
    margin-bottom: 5vw;
  }

  .darksection .redcard.heightcard {
    height: auto;
  }

  .darksection .redcard h5 {
    font-family: var(--bold-font);
    color: var(--white-primary);
    font-size: 4.8vw;
    line-height: 6.6vw;
    text-align: left;
  }

  .darksection .mrtop {
    margin-top: 1vw;
  }

  .darksection .focusvistor .redcard {
    height: auto;
  }

  .darksection .focusvistor .redcard h5 {
    font-family: var(--bold-font);
    color: var(--white-primary);
    font-size: 5.6vw;
    line-height: 7.8vw;
    text-align: left;
  }


}



::-webkit-scrollbar-track {
  background-color: #c0c0c0 !important;
}

::-webkit-scrollbar {
  width: 0.5vw !important;
  background-color: var(--grey-primary) !important;
}

::-webkit-scrollbar-thumb {
  background-color: var(--red-primary) !important;
  border: 0px solid #555555 !important;
}

.hide_element {
  display: none !important;
}

/**------ Landing Pages --------**/



@media (min-width:1080px) and (max-width:1230px) {
  .nasscom-konnect .slick-arrow {
    display: none !important;
  }

  .customcontain {
    margin-left: calc((100% - 960px) / 2) !important;
    display: flex;
    flex-wrap: wrap;
  }
}

@media (min-width:1230px) and (max-width:1270px) {
  .nasscom-konnect .slick-arrow {
    display: none !important;
  }

  .customcontain {
    margin-left: calc((100% - 1140px) / 2) !important;
    display: flex;
    flex-wrap: wrap;
  }

  .btn-block.stick {
    position: fixed;
    top: 50px;
    right: 10vw;
    z-index: 99;
  }

}



.banner-nasscom .action-btn {
  text-align: left;
  margin: 60px 0px 30px 0px;
}

.banner-nasscom .action-btn a {
  background: var(--white-primary);
  padding: 22px 42px;
  border-radius: 60px;
  font-family: var(--bold-font);
  color: var(--red-primary);
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  display: inline-block;
  width: max-content;
}

.partnershipwith {
  background: #000000a1;
  padding: 20px 20px;
  border-radius: 10px;
  width: max-content;
  text-align: center;
  right: 0;
  bottom: 30px;
  margin: auto;
}



.buttonrow .text {
  font-size: 12px;
  line-height: 24px;
  font-family: var(--regular-font);
  color: var(--white-primary);
}





.tabs-nav {
  background: var(--white-primary);
  padding: 20px 0px;
  z-index: 99;
  text-align: left;
  margin-bottom: 20px;
}

.tabs-nav h4 {
  font-size: 1.6vw;
  line-height: 2.2vw;
  font-family: var(--bold-font);
  color: var(--red-primary);
  margin-bottom: 2vw;
}

.stickyelement {
  position: sticky;
  background: var(--white-primary);
  top: 0;
}


.tabs-nav ul {
  margin: 0;
  padding: 0;
}

.tabs-nav li {
  display: inline-block;
  color: var(--black-primary);
  margin-right: 5px;
  width: max-content !important;
}

.tabs-nav a {
  display: block;
  color: var(--grey-secondary);
  font-family: var(--bold-font);
  font-size: 0.9vw;
  line-height: 1.35vw;
  text-decoration: none;
  text-transform: uppercase;
  margin-right: 0.75vw;
  padding: 0px 5px;
}

.tabs-nav p {
  color: var(--black-primary);
  font-family: var(--bold-font);
  font-size: 0.9vw;
  line-height: 1.35vw;
  text-transform: uppercase;
}

/* Active tab */

.tabs-nav li.active {
  color: var(--black-primary);
}

.tabs-nav li.active a {
  color: var(--black-primary);
  font-family: var(--bold-font);
  border-bottom: 1px solid var(--red-primary);
  padding-bottom: 0.25vw;
}


.banner-nasscom .action-btn {
  margin: 0px 0px 30px 0px;
}

.banner-nasscom .opacitybtn {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

.opacitybtn {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

.key-insights .rd-btn_light {
  background: var(--red-primary);
  padding: 18px 32px;
  border-radius: 60px;
  font-family: var(--bold-font);
  color: var(--white-primary);
  text-transform: uppercase;
  text-decoration: none;
  font-size: 13px;
  display: inline-block;
  width: max-content;
  margin-top: 20px;
  border: 2px solid var(--red-primary);
}

.mobile-btn {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}



@media (max-width:767px) {
  .banner-nasscom .action-btn {
    text-align: left;
    margin: 8vw 0px 5.5vw 0px;
  }

  .banner-nasscom .action-btn a {
    font-size: 3.4vw;
    line-height: 4.6vw;
    font-family: var(--bold-font);
    padding: 4.6vw 7.2vw;
    width: max-content;
    border-radius: 8vw;
    background: var(--white-primary);
    color: var(--red-primary);
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
  }

  .banner-nasscom .action-btn {
    height: auto;
  }

  .key-insights {
    background: var(--white-primary);
    padding: 6vw 0vw 12vw 0vw;
  }

  .key-insights .title_h4 {
    margin-bottom: 6vw;
  }

  .key-insights .img-block {
    margin-bottom: 8vw;
  }

  .button-section {
    padding: 9vw 0vw 9vw 0vw;
    background: var(--red-secondary);
  }

  .important-info {
    padding: 9vw 0vw 9vw 0vw;
  }

  .important-info .title_h4 {
    font-size: 7.5vw;
    line-height: 9.3vw;
    font-family: var(--bold-font);
    color: var(--red-primary);
    margin: 0;
    text-align: left;
    margin-bottom: 8vw;
  }

  #information p {
    margin-bottom: 0;
    font-size: 3.6vw;
    line-height: 4.8vw;
    font-family: var(--bold-font);
    color: var(--black-primary);
    margin-bottom: 5vw;
  }

  #information ul {
    padding-left: 1rem;
  }

  #information ul li {
    margin-bottom: 0;
    font-size: 3.6vw;
    /* line-height: 4.8vw; */
    font-family: var(--regular-font);
    color: var(--black-primary);
  }




  .perspectives_card .action-btn {
    padding: 3vw 4vw;
    display: flex;
    align-items: center;
  }


  .perspectives_card .perspectives_card_content {
    background: linear-gradient(to left, #CBD2E0, #E3E3E3);
    border-radius: 10px;
    border: 0px solid #E3E3E3;
  }


  .perspectives_card .seperator {
    height: 1px;
    width: 100%;
    background: #939393
  }

  #categories .perspectives_card .seperator {
    height: 1px;
    width: 100%;
    background: var(--white-primary);
  }

  .perspectives_card .job_title {
    font-family: var(--bold-font);
    color: var(--red-primary);
    font-size: 3.6vw;
    line-height: 4.8vw;
    text-align: left;
    margin-bottom: 3.5vw;
    padding: 4vw 4vw 0vw 4vw;
  }

  .perspectives_card .job_desc {
    font-family: var(--regular-font);
    color: var(--black-primary);
    font-size: 3.2vw;
    line-height: 4.4vw;
    text-align: left;
    margin-bottom: 4.5vw;
    padding: 0vw 4vw;
    height: max-content;
    overflow-y: visible;
  }

  .perspectives_card .action-btn .postdate {
    width: 50%;
    color: var(--black-primary);
    font-family: var(--regular-font);
    font-size: 3.2vw;
    height: max-content;
  }

  .perspectives_card .action-btn .category {
    display: flex;
    justify-content: center;
    height: 22px;
  }

  .perspectives_card .action-btn .category a {
    font-size: 14px;
    line-height: 21px;
  }

  .perspectives_card .action-btn .fee {
    width: 50%;
    text-align: right;
  }

  .perspectives_card .action-btn .fee a {
    text-decoration: none;
    color: var(--red-primary);
    font-family: var(--regular-font);
    font-size: 3.2vw;
  }

  .perspectives_card .action-btn {
    padding: 3vw 4vw;
    display: flex;
    align-items: center;
  }

  .perspectives_card .action-btn a:hover {
    background: transparent;
  }

  /* .perspectives_card{
margin-bottom: 30px;
} */

  #timeline .perspectives_card {
    margin-bottom: 0px;
  }

  #timeline .steparrow {
    height: 64px;
    width: 64px;
    text-align: center;
    margin: auto;
    transform: rotate(90deg);
  }

  #timeline .steparrow img {
    width: 90%;
  }

  #timeline .award-flex {
    display: block;
    align-items: center;
    justify-content: space-around;
  }

  #timeline .perspectives_card {

    width: 60%;
    margin: auto;
  }

  #timeline .perspectives_card .perspectives_card_content {
    background: var(--white-primary);
    border-radius: 10px;
    border: 1px solid var(--red-primary);
  }

  #timeline .perspectives_card .job_title {
    font-size: 3.6vw;
    line-height: 4.8vw;
  }

  #timeline .perspectives_card .job_desc {
    font-size: 3.6vw;
    line-height: 4.8vw;
  }


  #categories .perspectives_card .perspectives_card_content {
    background: linear-gradient(to left, #9d1f1a, #c33531);
    border-radius: 10px;
    border: 0px solid #E3E3E3;
  }


  #categories .perspectives_card .job_title {
    color: var(--white-primary);
  }

  #categories .perspectives_card .job_desc {
    color: var(--white-primary);
    height: max-content;
    overflow-y: hidden;
    padding-bottom: 5vw;
  }

  #categories .perspectives_card .action-btn .postdate {
    color: var(--white-primary);
  }

  #categories .perspectives_card .action-btn .fee a {
    color: var(--white-primary);
  }

  .perspectives_card {
    margin-bottom: 3vw;
  }


  .partnershipwith {
    position: relative;
    z-index: 99;
  }

  .buttonrow .text {
    z-index: 99;
    position: relative;
  }


  .tabs-nav {
    padding: 0px 0px 1vw 0px;
    margin-bottom: 1vw;
  }

  .tabs-nav.stickyelement {
    position: sticky;
    background: var(--white-primary);
    top: 16vw;
  }

  .tabs-nav p {
    color: var(--black-primary);
    font-family: var(--bold-font);
    font-size: 4.2vw;
    line-height: 5.4vw;
    text-transform: uppercase;
    margin-right: 5vw;
    width: max-content;

  }

  .tabs-nav a {
    display: block;
    color: var(--black-primary);
    font-family: var(--medium-font);
    font-size: 2.8vw;
    line-height: 3.70vw;
    text-decoration: none;
    text-transform: uppercase;
    margin-right: 2.75vw;
    margin-bottom: 1.75vw;
  }

  .tabs-nav li {
    margin-bottom: 2vw;
  }

  .tabs-nav a {
    font-size: 2.8vw;
    line-height: 3.70vw;
  }

  .rd-btn_light {
    width: auto;
    text-align: center;
    font-family: var(--bold-font);
    text-decoration: none;
    display: inline-block;
    padding: 5vw 6.75vw 5vw 6.75vw;
    border-radius: 8.5vw;
    color: var(--white-primary);
    text-transform: uppercase;
    background: var(--red-primary);
    font-size: 3.6vw;
    line-height: 5.35vw;
    margin-bottom: 10vw;
    margin-right: 2vw;
  }

  .white-btn {
    width: auto;
    text-align: center;
    font-family: var(--bold-font);
    text-decoration: none;
    display: inline-block;
    padding: 5vw 6.75vw 5vw 6.75vw;
    border-radius: 8.5vw;
    color: var(--red-primary);
    text-transform: uppercase;
    background: var(--white-primary);
    font-size: 3.6vw;
    line-height: 5.35vw;
    margin-bottom: 6vw;
    border: 1px solid var(--red-primary);
  }



  .tabs-nav a {
    font-size: 2.8vw;
    line-height: 3.70vw;
  }

  #categories .flx {
    flex-flow: column-reverse;
  }


  #categories .btn-block {
    display: flex;
    align-items: baseline;
  }


  #categories2 .btn-block {
    display: flex;
    align-items: baseline;
  }

  .buttonrow .text {
    text-align: center;
    margin-bottom: 10px;
  }

  .main-banner-text {
    margin-bottom: 10vw;
  }


  .partnershipwith {
    bottom: -20px;
  }

  .banner-nasscom .action-btn {
    margin-top: 0;
    text-align: left;
  }

  .banner-nasscom .action-btn a {
    margin-bottom: 0;
  }

  #special-awards .perspectives_card .perspectives_card_content {
    background: linear-gradient(to left, #9d1f1a, #c33531);
    padding: 8vw 4vw 8vw 4vw;
  }

  #special-awards .perspectives_card .job_title {
    color: var(--white-primary);
  }

  #categories2 .perspectives_card .action-btn .postdate {
    font-size: 3.2vw;
    line-height: 4.2vw;
  }

  .mobile-btn {
    margin-top: 30px;
    opacity: 1;
    visibility: visible;
    position: static;
  }

  .desktop-btn {
    display: none !important;
    margin-top: 30px;
  }

  .mobile_tabitems_block {
    width: 100%;
    display: flex;
    overflow-x: auto;
  }


  .mobile_tabitems_block::-webkit-scrollbar {
    display: none;
  }

  .tabs-nav li {
    margin-bottom: 2vw;
  }

  .mobile_tabitems_block li.active a {
    padding-bottom: 2.5vw;
    font-family: var(--bold-font);
    border-bottom: 2px solid var(--red-primary);
  }

  .mobile_tabitems_block li a {
    display: block;
    color: var(--black-primary);
    font-family: var(--medium-font);
    font-size: 3.6vw;
    line-height: 4.8vw;
    text-decoration: none;
    text-transform: uppercase;
    margin-right: 2.75vw;
    margin-bottom: 1.75vw;
    width: max-content;
  }

  #timeline .perspectives_card .job_title {
    text-align: center;
  }

  #timeline .perspectives_card .job_desc {
    text-align: center;
  }

  .buttonblock {
    text-align: center;
    padding: 0px 6vw;
    margin-bottom: 5vw;
  }

  .buttonblock p {
    margin-bottom: 6vw;
    font-size: 3.6vw;
    line-height: 4.8vw;
    font-family: var(--bold-font);
    color: var(--white-primary);
    text-transform: uppercase;
    width: 100%;
  }

  .buttonblock .white-btn {
    width: 100%;
    text-align: center;
    font-family: var(--bold-font);
    text-decoration: none;
    display: inline-block;
    padding: 5vw 6.75vw 5vw 6.75vw;
    border-radius: 8.5vw;
    color: var(--red-primary);
    text-transform: uppercase;
    background: var(--white-primary);
    font-size: 3.6vw;
    line-height: 5.35vw;
    margin-bottom: 6vw;
    border: 0;
  }


  .main-banner-text h2 {
    font-size: 7vw;
    line-height: 7vw;
  }

  .main-banner-text .sep-ele {
    padding-bottom: 4vw;
    padding-left: 0vw;
    padding-right: 0;
    margin: 3vw 0 3vw 0;
    width: 100%;
    font-size: 6vw;
    line-height: 9.2vw;
    color: var(--white-primary);
  }

  .main-banner-text h3 {
    font-size: 4.6vw;
    line-height: 6.6vw;
    width: 90%;
  }

  .banner-nasscom .action-btn a {
    margin: 10vw auto;
  }


}


@media (min-width:1500px) {


  .buttonrow .text {
    font-size: 16px;
    line-height: 26px;
    font-family: var(--regular-font);
    color: var(--white-primary);
  }

  .banner-nasscom .action-btn {
    text-align: left;
    margin: 80px 0px 50px 0px;
  }

  .banner-nasscom .action-btn a {
    background: var(--white-primary);
    padding: 28px 58px;
    border-radius: 60px;
    font-family: var(--bold-font);
    color: var(--red-primary);
    text-transform: uppercase;
    text-decoration: none;
    font-size: 18px;
    line-height: 27px;
    display: inline-block;
    width: max-content;
  }

  .tabs-nav a {
    padding: 0px 5px;
    font-size: 18px;
    line-height: 27px;
    margin-right: 15px;
    font-family: var(--bold-font);
    text-transform: inherit;
  }

  .tabs-nav li.active a {
    font-family: var(--bold-font);
  }

  .btn-block.stick {
    position: fixed;
    top: 50px;
    right: 15vw;
    z-index: 99;
  }

  .btn-block.stick .white-btn {
    background: transparent;
  }


  .key-insights .rd-btn_light {
    background: var(--red-primary);
    padding: 24px 36px;
    border-radius: 60px;
    font-family: var(--bold-font);
    color: var(--white-primary);
    text-transform: uppercase;
    text-decoration: none;
    font-size: 18px;
    display: inline-block;
    width: max-content;
    margin-top: 0px;
    height: max-content;
    margin-right: 8px;
    margin-top: 20px;
    margin-bottom: 50px;

  }

  .landingpage .down-arrow p {
    font-size: 18px;
    line-height: 24px;
    font-family: var(--regular-font);
    color: var(--white-primary);
    text-align: left;
  }

  .banner-nasscom .action-btn {
    margin: 10px 0px 40px 0px;
  }


  .buttonblock {
    text-align: center;
    padding: 0px 30px;
  }

  .buttonblock p {
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 28px;
    font-family: var(--bold-font);
    color: var(--white-primary);
    text-transform: uppercase;
    width: 100%;
  }

  .buttonblock .white-btn {
    background: var(--white-primary);
    padding: 24.55px 46.04px 20.46px 46.04px;
    border-radius: 60px;
    font-family: var(--bold-font);
    color: var(--red-primary);
    text-transform: none;
    text-decoration: none;
    font-size: 18px;
    line-height: 27px;
    display: inline-block;
    width: 100%;
    margin-top: 0px;
    height: max-content;
    margin-right: 8px;
    margin-bottom: 12px;
  }


}



@media (min-width: 690px) and (max-width: 767px) {


  .container {
    max-width: 100%;
  }





  .header_home .top-head {
    background: var(--red-primary);
    padding: 25px 30px;
    border-radius: 0vw;
  }

  .header_home .top-head .mainlogo {
    width: 164px;
  }

  .hamburger_icon {
    position: absolute;
    top: 18px;
    right: 3%;
    display: block;
  }

  .hamburger_icon .toggle_icon {
    width: 38px;
  }

  .header_home .bottom-head .rightblock .rightmenu {
    margin-top: 0;
  }

  .mobilemenu_logo img {
    width: 164px;
  }

  .hamburger_icon .close_icon {
    width: 38px;
  }

  .mobilemenu_logo {
    padding: 25px 30px;
  }

  .nsm_navbar-inner li {
    padding: 25px 0px;
    text-align: left;
  }

  .nsm_navbar-inner li a {
    font-size: 13px;
    line-height: 14px;
  }

  .nsm_navbar-inner {
    margin: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .nsm_navbar-moreinner li a {
    font-size: 13px;
    line-height: 14px;
  }

  .nsm_navbar-moreinner li {
    padding: 25px 45px 25px 0px;
    text-align: left;
    width: max-content;
    display: inline-block;
  }

  .nsm_navbar-inner .dropdown_menu li a {
    font-size: 13px;
    line-height: 14px;
  }

  .nsm_navbar-inner .dropdown_menu li {
    padding: 20px 30px 20px 0px;
    text-align: left;
    width: max-content;
    display: inline-block;
  }

  .header_home .bottom-head .rightmenu ul {
    line-height: 0;
  }

  .header_home .row .bottom-head {
    background: var(--white-primary);
    padding: 10px 25px 10px 25px !important;
  }

  .header_home .bottom-head .iconblock li {
    line-height: 0;
  }

  .header_home .bottom-head .rightmenu ul li a {
    font-size: 12px;
    line-height: 14px;
  }

  .header_home .bottom-head .rightmenu ul li {
    margin-left: 0;
    margin-right: 36px;
  }

  .header_home .bottom-head .iconblock li a {
    font-size: 12px;
    line-height: 14px;
  }

  .header_home .bottom-head .rightmenu {
    display: flex !important;
  }

  .header_home .bottom-head .rightmenu a {
    font-size: 12px !important;
    line-height: 14px !important;
    width: auto;
    display: inherit;
  }

  .key-insights .title_h4 {
    font-size: 30px;
    line-height: 37.5px;
  }

  .key-insights .desc {
    font-size: 14px;
    line-height: 21px;
  }

  .key-insights .rd-btn_light {
    padding: 18px 25px 18px 25px;
    font-size: 14px;
    line-height: 17.5px;
    margin-bottom: 20px;
    border-radius: 60px;
  }

  .key-insights {
    background: var(--white-primary);
    padding: 60px 0px 40px 0px;
  }

  section .container {
    padding: 0vw 4vw;
  }

  .important-info .title_h4 {
    font-size: 30px;
    line-height: 37.5px;
    margin-bottom: 36px;
  }

  .important-info {
    padding: 60px 0px 40px 0px;
  }

  #information p {
    font-size: 14px;
    line-height: 21px;
  }

  /* #information ul li{
  font-size: 14px;
  line-height: 21px; 
} */
  #information ul li {
    font-family: "Objektiv_Mk1RG";
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    list-style: none;
    margin-bottom: 3.5em;
  }


  .perspectives_card .job_title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
  }

  .perspectives_card .job_desc {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 20px;
  }

  #categories2 .perspectives_card .action-btn .postdate {
    font-size: 14px;
    line-height: 21px;
  }

  .perspectives_card .action-btn .fee a {
    font-size: 14px;
    line-height: 21px;
  }

  #special-awards .perspectives_card .job_title {
    font-size: 24px;
    line-height: 32px;
  }

  #timeline .perspectives_card .job_title {
    font-size: 20px;
    line-height: 30px;
  }

  #timeline .perspectives_card .job_desc {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 30px;
  }

  .nsm_footer-homepage {
    height: max-content;
    padding: 60px 0px;
  }


  .nsm_footer-homepage .nsm_footer-social img {
    width: 56px;
    margin-right: 0;
  }

  .nsm_footer-homepage .nsm_footer-social .twitternass {
    width: 52px;
    margin-right: 0;
    margin-top: 0px;
  }




  .nsm_footer-homepage .footer_links a {
    font-size: 15px;
    line-height: 22.5px;
    margin-bottom: 60px;
    margin-top: 60px;
  }


  .rd-btn_light {
    padding: 18px 25px 18px 25px;
    font-size: 14px;
    line-height: 17.5px;
    margin-bottom: 20px;
    border-radius: 60px;
  }

  .white-btn {
    padding: 18px 25px 18px 25px;
    font-size: 14px;
    line-height: 17.5px;
    margin-bottom: 20px;
    border-radius: 60px;
  }

  .darksection h6 {
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    margin-bottom: 15px;
  }

  .darksection h4 {
    font-size: 30px;
    line-height: 37.5px;
  }

  #important-information .contentboxno {
    font-size: 24px;
    line-height: 39px;
  }

  #important-information .contentbox h5 {
    font-size: 24px;
    line-height: 39px;
  }

  #important-information .contentbox ul li {
    font-size: 14px;
    line-height: 26px;
  }

  #overview .overviewcontent {
    font-size: 24px;
    line-height: 39px;
  }

  #overview .overviewcontent span {
    font-size: 24px;
    line-height: 39px;
  }

  #overview .contentbox ul li {
    font-size: 14px;
    line-height: 26px;
  }

  #overview .mrbot {
    margin-bottom: 40px;
  }

  #overview h6 {
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    margin-bottom: 15px;
  }

  #overview .contentboxno {
    font-size: 24px;
    line-height: 39px;
  }


  #overview .contentbox h5 {
    font-size: 24px;
    line-height: 39px;
  }

  .darksection .redcard h5 {
    font-size: 26px;
    line-height: 35px;
  }

  .darksection .focusvistor .redcard h5 {
    font-size: 26px;
    line-height: 35px;
  }

  .newsocial .title_h4 {
    font-size: 30px !important;
    line-height: 37.5px !important;
  }

  .newsocial .context-block {
    font-size: 22px !important;
    line-height: 29.5px !important;
  }

  .nsm_footer-homepage .footer_logo {
    width: 164px;
  }

  .nsm_footer-homepage .nsm_footer-social {
    margin-top: 30px;
    padding-top: 30px;
  }

  .nsm_footer-homepage .nsm_footer-social img {
    width: 56px;
    margin-right: 0;
  }

  .nsm_footer-homepage .nsm_footer-social .twitternass {
    width: 52px;
    margin-right: 0;
    margin-top: 0px;
  }

  .nsm_footer-homepage .nsm_footer-social .linkeicon {
    width: 65px !important;
  }

  .nsm_footer-homepage .footer_links {
    margin-top: 6vw;
  }

  .banner-nasscom .action-btn a {
    background: var(--white-primary);
    padding: 22px 42px;
    border-radius: 60px;
    font-family: var(--bold-font);
    color: var(--red-primary);
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    display: inline-block;
    width: max-content;
  }

  .landingpage .main-banner-text h3 {
    font-size: 28px;
    line-height: 38.2px;
    width: 80%;
  }

  .main-banner-text h3.sep-ele {
    font-size: 38px;
    font-family: var(--bold-font);
    line-height: 42.2px;
    margin: 30px 0px;
    padding-bottom: 30px;
    width: 95%;
  }

  .landingpage .main-banner-text h2 {
    font-size: 60px;
    line-height: 72.2px;
    justify-content: normal;
  }

  .banner-nasscom .row {
    bottom: 16%;
  }

  .nsm_navbar-inner {
    margin: 0;
  }

  .nsm_navbar-inner li a {
    font-size: 26px;
    line-height: 24px;
  }



}


.banner-nasscom .action-btn a {
  text-transform: none !important;
}


@media (max-width:767px) {
  .newsocial {
    background: #ebebeb;
    padding: 8vw 0vw 8vw 0vw
  }

  .newsocial .title_h4 {
    font-size: 7.5vw;
    line-height: 9.3vw;
    font-family: var(--bold-font);
    color: var(--red-primary);
    margin: 0;
    text-align: center;
    margin-bottom: 6vw;
  }

  .newsocial .img-block {
    text-align: center;
    margin-bottom: 6vw;
  }

  .newsocial .img-block img {
    width: 60vw;
  }

  .newsocial .context-block {
    font-family: var(--bold-font);
    color: var(--red-secondary);
    font-size: 4.7vw;
    line-height: 7.8vw;
    text-align: left !important;
    margin-top: 20px;
  }

  .newsocial .context-block a {
    text-decoration: none;
    color: var(--red-secondary);
  }

  .h5_heading {
    margin-top: 5px !important;
  }
}

@media (min-width:768px) and (max-width:1499px) {

  .nsm_footer-homepage .pb-4 {
    margin-bottom: 20px !important;
  }

  .newsocial {
    background: #ebebeb;
    padding: 50px 0px;
  }

  .newsocial .title_h4 {
    font-family: var(--bold-font);
    color: var(--red-primary);
    margin: 0;
    font-size: 36px;
    line-height: 54.2px;
    letter-spacing: -0.02em;
    text-align: center;
    margin-bottom: 24px;
  }

  .newsocial .img-block {
    text-align: center;
    margin-bottom: 30px;
  }

  .newsocial .img-block img {
    width: 347px;
  }

  .newsocial .context-block {
    font-family: var(--bold-font);
    color: var(--red-secondary);
    font-size: 22px;
    line-height: 29.5px;
    text-align: center;
  }

  .newsocial .context-block a {
    text-decoration: none;
    color: var(--red-secondary);
  }
}


@media (min-width:1500px) {
  .newsocial {
    background: #ebebeb;
    padding: 60px 0px;
  }

  .newsocial .title_h4 {
    font-family: var(--bold-font);
    color: var(--red-primary);
    margin: 0;
    font-size: 48px;
    line-height: 67.2px;
    letter-spacing: -0.02em;
    text-align: center;
    margin-bottom: 28px;
  }

  .newsocial .img-block {
    text-align: center;
    margin-bottom: 50px;
  }

  .newsocial .img-block img {
    width: 447px;
  }

  .newsocial .context-block {
    font-family: var(--regular-font);
    color: var(--red-secondary);
    font-size: 30px;
    line-height: 37.5px;
    text-align: center;
  }

  .newsocial .context-block a {
    text-decoration: none;
    color: var(--red-secondary);
  }
}




@media (max-width:767px) {
  .dell-tech {
    background: #ebebeb;
    padding: 8vw 0vw 8vw 0vw
  }

  .dell-tech .img-block {
    text-align: center;
    align-items: center;
    justify-content: center;
  }

  .dell-tech .img-block img {
    width: 56vw;
  }

  .dell-tech .img-block p {
    font-size: 2.6vw;
    line-height: 3.2vw;
    font-family: var(--regular-font);
    color: var(--black-primary);
    margin-right: 5vw;
    margin-bottom: 0;
  }

  .nsm_footer-homepage .nsm_footer-social {
    align-items: center !important;
  }

  .linkeicon {
    width: 16.4vw !important;
  }

}

@media (min-width:768px) and (max-width:1499px) {

  .dell-tech {
    background: #ebebeb;
    padding: 30px 0px;
  }

  .dell-tech .img-block {
    text-align: center;
    align-items: center;
    justify-content: center;
  }

  .dell-tech .img-block img {
    width: 450px;
  }

  .dell-tech .img-block p {
    font-size: 14px;
    line-height: 24.4px;
    font-family: var(--regular-font);
    color: var(--black-primary);
    margin-right: 25px;
    margin-bottom: 0;
  }

  .linkeicon {
    width: 56px !important;
  }

}


@media (min-width:1500px) {
  .dell-tech {
    background: #ebebeb;
    padding: 30px 0px;
  }

  .dell-tech .img-block {
    text-align: center;
    align-items: center;
    justify-content: center;
  }

  .dell-tech .img-block p {
    font-size: 18px;
    line-height: 28.8px;
    font-family: var(--regular-font);
    color: var(--black-primary);
    margin-right: 25px;
    margin-bottom: 0;
  }

  .dell-tech .img-block img {
    width: 600px;
  }

  .linkeicon {
    width: 68px !important;
  }

}


.desktopbtn {
  display: block;
}

.mobilebtn {
  display: none;
}

@media (max-width:767px) {
  .mobilebtn {
    display: block;
  }

  .desktopbtn {
    display: none;
  }

}

.expect {
  background: var(--red-primary);
  padding: 8vw 0vw 8vw 0vw
}

.expect .title_h4 {
  font-size: 7.5vw;
  line-height: 9.3vw;
  font-family: var(--bold-font);
  color: var(--red-primary);
  margin: 0;
  text-align: center;
  margin-bottom: 6vw;
}

.chat-card {
  margin-bottom: 36px;
}

.chat-card img {
  border-radius: 10px 10px 0px 0px;
  height: 304px;
  object-fit: cover;
}

.chat-card h5 {
  font-family: var(--bold-font);
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: var(--white-primary);
  background: var(--red-primary);
  padding: 20px 20px;
  border-radius: 0px 0px 10px 10px;
}


/*23012025RR*/
.text-center img {
  width: 100%;
}

.hover-text {
  position: absolute;
  font-family: "Objektiv_Mk1RG";
  background: #581212;
  font-size: 20px;
  opacity: 1;
  /*transition: opacity 0.3s; */
  top: 0;

  width: 100%;
  height: 100%;
  border-radius: 5px;
  padding: 13px;
  color: #fff;
}

.hover-text label {
  font-size: 11px;
  font-family: "Objektiv_Mk1RG";
  color: #fff;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

/* #testimonials .draggable{margin-left: calc((100% - 900px) / 2);} */
.hover-text h2 {
  font-size: 13px;
  font-weight: 700;
  line-height: 17px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin-top: 10px;
}


.testimonial.one-test img {
  border-radius: 5px;
  /* border-radius: 50%; */
  width: 100%;
  /* height: 100px; */
  /* margin-bottom: 15px; */
  object-fit: cover;
  border-radius: 0;
  height: 100%;
  padding: 0;
  margin: 0;
}

.testimonial.one-test {
  box-shadow: unset !important;
  padding: 0;
}

#information h2 {
  font-family: "Objektiv_Mk1BD";
  /* margin: 20px 0 0 0; */
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;

}

.bormentor {
  border: 1px solid #000;
  margin: 20px 0 0 0;
}

.mentor div img {
  background-size: cover;
  width: 100%;
}

#Get-Mentors p {
  text-align: center;
}

#Get-Mentors h2 {
  font-family: "Objektiv_Mk1BD";
  margin: 20px 0 0 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

#Get-Mentors label {
  font-family: "Objektiv_Mk1RG";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  list-style: none;
  margin-bottom: 3.5em;
}



.carousel-item {
  padding: 20px;
}

.testimonial {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  height: 100%;
  position: relative;
  /* transition: transform 0.3s, box-shadow 0.3s;*/
}

/* .testimonial:hover {
      transform: translateY(-10px);
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
    }*/

.testimonial img {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-bottom: 15px;
  object-fit: cover;
}

.testimonial h3 {
  margin: 0;
  font-size: 1.2em;
  color: #333;
}

.testimonial p {
  font-size: 1em;
  color: #555;
  margin: 10px 0 0;
}





.video-icon img {
  width: 65px !important;
  height: 65px !important;
}

.video-icon {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}


.testimonial.one-test {
  height: 318px;
}

#overview_hr hr {
  color: var(--red-primary);
  opacity: 1;
}

.empower .text-center img {
  width: 350px;
}

.empower .context-block p {
  font-family: var(--light-font);
  color: var(--red-primary);
  font-size: 22px;
  line-height: 29.5px;
  text-align: center;
}

.w__25--rem {
  width: 25rem;
}

.heading__Common--font {
  font-family: "Objektiv_Mk1BD";
  margin: 20px 0 0 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.youtube__logo--width {

  width: 72px !important;

}



element.style {}

@media (min-width: 1500px) {
  .landingpage .main-banner-text .date {
    font-size: 36px;
    line-height: 36px;
    color: var(--white-primary);
    font-family: var(--light-font);
    width: 100%;
    text-align: left;
    font-weight: 500;
    padding-top: 40px;
  }
}


/* new-section-css */

.image-card .summit-overview {
  margin-top: 0px;
}

.summit-overview h4 {
  font-family: var(--medium-font);
  color: #C33531;
  margin: 0;
  font-size: 48px;
  line-height: 67.2px;
  letter-spacing: -0.02em;
  text-align: left;
  margin-bottom: 28px;
  font-weight: 500;
}

.summit-overview p {
  font-family: var(--medium-font);
  color: #939393;
  margin: 0;
  font-size: 20px;
  line-height: 67.2px;
  letter-spacing: -0.02em;
  text-align: left;
  font-weight: 500;
}

.list-section h3 {
  font-weight: 700;
  font-size: 25px;
  line-height: 36px;
  font-family: var(--bold-font);
  color: var(--red-primary);
  padding: 0px 0px 10px 0px;
}

.list-section ul li {
  font-size: 20px;
  line-height: 40px;
  font-family: var(--regular-font);
  color: var(--black-primary);
  font-weight: 400;
}

.list-section p {
  font-size: 20px;
  line-height: 31px;
  font-family: var(--regular-font);
  color: var(--black-primary);
  font-weight: 400;
}

.list-section {
  margin-bottom: 30px;
}

.image-section img {
  object-fit: cover;
}


/* small-card */

/* .registration {
    padding: 50px 0;
    background-color: #f8f9fa;
  } */

.container {
  max-width: 1200px;
  margin: auto;
}

h1 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 15px;
}

.card-white p {
  color: #000000;
  font-family: var(--medium-font);
  font-weight: 500;
  font-size: 18px;
}

.registration .small p {
  font-size: 18px;
  color: #FFFFFF;
  margin: 0px !important;
  padding-top: 15px !important;
  font-family: var(--bold-font);
  font-weight: 700;
}

.registration .action-btn a {
  background: var(--red-primary);
  padding: 24px 36px;
  border-radius: 60px;
  font-family: var(--light-font);
  color: var(--white-primary);
  text-transform: uppercase;
  text-decoration: none;
  font-size: 18px;
  display: inline-block;
  width: max-content;
  margin-top: 0px;
  height: max-content;
  margin-right: 8px;
  border: 1px solid var(--red-primary);
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 700;
}

.action-btn a:hover {
  background-color: #0056b3;
}

.card-row {
  display: flex;
  /* Ensures cards align in a row */
  flex-wrap: wrap;
  justify-content: center;
  gap: 0px;
  margin-top: 30px;
  padding-bottom: 10px;
  padding: 10px;
  margin-bottom: 0px;
}

.small-card {
  height: fit-content;
  /* padding: 20px; */
  border-radius: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  /*    width: 320px !important;*/
  text-align: center;
  /* transition: transform 0.3sease-in-out; */
  flex: 0 1 auto;
  margin: 0px !important;
  padding: 0px !important;
  border: 2px solid #C33531;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 20px !important;
}

/* .small-card:hover {
    transform: translateY(-5px);
  } */

.small {
  font-weight: bold;
  font-size: 18px;
  color: #333;
  border-radius: 11px 11px 0px 0px;
  background: #C33531;
}

.card-white {
  padding: 10px;
  border-radius: 0px 0px 15px 15px;
  margin-top: 10px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  height: 45px;
  align-items: center;
  display: flex;
  justify-content: center;
  padding-top: 20px;
}

.card-row>* {
  flex: 1 1 auto !important;
  /* width: auto !important;
    max-width: 100% !important; */
  width: 150px !important;
}

.registration .action-btn {
  display: flex;
  align-items: center;
  justify-content: end;
  text-align: center;
  margin: 0px 0px 30px 0px !important;
}

.registration {
  margin-top: 50px;
  margin-bottom: 50px;
}

.small-card .small .member {
  padding: 0px !important;
}

.small p {
  height: 60px;
}

.registration .small .regular {
  text-align: center !important;
  display: flex;
  justify-content: center !important;
}

.registration .col-md-12 h2 {
  font-family: var(--medium-font);
  color: #C33531;
  margin: 0;
  font-size: 48px;
  line-height: 67.2px;
  letter-spacing: -0.02em;
  text-align: left;
  margin-bottom: 28px;
}

.Important-Information .col-md-12 h2 {
  font-family: var(--medium-font);
  color: #C33531;
  margin: 0;
  font-size: 48px;
  line-height: 67.2px;
  letter-spacing: -0.02em;
  text-align: left;
  margin-bottom: 15px;
  font-weight: 500;
  margin-top: 20px;
}

.Important-Information .col-md-12 ul li {
  font-size: 18px;
  line-height: 30px;
  font-family: var(--regular-font);
  color: var(--black-primary);
  text-align: left;
  font-weight: 400;
}

.Important-Information .col-md-12 b {
  font-size: 16px;
  font-weight: 800;
  line-height: 30px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  font-family: var(--bold-font);
}

.venue-title {
  font-size: 38px;
  font-family: var(--medium-font);
  color: #C33531;
  margin-bottom: 20px;
  font-weight: 500;
  margin-top: 30px;
}

.contact-info p {
  margin: 5px 0;
  font-size: 17px;
  padding-bottom: 5px;
  font-family: var(--regular-font);
}

.map-container {
  border-radius: 10px;
  overflow: hidden;
  margin-top: 66px;
}

iframe {
  width: 100%;
  height: 500px;
  border: 0;
  border-radius: 10px;
}

.contact-info {
  margin-top: 50px;
}

.map-container {
  margin-top: 130px;
}

.bormentor {
  border: 1px solid #000;
  margin-top: 50px;
  margin-bottom: 15px;
}

.landingpage .key-insights .title_h4 {
  font-family: var(--medium-font);
  color: var(--red-primary);
  margin: 0;
  font-size: 48px;
  line-height: 67.2px;
  letter-spacing: -0.02em;
  text-align: center;
  margin-bottom: 28px;
  font-weight: 500;
}

.about {
  font-family: var(--bold-font);
  color: var(--red-primary);
  margin: 0;
  font-size: 48px;
  line-height: 67.2px;
  letter-spacing: -0.02em;
  text-align: center;
  margin-bottom: 0px;
  display: flex;
  justify-content: start;
}

.key-insights .col-md-3 h2 {
  font-family: var(--medium-font);
  font-size: 15px;
  font-weight: 700;
  margin-top: 15px;
}

/*.key-insights .col-md-3 label{
  margin-bottom: 30px;
}*/
.key-insights .col-md-3 {
  text-align: left;
}

.registration .col-md-12 h1 {
  font-family: var(--medium-font);
  color: var(--red-primary);
  margin: 0;
  font-size: 48px;
  line-height: 67.2px;
  letter-spacing: -0.02em;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 500;
}

.registration .col-md-8 p {
  font-size: 20px;
  font-weight: 400;
  font-family: var(--regular-font);
}

#Get-Mentors label {
  font-family: "Objektiv_Mk1RG";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  list-style: none;
  margin-bottom: 3.5em;
}

.card-line {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid #FFFFFF;
  opacity: .25;
  width: 80%;
  margin-left: 10%;
}

.max-2 {
  text-align: center;
  padding-top: 25px;
}

.max-2 p {
  font-size: 16px;
  font-family: var(--regular-font);
  font-weight: 500;
}



/* for-mobile-respnsive  */

@media (max-width: 767px) {
  .main-banner-text h3 {
    font-size: 9.6vw;
    line-height: 13.6vw;
    width: 90%;
  }

  .landingpage .main-banner-text .date {
    font-size: 20px;
    line-height: 39.4px;
    color: var(--white-primary);
    font-family: var(--light-font);
    width: 100%;
    text-align: left;
    font-weight: 500;
  }

  .about {
    font-family: var(--bold-font);
    color: var(--red-primary);
    margin: 0;
    font-size: 7.5vw;
    line-height: 67.2px;
    letter-spacing: -0.02em;
    text-align: center;
    margin-bottom: 28px;
  }

  .summit-overview h4 {
    font-family: var(--medium-font);
    color: #C33531;
    margin: 0;
    font-size: 7.5vw;
    line-height: 35.2px;
    letter-spacing: -0.02em;
    text-align: left;
    margin-bottom: 25px;
    font-weight: 500;
  }

  .summit-overview p {
    font-family: var(--medium-font);
    color: #939393;
    margin: 0;
    font-size: 16px;
    line-height: 67.2px;
    letter-spacing: -0.02em;
    text-align: left;
  }

  .list-section h3 {
    font-weight: 700;
    font-size: 5.5vw;
    line-height: 32px;
    font-family: var(--bold-font);
    color: var(--red-primary);
    padding: 25px 0px;
  }

  .list-section p {
    font-size: 3.95vw;
    line-height: 36px;
    font-family: var(--regular-font);
    color: var(--black-primary);
    font-weight: 400;
  }

  .list-section ul li {
    font-size: 3.95vw;
    line-height: 6.85vw;
    font-family: var(--regular-font);
    color: var(--black-primary);
    font-weight: 400;
  }

  .landingpage .key-insights .title_h4 {
    font-family: var(--medium-font);
    color: var(--red-primary);
    margin: 0;
    font-size: 7.5vw;
    line-height: 50.2px;
    letter-spacing: -0.02em;
    text-align: left;
    margin-bottom: 15px;
    font-weight: 500;
  }

  .key-insights label {
    font-family: "Objektiv_Mk1RG";
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    list-style: none;
    margin-bottom: 0em;
    /* text-align: center; */
  }

  .key-insights h2 {
    font-family: "Objektiv_Mk1BD";
    margin: 20px 0 8px 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    /* text-align: center; */
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }

  .key-insights .bormentor {
    border: 1px solid #000;
    margin-top: 50px;
    margin-bottom: 15px;
  }

  .registration .col-md-12 h1 {
    font-family: var(--medium-font);
    color: var(--red-primary);
    margin: 0;
    font-size: 7.5vw;
    line-height: 45.2px;
    letter-spacing: -0.02em;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 500;
  }

  .registration .col-md-8 p {
    font-size: 3.95vw;
    font-weight: 400;
    font-family: var(--regular-font);
  }

  .registration .action-btn {
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 15px 0px 50px 0px !important;

  }

  .registration .bormentor {
    border: 1px solid #000;
    margin-top: 40px;
    margin-bottom: 15px;
  }

  .Important-Information .col-md-12 h2 {
    font-family: var(--medium-font);
    color: #C33531;
    margin: 0;
    font-size: 7.5vw;
    line-height: 67.2px;
    letter-spacing: -0.02em;
    text-align: left;
    margin-bottom: 15px;
    font-weight: 500;
    margin-top: 20px;
  }

  .Important-Information .col-md-12 ul li {
    font-size: 3.95vw;
    line-height: 28px;
    font-family: var(--regular-font);
    color: var(--black-primary);
    text-align: left;
    font-weight: 400;
  }

  .map-container {
    margin-top: 40px;
  }

  .key-insights .col-md-3 {
    text-align: left;
  }

  .card-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    padding: 0 20px;
  }

  .small-card {
    flex: 1;
    max-width: 250px;
    min-width: 175px;
    margin-bottom: 5px !important;
  }

  .soldout_card {
    border-color: #ccc !important;
    margin-bottom: 5px !important;
  }

  .contact-info p {
    margin: 5px 0;
    font-size: 3.95vw;
    padding-bottom: 5px;
    font-family: var(--regular-font);
    line-height: 28px;
  }

  .small-card-new {
    height: fit-content;
    /* padding: 20px; */
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    flex: 0 1 auto;
    margin: 0px !important;
    padding: 0px !important;
    border: 2px solid #581212;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 10px !important;
  }

  .mb_margin {
    margin-bottom: 20px;
  }

}



@media (min-width: 768px) and (max-width: 1499px) {
  .about {
    font-family: var(--bold-font);
    color: var(--red-primary);
    margin: 0;
    font-size: 36px;
    line-height: 67.2px;
    letter-spacing: -0.02em;
    text-align: center;
    margin-bottom: 28px;
  }

  .key-insights .rd-btn_light {
    background: var(--red-primary);
    padding: 18px 32px;
    border-radius: 60px;
    font-family: var(--bold-font);
    color: var(--white-primary);
    text-transform: uppercase;
    text-decoration: none;
    font-size: 13px;
    display: inline-block;
    width: max-content;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .small-card {
    border: 2px solid #C33531;
    margin-bottom: 20px !important;
  }

  .small {
    font-weight: bold;
    font-size: 18px;
    color: #333;
    border-radius: 11px 11px 0px 0px;
    background: #C33531;
    padding: 0px 0px 10px 0px;
  }

  .card-white {
    padding: 10px;
    border-radius: 0px 0px 15px 15px;
    margin-top: 10px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    height: 65px;
    align-items: center;
    display: flex;
    justify-content: center;
    padding-top: 25px;
  }
}

.logo-heading h3 {
  text-decoration: none;
  color: #C33531;
  font-size: 45px;
  line-height: 27px;
  font-weight: 700;
  font-family: var(--regular-font);
  margin-bottom: 50px;
  text-align: center;
  font-size: 45px;
  margin-bottom: 40px;
  margin-top: 20px;
}

.logo-mini-heading {
  text-decoration: none;
  color: var(--red-primary);
  line-height: 27px;
  font-weight: 400;
  font-family: var(--bold-font);
  text-transform: uppercase;
  text-align: center;
  font-size: 25px;
}

.logo-image {
  height: 200px;
  width: 100%;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  justify-content: center;
}

.Confluence-Partner {
  text-decoration: none;
  color: var(--red-primary);
  line-height: 27px;
  font-weight: 400;
  font-family: var(--bold-font);
  text-transform: uppercase;
  text-align: center;
  font-size: 25px;
  margin-top: 5% !important;
  margin-bottom: 30px !important;
}

.logo-section .col-md-3 {
  align-items: center;
  justify-content: center;
  text-align: center;
  display: flex;
  height: 250px;
  flex-direction: column;
  border: 1px solid gray;
  width: 24%;
}

.logo-image {
  /* height: 200px; */
  width: 300px;
  text-align: center !important;
  align-items: center !important;
  justify-content: center !important;
  /* display: flex; */
}

.logo-heading {
  margin-bottom: 50px;
}

.bormentor {
  border: 1px solid #000;
  /* margin: 20px 0 0 0;  */
  margin-top: 50px;
  margin-bottom: 50px;
}

.confluence-row {
  justify-content: center !important;
  align-items: center !important;
  gap: 14px;
}

.key-insights .bormentor {
  margin-top: 50;
  margin-bottom: 50px;
}

.logo-section .col-md-4 {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}

.logo-section .col-md-4 h4 {
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .logo-section .strategic-partner {
    margin-top: 25px;
  }


}

.logo-section .bormentor {
  margin-top: 50px;
}

.Important-Information p {
  font-size: 20px;
  font-weight: 400;
  font-family: var(--regular-font);
}

.book-your-stay .booking-section h2 {
  font-family: var(--medium-font);
  color: #C33531;
  margin: 0;
  font-size: 48px;
  line-height: 67.2px;
  letter-spacing: -0.02em;
  text-align: center;
  margin-bottom: 15px;
  font-weight: 500;
  margin-top: 20px;
}

.booking-section {
  padding: 30px;
  text-align: center;
  max-width: 800px;
  margin: 50px auto;
  border-radius: 10px;
}

.booking-section h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.booking-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.booking-box {
  width: 48%;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.booking-box p {
  font-size: 14px;
  color: #333;
  margin-bottom: 20px;
}

.btn {
  display: inline-block;
  padding: 10px 15px;
  background: #8b0000;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
}

.sold-out {
  background: #b22222;
}

.logo-section .partner-logo {
  margin-top: 60px;
}

.fix-image {
  position: fixed;
  top: 30%;
  right: 0%;
  width: 45px !important;
  margin: 0px !important;
  padding: 0px !important;
}

.section {
  display: flex;
  align-items: center;
  width: 80%;
}

.box {
  background: linear-gradient(to right, #b10000, #d32f2f);
  color: white;
  padding: 12px 38px;
  border-radius: 10px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  white-space: nowrap;
  width: 25%;
}

.line {
  flex-grow: 1;
  /* height: 2px; */
  /* background: linear-gradient(to right, #d32f2f, rgba(255,255,255,0)); */
  margin-left: 0px;
  margin-bottom: 11px;
  background-color: #c82020;
  border: 1px solid #C33531;
}

.mymodal {
  display: none;
}

.mymodal {
  width: 100%;
  height: 100%;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9999;
}

.mymodal .overlay {
  background: #000000e0;
  height: 100%;
  width: 100%;
}

.mymodal .modal-copy {
  width: 600px;
  background: var(--white-primary) !important;
  z-index: 99;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 99;
  border-radius: 10px;
  border: 1px solid var(--white-primary);
}


.mymodal .modal-copy .contxt {
  text-align: center;
  padding: 30px 30px;
}

.mymodal .modal-copy video {
  width: 100%;
  border-radius: 10px 10px 0px 0px;
}

.mymodal .modal-copy h2 {
  font-family: var(--bold-font);
  font-size: 30px;
  line-height: 37.5px;
  text-align: center;
  color: var(--red-primary);
  margin-bottom: 24px;
}

.mymodal .modal-copy p {
  font-family: var(--medium-font);
  font-size: 18px;
  line-height: 27px;
  text-align: left;
  color: var(--black-primary);
  margin-bottom: 36px;
}

.mymodal .modal-copy p span {
  font-family: var(--bold-font);
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  color: var(--red-primary);
  display: block;
}

.mymodal .modal-copy .modallogo {
  width: 200px;
}

.overflowhide {
  overflow-y: hidden;
}

.mymodal .modal-copy .closebtn {
  position: absolute;
  top: 0;
  right: -50px;
  cursor: pointer;
}

.nsm_popup-social img {
  width: 60px;
  margin-left: 20px;
  margin-right: 0;

}

.nsm_popup-social {
  margin-left: 18%;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .mymodal .modal-copy {
    width: 95%;
    height: 470px;
    display: flex;
    align-items: end;
    background: var(--white-primary);
    z-index: 99;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 99;
    border-radius: 10px;
    border: 1px solid var(--white-primary);
    background-size: cover !important;
    background-position: center !important;
  }

  .mymodal .modal-copy .closebtn {
    position: absolute;
    top: -50px;
    right: 0px;
    cursor: pointer;
  }

  .mymodal .modal-copy p {
    font-family: var(--medium-font);
    font-size: 12px;
    line-height: 20px;
    text-align: left;
    margin-bottom: 15px;
  }

  .nsm_popup-social img {
    width: 38px;
    margin-left: 10px;
    margin-right: 0;
  }

  .youtube__logo--width {
    width: 75px !important;
  }

  .nsm_popup-social {
    display: flex;
    text-align: left;
    align-items: center;
    margin-top: 20px;
    justify-content: start;
  }

  .nsm_popup-social .linkeicon {
    width: 38px !important;
  }
}

.registration .col-md-12 h3 {
  text-align: center;
  margin-bottom: 20px;
  line-height: 60px;
  font-size: 30px;
  font-family: var(--medium-font);
  color: #000000;
}

.small-card-new {
  height: fit-content;
  /* padding: 20px; */
  border-radius: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
  flex: 0 1 auto;
  margin: 0px !important;
  padding: 0px !important;
  border: 2px solid #581212;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 20px!important;
}

.small-new {
  background: #581212 !important;
}

.Important-Information .action-btn-new a {
  background: #C33531;
  padding: 28px 58px;
  border-radius: 60px;
  font-family: var(--bold-font);
  color: #FFFFFF;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 18px;
  display: inline-block;
  width: max-content;
  margin-top: 0px;
  height: max-content;
  margin-right: 8px;
  border: 2px solid #C33531;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 700;
}

.landingpage .key-insights .action-btn a {
  background: var(--red-primary);
  padding: 24px 36px;
  border-radius: 60px;
  font-family: var(--bold-font);
  color: var(--white-primary);
  text-transform: uppercase;
  text-decoration: none;
  font-size: 18px;
  display: inline-block;
  width: max-content;
  margin-top: 0px;
  height: max-content;
  margin-right: 8px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 700;
  border: 2px solid;
}

.Important-Information .col-md-8 h2 {
  font-family: var(--medium-font);
  color: #FFFFFF;
  margin: 0;
  font-size: 48px;
  line-height: 67.2px;
  letter-spacing: -0.02em;
  text-align: left;
  margin-bottom: 15px;
  font-weight: 500;
  margin-top: 20px;
}

.Important-Information-new {
  background-color: #581212;
  padding: 50px 0px;
  margin-top: 50px;
}

.Important-Information .col-md-8 p,
b {
  color: #FFFFFF
}

.Important-Information .col-md-12 ol li {
  color: #FFFFFF
}

.contact_us {
  background-color: #581212;
  padding: 30px 0px 50px 0px;
}

.contact_us .col-md-9 ul {
  display: flex;
  gap: 12px;
  padding: 5px;
}

.contact_us .col-md-9 b {
  color: #000000;
}

.contact_us .col-md-9 ul li {
  font-size: 15px;
  line-height: 32px;
  font-family: var(--regular-font);
  color: #FFFFFF;
  text-align: left;
  font-weight: 400;
  list-style: none;
  white-space: nowrap;
}

.contact_us .col-md-9 ul span {
  font-size: 15px;
  line-height: 32px;
  font-family: var(--regular-font);
  color: #FFFFFF;
  text-align: left;
  font-weight: 400;
  list-style: none;
  white-space: nowrap;
}

.contact_us .col-md-3 h2 {
  font-size: 48px;
  font-family: var(--medium-font);
  color: #ffffff;
  margin-bottom: 20px;
  font-weight: 500;
  margin-top: 30px;
}

.key-insights .col-md-12 b {
  color: #000000;
}

.Important-Information .col-md-12 b {
  color: #C33531;
}

.Important-Information-new .col-md-12 b {
  color: #ffffff;
}

.Important-Information .action-btn-new {
  display: flex;
  justify-content: end;
}

.contact_us .col-md-9 {
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  padding-top: 30px;
}

.spread_section {
  margin: 80px 0px;
}

.spread_section .spread_heading h1 {
  font-family: var(--medium-font);
  color: var(--red-primary);
  margin: 0;
  font-size: 48px;
  line-height: 67.2px;
  letter-spacing: -0.02em;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 500;
}

.image-card .list-section ul li {
  font-size: 18px;
  line-height: 32px;
  font-family: var(--regular-font);
  color: var(--black-primary);
  text-align: left;
  font-weight: 400;
}



@media (min-width: 768px) and (max-width: 1499px) {
  .Important-Information .action-btn-new a {
    background: var(--red-primary);
    padding: 18px 32px;
    border-radius: 60px;
    font-family: var(--bold-font);
    color: var(--white-primary);
    text-transform: uppercase;
    text-decoration: none;
    font-size: 13px;
    display: inline-block;
    width: max-content;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .Important-Information .action-btn-new {
    display: flex;
    justify-content: end;
  }

  .list-section p {
    font-size: 14px;
    line-height: 23px;
    font-family: var(--regular-font);
    color: var(--black-primary);
    font-weight: 400;
  }
  .list-section ul li{
    font-size: 14px;
    line-height: 26px;
    font-family: var(--regular-font);
    color: var(--black-primary);
    font-weight: 400;
  }

  .list-section h3 {
    font-weight: 700;
    font-size: 22px;
    line-height: 29px;
    font-family: var(--bold-font);
    color: var(--red-primary);
    padding: 0px 0px 10px 0px;
  }

  .Important-Information p {
    font-size: 14px;
    font-weight: 400;
    font-family: var(--regular-font);
    margin-bottom: 10px;
  }

  .summit-overview h4 {
    font-family: var(--medium-font);
    color: #C33531;
    margin: 0;
    font-size: 36px;
    line-height: 67.2px;
    letter-spacing: -0.02em;
    text-align: left;
    margin-bottom: 28px;
    font-weight: 500;
  }

  .landingpage .key-insights {
    padding: 0px 0px 50px 0px;
  }

  .landingpage .key-insights .title_h4 {
    font-family: var(--medium-font);
    color: var(--red-primary);
    margin: 0;
    font-size: 36px;
    line-height: 67.2px;
    letter-spacing: -0.02em;
    text-align: center;
    margin-bottom: 28px;
    font-weight: 500;
  }

  .registration .col-md-12 h1 {
    font-family: var(--medium-font);
    color: var(--red-primary);
    margin: 0;
    font-size: 36px;
    line-height: 67.2px;
    letter-spacing: -0.02em;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 500;
  }

  .registration .action-btn a {
    background: var(--red-primary);
    padding: 18px 32px !important;
    border-radius: 60px;
    font-family: var(--bold-font) !important;
    color: var(--white-primary);
    text-transform: uppercase;
    text-decoration: none;
    font-size: 13px !important;
    display: inline-block;
    width: max-content;
    margin-top: 0px;
    height: max-content;
    margin-right: 8px;
    border: 1px solid var(--red-primary);
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 700;
  }

  .registration .col-md-12 h3 {
    text-align: center;
    margin-bottom: 20px;
    line-height: 60px;
    font-size: 24px;
    font-family: var(--medium-font);
    color: #000000;
  }

  .venue-title {
    font-size: 36px;
    font-family: var(--medium-font);
    color: #C33531;
    margin-bottom: 20px;
    font-weight: 500;
    margin-top: 30px;
  }

  .Important-Information .col-md-8 h2 {
    font-family: var(--medium-font);
    color: #FFFFFF;
    margin: 0;
    font-size: 36px;
    line-height: 67.2px;
    letter-spacing: -0.02em;
    text-align: left;
    margin-bottom: 15px;
    font-weight: 500;
    margin-top: 20px;
  }

  .contact_us .col-md-3 h2 {
    font-size: 36px;
    font-family: var(--medium-font);
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: 500;
    margin-top: 30px;
  }

  .Important-Information .col-md-12 ul li {
    font-size: 14px;
    line-height: 24px;
    font-family: var(--regular-font);
    color: var(--black-primary);
    text-align: left;
    font-weight: 400;
  }

  .contact-info p {
    margin: 5px 0;
    font-size: 14px;
    padding-bottom: 5px;
    font-family: var(--regular-font);
  }

  .spread_section .spread_heading h1 {
    font-family: var(--medium-font);
    color: var(--red-primary);
    margin: 0;
    font-size: 36px;
    line-height: 67.2px;
    letter-spacing: -0.02em;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 500;
  }

  .image-card .list-section ul li {
    font-size: 14px;
    line-height: 32px;
    font-family: var(--regular-font);
    color: var(--black-primary);
    text-align: left;
    font-weight: 400;
  }
}

@media (max-width: 767px) {
  .registration .small p {
    font-size: 14px;
    color: #FFFFFF;
    margin: 0px !important;
    padding-top: 15px !important;
    font-family: var(--bold-font);
    font-weight: 700;
  }

  .Important-Information .action-btn-new {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    margin-top: 30px;
  }

  .Important-Information .col-md-8 h2 {
    font-family: var(--medium-font);
    color: #FFFFFF;
    margin: 0;
    font-size: 38px;
    line-height: 67.2px;
    letter-spacing: -0.02em;
    text-align: left;
    margin-bottom: 15px;
    font-weight: 500;
    margin-top: 20px;
  }

  .Important-Information .action-btn-new a {
    background: var(--red-primary);
    padding: 18px 32px;
    border-radius: 60px;
    font-family: var(--bold-font);
    color: var(--white-primary);
    text-transform: uppercase;
    text-decoration: none;
    font-size: 13px;
    display: inline-block;
    width: max-content;
    margin-top: 0px;
  }

  .contact_us .col-md-9 ul {
    display: block;
    gap: 12px;
    padding: 5px;
  }

  .contact_us .col-md-3 h2 {
    font-size: 38px;
    font-family: var(--medium-font);
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: 500;
    margin-top: 30px;
    text-align: left;
  }

  .list-section p {
    font-size: 3.95vw;
    line-height: 6.85vw !important;
    font-family: var(--regular-font);
    color: var(--black-primary);
    font-weight: 400;
  }

  .key-insights {
    background: var(--white-primary);
    padding: 6vw 0vw 0vw 0vw !important;
  }

  .registration .action-btn a {
    background: var(--red-primary);
    padding: 18px 32px !important;
    border-radius: 60px !important;
    font-family: var(--bold-font) !important;
    color: var(--white-primary);
    text-transform: uppercase;
    text-decoration: none;
    font-size: 13px !important;
    display: inline-block;
    width: max-content;
    margin-top: 20px;
  }

  .contact_us .col-md-9 {
    text-align: left;
    align-items: flex-start;
    justify-content: left;
    padding-top: 0px;
  }

  .registration .col-md-12 h3 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 5vw;
    line-height: 45.2px;
    font-family: var(--medium-font);
    color: #000000;
  }

  .venue-title {
    font-size: 7.5vw;
    line-height: 45.2px;
    font-family: var(--medium-font);
    color: #C33531;
    margin-bottom: 20px;
    font-weight: 500;
    margin-top: 30px;
  }

  .contact_us .col-md-3 h2 {
    font-size: 7.5vw;
    line-height: 45.2px;
    font-family: var(--medium-font);
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: 500;
    margin-top: 30px;
    text-align: left;
  }

  .spread_section .spread_heading h1 {
    font-family: var(--medium-font);
    color: var(--red-primary);
    margin: 0;
    font-size: 7.5vw;
    line-height: 45.2px;
    letter-spacing: -0.02em;
    text-align: center;
    margin-bottom: 50px;
    font-weight: 500;
    white-space: nowrap;
  }

  .spread_section .spread_image {
    margin-bottom: 0px;
  }

  .ticket_card {
    margin-bottom: 30px;
  }

  .image-card .list-section ul li {
    font-size: 3.95vw;
    line-height: 28px;
    font-family: var(--regular-font);
    color: var(--black-primary);
    text-align: left;
    font-weight: 400;
  }

  .bormentor {
    border: 1px solid #000;
    /* margin: 20px 0 0 0; */
    margin-top: 0px;
    margin-bottom: 50px;
  }

}



.banner-nasscom .action-btn a:hover {
  background: var(--red-primary);
  color: var(--white-primary);
}

.key-insights .rd-btn_light:hover {
  background: var(--white-primary);
  color: var(--red-primary);
  border: 2px solid var(--red-primary);
}

.registration .action-btn a:hover {
  background: var(--white-primary);
  color: var(--red-primary);
  border: 2px solid var(--red-primary);
}

.nsm_footer-homepage .nsm_footer-social a {
  color: transparent;
}

.spread_download {
  display: flex;
  justify-content: space-between;
  padding: 10px 20px;
}

.spread_download .card_download {
  text-decoration: none;
  color: #000;
  font-weight: 500;
}

.spread_download .embed_download {
  color: #C33531;
  font-weight: 500;

  cursor: default;
}

.soldout_card {
  border-color: #ccc !important;
}

.soldout {
  background-color: #ccc !important;
}

.main_div {
  width: 180px !important;
}

.h5_heading {
  margin-top: 20px;
}

.fix-image {
  position: fixed;
  top: 50%;
  right: 0%;
  width: 45px !important;
  margin: 0px !important;
  padding: 0px !important;
}

.agenda-button {
  transform: translateY(-50%);
  background-color: #C33531;
  border-radius: 10px 0 0 10px;
  padding: 10px 5px;
  width: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.agenda-text a {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-family: Arial, sans-serif;
  font-weight: bold;
  color: var(--white-primary);
  padding: 0px 10px 15px 20px;
  font-family: var(--medium-font);
  text-decoration: none;
}

.agenda-text img {
  padding: 10px 0px 10px 10px;
  font-size: 20px;
  color: var(--white-primary);
  transform: rotate(179deg);
}

@media (max-width: 767px) {
  .agenda-text a {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-family: Arial, sans-serif;
    font-weight: bold;
    color: var(--white-primary);
    padding: 0px 10px 15px 15px;
    font-family: var(--medium-font);
    font-size: 14px;
  }

  .agenda-text img {
    padding: 5px 0px 5px 5px;
    font-size: 18px;
    font-size: 20px;
    color: var(--white-primary);
    transform: rotate(179deg);
    width: 30px;
  }

  .fix-image {
    position: fixed;
    top: 35%;
    right: 0%;
    width: 45px !important;
    margin: 0px !important;
    padding: 0px !important;
    z-index: 99;
  }

  .Important-Information .bormentor {
    border: 1px solid #000;
    /* margin: 20px 0 0 0; */
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .image-card .row>* {
    /* flex-shrink: 0; */
    width: 100%;
    /* max-width: 100%; */
    padding-right: calc(var(--bs-gutter-x) * .0) !important;
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
  }

}




#moreContent {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.6s ease;
}

#moreContent.open {
  max-height: 1000px;
  /* enough height to show all content */
  transition: max-height 2s ease;
}

.morecontent_button {
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #C33531 !important;
}

.morecontent_button:hover {
  border: 0px solid !important;
  border-color: transparent !important;
}

#moreContent b,
strong {
  font-weight: bolder;
  color: #000;
}

/*.list-wrapper {
  max-height: 250px;
  overflow: hidden;
  transition: max-height 0.9s ease;
}

.list-wrapper.expanded {
  max-height: 1000px;
  transition: max-height 2s ease;
}*/
.list-wrapper {
  overflow: hidden;
  transition: max-height 0.9s ease;
}

.list-wrapper.expanded {
  transition: max-height 2s ease;
}

.read-toggle {
  color: var(--black-primary);
  cursor: pointer;
  margin-top: 10px;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
}

.image-card .col-md-1 h5 {
  color: #c33531;
  font-size: 24px;
  font-weight: 500;
  font-family: var(--medium-font);
}

.image-card .reverse_row {
  justify-content: left;
}


/* new-page-css */

.about_right {
  font-family: var(--bold-font);
  color: var(--red-primary);
  margin: 0;
  font-size: 24px;
  line-height: 78.2px;
  letter-spacing: -0.02em;
  text-align: center;
  margin-bottom: 0px;
  justify-content: end;
  display: flex;
}

.engineer-the-future h4 {
  font-family: var(--bold-font);
  color: #FFFFFF;
  margin: 0;
  font-size: 46px;
  line-height: 67.2px;
  letter-spacing: -0.02em;
  text-align: center;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}

.engineer-the-future {
  background-color: #721818;
  padding: 50px 0px;
  margin-top: 20px;
}

.engineer-the-future p {
  font-size: 20px;
  line-height: 32px;
  font-family: var(--regular-font);
  color: #ffffff;
  text-align: center;
  margin-bottom: 80px;
  display: flex;
  justify-content: center;
}

.engineer-the-future .image-box img {
  height: 350px;
  width: 350px;
  border-radius: 50%;
  object-fit: cover;
}

.engineer-the-future .col-md-4 {
  text-align: center;
}

.engineer-the-future .content-box h5 {
  color: #ffffff;
  font-size: 28px;
  margin-top: 20px;
  font-family: var(--bold-font);
  line-height: 46px;
}

.pillars_section {
  padding: 50px 0px;
}

.pillars_section h4 {
  font-family: var(--bold-font);
  color: var(--red-primary);
  margin: 0;
  font-size: 48px;
  line-height: 67.2px;
  letter-spacing: -0.02em;
  text-align: center;
  margin-bottom: 28px;
  display: flex;
  justify-content: center;
}

.pillars_section .red_box {
  background-color: #C33531;
}

.pillars_section .red_box h5 {
  color: #ffffff;
  font-size: 22px;
  margin-top: 20px;
  font-family: var(--bold-font);
  line-height: 34px;
  text-align: center;
  padding: 15px;
  margin-bottom: 0px;
}

.pillars_section .pillars_content p {
  font-size: 20px;
  line-height: 32px;
  font-family: var(--regular-font);
  color: var(--black-primary);
  text-align: left;
  margin-top: 20px;
}
.pillars_section .pillars_content ul li{
  font-size: 20px;
  line-height: 32px;
  font-family: var(--regular-font);
  color: var(--black-primary);
  text-align: left;
  margin-top: 20px;
}

.should_attend_section h4 {
  font-family: var(--bold-font);
  color: var(--red-primary);
  margin: 0;
  font-size: 48px;
  line-height: 67.2px;
  letter-spacing: -0.02em;
  text-align: center;
  margin-bottom: 28px;
  display: flex;
  justify-content: center;
}

.should_attend_section p {
  font-size: 20px;
  line-height: 32px;
  font-family: var(--regular-font);
  color: var(--black-primary);
  text-align: center;
  margin-top: 20px;
}

.should_attend_image img {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  object-fit: cover;
}

.should_attend_content p {
  font-size: 18px;
  line-height: 32px;
  font-family: var(--bold-font);
  color: var(--black-primary);
  text-align: center;
  margin-top: 20px;
}

.should_attend_section {
  padding: 50px 0px;
  background-color: #EBEBEB;
}

.registration .col-md-6 h3 {
  font-size: 23px;
  line-height: 34px;
  font-family: var(--medium-font);
}

.card-row-new {
  margin-bottom: 0px !important;
}

.Important-Information .register_now {
  background: var(--red-primary);
  padding: 28px 58px;
  border-radius: 60px;
  font-family: var(--bold-font);
  color: var(--white-primary);
  text-transform: uppercase;
  text-decoration: none;
  font-size: 18px;
  line-height: 27px;
  display: inline-block;
  width: max-content;
  border: 2px solid var(--red-primary);
}

.about_line {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 1.25;
  color: #c33531;
  width: 84%;
  margin-left: 8%;
  margin-bottom: 30px;
}

.pillars {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 1.25;
  margin-top: 50px;
}

.member_line {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 1.25;
  color: #c33531;
  margin: 30px 0px;
}

ul.custom-list li::marker {
  color: #C33531;
}

.custom-list a {
  text-decoration: none;
  color: #C33531;
}

/* tabs-css */

.faq-section {
  padding: 60px 20px;
  margin-top: 40px;
}

.faq-title {
  font-family: var(--medium-font);
  color: var(--red-primary);
  margin: 0;
  font-size: 48px;
  line-height: 67.2px;
  letter-spacing: -0.02em;
  text-align: center;
  margin-bottom: 50px;
  font-weight: 500;
}

.faq-section .nav-tabs {
  border: none !important;
  justify-content: left;
  margin-bottom: 40px !important;
}

.faq-section .nav-tabs .nav-link {
  border: none;
  color: #000000;
  font-size: 18px;
  font-family: var(--medium-font);
  line-height: 36px;
}

.faq-section .nav-tabs .nav-link.active {
  color: #c62828 !important;
  border-bottom: 2px solid #c62828 !important;
  font-weight: bold !important;
  background-color: transparent !important;
}

.faq-section .accordion-button {
  background-color: #c62828 !important;
  color: white !important;
  border-radius: 12px !important;
  font-weight: bold;
  padding: 22px;
  font-size: 18px;
  font-family: var(--bold-font);
  line-height: 28px;
}

.accordion-button:not(.collapsed) {
  background-color: #c62828;
  color: white;
  box-shadow: none;
}

.accordion-item {
  border: none;
  margin-bottom: 15px;
  border-radius: 12px;
  overflow: hidden;
}

.faq-section {
  background-color: #EBEBEB;
}

.faq-section .nav-link:hover {
  color: #000000 !important;
}

.accordion-button {
  background-color: #c62828;
  color: white;
  border-radius: 12px !important;
  font-weight: bold;
}

.accordion-button:not(.collapsed) {
  background-color: #c62828;
  color: white;
  box-shadow: none;
}

.accordion-button::after {
  filter: brightness(0) invert(1);
}

.accordion-button::after {
  transform: rotate(0deg) !important;
  transition: transform 0.3s ease;
}

.accordion-button:not(.collapsed)::after {
  transform: rotate(180deg) !important;
}

.accordion-button:not(.collapsed) {
  box-shadow: none !important;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  box-shadow: none !important;
}

/* Remove styles from both open and closed buttons */
.accordion-button {
  box-shadow: none !important;
  border: none !important;
}

.accordion-button::after {
  transform: rotate(0deg) !important;
  transition: transform 0.3s ease !important;
}

.accordion-button:not(.collapsed)::after {
  transform: rotate(180deg) !important;
}

.engineer-the-future .col-md-8 h5 {
  font-size: 20px;
  line-height: 32px;
  font-family: var(--regular-font);
  color: #ffffff;
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}

.Important-Information .register_now:hover {
  background: var(--white-primary);
  color: var(--red-primary);
  border: 2px solid var(--red-primary);
}

.faq-section .accordion-body b {
  color: #000000;
}

.faq-section .accordion-body p {
  font-size: 20px;
  line-height: 32px;
  font-family: var(--regular-font);
  color: var(--black-primary);
  text-align: left;
  margin-bottom: 35px;
}
.faq-section .accordion-body a{
  color: #000000;
  
}
.pillars_section .reverse_row {
    justify-content: left;
}
.pillars_section .col-md-1 h5 {
    color: #c33531;
    font-size: 24px;
    font-weight: 500;
    font-family: var(--medium-font);
}


@media (min-width: 768px) and (max-width: 1499px) {
  .pillars_section h4 {
    font-family: var(--medium-font);
    color: var(--red-primary);
    margin: 0;
    font-size: 36px;
    line-height: 67.2px;
    letter-spacing: -0.02em;
    text-align: center;
    margin-bottom: 28px;
    font-weight: 500;
  }

  .engineer-the-future h4 {
    font-family: var(--medium-font);
    color: #FFFFFF;
    margin: 0;
    font-size: 36px;
    line-height: 67.2px;
    letter-spacing: -0.02em;
    text-align: center;
    margin-bottom: 28px;
    font-weight: 500;
    display: flex;
    justify-content: center;
  }

  .engineer-the-future p {
    font-size: 14px;
    line-height: 26px;
    font-family: var(--regular-font);
    color: #ffffff;
    width: 100%;
    text-align: center;
  }

  .engineer-the-future .col-md-8 h5 {
    font-size: 20px;
    line-height: 32px;
    font-family: var(--regular-font);
    color: #ffffff;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
  }

  .engineer-the-future .content-box h5 {
    color: #ffffff;
    font-size: 24px;
    margin-top: 20px;
    font-family: var(--bold-font);
    line-height: 56px;
  }

  .pillars_section .pillars_content p {
    font-size: 14px;
    line-height: 26px;
    font-family: var(--regular-font);
    color: var(--black-primary);
    text-align: left;
    margin-top: 20px;
  }

  .should_attend_section h4 {
    font-family: var(--medium-font);
    color: var(--red-primary);
    margin: 0;
    font-size: 36px;
    line-height: 67.2px;
    letter-spacing: -0.02em;
    text-align: center;
    margin-bottom: 28px;
    font-weight: 500;
  }

  .Important-Information .col-md-12 b {
    font-size: 14px;
    font-weight: 800;
    line-height: 32px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    font-family: var(--bold-font);
  }

  .faq-title {
    font-family: var(--medium-font);
    color: var(--red-primary);
    margin: 0;
    font-size: 36px;
    line-height: 67.2px;
    letter-spacing: -0.02em;
    text-align: center;
    margin-bottom: 28px;
    font-weight: 500;
  }

  .pillars_section .red_box h5 {
    color: #ffffff;
    font-size: 19px;
    margin-top: 20px;
    font-family: var(--bold-font);
    line-height: 34px;
    text-align: center;
    padding: 15px;
    margin-bottom: 0px;
  }

  .registration .col-md-6 h3 {
    font-size: 22px;
    line-height: 44px;
    font-family: var(--medium-font);
  }

  .faq-section .nav-tabs .nav-link {
    border: none;
    color: #000000;
    font-size: 16px;
    font-family: var(--medium-font);
    line-height: 36px;
  }

  .faq-section .accordion-button {
    background-color: #c62828 !important;
    color: white !important;
    border-radius: 12px !important;
    font-weight: bold;
    padding: 30px;
    font-size: 15px;
    font-family: var(--bold-font);
    line-height: 28px;
  }

  .faq-section .nav-tabs .nav-link {
    border: none;
    color: #000000;
    font-size: 16px;
    font-family: var(--medium-font);
    line-height: 36px;
  }

  .Important-Information .register_now {
    background: var(--red-primary);
    padding: 22px 42px;
    border-radius: 60px;
    font-family: var(--bold-font);
    color: var(--white-primary);
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    line-height: 26px;
    display: inline-block;
    width: max-content;
  }

  .faq-section .accordion-body p {
    font-size: 14px;
    line-height: 26px;
    font-family: var(--regular-font);
    color: var(--black-primary);
    width: 100%;
    margin: auto;
    text-align: left;
  }
  .nsm_footer-social .twitternass{
    width: 47px!important;
  }
}




@media (max-width: 767px) {
  .about {
    font-family: var(--bold-font);
    color: var(--red-primary);
    margin: 0;
    font-size: 7.5vw;
    line-height: 67.2px;
    letter-spacing: -0.02em;
    text-align: center;
    margin-bottom: 0px;
    display: flex;
    justify-content: center;
  }

  .about_right {
    font-family: var(--bold-font);
    color: var(--red-primary);
    margin: 0;
    font-size: 5.5vw;
    line-height: 67.2px;
    letter-spacing: -0.02em;
    text-align: center;
    margin-bottom: 0px;
    justify-content: center;
    display: flex;
  }

  .engineer-the-future h4 {
    font-family: var(--medium-font);
    color: #ffffff;
    margin: 0;
    font-size: 7.5vw;
    line-height: 34.2px;
    letter-spacing: -0.02em;
    text-align: center;
    margin-bottom: 15px;
    font-weight: 500;
  }

  .engineer-the-future .content-box h5 {
    color: #ffffff;
    font-size: 5.5vw;
    margin-top: 20px;
    font-family: var(--bold-font);
    line-height: 38px;
  }

  .engineer-the-future p {
    font-size: 3.95vw;
    line-height: 32px;
    font-family: var(--regular-font);
    color: #ffffff;
    text-align: center;
    margin-bottom: 80px;
    display: flex;
    justify-content: center;
  }

  .engineer-the-future .row {
    margin: 0px !important;
  }

  .pillars_section h4 {
    font-family: var(--bold-font);
    color: var(--red-primary);
    margin: 0;
    font-size: 7.5vw;
    line-height: 43.2px;
    letter-spacing: -0.02em;
    text-align: center;
    margin-bottom: 0px;
    display: flex;
    justify-content: center;
  }

  .pillars_section .red_box h5 {
    color: #ffffff;
    font-size: 20px;
    margin-top: 20px;
    font-family: var(--bold-font);
    line-height: 34px;
    text-align: center;
    padding: 15px;
    margin-bottom: 0px;
  }

  .pillars_section .pillars_content p {
    font-size: 3.95vw;
    line-height: 32px;
    font-family: var(--regular-font);
    color: var(--black-primary);
    text-align: left;
    margin-top: 20px;
  }

  .should_attend_section h4 {
    font-family: var(--bold-font);
    color: var(--red-primary);
    margin: 0;
    font-size: 7.5vw;
    line-height: 52.2px;
    letter-spacing: -0.02em;
    text-align: center;
    margin-bottom: 0px;
    display: flex;
    justify-content: center;
  }

  .should_attend_section .row {
    margin: 0px !important;
  }

  .should_attend_section .col-md-4 {
    margin-top: 30px;
  }

  .small-card-new {
    flex: 1;
    max-width: 250px;
    min-width: 175px;
    margin-bottom: 5px !important;
  }

  .faq-section {
    padding: 60px 0px;
    margin-top: 40px;
  }

  .faq-title {
    font-family: var(--bold-font);
    color: var(--red-primary);
    margin: 0;
    font-size: 7.5vw;
    line-height: 52.2px;
    letter-spacing: -0.02em;
    text-align: center;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }

  .faq-tabs-wrapper {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 20px;
  }

  .faq-tabs-wrapper .nav-tabs {
    flex-wrap: nowrap !important;
    display: inline-flex;
    border: none;
  }

  .faq-tabs-wrapper .nav-item {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  /* Optional: hide scrollbar */
  .faq-tabs-wrapper::-webkit-scrollbar {
    display: none;
  }

  .faq-section .accordion-button {
    background-color: #c62828 !important;
    color: white !important;
    border-radius: 12px !important;
    font-weight: bold;
    padding: 30px;
    font-size: 13px;
    font-family: var(--bold-font);
    line-height: 28px;
  }

  .Important-Information .register_now {
    background: var(--red-primary);
    padding: 4.6vw 7.2vw;
    border-radius: 60px;
    font-family: var(--bold-font);
    color: var(--white-primary);
    text-transform: uppercase;
    text-decoration: none;
    font-size: 3.4vw;
    line-height: 4.6vw;
    display: inline-block;
    width: max-content;
  }

  .engineer-the-future .col-md-8 h5 {
    font-size: 20px;
    line-height: 26px;
    font-family: var(--regular-font);
    color: #ffffff;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
  }

  .faq-section .accordion-body p {
    font-size: 3.95vw;
    line-height: 6.85vw;
    color: var(--black-primary);
    font-family: var(--regular-font);
    text-align: left;
  }
  .registration .single_box{
    text-align: center;
    justify-content: center;
    display: flex;
  }
  .card-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0px;
    margin-top: 30px;
    padding-bottom: 10px;
    padding: 0px;
    margin-bottom: 0px;
}
  
}


@media only screen and (-webkit-min-device-pixel-ratio: 4) {
    /* CSS */
        .banner-nasscom {
        background: url(../images/banner-bg.png);
        background-size: cover;
        height: 115vh;
    }
        .banner-nasscom::after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 115vh;
        content: '';
        background-image: linear-gradient(#0000007d, #0000007d);
    }
}

@media only screen 
  and (device-width: 390px) 
  and (device-height: 844px) 
  and (-webkit-device-pixel-ratio: 3) {
   .banner-nasscom {
    background: url(../images/banner-bg.png);
    background-size: cover;
    height: 110vh;
  }
  .banner-nasscom::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 110vh;
    content: '';
    background-image: linear-gradient(#0000007d, #0000007d);
  }
}
.faq-section .nav-tabs{
  justify-content: center;
}
.accordion-item:first-of-type {
    border-top-left-radius: 15px!important;
    border-top-right-radius: 15px!important;
}
.accordion-item:last-of-type{
    border-bottom-right-radius: 15px!important;
    border-bottom-left-radius: 15px!important;
}