/*------------------------------------------------------------------
Project: klinspot - Cleaning Service HTML Template
Version: 1.1
Primary use: Cleaning, Maid Service 
-------------------------------------------------------------------*/


/* Index of CSS
==================================================
1. Global styles

2. Header Section

3. About Section /.about_process

4. Service Section /.service-section

5. Call To Action Section /.calltoaction

6. Pricing Section /.pricing-section

7. Gallery Section /.work-section

8. Team Section /.team-section

9. Testimonial Section /.testimonial-section

10. Blog Section /.blog-section

11. Client Section /.client-section

12. Contact Section /.contact-section

13. Footer Section /.footer-section

[===== Single Page ===== ]

14. Blog Page / .blog_container
  
15. Sigle Blog Page / .single_blog_container

16. About page / .about_page

17. Gallery page / .work_section_page

18. Contact page / .contact_page
*/
/*----------------------------------------------------
    1. Global styles
------------------------------------------------------*/
 @font-face {
  font-family: 'ArialMT';
  src: url('../fonts/fonts/ArialMT.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

  /*@font-face {
  font-family: 'Microsoft YaHei';
  src: url('../fonts/fonts/MSYH.TTC') format('truetype');
  font-weight: normal;
  font-style: normal;
}*/

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
@import url('../icon/custom-icons/css/custom-icons.css');
/*@import url('../icon/elegant-icons/style.css');*/
@import url('bootstrap.min.css');
@import url('jquery-ui-1.10.3.css');
@import url('../fonts/css/font-awesome.min.css');

body {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  background: transparent;
  line-height: 1.7;
  font-weight: 400;
  color: #515050;
}

img {
  max-width: 100%;
}

a {
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
  /* ## Global Class ## */
  
a,
  a:hover,
  a:focus {
  -webkit-text-decoration: none;
  -moz-text-decoration: none;
  -ms-text-decoration: none;
  -o-text-decoration: none;
  text-decoration: none;
  -webkit-text-decoration: none;
  -moz-text-decoration: none;
  -ms-text-decoration: none;
  -o-text-decoration: none;
  text-decoration: none;
  -webkit-text-decoration: none;
  -moz-text-decoration: none;
  -ms-text-decoration: none;
  -o-text-decoration: none;
  text-decoration: none;
  -webkit-text-decoration: none;
  -moz-text-decoration: none;
  -ms-text-decoration: none;
  -o-text-decoration: none;
  text-decoration: none;
  -webkit-text-decoration: none;
  -moz-text-decoration: none;
  -ms-text-decoration: none;
  -o-text-decoration: none;
  text-decoration: none;
  outline: none;
  color: #187fc4;
}

a {
  color: #666464;
}
p {
  font-weight: 400;
  line-height: 1.7;
  font-size: 12px;
}

h1 {
  font-size: 30px;
  line-height: 40px;
}

h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
  font-weight: 600;
  color: #666464;
  font-family: 'Hind', sans-serif;
}

h5,
  h6 {
  line-height: 24px;
}

h2 {
  font-size: 48px;
}

h3 {
  font-size: 40px;
  line-height: 40px;
  font-weight: 600;
}

h4 {
  font-size: 22px;
  line-height: 26px;
  font-weight: 600;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

.btn.btn-fill {
  background: #fff;
}

.btn.btn-fill {
  color: #000;
}

.btn {
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  cursor: pointer;
  padding: 10px 22px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  color: #fff;
}

section {
  background: #FFF;
}

.base-header {
  padding-bottom: 32px;
  width: 55%;
  margin: auto;
  text-align: center;
}

.base-header h3 {
  letter-spacing: 0px;
  padding-bottom: 13px;
  position: relative;
  color: #061538;
  line-height: 38px;
  font-size: 36px;
  text-transform: capitalize;
  font-weight: 700;
}

.base-header p {
  margin-top: -8px;
  color: #515050;
}

.base-header h3::before {
  width: 100px;
  height: 2px;
  bottom: 0;
  left: 50%;
  margin-left: -50px;
}

.base-header h3::before,
  .base-header h3::after {
  position: absolute;
  content: "";
  background-color: #038FD6;
}

.base-header h3::after {
  width: 45px;
  height: 2px;
  right: 50%;
  bottom: -4px;
  margin-right: -25px;
}

#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url("../images/pre_loader.gif") no-repeat center center;
  color: #000;
}

.more-link::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  background-image: -webkit-linear-gradient(bottom left, #73a9fb, #5c94f2, #005bac, #336adc, #186fc4);
  background-image: -o-linear-gradient(bottom left, #73a9fb, #5c94f2, #005bac, #336adc, #186fc4);
  background-image: linear-gradient(to top right, #73a9fb, #5c94f2, #005bac, #336adc, #186fc4);
}

.more-link:hover,
  .more-link:focus,
  .more-link:active {
  color: #fff;
}

.more-link:hover::before,
  .more-link:focus::before,
  .more-link:active::before {
  border: 2px solid #038FD6;
}

.more-link:hover::after,
  .more-link:focus::after,
  .more-link:active::after {
  border-left: 1px solid #038FD6 !important;
}

.more-link:hover::before,
  .more-link:focus::before,
  .more-link:active::before {
  -webkit-transform: scale(2);
  transform: scale(2);
}

.more-link {
  display: inline-block;
  padding: 10px 30px 10px 30px;
  color: #fff;
  position: relative;
  text-transform: capitalize;
  font-weight: 600;
}

.more-link {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background: #187fc4;
  /*border-radius: 50px;*/
}

.owl-prev, .owl-next {
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  z-index: 99;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  opacity: 0.9;
  filter: alpha(opacity=90);
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  color: #333;
  background: #ffffff;
  border: 2px solid #fff;
  /*opacity: 0;*/
}

.owl-theme .owl-controls .owl-nav div {
  padding-right: 20px;
}

.owl-theme .owl-controls .owl-nav .owl-prev {
  left: 0px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.owl-theme .owl-controls .owl-nav .owl-next {
  right: 15px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.owl-nav {
  bottom: -50px;
  left: 0%;
}

.owl-prev {
  margin-left: 0;
}

 .middle-box {
     max-width: 400px;
     z-index: 100;
     margin: 0 auto;
     padding-top: 40px;
 }

 .middle-box h1 {
     font-size: 170px;
     font-weight: 100;
     line-height: 140px;
 }
  
 .middle-box h3 {
     font-size: 16px;
     font-weight: 600;
     line-height: 20px;
 }

 .middle-box div {
     font-size: 12px;
     line-height: 1.4;
     color: #676a6c;
 }
  /*----------------------------------------------------
   2. Header Section
------------------------------------------------------*/
  /*----- Top bar -----*/
  
.header_topbar {
  background: #efefef;
  padding: 0px 0px;
  border-bottom: 0px;
}

.top-bar .header_top_left {
  padding: 0 0;
}

.header_topbar ul {
  margin-bottom: 0;
}

.header_socil {
  margin: 0 0 0 10px;
  float: right;
}

.header_socil li {
  padding-left: 1px;
  padding-right: 1px;
}

.header_socil li {
  font-size: 12px;
  margin: 0;
  position: relative;
  display: inline-block;
  text-align: center;
}

.header_socil li .fa {
  color: #038FD6;
  font-size: 14px;
  background: #f1f1f1;
  width: 35px;
  height: 35px;
  line-height: 33px;
  border-radius: 50%;
  margin-right: 2px;
}

.header_socil li .fa:hover {
  color: #fff;
  background: #038FD6;
}

.top-bar .fa {
  border: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 15px;
  height: 35px;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  width: 35px;
  color: #ABABAB;
}

.header_top_left {
  /*padding-left: 2px;
  padding-right: 15px;*/
  float: left;
  width: 52%;
  display: inline-block;
  overflow: hidden;
}

.header_top_right {
  float: left;
  width: 42%;
  display: block;
  overflow: hidden;
}

.header_topbar ul {
  margin-bottom: 0;
  margin-top: 0px;
  text-align: right;
}

.header_top_right li {
  display: inline;
  font-size: 15px;
  padding-left: 35px;
  color: #666464;
}

.header_top_left li {
  display: inline;
  font-size: 15px;
  padding-left: 35px;
  color: #666464;
}

.header_top_right li i {
  margin-right: 10px;
  color: #038FD6;
}

.header_top_left li i  {
  margin-right: 10px;
  color: #038FD6;
}
  /*----- End : Top bar -----*/
  
.navigation .logo {
  float: left;
  position: relative;
}

.navigation .logo img {
  margin-top: 18px;
  max-width: inherit;
  margin-bottom: 6px;
}
.logo img {
  max-width: inherit;
}
.navigation .logo::before {
  background: transparent !important;
}

.navigation .logo::before {
  position: absolute;
  top: 0px;
  width: 243%;
  content: "";
  height: 100%;
  left: -240%;
}

.navigation .logo::after {
  background: transparent !important;
}

.navigation .logo::after {
  width: 121px;
  height: 73px;
  position: absolute;
  right: -121px;
  top: 0px;
  content: "";
}

.logo {
  background: transparent !important;
  width: 189px;
}

.header-right > ul > li > a {
  color: #333;
  display: block;
  padding: 10px 10px;
}

.header-right li {
  display: inline-block;
  position: relative;
  z-index: 99;
}

.header-right > ul {
  display: inline-block;
}

.header-right {
  text-align: right;
}
  /*-----Navigationn-----*/
  
.navigation {
  background-color: #ffffff;
  z-index: 999;
  position: relative;
  /*border-top: 1px solid #fbf3f3;*/
  /*border-bottom: 1px solid #fbf3f3;*/
}

.naviga {
  background-color: #ffffff;
  z-index: 999;
  position: relative;
}

#navigation {
  float: right;
}

#navigation,
  #navigation ul,
  #navigation ul li,
  #navigation ul li a,
  #navigation #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 18px;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#navigation:after,
  #navigation > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

#navigation #menu-button {
  display: none;
}

#navigation > ul > li {
  float: left;
}

#navigation li:hover > ul {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #fff;
}
#navigation.align-center > ul {
  font-size: 0;
  text-align: center;
}

#navigation.align-center > ul > li {
  display: inline-block;
  float: none;
}

#navigation.align-center ul ul {
  text-align: left;
}

#navigation.align-right > ul > li {
  float: right;
}

#navigation > ul > li > a {
  padding: 38px 24px 8px 24px;
  font-size: 15px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #666464;
  text-transform: uppercase;
  margin-right: -1px;
}

#navigation > ul > li.has-sub > a {
  padding: 34px 0px 34px 32px;
}

#navigation > ul > li.has-sub > a::before {
  position: absolute;
  right: 18px;
  font-family: FontAwesome;
  content: "\f107";
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

#navigation > ul > li.has-sub > a::before {
  position: absolute;
  right: 14px;
  font-family: FontAwesome;
  content: "\f107";
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  display: none;
}

#navigation ul ul li.has-sub > a::before {
  position: absolute;
  top: 20px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #038FD6;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

#navigation ul ul li.has-sub > a::after {
  position: absolute;
  top: 23px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #187fc4;
  content: '';
}

#navigation ul ul > li.has-sub:hover > a::before {
  top: 17px;
  height: 0;
}

#navigation > ul > li > .active {
  color: #187fc4;
}

#navigation > ul > li:hover > a {
  color: #187fc4 !important;
}

#navigation ul ul {
  position: absolute;
  left: -9999px;
}

#navigation.align-right ul ul {
  text-align: right;
}

#navigation ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

#navigation li:hover > ul {
  left: auto;
}

#navigation.align-right li:hover > ul {
  left: auto;
  right: 0;
}

#navigation li:hover > ul > li {
  height: 40px;
}

#navigation ul ul ul {
  margin-left: 100%;
  top: 0;
}

#navigation.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}

#navigation ul ul li a {
  border-bottom: 1px solid #187fc4;
  padding: 14px 10px 14px 20px;
  width: 220px;
  font-size: 15px;
  text-decoration: none;
  color: #333;
  font-weight: 500;
  background: #fff;
  text-transform: uppercase;
  margin-left: 20px;
  border-left: 1px solid #f1f1f1;
  line-height: 13px;
}

#navigation ul ul li:last-child > a,
  #navigation ul ul li.last-item > a {
  border-bottom: 0;
}

#navigation ul ul li:hover > a,
  #navigation ul ul li a:hover {
  color: #187fc4;
  border-left: 1px solid #187fc4;
}

#navigation.small-screen {
  width: 100%;
}

#navigation.small-screen ul {
  width: 100%;
  display: none;
}

#navigation.small-screen.align-center > ul {
  text-align: left;
}

#navigation.small-screen ul > li {
  width: 100%;
  border-top: 1px solid rgba(120, 120, 120, 0.2);
}

#navigation.small-screen ul ul li,
  #navigation.small-screen li:hover > ul > li {
  height: auto;
}

#navigation.small-screen ul li a,
  #navigation.small-screen ul ul li a {
  width: 100%;
  border-bottom: 0;
}

#navigation.small-screen > ul > li {
  float: none;
}

#navigation.small-screen ul ul li a {
  padding-left: 15px;
}

#navigation.small-screen ul ul ul li a {
  padding-left: 35px;
}

#navigation.small-screen ul ul li a {
  color: #333;
  background: none;
}

#navigation.small-screen ul ul li:hover > a,
  #navigation.small-screen ul ul li.active > a {
  color: #187fc4;
}

#navigation.small-screen ul ul,
  #navigation.small-screen ul ul ul,
  #navigation.small-screen.align-right ul ul {
  position: relative;
  left: 0;
  width: 100%;
  margin: 0;
  text-align: left;
}

#navigation.small-screen > ul > li.has-sub > a:after,
  #navigation.small-screen > ul > li.has-sub > a:before,
  #navigation.small-screen ul ul > li.has-sub > a:after,
  #navigation.small-screen ul ul > li.has-sub > a:before {
  display: none;
}

#navigation.small-screen #menu-button {
  display: block;
  padding: 17px;
  color: #171818;
  cursor: pointer;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
}

#navigation.small-screen #menu-button:after {
  position: absolute;
  top: 22px;
  right: 2px;
  display: block;
  height: 8px;
  width: 20px;
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
  content: '';
}

#navigation.small-screen #menu-button:before {
  position: absolute;
  top: 16px;
  right: 2px;
  display: block;
  height: 2px;
  width: 20px;
  background: #333;
  content: '';
}

#navigation.small-screen #menu-button.menu-opened:after {
  top: 23px;
  border: 0;
  height: 2px;
  width: 15px;
  background: #333;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#navigation.small-screen #menu-button.menu-opened:before {
  top: 23px;
  background: #333;
  width: 15px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#navigation.small-screen .submenu-button {
  position: absolute;
  z-index: 99;
  right: 0;
  top: 0;
  display: block;
  border-left: 1px solid rgba(120, 120, 120, 0.2);
  height: 48px;
  width: 46px;
  cursor: pointer;
}

#navigation.small-screen .submenu-button.submenu-opened {
  background: #fff;
}

#navigation.small-screen ul ul .submenu-button {
  height: 35px;
  width: 35px;
  top: 8px;
}

#navigation.small-screen .submenu-button:after {
  position: absolute;
  top: 22px;
  right: 19px;
  width: 8px;
  height: 2px;
  display: block;
  background: #333;
  content: '';
}

#navigation.small-screen ul ul .submenu-button:after {
  top: 15px;
  right: 13px;
}

#navigation.small-screen .submenu-button.submenu-opened:after {
  background: #333;
}

#navigation.small-screen .submenu-button:before {
  position: absolute;
  top: 19px;
  right: 22px;
  display: block;
  width: 2px;
  height: 8px;
  background: #333;
  content: '';
}

#navigation.small-screen ul ul .submenu-button:before {
  top: 12px;
  right: 16px;
}

#navigation.small-screen .submenu-button.submenu-opened:before {
  display: none;
}

#navigation.small-screen.select-list {
  padding: 5px;
}
  /*-----Navigationn end-----*/
  /*
 Header Transparent CSS Start 
----------------------------------------*/
  
.header-transparent {
  padding-bottom: 20px;
}

.top-bar-transparent {
  margin-bottom: 20px;
}

.header-transparent #navigation {
  margin-top: 5px;
  background-color: transparent;
}

.header-transparent #navigation > ul > li > a {
  padding: 10px 4px;
  border: transparent;
  color: #fff;
}

.header-top {
  border-bottom: 1px solid transparent;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  border-color: rgba(250, 250, 250, .2);
}

.header-transparent #navigation li a {
  color: #ffffff;
  background-color: transparent;
  border-left: transparent;
  border-right: transparent;
  padding: 14px 30px 14px 10px;
}

.header-transparent #navigation li ul li a {
  background-color: #446a73;
  padding: 18px 20px;
}

.header-transparent #navigation > ul > li.has-sub > a {
  padding-right: 30px;
}

.header-transparent #navigation li ul li a {
  border-bottom: 1px solid #375b63;
}

.header-top .top-nav ul li a {
  color: #fff;
}

.top-nav-collapse {
  background-color: rgba(18, 45, 52, .8);
}

#search-area-v2 {
  position: absolute;
  width: 100%;
  z-index: 1032;
  top: 48px;
}

#search-area-v2 .well-bg {
  background-color: #333;
}

.phone-img {
  margin-bottom: 60px;
}
  /*Header Transparent CSS End
----------------------------------------*/
  /*  Slider Area Styling */
.slide_title_left {
}

.slide_title_left .col-lg-7.col-xs-12 {
  margin-left: 11.5%;
}

.slide_title_left .slider_item_tbcell {
  text-align: left;
}

.slide_title_center {
}

.slide_title_center .slider_item_tbcell {
  text-align: center;
}

.slide_title_center .col-lg-7.col-xs-12 {
  margin-top: -23%;
  margin-left: 21%;
}

.slide_title_right {
}

.slide_title_right .slider_item_tbcell {
  text-align: right;
}

.slide_title_right .col-lg-7.col-xs-12 {
  margin-left: 29.5%;
}

.slide_bg_2 {
  background: #f0f0f0 url("../images/slider1.jpg") no-repeat scroll right center;
}

.slide_bg_3 {
  background: #f0f0f0 url("../images/slider3.jpg") no-repeat scroll right center;
}

.single_slider {
  background-color: #dddd;
  background-position: center center;
  background-size: cover;
  color: #fff;
  font-size: 24px;
}

.slider_item_tb {
  display: table;
  height: 100%;
  width: 100%;
}

.slider_item_tbcell {
  display: table-cell;
  vertical-align: middle;
}

.slide_bg_2 .slider_item_tbcell {
  text-align: center;
}

.slider_home.owl-theme .owl-dots .owl-dot span {
  width: 30px;
  height: 8px;
  /*margin: 5px 5px;*/
  background: #fff;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border: 1px solid transparent;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 0px;
}

.slider_home.owl-theme .owl-dots button {
    background: #fff;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

.slider_home.owl-theme .owl-dot.active span {
    background: #038FD6;
}

.slider_home.owl-theme .owl-dots .owl-dot {
    position: relative;
    top: -55px;
}

.slider_home.owl-theme .owl-dots {
    text-align: center;
}

.slider_home_two .col-md-offset-3 {
    margin-left: 21%;
}

.slide_bg_2 .col-lg-7.col-xs-12 {
  margin-left: 21%;
}

.slider_home h2 {
  font-size: 60px;
  margin-bottom: -10px;
  font-weight: 800;
  text-transform: capitalize;
  line-height: 68px;
  color: #2c2c2c;
  margin-top: -14px;
}

.slider_home h2 .slide_st1 {
    color: #666464;
    font-size: 30px;
    font-weight: 500;
    display: block;
    font-size: 24px;
    margin-top: -10px !important; 
    margin-bottom: 16px !important; 
}

.slider_home p {
  color: #666464;
}

.slider_btn {
  display: block;
}

.slider_btn a {
  margin-top: 20px;
  border-radius: 50px;
}

.slider_btn_one {
  margin-right: -6px;
}

.slider_btn_two {
  margin-left: 15px;
  color: #038FD6;
  border: 1px solid #038FD6 !important;
  background: transparent;
}

.slider_btn_one:hover {
  color: #fff;
}

.slider_btn_two:hover {
  color: #fff;
  border: 1px solid #7a83f5 !important;
}

.slides_wrapper {
  position: relative;
  margin-top: 5px;
  margin-bottom: 25px;
}

.slides__preload_wrapper {
  background: #038FD6 none repeat scroll 0 0;
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 999;
}

.slides__preload_wrapper .spinner {
  left: 50%;
  margin: -20px 0 0 -20px;
  position: absolute;
  top: 50%;
}

.slider_home .owl-nav div.owl-next {
  left: auto !important;
  right: 20px !important;
}

.slider_home .owl-nav div {
  color: #333;
  font-size: 19px;
  height: 50px;
  left: 20px !important;
  line-height: 36px;
  margin-top: -30px;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  position: absolute;
  text-align: center;
  top: 50.5%;
  width: 50px;
  border-radius: 50%;
  padding-right: 0px !important;
  padding-top: 5px;
}

.slider_home .owl-nav div:hover {
  border: 2px solid transparent;
}

.slider_home .owl-nav div:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  background: #038FD6 !important;
  color: #fff;
}

.slider_home .owl-theme .owl-controls .owl-nav div {
    text-align: center;
}

.slider_home .owl-prev .icon-glyph-229::before {
  transform: rotate(-180deg);
  left: -2px;
  position: relative;
  top: 1px;
}

.slider_home .owl-next .icon-glyph-229::before {
  left: 3px;
  position: relative;
}

.owl-prev .fa-chevron-left::before {
  left: -2px;
  position: relative;
  top: 1px;
}

.owl-next .fa-chevron-left::before {
  right: -2px;
  position: relative;
  top: 1px;
}


  /*----------------------------------------------------
   query Section
------------------------------------------------------*/
 

.query-section {
  padding-top: 15px;
  padding-bottom: 85px;
  background: #FFF;
}

.query-searchkey {
  font-size: 12px; 
  line-height: 12px; 
  color: #969696; 
  display: inline;
  padding-left: 5px;
  padding-right: 5px;
}

.query_wapper {
  margin-top: 50px;
  background: #FFF;
}

.query-section-list {
  margin-top: 30px;
  background: #FFF;
}

  /*----------------------------------------------------
   Promo Section
------------------------------------------------------*/
 
.promo-area .container {
  padding-right: 30px;
  padding-left: 30px;
}

.promo-area {
  margin-top: -100px;
  position: relative;
  z-index: 999;
}

.promo-container {
  background: #fff;
}

.promo-area .row {
  background: url("../images/promo_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 57% 50%;
}


.promo-wrap {
  padding: 60px 50px 40px;
  text-align: center;
}

.promo-container .col-md-4:last-child .promo-wrap {
  border-right: transparent;
}

.promo-area .col-md-4 {
  padding-right: 0px;
  padding-left: 0px;
}

.promo-icon {
    width: 70px;
    height: 70px;
    margin: auto;
    margin-bottom: 0;
    display: block;
}

.promo-content h4 {
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 0px;
  letter-spacing: 0px;
  margin-top: 5px;
  color: #666464;
}

.promo-content h5 {
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 0px;
  letter-spacing: 0px;
  margin-top: 5px;
  color: #666464;
}

.abut_title h6 {
  font-family: "Microsoft YaHei";
  font-size: 60px;
  font-weight: 400;
  margin-top: 0px;
  line-height: 60px;
  color: #005bac;
}

.abut_title h5 {
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-weight: 400;
  margin-top: 0px;
  line-height: 38px;
  color: #005bac;
}

.abut_title h4 {
  font-family: "Microsoft YaHei";
  font-size: 24px;
  font-weight: 400;
  margin-top: 0px;
  line-height: 32px;
  color: #005bac;
}

.abut_title h3 {
  font-family: "Microsoft YaHei";
  font-size: 25px;
  margin-bottom: 25px;
  margin-top: 0px;
  line-height: 38px;
  color: #186fc4;
}

.abut_title h2 {
  font-family: "Microsoft YaHei";
  font-size: 22px;
  margin-bottom: 25px;
  margin-top: 0px;
  line-height: 38px;
  color: #186fc4;
}

.abut_title a {
  font-family: "Microsoft YaHei";
  margin-bottom: 0px;
  margin-top: 0px;
  line-height: 30px;
  color: #005bac;
  display: block;
}

.abut_title p {
  color: #666464;
}

.abut_title span {
  font-family: "Microsoft YaHei";
  font-size: 12px;
  color: #969696;
}

.abut_title label {
  font-family: "Microsoft YaHei";
  font-size: 12px;
  font-weight: 400;
  color: #666464;
  margin-top: 20px;
  height: 70px;
  display: block;
}

.abt_readmore {
  color: #fff;
  margin-top: 18px;
}

.about_box {
  float: left;
  margin-bottom: 16px;
}

.about_box_inf {
  display: inline-block;
  float: left;
  overflow: hidden;
  width: 47%;
  margin-left: 20px;
}

.about_box_img {
  display: inline-block;
  float: left;
  overflow: hidden;
}

.about_box_inf h3 {
  font-size: 22px;
  letter-spacing: 0px;
  text-transform: capitalize;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: -3px;
}

  /*----------------------------------------------------
   Promo Section
------------------------------------------------------*/
 
.promo-img .container {
  padding-right: 30px;
  padding-left: 30px;
}

.promo-img {
  margin-top: 10px;
  position: relative;
}

 .promo-img .col-md-4 {
      border-bottom: 1px solid #f1f1f1;
      flex: 0 0 100%;
      max-width: 100%;
      padding-right: 0px;
      padding-left: 0px;
  }

.promo-img .row {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 57% 50%;
}

.promo-img-wrap {
  padding: 10px 20px 10px;
  text-align: center;
  /*border-right: 1px solid #dcdddd;*/
}

  /*----------------------------------------------------
  3. About Section
------------------------------------------------------*/
  
.about-section {
  padding-bottom: 80px;
  background: #FFF;
}
  /*  About Left 
------------------- */
  
.about-left {
  font-size: 18px;
  margin-top: 35px;
}

.about-left h3 {
  letter-spacing: 5px;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: 900;
  line-height: 1.2;
  color: #414141;
}

.about-left p {
  color: rgb(84, 83, 83);
  font-weight: normal;
}

.about-left h4 {
  margin-bottom: -2px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.about-left small {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 300;
  display: block;
  line-height: 0.8;
  letter-spacing: 8px;
  margin-bottom: 30px;
}
  /*  About Right 
------------------- */
  
.about-right img {
  margin-top: 35px;
  margin-left: -10px;
}

.about-right .about-img_2 {
  margin-left: 21px;
}

.about-pro {
    width: 125px; 
    display: block;
    font-size: 20px;
    color: #187fc4;
    border-bottom: 13px solid #0384ff;
}

/*----------------------------------------------------
  4. Service Section
------------------------------------------------------*/
  
.service-section {
  padding-top: 50px;
  padding-bottom: 10px;
  background: #FFF;
}

.service-section .section-header::before {
  top: 55%;
}

.service-item {
  background: #FFF;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  margin-bottom: 30px;
  position: relative;
  text-align: left;
  position: relative;
  border: 1px solid #dcdddd;
}

.service-section .service-item:hover {
  -webkit-box-shadow: 0px 21px 65px 20px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 21px 65px 20px rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0px 21px 65px 20px rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0px 21px 65px 20px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.12);
  background: #F6F6F6;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.service-section .icon-serv {
    color: #038FD6;
}

.serv-left {
    display: block;
    margin-bottom: -5px;
    font-size: 22px;
    letter-spacing: 0px;
    margin-top: 29px;
    text-transform: capitalize;
    color: #2c2c2c;
    font-weight: 600;
}

.serv-center {
    display: block;
    letter-spacing: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-transform: capitalize;
    text-align: center;
    color: #666464;
    font-weight: 400;
    background: #F6F6F6;
}

.about-section .icon-serv {
  float: left;
  height: 51px;
  margin: 0px 0px -5px 0px;
}

.service-section .icon-serv {
  margin-top: 10px;
  margin-bottom: 10px;
}

.service-section .icon-serv::before {
  text-align: left;
  font-size: 50px;
  display: block;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.serv-info {
  margin-left: 30px; 
  margin-right: 30px; 
  padding-top: 15px; 
  line-height: 22px;
  height: 80px;
  color: #666464;
  text-align: center;
  border-top:1px solid #dcdddd;
}

.service-section .row .service-item:hover .serv-info {
  color: #333;
}

.service-section .row .service-item:hover .serv-learn {
  opacity: 1;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.serv-learn {
  color: #038FD6;
  cursor: pointer;
  opacity: 0;
  margin-right: 5px;
}

.service-item i {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  color: #038FD6;
  margin-left: -40px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  top: 5px;
}

.service-item:hover i {
  margin-left: 0px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

/*--------------------------------------
    News
----------------------------------------*/
.industry-section {
    padding-top: 10px;
    padding-bottom: 0px;
    background: #FFF;
}  

.industry_wrapper {
    background-image: url('/Content/images/industry.jpg');
    background-repeat:no-repeat;
	background-size:100% 100%;
	-moz-background-size:100% 100%;
    position: relative;
    height: 100px;
    display: block;
    margin-top: 14px;
}

.industry_wrapper_title {
    padding-left: 13%; 
    padding-top: 1%; 
    height: 56px; 
    width: 100%;
    display: block;
}

.industry_wrapper_title_cn {
    font-family: Microsoft YaHei; 
    font-size: 20px;
    color: #FFF; 
    display: block
}

.industry_wrapper_title_en {
    font-family: Microsoft YaHei; 
    font-size: 16px; 
    color: #FFF; 
    display: block
}

.industry_wrapper_clazzName {
    letter-spacing: 8px; 
    font-weight: 500;
    line-height: 20px; 
    display: block;
    color: #666464;
    cursor: pointer;
}

.industry_wrapper_clazzName:hover {
    color: #3d62ad;
}

.industry_wrapper_clazzNameChoose {
    letter-spacing: 8px; 
    font-weight: 500;
    line-height: 20px; 
    display: block;
    color: #3d62ad;
    cursor: default;
}

.industry_wrapper_arrow {
    margin-left: 10%;
    margin-right: 10%;
    background-image: url('/Content/images/iconImg/downArrow.png'); 
    background-repeat: no-repeat; 
    background-size: 100% 100%; 
    -moz-background-size: 100% 100%;
}

.industry_wrapper_img {
    height: 400px;
}

.industry_wrapper_img1 {
    height: 400px;
    background-image: url('../images/industryImg/1.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
}

.industry_wrapper_img2 {
    height: 400px;
    background-image: url('../images/industryImg/2.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
}

.industry_wrapper_img3 {
    height: 400px;
    background-image: url('../images/industryImg/3.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
}

.industry_wrapper_img4 {
    height: 400px;
    background-image: url('../images/industryImg/4.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
}

.industry_wrapper_img5 {
    height: 400px;
    background-image: url('../images/industryImg/5.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
}

.industry_wrapper_img6 {
    height: 400px;
    background-image: url('../images/industryImg/6.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
}

.industry_wrapper_img7 {
    height: 400px;
    background-image: url('../images/industryImg/7.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
}

.industry_wrapper_img8 {
    height: 400px;
    background-image: url('../images/industryImg/8.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
}

.industry_wrapper_img9 {
    height: 400px;
    background-image: url('../images/industryImg/9.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
}

.industry_wrapper_img10 {
    height: 400px;
    background-image: url('../images/industryImg/10.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
}

.industry-list-section {
    padding-top: 15px;
    padding-bottom: 100px;
    background: #FFF;
}  

/*--------------------------------------
    News
----------------------------------------*/
.news_wrapper {
    background-image: url('/Content/images/news.png');
    position: relative;
    height: 360px;
    display: block;
    margin-top: 5px;
}

.news_wrapper_title {
    padding-left: 16.7%; 
    padding-top: 7.5%; 
    height: 56px; 
    width: 100%;
    display: inline-block;
}

.news_wrapper_title_cn {
    margin-top: -8px; 
    font-family: Microsoft YaHei; 
    font-size: 36px; 
    color: #FFF; 
    display: inline-block
}

.news_wrapper_title_line {
    margin-top: -5px;
    border-bottom: 2px solid #FFF;
    width: 145px;
    display: block
}

.news_wrapper_title_en {
    margin-top: -5px; 
    font-family:  ArialMT; 
    font-size: 20px; 
    color: #FFF; 
    display: inline-block
}

  .news-section {
    background: #FFF;
    padding-bottom: 20px;
  }
  .news-section .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .news_box_inf {
    width: 100%;
    margin-left: 0px;
    margin-top: 20px;
  }
  .news_box_img {
    width: 100%;
    margin-top: 50px;
    float: none;
  }
  .news_box_img img {
    width: 100%;
  }
  .news_box {
    float: none;
  }

  .news-item:hover .news_title a {
      color: #005bac;
  }

  .news_btn {
      margin-top: 20px; 
      margin-bottom: 20px; 
      padding-left: 0px;
  }

  .news_btn .btn-primary {
    background: #FFF; 
    color: #666464; 
    border: 1px solid #969696; 
    padding-top: 5px; 
    padding-bottom: 5px;
  }

  .news_btn .btn-primary:hover {
    background: #005bac; 
    color: #FFF; 
    border: 1px solid #FFF; 
  }

  .news_title {
    margin-top: 20px;
  }

  .news_title h2 {
      margin-top: 0px;
      font-size: 18px;
      color: #221815;
  }

    .news_title h5 {
      margin-top: 0px;
      color: #221815;
  }

  .news_title a {
  font-family: "Microsoft YaHei";
  font-weight: 400;
  margin-bottom: 0px;
  margin-top: 0px;
  line-height: 30px;
  color: #221815;
  display: block;
 }

 .news_title p {
  color: #666464;
 }

.news_title span {
    font-family: "Microsoft YaHei","微软雅黑";
    font-size: 12px;
    color: #969696;
}

.news_title label {
    font-family: "Microsoft YaHei","微软雅黑";
    font-size: 12px;
    font-weight: 400;
    color: #666464;
    margin-top: 10px;
    display: block;
}

/*--------------------------------------
    solution
----------------------------------------*/
.solution_wrapper {
    background-image: url('/Content/images/solution.png');
    position: relative;
    height: 518px;
    display: block;
    margin-top: 5px;
}

.solution_wrapper_title {
    padding-left: 19%; 
    padding-top: 11%; 
    height: 56px; 
    width: 100%;
    display: inline-block;
}

.solution_wrapper_title_cn {
    font-family: Microsoft YaHei; 
    font-size: 36px; 
    color: #FFF; 
    display: block
}

.solution_wrapper_title_en {
    margin-top: -8px;
    font-family: ArialMT; 
    font-size: 20px; 
    color: #FFF; 
    display: block
}

.solution-section {
    padding-top: 75px;
    padding-bottom: 100px;
    background: #FFF;
}

.solution-item {
  background: #f9f9f9;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  margin-bottom: 30px;
  position: relative;
  text-align: left;
  position: relative;
  border: 1px solid #f9f9f9;
}

.solution-section .solution-item:hover {
  -webkit-box-shadow: 0px 21px 65px 20px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 21px 65px 20px rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0px 21px 65px 20px rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0px 21px 65px 20px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.12);
  background: #f9f9f9;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.solu-content {
    display: block;
    letter-spacing: 0px;
    margin-top: 5px;
    margin-left: 22px;
    margin-right: 22px;
    margin-bottom: 15px;
    text-transform: capitalize;
    text-align: left;
}

.solu-content .solu-underline {
    border-bottom: 1px solid #727171;
}

.solu-content .solu-title {
    font-family: "Microsoft YaHei";
    font-weight: 400;
    margin-bottom: 15px;
    color: #666464;
}

.solution-section .solution-item:hover .solu-content .solu-underline .solu-title {
    color: #005bac;
}

.solu-content .solu-center {
    font-family: "Microsoft YaHei";
    display: block;
    font-size: 12px;
    letter-spacing: 0px;
    margin-top: 15px;
    text-transform: capitalize;
    text-align: left;
    height: 90px;
    color: #727171;
}

.solu-info {
    width: 116px;
    height: 32px;
    text-align: center;
}

/*--------------------------------------
    science
----------------------------------------*/
.science_wrapper {
    background-image: url('/Content/images/research.png');
    position: relative;
    height: 531px; 
    display: block
}

.science_wrapper_title {
    margin-left: 70%; 
    margin-top: 200px; 
    height: 56px; 
    width: 500px;
    display: inline-block;
}

.science_wrapper_title_cn {
    font-family: Microsoft YaHei; 
    font-size: 36px; 
    color: #FFF; 
    display: block
}

.science_wrapper_title_line {
    margin-top: -5px;
    margin-bottom: 10px;
    border-bottom: 2px solid #FFF;
    width: 105px;
    display: block
}

.science_wrapper_title_en {
    margin-top: -10px;
    font-family: ArialMT; 
    font-size: 20px; 
    color: #FFF; 
    display: block
}

.science-headSection {
    padding-top: 13px;
    padding-bottom: 5px;
    background: #efefef;
}

.science-headSection > .science-title1 {
    font-size: 30px;
    color: #9fa0a0;
    text-align: center;
}

.science-headSection > .science-title2 {
    font-size: 16px;
    color: #9fa0a0;
    text-align: center;
}

.science-section {
    padding-top: 13px;
    padding-bottom: 100px;
    background: #FFF;
}

.science-img {
    width: 100%; 
    position: absolute; 
    z-index: 2;
    padding-left: 10px; 
    padding-right: 10px;
}

.science-item > .science-item-content {
    margin-left: 10px; 
    margin-right: 10px; 
    padding-left: 20px; 
    padding-right: 20px; 
    vertical-align: middle; 
    background: rgba(119, 178, 215, 0.5) none repeat scroll !important; 
    z-index: 3; 
    position: relative;
}

.science-item > .science-item-title {
    width: 100%; 
    z-index: 3; 
    position: relative; 
    padding-left: 10px; 
    padding-right: 10px;
}

.science-blank {
    height: 80%;
    display: block;
}

.science-title {
    height: 20%; 
    width: 100%; 
    line-height: 60px; 
    vertical-align: middle; 
    background: rgba(161, 170, 175, 0.5) none repeat scroll !important; 
    display: block;
}

.science-title > a {
    color: #FFF; 
    font-size: 14px;
    cursor: default;
}

.science-content {
    word-wrap: break-word; 
    word-break: break-all; 
    font-size: 12px; 
    color: #FFF; 
    line-height: 16px;
    width: 100%;
    cursor: default;
}

.science-next {
    color: #FFF;
    font-size: 12px;
}

.science-next a:hover {
    color: #005bac;
}

/*--------------------------------------
    academic
----------------------------------------*/
.academic_wrapper {
    background-image: url('/Content/images/academic.png');
    position: relative;
    height: 360px;
    display: block;
    margin-top: 5px;
}

.academic_wrapper_title {
    margin-left: 17%; 
    margin-top: 140px; 
    height: 56px; 
    width: 500px;
    display: inline-block;
}

.academic_wrapper_title_cn {
    font-family: Microsoft YaHei; 
    font-size: 36px; 
    color: #FFF; 
    display: block
}

.academic_wrapper_title_line {
    margin-top: -5px;
    margin-bottom: 10px;
    border-bottom: 2px solid #FFF;
    width: 160px;
    display: block
}

.academic_wrapper_title_en {
    margin-top: -10px;
    font-family: ArialMT; 
    font-size: 20px; 
    color: #FFF; 
    display: block
}

.academic-section {
    padding-top: 13px;
    padding-bottom: 100px;
    background: #FFF;
}

/*--------------------------------------
    teamwork
----------------------------------------*/
.teamwork_wrapper {
    background-image: url('/Content/images/teamwork.png');
    position: relative;
    height: 445px; 
    display: block
}

.teamwork_wrapper_title {
    margin-top: 186px;
    width: 100%;
    height: 56px; 
    display: inline-block;
}

.teamwork_wrapper_title_cn {
    font-family: Microsoft YaHei; 
    font-size: 36px; 
    color: #FFF; 
    display: block
}

.teamwork_wrapper_title_middleLine {
    margin:0 auto;
}

.teamwork_wrapper_title_line {
    margin-top: -5px;
    margin-bottom: 10px;
    border-bottom: 2px solid #FFF;
    width: 186px;
    display: block
}

.teamwork_wrapper_title_en {
    margin-top: -10px;
    text-align: center;
    font-family: Microsoft YaHei;  
    font-size: 16px; 
    color: #FFF; 
    display: block
}

.teamwork-section {
    padding-top: 90px;
    padding-bottom: 100px;
    background: #FFF;
}

.teamwork-item {
    -webkit-box-shadow: 0px 21px 65px 20px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 21px 65px 20px rgba(0, 0, 0, 0.12);
    -ms-box-shadow: 0px 21px 65px 20px rgba(0, 0, 0, 0.12);
    -o-box-shadow: 0px 21px 65px 20px rgba(0, 0, 0, 0.12);
    box-shadow: 8px 8px 8px 8px rgba(0, 0, 0, 0.12);
    background: #FFF;
}

/*--------------------------------------
    base
----------------------------------------*/
.base_wrapper {
    background-image: url('/Content/images/base.png');
    position: relative;
    height: 507px; 
    display: block
}

.base_wrapper_title {
    margin-top: 186px;
    width: 100%;
    height: 56px; 
    display: inline-block;
}

.base_wrapper_title_cn {
    font-family: Microsoft YaHei; 
    font-size: 36px; 
    color: #FFF; 
    display: block
}

.base_wrapper_title_middleLine {
    margin:0 auto;
}

.base_wrapper_title_line {
    margin-top: 0px;
    margin-bottom: 10px;
    border-bottom: 2px solid #FFF;
    width: 55px;
    display: block
}

.base_wrapper_title_en {
    margin-top: -10px;
    text-align: center;
    font-family: Microsoft YaHei; 
    font-size: 16px; 
    color: #FFF; 
    display: block
}

.base-section {
    padding-top: 55px;
    padding-bottom: 100px;
    background: #FFF;
}

/*--------------------------------------
    laboratory
----------------------------------------*/

.laboratory_wrapper {
    background-image: url('/Content/images/libruary.png');
    position: relative;
    height: 585px;
    display: block;
}

.laboratory_wrapper_title {
    padding-left: 17%; 
    padding-top: 226px; 
    height: 56px; 
    width: 100%;
    display: inline-block;
}

.laboratory_wrapper_title_cn {
    margin-top: -8px; 
    font-family: Microsoft YaHei; 
    font-size: 36px; 
    color: #FFF; 
    display: block
}

.laboratory_wrapper_title_line {
    margin-top: 0px;
    margin-bottom: 10px;
    border-bottom: 2px solid #FFF;
    width: 118px;
    display: block
}

.laboratory_wrapper_title_en {
    margin-top: -8px; 
    font-family: Microsoft YaHei; 
    font-size: 20px; 
    width: 100%;
    color: #FFF; 
    display: block
}

.laboratory-section {
    padding-top: 55px;
    padding-bottom: 100px;
    background: #FFF;
}

.laboratory-tab-section {
  margin-top: 40px;
  margin-bottom: 20px;
  background: #FFF;
}

.laboratory_single_slider {
  background-color: #dddd;
  background-position: center center;
  background-size: cover;
  color: #fff;
  font-size: 24px;
  height: 525px;
}

.laboratory-info {
  height: 60px;
  vertical-align: middle;
  text-align: center;
}

.laboratory-info > a {
    color: #005bac !important;
    width: 100%;
    background: #efefef;
    color: #666464;
    float: left;
    padding: 9px;
    height: 70px;
    font-size: 16px;
    line-height: 50px;
    text-decoration: none;
}

.laboratory-info > a:hover {
    color: #FFF !important;
    background: #187fc4;
}

.laboratory_slider_item_tb {
  display: table;
  height: 100%;
  width: 100%;
}

.laboratory_slider_item_tbcell {
  display: table-cell;
  vertical-align: middle;
}

.laboratory_slide_title_left {
}

.laboratory_slide_title_left .laboratory_slider_item_tbcell {
    text-align: left;
}

.laboratory_slide_title_left .col-lg-7.col-xs-12 {
    margin-left: 8%;
    margin-bottom: 13%;
    width: 560px;
    height: 256px;
    background: rgba(24,127,196, 0.7) none repeat scroll !important; 
}

.laboratory_top .laboratory_slide_title_left .col-lg-7.col-xs-12 {
    margin-left: 17%;
    margin-bottom: 28%;
    width: 560px;
    height: 256px;
    background: rgba(24,127,196, 0.7) none repeat scroll !important; 
}

.laboratory_slide_title_left .col-lg-7.col-xs-12:hover h4 .slider_btn .laboratory_read a {
    color: #187fc4;
}

.laboratory_slide_title_right .laboratory_slider_item_tbcell {
    text-align: left;
}

.laboratory_slide_title_right .col-lg-7.col-xs-12 {
    margin-left: 44%;
    margin-bottom: 13%;
    width: 560px;
    height: 256px;
    background: rgba(24,127,196, 0.7) none repeat scroll !important; 
}

.laboratory_top .laboratory_slide_title_right .col-lg-7.col-xs-12 {
    margin-left: 92%;
    margin-bottom: 28%;
    width: 560px;
    height: 256px;
    background: rgba(24,127,196, 0.7) none repeat scroll !important; 
}

.laboratory_slide_title_right .col-lg-7.col-xs-12:hover h4 .slider_btn .laboratory_read a {
    color: #187fc4;
}

.slider_home h4 {
    margin-top: 50px;
    margin-left: 20px;
    text-transform: capitalize;
    color: #FFF;
}

.slider_home h4 .laboratory_title {
    font-family: Microsoft YaHei; 
    font-size: 20px;
    font-weight: 400;
    cursor: default;
    display: block;
}

.slider_home h4 .laboratory_content {
    font-family: Microsoft YaHei; 
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    height: 90px;
    cursor: default;
    display: block;
    margin-top: 20px;
}

.laboratory_top h4 {
    margin-top: 50px;
    margin-left: 20px;
    text-transform: capitalize;
    color: #FFF;
}

.laboratory_top h4 .laboratory_title {
    font-family: Microsoft YaHei; 
    font-size: 20px;
    font-weight: 400;
    cursor: default;
    display: block;
}

.laboratory_top h4 .laboratory_content {
    font-family: Microsoft YaHei; 
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    height: 90px;
    cursor: default;
    display: block;
    margin-top: 20px;
}

.laboratory_read i {
  font-size: 12px;
  position: relative;
  left: -7px;
  font-weight: bold;
  color: #005bac;
  opacity: 0;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  top: 1px;
}

.laboratory_read:hover i {
  opacity: 1;
  left: 5px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.laboratory_read:hover a {
  color: #005bac !important;
}

.laboratory_read a {
    color: #FFF;
    font-family: Microsoft YaHei; 
    font-size: 12px;
    font-weight: 400;
    text-transform: capitalize;
}

/*--------------------------------------
    service_download
----------------------------------------*/
.service_download_wrapper {
    background-image: url('/Content/images/download.png');
    position: relative;
    height: 583px; 
    display: block
}

.service_download_wrapper_title {
    padding-left: 400px; 
    padding-top: 226px; 
    height: 56px; 
    width: 100%;
    display: inline-block;
}

.service_download_wrapper_title_cn {
    margin-top: -8px; 
    font-family: Microsoft YaHei; 
    font-size: 36px; 
    color: #FFF; 
    display: block
}

.service_download_wrapper_title_en {
    margin-top: -8px; 
    font-family: Microsoft YaHei; 
    font-size: 20px; 
    width: 100%;
    color: #FFF; 
    display: block
}

.service_download-section {
    padding-top: 23px;
    padding-bottom: 100px;
    background: #FFF;
}

.downlink {
    font-size: 16px;
    font-weight: 400;
    border: 0;
    height: 60px;
    background: #fff;
    color: #666464;
}

.downlink:hover {
    color: #005bac;
}

.downlink_active {
    font-size: 20px;
    font-weight: 500;
    border: 0;
    height: 60px;
    background: #fff;
    color: #005bac;
}

.downlink_active:hover {
    color: #005bac;
}

.downtab {
    height: 61px; 
    float: left;
    border-bottom: 1px solid #bfbebb
}

.downtab_active {
    height: 61px; 
    float: left;
    border-bottom: 1px solid #005bac
}

/*--------------------------------------
    lease
----------------------------------------*/
.lease_wrapper {
    background-image: url('/Content/images/lease.png');
    position: relative;
    height: 583px; 
    display: block
}

.lease_wrapper_title {
    margin-top: 215px;
    width: 100%;
    height: 56px; 
    display: inline-block;
}

.lease_wrapper_title_cn {
    font-family: Microsoft YaHei; 
    font-size: 36px; 
    color: #FFF; 
    display: block
}

.lease_wrapper_title_en {
    margin-top: 1px;
    text-align: center;
    font-family: Microsoft YaHei; 
    font-size: 20px; 
    color: #FFF; 
    display: block
}

.lease_tip_wrapper {
    margin-top: 40px
}

.lease_img {
    margin-bottom: 10px;
}

.lease_tip {
    font-family: Microsoft YaHei;
    font-size: 16px;
    color: #258ffc;
    margin-left: 15px;
}

.lease-item {
    -webkit-box-shadow: 0px 21px 65px 20px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 21px 65px 20px rgba(0, 0, 0, 0.12);
    -ms-box-shadow: 0px 21px 65px 20px rgba(0, 0, 0, 0.12);
    -o-box-shadow: 0px 21px 65px 20px rgba(0, 0, 0, 0.12);
    box-shadow: 0.5px 0.5px 0.5px 2px rgba(0, 0, 0, 0.12);
    background: #FFF;
}

/*--------------------------------------
    customizes
----------------------------------------*/
.customizes_wrapper {
    background-image: url('/Content/images/customizes.png');
    position: relative;
    height: 583px; 
    display: block
}

.customizes_wrapper_title {
    margin-top: 215px;
    width: 100%;
    height: 56px; 
    display: inline-block;
}

.customizes_wrapper_title_cn {
    font-family: Microsoft YaHei; 
    font-size: 36px; 
    color: #FFF; 
    display: block
}

.customizes_wrapper_title_en {
    margin-top: 1px;
    text-align: center;
    font-family: Microsoft YaHei; 
    font-size: 20px; 
    color: #FFF; 
    display: block
}

.customizes_tip_wrapper {
    position: relative;
    margin-top: -70px;
    margin-bottom: 60px
}

.customizes-item {
    -webkit-box-shadow: 0px 21px 65px 20px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 21px 65px 20px rgba(0, 0, 0, 0.12);
    -ms-box-shadow: 0px 21px 65px 20px rgba(0, 0, 0, 0.12);
    -o-box-shadow: 0px 21px 65px 20px rgba(0, 0, 0, 0.12);
    box-shadow: 0.5px 0.5px 0.5px 2px rgba(0, 0, 0, 0.12);
    background: #FFF;
}

.customizes_img1 {
    width: 40px; 
    height: 40px; 
    background: url('/Content/images/iconImg/customizes1_b.png') no-repeat;
    float: left;
    margin-top: 4px;
}

.customizes_img2 {
    width: 40px; 
    height: 40px; 
    background: url('/Content/images/iconImg/customizes2_b.png') no-repeat;
    float: left;
    margin-top: 4px;
}

.customizes_img3 {
    width: 40px; 
    height: 40px; 
    background: url('/Content/images/iconImg/customizes3_b.png') no-repeat;
    float: left;
    margin-top: 4px;
}

.customizes_tip {
    font-family: Microsoft YaHei;
    font-size: 16px;
    color: #258ffc;
    margin-left: 15px;
    margin-top: 4px;
    cursor: default;
    float: left;
}

.customizes_tip:hover {
    cursor: pointer;
}

.customizes_tab {
    height: 100%;
    padding-top: 46px;
    display: table-cell;
}

.customizes-item .col-md-4:hover {
    background: #005bac;
    cursor: pointer;
}

.customizes-item .col-md-4:hover .customizes_tab .customizes_img1 {
    background: url('/Content/images/iconImg/customizes1_w.png') no-repeat !important;
}

.customizes-item .col-md-4:hover .customizes_tab .customizes_img2 {
    background: url('/Content/images/iconImg/customizes2_w.png') no-repeat !important;
}

.customizes-item .col-md-4:hover .customizes_tab .customizes_img3 {
    background: url('/Content/images/iconImg/customizes3_w.png') no-repeat !important;
}

.customizes-item .col-md-4:hover .customizes_tab .customizes_tip {
    color: #FFF;
}

.customizes-section {
    margin-bottom: 140px;
}

.customizes_title_blue h4 {
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-weight: 400;
  margin-top: 0px;
  line-height: 32px;
  color: #005bac;
}

.customizes_title_white h4 {
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-weight: 400;
  margin-top: 0px;
  line-height: 32px;
  color: #FFF;
}

.customizes_line_blue {
    margin-top: 0px;
    margin-bottom: 10px;
    border-bottom: 3px solid #005bac;
    width: 50px;
    display: block
}

.customizes_line_white {
    margin-top: 0px;
    margin-bottom: 10px;
    border-bottom: 3px solid #FFF;
    width: 50px;
    display: block
}

/*--------------------------------------
    zoglab
----------------------------------------*/
.zoglab_wrapper {
    background-image: url('/Content/images/zoglab.png');
    position: relative;
    height: 573px;
    display: block;
    margin-top: 5px;
}

.zoglab_wrapper_title {
    margin-top: 10%;
    width: 100%;
    height: 56px; 
    display: inline-block;
}

.zoglab_wrapper_title_cn {
    font-family: Microsoft YaHei; 
    font-size: 36px; 
    color: #FFF; 
    display: block
}

.zoglab_wrapper_title_en {
    margin-top: -3px;
    font-family: Microsoft YaHei; 
    font-size: 20px; 
    color: #FFF; 
    display: block
}

.zoglab-section {
    padding-top: 55px;
    padding-bottom: 100px;
    background: #FFF;
}

.zoglab_title {
    margin-bottom: 15px; 
    font-size: 30px; 
    color: #005bac; 
    font-family: Microsoft YaHei; 
    font-weight: 400; 
    line-height: 30px
}

.zoglab_content {
    color: #666464; 
    font-family: Microsoft YaHei; 
    font-weight: 400; 
    text-align: left;
    display: block;
}

.zoglab_table {
    width: 100%; 
    border: 0px; 
    margin-top: 50px;
}

.zoglab_table tr {
    border-bottom: 2px dotted #dcdddd;
}

.zoglab_table tr:hover {
    background-color: #efefef;
}

.zoglab_yearcell {
    width: 14%; 
    border-right: 1px solid #dcdddd; 
    font-family: Microsoft YaHei; 
    text-align: right;
    font-size: 40px; 
    color: #187fc4; 
    padding-right: 20px;
}

.zoglab_line {
    border-left: 8px solid #187fc4; 
    height: 60px; 
    display: block;
    margin-left: -4px; 
    z-index: 10; 
    position: relative;
}

.zoglab_contentcell {
    padding-left: 35px; 
    padding-top: 45px; 
    padding-bottom: 45px; 
    font-size: 14px; 
    color: #666464;
}

/*--------------------------------------
    brand
----------------------------------------*/
.brand_wrapper {
    background-image: url('/Content/images/brand.png');
    position: relative;
    height: 573px;
    display: block;
    margin-top: 5px;
}

.brand_wrapper_title {
    margin-top: 10.5%;
    margin-left: 31%;
    height: 56px; 
    display: inline-block;
}

.brand_wrapper_title_cn {
    font-family: Microsoft YaHei; 
    font-size: 36px; 
    color: #FFF; 
    display: block
}

.brand_wrapper_title_en {
    margin-top: -5px;
    text-align: left;
    font-family: ArialMT; 
    font-size: 20px; 
    color: #FFF; 
    display: block
}

.brand-section {
    padding-top: 70px;
    padding-bottom: 100px;
    background: #FFF;
}

.brand_title {
    margin-bottom: 10px; 
    font-size: 20px; 
    color: #005bac; 
    font-family: Microsoft YaHei; 
    font-weight: 400; 
    line-height: 30px
}

.brand_title_en {
    font-size: 16px; 
    color: #666464; 
    font-family: Microsoft YaHei; 
    font-weight: 400;
    display: inline;
}

.brand_value1 {
    margin-top: 18.8%;
    margin-right: 75.2%;
    width: 24.1%;
    height: 48%;
}

.brand_value2 {
    margin-top: -36.2%;
    margin-left: 25.4%;
    width: 24.1%;
    height: 48%;
}

.brand_value3 {
    margin-top: 1.3%;
    margin-left: 50.9%;
    width: 24.1%;
    height: 48%;
}

.brand_value4 {
    margin-top: -36.2%;
    margin-left: 75.8%;
    width: 24.1%;
    height: 48%;
}

.brand_value_content {
    display: block; 
    font-size: 20px;
    line-height: 32px;
    color: #005bac;
}

.brand_content {
    font-size: 14px; 
    color: #666464; 
    font-family: Microsoft YaHei; 
    font-weight: 400; 
    text-align: center;
    display: block;
}

/*--------------------------------------
    honer
----------------------------------------*/
.honer_wrapper {
    background-image: url('/Content/images/honer.png');
    position: relative;
    height: 571px;
    display: block;
    margin-top: 5px;
}

.honer_wrapper_title {
    margin-top: 11%;
    margin-left: 19%;
    height: 56px; 
    display: inline-block;
}

.honer_wrapper_title_cn {
    font-family: Microsoft YaHei; 
    font-size: 36px; 
    color: #FFF;
    text-align: left;
    display: block
}

.honer_wrapper_title_line {
    margin-top: -3px;
    margin-bottom: 6px;
    border-bottom: 2px solid #FFF;
    width: 158px;
    display: block
}

.honer_wrapper_title_en {
    text-align: left;
    font-family: ArialMT; 
    font-size: 20px; 
    color: #FFF; 
    display: block
}

.honer-section {
    padding-top: 26px;
    padding-bottom: 100px;
    background: #FFF;
}

.honer_title {
    font-size: 20px; 
    color: #005bac; 
    font-family: Microsoft YaHei; 
    font-weight: 400;
    line-height: 24px;
}

.honer_icon {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    height: 5px;
    width: 5px;
    text-align: center;
    color: #fff;
    background: #e2e2e2;
    display: inline-block;
    margin-bottom: 1px;
}

.honer_content {
    font-size: 16px; 
    color: #666464; 
    font-family: Microsoft YaHei; 
    font-weight: 400; 
    text-align: left;
    display: block;
}

/*--------------------------------------
    distribution
----------------------------------------*/
.distribution_wrapper {
    background-image: url('/Content/images/distribution.jpg');
    background-repeat:no-repeat;
	background-size:100% 100%;
	-moz-background-size:100% 100%;
    position: relative;
    height: 500px;
    display: block;
    margin-top: 5px;
}

.distribution_wrapper_title {
    margin-top: 9.8%;
    margin-left: 20%;
    width: 100%;
    height: 56px; 
    display: inline-block;
}

.distribution_wrapper_title_cn {
    font-family: Microsoft YaHei; 
    text-shadow: 0px 0px 7px #000;
    font-size: 36px; 
    line-height: 48px;
    color: #FFF; 
    display: block
}

.distribution_wrapper_title_en {
    margin-top: 10px;
    margin-bottom: 30px;
    text-align: left;
    font-family: Microsoft YaHei; 
    text-shadow: 0px 0px 7px #000;
    line-height: 24px;
    font-size: 20px; 
    color: #efefef; 
    display: block
}

.distribution_wrapper_title_cn1 {
    margin-top: 10px;
    text-align: left;
    font-family: Microsoft YaHei; 
    text-shadow: 0px 0px 7px #000;
    font-size: 16px;
    line-height: 20px;
    color: #efefef; 
    display: block
}

.distribution-section {
    padding-top: 55px;
    padding-bottom: 100px;
    background: #FFF;
}

.distribution_title {
    margin-bottom: 15px; 
    font-size: 20px; 
    color: #005bac; 
    font-family: Microsoft YaHei; 
    font-weight: 400; 
    line-height: 30px
}

.distribution_content {
    color: #666464; 
    font-family: Microsoft YaHei; 
    font-weight: 400; 
    text-align: center;
    display: block;
}

.distribution_foot_wrapper {
    background-image: url('/Content/images/distribution3.jpg');
    position: relative;
    height: 200px;
    display: block;
    margin-bottom: -40px;
}

.distribution_foot_wrapper_title {
    margin-top: 4.5%;
    width: 100%;
    height: 56px; 
    display: inline-block;
}

.distribution_foot_wrapper_title_cn {
    font-family: Microsoft YaHei; 
    font-size: 20px;
    line-height: 26px;
    color: #FFF; 
    display: block
}

.distribution_foot_wrapper_title_cn1 {
    margin-top: 15px;
    text-align: center;
    font-family: Microsoft YaHei; 
    font-size: 16px; 
    line-height: 18px;
    color: #FFF; 
    display: block
}

.distribution_foot_wrapper_title_tel {
    margin-top: 10px;
    text-align: center;
    font-family: Microsoft YaHei; 
    font-size: 16px; 
    line-height: 20px;
    color: #FFF; 
    display: block
}

/*--------------------------------------
    contact
----------------------------------------*/
.contact_wrapper {
    background-image: url('/Content/images/contact.png');
    position: relative;
    height: 583px;
    display: block;
    margin-top: 5px;
}

.contact_wrapper_title {
    margin-top: 8%;
    margin-left: 18%;
    height: 56px; 
    display: inline-block;
}

.contact_wrapper_title_cn {
    font-family: Microsoft YaHei; 
    font-size: 36px; 
    color: #FFF; 
    text-align: left;
    display: block
}

.contact_wrapper_title_en {
    margin-top: -4px;
    margin-bottom: 10px;
    text-align: left;
    font-family: ArialMT; 
    font-size: 20px; 
    color: #dcdddd; 
    display: block
}

.contact_wrapper_title_tip {
    font-family: Microsoft YaHei; 
    font-size: 16px;
    line-height: 24px;
    color: #FFF; 
    text-align: left;
    display: block
}

.contact_tip_wrapper {
    margin-top: 92px;
    margin-bottom: 50px;
}

.contact_title {
    font-family: Microsoft YaHei;
    font-size: 16px;
    color: #005bac;
    display: block;
}

.contact_line {
    border-bottom: 2px solid #005bac;
    width: 55px;
    display: block;
}

.contact_content {
    font-family: Microsoft YaHei;
    color: #666464;
    display: block;
}

.contact-item {
    height: 270px;
}

.contact-wrapper-section {
    padding-top: 40px;
    padding-bottom: 90px;
    background: #FFF;
}

.contact-address-section {
    margin-bottom: -35px;
    background: #FFF;
}

.contact_address {
    margin-top: 15.8%;
    margin-left: 51.7%;
    padding-left: 20px;
    padding-right: 20px;
    width: 286px;
    height: 73px;
    background: #FFF;
}

.contact_address_title {
    display: block; 
    font-size: 14px;
    color: #005bac;
}

.contact_address_content {
    display: block; 
    font-size: 12px;
    color: #666464;
}

/*--------------------------------------
    join
----------------------------------------*/
.join_wrapper {
    background-image: url('/Content/images/join_head.png');
    background-repeat:no-repeat;
	background-size:100% 100%;
	-moz-background-size:100% 100%;
    position: relative;
    height: 573px;
    display: block;
    margin-top: 5px;
}

.join_wrapper_title {
    margin-top: 11%;
    width: 100%;
    height: 56px; 
    display: inline-block;
}

.join_wrapper_title_cn {
    font-family: Microsoft YaHei; 
    font-size: 36px; 
    color: #FFF; 
    display: block
}

.join_wrapper_title_middleLine {
    margin:0 auto;
}

.join_wrapper_title_line {
    margin-top: 0px;
    margin-bottom: 15px;
    border-bottom: 2px solid #FFF;
    width: 55px;
    display: block
}

.join_wrapper_title_en {
    margin-top: -10px;
    text-align: center;
    font-family: Microsoft YaHei; 
    font-size: 16px; 
    color: #FFF; 
    display: block
}

.join-section {
    padding-top: 55px;
    padding-bottom: 30px;
    background: #FFF;
}

.join_title {
    margin-bottom: 15px; 
    font-size: 20px; 
    color: #005bac; 
    font-family: Microsoft YaHei; 
    font-weight: 600;
    line-height: 30px;
}

.join_left_line {
    display: inline-block; 
    border-bottom: 2px solid #9fa0a0; 
    width: 120px;
    margin-bottom: 5px;
}

.join_right_line {
    display: inline-block; 
    border-bottom: 2px solid #9fa0a0; 
    width: 120px;
    margin-bottom: 5px;
}

.join_title_en {
    font-size: 16px; 
    color: #666464; 
    font-family: Microsoft YaHei; 
    font-weight: 400;
    display: inline;
}

.join_content_idea {
    margin-bottom: 130px; 
    color: #666464; 
    font-family: Microsoft YaHei; 
    font-weight: 400;
    text-align: left;
}

.join_content_scientific {
    margin-bottom: 90px; 
    color: #666464; 
    font-family: Microsoft YaHei; 
    font-weight: 400;
    text-align: left;
}

.join-office-section {
    padding-top: 55px;
    background: #FFF;
}

.join_office {
    display: block;
    margin-top: 16.8%;  
    margin-left: 8%; 
    width: 63.8%;
}

.join_office_title {
    display: block; 
    font-size: 20px; 
    font-weight: 600; 
    color: #FFF;
    font-family: Microsoft YaHei;
}

.join_office_title_en {
    display: block; 
    font-size: 16px; 
    font-weight: 400; 
    color: #FFF; 
    font-family: ArialMT; 
    margin-top: -10px;
}

.join_office_line {
    margin-top: 7.5%;
    margin-bottom: 10px;
    border-bottom: 4px solid #FFF;
    width: 60px;
    display: block
}

.join_office_content {
    display: block; 
    font-weight: 400; 
    color: #FFF;
    font-family: Microsoft YaHei;
}

.join-scientific-section {
    padding-top: 110px;
    background: #f5f5f5;
    padding-bottom: 145px;
}

.join-promotion-section {
    padding-top: 75px;
    background: #FFF;
    padding-bottom: 73px;
}

.join_title_promotion {
    color: #005bac; 
    font-family: Microsoft YaHei; 
    font-weight: 400;
}

.join_content_promotion {
    margin-bottom: 60px; 
    color: #666464; 
    font-family: Microsoft YaHei; 
    font-weight: 400;
    text-align: left;
}

.join-employee-section {
    padding-top: 79px;
    background: #f5f5f5;
    padding-bottom: 87px;
}

.join_content_employee {
    margin-bottom: 60px; 
    color: #666464; 
    font-family: Microsoft YaHei; 
    font-weight: 400;
    text-align: left;
}

.join_title_employee {
    color: #005bac; 
    font-family: Microsoft YaHei; 
    font-weight: 600;
    display: block;
    margin-bottom: 22px;
}

.join_value_employee {
    font-size: 12px; 
    color: #7b7b7b; 
    font-family: Microsoft YaHei; 
    font-weight: 400;
    display: block;
}

.join-charitable-section {
    padding-top: 66px;
    background: #FFF;
    padding-bottom: 70px;
}

.join_content_charitable {
    margin-bottom: 60px; 
    color: #666464; 
    font-family: Microsoft YaHei; 
    font-weight: 400;
    text-align: left;
}

.join_foot_wrapper {
    background-image: url('/Content/images/join_foot.png');
    position: relative;
    height: 353px;
    display: block;
    margin-bottom: -40px;
}

.join_foot_wrapper_title {
    margin-top: 7.5%;
    width: 100%;
    height: 56px; 
    display: inline-block;
}

.join_foot_wrapper_title_cn {
    font-family: Microsoft YaHei; 
    font-size: 20px; 
    color: #FFF; 
    display: block
}

.join_foot_wrapper_title_middleLine {
    margin:0 auto;
}

.join_foot_wrapper_title_line1 {
    margin-top: 10px;
    margin-bottom: 6px;
    border-bottom: 3px solid #FFF;
    width: 113px;
    display: block
}

.join_foot_wrapper_title_line2 {
    margin-top: 0px;
    margin-bottom: 10px;
    border-bottom: 3px solid #FFF;
    width: 80px;
    display: block
}

.join_foot_wrapper_title_en {
    text-align: center;
    font-family: Microsoft YaHei; 
    font-size: 16px; 
    color: #FFF; 
    display: inline
}

/*----------------------------------------------------
  reasearchID
------------------------------------------------------*/

.reasearch_left_box {
    width: 100%;
    border: 1px solid #dcdddd;
}

.reasearch_left_item {
    display: block; 
    width: 100%; 
    height: 60px; 
    background: #FFF;
}

.reasearch_left_item_active {
    display: block; 
    width: 100%; 
    height: 60px; 
    background: #005bac;
    cursor: pointer;
}


.reasearch_left_item:hover {
    background: #005bac;
    cursor: pointer;
}

.reasearch_left_btn {
    display: inline-table; 
    height: 100%;
    width: 100%;
}

.reasearch_left_btntxt {
    display: table-cell; 
    vertical-align: middle;
    text-align: center;
    color: #666464;
    font-family: Microsoft YaHei;
    font-weight: 400;
}

.reasearch_left_btntxt_active {
    display: table-cell; 
    vertical-align: middle;
    text-align: center;
    color: #FFF;
    font-family: Microsoft YaHei;
    font-weight: 400;
}

.reasearch_left_item:hover .reasearch_left_btntxt {
    color: #FFF;
}

.reasearch_welcome {
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 24px;
    color: #666464;
    display: block;
}

.reasearch_item {
    margin-top: 6px; 
    padding-left: 0px; 
    padding-right: 0px; 
    border-top: 1px solid #dcdddd;
}

.reasearch_item_title {
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666464;
    display: block;
    margin-top: 2px;
}

.reasearch_item_content {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 12px;
    color: #898989;
    display: block;
    margin-top: 4px;
}

/*----------------------------------------------------
  4. Product Section
------------------------------------------------------*/

.productSearch-section {
    padding-top: 10px;
    padding-bottom: 0px;
    background: #FFF;
}  

.product-section {
  padding-top: 35px;
  padding-bottom: 10px;
  background: #FFF;
}

.product-section .product-header::before {
  top: 55%;
}

.product-item {
  background: #FFF;
  padding: 20px 0px 0px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  margin-bottom: 30px;
  position: relative;
  text-align: left;
  position: relative;
  border: 1px solid #dcdddd;
}

.product-section .product-item:hover {
  -webkit-box-shadow: 0px 21px 65px 20px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 21px 65px 20px rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0px 21px 65px 20px rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0px 21px 65px 20px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.12);
  background: #FFF;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.product-section .icon-serv {
    color: #038FD6;
}

.pro-left {
    display: block;
    margin-bottom: -5px;
    font-size: 22px;
    letter-spacing: 0px;
    margin-top: 29px;
    text-transform: capitalize;
    color: #2c2c2c;
    font-weight: 600;
}

.pro-title {
    display: block;
    line-height: 20px;
    letter-spacing: 0px;
    margin-top: 5px;
    margin-bottom: 0;
    text-transform: capitalize;
    text-align: center;
    color: #005bac;
    height: 40px;
    font-weight: 400;
}

.pro-center {
    display: block;
    font-size: 12px;
    letter-spacing: 0px;
    margin-top: 0;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    text-transform: capitalize;
    text-align: center;
    height: 45px;
    color: #666464;
    border-bottom:1px solid #dcdddd;
}

.pro-button {
    border: 0;
    height: 32px;
    width: 50px;
    background: #187fc4; 
    font-size: 13px; 
    color: #727171;
    margin-top: 0;
    padding-top: 0;
}

.pro-link {
    height: 40px; 
    background: #187fc4;
}

.pro-bottom {
    width: 100%; 
    height: 40px; 
}

.pro-bottom .btnName {
    display: inline-block; 
    margin-top: 7px; 
    font-size: 13px;
}

.product-section .icon-serv::before {
  text-align: left;
  font-size: 50px;
  display: block;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.pro-info {
  height: 45px;
  text-align: center;
}

.pro-info .toolbtns > a:hover .pro-learn {
  color: #FFF;
}

.product-section .row .product-item:hover .pro-info .toolbtns > a {
  color: #187fc4;
}

.product-section .row .product-item:hover .pro-info .toolbtns > a:hover {
    color: #FFF;
}

.product-section .row .product-item:hover .pro-learn {
  opacity: 1;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.pro-learn {
  color: #187fc4;
  cursor: pointer;
  opacity: 0;
  margin-right: 5px;
}


  
  /*----------------------------------------------------
   Quote section
------------------------------------------------------*/
  
.video_section {
  padding: 105px 0px 135px;
  background: url("../images/video_bg.jpg") no-repeat top center;
  background-position: 50% 0%;
}

.animated_play_btn {
    background-color: #F26522;
}
.animated_play_btn {
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    background-color: #038FD6;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    opacity: 1;
    margin: 40px;
    color: #fff;
    font-size: 16px;
    margin: auto;
}
.animated_play_btn::before {
    background-color: #F26522;
}
.animated_play_btn::before {
    content: ' ';
    display: block;
    position: absolute;
    border-radius: 100%;
    background-color: #038FD6;
    z-index: -1;
    opacity: .6;
    width: 110px;
    height: 110px;
}
.animated_play_btn i {
    font-size: 30px;
    color: #fff;
}
.animated_play_btn::after {
    background-color: #F26522;
}
.animated_play_btn::after {
    content: ' ';
    display: block;
    position: absolute;
    border-radius: 100%;
    background-color: #038FD6;
    z-index: -1;
    animation: video-play-button-animate 1.2s ease-in infinite forwards;
}
  @keyframes video-play-button-animate {
  0% {
    width: 70px;
    height: 70px;
    opacity: .8; }
  100% {
    width: 160px;
    height: 160px;
    opacity: 0; } 
  }


.video_wrp h4 {
  font-size: 24px;
  color: #fff;
  text-align: center;
  font-weight: normal;
  margin-bottom: 60px;
  text-transform: capitalize;
  margin-top: 0px;
}

.video_wrp h3 {
  font-size: 42px;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 35px;
  line-height: 30px;
  margin-top: 20px;
  text-align: center;

}


  /*----------------------------------------------------
    6. Pricing Section
------------------------------------------------------*/
  
.pricing-section {
  padding-bottom: 120px;
  background: #FBFBFB;
  padding-top: 82px;
}

.pricing-box {
  position: relative;
  text-align: center;
  transition: all 0.4s ease-out 0s;
  transform: translateX(0px) translateY(-3px) translateZ(0px) rotate(0deg) scale(1);
  padding: 0px 30px 30px;
  background: #fffcfccc;
  transition: all 0.4s ease-out 0s;
  border: 1px solid #ece9e9;
}

.pricing-box::after {
  content: "";
  position: absolute;
  max-width: 100%;
  width: 100%;
  display: block;
  height: 330px;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0px;
  background: url("../images/pricing_bg.png") no-repeat top center;
}

.pricing-box ul {
  margin: 0;
  margin-bottom: 0px;
  padding: 0;
  border: 1px solid #ece9e9;
  padding: 20px 0px;
  margin-bottom: 20px;
}

.pricing-box ul li {
  list-style: none;
  margin: 5px 0px;
}

.price_active {
  box-shadow: 1px 1px 2px 3px #ece1e1cc;
}

.pricing-box:hover {
  box-shadow: 2px 3px 17px 1px #0e4ed11a;
  transition: all 0.4s ease-out 0s;
}

.pricing-box h3 {
  font-size: 22px;
  margin: 0;
  position: relative;
  text-transform: capitalize;
  padding: 20px 0px 12px;
}

.pricing-box h2 {
  font-size: 50px;
  margin: 35px 0 10px;
  color: #038FD6;
  font-weight: 600;
  line-height: 40px;
}

.pricing-box h2 span {
  font-size: 28px;
  position: relative;
  top: -7px;
  padding-right: 3px;
}

.pricing-box h2 sub {
  font-size: 15px;
  top: -3px;
  color: #505050;
  font-weight: normal;
  font-family: 'Open Sans', sans-serif;
}

.pricing-box h5 {
  color: #626262;
  border-bottom: 1px solid #E0DDDD;
  padding-bottom: 20px;
  margin-top: 15px;
  font-weight: 400;
}

.pricing-box p {
  font-size: 13px;
  letter-spacing: 1px;
  margin-bottom: 24px;
  text-transform: capitalize;
  color: #636363;
}

.pricing-box .price_cross {
  text-decoration: line-through;
}

.pricing-section .more-link {
  background: transparent;
  color: #038FD6;
  margin-top: 10px;
  border: 1px solid #038FD6;
}

.pricing-box a:hover {
  color: #fff;
  border: 1px solid #a5aaf2;
}

.pricing-box h3:before,
  .pricing-box:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
}

  /*----------------------------------------------------
    Count Section 
------------------------------------------------------*/
  
.counter-section {
  position: relative;
  padding-top: 100px;
  padding-bottom: 80px;
}

.counter-section:before {
  content: "";
  position: absolute;
  max-width: 100%;
  width: 100%;
  display: block;
  height: 346px;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0px;
  background: url("../images/counter.png") no-repeat top center;
}

.counter-section .container {
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.counter-section .row {
  background: #fff;
  padding-top: 50px;
  padding-bottom: 30px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  margin-top: -130px;
}

.counter-content i {
  font-size: 55px;
  color: #038FD6;
}

.counter-content h2 {
  font-size: 52px;
  color: #061538;
  font-weight: 500;
  margin-bottom: -3px;
  letter-spacing: 6px;
  margin-top: 34px;
  font-weight: 700;
}

.counter-content p {
  color: #515050;
  text-transform: uppercase;
  letter-spacing: 0px;
  font-weight: bold;
}
  /*----------------------------------------------------
  7. Gallery Section
------------------------------------------------------*/
.work-section {
  padding-top: 84px;
  padding-bottom: 90px;
  background: #fff;
}

.section_btn {
  width: 22%;
  overflow: hidden;
  float: right;
}

.section_btn {
  text-align: right;
  margin-top: 41px;
}
/* Work items ------------------*/
 
 

.single-project-item {
  background-image: url(../images/work-1.jpg);
}

.project-bg-2 {
  background-image: url(../images/work-2.jpg);
}

.project-bg-3 {
  background-image: url(../images/work-3.jpg);
}

.project-bg-4 {
  background-image: url(../images/work-4.jpg);
}

.project-bg-5 {
  background-image: url(../images/work-5.jpg);
}

.project-bg-6 {
  background-image: url(../images/work-6.jpg);
}

.project-bg-7 {
  background-image: url(../images/work-7.jpg);
}

.project-bg-8 {
  background-image: url(../images/work-8.jpg);
}

.single-project-item {
  background-color: #ddd;
  background-position: center center;
  background-size: cover;
  height: 300px;
  margin-bottom: 30px;
}

.projects-titles {
  list-style: outside none none;
  padding: 15px 0 15px;
  text-align: center;
  margin-bottom: 50px;
  margin-top: -12px;
  width: 100%;
  background: #038FD6;
}

.projects-titles li {
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 8px;
  transition: all 0.3s ease 0s;
  margin-left: 8px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  padding: 0px 6px;
}

.projects-titles li::after {
  width: 100%;
  height: 2px;
  background: #fff;
  content: "";
  bottom: -15px;
  position: absolute;
  left: 0%;
  opacity: 0;
  transition: all 0.3s ease 0s;
}

.projects-titles li:hover::after {
  bottom: -5px;
  opacity: 1;
  transition: all 0.3s ease 0s;
}

.project-hover span, .project-hover a {
  color: #fff;
}

.projects-titles li.active {
  color: #FFF;
}

.project-hover h6 {
  color: #fff;
  font-size: 22px;
  text-transform: capitalize;
  letter-spacing: 0px;
  margin-top: 24px;
  margin-bottom: 2px;
  position: relative;
}

.project-hover span {
  display: block;
  font-size: 15px;
  font-weight: normal;
  padding-top: 0px;
  text-transform: capitalize;
  position: relative;
}

.project-link i {
  position: relative;
  font-size: 15px;
  background: #fff;
  color: #333;
  border-radius: 50%;
  padding: 8px 10px;
}

.project-hover {
  position: relative;
  height: 100%;
}

.project-hover::before {
  background: #292626;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.4s ease 0s;
}

.single-project-item:hover .project-hover:before {
  opacity: .7;
  transition: all 0.4s ease 0s;
}

.single-project-item:hover .project_cnt {
  opacity: 1;
  transition: all 0.4s ease 0s;
  padding-top: 104px;
}

.project_cnt {
  text-align: center;
  padding-top: 114px;
  opacity: 0;
  transition: all 0.4s ease 0s;
}
  /*----------------------------------------------------
    Team Section
------------------------------------------------------*/
  
.team-section {
  padding-bottom: 120px;
  background: #FBFBFB;
  padding-top: 82px;
}

.team-medical {
  background: #f9f6f6;
}
  /* Team Member
--------------*/
  
.member .img {
  width: 100%;
  position: relative;
}

.member .img img {
  width: 100%;
  height: auto;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.member .info {
  text-align: center;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  padding: 0px 20px 20px;
  background: #FFF;
}

.member .info:hover {
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.member .info p {
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 400;
  color: #1b1a1a;
  padding-bottom: 5px;
}

.member .info h6 small {
  display: block;
  color: #373737;
  margin-top: 10px;
}

.member .info h6 {
  border: none;
  color: #0b0a0a;
  letter-spacing: 2px;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: -6px;
  margin-top: 30px;
}

.social li {
  -webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
  font-size: 17px;
  display: inline-block;
}

.member .social i {
  color: #fff !important;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  font-size: 18px;
  padding: 0px 5px;
}

.member .social i:hover {
  color: #333;
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}

.member .social {
  z-index: 999;
  margin-top: -1px; 
  text-align: center;
}

.member .img:hover .social {
  opacity: 1;
}

.member .img img {
  width: 100%;
  height: auto;
}

.member:hover .team_img img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.member .team_img {
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  overflow: hidden;
}

.member .team_img:before {
  position: absolute;
  content: '';
  width: 100%;
  left: 0;
  z-index: 5;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  height: 100%;
  background: rgba(51, 51, 51, 0.86);
  opacity: 0;
}

/*.member .img:hover .team_img:before {
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}*/

.team_info_overlay {
  position: absolute;
  top: 50%;
  width: 100%;
  display: block;
  text-align: center;
  opacity: 0;
  z-index: 99;
  margin-top: -94px;
}

.member .img:hover .team_info_overlay {
  opacity: 1;
}

.member .team_info_overlay i {
  color: #fff;
}

.team-section #team:hover .owl-next,
  .blog-section .owl-next:hover i {
  opacity: 1;
  right: 10px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.team-section #team:hover .owl-prev,
  .blog-section .owl-prev:hover i {
  opacity: 1;
  left: 10px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.team-section .owl-nav i,
  .blog-section .owl-nav i {
  padding-right: 10px;
  padding-left: 10px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.team-section .owl-nav .owl-prev ,
  .blog-section .owl-nav .owl-next {
  margin-top: -18px;
}

.team_info_overlay p {
  color: #dbdbdb;
  margin-bottom: 10px;
}

.team_info_overlay h6 {
  color: #fff;
  font-size: 22px;
  margin-bottom:-14px;
  letter-spacing: 0px;
  font-weight: 600;
}
  /*----------------------------------------------------
  9. Testimonial Section
------------------------------------------------------*/
  
.testimonials-section {
  padding-bottom: 120px;
  padding-top: 82px;
  background: #fff url("../images/testimonial.png") no-repeat center center;
}

.testimonials-section .base-header {
  padding-bottom: 18px;
}

.testimonials-section .base-header,
.work-section .base-header {
  margin: initial;
  text-align: left;
  width: 49%;
  display: inline-block;
}

.testimonials-section .base-header h3::after,
.work-section .base-header h3::after {
  right: 100%;
  margin-right: -46px;
}

.testimonials-section .base-header h3::before,
.work-section .base-header h3::before {
  left: 0%;
  margin-left: 0px;
}

.testimonials-section .owl-prev, 
.testimonials-section .owl-next {
  top: 0%;
  margin-top: -109px;
  opacity: 1;
}

.testimonials-section .owl-prev {
  right: 55px;
  left: initial !important;
}

.testimonial-box h4 {
  font-weight: normal;
  font-style: italic;
  font-size: 30px;
  letter-spacing: 1px;
  margin-bottom: 22px;
}

.testimonial-box h5 {
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
}

.testimonial-box .tes-img {
  float: left;
  display: inline-block;
  width: 70px;
  height: 70px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 15px;
}

.testimonials-section .testimonial-box .cus-title p {
  color: #2c2c2c;
  margin-bottom: 0px;
}

.testimonials-section .testimonial-box .cus-title p span {
  color: #038FD6;
  margin-top: -5px;
  font-weight: 400 !important;
  font-family: 'Open Sans', sans-serif;
}

.cus-title p {
  float: left;
  font-weight: 600;
  margin-top: 7px;
  font-size: 20px;
  font-family: 'Hind', sans-serif;
}

.cus-title p span {
  display: block;
  font-weight: normal;
  font-size: 14px;
}

.cus-title {
  overflow: hidden;
}

.testimonial-box {
  padding: 25px 35px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 15px rgba(225, 215, 215, 0.2);
  position: relative;
}

.testimonial-box::after {
  content: '\e88b';
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 45px;
  margin-top: 25px;
  font-size: 40px;
  font-family: "custom-icons";
  color: #ddd;
  font-weight: bold;
}

 

  /*================================================
    10. Blog Section
==================================================*/
  
.blog-section {
  background: #fff;
  padding-bottom: 120px;
  padding-top: 82px;
}

.blog_info_right {
    float: left;
    padding: 38px 30px 32px 30px;
    background: #FBFBFB;
}
.blog_box_ovrlay {
  display: block;
  position: relative;
}
.blog_info_right p {
    margin-bottom: 26px;
}
.blog_info_right h3 {
  font-size: 20px;
  letter-spacing: 0px;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: -6px;
  line-height: 27px;
}

.blog_box {
  background: #fff;
  overflow: hidden;
}

.blog_post_date {
    line-height: 15px;
    margin-bottom: 21px;
    margin-top: 20px;
}
.blog_post_date span {
  margin-right: 13px;
  color: #515050;
}
 
.blog_post_date span a {
  color: #515050;
}

.blog_box_ovrlay img {
  height: 100%;
  position: relative;
  width: 100%;
}

.blog_read {
  margin-top: 10px;
  display: block;
}
 
.blog_read i {
  font-size: 15px;
  position: relative;
  left: -7px;
  font-weight: bold;
  color: #038FD6;
  opacity: 0;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  top: 1px;
}

.blog_read:hover i {
  opacity: 1;
  left: 5px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.blog_read:hover a {
  color: #038FD6;
}

.blog_read a {
    color: #666464;
    text-transform: capitalize;
}

 

.blog_box_ovrlay:before {
  position: absolute;
  content: "";
  background: #171718;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s;
  -moz-transition: -moz-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s;
  z-index: 1;
}

.blog_box_ovrlay::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 29px;
  height: 29px;
  margin-top: -14.5px;
  margin-left: -14.5px;
  background: transparent url("../images/hover_icon.png") no-repeat center center;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s;
  -moz-transition: -moz-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s;
  z-index: 2;
}

.blog_box:hover .blog_box_ovrlay::before {
  opacity: 0.7;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.blog_box:hover .blog_box_ovrlay::after {
  opacity: 0.7;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

 
  /*----------------------------------------------------
    11. Client Section
------------------------------------------------------*/
  
.client-section {
  padding-top: 70px;
  padding-bottom: 70px;
  border-top: 1px solid #f5f1f1;
}

.client-box {
  width: 80%;
  text-align: center;
  margin: auto;
}

.client-box,
  .client-box img,
  .client-box:hover,
  .client-box:hover img {
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
  -ms-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s;
}

.client-box:hover img {
  transform: scale(1.1);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
} 
  /*----------------------------------------------------
   12. Contact  Section
------------------------------------------------------*/
  
.contact-section {
  padding-top: 0px;
  padding-bottom: 0px;
}

.contect_warp {
  position: relative;
}

.contact-section .inner-contact {
  padding: 4px 40px 50px 40px;
  position: absolute;
  top: 85px;
  background: #fff;
  width: 32%;
  margin-left: 6%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.contact-form #contact-form .con-field {
  outline: inherit;
  border-width: medium medium 1px;
  border-style: none none solid;
  border-color: -moz-use-text-color -moz-use-text-color #038FD6;
  -moz-border-top-colors: none;
  -moz-border-right-colors: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  border-image: none;
  width: 100%;
  margin-bottom: 30px;
  padding: 5px 15px;
  line-height: 44px;
  border: 1px solid #ece6e6;
}

.contact-form #contact-form .con-field:focus {
  border-bottom: 1px solid #038FD6;
}

.contact-form #contact-form::-webkit-input-placeholder {
  color: #9B9BA3;
  font-size: 14px;
  text-align: left;
}

.contact-form #contact-form:-moz-placeholder {
  color: #9B9BA3;
  font-size: 14px;
  text-align: left;
}

.contact-form #contact-form::-moz-placeholder {
  color: #9B9BA3;
  font-size: 14px;
  text-align: left;
}

.contact-form #contact-form:-ms-input-placeholder {
  color: #9B9BA3;
  font-size: 14px;
  text-align: left;
}

.contact-page textarea {
  line-height: 23px !important;
}

.contact-form #contact-form #submit-contact {
  padding: 0;
  padding-right: 30px;
  padding-left: 30px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  letter-spacing: 0px;
  text-transform: capitalize;
  display: inline-block;
  overflow: hidden;
  outline: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  color: white;
  position: relative;
  margin: 0px 0px 0px 0px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  background: #038FD6;
  border-radius: 50px;
  font-weight: 600;
}

.contact-form #contact-form #submit-contact:hover {
  background-color: #222;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.contact-form #contact-form #msg {
  color: #f54337;
}
  /*----------------------------------------------------
   13. Footer Section
------------------------------------------------------*/
  
.footer-section {
  float: left;
  width: 100%;
  padding: 50px 0 0 0;
  color: #515050;
  background: #191919;
  background: url("../images/footer.jpg") no-repeat top center;
}

.footer-section .widget {
  padding-bottom: 0px;
  margin-bottom: 17px;
}

.footer-section .widget h5 {
  color: #061538;
  text-transform: uppercase;
  letter-spacing: 0px;
  margin-bottom: 32px;
}

.footer-section .widget h3 {
  color: #fff;
  font-weight: 900;
  letter-spacing: 3px;
  margin-bottom: 25px;
}

.footer-section .widget p {
  color: #515050;
  margin-top: -12px;
  float: left;
}

.footer-section .widget img {
  margin-top: 34px;
}

.footer_soc {
  margin-top: -2px;
  margin-bottom: 15px;
}

.footer_socil .list-icons {
  padding-left: 0;
  list-style: none;
}

.footer_socil .list-icons li {
  float: left;
  margin-bottom: 30px;
  margin-right: 6px;
}

.footer_socil .list-icons li a {
  color: #3f3f3f;
  font-size: 18px;
  padding-right: 7px;
}

.footer_socil .list-icons li a:hover {
  color: #038FD6;
  text-decoration: underline;
}

.quick_lnk ul li {
  list-style: none;
  font-size: 12px
}

.quick_lnk ul li::after {
  content: "";
  left: 0;
  margin-left: 16px;
  width: 12px;
  height: 1px;
  background: #515050;
  margin-top: 12px;
}

.quick_lnk ul li a {
  color: #515050;
}

footer .quick_lnk li a:hover {
  color: #038FD6;
  text-decoration: underline;
}

.recent-post, .quick_lnk ul {
  margin: 0;
  padding: 0;
}

.recent-post li {
  list-style: none;
  margin: 0 0 -11px 0;
  position: relative;
  border-color: #454545;
  padding: 0 0 0px 50px;
  margin-bottom: 20px;
}

.recent-post li:last-child {
  border-bottom: transparent;
}

footer .recent-post li a {
  color: #515050;
  font-size: 15px;
}

footer .recent-post li a:hover {
  color: #038FD6;
  text-decoration: underline;
}

footer .recent-post-date {
  position: absolute;
  width: 35px;
  height: auto;
  border: 1px solid #515050;
  text-align: center;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 11px;
  padding: 8px;
  border-radius: 2px;
  left: 0;
  top: 5px;
  color: #515050;
}
footer .recent-post-date strong{
  font-weight: normal;
}

.footer-social-links ul {
  margin-left: -39px;
}

.footer-social-links ul li {
  display: inline-block;
  position: relative;
  margin: 10px 5px 0;
  line-height: 1em;
  vertical-align: top;
}

.footer-social-links ul li a {
  display: inline-block;
  text-align: center;
  width: 46px;
  height: 46px;
  line-height: 46px;
  font-size: 21px;
  border: 1px solid #bababa;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  color: #bababa;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.tags a {
  color: #515050;
  display: inline-block;
  margin: 2px 0px;
  padding: 2px 10px;
  border: 1px solid #515050;
}

.tags a:hover {
  background-color: #038FD6;
  color: #fff;
  display: inline-block;
  border: 1px solid #038FD6;
}

.subfooter {
  float: left;
  width: 100%;
  text-align: center;
  border-top: 1px solid #f6ebeb;
  padding: 16px;
  color: #bababa;
  margin-top: 50px;
}

.subfooter p {
  color: #515050;
  float: left;
  font-size: 15px;
}

.subfooter p a {
  color: #474747;
}

.scrollup {
  display: inline-block;
  line-height: 55px;
  color: #038FD6;
  float: right;
  text-transform: uppercase;
}

.scrollup span {
  font-size: 15px;
  background: #038FD6;
  padding: 11px 14px;
  color: #fff;
}

.scrollup span:hover {
  background: #333;
}

.scrollup:hover,
  .scrollup:active,
  .scrollup:focus {
  color: rgba(255, 255, 255, 0.90);
}
  /*----------------------------------------------------
    Single Page
------------------------------------------------------*/
  /* Single Page Header
================================= */
  
header {
  position: relative;
  text-align: center;
  color: #fff;
  background-color: rgba(32, 32, 32, 0.74);
  height: 700px;
}

header .container {
  padding-top: 142px;
  position: relative;
  z-index: 10;
  text-align: center;
}

header.blog-banner {
  background: transparent url("../images/header.jpg");
  color: #FFF;
  box-sizing: border-box;
  height: 400px;
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
}

header {
  position: relative;
  text-align: center;
  color: #fff;
  background-color: rgba(198, 227, 221, 0.39);
  height: 700px;
}

.blog-header {
  padding-left: 0px;
  text-align: left;
}

.blog-header h4 {
  color: #535353;
  text-transform: capitalize;
  font-size: 16px;
  letter-spacing: 1px;
  display: block;
  margin-bottom: -25px;
  font-weight: 600;
}

.blog-header h4 a {
  color: #333;
}

.blog-header h3 {
  color: #038FD6;
  text-transform: capitalize;
  font-size: 45px;
  letter-spacing: 0px;
  padding-bottom: 8px;
  font-weight: 700;
}

.blog-header h4 a:hover {
  color: #038FD6;
}
  /* =================================
    Contact page 
================================= */
  
.contact-page {
  padding-bottom: 110px;
}

.contact_pg_address {
  padding: 40px 40px 36px;
  border: 1px solid #ece6e6;
}

.contact_pg_address h3 {
  margin-bottom: 27px;
  font-size: 32px;
  letter-spacing: 0px;
  line-height: 38px;
  margin-top: -2px;
}

.single_con_add p {
  margin: 0;
  color: #515050;
  margin-top: 0px;
}

.single_con_add p:nth-child(2) {
  margin-top: -10px;
  font-weight: bold;
}

.contact_pg_address .single_con_add {
  overflow: hidden;
  margin-bottom: 0px;
  margin-top: 15px;
  padding: 10px 0px;
}

.contact_pg_address .single_con_add a {
  display: block;
  float: left;
  color: #515050;
}

.contact_pg_address .single_con_add a i {
  font-size: 20px;
  margin-top: 1px;
  color: #515050;
  border: 1px solid #515050;
  border-radius: 50%;
  padding: 10px 12px;
  margin-right: 15px;
}

.contact_pg_address .single_con_add span {
  display: block;
  padding-left: 45px;
}

.contact_pg_address .contact_pg_icon {
  margin-top: 18px;
}

.contact_pg_icon a {
  border-radius: 50px;
  display: inline-block;
  margin-top: 25px;
  text-align: center;
  width: 25px;
  color: #515050;
  font-size: 20px;
  margin: 0px 3px;
}

.contact-page .map-container {
  margin-top: 100px;
}

.contact-page .map-container iframe {
  width: 100%;
}

  /* =================================
    Service page 
================================= */
  
.single_service {
  padding: 120px 0px;
}

.single_service_left p {
  margin-bottom: 20px;
}

.service_detail_bottom .service_botom_text {
  padding-right: 15px;
}

.single_service_left img {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.single_service_left img:hover {
  -webkit-transform: scale3d(1.01, 1.01, 1);
  transform: scale3d(1.01, 1.01, 1);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.single_service_left {
  overflow: hidden;
}

.service_detail_bottom h4 {
  margin-top: 50px;
  margin-bottom: 20px;
}

.service_detail_bottom .service_botom_text1 {
  padding-left: 15px;
}

.single_service_right {
  padding-left: 0px;
}

.single_service .service_botom_text, .single_service .service_botom_text1 {
  margin-top: 12px;
}
.single_service .service_botom_text1 {
    margin-top: 20px;
}
.single_service_left_botom h4 {
  margin-bottom: -5px !important;
}

.single_service h4 {
  text-transform: capitalize;
  letter-spacing: 0px;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 15px;
  margin-top: 0px;
}

.single_service_left h4 {
  margin-bottom: 20px;
  margin-top: 35px;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0px;
}

.single_service_cat h4 {
  margin-top: 0px;
}

.single_service_cat {
  background: #F6F6F6;
  padding: 30px 35px 15px;
  margin-bottom: 35px;
}

.single_service_cat ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.single_service_cat ul li {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 15px;
  text-align: left;
  padding: 0px 25px;
  border-radius: 50px;
}

.single_service_cat ul li:hover a {
  color: #038FD6;
}

.single_service_cat ul li:hover:after {
  color: #038FD6;
}

.single_service_cat ul li a {
  font-size: 15px;
  font-weight: 300;
  display: block;
  position: relative;
  z-index: 99;
  color: #515050;
}

.single_service_cat ul li::after {
  content: '\e8cc';
  font-family: "custom-icons";
  left: 0px;
  top: 2.5px;
  color: #696868;
  position: absolute;
  font-weight: bold;
  font-size: 12px;
}

.service_testi {
  background: #F6F6F6;
  padding: 31px 35px 17px;
  margin-bottom: 35px;
}

.service_testi .testimonial-box {
  padding: 0px;
  background: transparent;
}

.service_testi .testimonial-box::after {
  margin-right: 0px;
  margin-top: 0px;
}

.service_testi .testi_cont p {
  margin-top: 9px;
}

.download_brochur {
  background: #F6F6F6;
  padding: 30px 35px 25px;
  overflow: hidden;
}

.download_brochur ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.download_brochur .files li {
  position: relative;
  margin-bottom: 10px;
}

.download_brochur .files li a {
  position: relative;
  display: block;
  color: #515050;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  padding: 13px 26px;
  border-radius: 5px;
  border: 1px solid #038FD6;
  text-align: center;
  text-transform: uppercase;
}

.download_brochur .files li a:hover {
  background-color: #038FD6;
  border: 1px solid #038FD6;
  color: #fff;
}

.download_brochur .files li a:hover .fa {
  color: #fff;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.download_brochur .files li a .fa {
  position: relative;
  line-height: 24px;
  padding-right: 8px;
  color: #038FD6;
}

.download_brochur p {
  margin-bottom: 25px;
  margin-top: -5px;
}
  /* =================================
    14. Blog Page
================================= */
  
.blog_container {
  padding-bottom: 127px;
}

.blog-area {
  padding-top: 120px;
}

.blog_container .blog_box {
  margin-bottom: 40px;
}
.blog_container .col-lg-6:nth-child(5) .blog_box,
.blog_container .col-lg-6:nth-child(6) .blog_box{
  margin-bottom: -6px;
}
.blog-area .blog_date_athor {
  margin-bottom: 30px;
}
.blog_date_athor span:nth-child(2) {
    float: right;
}
.blog_container .blog_info_right h3 {
  font-size: 22px;
}
.blog_two .blog_info_right h3 {
    font-size: 28px;
    margin-bottom: 20px;
    line-height: 33px;
    margin-top: -5px;
}
  /* - Pagination */
  
.pagination {
  text-align: center;
}

.pagination >li > a {
    border: 0 !important;
}

.pagination >li > a.unable:hover {
    background: #FFF !important;
}

.pagination >li > a.unable:hover,
.pagination >li > a.unable:focus {
    background: #FFF !important;
    cursor: default !important;
}

.pagination .pager {
  text-align: center;
  width: 100%;
  margin: 0px 0px;
  position: relative;
  padding: 0;
}

.pager li {
  position: relative;
  padding: 0px 0px;
  display: inline;
}

.pager .pagi-big a {
  font-weight: 500;
  color: #fff;
  background: #038FD6;
}

.pager li a {
  border-radius: 0;
  letter-spacing: 0px;
  text-transform: uppercase;
  padding: 0;
  color: #fff;
  font-weight: 500;
  padding: 11px 13px;
  border: 1px solid #ddd;
  background: transparent;
  color: #333;
}

.pager-icon {
  font-size: 14px;
  left: 0px;
  position: relative;
  top: 6px;
  font-weight: 700;
  letter-spacing: 2px;
}

.pager-icon:hover {
  color: #000;
}

.pagination .pager li > a:focus,
  .pagination .pager li > a:hover {
  background-color: #038FD6;
  color: #fff;
}
  /* -- Widget Area */
  
.widget-area {
  text-align: center;
  padding-top: 120px;
}
  /* - Widget */
  
.widget {
  display: inline-block;
  margin-bottom: 45px;
  width: 100%;
}
  /* - Widget Search */
  
.widget {
  margin-bottom: 45px;
}

.widget-search {
  display: block;
  background: #FFF;
  border: 1px solid #F2F1F0;
}

.widget-search .input-group {
  padding-bottom: 6px;
  padding-top: 6px;
}

.widget-search .input-group input {
  background: transparent none repeat scroll 0% 0%;
  border: 0px none;
  border-radius: 0px;
  transition: none 0s ease 0s;
  box-shadow: none;
  font-size: 14px;
  font-weight: 400;
  color: #8F8F8F !important;
  height: auto;
}

.widget-search .input-group button {
  background: transparent;
  border: medium none;
  font-size: 14px;
  color: #038FD6;
  padding: 8px 12px;
}

.input-group-btn {
  left: 0px;
}
  /* - Widget Title */
  
.widget .widget-title {
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 600;
  text-align: left;
  letter-spacing: 0px;
  margin: 0px 0px 30px;
  position: relative;
  padding: 0px 0px 5px;
  color: #061538;
  border-bottom: 1px solid #F2F1F0;
}

  /* - Categories Type */
.widget.widget-post-categories {
  margin-bottom: 20px;
}

.categories-type li {
  padding: 4px 10px;
  letter-spacing: 0.5px;
  color: #e1e1e1;
  list-style: square;
}

.widget-post-categories .categories-type {
  text-align: left;
  display: inline-block;
  margin-top: -10px;
  width: 100%;
  margin-left: -53px;
}

.categories-type li a {
  color: #515050;
}

.categories-type li:hover a {
  color: #000;
}

.categories-type li span {
  float: right;
  clear: both;
}
  /* - Recent Post */
  
.wiget-recent-post {
  margin-bottom: 22px;
}

.recnt_pst_imge {
  width: 40%;
  float: left;
  margin-right: 15px;
}

.recnt_pst_imge img {
  height: 69px;
}

.recent-post-box {
  display: inline-block;
  padding-bottom: 20px;
  width: 100%;
  position: relative;
}

.recent-post-box:last-of-type {
  border-bottom: none;
  padding-bottom: 24px;
}

.recent-title {
  text-align: left;
  display: inline-block;
  width: 54%;
}

.recent-title > a {
  font-size: 18px;
  margin-bottom: 10px;
  display: inline-block;
  letter-spacing: 0px;
  color: #2c2c2c;
  font-family: 'Hind', sans-serif;
  line-height: 22px;
}

.recent-title > a:hover {
  text-decoration: underline;
}

.recent-title > p {
  font-size: 13px;
  color: #515050;
  margin-top: -8px;
  margin-bottom: 0px;
}

  /* - Widget Tags */
  
.widget-tags {
  text-align: left;
  width: 100%;
}

.widget-tags .widget-title {
  display: inline-block;
  width: 100%;
}

.widget-tags > a {
  color: #515050;
  text-decoration: none;
  border: 1px solid #ddd6d6;
  padding: 6px 13px;
  display: inline-block;
  margin-bottom: 5px;
  font-size: 13px;
}

.widget-tags > a:hover {
  color: #fff;
  transition: all 1s ease 0s;
  border-color: #038FD6;
  background: #038FD6;
}
  /*
  Blog Page 
================================= */
  
.blog_container .blog_tx_warp {
  margin-bottom: 30px;
}

.post_by_area .post_img {
  background-position: -9px 0;
  background-repeat: no-repeat;
  border-radius: 50px;
  height: 78px;
  width: 78px;
  display: block;
  float: left;
}

.post_by_area .post_title h4 {
  margin-bottom: 0px;
  font-size: 18px;
}

.post_title {
  margin-bottom: 47px;
  margin-top: 35px;
  padding-left: 100px;
}

.widget.post_by_area {
  text-align: left;
}

.blog_quote {
  margin-top: 30px;
}

.blog_quote h3 {
  font-size: 22px;
  letter-spacing: 0px;
  display: block;
  margin-top: 30px;
  margin-bottom: 0px;
}

.blog_quote_left {
  float: left;
  width: 46%;
  margin-bottom: 25px;
}

.blog_quote_right {
  float: right;
  padding: 0px 0px 0px;
  width: 50%;
  position: relative;
}

.blog_quote_right p {
  position: relative;
  margin-top: 0px;
}

.blog_quote_icon_botom {
  font-size: 50px;
  position: absolute;
  right: 223px;
  top: 72px;
  color: #dcdcdc;
}

.blog_quote p {
  display: block;
  overflow: hidden;
  width: 100%;
  margin-top: 0px;
}
  /*=================================
  15. Single Blog Page 
================================= */
  
.single_blog_container {
  padding-bottom: 100px;
}

.single_blog_container .post_title h5 {
  margin-top: 0px;
}

.single_blog_container .post_by_area p {
  display: block;
  float: left;
  text-align: left;
  margin-top: -10px;
}

.single_blog_container .blog_info_right {
  border: 1px solid #e7e7e7;
  padding: 28px 25px 10px 25px;
  background: transparent;
}

.single_blog_container .blog_info_right h3 {
    font-size: 28px;
    line-height: 33px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.single_blog_container .blog_info_right > p {
  margin-top: 15px;
  margin-bottom: 5px;
}

.single_blog_container .blog_post_date span:first-child {
  border-left: 1px solid transparent;
  padding-left: 0px;
}

.single_blog_container .blog_post_date span {
  border-left: 1px solid #c8c8c8;
  padding-left: 15px;
}

.single_blog_container .comment_imgg {
  width: 100px;
  float: left;
  margin-right: 25px;
}

.single_blog_container .comment_cont_wrp {
  position: relative;
}

.blog-post-list .entry-cover {
  margin-bottom: 30px;
  overflow: hidden;
}

.blog-post-list .entry-cover img {
  transition: all 0.4s ease 0s;
  display: block;
  width: 100%;
}

.blog-area .entry-title {
  margin-bottom: 0px;
}

.blog-area .blog-post-list .entry-title > a {
  text-decoration: none;
  color: #333;
  font-size: 24px;
  letter-spacing: 2px;
  position: relative;
  top: -29px;
}

.blog-area .blog-post-list .entry-title > a:hover {
  color: #5F5D5D;
}

.blog-post-list .entry-meta {
  color: #B9B9B9;
  letter-spacing: 1px;
  text-transform: capitalize;
  display: inline-block;
}

.blog-post-list .entry-meta span {
  margin-left: 0px;
  color: #B9B9B9;
  text-transform: capitalize;
  letter-spacing: 1px;
  margin-right: 22px;
}

.blog-post-list .entry-meta a {
  color: #8D8484;
  text-transform: capitalize;
  text-decoration: none;
}

.entry-date a {
  letter-spacing: 2px;
}

.blog-post-list .entry-meta span {
  margin-left: 0px;
  color: #B9B9B9;
  text-transform: capitalize;
  letter-spacing: 1px;
  margin-right: 22px;
}

.blog-post-list .entry-meta a {
  color: #5C5C5C;
  text-transform: capitalize;
  text-decoration: none;
}

.entry-content {
  margin-top: -27px;
}

.contact .blog-contact .contact-warper {
  background: #fff;
}

.list-comments {
  padding-top: 45px;
}

.comments-section-title h4 {
  margin-top: 0px;
  font-size: 24px;
  margin-bottom: 10px;
  letter-spacing: 0px;
  text-transform: capitalize;
  text-align: left;
  font-weight: 600;
  padding: 15px 0px;
  color: #333;
}

.comments {
  padding: 0px;
  margin: 0px;
}

.comments li {
  list-style: outside none none;
}

.comments li .comment {
  padding: 30px 30px 30px;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  background: transparent;
  border: 1px solid #e7e7e7;
}

.comments li .comment img.comment-avatar {
  height: 107px;
}

.comments li .comment strong.commenter-title {
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
  display: block;
  color: #8B8B8B;
}

.comments li .comment strong.commenter-title a {
  color: #333;
  font-size: 17px;
}

.comments li .comment span.comment-date {
  display: block;
  font-size: 12px;
  margin-bottom: 10px;
  margin-top: 0px;
  text-transform: uppercase;
}

.comments li .comment span.comment-reply {
  float: right;
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 7px;
}

.comments li .comment span.comment-reply a {
  transition: all 0.5s ease 0s;
  font-size: 11px;
  padding: 5px 15px;
  text-transform: uppercase;
  color: #333;
  border: 1px solid #038FD6;
}

.comments li .comment span.comment-reply a:hover {
  background: #038FD6;
  color: #fff;
}

.comments li .comment span.comment-reply a i {
  font-size: 11px;
}

.comments li .comment p:last-child {
  margin-bottom: 0px;
  font-weight: 300;
}

.comments li > ul {
  padding-bottom: 7px;
  padding-left: 30px;
}

.comments li .comment p {
  margin-top: 7px;
  font-size: 14px;
}

.blog-contact {
  padding: 0px;
}

.blog-contact .form-control {
  color: #555;
  background-color: #f3f3f3;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 1px;
  box-shadow: none;
  line-height: 2.429;
}

.blog-contact .form-group {
  margin-bottom: 15px;
  padding-right: 15px;
  padding-left: 0px;
}

.form-control:focus {
  border: 1px solid #fff;
  border: 1px solid #038FD6;
  box-shadow: none;
  border-left: 3px solid #038FD6;
}

.blog-contact textarea {
  line-height: 20px !important;
}

.blog-contact .contact-form #contact-form .con-field {
  line-height: 32px;
  margin-bottom: 20px;
}



  /*-
  post-option 
------------------------------*/
  
.post-option {
  position: relative;
  padding: 25px 25px;
  margin-top: 30px;
  border: 1px solid #ebebeb;
}

.post-option .prev-post,
  .post-option .next-post {
  position: relative;
  font-size: 13px;
  color: #111;
  text-transform: uppercase;
}

.post-option .prev-post:hover,
  .post-option .next-post:hover {
  color: #038FD6;
}

.post-option .middle-icon {
  position: absolute;
  left: 50%;
  margin-left: -15px;
}

.post-option .middle-icon a {
  position: relative;
  color: #038FD6;
  font-size: 27px;
  display: inline-block;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  margin-top: -1px;
}

.post-option .middle-icon a:hover {
  color: #B9B3B3;
}
 

  /*=====================================
  Service  Page
=====================================*/ 
.serpg_pric_sec {
  padding-top: 80px;
  background: #fff;
}

.abpg_client_sec {
  background: #F7F9FD;
}
 /*=====================================
  Gallery Page
=====================================*/
  
.work_page {
  padding-bottom: 90px;
}

.single-work-page {
  padding-top: 120px;
  padding-bottom: 90px;
}

.portfolioitem {
  margin-bottom: 37px;
}

.portfoliodesc {
  margin-bottom: 10px;
}

.portfolio_des {
  border-bottom: 1px solid #edecec;
  padding-bottom: 36px;
}

.port_contnt {
  display: inline-block;
  margin-top: 12px;
}

.sing_port_icon {
  display: block;
  width: 50px;
  float: left;
  margin-right: 10px;
}

.sing_port_icon i {
  color: #038FD6;
  font-size: 42px;
}

.port_contnt h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 20px;
}

.port_contnt p {
  margin-top: 0px;
  margin-bottom: 0px;
}

.portfoliodesc h4,
  .project-details h4 {
  font-size: 30px;
  text-transform: capitalize;
  letter-spacing: 0px;
  margin-top: 1px;
  margin-bottom: 20px;
  line-height: 33px;
}

.single-work-page .portfoliodesc .project-details h4 {
  margin-top: 40px;
}

.project-details {
  margin-top: 50px;
}

.portfoliodesc .project-details p {
  margin-top: 0px;
}

.sing_port_list {
  padding-top: 50px;
}

.sing_port_list ul {
  width: 50%;
  float: left;
  margin: 0;
}

.sing_port_list ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  padding-right: 20px;
}

.sing_port_list ul li:after {
  position: absolute;
  content: '\e907';
  font-family: "custom-icons";
  left: 0;
  top: 0;
  color: #038FD6;
}

.related-portfolio {
  padding-top: 62px;
  border-top: 1px solid #efe4e4;
  margin-top: 74px;
}

  /*====================== 
      Onepage
  ======================*/
  
.onepage #navigation.single-page-nav ul li .current {
  color: #038FD6;
}

.onepage #navigation.single-page-nav ul li a {
  padding: 34px 1px 34px 30px;
}

/*====================== 
      Home Page Two
======================*/
.base_header_tw {
  width: 100%;
  text-align: left;
  padding-bottom: 32px;
}

.base_header_tw h3::before {
  left: 0;
  margin-left: 0px;
  width: 2px;
  height: 72px;
  border: 0px;
  margin-bottom: 16px;
}

.base_header_tw h3::after {
  display: none;
}

.base_header_tw h3 {
  padding-left: 25px;
  margin-top: 13px;
  margin-bottom: 0px;
}

.base_header_tw h5 {
  padding-left: 25px;
  font-size: 18px;
  text-transform: capitalize;
  color: #038FD6;
  margin-bottom: 10px;
  margin-top: 0px;
}


  /*
      Header Section Two
 -------------------------------*/
.header_topbar_tw {
  background: #FFF;
  padding: 35px 0px 66px;
}
.header_topbar_tw img {
    margin-top: -3px;
}
.header_top_location {
  display: inline-block;
  float: right;
  width: 69%;
  margin-right: 0px;
}

.header_topbar_tw ul {
  margin-bottom: 0;
  margin-top: 0px;
  text-align: right;
  margin-right: -7px;
}

.header_top_location li {
  display: inline-block;
  position: relative;
  padding-left: 62px;
  margin-right: 56px;
  list-style: none;
}

.header_top_location i {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  font-size: 30px;
  color: #B89841;
  margin-bottom: 6px;
  line-height: 45px;
  padding-left: 13px;
}

.header_top_location img {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  color: #B89841;
  width: 44px;
  height: auto;
  margin-bottom: 4px;
}

.header_top_location h5 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 2px;
  text-align: left;
  margin-top: 0px;
  color: #515050;
}

.header_topbar_tw .logo {
  width: 15%;
  padding-left: 15px;
  margin-top: 3px;
}

  /*
      Header Social 
 -------------------------------*/ 
 
.header_topbar_tw .header_top_left {
  float: right;
  width: 16%;
  margin-right: 0px;
}

.header_topbar_tw .header_socil {
  margin: 10px 0 0 10px;
  float: right;
}

.header_topbar_tw .header_socil li {
  padding-left: 1px;
  padding-right: 1px;
}

.header_topbar_tw .header_socil li {
  font-size: 12px;
  margin: 0;
  position: relative;
  display: inline-block;
}

.header_topbar_tw .header_socil li .fa {
  color: #fff;
  font-size: 14px;
  background: #038FD6;
  padding: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}



  /*
      Menu
 -------------------------------*/
.navigation_tw #navigation {
  float: left;
  padding-left: 13px;
}
.navigation_tw #navigation li:hover > ul {
    background: #2c2a2a;
}
.navigation_tw #navigation > ul > li > a {
  padding: 34px 25px 34px 5px;
  margin-right: 5px;
}
.navigation_tw #navigation ul ul li:hover > a, #navigation ul ul li a:hover {
    border-left: 1px solid #038FD6;
}
.navigation_tw #navigation > ul > li.has-sub > a {
  padding: 34px 25px 34px 5px;
  margin-right: 5px;
}

.menu_appontment .more-link {
  margin-top: 17px;
}

.menu_search_box input {
  border: none;
  background: transparent;
  color: #fefefe;
  opacity: 1;
  width: 50%;
  box-shadow: none;
}

.menu_search_box input:active {
  box-shadow: none;
}

.menu_search_box button {
  border: none;
  background: transparent;
  color: #fff;
}

 

.menu_search_box form {
  text-align: right;
  margin-top: 30px;
  padding-right: 10px;
}

.navigation_tw {
  z-index: 999;
  position: relative;
}

.navigation_tw .container {
  position: absolute;
  background: #2c2a2a;
  left: 50%;
  margin-left: -554px;
  width: 1108px;
  top: -35px;
  border-radius: 50px;
}

.navigation_tw {
  background-color: #2c2a2a;
}

.navigation_tw #navigation > ul > li > a {
  color: #fff;
}
.navigation_tw #navigation ul ul li a {
    color: #f6f0f0;
    background: #2c2a2a;
    border-left: 1px solid #3b3838;
}
.navigation_tw #navigation ul ul li:hover > a, .navigation_tw #navigation ul ul li a:hover {
    color: #038FD6;
}
  /*
        Slider
 -------------------------------*/
.slides_wrapper_tw .slide_bg_1 {
  background: #f0f0f0 url("../images/slider3.jpg") no-repeat scroll right center;
}

.slides_wrapper_tw .slide_bg_2 {
  background: #f0f0f0 url("../images/slider4.jpg") no-repeat scroll right center;
}

.slides_wrapper_tw .slider_home h2 {
  color: #fff;
  font-weight: 900;
}

.slides_wrapper_tw .slider_home p {
  color: #fff;
  padding-right: 100px;
  margin-top: 22px;
}

.slides_wrapper_tw .slide_bg_2 .col-lg-7.col-xs-12 {
  margin-left: 0%;
}

.slides_wrapper_tw .slide_bg_2 .slider_item_tbcell {
  text-align: left;
}

.slides_wrapper_tw .slider_home h5 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  position: relative;
  padding-left: 40px;
  margin-top: -4px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.slides_wrapper_tw .slider_home h5::after {
  position: absolute;
  content: "";
  width: 28px;
  height: 1.8px;
  background: #fff;
  left: 0;
  top: 50%;
  margin-top: -3px;
}

.slides_wrapper_tw .slider_home h5:after {
}
  /*
      About Section Two
 -------------------------------*/
.about_sec_tw {
  padding-bottom: 123px;
  padding-top: 120px;
}
.about_sec_tw .base_header_tw {
    padding-bottom: 22px;
}
.about_sec_tw .abut_title {
  margin-top: -20px;
}

.about_left_img img {
  width: 100%;
}

.about_sec_tw .abt_readmore {
  margin-top: 20px;
}

.about_sec_tw .promo-wrap {
  padding: 0px 0px 0px;
  text-align: center;
  border-right: 1px solid transparent;
  margin-top: 90px;
  position: relative;
}

.about_sec_tw .promo-content h4 {
  font-size: 20px;
}

.about_sec_tw .promo-wrap::after {
  position: absolute;
  content: "";
  border: 1px solid #feeeee;
  right: 0;
  top: 0;
  height: 100%;
  margin-right: -15px;
}

.about_sec_tw .col-lg-4:last-child .promo-wrap:after {
  border: 0px solid #feeeee;
}
  /*
      Service Section 
 -------------------------------*/
.service_sec_tw {
  background: #FBFBFB;
  padding-top: 120px;
  padding-bottom: 114px;
}

.serv_box_cont h3 {
  margin-top: -5px;
  font-size: 28px;
  color: #fff;
  margin-bottom: 15px;
}
.serv_box_cont p {
    text-transform: uppercase;
}
.serv_box_cont {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 30px 30px;
  color: #fff;
}

.serv_box_img {
  position: relative;
  overflow: hidden;
}

.serv_box_img img {
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.serv_box_tw:hover .serv_box_img img {
  transform: scale(1.1) rotate(3deg);
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.serv_box_cont i {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  color: #fff;
  margin-left: -40px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  top: 5px;
}

.serv_box_cont:hover .serv-learn {
  color: #fff;
  opacity: 1;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.serv_box_cont:hover i {
  margin-left: 0px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.service_sec_tw .owl-prev, 
.service_sec_tw .owl-next,
.testimonials-section .owl-prev, 
.testimonials-section .owl-next {
  top: 0%;
  margin-top: -90px;
  opacity: 1;
  border: 1px solid #ddd;
  padding-right: 0px !important;
  background: transparent;
}

.service_sec_tw .owl-prev,
.testimonials-section .owl-prev {
  right: 45px;
  left: initial !important;
}

.service_sec_tw .owl-nav .owl-next,
.testimonials-section .owl-nav .owl-next {
  right: 2px !important;
}

.service_sec_tw .owl-nav > div:hover,
.testimonials-section .owl-nav > div:hover {
  background: #038FD6;
  color: #fff;
  border: 1px solid #038FD6;
}



   /*
      Work Section 
 -------------------------------*/
.quote_sec_tw {
  padding-top: 114px;
  padding-bottom: 0px;
}

.quote_sec_tw .contact-form #contact-form .con-field {
  margin-bottom: 20px;
  line-height: 30px;
}

.quote_sec_tw .inner-contact {
  margin-top: 40px;
}

   /*
      Work Section 
 -------------------------------*/

.work_sec_tw {
  text-align: center;
  padding: ;
    background: #fff;
  padding-top: 154px;
  padding-bottom: 0px;
}

.work_sec_tw .base_header_tw {
  width: 47%;
  float: left;
  overflow: hidden;
  margin-top: -25px;
}

.work_sec_tw .projects-titles {
  background: transparent;
  text-align: right;
  padding-bottom: 5px;
}

.work_sec_tw .projects-titles li {
  color: #333;
  cursor: pointer;
  display: inline-block;
  margin-right: 0px;
  margin-left: 25px;
  padding: 0px 0px;
}

.projects-titles li::after {
  background: #038FD6;
}

.work_sec_tw .container-fluid {
  padding-right: 0px;
  padding-left: 0px;
}

.work_sec_tw .container-fluid .col-lg-3 {
  padding-left: 0px;
  padding-right: 0px;
  flex: 0 0 20%;
  max-width: 20%;
}

.work_sec_tw .project-bg-1 {
  background-image: url(../images/work-7.jpg);
}

.work_sec_tw .project-bg-2 {
  background-image: url(../images/work-8.jpg);
}

.work_sec_tw .project-bg-3 {
  background-image: url(../images/work-9.jpg);
}

.work_sec_tw .project-bg-4 {
  background-image: url(../images/work-10.jpg);
}

.work_sec_tw .project-bg-5 {
  background-image: url(../images/work-11.jpg);
}

.work_sec_tw .single-project-item {
  height: 550px;
  margin-bottom: 0px;
}

.work_sec_tw .project_cnt_wrp {
  position: absolute;
  bottom: 0px;
  width: 100%;
  margin-bottom: 0px;
  padding-bottom: 25px;
  padding-top: 27px;
  background-color: rgba(103, 113, 239, 0.86);
}

.work_sec_tw .project_cnt_wrp h6 a {
  font-size: 20px;
  color: #fff;
}

.work_sec_tw .project_cnt_wrp h6 {
  margin-top: 0px;
  margin-bottom: 4px;
}

.work_sec_tw .project_cnt_wrp span a {
  color: #fff;
}

.work_sec_tw .project_cnt {
  position: absolute;
  top: 50%;
  padding-top: 0px !important;
  margin-top: -12px;
  left: 50%;
  margin-left: -17px;
}

.work_sec_tw .single-project-item:hover .project_cnt_wrp {
  opacity: 0;
}


  /*
    Achive  Section 
 -------------------------------*/
.achive_sec {
  padding-top: 160px;
  padding-bottom: 120px;
}

.achive_sec .base_header_tw {
  margin-top: 8px;
}

.achive_box {
  margin-left: 25px;
}

.achive_box h3 {
  margin-top: 0px;
  line-height: 30px;
  font-size: 28px;
  position: relative;
  z-index: 999;
  padding-left: 30px;
}

.achive_box h3::before {
  position: absolute;
  content: "";
  border: 10px solid #f2f2f2;
  height: 170px;
  width: 95px;
  left: 0;
  z-index: -9;
  top: 0px;
  margin-top: -40px;
}

  /*
    Client Box Section 
 -------------------------------*/
.client_sec_tw {
  border-top: 1px solid transparent;
  padding-top: 100px;
  padding-bottom: 0px;
}

.client_sec_tw .client-box {
  border: 1px solid #ddd;
  padding: 10px 20px;
  width: 100%;
}


  /*
    Call to action  Section 
 -------------------------------*/
.calltoact_sec {
  text-align: center;
  padding: 102px 0px 120px;
  background: #fff url("../images/calltoaction.jpg") no-repeat center center;
  background-size: cover;
}

.calltoact_sec h3 {
  line-height: 60px;
  color: #fff;
  font-size: 52px;
  margin-bottom: 35px;
  margin-top: 10px;
}

.calltoact_sec i {
  color: #038FD6;
  font-size: 55px;
}

  /*
      TEstimonial Section Two
 -------------------------------*/
.testimonial_sec_tw {
  background: #FBFBFB url("../images/testimonial.png") no-repeat center center;
  background-position: 50% 78%;
  padding-top: 108px;
}

.testimonial_sec_tw .base_header_tw {
  padding-bottom: 34px;
}

.testimonial_sec_tw .testimonial-box {
  background: transparent;
  box-shadow: none;
  border: 1px solid #ede7e7;
  padding: 8px 35px 30px 35px;
}

.testimonial_sec_tw .testimonial-box::after {
  top: 100%;
  margin-top: -100px;
}

  /*
      Blog Section Two
 -------------------------------*/
.blog_sec_tw {
  background: #FBFBFB;
  padding-bottom: 90px;
  padding-top: 120px;
}

.blog_sec_tw .blog_box_ovrlay {
  height: 230px;
}

.blog_sec_tw .blog_box {
}

.blog_sec_tw .blog_date_athor span:hover:first-child i {
  opacity: 1;
  left: 0px;
}

.blog_sec_tw .blog_date_athor span:first-child i {
  opacity: 1;
  left: 0px;
  top: -1px;
  font-size: 14px;
}

.blog_sec_tw .blog_box {
  background: #FBFBFB;
}

.blog_sec_tw .blog_info_right {
  border: 1px solid transparent;
  z-index: 9;
  position: relative;
  background: #FBFBFB;
  width: 92%;
  margin: -25px 14px 0px;
  display: block;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 30px 20px 0px 20px;
  box-shadow: 2px 2px 12px rgba(228, 224, 224, 0.36);
  margin-bottom: 30px;
}

.blog_sec_tw .blog_post_date {
  color: #fff;
  line-height: 15px;
  margin-bottom: 15px;
  position: absolute;
  top: 0;
  margin-top: -10px;
  left: 50%;
  margin-left: -59px;
  z-index: 999;
}

.blog_sec_tw .blog_post_date span {
  margin-right: 0px;
  background: #038FD6;
  border-left: 1px solid transparent;
  padding: 6px 15px;
  border-radius: 20px;
  color: #fff;
  font-size: 14px;
}

.blog_sec_tw .blog_date_athor {
  border: transparent;
  padding: 14px 0px 15px 0px;
  border-top: 1px solid #f6eeee;
  background: transparent;
}

.blog_sec_tw .blog_date_athor a {
  font-weight: 400;
  color: #515050;
}

/*==============================
      Home Page Three
==================================*/
  /*
      Menu  Section
 -------------------------------*/
.navigation_thr {
  background: transparent;
}
.navigation_thr .container {
    background: transparent;
    top: 0;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 30px;
}
.navigation_thr .logo {
  width: 200px;
  float: left;
  margin-top: 20px;
} 
.navigation_thr #navigation {
    padding-left: 66px;
}
.navigation_thr .row::after {
    position: absolute;
    width: 908px;
    height: 100%;
    content: "";
    z-index: -9;
    background: url(../images/menu_bg.png) no-repeat;
}
.navigation_thr #navigation.small-screen #menu-button:after {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff
}

  /*
      Slider  Section
 -------------------------------*/
.slides_wrapper_thr .slide_bg_1, .slides_wrapper_thr .slide_bg_2  {
    height: 915px;
    background-size: cover;
}
.slides_wrapper_thr .container .row {
    margin-top: 110px;
}
.slides_wrapper_thr .slider_home h2 span {
    color: #038FD6;
    font-weight: 999;
}
.slides_wrapper_thr .video_btnn i {
    color: #fff;
    border: 1px solid #fff;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-align: center;
    line-height: 44px;
    position: relative;
    top: 10px;
    padding-left: 5px;
    font-size: 18px;
    margin-right: 15px;
}
.slides_wrapper_thr .video_btnn i:hover {
    color: #fff;
    border: 1px solid #038FD6;
    background: #038FD6;
}
  /*
      About  Section
 -------------------------------*/
.about_sec_thr {
    padding-top: 120px;
}
.about_sec_thr .base_header_tw {
    padding-bottom: 10px;
}
.about_sec_thr .container::after {
    position: absolute;
    content: "";
    border: 10px solid;
    width: 513px;
    height: 312px;
    right: 0;
    top: 0px;
    margin-top: -17px;
    margin-right: -12px;
    color: #f2ebeb;
    z-index: 9;
}
.about_sec_thr .container {
    position: relative;
}
.about_sec_thr img {
    z-index: 999;
    position: relative;
}

  /*
      Promo  Section
 -------------------------------*/
.promo_sec_thr {
    padding-top: 7px;
    padding-bottom: 115px;
}
.promo_sec_thr .col-lg-3:last-child .promo-wrap {
  border-right: transparent;
}
.promo_sec_thr .promo-wrap {
    padding:4px 50px 3px;
}
.promo_sec_thr .promo-content h4 {
    margin-bottom: -3px;
}
  /*
      Service  Section
 -------------------------------*/
 
.service_sec_thr .blog_box {
    background: transparent;
}
.service_sec_thr .blog_info_right {
    padding: 20px 25px 7px 25px;
    border: 1px solid #e7e7e7;
}
.service_sec_thr .blog_box:hover .blog_box_ovrlay::after {
    opacity: 1;
}
.service_sec_thr .blog_box_ovrlay::after {
    content: '\e82d';
    font-family: "custom-icons";
    background: transparent;
    font-size: 28px;
    color: #fff;
    margin-top: -23.5px;
}
.serv_slamm_right {
    float: left;
    width: 60%;
    padding: 20px 20px 5px 24px;
}
.serv_slamm_img {
  float: left;
  width: 40%;
  height: 151px;
  position: relative;
}
.serv_slamm_right h3 {
  margin-top: 0px;
  font-size: 20px;
  margin-bottom: -8px;
}
.serv_slamm_box {
  overflow: hidden;
  margin-top: 30px;
  border: 1px solid #e7e7e7;
}
.serv_slamm_img::after {
    content: '\e82d';
    font-family: "custom-icons";
    font-size: 28px;
    color: #fff;
    position: absolute;
    z-index: 999;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 147px;
    background-color: rgba(51, 51, 51, 0.82);
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.serv_slamm_box:hover .serv_slamm_img:after {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}


  /*
      Work  Section
 -------------------------------*/
.work_sec_thr {
    background: #FBFBFB;
    padding-bottom: 90px;
}
 .work_sec_thr .single-project-item {
    height: 450px;
    margin-bottom: 30px;
    position: relative;
}
 
  /*
      Quote  Section
 -------------------------------*/

.quote_sec_thr {
  padding-top: 0px;
  background: #f4fdfe;
  position: relative;
}
 .quote_sec_bg {
    background: #f4fdfe url("../images/contact_bg.jpg") no-repeat scroll right center;
    background-size: cover;
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 1110px;
    height: 100%;
}
.quote_sec_thr .inner-contact .col-lg-12.col-xs-12 {
    padding-left: 0px;
    padding-right: 0px;
}
.quote_sec_thr .col-lg-4 {
    background: #f4fdfe;
}
.quote_sec_thr .base_header_tw {
    margin-top: 119px;
}
.quote_sec_thr .base_header_tw p {
    margin-top: 10px;
}
.quote_sec_thr .inner-contact {
    margin-top: 0px;
    padding-left: 100px;
    padding-top: 120px;
    padding-bottom: 100px;
}
.quote_sec_thr .contact-form #contact-form .con-field {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.45);
  color: #fff;
  line-height: 39px;
}
.quote_sec_thr .contact-form #contact-form .con-field:focus{
    border-bottom: 1px solid rgba(255, 255, 255, 0.65);
}
.quote_sec_thr .contact-form textarea {
  line-height: 14px !important;
  padding-top: 15px !important;
}


.quote_sec_thr .contact-form #contact-form #submit-contact:hover {
    background-color: #fff;
    color: #333;

}

  /*
      Client  Section
 -------------------------------*/
.client_sec_thr {
    padding-bottom: 100px;
}

/*---------------------------------
            LEFT SIDE
----------------------------------*/
.point {
    display: inline-block;
    width: 3px;
    height: 3px;
    border-radius: 500px;
    margin: 0px 0.5em;/*调整圆点的位置*/
    background-color: #727171;
    vertical-align: baseline;
    margin-left: 2px;
    margin-bottom: 3px;
}


.left-side {
    width: 240px;
    position: absolute;
    top: 0;
    left: 0;
}

.sticky-left-side {
    position: fixed;
    height: 100%;
    overflow-y: auto;
    z-index: 100;
}

.sticky-left-side .custom-nav {
    margin-top: 50px;
}

.left-side-collapsed .sticky-left-side {
    overflow-y: visible;
}

.logo a {
    font-size: 28px;
    color: #fff;
    margin: 0 0 0 20px;
    text-decoration: none;
    display: inline-block;
}

.logo-icon {
    display: none;
}

.left-side-collapsed .logo-icon {
    height: 45px;
    margin-top: -48px;
    display: block !important;
}

.left-side-inner {
    padding: 0px;
    margin-bottom: 50px;
}

.left-side .searchform {
    display: none;
}

.left-side .searchform::after {
    content: '';
    display: block;
    clear: both;
}

.left-side .searchform input {
    padding: 10px;
    width: 90%;
    margin: 0 0 20px 12px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: none;
}

.left-side .logged-user {
    padding: 0 0 15px 12px;
    margin: 0 0 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: none;
}

.left-side .logged-user .media-object {
    width: 45px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    float: left;
}

.left-side .logged-user .media-body {
    margin-left: 60px;
    color: #d7d7d7;
}

.left-side .logged-user .media-body h4 {
    font-size: 15px;
    margin: 5px 0 0 0;
}

.left-side .logged-user .media-body h4 a {
    color: #fff;
}

.left-side .logged-user .media-body span {
    font-style: italic;
    font-size: 11px;
    opacity: 0.5;
}

.custom-nav {
    margin-bottom: 10px;
    border-top:1px solid #dcdddd;
}

.custom-nav > li {
    margin-top: 0 !important;
}

.custom-nav > li > a {
    color: #727171;
    border-radius: 0;
    -webkit-border-radius: 0;
    padding:5px 15px;
    border-left: 1px solid #727171;
    border-right: 1px solid #727171;
    border-bottom: 1px solid #727171;
}

.custom-nav > li > a:hover,
.custom-nav > li > a:active {
    background-color: #FFF;
    color: #187fc4;
    border-radius: 0;
    -webkit-border-radius: 0;
}

.custom-nav > li.menu-list {
    margin-top: 0;
}

.custom-nav > li.menu-list > a > label {
    margin-bottom: 0;
}

.custom-nav > li.menu-list > span {
    border-left: 1px solid #dcdddd;
    border-right: 1px solid #dcdddd;
    border-bottom: 1px solid #dcdddd;
}

.custom-nav > li.menu-list > span > a.left {
    color: #187fc4;
    padding:5px 20px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;
}

.custom-nav > li.menu-list > span > a.right {
    background: transparent url(../images/show.jpg) no-repeat 93% center;
    padding:5px 15px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;
}

.custom-nav > li.menu-list > a:hover {
    color: #187fc4;
}

.custom-nav > li.nav-active > span > a.right {
    background: transparent url(../images/hid.png) no-repeat 93% center;
}

.custom-nav > li.nav-active > ul{
    display: block;
}

.custom-nav > li.nav-active > a:hover {

}

.custom-nav > li.active > a,
.custom-nav > li.active > a:hover,
.custom-nav > li.active > a:focus {
    background-color: #353f4f;
    color: #65cea7;
}

.custom-nav > li.menu-list.active > a {
    background-image: url(../images/plus.png);
}

.custom-nav > li.nav-active.active > a {
    background-image: url(../images/minus.png);
}

.custom-nav > li.nav-active.active > a:hover {
    background-image: url(../images/minus.png);
}

.custom-nav li .fa {
    font-size: 16px;
    vertical-align: middle;
    margin-right: 10px;
    width: 16px;
    text-align: center;
}

.custom-nav .sub-menu-list {
    list-style: none;
    display: none;
    margin: 0;
    padding: 0;
    background: #FFF;
    padding-top: 9px;
    padding-bottom: 6px;
    border-left: 1px solid #dcdddd;
    border-right: 1px solid #dcdddd;
    border-bottom: 1px solid #dcdddd;
}

.custom-nav .sub-menu-list > li > a.active-class {
    color: #005bac;
}

.custom-nav .sub-menu-list > li > a {
    /*color: #727171;*/
    font-size: 13px;
    display: block;
    padding: 0px 20px 3px 20px;
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.custom-nav .sub-menu-list > li > a:hover,
.custom-nav .sub-menu-list > li > a:active,
.custom-nav .sub-menu-list > li > a:focus {
    text-decoration: none;
    color: #005bac;
    background: #FFF;
}

.custom-nav .sub-menu-list > li .fa {
    font-size: 12px;
    opacity: 0.5;
    margin-right: 5px;
    text-align: left;
    width: auto;
    vertical-align: baseline;
}

.custom-nav .sub-menu-list > li.active > a {
    color: #65CEA7;
    background-color: #2A323F;
}

.custom-nav .sub-menu-list ul {
    margin-left: 12px;
    border: 0;
}

.custom-nav .menu-list.active ul {
    display: block;
}

/*------------------------------------------
            LEFT SIDE COLLAPSE
-------------------------------------------*/

.left-side-collapsed .logo {
    display: none;
}

.left-side-collapsed .header-section {
    margin-left: 0px;
}

.left-side-collapsed .left-side {
    width: 52px;
    top: 52px;
}

.left-side-collapsed .left-side-inner {
    padding: 0;
}

h5.left-nav-title {
    margin-left: 10px;
    color: #fff;
}

.left-side-collapsed .custom-nav {
    margin: 2px 0 20px 0;
}

.left-side-collapsed .custom-nav li a {
    text-align: center;
    padding: 10px;
    position: relative;
}

.left-side-collapsed .custom-nav > li.menu-list > a {
    background-image: none;
}

.left-side-collapsed .custom-nav li a span {
    position: absolute;
    background: #65CEA7;
    padding: 10px;
    left: 52px;
    top: 0;
    min-width: 173px;
    text-align: left;
    z-index: 100;
    display: none;
}

.left-side-collapsed .custom-nav li a span:after {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 0, 0, 0);
    border-right-color: #65CEA7;
    border-width: 6px;
    margin-top: -6px;
}

.left-side-collapsed .custom-nav li.active a span {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.left-side-collapsed .custom-nav ul,
.left-side-collapsed .custom-nav .menu-list.nav-active ul {
    display: none;
}

.left-side-collapsed .custom-nav .menu-list.nav-hover ul {
    display: block;
}

.left-side-collapsed .custom-nav > li.nav-hover > a,
.left-side-collapsed .custom-nav > li.nav-hover.active > a {
    background: #fff;
    color: #424F63;
}

.left-side-collapsed .custom-nav li.nav-hover a span {
    display: block;
    color: #fff;
}

.left-side-collapsed .custom-nav li.nav-hover.active a span {
    background: #65CEA7;
    color: #fff;
}


.left-side-collapsed .custom-nav li.nav-hover ul {
    display: block;
    position: absolute;
    top: 40px;
    left: 53px;
    margin: 0;
    min-width: 172px;
    background: #353F4F;
    z-index: 100;
    -moz-border-radius: 0 0 2px 0;
    -webkit-border-radius: 0 0 2px 0;
    border-radius: 0 0 2px 0;
}

.left-side-collapsed .custom-nav ul a {
    text-align: left;
    padding: 6px 10px;
    padding-left: 10px;
}

.left-side-collapsed .custom-nav ul a:hover {
    background: #2A323F;
}

.left-side-collapsed .custom-nav li a i {
    margin-right: 0;
}

.left-side-collapsed .main-content {
    margin-left: 52px;
}


.left-side-collapsed .left-side{
    overflow: visible !important;
}

/*-------------------
        TOOLS
--------------------*/
.query-button {
    border: 0;
    height: 50px;
    width: 100px;
    background: #187fc4; 
    color: #FFF;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}

.tools {
    margin: -7px -5px;
}

.tools a {
    background: #187fc4;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #858582;
    float: left;
    margin-left: 3px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    text-decoration: none;
}

.tools a:hover {
    background: #65cea7;
    color: #fff;
}

.toolbtns {
    margin: -7px -5px;
}

.toolbtns a {
    width: 100%;
    background: #dcdddd;
    color: #666464;
    float: left;
    padding: 9px;
    height: 40px;
    font-size: 12px;
    text-decoration: none;
}

.toolbtns a:hover {
    background: #187fc4;
    color: #fff;
}

.toolsbtn {
    margin: -7px -5px;
}

.toolsbtn a {
    width: 100%;
    background: #dcdddd;
    color: #666464;
    float: left;
    padding: 9px;
    height: 40px;
    font-size: 12px;
    text-decoration: none;
}

.toolsbtn a:hover {
    background: #005bac;
    color: #fff;
}

.downbtn {
    margin: -7px -5px;
    margin-top: 37px;
    text-align: center;
    width: 52px
}

.downbtn a {
    width: 100%;
    background: #FFF;
    color: #666464;
    float: left;
    padding: 9px;
    height: 38px;
    font-size: 12px;
    text-decoration: none;
    border: 1px solid #bfbfbf;
}

.downbtn a:hover {
    background: #005bac;
    color: #fff;
    border: 1px solid #005bac;
}

.downbtn a:hover > .downIcon {
    content: url('~/Content/images/iconImg/downWhite.png');
}

.navigation-section {
  padding-top: 4px;
  padding-bottom: 10px;
  background: #FFF;
}

.switchpage{
    cursor: default;
}

.switchpage label {
    font-family: 'Microsoft YaHei';
    color: #005bac;
}

.switchpage span {
    color: #666464;
}

.switchpage a {
}

.switchpage a:hover {
    color: #005bac
}

/*---------------------------------
        TIMELINE STYELS
----------------------------------*/

.timeline {
    border-collapse: collapse;
    border-spacing: 0;
    display: table;
    position: relative;
    table-layout: fixed;
    width: 100%;
    margin-bottom: 50px;
}

.timeline .time-show {
    margin-right: -75px;
    margin-top: 30px;
    position: relative;
    margin-bottom: 30px;
}

.time-show .btn {
    width: 132px;
    height: 37px;
    line-height: 14px;
    font-size: 14px;
    background: #005bac;
}

.timeline .time-show a {
    color: #fff;
}

.timeline:before {
    background-color: #d8d9df;
    bottom: 0px;
    content: "";
    left: 50%;
    position: absolute;
    top: 30px;
    width: 1px;
    z-index: 0;
}

h3.timeline-title {
    margin: 0;
    color: #C8CCD7;
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 5px;
    text-transform: uppercase;
}

.t-info {
    color: #C8CCD7;
}

.timeline-item:before, .timeline-item.alt:after {
    content: "";
    display: block;
    width: 50%;
}

.timeline-item {
    display: table-row;
}

.timeline-desk {
    display: table-cell;
    vertical-align: top;
    width: 50%;
}

.timeline-desk h1 {
    font-size: 16px;
    font-weight: 300;
    margin: 0 0 5px;
}

.timeline-desk .panel {
    display: block;
    margin-left: 45px;
    position: relative;
    text-align: left;
    background: #fff;
}

.timeline-item .timeline-desk .arrow {
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    display: block;
    height: 0;
    left: -7px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    width: 0;
}

.timeline-item .timeline-desk .arrow {
    border-right: 8px solid #fff !important;
}

.timeline-item.alt .timeline-desk .arrow-alt {
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    display: block;
    height: 0;
    right: -7px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    width: 0;
    left: auto;
}

.timeline-item.alt .timeline-desk .arrow-alt {
    border-left: 8px solid #fff !important;
}

.timeline .timeline-icon {
    left: -26px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
}

.timeline .timeline-icon {
    background: #005bac;
}

.timeline-desk span a {
    text-transform: uppercase;
}

.timeline-desk h1.red, .timeline-desk span a.red {
    color: #EF6F66;
}

.timeline-desk h1.green, .timeline-desk span a.green {
    color: #39B6AE;
}

.timeline-desk h1.blue, .timeline-desk span a.blue {
    font-size: 20px;
    font-weight: 600;
    color: #005bac;
}

.timeline-desk h1.purple, .timeline-desk span a.purple {
    color: #8074C6;
}

.timeline-desk h1.light-green, .timeline-desk span a.light-green {
    color: #A8D76F;
}

.timeline-desk h1.yellow, .timeline-desk span a.yellow {
    color: #fed65a;
}

.timeline .timeline-icon {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    display: block;
    height: 11px;
    width: 11px;
    text-align: center;
    color: #fff;
}

.timeline .timeline-icon i {
    margin-top: 9px;
}

.timeline-item.alt .timeline-icon {
    left: auto;
    right: -27px;
}

.timeline .time-icon:before {
    font-size: 16px;
    margin-top: 5px;
}

.timeline .timeline-date {
    left: -245px;
    position: absolute;
    text-align: right;
    top: 12px;
    width: 150px;
    display: none;
}

.timeline-item.alt .timeline-date {
    left: auto;
    right: -245px;
    text-align: left;
    display: none;
}

.timeline-desk h5 span {
    color: #999999;
    display: block;
    font-size: 12px;
    margin-bottom: 4px;
}

.timeline-item.alt:before {
    display: none;
}

.timeline-item:before, .timeline-item.alt:after {
    content: "";
    display: block;
    width: 50%;
}

.timeline-desk p {
    font-size: 16px;
    margin-bottom: 0;
    color: #3c3c3c;
}

.timeline-desk a {
    color: #1fb5ad;
}

.timeline-desk .panel {
    margin-bottom: 5px;
}

.timeline-desk .album {
    margin-top: 20px;
}

.timeline-item.alt .timeline-desk .album {
    margin-top: 20px;
    float: right;
}

.timeline-desk .album a {
    margin-right: 5px;
    float: left;
}

.timeline-item.alt .timeline-desk .album a {
    margin-left: 5px;
    float: right;
}

.timeline-desk .notification {
    background: none repeat scroll 0 0 #FFFFFF;
    margin-top: 20px;
    padding: 8px;
}

.timeline-item.alt .panel {
    margin-left: 0;
    margin-right: 45px;
}

.mbot30 {
    margin-bottom: 30px;
}

.timeline-item.alt h1, .timeline-item.alt p {
    text-align: right;
}



/*-------------------
        ckEditor
--------------------*/
.ckEditorNoteClass p {
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: normal;
}

/*-------------------
        icon
--------------------*/
.footerIcon {
    width: 40px; 
    height: 40px; 
    display: inline-block;
}

.industryIcon {
    width: 70px; 
    height: 70px; 
    display: inline-block;
}

a.industryIcon1 > div.promo-img-wrap > div.promo-icon {
    background-image: url('/Content/images/iconImg/T1.png');
}

a.industryIcon1:hover > div.promo-img-wrap > div.promo-icon {
    background-image: url('/Content/images/iconImg/T1_s.png');
}

a.industryIcon1:hover > div.promo-img-wrap > div.promo-content > h4 {
    color: #187fc4;
}

a.industryIcon2 > div.promo-img-wrap > div.promo-icon {
    background-image: url('/Content/images/iconImg/T2.png');
}

a.industryIcon2:hover > div.promo-img-wrap > div.promo-icon {
    background-image: url('/Content/images/iconImg/T2_s.png');
}

a.industryIcon2:hover > div.promo-img-wrap > div.promo-content > h4 {
    color: #187fc4;
}

a.industryIcon3 > div.promo-img-wrap > div.promo-icon {
    background-image: url('/Content/images/iconImg/T3.png');
}

a.industryIcon3:hover > div.promo-img-wrap > div.promo-icon {
    background-image: url('/Content/images/iconImg/T3_s.png');
}

a.industryIcon3:hover > div.promo-img-wrap > div.promo-content > h4 {
    color: #187fc4;
}

a.industryIcon4 > div.promo-img-wrap > div.promo-icon {
    background-image: url('/Content/images/iconImg/T4.png');
}

a.industryIcon4:hover > div.promo-img-wrap > div.promo-icon {
    background-image: url('/Content/images/iconImg/T4_s.png');
}

a.industryIcon4:hover > div.promo-img-wrap > div.promo-content > h4 {
    color: #187fc4;
}

a.industryIcon5 > div.promo-img-wrap > div.promo-icon {
    background-image: url('/Content/images/iconImg/T5.png');
}

a.industryIcon5:hover > div.promo-img-wrap > div.promo-icon {
    background-image: url('/Content/images/iconImg/T5_s.png');
}

a.industryIcon5:hover > div.promo-img-wrap > div.promo-content > h4 {
    color: #187fc4;
}

a.industryIcon6 > div.promo-img-wrap > div.promo-icon {
    background-image: url('/Content/images/iconImg/T6.png');
}

a.industryIcon6:hover > div.promo-img-wrap > div.promo-icon {
    background-image: url('/Content/images/iconImg/T6_s.png');
}

a.industryIcon6:hover > div.promo-img-wrap > div.promo-content > h4 {
    color: #187fc4;
}

a.industryIcon7 > div.promo-img-wrap > div.promo-icon {
    background-image: url('/Content/images/iconImg/T7.png');
}

a.industryIcon7:hover > div.promo-img-wrap > div.promo-icon {
    background-image: url('/Content/images/iconImg/T7_s.png');
}

a.industryIcon7:hover > div.promo-img-wrap > div.promo-content > h4 {
    color: #187fc4;
}

a.industryIcon8 > div.promo-img-wrap > div.promo-icon {
    background-image: url('/Content/images/iconImg/T8.png');
}

a.industryIcon8:hover > div.promo-img-wrap > div.promo-icon {
    background-image: url('/Content/images/iconImg/T8_s.png');
}

a.industryIcon8:hover > div.promo-img-wrap > div.promo-content > h4 {
    color: #187fc4;
}

a.industryIcon9 > div.promo-img-wrap > div.promo-icon {
    background-image: url('/Content/images/iconImg/T9.png');
}

a.industryIcon9:hover > div.promo-img-wrap > div.promo-icon {
    background-image: url('/Content/images/iconImg/T9_s.png');
}

a.industryIcon9:hover > div.promo-img-wrap > div.promo-content > h4 {
    color: #187fc4;
}

a.industryIcon10 > div.promo-img-wrap > div.promo-icon {
    background-image: url('/Content/images/iconImg/T10.png');
}

a.industryIcon10:hover > div.promo-img-wrap > div.promo-icon {
    background-image: url('/Content/images/iconImg/T10_s.png');
}

a.industryIcon10:hover > div.promo-img-wrap > div.promo-content > h4 {
    color: #187fc4;
}

.weibo {
    background-image: url('/Content/images/iconImg/wb.png');
}

.weibo:hover {
    background-image: url('/Content/images/iconImg/wb_s.png');
}

.qq {
    background-image: url('/Content/images/iconImg/qt.png');
}

.qq:hover {
    background-image: url('/Content/images/iconImg/qt_s.png');
}

.facebook2 {
    background-image: url('/Content/images/iconImg/fb.png');
}

.facebook2:hover {
    background-image: url('/Content/images/iconImg/fb_s.png');
}

.linkedin {
    background-image: url('/Content/images/iconImg/in.png');
}

.linkedin:hover {
    background-image: url('/Content/images/iconImg/in_s.png');
}

.tb {
    background-image: url('/Content/images/iconImg/tb.png');
}

.tb:hover {
    background-image: url('/Content/images/iconImg/tb_s.png');
}

.dropdown-menu {
    z-index: 1200;
}

.tagsinput {
    border: 0 !important;
}

.tagsinput .tag {
    padding: 0px !important;
    margin: 0px !important;
    border: 1px solid #005bac !important;
    /*border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;*/
}

.tagsinput .tag span {
    text-align: center;
    padding-left: 5px;
}

.tagsinput .tag a {
    display: none;
}

/*-------------------
        float
--------------------*/

.right-flex {
    width: 40px;
    position: fixed;
    top: 33%;
    right: 0;
    z-index: 2999;
    /*height: 403px;*/
    margin-top: 6.5%;
}

.right-flex ul {
    list-style-type:none;
    width: 100%
}

.right-flex li {
    margin-bottom: 8px;
    position: relative;
    width: 40px;
    height: 40px;
    float: right;
    line-height: 40px;
    background: #c8c8c8;
    transition: width .3s, background .3s, margin .3s;
    -moz-transition: width .3s, background .3s, margin .3s; /* Firefox 4 */
    -webkit-transition: width .3s, background .3s, margin .3s; /* Safari 和 Chrome */
    -o-transition: width .3s, background .3s, margin .3s; /* Opera */
}

.right-flex li .ico {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    transition: right .3s;
    -moz-transition: right .3s; /* Firefox 4 */
    -webkit-transition: right .3s; /* Safari 和 Chrome */
    -o-transition: right .3s; /* Opera */
}

.right-flex li a {
    display: block;
    width: 100%;
    height: 100%
}

.right-flex li p {
    color: #fff;
    padding: 0 20px;
    line-height: 40px;
    transition: transform .3s;
    -moz-transition: transform .3s; /* Firefox 4 */
    -webkit-transition: transform .3s; /* Safari 和 Chrome */
    -o-transition: transform .3s; /* Opera */
}

.right-flex li.one {
    width: 260px;
    margin-right: -220px;
}

.right-flex li.two {
    width: 460px;
    margin-right: -420px
}

.right-flex li.three {
    width: 260px;
    margin-right: -220px;
}

.right-flex li.one .ico,
.right-flex li.two .ico,
.right-flex li.three .ico {
    left: 0
}

.right-flex li.one p,
.right-flex li.two p,
.right-flex li.three p {
    padding: 0 20px 0 40px
}

.right-flex li .ico.ico01 {
    background: url('../images/iconImg/floatPhone.png') no-repeat center;
}

.right-flex li .ico.ico02 {
    background: url('../images/iconImg/floatAddress.png') no-repeat center;
}

.right-flex li .ico.ico03 {
    background: url('../images/iconImg/floatEmail.png') no-repeat center;
}

.right-flex li .ico.ico04 {
    background: url('../images/iconImg/floatTop.png') no-repeat center;
}

.right-flex li .ico.ico05 {
    background: url('../images/iconImg/floatback.png') no-repeat center;
}

.right-flex li:hover {
    width: 55px;
    background: #187fc4
}
.right-flex li:hover .ico,
.right-flex li.one:hover .ico,
.right-flex li.two:hover .ico,
.right-flex li.three:hover .ico {
    right: 0;
    left: auto
}
.right-flex li.one:hover {
    margin-right: 0;
    width: 260px
}
.right-flex li.two:hover {
    margin-right: 0;
    width: 460px
}
.right-flex li.three:hover {
    margin-right: 0;
    width: 260px
}
.right-flex li.one:hover p,
.right-flex li.two:hover p,
.right-flex li.three:hover p {
    padding: 0 20px
}

.f-cb {
    zoom: 1;
    height: 240px;
}

.f-cb:after {
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
    overflow:hidden;
    content: ".";
}

/**/
.head_box {
    position: relative;
}

.head_box > img {
    display: block;
    max-width: 100%;
    height: auto;
}

.head_titlebox {
    position: absolute;
    right: 20%;
    bottom: 0;
    left: 20%;
    z-index: 10;
    color: #fff;
    text-align: left;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.head_titlerightbox {
    position: absolute;
    right: 23%;
    bottom: 0;
    z-index: 10;
    color: #fff;
    text-align: left;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.head_titlecenterbox {
    position: absolute;
    right: 20%;
    bottom: 0;
    left: 20%;
    z-index: 10;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.head_titleleftcenterbox {
    position: absolute;
    right: 55%;
    bottom: 0;
    left: 20%;
    z-index: 10;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
