/*
Theme Name: 国源主题
Theme URI: https://themeansar.com/free-themes/newsup/
Author: 研发中心
Author URI: https://themeansar.com
Description: Newsup is a fast, clean, modern-looking Best Responsive News Magazine WordPress theme. The theme is fully widgetized, so users can manage the content by using easy to use widgets. Newsup is suitable for dynamic news, newspapers, magazine, publishers, blogs, editors, online and gaming magazines, newsportals,personal blogs, newspaper, publishing or review siteand any creative website. Newsup is SEO friendly, WPML,Gutenberg, translation and RTL ready. Live preview : https://demo.themeansar.com/newsup and documentation at https://docs.themeansar.com/docs/newsup/
Version: 9999
Tested up to: 5.7
Requires PHP: 5.6
Tags: one-column, two-columns ,right-sidebar, flexible-header, custom-background, custom-header, custom-menu, editor-style, featured-images, footer-widgets,  theme-options, threaded-comments, rtl-language-support, translation-ready, full-width-template, custom-logo, blog, news
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl.html
Text Domain: newsup
*/
@import url("https://fonts.googleapis.com/css2?family=Livvic:wght@100;200;300;400;500;600;700;900&display=swap");

/*
 theme css
更多精品模板：http://www.bootstrapmb.com
 */
a {
  color: #17161a;
  transition: 0.5s;
}
a:hover {
  text-decoration: none;
  color: #197478;
}
body {
  color: #454545;
  font-family: Livvic, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 19px;
  line-height: 1.6;
}
p {
  font-style: normal;
}
h1,
h1 a,
h2,
h2 a,
h3,
h3 a,
h4,
h4 a,
h5,
h5 a,
h6,
h6 a {
  font-family: Livvic, sans-serif;
  font-style: normal;
  line-height: 1.2;
  font-weight: 600;
  transition: 0.5s;
  font-size: 22px;
  color: #0a0a0a;
  margin: 0 0 8px;
  transition: 0.5s;
}
a {
  color: #17161a;
  transition: 0.5s;
}
.btn-primary:focus,
input:focus,
select:focus,
textarea:focus {
  box-shadow: none !important;
}
input,
textarea {
  outline: 0;
}
.btn:focus,
a:focus {
  text-decoration: none;
  outline: 0;
}
a:hover {
  text-decoration: none;
  color: #197478;
}
/* === style_w6 shape ==== */
.witr_shape_item_inner {
  position: absolute;
  /* left: 0; */
  /* text-align: center; */
  /* top: 0px; */
  /* margin: auto; */
  z-index: -1;
  content: "";
  transition: 0.5s;
}
.witr_shape_box {
  width: 300px;
  height: 300px;
  background: #ddd;
  border-radius: 50%;
  border: 54px solid #f9f9f9;
  margin: auto;
  transition: 0.5s;
}
.witr_shape_box_text {
  text-align: center;
  left: 50%;
  top: 50%;
  margin: auto;
  text-align: center;
  position: absolute;
  content: "";
  transform: translateX(-50%) translateY(-50%);
  font-size: 18px;
}
@keyframes witr_movelr_box45 {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(45px);
  }
}
/* single_seivice_ani */
.single_seivice_ani img {
  animation: single_seivice_ani 10s linear infinite alternate forwards;
}
@keyframes single_seivice_ani {
  0%,
  to {
    border-radius: 65% 86% 80% 69%/59% 55% 95% 89%;
  }
  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}
.all_blog_color,
.all_color_service,
.all_color_team,
.all_color_testimonial,
.all_feature_color,
.all_service2_color {
  transition: 0.5s;
}
.witr_bar_main {
  margin: 14px 0 28px;
}
.witr_bar_inner {
  height: 2px;
  width: 86px;
  background: #197478;
  margin: 0 auto;
  position: relative;
  border-radius: 30px;
}
.honor_bg {
  padding: 50px 50px 30px;
  background: linear-gradient(146deg, #ffffff, #eff9f8 8%);
  border-radius: 4px;
  align-items: flex-end;
  position: relative;
}
.honor_bg>img {
  position: absolute;
  bottom: 0;
  left: 13px;
}
.honor-content-image {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  z-index: 1;
  justify-content: center;
}
.honor-content-image img {
  width: 20%;
  padding: 0 20px 20px;
  min-width: 210px;
}
.honor_item {
  padding: 0 20px;
}
.inner_white {
  background-color: white;
}
.text-left .witr_bar_inner {
  margin-left: 0;
}
.text-right .witr_bar_inner {
  margin-right: 0;
}
/* circale Bar css */
.witr_bar_innerc {
  position: relative;
}
.witr_bar_innerc::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 6px solid #197478;
  border-radius: 50%;
  background: #1c1b1b;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: move_title_bg;
  animation-name: move_title_bg1;
}
.witr_bar_innerc::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 6px solid #197478;
  border-radius: 50%;
  background: #1c1b1b;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: move_title_bg;
  animation-name: move_title_bg2;
}
@keyframes move_title_bg1 {
  from {
    left: 0;
  }
  to {
    left: 100%;
  }
}

@keyframes move_title_bg2 {
  from {
    right: 0;
  }
  to {
    right: 100%;
  }
}
/* witr_single_skill */
.witr_single_progress {
  overflow: hidden;
  position: relative;
}
.progress-bar {
  background-color: #197478;
}
/*-----------------------
    Progress Bar Style2
-------------------------*/
.witr_progress-style2.progress {
  box-shadow: none;
  border-radius: 0;
  overflow: visible;
  height: 6px;
}
.witr_progress-style2 + .witr_progress-style2 {
  margin-top: 50px;
}
.witr_progress-style2 .progress-bar {
  position: relative;
  text-align: left;
  line-height: 4px;
  border-radius: 0;
  box-shadow: none;
}
.witr_title2 .witr_label {
  /* position: absolute; */
  left: 0px;
  top: 0px;
  color: #181b1d;
  font-size: 17px;
  font-weight: 700;
}
.witr_progress-style2 .witr_percent {
  position: absolute;
  right: 0;
  font-weight: 700;
  color: #181b1d;
  font-size: 16px;
  top: -19px;
}

/* widget select */

.widget {
}
.blog-left-side .widget select {
  width: 100%;
  height: 40px;
  background: #fff;
  border: 1px solid #ddd;
  padding-left: 5px;
}
.widget .screen-reader-text {
  display: none;
}
.textwidget select {
  width: 100%;
}
/* table css */

#wp-calendar {
  width: 100%;
}
/* tags */

.tagcloud a {
  display: inline-block;
  font-size: 14px !important;
  margin: 0 8px 10px 0;
  padding: 7px 15px;
  text-align: center;
  font-weight: 400;
  border: 1px solid #ddd;
  text-transform: capitalize;
}

.widget_categories ul li:hover:before,
.widget_archive ul li:hover:before,
.widget_categories ul li a:hover,
.widget_archive ul li a:hover,
.tagcloud a:hover,
.r-post-content h3:hover,
.r-post-content h3 a:hover {
  color: #197478;
}
.tagcloud a:hover {
  background: #197478;
  color: #fff;
}
#wp-calendar caption {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 10px;
  text-align: left;
  text-transform: uppercase;
}
#wp-calendar {
  font-size: 13px;
}
#wp-calendar {
  border: 0px solid #e5e5e5;
  margin-bottom: 20px;
  overflow: auto;
  vertical-align: top;
  width: 100%;
  margin: 0;
}
table#wp-calendar td {
  border: 1px solid #e5e5e5;

  padding: 5px 10px;
  text-align: center;
  vertical-align: top;
  font-size: 14px;
}
#wp-calendar th,
#wp-calendar td {
  padding: 8px;
}
table#wp-calendar th {
  border: 1px solid #e5e5e5;
  font-size: 13px;
  font-weight: 700;
  padding: 5px 10px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
}
table#wp-calendar td#today {
  color: #fff;
  background-color: #197478;
}
table#wp-calendar td#today a {
  color: #fff;
}
.witr_blog_both .calendar_wrap {
  overflow: scroll;
}
.textwidget img {
  margin-bottom: 15px;
}
.textwidget p {
  margin-bottom: 0.5rem;
}

/**
 * 14.2 Galleries
 */

.gallery {
}
.gallery-item {
  display: inline-block;
  padding: 1.79104477%;
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin: 0 0 1rem;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 31.33%;
}
/* circle progress */
.kurigram_circle_area {
  padding: 100px 0px 70px;
}
.witr_circle_area {
  text-align: center;
  margin-bottom: 30px;
}
.witr_cp_class {
  position: relative;
}
span.witr_cir_text {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  /* bottom: 0; */
  font-size: 20px;
  /* right: 0; */
  /* margin: auto; */
  transform: translateX(-50%) translateY(-50%);
  font-weight: 700;
  color: #7c7c7c;
}
span.witr_cir_text:first-letter {
  font-size: 0px;
}
.witr_circle_title {
  margin-top: 10px;
}
/*=====================
Home 2 Header CSS
======================*/
.dvrm {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: 0.7s;
  transition: 0.7s;
  position: relative;
  left: 600px;
}
.dvrm {
  margin-right: 80px;
  top: 0px;
}
.dvrm.nav-show {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  left: 0px;

  transition: 0.5s;
}

/* === style_w7 unittest ==== */

/* THEME UNIT TEST CSS */
.tag-sticky-2 .kurigram-single-blog {
  border: 1px solid #197478;
}
.post_reply ul,
.blog-content ul,
.single-blog-content ul {
  list-style-type: disc;
  /* 	padding-left: 40px; */
}
.blockquote p {
  font-size: 16px;
}
table {
  /*     border-bottom: 1px solid #ededed; */
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 18px;
  line-height: 2;
  margin: 0 0 20px;
  width: 100%;
}
th {
  font-weight: bold;
  text-transform: uppercase;
  /*  border: 1px solid #ededed; */
}
td {
  border-bottom: 1px solid #ededed;
  padding: 6px 10px 6px 0;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

/* end new add css */
.post-password-form input[type="submit"] {
  border: none;
  padding: 0px 14px;
  background: #18c8ff;
  color: #fff;
  text-transform: lowercase;
}
.post-password-form input[type="password"] {
  border: 1px solid #ddd;
  height: 29px;
}
.fix {
  clear: both;
}
/*=====================
kurigram HEADING TOP AREA CSS
=========================*/
/* LEFT RIGHT CSS */

.em40_header_area_main {
}
.em40_header_area_main.hdisplay_none {
  display: none;
}
.kurigram-header-top {
  background: #197478;
  padding: 3px 0;
  padding-left: 200px;
  padding-right: 200px;
}
.top-address p {
  margin-bottom: 0;
}
.top-address p span,
.top-address p a {
  margin-right: 20px;
  white-space: nowrap;
}
.top-address p span i,
.top-address p a i {
  font-size: 13px;
  color: #fff;
  margin-right: 7px;
}
.top-address p a {
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* TOP RIGHT CSS */
.top-right-menu p {
  text-align: right;
}
.top-right-menu p a {
 margin-right: 0;
}
.top-right-menu .fa-envelope-square {
  margin-right: 12px;
  font-size: 14px;
}
.top-right-menu ul.social-icons {
  margin: 0;
  padding: 0;
}
.top-right-menu ul.social-icons li {
  display: inline-block;
  margin-left: 15px;
  position: relative;
}
.top-right-menu ul.social-icons li a {
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 15px;
}

.top-welcomet p span,
.top-welcomet p a,
.top-welcome p span,
.top-welcome p a,
.top-welcome p,
.top-right-menu ul.social-icons li a {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}
.top-address p a,
.top-address p span {
  font-size: 14px;
  text-align: left;
  color: #ffffff;
}
.top-address p a img {
  vertical-align: text-top;
  margin-right: 10px;
  width: 14px;
  height: 14px;
  margin-top: 2px;
}
.top-welcome p a:hover {
  color: #17161a;
}
.top-right-menu .social-icons li a:hover,
.top-right-menu .social-icons li a i:hover {
  color: #17161a;
}
.top-both-p0 .top-address p a,
.top-both-p0 .top-address p span {
  margin-right: 0px;
  margin-left: 12px;
}

.top-right-menu .menu-item-has-children > a:after {
  margin-left: 5px;
  content: "\e62a";
  font-family: themify;
  font-size: 15px;
  opacity: 0.7;
}
/* sub menu css */

.top-right-menu ul .sub-menu {
  position: absolute;
  left: 0px;
  top: 100%;
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border-top: 1px solid #197478;
  width: 150px;
  text-align: left;
  background: #197478;
  z-index: 1;
  transition: 0.5s;
}
.top-right-menu ul.social-icons li:hover .sub-menu {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
}
.top-right-menu ul .sub-menu li {
  padding: 5px 0px 5px;
}
.top-right-menu ul .sub-menu li a {
  font-size: 14px;
}
.top-right-menu ul .sub-menu ul {
  display: none;
}
.top-welcome p {
  padding: 0px;
  margin: 0px;
}
.top-address.em-login a {
  margin-right: 10px;
}
.top-address.em-login a + a {
  margin-right: 0;
}
.top-address.em-login p a i,
.top-address.em-login p a i {
  margin-right: 5px;
}
.top-address.em-login a + a:before {
  content: "|";
  margin-right: 12px;
}
.txtc {
  text-align: center;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
/* top opening */

.top-address.menu_18 span {
  padding: 8px 15px 9px;
  display: inline-block;
}
.top-right-menu ul.social-icons.menu_18,
.top-right-menu ul.social-icons.menu_19 {
  padding: 7px 0;
}
.em-login.menu_18,
.em-quearys-top.menu_19 {
  padding: 7px 0;
}

/* address left right icon */

.top-right-menu.litop {
  float: left;
}
/* mobile logo   */

.mobile_menu_logo.text-center {
  padding: 20px 0;
}
/*=====================
END kurigram HEADING TOP AREA CSS
=========================*/
/*=======================
kurigram HEADING NAV AREA CSS
========================*/

/* top search menu */
/* top quearys */

.em-top-quearys-area {
  position: relative;
}
.em-header-quearys {
  list-style: none;
}
.em-quearys-menu i {
  background: #197478;
  border-radius: 50px;
  display: inline-block;
  height: 26px;
  text-align: center;
  width: 26px;
  line-height: 26px;
  font-size: 14px;
  color: #fff;
}
.em-quearys-inner {
}
.em-quearys-form {
  width: 100%;
  max-width: 895px;
  margin: auto;
  padding: 30px 0;
}
.top-form-control {
  position: relative;
}
.top-form-control input {
  background: transparent;
  color: #fff;
  font-size: 50px;
  font-weight: 500;
  height: 100px;
  padding: 0 40px 0 15px;
  width: 100%;
  border: none;
  -webkit-transition: 1s;

  transition: 0.5s;
  border-bottom: 3px solid #fff;
}
.top-form-control input::-webkit-input-placeholder {
  color: #fff;
  font-size: 50px;
}
.top-form-control input::-moz-placeholder {
  color: #888888;
  font-size: 14px;
}
.top-form-control input:-ms-input-placeholder {
  color: #888888;
  font-size: 14px;
}
.top-form-control button.top-quearys-style {
  position: absolute;
  right: 6px;
  top: 50%;
  /* height: 44px; */

  background: transparent;
  font-size: 45px;
  border: none;
  color: #fff;
  transform: translateY(-50%);
}
.em-s-hidden {
  display: none !important;
}
.em-quearys-inner {
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: -150%;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  z-index: 10000;
  -webkit-transition: all 0s 0s cubic-bezier(0.32, 0, 0, 1),
    background 0.3s 0s cubic-bezier(0.32, 0, 0, 1),
    -webkit-transform 0.3s 0.15s cubic-bezier(0.32, 0, 0, 1);
  transition: all 0s 0s cubic-bezier(0.32, 0, 0, 1),
    background 0.3s 0s cubic-bezier(0.32, 0, 0, 1),
    -webkit-transform 0.3s 0.15s cubic-bezier(0.32, 0, 0, 1);
  transition: all 0s 0s cubic-bezier(0.32, 0, 0, 1),
    transform 0.3s 0.15s cubic-bezier(0.32, 0, 0, 1),
    background 0.3s 0s cubic-bezier(0.32, 0, 0, 1);
  transition: all 0s 0s cubic-bezier(0.32, 0, 0, 1),
    transform 0.3s 0.15s cubic-bezier(0.32, 0, 0, 1),
    background 0.3s 0s cubic-bezier(0.32, 0, 0, 1),
    -webkit-transform 0.3s 0.15s cubic-bezier(0.32, 0, 0, 1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  left: -150%;
  background: rgba(0, 0, 0, 0);
}
.em-quearys-inner {
}

.em-s-open {
  visibility: visible;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  left: 0;
  background: #000000e6 !important;
  -webkit-transform: scale(1);
  transform: scale(1);
}
/* nav.kurigram_menu.main-search-menu { */
/* float: right; */
/* margin-right: 0px; */
/* } */

.witr_h_h12 .kurigram_menu,
.witr_h_h13 .kurigram_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: pace-between;
  -ms-flex-pack: pace-between;
  justify-content: space-between;
}
.witr_h_h2 .kurigram_menu,
.witr_h_h3 .kurigram_menu,
.witr_h_h4 .kurigram_menu,
.witr_h_h5 .kurigram_menu,
.witr_h_h6 .kurigram_menu,
.witr_h_h7 .kurigram_menu,
.witr_h_h8 .kurigram_menu,
.witr_h_h9 .kurigram_menu,
.witr_h_h10 .kurigram_menu,
.witr_h_h11 .kurigram_menu,
.witr_h_h14 .kurigram_menu,
.witr_h_h17 .kurigram_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.kurigram_menu.main-search-menu > .em-header-quearys,
.em-quearys-top.msin-menu-search {
  display: inline-block;
}
.em-quearys-top.msin-menu-search .em-quearys-menu i {
  height: 36px;
  width: 36px;
  line-height: 36px;
  margin-left: 20px;
  cursor: pointer;
}
.kurigram_menu div.em-header-quearys {
  text-align: center;
}

/* social icon menu style */
.footer-social-icon.htop-menu-s {
  padding: 35px 0px;
  display: inline-block;
  margin-left: 15px;
}
.donate-btn-header {
  /*     padding: 28px 0px 24px; */
}
.em_top_cart.hshop {
  padding: 37px 0;
}

/* New Top Menu Css */
.top-welcomet p span i {
  font-size: 13px;
  color: #fff;
  margin-right: 5px;
}
.creative_header_address_text > p {
  word-break: break-all;
}
.creative_header_button .dtbtn {
  padding: 11px 24px;
}
/* cr logo */
.top-welcomet p {
  margin: 0px;
  color: #fff;
}
/* creative btn */
.tx_menuc_btn {
  text-align: right;
}
.tx_menuc_btn .tx_mc_btn {
  background: #006ff9;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  margin-left: 0;
  padding: 12px 26px;
  transition: 0.5s;
}
.tx_menuc_btn .tx_mc_btn:hover {
  background: #131414;
  color: #fff;
}
/* social icon */
.top_crmenu_i_list li {
  display: inline;
  margin-left: 5px;
}

.top_crmenu_i_list li a i {
  display: inline-block;
  height: 42px;
  width: 42px;
  background: #ffffff5e;
  text-align: center;
  line-height: 42px;
  border-radius: 30px;
  box-shadow: 0 0 65px 0 #00000029;
  color: #197478;
  transition: 0.5s;
}
.top_crmenu_i_list li a i:hover {
  background: #006ff9;
  color: #fff;
}

/* top cr menu css */
.top_crmenu_l {
  /*     margin-top: 9px; */
}
.top_crmenu_l li {
  display: inline-block;
  margin-left: 10x;
  position: relative;
}
.top_crmenu_l li a {
  font-weight: 500;
}
.top_crmenu_l li a:hover {
}
.top_crmenu_l ul {
  position: absolute;
  left: 0px;
  top: 100%;
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border-top: 1px solid #006ff9;
  width: 114px;
  text-align: left;
  background: #fff;
  z-index: 999;
  padding: 10px;
}
.top_crmenu_l li:hover ul {
  opacity: 1;
  transition: 0.5s;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
}
.top_crmenu_l li li a {
  margin: 0;
  padding: 1px 0;
  display: inline-block;
  color: #fff;
  font-weight: 400;
}
.top_crmenu_l li li a:hover {
  color: #006ff9;
}
.tx_top_together {
  display: flex;
  justify-content: flex-start;
}
.tx_topmenu_together2 {
  display: flex;
  justify-content: flex-end;
}

/* top cr menu css */
.top_crmenu_l .menu-item-has-children > a:after {
  margin-left: 5px;
  content: "\e62a";
  font-family: themify;
  opacity: 1;
  font-size: 15px;
  opacity: 0.7;
}
.margin_l30 {
  margin-left: 30px;
}
.margin_l30 .top_crmenu_l ul {
  border-top: none;
  background: #ff4a17;
  z-index: 99999;
}
.margin_l30 .top_crmenu_l li li a:hover {
  color: #fff;
}
.margin_l30 .top_crmenu_l li li a:hover {
  color: #222222;
}

.top_crt_style {
  background: #f9f9f9;
  padding: 20px 0;
}
.top_crt_style i {
  color: #fff;
}
.top_crt_style h3 {
  color: #fff;
}
.top_crt_style p,
.top_crt_style p a {
  color: #fff;
}
.top_crt_style .main_sticky_l {
  display: none;
}
.top_crt_style .logo a {
  margin-top: 0;
}

.cr_top_addess.top-address p a,
.cr_top_addess.top-address p a span {
  margin-right: 0px;
}
.cr_top_addess.top-address p {
}
.creative_header_address {
  padding-left: 46px;
}
.creative_header_button {
  padding-left: 30px;
}
.tx_menuc_btn .tx_mc_btn i,
.creative_header_button i,
.donate-btn-header i {
  margin-left: 5px;
}
.d_main_none {
  display: none;
}

.mainmenu_width_tx.container {
  padding: 0;
}
.single_header_address {
  text-align: left;
}
.creative_header_icon {
  float: left;
  margin-right: 10px;
  overflow: hidden;
}
.creative_header_icon i {
  color: #197478;
  font-size: 30px;
  margin-top: 5px;
  margin-left: 2px;
  display: inline-block;
}
.creative_header_address_text > h3 {
  color: #0a0a0a;
  font-size: 18px;
  margin: 0;
  padding: 0;
}
.creative_header_address_text > p,
.creative_header_address_text > p > a,
.top_crmenu_l li a,
.cr_top_addess p span,
.cr_top_addess p a {
  color: #0a0a0a;
  font-display: swap;
}
.creative_header_address_text > p {
  margin: 0;
  overflow: hidden;
}

/* main menu button search together */
.tx_menu_together,
.tx_bs_together {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.wrapper {
  position: relative;
}
.all_header_abs {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
}
/* top search */
.topsr .em-quearys-menu {
  text-align: center;
}
.witr_video_blog_c iframe {
  width: 100%;
  height: 275px;
}
.single-blog-content iframe {
  width: 100%;
}
.mean-container .mean-bar {
  float: none;
  background: #197478 none repeat scroll 0% 0;
  overflow: hidden;
}

.mean-container .mean-bar {
  padding: 0;
}
.mean-container .mean-nav {
  background: #197478 none repeat scroll 0% 0;
  float: none;
}
.main_menu_div {
  position: relative;
}
.kurigram_nav_area {
  background: #fff none repeat scroll 0% 0;
  /* 	box-shadow: 0 0 65px 0 #00000008; */
}
/* LOGO CSS */
.logo a {
  font-size: 23px;
  font-weight: 700;
  display: inline-block;
  padding: 10px 0;
  height: 64px;
}
.logo a img {
  height: 100%;
  width: auto;
}
/* MENU CSS */

.kurigram_menu ul {
  text-align: right;
  list-style: none;
}

/* witr_h_h18 menu css */
.witr_shop_sc .kurigram_menu ul {
  text-align: left;
}
.search_popup_button,
.tx_mmenu_together {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
.tx_mmenu_together .donate-btn-header {
  padding: 0;
}
.witr_shop_sc .donate-btn-header,
.witr_shop_sc .em_top_cart.hshop {
  padding: 0;
}
.witr_shop_sc .em-quearys-menu i {
  border-radius: 3px;
  margin-right: 20px;
  margin-top: 7px;
}
.witr_shop_sc a.cart-contents {
  background: #ff4a17;
  color: #fff;
  border-radius: 3px;
  padding: 8px;
  margin-top: 3px;
  display: block;
}
.witr_shop_sc a.dtbtn {
  margin-left: 20px;
}
.witr_shop_sc .em-header-quearys {
  text-align: center;
}

/* witr_h_h21 menu css */
.sb_popup .tx_mmenu_together {
  justify-content: space-between;
}
.kurigram_menu > ul > li {
  display: inline-block;
  position: relative;
}
.kurigram_menu > ul > li > a {
  display: block;
  margin: 17px 14px;
  transition: 0.5s;
  position: relative;
  color: #272727;
  font-size: 18px;
  font-weight: 500;
}
.kurigram_menu > ul > li > a:before,
.kurigram_menu > ul > li.current > a:before {
  background: #ffb600 none repeat scroll 0% 0;
  bottom: -7px;
  content: "";
  height: 2px;
  left: 0;
  margin: auto;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: absolute;
  right: 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 15%;
  display: none;
}

.heading_style_2 .kurigram_menu > ul > li > a {
  color: #fff;
}
.heading_style_3 .kurigram_menu > ul > li > a {
  color: #fff;
}
.heading_style_4 .kurigram_menu > ul > li > a {
  color: #fff;
}
.heading_style_5 .kurigram_menu > ul > li > a {
  color: #fff;
}
.kurigram_menu ul li:last-child a {
  margin-right: 0px;
}
.kurigram_menu > ul > li.current > a,
.kurigram_menu > ul > li:hover > a,
.creative_header_menu > ul > li:hover > a {
  color: #197478;
  background-color: transparent;
}
.kurigram_menu > ul > li:hover > a:before,
.kurigram_menu > ul > li.current > a:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
/* transparent 2 */

.trp_nav_area {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9999;
  background-color: transparent;

  transition: 0.5s;
}
.hbg2 {
  background: rgba(0, 0, 0, 0.7);
  /*     padding: 0 0 10px; */
}
/* stycky nav js */
.kurigram_nav_area,
.trp_nav_area,
.transprent-menu .kurigram_nav_area {
  padding-right: 200px;
  padding-left: 200px;
}
.transprent-menu.menu4 {
  position: relative;
}
.transprent-menu .kurigram_nav_area {
  left: 0;
  right: 0;
  top: 0;
  z-index: 9999;
  background-color: transparent;
  padding: 0;
  transition: 0.5s;
  position: absolute;
}
.kurigram_nav_area.postfix {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  /* background-color: #197478; */
}
.kurigram_nav_area.prefix,
.hbg2 {
  background: #000000b3;
}
.kurigram_nav_area.prefix .kurigram_menu > ul > li > a {
  color: #fff;
}
.kurigram_nav_area.prefix .kurigram_menu > ul > li.current > a {
  color: #197478;
}
.mean-container .mean-nav ul li li a {
  color: #17161a;
}
.mean-container .mean-nav ul li li a {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.hmenu_box_style {
  background: #fff;
  margin-top: 80px;
  border-radius: 5px;
}
.kurigram_nav_area,
.trp_nav_area.trp_style1,
.transprent-menu .kurigram_nav_area {
  padding-right: 0px;
  padding-left: 0px;
}
.hmenu_box_style.hbg2 {
  margin-top: 0;
  padding: 0;
}
.kurigram_nav_area.prefix,
.hbg2 {
  background-color: rgba(0, 0, 0, 0.7);
}
.hmenu_box_style.hbg2 .kurigram_menu > ul > li > a {
  color: #fff;
}

/* LOGO LEFT RIGHT CSS */

.logo-left {
}
.logo-left .logo {
  text-align: left;
}
.logo-right .logo {
  text-align: right;
}
.top-tel a {
  font-size: 14px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  line-height: 20px;
  white-space: nowrap;
}
.top-tel a img {
  vertical-align: text-bottom;
  padding-right: 10px;
}
.logo-right .kurigram_menu > ul {
  text-align: left;
}
.logo-right .kurigram_menu > ul > li:first-child a {
  padding-left: 0px;
}
.logo-right .kurigram_menu > ul > li:last-child a {
  padding-right: auto;
}
/* logo top */

.logo-top .logo {
  text-align: center;
}
.logo-top .kurigram_menu > ul {
  text-align: center;
}
.logo-top > .kurigram_menu > ul > li:last-child a {
  padding-right: auto;
}
/* sub menu style */
.kurigram_menu ul .sub-menu {
  position: absolute;
  left: 0;
  top: 130%;
  width: max-content;
  text-align: left;
  background: #fff;
  margin: 0;
  padding: 15px 20px 8px;
  z-index: 9999;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  transition: 0.2s;
  opacity: 0;
  visibility: hidden;
}
.kurigram_menu ul li:hover > .sub-menu {
  transition: 0.5s;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 9;
}
.kurigram_menu ul .sub-menu li {
  position: relative;
}
.kurigram_menu ul .sub-menu li a {
  display: block;
  margin: 0;
  margin-bottom: 7px;
  letter-spacing: normal;
  font-size: 18px;
  font-weight: 500;
  transition: 0.5s;
  visibility: inherit !important;
}
.kurigram_menu ul .sub-menu .sub-menu .sub-menu .sub-menu li:hover > a,
.kurigram_menu ul .sub-menu .sub-menu .sub-menu li:hover > a,
.kurigram_menu ul .sub-menu .sub-menu li:hover > a,
.kurigram_menu ul .sub-menu li:hover > a {
  color: #197478;
}
.kurigram_menu ul .sub-menu .sub-menu {
  left: 100%;
  top: 130%;
  opacity: 0;
  visibility: hidden;
}
.kurigram_menu ul .sub-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 0;
}
.kurigram_menu ul .sub-menu .sub-menu li {
  position: relative;
}
.kurigram_menu ul .sub-menu .sub-menu .sub-menu {
  right: 100%;
  left: auto;
  top: 130%;
  opacity: 0;
  visibility: hidden;
}
.kurigram_menu ul .sub-menu .sub-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 0;
}
.kurigram_menu ul .sub-menu .sub-menu .sub-menu li {
  position: relative;
}
.kurigram_menu ul .sub-menu .sub-menu .sub-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 0;
}
.logged-in .trp_nav_area {
  top: 32px;
}
.logged-in .transprent-menu .kurigram_nav_area.prefix {
  top: 32px;
}
.logged-in .trp_nav_area.hbg2 {
  top: 32px;
}
.kurigram-main-menu .menu-item-has-children > a:after {
  margin-left: 5px;
  content: "\f107";
  font-family: FontAwesome !important;
  opacity: 1;
  font-size: 13px;
  opacity: 0.5;
}
.kurigram-main-menu .menu-item-has-children .menu-item-has-children > a:after {
  margin-left: 8px;
  content: "\f105";
}
.donate-btn-header {
  display: inline-block;
}
/* menu button */

.donate-btn-header {
  display: inline-block;
}
a.dtbtn {
  border: none;
  display: block;
  font-size: 17px;
  margin-left: 20px;
  font-weight: 500;
  background-color: #197478;
  border-radius: 30px;
  color: #fff;
  padding: 13px 25px;
}
a.dtbtn:hover {
  background-color: #197478;
}
.redX {
  color: #197478;
}
/* logo sticky */

.kurigram-main-menu .logo a.main_sticky_main_l {
  display: block;
}
.kurigram-main-menu .logo a.main_sticky_l {
  display: none;
}
/* logo sticky box menu */
.hmenu_box_style.hbg2 .logo a.main_sticky_main_l {
  display: none;
}
.hmenu_box_style.hbg2 .logo a.main_sticky_l {
  display: block;
}
/* logo pre */

.kurigram-main-menu .prefix .logo a.main_sticky_main_l {
  display: none;
}
.kurigram-main-menu .prefix .logo a.main_sticky_l {
  display: block;
}
.headroom--pinned {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.headroom--unpinned {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.header--fixed {
  position: fixed;
  z-index: 10;
  right: 0;
  left: 0;
  top: 0;
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  will-change: transform;
}
.menu-height-space {
  height: 100px;
}

/* sticky logo */
.creative_logo_thumb a.main_sticky_l {
  display: none;
}
.creative_logo_thumb .logo a {
  margin-top: 0;
}
.em_slider_social {
  position: fixed;
  left: 30px;
  text-align: center;
  bottom: 10%;
  z-index: 999999;
}
.em_slider_social li {
  display: block;
  list-style: outside none none;
  text-decoration: none;
}
.em_slider_social a {
  background: #197478 none repeat scroll 0% 0;
  border: 1px solid #197478;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  height: 35px;
  line-height: 33px;
  margin-bottom: 10px;
  text-align: center;
  width: 35px;
}

.em_slider_social a:hover {
  background: #197478;
  color: #fff;
  border-color: #197478;
}

/*=======================
END kurigram HEADING NAV AREA CSS
========================*/

/* responsive 320 start */
/* small mobile :320px. */

@media (max-width: 479px) {
  body {
    overflow-x: hidden;
  }
  .kurigram-header-top {
    /* display: none; */
  }
  .top-right-menu ul.social-icons li {
    margin-left: 13px;
  }
  .mean-container .mean-bar:before {
    text-transform: uppercase;
    top: 19px;
  }
  .mean-container a.meanmenu-reveal {
    padding: 19px 20px 18px;
  }
  .witr_ac_style:before,
  .active .witr_ac_style:before {
    display: none;
  }
}

.mobile-menu,
.mobile_logo_area {
  display: none !important;
  overflow: hidden;
}

/*========================
 kurigram BREADCRUMB AREA CSS
=========================*/

.breadcumb-blog-area {
  padding: 60px 0 65px;
  background-color: #f7f7f7;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.breadcumb-inner h2 {
  font-size: 36px;
}
.breadcumb-area {
  padding: 130px 0px;
  background-image: url(assets/images/sld.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
}

.breadcumb-area::before,
.breadcumb-blog-area::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: #00000080;
}
.breadcumb-inner ul {
  font-weight: 600;
}
.breadcumb-inner li {
  display: inline-block;
  margin: 0 2px;
  color: #fff;
}
.breadcumb-inner li:nth-last-child(-n + 1) {
  color: #fff;
}
.breadcumb-inner li a {
  font-weight: 600;
  color: #fff;
}
.breadcumb-inner li a:hover {
  color: #197478;
}

.brpt h2 {
  color: #fff;
  font-size: 40px;
  padding-bottom: 5px;
}
.lcase {
  text-transform: lowercase;
}
.ucase {
  text-transform: uppercase;
}
.ccase {
  text-transform: capitalize;
}
/*========================
 END kurigram BREADCRUMB AREA CSS
=========================*/

/* Swiper Slider Area Css */
.witr_swiper_area {
  overflow: hidden;
  position: relative;
}
.witr_swiper_height {
  position: relative;
  background-size: cover;
  background-position: center center;
  height: 569px;
}
.witr_swiper_height::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}
.witr_sw_text_area {
  margin: auto;
  height: 100%;
  width: 63%;
}
.witr_swiper_content {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.witr_swiper_topimg {
  margin-bottom: 23px;
}

.swiper-container-cube .swiper-slide {
  height: 840px;
}
.swiper_style6 .slider_btn a {
  border-radius: 5px;
}
.swiper_style6 .witr_swiper_content h1 {
  font-style: inherit;
  text-decoration: none;
}

.witr_swiper_content h1 {
  font-size: 22px;
  margin-bottom: 15px;
  display: inline;
  color: #197478;
}
.witr_active_id5 .witr_swiper_content h1 {
  font-style: italic;
  text-decoration: underline;
}
.witr_swiper_content h2,
.witr_swiper_content h3 {
  font-size: 70px;
  font-weight: 600;
  line-height: 1.1;
}
.witr_swiper_content h1 span,
.witr_swiper_content h2 span,
.witr_swiper_content h3 span {
  color: #197478;
  font-style: italic;
  text-decoration: underline;
}
.swiper4 .witr_swiper_content h2 span {
  color: #197478;
  text-decoration: none;
  font-style: inherit;
}
.witr_swiper_content p {
  font-weight: 400;
  font-size: 19px;
  margin-top: 20px;
}
.text-left .witr_swiper_content h1,
.text-left .witr_swiper_content h2,
.text-left .witr_swiper_content h3 {
  margin: 0px auto 10px 0;
}
.text-left .witr_swiper_content p {
  margin: 28px auto 15px 0;
}
.text-center .witr_swiper_content h1,
.text-center .witr_swiper_content h2,
.text-center .witr_swiper_content h3 .text-center .witr_swiper_content p {
  margin-left: auto;
  margin-right: auto;
}
.text-center .witr_swiper_content p {
  margin: 28px auto 0;
  width: 60%;
}
.text-right .witr_swiper_content h1,
.text-right .witr_swiper_content h2,
.text-right .witr_swiper_content h3 {
  margin: 0px 0 10px auto;
}
.text-right .witr_swiper_content p {
  margin: 28px 0 15px auto;
}
.text-left .witr_swiper_content h1,
.text-left .witr_swiper_content h2,
.text-left .witr_swiper_content h3,
.text-right .witr_swiper_content h1,
.text-right .witr_swiper_content h2,
.text-right .witr_swiper_content h3 {
  width: 68%;
}
.text-left .witr_swiper_content p,
.text-right .witr_swiper_content p {
  width: 55%;
}
.witr_swiper_area .swiper-slide a {
  display: inline-block;
  border-radius: 5px;
}
.witr_swiper_content .witr_btn.active {
  color: #ffffff;
  background: #0a0a0a;
}
.witr_swiper_content.white h2,
.witr_swiper_content.white p,
.witr_swiper_content.white h3 {
  color: #fff;
}
.swiper3 .witr_swiper_height::before {
  background: #0000004a;
}
.swiper3.witr_swiper_area .swiper-slide a {
  border-radius: 30px;
}
.swiper3 .slider_btn .witr_btn.active {
  background: 0 0;
  border: 1px solid #197478;
  color: #197478;
}

.witr_swiper_area .text-left .slider_vd_icon {
  right: 16%;
}
.witr_swiper_area .text-right .slider_vd_icon {
  left: 16%;
}
.witr_swiper_area .text-center .slider_vd_icon {
  top: 23%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}
.witr_icon_section {
  margin-top: 30px;
}
.text-left .slider_vd_icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.tx_svd_icon {
  background: #197478;
  color: #fff;
  width: 75px;
  height: 75px;
  line-height: 75px;
  border-radius: 100%;
  display: inline-block;
  text-align: center;
  -webkit-animation: witr-shadow 1s linear infinite;
  animation: witr-shadow 1s linear infinite;
  -webkit-transition: 0.5s;
}
.tx_svd_icon i {
  color: #fff;
}
@keyframes witr-shadow {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3),
      0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3),
      0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
  }
}
@media (min-width: 1200px) {
  .witrscontainer {
    max-width: 1430px;
  }
}

.slider_btn .witr_btn.active:hover {
  background: #197478;
  color: #fff;
}
.witr_swiper_area .text-center .slider_vd_icon {
  top: 23%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}
.witr_icon_section {
  margin-top: 30px;
}
.slider_btn {
  margin-top: 50px;
}
.witr_video_btn i {
  position: relative;
  color: #fff;
  background: #197478;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  transition: 0.5s;
  border-radius: 50%;
  margin-right: 10px;
  font-size: 20px;
}
.witr_video_btn i::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #197478;
  border-radius: 50%;
  top: 0;
  animation-fill-mode: both;
  animation: witr_squares 1.5s ease-in-out infinite;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
/* pagination bullet */
.witr_swiper_area .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: #fff;
}
/* progressbar */
.witr_swiper_area
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  background: #197478;
}
.witr_swiper_area
  .swiper-container-horizontal
  > .swiper-pagination-progressbar {
}
.witr_swiper_area
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill,
.witr_swiper_area
  .swiper-container-horizontal
  > .swiper-pagination-progressbar {
  height: 5px;
}
/* scrollbar */
.witr_swiper_area .swiper-scrollbar-drag {
  background: #197478;
}
.witr_swiper_area .swiper-container-horizontal > .swiper-scrollbar {
  background: rgba(0, 0, 0, 0);
}
.witr_swiper_area .swiper-scrollbar-drag,
.witr_swiper_area .swiper-container-horizontal > .swiper-scrollbar {
  height: 10px;
}
/* pagination prev next */
.swiper-button-prev,
.swiper-button-next {
  background-image: inherit !important;
  color: #fff;
  transition: 0.5s;
  outline: none;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  color: #197478;
  background: #fff;
  padding: 30px;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 30px;
}
.wittr_gallery.witr_swiper_height {
  height: 100px !important;
  margin-top: 10px;
}
/* button default style */
.witr_button_area {
  text-align: left;
}
.witr_btn {
  background: #197478;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  padding: 17px 30px;
  text-align: center;
  position: relative;
  margin-right: 20px;
  z-index: 2;
  transition: 1s;
  font-weight: 400;
}
.witr_btn:hover {
  background: #0f7a81;
  color: #fff;
}
/* title css */
.witr_section_title {
  position: relative;
}
.witr_section_title_inner {
  position: relative;
  z-index: 1;
}
.witr_back_title {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.title_in .witr_back_title {
  z-index: -1;
}
.witr_back_title h4 {
  font-size: 80px;
  -webkit-text-stroke: 1px #888888;
  -webkit-text-fill-color: transparent;
  line-height: 1;
}
.witr_section_title_inner h1,
.witr_section_title_inner h2,
.witr_section_title_inner h3 {
  margin: auto;
  font-size: 28px;
  font-family: PingFang, PingFang-Bold;
  font-weight: 700;
  color: #1f2d3d;
  line-height: 40px;
}
.text-right.witr_section_title_inner h1,
.text-right.witr_section_title_inner h2,
.text-right.witr_section_title_inner h3 {
  margin-right: 0px;
}
.text-left.witr_section_title_inner h1,
.text-left.witr_section_title_inner h2,
.text-left.witr_section_title_inner h3 {
  margin-left: 0px;
}

.witr_section_title_inner h1 {
}
.witr_section_title_inner h2 {
  font-size: 19px;
  color: #197478;
  margin-bottom: 10px;
  display: inline-block;
  font-weight: 600;
}
.witr_section_title_inner h3 {
}
.witr_section_title_inner p span a,
.witr_section_title_inner p span,
.witr_section_title_inner h1 span,
.witr_section_title_inner h2 span,
.witr_section_title_inner h3 span {
  color: #197478;
}

.witr_section_title_inner p {
  margin-top: 10px;
}
.witr_section_title_inner.text-center p {
  width: 70%;
  margin: 10px auto;
  font-size: 16px;
  font-family: PingFang, PingFang-Bold;
  text-align: center;
  color: #6c7c7d;
  line-height: 30px;
}
.witr_section_title_inner.text-left p {
  width: 74%;
  margin-right: auto;
  margin-left: 0px;
}
.witr_section_title_inner.text-right p {
  width: 74%;
  margin-right: 0px;
  margin-left: auto;
}
.witr_image_title {
  margin-top: 0px;
  margin-bottom: 10px;
}

/*  new animate banner slider css */
.animate_image_height,
.animate_banner_image_area {
  position: relative;
}
.animate_banner_slider {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.animate_image_height {
  height: 800px;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
.animate_image_height::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #00000040;
}
.witr_animate_content h2 {
  font-size: 60px;
  font-weight: 700;
  color: #fff;
}
.witr_animate_content .cd-headline.clip .cd-words-wrapper::after {
  background: #fff;
  width: 4px;
}
.witr_animate_content p {
  margin-left: auto;
  margin-right: auto;
  margin-top: 22px;
  margin-bottom: 36px;
}
.witr_animate_content a {
  padding: 20px 30px;
  color: #197478;
  background: #fff;
  font-size: 19px;
  font-weight: 700;
  margin-top: 35px;
  display: inline-block;
  transition: 0.5s;
  border-radius: 5px;
  line-height: 1;
}
.witr_animate_content a:hover {
  color: #fff;
  background: #197478;
}
.animate_banner_image_area .slick-prev {
  left: 15px;
}
.animate_banner_image_area .slick-next {
  right: 15px;
}
.animate_banner_image_area:hover .slick-prev,
.animate_banner_image_area:hover .slick-next {
  opacity: 1;
}

/* Video From Local (src="myFolderName/videoName.mp4") */
#witr_mp4_video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
}
.video_page .witr_swiper_content h1 {
  color: #fff;
  font-style: inherit;
  text-decoration: none;
}
.video_page .witr_swiper_content .witr_btn.active {
  color: #197478;
  background: transparent;
  border: 1px solid #197478;
}
.video_page .witr_swiper_content .witr_btn.active:hover {
  color: #fff;
  background: #197478;
}

.witr_banner_slider_active {
  /* position: absolute; */
}

/*===========================
    10.video css 
===========================*/
.video-part {
}
.video-overlay {
  padding: 70px 0 50px;
}

.video-item {
}
.video-item a {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  font-size: 28px;
  border-radius: 100%;
  background: #197478;
}
.video-item a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #197478;
  border-radius: 50%;
  top: 0;
  animation-fill-mode: both;
  animation: witr_squares 1.5s ease-in-out infinite;
  left: 0;
  right: 0;
  bottom: 0;
}
.video-item i {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.video-item h3 {
  font-size: 23px;
  margin-top: 35px;
}

/*===========================
    5.play  css 
===========================*/
.witr_play_vi {
}
.witr_videobg_image {
  position: relative;
}
.witr_videobg_image::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  /*     background: #1974786b; */
}
.witr_videobg_image img {
  /* width:100%; */
  /* max-height: 320px; */
}
.play-overlay {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.play-overlay a {
  position: relative;
  display: inline-block;
  width: 75px;
  height: 75px;
  font-size: 23px;
  border-radius: 100%;
  background: #197478;
}
.play-overlay a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #197478;
  border-radius: 50%;
  animation-fill-mode: both;
  animation: witr_squares 1.5s ease-in-out infinite;
}
.play-overlay i {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.witr_videos_title_text {
  position: absolute;
  left: 40px;
  bottom: 40px;
  width: 45%;
}
.witr_videos_title_text h3 {
  color: #fff;
  margin: 0;
}
.video-item a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #197478;
  border-radius: 50%;
  top: 0;
  animation-fill-mode: both;
  animation: witr_squares 1.5s ease-in-out infinite;
  left: 0;
  right: 0;
  bottom: 0;
}
/* witr_squares_ */
@keyframes witr_squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
.set_class {
  animation: witr_squares 800ms ease-out infinite;
}
/* service */
.em-service2 .em-service-inner {
  width: 100%;
}
.em-service2.sleft {
  text-align: left;
}
.em-service2.sleft .em-service-icon {
  margin-right: 20px;
  margin-top: 10px;
}
.em-service2.smiddle .em-service-icon {
  margin-bottom: 20px;
}
.em-service2.sright {
  text-align: right;
}
.em-service2.sright .em-service-icon {
  margin-left: 25px;
  margin-top: 5px;
}
.em-service-title h3 a:hover {
  color: #197478;
}
.em-service2:hover .em-service-icon i {
  color: #0f7a81;
}
/*======== slick ========*/
.slick-prev,
.slick-next {
  font-size: 0;
  position: absolute;
  display: block;
  padding: 0;
  cursor: pointer;
  color: #fff;
  outline: none;
  background: #197478;
  z-index: 999;
  opacity: 0;
  border-radius: 50px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  width: 55px;
  height: 55px;
  line-height: 55px;
  top: 50%;
  transform: translate(0px, -50%);
  transition: 0.5s;
  border: 0px solid #17161a;
}
.slick-prev {
  left: -15px;
}
.slick-next {
  right: -15px;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  background: #197478;
}
.witr_ds_content_area .slick-prev {
  left: 15px;
}
.witr_ds_content_area .slick-next {
  right: 15px;
}

.slick-prev:before,
.slick-next:before {
  color: #fff;
  font-size: 25px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  content: "\f177";
  font-family: FontAwesome !important;
  line-height: inherit;
  opacity: 1;
}
.slick-next:before {
  content: "\f178";
  font-family: FontAwesome !important;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background: #0f7a81;
  border-color: transparent;
  outline-color: transparent;
  outline: none;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  color: #fff;
}
.witr_cfeature5_idps:hover .slick-prev,
.witr_cfeature5_idps:hover .slick-next,
.witr_singleNav:hover .slick-prev,
.witr_singleNav:hover .slick-next,
.testomonial:hover .slick-prev,
.testomonial:hover .slick-next {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.testomonial-slide .slick-prev,
.testomonial-slide .slick-prev {
}
.blog_wrap .slick-prev,
.blog_wrap .slick-next {
  top: 35%;
  -webkit-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}
.testomonial-slide .slick-prev,
.blog_wrap .slick-prev {
  left: -65px;
}
.testomonial-slide .slick-next,
.blog_wrap .slick-next {
  right: -65px;
}

.witr_car_overlay .slick-slide {
  padding: 0 15px;
}
/* cursor css */
.slick-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
  display: inline-block;
  z-index: 11;
}
.slick-dots li {
  display: inline-block;
}
.slick-dots li button {
  background: #1974785c;
  font-size: 0;
  width: 8px;
  height: 8px;
  border: 0 solid #197478;
  margin: 0 5px;
  cursor: pointer;
  border-radius: 50px;
  padding: 0;
  transition: 0.5s;
  outline: 0;
}
.slick-dots li.slick-active button {
  background: #197478;
}
/* kurigram_features_area */
.kurigram_features_area {
  padding: 90px 0px 70px;
}
.features_top {
  margin-top: 30px;
}
.witr_feature_3d {
  perspective: 1000px;
  transition: 0.5s;
  margin-bottom: 30px;
}
.witr_single_feature_3d {
  transition: transform 0.5s;
  transform-style: preserve-3d;
  position: relative;
  text-align: center;
  z-index: 999;
}
.witr_feature_front_3d {
  background: #0f7a81;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.witr_feature_back_3d,
.witr_feature_front_3d {
  height: 398px;
  width: 100%;
}
.witr_feature_front_3d {
  z-index: 2;
}
.witr_feature_back_3d,
.witr_feature_front_3d {
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  transition: 0.5s;
}
.witr_feature_front_3d:before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.witr_feature_position {
  left: 0;
  padding: 40px 20px 40px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.witr_feature_icon_3d {
  margin-bottom: 14px;
}
.witr_feature_icon_3d i {
  font-size: 60px;
  color: #fff;
  display: inline-block;
  line-height: 1;
  text-align: center;
}
.witr_feature_content_3d h3 {
  margin-bottom: 10px;
  color: #fff;
  font-size: 24px;
}
.witr_feature_content_3d h2 {
  margin-bottom: 12px;
  color: #fff;
  font-size: 17px;
}
.witr_feature_content_3d h3 a {
  color: #fff;
  font-size: 24px;
}
.witr_feature_content_3d p {
  color: #fff;
}
.witr_feature_front_3d {
  background: #197478;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.witr_feature_front_3d:before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.witr_feature_back_3d {
  background: #0f7a81;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.witr_feature_back_3d:before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.witr_feature_btn_3d {
  margin-top: 27px;
  z-index: 999;
}
.witr_feature_btn_3d a {
  border: 2px solid #fff;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  padding: 8px 33px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.witr_feature_btn_3d a:hover {
  background: #fff;
  color: #197478;
}
.witr_feature_flip_up .witr_feature_back_3d {
  transform: rotateX(180deg);
}
.witr_feature_flip_up:hover .witr_single_feature_3d {
  transform: rotateX(180deg);
}

/* kurigram_about_area */
.kurigram_about_area.home1 {
  padding: 0px 0px 100px;
}
.kurigram_about_area {
  padding: 100px 0px 100px;
}
.kurigram_about_area .witr_section_title_inner h3 {
  margin-bottom: 48px;
}
.service_top_image {
  position: relative;
}
.witr_s_flex {
  display: flex;
}
.service_top_text {
  display: block;
}
.em-service-icon {
  margin: 0px 10px 0px 0px;
}
.about_service .em-service2.sleft {
  text-align: left;
  margin-bottom: 20px;
}
.about_service .em-service2.sleft .em-service-icon {
  margin-top: 0px;
}
.about_service .width_height_link_0 .em-service-icon i {
  font-size: 40px;
  color: #197478;
  height: auto;
  width: auto;
  border-radius: initial;
  line-height: normal;
  background: 0 0;
  border: none;
}
.em-service2 .em-service-icon i {
  display: inline-block;
  color: #fff;
  height: 80px;
  width: 80px;
  text-align: center;
  border-radius: 50%;
  line-height: 80px;
  background: #197478;
  font-size: 25px;
  transition: all 0.5s ease 0s;
}
.em-service2 .em-service-inner {
  width: 100%;
}
.em-service-title {
  overflow: hidden;
}
.all_color_service h3 {
  margin: 0px 0px 5px 0px;
}
.em-service-title h3 {
  padding: 0;
  transition: 0.5s;
}

.em-service-desc p {
  transition: 0.5s;
  font-size: 16px;
  font-family: PingFang, PingFang-Bold;
  font-weight: 700;
  text-align: left;
  color: #6c7c7d;
  line-height: 32px;
  margin-bottom: 0;
}
.em-service-desc {
  margin: 0 15px 0 0;
}
.desc-right {
  margin: 0 0 0 15px;
}
/* kurigram_serivce_bg_area */
.kurigram_serivce_bg_area {
  background: #f9f9f9;
  padding: 90px 0px 70px;
}
.witr_sstyle_9 .em-service-title h3 {
  margin: 10px 0 15px;
}
.service-btn {
  position: relative;
}
.service-btn > a {
  border-radius: 5px;
  display: inline-block;
  transition: 0.5s;
}
.service-btna a:hover {
  color: #197478;
}
.service-btn a span {
  font-size: 20px;
  transition: 0.5s;
  display: inline-block;
  position: relative;
  top: 3px;
}
.em-service:hover .service-btn > a {
  color: #fff;
}
.em-service:hover .em-service-desc,
.em-service:hover .em-service-icon,
.em-service:hover .em-service-title h3,
.em-service:hover .em-service-title h3 a {
  color: #fff;
  z-index: 1;
}
.em-service2 .em-service-icon i {
  display: inline-block;
  color: #fff;
  height: 80px;
  width: 80px;
  text-align: center;
  border-radius: 50%;
  line-height: 80px;
  background: #197478;
  font-size: 25px;
  transition: all 0.5s ease 0s;
}
.width_height_link_0 .em-service-icon i {
  font-size: 40px;
  color: #197478;
  height: auto;
  width: auto;
  border-radius: initial;
  line-height: normal;
  background: 0 0;
  border: none;
}
/* .em-service2 .em-service-inner {
    width: 100%;
}
.em-service2.sleft {
    text-align: left;
}
.em-service2.sleft .em-service-icon {
    margin-right: 20px;
    margin-top: 10px;
}
.em-service2.smiddle .em-service-icon {
    margin-bottom: 20px;
}
.em-service2.sright {
    text-align: right;
}
.em-service2.sright .em-service-icon {
    margin-left: 25px;
    margin-top: 5px;
}
.em-service-title h3 a:hover {
    color: #197478;
}
.em-service2:hover .em-service-icon i {
    color: #0f7a81;
} */
.witr_sstyle_9 {
  position: relative;
  z-index: 1;
  padding: 42px 30px 50px;
  box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
  transition: 0.5s;
  margin-bottom: 30px;
}
.witr_sstyle_9 .service-btn > a {
  border: 1px solid #ddd;
  padding: 10px 30px;
}
.witr_sstyle_9::before {
  background: #197478;
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
  content: "";
  z-index: -1;
  transition: 0.5s;
}
.witr_sstyle_9:hover::before {
  width: 100%;
  height: 100%;
  border-radius: 0;
}
.witr_sstyle_9:hover a,
.witr_sstyle_9:hover h3,
.witr_sstyle_9:hover p {
  color: #fff;
}
.em-service2.witr_sstyle_9:hover .em-service-icon i {
  color: #fff;
}
.witr_sstyle_9:hover .service-btn > a {
  border-color: #197478;
  color: #197478;
  background: #fff;
}
.service_style1 .width_height_link_0 .em-service-icon i {
  font-size: 60px;
}
.service_style1 .all_color_service h3 a:hover {
  color: #0a0a0a;
}
.service_style1 .service-btn {
  position: relative;
  margin-top: 28px;
}
.service_style1 .service-btn a:hover {
  background-color: #0f7a81;
  color: #fff;
}
/*=====================
mettle PORTFOLIO AREA CSS
=========================*/
.wirr_protfolio_area {
  padding: 80px 20px 60px;
  /* background-color: #eaf5f9; */
}
.oper_protfolio_area {
  background-color: white;
}
.protfolio_top {
  margin-top: 20px;
}
.wirr_protfolio_area .witr_section_title_inner.text-center p {
  width: 44%;
}
.portfolio_nav {
  padding: 0px 0 40px;
}
.portfolio_nav ul {
  text-align: center;
}
.portfolio_nav ul li {
  display: inline;
}
.portfolio_nav ul li {
  border: 1px solid #f3eaea;
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  font-weight: 500;
  margin: 0 5px 10px;
  padding: 10px 20px;
  position: relative;
  transition: 0.5s;
}
.portfolio_nav ul li:hover,
.portfolio_nav ul li.current_menu_item {
  color: #fff;
  background: #197478 none repeat scroll 0% 0;
  border-color: #197478;
}
/* 产品中心tab */
.products_content {
  display: flex;
}
.porduct_nav {
  padding: 20px 0;
}
.products_col {
  max-width: 230px;
}
.products_col ul li {
  width: 100%;
  padding: 17px 0;
}
.porduct_nav ul {
  text-align: center;
}
.porduct_nav ul li {
  display: inline;
}
.porduct_nav ul li {
  /* border: 1px solid #f3eaea; */
  cursor: pointer;
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  padding: 15px 5px;
  position: relative;
  transition: 0.5s;
  color: white;
  margin-right: 15px;
}
.porduct_nav ul li:hover,
.porduct_nav ul li.current_menu_item {
  color: #fff;
  /* background: #197478 none repeat scroll 0% 0; */
  background: linear-gradient(90deg,#006569, #289da5);
  border-color: #197478;
}
.products_list {
  padding-top: 20px;
  background-color: white;
  width: 100%;
  min-height: calc(100vh - 260px);
}
#products .container {
  border-bottom: 1px solid #E1E8F1;
}
.products_router {
  height: 30px;
  background: #eef3f6;
  line-height: 30px;
  font-size: 14px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  text-align: right;
  color: #475669;
  display: flex;
  justify-content: right;
  padding: 0 29px;
  margin: 0 15px;
  white-space: nowrap;
}
.products_row {
  display: none;
}
.products_row .filter_tabs li {
  width: 28%;
}
.color-gray {
  color: #999999;
}
.prot_wrap {
  overflow: hidden;
}
.wirr_products_area {
  padding: 80px 0 60px;
  background-image: url(assets/images/products_list_bg.png);
  background-position: top center;
  background-repeat: no-repeat;
  min-height: 100vh;
}
.wirr_products_area .witr_section_title_inner h2 {
  margin: 20px 0 0;
}
.wirr_products_area .witr_section_detail {
  margin-top: 0;
}
.wirr_products_area .witr_videobg_image {
  padding-bottom: 20px;
}
.products_top {
  background: linear-gradient(180deg,#2b385d 0%, rgba(19,26,48,0.00));
  padding-top: 10px;
}
/* 产品详情 */
.product_detail {
  border-bottom: 10px solid #F5F5F5;
  padding: 40px 35px 30px;
}
.detail_img {
  border: 1px solid #bdbdbd;
  padding: 20px 0;
  text-align: center;
}
.detail_til {
  font-size: 18px;
  font-family: PingFangSC, PingFangSC-Semibold;
  font-weight: 600;
  text-align: left;
  color: #006569;
  line-height: 25px;
  padding-bottom: 17px;
  border-bottom: 1px solid #D8D8D8;
}
.detail_til img {
  padding-right: 11px;
}
.detail_name {
  font-size: 16px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  color: #475669;
  line-height: 22px;
  text-align: center;
  padding: 5px;
  width: 184px;
  margin: 12px auto;
  background: linear-gradient(90deg,#ffffff, #e5e5e5 47%, #ffffff);
}
.detail_des {
  font-size: 16px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  text-align: left;
  color: #6c7c7d;
  line-height: 32px;
  padding: 3% 0 0 6%;
}
.detail-tabs {
  display: flex;
  flex-wrap: wrap;
  padding: 16px 0 5px 24px;
  border-bottom: 1px solid #F5F5F5;
}
.detail-tabs .tab-item {
  background: #ffffff;
  border: 1px solid #bdbdbd;
  font-size: 16px;
  font-family: PingFang, PingFang-Bold;
  font-weight: 700;
  text-align: center;
  color: #006a65;
  line-height: 22px;
  padding: 9px;
  margin: 0 10px 10px 0;
  width: 20%;
  min-width: 90px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.detail-tabs .tab-item:hover {
  color: white;
  background-color: #006A65;
}
.detail-tabs .tab-item-check {
  color: white;
  background-color: #006A65;
}
.tab-item-detail {
  padding: 20px;
  background-color: #F5F5F5;
  margin: 15px 24px;
}
.product_more {
  display: none;
}
/* 八大行业解决方案 */

.eight_product_main {
  background-color: white;
  padding: 20px;
  text-align: center;
  font-family: PingFang, PingFang-Bold;
  font-weight: 700;
}
.eight_product_main .main_content {
  padding: 40px 50px;
}
.eight_product_main h3 {
  font-size: 28px;
  color: #1f2d3d;
  line-height: 40px;
  margin-top: 30px;
}
.eight_product_main p {
  font-size: 16px;
  color: #6c7c7d;
  line-height: 32px;
  text-align: left;
  text-indent: 30px;
  margin-bottom: 5px;
}
.industry_img {
  padding: 20px 0 10px;
}
.industry_img img {
  width: 60%;
}
.industry_img span {
  font-size: 16px;
  color: #1f2d3d;
  line-height: 22px;
  text-align: center;
  margin: 17px 0 0;
  display: block;
}
.eight_product_main .main_btn {
  text-align: end;
  margin: 3rem 4rem;
}
.btn_hardware {
  background: rgba(0,103,98,0.18);
  border: 1px solid #006762;
  border-radius: 21px;
  color: #006762;
  line-height: 20px;
  font-size: 14px;
  padding: 5px 15px;
  width: fit-content;
  display: inline-block;
  cursor: pointer;
}
.btn_hardware img {
  vertical-align: baseline;
    padding-left: 10px;
}
.cover_layer { 
  width: 100%;
  height: 100%;
  top:0%;
  left:0%;
  display: none;
  position:fixed;
  z-index: 1001;
  background-color: rgba(0,0,0,0.4);
  text-align: center;
  padding: 0 10%;
  overflow: auto;
} 
.cover_img{ 
  z-index: 1002;
  margin-top: 10%;
}
/* single gallery css */

.single_protfolio {
  position: relative;
  /*     margin-bottom: 30px; */
  overflow: hidden;
}

.prot_thumb img {
  display: block;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 100%;
}
.single_protfolio:hover .prot_thumb img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.prot_content {
  position: absolute;
  text-align: center;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";

  transition: 0.5s;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  background: #19747880;
  z-index: 9;
}
.multi_gallery.prot_content {
  height: 90%;
  width: 80%;
  right: 10%;
  top: 5%;
  bottom: 5%;
  left: 10%;
}
.prot_content_inner {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 50%;

  transform: translateX(-50%) translateY(-50%);
  z-index: 10;
  -webkit-transition: all 0.5s ease-in-out 0.5s;
  transition: all 0.5s ease-in-out 0.5s;
}
.single_protfolio:hover .prot_content {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.prot_content h3 {
  margin: 0;
  text-transform: capitalize;
  color: #fff;
  font-size: 18px;
}
.prot_content h3 a {
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  text-transform: capitalize;
  transition: 0.5s;
  padding: 28%;
}
.prot_content p {
  color: #fff;
  line-height: 1.2;
  margin: 5px 0 0;
}
.prot_content p span {
  display: inline-block;
  padding-top: 0px;
}
.single_protfolio:hover .prot_content {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.porttitle_inner span,
.porttitle_inner4 span,
.prot_content span {
  position: relative;
  margin: 0 2px;
}
.prot_content span:before,
.porttitle_inner4 span:before,
.porttitle_inner span:before {
  bottom: 0;
  content: ",";
  position: absolute;
  right: -5px;
}
.porttitle_inner span:last-child:before,
.prot_content span:last-child:before,
.porttitle_inner4 span:last-child:before {
  content: "";
}
.nospace.col-xs-12 {
  padding: 0px;
}
.nospace .single_protfolio {
  margin-bottom: 0px;
}
/* load button css */

.gallery_load_button {
}
.gallery_load_button a {
  border: 1px solid #ddd;
  color: #444;
  padding: 7px 15px;
  display: inline-block;
  font-size: 17px;
  margin-top: 0px;
}
.gallery_load_button a:hover {
  border-color: #197478;
  background: #197478;
  color: #fff;
}
.prot_wrap.nospace .gallery_load_button a {
  margin-top: 30px;
}
/* portfolio icon css */

.picon {
}
.picon a {
  background: #197478;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  margin: 0 3px 11px;
  width: 50px;
  text-align: center;
}
.picon a:hover {
  border-color: #1b1a1a;
  background: #1b1a1a;
  color: #fff;
}
.pstyle_1 .picon a {
  background: transparent;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 25px;
  height: 50px;
  line-height: 50px;
  margin: 0 8px 11px;
  width: 50px;
  transition: 0.5s;
}
.pstyle_1 .picon a:hover {
  background: #197478;
  color: #fff;
}
.guttergs,
.witr_all_mb_30 {
  margin-bottom: 30px;
  border: none;
}
.witr_all_mb_30.mb_70 {
  margin-bottom: 113px;
}
.noguttergs,
.witr_all_pd0 {
  padding: 0;
}
/* kurigram_team_area */
.kurigram_team_area {
  padding: 0px 0px 120px;
}
.team_top {
  margin-top: 32px;
}
.team-part {
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 5px 4px 0 rgba(0, 0, 0, 0.05);
}
.post_team10_area .team_o_icons::before {
  display: none;
}
.post_team10_area .witr_team_section {
  position: relative;
  overflow: hidden;
}
.witr_team_section img {
  transition: .5s;
}
.witr_team_section img:hover {
  transform: scale(1.1);
  transition: .5s;
}
.post_team10_area .team_o_icons {
  margin-top: 0;
  padding: 0;
  position: absolute;
  bottom: 0;
  left: -100%;
  transition: 0.5s;
}
.post_team10_area .team-part:hover .team_o_icons {
  left: 0;
}
.post_team10_area .team_o_icons ul li {
  display: inline-block;
}
.post_team10_area .team_o_icons ul li a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: none;
  background: #272727;
  border-radius: 0;
  color: #fff;
  margin: 0;
  font-size: 20px;
}
.post_team10_area .team_o_icons ul li a:hover {
  background: #197478;
}
.witr_team_content {
  padding: 23px 5px 23px;
}

.team_o_icons ul li a {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 33px;
  border: 1px solid #1974781c;
  background: #19747833;
  border-radius: 5px;
  text-align: center;
  transition: 0.5s;
  color: #197478;
  margin: 0 2px;
  font-size: 15px;
}
.witr_team_content span {
  font-size: 18px;
  color: #197478;
}
/* 平台特色 */
.kurigram_features_area {
  background-image: url(assets/images/oper_bg_01.png);
}
.festures_counter {
  position: relative;
  text-align: center;
  transition: all .3s ease 0s;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 30px;
}
.festures_counter:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  height: 30%;
}
.festures_counter:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  height: 30%;
}
.festures_counter:hover:after,
.festures_counter:hover:before {
  border-color: #197478;
}
.festures_counter:hover {
  background: #197478;
  border-color: #197478;
}
.features_item {
  padding: 15px 18px;
  text-align: justify;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  min-height: 170px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.features_item h4 {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  font-family: PingFang, PingFang-Bold;
  line-height: 26px;
}
.features_item p {
  font-size: 14px;
  color: #a7abd0;
  line-height: 26px;
  margin: 0;
  min-height: 78px;
}
/* 解决方案——定期巡视班 */
.kurigram_counter_bg_area {
  padding: 100px 0px 70px;
  background-image: url(assets/images/oper_bg_01.png);
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
}
.kurigram_counter_bg_area:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  /* background:#02101ee6; */
}
.kurigram_counter_bg_area.counter_page {
  padding: 85px 0px 70px;
}
.single_counter {
  position: relative;
  padding: 15px 0 0;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-top: 2px solid #324452;
  border-bottom: 2px solid #324452;
  margin-bottom: 30px;
}
.single_counter:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  border-left: 2px solid #324452;
  border-right: 2px solid #324452;
  height: 30%;
}
.single_counter:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  border-left: 2px solid #324452;
  border-right: 2px solid #324452;
  height: 30%;
}
.oper_counter_icon {
  width: 40px;
  height: 40px;
  background: #ffffff;
  border-radius: 20px;
  line-height: 40px;
  font-size: 24px;
  font-weight: 600;
  margin: auto;
}
.single_counter:hover .counter-icon {
  color: #fff;
}
.single_counter:hover:after,
.single_counter:hover:before {
  border-color: #197478;
}
.single_counter:hover {
  background: #197478;
  border-color: #197478;
}
.kurigram_counter_bg_area .counter_icon i {
  color: #ffffff;
  font-size: 60px;
  border-style: default;
  transform: rotate(0deg);
}
.counter_icon i {
  display: inline-block;
  font-size: 30px;
  text-align: center;
  display: block;
}
.white.all_counter_color i,
.white.all_counter_color h4,
.white.all_counter_color h3,
.white.all_counter_color span {
  color: #fff;
}
.counter_title {
  padding: 10px 20px;
}
.counter_title .counter_text {
  margin: 0;
  transition: 0.5s;
  padding-bottom: 8px;
  font-size: 16px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  line-height: 22px;
}
.countr_text > h3 {
  display: inline-block;
  font-size: 43px;
}
.countr_text span {
  transition: 0.5s;
  display: inline-block;
  font-size: 43px;
}
.kurigram_counter_bg_area .all_counter_color h3,
.kurigram_counter_bg_area .all_counter_color span {
  color: #ffffff;
  margin: -5px 0px 0px 0px;
}
/* kurigram_pricing_area */
.kurigram_pricing_area {
  padding: 90px 0px 70px;
}
.pricing_area {
  box-shadow: 0px 0px 30px 0px rgba(216, 216, 216, 0.4);
  border-radius: 5px;
  text-align: center;
  margin-bottom: 30px;
}
.all_pricing_color li,
.all_pricing_color ol,
.all_pricing_color ul {
  margin: 0;
}
.all_pricing_color h2,
.all_pricing_color h3,
.all_pricing_color h4,
.all_pricing_color h5 {
  margin: 0;
}
.pricing_area {
  border-radius: 5px;
}
.pricing-part {
  position: relative;
  overflow: hidden;
}
.pricing-part sub {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  position: absolute;
  right: -65px;
  top: 20px;
  background: #197478;
  line-height: 43px;
  width: 217px;
  height: 45px;
  text-align: center;
  -webkit-transform: rotate(35deg);
  transform: rotate(45deg);
}
.witr_pricing_icon i {
  color: #197478;
  font-size: 40px;
  padding-top: 40px;
  display: block;
}
.pricing-part h4 {
  font-size: 24px;
  padding: 26px 0 12px;
  display: block;
}
.pricing-part h5 {
  font-size: 35px;
  padding-bottom: 30px;
}
.pricing-part h6 {
  font-size: 21px;
  color: #989898;
  display: block;
  text-decoration: line-through;
  margin: 0;
}
.pricing-part span {
  font-size: 24px;
  margin-right: 5px;
}
.pricing-part ul li {
  color: #0a0a0a;
  line-height: 40px;
  list-style: none;
}
.prt_content {
  padding: 20px 18px 10px 0;
  font-size: 20px;
}
.witr_btnp_color {
  padding-top: 37px;
  padding-bottom: 40px;
}
.pricing-part a.btn {
  background: #197478;
  padding: 15px 30px;
  font-size: 16px;
  border-radius: 5px;
  color: #fff;
  border: 1px solid #197478;
  display: inline-block;
}
.pricing-part a.btn:hover {
  background: 0 0;
  color: #197478;
}
.pricing_style_2 .pricing-part h5 {
  background: #197478;
  padding: 10px 0;
  color: #fff;
  margin-bottom: 30px;
}
.pricing_style_3 .pricing-part a.btn {
  display: block;
  border-radius: 0;
}
.pricing_style_3 .witr_btnp_color {
  padding: 0;
  padding-top: 37px;
}
.pricing_style_4 .witr_p_middle {
  width: 150px;
  height: 150px;
  display: table;
  margin: 15px auto 15px;
}
.pricing_style_4 .witr_p_middle_inner {
  display: table-cell;
  vertical-align: middle;
  background: #197478;
  border-radius: 100%;
}
.pricing_style_4 .pricing-part h5 {
  padding: 0;
  color: #fff;
  font-size: 25px;
  border-radius: 100%;
  text-align: center;
}
.pricing_style_4 .pricing-part span + span {
  display: block;
}
.pricing_style_4 .pricing-part span {
  font-size: 18px;
}
.pricing-part ul {
  display: inline-block;
  padding: 0;
}

.kurigram_pricing_area .all_pricing_color h4 {
  color: #ffffff;
  background-color: #197478;
  margin: 25px 0px 0px 0px;
  padding: 15px 0px 15px 0px;
}
.all_pricing_color p {
  color: #197478;
}
.kurigram_pricing_area .witr_btnp_color a.btn {
  color: #197478;
  background-color: #ffffff00;
}
.kurigram_pricing_area .witr_btnp_color a.btn:hover {
  color: #fff;
  background-color: #197478;
}
.kurigram_video_bg_area {
  background-image: url(assets/images/sld2.jpg);
  background-position: center center;
  background-size: cover;
  padding: 180px 0px 180px;
  position: relative;
}
.kurigram_video_bg_area:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #010322d9;
}
.kurigram_video_bg_area .video-item h3 {
  font-size: 30px;
  margin-top: 35px;
  color: #fff;
}
/* single_faq_bg_area */
.single_faq_bg_area {
  padding: 90px 0px 100px;
}
.accordion_area .card-header.witr_ac_card {
  background: 0 0 !important;
  padding: 0;
  border-bottom: 0;
  text-align: left;
}
.witr_ac_card i {
  margin-right: 10px;
  font-size: 20px;
}
.accordion_area .card-2 {
  margin-bottom: 22px;
  border: 1px solid #ddd;
}
.accordion_area .card-2 p {
  padding: 8px 18px 3px;
  font-size: 16px;
  font-family: PingFang, PingFang-Bold;
  font-weight: 700;
  text-align: left;
  color: #6c7c7d;
  line-height: 32px;
  text-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.07);
}
.witr_ac_style {
  padding-left: 30px;
  font-size: 17px;
  font-weight: 600;
  display: flex;
  align-items: center;
  padding: 11px 15px;
  transition: 0.5s;
}
.witr_ac_style:focus,
.witr_ac_style:hover {
  color: #fff;
  background: #197478;
}
.witr_ac_style:before {
  position: absolute;
  content: "\f107";
  right: 30px;
  font-family: fontawesome !important;
  font-weight: 400;
}
.active .witr_ac_style:before {
  content: "\f106";
}
.faq_style2 .active .witr_ac_style {
  background: #197478;
  color: #fff;
}
.card-body ul li {
  margin-left: 18px;
  margin-bottom: 4px;
}
.faq_style2 .witr_ac_style {
  padding: 16px 23px;
  font-size: 20px;
  font-family: PingFang, PingFang-Bold;
  font-weight: 700;
  text-align: left;
  color: #1f2d3d;
  line-height: 28px;
  text-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.07);
}
.faq_style2.accordion_area .card-2 {
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.09);
  margin-bottom: 15px;
}
.faq_top {
  margin-top: 45px;
}
.witr_brand_area {
  padding: 70px 0px 70px;
  background: white;
}
.partner_list {
  padding: 2px;
  text-align: center;
}
.partner_list img {
  border: 1px dashed #E1E8F1;
}
/* kurigram_testimonial_area */
.kurigram_testimonial_area {
  padding: 90px 0px 70px;
}
.kurigram_testimonial_area.testimonial_style5 {
  padding: 90px 0px 98px;
}
.testimonial_post_13.em_single_testimonial {
  padding: 0;
}
.em_single_testimonial {
  background: #fff none repeat scroll 0 0;
  margin-bottom: 30px;
  transition: all 0.5s ease 0s;
  padding: 37px 30px 26px;
  margin-top: 20px;
  box-shadow: 0 0 25px 0 rgb(0 0 0 / 8%);
  overflow: hidden;
  position: relative;
  text-align: left;
}
.testimonial_post_13 {
  display: flex !important;
  justify-content: space-around;
  align-items: center;
}
.test_text_all {
  padding: 25px 38px 26px;
  width: 100%;
}
.testimonial_post_13 .test-part {
  margin-bottom: 0;
}
.test-part {
  display: inline-block;
  margin-bottom: 10px;
}
.test-part ul li {
  display: inline-block;
  padding-top: 0;
}
.execllent_toggol {
  display: flex;
  align-items: center;
  justify-content: center;
}
.em_crating i.active {
  color: #197478;
}
.execllent_star {
  margin-left: 15px;
}
.execllent_star h3 {
  color: #197478;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  font-style: italic;
}
.em_testi_content {
  position: relative;
  text-align: center;
}
.witr_testi_s_9 .em_testi_text {
  float: none;
}
.em_testi_text {
  overflow: hidden;
  padding-top: 15px;
  float: left;
  text-align: left;
}
.testimonial_post_13 .em_testi_text p {
  font-size: 19px;
  font-style: italic;
}
.em_test_thumb {
  float: left;
  margin-right: 20px;
}
.em_testi_title span {
  display: block;
  margin-top: 5px;
  font-size: 18px;
  font-weight: 600;
  color: #197478;
}
.slick-slide img {
  display: inline-block !important;
}
.witr_screenshot_thumb {
  width: 100%;
}
.witr_testi_itemt {
  padding: 0 10px;
}
.em_crating i {
  color: #ddd;
  font-size: 18px;
}

/* kurigram_contact_area */
.kurigram_contact_area {
  padding: 90px 0px 90px;
  background: #f9f9f9;
}
.apartment_area {
  text-align: center;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
  padding: 60px 35px 47px;
}
.contact2 .apartment_text h1 {
  font-size: 40px;
}
.contact2 .apartment_text h2 {
  font-size: 19px;
  font-weight: 500;
  margin: 10px 0px 33px 0px;
}
.contact2 .witr_apartment_form form select,
.contact2 .witr_apartment_form textarea,
.contact2 .witr_apartment_form input {
  border: 1px solid #197478;
  background: #197478;
  color: #fff;
}
.contact2 .witr_apartment_form input::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
.contact2 .witr_apartment_form select::-webkit-input-placeholder,
.contact2 .witr_apartment_form textarea::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
.contact2 .btn {
  width: 100%;
}
.witr_apartment_form form select,
.witr_apartment_form textarea,
.witr_apartment_form input {
  width: 100%;
  height: 45px;
  color: #888888;
  border-radius: 5px;
  border: 1px solid #dddddd96;
  outline: none;
  margin-bottom: 5px;
  text-align: left;
  padding-left: 30px;
}
.witr_apartment_form textarea {
  height: 150px;
  margin-bottom: 0px;
  text-align: left;
  padding-top: 15px;
}
.btn {
  background: #197478;
  border: 0 none;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  padding: 15px 30px;
}
.contact2 .btn:hover {
  background-color: #02101e;
}
.contact_service .all_color_service {
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.08);
  background-color: #ffffff;
  border-style: solid;
  border-width: 0px 0px 0px 2px;
  border-color: #197478;
  border-radius: 5px 5px 5px 5px;
  padding: 24px 20px 6px 20px;
  margin-bottom: 30px;
}
.contact_top {
  margin-top: 50px;
}
/* kurigram_blog_area */
.kurigram_blog_area {
  padding: 92px 0px 70px;
  background-image: url(assets/images/bg-news.png);
  background-position: center bottom;
  background-repeat: no-repeat;
}
.blog_top {
  margin-top: 40px;
}
.busi_singleBlog {
  background: #fff;
  transition: 0.5s;
  box-shadow: 0 10px 30px 0 rgb(0 0 0 / 5%);
  padding-top: 20px;
  background-color: rgba(255, 255, 255, 0);
  border-bottom: 4px solid white;
}
.busi_singleBlog:hover {
  box-shadow: 0 5px 4px 0 rgba(0, 0, 0, 0.05);
  border-bottom: 4px solid #006569;
}
.witr_sb_thumb {
  overflow: hidden;
  position: relative;
}

.witr_sb_thumb::before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transform: scale(0);
  transition: 0.5s;
  z-index: 1;
}
.busi_singleBlog:hover .witr_sb_thumb img,
.busi_singleBlog:hover .witr_sb_thumb::before {
  transform: scale(1.2);
}
.witr_sb_thumb img {
  width: 100%;
  transition: 0.5s;
  height: 280px;
}
.witr_top_category_linear {
  width: 140px;
  height: 280px;
  position: absolute;
  z-index: 888;
  background: linear-gradient(270deg, rgba(0, 101, 105, 0.18) 8%, #006569);
}
.linear_2 {
  background: linear-gradient(90deg, #d1bb74, rgba(209, 187, 116, 0.49));
}
.linear_3 {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 8%, rgba(0, 0, 0, 0.81));
}
.witr_top_category {
  position: absolute;
  left: 15px;
  top: 0px;
  z-index: 999;
  color: white;
  width: 140px;
  height: 320px;
  background: rgba(0, 101, 105, 0.53);
  border-radius: 0px 14px 14px 0px;
  padding: 78px 0 54px 20px;
  cursor: pointer;
}
.category_2 {
  background-color: rgba(209, 187, 116, 0.4);
}
.category_3 {
  background-color: rgba(0, 0, 0, 0.4);
}
.witr_top_category .witr_top_line {
  width: 30px;
  height: 2px;
  background: #ffffff;
}
.witr_top_category .witr_top_til {
  font-size: 24px;
  font-family: PingFangSC, PingFangSC-Medium;
  font-weight: 500;
  line-height: 33px;
  margin: 10px 0 123px;
}
.witr_top_category .witr_top_more a {
  font-size: 14px;
  font-family: PingFang, PingFang-Regular;
  font-weight: 400;
  line-height: 20px;
  color: white;
}
.witr_top_category .witr_top_more i {
  font-size: 15px;
  padding-left: 5px;
}
.witr_top_category ul li {
  display: inline-block;
}
.witr_top_category ul li a {
  color: #fff;
  background: #197478;
  padding: 3px 10px;
  border-radius: 5px;
  margin: 0 10px 10px 0;
  display: inline-block;
}
.all_blog_color {
  text-align: left;
  background-color: white;
  padding: 20px 0 0;
}
.witr_blog_area11 .witr_blog_con {
  padding: 10px 20px;
}
.witr_blog_area11 .witr_blog_con h2 {
  margin: 0;
  color: #17233d;
  line-height: 20px;
  height: 46px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.witr_blog_area11 .witr_blog_con p {
  opacity: 0.7;
  font-size: 12px;
  font-family: PingFang, PingFang-Medium;
  font-weight: 500;
  color: #505a6e;
  line-height: 17px;
  margin: 10px 0;
}
.witr_blog_con h2 a {
  font-size: 14px;
  font-family: PingFang, PingFang-Medium;
  font-weight: 500;
  line-height: 20px;
}
.witr_blog_area11 .em-blog-content-area_adn {
  padding: 0 10px 22px 20px;
}
.witr_blog_area11 .learn_btn {
  padding: 10px 30px;
  background: #19747814;
  border-radius: 5px;
  color: #197478;
  display: inline-block;
}
.witr_blog_area11 .learn_btn:hover {
  background: #197478;
  color: #fff;
}

/* kurigram_serivce2_area */
.kurigram_serivce2_area {
  padding: 0px 0px 95px;
}
.wcr_feature_11 {
  padding-bottom: 43px;
}
.feature_positions_thumb,
.witr_sub_item_area {
  position: relative;
}
.feature_video_post {
  position: absolute;
  top: 20px;
  right: 20px;
}
.feature_video_post a {
  color: #197478;
  border: 3px solid #197478;
  width: 50px;
  height: 50px;
  line-height: 44px;
  border-radius: 50px;
  display: inline-block;
  text-align: center;
}
.feature_topicon_post {
  position: absolute;
  top: 20px;
  left: 20px;
}
.feature_topicon_post i {
  font-size: 30px;
  color: #197478;
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  display: inline-block;
  transition: 0.5s;
}
.witr_sub_item {
  position: relative;
  padding: 20px 20px 50px;
  box-shadow: 0 0 30px -5px rgb(0 0 0 / 10%);
  background: #fff;
  z-index: 1;
}
.feature_big_icon {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: 0.5s;
  z-index: -1;
}
.feature_big_icon span {
  color: #f0f0f0;
  font-size: 100px;
}
.wcr_feature_11:hover .feature_big_icon {
  opacity: 1;
}
.car_feature_btn_icon {
  position: absolute;
  bottom: -35px;
  left: 0;
  right: 0;
  z-index: 1;
  text-align: center;
}
.car_feature_btn_icon a i {
  font-size: 26px;
  color: #197478;
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  display: inline-block;
  transition: 0.5s;
  box-shadow: 0 0 30px 0 rgb(0 0 0 / 10%);
}
.wcr_feature_11:hover .car_feature_btn_icon a i {
  color: #fff;
  background: #197478;
}
.feature_active .all_feature_color h2 {
  font-size: 17px;
  color: #197478;
  font-weight: 400;
}
/* kurigram_choose_area */
.kurigram_choose_area {
  padding: 100px 0px 100px;
}
.kurigram_choose_area.choose_pd {
  padding: 100px 0px 0px;
}
.kurigram_choose_area .witr_section_title_inner h2 {
  font-weight: 500;
}
.kurigram_choose_area .witr_section_title_inner h3 {
  font-weight: 600;
}
.kurigram_choose_area .witr_section_title_inner.text-left p {
  width: 100%;
}
.witr_title {
  margin-top: 36px;
  margin-bottom: 30px;
}
.kurigram_choose_area .witr_title2 .witr_label {
  font-weight: 600;
}
.kurigram_choose_area .witr_progress-style2.progress {
  margin-bottom: 18px;
}
/* kurigram_team_area  team_stye2 */
.kurigram_team_area.team_stye2 {
  padding: 90px 0px 120px;
}
.witr_team_section {
  position: relative;
  text-align: center;
}
.cteam_9 .post_team_content {
  padding: 0;
  display: flex;
  align-items: center;
}
.cteam_9 .post_team_content {
  text-align: left;
}
.post_team_content {
  box-shadow: 0 5px 20px 0 #00000014;
  transition: 0.5s;
  background: #fff;
  padding: 30px 25px 25px;
}
.post_team_icon_9 {
  background: #197478;
  padding: 10px;
  margin-right: 20px;
}
.post_team_icon_9 ul li a {
  color: #fff;
  transition: 0.5s;
}
.post_team_content h5 {
  margin: 0;
}
/* kurigram_project_area */
.kurigram_project_area {
  padding: 90px 0px 130px;
  background: #f9f9f9;
}
.kurigram_project_area .witr_section_title_inner p {
  width: 44%;
}
.kurigram_project_area .slick-dots {
  bottom: -34px;
}
.project_top {
  margin-top: 21px;
}
.witr_single_pslide {
  position: relative;
  overflow: hidden;
}

.witr_single_pslide {
  position: relative;
  overflow: hidden;
}
.witr_pslide_image {
  overflow: hidden;
  position: relative;
}
.witr_pslide_image::before {
  position: absolute;
  content: "";
  background: #00000080;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transform: scale(0);
  transition: 0.5s;
  z-index: 1;
}
.witr_single_pslide:hover .witr_pslide_image img,
.witr_single_pslide:hover .witr_pslide_image::before {
  transform: scale(1.2);
}
.witr_pslide .witr_pslide_custom {
  bottom: auto;
  top: 30px;
  right: auto;
  left: 30px;
  transform: scaleX(0);
}
.witr_pslide .witr_single_pslide:hover .witr_pslide_custom {
  bottom: auto;
  transform: scaleX(1);
}
.witr_pslide .witr_pslide_custom a span {
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 5px;
  font-size: 30px;
  background: #fff;
  color: #197478;
}
.witr_pslide_image img {
  margin-right: auto;
  margin-left: auto;
  transition: 0.5s;
  width: 100%;
}
.ps1 .witr_content_pslide_text {
  position: absolute;
  bottom: -100px;
  left: 30px;
  right: 30px;
  transition: 0.5s;
  opacity: 0;
  z-index: 2;
  text-align: left;
}
.ps1 .witr_single_pslide:hover .witr_content_pslide_text {
  opacity: 1;
  bottom: 30px;
}
.witr_content_pslide_text h3 {
  margin-bottom: 0;
}
.ps1 .witr_content_pslide_text h3 {
  color: #fff;
}
.ps1 .witr_content_pslide_text h3:hover {
  color: #197478;
}
.ps1 .witr_content_pslide_text p {
  color: #fff;
}
.witr_content_pslide_text p {
  margin-bottom: 0;
  font-weight: 500;
}
.witr_content_pslide_text a {
  display: inline-block;
}
.ps1 .witr_content_pslide_text a {
  color: #fff;
}
.ps1 .witr_content_pslide_text a:hover {
  color: #197478;
}
.ps2.ps1 .witr_content_pslide_text {
  position: absolute;
  bottom: auto;
  top: -100px;
  left: 30px;
  right: 30px;
  transition: 0.5s;
}
.ps2.ps1 .witr_single_pslide:hover .witr_content_pslide_text {
  top: 25px;
}

.witr_pslide_custom {
  position: absolute;
  bottom: -125px;
  right: -15px;
  z-index: 9;
  transition: 0.5s;
}
.witr_single_pslide:hover .witr_pslide_custom {
  bottom: -30px;
}
.witr_pslide_custom a span {
  background: #197478;
  width: 110px;
  height: 110px;
  line-height: 90px;
  text-align: center;
  display: inline-block;
  color: #fff;
  font-size: 40px;
  transition: 0.5s;
}
.witr_pslide_custom a span:hover {
  background: #0f7a81;
}

.kurigram_serivce2_area.service_pd {
  padding: 90px 0px 90px;
}
.oper_serivce_area .service_top{
  background: #eef3f4;
}
.service_top {
  margin-top: 0px;
  padding: 33px 20px;
  align-items: center;
}
.service_top_til {
  font-size: 16px;
  font-family: PingFang, PingFang-Bold;
  font-weight: 700;
  text-align: center;
  color: #6c7c7d;
  line-height: 32px;
  margin-bottom: 30px;
}
/* kurigram_call_to_area */
.kurigram_call_to_area {
  padding: 55px 0px 50px;
  background: #197478;
}
.cal_to_toggole {
  display: flex;
  align-items: center;
}
.kurigram_content.col_content_width_100 {
  width: 100%;
}
.kurigram_content h2,
.kurigram_content h3 {
  font-size: 35px;
  padding: 4px 0;
}
.kurigram_call_to_area .all_cal_color h2 {
  color: #ffffff;
  margin: 0px 0px 5px 0px;
}
.kurigram_call_to_area .all_cal_color p {
  color: #ffffff;
}
.kurigram_button.no_margin {
  margin-top: 0;
  width: 60%;
}
.kurigram_call_to_area .all_cal_color a {
  color: #197478;
  background-color: #ffffff;
  border-style: default;
  border-radius: 5px 5px 5px 5px;
}
.kurigram_call_to_area .all_cal_color a:hover {
  color: #ffffff;
  background-color: #0a0a0a;
  border-style: default;
}
.kurigram_button a i {
  margin-left: 10px;
}
.kurigram_button a {
  background: #197478;
  padding: 18px 35px;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  transition: 1s;
  margin-right: 15px;
  font-weight: 500;
  border-radius: 30px;
}
.kurigram_choose_area.choose2 {
  padding: 100px 0px 100px;
}

.kurigram_pricing_bg_area {
  background-image: url(assets/images/slider2.jpg);
  background-position: center center;
  background-size: cover;
  padding: 90px 0px 72px;
  position: relative;
}
.kurigram_pricing_bg_area:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000000e6;
}
.pricing_style2 .pricing_area {
  background-color: #ffffff2e;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.4);
}
.pricing_style2 .all_pricing_color h4 {
  color: #ffffff;
  background-color: #197478;
  padding: 15px 0px 15px 0px;
}
.pricing_style2 .pricing-part h5,
.pricing_style2 .all_pricing_color ul li {
  color: #fff;
}
.pricing_style2 .witr_btnp_color a.btn {
  color: #197478;
  background-color: #ffffff00;
}
.pricing_style2 .witr_btnp_color a.btn:hover {
  color: #fff;
  background-color: #197478;
}
.white .witr_section_title_inner h1,
.white .witr_section_title_inner h2,
.white .witr_section_title_inner h3,
.white .witr_section_title_inner p {
  color: #fff;
}
.white .witr_bar_inner {
  background: #fff;
}
.pricing_top {
  margin-top: 31px;
}
/* kurigram_team3_area */
.kurigram_team3_area {
  padding: 100px 0px 70px;
  background-color: rgba(234, 245, 249, 1);
}
.witr_team_s13.cons_singleTeam {
  overflow: inherit;
}
.witr_team_s13 {
  position: relative;
}
.witr_team_s12 {
  border: none;
  box-shadow: 0 5px 20px 0 #00000014;
  transition: 0.5s;
  background: #fff;
  margin-bottom: 30px;
}
.witr_team_s13 .front_view {
  padding: 30px 25px;
}
.cons_singleTeam {
  position: relative;
  text-align: center;
  overflow: hidden;
}
.witr_team_s12 .front_view {
  border: none;
}
.front_view .tittle {
  font-size: 16px;
  font-family: PingFang, PingFang-Bold;
  font-weight: 700;
  text-align: center;
  color: #1f2d3d;
  line-height: 22px;
  margin-bottom: 15px;
}
.front_view .btn-more a {
  font-size: 14px;
  font-family: PingFang, PingFang-Regular;
  font-weight: 400;
  text-align: center;
  color: #6c7c7d;
  line-height: 20px;
  margin-bottom: 0;
  color: #ffffff;
  background: #197478;
  padding: 10px 30px 10px 30px;
  border-radius: 20px;
}
.front_view img {
  width: 214px;
  height: auto;
  margin-bottom: 22px;
}
.witr_team_s12 .con_TMS {
  margin-top: 10px;
}
.witr_i_position {
  position: relative;
}
.con_TMS13_icon {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(-50%);
}
.back_view .con_TMS a,
.front_view .con_TMS a {
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #ddd;
  color: #ababab;
  font-size: 17px;
  line-height: 35px;
  text-align: center;
  margin: 0 3px;
}
.back_view h5,
.front_view h5 {
  line-height: 28px;
  margin-bottom: 0;
}
.back_view span,
.front_view span {
  display: inline-block;
  line-height: 28px;
}
.team_line {
  background-color: #75a1fb;
  position: absolute;
  opacity: 1;
  transition: 0.5s;
  z-index: 99;
}
.witr_team_s13:hover .team_line {
  opacity: 1;
}
.team_line_bottom,
.team_line_top {
  width: 0;
  height: 2px;
  left: -60px;
  background: linear-gradient(
    to right,
    rgba(117, 161, 251, 0),
    #197478,
    rgba(117, 161, 251, 0)
  );
}
.witr_team_s13:hover .team_line_bottom,
.witr_team_s13:hover .team_line_top {
  width: calc(100% + 110px);
}
.team_line_top {
  top: 0;
}
.team_line_bottom {
  bottom: 0;
}
.team_line_left,
.team_line_right {
  height: 0;
  width: 2px;
  top: -60px;
  background: linear-gradient(
    to top,
    rgba(117, 161, 251, 0),
    #197478,
    rgba(117, 161, 251, 0)
  );
}
.witr_team_s13:hover .team_line_left,
.witr_team_s13:hover .team_line_right {
  height: calc(100% + 110px);
}
.team_line_left {
  left: 0;
}
.team_line_right {
  right: 0;
}
.front_view .con_TMS13_icon.con_TMS a {
  display: block;
  background: #197478;
  color: #fff;
  border-radius: 50px;
  margin-bottom: 5px;
  transition: 0.5s;
  border: none;
}
.front_view .con_TMS13_icon.con_TMS a:hover {
  background: #0f7a81;
}
.front_view .con_TMS13_icon.con_TMS a:nth-child(2),
.front_view .con_TMS13_icon.con_TMS a:nth-child(3),
.front_view .con_TMS13_icon.con_TMS a:nth-child(4),
.front_view .con_TMS13_icon.con_TMS a:nth-child(5),
.front_view .con_TMS13_icon.con_TMS a:nth-child(6) {
  transform: scale(0);
  transition: 1s;
  margin-top: -40px;
}
.front_view .con_TMS13_icon.con_TMS:hover a:nth-child(2),
.front_view .con_TMS13_icon.con_TMS:hover a:nth-child(3),
.front_view .con_TMS13_icon.con_TMS:hover a:nth-child(4),
.front_view .con_TMS13_icon.con_TMS:hover a:nth-child(5),
.front_view .con_TMS13_icon.con_TMS:hover a:nth-child(6) {
  transform: scale(1);
  margin-top: 0;
}
/* kurigram_project2_area */
.kurigram_project2_area {
  padding: 90px 0px 120px;
}

.witr_pslide3 .witr_single_pslide {
  margin-bottom: 85px;
  overflow: inherit;
}
.ps3.ps1 .witr_content_pslide_text {
  bottom: -60px;
  opacity: 1;
  box-shadow: 0 0 35px 0 #00000014;
  background: #fff;
  padding: 22px 25px 23px;
  border-radius: 5px;
}
.ps3.ps1 .witr_single_pslide:hover .witr_content_pslide_text {
  bottom: -50px;
}
.witr_number_pslide {
  float: left;
  margin-right: 12px;
}
.witr_number_pslide h4 {
  font-size: 25px;
  color: #197478;
}
.ps3.ps1 .witr_content_pslide_text a,
.ps3.ps1 .witr_content_pslide_text h3,
.ps3.ps1 .witr_content_pslide_text p {
  color: #000;
}
.ps3 .witr_content_pslide_text h3 a {
  margin-bottom: 3px;
}
.ps3.ps1 .witr_content_pslide_text a:hover {
  color: #197478;
}
.witr_pslide3 .witr_single_pslide:hover .witr_pslide_custom {
  bottom: 45px;
}
.witr_pslide3 .witr_pslide_custom {
  top: -23px;
  right: 0;
}
.witr_pslide3 .witr_pslide_custom a span {
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  background: #fff;
  color: #197478;
  box-shadow: 0 0 65px 0 #00000014;
}
.witr_pslide3 .witr_single_pslide:hover .witr_pslide_custom a span {
  background: #197478;
  color: #fff;
}
.witr_pslide4.witr_pslide3 .witr_single_pslide {
  margin-bottom: 0;
  overflow: hidden;
}
.witr_pslide4.ps3.ps1 .witr_content_pslide_text {
  bottom: -170px;
  padding: 40px 10px 15px;
  border-radius: 0;
  left: 0;
  right: 0;
}
.witr_pslide4.ps3.ps1 .witr_single_pslide:hover .witr_content_pslide_text {
  bottom: 0;
}
.witr_pslide4.witr_pslide3 .witr_pslide_custom {
  bottom: auto;
  top: -22px;
  z-index: -1;
}
.witr_pslide4.witr_pslide3 .witr_pslide_custom a span:hover {
  background: #0f7a81;
}

.single_faq_bg_area.faq_bg {
  padding: 90px 0px 100px;
  background: #f9f9f9;
}
/* kurigram_testimonial2_area */
.kurigram_testimonial2_area {
  padding: 90px 0px 70px;
}
.testi_top {
  margin-top: 30px;
}
.testi_style2 .em_single_testimonial {
  border-style: solid;
  border-width: 3px 0px 0px 0px;
  border-color: #197478;
  padding: 37px 37px 26px;
}

.witr_testi_s_12 .em_testi_text,
.witr_testi_s_12.em_single_testimonial {
  text-align: center;
}
.witr_testi_s_12 .em_test_thumb {
  float: none;
  margin-right: 0;
}
.witr_testi_s_12 .em_test_thumb img {
  width: auto;
  margin: 5px 0px 15px 0px;
}
/* kurigram_team3_area */
.kurigram_team3_area.team_bg {
  padding: 90px 0px 70px;
  background: #f9f9f9;
}
.witr_team_part {
  overflow: hidden;
  position: relative;
  padding-bottom: 23px;
}
.witr_team_10n.witr_team_part {
  padding-bottom: 0;
  margin-bottom: 30px;
}
.witr_team_top {
  background: #197478;
  position: absolute;
  bottom: -250px;
  left: 20px;
  transition: 0.5s;
}
.witr_team_part:hover .witr_team_top {
  bottom: 144px;
}
.witr_team_top ul li {
  list-style: none;
}
.witr_bottom_icon {
  position: absolute;
  bottom: 20px;
  left: 20px;
  transition: 0.3s;
  z-index: 1;
}
.witr_team_part:hover .witr_bottom_icon {
  bottom: 89px;
}
.witr_bottom_icon a,
.witr_team_top ul li a {
  width: 55px;
  height: 55px;
  line-height: 55px;
  display: block;
  background: #197478;
  text-align: center;
  border-radius: 0;
  color: #fff;
  font-size: 20px;
  transition: 0.5s;
}
.witr_bottom_icon a:hover,
.witr_team_top ul li a:hover {
  background: #333;
}
.witr_team_content4 {
  position: absolute;
  background: #fff;
  padding: 15px 30px 13px;
  bottom: -100px;
  left: 0;
  right: 0;
  transition: 0.5s;
  text-align: center;
  box-shadow: 0 0 30px 0 rgba(42, 67, 113, 0.15);
}
.witr_team_part:hover .witr_team_content4 {
  bottom: 0;
}
.witr_team_content4 h5 {
  margin-bottom: 5px;
}
.witr_team_content4 span {
  color: #626262;
}
/* kurigram_faq_bg_area */
.kurigram_faq_bg_area {
  background: #f9f9f9;
  padding: 100px 0px 100px;
}
.all_counter_color {
  text-align: center;
  margin-bottom: 30px;
  min-height: 130px;
}
.counter3 .all_counter_color i {
  font-size: 60px;
}
.counter3 .witr_counter_number_inn h3,
.counter3 .witr_counter_number_inn span {
  font-size: 40px;
  display: inline-block;
  font-weight: 700;
  margin-bottom: 0;
}
.witr_counter_6.witr_counter_single {
  background: #fff;
  padding: 28px 25px 25px;
  box-shadow: 0 5px 20px 0 #0000000d;
  margin-bottom: 30px;
}
.witr_counter_6.all_counter_color {
  text-align: left;
}
.witr_counter_6 .wirt_new_iner {
  background: #197478;
  padding: 30px 0 32px;
  border-radius: 5px;
  width: 29%;
  text-align: center;
  transform: skewY(356deg);
}
.wirt_new_iner {
  float: left;
  margin-right: 20px;
}
.witr_counter_6 .witr_counter_number_inn h3,
.witr_counter_6 .witr_counter_number_inn span {
  font-size: 31px;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  margin-bottom: 0;
}
.witr_counter_6 .witr_counter_number_inn {
  overflow: inherit;
}
.kurigram_counter2_area {
  padding: 100px 0px 70px;
}
.kurigram_testimonial2_area.testimonial_bg {
  padding: 90px 0px 70px;
  background: #f9f9f9;
}
.wirr_project_area {
  padding: 90px 0px 85px;
}
.pstyle4.pstyle_1 .single_protfolio:hover {
  box-shadow: none;
}
.pstyle4 .prot_content_inner {
  top: 50%;
}
.pstyle4 .prot_thumb {
  overflow: hidden;
  position: relative;
}
.pprotfolio4 {
  box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.7);
  padding: 17px 10px 20px;
}
.pprotfolio4 {
  border: 1px solid #f1f1f1;
  border-top: 0 solid #f1f1f1;
  padding: 20px 10px 23px;
}
.porttitle_inner4 h3 {
  margin: 0;
  text-transform: capitalize;
  color: #454545;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}
.porttitle_inner4 h3 a {
  text-transform: uppercase;
  color: #454545;
  font-size: 18px;
  font-weight: 600;
}
.porttitle_inner4 p {
  color: #454545;
  line-height: 1;
  margin: 5px 0 0;
}
.porttitle_inner4 p span {
  display: inline-block;
  padding-top: 5px;
}
.positi_3.pprotfolio4 {
  padding: 20px 10px 23px;
  border: none;
  position: absolute;
  bottom: -100px;
  background: #197478;
  left: 0;
  right: 0;
  z-index: 9;
  transition: 0.5s;
  text-align: center;
}
.single_protfolio:hover .positi_3.pprotfolio4 {
  bottom: 0;
}
.positi_3 .porttitle_inner4 h3 a,
.positi_3 .porttitle_inner4 p span {
  color: #fff;
}
/* kurigram_blog2_area */
.kurigram_blog2_area.blog_pag {
  padding: 100px 0px 70px;
}
.kurigram-single-blog {
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(148, 146, 245, 0.2);
  margin-bottom: 30px;
  overflow: hidden;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.kurigram-blog-thumb {
  overflow: hidden;
}
.kurigram-blog-thumb a {
  display: block;
  position: relative;
}
.kurigram-blog-thumb a:before {
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  z-index: 999;
  transition: 0.5s;
}
.kurigram-single-blog:hover .kurigram-blog-thumb a:before {
  opacity: 1;
}
.kurigram-blog-thumb img {
  transition: 0.5s;
  display: block;
}
.kurigram-single-blog:hover .kurigram-blog-thumb img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.em-blog-content-area {
  padding: 28px 35px 30px;
  text-align: left;
}
.blog-page-title h2 {
  display: block;
  margin-bottom: 7px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.blog-page-title a {
  font-size: 25px;
  display: inline-block;
  word-break: break-all;
}
.kurigram-blog-meta {
  margin-bottom: 0;
  margin-top: 0;
  width: 100%;
}
.kurigram-blog-meta-left {
  padding: 0 0 9px;
}
.kurigram-blog-meta-left a,
.kurigram-blog-meta-left span {
  color: #888;
  font-size: 16px;
  margin-right: 5px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.kurigram-blog-meta-left i {
  color: #197478;
  margin-right: 5px;
}
.blog-content {
  word-break: break-word;
}
/* witr-blog-side-area */
.witr-blog-side-area.blog_sidebar {
  padding: 100px 0px 100px;
}
.kurigram-single-blog.blog_sidebar {
  box-shadow: none;
  text-align: left;
}
.witr-blog-side-area.blog_sidebar .witr_btn {
  padding: 10px 30px;
}
.post_blog h2 a {
  font-size: 28px;
  font-weight: 500;
}
.witr-blog-side-area.blog_sidebar .kurigram-single-blog {
  margin-bottom: 30px;
  box-shadow: none;
  border-bottom: 1px solid #e7e7e7;
  text-align: left;
}
.witr-blog-side-area.blog_sidebar .em-blog-content-area {
  padding: 28px 0px 30px;
}
.witr-blog-side-area blockquote {
  background-color: #f7f7f7;
  border-left: 3px solid #197478;
}
.wp-block-group__inner-container {
  margin-top: 20px;
}
.witr-blog-side-area.blog_sidebar .witr_car_overlay .slick-slide {
  padding: 0px 0px;
}
.witr-blog-side-area.witr-blog-2side {
  padding: 100px 0px 90px;
}
.video-open-inline iframe {
  width: 100%;
  height: 500px;
  border: none;
}
/* blog_sidbar_css */
/* === style_w8 widget blog left right ==== */
.blog-left-side {
}
.blog-left-side > div {
  margin-bottom: 30px;
  padding: 35px 30px 35px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 0 30px rgb(0 0 0 / 7%);
}
.blog-left-side > div:last-child {
  margin-bottom: 0px;
}
.blog-left-side h2 {
  margin-bottom: 10px;
  text-transform: uppercase;
}
.blog-left-side {
}
.blog-left-side .content {
  padding: 0;
}
.defaultsearch {
  background: #f7f7f7;
  position: relative;
}
.defaultsearch input {
  background: #f7f7f7 none repeat scroll 0% 0;
  border: 0 none;
  height: 54px;
  position: relative;
  width: 100%;
}
.defaultsearch button {
  background: #197478;
  border: 0 none;
  color: #fff;
  font-size: 18px;
  padding: 17px 20px;
  position: absolute;
  right: 0;
  top: 50%;
  cursor: pointer;
  transform: translateY(-50%);
  outline: none;
}
.defaultsearch button:hover {
  background: #0f7a81;
}
.defaultsearch button i {
}
.defaultsearch input[type="text"] {
  padding-left: 15px;
}

/* widget list */
.widget {
}
.blog-left-side .widget h2 {
  border-bottom: 5px double #197478;
  display: inline-block;
  line-height: 17px;
  margin-bottom: 20px;
  padding-bottom: 12px;
  position: relative;
}
.blog-left-side .widget h2::after,
.blog-left-side .widget h2::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: 6px solid #197478;
  border-radius: 50%;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  margin-top: 17px;
}
.blog-left-side .widget h2::before {
  left: 0;
  animation-name: move_title_bg1;
}
.blog-left-side .widget h2::after {
  right: 0;
  animation-name: move_title_bg2;
}
.blog-left-side .widget h2 {
}
.footer-middle .widget h5 {
  text-transform: capitalize;
}
.blog-left-side .widget ul {
  list-style: none;
}
.blog-left-side .widget ul li {
  margin: 0 0 5px;
  padding-left: 20px;
  position: relative;
}
.blog-left-side .widget ul li span {
  /*     display: inline-block; */
  font-weight: 300;
}
.blog-left-side .widget ul li:last-child {
  padding-bottom: 0px;
  margin-bottom: 0;
}
.blog-left-side > .widget > ul > li {
  margin: 0 0 10px;
  padding-bottom: 10px;
}
.blog-left-side .widget > ul > li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.blog-left-side .widget ul li a {
}
.blog-left-side .widget ul li a:hover,
.blog-left-side .widget ul li:hover::before {
  color: #197478;
}
.blog-left-side .widget ul li::before {
  content: "\f105";
  font-family: FontAwesome !important;
  font-size: 18px;
  left: 0;
  position: absolute;
}
.blog-left-side .widget ul.children li {
}
.blog-left-side .recent-post-item {
  clear: both;
  overflow: hidden;
  margin-bottom: 10px;
}
.recent-post-image {
  float: left;
  margin-right: 15px;
}
.recent-post-image a {
  display: inline-block;
}
.recent-post-image a {
  margin-top: 0;
}
.blog-left-side .recent-post-text {
  overflow: hidden;
  margin-top: -6px;
}
.recent-post-text > h4 {
  margin-bottom: 0;
  line-height: 1;
}
.recent-post-text h4 a {
  color: #17161a;
  font-size: 19px;
  transition: all 0.3s ease 0s;
  font-weight: 600;
}
.recent-post-text .rcomment {
  color: #565069;
  font-size: 14px;
  text-transform: none;
}
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
  padding: 1em 1em;
}
blockquote {
  padding: 25px 32px 25px;
  margin: 0 0 30px;
  font-size: 17px;
  /*     border-left: 3px solid #197478; */
  font-weight: 400;
  box-shadow: 0 0 5px 0px rgb(0 0 0 / 7%);
}
blockquote p {
  font-size: 20px;
  position: relative;
}
.map_area iframe {
  width: 100%;
  height: 500px;
  border: none;
}
/* kurigram-single-blog */
.witr-blog-side-area {
  padding: 100px 0px 100px;
}
.kurigram-single-blog-details-inner {
  padding: 38px 45px 45px;
  box-shadow: 0 3px 19px rgb(0 0 0 / 8%);
  border-radius: 0 0 10px 10px;
}
.single_blog.single_blog_grid.singles {
  margin-bottom: 40px;
}
.kurigram-single-icon-inner a {
  border: 1px solid #e6e6e6;
  color: #17161a;
  display: inline-block;
  font-size: 15px;
  height: 40px;
  line-height: 41px;
  margin: 0 9px 0 0;
  text-align: center;
  width: 40px;
  border-radius: 5px;
}
.kurigram-single-icon-inner {
  text-align: center;
}
.kurigram-single-icon-inner a:hover {
  background: #197478;
  border-color: #197478;
  color: #fff;
}
.kurigram-single-icon-inner a i {
}
.single-blog-content ul {
  padding-bottom: 10px;
}
.witr-blog-side-area.single_blog blockquote {
  background-color: #f7f7f7;
  border-left: none;
}
.wp-block-group.block {
  text-align: center;
}
.aligncenter.size-large {
  text-align: center;
}
.block .wp-block-quote.is-large p,
.block .wp-block-quote.is-style-large p {
  font-size: 1.5em;
  font-style: italic;
  line-height: 1.6;
}
.comments,
.comment-respond {
  box-shadow: 0 0 5px rgb(0 0 0 / 10%);
  margin-bottom: 30px;
  padding: 38px 30px 45px !important;
  background: #ffffff;
}
.comment_field .input-field input,
.comment_field .textarea-field textarea {
  color: #555555;
}
.comment_field .input-field input {
  width: 100%;
  border: 1px solid #e5e5e5;
  padding: 6px 20px;
  height: 54px;
  font-size: 17px;
}
.comment_field .input-field label,
.comment_field .textarea-field label {
  color: #606060;
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 0;
  font-weight: 500;
}
.comment_field .input-field {
  width: 33.33%;
  float: left;
  margin-bottom: 25px;
}
.comment_field .textarea-field label {
  margin-top: 20px;
  margin-bottom: 10px;
}
.comment_field .textarea-field textarea {
  width: 100%;
  border: 1px solid #e5e5e5;
  height: 150px;
  padding: 10px;
}
.kurigram_btn {
  background: #197478;
  border: 0;
  display: inline-block;
  text-align: center;
  padding: 16px 30px;
  margin-top: 15px;
  border-radius: 5px;
  transition: 0.5s;
  color: #fff;
}
.kurigram_btn:hover {
  background: #213162;
}

/* witr_single_portfolio_a */
.witr_single_portfolio_a {
  padding: 100px 0px 100px;
}
.single_portfolio_previwe2 img {
  width: 100%;
}
.portfolio-details-box .prots-contentg ul {
  margin-left: 0px;
  display: inline-block;
  margin-bottom: 25px;
}
.portfolio-details-box ul li {
  padding-top: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  list-style: none;
}
.portfolio-details-box ul li b {
  color: #444;
  font-size: 18px;
  font-weight: 600;
}
.portfolio-details-box ul li span.eright {
  font-weight: 400;
  font-size: 16px;
  margin-left: 5px;
}
.prots-contentg ul {
  margin-left: 40px;
  display: inline-block;
  margin-bottom: 25px;
}
.portfolio-content.portfolio-details-boxs {
  padding-top: 25px;
}
/* kurigram_features_area feature2 */
.kurigram_features_area.feature2 {
  padding: 0px 0px 60px;
  margin-top: -140px;
  z-index: 99;
  position: relative;
}
.witr_feature_back_3d.feature_thumb1 {
  background-image: url(assets/images/f1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.feature2 .witr_feature_back_3d,
.feature2 .witr_feature_front_3d {
  height: 300px;
  width: 100%;
}
.feature2 .witr_feature_back_3d:before {
  background: #000000cc;
}
.witr_feature_back_3d.feature_thumb2 {
  background-image: url(assets/images/f2.jpg);
}
.witr_feature_back_3d.feature_thumb3 {
  background-image: url(assets/images/f3.jpg);
}

.about_top {
  margin-top: 35px;
}
.kurigram_about_area .about2 .witr_section_title_inner h3 {
  margin-bottom: 0px;
}
.witr_section1_right {
  padding: 0px 0px 0px 25px;
}
.social_icon_title {
  margin-left: 20px;
}
.social_icon_title h3 {
  text-decoration: underline;
  margin-top: 20px;
  margin-bottom: 25px;
}
.witr_single_socials {
  text-align: left;
  margin-left: 20px;
}
.witr_single_socials ul li {
  list-style: none;
}
.witr_single_socials ul li a i {
  color: #ffffff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #197478;
  border-radius: 5px 5px 5px 5px;
  display: inline-block;
  transition: 0.5s;
}
.witr_single_socials ul li a i:hover {
  border-radius: 50px 50px 50px 50px;
  transition: 0.5s;
}
/* kurigram_circle_area */
.kurigram_circle_area {
  padding: 100px 0px 100px;
  background: #f9f9f9;
}
.kurigram_serivce_area {
  padding: 80px 0 0;
}
.service_style2 .all_color_service {
  box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}
.service_top_image {
  position: relative;
}
.kurigram_serivce_area .text_box {
  padding: 0px 15px 25px 15px;
}
.service-item h3 {
  padding-top: 18px;
}
.service-btn {
  position: relative;
}
.service_style2 .service-btn a {
  color: #ffffff;
  background: #197478;
  padding: 10px 30px 10px 30px;
}
.service_style2 .service-btn a:hover {
  background: #0f7a81;
}
.kurigram_call_to2_area {
  background: #197478;
  padding: 90px 0px 80px;
}
.kurigram_call_to2_area .kurigram_content h2,
.kurigram_call_to2_area .kurigram_content p {
  color: #fff;
}
.kurigram_call_to2_area .kurigram_button a {
  color: #fff;
  background-color: #0f7a81;
  border-radius: 30px;
}
.kurigram_call_to2_area .kurigram_button a:hover {
  color: #197478;
  background-color: #fff;
  border-radius: 5px;
}
.pricing_area.pricing_bg {
  background-color: #197478;
  box-shadow: 0px 0px 30px 0px rgba(216, 216, 216, 0.4);
}
.pricing_bg.all_pricing_color sub {
  color: #197478;
  background-color: #ffffff;
}
.kurigram_pricing_area .pricing_bg.all_pricing_color h4 {
  color: #197478;
  background-color: #ffffff;
  margin: 25px 0px 0px 0px;
  padding: 15px 0px 15px 0px;
}
.pricing_bg .witr_pricing_icon i,
.pricing_bg .pricing-part p,
.pricing_bg .pricing-part h5,
.pricing_bg .pricing-part h5 span,
.pricing_bg .witri_texti_list ul li {
  color: #fff;
}
.pricing_bg .witr_btnp_color a.btn {
  color: #197478;
  background-color: #ffffff;
}
.pricing_bg .witr_btnp_color a.btn:hover {
  color: #ffffff;
  background-color: #0f7a81;
  border-style: default;
}
/* blog_style3 */
.witr_blog_area14 .witr_blog_con {
  padding-top: 15px;
}
.witr_blog_area13 .witr_blog_con {
  padding: 20px 30px 25px;
}
.witr_blog_con h2 {
  color: #0f7a81;
  margin: 15px 0 0;
}
.witr_blog_meta_potion14 {
  margin: 5px 0 17px;
}

.witr_blog_con span i {
  padding-right: 5px;
  padding-left: 5px;
  transition: 0.5s;
}
.witr_blog_con span {
  font-size: 16px;
  line-height: 26px;
  font-size: 16px;
  margin-bottom: 15px;
  margin-right: 2px;
}
.witr_blog_area13 .learn_btn {
  border-radius: 5px;
  padding: 10px 30px;
  border: 1px solid #ddd;
  margin-top: 20px;
  transition: 0.5s;
  display: inline-block;
}
.witr_blog_area13 .learn_btn:hover {
  background: #197478;
  border-color: #197478;
  color: #fff;
}
.witr_blog_area13 .witr_top_category {
  transform: scale(0);
  transition: 0.5s;
}
.witr_blog_area13 .busi_singleBlog:hover .witr_top_category {
  transform: scale(1);
}
/* feature3 */
.witr_slug_feature.all_feature_color {
  margin-bottom: 30px;
}
.witr_feature_bo11_thumb {
  overflow: hidden;
  position: relative;
}
.witr_slug_front_contentf {
  display: flex;
  background: #197478d9;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px 20px;
  transition: 0.5s;
}
.witr_feature_iconf {
  color: #fff;
  font-size: 40px;
  text-align: center;
  transition: all 0.3s ease 0s;
}
.witr_slug_front_contentf .witr_content_textf h3 {
  color: #fff;
  margin-left: 20px;
  margin-top: 17px;
  font-size: 22px;
}
.witr_back_con_slugf .witr_content_textf h3 a,
.witr_slug_front_contentf .witr_content_textf h3 a {
  color: #fff;
}
.witr_slug_feature .witr_feture_back_con_slugf {
  position: absolute;
  top: -100%;
  left: 0;
  opacity: 1;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 0 30px;
  background: #197478d9;
  transition: 0.5s;
}
.witr_back_con_slugf {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.witr_back_con_slugf .witr_content_textf h3 {
  font-size: 23px;
  margin-bottom: 11px;
  padding-top: 0;
  color: #fff;
}
.witr_back_con_slugf .witr_content_textf h3 a,
.witr_slug_front_contentf .witr_content_textf h3 a {
  color: #fff;
}
.witr_content_textf p {
  color: #fff;
}
.witr_feature_btn_f a {
  color: #fff;
  background: #fff;
  color: #197478;
  padding: 8px 21px;
  border-radius: 30px;
  margin-top: 10px;
  display: inline-block;
}
.witr_feature_btn_f a:hover {
  color: #fff;
  background: #197478;
}
.witr_slug_feature:hover .witr_feture_back_con_slugf {
  top: 0;
}
.witr_slug_feature:hover .witr_slug_front_contentf {
  bottom: -100px;
}
.kurigram_features_area.feature3 {
  padding: 0px 0px 70px;
}
.witr_service_10 {
  box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
  padding: 28px 30px;
  background: #fff;
  position: relative;
}
.witr_service_10::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 3px;
  height: 0%;
  background: #197478;
  transition: 0.5s;
}
.detail_SS {
  position: relative;
  padding: 0 0 0;
  z-index: 99;
}
.detail_SS h3 {
  line-height: 31px;
  margin-bottom: 10px;
  margin-top: -6px;
}
.witr_service_10 .detail_SS p {
  margin-bottom: 0;
}
.witr_service_10 .service_list_op {
  margin-bottom: 5px;
  margin-top: 15px;
}
.service_list_op ul {
  display: table-cell;
  padding: 0;
}
.service_list_op ul li {
  margin-bottom: 7px;
}
.service_list_op ul i {
  margin-right: 15px;
}
.service-btn {
  position: relative;
}
.witr_service_10 .service-btn a {
  background: #19747826;
  padding: 12px 30px;
  color: #197478;
  margin-top: 20px;
  font-weight: 500;
}
.service-btn a span {
  font-size: 20px;
  transition: 0.5s;
  display: inline-block;
  position: relative;
  top: 3px;
  left: 5px;
}
.service_style2 .all_icon_color i {
  color: #197478;
  font-size: 60px;
  transform: rotate(0deg);
}
.witr_service_10:hover::before {
  height: 40%;
}
/* kurigram_team_area team_style4 */
.kurigram_team_area.team_style4 {
  padding: 90px 0px 55px;
  background-image: url(assets/images/bg-honor.png);
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
}
.em-team {
  text-align: center;
  position: relative;
  transition: 0.5s;
  margin-bottom: 20px;
}
.em-team-one {
  position: relative;
  overflow: hidden;
}
.em-team-content-image img {
  width: 100%;
}
.em-team-content-waraper {
  background-color: #fff;
  bottom: -67px;
  left: 0;
  margin: 0 10px;
  padding: 30px 0;
  position: absolute;
  right: 0;
  box-shadow: 0 0 65px 0 rgb(0, 0, 0, 0.08);
  transition: all 0.3s ease 0s;
}
.em-team-content-title h2 {
  margin-bottom: 5px;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out 0s;
  font-size: 22px;
}
.em-team-content-subtitle {
  font-size: 16px;
  margin-bottom: 0;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out 0s;
}
.em-team-content-socials a {
  background: #fff none repeat scroll 0 0;
  border-radius: 50%;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  margin: 14px 3px 0;
  text-align: center;
  width: 35px;
  color: #197478;
}
.em-team-content-socials {
  position: relative;
  transition: 0.5s;
}
.em-team-content-socials a:hover {
  background: #197478e6;
  color: #fff;
}
.em-team:hover .em-team-content-waraper {
  background: #197478e6;
  bottom: 0;
}
.em-content-title h5 {
  font-size: 23px;
  margin-bottom: 0;
  text-transform: capitalize;
  transition: 0.5s;
}
.em-content-title h5 a {
  font-weight: 700;
}
.em-content-subtitle {
  font-size: 16px;
  margin: 5px 0 0;
  text-transform: capitalize;
  transition: 0.5s;
}
.em-team:hover .em-content-subtitle,
.em-team:hover .em-content-title h5,
.em-team:hover .em-content-title h5 a {
  color: #fff;
}
.em_test_thumb img {
  border-radius: 50%;
  width: 59px;
}
.swiper3.swiper4 .witr_swiper_height::before {
  background: #00000066;
}
.kurigram_features_area.feature4 {
  padding: 95px 0px 0px;
}
.feature4 .all_icon_color i {
  color: #197478;
  font-size: 30px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-radius: 50px 50px 50px 50px;
  transform: rotate(0deg);
}
.feature4 .all_color_service:hover i {
  background-color: #197478;
  color: #fff;
}
.feature4 .em-service2.sleft {
  margin-bottom: 30px;
}
.single_faq_bg_area.v4 {
  padding: 65px 0px 90px;
}
.oper_serivce_area.feature4 {
  padding: 90px 0px 100px;
}
.sright .witr_s_flex {
  flex-flow: row-reverse;
}
.service_style3 .text_box {
  padding: 0px;
}
.service_style3 .em-service2.sright {
  margin-bottom: 20px;
}
/* kurigram_blog2_area blog_styl5 */
.kurigram_blog2_area.blog_styl5 {
  padding: 90px 0px 70px;
}
.blog-part {
  margin-bottom: 30px;
}
.witr_blog_imags {
  overflow: hidden;
}
.blog-img {
  position: relative;
  transition: 0.5s;
}
.blog-img a {
  position: relative;
  display: block;
}
.blog-img a::before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transition: 0.5s;
}
.blog_part_inner:hover .blog-img,
.blog_part_inner:hover .blog-img a::before {
  transform: scale(1.2);
}
.wblog-content.blog-content-5 {
  padding: 15px 20px 15px;
  box-shadow: 0 2px 6px 0 #f5f2f2;
}
.wblog-content span {
  font-size: 15px;
  color: #197478;
  line-height: 28px;
  padding-bottom: 15px;
  margin-right: 10px;
}
.wblog-content span a {
  font-size: 15px;
  color: #197478;
}
.wblog-content.blog-content-5 h5 {
  padding-bottom: 0;
}
.wblog-content h5 {
  margin: 10px 0 15px;
}
.wblog-content h5 > a {
  font-weight: 700;
}
.kurigram_serivce2_area.serivce2_v5 {
  padding: 100px 0px 0px;
}

.witr_service_3d {
  perspective: 1000px;
  transition: 0.5s;
}
.witr_single_service_3d {
  transition: transform 0.5s;
  transform-style: preserve-3d;
  position: relative;
  text-align: center;
  z-index: 999;
  margin-bottom: 30px;
}
.witr_service_position {
  left: 0;
  padding: 40px 20px 40px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.post_service_6 .witr_service_position {
  padding: 0;
}
.post_service_6 .witr_service_content_3d {
  padding: 40px 20px;
}
.witr_service_back_3d,
.witr_service_front_3d {
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  transition: 0.5s;
}
.witr_service_flip_zoomin .witr_service_back_3d {
  opacity: 0;
  transform: scale(0.75);
}
.witr_service_flip_zoomin:hover .witr_service_back_3d {
  opacity: 1;
  transform: scale(1);
}
.witr_service_flip_up:hover .witr_single_service_3d {
  transform: rotateX(180deg);
}
.witr_service_flip_down:hover .witr_single_service_3d {
  transform: rotateX(-180deg);
}
.witr_service_front_3d {
  z-index: 2;
}
.witr_service_back_3d {
  z-index: 3;
}
.witr_service_flip_up .witr_service_back_3d {
  transform: rotateX(180deg);
}
.witr_service_flip_down .witr_service_back_3d {
  transform: rotateX(-180deg);
}
.witr_service_back_3d,
.witr_service_front_3d {
  height: 300px;
  width: 100%;
}
.witr_service_icon_3d {
  margin-bottom: 14px;
}
.witr_service_icon_3d i {
  font-size: 60px;
  color: #fff;
  display: inline-block;
  line-height: 1;
}
.witr_service_content_3d h3,
.witr_service_content_3d h3 a,
.witr_service_content_3d p {
  color: #fff;
}
.witr_service_front_3d {
  background: url(assets/images/blog-13.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.witr_service_front_3d:before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  background: #000000b3;
}
.witr_service_back_3d {
  background: url(assets/images/blog-13.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.witr_service_back_3d:before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  background: #197478b8;
}
.witr_service_btn_3d {
  margin-top: 27px;
  z-index: 999;
}
.witr_service_btn_3d a {
  border: 2px solid #fff;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  padding: 8px 33px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.witr_service_btn_3d a:hover {
  background: #fff;
  color: #197478;
}
.witr_service_front_3d.service_thumb1,
.witr_service_back_3d.service_thumb1 {
  background: url(assets/images/blog-11.jpg);
}
.witr_service_front_3d.service_thumb2,
.witr_service_back_3d.service_thumb2 {
  background: url(assets/images/blog-10.jpg);
}
.witr_service_front_3d.service_thumb3,
.witr_service_back_3d.service_thumb3 {
  background: url(assets/images/blog-12.jpg);
}
.kurigram_project_area.project_v5 {
  padding: 91px 0px 40px;
  background: transparent;
}
.kurigram_team3_area {
  padding: 90px 0px 70px;
}
.team-wrap {
  overflow: visible;
  position: relative;
}
.team-front {
  z-index: 2;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  transform: scale(1);
  transition: 0.5s;
}
.team-style-2 .em-content-image img {
  margin: 0 auto;
  display: block;
  width: 100%;
  border-radius: 100%;
}
.team-back-wraper {
  border-radius: 50%;
  bottom: 0;
  height: 99%;
  position: absolute;
  text-align: center;
  top: 0;
  width: 99%;
  z-index: 1;
  right: 0;
  left: 0;
  margin: auto;
  background: #197478;
}
.team-style-2 .em-content-waraper {
  left: 0;
  padding: 30px 14px 28px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.em-content-title h5 {
  font-size: 23px;
  margin-bottom: 0;
  text-transform: capitalize;
  transition: 0.5s;
}
.team-style-2 .em-content-title h5 {
  color: #fff;
}
.em-content-title h5 a {
  font-weight: 700;
}
.em-content-subtitle {
  font-size: 16px;
  margin: 5px 0 0;
  text-transform: capitalize;
  transition: 0.5s;
}
.team-style-2 .em-content-subtitle {
  color: #fff;
}
.team-style-2 .em-content-desc-inner {
  margin-top: 5px;
  color: #fff;
}
.team-style-2 .em-content-socials {
  margin-top: 11px;
}
.team-style-2 .em-content-socials a {
  color: #fff;
  display: inline-block;
  font-size: 18px;
  margin: 0 6px;
}
.team-wrap:hover .team-front {
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}

/* testimonial_style5 */
.witr_content_test7 {
  position: relative;
  padding: 0 180px;
}
.witr_content_test7 .em_crating i {
  font-size: 18px;
}
.witr_content_test7 p {
  position: relative;
  font-size: 18px;
  line-height: 28px;
  z-index: 3;
}
.witr_content_test7 p::after {
  position: absolute;
  left: 0;
  top: 8px;
  right: 0;
  content: "\f10e";
  font-family: fontAwesome;
  font-size: 100px;
  line-height: 0.8;
  color: #eee;
  z-index: -1;
}
.witr_author_name {
  margin-top: 20px;
  z-index: 11;
  position: relative;
}
.witr_content_test7 h6 {
  margin-bottom: 0;
}
.witr_content_test7 span {
  font-size: 18px;
}
.witr_testomonial_area {
  width: 80%;
  margin: auto;
}
/* kurigram_blog_area blog_style5 */
.witr_singleBlog {
  background: #fff;
  transition: 0.5s;
  position: relative;
  overflow: hidden;
}
.witr_blog_area8 .witr_singleBlog {
  box-shadow: 0 0 15px 0 rgb(0, 0, 0, 0.1);
  margin-top: 10px;
}
.witr_sb6_thumb {
  position: relative;
}
.witr_sb6_thumb::before {
  position: absolute;
  content: "";
  background: #0000004d;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transform: scale(0);
  transition: 0.5s;
  z-index: 1;
}
.witr_singleBlog:hover .witr_sb6_thumb img,
.witr_singleBlog:hover .witr_sb6_thumb::before {
  transform: scale(1.2);
}
.witr_sb6_thumb img {
  width: 100%;
  transition: 0.5s;
}
.all_text_position {
  position: absolute;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
}
.witr_blog_con6 {
  padding: 23px;
}
.witr_blog_con6 h2 {
  color: #fff;
  margin-bottom: 0;
}
.witr_blog_con6 h2 a {
  display: inline-block;
  color: #272727;
}
.witr_blog_area8 .witr_blog_con6 h5 a,
.witr_blog_area8 .witr_blog_con6 p {
  color: #818282;
}
.witr_blog_con6 h5 a {
  font-size: 17px;
  font-weight: 400;
  margin-top: 10px;
  display: inline-block;
}
.witr_blog_area8 .em-blog-content-area_adn {
  padding: 0;
}
.witr_blog_area8 .learn_btn {
  border-radius: 5px;
  padding: 10px 30px;
  background: #197478;
  color: #fff;
  margin-top: 30px;
}
.learn_btn {
  border: 0 none;
  border-radius: 100px;
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  padding: 8px 5px;
  text-align: center;
  text-transform: capitalize;
  text-align: center;
}
.witr_blog_area8 .witr_sb6_thumb::after {
  position: absolute;
  content: "";
  background: #fff;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.witr_singleBlog:hover .witr_sb6_thumb::after {
  background: 0 0 !important;
}
.witr_singleBlog:hover .witr_blog_con6 h2 a,
.witr_singleBlog:hover .witr_blog_con6 h5 a,
.witr_singleBlog:hover .witr_blog_con6 p {
  color: #fff;
}
.witr_singleBlog:hover .learn_btn {
  background: #fff;
  color: #197478;
}
/* kurigram_serivce2_area serivce2_v6 */
.kurigram_serivce2_area.serivce2_v6 {
  background: #f9f9f9;
  padding: 95px 0px 100px;
}
.serivce2_v6 .witr_section_title_inner.text-left p {
  width: 65%;
}
.witr_feature_12.sub-item {
  box-shadow: 0 5px 20px 0 #00000014;
  padding: 40px 30px 30px;
  background: #fff;
  border-bottom: 2px solid #197478;
  transition: 0.5s;
}
.witr_feature_12.sub-item:hover {
  background: url(assets/images/fea-12.png) no-repeat center top;
}
.witr_feature_12.sub-item i {
  margin-bottom: 30px;
  font-size: 40px;
  color: #197478;
  border-radius: 5px;
  display: inline-block;
  background: no-repeat;
  height: auto;
  width: auto;
  line-height: 0;
}
.witr_feature_13.sub-border-2 .sub-item span {
  top: 5px;
  left: 67%;
  width: 40px;
  height: 40px;
  color: #fff;
  line-height: 40px;
  background: #0f7a81;
  font-size: 20px;
  border-radius: 50px;
  transform: translateX(-50%);
}
.witr_feature_13.sub-border-2:hover .sub-item span {
  background: #197478;
}
.witr_feature_13.sub-border-2:hover .sub-item i {
  background: #0f7a81;
}
.witr_feature_13 .sub-item i {
  position: relative;
  height: 95px;
  width: 95px;
  line-height: 95px;
}
.witr_feature_13 .sub-item::before {
  position: absolute;
  content: "";
  top: 50px;
  left: 0;
  width: 110%;
  height: 3px;
  transition: 0.5s;
}
.witr_feature_13 .sub-item:hover::before {
  background: #197478;
}
.witr_feature_13 .sub-item::after {
  position: absolute;
  content: "";
  top: 50px;
  left: 0;
  background: #f6f6f6;
  width: 110%;
  height: 3px;
  z-index: -1;
}
.witr_feature_13 .sub-item h2 {
  font-size: 16px;
  color: #197478;
}
.kurigram_features_area.feature4.v7 {
  padding: 96px 0px 60px;
  background: #f9f9f9;
}
/* 系统简介 */
.system-introduction {
  text-align: center;
  padding-top: 28px;
}
/* 对接方案 */
.programme-tabs {
  display: flex;
  text-align: center;
  justify-content: space-around;
  flex-wrap: wrap;
}
.oper-tabs {
  /* justify-content: space-between; */
}
.tabs-item {
  font-size: 18px;
  font-family: PingFang, PingFang-Bold;
  font-weight: 700;
  color: #1f2d3d;
  height: 39px;
  line-height: 39px;
  width: 17%;
  white-space: nowrap;
  border-bottom: 2px solid #c8d2e0;
  padding: 7px 0;
  position: relative;
  cursor: pointer;
  min-width: fit-content;
  padding: 0 10px;
  margin-left: 30px;
}
.oper_protfolio_area .tabs-item  {
  min-width: 115px;
  margin-left: 20px;
}
.tabs-item img {
  position: absolute;
  left: -27px;
  top: 10px;
}
.tabs-item-check {
  color: #006569;
  border-bottom: 2px solid #006569;
  background-repeat: no-repeat;
  background-position: 0 4px;
  background-image: url(assets/images/tabs-item-bg.png);
  background-size: 100% 100%;
}
.tabs-item>span {
  position: relative;
  width: 6px;
  height: 6px;
  left: -4px;
  top: -3px;
  border-radius: 3px;
  display: inline-block;
}
.tabs-item-check>span {
  position: relative;
  width: 6px;
  height: 6px;
  left: -4px;
  top: -3px;
  background-color: #006569;
  border-radius: 3px;
  display: inline-block;
}
.programme {
  width: 100%;
  overflow: hidden;
}
.programme .content {
  white-space: nowrap;
  position: relative;
}
.programme .content .item {
  position: relative;
  display: inline-block;
  width: 100%;
  background-color: #f8fbfd;
  padding: 30px 0;
  /* background: url(assets/images/programme_bg.png) no-repeat center top; */
}
.oper-deposit .content .item {
  min-height: 380px;
  padding-top: 45px;
}
.programme .content .item .programme_bg {
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
}
.programme h3 {
  font-size: 22px;
  font-family: PingFang, PingFang-Bold;
  font-weight: 700;
  color: #1f2d3d;
  line-height: 30px;
  white-space: normal;
}
.programme .til_en {
  font-size: 14px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  color: #6c7c7d;
  line-height: 20px;
  white-space: normal;
}
.programme h4 {
  font-size: 16px;
  font-family: PingFang, PingFang-Bold;
  font-weight: 700;
  color: #006569;
  line-height: 32px;
  margin-bottom: 2rem;
  white-space: normal;
}
.programme .row-item {
  padding-top: 20px;
}
.programme_bottom {
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  font-family: PingFang, PingFang-Bold;
  font-weight: 700;
  text-align: left;
  color: #6c7c7d;
  line-height: 32px;
  padding: 0 20px;
}
.programme_image {
  text-align: right;
}
.programme_bottom .col_1 {
  padding: 40px 0 20px;
}
.programme_bottom .col > p {
  color: #1f2d3d;
  margin-bottom: 0;
  position: relative;
}
.programme_bottom .col .col_des {
  padding-top: 8px;
}
.w_space {
  white-space: normal;
}
.programme_bottom .col .col_des_r {
  padding-left: 30px;
}
.programme_bottom .col .col_des p {
  margin-bottom: 0;
}
.programme_bottom .col > p::before {
  content: " ";
  position: absolute;
  width: 6px;
  height: 6px;
  left: -14px;
  top: 14px;
  background-color: #006569;
  border-radius: 3px;
}
.programme_bottom .col .col_des img {
  padding-right: 10px;
}
/* 产品功能 */
.product_user_area {
  padding: 80px 0 60px;
  background: #F5F5F5;
  background-repeat: no-repeat;
  background-position: 28% 0px;
  background-image: url(assets/images/product_user_bg.png);
}
.product_user_content {
  padding-top: 40px;
}
.pro_user_main ul li {
  background: #ffffff;
  border-radius: 13px;
  padding: 11px 22px 11px 42px;
  margin-bottom: 21px;
}
.pro_user_main ul li:hover {
  transform: scale(1.1);
  transition: .5s;
}
.pro_user_main ul li h4 {
  font-size: 16px;
  color: #006569;
  line-height: 21px;
  position: relative;
}
.pro_user_main ul li h4::before {
  position: absolute;
  content: "";
  background: rgba(0,101,105,0.38);
  top: 6px;
  left: -20px;
  width: 8px;
  height: 8px;
  border: 1px solid #006569;
}
.pro_user_main ul li p {
  font-size: 14px;
  color: #6c7c7d;
  line-height: 19px;
  margin-bottom: 3px;
}
/* 系统功能 */
.pro_user_main .pro_user_title {
  font-size: 36px;
  font-family: MicrosoftYaHei, MicrosoftYaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #2A2D3B;
  line-height: 47px;
}
.pro_user_main .pro_user_des {
  font-size: 14px;
  font-family: MicrosoftYaHei, MicrosoftYaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #999999;
  line-height: 24px;
  margin: 11px 0 28px 0;
}
.pro_user_des .des_p {
  display: flex;
  flex-wrap: wrap;
}
.pro_user_des .des_p p {
  margin: 0 12% 0 0;
}
.gycloud_area {
  padding: 80px 20px 0;
}
.gycloud_content>div {
  padding: 40px 0 0;
}
/* 平台优势 */
.kurigram_advantage_area {
  background: #f1f5f8;
}
.kurigram_advantage_area .all_service {
  height: 250px;
}
.advantage_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 80%;
  margin: auto;
}
.prosevers_list {
  width: 100%;
}
.advantage_item {
  text-align: center;
  width: 25%;
  padding: 3% 0;
  min-width: 120px;
}
.prosevers_item {
  width: 20%;
  cursor: pointer;
  transition: .2s;
}
.prosevers_item:hover {
  transform: scale(1.1);
  transition: .2s;
  background: rgba(0, 101, 105, 0.2);
}
.advantage_item p {
  font-size: 14px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  color: #505a6e;
  line-height: 20px;
  margin: 6px 0;
}
/* 客户案例 */
.customer_case_area {
  padding: 80px 0 60px;
}
.customer_case_area .client_name {
  font-size: 16px;
  font-family: PingFang, PingFang-Bold;
  font-weight: 700;
  text-align: left;
  color: #1f2d3d;
  line-height: 22px;
  padding-left: 20px;
}
.customer_case_area .client_name:hover {
  color: #197478;
}
/* 提供服务 */
.all_service {
  background: #f8fbfd;
  border: 1px solid #e4eaf2;
  padding: 16px 30px 20px;
  margin-bottom: 30px;
  min-height: 211px;
}
.all_service img {
  margin-bottom: 20px;
}
.all_service .service-detail h3,
h3 a {
  font-size: 18px;
  font-family: PingFang, PingFang-Bold;
  font-weight: 700;
  color: #1f2d3d;
  line-height: 25px;
}
.all_service .service-detail p {
  font-size: 14px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  color: #6c7c7d;
  line-height: 27px;
  margin-bottom: 0;
}
.footer-tips {
  background: #eaf5f9;
  border-radius: 5px;
  box-shadow: 2px 10px 22px 0px rgba(0, 0, 0, 0.06);
  padding: 55px 88px;
  font-size: 16px;
  font-family: MicrosoftYaHei, MicrosoftYaHei-Regular;
  font-weight: 400;
  text-align: center;
  color: #6c7c7d;
  line-height: 21px;
  margin: 90px auto;
  width: 60%;
}
/* 对接流程 */
.process {
  text-align: center;
  padding: 21px 30px 10px;
  background: #f8fbfd;
  border-radius: 10px;
  box-shadow: 0px 5px 15px 0px #e6edf3;
  margin: 22px;
  cursor: pointer;
}
.process img {
  width: 43px;
  height: 43px;
}
.process p {
  font-size: 16px;
  font-family: MicrosoftYaHei, MicrosoftYaHei-Regular;
  font-weight: 400;
  color: #1f2d3d;
  line-height: 21px;
  margin: 14px 0 4px;
}
.process i {
  color: #197478b5;
}
/* single_creative_area */

.witr_lf_title {
  /* padding:30px 12px 0px 20px; */
}
.witr_lf_title .witr_section_title_inner.text-left p {
  width: 100%;
  margin-bottom: 34px;
}
.witr_lf_title .witr_section_title_inner.text-left .witr_section_detail p {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 10px;
}
.witr_section_detail {
  margin: 25px 0 0 40px;
}
.witr_section_detail .detail_des {
  font-size: 14px;
  font-family: MicrosoftYaHei, MicrosoftYaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #333333;
  line-height: 32px;
}
.witr_lf_title .witr_section_title_inner h3 {
  font-size: 32px;
  font-weight: 600;
}
.witr_bbtn,
.pro_btn {
  border-radius: 30px;
  color: #197478;
  display: inline-block;
  padding: 16px 30px;
  text-align: center;
  position: relative;
  margin-right: 20px;
  z-index: 2;
  transition: 1s;
  border: 2px solid #197478;
}
.pro_btn {
  font-size: 14px;
  padding: 5px 20px;
  color: #fff;
  background: #197478;
  margin: 24px 0 30px 40px;
  cursor: pointer;
}
.witr_bbtn,
.pro_btn:hover {
  color: #fff;
}

.kurigram_testimonial_area.testimonial_v2 {
  padding: 0px 0px 70px;
}
.single_faq_bg_area.faq_v3 {
  padding: 90px 0px 90px;
}
.kurigram_serivce_bg_area.serivce_v6 {
  background: transparent;
  padding: 90px 0px 70px;
}
.single_faq_bg_area.faq_v7 {
  padding: 100px 0px 90px;
}

/* 能源行业解决方案 */
.model_main {
  margin-top: 30px;
  align-items: center;
}
.main_content {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 35px;
}
.content_til {
  font-size: 22px;
  font-family: PingFang, PingFang-Bold;
  font-weight: 700;
  color: #1f2d3d;
  line-height: 30px;
}
.content_p1 {
  font-size: 14px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  color: #6c7c7d;
  line-height: 20px;
  margin: 8px 0 18px;
}
.content_des {
  font-size: 16px;
  font-family: PingFang, PingFang-Bold;
  font-weight: 700;
  color: #6c7c7d;
  line-height: 32px;
  margin: 0;
  text-indent: 30px;
  text-align: justify;
  white-space: normal;
}
.programme .content_des {
  padding-bottom: 20px;
}
.theme_color {
  color: #006569;
}
.font_14 {
  font-size: 14px;
  padding-left: 22px;
}
.theme_color_b {
  color: #26899e;
}
/* 电力运维现状 */
.power_operation {
  padding: 80px 0 60px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(assets/images/bg-news.png);
  background-size: cover;
}
.power_operation .model_main {
  background-color: #ffffff;
  box-shadow: 0px 10px 30px 2px #ecf1f5;
  padding: 10px 0 20px;
}

/* 解决方案 */

.solution {
  padding: 90px 0 70px;
}
.solution .content {
  white-space: nowrap;
  position: relative;
}
.solution .col_des_li p {
  font-size: 12px;
  font-family: PingFang, PingFang-Bold;
  font-weight: 700;
  text-align: left;
  color: #6c7c7d;
  line-height: 32px;
  margin: 0;
  white-space: normal;
}
.solution .col_des_li img {
  margin-right: 8px;
}
.solution .content .item-1 {
  background-color: white;
}
.text-center {
  text-align: center;
}
.cloud_line {
  width: 72%;
}
.solution .row {
  align-items: center;
}
.solution .programme_image img {
  max-height: 400px;
  max-width: 100%;
}
.img-size {
  max-width: 400px;
}
.solution .row-item {
  padding-top: 0px;
}
.solution .tabs-items {
  font-size: 18px;
  font-family: PingFang, PingFang-Bold;
  font-weight: 700;
  color: #1f2d3d;
  line-height: 25px;
  background-color: #c7d2e0;
  border-radius: 17px;
  padding: 3px 10px;
  border: 1px solid #c7d2e0;
}
.solution .writing-mode {
  writing-mode: vertical-lr;
  width: auto;
  padding: 10px 5px;
}
.solution .tabs-items-check {
  background: #def7ee;
  border: 1px solid #2ccc95;
}
.solution-top p {
  font-size: 16px;
  font-family: PingFang, PingFang-Bold;
  font-weight: 700;
  color: #1f2d3d;
  line-height: 22px;
  margin: 2px 0;
}
.solution-top > img:last-child {
  position: absolute;
  margin-left: 20px;
}
.solution-top i {
  color: #2ccc95;
}
/* 解决方案全景图 */
.wirr_programme_area {
  padding: 0px 20px;
}
/* 方案优势 */
.kurigram_advantage_area {
  padding: 80px 0;
}
.all_advantage {
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(assets/images/cloud_bg_01.png);
  background-size: cover;
  text-align: center;
  font-family: PingFang, PingFang-Bold;
  font-weight: 700;
  min-height: 302px;
  margin-bottom: 20px;
  padding: 26px 22px;
}
.all_advantage h3 {
  font-size: 20px;
  color: #1f2d3d;
  line-height: 28px;
  padding-bottom: 30px;
  margin: 0;
  white-space: nowrap;
}
.all_advantage p {
  font-size: 16px;
  color: #6c7c7d;
  line-height: 32px;
  text-align: justify;
  margin: 0;
}
/* 客户案例 */
.kurigram_clients_area {
  padding: 60px 0;
}
.clents_area {
  background-color: #f8f8f9;
}
.clents_area .witr_content_test7 {
  padding: 80px 0 36px;
}
.clent_bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 560px;
}
.item_til {
  position: relative;
  margin-bottom: 37px;
}
.item_til h2 {
  font-size: 28px;
  font-family: PingFang, PingFang-Medium;
  font-weight: 500;
  text-align: left;
  color: #17233d;
  line-height: 40px;
}
.item_til span {
  font-size: 32px;
  font-family: PingFang, PingFang-Medium;
  font-weight: 500;
  text-align: left;
  color: #e8eaec;
  line-height: 45px;
  position: absolute;
  left: 0;
  top: -10px;
  z-index: -1;
}
.item_ul .item_li {
  font-size: 16px;
  font-family: MicrosoftYaHei, MicrosoftYaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #253343;
  line-height: 40px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.item_ul .item_li h3 {
  font-size: 20px;
  margin: 0;
  min-width: 220px;
  color: #253343;
  padding-left: 10px;
}
.item_ul .item_li div {
  min-width: 400px;
}
.item_ul .item_li span {
  background-color: #d8d8d8;
  border: 1px solid #979797;
  content: " ";
  width: 8px;
  height: 8px;
  border-radius: 2px;
}
.item_bottom {
  background-color: #ffffff;
  border-radius: 4px;
  padding: 20px;
  text-align: left;
  overflow: hidden;
  margin-top: 30px;
}
.item_bottom h3 {
  margin: 0 0 20px;
  font-size: 28px;
  font-family: MicrosoftYaHei, MicrosoftYaHei-Bold;
  font-weight: 700;
  color: #006569;
  line-height: 37px;
}
.item_bottom p {
  margin: 0;
  font-size: 14px;
  font-family: MicrosoftYaHei, MicrosoftYaHei-Bold;
  font-weight: 700;
  color: #6c7c7d;
  line-height: 37px;
  text-indent: 28px;
}

/* 运维托管简介  */
.wirr_operation_area {
  padding: 80px 20px 0;
}

/* 解决方案——全托管制管理 */
.oper_trust_area {
  padding: 80px 20px 60px;
}
/* 解决方案——核验班试验 */
.oper-service-icon {
  width: 52px;
  height: 52px;
  background: rgba(0, 101, 105, 0.16);
  border: 1px solid #006569;
  border-radius: 27px;
  text-align: center;
  line-height: 50px;
  font-size: 27px;
  font-weight: 700;
  color: #006569;
}
.oper-service-icon:hover {
  color: white;
  background-color: #006569;
  border: 1px solid white;
}
.oper_section_title .witr_section_title_inner h3 {
  color: white;
}
.oper_section_title .witr_bar_inner {
  background-color: white;
}
.oper_section_title .witr_section_title_inner.text-center p {
  color: white;
  position: relative;
  margin-bottom: 60px;
}
.oper_section_title .witr_section_title_inner.text-center p:before,
.oper_section_title .witr_section_title_inner.text-center p:after {
  content: "";
  position: absolute;
  top: 14px;
  width: 40px;
  height: 1px;
  background: #d8d8d8;
}

.oper_section_title .witr_section_title_inner.text-center p:before {
  left: 0;
}

.oper_section_title .witr_section_title_inner.text-center p:after {
  right: 0;
}
/* 关于我们 */
.company-profile p {
  font-size: 16px;
  font-family: PingFang, PingFang-Bold;
  font-weight: 700;
  text-align: left;
  color: #6c7c7d;
  line-height: 32px;
  text-indent: 30px;
  text-align: justify;
}
/* 企业文化 */
.company_culture_area {
  padding: 90px 0 60px;
  background-color: #F5F5F5;
}
.culture-item {
  padding-left: 50px;
  height: 150px;
}
.culture-item .p-indent {
  text-indent: 2em;
}
.culture-item h3 {
  font-size: 20px;
  font-family: MicrosoftYaHei, MicrosoftYaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #2a2d3b;
  line-height: 26px;
  position: relative;
  padding-left: 22px;
  margin-bottom: 21px;
}
.culture-item h3:before {
  content: "";
  position: absolute;
  top: 5px;
  width: 15px;
  height: 15px;
  background: #007aff;
  border-radius: 50%;
  left: 0;
}
.culture-item-2 h3:before {
  background: #2CCFB4;
}
.culture-item-3 h3:before {
  background: #4F6EE2;
}
.culture-item p {
  font-size: 14px;
  font-family: MicrosoftYaHei, MicrosoftYaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #999999;
  line-height: 20px;
  margin: 0;
}
.culture-item-img {
  margin: 55px 10px 0;
  text-align: center;
}
.culture-item-img:hover {
  transform: scale(1.1);
  transition: all 0.6s;
}
/* 公司发展历程 */
.company_history_area {
  padding: 90px 0 70px;
}
.develop_history {
  padding: 30px 20px 0;
  text-align: center;
}
/*========================
kurigram FOOTER MIDDLE AREA CSS
=========================*/
.witrfm_area {
  background-repeat: no-repeat;
  background-position: center center;
  /* background-image: url(assets/images/bg-news.jpg); */
  background-size: cover;
  position: relative;
}
.witrfm_area:before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  /* background:#000000b3; */
  background-color: #2e3237;
}
.footer-middle {
  padding: 65px 0 73px;
}
.footer-middle .widget h2 {
  margin-bottom: 28px;
  margin-top: 28px;
  position: relative;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}
.footer-middle .widget p,
.footer-middle .widget a,
.footer-middle .widget a i,
.footer-middle .widget h2 {
  color: #fff;
}
.footer-middle .widget .menu li a {
  font-size: 14px;
  font-family: PingFang, PingFang-Medium;
  font-weight: 500;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  line-height: 20px;
}
.kurigram-description-area a img {
  margin: 26px 0;
}
.social-icons {
  text-align: left;
}
.kurigram-description-area .social-icons a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  background: #0f7a81;
  text-align: center;
  border-radius: 0;
  margin-right: 5px;
  margin-bottom: 5px;
  color: #fff;
}
.kurigram-description-area .social-icons a:hover {
  background: #197478;
  border-color: #197478;
}
.footer-middle .widget ul {
  list-style: none;
}
.footer-middle .widget ul li {
  margin-bottom: 10px;
}
.footer-widget.address,
.footer-widget.address p {
  color: #fff;
}
.footer-address {
  padding-top: 0;
}
.footer_s_inner {
  margin-top: 0;
  margin-bottom: 40px;
}
.qrcode {
  text-align: center;
}
.dis_fle .qrcode p {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
}
.dis_fle {
  display: flex;
  justify-content: space-between;
}
.dis-fle {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-sociala-icon {
  clear: both;
  float: left;
  font-size: 18px;
  margin-right: 12px;
}
.footer-sociala-icon {
  clear: both;
  float: left;
  font-size: 18px;
  margin-right: 12px;
}
.footer-sociala-tel {
  font-size: 24px;
  line-height: 33px;
  margin-bottom: 30px;
  font-weight: 700;
  font-family: PingFang, PingFang-Bold;
}
.footer-sociala-text {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 10px;
  font-weight: 700;
  font-family: PingFang, PingFang-Bold;
}
.footer-sociala-info {
  overflow: hidden;
  font-size: 14px;
  font-family: PingFangSC, PingFangSC-Regular;
}
.witr_sub_table {
  display: flex;
  justify-content: space-between;
  padding-bottom: 8px;
  border-bottom: 1px solid #ffffff8c;
  margin-bottom: 8px;
}
.witr_sub_table span {
  color: #fff;
}
.margin_30px {
  margin-left: 30px;
}
/*========================
kurigram FOOTER BOTTOM AREA CSS
=========================*/
.footer-bottom {
  padding: 26px 0 24px;
  position: relative;
}
.footer-bottom:before {
  content: "";
  position: absolute;
  top: 0;
  background: #ffffff61;
  height: 1px;
  width: 61%;
  left: 0;
  right: 0;
  margin: auto;
}
.copy-right-text {
  text-align: left;
}
.copy-right-text p {
  margin: 0;
  padding: 0;
  color: #fff;
}
.footer-menu {
}
.footer-menu ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.footer-menu ul li {
  display: inline-block;
}
.footer-menu ul li a {
  padding: 0 10px;
  display: block;
  color: #fff;
}
.copy-right-text a:hover,
.footer-menu ul li a:hover {
  color: #197478;
}
.footer-menu ul li:last-child a {
  padding-right: 0px;
}
.footer_style_3 .footer-menu ul li:first-child a {
  padding-left: 0px;
}
.footer-menu ul ul {
  display: none;
}

/*========================
END FOOTER BOTTOM AREA CSS
=========================*/
/*========================
 kurigram PAGINATION AREA CSS
=========================*/
a.page-numbers,
.page-numbers,
.tutor-pagination-wrap a,
.tutor-pagination-wrap span.page-numbers.current {
  box-shadow: none;
  border-radius: 5px;
  margin-right: 10px;
  padding: 15px 24px;
  font-size: 19px;
  line-height: 1;
  transition: 0.5s;
  background: #fff;
}
a.page-numbers {
  box-shadow: 0 10px 40px 0 rgba(50, 65, 141, 0.12) !important;
}
.paginations {
  text-align: center;
  margin-top: 20px;
}
.paginations a,
.page-numbers span.current {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  margin: auto 5px;
  color: #888;
}
.page-numbers li {
  display: inline-block;
}
.paginations a:hover,
.paginations a.current,
.page-numbers span.current {
  background: #197478;
  border-color: #197478;
  color: #fff;
}
.project_top {
  margin-top: 31px;
}
.pstyle2 .single_protfolio:hover .prot_content_inner {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  top: 50%;
  opacity: 1;
}
.pstyle2 .prot_content_inner {
  left: 50%;
  position: absolute;
  top: 60%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  z-index: 10;
  -webkit-transition: all 0.3s ease-in-out 0.3s;
  transition: all 0.3s ease-in-out 0.3s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
/*========================
 END kurigram PAGINATION AREA CSS
=========================*/

/*========================
EM40 SCROLL TOP CSS
=========================*/

#scrollUp {
  background: #197478 none repeat scroll 0% 0;
  bottom: 30px;
  color: #fff;
  font-size: 30px;
  height: 40px;
  line-height: 40px;
  right: 100px;
  text-align: center;
  border-radius: 5px;
  width: 40px;
  /* 	animation: witr_bounce 800ms ease-out infinite;	 */
}
#scrollUp i {
  color: #fff;
}
/*========================
END EM40 SCROLL TOP CSS
=========================*/

/* button hover style */
.feature_btn a,
.kurigram_button a,
.pricing-part a.btn,
.service-btn > a,
.witr_bbtn,
.witr_btn,
.witr_gbbtn,
.witr_gbtn,
.witr_sbtn_s8 a,
.witr_ser_btnb a,
a.dtbtn {
  border-radius: 30px;
  font-size: 18px;
  font-weight: 500;
}
.kurigram_button a:hover,
.witr_btn:hover,
.witr_ser_btnb a:hover,
a.dtbtn:hover {
  background: #0f7a81;
}
.witr_gbtn::before {
  border-radius: 30px;
}
.tx_golobal_color {
  background: #197478;
}
.tx_btn_global_color:hover {
  background: #0f7a81;
}
.witr_h_h10 .kurigram_menu,
.witr_h_h11 .kurigram_menu,
.witr_h_h14 .kurigram_menu,
.witr_h_h17 .kurigram_menu,
.witr_h_h2 .kurigram_menu,
.witr_h_h3 .kurigram_menu,
.witr_h_h4 .kurigram_menu,
.witr_h_h5 .kurigram_menu,
.witr_h_h6 .kurigram_menu,
.witr_h_h7 .kurigram_menu,
.witr_h_h8 .kurigram_menu,
.witr_h_h9 .kurigram_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  align-items: center;
}
.tx_relative_m,
.tx_top2_relative {
  position: relative;
}
