@charset "UTF-8";
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd {
  margin: 0;
  padding: 0;
  /*字体设置*/
  font-family: "Microsoft Yahei", sans-serif;
  color: #ccc;
  list-style: none;
}
img {
  max-width: 100%;
}
a {
  text-decoration: none;
  color: #ccc;
}
a:hover{text-decoration: none;}
.user_box {
  padding: 20px 0;
}
.user_box a {
  margin: 0 15px;
}
.user_box a:first-child {
  margin-left: 0;
}
.header_one {
  border-bottom: 1px solid rgba(49, 49, 49, 0.09);
}
.header_two .logo {
  float: left;
  margin-top:30px;
  width: 28%;
  min-width: 280px;
  position: relative;
}
.header_two .menus {
  float: right;
  line-height: 90px;
}
.header_two .menus .mainnav {
  float: left;
}
.header_two .menus li {
  float: left;
  padding: 0 15px;
}
.header_two .menus li:first-child {
  margin-right: 0;
}
.header_two .menus li a {
  font-weight: bold;
  padding-bottom: 10px;
}
.header_two .menus li a:hover {
  border-bottom: 2px solid #1c6eb7;
}
.header_two .menus .mainnav > .current_page_item > a {
  border-bottom: 2px solid #1c6eb7;
}
.mobile_cart {
  display: none;
  padding-bottom: 20px;
}
.mobile_cart .cart_box {
  margin-top: 15px;
}
.cart_box {
  display: inline-block;
  line-height: normal;
  float: left;
  margin-top: 35px;
  color: #000;
}
.shippingCart {
  background: url(images/bg_header_cart_icon.png) center top no-repeat;
  display: inline-block;
  width: 35px;
  height: 21px;
  text-indent: -9999em;
}

.header_two .header_btn {
  display: none;
  margin-left: 15px;
  width: 43px;
  height: 39px;
  padding: 5px 7px;
  background: #333333;
  vertical-align: middle;
}
.header_two .header_btn > span {
  display: block;
  background: #fff;
  height: 3px;
  margin: 5px 3px;
}
.footer {
  padding: 25px 0;
  background: #161616;
}

.icon_top_home {
  background-position: -4px -96px;
}
.icon_top_phone {
  background-position: -40px -96px;
}
.icon_top_email {
  background-position: -75px -96px;
}
.icon_top_time {
  background-position: -107px -97px;
}
.icon_top_fax {
  background: url("/wp-content/themes/hytechtech/images/bg-Print11.png") center
    center no-repeat;
  width: 21px !important;
  height: 21px !important;
  vertical-align: middle;
}

.footer_content {
  float: left;
}
/* .footer_menu{float:right;} */
.footer_menu {
  max-width: 450px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.footer .inner {
  text-align: center;
}
.footer .inner > a {
  margin: 0 auto;
  margin-bottom: 20px;
  display: block;
  width: max-content;
}
.footer_menu .footer-menu {
  overflow: hidden;
}
.footer_menu li {
  float: left;
  line-height: 25px;
  position: relative;
  padding: 0 10px;
}
.footer_menu li:hover a {
  text-decoration: underline;
}
.footer_menu li:before {
  content: "";
  display: block;
  width: 1px;
  background: #6c6c6c;
  height: 12px;
  position: absolute;
  left: 0;
  top: 7px;
}
.footer_menu li:first-child:before {
  display: none;
}
.footer_menu li a {
  padding: 0 5px;
}
.footer .footer_menu li ul.sub-menu{
    display: none;
}
.footer .inner>a>img{
    max-width: 280px;
}

.menus > #menu-header-menu > .menu-item {
  -ms-position: relative;
  position: relative;
}
.menus > #menu-header-menu > .menu-item a {
  color: #1c6eb7;
}

.menus > #menu-header-menu > .menu-item ul {
  position: absolute;
  left: 0px;
  width: 200px;
  top: 90px;
  z-index: 99;
  background: #fff;
  line-height: 20px;
  display: none;
}
.menus > #menu-header-menu > .menu-item ul li {
  padding: 10px 20px;
}
.menus > #menu-header-menu > .menu-item ul li a:hover {
  border-bottom: none;
  opacity: 0.8;
}
.about_us_content {
  padding: 85px 0 60px 0;
}
.menus>#menu-header-menu>.menu-item:hover{
  .menus > #menu-header-menu > .menu-item .sub-menu {
    display: block;
  }
}
.menus>#menu-header-menu #menu-item-208:hover ul.sub-menu{
    display: block;
}
#menu-item-208>a{
  position: relative;
}
#menu-item-208>a::after{
  content: "\f078";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  right: -15px;
  top: 3px;
  font-size: 12px;
}
.menus > #menu-header-menu > .menu-item ul li {
    width: 100%;
    padding: 10px 20px;
    background-color: #f8f8f8;
    border-bottom: 2px solid #fff;
}
.menus > #menu-header-menu > .menu-item ul li:last-child{
    border:0;
}
.about_text > h2 {
  font-weight: bold;
  color: #292929;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 25px;
}
.about_text > p {
  margin: 0 0 25px;
  line-height: 25px;
  color: #4c4c4c;
}
@media (max-width: 1126px) {
  .header_two {
    padding: 0;
  }
  .header_two .logo {
    float: none;
    display: block;
    margin: 0 auto;
  }
  .header_two .menus {
    float: none;
  }
  .header_two .menus li {
    float: none;
    display: inline-block;
  }
  .header_two {
    text-align: center;
  }

  .menus > #menu-header-menu > .menu-item ul {
    text-align: left;
  }

  .cart_box {
    float: none;
  }
  .header_two .menus .mainnav {
    float: none;
    display: inline-block;
  }
}

@media (max-width: 870px) {
  .header_two > .inner{ position:relative;}
  .mobile_cart {
    display: inline-block;
    position: absolute;
	bottom:-5px;
    right: 100px;
  }
  .header_two .logo {
    display: inline-block;
    width: 88%;
    margin: 0;
  }
  .header_two .logo img{
    max-width: 300px;
    display: block;
    margin: 0 auto;
    width: 100%;
  }
  .header_two .menus .cart_box {
    display: none;
  }
  .menus > #menu-header-menu > .menu-item ul li:hover {
    background: #2c89db;
  }
  .header_two .header_btn {
    float: right;
    display:block;
    margin: 0;
  }
  .header_two .menus .mainnav > .current_page_item > a {
    border-bottom: none;
  }

  .menus {
    display: none;
  }
  .header_two .menus {
    line-height: none;
  }
  .header_two .menus li {
    display: block;
  }
  .menus > #menu-header-menu > .menu-item {
    padding-bottom: 0;
    border-bottom: 1px solid;
  }
  #menu-header-menu {
    background: #f7f4ef;
    width: 100%;
  }
  .menus #menu-item-208>a::after{
    left: 142px;
    top: 18px;
  }
  .header_two .menus {
    text-align: left;
    line-height: 20px;
    width: 100%;
  }

  .header_two > .inner {
    padding: 0;
  }
  .header_two .menus li {
    margin: 0;
    background: ;
  }
  .header_two .menus .mainnav > li > a:hover {
    background: #1c6eb7;
  }
  .header_two .menus .mainnav > li > a:hover {
    color: #fff !important;
  }
  .header_two .menus li {
    padding: 0;
  }
  .header_two .menus li a {
    color: #1c6eb7;
  }
  .header_two .menus li a:hover {
    border-bottom: none;
  }

  .menus > #menu-header-menu > .menu-item ul {
    -ms-position: initial;
    position: initial;
    width: 100%;
    background: #fff;
  }
  .menus > #menu-header-menu > .menu-item a {
    display: block;
    padding: 15px 20px;
  }
  .sub-menu > li {
    border-bottom: 1px solid;
  }
  .sub-menu > li:last-child {
    border-bottom: none;
  }
  .menus > #menu-header-menu > .menu-item ul li {
    padding: 0px 20px;
  }
}
@media (max-width: 600px) {
  .footer_content {
    float: none;
    padding-bottom: 10px;
  }
  .footer_menu {
    float: none;
  }
  .footer {
    text-align: center;
  }
  .footer_menu li {
    display: inline-block;
    float: none;
  }
}

@media (max-width: 414px) {
  .header_two .header_btn {
    margin-left: 60px;
  }
}
@media (min-width: 871px){
    .header_two .menus{
        display: block !important;
    }
}
/* home-slider */
.home_slider_content {
  width: 100%;
  height: 500px;
  border-top: 5px solid #1c6eb7;
  overflow: hidden;
  position: relative;
}
.home_slider_box {
  width: 100%;
  height: 100%;
}
.home_slider_20200417_1 {
  background-image: url(/wp-content/themes/hytechtech/images/bg-3.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.home_slider_20200417_2 {
  background-image: url(/wp-content/themes/hytechtech/images/bg-1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.home_slider_20200417_3 {
  background-image: url(/wp-content/themes/hytechtech/images/banner-bg-2.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.home_slider_20200417_4 {
  background-image: url(/wp-content/themes/hytechtech/images/bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.home_slider_content .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 2px rgb(255, 255, 255);
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  opacity: 1;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
}
.home_slider_content .swiper-pagination-bullet-active {
  background-color: rgb(255, 255, 255);
}
.home_slider_content .home_slider_box .inner {
  padding-top: 150px;
}
.home_slider_content .home_slider_box h2 {
  color: #fff;
  line-height: 57px;
  border-width: 0px;
  margin: 0px;
  padding: 0px;
  letter-spacing: 0px;
  font-weight: 400;
  font-size: 52px;
  margin: 0px 0px 20px;
}
.home_slider_content .home_slider_box p {
  color: #fff;
  line-height: 22px;
  border-width: 0px;
  margin: 0px;
  padding: 0px;
  letter-spacing: 0px;
  font-weight: 400;
  font-size: 24px;
  margin: 0px 0px 20px;
}
.home_slider_content .home_slider_box a {
  display: inline-block;
  font-size: 24px;
  line-height: 17px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  font-family: Roboto;
  background-color: rgb(237, 42, 89);
  border-color: rgb(0, 0, 0);
  border-radius: 6px;
  margin: 0px;
  padding: 16px 80px 18px;
}
.home_slider_content .home_slider_box a:hover {
  background-color: rgb(202, 36, 76);
  text-decoration: none;
}
@media (max-width: 767px){
    .home_slider_content .home_slider_box h2{
        font-size: 40px;
    }
    .home_slider_content .home_slider_box p{
        font-size: 20px;
    }
}
@media (max-width: 480px){
    .home_slider_content .home_slider_box .inner {
        padding-top: 80px;
    }
    .home_slider_content .home_slider_box a{
        padding: 16px 40px 18px;
    }
}

/* grey-border-box */
.grey-border-box.map {
  background-color: #f7f7f7;
  padding: 60px 0;
}
.grey-border-box {
  background-color: #f7f7f7;
  border-bottom: 1px solid #e8e8e8;
  border-top: 1px solid #e8e8e8;
  padding: 50px 0;
}

.front-services {
  background: #fff;
  margin: 0;
  padding: 30px 32px 20px;
  text-align: center;
  box-shadow: 0 0 5px 0 #dedede;
  -webkit-box-shadow: 0 0 5px 0 #dedede;
  -moz-box-shadow: 0 0 5px 0 #dedede;
  -o-box-shadow: 0 0 5px 0 #dedede;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  font-size: 16px;
  line-height: 22px;
  color: #777;
  min-height: 300px;
}
.front-services:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  cursor: pointer;
}
.front-services span {
  background: #004f6d;
  border: 5px solid #e1f4f9;
  display: inline-block;
  font-size: 56px;
  text-align: center;
  color: #96d5eb;
  width: 96px;
  height: 96px;
  line-height: 1.45;
  border-radius: 100%;
  vertical-align: middle;
}
.front-services a {
  color: #777;
  text-decoration: none;
}
.front-services h3 {
  color: #004f6d;
  font-size: 24px;
  margin: 25px 0 15px;
  font-weight: 400;
}
.front-services p {
  font-size: 17px;
  line-height: 1.5;
  margin-bottom: 15px;
  color: #777;
}
.front-services span[class*=bookmarks] {
    line-height: 1.5;
}
.front-services span[class*=comment] {
    line-height: 1.55;
}

@media (max-width: 1024px) and (min-width: 768px) {
  .front-services {
    min-height: 0;
  }
}
@media (max-width: 767px) {
  .front-services {
    min-height: inherit;
  }
}
@media (max-width: 767px) {
  .front-services {
    margin: 25px 0;
  }
}

/* wenben */
.vc_row {
  margin: 0 !important;
}
.vc_col-sm-12 {
  padding: 0 !important;
}
.testimonials .wpb_wrapper p {
  padding-top: 15px;
}
.vc_pie_chart .vc_pie_chart_value {
  font-family: zil_semi_slabregular;
  color: #004f6d;
  font-size: 150% !important;
}
.vc_column_container>.vc_column-inner {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}
.vc_column_container>.vc_column-inner {
    padding-left: 0!important;
    padding-right: 0!important;
}
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
    margin-bottom: 35px;
}
.wpb_content_element {
    color: #777;
}
.welcome {
    color: #777;
    font-size: 16px;
    line-height: 24px;
    padding: 35px 0 60px;
    text-align: center;
}
.welcome h4 {
    font-size: 36px;
    color: #004f6d;
    margin: 0 0 15px;
    font-weight: 400;
}
.welcome p {
    color: #777;
    padding: 10px 60px;
    margin-bottom: 15px;
}


@media (max-width: 767px){
    .desktop-content {
        display: none;
    }
}

/*  */
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
    margin-bottom: 35px;
}
.wpb_text_column :last-child{
    margin-bottom: 0;
}
.home-page-tabs {
    padding: 60px 0;
}
.home-page-tabs .trading-tabs .tab-content {
    background: #fff;
    color: #4a4a4a;
    float: left;
    font-size: 16px;
    line-height: 22px;
    margin: 0 5% 0 0;
    min-height: 350px;
    padding: 0 2% 2%;
    width: 50%;
    box-shadow: 0 0 0;
}
.home-page-tabs .trading-tabs ul {
    width: 45%;
    float: left;
}
.trading-tabs::after{
    clear: both;
    content: '';
    display: block;
}
.home-page-tabs .trading-tabs ul li {
    display: block;
    border: 1px solid #eaeaea;
    margin-bottom: 12px;
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.home-page-tabs .trading-tabs ul .panel-default>.panel-heading {
    background: #fff;
    padding: 0;
}
.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.panel-group .panel-heading {
    border-bottom: 0;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}
.home-page-tabs .trading-tabs .panel-title a {
    color: #004f6d;
    font-family: zil_semi_slabregular;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
    padding: 10px 15px!important;
    position: relative;
}
.home-page-tabs .trading-tabs a {
    border: none;
}
.trading-tabs li a {
    color: #2b2b2b;
    text-decoration: none;
    display: block;
    padding: 0 15px;
}
.home-page-tabs .trading-tabs .panel-title a:hover {
    background-color: #f7fcfd;
    color: #004f6d;
}
.home-page-tabs .trading-tabs .panel-title svg {
    border: 1px solid;
    border-radius: 50%;
    padding: 7px;
    color: #afdeeb;
    height: 36px;
    line-height: 180%;
    margin-right: 15px;
    text-align: center;
    width: 36px;
    vertical-align: middle;
}
svg:not(:root).svg-inline--fa {
    overflow: visible;
}
.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -.125em;
}

.home-page-tabs .trading-tabs .panel-title a.collapsed:after {
    content: "\f077";
}
.home-page-tabs .trading-tabs .panel-title a:after {
    content: "\f078";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    right: 18px;
    top: 20px;
    color: #211d1e;
    font-size: 12px;
}

.panel-body {
    padding: 15px;
}
.home-page-tabs .trading-tabs ul .panel-body {
    color: #777;
    font-size: 16px;
    line-height: 22px;
}

@media (max-width: 767px){
    .home-page-tabs .trading-tabs .tab-content {
        width: auto;
        min-height: auto;
        float: none;
    }
    .home-page-tabs .trading-tabs ul {
        width: auto;
        float: none;
    }
    img {
        max-width: 100%;
    }
}

/* page_course */
.page_course {
    background: url(/wp-content/themes/hytechtech/images/ticket-bg.jpg) no-repeat;
    background-size: cover;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 65px;
    overflow: hidden;
}
.page_course>.inner{padding:0;}
.page_course h3.page_course_title {
    color: #fff;
    font-weight: bold;
    font-size: 36px;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 60px;
}
.page_course .item_wrap {
    float: left;
    width: 25%;
}
.page_course .item_wrap .item {
    margin: 0 10px;
    overflow: hidden;
    position: relative;
    background: #f9f9f9;
    padding-bottom: 46px;
    height:446px;
}
.page_course .item_wrap .item_title {
    padding: 20px;
    background: #e9e9e9;
}
.page_course .item_wrap .item_title h4 {
    font-weight: bold;
    font-size: 19px;
    margin-bottom: 10px;
    color: #363636;
}
.page_course .item_wrap .item_title h5 {
    font-weight: bold;
    font-size: 16px;
    color: rgb(237, 42, 89);
}
.page_course .item_wrap .item_content {
    padding: 25px 20px;
    color: #8b8b8b;
}
.page_course .item_wrap .item_content p {
    margin-bottom: 15px;
    color: #8b8b8b;
}
.page_course .item_wrap .item_bottom {
    padding: 15px 0px;
    text-transform: uppercase;
    background-color: rgb(237, 42, 89);
    position: absolute;
    bottom: 0;
    width: 100%;
}
.page_course .item_wrap .item_bottom:hover {
  background-color: rgb(202, 36, 76);
}
.page_course .item_wrap .item_bottom a:hover {
    opacity: 0.2;
    text-decoration: none;
}
.page_course .item_wrap .item_bottom a {
    color: #FFF;
    font-weight: bold;
    opacity: 1;
}
@media(max-width:1024px){
    .page_course .item_wrap {
        width: 50%;
        margin-bottom: 20px;
    }
}
@media(max-width:570px){
    .page_course .item_wrap {
        width: 100%;
    }
    .page_course .item_wrap .item{
        height: 421px;
    }
    .home_banner ul li img {
        min-height: 150px;
        width: auto;
    }
}


.no_page_course .page_course{
    background: none;
}


/* about us */
.about_us_wrapper .about_us_banner .inner{
    max-width: 1000px;
}
.about_us_banner{
    padding: 50px 0 50px;
    border-top: 7px solid #004f6d;
    border-bottom: 0;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    min-height: 100%;
}
.about_us_banner::before{
    background-image: url(/wp-content/themes/hytechtech/images/dots.png);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.about_us_banner h1{
    font-size: 36px;
    color: #96d5eb;
    font-weight: 400;
}
.about_us_banner h3{
    color: #fff;
    font-size: 16px;
    padding-top: 10px;
    font-weight: 400;
}
.about_us_content{
    background: #f7f7f7;
    padding: 35px 0 25px;
}
.about_us_content_center{
    margin: 0 auto;
    float: none !important;
}
.about_us_content_center h2{
    font-size: 28px;
    color: #004f6d;
    margin: 35px 0 20px;
    font-weight: 400;
}
.about_us_content_center p{
    margin-bottom: 15px;
    color: #777;
    line-height: 22px;
    font-size: 16px;
}
.box_interval{padding: 30px 0;}
.about_us_content_center .box_interval h3{
    font-size: 22px;
    color: #004f6d;
    margin: 0 0 20px;
    font-weight: 400;
}
.tick-list {
    margin: 0 0 20px;
}
.tick-list li {
    position: relative;
    padding: 0 0 0 25px;
    color: #777;
    font-size: 16px;
}
.tick-list li:before {
    position: absolute;
    content: "\f05d";
    left: 0;
    top: 2px;
    color: #96d5eb;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}


/* contact_us */
.contact_us div.form{
  max-width: initial !important;
}
.contact_us .title_all{
  font-size: 16px;
  color: #454545;
  font-weight: 700;
  line-height: 1;
}
.contact_us .gform_wrapper .top_label .gfield_label{
  font-size:13px;
  color: #8b8b8b;
  font-weight: normal;
  margin: .625em 0 .5em;
}
.contact_us .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
  width: 100%;
  border: none;
  background: #f4f4f4;
  color: #b5b5b5;
  padding: 16px 19px!important;
}
.contact_us .gform_wrapper textarea{
  border: none;
  background: #f4f4f4;
  font-size: 13px;
  color: #b5b5b5;
  padding: 16px 19px!important;
}
.contact_us .gform_wrapper .gform_footer input:hover{
  background-color: rgb(202, 36, 76);
}


.contact_us .gform_wrapper .gform_footer{
  text-align: left;
}
.contact_us .gform_wrapper .gform_footer input{
  font-size: 1em;
  width: auto;
  margin: 0 16px 0 0;
  background-color: rgb(237, 42, 89);
  display: inline-block;
  zoom: 1;
  padding: 15px 30px;
  color: #FFF;
  cursor: pointer;
  box-shadow: none;
  text-shadow: none;
  border: 1px solid #FFF;
}
.contact_us .page_rigth_item {
  margin-bottom: 60px;
  color: #8b8b8b;
}
.contact_us .page_rigth_item h3{
  color: #383838;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 25px;
  font-weight: bold;
}
.contact_us .page_rigth_item li{
  margin-bottom: 25px;
  color: #8b8b8b;
  font-size: 13px;
}
.contact_us .page_rigth_item li i{
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 10px;
  text-align: center;
}

/* forex product */
.forex_product_banner{
  background-image: url(/wp-content/themes/hytechtech/images/Learn-Forex-Trading-Course-for-Beginner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 40px 0 40px;
}
.forex_product_banner .inner{
  max-width: 1025px;
}
.forex_product_title h2{
  font-size: 55px;
  text-align: left;
  margin-top: 30px;
  margin-bottom: 20px;
  color: #fff;
  font-weight: 400;
}
.forex_product_title p.sub{
  color: #fff;
  font-size: 30px;
  line-height: 33px;
  padding-right: 180px;
  margin-bottom: 35px;
}
.banner-free{
  background-color: #003a5c;
  opacity: .871;
  position: relative;
  overflow: hidden;
  padding: 20px 25px 15px;
  margin-bottom: 10px;
  max-width: 340px;
  min-width: 310px;
}
.banner-free h2{
  font-size: 26px;
  margin-bottom: 2px;
  color: #fff;
  text-align: center;
  font-weight: 400;
}
.banner-free h5{
  font-size: 18px;
  color: #fff;
  text-align: center;
  font-weight: 400;
}
.banner-free .gform_wrapper{
  margin: 18px auto 0;
}
.banner-free .gform_wrapper .gform_heading{
  display: none;
}
.banner-free .gform_wrapper .gform_body{
  width: 100%;
  margin-bottom: 10px;
  padding: 0 10px;
}
.banner-free .gform_wrapper .top_label .gfield_label{
  display: none;
}
.banner-free .gform_wrapper .top_label input.medium{
  border: 0;
  padding: 6px 12px;
  height: 45px;
  width: 100%;
  font-size: 16px;
  background-image: -webkit-linear-gradient(hsla(0,0%,100%,0),hsla(0,0%,100%,0));
}

.gform_wrapper li.gfield.gfield_error .ginput_container input{
  background-color: #f8dbdb!important;
  border-color: #e77776!important;
}

.gform_wrapper li.gfield.gfield_error{
  padding-bottom: 0px;
  padding-top: 0px;
  margin-bottom: 0px!important;
}
.banner-free .gform_wrapper .validation_error,.forex_product_banner .banner-free .gform_wrapper .field_description_below .gfield_description{
  display: none;
}
.gform_wrapper ul.gfield_checkbox li label{
  margin-top: 6px;
}
body div.gform_wrapper ul li.gfield{
  margin-top: 10px;
}
div.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container{
  margin-top: 10px;
}
body div.gform_wrapper ul li.field_description_below div.ginput_container_checkbox{
  margin-top: 10px;
}
.banner-free div.gform_wrapper .gform_footer input.button{
  background: rgba(237,42,89,.8);
  color: #fff;
  border-radius: 6px;
  border: 1px solid rgba(237,42,89,.92);
  transition: all .25s;
  font-size: 20px;
  padding: 10px 60px;
  margin: 0;
  line-height: 1 !important;
}
.banner-free div.gform_wrapper .gform_footer input.button:hover{
  background: rgba(220,3,74,.8);
}
@media only screen and (min-width: 641px){
  div.gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0px;
  }
}
@media only screen and (max-width: 761px), (max-device-width: 1023px) and (min-device-width: 768px){
  div.gform_wrapper ul.gform_fields li.gfield.gfield_error+li.gfield.gfield_error {
    margin-top: 10px;
  }
}


.forex_product_wrapper .page_course .item_wrap{
  float: none;
  margin: 0 auto;
}

.page_course .item_wrap .item_bottom a {
  transition: color 300ms, background-color 300ms, opacity 300ms;
  -moz-transition: color 300ms, background-color 300ms, opacity 300ms;
  -webkit-transition: color 300ms, background-color 300ms, opacity 300ms;
}

/* product */
.woocommerce div.product div.product_title{
  margin-bottom: 40px;
  padding: 20px;
}
.woocommerce div.product .single_product_top_content .product_title form.cart .button.alt{
  margin-top: 4px !important;
}
div.product_title p{
  color: #8b8b8b;
  font-weight: normal;
}