body {
  font-family: sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
}

.layout_padding {
  padding: 75px 0;
}

.layout_padding2 {
  padding: 45px 0;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top.service_section  {
  padding-top: 75px;
  padding-bottom: 75px;
}

.layout_padding-bottom {
  padding-bottom: 75px;
}
.navbar-brand{
	width:200px;
}
.navbar-brand img{
	height:40px;
	width:200px!important;
	margin-top:15px;
}
.heading_container {
	
}
.heading_container {
	
}
.In_img {
	display:flex;
}
.In_img img{
	width:23%;
	margin-right:40px;
	border:10px solid #fff;
}
.heading_container h2 {
  position: relative;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 10px;
  text-align:center;
}
/*
.heading_container h2::before {
  content: "";
  width: 40px;
  height: 7px;
  background-color: #fc0909;
  border-radius: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
}
*/


.w100blue{
	padding:30px 0px;
	background:#031652;
	color:#Fff;
	margin-bottom:50px;
	text-align:center;
}
.w100blue h2,.about_section .heading_container{
	margin:0!important;
	padding:0!important;
}
/*
.service_section 
.heading_container h2,
.product_section
.heading_container h2,
.contact_section
.heading_container h2,
.Equipment
.heading_container h2{
	text-align:left;
}
*/

.slide-box{
	padding:0!important;
}
.service_section .service_container .box img{
	width:100%;
	min-height:300px;
	max-height:300px;
	object-fit:cover;
}
/*header section*/
.hero_area {
	background-image: url(../images/hero-bg.jpg);
	background-size: cover;
	background-color: #1d2943;
	position:relative;
	z-index:1;
	overflow: hidden;
}
.hero_area .bgvideo{
	min-width: 100%;
	position:absolute;
	height: 100vh;
	top:0px;
	left:0px;
	z-index:0;
	overflow: hidden;
}
.bgvideo video{
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.mark{
	position:absolute;
	top:0px;
	left:0px;
	width:100vw;
	height:100vh;
	background:rgba(255,255,255,0.2);
	z-index:1;
}
.header_section{
	background:#031652;
	position:relative;
	z-index:2;
}
.hero_area .top_nav {
  background-color: #031652;
  position:relative;
  padding: 10px 0;
	z-index:2;
}

.hero_area .top_nav .contact_link-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hero_area .top_nav .contact_link-container a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  font-size: 15px;
  padding: 0 25px;
  border-right: 1px solid #ffffff;
}

.hero_area .top_nav .contact_link-container a img {
  width: 16px;
  margin-right: 3px;
}

.sub_page .hero_area {
  height: auto;
}

.sub_page .custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .nav-link {
  padding-bottom: 21px;
}

.hero_area.sub_pages {
  height: auto;
}

.header_section {
  padding: 0;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.header_section .nav_container {
  margin: 0 auto;
}

#navbarSupportedContent {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 3%;
}

.custom_nav-container.navbar-expand-lg {
  z-index: 99999;
  padding: 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .nav-link {
  padding: 0;
  padding: 35px 15px 10px 15px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item:hover .nav-link, .custom_nav-container.navbar-expand-lg .navbar-nav .nav-item.active .nav-link {
  background-color: #ff8c00;
  color: #ffffff;
}

.custom_nav-container.navbar-expand-lg .form-inline input {
  background-color: #031652;
  border: none;
  outline: none;
  width: 250px;
  height: 40px;
  border-radius: 5px;
  padding-left: 15px;
  color: #f9f9f8;
}

.custom_nav-container.navbar-expand-lg .form-inline input::-webkit-input-placeholder {
  color: rgba(249, 249, 248, 0.6);
}

.custom_nav-container.navbar-expand-lg .form-inline input:-ms-input-placeholder {
  color: rgba(249, 249, 248, 0.6);
}

.custom_nav-container.navbar-expand-lg .form-inline input::-ms-input-placeholder {
  color: rgba(249, 249, 248, 0.6);
}

.custom_nav-container.navbar-expand-lg .form-inline input::placeholder {
  color: rgba(249, 249, 248, 0.6);
}

.custom_nav-container.navbar-expand-lg .form-inline button {
  margin-left: -50px;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.custom_nav-container .nav_search-btn {
  background-image: url(../images/search-icon.png);
  background-size: 17px;
  background-repeat: no-repeat;
  background-position: right;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
}

.navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-brand img {
  width: 40px;
}

.navbar-brand span {
  font-weight: bold;
  color: #2c2b2b;
  font-size: 20px;
}
.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 55px;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .nav-link
/*end header section*/
/* slider section */
.slider_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: calc(100% - 115px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: url(../images/slider-bg.jpg);
}

.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section .detail-box {
  width: 100%;
  margin: 0 auto;
}

.slider_section .detail-box h1 {
  text-transform: uppercase;
  font-size: 4rem;
  color: #031652;
  line-height: 60px;
  font-weight: 600;
}

.slider_section .detail-box h1 span {
  color: #fc0909;
}

.slider_section .detail-box p {
  margin-top: 25px;
}

.slider_section .detail-box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.slider_section .detail-box .btn-box a {
  width: 180px;
  text-align: center;
  margin: 5px;
}

.slider_section .detail-box .btn-box .btn-1 {
  display: inline-block;
  padding: 10px 35px;
  background-color: #031652;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
}

.slider_section .detail-box .btn-box .btn-1:hover {
  background-color: transparent;
  border-color: #031652;
  color: #031652;
}

.slider_section .detail-box .btn-box .btn-2 {
  display: inline-block;
  padding: 10px 35px;
  background-color: #fc0909;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
}

.slider_section .detail-box .btn-box .btn-2:hover {
  background-color: transparent;
  border-color: #fc0909;
  color: #fc0909;
}

.slider_section .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slider_section .img-box img {
  width: 100%;
}

.slider_section .idicator_container {
  position: relative;
}

.slider_section ol.carousel-indicators {
  margin: 0;
  bottom: -75px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.slider_section ol.carousel-indicators li {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  text-align: center;
  background-color: #fc0909;
  opacity: 1;
  border: none;
  margin: 0 4px;
}

.slider_section ol.carousel-indicators li.active {
  background-color: #031652;
}

.about_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_section .heading_container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}

.about_section .heading_container h2 span {
  color: #031652;
}

.about_section .heading_container h2::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.about_section .img_container {
  margin-right: -45px;
}

.about_section .img_container .img-box img {
  width: 100%;
}

.about_section .img_container .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 25px;
}

.about_section .img_container .btn-box a {
  display: inline-block;
  padding: 10px 35px;
  background-color: #fc0909;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
  text-transform: uppercase;
}

.about_section .img_container .btn-box a:hover {
  background-color: transparent;
  border-color: #fc0909;
  color: #fc0909;
}

.about_section .detail-box {
  background-color:#D4EBF5;
  padding: 25px;
  box-shadow:0 0 8px #666;
}

.service_section {
  background-color: #031652;
  margin-bottom: 90px;
}

.service_section .heading_container {
  color: #ffffff;
}

.service_section .heading_container h2,
.service_section .In_img p {
  color: #ffffff;
}

.service_section .service_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.service_section .service_container .box {
  -ms-flex-preferred-size: 32%;
      flex-basis: 32%;
  margin: 1%;
  background-color: #ffffff;
  padding: 15px;
  text-align: center;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}

.service_section .service_container .box .img-box img {
  width: 100%;
}

.service_section .service_container .box .detail-box {
  margin-top: 25px;
}

.service_section .service_container .box .detail-box h6 {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.service_section .service_container .box .detail-box a {
  display: inline-block;
  padding: 5px 35px;
  background-color: #fc0909;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
  margin-top: 10px;
}

.service_section .service_container .box .detail-box a:hover {
  background-color: transparent;
  border-color: #fc0909;
  color: #fc0909;
}

.service_section .service_container .box.b1 {
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
}

.service_section .service_container .box.b2 {
  -webkit-transform: translateY(5%);
          transform: translateY(5%);
}

.service_section .service_container .box.b3 {
  -webkit-transform: translateY(-20%);
          transform: translateY(-20%);
}

.product_section{
	background-image:url(../images/bg3.png);
	background-size:cover;
	margin:100px 0px;
}
.product_section .product_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  padding : 10px 0 40px;
}

.product_section .product_container .box {
  width: 265px;
  margin: 10px;
}
.product_section .product_container1 .box {
  width: 208px;
  margin: 10px;
}

.product_section .product_container .box img {
  width: 100%;
  height:100%;
  box-shadow:0 0 8px #666;
}

.product_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.product_section .btn-box a {
  display: inline-block;
  padding: 10px 35px;
  background-color: #fc0909;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
  text-transform: uppercase;
}

.product_section .btn-box a:hover {
  background-color: transparent;
  border-color: #fc0909;
  color: #fc0909;
}


.metal_section {
  background-image: url(../images/metal-bg.jpg);
  background-size: cover;
}

.metal_section .detail-box {
  padding: 75px 0;
}

.metal_section .detail-box h2 {
  font-size: 3rem;
  font-weight: bold;
  text-transform: uppercase;
}

.metal_section .detail-box a {
  display: inline-block;
  padding: 10px 55px;
  background-color: #fc0909;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
  margin-top: 30px;
}

.metal_section .detail-box a:hover {
  background-color: transparent;
  border-color: #fc0909;
  color: #fc0909;
}

/* contact section */
.contact_section {

}
.contact_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact_section .contact_form-container {
  margin-top: 45px;
}

.contact_section .contact_form-container input {
  border: none;
  outline: none;
  color: #000000;
  height: 45px;
  width: 100%;
  margin: 15px 0;
  padding-left: 15px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}

.contact_section .contact_form-container input::-webkit-input-placeholder {
  color: #000000;
  text-transform: uppercase;
}

.contact_section .contact_form-container input:-ms-input-placeholder {
  color: #000000;
  text-transform: uppercase;
}

.contact_section .contact_form-container input::-ms-input-placeholder {
  color: #000000;
  text-transform: uppercase;
}

.contact_section .contact_form-container input::placeholder {
  color: #000000;
  text-transform: uppercase;
}

.contact_section .contact_form-container input.message_input {
  height: 120px;
}

.contact_section .contact_form-container button {
  display: inline-block;
  padding: 10px 60px;
  background-color: #f73131;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
  text-transform: uppercase;
  margin-top: 35px;
  font-weight: bold;
}

.contact_section .contact_form-container button:hover {
  background-color: transparent;
  border-color: #f73131;
  color: #f73131;
}

.contact_section .img-box img {
  width: 100%;
}

/* end contact section */
.info_section {
  background-color: #010b2c;
  color: #ffffff;
  padding: 90px 0 45px 0;
}

.info_section h5 {
  margin: 25px 0;
  font-size: 24px;
}

.info_section .info_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.info_section .info_logo .navbar-brand img {
  width: 45px;
}

.info_section .info_logo .navbar-brand span {
  font-size: 24px;
  color: #ffffff;
}

.info_section .info_links ul {
  padding: 0;
}

.info_section .info_links ul li {
  list-style-type: none;
}

.info_section .info_links ul li a {
  color: #ffffff;
}

.info_section .info_form form input {
  outline: none;
  border: none;
  width: 100%;
  padding: 7px 10px;
  border-radius: 30px;
}

.info_section .info_form form button {
  padding: 8px 35px;
  outline: none;
  border: none;
  color: #ffffff;
  background: #f73131;
  border-radius: 30px;
  margin-top: 15px;
  text-transform: uppercase;
}

.info_section .info_form .social_box {
  margin-top: 35px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.info_section .info_form .social_box a {
  margin-right: 7px;
}

/* footer section*/
.footer_section {
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  background-color: #010b2c;
}

.footer_section p {
  color: rgba(254, 254, 255, 0.7);
  margin: 0;
  text-align: center;
}

.footer_section a {
  color: rgba(254, 254, 255, 0.7);
}

/* end footer section*/
/*# sourceMappingURL=style.css.map */


.slide-box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
  box-sizing: border-box;
}
.Equipment{
	max-width:1140px;
	margin:0 auto;
}

.slide-content {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  width: 100%;
  align-items: center;
  align-items: stretch;
}

.slide-text {
  min-height:320px;
  flex: 1;
  min-width: 280px;
  padding: 20px;
  background:#031652;
  color:#fff;
}

.slide-text h3 {
  font-size: 24px;
  margin-bottom: 30px;
}

.slide-text p {
  font-size: 16px;
  line-height: 1.6;
}

.slide-img {
  flex:3;
  min-width: 280px;
  text-align: center;
}

.slide-img img {
  width: 100%;
  height: auto;
  object-fit:cover;
  max-height:500px;
  min-height:500px;
}

/* 响应式处理 */
@media (max-width: 768px) {
  .slide-content {
    flex-direction: column;
  }

  .slide-text, .slide-img {
    text-align: center;
  }
	.about_section .img_container.bigimg{
		width:96%;
		margin:0 2%;
	}
	.service_section .service_container .box{
		width:96%;
		margin:0 2%;
		margin-bottom:50px;
		flex-basis: 100%;
	}
	.product_container .box{
		width:50%!important;
		padding:10px;
		margin:0!important;
		box-sizing:border-box;
	}
	.slide-img img {
	  width: 100%;
	  height: auto;
	  object-fit:cover;
	  max-height:240px;
	  min-height:240px;
	}
	.navbar-brand img{
		margin-top:0px;
	}
}
.page_intro {
  color: #000000;
  padding: 90px 0 110px;
  position: relative;
  z-index: 2;
}

.page_intro h1,
.page_intro h2 {
  font-size: 46px;
  line-height: 1.18;
  font-weight: 700;
  margin-bottom: 18px;
  color: #000000;
}

.page_intro p {
  max-width: 760px;
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 28px;
}

.page_intro .eyebrow {
  display: inline-block;
  margin-bottom: 18px;
  padding: 6px 12px;
  font-size: 12px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.intro_actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.intro_button {
  display: inline-block;
  padding: 12px 22px;
  border: 1px solid #000000;
  color: #031652;
  background: #ffffff;
  transition: 0.2s ease;
}

.intro_button:hover {
  text-decoration: none;
  color: #031652;
  background: #ffffff;
}

.intro_button.alt {
  background: #ffffff;
  border-color: #000000;
  color: #031652;
}

.intro_button.alt:hover {
  background: #ffffff;
  border-color: #000000;
  color: #031652;
}

.site_section {
  padding: 72px 0;
}

.site_section.alt {
  background: #f6f8fc;
}

.section_lead {
  max-width: 760px;
  margin: 16px auto 0;
  text-align: center;
  line-height: 1.8;
}

.cards_grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 38px;
}

.info_card {
  background: #ffffff;
  border: 1px solid #dce3f0;
  padding: 28px 24px;
  box-shadow: 0 14px 35px rgba(3, 22, 82, 0.06);
}

.info_card h3 {
  font-size: 22px;
  margin-bottom: 14px;
  color: #031652;
}

.info_card p,
.info_card li {
  line-height: 1.8;
  color: #384463;
}

.info_card ul {
  padding-left: 18px;
  margin: 0;
}

.info_card a {
  color: #031652;
  font-weight: 700;
}

.split_section {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 36px;
  align-items: center;
}

.split_section img {
  width: 100%;
  height: auto;
  display: block;
}

.feature_list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 26px;
}

.feature_item {
  background: #ffffff;
  border-left: 4px solid #f3b216;
  padding: 16px 18px;
  box-shadow: 0 10px 30px rgba(3, 22, 82, 0.05);
}

.feature_item strong {
  display: block;
  color: #031652;
  margin-bottom: 6px;
}

.process_list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 36px;
}

.process_step {
  background: #031652;
  color: #ffffff;
  padding: 24px 20px;
  min-height: 190px;
}

.process_step span {
  display: inline-block;
  margin-bottom: 12px;
  color: #f3b216;
  font-weight: 700;
}

.process_step h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #ffffff;
}

.process_step p {
  margin: 0;
  line-height: 1.75;
}

.stat_row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.stat_card {
  background: #ffffff;
  text-align: center;
  padding: 26px 18px;
  border: 1px solid #dce3f0;
}

.stat_card strong {
  display: block;
  font-size: 32px;
  color: #031652;
}

.stat_card span {
  display: block;
  margin-top: 10px;
  line-height: 1.6;
}

.cta_band {
  background: linear-gradient(135deg, #031652 0%, #243f8f 100%);
  color: #ffffff;
  padding: 56px 0;
}

.cta_band h2 {
  color: #ffffff;
  margin-bottom: 14px;
}

.cta_band p {
  max-width: 760px;
  line-height: 1.8;
  margin-bottom: 22px;
}

.inline_list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.inline_list span {
  display: inline-block;
  padding: 8px 14px;
  background: #ffffff;
  border: 1px solid #dce3f0;
  color: #031652;
  font-weight: 600;
}

.page_table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 28px;
}

.page_table th,
.page_table td {
  border: 1px solid #dce3f0;
  padding: 14px 16px;
  vertical-align: top;
}

.page_table th {
  background: #f6f8fc;
  color: #031652;
}

.contact_panel {
  background: #ffffff;
  border: 1px solid #dce3f0;
  padding: 30px 24px;
  box-shadow: 0 14px 35px rgba(3, 22, 82, 0.06);
}

.contact_panel h3 {
  color: #031652;
  margin-bottom: 18px;
}

.contact_panel p {
  margin-bottom: 10px;
  line-height: 1.8;
}

.breadcrumb_bar {
  padding: 18px 0 0;
  color: #d9e3ff;
  position: relative;
  z-index: 2;
}

.breadcrumb_bar a {
  color: #ffffff;
}

.nav_cta {
  border: 1px solid #f3b216;
}

.nav_cta .nav-link {
  color: #f3b216 !important;
}

@media (max-width: 991px) {
  .page_intro {
    padding: 72px 0 88px;
  }

  .page_intro h1,
  .page_intro h2 {
    font-size: 36px;
  }

  .cards_grid,
  .process_list,
  .stat_row,
  .feature_list,
  .split_section {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .page_intro h1,
  .page_intro h2 {
    font-size: 30px;
  }

  .page_intro p,
  .info_card p,
  .info_card li,
  .process_step p,
  .cta_band p {
    font-size: 15px;
  }

  .hero_area .top_nav .contact_link-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero_area .top_nav .contact_link-container a {
    border-right: none;
    padding: 4px 0;
  }
}
