@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* =======================================================
*
* 	Template Style 
*
* ======================================================= */
html {
  scroll-behavior: smooth;
  font-family: 'Roboto', sans-serif;
  font-size: 1em;
  line-height: 1.5;
  background-color: #fff;
  color: #999;
  overflow-y: scroll;
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  background: #fff;
  color: #2c3e50;
}

#page {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.offcanvas #page {
  overflow: hidden;
  position: absolute;
}
.offcanvas #page:after {
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.7);
  content: "";
}

a {
  color: #EA9215;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: #EA9215;
  outline: none;
  text-decoration: none;
}

p {
  margin-bottom: 20px;
}

h1, h2, h3, h4, h5, h6, figure {
  font-family: "Work Sans", Arial, sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
}

::-webkit-selection {
  color: #fff;
  background: #EA9215;
}

::-moz-selection {
  color: #fff;
  background: #EA9215;
}

::selection {
  color: #fff;
  background: #EA9215;
}

.wd-nav {
  position: absolute;
  top: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  padding: 0;
  z-index: 1001;
}
.wd-nav .top-menu {
  padding: 18px 0;
}
.wd-nav .top {
  padding: 7px 0;
  margin-bottom: 0;
}
.wd-nav .top .num, .wd-nav .top .wd-social {
  display: inline-block;
  margin: 0;
}
.wd-nav .top .num {
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
  padding-right: 10px;
  margin-right: 5px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  letter-spacing: 0px;
}
.wd-nav .top .wd-social li {
  font-size: 14px;
}
.wd-nav .top .wd-social li a {
  padding: 0 7px;
}
.wd-nav .top .wd-social li a i {
  font-size: 14px;
}
#wd-logo {
  font-size: 24px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-weight: 700;
  font-family: "Work Sans", Arial, sans-serif;
  margin-top: 7px;
}
#wd-logo a span {
  color: #EA9215;
}

#wd-logo a{
  color: #fff;
}
.wd-nav a {
  padding: 5px 10px;
  color: #fff;
}
#wd-logo .fa{
  position: relative;
  top: -1px;
  font-size: 18px;
  margin-right: 2px;
}
@media screen and (max-width: 768px) {
  .wd-nav .menu-1 {
    display: none;
  }
}
.wd-nav ul {
  padding: 0;
  margin: 0;
  /*float: left;*/
  float: right;
  width: auto;
}
.wd-nav ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline;
      width: initial;
    float: left;
}
.wd-nav ul li a {
    font-size: 13px;
    /*font-size: 0.875rem;*/
    line-height: 43px;
    font-weight: 400;
    display: block;
    padding-right: 12px;
    padding-left: 12px;
    /*margin-bottom: 6px;*/
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    text-transform: uppercase;
}
.wd-nav ul li a:hover, .wd-nav ul li a:focus, .wd-nav ul li a:active {
  color: white;
}
.wd-nav ul li.has-dropdown {
  position: relative;
}
.wd-nav ul li.has-dropdown .dropdown {
  width: 140px;
  -webkit-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  z-index: 1002;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 40px;
  left: 0;
  text-align: left;
  background: #fff;
  padding: 10px 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
.wd-nav ul li.has-dropdown .dropdown:before {
  bottom: 100%;
  left: 40px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #fff;
  border-width: 8px;
  margin-left: -8px;
}
.wd-nav ul li.has-dropdown .dropdown li {
  display: block;
  margin-bottom: 7px;
}
.wd-nav ul li.has-dropdown .dropdown li:last-child {
  margin-bottom: 0;
}
.wd-nav ul li.has-dropdown .dropdown li a {
  padding: 2px 0;
  display: block;
  color: #999999;
  line-height: 1.2 !important;
  text-transform: none;
  font-size: 13px;
  letter-spacing: 0;
}
/*.wd-nav ul li.has-dropdown .dropdown li a:hover {
  color: #fff;
}*/
.wd-nav ul li.has-dropdown:hover a, .wd-nav ul li.has-dropdown:focus a {
  color: #fff;
}
.wd-nav ul li.btn-cta a {
  /*padding: 30px 0px !important;*/
  color: #fff;
}
.wd-nav ul li.btn-cta a span {
  background: rgba(255, 255, 255, 0.2);
  padding: 4px 10px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
}
.wd-nav ul li.btn-cta a:hover span {
  -webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
}
.wd-nav ul li.active > a {
  color: #fff !important;
}

#wd-header,
#wd-counter,
.wd-bg {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.wd-bg {
  background-size: cover;
  background-position: center center;
  position: relative;
  width: 100%;
  float: left;
}

.wd-video {
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .wd-video {
    height: 450px;
  }
}
.wd-video a {
  z-index: 1001;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -45px;
  margin-left: -45px;
  width: 90px;
  height: 90px;
  display: table;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.wd-video a i {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  font-size: 40px;
}
.wd-video .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.wd-video:hover .overlay {
  background: rgba(0, 0, 0, 0.7);
}
.wd-video:hover a {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.wd-cover {
  height: 660px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  float: left;
  width: 100%;
}
.wd-cover .overlay {
  z-index: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
}
.wd-cover > .wd-container {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .wd-cover {
    height: 600px;
  }
}
.wd-cover .display-t,
.wd-cover .display-tc {
  z-index: 9;
  height: 450px;
  display: table;
  width: 100%;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .wd-cover .display-t,
  .wd-cover .display-tc {
    height: 600px;
  }
}
.wd-cover.wd-cover-sm {
  height: 600px;
}
@media screen and (max-width: 768px) {
  .wd-cover.wd-cover-sm {
    height: 400px;
  }
}
.wd-cover.wd-cover-sm .display-t,
.wd-cover.wd-cover-sm .display-tc {
  height: 600px;
  display: table;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .wd-cover.wd-cover-sm .display-t,
  .wd-cover.wd-cover-sm .display-tc {
    height: 400px;
  }
}

#wd-header .display-tc,
#wd-counter .display-tc,
.wd-cover .display-tc {
  display: table-cell !important;
  vertical-align: middle;
}
#wd-header .display-tc h1, #wd-header .display-tc h2,
#wd-counter .display-tc h1,
#wd-counter .display-tc h2,
.wd-cover .display-tc h1,
.wd-cover .display-tc h2 {
  margin: 0;
  padding: 0;
  color: white;
}
#wd-header .display-tc h1,
#wd-counter .display-tc h1,
.wd-cover .display-tc h1 {
  margin-bottom: 20px;
  font-size: 54px;
  line-height: 1.3;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  #wd-header .display-tc h1,
  #wd-counter .display-tc h1,
  .wd-cover .display-tc h1 {
    font-size: 30px;
  }
}
#wd-header .display-tc h2,
#wd-counter .display-tc h2,
.wd-cover .display-tc h2 {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 30px;
  color: #ea9215;
}
#wd-header .display-tc .btn,
#wd-counter .display-tc .btn,
.wd-cover .display-tc .btn {
  padding: 15px 30px;
  color: #fff;
  border: none !important;
  font-size: 18px;
}
#wd-header .display-tc .btn.btn-video,
#wd-counter .display-tc .btn.btn-video,
.wd-cover .display-tc .btn.btn-video {
  background: rgba(9, 198, 171, 0.8);
  border: none;
}
#wd-header .display-tc .btn.btn-video:hover, #wd-header .display-tc .btn.btn-video:focus,
#wd-counter .display-tc .btn.btn-video:hover,
#wd-counter .display-tc .btn.btn-video:focus,
.wd-cover .display-tc .btn.btn-video:hover,
.wd-cover .display-tc .btn.btn-video:focus {
  background: rgba(9, 198, 171, 0.9) !important;
  color: #fff !important;
}
#wd-header .display-tc .btn:hover, #wd-header .display-tc .btn:focus,
#wd-counter .display-tc .btn:hover,
#wd-counter .display-tc .btn:focus,
.wd-cover .display-tc .btn:hover,
.wd-cover .display-tc .btn:focus {
  color: #fff !important;
}
#wd-header .display-tc .btn.btn-learn,
#wd-counter .display-tc .btn.btn-learn,
.wd-cover .display-tc .btn.btn-learn {
  background: rgba(234, 146, 21, 0.8);
  border: none;
}
#wd-header .display-tc .btn.btn-learn:hover, #wd-header .display-tc .btn.btn-learn:focus,
#wd-counter .display-tc .btn.btn-learn:hover,
#wd-counter .display-tc .btn.btn-learn:focus,
.wd-cover .display-tc .btn.btn-learn:hover,
.wd-cover .display-tc .btn.btn-learn:focus {
  background: rgba(234, 146, 21, 0.9) !important;
  color: #fff !important;
}
#wd-header .display-tc .btn:hover,
#wd-counter .display-tc .btn:hover,
.wd-cover .display-tc .btn:hover {
  background: #EA9215 !important;
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
}
#wd-header .display-tc .form-inline .form-group,
#wd-counter .display-tc .form-inline .form-group,
.wd-cover .display-tc .form-inline .form-group {
  width: 100% !important;
  margin-bottom: 10px;
}
#wd-header .display-tc .form-inline .form-group .form-control,
#wd-counter .display-tc .form-inline .form-group .form-control,
.wd-cover .display-tc .form-inline .form-group .form-control {
  width: 100%;
  background: #fff;
  border: none;
}

.wd-bg-section {
  background: rgba(0, 0, 0, 0.05);
}

#wd-explore,
#wd-pricing,
#wd-testimonial,
#wd-started,
#wd-blog,
#wd-contact,
#wd-footer {
  padding: 7em 0;
  /*padding: 3em 0;*/
  clear: both;
}


@media screen and (max-width: 768px) {
  #wd-explore,
  #wd-pricing,
  #wd-testimonial,
  #wd-started,
  #wd-project,
  #wd-blog,
  #wd-contact,
  #wd-footer {
    padding: 3em 0;
  }
}

#wd-counter {
  padding: 3em 0;
  clear: both;
}

#wd-steps {
  clear: both;
  padding-bottom: 7em;
}

.wd-counters {
  padding: 3em 0;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
}
.wd-counters .counter-wrap {
  border: 1px solid red !important;
}
.wd-counters .wd-counter {
  font-size: 44px;
  display: block;
  color: rgba(0, 0, 0, 0.7);
  font-family: "Work Sans", Arial, sans-serif;
  width: 100%;
  font-weight: 400;
  margin-bottom: .3em;
}
.wd-counters .wd-counter-label {
  color: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 5px;
  margin-bottom: 2em;
  display: block;
}

#wd-explore .wd-explore1 {
  margin-bottom: 50px;
  background: #efefef;
  padding: 70px 0px;
}

.mt {
  /*margin-top: 70px;*/
}
.mt h4 {
  position: relative;
  /*padding-left: 40px;*/
  font-size: 20px;
}
.mt h4 i {
  position: absolute;
  left: 0;
  top: 0;
  color: #EA9215;
}
.mt > div {
  margin-bottom: 40px;
}
.mt .list-nav {
  margin: 50px 0 30px 0;
  padding: 0;
}
.mt .list-nav li {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  padding-left: 30px;
  margin-bottom: 10px;
  position: relative;
}
.mt .list-nav li i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
  color: #EA9215;
}

.wd-social-icons {
  margin: 0;
  padding: 0;
}
.wd-social-icons li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.wd-social-icons li a {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  color: #EA9215;
  padding-left: 10px;
  padding-right: 10px;
}
.wd-social-icons li a i {
  font-size: 20px;
}

.wd-contact-info ul {
  padding: 0;
  margin: 0;
}
.wd-contact-info ul li {
  padding: 0 0 0 40px;
  margin: 0 0 30px 0;
  list-style: none;
  position: relative;
}
.wd-contact-info ul li:before {
  color: #EA9215;
  position: absolute;
  left: 0;
  top: .05em;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.wd-contact-info ul li.address:before {
  font-size: 30px;
  content: "\e9d1";
}
.wd-contact-info ul li.phone:before {
  font-size: 23px;
  content: "\e9f4";
}
.wd-contact-info ul li.email:before {
  font-size: 23px;
  content: "\e9da";
}
.wd-contact-info ul li.url:before {
  font-size: 23px;
  content: "\e9af";
}

.proj-bottom {
  padding-bottom: 4em;
}

.wd-project {
  margin-bottom: 30px;
}
.wd-project > a {
  display: block;
  color: #000;
  position: relative;
  bottom: 0;
  overflow: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.wd-project > a img {
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  height: 154px;
  width: 100%;
}
.wd-project > a:after {
  opacity: 0;
  visibility: hidden;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  -webkit-box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
  -ms-box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
  -o-box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
  z-index: 8;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.wd-project > a h3, .wd-project > a span {
  z-index: 12;
  position: absolute;
  right: 20px;
  left: 20px;
  /*bottom: 50px;*/
  bottom: 10px;
  color: #fff;
  margin: 0;
  padding: 0;
  opacity: 1;
  font-size: 18px;
  font-weight: 300;
  visibility: visible;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.wd-project > a span {
  font-size: 12px;
  top: 99px;
  height: 28px;
}
.wd-project > a:hover {
  -webkit-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
}
.wd-project > a:hover:after {
  opacity: 1;
  visibility: visible;
}

.wd-project i{
  z-index: 12;
  position: absolute;
  right: 0px;
  left: 0px;
  bottom: 50px;
  color: #fff;
  margin: 0;
  padding: 0;
  opacity: 1;
  font-size: 60px;
  font-weight: 300;
  visibility: visible;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
}

.wd-project p{
  text-transform: uppercase;
  font-size: 10px;
  text-align: center;
  padding: 10px;
  border: 1px solid #efefef;
  /*border-top: 0px;*/
  margin: 0;
}
@media screen and (max-width: 768px) {
  .wd-project > a:hover:after {
    opacity: 0;
    visibility: hidden;
  }
}
.wd-project > a:hover h3, .wd-project > a:hover span {
  opacity: 1;
  bottom: 55px;
}
.wd-project > a:hover span {
  bottom: 15px;
}
.wd-project > a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
@media screen and (max-width: 768px) {
  .wd-project > a:hover img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

.features {
  margin-bottom: 3em;
  width: 100%;
  float: left;
}

.wd-heading {
  margin-bottom: 30px;
}
.wd-heading.wd-heading-sm {
  margin-bottom: 2em;
}
.wd-heading h2 {
  font-size: 32px;
  margin-bottom: 20px;
  line-height: 1.5;
  color: #000;
}
.wd-heading p {
  font-size: 22px;
  line-height: 1.5;
  color: #828282;
  font-weight: 700;
  font-family: "Work Sans", Arial, sans-serif;
}
.wd-heading span {
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
}

#wd-testimonial {
  background: #efefef;
}
#wd-testimonial .testimony-slide {
  text-align: center;
}
#wd-testimonial .testimony-slide span {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  display: block;
}
#wd-testimonial .testimony-slide figure {
  margin-bottom: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#wd-testimonial .testimony-slide figure img {
  width: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#wd-testimonial .testimony-slide blockquote {
  border: none;
  margin: 30px auto;
  width: 70%;
  position: relative;
  padding: 0;
}
@media screen and (max-width: 992px) {
  #wd-testimonial .testimony-slide blockquote {
    width: 100%;
  }
}
#wd-testimonial .arrow-thumb {
  position: absolute;
  top: 40%;
  display: block;
  width: 100%;
}
#wd-testimonial .arrow-thumb a {
  font-size: 32px;
  color: #dadada;
}
#wd-testimonial .arrow-thumb a:hover, #wd-testimonial .arrow-thumb a:focus, #wd-testimonial .arrow-thumb a:active {
  text-decoration: none;
}

.bs-wizard {
  margin-top: 40px;
}

/*Form Wizard*/
.bs-wizard {
  border-bottom: solid 1px #e0e0e0;
  padding: 0 0 10px 0;
}

.bs-wizard > .bs-wizard-step {
  padding: 0;
  position: relative;
}

.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
  font-size: 16px;
  margin-bottom: 10px;
}

.bs-wizard > .bs-wizard-step .bs-wizard-info {
  color: #999;
  font-size: 14px;
  padding: 20px;
}

.bs-wizard > .bs-wizard-step > .bs-wizard-dot {
  position: absolute;
  width: 30px;
  height: 30px;
  display: block;
  background: #fbe8aa;
  top: 45px;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
  border-radius: 50%;
}

.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
  content: ' ';
  width: 14px;
  height: 14px;
  background: #fbbd19;
  border-radius: 50px;
  position: absolute;
  top: 8px;
  left: 8px;
}

.bs-wizard > .bs-wizard-step > .progress {
  position: relative;
  border-radius: 0px;
  height: 8px;
  box-shadow: none;
  margin: 22px 0;
}

.bs-wizard > .bs-wizard-step > .progress > .progress-bar {
  width: 0px;
  box-shadow: none;
  background: #fbe8aa;
}

.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {
  width: 100%;
}

.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {
  width: 50%;
}

.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {
  width: 0%;
}

.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {
  width: 100%;
}

.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {
  background-color: #f5f5f5;
}

.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {
  opacity: 0;
}

.bs-wizard > .bs-wizard-step:first-child > .progress {
  left: 50%;
  width: 50%;
}

.bs-wizard > .bs-wizard-step:last-child > .progress {
  width: 50%;
}

.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot {
  pointer-events: none;
}

#wd-started {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  float: left;
  width: 100%;
}
#wd-started .overlay {
  z-index: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  /*background: rgba(0, 0, 0, 0.7);*/
  background-color: #2a353f;
}
#wd-started .wd-heading h2 {
  color: #fff;
  margin-bottom: 20px !important;
}
#wd-started .wd-heading p {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.5);
}
#wd-started .form-control {
  background: rgba(255, 255, 255, 0.2);
  border: none !important;
  color: #fff;
  font-size: 16px !important;
  width: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#wd-started .form-control::-webkit-input-placeholder {
  color: #fff;
}
#wd-started .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
#wd-started .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
#wd-started .form-control:-ms-input-placeholder {
  color: #fff;
}
#wd-started .form-control:focus {
  background: rgba(255, 255, 255, 0.3);
}
#wd-started .btn {
  height: 54px;
  border: none !important;
  background: #EA9215;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  padding-left: 50px;
  padding-right: 50px;
}
#wd-started .form-inline .form-group {
  width: 100% !important;
  margin-bottom: 10px;
}
#wd-started .form-inline .form-group .form-control {
  width: 100%;
}

.wd-blog {
  margin-bottom: 60px;
}
.wd-blog > a {
  display: block;
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.wd-blog > a img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .wd-blog {
    width: 100%;
  }
}
.wd-blog .blog-text {
  margin-bottom: 30px;
  position: relative;
  background: #fff;
  width: 100%;
  padding: 30px;
  float: left;
  -webkit-box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
}
.wd-blog .blog-text span {
  display: inline-block;
  margin-bottom: 20px;
}
.wd-blog .blog-text span.comment {
  float: right;
}
.wd-blog .blog-text span.comment a {
  color: rgba(0, 0, 0, 0.3);
}
.wd-blog .blog-text span.comment a i {
  color: #EA9215;
  padding-left: 7px;
}
.wd-blog .blog-text h3 {
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 1.5;
}
.wd-blog .blog-text h3 a {
  color: black;
}

.pricing {
  display: block;
  float: left;
  margin-bottom: 30px;
  width: 100%;
}

.price-box {
  width: 100%;
  text-align: center;
  padding: 30px;
  background: rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 40px;
  position: relative;
}
.price-box.popular .btn-select-plan {
  background: #EA9215;
}
.price-box.popular .price {
  color: #EA9215;
}
.price-box .btn-select-plan {
  padding: 10px 20px;
  background: #09C6AB;
  color: #fff;
}
.price-box .classes {
  padding: 0;
}
.price-box .classes li {
  display: block;
  width: 100%;
  list-style: none;
  margin: 0;
  font-size: 16px;
  padding: 8px 10px;
}
.price-box .classes li.color {
  background: rgba(0, 0, 0, 0.04);
}

.pricing-plan {
  margin: 0 0 50px 0;
  padding: 0;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  color: #888f94;
}
.pricing-plan.pricing-plan-offer {
  margin-bottom: 24px;
}
.pricing-plan span {
  display: block;
  margin-top: 10px;
  margin-bottom: 0;
  color: #d5d8db;
}

.price {
  font-size: 72px;
  color: #000;
  line-height: 50px;
}
.price .currency {
  font-size: 30px;
  top: -0.9em;
  padding-right: 10px;
}
.price small {
  font-size: 13px;
  display: block;
  text-transform: uppercase;
  color: #888f94;
}

#wd-footer {
  background: #efefef;
}
#wd-footer .wd-footer-links {
  padding: 0;
  margin: 0;
}
#wd-footer .wd-footer-links li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#wd-footer .wd-footer-links li a {
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}
#wd-footer .wd-footer-links li a:hover {
  text-decoration: underline;
}
#wd-footer .wd-widget {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #wd-footer .wd-widget {
    text-align: left;
  }
}
#wd-footer .wd-widget h3 {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#wd-footer .copyright .block {
  display: block;
}

#map {
  width: 100%;
  height: 500px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #map {
    height: 200px;
  }
}

#wd-offcanvas {
  position: absolute;
  z-index: 1901;
  width: 270px;
  background: black;
  top: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 75px 40px 40px 40px;
  overflow-y: auto;
  display: none;
  -moz-transform: translateX(270px);
  -webkit-transform: translateX(270px);
  -ms-transform: translateX(270px);
  -o-transform: translateX(270px);
  transform: translateX(270px);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  #wd-offcanvas {
    display: block;
  }
}
.offcanvas #wd-offcanvas {
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
#wd-offcanvas a {
  color: rgba(255, 255, 255, 0.5);
}
#wd-offcanvas a:hover {
  color: rgba(255, 255, 255, 0.8);
}
#wd-offcanvas ul {
  padding: 0;
  margin: 0;
}
#wd-offcanvas ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#wd-offcanvas ul li > ul {
  padding-left: 20px;
  display: none;
}
#wd-offcanvas ul li.offcanvas-has-dropdown > a {
  display: block;
  position: relative;
}
#wd-offcanvas ul li.offcanvas-has-dropdown > a:after {
  position: absolute;
  right: 0px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e921";
  font-size: 20px;
  color: rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#wd-offcanvas ul li.offcanvas-has-dropdown.active a:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.uppercase {
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.gototop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.gototop.active {
  opacity: 1;
  visibility: visible;
}
.gototop a {
  width: 50px;
  height: 50px;
  display: table;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.gototop a i {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}
.gototop a:hover, .gototop a:active, .gototop a:focus {
  text-decoration: none;
  outline: none;
}

.wd-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
}
.wd-nav-toggle.active i::before, .wd-nav-toggle.active i::after {
  background: #444;
}
.wd-nav-toggle:hover, .wd-nav-toggle:focus, .wd-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.wd-nav-toggle i {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 2px;
  color: #252525;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #252525;
  transition: all .2s ease-out;
}
.wd-nav-toggle i::before, .wd-nav-toggle i::after {
  content: '';
  width: 25px;
  height: 2px;
  background: #252525;
  position: absolute;
  left: 0;
  transition: all .2s ease-out;
}
.wd-nav-toggle.wd-nav-white > i {
  color: #fff;
  background: #fff;
}
.wd-nav-toggle.wd-nav-white > i::before, .wd-nav-toggle.wd-nav-white > i::after {
  background: #fff;
}

.wd-nav-toggle i::before {
  top: -7px;
}

.wd-nav-toggle i::after {
  bottom: -7px;
}

.wd-nav-toggle:hover i::before {
  top: -10px;
}

.wd-nav-toggle:hover i::after {
  bottom: -10px;
}

.wd-nav-toggle.active i {
  background: transparent;
}

.wd-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.wd-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.wd-nav-toggle {
  position: absolute;
  right: 0px;
  top: 65px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 44px;
  z-index: 2001;
  border-bottom: none !important;
}
@media screen and (max-width: 768px) {
  .wd-nav-toggle {
    display: block;
  }
}

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
/*  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;*/
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 8px 20px;
}
.btn.btn-md {
  padding: 8px 20px !important;
}
.btn.btn-lg {
  padding: 18px 36px !important;
}
.btn:hover, .btn:active, .btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

.btn-primary {
  background: #ea8d4e;
  color: #fff;
  border: 2px solid #ea8d4e;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #ec9d2c !important;
  border-color: #ec9d2c !important;
}
.btn-primary.btn-outline {
  background: transparent;
  color: #EA9215;
  border: 2px solid #EA9215;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background: #EA9215;
  color: #fff;
}

.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 2px solid #5cb85c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  background: #4cae4c !important;
  border-color: #4cae4c !important;
}
.btn-success.btn-outline {
  background: transparent;
  color: #5cb85c;
  border: 2px solid #5cb85c;
}
.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
  background: #5cb85c;
  color: #fff;
}

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
  background: #46b8da !important;
  border-color: #46b8da !important;
}
.btn-info.btn-outline {
  background: transparent;
  color: #5bc0de;
  border: 2px solid #5bc0de;
}
.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
  background: #5bc0de;
  color: #fff;
}

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  background: #eea236 !important;
  border-color: #eea236 !important;
}
.btn-warning.btn-outline {
  background: transparent;
  color: #f0ad4e;
  border: 2px solid #f0ad4e;
}
.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
  background: #f0ad4e;
  color: #fff;
}

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  background: #d43f3a !important;
  border-color: #d43f3a !important;
}
.btn-danger.btn-outline {
  background: transparent;
  color: #d9534f;
  border: 2px solid #d9534f;
}
.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
  background: #d9534f;
  color: #fff;
}

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  box-shadow: none;
}

.btn.with-arrow {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.with-arrow i {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -8px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.btn.with-arrow:hover {
  padding-right: 50px;
}
.btn.with-arrow:hover i {
  color: #fff;
  right: 18px;
  visibility: visible;
  opacity: 1;
}

.form-control {
  box-shadow: none;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 50px;
  font-size: 14px;
  font-weight: 300;
  border-radius: 0px;
}
.form-control:active, .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #EA9215;
}

.row-pb-md {
  padding-bottom: 4em !important;
}

.row-pb-sm {
  padding-bottom: 2em !important;
}

.wd-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/loader.gif) center no-repeat #fff;
}

.js .animate-box {
  opacity: 0;
}

/*# sourceMappingURL=style.css.map */


.right_bar{
  border-right: 2px solid #fff;
}

.login_welcome{
  padding: 150px;
  font-size: 50px;
  color: #fff;
  font-weight: 700;
}

.login_box{
  padding: 50px;
  color: #fff;
}


.login_box h3{
  color: #fff;
}
.login_box .form-control{
  border-color: #fff;
  color: #fff;
}

.login_box .form-control::placeholder{
  color: #fff;
}

.wd-cover .overlay{
  /*background: rgba(46, 46, 46, 0.7);*/
  background: rgba(46, 46, 46, 0.5);
}

.signup_box{
  padding: 0px 50px;
  color: #fff;
  margin-top: -50px;
}


input[type="radio"]{
  position: relative;
  top: 4px;
  width: 18px;
  height: 18px;
  margin-left: 10px;
  cursor: pointer;
}


.signup_box h3{
  color: #fff;
  text-align: center;
}
.signup_box .form-control{
  border-color: #fff;
  color: #fff;
}

.signup_box .form-control::placeholder{
  color: #fff;
}

.space{
  height: 95px;
  background-color: #fff;
  width: 100%;
}


.contents{
  margin-top: 90px;
  /*min-height: 500px;*/
  /*padding-bottom: 50px;*/
}
.wd-message{
  margin-top: 96px;
  padding: 15px;
  background-color: #f8f8f8;
}

.wd-message span{
  text-transform: capitalize;
}

.wd-dashboard-sidebar{
  position: absolute;
  width: 250px;
  float: left;
  background-color: #ea9215;
  color: #fff;
  box-shadow: 3px 3px 3px #6e6664;
}


.wd-dashboard-sidebar h4{
  background-color: #345;
  color: #fff;
  padding: 20px;
  margin: 0px;
}

.wd-dashboard-sidebar ul{
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
}
.wd-dashboard-sidebar ul li{
  padding: 15px 20px;
  border-bottom: 1px solid;
  color: #fff;
}

.wd-dashboard-sidebar ul li:hover,.wd-dashboard-sidebar ul li.active{
  background-color: #e8aa53;
}


.wd-contents{
  margin-left: 300px;
}

.wd-fixed{
  position: fixed;
}

.messages{
      /* margin: 20px; */
    /* padding: 20px; */
    margin-top: 0;
}

.messages h1 {
    margin: 0px;
    padding: 10px;
    background: #ebf0f5;
    font-size: 24px;
    font-family: Roboto Slab;
    color: #4c4949;
    border-bottom: 1px solid #e6e9ea;
}

.mssg_list_side_wrpr {
    padding: 20px 10px;
    background: #f1f4f7;
    /* max-height: 600px; */
    /* overflow-y: auto; */
    padding-top: 0px;
}

.mssg_list_inr {
    padding-top: 20px;
}

.messages ul {
    margin: 0;
    padding: 0px;
}

.mssg_list_ul li {
    list-style: none;
    background: #ffffff;
    padding: 10px;
    border: none;
    margin-bottom: 8px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.17);
}


.messages ul li {
    list-style: none;
    background: #ffffff;
    padding: 10px;
    /* border: 5px solid #f1f4f7; */
    border-top: 0px;
}


.wd-pic {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    display: block;
    float: left;
}


.mssg_list_ul li .wd-pic {
    border-radius: 50px;
    overflow: hidden;
    border: 2px solid #ea9215;
}


.wd-pic img {
    width: 100%;
    height: 100%;
}


.user_mssg_list_link h4 {
    margin: 6px 0px;
    color: #ea9215;
}

.user_mssg_list_link p {
    color: #424141;
    margin-bottom: 2px;
}


.inbx_prof_name {
    padding: 10px;
    background: #ebf0f5;
    font-size: 18px;
    border: 1px solid #e7edf3;
}

.load_more_wrpr {
    background: #fff;
    border: 5px solid #f1f4f7;
    border-bottom: none;
    border-top: none;
}


#load_more_msgs {
    border: 0;
    background: none;
    color: #7699d0;
    padding: 5px;
    text-align: center;
    width: 100px;
    margin: 0px auto;
    display: block;
    font-size: 12px;
}

.inbx_ul_wrpr {
}


#msg_tread {
    max-height: 600px;
    overflow-y: auto;
    border: 5px solid #f1f4f7;
    border-bottom: none;
    border-top: none;
}

#msg_tread li {
    border: 1px solid #ebf0f5;
}

.mssg_itm_box .wd-pic {
    margin: 0;
    border-radius: 40px;
    overflow: hidden;
    border: 2px solid #ea9215;
}

.mssg_itm_dtls {
}

.sngl_sndd_mssg {
    color: #333333;
    font-size: 16px;
    padding: 10px;
    background: #f3f4f7;
    border-radius: 30px;
    margin-bottom: 0;
    margin-top: 2px;
    max-width: 80%;
}




.pull-left {
    margin-left: 15px;
    -webkit-border-radius: 30px 30px 30px 0px;
    -moz-border-radius: 30px 30px 30px 0px;
    border-radius: 30px 30px 30px 0px;
}

.sngl_sndd_time {
    margin: 4px 0px;
    font-size: 12px;
    color: #d3d7de;
}

.msg_box {
    display: table;
    width: 100%;
    position: relative;
}

.contact-form {
    padding: 10px;
    background: white;
    background: #f1f4f7;
    border: 1px solid #e7edf3;
}

.write_msg {
  position: relative;
    background: #fff;
    height: 80px;
    margin: 0px 0px;
    border: 1px solid #e7edf3;
    padding: 6px 10px;
    width: 100%;
    font-style: normal;
    border-radius: 0px 0px 5px 5px;
    border-top: 1px solid #e7edf3;
    color: #565656;
    font-size: 16px;
}

.write_msg textarea{
  width: 80%;
  padding: 10px;
  height: 100%;
  border: 1px solid #e2e2e2;
  line-height: 1;
}
.write_msg .wd-btns{
  top: 24px;
}

#typing {
    font-size: 10px;
}

.send_but {
    border: 0;
    background: #ea9215;
    color: #fff;
    border-radius: 3px;
    margin-top: 5px;
    float: right;
    padding: 6px 10px;
}

.msg_spinner {
    position: absolute;
    right: 65px;
    bottom: 7px;
    font-size: 4px;
}

/*Notifications*/

.msg-notification {
    position: fixed;
    right: 365px;
    top: 90px;
    list-style-type: none;
    padding: 0;
    display: none;
    border: 1px solid #bfcedc;
    border-bottom: 0;
    width: 450px;
    background: #fff;
    box-shadow: 3px 10px 16px rgba(165, 170, 187, 0.53);
}

.show {
    display: block!important;
}

.notif {
  z-index: 9999;
}

.show {
    display: block;
    opacity: 1;
    -webkit-animation: slide-down .3s ease-out;
    -moz-animation: slide-down .3s ease-out;
}

.pointer {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #eaf5ff;
    margin: -5px -4px;
    float: right;
    top: -5px;
    right: 35px;
}

.notif_box_scroll {
    max-height: 450px;
    overflow-y: auto;
}
.msg-notification .head, .msg-notification .foot {
    padding: 5px 10px;
    font-size: 12px;
    border-bottom: 2px solid #cfe4f9;
}

.msg-notification .head, .msg-notification .foot, .user-notification .head, .user-notification .foot, .fan-notification .head, .fan-notification .foot {
    background: #eaf5ff;
    border-bottom: 2px solid #d5e7f9;
}

.msg-notification .box {
    padding: 15px;
    border-bottom: 1px solid #cad2da;
    background: #d5dbec;
}

.msg-notification .box a {
    color: #3e3d3d;
}

.msg-notification h4 {
    margin: 0;
}

.msg-notification .box p {
    margin: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 2px;
    font-size: 14px;
}
.sndd_time {
    display: inline-block;
    float: right!important;
    width: auto!important;
    font-size: 12px!important;
    color: #6d7580;
}
.float-none {
    float: none;
}


.msg-notification .foot, .user-notification .foot, .fan-notification .foot {
    text-align: center;
    background: #d8dde4;
}

.msg-notification .seen, .wd-notification .seen {
    background: #fff;
}

.msg-notification .foot a, .user-notification .foot a {
    color: #363636;
}

.circle {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: white;
    position: relative;
    /* top: 100px; */
    /* left: 300px; */
    -webkit-transition: height .25s ease, width .25s ease;
    transition: height .25s ease, width .25s ease;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.nav_alert {
    position: absolute;
    top: 20px;
    right: -6px;
    color: #fdfdfd;
    background: #b04ad0;
    text-shadow: none!important;
    min-width: 20px;
    min-height: 20px;
    font-family: "Source Sans Pro","sans-serif";
    font-size: 16px;
    font-weight: normal;
    line-height: 16px;
    border-radius: 52px;
    z-index: 1;
    display: none;
    padding: 0;
    text-align: center;
    width: inherit;
    height: inherit;
}

.mssg_alrt {
  right: 17px;
}

.error{
  padding: 15px;
}
.msg_box{
  text-align: center;
  z-index: 9;
}

.wd-padding-0 {
    padding: 0;
}

.wd-searched-contents {
  padding-bottom: 70px;
  background-color: #ebeff2;
}

.wd-cover-dash {
    position: relative;
    width: 100%;
    height: 380px;
    height: 550px;
    padding-top: 140px;
}

.wd-upload-cover {
    position: absolute;
    top: 15px;
    left: 15px;
    background: rgba(121, 1, 121, 0.51);
    padding: 5px 15px;
    border-radius: 15px;
    color: #fff;
    display: none;
    cursor: pointer;
}

.wd-cover-dash img {
    width: 100%;
    height: auto;
}

.wd-cover:hover .wd-upload-cover {
    display: block;
}

.display_row {
    position: relative;
    top: -50px;
    background: rgb(51, 68, 85);
    height: 50px;
    clear: both;
}

.navbar-toggle {
    border: none;
}


.resp_gal_btn {
    display: none;
    width: 40px;
    height: 40px;
    float: left;
    margin-left: 15px;
    z-index: 999;
}
.display_nm {
    width: 300px;
    position: relative;
    top: -118px;
    margin: 0 auto;
}

.wd-profile {
    background: #fff;
    width: 200px;
    height: 200px;
    overflow: hidden;
    margin: 0 auto;
    z-index: 1;
    position: relative;
    box-shadow: 0 25px 21px -22px rgba(0, 0, 0, 0.4);
    border: 5px solid #ea9215;
    border-radius: 30px;
}

.wd-profile img {
    width: 100%;
}


.wd-upload {
    position: absolute;
    width: 40px;
    height: 43px;
    text-align: center;
    bottom: 9px;
    cursor: pointer;
    padding-bottom: 5px;
    color: #fff;
    background: rgba(128, 0, 128, 0.66);
    right: 5px;
    font-size: 32px;
    display: none;
}

.prof_nm {
  float: left;
  text-align: center;
}

.prof_nm h3 {
    margin: 12px;
    font-family: "Roboto Slab","sans-serif";
    font-weight: normal;
}

.prof_nm h3 a {
    color: #fff;
    text-shadow: 1px 1px 1px #7f7f7f;
}
.prof_left,.prof_right{
  display: table;
  width: 100%;
}
.prof_left {
  background: white;
  padding: 20px;
  border: 1px solid #efefef;
  margin-bottom: 20px;
}

.prof_right {
  background: white;
  padding: 20px;
  /*border: 1px solid #efefef;*/
  margin-bottom: 20px;
}

.prof_right h3,.prof_left h3{
  font-weight: 700;
}

.prof_right ul{
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
}

.prof_right ul li{
  display: inline;
  padding: 10px;
  /* background-color: #ea9215; */
  color: #766d70;
  border: 5px solid #ea9215;
  border-radius: 24px;
  border-left: 10px double;
  border-right: 10px double;
  transition: 0.5s;
  cursor: pointer;
  margin-right: 10px;
}
.prof_right ul li:hover, .prof_right ul li.active{
  /*border:  5px solid #ea9215;
  border-top: 0;
  border-left: 10px solid #ea9215;
  border-right: 10px solid #ea9215;*/
  background-color: #ea9215;
  color: #fff;
}

.wd-link-box {
    padding: 0px;
}

.bottom-border{
  border-bottom: 1px solid #efefef;
  margin-bottom: 40px;
}

.wd-orange {
    color: #F18000;
}
.wd-link-box p {
    padding: 0;
    text-align: left;
    color: #727272;
    margin-bottom: 24px;
    font-size: 16px;
}

.wd-link-box div p {
    padding: 0;
    text-align: left;
    color: #545454;
    margin-bottom: 18px;
    font-size: 16px;
    font-family: Roboto;
}

.info_icon {
    margin-right: 10px;
    font-size: 20px;
    color: #aaafc1;
    position: relative;
    top: 2px;
}

.info_lvl {
    color: #9a9a9a;
    font-family: Roboto, "sans-serif";
    font-size: 16px;
    margin-right: 10px;
}

.tab{
  display: none;
}

.tab.active{
  display: block;
}

.bio_input{
  display: none;
}
.wd-edit{
  font-size: 12px;
  color: #ea9215;
  cursor: pointer;
}
#update_bio{
  width: 100%;
  border: 1px solid #efefef;
  padding: 10px;
  height: 150px;
}


.qualification_inputs select{
  width: 35%;
  border: 1px solid  #efefef;
  padding: 5px;
  float: left;
  height: 40px;
}
.qualification_inputs .sm_inp{
  width: 65%;
  border: 1px solid  #efefef;
  padding: 5px;
  float: left;
  height: 40px;
}

.qualification_inputs .fl_inp{
  width: 100%;
  border: 1px solid  #efefef;
  padding: 5px;
  margin: 10px 0px;
}

.qualification_inputs{
  display: none;
}

#flip .front,#flip .back{
  background-color: #fff;
}
.margin-bottom-5{
  margin-bottom: 5px;
}

.div_level{
  float: left;
  border: 1px solid #efefef;
  padding: 5px 20px;
  margin-right: 5px;
  cursor: pointer;
}

.div_level.selected{
  background-color: #efefef;
  color: #696969;
}

/* ==== Upload Image Styles ==== */

.upload-progress{
    position: absolute;
    left: 0px;
    height: 16px;
    margin: 0px;
    top: 0px;
    width: 100%;
}

#progressBar{
    display: none;
    width: 100%;
    height: 5px;
    position: absolute;
}

progress {
    background: #ffe500;
}
progress::-webkit-progress-bar {
    background: #dddddd;
}
progress::-webkit-progress-value {
    background: #ffe500;
} 
progress::-moz-progress-bar {
    background: #ffe500;
}


.upload_image{
    position: absolute;
    bottom: 11px;
    cursor: pointer;
    left: 225px;
    font-size: 24px;
    height: 50px;
}

.upload_image img{
  height: 100%;
}

.show_upload_image{
  width: 200px;
  height: 140px;
  border: 1px solid #678;
  /*display: none;*/
  margin-top: 15px;
}

.show_upload_image img{
  width: 100%;
  height: 100%;
}

/* === Upload Image Styles END === */

.bg-white{
  background-color: #fff;
}
.prof_nm h3 span{
  color: #fff;
}
.cover_inp{
  margin-bottom: 20px;
}

.course_details,.course_reviews,.review_header{
  border-bottom: 1px solid #efefef;
}

.course_reviews{
  margin-bottom: 20px;
}

.review_header li{
  list-style: none;
  padding: 15px;
}
.review_box{
  display: table;
  width: 100%;
}
.std_prof{
  float: left;
}
.std_cover{
  width: 50px;
  height: 50px;
  border-radius: 25px;
  overflow: hidden;
  margin: 10px;
  border: 2px solid #ea9215;
  margin-bottom: 5px;
}

.std_cover img{
  width: 100%;
  height: 100%;
}
.rev_details{
  float: left;
  padding: 20px;
}

.review_time{
  font-size: 10px;
}

.contact_me_btn{
  border: 1px solid;
  padding: 16px 15px;
  font-size: 14px;
}

.li-prof{
  width: 150px;
}

.sm-profile{
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 25px;
    float: left;
    margin-top: -5px;
    margin-right: 10px;
}
.sm-profile img{
  width: 100%;
  height: 100%;
}
.msg_alert{
  background-color: #80D127;
  color: #fff;
  font-size: 19px;
  padding: 12px;
  text-align: center;
  font-weight: 400;
}
.msg_alert a{
  color: #1797A6;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #f8f8f8;
    text-shadow: 0 0 0 #fff; 
    opacity: 1; 
    margin: 6px;
}

.breadcrums{
  background-color: #232f49;
  color: #fff;
  font-weight: 700;
}


.welcome-msg{
  position: relative;
  font-size: 18px;
  border-bottom: 1px solid #e2e2e2;
}

.breadcrumbs {
  /*background-color: #232f49;*/
  background-color: #f8f9fb;
}
.breadcrumb {
  font-family: Roboto,sans-serif;
  padding: 5px;
  margin: 0;
  background-color: transparent;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  padding-bottom: 10px;
}

.breadcrumb li{
  color: #232f49;
  font-size: 16px;
}
.profile-ul{
  margin-top: 7px !important;
}
.profile-ul li a{
  line-height: 10px !important;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500 !important;
  position: relative;
  color: #fff;
  display: inline-block;
  float: left;
  padding-right: 24px;
  display: none;
}

.welcome-msg{
  padding: 30px 0px;
  background-color: #fff;
  line-height: 1.25;
  color: #2c3e50;
  font-size: 32px;
  font-weight: 700;
}

.main_body{
  background-color: #ebeff2;
  padding-bottom: 70px;
}

.performance_board{
  margin: 50px 0px;
}
.board h1{
  font-size: 24px;
  font-weight: 700;
}
.board p{
  color: #999;
}

.performance_box{
    font-size: 75px;
    text-align: center;
    border-radius: 20px;
    margin-top: 50px;
    padding: 30px;
    width: 200px;
    margin: 0 auto;
}

.bg_orange{
  background-color: #f6bf5b;
  color: #fff;
}

.bg_light_green{
  background-color: #8BC34A;
  color: #fff;
}

.bg_purple{
  background-color: #a55ba6;
  color: #fff;
}

.bg_brown{
  background-color: #795548;
  color: #fff;
}

.bg_green{
  background-color: #5ba68f;
  color: #fff;
}


.bg_red{
  background-color: #eb5948;
  color: #fff;
}

.border_red{
  border-color: #eb5948;
}
.bg_blue{
  background-color: #5f7b8e;
  color: #fff;
}

.performance_1 h1{
    font-size: 18px;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 50px;
}

.performance_1 h2{
    text-align: center;
    margin-top: 10px;
    margin-bottom: 50px;
    font-size: 24px;
    font-weight: 700;
}

.performance_board .performance_box{
  text-align: center;
  border: 1px solid #e2e2e2;
  padding: 30px 0px;
  background-color: #fff;
  height: 400px;
  width: 400px;
  margin: 0 auto;
}
.performance_board .performance_box .title{
  color: #2c3e50;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
  margin: 0px;
}
.performance_board .performance_box i{
  font-size: 50px;
  margin: 30px;
}
.progress-box{
  display: table;
    width: 100%;
    padding: 0px 30px;
}
.performance_board .performance_box .progress-bar{
  width: 100%;
  height: 12px;
  min-height: 12px;
  border: 1px solid #e2e2e2;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 12px;
  background-color: #fff;
  box-shadow: none;
}
.progress-bar .progress{
  background: #d96060;
  border-radius: 0px;
}
.performance_board .performance_box h2{
  font-size: 20px;
  color: #d96060;
  font-weight: 500;
  margin: 25px 0px;
}
.performance_board .performance_box p{
  padding: 0px 20px;
}
.performance_board .performance_box a{}

.no-right-border{
  border-right: 0px !important;
}
hr{
  border: none;
  border-top: 1px solid #c4c4c4;
  margin: 48px 0;
}

.earning_board{
  margin-top: 20px;
}

.earning_board_box{
  border: 1px solid #e2e2e2;
  padding: 0px;
  background-color: #fff;
  margin-bottom: 15px;
}
.earning_board .title{
  color: #2c3e50;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
  margin: 0px;
  padding: 25px;
}
.earning_board .title i{
  float: right;
  color: #c4c4c4;
}
.earning_board h2{
  color: #44bcc3;
  text-align: center;
  font-weight: 700;
  font-size: 36px;
  padding: 20px 0px;
}
.earning_board_box p{
  text-align: center;
}
.red{
  color: #d96060 !important;
}
.ref_bg{
  background-color: #d96060 !important;
}

.green{
  color: #62bf6e !important;
}

.green_bg{
  background-color: #62bf6e !important; 
}
#wd-footer{
  background: #232f49;
  color: #fff;
}

#wd-footer .wd-footer-links li a{
  color: #12d4d2;
}

.sidebar_link:before{
  content: '';
  display: inline-block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  border: 1px solid #e2e2e2;
  box-sizing: border-box;
  margin-right: 8px;
  transition: border-color 50ms ease-in-out;
}
.sidebar_link:before {
  border-width: 2px;
  border-color: #535353;
}

.sidebar_link.active:before{
  border-color: #44bcc3;
}

ul{
  list-style: none;
  padding: 0px;
}

.sidebar,.wd_sidebar{
  border: 1px solid #e2e2e2;
  width: 250px;
  float: left;
  margin-bottom: 20px;
}
.wd_sidebar{
  border: 0;
}

.sidebar h4{
    background-color: #232f49;
    color: #fff;
    padding: 15px;
    margin: 0px;
}

.main-contents{
  margin-top: 50px;
}

.sidebar ul{
  margin: 0px;
}
.sidebar ul li{
  padding: 15px;
  border-bottom: 1px solid #e2e2e2;
}

.sidebar ul li a{
  color: #767676;
}
.wd-contents{
  margin: 0px;
}
.wd-contents .title{
  position: relative;
  line-height: 1;
  padding: 5px 0px;
  font-size: 24px;
  border-bottom: 2px solid #ea9215;
  /* border: 1px solid #e2e2e2; */
  margin-bottom: 0px;
  padding:20px;
  font-weight: 700;
}
.table_title{
  padding: 20px !important;
  /*background-color: #ffffff;*/
  /*color: #232f49;*/
  font-weight: 700;
  border: 1px solid #ddd !important;
}

.table > thead > tr{
    font-size: 13px;
    line-height: 1.84615;
    color: #535353;
    margin-bottom: 24px;
    background-color: #f8f9fb;
}

.table > thead > tr > th{
  padding: 15px;
}

.table > tbody > tr > td{
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.84615;
  color: #535353;
  /*border: 1px solid #e2e2e2;*/
  margin-bottom: 24px;
  padding: 10px;
}

.nowrap, .profile-pic__icon-wrapper {
    white-space: nowrap;
}
.table-striped > tbody > tr:nth-of-type(even){
  background-color: #fbfbfb;
}


.table-striped > tbody > tr:nth-of-type(odd){
  background-color: #fff;
}
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > tfoot > tr > td{
  border-left: 0;
  border-right: 0;

}
.wd-btns{
  float: right;
  position: absolute;
  right: 27px;
  top: 4px;
}
.wd-btn{
    /*float: left;*/
    /* margin-bottom: 10px; */
    background-color: #ea9215;
    border: 1px solid #ea9215;
    color: #fff;
    margin-left: 10px;
    padding: 8px 16px;
    font-size: 10px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 700;
}
.wd-btn.trial{
  background-color: #fff;
  border-color: #e2e2e2;
  color: #000;
}
.wd-btn.trial:hover{
  background-color: #e2e2e2;
  border-color: #e2e2e2;
  color: #000;
}
.wd-btn.lesson{
  background-color: #1ab19d;
  border-color: #1ab19d;
  padding: 15px;
}
.wd-btn.lesson:hover, .wd-btn.lesson:active, .wd-btn.lesson:focus{
  background-color: #00d233;
  border-color: #00d436;
  color: #fff;
}
.wd-btn.cancel{
  background-color: #786f72;
  border: 1px solid #726666;
}
.sm-menu ul{
  margin: 0px;
}
.sm-menu ul li{
  display: block;
  width: 33.33%;
  float: left;
  text-align: center;
  background-color: #fff;
  border: 1px solid #ea9215;
  padding: 10px;
}

.sm-menu ul li a{
  color: #232f49;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 12px;
}

.orange_color{
  color: #EA9215;
}

.sm-menu ul li.active{
  background: #ff3079;
}

.sm-menu ul li.active a{
  color: #fff;
}
.msg_footer{
  background-color: #f8f9fb;
    border: 1px solid #e2e2e2;
    width: 100%;
    display: table;
    padding: 23px 15px;
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.receive_msg,.sent_msg{
  border: 1px solid #e2e2e2;
  border-top: 0px;
  border-left: 0px;
  /*border-bottom: 0px;*/
  padding: 0 20px;
  display: table;
  width: 100%;
}
.receive_msg h4,.sent_msg h4{
  font-size: 14px;
  padding: 10px 10px 0px 10px;
  margin: 0px;
  font-weight: 700;
  color: #00b22d;
}

.receive_msg h4 span,.sent_msg h4 span{
  font-size: 10px;
  color: #c4c4c4;
}

.sent_msg h4{
  /*text-align: right;*/
  font-weight: 700;
  color: #000;
}

.wd-btn.green_bg{
  background-color: #62bf6e;
  border: 1px solid #62bf6e;
}

.wd-btn.red_bg{
  background-color: #d96060;
  border: 1px solid #d96060;
}

.receive_msg .msg{
  position: relative;
  color: #000;
  padding: 10px;
}

.msg{
  position: relative;
  border-radius: 10px;
  width: 80%;
  padding: 15px 20px;
}

/*.msg:before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom: 10px solid #d50951;
    top: -20px;
    left: 30px;
}*/
.sent_msg .msg{
  /*color: #ea9215;*/
  /*background-color: #44bcc3;*/
  padding: 10px;
  /*float: right;*/
  /*text-align: right;*/
}
/*.sent_msg .msg:before {
    border-bottom-color: #44bcc3;
    left: auto;
    right: 30px;
}*/
.lessons > tbody > tr > td{
  padding: 15px;
}

.lessons > tbody > tr > td i{
  padding: 0px;
  font-size: 24px;
  font-weight: 700;
}

.title span{
  color: #12d4d2;
}
.s_title{
  font-size: 18px !important;
  padding-bottom: 45px !important;
}

.status{
  color: #fff;
  background: #999;
  font-size: 10px;
  padding: 5px 10px;
  border-radius: 3px;
  width: auto;
  float: left;
  margin-top: 7px;
}
.wd-btn.back {
  background-color: #fff;
  border-color: #e2e2e2;
  color: #000;
  margin-top: -14px;
}
.lesson_date{
  padding: 41px;
  line-height: 2;
  border-left: 1px solid #e2e2e2;
  font-size: 18px;
}
.lesson_date p{
  margin: 0;
}
.lesson_price{
  padding: 48px;
  font-size: 34px;
  font-family: 'Roboto', sans-serif;
  border-left: 1px solid #e2e2e2;
}
.lesson_details{
  padding: 50px;
  font-weight: 500;
  font-size: 16px;
  border-left: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
}
.lesson_details p{
  margin: 0;
}
.students{
}
.students td{
  padding: 20px !important;
  vertical-align: middle;
}
.students td a{
  font-size: 20px;
}
.students td .book_now a{
  font-size: 14px;
}
.students td .book_now, .students td .rate{
  font-size: 14px;
  position: relative;
  top: 5px;
}
.total_earning{
  font-size: 24px;
  font-weight: 700;
}

.small{
  color: #999;
}
.wd_space{
  padding-top: 5px;
  padding-bottom: 5px;
}
.price{
  font-size: 24px;
  color: #535353;
  font-weight: 700;
}
.padding-bottom-30{
  padding-bottom: 30px !important;
}

.period_earning{
    position: absolute;
    top: 30px;
    right: 25px;
    text-align: center;
}
.period_earning .small{
  font-size: 12px;
}

.period_earning .price{
  font-size: 18px;
  line-height: 1;
  margin-top: 5px;
}
.date_input{
  position: relative;
  padding-bottom: 15px;
}
.date_input input{
    border: 1px solid #e2e2e2;
    width: 140px;
    margin-right: -7px;
    padding: 5px;
}

.date_input i{
  padding-left: 10px;
  background-color: #e2e2e2;
  padding: 13px 18px;
  border: 1px solid #e2e2e2;
  font-size: 12px;
  /* margin-top: -6px; */
  position: absolute;
  border-radius: 0px 3px 3px 0px;
  color: #999;
}

.no_margin{
  margin: 0;
}
.earning > tbody > tr > td{
  padding: 18px;
  font-size: 12px;
}
.welcome-msg p{
  font-size: 14px;
  padding-left: 20px;
  margin: 0;
}

.dp-box{
    position: relative;
    width: 350px;
    /*width: 100%;*/
    background-color: #f6f9fc;
    border-radius: 5px;
    padding: 30px 0;
    margin-top: 25px;
    display: table;
}
.dp-box .dp{
    width: 270px;
    height: 270px;
    border-radius: 150px;
    border: 5px solid #fff;
    margin: 0 auto;
    overflow: hidden;
}

.dp-box .dp img{
  width: 100%;
  height: 100%;
}

.info{
  width: 240px;
  margin: 0 auto;
  text-align: center;
}
.info i{
  font-size: 35px;
}

.dp-box .foot{
  display: table;
  height: 35px;
  background-color: #fff;
  width: 100%;
  margin-top: 120px;
  border-radius: 0 0 5px 5px;
}

.hour_rate{
  position: absolute;
  right: 18px;
  top: 230px;
}
.hour_rate .circle{
  width: 80px;
  height: 80px;
  padding: 11px;
  font-size: 30px;
  border: 5px solid #fff;
  color: #fff;
  background-color: #d50951;
  float: left;
  position: absolute;
  right: -15px;
  top: 15px;
}

.dp-box,.pro-box{
  float: left;
}

.pro-box{
  position: relative;
  margin: 30px;
  color: #fff;
}

.pro-box h1{
  font-size: 50px;
  font-weight: 700;
}

.pro-box h4{
  font-weight: 700;
}


.pro_menu {
    position: relative;
    top: 76px
}


.pro_menu ul {
    background: none;
    padding: 0;
    margin: 0;
}

.pro_menu ul li {
  position: relative;
  display: inline-block;
  padding: 12px 5px;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-transition: all ease-out .3s;
  -moz-transition: all ease-out .3s;
  -o-transition: all ease-out .3s;
  transition: all ease-out .3s;
  color: #fff;
  cursor: pointer;
}
.pro_menu ul li:hover,.pro_menu ul li.active {
  border-bottom: 10px solid #d50951;
}
.pro_menu .rating{
  margin-right: 10px;
}

.pro_menu ul li a {
    text-decoration: none;
    color: #fff;
    padding: 5px;
    display: block;
    font-size: 14px;
    text-shadow: 1px 1px 1px #2b2b2b;
}


.pro_menu_icon {
    color: rgb(239, 199, 255);
    margin-right: 5px;
    font-size: 21px;
    position: relative;
    top: 2px;
}
.contents_div{
      display: table;
    /*padding-left: 485px;*/
    padding-top: 30px;
    width: 100%;
    background-color: #ebeff2;
}
.contents_div .box{
    background-color: #fff;
    padding: 20px;
    width: 100%;
    margin-bottom: 20px;
    display: table;
    color: #999;
    box-shadow: 2px 5px 5px;

}
.contents_div .box h2{
  font-weight: 700;
  font-size: 24px;
  color: #232f49;
}
.contents_div .box h4{
  font-weight: 700;
  color: #232f49;
  margin-bottom: 10px;
  margin-top: 25px;
}
.margin-bottom{
  margin-bottom: 10px;
}
.contents_div .box p{
  color: #999;
}
.contents_div .box i{
  position: relative;
  top: 7px;
  color: #4cbbc2;
  padding-right: 15px;
}
.contents_div ._bio{}
.contents_div ._subject{}
.contents_div ._qualification{}

.wd-cover-dash{
  background-image: url('../../assets/images/cover/admin_1491828172.jpg');
  background-size: 100%;
  transition: all .2s ease-out;
  background-position-y: -300px;
}
.wd-cover-dash.fixed{
  position: fixed;
  top: 0px;
  background-image: none;
  background-color: #456;
  height: 160px;
  transition: all .2s ease-out;
  z-index: 9;
}
.wd-cover-dash.fixed .title{
  font-size: 34px;
  transition: all .2s ease-out;
}
.wd-cover-dash.fixed .hide_fixed{
  display: none;
}

.wd-cover-dash.fixed .pro_menu{
  top: 12px;
}
.edit_btn{
  position: absolute;
  right: 40px;
  top: 23px;
  background-color: #4cbbc2;
  padding: 5px 20px;
  color: #fff;
  border-radius: 4px;
  font-size: 18px;
}
.edit_btn:hover{
  color: #fff;
}

.margin_top{
  margin-top: 40px;
}
.preview{
  height: 85px;
}

.table .head{
  background-color: #232f49;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding-left: 20px;
}

.edit_proile td{
  padding: 15px !important;
  font-size: 16px !important;
}
.edit_proile i{
  color: #4cbbc2;
  font-size: 24px;
}
.edit_proile a{
    padding: 10px 35px;
    color: #fff;
    border-radius: 3px;
    background-color: #d50951;
    border-color: #d50951;
    font-weight: 700;
}
.set_account_details{
  float: right;
    padding: 10px 28px;
    color: #fff;
    border-radius: 3px;
    background-color: #d50951;
    border-color: #d50951;
    margin-bottom: 10px;
}
.set_account_details:hover{
  color: #fff;
}
.front_end a{
  line-height: 35px !important;
}

.front_end a span{
  padding: 0 20px !important;
}

.account_page{
  margin-top: 30px;
}

.account_page h1{
  font-size: 26px;
  font-weight: 700;
}
.account_sidebar{
  width: 350px;
}
.sidebar_head{
  background-color: #232f49;
  padding: 15px 25px !important;
  color: #fff;
  font-size: 18px;
}
.account_page td{
  font-size: 16px !important;
  font-weight: 500;
  padding: 10px 25px !important;
}
.account_page td i{
  float: right;
    font-size: 24px;
}

.account_page td .fa-check{
  color: #5cb85c;
}
.account_page td .fa-minus{
  color: #545454;
}
.account_tab{
  display: none;
}
.account_tab.active{
  display: block;
}
.account_contents{
  padding-left: 390px;
}

.account_tab h2{
  font-size: 24px;
  font-weight: 700;
}

.account_tab input{
  padding: 10px;
  width: 100%;
  color: #767676;
  margin-bottom: 10px;
  border: 1px solid #e2e2e2;
}
.dis_table{
  display: table;
  width: 100%;
}
.account_tab h4{
  margin-top: 30px;
  margin-bottom: 10px;
}

.identification .box{
  border: 1px solid #e2e2e2;
  padding: 30px 10px;
  border-radius: 5px;
}
.identification .box img{
  width: 100%;
}
.identification h3{
  margin-top: 30px;
  margin-bottom: 20px;
}

.drag_img{
  border: 2px dashed #e2e2e2;
  border-radius: 10px;
  width: 100%;
  height: 200px;
  margin-bottom: 20px;
}
.drag_img p{
  vertical-align: middle;
  text-align: center;
  color: #e2e2e2;
  font-weight: 700;
  font-size: 24px;
  margin-top: 75px
}
.a_tab{
  cursor: pointer;
}

.a_tab.active{
  color: #4cbbc2;
  background-color: transparent !important;
}
.jobs{
  padding: 30px;
}
.jobs h4{
  margin: 0;
  font-weight: 700;
}
.popup{
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(68, 85, 102, 0.85);
  z-index: 9999;
  overflow: scroll;
  display: none;  
}

.popup h2{
    font-weight: 700;
    font-size: 26px;
    margin-top: 10px;
}
.popup label{
  font-size: 14px;
  color: #535353;
  margin: 0;
}
.popup .box{
  width: 800px;
  margin: 0 auto;
  background-color: #fff;
  margin-top: 50px;
  margin-bottom: 50px;
}

.popup .box .inner_div{
  position: relative;
  padding: 30px;
}
.popup .box .wd_close{
  position: absolute;
  top: 20px;
  right: 20px;
  opacity: 1;
  font-size: 26px;
  color: #000;
}

.popup .box input,.popup .box select{
  width: 100%;
  padding: 5px 10px;
  border: 1px solid #e2e2e2;
  margin-bottom: 15px;
  color: #535353;
  border-radius: 3px;
}
.popup .box select{
  padding: 8px;
}

.popup .box .selectize-input:after{
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: 3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}

.popup .box input[type="radio"]{
  width: auto;
}
.selectize-input{
  position: relative;
}

.rw{
  border-top: 1px solid #e2e2e2;
}
.wd_dropdown{
    border: 1px solid #e2e2e2;
    margin-top: 0px;
    font-size: 14px;
    max-height: 400px;
    overflow: hidden;
    overflow-y: scroll;
    display: none;
    position: absolute;
    width: 90%;
    background-color: #FFF;
    z-index: 9;

}
.wd_dropdown.active{
  display: block;
}
.wd_dropdown ul{
  padding: 0;
}

.wd_dropdown ul li{
  cursor: pointer;
  padding: 5px 10px;
}
.wd_dropdown ul li:hover{
  background-color: #e6f2ff;
}

.popup .box p{
  text-align: center;
  font-weight: 700;
  margin-top: 15px;
  font-size: 14px;
  margin-bottom: 0;
}

.lesson_price_box{
  border: 1px solid #e2e2e2;
  padding: 5.5px;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
}
.popup .box a{
    padding: 5px 10px;
    border: 1px solid #e2e2e2;
    margin-bottom: 15px;
    color: #535353;
    border-radius: 3px;
}
.popup .box_foot{
    position: relative;
    display: table;
    width: 100%;
    background-color: #f6f9fc;
    height: 96px;
}
.popup .box_foot .btns{
    position: absolute;
    margin-top: 10px;
    float: right;
    z-index: 99;
    margin: 30px;
    right: 0px;
}
.popup .box .btn{
    width: auto;
    margin: 0;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    padding: 10px 20px;
    text-transform: uppercase;

}

.std_image{
  width: 70px;
  height: 70px;
  overflow: hidden;
  border-radius: 35px;
  border: 4px solid #e2e2e2;
}

.std_image img{
  width: 100%;
  height: 100%;
}
.std_msg_table td{
  padding: 15px !important;
}
.std_msg_table h3{
  margin-bottom: 10px;
}
.std_msg_table h4{
  margin-bottom: 10px;
}
.std_msg_table p{
  margin: 0;
}

.std_msg_table a{
    background-color: #d50951;
    border-color: #d50951;
  padding: 7px 45px;
  color: #fff;
  border-radius: 3px;
  margin-top: 25px;
}
.std_msg_table a:hover{
  color: #fff;
  background-color: #fb1566;
}
.std_msg_table tr{
  background-color: #fef3ab !important;
}
.std_msg_table .read{
  background-color: #fff !important;
}

.std_sm_menu ul li{
  width: 25%;
}
.std .msg_footer{
  margin-bottom: 30px;
}
.std .msg_footer textarea{
  width: 100%;
  padding: 10px;
}
.std .msg_footer input{
  border-color: #232f49;
  background-color: #232f49;

  float: right;
  color: #fff;
  padding: 5px 40px;
  border-radius: 3px;
  font-size: 12px;
}

.no_right{
    border: 1px solid #e2e2e2;
    padding: 30px;
    text-align: center;
}

.btn-pink {
    color: #fff;
    background-color: #d50951;
    border-color: #d50951;
    transition: color 50ms ease-in-out,border-color 50ms ease-in-out,background-color 50ms ease-in-out,opacity 50ms ease-in-out;
    padding: 10px 15px;
    border-radius: 3px;
}


.std .wd-contents .title{
  display: table;
  width: 100%;
}

.pro_img{
  width: 150px;
  height: 150px;
  border: 10px solid #e2e2e2;
  border-radius: 75px;
  overflow: hidden;
}

.pro_img img{
  width: 100%;
  height: 100%;
}
.std .box h3{
    font-weight: 400;
    font-size: 28px;
    margin-bottom: 15px;
}
.btn-relative{
  position: relative;
  height: 33px;
}
.btn-relative .wd-btns{
  float: none;
  position: relative;
  top: 0px;
  left: 0px;
}
.btn-relative .wd-btns a{
  font-size: 9px;
  width: 100%;
  margin-left: 0px;
}

.star{
  margin-top: 30px;
}

.star i{
  color: #00b22d;
}
.profile p{
  margin-bottom: 0px;
}
.star span{
  color: #e2e2e2;
}
.star span.checked{
  color: #12d4d2;
}
._subject small{
  font-size: 14px;
}

.border{
  border: 1px solid #f5f5f5;
  margin-bottom: 15px;
}

.s_title .wd-btns{
  top: 30px;
  right: 20px;
}
.earning_board_box img{
  width: 100%;
}

.earning_board_box h3{
  text-align: center;
  margin-top: 10px;
}

.account_box{
  width: 70%;
  margin: 0 auto;
  text-align: center;
}

.account_box img{
  width: 100%;
}
.account_box h1{
  font-size: 40px;
  margin-top: 30px;
}
.account_box p{
  font-size: 16px;
}
.account_box i{
  font-size: 100px;
}
.account_steps{
  text-align: center;
  padding-top: 50px;
  /*border: 1px solid #e2e2e2;*/
  margin-top: 50px;
}
.account_steps>h1{
  color: #2c3e50;
  font-size: 40px;
  font-weight: 700;
}
.middle_line{
    width: 4px;
    border: 2px solid #232f49;
    height: 100%;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    top: 0px;
}
.account_steps .box{
  position: relative;
  /*border: 1px solid #e2e2e2;*/
  padding: 50px 0px;
}

.counter{
    width: 70px;
    height: 70px;
    margin: 0 auto;
    position: absolute;
    left: 0px;
    right: 0px;
    border: 4px solid #232f49;
    border-radius: 35px;
    vertical-align: middle;
    background-color: #ebeff2;
    padding: 13px;
    font-size: 24px;
}

.message_box{
  display: table;
  width: 100%;
  border: 1px solid #e2e2e2;
  margin-bottom: 50px;
}

.message_box h3{
  background-color: #f5be5b;
  margin: 0;
  padding: 15px;
  border-bottom: 1px solid #f5be5b;
  border-right: 1px solid #ffffff;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}

.message_box .inbox{
  height: 600px;
  overflow: hidden;
  overflow-y: auto;
}
.message_box ul{}
.message_box ul li{
  position: relative;
  padding: 15px;
  height: 80px;
  /*border-right: 1px solid #e2e2e2;*/
  border-bottom: 1px solid #e2e2e2;
  cursor: pointer;
}
.message_box .round_img{
  width: 50px;
  height: 50px;
  border-radius: 25px;
  overflow: hidden;
  float: left;
}
.message_box .round_img img{
  width: 100%;
  height: 100%;
}

.message_box .round_img .online_status{}

.message_box .info{
  float: left;
  width: auto;
  padding-left: 10px;
  padding-top: 17px;
}
.info h6{
    margin: 0;
    font-weight: 700;
    font-size: 14px;
    text-align: left;
}
.info p{
  margin: 0px;
  font-size: 14px;
}
.info .time_span{
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 10px;
}

.padding-right-0{
  padding-right: 0;
}
.padding-left-0{
  padding-left: 0;
}
.message_box .title{
  padding: 8px;
  border-bottom: 1px solid #f5be5b;
  background-color: #f5be5b;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}
.person_name_msg_head{
  color: #fff !important;
}

.message_content{
  position: relative;
  height: 600px;
}

.message_content .box{
  width: 100%;
  height: 520px;
  overflow: hidden;
  overflow-y: scroll;
}

/*Scroll bar*/

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: rgba(239, 239, 239, 0);
}

::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    background-color: #463e50;
    border: 2px solid #ffffff;
    border-radius: 10px;
}

.wd-contents .box{
  display: table;
  width: 100%;
  margin-bottom: 50px;
  position: relative;
  padding-bottom: 48px;
}

.dropdown li{
  float: none;
}

.wd-nav ul li.has-dropdown .dropdown li{
  width: 100%;
}

.account_menu li{
  display: inline;
  font-size: 14px;
}
.account_menu li a{
  padding: 5px;
  border: 1px solid;
}

#wd-performance,#wd-account,#wd-message,#wd-student,#wd-lesson,#wd-earning,#wd-profile,#wd-review-lesson{
  clear: both;
  padding-top: 50px;
}

#wd-index{
  clear: both;
  padding-bottom: 70px;
}

.col-2{
  width: 230px;
  /*float: left;*/
  display: inline-block;
  padding: 0 15px;
}

.col-6{
  width: 50%;
  float: left;
  padding: 0 15px;
}

.col-4{
  width: 33.33%;
  float: left;
  padding: 0 15px;
}


.profile_box{
  display: table;
  width: 100%;
  /*background-color: #f6f9fc;*/
  padding-bottom: 30px;
  margin-top: 30px;
  /*text-align: center;*/
  border-bottom: 3px solid #ea9215;
}

.padding-20{
  padding: 20px;
}

.box_head{
  width: 10%;
  text-align: center;
  float: left;
}
.box_head h5{
  margin-bottom: 5px;
}

.box_head p{
  margin-bottom: 0;
}
.profile{
  font-size: 16px;
  text-align: center;
  width: 250px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  height: 250px;
  border: 1px solid #e2e2e2;
  background-color: #fff;
  box-shadow: 0px 0px 10px 4px #ea9215;
}
.profile .rate{
    color: #00b22d;
    font-size: 24px;
    font-weight: 700;
    /*text-shadow: 1px 1px 2px #00b22d;*/
}
.profile img{
  width: 100%;
  height: 100%;
}

.box_body{
  /*text-align: center;*/
  float: left;
  width: 90%;
  padding-left: 20px;

}

.box_body h3{
  margin-top: 10px;
  margin-bottom: 10px;
}

.box_foot{
  position: relative;
  margin: 15px 0px;
}

.box_foot .wd-btns{
  position: absolute;
  left: 0px;
  right: 0px;
  text-align: center;
  top: 5px;
}

.box_foot .wd-btns .wd-btn{
  float: none;
}

.wd-cover.wd-cover-sm .display-t, .wd-cover.wd-cover-sm .display-tc{
  height: 350px;
}
#wd-header .display-tc h1, #wd-counter .display-tc h1, .wd-cover .display-tc h1{
  line-height: 1;
  margin-bottom: 5px;
  font-size: 38px;
}

#wd-header .display-tc h1 i, #wd-counter .display-tc h1 i, .wd-cover .display-tc h1 i{
    padding: 10px 12px 10px 12px;
    border-radius: 10px;
    font-size: 40px;
    position: relative;
    top: -3px;
}
.wd-cover.wd-cover-sm {
    height: 400px;
}

.search input{
  width: 100%;
  padding: 5px;
  border: 1px solid #fff;
  border-radius: 4px;
  box-shadow: 0px 0px 10px #f6f9fc;
  color: #ea8d4e;
}

.search input::placeholder{
  color: #ea8d4e;
}

.search select{
  width: 100%;
  padding: 8px;
  border: 1px solid #fff;
  border-radius: 4px;
  box-shadow: 0px 0px 10px #f6f9fc;
  color: #ea8d4e;
}
.search input[type="submit"]{
  color: #fff;
  background-color: #ea8d4e;
}
.search label{
  color: #fff;
}

.c_orange{
  color: #ea9215 !important;
}

.bg_yellow{
  background-color: #ffeb3b;
  color: #fff;
}

.bg_light_blue{
  background-color: #03A9F4;
  color: #fff;
}
.h4_title{
    font-size: 14px;
    font-size: 24px;
    font-weight: 700;
}

.h3_num{
  font-weight: 700;
  color: #ea9215;
}

.pro_circle{
  padding: 2px;
  background-color: #fff;
}

.pro_details{
  padding: 20px;
  background-color: #fff;
  font-weight: 700;
}

.pro_details p{
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.pro_details .rate{
  position: absolute;
  top:20px;
  right: 45px;
  font-size: 18px;
}

.pro_details small{
  font-weight: 700;
  font-size: 18px;
}

.pro_details h3{
  font-weight: 700;
  font-size: 40px;
}
.search_page{
  /*background-color: #f6f9fc;*/
}

.profile{
  background-color: #f6f9fc; 
}

.search{
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 50px;
  z-index: 9;
}

.edit_link{
  font-size: 14px;
  float: right;
}

.popup .box {
    position: relative;
    display: table;
    margin: 50px auto;
    background-color: #fff;
    /* padding: 20px; */
}

.popup .box h3 {
    background-color: #e2e2e2;
    text-align: center;
    padding: 10px;
    margin-top: 40px;
    margin-bottom: 0;
}

.popup .box .inner {
    padding: 30px;
    /* padding-bottom: 50px; */
}

.popup textarea{
  width: 100%;
  padding: 10px;
}

.bio_popup .box{
  /*width: 600px;*/
}

.popup textarea{
  height: 200px;
}

.bio_popup .box input[type="submit"]{
  margin-bottom: 0px;
}

.edit_link i{
  color: #ea9215;
}

.cus_btn{
  background-color: #ea9215;
  color: #fff;
  width: 100px;
  margin: 20px auto 0px;
  text-align: center;
  padding: 5px;
  border-radius: 3px;
}


.search_page label{
  width: 100%;
}

.search_page select,.search_page select{
  width: 100%;
  padding: 10px;
  border-radius: 5px;
}

.search_page input[type='checkbox']{
  width: 39px;
  height: 39px;
  margin-top: 0px;
  cursor: pointer;
}

.search_page input[type='checkbox']:after{
  color: #456;
}
.course_levels{
  width: 100%;
  display: table;
  margin: 1px;
  display: none;
}

.course_levels.active{
  display: table;
}

.course_levels .courses{
  background-color: #afafaf;
  color: #fff;
  float: left;
  padding: 5px 15px;
  border-radius: 5px;
  margin: 0 5px 0 0;
  cursor: pointer;
}

.course_levels .courses.active{
  background-color: #3c8dbc;
}

.level_div{
  /*border: 1px solid #e2e2e2;*/
  height: 39px;
}

.pro_name{
  float: left;
  margin-top: 10px;
}

.error{
  color: #f00;
  text-align: center;
  font-weight: 700;
  padding-top: 0px;
}

.change_dp{
  color: #ea9215;
  position: absolute;
  right: 25px;
  font-size: 25px;
  bottom: 20px;
  cursor:pointer;
  display: none;
}

.dp-box:hover .change_dp, .pro_circle:hover .change_dp{
  display: block;
}


.dp-box #progressBar{
    bottom: 0px;
}


.pop_img{
  width: 200px;
  height: 200px;
  overflow: hidden;
  border-radius: 100px;
  margin: 20px auto;
}
.pop_img img{
  width: 100%;
  height: 100%;
}

.pop_name{
  text-align: center;
  font-weight: 700;
  margin-top: 10px;
  font-size: 24px;
}

.contact_popup h4{
  text-align: center;
  margin-top: 100px;
}

.typing_status{
  position: absolute;
  bottom: 81px;
  left: 1px;
  color: #f5be5b;
  font-style: italic;
  font-size: 12px;
  padding: 10px;
  background-color: #fff;
}
.wd-nav ul li{
  position: relative;
}
.notification{
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: #d50951;
  padding: 0px 5px;
  border-radius: 20px;
  color: #fff;
  font-size: 11px;
}

.account_menu li{
  position: relative;
}

.account_menu li .notification{
  top: -15px;
}

.info h6 .notification {
    padding: 4px 5px;
    top: 30px;
    right: 50px;
}

.load_more{
  text-align: center;
  margin: 10px;
}

.preloader{
  display: none;
}

.unread{
  background-color: #fffdcf !important;
}

.lessons_det{
	text-align: left;
}
.lesson_box{
	border: 1px solid #e2e2e2;
    padding: 10px;
    margin-bottom: 10px;
    box-shadow: 0px 3px 5px #6c6c6c;
}

.lesson_box .datetime{
	text-align: center;
    background-color: #ea9215;
    background-color: #ea5948;
    color: #fff;
    padding: 5px;
}

.fc-day{
	position: relative;
	cursor: pointer;
}

.fc-content-skeleton{
	z-index: -1 !important;
}

.fc-unthemed td.fc-today{
  background: rgba(255, 237, 140, 0.3);
}


.rating {
  display: inline-block;
  position: relative;
  height: 20px;
  line-height: 20px;
  font-size: 24px;
}

.rating label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  cursor: pointer;
}

.rating label:last-child {
  position: static;
}

.rating label:nth-child(1) {
  z-index: 5;
}

.rating label:nth-child(2) {
  z-index: 4;
}

.rating label:nth-child(3) {
  z-index: 3;
}

.rating label:nth-child(4) {
  z-index: 2;
}

.rating label:nth-child(5) {
  z-index: 1;
}

.rating label input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.rating label .icon {
  float: left;
  color: transparent;
}

.rating label:last-child .icon {
  /*color: #000;*/
  color: #e2e2e2;
}

.rating:not(:hover) label input:checked ~ .icon,
.rating:hover label:hover input ~ .icon {
  /*color: #09f;*/
  color: #00b22d;
}

.rating label input:focus:not(:checked) ~ .icon:last-child {
  color: #000;
  text-shadow: 0 0 5px #09f;
}

#wd-review-lesson{
  padding-top: 70px;
  padding-bottom: 70px;
}

#wd-review-lesson textarea{
  width: 100%;
  height: 140px;
  padding: 10px;
}

.review_btn{
  margin: 0px 0px 20px;
}

.star.ratings{
  margin: 0px;
}
.star i.not_active{
  color: #e2e2e2;
}

.edit_tagline_btn,#update_tagline,#update_city,#update_country{
  cursor: pointer;
}

#tagline, #ed_city, #ed_country{
  border: none;
  border-bottom: 1px solid #e2e2e2;
  background-color: transparent;
  padding-bottom: 0px;
}

.edit_tagline, .edit_city, .edit_country{
  display: none;
  margin-bottom: 10px;
}


.no_margin{
  margin: 0;
}


.notifications{
  display: none;
  background-color: #fff;
  position: absolute;
  right: -140px;
  border: 2px solid #e2e2e2;
  border-radius: 0px;
}

.notifications ul{
  max-height: 350px;
  overflow: hidden;
  overflow-y: scroll;
}

.notifications li{
  width: 350px !important;
  /*padding: 10px !important;*/
  border-bottom: 1px solid #e2e2e2;
}
.notifications li.unseen{
  background-color: #f3f3f3;
}
.wd-nav ul li .notifications li a{
  color: #000;
  line-height: 1.5;
  font-size: 12px;
  text-transform: inherit;
  padding: 10px;
  display: table;
}

.notifications:before {
    top: -23px;
    right: 167px;
    border: solid transparent;
    content: " ";
    height: 0px;
    width: 0px;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #fff;
    border-width: 11px;
    margin-left: 0;
}
.lesson_notif:hover .notifications{
  display: block;
}

.round-img{
  width: 50px;
  height: 50px;
  border-radius: 25px;
  overflow: hidden;
  float: left;
}
.round-img img{
  width: 100%;
  height: 100%;
}

.notifications .det{
    font-size: 12px;
    padding: 0px 5px;
    float: left;
    width: 280px;
    color: #000;
}

.notifications .det .time{
  color: #8c8c8c;
}

.relative{
  position: relative;
}

.relative .round-img{
  position: absolute;
  top: 8px;
}

.pop_datetime{
  background-color: #e2e2e2;
  margin-top: 23px;
  padding: 5px;
  text-align: center;
}

.pop_student .round-img{
  width: 100px;
  height: 100px;
  margin-top: 10px;
}

.pop_subject,.pop_message{
      margin-top: 15px;
    padding-left: 110px;
}

.request td{
  padding: 25px !important;
}


td.message{
  min-width: 300px;
}

.request .cus_btn{
  margin: 0px;
}

.success{
  text-align: center;
  background-color: #87ff71;
  z-index: 9999;
  position: relative;
  top: 0px;
  color: #262626;
  padding: 5px;
}

.aside{
  position: fixed;
  right: -122px;
  top: 100px;
  z-index: 99;
  background-color: #fff;
  padding: 10px;
  border: 1px solid #e2e2e2;
  -webkit-transition: all 1s; /* Safari */
  transition: all 1s;
  z-index: 9999;
}

.aside:hover{
  right: 0px;
}

.aside .box{
  width: 100px;
  text-align: right;
}

.aside .control{
  position: absolute;
  left: -26px;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  padding: 2px 5px 0px;
  top: -1px;
  cursor: pointer;
}

.submit_btn{
  background-color: #008ac5;
    border: 0px;
    padding: 10px;
    color: #fff;
    border-radius: 3px;
}

.payment_loader{
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 40px;
}

.message .title{
  background-color: #456;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}

.fc-toolbar h2{
  font-size: 24px;
    margin-bottom: 1px;
    line-height: 0;
}

.fc th, .fc-basic-view td.fc-week-number, .fc-icon, .fc-toolbar{
  color: #ea9215;
}


.fc-header-toolbar{
  padding: 15px;
  background-color: #ea5948;
  color: #fff;
}
.tutor_home{
  display: none;
}

.book_lesson label{
  margin-top: 10px;
}

.edit_travel_radius{
  position: relative;
  display: none;
}

.edit_travel_radius span{
  position: absolute;
  left: 140px;
  top: 0px;
  background-color: #ea9215;
  padding: 3px 10px;
  color: #fff;
}

.edit_travel_radius input{
  padding-left: 5px;
  margin-bottom: 20px;
}

#update_travel_radius{
  cursor: pointer;
}

.payment_profile{
  width: 180px;
  height: 180px;
}
.students > thead > tr{
  background-color: #5ba58e;
  color: #fff;
}

.earning > thead > tr{
  color: #fff;
  background-color: #5f7a8d;
}

#wd-explore{
  background-color: #fff;
}

.wd-heading h2{
  font-size: 46px;
  font-weight: 700;
  color: #1ab19d;
}

.wd-heading h2 i{
  font-size: 60px;
}
.mt h3,.mt h4{
  font-size: 28px;
  color: #002b57;
  font-weight: 700;
}


.mt p{
  font-size: 18px;
}

#wd-explore{
  padding-top: 50px;
}

.other_course,.student_home{
  display: none;
}

.profile_header{
  height: auto !important;
}

.profile_header .display-t{
  margin-top: 150px;
}

.profile_header .profile_box{
  margin-top: 60px;
  padding-bottom: 60px;
  border-bottom: 0px !important;
}
.profile_header .pro_circle{
  /*background-color: #969696;*/
  background-color: transparent;
}

.profile_header .pro_details{
  /*background-color: #969696;*/
  background-color: transparent;
  color: #fff;
}

.wd-explore h4{
  height: 50px;
  text-align: center;
}

.performance_1{
  text-align: center;
}

.performance_1.mt p{
  margin: 40px 0px;
  text-align: center;
  color: #2c3e50;
}

.see_map{
  color: #1ab19d;
}

.booking_form input, .booking_form select{
  margin-bottom: 15px;
}

.booking_instruction ul li{
  padding-left: 0px;
}

.facebook {
  font-size: 23px;
  color: #ea9215;
  padding-right: 24px;
}

.other_subject,.other_level{
  display: none;
}

._subject.box .edit_subject{
  top: 0px;
  right: 0px;
  padding: 0px;
  color: #ea9215;
  font-size: 10px;
  cursor: pointer;
  padding-left: 10px;
} 

.delect_link{
  color: #ff3a3a;
  font-size: 10px !important;
  cursor: pointer;
}

.cancel_del{
  position: absolute;
  right: 30px;
  color: #000 !important;
}

.founders{
  width: 100%;
}

.account_notif{
  text-align: center;
  background-color: #ea9215;
  padding: 10px;
  color: #fff;
}
.account_notif a{
  color: #2c5a93;
}

.account_notif a:hover{
  color: #fff;
}

.wd-login{
  min-height: 100vh;
}
.signup_link{
  padding-left: 70px;
}

.rec_email{
  margin-top: 100px;
}
.empty_space{
  display: table;
  width: 100%;
  height: 70px;
}

.desktop_view{
  display: block;
}
.mob_view{
  display: none;
}



/*Mobile */
@media screen and (max-width: 768px){
  #wd-header .display-tc, #wd-counter .display-tc, .wd-cover .display-tc{

  }
  .wd-cover .display-t, .wd-cover .display-tc {
    height: 280px;
    overflow: auto;
  }
  .wd-login{
    min-height: 120vh;
  }
  .right_bar{
    border: 0px;
  }
  .wd-signup{
    min-height: 150vh;
  }
  .login_welcome{
    padding: 0px;
    text-align: center;
    border: 0px;
  }

  .signup_link{
    position: relative;
    display: table;
    width: 100%;
    padding-left: 0px;
    text-align: center;
    margin-top: 30px;
  }

  .login_box,.signup_box{
    padding: 10px;
  }

  .rec_email{
    margin: 0px;
  }


  #wd-header .display-tc h1, #wd-counter .display-tc h1, .wd-cover .display-tc h1{
    font-size: 28px;
  }
  .wd-heading h2 i {
    font-size: 30px;
  }
  .wd-heading h2 {
      font-size: 28px;
  }

  #wd-started .btn {
      height: 48px;
      font-size: 10px;
  }

  #wd-footer{
    text-align: center;
  }

  #wd-footer h4{
    margin-top: 25px;
  }

  #wd-footer #wd-logo{
    text-align: center;
  }

  #wd-footer p{
    text-align: center;
  }

  .img-responsive{
    margin-bottom: 15px;
  }

  .empty_space{
    height: 30px;
  }

  .col-2,.col-4{
    width: 100%;
  }

  .padding-right-0,.padding-left-0{
    padding: 0px;
  }

  #wd-performance, #wd-account, #wd-message, #wd-student, #wd-lesson, #wd-earning, #wd-profile, #wd-review-lesson{
    padding: 0px;
  }

  .message_box{
    border: 0px;
  }

  .message_box .inbox{
    height: auto;
  }
  .write_msg{
    padding:10px; 
  }
  .write_msg textarea{
    width: 100%;
  }

  .write_msg .wd-btns{
    position: relative;
    right: 0px;
    top: 23px;
  }

  .mob_view_padd{
    padding: 0px;
  }

  .fc .fc-toolbar>*>*{
    padding-left: 2px;
  }
  .account_menu li {
    margin-bottom: 10px;
    display: inline-block;
  }

  .desktop_view{
    display: none;
  }
  .mob_view{
    display: block;
  }

  .mob_view .tr{
    margin-top: 10px;
  }
  .mob_view .td{
    background-color: #00BCD4;
    border-bottom: 1px solid #fff;
    padding: 10px;
    color: #5d5d5d;
  }

  .mob_view .td.table_title{
    color: #fff;
    background-color: #ea9215;
    margin: 0px;
  }

  .mob_view .book_now{
    float: right;
  }
  .mob_view .book_now a{
    color: #ffd79d;
    cursor: pointer;
  }

  #wd-offcanvas ul li > ul{
    display: block;
  }

  .popup .box{
    width: auto;
  }

  #wd-offcanvas ul{
    display: table;
    width: 100%;
  }

  .profile-ul{
    float: left !important;
  }

  .profile-ul li{
    width: 100%;
  }
  .profile-ul li .dropdown{
    display: table !important;
    width: 100% !important;
  }
  .profile-ul li .dropdown li{
    width: 100%;
    height: 30px;
  }
  .profile-ul li .dropdown li a{
    display: block;
    padding: 10px 0px;
    font-weight: 400 !important;
  }


  .search_page .profile_box{
    padding-bottom: 15px;
    margin-top: 15px;
  }
  .search_page .pro_details{
    padding: 5px;
  }
  .search_page .profile{
    width: 80px;
    height: 80px;
    font-size: 7px;
  }
  .search_page .pro_details h3{
    font-size: 10px;
    margin-bottom: 5px;
  }

  .search_page .pro_details p{
    font-size: 8px;
    margin-bottom: 0px;
  }

  .search_page .right_circle{
    position: absolute;
    right: 5px;
  }
  .search_page .cus_btn{
    width: 80px;
    font-size: 10px;
  }

  .search_page .star {
    margin-top: 14px;
    font-size: 10px;
  }
  .search_page .star i{
    font-size: 6px;
  }
  .search_page .profile p {
    line-height: 0;
  }

  .search_page .profile .rate{
    font-size: 8px;
  }


  .pro_details small{
    font-weight: 700;
    font-size: 8px;
  }


  .pro_details h5{
    font-size: 10px;
  }
  .pro_details h5 b{
    font-size: 11px;
  }

}


.wd_sub,.wd_view{
  color: #ea9318;
  font-weight: 300 !important;
  /*background-color: rgba(255, 255, 255, 0.9);*/
  /*text-align: center;*/
  padding: 5px !important;
}

/*pAYPAL*/
#braintree-paypal-button{
  border: 0px;
  padding: 5px 25px;
  border-radius: 5px;
  width: 100%;
  margin-top: 15px;
}
.add-payment-method-view button#coinbase-container, .add-payment-method-view button.paypal, .add-payment-method-view button.paypal-credit {
    margin-bottom: 20px;
}
button.paypal.is-active {
    background-color: #009CDE;
}
.no-touch button.paypal.is-active:hover{
  background-color: #008ac5;
}

button.paypal .paypal-button-logo {
    text-indent: -999em;
    background-image: url(../images/braintree_dropin_sprite.png);
    background-position: 0 -99px;
    width: 61px;
    height: 22px;
    display: inline-block;
    margin: 8px auto 0;
}

.secure_payment{
  width: 60%;
  margin-top: 40px;
}

.paypal_image{
  width: 80%;
}

.table_dis{
  display: table;
  width: 100%;
}

.inp{
  position: relative;
  width: 200px;
  margin: 0 auto;
}

.inp input{
  width: 100%;
}

#update_travel_radius{
  position: absolute;
  top: 7px;
  right: -25px;
}
#travel_radius{
  color: #6c6c6c;
}

.blogs img{
  height: 200px;
}

.post_details{
  height: 46px;
  overflow: hidden;
}
.blog-text h3{
  height: 30px;
}


@media screen and (max-width: 768px) {
  .founders{
    width: 60%;
    margin: 10px auto;
  }
}

.no_results{
  margin-bottom: 45px;
}


.verification{

}

.verification img{
  width: 100%;
}
.verification .image{
  position: relative;
}
.upload_verifcation_image{
  padding: 10px;
  position: absolute;
  right: 0px;
  background-color: #ea9215;
  color: #fff;
  border-radius: 0px 0px 0px 15px;
  display: none;
  cursor: pointer;
}

.verification .image:hover .upload_verifcation_image{
  display: block;
}

.earning_info{
  border: 1px solid #e2e2e2;
  margin-top: 10px;
  padding: 15px 10px;
  line-height: 1;
}

.payment-method-options{
  text-align: center;
}