.box-sizing {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.scgrad1 {
  background: #ff5e5f;
  background: -moz-linear-gradient(left, #ff5e5f 0%, #fb3f7b 100%);
  background: -webkit-linear-gradient(left, #ff5e5f 0%, #fb3f7b 100%);
  background: linear-gradient(to right, #ff5e5f 0%, #fb3f7b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5e5f', endColorstr='#fb3f7b', GradientType=1);
}
/* 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: "Circle Round", sans-serif;
  color: #7a7a7a;
  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: "Circle Round", sans-serif;
  color: #7a7a7a;
  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: #7a7a7a;
}
a:visited {
  text-decoration: none;
}
.container {
  margin: 0 auto;
  display: block;
}
@media only screen and (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
@media only screen and (max-width: 1179px) {
  .container {
    padding: 0 15px;
  }
}
.cle::after {
  content: "";
  clear: both;
  display: block;
}
@media only screen and (min-width: 1200px) {
  .d-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
@media only screen and (min-width: 1200px) {
  .df-center {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media only screen and (min-width: 1200px) {
  .flex-wrap {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1200px) {
  .flex-end {
    justify-content: flex-end;
  }
}
@media only screen and (max-width: 1199px) {
  .mob-d-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
@media only screen and (max-width: 1199px) {
  .mob-df-center {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media only screen and (max-width: 1199px) {
  .mob-flex-wrap {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 1199px) {
  .mob-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;
}
/* TAB */
.tab-content {
  display: none;
}
.tab-content.current {
  display: block;
}
/* 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;
  }
}
@media only screen and (min-width: 1200px) {
  .home-header {
    background: url("../images/bg1.jpg") no-repeat top center;
    height: 1196px;
  }
}
@media only screen and (max-width: 1199px) {
  .home-header {
    background: url("../images/bg9.jpg") no-repeat top center;
    padding: 15px;
    background-size: cover;
  }
}
@media only screen and (min-width: 1200px) {
  .sub-header {
    background: url("../images/bg11.jpg") no-repeat top center;
    height: 343px;
  }
  .sub-header .mob-logo {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .sub-header {
    background: url("../images/bg12.jpg") no-repeat top center;
    padding: 15px;
    background-size: cover;
  }
  .sub-header .resp-menu {
    background-image: url("../images/icon11.png");
  }
  .sub-header .resp-menu.current {
    background-image: url("../images/icon10.png");
  }
  .sub-header .mob-logo {
    padding-top: 15px;
  }
  .sub-header .mob-logo img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
  }
  .sub-header .head-fixed {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .desk-none {
    display: none;
  }
  .resp-menu {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .resp-menu {
    background: rgba(255, 255, 255, 0.1) url("../images/icon10.png") no-repeat center center;
    width: 35px;
    position: absolute;
    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;
    right: 15px;
    border: 2px solid #ff975e;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    height: 35px;
    z-index: 12;
  }
  .resp-menu.current {
    border-color: transparent;
    background-color: transparent;
    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: fixed;
  }
}
.d-block-fix {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu-top-links {
  padding: 20px 0;
}
@media only screen and (max-width: 1199px) {
  .menu-top-links {
    position: fixed;
    height: 100%;
    z-index: 10;
    background: #f65c72 url("../images/bg10.jpg") no-repeat top center;
    width: 100%;
    top: 0;
    padding: 50px 30px 0 30px;
    left: 0;
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .menu-top-links {
    text-align: right;
  }
}
.menu-top-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (min-width: 1200px) {
  .menu-top-links ul li {
    display: inline-block;
    margin-left: 25px;
  }
}
@media only screen and (max-width: 1199px) {
  .menu-top-links ul li {
    display: block;
  }
}
.menu-top-links ul li a {
  color: #ffffff;
  display: block;
}
@media only screen and (min-width: 1200px) {
  .menu-top-links ul li a {
    font-size: 17px;
  }
}
@media only screen and (max-width: 1199px) {
  .menu-top-links ul li a {
    font-size: 26px;
    font-weight: 700;
    padding: 10px 0;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  }
}
.menu-top-links ul li a:hover {
  color: #4a45a5;
}
@media only screen and (max-width: 1199px) {
  .mad-pos {
    position: absolute;
    bottom: 20px;
    width: 100%;
    left: 0;
  }
}
.head-fixed {
  z-index: 10;
  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 (max-width: 1199px) {
  .head-fixed {
    padding-top: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .head-fixed {
    position: absolute;
    top: 65px;
    left: 0;
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .head-fixed.sticky {
    position: fixed;
    top: 0;
    z-index: 100;
  }
  .head-fixed.sticky .head-content {
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
  }
}
.head-content {
  -webkit-box-shadow: 0 11px 24px 0 rgba(255, 94, 95, 0.24);
  -moz-box-shadow: 0 11px 24px 0 rgba(255, 94, 95, 0.24);
  box-shadow: 0 11px 24px 0 rgba(255, 94, 95, 0.24);
  background: #fffafb;
  padding: 0;
  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 (max-width: 1199px) {
  .head-content {
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    border-radius: 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .head-content {
    width: 1170px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1200px) {
  .head-content .hc-flex {
    width: 1080px;
    margin: 0 auto;
    height: 120px;
  }
}
@media only screen and (max-width: 1199px) {
  .head-content .hc-flex {
    padding: 35px 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .head-content .hc-flex .col-auto:nth-child(1) {
    width: 18%;
  }
  .head-content .hc-flex .col-auto:nth-child(2) {
    width: 28%;
  }
  .head-content .hc-flex .col-auto:nth-child(3) {
    width: 41%;
    padding: 0 20px 0 30px;
  }
  .head-content .hc-flex .col-auto:nth-child(4) {
    width: 12%;
  }
}
@media only screen and (max-width: 1199px) {
  .head-content .hc-flex .col-auto:nth-child(1) {
    text-align: center;
  }
  .head-content .hc-flex .col-auto:nth-child(2) {
    text-align: center;
    margin: 15px 0 30px 0;
  }
  .head-content .hc-flex .col-auto:nth-child(3) {
    text-align: center;
    margin-bottom: 20px;
  }
  .head-content .hc-flex .col-auto:nth-child(4) {
    text-align: right;
  }
}
.login-text {
  font-size: 24px;
  color: #4a45a5;
  background: url("../images/icon1.png") no-repeat right center;
  font-weight: 700;
}
@media only screen and (max-width: 1199px) {
  .login-text {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .login-text2 {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .login-text2 {
    font-size: 24px;
    color: #fb3f7a;
    text-align: center;
  }
  .login-text2 span {
    display: block;
    color: #ff5e5f;
  }
}
.logo img {
  display: block;
  max-width: 100%;
}
@media only screen and (max-width: 1199px) {
  .logo img {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1200px) {
  .head-big-text {
    padding-top: 170px;
    max-width: 40%;
    height: 700px;
  }
}
@media only screen and (max-width: 1199px) {
  .head-big-text {
    display: none;
  }
}
.spe-input1::placeholder {
  color: #4a45a5 !important;
  opacity: 1 !important;
}
.spe-input1::-ms-input-placeholder {
  color: #4a45a5 !important;
  opacity: 1 !important;
}
.spe-input1:-ms-input-placeholder {
  color: #4a45a5 !important;
  opacity: 1 !important;
}
.spe-input1::-moz-placeholder {
  color: #4a45a5 !important;
  opacity: 1 !important;
}
.spe-input1:-moz-placeholder {
  color: #4a45a5 !important;
  opacity: 1 !important;
}
.spe-input1::-webkit-input-placeholder {
  color: #4a45a5 !important;
  opacity: 1 !important;
}
.login-box {
  background: #ffffff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
}
.spe-input1 {
  border: none;
  background: transparent url("../images/icon2.png") no-repeat left 20px center;
  padding-left: 55px;
  font-size: 20px;
  height: 60px;
  color: #4a45a5;
  display: block;
  width: 100%;
  font-weight: 700;
}
@media only screen and (max-width: 1199px) {
  .spe-input1 {
    border-bottom: 1px solid #f1f1f1;
  }
}
.spe-input2 {
  border: none;
  background: transparent url("../images/icon3.png") no-repeat left 20px center;
  padding-left: 55px;
  font-size: 20px;
  height: 60px;
  color: #9d9d9d;
  display: block;
  width: 100%;
  font-weight: 700;
}
.spe-input2::placeholder {
  color: #9d9d9d !important;
  opacity: 1 !important;
}
.spe-input2::-ms-input-placeholder {
  color: #9d9d9d !important;
  opacity: 1 !important;
}
.spe-input2:-ms-input-placeholder {
  color: #9d9d9d !important;
  opacity: 1 !important;
}
.spe-input2::-moz-placeholder {
  color: #9d9d9d !important;
  opacity: 1 !important;
}
.spe-input2:-moz-placeholder {
  color: #9d9d9d !important;
  opacity: 1 !important;
}
.spe-input2::-webkit-input-placeholder {
  color: #9d9d9d !important;
  opacity: 1 !important;
}
.spe-button1 {
  border: none;
  height: 60px;
  background: #ff5e5f;
  background: -moz-linear-gradient(left, #ff5e5f 0%, #fb3f7b 100%);
  background: -webkit-linear-gradient(left, #ff5e5f 0%, #fb3f7b 100%);
  background: linear-gradient(to right, #ff5e5f 0%, #fb3f7b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5e5f', endColorstr='#fb3f7b', GradientType=1);
  color: #ffffff;
  font-size: 24px;
  width: 100%;
  font-weight: 700;
  -webkit-border-radius: 10px;
  -webkit-border-top-right-radius: 40px;
  -webkit-border-bottom-right-radius: 40px;
  -moz-border-radius: 10px;
  -moz-border-radius-topright: 40px;
  -moz-border-radius-bottomright: 40px;
  border-radius: 10px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .spe-button1 {
    display: block;
    width: 100%;
  }
}
@media only screen and (max-width: 1199px) {
  .spe-button1 {
    display: inline-block;
    width: 150px;
  }
}
.spe-button1:hover {
  background: #4a45a5;
}
.spe-h1-one {
  font-size: 52px;
  font-weight: 700;
  color: #fb3f7a;
  margin: 0 0 30px 0;
  line-height: 61px;
  padding: 0;
}
.spe-h1-one span {
  color: #ff5e5f;
}
.spe-p-one {
  font-size: 19px;
  color: #7e7e7e;
  margin: 0;
  padding: 0;
  font-weight: 300;
  line-height: 30px;
}
.head-two-bar .htb-col:nth-child(1) {
  width: 70%;
  padding-right: 20%;
}
.head-two-bar .htb-col:nth-child(2) {
  width: 30%;
}
@media only screen and (max-width: 1199px) {
  .head-two-bar {
    display: none;
  }
}
.spe-h2-one {
  margin: 0 0 30px 0;
  padding: 0;
  color: #fb3f7a;
  font-size: 36px;
  font-weight: 700;
}
.spe-p-two {
  font-size: 22px;
  margin: 0;
  height: 160px;
  font-weight: 300;
  padding: 0;
  line-height: 30px;
}
.htb-bot .htbb-col {
  margin-right: 40px;
  width: 240px;
}
.app-down {
  width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  padding: 20px 0;
  font-weight: 700;
  background: #ffffff;
  -webkit-box-shadow: 0 2px 29px 0 rgba(251, 64, 121, 0.11);
  -moz-box-shadow: 0 2px 29px 0 rgba(251, 64, 121, 0.11);
  box-shadow: 0 2px 29px 0 rgba(251, 64, 121, 0.11);
}
.app-down:hover span {
  color: #ff5e5f !important;
  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;
}
.app-down .ad-col:nth-child(1) {
  width: 80px;
}
.app-down .ad-col:nth-child(1) img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.app-down .ad-col:nth-child(2) {
  font-size: 20px;
  color: #4a45a5;
}
.app-down .ad-col:nth-child(2) span {
  color: #fb3f7a;
  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;
  display: block;
}
.section-one {
  background: url("../images/bg2.jpg") no-repeat bottom center;
  height: 589px;
  margin-top: 20px;
}
@media only screen and (max-width: 1199px) {
  .section-one {
    display: none;
  }
}
.spe-h2-three {
  font-size: 46px;
  font-weight: 700;
  color: #fb3f7a;
  text-align: center;
  margin: 0;
  padding: 0;
}
.spe-h2-three a {
  display: block;
  color: #4a45a5;
  font-weight: 700;
  font-size: 26px;
}
.spe-h2-three a:hover {
  color: #ff5e5f;
}
.right-bg-one {
  background: #ff5d60 url("../images/bg3.jpg") no-repeat top center;
  padding: 25px;
  margin-bottom: 30px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
.rbo-title {
  color: #ffffff;
  font-size: 26px;
  padding: 0 15px;
  font-weight: 700;
  line-height: 32px;
}
.rbo-links a {
  display: block;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  background: #ffffff;
  margin-top: 15px;
  padding: 15px 20px;
  font-weight: 700;
  line-height: 24px;
  font-size: 15px;
  color: #43425c;
}
.rbo-links a:hover {
  color: #ff5e5f;
}
.page-row {
  margin-top: 20px;
}
@media only screen and (min-width: 1200px) {
  .page-row .pr-col:nth-child(1) {
    width: 69%;
    padding-right: 50px;
  }
}
@media only screen and (min-width: 1200px) {
  .page-row .pr-col:nth-child(2) {
    width: 31%;
  }
}
.sub-row {
  margin-top: 30px;
}
@media only screen and (max-width: 1199px) {
  .sub-row.sub-row-fix {
    margin-top: 0 !important;
  }
  .sub-row.sub-row-fix p {
    padding: 20px !important;
    margin: 0 !important;
  }
}
@media only screen and (min-width: 1200px) {
  .sub-row .pr-col:nth-child(1) {
    width: 900px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .sub-row .pr-col:nth-child(2) {
    width: 270px;
  }
}
@media only screen and (max-width: 1199px) {
  .mob-none {
    display: none;
  }
}
.spe-h3-one {
  margin: 0 0 20px 0;
  padding: 0;
  color: #fb3f7a;
  font-weight: 700;
}
@media only screen and (min-width: 1200px) {
  .spe-h3-one {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1199px) {
  .spe-h3-one {
    font-size: 26px;
  }
}
.spe-p-four {
  margin: 0 0 40px 0;
  line-height: 24px;
  font-family: "Arial", sans-serif;
  font-size: 15px;
}
@media only screen and (min-width: 1200px) {
  .spe-p-four {
    padding: 0 30px 0 0;
  }
}
@media only screen and (max-width: 1199px) {
  .spe-p-four {
    padding: 0;
  }
}
.right-bg-two {
  background: transparent url("../images/bg4.jpg") no-repeat center center;
  padding: 25px;
  margin-bottom: 30px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
.rbt-text {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  padding: 0 15px;
  margin-top: 10px;
}
.rbt-text a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
}
.rbt-text a:hover {
  color: #4a45a5;
}
.right-bg-three {
  background: transparent url("../images/bg5.jpg") no-repeat center center;
  padding: 25px;
  margin-bottom: 30px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
.right-bg-four {
  background: transparent url("../images/bg6.jpg") no-repeat center center;
  padding: 25px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
.slogan-bar {
  background: transparent url("../images/bg7.jpg") no-repeat center center;
  background-size: cover;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  margin-top: 40px;
}
@media only screen and (min-width: 1200px) {
  .slogan-bar {
    font-size: 46px;
    padding: 50px 0;
  }
}
@media only screen and (max-width: 1199px) {
  .slogan-bar {
    font-size: 26px;
    padding: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .foot-one .foot-menu {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 1199px) {
  .foot-one .foot-menu {
    padding: 15px 0;
  }
}
.foot-one .foot-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.foot-one .foot-menu ul li {
  margin: 0 10px;
}
@media only screen and (min-width: 1200px) {
  .foot-one .foot-menu ul li {
    display: inline-block;
  }
}
@media only screen and (max-width: 1199px) {
  .foot-one .foot-menu ul li {
    display: none;
  }
  .foot-one .foot-menu ul li.mob-block {
    display: inline-block !important;
  }
}
.foot-one .foot-menu ul li a {
  color: #7f4c56;
  font-size: 18px;
}
.foot-one .foot-menu ul li a:hover {
  color: #4a45a5;
}
.foot-two {
  background: url("../images/bg8.jpg") no-repeat center center;
  background-size: cover;
}
@media only screen and (min-width: 1200px) {
  .foot-two .d-flex {
    height: 140px;
  }
}
@media only screen and (max-width: 1199px) {
  .foot-two .d-flex {
    padding: 20px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .foot-two .d-flex .ft-col:nth-child(1) {
    width: 33.333%;
  }
}
@media only screen and (max-width: 1199px) {
  .foot-two .d-flex .ft-col:nth-child(1) {
    text-align: center;
  }
}
.foot-two .d-flex .ft-col:nth-child(2) {
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .foot-two .d-flex .ft-col:nth-child(2) {
    width: 33.333%;
  }
}
@media only screen and (max-width: 1199px) {
  .foot-two .d-flex .ft-col:nth-child(2) {
    text-align: center;
    margin: 35px 0 0 0;
  }
}
.foot-two .d-flex .ft-col:nth-child(2) a {
  margin: 0 5px;
}
@media only screen and (min-width: 1200px) {
  .foot-two .d-flex .ft-col:nth-child(3) {
    width: 33.333%;
    text-align: right;
  }
}
@media only screen and (max-width: 1199px) {
  .foot-two .d-flex .ft-col:nth-child(3) {
    display: none;
  }
}
.mob-app-down {
  padding-bottom: 30px;
  padding-top: 30px;
}
.spe-text2 {
  color: #4a45a5;
  text-align: center;
  margin-bottom: 30px;
  font-size: 20px;
}
.spe-text2 span {
  color: #ff5e5f;
}
.mad-center {
  text-align: center;
}
.mad-center a {
  display: inline-block;
  background: #ffffff;
  -webkit-box-shadow: 0 11px 24px 0 rgba(255, 94, 95, 0.24);
  -moz-box-shadow: 0 11px 24px 0 rgba(255, 94, 95, 0.24);
  box-shadow: 0 11px 24px 0 rgba(255, 94, 95, 0.24);
  width: 90px;
  margin: 0 10px;
  padding: 25px 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
.img-fix {
  max-width: 100%;
  margin-bottom: 20px;
  display: block;
}
@media only screen and (min-width: 1200px) {
  .page-title {
    padding-top: 170px;
  }
}
@media only screen and (max-width: 1199px) {
  .page-title {
    padding-top: 20px;
    padding-bottom: 10px;
    text-align: center;
  }
}
.page-title h1 {
  margin: 0;
  padding: 0;
  color: #fb3f7a;
  font-weight: 700;
}
@media only screen and (min-width: 1200px) {
  .page-title h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .page-title h1 {
    font-size: 30px;
  }
}
.spe-h3-two {
  color: #fb3f7a;
  font-size: 17px;
  font-family: "Arial", sans-serif;
  font-weight: 700;
  padding: 0;
  margin: 0 0 20px 0;
}
.sub-right-links a {
  width: 100%;
  background: #ff5e5f;
  background: -moz-linear-gradient(left, #ff5e5f 0%, #fb3f7b 100%);
  background: -webkit-linear-gradient(left, #ff5e5f 0%, #fb3f7b 100%);
  background: linear-gradient(to right, #ff5e5f 0%, #fb3f7b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5e5f', endColorstr='#fb3f7b', GradientType=1);
  height: 61px;
  font-size: 22px;
  color: #ffffff;
  transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  -webkit-transition: all 0s ease-in-out;
  font-weight: 700;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 15px;
}
.sub-right-links a:hover {
  background: #4a45a5;
}
.sub-right-links a span:nth-child(1) {
  width: 25%;
}
.sub-right-links a span:nth-child(1) img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.sub-right-links a span:nth-child(2) {
  width: 75%;
}
.spe-input3,
.spe-textarea1 {
  border: 1px solid #d7d7d7;
  display: block;
  width: 100%;
  height: 50px;
  padding: 0 20px;
  line-height: 50px;
  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-size: 16px;
  font-weight: 700;
}
.spe-input3:focus,
.spe-textarea1:focus {
  border-color: #ff5e5f;
  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;
}
.spe-textarea1 {
  height: 100px;
  resize: none;
  padding: 20px;
  line-height: 24px;
}
.spe-submit2 {
  border: none;
  display: block;
  width: 100%;
  height: 50px;
  text-align: center;
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  background: #fb3f7a;
  line-height: 50px;
  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;
}
.spe-submit2:hover {
  background: #4a45a5;
  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;
}
.ilet-form {
  max-width: 450px;
  margin: 0 auto;
}
@media only screen and (min-width: 1200px) {
  .ilet-form {
    margin-top: 70px;
  }
}
@media only screen and (max-width: 1199px) {
  .ilet-form {
    margin-top: 20px;
  }
}
.ilet-form .ilet-col {
  margin-top: 20px;
}
@media only screen and (max-width: 1199px) {
  .sub-container-fix {
    padding: 0 !important;
  }
}
@media only screen and (min-width: 1200px) {
  .komut-tabs {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .komut-tabs {
    background: #fffef3;
    padding: 20px;
  }
}
.komut-tabs .kom-tab-col {
  display: inline-block;
  cursor: pointer;
  color: #fb3f7a;
  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;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
}
@media only screen and (min-width: 1200px) {
  .komut-tabs .kom-tab-col {
    padding: 10px 25px;
    font-size: 21px;
  }
}
@media only screen and (max-width: 1199px) {
  .komut-tabs .kom-tab-col {
    padding: 7px 15px;
    font-size: 19px;
    margin: 5px 5px 5px 0;
  }
}
.komut-tabs .kom-tab-col.current,
.komut-tabs .kom-tab-col:hover {
  background: #ff5e5f;
  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;
}
.accord-col {
  border-top: 2px solid #f5f5f5;
}
.accord-col .accord-top {
  background: url("../images/icon17.png") no-repeat left 15px center;
  font-family: "Arial", sans-serif;
  padding: 25px 15px 25px 60px;
  cursor: pointer;
  color: #4a45a5;
  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: 1200px) {
  .accord-col .accord-top {
    font-size: 21px;
  }
}
@media only screen and (max-width: 1199px) {
  .accord-col .accord-top {
    font-size: 19px;
  }
}
.accord-col .accord-top:hover,
.accord-col .accord-top.current {
  color: #fb3f7a;
  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;
}
.accord-col .accord-bot {
  display: none;
}
.accord-col .accord-bot p {
  line-height: 24px;
  font-family: "Arial", sans-serif;
  margin: 0;
  padding: 0 20px 20px 20px;
  font-size: 15px;
}
.kom-tab-content {
  display: none;
}
.kom-tab-content.current {
  display: block;
}
@media only screen and (min-width: 1200px) {
  .mirc-download {
    background: url("../images/bg13.jpg") no-repeat;
    height: 169px;
    margin-bottom: 40px;
    padding: 55px 0 0 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .mirc-download {
    background: url("../images/bg15.jpg") no-repeat;
    padding: 20px;
    background-size: cover;
    width: 108.5%;
    margin-left: -15px;
    margin-bottom: 30px;
  }
}
.mirc-download .md-inner {
  background: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  height: 90px;
}
.mirc-download .md-inner:hover,
.mirc-download .md-inner:hover span {
  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: #fb3f7a !important;
}
@media only screen and (min-width: 1200px) {
  .mirc-download .md-inner {
    width: 480px;
  }
}
@media only screen and (max-width: 1199px) {
  .mirc-download .md-inner {
    width: 90px;
    margin: 0 auto;
  }
}
.mirc-download .md-inner .md-col {
  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;
}
.mirc-download .md-inner .md-col:nth-child(1) {
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .mirc-download .md-inner .md-col:nth-child(1) {
    width: 20%;
  }
}
@media only screen and (max-width: 1199px) {
  .mirc-download .md-inner .md-col:nth-child(1) {
    width: 100%;
  }
}
.mirc-download .md-inner .md-col:nth-child(1) img {
  display: block;
  margin: 0 auto;
}
.mirc-download .md-inner .md-col:nth-child(2) {
  width: 80%;
  font-size: 23px;
  color: #4a45a5;
  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: 700;
}
@media only screen and (max-width: 1199px) {
  .mirc-download .md-inner .md-col:nth-child(2) {
    display: none;
  }
}
.mirc-download .md-inner .md-col:nth-child(2) span {
  display: block;
  color: #349416;
  font-size: 19px;
  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: 700;
}
@media only screen and (max-width: 1199px) {
  .mob-justify-content-center {
    justify-content: center;
  }
}
@media only screen and (min-width: 1200px) {
  .mobil-sohbet {
    background: url("../images/bg14.jpg") no-repeat;
    height: 190px;
    margin-bottom: 40px;
    padding: 76px 0 0 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .mobil-sohbet {
    background: url("../images/bg15.jpg") no-repeat;
    padding: 20px;
    background-size: cover;
    width: 108.5%;
    margin-left: -15px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .mobil-sohbet .ms-col {
    width: 230px;
    margin-right: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .mobil-sohbet .ms-col {
    margin: 0 10px;
    width: 90px;
  }
}
.mobil-sohbet .ms-col .ms-inner {
  background: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  height: 90px;
  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;
}
.mobil-sohbet .ms-col .ms-inner:hover {
  color: #ff5e5f !important;
}
.mobil-sohbet .ms-col .ms-inner:hover span {
  color: #ff5e5f !important;
  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;
}
.mobil-sohbet .ms-col .ms-inner .md-col:nth-child(1) {
  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;
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .mobil-sohbet .ms-col .ms-inner .md-col:nth-child(1) {
    width: 30%;
  }
}
@media only screen and (max-width: 1199px) {
  .mobil-sohbet .ms-col .ms-inner .md-col:nth-child(1) {
    width: 100%;
  }
}
.mobil-sohbet .ms-col .ms-inner .md-col:nth-child(1) img {
  display: block;
  margin: 0 auto;
}
.mobil-sohbet .ms-col .ms-inner .md-col:nth-child(2) {
  width: 70%;
  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-size: 23px;
  color: #4a45a5;
  font-weight: 700;
}
@media only screen and (max-width: 1199px) {
  .mobil-sohbet .ms-col .ms-inner .md-col:nth-child(2) {
    display: none;
  }
}
.mobil-sohbet .ms-col .ms-inner .md-col:nth-child(2) span {
  display: block;
  color: #fb3f7a;
  font-size: 19px;
  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: 700;
}
@media only screen and (min-width: 1200px) {
  /*************** SCROLLBAR BASE CSS ***************/
  .scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
  }
  .scroll-wrapper > .scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
  }
  .scroll-wrapper > .scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0;
  }
  .scroll-element {
    display: none;
  }
  .scroll-element,
  .scroll-element div {
    box-sizing: content-box;
  }
  .scroll-element.scroll-x.scroll-scrollx_visible,
  .scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
  }
  .scroll-element .scroll-bar,
  .scroll-element .scroll-arrow {
    cursor: default;
  }
  .scroll-textarea {
    border: 1px solid #cccccc;
    border-top-color: #999999;
  }
  .scroll-textarea > .scroll-content {
    overflow: hidden !important;
  }
  .scroll-textarea > .scroll-content > textarea {
    border: none !important;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: none;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important;
  }
  .scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
    height: 0;
    width: 0;
  }
  /*************** SCROLLBAR DYNAMIC ***************/
  .scrollbar-dynamic > .scroll-element,
  .scrollbar-dynamic > .scroll-element div {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
  }
  .scrollbar-dynamic > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
  }
  .scrollbar-dynamic > .scroll-element.scroll-x {
    bottom: 2px;
    height: 7px;
    left: 0;
    min-width: 100%;
    width: 100%;
  }
  .scrollbar-dynamic > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 2px;
    top: 0;
    width: 12px;
  }
  .scrollbar-dynamic > .scroll-element .scroll-element_outer {
    opacity: 1;
  }
  .scrollbar-dynamic > .scroll-element .scroll-element_size {
    background-color: #e3e3e3;
    opacity: 1;
  }
  .scrollbar-dynamic > .scroll-element .scroll-bar {
    background-color: #fb5d74;
  }
  /* scrollbar height/width & offset from container borders */
  .scrollbar-dynamic > .scroll-element.scroll-x .scroll-bar {
    bottom: 0;
    height: 7px;
    min-width: 24px;
    top: auto;
  }
  .scrollbar-dynamic > .scroll-element.scroll-y .scroll-bar {
    left: auto;
    min-height: 24px;
    right: 0;
    width: 12px;
  }
  .scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_outer {
    bottom: 0;
    top: auto;
    left: 2px;
    -webkit-transition: height 0.2s;
    -moz-transition: height 0.2s;
    -o-transition: height 0.2s;
    -ms-transition: height 0.2s;
    transition: height 0.2s;
  }
  .scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_outer {
    left: auto;
    right: 0;
    top: 2px;
    -webkit-transition: width 0.2s;
    -moz-transition: width 0.2s;
    -o-transition: width 0.2s;
    -ms-transition: width 0.2s;
    transition: width 0.2s;
  }
  .scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_size {
    left: -4px;
  }
  .scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_size {
    top: -4px;
  }
  /* update scrollbar offset if both scrolls are visible */
  .scrollbar-dynamic > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -11px;
  }
  .scrollbar-dynamic > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -11px;
  }
  /* hover & drag */
  .scrollbar-dynamic > .scroll-element:hover .scroll-element_outer,
  .scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer {
    overflow: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
  }
  .scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-element_size,
  .scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size {
    opacity: 1;
  }
  .scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-bar,
  .scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-bar {
    height: 100%;
    width: 100%;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
  }
  .scrollbar-dynamic > .scroll-element.scroll-x:hover .scroll-element_outer,
  .scrollbar-dynamic > .scroll-element.scroll-x.scroll-draggable .scroll-element_outer {
    height: 20px;
    min-height: 7px;
  }
  .scrollbar-dynamic > .scroll-element.scroll-y:hover .scroll-element_outer,
  .scrollbar-dynamic > .scroll-element.scroll-y.scroll-draggable .scroll-element_outer {
    min-width: 7px;
    width: 20px;
  }
  /*************** SCROLLBAR GOOGLE CHROME ***************/
  .scrollbar-chrome > .scroll-element,
  .scrollbar-chrome > .scroll-element div {
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10;
  }
  .scrollbar-chrome > .scroll-element {
    background-color: #fb5d74;
  }
  .scrollbar-chrome > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
  }
  .scrollbar-chrome > .scroll-element .scroll-element_track {
    background: #fb5d74;
    border: 1px solid #dbdbdb;
  }
  .scrollbar-chrome > .scroll-element.scroll-x {
    bottom: 0;
    height: 16px;
    left: 0;
    min-width: 100%;
    width: 100%;
  }
  .scrollbar-chrome > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0;
    top: 0;
    width: 16px;
  }
  .scrollbar-chrome > .scroll-element .scroll-bar {
    background-color: #fb5d74;
    border: 1px solid #bdbdbd;
    cursor: default;
  }
  .scrollbar-chrome > .scroll-element .scroll-bar:hover {
    background-color: #fb5d74;
    border-color: #a9a9a9;
  }
  .scrollbar-chrome > .scroll-element.scroll-draggable .scroll-bar {
    background-color: #fb5d74;
    border-color: #7e7e7e;
  }
  /* scrollbar height/width & offset from container borders */
  .scrollbar-chrome > .scroll-content.scroll-scrolly_visible {
    left: -16px;
    margin-left: 16px;
  }
  .scrollbar-chrome > .scroll-content.scroll-scrollx_visible {
    top: -16px;
    margin-top: 16px;
  }
  .scrollbar-chrome > .scroll-element.scroll-x .scroll-bar {
    height: 8px;
    min-width: 10px;
    top: 3px;
  }
  .scrollbar-chrome > .scroll-element.scroll-y .scroll-bar {
    left: 3px;
    min-height: 10px;
    width: 8px;
  }
  .scrollbar-chrome > .scroll-element.scroll-x .scroll-element_outer {
    border-left: 1px solid #dbdbdb;
  }
  .scrollbar-chrome > .scroll-element.scroll-x .scroll-element_track {
    height: 14px;
    left: -3px;
  }
  .scrollbar-chrome > .scroll-element.scroll-x .scroll-element_size {
    height: 14px;
    left: -4px;
  }
  .scrollbar-chrome > .scroll-element.scroll-y .scroll-element_outer {
    border-top: 1px solid #dbdbdb;
  }
  .scrollbar-chrome > .scroll-element.scroll-y .scroll-element_track {
    top: -3px;
    width: 14px;
  }
  .scrollbar-chrome > .scroll-element.scroll-y .scroll-element_size {
    top: -4px;
    width: 14px;
  }
  /* update scrollbar offset if both scrolls are visible */
  .scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -19px;
  }
  .scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -19px;
  }
  .scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -19px;
  }
  .scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -19px;
  }
  .wrapper {
    height: 100%;
    overflow: auto;
    width: 100%;
  }
  html,
  body {
    height: 100%;
    width: 100%;
  }
}
