﻿/* @font-face {
  font-family: NanumGothic-ExtraBold;
  src: url("../font/NanumGothic-ExtraBold.ttf") format("truetype");
}

@font-face {
  font-family: NanumGothic-Bold;
  src: url("../font/NanumGothic-Bold.ttf") format("truetype");
}

@font-face {
  font-family: NanumGothic-Regular;
  src: url("../font/NanumGothic-Regular.ttf") format("truetype");
} */

/* @import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic&family=Nunito+Sans:opsz,wght@6..12,500&display=swap'); */

@font-face {
  font-family: Inter;
  src: url("../font/Inter-VariableFont_opsz\,wght.ttf") format("truetype");
}

/* @font-face {
  font-family: NanumGothic-ExtraBold;
  src: url("../font/NanumGothic-ExtraBold.ttf") format("truetype");
} */


* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;

  /* font-family: 'Nunito Sans', sans-serif; */
  /* font-family: Inter !important; */
}

/* Theming */

/* import font */

:root {
  --white: #ffffff;
  --black: #36383f;
  --gray: #85888c;
}

/* variables*/

/* Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: var(--white);
  /* font-family: NanumGothic-Regular !important; */
  overflow-x: hidden;
  font-family: Inter !important;
}

.w-head {
  font-size: 24px;
  /* font-family: NanumGothic-ExtraBold !important; */
  font-family: Inter !important;
  color: #000;
  font-family: Inter;
}

.social-media-icon {
  position: fixed;
  right: 0;
  top: 50vh;
  /* top: 500px; */
  background: #fff3cf;
  padding: 10px;
  color: #000 !important;
  z-index: 1000;
}

.social-media-icon a {
  color: #000 !important;
}

.social-media-icon_home {
  position: fixed;
  right: 0;
  top: 50vh;
  background: #fff3cf;
  padding: 10px;
  color: #000 !important;
  z-index: 1000000;
}

.social-media-icon_home a {
  color: #000 !important;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

header.header .navbar {
  display: flex;
  justify-content: space-between;
  padding: 0;

}

header.header {
  z-index: 9999;
  position: absolute;
  /* width: 100%; */
  right: 0;
  left: 0;
  top: 0;
  background-color: transparent;
  opacity: 1;
  color:#fff;
  transition: all 0.3s ease-in-out;
  padding: 20px 0;
}


.hide-header {
  opacity: 0;
  transform: translateY(-100%);
}

header.scrolled {
  background-color: rgba(128,
      128,
      128,
      0.96);
	  position:fixed !important;
  /* Set background color when scrolled */
}


header.header .navbar .logo {
  width: 120px;
}

header.header .navbar .logo img {
  width: 100%;
}


header.header .navbar .navlinks ul {
  list-style: none;
  display: flex;
  margin-top: 10px;

}

/* header.header .navbar .navlinks ul .active::after {
  width: 100%;
}

header.header .navbar .navlinks ul li::after {
  content: "";
  width: 0%;
  transition: .3s ease-out
}

header.header .navbar .navlinks ul li:hover::after {
  width: 100%
}

header.header .navbar .navlinks ul .active::after,
header.header .navbar .navlinks ul li::after {
  height: 2px;
  margin-top: 0px;
  background: #000;
  display: block
}

header.header .navbar .navlinks ul li.active-menu::after {
  content: "";
  width: 100%;
  transition: .3s ease-out;
  height: 2px;
  margin-top: 0px;
  background: #000;
  display: block
} */
.fa-arrow-right:before {
  content: "\f061";
  position: relative;
  bottom: -3px;
}

.email-row .fa-arrow-right {
  position: relative;
  top: -2px;
}

header.header .navbar .navlinks ul li a.active-menu {
  border-bottom: 3px solid #000;
}

header.header .navbar .navlinks ul li a:hover {
  border-bottom: 3px solid #000;
}

header.header .navbar .navlinks ul li {
  margin-left: 50px;
  padding-top: 6px;
  outline: none;
}

header.header .navbar .navlinks ul li a {
  text-decoration: none;
  font-size: 20px;
  color: #000;
  font-family: Inter !important;
  font-size:1rem;

}

@media (max-width:1200px) {
  header.header .navbar .navlinks ul li {
    margin-left: 20px;
    padding-top: 6px;
  }

  header.header .navbar .logo {
    width: 180px;
  }

  header.header .navbar .navlinks ul {
    list-style: none;
    display: flex;
    margin-top: 15px;

  }
}

@media (max-width:992px) {
  header.header .navbar .logo {
    width: 120px;
  }

  header.header .navbar .logo img {
    width: 100%;
    z-index: 2;
  }

  header.header .navbar .logo {
    width: 90px;
    z-index: 2;
  }

  header.header .navbar .navlinks,
  header.header .navbar .navlinks-2 {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #000;
    display: flex;
    flex-direction: column;
    z-index: -1;
    /* padding: 30px 0;
        text-align: left;
        width: 100%; */

  }


  #menu {
    z-index: 100;
  }




  #menu-bar {
    width: 30px;
    cursor: pointer;
    z-index: 100;
  }

  .bar {
    height: 4px;
    margin: 1px 0;
    width: 100%;
    background-color: #fff;
    display: block;
    border-radius: 5px;
    transition: .2s;

  }

  #bar1 {
    transform: translateY(-3px)
  }

  #bar3 {
    transform: translateY(3px)
  }

  .change {
    display: block
  }

  .change .bar {
    background-color: #fff;
    margin: 0
  }

  .change #bar1 {
    transform: translateY(3px) rotateZ(-45deg)
  }

  .change #bar2 {
    opacity: 0
  }

  .change #bar3 {
    transform: translateY(-5px) rotateZ(45deg)
  }

  header.header .navbar .navlinks {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    transition: .3s ease-in-out;
    width: 100%;

  }

  header.header .navbar .navlinks-2 {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)
  }


  header.header .navbar .navlinks ul {
    display: flex;
    flex-direction: column;
    margin-top: 80px !important;
    text-align: left;
    padding-inline-start: 0;

  }

  header.header .navbar .navlinks ul li {
    margin-top: 20px;
    border-bottom: 2px solid #fff;
    width: 100%;
    margin-left: 0;
    padding-left: 20px;
    margin-block-end: 0;
    margin-bottom: 0;
  }

  header.header .navbar .navlinks ul li a {
    color: #fff !important;
    font-size: 35px;


  }

  header.header .navbar .navlinks ul .active::after {
    width: 100%
  }

  header.header .navbar .navlinks ul li.active a {
    color: #2048da
  }

  header.header .navbar .navlinks ul li::after {
    content: "";
    width: 0%;
    transition: .4s ease-out
  }

  header.header .navbar .navlinks li:hover::after {
    width: 100%
  }
}



.container-fluid {
  padding: 0 150px !important;
}



@media (min-width: 1500px) {
  .container-fluid {
   /* width: 1500px !important;*/
  }

}

@media (max-width: 1400px) {
  .container-fluid {
    padding: 0 140px !important;
    display: grid;
    /* gap: 20px; */
  }
}

/* For very large screens, limit the container width */
@media (min-width: 1920px) {
  .container-fluid {
    padding: 0 140px !important;
    display: grid;
    gap: 20px;
  }}




.home-images-grid {
  margin-top: 100px;
  display: grid;
  gap: 20px;
}

.home-images-grid .first-row {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  /* grid-gap: 20px; */
  /* margin-top: 30px; */
}

.home-images-grid .second-row {
  display: grid;
  grid-template-columns: 1fr 1fr 2fr;
  /* grid-gap: 20px; */
  /*margin-top: 30px;*/
}

.home-images-grid .third-row {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  /* grid-gap: 20px; */
  /* margin-top: 30px; */
}

.home-images-grid .fourth-row {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  /* grid-gap: 20px;
  margin-top: 30px; */
}

.home-images-grid img {
  width: 100%;
  height: 450px;
}

.counter-section {
  margin-top: 130px;
  padding: 90px 0;
  background-color: #d6d3d3;
  text-align: center;
}

.counter-container {
  display: flex;
  justify-content: space-between;
  /* gap: 50px; */
}

.counter-box {
  color: #000;
  text-align: left;
}

.counter-box h2 {
  font-size: 100px;
  margin-bottom: 0px;
  /* font-family: NanumGothic-Bold; */
  font-family: Inter !important;
  font-weight: 700;


}

.counter-box p {
  font-size: 30px;
  /* font-family: NanumGothic-Regular; */
  font-family: Inter !important;

  padding-left: 3px;
}

section.our-work-home {
  margin-top: 100px;
  text-align: center;
}

section.our-work-home .grid-images {
  margin-top: 40px;
  margin-bottom: 20px;
}

.mobile-version a.more-btn {
  font-size: 10px;
  color: #000;
}

.mobile-version a.more-btn span {
  font-size: 22px;
  position: relative;
  bottom: -3px;
  font-weight: bolder;
}

h1.home-mobile-head {
  font-size: 18px;
  /* font-family: NanumGothic-ExtraBold; */
  font-family: Inter !important;
  margin-bottom: 15px;
}

p.home-mobile-para {
  font-size: 12px;
  /* font-family: NanumGothic-Regular; */
  font-family: Inter !important;
  padding: 0 30px;
}

section.our-work-home img {
  width: 100%;
  height: 150px;
}

section.our-work-home .one-col {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 20px;
}

section.our-work-home .two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
  margin-top: 20px;
}

section.our-services-home {
  margin-top: 40px;
  text-align: center;
}

section.our-services-home .carousel {
  margin-top: 30px;
}

section.our-services-home .carousel .carousel-item img {
  height: 450px;
}

section.collab-home {
  text-align: center;
  margin-top: 40px;
}

section.collab-home img {
  margin: 10px 0 30px 0;
}

section.award-home {
  text-align: center;
  margin-top: 40px;
}

section.award-home img {
  margin: 10px 0 30px 0;
}

section.about-home {
  text-align: center;
  margin-top: 40px;
}

section.about-home img {
  margin: 10px 0 30px 0;
  width: 100%;
  height: 220px;
}

section.our-leaders-home {
  margin-top: 40px;
  text-align: center;
  margin-bottom: 100px;
}

section.our-leaders-home .leader {
  margin-top: 40px;
}

section.our-leaders-home .leader img {
  width: 120px;
  height: 120px;
  border-radius: 100%;
}

section.our-leaders-home .leader h4.name {
  font-size: 13px;
  /* font-family: NanumGothic-ExtraBold; */
  font-family: Inter !important;
  margin-top: 20px;
}

section.our-leaders-home .leader p.leader-para {
  font-size: 10px;
  font-family: Inter !important;
}

.tab-content .work-image-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(30%, 1fr));
  grid-column-gap: 50px;
  grid-row-gap: 30px;

}

.tab-content .work-image-container img {
  height: 300px;
  width: 100%;
}

@media (max-width: 768px) {
  .tab-content .work-image-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
    grid-column-gap: 0;
    grid-row-gap: 30px;

  }
}

@media (max-width: 1200px) {
  .counter-container {
    display: flex;
    flex-direction: column;
    justify-content: left;
    /* gap: 50px; */
  }
}

@media (min-width:992px) {
  .mobile-version {
    display: none;
  }
}

@media (max-width:992px) {
  .pc-version {
    display: block;
  }
}

/* .hover_effect:hover {
  color: #fff;
} */
.magic_box {
  color: #636363;
}


.magic_box .dis_none {
  display: none;
}

.magic_box:hover {
  color: #fff;
}

.magic_box.active {
  color: #fff;
}

.magic_box.active .dis_none {
  display: flex;
}

.magic_box2 {
  color: darkgray;
  /* color: #fff; */
}

.magic_box2 .hover_effect2 {
  font-size: 28px;
  cursor: pointer;
}

.magic_box2 .dis_none2 {
  display: none;
}

.magic_box2:hover {
  color: #fff;
}

.magic_box2.active {
  color: #fff;
}

.magic_box2.active .dis_none2 {
  display: flex;
}

.hover_eff:hover .content {
  color: #fff;
}

.magic_box2 .circle {
  background: #fff;
}


.active_menu {
  border-bottom: 3px solid #000;
}

.mtop-sevices {
  margin-top: 100px !important;
}

.menu {
  /* background-color: red; */
  width: 100%;
}

.menu a {
  display: block;
  margin-left: 50px;
  color: #fff;
  font-weight: lighter;
  font-size: 17px;
}



/* Menu Icon */
.hamb {
  cursor: pointer;
  float: right;
  padding: 15px 10px;
  background-color: #ffc20e;
  background: #858585;
  border-radius: 3px;
}

/* Style label tag */

.hamb-line {
  background: var(--white);
  display: block;
  height: 2px;
  position: relative;
  width: 24px;

}

/* Style span tag */

.hamb-line::before,
.hamb-line::after {
  background: var(--white);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transition: all 0.2s ease-out;
  width: 100%;
}

.hamb-line::before {
  top: 5px;
}

.hamb-line::after {
  top: -5px;
}

.side-menu {
  display: none;
}

/* Hide checkbox */

/* Toggle menu icon */
.side-menu:checked~nav {
  max-height: 100%;
}

.side-menu:checked~.hamb .hamb-line {
  background: transparent;
}

.side-menu:checked~.hamb .hamb-line::before {
  transform: rotate(-45deg);
  top: 0;
}

.side-menu:checked~.hamb .hamb-line::after {
  transform: rotate(45deg);
  top: 0;
}


.banner {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.7)),
    url("../images/banner.jpg");
  min-height: 100vh;
  /* min-height: 100px; */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
}

/* .banner2 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.7)),
    url("../images/banner.jpg");

  min-height: 500px;
  width: 100vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
} */

.contact-head {
  margin-top: 200px;
}

.contact-head h1 {
  font-size: 60px;
  font-weight: 400;
  margin-bottom: 100px;
}

section.get-in-touch {
  background: #e8e8e8;
  padding: 60px 0;
}

section.get-in-touch .one-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

section.get-in-touch .one-row .right {
  padding-right: 50px;
}

section.get-in-touch h2 {
  font-size: 26px;
  font-weight: 900;
  margin-bottom: 40px;
  font-family: Inter !important;
}

section.get-in-touch p {
  font-size: 26px;
  font-weight: 500;
  font-family: Inter !important;
}

section.get-in-touch .mtop {
  margin-top: 30px;
}

section.get-in-touch .contact {
  font-size: 20px;
  line-height: .5;
  font-family: Inter !important;
}

section.get-in-touch .contact span {
  font-weight: 900;
}

section.get-in-touch img {
  width: 430px;
  height: 280px;
}

.pbot-100 {
  padding: 110px 0;
  margin-top: 100px;
  background-color: #d6d3d3;
}

.pbot-100 .pright {
  padding-right: 30px;
}

.pbot-100 .location {
  margin-top: 20px;
}

.pbot-100 .location h5 {
  font-weight: 900 !important;
  font-family: Inter !important;
}

.pbot-100 .location p {
  line-height: 1.2;
  font-family: Inter !important;
}

@media (max-width:992px) {
  .pbot-100 {
    padding: 110px 0;
    margin-top: 100px;
    padding: 110px 0 80px 0 !important;
  }

  section.get-in-touch .one-row {
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: left;
  }

  section.get-in-touch .one-row .left {
    width: 100%;
  }

  section.get-in-touch .one-row .right {
    width: 100%;
    margin-top: 30px;
    padding-right: 0;
  }

  section.get-in-touch img {
    width: 100%;
    height: 250px;


  }
}

.container {
  width: auto;
}

.para_txt {
  /* text-align: justify; */
  line-height: 1.1;
  font-size: 26px;
  font-weight: 400;
  font-family: Inter !important;
}

.index_para_txt {
  /* text-align: justify; */
  line-height: 1.5;
  font-size: 25px;
  /* font-family: NanumGothic-Bold; */
  font-family: Inter !important;
}

.more-read-text {
  /* font-family: NanumGothic-Regular !important; */
  font-family: Inter !important;
}

.our_work {
  font-size: 20px;
  color: #000;
}

.our_work:hover {
  color: #000;
}

.para {
  /* text-align: justify; */
  line-height: 1.2;
  font-size: 18px;

  margin-top: 4px !important;
  /* background-color: red; */
  font-family: Inter !important;
}

.opening_para {
  /* text-align: justify; */
  line-height: 1.2;
  font-size: 17px;
  margin-top: 26px !important;
  font-family: Inter !important;
}

.content_head {
  font-size: 25px;
  /* font-family: NanumGothic-ExtraBold; */
  font-family: Inter !important;
}

.head_text {
  font-size: 50px;
  
  line-height: 1.2;
  /* font-family: NanumGothic-Regular; */
  font-family: Inter !important;
}

.index_head_text {
  font-size: 50px;
  line-height: 1.2;
  /* font-family: NanumGothic-Regular; */
  font-family: Inter !important;
}

.work {
  font-size: 14px;
  font-weight: 600;
  color: rgba(169, 169, 169, 0.8);
  text-transform: uppercase;
  /* font-family: NanumGothic-ExtraBold; */
  font-family: Inter !important;
}

.flex-container {
  display: flex;
  flex-wrap: nowrap;
}

.flex-container>div {
  width: 100%;
  margin: 10px;
  text-align: center;
  line-height: 75px;
  font-size: 25px;
  font-family: Inter !important;
}

.mixed-text {
  /* margin-top: 30px; */
  font-size: 18px;
  color: #000;
  font-family: Inter !important;
}

/* .mixed-text h5 {
  font-weight: bold !important;
  font-size: 23px;
  margin-top: 10px;
  font-family: NanumGothic-Bold !important;
} */

.mixed-text .para {
  font-size: 20px;
  line-height: 1.5;
  /* font-family: NanumGothic-Bold; */
  font-family: Inter !important;
}

.venture_sub_heading {
  font-weight: 700 !important;
  /* font-family: NanumGothic-Bold; */
  font-family: Inter !important;
  font-size: 23px;
  margin-top: 10px;
}

.count {
  font-size: 2.5rem;
  font-weight: bold;
  font-family: Inter !important;
}

.venture_latest_heading {
  font-size: 16px;
  font-weight: 700;
  /* font-family: NanumGothic-ExtraBold; */
  font-family: Inter !important;
}

.latest_heading {
  font-size: 16px;
  font-weight: 700;
  font-family: Inter !important;
}

/*
.venture_sub_heading {
    font-size: 14px;
    margin-top: 10px;
    font-weight: 700;
}
*/
.visit_para {
  /* text-align: justify; */
  line-height: 1.2;
  font-size: 18px;
  margin-top: 4px !important;
  font-family: Inter !important;
}

.visit_link {
  font-size: 16px;
  color: #000 !important;
  font-weight: 400;
  font-family: Inter !important;
}

.venture_para {
  font-size: 13px;
  font-family: Inter !important;
}

.email_link {
  line-height: 1.2;
  font-size: 15px;
  margin-top: 4px !important;
  font-family: Inter !important;
}

.venture_link {
  font-size: 13px;
  color: #000 !important;
  font-weight: 600;
  font-family: Inter !important;
}

.fa-arrow-right {
  margin-left: 5px;
}

.email-row {
  padding: 90px 0;
  background-color: #333;
  color: #f3f3f3;
}

.email-row h3 {
  font-size: 52px;
  margin-bottom: 20px;
  /* font-family: NanumGothic-Regular; */
  font-family: Inter !important;
  font-weight: 350 !important;
  width: 440px;
}

.footer {
  background: rgb(255, 194, 14);
  padding-bottom: 60px !important;
  /* color: var(--black); */
  color: #000;
  /* font-family: NanumGothic-Regular; */
  font-family: Inter !important;
}

.footer h2 {
  font-size: 50px;
  font-weight: bold;
  /* font-family: NanumGothic-Regular; */
  font-family: Inter !important;
}

.footer p {
  font-size: 24px;
  margin-top: 40px;
  font-weight: 400;
  /* font-family: NanumGothic-Regular; */
  font-family: Inter !important;
}

.footer h5 {
  font-weight: bold;
  font-size: 22px;
  margin-top: 30px;
  font-family: Inter !important;
}

.footer .c_links {
  display: flex;
  flex-direction: column;
  font-size: 24px !important;
  font-weight: 400;
  margin-left: -15px;
  font-family: Inter !important;
  width: 500px;
}

.footer .c_links a {
  color: #000;
  text-decoration: none;
  margin: 10px 0;
  font-size: 18px !important;
  font-weight: 400;
  font-family: Inter !important;
  padding-right: 140px;

}

.footer .page_links {
  display: flex;
  flex-direction: column;
  margin-bottom: 18px;
  margin-top: 10px;
}

.footer .page_links a {
  color: #000;
  font-size: 22px;
  margin-top: 10px;
  /* font-family: NanumGothic-Regular; */
  font-family: Inter !important;
}

.footer table th {
  /* font-family: NanumGothic-ExtraBold; */
  font-family: Inter !important;
  padding-right: 50px;
  padding-bottom: 15px;
font-size: 20px !important;
    font-weight: 900 !important;
}

.footer table td {
  font-size: 22px;
  padding: 5px 0;
  /* font-family: NanumGothic-Regular; */
  font-family: Inter !important;
}

.footer-headtxt {
  font-size: 45px;
  font-family: Inter !important;
}

.footer_circle {
  display: flex;
}

.circle {
  width: 30px;
  height: 30px;
  border: 1px solid #000;
  border-radius: 50%;
  background: #000;
  margin-right: 40px;
  margin-top: 30px;
}

/* .footer .privacy {



  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  flex-wrap: nowrap; 
}

.footer .privacy .policy a {
  font-size: 16px;
  margin: 0 10px;
  font-family: Inter !important;
}

.footer .privacy a {
  color: #000;
}

@media (max-width: 1299px) {
  .footer .privacy {
    display: flex;
    flex-direction: column;
    justify-content: left;
    text-align: left;
  }
} */





/* @media (max-width: 575px) {
  .footer .privacy {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
} */


/* Footer privacy row */
.footer .privacy {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;          /* 🔒 prevents line break */
  white-space: nowrap;        /* 🔒 keeps text in one line */
  gap: 12px;
}

/* Policy links stay together */
.footer .privacy .policy {
  display: flex;
  gap: 12px;
  white-space: nowrap;
}

/* Links styling */
.footer .privacy a {
  color: #000;
  text-decoration: none;
}

/* ONLY stack on very small screens */
@media (max-width: 575px) {
  .footer .privacy {
    flex-direction: column;
    align-items: flex-start;
    white-space: normal;
  }
}


@media (max-width: 1199px) {
  .banner {
    min-height: 650px;
  }
}

.mtop100-pack {
  margin-top: 100px;
}

@media (max-width: 991px) {

  .mtop100-pack {
    margin-top: 40px;
  }

  .footer table td {
    font-size: 18px;
    padding: 5px 0;
  }

  .contact-content1 {
    margin-top: 20px;
  }

  .contact-content {
    margin-top: 100px;
  }

  .sm-mtop-100 {
    margin-top: 100px;
  }

  .sm-screen-none {
    display: none;
  }

  .about_bg_img_para {
    padding-right: 60px;
  }

  /* .banner {
    min-height: 520px;
  } */
  .container-fluid {
    padding: 0 60px !important;
  }

  .menu a {
    display: block;
    /* padding-top: 30px; */
    margin-left: 30px;
    color: var(--white);
    font-size: 18px;
  }

  .d_none {
    display: none;
  }

  .g_touch {
    margin: 40px 0;
  }

  .page_links {
    padding-bottom: 30px;
  }
}

/* @media (max-width: 767px) {
  .container-fluid {
    padding: 0 60px !important;
  }
} */
@media (max-width: 767px) {
  .footer .privacy {
    display: none;
  }
}

@media (max-width: 575px) {
  .footer h2 {
    font-size: 30px;
    font-weight: bold;
    font-family: sans-serif !important;
  }

  .footer p {
    font-size: 18px;
    /* width: 60%; */
  }

  .footer h5 {
    font-weight: bold;
    font-size: 20px;
    margin-top: 30px;
  }

  .footer .c_links {
    display: flex;
    flex-direction: column;
    width: auto;
  }

  .footer .c_links a {
    /* text-decoration: underline; */
    font-size: 17px;
    padding-right: 0px;
  }

  .footer .page_links {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
  }

  .footer .page_links a {
    font-size: 17px;
  }

  .footer table th {
    font-family: sans-serif !important;
    padding-right: 30px;
    font-size: 15px;
    font-weight: bolder !important;
  }

  .footer table td {
    font-size: 17px;
    padding: 5px 0;
  }
}

@media (max-width: 344px) {
  .d_none344 {
    display: none;
  }
}

.privacy {
  font-size: 16px;
  font-weight: 600;
  color: #000 !important;
}

.footer-list a {
  font-size: 17px;
  font-weight: 400;
  font-family: Inter !important;
}

.footer-list-heading {
  font-size: 17px;
  margin-top: 10px;
  font-weight: 800;
  font-family: Inter !important;
}

/* .footer-list p {
  margin-bottom: 3px !important;
} */

/*About page*/
.nav-link {
  color: #999;
}

.para_footer {
  line-height: 1.2;
  font-size: 26px !important;
  margin-bottom: 30px;
}

.bg-secondary {
  background-image: url(../images/grey_img.png);
  height: 300px;
}

/*Connect*/

.connect_para_txt {
  /* text-align: justify; */
  line-height: 1.2;
  font-size: 17px;
  /* font-family: 'Nunito Sans', sans-serif !important; */
  font-family: Inter !important;
}

.contact_banner_txt {
  font-size: 45px;
  /* font-family: NanumGothic-Regular; */
  font-family: Inter !important;
}

.get_in_touch {
  font-size: 18px;
  /* font-family: NanumGothic-ExtraBold; */
  font-family: Inter !important;
}

.call_us {
  font-size: 18px;
  font-family: Inter !important;
}

.apply_link {
  font-size: 24px;
  font-weight: 400;
  color: #000 !important;
  font-family: Inter !important;
}

.location h4 {
  font-size: 40px;
  font-weight: 400;
  /* font-family: NanumGothic-Regular; */
  font-family: Inter !important;
}

.location h5,
.location p {
  font-size: 22px;
  font-family: Inter !important;

}

/* Responsiveness */
@media (min-width: 768px) {
  .tab-content .work-image-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(30%, 1fr));
    grid-column-gap: 50px;
    grid-row-gap: 30px;

  }
}





.more_link {
  font-size: 18px;
  font-family: Inter !important;
}

@media (max-width: 767px) {
  .more_link {
    font-size: 18px;
  }

  .side-menu_black {
    color: #000;
  }

  .new_logo {
    width: 30%;
  }

  /*
    .banner {
        min-height: 0 !important;
    }
*/
  .footer .c_link {
    margin: 20px 0;
  }

  .footer .footer_circle {
    display: flex;
    width: 100%;
    justify-content: left;
  }

  .footer .footer_circle .circle {
    margin-right: 20px;
  }

  .footer .c_link a {
    color: #000;
    text-decoration: underline;
    font-size: 18px;
  }

  .index_para_txt {
    font-size: 17px;
  }

  .index_head_text {
    font-size: 35px;
    /* font-family: sans-serif; */
  }

  .email-row h3 {
    font-size: 35px;
  }

  /* .mixed-text h5 {
    font-size: 22px;
  } */

  .venture_sub_heading {
    font-size: 17px;
  }

  .visit_link {
    font-size: 16px;
  }

  .visit_para {
    font-size: 18px;
  }

  .mixed-text .para {
    font-size: 20px;
  }

  .para_footer {
    font-size: 20px !important;
    margin-bottom: 80px;
  }

  .contact_banner_txt {
    font-size: 35px;
  }

  .footer-headtxt {
    font-size: 30px;
  }

  .footer .para_txt {
    font-size: 18px;
    /* line-height: 1.7rem; */
  }

  .footer-list-heading {
    font-size: 16px;
    margin-top: 10px;
    font-weight: 600;
  }

  .footer-list a {
    font-size: 18px;
  }

  .head_text {
    margin-top: 90px !important;
  }



  .menu {
    margin: 78px 0 0 0;
  }

  .menu2 {
    margin: 78px 0 0 0;
    display: flex;
    width: 100%;
    flex-direction: column;
    text-align: left;
  }

  .menu a {
    color: var(--white) !important;
    font-size: 25px !important;
    display: block;
    padding: 10px 30px 10px 30px;
    color: var(--white);

    border-bottom: 2px solid #fff;
    margin: 0 10px;
    text-align: left;
  }

  .menu2 a {
    color: var(--white) !important;
    font-size: 25px !important;
    display: block;
    padding: 10px 30px 10px 30px;
    color: var(--white);

    border-bottom: 2px solid #fff;
    margin: 0 10px;
    /* margin-left: 0; */
  }

  .container-fluid {
    padding: 0 31px !important;
  }

  .side-menu:checked~nav {
    max-height: 100% !important;
  }

  .nav-tabs .nav-item {
    font-size: 15px;
  }

  .get_in_touch {
    font-size: 20px;
  }

  .apply_link {
    font-size: 18px;
  }

  .location h4 {
    font-size: 18px;
  }

  .location h5,
  .location p {
    font-size: 16px;
  }

  .connect_para_txt {
    /* text-align: justify; */
    line-height: 1.5;
    font-size: 16px;
  }


}



@media only screen and (max-width: 760px) {
  /* .banner {
    min-height: 505px;
  } */

  h6.font-weight-bold.mt-2.sm-font {
    font-size: 18px;
  }

  p.para_txt.sm-font,
  p.para.sm-font {
    font-size: 30px;
    margin-bottom: 40px;
    margin-top: 30px;
  }
}

.mtop100 {
  margin-top: 100px;
}


.wh_section {
  padding-left: 200px;
}

@media (max-width: 767px) {
  .wh_section {
    padding-left: 10px;
  }
}

.wh_section .circle {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  /* background: darkgrey; */
  color: #fff;
  border: none;
}

.wh_section .content {
  /* color: darkgrey; */

  margin-top: 30px;
}

.wh_section .content h5 {
  /* font-family: NanumGothic-Bold; */
  font-family: Inter !important;
  font-size: 20px;
  font-weight: bold;
}

.wh_section .content h2 {
  /* font-family: NanumGothic-Bold; */
  font-family: Inter !important;
  font-size: 25px;
  font-weight: bold;
}

.wh_section .content p {
  font-size: 15px;
  margin-top: 25px;
  padding-right: 100px;
}

.wh_border {
  border: 1px solid #6b6565;
}

@media (max-width: 991px) {
  .mtop30-sm {
    margin-top: 30px;
  }

  .big-none {
    display: none !important;
  }

  .head_text {
    font-size: 28px;
  }

  .head_text {
    margin-top: 0 !important;
  }

  .mtop50-sm {
    margin-top: 50px;
  }

  .sm-h300 {
    height: 300px;
    width: 100%;
  }

  .mtop120 {
    margin: 10px 30px 0 0;
  }

  .mleft30 {
    margin-left: 30px;
    margin-top: 60px;
  }

  /* .wh_border {
    visibility: hidden;
  } */
  .sm_border {
    width: 40px;
    border: 1px solid darkgray;
    position: relative;
    bottom: -41px;
    left: -40px;
  }
}

.mtop30 {
  margin-top: 30px;
}

@media (max-width: 575px) {
  .mtop2_30 {
    margin-top: 30px;
  }
}

@media (min-width: 767px) {
  .work-border-bg-screen {
    border: 1px solid rgba(169, 169, 169, 0.5);
    margin: 80px 0;
  }
}

@media (max-width: 767px) {
  .work-border-bg-screen {
    border: 1px solid rgba(169, 169, 169, 0.5);
    margin: 80px 0;
    display: none;
  }
}

@media (min-width: 991px) {
  /* .mtop120 {
    margin: 0px 30px 0 0;
  } */

  .mtop-lg-200 {
    margin-top: 200px;
  }

  .mtop50 {
    margin-top: 50px;
  }

  .lg-screen-none {
    display: none;
  }

  .sm-none {
    display: none;
  }

  .mleft30 {
    margin-left: 30px;
  }

  .mtop120 {
    margin: 110px 30px 0 0;
  }

  .packaging .content {
    padding-right: 20px;
  }

  .contact-content {
    padding-right: 30px;
  }

  .row-container-home {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-column-gap: 80px;
  }

  .our_venture .content {
    /* padding-right: 45px; */
  }



 


  .tab-content .content {
  position: relative;
   /* padding-right: 20px; */
}

.tab-content .content w-100 ::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5); /* overlay color */
  opacity: 0;
  transition: opacity 0.3s ease;
}

.tab-content .content w-100:hover::after {
  opacity: 1;
}




  .mtop100-big {
    margin-top: 100px;
  }
}

.our-leadership {
  background: #d6d3d3;
  padding-bottom: 80px;
  margin-bottom: 80px;
}

.tab-content .content h5 {
  font-size: 26px;
  /* font-family: NanumGothic-Bold; */
  font-family: Inter !important;
  font-weight: bolder;
}

.tab-content .content p {
  font-size: 17px;
}

@media (max-width: 1440px) {
  .tab-content .content h5 {
    font-size: 18px;
  }
}

.img {
  height: 400px;
  /* object-fit: cover; */
}

.location {
  padding: 10px 40px;
}

.bg-grey {
  background: #f2f2f2;
}

.packaging_img {
  height: auto;
  width: 100%;
}

.homeImage {
  width: 100%;
  height: 600px;
}

.paraText {
  width: 100%;
  color: #000;
  font-size: 18px;
  line-height: 1.5;
  /* font-family: NanumGothic-Regular; */
  font-family: Inter !important;
}

.homeContentImages {
  height: 430px;
  background-color: #c4c4c4;
}

.homeContentImages2 {
  height: 420px;
  margin-bottom: 40px;
  width: 100%;
}

.homeContentImages2 img {
  width: 100%;
  height: 100%;

}

.homeContentImages-bgYellow {
  background-color: #ffc20e;
  width: 100%;
  height: 420px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}

.homeContentImages-bgYellow img {
  width: 220px;
}

.pack_sub_head_text {
  font-size: 55px;
  /* font-family: NanumGothic-Bold; */
  font-family: Inter !important;
  font-weight: bold;
}

.pack_sub_images {
  height: 300px;
  background-color: #c4c4c4;
}

.case_para {
  /* font-family: NanumGothic-Regular; */
  font-family: Inter !important;
  width: 100%;
  font-size: 17px;
  line-height: 1.2;
}

.case_images {
  height: 300px;
  background-color: #d4d4d4;
}

.case_four_images {
  height: 130px;
  background-color: #d4d4d4;
}

.mright30 {
  margin-right: 45px;
}

.mleft30 {
  margin-left: 45px;
}

.mtop120 {}

.sm-h300 {
  height: 100px;
  width: 100%;
}

.package_font p {
  font-size: 16px !important;
  font-weight: 500;
}

.package_font h6 {
  font-size: 15px;
  font-weight: 500;
}

.scrollMenu {
  overflow: auto;
  white-space: nowrap;
}

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

.scrollMenu {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.social-icons {
  display: flex;
}

.social-icons a {
  color: #000;
  font-size: 20px;
  margin-right: 20px;
}





.mtop_work {
  /* margin-top: 250px; */
   margin-top: 180px;
   margin-left: -20px;
}

@media (max-width: 1200px) {
  .row-container-home {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    /* grid-row-gap: 20px; */
    grid-column-gap: 30px;
  }
}

@media (max-width: 768px) {
  header.header {
    padding: 20px 0 !important;
  }

  .mtop100 {
    margin-top: 50px;
  }

  .mtop_work {
    margin-top: 140px;
  }

  .para {
    line-height: 1.2;
    font-size: 17px;
  }

  .pbot-100 {
    padding-bottom: 10px;
  }

  .footer table {
    /* background-color: red; */
    width: 100%;
  }

  .nav-tabs {
    border-bottom: none;
  }

  .footer table th {
    padding-right: 0px;
    padding-bottom: 15px;
    font-weight: bold;
  }

  .footer_circle {
    display: flex;
    position: relative;
    top: -40px;
  }
}

/* .pack_sub_images2 {
  height: 400px;
  background-color: #000
} */

.pack_sub_images3 {
  height: 400px;
  background-color: grey
}

@media (max-width: 991px) {
  .mtop-home {
    margin-top: 50px;
  }

  .paraText {
    width: 100%;
    color: #000;
    font-size: 15px;
    line-height: 1.5;
  }

  /* .content_head {
    font-size: 20px;
  } */

  .sub-headtext {
    font-size: 20px;
    font-weight: bold;
  }

  .package_para {
    line-height: 1.5;
    font-size: 15px;
  }

  .pack_sub_head_text {
    font-size: 27px;

  }

  .pack_sub_images2 {
    height: 380px;
    overflow: hidden;
}

.pack_sub_images2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


  /* .pack_sub_images2 {
    height: 200px;
    background-color: #000
  } */

  .pack_sub_images3 {
    height: 200px;
    background-color: grey
  }
}

h5.about-sub-head {
  font-size: 25px;
  margin: 50px 0;
  font-family: 'Nanum Gothic', sans-serif;
}

.contact-head {
  font-size: 22px;
  line-height: 1.2;
}

.c-bImg {
  height: 380px;
}

.c-iHead {
  font-size: 26px;
  /* font-family: NanumGothic-ExtraBold; */
  font-family: Inter !important;
  margin-bottom: 20px;
}

#c_latest_heading {
  font-size: 22px;
  font-weight: 800 !important;
  /* font-family: NanumGothic-ExtraBold; */
  font-family: Inter !important;
}

@media (max-width: 768px) {
  .t_mLeft {
    margin-left: 22px;
  }

  .mright30 {
    margin-right: 20px;
  }

  .mleft30 {
    margin-left: 20px;
  }

  .our_work {
    font-size: 20px;
    color: #000;
    margin-left: 25px;
  }
}

@media (min-width: 991px) {
  .mtop120 {
    margin: 0px 30px 0 0;
  }

  .mtop-home {
    margin-top: 90px;
  }
}

@media (max-width: 500px) {
  /* .t_mLeft {
    margin-left: 22px;
  }
 .mright30 {
   margin-right: 20px;
 }

 .mleft30 {
   margin-left: 20px;
 }
  .our_work {
    font-size: 20px;
    color: #000;
    margin-left: 25px;
  } */

  .mright30 {
    margin-right: 20px;
  }

  .mleft30 {
    margin-left: 20px;
  }

  #c_latest_heading {
    font-size: 16px;
    font-family: 'Nanum Gothic', sans-serif;
  }

  .contact-head {
    font-size: 27px;
    line-height: 1.2;
  }

  .work_para_sm_txt {
    font-size: 18px;
  }

  .work {
    font-size: 14px;
    font-weight: 600;
    color: rgba(169, 169, 169, 0.8);
    text-transform: uppercase;
    font-family: sans-serif;
    font-weight: bold;
  }

  .homeImage {
    width: 100%;
    height: 400px;
  }

  .footer table td {
    font-size: 15px;
    padding: 5px 0;
  }

  .footer table th {
    font-family: sans-serif !important;
    padding-right: 30px;
	font-size: 15px !important;
    font-weight: bold !important;
    /* font-weight: NanumGothic-ExtraBold */
  }

  .connect_para_txt {
    line-height: 1.5;
    font-size: 20px;
    /* font-family: 'Nunito Sans', sans-serif !important; */
    font-family: Inter !important;
  }

  .c-iHead {
    font-size: 20px;
    font-family: sans-serif;
    margin-bottom: 10px;
    font-weight: bolder !important;
  }

  .call_us {
    font-size: 18px;
    margin-top: 30px;
  }

  .c-bImg {
    height: 180px;
  }

  .get_in_touch {
    font-size: 18px;
    font-family: sans-serif !important;
  }

  .contact_banner_txt {
    font-size: 35px;
  }

  .about-icon-container {
    padding: 0 20px;
  }

  .wh_section .content h5 {
    /* font-family: NanumGothic-Bold; */
    font-family: Inter !important;
    font-size: 17px;
    font-weight: bold;
  }

  .wh_section .content h2 {
    font-family: sans-serif;
    font-size: 20px;
    font-weight: bold;
    font-family: Inter !important;
  }

  .wh_section .content p {
    font-size: 12px;
    margin-top: 20px;
    padding-right: 100px;
  }

  .venture_sub_heading {
    font-weight: 700 !important;
    font-family: sans-serif;
    font-size: 30px;
    margin-top: 10px;
    font-family: Inter !important;

  }

  #about_fnt {
    font-size: 35px;
    font-family: sans-serif;
    font-weight: bold;
  }

  .para_txt {
    /* text-align: justify; */
    line-height: 1.5;
    font-size: 26px;
  }

  h5.about-sub-head {
    font-size: 17px;
    margin: 50px 0;
    font-weight: bold;
    font-family: Inter !important;
  }

  /* .mixed-text h5 {
    font-size: 23px;
    margin-top: 10px;
    font-family: sans-serif;
    font-weight: 900;
  } */

  .homeContentImages {
    height: 240px;
    background-color: #c4c4c4;
  }

  .container-fluid {
    padding: 0 20px !important;
  }

  .content_head {
    font-size: 23px;
    font-family: Inter !important;
  }

  .paraText {
    width: 100%;
    color: #000;
    font-size: 17px;
    line-height: 1.5;
  }


}

@media (max-width: 360px) {


  .para {
    line-height: 1.2;
    font-size: 15px;
  }

  h6.font-weight-bold.mt-2.sm-font {
    font-size: 15px;
  }

  .get_in_touch {
    font-size: 10px;
    /* font-family: NanumGothic-Regular; */
    font-family: Inter !important;
  }

  /* .contact_banner_txt {
    font-size: 30px;
  } */

  /* .none360 {
    display: none;
  } */
  .mixed-text .para {
    font-size: 16px;
    font-family: Inter !important;
  }

  /* .visit_para {
    font-size: 13px;
  } */
}

.email-row input {
  width: 180px;
  background: transparent;
  border: none;
  color: #fff;
  border-bottom: 1px solid #fff;
  outline: none;
  font-size: 20px;
}

.email-row .fa {
  color: #fff;
  position: relative;
  bottom: -2px;
}

.email-row input::placeholder {
  color: #fff;
}


.row .lg-screen{
  margin-bottom: 50px;
}