.box-sizing {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.mont {
  font-family: "Montserrat Alternates", sans-serif;
}
.d-block {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
/* CSS Reset*/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
*,
div,
ul,
li,
span,
input,
textarea,
header,
footer,
nav,
b,
h1,
h2,
h3,
h4,
h5 {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
input:focus,
textarea:focus,
div:focus,
button:focus,
select:focus {
  outline: none;
}
body {
  background: #ffffff;
  font-size: 14px;
  font-family: "Arial", sans-serif;
  color: #6c6c6c;
  font-weight: 400;
}
a {
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  font-family: "Arial", sans-serif;
  color: #6c6c6c;
  font-weight: 400;
}
a:hover {
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  color: #6c6c6c;
}
a:visited {
  text-decoration: none;
}
.container {
  margin: 0 auto;
  position: relative;
  display: block;
}
@media only screen and (min-width: 1366px) {
  .container {
    width: 1170px;
  }
}
.cle::after {
  content: "";
  display: block;
  clear: both;
}
@media only screen and (min-width: 1366px) {
  .d-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
@media only screen and (min-width: 1366px) {
  .df-center {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media only screen and (min-width: 1366px) {
  .flex-wrap {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1366px) {
  .flex-end {
    justify-content: flex-end;
  }
}
@media only screen and (max-width: 1365px) {
  .mob-d-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
@media only screen and (max-width: 1365px) {
  .mob-df-center {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media only screen and (max-width: 1365px) {
  .mob-flex-wrap {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 1365px) {
  .mob-flex-end {
    justify-content: flex-end;
  }
}
@media only screen and (min-width: 480px) and (max-width: 1365px) {
  .tab-d-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
@media only screen and (min-width: 480px) and (max-width: 1365px) {
  .tab-df-center {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media only screen and (min-width: 480px) and (max-width: 1365px) {
  .tab-flex-wrap {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 480px) and (max-width: 1365px) {
  .tab-flex-end {
    justify-content: flex-end;
  }
}
.d-table {
  display: table;
  margin: 0;
  padding: 0;
  width: 100%;
}
.d-cell {
  display: table-cell;
}
.va-middle {
  vertical-align: middle;
}
.va-bottom {
  vertical-align: bottom;
}
.va-top {
  vertical-align: top;
}
/* SLİDER */
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}
.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 35px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-prev:before,
.slick-next:before {
  color: black;
}
/* Slider Arrows */
.slider2 .slick-prev,
.slider2 .slick-next {
  font-size: 0;
  display: block;
  position: absolute;
}
.slider2 .slick-prev::before,
.slider2 .slick-next::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: block;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  font-size: 6px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  background: #eeeeee;
  cursor: pointer;
}
.slider2 .slick-prev {
  right: 30px;
  top: -35px;
}
.slider2 .slick-next {
  right: 0px;
  top: -35px;
}
.slider2 .slick-prev::before {
  content: '\f053';
}
.slider2 .slick-next::before {
  content: '\f054';
}
/* Slider Bullets */
.regular .slick-dots {
  position: absolute;
  bottom: -33px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.regular .slick-dots li {
  position: relative;
  display: inline-block;
  list-style: none;
  text-align: center;
  margin: 0 12px;
  padding: 0;
  cursor: pointer;
}
.regular .slick-dots li div {
  display: block;
  border: 0;
  width: 8px;
  text-indent: -99999999px;
  font-size: 0;
  transition: all 0.2s ease-in-out;
  height: 8px;
  background: #949aa9;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  opacity: 1;
}
.regular .slick-dots .slick-active div {
  background: #00c5b5 !important;
  transition: all 0.2s ease-in-out;
}
/* MODAL */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}
.remodal,
[data-remodal-id] {
  display: none;
}
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}
.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}
.remodal-overlay {
  background: rgba(0, 0, 0, 0.8);
}
.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}
.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}
.remodal-wrapper {
  padding: 10px 10px 0;
}
.remodal {
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.remodal iframe,
.remodal img {
  display: inline-block;
  max-width: 100%;
  border: none;
  height: auto;
}
.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}
.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px;
  }
}
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}
.lt-ie9 .remodal {
  width: 700px;
}
.animation1 {
  animation-name: anime1;
  animation-duration: .5s;
  animation-fill-mode: forwards;
}
@keyframes anime1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.none {
  display: none;
}
.spe-inputx::placeholder,
.spe-inputx::-ms-input-placeholder,
.spe-inputx:-ms-input-placeholder,
.spe-inputx::-moz-placeholder,
.spe-inputx:-moz-placeholder,
.spe-inputx::-webkit-input-placeholder {
  color: #6c6c6c !important;
  opacity: 1 !important;
}
@media only screen and (min-width: 1366px) {
  .back-one {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e9f3fd+100 */
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #e9f3fd 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%, #e9f3fd 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%, #e9f3fd 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e9f3fd', GradientType=0);
    /* IE6-9 */
  }
}
@media only screen and (min-width: 1366px) {
  .head-bg {
    background: url("../images/bg1.png") no-repeat top center;
    padding-top: 1px;
  }
}
@media only screen and (min-width: 1366px) {
  .head-bg-sub {
    background: url("../images/bg10.jpg") no-repeat top center;
    padding-top: 1px;
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 1366px) {
  .nav-bot {
    display: none;
  }
}
@media only screen and (max-width: 1365px) {
  header {
    background: url("../images/bg5.jpg") no-repeat top center;
    background-size: cover;
    padding: 30px;
  }
  .nav-bot {
    background: #e65b1f;
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  .nav-bot .htl-market .htlm-col {
    width: 50%;
    padding: 20px 10px;
    text-align: center;
  }
  .nav-bot .htl-market .htlm-col a {
    color: #ffffff;
  }
  .nav-bot .htl-market .htlm-col a:hover {
    color: #ffffff;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
  }
  .nav-bot .htl-market .htlm-col i {
    font-size: 60px;
  }
  .nav-bot .htl-market .htlm-col span {
    display: block;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    margin-top: 5px;
    font-size: 16px;
    font-family: "Montserrat Alternates", sans-serif;
    font-weight: 700;
  }
}
@media only screen and (min-width: 1366px) {
  .ht-one {
    margin-top: 70px;
  }
}
@media only screen and (min-width: 1366px) {
  .ht-one .logo {
    width: 30%;
  }
}
.ht-one .logo img {
  display: block;
}
@media only screen and (min-width: 1366px) {
  .ht-one .logo img {
    max-width: 100%;
  }
}
@media only screen and (max-width: 1365px) {
  .ht-one .logo img {
    max-width: 160px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1366px) {
  .ht-one nav {
    width: 70%;
    text-align: right;
  }
}
@media only screen and (max-width: 1365px) {
  .ht-one nav {
    display: none;
    margin: 0;
    padding: 0;
    position: fixed;
    height: 100%;
    z-index: 100;
    background: #f1682c;
    left: 0;
    top: 0;
    width: 100%;
    list-style: none;
  }
}
@media only screen and (min-width: 1366px) {
  .ht-one nav ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
  }
}
@media only screen and (max-width: 1365px) {
  .ht-one nav ul {
    display: block;
    padding: 50px 0 0 0;
    margin: 0;
    list-style: none;
  }
}
@media only screen and (min-width: 1366px) {
  .ht-one nav ul li {
    display: inline-block;
    margin-left: 15px;
  }
}
@media only screen and (max-width: 1365px) {
  .ht-one nav ul li {
    display: block;
    padding: 10px 40px;
  }
}
@media only screen and (min-width: 1366px) {
  .ht-one nav ul li:last-child a::before {
    content: "-";
    margin-right: 15px;
  }
}
.ht-one nav ul li a {
  display: block;
  color: #ffffff;
  font-weight: 700;
}
@media only screen and (max-width: 1365px) {
  .ht-one nav ul li a {
    font-size: 23px;
  }
}
.ht-one nav ul li a:hover {
  color: #00f9c3;
}
@media only screen and (min-width: 1366px) {
  .resp-menu {
    display: none;
  }
}
@media only screen and (max-width: 1365px) {
  .resp-menu {
    font-size: 35px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    position: absolute;
    top: 25px;
    cursor: pointer;
    right: 20px;
    color: #f1682c;
    z-index: 10000;
  }
  .resp-menu.current {
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    color: #ffffff;
    position: fixed;
  }
}
@media only screen and (min-width: 1366px) {
  .ht-two .htt-col:nth-child(1) {
    width: 630px;
  }
  .ht-two .htt-col:nth-child(2) {
    width: 540px;
  }
}
.htt-text1 {
  font-family: "Montserrat Alternates", sans-serif;
  margin-bottom: 0;
  margin-right: 0;
  margin-left: 0;
  padding: 0;
  font-weight: 600;
  color: #ffffff;
}
@media only screen and (min-width: 1366px) {
  .htt-text1 {
    margin-top: 80px;
    height: 210px;
    width: 630px;
    line-height: 80px;
    font-size: 60px;
  }
}
@media only screen and (max-width: 1365px) {
  .htt-text1 {
    margin-top: 30px;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
  }
}
.htt-text1 span {
  color: #04f0bd;
}
@media only screen and (min-width: 1366px) {
  .htt-text2 {
    height: 235px;
    color: #ffffff;
    font-size: 26px;
    padding-top:0;
    padding-left:0;
    padding-bottom:0;
    margin:0;
    font-weight:400;
    line-height: 34px;
    padding-right: 25%;
  }
  .htt-text3 {
    font-size: 21px;
    height: 135px;
    padding-top:0;
    padding-left:0;
    padding-bottom:0;
    font-weight:400;
    margin:0;
    color: #ffffff;
    line-height: 30px;
    padding-right: 40%;
  }
}
@media only screen and (max-width: 1365px) {
  .htt-text2 {
    display: none;
  }
  .htt-text3 {
    display: none;
  }
}
@media only screen and (min-width: 1366px) {
  .htt-log-panel {
    background: url("../images/bg2.png") no-repeat center center;
    width: 555px;
    margin-top: -260px;
    padding: 85px 100px 0 135px;
    float: right;
    margin-right: -70px;
    height: 704px;
  }
}
.htt-log-panel .htl-title {
  color: #fe4c41;
  font-family: "Montserrat Alternates", sans-serif;
  font-size: 30px;
  font-weight: 800;
}
@media only screen and (min-width: 1366px) {
  .htt-log-panel .htl-title {
    margin: 0 0 0 20px;
  }
}
@media only screen and (max-width: 1365px) {
  .htt-log-panel .htl-title {
    background: url("../images/bg6.jpg") no-repeat top left;
    margin: 0 30px;
    padding-top: 30px;
  }
}
@media only screen and (max-width: 1365px) {
  .htt-log-panel .htl-form {
    padding: 0 30px;
  }
}
.htt-log-panel .htl-form .htl-row .htl-col:nth-child(1) {
  text-align: center;
}
@media only screen and (min-width: 1366px) {
  .htt-log-panel .htl-form .htl-row .htl-col:nth-child(1) {
    width: 20%;
  }
}
@media only screen and (max-width: 1365px) {
  .htt-log-panel .htl-form .htl-row .htl-col:nth-child(1) {
    width: 30%;
  }
}
@media only screen and (min-width: 1366px) {
  .htt-log-panel .htl-form .htl-row .htl-col:nth-child(2) {
    width: 80%;
  }
}
@media only screen and (max-width: 1365px) {
  .htt-log-panel .htl-form .htl-row .htl-col:nth-child(2) {
    width: 70%;
  }
}
.htt-log-panel .htl-form .htl-row2 {
  margin-top: 10px;
}
.htt-log-panel .htl-form .htl-row2 .htl-col:nth-child(1) {
  text-align: center;
}
@media only screen and (min-width: 1366px) {
  .htt-log-panel .htl-form .htl-row2 .htl-col:nth-child(1) {
    width: 10%;
  }
}
@media only screen and (max-width: 1365px) {
  .htt-log-panel .htl-form .htl-row2 .htl-col:nth-child(1) {
    width: 20%;
  }
}
.htt-log-panel .htl-form .htl-row2 .htl-col:nth-child(2) {
  color: #969696;
  font-size: 12px;
}
@media only screen and (min-width: 1366px) {
  .htt-log-panel .htl-form .htl-row2 .htl-col:nth-child(2) {
    width: 90%;
  }
}
@media only screen and (max-width: 1365px) {
  .htt-log-panel .htl-form .htl-row2 .htl-col:nth-child(2) {
    width: 80%;
  }
}
.htt-log-panel .htl-form .htl-row-fix {
  margin-top: 10px;
}
@media only screen and (min-width: 1366px) {
  .htt-log-panel-sub {
    background: url("../images/bg11.png") no-repeat center center;
    width: 555px;
    padding: 85px 100px 0 135px;
    float: right;
    margin-right: -70px;
    height: 704px;
  }
}
@media only screen and (max-width: 1365px) {
  .htt-log-panel-sub {
    display: none;
  }
}
.htt-log-panel-sub .htl-title {
  color: #fe4c41;
  font-family: "Montserrat Alternates", sans-serif;
  font-size: 30px;
  font-weight: 800;
}
@media only screen and (min-width: 1366px) {
  .htt-log-panel-sub .htl-title {
    margin: 0 0 0 20px;
  }
}
@media only screen and (max-width: 1365px) {
  .htt-log-panel-sub .htl-title {
    background: url("../images/bg6.jpg") no-repeat top left;
    margin: 0 30px;
    padding-top: 30px;
  }
}
@media only screen and (max-width: 1365px) {
  .htt-log-panel-sub .htl-form {
    padding: 0 30px;
  }
}
.htt-log-panel-sub .htl-form .htl-row .htl-col:nth-child(1) {
  text-align: center;
}
@media only screen and (min-width: 1366px) {
  .htt-log-panel-sub .htl-form .htl-row .htl-col:nth-child(1) {
    width: 20%;
  }
}
@media only screen and (max-width: 1365px) {
  .htt-log-panel-sub .htl-form .htl-row .htl-col:nth-child(1) {
    width: 30%;
  }
}
@media only screen and (min-width: 1366px) {
  .htt-log-panel-sub .htl-form .htl-row .htl-col:nth-child(2) {
    width: 80%;
  }
}
@media only screen and (max-width: 1365px) {
  .htt-log-panel-sub .htl-form .htl-row .htl-col:nth-child(2) {
    width: 70%;
  }
}
.htt-log-panel-sub .htl-form .htl-row2 {
  margin-top: 10px;
}
.htt-log-panel-sub .htl-form .htl-row2 .htl-col:nth-child(1) {
  text-align: center;
}
@media only screen and (min-width: 1366px) {
  .htt-log-panel-sub .htl-form .htl-row2 .htl-col:nth-child(1) {
    width: 10%;
  }
}
@media only screen and (max-width: 1365px) {
  .htt-log-panel-sub .htl-form .htl-row2 .htl-col:nth-child(1) {
    width: 20%;
  }
}
.htt-log-panel-sub .htl-form .htl-row2 .htl-col:nth-child(2) {
  color: #969696;
  font-size: 12px;
}
@media only screen and (min-width: 1366px) {
  .htt-log-panel-sub .htl-form .htl-row2 .htl-col:nth-child(2) {
    width: 90%;
  }
}
@media only screen and (max-width: 1365px) {
  .htt-log-panel-sub .htl-form .htl-row2 .htl-col:nth-child(2) {
    width: 80%;
  }
}
.htt-log-panel-sub .htl-form .htl-row-fix {
  margin-top: 10px;
}
.spe-submit1 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff6d64+0,fe4d42+100 */
  background: #ff6d64;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ff6d64 0%, #fe4d42 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ff6d64 0%, #fe4d42 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ff6d64 0%, #fe4d42 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6d64', endColorstr='#fe4d42', GradientType=0);
  /* IE6-9 */
  color: #ffffff;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  font-family: "Montserrat Alternates", sans-serif;
  height: 67px;
  text-align: center;
  line-height: 67px;
  border: none;
  display: block;
  width: 100%;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.3);
  font-size: 24px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  font-weight: 800;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.33);
}
.spe-submit1:hover {
  opacity: 0.8;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.input-bg1 {
  background: #f4effa;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  margin-top: 30px;
  -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.22);
  box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.22);
}
.spe-input1 {
  height: 60px;
  background: transparent;
  line-height: 60px;
  width: 100%;
  padding: 0 20px 0 0;
  font-size: 20px;
  color: #411e71;
  border: none;
}
.spe-input1::-webkit-input-placeholder {
  color: #411e71 !important;
  opacity: 1 !important;
}
.spe-input1::-moz-placeholder {
  color: #411e71 !important;
  opacity: 1 !important;
}
.spe-input1:-ms-input-placeholder {
  color: #411e71 !important;
  opacity: 1 !important;
}
.spe-input1:-moz-placeholder {
  color: #411e71 !important;
  opacity: 1 !important;
}
.spe-icons {
  background-image: url("../images/sprite.png");
  background-repeat: no-repeat;
  display: block;
}
.spe-icon1 {
  background-position: -26px -55px;
  width: 26px;
  margin: 0 auto;
  height: 26px;
}
.spe-icon2 {
  background-position: -52px -55px;
  width: 26px;
  margin: 0 auto;
  height: 26px;
}
.spe-icon3 {
  background-position: 0 -55px;
  width: 26px;
  height: 26px;
}
.spe-icon4 {
  background-position: 0 0;
  width: 55px;
  margin: 0 auto;
  height: 55px;
}
.spe-icon5 {
  background-position: -55px 0;
  width: 55px;
  height: 55px;
  margin: 0 auto;
}
.spe-icon5 {
  background-position: -55px 0;
  width: 55px;
  height: 55px;
  margin: 0 auto;
}
.spe-icon5 {
  background-position: -55px 0;
  width: 55px;
  height: 55px;
  margin: 0 auto;
}
.spe-icon6 {
  background-position: -110px 0;
  width: 70px;
  height: 70px;
  margin: 0 auto;
}
.spe-icon7 {
  background-position: -180px 0;
  width: 70px;
  height: 70px;
  margin: 0 auto;
}
.spe-icon8 {
  background-position: -250px 0;
  width: 70px;
  height: 70px;
  margin: 0 auto;
}
.spe-icon9 {
  background-position: 0 -81px;
  width: 136px;
  height: 125px;
  margin: 0 auto;
}
.spe-icon10 {
  background-position: -78px -55px;
  width: 26px;
  height: 26px;
  margin: 0 auto;
}
@media only screen and (min-width: 1366px) {
  .htl-bottom {
    margin-top: 55px;
  }
}
@media only screen and (max-width: 1365px) {
  .htl-bottom {
    background: url("../images/bg7.jpg") no-repeat top center;
    margin: 30px 0 0 0;
    padding: 50px 0;
  }
}
.htl-bottom .htl-text1 {
  color: #fe4c41;
  text-align: Center;
  font-size: 18px;
  margin-bottom: 30px;
  font-weight: 700;
}
.htl-bottom .htl-market .htlm-col {
  width: 50%;
  text-align: center;
}
.htl-bottom .htl-market .htlm-col a {
  color: #411e71;
}
.htl-bottom .htl-market .htlm-col a:hover {
  color: #fe4c41;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.htl-bottom .htl-market .htlm-col i {
  font-size: 60px;
}
.htl-bottom .htl-market .htlm-col span {
  display: block;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  margin-top: 5px;
  font-size: 16px;
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 700;
}
.slider1 .slick-dots {
  position: absolute;
  bottom: 40px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slider1 .slick-dots li {
  position: relative;
  display: inline-block;
  list-style: none;
  text-align: center;
  margin: 0 10px;
  padding: 0;
  cursor: pointer;
}
.slider1 .slick-dots li div {
  display: block;
  border: 0;
  width: 9px;
  text-indent: -99999999px;
  font-size: 0;
  transition: all 0.2s ease-in-out;
  height: 9px;
  background: #b5d4f3;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  opacity: 1;
}
.slider1 .slick-dots .slick-active div {
  background: #7c63ee !important;
  transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 1365px) {
  .slider1 {
    padding: 40px 0 100px 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e0eaf9+0,f0f6fd+13,f0f6fd+13,e9f3fd+100 */
    background: #e0eaf9;
    /* Old browsers */
    background: -moz-linear-gradient(top, #e0eaf9 0%, #f0f6fd 13%, #f0f6fd 13%, #e9f3fd 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e0eaf9 0%, #f0f6fd 13%, #f0f6fd 13%, #e9f3fd 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e0eaf9 0%, #f0f6fd 13%, #f0f6fd 13%, #e9f3fd 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0eaf9', endColorstr='#e9f3fd', GradientType=0);
    /* IE6-9 */
  }
}
@media only screen and (min-width: 1366px) {
  .slider1 {
    padding: 30px 0;
  }
}
.slider1 .tb-col {
  text-align: center;
}
@media only screen and (min-width: 1366px) {
  .slider1 .tb-col {
    padding: 0 6%;
  }
}
@media only screen and (max-width: 1365px) {
  .slider1 .tb-col {
    padding: 0 2%;
  }
}
.slider1 .tb-col .tb-icon {
  margin: 0 auto;
  width: 110px;
  height: 110px;
  background: #ffffff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
.slider1 .tb-col .tb-name {
  margin: 20px 0;
}
.slider1 .tb-col .tb-name a {
  font-family: "Montserrat Alternates", sans-serif;
  text-align: center;
  color: #51278b;
  font-size: 25px;
  font-weight: 700;
}
.slider1 .tb-col .tb-text {
  line-height: 22px;
  font-weight: 500;
  color: #587291;
  font-size: 18px;
}
@media only screen and (min-width: 1366px) {
  .content-one {
    padding: 80px 0;
  }
  .content-one .co-col:nth-child(1) {
    width: 62%;
  }
  .content-one .co-col:nth-child(2) {
    width: 36%;
    margin-left: 2%;
  }
}
@media only screen and (max-width: 1365px) {
  .content-one {
    padding: 40px 15px;
  }
  .content-one .co-col:nth-child(2) {
    margin-top: 30px;
  }
}
.co-tabs {
  display: table;
  width: 100%;
}
@media only screen and (max-width: 1365px) {
  .co-tabs {
    height: 60px;
  }
}
.co-tabs .co-tab {
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
  color: #51278b;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
@media only screen and (min-width: 1366px) {
  .co-tabs .co-tab {
    font-size: 26px;
    padding-bottom: 25px;
    text-align: Center;
    border-bottom: 10px solid #ececec;
  }
  .co-tabs .co-tab:nth-child(1) {
    width: 40%;
  }
  .co-tabs .co-tab:nth-child(2) {
    width: 60%;
  }
}
@media only screen and (max-width: 1365px) {
  .co-tabs .co-tab {
    font-size: 16px;
    padding-bottom: 20px;
    text-align: left;
    border-bottom: 7px solid #ececec;
  }
  .co-tabs .co-tab:nth-child(1) {
    width: 50%;
  }
  .co-tabs .co-tab:nth-child(2) {
    width: 50%;
  }
}
.co-tabs .co-tab.current,
.co-tabs .co-tab:hover {
  border-color: #ff695f;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.co-tab-content {
  display: none;
}
.co-tab-content.current {
  display: block;
}
.co-texts {
  font-size: 13px;
  line-height: 20px;
}
@media only screen and (min-width: 1366px) {
  .co-texts {
    padding: 40px 30px;
  }
}
@media only screen and (max-width: 1365px) {
  .co-texts {
    padding: 30px 0px;
  }
}
.co-back {
  background: #e9f3fd url("../images/bg3.png") no-repeat bottom center;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  text-align: center;
}
@media only screen and (min-width: 1366px) {
  .co-back {
    padding: 40px 70px 310px 70px;
  }
}
@media only screen and (max-width: 1365px) {
  .co-back {
    padding: 40px 30px 310px 30px;
  }
}
.co-text1 {
  font-size: 30px;
  color: #51278b;
  font-weight: 700;
  font-family: "Montserrat Alternates", sans-serif;
}
.co-parag {
  color: #587291;
  font-size: 18px;
  margin-top: 25px;
  line-height: 22px;
}
.co-bor {
  height: 10px;
  width: 44px;
  margin: 0 auto;
  background: #d3e4f4;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  margin-top: 25px;
}
@media only screen and (min-width: 1366px) {
  .foot-bg {
    background: url("../images/bg4.jpg") no-repeat bottom center;
    margin-top: 20px;
    padding-bottom: 70px;
  }
}
@media only screen and (min-width: 1366px) {
  .foot-big-text {
    margin-bottom: 150px;
  }
}
@media only screen and (max-width: 1365px) {
  .foot-big-text {
    padding: 30px 0;
    text-align: Center;
    background: url("../images/bg9.jpg") no-repeat center center;
  }
}
@media only screen and (min-width: 1366px) {
  .foot-big-text .fb-col:nth-child(1) {
    width: 30%;
    padding-left: 85px;
  }
}
.foot-big-text .fb-col:nth-child(2) {
  color: #411e71;
  font-weight: 700;
  font-family: "Montserrat Alternates", sans-serif;
}
@media only screen and (min-width: 1366px) {
  .foot-big-text .fb-col:nth-child(2) {
    width: 70%;
    font-size: 50px;
  }
}
@media only screen and (max-width: 1365px) {
  .foot-big-text .fb-col:nth-child(2) {
    font-size: 30px;
    margin-top: 30px;
  }
}
.foot-big-text .fb-col:nth-child(2) span {
  color: #fe4c41;
}
@media only screen and (max-width: 1365px) {
  footer {
    background: url("../images/bg8.jpg") no-repeat;
    background-size: cover;
    padding: 30px 0;
  }
}
@media only screen and (min-width: 1366px) {
  .foot-one .ft-o-col:nth-child(1) {
    width: 50%;
  }
}
.foot-one .ft-o-col:nth-child(1) img {
  display: block;
}
@media only screen and (min-width: 1366px) {
  .foot-one .ft-o-col:nth-child(1) img {
    max-width: 100%;
  }
}
@media only screen and (max-width: 1365px) {
  .foot-one .ft-o-col:nth-child(1) img {
    max-width: 170px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1366px) {
  .foot-one .ft-o-col:nth-child(2) {
    width: 50%;
    text-align: right;
  }
}
@media only screen and (max-width: 1365px) {
  .foot-one .ft-o-col:nth-child(2) {
    text-align: Center;
    margin-top: 30px;
  }
}
.foot-one .ft-o-col:nth-child(2) a {
  display: inline-block;
  color: #ffffff;
  font-size: 40px;
}
@media only screen and (min-width: 1366px) {
  .foot-one .ft-o-col:nth-child(2) a {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 1365px) {
  .foot-one .ft-o-col:nth-child(2) a {
    margin: 0 30px;
  }
  .foot-one .ft-o-col:nth-child(2) a:first-child {
    margin-left: 0;
  }
  .foot-one .ft-o-col:nth-child(2) a:last-child {
    margin-right: 0;
  }
}
.foot-one .ft-o-col:nth-child(2) a:hover {
  color: #3a1868;
}
@media only screen and (min-width: 1366px) {
  .foot-two {
    margin-top: 55px;
  }
}
@media only screen and (max-width: 1365px) {
  .foot-two {
    display: none;
  }
}
.foot-two .ft-t-col:nth-child(1) {
  width: 50%;
}
.foot-two .ft-t-col:nth-child(1) .ft-t-links ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.foot-two .ft-t-col:nth-child(1) .ft-t-links ul li {
  display: inline-block;
  margin-right: 15px;
}
.foot-two .ft-t-col:nth-child(1) .ft-t-links ul li:last-child a::before {
  content: "-";
  margin-right: 15px;
}
.foot-two .ft-t-col:nth-child(1) .ft-t-links ul li a {
  display: block;
  color: #ffffff;
  font-weight: 700;
}
.foot-two .ft-t-col:nth-child(1) .ft-t-links ul li a:hover {
  color: #00f9c3;
}
.foot-two .ft-t-col:nth-child(1) .ft-copyright {
  margin-top: 20px;
}
.foot-two .ft-t-col:nth-child(1) .ft-copyright a {
  font-size: 12px;
  color: #8a69b7;
}
.foot-two .ft-t-col:nth-child(1) .ft-copyright a:hover {
  color: #00f9c3;
}
.foot-two .ft-t-col:nth-child(2) {
  width: 50%;
  text-align: right;
}
.foot-two .ft-t-col:nth-child(2) a {
  color: #8bd2ff;
  font-weight: 700;
  font-size: 16px;
}
@media only screen and (min-width: 1366px) {
  .sub-content {
    margin-top: 180px;
  }
}
@media only screen and (max-width: 1365px) {
  .sub-content {
    padding: 20px;
  }
}
.sub-title1 {
  color: #401871;
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 700;
}
@media only screen and (min-width: 1366px) {
  .sub-title1 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 1365px) {
  .sub-title1 {
    font-size: 26px;
  }
}
.sub-subtitle1 {
  color: #704d9f;
  padding: 0;
}
@media only screen and (min-width: 1366px) {
  .sub-subtitle1 {
    line-height: 30px;
    font-size: 20px;
    margin: 55px 0 0 0;
  }
}
@media only screen and (max-width: 1365px) {
  .sub-subtitle1 {
    line-height: 24px;
    font-size: 16px;
    margin: 20px 0 0 0;
  }
}
@media only screen and (min-width: 1366px) {
  .sub-market {
    margin: 50px 0;
  }
}
.sub-market a {
  display: block;
  padding: 20px 30px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  background: #44256d;
  color: #ffffff;
  margin-right: 6%;
}
@media only screen and (min-width: 1366px) {
  .sub-market a {
    width: 47%;
    float: left;
  }
}
@media only screen and (max-width: 1365px) {
  .sub-market a {
    width: 100%;
    margin: 20px 0;
  }
}
.sub-market a:hover {
  background: #fe4c41;
}
.sub-market a span:nth-child(1) {
  font-size: 60px;
  width: 35%;
  float: left;
}
.sub-market a span:nth-child(2) {
  width: 65%;
  padding-top: 10px;
  float: right;
  font-size: 18px;
  line-height: 23px;
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 700;
}
.sub-market a span:nth-child(2) i {
  color: #00f9c3;
  font-style: normal;
}
.sub-market a:nth-child(2) {
  margin-right: 0;
}
.sub-texts {
  line-height: 23px;
  color: #6c6c6c;
}
@media only screen and (min-width: 1366px) {
  .htl-rightbar {
    width: 555px;
    padding: 15px 100px 0 135px;
    float: right;
    margin-right: -70px;
  }
}
@media only screen and (max-width: 1365px) {
  .htl-rightbar {
    display: none;
  }
}
.htlr-row {
  margin-bottom: 20px;
}
.htlr-row .htlr-col:nth-child(1) {
  width: 30%;
}
.htlr-row .htlr-col:nth-child(1) i {
  margin: 0 !important;
}
.htlr-row .htlr-col:nth-child(2) {
  width: 70%;
}
.htlr-row .htlr-col:nth-child(2) a {
  color: #6c6c6c;
  font-size: 16px;
}
.htlr-row .htlr-col:nth-child(2) a span {
  font-weight: 700;
  font-size: 22px;
  color: #401871;
  display: block;
  margin-bottom: 5px;
}
.sub-mirc-indir {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
}
@media only screen and (min-width: 1366px) {
  .sub-mirc-indir {
    margin: 50px 0;
    padding: 40px 50px;
    background: #44256d url("../images/bg12.png") no-repeat right 50px center;
  }
}
@media only screen and (max-width: 1365px) {
  .sub-mirc-indir {
    margin: 20px 0;
  }
}
@media only screen and (min-width: 1366px) {
  .sub-mirc-indir .smi-row {
    width: 60%;
  }
}
.sub-mirc-indir .smi-row a:hover {
  color: #ffffff;
}
.sub-mirc-indir .smi-row2 {
  margin-top: 15px;
}
@media only screen and (min-width: 1366px) {
  .sub-mirc-indir .smi-row2 {
    width: 60%;
  }
}
.sub-mirc-indir .smi-row2 .smi-col:nth-child(1) {
  width: 15%;
}
.sub-mirc-indir .smi-row2 .smi-col:nth-child(2) {
  width: 85%;
  font-size: 12px;
  color: #9d7dc8;
}
.sub-help {
  margin: 20px 0;
}
.help-row {
  margin-top: 20px;
  background: #f2f7fe;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.help-row:hover,
.help-row.current {
  background: #401871;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  color: #ffffff;
}
.help-row:hover .help-name,
.help-row.current .help-name {
  color: #ffffff;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.help-row:hover .help-name::before,
.help-row.current .help-name::before {
  background-position: -168px -70px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.help-row .help-name {
  color: #401871;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
@media only screen and (min-width: 1366px) {
  .help-row .help-name {
    padding: 20px 30px;
    font-size: 22px;
  }
}
@media only screen and (max-width: 1365px) {
  .help-row .help-name {
    padding: 20px 20px;
    font-size: 16px;
    font-weight: 600;
  }
}
.help-row .help-name::before {
  content: "";
  width: 32px;
  height: 32px;
  display: block;
  float: left;
  background-image: url("../images/sprite.png");
  background-repeat: no-repeat;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  background-position: -136px -70px;
  margin-right: 10px;
}
@media only screen and (min-width: 1366px) {
  .help-row .help-name::before {
    margin-top: -3px;
  }
}
@media only screen and (max-width: 1365px) {
  .help-row .help-name::before {
    margin-top: -6px;
  }
}
.help-row .help-ans {
  padding: 20px 30px;
  font-size: 16px;
  display: none;
  line-height: 22px;
}
