@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;
}

img {
  max-width: 100%;
  height: auto;
}

.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:hover {
  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%;
}

.logo img {
  width: 40%;
}

.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 img {
    width: 30%;
  }
  .it-services {
    padding: 4rem 2rem !important;
  }
  .member-info {
    float: none !important;
  }
}

/* important css */
.navbar-dark .navbar-nav .nav-link {
  color: #fff !important;
}

.nav-item {
  margin-right: 1em;
}

.list-group-item:first-child {
  background: #008b8b !important;
  color: #fff !important;
}

.text-muted {
  color: #ffffff !important;
}

.bg-dark {
  background-color: #348eed !important;
}

.it-services {
  background-color: #078383;
  width: 100%;
  color: #fff;
  padding: 4rem 5rem;
}

.it-services img {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.member-info {
  float: right;
}
