.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;
}
@media (min-width: 1025px){
   header.header-v2 .header-main .nav-container {
    position: relative;
  }
  header .gd_menu {
    float: left;
    margin: 0;
  }
  header.header-v2 .header-main .main-menu .gd_menu > li > a {
    display: block;
    position: relative;
    font-size: 18px;
    line-height:35px;
    padding: 28px 18px;
    text-align: center;
    text-transform: none;
    color: #fff;
    letter-spacing: 0.6px;
  }
  header.header-v2 .header-main.stuck .main-menu .gd_menu > li > a {
    display: block;
    position: relative;
    font-size: 18px;
    line-height:35px;
    padding: 28px 18px;
    text-align: center;
    text-transform: none;
    color: #000;
    letter-spacing: 0.6px;
  }
  .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: 10px solid #0678be;
        border-left: 7px solid transparent;
        border-right: 7px 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: rgba(0,0,0,.9);
      z-index: 999;
      left: 0;
      padding: 20px 20px 20px;
      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;
   }
}

@media (min-width: 992px){
   header.header-v2 .gd-search-region {
     position: absolute;
    right: 230px;
    top: 45px;
    margin-top: -8px;
    z-index: 9;
    line-height: 1;
  }
  header .gd_menu {
    float: none;
    margin: 0;
  }
  .gd_menu {
     float: left;
      margin: 0;
  }
}
header.header-v2 .main-menu {
    max-width: 65%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
}
header.header-v2 .header-right {
    max-width: 20%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    padding: 28px 0;
    text-align: right;
}
.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: 99%;
          -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:20px 100px;
}

.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;
}
.container {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 8%;
    padding-right: 8%;
}
.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: 700;
    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: 700;
    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: 0px !important;
}
.services-grid .gd-view-grid-inner > .item-columns .service-block-2 {
	  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;
}
.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 {
    background: linear-gradient(125deg,rgba(0,96,175,1.0),rgba(109,12,209,1.0));
    padding: 35px;
    margin-bottom: 0 !important;
    color: #fff;
}
.services-grid .gd-view-grid-inner > .item-columns .service-block-2:hover .title span {
    color: #fff;
}
.services-grid .gd-view-grid-inner > .item-columns:nth-of-type(3n+3) .service-block-2 {
    border-right: none;
}
.services-grid .gd-view-grid-inner > .item-columns:nth-last-child(-n+3) .service-block-2 {
    border-bottom: 0;
}
@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: 5px 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: -280px;
    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: "microsoft yahei";
  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: "microsoft yahei";
  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: "microsoft yahei";
  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,#fd4682 0%,#fd4682 33.33%,#fde642 33.33%,#fde642 66.66%,#54b9fd 66.66%,#54b9fd 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;
}

header.header-v2 .quick-side-icon .icon .gv-icon-760:before{
	content:"\ebf7";
	font-size:16px;
	padding-right:5px;
}
.service-block-2 h3.title{
	margin-top:10px;
}
.gsc-heading .heading-line.heading-line-3 {
    width: 80px;
    height: 2px;
    margin: 15px auto 15px;
    background: linear-gradient(to right,#0000FF  0%,#0000FF  50%,#54b9fd 50%,#54b9fd 100%);
}
.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;
}
.gsc-heading.align-left-2 .heading-content:after {
    content: '';
    width: 3px;
    height: 100%;
    background: linear-gradient(to bottom,#0000ff 50%,#0854a5 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.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;
}
.scert ul{
	display:flex;
	display:webkit-box;
	display:webkit-flex;
	display:ms-flexbox;
}
.scert li:nth-of-type(1) {
    margin-left: 0;
}
.scert li {
    position: relative;
    max-width: 80px;
    width: 100%;
    height: 80px;
    line-height: 80px;
    margin: 0 auto;
    text-align: center;
    background-color: #fff;
    border: solid 1px rgba(0,0,0,0.2);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 14px;
    color: #0678be;
    font-family: poppins,sans-serif;
    font-weight: 500;
    font-style: normal;
}
.scert li::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -83%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 56px;
    height: 1px;
    border-top: 1px solid rgba(36,118,237,0.8);
}
.scert li{list-style-type:none;}
.gsc-tabs-content.style-2 {
    background: #fff;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.08);
    margin-bottom: 35px;
}
.nav-tabs, .topbar ul, ul.contact-info, ul.menu {
    list-style: none !important;
    padding-left: 0;
}
.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}
.gd-mega-menu .navmenu .sub-menus{
	  webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 980px;
    margin-left: -200px;
    padding: 40px 80px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.gd-mega-menu .navmenu .sub-menus{
    text-align: left;
    white-space: nowrap;
    -webkit-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

.gd-mega-menu .navmenu ul.sub-menus>li.menu-item {
    max-width: 273px;
    width: 33.33%;
    margin-bottom: 40px;
}
.gd-mega-menu .navmenu ul.sub-menus li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    border: none;
    background: none !important;
}
.gd-mega-menu .navmenu ul.sub-menus .mml-icon {
    text-align: center;
}
.gd-mega-menu .navmenu ul.sub-menus .mml-icon {
    max-width: 60px;
    width: 100%;
    padding-right: 20px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.gd-mega-menu .navmenu ul.sub-menus .mml-icon i {
    color: #0678be;
    font-size: 30px;
}
.gd-mega-menu .navmenu ul.sub-menus h5 {
    margin-bottom: 0;
    font-size: 14px;
    color: #ccc;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.gsc-box-downloads.horizontal .box-files {
    width: 40%;
    float: left;
}
.gsc-box-downloads {
    background: #fff;
    color: #000;
    margin: 20px 0;
}
.gsc-box-downloads.horizontal:before, .gsc-box-download.horizontal:after {
    content: " ";
    display: table;
}
.gsc-box-downloads.horizontal .info {
    width: 60%;
    float: left;
}
.gsc-box-downloads .box-files a {
    display: inline-block;
    margin-bottom: 10px;
    text-align: left;
    color: #0678be;
    font-weight: 700;
    font-size: 13px;
    background: none;
    padding: 0px;
    width: 100%;
}
.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: #006282;}
.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.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 .back:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../../../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);
}
.gd_product h3{
    font-size: 18px;
    font-weight: 500;
    margin:0 10px;
    padding-top:15px;
    padding-bottom:15px;
    border-bottom:1px solid #999999;
}
.gd_product p{font-size: 14px;font-weight: 200;margin-bottom:0px;}
.gd-products:hover .gd_product{background:#006282;color: #fff;	}
.gd-products:hover h3{background:#006282;color: #fff;	border-bottom:1px solid #ffffff;
}
.gd-products:hover img{background:#f2f2f2;border: 2px solid #f2f2f2;}
.gd-products{
    margin: 20px 0;
    padding: 0px;
    color: #444444;
    text-align: center;
    border:1px solid #cccccc;
}
.gd-products p{padding:8px;}
.gd-products:hover p{background:#006282;color: #fff;	text-align:center;}
.gd-products:hover .button-action{background:#006282;text-align:center;}
.feed-icon{display:none;}

@media only screen and (max-height: 768px) and (min-width: 768px){
  #block-imagenav figure {
    font-size: 0.76em;
    right: 4%;
    left: unset;
  }
}
@media only screen and (min-width: 768px){
  #block-imagenav figure {
    top: calc(50% + 41.5px);
    transform: translateY(-50%);
  }
}
@media only screen and (min-width: 640px){
  #block-imagenav figure {
    top: 2.5em;
  }
}
@media only screen and (min-width: 480px){
   #block-imagenav figure {
    left: 5%;
  }
}
#block-imagenav figure {
    max-width: 61.875em;
    width: 100%;
    min-width: 35.9375em;
    position: absolute;
    top: 5.9375em;
    left: -13%;
}
figure {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0;
    margin: 0;
}

@media only screen and (min-width: 1100px){
  #block-imagenav figure {
    left: unset;
    right: -12%;
  }
}
.stp-module-bullets {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
}



@media only screen and (min-width: 1600px){
  .stp-module-bullets .stp-module-bullet-indicator.module-5 {
    top: 30%;
    left: 80%;
  }
}
stp-module-bullets .stp-module-bullet-indicator.module-5 {
    top: 21%;
    left: 64%;
}
@media only screen and (min-width: 1100px){
  .stp-module-bullets .stp-module-bullet-indicator {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.stp-module-bullets .stp-module-bullet-indicator {
    display: inline-block;
    position: absolute;
    width: 2.1875em;
    height: 2.1875em;
    border-radius: 50%;
    background-color: rgba(57, 185, 220, 0.5);
    border: 1px solid #39b9dc;
    transition: all 0.275s ease-in-out;
    cursor: pointer;
    display: none;
}

.nav-tabs > li.active > a, .nav-tabs > li > a.active {
    color: red;
    font-size: 18px;
    border-bottom: 4px solid red;
}
.content-inner ul li {
    color: #fff;
}
.tab-content .content-inner p {
    color: #fff;
}

.scroll-to-top.show {
    opacity: 1;
    visibility: visible;
}
.scroll-to-top {
    display: inline-block;
    width: 45px;
    height: 45px;
    background: #0d6efd;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    -webkit-box-shadow: 0 10px 30px 0 rgb(0 0 0 / 15%);
    position: fixed;
    bottom: 40px;
    right: 40px;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    text-align: center;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.scroll-to-top i {
    font-size: 18px;
    line-height: 50px;
    color: #fff;
    position: relative;
    z-index: 10;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.scroll-to-top:after, .scroll-to-top:before {
    width: 50px;
    height: 50px;
    background-color: #0d6efd;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    -webkit-box-shadow: 0 10px 30px 0 rgb(0 0 0 / 15%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

