@import url("https://fonts.googleapis.com/css2?family=Mulish");
@import url("https://fonts.googleapis.com/css2?family=Nanum+Gothic");
h1,
h2,
h3,
h4,
h5,
h6,
a {
  font-family: "Mulish", sans-serif;
}

p {
  font-family: "Nanum Gothic", sans-serif;
}

.lead {
  font-size: 1.02rem !important;
}

* {
  box-sizing: border-box;
}

.footer {
  background: #4885c5;
  color: #fff;
}

.footer a {
  color: #fff !important;
  text-decoration: none;
}

.common-bg {
  background: #4985c5;
  color: #fff;
}

.read_more_btn,
.read_more_btn:hover,
.read_more_btn:focus {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  outline: none;
  text-decoration: none;
}

.Subsidiary a {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  outline: none;
  text-decoration: none;
}
.Subsidiary p {
  background: #c9842b;
  color: #fff;
  padding: 10px;
}
.Subsidiary p:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  background-color: #4985c5;
}

.services-section {
  padding-top: 60px;
  position: relative;
  z-index: 2;
}
section {
  padding-block: 30px;
}
.services-box2 {
  position: relative;
}

.services-box2-con {
  padding: 0px;
  width: 100%;
  text-align: center;
}
.services-box2-con h3 {
  margin-top: 22px;
  margin-bottom: 10px;
}
.services-box2-con h3 a {
  color: #020508;
  display: inline-block;
}

.container-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
.container-heading span {
  color: #020508;
  background: #fff;
  padding-right: 40px;
  display: inline-block;
  position: relative;
  z-index: 2;
}
.container-heading:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: rgb(14 99 160);
  height: 1px;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.c-innovation-list-box {
  padding: 15px;
  border: 1px solid #ada7a7;
  padding-bottom: 30px;
  height: 100%;
}

.img-desc-box {
  padding: 15px;
  border: 1px solid #ada7a7;
  height: 100%;
}
.img-desc-box:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  border: none;
}

.name {
  font-size: 0.8rem;
  font-weight: 600;
}

.c-innovation-list-box {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  border: none;
}
.c-innovation-list-box-img {
  margin-bottom: 15px;
}
/* .c-innovation-list-box-con {
  padding-left: 20px;
} */

.desc-box {
  padding-left: 0px;
}

.clearfix {
  padding: 5px;
}

.about-banner {
  background: darkcyan;
  padding: 45px 50px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}

.about-container {
  padding: 0;
  width: 100%;
}

img {
  max-width: 100%;
  height: auto;
}

.logo {
  width: 5rem;
}

.industry-services ul {
  list-style-type: none;
  padding: 0;
}

.industry-services ul li {
  float: left;
  background: #2b53c9;
  color: #fff;
  padding: 12px 50px;
  margin-right: 2em;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  margin-bottom: 15px;
}

.industry-services ul li:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

/* Animation */

/***** Global Slide *****/
.slide-right,
.slide-left {
  width: 100%;
}

/***** Slide Right *****/
.slide-right {
  animation: 3s slide-right;
}
@keyframes slide-right {
  from {
    margin-left: -100%;
  }
  to {
    margin-left: 0%;
  }
}

/***** Slide Left *****/
.slide-left {
  animation: 3s slide-left;
}
@keyframes slide-left {
  from {
    margin-left: 100%;
  }
  to {
    margin-left: 0%;
  }
}

/* Responsive query */

@media only screen and (max-width: 767px) {
  .profile .col-md-4 {
    margin-bottom: 5px;
  }
  .logo {
    width: 3rem;
  }
}

@media only screen and (max-width: 991px) {
  .nav-item {
    margin-right: 1em !important;
  }
}

/* important css */
.navbar-dark .navbar-nav .nav-link {
  color: #242222 !important;
}

.nav-item {
  margin-right: 4em;
}

.list-group-item:first-child {
  background: #008b8b !important;
  color: #fff !important;
}

.text-muted {
  color: #ffffff !important;
}

.bg-dark {
  background-color: #fff !important;
  /* background-color: #ddd9d9 !important; */
}

.navbar-brand {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-right: 5rem !important;
}

.navbar {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.navbar-toggler-icon {
  width: 2em !important;
  height: 2em !important;
  background-color: #c99340 !important;
  border-radius: 20% !important;
}

@media only screen and (min-width: 767px) {
  .nav-item:hover {
    border-radius: 5%;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  }
}

.heading3 h3, h4 {
  background: #6ec1a5;
  padding: 0.7rem;
  color: #fff;
}

/* HERO IMAGE */

.HERO {
  height: 70vh;
}

/* The hero image */
.hero-image {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("./images/about2.webp");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

@media only screen and (max-width: 767px) {
  .HERO {
    height: 50vh;
  }
  .hero-text {
    width: 100%;
  }
}
