*,
::after,
::before {
  scroll-behavior: smooth;
}
:root {
  --primary-color: #ee2737;
  --dark-color: #414042;
  --light-color: #fff;
  --light-bg-grey: #f9f9f9;
  --grey-01: #414042;
  --grey-02: #6D6E71;
  --gray-05: #E6E7E8; 
}
body,
html {
  font-family: "Plus Jakarta Sans", serif;
  font-weight: 400;
  font-size: 16px;
}
body {
  color: var(--grey-01);
}
h1 {
  font-size: 3.375rem;
  font-weight: 700;
}
.nav-item-wap {
  width: 100%;
  padding: 0 3.125rem;
}
span.text_red {
  color: var(--primary-color);
}
.navbar_section {
  position: absolute !important;
  top: 0;
  width: 100%;
  z-index: 99;
}
.intro-sud-navi-block {
  display: flex;
  height: 125px;
  padding: 1.375rem 1.6875rem;
  align-items: center;
  gap: 23px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(79, 79, 79, 0.4);
  -webkit-backdrop-filter: saturate(180%) blur(10px);
  backdrop-filter: saturate(180%) blur(10px);
  width: 18.9375rem;
  margin-left: auto;
  margin-bottom: 10px;
  cursor: pointer;
}
.intro-sud-navi-block img.vector-img {
  border: 1px solid transparent;
  border-radius: 50%;
}
.intro-sud-navi-content h4 {
  color: #fff;
  font-family: "Plus Jakarta Sans";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0;
}
.intro-sud-navi-block:hover {
  background-color: var(--primary-color);
}
.intro-sud-navi-block:hover img.vector-img {
  border: 1px solid #fff;
  border-radius: 50%;
}

.navbar_section .navbar-toggler {
  border: 1px solid white;
  color: white;
  font-size: 14px;
  border-radius: 100px;
  padding: 10px 20px;
}

.navbar_section .navbar-collapse .nav-item {
  background: rgba(0, 0, 0, 0.9);
  padding: 23px 0px 23px;
  text-align: center;
}
.navbar-collapse {
  z-index: 9;
}
.bg_video video {
  filter: brightness(0.7);
}
.bg_video {
  height: 100vh;
  position: relative;
  z-index: 1;
  left: 0px;
  right: 0;
  width: 100%;
}
.bg_video video {
  filter: brightness(0.7);
  object-fit: cover;
  width: auto !important;
  height: 100%;
  min-width: 100%;
  max-width: 100%;
}
.banner-wapper {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.search-icon {
  border: 1px solid white;
  border-radius: 50%;
  padding: 10px;
  width: 35px;
  height: 35px;
  line-height: 9px;
}

.select_lang .dropdown-toggle {
  border: 1px solid white !important;
  color: white !important;
  font-size: 14px;
  border-radius: 100px;
  padding: 7px 19px;
}

.bannervideo-text p {
  max-width: 400px;
  font-weight: 400;
  opacity: 0.8;
}
.banner_info {
  background-color: rgba(79, 79, 79, 0.4);
  backdrop-filter: blur(20px);
  padding: 22px 27px;
  border-radius: 20px;
  width: 300px;
  position: relative;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.about_info {
  padding: 22px 27px;
  border-radius: 20px;
  position: relative;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  cursor: pointer;
  border: 1px solid #6d6e71;
  border-radius: 100px;
  height: 100%;
}
.banner_info:hover,
.about_info:hover {
  background-color: #ee2737;
}
.banner_info:hover span,
.about_info:hover span {
  background-color: white;
}
.banner_info:hover .icon-invert {
  filter: unset;
}

.arrowup {
  position: absolute;
  top: 9%;
  right: 5%;
  border: 1px solid white;
  border-radius: 25px;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: self-end;
  justify-content: center;
}
.moreinfo {
  background: rgba(43, 43, 43, 0.8);
  backdrop-filter: blur(4px);
  border-radius: 20px;
  position: relative;
  top: -70px;
}
.moreinfo::before,
.moreinfo::after {
  content: "";
  width: 177px;
  height: 100%;
  position: absolute;
  z-index: 2;
}
.moreinfo::before {
  background: linear-gradient(270deg, rgba(25, 23, 23, 0) 0%, #191717 70.78%);
  top: 0;
  left: 0;
  border-radius: 20px 0px 0px 20px;
}
.moreinfo::after {
  background: linear-gradient(87deg, rgba(25, 23, 23, 0) 10%, #191717 80.78%);
  top: 0;
  right: 0;
  border-radius: 0px 20px 20px 0px;
}
.moreinfo_card {
  background: rgba(65, 64, 66, 1);
  box-shadow: 0px 0px 20px 0px #0000001a;
  border-radius: 20px;
  padding-right: 1.4375rem;
}
.moreinfo_card img {
  border-radius: 20px 0px 0px 20px;
}
.banner_content {
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  right: 2%;
  margin: 0 auto;
}
.icon-invert {
  filter: brightness(7);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

.banner_info span {
  background-color: #ee2737;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 2.8;
  text-align: center;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

.arrow-animate {
  display: inline-block;
  animation: moveArrow3D 1s ease-out infinite;
}

@keyframes moveArrow3D {
  0%, 30% {
    transform: translate3d(-3px, 1px, 0px);
  }
  50% {
    transform: translate3d(5px, -7px, -10px);
  }
  100% {
    transform: translate3d(-3px, 1px, 0px);
  }
}
.bg_video {
  height: 100dvh;
}
.bg-bangaloreview,
.bg-bangaloreviewright {
  background-image: url(../images/bng-img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  background-position: bottom;
  position: relative;
}
.bg-bangaloreview::before {
  content: "";
  background-color: rgba(30, 30, 30, 0.8);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  border-radius: 20px;
}
.bg-bangaloreviewright::before {
  content: "";
  background-color: rgba(255, 255, 255, 0.85);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  border-radius: 20px;
}
.bg-bangaloreview .row,
.bg-bangaloreviewright .row {
  position: relative;
  z-index: 22;
}

.bangaloreimg img {
  border-radius: 0px 20px 0px 200px;
}
.aboutus-text {
  padding: 60px 110px;
}
.aboutusright-text {
  padding: 60px 80px;
}
.border-arrow {
  border: 1px solid #6d6e71;
  border-radius: 25px;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: self-end;
  justify-content: center;
}
.rightimg img {
  border-radius: 20px 0px 200px 0px;
}
.about_info:hover .globalbrands {
  color: white;
}
.globalbrands {
  color: #414042;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.search-wapper button.btn-search {
  display: none;
}
.search-wapper .form-control {
  width: 0;
  opacity: 0;
  padding: 0;
  margin: 0;
  height: 0;
  line-height: 0;
  border: 0;
}
.search-wapper .form-control {
  width: 0;
  opacity: 0;
}
.search-wapper {
  cursor: pointer;
  position: relative;
}

.open-search {
  width: 225px;
  border-radius: 100px;
  padding: 0;
  overflow: hidden;
  border: 0;
}
.open-search .form-control {
  width: 100%;
  opacity: 1;
  line-height: initial;
  height: 35px;
  padding: 0.375rem 0.75rem;
}
.open-search.search-wapper button.btn-search img.img-fluid {
  width: 100%;
}
.open-search.search-wapper button.btn-search {
  position: absolute;
  z-index: 99;
  padding: 0;
  margin: 0;
  display: block;
  border: 0px solid #000;
  border-radius: 50%;
  background-color: transparent;
  top: 9px;
  right: 14px;
  width: 18px;
}
.home-page-feature-wapper {
  border-radius: 20px;
  background: rgba(43, 43, 43, 0.8);
  backdrop-filter: blur(10px);
  display: flex;
  width: 1140px;
  height: 136px;
  padding: 18px 0px;
  justify-content: flex-end;
  align-items: center;
  margin-top: -4rem;
  position: relative;
  z-index: 3;
  overflow: hidden;
  width: 100%;
}
.swiper-slide p {
  font-size: 0.75rem;
  font-weight: 700;
}
.home-page-feature-section {
  padding: 0;
  margin: 0;
}
section {
  padding-top: 4.6875rem;
  margin-bottom: 2.875rem;
}
.section-lite-grey {
  background-color: var(--light-bg-grey);
}
.ik-feature-block-wapper {
  border-radius: 20px;
  padding: 3.875rem 0;
  position: relative;
  overflow: hidden;
}
.ik-feature-block-dark {
  color: #fff;
}
.ik-feature-block-dark {
  color: #fff;
}
.ik-feature-block-header {
  display: block;
  padding: 0 6.25rem;
  width: 60%;
  padding-bottom: 3.75rem;
}
.ik-feature-block-header h3 {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 1.4375rem;
}
.ik-feature-block-header-floating {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  width: 40%;
}
.ik-feature-block-header {
  padding: 0 6.25rem;
  width: 58%;
  padding-bottom: 3.75rem;
  margin: 0;
}
.ik-feature-block-header {
  min-height: 280px;
  display: flex;
  align-items: end;
  justify-content: start;
}
.ik-feature-block-footer {
  padding: 0 3.75rem;
  padding-top: 3.75rem;
}
.ik-button-wap {
  display: flex;
  justify-content: space-between;
  gap: 1.625rem;
}
.ik-feature-block-wapper .btn.btn-outline-secondary {
  display: flex;
  padding: 1.5rem;
  justify-content: space-between;
  align-items: center;
  flex: 1 0 0;
  border-radius: 100px;
  border: 1px solid var(--grey-2, #6d6e71);
  color: #fff;
  font-size: 1.15rem;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ik-feature-block-header-inner {
  display: block;
  width: 100%;
}
.ik-feature-block-header p {
  margin-bottom: 0;
}
.ik-feature-block-light .ik-feature-block-header-floating {
  right: auto;
  left: 0;
}
.ik-feature-block-light .ik-feature-block-header {
  margin-left: auto;
}
.ik-feature-block-light,
.ik-feature-block-light h3 {
  color: #414042;
}
.ik-feature-block-light .btn.btn-outline-secondary {
  color: var(--dark-color);
  border: 1px solid var(--grey-01, #414042);
}
.ik-feature-block-wapper .btn.btn-outline-secondary:hover {
  color: var(--light-color);
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.section-pb {
  padding-bottom: 4.6875rem;
}

/* Footer Script */
footer {
  background: linear-gradient(180deg, #000 0%, #666 100%);
  color: #fff;
  font-size: 0.8rem;
  padding: 7.143rem 0;
  padding-top: 52px;
}

.footer-wapper .col-speial-wapper {
  padding: 2.857 1.071;
  padding-bottom: 0;
}

.footer-navigation-bar {
  margin-bottom: 2.143;
}

footer p {
  font-size: 0.9rem;
  margin-bottom: 0;
  position: relative;
  color: rgba(228, 228, 228, 0.71);
}

.footer-navigation-bar-fil ul.nav.flex-column {
  max-height: 320px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

.footer-navigation-bar-fil ul.nav.flex-column li.nav-item {
  width: 100%;
  margin-bottom: 5px;
}

.footer-navigation-bar a.nav-link {
  padding-bottom: 0;
  color: #939598;
  font-size: 0.9rem;
  font-weight: 300;
}

.footer-wapper .col-speial-wapper {
  padding-bottom: 0;
  padding-top: 0;
}

.social-share-wapper img.img-fluid {
  max-width: 45px;
}

.social-share-wapper .col-md-9 {
  padding-left: 0;
}

.social-share-wapper p {
  margin-left: 0;
}

.social-share-wapper h3.Industrial-Policy-d {
  font-size: 1.2rem;
  width: 80%;
}

.footer-navbar-wapper p b {
  color: #ee2737;
  font-weight: 500;
  font-size: 1rem;
}

.social-share-wapper p {
}

.social-chanal-wap ul {
  display: flex;
  list-style: none;
  gap: 20px;
  justify-content: end;
}

.form-md-row .nav-pills {
  --bs-nav-pills-border-radius: 0.286rem;
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #ee2737;
}

.form-md-row ul#nav-tab li.nav-item {
  width: 50%;
  text-align: center;
}

.form-md-row .nav-pills .nav-link {
  color: rgba(161, 161, 161, 1);
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.form-md-row .nav-pills .nav-link.active,
.form-md-row .nav-pills .show > .nav-link {
  color: #fff;
}

form a:hover {
  color: #ee2737;
}

a:hover {
  color: #ee2737;
}

.nav-pills li.nav-item:first-child a.nav-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 1.429rem;
  border-bottom-left-radius: 1.429rem;
}

.nav-pills li.nav-item:nth-child(2) a.nav-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 1.429rem;
  border-bottom-right-radius: 1.429rem;
}

.datepicker td,
.datepicker th {
  text-align: center;
  width: 35px;
  height: 35px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
  font-size: 0.85rem;
}

.text-center.mt-3 button.btn {
  margin-right: 8px;
}

.iti.iti--allow-dropdown.iti--show-flags.iti--inline-dropdown
  .invalid-feedback {
  position: absolute;
}

.form-md-row-text-box input.form-control {
  padding: 10px 6px;
  font-size: 1.2rem;
  text-align: center;
}

.form-md-row {
  display: block;
  width: 100%;
  margin-bottom: 2rem;
}

.input-group button {
  width: 95px;
}

.icon-wapper {
  color: rgba(125, 224, 116, 1);
  font-size: 5rem;
  margin-bottom: 1rem;
}

.input-group .btn {
  position: relative;
  z-index: 2;
  font-size: 1rem !important;
}

button#button-addon2 {
  font-size: 13px;
}

select.form-select.dropdown1 {
  font-size: 0.9rem;
}

.input-group button {
  border-radius: 5px;
  padding: initial;
}

.form-md-wap-pro {
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  background: linear-gradient(180deg, #f4eeee 0%, #fcfcfc 100%);
  overflow: hidden;
  position: relative;
  min-height: 600px;
}

.footer-navigation-bar-fil ul.nav.flex-column:hover {
  max-height: initial;
}

.footer-navigation-bar-fil ul.nav.flex-column li.nav-item {
  width: 100%;
}

.form-md-wap-row {
  position: relative;
  z-index: 2;
}

.form-check-wapper .form-check .form-check-input {
  opacity: 0;
  margin-left: 0;
}

.form-check-wapper .form-check {
  margin: 0 !important;
  padding-left: 0;
}

.form-check-wapper {
  display: flex;
  align-items: center;
}

.form-check-wapper .form-check {
  padding: 0.4rem 0.571rem;
  gap: 4px;
  background-color: #fff;
  width: 100px;
  cursor: pointer;
  position: relative;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.form-check-wapper .form-check-input[type="radio"] {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  cursor: pointer;
}

.form-check-wapper .form-check.active {
  background-color: #ee2737;
  color: #fff;
  border: 0;
}

.form-md-row .nav-pills .nav-link.active {
  border: 0;
  position: relative;
  top: 1px;
}

.form-check-wapper .form-check.active label.form-check-label {
  color: #fff;
  cursor: pointer;
}

.form-check-wapper .form-check label.form-check-label,
.form-check-wapper .form-check img.img-fluid {
  cursor: pointer;
}

.form-check-wapper .form-check:nth-child(1) {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.form-check-wapper .form-check:nth-last-child(1) {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.form-check-wapper .form-check img.img-fluid {
  width: 18px;
}

ul#nav-tab:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
}

ul#nav-tab {
  position: relative;
}

.mobile-now-wapper a {
  color: #ee2737;
}

.form-md-row span.lnr.lnr-checkmark-circle {
  font-size: 1.4rem;
}

.form-control:disabled {
  background-color: #e6e7e8;
  background-color: #e6e7e8;
  opacity: 1;
}

.svg-img-wap svg {
  width: 100%;
}

.svg-img-wap {
  display: block;
  width: 18px;
}

.form-check-wapper .form-check .svg-img-wap svg path {
  fill: #bcbec0;
}

.form-check-wapper .form-check.active .svg-img-wap svg path {
  fill: #fff;
}

.nav-icon-wap {
  cursor: pointer;
}

.nav-pills .nav-link {
  background: #fff;
}

.modal-logs.form-md-wapper {
  min-height: auto;
}

.imageblock-wap {
  position: relative;
}

.wave-single-rocket {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  height: 100%;
}

.wave-single-rocket img.img-fluid {
  position: relative;
  top: 1%;
  left: 2%;
}

.iti.iti--allow-dropdown.iti--show-flags.iti--inline-dropdown input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  height: 50px;
}

.row.download-browser-wapper .col-md-9.col-10 p {
  text-align: left;
  margin: 0;
  color: #ee2737;
}

.row.download-browser-wapper h3.Industrial-Policy-d {
  font-size: 1rem;
}

.row.download-browser-wapper {
  margin-bottom: 1rem;
}

.row.divider-footer-waper {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
ul.navbar-nav-i {
  display: flex;
  gap: 9px;
  list-style: none;
  margin-bottom: 0;
  justify-self: end;
}

.subscribe-newsletter-wapper {
  text-align: center;
  width: 100%;
  margin-bottom: 60px;
}

.subscribe-newsletter-wapper h4 {
  font-size: 48px;
  font-weight: 600;
}

.subscribe-input-text-wap {
  display: block;
  width: 70%;
  margin: auto;
  margin-top: 20px;
}

.subscribe-input-text-wap input.form-control {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  padding: 10px 25px;
  background-color: #6d6e71;
  border-color: #6d6e71;
  color: #fff;
  font-size: 1rem;
}

.subscribe-input-text-wap button.btn-outline-secondary,
.subscribe-input-text-wap button.btn-outline-secondary:hover,
.subscribe-input-text-wap button.btn-outline-secondary:focus,
.subscribe-input-text-wap button.btn-outline-secondary:active,
.subscribe-input-text-wap
  .btn-outline-secondary:not(:disabled):not(.disabled):active {
  background-color: rgb(238, 39, 55);
  color: rgb(255, 255, 255);
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  width: 140px;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(238, 39, 55);
  border-image: initial;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
}
.footer-navigation-bar h5 {
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.footer-navigation-bar a {
  font-size: 0.9rem;
}

footer {
  display: block;
  width: 100%;
  margin-bottom: 0rem;
}

.in-office-adder-wapper {
  width: 25%;
  margin-right: 1rem;
}

.in-office-adder-wapper li.nav-item a.nav-link {
  color: #fff;
}

.in-office-adder-wapper img.img-fluid {
  width: 20px;
  margin-right: 5px;
}

footer hr {
  margin: 23px 0;
}

.footer-copy-social-wapper p,
.footer-copy-social-wapper a {
  color: #fff;
}

.footer-copy-social-wapper a {
  text-decoration: underline;
}

footer a,footer a:hover {
  color: #bcbec0;
  text-decoration: none;
}
.section-light {
  background-color: #fff;
}
.ik-minister-content-wap {
    border-radius: 40px;
    background: #F9F9F9;
    display: block;
    width: 100%;
    padding: 3.75rem 6.25rem;
}
.ik-minister-content-wap h3 {
    color: var(--primary-color);
    font-family: "Plus Jakarta Sans";
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
}
.ik-minister-content-wap h4 {
    color: var(--dark-color);
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
}
.ik-minister-content-wap p {
    font-size: 0.875rem;
    color: var(--grey-02);
}
.ik-minister-img-wap {
    width: 18.75rem;
    position: absolute;
    top: -2.125rem;
}
.ik-minister-of-karnataka-wap {
    display: block;
    margin-bottom: 6.25rem;
}
.section-spacing-xl {
    padding: 9.375rem 0;
    margin-bottom: 0;
}
.ik-minister-of-karnataka-wap-reverse .col-md-9 {
    order: 1;
}
.ik-minister-of-karnataka-wap-reverse .col-md-3 {
    order: 2;
}
.ik-minister-of-karnataka-wap-reverse .ik-minister-img-wap {
    right: 0;
}
.section-spacing-x{
  margin-bottom: 0;
  padding: 5rem 0;
}
.section-header h3 {
  margin-bottom: 6.25rem;
  text-align: center;
  font-size: 3rem;
  font-style: normal;
  font-weight: 600;
  color: var(--dark-color);
}
.success-stories-carosel-wapper .swiper-slide {
  width: 65% !important;
  position: relative;
}
.success-stories-carosel-slide {
  border-radius: 40px;
  border: 1px solid var(--gray-05, #E6E7E8);
  background: #FFF;
  overflow: hidden;
  padding: 2.875rem;
}
.success-stories-carosel-wapper .swiper-horizontal {
  padding-bottom: 5rem;
}
.success-stories-carosel-slide p {
  margin-left: 2rem;
  color: var(--grey-02);
  font-style: italic;
  font-weight: 400;
  font-size: 1rem;
  margin-bottom: 5rem;
}
.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 1rem;
}
.swiper-pagination-bullet {
  background: transparent !important;
  border: 1px solid #414042 !important;
}
.swiper-pagination-bullet-active {
  background: #414042 !important;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0px var(--swiper-pagination-bullet-horizontal-gap,13px) !important;
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,10px)) !important;
  height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,10px)) !important;
}
.success-stories-carosel-img {
  position: relative;
}
.success-stories-carosel-logo {
  position: absolute;
  border-radius: 20px;
  border: 1px solid var(--gray-05, #E6E7E8);
  background: #FFF;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
  top: 10%;
  right: -29%;
  padding: 0.5rem;
  max-width: 230px;
}
.success-stories-carosel-img img.img-fluid {
  position: relative;
  border-radius: 20px;
}
.ik-feature-block-dark .btn.btn-outline-secondary:hover svg path {
  stroke: #fff;
}
.ik-feature-block-dark .btn.btn-outline-secondary:hover .border-arrow {
  border-color: #fff;
}
.ik-feature-block-light .btn.btn-outline-secondary:hover .border-arrow {
  border-color: #fff;
}
.ik-feature-block-light .btn.btn-outline-secondary:hover .border-arrow svg path{
  stroke: #fff;
}
.ik-feature-block-light .border-arrow {
  border-color: #414042;
}
.ik-feature-block-dark .border-arrow svg path {
  stroke: #6D6E71;
}
.footer-copy-social-wapper p {
  font-size: 0.75rem;
  margin-bottom: 0;
  line-height: initial;
}
.navbar_section .navbar-toggler.post-action-button {
  background-color: #fff;
  color: var(--primary-color);
  font-weight: 600;
}
.navbar_section .navbar-toggler.post-action-button:hover
{
  background-color: var(--primary-color);
  color:var(--light-color);
  border-color: var(--primary-color);
}
.bg_video {
  min-height: 630px;
}
#navbarNavDropdown {
  padding: 35px 44px;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.10);
  margin: 0 5.9375rem;
}
.header-navigation-bar h5 {
  color: var(--grey-01);
  font-size: 1rem;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 1rem;
}
.navbar_section .navbar-collapse .header-navbar-wapper li.nav-item {
  background: transparent;
  padding: 0;
  text-align: left;
}
.navbar_section .navbar-collapse .header-navbar-wapper li.nav-item a {
  font-size: 0.75rem;
  text-decoration: none;
  color: var(--grey-01);
}
.navbar-innerwap .col-speial-wapper{
  position: relative;
}
.navbar-innerwap .col-speial-wapper:before {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  background-color: #E6E7E8;
  right: 12px;
}
.border-bottom-nav:before {
  content: '';
  width: 95%;
  height: 1px;
  position: absolute;
  background-color: #E6E7E8;
  bottom: -10px;
  left: -5px;
}
.border-bottom-nav {
  position: relative;
  padding-bottom: 1rem;
}
.navbar-innerwap .col-speial-wapper.hide-border-nav:before,.nav-toggle-close
{
  display: none;
}
h3.Industrial-Policy-d {
  line-height: 15px;
  margin-bottom: 0;
}
.footer-navigation-bar a {
  font-size: 0.875rem;
  font-weight: 300;
}
.in-office-adder-wapper p {
  color: #BCBEC0;
  font-weight: 400;
}
.in-office-adder-wapper li.nav-item a:first-child {
  padding-top: 0 !important;
}
.in-office-adder-wapper {
  width: 25%;
  margin-right: 3.875rem;
}
.download-browser p {
  font-size: 0.75rem;
  color: #fff;
}
.subscribe-input-text-wap button.btn-outline-secondary {
  font-weight: 700;
}
::placeholder {
  color: #BCBEC0 !important;
  opacity: 1; /* Firefox */
}
.page-master-head-wapper{
  background-blend-mode: normal, multiply;
  height: 200px;
  display: block;
  width: 100%;
}
.breadcrumb-wapper
{
  background-color: #EAEBEC;
  padding: 0;
  margin: 0;
}
li.breadcrumb-item {
  display: flex;
  align-items: center;
  padding: 0 !important;
  background-color: #4D4D4D;
}
li.breadcrumb-item a, li.breadcrumb-item.active {
  padding: 7px 0.625rem !important;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  align-items: center;
  color: #fff;
  gap: 1px;
}
ol.breadcrumb {
  margin-bottom: 0;
}
.breadcrumb-item+.breadcrumb-item::before{
  display: none;
}
.breadcrumb-item a:after,li.breadcrumb-item.active:after {
  width: 16px;
  height: 16px;
  display: block;
}
li.breadcrumb-item.active,li.breadcrumb-item:hover a {
  background-color: var(--primary-color);
}
.page-h1 {
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 1.4375rem;
  color: var(--dark-color);
}
.section-title-wapper p {
  max-width: 852px;
  margin: auto;
  color: var(--dark-color);
}
.primary-content-wapper{
  padding: 4.375rem 0;
  margin-bottom: 0;
}
.section-title-wapper {
  margin-bottom: 4.375rem;
}
.proposition-box-wapper {
  padding: 2.5rem 2.375rem;
  border-radius: 20px;
  border: 1px solid var(--gray-05);
  background: #FFF;
  margin-bottom: 2.875rem;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.proposition-box-icon {
  margin-bottom: 3.3125rem;
}
.proposition-box-icon svg {
  width: 64px !important;
}
.proposition-box-content p {
  margin: 0;
  font-weight: 400;
  color: var(--grey-02);
}
.proposition-box-content h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0;
}
.proposition-box-wapper a.btn.btn-outline-secondary,
.proposition-box-wapper a.btn.btn-outline-secondary:hover,
.proposition-box-wapper a.btn.btn-outline-secondary:focus {
  border-radius: 100px;
  border: 1px solid var(--grey-02, #6D6E71);
  padding: 0.25rem 1rem;
  font-size: 0.875rem;
  background-color: transparent;
}
.proposition-box-wapper:hover {
  border-radius: 20px;
  border: 1px solid var(--gray-05, #E6E7E8);
  background: var(--grey-01, #414042);
  color: #fff;
}
.proposition-box-wapper:hover p{
  color: #fff;
}
.proposition-box-wapper:hover a.btn.btn-outline-secondary{
  border-radius: 100px;
  border: 1px solid #FFF;
  color: #fff;
}
.proposition-box-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 23px;
  align-self: stretch;
}
.page-content-section {
  padding: 2.875rem 0;
}
.page-haeder-wapper h1 {
  margin-bottom: 0;
}
.page-haeder-wapper h2 {
  margin-bottom: 0;
  color: var(--grey-01, #414042);
  font-family: "Plus Jakarta Sans";
  font-size: 3rem;
  font-style: normal;
  font-weight: 400;
}
.page-haeder-wapper {
  display: block;
  margin: 1.4375rem 0;
}
.page-content-paragraph p {
  margin-bottom: 0;
  color: var(--grey-01);
  font-weight: 300;
}
.page-content-paragraph {
  padding-top: 2.875rem;
  display: flex;
  max-width: 750px;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.875rem;
  flex: 1 0 0;
}
blockquote{
  margin-bottom: 0;
}
blockquote span {
  font-size: 1rem;
}
blockquote .blockquote-wap {
  font-size: 1.375rem;
  font-style: italic;
  font-weight: 600;
  display: flex;
  padding-left: 46px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-left: 4px solid var(--primary-red, #EE2737);
  margin-top: 1.4375rem;
}
.sector-section .proposition-box-content h3 {
  height: 86px;
}
.page-haeder-wapper h1 {
  margin-bottom: 1.4375rem;
}
.ik-industries-statu-content {
  display: flex;
  padding: 1.4375rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 0.625rem;
  border: 1px solid var(--grey-01);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  color: var(--grey-01);
  margin-bottom: 16px;
  min-height: 160px;
}
.ik-industries-statues .col-md-6:first-child .ik-industries-statu-content,
.ik-industries-statues .col-md-6:last-child .ik-industries-statu-content{
  border-radius: 0.625rem;
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  color: #fff;
}
.ik-industries-statu-content p {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
}
.ik-industries-statu-content h4 {
  font-size: 3rem;
  font-weight: 400;
  margin-bottom: 0;
}
.ik-block-video {
  border-radius: 1.25rem;
  overflow: hidden;
  margin-bottom: 0;
}
.key-industries-section .page-haeder-wapper p,.key-industries-section .page-haeder-wapper{
  margin: 0;
}
/* .section-lite-grey section {
  padding: 4.375rem 0;
  margin: 0;
} */
.ik-sectors-incentives-wapper h3 {
  font-size: 3rem;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1;
}
.ik-sectors-incentives-tabs .nav.nav-tabs {
  border: 0;
  justify-content: end;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.ik-sectors-incentives-tabs .nav.nav-tabs button {
  display: flex;
  padding: 8px 23px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.4375rem;
  align-self: stretch;
  border-radius: 0.625rem;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  font-size: 1.125rem;
  font-weight: 700;
}
.ik-sectors-incentives-tabs .nav.nav-tabs button.active,
.ik-sectors-incentives-tabs .nav.nav-tabs button:hover {
  background-color: var(--primary-color);
  color: #fff;
}
.ik-sectors-incentives-wapper {
  display: block;
  width: 100%;
  margin-bottom: 2.875rem;
}
.ik-sectors-incentives-tabcontainer ul p {
  margin: 0;
  color: #000;
  font-weight: 400;
}
.ik-sectors-incentives-tabcontainer ul {
  padding: 0;
  border-radius: 0.625rem;
  border: 1px solid var(--gray-05, #E6E7E8);
  background: #FFF;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.ik-sectors-incentives-tabcontainer ul li {
  list-style: none;
  display: flex;
  align-items: center;
  padding: 1.4375rem;
  border: 1px solid var(--gray-05, #E6E7E8);
  background: #FFF;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  border-top: 0;
  border-left: 0;
  border-right: 0;
  gap: 1.4375rem;
}
.ik-sectors-incentives-tabcontainer ul li:last-child{
  border-bottom: 0;
}
.ik-sectors-incentives-tabcontainer ul li:before {
  content: '\25E6';
  font-size: 28px;
  font-weight: 700;
  color: var(--primary-color);
  display: flex;
  align-items: center;
  height: 18px;
}
.section-plain{
  background-color: var(--light-color);
}
.opportunities-block-row {
  margin-top: 2.875rem;
}
.opportunities-block {
  display: flex;
  padding: 2.5rem 2.375rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.4375rem;
  border-radius: 1.25rem;
  border: 1px solid var(--gray-05);
  background: #FFF;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  margin-bottom: 1.875rem;
}
.opportunities-content-block {
  display: flex;
  padding: 0px 1.4375rem 0px 2.875rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 23px;
  align-self: stretch;
  border-radius: 10px;
  border-left: 1px solid var(--primary-red, #EE2737);
}
.opportunities-content-block h5 {
  font-size: 1.5rem;
  margin-bottom: 0;
}
.opportunities-content-block h5 {
  font-size: 1.5rem;
  margin-bottom: 0;
  font-weight: 700;
}
.opportunities-content-block p {
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.opportunities-block img {
  border-radius: 0.625rem;
}
.ik-sectors-champions-header {
  margin-bottom: 0;
}
.champions-blocks-wapper {
  padding-top: 3.75rem;
}
.ik-champions-content-wap {
  display: flex;
  width: 100%;
  padding: 3.75rem;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 40px;
  border: 1px solid var(--gray-05, #E6E7E8);
  background: var(--light-color);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
}
.ik-champions-content-inner-wap p {
  margin-bottom: 0;
  font-size: 0.875rem;
}
.ik-champions-content-inner-wap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
  align-self: stretch;
}
.ik-champions-content-inner-wap h3 {
  color: var(--primary-color);
  font-family: "Plus Jakarta Sans";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
}
.champions-meta-wapper p {
  font-size: 0.875rem;
}
.ik-champions-of-karnataka-wap {
  margin-bottom: 46px;
}
.ik-champions-of-karnataka-wap:nth-of-type(even) .col-md-3.position-relative .ik-champions-img-wap {
  text-align: right;
}
.ik-growth-drivers-wapper {
  display: block;
  width: 100%;
  padding-top: 2.875rem;
}
.ik-growth-drivers-wap {
  display: flex;
  padding: 2.5rem 2.375rem;
  align-items: flex-start;
  gap: 1.4375rem;
  align-self: stretch;
  border-radius: 20px;
  border: 1px solid var(--gray-05, #E6E7E8);
  background: #FFF;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  margin-bottom: 1.875rem;
  position: relative;
  height: 255px;
}
.ik-growth-drivers-content h5 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.ik-growth-drivers-content p {
  margin-bottom: 0;
  font-size: 16px;
  color: var(--grey-02);
  text-transform: capitalize;
}


/* Discover our Districts */
.section-title-wapper.title-wapper-text-left h1 {
  margin-bottom: 0;
  text-align: left;
  font-style: normal;
  font-weight: 700;
}
.section-title-wapper.title-wapper-text-left p {
  max-width: 100%;
  color: var(--gray-03, #939598);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-transform: capitalize;
  font-size: 2rem;
}
.ik-discover-our-districts-list-wapper {
  display: flex;
  max-width: 1140px;
  align-items: flex-start;
  gap: 100px;
  align-self: stretch;
}
.ik-discover-distric-block {
  padding-left: 50px;
}
.discover-distric-block {
  display: flex;
  padding: 16px;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  border-radius: 10px;
  border: 1px solid var(--gray-05, #E6E7E8);
  background: #FFF;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  margin-bottom: 8px;
  cursor: pointer;
}
.discover-distric-block:hover {
  border-radius: 10px;
  border: 1px solid var(--gray-05, #E6E7E8);
  background: var(--primary-red, #EE2737);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  color: #fff;
}
.discover-distric-block:hover .svg-wapper svg circle {
  stroke: #fff;
}
.discover-distric-block-content {
  color: var(--grey-01, #414042);
  font-family: "Plus Jakarta Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  text-transform: capitalize;
}
.discover-distric-block:hover .discover-distric-block-content {
  color: #fff;
}
.ik-discover-distric-block-map svg {
  width: 100%;
}
section.section-lite-grey.key-districts-section {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  margin-bottom: 0;
  background-color: var(--light-color);
}
.ik-district-geo {
  display: flex;
  height: 87px;
  padding: 8px 16px;
  align-items: center;
  gap: 8px;
  flex: 1 0 0;
  border-radius: 10px;
  border: 1px solid var(--gray-05, #E6E7E8);
  background: #FFF;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  margin-bottom: 16px;
}
.ik-district-geo-icon {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  fill: var(--bg-gradient-02, linear-gradient(90deg, #F2F2F2 0%, #FFF 100%));
  display: flex;
  align-items: center;
  justify-content: center;
}
.ik-district-geo-content h5 {
  font-size: 1rem;
  color: var(--grey-01);
  margin-bottom: 5px;
}
.ik-district-geo-content p {
  color: var(--primary-red, #EE2737);
  font-family: "Plus Jakarta Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
}
.ik-district-geo.ik-district-geo-respon {
  height: auto;
  padding: 16px;
  align-items: self-start;
}
.ik-district-geo-content-lable-wapper {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  gap: 16px;
  align-self: stretch;
  flex-wrap: wrap;
}
.ik-district-geo-content-lable {
  display: flex;
  padding: 8px 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  background: var(--bg-gradient-02, linear-gradient(90deg, #F2F2F2 0%, #FFF 100%));
}
.ik-district-geo.ik-district-geo-respon h5 {
  margin-bottom: 16px;
}
.ik-district-geo-content-block-p {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  flex: 1 0 0;
  margin-top: 16px;
  margin-bottom: 16px;
}
.ik-district-geo-content-block-p p {
  color: var(--primary-red, #EE2737);
  font-family: "Plus Jakarta Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.ik-carousel .carousel-item img{
  display: block;
  width: 100%;
  border-radius: 20px;
  background: url(<path-to-image>) lightgray 50% / cover no-repeat;
  overflow: hidden;
}
.ik-carousel .carousel-caption h5 {
  color: var(--grey-01, #414042);
  font-family: "Plus Jakarta Sans";
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 0;
}
.ik-carousel .carousel-caption.d-md-block {
  position: static;
  text-align: left;
  padding-bottom: 0;
  padding-top: 23px;
}
.ik-carousel .carousel-indicators .active {
  background-color: #EE2737;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.ik-carousel .carousel-indicators [data-bs-target] {
  border: 1px solid #EE2737;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.ik-carousel .carousel-indicators {
  margin-bottom: 0;
  bottom: 3px;
  margin-right: auto;
  justify-content: end;
}
.section-lite-grey.key-districts-feature-section {
  background-color: var(--light-bg-grey);
}
.section-lite-grey.key-districts-feature-section {
  background-color: var(--light-bg-grey);
  margin-bottom: 0;
  padding-top: 2.875rem;
  padding-bottom: 2.875rem;
}
.ik-districts-feature-nav {
  display: flex;
  width: 339px;
  padding: 23px 8px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  border-radius: 20px;
  border: 1px solid var(--gray-05, #E6E7E8);
  background: #FFF;
}
.ik-districts-feature-nav button.nav-link {
  display: flex;
  height: 56px;
  padding: 16px;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  width: 100%;
  border-radius: 5px;
  background: #FFF;
}
.ik-districts-feature-nav button.nav-link p {
  margin-bottom: 0;
  font-weight: 700;
}
.ik-districts-feature-tabs {
  display: block;
  width: 100%;
}
.ik-districts-feature-nav button.nav-link {
  display: flex;
  height: 56px;
  padding: 16px;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  width: 100%;
  margin-bottom: 8px;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.ik-districts-feature-nav button.nav-link.active {
  border-radius: 5px;
  background: var(--grey-01, #414042);
}
.ik-districts-feature-nav button.nav-link.active p {
  color: #FFF;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.ik-districts-feature-content {
  display: flex;
  padding: 23px;
  flex-direction: column;
  align-items: flex-start;
  gap: 46px;
  align-self: stretch;
  border-radius: 20px;
  border: 1px solid var(--gray-05, #E6E7E8);
  background: #FFF;
}
.ik-districts-feature-nav button.nav-link:hover {
  background-color: #EE2737;
  color: #fff;
  padding-left: 0;
}
.ik-districts-feature-nav button.nav-link:hover svg {
  width: 0;
  padding: 0;
}
.ik-districts-feature-content-head {
  display: flex;
  align-items: center;
  gap: 23px;
  margin-bottom: 46px;
}
.ik-districts-feature-content-head p {
  color: var(--grey-01, #414042);
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
}
.ik-districts-feature-content .tab-content {
  width: 100%;
}
.ik-districts-feature-content .ik-district-geo-content h5 {
  margin-bottom: 5px;
}
h5.ik-district-geo-mb-5 {
  margin-bottom: 16px !important;
}
.pos-r{
  position: relative;
}


@media (max-width: 1000px) 
{
  .ik-discover-distric-block {
      position: absolute;
      top: 0;
      height: 85vh;
      overflow: hidden;
      overflow-y: scroll;
      right: 0px;
  }
  .discover-distric-block {
    -moz-transform: translateX(60%);
    -webkit-transform: translateX(60%);
    -o-transform: translateX(60%);
    -ms-transform: translateX(60%);
    transform: translateX(60%);
  }
  .ik-carousel .carousel-indicators {
      position: relative;
  }
  .ik-districts-feature-nav button.nav-link {
      height: 65px;
      flex: 0 0 auto;
      max-width: 90%;
      border: 1px solid #ED2737;
  }
    .ik-districts-feature-tabs {
      display: inline-flex;
      overflow: hidden;
      overflow-x: scroll;
      gap: 10px;
  }
  .ik-districts-feature-nav button.nav-link p {
    text-align: left;
  }
  .ik-districts-feature-nav {
      margin-bottom: 1rem;
  }
  .ik-districts-feature-content {
      padding: 20px 12px;
  }
}
/* Discover our Districts */




@media (min-width: 1000px) and (max-width: 1350px) {
  body,
  html {
    font-size: 14px;
  }
  .intro-sud-navi-block {
    width: 100%;
    margin-left: 0;
    height: auto;
  }
  .nav-item-wap {
    width: 100%;
    padding: 0 1.125rem;
  }
}

@media (min-width: 1900px){
  .bg_video {
      height: 70vh;
  }
  .nav-item-wap {
      width: 90vw;
      margin: auto;
  }
  .section-spacing-x {
      width: 80vw;
      margin: auto;
      overflow: hidden;
  }
  #navbarNavDropdown {
      width: 60vw;
      margin-left: auto;
  }
}

@media (min-widht: 2000){
  .section-spacing-x {
      width: 54vw;
      margin: auto;
      overflow: hidden;
  }
}

@media (min-width: 700px) and (max-width: 1050px) {
  .intro-sud-navi-block {
    width: 100%;
    margin-left: 0;
    gap: 10px;
    padding: 30px 10px;
    height: auto;
  }
}

@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1140px;
  }
  .ik-minister-of-karnataka-wap .col-md-9 {
      width: 77%;
  }
  .ik-minister-of-karnataka-wap .col-md-3 {
      width: 23%;
  }
  .infor-wap-text p {
      width: 55%;
  }
  .section-title-wapper p {
      max-width: 852px;
  }
  .ik-industries-statues {
    display: block;
    margin-left: 30px;
  }
  .ik-champions-of-karnataka-wap:nth-of-type(even) .col-md-9 {
    order: 1;
  }
  .ik-champions-of-karnataka-wap:nth-of-type(even) .col-md-3.position-relative {
    order: 2;
  }
}

@media (max-width: 1000px) {
  .intro-sud-navi-block {
    width: 100%;
    margin-left: 0;
    gap: 10px;
  }
  ul.navbar-nav-i img.img-fluid.nav-icon-wap {
    width: 35px;
  }

  ul.navbar-nav-i {
    width: 100%;
    margin-top: 1rem;
    padding: 0;
    justify-content: center;
  }

  .sm-p-0 {
    padding: 0;
    margin: auto;
  }

  footer .col-md-8 {
    width: 100%;
  }

  .subscribe-newsletter-wapper h4 {
    font-size: 1.6rem;
    font-weight: 600;
  }

  .subscribe-input-text-wap {
    width: 95%;
  }

  .subscribe-input-text-wap button.btn-outline-secondary,
  .subscribe-input-text-wap button.btn-outline-secondary:hover,
  .subscribe-input-text-wap button.btn-outline-secondary:focus,
  .subscribe-input-text-wap button.btn-outline-secondary:active,
  .subscribe-input-text-wap
    .btn-outline-secondary:not(:disabled):not(.disabled):active {
    width: 90px !important;
  }

  .in-office-adder-wapper {
    width: 100% !important;
    display: block;
    margin-bottom: 1rem;
  }

  .footer-navigation-bar.footer-navigation-bar-fil .col-12.d-flex {
    display: block !important;
  }

  .in-office-adder-wapper a.nav-link.active,
  .in-office-adder-wapper li.nav-item a.nav-link {
    padding-left: 0;
  }
  

  .footer-copy-social-wapper .d-flex.justify-content-between {
    display: block !important;
  }
  h1 {
        font-size: 2.5rem;
    }
    .ik-feature-block-header {
        width: 100%;
        padding: 0px 2.25rem;
    }
    .ik-button-wap {
        display: block;
        width: 100%;
    }
    .ik-button-wap button.btn.btn-outline-secondary {
        width: 100%;
        margin-bottom: 1rem;
    }
    .ik-feature-block-footer {
        padding: 0px 2.75rem;
        padding-top: 2.75rem;
    }
    .ik-minister-img-wap img.img-fluid {
        width: 100%;
    }
    .ik-minister-img-wap {
        position: relative;
        width: 100%;
    }
    .ik-minister-content-wap {
        padding: 2.75rem 2.25rem;
        margin-top: -4rem;
        padding-top: 4rem;
    }
    .section-spacing-xl {
        padding: 6.375rem 0;
    }
    .section-pb {
        padding-bottom: 2.6875rem;
    }
    .ik-minister-of-karnataka-wap.ik-minister-of-karnataka-wap-reverse .col-md-3 {
        order: 1;
    }
    .ik-minister-of-karnataka-wap.ik-minister-of-karnataka-wap-reverse .col-md-9 {
        order: 2;
    }
    .ik-minister-of-karnataka-wap {
        display: block;
        margin-bottom: 4.25rem;
    }
    section {
        padding-top: 2.6875rem;
        margin-bottom: 2.875rem;
    }
    .bg_video {
      position: absolute;
      width: 100%;
      top: 0;
      left: 0;
      height: 100vh;
  }
  .nav-item-wap {
      padding: 0;
  }
  .home-page-feature-wapper {
      margin-top: 2.875rem;
  }
  .banner-wapper {
      position: relative;
      margin-top: 120px;
      padding-bottom: 2rem;
  }
}
