﻿.container {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 8%;
    padding-right: 8%;
}

.nav-tabs, .topbar ul, ul.contact-info, ul.menu {
  list-style: none !important;
  padding-left: 0;
}

.site-branding-logo {
  max-height: inherit;
}

.site-branding-logo img {
  max-height: 80px;
  width: auto;
}

header .site-branding-logo img.logo-site {
  display: block !important;
}

.page-user-login .help.show, .page-user-register .help.show, .page-user-pass .help.show {
  display: block !important;
}
.copyright1 {
    display: inline-block;
    width: 55%;
    vertical-align: middle;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.copyright2 {
    display: inline-block;
    width: 43%;
    vertical-align: middle;
}
.links-inline .btmenu {
    border-right: 1px solid #abafb3;
    margin-right: 10px;
    padding: 0 10px;
}
.links-inline a {
    font-size: 12px;
    font-weight: 700;
    color: #999999;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    margin-right: 30px;
    text-transform: none;
}
.return-top.default {
    display: none;
    position: fixed;
    right: 60px;
    bottom: 180px;
    width: 60px;
    height: 60px;
    background: #025757;
    border-radius:50%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -ms-border-rdius:50%;
    -o-border-radius:50%;
    -webkit-box-shadow:0 10px 30px 0 rgb(0 0 0 /15 %);
    box-shadow: 0 10px 30px 0 rgb(0 0 0 /15%);
    text-transform: none;
    color: #fff;
    font-size: 20px;
    line-height:60px;
    text-align: center;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    z-index: 999;
}
.return-top.default:hover {
    background: #0678be;
    width:60px;
    height:60px;
    border-radius:50%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -ms-border-rdius:50%;
    -o-border-radius:50%;
    -webkit-box-shadow:0 10px 30px 0 rgb(0 0 0 /15 %);
    box-shadow: 0 10px 30px 0 rgb(0 0 0 /15%);
    text-transform: none;
    cursor: pointer;
    color: #fff;
    line-height:60px;
}
@media (min-width: 1025px){
   header.header-v2 .header-main .nav-container {
    position: relative;
  }
  header .gd_menu {
    float: left;
    margin: 0;
  }
  .navigation .gd_menu .megamenu a:hover div.menus:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    color: #0678be;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-bottom: 10px solid #0678be;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
  }
  .navigation .gd_menu li.megamenu:hover div.menus:before{
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-bottom: 8px solid #0678be;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
  }
  .navigation .gd_menu li.menu-item--expanded:hover div.menus:before{
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-bottom: 8px solid #0678be;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
  }
   header.header-v2 .area-main-menu .area-inner .navigation ul.gd_menu>li.menu-item--expanded:hover>ul.sub-menu>li.menu-item--expanded> a>div.menus:before {
      display:none;
    }
   .navigation .gd_menu li.gd-mega-menu .sub-menu{
      top: 100%;
      position: absolute;
      min-width:280px;
      background-color: #fff;
      z-index: 999;
      left: 0;
      padding: 30px 20px 50px;
      visibility: hidden;
      opacity: 0;
      filter: alpha(opacity=0);
      -webkit-transition: all 0.1s ease-out;
      transition: all 0.1s ease-out;
      -moz-transition: all 0.1s ease-out;
      -ms-transition: all 0.1s ease-out;
      -webkit-box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
      -webkit-transform: rotateX(-90deg);
      transform: rotateX(-90deg);
      -webkit-transform-origin: 0 0;
      transform-origin: 0 0;
      border-radius: 0 0 20px 20px;
        border-top: 1px solid #e6e6e6;
   }
}

@media (min-width: 992px){
   header.header-v2 .gd-search-region {
     position: absolute;
     right: 14%;
     top: 45px;
     margin-top: -8px;
     z-index: 9;
     line-height: 1;
  }
  header .gd_menu {
    float: none;
    margin: 0;
  }
  .gd_menu {
     float: left;
      margin: 0;
  }
}
@media (min-width: 768px)
.container {
    width: 750px;
}
header.header-v2 .header-main-inner .main-menu{
	padding-left:30%;
	padding-right:85px;
}
.main-menu .block{margin-bottom:0;}
.navigation .gd_menu > li:hover > ul.sub-menu {
          display: block;
          visibility: visible;
          opacity: 1;
          filter: alpha(opacity=100);
          top: 100%;
          -webkit-transform: rotateX(0);
          transform: rotateX(0); 
}
.navigation .gd_menu > li.mega-menu-block:hover > ul.sub-menu {
          display: none;
          visibility: visible;
          opacity: 1;
          filter: alpha(opacity=100);
          top: 99%;
          -webkit-transform: rotateX(0);
          transform: rotateX(0); 
}
.navmenu{
	text-align:left;
	padding:0px 0px 0 80px;
}

.list-tag .item-list ul > li {
    float: left;
    display: inline-block;
    width: auto !important;
    padding: 0 !important;
    margin: 0 10px 10px 0 !important;
}
.list-tag .item-list ul > li a {
    padding: 2px 10px;
    display: block;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
}
.side-menu-icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    width: 35px;
    height: 20px;
    cursor: pointer;
    line-height: 20px;
}

.side-menu-icon.off span:nth-child(1) {
  transform: scaleX(0.5);
  transform-origin: left;
  transition: transform-origin 0.2s ease-in-out;
  animation: trigger 2s infinite;
}

.side-menu-icon.off span:nth-child(2) {
  transform: scaleX(1);
  transform-origin: right;
  transition: transform 0.2s ease-in-out;
  animation: trigger 2s infinite 0.1s;
}

.side-menu-icon.off span:nth-child(3) {
  transform: scaleX(0.5);
  animation: trigger 2s infinite 0.2s;
}

.side-menu-icon.off:hover span:nth-child(1) {
  transform-origin: right;
}

.side-menu-icon.off:hover span:nth-child(2) {
  transform: scaleX(0.7);
}

.side-menu-icon.off:hover span:nth-child(3) {
  transform: scaleX(1);
}
.side-menu-icon span {
    display: block;
    height: 1px;
    width: 35px;
    margin-bottom: 6px;
    background:#fff;
}

@media (min-width: 992px){
  .navigation .gd_menu > li.megamenu.menu-columns-5 > ul.sub-menu > li:nth-child(1) {
     border-left: none;
   }
  .navigation .gd_menu .megamenu > .sub-menu > li > ul.sub-menu, .navigation .gd_menu .gd-mega-menu > .sub-menu > li > ul.sub-menu:before {
      border:none;
  }
}
.btn-slide a {
    background:#0678be;
    text-align: center;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    display: inline-block;
    transition: none 0s ease 0s;
    line-height: 20px;
    border-width: 2px;
    margin: 0px;
    color: #fff;
    padding: 5px 24px;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 12px;
}
.top-button1 a {
    transition: none 0s ease 0s;
    line-height: 15px;
    margin: 0px;
    color: #fff;
    padding: 5px 25px;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 12px;
    display: inline-block;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    background: #0678be;
    text-transform: none;
}
.top-button1 a:hover {
    transition: none 0s ease 0s;
    line-height: 15px;
    margin: 0px;
    border:2px solid #0678be;
    color: #0678be;
    padding: 5px 25px;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 12px;
    display: inline-block;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    background: #ffffff;
    text-transform: none;
}
.contact-in ul{
	float:left;
	margin:20px 0;
	padding-left:0px !important;
}
.contact-in ul .wx{
	float:left;
	width:106px;
	text-align:center;
	line-height:30px;
	margin-left:0px;
	margin-right:30px;
	color:#a0a0a0;
}
.tags-listb .item-list > ul > li a {
    padding: 8px 16px;
    border: 1px solid rgba(0,0,0,0.1);
    overflow: hidden;
    font-size: 12px;
    display: inline-block;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    font-weight: 500;
    text-transform: none;
}
.tags-listb .item-list > ul > li {
    margin-bottom: 5px;
    display: inline-block;
    float: left;
    margin-right: 10px;
}
.services-grid .gd-view-grid-inner > .item-columns {
    padding-right: 15px !important;
    padding-left: 15px !important;
}
.services-grid.no-border .gd-view-grid-inner > .item-columns {
    padding: 10px!important;
}
.services-grid .gd-view-grid-inner > .item-columns .service-block-2 {
    padding: 35px;
    margin-bottom: 0 !important;
}
.service-block-2 .service-icon {
    font-size: 38px;
    color: #0678be;
    line-height: 46px;
}
.service-block-2 {
    text-align: center;
}
.services-grid .gd-view-grid-inner > .item-columns .service-block-2:hover {
    padding: 20px 20px 40px;
    background-blend-mode: multiply, multiply, normal, normal;
    background: #0678be;
    color: #fff;
    background-position: top right, top left, right bottom -1px, left top;
    background-repeat: no-repeat;
    background-size: 74% 99.83%, 68% 91%, 103.8% 20.26%, 100% 99.8%;
    padding: 35px;
    margin-bottom: 0 !important;
}
.services-grid .gd-view-grid-inner > .item-columns .service-block-2:hover .title span {
    color: #fff;
}
.services-grid .gd-view-grid-inner > .item-columns .service-block-2:hover .readmore a{
    color: #fff;
    border: 2px solid #fff;
}
.services-grid .gd-view-grid-inner > .item-columns:nth-of-type(3n+3) .service-block-3 {
    border-right: none;
}
.services-grid .gd-view-grid-inner > .item-columns:nth-last-child(-n+3) .service-block-3 {
    border-bottom: 0;
}
.services-grid .gd-view-grid-inner > .item-columns .service-block-3:hover {
    padding: 20px 20px 40px;
    background-blend-mode: multiply, multiply, normal, normal;
    background: rgba(192,11,15,.6);
    color: #fff;
    background-position: top right, top left, right bottom -1px, left top;
    background-repeat: no-repeat;
    background-size: 74% 99.83%, 68% 91%, 103.8% 20.26%, 100% 99.8%;
    padding: 35px;
    margin-bottom: 0 !important;
    color: #fff;
}
.services-grid .gd-view-grid-inner > .item-columns .service-block-3 {
    border-right: 1px solid rgba(0, 0, 0, 0.1);;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);;
    padding: 35px;
    margin-bottom: 0 !important;
}
.services-grid .gd-view-grid-inner > .item-columns .service-block-3:hover .readmore a{
    color: #fff;
    border: 2px solid #fff;
}

@media (max-width: 991px){
     header.header-v2 .site-branding-logo {
         float: left;
         font-size: 20px;
         width: 80%;
         left: 3%;
         line-height: 20px;
         display: block;
          padding: 8px 30px 22px 0px;
     }
}
#contact-message-feedback-form .field--name-field-name {
    width: 47%;
    float: left;
    margin-right: 6%;
    margin-bottom: 20px;
}
.contact-message-form .form-item label {
    font-size: 12px;
    display: none;
    text-transform: uppercase;
}
#contact-message-feedback-form .field--name-field-email {
    width: 47%;
    float: left;
    margin-bottom: 20px;
}
#contact-message-feedback-form .field--name-field-region {
    width: 47%;
    float: left;
    margin-right: 6%;
    margin-bottom: 20px;
}
#contact-message-feedback-form .field--name-field-telephone {
    width: 47%;
    float: left;
    margin-bottom: 20px;
}
#contact-message-feedback-form .field--name-field-company {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
#contact-message-feedback-form .form-item {
    margin-bottom: 0px;
}
.gbb-row.special-row .bb-inner {
    padding-top: 0;
}
.gbb-row.special-row .row-wrapper {
    margin-top: 0px;
    position: relative;
    z-index: 9;
    -webkit-box-shadow: 0 5px 35px rgba(0,0,0,0.1);
    box-shadow: 0 5px 35px rgba(0,0,0,0.1);
    border: 1px solid rgba(0,0,0,0.1);
    background: #fff;
}
.img-lined .widget-content:before {
    position: absolute;
    content: close-quote;
    left: 25px;
    top: 9px;
    right: 3px;
    bottom: 9px;
    border: 1px solid #ffffff;
    opacity: .3;
    z-index: 1;
    width: auto;
    height: auto;
}

.gsc-video-box {
  position: relative;
  margin: 0 auto;
}
.gsc-video-box.style-1 {
  margin-bottom: 30px;
}
.gsc-video-box.style-1:hover .image .popup-video .icon {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
}
.gsc-video-box.style-1 .image .popup-video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
}
.gsc-video-box.style-1 .image .popup-video .icon {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  opacity: 0;
  filter: alpha(opacity=0);
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  z-index: 12;
  background: #0678be;
  color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 60px;
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
}
.gsc-video-box.style-1 .video-content {
  position: relative;
  width: 100%;
  bottom: 0;
  left: 0;
  min-height: 50px;
}
.gsc-video-box.style-1 .video-content .video-content-background {
  width: 100%;
  height: 100%;
  background: #0678be;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.gsc-video-box.style-1 .video-content .left {
  padding: 5px 66px 0 0;
  text-align: right;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Microsoft Yahei", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
  letter-spacing: 2px;
  position: relative;
  z-index: 9;
}
.gsc-video-box.style-1 .video-content .left .video-title {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  padding-right: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.gsc-video-box.style-1 .video-content .left .video-desc {
  font-size: 11px;
  padding-right: 30px;
}
.gsc-video-box.style-1 .video-content .right {
  width: 65px;
  height: 100%;
  background: #0678be;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  z-index: 9;
}
.gsc-video-box.style-1 .video-content .right a {
  display: block;
  text-align: center;
  line-height: 58px;
}
.gsc-video-box.style-1 .video-content .right a i {
  font-size: 22px;
  color: #fff;
}
.gsc-video-box.style-1 .video-inner {
  -webkit-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.1);
  position: relative;
}
.gsc-video-box.style-2 {
  margin-bottom: 30px;
}
.gsc-video-box.style-2 .image .popup-video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 19;
  width: 100%;
  height: 100%;
}
.gsc-video-box.style-2 .image .popup-video .icon {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  z-index: 19;
  background: #0678be;
  color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 50px;
}
.gsc-video-box.style-2 .video-content .link-video {
  font-size: 12px;
  font-weight: 400;
  margin: 8px 0 0 35px;
  position: relative;
  float: left;
}
.gsc-video-box.style-2 .video-content .link-video:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  background-color: #000;
  top: 15px;
  left: -35px;
}
.gsc-video-box.style-2 .video-content .link-video strong {
  font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Microsoft Yahei", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
  font-size: 16px;
}
.gsc-video-box.style-2 .video-content .button-review {
  float: right;
  margin-top: 10px;
}
.gsc-video-box.style-2 .video-content .button-review a {
  -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: #000;
  border: 1px solid #000;
  padding: 4px 15px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Microsoft Yahei", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
  letter-spacing: 2px;
}
.gsc-video-box.style-2 .video-content .button-review a:hover {
  color: #fff;
  background: #0678be;
  border-color: #0678be;
}
.gsc-video-box.style-2 .video-inner {
  -webkit-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.1);
  position: relative;
}
.gsc-video-box.style-1:hover .image .popup-video .icon {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
}
.gsc-video-box.style-1 .image .popup-video span.icon:after {
    content: '';
    width: 80px;
    height: 80px;
    border: 10px solid rgba(0,0,0,0.2);
    position: absolute;
    top: -10px;
    left: -10px;
    z-index: 11;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
}
.post-block .post-title1 a {
    display: block;
    line-height: 30px;
    padding: 10px 0 0 30px;
    font-size: 14px;
    color: #000;
    text-transform: none;
    word-wrap: break-word;
}
.gsc-heading .heading-line.heading-line-3 {
    width: 80px;
    height: 2px;
    margin: 10px auto 10px;
    background: linear-gradient(to right,#ff0000 0%,#ff0000 33.33%,#00FF00 33.33%,#00FF00 66.66%,#0000FF 66.66%,#0000FF 100%);
}
.gsc-heading .heading-line.heading-line-1 {
    width: 80%;
    height: 4px;
    margin: 10px auto 10px;
    background: #0678be;
}
.gsc-heading .heading-line.heading-line-2 {
    width: 80px;
    height: 6px;
    border-top: 2px solid #0678be;
    border-bottom: 2px solid #0678be;
    margin: 10px auto 10px;
}
.gsc-heading .heading-line.heading-line-4 {
    width: 80px;
    height: 6px;
    border-top: 2px solid #0678be;
    margin: 10px auto 10px;
}
.gsc-heading.align-left-2 .heading-content:after{
     content: '';
     width:3px;
     height:100%;
     background: #0678be;
     position: absolute;
     top: 0;
     left: 0;
     z-index: 1;
}
.gsc-heading.align-left-2 .heading-content{
     width:50%;
    float:left;
    position: relative;
    padding-left:15px;
}
.gsc-heading.align-left-2 .title-desc {
    margin-top: -50px;
    width: 45%;
    float: right;
    text-align: right;
}
.service-block-4 {
  background: #fff;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.service-block-4 .row {
  margin: 0 !important;
}

.service-block-4 .row .service-images, .service-block-3 .row .service-content {
  padding: 0 !important;
}

.service-block-4 .service-images {
  position: relative;
}

.service-block-4 .service-images:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}

.service-block-4 .service-images .image-popup {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -18px;
  margin-left: -18px;
  width: 36px;
  height: 36px;
  z-index: 11;
  background: #fff;
  text-align: center;
  line-height: 38px;
  color: #000;
  opacity: 0;
}

.service-block-4 .service-images .image-popup:hover {
  color: #fff;
  background: #0678be;
}

.service-block-4 .service-content {
  position: relative;
  position: relative;
  text-align: center;
}
.service-block-4 .service-content .content-inner {
  padding: 0px 0 20px;
}
.service-block-4 .service-content .content-inner .service-icon {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #0678be;
  line-height:120px;
  text-align: center;
  padding-top: 20px;
  display: inline-block;
}
.service-block-4 .service-content .content-inner .service-icon img {
  max-width: 120px;
}
.service-block-4 .service-content .content-inner .title {
  font-size: 20px;
  margin: 30px 0 20px;
}
.service-block-4 .service-content .content-inner .readmore {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 11;
  background: #E6E6E6;
  text-transform: none;
  font-size: 15px;
  text-align: center;
  font-weight: 500;
}
.service-block-4 .service-content .content-inner .readmore a {
  display: block;
  line-height: 50px;
}
.service-block-4 .service-content .content-inner .readmore a:hover {
  background: #0678be;
  color: #000;
}
.service-block-4:hover .service-images:after {
  opacity: 1;
}
.service-block-4:hover .service-images .image-popup {
  opacity: 1;
}
.service-block-2 {
    text-align: center;
    padding:0 0px 20px 0px !important;
    color:#444444;
    border:1px solid #cccccc;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -o-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    padding: 0px 0px;
    background-blend-mode: multiply, multiply, normal, normal;
}
.service-block-2 .content-inner{padding:0 15px;}
.footer .block .block-title {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
table.params tr:nth-of-type(2n){
     background-color: #ECEFF4;
     height: 30px;
} 
table.params tr:nth-of-type(2n+1){
    background-color: #fff;
}
table.params tr td:first-of-type {
    font-size: 16px;
    font-weight: 500;
}
table.params tr td {
    padding: 15px;
    width: 16.6666%;
    font-size: 14px;
    line-height: 20px;
    color: #333;
}
table.params tr th {
    padding: 15px 0;
    width: 16.6666%;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    background:#ECEFF4;
}
.gsc-tabs-images {
  background: #222222;
}
.gsc-tabs-images.style-2 {
    background: none;
    -webkit-box-shadow: 0 10px 30px rgb(0 0 0 / 10%);
    box-shadow: 0 10px 30px rgb(0 0 0 / 10%);
    border: 1px solid rgba(0, 0, 0, 0.08);
    margin-bottom: 35px;
}

.gsc-tabs-images .nav-tabs {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    text-align: center;
    padding: 13px 0;
    margin-bottom: 35px;
}

.gsc-tabs-images .nav-tabs > li {
  display: inline-block;
  float: left;
}

.gsc-tabs-images .nav-tabs > li > a {
     font-size: 18px;
    text-transform: none;
    font-weight: 600;
    padding: 15px 28px;
}
.nav-tabs > li.active > a, .nav-tabs > li > a.active {
    color: #0678be;
    font-size: 18px;
    border-bottom: 4px solid #0678be;
}

@media (max-width: 991.98px) {
  .gsc-tabs-images .nav-tabs > li > a {
    padding: 15px 28px;
  }
}

@media (max-width: 767.98px) {
  .gsc-tabs-imagest .nav-tabs > li > a {
    width: 100%;
  }
}

.gsc-tabs-images .nav-tabs > li > a.active {
  background: none;
  color: #0678be;
}

.gsc-tabs-images .tab-content .tab-pane .images {
  float: left;
  width: 100%;
  padding-right: 0px;
}

@media (max-width: 991.98px) {
  .gsc-tabs-images .tab-content .tab-pane .images {
    width: 100%;
    padding-right: 0;
    margin-bottom: 10px;
  }
}

.gsc-tabs-images .tab-content .tab-pane .images .content-inner {
  width: 100%;
  text-align: center;
}

.gsc-tabs-images .tab-content .tab-pane .images .content-inner span {
  position: relative;
  display: inline-block;
}

.gsc-tabs-images .tab-content .tab-pane .content-inner {
  float: left;
  width: 100%;
  padding-left:0px;
}

@media (max-width: 991.98px) {
  .gsc-tabs-images .tab-content .tab-pane .content-inner {
    width: 100%;
    padding-left: 0;
  }
}
.nav-tabs > li > a {
    font-weight: 600;
    color: #fff;
    border: none;
    padding: 15px 28px;
    font-size: 18px;
    background: #fff;
    border-bottom: 4px solid #fff;
    text-transform: none;
    background: none;
}
.gsc-box-downloads.horizontal .box-content .info{
	width:50%;
	float:left;
	text-align:left;
}
.gsc-box-downloads.horizontal .box-content .box-files{
	width:40%;
	float:right;
	text-align:left;
}
.padding-left-60{padding-left:60px !important;}
.gsc-hover-background .front {
    text-align: center;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.gsc-hover-background .back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -webkit-background-size: cover !important;
    -o-background-size: cover !important;
    -ms-background-size: cover !important;
    background-size: cover !important;
}
.gsc-hover-background {position: relative;margin-bottom: 10px;background-color:#fdfdfd;}
.gsc-hover-background .front {
  text-align: center;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.gsc-hover-background .front .icon {line-height: 1;font-size: 42px;color: #0a7af3;}
.gsc-hover-background .front h2 {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  text-transform: none;
  margin-top: 15px;
  letter-spacing: -1px;
}
.gsc-hover-background .back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -webkit-background-size: cover !important;
  -o-background-size: cover !important;
  -ms-background-size: cover !important;
  background-size: cover !important;
}
.gsc-hover-background .back:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(https://www.proluxon.cn/themes/tdm/images/back-hoverc.png) no-repeat center center transparent;
  z-index: 1;
  position: absolute;
}
.gsc-hover-background .back .content {
  color: #fff;
  padding: 10px 30px;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  display: inline-block;
  text-align: center;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
}
.gsc-hover-background .back .content .content-text {font-size: 15px;color: #fff;padding-bottom: 15px;}
.gsc-hover-background:hover .front {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  filter: alpha(opacity=0);
}
.gsc-hover-background:hover .back {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}