body {
  font-family: "Roboto", serif;
  color: #555555;
}

.p7 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.heading {
  font-family: "Teko", serif;
  font-size: 80px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  text-shadow: 2px 0 2px rgba(0,0,0,0.37);
  line-height: 80px;
}

.header-text {
  font-family: "Outfit", serif;
  font-size: 50px;
  color: #fff;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 25px;
  text-shadow: 2px 0 2px rgba(0,0,0,0.37);
}

img {
  max-width: 100%;
}

.header {
  background: url(../../assets/img/header-bg.jpg) no-repeat center;
  background-size: cover;
}
.inner-header {
    min-height: 798px;
    position: relative;
}
.inner-header .title {
  position: absolute;
  bottom: 0;
  width: 100%;
  font-family: "Outfit", serif;
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    text-align: center;
    padding: 20px 0;
    background-color: rgba(0,0,0,0.3);
}

header {
  position: relative;
}

header .navbar {
  padding-top: 0px;
  padding-bottom: 0px;
}
header .navbar .dropdown-menu {
    margin: 0;
    color: #ffffff;
    background-color: #237c86;
    border: none;
    border-radius: 0;
    left: 15px;
}
header .navbar .dropdown-item {
    color: #ffffff;
}

header .navbar-light .navbar-nav .nav-item {
  padding: 0 15px;
}
header .dropdown-item:focus, header .dropdown-item:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.4);
}

header .navbar-light .navbar-nav .nav-link {
  color: #1a191d;
  font-size: 17px;
  font-weight: 500;
  padding: 26px 0;
  border-top: 7px solid #fff;
  border-bottom: 7px solid #fff;
}

header .navbar-light .navbar-nav .nav-link:hover {
  color: #237d86;
  border-bottom: 7px solid #237d86;
}

header .navbar-light .navbar-nav .active > .nav-link, header .navbar-light .navbar-nav .nav-link.active, header .navbar-light .navbar-nav .nav-link.show, header .navbar-light .navbar-nav .show > .nav-link {
  color: #237d86;
  border-bottom: 7px solid #237d86;
}
.products-box{
  background-color: #f2f1f1;
  border-radius: 6px;
  margin: 15px 0;
  text-align: center;
}
.ftr-link.first li {
  padding-bottom: 7px;
}

.phone {
  padding: 0px 20px 0 10px;
  position: relative;
  right: -30px;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.phone.email {
  padding: 0 0 0 20px;
}
.phone.email i {
    color: #237c86;
    font-size: 24px;
}
.phone:hover {
  text-decoration: none;
}

.phone span {
  color: #073242;
  font-family: "Outfit", serif;
  font-size: 20px;
  font-weight: 700;
}

.phone i {
  color: #2aa81a;
  font-size: 32px;
  margin-right: 6px;
}

.header-text-part {
  padding: 250px 0;
}

.blue-btn {
  background-color: #237d86;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  padding: 12px 36px;
  margin: 0 8px;
}

.blue-btn:hover {
  background-color: #2d96a1;
  color: #fff;
}

.white-btn {
  background-color: #fff;
  color: #1a191d;
  font-weight: 500;
  text-transform: uppercase;
  padding: 12px 36px;
  margin: 0 8px;
}

.white-btn:hover {
  background-color: #e7e7e7;
  color: #1a191d;
}

.download-brochure {
  display: inline-flex;
  align-items: center;
  background-color: #237d86;
  padding: 10px 20px;
  border-radius: 6px;
  text-decoration: none;
  z-index: 9;
  position: relative;
}

.download-brochure:hover {
  text-decoration: none;
}

.download-brochure p {
  margin: 0;
  text-align: left;
  font-family: "Outfit", serif;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
}

.download-brochure img {
  margin-right: 12px;
}
.brochure-wrap{
  text-align: right;
  position: relative;
  top: -56px;
}

.about-part {
  background: url("../../assets/img/about-bg.jpg") no-repeat center bottom;
}

.about-title {
  color: #073242;
  font-size: 44px;
  font-weight: 700;
  margin: 0 0 30px 0;
  text-transform: uppercase;
}

.text {
  font-size: 18px;
  list-style: 28px;
  margin: 0 0 30px 0;
}

.img-right {
  text-align: right;
}

.why-part {
  background: url("../../assets/img/wave-bg.png") repeat-x left bottom, #1f2430;
  padding: 70px 0 140px 0;
}

.why-box {
  border-radius: 6px;
  padding: 30px;
  border: 1px solid #474b56;
  display: flex;
  align-items: start;
  margin-bottom: 30px;
  min-height: 262px;
}

.why-box img {
  margin-right: 30px;
}

.why-title {
  font-family: "Outfit", serif;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}

.why-text {
  font-size: 16px;
  line-height: 26px;
  color: rgba(255,255,255,0.75);
  margin: 0;
}

.main-title {
  font-size: 44px;
  font-weight: 700;
  color: #073242;
  text-align: center;
  font-family: "Outfit", serif;
  background: url("../../assets/img/title-line.png") no-repeat center bottom;
  margin-bottom: 30px;
  padding-bottom: 20px;
}

.main-title span {
  color: #237d86;
}

.why-part .main-title {
  color: #fff;
}

.why-part .main-title span {
  color: #2c9aa5;
}

.facilities-part {
  background: url("../../assets/img/company-bg.png") no-repeat center bottom, #fff;
}

.facilities-box {
  text-align: center;
  background-color: #fff;
  border-radius: 6px;
  padding: 10px;
  border: 1px solid #dedede;
  margin: 0 0 30px 0;
  min-height: 496px;
}
.facilities-wrap{
  padding: 20px;
}

.facilities-box .title {
  font-size: 20px;
  font-weight: 600;
  font-family: "Outfit", serif;
  color: #1a191d;
  margin-bottom: 20px;
}

.facilities-box p {
  color: #666666;
  margin-bottom: 0;
  line-height: 24px;
}


.grade {
  padding-top: 40px;
}

.grade-box {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 20px 30px rgba(1,1,1,0.04);
}

.grade-box .top {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #073242;
  text-align: center;
  padding: 12px;
}

.grade-box .top .title {
  color: #fff;
  font-family: "Outfit", serif;
  margin: 0;
  font-size: 36px;
  font-weight: 400;
}

.grade-box ul li {
  padding: 6px 0px;
  font-size: 22px;
  font-weight: 500;
  vertical-align: middle;
  line-height: normal;
  color: #404040;
}

.grade-box ul {
  padding: 20px 40px;
  margin: 0;
}

.grade-box ul li img {
  margin-right: 8px;
  margin-top: -3px;
}

.process-part {
  background-color: #f8f8f8;
}

.swiper.mySwiper {
  width: 100%;
  height: 100%;
  padding-bottom: 60px;
}

.mySwiper .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  border: 1px solid #dadada;
  background-color: transparent;
  opacity: 1;
}

.mySwiper .swiper-pagination-bullet-active {
  background-color: #237d86;
}

.swiper.serviceSwiper {
  width: 100%;
  height: 100%;
}

.serviceSwiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.serviceSwiper .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  border: 1px solid #dadada;
  background-color: transparent;
  opacity: 1;
}

.serviceSwiper .swiper-pagination-bullet-active {
  background-color: #237d86;
}
.card .card-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: end;
    justify-content: center;
    text-align: center;
    padding: var(--gap-30-60) var(--gap-15-30);
    background-color: rgb(39 38 43 / 25%);
    transition: all 0.3s ease;
}
.card-content .title {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    margin: 0;
    padding: 10px;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
}
.swiper-slide a:hover .card-content{
  background-color: rgb(39 38 43 / 0%);
}
.zoom-img {  
  overflow: hidden; 
}
.inner-img {
  transition: 0.3s;
}

.swiper-slide a:hover .inner-img {
  transform: scale(1.05);
}
.serviceSwiper .swiper-button-next, .serviceSwiper .swiper-button-prev {
    position: relative;
    top: 0;
    width: 56px;
    height: 56px;
    margin: 30px 2px 0 0;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f8f8f8;
    background-color: #c0c2c2;
}
.serviceSwiper  .swiper-button-next:after, .serviceSwiper  .swiper-button-prev:after {
    font-size: 20px;
}
.serviceSwiper .swiper-button-prev {
    left: 0;
}
.serviceSwiper .swiper-button-next {
    right: 0;
}
.serviceSwiper .swiper-button-next.swiper-button-disabled, .serviceSwiper .swiper-button-prev.swiper-button-disabled {
    opacity: .5;
}
.post-processing-part{
  background-color: #052c3a;
}
.post-processing-part .main-title {
    color: #ffffff;
}
.post-processing-part .main-title span {
    color: #2c9aa5;
}
.services-tab .nav-pills .nav-link.active, .services-tab .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #32868e;
    border-radius: 0;
}
.services-tab ul {
    background-color: #0a3848;
    margin-bottom: 40px;
}
.services-tab ul li {
    border-right: 2px solid #1d4856;
}
.services-tab ul li:last-child {
    border-right: none;
}
.services-tab .nav-link {
    padding: 20px 10px;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    font-family: "Outfit", serif;
    display: flex;
    align-items: center;
    justify-content: center;
}
.services-tab .nav-link img {
    margin-right: 20px;
}
.services-tab .nav-link.active {
    position: relative;
}
.services-tab .nav-link.active::after {
    content: '';
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #32868e;
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
}
.text-wrap{
  margin-left: 30px;
}
.services-part{
  padding: 70px 0 20px 0;
}
.services-tab .text-wrap .title{
    font-size: 36px;
    font-weight: 700;
    color: #2c9aa5;
    font-family: "Outfit", serif;
    margin: 0 0 20px 0;
}

.step-box {
  background-color: #ffffff;
  border-radius: 6px;
  text-align: center;
  min-height: 450px;
}
.forging .step-box {
  min-height: auto;
}
.forging .step-box .title {
    margin-bottom: 0px;
}
.step-top{
  position: relative;
  background-color: #f0f3f4;
  min-height: 200px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.step {
  background-color: #073242;
  padding: 3px 15px;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 6px;
  position: absolute;
  left: 0;
  top: 0;
}
.blue .step {
  background-color: #237d86;
}
.step span {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  font-family: "Outfit", serif;
  line-height: inherit;
}
.step-bottom{
  padding: 24px;
}

.step-box .title {
  font-size: 22px;
  font-weight: 400;
  color: #073242;
  margin-bottom: 20px;
  font-family: "Outfit", serif;
}

.step-box p {
  font-size: 17px;
  line-height: 26px;
  margin: 0;
}



.footer {
  padding: 70px 0;
  background: url("../../assets/img/ftr-bg.png") no-repeat center, #1f2430;
  background-size: cover;
}

.logo-box {
  background-color: rgba(0,0,0,0.35);
  padding: 25px 30px;
  text-align: center;
  border-radius: 6px;
}

.logo-box hr {
  background-color: rgba(255,255,255,0.35);
  margin: 20px 0;
}

.social-link a {
  background-color: rgba(255,255,255,0.75);
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 5px;
  width: 40px;
  height: 40px;
  font-size: 20px;
  color: #14171f;
}

.social-link {
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-link a:hover {
  background-color: #2ba4b0;
  text-decoration: none;
}

.ftr-title {
  font-size: 18px;
  color: #cacdd7;
  font-family: 'Outfit';
  font-weight: 600;
  border-bottom: 1px solid rgba(255,255,255,0.35);
  margin-bottom: 20px;
  padding-bottom: 15px;
}

.ftr-link {
  margin: 0;
  padding: 0;
}

.ftr-link li a {
  color: #fff;
  vertical-align: middle;
  font-size: 14px;
}

.ftr-link li a i {
  margin-right: 5px;
  font-size: 12px;
}

.ftr-link li a:hover {
  color: #33b7c4;
  text-decoration: none;
}

.ftr-link li {
  padding-bottom: 14px;
}

.contact-list {
  padding: 0;
  margin: 0;
}

.contact-list li {
  display: flex;
  align-items: start;
  padding-bottom: 14px;
}

.contact-list li span {
  color: #fff;
  font-size: 15px;
}

.contact-list li i {
  color: #2ba4b0;
  margin-right: 8px;
  margin-top: 3px;
  font-size: 18px;
}

.copy-right {
  background-color: #14171f;
  padding: 20px 0;
  text-align: center;
}

.copy-right p {
  color: #cccfd1;
  font-size: 15px;
  margin: 0;
}

.copy-right p a {
  color: #00aaea;
  text-decoration: none;
}

.in-header {
  background-color: #073242;
  padding: 45px 0;
}

.in-heading {
  font-family: "Outfit", serif;
  font-size: 50px;
  font-weight: 700;
  color: #33b7c4;
  text-transform: uppercase;
  margin: 0;
}

.mission-box {
  text-align: center;
  background-color: #fff;
  border-radius: 6px;
  padding: 30px 20px;
  margin: 45px 0 0 0;
  box-shadow: 0 4px 30px rgba(0,0,0,0.06);
}

.mission-box .title {
  font-size: 36px;
  font-weight: 600;
  font-family: "Outfit", serif;
  color: #073242;
  margin-bottom: 20px;
}

.mission-box p {
  color: #666666;
  margin-bottom: 0;
  line-height: 26px;
}

.mission-box img {
  margin: -74px 0 20px 0;
}

.profile-part {
  background-color: #f8f8f8;
}

.profile-box {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  background-color: #ffffff;
  border-radius: 10px;
}

.profile-box .icon {
  background-color: #073242;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 42px;
  flex-shrink: 0;
}

.profile-box .icon.blue {
  background-color: #237d86;
}

.text-part {
  padding: 24px 40px;
}

.profile-box .title {
  color: #073242;
  font-size: 30px;
  font-weight: 600;
  font-family: "Outfit", serif;
  margin-bottom: 15px;
}

.profile-box p {
  color: #666666;
  font-size: 16px;
  margin-bottom: 0px;
  line-height: 26px;
}

.card.services {
  border: none;
  border-radius: 6px;
  box-shadow: 0 10px 30px rgba(1,1,1,0.06);
  margin: 15px 0;
}

.services .card-title {
  margin-bottom: 20px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  font-family: "Outfit", serif;
  background-color: #237d86;
  padding: 10px;
  border-radius: 4px;
}

.services .card-title.dark {
  background-color: #073242;
}

.services .card-body {
  padding: 24px;
}

.services .card-text {
  text-align: center;
  margin: 0;
  color: #666666;
  font-size: 17px;
  line-height: 26px;
}

.contact-title {
  font-size: 26px;
  font-weight: 400;
  color: #073242;
  text-align: center;
  font-family: "Outfit", serif;
  background: url("../../assets/img/title-line.png") no-repeat center bottom;
  margin-bottom: 40px;
  padding-bottom: 20px;
}

.contact-title span {
  color: #237d86;
}

.contact {
  background: url("../../assets/img/globe.png") no-repeat left top, #fff;
}

.contact-info {
  background-color: #073242;
  border-radius: 6px;
  padding: 40px;
  margin-left: 20px;
}

.contact-in {
  display: flex;
  align-items: start;
}

.contact-in img {
  margin-right: 20px;
}

.contact-in .title {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.contact-in p {
  font-size: 18px;
  color: rgba(255,255,255,0.8);
  margin: 0;
  line-height: 28px;
}

.contact-info hr {
  margin: 22px 0;
  border-top: 1px solid rgba(255,255,255,.25);
}

.form-control {
  height: 50px;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
}

form .btn {
  background-color: #237d86;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  padding: 12px 36px;
}

form .btn:hover {
  background-color: #2d96a1;
  color: #fff;
}
.sub-head{
  text-align: center;
  font-size: 20px;
  color: #555555;
  line-height: 34px;
}
.inner-hr {
    margin-top: 30px;
    margin-bottom: 50px;
    border: 0;
    border-top: 2px solid #ededed;
}
.advantages-list{
  padding: 0;
  list-style: none;
  margin: 0 0 0 10px;
}
.advantages-list li{
display: flex;
padding-bottom: 20px;
}
.advantages-list li:last-child{
padding-bottom: 0px;
}
.advantages-list li i{
color: #237d86;
font-size: 20px;
margin-right: 8px;
margin-top: 3px;
}
.advantages-list li p{
font-size: 17px;
margin: 0;
}
.advantages-list li p span{
font-weight: 700;
color: #237d86;
}
.application-part{
  background-color: #1f2430;
  padding: 60px 0 30px 0;
}
.application-part .main-title {
    color: #fff;
}
.application-part .card {
    background-color: transparent;
    border: 1px solid #474b56;
    border-radius: 6px;
    padding: 10px;
    margin-bottom: 30px;
    min-height: 350px;
}
.application-part.forging .card {
    min-height: 512px;
}
.application-part.mim .card {
    min-height: 470px;
}
.application-part .card-header {
    padding: 0;
    background-color: transparent;    
    border-radius: 4px;
    text-align: center;
}
.application-part .card-header img {
border-top-left-radius: 3px;
border-top-right-radius: 3px;
border: 1px solid #434751;
width: 100%;
}
.application-part .card-header .title {
  background-color: #237d86;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  font-family: "Outfit", serif;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
margin: 0;
text-align: center;
padding: 10px;
}
.application-part .card-body {
    padding: 16px 0px;
    text-align: center;
    color: #fff;
}
.app-list{
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}
.app-list li{
  display: flex;
  padding-bottom: 15px;
}
.app-list li:last-child{
  padding-bottom: 0px;
}
.app-list li i {
    color: #237d86;
    font-size: 18px;
    margin-right: 6px;
    margin-top: 3px;
}
.app-list li p {
    font-size: 17px;
    margin: 0;
    color: rgba(255,255,255,0.9);
}
.type-part{
  background-color: #237d86;
  padding: 60px 0;
}
.type-wrap{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.type-wrap .title{
  color: #fff;
  font-size: 44px;
  font-weight: 400;
  font-family: "Outfit", serif;
  margin: 0;
  text-transform: uppercase;
}
.type-wrap ul{
  padding: 0;
  margin: 0;
}
.type-wrap ul li{
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  border-left: 2px solid rgba(255,255,255,0.25);
  padding: 10px 32px;
  font-family: "Outfit", serif;
  margin: 0;
}
.type-wrap ul li:last-child{
  border-right: 2px solid rgba(255,255,255,0.25);
}
.type-wrap ul li i{
  font-size: 50px;
  font-weight: 300;
  margin-right: 20px;
  vertical-align: middle;
}
.list-inline-item:not(:last-child){
  margin: 0;
}
.type-wrap.sand ul li i {
    font-size: 40px;
    margin-right: 10px;
}
.type-wrap.sand ul li {
    font-size: 24px;
    padding: 10px 28px;
}
.application-part.sand .card {
    min-height: 375px;
}
.application-part.die .card {
    min-height: 445px;
}
.machining p{
  font-size: 17px;
  line-height: 28px;
  color: rgba(255,255,255,09);
}
.capabilities-text{
  margin-left: 20px;
}
.capabilities-text p{
  font-size: 17px;
  line-height: 28px;
  margin: 0px;
}
.capabilities-text .title{
  font-size: 26px;
  margin: 0 0 15px 0;
  font-weight: 700;
  color: #073242;
  font-family: "Outfit", serif;
}
.careers .card {
    border: none;
    border-radius: 6px;
    box-shadow: 0px 4px 30px rgba(1,1,1,0.06);
}
.careers .card-header {
    padding: 12px;
    margin-bottom: 0;
    background-color: #073242;
    border-bottom: none;
    text-align: center;
}
.careers .card-header .title {
    font-size: 36px;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
    font-family: "Outfit", serif;
}
.careers .card-header:first-child {
    border-radius: 6px 6px 0 0;
}
.careers .card-body {
    padding: 30px;
}
.careers label{
  font-size: 16px;
  color: #515151;
  font-weight: 500;
}
.careers label span{
  color: red;
}
.careers .custom-file {
    height: 50px;
}
.careers .custom-file-input {
    height: 50px;
}
.careers .custom-file-label {
    height: 50px;
    line-height: 2.4;
}
.careers .custom-file-label::after {
    height: 50px;
    line-height: 2.4;
}
.services-point-wrap .sub-title {
    font-size: 24px;
    font-weight: 700;
    color: #2c9aa5;
    font-family: "Outfit", serif;
    margin: 0 0 10px 0;
}
.highlight {
    padding: 10px;
    border: 1px solid #22546b;
    background: rgb(12 55 72);
    margin-bottom: 20px;
}
.highlight p {
  font-size: 17PX;
  margin: 0;
  color: rgba(255,255,255,0.85);
}
.services-point {
    display: flex;
}
.services-point p {
    font-size: 16px;
    color: rgba(255,255,255,0.85);
    margin: 0 0 15px 0;
    line-height: 24px;
}
.services-point i {
    font-size: 20px;
    color: #2c9aa5;
    margin: 3px 10px 0 0;
}

@media (max-width:1199px) {
  .heading {
    font-size: 70px;
  }
  .type-wrap.sand ul li {
    font-size: 20px;
    padding: 10px 20px;
}
.application-part.sand .card {
    min-height: 366px;
}
.navbar-brand img{
  height: 42px;
}
}

@media (max-width:1199px) {
  .header-text {
    font-size: 44px;
  }
}

@media (max-width:1199px) {
  .header-text-part {
    padding: 115px 0;
  }
}


@media (max-width:1199px) {
  .why-box {
    min-height: 342px;
  }
}

@media (max-width:1199px) {
  .facilities-box {
    min-height: 370px;
  }
}

@media (max-width:1199px) {
  .step-box {
    min-height: 475px;
  }
  .services-tab .nav-link {
    font-size: 20px;
    font-weight: 500;
}
.services-tab .nav-link img {
    margin-right: 10px;
}
.phone span {
    font-size: 14px;
}
.phone.email i {
    font-size: 22px;
}
.phone i {
    font-size: 24px;
}
.phone.email {
    padding: 0 0 0 15px;
}
header .navbar-light .navbar-nav .nav-link {
    font-size: 14px;
}
header .navbar-light .navbar-nav .nav-item {
    padding: 0 10px;
}
.inner-header {
    min-height: 520px;
}
.main-title {
    font-size: 40px;
}
.application-part .card {
    min-height: 340px;
}
.application-part.stamping .card {
    min-height: 318px;
}
.type-wrap ul li {
    font-size: 26px;
    padding: 10px 22px;
}
.type-wrap ul li i {
    font-size: 40px;
    margin-right: 10px;
}
.type-wrap .title {
    font-size: 40px;
}
.application-part.mim .card {
    min-height: 460px;
}
}


@media (max-width:991px) {
  .contact-info {
    padding: 20px;
    margin-left: 0;
  }
      .application-part.stamping .card {
        min-height: 340px;
    }
    .application-part.mim .card {
        min-height: 436px;
    }
        .navbar-brand img{
  height: auto;
}
}

@media (max-width:991px) {
  .contact-in p {
    font-size: 16px;
  }
}




@media (max-width:991px) {
  header .navbar-light .navbar-nav .nav-item {
    padding: 0 10px;
  }
}

@media (max-width:991px) {
  .heading {
    font-size: 54px;
    line-height: 54px;
  }
  header .navbar .dropdown-menu {
    left: 10px;
}
}

@media (max-width:991px) {
  .header-text {
    font-size: 34px;
  }
  .about-title {
    font-size: 36px;
    margin: 0 0 20px 0;
}
.main-title {
    font-size: 36px;
}
.why-box {
    padding: 20px;
}
.why-box img {
    margin-right: 15px;
}
.services-tab .text-wrap .title {
    font-size: 28px;
}
.text-wrap {
    margin-left: 0;
}
.facilities-wrap {
    padding: 20px 10px;
}
.social-link a {
    margin: 3px;
    width: 24px;
    height: 24px;
    font-size: 14px;
}
.ftr-link li a {
    font-size: 13px;
}
.contact-list li span {
    font-size: 13px;
}
.ftr-link li {
    padding-bottom: 5px;
}
.inner-header {
        min-height: 456px;
    }
      .phone {
    display: none;
  }
    header .navbar {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  header .navbar-light .navbar-nav .active > .nav-link, header .navbar-light .navbar-nav .nav-link.active, header .navbar-light .navbar-nav .nav-link.show, header .navbar-light .navbar-nav .show > .nav-link {
    border-bottom: 3px solid transparent;
  }

  header .navbar-light .navbar-nav .nav-link {
    font-size: 16px;
    padding: 5px 0;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
  }

  header .navbar-light .navbar-nav .nav-link:hover {
    color: #237d86;
    border-bottom: 3px solid transparent;
}
.step-box {
        min-height: 450px;
    }
    .type-wrap {
    display: block;
    text-align: center;
}
.type-wrap .title{
  margin-bottom: 10px;
}
    .type-wrap ul li {
        font-size: 24px;
        padding: 10px 18px;
    }
    .type-wrap ul li i {
        font-size: 30px;
    }
}

@media (max-width:767px) {
  .heading {
    font-size: 40px;
  }
  .application-part.stamping .card {
        min-height: 315px;
    }
        .application-part.mim .card {
        min-height: auto;
    }
    .capabilities-text {
    margin: 20px 0 0 0;
}
}

@media (max-width:767px) {
  .contact-title {
    font-size: 20px;
  }
}

@media (max-width:767px) {
  .contact-info {
    padding: 24px;
    margin-top: 20px;
  }
}

@media (max-width:767px) {
  .contact-in img {
    margin-right: 15px;
  }
}

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

@media (max-width:767px) {
  .contact-in p {
    font-size: 15px;
    line-height: 24px;
  }
}

@media (max-width:767px) {
  .header-text {
    font-size: 24px;
    margin-bottom: 24px;
  }
}


@media (max-width:767px) {
  .p7 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (max-width:767px) {
  .about-title {
    font-size: 36px;
    margin: 0 0 24px 0;
  }
}

@media (max-width:767px) {
  .img-right {
    text-align: center;
  }
}

@media (max-width:767px) {
  .img-right img {
    margin-top: 20px;
  }
}

@media (max-width:767px) {
  .main-title {
    font-size: 36px;
  }
}

@media (max-width:767px) {
  .why-box {
    min-height: auto;
  }
}

@media (max-width:767px) {
  .why-part {
    padding: 50px 0 140px 0;
  }
}

@media (max-width:767px) {
  .facilities-part {
    padding: 50px 0 30px 0;
  }
}

@media (max-width:767px) {
  .facilities-box {
    min-height: auto;
        margin: 0 0 20px 0;
  }
}

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

@media (max-width:767px) {
  .grade-box .top .title {
    font-size: 28px;
  }
}

@media (max-width:767px) {
  .grade-box ul li {
    font-size: 20px;
  }
}

@media (max-width:767px) {
  .step-box {
    min-height: auto;
  }
}

@media (max-width:767px) {
  .footer {
    padding: 50px 0 30px 0;
  }
}

@media (max-width:767px) {
  .ftr-title {
    margin-top: 20px;
    margin-bottom: 15px;
  }
}

@media (max-width:767px) {
  .grade-box {
    margin: 10px 0;
  }
}

@media (max-width:767px) {
  .in-heading {
    font-size: 36px;
  }
}

@media (max-width:767px) {
  .in-header {
    padding: 30px 0;
  }
}

@media (max-width:767px) {
  .mission-box .title {
    font-size: 26px;
  }
}

@media (max-width:767px) {
  .profile-box {
    display: block;
  }
}

@media (max-width:767px) {
  .profile-box .icon {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0px;
    padding: 20px;
    text-align: center;
  }
}

@media (max-width:767px) {
  .text-part {
    padding: 20px;
  }
}

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

@media (max-width:767px) {
  .services .card-text {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width:767px) {
  .profile-box .title {
    font-size: 26px;
  }
}

@media (max-width:767px) {
  .mission-box {
    margin-bottom: 20px;
  }
  .services-tab .nav-link {
    padding: 15px;
    font-size: 18px;
}
.services-tab .nav-link img{
  width: 40px;
}
.services-tab .text-wrap .title{
  margin-top: 20px;
}
    .ftr-link li a {
        font-size: 15px;
    }
    .contact-list li span {
        font-size: 15px;
    }
    .inner-header .title {
    font-size: 36px;
    padding: 15px 0;
}
.inner-header {
        min-height: 442px;
    }
    .inner-hr {
    margin-bottom: 30px;
}
.sub-head {
    font-size: 17px;
    line-height: 26px;
}
.advantages-list {
    margin: 20px 0 0 0;
}
.application-part {
    padding: 50px 0 30px 0;
}
.shell-hero{
  background-size: contain !important;
  background-color: #6b96b9;
}
.step span{
  font-size: 16px;
}
}

@media (max-width:575px) {
  .blue-btn {
    padding: 12px 20px;
  }
}

@media (max-width:575px) {
  .white-btn {
    padding: 12px 20px;
  }
}

@media (max-width:575px) {
  .about-title {
    font-size: 28px;
    margin: 0 0 24px 0;
  }
}

@media (max-width:575px) {
  .main-title {
    font-size: 28px;
  }
}

@media (max-width:575px) {
  .why-title {
    font-size: 20px;
  }
}

@media (max-width:575px) {
  .why-box img {
    margin: 0 0 20px 0;
  }
}

@media (max-width:575px) {
  .why-box {
    padding: 20px;
    margin-bottom: 20px;
    display: block;
    text-align: center;
  }
}

@media (max-width:575px) {
  .why-text {
    font-size: 15px;
    line-height: 24px;
  }
}

@media (max-width:575px) {
  .text {
    font-size: 16px;
  }
  .heading {
        font-size: 33px;
        line-height: 33px;
    }
    .serviceSwiper .swiper-button-next, .serviceSwiper .swiper-button-prev {
    width: 40px;
    height: 40px;
}
.download-brochure p {
    font-size: 18px;
}
.download-brochure {
    padding: 7px 10px;
    border-radius: 4px;
}
.download-brochure img {
    margin-right: 12px;
    height: 26px;
}
.brochure-wrap {
    top: -40px;
}
.services-part {
    padding: 50px 0 10px 0;
}
.services-tab ul {
    margin-bottom: 20px;
    display: block;
}
.services-tab ul li {
    border-right: none;
    border-bottom: 1px solid #1d4856;
}
.services-tab .nav-link {
        padding: 8px 16px;
        font-size: 20px;
        justify-content: flex-start;
    }
    .services-tab .nav-link.active::after{
      display: none;
    }
    .inner-header .title {
        font-size: 24px;
    }
    .application-part .card {
    margin-bottom: 20px;
    min-height: auto;
}
.swiper.mySwiper {
    padding-bottom: 10px;
}
.swiper.mySwiper.forging {
    padding-bottom: 50px;
}
.application-part.forging .card {
    min-height: auto;
}
.type-part {
    padding: 50px 0;
}
.type-wrap ul li {
    border-left: none;
    border-bottom: 2px solid rgba(255, 255, 255, 0.25);
    padding: 15px 0px;
    display: block;
}
.type-wrap ul li:last-child {
    border-left: none;
    border-right: none;
}
.application-part.sand .card {
        min-height: auto;
    }
    .application-part.die .card {
    min-height: auto;
}
.application-part.stamping .card {
        min-height: auto;
    }
    .careers .card-body {
    padding: 10px;
}
.careers .card-header .title {
    font-size: 24px;
}
.services-point-wrap .sub-title {
    font-size: 22px;
}
}

