/**
* Template Name: Multi - v2.1.0
* Template URL: https://bootstrapmade.com/multi-responsive-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/
/*FONT*/
@font-face {
  font-family: 'foundation-icons';
  src: url('../vendor/icofont/fonts/icofont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
  font-size: 14px;
  white-space: normal;      /* CSS3 */   
  white-space: -moz-pre-wrap; /* Firefox */    
  white-space: -pre-wrap;     /* Opera <7 */   
  white-space: -o-pre-wrap;   /* Opera 7 */    
  word-wrap: break-word;      /* IE */
}

textarea {
  resize: none;
}

a {
  color: #68a4c4;
}

a:hover {
  color: #f1775d;
  text-decoration: none;
}

.margin-0{
  margin-left:0 !important;
  margin-right:0 !important;
}

.loading-data{
  width:100%;
}

.margin-15{
  margin-left:15px;
  margin-right:15px;
}

img {
max-width: 100%;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5);
  /* background: #fff; */
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #68a4c4;
  border-top-color: white;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

#preloader-execute {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5);
  /* background: #fff; */
  display:none;
}

#preloader-execute:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #68a4c4;
  border-top-color: white;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  /* z-index: 99999; */
  z-index:1000;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #68a4c4;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #2c7493;
  color: #fff;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  height: 80px;
  padding-top: 10px;
  vertical-align: middle;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header.header-scrolled {
  padding-top: 0px;
  height: 63px; 
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header.header-scrolled .logo img{
  -webkit-transform: scale(0.85) rotate(0.01deg);
  transform: scale(0.85) rotate(0.01deg);
  margin-top: -1px;
}

#header .logo {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

#header .logo a {
  color: #0b2341;
}

#header .logo img {
  margin-top: -10px;
  /* width: 275px; */
  height: 80px;
  transition: all .2s ease-in-out;
}

#header .language{
  margin-left: 15px;
  margin-top: -10px;
}

#header .language:hover{
  opacity: 0.7;
}

#header .languagemain{
  margin-left: 15px;
  margin-top: -10px;
}
#header .languagemain-out{
  margin-left: 15px;
  margin-top: -10px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul {
  display: flex;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 0px 0px 10px 28px;
}

.nav-menu > ul > li i {
  font-size:20px;
}

.nav-menu > ul > li.but {
  position: relative;
  white-space: nowrap;
  padding: 0px 0 0px 0px;
  margin-top: -10px;
}

.nav-menu > ul > li.butlang {
  position: relative;
  white-space: nowrap;
  padding: 24px 0 10px 0px;
}

.nav-menu > ul > li.but a.get-started-btn {
  color: #FFFFFF;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #000000;
  transition: 0.3s;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #68a4c4;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 15px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #0b2341;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #68a4c4;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

.nav-menu-for-mobile{
  display:none;
}

.title-mobile-nav{
  font-size:16px;
  font-weight:700;
  padding:10px 20px !important;
}

.hr{
  margin:10px 0 !important;
}

.dashboard-mobile{
  margin-left:20px !important;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Get Startet Button */
.get-started-btn {
  margin-left: 5px;
  background: #68a4c4;
  color: #fff;
  border-radius: 4px;
  width: 75px;
  padding: 10px 0;
  text-align: center;
  /* padding: 8px 25px 9px 25px; */
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
}

.get-started-btn:hover {
  background:#2c7493;
  color: #fff;
}

.btn{
  margin-bottom:5px !important;
}

@media (max-width: 768px) {
  .progress-courses{
    max-width:100% !important;
  }

  .get-started-btn {
    margin: 0 5px 0 0;
  }

  .profilePicture{
    margin-left: 0px !important;
  }

  #preview .buttons{
    bottom:-100px !important;
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  top: 25px;
  right: 15px;
  /* z-index: 9998; */
  z-index:1000;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #0b2341;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #0b2341;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav span.dropdown-item {
  display: block;
  position: relative;
  color: #0b2341;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
  cursor:pointer;
}

.mobile-nav span.dropdown-item.disabled{
  color:#6c757d;
  pointer-events:none;
  background-color:transparent;
}

.mobile-nav span.dropdown-item.disabled:hover{
  color:#6c757d !important;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #2c7493;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  /* right: 15px; */
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(4, 12, 21, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

.mobile-nav li.but{
  margin-left: 20px;
  margin-top: 10px;
}

.mobile-nav li.but a.get-started-btn{
  color: #FFFFFF;
  width: 100px;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background-color: rgba(4, 12, 21, 0.8);
  overflow: hidden;
  position: relative;
}

#hero .carousel, #hero .carousel-inner, #hero .carousel-item, #hero .carousel-item::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-item {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

#hero .carousel-item::before {
  content: '';
  background-color: rgba(4, 12, 21, 0.5);
}

#hero .carousel-container {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 82px;
  left: 50px;
  right: 50px;
  z-index: 1;
}

#hero h2 {
  color: #fff;
  margin: 0;
  font-size: 48px;
  font-weight: 700;
}

#hero p {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  color: #fff;
  margin-top: 10px;
}

@media (min-width: 1200px) {
  #hero p {
    width: 50%;
  }
  .modal-dialog{
    width: 500px !important;
  }
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-left,
#hero .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
  
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-prev, #hero .carousel-control-next {
  visibility:hidden;
  width: 10%;
  top: 112px;
}

#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
  background: none;
  font-size: 36px;
  line-height: 1;
  width: auto;
  height: auto;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  padding: 10px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
}

#hero .carousel-control-next-icon:hover, #hero .carousel-control-prev-icon:hover {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}

#hero .carousel-indicators li {
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  opacity: .6;
  transition: 0.3s;
}

#hero .carousel-indicators li.active {
  opacity: 1;
  background: #68a4c4;
}

#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  background: #68a4c4;
  margin-top: 15px;
}

#hero .btn-get-started:hover {
  background: #2c7493;
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 30px;
  }
  .footerlanguage{
    text-align: center !important;
    margin-top: 10px !important;
  }
}

@media (min-width: 1024px) {
  #hero .carousel-control-prev, #hero .carousel-control-next {
    width: 5%;
  }
}

@media (max-height: 500px) {
  #hero {
    height: 120vh;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
}

section#browsejob-detail {
  padding: 40px 0 60px 0;
}

.section-bg {
  background-color: #f6f9fd;
}

.section-title {
  padding-bottom: 40px;
}

.section-title h1 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaaaaa;
  font-family: "Poppins", sans-serif;
}

.section-title h1::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #f38b74;
  margin: 4px 10px;
}

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaaaaa;
  font-family: "Poppins", sans-serif;
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #f38b74;
  margin: 4px 10px;
}

.section-title p {
  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #0f2f57;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-left: 28px;
  position: relative;
}

.about .content ul li + li {
  margin-top: 10px;
}

.about .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #68a4c4;
  line-height: 1;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .content .btn-learn-more {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 5px;
  transition: 0.3s;
  line-height: 1;
  color: #68a4c4;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #68a4c4;
}

.about .content .btn-learn-more:hover {
  background: #68a4c4;
  color: #fff;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding-top: 0;
}

#resources .counts .count-box {
  box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.1);
  padding: 30px 20px;
  width: 100%;
  text-align: center;
}

#resources .counts .count-box i {
  display: block;
  font-size: 50px;
  color: #68a4c4;
  float: none;
  text-align: center;
}

#resources .counts .count-box i:hover {
  font-size: 55px;
  color:#2c7493;
}

.counts .count-box {
  box-shadow: 0px 0px 20px 0px rgba(11, 35, 65, 0.1);
  padding: 30px;
  width: 100%;
  background-color: white;
  text-align: center;
}

.counts .count-box i {
  /* display: block; */
  font-size: 50px;
  color: #68a4c4;
  position:absolute;
  margin-left:-60px;
  opacity:0.1;
}

.counts .count-box span {
  font-size: 42px;
  line-height: 24px;
  display: block;
  font-weight: 700;
  color: #0b2341;
  z-index: 100;
  position: relative;
}

.counts .count-box p {
  padding: 30px 0 0 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
}

.counts .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #164682;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  transition: ease-in-out 0.3s;
}

.counts .count-box a:hover {
  color: #2169c4;
}

/*--------------------------------------------------------------
# Fitur
--------------------------------------------------------------*/
.fitur {
  padding-top: 60px;
}

.fitur .count-box {
  box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.1);
  padding: 30px;
  width: 100%;
}

.fitur .count-box i {
  display: block;
  font-size: 30px;
  color: #68a4c4;
  float: left;
}

.fitur .count-box span {
  font-size: 22px;
  line-height: 24px;
  display: block;
  font-weight: 700;
  color: #0b2341;
  margin-left: 40px;
}

.fitur .count-box p {
  padding: 30px 0 0 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
}

.fitur .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #164682;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  transition: ease-in-out 0.3s;
}

.fitur .count-box a:hover {
  color: #2169c4;
}

/*--------------------------------------------------------------
# CountsNew
--------------------------------------------------------------*/
.countsnew {
  padding-top: 0;
}

#resources .countsnew .count-box {
  /* box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.1); */
  padding: 30px;
  width: 100%;
  text-align: center;
}

#resources .countsnew .count-box i {
  display: block;
  font-size: 50px;
  color: #68a4c4;
  float: none;
  text-align: center;
}

#resources .countsnew .count-box i:hover {
  font-size: 55px;
  color:#2c7493;
}

.countsnew .count-box {
  /* box-shadow: 0px 0px 20px 0px rgba(11, 35, 65, 0.1); */
  padding: 30px;
  width: 100%;
  background-color: white;
  text-align: center;
}

.countsnew .count-box i {
  display: block;
  font-size: 50px;
  color: #68a4c4;
  position:absolute;
}

.countsnew .count-box span {
  font-size: 42px;
  line-height: 24px;
  display: block;
  font-weight: 700;
  color: #0b2341;
}

.countsnew .count-box p {
  padding: 30px 0 0 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
}

.countsnew .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #164682;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  transition: ease-in-out 0.3s;
}

.countsnew .count-box a:hover {
  color: #2169c4;
}


/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us {
  padding: 0;
}

.why-us .content {
  padding: 60px 100px 0 100px;
}

.why-us .content h3 {
  font-weight: 400;
  font-size: 34px;
  color: #123a6d;
}

.why-us .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

.why-us .content p {
  font-size: 15px;
  color: #848484;
}

.why-us .video-box {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 400px;
  position: relative;
}

.why-us .accordion-list {
  padding: 0 100px 60px 100px;
}

.why-us .accordion-list ul {
  padding: 0;
  list-style: none;
}

.why-us .accordion-list li + li {
  margin-top: 15px;
}

.why-us .accordion-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
}

.why-us .accordion-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding-right: 30px;
  outline: none;
  color: #0b2341;
}

.why-us .accordion-list span {
  color: #68a4c4;
  font-weight: 600;
  font-size: 18px;
  padding-right: 10px;
}

.why-us .accordion-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.why-us .accordion-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.why-us .accordion-list .icon-show {
  display: none;
}

.why-us .accordion-list a.collapsed {
  color: #0b2341;
}

.why-us .accordion-list a.collapsed:hover {
  color: #2c7493;
}

.why-us .accordion-list a.collapsed .icon-show {
  display: inline-block;
}

.why-us .accordion-list a.collapsed .icon-close {
  display: none;
}

.why-us .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#68a4c4 50%, rgba(237, 80, 46, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.why-us .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.why-us .play-btn::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(237, 80, 46, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.why-us .play-btn:hover::after {
  border-left: 15px solid #2c7493;
  transform: scale(20);
}

.why-us .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@media (max-width: 1024px) {
  .why-us .content, .why-us .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  background: #fefefe;
  box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1);
  padding: 80px 20px;
  transition: all ease-in-out 0.3s;
  width:100%;
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #68a4c4;
  border-radius: 5px;
  transition: all .3s ease-out 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transform-style: preserve-3d;
  position: relative;
  z-index: 2;
}

.services .icon-box .icon i {
  color: #fff;
  font-size: 28px;
}

.services .icon-box .icon::before {
  position: absolute;
  content: '';
  left: -8px;
  top: -8px;
  height: 100%;
  width: 100%;
  background: #f9c6bb;
  border-radius: 5px;
  transition: all .3s ease-out 0s;
  transform: translateZ(-1px);
  z-index: 1;
}

.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.services .icon-box h4 a {
  color: #0b2341;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  background: #68a4c4;
  border-color: #2c7493;
}

.services .icon-box:hover .icon {
  background: #fff;
}

.services .icon-box:hover .icon i {
  color: #2c7493;
}

.services .icon-box:hover .icon::before {
  background: #f1775d;
}

.services .icon-box:hover h4 a, .services .icon-box:hover p {
  color: #fff;
}

.padding .icon-box {
  text-align: center;
  height: 300px;
  background: #fefefe;
  box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1);
  padding: 80px 20px;
  transition: all ease-in-out 0.3s;
  display: block;
  color: #0b2341;
}

.padding .icon-box i {
  font-size: 50px;
}

.padding .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.padding .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.padding .icon-box:hover {
  background: #68a4c4;
  border-color: #2c7493;

}

.padding .icon-box:hover h4, .padding .icon-box:hover p,.padding .icon-box:hover i {
  color: #fff;
}
/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-wrap {
  padding-left: 50px;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px 30px 30px 60px;
  margin: 30px 15px;
  min-height: 200px;
  box-shadow: 0px 0px 20px 0px rgba(11, 35, 65, 0.1);
  position: relative;
  background: #fff;
}

.ourcustomer-item img{
  width: 50% !important;
  margin: 0 auto;
}

#our-customer{
  padding: 10px!important;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 10px;
  border: 6px solid #fff;
  position: absolute;
  left: -45px;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: #fdedea;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 15px auto 15px auto;
}

.testimonials .owl-nav, .testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.testimonials .owl-dot.active {
  background-color: #68a4c4 !important;
}

@media (max-width: 767px) {
  .testimonials .testimonial-wrap {
    padding-left: 0;
  }
  .testimonials .testimonial-item {
    padding: 30px;
    margin: 15px;
  }
  .testimonials .testimonial-item .testimonial-img {
    position: static;
    left: auto;
  }
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  padding: 80px 0;
  background: #0b2341;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 35px;
  border-radius: 4px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #68a4c4;
  color: #fff;
}

.cta .cta-btn:hover {
  background: #68a4c4;
  border: 2px solid #68a4c4;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #0b2341;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #2c7493;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  color: #0b2341;
}

.portfolio .portfolio-item .portfolio-info p {
  color: #1a5298;
  font-size: 14px;
  margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link, .portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #123a6d;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover, .portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #2c7493;
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 10px;
}

.portfolio .portfolio-item .portfolio-links {
  opacity: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-item .portfolio-links a {
  color: #fff;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-item .portfolio-links a:hover {
  color: #2c7493;
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 20px;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  text-align: center;
  margin-bottom: 20px;
  background: #343a40;
  position: relative;
  overflow: hidden;
}

.team .member .member-info {
  opacity: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}

.team .member .member-info-content {
  position: absolute;
  left: 50px;
  right: 0;
  bottom: 0;
  transition: bottom 0.4s;
}

.team .member .member-info-content h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}

.team .member .member-info-content span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

.team .member .social {
  position: absolute;
  left: -50px;
  top: 0;
  bottom: 0;
  width: 50px;
  transition: left ease-in-out 0.3s;
  background: rgba(11, 35, 65, 0.5);
  text-align: center;
}

.team .member .social a {
  transition: color 0.3s;
  display: block;
  color: #fff;
  margin-top: 15px;
}

.team .member .social a:hover {
  color: #2c7493;
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.team .member:hover .member-info {
  background: linear-gradient(0deg, rgba(11, 35, 65, 0.9) 0%, rgba(11, 35, 65, 0.8) 20%, rgba(0, 212, 255, 0) 100%);
  opacity: 1;
  transition: 0.4s;
}

.team .member:hover .member-info-content {
  bottom: 30px;
  transition: bottom 0.4s;
}

.team .member:hover .social {
  left: 0;
  transition: left ease-in-out 0.3s;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .row {
  padding-top: 40px;
}

.pricing .box {
  padding: 80px 40px;
  margin-bottom: 30px;
  box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1);
  background: #fff;
  text-align: center;
}

.pricing h3 {
  font-weight: 300;
  margin-bottom: 15px;
  font-size: 28px;
}

.pricing h4 {
  font-size: 46px;
  color: #0b2341;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 25px;
}

.pricing h4 span {
  color: #bababa;
  font-size: 18px;
  display: block;
}

.pricing ul {
  padding: 0;
  list-style: none;
  color: #999;
  text-align: left;
  line-height: 20px;
}

.pricing ul li {
  padding-bottom: 12px;
}

.pricing ul i {
  color: #68a4c4;
  font-size: 18px;
  padding-right: 4px;
}

.pricing ul .na {
  color: #ccc;
}

.pricing ul .na i {
  color: #ccc;
}

.pricing ul .na span {
  text-decoration: line-through;
}

.pricing .get-started-btn {
  display: inline-block;
  padding: 10px 40px 11px 40px;
  border-radius: 4px;
  color: #0b2341;
  transition: none;
  font-size: 14px;
  font-weight: 600;
  transition: 0.3s;
  border: 2px solid #0b2341;
  background: #fff;
}

.pricing .get-started-btn:hover {
  background: #0b2341;
  color: #fff;
}

.pricing .featured {
  z-index: 10;
  padding: 100px 40px;
  border: 4px solid #68a4c4;
}

.pricing .featured .get-started-btn {
  background: #68a4c4;
  color: #fff;
  border-color: #68a4c4;
}

.pricing .featured .get-started-btn:hover {
  background: #2c7493;
  border-color: #2c7493;
}

@media (max-width: 767px) {
  .pricing .box {
    max-width: 80%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 470px) {
  #hero .carousel-container {
    left: 20px;
    right: 20px;
  }
}

@media (max-width: 420px) {
  .report{
    text-align:right;
    margin-top:20px;
  }

  .title-notif{
    text-align:left;
  }
  .title-notif-payment{
    text-align:left;
    margin-bottom:10px;
  }

  /* .history-token .icon-notif{
    display:none;
  } */

  #portaljob .card-body{
    height:auto !important;
  }
  #portalclass .card-body{
    height:auto !important;
  }

  .loker .card-body{
    text-align:left !important;
  }
  .salary{
    min-width:150px !important;
  }

  .ticket-reply .user .type{
    display: none !important;
  }

  .pricing .box {
    max-width: 100%;
    margin: 0 auto 30px auto;
  }
  #header.header-scrolled .mobile-nav-toggle{
    top: 10px!important;
  }
  #header .language{
    position: fixed;
    right: 80px;
  }
  .nav-link{
    /* position: fixed; */
    right: 10px;
  }
  .padding{
    padding: 100px 0 !important;
  }
  .form-v4-content {
		margin: 40px 20px !important;
		flex-direction:  column;
		-o-flex-direction:  column;
		-ms-flex-direction:  column;
		-moz-flex-direction:  column;
		-webkit-flex-direction:  column;
  }

  #header .logo img {
    margin-top: 0px;
    height: 60px;
  }

  #header{
    height: 70px;
  }

  .mobile-nav-toggle {
    position: fixed;
    top: 20px;
    right: 15px;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
  }

  #hero .btn-get-started {
    padding: 14px 20px;
    width:100%;
  }

  #hero p {
    text-align:justify;
  }

  #hero h2 {
    padding-bottom: 40px;
  }

  .card-body-filter{
    padding: 30px 20px !important;
  }

  .dashboard_worker{
    margin-top:0px !important;
  }

  .form-v4-content .form-detail .register {
    font-size: 12px !important;
  }

  .form-v4-content h2{
    font-size:24px !important;
  }
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-item {
  margin: 20px 0;
  padding: 20px 0;
  border-bottom: 1px solid #e9f1fb;
}

.faq .faq-item i {
  color: #669ee5;
  font-size: 20px;
  float: left;
  line-height: 0;
  padding: 13px 0 0 0;
  margin: 0;
}

.faq .faq-item h4 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  margin: 0 0 10px 28px;
  font-family: "Poppins", sans-serif;
}

.faq .faq-item p {
  font-size: 15px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #0b2341;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
  background: #fff;
}

.contact .info-box i {
  font-size: 32px;
  color: #68a4c4;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #fbdad2;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
  background: #fff;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

/* .contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #68a4c4;
} */

.contact .php-email-form input {
  padding: 20px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type="submit"] {
  background: #68a4c4;
  border: 0;
  padding: 10px 30px;
  border-radius: 4px;
  color: #fff;
  transition: 0.4s;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #2c7493;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f6f9fd;
  min-height: 40px;
}

.padding{
  padding: 100px 0;
}

.padding-text{
  padding: 100px 0 15px 0;
}

.justify p, .justify li{
  text-align: justify;
}

/* .breadcrumbs h2 {
  font-size: 28px;
  font-weight: 600;
  color: #0b2341;
} */

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #123a6d;
  content: "/";
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-container {
  position: relative;
}

.portfolio-details .portfolio-details-carousel {
  position: relative;
  z-index: 1;
}

.portfolio-details .portfolio-details-carousel .owl-nav, .portfolio-details .portfolio-details-carousel .owl-dots {
  margin-top: 5px;
  text-align: left;
}

.portfolio-details .portfolio-details-carousel .owl-dot {
  display: inline-block;
  margin: 0 10px 0 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.portfolio-details .portfolio-details-carousel .owl-dot.active {
  background-color: #68a4c4 !important;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  position: absolute;
  right: 0;
  bottom: -70px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 50px;
}

.portfolio-details .portfolio-description h2 {
  width: 50%;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0 0 0 0;
}

@media (max-width: 768px) {
  .portfolio-details .portfolio-description h2 {
    width: 100%;
  }
  .portfolio-details .portfolio-info {
    position: static;
    margin-top: 30px;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #071527;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 15px;
  background: #05101e;
  border-top: 4px solid #68a4c4;
  text-align: left;
  padding: 30px 20px;
}

#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  /* font-family: "Raleway", sans-serif; */
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  background: #0a1e38;
}

#footer .footer-top .social-links a:hover {
  color: #fff;
  background: #2c7493;
  text-decoration: none;
}

.social-links-share a {
  font-size: 30px;
  display: inline-block;
  color: #fff;
  line-height: 1;
  padding: 8px;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  transition: 0.3s;
  background: #0a1e38;
}

a.twitter:hover{
  color: #fff;
  background: #00aced;
  text-decoration: none;
}

a.facebook:hover{
  color: #fff;
  background: #3b5998;
  text-decoration: none;
}

a.whatsapp:hover{
  color: #fff;
  background: #12af0a;
  text-decoration: none;
}

a.linkedin:hover{
  color: #fff;
  background: #007bb5;
  text-decoration: none;
}

a.telegram:hover{
  color: #fff;
  background: #2ca5e0;
  text-decoration: none;
}

/* .social-links-share a:hover {
  color: #fff;
  background: #2c7493;
  text-decoration: none;
} */

button.copy-link{
  transition: 0.3s;
  background: #0a1e38;
  font-size: 16px;
  color: #fff;
  line-height: 1;
  padding: 10px;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  border:none;
}

#copy-link{
  cursor:pointer;
}

.share-class{
  width:100%;
  text-align:center;
}

button.copy-link:hover {
  color: #fff;
  background: #2c7493;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #68a4c4;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #2c7493;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
}

#footer .footer-top .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px 2px 20px;
  background: #68a4c4;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

#footer .footer-top .footer-newsletter form input[type="submit"]:hover {
  background: #2c7493;
}

#footer .copyright {
  border-top: 1px solid #0f2f57;
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

@media (max-width: 575px) {
  #footer .footer-top .footer-info {
    margin: -20px 0 30px 0;
  }
  .avatar-name{
    display: none;
  }

  .form-v4-content .form-detail input {
    margin-right: 0px;
  }

  #header .language{
    position: fixed;
    right: 80px;
  }
}

/*LOGIN*/
.page-content {
	width: 100%;
	margin:  0 auto;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-o-justify-content: center;
	-ms-justify-content: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-o-align-items: center;
	-ms-align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
}
.form-v4-content  {
	background: #fff;
	border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
	-o-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
	-ms-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
	position: relative;
	display: flex;
	display: -webkit-flex;
	font-family: 'Open Sans', sans-serif;
}
.form-v4-content h2 {
	font-weight: 700;
	font-size: 30px;
	padding: 6px 0 0;
  margin-bottom: 34px;
  text-align: center;
}
.form-v4-content h1 {
	font-weight: 700;
	font-size: 30px;
	padding: 6px 0 0;
  margin-bottom: 34px;
  text-align: center;
}
.form-v4-content .form-left {
	background: #3786bd;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	padding: 20px 40px;
	position: relative;
	width: 100%;
	color: #fff;
}
.form-v4-content .form-left p {
	font-size: 15px;
	font-weight: 300;
	line-height: 1.5;
}
.form-v4-content .form-left span {
	font-weight: 700;
}
.form-v4-content .form-left .text-2 {
	margin: 20px 0 25px;
}
.form-v4-content .form-left .account {
	background: #fff;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
	width: 180px;
	border: none;
	margin: 15px 0 50px 0px;
	cursor: pointer;
	color: #333;
	font-weight: 700;
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	appearance: unset;
    -moz-appearance: unset;
    -webkit-appearance: unset;
    -o-appearance: unset;
    -ms-appearance: unset;
    outline: none;
    -moz-outline: none;
    -webkit-outline: none;
    -o-outline: none;
    -ms-outline: none;
}
.form-v4-content .form-left .account:hover {
	background: #e5e5e5;
}
.form-v4-content .form-left .form-left-last input {
	padding: 15px;
}
.form-v4-content .form-detail {
    padding: 20px 40px;
	  position: relative;
}

.form-v4-content .formlogin {
  max-width: 380px;
}

.form-v4-content .form-register {
  max-width: 720px;
}

.form-v4-content .form-detail h2 {
	color: #3786bd;
}

.form-v4-content .form-detail h1{
	color: #3786bd;
}
.form-v4-content .form-detail .form-group {
	display: flex;
	display: -webkit-flex;
	margin:  0 -8px;
}
.form-v4-content .form-detail .form-row {
	width: 100%;
  position: relative;
  margin-right: 0px !important;
  margin-left: 0px !important;
}
.form-v4-content .form-detail .form-group .form-row.form-row-1 {
	width: 50%;
  padding: 0 10px;
  margin: 0px !important;
}
.form-v4-content .form-detail label {
	font-weight: 600;
	font-size: 15px;
	color: #666;
	display: block;
	margin-bottom: 8px;
}
.form-v4-content .form-detail .form-row label#valid {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 14px;
    height: 14px;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #53c83c;
}
.form-v4-content .form-detail .form-row label#valid::after {
	content: "\f17b";
    position: absolute;
    font-family: "LineAwesome";
    right: -3px;
    top: 7px;
    font-size: 10px;
    font-style: normal;
    color: #FFFFFF;
}
.form-v4-content .form-detail .form-row label.error {
	  padding-left: 0;
	  margin-left: 0;
    display: block;
    position: absolute;
    bottom: 0px;
    width: 100%;
    background: none;
    color: red;
    font-size: 12px;
    font-style: italic;
}

#content-error{
  margin-bottom:-20px;
}
.trumbowyg.errorinput{
  border:1px solid red !important;
}

.click-lang{
  cursor:pointer;
}
/* .form-v4-content .form-detail .form-row input.error {
  border: 1px solid red !important;
}
.form-v4-content .form-detail .form-row select.error {
  border: 1px solid red !important;
}
.form-v4-dash .form-detail .form-row select.error {
  border: 1px solid red !important;
} */
.errorinput select,
.errorinput textarea,
.errorinput input.input-text,
.errorinput .select2-container--default .select2-selection--multiple,
.errorinput .select2-container--default .select2-selection--single,
.errorinput .ck-blurred {
  border: 1px solid red !important;
}
.errorinput select.bacotbacot .select2-container--default .select2-selection--multiple{
  border: 1px solid #e5e5e5 !important;
}

.select2-results__option{
  text-align:left;
}
/* .form-v4 .form-detail .form-row .select2-container--default .select2-selection--multiple {
  border: 1px solid red !important;
} */

/* .form-v4-content .form-detail .form-row label.error::after {
    content: "\f343";
    font-family: "LineAwesome";
    position: absolute;
    transform: translate(-50%, -50%);
    -webkrgb(199, 106, 106)transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    right: 0px;
    top: -25px;
    font-size: 18px;
    font-style: normal;
    color: red;
    font-weight: 900;
} */
.form-v4-content .form-detail .input-text {
	margin-bottom: 27px;
}
.form-v4-content .form-detail input {
	width: 100%;
    padding: 11.5px 15px;
    border: 1px solid #e5e5e5;
    appearance: unset;
    -moz-appearance: unset;
    -webkit-appearance: unset;
    -o-appearance: unset;
    -ms-appearance: unset;
    outline: none;
    -moz-outline: none;
    -webkit-outline: none;
    -o-outline: none;
    -ms-outline: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #333;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.form-v4-content .form-detail input.password-eye {
  padding-right:40px !important;
}
/* .form-v4-content .form-detail .form-row input:focus {
	border: 1px solid #68a4c4;
} */
.form-v4-content .form-detail .form-checkbox {
  margin-top: 10px;
  margin-bottom: -10px;
	position: relative;
}
.form-v4-content .form-detail .form-checkbox input {
	position: absolute;
    opacity: 0;
}
.form-v4-content .form-detail .form-checkbox .checkmark {
	  position: absolute;
    top: 3px;
    left: 0;
    height: 15px;
    width: 15px;
    border: 1px solid #ccc;
    cursor: pointer;
}
.form-v4-content .form-detail .form-checkbox .checkmark::after {
	content: "";
    position: absolute;
    left: 2px;
   	top: -5px;
    width: 10px;
    height: 15px;
    border: 1px solid #3786bd;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    display: none;
}
.form-v4-content .form-detail .form-checkbox input:checked ~ .checkmark::after {
    display: block;
}
.form-v4-content .form-detail .form-checkbox p {
    margin-left: 20px;
    margin-top: -10px !important;
    color: #333;
    font-size: 14px;
    font-weight: 600;
}
.form-v4-content .form-detail .form-checkbox .text {
  font-weight: 500;
	color: #68a4c4;
}
.form-v4-content .form-detail .register {
	background: #3786bd;
	width: 100%;
	border: none;
	margin: 6px 0 15px 0px;
	cursor: pointer;
	color: #fff;
	font-weight: 700;
	font-size: 15px;
}
.form-v4-content .form-detail .register:hover {
	background: #2f73a3;
}
.form-v4-content .form-detail .form-row-last input {
	padding: 12.5px;
}

/* Responsive */
@media screen and (max-width: 575px) {
	.form-v4-content .form-detail .form-group {
		flex-direction: column;
		-o-flex-direction:  column;
		-ms-flex-direction:  column;
		-moz-flex-direction:  column;
		-webkit-flex-direction:  column;
		margin: 0;
	}
	.form-v4-content .form-detail .form-group .form-row.form-row-1 {
		width: 100%;
		padding:  0;
	}
}

.form-v4  {
	background: #fff;
	border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	position: relative;
	display: flex;
	display: -webkit-flex;
	font-family: 'Open Sans', sans-serif;
}
/* .form-v4 h2 {
	font-weight: 700;
	font-size: 30px;
	padding: 6px 0 0;
  margin-bottom: 34px;
  text-align: center;
} */
.form-v4 .form-left {
	background: #3786bd;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	padding: 20px 40px;
	position: relative;
	width: 100%;
	color: #fff;
}
.form-v4 .form-left p {
	font-size: 15px;
	font-weight: 300;
	line-height: 1.5;
}
.form-v4 .form-left span {
	font-weight: 700;
}
.form-v4 .form-left .text-2 {
	margin: 20px 0 25px;
}
.form-v4 .form-left .account {
	background: #fff;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
	width: 180px;
	border: none;
	margin: 15px 0 50px 0px;
	cursor: pointer;
	color: #333;
	font-weight: 700;
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	appearance: unset;
    -moz-appearance: unset;
    -webkit-appearance: unset;
    -o-appearance: unset;
    -ms-appearance: unset;
    outline: none;
    -moz-outline: none;
    -webkit-outline: none;
    -o-outline: none;
    -ms-outline: none;
}
.form-v4 .form-left .account:hover {
	background: #e5e5e5;
}
.form-v4 .form-left .form-left-last input {
	padding: 15px;
}
.form-v4 .form-detail {
  padding: 20px 0px;
	position: relative;
	width: 100%;
}
/* .form-v4 .form-detail h2 {
	color: #3786bd;
} */
.form-v4 .form-detail .form-group {
	display: flex;
	display: -webkit-flex;
	margin:  0 -8px;
}
.form-v4 .form-detail .form-row {
	width: 100%;
  position: relative;
  margin-right: 0px !important;
  margin-left: 0px !important;
}
.form-v4 .form-detail .form-group .form-row.form-row-1 {
	width: 50%;
	padding: 0 8px;
}
.form-v4 .form-detail label {
	font-weight: 600;
	font-size: 15px;
	color: #666;
	display: block;
	margin-bottom: 8px;
}
.form-v4 .form-detail .form-row label#valid {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 14px;
    height: 14px;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #53c83c;
}
.form-v4 .form-detail .form-row label#valid::after {
	content: "\f17b";
    position: absolute;
    font-family: "LineAwesome";
    right: -3px;
    top: 7px;
    font-size: 10px;
    font-style: normal;
    color: #FFFFFF;
}
.form-v4 .form-detail .form-row label.error {
	  padding-left: 0;
	  margin-left: 0;
    display: block;
    position: absolute;
    bottom: 0px;
    width: 100%;
    background: none;
    color: red;
    font-size: 12px;
    font-style: italic;
}

.form-v4 .form-detail .form-row input.error {
  border: 1px solid red;
}

.form-v4 .form-detail .input-text {
	margin-bottom: 27px;
}
.form-v4 .form-detail input, .form-v4 .form-detail textarea {
	width: 100%;
    padding: 11.5px 15px;
    border: 1px solid #e5e5e5;
    appearance: unset;
    -moz-appearance: unset;
    -webkit-appearance: unset;
    -o-appearance: unset;
    -ms-appearance: unset;
    outline: none;
    -moz-outline: none;
    -webkit-outline: none;
    -o-outline: none;
    -ms-outline: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #333;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

/* .form-v4 .form-detail .form-row input:focus {
	border: 1px solid #68a4c4;
} */
.form-v4 .form-detail .form-checkbox {
  margin-top: 10px;
  margin-bottom: -10px;
	position: relative;
}
.form-v4 .form-detail .form-checkbox input {
	position: absolute;
    opacity: 0;
}
.form-v4 .form-detail .form-checkbox .checkmark {
	  position: absolute;
    top: 3px;
    left: 0;
    height: 15px;
    width: 15px;
    border: 1px solid #ccc;
    cursor: pointer;
}
.form-v4 .form-detail .form-checkbox .checkmark::after {
	content: "";
    position: absolute;
    left: 2px;
   	top: -5px;
    width: 10px;
    height: 15px;
    border: 1px solid #3786bd;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    display: none;
}
.form-v4 .form-detail .form-checkbox input:checked ~ .checkmark::after {
    display: block;
}
.form-v4 .form-detail .form-checkbox .checkexpired {
  position: absolute;
  top: 3px;
  left: 0;
  border: 1px solid #ccc;
  cursor: pointer;
  z-index:100;
}
.form-v4 .form-detail .form-checkbox .checkexpired::after {
content: "";
  position: absolute;
  left: 2px;
   top: -5px;
  width: 10px;
  height: 15px;
  border: 1px solid #3786bd;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  display: none;
}
.form-v4 .form-detail .form-checkbox input:checked ~ .checkexpired::after {
  display: block;
}
.form-v4 .form-detail .form-checkbox p {
    margin-left: 20px;
    margin-top: -10px !important;
    color: #333;
    font-size: 14px;
    font-weight: 600;
}
.form-v4 .form-detail .form-checkbox .text {
  font-weight: 500;
	color: #68a4c4;
}
.form-v4 .form-detail .register {
	background: #3786bd;
	width: 100%;
	border: none;
  /* margin: 6px 0 30px 0px; */
  margin: 6px 0 0px 0px;
	cursor: pointer;
	color: #fff;
	font-weight: 700;
	font-size: 15px;
}
.form-v4 .form-detail .register:hover {
	background: #2f73a3;
}

.form-v4 .form-detail .registergreen {
	background-color: #28a745;
	width: 100%;
	border: none;
  /* margin: 6px 0 30px 0px; */
  margin: 6px 0 0px 0px;
	cursor: pointer;
	color: #fff;
	font-weight: 700;
	font-size: 15px;
}
.form-v4 .form-detail .registergreen:hover {
	background-color: #218838;
}
.form-v4 .form-detail .form-row-last input {
	padding: 12.5px;
}

/* Responsive */
@media screen and (max-width: 575px) {
	.form-v4 .form-detail .form-group {
		flex-direction: column;
		-o-flex-direction:  column;
		-ms-flex-direction:  column;
		-moz-flex-direction:  column;
		-webkit-flex-direction:  column;
		margin: 0;
	}
	.form-v4 .form-detail .form-group .form-row.form-row-1 {
		width: 100%;
		padding:  0;
  }
  
  select.form-control{
    margin: 0px 0px 27px 0px !important;
    height: 47px;
    border-radius: 0;
  }
}
/* FORM DASHBOAR*/

.form-v4-dash  {
	background: #fff;
	border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	position: relative;
	display: flex;
	display: -webkit-flex;
	font-family: 'Open Sans', sans-serif;
}
.form-v4-dash h2 {
	font-weight: 700;
	font-size: 30px;
	padding: 0;
  margin-bottom: 5px;
}
.form-v4-dash .form-left {
	background: #3786bd;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	padding: 20px 40px;
	position: relative;
	width: 100%;
	color: #fff;
}
.form-v4-dash .form-left p {
	font-size: 15px;
	font-weight: 300;
	line-height: 1.5;
}
.form-v4-dash .form-left span {
	font-weight: 700;
}
.form-v4-dash .form-left .text-2 {
	margin: 20px 0 25px;
}
.form-v4-dash .form-left .account {
	background: #fff;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
	width: 180px;
	border: none;
	margin: 15px 0 50px 0px;
	cursor: pointer;
	color: #333;
	font-weight: 700;
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	appearance: unset;
    -moz-appearance: unset;
    -webkit-appearance: unset;
    -o-appearance: unset;
    -ms-appearance: unset;
    outline: none;
    -moz-outline: none;
    -webkit-outline: none;
    -o-outline: none;
    -ms-outline: none;
}
.form-v4-dash .form-left .account:hover {
	background: #e5e5e5;
}
.form-v4-dash .form-left .form-left-last input {
	padding: 15px;
}
.form-v4-dash .form-detail {
  padding: 0px;
	position: relative;
	width: 100%;
}
.form-v4-dash .form-detail h2 {
	color: #3786bd;
}
.form-v4-dash .form-detail .form-group {
	display: flex;
	display: -webkit-flex;
	margin:  0 -8px;
}
.form-v4-dash .form-detail .form-row {
	width: 100%;
  position: relative;
  margin-right: 0px !important;
  margin-left: 0px !important;
}
.form-v4-dash .form-detail .form-group .form-row.form-row-1 {
	width: 50%;
	padding: 0 8px;
}
.form-v4-dash .form-detail label {
	font-weight: 600;
	font-size: 15px;
	color: #666;
	display: block;
	margin-bottom: 8px;
}
.form-v4-dash .form-detail .form-row label#valid {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 14px;
    height: 14px;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #53c83c;
}
.form-v4-dash .form-detail .form-row label#valid::after {
	content: "\f17b";
    position: absolute;
    font-family: "LineAwesome";
    right: -3px;
    top: 7px;
    font-size: 10px;
    font-style: normal;
    color: #FFFFFF;
}
.form-v4-dash .form-detail .form-row label.error {
	  padding-left: 0;
	  margin-left: 0;
    display: block;
    position: absolute;
    bottom: 0px;
    width: 100%;
    background: none;
    color: red;
    font-size: 12px;
    font-style: italic;
}

.form-v4-dash .form-detail .form-row label#jobinterest-error,
.form-v4-dash .form-detail .form-row label#topskills-error,
.form-v4-dash .form-detail .form-row label#interest_skill-error {
  padding-left: 0;
  margin-left: 0;
  display: block;
  position: absolute;
  top: 45px;
  width: 100%;
  background: none;
  color: red;
  font-size: 12px;
  font-style: italic;
}

.bootstrap-select{
  border: 1px solid red;
}
.form-v4-dash .form-detail .form-row input.error {
  border: 1px solid red;
}

.form-v4-dash .form-detail .input-text {
	margin-bottom: 27px;
}
.form-v4-dash .form-detail input {
	width: 100%;
    padding: 11.5px 15px;
    border: 1px solid #e5e5e5;
    appearance: unset;
    -moz-appearance: unset;
    -webkit-appearance: unset;
    -o-appearance: unset;
    -ms-appearance: unset;
    outline: none;
    -moz-outline: none;
    -webkit-outline: none;
    -o-outline: none;
    -ms-outline: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #333;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

/* .form-v4 .form-detail .form-row input:focus {
	border: 1px solid #68a4c4;
} */
.form-v4-dash .form-detail .form-checkbox {
  margin-top: 10px;
  margin-bottom: -10px;
	position: relative;
}
.form-v4-dash .form-detail .form-checkbox input {
	position: absolute;
    opacity: 0;
}
.form-v4-dash .form-detail .form-checkbox .checkmark {
	  position: absolute;
    top: 3px;
    left: 0;
    height: 15px;
    width: 15px;
    border: 1px solid #ccc;
    cursor: pointer;
}
.form-v4-dash .form-detail .form-checkbox .checkmark::after {
	content: "";
    position: absolute;
    left: 2px;
   	top: -5px;
    width: 10px;
    height: 15px;
    border: 1px solid #3786bd;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    display: none;
}
.form-v4-dash .form-detail .form-checkbox input:checked ~ .checkmark::after {
    display: block;
}
.form-v4-dash .form-detail .form-checkbox p {
    margin-left: 20px;
    margin-top: -10px !important;
    color: #333;
    font-size: 14px;
    font-weight: 600;
}
.form-v4-dash .form-detail .form-checkbox .text {
  font-weight: 500;
	color: #68a4c4;
}
.form-v4-dash .form-detail .register {
	background: #3786bd;
	width: 100%;
	border: none;
	margin: 6px 0 30px 0px;
	cursor: pointer;
	color: #fff;
	font-weight: 700;
	font-size: 15px;
}
.form-v4-dash .form-detail .register:hover {
	background: #2f73a3;
}
.form-v4-dash .form-detail .form-row-last input {
	padding: 12.5px;
}

/* Responsive */

@media screen and (max-width: 575px) {
	.form-v4-dash .form-detail .form-group {
		flex-direction: column;
		-o-flex-direction:  column;
		-ms-flex-direction:  column;
		-moz-flex-direction:  column;
		-webkit-flex-direction:  column;
		margin: 0;
	}
	.form-v4-dash .form-detail .form-group .form-row.form-row-1 {
		width: 100%;
		padding:  0;
  }
}

/* ----------------*/

.nav-link{
  padding: 0;
  margin-top: -7px;
}

.nav-tabs .nav-link{
  border-radius:0px;
}

.avatar-name{
  color: #000000;
  font-size: 14px;
  margin-right: 10px;
}

.dropdown-item{
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
}

.sidebar-widget-1 .list-group-item {
  padding:15px;
  color: #000000;
  font-size: 14px;
}
.list-group-hover .list-group-item:hover {
   background-color: #f8f9fa ;color:#000000;transition: all 0.5s ease-out;}
.sidebar-widget-1 i {margin-right:15px;font-size:18px;font-weight:600;}
.list-group-item.bg-active {background:#f8f9fa ;color:#000000; }

.right-content-bg{
  background-color: #FFFFFF;
  padding: 20px;
  border-radius: 5px;
}

.badge{
  float: right;
}

.star{
  color: #68a4c4;
}
a .totaljob{
  color: #444444;
}

.totaljob{
  background-color: #FFFFFF;
  border-radius: 5px;
  text-align: center;
  padding: 30px;
  margin: 0px 0 20px 0;
  height:150px;
}

a.active .totaljob{
  background-color: #68a4c4;
  color: #FFFFFF;
}

.totaljob:hover{
  background-color: #68a4c4;
  color: #FFFFFF;
}

.img-banner{
  background-color: #FFFFFF;
  border-radius: 5px;
  text-align: center;
  padding: 0px;
  margin: 0px 0 20px 0;
}

.img-banner img{
  width: 100%;
  height: auto !important;
  object-fit: cover;
  border-radius: 5px;
}

.welcome-name{
  text-align: center;
  padding-bottom:10px;
  /* position: absolute; */
  width:100%;
  /* margin: 0 0 0 -15px; */
}

select.form-control{
  margin-top: -27px;
  height: 47px;
  border-radius: 0;
  font-size: 14px;
  border-color: #e5e5e5;
}

select.doubleselect{
  margin-top: 0px !important;
  margin-bottom: 26px;
  height: 47px;
  border-radius: 0;
  font-size: 14px;
}

select.doubleselect-filter{
  margin-top: 0px !important;
  margin-bottom: 10px;
  height: 35px;
  border-radius: 0;
  font-size: 12px;
}

.smalltext{
  font-size: 14px;
  margin: 5px 0px;
}

.newcontent{
  border:1px solid #ddd;
  background-color: #FFFFFF;
  text-align: left;
  padding: 30px;
  margin: 0px 0 20px 0;
}

.ticket-reply.staff{
  border: 1px solid #cce4fc;
}

.ticket-reply{
  margin: 10px 0;
  padding: 0;
  border: 1px solid #efefef;
  background-color: #fff;
}

.ticket-reply.staff .user{
  background-color: #f6f9fd;  
}

.ticket-reply .user{
  padding: 5px 0;
  background-color: #f8f8f8;
}

.ticket-reply .date{
  float: right;
  padding: 15px 10px;
  font-size: .8em;
}

.ticket-reply .user img{
  margin-left: 10px;
}

.ticket-reply .user .type{
  margin-left: 10px;
}

.ticket-reply .message{
  padding: 12px 15px;
}

.ticket-reply.staff .attachments{
  margin: 0;
  padding: 10px 20px;
  border-top: 1px dashed #efefef;
  background-color: #f6f9fd;
  font-size: .8em;
}

.ticket-reply .attachments{
  margin: 0;
  padding: 10px 20px;
  border-top: 1px dashed #efefef;
  background-color: #f8f8f8;
  font-size: .8em;
}

.closed-ticket{
  float: right;
  margin-top: -70px;
  /* padding: 15px 10px; */
}

.ticket-reply .attachments ul{
  margin: 0;
  padding: 0 0 0 15px;
  list-style: none;
}

.browsejob{
  background-color: #FFFFFF;
  text-align: left;
  padding: 0px;
  margin: 0px 0 20px 0;
  border: 1px solid #ddd;
  /* white-space: normal;      
  white-space: -moz-pre-wrap; 
  white-space: -pre-wrap;    
  white-space: -o-pre-wrap;  
  word-wrap: break-word;       */
}

/* .browsejob:hover{
  background-color: #68a4c4;
  color: #FFFFFF;
} */

.list-article{
  background-color: #FFFFFF;
  border-radius: 5px;
  text-align: left;
  padding: 30px;
  margin: 0px 0 20px 0;
}

.list-category{
  background-color: #FFFFFF;
  border-radius: 5px;
  text-align: left;
  padding: 30px;
  margin: 0px 0 20px 0;
}

.card-header{
  /* background-color: #68a4c4;
  color: #FFFFFF; */
  font-size: 16px;
}

.image-container {
  padding: 0 15px;
  position: relative;
  text-align: left;
}

.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.image-container:hover .image {
  opacity: 0.3;
}

.image-container:hover .middle {
  opacity: 1;
}

#myTab .nav-link{
  padding: 10px;
}

.g-recaptcha{
  margin: 0 auto;
  display: table;
  margin-bottom: 20px;
}

.field-icon {
  position: absolute !important;
  cursor: pointer;
  font-size: 20px;
  right: 10px;
  margin-top: 40px;
  float: right;
  z-index: 2;
}

.footerlanguage{
  text-align: right;
  margin-top: -20px;
}

.userData{
  display: inline;
}

.button-notification{
  width: 200px;
  margin-top: 10px !important;
  margin: 0 auto;
}

.profilePicture{
  margin-top: 6px;
  border-radius: 5px;
  width: 150px;
  height: 150px;
}

.profilePicture .btnchange{
  margin-top: 60px;
}

.avatar-preview {
  width: 150px;
  height: 150px;
  position: relative;
}
.avatar-preview > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.divider {
  display: flex;
}
.divider:before, .divider:after {
  content: "";
  flex: 1;
}
.line {
  align-items: center;
  margin: 1em -1em;
}
.line:before, .line:after {
  height: 1px;
  margin: 0 1em;
}
.one-line:before, .one-line:after {
  background: #e6e6e6;
}

.social-btn .btn {
  margin: 10px 0;
  font-size: 15px;
  text-align: center;
  padding: 10px;
  border-radius: 0px;
}
.social-btn .btn i {
  margin: 4px 10px  0 0px;
  min-width: 15px;
  font-size: 18px;
}
.select2{
  width: 100% !important;
  border-radius: none !important;
}

::placeholder {
  color: #ccc;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ccc;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #ccc;
}

.symbolr{
  font-size: 10px;
  position: absolute;
}

.addexperience{
  margin-bottom: 20px;
}

.addexperience span{
  cursor: pointer;
  color: #68a4c4;
}

.addexperience span:hover{
  color: #f1775d;
}

/* .badge-secondary{
  background-color: #68a4c4 !important;
} */

.badge-secondary{
  background-color: #FFFFFF !important;
  border: 1px solid #68a4c4 !important;
  color:#68a4c4 !important;
}

.custom-pagination{
  margin:20px 0;
  float: left;
}
.custom-pagination a{
  background:#FFF;
  color:#68a4c4;
  padding:10px 15px;
}
.custom-pagination a:hover{
  background:#68a4c4;
  color:#FFF;
  padding:10px 15px;
  text-decoration: none;
}
.custom-pagination strong{
  background:#DEDEDE;
  color:#68a4c4;
  padding:10px 15px;
}

.custom-pagination-article{
  margin:40px 15px 15px 15px;
}
.custom-pagination-article a{
  background:#FFF;
  color:#454545;
  padding:10px 15px;
}
.custom-pagination-article a:hover{
  background:#68a4c4;
  color:#FFF;
  padding:10px 15px;
  text-decoration: none;
}
.custom-pagination-article strong{
  background:#68a4c4;
  color:#FFF;
  padding:10px 15px;
}

.notclick{
  cursor: default !important;
}

.modal-content{
  border: none;
  /* border-radius: 0; */
  /* background-color: #f6f9fd; */
}
.modal-header{
  border: none;
}

.modal-footer{
  border: none;
}

/* .modal-body{
  margin-bottom: 30px;
} */

.modal {
  text-align: center;
  padding: 0!important;
  z-index:10000 !important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px; /* Adjusts for spacing */
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.card{
  border-radius:0;
}
.card-body{
  padding: 1.75rem !important;
}

.myclass .card-body{
  min-height: 360px;
}

.null{
  position:absolute;
  text-align: center;
  width:85%;
  position:absolute;
  text-align: center;
  margin-top:15px;
}

.card-body-filter{
  padding: 10px 0px;
  font-size:12px;
}

.date{
  float: left;
}

.classbtn-blue{
  float: right;
  background-color: #3786bd;
  border-color: #007bff;
  cursor: default !important;
  padding: 4px 5px;
  color: white;
  border-radius: 2px;
  text-align: right;
  font-size: 14px;
}

.classbtn-yellow{
  float: right;
  background-color: #ff9214;
  border-color: #ff9214;
  cursor: default !important;
  padding: 4px 5px;
  color: white;
  border-radius: 2px;
  text-align: right;
  font-size: 14px;
}

.classbtn-green{
  float: right;
  background-color: #28a745;
  border-color: #28a745;
  cursor: default !important;
  padding: 4px 5px;
  color: white;
  border-radius: 2px;
  text-align: right;
  font-size: 14px;
}

.statusbtn-blue{
  /* width:min-content; */
  float: right;
  background-color: #3786bd;
  border-color: #007bff;
  cursor: default !important;
  padding: 4px 5px;
  color: white;
  border-radius: 2px;
  text-align: center;
  font-size: 12px;
}

.statusbtn-yellow{
  float: right;
  background-color: #ffc107;
  border-color: #ffc107;
  cursor: default !important;
  padding: 4px 5px;
  color: white;
  border-radius: 2px;
  text-align: center;
  font-size: 12px;
}

.statusbtn-red{
  float: right;
  background-color: #dc3545;
  border-color: #dc3545;
  cursor: default !important;
  padding: 4px 5px;
  color: white;
  border-radius: 2px;
  text-align: center;
  font-size: 12px;
}

.statusbtn-green{
  float: right;
  background-color: #28a745;
  border-color: #28a745;
  cursor: default !important;
  padding: 4px 5px;
  color: white;
  border-radius: 2px;
  text-align: center;
  font-size: 12px;
}

.statusbtn-orange{
  float: right;
  background-color: #dd7f04;
  border-color: #dd7f04;
  cursor: default !important;
  padding: 4px 5px;
  color: white;
  border-radius: 2px;
  text-align: center;
  font-size: 12px;
}

.statusbtn-grey{
  float: right;
  background-color: #6c757d;
  border-color: #6c757d;
  cursor: default !important;
  padding: 4px 5px;
  color: white;
  border-radius: 2px;
  text-align: center;
  font-size: 12px;
}

.statusbtn-white{
  float: right;
  background-color: white;
  border-color: #6c757d;
  cursor: default !important;
  padding: 4px 5px;
  color: black;
  border-radius: 2px;
  text-align: center;
  font-size: 12px;
}

.info-blue{
  background-color: #3786bd;
  border-color: #007bff;
  cursor: default !important;
  padding: 4px 5px;
  color: white;
  border-radius: 2px;
  text-align: center;
  font-size: 12px;
}

.info-yellow{
  background-color: #ffc107;
  border-color: #ffc107;
  cursor: default !important;
  padding: 4px 5px;
  color: white;
  border-radius: 2px;
  text-align: center;
  font-size: 12px;
}

.info-red{
  background-color: #dc3545;
  border-color: #dc3545;
  cursor: default !important;
  padding: 4px 5px;
  color: white;
  border-radius: 2px;
  text-align: center;
  font-size: 12px;
}

.info-green{
  background-color: #28a745;
  border-color: #28a745;
  cursor: default !important;
  padding: 4px 5px;
  color: white;
  border-radius: 2px;
  text-align: center;
  font-size: 12px;
}

.info-orange{
  background-color: #dd7f04;
  border-color: #dd7f04;
  cursor: default !important;
  padding: 4px 5px;
  color: white;
  border-radius: 2px;
  text-align: center;
  font-size: 12px;
}

.info-grey{
  background-color: #6c757d;
  border-color: #6c757d;
  cursor: default !important;
  padding: 4px 5px;
  color: white;
  border-radius: 2px;
  text-align: center;
  font-size: 12px;
}

.btn-full{
  width:100% !important;
}

.btn-findit{
  /* background-color: #3786bd; */
  background-color: #0070ba;
  color: #FFFFFF;
  border-radius: 4px;
  font-size: 14px;
}

.btnchange-avatar{
  width:100%;
  background-color: #3786bd;
  /* background-color: #0070ba; */
  color: #FFFFFF;
  font-size: 14px;
  text-align:center;
  display:block;
  margin:5px 0;
  cursor:pointer;
}

.btnchange-avatar:hover{
  filter:brightness(0.95);
}

.btn-findit:hover{
  filter:brightness(0.95);
  /* background-color: #2f73a3; */
  color: #FFFFFF;
}

.btn-finditred{
  background-color: #dc3545;
  color: #FFFFFF;
  border-radius: 4px;
  font-size: 14px;
}

.btn-finditred:hover{
  background-color: #c82333;
  color: #FFFFFF;
}

.btn-finditgreen{
  background-color: #28a745;
  color: #FFFFFF;
  border-radius: 4px;
  font-size: 14px;
}

.btn-finditgreen:hover{
  background-color: #218838;
  color: #FFFFFF;
}

.btn-finditcancel{
  background-color: #6c757d;
  color: #FFFFFF;
  border-radius: 4px;
  font-size: 14px;
}

.btn-finditcancel:hover{
  background-color: #5a6268;
  color: #FFFFFF;
}

.desktop-hide{
  display: none;
}

.custom-input-group {
  position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.custom-addon {
 width: 30%;
}

.btn-warning{
  color: white;
}

.btn-warning:hover{
  color: white;
}

.panel-heading{
  min-height: 40px;
  padding: 7px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius:0px;
  border-top-left-radius:0px;
}

.panel-body{
  padding: 15px 30px;
}

.panel-footer{
  height: 40px;
  padding: 7px 15px;
  border-top: 1px solid transparent;
  border-bottom-right-radius:3px;
  border-bottom-left-radius:3px;
}

.browsejob>.panel-heading{
  color: #333;
  border-color:#ddd;
}

.browsejob>.panel-footer{
  color: #333;
  border-color:#ddd;
}

.job-list-card__status{
  text-align: right;
}

.pagetext ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}

.pagetext ol > li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}

.pagetext ol > li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;    
}

.pagetext li ol > li {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  text-align: justify;
}

.pagetext li ol > li:before {
  content: counters(item, ".") " ";
}

ol.titlepagetext{
  font-size: 18px;
  font-weight: bold;
}

ol.titlepagetext li p{
  font-weight: 400;
  font-size: 14px;
  text-align: justify;
}

.job-icon{
  display: inline-block;
  margin: 10px 15px 10px 0;
}

.job-icon i{
  font-size: 30px;
}

.job-icon .text-job-icon{
  padding-left: 5px;
  vertical-align: super;
}

.job-icon-detail{
  /* display: inline-block; */
  text-align:left;
  margin: 15px 15px 15px 0;
}

.job-icon-detail i{
  font-size: 30px;
}

.job-icon-detail .text-job-icon{
  padding-left: 5px;
  vertical-align: super;
}

.badge{
  padding:0.5em !important;
  border-radius:100%;
  min-width: 22px;
}

.certification_list{
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0px;
  font-size:12px;
  margin-bottom:27px;
}

.certification_list strong{
  font-size:14px;
}

.edit-certification{
  float: right;
  background-color: #cee3fa;
  border-color: #007bff;
  cursor: pointer !important;
  padding: 7px 8px;
  border-radius: 100%;
}

.edit-certification:hover{
  background-color: #aad1fa;
}

.edit-certification i{
  color: #007bff;
  font-size: 16px;
  font-weight:bold;
}

.workhistory_list{
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0px;
  font-size:12px;
  margin-bottom:27px;
}

.workhistory_list strong{
  font-size:14px;
}

.edit-workhistory{
  float: right;
  background-color: #cee3fa;
  border-color: #007bff;
  cursor: pointer !important;
  padding: 7px 8px;
  border-radius: 100%;
}

.edit-workhistory:hover{
  background-color: #aad1fa;
}

.edit-workhistory i{
  color: #007bff;
  font-size: 16px;
  font-weight:bold;
}

.mr10{
  margin-right:10px;
}

.divstar{
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

div.stars {
  display: inline-block;
  /* padding-right:25%; */
}

input.star { display: none; }

label.star {
  float: right;
  /* display:inline-block !important; */
  padding: 10px;
  font-size: 40px !important;
  font-weight:bold;
  color: #444;
  transition: all .2s;
  cursor:pointer;
}

input.star:checked ~ label.star:before {
  content: '\2605';
  color: #f5a625;
  transition: all .25s;
}

input.star-5:checked ~ label.star:before {
  color: #FE7;
}

input.star-1:checked ~ label.star:before { color: #f5a625; }

label.star:hover { transform: rotate(-15deg) scale(1.3); }

label.star:before {
  content: '\2605';
}

.rating{
  font-size:25px;
}

.rating.checked{
  color:#f5a625;
}

:root {
  --star-size: 25px;
  --star-color: rgb(138, 138, 138);
  --star-background: #f5a625;
}

select#rating option.yellow{
  color:#f5a625;
  font-size:18px;
}
.starss {
  --percent: calc(var(--rating) / 5 * 100%);
  display: inline-block;
  font-size: var(--star-size);
  line-height: 1;
}
.starss::before {
  content: '★★★★★';
  letter-spacing: 3px;
  background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.starss .jumlahbintang{
  font-size:12px;
  float:left;
  margin-top:2px;
  margin-right:10px;
}

.jumlahbintang{
  padding:5px !important;
  border-radius:5px;
  background-color:#f5a625;
  color: #fff;
  /* width:20px;
  height:20px; */
}

.views{
  float:right;
}

.views i{
  vertical-align: text-bottom;
  font-size: 18px;
}

.fb-comments{
  padding: 0px 22px 30px 22px !important;
}

h1.card-title{
  font-size:28px;
}

.card-title a{
  color: #444444;
}

.card-title a:hover{
  color: #666666;
}

button#draft {
	background: #3786bd;
	width: 100%;
  border: none;
  padding: 10px 0 10px 0px;
	cursor: pointer;
	color: #fff;
	font-weight: 700;
	font-size: 15px;
}

button#draft:hover {
	background: #2f73a3;
}

button#draft:disabled,
button#draft[disabled]{
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666;
  cursor:default;
}

button#preview {
	background: #3786bd;
	width: 100%;
  border: none;
  padding: 10px 0 10px 0px;
	cursor: pointer;
	color: #fff;
	font-weight: 700;
	font-size: 15px;
}

button#preview:hover {
	background: #2f73a3;
}

button#previewgreen {
	background: #28a745;
	width: 100%;
  border: none;
  padding: 10px 0 10px 0px;
	cursor: pointer;
	color: #fff;
	font-weight: 700;
	font-size: 15px;
}

button#previewgreen:hover {
	background: #218838;
}

/*
 * Component: Small Box
 * --------------------
 */
 .small-box {
  background-color:#FFFFFF;
  border-radius: 5px;
  position: relative;
  display: block;
  margin-bottom: 20px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.small-box > .inner {
  padding: 15px;
}
.small-box > .small-box-footer {
  position: relative;
  text-align: center;
  padding: 3px 0;
  color: #fff;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  color: rgba(255, 255, 255, 0.8);
  display: block;
  z-index: 10;
  background:#68a4c4;
  text-decoration: none;
}
.small-box > .small-box-footer:hover {
  color: #fff;
  background:#2c7493;
}
.small-box h3 {
  font-size: 38px;
  font-weight: bold;
  margin: 0 0 10px 0;
  white-space: nowrap;
  padding: 0;
}
.small-box p {
  font-size: 15px;
}
.small-box p > small {
  display: block;
  color: #f9f9f9;
  font-size: 13px;
  margin-top: 5px;
}
.small-box h3,
.small-box p {
  z-index: 5;
}
.small-box .icon {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 0;
  font-size: 60px;
  color: #68a4c4; 
}
.small-box:hover {
  text-decoration: none;
  color: #444444;
}
.small-box:hover .icon {
  font-size: 65px;
}
@media (max-width: 767px) {
  .small-box {
    text-align: center;
  }
  .small-box .icon {
    display: none;
  }
  .small-box p {
    font-size: 12px;
  }
}

.catalog-token{
  background-color: #FFFFFF;
  border-radius: 5px;
  text-align: left;
  padding: 20px;
  margin: 0px 0 10px 0;
  border: 1px solid #ddd;
  cursor:pointer;
}

.catalog-token:hover{
  background-color: #eeeeee;
  border-radius: 5px;
  text-align: left;
  padding: 20px;
  margin: 0px 0 10px 0;
  border: 1px solid #ddd;
  cursor:pointer;
}

.catalog-token .icon-catalog{
  font-size:35px;
  float:left;
  margin-top:-10px;
}

.title-catalog{
  vertical-align: top;
  font-size:20px;
  padding-left:50px;
}

.buy-token{
  margin-top:-32px;
  float:right;
}

.buy-payment-history{
  margin-top:-38px;
  float:right;
}

.buy-payout-history{
  margin-top:-35px;
  float:right;
}

.history-token{
  background-color: #FFFFFF;
  border-radius: 5px;
  text-align: left;
  padding: 20px;
  margin: 0px 0 10px 0;
  border: 1px solid #ddd;
}

.history-token .icon-notif{
  font-size:24px;
  float:left;
}

.notification{
  background-color: #eee;
  border-radius: 5px;
  text-align: left;
  padding: 20px;
  margin: 0px 0 10px 0;
  border: 1px solid #ddd;
  cursor:pointer;
  font-weight:normal;
}

/* .notification:hover{
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
} */

.notification.notread:hover{
  /* background-color: #ddd; */
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.notification .icon-notif{
  font-size:24px;
  float:left;
}

.notification.notread{
  background-color:#fff;
  font-weight:bold;
}

.title-notif{
  vertical-align: top;
  padding-left:50px;
}

[data-notify="progressbar"] {
	margin-bottom: 0px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 5px;
}

.btn-draft{
  display:block;
  background-color:#ddd;
  padding:3px;
  margin: 3px;
  width:100%;
}

.btn-draft a{
  color: #222222;
}

.btn-draft a:hover{
  text-decoration:underline;
}

.from-notif{
  justify-content: normal !important;
  background-color:#3786bd;
  color:#FFF;
}

.subject-notif{
  font-weight:bold;
}

.from-notif i{
  font-size:24px;
  padding-right:10px;
}

.from-name{
  margin-left:10px;
  margin-top:10px;
}

.from-avatar{
  padding-right:10px;
}

.badge-logo{
  float:right;
}

.badge-logo img{
  width:75px;
}

.badge-verified{
  color:#3786bd;
}
.badge-verified i{
  font-size:20px;
  vertical-align: revert;
  padding-left:5px;
}

.badge-recommend{
  color:#28a745;
}
.badge-recommend i{
  font-size:20px;
  vertical-align: revert;
  padding-left:5px;
}

.badge-verified-worker{
  color:#3786bd;
}
.badge-verified-worker i{
  font-size:20px;
  vertical-align: middle;
  padding-left:5px;
  margin-bottom:3px;
}

.blur-image{
  filter: blur(4px);
  -webkit-filter: blur(4px);
}

.blur-text{
  color: transparent;
  text-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.notenoughtoken{
  font-size:50px;
  color: red;
}

.expanded{
  float: right;
  border-radius: 100%;
  text-align: right;
  font-size: 16px;
}

a[aria-expanded=true] .icofont-expand {
  display: none;
}
a[aria-expanded=false] .icofont-close {
  display: none;
}
a[disabled]{
  pointer-events: none;
  cursor:not-allowed;
}

.icontext{
  font-family: "Open Sans", sans-serif;
  font-size:14px;
}

.red{
  color: #dc3545;
}

.green{
  color: #28a745;
}

.newmessage{
  float:right;
  font-size:10px;
  color:white;
  padding-left:3px;
  padding-top:7px;
  margin-top:-35px;
  display:block;
  background-color:#68a4c4;
  border-radius:100%;
  width:30px;
  height:30px;
}

.badge-worker{
  background-color:#ccc;
  font-weight:bold;
  color:#FFFFFF;
  padding: 5px 10px;
  border-radius:25px;
  width:max-content;
  margin: 0 auto;
  margin-top:5px;
  bottom:5px;
}

.badge-worker-icon{
  background-color:#ccc;
  font-weight:bold;
  color:#FFFFFF;
  padding: 5px 10px;
  border-radius:25px;
  width:max-content;
  display:inline-block;
  vertical-align:bottom;
}

.professional{
  background-color: #0072bc;
}

.beginner{
  background-color: #3cb878;
}

.expert{
  background-color: #cd0022;
}

ul.list_work_history{
  margin-left:-1.4em !important;
  margin-bottom: 0px !important;
}

.carousel-item .col-md-3{
  display: inline-block;
  padding-left:0px !important;
  padding-right:0px !important;
}

.carousel-item .col-md-3 img{
  height:auto;
}

#alert{
  text-align:left;
  font-style:italic;
  margin-top:-30px;
  margin-bottom:30px;
}

.checkout{
  width:50%;
  margin:0 auto;
}

.checkout-data{
  background-color: rgb(236, 235, 235);
  text-align: left;
  padding: 15px 20px;
  border: 1px solid rgb(201, 199, 199);
  width:100%;
}

.checkout-title{
  font-size:14px;
}

.checkout-description{
  font-size:16px;
  font-weight:bold;
  text-transform:capitalize;
}

.payment_method img{
  width:50px;
  padding-bottom:3px;
}

.payment_method{
  margin:0 auto;
}

@media print {
  html, body {
      width: 750px;
  }
}

.invoice-container {
  margin: 15px auto;
  padding: 70px;
  max-width: 850px;
  background-color: #fff;
  border: 1px solid #ccc;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}

@media (max-width: 895px) {
  .invoice-container {
      margin: 15px;
  }
}
@media (max-width: 767px) {
  .invoice-container {
      padding: 45px 45px 70px 45px;
  }
}

@media (max-width: 499px) {
  .invoice-header {
      text-align: center;
  }
  .history-token{
    text-align: center;
  }
}

.invoice-col {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 500px) {
  .invoice-col {
      float: left;
      width: 50%;
  }
  .invoice-col.right {
      float: right;
      text-align: right;
  }
}

/* Invoice Status Formatting */

.invoice-container .invoice-status {
  margin: 20px 0 0 0;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
}

/* Invoice Status Colors */

.draft {
  color: #888;
}
.unpaid {
  color: #cc0000;
}
.paid {
  color: #779500;
}
.refunded {
  color: #224488;
}
.cancelled {
  color: #888;
}
.collections {
  color: #ffcc00;
}

/* Payment Button Formatting */

.invoice-container .payment-btn-container {
  margin-top: 5px;
  text-align: center;
}
.invoice-container .payment-btn-container table {
  margin: 0 auto;
}

/* Text Formatting */

.invoice-container .small-text {
  font-size: 0.9em;
}

/* Invoice Items Table Formatting */

.invoice-container td.total-row {
  background-color: #f8f8f8;
}
.invoice-container td.no-line {
  border: 0;
}

/* .dashboard_worker{
  margin-top:50px;
} */

.second-info{
  margin-right:10px;
}

.closedraft{
  position:absolute;
  right:0;
  background:none;
  border:none;
  font-size:30px;
  margin-top:-15px;
}

a.delete-draft{
  text-decoration: none !important;
  float: right;
}
.delete-draft i{
  color:#0072bc;
}
.delete-draft i:hover{
  color:#000000;
}
.card-body img{
  /* width:130px; */
  max-width:100%;
  /* height:130px; */
}

.mark_as{
  margin:11px 0;
  padding: 9px 15px;
  float: right;
  background-color: #DEDEDE !important;
  color: #444444;
}
.mark_as:hover{
  color:#FFF;
  background-color: #68a4c4 !important;
}
/* ================== Badge Overlay CSS ========================*/
.catalog-token .badge-overlay {
  position: absolute;
  left:15px;
  top: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  -webkit-transition: width 1s ease, height 1s ease;
  -moz-transition: width 1s ease, height 1s ease;
  -o-transition: width 1s ease, height 1s ease;
  transition: width 0.4s ease, height 0.4s ease
}

.classonline .badge-overlay{
  position: absolute;
  left:0px;
  top: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  -webkit-transition: width 1s ease, height 1s ease;
  -moz-transition: width 1s ease, height 1s ease;
  -o-transition: width 1s ease, height 1s ease;
  transition: width 0.4s ease, height 0.4s ease
}

.post-job .badge-overlay{
  position: absolute;
  left:15px;
  top: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  -webkit-transition: width 1s ease, height 1s ease;
  -moz-transition: width 1s ease, height 1s ease;
  -o-transition: width 1s ease, height 1s ease;
  transition: width 0.4s ease, height 0.4s ease
}

.filtering .badge-overlay{
  position: absolute;
  /* padding-left:0px; */
  left:15px;
  top: 0px;
  width: 90%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  -webkit-transition: width 1s ease, height 1s ease;
  -moz-transition: width 1s ease, height 1s ease;
  -o-transition: width 1s ease, height 1s ease;
  transition: width 0.4s ease, height 0.4s ease
}

.recommend .badge-overlay{
  position: absolute;
  right:15px;
  top: 40px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  -webkit-transition: width 1s ease, height 1s ease;
  -moz-transition: width 1s ease, height 1s ease;
  -o-transition: width 1s ease, height 1s ease;
  transition: width 0.4s ease, height 0.4s ease
}

/* ================== Badge CSS ========================*/
.promo-tag {
  margin: 0;
  padding: 0;
  color: white;
  padding: 3px 3px;
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  line-height: normal;
  text-transform: uppercase;
  background: #ed1b24;
}

.promo-tag::before, .promo-tag::after {
  content: '';
  position: absolute;
  top: 0;
  margin: 0 -1px;
  width: 100%;
  height: 100%;
  background: inherit;
  min-width: 55px;
}

.promo-tag::before {
  right: 100%;
}

.promo-tag::after {
  left: 100%;
}

.finish-tag {
  margin: 0;
  padding: 0;
  color: white;
  padding: 3px 3px;
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  line-height: normal;
  text-transform: uppercase;
  background: #28a745;
}

.finish-tag::before, .finish-tag::after {
  content: '';
  position: absolute;
  top: 0;
  margin: 0 -1px;
  width: 100%;
  height: 100%;
  background: inherit;
  min-width: 55px;
}

.finish-tag::before {
  right: 100%;
}

.finish-tag::after {
  left: 100%;
}

.recommend-tag {
  margin: 0;
  padding: 0;
  color: white;
  padding: 3px 3px;
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  line-height: normal;
  text-transform: uppercase;
  background: #28a745;
}

.recommend-tag::before, .recommend-tag::after {
  content: '';
  position: absolute;
  top: 0;
  margin: 0 -1px;
  width: 100%;
  height: 100%;
  background: inherit;
  min-width: 55px;
}

.recommend-tag::before {
  right: 100%;
}

.recommend-tag::after {
  left: 100%;
}

/* ================== Badge Position CSS ========================*/
.top-left {
  position: absolute;
  top: 0;
  left: 0;
  -ms-transform: translateX(-30%) translateY(0%) rotate(-45deg);
  -webkit-transform: translateX(-30%) translateY(0%) rotate(-45deg);
  transform: translateX(-30%) translateY(0%) rotate(-45deg);
  -ms-transform-origin: top right;
  -webkit-transform-origin: top right;
  transform-origin: top right;
}

.top-right {
  position: absolute;
  top: 0;
  right: 0;
  -ms-transform: translateX(30%) translateY(0%) rotate(45deg);
  -webkit-transform: translateX(30%) translateY(0%) rotate(45deg);
  transform: translateX(30%) translateY(0%) rotate(45deg);
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}

/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {

}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {
  
  
}

@media (min-width: 768px) {
  #sticky{
    max-height: calc(100vh - 130px);
    overflow-y:auto;
    overflow-x:hidden;
  }

  #sticky::-webkit-scrollbar-track
  {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.125);
    background-color: #F5F5F5;
  }

  #sticky::-webkit-scrollbar
  {
    width: 5px;
    background-color: #F5F5F5;
  }

  #sticky::-webkit-scrollbar-thumb
  {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.125);
    background-color: rgb(198, 198, 198);
  }

  #sticky.stick {
    position: sticky;
    top: 100px;
    z-index: 10;
  }

  #sticky.stick .badge-overlay{
    left: 0px;
  }
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
  
  
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  
  
}

@media (max-width: 1199px) {
  .small-box .icon {
    top: 15px;
    right: 20px;
    font-size: 40px;
  }
  .small-box:hover .icon {
    font-size: 45px;
  }
}

@media (max-width: 991px) {
  #hero {
    height: 100vh;
  }
  #hero .carousel-container {
    text-align: center;
    top: 74px;
  }
  #hero .carousel-control-prev, #hero .carousel-control-next {
    top: 66px;
  }
  #header .logo {
    font-size: 28px;
  }
  .checkout{
    width:100% !important;
  }
  .why-us .content {
    padding-top: 30px;
  }
  .why-us .accordion-list {
    padding-bottom: 30px;
  }
  .nav-link{
    right: 10px;
  }
  .pricing .box {
    max-width: 60%;
    margin: 0 auto 30px auto;
  }
  .welcome-name{
    position: relative !important;
    margin: 0 !important;
  }
  .padding{
    padding:100px 0;
  }
  .mobile-hide{
    display: none;
  }

  .desktop-hide{
    display: block !important;
  }

  #header .languagemain{
    right: 80px;
  }

  #header .languagemain-out{
    /* position: fixed;
    margin-top: -17px !important;
    right: 60px; */
    display:none;
  }

  .counts .count-box i {
    font-size: 35px;
  }

  .edit-profile{
    margin: 0 auto;
  }

  .image-container{
    margin: 0 auto !important;
    width: 100%;
    text-align: center;
  }

  .profile-container{
    margin-top: 40px;
    text-align: center;
    padding: 0px !important;
    width: 100%;
  }

  .avatar-preview {
    margin: 0 auto;
  }

  .form-v4-content {
		margin: 0px 20px;
		flex-direction:  column;
		-o-flex-direction:  column;
		-ms-flex-direction:  column;
		-moz-flex-direction:  column;
		-webkit-flex-direction:  column;
	}
	.form-v4-content .form-left {
		width: auto;
		border-top-right-radius: 10px;
		border-bottom-left-radius: 0;
	}
	.form-v4-content .form-detail {
		padding: 30px 20px 30px 20px;
	    width: auto;
  }
  .form-v4 {
		margin: 0px;
		flex-direction:  column;
		-o-flex-direction:  column;
		-ms-flex-direction:  column;
		-moz-flex-direction:  column;
		-webkit-flex-direction:  column;
	}
	.form-v4 .form-left {
		width: auto;
		border-top-right-radius: 10px;
		border-bottom-left-radius: 0;
	}
	.form-v4 .form-detail {
		padding: 30px 0px 30px 0px;
	    width: auto;
  }
  .form-v4-dash {
		margin: 0px;
		flex-direction:  column;
		-o-flex-direction:  column;
		-ms-flex-direction:  column;
		-moz-flex-direction:  column;
		-webkit-flex-direction:  column;
	}
	.form-v4-dash .form-left {
		width: auto;
		border-top-right-radius: 10px;
		border-bottom-left-radius: 0;
	}
	.form-v4-dash .form-detail {
		padding: 0px;
	  width: auto;
	}
}
/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
  .title-catalog{
    font-size:16px;
  }
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (max-width: 480px) {
  .catalog-token{
    text-align:center !important;
  }
  .catalog-token .icon-catalog{
    float: none !important;
  }
  .buy-token{
    width:100%;
    margin-top:10px !important;
    float: none !important;
  }
  .title-catalog{
    font-size:14px;
    padding-left:0 !important;
  }
  .buy-payment-history{
    margin-top:10px;
    float:none !important;
  }
  .second-info{
    display: none;
  }
  .btn{
    width:100%;
  }
  .promo-tag {
    padding: 10px 10px;
    font-size: 12px;
  }

  .finish-tag {
    padding: 10px 10px;
    font-size: 12px;
  }

  .recommend-tag {
    font-size: 10px;
  }

  .mark_as{
    float: left;
    width: 100%;
    text-align: center;
  }
}

.loker{
  padding-top:120px;
}

/*----------------------------------------*/
/*  08. Jobs/Job List CSS
/*----------------------------------------*/
/* Job List Toolbar */
.job-list-toolbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: -10px -10px 20px;
}

.job-list-toolbar p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 10px;
  white-space: nowrap;
}

.job-list-toolbar p select {
  margin-left: 10px;
}

/* Job List Wrapper */
.job-list-wrap {
  padding: 1px;
}

/* Job List */
.job-list {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -1px;
  padding: 23px 15px;
  border-width: 1px;
  border-style: solid;
  /* border-color: #EDEDED transparent; */
  border-color: #ece6e6 transparent;
}

.job-list:hover {
  z-index: 9;
  border-color: transparent;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}

.job-list .salary-type {
  text-align: right;
}

.job-list .salary-type .salary-range {
  font-weight: 600;
  line-height: 1;
  display: block;
  margin-bottom: 8px;
  color: #6b6b6b;
}

.job-list .salary-type .badge {
  font-size: 13px;
  font-weight: 400;
  padding: 4px 10px 5px;
  border-radius: 0;
}

.job-list .content .meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  color: #6b6b6b;
}

.job-list .content .meta li {
  margin-top: 0;
  margin-right: 20px;
}

.job-list .content .meta li:last-child {
  margin-right: 0;
}

.job-list .content .meta li i {
  font-size: 16px;
  margin-right: 3px;
}

@media only screen and (max-width: 575px) {
  .job-list .salary-type {
    margin-left: auto;
  }
  .job-list .content {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    margin-top: 10px;
  }
  /* .card-body img{
    width:100%;
    height:100%;
  } */
}

@media only screen and (max-width: 479px) {
  .job-list {
    padding: 20px 5px;
  }
}

/*----------------------------------------*/
/*  14. Sidebar CSS
/*----------------------------------------*/
/* Sidebar Wrapper */
.sidebar-wrap {
  margin-bottom: -35px;
}

/* Sidebar Widget */
.sidebar-widget {
  margin-bottom: 25px;
}

.sidebar-widget > .inner {
  padding: 15px;
  border: 1px solid #ece6e6;
  width:100%;
}

.sidebar-widget > .inner > .title {
  font-size: 14px;
  line-height: 1;
  margin-bottom: 20px;
}

/*----------------------------------------*/
/*  02. Elements CSS
/*----------------------------------------*/
/*----
/*  02.4 Form Elements CSS
/*----------------------------------------*/
label {
  font-size: 13px;
  line-height: 1.25;
  display: block;
  margin-bottom: 10px;
}

.loker input[type="email"],
.loker input[type="password"],
.loker textarea{
  line-height: 24px;
  display: block;
  width: 100%;
  padding: 10px 20px;
  color: #454545;
  border: 1px solid #ece6e6;
  border-radius: 0;
  background-color: #FFFFFF;
}

.loker select {
  line-height: 24px;
  display: block;
  width: 100%;
  padding: 10px 15px;
  padding-right: 40px;
  color: #454545;
  border: 1px solid #ece6e6;
  border-radius: 0;
  background-color: #FFFFFF;
  background-image: url("../img/icon/arrow-down.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-control-label {
  font-size: inherit;
  line-height: 1.65;
}

.range-slider.irs-hidden-input {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  visibility: hidden;
  width: 0;
  height: 0;
  opacity: 0;
}

.irs {
  position: relative;
  display: block;
  width: 100%;
}

.irs .irs {
  position: relative;
  display: block;
  padding-top: 30px;
}

.irs .irs .irs-line {
  display: block;
  width: 100%;
  height: 6px;
  background-color: #F2F2F2;
}

.irs .irs .irs-min {
  display: none;
}

.irs .irs .irs-max {
  display: none;
}

.irs .irs .irs-from {
  position: absolute;
  top: 0;
  visibility: visible !important;
  white-space: nowrap;
}

.irs .irs .irs-to {
  position: absolute;
  top: 0;
  visibility: visible !important;
  white-space: nowrap;
}

.irs .irs .irs-single {
  display: none;
}

.irs .irs-grid {
  display: none;
}

.irs .irs-bar {
  position: absolute;
  bottom: 0;
  height: 6px;
  background-color: #007BFF;
}

.irs .irs-handle {
  position: absolute;
  bottom: -7px;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  background-color: #007BFF;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.irs .irs-handle i {
  display: none;
}

.company-avatar{
  border-radius:100%;
}

/* KELAS ONLINE*/
.classonline .card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: .1875rem
}

.blog-horizontal{
  margin-bottom:30px;
}

@media (min-width: 576px) {
  .classonline .blog-horizontal .card-img-actions {
      width: 40%;
      float: left;
      max-width: 150px;
      z-index: 10
  }
}

.classonline .course-button {
  /* border: 1px solid #3786bd; */
  padding: 4px 5px;
  background-color: #3786bd;
  padding-right: 10px;
  padding-top: 3px;
  color: #fff;
  border-radius: 3px
}

.classonline .course-button:hover {
  background-color: #2f73a3;
  /* border: 1px solid #2f73a3; */
}

a.title-class{
  color:#3786bd;
  font-weight:bold;
}

.by-class{
  font-size:12px;
  font-style:italic;
}

.cardclass{
  color:#FFF;
  background-color: #3786bd;
}
.cardclass .card-body{
  padding:2.75rem !important;
}

.icon-control {
  margin-top: 6px;
  float: right;
  font-size: 80%
}

.panel-body-filter{
  padding:10px 0 0 0;
}

.panel-default{
  margin-bottom:15px;
}

.filter-button:hover{
  color:#3786bd;
}

.class-detail{
  color:#6c757d;
  font-weight: bold;
  font-size:13px;
  display:inline-block;
}

.progress{
  height:2rem;
  margin-top:5px;
}
 
/* Cards */
.light {
  background: #f3f5f7;
}

 .postcard {
	 flex-wrap: wrap;
	 display: flex;
	 box-shadow: 0 4px 21px -12px rgba(0, 0, 0, 0.66);
	 /* border-radius: 10px; */
	 margin: -30px 0 2rem 0;
	 overflow: hidden;
	 position: relative;
	 color: #fff;
}
 .postcard.dark {
	 background-color: #18151f;
}
 .postcard.light {
	 background-color: #e1e5ea;
}
 .postcard .t-dark {
	 color: #18151f;
}
 .postcard a {
	 color: inherit;
}
 .postcard h1, .postcard .h1 {
	 margin-bottom: 0.5rem;
	 font-weight: 500;
	 line-height: 1.2;
}
 .postcard .small {
	 font-size: 80%;
}
 .postcard .postcard__title {
   font-size: 1.75rem;
   text-transform: capitalize;
}
 .postcard .postcard__img {
	 width: 100%;
	 object-fit: cover;
	 position: relative;
}
 .postcard .postcard__img_link {
	 display: contents;
}
 .postcard .postcard__bar {
	 width: 50px;
	 height: 10px;
	 margin: 10px 0;
	 border-radius: 5px;
	 background-color: #424242;
	 transition: width 0.2s ease;
}
 .postcard .postcard__text {
	 padding: 1.5rem;
	 position: relative;
	 display: flex;
	 flex-direction: column;
}
 .postcard .postcard__preview-txt {
	 overflow: hidden;
	 text-overflow: ellipsis;
	 height: 100%;
}
 .postcard .postcard__tagbox {
	 display: flex;
	 flex-flow: row wrap;
	 font-size: 14px;
	 margin: 20px 0 0 0;
	 padding: 0;
	 justify-content: center;
}
 .postcard .postcard__tagbox .tag__item {
	 display: inline-block;
	 background: rgba(83, 83, 83, 0.4);
	 border-radius: 3px;
	 padding: 2.5px 10px;
	 margin: 0 5px 5px 0;
	 cursor: default;
	 user-select: none;
	 transition: background-color 0.3s;
}
 .postcard .postcard__tagbox .tag__item:hover {
	 background: rgba(83, 83, 83, 0.8);
}
 .postcard:before {
	 content: "";
	 position: absolute;
	 top: 0;
	 right: 0;
	 bottom: 0;
	 left: 0;
	 background-image: linear-gradient(-70deg, #424242, transparent 50%);
	 opacity: 1;
}
 .postcard:hover .postcard__bar {
	 width: 100px;
}
 @media screen and (min-width: 769px) {
	 .postcard {
		 flex-wrap: inherit;
	}
	 .postcard .postcard__title {
		 font-size: 2rem;
	}
	 .postcard .postcard__tagbox {
		 justify-content: start;
	}
	 .postcard .postcard__img {
		 max-width: 400px;
		 max-height: 100%;
		 transition: transform 0.3s ease;
	}
	 .postcard .postcard__text {
		 padding: 3rem;
		 width: 100%;
	}

	 /* .postcard:hover .postcard__img {
		 transform: scale(1.1);
	} */
	 .postcard:nth-child(2n+1) {
		 flex-direction: row;
	}
	 .postcard:nth-child(2n+0) {
		 flex-direction: row-reverse;
	}
	 .postcard:nth-child(2n+1) .postcard__text::before {
		 left: -12px !important;
		 transform: rotate(4deg);
	}
	 .postcard:nth-child(2n+0) .postcard__text::before {
		 right: -12px !important;
		 transform: rotate(-4deg);
	}
}
 @media screen and (min-width: 1024px) {
	 .postcard__text {
		 padding: 2rem 3.5rem;
	}
	 .postcard.dark .postcard__text:before {
		 background: #18151f;
	}
	 .postcard.light .postcard__text:before {
		 background: #e1e5ea;
	}
}
/* COLORS */
 .postcard .postcard__tagbox .blue.play:hover {
	 background: #0076bd;
}
 .blue .postcard__bar {
	 background-color: #0076bd;
}
 .blue::before {
	 background-image: linear-gradient(-30deg, rgba(0, 118, 189, 0.1), transparent 50%);
}
 .blue:nth-child(2n)::before {
	 background-image: linear-gradient(30deg, rgba(0, 118, 189, 0.1), transparent 50%);
}

 @media screen and (min-width: 769px) {
	 .blue::before {
		 background-image: linear-gradient(-80deg, rgba(0, 118, 189, 0.1), transparent 50%);
	}
	 .blue:nth-child(2n)::before {
		 background-image: linear-gradient(80deg, rgba(0, 118, 189, 0.1), transparent 50%);
	}
}

.tab-text { display: inline-block; width: 150px; }

.bintang{
  position:absolute;
  bottom:10px;
}

.content-title{
  font-size:1.05rem;
  overflow:hidden;
  text-overflow: ellipsis;
  display:-webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient:vertical;
  text-transform: capitalize;
}

/* .box-title{
  height:75px;
} */

.content-desc{
  display:inline-block;
}

.description-class{
  margin-bottom:0px;
  overflow:hidden;
  text-overflow: ellipsis;
  display:-webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient:vertical;
}

.profile-mentor{
  border:1px solid #ece6e6;
  padding:30px 33px;
  background-color:#fdfdfd;
  min-height:250px;
}

.profile-mentor h3{
  color: #2b3339;
  font-size: 24px;
  font-weight: 400;
  padding-bottom: 25px;
  line-height: 1.17;
  margin-bottom: 0;
}

.img-mentor{
  float:left;
  margin:0 20px 0 0;
  text-align: center;
}

.img-mentor img{
  border:3px solid #0070ba;
}

.about-mentor{
  display:inline;
}

.icon-silabus{
  background-color:#68a4c4;
  color:white;
  padding:5px;
  border-radius:3px;
  display:inline-block;
  margin-left:5px;
}

.icon-silabus.disabled{
  background-color:#ccc;
  color:white;
  padding:5px;
  border-radius:3px;
  display:inline-block;
  margin-left:5px;
  cursor:not-allowed;
}

.icon-silabus.disabled:hover{
  background-color:#ccc;
}

.icon-silabus:hover{
  background: #2c7493;
}

#sortable li.sortrank{
  background-color: #ffbc34;
  color: black;
  padding: 10px;
  cursor: grab;
  margin:10px 0 10px -25px;
}

#nav-silabus .panel-heading-silabus {
  padding: 0;
  border-bottom:1px solid rgba(0,0,0,.125);
}

/* #nav-silabus .silabus-parent{
  background-color:#ccc;
} */

#nav-silabus .panel-body{
  /* border-left:1px solid #dee2e6;
  border-right:1px solid #dee2e6; */
  border-bottom:1px solid rgba(0,0,0,.125);
}
#nav-silabus h4.panel-title {
  margin:0;
}

#nav-silabus h4.panel-title.active {
  background-color:#68a4c4;
  color:white;
}

#nav-silabus .panel-title .preview{
  font-size:12px;
  background-color:#0070ba;
  border-radius:16px;
  padding:5px 10px;
  color:white;
}

#nav-silabus .panel-title .checklist{
  /* font-size:20px;
  background-color:#0070ba;
  border-radius:16px;
  padding:3px 5px;
  color:white; */
  font-size:25px;
  font-weight:bold;
  border-radius:16px;
  color:#0070ba;
}

#nav-silabus .panel-title .lock{
  font-size:20px;
  color:#0070ba;
  /* border:1px solid #0070ba;
  border-radius:100%;
  padding:5px; */
}

/* #nav-silabus .panel-title .preview:hover{
  color:white;
  background-color: #3786bd;
} */

#nav-silabus .silabus-parent .panel-title>a, #nav-silabus .silabus-parent .panel-title>a:active{
	display:block;
	padding:15px;
  font-size:14px;
  font-weight:bold;
	letter-spacing:1px;
  word-spacing:3px;
  text-decoration:none;
  color:#555;
}

#nav-silabus .silabus-child .panel-title>a, #nav-silabus .silabus-child .panel-title>a:active,
#nav-silabus .silabus-private .panel-title{
	display:block;
	padding:15px;
  font-size:14px;
  font-weight:500;
	letter-spacing:1px;
  word-spacing:3px;
  text-decoration:none;
  color:#555;
}

#nav-silabus .silabus-parent .panel-title>a:hover, #nav-silabus .silabus-child .panel-title>a:hover{
  color: #f1775d;
}

#nav-silabus .silabus-parent  a:before {
   font-family: "foundation-icons";
   content: "\eaa0";
   float: right;
   transition: all 0.5s;
   font-weight:500;
}
#nav-silabus .silabus-parent.active a:before {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
} 
.btn:focus, .btn:active:focus, .btn.active:focus{
  outline:none;
  box-shadow:none;
}
.faq .card-header{
  cursor:pointer;
}
.faq .card-header h5:hover{
  color: #f1775d;
}
.faq .card-header h5:before {
  font-family: "foundation-icons";
  content: "\eaa0";
  float: right;
  transition: all 0.5s;
  font-weight:500;
}
.faq .card-header.collapsed h5:before {
 -webkit-transform: rotate(90deg);
 -moz-transform: rotate(90deg);
 transform: rotate(90deg);
} 
.faq .card-header h5{
  color:#444444;
  font-size:14px;
  font-weight:600;
}
.faq .card .card-body{
  text-align:justify;
}
.faq .card-body .img-faq{
  width:100%;
  text-align:center;
  padding:30px 0;
}

.faq .card-body .img-faq img{
  width:100%;
  max-width:750px;
}
/* #nav-silabus .silabus-child  a:before {
  content: "Preview";
  float: right;
  transition: all 0.5s;
  font-weight:500;
  background-color:yellow;
  border-radius:20px;
  padding:5px;
}
#nav-silabus .silabus-child.active a:before {
 -webkit-transform: rotate(90deg);
 -moz-transform: rotate(90deg);
 transform: rotate(90deg);
} 
#nav-silabus .silabus-private span:before {
  font-family: "foundation-icons";
  content: "\ef7a";
  float: right;
  transition: all 0.5s;
  font-weight:500;
} */

#nav-silabus .panel-default{
  margin-bottom:0px;
}

/* #nav-silabus .accordion-heading {
  padding: 0;
  border-bottom:1px solid rgba(0,0,0,.125);
}

#nav-silabus .accordion-heading  a:before {
  font-family: "foundation-icons";
  content: "\eaa0";
  float: right;
  transition: all 0.5s;
  font-weight:500;
}
#nav-silabus .accordion-heading.active a:before {
 -webkit-transform: rotate(90deg);
 -moz-transform: rotate(90deg);
 transform: rotate(90deg);
}  */

/*PORTAL JOB*/
#portaljob .card-header{
  background-color:transparent !important;
  border-bottom:1px solid rgba(0,0,0,.125) !important;
  font-size:12px;
  padding:.5rem 1.25rem;
}

#portaljob .card-header h4{
  margin-bottom:.2rem;
}
#portaljob .card-footer{
  background-color:transparent !important;
}

#portaljob .badge-project{
  color:#fff;
  background-color:#28a745;
  font-size:14px;
  padding:5px;
}

#portaljob .badge-fulltime{
  color:#fff;
  background-color:#3786bd;
  font-size:14px;
  padding:5px;
}

#portaljob .badge-internship{
  color:#fff;
  background-color:#ff9214;
  font-size:14px;
  padding:5px;
}

#portaljob .badge-contract{
  color:#fff;
  background-color:#3cb878;
  font-size:14px;
  padding:5px;
}

#portaljob .badge-outsources{
  color:#fff;
  background-color:#77258e;
  font-size:14px;
  padding:5px;
}

#portaljob .card-body{
  padding:1.25rem !important;
  text-align:left;
  height:300px;
}

#portaljob h5.card-title{
  font-size:20px;
  overflow:hidden;
  text-overflow: ellipsis;
  display:-webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient:vertical;
  text-transform: capitalize;
}

#portaljob img.company{
  max-width:50px !important;
}

#portaljob i{
  font-size:20px;
}

#portaljob i.vacancy{
  color:#3786bd;
}

#portaljob i.project{
  color:#28a745;
}

#portaljob a{
  text-transform: uppercase;
}

#portaljob .date-job{
  font-size:12px;
  font-style:italic;
  position:absolute;
  right:15px;
  bottom:50px;
}

#portalclass .date-job{
  font-size:12px;
  font-style:italic;
  position:absolute;
  bottom:60px;
  right:15px;
}

#portalclass .card-body{
  height:375px;
}

#portaljob .clock-time{
  font-size:12px;
  margin-right:5px;
}

#portaljob a.viewjob:hover{
  background-color:rgb(245, 244, 244);
}

#portaljob .title-company{
  color:#3786bd;
}

#portaljob hr{
  margin:0;
}

select.filter-select{
  border:none;
  border-bottom:1px solid rgba(0,0,0,.1);
  outline:none;
  padding:0 !important;
  height:30px;
  font-size:13px !important;
}

select:focus{
  border:none !important;
  outline:none !important;
}

:focus {outline:none !important;}

input.filter-search{
  border-radius:0;
  font-size:13px !important;
}

.reset-filter{
  position:absolute;
  margin-top:-25px;
}

.filtering label{
  font-weight:600;
}

.search .input-group-text{
  border-radius:0;
}

#result_search{
  min-width:100%;
}

#load-msg{
  min-width:100%;
}

#list_job{
  min-width:100%;
}

#list_class{
  min-width:100%;
}

.salary{
  width:100%;
}

.card.similar-job{
  border:1px solid #ddd !important;
}
.similar-job{
  font-size:13px;
  margin-bottom:10px;
}
.similar-job img{
  width:40px;
}

.similar-job h5{
  font-size:15px;
}

.similar-job .card-header{
  font-size:12px;
  padding:5px;
}

.similar-job .card-body{
  padding: 1rem !important;
}

a .similar-job{
  color:#444444;
}

a:hover .similar-job{
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.title-similar h4{
  font-weight: bold;
  font-size:18px;
}

.margin-similar{
  margin-top:29px !important;
}

.dataTables_wrapper .dataTables_filter input{
  margin-left:0px !important;
}

div.dt-buttons {
  float:none !important;
  margin-top:13px;
}

button.buttons-excel, button.buttons-print{
  font-size:14px;
}

.click-pin, .unpinApplicant{
  cursor:pointer;
  color:#68a4c4;
}

.click-pin:hover, .unpinApplicant:hover{
  color: #f1775d;
  text-decoration: none;
}

.rating-block{
	background-color:#FAFAFA;
	border:1px solid #EFEFEF;
	padding:15px 15px 20px 15px;
	border-radius:3px;
}

.review-block{
	background-color:#FAFAFA;
	border:1px solid #EFEFEF;
	padding:15px;
	border-radius:3px;
	margin-bottom:15px;
}
.review-block-name{
	font-size:12px;
}
.review-block-date{
	font-size:12px;
}
.review-block-rate{
	font-size:13px;
}
.review-block-title{
	font-size:15px;
	font-weight:700;
	margin-bottom:10px;
}
.review-block-description{
	font-size:13px;
}

#fileInput{
  width:0;
  height:0;
  overflow:hidden;
  display:none;
}

#modal{
  z-index: 1070;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  opacity: 0.95;
  display: none;
}

/* .modal{
  z-index:1070 !important;
} */

.modal-backdrop{
  z-index:1060 !important;
}

#preview{
  z-index: 99999;
  position: fixed;
  top: 0px;
  left: 0px;
  display: none;
  border: 4px solid #A5A2A2;
  border-radius: 4px;
  float: left;
  font-size: 0px;
  line-height: 0px;
}

#preview .buttons{
  position: absolute;
  bottom:-75px;
  width: 100%;
  text-align: center;
}

/* #preview .buttons .ok{
  cursor: pointer;
  border: 4px solid #F5F5F5;
  display: inline-block;
  border-radius: 100%;
  width: 36px;
  height: 36px;
  line-height: 0px;
  font-size: 0px;
  background-image: url('../img/Ok.png');
  background-repeat: no-repeat;
}
#preview .buttons .ok:hover{
  background-image: url('../img/OkGreen.png');
} */

/* #preview .buttons .cancel{
  cursor: pointer;
  border: 4px solid #F5F5F5;
  border-radius: 100%;
  margin-right: 15px;
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 0px;
  font-size: 0px;
  background-image: url('../img/Cancel.png');
  background-repeat: no-repeat;
}

#preview .buttons .cancel:hover{
  background-image: url('../img/CancelRed.png');
} */

.jcrop-holder {
  direction: ltr;
  text-align: left;
}

#profile .jcrop-holder div{
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
  margin: -1px;
}
/* Selection Border */
.jcrop-vline,
.jcrop-hline {
  background: #ffffff url("../img/Jcrop.gif");
  font-size: 0;
  position: absolute;
}
.jcrop-vline {
  height: 100%;
  width: 1px !important;
}
.jcrop-vline.right {
  right: 0;
}
.jcrop-hline {
  height: 1px !important;
  width: 100%;
}
.jcrop-hline.bottom {
  bottom: 0;
}
/* Invisible click targets */
.jcrop-tracker {
  height: 100%;
  width: 100%;
  /* "turn off" link highlight */
  -webkit-tap-highlight-color: transparent;
  /* disable callout, image save panel */
  -webkit-touch-callout: none;
  /* disable cut copy paste */
  -webkit-user-select: none;
}
/* Selection Handles */
.jcrop-handle {
  background-color: #333333;
  border: 1px #eeeeee solid;
  width: 7px;
  height: 7px;
  font-size: 1px;
}
.jcrop-handle.ord-n {
  left: 50%;
  margin-left: -4px;
  margin-top: -4px;
  top: 0;
}
.jcrop-handle.ord-s {
  bottom: 0;
  left: 50%;
  margin-bottom: -4px;
  margin-left: -4px;
}
.jcrop-handle.ord-e {
  margin-right: -4px;
  margin-top: -4px;
  right: 0;
  top: 50%;
}
.jcrop-handle.ord-w {
  left: 0;
  margin-left: -4px;
  margin-top: -4px;
  top: 50%;
}
.jcrop-handle.ord-nw {
  left: 0;
  margin-left: -4px;
  margin-top: -4px;
  top: 0;
}
.jcrop-handle.ord-ne {
  margin-right: -4px;
  margin-top: -4px;
  right: 0;
  top: 0;
}
.jcrop-handle.ord-se {
  bottom: 0;
  margin-bottom: -4px;
  margin-right: -4px;
  right: 0;
}
.jcrop-handle.ord-sw {
  bottom: 0;
  left: 0;
  margin-bottom: -4px;
  margin-left: -4px;
}
/* Dragbars */
.jcrop-dragbar.ord-n,
.jcrop-dragbar.ord-s {
  height: 7px;
  width: 100%;
}
.jcrop-dragbar.ord-e,
.jcrop-dragbar.ord-w {
  height: 100%;
  width: 7px;
}
.jcrop-dragbar.ord-n {
  margin-top: -4px;
}
.jcrop-dragbar.ord-s {
  bottom: 0;
  margin-bottom: -4px;
}
.jcrop-dragbar.ord-e {
  margin-right: -4px;
  right: 0;
}
.jcrop-dragbar.ord-w {
  margin-left: -4px;
}
/* The "jcrop-light" class/extension */
.jcrop-light .jcrop-vline,
.jcrop-light .jcrop-hline {
  background: #ffffff;
  filter: alpha(opacity=70) !important;
  opacity: .70!important;
}
.jcrop-light .jcrop-handle {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #000000;
  border-color: #ffffff;
  border-radius: 3px;
}
/* The "jcrop-dark" class/extension */
.jcrop-dark .jcrop-vline,
.jcrop-dark .jcrop-hline {
  background: #000000;
  filter: alpha(opacity=70) !important;
  opacity: 0.7 !important;
}
.jcrop-dark .jcrop-handle {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #ffffff;
  border-color: #000000;
  border-radius: 3px;
}
/* Simple macro to turn off the antlines */
.solid-line .jcrop-vline,
.solid-line .jcrop-hline {
  background: #ffffff;
}
/* Fix for twitter bootstrap et al. */
.jcrop-holder img,
img.jcrop-preview {
  max-width: none;
}
.clear{
  font-size: 0px;
  line-height: 0px;
  overflow: hidden;
  width: 0px;
  height: 0px;
  clear: both;
}

.cropmeavatar{
  background-color: #FFFFFF;
  width: 125px;
  height: 125px;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  border: 2px solid #F8F8F8;
  margin: 0 auto;
}

.cropmeavatar:hover{
  background-image: url('../img/UploadLight.png');
}

.cropmeavatar img{
  width: 100%;
  height: 100%;
  /* border-radius: 100%; */
  z-index: 1;
}

.cropmeavatar img:hover{
  z-index: 1000;
  opacity: 0.2;
}

body.modal-open {
  overflow: hidden !important;
}

.color-complete{
  font-size:16px;
  font-weight:bold;
  color:green;
}

.color-notcomplete{
  font-size:16px;
  font-weight:bold;
  color:red;
}

a.titlejob{
  color:#444444;
}

a.titlejob:hover{
  color:#000000;
}

/*----------------------------------------*/
/*  12. Blog CSS
/*----------------------------------------*/
/* Blog Wrapper */
.blog-wrap {
  margin-bottom: -30px;
}

.blog-wrap > [class*="col"] {
  margin-bottom: 30px;
}

/* Blog */
.blog{
  margin-bottom: 25px;
}

.blog .media {
  margin-bottom: 15px;
}

.blog .media a {
  display: block;
  width: 100%;
}

.blog .media img {
  width: 100%;
}

.blog .content .title {
  font-size: 19px;
  margin-bottom: 15px;
}

.blog .content .meta {
  font-size: 13px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 10px;
  padding: 0;
  list-style: none;
}

.blog .content .meta li {
  margin-top: 0;
  margin-right: 10px;
}

.blog .content .meta li:last-child {
  margin-right: 0;
}

.blog .content .meta li:not(:last-child)::after {
  margin-left: 10px;
  content: "-";
}

.blog .content .desc {
  margin-bottom: 5px;
}

.blog .content .desc p{
  margin-bottom: 5px;
}

.blog .content .read-more {
  font-weight: 600;
  color: #333333;
}

.blog .content .read-more i {
  margin-left: 5px;
}

.blog .content .read-more:hover {
  color: #007BFF;
}

.blog .content .blog-tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.blog .content .blog-tags ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.blog .content .blog-tags ul li {
  margin-top: 0;
  margin-right: 5px;
}

.blog .content .blog-tags ul li::after {
  content: ",";
}

.blog .content .blog-tags ul li:first-child {
  margin-right: 10px;
}

.blog .content .blog-tags ul li:first-child::after {
  display: none;
}

.blog .content .blog-tags ul li:last-child {
  margin-right: 0;
}

.blog .content .blog-share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.blog .content .blog-share ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.blog .content .blog-share ul li {
  margin-top: 0;
  margin-right: 5px;
}

.blog .content .blog-share ul li:first-child {
  margin-right: 10px;
}

.blog .content .blog-share ul li:last-child {
  margin-right: 0;
}

.blog .content .blog-share ul li a {
  padding:3px 7px;
  font-size:20px;
  text-align: center;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.075);
  color:#454545;
}

.blog .content .blog-share ul li a i {
  line-height: 32px;
}

.blog .content .blog-share ul li a:hover {
  color: #FFFFFF;
  background-color: #68a4c4;
}

.blog.blog-single .content .title {
  font-size: 23px;
  font-weight:bold;
}

.blog.blog-single .content .desc {
  margin-bottom: 30px;
}

.blog.blog-single .content img {
  width:100%;
}

/* Blog Navigation */
.blog-navigation {
  padding: 20px 0;
  list-style: none;
  border-top: 1px solid #EDEDED;
  border-bottom: 1px solid #EDEDED;
}

.blog-navigation li {
  margin: 0;
}

/* .blog-navigation li a {
  position: relative;
} */

.blog-navigation li a:hover {
  color: #007BFF;
}

.blog-navigation li a:hover::before {
  color: #007BFF;
}

.blog-navigation li a::before {
  font-family: "FontAwesome";
  font-size: 30px;
  line-height: 24px;
  position: absolute;
  top: 0;
  color: #999999;
}

.blog-navigation li a.prev-blog {
  margin-left: -15px;
  padding-left: 30px;
  text-align: left;
  color:#454545;
}

.blog-navigation li a.prev-blog:hover {
  color:#68a4c4;
}

.blog-navigation li a.prev-blog::before {
  left: 0;
  content: "\eac9";
  font-family: IcoFont;
}

.blog-navigation li a.next-blog {
  margin-right: -15px;
  padding-right: 30px;
  text-align: right;
  color:#454545;
}

.blog-navigation li a.next-blog:hover {
  color:#68a4c4;
}

.blog-navigation li a.next-blog::before {
  right: 0;
  content: "\eaca";
  font-family: IcoFont;
}

/*----------------------------------------*/
/*  14. Sidebar CSS
/*----------------------------------------*/
/* Sidebar Wrapper */
#sidebar-article .sidebar-wrap {
  margin-bottom: -35px;
}

/* Sidebar Widget */
#sidebar-article .sidebar-widget {
  margin-bottom: 35px;
}

#sidebar-article .sidebar-widget > .inner {
  padding: 25px;
  border: 1px solid #EDEDED;
}

#sidebar-article .sidebar-widget > .inner > .title {
  font-size: 19px;
  line-height: 1;
  margin-bottom: 20px;
}

/* Sidebar List */
#sidebar-article .sidebar-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

#sidebar-article .sidebar-list li {
  line-height: 1.5;
}

#sidebar-article .sidebar-list li + li {
  margin-top: 10px;
}

#sidebar-article .sidebar-list li a {
  display: inline;
  color:#454545;
}

#sidebar-article .sidebar-list li a:hover {
  color:#68a4c4;
}

#sidebar-article .sidebar-list.sidebar-list-comment li {
  color: #999999;
}

#sidebar-article .sidebar-list.sidebar-list-comment li + li {
  margin-top: 15px;
}

#sidebar-article .sidebar-list.sidebar-list-comment li a {
  color: #333333;
}

#sidebar-article .sidebar-list.sidebar-list-comment li a:hover {
  color: #007BFF;
}

/* Sidebar Post */
#sidebar-article .sidebar-post {
  margin: 0;
  padding: 0;
  list-style: none;
}

#sidebar-article .sidebar-post li {
  line-height: 1.5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

#sidebar-article .sidebar-post li + li {
  margin-top: 15px;
}

#sidebar-article .sidebar-post li .image {
  max-width: 70px;
  margin-right: 15px;
}

#sidebar-article .sidebar-post li .title {
  max-width: calc(100% - 85px);
  color:#454545;
}

#sidebar-article .sidebar-post li .title:hover {
  color:#68a4c4;
}

#sidebar-article h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size:19px;
  line-height: 1.2;
  margin-top: 0;
  color: #333333;
}

#sidebar-article h1 a{
  color: #333333;
}

#sidebar-article h1 a:hover{
  color: #68a4c4;
}

#sidebar-article input[type="text"],
input[type="email"],
input[type="password"],
textarea,
.form-control {
  line-height: 24px;
  display: block;
  width: 100%;
  padding: 10px 20px;
  color: #454545;
  border: 1px solid #EDEDED;
  border-radius: 0;
  background-color: #FFFFFF;
}

.report a{
  color:red;
  font-size:12px;
}

.report a:hover{
  opacity:0.7;
}

.whatsapp-float{
  position:fixed;
  padding:10px 18px;
	bottom:40px;
	right:60px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.whatsapp-float:hover{
  background-color:#25d365de;
  color:#FFF;
}

.my-float{
	margin-top:16px;
}