/* Preloader */
.loader {
  display: inline-block;
  position: relative;
  background-color: #141212;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  left: 0px;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 8888;
}

.load {
  width: 108px;
  height: 108px;
  border: 5px solid;
  border-color: #FF3D00 transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  margin-left: 40%;
  margin-top: 65%;
  animation: rotation 1s linear infinite;
  z-index: 99999;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
} 

/* Preloader Selesai */

/* Slider Home */
.slider-mdh {
  margin-top: -5px;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1);
}
/* Slider Home */

/* Menu Home */
.container .main-menu {
  margin-bottom: -40px;
  margin-top: 40px;
}

.menu-item {
  margin-bottom: 20px;
  padding: 10px 10px;
  border-radius: 20px;
  box-shadow: 7px 7px 8px rgba(0, 0, 0, 0.15);
  height: 80px;
}

.menu-item img {
  max-width: 40px;
  margin-bottom: 10px;
}

.menu-item h5 {
  font-weight: 500;
  font-size: 12px;
}

.menu-home:hover,
menu-home:focus {
  transform: scale(0.9);
}

/* Menu End */

/* Menu Bawah */

.menu-mobile {
  display: block;
  position: fixed;
  height: 65px;
  bottom: 0;
  width: 100%;
  z-index: 100;
  background: linear-gradient(to right, #005bea 0%, #0db2de 100%);
  overflow: none;
}

.menu-mobile i {
  font-size: 20px;
}

.menu-mobile p {
  font-size: 12px;
}

.menu-mobile a {
  width: 100%;
  text-align: center;
  padding: 12px;
  color: black;
  text-decoration: none;
  font-size: 17px;
  display: block;
}
.menu-mobile active {
  background-color: #4caf50;
}

.menu-mobile i {
  color: white;
}

.menu-mobile p {
  color: white;
}
/* Menu Bawah Selesai */

/* Gradasi Warna Mulai */
.bg-biru {
  background: linear-gradient(#252535, #11a9d3);
}

.bg-hijau {
  background: linear-gradient(#1e91c7, rgb(22, 148, 106));
}

.bg-ungu {
  background: linear-gradient(#832727, rgb(173, 15, 139));
}
/* Gradasi Warna Selesai */

/* Absen Menu */
.absen-menu {
  background-color: white;
  margin-bottom: 20px;
  padding-top: 10px;
  border-radius: 20px;
  box-shadow: 4px 4px 11px rgba(255, 255, 255, 0.2);
}

.absen-menu p {
  color: black;
}
/* Absen Menu Selesai */

/* Tab Cuti */
.menu-cuti {
  width: 100%;
}

.tab-item hr {
  border: 2px solid black;
  width: 300px;
}
/* Tab Cuti Selesai */

/* Menu Melayang Start */
@import url("https://fonts.googleapis.com/css?family=Pacifico|Roboto:300");

.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 32px; /* Preferred icon size */
  display: inline-block;
  color: #fff;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: "liga";
}
.FABMenu {
  position: relative;
  top: 85%;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: auto;
}
.FABMenu input {
  position: absolute;
  top: 0%;
  left: 50%;
  width: 80px;
  height: 80px;
  z-index: 20;
  border-radius: 80px;
  opacity: 0;
  cursor: pointer;
}

.FABMenu i {
  font-size: 25px;
}
.hamburger {
  position: relative;
  top: 0%;
  margin: 0 auto;
  width: 80px;
  height: 80px;
  background-color: #18a9d4;
  border-radius: 100%;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
  z-index: 10;
  cursor: pointer;
}
.dots span {
  position: absolute;
  top: 45%;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #fff;
  z-index: 20;
  transition: all 0.3s ease-in-out;
}

.first {
  margin-left: 1em;
}
.second {
  margin-left: 2.3em;
}
.third {
  margin-left: 3.6em;
}

.FABMenu input:checked ~ .hamburger .dots .first {
  top: 20px;
  height: 60px;
  transform-origin: top;
  transform: rotate(-45deg);
  transition: all 0.3s ease-in-out;
}
.FABMenu input:checked ~ .hamburger .dots .third {
  top: 20px;
  height: 60px;
  transform-origin: top;
  transform: rotate(45deg);
  transition: all 0.3s ease-in-out;
}
.action_items_bar {
  position: absolute;
  top: 4.5%;
  width: 100%;
  height: 60px;
  background-color: #2cbfcc;
  border-radius: 60px;
  box-shadow: 0px 5px 20px #f19181;
  z-index: 5;

  /*   animation-name: expand-the-bar;
  animation-duration: 2s;
  animation-timing-function: ease-in-out; */
  transform: scaleX(0);
  transition: all 0.3s ease-in-out;
}
.FABMenu input:checked ~ .action_items_bar {
  transform: scaleX(1);
}
.action_items span {
  position: absolute;
  top: 25%;
  width: 20px;
  padding-left: 35px;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.first_item {
  left: 0%;
}
.second_item {
  left: 15%;
}
.third_item {
  left: 65%;
}
.fourth_item {
  left: 80%;
}
.FABMenu input:checked ~ .action_items_bar .action_items .first_item {
  opacity: 1;
  transition-delay: 0.45s;
}
.FABMenu input:checked ~ .action_items_bar .action_items .second_item {
  opacity: 1;
  transition-delay: 0.4s;
}
.FABMenu input:checked ~ .action_items_bar .action_items .third_item {
  opacity: 1;
  transition-delay: 0.4s;
}
.FABMenu input:checked ~ .action_items_bar .action_items .fourth_item {
  opacity: 1;
  transition-delay: 0.45s;
}

/* Menu Melayang Selesai */
/*-------------------------------------------------------------------
[0. Reset and Set Defaults]
*------------------------------------------------------------------*/
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #ccc;
}
::-webkit-scrollbar {
  width: 12px;
  background-color: #f5f5f5;
}
a {
  color: #333;
  text-decoration: none;
  font-weight: 700;
  outline: none;
}
a:hover {
  text-decoration: none !important;
}
body * {
  box-sizing: border-box;
}
input,
button,
select,
textarea,
label {
  font-family: Nunito;
  font-size: 14px;
  color: #929292;
  line-height: 1.4;
  font-weight: 600;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.5);
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #929292;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #929292;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #929292;
}
/*end of part 0----------------------------------------------------*/

/*-------------------------------------------------------------------
[1. Body]
*------------------------------------------------------------------*/
body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  font-family: Nunito, sans-serif;
  font-size: 14px;
  color: #4f4f67;
  line-height: 1.4;
  font-weight: 400;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: sans-serif;
}
/*end of part 1----------------------------------------------------*/

/*-------------------------------------------------------------------
[2. Wrapper]
*------------------------------------------------------------------*/
.wrapper {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

/*end of part 2----------------------------------------------------*/

/*-------------------------------------------------------------------
[3. Navigation]
*------------------------------------------------------------------*/
.nav-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.3);
  display: none;
}
nav.menu.opened {
  left: 0;
}
nav.menu {
  position: absolute;
  left: -70%;
  top: 0;
  bottom: 0;
  width: 70%;
  background-color: #fff;
  -webkit-transition: left 200ms cubic-bezier(0, 0.655, 0, 1); /* older webkit */
  -webkit-transition: left 200ms cubic-bezier(0.025, 0.685, 0, 0.99);
  -moz-transition: left 200ms cubic-bezier(0.025, 0.685, 0, 0.99);
  -o-transition: left 200ms cubic-bezier(0.025, 0.685, 0, 0.99);
  transition: left 200ms cubic-bezier(0.025, 0.685, 0, 0.99); /* custom */
}
.image-round {
  width: 100px;
  height: 100px;
}
nav.menu .nav-header span {
  display: block;
  color: #fff;
  font-weight: normal;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 2);
}

nav.menu .nav-header a {
  color: #2eb18d;
}

nav.menu .nav-header {
  height: 170px;
  text-align: center;
  padding: 10px 0;
  max-width: 350px;
  background: url("../../mobile/image/material.png") no-repeat right;
}

nav .nav-container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 170px;
  overflow: auto;
}

nav.menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
nav.menu ul li {
  display: block;
  width: 100%;
}
nav.menu ul.main-menu > li.active {
  background-color: #f5f5f5;
}

nav.menu ul.main-menu > li.active > ul {
  display: block;
}

nav.menu ul.main-menu > li ul li.active {
  background-color: rgba(0, 0, 0, 0.2);
}

nav.menu ul.main-menu > li > a {
  display: block;
  color: #4c4b4b;
  padding: 12px 12px;
  font-weight: normal;
}

nav.menu ul.main-menu > li.active i {
  color: #2eb18d !important;
}

nav.menu ul.main-menu > li > a > i {
  display: inline-block;
  width: 30px;
  font-size: 18px;
  color: #777777;
}
nav.menu ul.main-menu > li > a > img {
  width: 20px;
  margin-right: 10px;
  display: inline-block;
  position: relative;
  top: 5px;
}
nav.menu ul.main-menu > li > a > span {
  display: inline-block;
  float: right;
  opacity: 0.5;
}
nav.menu ul.main-menu > li ul {
  display: none;
}
nav.menu ul.main-menu > li li a {
  display: block;
  color: #4c4b4b;
  padding: 8px 20px 8px 48px;
  font-weight: 400;
}
/*end of part 3----------------------------------------------------*/

/*-------------------------------------------------------------------
[4. Inline Wrapper]
*------------------------------------------------------------------*/
.wrapper-inline {
  position: absolute;
  width: 100%;
  bottom: 0;
  top: 0;
  background-color: #fff;
  overflow: auto;
}
.wrapper.with-bg-image .wrapper-inline {
  background-color: rgba(255, 255, 255, 0.9);
}
/*end of part 4----------------------------------------------------*/

/*-------------------------------------------------------------------
[5. Header]
*------------------------------------------------------------------*/
.banner-div {
  background-size: cover;
  margin-top: 70px;
  border-radius: 15px;
}
.banner-content {
  max-width: 60%;
  padding: 25px 15px;
}
.banner-head {
  margin-top: 0;
  font-size: 16px;
  font-weight: 700;
  color: #13287e;
}
.c-btn {
  padding: 8px 15px;
  background: #ff7854;
  color: #fff;
  text-align: center;
  display: inline-block;
  border-radius: 5px;
}

.section-head {
  display: flex;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 15px;
}
.section-head .title-main {
  margin: 0;
  font-size: 16px;
  color: #13287e;
  flex: 8;
}
.section-head .c-btn {
  flex: 1;
}
.col-3 {
  width: 31%;
  float: left;
}
.col-2 {
  width: 48%;
  float: left;
}
.col-3.center-item {
  margin: 0 3%;
}
.purpule-bg {
  background: #544df3;
}
.pink-bg {
  background: #ff505d !important;
}
.orange-bg {
  background: #ffad3d;
}
.blue-bg {
  background: #4886ff;
}
.s1-bg {
  background: #fee2de;
}
.s2-bg {
  background: #feddee;
}
.s3-bg {
  background: #dad5fe;
}
.s4-bg {
  background: #dbffd9;
}
.s5-bg {
  background: #f7f7ff !important;
}
.creamy-bg {
  background: linear-gradient(to left, #100dd1, #083afb);
}

.covid-img {
  max-width: 140px;
  margin-bottom: 15px;
}
.text-center {
  text-align: center;
}
.mt-30 {
  margin-top: 30px !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.mt-0 {
  margin-top: 0px !important;
}
.mb-0 {
  margin-bottom: 0px !important;
}
.mr-2 {
  margin-right: 2%;
}
.ml-2 {
  margin-left: 2%;
}
.w-text {
  color: #fff !important;
}
.b-text {
  color: #13287e !important;
}

.inst-card {
  background: #0f4198;
  padding: 30px 15px;
  border-radius: 15px;
}
.inst-card.v2 {
  background: #f7f7ff;
  margin-bottom: 15px;
}
.inst-item {
  position: relative;
}
.inst-img-wrapper {
  position: absolute;
  top: -10px;
}
.inst-img-wrapper.v2 {
  margin-top: -5px;
}
.inst-img-wrapper img {
  max-width: 120px;
}
.inst-info {
  padding-left: 140px;
}
.inst-info .instname {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 18px;
  color: #fff;
}
.inst-card.v2 .inst-info .instname {
  color: #13287e;
}
.inst-info p {
  font-size: 16px;
  margin-top: 0;
  color: #e2e9ef;
  font-weight: normal;
}
.inst-card.v2 .inst-info p {
  color: #1d68ab;
}
.inst-details span {
  padding-right: 15px;
  color: #fff;
  font-weight: 600;
}
.inst-card.v2 .inst-details span {
  color: #13287e;
}
.inst-details span:last-of-type {
  padding-right: 0;
}
.inst-info span i {
  margin-right: 5px;
}
.mb-25 {
  margin-bottom: 25px;
}
.symptoms-item {
  display: block;
  width: 48%;
  padding: 10px;
  background: #fff;
  float: left;
  border: 2px solid #2eb18d;
  border-radius: 5px;
}
.symptoms-item h4 {
  margin: 0;
  margin-top: 10px;
}
.symptoms-item p {
  margin-bottom: 0px;
  margin-top: 5px;
}
header {
  position: fixed;
  z-index: 998;
  top: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(to left, #005bea 0%, #0db2de 100%);
  height: 50px;
  border-bottom: solid 1px #eee;
  padding: 10px;
}

header.no-background {
  background-color: transparent;
  border-bottom: none;
  color: #fff;
  -webkit-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
header.no-background a {
  color: #fff;
}
header.no-background .navi-menu-button em {
  background: #fff;
}

header.set-bg {
  background-color: #fff;
  border-bottom: solid 1px #eee;
  color: #464646;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
}
header.set-bg a {
  color: #464646;
}
header.set-bg .navi-menu-button em {
  background: #fff;
}

header .go-back-link {
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.4);
  display: inline-block;
  line-height: 30px;
  text-align: center;
  float: left;
  margin-left: 0px;
  color: #fff;
  border-radius: 6px;
}
header .page-title {
  font-size: 16px;
  position: absolute;
  left: 50px;
  right: 50px;
  top: 10px;
  margin: 0;
  color: #fff;
  padding: 0;
  height: 30px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  white-space: nowrap;
}
header.with-search-icon .page-title {
  left: 80px;
  right: 50px;
}
.navi-menu-button {
  width: 30px;
  height: 30px;
  float: right;
  position: relative;
  cursor: pointer;
}
.navi-menu-button em {
  width: 24px;
  height: 2px;
  background-color: #fff;
  display: block;
  position: absolute;
  border-radius: 30px;
  right: 0;

  -webkit-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -moz-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75); /* linear */
}
.navi-menu-button em:nth-child(1) {
  top: 7px;
  width: 20px;
}
.navi-menu-button em:nth-child(2) {
  top: 14px;
}
.navi-menu-button em:nth-child(3) {
  top: 21px;
  width: 20px;
}

.navi-menu-button.focused em:nth-child(1) {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 14px;
}
.navi-menu-button.focused em:nth-child(2) {
  width: 0;
}
.navi-menu-button.focused em:nth-child(3) {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 14px;
}
/*end of part 5----------------------------------------------------*/

/*-------------------------------------------------------------------
[6. Main]
*------------------------------------------------------------------*/
main {
  margin-top: 60px;
}
main.no-margin {
  margin-top: 0;
}
main.fix-top-menu {
  margin-top: 50px;
}
main.no-margin .container {
  padding: 0;
}
main.no-header .TurboWrapper {
  top: 0;
}
/*end of part 6----------------------------------------------------*/

/*-------------------------------------------------------------------
[7. Container]
*------------------------------------------------------------------*/
section.container {
  padding: 0 10px;
}
div.container {
  padding: 0 10px;
}
/*end of part 7----------------------------------------------------*/

/*-------------------------------------------------------------------
[8. Form Elements]
*------------------------------------------------------------------*/
.form-row {
  display: block;
  width: 100%;
  padding: 5px 0;
  position: relative;
}
.form-row.no-padding {
  padding: 0;
}
.form-row-group {
  border-radius: 3px;
  background-color: #fff;
  border: solid 1px #f2f2f2;
  -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.2);
}
.form-row-group .form-row {
  padding: 0 10px;
}
.form-row-group.with-icons .form-row i {
  position: absolute;
  line-height: 40px;
  width: 24px;
}
.form-row-group.with-icons .form-row .form-element {
  padding-left: 24px;
}
.form-element {
  display: block;
  width: 100%;
  border: none;
  border-bottom: solid 1px #eee;
  height: 40px;
  outline: none;
  line-height: 40px;
  background-color: #fff;
}
select.form-element {
  -webkit-appearance: none;
  background-color: white;
  background-image: url(../../mobile/image/up-down.svg);
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 1.5em;
  border-color: transparent;
  border-bottom: solid 1px #eee;
}

.error {
  color: #cc0c35;
}
.error .form-element {
  border-color: #cc0c35 !important;
  color: #cc0c35;
}
textarea.form-element {
  resize: none;
  line-height: 1.4;
  padding: 10px 0;
  min-height: 80px;
}
select.form-element {
  padding: 0;
  margin-left: -4px;
}
.form-element:focus {
  border-color: #2eb18d;
}

.button {
  padding: 10px 20px;
  background-color: #fff;
  border: none;
  border-radius: 3px;
  text-align: center;
  font-weight: 600;
  outline: none;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.button.circle {
  border-radius: 5px;
}
.button.block {
  display: block;
  width: 100%;
}
.button:hover,
.button:active,
.button:focus {
  background-color: #f9f9f9;
}
.button.darkblue {
  background-color: #2c6ebc;
  color: #fff;
  border-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.button.orange {
  background-color: #2eb18d;
  color: #fff;
  border-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.button.blue {
  background-color: #3e7ab7;
  color: #fff;
  border-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.button.yellow {
  background-color: #ebad4d;
  color: #fff;
  border-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.button.red {
  background-color: #d3514b;
  color: #fff;
  border-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.button.green {
  background-color: #00b894;
  color: #fff;
  border-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.button.green:hover {
  background-color: #020310;
}
.sweet-check {
  height: 30px;
  width: 60px;
  cursor: pointer;
  border-radius: 30px;
  border: solid 1px #eee;
  display: inline-block;
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color 200ms
    cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -moz-transition: background-color 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition: background-color 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: background-color 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75); /* linear */
}
.sweet-check input {
  opacity: 0;
  position: absolute;
}

.sweet-check .outline {
  width: 27px;
  height: 27px;
  border-radius: 50%;
  display: block;
  -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  position: absolute;
  left: 0;
  -webkit-transition: left 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -moz-transition: left 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition: left 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: left 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75); /* linear */
}
.sweet-check.checked {
  background-color: #60b2fe;
  border-color: #60b2fe;
}
.sweet-check.checked .outline {
  left: 30px;
}

.enterance .form-row-group {
  background-color: transparent;
  border: solid 1px transparent;
}
.enterance input,
.enterance textarea,
.enterance label {
  color: #fff;
}
.enterance a {
  color: #10f3b4;
}
.enterance .form-row-group .form-row {
  padding: 0 10px;
  margin-bottom: 20px;
}
.enterance .form-row-group.with-icons .form-row i {
  font-size: 20px;
  color: #fff;
}
.enterance .form-element {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.2);
}
.centered {
  width: 100%;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}
/*end of part 8----------------------------------------------------*/

/*-------------------------------------------------------------------
[9. Accordion]
*------------------------------------------------------------------*/
.splash-screen {
  position: relative;
  background-size: cover;
  height: 100vh;
  width: 100%;
}
.get-started-btn {
  display: block;
  padding: 15px 20px;
  font-size: 16px;
  text-align: center;
  border-radius: 10px;
  background-color: #00b894;
  color: #fff !important;
}
.g-fixed {
  position: absolute;
  bottom: 50px;
  width: 80%;
  transform: translateX(-50%);
  left: 50%;
}
.get-started-btn:hover {
  background-color: #020310;
}
.expandable-item {
  background-color: #fff;
  border-radius: 3px;
  margin-bottom: 1px;
}
.expandable-header {
  background-color: #fff;
  padding: 15px;
  position: relative;
  -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  cursor: pointer;
}
.expandable-header .list-icon {
  font-size: 18px;
  display: inline-block;
  width: 24px;
}
.expandable-header .product-icon {
  max-width: 50px;
  position: absolute;
  top: 0;
  left: 0;
}
.expandable-header .product-icon img {
  max-width: 50px;
}
.expandable-header .list-title {
  font-size: 16px;
  line-height: 18px;
  padding-left: 70px;
  margin: 0;
  padding: 0;
  display: inline-block;
}
.expandable-header .list-item-extra {
  position: absolute;
  right: 40px;
  top: 17px;
  font-size: 12px;
}
.expandable-header .list-arrow {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 20px;
}
.expandable-content {
  border: solid 1px transparent;
  border-top: none;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.2s linear;
  -moz-transition: max-height 0.2s linear;
  -o-transition: max-height 0.2s linear;
  transition: max-height 0.2s linear;
}
.expandable-content .padding-content {
  padding: 15px;
}
.expandable-item.active .expandable-content {
  border-color: #eee;
  max-height: 200px;
}
.expandable-item.active .list-arrow:before {
  content: "\f106";
}
/*end of part 9----------------------------------------------------*/

/*-------------------------------------------------------------------
[10. Wizard]
*------------------------------------------------------------------*/
.wizard {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.wizard .wizard-item {
  position: relative;
}
.wizard .wizard-content {
  position: absolute;
  left: 20px;
  top: 20px;
  right: 20px;
  bottom: 60px;
  overflow: hidden;
  text-align: center;
}

.wizard-page .TurboWrapper {
  position: absolute;
  top: 50px;
  right: 0;
  bottom: 0;
  left: 0;
}

.wizard-page .slider-navigation {
  position: absolute;
  z-index: 99;
  bottom: 10px;
  left: 20px;
  right: 20px;
}
.wizard-skip-link {
  position: absolute;
  z-index: 99;
  bottom: 10px;
  right: 20px;
  height: 33px;
  line-height: 33px;
  font-weight: 400;
  cursor: pointer;
  font-size: 14px;
}
.wizard-skip-link:hover {
  color: #069;
}
.dotClass {
  background-color: #ddd;
  margin: 5px 3px;
  width: 20px;
  height: 6px;
}
/*end of part 10----------------------------------------------------*/

/*-------------------------------------------------------------------
[11. Tab Control]
*------------------------------------------------------------------*/
.tab-item .fix-width .menu-item {
  display: block;
  float: left;
  text-align: center;
  color: black;
}
.tab-item .tab-content .content-item {
  display: none;
}
.tab-item .tab-content .active {
  display: block;
}
.tab-item .tab-menu {
  background-color: #fff;
  overflow: hidden;
  -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
  z-index: 99;
}
.tab-item .menu-item {
  line-height: 40px;
}
.tab-item .menu-item.active {
  border-bottom: solid 2px #2eb18d;
  color: #2eb18d;
}
.tab-item .tab-content {
  padding: 10px;
}
.tab-item.fixed-bottom .tab-menu {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0px -1px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px -1px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px -1px 3px 0px rgba(0, 0, 0, 0.2);
}
.tab-item.fixed-bottom .menu-item.active {
  border-bottom: none;
  border-top: solid 2px #2eb18d;
  background-color: rgba(0, 0, 0, 0.05);
}
.tab-item.fixed-bottom .tab-menu.only-icons .menu-item {
  font-size: 18px;
}
.tab-item.fixed-bottom .tab-content {
  padding-bottom: 50px;
}
/*end of part 11----------------------------------------------------*/

/*-------------------------------------------------------------------
[12. Popup]
*------------------------------------------------------------------*/
.popup-overlay {
  position: fixed;
  z-index: 900;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  overflow: auto;
  padding: 20px;
  display: none;
  cursor: pointer;
}
.popup-overlay.no-overlay {
  background-color: transparent;
}
.popup-overlay .popup-container {
  overflow: hidden;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.popup-overlay .popup-header {
  border-bottom: solid 1px #eee;
  background: linear-gradient(to right, #005bea 0%, #0db2de 100%);;
  padding: 10px;
  color: white;
  position: relative;
}
.popup-overlay .popup-title {
  margin: 0;
  padding: 0;
  padding-right: 40px;
}
.popup-overlay .popup-close {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 10px;
  top: 10px;
  text-align: center;
  line-height: 24px;
  cursor: pointer;
}
.popup-overlay .popup-content {
  padding: 10px;
  min-height: 50px;
}
.popup-overlay .popup-footer {
  border-top: solid 1px #eee;
  padding: 10px;
  text-align: right;
}
/*end of part 12----------------------------------------------------*/

/*-------------------------------------------------------------------
[13. Lists]
*------------------------------------------------------------------*/
.list-box {
  width: 100%;
}
.list-box .list-item {
  padding: 15px;
  background-color: #fff;
  display: block;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.list-box .list-item .sweet-check {
  float: right;
}
.list-box a.list-item:hover,
.list-box a.list-item:focus {
  background-color: #f5f6f8 !important;
}
.list-box a.list-item:hover i,
.list-box a.list-item:focus i {
  color: #585858 !important;
}
.list-box .list-item i {
  font-size: 20px;
  display: inline-block;
  line-height: 28px;
  color: #797979;
  float: left;
  width: 36px;
}

.list-box .list-item .list-item-title {
  font-weight: 700;
  display: inline-block;
  line-height: 28px;
  float: left;
  font-size: 16px;
}
.list-box .list-item .seperate {
  display: inline-block;
  float: left;
  width: 1px;
  height: 30px;
  background-color: #eee;
  margin-right: 10px;
}
.list-box.half-box {
  width: 50%;
  float: left;
}
.list-box.half-box .list-item {
  padding: 20px;
  text-align: center;
  margin-bottom: 10px;
}

.list-box.half-box:nth-child(odd) .list-item {
  margin-right: 5px;
}
.list-box.half-box:nth-child(even) .list-item {
  margin-left: 5px;
}
.list-box.half-box .list-item i {
  font-size: 36px;
  float: none;
}

.list-box.half-box .list-item .list-item-title {
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: 14px;
}
/*end of part 13----------------------------------------------------*/

/*-------------------------------------------------------------------
[14. Search]
*------------------------------------------------------------------*/
.search-button {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  font-size: 16px;
  color: #fff;
  display: inline-block;
  float: left;
}
.clear {
  clear: both;
}
.search-form {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.9);
  overflow: auto;
  display: none;
}
.search-form .search-input {
  margin: 70px 20px 40px 20px;
  position: relative;
}
.search-form .form-element {
  border: solid 1px #eee;
  padding: 0 10px;
  border-radius: 3px;
  -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
  border-bottom-width: 2px;
}
.search-form .form-element:focus {
  border-bottom-color: #2eb18d;
}
.search-form .search-input-btn {
  position: absolute;
  width: 37px;
  height: 37px;
  right: 1px;
  top: 1px;
  background-color: #fff;
  border: none;
  line-height: 37px;
  text-align: center;
}
.search-form .search-input-btn:hover,
.search-form .search-input-btn:focus {
  color: #2eb18d;
}
.search-form .recent-search,
.search-form .popular-search {
  padding: 0 20px;
  margin-bottom: 20px;
}
.search-form .search-tag {
  display: inline-block;
  padding: 4px 12px;
  background-color: #fff;
  border: solid 1px #ddd;
  font-weight: 400;
  border-radius: 15px;
  margin: 0 5px 5px 0;
}
.search-form .search-tag:hover,
.search-form .search-tag:focus {
  border-color: #2eb18d;
  color: #2eb18d;
}
.search-form .search-group-title {
  margin: 0;
  padding: 0;
  margin-bottom: 6px;
}
.search-form .close-search-form {
  position: absolute;
  right: 20px;
  top: 20px;
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border: solid 1px #ccc;
  border-radius: 3px;
  cursor: pointer;
}
.search-form .close-search-form:focus,
.search-form .close-search-form:hover {
  background-color: #6de3c2;
  color: #fff;
}
.search-result-header {
  background-color: #fff;
  margin: -10px -10px 10px -10px;
  -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
  position: relative;
}
.search-result-header.fix-searchbar {
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  padding: 0 10px;
  z-index: 100;
}
.search-result-header.fix-searchbar + .search-result-container {
  padding-top: 30px;
}
.search-result-header .form-element {
  padding: 0 10px;
}
.search-result-header.fix-searchbar .search-result-btn {
  right: 10px;
}
.search-result-header .search-result-btn {
  position: absolute;
  right: 0;
  top: 0;
  height: 38px;
  width: 38px;
  border: none;
  background-color: #fff;
  overflow: hidden;
  outline: none;
  cursor: pointer;
}
.search-result-header .search-result-btn:focus,
.search-result-header .search-result-btn:hover {
  color: #2eb18d;
}
/*end of part 14----------------------------------------------------*/

/*-------------------------------------------------------------------
[15. Divider]
*------------------------------------------------------------------*/
.form-divider {
  display: block;
  width: 100%;
  clear: both;
  height: 10px;
  margin: 10px 0;
}
.form-mini-divider {
  display: block;
  width: 100%;
  clear: both;
  height: 1px;
  margin: 5px 0;
}
.form-label-divider {
  display: block;
  width: 100%;
  clear: both;
  height: 1px;
  background-color: #ddd;
  text-align: center;
  opacity: 0.5;
}
.form-label-divider span {
  position: relative;
  top: -8px;
  font-weight: 700;
  display: inline-block;
  background-color: #f5f6f8;
  padding: 0 10px;
}
/*end of part 15----------------------------------------------------*/

/*-------------------------------------------------------------------
[16. Posts]
*------------------------------------------------------------------*/
.post-item {
  width: 100%;
  border-radius: 3px;
  background-color: #fff;
  min-height: 100px;
  -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
}
.post-item .post-asset {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  overflow: hidden;
}
.post-item .post-asset.image img {
  display: block;
  width: 100%;
}
.post-item .post-asset.video {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.post-item .post-asset.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.post-item .post-header {
  padding: 15px;
  border-bottom: solid 1px #eee;
}
.post-item .post-title {
  font-size: 18px;
  padding: 0;
  margin: 0;
  margin-bottom: 4px;
  color: #333;
}
.post-item .post-title a {
  font-size: 18px;
  color: #4c4c4c;
  font-weight: 500;
  line-height: 18px;
}
.post-item .post-header span {
  font-size: 12px;
  margin-right: 10px;
  opacity: 0.6;
}
.post-item .post-footer {
  padding: 10px 15px;
}
.post-item .post-author {
  display: inline-block;
}
.post-item .author-img {
  width: 44px;
  height: 44px;
  display: block;
  float: left;
  overflow: hidden;
  border-radius: 50%;
  padding: 3px;
  background: #fff;
  border: solid 1px #2eb18d;
  margin-right: 10px;
}
.post-item .author-img img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
}
.post-item .author-name {
  font-size: 12px;
  font-weight: 400;
  white-space: nowrap;
}
.post-item .author-name b {
  white-space: nowrap;
  display: block;
  font-size: 14px;
}
.post-item .post-extra {
  display: inline-block;
  float: right;
}
.post-item .post-extra div {
  display: inline-block;
  height: 40px;
  width: 40px;
  text-align: center;
  font-size: 24px;
  cursor: pointer;
}
.post-item .post-share {
  position: relative;
  line-height: 40px;
}
.post-item .post-share > i {
  cursor: pointer;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.post-item .post-share .social-links {
  position: absolute;
  z-index: 10;
  top: 0;
  width: auto;
  display: inline-block;
  white-space: nowrap;
  left: -130px;
  width: 130px;
  border: solid 1px #eee;
  border-radius: 5px;
  background: #fff;
  display: none;
  -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
}
.post-item .post-share .social-links a {
  font-size: 18px;
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  position: relative;
  float: left;
}
.post-item .post-share .social-links a.share-facebook {
  color: #2c6ebc;
}
.post-item .post-share .social-links a.share-twitter {
  color: #1da1f2;
}
.post-item .post-share .social-links a.share-google-plus {
  color: #d24c41;
}
.post-detail {
  background: #fff;
  padding: 10px;
  border-top: solid 1px #eee;
}
.post-detail p {
  margin: 0;
  margin-bottom: 10px;
}
.post-detail h1,
.post-detail h2,
.post-detail h3,
.post-detail h4,
.post-detail h5 .post-detail h6 {
  font-weight: 900;
}
.post-comments {
  margin-top: 10px;
}
.post-comments ul {
  padding: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.post-comments ul li {
  display: block;
  width: 100%;
}
.post-comments > ul > li li {
  padding-left: 20px;
}
.post-comments ul li .comment-container {
  background-color: #fff;
  padding: 10px;
  margin: 10px;
}
.post-comments.no-padding {
  margin-top: 0;
}
.post-comments.no-padding ul li .comment-container {
  margin: 0;
  margin-bottom: 10px;
}
.post-comments .comment-header {
  position: relative;
  border-bottom: solid 1px #eee;
  overflow: hidden;
  padding-bottom: 10px;
}
.post-comments .user-image {
  display: block;
  width: 38px;
  height: 38px;
  border: solid 1px #2eb18d;
  border-radius: 50%;
  float: left;
  padding: 2px;
  margin-right: 10px;
}
.post-comments .user-image img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.post-comments .user-name {
  display: inline-block;
  float: left;
  line-height: 38px;
  font-weight: 700;
}
.post-comments .comment-date {
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 12px;
  opacity: 0.6;
}
.post-comments .comment-content {
  padding-top: 10px;
  opacity: 0.7;
}
.post-comments .comment-post-link {
  border-bottom: solid 1px #eee;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.post-comments .comment-post-link a {
  color: #2eb18d;
  font-weight: 700;
}

.news-list-item {
  -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border: 1px solid #eee;
  min-height: 30px;
  border-radius: 3px;
  position: relative;
}
.news-list-item.v2 {
  padding: 10px;
  border-radius: 10px;
}
.news-list-item.no-image .list-content {
  padding-left: 10px;
  height: auto;
}
.news-list-item.no-image .list-title {
  height: auto;
}
.news-list-item .list-image {
  width: 100px;
  height: 100px;
  position: absolute;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  overflow: hidden;
  float: left;
}
.news-list-item .list-content {
  height: 100px;
  position: relative;
  padding: 10px 10px 10px 110px;
}
.news-list-item .list-category {
  font-size: 12px;
  display: inline-block;
  padding: 3px 10px;
  color: #fff;
  border-radius: 10px;
  margin-bottom: 6px;
}
.news-list-item .list-title {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 16px;
  height: 32px;
}

.news-list-item.v2 .list-title {
  height: initial;
}
.news-list-item .list-author,
.news-list-item .list-time {
  font-size: 12px;
  opacity: 0.6;
}
.news-list-item.v2 .read-more {
  color: #2eb18d;
}
.news-list-item.v2 .list-time {
  margin: 5px 0;
}
.news-list-item .list-author {
  font-weight: 700;
}
/*end of part 16----------------------------------------------------*/

/*-------------------------------------------------------------------
[17. Profile Page]
*------------------------------------------------------------------*/
.profile-image {
  width: 110px;
  height: 110px;
  padding: 5px;
  border-radius: 50%;
  display: inline-block;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  position: relative;
}
.profile-image .avatar-img {
}
.profile-image .update-btn {
  position: absolute;
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  right: 0;
  bottom: 0;
  text-align: center;
  line-height: 32px;
}
/*end of part 17----------------------------------------------------*/

/*-------------------------------------------------------------------
[18. Post Author Page]
*------------------------------------------------------------------*/
.author-item .author-bg {
  width: 100%;
  height: auto;
  background: url("../img/avatar-bg.jpg") right center;
  position: relative;
  background-size: cover;
  background-position-y: -50px;
}
.author-item .author-bg-inline {
  width: 100%;
  background-color: rgba(14, 14, 14, 0.1);
  padding: 60px 0 20px 0;
}
.author-item .author-avatar {
  border-radius: 50%;
  width: 120px;
  height: 120px;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 10px;
  display: block;
  margin: 0 auto;
}
.author-item .author-avatar img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
.author-item .author-name {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  margin: 0;
  padding: 0;
  margin-top: 20px;
}
.author-item .author-desc {
  display: block;
  text-align: center;
  color: #fff;
  margin: 0;
  font-size: 14px;
}
.author-item .author-number {
  overflow: hidden;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  margin-top: 40px;
}
.author-item .author-number > div {
  width: 33%;
  float: left;
}
.author-item .author-number > div > span {
  display: block;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}
/*end of part 18----------------------------------------------------*/

/*-------------------------------------------------------------------
[19. Gallery and Album]
*------------------------------------------------------------------*/
.album-item {
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  margin-bottom: 10px;
  display: block;
}
.album-item:focus,
.album-item:hover {
  color: #35d9ac;
}
.album-item:focus .album-image:before,
.album-item:hover .album-image:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 9;
}
.album-item .album-image {
  height: 140px;
  width: 100%;
  overflow: hidden;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  position: relative;
}
.album-item .album-image img {
  position: absolute;
  top: -9999px;
  right: -9999px;
  bottom: -9999px;
  left: -9999px;
  margin: auto;
  min-width: 100%;
  min-height: 100%;
}

.album-item .album-info {
  padding: 10px;
  position: relative;
}
.album-item .album-title {
  margin: 0;
  padding: 0;
}
.album-item .image-count {
  font-size: 12px;
  opacity: 0.6;
  float: right;
  position: absolute;
  right: 10px;
  top: 10px;
}
.album-item.half-box .album-image {
  height: 100px;
}
.album-item.half-box {
  width: 49%;
}
.album-item.half-box:nth-child(odd) {
  float: left;
}

.album-item.half-box:nth-child(even) {
  float: right;
}
.album-item.half-box .image-count {
  position: relative;
  display: block;
  float: none;
  top: inherit;
  right: inherit;
}
.gallery-item {
  display: block;
  position: relative;
  overflow: hidden;
  height: 140px;
  border-radius: 3px;
  cursor: pointer;
}
.gallery-item.half-box {
  width: 50%;
  float: left;
  margin-bottom: 0;
}
.gallery-item img {
  position: absolute;
  top: -9999px;
  right: -9999px;
  bottom: -9999px;
  left: -9999px;
  margin: auto;
  min-width: 100%;
  min-height: 100%;
}
.gallery-item .image-name {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  z-index: 9;
  color: #fff;
  background: rgba(135, 135, 135, 0);
  background: -moz-linear-gradient(
    top,
    rgba(135, 135, 135, 0) 0%,
    rgba(51, 51, 51, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(135, 135, 135, 0)),
    color-stop(100%, rgba(51, 51, 51, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(135, 135, 135, 0) 0%,
    rgba(51, 51, 51, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(135, 135, 135, 0) 0%,
    rgba(51, 51, 51, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(135, 135, 135, 0) 0%,
    rgba(51, 51, 51, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(135, 135, 135, 0) 0%,
    rgba(51, 51, 51, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#878787', endColorstr='#333333', GradientType=0 );
}
.gallery-item .image-name b {
  position: absolute;
  display: block;
  bottom: 10px;
  left: 10px;
}
.gallery-item .image-name i {
  position: absolute;
  font-size: 18px;
  right: 10px;
  bottom: 10px;
}
.gallery-item:hover .image-name,
.gallery-item:focus .image-name {
  top: 0;
  background: rgba(0, 0, 0, 0.4);
}
/*end of part 19----------------------------------------------------*/

/*-------------------------------------------------------------------
[20. Contact]
*------------------------------------------------------------------*/
.map_container {
  position: relative;
  left: 0;
  right: 0;
  top: -10px;
  width: 100%;
  height: 300px;
}
.contact-info {
  background-color: #fff;
  margin: 0 10px 10px;
  padding: 10px;
  -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
}
.contact-info .address-name {
  margin: 6px 0;
  padding: 0;
}
.contact-info .contact-stars {
  opacity: 0.6;
}
.contact-info .address {
  padding: 0;
  margin: 0;
}
.contact-short-info {
  background-color: #fff;
  padding: 10px;
  margin: 10px;
  -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
}
.contact-short-info .title {
  margin: 0;
}
.contact-address {
  background-color: #fff;
  margin: 10px;
  padding: 10px;
  -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
}
.contact-address .contact-item {
  margin-bottom: 6px;
}
.contact-address .contact-item i {
  display: inline-block;
  width: 20px;
}
/*end of part 20----------------------------------------------------*/

/*-------------------------------------------------------------------
[21. Product Pages]
*------------------------------------------------------------------*/
.technoilahi-list {
  margin-bottom: 30px;
}
.technoilahi-list li {
  background: #fff;
  padding: 10px;
  border: 1px solid #ddd;
  position: relative;
  margin: 0 0 10px;
  box-shadow: 0px 0px 9px 2px rgba(0, 0, 0, 0.04);
}
.technoilahi-name {
  margin: 0;
  font-weight: 600;
  font-size: 13px;
}
.c-period {
  color: #828caa;
  margin-top: 10px;
  display: inherit;
}
.c-price {
  font-size: 16px;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 700;
}
.technoilahi-list img {
  max-width: 70px;
}
.course-item {
  width: 73%;
  margin-right: 10px;
}
.ml-10 {
  margin-left: 10px;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.d-block {
  display: block !important;
}
.product-two-column .product-item {
  display: block;
  width: 50%;
  float: left;
}
.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.product-two-column .product-item.v2 {
  display: block;
  width: 48%;
  background: #fff;
  float: left;
  border: 1px solid #e1ddf6;
  border-radius: 5px;
}
.product-item.v2 > a {
  box-shadow: none;
}
.product-item {
  display: block;
  width: 100%;
  position: relative;
}
.product-item > a {
  display: block;
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
.product-item .product-title {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 14px;
  padding: 10px 10px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  white-space: nowrap;
  color: #13287e;
  font-weight: 700;
}
.c-review {
  padding: 10px;
  color: #fbc20e;
  display: inline-block;
  font-size: 15px;
}
.title-main {
  margin: 10px 0px;
  font-size: 16px;
}
.product-item .product-image {
  display: block;
  width: 100%;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.product-item .product-info {
  display: block;
  border-top: 1px solid #eee;
  padding: 5px 10px 10px 10px;
  font-weight: 800;
}
.product-item .product-price {
  font-size: 12px;
  line-height: 30px;
}
.product-item .add-to-chart {
  border: none;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  float: right;
}
.product-item .old-price {
  opacity: 0.7;
  margin-left: 10px;
  text-decoration: line-through;
}
.product-item .add-to-favorite {
  position: absolute;
  right: 15px;
  top: 10px;
  color: #2eb18d;
  font-size: 20px;
  cursor: pointer;
}
.product-viewer .view-item {
  padding: 10px;
}

.product-viewer .view-item img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  padding: 10px;
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
}
.product-view-title {
  text-align: center;
  margin: 0;
}
.product-view-price {
  margin: 0;
  text-align: center;
}
.product-view-price .old-price {
  opacity: 0.5;
  font-weight: 400;
  text-decoration: line-through;
}
.c-fav {
  background: #dad5fe;
  color: #fff;
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.c-fav.v2 {
  color: #dad5fe;
  background: #fff;
  border: 2px solid #dad5fe;
}
.pdf-doc {
  padding: 20px 0px;
  font-size: 30px;
  color: #fff;
  font-weight: 800;
  margin: 0 auto;
  max-width: 60%;
  text-align: center;
  margin-bottom: 10px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
}
.has-l-p {
  border-left: 4px solid #fecdd0;
}
.assign-txt {
  color: #ff7166;
  margin-top: 0;
  font-weight: 600;
}
.profile-bg {
  background: #22427d;
}
.exp {
  width: 50%;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
.exp span {
  font-weight: normal;
  font-size: 14px;
}
.opacity-bg {
  background: rgba(255, 255, 255, 0.5);
}
.student-name {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  padding: 40px 15px 20px;
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}
.student-name h3 {
  margin: 0;
  margin-bottom: 10px;
  color: #fff;
  font-size: 20px;
}
.student-name p {
  margin: 0;
  color: #e2e9ef;
}
.student-name .star-icon {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 40px;
  background: #c9d1d4;
  line-height: 36px;
  color: #fff;
  font-size: 20px;
  border-radius: 50%;
  border: 3px solid #fff;
}
.wd-80 {
  width: 80%;
}
.wd-100 {
  width: 100%;
}
.progress {
  display: flex;
  overflow: visible;
  font-size: 0.65625rem;
  background-color: #dde2ef;
  border-radius: 3px;
  height: 6px;
  margin-top: 15px;
}
.progress-bar {
  float: left;
  height: 100%;
  position: relative;
  font-size: 12px;
  border-radius: 20px !important;
  line-height: 20px;
  overflow: visible !important;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-bar::after {
  content: "";
  width: 12px;
  height: 12px;
  border: 3px solid;
  border-radius: 50%;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  background: #fff;
  position: absolute;
  right: -5px;
  top: -6px;
}
.progress-bar.gradient-blue::after {
  border-color: #0162e8;
}
.progress-bar.gradient-orange::after {
  border-color: #efa65f;
}
.progress-bar.gradient-red::after {
  border-color: #f93a5a;
}
.progress-bar.gradient-purple::after {
  border-color: #673ab7;
}
.gradient-blue {
  background-image: linear-gradient(
    to left,
    #0db2de 0%,
    #005bea 100%
  ) !important;
}
.gradient-orange {
  background-image: linear-gradient(to left, #efa65f, #f76a2d) !important;
}
.gradient-red {
  background-image: linear-gradient(45deg, #f93a5a, #f7778c) !important;
}
.gradient-purple {
  background-image: linear-gradient(
    to right,
    #673ab7 0%,
    #a474f4 100%
  ) !important;
}

.cart-btn {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #ececec;
  float: right;
  border: 0px;
  border-radius: 25px;
  font-size: 14px;
  margin-top: 2px;
  color: #2eb18d;
}
.product-size {
  margin: 10px auto;
  width: 300px;
}
.product-size li {
  list-style-type: none;
  float: left;
  margin: 0px 10px;
}
.product-size li a {
  text-align: center;
  border-radius: 50%;
  border: 1px solid #2eb18d;
  float: left;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #2eb18d;
}
.product-size li a:hover {
  border: 1px solid #ccc;
}
.product-size li.active a {
  background: #2eb18d;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #2eb18d;
  float: left;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #fff !important;
}
/*end of part 21----------------------------------------------------*/

/*-------------------------------------------------------------------
[22. Panel]
*------------------------------------------------------------------*/
.panel {
  padding: 10px;
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
}
.panel .title {
  margin: 0;
  padding: 0;
}
/*end of part 22----------------------------------------------------*/

/*-------------------------------------------------------------------
[23. Bouble Menu]
*------------------------------------------------------------------*/
.bouble-link {
  position: fixed;
  z-index: 777;
  display: block;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  bottom: 30px;
  right: 30px;
  line-height: 46px;
  text-align: center;
  -webkit-box-shadow: 2px 2px 15px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 15px 0px rgba(0, 0, 0, 0.2);
  font-size: 18px;
}

/*-------------------------------------------------------------------
[25. Responsive Media Queries]
*------------------------------------------------------------------*/
@media screen and (min-width: 480px) {
  body {
    font-size: 16px;
  }
  header {
    padding: 10px 20px;
  }
  section.container {
    padding: 0 20px;
  }
  nav.menu {
    width: 300px;
  }
  .form-label-divider span {
    top: -10px;
  }
  .post-detail {
    padding: 20px;
  }
  .search-result-header {
    margin: -10px -20px 20px -20px;
  }
  .search-result-header .form-element {
    padding: 0 20px;
  }
  .search-result-header .search-result-btn {
    right: 10px;
  }
  h1 .button {
    font-size: 16px;
  }
}
/*end of part 25----------------------------------------------------*/

/*------------------------------------------------------------------
[26. Background Color Helpers]

Orange 	/	.orange			#2eb18d
Red 	/ 	.red			#F34954
Purple	/	.purple			#7A5AAD
Turquoise/	.turquoise	 	#30BFBB
Green 	/	.green			#27AE61
Blue 	/	.blue			#2A80BB
Yellow 	/	.yellow			#CCA000
White 	/	.white			#FFFFFF
-------------------------------------------------------------------*/
.orange {
  background-color: #2eb18d;
}
.red {
  background-color: #f34954;
}
.purple {
  background-color: #7a5aad;
}
.turquoise {
  background-color: #30bfbb;
}
.green {
  background-color: #27ae61;
}
.blue {
  background-color: #2a80bb;
}
.yellow {
  background-color: #cca000;
}
.white {
  background-color: #ffffff;
  color: #464646;
}
/*end of part 26----------------------------------------------------*/

/*-------------------------------------------------------------------
[27. Text Helpers]
*------------------------------------------------------------------*/
.txt-center {
  text-align: center;
}
.txt-left {
  text-align: left;
}
.txt-right {
  text-align: right;
}
.txt-orange {
  color: #fbc20e;
}
.txt-red {
  color: #f34954;
}
.txt-purple {
  color: #7a5aad;
}
.txt-turquoise {
  color: #30bfbb;
}
.txt-green {
  color: #2eb18d;
}
.txt-blue {
  color: #2a80bb;
}
.txt-yellow {
  color: #cca000;
}
.txt-default {
  color: #464646;
}
.txt-white {
  color: #ffffff;
}
.txt-bold {
  font-weight: bold;
  font-weight: 700;
}
.txt-extra-bold {
  font-weight: bold;
  font-weight: 900;
}
.txt-normal {
  font-weight: normal;
  font-weight: 400;
}
.txt-light {
  font-weight: lighter;
  font-weight: 300;
}
/*end of part 27----------------------------------------------------*/

/*-------------------------------------------------------------------
[28. Text Animations]
*------------------------------------------------------------------*/
.animated-text {
  text-align: center;
  position: relative;
}
.animated-text h1 {
  margin: 0;
  padding: 0;
  position: relative;
}
.animated-text .text1 {
  font-size: 24px;
  display: block;
}
.animated-text .text2 {
  font-size: 14px;
}
.animated-text .text3 {
  display: block;
  font-size: 14px;
}
.animated-text .text4 {
  display: block;
  font-size: 36px;
}
.animated-text .text5 {
  display: block;
  font-size: 36px;
}
.animated-text .text6 {
  display: block;
  font-size: 36px;
}
.animated-text .text7 {
  font-size: 14px;
  display: block;
  margin-top: 20px;
}
/*end of part 28----------------------------------------------------*/

/*Other Styles and helpers------------------------------------------*/
.block {
  display: block;
}
.hide {
  display: none !important;
}
.animated {
  display: block !important;
  opacity: 1;
}
.zero-opacity {
  opacity: 0;
}

h1 .button {
  font-size: 14px;
}

/*-------------------------------------------------------------------
[29. CUSTOMIZE THE CAROUSEL]
*------------------------------------------------------------------*/

/* Carousel base class */

/* MARKETING CONTENT
-------------------------------------------------- */

/* Pad the edges of the mobile views a bit */
.marketing {
  padding-left: 15px;
  padding-right: 15px;
}

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  text-align: center;
  margin-bottom: 20px;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-left: 10px;
  margin-right: 10px;
}

/* Featurettes
------------------------- */

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}
.featurette {
  padding-top: 120px; /* Vertically center images part 1: add padding above and below text. */
  overflow: hidden; /* Vertically center images part 2: clear their floats. */
}
.featurette-image {
  margin-top: -120px; /* Vertically center images part 3: negative margin up the image the same amount of the padding to center it. */
}

/* Give some space on the sides of the floated elements so text doesn't run right into it. */
.featurette-image.pull-left {
  margin-right: 40px;
}
.featurette-image.pull-right {
  margin-left: 40px;
}

/* Thin out the marketing headings */
.featurette-heading {
  font-size: 50px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
  /* Remve the edge padding needed for mobile */
  .marketing {
    padding-left: 0;
    padding-right: 0;
  }

  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
    margin-bottom: -90px; /* Negative margin to pull up carousel. 90px is roughly margins and height of navbar. */
  }
  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }
}
.margin {
  margin-top: 49px;
}
/*end of part 28----------------------------------------------------*/

/*-------------------------------------------------------------------
[30. Home Tabs]
*------------------------------------------------------------------*/

#content-body {
  flex: 1;
  min-height: 170px;
  padding-top: 10px;
  padding-bottom: 10px;
  flex-direction: column;
  background: #fff;
  border: 1px solid #e6e6e6;
  margin: 10px 0px 10px 0px;
}
.round {
  border-radius: 19px;
  background: #f7c558; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #f7c558 0%,
    #e26f25 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #f7c558 0%,
    #e26f25 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #f7c558 0%,
    #e26f25 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7c558', endColorstr='#e26f25',GradientType=0 ); /* IE6-9 */
  padding: 15px;
}
.app {
  background: #f76b71; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #f76b71 1%,
    #de2125 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #f76b71 1%,
    #de2125 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #f76b71 1%,
    #de2125 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f76b71', endColorstr='#de2125',GradientType=0 ); /* IE6-9 */
  border-radius: 19px;
  padding: 15px;
}
.hot {
  background: #70b2fe; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #70b2fe 0%,
    #3378f7 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #70b2fe 0%,
    #3378f7 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #70b2fe 0%,
    #3378f7 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#70b2fe', endColorstr='#3378f7',GradientType=0 ); /* IE6-9 */
  border-radius: 19px;
  padding: 15px;
}
.vip {
  background: #9f6dfe; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #9f6dfe 0%,
    #6a1ff4 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #9f6dfe 0%,
    #6a1ff4 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #9f6dfe 0%,
    #6a1ff4 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9f6dfe', endColorstr='#6a1ff4',GradientType=0 ); /* IE6-9 */
  border-radius: 19px;
  padding: 15px;
}
.brands {
  background: #7ff0f1; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #7ff0f1 0%,
    #39b4fe 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #7ff0f1 0%,
    #39b4fe 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #7ff0f1 0%,
    #39b4fe 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ff0f1', endColorstr='#39b4fe',GradientType=0 ); /* IE6-9 */
  border-radius: 19px;
  padding: 15px;
}
.flash {
  background: #c5f493; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #c5f493 0%,
    #97ea3b 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #c5f493 0%,
    #97ea3b 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #c5f493 0%,
    #97ea3b 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5f493', endColorstr='#97ea3b',GradientType=0 ); /* IE6-9 */
  border-radius: 19px;
  padding: 15px;
}

.content-row {
  display: flex;
  flex: 1;
}
.content-col {
  padding: 7px;
  width: 33.33%;
  text-align: center;
  padding-right: 17px;
  font-size: 14px;
  float: left;
  clear: both;
}
.content-col:last-child {
  border-right: none;
}
.content-row:last-child {
  border-bottom: none;
}
.content-col > i {
  width: 55px;

  font-size: 25px;
  color: #fff;
  margin-bottom: 10px;
}
.content-col span {
  display: block;
}

/*end of part 30----------------------------------------------------*/

/*-------------------------------------------------------------------
[31. Home Tabs]
*------------------------------------------------------------------*/

footer {
  padding: 30px 0 8px;
  text-align: center;
  background-color: #fff;
}

footer ul,
.social-links ul {
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  margin-bottom: 18px;
}
footer ul li,
.social-links ul li {
  display: inline-block;
  margin: 2px 4px;
  text-align: center;
}
footer ul li a i,
.social-links ul li a i {
  background: #f7f7f7;
  width: 35px;
  height: 35px;
  line-height: 35px !important;
  border-radius: 50%;
}
.social-links ul {
  margin-bottom: 0;
  border: none;
  padding: 0;
}
.social-links {
  text-align: left;
  margin-top: 25px;
}
.social-links ul li a i {
  border: 1px solid #ddd;
}
/*end of part 31----------------------------------------------------*/
