@charset "utf-8";
/*
  Medical Addon for Elementor Basic Styling
  -----------------------------------
  1. Common
  2. Separator
  3. Service
  4. Blog
  5. Gallery
  6. Contact
  7. Process
  8. Team
  9. Team Single
  10. Testimonials
  11. Video Popup
  12. About Me
  13. About Us
  14. Get Apps
  15. Image Compare
  16. Subscribe
  17. History
  18. Typewriter
  19. Chart
  20. Slider
  21. Pricing

*/
/* 1. Common */
.namep-table-wrap {
  display: table;
  width: 100%;
  height: 100%;
}
.namep-align-wrap {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.namep-align-wrap.bottom {
  vertical-align: bottom;
}
.namep-align-wrap.top {
  vertical-align: bottom;
}
.namep-table-row {
  display: table-row;
  vertical-align: top;
  width: 100%;
}
.namep-image {
  line-height: 0;
}
[class*="namep-"] a {
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
  text-decoration: none;
}
[class*="namep-"] a:focus {
  outline: none;
  outline-offset: 0;
}
[class*="namep-"] a:hover,
[class*="namep-"] a:focus {
  text-decoration: none;
}
[class*="namep-"] h1:not(.site-title):before,
[class*="namep-"] h2:before {
  content: none;
}
[class*="namep-"] .fa {
  font-family: FontAwesome;
}
/* Overlay */
.namep-overlay {
  position: relative;
}
.namep-overlay > * {
  position: relative;
  z-index: 1;
}
.namep-overlay:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(12, 19, 34, 0.75);
  background-repeat: repeat;
  content: "";
  z-index: 1;
}

/*Form*/
.namep-form input[type="text"],
.namep-form input[type="email"],
.namep-form input[type="password"],
.namep-form input[type="tel"],
.namep-form input[type="search"],
.namep-form input[type="date"],
.namep-form input[type="time"],
.namep-form input[type="datetime-local"],
.namep-form input[type="url"],
.namep-form input[type="number"],
.namep-form textarea,
.namep-appointment.namep-form textarea,
.namep-appointment.namep-form select,
.namep-form select {
  vertical-align: middle;
  width: 100%;
  height: 50px;
  padding: 10px 20px;
  background-color: #ffffff;
  line-height: 1.42857143;
  border: 1px solid #eaeaea;
  outline: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.namep-form input[type="text"]:focus,
.namep-form input[type="email"]:focus,
.namep-form input[type="password"]:focus,
.namep-form input[type="tel"]:focus,
.namep-form input[type="search"]:focus,
.namep-form input[type="date"]:focus,
.namep-form input[type="time"]:focus,
.namep-form input[type="datetime-local"]:focus,
.namep-form input[type="url"]:focus,
.namep-form input[type="number"]:focus,
.namep-form textarea:focus,
.namep-appointment.namep-form textarea:focus,
.namep-appointment.namep-form select:focus,
.namep-form select:focus {
  border-color: #cdcdcd;
  box-shadow: none;
}
.namep-form input[type="file"] {
  overflow: hidden;
  width: 100%;
  font-size: 14px;
}
.namep-form input[type=number] {
  padding-right: 30px;
  margin-bottom: 0;
  -webkit-appearance: textfield;
  -ms-appearance: textfield;
  -o-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.namep-form input[type=number]::-webkit-inner-spin-button,
.namep-form input[type=number]::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.namep-form input[type="radio"] {
  margin: 0 5px 0 0;
}
.namep-form textarea {
  height: 160px;
  resize: vertical;
}
.namep-form .em-tickets-form button[type=button],
.namep-form input[type="submit"] {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  min-width: 160px;
  padding: 14px 25px;
  margin-bottom: 0;
  color: #ffffff;
  background-color: #4d6dff;
  line-height: normal;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  border: none;
  position: relative;
  outline: none;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  box-shadow: none;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.namep-form .em-tickets-form button[type=button]:hover,
.namep-form .em-tickets-form button[type=button]:focus,
.namep-form input[type="submit"]:hover,
.namep-form input[type="submit"]:focus {
  background-color: #fb6564;
  color: #fff;
}
.namep-form select option {
  padding: 5px 10px;
}
.namep-form select[multiple] {
  height: 175px;
  padding: 9px;
  background-image: none;
}
.namep-form label {
  font-weight: 400;
  cursor: pointer;
}
.namep-form form p {
  padding-bottom: 0;
  margin-bottom: 0;
  line-height: normal;
  position: relative;
}
.namep-form form label {
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 10px;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.42857143;
  position: relative;
}
.namep-form form input,
.namep-form form textarea,
.namep-form form select {
  margin-bottom: 10px;
}
.namep-form span.wpcf7-not-valid-tip {
  display: none !important;
}
.namep-form input.wpcf7-not-valid {
  border-color: red !important;

  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
.namep-form textarea.wpcf7-not-valid {
  border-color: red !important;

  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
.namep-form div.wpcf7-response-output {
  padding: 10px;
}

/*Table*/
table.namep-table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.namep-table thead tr {
  background: #fcfcfc;
  border: 1px solid #dcdced;
}
.namep-table thead th {
  vertical-align: middle;
  padding: 19px 45px 20px;
  font-weight: 400;
  font-size: 20px;
  border: 1px solid #dcdced;
}
.namep-table td {
  padding: 20px 45px;
  color: #666666;
  font-size: 18px;
  background: transparent;
  border: 1px solid #dcdced;
}
.namep-table td a {
  color: #666666;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.namep-table td a:hover {
  color: #4d6dff;
}
table.namep-table thead:first-child tr:first-child th {
  border: 1px solid #dcdced;
}
table.namep-table tbody tr:hover>td,
table.namep-table tbody tr:hover>th,
table.namep-table tbody>tr:nth-child(odd)>td,
table.namep-table tbody>tr:nth-child(odd)>th {
  background: transparent;
}
.namep-table td ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.namep-responsive-table {
  display: block;
  overflow-x: auto;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

/*Button*/
.namep-fullcalendar .fc .fc-toolbar.fc-header-toolbar button.fc-button,
.namep-appointment.namep-form .ea-bootstrap button.ea-btn,
.namep-btn {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  min-width: 165px;
  padding: 14px 25px;
  font-size: 14px;
  color: #ffffff;
  background-color: #4d6dff;
  font-weight: 600;
  letter-spacing: 0.3px;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid transparent;
  position: relative;
  outline: none;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.namep-fullcalendar .fc .fc-toolbar.fc-header-toolbar button.fc-button {
  min-width: auto;
}
.namep-fullcalendar .fc .fc-toolbar.fc-header-toolbar button.fc-button,
.namep-appointment.namep-form .ea-bootstrap button.ea-btn.ea-cancel {
  background: transparent;
  color: #04d5aa;
  border-color: #04d5aa;
}
.namep-fullcalendar .fc .fc-toolbar.fc-header-toolbar .fc-button.fc-state-default:not(.fc-state-active):hover,
.namep-fullcalendar .fc .fc-toolbar.fc-header-toolbar button.fc-button:hover,
.namep-fullcalendar .fc .fc-toolbar.fc-header-toolbar button.fc-button:focus,
.namep-fullcalendar .fc .fc-toolbar.fc-header-toolbar button.fc-button.fc-state-active:hover,
.namep-fullcalendar .fc .fc-toolbar.fc-header-toolbar button.fc-button.fc-state-active:focus,
.namep-fullcalendar .fc .fc-toolbar.fc-header-toolbar button.fc-button.fc-state-active,
.namep-btn.green-btn,
.namep-appointment.namep-form .ea-bootstrap button.ea-btn:hover,
.namep-appointment.namep-form .ea-bootstrap button.ea-btn:focus,
.footer-wrap .namep-btn:hover,
.footer-wrap .namep-btn:focus,
.namep-btn:hover,
.namep-btn:focus {
  color: #ffffff;
  background-color: #04d5aa;
}
.namep-fullcalendar .fc .fc-toolbar.fc-header-toolbar .fc-button.fc-state-default:not(.fc-state-active):hover,
.namep-fullcalendar .fc .fc-toolbar.fc-header-toolbar button.fc-button:hover,
.namep-fullcalendar .fc .fc-toolbar.fc-header-toolbar button.fc-button:focus,
.namep-fullcalendar .fc .fc-toolbar.fc-header-toolbar button.fc-button.fc-state-active:hover,
.namep-fullcalendar .fc .fc-toolbar.fc-header-toolbar button.fc-button.fc-state-active:focus,
.namep-fullcalendar .fc .fc-toolbar.fc-header-toolbar button.fc-button.fc-state-active {
  border-color: transparent;
}
.namep-btn.green-btn:hover, 
.namep-btn.green-btn:focus {
  background-color: #4d6dff;
}
.btn-style-two {
  padding: 15px 50px 15px 20px;
  text-align: left;
}
.btn-style-two:after {
  position: absolute;
  top: 50%;
  right: 20px;
  font-family: "FontAwesome";
  font-weight: 900;
  font-size: 11px;
  text-rendering: auto;
  content: "\f054";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.namep-btn-wrap {
  padding-top: 20px;
}
.namep-btn i {
  padding-right: 5px;
}

/*Link*/
.namep-link-wrap {
  padding: 3px 0 10px;
}
.namep-link {
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  color: #4d6dff;
}
.namep-link:hover {
  color: #4d6dff;
}
.namep-link:hover span:after {
  left: 0;
  width: 100%;
}
.namep-link:hover i {
  width: 0;
  padding-left: 0;
  opacity: 0;
}
.namep-link i {
  width: 11px;
  padding-left: 5px;
  margin-top: -1px;
  font-size: 10px;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.namep-link span {
  display: inline-block;
  position: relative;
}
.namep-link span:after {
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  width: 0;
  height: 1px;
  background-color: #4d6dff;
  content: "";
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
  z-index: 1;
}

/*Rounded Link*/
.namep-rounded-link {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: #ffffff;
  color: #aaaaaa;
  font-size: 14px;
  line-height: 50px;
  text-align: center;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.namep-rounded-link:hover, 
.namep-rounded-link:focus {
  color: #ffffff;
  background-color: #4d6dff;
}
.namep-rounded-link:hover i, 
.namep-rounded-link:focus i {
  margin-right: -7px;
}
.namep-rounded-link i {
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}

/* Zoom Image */
.zoom-image .namep-image {
  overflow: hidden;
}
.zoom-image .namep-image img {
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.zoom-image.namep-hover .namep-image img {
  -webkit-transform: scale(1.1) rotate(2deg);
  -ms-transform: scale(1.1) rotate(2deg);
  transform: scale(1.1) rotate(2deg);
}

/* Default Social */
.namep-social a {
  display: inline-block;
  color: #555555;
  font-size: 14px;
  margin-right: 5px;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.namep-social li:last-child a {
  margin-right: 0;
}
.namep-social ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.namep-social ul li {
  display: inline-block;
}
.social-label {
  display: inline-block;
  vertical-align: middle;
}
.namep-social a:hover {
  color: #4d6dff;
}
/* Rounded Social */
.namep-social.rounded a {
  width: 38px;
  height: 38px;
  margin-right: 5px;
  color: #999999;
  border: 1px solid #e1e1e1;
  text-align: center;
  line-height: 38px;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
.namep-social.rounded li:last-child a {
  margin-right: 0;
}
.namep-social.rounded a:hover, 
.namep-social.rounded a:focus {
  color: #ffffff;
  background-color: #4d6dff;
  border-color: #4d6dff;
}

/* Masonry */
.masonry-wrap {
  padding: 0 15px;
}
.namep-masonry {
  margin: 0 -15px;
}
.namep-masonry[data-items="3"] .masonry-item {
  width: 33.333333%;
}
.namep-masonry[data-items="4"] .masonry-item {
  width: 25%;
}
.masonry-item {
  float: left;
  width: 50%;
  padding: 0 15px 30px;
}
.masonry-item.one-third {
  width: 68.5%;
}
.masonry-item.one-fourth {
  width: 31.5%;
}
.masonry-item.one-fourth-two {
  width: 34%;
}
.masonry-item.one-third-two {
  width: 66%;
}
.masonry-item.one-half {
  width: 32.9%;
}
.masonry-item.one-half-two {
  width: 33.1%;
}
.masonry-item.full-width {
  width: 100%;
}
.masonry-item .namep-image img {
  width: 100%;
}
.masonry-filters {
  padding-bottom: 55px;
  font-size: 18px;
  text-align: center;
}
.masonry-filters ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.masonry-filters ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 20px;
}
.masonry-filters ul li:first-child {
  padding-left: 0 !important;
}
.masonry-filters ul li:last-child {
  padding-right: 0 !important;
}
.masonry-filters ul li a {
  display: inline-block;
  padding: 7px 0;
  position: relative;
  color: #444444;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.masonry-filters ul li a.active,
.masonry-filters ul li a:hover {
  color: #4d6dff;
}
.masonry-filters ul li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 6px;
  height: 6px;
  content: "";
  background-color: #4d6dff;
  -webkit-transition: all 0.45s cubic-bezier(0.680, -0.550, 0.265, 1.550);
  -ms-transition: all 0.45s cubic-bezier(0.680, -0.550, 0.265, 1.550);
  transition: all 0.45s cubic-bezier(0.680, -0.550, 0.265, 1.550);
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  opacity: 0;
}
.masonry-filters ul li a.active:after {
  left: 50%;
  opacity: 1;
}
.masonry-filters.dot-top ul li a:after {
  position: absolute;
  bottom: auto;
  top: 0;
}
.masonry-filters.dot-left ul li a:after {
  left: 100%;
}
.masonry-filters.dot-left ul li a.active:after {
  left: 4px;
}
.masonry-filters.dot-right ul li a:after {
  right: 100%;
  left: auto;
}
.masonry-filters.dot-right ul li a.active:after {
  right: -2px;
}

/* Magnific Popup */
.mfp-bg {
  background: rgba(0, 0, 0, 0.85);
  opacity: 1;
}
.mfp-close {
  position: absolute;
  right: 28px;
  top: 30px;
  width: 16px;
  height: 16px;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  z-index: 9999;
}
.mfp-close:active {
  top: 30px;
}
.mfp-bottom-bar {
  display: none;
}
.mfp-bottom-bar a {
  color: #ffffff;
  font-weight: 700;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  top: -30px;
  right: 0;
  width: 16px;
  padding-right: 0;
}
.mfp-image-holder .mfp-close {
  display: none;
}
.mfp-container {
  padding: 0 25px;
}
.mfp-container .mfp-img {
  padding: 0;
}
.mfp-container .mfp-arrow {
  width: auto;
  height: auto;
  margin: 0;
  color: #ffffff;
  opacity: 1;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-tap-highlight-color: transparent;
  z-index: 9999;
}
.mfp-arrow:after {
  display: none;
}
.mfp-arrow:before {
  display: inline-block;
  margin: 0;
  font: normal normal normal 30px/1.42857143 FontAwesome;
  text-rendering: auto;
  content: "\f104";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: none;
  position: static;
  opacity: 1;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.mfp-arrow-left {
  left: 30px;
}
.mfp-arrow-right {
  right: 45px;
}
.mfp-arrow-right:before {
  content: "\f105";
}
.mfp-figure:after {
  display: none;
}
.mfp-close:before {
  position: absolute;
  top: -2px;
  left: 7px;
  width: 2px;
  height: 16px;
  background: #ffffff;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 1;
}
.mfp-close:after {
  position: absolute;
  top: -2px;
  right: 7px;
  width: 2px;
  height: 16px;
  background: #ffffff;
  content: "";
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 1;
}

/* Slick Slider */
.slick-slider {
  -webkit-user-select: unset;
  -moz-user-select: unset;
  -ms-user-select: unset;
  user-select: unset;
}
.slick-slider.namep-hover .slick-arrow {
  opacity: 1;
}
.slick-slider:not(.slick-vertical-slider).namep-hover .slick-prev {
  left: 30px;
}
.slick-slider:not(.slick-vertical-slider).namep-hover .slick-next {
  right: 30px;
}
.slick-arrow {
  left: 10px;
  width: auto;
  height: auto;
  opacity: 0;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
  z-index: 1;
}
.slick-next {
  left: auto;
  right: 10px;
}
.slick-arrow:before {
  font-family: "linea-arrows-10" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  font-size: 31px;
  speak: none;
  line-height: 1;
  content: "\e066";
  opacity: 0.5;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-next:before {
  content: "\e068";
}
/* Slick Vertical Slider */
.slick-vertical-slider .slick-arrow {
  top: auto;
  bottom: 100%;
  right: 0;
  width: 32px;
  height: 32px;
  margin-bottom: 5px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  z-index: 1;
}
.slick-vertical-slider .slick-arrow:before {
  font-size: 19px;
}
.slick-vertical-slider .slick-arrow:hover:before {
  opacity: 1;
}
.slick-vertical-slider .slick-prev {
  left: auto;
  right: 31px;
}

/* Owl Carousel Slider */
.owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: unset;
  -moz-user-select: unset;
  -ms-user-select: unset;
  user-select: unset;
}
.owl-carousel .owl-prev, 
.owl-carousel .owl-next, 
.owl-carousel .owl-dot {
  cursor: pointer;
}
.owl-carousel .owl-dots {
  padding-top: 25px;
  text-align: center;
}
.owl-carousel button.owl-dot {
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  margin: 0 5px;
  background: #ececec;
  text-indent: -999px;
  cursor: pointer;
  outline: none;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
.owl-carousel button.owl-dot.active {
  background-color: #4d6dff;
}
.owl-carousel .owl-nav button.owl-prev, 
.owl-carousel .owl-nav button.owl-next {
  width: 30px;
  height: 30px;
  line-height: 28px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: #ffffff;
  color: #999999;
  outline: none;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
  z-index: 1;
}
.owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: 0;
}
.owl-carousel .owl-nav button.owl-prev:hover, 
.owl-carousel .owl-nav button.owl-next:hover {
  color: #ffffff;
  background-color: #4d6dff;
}
.owl-carousel .owl-nav button.owl-prev:after, 
.owl-carousel .owl-nav button.owl-next:after {
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 11px;
  text-rendering: auto;
  content: "\f053";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.owl-carousel .owl-nav button.owl-next:after {
  content: "\f054";
}
.owl-drag .disabled {
  display: none;
}
.slider-no-current {
  display: none;
  padding-top: 46px;
}
.current-no:after {
  content: "/"
}

/*Swiper Slider*/
.namep-swiper-slide.swiper-container {
  clear: both;
  height: 800px;
  min-height: 800px;
}
.namep-swiper-slide.swiper-container .swiper-pagination-bullet {
  background: #4d6dff;
}
.namep-swiper-slide.swiper-container .swiper-button-next,
.namep-swiper-slide.swiper-container .swiper-button-prev {
  width: 60px;
  height: 60px;
  background-image: none;
  outline: none;
  background-color: #fff;
  border-radius: 100%;
  left: 30px;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.namep-swiper-slide.swiper-container .swiper-button-prev:before,
.namep-swiper-slide.swiper-container .swiper-button-next:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fb6564;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  font: normal normal normal 35px/1.42857143 FontAwesome;
  text-rendering: auto;
  content: "\f105";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index: 1;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.namep-swiper-slide.swiper-container .swiper-button-prev:before {
  content: "\f104";
}
.namep-swiper-slide.swiper-container .swiper-button-next {
  left: auto;
  right: 30px;
}
.namep-swiper-slide.swiper-container .swiper-button-next:hover,
.namep-swiper-slide.swiper-container .swiper-button-prev:hover {
  background-color: #4d6dff;
}
.namep-swiper-slide.swiper-container .swiper-button-next:hover:before,
.namep-swiper-slide.swiper-container .swiper-button-prev:hover:before {
  color: #ffffff;
}
.namep-swiper-slide.swiper-container .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
.namep-swiper-slide.swiper-container .swiper-pagination-bullets {
  bottom: 20px;
}

/*Pagination*/
.namep-pagination {
  vertical-align: middle;
  padding-top: 30px;
  text-align: center;
}
.namep-pagination ul {
  padding: 0;
  margin: 0;
  font-size: 15px;
  list-style: none;
}
.namep-pagination ul li {
  display: inline-block;
  vertical-align: middle;
  color: #777777;
}
.namep-pagination ul li.inactive {
  vertical-align: super;
  padding: 0 15px;
  color: #d7d7d7;
}
.namep-pagination ul li span,
.namep-pagination ul li a {
  border: 1px solid #d1d1d1;
  display: inline-block;
  color: #222222;
  width: 40px;
  height: 40px;
  padding: 0;
  line-height: 39px;
  margin-right: 7px;
  text-align: center;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
.namep-pagination ul li a:hover,
.namep-pagination ul li a.current,
.namep-pagination ul li span.current {
  background-color: #4d6dff;
  border-color: #4d6dff;
  color: #fff;
}
.namep-pagination ul li.prev,
.namep-pagination ul li.next {
  font-weight: 300;
  font-size: 13px;
}

/* 1. Separator */
.namep-separator {
  display: flex;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.namep-separator.icon-top {
  align-items: end;
}
.namep-separator.icon-bottom {
  align-items: baseline;
}
.namep-separator span {
  position: relative;
  width: 100%;
  max-width: 50px;
}
.namep-separator .sep-left, .namep-separator .sep-right {
  height: 1px;
  background-color: #444444;
}
.namep-sep {
  margin: 0 12px;
  width: auto;
}
.namep-sep i {
  font-size: 20px;
}
.namep-separator.separator-left {
  margin-left: 0;
  margin-right: auto;
  text-align: left;
  justify-content: flex-start;
}
.namep-separator.separator-right {
  margin-left: auto;
  margin-right: 0;
  text-align: right;
  justify-content: flex-end;
}
.namep-separator.left-separator .sep-two-left,
.namep-separator.left-separator .sep-left {
  max-width: 0;
}
.namep-separator.left-separator .namep-sep {
  margin-left: 0;
}
.namep-separator.right-separator .sep-two-right,
.namep-separator.right-separator .sep-right {
  max-width: 0;
}
.namep-separator.right-separator .namep-sep {
  margin-right: 0;
}
.border-two span.sep-two-left:before,
.border-two span.sep-two-left:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  top: -2px;
  width: 70%;
  background: #fb6564;
  height: 2px;
}
.border-two span.sep-two-left:after {
  top: 2px;
  width: 100%;
}
.border-two span.sep-two-right:before,
.border-two span.sep-two-right:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: -2px;
  width: 70%;
  background: #fb6564;
  height: 2px;
}
.border-two span.sep-two-right:after {
  top: 2px;
  width: 100%;
}

/*2. Service*/
.namep-service-item {
  overflow: hidden;
  padding: 30px 30px 20px;
  margin-bottom: 30px;
  background: #ffffff;
  text-align: center;
  position: relative;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
}
.namep-service-item.service-left {
  text-align: left;
}
.namep-service-item.service-right {
  text-align: right;
}
.namep-service-item .namep-image {
  padding-bottom: 20px;
  margin: 0 auto;
}
.namep-service-item .namep-icon {
  width: 73px;
  height: 73px;
  text-align: center;
  margin: 0 auto 19px;
  border-radius: 100%;
  position: relative;
  padding: 0;
}
.namep-service-item .namep-icon i {
  line-height: 73px;
}
.namep-service-item h3.service-title {
  font-size: 18px;
  line-height: 28px;
  padding: 0 0 10px;
  margin: 0;
  color: #444444;
  text-transform: uppercase;
}
.namep-service-item h3 a {
  color: #444444;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.namep-service-item h3 a:hover {
  color: #4d6dff;
}
.namep-service-item p {
  margin-bottom: 16px;
  color: #777777;
  font-size: 16px;
  line-height: 26px;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.namep-service-item.service-hover.namep-hover {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}
.namep-service-item.service-border:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  content: "";
  background: #4d6dff;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1;
}
.namep-service-item.service-border.namep-hover:after {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.namep-service-item.icon-top {
  padding-top: 50px;
  overflow: unset;
}
.namep-service-item.icon-top .namep-icon {
  position: absolute;
  top: -37px;
  left: 0;
  right: 0;
}
.namep-service-item.icon-bottom {
  padding-bottom: 50px;
  overflow: unset;
}
.namep-service-item.icon-bottom .namep-icon {
  position: absolute;
  bottom: -55px;
  left: 0;
  right: 0;
}
.service-left .namep-icon {
  margin-left: 0;
  margin-right: auto;
}
.service-right .namep-icon {
  margin-right: 0;
  margin-left: auto;
}
.namep-service-item.have-img {
  padding: 0;
}
.namep-service-item.have-img .service-info {
  padding: 0 30px 20px;
}
.namep-service-item.with-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: relative;
}
.namep-service-item.with-bg:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.service-info {
  position: relative;
}
.namep-service-item.icon-left .service-info {
  padding: 0 0 0 30px;
  overflow: hidden;
  text-align: left;
}
.namep-service-item.icon-left .namep-icon,
.namep-service-item.icon-left .namep-image {
  float: left;
}
.namep-service-item.icon-right .service-info {
  padding: 0 30px 0 0;
  overflow: hidden;
  text-align: right;
}
.namep-service-item.icon-right .namep-icon,
.namep-service-item.icon-right .namep-image {
  float: right;
}
/* Services Style Two */
.service-style-two.namep-service-item .namep-icon, 
.service-style-two.namep-service-item .namep-image {
  width: 75px;
  float: none;
  margin-left: 0;
}
.service-style-two.namep-service-item .service-info {
  padding-left: 0;
}
.namep-service-item.service-style-two {
  border-radius: 0;
}
.namep-service-item.service-style-two.service-border::before {
  content: '';
  height: 2px;
  width: 20px;
  position: absolute;
  left: 0;
  background: #ed366d;
  bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.namep-service-item.service-border.service-style-two:after {
  content: none;
}
.namep-service-item.service-style-two.service-border:hover::before {
  width: 100%;
}
.namep-service-item.service-style-two .namep-icon {
  border-radius: 5px;
}
.namep-service-item.service-style-two.service-center .namep-icon {
  float: none;
  margin: 0 auto;
  margin-bottom: 19px;
}
.namep-service-item.service-right.service-style-two .namep-icon {
  float: none;
  margin-right: 0;
  margin-left: auto;
}

/*Style Three*/
.namep-service-item.service-style-three {
  padding: 0;
}
.service-style-three .service-info {
  padding: 15px 25px;
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  bottom: 0;
  background: rgba(77, 109, 255, 0.9);
  left: 0;
  right: 0;
  min-height: 62px;
  transform: translateY(140px);
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.namep-service-item.service-style-three .service-info-inner {
  display: inline-block;
  width: 100%;
  min-height: 175px;
}
.namep-service-item.service-style-three .namep-image {
  padding: 0;
}
.namep-service-item.service-style-three h3 {
  transform: translateY(-55px);
  color: #ffffff;
  padding: 0 0 5px;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.namep-service-item.service-style-three h3 a {
  color: #ffffff;
}
.namep-service-item.service-style-three p {
  font-size: 18px;
  line-height: 28px;
  color: #e8e8e8;
  margin: 0;
  padding: 0;
}
.namep-service-item.service-style-three .namep-icon {
  margin-bottom: 10px;
  opacity: 0;
  -webkit-transition: all ease .2s;
  -ms-transition: all ease .2s;
  transition: all ease .2s;
  transition-delay: 0s;
}
.namep-service-item.service-style-three.namep-hover .namep-icon {
  opacity: 1;
  transition-delay: .1s;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.service-style-three.namep-hover .service-info {
  min-height: 100%;
}
.namep-service-item.service-style-three.namep-hover h3,
.service-style-three.namep-hover .service-info {
  transform: translateY(0);
}
.namep-service-item.service-style-three.namep-hover .service-info-inner {
  min-height: auto;
}

/* Blog */
.namep-blog-wrap {
  padding: 0 5px;
}
.namep-blog-item {
  margin-bottom: 30px;
  padding: 20px 20px 28px;
  background: #ffffff;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
}
.namep-blog-item.no-img .namep-blog-info {
  padding: 8px 0 0;
}
.namep-blog-item .namep-image {
  position: relative;
}
.namep-blog-item .namep-image img {
  -webkit-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.post-date-wrap {
  position: absolute;
  bottom: 20px;
  left: 20px;
  padding: 10px 15px 6px;
  color: #ffffff;
  background-color: #4d6dff;
  text-align: center;
  line-height: 18px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  z-index: 1;
}
.post-date {
  display: block;
  font-weight: 700;
  font-size: 22px;
}
.post-month {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}
.namep-blog-info {
  padding-top: 23px;
}
.namep-blog-info h4 {
  font-size: 22px;
  line-height: 28px;
}
.namep-blog-info p {
  margin-bottom: 10px;
  color: #777777;
  line-height: 26px;
  font-size: 16px;
  padding: 10px 0 5px;
}
.namep-blog-title {
  padding-bottom: 5px;
}

/* Blog Style Two */
.namep-blog-style-two .namep-blog-item {
  padding: 0;
  background: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.namep-blog-style-two .namep-blog-item:before, .namep-blog-style-two .namep-blog-item:after {
  display: table;
  clear: both;
  content: "";
}
.namep-blog-style-two .namep-blog-item .namep-image {
  float: left;
}
.namep-blog-style-two .namep-blog-item .namep-image img {
  width: 270px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.namep-blog-style-two .namep-blog-info {
  overflow: hidden;
  padding: 0 20px 0 25px;
}
.namep-blog-style-two .namep-blog-title {
  padding-bottom: 8px;
}
.namep-blog-info ul {
  padding: 0 0 10px;
  margin: 0;
  color: #aaaaaa;
  list-style: none;
}
.namep-blog-info ul li {
  display: inline-block;
  font-size: 14px;
}
.namep-blog-info ul li i {
  padding-right: 3px;
}
.namep-blog-info ul li::after {
  display: inline-block;
  vertical-align: text-bottom;
  margin: 0 5px 0 7px;
  color: #dadada;
  content: "";
  background: red;
  width: 1px;
  height: 18px;
}
.namep-blog-info ul li:last-child:after {
  display: none;
}
.namep-blog-info ul li a {
  color: inherit;
}

/*Gallery*/
.namep-gallery-item {
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}
.gallery-info {
  opacity: 0;
  margin: 0 0 0 30px;
  padding: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  color: #fff;
  z-index: 2;
  transition-duration: 0.3s;
  transition-property: opacity, padding, margin;
  transition: all ease 0.3s;
}
.namep-gallery-item.namep-hover .gallery-info {
  margin-left: 0;
  opacity: 1;
}
.namep-gallery-item .namep-image {
  position: relative;
}
.namep-gallery-item .namep-image:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #4d6dff;
  display: block;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  transform: scale(0.95);
  transition: transform ease 0.3s, opacity ease 0.3s;
}
.namep-gallery-item.namep-hover .namep-image:after {
  transform: scale(1);
  opacity: 0.9;
}
.gallery-info h2 a {
  color: #fff;
  position: relative;
}
.gallery-info h2.gallery-title {
  margin: 0;
  color: #fff;
  padding: 0 0 10px;
  font-size: 28px;
}
.gallery-info h4.gallery-subtitle {
  margin: 0;
  color: #fff;
  font-size: 18px;
}
.namep-gallery-item.info-top .gallery-info {
  top: 0;
  transform: translate(-50%, 0);
}
.namep-gallery-item.info-bottom .gallery-info {
  top: auto;
  bottom: 0;
  transform: translate(-50%, 0);
}
.style-two .gallery-info {
  position: relative;
  color: #444444;
  opacity: 1;
  transform: none;
  text-align: left;
  margin: 0;
  top: 0;
  left: 0;
}
.style-two .gallery-info h2.gallery-title {
  padding-bottom: 6px;
}
.style-two .gallery-info h2 a,
.style-two .gallery-info h2,
.style-two .gallery-info h4 {
  color: #444444;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.style-two .gallery-info h2 a:hover {
  color: #4d6dff;
}
.namep-popup a.pp-icon {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #4d6dff;
  background: #fff;
  width: 40px;
  height: 40px;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  border-radius: 100%;
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
  z-index: 9;
}
.namep-gallery-item.namep-hover .namep-popup a.pp-icon {
  top: 50%;
  opacity: 1;
}
.namep-gallery-item.style-two .namep-image:after {
  content: none;
}
.namep-gallery-item.style-two .namep-image.namep-popup:after {
  content: "";
}
.namep-gallery-item.icon-top .namep-popup a.pp-icon {
  top: -40px;
  left: auto;
  right: 10px;
  transform: none;
}
.namep-gallery-item.icon-top.namep-hover .namep-popup a.pp-icon {
  top: 10px;
}
.namep-gallery-item.icon-bottom .namep-popup a.pp-icon {
  top: auto;
  bottom: 40px;
  left: auto;
  right: 10px;
  transform: none;
}
.iconalign-left .namep-popup a.pp-icon {
  left: 15px;
  right: auto;
}
.iconalign-right .namep-popup a.pp-icon {
  left: auto;
  right: 15px;
}
.namep-gallery-item.icon-bottom.namep-hover .namep-popup a.pp-icon {
  bottom: 10px;
}
.namep-gallery-item.icon-top.iconalign-center .namep-popup a.pp-icon,
.namep-gallery-item.icon-bottom.iconalign-center .namep-popup a.pp-icon {
  left: 0;
  right: 0;
}
.namep-gallery-item.icon-top.iconalign-left .namep-popup a.pp-icon,
.namep-gallery-item.icon-bottom.iconalign-left .namep-popup a.pp-icon {
  left: 10px;
  right: auto;
}
.namep-gallery-post .gallery-info h2.gallery-title {
  padding: 0;
  font-size: 22px;
}

/*Contact*/
.namep-contact-item {
  display: inline-block;
  width: 100%;
  padding: 20px 30px;
  background: #fff;
  border: 1px solid #eeeeee;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}
.namep-contact-item .namep-icon {
  float: left;
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 20px;
  color: #4d6dff;
  border: 2px solid #4d6dff;
  line-height: 48px;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
.namep-contact-item .contact-info {
  overflow: hidden;
  padding: 0 0 0 20px;
}
.namep-contact-item.contact-right .namep-icon {
  float: right;
}
.namep-contact-item.contact-right .contact-info {
  padding: 0 20px 0 0;
  text-align: right;
}
.contact-info h2 {
  margin: 0;
}
.namep-contact-item .contact-info ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.namep-contact-item .contact-info ul li {
  padding: 5px 0 0;
  color: #666666;
  font-size: 16px;
  line-height: 26px;
}
.namep-contact-item .contact-info ul li a {
  color: #666666;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.namep-contact-item .contact-info ul li a:hover {
  color: #4d6dff;
}
.namep-contact-item .contact-info h2 {
  margin: 0;
  padding: 0 0 5px;
  font-size: 24px;
}
.namep-contact-item .contact-info ul li span {
  color: #444444;
  display: inline-block;
}
.namep-contact-item.contact-center .namep-icon {
  float: none;
  margin: 0 auto 20px;
}

/* Process */
.namep-process-wrap {
  justify-content: center;
  text-align: center;
  padding: 15px 0;
  overflow: hidden;
}
.namep-process-item-wrap {
  display: inline-block;
  text-align: center;
}
.namep-process-wrap:before, 
.namep-process-wrap:after {
  display: table;
  content: "";
}
.namep-process-wrap:after {
  clear: both;
}
.namep-process-item {
  display: inline-block;
  vertical-align: top;
  padding-right: 130px;
  position: relative;
}
.namep-process-item:before {
  position: absolute;
  top: 60px;
  left: 20px;
  width: 100%;
  height: 1px;
  background: #dcdced;
  content: "";
  z-index: 0;
}
.namep-process-item:after {
  position: absolute;
  top: 60px;
  left: 20px;
  width: 0;
  height: 1px;
  content: "";
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
  z-index: 1;
}
.namep-process-item.process-done:after {
  width: 100%;
  background-color: #4d6dff;
}
.namep-process-item.process-done .namep-icon {
  border-color: #4d6dff;
  background: #4d6dff;
  transition-delay: 0.1s;
  color: #fff;
}
.namep-process-wrap .namep-process-item:last-child {
  padding-right: 0;
}
.namep-process-wrap .namep-process-item:last-child:before, 
.namep-process-wrap .namep-process-item:last-child:after {
  display: none;
}
.namep-process-item .namep-icon {
  width: 120px;
  height: 120px;
  overflow: hidden;
  margin: 0 auto 11px;
  color: #4d6dff;
  background: #ffffff;
  border: 1px solid #dcdced;
  text-align: center;
  position: relative;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  z-index: 2;
}
.namep-process-item .namep-icon i {
  font-size: 50px;
}
.namep-process-item .namep-icon i,
.namep-process-item .namep-icon img {
  position: relative;
  z-index: 1;
}
.namep-process-item .namep-icon img {
  max-width: 75px;
}
.namep-process-info {
  max-width: 132px;
}
.namep-process-item h4.process-title {
  font-size: 16px;
  color: #444444;
  font-weight: 600;
  margin: 0;
  padding: 0 0 5px;
}
.namep-process-item p {
  color: #4d6dff;
  font-size: 16px;
  line-height: 26px;
  margin: 0;
}
/*Process Style Two*/
.process-style-three {
  text-align: left;
}
.process-style-three .namep-process-item {
  padding: 0 0 15px;
  position: relative;
  width: 100%;
}
.process-style-three .namep-process-item:last-child {
  padding-bottom: 0;
}
.process-style-three .namep-process-item:after, 
.process-style-three .namep-process-item:before {
  position: absolute;
  top: 9px;
  left: 77px;
  width: 1px;
  height: 100%;
  background: #e1e1e1;
  content: "";
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
  z-index: 0;
}
.process-style-three .namep-process-item:last-child:after {
  height: 65%;
  display: block;
}
.process-style-three .namep-process-item:before {
  height: 0;
}
.process-style-three .namep-process-item.process-done:before {
  background-color: #4d6dff;
  height: 100%;
  z-index: 1;
}
.process-style-three .namep-process-info {
  overflow: hidden;
  padding-left: 52px;
  max-width: 100%;
}
.process-style-three .namep-process-info h4 {
  font-size: 20px;
}
.process-style-three .namep-process-item p {
  color: #777777;
  font-size: 16px;
  line-height: 26px;
}
.namep-step-counter {
  float: left;
  font-size: 14px;
  margin-top: 3px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  width: 100%;
  max-width: 55px;
  word-break: break-word;
}
.namep-step-counter:after {
  position: absolute;
  top: 6px;
  right: -27px;
  width: 9px;
  height: 9px;
  padding: 3px;
  background: #e1e1e1;
  content: "";
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  z-index: 1;
}
.namep-process-item.process-done .namep-step-counter:after {
  background-color: #4d6dff;
}
/*Three*/
.namep-proc-item {
  border-radius: 200px;
  margin: 0 auto 30px;
  max-width: 400px;
  background: #fdfdfd;
  box-shadow: inset 0 5px 5px rgba(100,100,100,0.1), inset 0 -5px 5px rgba(100,100,100,0.1);
}
.namep-proc-item.odd {
  border-radius: 200px;
  background: linear-gradient(to bottom, #ffffff 0%,#ffffff 100%);
}
.namep-proc-info {
  display: inline-block;
  padding: 50px 30px;
  margin: 20px;
  border-radius: 200px;
  background: #fff;
  box-shadow: 0 0px 30px rgba(0, 0, 0, 0.04);
}
.namep-proc-info h4 {
  font-size: 22px;
  padding: 15px 0 10px;
}
.namep-proc-info p {
  color: #777777;
  font-size: 16px;
  line-height: 26px;
  margin: 0;
  padding: 0 0 15px;
}
.namep-proc-info .namep-icon i {
  font-size: 50px;
  background: -moz-linear-gradient(top, rgb(4, 213, 170) 0%,rgb(77, 109, 255) 100%);
  background: -webkit-linear-gradient(top, rgb(4, 213, 170) 0%,rgb(77, 109, 255) 100%);
  background: linear-gradient(to bottom, rgb(4, 213, 170) 0%,rgb(77, 109, 255) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.proc-count {
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin: 0 auto;
  display: block;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  border-radius: 100%;
  background: -moz-linear-gradient(top, rgb(4, 213, 170) 0%,rgb(77, 109, 255) 100%);
  background: -webkit-linear-gradient(top, rgb(4, 213, 170) 0%,rgb(77, 109, 255) 100%);
  background: linear-gradient(to bottom, rgb(4, 213, 170) 0%,rgb(77, 109, 255) 100%);
}
/*Team*/
.namep-mate-item {
  margin-bottom: 72px;
  position: relative;
}
.namep-mate-item .namep-image {
  position: relative;
}
.namep-mate-item .namep-image img {
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.namep-mate-item.namep-hover .namep-mate-info {
  bottom: -30px;
}
.namep-mate-info {
  position: absolute;
  bottom: -41px;
  left: 20px;
  right: 20px;
  padding: 15px 20px;
  background: #ffffff;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.namep-mate-info h4 {
  font-size: 18px;
  line-height: 28px;
}
.namep-mate-info p {
  margin-bottom: 0;
  color: #4d6dff;
  font-size: 16px;
}
.namep-mate-name {
  padding-bottom: 5px;
}
.namep-mate-info .namep-social {
  padding: 4px 0 0;
}
/* Team Style Two */
.team-style-two .namep-mate-item {
  margin-bottom: 30px;
}
.team-style-two .namep-image {
  position: relative;
}
.team-style-two .namep-mate-info {
  padding: 20px 0 0;
  text-align: center;
  position: static;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.team-style-two .namep-mate-info h4 {
  font-size: 16px;
}
.team-style-two .namep-mate-name {
  text-transform: uppercase;
}
.namep-mate-item.namep-hover .namep-mate-info-wrap {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: inherit;
  -ms-transition-delay: inherit;
  transition-delay: inherit;
}
.namep-mate-info-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease-in-out .4s;
  -ms-transition: all ease-in-out .4s;
  transition: all ease-in-out .4s;
  -webkit-transition-delay: 700ms;
  -ms-transition-delay: 700ms;
  transition-delay: 700ms;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  z-index: 1;
}
.namep-mate-item.namep-hover .namep-mate-info-wrap .namep-social li {
  opacity: 1;
  transform: none;
}
.namep-mate-info-wrap .namep-social li {
  opacity: 0;
  -webkit-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  transform: translateY(-40px);
  -webkit-transition: transform 500ms, opacity 500ms;
  -ms-transition: transform 500ms, opacity 500ms;
  transition: transform 500ms, opacity 500ms;
  -webkit-transition-delay: 100ms;
  -ms-transition-delay: 100ms;
  transition-delay: 100ms;
}
.namep-mate-info-wrap .namep-social li:nth-child(2n) {
  -webkit-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
  transition-delay: 200ms;
}
.namep-mate-info-wrap .namep-social li:nth-child(3n) {
  -webkit-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  transition-delay: 300ms;
}
.namep-mate-info-wrap .namep-social li:nth-child(4n) {
  -webkit-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
  transition-delay: 400ms;
}
.namep-mate-info-wrap .namep-social.rounded a {
  background: #ffffff;
  border-color: transparent;
  margin: 4px 3px;
}
.namep-mate-info-wrap .namep-social.rounded a:hover, 
.namep-mate-info-wrap .namep-social.rounded a:focus {
  color: #ffffff;
  background-color: #4d6dff;
  border-color: #4d6dff;
}
/*Team Style Three*/
.team-style-three .namep-mate-item {
  margin-bottom: 30px;
}
.team-style-three .namep-mate-item .namep-image img {
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.team-style-three .namep-mate-item:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: 25px;
  height: calc(100% - 150px);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 6px 16px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 6px 16px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0 6px 16px 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.team-style-three .namep-mate-item.no-icon:before {
  bottom: 3px;
}
.team-style-three .namep-mate-item.namep-hover:before {
  bottom: 0;
  height: 100%;
  -webkit-box-shadow: 0 6px 16px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 6px 16px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 16px 0px rgba(0, 0, 0, 0.1);
}
.team-style-three .namep-mate-info {
  padding: 15px;
  text-align: center;
  position: static;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.team-style-three .namep-mate-info .namep-social a {
  font-size: 16px;
}
.team-style-three .namep-mate-item .namep-image {
  padding: 15px 15px 0;
}
.team-style-three .namep-mate-info .namep-social {
  opacity: 0;
  -webkit-transition: opacity 0.17s ease;
  transition: opacity 0.17s ease;
}
.team-style-three .namep-hover .namep-mate-info .namep-social {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.team-style-three .namep-mate-info * {
  position: relative;
}

/*Style Four*/
.namep-team.team-style-four .namep-mate-item {
  margin-bottom: 30px;
  overflow: hidden;
}
.namep-team.team-style-four .namep-mate-info h4 {
  font-size: 24px;
}
.namep-team.team-style-four .namep-hover .namep-mate-info h4 {
  color: #fff;
  padding: 0 0 10px;
}
.namep-team.team-style-four .namep-mate-info p {
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.namep-team.team-style-four .namep-hover .namep-mate-info p {
  height: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.namep-team.team-style-four .namep-mate-info {
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 82px;
  background: #fdfdfd;
  border: 1px solid #e7e7e7;
  box-shadow: none;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.namep-team.team-style-four .namep-mate-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.namep-team.team-style-four .namep-mate-info ul li {
  padding: 3px 0;
}
.namep-team.team-style-four .namep-mate-info ul li a,
.namep-team.team-style-four .namep-mate-info ul li {
  color: #fff;
  font-size: 18px;
}
.namep-team.team-style-four .namep-mate-info ul li i {
  padding-right: 3px;
}
.namep-team.team-style-four .namep-hover .namep-mate-info ul {
  height: auto;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all ease .2s;
  -ms-transition: all ease .2s;
  transition: all ease .2s;
}
.namep-team.team-style-four .namep-hover .namep-mate-info {
  min-height: 100%;
  background: rgba(8, 17, 60, 0.6);
  border-color: transparent;
}
.mate-info-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}

/*Team Single*/
.namep-team-single-wrap {
  padding: 0 15px;
}
.namep-team-single-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  padding: 20px 0;
}
.namep-team-single-item .single-mate-image,
.namep-team-single-item .single-mate-info {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px;
}
.namep-team-single-item .single-mate-info ul {
  padding: 0 0 10px;
  margin: 0;
  list-style: none;
}
.single-mate-info ul li {
  padding: 6px 0;
  color: #666666;
  font-size: 18px;
  line-height: 26px;
}
.single-mate-info ul li a {
  color: #666666;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.single-mate-info ul li a:hover {
  color: #4d6dff;
}
.single-mate-info ul li span {
  color: #444444;
  display: inline-block;
  padding-right: 5px;
  font-weight: 500;
}
.single-mate-info p {
  margin: 0;
  color: #666666;
  font-size: 18px;
  line-height: 26px;
  padding: 0 0 10px;
}
.single-mate-info h3.team-title {
  font-size: 30px;
  margin: 0;
  padding: 0 0 10px;
}
.single-mate-info h3 a {
  color: #444444;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.single-mate-info h3 a:hover {
  color: #4d6dff;
}
.namep-team-single-item .single-mate-info h5 {
  color: #666666;
  font-size: 16px;
  margin: 0;
  padding: 0 0 15px;
}
.namep-team-single-item .namep-image {
  text-align: center;
}
.image-wrap {
  display: inline-block;
  position: relative;
}
.image-wrap img {
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
  position: relative;
  z-index: 1;
}
.image-wrap:after {
  content: "";
  width: 100%;
  display: inline-block;
  height: 100%;
  position: absolute;
  left: 20px;
  top: 20px;
  border: 10px solid #4d6dff;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.namep-team-single-item .namep-image .image-wrap:hover:after {
  left: 0;
  top: 0;
}
.image-wrap.hide-shape:after {
  content: none;
}
.namep-team-single-item.full-width .single-mate-image,
.namep-team-single-item.full-width .single-mate-info {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0;
}
.namep-team-single-item.full-width {
  max-width: 650px;
  margin: 0 auto;
  border-radius: 5px 5px 5px 5px;
  padding: 50px;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.08);
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}

/*Testimonials*/
.namep-testimonials-wrap {
  padding: 30px 40px;
  margin: 30px auto 0;
  background: #ffffff;
  position: relative;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 0 1px #ededed;
  -ms-box-shadow: inset 0 0 0 1px #ededed;
  box-shadow: inset 0 0 0 1px #ededed;
}
.namep-testimonial-item .namep-image {
  padding: 0 0 15px;
}
.namep-testimonial-item .namep-image img {
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.namep-testimonials-wrap .namep-icon {
  position: absolute;
  top: -23px;
  right: 20px;
  z-index: 1;
  color: #4d6dff;
  text-align: center;
}
.namep-testimonial-item h4 span {
  font-size: 16px;
  font-weight: normal;
}
.namep-testimonials-wrap .namep-icon i {
  font-size: 45px;
  -webkit-text-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  -ms-text-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
.namep-testimonial-item p {
  font-size: 16px;
  line-height: 26px;
  color: #777777;
}
.namep-testimonial-item h4 {
  font-size: 18px;
  line-height: 26px;
}
.namep-customer-rating {
  padding-bottom: 15px;
  font-size: 16px;
  color: #4d6dff;
}
.namep-customer-rating .fa-star-o {
  color: #aaaaaa;
}
.namep-customer-rating i {
  margin: 0 1px;
}
.namep-author-name {
  padding-bottom: 0;
  text-transform: uppercase;
}
.namep-author-wrap p {
  margin-bottom: 0;
  font-size: 14px;
  color: #4d6dff;
}
/*Style Two*/
.testimonials-style-two .namep-testimonial-item {
  max-width: 700px;
  padding: 30px 50px 35px;
  margin: 0 auto;
  background: #ffffff;
  text-align: center;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.testimonials-style-two .namep-image {
  margin-top: 10px;
}
.testimonials-style-two .namep-image img {
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.testimonials-style-two .owl-carousel .owl-nav {
  margin-top: 0;
  position: static;
}
.testimonials-style-two .owl-carousel .owl-nav button.owl-prev, 
.testimonials-style-two .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 42px;
  left: 120px;
  z-index: 1;
}
.testimonials-style-two .owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: 120px;
}
.namep-testimonial-info {
  padding-top: 25px;
}
.namep-testimonial-info .namep-customer-rating {
  padding-bottom: 8px;
}
.namep-testimonial-info p {
  font-style: italic;
}

/*Video Popup*/
.namep-video-wrap {
  display: inline-block;
  line-height: 0;
  width: 100%;
}
a.namep-video-btn:focus,
a.namep-video-btn:hover {
  color: #fff;
}
.namep-video-wrap .namep-image {
  position: relative;
  display: inline-block;
  min-height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 100%;
  overflow: hidden;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.namep-video-wrap .namep-image img {
  visibility: hidden;
  opacity: 0;
}
.namep-video-wrap a {
  display: inline-block;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.namep-video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  color: #ffffff;
  font-size: 24px;
  background-color: #4d6dff;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  -webkit-box-shadow: 0 0 40px rgba(0, 1, 1, 0.4);
  -ms-box-shadow: 0 0 40px rgba(0, 1, 1, 0.4);
  box-shadow: 0 0 40px rgba(0, 1, 1, 0.4);
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  z-index: 2;
}
.namep-video-btn i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}
.video-label {
  display: block;
  padding-top: 20px;
  font-size: 20px;
  color: #ffffff;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.namep-video-wrap .namep-image:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.namep-video-btn-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  text-align: center;
  z-index: 2;
}
.namep-video-btn-wrap .namep-video-btn {
  position: relative;
  display: inline-block;
  top: 0;
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.namep-video-btn-wrap .namep-video-btn i {
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.namep-ripple,
.namep-ripple:before,
.namep-ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 80px;
  width: 80px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
  -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
  -webkit-animation: ripple 3s infinite;
  -moz-animation: ripple 3s infinite;
  -ms-animation: ripple 3s infinite;
  -o-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.namep-ripple:before {
  -webkit-animation-delay: .9s;
  -moz-animation-delay: .9s;
  -ms-animation-delay: .9s;
  -o-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  position: absolute;
}
.namep-ripple:after {
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  -ms-animation-delay: .6s;
  -o-animation-delay: .6s;
  animation-delay: .6s;
  content: "";
  position: absolute;
}
@-webkit-keyframes ripple {
  70% {box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);}
  100% {box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);}
}
@keyframes ripple {
  70% {box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);}
  100% {box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);}
}

/*About Me*/
.namep-aboutme-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.namep-aboutme-item .aboutme-image,
.namep-aboutme-item .aboutme-info {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.aboutme-info h3.aboutme-title {
  font-size: 30px;
  margin: 0;
  padding: 0 0 10px;
}
.aboutme-info .aboutme-info-wrap h5 {
  color: #666666;
  font-size: 16px;
  margin: 0;
  padding: 0 0 10px;
}
.aboutme-info p {
  margin: 0;
  color: #666666;
  font-size: 20px;
  line-height: 30px;
  padding-bottom: 15px;
}
.aboutme-info p:last-child {
  padding-bottom: 0;
}
.aboutme-info-wrap {
  padding: 50px;
}
.aboutme-info-wrap .namep-social {
  padding: 5px 0 25px;
}
.sign-image {
  padding: 30px 0 0;
}

/*About Us*/
.namep-aboutus-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.namep-aboutus-item .aboutus-image,
.namep-aboutus-item .aboutus-info {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.aboutus-info {
  text-align: left;
}
.aboutus-info.right {
  text-align: right;
}
.aboutus-info.center {
  text-align: center;
}
.aboutus-info h3.aboutus-title {
  font-size: 30px;
  margin: 0;
  padding: 0 0 15px;
  position: relative;
  margin-bottom: 20px
}
.aboutus-info h3:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 4px;
  content: "";
  background: #4d6dff;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
  z-index: 1;
}
.aboutus-info.right h3:after {
  left: auto;
  right: 0;
}
.aboutus-info.center h3:after {
  left: 0;
  right: 0;
  margin: 0 auto;
}
.aboutus-info .aboutus-info-wrap h5 {
  color: #4d6dff;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0;
  padding: 0 0 10px;
}
.aboutus-info p {
  margin: 0;
  color: #666666;
  font-size: 18px;
  line-height: 28px;
  padding-bottom: 15px;
}
.aboutus-info p:last-child {
  padding-bottom: 0;
}
.aboutus-info-wrap {
  padding: 50px;
}
.aboutus-info-wrap .namep-social {
  padding: 0;
}
.aboutus-info-wrap .namep-link-wrap {
  padding: 15px 0 0;
}
.sign-image {
  padding: 30px 0 0;
}

/*Get Apps*/
.namep-get-apps {
  position: relative;
  display: block;
  margin: 0 auto;
  max-width: 700px;
  padding: 50px;
  background: #ffffff;
  border: 1px solid #dcdced;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}
.namep-get-apps h3.apps-title {
  font-size: 30px;
  margin: 0;
  padding: 0 0 15px;
  position: relative;
}
.namep-get-apps h5 {
  color: #4d6dff;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0;
  padding: 0 0 10px;
}
.namep-get-apps p {
  margin: 0;
  color: #666666;
  font-size: 18px;
  line-height: 28px;
  padding-bottom: 15px;
}
.namep-get-apps .namep-btn-wrap {
  padding: 0;
}
.namep-get-apps .namep-btn-wrap a {
  margin: 10px;
  display: inline-block;
}

/*Image Compare*/
.namep-compare-wrap {
  display: inline-block;
  position: relative;
  width: 100%;
}
div.jx-controller,
div.jx-control {
  transition: all .2s ease;
}
.namep-compare-wrap div.juxtapose {
  width: 100% !important;
}

/*Subscribe*/
.namep-subscribe {
  text-align: center;
}
.namep-form-wrap {
  position: relative;
  display: block;
  margin: 0 auto;
  max-width: 700px;
  padding: 50px;
  background: #ffffff;
  border: 1px solid #dcdced;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}
.namep-subscribe .namep-form-wrap h3 {
  font-size: 30px;
  margin: 0;
  padding: 0 0 15px;
  position: relative;
}
.namep-subscribe p {
  margin: 0;
  color: #666666;
  font-size: 14px;
  line-height: 26px;
  padding-bottom: 15px;
}
.namep-subscribe .nich-row {
  margin: 0 -5px;
}
.namep-subscribe [class*="nich-col-"] {
  padding: 0 5px;
}
.namep-subscribe-form {
  display: block;
  margin: 25px auto 0;
}

/*History*/
.namep-history-wrap {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  padding: 0 15px;
}
.namep-history-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin: 0 -15px;
  padding: 50px 0;
}
.namep-history-item .history-info,
.namep-history-item .history-image {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px;
}
.namep-history-item:nth-child(odd) .history-info {
  padding-right: 50px;
  text-align: right;
}
.namep-history-item:nth-child(even) .history-info {
  padding-left: 50px;
  text-align: left;
  -ms-flex-order: 2;
  order: 2;
}
.namep-history-item:nth-child(odd) .history-image {
  padding-left: 50px;
}
.namep-history-item:nth-child(even) .history-image {
  padding-right: 50px;
  text-align: right;
  -ms-flex-order: 1;
  order: 1;
}
.namep-history-wrap:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #dcdced;
  display: inline-block;
}
.namep-history-item span {
  background: #4d6dff;
}
.namep-history-item span,
.namep-history-item span:before,
.namep-history-item span:after {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: -5px;
  height: 10px;
  width: 10px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 0 0 rgba(14, 37, 255, 0.3);
  -moz-box-shadow: 0 0 0 0 rgba(14, 37, 255, 0.3);
  -ms-box-shadow: 0 0 0 0 rgba(14, 37, 255, 0.3);
  -o-box-shadow: 0 0 0 0 rgba(14, 37, 255, 0.3);
  box-shadow: 0 0 0 0 rgba(14, 37, 255, 0.3);
  -webkit-animation: rippleSmall 3s infinite;
  -moz-animation: rippleSmall 3s infinite;
  -ms-animation: rippleSmall 3s infinite;
  -o-animation: rippleSmall 3s infinite;
  animation: rippleSmall 3s infinite;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.namep-history-item span:before {
  -webkit-animation-delay: .9s;
  -moz-animation-delay: .9s;
  -ms-animation-delay: .9s;
  -o-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  position: absolute;
  top: 0;
}
.namep-history-item span:after {
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  -ms-animation-delay: .6s;
  -o-animation-delay: .6s;
  animation-delay: .6s;
  content: "";
  position: absolute;
  top: 0;
}
@-webkit-keyframes rippleSmall {
  70% {box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);}
  100% {box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);}
}
@keyframes rippleSmall {
  70% {box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);}
  100% {box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);}
}
.history-info h3.history-title {
  padding: 15px 0 10px;
  margin: 0;
  font-size: 32px;
}
.namep-history-item .history-info h5 {
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  background: #4d6dff;
  display: inline-block;
  margin: 0;
  padding: 3px 8px;
  border-radius: 3px;
}
.history-info p {
  color: #666666;
  font-size: 18px;
  line-height: 26px;
}
.history-image .namep-image {
  display: inline-block;
  overflow: hidden;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.history-image .namep-image.namep-popup a {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #4d6dff;
  background: #fff;
  width: 40px;
  height: 40px;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  border-radius: 100%;
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
  z-index: 9;
}
.history-image .namep-image.namep-popup:hover a {
  top: 50%;
  opacity: 1;
}
.history-image .namep-image.namep-popup:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: block;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  transform: scale(0.9);
  transition: transform ease 0.3s, opacity ease 0.3s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.history-image .namep-image.namep-popup:hover:after {
  transform: scale(1);
  opacity: 1;
}
.history-image .namep-image img {
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.history-image .namep-image.hover-image:hover img {
  transform: scale(1.1);
}
.namep-history-wrap.history-two {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  padding: 0;
  max-width: 100%;
}
.namep-history-wrap.history-two .namep-history-item {
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
  max-width: 33.333%;
  display: block;
  flex-wrap: unset;
  margin: 0;
  padding: 0 15px;
}
.namep-history-wrap.history-two .namep-history-item {
  margin-bottom: 50px;
}
.namep-history-wrap.history-two .namep-history-item .history-info,
.namep-history-wrap.history-two .namep-history-item .history-image {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0;
}
.namep-history-wrap.history-two .namep-history-item .history-info,
.namep-history-wrap.history-two .namep-history-item .history-image {
  text-align: center;
}
.namep-history-wrap.history-two:before {
  content: none;
}
.namep-history-wrap.history-two .namep-history-item .history-info {
  padding: 0 0 30px;
  margin: 0 0 40px;
  position: relative;
}
.namep-history-wrap.history-two .namep-history-item .history-info:after {
  content: "";
  position: absolute;
  width: calc(100% + 30px);
  height: 2px;
  bottom: 0;
  left: -15px;
  right: -15px;
  margin: 0 auto;
  background: #4d6dff;
  display: inline-block;
}
.namep-history-wrap.history-two .namep-history-item span {
  top: auto;
  bottom: -4px;
  right: 0;
}
.namep-history-wrap.history-two.history-three .namep-history-item {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.history-vertical .history-info h3.history-title {
  padding-top: 0;
  font-size: 20px;
}
.history-vertical .history-info {
  background: #fff;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0,0,0,0.1);
  -moz-box-shadow: 0 10px 40px 0 rgba(0,0,0,0.1);
  box-shadow: 0 10px 40px 0 rgba(0,0,0,0.1);
  padding: 23px 30px;
}
.history-vertical .namep-history-item:nth-child(odd) .history-info {
  padding-right: 35px;
  text-align: right;
  width: 40%;
  flex: 0 0 45%;
  margin-right: 45px;
  border-radius: 10px 0 0 10px;
  border-right: 3px solid #ed366d;
}
.history-vertical .namep-history-item:nth-child(even) .history-info {
  padding-left: 35px;
  text-align: left;
  -ms-flex-order: 2;
  order: 2;
  width: 40%;
  flex: 0 0 45%;
  margin-left: 45px;
  border-radius: 0 10px 10px 0;
  border-left: 3px solid #ed366d;
}
.history-vertical .history-info p {
  padding-bottom: 0;
}
.history-vertical .namep-history-item {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/*Typewriter*/
.namep-typewriter h1 {
  font-size: 40px;
}
.namep-typewriter h1 span {
  color: #4d6dff;
}

/* Slider */
.namep-banner {
  background-color: #0c1322;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
}
.banner-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1170px;
}
.banner-caption {
  max-width: 900px;
  padding: 100px 0;
}
.banner-caption.left-align {
  margin-left: 0;
  margin-right: auto;
  text-align: left;
}
.banner-caption.right-align {
  margin-left: auto;
  margin-right: 0;
  text-align: right;
}
.banner-caption.center-align {
  margin: 0 auto;
  text-align: center;
}
.banner-caption h1.banner-title {
  font-size: 55px;
  padding: 0 0 15px;
  margin: 0;
  color: #fff;
}
.banner-caption p {
  color: #bfbfbf;
  font-size: 20px;
  line-height: 35px;
  margin-bottom: 0;
}
.banner-caption .namep-btn {
  margin: 10px 10px 0 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
a.btn-two.namep-btn.simple-link-btn {
  background: none;
  border-bottom: 1px solid #ffffff;
  border-radius: 0;
  padding: 0;
  margin-left: 33px;
  padding-bottom: 6px;
  margin-top: 5px;
  box-shadow: none;
}
a.btn-two.namep-btn.simple-link-btn i {
  padding-left: 5px;
  padding-right: 0;
}
.banner-caption h1.banner-title span {
  color: #4d6dff;
}
.namep-swiper-slide .swiper-slide .banner-caption *:nth-child(1n) {
  animation-delay: 1s;
}
.namep-swiper-slide .swiper-slide .banner-caption *:nth-child(2n) {
  animation-delay: 2s;
}
.namep-swiper-slide .swiper-slide .banner-caption *:nth-child(3n) {
  animation-delay: 2.5s;
}
.namep-swiper-slide .swiper-slide .banner-image *:nth-child(1n) {
  animation-delay: 2s;
}
.banner-image .slider-form.namep-form form p {
  padding: 0;
  text-align: center;
}
.banner-image .slider-form.namep-form {
  background: #ffff;
  padding: 50px;
  max-width: 450px;
  margin: 0 auto;
}

/* Plans */
.namep-plan-item {
  padding: 40px;
  background: #ffffff;
  text-align: center;
  position: relative;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.namep-plan-item.namep-plan-spacer {
  padding: 60px 40px;
}
.namep-plan-item h4 {
  font-size: 18px;
  line-height: 26px;
}
.namep-plan-item ul {
  padding: 15px 0 20px;
  margin: 0;
  color: #777777;
  list-style: none;
}
.namep-plan-item ul li {
  padding-bottom: 13px;
  position: relative;
}
.namep-plan-item ul li a {
  color: inherit;
}
.namep-plan-title {
  text-transform: uppercase;
}
.namep-price {
  display: block;
  font-size: 52px;
  font-weight: 600;
  line-height: normal;
  color: #4d6dff;
}
.namep-price sup {
  top: -22px;
  left: -2px;
  font-size: 24px;
  font-weight: 400;
}
.namep-price sub {
  bottom: 1px;
  font-size: 18px;
  font-weight: 400;
}
.namep-price-label {
  display: inline-block;
  margin-bottom: 25px;
  width: 90px;
  padding: 4px 10px 5px;
  color: #ffffff;
  background-color: #4d6dff;
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

/* Price */
.namep-price-item {
  padding: 25px 30px 20px;
  max-width: 450px;
  margin: 0 auto 30px;
  background: #ffffff;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.namep-price-item h3 {
  font-size: 20px;
  line-height: 28px;
}
.namep-price-item ul {
  padding: 0;
  margin: 0;
  font-size: 16px;
  list-style: none;
}
.namep-price-item ul li {
  padding: 10px 0;
  border-bottom: 1px solid #ededed;
}
.namep-price-item ul li:last-child {
  border-bottom: none;
}
.namep-price-item ul li span {
  float: right;
}
.namep-price-title {
  padding-right: 105px;
  position: relative;
}
.namep-price-title .namep-link {
  position: absolute;
  top: 3px;
  right: 0;
  z-index: 1;
}

/*Price Style Two*/
.price-style-two .namep-price-item {
  padding: 0;
}
.price-style-two .namep-price-title {
  padding: 50px 25px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  position: relative;
  -webkit-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.price-style-two .namep-price-title > * {
  position: relative;
  z-index: 1;
}
.price-style-two .namep-price-title:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  z-index: 0;
}
.price-style-two .namep-price-item h3 {
  font-size: 24px;
  line-height: 30px;
}
.price-style-two .namep-price-item ul {
  padding: 20px 0;
}
.price-style-two .namep-price-item ul li {
  padding: 8px 25px;
  border-bottom: none;
}
.namep-price-link {
  padding: 20px 25px 23px;
  border-top: 1px solid #ededed;
}
.namep-price-link .namep-link {
  font-size: 16px;
}

/* Valuable */
.namep-valuable-wrap .nich-row {
  margin: 0;
}
.namep-valuable-wrap [class*="nich-col-"] {
  padding: 0;
}
.namep-valuable-wrap .nich-col-lg-4:first-child .namep-valuable-item {
  -webkit-border-radius: 3px 0 0 3px;
  -ms-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.namep-valuable-wrap .nich-col-lg-4:last-child .namep-valuable-item {
  -webkit-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.namep-valuable-wrap [class*="nich-col-"]:nth-child(2n) .namep-valuable-item {
  z-index: 2;
}
.namep-valuable-wrap [class*="nich-col-"]:nth-child(3n) .namep-valuable-item {
  z-index: 1;
}
.namep-valuable-item {
  height: 100%;
  background: #4d6dff;
  color: #ffffff;
  position: relative;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
  z-index: 3;
}
.namep-valuable-item .namep-icon {
  padding-bottom: 15px;
}
.namep-valuable-item .namep-icon i {
  font-size: 50px;
}
.namep-valuable-item h4 {
  font-size: 20px;
  color: #ffffff;
}
.namep-valuable-item h4 a {
  color: #ffffff;
}
.namep-valuable-item p {
  line-height: 28px;
  font-size: 16px;
}
.namep-valuable-inner {
  padding: 45px 30px 30px;
}
.hours-item {
  padding: 5px 0;
  font-size: 16px;
}
.hours-item span {
  float: right;
}
.namep-valuable-item .namep-rounded-link {
  position: absolute;
  bottom: -22px;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
}
.namep-valuable-item.namep-hover .namep-rounded-link {
  opacity: 1;
  visibility: visible;
}
.namep-valuable-title {
  padding-bottom: 7px;
  font-weight: 500;
}
.namep-valuable-title a {
  color: inherit;
}

/* Stats */
.namep-stats-wrap .namep-stats-item {
  display: block;
  padding: 28px 25px 23px;
  margin-bottom: 30px;
  background: #ffffff;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
}
.namep-stats-item.namep-hover {
  background: #4d6dff;
  color: #ffffff;
}
.namep-stats-item.namep-hover .namep-icon, 
.namep-stats-item.namep-hover .namep-stats-title {
  color: #ffffff;
}
.namep-stats-item .namep-icon {
  display: table-cell;
  vertical-align: middle;
  color: #4d6dff;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.namep-stats-item .icon-linea {
  font-size: 40px;
}
.namep-stats-info {
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
}
.namep-stats-info span {
  display: block;
}
.namep-stats-item .stats-counter {
  padding-bottom: 0;
  font-weight: 600;
  font-size: 26px;
  text-align: left;
}
.namep-stats-title {
  padding-bottom: 0;
  color: #777777;
  font-weight: 400;
  font-size: 16px;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}

/*Department*/
.namep-section-title h2 {
  font-size: 34px;
  line-height: 42px;
  color: #444444;
}
.namep-section-title p {
  margin-bottom: 10px;
  color: #777777;
  line-height: 28px;
  font-size: 16px;
}
.namep-departments-wrap .nich-row {
  margin: 0;
}
.namep-departments-wrap [class*="nich-col-"] {
  padding: 0;
}
.namep-department-item {
  position: relative;
  display: block;
  border: 1px solid #e7e7e7;
  margin: 0 -1px -1px 0;
  padding: 30px 25px 20px;
  text-align: center;
  background: #ffffff;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.namep-department-item:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.namep-department-item.namep-hover {
  border-color: transparent;
}
.namep-department-item.namep-hover:after {
  z-index: 9;
  border-color: transparent;
  -webkit-box-shadow: 0 5px 60px #ececf4;
  -ms-box-shadow: 0 5px 60px #ececf4;
  box-shadow: 0 5px 60px #ececf4;
}
.namep-department-item span {
  display: block;
}
.namep-department-item .namep-icon, 
.namep-department-item .namep-image {
  display: inline-block;
  padding-bottom: 20px;
  color: #4d6dff;
  max-height: 80px;
}
.namep-department-item .namep-icon {
  font-size: 60px;
  line-height: 60px;
}
.namep-department-item p {
  margin-bottom: 13px;
  color: #777777;
  line-height: 24px;
  font-size: 14px
}
.namep-department-title {
  padding-bottom: 10px;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
}
.namep-department-title a {
  color: inherit;
}
a.namep-department-item:hover {
  color: #4d6dff;
}
.namep-departments-wrap .namep-section-title {
  padding-right: 50px;
}

/* Hospitals */
.namep-hospitals-wrap {
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  text-align: center;
  position: relative;
}
.namep-hospitals-wrap.namep-overlay:before {
  background-color: rgba(0, 0, 0, 0.45);
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.namep-hospitals-wrap .nich-row {
  margin: 0;
}
.namep-hospitals-wrap [class*="nich-col-"] {
  padding: 0;
  border-right: 6px solid #ffffff;
  border-bottom: 6px solid #ffffff;
}
.namep-hospitals-wrap [class*="nich-col-"]:nth-child(3n) {
  border-right: none;
}
.namep-hospital-item {
  height: 100%;
  padding: 80px 30px;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.namep-hospital-item.namep-hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.namep-hospital-item h4 {
  font-size: 22px;
  line-height: 28px;
  padding-bottom: 8px;
}
.namep-hospital-item p {
  line-height: 26px;
  font-size: 16px;
}
.namep-hospital-item .namep-link {
  color: inherit;
}
.namep-hospital-item .namep-link span:after {
  background: #ffffff;
}
.namep-hospital-title a {
  color: inherit;
}

/*Admission*/
.namep-admission-wrap {
  max-width: 730px;
  margin: 0 auto;
}
.namep-admission-wrap .namep-bullet-list {
  padding-bottom: 10px;
  text-align: left;
}
.namep-admission-wrap .namep-bullet-list li {
  padding-bottom: 18px;
}
.namep-admission-wrap .namep-btn {
  min-width: 100%;
}
.namep-admission-inner-wrap {
  background-color: #ffffff;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.namep-admission-inner-wrap .nich-row {
  margin: 0;
}
.namep-admission-inner-wrap [class*="nich-col-"] {
  padding: 0;
}
.namep-admission-inner-wrap [class*="nich-col-"]:nth-child(2n) .namep-admission-list {
  border-right: none;
}
.namep-admission-list {
  padding: 40px 30px;
  border-right: 1px solid #ececec;
}
.namep-bullet-list {
  padding: 0;
  margin: 0;
  color: #777777;
  font-size: 18px;
  list-style: none;
}
.namep-bullet-list:before, 
.namep-bullet-list:after {
  display: table;
  content: "";
  clear: both;
}
.namep-bullet-list li {
  padding: 0 0 15px 30px;
  position: relative;
}
.namep-bullet-list li:before {
  position: absolute;
  top: 1px;
  left: 0;
  width: 18px;
  height: 18px;
  color: #ffffff;
  background-color: #4d6dff;
  text-align: center;
  font-family: "FontAwesome";
  font-weight: 900;
  font-size: 8px;
  line-height: 18px;
  text-rendering: auto;
  content: "\f00c";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  z-index: 1;
}
.namep-bullet-list li a {
  color: inherit;
}

/* Tools */
.namep-tools-wrap {
  padding: 0 15px;
}
.namep-tools-wrap .namep-tool-item {
  display: block;
  max-width: 350px;
  padding: 20px 15px 15px;
  margin: 0 auto 30px;
  text-align: center;
  background-color: #ffffff;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.namep-tool-item.namep-hover, 
.namep-tool-item.namep-hover .namep-icon, 
.namep-tool-item.namep-hover .namep-tool-title a {
  color: #ffffff;
}
.namep-tool-item.namep-hover {
  background-color: #4d6dff;
}
.namep-tool-item span {
  display: block;
}
.namep-tool-item .namep-image,
.namep-tool-item .namep-icon {
  padding-bottom: 10px;
  color: #4d6dff;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.namep-tool-item i {
  font-size: 36px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.namep-tool-title {
  padding-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
}
/*Tool Style Two*/
.namep-care-item {
  display: block;
  padding: 25px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.namep-care-item span {
  display: table-cell;
}
.namep-care-item.namep-hover {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.namep-care-item .namep-icon {
  display: table-cell;
  vertical-align: middle;
  min-width: 45px;
  font-size: 45px;
  color: #4d6dff;
}
.namep-care-item.namep-hover {
  color: #4d6dff;
}
.namep-care-title {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 20px;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
}

/*Resources*/
.namep-resource-wrap {
  overflow: hidden;
  background-color: #ffffff;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.namep-resource-item .nich-row {
  margin: 0;
}
.namep-resource-item [class*="nich-col-"] {
  padding: 0;
}
.namep-resource-info {
  height: 100%;
  padding: 40px 70px;
}
.namep-resource-info h3 {
  font-size: 24px;
  line-height: 32px;
}
.namep-resource-info .namep-bullet-list {
  padding-bottom: 10px;
}
.namep-resource-title {
  padding-bottom: 25px;
}
.namep-bullet-style-two li {
  float: left;
  width: 50%;
}

/*Offers*/
.namep-offers-item {
  margin-bottom: 30px;
}
.namep-offers-item .namep-image img {
  -webkit-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.namep-offers-item [class*="nich-order-"] .namep-image img {
  -webkit-border-radius: 0 0 3px 3px;
  -ms-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.namep-offers-item [class*="nich-order-"] .namep-offers-info {
  -webkit-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.namep-offers-info {
  padding: 25px 25px 18px;
  -webkit-border-radius: 0 0 3px 3px;
  -ms-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.namep-offers-info h4 {
  font-size: 20px;
}
.namep-offers-info h4 a:hover {
  color: #4d6dff;
}
.namep-offers-info p {
  color: #777777;
  line-height: 26px;
  font-size: 16px;
}
.namep-offers-info .namep-bullet-list {
  font-size: 16px;
}

/*Benefit*/
.namep-benefit-item .namep-image img {
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.namep-benefit-item [class*="nich-order-"] .namep-benefit-info {
  padding: 0 50px 0 0;
}
.namep-benefit-main-title {
  padding-bottom: 25px;
}
.namep-benefit-info {
  padding-left: 50px;
}
.namep-benefit-info h2 {
  font-size: 70px;
  line-height: 72px;
  color: #4d6dff;
}
.namep-benefit-info h3 {
  font-size: 24px;
  line-height: 32px;
}
.namep-benefit-info p {
  color: #777777;
  line-height: 26px;
  font-size: 16px;
}
.namep-benefit-counter {
  opacity: 0.1;
  font-weight: 700;
}
.namep-benefit-info-item {
  padding: 20px 30px 8px;
  margin-bottom: 20px;
  background: #ffffff;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.namep-benefit-info-item .namep-icon {
  float: left;
  min-width: 50px;
}
.namep-benefit-info-item i {
  font-size: 48px;
  color: #4d6dff;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.namep-benefit-item-info {
  overflow: hidden;
  padding-left: 20px;
}
.namep-benefit-item-info h4 {
  font-size: 18px;
}
.namep-benefit-info-title {
  padding-bottom: 5px;
}
.namep-benefit-info h3 a:hover,
.namep-benefit-item-info h4 a:hover {
  color: #4d6dff;
}
/*Hours*/
.namep-hours-wrap {
  position: relative;
  padding: 30px;
  background-color: #4d6dff;
  color: #fff;
  border-radius: 5px;
}
.namep-hours-wrap h4 {
  font-size: 20px;
}
.namep-hours-wrap p {
  font-size: 16px;
  margin: 0;
  padding: 0 0 5px;
}
.namep-hour-item {
  color: #ffffff;
  position: relative;
  border-bottom: 1px solid rgba(255,255,255,.27);
  padding: 9px 2px 4px;
  font-size: 15px;
  margin: 0 -2px;
}
.namep-hour-item span {
  float: right;
  white-space: nowrap;
  text-align: right;
  font-size: 14px;
  font-weight: 700;
}
.namep-hour-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

/*Action*/
.namep-action-item-wrap {
  margin-bottom: 30px;
  background-color: #ffffff;
  -webkit-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.namep-action-item-wrap:before, .namep-action-item-wrap:after {
  display: table;
  clear: both;
  content: "";
}
.namep-action-item .namep-image {
  float: left;
  max-width: 220px;
}
.action-toggle .namep-action-item .namep-image {
  float: right;
}
.namep-action-item .namep-image img {
  -webkit-border-radius: 3px 0 0 3px;
  -ms-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.action-toggle .namep-action-item .namep-image img {
  -webkit-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.namep-action-info {
  overflow: hidden;
  padding: 22px 25px 21px;
}
.namep-action-info h4 {
  font-size: 18px;
}
.namep-action-info p {
  color: #777777;
  line-height: 26px;
  font-size: 16px;
}

/*Appointment*/
.namep-appointment.namep-form .namep-appointment-form form .step [class*="col-"] {
  width: 100%;
  max-width: 100%;
}
.namep-appointment.namep-form .namep-appointment-form form label {
  display: block;
  text-align: left;
}
.namep-appointment.namep-form .namep-appointment-form table {
  text-align: left;
}
.namep-appointment.namep-form table td.ea-label, 
.namep-appointment.namep-form table td.value {
  padding: 15px 20px !important;
}
.namep-appointment.namep-form .ea-bootstrap small {
  font-size: 14px;
  color: #666;
  padding: 0 0 10px;
  display: block;
}
.namep-appointment-form .ui-datepicker {
  background-color: #4d6dff;
  color: #ffffff;
  padding: 50px;
  border: none;
  box-shadow: none;
  border-radius: 4px;
}
.namep-appointment-form .ui-datepicker table, 
.namep-appointment-form .ui-datepicker th, 
.namep-appointment-form .ui-datepicker td {
  border: 1px solid rgba(255,255,255,.27);
  vertical-align: middle;
  font-size: 16px;
  color: #ffffff;
}
.namep-appointment-form .ui-datepicker table td a,
.namep-appointment-form .ui-datepicker table td {
  font-size: 16px;
  color: #ffffff;
}
.namep-appointment-form .ui-datepicker .ui-datepicker-calendar td {
  padding: 10px;
  border-radius: 0;
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.namep-appointment-form .ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable:hover {
  background-color: #4260ec;
}
.namep-appointment-form .ui-datepicker .ui-state-disabled {
  color: #eaeaea;
  font-size: 16px;
}
.namep-appointment-form .ui-datepicker .ui-datepicker-current-day {
  background-color: #04d5aa;
}
.namep-appointment-form .ui-datepicker .ui-datepicker-calendar td:hover,
.namep-appointment-form .ea-bootstrap .ui-datepicker .no-slots, 
.namep-appointment-form .ea-bootstrap .ui-datepicker .no-slots:hover {
  background-color: #4260ec;
  color: #fff;
  cursor: default;
}
.namep-appointment-form .ea-bootstrap .well {
  background-color: #4d6dff;
  border: none;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.namep-appointment-form .ea-bootstrap .time-row td:hover {
  background-color: #4260ec;
}
.namep-appointment-form .ea-bootstrap .time-value {
  padding: 10px;
  border: 1px solid rgba(255,255,255,.27);
  background-color: rgba(255, 255, 255, 0.05);
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.namep-appointment-form .ea-bootstrap .time-value:hover {
  background-color: #4260ec;
  cursor: pointer;
}
.namep-appointment-form .ea-bootstrap.ea-bootstrap .selected-time, 
.namep-appointment-form .ea-bootstrap.ea-bootstrap .selected-time:hover {
  background-color: #04d5aa;
}
.namep-appointment-form .ui-datepicker .ui-datepicker-title {
  font-weight: 700;
  font-size: 20px;
  padding: 0 0 20px;
}
.namep-appointment-form .ea-bootstrap .time-disabled {
  padding: 10px;
  border: 1px solid rgba(255,255,255,.27);
  background-color: #4260ec;
}
.namep-fullcalendar .fc .fc-view-container .fc-event {
  margin: 10px;
  padding: 10px;
}

/*Appointment Hour Booking*/
.cpp_form {
  color: #777777;
  line-height: 26px;
  font-size: 16px;
}
.booking_form .booking_form_div input[type="text"],
.booking_form .booking_form_div input[type="email"],
.booking_form .booking_form_div textarea,
.booking_form .booking_form_div select,
.cpp_form input[type="text"],
.cpp_form input[type="email"],
.cpp_form textarea,
.cpp_form select {
  vertical-align: middle;
  width: 100%;
  height: 50px;
  padding: 10px 20px;
  margin: 5px 0 20px;
  background-color: #ffffff;
  line-height: 1.42857143;
  border: 1px solid #eaeaea;
  outline: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.booking_form .booking_form_div input[type="text"]:focus,
.booking_form .booking_form_div input[type="email"]:focus,
.booking_form .booking_form_div textarea:focus,
.booking_form .booking_form_div select:focus,
.cpp_form input[type="text"]:focus,
.cpp_form input[type="email"]:focus,
.cpp_form textarea:focus,
.cpp_form select:focus {
  border-color: #cdcdcd;
  box-shadow: none;
}
.booking_form .booking_form_div button.btn,
.cpp_form .pbSubmit {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  min-width: 160px;
  padding: 17px;
  margin: 0;
  color: #ffffff;
  background-color: #4d6dff;
  line-height: normal;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  border: none;
  position: relative;
  outline: none;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  box-shadow: none;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.booking_form .booking_form_div button.btn:hover, 
.cpp_form .pbSubmit:hover,
.cpp_form .pbSubmit:focus {
  background-color: #fb6564;
  color: #fff;
}
.widget_wpdev_booking .booking_form_div .bk_calendar_frame {
  margin: 0;
  width: 100% !important;
}
.cpp_form #fbuilder .medium {
  width: 100% !important;
}
.cpp_form #fbuilder .slots {
  border: 1px solid #eaeaea;
  border-radius: 3px;
  width: 100%;
  padding: 20px;
  margin: 20px 0 10px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.cpp_form .ui-datepicker-calendar .ui-state-active {
  background: #4d6dff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #ffffff;
  text-shadow: none;
  border: 1px solid #4d6dff;
  position: relative;
}
.cpp_form #fbuilder .slots div a {
  background: #fff;
  font-size: 14px;
  color: #4d6dff;
  box-shadow: none;
  padding: 5px 10px;
}
.cpp_form #fbuilder .slots div a:hover {
  background: #4d6dff;
  color: #fff;
}
.cpp_form #fbuilder .slots div {
  border: 1px solid #4d6dff;
}
.cpp_form .ahb_list {
  padding: 10px 0 0;
}
.cpp_form .ahb_list:last-child {
  padding: 10px 0 10px;
}
.cpp_form .ahb_list a.cancel {
  color: red;
}
.cpp_form .captcha img {
  margin: 10px 0;
}
.cpp_form .captcha input[type="text"] {
  margin: 10px 0 0;
}

/*Booking Calendar*/
.booking_form .booking_form_div .datepick-inline {
  background: #fff;
  margin: 0 0 30px;
  border: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.booking_form .booking_form_div input[type="text"],
.booking_form .booking_form_div input[type="email"],
.booking_form .booking_form_div textarea,
.booking_form .booking_form_div select {
  box-sizing: content-box;
  -mox-box-sizing: content-box;
  -webkit-box-sizing: border-box;
}
.booking_form .booking_form_div button.btn {
  margin: 20px 0 0;
}
.booking_form .booking_form_div div.datepick-inline .datepick-title-row th {
  border: 1px solid #ececec;
  color: #333333;
  font-weight: 600;
  text-transform: uppercase;
  padding: 5px;
}
.booking_form .booking_form_div .datepick-inline .datepick-days-cell {
  border: 1px solid #ececec;
  color: #777777;
  padding: 8px;
  font-weight: normal;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.booking_form .booking_form_div .datepick-inline .date_approved {
  color: #ffffff;
  text-shadow: none;
  background-color: #4260ec;
}
.booking_form .booking_form_div .datepick-inline .date_available a,
.booking_form .booking_form_div .wpbc_timeslot_day_bg_as_available .datepick-inline .date_available {
  color: #777777;
  text-shadow: none;
  font-weight: normal;
}
.booking_form .booking_form_div .datepick-inline .datepick-one-month .datepick .datepick-current-day a {
  text-shadow: none;
}
.booking_form .booking_form_div .datepick-inline .datepick .datepick-days-cell-over {
  background: #4d6dff;
}
.booking_form .booking_form_div .datepick-inline .datepick .datepick-days-cell-over a {
  color: #ffffff;
}
.booking_form .booking_form_div .datepick-inline .calendar-links {
  background: #555555;
  border-bottom: none;
  padding: 7px 0 10px;
}
.booking_form .booking_form_div .datepick-inline .calendar-links .datepick-prev a,
.booking_form .booking_form_div .datepick-inline .calendar-links .datepick-next a {
  color: #fff;
  text-shadow: none;
}
.booking_form .booking_form_div .datepick-inline .datepick-header {
  color: #ffffff;
  font-weight: 600;
  text-shadow: none;
  padding: 0 0 9px;
}
.booking_form .booking_form_div .datepick-inline .date2approve, 
.booking_form .booking_form_div .block_hints .block_pending a, 
.booking_form .booking_form_div .datepick-inline .date2approve a {
  color: #ffffff;
  text-shadow: none;
}