/* ========= [ * page-home_7 ]  =========*/
body {
  max-width: 100%;
  overflow-x: hidden;
}
/* --------------- navbar style7 --------------- */
.tc-navbar-style7 {
  position: relative;
  padding: 60px 5vw 30px;
  border-top: 12px solid var(--color-orange1); }
  .tc-navbar-style7 .logo-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .tc-navbar-style7 .logo-side .logo {
      height: 70px; }
    .tc-navbar-style7 .logo-side .links {
      -webkit-margin-start: 80px;
      margin-inline-start: 80px; }
      .tc-navbar-style7 .logo-side .links a {
        margin-bottom: 5px;
        font-weight: 500; }
        .tc-navbar-style7 .logo-side .links a:hover {
          color: var(--color-orange1); }
  .tc-navbar-style7 .nav-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .tc-navbar-style7 .nav-side .social-links a {
      width: 45px;
      height: 45px;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      border-radius: 50%;
      border: 1px solid #9995;
      -webkit-margin-start: 10px;
      margin-inline-start: 10px; }
      .tc-navbar-style7 .nav-side .social-links a:hover {
        color: var(--color-orange1);
        border-color: var(--color-orange1); }

@media screen and (max-width: 991px) {
  .tc-navbar-style7 {
    padding-top: 30px; } }

/* --------------- header style7 --------------- */
.tc-header-style7 {
  position: relative;
  padding-top: 120px; }
  .tc-header-style7 h1 {
    font-size: 150px;
    line-height: 150px;
    letter-spacing: -0.03em;
    text-transform: capitalize;
    font-weight: 400; }
  .tc-header-style7 .head-features {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .tc-header-style7 .head-features p {
      position: relative;
      font-size: 24px;
      line-height: 36px;
      margin-top: 30px;
      -webkit-padding-end: 130px;
      padding-inline-end: 130px; }
      .tc-header-style7 .head-features p:last-of-type {
        -webkit-padding-end: 0;
        padding-inline-end: 0; }
        .tc-header-style7 .head-features p:last-of-type::after {
          display: none; }
      .tc-header-style7 .head-features p::after {
        position: absolute;
        content: "";
        right: 60px;
        top: 50%;
        width: 8px;
        height: 8px;
        background-color: #999;
        border-radius: 50%; }
  .tc-header-style7 .img {
    height: 800px;
    margin-top: 100px;
    overflow: hidden; }
    .tc-header-style7 .img img {
      max-height: unset;
      height: 200%;
      -o-object-position: top;
      object-position: top;
      margin-top: -25%; }
  .tc-header-style7 #img_360 {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    width: 100%;
    height: 800px;
    margin-top: 100px; }

@media screen and (max-width: 991px) {
  .tc-header-style7 h1 {
    font-size: 60px;
    line-height: 90px; }
  .tc-header-style7 .head-features {
    display: block; }
    .tc-header-style7 .head-features p {
      padding: 0; }
      .tc-header-style7 .head-features p::after {
        display: none; }
  .tc-header-style7 .img {
    height: 400px; }
  .tc-header-style7 #img_360 {
    height: 400px; } }

/* --------------- about style7 --------------- */
.tc-about-style7 {
  position: relative;
  padding: 160px 0; }
  .tc-about-style7 .rotate-box {
    position: relative;
    width: 220px;
    height: 220px;
    display: block;
    margin: 0 auto 30px; }
    .tc-about-style7 .rotate-box .icon {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      height: 80px; }
    .tc-about-style7 .rotate-box .rotate-text {
      -webkit-animation: rotateText 20s linear infinite;
      animation: rotateText 20s linear infinite;
      font-weight: 300;
      text-transform: uppercase;
      position: absolute;
      left: 0;
      border-radius: 50%; }
    .tc-about-style7 .rotate-box .rotate-circle svg {
      width: 220px;
      height: 220px;
      fill: #000;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }

@-webkit-keyframes rotateText {
  0% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

@keyframes rotateText {
  0% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }
  .tc-about-style7 .numbers .number-card {
    position: relative;
    margin-bottom: 75px; }
    .tc-about-style7 .numbers .number-card h2 {
      font-size: 60px;
      color: var(--color-orange1);
      font-weight: 400;
      margin-bottom: 15px; }
    .tc-about-style7 .numbers .number-card small {
      font-size: 16px;
      text-transform: uppercase;
      color: #666; }

@media screen and (max-width: 991px) {
  .tc-about-style7 {
    overflow: hidden; } }

/* --------------- services style7 --------------- */
.tc-services-style7 {
  position: relative; }
  .tc-services-style7 .content {
    position: relative;
    padding: 110px 0;
    border-top: 1px solid #ccc; }
    .tc-services-style7 .content .service-card {
      position: relative;
      margin-top: 50px;
      padding: 30px;
      border: 1px solid #ccc;
      display: block; }
      .tc-services-style7 .content .service-card:hover {
        border-top: 5px solid var(--color-orange1); }
      .tc-services-style7 .content .service-card .top-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 60px; }
        .tc-services-style7 .content .service-card .top-info .icon {
          width: 65px;
          height: 65px;
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          border-radius: 50%;
          background-color: #f5cfc7;
          color: var(--color-orange1);
          font-size: 18px; }
      .tc-services-style7 .content .service-card .text {
        min-height: 105px;
        font-size: 19px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: end; }

@media screen and (max-width: 991px) {
  .tc-services-style7 {
    padding: 0 !important; }
    .tc-services-style7 .content {
      padding: 80px 0; } }

/* --------------- projects style7 --------------- */
.tc-projects-style7 {
  position: relative; }
  .tc-projects-style7 .swiper-button-next,
  .tc-projects-style7 .swiper-button-prev {
    width: 50px;
    height: 50px;
    border: 1px solid #fff; }
    .tc-projects-style7 .swiper-button-next::after,
    .tc-projects-style7 .swiper-button-prev::after {
      font-size: 16px;
      color: #fff; }
    .tc-projects-style7 .swiper-button-next:hover,
    .tc-projects-style7 .swiper-button-prev:hover {
      background-color: #fff; }
      .tc-projects-style7 .swiper-button-next:hover::after,
      .tc-projects-style7 .swiper-button-prev:hover::after {
        color: #000; }
  .tc-projects-style7 .swiper-button-next {
    right: 4vw; }
  .tc-projects-style7 .swiper-button-prev {
    left: 4vw; }
  .tc-projects-style7 .project-card {
    display: block;
    position: relative;
    height: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-border-end: 1px solid #fff;
    border-inline-end: 1px solid #fff; }
    .tc-projects-style7 .project-card:hover .info {
      background-color: #fff;
      color: #000; }
    .tc-projects-style7 .project-card .info {
      padding: 40px;
      width: 100%;
      color: #fff;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
  .tc-projects-style7 .projects-content {
    position: relative;
    overflow: hidden; }
    .tc-projects-style7 .projects-content .glry-img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
      .tc-projects-style7 .projects-content .glry-img .tab-img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -webkit-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
        opacity: 0;
        -webkit-transition: all .7s;
        -o-transition: all .7s;
        transition: all .7s; }
        .tc-projects-style7 .projects-content .glry-img .tab-img.current {
          -webkit-transform: scale(1);
          -ms-transform: scale(1);
          transform: scale(1);
          opacity: 1; }

@media screen and (max-width: 991px) {
  .tc-projects-style7 .project-card {
    height: 400px; } }

/* --------------- proccess style7 --------------- */
.tc-proccess-style7 {
  position: relative;
  padding: 150px 0; }
  .tc-proccess-style7 .accordion-item {
    border: 0;
    border-radius: 0; }
    .tc-proccess-style7 .accordion-item .accordion-button {
      background-color: transparent !important;
      border: 0;
      border-top: 1px solid #ccc;
      -webkit-box-shadow: none;
      box-shadow: none;
      color: #000;
      font-size: 24px;
      font-weight: 600;
      padding: 30px 0; }
      .tc-proccess-style7 .accordion-item .accordion-button::after {
        background-image: none;
        content: "\f067";
        font-family: "Font Awesome 6 Pro";
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        font-size: 18px;
        font-weight: 400; }
      .tc-proccess-style7 .accordion-item .accordion-button:not(.collapsed) {
        color: var(--color-orange1);
        border-color: var(--color-orange1);
        border-radius: 0; }
        .tc-proccess-style7 .accordion-item .accordion-button:not(.collapsed)::after {
          content: "\f068"; }
      .tc-proccess-style7 .accordion-item .accordion-button .num {
        color: #999;
        -webkit-margin-end: 40px;
        margin-inline-end: 40px;
        font-weight: 300; }
    .tc-proccess-style7 .accordion-item .accordion-body {
      padding: 0;
      padding-bottom: 30px;
      -webkit-padding-start: 60px;
      padding-inline-start: 60px; }
  .tc-proccess-style7 .img {
    height: 550px;
    margin-top: 50px;
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg); }
    .tc-proccess-style7 .img img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      opacity: 0;
      -webkit-transform: rotate(-15deg);
      -ms-transform: rotate(-15deg);
      transform: rotate(-15deg);
      -webkit-transition: all 0.7s ease;
      -o-transition: all 0.7s ease;
      transition: all 0.7s ease;
      z-index: 0; }
      .tc-proccess-style7 .img img.current {
        opacity: 1;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        z-index: 1; }
  .tc-proccess-style7 .curve {
    position: absolute;
    bottom: 10%;
    right: 0;
    width: 50%;
    height: 100%;
    z-index: 20;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: bottom right;
    object-position: bottom right; }

@media screen and (max-width: 991px) {
  .tc-proccess-style7 {
    overflow: hidden; }
    .tc-proccess-style7 .img {
      width: 70vw;
      -webkit-margin-start: 15vw;
      margin-inline-start: 15vw;
      height: 350px; } }

/* --------------- testimonials style7 --------------- */
.tc-testimonials-style7 {
  position: relative; }
  .tc-testimonials-style7 .rotate-box {
    position: relative;
    width: 220px;
    height: 220px;
    display: block;
    margin: 0 auto 60px; }
    .tc-testimonials-style7 .rotate-box .icon {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      height: 50px; }
    .tc-testimonials-style7 .rotate-box .rotate-text {
      -webkit-animation: rotateText 20s linear infinite;
      animation: rotateText 20s linear infinite;
      font-weight: 300;
      text-transform: uppercase;
      position: absolute;
      left: 0;
      border-radius: 50%; }
    .tc-testimonials-style7 .rotate-box .rotate-circle svg {
      width: 220px;
      height: 220px;
      fill: #000;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }

@keyframes rotateText {
  0% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }
  .tc-testimonials-style7 .test-content {
    position: relative;
    padding-bottom: 150px;
    border-bottom: 1px solid #ccc; }
    .tc-testimonials-style7 .test-content .testi-slider {
      position: relative;
      overflow: hidden; }
    .tc-testimonials-style7 .test-content .swiper-button-prev,
    .tc-testimonials-style7 .test-content .swiper-button-next {
      top: 30%; }
      .tc-testimonials-style7 .test-content .swiper-button-prev::after,
      .tc-testimonials-style7 .test-content .swiper-button-next::after {
        font-size: 30px;
        color: var(--color-orange1); }
  .tc-testimonials-style7 .testi-card {
    text-align: center; }
    .tc-testimonials-style7 .testi-card h4 {
      font-size: 60px;
      line-height: 72px;
      color: #000; }

@media screen and (max-width: 991px) {
  .tc-testimonials-style7 {
    padding: 0 !important; }
    .tc-testimonials-style7 .testi-card h4 {
      font-size: 25px;
      line-height: 45px; }
    .tc-testimonials-style7 .test-content .swiper-button-next,
    .tc-testimonials-style7 .test-content .swiper-button-prev {
      top: auto;
      bottom: 70px; }
    .tc-testimonials-style7 .test-content .swiper-button-next {
      right: 35%; }
    .tc-testimonials-style7 .test-content .swiper-button-prev {
      left: 35%; } }

/* --------------- blog style7 --------------- */
.tc-blog-style7 {
  position: relative;
  padding: 150px 0 0; }
  .tc-blog-style7 .row .col-lg-6:first-of-type {
    -webkit-border-end: 1px solid #ccc;
    border-inline-end: 1px solid #ccc; }
  .tc-blog-style7 .main-post .img {
    display: block;
    height: 380px; }
  .tc-blog-style7 .main-post .info {
    position: relative;
    padding-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .tc-blog-style7 .main-post .info .date {
      -webkit-margin-end: 40px;
      margin-inline-end: 40px;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
      .tc-blog-style7 .main-post .info .date .numb {
        font-size: 48px;
        line-height: 60px;
        margin-bottom: 10px;
        font-weight: 400;
        font-family: 'Instrument Serif', serif; }
      .tc-blog-style7 .main-post .info .date small {
        font-size: 12px;
        line-height: 18px;
        text-transform: uppercase;
        color: #666; }
  .tc-blog-style7 .sub-posts {
    position: relative;
    height: 100%;
    padding-bottom: 100px; }
    .tc-blog-style7 .sub-posts .post-card {
      position: relative;
      padding: 30px 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      border-bottom: 1px solid #ccc; }
      .tc-blog-style7 .sub-posts .post-card:first-of-type {
        padding-top: 0; }
      .tc-blog-style7 .sub-posts .post-card .date {
        -webkit-margin-end: 40px;
        margin-inline-end: 40px;
        -ms-flex-negative: 0;
        flex-shrink: 0; }
        .tc-blog-style7 .sub-posts .post-card .date .numb {
          font-size: 48px;
          line-height: 60px;
          margin-bottom: 10px;
          font-weight: 400;
          font-family: 'Instrument Serif', serif; }
        .tc-blog-style7 .sub-posts .post-card .date small {
          font-size: 12px;
          line-height: 18px;
          text-transform: uppercase;
          color: #666; }
    .tc-blog-style7 .sub-posts .more-link {
      position: absolute;
      left: 0;
      bottom: 0;
      font-size: 14px;
      text-transform: capitalize;
      border-bottom: 1px solid #ccc;
      font-weight: 600; }
      .tc-blog-style7 .sub-posts .more-link:hover {
        color: var(--color-orange1);
        border-color: var(--color-orange1); }
  .tc-blog-style7 .slider-content {
    position: relative;
    padding: 250px 0 120px;
    cursor: none; }
    .tc-blog-style7 .slider-content * {
      cursor: none; }
    .tc-blog-style7 .slider-content h2 {
      font-size: 100px;
      color: transparent;
      padding: 0 70px;
      -webkit-text-stroke: 1px #000;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      font-weight: 500; }
      .tc-blog-style7 .slider-content h2:hover {
        color: #000; }
  .tc-blog-style7 .float_box {
    position: absolute;
    top: 60px;
    right: 0;
    width: 190px;
    height: 190px;
    background-color: var(--color-orange1);
    border-radius: 50%;
    -webkit-transition: all linear , scale 0.5s ease;
    -o-transition: all linear , scale 0.5s ease;
    transition: all linear , scale 0.5s ease;
    opacity: 0;
    -webkit-transform: scale(0) translate(-50%, -50%);
    -ms-transform: scale(0) translate(-50%, -50%);
    transform: scale(0) translate(-50%, -50%);
    z-index: 10;
    pointer-events: none; }
    .tc-blog-style7 .float_box p {
      text-transform: uppercase;
      font-weight: bold;
      color: #fff;
      text-align: center;
      line-height: 250px; }
    .tc-blog-style7 .float_box.show {
      opacity: 1;
      -webkit-transform: scale(1) translate(-50%, -50%);
      -ms-transform: scale(1) translate(-50%, -50%);
      transform: scale(1) translate(-50%, -50%);
      -webkit-transition: all linear ,  opacity 0.5s ease;
      -o-transition: all linear ,  opacity 0.5s ease;
      transition: all linear ,  opacity 0.5s ease; }
  .tc-blog-style7 .tc-awards-slider1 .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
    position: relative; }
  .tc-blog-style7 .tc-awards-slider1 .swiper-slide {
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important; }

@media screen and (max-width: 991px) {
  .tc-blog-style7 {
    overflow: hidden; }
    .tc-blog-style7 .main-post .img {
      height: 300px; }
    .tc-blog-style7 .main-post .info {
      display: block;
      border-bottom: 1px solid #ccc;
      padding: 30px 15px; }
      .tc-blog-style7 .main-post .info .date {
        margin-bottom: 20px; }
    .tc-blog-style7 .sub-posts .post-card {
      display: block;
      padding: 30px 15px; }
      .tc-blog-style7 .sub-posts .post-card .date {
        margin-bottom: 20px; } }

/* --------------- footer style7 --------------- */
.tc-footer-style7 {
  position: relative;
  padding: 150px 0;
  background-color: var(--color-orange1);
  color: #fff; }
  .tc-footer-style7 .links a {
    font-size: 14px;
    margin: 8px 0; }
    .tc-footer-style7 .links a:hover {
      text-decoration: underline; }
  .tc-footer-style7 .foot-subscribe .form-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 20px;
    background-color: #597E0A;
    margin-bottom: 20px; }
    .tc-footer-style7 .foot-subscribe .form-group .icon {
      -ms-flex-negative: 0;
      flex-shrink: 0;
      color: #fff; }
    .tc-footer-style7 .foot-subscribe .form-group .form-control {
      border: 0;
      background-color: transparent; }
      .tc-footer-style7 .foot-subscribe .form-group .form-control::-webkit-input-placeholder {
        color: #BBD683; }
      .tc-footer-style7 .foot-subscribe .form-group .form-control:-ms-input-placeholder {
        color: #BBD683; }
      .tc-footer-style7 .foot-subscribe .form-group .form-control::-ms-input-placeholder {
        color: #BBD683; }
      .tc-footer-style7 .foot-subscribe .form-group .form-control::placeholder {
        color: #BBD683; }
    .tc-footer-style7 .foot-subscribe .form-group button {
      border: 0;
      background-color: transparent;
      color: #fff;
      text-transform: uppercase; }
  .tc-footer-style7 .social-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%; }
    .tc-footer-style7 .social-content .social-links {
      margin-bottom: 30px; }
      .tc-footer-style7 .social-content .social-links a {
        width: 45px;
        height: 45px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-radius: 50%;
        border: 1px solid #fff9;
        -webkit-margin-end: 15px;
        margin-inline-end: 15px; }
        .tc-footer-style7 .social-content .social-links a:hover {
          background-color: #000;
          border-color: #000; }

@media screen and (max-width: 991px) {
  .tc-footer-style7 {
    padding: 80px 0;
    overflow: hidden; } }

.home-style7 .sub-font {
  font-family: 'Instrument Serif', serif; }

@media screen and (max-width: 991px) {
  .home-style7 br {
    display: none; }
  .home-style7 .fsz-50 {
    font-size: 30px !important; }
  .home-style7 .fsz-40 {
    font-size: 25px !important; }
  .home-style7 .mb-90 {
    margin-bottom: 40px !important; }
  .home-style7 .fsz-30 {
    font-size: 18px !important; }
  .home-style7 .mt-70 {
    margin-top: 40px !important; }
  .home-style7 .fsz-60 {
    font-size: 40px !important; }
  .home-style7 .mt-100 {
    margin-top: 50px !important; }
  .home-style7 section {
    padding: 80px 0; } }


/* --------------- inner-navbar-style1 --------------- */
.inner-navbar-style1 {
  position: relative;
  padding: 15px 4vw;
}

.inner-navbar-style1 .logo {
  width: 100px;
  height: 100px;
}

.inner-navbar-style1 .navbar-nav .nav-link {
  font-size: 12px;
  font-weight: 600;
  color: #545454;
  margin-inline-start: 20px;
  text-transform: capitalize;
}

.inner-navbar-style1 .navbar-nav .dropdown-menu {
  background-color: #fff;
}

.inner-navbar-style1 .navbar-nav .dropdown-item {
  color: #6c757d;
  font-weight: bold;
}

.inner-navbar-style1 .navbar-nav .dropdown-item:hover {

}

.inner-navbar-style1 .navbar-toggler-icon {
  color: #fff;
}

.inner-navbar-style1 .nav-side a {
  font-size: 12px;
  font-weight: 600;
  color: #000000;
}

.inner-navbar-style1 .nav-item .dropdown-menu .dropdown-divider {
  border-top: 1px solid #666;
}

@media (max-width: 991px) {
  .inner-navbar-style1 .navbar-nav {
      margin-top: 15px;
  }

  .inner-navbar-style1 .navbar-nav .nav-link {
      margin-inline-start: 0;
  }

  .inner-navbar-style1 .ms-3 {
      margin-left: 0 !important;
      margin-right: 1rem !important;
  }
}



/* Services and Industries dropdown styles */
.services-dropdown, .industries-dropdown {
  min-width: 700px; /* Set the width for Services and Industries dropdown */
  max-width: 750px;
}

.services-dropdown .row, .industries-dropdown .row {
  display: flex;
  flex-wrap: wrap;
}

.services-dropdown .col-4, .industries-dropdown .col-4 {
  width: 33.33%; /* Each service or industry item will take up 1/3 of the row */
  padding: 0 15px;
}

.dropdown-subtypes {
  margin-top: 5px;
  padding-left: 15px;
}

.dropdown-subtypes li {
  font-size: 0.875rem; /* Smaller font size for subtypes */
}

/* Other dropdowns with narrow width */
.narrow-dropdown {
  width: 150px; /* Set narrow width for other dropdowns */
}

.narrow-dropdown .dropdown-menu {
  width: 100%;
}

/* Responsive handling */
@media (max-width: 768px) {
  .services-dropdown, .industries-dropdown {
      min-width: 100%;
  }

  .services-dropdown .row, .industries-dropdown .row {
      flex-direction: column;
  }

  .services-dropdown .col-4, .industries-dropdown .col-4 {
      width: 100%; /* Stack items vertically on smaller screens */
  }
}

/* Mega Dropdown Styling */
.mega-dropdown .mega-menu {
  width: 750px;
  padding: 20px;
  background-color: #ffffff; /* Adjust as needed */
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  border: none;
  display: flex;
}

.mega-dropdown .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

.mega-dropdown .col-4 {
  padding: 10px;
  flex: 1 1 33.33%;
}

.mega-dropdown .dropdown-header {
  font-weight: bold;
  color: #333; /* Adjust as needed */
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.mega-dropdown .dropdown-item {
  padding: 5px 10px;
  color: #555; /* Adjust as needed */
}

.mega-dropdown .dropdown-item:hover {
  color: #000; /* Adjust as needed */
  background-color: #f8f9fa; /* Adjust as needed */
}

/* Standard Dropdown Menu Styling */
.navbar .dropdown-menu {
  width: 150px;
  background-color: #ffffff; /* Adjust as needed */
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 0;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}



.dropdown-header {
  font-weight: bold;
  color: #f05a28;
  margin-bottom: 10px;
}

.dropdown-item {
  font-size: 12px;
  padding: 5px 10px;
}


