/*========================================================================

	Template Name: Responsive Multi-Purpose HTML Template
	Author: Rainbow Design

========================================================================*/

/*----------------------------------

	Table of contents
	
	01. Common
	02. Header
	03. Slider
	04. About us
	05. Call to action
	06. Service area
	07. Counter area
	08. Portfolio
	09. Testimonials area
	10. Team area
	11. Newsletter subscribe
	12. Blog
	13. Footer
	14. Inner page heading
	15. Contact us
	16. Faq
	17. Gallery
	18. Error page 404
		
----------------------------------*/

/* Theme Font Use */

@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/* font-family: 'Montserrat', sans-serif; */

/* ===================================
	01. Common
=================================== */
::selection {
  background-color: #ef800d;
  color: #fff;
}
::-moz-selection {
  background-color: #ef800d;
  color: #fff;
}
img {
  max-width: 100%;
}
body {
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  color: #c5c5c5;
  letter-spacing: 1px;
}
p {
  line-height: 24px;
  font-size: 14px;
  color: #6c757d;
  font-family: "Montserrat", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  color: #202020;
  padding: 0px;
  line-height: 1.2;
  letter-spacing: 1px;
  font-family: "Montserrat", sans-serif;
}
h1 {
  font-size: 60px;
  font-weight: 700;
}
h2 {
  font-size: 36px;
  font-weight: 700;
}
h3 {
  font-size: 26px;
  font-weight: 700;
}
h4 {
  font-size: 24px;
  font-weight: 700;
}
h5 {
  font-size: 18px;
  font-weight: 700;
}
h6 {
  font-size: 16px;
  font-weight: 700;
}
ul,
ol,
li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
a {
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}
.display-inline-block{
  display: inline-block !important;
}
.navbar-toggler .toggle-btn{
  width:32px;
}
/* --- Top Scroll --- */
.scroll-top {
  display: none;
  position: fixed;
  bottom: 40px;
  text-align: center;
  right: 2%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background-color: transparent;
  text-decoration: none;
  border-radius: 100%;
  z-index: 9999;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.scroll-top img {
  width: 100%;
  height: 100%;
}
.scroll-top:hover,
.icon-customer:hover {
  text-decoration: none;
  /* background-color: #1893cb; */
}
.icon-customer {
  position: fixed;
  bottom: 90px;
  text-align: center;
  right: 2%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background-color: transparent;
  text-decoration: none;
  border-radius: 100%;
  z-index: 9999;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
/* --- Buttons --- */
.btn-style-1 {
  color: #fff;
  border: 0;
  border-radius: 8px;
  position: relative;
  padding: 15px 33px;
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  /* line-height: 46px; */
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  background-color: #1c94cb;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-style-1:hover {
  background-color: #48c5ff;
  text-decoration: none;
}
.btn-style-2 {
  color: #fff;
  border: 0;
  border-radius: 4px;
  position: relative;
  padding: 16px 30px;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
  display: inline-block;
  background-color: #043651;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-style-2:hover {
  background-color: #01283e;
  color: #fff;
  text-decoration: none;
}
/* --- Loading --- */
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  text-align: center;
  height: 100%;
  vertical-align: middle;
  height: 100%;
  overflow: visible;
  background-color: #fff;
}
#preloader .spinner-grow {
  top: 50%;
  position: relative;
}
/* --- section title --- */
.section-title h2 {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 40px;
  color: #1c94cb;
  line-height: 46px;
  text-transform: none;
  font-weight: 500;
}
.section-title h4 {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 30px;
  color: #1b1a1a;
  line-height: 36px;
  text-transform: none;
}
/* ===================================
	02. Header
=================================== */
.header-upper {
  background-color: #07547e;
  padding: 18px 0px;
}
.header-location li {
  color: #fff;
}
.header-location li a {
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-location li a:hover {
  color: #ef800d;
}
.header-location li i {
  color: #ef800d;
  text-align: center;
  margin-right: 6px;
  font-size: 12px;
  border-radius: 100%;
}
/* header social */
.header-social li {
  margin-right: 0px !important;
}
.header-social li a {
  margin: 0px !important;
  text-align: center;
  display: inline-block;
  padding: 0px 10px;
  color: #fff;
  font-size: 12px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-social li a:hover {
  color: #ef800d;
}
.header-top-right ul.header-top-menu {
  padding-left: 6px;
  position: relative;
}
.header-top-right ul.header-top-menu li a {
  color: #fff;
}
.header-top-right ul.header-top-menu .dropdown ul.dropdown-menu {
  padding: 0px;
  border-radius: 8px;
}
.header-top-right
  ul.header-top-menu
  li:nth-child(1)
  .dropdown
  ul.dropdown-menu
  li
  p {
  font-size: 12px;
  color: #fff;
  background-color: #ef800d;
  text-align: center;
  text-transform: uppercase;
  padding: 12px;
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  -ms-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
  white-space: nowrap;
  margin-bottom: 0px;
}
.header-top-right
  ul.header-top-menu
  li:nth-child(1)
  .dropdown
  ul.dropdown-menu:before {
  right: 30px;
  content: "";
  position: absolute;
  z-index: 100000;
  top: -4px;
  width: 9px;
  height: 9px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  background-color: #ef800d;
}
.header-top-right
  ul.header-top-menu
  li
  .dropdown
  ul.dropdown-menu
  li:nth-child(2)
  a {
  padding-top: 16px;
}
.header-top-right ul.header-top-menu li .dropdown ul.dropdown-menu li a {
  display: block;
  color: #333;
  font-size: 12px;
  padding: 0px 22px 16px 22px;
}
.header-top-right ul.header-top-menu li .dropdown ul.dropdown-menu li a:hover {
  color: #ef800d;
}
.header-top-right ul.header-top-menu li.download-brochure-btn a {
  background-color: #ef800d;
  padding: 10px 20px;
  border-radius: 4px;
}
.header-lover .navbar-brand {
  width: 87px;
  padding: 0px;
  margin: 0px;
}
.header-lover {
  padding: 10px 0px;
  position: relative;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-lover .navbar {
  padding: 0px 0px;
}
.header-lover .navbar .nav-item .nav-link {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 18px;
  color: #333333;
  font-style: normal;
  text-transform: none;
  position: relative;
  padding: 6px 14px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-lover .navbar .nav-item .nav-link:hover,
.header-lover .navbar .nav-item.active .nav-link {
  color: #1893cb;
}
.header-lover .navbar .nav-item:last-child .nav-link {
  padding-right: 0px;
}
.header-lover .navbar-toggler span {
  background: #000;
}
.header-lover .dropdown-menu {
  margin: 0px;
  padding: 0px;
  border: 0px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 10px 12px rgba(0, 0, 0, 0.1);
}
.header-lover .dropdown-menu:before {
  left: 30px;
  content: "";
  position: absolute;
  z-index: 100000;
  top: -4px;
  width: 9px;
  height: 9px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  background-color: #f4f6f8;
}
.header-lover .dropdown-menu .dropdown-item {
  border-bottom: 2px solid #fff !important;
  position: relative;
  padding: 12px 12px;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  text-transform: uppercase;
  background: #f4f6f8;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-lover .dropdown-menu li:last-child .dropdown-item {
  border-bottom: 0px !important;
}
.header-lover .dropdown-menu .dropdown-item:hover {
  color: #1893cb;
  padding-left: 20px;
  background-color: transparent;
}
/* Navbar Toogle */
.navbar-toggler {
  border: none;
  padding: 10px 6px;
  background-color: #f5f5f5;
  outline: none !important;
}
.navbar-toggler span {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background: #333;
}
.navbar-toggler span + span {
  margin-top: 4px;
  width: 18px;
}
.navbar-toggler span + span + span {
  width: 10px;
}
/* sticky */
.is-sticky {
  z-index: 9999;
}
.is-sticky .header-lover {
  z-index: 999 !important;
  background-color: #fff !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.is-sticky .header-lover .navbar .nav-item .nav-link {
  color: #333;
}
.is-sticky .nav-item.active .nav-link,
.is-sticky .nav-pills .show > .nav-link {
  color: #1893cb !important;
}
@media screen and (min-width: 992px) {
  /* shows the dropdown menu on hover */
  .navbar .dropdown:hover .dropdown-menu,
  .navbar .dropdown .dropdown-menu:hover {
    display: block !important;
  }
}
/* ===================================
	03. Slider
=================================== */
.slider .carousel-caption {
  top: 50%;
  bottom: auto;
  left: 0px;
  right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  transform: translateY(-50%);
  z-index: 1;
}
/* .slider .carousel-item:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.8);
} */
/* .slider .carousel-item:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
  opacity: 0.2;
  background-image: url(../img/slider/line-bg.png);
} */
.slider .carousel-item {
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  height: 900px;
  position: relative;
}
.slider .carousel-item.slider-one {
  background-image: url("../img/home/home-banner.png"); /*edit image*/
}
.slider .carousel-item.slider-two {
  background-image: url("../img/who/who-banner.png"); /*edit image*/
}
.slider .carousel-item.slider-three {
  background-image: url("../img/work/work-banner.png"); /*edit image*/
}
.slider .carousel-item.slider-four {
  background-image: url("../img/contact/contact-banner.png"); /*edit image*/
}
.slider .carousel-item.slider-five {
  background-image: url("../img/about/about-banner.png"); /*edit image*/
}
.slider .carousel-item.slider-six {
  background-image: url("../img/what/supply-banner.png"); /*edit image*/
}
.slider .carousel-item.slider-seven {
  background-image: url("../img/what/consultation-banner.png"); /*edit image*/
}
.slider .carousel-item.slider-eight {
  background-image: url("../img/what/source-banner.png"); /*edit image*/
}
.slider .carousel-item.slider-nine {
  background-image: url("../img/what/product-banner.png"); /*edit image*/
}
.slider .carousel-item.slider-ten {
  background-image: url("../img/what/order-banner.png"); /*edit image*/
}
.slider .carousel-caption h5 {
  font-weight: 600;
  font-size: 80px;
  color: #fefffe;
  line-height: 100px;
  text-shadow: 4px 0px 6px rgba(74, 105, 145, 0.79);
  font-weight: 600;
  margin-bottom: 20px;
  color: #fff;
  text-transform: capitalize;
}
.slider-five .carousel-caption h5 {
  font-size: 52px;
  line-height: 80px;
}
.slider .carousel-caption h5 span {
  color: #fff;
  -webkit-text-stroke: 2px #ef800d;
}
.slider .carousel-caption h6 {
  width: 80%;
  margin: 0 auto;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 48px;
  color: #fefffe;
  line-height: 60px;
  text-shadow: 4px 0px 7px rgba(74, 105, 145, 0.23);
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.slider .carousel-control-next,
.slider .carousel-control-prev {
  border-radius: 100%;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  font-size: 18px;
  top: 50%;
  width: 48px;
  height: 48px;
  line-height: 48px;
  bottom: auto;
  display: inline-block;
  transform: translateY(-50%);
}
.slider .carousel-control-next {
  right: 10px;
}
.slider .carousel-control-prev {
  left: 10px;
}
/* ===================================
	04. About us
=================================== */
.about-content p.about-sub-title {
  font-weight: 400;
  font-size: 22px;
  color: #333333;
  line-height: 40px;
}
.about-content ul li i.icon-circle {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
  border: 4px solid #1c94cb;
  margin-right: 8px;
}
.about-content h2 {
  font-weight: 600;
  font-size: 36px;
  color: #1b1a1a;
  line-height: 46px;
}
.about-content ul li {
  display: flex;
  align-items: baseline;
  padding-bottom: 8px;
}
.about-content ul li a {
  font-weight: 600;
  font-size: 22px;
  color: #1c94cb;
  line-height: 40px;
  text-align: left;
  font-style: normal;
  text-decoration-line: underline;
  text-transform: none;
}
.about-content ul li:last-child {
  padding-bottom: 0px;
}
.about-area p.paragraph-text {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 22px;
  color: #333333;
  line-height: 40px;
  margin-bottom: 0;
}
.about-img-carousel .item img {
  border-radius: 6px;
}
.about-img-carousel .owl-dots {
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.about-img-carousel .owl-dots .owl-dot span {
  background-color: #fff;
  border: 2px solid #d6d6d6;
}
.about-img-carousel .owl-dots .owl-dot.active span {
  border: 2px solid #ef800d;
  background-color: #fff;
}
.about-img-carousel .owl-dots .owl-dot:hover span {
  border: 2px solid #ef800d;
  background-color: #fff;
}
.service-area {
  margin-top: -3rem;
}
.service-wrap {
  position: relative;
  z-index: 1;
  padding: 80px 70px;
  box-shadow: 6px 0 21px 0px rgba(74, 105, 145, 0.23);
  border-radius: 14px;
  background: #ffffff;
}
.service-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.service-block .service-title {
  flex: 1;
  font-weight: 600;
  font-size: 36px;
  color: #1b1a1a;
  line-height: 46px;
  text-align: left;
  word-break: break-all;
}
.split-line {
  width: 4px;
  height: 80px;
  margin-left: 40px;
  display: block;
  background: #1c94cb;
}
.service-content .service-text {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 22px;
  color: #333333;
  line-height: 36px;
  text-align: left;
}
.about-area {
  margin-top: 24px;
}
/* ===================================
	05. Call to action
=================================== */
.call-to-action {
  background-color: #043651;
}
.call-to-action-center {
  background-color: #ef800d;
  padding: 20px 20px 0px 20px;
  border-radius: 4px;
}
.call-to-action-center h2 {
  color: #fff;
  font-size: 28px;
  font-weight: 500;
}
/* ===================================
	06. Service area
=================================== */
.service-item-single {
  display: block;
  overflow: hidden;
  padding: 20px;
  border-radius: 4px;
  background-color: rgba(4, 54, 81, 0);
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}
.service-item-single h5 {
  text-transform: capitalize;
  padding-bottom: 15px;
  font-size: 22px;
  font-weight: 400;
}
.service-item-single h5 a {
  color: #2e353b;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.service-item-single h5 a:hover {
  color: #ef800d !important;
}
.service-item-single .service-item-img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: -1;
}
.service-item-single .service-item-img img {
  position: relative;
  opacity: 0;
  transition: all 0.3s ease 0s;
}
.service-item-single p {
  transition: all 0.3s ease 0s;
}
.service-item-single:hover .service-item-img img {
  opacity: 1;
}
.service-item-single:hover h5 a,
.service-item-single:hover p {
  color: #fff;
}
.service-item-single:hover {
  background-color: rgba(4, 54, 81, 0.7);
}
/* service side link */
.service-side-link {
  background-color: #f1f1f1;
  border-radius: 4px;
  overflow: hidden;
}
.service-side-link li a {
  color: #333;
  border-left: 4px solid #d2d2d2;
  padding: 14px 10px;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  position: relative;
  border-bottom: 1px solid #ececec;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.service-side-link li a:before {
  width: 10px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  content: "";
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.service-side-link li a:hover:before {
  opacity: 1;
}
.service-side-link li a:hover {
  color: #fff;
  background-color: #043651;
  padding-left: 25px;
  border-left: 4px solid #043651;
}
.service-side-link li.active a {
  color: #fff;
  background-color: #043651;
  border-left: 4px solid #043651;
}
.service-side-link li:last-child {
  border-bottom: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.service-side-link li:last-child a {
  border-bottom: 0px;
}
/* Download Brochre */
.download-brochre {
  width: 100%;
  display: inline-block;
}
.download-brochre a {
  width: 100%;
  background-color: #ef800d;
  border-radius: 0px;
  color: #fff;
  display: inline-block;
  overflow: hidden;
  padding: 15px 15px;
  border-radius: 4px;
  font-weight: 500;
}
.download-brochre a i {
  margin-right: 10px;
  font-size: 20px;
}
/* side call us */
.side-call-us {
  position: relative;
  background-image: url(../img/bg/side-call-us-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 0;
  background-size: cover;
  text-align: center;
  padding: 30px 10px;
  border-radius: 4px;
  overflow: hidden;
}
.side-call-us:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  left: 0px;
  top: 0px;
  z-index: -1;
}
.side-call-us h2 {
  color: #fff;
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 8px;
}
.side-call-us a {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.side-call-us a:hover {
  color: #ef800d;
}
/* service detail img */
.service-detail-img img {
  border-radius: 4px;
}
/* service title */
.service-title {
  font-size: 24px;
  font-weight: 500;
}
/* keyfeature */
.keyfeature h4 {
  font-size: 20px;
  font-weight: 500;
}
.keyfeature ul li {
  padding-bottom: 8px;
  color: #333;
  font-size: 13px;
}
.keyfeature ul li:last-child {
  padding-bottom: 0px;
}
/* ===================================
	07. Counter area
=================================== */
.counter-area {
  background-color: #043651;
}
.counter-item {
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 25px 8px;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.counter-item:after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background-color: #ef800d;
  left: 0px;
  right: 0px;
  bottom: -12px;
  margin: auto;
  transform: rotate(45deg);
}
.counter-item:hover {
  border: 1px solid #ef800d;
}
.counter-item h3 {
  color: #fff;
  font-weight: 400;
  margin: 0;
  font-size: 45px;
}
.counter-item h5 {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  margin: 0;
}
/* ===================================
	08. Portfolio
=================================== */
#portfoliolist .portfolio {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  display: none;
}
.portfolio-filter li {
  margin-right: 0px !important;
}
.portfolio-filter li span {
  cursor: pointer;
  padding: 8px 12px 8px 12px;
  display: inline-block;
  position: relative;
  font-size: 12px;
  font-weight: 400;
  background-color: transparent;
  border-radius: 4px;
  color: #333;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.portfolio-filter li span.active,
.portfolio-filter li span:hover {
  color: #fff;
  background-color: #ef800d;
}
.portfolio-box {
  margin-bottom: 30px;
  position: relative;
  text-align: center;
  overflow: hidden;
  border-radius: 6px;
}
.portfolio-box .portfolio-box-img {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0.1);
}
.portfolio-box .portfolio-box-img img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.portfolio-box:hover .portfolio-box-img img {
  transform: scale(1.1);
}
.portfolio-box .des {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 16px 0px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 5;
}
.portfolio-box .readmore {
  color: #fff;
  font-size: 12px;
  position: absolute;
  right: 0px;
  left: 0px;
  background-color: #ef800d;
  opacity: 0;
  margin: auto;
  top: 50%;
  width: 0px;
  height: 0px;
  line-height: 0px;
  text-align: center;
  border-radius: 100%;
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.portfolio-box:hover .readmore {
  opacity: 1;
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.portfolio-box h5 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  font-style: italic;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* single portfolio img */
.single-portfolio-img img {
  border-radius: 6px;
}
/* project details info */
.project-details-info {
  margin: 0;
  background: #043651;
  padding: 30px;
  list-style-type: none;
  border-radius: 6px;
}
.project-details-info li {
  color: #fff;
  font-size: 12px;
  border-bottom: 1px dashed rgba(255, 2552, 255, 0.2);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.project-details-info li:last-child {
  border-bottom: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.project-details-info li span {
  font-weight: 600;
  display: inline-block;
  margin-right: 5px;
  color: #fff;
}
.project-details-info li a {
  display: inline-block;
  color: #fff;
}
.project-details-info li a:hover {
  color: #ef800d;
}
.project-details-info li:last-child {
  margin-bottom: 0;
}
.project-details-info li ul {
  display: inline-block;
}
.project-details-info li ul li {
  display: inline-block;
  margin-bottom: 0;
  border-bottom: 0px;
  padding-bottom: 0px;
}
.project-details-info li ul li a {
  width: 30px;
  height: 30px;
  background: #000;
  text-align: center;
  color: #ffffff;
  line-height: 30px;
  font-size: 11px;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.project-details-info li ul li a:hover {
  background: #ef800d;
  color: #ffffff;
}
.project-details-info li ul li a:focus {
  background: #ff5202;
  color: #ffffff;
}
/* portfolio title */
.portfolio-title {
  font-size: 24px;
  font-weight: 500;
}
/* my spesialities */
.my-spesialities h4 {
  font-size: 20px;
  font-weight: 500;
}
.my-spesialities ul li {
  padding-bottom: 8px;
  color: #333;
  font-size: 13px;
}
/* ===================================
	09. Testimonials area
=================================== */
.testimonials-area {
  background-image: url(../img/bg/testimonial-bg.jpg);
  background-position: top center;
  position: relative;
  z-index: 0;
}
.testimonials-area:after {
  position: absolute;
  content: "";
  background-color: rgba(4, 54, 81, 0.9);
  width: 100%;
  height: 100% !important;
  top: 0px;
  height: 0px;
  z-index: -1;
}
.testimonial-single-box .author-info {
  display: flex;
  align-items: center;
}
.testimonial-single-box .author-info h5 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 4px;
  font-weight: 500;
}
.testimonial-single-box .author-info h6 {
  font-weight: 400;
  font-size: 13px;
  color: #ef800d;
}
.testimonial-single-box .author-info img {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  margin: 0;
  vertical-align: middle;
  margin-right: 15px;
  float: left;
  display: inline-block;
}
.testimonial-single-box .testimonial-text p {
  color: #333;
  font-weight: 400;
  line-height: 24px;
  font-style: italic;
  padding: 30px;
  margin: 30px 0 0px 0px;
  background-color: #fff;
  position: relative;
  border-radius: 6px;
  border-bottom: 6px solid #ef800d;
}
.testimonial-single-box .testimonial-text p:before {
  position: absolute;
  content: "";
  background-color: #fff;
  width: 20px;
  height: 20px;
  left: 20px;
  transform: rotate(45deg);
  top: -8px;
}
.testimonial-owlcursol .owl-nav {
  text-align: right;
}
.testimonial-owlcursol .owl-nav button {
  margin-bottom: 0px !important;
}
.testimonial-owlcursol .owl-nav button i {
  color: #ef800d;
  font-size: 18px;
}
.testimonial-owlcursol .owl-nav button:hover {
  background-color: transparent !important;
}
/* ===================================
	10. Team area
=================================== */
.team-item {
  background-color: #043651;
  padding: 30px;
  text-align: center;
  border-radius: 6px;
}
.team-item .team-item-img-box {
  display: block;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}
.team-item .team-item-info {
  padding: 30px 0px 0px 0px;
}
.team-item .team-item-img-box:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0px;
  left: 0px;
  z-index: 0;
  transition: all 0.4s ease 0s;
  opacity: 0;
}
.team-item:hover .team-item-img-box:after {
  opacity: 1;
}
.team-item .team-item-social {
  margin: 0 auto;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  text-align: center;
  z-index: 2;
  opacity: 0;
  transition: all 0.4s ease 0s;
}
.team-item:hover .team-item-social {
  opacity: 1;
}
.team-item:hover .team-item-social {
  opacity: 1;
}
.team-item .team-item-social ul {
  display: flex;
}
.team-item .team-item-social ul li {
  margin: 0px !important;
  width: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.team-item .team-item-social ul li:last-child {
  border-right: 0px;
}
.team-item .team-item-social ul li a {
  color: #fff;
  display: block;
  background-color: rgba(0, 0, 0, 0.7);
  font-size: 12px;
  width: 100%;
  height: 40px;
  text-align: center;
  line-height: 40px;
  margin: 0 0px;
  text-align: center;
  transition: all 0.3s ease 0s;
}
.team-item .team-item-social ul li a:hover {
  background: #ef800d;
  color: #fff;
}
.team-item .team-item-info h5 {
  color: #fff;
  font-weight: 600;
  margin: 0 0 4px;
}
.team-item .team-item-info span {
  color: #ef800d;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 4px;
}
/* ===================================
	11. Newsletter subscribe
=================================== */
.newsletter-subscribe {
  background-color: #043651;
}
.newsletter-center {
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
}
.newsletter-form {
  padding: 0px 74px 0px 50px;
  width: 100%;
}
.newsletter-form h3 {
  color: #000;
  margin-bottom: 6px;
  font-weight: 400;
  font-size: 30px;
}
.newsletter-form input {
  background-color: rgba(0, 0, 0, 0.1);
  border: 0px;
  font-size: 12px;
  color: #000;
  height: 50px;
}
/* ===================================
	12. Blog
=================================== */
.blog-item {
  border: 1px solid #e7e7e7;
  border-radius: 6px;
  overflow: hidden;
}
.blog-item-content {
  padding: 40px 20px 20px 20px;
  position: relative;
}
.blog-item-content:after {
  position: absolute;
  content: "";
  width: 80px;
  height: 2px;
  background-color: #ef800d;
  top: 20px;
  left: 20px;
}
.blog-item-content h6 a {
  color: #2e353b;
  font-weight: 600;
  font-size: 20px;
  display: inline-block;
  margin: 0 0 10px 0;
}
.blog-item-content h6 a:hover {
  color: #ef800d;
}
.blog-item .blog-item-img {
  position: relative;
}
.blog-item .blog-item-img .read-icon {
  position: absolute;
  top: 0;
  left: 0px;
  right: 0px;
  text-align: center;
  width: 100%;
  height: 100%;
  margin: auto;
  z-index: 1;
  opacity: 0;
  background-color: rgba(4, 54, 81, 0.9);
  transition: all 0.4s ease 0s;
}
.blog-item .blog-item-img a {
  position: relative;
  top: 50%;
  text-align: center;
  transform: translateY(-50%);
  background-color: #ef800d;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  border-radius: 4px;
  padding: 10px 20px;
}
.blog-item .blog-item-img a:hover {
  background-color: #ef800d;
}
.blog-item:hover .blog-item-img .read-icon {
  opacity: 1;
}
.blog-item .blog-item-post-info {
  color: #000;
  margin-bottom: 8px;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  transition: all 0.4s ease 0s;
}
.blog-item .blog-item-post-info span {
  color: #ef800d;
}
.blog-item .blog-item-post-info a:hover,
.blog-item-content a:hover {
  color: #1293d4;
}
.blog-item-content a {
  color: #1293d4;
  font-size: 14px;
  font-weight: 400;
  transition: 0.3s;
}
.blog-item .blog-item-post-info {
  padding: 0px 0;
}
.blog-item-content ul li a {
  color: #043651;
  font-size: 12px;
  font-weight: 600;
}
.blog-item-content ul li a:hover {
  color: #ef800d;
}
/* sidebar search */
.sidebar-search {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}
.sidebar-search input {
  background-color: #fff;
  box-shadow: none;
  color: #555555;
  font-size: 14px;
  border: 1px solid #ef800d;
  height: 45px;
  border-radius: 6px;
  padding: 0 0 0 15px;
  position: relative;
  width: 100%;
  -webkit-box-shadow: 0px 6px 6px 0px rgba(207, 207, 207, 0.4);
  -moz-box-shadow: 0px 6px 6px 0px rgba(207, 207, 207, 0.4);
  box-shadow: 0px 6px 6px 0px rgba(207, 207, 207, 0.4);
}
.sidebar-search .search-button {
  border: medium none;
  color: #fff;
  font-size: 16px;
  background-color: #ef800d;
  height: 100%;
  border: 1px solid #ef800d;
  line-height: 40px;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 45px;
}
/* blog widget title */
.blog-widget-title {
  display: block;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
  letter-spacing: 1px;
  padding-left: 20px;
  text-transform: capitalize;
}
.blog-widget-title:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 2px;
  left: 0px;
  top: 50%;
  background-color: #ef800d;
  transform: translateY(-50%);
}
/* sidebar category list */
.sidebar-category-list {
  background-color: #f7f7f7;
  padding: 20px;
  border-radius: 6px;
  overflow: hidden;
}
.sidebar-category-list li {
  color: #616161;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  padding-bottom: 10px;
  margin-bottom: 10px;
  width: 100%;
}
.sidebar-category-list li a {
  color: #333;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sidebar-category-list li a:hover {
  color: #ef800d;
}
.sidebar-category-list li:last-child {
  padding: 0;
  margin-bottom: 0px;
  border-bottom: 0px;
}
.sidebar-category-list li i {
  color: #ef800d;
  font-size: 8px;
  margin-right: 8px;
}
/* sidebar latest post */
.sidebar-latest-post {
  background-color: #f7f7f7;
  padding: 20px;
  border-radius: 6px;
  overflow: hidden;
}
.sidebar-latest-post li {
  color: #616161;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  padding-bottom: 10px;
  margin-bottom: 10px;
  width: 100%;
}
.sidebar-latest-post li:last-child {
  padding: 0;
  margin-bottom: 0px;
  border-bottom: 0px;
}
.sidebar-latest-post li .blog-item-post-info {
  color: #333;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 500;
}
.sidebar-latest-post li .blog-item-post-info span {
  color: #ef800d;
}
.sidebar-latest-post li h6 a {
  color: #000;
  font-weight: 500;
  font-size: 14px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sidebar-latest-post li h6 a:hover {
  color: #ef800d;
}
/* sidebar tags */
.sidebar-tags {
  background-color: #f7f7f7;
  padding: 20px 20px 18px 20px;
  border-radius: 6px;
  overflow: hidden;
}
.sidebar-tags a {
  background-color: #333;
  color: #fff;
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 12px;
  display: inline-block;
  margin-bottom: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sidebar-tags a:hover {
  background-color: #ef800d;
}
/* blog post content */
.blog-post-content h6 {
  color: #2e353b;
  font-weight: 600;
  font-size: 20px;
  display: inline-block;
}
.blog-post-content figure {
  background-color: #043651;
  border-radius: 6px;
  padding: 25px;
}
.blog-post-content figure .blockquote {
  margin-bottom: 10px;
}
.blog-post-content figure .blockquote p {
  color: #fff;
  font-size: 16px;
  font-style: italic;
  line-height: 28px;
}
.blog-post-content .blockquote-footer {
  margin-bottom: 0px;
  display: inline-block;
  color: #ef800d;
  font-size: 12px;
}
/* blog post social network */
.blog-post-social-network {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  padding: 10px 0px;
}
.blog-post-social-network li a {
  border-radius: 4px;
  display: inline-block;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  position: relative;
  text-align: center;
  width: 30px;
  color: #fff;
  background-color: #043651;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.blog-post-social-network li a:hover {
  background-color: #ef800d;
}
/* blog post img */
.blog-post-img img {
  border-radius: 6px;
}
/* blog post meta */
.blog-post-meta {
  position: relative;
  padding-top: 10px;
}
.blog-post-meta:after {
  position: absolute;
  content: "";
  width: 80px;
  height: 2px;
  background-color: #ef800d;
  top: -0px;
  left: 0px;
}
.blog-post-meta li {
  position: relative;
  margin-right: 20px !important;
}
.blog-post-meta li:last-child {
  margin-right: 0px !important;
}
.blog-post-meta li a {
  color: #043651;
  font-size: 12px;
  font-weight: 600;
}
.blog-post-meta li a:hover {
  color: #ef800d;
}
.blog-post-meta li:after {
  position: absolute;
  content: "";
  width: 6px;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.3);
  right: -15px;
}
.blog-post-meta li:last-child:after {
  display: none;
}
/* blog post comment */
.blog-post-sub-title {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
  padding-left: 20px;
  text-transform: capitalize;
}
.blog-post-sub-title:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 2px;
  left: 0px;
  top: 50%;
  background-color: #ef800d;
  transform: translateY(-50%);
}
/* comment single block */
.comment-single-block {
  width: 100%;
  margin-bottom: 30px;
}
.comment-single-block:last-child {
  margin-bottom: 0px;
}
.comment-single-block .comment-single-block {
  margin-top: 30px;
  padding-left: 30px;
}
.comment-single-block .comment-single-block:last-child {
  margin-bottom: 0px !important;
}
.comment-single-block .comment-img-box {
  float: left;
  margin-right: 25px;
  overflow: hidden;
}
.comment-single-block .comment-img-box img {
  border-radius: 6px;
}
.comment-single-block .author-info {
  position: relative;
}
.comment-single-block .author-info h6 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 4px;
}
.comment-single-block .author-info .comment-reply {
  position: absolute;
  top: 0px;
  right: 0px;
  color: #fff;
  width: 25px;
  height: 25px;
  text-align: center;
  border-radius: 4px;
  line-height: 25px;
  display: inline-block;
  font-size: 8px;
  background-color: #ef800d;
}
.comment-single-block .author-info .time {
  color: #666;
}
.comment-single-block .comment-box-content p {
  margin-bottom: 0px;
}
/* leave reply form */
.leave-reply-form input {
  background-color: #fff;
  padding: 0 20px;
  height: 55px;
  border: 1px solid #eee;
  border-radius: 6px;
  font-size: 14px;
}
.leave-reply-form textarea {
  background-color: #fff;
  padding: 20px;
  border: 1px solid #eee;
  border-radius: 6px;
  font-size: 14px;
}
/* ===================================
	13. Footer
=================================== */
.footer-main {
  background-image: url(../img/bg/footer-bg.png);
  background-position: top center;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  z-index: 0;
}
/* footer title */
.footer-title {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 20px;
}
.footer-logo img {
  width: 120px;
  margin-bottom: 10px;
}
/* footer links */
.footer-links li {
  margin-bottom: 12px;
}
.footer-links li:last-child {
  margin-bottom: 0px;
}
.footer-links li a {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  line-height: 40px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer-links li a:hover {
  color: #1893cb;
}
/* footer news */
.footer-news li {
  position: relative;
  padding: 0px;
  margin-bottom: 15px;
  overflow: hidden;
}
.footer-news li:last-child {
  margin-bottom: 0px;
  display: flex;
  align-items: center;
}
.footer-news li .footer-contact-method img {
  width: 40px;
  height: 40px;
  margin-left: 12px;
}
.footer-news li .image-thumb {
  position: absolute;
  top: 50%;
  width: 70px;
  transform: translateY(-50%);
  left: 0px;
}
.footer-news li span {
  line-height: 21px;
  margin-bottom: 8px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  line-height: 30px;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer-news li h4 a:hover {
  color: #ef800d;
}
.footer-news li .tag {
  font-size: 11px;
  font-style: italic;
  color: #ef800d;
}
.footer-map {
  width: 100%;
  height: 170px;
  margin-bottom: 10px;
}
/* footer contact info */
.footer-contact-info li {
  position: relative;
  padding: 0px;
  margin-bottom: 15px;
  overflow: hidden;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  line-height: 24px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer-contact-info li:last-child {
  margin-bottom: 0px;
}
/* .footer-contact-info li i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
} */
/* footer lower */
.footer-lower {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 16px 0px;
}
.footer-lower p {
  font-size: 14px;
  color: #c5c5c5;
}
/* ===================================
	14. Inner page heading
=================================== */
.inner-page-heading {
  background-image: url(../img/bg/inner-header-bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  padding: 100px 0px;
  background-size: cover;
  z-index: 0;
  position: relative;
}
.inner-page-heading:after {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  top: 0px;
  z-index: -1;
}
.inner-page-heading h1 {
  color: #fff;
  font-size: 34px;
  font-weight: 600;
  text-transform: uppercase;
}
.breadcrumb-box {
  background-color: transparent;
  padding: 0px;
  margin-bottom: 6px;
}
.breadcrumb-box li.active {
  color: #ef800d;
  font-weight: 400;
}
.breadcrumb-box .breadcrumb-item + .breadcrumb-item::before {
  content: "-";
}
.breadcrumb-box li a {
  color: #fff;
}
/* ===================================
	15. Contact us
=================================== */
/* map */
.map-box iframe {
  width: 100%;
  border: 0px;
  height: 400px;
  border-radius: 8px;
  overflow: hidden;
}
/* contact info */
.contact-info {
  padding: 62px 30px 80px;
  background: #f4f6f7;
  border-radius: 8px;
}
.contact-info h2 {
  font-family: PingFangSC, PingFang SC;
  position: relative;
  font-weight: 600;
  font-size: 30px;
  color: #1b1a1a;
  line-height: 46px;
}
.contact-info h2:before {
  position: absolute;
  bottom: -10px;
  content: "";
  width: 56px;
  height: 4px;
  background: #333333;
}
.contact-info .contact-list {
  margin-top: 40px;
}
.contact-list li {
  margin-bottom: 25px;
}
.contact-info li:last-child {
  margin-bottom: 0px;
}
.contact-item .contact-name {
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 28px;
}
.contact-item p {
  margin: 0;
  font-family: PingFangSC, PingFang SC;
}
.contact-item .contact-phone {
  font-weight: 400;
  font-size: 24px;
  color: #1b1a1a;
  line-height: 28px;
}
.contact-info li p a {
  color: #6c757d;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.contact-info li p a:hover {
  color: #ef800d;
}
/* contact social */
/* .contact-social a {
  border-radius: 4px;
  display: inline-block;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  position: relative;
  text-align: center;
  width: 30px;
  color: #fff;
  background-color: #043651;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.contact-social a:hover {
  background-color: #ef800d;
} */
/* contact form */

.contact-form input {
  background-color: #fff;
  padding: 0 20px;
  height: 64px;
  border: 2px solid #e3e7e9;
  border-radius: 8px;
  font-size: 14px;
}
.contact-form textarea {
  background-color: #fff;
  padding: 20px;
  height: 252px;
  border: 2px solid #e3e7e9;
  border-radius: 6px;
  font-size: 14px;
  resize: none;
}
.help-block ul {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
  padding: 10px;
  border-radius: 4px;
}
/* ===================================
	16. Faq
=================================== */
.faq-box {
  border-radius: 6px;
  overflow: hidden;
}
.faq-box .accordion-item .accordion-header .accordion-button {
  color: #fff !important;
  padding: 20px 20px !important;
  border-bottom: 0;
  font-size: 14px;
  border-radius: 0px;
  background-color: #ef800d;
  text-transform: capitalize;
  font-weight: 500;
  position: relative;
  text-align: left;
}
.faq-box .accordion-item .accordion-header .accordion-button.collapsed:after,
.faq-box .accordion-item .accordion-header .accordion-button:after {
  display: none;
}
.faq-box .accordion-item .accordion-header .accordion-button {
  display: flex;
}
.faq-box .accordion-item .accordion-header .accordion-button i {
  font-size: 14px;
  margin-left: auto;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.faq-box
  .accordion-item
  .accordion-header
  .accordion-button[aria-expanded="true"]
  i {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.faq-box .accordion-item .accordion-header .accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}
.faq-box .accordion-item .accordion-header {
  padding: 0px;
  border-bottom: 0;
  background-color: transparent;
}
.faq-box .accordion-item .accordion-header .accordion-button.collapsed {
  color: #000 !important;
  padding: 20px 20px !important;
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0.1);
  text-transform: capitalize;
  font-weight: 500;
}
.faq-box .accordion-item {
  margin-bottom: 2px;
  background-color: transparent;
  border-radius: 6px !important;
  border: 2px solid rgba(255, 255, 255, 0.2);
  overflow: hidden;
}
.faq-box .accordion-item:last-child {
  margin-bottom: 0px;
}
.faq-box .accordion-item .accordion-body {
  line-height: 24px;
  padding: 25px 25px 25px 25px;
  color: #333;
  margin-top: 1px;
  background-color: rgba(0, 0, 0, 0.05);
}
/* ===================================
	17. Gallery
=================================== */
.gallery-box {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.gallery-box:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.gallery-zoom-btn {
  position: absolute;
  top: 50%;
  left: 0px;
  right: 0px;
  margin: auto;
  width: 100%;
  text-align: center;
  z-index: 2;
}
.gallery-box .gallery-zoom {
  background-color: #fff;
  border: 1px solid #fff;
  transform: translateY(-50%);
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
  padding: 8px 16px;
  border-radius: 4px;
  opacity: 0;
  -webkit-box-shadow: inset 0px -2px 10px 1px rgba(79, 134, 176, 0.2),
    0px 1px 1px 0px rgba(75, 118, 143, 0.3);
  -moz-box-shadow: inset 0px -2px 10px 1px rgba(79, 134, 176, 0.2),
    0px 1px 1px 0px rgba(75, 118, 143, 0.3);
  box-shadow: inset 0px -2px 10px 1px rgba(79, 134, 176, 0.2),
    0px 1px 1px 0px rgba(75, 118, 143, 0.3);
  color: #333;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.gallery-box .gallery-box-img img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.gallery-box:hover .gallery-box-img img {
  filter: blur(8px);
  -webkit-filter: blur(8px);
}
.gallery-box:hover:after {
  opacity: 1;
}
.gallery-box:hover .gallery-zoom {
  opacity: 1;
}
.gallery-box .gallery-zoom:hover {
  color: #ef800d;
}
/* ===================================
	18. Error page 404
=================================== */
.error-page-item {
  text-align: center;
}
.error-page-item h2 {
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 24px;
}

.langs-select {
  width: 90px;
  height:40px;
  cursor: pointer;
  padding: 0 10px;
  margin-left: 16px;
  box-sizing: border-box;
  border-radius: 40px;
  border: none;
  outline: none;
  font-size: 16px;
  background: #f5f5f5;
}

.services-area {
  background: #f4f6f7;
}

/* SUPPLY CHAIN MANAGEMENT 样式  start */
/* 容器样式 */
/* 外层容器：相对定位，用于绘制曲线 */
.table-container {
  position: relative;
  max-width: 1380px;
  margin: 0px auto;
}

/* 表格基础样式 */
#supplyChainTable {
  background-color: #fff;
}
.table-responsive {
  border-radius: 20px;
}

#supplyChainTable td {
  width:100px;
  word-break:break-all;
  vertical-align: middle;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  text-align: center;
  border-color: #dde1e3;
  padding: 10px;
}

/* 左侧固定表头样式 */
#supplyChainTable .row-header {
  font-weight: 600;
  text-align: center;
  width: auto;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 24px;
  color: #1b1a1a;
  line-height: 36px;
}

/* 高亮列：Product Development */
#supplyChainTable .highlight-col {
  background-color: #eff6f9 !important;
}

/* 起点 Supplier */
.start-point {
  position: absolute;
  top: 6%;
  left: 8%;
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
  z-index: 1;
}
.start-point::before {
  position: absolute;
  left: 50%;
  top: 5px;
  margin-left: -10px;
  content: "";
  width: 0px;
  height: 0px;
  border: 10px solid #1c94cb;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
}
.end-point {
  position: relative;
}
.end-point::before {
  position: absolute;
  left: 50%;
  bottom: 4px;
  margin-left: -10px;
  content: "";
  width: 0px;
  height: 0px;
  border: 10px solid #1c94cb;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
}

/* 移动端优化：表格自动滚动 + 文字换行 */
@media (max-width: 768px) {
  #supplyChainTable td {
    min-width: 80px;
    font-size: 22px !important;
    white-space: normal !important;
  }
  #supplyChainTable .header-links {
    font-size: 26px !important;
  }
}
/* Canvas 覆盖层 */
.canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none; /* 让 canvas 不干扰点击 */
  z-index: 2;
}
#supplyChainTable .header-links {
  font-weight: 600;
  font-size: 28px;
  color: #1c94cb;
  line-height: 36px;
  cursor: pointer;
}
#supplyChainTable .header-links:hover {
  background: #1c94cb;
  box-shadow: 8px 0px 10px 0px rgba(37, 121, 160, 0.48);
  color: #fff;
}
/* SUPPLY CHAIN MANAGEMENT 样式  end */

/* wechat */
.wechat-code-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wechat-code-wrap .wechat-code {
  width: 200px;
}
.wechat-code-wrap .wechat-text {
  margin-top: 10px;
  font-size: 16px;
  color: #666;
}
.cursor-pointer {
  cursor: pointer;
}
/* 地图样式 */
.custom-content-marker {
  position: relative;
  width: 25px;
  height: 34px;
}

.custom-content-marker img {
  width: 100%;
  height: 100%;
}

.custom-content-marker .close-btn {
  position: absolute;
  top: -6px;
  right: -8px;
  width: 15px;
  height: 15px;
  font-size: 12px;
  background: #ccc;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 15px;
  box-shadow: -1px 1px 1px rgba(10, 10, 10, 0.2);
}

.custom-content-marker .close-btn:hover {
  background: #666;
}

.marker-info {
  position: relative;
  word-break: break-all;
  font-size: 14px;
  color: #333;
  margin: 0;
  top: 0;
  min-width: 0;
}
.amap-marker-label {
  border: 0;
  background-color: #fff;
}

.work-block {
  padding: 55px 40px;
  min-height: 441px;
  max-height: 540px;
  background: #ffffff;
  box-shadow: 6px 0 21px 0px rgba(74, 105, 145, 0.23);
  border-radius: 14px;
  box-sizing: border-box;
}
.work-block-gray{
  background: #F4F6F7;
}
.work-wrap {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
}

.work-block .work-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #f4f6f7;
  padding-bottom: 15px;
}
.work-title .work-num {
  font-weight: 600;
  font-size: 48px;
  line-height: 46px;
}
.work-num.font-color-normal {
  color: #1b1a1a;
}
.work-num.font-color-blue {
  color: #1c94cb;
}
.work-title img {
  width: 38px;
}
.work-block .work-content {
  padding-top: 30px;
  font-weight: 400;
  font-size: 24px;
  color: #333333;
  line-height: 40px;
}
.more-action {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px 0 80px;
}
.more-action .md-primary-btn {
  padding: 15px 33px;
  border-radius: 8px;
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  background: #1c94cb;
  border: none;
  outline: none;
}
.more-action .md-primary-btn:hover {
  background: #48c5ff;
}
/* contact-us page  */
.contact-us-page {
  margin-top: -3rem;
  background: #fff;
}
.contact-wrap {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  padding: 60px 46px;
  background: #fff;
  box-shadow: 6px 0 21px 0px rgba(74, 105, 145, 0.23);
  border-radius: 14px;
}
.about-us-block {
  position: relative;
  z-index: 1;
  margin-left: -8rem;
  margin-top: 1.2rem;
  padding: 40px 20px;
  background: #ffffff;
  box-sizing:border-box;
  box-shadow: 6px 0 21px 0px rgba(74, 105, 145, 0.23);
  border-radius: 14px 14px 14px 14px;
}
.about-us-block .about-title {
  margin-bottom: 40px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 36px;
  color: #1b1a1a;
  line-height: 36px;
}
.about-us-content .about-text {
  margin: 0;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 20px;
  color: #333333;
  line-height: 36px;
}
.about-us-content .about-text + .about-text {
  margin-top: 10px;
}
.full-about-page {
  background: #024576;
  padding-bottom: 100px;
}
.about-us-sub-title {
  padding: 98px 0 20px;
  text-align: center;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 36px;
  color: #ffffff;
  line-height: 36px;
}
@media (max-width: 768px) {
  .about-us-block {
    position: relative;
    z-index: 1;
    margin-left: 0;
    margin-top: 1.2rem;
    box-shadow:none;
    padding:20px 0;
  }

  .service-wrap{
    padding:40px 35px;
  }
  .contact-wrap{
    padding:30px 22px;
  }
}
.card-item {
  display: flex;
  align-items: baseline;
  min-height: 250px;
  padding: 34px 20px;
  background: #ffffff;
  border-radius: 6px;
}
.card-item .card-num {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 30px;
  color: #1b94cc;
  line-height: 30px;
}
.card-item .card-desc {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 30px;
}

.about-desc-title {
  padding-bottom: 50px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 36px;
  color: #1b1a1a;
  line-height: 36px;
  text-align: center;
}
.about-desc-item .about-desc-text {
  margin-bottom: 10px;
  text-indent: 2em;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 20px;
  color: #333333;
  line-height: 36px;
  text-align: left;
}
/* supplyChain */

.bread-crumbs {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 20px;
  color: #333333;
  line-height: 46px;
  padding: 10px 0;
  border-bottom: 1px solid #d8dee1;
}
.bread-crumbs .md-link {
  color: #1a94cc;
}
.supply-desc-item .supply-desc-text,
.supply-chain-action .supply-chain-title {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 22px;
  color: #333333;
  line-height: 36px;
}
.supply-desc-item .supply-desc-text {
  margin-bottom: 25px;
}
.md-quick-links {
  display: flex;
}
.md-supply-list {
  margin-bottom: 63px;
}
.md-supply-list li {
  margin-bottom: 16px;
}
.md-supply-list .md-supply-item {
  display: flex;
  align-items: baseline;
}
.md-supply-list .supply-desc-text {
  margin-bottom: 0px;
}
.md-supply-item .icon-circle {
  display: block;
  width: 12px;
  height: 12px;
  margin-right: 10px;
  border-radius: 50%;
  background: #fff;
  border: 4px solid #1c94cb;
}
.md-supply-item p {
  flex: 1;
  margin: 0;
  line-height: 36px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 22px;
  color: #333333;
}
.md-supply-item .md-text-link {
  color: #333333;
  font-weight: 600;
}
.md-plain-btn {
  padding: 0 30px;
  height: 60px;
  line-height: 60px;
  background: #ffffff;
  border-radius: 35px;
   box-sizing:border-box;
  border: 1px solid #1c94cb;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 20px;
  color: #1c94cb;
  text-align: center;
}
.md-plain-btn + .md-plain-btn {
  margin-left: 20px;
}
.md-plain-btn:hover {
  background: #1c94cb;
  color: #fff;
}
.what-wrap {
  background: #f4f6f7;
}
.menu-list {
  width:100%;
  display: flex;
  flex-wrap: wrap;
  padding: 94px 0 76px;
}
.menu-list .menu-item {
  position: relative;
  height: 500px;
  margin-top: 15px;
}
.menu-footer-text {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.menu-item .md-white-btn {
  display: none; /* 默认不显示 */
  text-decoration: none;
  margin-top: 15px;
  width: 90px;
  text-align: center;
  padding: 8px 20px;
  color: #1c94cb;
  font-size: 18px;
  border-box: box-sizing;
  background: #f4f6f7;
  border-radius: 6px;
}
/* 每个业务板块样式 */
.menu-item {
  flex: 1; /* 默认等宽 */
  height: 100%;
  position: relative;
  background-size: cover;
  background-position: center;
  transition: all 0.3s ease;
  color: white;
  cursor: pointer;
}
/* 板块遮罩：增强文字可读性 */
.menu-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to top,
    rgba(0, 30, 80, 0.8),
    rgba(0, 30, 80, 0.2)
  );
  z-index: 1;
}
/* 文字内容容器 */
.menu-content {
  position: absolute;
  bottom: 30px;
  left: 20px;
  right: 20px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* MORE按钮：默认隐藏 */

/* hover状态：板块放大 */
.menu-item.hover-active {
  flex: 1.2; /* 放大比例 */
  filter: brightness(1.1);
}
/* hover时显示MORE按钮 */
.menu-item.hover-active .md-white-btn {
  display: block;
}
.show {
  display: block;
}
.hide {
  display: none;
}

/* ====================================== */
/* ========== 移动端适配（核心） ========== */
/* ====================================== */
@media (max-width: 768px) {
  .menu-list {
    /* 移动端改为垂直排列 */
    flex-direction: column;
    height: auto; /* 高度自适应 */
    padding:19px 0px;
  }
  .menu-list .menu-item {
    /* 每个卡片独占一行 */
    width: 100%;
    height: 200px; /* 移动端卡片高度 */
    flex: none; /* 取消 flex 拉伸 */
    border-radius:8px;
    overflow:hidden;
  }
  /* 移动端 hover 依然生效 */
  .menu-item.hover-active {
    flex: none;
    height: 220px; /* 移动端 hover 轻微变高 */
  }
}
