@charset "UTF-8";


@import url('https://fonts.cdnfonts.com/css/swansea');

            
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Thai:wght@100;400;600&display=swap');


/* =================================================================== 
/* ===================================================================
 * # base style overrides
 *
 * ------------------------------------------------------------------- */
html {
  font-size: 7.5px;
}

@media only screen and (max-width:400px) {
  html {
    font-size: 7.444444444444444px;
  }

}

html,
body {
  height: 100%;
}
.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 200,
  'GRAD' 0,
  'opsz' 24
}
body {
  background: #121619;
  font-family: "swansea", sans-serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: normal;
  line-height: 1.778;
  color: #545454;
  margin: 0;
  padding: 0;
}





/* ------------------------------------------------------------------- 
 * ## dropdown navigation
 * ------------------------------------------------------------------- */

.c {
  display: flex;
  align-items: center;
  justify-content: center;
  height:100%;
  width:100%;
}
.dd {
  z-index:1;
  position:relative;
  display: inline-block;
}
.dd-a {
  background-color: #006633;
  color: white;
  width: 150px;
  padding: 10px;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
 
  border-radius: 5px;
  cursor: pointer;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
}
.dd input:after {
  content:"";
  width:100%;
  height:2px;
  position:absolute;
  display:block;
  bottom:0;
  left:0;
  transform: scaleX(0);
  transform-origin: bottom left;
  transition-duration: 0.2s;
  -webkit-transform: scaleX(0);
  -webkit-transform-origin: bottom left;
  -webkit-transition-duration: 0.2s;
}
.dd input {
    
  top:0;
  opacity:0;
  display:block;
  padding:0;
  margin:0;
  border:0;
  position:absolute;
  height:100%;
  width:100%;
}
.dd input:hover {
  cursor:pointer;
}
.dd input:hover ~ .dd-a {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
}
.dd input:checked:after {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
}
.dd input:checked ~ .dd-c {
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
}
.dd-a span {
  color:#fff;
}
.dd-c{
    display:block;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    color: #fff;
    height:auto;
    transform: scaleY(0);
    transform-origin: top left;
    transition-duration: 0.2s;
  -webkit-transform: scaleY(0);
  -webkit-transform-origin: top left;
  -webkit-transition-duration: 0.2s;
  display: grid;
  grid-template-rows: repeat(4, 40px);
  border-radius: 5px;
  overflow: hidden;
  transition: 0.4s;
  
  
}
.dd-c ul {
  margin:0;
  padding:0;
  list-style-type: none;
}
.dd-c li {
  margin-botom:5px;
  word-break: keep-all;
  white-space:nowrap;
  display:block;
  position:relative;
}
.landa {
  display:block;
  position:relative;
  text-decoration: none;
  padding:5px;
  background: rgba(255, 255, 255, 0.1);
   
    backdrop-filter: blur(10px);
  color: #fff;
}
.landa:before {
  z-index:0;
  content:"";
  position:absolute;
  display:block;
  height:100%;
  width:100%;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  transform-origin:top left;
  -webkit-transform-origin:top left;
   background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
  color: #fff;
  top:0;
  left:0;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
}
.landa span {
  display:block;
  position:relative;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.landa:hover:before {
  transform:scaleX(1);
  -webkit-transform:scaleX(1);
}
.landa:hover span {
  color:white;
}

.list-itema{  
    
  transition: 0.4s, transform 0.4s var(--delay);
  transform: translateX(-100%);
  padding: 6px;
    
}


.list-itema:hover{  
    color:#fff;

    
}

.list-item_active {
 
  color: #fff;
  padding: 6px;
  margin: 5px;
}











.dropdown {
  position: relative;
  display: inline-block;
  z-index: 10;
}

.marketcta {
  all: unset;
  background-color: #003333;
  color: white;
  width: 150px;
  padding: 10px;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
  cursor: pointer;
}

.marketcta:hover {
  background: #222;
}

.dropdown-menu {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  min-width: 200px;
  background: white;
  color: #323b40;
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.3);
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  border-radius: 1px;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-menu a {
  display: block;
  padding: 10px;
  text-decoration: none;
  border: none;
  border-top: solid 1px #e0e0e0;
}

.dropdown-menu a:hover {
     background: rgba(0, 0, 0, 0.1);

    backdrop-filter: blur(10px);
    
  color: #323b40;
}











/* ------------------------------------------------------------------- 
 * ## links
 * ------------------------------------------------------------------- */
a {
  color: #009966;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover,
a:focus,
a:active {
  color: #000000;
}

a:hover,
a:active {
  outline: 0;
}



/* ===================================================================
 * # typography & general theme styles
 * 
 * ------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Chivo", sans-serif;
  font-weight: 600;
  color: #000000;
  text-rendering: optimizeLegibility;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
  margin-top: 6rem;
  margin-bottom: 1.6rem;
}

@media only screen and (max-width:600px) {
  h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
    margin-top: 5.6rem;
  }
}

h5, .h5, h6, .h6 {
  margin-top: 4.8rem;
  margin-bottom: 1.2rem;
}

@media only screen and (max-width:600px) {
  h5, .h5, h6, .h6 {
    margin-top: 4rem;
    margin-bottom: 0.8rem;
  }
}

h1, .h1 {
  font-size: 3.6rem;
  line-height: 1.222;
  letter-spacing: -.05rem;
}

@media only screen and (max-width:600px) {
  h1, .h1 {
    font-size: 3.3rem;
    letter-spacing: -.07rem;
  }
}

h2, .h2 {
  font-size: 3rem;
  line-height: 1.2;
}

h3, .h3 {
  font-size: 2.4rem;
  line-height: 1.333;
}

h4, .h4 {
  font-size: 2.1rem;
  line-height: 1.333;
}

h5, .h5 {
  font-size: 1.8rem;
  line-height: 1.333;
}

h6, .h6 {
  font-size: 1.6rem;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: .16rem;
}

p img {
  margin: 0;
}

p.lead {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 100;
  font-size: 1.8rem;
  line-height: 1.571;
  margin-bottom: 3.6rem;
  color: #898989;
}

@media only screen and (max-width:1200px) {
  p.lead {
    font-size: 2.6rem;
  }

}

@media only screen and (max-width:800px) {
  p.lead {
    font-size: 2.4rem;
  }

}

em,
i,
strong,
b {
  font-size: inherit;
  line-height: inherit;
}

em,
i {
  font-family: "Nunito Sans", sans-serif;
  font-style: italic;
}

strong,
b {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
}

small {
  font-size: 1.2rem;
  line-height: inherit;
}

blockquote {
  margin: 3.2rem 0;
  padding-left: 4.8rem;
  position: relative;
}

blockquote:before {
  content: "\201C";
  font-size: 10rem;
  line-height: 0px;
  margin: 0;
  color: #c2c2c2;
  color: #009966;
  font-family: Arial, Sans-serif;
  position: absolute;
  top: 4.4rem;
  left: -6px;
}

blockquote p {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  padding: 0;
  font-size: 2.6rem;
  line-height: 1.692;
  color: #000000;
}

blockquote cite {
  display: block;
  font-family: "Nunito Sans", sans-serif;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.25;
}

blockquote cite:before {
  content: "\2014 \0020";
}

blockquote cite,
blockquote cite a,
blockquote cite a:visited {
  color: #898989;
  border: none;
}

abbr {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  font-variant: small-caps;
  text-transform: lowercase;
  letter-spacing: .05rem;
  color: #898989;
}

var,
kbd,
samp,
code,
pre {
  font-family: Consolas, "Andale Mono", Courier, "Courier New", monospace;
}

pre {
  padding: 2.4rem 3.2rem 3.2rem;
  background: #eaeaea;
  overflow-x: auto;
}

code {
  font-size: 1.4rem;
  margin: 0 .2rem;
  padding: .3rem .7rem;
  white-space: nowrap;
  background: #eaeaea;
  border: 1px solid #d6d6d6;
  color: #000000;
  border-radius: 4px;
}

pre > code {
  display: block;
  white-space: pre;
  line-height: 2;
  padding: 0;
  margin: 0;
}

pre.prettyprint > code {
  border: none;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
  text-decoration: none;
}

mark {
  background: #00f0bc;
  color: #000000;
}

hr {
  border: solid #eaeaea;
  border-width: 1px 0 0;
  clear: both;
  margin: 2.4rem 0 1.6rem;
  height: 0;
}


/* ------------------------------------------------------------------- 
 * ## Lists
 * ------------------------------------------------------------------- */
ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

li {
  display: list-item;
}

ol,
ul {
  margin-left: 1.6rem;
}

ul li {
  padding-left: .4rem;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin: .8rem 0 .8rem 1.6rem;
}

ul.disc li {
  display: list-item;
  list-style: none;
  padding: 0 0 0 .8rem;
  position: relative;
}

ul.disc li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #009966;
  position: absolute;
  left: -16px;
  top: 11px;
  vertical-align: middle;
}

dt {
  margin: 0;
  color: #009966;
}

dd {
  margin: 0 0 0 2rem;
}


/* ------------------------------------------------------------------- 
 * ## responsive video container
 * ------------------------------------------------------------------- */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed,
.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* ------------------------------------------------------------------- 
 * ## floated image
 * ------------------------------------------------------------------- */
img.pull-right {
  margin: 1.2rem 0 0 2.8rem;
}

img.pull-left {
  margin: 1.2rem 2.8rem 0 0;
}


/* ------------------------------------------------------------------- 
 * ## tables
 * ------------------------------------------------------------------- */
table {
  border-width: 0;
  width: 100%;
  max-width: 100%;
  font-family: "Nunito Sans", sans-serif;
  border-collapse: collapse;
}

th,
td {
  padding: 1.6rem 3.2rem 1.5rem;
  text-align: left;
  border-bottom: 1px solid #eaeaea;
}

th {
  color: #000000;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
}

th:first-child,
td:first-child {
  padding-left: 0;
}

th:last-child,
td:last-child {
  padding-right: 0;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}


/* ------------------------------------------------------------------- 
 * ## Spacing 
 * ------------------------------------------------------------------- */
fieldset,
button,
.btn {
  margin-bottom: 1.6rem;
}

input,
textarea,
select,
pre,
blockquote,
figure,
table,
p,
ul,
ol,
dl,
form,
.video-container,
.ss-custom-select {
  margin-bottom: 1.2rem;
}


/* ------------------------------------------------------------------- 
 * ## pace.js styles - minimal 
 * ------------------------------------------------------------------- */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  z-index: 900;
  background: #009966;
  width: 100%;
  height: 4px;
  position: fixed;
  top: 0;
  right: 100%;
}

.oldie .pace {
  display: none;
}



/* ===================================================================
 * # preloader 
 *
 * ------------------------------------------------------------------- */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #121619;
  z-index: 800;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}

.no-js #preloader,
.oldie #preloader {
  display: none;
}

#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 6px;
  height: 6px;
  padding: 0;
  display: inline-block;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

#loader > div {
  content: "";
  background: #009966;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
}

#loader > div:nth-of-type(1) {
  left: 15px;
}

#loader > div:nth-of-type(3) {
  left: -15px;
}

/* dots jump */
.dots-jump > div {
  -webkit-animation: dots-jump 1.2s infinite ease;
  animation: dots-jump 1.2s infinite ease;
  animation-delay: 0.2s;
}

.dots-jump > div:nth-of-type(1) {
  animation-delay: 0.4s;
}

.dots-jump > div:nth-of-type(3) {
  animation-delay: 0s;
}

@-webkit-keyframes dots-jump {
  0% {
    top: 0;
  }

  40% {
    top: -6px;
  }

  80% {
    top: 0;
  }

}

@keyframes dots-jump {
  0% {
    top: 0;
  }

  40% {
    top: -6px;
  }

  80% {
    top: 0;
  }

}

/* dots fade */
.dots-fade > div {
  -webkit-animation: dots-fade 1.6s infinite ease;
  animation: dots-fade 1.6s infinite ease;
  animation-delay: 0.4s;
}

.dots-fade > div:nth-of-type(1) {
  animation-delay: 0.8s;
}

.dots-fade > div:nth-of-type(3) {
  animation-delay: 0s;
}

@-webkit-keyframes dots-fade {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 0.2;
  }

  80% {
    opacity: 1;
  }

}

@keyframes dots-fade {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 0.2;
  }

  80% {
    opacity: 1;
  }

}

/* dots pulse */
.dots-pulse > div {
  -webkit-animation: dots-pulse 1.2s infinite ease;
  animation: dots-pulse 1.2s infinite ease;
  animation-delay: 0.2s;
}

.dots-pulse > div:nth-of-type(1) {
  animation-delay: 0.4s;
}

.dots-pulse > div:nth-of-type(3) {
  animation-delay: 0s;
}

@-webkit-keyframes dots-pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(1.1);
    transform: scale(1.3);
  }

  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

}

@keyframes dots-pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(1.1);
    transform: scale(1.3);
  }

  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

}



/* ===================================================================
 * # forms 
 *
 * ------------------------------------------------------------------- */
fieldset {
  border: none;
}

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  display: block;
  height: 6.4rem;
  padding: 1.5rem 24px 1.5rem;
  border: 0;
  outline: none;
  color: #545454;
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.6rem;
  line-height: 3.2rem;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.ss-custom-select {
  position: relative;
  padding: 0;
}

.ss-custom-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  margin: 0;
  line-height: 3rem;
  vertical-align: middle;
}

.ss-custom-select select option {
  padding-left: 2rem;
  padding-right: 2rem;
}

.ss-custom-select select::-ms-expand {
  display: none;
}

.ss-custom-select::after {
  border-bottom: 2px solid rgba(0, 0, 0, 0.5);
  border-right: 2px solid rgba(0, 0, 0, 0.5);
  content: '';
  display: block;
  height: 8px;
  width: 8px;
  margin-top: -7px;
  pointer-events: none;
  position: absolute;
  right: 2.4rem;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

/* IE9 and below */
.oldie .ss-custom-select::after {
  display: none;
}

textarea {
  min-height: 25.6rem;
}

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  color: #000000;
  box-shadow: 0 0 5px rgba(91, 79, 150, 0.8);
  border: 1px solid #009966;
}

label,
legend {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 2;
  margin-bottom: .8rem;
  color: #000000;
  display: block;
}

input[type="checkbox"],
input[type="radio"] {
  display: inline;
}

label > .label-text {
  display: inline-block;
  margin-left: 1rem;
  font-family: "Nunito Sans", sans-serif;
  line-height: inherit;
}

label > input[type="checkbox"],
label > input[type="radio"] {
  margin: 0;
  position: relative;
  top: .2rem;
}


/* ------------------------------------------------------------------- 
 * ## Style Placeholder Text
 * ------------------------------------------------------------------- */
::-webkit-input-placeholder {

  /* WebKit, Blink, Edge */
  color: #9c9c9c;
}

:-moz-placeholder {

  /* Mozilla Firefox 4 to 18 */
  color: #9c9c9c;
  opacity: 1;
}

::-moz-placeholder {

  /* Mozilla Firefox 19+ */
  color: #9c9c9c;
  opacity: 1;
}

:-ms-input-placeholder {

  /* Internet Explorer 10-11 */
  color: #9c9c9c;
}

::-ms-input-placeholder {

  /* Microsoft Edge */
  color: #9c9c9c;
}

::placeholder {

  /* Most modern browsers support this now. */
  color: #9c9c9c;
}

.placeholder {
  color: #9c9c9c !important;
}


/* ------------------------------------------------------------------- 
 * ## Change Autocomplete styles in Chrome
 * ------------------------------------------------------------------- */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus
input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #009966;
  transition: background-color 5000s ease-in-out 0s;
}



/* ===================================================================
 * # buttons
 *
 * ------------------------------------------------------------------- */
.btn,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: .4rem;
  height: 6rem;
  line-height: 5.6rem;
  padding: 0 3.2rem;
  
  color: #000000;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 4px;
  background-color: #009966;
  border: 0.2rem solid #009966;
  color: #fff;
}

.btn:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.btn:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  background-color: #009966;
  border-color: #009966;
  color: #000000;
  outline: 0;
}

/* button primary
 * ------------------------------------------------- */
.btn.btn--primary,
button.btn--primary,
input[type="submit"].btn--primary,
input[type="reset"].btn--primary,
input[type="button"].btn--primary {
  background: #009966;
  border-color: #009966;
  color: #ffffff;
}

.btn.btn--primary:hover,
button.btn--primary:hover,
input[type="submit"].btn--primary:hover,
input[type="reset"].btn--primary:hover,
input[type="button"].btn--primary:hover,
.btn.btn--primary:focus,
button.btn--primary:focus,
input[type="submit"].btn--primary:focus,
input[type="reset"].btn--primary:focus,
input[type="button"].btn--primary:focus {
  background: #006633;
  border-color: #66ff99;
}

/* button modifiers
 * ------------------------------------------------- */
.btn.full-width,
button.full-width {
  width: 100%;
  margin-right: 0;
}

.btn--medium,
button.btn--medium {
  height: 6.4rem !important;
  line-height: 6rem !important;
}

.btn--large,
button.btn--large {
  height: 6.8rem !important;
  line-height: 6.4rem !important;
}

.btn--stroke,
button.btn--stroke {
  background: transparent !important;
  border: 0.2rem solid #000000;
  color: #000000;
}

.btn--stroke:hover,
button.btn--stroke:hover {
  background: #000000 !important;
  border: 0.2rem solid #000000;
  color: #ffffff;
}

.btn--pill,
button.btn--pill {
  padding-left: 3.2rem !important;
  padding-right: 3.2rem !important;
  border-radius: 1000px !important;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}



/* =================================================================== 
 * # additional components
 *
 * ------------------------------------------------------------------- */


/* ------------------------------------------------------------------- 
 * ## alert box 
 * ------------------------------------------------------------------- */
.alert-box {
  padding: 2.4rem 4rem 2.4rem 3.2rem;
  position: relative;
  margin-bottom: 3.2rem;
  border-radius: 4px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.6;
}

.alert-box__close {
  position: absolute;
  right: 1.6rem;
  top: 1.6rem;
  cursor: pointer;
}

.alert-box__close.fa {
  font-size: 12px;
}

.alert-box--error {
  background-color: #ffd1d2;
  color: #dd4043;
}

.alert-box--success {
  background-color: #c8e675;
  color: #637533;
}

.alert-box--info {
  background-color: #d5ebfb;
  color: #5499c9;
}

.alert-box--notice {
  background-color: #fff099;
  color: #c3ab22;
}


/* ------------------------------------------------------------------- 
 * ## additional typo styles 
 * ------------------------------------------------------------------- */

/* drop cap 
 * ----------------------------------------------- */
.drop-cap:first-letter {
  float: left;
  margin: 0;
  padding: 1.6rem .8rem 0 0;
  font-family: "Chivo", sans-serif;
  font-weight: 700;
  font-size: 8.6rem;
  line-height: 6rem;
  text-indent: 0;
  background: transparent;
  color: #121619;
}

/* line definition style 
 * ----------------------------------------------- */
.lining dt,
.lining dd {
  display: inline;
  margin: 0;
}

.lining dt + dt:before,
.lining dd + dt:before {
  content: "\A";
  white-space: pre;
}

.lining dd + dd:before {
  content: ", ";
}

.lining dd + dd:before {
  content: ", ";
}

.lining dd:before {
  content: ": ";
  margin-left: -0.2em;
}

/* dictionary definition style 
 * ----------------------------------------------- */
.dictionary-style dt {
  display: inline;
  counter-reset: definitions;
}

.dictionary-style dt + dt:before {
  content: ", ";
  margin-left: -0.2em;
}

.dictionary-style dd {
  display: block;
  counter-increment: definitions;
}

.dictionary-style dd:before {
  content: counter(definitions, decimal) ". ";
}

/** 
 * Pull Quotes
 * -----------
 * markup:
 *
 * <aside class="pull-quote">
 *    <blockquote>
 *      <p></p>
 *    </blockquote>
 *  </aside>
 *
 * --------------------------------------------------------------------- */
.pull-quote {
  position: relative;
  padding: 2.4rem 3.2rem 2.4rem 0px;
}

.pull-quote:before,
.pull-quote:after {
  height: 1em;
  position: absolute;
  font-size: 10rem;
  font-family: Arial, Sans-serif;
  color: #009966;
}

.pull-quote:before {
  content: "\201C";
  top: -2.8rem;
  left: -6px;
}

.pull-quote:after {
  content: '\201D';
  bottom: 3.4rem;
  right: 6px;
}

.pull-quote blockquote {
  margin: 0;
  padding-left: 4.8rem;
  padding-right: 0;
  position: relative;
}

.pull-quote blockquote p {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  padding: 0;
  font-size: 2.6rem;
  line-height: 1.692;
  color: #000000;
}

.pull-quote blockquote:before {
  content: none;
}

/** 
 * Stats Tab
 * ---------
 * markup:
 *
 * <ul class="stats-tabs">
 *    <li><a href="#">[value]<em>[name]</em></a></li>
 *  </ul>
 *
 * Extend this object into your markup.
 *
 * --------------------------------------------------------------------- */
.stats-tabs {
  padding: 0;
  margin: 3.2rem 0;
}

.stats-tabs li {
  display: inline-block;
  margin: 0 1.6rem 3.2rem 0;
  padding: 0 1.5rem 0 0;
  border-right: 1px solid #eaeaea;
}

.stats-tabs li:last-child {
  margin: 0;
  padding: 0;
  border: none;
}

.stats-tabs li a {
  display: inline-block;
  font-family: "Chivo", sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.6;
  border: none;
  color: #000000;
}

.stats-tabs li a:hover {
  color: #009966;
}

.stats-tabs li a em {
  display: block;
  margin: .8rem 0 0 0;
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.5rem;
  line-height: 2.4rem;
  font-weight: normal;
  font-style: normal;
  color: #898989;
}


/* ------------------------------------------------------------------- 
 * ## skillbars 
 * ------------------------------------------------------------------- */
.skill-bars {
  list-style: none;
  margin: 6.8rem 0 3.2rem;
}

.skill-bars li {
  height: .4rem;
  background: #d6d6d6;
  width: 100%;
  margin-bottom: 6.8rem;
  padding: 0;
  position: relative;
}

.skill-bars li strong {
  position: absolute;
  left: 0;
  top: -4rem;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: .2rem;
  font-size: 1.4rem;
  line-height: 2.4rem;
}

.skill-bars li .progress {
  background: #009966;
  position: relative;
  height: 100%;
}

.skill-bars li .progress span {
  position: absolute;
  right: 0;
  top: -3.6rem;
  display: block;
  font-family: "Nunito Sans", sans-serif;
  color: #ffffff;
  font-size: 1.1rem;
  line-height: 1;
  background: #000000;
  padding: .8rem .8rem;
  border-radius: 3px;
}

.skill-bars li .progress span::after {
  position: absolute;
  left: 50%;
  bottom: -5px;
  margin-left: -5px;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 5px solid #000000;
  content: "";
}

.skill-bars li .percent5 {
  width: 5%;
}

.skill-bars li .percent10 {
  width: 10%;
}

.skill-bars li .percent15 {
  width: 15%;
}

.skill-bars li .percent20 {
  width: 20%;
}

.skill-bars li .percent25 {
  width: 25%;
}

.skill-bars li .percent30 {
  width: 30%;
}

.skill-bars li .percent35 {
  width: 35%;
}

.skill-bars li .percent40 {
  width: 40%;
}

.skill-bars li .percent45 {
  width: 45%;
}

.skill-bars li .percent50 {
  width: 50%;
}

.skill-bars li .percent55 {
  width: 55%;
}

.skill-bars li .percent60 {
  width: 60%;
}

.skill-bars li .percent65 {
  width: 65%;
}

.skill-bars li .percent70 {
  width: 70%;
}

.skill-bars li .percent75 {
  width: 75%;
}

.skill-bars li .percent80 {
  width: 80%;
}

.skill-bars li .percent85 {
  width: 85%;
}

.skill-bars li .percent90 {
  width: 90%;
}

.skill-bars li .percent95 {
  width: 95%;
}

.skill-bars li .percent100 {
  width: 100%;
}



/* ===================================================================
 * # reusable and common theme styles
 *
 * ------------------------------------------------------------------- */
.wide {
  max-width: 1400px;
}

.narrow {
  max-width: 1000px;
}


/* ------------------------------------------------------------------- 
 * ## display headings
 * ------------------------------------------------------------------- */
.display-1 {
  font-family: "Chivo", sans-serif;
  font-weight: 600;
  font-size: 3.5rem;
  line-height: 1.236;
  letter-spacing: -0.03rem;
  margin-top: 0;
  margin-bottom: 2.8rem;
}

.display-2 {
  font-family: "Chivo", sans-serif;
  font-weight: 600;
  font-size: 4.6rem;
  line-height: 1.217;
  margin-top: 0;
  margin-bottom: 3.2rem;
}
.display-2 span{
  font-family: "Chivo", sans-serif;
  font-weight: 700;
  color: #003333;
  font-size: 6.6rem;
  line-height: 1.217;
  margin-top: 0;
  margin-bottom: 3.2rem;
}

.item-title {
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 1.286;
  margin-top: 0;
  margin-bottom: 2rem;
}


/* ------------------------------------------------------------------- 
 * ## section header
 * ------------------------------------------------------------------- */
.section-header {
  max-width: 800px;
}

.section-header.has-bottom-sep {
  padding-bottom: 2.8rem;
  position: relative;
  text-align: center;
}

.section-header.has-bottom-sep:after {
  content: "";
  display: table;
  clear: both;
}

.section-header.has-bottom-sep::before {
  content: "";
  display: inline-block;
  height: 1px;
  width: 320px;
  background-color: #d6d6d6;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}


/* ------------------------------------------------------------------- 
 * ## slick slider
 * ------------------------------------------------------------------- */
.slick-slider {
  position: relative;
}

.slick-slider .slick-slide {
  outline: none;
}

.slick-slider .slick-dots {
  display: block;
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 4.2rem 0 0 0;
  text-align: center;
  position: absolute;
  top: 100%;
  left: 0;
}

.slick-slider .slick-dots li {
  display: inline-block;
  width: 27px;
  height: 27px;
  margin: 0;
  padding: 9px;
  cursor: pointer;
}

.slick-slider .slick-dots li button {
  display: block;
  width: 10px;
  height: 10px;
  line-height: 10px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.4);
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}

.slick-slider .slick-dots li button:hover,
.slick-slider .slick-dots li button:focus {
  outline: none;
}

.slick-slider .slick-dots li.slick-active button,
.slick-slider .slick-dots li:hover button {
  background: #009966;
}


/* ------------------------------------------------------------------- 
 * responsive:
 * reusable and common theme styles
 * ------------------------------------------------------------------- */
@media only screen and (max-width:1000px) {
  .display-1 {
    font-size: 5.2rem;
  }

  .display-2 {
    font-size: 4.4rem;
  }

  .section-header {
    max-width: 680px;
  }

}

@media only screen and (max-width:800px) {
  .display-1 {
    font-size: 4.4rem;
  }

  .display-2 {
    font-size: 4rem;
  }

  .display-2 br {
    display: none;
  }

  .item-title {
    font-size: 2.4rem;
  }

  .section-header {
    max-width: 580px;
  }

}

@media only screen and (max-width:600px) {
  .section-header.has-bottom-sep::before {
    width: 240px;
  }

}

@media only screen and (max-width:500px) {
  .display-1 {
    font-size: 4.2rem;
  }

  .display-2 {
    font-size: 3.8rem;
  }

}

@media only screen and (max-width:400px) {
  .display-1 {
    font-size: 3.8rem;
  }

  .display-2 {
    font-size: 3.6rem;
  }

  .section-header.has-bottom-sep::before {
    width: 200px;
  }

}

@media only screen and (max-width:350px) {
  .display-1 {
    font-size: 3.6rem;
  }

  .display-2 {
    font-size: 3.4rem;
  }

}



/* ===================================================================
 * # header styles
 *
 * ------------------------------------------------------------------- */
/*.s-header {*/
/*  z-index: 600;*/
/*  width: 100%;*/
/*  height: 78px;*/
/*  background-color: #042323;*/
/*  position: absolute;*/
/*  top: 24px;  color: red;*/
/*}*/

/*.s-header > .row {*/
/*  max-width: 1300px;*/
/*  height: 78px;*/
/*  position: relative;*/
/*}*/

/*.s-header.sticky {*/
/*  background-color: #0e1113;*/
/*  -webkit-transition: all 0.3s ease-in-out;*/
/*  transition: all 0.3s ease-in-out;*/

/*  position: fixed;*/
/*  top: 0;*/
/*}*/


/* -------------------------------------------------------------------
 * ## header logo
 * ------------------------------------------------------------------- */
/*.header-logo {*/
/*  z-index: 601;*/
/*  display: inline-block;*/
/*  margin: 6px 0 0 0;*/
/*  padding: 0;*/
/*  -webkit-transition: all 0.3s ease-in-out;*/
/*  transition: all 0.3s ease-in-out;*/
/*  -webkit-transform: translate3d(0, -50%, 0);*/
/*  -ms-transform: translate3d(0, -50%, 0);*/
/*  transform: translate3d(0, -50%, 0);*/
/*  position: absolute;*/
/*  left: 0;*/
/*  top: 50%;*/
/*}*/

/*.header-logo a {*/
/*  display: inline-block;*/
/*  padding: 0;*/
/*  outline: 0;*/
/*  border: none;*/
/*}*/

/*.header-logo img {*/
/*  width: 130px;*/
/*  height: 36px;*/
/*}*/


/* ------------------------------------------------------------------- 
 * ## navigation 
 * ------------------------------------------------------------------- */
/*.header-nav-wrap {*/
/*  font-family: "Nunito Sans", sans-serif;*/
/*  font-weight: 600;*/
/*  padding-left: 180px;*/
/*}*/

/*.header-nav-wrap .header-main-nav {*/
/*  display: inline-block;*/
/*  list-style: none;*/
/*  font-weight: 700;*/
/*  font-size: 15px;*/
/*  text-transform: uppercase;*/
/*  letter-spacing: 2px;*/
/*  margin: 0;*/
/*}*/

/*.header-nav-wrap .header-main-nav li {*/
/*  display: inline-block;*/
/*  padding-left: 0;*/
/*  margin-right: 1.6rem;*/
/*}*/

/*.header-nav-wrap .header-main-nav li a {*/
/*  display: block;*/
/*  line-height: 78px;*/
/*  color: #cccccc;*/
/*  outline: none;*/
/*  position: relative;*/
/*}*/

/*.header-nav-wrap .header-main-nav li a:hover,*/
/*.header-nav-wrap .header-main-nav li a:focus {*/
/*  color: #009966;*/
/*}*/

/*.header-nav-wrap .header-main-nav li.current a {*/
/*  color: #cccccc;*/
/*}*/

/*.header-nav-wrap .header-cta {*/
/*  -webkit-transform: translate3d(0, -50%, 0);*/
/*  -ms-transform: translate3d(0, -50%, 0);*/
/*  transform: translate3d(0, -50%, 0);*/
/*  position: absolute;*/
/*  right: 40px;*/
/*  top: 50%;*/
/*}*/

/*.header-nav-wrap .header-cta__btn {*/
/*  font-size: 1.2rem;*/
/*  height: 5.2rem;*/
/*  line-height: 4.8rem;*/
/*  margin: 0;*/
/*}*/

/*.sticky .header-nav-wrap .header-cta__btn {*/
/*  height: 4.8rem;*/
/*  line-height: 4.4rem; */
/*}*/


/* ------------------------------------------------------------------- 
 * ## menu trigger
 * ------------------------------------------------------------------- */
/*.header-menu-toggle {*/
/*  display: none;*/
/*  height: 42px;*/
/*  width: 42px;*/
/*  line-height: 42px;*/
/*  font-family: "Nunito Sans", sans-serif;*/
/*  font-size: 1.4rem;*/
/*  text-transform: uppercase;*/
/*  letter-spacing: .2rem;*/
/*  color: #66ff99;*/
/*  -webkit-transition: all 0.3s ease-in-out;*/
/*  transition: all 0.3s ease-in-out;*/
/*  position: absolute;*/
/*  right: 40px;*/
/*  top: 18px;*/
/*}*/

/*.header-menu-toggle:hover,*/
/*.header-menu-toggle:focus {*/
/*  color: #66ff99;*/
/*}*/

/*.header-menu-toggle span {*/
/*  display: block;*/
/*  width: 24px;*/
/*  height: 2px;*/
/*  margin-top: -1px;*/
/*  right: auto;*/
/*  bottom: auto;*/
/*  background-color: green;*/
/*  -webkit-transition: all 0.5s ease-in-out;*/
/*  transition: all 0.5s ease-in-out;*/
/*  font: 0/0 a;*/
/*  text-shadow: none;*/
/*  color: transparent;*/
/*  position: absolute;*/
/*  left: 9px;*/
/*  top: 50%;*/
/*}*/

/*.header-menu-toggle span::before,*/
/*.header-menu-toggle span::after {*/
/*  content: '';*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  background-color: inherit;*/
/*  -webkit-transition: all 0.5s ease-in-out;*/
/*  transition: all 0.5s ease-in-out;*/
/*  position: absolute;*/
/*  left: 0;*/
/*}*/

/*.header-menu-toggle span::before {*/
/*  top: -9px;*/
/*}*/

/*.header-menu-toggle span::after {*/
/*  bottom: -9px;*/
/*}*/

/*.header-menu-toggle.is-clicked span {*/
/*  background-color: rgba(255, 255, 255, 0);*/
/*  -webkit-transition: all 0.1s ease-in-out;*/
/*  transition: all 0.1s ease-in-out;*/
/*}*/

/*.header-menu-toggle.is-clicked span::before,*/
/*.header-menu-toggle.is-clicked span::after {*/
/*  background-color: #00cc33;*/
/*}*/

/*.header-menu-toggle.is-clicked span::before {*/
/*  top: 0;*/
/*  -webkit-transform: rotate(135deg);*/
/*  -ms-transform: rotate(135deg);*/
/*  transform: rotate(135deg);*/
/*}*/

/*.header-menu-toggle.is-clicked span::after {*/
/*  bottom: 0;*/
/*  -webkit-transform: rotate(225deg);*/
/*  -ms-transform: rotate(225deg);*/
/*  transform: rotate(225deg);*/
/*}*/


/* ------------------------------------------------------------------- 
 * responsive:
 * header
 * ------------------------------------------------------------------- */
/*@media only screen and (max-width:1400px) {*/
/*  .header-nav-wrap .header-cta {*/
/*    right: 20px;*/
/*  }*/

/*}*/

/*@media only screen and (max-width:1200px) {*/
/*  .header-nav-wrap .header-cta {*/
/*    right: 0;*/
/*  }*/

/*}*/

/*@media only screen and (max-width:1000px) {*/
/*  .header-nav-wrap {*/
/*    padding-left: 170px;*/
/*  }*/

/*  .header-nav-wrap .header-main-nav {*/
/*    font-size: 11px;*/
/*  }*/

/*  .header-nav-wrap .header-cta__btn {*/
/*    height: 4.8rem;*/
/*    line-height: 4.4rem;*/
/*    padding: 0 1.6rem;*/
/*  }*/

/*}*/

/*@media only screen and (max-width:900px) {*/
/*  .header-nav-wrap {*/
/*    text-align: right;*/
/*  }*/

/*  .header-nav-wrap .header-cta {*/
/*    display: none;*/
/*  }*/

/*}*/

/*@media only screen and (max-width:800px) {*/
/*  .s-header {*/
     /*    background-color: #0e1113;*/
/*    position: fixed;*/
/*    top: 0;*/
/*  }*/

/*  .s-header > .row {*/
/*    width: 100%;*/
/*    padding: 0 !important;*/
/*  }*/

/*  .header-logo {*/
/*    margin: 8px 0 0 0;*/
/*    left: 44px;*/
/*  }*/

/*  .header-nav-wrap {*/
/*    display: none;*/
/*    height: auto;*/
/*    width: 100%;*/
/*    background-color: #0e1113;*/
/*    padding: 64px 44px 72px;*/
/*    text-align: left;*/
/*    position: absolute;*/
/*    top: 78px;*/
/*  }*/

/*  .header-nav-wrap .header-main-nav {*/
/*    display: block;*/
/*    font-size: 12px;*/
/*    padding-left: 0;*/
/*    margin: 0;*/
/*    height: auto;*/
/*    border-top: 1px solid rgba(255, 255, 255, 0.03);*/
/*  }*/

/*  .header-nav-wrap .header-main-nav li {*/
/*    display: block;*/
/*    margin: 0;*/
/*    padding: 0;*/
/*    border-bottom: 1px solid rgba(255, 255, 255, 0.03);*/
/*  }*/

/*  .header-nav-wrap .header-main-nav li a {*/
/*    padding: 18px 0;*/
/*    line-height: 18px;*/
/*  }*/

/*  .header-nav-wrap .header-cta {*/
/*    display: block;*/
/*    position: static;*/
/*    -webkit-transform: translate3d(0, 0, 0);*/
/*    -ms-transform: translate3d(0, 0, 0);*/
/*    transform: translate3d(0, 0, 0);*/
/*    margin-top: 4.8rem;*/
/*  }*/

/*  .header-nav-wrap .header-cta__btn {*/
/*    display: block;*/
/*    font-size: 1.2rem;*/
/*    height: 5.2rem !important;*/
/*    line-height: 4.8rem !important;*/
/*    width: 100%;*/
/*    text-align: center;*/
/*  }*/

/*  .header-menu-toggle {*/
/*    display: block;*/
/*  }*/

/*}*/

/*@media only screen and (max-width:400px) {*/
/*  .header-logo {*/
/*    left: 40px;*/
/*  }*/

/*  .header-nav-wrap {*/
/*    padding: 40px 40px 64px;*/
/*  }*/

/*  .header-menu-toggle {*/
/*    right: 36px;*/
/*  }*/

/*}*/


/* -------------------------------------------------------------------
 * make sure the menu is visible on larger screens
 * ------------------------------------------------------------------- */
/*@media only screen and (min-width:801px) {*/
/*  .header-nav-wrap {*/
/*    display: block !important;*/
/*  }*/

/*}*/



/* ===================================================================
 * # home
 *
 * ------------------------------------------------------------------- */
/*.s-home {*/
/*  display: table;*/
/*  width: 100%;*/
/*  min-height: 788px;*/
/*  background-color: transparent;*/
/*  position: relative;*/
/*}*/

/*.s-home::before {*/
/*  display: block;*/
/*  content: "";*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 0;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  opacity: .8;*/
/*  background-color: #000000;*/
/*}*/

/*.s-home .shadow-overlay {*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 0;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  opacity: .3;*/
/*  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);*/
/*}*/

/*.no-js .s-home {*/
/*  background: #000000;*/
/*}*/


/* ------------------------------------------------------------------- 
 * ## home content
 * ------------------------------------------------------------------- */
.home-content {
  z-index: 4;
  display: table-cell;
  vertical-align: bottom;
  padding-top: 24.8rem;
  width: 100%;
  position: relative;
}

.home-content h1 {
  font-family: "Chivo", sans-serif;
  font-weight: 600;
  font-size: 7.2rem;
  line-height: 1.222;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 3.2rem;
  position: relative;
}

.home-content h1::before {
  display: block;
  content: "";
  height: 2px;
  width: 8rem;
  background-color: #009966;
  position: absolute;
  left: 8px;
  top: 0;
}

.home-content h3 {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 300;
  font-size: 2.4rem;
  line-height: 1.667;
  font-style: normal;
  color: #fff;
  margin-top: 2rem;
  width: 85%;
}

.home-content__main {
  position: relative;
  padding-bottom: 9.6rem;
  max-width: 1300px;
}

.home-content__left {
  width: calc(100% - (580px + 80px));
}
#main_h1 {
  font-weight: 800;
  font-size: 60px;
}
.home-content__right {
  z-index: 500;
  width: 580px;
  position: absolute;
  right: 0;
  top: 0;
}

.home-content__right img {
  vertical-align: bottom;
  margin-top: -5.2rem;
}


/* ------------------------------------------------------------------- 
 * ## home button section
 * ------------------------------------------------------------------- */
.home-content__btn-wrap {
  margin-top: 7.2rem;
}

.home-content__btn-wrap .home-content__btn {
  width: 30rem;
  height: 6.4rem !important;
  line-height: 6rem !important;
  margin-right: 0;
}


/* ------------------------------------------------------------------- 
 * ## home social
 * ------------------------------------------------------------------- */
.home-content__social {
  list-style: none;
  margin: 0;
  font-size: 10px;
  line-height: 2.4rem;
  text-transform: uppercase;
  letter-spacing: 4px;
  position: absolute;
  right: calc(40px + (5.6rem/2));
  top: 50%;
  -webkit-transform: rotate(-90deg) translate3d(50%, 0, 0);
  -ms-transform: rotate(-90deg) translate3d(50%, 0, 0);
  transform: rotate(-90deg) translate3d(50%, 0, 0);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}

.home-content__social li {
  display: inline;
  margin-right: 6px;
}

.home-content__social li:last-child {
  margin-right: 0;
}

.home-content__social a {
  color: rgba(255, 255, 255, 0.3);
}

.home-content__social a:hover,
.home-content__social a:hover,
.home-content__social a:active {
  color: #ffffff;
}


/* ------------------------------------------------------------------- 
 * ## home scroll
 * ------------------------------------------------------------------- */
.home-scroll {
  z-index: 4;
  height: 5.6rem;
  position: absolute;
  right: 40px;
  bottom: 4.8rem;
}

.home-scroll__text {
  display: inline-block;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 600;
  font-size: 11px;
  line-height: 5.6rem;
  text-transform: uppercase;
  letter-spacing: .3rem;
  color: #009966;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  right: 7.6rem;
}

.home-scroll__icon {
  display: block;
  height: 5.6rem;
  width: 5.6rem;
  background-color: rgba(255, 255, 255, 0.05);
  background-image: url(../images/icons/icon-arrow-down.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 10px 15px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 0;
  right: 0;
}

.home-scroll:hover .home-scroll__text {
  border-bottom: 1px solid #ffffff;
}

/* animate .home-content__main
 * ------------------------------------------------------------------- */
html.ss-preload .home-content__main {
  opacity: 0;
}

html.ss-loaded .home-content__main {
  animation-duration: 2s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

html.no-csstransitions .home-content__main {
  opacity: 1;
}


/* ------------------------------------------------------------------- 
 * ## home animations
 * ------------------------------------------------------------------- */

/* fade in */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, 150%, 0);
    -ms-transform: translate3d(0, 150%, 0);
    transform: translate3d(0, 150%, 0);
  }

  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

}

@keyframes fadeIn {
  from {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, 150%, 0);
    -ms-transform: translate3d(0, 150%, 0);
    transform: translate3d(0, 150%, 0);
  }

  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

}

/* fade out */
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
    visibility: visible;
  }

  to {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, -150%, 0);
    -ms-transform: translate3d(0, -150%, 0);
    transform: translate3d(0, -150%, 0);
  }

}

@keyframes fadeOut {
  from {
    opacity: 1;
    visibility: visible;
  }

  to {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, -150%, 0);
    -ms-transform: translate3d(0, -150%, 0);
    transform: translate3d(0, -150%, 0);
  }

}

/* ------------------------------------------------------------------- 
 * responsive:
 * home
 * ------------------------------------------------------------------- */
@media only screen and (max-width:1700px) {
  .home-content h1 {
    font-size: 6.8rem;
  }

  .home-content h3 {
    width: 100%;
  }

  .home-content__main {
    max-width: 1200px;
  }

}

@media only screen and (max-width:1600px) {
  .home-scroll__text {
    display: none;
  }

}

@media only screen and (max-width:1500px) {
  .home-content {
    padding-top: 23.2rem;
  }

  .home-content h1 {
    font-size: 6.2rem;
  }

  .home-content h3 {
    font-size: 2.2rem;
  }

  .home-content__main {
    max-width: 1140px;
  }




  .home-content__left {
    width: calc(100% - (570px + 60px));
  }

  .home-content__right {
    width: 570px;
  }

}

@media only screen and (max-width:1400px) {
  .home-content h1 {
    font-size: 6rem;
  }

  .home-content h3 {
    font-size: 2.1rem;
    width: 90%;
  }

  .home-content__left {
    width: calc(100% - (550px + 80px));
  }

  .home-content__right {
    width: 550px;
    right: 40px;
  }

}

@media only screen and (max-width:1300px) {
  .home-content {
    padding-top: 20rem;
  }

  .home-content h1 {
    font-size: 5.6rem;
  }

  .home-content h3 {
    font-size: 1.9rem;
  }

  .home-content__left {
    width: calc(100% - (530px + 90px));
  }

  .home-content__right {
    width: 530px;
    right: 50px;
  }

}

@media only screen and (max-width:1200px) {
  .s-home {
    display: block;
    overflow: hidden;
    min-height: 740px;
  }

  .home-content {
    display: block;
  }

  .home-content br {
    display: none;
  }

  .home-content h1 {
    font-size: 7.2rem;
    padding-top: 0;

  }

  .home-content h1::before {
    display: none;
  }

  .home-content h3 {
    font-size: 2.4rem;
    width: 100%;
  }

  .home-content__main {
    max-width: 600px;
    padding-bottom: 44rem;
    text-align: center;
  }

  .home-content__left {
    width: 100%;
  }

  .home-content__right {
    top: 100%;
    right: auto;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    margin-top: -40rem;
  }

  .home-content__right img {
    margin-top: 0;
  }

}

@media only screen and (max-width:900px) {
  .home-content {
    padding-top: 16.8rem;
  }

  .home-content h1 {
    font-size: 6.2rem;
  }

  .home-content h3 {
    font-size: 2.2rem;
  }

  .home-content__main {
    max-width: 500px;
  }

  .home-content__social {
    right: calc(30px + (5.6rem/2));
  }

  .home-scroll {
    right: 3rem;
  }

}

@media only screen and (max-width:800px) {
  .home-content h1 {
    font-size: 6rem;
  }

  .home-content h3 {
    font-size: 2.1rem;
  }

  .home-content__right {
    width: 480px;
  }

}

@media only screen and (max-width:700px) {
  .home-content h1 {
    font-size: 5.6rem;
  }

  .home-content h3 {
    font-size: 2rem;
  }

  .home-content__social,
  .home-scroll {
    display: none;
  }

}

@media only screen and (max-width:600px) {
  .home-content h1 {
    font-size: 5.2rem;
  }

  .home-content h3 {
    font-size: 1.8rem;
  }

  .home-content__main {
    padding-bottom: 40rem;
    padding-left: 35px;
    padding-right: 35px;
  }

  .home-content__right {
    width: 400px;
    margin-top: -36rem;
  }

  .home-content__btn-wrap {
    margin-top: 4rem;
  }

}

@media only screen and (max-width:500px) {
  .home-content {
    padding-top: 16rem;
  }

  .home-content h1 {
    font-size: 4.4rem;
  }

  .home-content__main {
    padding-bottom: 32rem;
  }

  .home-content__right {
    width: 360px;
    margin-top: -28rem;
  }

}

@media only screen and (max-width:400px) {
  .home-content {
    padding-top: 15.2rem;
  }

  .home-content h1 {
    font-size: 4.2rem;
  }

  .home-content__main {
    padding-bottom: 28rem;
    padding-left: 25px;
    padding-right: 25px;
  }

  .home-content__right {
    width: 300px;
    margin-top: -24rem;
  }

  .home-content__btn-wrap .home-content__btn {
    width: 100%;
  }

}

@media only screen and (max-width:350px) {
  .home-content__right {
    width: 280px;
  }

}



/* ===================================================================
 * # about
 *
 * ------------------------------------------------------------------- */
.s-about {
  padding-top: 23.2rem;
  padding-bottom: calc((62.4rem/2) + 6.4rem);
  background-color: #fff;
color: #333;
  overflow: hidden;
  position: relative;
}

.s-about .section-header.has-bottom-sep::before {
  background-color: rgba(255, 255, 255, 0.1);
}

.s-about .display-1,
.s-about h3 {
  color: #333;
}

.s-about p.lead {
  color: #333;
}


/* ------------------------------------------------------------------- 
 * ## about-desc slider
 * ------------------------------------------------------------------- */
.about-desc {
  margin-top: 6rem;
}

.about-desc__slider .slick-dots {
  margin: .8rem 0 0 0;
}

.about-desc__slider .slick-dots li button {
  background: #433a6e;
}

.about-desc__slider .slick-dots li.slick-active button,
.about-desc__slider .slick-dots li:hover button {
  background: #ffffff;
}

.about-desc__slide {
  padding: 0 24px;
}


/* ------------------------------------------------------------------- 
 * responsive:
 * about
 * ------------------------------------------------------------------- */
@media only screen and (max-width:1400px) {
  .s-about {
    padding-bottom: calc((62.4rem/2) + 9.6rem);
  }

}

@media only screen and (max-width:1200px) {
  .s-about {
    padding-top: 18.4rem;
  }

}

@media only screen and (max-width:1000px) {
  .s-about {
    padding-top: 17.2rem;
  }

  .about-desc__slide {
    padding: 0 20px;
  }

}

@media only screen and (max-width:800px) {
  .s-about {
    padding-top: 16rem;
  }

}

@media only screen and (max-width:700px) {
  .about-desc {
    max-width: 550px;
  }

  .about-desc__slide {
    padding: 0 10px;
    text-align: center;
  }

}

@media only screen and (max-width:600px) {
  .s-about {
    padding-top: 14.8rem;
    padding-bottom: calc((60rem/2) + 9.6rem);
  }

  .about-desc {
    max-width: 500px;
  }

  .about-desc__slide {
    padding: 0;
  }

}

@media only screen and (max-width:500px) {
  .s-about {
    padding-bottom: calc((52rem/2) + 9.6rem);
  }

}

@media only screen and (max-width:400px) {
  .s-about {
    padding-top: 14rem;
    padding-bottom: calc((48rem/2) + 9.6rem);
  }

}


 .btn-trans{
    position: relative;
    min-width: 136px;
    max-width: 100%;
    height: 56px;
    color: white;
    outline: none;
    border-radius: 300px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 20px 30px;
    
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    
    
    
    }

      .btn-trans:hover{
    position: relative;
    min-width: 136px;
    max-width: 100%;
    height: 56px;
    padding: 0 24px;
    color: white;
    outline: none;
    background: none;
    opacity: 9;
    border: 1px solid grey;
    border-radius: 300px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 10px 20px;
    }
/* ===================================================================
 * # s-about-how
 *
 * ------------------------------------------------------------------- */
.s-about-how {
  background-color: #ffffff;
  padding-bottom: 16rem;
}

.video-bg {
  z-index: 1;
  overflow: hidden;
  height: 64.4rem;
  margin-top: calc((62.4rem/2) * -1);
  background-image: url(https://remita.net/assets/minimal/images/merchants_bg_img.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: relative;
  border-radius: 20px;
}

.video-bg .shadow-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .85;
  background: linear-gradient(180deg, rgba(0, 24, 0, 0) 0%, black 100%);
}


/* ------------------------------------------------------------------- 
 * ## video button
 * ------------------------------------------------------------------- */
.btn-video {
  display: inline-block;
  text-align: center;
  outline: none;
  position: absolute;
  top: 14%;
  left: 10%;
}



/* KEYFRAMES */

@keyframes spin3D {
  from {
    transform: rotate3d(.5,.5,.5, 360deg);
  }
  to{
    transform: rotate3d(0deg);
  }
}


.spinner-box {
  width: 300px;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  z-index: 10;
}



.leo {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.blue-orbit {
    width: 165px;
    height: 165px;
  border: 1px solid #009966;
  -webkit-animation: spin3D 3s linear .2s infinite;
}

.green-orbit {
    width: 120px;
    height: 120px;
  border: 1px solid #91ffb90099fa5;
  -webkit-animation: spin3D 2s linear 0s infinite;
}

.red-orbit {
    width: 90px;
    height: 90px;
  border: 1px solid #66ff99;
  -webkit-animation: spin3D 1s linear 0s infinite;
}

.white-orbit {
    width: 60px;
    height: 60px;
  border: 2px solid #66ff99;
  -webkit-animation: spin3D 10s linear 0s infinite;
}

.w1 {
  transform: rotate3D(1, 1, 1, 90deg);
}
90099
.w2 {
  transform: rotate3D(1, 2, .5, 90deg);
}
90099
.w3 {
  transform: rotate3D(.5, 1, 2, 90deg);
}







.video-icon {
  display: inline-block;
  height: 112px;
  width: 112px;
  border-radius: 50%;
  background-color: #ff6633;
  background-image: url(../images/icons/icon-play-black.svg);
  background-repeat: no-repeat;
  background-position: 55% center;
  background-size: 24px 27px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.btn-video:hover .video-icon {
  background-color: #009966;
  background-image: url(../images/icons/icon-play.svg);
}


/* ------------------------------------------------------------------- 
 * ## stats
 * ------------------------------------------------------------------- */
.stats {
  width: 100%;
  padding: 0 11%;
  color: #ffffff;
  position: absolute;
  bottom: 8rem;
  left: 0;
}

.item-stats {
  float: left;
  width: 50%;
  font-family: "Chivo", sans-serif;
  font-weight: 400;
  font-size: 2.8rem;
}

.item-stats span {
  display: inline-block;
  line-height: 8rem;
  vertical-align: middle;
}

.item-stats__num {
  font-weight: 700;
  font-size: 4.8rem;
  margin-right: 2rem;
}


/* ------------------------------------------------------------------- 
 * ## process
 * ------------------------------------------------------------------- */
.process-wrap {
  margin-top: 12rem;
}

.process-wrap h2 {
  margin-bottom: 4rem;
  padding: 0 10px;
}

.process {
  position: relative;
  left: 27px;
  width: 100%;
  max-width: 1080px;
  margin-top: 8rem;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  counter-reset: ctr;
}

.process:after {
  content: "";
  display: table;
  clear: both;
}

.process::before,
.process::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #eaeaea;
  position: absolute;
  top: 0;
}

.process::before {
  left: 0;
}

.process::after {
  left: 50%;
}

.process .process__steps {
  width: 100%;
}

.process .step {
  padding: 0 40px 1.5rem 60px;
  position: relative;
  min-height: 240px;
}

.process .step h3 {
  margin-bottom: 2.4rem;
}

.process .step::before {
  display: block;
  font-family: "Chivo", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  content: counter(ctr);
  counter-increment: ctr;
 
  height: 54px;
  width: 54px;
  line-height: 54px;
  text-align: center;
  border-radius: 20%;
color: #009966;
  box-shadow: 0 0 0 15px #ffffff;
  z-index: 500;
  position: absolute;
  top: -12px;
  left: -27px;
}


/* ------------------------------------------------------------------- 
 * responsive:
 * about-how
 * ------------------------------------------------------------------- */
@media only screen and (max-width:1400px) {
  .process {
    max-width: 1000px;
  }

}

@media only screen and (max-width:1200px) {
  .btn-video {
    left: 9%;
  }

  .stats {
    padding: 0 10%;
  }

  .item-stats {
    font-size: 2.6rem;
  }

  .item-stats span {
    line-height: 7.2rem;
  }

  .item-stats__num {
    font-size: 6.6rem;
  }

  .process {
    max-width: 900px;
  }

}

@media only screen and (max-width:1100px) {
  .process {
    max-width: 800px;
  }

}

@media only screen and (max-width:1000px) {
  .item-stats {
    font-size: 2.2rem;
  }

  .item-stats span {
    line-height: 6rem;
  }

  .item-stats__num {
    font-size: 6rem;
  }

}

@media only screen and (max-width:900px) {
  .stats {
    bottom: 5.6rem;
  }

  .item-stats {
    float: none;
    width: auto;
    font-size: 1.8rem;
    margin-bottom: 1.6rem;
  }

  .item-stats span {
    display: block;
    line-height: 1;
  }

  .item-stats__num {
    font-size: 5.4rem;
  }

  .item-stats__title {
    color: rgba(255, 255, 255, 0.5);
  }

  .process {
    max-width: 600px;
  }

  .process::after {
    display: none;
  }

  .process .step {
    width: 100% !important;
    float: none !important;
    clear: both !important;
    margin-left: 0;
    margin-right: 0;
    padding-right: 16px;
    min-height: auto;
    padding: 0 30px .9rem 50px;
  }

}

@media only screen and (max-width:800px) {
  .process {
    left: 0;
  }

  .process::before {
    left: 30px;
  }

  .process .step {
    padding: 0 10px 0 80px;
  }

  .process .step::before {
    font-size: 1.6rem;
    height: 44px;
    width: 44px;
    line-height: 44px;
    top: -8px;
    left: 8px;
  }

}

@media only screen and (max-width:600px) {
  .s-about-how {
    padding-bottom: 14.4rem;
  }

  .video-bg {
    height: 60rem;
    margin-top: calc((60rem/2) * -1);
  }

  .video-icon {
    height: 96px;
    width: 96px;
    background-size: 20px 22px;
  }

}

@media only screen and (max-width:500px) {
  .video-bg {
    height: 52rem;
    margin-top: calc((52rem/2) * -1);
  }

  .btn-video {
    top: 4.8rem;
  }

  .item-stats__num {
    font-size: 5rem;
  }

}

@media only screen and (max-width:400px) {
  .s-about-how {
    padding-bottom: 12rem;
  }

  .video-bg {
    height: 48rem;
    margin-top: calc((48rem/2) * -1);
  }

  .video-icon {
    height: 80px;
    width: 80px;
  }

  .process {
    text-align: center;
  }

  .process::before {
    display: none;
  }

  .process .step {
    padding: 60px 0 0 0;
  }

  .process .step::before {
    top: 0;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }

}



/* ===================================================================
 * # features
 *
 * ------------------------------------------------------------------- */
.s-features {
  padding-top: 19.2rem;
  padding-bottom: 20rem;
  background-color: #eaeaea;
  overflow: hidden;
  position: relative;
}


/* ------------------------------------------------------------------- 
 * ## features list
 * ------------------------------------------------------------------- */
.features {
  margin-top: 7.2rem;
}

.item-feature {
  margin-bottom: .8rem;
}

.item-feature__icon {
  color: #009966;
  font-size: 4.8rem;
}


/* ------------------------------------------------------------------- 
 * responsive:
 * features
 * ------------------------------------------------------------------- */
@media only screen and (max-width:1200px) {
  .s-features {
    padding-top: 18.4rem;
  }

  .features {
    max-width: 900px;
  }

  .features .item-feature:nth-child(2n+1) {
    padding-right: 30px;
  }

  .features .item-feature:nth-child(2n+2) {
    padding-left: 30px;
  }

}

@media only screen and (max-width:1000px) {
  .s-features {
    padding-top: 17.2rem;
    padding-bottom: 17.2rem;
  }

  .features .item-feature:nth-child(2n+1) {
    padding-right: 20px;
  }

  .features .item-feature:nth-child(2n+2) {
    padding-left: 20px;
  }

}

@media only screen and (max-width:800px) {
  .s-features {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .features {
    margin-top: 4.4rem;
  }

  .features .item-feature:nth-child(n) {
    padding-right: 15px;
    padding-left: 15px;
  }

}

@media only screen and (max-width:700px) {
  .features {
    max-width: 500px;
    text-align: center;
  }

  .features .item-feature {
    width: 100%;
    clear: both;
  }

}

@media only screen and (max-width:600px) {
  .s-features {
    padding-top: 14.8rem;
    padding-bottom: 14.8rem;
  }

  .features .item-feature:nth-child(n) {
    padding-right: 10px;
    padding-left: 10px;
  }

}

@media only screen and (max-width:400px) {
  .s-features {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .features .item-feature:nth-child(n) {
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 0;
  }

}



/* ===================================================================
 * # testimonials
 *
 * ------------------------------------------------------------------- */
.testimonials-wrap {
  margin-top: 9.6rem;
}

.testimonials-header {
  text-align: center;
  padding-top: 6.4rem;
  position: relative;
}

.testimonials-header::before {
  content: "";
  display: inline-block;
  height: 1px;
  width: 60%;
  background-color: #d6d6d6;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}

.testimonials {
  font-family: "Nunito Sans", sans-serif;
  font-weight: normal;
  font-size: 1.7rem;
  line-height: 1.882;
  margin-top: 4rem;
  padding-bottom: 7.2rem;
  position: relative;
}

.testimonials__slide {
  position: relative;
  padding-left: 9.6rem;
  padding-right: 3rem;
}

.testimonials__avatar {
  width: 7.2rem;
  height: 7.2rem;
  border-radius: 100%;
  outline: none;
  position: absolute;
  top: 0;
  left: 0;
}

.testimonials__author {
  display: inline-block;
  position: relative;
  margin-bottom: 1.6rem;
  line-height: 2.4rem;
}

.testimonials__name,
.testimonials__link {
  display: inline-block;
}

.testimonials__name {
  font-weight: 700;
  color: #000000;
  margin-right: 4px;
}

.testimonials__link {
  font-size: 1.6rem;
  color: rgba(0, 0, 0, 0.4);
}


/* ------------------------------------------------------------------- 
 * responsive:
 * testimonials
 * ------------------------------------------------------------------- */
@media only screen and (max-width:1000px) {
  .testimonials {
    max-width: 700px;
    text-align: center;
  }

  .testimonials__slide {
    padding-left: 3rem;
  }

  .testimonials__avatar {
    position: static;
    margin: 0 auto 1.2rem;
  }

}

@media only screen and (max-width:700px) {
  .testimonials {
    max-width: 500px;
  }

}

@media only screen and (max-width:400px) {
  .testimonials {
    margin-top: 3.2rem;
  }

  .testimonials-header {
    padding-top: 6.4rem !important;
  }

  .testimonials__slide {
    padding-right: 0;
    padding-left: 0;
  }

}



/* ===================================================================
 * # pricing
 *
 * ------------------------------------------------------------------- */
.s-pricing {
  padding-top: 19.2rem;
  padding-bottom: 16rem;
  background-color: #ffffff;
  position: relative;
}


/* ------------------------------------------------------------------- 
 * ## pricing plan blocks
 * ------------------------------------------------------------------- */
.plans {
  margin-top: 6.4rem;
  max-width: 840px;
}

.item-plan {
  padding: 0 30px;
}


.item-plan__block {
  background: #ffffff;
  border-radius: 4px;
  padding: 5px;
  margin-bottom: 4rem;  width: 200px;
}

.item-plan__title {
  font-weight: 700;
  font-size: 2.1rem;
  line-height: 1.333;
  color: #000000;
  margin: 0 0 1.6rem 0;
}

.item-plan__price,
.item-plan__per {
  display: inline-block;
  margin-bottom: 0;
}

.item-plan__bottom-part img{

  border-radius: 5px;
  width: 200px;
  height: 200px;
}


#product_img{

  border-radius: 2px;
  width: 200px;
  height: 200px;
  overflow: hidden;
}

.item-plan__price {
  font-family: "Chivo", sans-serif;
  font-size: 3.4rem;
  line-height: 1.081;
  font-weight: 600;
  color: #000000;
}


.ProductsCategory{
  font-family: "Chivo", sans-serif;
  color: #fff;
  padding: 7px;
  border-radius: 5px;
  background: #990099;
}


.item-plan__per {
  font-size: 1.6rem;
  line-height: 1;
  color: #333;
  margin: 0 4px;
}

.item-plan__bottom-part {
  margin-top: 4.4rem;
}

.item-plan__features {
  font-size: 1.7rem;
  line-height: 1.882;
  margin-left: 0;
}

.item-plan__features li {
  display: list-item;
  list-style: none;
  padding: .2rem 0 .2rem .8rem;
  position: relative;
}

.item-plan__features li::before {
  content: "\f00c";
  font-family: 'Font Awesome 5 Free';
  font-size: 1.2rem;
  font-weight: 900;
  display: inline-block;
  color: #009966;
  margin-right: 18px;
}

.item-plan--popular {
  color: white;
}

.item-plan--popular .item-plan__features li::before {
  color: #ffffff;
}

.item-plan--popular .item-plan__block {
  background-color: #009966;
  border: none;

}

.item-plan--popular .item-plan__title,
.item-plan--popular .item-plan__price {
  color: #ffffff;
}

.item-plan--popular .item-plan__per {
  color: rgba(255, 255, 255, 0.7);
}

.item-plan--popular .btn {
  background-color: #ffffff;
  border: 0.2rem solid #ffffff;
  color: #000000;
}

.item-plan--popular .btn:hover,
.item-plan--popular .btn:focus {
  background-color: #433a6e;
  border: 0.2rem solid #433a6e;
  color: #ffffff;
}


/* ------------------------------------------------------------------- 
 * responsive:
 * pricing
 * ------------------------------------------------------------------- */
@media only screen and (max-width:1200px) {
  .s-pricing {
    padding-top: 18.4rem;
  }

  .plans {
    max-width: 800px;
  }

}

@media only screen and (max-width:1000px) {
  .s-pricing {
    padding-top: 17.2rem;
    padding-bottom: 17.2rem;
  }

}

@media only screen and (max-width:800px) {
  .s-pricing {
    padding-top: 16rem;
    padding-bottom: 14.8rem;
  }

  .plans {
    max-width: 500px;
  }

}

@media only screen and (max-width:600px) {
  .s-pricing {
    padding-top: 14.8rem;
    padding-bottom: 12rem;
  }

}

@media only screen and (max-width:450px) {
  .item-plan {
    padding: 0 20px;
  }

}

@media only screen and (max-width:350px) {
  .item-plan__price {
    font-size: 5.6rem;
  }

  .item-plan__block {
    padding: 1.2rem 1.2rem 1.2rem;
  }

}



/* ===================================================================
 * # download
 *
 * ------------------------------------------------------------------- */
.s-download {
  padding-top: 18.4rem;
  background-color: #009966;
  color: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  position: relative;
}

.s-download .display-1,
.s-download h3 {
  color: #ffffff;
}

.s-download p.lead {
  color: rgba(255, 255, 255, 0.6);
}

.s-download .download-badges {
  list-style: none;
  margin: 1.2rem 0 0 -6px;
}

.s-download .download-badges li {
  display: inline-block;
  margin: 0 6px;
  padding-left: 0;
}

.s-download .download-badges li a {
  display: block;
  width: 232px;
  height: 72px;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 232px 72px;
}

.s-download .download-badges li a.badge-appstore {
  background-image: url("../images/appstore.png");
}

.s-download .download-badges li a.badge-googleplay {
  background-image: url("../images/google-play.png");
}

.s-download .download-bottom-image {
  margin-top: 11.2rem;
}

.s-download .download-bottom-image img {
  vertical-align: bottom;
}


/* ------------------------------------------------------------------- 
 * responsive:
 * download
 * ------------------------------------------------------------------- */
@media only screen and (max-width:1200px) {
  .s-download .download-content__badges {
    margin: 0;
  }

  .s-download .download-content__image {
    position: static;
    margin: 0 auto;
    max-width: 480px;
    width: auto;
    height: 24rem;
  }

}

@media only screen and (max-width:1000px) {
  .s-download {
    padding-top: 17.2rem;
  }

}

@media only screen and (max-width:800px) {
  .s-download {
    padding-top: 16rem;
  }

  .s-download .download-content__badges li a {
    width: 206px;
    height: 64px;
    background-size: 206px 64px;
  }

}

@media only screen and (max-width:600px) {
  .s-download {
    padding-top: 14.8rem;
  }

  .s-download .download-bottom-image {
    margin-top: 9.6rem;
  }

}



/* ===================================================================
 * # footer
 *
 * ------------------------------------------------------------------- */
.s-footer {
  padding-top: 18.4rem;
  padding-bottom: 4.8rem;
  color: rgba(255, 255, 255, 0.4);
  position: relative;
}

.s-footer a {
  color: #ffffff;
}

.s-footer a:hover,
.s-footer a:focus,
.s-footer a:active {
  color: #009966;
}

.s-footer .display-1 {
  color: #009966;
}

.s-footer h4 {
  margin-top: 0;
  margin-bottom: 1.6rem;
  color: #ffffff;
}

.s-footer p.lead {
  color: rgba(255, 255, 255, 0.3);
}

.s-footer .footer__mail-link {
  font-weight: 800;
  color: #009966;
}

.s-footer .footer__mail-link:hover,
.s-footer .footer__mail-link:focus,
.s-footer .footer__mail-link:active {
  color: #ffffff;
}

.footer__bottom {
  margin-top: 1.6rem;
  padding-top: 3.9rem;
  border-top: 1px solid rgba(255, 255, 255, 0.03);
}


/* -------------------------------------------------------------------
 * ## subscribe form
 * ------------------------------------------------------------------- */
.footer__subscribe .subscribe-form {
  margin: 4rem 0 0 0;
  padding: 0;
  position: relative;
}

.footer__subscribe #mc-form {
  width: 100%;
}

.footer__subscribe #mc-form input[type="email"] {
  width: 100%;
  height: 6.8rem;
  font-size: 1.8rem;
  line-height: 3.2rem;
  padding: 1.8rem 140px 1.8rem 64px;
  background: url(../images/icons/icon-mail.svg) 24px center no-repeat, rgba(255, 255, 255, 0.03);
  background-size: 24px 16px, auto;
  color: white;
  margin-bottom: 2rem;
  border: none;
  border-radius: 4px;
}

.footer__subscribe #mc-form input[type="email"]:hover,
.footer__subscribe #mc-form input[type="email"]:focus {
  box-shadow: none;
}

.footer__subscribe #mc-form input[type="email"]::-webkit-input-placeholder {

  /* WebKit, Blink, Edge */
  color: rgba(255, 255, 255, 0.3);
}

.footer__subscribe #mc-form input[type="email"]:-moz-placeholder {

  /* Mozilla Firefox 4 to 18 */
  color: rgba(255, 255, 255, 0.3);
  opacity: 1;
}

.footer__subscribe #mc-form input[type="email"]::-moz-placeholder {

  /* Mozilla Firefox 19+ */
  color: rgba(255, 255, 255, 0.3);
  opacity: 1;
}

.footer__subscribe #mc-form input[type="email"]:-ms-input-placeholder {

  /* Internet Explorer 10-11 */
  color: rgba(255, 255, 255, 0.3);
}

.footer__subscribe #mc-form input[type="email"]::-ms-input-placeholder {

  /* Microsoft Edge */
  color: rgba(255, 255, 255, 0.3);
}

.footer__subscribe #mc-form input[type="email"]::placeholder {

  /* Most modern browsers support this now. */
  color: rgba(255, 255, 255, 0.3);
}

.footer__subscribe #mc-form input[type="email"].placeholder {
  color: rgba(255, 255, 255, 0.3) !important;
}

.footer__subscribe #mc-form input[type=submit] {
  color: #ffffff;
  background: #009966;
  border-color: #009966;
  margin-right: 0;
  padding: 0 20px 0 24px;
  height: 6.8rem;
  line-height: 6.4rem;
  border-radius: 0 4px 4px 0;
  position: absolute;
  top: 0;
  right: 0;
}

.footer__subscribe #mc-form label {
  color: #ffffff;
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.3rem;
  padding: 0 2rem;
}

.footer__subscribe #mc-form label i {
  padding-right: 6px;
}


/* ------------------------------------------------------------------- 
 * ## footer social
 * ------------------------------------------------------------------- */
.footer__social {
  list-style: none;
  margin: -1.6rem 0 0 0;
}

.footer__social li {
  display: inline-block;
  font-size: 15px;
  padding: 0;
  margin-right: 4px;
}

.footer__social li a {
  display: block;
  line-height: 36px;
  height: 36px;
  width: 36px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.03);
  color: #ffffff;
  border-radius: 50%;
}

.footer__social li a:hover,
.footer__social li a:focus,
.footer__social li a:active {
  background-color: #009966;
  color: #ffffff;
}

.footer__social li:last-child {
  margin-right: 0;
}


/* ------------------------------------------------------------------- 
 * ## footer site links
 * ------------------------------------------------------------------- */
.footer__site-links {
  list-style: none;
  margin: 0;
}

.footer__site-links li {
  padding-left: 0;
}

.footer__site-links li a {
  display: block;
}

.footer__site-links li a,
.footer__site-links li a:visited {
  color: rgba(255, 255, 255, 0.4);
  outline: none;
}

.footer__site-links li a:hover,
.footer__site-links li a:focus,
.footer__site-links li a:active {
  color: #009966;
}


/* ------------------------------------------------------------------- 
 * ## copyright
 * ------------------------------------------------------------------- */
.ss-copyright {
  margin-top: 4.8rem;
  text-align: center;

}

.ss-copyright span {
  font-size: 17px;
  line-height: 3.2rem;
  display: inline-block;
}

.ss-copyright span::after {
  content: "·";
  display: inline-block;
  padding: 0 1rem 0 1.2rem;
  color: white;
}

.ss-copyright span:last-child::after {
  display: none;
}


/* ------------------------------------------------------------------- 
 * ## go to top
 * ------------------------------------------------------------------- */
.go-top {
  z-index: 600;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  -webkit-transform: translate3d(0, 200%, 0);
  -ms-transform: translate3d(0, 200%, 0);
  transform: translate3d(0, 200%, 0);
  position: fixed;
  bottom: 32px;
  right: 40px;
}

.go-top a,
.go-top a:visited {
  text-decoration: none;
  border: 0 none;
  display: block;
  height: 5.6rem;
  width: 5.6rem;
  line-height: 5.6rem;
  text-align: center;
  background-image: url(../images/icons/icon-arrow-up.svg);
  background-color: #000000;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 10px 15px;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  text-transform: uppercase;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.go-top a:hover,
.go-top a:focus,
.go-top a:active {
  background-color: #514686;
}

.go-top.link-is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}


/* ------------------------------------------------------------------- 
 * responsive:
 * footer
 * ------------------------------------------------------------------- */
@media only screen and (max-width:1200px) {
  .footer__bottom {
    font-size: 1.7rem;
    line-height: 1.882;
  }

}

@media only screen and (max-width:900px) {
  .go-top {
    right: 3rem;
  }

}

@media only screen and (max-width:800px) {
  .s-footer {
    padding-top: 14.8rem;
  }

  .footer__bottom .right {
    margin-top: 5.6rem;
  }

}

@media only screen and (max-width:600px) {
  .s-footer {
    padding-top: 12rem;
    padding-bottom: 4rem;
  }

  .s-footer h4 {
    padding-bottom: 1.6rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
  }

  .footer__bottom {
    border-top: none;
  }

  .footer__subscribe #mc-form input[type="email"] {
    padding: 0 2.4rem;
    background: rgba(255, 255, 255, 0.03);
    text-align: center;
  }

  .footer__subscribe #mc-form input[type=submit] {
    position: static;
    margin-right: 0;
    width: 100%;
    border-radius: 4px;
  }

  .footer__contact {
    margin-top: 4rem;
  }

  .ss-copyright {
    margin-top: 2.4rem;
  }

  .ss-copyright span {
    display: block;
    text-align: left;
  }

  .ss-copyright span::after {
    display: none;
  }

}

@media only screen and (max-width:400px) {
  .ss-copyright span {
    font-size: 16px;
  }

  .go-top a {
    height: 5.2rem;
    width: 5.2rem;
    background-size: 8px 12px;
  }

}

/*# sourceMappingURL=main.css.map */
   
.responsive-buttons {
  text-align: center;
}



.button-section {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: middle;
  text-align: center;
  padding: 10px;
}

.Catcard {
  background: #fff;
  border-radius: 3px;
  display: inline-block;
  height: 135px;
  margin: 1rem;
  position: relative;
  width: 300px;
  padding: 25px;
 box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.Catcard:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  cursor: default;
}


#catBoxes{



  background: #990099;
  color: #fff;
  display: inline-block;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  text-align: center;
  text-overflow: ellipsis;
  transition: 0.2s box-shadow ease-in-out, 0.2s background-color ease-in-out;
  white-space: nowrap;
  padding: 1.4em 2em;
}



.cattext {
  font-weight: 700;
  font-size: 14px;
  margin: 15px 0;
}

.btn-small-screen {
  border-radius: 50%;
}
.btn-small-screen .fa-linkedin {
  padding: 0;
  font-size: 20px;
  height: 20px;
  width: 20x;
}

@media all and (max-width: 800px) {
  .button-section {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}



.btn-main{
  background: #330033;
  color: #fff;
  border-radius: 30px;

}

#btn-main{
  background: #330033;
  color: #fff;
  border-radius: 30px;

}



#sy-whatshelp {
  right: 25px;
  bottom: 25px;
  position: fixed;
  z-index: 9999;
}

#sy-whatshelp a {
  position: relative;
}

#sy-whatshelp a.sywh-open-services {
  background-color: #009966;
  color: #fff;
  line-height: 55px;
  margin-top: 10px;
  border: none;
  cursor: pointer;
  font-size: 23px;
  width: 55px;
  height: 55px;
  text-align: center;
  box-shadow: 2px 2px 8px -3px #000;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  display: inline-block;
}

#sy-whatshelp a.sywh-open-services i {
  line-height: 55px;
}

#sy-whatshelp a.sywh-open-services i.fa-times {
  display: none;
}

#sy-whatshelp .sywh-services {
  width: 55px;
  height: auto;
}

#sy-whatshelp .sywh-services a {
  display: none;
}

#sy-whatshelp .sywh-services a i {
  background-color: #330033;
  color: #fff;
  line-height: 55px;
  margin-top: 10px;
  border: none;
  cursor: pointer;
  font-size: 23px;
  width: 55px;
  height: 55px;
  text-align: center;
  box-shadow: 2px 2px 8px -3px #000;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
}

#sy-whatshelp .sywh-services a.email i {
  background-color: #009966;
}

#sy-whatshelp .sywh-services a.instagram i {
  background-color: #009966;
}

#sy-whatshelp .sywh-services a.messenger i {
  background-color: #009966;
}

#sy-whatshelp .sywh-services a.whatsapp i {
  background-color: #009966;
}

#sy-whatshelp .sywh-services a.call i {
  background-color: #009966;
}

a[data-tooltip] {
  position: relative;
}

a[data-tooltip]::before,
a[data-tooltip]::after {
  position: absolute;
  display: none;
  opacity: 0.85;
  transition: all 0.3s ease-in-out;
}

a[data-tooltip]::before {
  content: attr(data-tooltip);
  background: #fff;
  color: #333;

  box-shadow: 0px 0px 10px rgba(0,0,0,0.15)!important;
  height: 50px;
  font-size: 13px;
  padding: 7px 11px;
  border-radius: 5px;
  white-space: nowrap;
  text-decoration: none;
}

a[data-tooltip]::after {
  width: 0;
  height: 0;
  border: 6px solid transparent;
  content: "";
}

a[data-tooltip]:hover::before,
a[data-tooltip]:hover::after {
  display: block;
}

a.sywh-open-services[data-tooltip]::before,
a.sywh-open-services[data-tooltip]::after {
  display: block;
}

a.data-tooltip-hide[data-tooltip]::before,
a.data-tooltip-hide[data-tooltip]::after {
  display: none !important;
}

a.sywh-open-services[data-tooltip][data-placement="left"]::before {
  top: 11px;
}

a[data-tooltip][data-placement="left"]::before {
  top: -7px;
  right: 100%;
  line-height: normal;
  margin-right: 10px;
}

a[data-tooltip][data-placement="left"]::after {
  border-left-color: #000;
  border-right: none;
  top: 50%;
  right: 100%;
  margin-top: -6px;
  margin-right: 4px;
}

a[data-tooltip][data-placement="right"]::before {
  top: -7px;
  left: 100%;
  line-height: normal;
  margin-left: 10px;
}

a[data-tooltip][data-placement="right"]::after {
 border-bottom-color: #fff;

  box-shadow: 0px 0px 10px rgba(0,0,0,0.15)!important;
  border-left: none;
  top: 50%;
  left: 100%;
  margin-top: -6px;
  margin-left: 4px;
}

a[data-tooltip][data-placement="top"]::before {
  bottom: 100%;
  left: 0;
  margin-bottom: 10px;
}

a[data-tooltip][data-placement="top"]::after {
  border-bottom-color: #fff;

  box-shadow: 0px 0px 10px rgba(0,0,0,0.15)!important;
  border-bottom: none;
  bottom: 100%;
  left: 10px;
  margin-bottom: 4px;
}

a[data-tooltip][data-placement="bottom"]::before {
  top: 100%;
  left: 0;
  margin-top: 10px;
}

a[data-tooltip][data-placement="bottom"]::after {
  border-bottom-color: #fff;

  box-shadow: 0px 0px 10px rgba(0,0,0,0.15)!important;
  border-top: none;
  top: 100%;
  left: 10px;
  margin-top: 4px;
}







.Searchcontainer{
  max-width: 100%;
  margin: auto;
}

.Searchcontainer .searchInput{
  background: #fff;
  width: 100%;
  border-radius: 5px;
  position: relative;
  box-shadow: 0px 1px 5px 3px rgba(0,0,0,0.12);
}

.searchInput input{
  height: 55px;
  width: 100%;
  outline: none;
  border: none;
  border-radius: 5px;
  padding: 0 60px 0 20px;
  font-size: 18px;
  box-shadow: 0px 1px 5px rgba(0,0,0,0.1);
}

.searchInput.active input{
  border-radius: 5px 5px 0 0;
}

.searchInput .resultBox{
  padding: 0;
  opacity: 0;
  pointer-events: none;
  max-height: 280px;
  overflow-y: auto;
}

.searchInput.active .resultBox{
  padding: 10px 8px;
  opacity: 1;
  pointer-events: auto;
}

#showList li{
  list-style: none;
  padding: 8px 12px;
  
  width: 100%;
  cursor: default;
  color: red;
  border-radius: 3px;
}

.searchInput.active .resultBox li{
  display: block;
}
.resultBox li:hover{
  background: #efefef;


}

.searchClue{
  color: #009966;
  font-size: 12px;


}




button.accordion {
  width: 100%;
  background-color: whitesmoke;
  border: none;
  outline: none;
  text-align: left;
  padding: 15px 20px;
  font-size: 11px;
  color: #333;
  font-size: 12px;
  cursor: pointer;
  transition: background-color 0.2s linear;
}

button.accordion:after {
  font-family: FontAwesome;
  content: '\f07d';
  font-family: "fontawesome";
  font-size: 12px;
  float: right;
}

button.accordion.is-open:after {
  content: "\f07d";
}

button.accordion:hover,
button.accordion.is-open {
  background-color: #ddd;
}

.accordion-content {
  background-color: white;
  border-left: 1px solid whitesmoke;
  border-right: 1px solid whitesmoke;
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out;
}

/*Reviews.php*/
.testimonial-item.equal-height.style-6 {
color: #333;
    border-radius: 10px;
    margin: 10px;
}
.cell-right {
    text-align: center;
    margin-right: 80px;
    padding-top: 35px;
    padding-bottom: 20px;
}
.testimonial-name {
    font-weight: 600;
}
.testimonial-content.quote {
    padding: 17px 55px;
}
.et_right_sidebar #main-content .container:before{
    display: none;
}


.accordion .card {
  overflow: hidden; }
  .accordion .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0; }
  .accordion .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0; }
  .accordion .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .accordion .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .accordion .card .card-header {
    margin-bottom: -1px; }



    
.StoreSearchcontainer {
  display: flex;
  justify-content: center;
}


/*.store-search-container .store-search-bar-section {*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*  max-width: 120rem;*/
/*  width: 100%;*/
/*  padding: 1rem;*/
/*}*/
/*.store-search-container .store-search-bar-section .search-form {*/
/*  width: 100%;*/
/*  display: flex;*/
/*  justify-content: space-between;*/
/*  flex-wrap: wrap;*/
/*}*/
/*.store-search-container .store-search-bar-section .search-form-groupE {*/
/*  flex: 1;*/
/*  margin-right: 2rem;*/
/*  margin-bottom: 1rem;*/
/*}*/
/*.store-search-container .store-search-bar-section .search-form-group input {*/
/*  font-family: inherit;*/
/*  font-size: 2rem;*/
/*  font-weight: 400;*/
/*  padding: 2rem;*/
/*  height: 5rem;*/
/*}*/
/*.store-search-container .store-search-bar-section .search-form-group select {*/
/*  width: 100%;*/
/*  height: 5rem;*/
/*  font-size: 2rem;*/
/*  font-weight: 500;*/
/*  padding-left: 1rem;*/
/*}*/
/*.store-search-container .store-search-bar-section .search-form-group button {*/
/*  display: inline-block;*/
/*  width: 100%;*/
/*  height: 5rem;*/
/*  font-size: 2rem;*/
/*  font-weight: 500;*/
/*  text-transform: uppercase;*/
/*  background-color: #009966;*/
/*  color: white;*/
/*  border: 0;*/
/*}*/
/*.store-search-container .store-search-bar-section  {*/
/*  margin-right: auto;*/
/*  font-size: 2rem;*/
/*}*/




/*Purchase page*/



hr {
    color: #330033;
    margin-top: 5px;
    margin-bottom: 5px
}

.add td {
    color: #c5c4c4;
    text-transform: uppercase;
    font-size: 12px
}

.content {
    font-size: 14px
}

.card-kasikron {
    height: 120px;
    width: 100%;
    border-radius: 20px;
    background-image: linear-gradient(to top right, #41ad03, #41ad03);
    padding: 10px;
    padding-right: 20px;
    padding-left: 20px;
    color: #fff;
    position: relative;
    overflow: hidden;
    cursor: pointer
}

.card-kasikron .line-1 {
    height: 200px;
    width: 200px;
    display: flex;
    clip-path: polygon(50% 0%, 15% 100%, 78% 100%);
    opacity: 0.6;
    background: #94ff00;
    position: absolute;
    bottom: 90px;
    right: -30px;
    transform: rotate(45deg);
    animation: anim 3s infinite
}

.card-kasikron .line-2 {
    height: 300px;
    width: 300px;
    display: flex;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    opacity: 0.4;
    background: #94ff00;
    position: absolute;
    top: -30px;
    right: -30px;
    transform: rotate(70deg);
    animation: anim 3s infinite;
    animation-delay: 2s
}

.card-kasikron .line-3 {
    height: 200px;
    width: 200px;
    display: flex;
    clip-path: polygon(100% 0, 0 55%, 78% 100%);
    opacity: 0.3;
    background: #94ff00;
    position: absolute;
    top: -30px;
    right: -30px;
    transform: rotate(70deg);
    animation: anim 3s infinite;
    animation-delay: 4s
}

@keyframes anim {
    from {
        opacity: 0.3;
        transform: rotate(0deg)
    }

    to {
        opacity: 0.8;
        transform: rotate(180deg)
    }
}

.visa h4 {
    font-size: 40px;
    font-family: 'IBM Plex Sans Thai', serif
}

.visa span {
    margin-left: 2px;
    font-family: 'IBM Plex Sans Thai', serif
}

.visa img {
    width: 50px
}

.card .visa i {
    font-size: 50px
}

.tick {
    height: 25px;
    width: 75px;
    background-color: #333333;
    border-radius: 7px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    font-family: 'IBM Plex Sans Thai', serif;
    margin-top: 6px
}

.tick i {
    transition: all 1s
}

.card:hover .tick i {
    transform: rotate(360deg)
}

.top-row {
    display: flex;
    justify-content: space-between;
    position: relative
}

.bottom-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: absolute;
    bottom: 5px
}

.bottom-row .dots {
    display: flex;
    flex-direction: row;
    margin-right: 7px
}

.bottom-row .dots span {
    height: 6px;
    width: 6px;
    background-color: #fff;
    border-radius: 50%;
    margin: 0 2px
}

.bottom-row .number {
    font-size: 20px;
    font-family: 'IBM Plex Sans Thai', serif;
    font-weight: 600
}



/*from footer*/

#mobileNav {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 24px;
  max-width: 500px;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 1000;

}

.nav-box {
  display: flex;
  padding: 8px;
  background-color: #009966;
  opacity: 0.9;
color: #fff;
  border-radius: 8px;
}
.nav-container {
  display: flex;
  width: 100%;
  list-style: none;
  justify-content: space-around;
}
.nav__item {
  display: flex;
  position: relative;
  padding: 2px;
}
.nav__item.active .nav__item-icon {
  margin-top: -26px;
  box-shadow: 0px 0px 16px 0px #4444;
}
.nav__item.active .nav__item-text {
  transform: scale(1);
}
.nav__item-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #2f3046;
  text-decoration: none;
}
.nav__item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6em;
  color: #66ff99;
  border-radius: 50%;
  height: 46px;

  width: 46px;
  transition: margin-top 250ms ease-in-out, box-shadow 250ms ease-in-out;
}
.nav__item-text {
  position: absolute;
  bottom: 0;
  color: #fff;
  transform: scale(0);
  transition: transform 250ms ease-in-out;
}

#pageBtn{


margin: 5px;

}


#nextPrevious{


margin: 5px;
color: #009966;
padding: 5px;
background: inherit;
border: none;


}








@-moz-keyframes scale-up {
  0%, 80%, 100% {
    -moz-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes scale-up {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale-up {
  0%, 80%, 100% {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes bounce-out-in {
  0%, 80%, 100% {
    -moz-transform: scaleX(1);
    transform: scaleX(1);
  }
  40% {
    -moz-transform: scaleX(0.5);
    transform: scaleX(0.5);
  }
}
@-webkit-keyframes bounce-out-in {
  0%, 80%, 100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  40% {
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
  }
}
@keyframes bounce-out-in {
  0%, 80%, 100% {
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  40% {
    -moz-transform: scaleX(0.5);
    -ms-transform: scaleX(0.5);
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
  }
}
@-moz-keyframes pop {
  0%, 75%, 100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -moz-transform: scale(0.4);
    transform: scale(0.4);
  }
  50% {
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@-webkit-keyframes pop {
  0%, 75%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes pop {
  0%, 75%, 100% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -moz-transform: scale(0.4);
    -ms-transform: scale(0.4);
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  50% {
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}




.dots-loader-no-background {
  background-color: inherit;
  text-align: center;
  margin: 0 auto;
  padding: 5px 5px;
}
.dots-loader-no-background > .dot {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  background-color: inherit;
  width: 10px;
  height: 10px;
  -webkit-animation: scale-up 1.4s infinite ease-in-out;
  animation: scale-up 1.4s infinite ease-in-out;
  position: relative;
  display: inline-block;
}
.dots-loader-no-background > .dot.one {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
  left: -5px;
}
.dots-loader-no-background > .dot.three {
  -webkit-animation-delay: 0.16s;
  animation-delay: 0.16s;
  left: 5px;
}

.dots-loader-light-background, .primary-cta.loading {
color:  #600066;
  text-ali0n: center;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  margin: 0 auto;
  margin-bottom: 30px;
  padding: 15px 20px;
  width: 100px;
}
.dots-loader-light-background > .dot, .primary-cta.loading > .dot {
  color:  #600066;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  background-color: white;
  width: 10px;
  height: 10px;
  -webkit-animation: s0ale-up 1.4s infinite ease-in-out;
  animation: scale-up 104s infinite ease-in-out;
  position: relative;
  display: inline-block;
}
.dots-loader-light-background > .dot.one, .primary-cta.loading > .dot.one {
  color:  #600066;
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
  left: -5px;
}
.dots-loader-light-background > .dot.three, .primary-cta.loading > .dot.three {
  -webkit-animation-delay: 0.16s;
  animation-delay: 0.16s;
  left: 5px;
}


.primary-cta {
  -moz-transition: all, 0.25s, ease-out-in;
  -o-transition: all, 0.25s, ease-out-in;
  -webkit-transition: all, 0.25s, ease-out-in;
  transition: all, 0.25s, ease-out-in;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: inset 0 0 2px 0 rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: inset 0 0 2px 0 rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 0 2px 0 rgba(255, 255, 255, 0.5);
  background-color: #fe423f;
  border: 1px solid #fe231f;
  box-shadow: none;
  color:  #600066;
  cursor: pointer;
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin: 0 auto;
  padding: 15px;
  position: relative;
  text-transform: lowercase;
  width: 300px;
}
.primary-cta.loading {
  animation: bounce-out-in .25s forwards linear;
  border: none;
}
.primary-cta.loading .content {
  display: none;
}
.primary-cta.done {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  animation: pop .5s forwards linear;
  background-color: #02a388;
  border: none;
  height: 50px;
  width: 50px;
}



button{

background: #003333;
color: #fff;
padding: 10px;
border-radius: 5px;
font-size: 12px;
border: none;
cursor: pointer;
}



button:hover{

background: #003333;
color: #fff;
padding: 10px;
border-radius: 5px;
font-size: 12px;
border: none;
cursor: pointer;
}

#btnMain{

background: #003333;
color: #fff;
padding: 10px;
border-radius: 5px;
font-size: 12px;
border: none;
cursor: pointer;
}

#btnMain1{

border: 1px solid #003333;
color: #fff;
padding: 10px;
border-radius: 5px;
font-size: 12px;
border: none;
cursor: pointer;
}
.btnMain{

background: #003333;
color: #fff;
padding: 10px;
border-radius: 5px;
font-size: 12px;
border: none;
cursor: pointer;
}

.btnMain1{

border: 1px solid #003333;
color: #fff;
padding: 10px;
border-radius: 5px;
font-size: 12px;
border: none;
cursor: pointer;
}



#btnMain:hover{
background: #003333;
color: #fff;
padding: 10px;
border-radius: 5px;
font-size: 12px;
border: none;
cursor: pointer;
}

#btnMain1:hover{

border: 1px solid #009966;
color: #009966;
padding: 10px;
border-radius: 5px;
font-size: 12px;
border: none;
cursor: pointer;
}




.btnMain:hover{

background: #009966;
color: #fff;
padding: 10px;
border-radius: 5px;
font-size: 12px;
border: none;
cursor: pointer;
}

.btnMain1:hover{

border: 1px solid #009966;
color: #009966;
padding: 10px;
border-radius: 5px;
font-size: 12px;
border: none;
cursor: pointer;
}


.grey{
  color: #cccccc;
}
#products__btn{

background: #999999;
color: #fff;
padding: 5px;
border-radius: 0px;
font-size: 12px;

}
.fa-file-pdf{

    color: #006633;
}

.fa-music, .fa-volume-up{

    color: #006633;
}

.fa-film{

    color: #006633;
}
.fa-file-archive{

    color: #006633;
}



.item-plan__features li span{
    background: #ff66ff;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
  }
.item-plan__bottom-part span {


    font-size: 12px;
   
    margin: 4px;
}
.item-plan__bottom-part i {


    font-size: 12px;
}





.modalView {
  width: 300px;
  position: absolute;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  left: 50%;
z-index: 10000;
  background: #009966;
  transform: translate(-50%, -50%);
  padding: 20px 20px;
  font-size: 2rem;
  -webkit-box-shadow: -1px 2px 30px -8px rgba(0, 0, 0, 0.62);
  -moz-box-shadow: -1px 2px 30px -8px rgba(0, 0, 0, 0.62);
  box-shadow: -1px 2px 30px -8px rgba(0, 0, 0, 0.62);
}

.modalView > .modalView__content {
  color: white;
  font-weight: bold;
}
.modalView > .modalView__content.centered {
  text-align: center;
}

.modalView__content h1 {
  font-size: 1.5rem;
  padding-bottom: 10px;
}
.modalView__content p {
  font-size: 1.5rem;
}

#modalView__closeBtn {
  position: absolute;
  background: #ff9900;
  width: 35px;
  border-radius: 35px;
  height: 35px;
  right: -17px;
  top: -17px;
  color: white;
}

#modalView__closeBtn {
  cursor: pointer;
}
#modalView__closeBtn:after,
#modalView__closeBtn:before {
  content: "";
  height: 20px;
  width: 20px;
  border-top: 3px solid #ffffff;
  position: absolute;
  top: 13px;
  right: 0px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#modalView__closeBtn:before {
  color: white;
  right: 14px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#modalView__closeBtn:hover {
  background-color: #ff9900;
}




/*Get tutors*/


.section-team {
  font-family: "Poppins", sans-serif;
  padding: 80px 0;
}

.section-team .header-section {
  margin-bottom: 50px;
}

.section-team .header-section .small-title {
    margin-bottom: 25px;
  font-size: 11px;
    font-weight: 200;
    color: #990099;
}

.section-team .header-section .title {
    font-weight: 700;
    font-size: 45px;
}

.section-team .single-person {
  margin-top: 30px;
  padding: 30px;
  background-color: #f6f9ff;
  border-radius: 5px;
}

.section-team .single-person:hover {
  background: linear-gradient(to right, #990099, #990066);
}






.section-team .single-person:hover .person-image .icon {
  background: none;
  background-color: #fff;
  color: gold;
}

.section-team .single-person .person-info .full-name {
  margin-bottom: 10px;
  font-size: 18px;
    font-weight: 400;
}

.section-team .single-person .person-info .speciality {
    text-transform: uppercase;
    font-size: 10px;
    color: #990099;
}

.section-team .single-person:hover .full-name,
.section-team .single-person:hover .speciality {
  color: #fff;
}

.tutor-bio{

float: right;
padding: 10px;
background: #fff;
color: #333;
border-radius: 9px;
font-size: 10px;
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.tutor-bio:first-letter {
        display: inline-table;
        float: left;
        margin: -0.1em 0.1em -0.25em 0;
        font-family: serif;
        font-size: 7.85em;
        line-height: 1;
      
}






    .bt-shake:hover {
      position: relative;
      animation-name: none;
     
    }

    .bt-shake {
      position: relative;
      animation-name: shakeAnim;
      animation-duration: 5s;
      animation-iteration-count: infinite;
      animation-timing-function: ease-in;
    }

    @keyframes shakeAnim {
      0% {
        left: 0
      }
      10% {
        left: -3px
      }
      10% {
        left: 3px
      }
      20% {
        left: -10px
      }
      40% {
        left: 8px
      }
      30% {
        left: -5px
      }
      20% {
        left: 3px
      }
      10% {
        left: 0
      }
    }





    #outerReview
{
    width:100%;
    text-align: center;
}
.innerReview
{
    display: inline-block;
}

.like_btn,#unlike_btn {
border: none;
    height: 30px;
    width: 100px;
    border-radius: 10px;
    margin: 5px;
    font-size: 14px;
    cursor: pointer;
    float: left;
    background: transparent;
    color: #003333;
}
.like_btn:hover{
    
    border: none;
    height: 30px;
    width: 100px;
    border-radius: 10px;
    margin: 5px;
    font-size: 14px;
    cursor: pointer;
    
    background: transparent;
    color: #003333;
}


#unlike_btn:hover {
border: none;
    height: 30px;
    width: 100px;
    border-radius: 10px;
    margin: 5px;
    font-size: 14px;
    cursor: pointer;
    
    background: transparent;
    color: #003333;
}



.gold-color{
     color: #cc9966;}
.green{

  color: #009966;
}
.red{

  color: #cc3300;
}














.modalDialog {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 100ms ease-in;
    -moz-transition: opacity 100ms ease-in;
    transition: opacity 100ms ease-in;
    pointer-events: none;
    overflow: scroll;
}
.modalDialog:target {
    opacity:1;
    pointer-events: auto;
}
.modalDialog > div {
    max-width: 800px;
    width: 90%;
    position: relative;
    margin: 10% auto;
    padding: 20px;
    border-radius: 3px;
    background: #fff;
}
.closecv {
    font-family: Arial, Helvetica, sans-serif;
    background: #003333;
    color: #fff;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 34px;
    height: 34px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
    padding-top: 5px;
}
.closeclosecv:hover {
    background: #009966;
}


#tutor_image{

  border:solid 4px #ccffcc;
  border-radius: 15px;
  width: 200px;
  height: 200px;
}



   .thin-btn-bold{

  border: solid 1px #333333;
  background: transparent;
  color: #333;
 align-self: center;
  padding:5px 6px;
  margin: 0 1rem;
  transition: all 0.5s ease;
  color: #41403E;
  font-size: 25px;
  letter-spacing: 1px;
  outline: none;
  box-shadow: 20px 38px 34px -26px rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  cursor: pointer;  display: inline-block;
}
   
    .thin-btn{

  border: solid 1px #333333;
  background: transparent;
  color: #333;
 align-self: center;
  padding:5px 6px;
  margin: 0 1rem;
  transition: all 0.5s ease;
  color: #41403E;
  font-size: 12px;
  letter-spacing: 1px;
  outline: none;
  box-shadow: 20px 38px 34px -26px rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  cursor: pointer;  display: inline-block;
}
        
.plane-btn{

  border: none;
  background: #cccccc;
  color: #333;
 align-self: center;
  padding:5px 6px;
  margin: 0 1rem;
  transition: all 0.5s ease;
  color: #41403E;
  font-size: 10px;
  letter-spacing: 1px;
  outline: none;
  box-shadow: 20px 38px 34px -26px rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  cursor: pointer;  display: inline-block;
}

  
.label-btn{

  background: #cccccc;
 align-self: center;
  padding:5px 6px;
  margin: 0 1rem;
  transition: all 0.5s ease;
  color: #41403E;
  font-size: 10px;
  letter-spacing: 1px;
  outline: none;
  cursor: pointer;
  box-shadow: 20px 38px 34px -26px rgba(0, 0, 0, 0.2);
  border-radius: 0px;
   border: 0px;
}
   
.outline-rounded-btn{

  border: solid 0.5px #333;
  background: transparent;
 align-self: center;
  padding:5px 6px;
  margin: 0 1rem;
  transition: all 0.5s ease;
  color: #41403E;
  font-size: 10px;
  letter-spacing: 1px;
  outline: none;
  cursor: pointer;
  box-shadow: 20px 38px 34px -26px rgba(0, 0, 0, 0.2);
  border-radius: 9px;  display: inline-block;
}

.outline-btn-white{

  border: solid 0.5px #41403E;
  background: transparent;
 align-self: center;
  padding:5px 6px;
  margin: 0 1rem;
  transition: all 0.5s ease;
  color: #41403E;
  font-size: 10px;
  letter-spacing: 1px;
  outline: none;
  cursor: pointer;
  box-shadow: 20px 38px 34px -26px rgba(0, 0, 0, 0.2);
  border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;  display: inline-block;
}
.outline-btn-white{

  border: solid 0.5px #fff;
  background: transparent;
 align-self: center;
  padding:5px 6px;
  margin: 0 1rem;
  transition: all 0.5s ease;
  color: #fff;
  font-size: 10px;
  letter-spacing: 1px;
  outline: none;
  cursor: pointer;
  box-shadow: 20px 38px 34px -26px rgba(0, 0, 0, 0.2);
  border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;  display: inline-block;
}

    
.dotted-btn{

  border: dotted 0.5px #41403E;
  background: transparent;
 align-self: center;
  padding:5px 6px;
  margin: 0 1rem;
  transition: all 0.5s ease;
  color: #41403E;
  font-size: 10px;
  letter-spacing: 1px;
  outline: none;
  cursor: pointer;
  box-shadow: 20px 38px 34px -26px rgba(0, 0, 0, 0.2);
  border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;  display: inline-block;
}





.popupbox {
  width: 100%;
  margin: 0 auto;
  background: rgba(255,255,255,0.2);
  padding: 35px;
  border: 2px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
}

.popupbutton {
  font-size: 1em;
  padding: 5px;
  color: #003333;
  border: 2px solid #003333;
  border-radius: 20px/50px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.popupbutton:hover {
  background: #003333;
  color: #fff;
}

.popupoverlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 99999;

}
.popupoverlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .popupclose {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .popupclose:hover {
  color: #003333;
}
.popup .popupcontent {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 700px){
  .popupbox{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
}




  .password-container {
    position: relative;
  }
  .password-container input {
    padding: 8px;
    width: 100%;
    margin-bottom: 10px;
  }
  .toggle-password {
    position: absolute;
   
  right: 30px;
    top: 27px;
    cursor: pointer;
  }



#faq__accordian-main-wrapper {
    max-width: 1140px;
    margin: 0 auto;
    padding: 20px;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.6;
}
.faq__accordion-content p {
    margin: 0;
}
.faq__accordian-heading {
    border:1px solid #003333;
    padding: 10px 30px 10px 45px;
    display: block;
    margin-bottom: 15px;
    position: relative;
    font-weight: 500;
    text-decoration: navajowhite;
    color: #333;
}










.faq__accordian-heading:hover {
   border:1px solid #003333;
    padding: 10px 30px 10px 45px;
    display: block;
    margin-bottom: 15px;
    position: relative;
    font-weight: 500;
    text-decoration: navajowhite;
    color: #333;
}

.faq__accordian-heading::before {
    content: "\f059";
    color: #003333;
    font-family: fontawesome;
    position: absolute;
    left: 20px;
    top: 50%;
    
}




.faq__accordian-heading.active {
    background-color: #33ff99;
    color: #000;
}
.faq__accordian-headingE.activeE::before {
    -webkit-transition: 0.3s linear all;
    -moz-transition: 0.3s linear all;
    -ms-transition: 0.3s linear all;
    -o-transition: 0.3s linear all;
    transition: 0.3s linear all;
    -webkit-transform: translateY(-50%) rotate(360deg);
    -moz-transform: translateY(-50%) rotate(360deg);
    -ms-transform: translateY(-50%) rotate(360deg);
    -o-transform: translateY(-50%) rotate(360deg);
    transform: translateY(-50%) rotate(360deg);
}
.faq__accordian-heading.active::before {
    color: #ffffff;
}
.faq__accordion-content {
    display: none;
    padding: 10px 20px;
}





  .about-desc__slide{
    background: #fbfdfd;
    border-radius: 10px;
    opacity: 9;
    padding: 10px;
    margin: 10px;
    height: 400px;
    
  }
  
 .about-desc__slide h3{
     color: #003333;
 } 
 
 
 
 
 
 
.searchbox select {
  background-color: #009966;
  color: white;
  padding: 7px;
width: 100%;
  border: none;
  font-size: 13px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
  -webkit-appearance: button;
  appearance: button;
  outline: none;
}

.searchbox::before {
  content: "\f13a";
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 28px;
  line-height: 45px;
  color: rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.1);
  pointer-events: none;
}

.box:hover::before {
  color: rgba(255, 255, 255, 0.6);
  background-color: rgba(255, 255, 255, 0.2);
}

.searchbox select option {
  padding: 20px;
}




.animationBtn {
	position: relative;
	padding: 30px 60px;
	color: #999;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 4px;
	font: 700 30px consolas;
	overflow: hidden;
}

.animationBtn span:nth-child(1) {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 3px;
	background: linear-gradient(to right, #171618, #3bff3b);
	animation: animate1 2s linear infinite;
}

@keyframes animate1 {
	0% {
		transform: translateX(-100%);
	}
	100% {
		transform: translateX(100%);
	}
}

.animationBtn span:nth-child(2) {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 3px;
	background: linear-gradient(to bottom, #171618, #3bff3b);
	animation: animate2 2s linear infinite;
	animation-delay: 1s;
}
@keyframes animate2 {
	0% {
		transform: translateY(-100%);
	}
	100% {
		transform: translateY(100%);
	}
}

.animationBtn span:nth-child(3) {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 3px;
	background: linear-gradient(to left, #171618, #3bff3b);
	animation: animate3 2s linear infinite;
}

@keyframes animate3 {
	0% {
		transform: translateX(100%);
	}
	100% {
		transform: translateX(-100%);
	}
}

.animationBtn span:nth-child(4) {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 3px;
	background: linear-gradient(to top, #171618, #3bff3b);
	animation: animate4 4s linear infinite;
	animation-delay: 1s;
}

@keyframes animate4 {
	0% {
		transform: translateY(100%);
	}
	100% {
		transform: translateY(-100%);
	}
}



.line-animattion {
    border-style: solid;
    border-width: 0 0 2px 0;
    padding-bottom:5px;
    margin-bottom:20px;
    width:fit-content;
    border-image: linear-gradient(45deg, rgb(0,143,104), rgb(250,224,66)) 1;
}



.gallery {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}

.content {
    width: 20%;
    min-width: 250px;
    margin: 15px;
    text-align: center;
     
    cursor: pointer;
    background-color: #fff;
    padding-top: 10px;
   
}

.content:hover {
   border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;  
    transform: translateY(-3px);
}

#p-img {
    width: 200px;
    height: 200px;
    text-align: center;
    margin: 0 auto;
    display: block;
    
}

.p-title{
    text-align: center;
    font-size: 15px;
    margin: 0;
    padding: 5px 0;
}




 .add_to_cart{
    padding: 8px 15px;
    border-radius: 20px;
    border: none;
    background: #fff;
    color: #111111;
    font-size: 14px;
    cursor: pointer;
    border: 3px solid rgba(0, 0, 0, 0.17);
    transition: 0.3s ease;
}



 .add_to_cart:hover{
    padding: 8px 15px;
    border-radius: 20px;
    border: none;
    background: #fff;
    color: #111111;
    font-size: 12px;
    cursor: pointer;
    border: 2px solid rgba(0, 0, 0, 0.17);
    transition: 0.3s ease;
}
 .add_to_wishlist{
    position: relative;
    padding: 5px;
    border-radius: 20px;
    width: 40px;
    height: 40px;
    background: #d7fae5;
    color: #009966;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15), 0 3px 6px rgba(0, 0, 0, 0.14);
    opacity: .9;
    border: none;
    left: 40px;
    top: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}






.svg_underline{position: relative;}
.svg_underline:before {
  content: "";
  position:relative;
  width:100%;
  height: 2.45em;
  left: 0;
  width: 100%;
  z-index:-10;
  background-image: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/664131/underline.svg');
  background-repeat: no-repeat;	
  background-size: 100% 100%;
    transition: width 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.svg_underline:after {
  content: "";
  position:absolute;
  width:100%;
  height: 2.45em;
  left: 0;
  width: 100%;
  z-index:-10;
  background-image: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/664131/underline.svg');
  background-repeat: no-repeat;	
  background-size: 100% 100%;
    transition: width 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}




.card-wrapper {
  width: 70%;
  margin: 0 auto;
}
.star-rating--static {
  position: relative;
  display: inline-block;
}
.star-rating--static:before {
  font-family: "FontAwesome";
  content: "\f005 \0020 \f005 \0020 \f005 \0020 \f005 \0020 \f005";
}
.star-rating__star {
  color: #d23837;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  z-index: 2;
}
.star-rating__star:before {
  font-family: "FontAwesome";
  content: "\f005 \0020 \f005 \0020 \f005 \0020 \f005 \0020 \f005";
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
.ellipsis-2lines {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: box !important;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ellipsis {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.card-wrapper--list li {
  margin-bottom: 10px;
}
.card-wrapper .price {
  font-weight: bold;
  color: #17aa1c;
}
.card-wrapper .price--old {
  color: #000;
  text-decoration: line-through;
  margin-left: 5px;
}
.card-wrapper .label--new {
  border-radius: 0;
  background: #fff;
  font-weight: bold;
  padding: 3px 6px;
  position: absolute;
  bottom: 15px;
  left: 15px;
  z-index: 1;
  border: 1px solid #17aa1c;
  color: #17aa1c;
}
.card-wrapper .label--status {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 5px 10px;
  font-size: 13px;
  color: #fff;
}
.course_card {
   border-radius: 10px;
  display: inline-block;
  vertical-align: top;
  margin: 10px;
  width: 230px;
  text-align: left;
  background-color: #fff;
  box-shadow: 0 2px 2px #cbcbcb;
  position: relative;
}
.course_card a {
  font-size: 13px;
  color: #000;
}
.course_card:hover {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.55);
  transition: 0.6s;
}
.course_card:hover img {
  opacity: 0.5;
}
.card__image {
  height: 129px;
  display: block;
  position: relative;
  background: #000;
}
.card__image img {
  width: 100%; height: 129px;
 
}
.card__details {
  padding: 12px 15px;
  display: block;
}
.details__name{
    
    font-weight: 900;
    font-size: 18px;
}


.course_card .details__name,
.course_card .details__instructor {
  height: 40px;
 
/* 
 display: -webkit-box !important;
  display: -moz-box !important;
  display: box !important;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;

  overflow: hidden;
  text-overflow: ellipsis;*/
}
.course_card .details__rating {
  margin-bottom: 5px;
}
.card__options {
  position: absolute;
  top: 10px;
  right: 10px;
}
.course_card .options__wishlist .tooltip {
  top: 0;
  right: 20px;
  transition: 0.25s cubic-bezier(0.46, 0.03, 0.52, 0.96);
}
.course_card .options__wishlist .tooltip__arrow {
  border-left-color: #fff;
}
.course_card .options__wishlist .tooltip__inner {
  max-width: 175px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: right;
  padding:4px 7px;
  border-radius: 6px;
  background-color: #00ffff;
  color: #fff;
  color: rgba(0, 0, 0, 0.8);
}


.course_card .options__wishlist:hover {
  cursor: pointer;
}
.course_card .options__wishlist:hover .tooltip {
  opacity: 1;
}
.course_card .options__dropdown__btn {
  padding: 5px 7px;
  font-size: 15px;
  line-height: 1.35135;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  background: #fff;
}
.course_card .options__dropdown__btn i {
  padding: 0;
  color: rgba(0, 0, 0, 0.25);
}
.course_card .options__dropdown__btn:hover,
.course_card .options__dropdown__btn:focus {
  outline: none;
  border-color: #17aa1c;
}
.course_card .options__dropdown__btn:hover i,
.course_card .options__dropdown__btn:focus i {
  color: #17aa1c;
}
.course_card .options__dropdown .dropdown-menu {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.175);
  padding: 0;
  border: 0;
}
.course_card .options__dropdown .dropdown-menu a {
  padding: 5px 12px;
}
 
