/*-----------------
    @Typography
-----------------*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans&display=swap");
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

main {
  display: block; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button; }

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0; }

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: 0.37em 0.75em 0.625em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0; }

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; }

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

html {
  overflow-x: hidden; }

body {
  overflow-x: hidden;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  margin: 0;
  color: #333334;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

a {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }
  a:hover {
    color: #333334;
    text-decoration: none; }

@media (max-width: 300px) {
  body {
    overflow-x: scroll; } }
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0; }

h1 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #9348FF;
  text-transform: uppercase; }

h2 {
  font-size: 30px;
  margin-bottom: 8px;
  color: #9348FF; }

h3 {
  font-size: 24px;
  margin-bottom: 10px;
  color: #9348FF; }

h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #9348FF;
  text-transform: uppercase;
  line-height: 1.5; }

h6 {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase; }

h6.ic-lato-font {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase; }

p {
  font-size: 16px;
  margin-bottom: 0; }

section {
  padding-top: 30px;
  padding-bottom: 30px; }
  @media screen and (min-width: 576px) {
    section {
      padding-top: 40px;
      padding-bottom: 40px; } }
  @media screen and (min-width: 992px) {
    section {
      padding-top: 50px;
      padding-bottom: 50px; } }

button:focus,
.btn:focus {
  outline: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none; }

img {
  max-width: 100%;
  height: auto; }

ul {
  margin: 0;
  padding: 0; }

*,
*::after,
*::before {
  box-sizing: border-box; }

.element::after {
  display: block;
  content: "";
  clear: both; }

@media (min-width: 1250px) {
  .container {
    max-width: 1200px; } }
section > p a {
  color: #D98BFF; }
  section > p a:hover {
    color: #D98BFF; }
section ul {
  padding-left: 40px; }
section > p:not(:last-child) {
  margin-bottom: 16px; }

pre {
  display: block;
  padding: 0 50px;
  margin: 35px 0 0;
  font-size: 13px;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #fbfbfb;
  border: 1px solid #ccc;
  border-radius: 4px;
  line-height: 19px; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
  margin-top: 44px; }

.ic-word-color {
  color: #D98BFF; }

.ic-pre-code {
  color: #000;
  background: rgba(150, 150, 150, 0.1);
  padding: 22px;
  margin-bottom: 0; }

.mark, mark {
  background-color: rgba(0, 0, 0, 0.05);
  color: #EBAB53;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px; }

.ic-body > p:not(:last-child) {
  margin-bottom: 16px; }

.font-weight-600 {
  font-weight: 600; }

.syntaxhighlighter a, .syntaxhighlighter div, .syntaxhighlighter code, .syntaxhighlighter table, .syntaxhighlighter table td, .syntaxhighlighter table tr, .syntaxhighlighter table tbody, .syntaxhighlighter table thead, .syntaxhighlighter table caption, .syntaxhighlighter textarea {
  line-height: 1.2 !important; }

.ic-body + h3 {
  margin-top: 50px !important; }

.mt-25 {
  margin-top: 25px; }

.ic-left-sidebar {
  background-color: #252525;
  width: 280px;
  float: left;
  height: 100vh;
  position: fixed;
  z-index: 11;
  padding-bottom: 70px;
  overflow-y: auto;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  /* mozilla */
  scrollbar-color: #a1a1a1 #F1F1F1;
  scrollbar-width: thin;
  /* custom scroll bar */
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */ }
  @media only screen and (max-width: 767.98px) {
    .ic-left-sidebar {
      display: none; } }
  .ic-left-sidebar::-webkit-scrollbar {
    width: 8px; }
  .ic-left-sidebar::-webkit-scrollbar-track {
    background: #F1F1F1; }
  .ic-left-sidebar::-webkit-scrollbar-thumb {
    background: #a1a1a1; }
  .ic-left-sidebar::-webkit-scrollbar-thumb:hover {
    background: #888; }

.ic-child {
  margin-top: 50px; }

.ic-child h3 {
  font-size: 20px;
  margin-bottom: 7px !important; }

.ic-logo-a {
  display: block;
  width: 100%;
  text-align: center;
  background: #fff;
  box-shadow: inset 0 0 50px 0 rgba(0, 0, 0, 0.4);
  height: 220px;
  line-height: 220px; }

.ic-body div + p {
  margin-top: 16px !important; }

nav.ic-doc-nav {
  padding: 0; }
  nav.ic-doc-nav ul {
    width: 100%; }
    nav.ic-doc-nav ul li {
      list-style-type: none;
      border-bottom: 1px solid #373737; }
      nav.ic-doc-nav ul li a {
        display: block;
        font-size: 16px;
        color: #fff;
        padding: 9px 15px;
        padding-left: 27px;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear; }
        nav.ic-doc-nav ul li a.current, nav.ic-doc-nav ul li a:hover {
          text-decoration: none;
          background-color: #9348FF;
          color: #fff; }

.ic-right-content {
  width: calc(100% - 280px);
  float: left;
  padding: 0 4%;
  margin-left: 280px; }
  @media only screen and (max-width: 767.98px) {
    .ic-right-content {
      width: 100%;
      margin-left: 0; } }
  .ic-right-content section:last-child {
    margin-bottom: 90px; }

.ic-section-ul {
  margin-bottom: 1rem;
  margin-top: 1.5rem; }

.ic-list-ul li {
  line-height: 2; }

.ic-ol {
  line-height: 2; }

#introduction {
  overflow-y: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  #introduction .ic-section-ul p {
    color: #000; }
  #introduction .ic-section-ul li:nth-last-child(2) p span,
  #introduction .ic-section-ul li:last-child p span {
    color: #D98BFF !important; }

  @media only screen and (max-height: 700px) {
    #introduction {
      height: 100%; } }

#introduction .ic-section-ul li p span {
  color: #333334; }
  #introduction .ic-section-ul li p span a {
    color: inherit; }

#sliders .ic-body img:not(:last-child) {
  margin-bottom: 35px; }

section#html-page-look-like .ic-body {
  margin-top: 30px; }
  section#html-page-look-like .ic-body a {
    display: block;
    border: 1px solid #dfdfdf;
    border-radius: 2.5px;
    -webkit-border-radius: 2.5px;
    -moz-border-radius: 2.5px;
    opacity: .8; }
    section#html-page-look-like .ic-body a:hover {
      opacity: 1; }
section#html-page-look-like [class^="col-"] {
  margin-bottom: 30px; }

.ic-feature {
  margin-top: 50px; }

.box-botom-p {
  margin-top: 20px; }

/* code text */
.syntaxhighlighter {
  border: 1px solid #efefef;
  max-height: 100% !important;
  padding: 20px 0;
  background-color: rgba(100, 100, 100, 0.1) !important;
  margin-bottom: 0 !important; }
  .syntaxhighlighter .toolbar {
    display: none; }
  .syntaxhighlighter .line.alt2,
  .syntaxhighlighter .line.alt1 {
    background-color: transparent !important; }

.ic-note {
  margin-bottom: 20px !important; }
  .ic-note h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 7px; }

@media only screen and (max-width: 991.98px) {
  .ic-section-ul {
    margin-top: 1rem; }

  #sliders .ic-body img:not(:last-child) {
    margin-bottom: 25px; } }
@media only screen and (max-width: 767.98px) {
  h1 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px; }

  .ic-right-content {
    padding: 0 20px; } }

/*# sourceMappingURL=style.css.map */
  .ic-body-img{
    margin-bottom: 20px;
    border: solid #E5E5E5 1px;
    border-radius: 5px;
  }
  .ic-logo-a img{
    padding: 20px;
  }