body {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 300;
  background-image: url('../img/bg-pattern.png');
  background-size: 13px;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0px;
  font-weight: 600;
  margin-bottom: 5px;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 30px;
}
h4 {
  font-size: 20px;
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.col-xs-15 {
  width: 20%;
  float: left;
}
@media (max-width: 767px) {
  .dotted-black-left {
    display: none;
  }
  .dotted-black-right {
    display: none;
  }
  .dotted-black-left-bottom {
    display: none;
  }
  .dotted-black-right-top {
    display: none;
  }
  .dotted-white-left {
    display: none;
  }
  .dotted-white-right {
    display: none;
  }
}
@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}
.transition {
  transition: all 0.3s;
}
a {
  transition: all 0.3s;
}
a:hover {
  text-decoration: none;
}
button {
  outline: none;
}
.justify {
  text-align: justify;
}
.box-shadow {
  box-shadow: 0px 1px 7px -2px rgba(0, 0, 0, 0.3);
}
.box-shadow-lg {
  box-shadow: 0px 4px 15px -5px rgba(0, 0, 0, 0.3);
}
.section {
  padding-top: 60px;
  padding-bottom: 60px;
}
.section .widget {
  margin-top: 30px;
  margin-bottom: 30px;
}
/*============mobile responsive===============*/
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 12px;
}
.navbar-brand {
  max-width: 200px;
  padding: 4px 15px;
}
.navbar {
  border: none;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 0px;
}
.navbar-nav > li > a {
  padding-top: 65px;
  padding-bottom: 5px;
  font-weight: 500;
  font-size: 13px;
  position: relative;
}
.navbar-nav > li > a:before {
  content: ". ";
  color: #d8171f;
  font-size: 16px;
  transition: all 0.3s;
}
.navbar-nav > li > a span.hov-bg {
  position: absolute;
  width: 100%;
  background-color: #333;
  height: 0%;
  left: 0;
  bottom: 0;
  z-index: -1;
  transition: all 0.3s;
}
.navbar-nav > li > a:hover {
  color: #fff !important;
}
.navbar-nav > li > a:hover:before {
  color: #fff;
}
.navbar-nav > li > a:hover span.hov-bg {
  height: 100%;
}
.banner {
  background-color: #ccc;
}
.banner .item {
  min-height: 600px;
  background-position: center;
  background-size: cover;
  position: relative;
}
.banner .item .container-outer {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.banner .item h2 {
  line-height: 1.4;
  font-size: 44px;
}
.banner .item h2 span {
  display: inline-block;
  padding: 0px 15px;
  color: #fff;
  font-weight: 800;
  background-color: rgba(0, 0, 0, 0.8);
  margin-bottom: 5px;
}
.section-title h2 {
  font-size: 40px;
  font-weight: 800;
}
.section-title h2 span {
  color: #d8171f;
  display: block;
}
.section-title .line {
  height: 4px;
  width: 150px;
  background-color: #333;
  display: inline-block;
  position: relative;
  top: -10px;
}
.btn {
  padding: 10px 25px;
}
.btn.has-icon {
  padding-right: 50px;
  position: relative;
}
.btn.has-icon i {
  font-size: 18px;
  position: absolute;
  right: 23px;
  top: 11px;
}
.card-box {
  padding: 10px;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  margin-bottom: 30px;
  transition: all 0.3s;
  box-shadow: 0px 1px 7px -2px rgba(0, 0, 0, 0.3);
}
.card-box h4 {
  font-size: 17px;
}
.card-box p {
  font-size: 13px;
  min-height: 84px;
}
.card-box img.img-main {
  margin-bottom: 10px;
}
.card-box .card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.card-box .card-footer .cf-icon {
  max-width: 40px;
}
.card-box:hover {
  box-shadow: 0px 4px 15px -5px rgba(0, 0, 0, 0.3);
}
.owl-carousel .card-box {
  margin-bottom: 15px;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  font-size: 40px;
  color: #c5c5c5;
}
.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel button.owl-dot:hover {
  background-color: transparent;
  color: #d8171f;
}
.footer {
  background-color: #d8171f;
  border-top: 4px solid #222;
  padding: 15px 0px;
}
.footer .widget {
  margin-top: 15px;
  margin-bottom: 15px;
}
.footer .copyright {
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}
.social-links a {
  background-color: #222;
  color: #fff;
  text-align: center;
  line-height: 1.8;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid #d8171f;
  margin-right: 5px;
  font-size: 15px;
}
.social-links a:hover {
  border-color: #222;
}
.social-links .back-to-top {
  font-size: 22px;
  line-height: 1.25;
}
.card-box-content {
  padding: 20px;
}
.card-box-content h4 {
  margin-bottom: 15px;
}
.card-box-content h4:after {
  content: "";
  margin-top: 10px;
  display: block;
  height: 2px;
  background-color: #d8171f;
  width: 100px;
}
.card-box-content .news-list {
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
.form-control {
  border-radius: 4px;
  background-color: #f2f2f2;
  min-height: 42px;
}
.form-control:focus {
  box-shadow: none;
  border-color: #d8171f;
  background-color: #fff;
}
.video-box {
  min-height: 156px;
  background-position: center;
  background-size: cover;
  position: relative;
  display: block;
  margin-bottom: 15px;
}
.video-box .play-btn {
  position: absolute;
  background-color: #ccc;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 50px;
  background-color: #fff;
  line-height: 1;
  border-radius: 50%;
  color: #222;
  transition: all 0.3s;
}
.video-box:hover .play-btn {
  color: #d8171f;
}
.banner .owl-dots .owl-dot.active span,
.banner .owl-dots .owl-dot:hover span {
  background-color: #fff;
}
.banner .owl-nav.disabled + .owl-dots {
  position: absolute;
  right: 20px;
  bottom: 10px;
}
.section-grey-box {
  background-color: #ebebeb;
}
.section-bg-round .img-color {
  position: relative;
}
.section-bg-round .img-color img {
  width: 80%;
  z-index: 1;
  position: relative;
}
.section-bg-round .img-color:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 60%;
  height: 95%;
  background-color: #ebebeb;
  border-radius: 50%;
}
.section-bg-round .card-box {
  min-height: 35px;
}
.section-bg-round .card-box p {
  min-height: inherit;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 16px;
  margin-top: 6px;
  width: 80px;
  display: inline-block;
}
.section-bg-round .card-box img {
  width: 80%;
}
.industry-area {
  padding-top: 80px;
  padding-bottom: 50px;
  background-size: cover;
  background-position: center;
}
.industry-area .icon-box {
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}
.industry-area .icon-box.new-height {
  min-height: 300px;
}
.industry-area .icon-box .icon-img-box {
  max-width: 100px;
  border-radius: 50%;
  border: 2px solid #d8171f;
  display: inline-block;
  margin-bottom: 15px;
  padding: 20px;
  background-color: #fff;
}
.industry-area .icon-box .icon-img-box img {
  max-width: 100%;
  border-radius: 0;
  border: none;
  display: inherit;
  margin-bottom: 0;
}
.industry-area .icon-box a .icon-img-box {
  max-width: 100px;
  border-radius: 50%;
  border: 2px solid #d8171f;
  display: inline-block;
  margin-bottom: 15px;
  padding: 20px;
  background-color: #fff;
}
.industry-area .icon-box a .icon-img-box img {
  max-width: 100%;
  border-radius: 0;
  border: none;
  display: inherit;
  margin-bottom: 0;
}
.industry-area .icon-box a:hover .icon-img-box {
  background-color: rgba(255, 255, 255, 0.5);
}
.industry-area .icon-box a.active .icon-img-box {
  background-color: rgba(255, 255, 255, 0.5);
}
.industry-area .icon-box img {
  max-width: 120px;
  border-radius: 50%;
  border: 2px solid #d8171f;
  display: inline-block;
  margin-bottom: 15px;
}
.industry-area .icon-box h4 {
  max-width: 180px;
  font-size: 16px;
  margin: 0px auto;
}
/*=================AB====================*/
/*=================dotted section====================*/
.box-dotted {
  position: relative;
  overflow: hidden;
}
.box-dotted .client-logo-gap {
  text-align: center;
}
.box-dotted .client-logo-gap img {
  margin-bottom: 12px;
  width: 150px;
  display: inline-block;
}
.box-dotted .dotted-black-left {
  position: absolute;
  top: 50px;
  left: -190px;
  z-index: 9;
}
.box-dotted .dotted-black-left.top80 {
  top: 80px;
}
.box-dotted .dotted-black-left.top0 {
  top: 0px;
}
.box-dotted .dotted-black-right {
  position: absolute;
  bottom: 0px;
  right: -190px;
  z-index: 9;
}
.box-dotted .dotted-black-right.bottom53 {
  bottom: 53px;
}
.box-dotted .dotted-black-right.bottom83 {
  bottom: 83px;
}
.box-dotted .dotted-black-left-bottom {
  position: absolute;
  bottom: 0px;
  left: -190px;
  z-index: 9;
}
.box-dotted .dotted-black-left-bottom.top80 {
  top: 80px;
}
.box-dotted .dotted-black-left-bottom.top0 {
  top: 0px;
}
.box-dotted .dotted-black-right-top {
  position: absolute;
  top: 50px;
  right: -190px;
  z-index: 9;
}
.box-dotted .dotted-black-right-top.bottom53 {
  bottom: 53px;
}
.box-dotted .dotted-black-right-top.bottom83 {
  bottom: 83px;
}
.box-dotted .dotted-white-left {
  position: absolute;
  top: 0;
  left: -190px;
  z-index: 9;
}
.box-dotted .dotted-white-right {
  position: absolute;
  bottom: 0;
  right: -190px;
  z-index: 9;
}
/*=================dotted section====================*/
.section-our-clients .owl-carousel .owl-nav.disabled {
  display: block;
}
.pb0 {
  padding-bottom: 0;
}
.pt0 {
  padding-top: 0;
}
.small-button {
  padding: 6px 12px;
  padding-right: 29px !important;
}
.small-button i {
  right: 7px !important;
  top: 8px !important;
}
.dob-height {
  min-height: 141px;
}
.dob-height .new-button-section .new-button {
  padding: 5px 10px;
  background-color: transparent;
  border: none;
  color: #333;
  font-size: 12px;
  font-weight: 700;
  padding-right: 22px;
}
.dob-height .new-button-section .new-button i {
  font-size: 14px !important;
  right: 5px !important;
  top: 7px !important;
}
.dob-height .new-button-section .new-button span {
  position: relative;
  z-index: 1;
}
.dob-height .new-button-section .new-button:before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #e75252;
  position: absolute;
  left: 0;
  top: 3px;
  z-index: 0;
  border-radius: 50px;
}
.dob-height .new-button-section .new-button:hover {
  color: #ffffff;
  background-color: #000;
  border-color: #000;
  border-radius: 50px;
}
.dob-height .new-button-section .new-button:hover:before {
  display: none;
}
.basic-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.basic-list li {
  position: relative;
  padding: 10px 20px;
  /* float: left; */
  background-color: #fff;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  border-left: 4px solid #d8171f;
  box-shadow: 0px 1px 7px -2px rgba(0, 0, 0, 0.3);
  margin-right: 10px;
  display: inline-block;
  transition: 0.3s;
}
.basic-list li:hover {
  background-color: #d8171f;
  color: #fff;
}
/*----Leadership Governance----*/
.leadership-governance .card-box {
  padding: 20px;
  min-height: 225px;
}
.leadership-governance .card-box img {
  max-width: 70px;
  margin-bottom: 10px;
}
.leadership-governance .card-box p {
  font-size: 16px;
  width: 120px;
  margin: 0 auto;
  min-height: 0;
}
/*----Leadership Governance----*/
/*----gallery----*/
.section-gallery .img-color {
  position: relative;
}
.section-gallery .img-color img {
  width: 80%;
  z-index: 1;
  position: relative;
}
.section-gallery .img-color:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 60%;
  height: 95%;
  background-color: #ebebeb;
  border-radius: 50%;
}
.section-gallery .card-box {
  padding: 0;
  box-shadow: none;
}
.modal-body {
  padding: 0;
  border-radius: 10px;
}
.modal-body .close-button {
  position: absolute;
  right: 6px;
  top: 6px;
  border-radius: 50px;
  background: #ffffff;
  padding: 4px 7px;
}
.modal-body img {
  max-width: 100%;
  border-radius: 5px;
}
.box {
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
}
.box:before,
.box:after {
  content: "";
  background: #d8171f;
  width: calc(100% - 60px);
  height: calc(100% - 60px);
  opacity: 0;
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 1;
  transition: all 600ms ease;
}
.box:after {
  background: none;
  height: 100%;
  width: 100%;
  border: 10px solid #d8171f;
  box-shadow: 0 0 0 20px #d8171f;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 600ms ease;
}
.box:hover:before,
.box:hover:after {
  opacity: 1;
  animation: borderSkewOut 600ms ease forwards;
}
.box:hover:before {
  opacity: 0.7;
}
.box img {
  width: 100%;
  height: auto;
  transform: scale(1.25);
  transition: all 0.3s ease;
}
.box:hover img {
  transform: scale(1);
  filter: grayscale(50%) hue-rotate(180deg);
}
.box .box-content {
  color: #fff;
  width: 100%;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
}
.box:hover .title,
.box:hover .post,
.box:hover .icon {
  opacity: 1;
  transform: translate(0);
}
.box .icon {
  padding: 0;
  margin: 0;
  list-style: none;
  opacity: 0;
  transform: translateY(-100px);
  transition: all 0.6s;
}
.box .icon li {
  display: inline-block;
  margin: 0 5px;
  transition: all 0.3s;
}
.box .icon li a {
  color: #f77300;
  background: #fff;
  font-size: 20px;
  line-height: 35px;
  border-radius: 50%;
  height: 35px;
  width: 35px;
  display: block;
  transition: all 0.5s ease;
}
.box .icon li a:hover {
  color: #333;
  background: #fff;
  border-radius: 50% 0 50% 0;
  box-shadow: 0 0 15px #d8171f;
  cursor: pointer;
}
@keyframes borderSkewOut {
  33% {
    transform: skew(-3deg, -3deg);
  }
  66% {
    transform: skew(3deg, 3deg);
  }
}
@media only screen and (max-width: 990px) {
  .box {
    margin: 0 0 30px;
  }
}
/*----gallery----*/
/*----Who We Are----*/
.who-we-are .card-box {
  padding: 20px;
}
.who-we-are .card-box h3 {
  color: #d8171f;
  font-weight: 900;
  padding-bottom: 10px;
}
.who-we-are .card-box h4 {
  padding-bottom: 10px;
}
.who-we-are .card-box .btn-primary {
  background: transparent;
  border-color: transparent;
  color: #d8171f;
  padding-left: 0;
  padding-bottom: 0;
  font-weight: 700;
  text-transform: uppercase;
}
.who-we-are .card-box .btn-primary i {
  color: #333;
}
.who-we-are .card-box .btn-primary:hover {
  color: #333;
}
/*----Who We Are----*/
/*----Quality Policy----*/
.text-white {
  color: #fff !important;
}
.text-red {
  color: #d8171f;
}
.section-quality-policy .section-title {
  color: #fff;
}
.section-quality-policy .section-title .line {
  background-color: #fff;
}
.section-quality-policy .industry-area {
  padding-top: 50px;
}
/*----Quality Policy----*/
.img-responsive1 {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
/*----Quality Policy Inner----*/
.section-quality-policy-inner .industry-area {
  padding-top: 50px;
  min-height: 600px;
}
.section-bod {
  background-color: #ebebeb;
}
/*----Quality Policy Inner----*/
.industry-served {
  background-color: #231f20;
}
/*---- careers ----*/
.section-careers .industry-area {
  position: relative;
  padding-top: 50px;
  min-height: 600px;
}
.section-careers .industry-area .red-overlap-left {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  background-color: rgba(216, 23, 31, 0.9);
  z-index: 1;
  width: 300px;
  padding: 30px;
  text-align: center;
  color: #fff;
}
.section-careers .industry-area .red-overlap-left h3 {
  padding: 10px 0;
  line-height: 1.3;
  width: 168px;
  display: inline-block;
}
.section-careers .industry-area .red-overlap-left p {
  font-size: 14px;
  line-height: 1.5;
}
.section-careers .industry-area .red-overlap-left .line {
  height: 4px;
  width: 150px;
  background-color: #fff;
  display: inline-block;
  position: relative;
  top: -15px;
}
.section-careers .industry-area .red-overlap-right {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  background-color: rgba(216, 23, 31, 0.9);
  z-index: 1;
  width: 300px;
  padding: 30px;
  text-align: center;
  color: #fff;
}
.section-careers .industry-area .red-overlap-right h3 {
  padding: 10px 0;
  line-height: 1.3;
  width: 168px;
  display: inline-block;
}
.section-careers .industry-area .red-overlap-right p {
  font-size: 14px;
  line-height: 1.5;
}
.section-careers .industry-area .red-overlap-right .line {
  height: 4px;
  width: 150px;
  background-color: #fff;
  display: inline-block;
  position: relative;
  top: -15px;
}
/*---- careers ----*/
/*---- Dark Button ----*/
.btn-dark {
  color: #ffffff;
  background-color: #000;
  border-color: #101010;
}
.btn-dark:focus,
.btn-dark.focus {
  color: #ffffff;
  background-color: #333;
  border-color: #333;
}
.btn-dark:hover {
  color: #ffffff;
  background-color: #333;
  border-color: #333;
}
/*---- Dark Button ----*/
/*----Our Values----*/
.text-white {
  color: #fff;
}
.section-our-values .section-title {
  color: #333;
}
.section-our-values .section-title .line {
  background-color: #333;
}
.section-our-values .industry-area {
  padding-top: 50px;
}
.section-our-values .industry-area .opacity-box {
  background: rgba(0, 0, 0, 0.8);
  border: 1px solid #7b7b7e;
  border-radius: 5px;
  padding: 20px;
  min-height: 410px;
}
.section-our-values .industry-area .opacity-box h1 {
  font-size: 40px;
  padding: 15px 0;
}
/*----Our Values----*/
/*----Our Journey----*/
.section-our-journey .owl-stage {
  background-color: #f2f2f2;
}
.section-our-journey .owl-stage .card-box {
  border: none;
  background-color: transparent;
  box-shadow: none;
}
.section-our-journey .owl-carousel .owl-nav.disabled {
  display: block;
}
/*----Our Journey----*/
/*----Product & Services----*/
.section-product-services .card-box {
  min-height: 35px;
}
.section-product-services p {
  min-height: inherit;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 16px;
  margin-top: 6px;
}
/*----Product & Services----*/
/*----Career----*/
.center {
  text-align: center;
}
.section-our-clients .card-box .card-footer {
  display: block;
  margin-bottom: 20px;
}
.section-our-clients .card-box .card-footer div {
  margin: 0 auto;
  width: 100%;
}
.section-our-clients .card-box h4 {
  padding: 10px 0 40px;
  width: 138px;
  display: inline-block;
  min-height: 104px;
}
.section-our-clients .owl-carousel .owl-item img {
  display: inline-block;
  width: 130px;
  border-radius: 50%;
  border: 4px solid #d8171f;
  margin-top: 20px;
}
/*----Career----*/
/*----Our Clients----*/
.section-career .section-title {
  color: #fff;
}
.section-career .section-title .line {
  background-color: #d8171f;
}
/*----Our Clients----*/
/*----Board of Directors----*/
.section-bod .media {
  position: relative;
  padding: 15px;
  border: 1px solid #6d6e71;
  overflow: inherit;
  background-color: #fff;
}
.section-bod .media .media-left img {
  width: 90px;
  border-radius: 50%;
}
.section-bod .media:before {
  content: "";
  position: absolute;
  top: 28%;
  left: -2px;
  width: 2px;
  height: 60px;
  background-color: #6d6e71;
}
.section-bod .media:after {
  content: "";
  position: absolute;
  top: 28%;
  right: -2px;
  width: 2px;
  height: 60px;
  background-color: #6d6e71;
}
.section-bod .media:hover p strong {
  color: #d8171f;
}
.section-bod .media:hover:before {
  background-color: #d8171f;
}
.section-bod .media:hover:after {
  background-color: #d8171f;
}
.section-bod .media:hover.media {
  border: 1px solid #d8171f !important;
}
/*----Board of Directors----*/
/*----Quality Policy----*/
.section-quality-policy-inner .section-title {
  color: #333;
}
.section-quality-policy-inner .section-title .line {
  background-color: #333;
}
.section-quality-policy-inner .pdf-section img {
  margin-right: 10px;
}
/*----Quality Policy----*/
/*---------avijit------------*/
.counter h2 {
  font-size: 40px;
}
.counter h2 .icon {
  font-weight: 300;
  font-size: 25px;
}
/*---------avijit------------*/
/*----Key Management----*/
.section-key-management .card-box {
  min-height: 650px;
  padding: 30px;
}
.section-key-management .card-box .media {
  position: relative;
  background-color: #fff;
  margin: 3px;
  overflow: inherit;
}
.section-key-management .card-box .media .media-left img {
  width: 90px;
}
.section-key-management .card-box p {
  min-height: 0;
}
.section-key-management .owl-carousel .owl-nav.disabled {
  display: block;
}
/*----Key Management----*/
/*----Key Management----*/
.section-manufacturing-slider .manufacturing-slider {
  position: relative;
}
.section-manufacturing-slider .manufacturing-slider .item {
  min-height: 600px;
  background-position: center;
  background-size: cover;
  position: relative;
}
.section-manufacturing-slider .manufacturing-slider .owl-dots {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.section-manufacturing-slider .manufacturing-slider .red-overlap-left {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  background-color: rgba(216, 23, 31, 0.9);
  z-index: 1;
  width: 300px;
  padding: 30px;
  text-align: center;
  color: #fff;
}
.section-manufacturing-slider .manufacturing-slider .red-overlap-left h3 {
  padding: 10px 0;
  line-height: 1.3;
}
.section-manufacturing-slider .manufacturing-slider .red-overlap-left p {
  font-size: 14px;
  line-height: 1.5;
}
.section-manufacturing-slider .manufacturing-slider .red-overlap-left .line {
  height: 4px;
  width: 150px;
  background-color: #fff;
  display: inline-block;
  position: relative;
  top: -15px;
}
.section-manufacturing-slider .manufacturing-slider .red-overlap-right {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  background-color: rgba(216, 23, 31, 0.9);
  z-index: 1;
  width: 300px;
  padding: 30px;
  text-align: center;
  color: #fff;
}
.section-manufacturing-slider .manufacturing-slider .red-overlap-right h3 {
  padding: 10px 0;
  line-height: 1.3;
}
.section-manufacturing-slider .manufacturing-slider .red-overlap-right p {
  font-size: 14px;
  line-height: 1.5;
}
.section-manufacturing-slider .manufacturing-slider .red-overlap-right .line {
  height: 4px;
  width: 150px;
  background-color: #fff;
  display: inline-block;
  position: relative;
  top: -15px;
}
.section-key-management .owl-carousel .owl-nav.disabled {
  display: block;
}
/*----Key Management----*/
/*----Contact Information----*/
.text-right {
  text-align: right;
}
.section-contact-information .contact-box-content {
  padding: 0;
}
.section-contact-information .address-box-content i {
  font-size: 26px;
}
.section-contact-information .address-box-content p {
  min-height: inherit;
}
.section-contact-information .address-box-content .subscribe {
  position: relative;
  color: #d8171f;
}
.section-contact-information .address-box-content .subscribe:before {
  content: "";
  border-top: 1px dotted #333;
  width: 82%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 11px;
}
/*----Contact Information----*/
/*----Our Presence----*/
.section-presence .contact-box-content {
  padding: 15px;
  min-height: 275px;
}
.section-presence .contact-box-content:hover {
  background-color: #d8171f;
}
.section-presence .contact-box-content:hover h4 {
  color: #fff;
}
.section-presence .contact-box-content:hover .dotted-border {
  border-color: #fff;
}
.section-presence .contact-box-content:hover p {
  color: #fff;
}
.section-presence .contact-box-content:hover .img-change1 {
  display: none;
}
.section-presence .contact-box-content:hover .img-change2 {
  display: table-cell;
  padding-right: 10px;
}
.section-presence .contact-box-content h4 {
  font-weight: 900;
}
.section-presence .contact-box-content .dotted-border {
  width: 100%;
  border-top: 1px dotted #333;
  margin: 10px 0;
}
.section-presence .contact-box-content .img-change2 {
  display: none;
  padding-right: 0px;
}
/*----Our Presence----*/
/*----Investor Contacts----*/
.section-investor-contacts .card-box-content {
  min-height: 276px;
}
.section-investor-contacts .card-box-content i {
  font-size: 30px;
}
.section-investor-contacts .card-box-content p {
  font-weight: 500;
  min-height: 0;
}
/*----Investor Contacts----*/
.section-codes-policies .card-box-content {
  background-color: #d8171f;
  color: #fff;
}
.section-codes-policies .card-box-content .line {
  background-color: #fff;
}
.section-codes-policies .card-box-content .policies-pdf {
  background-color: transparent;
}
.section-codes-policies .card-box-content .policies-pdf p {
  min-height: 0;
  font-weight: 700;
  font-size: 12px;
}
.section-codes-policies .card-box-content .policies-pdf p a {
  color: #fff;
}
.section-codes-policies .card-box-content .policies-pdf p a span {
  float: right;
}
.section-codes-policies .card-box-content .policies-pdf p a span img {
  max-width: 10px;
  display: inline-block;
}
.section-codes-policies .owl-nav i:hover {
  background-color: #fff;
  border-radius: 50%;
}
/*----Quarterly Results----*/
.section-quarterly-results .card-box-content {
  background-color: #d8171f;
}
.section-quarterly-results .card-box-content .line {
  background-color: #fff;
}
.section-quarterly-results .card-box-content .panel-heading {
  padding: 0;
  border: 0;
}
.section-quarterly-results .card-box-content .panel-title {
  margin-bottom: 0;
}
.section-quarterly-results .card-box-content .panel-title:after {
  content: none;
}
.section-quarterly-results .card-box-content .panel-title > a,
.section-quarterly-results .card-box-content .panel-title > a:active {
  display: block;
  padding: 15px;
  color: #555;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  word-spacing: 3px;
  text-decoration: none;
}
.section-quarterly-results .card-box-content .panel-heading a:before {
  font-family: FontAwesome;
  content: "\f107";
  float: right;
  transition: all 0.5s;
}
.section-quarterly-results .card-box-content .panel-heading.active a:before {
  transform: rotate(180deg);
}
.section-quarterly-results .card-box-content .form-control {
  background-color: #000;
  color: #fff;
}
/*----Quarterly Results----*/
/*----agm----*/
.section-agm .card-box-content {
  background-color: #d8171f;
  color: #fff;
}
.section-agm .card-box-content .agm-li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-agm .card-box-content .agm-li li {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  border-bottom: 1px solid #fff;
  padding: 10px 0;
}
.section-agm .card-box-content .agm-li li img {
  max-width: 25px;
  float: right;
  margin-right: 10px;
}
.section-agm .card-box-content .agm-li li .download {
  margin-top: 5px;
}
.section-agm .card-box-content .agm-li li i {
  float: right;
  margin-top: 5px;
  margin-right: 10px;
}
/*----amg----*/
/*----Top Bar----*/
.top-bar {
  background-color: #e5e5e5;
  padding: 15px 0;
}
.top-bar i {
  font-size: 26px;
}
.top-bar p {
  min-height: inherit;
}
.top-bar .search-top {
  position: relative;
}
.top-bar .search-top i {
  position: absolute;
  top: 10px;
  left: 8px;
  font-size: 15px;
}
.top-bar .search-top .form-control {
  min-height: 30px;
  padding: 0px 12px 0 29px;
}
/*----Top Bar----*/
.scroll-down {
  position: absolute;
  bottom: 30px;
  text-align: center;
  width: 100%;
  z-index: 1;
}
.icon-scroll,
.icon-scroll:before {
  position: absolute;
  left: 50%;
}
.icon-scroll {
  width: 30px;
  height: 46px;
  margin-left: -15px;
  top: 50%;
  margin-top: -35px;
  box-shadow: inset 0 0 0 2px #fff;
  border-radius: 25px;
}
.icon-scroll:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #fff;
  margin-left: -4px;
  top: 8px;
  border-radius: 4px;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-name: scroll;
}
@keyframes scroll {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translateY(20px);
  }
}
.nav > li.dropdown.open {
  position: static;
}
.nav > li.dropdown.open .dropdown-menu {
  display: table;
  border-radius: 0px;
  width: 100%;
  text-align: center;
  left: 0;
  right: 0;
  margin-top: -1px;
}
.dropdown-menu {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  border-left: none;
  border-right: none;
  box-shadow: none;
}
.dropdown-menu > li {
  display: inline-block;
  line-height: 50px;
  vertical-align: middle;
  padding: 3px 5px;
}
.dropdown-menu > li.divider {
  background-color: #222;
  height: 16px;
  width: 1px;
  padding: 0;
}
.dropdown-menu > li a {
  color: #222;
  font-weight: 500;
  font-size: 13px;
  padding: 3px 5px;
}
.dropdown-menu > li a:hover {
  color: #d8171f;
  background-color: transparent;
}
.dropdown-menu > li a:before {
  content: ". ";
  color: #d8171f;
  font-size: 16px;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .dropdown-menu > li {
    display: block;
  }
  .nav > li.active-menu-box {
    position: relative;
  }
  .nav .active-menu {
    position: fixed;
  }
  .nav > li.investors-box {
    position: relative;
  }
  .nav .investors-menu {
    position: fixed;
  }
  .nav > li.career-overview-box {
    position: relative;
  }
  .nav .career-overview-menu {
    position: fixed;
  }
  .nav > li.industries-served-box {
    position: relative;
  }
  .nav .industries-served-menu {
    position: fixed;
  }
  .nav > li.manufacturing-box {
    position: relative;
  }
  .nav .manufacturing-menu {
    position: fixed;
  }
}
.social-links .k-a {
  border: none;
  background-color: transparent;
}
.social-links .k-a:hover {
  border: none;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: #333;
  color: #ffffff;
}
.navbar-default .navbar-nav > .active > a:before,
.navbar-default .navbar-nav > .active > a:hover:before,
.navbar-default .navbar-nav > .active > a:focus:before {
  color: #fff;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #333;
  color: #ffffff;
}
.navbar-default .navbar-nav > .open > a:before,
.navbar-default .navbar-nav > .open > a:hover:before,
.navbar-default .navbar-nav > .open > a:focus:before {
  color: #fff;
}
.dropdown-menu li.active a {
  color: #d8171f;
  background-color: transparent;
}
/*=================AB====================*/
.mt30 {
  margin-top: 30px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb0 {
  margin-bottom: 0px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pt15 {
  padding-top: 15px !important;
}
.pb15 {
  padding-bottom: 15px !important;
}
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .banner .item h2 {
    font-size: 24px;
  }
  .banner .item {
    min-height: calc(100vh - 116px);
  }
  .section-title .line {
    width: 70px;
  }
  .navbar {
    min-height: 60px !important;
    background-color: #fff;
  }
  .navbar-nav {
    margin-top: 10px;
  }
  .navbar-nav > li > a {
    padding-top: 25px;
  }
  .navbar-nav > li > a:hover {
    background-color: #d8171f !important;
  }
  .navbar-brand {
    max-width: 130px;
    height: 60px;
  }
  .navbar-toggle {
    margin-top: 12px;
    margin-bottom: 10px;
  }
  .section-title h2 {
    font-size: 24px;
  }
  .footer .social-links {
    text-align: center;
  }
  .footer .widget {
    font-size: 12px;
  }
}
.custom-btn {
  border: 1px solid #e69598 !important;
  background-image: linear-gradient(to right, #d81a22, #f6c9cb) !important;
}
.red-select-box {
  border: 1px solid #e69598;
  background-image: linear-gradient(to right, #d81a22, #f6c9cb);
  color: #000;
  border-radius: 5px;
  margin-bottom: 25px;
  position: relative;
}
.red-select-box .hit-select {
  padding: 10px;
  display: flex;
  justify-content: space-between;
}
.red-select-box .hit-select p {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
  width: 100%;
  padding: 0 9px;
  margin-bottom: 0px;
}
.red-select-box .hit-select p i {
  float: right;
  margin-top: 4px;
}
.red-select-box .open-select {
  padding: 5px 0;
  border: 1px solid #fff;
  position: absolute;
  left: 0;
  background: #d8171f;
  width: 100%;
  z-index: 99;
}
.red-select-box .open-select ul {
  padding: 0px;
  margin: 0px;
}
.red-select-box .open-select ul li {
  padding: 5px 10px;
  border-bottom: 1px solid #ec6167;
  list-style: none;
}
.red-select-box .open-select ul li:last-child {
  border-bottom: none;
}
.red-select-box .open-select ul li .custom-control-label {
  color: #fff;
  margin-bottom: 0px;
  font-weight: 500;
  cursor: pointer;
  margin-left: 3px;
}
.artical-box {
  width: 100%;
  display: inline-block;
  margin-bottom: 40px;
}
.artical-box h4 {
  font-size: 18px;
  margin-bottom: 15px;
  border-left: 3px solid #d8171f !important;
  padding: 12px;
  border: 1px solid #dbdbdb;
  background: #fff;
  box-shadow: 0px 1px 7px -2px rgba(0, 0, 0, 0.3);
}
.artical-box .views-element-container .view-content {
  column-count: 3;
  column-gap: 1em;
  border: 1px solid #dbdbdb;
  background: #fff;
  box-shadow: 0px 1px 7px -2px rgba(0, 0, 0, 0.3);
  padding: 5px;
}
.artical-box .views-element-container .view-content .views-rows {
  display: block;
  break-inside: avoid-column;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2;
  padding: 15px;
  margin-bottom: 15px;
  position: relative;
}
.artical-box .views-element-container .view-content .views-rows::after {
  position: absolute;
  bottom: 0;
  height: 1px;
  content: "";
  width: 90%;
  left: 15px;
  background: #e8e4e4;
}
.artical-box .views-element-container .view-content .views-rows h5 {
  font-size: 16px;
  margin-bottom: 7px;
  font-weight: 500;
  color: #000;
  padding-left: 10px;
  border-left: 2px solid #d8171f;
}
.artical-box .views-element-container .view-content .views-rows p {
  font-size: 16px;
  margin-bottom: 0px;
}
.artical-box .views-element-container .view-content .views-rows p a {
  font-size: 15px;
  line-height: 1.6;
  font-weight: 300;
  color: #333333;
}
.artical-box .views-element-container .view-content .views-rows p a:hover {
  color: #d8171f;
}
.inner-banner {
  background: #09a3c6 url(../img/city.png) no-repeat left bottom;
  position: relative;
  overflow: hidden;
  min-height: 350px;
}
.inner-banner .over-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.inner-banner .over-content img {
  float: right;
  margin-right: -50px;
  margin-bottom: -20px;
}
.inner-banner::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(to right, #00498a -7%, rgba(1, 21, 70, 0.1) 70%, rgba(0, 217, 44, 0.31) 100%);
}
.pattern-bg {
  background: #ccc url(../img/degreee_fabric.webp) repeat left !important;
}
.pattern-bg1 {
  background: #ccc url(../img/carbon_fibre.webp) repeat left !important;
  color: #fff;
}
.pattern-bg1 .views-rows::after {
  display: none;
}
.pattern-bg1 .views-rows h5 {
  color: #fff !important;
}
.pattern-bg1 .views-rows p {
  color: #fff !important;
}
.pattern-bg1 .views-rows p a {
  color: #fff !important;
}
.pattern-bg2 {
  background: #ccc url(../img/dots.webp) repeat left !important;
  color: #fff;
}
.pattern-bg2 .views-rows::after {
  display: none;
}
.pattern-bg2 .views-rows h5 {
  color: #fff !important;
}
.pattern-bg2 .views-rows p {
  color: #fff !important;
}
.pattern-bg2 .views-rows p a {
  color: #fff !important;
}
