@import "https://fonts.googleapis.com/css2?family=Livvic:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,900&display=swap";
body {
  font-size: 15px;
  line-height: 1.6;
  font-family: livvic, sans-serif !important;
  color: #444;
  font-weight: 400;
}
p {
  color: #444;
  font-weight: 400;
}
a {
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: none;
}
button {
  margin: 0;
  padding: 0;
  outline: 0;
}
button:focus {
  outline: 0;
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  color: #252525;
}
h3 {
  font-size: 22px;
}
.d-table {
  width: 100%;
  height: 100%;
}
.d-table-cell {
  display: table-cell;
  vertical-align: middle;
}
.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after {
  clear: both;
}
img {
  max-width: 100%;
}
.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.pt-100 {
  padding-top: 100px;
}
.pt-80 {
  padding-top: 80px;
}
.ptb-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}
.pb-100 {
  padding-bottom: 100px;
}
.pb-60 {
  padding-bottom: 60px;
}
.pb-70 {
  padding-bottom: 70px;
}
.pb-80 {
  padding-bottom: 80px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pt-50 {
  padding-top: 50px;
}
.pt-60 {
  padding-top: 60px;
}
.pt-70 {
  padding-top: 70px;
}
.pt-45 {
  padding-top: 45px;
  text-align: center;
}
.pt-20 {
  padding-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.ml-25 {
  margin-left: 15px;
}
.ml-20 {
  margin-left: 20px;
}
.mr-20 {
  margin-right: 20px;
}
.margin-auto {
  margin: 0 auto;
}
.border-radius-50 {
  border-radius: 50px;
}
.border-radius-5 {
  border-radius: 5px;
}
.section-title span {
  margin-bottom: 8px;
  font-weight: 600;
  display: block;
}
.section-title h2 {
  font-size: 35px;
  font-weight: 600;
  margin-top: 0;
  line-height: 1.2;
  color: #252525;
  margin-bottom: 0;
}
.section-title p {
  padding-top: 10px;
  margin-bottom: 0;
  max-width: 530px;
  color: #444;
}
.sp-color1 {
  color: #ffc221;
}
.sp-color2 {
  color: #0071dc;
}
.default-btn {
  display: inline-block;
  padding: 12px 32px;
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.default-btn i {
  font-size: 20px;
  position: relative;
  top: 4px;
  display: none;
}
.default-btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 100%;
  left: -36%;
  top: 0;
  -webkit-transform: skew(50deg);
  transform: skew(50deg);
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  width: 0;
}
.default-btn:hover {
  color: #fff !important;
}
.default-btn:hover:before {
  height: 100%;
  width: 135%;
  background-color: #252525;
}
.btn-bg-one {
  background-color: #ffc221;
}
.btn-bg-two {
  background-color: #0071dc;
}
.btn-bg-three {
  background-color: #f08122;
}
.top-header {
  padding: 7px 0 10px;
}
.top-header-bg {
  background-color: #013688;
}
.top-left-side .top-header-text {
  display: inline-block;
  position: relative;
  margin-left: 30px;
}
.top-left-side .top-header-text::before {
  content: "";
  position: absolute;
  left: -20px;
  width: 1px;
  height: 22px;
  background-color: #fff;
  top: 1px;
}
.top-left-side .top-header-text p {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 0;
}
.top-left-side .top-header-text p b {
  color: #ffc221;
  font-weight: 500;
  margin-right: 5px;
}
.top-head-left {
  float: left;
}
.top-head-left .top-contact {
  position: relative;
  display: inline-block;
}
.top-head-left .top-contact:hover i {
  background-color: #0071dc;
  color: #fff;
}
.top-head-left .top-contact:hover h3 a {
  color: #ffc221;
}
.top-head-left .top-contact h3 {
  font-size: 14px;
  color: #fff;
  margin-bottom: 0;
  font-weight: 500;
}
.top-head-left .top-contact h3 a {
  color: #fff;
  margin-bottom: 0;
  text-decoration: none;
}
.top-head-left .top-contact h3 a:hover {
  color: #ffc221;
}
.top-header-right {
  float: right;
}
.top-header-right .top-header-social {
  display: inline-block;
}
.top-header-right .top-header-social ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.top-header-right .top-header-social ul li {
  display: inline-block;
  top: 1px;
  position: relative;
}
.top-header-right .top-header-social ul li a {
  width: 30px;
  height: 30px;
  line-height: 32px;
  text-align: center;
  background-color: transparent;
  color: #fff;
  border-radius: 50px;
  font-size: 18px;
}
.top-header-right .top-header-social ul li a:hover {
  color: #ffc221;
}
.top-header-right .language-list {
  top: -6px;
  margin-bottom: 0;
  position: relative;
  display: inline-block;
  margin-left: -20px;
  z-index: 9999;
}
.top-header-right .language-list .language-list-item {
  height: 0;
  padding: 0 15px;
  border: 0;
  color: #fff;
  background-color: transparent;
  font-weight: 500;
  font-size: 14px;
  border-radius: 5px 0 0 5px;
  padding-left: 30px;
  padding-right: 30px;
}
.top-header-right .language-list .language-list-item:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
}
.top-header-right .language-list .nice-select {
  height: 0;
  width: 125px;
  line-height: 0;
  font-size: 15px;
  margin-bottom: 0;
  border-radius: 0;
  background-color: transparent;
  color: #fff;
  border-radius: 5px 0 0 5px;
  z-index: 9999;
  text-align: right !important;
}
.top-header-right .language-list .nice-select .list {
  background-color: #fff;
  -webkit-box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
  box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
  border-radius: 0;
  margin-top: 20px;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.top-header-right .language-list .nice-select .list .option {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  color: #252525;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
  width: 180px;
  border-bottom: 1px solid #e1e1e1;
}
.top-header-right .language-list .nice-select .list .option:hover {
  background-color: transparent !important;
  color: #0071dc;
}
.top-header-right .language-list .nice-select .list .option .selected {
  background-color: transparent !important;
  font-weight: 500;
  color: #0071dc !important;
}
.top-header-right .language-list .nice-select::after {
  content: "\e98c";
  height: 8px;
  width: 8px;
  border: 0;
  top: 0;
  margin-bottom: 0;
  right: 10px;
  background-color: transparent;
  font-family: boxicons !important;
  color: #fff;
  font-size: 18px;
  -webkit-transform-origin: none;
  transform-origin: none;
  -webkit-transform: none;
  transform: none;
  margin-top: 0;
}
/* .bx::before {
  content: "";
  cursor: pointer;
} */
.bx-chevrons-up:before {
  content: "\e9b8";
}
.bxl-facebook {
  width: 18px;
  height: 18px;
  background: url(../images/0xtps122.png) center center no-repeat;
  background-size: 18px 18px;
}
.bxl-twitter {
  width: 18px;
  height: 18px;
  background: url(../images/0xtps123.png) center center no-repeat;
  background-size: 18px 18px;
}
.bxl-linkedin-square {
  width: 18px;
  height: 18px;
  background: url(../images/0xtps124.png) center center no-repeat;
  background-size: 18px 18px;
}
.bxl-instagram {
  width: 18px;
  height: 18px;
  background: url(../images/0xtps125.png) center center no-repeat;
  background-size: 18px 18px;
}
.bxl-youtube {
  width: 18px;
  height: 18px;
  background: url(../images/0xtps126.png) center center no-repeat;
  background-size: 18px 18px;
}
.bxl-facebook:hover {
  background: url(../images/0xtps122_1.png) center center no-repeat;
  background-size: 18px 18px;
}
.bxl-twitter:hover {
  background: url(../images/0xtps123_1.png) center center no-repeat;
  background-size: 18px 18px;
}
.bxl-linkedin-square:hover {
  background: url(../images/0xtps124_1.png) center center no-repeat;
  background-size: 18px 18px;
}
.bxl-instagram:hover {
  background: url(../images/0xtps125_1.png) center center no-repeat;
  background-size: 18px 18px;
}
.bxl-youtube:hover {
  background: url(../images/0xtps126_1.png) center center no-repeat;
  background-size: 18px 18px;
}
.main-nav {
  background-color: #fff;
  top: 0;
  position: inherit;
  left: 0;
  padding: 0;
  width: 100%;
  height: auto;
}
.main-nav .navbar {
  padding-left: 0;
  padding-right: 0;
}
.main-nav nav .navbar-nav .nav-item:hover a,
.main-nav nav .navbar-nav .nav-item .active {
  color: #0071dc !important;
}
.main-nav nav .navbar-nav .nav-item:hover a::before,
.main-nav nav .navbar-nav .nav-item .active::before {
  opacity: 1;
  width: 100%;
}
.main-nav nav .navbar-nav .nav-item:hover a i,
.main-nav nav .navbar-nav .nav-item .active i {
  color: #0071dc;
}
.main-nav nav .navbar-nav .nav-item a {
  color: #252525;
  font-weight: 500;
  margin-left: 12px;
  margin-right: 12px;
  position: relative;
}
.main-nav nav .navbar-nav .nav-item a::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 1px;
  left: 0;
  right: 0;
  background-color: #0071dc;
  opacity: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.main-nav nav .navbar-nav .nav-item a i {
  line-height: 0;
  position: relative;
  top: 3px;
  font-size: 18px;
  color: #444;
}
.main-nav nav .navbar-nav .nav-item a:hover,
.main-nav nav .navbar-nav .nav-item a:focus {
  color: #0071dc !important;
}
.main-nav nav .navbar-nav .nav-item a:hover::before,
.main-nav nav .navbar-nav .nav-item a:focus::before {
  opacity: 1;
  width: 100%;
}
.main-nav nav .navbar-nav .nav-item a:hover i,
.main-nav nav .navbar-nav .nav-item a:focus i {
  color: #0071dc;
}
.main-nav nav .navbar-nav .nav-item a.active {
  color: #0071dc !important;
}
.main-nav nav .navbar-nav .nav-item a.active::before {
  opacity: 1;
  width: 100%;
}
.main-nav nav .navbar-nav .nav-item a.active i {
  color: #0071dc;
}
.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu {
  z-index: 5;
  border: 0;
  padding: 0;
  border-radius: 0;
  background-color: #fff !important;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li {
  border-bottom: 1px solid #e1e1e1;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li:last-child {
  border-bottom: 0;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
  color: #252525 !important;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  font-weight: 600;
  padding: 10px 22px;
  font-size: 15px;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a i {
  float: right;
  top: 12px;
  position: relative;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background-color: #0071dc;
  -webkit-transition: 0.9s;
  transition: 0.9s;
  z-index: -1;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
  border-radius: 0;
  color: #fff !important;
  padding-left: 35px;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active i {
  color: #fff;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active::before {
  width: 100%;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:focus,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a .active {
  color: #fff !important;
  border-radius: 0;
  padding-left: 35px;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover i,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:focus i,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a .active i {
  color: #fff;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover::before,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:focus::before,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a .active::before {
  width: 100%;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li.active {
  color: #fff !important;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li.active::before {
  width: 100%;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li.active i {
  color: #fff;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  left: 100%;
  margin-top: 18px !important;
  position: absolute;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.main-nav .nav-side.nav-side {
  position: relative;
}
.main-nav .nav-side .nav-side-item {
  margin-right: 20px;
  display: inline-block;
}
.main-nav .nav-side .nav-side-item:last-child {
  margin-right: 0;
}
.main-nav .nav-side .nav-side-item .search-box {
  position: relative;
  top: -5px;
}
.main-nav .nav-side .nav-side-item .search-box i {
  cursor: pointer;
  font-size: 24px;
  color: #252525;
  position: relative;
  display: inline-block;
  top: 0;
}
.main-nav .nav-side .nav-side-item .search-box:hover i {
  color: #0071dc;
}
.main-nav .nav-side .nav-side-item .search-side-widget .search-side-form {
  position: relative;
  top: -10px;
}
.main-nav
  .nav-side
  .nav-side-item
  .search-side-widget
  .search-side-form
  .form-control {
  height: 45px;
  background-color: #f8f8f8;
  padding: 10px 20px;
  width: 100%;
  border-radius: 50px;
  border: 0;
}
.main-nav
  .nav-side
  .nav-side-item
  .search-side-widget
  .search-side-form
  .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
}
.main-nav
  .nav-side
  .nav-side-item
  .search-side-widget
  .search-side-form
  button {
  position: absolute;
  top: 3px;
  right: 3px;
  height: 40px;
  width: 40px;
  background-color: #ffc221;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: 0;
  outline: 0;
  border-radius: 50px;
}
.main-nav
  .nav-side
  .nav-side-item
  .search-side-widget
  .search-side-form
  button
  i {
  color: #fff;
  position: relative;
  top: 1.9px;
}
.main-nav
  .nav-side
  .nav-side-item
  .search-side-widget
  .search-side-form
  button:hover {
  background-color: #0071dc;
}
.main-nav .nav-side .nav-side-item .get-btn {
  display: inline-block;
  position: relative;
  top: 5px;
}
.main-nav .nav-side .nav-side-item .get-btn .default-btn {
  padding: 9px 25px;
}
.nav-side-mt {
  margin-top: 6px;
}
.side-nav-responsive {
  display: none;
}
.side-nav-responsive .dot-menu {
  padding: 0 10px;
  height: 30px;
  cursor: pointer;
  z-index: 999;
  position: absolute;
  right: 60px;
  top: 20px;
}
.side-nav-responsive .dot-menu .circle-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 30px;
}
.side-nav-responsive .dot-menu .circle-inner .in-circle {
  height: 5px;
  width: 5px;
  border-radius: 100%;
  margin: 0 2px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  background-color: #0071dc;
}
.side-nav-responsive .dot-menu:hover .circle-inner .circle {
  background-color: #ffc221;
}
.side-nav-responsive .container-max {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.side-nav-responsive .container-max .container {
  position: absolute;
  top: 70px;
  right: 0;
  max-width: 220px;
  margin-left: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  z-index: 2;
  padding-left: 15px;
  padding-right: 15px;
}
.side-nav-responsive .container-max .container.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.side-nav-responsive .side-nav-inner {
  padding: 12px 10px 10px;
  -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.09);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.09);
  background-color: #fff;
}
.side-nav-responsive .side-nav-inner .side-nav {
  background-color: #0071dc;
  padding: 10px;
}
.side-nav-responsive .side-nav-inner .side-nav .side-nav-item .search-box {
  position: relative;
  display: inline-block;
  top: -10px;
  margin-right: 5px;
}
.side-nav-responsive .side-nav-inner .side-nav .side-nav-item .search-box i {
  cursor: pointer;
  font-size: 24px;
  color: #fff;
  position: relative;
  display: inline-block;
  top: 5px;
}
.side-nav-responsive
  .side-nav-inner
  .side-nav
  .side-nav-item
  .search-box:hover
  i {
  color: #0071dc;
}
.side-nav-responsive .side-nav-inner .side-nav .side-nav-item .get-btn {
  display: inline-block;
  position: relative;
  top: 5px;
}
.side-nav-responsive
  .side-nav-inner
  .side-nav
  .side-nav-item
  .get-btn
  .default-btn {
  padding: 7px 15px;
  background-color: #fff;
  color: #252525;
}
.sticky-nav {
  top: 0;
  position: fixed;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  width: 100% !important;
  z-index: 999;
}
.sticky-nav .main-nav {
  top: 0;
  border: 0;
  position: fixed;
  z-index: 999;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.search-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.search-overlay .search-layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.search-overlay .search-layer:nth-child(1) {
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.search-overlay .search-layer:nth-child(2) {
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease-in-out 0.3s;
  transition: all 0.3s ease-in-out 0.3s;
}
.search-overlay .search-layer:nth-child(3) {
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.9s ease-in-out 0.6s;
  transition: all 0.9s ease-in-out 0.6s;
}
.search-overlay .search-close {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 50px;
  z-index: 2;
  text-align: center;
  cursor: pointer;
  padding: 10px;
  -webkit-transition: all 0.9s ease-in-out 1.5s;
  transition: all 0.9s ease-in-out 1.5s;
  opacity: 0;
  visibility: hidden;
}
.search-overlay .search-close .search-close-line {
  width: 100%;
  height: 3px;
  float: left;
  margin-bottom: 5px;
  background-color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.search-overlay .search-close .search-close-line:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.search-overlay .search-close .search-close-line:nth-child(2) {
  margin-top: -7px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.search-overlay .search-close:hover .search-close-line {
  background: #0071dc;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.search-overlay .search-form {
  -webkit-transition: all 0.9s ease-in-out 1.4s;
  transition: all 0.9s ease-in-out 1.4s;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  z-index: 2;
  max-width: 500px;
  width: 500px;
  padding: 0 15px;
}
.search-overlay .search-form form {
  position: relative;
}
.search-overlay .search-form form .input-search {
  display: block;
  width: 100%;
  height: 60px;
  border: 0;
  border-radius: 30px;
  color: #252525;
  padding: 3px 0 0 25px;
}
.search-overlay .search-form form .input-search::-webkit-input-placeholder {
  -webkit-transition: 0.7s;
  transition: 0.7s;
  letter-spacing: 0.5px;
  color: #252525;
}
.search-overlay .search-form form .input-search:-ms-input-placeholder {
  -webkit-transition: 0.7s;
  transition: 0.7s;
  letter-spacing: 0.5px;
  color: #252525;
}
.search-overlay .search-form form .input-search::-ms-input-placeholder {
  -webkit-transition: 0.7s;
  transition: 0.7s;
  letter-spacing: 0.5px;
  color: #252525;
}
.search-overlay .search-form form .input-search::placeholder {
  -webkit-transition: 0.7s;
  transition: 0.7s;
  letter-spacing: 0.5px;
  color: #252525;
}
.search-overlay .search-form form .input-search:focus {
  border: 0;
  outline: 0;
}
.search-overlay
  .search-form
  form
  .input-search:focus::-webkit-input-placeholder {
  color: transparent;
}
.search-overlay .search-form form .input-search:focus:-ms-input-placeholder {
  color: transparent;
}
.search-overlay .search-form form .input-search:focus::-ms-input-placeholder {
  color: transparent;
}
.search-overlay .search-form form .input-search:focus::placeholder {
  color: transparent;
}
.search-overlay .search-form form button {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 50px;
  color: #fff;
  height: 50px;
  border-radius: 50%;
  background-color: #0071dc;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  border: 0;
  font-size: 20px;
  line-height: 55px;
}
.search-overlay .search-form form button:hover {
  background-color: #ffc221;
  color: #fff;
}
.search-overlay .search-form form:hover {
  border: 0;
  outline: 0;
}
.search-overlay.search-overlay-active.search-overlay {
  opacity: 1;
  visibility: visible;
}
.search-overlay.search-overlay-active.search-overlay .search-layer {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.search-overlay.search-overlay-active.search-overlay .search-close {
  opacity: 1;
  visibility: visible;
}
.search-overlay.search-overlay-active.search-overlay .search-form {
  opacity: 1;
  visibility: visible;
}
.banner-slider-area {
  position: relative;
}
.banner-slider-area .owl-dots {
  margin-top: 0 !important;
  margin: 0 auto;
  position: absolute;
  left: 44%;
  bottom: 0%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-bottom: 10px;
}
.banner-slider-area .owl-dots .owl-dot span {
  background-color: #fbfbfb3f !important;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  margin: 7px;
  width: 40px !important;
  height: 40px !important;
  border: 10px solid #fbfbfb3f;
}
.banner-slider-area .owl-dots .owl-dot.active span {
  background-color: #fff !important;
  width: 40px !important;
  height: 40px !important;
  border: 13px solid #ffc221;
}
.banner-slider-area .owl-dots .owl-dot:hover span {
  background-color: #fff !important;
  width: 40px !important;
  height: 40px !important;
  border: 13px solid #ffc221;
}
.banner-item {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.banner-item img {
  width: 100%;
  vertical-align: bottom;
}
.banner-item-content {
  position: absolute;
  left: 3%;
  bottom: 26%;
}
.banner-item-content span {
  font-size: 13px;
  font-weight: 500;
  color: #0071dc;
  padding: 10px 25px;
  background-color: #fff;
  border-radius: 50px;
  display: inline-block;
}
.banner-item-content h1 {
  margin-top: 25px;
  font-size: 70px;
  color: #fff;
  font-weight: 700;
  max-width: 780px;
  margin-bottom: 20px;
}
.banner-item-content p {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  max-width: 660px;
  margin-bottom: 35px;
}
.banner-area {
  position: relative;
  z-index: 1;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/home-two.jpg);
}
.banner-area::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#252525bf),
    to(#25252500)
  );
  background-image: linear-gradient(to right, #252525bf, #25252500);
}
.banner-item-ptb {
  padding-top: 140px;
  padding-bottom: 160px;
}
.banner-item-ptb h1 {
  margin-top: 0;
}
.banner-area-two {
  position: relative;
  z-index: 1;
  background-color: #f8f8f8;
}
.banner-area-two::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/home-three-bg.png);
}
.banner-content {
  position: relative;
  margin-top: -50px;
}
.banner-content h1 {
  font-size: 60px;
  color: #252525;
  font-weight: 600;
  max-width: 680px;
  line-height: 1.2;
  margin-bottom: 20px;
}
.banner-content p {
  font-size: 17px;
  color: #252525;
  font-weight: 500;
  max-width: 500px;
  margin-bottom: 35px;
}
.banner-img {
  position: relative;
  padding-top: 70px;
}
.banner-img .banner-img-shape {
  position: absolute;
  bottom: 100px;
  right: 0;
  -webkit-animation: moveBounce 9s linear infinite;
  animation: moveBounce 9s linear infinite;
}
.banner-sub-item {
  position: relative;
  background-color: #fff;
  border-radius: 15px;
  padding: 15px 10px 15px 160px;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}
.banner-sub-item img {
  position: absolute;
  top: 10px;
  left: 10px;
  max-width: 125px;
  border-radius: 15px 0 0 15px;
}
.banner-sub-item .content {
  padding-bottom: 10px;
}
.banner-sub-item .content h3 {
  font-size: 45px;
  color: #ffc221;
  font-weight: 700;
  margin-bottom: 0;
}
.banner-sub-item .content span {
  color: #252525;
  font-size: 18px;
  font-weight: 600;
}
.banner-sub-slider {
  position: relative;
  margin-top: -80px;
  padding-bottom: 100px;
}
.banner-bottom-area {
  position: relative;
  margin-top: -75px;
}
.banner-bottom-card {
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding: 30px 20px 30px 135px;
  border-radius: 15px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  border-bottom: 3px solid #0071dc;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.banner-bottom-card i {
  position: absolute;
  top: 30px;
  left: 30px;
  font-size: 40px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  color: #252525;
  background-color: #e5f3ff;
  border-radius: 50px;
  display: inline-block;
  text-align: center;
}
.banner-bottom-card h3 {
  color: #252525;
  margin-bottom: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.banner-bottom-card p {
  margin-bottom: 0;
  font-weight: 500;
}
.banner-bottom-card:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.banner-bottom-card:hover h3 {
  color: #ffc221;
}
.inner-banner {
  position: relative;
  z-index: 1;
  background-color: #013688;
}
.inner-banner .inner-title {
  padding-top: 150px;
  padding-bottom: 150px;
  position: relative;
  z-index: 1;
}
.inner-banner .inner-title h3 {
  font-size: 45px;
  color: #fff;
  font-weight: 600;
  position: relative;
}
.inner-banner .inner-title ul {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}
.inner-banner .inner-title ul li {
  font-size: 18px;
  color: #fff;
  display: inline-block;
}
.inner-banner .inner-title ul li i {
  color: #fff;
  position: relative;
  top: 3px;
  margin: 0 3px;
}
.inner-banner .inner-title ul li a {
  color: #fff;
}
.inner-banner .inner-title ul li a:hover {
  color: #ffc221;
}
.inner-banner .inner-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
}
.about-content .about-content-card {
  margin-top: 30px;
}
.about-content .about-content-card i {
  font-size: 60px;
  color: #0071dc;
  line-height: 1;
}
.about-content .about-content-card h3 {
  margin-top: 15px;
  margin-bottom: 12px;
}
.about-content .about-content-card p {
  margin-bottom: 0;
}
.about-content .about-list {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
}
.about-content .about-list li {
  display: block;
  color: #252525;
  margin-bottom: 10px;
  font-weight: 500;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  padding-left: 35px;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 15px;
}
.about-content .about-list li:hover {
  color: #0071dc;
}
.about-content .about-list li:hover i {
  color: #ffc221;
}
.about-content .about-list li:last-child {
  margin-bottom: 0;
}
.about-content .about-list li i {
  font-size: 26px;
  color: #0071dc;
  position: absolute;
  left: 0;
  top: -2px;
  margin-right: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.about-content .about-content-text {
  margin-top: 20px;
  margin-bottom: 0;
}
.about-img {
  position: relative;
}
.about-img::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 30%;
  height: 40%;
  background-color: transparent;
  border: 3px solid #ffc221;
  bottom: -10px;
  right: -40px;
  border-radius: 35px;
}
.about-img img {
  border-radius: 15px;
}
.about-img .sub-content {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  background-color: #fff;
  border-radius: 15px;
  padding: 15px 10px 23px 160px;
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}
.about-img .sub-content img {
  position: absolute;
  top: 10px;
  left: 10px;
  max-width: 123px;
  border-radius: 15px 0 0 15px;
}
.about-img .sub-content h3 {
  font-size: 45px;
  color: #ffc221;
  font-weight: 700;
  margin-bottom: 0;
}
.about-img .sub-content span {
  color: #252525;
  font-size: 18px;
  font-weight: 600;
}
.about-play {
  position: relative;
  border-radius: 30px;
}
.about-play img {
  border-radius: 30px;
}
.about-play .about-play-content {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  max-width: 470px;
  background-color: #25252538;
  border-bottom-left-radius: 30px;
  border-top-right-radius: 70%;
  padding: 100px 40px 70px 25px;
}
.about-play .about-play-content::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 30px;
  width: 91.7%;
  height: 90.1%;
  background-color: #0071dc;
  border-bottom-left-radius: 30px;
  border-top-right-radius: 70%;
}
.about-play .about-play-content span {
  color: #fff;
}
.about-play .about-play-content h2 {
  color: #fff;
  font-size: 35px;
  max-width: 300px;
  margin-bottom: 0;
}
.about-play .about-play-content .play-on-area {
  position: absolute;
  z-index: 1;
  bottom: 175px;
  left: 200px;
}
.about-play .about-play-content .play-on-area .play-on {
  width: 80px;
  height: 80px;
  color: #0071dc;
  background-color: #fff;
  text-align: center;
  font-size: 55px;
  border-radius: 50px;
  display: inline-block;
}
.about-play .about-play-content .play-on-area .play-on i {
  padding-left: 3px;
}
.about-play .about-play-content .play-on-area .play-on:hover {
  color: #fff;
  background-color: #ffc221;
}
.about-bg {
  background-color: #070b3b;
}
.about-img-2 {
  margin-bottom: 30px;
}
.about-img-2 img {
  border-radius: 15px;
}
.about-content-2 {
  margin-bottom: 30px;
}
.about-content-2 .section-title h2 {
  color: #fff;
}
.about-content-2 .section-title p {
  color: #fff;
}
.about-content-2 .about-card {
  margin-top: 15px;
}
.about-content-2 .about-card .content {
  padding-top: 20px;
  position: relative;
  padding-left: 70px;
  margin-bottom: 40px;
}
.about-content-2 .about-card .content i {
  position: absolute;
  top: 10px;
  left: 0;
  font-size: 55px;
  color: #0071dc;
  line-height: 1;
}
.about-content-2 .about-card .content h3 {
  margin-bottom: 10px;
  color: #fff;
}
.about-content-2 .about-card p {
  margin-top: 25px;
  margin-bottom: 0;
  color: #fff;
}
.security-area .section-title h2 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.security-card {
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding: 30px;
  border-radius: 15px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  border-bottom: 3px solid #0071dc;
}
.security-card i {
  font-size: 45px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  color: #252525;
  background-color: #e5f3ff;
  border-radius: 50px;
  display: inline-block;
  text-align: center;
  margin-bottom: 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.security-card h3 {
  margin-bottom: 10px;
}
.security-card h3 a {
  color: #252525;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: block;
}
.security-card p {
  margin-bottom: -4px;
}
.security-card:hover i {
  background-color: #0071dc;
  color: #fff;
}
.security-card:hover h3 a {
  color: #0071dc;
}
.services-area {
  background-color: #070b3b;
  position: relative;
}
.services-area .section-title h2 {
  max-width: 500px;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
}
.services-area .section-title p {
  color: #fff;
  max-width: 760px;
}
.services-card {
  padding: 30px 20px 25px;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.services-card:hover::before {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  opacity: 1;
}
.services-card:hover i {
  color: #fff;
}
.services-card:hover h3 a {
  color: #fff;
}
.services-card:hover p {
  color: #fff;
}
.services-card:hover .learn-btn {
  color: #fff;
}
.services-card:hover .learn-btn i {
  color: #fff;
}
.services-card::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: 90px;
  height: 90px;
  background-color: #0071dc;
  border-radius: 272px 0 0 0;
  opacity: 0.1;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.services-card::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: 75px;
  height: 75px;
  background-color: #0071dc;
  border-radius: 170px 0 0 0;
  opacity: 0.1;
}
.services-card i {
  color: #0071dc;
  font-size: 60px;
  line-height: 1;
}
.services-card h3 {
  margin-top: 20px;
  margin-bottom: 12px;
}
.services-card h3 a {
  height: 52px;
  display: block;
  color: #252525;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.services-card p {
  margin-bottom: 12px;
}
.services-card .learn-btn {
  color: #252525;
  font-size: 14px;
  font-weight: 600;
}
.services-card .learn-btn i {
  font-size: 20px;
  position: relative;
  top: 5px;
  color: #252525;
}
.services-card .learn-btn:hover {
  color: #fff;
}
.services-card .learn-btn:hover i {
  color: #fff;
}
.services-style-bg {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
}
.service-shape {
  position: absolute;
  top: 0;
  right: 0;
}
.service-shape img {
  max-width: 400px;
}
.services-area-two {
  background-color: #013688;
  position: relative;
  z-index: 1;
}
.services-area-two::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/services-bg.png);
}
.services-area-two .section-title h2 {
  max-width: 500px;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
}
.services-item {
  position: relative;
  text-align: center;
  margin-bottom: 80px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.services-area-two .services-item img {
  max-height: 236px;
}
.services-item:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.services-item:hover .content h3 a {
  color: #ffc221;
}
.services-item a {
  display: block;
}
.services-item a img {
  border-radius: 5px;
}
.services-item .content {
  position: absolute;
  left: 0;
  right: 0;
  width: 82%;
  bottom: -80px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  padding: 20px 20px 20px 20px;
  margin-bottom: 30px;
}
.services-item .content i {
  font-size: 60px;
  position: absolute;
  top: 17px;
  left: 20px;
  line-height: 1;
  color: #0071dc;
}
.services-item .content span {
  color: #0071dc;
}
.services-item .content h3 {
  font-size: 20px;
  margin-top: 3px;
  margin-bottom: 0;
}
.services-item .content h3 a {
  color: #252525;
}
.services-area-three {
  background-color: #f8f8f8;
}
.services-area-three .section-title h2 {
  max-width: 390px;
  color: #252525;
  margin-left: auto;
  margin-right: auto;
}
.services-widget-area .section-title h2 {
  color: #252525;
}
.services-style-area .section-title h2 {
  max-width: 390px;
  color: #252525;
  margin-left: auto;
  margin-right: auto;
}
.services-style-area .section-title p {
  max-width: 600px;
}
.service-article .service-article-img {
  margin-bottom: 25px;
}
.service-article .service-article-img img {
  border-radius: 15px;
}
.service-article .service-article-content h2 {
  font-size: 26px;
  margin-bottom: 15px;
}
.service-article .service-article-content p {
  margin-bottom: 20px;
}
.service-article .service-article-content .service-article-list {
  list-style: none;
  margin: 0 0 25px;
  padding: 0;
}
.service-article .service-article-content .service-article-list li {
  display: block;
  color: #252525;
  margin-bottom: 10px;
  font-weight: 600;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  padding-left: 35px;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.service-article .service-article-content .service-article-list li:hover {
  color: #0071dc;
}
.service-article .service-article-content .service-article-list li:hover i {
  color: #ffc221;
}
.service-article .service-article-content .service-article-list li:last-child {
  margin-bottom: 0;
}
.service-article .service-article-content .service-article-list li i {
  font-size: 26px;
  color: #0071dc;
  position: absolute;
  left: 0;
  top: -2px;
  margin-right: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.service-article .service-article-another h2 {
  font-size: 26px;
  margin-bottom: 15px;
}
.service-article .service-article-another p {
  margin-bottom: 20px;
}
.service-article .service-article-another .service-article-another-img {
  margin-bottom: 25px;
  margin-top: 10px;
}
.service-article .service-article-another .service-article-another-img img {
  border-radius: 15px;
}
.service-article .service-work-process h2 {
  font-size: 26px;
  margin-bottom: 15px;
}
.service-article .service-work-process p {
  margin-bottom: 30px;
}
.service-article .work-process-card p {
  margin-bottom: 0;
}
.work-process-area .section-title h2 {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}
.work-process-left {
  background-color: #070b3b;
  padding: 148px 50px;
  border-radius: 10px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.work-process-left::before {
  content: "";
  position: absolute;
  z-index: -1;
  opacity: 0.2;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/bg-shape.png);
}
.work-process-left .section-title {
  margin-bottom: 30px;
}
.work-process-left .section-title h2 {
  color: #fff;
}
.work-process-left .default-btn {
  margin: 0 auto;
}
.work-process-card {
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 30px 20px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.work-process-card::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 70px;
  height: 55px;
  background-color: #0071dc;
  border-radius: 0 0 0 270px;
  opacity: 0.1;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.work-process-card i {
  font-size: 60px;
  color: #0071dc;
  line-height: 1.2;
}
.work-process-card h3 {
  margin-top: 15px;
  margin-bottom: 10px;
}
.work-process-card h3 a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.work-process-card p {
  margin-bottom: 0;
}
.work-process-card .number {
  font-size: 24px;
  color: #0071dc;
  font-weight: 600;
  position: absolute;
  top: 5px;
  right: 15px;
}
.work-process-area-two {
  position: relative;
}
.work-shape {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
.choose-area {
  background-color: #070b3b;
}
.choose-content {
  margin-bottom: 30px;
}
.choose-content .section-title h2 {
  max-width: 470px;
  color: #fff;
}
.choose-content .section-title p {
  color: #fff;
}
.choose-content .choose-content-card {
  margin-top: 15px;
}
.choose-content .choose-content-card .content {
  padding-top: 20px;
  position: relative;
  padding-left: 75px;
}
.choose-content .choose-content-card .content i {
  position: absolute;
  top: 10px;
  left: 0;
  font-size: 60px;
  color: #0071dc;
  line-height: 1;
}
.choose-content .choose-content-card .content h3 {
  margin-top: 10px;
  margin-bottom: 30px;
  color: #fff;
}
.choose-content .choose-content-card p {
  margin-top: 5px;
  margin-bottom: 0;
  color: #fff;
}
.choose-img {
  margin-bottom: 30px;
}
.choose-img img {
  border-radius: 15px;
}
.build-area {
  position: relative;
  z-index: 1;
}
.build-area::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 50%;
  background-color: #0071dc;
}
.build-area::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 50%;
  background-image: url(../images/build-bg.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.build-area .default-btn {
  background-color: #fff;
  color: #0071dc;
}
.build-content .section-title span {
  color: #fff;
}
.build-content .section-title h2 {
  color: #fff;
}
.build-content.build-content-on-color .section-title span {
  color: #252525;
}
.build-content.build-content-on-color .section-title h2 {
  color: #252525;
}
.build-btn-area {
  float: right;
}
.build-play-img {
  position: relative;
  border-radius: 30px;
  margin-bottom: 30px;
}
.build-play-img img {
  border-radius: 30px;
}
.build-play-img .play-area-content {
  position: absolute;
  z-index: 1;
  bottom: -1px;
  left: -1px;
  max-width: 470px;
  background-color: #25252538;
  border-bottom-left-radius: 30px;
  border-top-right-radius: 70%;
  padding: 150px 80px 110px 40px;
}
.build-play-img .play-area-content::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 30px;
  right: 30px;
  width: 92.7%;
  height: 92.1%;
  background-color: #0071dc;
  border-bottom-left-radius: 30px;
  border-top-right-radius: 70%;
}
.build-play-img .play-area-content span {
  color: #fff;
}
.build-play-img .play-area-content h2 {
  color: #fff;
  font-size: 35px;
  max-width: 300px;
  margin-bottom: 0;
}
.play-area {
  position: absolute;
  z-index: 1;
  bottom: 220px;
  left: 260px;
}
.play-area .play-on {
  width: 80px;
  height: 80px;
  color: #0071dc;
  background-color: #fff;
  text-align: center;
  font-size: 55px;
  line-height: 85px;
  border-radius: 50px;
  display: inline-block;
}
.play-area .play-on i {
  position: relative;
  left: 4px;
  top: 1px;
}
.play-area .play-on:hover {
  color: #fff;
  background-color: #ffc221;
}
.build-item {
  position: relative;
  margin-bottom: 80px;
}
.build-item a {
  display: block;
}
.build-item a img {
  border-radius: 5px;
}
.build-item .content {
  position: absolute;
  left: 0;
  right: 0;
  width: 90%;
  bottom: -80px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 30px;
}
.build-item .content h3 {
  margin-bottom: 5px;
}
.build-item .content h3 a {
  color: #252525;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.build-item .content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.build-item .content ul li {
  display: inline-block;
  margin-right: 15px;
  color: #444;
  font-weight: 500;
  position: relative;
  font-size: 14px;
}
.build-item .content ul li a {
  color: #444;
}
.build-item .content ul li::before {
  content: "";
  position: absolute;
  top: 5px;
  right: -10px;
  width: 2px;
  height: 15px;
  background-color: #444;
  -webkit-transform: skew(-20deg);
  transform: skew(-20deg);
}
.build-item .content ul li:last-child {
  margin-left: 0;
}
.build-item .content ul li:last-child::before {
  display: none;
}
.build-item .content ul li:hover a {
  color: #0071dc;
}
.build-item .content .more-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 20px;
  color: #0071dc;
  text-align: center;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 5px;
  background-color: #e6f1fc;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.build-item:hover .content h3 a {
  color: #ffc221;
}
.build-item:hover .more-btn {
  background-color: #0071dc;
  color: #fff;
}
.build-text {
  margin-bottom: 20px;
  margin-top: 30px;
}
.build-text p {
  color: #fff;
  margin-bottom: 0;
  font-weight: 600;
}
.build-text.build-on-text p {
  color: #252525;
}
.play-btn-area {
  position: relative;
  z-index: 1;
  padding-top: 170px;
  padding-bottom: 170px;
  text-align: center;
  margin-bottom: 30px;
}
.play-btn-area::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(/static/home/picture/0xtps176.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 15px;
}
.play-btn-area .build-play {
  font-size: 55px;
  color: #fff;
  width: 100px;
  height: 100px;
  z-index: 1;
  background-color: #fff87;
  border-radius: 50%;
  line-height: 105px;
  text-align: center;
  position: relative;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  -webkit-animation: pulse 3s ease-out infinite;
  animation: pulse 3s ease-out infinite;
}
.play-btn-area .build-play i {
  position: relative;
  top: 1px;
  left: 3px;
}
.play-btn-area .build-play::before {
  content: "";
  position: absolute;
  width: 70px;
  height: 70px;
  left: 0;
  right: 0;
  top: 15px;
  margin: 0 auto;
  z-index: -1;
  background-color: #0071dc;
  border-radius: 50%;
}
.play-btn-area .build-play:hover {
  border-radius: 0;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.play-btn-area .build-play:hover::before {
  border-radius: 0;
  -webkit-animation: none;
  animation: none;
}
.talk-area {
  background-image: url(../images/talk-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.talk-area::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #070b3b;
  opacity: 0.8;
}
.talk-content .section-title {
  margin-bottom: 30px;
}
.talk-content .section-title h2 {
  color: #fff;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}
.call-us-area {
  background-color: #070b3b;
  position: relative;
  z-index: 1;
}
.call-us-area::before {
  content: "";
  position: absolute;
  opacity: 0.1;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/call-shap1.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.call-us-img {
  text-align: center;
  position: relative;
  z-index: 1;
}
.call-shape .shape1 {
  position: absolute;
  top: 30px;
  left: 30px;
}
.call-shape .shape2 {
  position: absolute;
  top: 30px;
  right: -35px;
}
.call-contact {
  padding: 50px 0;
}
.call-contact h3 {
  font-size: 22px;
  color: #ffc221;
  margin-bottom: 5px;
}
.call-contact .call-btn {
  font-size: 35px;
  color: #fff;
  margin-bottom: 15px;
  font-weight: 600;
}
.call-contact .call-btn:hover {
  color: #ffc221;
}
.call-contact p {
  font-size: 20px;
  color: #fff;
  margin-bottom: 25px;
}
.counter-area {
  position: relative;
}
.counter-area .section-title h2 {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
.counter-area .section-title p {
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}
.counter-area .section-title .ysxgp {
  padding-top: 30px;
  padding-bottom: 40px;
  width: 100% !important;
  text-align: justify !important;
  text-align-last: left;
}
.counter-content h1 {
  font-size: 170px;
  color: #252525;
  margin-bottom: 0;
  line-height: 1;
}
.counter-content h1 span {
  color: #0071dc;
  line-height: 1;
  position: relative;
  top: -6px;
}
.counter-content h3 {
  margin-bottom: 13px;
}
.counter-content p {
  max-width: 355px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}
.counter-another-content {
  margin-bottom: 25px;
  padding-left: 90px;
  position: relative;
}
.counter-another-content i {
  position: absolute;
  line-height: 1;
  font-size: 60px;
  top: 3px;
  left: 0;
  color: #0071dc;
}
.counter-another-content h3 {
  color: #252525;
  font-size: 35px;
  line-height: 1;
  margin-bottom: 8px;
}
.counter-another-content span {
  font-size: 17px;
  color: #444;
  margin-bottom: 0;
  font-weight: 600;
}
.counter-shape {
  display: none;
}
.counter-shape .shape1 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.counter-shape .shape1 img {
  max-width: 200px;
}
.counter-shape .shape2 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.counter-shape .shape2 img {
  max-width: 200px;
}
.case-study-area .section-title h2 {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.case-study-item {
  position: relative;
  margin-bottom: 80px;
}
.case-study-item a {
  display: block;
}
.case-study-item a img {
  border-radius: 5px;
}
.case-study-item .content {
  position: absolute;
  left: 0;
  right: 0;
  width: 90%;
  bottom: -80px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 30px;
}
.case-study-item .content h3 {
  margin-bottom: 5px;
}
.case-study-item .content h3 a {
  color: #252525;
}
.case-study-item .content h3:hover a {
  color: #0071dc;
}
.case-study-item .content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.case-study-item .content ul li {
  display: inline-block;
  margin-right: 15px;
  color: #444;
  font-weight: 500;
  position: relative;
}
.case-study-item .content ul li::before {
  content: "";
  position: absolute;
  top: 5px;
  right: -10px;
  width: 2px;
  height: 15px;
  background-color: #444;
  -webkit-transform: skew(-20deg);
  transform: skew(-20deg);
}
.case-study-item .content ul li a {
  color: #444;
}
.case-study-item .content ul li:last-child {
  margin-left: 0;
}
.case-study-item .content ul li:last-child::before {
  display: none;
}
.case-study-item .content ul li:hover a {
  color: #0071dc;
}
.case-study-item .content .more-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 45px;
  height: 45px;
  line-height: 50px;
  font-size: 20px;
  color: #0071dc;
  text-align: center;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 5px;
  background-color: #e6f1fc;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.case-study-item .content .more-btn:hover {
  background-color: #0071dc;
  color: #fff;
}
.case-study-item:hover .content h3 a {
  color: #0071dc;
}
.case-study-item:hover .content .more-btn {
  background-color: #0071dc;
  color: #fff;
}
.case-article .case-article-img {
  margin-bottom: 25px;
}
.case-article .case-article-img img {
  border-radius: 15px;
}
.case-article .case-article-content h2 {
  font-size: 26px;
  margin-bottom: 15px;
}
.case-article .case-article-content p {
  margin-bottom: 20px;
}
.case-article .case-article-content .case-article-list {
  list-style: none;
  margin: 0 0 25px;
  padding: 0;
}
.case-article .case-article-content .case-article-list li {
  display: block;
  color: #252525;
  margin-bottom: 10px;
  font-weight: 600;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  padding-left: 35px;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.case-article .case-article-content .case-article-list li:hover {
  color: #0071dc;
}
.case-article .case-article-content .case-article-list li:hover i {
  color: #ffc221;
}
.case-article .case-article-content .case-article-list li:last-child {
  margin-bottom: 0;
}
.case-article .case-article-content .case-article-list li i {
  font-size: 26px;
  color: #0071dc;
  position: absolute;
  left: 0;
  top: 2px;
  margin-right: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.case-article .case-article-content .case-article-list.case-article-ls li i {
  top: -1px;
}
.case-article .case-article-another h2 {
  font-size: 26px;
  margin-bottom: 15px;
}
.case-article .case-article-another p {
  margin-bottom: 20px;
}
.case-article .case-article-another .case-article-another-img {
  margin-bottom: 25px;
  margin-top: 10px;
}
.case-article .case-article-another .case-article-another-img img {
  border-radius: 15px;
}
.case-article .case-work-process h2 {
  font-size: 26px;
  margin-bottom: 15px;
}
.case-article .case-work-process p {
  margin-bottom: 30px;
}
.case-play-btn {
  position: relative;
  z-index: 1;
  padding-top: 170px;
  padding-bottom: 170px;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 30px;
}
.case-play-btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/build-play-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 15px;
}
.case-play-btn .case-play {
  font-size: 55px;
  color: #0071dc;
  width: 80px;
  height: 80px;
  z-index: 1;
  background-color: #fff;
  border-radius: 50%;
  line-height: 85px;
  text-align: center;
  position: relative;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  -webkit-animation: pulse 3s ease-out infinite;
  animation: pulse 3s ease-out infinite;
}
.case-play-btn .case-play i {
  position: relative;
  top: 1px;
  left: 3px;
}
.case-play-btn .case-play:hover {
  border-radius: 0;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.case-play-btn .case-play:hover::before {
  border-radius: 0;
  -webkit-animation: none;
  animation: none;
}
.team-card {
  margin-bottom: 30px;
  position: relative;
}
.team-card:hover .social-link {
  opacity: 1;
}
.team-card:hover .social-link li a {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.team-card:hover .content {
  border-radius: 0;
}
.team-card .social-link {
  position: absolute;
  top: 17%;
  right: 30px;
  padding: 0;
  list-style: none;
  opacity: 0;
}
.team-card .social-link li {
  display: block;
  margin-bottom: 10px;
}
.team-card .social-link li a {
  width: 30px;
  height: 30px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  border-radius: 50px;
  background-color: #0071dc;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}
.team-card .social-link li:hover a {
  background-color: #fff;
  color: #0071dc;
}
.team-card .content {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #0071dc;
  padding: 20px 25px;
  border-top-left-radius: 100px;
  text-align: center;
  -webkit-transition: 0.9s;
  transition: 0.9s;
}
.team-card .content h3 {
  margin-bottom: 0;
  color: #fff;
}
.team-card .content span {
  color: #fff;
}
.technology-area {
  position: relative;
  z-index: 1;
  background-image: url(../images/technology-img.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.technology-area .section-title h2 {
  color: #fff;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
}
.technology-area::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #070b3b;
  opacity: 0.8;
}
.technology-card {
  padding: 30px;
  border: 1px solid #fff;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 30px;
}
.technology-card i {
  font-size: 50px;
  line-height: 1;
  color: #fff;
}
.technology-card h3 {
  color: #fff;
  margin-bottom: 0;
  margin-top: 15px;
  font-weight: 500;
}
.technology-area-two {
  background-color: #f8f8f8;
}
.technology-area-two .section-title h2 {
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
}
.technology-card-color {
  border-color: #0071dc;
}
.technology-card-color i {
  color: #0071dc;
}
.technology-card-color h3 {
  color: #252525;
}
.brand-area {
  position: relative;
}
.brand-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/brand-bg.png);
}
.brand-area-two {
  position: relative;
  background-color: #0071dc;
}
.brand-area-two::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/brand-bg.png);
}
.brand-item img {
  width: unset !important;
  text-align: center;
  margin: 0 auto;
}
.clients-area {
  position: relative;
  z-index: 1;
  background-color: #15163b;
}
.clients-area::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  background-image: url(../images/client-bg.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.clients-area .section-title h2 {
  max-width: 430px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
}
.clients-area .owl-nav {
  margin-top: 0;
}
.clients-area .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -7%;
  font-size: 25px !important;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  width: 45px;
  height: 45px;
  border-radius: 50px;
  line-height: 47px !important;
  background-color: transparent !important;
  color: #0071dc !important;
  border: 1px solid #0071dc !important;
}
.clients-area .owl-nav .owl-prev:hover {
  color: #fff !important;
  background-color: #0071dc !important;
}
.clients-area .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -7%;
  color: #444 !important;
  font-size: 25px !important;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  width: 45px;
  height: 45px;
  line-height: 47px !important;
  border-radius: 50px;
  background-color: transparent !important;
  color: #0071dc !important;
  border: 1px solid #0071dc !important;
}
.clients-area .owl-nav .owl-next:hover {
  color: #fff !important;
  background-color: #0071dc !important;
}
.clients-area-two {
  background-color: #fff;
}
.clients-area-two .section-title h2 {
  max-width: 430px;
  margin-left: auto;
  margin-right: auto;
  color: #252525;
}
.clients-content {
  position: relative;
  z-index: 1;
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
  padding: 30px 40px 25px;
  margin-bottom: 30px;
  border-radius: 10px;
}
.clients-content::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  width: 95%;
  height: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
  background-color: #fff;
  opacity: 0.5;
  border-radius: 10px;
}
.clients-content .content {
  padding-left: 110px;
  position: relative;
  margin-bottom: 30px;
}
.clients-content .content img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  width: unset !important;
  width: 85px !important;
  height: 85px !important;
}
.clients-content .content i {
  position: absolute;
  bottom: -10px;
  left: 60px;
  border-radius: 50px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background-color: #ffc221;
  color: #fff;
  text-align: center;
}
.clients-content .content h3 {
  padding-top: 20px;
  margin-bottom: 0;
}
.clients-content .content span {
  margin-bottom: 0;
}
.clients-content p {
  margin-bottom: 0;
}
.client-circle .client-circle-1 {
  position: absolute;
  top: 10%;
  left: 0;
}
.client-circle .client-circle-2 {
  position: absolute;
  top: 40%;
  left: 3%;
}
.client-circle .client-circle-3 {
  position: absolute;
  top: 75%;
  left: 0;
}
.client-circle .client-circle-4 {
  position: absolute;
  top: 10%;
  right: 20%;
}
.client-circle .client-circle-5 {
  position: absolute;
  top: 25%;
  right: 5%;
}
.client-circle .client-circle-6 {
  position: absolute;
  top: 70%;
  right: 0;
}
.client-circle .client-circle-7 {
  position: absolute;
  bottom: 5%;
  right: 35%;
}
.circle {
  width: 40px;
  height: 40px;
  background-color: #0071dc;
  border-radius: 50px;
  position: relative;
  z-index: 1;
  border: 13px solid #f6fbff;
}
.blog-card {
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  border-radius: 5px;
  -webkit-transition: 0.9s;
  transition: 0.9s;
  border: 1px solid #f1f1f1;
}
.blog-card:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.blog-card .blog-img {
  position: relative;
  max-height: 210px;
  overflow: hidden;
}
.blog-card .blog-img img {
  border-radius: 5px;
}
.blog-card .blog-img .blog-tag {
  background-color: #ffc221;
  padding: 15px 12px;
  position: absolute;
  bottom: -20px;
  right: 30px;
  border-radius: 5px;
  text-align: center;
}
.blog-card .blog-img .blog-tag h3 {
  font-size: 17px;
  color: #fff;
  line-height: 1;
  margin-bottom: 0;
  font-weight: 500;
}
.blog-card .blog-img .blog-tag span {
  color: #fff;
  line-height: 1;
  font-weight: 500;
}
.blog-card .content {
  padding: 25px 30px;
}
.blog-card .content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.blog-card .content ul li {
  display: inline-block;
  font-size: 15px;
  margin-right: 20px;
}
.blog-card .content ul li a {
  color: #444;
}
.blog-card .content ul li a i {
  font-size: 20px;
  color: #0071dc;
  margin-right: 5px;
  position: relative;
  top: 3px;
}
.blog-card .content ul li a:last-child {
  margin-right: 0;
}
.blog-card .content ul li a:hover {
  color: #ffc221;
}
.blog-card .content ul li a:hover i {
  color: #0071dc;
}
.blog-card .content h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 22px;
}
.blog-card .content h3 a {
  color: #252525;
}
.blog-card .content p {
  height: 48px;
  margin-bottom: 8px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blog-card .content .read-btn {
  color: #0071dc;
  font-size: 15px;
  font-weight: 600;
}
.blog-card .content .read-btn i {
  font-size: 20px;
  position: relative;
  top: 5px;
}
.blog-card .content .read-btn:hover {
  color: #252525;
  letter-spacing: 0.25px;
}
.blog-card:hover .content h3 a {
  color: #ffc221;
}
.blog-article {
  margin-bottom: 30px;
}
.blog-article .blog-article-img {
  margin-bottom: 30px;
  position: relative;
}
.blog-article .blog-article-img img {
  border-radius: 15px;
}
.blog-article .blog-article-img .blog-article-tag {
  background-color: #ffc221;
  padding: 15px 12px;
  position: absolute;
  bottom: -20px;
  right: 30px;
  border-radius: 3px;
  text-align: center;
}
.blog-article .blog-article-img .blog-article-tag h3 {
  font-size: 17px;
  color: #fff;
  line-height: 1;
  margin-bottom: 0;
  font-weight: 500;
}
.blog-article .blog-article-img .blog-article-tag span {
  font-size: 17px;
  color: #fff;
  line-height: 1;
  font-weight: 500;
}
.blog-article .blog-article-title {
  margin-bottom: 20px;
}
.blog-article .blog-article-title ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.blog-article .blog-article-title ul li {
  display: inline-block;
  font-size: 15px;
  color: #252525;
  margin-right: 30px;
  position: relative;
  font-weight: 500;
}
.blog-article .blog-article-title ul li:last-child {
  margin-right: 0;
}
.blog-article .blog-article-title ul li i {
  font-size: 18px;
  margin-right: 10px;
  position: relative;
  top: 3px;
  color: #0071dc;
}
.blog-article .blog-article-title h2 {
  margin-top: 15px;
  font-size: 26px;
  max-width: 650px;
  margin-bottom: 0;
  color: #252525;
}
.blog-article .article-content {
  padding-bottom: 10px;
  font-family: livvic, sans-serif !important;
}
.blog-article .article-content p {
  margin-bottom: 20px;
  font-family: livvic, sans-serif !important;
}
.blog-article .article-content p span {
  font-family: livvic, sans-serif !important;
}
.blog-article .article-content p strong span {
  font-family: livvic, sans-serif !important;
}
.blog-article .article-content table td {
  padding: 10px !important;
}
.blog-article .article-content table p {
  margin-bottom: 0px;
}
.blog-article .article-content .blockquote {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  margin-top: 30px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  padding: 20px 30px 20px 50px;
  margin-left: 35px;
}
.blog-article .article-content .blockquote p {
  font-size: 15px;
  color: #444;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}
.blog-article .article-content .blockquote span {
  font-size: 15px;
  color: #252525;
  font-weight: 600;
}
.blog-article .article-content .blockquote i {
  font-size: 35px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  color: #fff;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#070f60),
    to(#0071dc)
  );
  background-image: linear-gradient(to right, #070f60, #0071dc);
  text-align: center;
  border-radius: 50px;
  position: absolute;
  top: 24%;
  left: -35px;
}
.blog-article .blog-article-share {
  padding: 10px 0;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 30px;
}
.blog-article .blog-article-share .blog-tag ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.blog-article .blog-article-share .blog-tag ul li {
  display: inline-block;
  padding: 5px 3px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  color: #252525;
  font-weight: 400;
  margin-right: 5px;
}
.blog-article .blog-article-share .blog-tag ul li:last-child {
  margin-right: 0;
}
.blog-article .blog-article-share .blog-tag ul li i {
  color: #0071dc;
  font-size: 18px;
  position: relative;
  top: 3px;
}
.blog-article .blog-article-share .blog-tag ul li a {
  color: #fff;
  background-color: #0071dc;
  padding: 5px 12px;
  border-radius: 10px;
  font-size: 14px;
}
.blog-article .blog-article-share .blog-tag ul li:hover a {
  background-color: #ffc221;
}
.blog-article .blog-article-share .social-icon {
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
}
.blog-article .blog-article-share .social-icon li {
  display: inline-block;
  margin-right: 5px;
}
.blog-article .blog-article-share .social-icon li a {
  border-radius: 0;
  width: 35px;
  height: 35px;
  line-height: 37px;
  text-align: center;
  color: #0071dc;
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.blog-article .blog-article-share .social-icon li a:hover {
  background-color: #0071dc;
  color: #fff;
}
.blog-article .comments-wrap {
  margin-bottom: 30px;
}
.blog-article .comments-wrap .comment-title .title {
  font-size: 24px;
  margin-bottom: 0;
  color: #252525;
}
.blog-article .comments-wrap .comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.blog-article .comments-wrap .comment-list li {
  position: relative;
  padding: 30px;
  padding-left: 75px;
  border-bottom: 1px solid #e1e1e1;
}
.blog-article .comments-wrap .comment-list li:last-child {
  margin-bottom: 0;
}
.blog-article .comments-wrap .comment-list li img {
  position: absolute;
  top: 30px;
  left: 0;
  border-radius: 50%;
}
.blog-article .comments-wrap .comment-list li h3 {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 600;
  color: #252525;
}
.blog-article .comments-wrap .comment-list li span {
  font-size: 15px;
  color: #252525;
}
.blog-article .comments-wrap .comment-list li p {
  margin-top: 10px;
  margin-bottom: 0;
}
.blog-article .comments-wrap .comment-list li a {
  color: #0071dc;
  font-weight: 600;
  position: absolute;
  top: 30px;
  right: 0;
}
.blog-article .comments-wrap .comment-list li a:hover {
  color: #ffc221;
}
.blog-article .comments-form {
  margin-top: 30px;
  margin-bottom: 30px;
}
.blog-article .comments-form .title {
  font-size: 24px;
  margin-bottom: 20px;
  color: #252525;
}
.blog-article .comments-form .contact-form {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  background-color: #fff;
}
.blog-article .comments-form .default-btn {
  width: unset;
}
.search-widget {
  margin-bottom: 30px;
  background-color: #fff;
}
.search-widget .search-form {
  position: relative;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
}
.search-widget .search-form .form-control {
  height: 50px;
  border: 0;
  background-color: #fff;
  padding: 10px 20px;
  width: 100%;
  color: #252525;
  border-radius: 5px;
}
.search-widget .search-form .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
}
.search-widget .search-form button {
  position: absolute;
  top: 3px;
  right: 3px;
  height: 45px;
  width: 45px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: 0;
  outline: 0;
  background-color: #0071dc;
  line-height: 57px;
  border-radius: 5px;
}
.search-widget .search-form button i {
  color: #fff;
  font-size: 24px;
}
.search-widget .search-form button:hover {
  background-color: #252525;
}
.side-bar-area {
  margin-left: 15px;
}
.side-bar-widget {
  background-color: #fff;
}
.side-bar-widget .title {
  font-size: 20px;
  color: #252525;
  padding: 0;
  font-weight: 600;
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  background-color: transparent;
  width: 100%;
}
.side-bar-widget .side-bar-categories {
  margin-bottom: 15px;
}
.side-bar-widget .side-bar-categories ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.side-bar-widget .side-bar-categories ul li {
  position: relative;
  font-size: 15px;
  font-weight: 500;
}
.side-bar-widget .side-bar-categories ul li .line-circle {
  position: absolute;
  top: 10px;
  left: 0;
  width: 13px;
  height: 13px;
  background-color: transparent;
  border: 1px solid #0071dc;
  border-radius: 50px;
}
.side-bar-widget .side-bar-categories ul li .line-circle::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  margin: 0 auto;
  width: 9px;
  height: 9px;
  background-color: #0071dc;
  border-radius: 50px;
}
.side-bar-widget .side-bar-categories ul li:last-child {
  border-bottom: 0;
}
.side-bar-widget .side-bar-categories ul li a {
  display: inline-block;
  color: #444;
  font-weight: 400;
  padding: 5px 0 5px 25px;
  font-weight: 600;
  position: relative;
  width: 100%;
}
.side-bar-widget .side-bar-categories ul li a span {
  right: 30px;
  position: absolute;
  top: 10px;
  color: #444;
}
.side-bar-widget .side-bar-categories ul li a:hover {
  color: #0071dc;
}
.side-bar-widget .side-bar-categories ul li a:hover span {
  color: #0071dc;
}
.side-bar-widget .widget-popular-post {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 20px;
}
.side-bar-widget .widget-popular-post .item {
  overflow: hidden;
  margin-bottom: 13px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e2e2e2;
}
.side-bar-widget .widget-popular-post .item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}
.side-bar-widget .widget-popular-post .item .thumb {
  float: left;
  overflow: hidden;
  position: relative;
  margin-right: 15px;
}
.side-bar-widget .widget-popular-post .item .thumb .full-image {
  width: 80px;
  height: 80px;
  display: inline-block;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center !important;
  position: relative;
  background-color: #070b3b;
}
.side-bar-widget .widget-popular-post .item .thumb .full-image.bg1 {
  background-image: url(../images/blog-details.jpg);
}
.side-bar-widget .widget-popular-post .item .thumb .full-image.bg2 {
  background-image: url(../images/blog-img2.jpg);
}
.side-bar-widget .widget-popular-post .item .thumb .full-image.bg3 {
  background-image: url(../images/blog-img3.jpg);
}
.side-bar-widget .widget-popular-post .item .thumb .full-image.bg4 {
  background-image: url(../images/blog-img1.jpg);
}
.side-bar-widget .widget-popular-post .item .info {
  overflow: hidden;
  padding: 0;
}
.side-bar-widget .widget-popular-post .item .info .title-text {
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 18px;
  font-weight: 500;
  max-width: 210px;
}
.side-bar-widget .widget-popular-post .item .info .title-text a {
  display: inline-block;
  color: #252525;
  margin-bottom: 5px;
}
.side-bar-widget .widget-popular-post .item .info .title-text a:hover {
  color: #0071dc;
}
.side-bar-widget .widget-popular-post .item .info p {
  font-size: 15px;
  margin-bottom: 0;
  max-width: 180px;
  color: #0071dc;
}
.side-bar-widget .side-bar-widget-tag {
  list-style: none;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 20px;
}
.side-bar-widget .side-bar-widget-tag li {
  display: inline-block;
  margin: 5px;
  color: #fff;
}
.side-bar-widget .side-bar-widget-tag li a {
  color: #fff;
  padding: 7px 15px;
  background-color: #0071dc;
  font-size: 14px;
  font-weight: 400;
  border-radius: 5px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.side-bar-widget .side-bar-widget-tag li:hover a {
  color: #fff;
  background-color: #ffc221;
}
.side-bar-widget .blog-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  list-style-type: none;
  margin-left: -5px;
  margin-right: -5px;
  margin-top: 10px;
  margin-bottom: 25px;
}
.side-bar-widget .blog-gallery li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 10px;
}
.side-bar-widget .blog-gallery li a {
  display: block;
  position: relative;
}
.side-bar-widget .blog-gallery li a img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
}
.side-bar-widget .blog-gallery li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #0071dc;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
  border-radius: 15px;
}
.side-bar-widget .blog-gallery li a::after {
  content: "\ee93";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-align: center;
  background-color: transparent;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
  font-size: 35px;
  font-family: boxicons;
  color: #fff;
}
.side-bar-widget .blog-gallery li a:hover::before {
  opacity: 0.5;
  visibility: visible;
}
.side-bar-widget .blog-gallery li a:hover::after {
  opacity: 1;
  visibility: visible;
}
.blog-style-card {
  margin-bottom: 30px;
}
.blog-style-card .blog-style-img {
  position: relative;
}
.blog-style-card .blog-style-img img {
  border-radius: 15px;
}
.blog-style-card .blog-style-img .blog-style-tag {
  background-color: #ffc221;
  padding: 15px 12px;
  position: absolute;
  bottom: -20px;
  right: 30px;
  border-radius: 3px;
  text-align: center;
}
.blog-style-card .blog-style-img .blog-style-tag h3 {
  font-size: 17px;
  color: #fff;
  line-height: 1;
  margin-bottom: 0;
  font-weight: 500;
}
.blog-style-card .blog-style-img .blog-style-tag span {
  font-size: 17px;
  color: #fff;
  line-height: 1;
  font-weight: 500;
}
.blog-style-card .content {
  padding: 30px 0 0;
}
.blog-style-card .content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.blog-style-card .content ul li {
  display: inline-block;
  font-size: 15px;
  color: #252525;
  margin-right: 30px;
  position: relative;
  font-weight: 500;
}
.blog-style-card .content ul li:last-child {
  margin-right: 0;
}
.blog-style-card .content ul li i {
  font-size: 18px;
  margin-right: 10px;
  position: relative;
  top: 3px;
  color: #0071dc;
}
.blog-style-card .content h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.blog-style-card .content h3 a {
  color: #252525;
  display: block;
}
.blog-style-card .content p {
  margin-bottom: 15px;
}
.blog-style-card .content .default-btn {
  padding: 8px 16px;
  font-size: 14px;
}
.blog-style-card:hover .content h3 a {
  color: #0071dc;
}
.faq-area .section-title p {
  max-width: 560px;
}
.faq-content {
  margin-bottom: 30px;
}
.faq-content .section-title {
  margin-bottom: 30px;
}
.faq-content .section-title h2 {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.2;
}
.faq-content .section-title p {
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}
.faq-content .faq-accordion .accordion {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
.faq-content .faq-accordion .accordion .accordion-item {
  display: block;
  margin-bottom: 15px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
}
.faq-content .faq-accordion .accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.faq-content .faq-accordion .accordion .accordion-title {
  padding: 15px 60px 15px 20px;
  color: #252525;
  text-decoration: none;
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: 600;
}
.faq-content .faq-accordion .accordion .accordion-title i {
  position: absolute;
  right: 15px;
  top: 14px;
  font-size: 25px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 24px;
  width: 30px;
  height: 30px;
  color: #0071dc;
  text-align: center;
  line-height: 30px;
  background-color: transparent;
  border-radius: 50px;
  border: 1px solid #0071dc;
}
.faq-content .faq-accordion .accordion .accordion-title.active i::before {
  content: "\eaed";
}
.faq-content
  .faq-accordion
  .accordion
  .accordion-title.active
  i
  .accordion-content
  p {
  margin-top: -5px;
}
.faq-content .faq-accordion .accordion .accordion-content {
  display: none;
  position: relative;
  margin-top: 0;
  padding-bottom: 10px;
  padding-right: 20px;
  padding-left: 20px;
}
.faq-content .faq-accordion .accordion .accordion-content p {
  margin-top: -6px;
  line-height: 1.8;
  font-size: 15px;
  margin-bottom: 3px;
}
.faq-content .faq-accordion .accordion .accordion-content.show {
  display: block;
}
.user-img {
  margin-bottom: 30px;
}
.user-form .contact-form {
  max-width: 640px;
}
.user-form .contact-form .agree-label .forget {
  position: absolute;
  right: 0;
}
.user-form .contact-form .default-btn {
  width: unset;
}
.user-form .contact-form .account-desc {
  margin-top: 15px;
  font-weight: 600;
  margin-bottom: 0;
}
.user-form .contact-form .account-desc a {
  color: #0071dc;
}
.user-form .contact-form .account-desc a:hover {
  color: #ffc221;
}
.pagination-area {
  margin-top: 10px;
  margin-bottom: 30px;
}
.pagination-area .page-numbers {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #0071dc;
  background-color: transparent;
  border: 1px solid #0071dc;
  text-align: center;
  display: inline-block;
  position: relative;
  margin-left: 3px;
  margin-right: 3px;
  font-size: 18px;
  border-radius: 5px;
}
.pagination-area .page-numbers:hover {
  background-color: #0071dc;
  color: #fff;
}
.pagination-area .page-numbers i {
  position: relative;
  font-size: 25px;
  top: 5px;
}
.pagination-area .page-numbers.current {
  background-color: #0071dc;
  color: #fff;
}
.terms-conditions-img {
  margin-bottom: 30px;
}

.single-content {
  margin-bottom: 30px;
}
.single-content h3 {
  font-size: 24px;
  color: #252525;
  margin-bottom: 15px;
}
.single-content p {
  margin-bottom: 15px;
  font-size: 18px;
}
.contact-form {
  max-width: 800px;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}
.contact-form h2 {
  color: #252525;
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 26px;
  line-height: 1;
}
.contact-form .form-group {
  margin-bottom: 20px;
  position: relative;
}
.contact-form .form-group label {
  color: #252525;
  font-size: 15px;
  margin-bottom: 15px;
  font-weight: 500;
}
.contact-form .form-group label span {
  color: #0071dc;
}
.contact-form .form-group.checkbox-option {
  position: relative;
}
.contact-form .form-group.checkbox-option #chb2 {
  position: absolute;
  top: 6px;
  left: 0;
}
.contact-form .form-group.checkbox-option p {
  padding-left: 25px;
  font-size: 15px;
}
.contact-form .form-group.checkbox-option p a {
  color: #0071dc;
}
.contact-form .form-group.checkbox-option p a:hover {
  color: #ffc221;
}
.contact-form .form-group .form-control {
  height: 50px;
  color: #252525;
  border: 1px solid #0071dc;
  background-color: #fff;
  font-size: 15px;
  padding: 10px 20px;
  width: 100%;
  border-radius: 0;
  font-weight: 500;
}
.contact-form .form-group .form-control:focus {
  outline: 0;
  border-color: #252525;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.contact-form .form-group textarea.form-control {
  height: auto;
}
.contact-form .agree-label {
  margin-bottom: 15px;
  position: relative;
}
.contact-form .agree-label #chb1 {
  position: absolute;
  top: 5px;
  left: 0;
}
.contact-form .agree-label label {
  font-weight: 500;
  color: #252525;
  margin-left: 25px;
}
.contact-form .agree-label label a {
  color: #0071dc;
}
.contact-form .agree-label label a:hover {
  color: #ffc221;
}
.contact-form .with-errors {
  float: left;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 0;
  color: red;
  font-weight: 400;
  display: block;
}
.contact-form .text-danger {
  font-size: 18px;
  margin-top: 15px;
}
.contact-form .default-btn {
  border: 0;
  outline: 0;
}
.contact-form .form-group .form-control::-webkit-input-placeholder,
.contact-form .form-group .form-control:-ms-input-placeholder,
.contact-form .form-group .form-control::-ms-input-placeholder,
.contact-form .form-group .form-control::-webkit-input-placeholder {
  color: #444;
}
.contact-form .form-group .form-control::-webkit-input-placeholder,
.contact-form .form-group .form-control:-ms-input-placeholder,
.contact-form .form-group .form-control::-ms-input-placeholder,
.contact-form .form-group .form-control::placeholder {
  color: #444;
}
.contact-card {
  text-align: center;
  margin-bottom: 30px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  padding: 30px 20px;
  border-radius: 15px;
}
.contact-card i {
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: #fff;
  font-size: 24px;
  color: #0071dc;
  border-radius: 50px;
  border: 1px solid #e2e2e2;
  margin-bottom: 10px;
}
.contact-card h3 {
  font-size: 24px;
  margin-bottom: 10px;
  color: #252525;
}
.contact-card span {
  color: #444;
  font-weight: 500;
  font-size: 17px;
  display: block;
}
.contact-card span a {
  color: #444;
  display: block;
}
.contact-card span a:hover {
  color: #0071dc;
}
.contact-info {
  margin-bottom: 30px;
  background-color: #070b3b;
  padding: 52px 35px 22px;
  border-radius: 15px;
  position: relative;
  z-index: 1;
}
.contact-info::before {
  content: "";
  position: absolute;
  opacity: 0.1;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/call-shap1.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.contact-info span {
  color: #ffc221;
  display: block;
  margin-bottom: 5px;
}
.contact-info h2 {
  color: #fff;
  font-size: 26px;
  margin-bottom: 15px;
}
.contact-info p {
  color: #fff;
  margin-bottom: 20px;
}
.contact-info ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.contact-info ul li {
  display: block;
  margin-bottom: 30px;
  padding-left: 60px;
  position: relative;
}
.contact-info ul li .content i {
  width: 45px;
  height: 45px;
  line-height: 45px;
  background-color: #fff;
  font-size: 20px;
  color: #0071dc;
  border-radius: 50px;
  border: 1px solid #e2e2e2;
  margin-bottom: 10px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}
.contact-info ul li .content h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #fff;
  display: block;
}
.contact-info ul li .content a {
  color: #fff;
  display: block;
  font-weight: 400;
  font-size: 15px;
}
.contact-info ul li .content a:hover {
  color: #0071dc;
}
.contact-info ul li .content span {
  color: #fff;
  font-weight: 400;
  display: block;
  font-size: 15px;
}
.error-area {
  height: 100%;
  padding-top: 50px;
  padding-bottom: 70px;
}
.error-area .error-content {
  text-align: center;
  position: relative;
}
.error-area .error-content img {
  max-width: 100%;
}
.error-area .error-content h3 {
  margin-bottom: 20px;
  position: relative;
  color: #252525;
  font-size: 35px;
}
.error-area .error-content p {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  color: #444;
}
.coming-soon-area {
  position: relative;
  height: 100vh;
  overflow: hidden;
  background-color: #fff;
}
.coming-soon-area .coming-soon-content {
  text-align: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
  padding: 50px 30px;
  background-color: #f8f8f8;
  border: 3px solid #0071dc;
}
.coming-soon-area .coming-soon-content h1 {
  margin-bottom: 0;
  color: #252525;
  font-size: 50px;
}
.coming-soon-area .coming-soon-content p {
  font-size: 16px;
  max-width: 600px;
  margin-top: 15px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  color: #444;
}
.coming-soon-area .coming-soon-content #timer {
  margin-top: 40px;
}
.coming-soon-area .coming-soon-content #timer div {
  display: inline-block;
  color: #252525;
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 10px;
  font-size: 35px;
  font-weight: 700;
  background-color: #fff;
  border-radius: 5px;
}
.coming-soon-area .coming-soon-content #timer div span {
  display: block;
  text-transform: capitalize;
  margin-top: -15px;
  font-size: 16px;
  font-weight: 400;
  color: #252525;
}
.coming-soon-area .coming-soon-content #timer div:last-child {
  margin-right: 0;
}
.coming-soon-area .coming-soon-content #timer div:last-child::before {
  display: none;
}
.coming-soon-area .coming-soon-content #timer div:first-child {
  margin-left: 0;
}
.coming-soon-area .coming-soon-content #timer div::before {
  content: "";
  position: absolute;
  right: -50px;
  top: -10px;
  font-size: 70px;
  color: #fff;
}
.coming-soon-area .coming-soon-content #timer div span {
  font-size: 13px;
  padding-top: 5px;
}
.coming-soon-area .coming-soon-content .newsletter-form {
  position: relative;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
.coming-soon-area .coming-soon-content .newsletter-form .input-newsletter {
  display: block;
  width: 100%;
  height: 60px;
  border: 0;
  background-color: #fff;
  padding-left: 15px;
  color: #fff;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 0;
  border: 1px solid #ccc;
  color: #5d5d5d;
}
.coming-soon-area
  .coming-soon-content
  .newsletter-form
  .input-newsletter:focus {
  border-color: #252525;
}
.coming-soon-area .coming-soon-content .newsletter-form .default-btn {
  border: 0;
  outline: 0;
  border-radius: 0 !important;
}
.coming-soon-area .coming-soon-content .newsletter-form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 60px;
  padding: 0 30px;
  text-transform: uppercase;
  outline: 0;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: 500;
  font-size: 15px;
  cursor: pointer;
}
.coming-soon-area .coming-soon-content .newsletter-form button::after {
  border-radius: 0;
}
.coming-soon-area .coming-soon-content .newsletter-form button::before {
  border-radius: 0;
}
.coming-soon-area .coming-soon-content .newsletter-form button:hover {
  color: #fff;
  background-color: #190f3c;
}
.coming-soon-area .coming-soon-content ul {
  list-style: none;
  margin-top: 30px;
  padding: 0;
}
.coming-soon-area .coming-soon-content ul li {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 50px;
  font-size: 18px;
  background-color: #0071dc;
  color: #fff;
  border-radius: 50px;
  margin-right: 10px;
}
.coming-soon-area .coming-soon-content ul li a {
  color: #fff;
}
.coming-soon-area .coming-soon-content ul li:hover {
  background-color: #252525;
}
.coming-soon-area #validator-newsletter {
  text-align: left;
  color: #dc3545 !important;
  margin-top: 10px;
}
.map-area iframe {
  display: block;
  width: 100%;
  height: 400px;
}
.footer-bg {
  background-color: #070b3b;
}
.footer-widget {
  margin-bottom: 30px;
}
.footer-widget .footer-logo {
  margin-bottom: 20px;
  position: relative;
  top: -5px;
}
.footer-widget h3 {
  margin-top: 0;
  font-size: 24px;
  margin-bottom: 30px;
  color: #fff;
  line-height: 1.2;
}
.footer-widget p {
  margin-bottom: 20px;
  color: #fff;
  max-width: 300px;
}
.footer-widget .footer-call-content {
  background-color: #fff;
  padding: 20px 80px 20px 20px;
  border-radius: 15px;
  position: relative;
  max-width: 345px;
}
.footer-widget .footer-call-content:hover i {
  background-color: #0071dc;
  color: #fff;
}
.footer-widget .footer-call-content h3 {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 5px;
  color: #252525;
}
.footer-widget .footer-call-content span a {
  color: #252525;
  font-weight: 600;
}
.footer-widget .footer-call-content span a:hover {
  color: #0071dc;
}
.footer-widget .footer-call-content i {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  font-size: 35px;
  line-height: 60px;
  text-align: center;
  display: inline-block;
  background-color: #e5f3ff;
  color: #0071dc;
  border-radius: 50px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.footer-widget .footer-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-widget .footer-list li {
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
}
.footer-widget .footer-list li:last-child {
  margin-bottom: 0;
}
.footer-widget .footer-list li a {
  color: #fff;
  font-weight: 400;
}
.footer-widget .footer-list li a i {
  font-size: 18px;
  position: relative;
  top: 3px;
  margin-right: 5px;
}
.footer-widget .footer-list li a:hover {
  color: #ffc221;
}
.footer-widget .footer-blog {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-widget .footer-blog li {
  display: block;
  margin-bottom: 20px;
  padding-left: 90px;
  position: relative;
}
.footer-widget .footer-blog li:hover h3 a {
  color: #ffc221;
}
.footer-widget .footer-blog li:last-child {
  margin-bottom: 0;
}
.footer-widget .footer-blog li a {
  display: block;
}
.footer-widget .footer-blog li a img {
  position: absolute;
  top: 0;
  left: 0;
  height: 70px;
  width: 70px;
}
.footer-widget .footer-blog li h3 {
  font-size: 16px;
  color: #fff;
  margin-bottom: 5px;
  max-width: 200px;
}
.footer-widget .footer-blog li h3 a {
  color: #fff;
  line-height: 1.4;
}
.footer-widget .footer-blog li h3 a:hover {
  color: #ffc221;
}
.footer-widget .footer-blog li span {
  font-size: 14px;
  color: #ffc221;
}
.footer-widget .newsletter-area .newsletter-form {
  position: relative;
  max-width: 270px;
  border-radius: 5px;
}
.footer-widget .newsletter-area .newsletter-form .form-control {
  background-color: #fff;
  height: 50px;
  line-height: 50px;
  margin: 0;
  border-radius: 5px;
  border: 0;
  padding: 0 45px 0 15px;
  max-width: 100%;
  color: #252525;
  font-weight: 400;
}
.footer-widget .newsletter-area .newsletter-form .form-control:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
}
.footer-widget .newsletter-area .newsletter-form .subscribe-btn {
  position: absolute;
  top: 3px;
  right: 3px;
  background-color: #0071dc;
  color: #fff;
  height: 45px;
  line-height: 50px;
  width: 45px;
  border: 0;
  border-radius: 5px;
  font-size: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.footer-widget .newsletter-area .newsletter-form .subscribe-btn:hover {
  background: #252525;
  color: #fff;
}
.footer-widget .newsletter-area .newsletter-form .validation-danger {
  font-size: 18px;
  margin-top: 5px;
  color: red;
}
.copy-right-area {
  padding: 15px 0;
  border-top: 1px solid #0071dc61;
}
.copy-right-text {
  text-align: center;
}
.copy-right-text p {
  color: #fff;
  margin-bottom: 0;
}
.copy-right-text p a {
  color: #ffc221;
  border-bottom: 1px solid #ffc221;
}
.copy-right-text p a:hover {
  color: #0071dc;
  border-color: #0071dc;
}
.go-top {
  position: fixed;
  top: 60%;
  right: 3%;
  opacity: 0;
  cursor: pointer;
  text-decoration: none;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  background: #0071dc;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  line-height: 48px;
  z-index: 100;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.go-top i {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.go-top:hover {
  background-color: #ffc221;
}
.go-top.active {
  top: 95%;
  -webkit-transform: translateY(-95%);
  transform: translateY(-95%);
  opacity: 1;
  visibility: visible;
}
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #013688;
}
.spinner {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background-color: #fff;
  margin: 100px auto;
  -webkit-animation: rotate-in 1.2s infinite ease-in-out;
  animation: rotate-in 1.2s infinite ease-in-out;
}
@-webkit-keyframes rotate-in {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
@keyframes rotate-in {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
@-webkit-keyframes moveBounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes moveBounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
.pagination {
  height: 40px !important;
}
.pagination p {
  height: 40px !important;
  line-height: 40px !important;
  font-size: 18px !important;
  padding: 0 14px !important;
  border-radius: 5px !important;
  box-sizing: border-box !important;
}
.pagination a {
  height: 40px !important;
  line-height: 40px !important;
  font-size: 18px !important;
  color: #0071dc !important;
  padding: 0 14px !important;
  border: 1px solid #0071dc !important;
  border-radius: 5px !important;
  box-sizing: border-box !important;
}
.pagination a:hover {
  color: #fff !important;
  background: #0071dc !important;
}
.pagination a.cur {
  color: #fff !important;
  background: #0071dc !important;
}
.pagination p.pageRemark b {
  color: #0071dc !important;
}

.manufacture {
}
.manufacture .row {
}
.manufacture .row .tpk1 {
  padding: 0px;
  text-align: right;
}
.manufacture .row .tpk1 img {
  width: 100%;
}
.manufacture .row .wzk2 {
  background: #eee;
}
.manufacture .row .wzk2 .nrk {
  padding: 18% 12% 10%;
}
.manufacture .row .wzk2 .nrk .wz1 {
  line-height: 24px;
  font-size: 18px;
  color: #333;
  text-align: justify;
}
.manufacture .row .wzk2 .nrk .xt2 {
  width: 92px;
  height: 1px;
  background: #1b1b1b;
  margin-top: 32px;
}

.oem {
}
.oem .nrks {
}
.oem .nrks .kz {
  position: relative;
}
.oem .nrks .kz .bjts1 {
  width: 100%;
}
.oem .nrks .kz .nrks2 {
  position: absolute;
  left: 0px;
  bottom: 0px;
  line-height: 24px;
  font-size: 18px;
  color: #fff;
  text-align: justify;
  padding: 3% 6%;
  background: rgba(8, 11, 59, 0.8);
}

.research {
}
.research .nrks {
  background: #eee;
  margin-bottom: 5%;
}
.research .nrks .ims img {
  width: 100%;
  vertical-align: bottom;
}
.research .nrks .wzs {
  padding: 6% 5%;
  text-align: justify;
  line-height: 24px;
  font-size: 18px;
  color: #333;
}

.weare {
}
.weare .nrks {
}
.weare .nrks .kz {
}
.weare .nrks .kz .bjts1 {
  width: 100%;
}
.weare .nrks .kz .nrks2 {
  line-height: 24px;
  font-size: 18px;
  color: #333;
  text-align: justify;
  padding: 3% 6%;
  background: #eee;
}

.COVID {
  width: 100%;
}
.COVID .COVID1 {
  background: #f2f2f2;
}
.COVID .COVID1.bgs {
  background: #fff;
}
.COVID .COVID1 .zclbt {
  max-width: 474px;
  margin: 0 auto 10px;
  text-align: center;
}
.COVID .COVID1 .zclbt .view .swiper {
  width: 100%;
}
.COVID .COVID1 .zclbt .view .swiper .zoomIcon {
  width: 33px;
  height: 33px;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/icon.png);
}
.COVID .COVID1 .zclbt .view .swiper .zoom {
  display: inline-block;
  position: relative;
}
.COVID .COVID1 .zclbt .view .swiper .zoom img {
  display: block;
}
.COVID .COVID1 .zclbt .view .swiper .zoom img::selection {
  background-color: transparent;
}
.COVID .COVID1 .zclbt .preview {
  padding: 0px;
  width: 102.5%;
  margin: 20px -5px 0;
  position: relative;
  z-index: 100;
}
.COVID .COVID1 .zclbt .preview .swiper-slide {
  padding: 0 5px;
  width: 23%;
  height: 100%;
  cursor: pointer;
}
.COVID .COVID1 .zclbt .preview img {
  padding: 1px;
}
.COVID .COVID1 .zclbt .preview .active-nav img {
  padding: 0;
}
.COVID .COVID1 img {
  width: 100%;
}
.COVID .COVID1 .wzk1 {
  line-height: 26px;
  font-size: 20px;
  color: #999;
  text-align: justify;
  padding-left: 3%;
  letter-spacing: 0.5px;
}
.COVID .COVID1 .ulos {
  margin-top: 22%;
  padding-left: 3%;
  list-style: none;
}
.COVID .COVID1 .ulos .los {
  text-align: left;
  padding: 10px 0 10px 36px;
  line-height: 22px;
  font-size: 20px;
  color: #003b97;
  background: url(../images/0xtps160.png) 4px 12px no-repeat;
}
.COVID .COVID1 .ank2 {
  margin-top: 6%;
  padding-left: 3%;
  width: 56%;
}
.COVID .COVID1 .ank2 .ans {
  margin-bottom: 5%;
  height: 68px;
  line-height: 68px;
  text-align: center;
  font-size: 24px;
  border-radius: 34px;
  background: url(../images/0xtps161.png) center center no-repeat;
  background-size: cover;
}
.COVID .COVID1 .ank2 .ans a {
  display: inline-block;
  width: 100%;
  color: #fff;
}

.COVID .COVID2 {
  background: url(../images/0xtps10.png) center center no-repeat;
  background-size: cover;
}
.COVID .COVID2 .nrls .section-title h2 {
  color: #fff;
}
.COVID .COVID2 .nrls .section-title h2 img {
  position: relative;
  top: -5px;
  vertical-align: middle;
}
.COVID .COVID2 .nrls .wzks {
  margin-top: 10px;
}
.COVID .COVID2 .nrls .wzks .wzx {
  line-height: 24px;
  font-size: 16px;
  color: #fff;
}
.COVID .COVID3 {
}
.COVID .COVID3 .col-lg-4 {
  text-align: center;
}
.COVID .COVID3 .col-lg-4 .wk1 {
  line-height: 52px;
  font-size: 48px;
  color: #ee591c;
  font-weight: 700;
}
.COVID .COVID3 .col-lg-4 .wk2 {
  line-height: 42px;
  font-size: 24px;
  color: #333;
  font-weight: 500;
}
.COVID .COVID3 .col-lg-4 .wk2 img {
  position: relative;
  top: -3px;
  vertical-align: middle;
}
.COVID .COVID4 {
  overflow: hidden;
}
.COVID .COVID4 .zk1 {
  box-sizing: border-box;
  background: #f2f2f2;
}
.COVID .COVID4 .yk2 {
  box-sizing: border-box;
  padding-right: 0px !important;
  background: url(../images/0xtps15.png) center center no-repeat;
  background-size: cover;
}
.COVID .COVID4 .wzk {
  width: 83%;
  max-width: 572px;
}
.COVID .COVID4 .wzk .kks {
  width: 302px;
  margin: 0 auto;
}
.COVID .COVID4 .wzk .kks .section-title h2 img {
  position: relative;
  top: -5px;
  margin-right: 6px;
  vertical-align: middle;
}
.COVID .COVID4 .wzk .kks .wzks {
  margin-top: 6px;
}
.COVID .COVID4 .wzk .kks .wzks .wzx {
  line-height: 26px;
  font-size: 16px;
}
.COVID .COVID4 .wzk.wzk1 {
  float: right;
}
.COVID .COVID4 .wzk.wzk1 .wzks .wzx {
  color: #333;
}
.COVID .COVID4 .wzk.wzk2 {
  float: left;
}
.COVID .COVID4 .wzk.wzk2 .kks .section-title h2 {
  color: #fff;
}
.COVID .COVID4 .wzk.wzk2 .wzks .wzx {
  color: #fff;
}
.COVID .COVID5 {
  background: #f2f2f2;
}
.COVID .COVID5 .row img {
  width: 100%;
  vertical-align: bottom;
}
.COVID .COVID6 {
  width: 100%;
}
.COVID .COVID6 .tabsi {
  width: 100%;
  vertical-align: bottom;
}
.COVID .COVID6 .tab {
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.COVID .COVID6 .tab tr th {
  border-bottom: 4px solid #fff;
  width: 20%;
  padding: 28px 0;
  line-height: 32px;
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
}
.COVID .COVID6 .tab tr th.th1 {
  background: #070b3b;
}
.COVID .COVID6 .tab tr th.th2 {
  background: #393c63;
}
.COVID .COVID6 .tab tr td {
  padding: 2%;
  line-height: 28px;
  font-size: 20px;
  color: #333;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
}
.COVID .COVID6 .tab tr td.td1 {
  background: #ceced8;
}
.COVID .COVID6 .tab tr td.td2 {
  background: #e6e6eb;
}
.COVID .COVID6 .ans {
  margin: 45px auto 0;
  width: 316px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  font-size: 24px;
  border-radius: 24px;
  background: url(../images/0xtps19.png) center center no-repeat;
  background-size: cover;
}
.COVID .COVID6 .ans a {
  display: inline-block;
  width: 100%;
  color: #fff;
}

.COVID.VIM {
}
.COVID.VIM .COVID1 .wzk1 {
  width: 57%;
}
.COVID.VIM .COVID10 {
  padding-top: 30px;
  padding-bottom: 30px;
  width: 100%;
  background-color: #f8f8f8;
}
.COVID.VIM .COVID10 .ntk1 {
  margin-bottom: 8px;
}
.COVID.VIM .COVID10 .ntk1 .tis1 {
  line-height: 60px;
  font-size: 24px;
  color: #013688;
  font-weight: 600;
}
.COVID.VIM .COVID10 .ntk1 .uls2 {
  list-style: none;
  padding-left: 0px;
}
.COVID.VIM .COVID10 .ntk1 .uls2 li {
  padding: 10px 20px;
  line-height: 24px;
  font-size: 20px;
  color: #999;
  background: url(../images/0xtps169.png) left 18px no-repeat;
}
.COVID.VIM .COVID10 .ntk2 {
  margin-bottom: 8px;
}
.COVID.VIM .COVID10 .ntk2 .tis1 {
  line-height: 60px;
  font-size: 24px;
  color: #013688;
  font-weight: 600;
}
.COVID.VIM .COVID10 .ntk2 .uls2 {
  padding-left: 1.4rem;
}
.COVID.VIM .COVID10 .ntk2 .uls2 li {
  padding: 10px 20px 10px 0px;
  line-height: 24px;
  font-size: 20px;
  color: #999;
}
.COVID.VIM .COVID11 {
  width: 100%;
  background: url(../images/0xtps170.png) center center no-repeat;
  background-size: cover;
}
.COVID.VIM .COVID11 .wzs {
  margin-bottom: 40px;
  padding-right: 5%;
  line-height: 40px;
  font-size: 30px;
  color: #333;
}
.COVID.VIM .COVID12 {
  background: url(../images/0xtps300.png) center center no-repeat;
  background-size: cover;
}
.COVID.VIM .COVID12 .row {
  margin: 0 -4%;
}
.COVID.VIM .COVID12 .row .nrks {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 40px;
}
.COVID.VIM .COVID12 .row .nrks .im1 {
  margin-bottom: 8px;
}
.COVID.VIM .COVID12 .row .nrks .im1 img {
  width: 100%;
  vertical-align: bottom;
}
.COVID.VIM .COVID12 .row .nrks .wz2 {
  font-size: 30px;
  color: #003b94;
  line-height: 44px;
  font-weight: 600;
}
.COVID.VIM .COVID12 .row .nrks .wz3 {
  font-size: 20px;
  color: #666;
  line-height: 26px;
}

.COVID.COV {
}
.COVID.COV .COVID1 .ulos {
  margin-top: 3%;
}
.COVID.COV .COVID1 .ulos .los {
  color: #214290;
  background: url(../images/0xtps179.png) 4px 12px no-repeat;
}
.COVID.COV .COVID15 {
  width: 100%;
  background: url(../images/0xtps181.png) center bottom no-repeat;
  background-size: 100% auto;
}
.COVID.COV .COVID15 .wbz {
  margin: 0 -1.9%;
}
.COVID.COV .COVID15 .nkds {
  padding: 0 4%;
}
.COVID.COV .COVID15 .nkds .im1 {
  width: 100%;
  margin-bottom: 24px;
}
.COVID.COV .COVID15 .nkds .im1 img {
  width: 100%;
  vertical-align: bottom;
}
.COVID.COV .COVID15 .nkds .wz2 {
  padding: 0 10% 34px;
  line-height: 26px;
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
}
.COVID.COV .COVID15 .nkds .wz2 .ys {
  color: #f08122;
}
.COVID.COV .COVID15 .nkds .wz2 .zh {
  font-size: 30px;
  color: #f08122;
  font-weight: 800;
}
.COVID.COV .COVID16 .nrt1 {
  width: 100%;
  vertical-align: bottom;
}
.COVID.COV .COVID16 .cpggtb {
  width: 100%;
}
.COVID.COV .COVID16 .cpggtb .tab1 {
  width: 100%;
  border: 1px solid #3d69c0;
  border-radius: 10px;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
}
.COVID.COV .COVID16 .cpggtb .tab1 tr:nth-child(odd) {
  background: #e5e9f1;
}
.COVID.COV .COVID16 .cpggtb .tab1 td {
  padding: 10px 1%;
  text-align: left;
  border-right: 2px solid #fff;
  font-size: 16px;
  color: #1e1e1e;
  letter-spacing: 1px;
  line-height: 26px;
  vertical-align: middle;
}
.COVID.COV .COVID16 .cpggtb .tab1 td:nth-child(odd) {
  width: 20%;
  background: #dde6f7;
}
.COVID.COV .COVID16 .cpggtb .tab1 td:last-child {
  border-right: 0px;
}
.COVID.COV .COVID16 .cpggtb .tab1 tr:nth-child(odd) td:nth-child(odd) {
  background: #819fdb;
}
.COVID.COV .COVID16 .cpggtb .tab2 {
  width: 100%;
  border-radius: 10px;
  background: #e9e9e9;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
}
.COVID.COV .COVID16 .cpggtb .tab2 th {
  padding: 14px 1%;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 26px;
  background: #3d69c0;
  vertical-align: middle;
}
.COVID.COV .COVID16 .cpggtb .tab2 td {
  padding: 14px 1%;
  font-size: 16px;
  color: #333;
}
.COVID.COV .COVID16 .cpswiper {
}
.COVID.COV .COVID16 .cpswiper .swiper-slide {
  background-color: #e9e9e9;
  border-radius: 10px;
  overflow: hidden;
}
.COVID.COV .COVID16 .cpswiper .swiper-slide .im1 img {
  width: 100%;
  vertical-align: bottom;
}
.COVID.COV .COVID16 .cpswiper .swiper-slide .wz2 {
  padding: 5% 4%;
  font-size: 15px;
  color: #333;
  line-height: 22px;
}
.COVID.COV .COVID17 {
  background: url(../images/0xtps192.png) center top no-repeat;
  background-size: 100% 70%;
}
.COVID.COV .COVID17 h2 {
  color: #fff;
}
.COVID.COV .COVID17 .tiys {
  padding: 22px 0;
  line-height: 30px;
  font-size: 24px;
  color: #fff;
}
.COVID.COV .COVID17 .nrt1 {
  width: 100%;
  border-radius: 16px;
  vertical-align: bottom;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.35);
}
.COVID.COV .COVID18 .wbz {
  margin: 0 -1.9%;
}
.COVID.COV .COVID18 .nkds {
  padding: 0 4%;
}
.COVID.COV .COVID18 .nkds .im1 {
  width: 100%;
  margin-bottom: 24px;
}
.COVID.COV .COVID18 .nkds .im1 img {
  width: 100%;
  vertical-align: bottom;
}
.COVID.COV .COVID19 {
  background-color: #f8f8f8;
}
.COVID.COV .COVID19 .tiy1 {
  margin-bottom: 28px;
  line-height: 40px;
  font-size: 34px;
  color: #21428f;
  font-weight: 600;
}
.COVID.COV .COVID19 .wzn2 {
  padding-right: 3%;
  margin-bottom: 20px;
  line-height: 34px;
  font-size: 24px;
  color: #666;
  text-align: justify;
}
.COVID.COV .COVID19 .yctp2 {
  width: 100%;
  min-width: 106%;
  margin-right: -4%;
  vertical-align: bottom;
}
.COVID.COV .COVID20 {
  background-color: #294f9b;
}
.COVID.COV .COVID20 .tis1 {
  padding-right: 4%;
  margin-bottom: 30px;
  line-height: 40px;
  font-size: 34px;
  color: #f8f8f8;
}
.COVID.COV .COVID20 .wzs2 {
  line-height: 40px;
  font-size: 24px;
  color: #f18103;
}
.COVID.COV .COVID20 .wzs2 .ys {
  font-size: 34px;
}
.COVID.COV .COVID20 .wzs2 .ys span {
  font-size: 40px;
  font-weight: 600;
}
.COVID.COV .COVID20 .navb {
}
.COVID.COV .COVID20 .navb .form-group {
  margin-bottom: 20px;
}
.COVID.COV .COVID20 .navb .form-group .form-control {
  padding: 6px 22px;
  border: 0px;
  font-size: 24px;
}
.COVID.COV .COVID20 .navb .form-group input {
  height: 56px;
}
.COVID.COV .COVID20 .navb .form-group textarea {
  height: 162px;
}
.COVID.COV .COVID20 .navb .form-group textarea::-webkit-input-placeholder {
  color: #999;
}
.COVID.COV .COVID20 .navb .form-group textarea:-moz-placeholder {
  color: #999;
}
.COVID.COV .COVID20 .navb .form-group textarea::-moz-placeholder {
  color: #999;
}
.COVID.COV .COVID20 .navb .form-group textarea:-ms-input-placeholder {
  color: #999;
}
.COVID.COV .COVID20 .navb .btn {
  width: 100%;
  height: 56px;
  font-size: 24px;
  color: #f8f8f8;
  background: #f18103;
}

.Quality {
  width: 100%;
  background: #eee;
}
.Quality .slide {
  width: 100%;
  min-height: 180px;
  position: relative;
  overflow: hidden;
}
.Quality .slide .img {
  overflow: hidden;
  position: absolute;
  transition: width 0.4s, height 0.4s, top 0.4s, left 0.4s, z-index 0.4s;
}
.Quality .slide .img img {
  width: calc(100%);
  height: calc(100%);
}
.Quality .slide .img1 {
  width: 40%;
  height: 40%;
  top: 30%;
  left: -50%;
  z-index: 1;
}
.Quality .slide .img2 {
  width: 44%;
  height: 75%;
  top: 15%;
  left: 0%;
  z-index: 2;
}
.Quality .slide .img3 {
  width: 47%;
  height: 80.5%;
  top: 12%;
  left: 26.5%;
  z-index: 3;
  box-shadow: 0px 0px 128px rgba(0, 0, 0, 0.24);
}
.Quality .slide .img4 {
  width: 44%;
  height: 75%;
  top: 15%;
  left: 56%;
  z-index: 2;
}
.Quality .slide .img5 {
  width: 40%;
  height: 40%;
  top: 30%;
  left: 110%;
  z-index: 1;
}
.Quality .slide-bt {
  position: absolute;
  left: 50%;
  bottom: 0%;
  z-index: 10;
}
.Quality .slide-bt span {
  width: 14px;
  height: 14px;
  background: url(../images/0xtps23.png) center center no-repeat;
  background-size: cover;
  float: left;
  margin: 5px;
  border-radius: 7px;
}
.Quality .slide .slide-bt .on {
  width: 64px;
  background: url(../images/0xtps24.png) center center no-repeat;
  background-size: cover;
  border-radius: 7px;
}
.Quality .wzkkd {
  margin-top: 60px;
}
.Quality .wzkkd .col-lg-6 {
  margin-bottom: 20px;
}
.Quality .wzkkd .col-lg-6.xx {
  border-left: 1px solid #a0a0a0;
}
.Quality .wzkkd .wa {
  line-height: 24px;
  font-size: 16px;
  color: #333;
  text-align: justify;
}

.lbxsv {
}
.lbxsv .col-lg-6 a {
  display: block;
}
.lbxsv .nrhz {
  width: 100%;
  height: 100%;
  padding: 10px;
  box-sizing: border-box;
}
.lbxsv .nrhz a {
  display: block;
}
.lbxsv .nrhz .tps1 img {
  width: 100%;
}
.lbxsv .nrhz h2 {
  margin-top: 10px;
  padding: 10px;
  line-height: 40px;
  text-align: center;
}
.lbxsv .nrhz:hover {
  border-style: groove;
  border-width: 1px 1px 1px 1px;
  border-color: #d9d7d7;
  box-shadow: 0px 11px 10px 0px #667a83;
}

.lbxqys {
}
.lbxqys h2 {
  text-align: center;
  transition: background 3s;
  cursor: pointer;
}
.lbxqys h2:hover {
  background-color: #6ec1e4;
}
.lbxqys .ulxs {
  padding-bottom: 10px;
}
.lbxqys .ulxs li {
  cursor: pointer;
  color: #3a3a3a;
  font-size: 16px;
}
.lbxqys .ulxs li::marker {
  unicode-bidi: isolate;
  font-variant-numeric: tabular-nums;
  text-transform: none;
  text-indent: 0px !important;
  text-align: start !important;
  text-align-last: start !important;
}
.ulxs {
  padding-bottom: 10px;
}
.ulxs li {
  cursor: pointer;
  color: #3a3a3a;
  font-size: 16px;
}
.ulxs li::marker {
  unicode-bidi: isolate;
  font-variant-numeric: tabular-nums;
  text-transform: none;
  text-indent: 0px !important;
  text-align: start !important;
  text-align-last: start !important;
}
.ulxs li a {
  display: block;
  text-align: left;
  color: #3a3a3a;
}

.homepage1 {
  width: 100%;
}
.homepage1 .profiled {
  position: relative;
}
.homepage1 .profiled img {
  width: 100%;
  vertical-align: bottom;
}
.homepage1 .profiled .wzks {
  padding: 4% 3% 2%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  line-height: 30px;
  font-size: 18px;
  color: #fff;
  text-align: left;
  background: url(../images/0xtps101.png) center center no-repeat;
  background-size: cover;
  box-sizing: border-box;
}
.homepage2 {
  width: 100%;
}
.homepage2 .rapids {
  padding: 0 2% 20px;
}
.homepage2 .rapids .im1 {
  text-align: center;
  margin-bottom: 6%;
}
.homepage2 .rapids .im1 img {
  vertical-align: bottom;
}
.homepage2 .rapids .wz2 {
  line-height: 62px;
  font-size: 20px;
  color: #0071dc;
}
.homepage2 .rapids .wz3 {
  line-height: 24px;
  font-size: 18px;
  color: #333;
}
.homepage3 {
  width: 100%;
  background: #f8f8f8;
}
.homepage3 .section-title {
}
.homepage3 .section-title div {
  display: inline;
  color: #0071dc;
}
.homepage3 .ours {
  list-style: none;
  padding: 0 2%;
}
.homepage3 .ours li {
  margin-bottom: 2.7%;
  padding: 2.7%;
  border: 2px solid #d3d3d3;
  border-radius: 6px;
  cursor: pointer;
}
.homepage3 .ours li .imx {
  float: left;
}
.homepage3 .ours li .wzx {
  padding-left: 150px;
  padding-top: 1.5%;
  text-align: left;
}
.homepage3 .ours li .wzx .we1 {
  padding: 1.2% 0;
  line-height: 20px;
  font-size: 18px;
  color: #333;
}
.homepage3 .ours li .wzx .we2 {
  line-height: 20px;
  font-size: 18px;
  color: #999;
  text-align: justify;
}
.homepage3 .ours li:hover {
  border: 4px solid #0071dc;
  background-color: #eaf3fb;
}
.homepage4 {
  width: 100%;
}
.homepage4 .section-title {
}
.homepage4 .section-title div {
  display: inline;
  color: #0071dc;
}
.homepage4 .ours {
  list-style: none;
}
.homepage4 .ours .lis {
  padding: 2.4% 0;
  border-bottom: 1px solid #ddd;
  text-align: left;
  cursor: pointer;
}
.homepage4 .ours .lis .btks {
  display: block;
  padding-left: 60px;
  line-height: 42px;
  font-size: 20px;
  color: #f18103;
  background: url(../images/0xtps110.png) left top no-repeat;
}
.homepage4 .ours .lis .dak {
  display: none;
  padding-top: 2%;
  box-sizing: border-box;
}
.homepage4 .ours .lis .dak .ws {
  padding: 3px 0;
  line-height: 20px;
  font-size: 18px;
  color: #999;
  text-align: justify;
}
.homepage4 .ours .lis:hover .btks {
  background: url(../images/0xtps111.png) left top no-repeat;
}

.footers.footer-bg {
  background-color: #013688;
}
.footers .foot1 {
  background-color: #013688;
}
.footers .foot1 .container {
  margin: 0 auto;
  padding-bottom: 40px;
}
.footers .foot1 .container .row {
  margin: 0px;
}
.footers .foot1 .container .row > * {
  padding: 0px;
  background: url(../images/0xtps128.png) right top no-repeat;
  background-size: 2px 94%;
}
.footers .foot1 .container .row > *:last-child {
  background: none;
}
.footers .foot1 .container .row > *.last-child {
  background: none;
}
.footers .foot1 .nrk1 {
  padding-right: 8%;
  padding-left: 2%;
}
.footers .foot1 .nrk1 .logo {
  margin-bottom: 12px;
}
.footers .foot1 .nrk1 .logo img {
  vertical-align: bottom;
}
.footers .foot1 .nrk1 .wzks {
  margin-bottom: 30px;
  line-height: 26px;
  font-size: 16px;
  color: #91b4ec;
  text-align: justify;
}
.footers .foot1 .nrk1 .txfs {
}
.footers .foot1 .nrk1 .txfs .usx {
  text-align: center;
  padding-left: 0px;
  width: 100%;
  height: 70px;
  line-height: 70px;
  background: url(../images/0xtps121.png) center center no-repeat;
  background-size: 100% 100%;
}
.footers .foot1 .nrk1 .txfs .usx li {
  display: inline-block;
  height: 100%;
  width: 18%;
  background: url(../images/0xtps127.png) right center no-repeat;
}
.footers .foot1 .nrk1 .txfs .usx li a {
  display: block;
  width: 100%;
  height: 100%;
}
.footers .foot1 .nrk1 .txfs .usx li.l1 a {
  background: url(../images/0xtps122.png) center center no-repeat;
}
.footers .foot1 .nrk1 .txfs .usx li.l2 a {
  background: url(../images/0xtps123.png) center center no-repeat;
}
.footers .foot1 .nrk1 .txfs .usx li.l3 a {
  background: url(../images/0xtps124.png) center center no-repeat;
}
.footers .foot1 .nrk1 .txfs .usx li.l4 a {
  background: url(../images/0xtps125.png) center center no-repeat;
}
.footers .foot1 .nrk1 .txfs .usx li.l5 a {
  background: url(../images/0xtps126.png) center center no-repeat;
}
.footers .foot1 .nrk1 .txfs .usx li img {
  vertical-align: middle;
}
.footers .foot1 .nrk1 .txfs .usx li:last-child {
  background: none;
}
.footers .foot1 .nrk1 .txfs .usx li.last-child {
  background: none;
}
.footers .foot1 .nrk1 .txfs .usx li.l1:hover a {
  background: url(../images/0xtps122_1.png) center center no-repeat;
}
.footers .foot1 .nrk1 .txfs .usx li.l2:hover a {
  background: url(../images/0xtps123_1.png) center center no-repeat;
}
.footers .foot1 .nrk1 .txfs .usx li.l3:hover a {
  background: url(../images/0xtps124_1.png) center center no-repeat;
}
.footers .foot1 .nrk1 .txfs .usx li.l4:hover a {
  background: url(../images/0xtps125_1.png) center center no-repeat;
}
.footers .foot1 .nrk1 .txfs .usx li.l5:hover a {
  background: url(../images/0xtps126_1.png) center center no-repeat;
}
.footers .foot1 .nrk2 {
  padding: 0 4%;
}
.footers .foot1 .nrk2 .nrkv {
  padding-bottom: 1px;
}
.footers .foot1 .nrk2 .nrkv .tis1 {
  margin-bottom: 24px;
  line-height: 26px;
  font-size: 24px;
  color: #e5effe;
  font-weight: 600;
  text-align: justify;
}
.footers .foot1 .nrk2 .nrkv .xtm {
  margin-bottom: 12px;
  padding: 0 36px;
  line-height: 26px;
  font-size: 16px;
  color: #97baf1;
  text-align: justify;
}
.footers .foot1 .nrk2 .nrkv .xtm.tm1 {
  background: url(../images/0xtps129.png) left top no-repeat;
}
.footers .foot1 .nrk2 .nrkv .xtm.tm2 {
  background: url(../images/0xtps130.png) left top no-repeat;
}
.footers .foot1 .nrk2 .nrkv.jx {
  margin-bottom: 24px;
}
.footers .foot1 .nrk3 {
  padding: 0 12%;
}
.footers .foot1 .nrk3 .tis1 {
  line-height: 26px;
  font-size: 24px;
  color: #e5effe;
  font-weight: 600;
}
.footers .foot1 .nrk3 .uls {
  list-style: none;
  padding-left: 0px;
}
.footers .foot1 .nrk3 .uls li {
  line-height: 40px;
  font-size: 20px;
}
.footers .foot1 .nrk3 .uls li a {
  display: block;
  color: #91b4ec;
}
.footers .foot1 .nrk3 .uls li:hover a {
  color: #ffc221;
}
.footers .foot1 .nrk4 {
  padding: 0 4% 0 8%;
}
.footers .foot1 .nrk4 .tis1 {
  line-height: 26px;
  font-size: 24px;
  color: #e5effe;
  font-weight: 600;
}
.footers .foot1 .nrk4 .uls {
  list-style: none;
  padding-left: 0px;
}
.footers .foot1 .nrk4 .uls li {
  line-height: 40px;
  font-size: 18px;
  padding-left: 16px;
  background: url(../images/0xtps131.png) left 15px no-repeat;
}
.footers .foot1 .nrk4 .uls li a {
  display: block;
  color: #91b4ec;
}
.footers .foot1 .nrk4 .uls li:hover {
  background: url(../images/0xtps131_1.png) left 15px no-repeat;
}
.footers .foot1 .nrk4 .uls li:hover a {
  display: block;
  color: #ffc221;
}
.footers .foot2 {
  padding: 1.6% 0;
  text-align: center;
  line-height: 20px;
  font-size: 16px;
  color: #ecf3ff;
  background-color: #08306e;
}

/* Productlist */
.productlist {
  width: 100%;
}
.productlist .nks {
  padding-bottom: 30px;
  background-color: #f8f8f8;
  margin-bottom: 20px;
}
.productlist .nks .im1 img {
  width: 100%;
  vertical-align: bottom;
}
.productlist .nks .wz2 {
  padding: 25px 7% 30px;
  line-height: 28px;
  text-align: center;
  font-size: 22px;
  color: #333;
}
.productlist .nks .an3 {
  margin: 0 auto;
  width: 54%;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  border-radius: 22px;
  background: url(../images/0xtps153.png) center center no-repeat;
  background-size: cover;
}
.productlist .nks .an3 a {
  width: 100%;
  color: #fff;
}

/* 简介 */
.nnks {
  position: relative;
}
.nnks img {
  width: 100%;
}
.nnks .wsx {
  position: absolute;
  left: 0px;
  bottom: 1px;
  width: 66.3%;
  padding: 2%;
  line-height: 26px;
  font-size: 18px;
  color: #fff;
  text-align: left;
  background: url(../images/0xtps133.png) center center no-repeat;
  background-size: cover;
  box-sizing: border-box;
}

.guanywm {
  width: 100%;
}
.guanywm .bansx {
}
.guanywm .bansx img {
  width: 100%;
  vertical-align: bottom;
}

.guanywm .gywmz1 {
}
.guanywm .gywmz1 .section-title {
  position: relative;
  font-weight: 400;
}
.guanywm .gywmz1 h2 {
  text-align: left;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
.guanywm .gywmz1 .wznr {
  margin-bottom: 20px;
  font-size: 20px;
  color: #666;
  line-height: 38px;
  text-align: justify;
  font-weight: 400;
}
.guanywm .gywmz1 .youxf {
  float: right;
  margin: -12% 0 1% 3%;
  padding: 6% 2% 3% 2%;
  width: 20%;
  min-width: 230px;
  background: url(../images/0xtps321.png) center center no-repeat;
  background-size: cover;
  box-sizing: border-box;
}
.guanywm .gywmz1 .youxf .dfi {
}
.guanywm .gywmz1 .youxf .dfi .wzs {
  margin-bottom: 4%;
  font-size: 20px;
  color: #fff;
  line-height: 60px;
}
.guanywm .gywmz1 .youxf .dfi .wzs .shu {
  display: inline-block;
  font-size: 64px;
}
.guanywm .gywmz1 .youxf .dfi .wzs .jh {
  display: inline-block;
  font-size: 20px;
  line-height: 20px;
  vertical-align: top;
  font-weight: 400;
}
.guanywm .gywmz2 {
  background: url(../images/0xtps322.png) center bottom no-repeat;
  background-size: 100% 80%;
}
.guanywm .gywmz2 .bfns1 {
  background-color: #fff;
}
.guanywm .gywmz2 .bfns1 .imj1 img {
  width: 100%;
}
.guanywm .gywmz2 .bfns1 .wzj2 {
  font-size: 20px;
  color: #333;
  line-height: 38px;
  padding: 3.5% 3% 4%;
}
.guanywm .tit {
}
.guanywm .tit .xxx {
  width: 100px;
  height: 3px;
  margin: 0 auto;
  background-color: #023a97;
  margin-top: 10px;
}
.guanywm .certificateList {
  position: relative;
  width: 100%;
  margin-top: 50px;
}
.guanywm .certificateList .swiper-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.guanywm .certificateList .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.7);
}
.guanywm .certificateList .swiper-slide-active,
.swiper-slide-duplicate-active {
  transform: scale(1);
}
.guanywm .certificateList .swiper-slide-prev,
.guanywm .certificateList .swiper-slide-next {
  transform: scale(0.8);
}
.guanywm .certificateList .swiper-slide img {
  width: 100%;
  max-width: 231px;
}
.guanywm .gywmz3 .tit .xxx {
  margin-bottom: 40px;
}
.guanywm .gywmz3 .uios {
  list-style: none;
}
.guanywm .gywmz3 .uios li {
  float: left;
  width: 20%;
}
.guanywm .gywmz3 .uios li img {
  width: 100%;
  vertical-align: bottom;
}
