﻿
@import url("https://fonts.googleapis.com/css?family=Nunito:300,400,600,700&amp;display=swap");
.bg-primary {
  background-color: #2f55d4 !important;
}

.bg-secondary {
  background-color: #5a6d90 !important;
}

.bg-success {
  background-color: #2eca8b !important;
}

.bg-danger {
  background-color: #e43f52 !important;
}

.bg-info {
  background-color: #9084e2 !important;
}

.bg-warning {
  background-color: #f17425 !important;
}

.bg-dark {
  background-color: #3c4858 !important;
}

.bg-light {
    background-color: #ffffff !important;
}

.testi-box{padding: 30px 30PX !important;height: 240px;}
.testi-box h5 {
    text-align: left;
    color: #18346a;
    font-weight: 700;
    font-size: 15px;
}

.testi-box .text-muted {
    color: #0a0a0a !important;
    text-align: left;
    font-size: 14px;
    text-align: justify;
}

.text-primary {
  color: #2f55d4 !important;
}

.text-secondary {
  color: #5a6d90 !important;
}

.text-success {
  color: #2eca8b !important;
}

.text-danger {
  color: #e43f52 !important;
}

.text-info {
  color: #9084e2 !important;
}

.text-warning {
  color: #f17425 !important;
}

.text-dark {
  color: #3c4858 !important;
}

.text-light {
  color: #f8f9fc !important;
}

.text-muted {
  color: #040404 !important;
}

.list-inline-item:not(:last-child) {
  margin-right: 24px;
  margin-bottom: 5px;
}

.rounded {
  border-radius: 5px !important;
}

.rounded-top {
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
}

.rounded-left {
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
}

.rounded-bottom {
  border-bottom-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}

.rounded-right {
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}

.component-wrapper .title {
  font-size: 20px;
}

.btn {
  padding: 8px 20px;
  outline: none;
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 0.5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 600;
  border-radius: 50px;
}

.btn:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.btn.btn-sm {
  padding: 7px 16px;
  font-size: 12px;
}

.btn.btn-lg {
  padding: 14px 30px;
  font-size: 16px;
}

.btn.searchbtn {
  padding: 6px 20px;
}

.btn.btn-primary, .btn.btn-secondary, .btn.btn-success, .btn.btn-danger, .btn.btn-info, .btn.btn-warning, .btn.btn-dark {
  color: #ffffff !important;
}

.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active, .btn.btn-primary.active, .btn.btn-primary.focus, .btn.btn-secondary:hover, .btn.btn-secondary:focus, .btn.btn-secondary:active, .btn.btn-secondary.active, .btn.btn-secondary.focus, .btn.btn-success:hover, .btn.btn-success:focus, .btn.btn-success:active, .btn.btn-success.active, .btn.btn-success.focus, .btn.btn-danger:hover, .btn.btn-danger:focus, .btn.btn-danger:active, .btn.btn-danger.active, .btn.btn-danger.focus, .btn.btn-info:hover, .btn.btn-info:focus, .btn.btn-info:active, .btn.btn-info.active, .btn.btn-info.focus, .btn.btn-warning:hover, .btn.btn-warning:focus, .btn.btn-warning:active, .btn.btn-warning.active, .btn.btn-warning.focus, .btn.btn-dark:hover, .btn.btn-dark:focus, .btn.btn-dark:active, .btn.btn-dark.active, .btn.btn-dark.focus {
  color: #ffffff !important;
}

.btn.btn-primary-outline:hover, .btn.btn-primary-outline:focus, .btn.btn-primary-outline:active, .btn.btn-primary-outline.active, .btn.btn-primary-outline.focus, .btn.btn-secondary-outline:hover, .btn.btn-secondary-outline:focus, .btn.btn-secondary-outline:active, .btn.btn-secondary-outline.active, .btn.btn-secondary-outline.focus, .btn.btn-success-outline:hover, .btn.btn-success-outline:focus, .btn.btn-success-outline:active, .btn.btn-success-outline.active, .btn.btn-success-outline.focus, .btn.btn-danger-outline:hover, .btn.btn-danger-outline:focus, .btn.btn-danger-outline:active, .btn.btn-danger-outline.active, .btn.btn-danger-outline.focus, .btn.btn-info-outline:hover, .btn.btn-info-outline:focus, .btn.btn-info-outline:active, .btn.btn-info-outline.active, .btn.btn-info-outline.focus, .btn.btn-warning-outline:hover, .btn.btn-warning-outline:focus, .btn.btn-warning-outline:active, .btn.btn-warning-outline.active, .btn.btn-warning-outline.focus, .btn.btn-dark-outline:hover, .btn.btn-dark-outline:focus, .btn.btn-dark-outline:active, .btn.btn-dark-outline.active, .btn.btn-dark-outline.focus {
  color: #ffffff !important;
}

.btn.btn-primary {
  background: #2f55d4;
  border: 1px solid #2f55d4;
}

.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active, .btn.btn-primary.active, .btn.btn-primary.focus {
  background-color: #2443ac !important;
}

.btn.btn-primary-outline {
  border: 1px solid #2f55d4;
  color: #2f55d4;
  background-color: transparent;
}

.btn.btn-primary-outline:hover, .btn.btn-primary-outline:focus, .btn.btn-primary-outline:active, .btn.btn-primary-outline.active, .btn.btn-primary-outline.focus {
  background-color: #2f55d4;
  border-color: #2f55d4;
}

.btn.btn-secondary {
  background: #5a6d90;
  border: 1px solid #5a6d90;
}

.btn.btn-secondary:hover, .btn.btn-secondary:focus, .btn.btn-secondary:active, .btn.btn-secondary.active, .btn.btn-secondary.focus {
  background-color: #465571 !important;
}

.btn.btn-secondary-outline {
  border: 1px solid #5a6d90;
  color: #5a6d90;
  background-color: transparent;
}

.btn.btn-secondary-outline:hover, .btn.btn-secondary-outline:focus, .btn.btn-secondary-outline:active, .btn.btn-secondary-outline.active, .btn.btn-secondary-outline.focus {
  background-color: #5a6d90;
  border-color: #5a6d90;
}

.btn.btn-success {
  background: #2eca8b;
  border: 1px solid #2eca8b;
}

.btn.btn-success:hover, .btn.btn-success:focus, .btn.btn-success:active, .btn.btn-success.active, .btn.btn-success.focus {
  background-color: #25a06e !important;
}

.btn.btn-success-outline {
  border: 1px solid #2eca8b;
  color: #2eca8b;
  background-color: transparent;
}

.btn.btn-success-outline:hover, .btn.btn-success-outline:focus, .btn.btn-success-outline:active, .btn.btn-success-outline.active, .btn.btn-success-outline.focus {
  background-color: #2eca8b;
  border-color: #2eca8b;
}

.btn.btn-danger {
  background: #e43f52;
  border: 1px solid #e43f52;
}

.btn.btn-danger:hover, .btn.btn-danger:focus, .btn.btn-danger:active, .btn.btn-danger.active, .btn.btn-danger.focus {
  background-color: #d21e32 !important;
}

.btn.btn-danger-outline {
  border: 1px solid #e43f52;
  color: #e43f52;
  background-color: transparent;
}

.btn.btn-danger-outline:hover, .btn.btn-danger-outline:focus, .btn.btn-danger-outline:active, .btn.btn-danger-outline.active, .btn.btn-danger-outline.focus {
  background-color: #e43f52;
  border-color: #e43f52;
}

.btn.btn-info {
  background: #9084e2;
  border: 1px solid #9084e2;
}

.btn.btn-info:hover, .btn.btn-info:focus, .btn.btn-info:active, .btn.btn-info.active, .btn.btn-info.focus {
  background-color: #6b5bd8 !important;
}

.btn.btn-info-outline {
  border: 1px solid #9084e2;
  color: #9084e2;
  background-color: transparent;
}

.btn.btn-info-outline:hover, .btn.btn-info-outline:focus, .btn.btn-info-outline:active, .btn.btn-info-outline.active, .btn.btn-info-outline.focus {
  background-color: #9084e2;
  border-color: #9084e2;
}

.btn.btn-warning {
  background: #f17425;
  border: 1px solid #f17425;
}

.btn.btn-warning:hover, .btn.btn-warning:focus, .btn.btn-warning:active, .btn.btn-warning.active, .btn.btn-warning.focus {
  background-color: #d55b0e !important;
}

.btn.btn-warning-outline {
  border: 1px solid #f17425;
  color: #f17425;
  background-color: transparent;
}

.btn.btn-warning-outline:hover, .btn.btn-warning-outline:focus, .btn.btn-warning-outline:active, .btn.btn-warning-outline.active, .btn.btn-warning-outline.focus {
  background-color: #f17425;
  border-color: #f17425;
}

.btn.btn-dark {
  background: #3c4858;
  border: 1px solid #3c4858;
}

.btn.btn-dark:hover, .btn.btn-dark:focus, .btn.btn-dark:active, .btn.btn-dark.active, .btn.btn-dark.focus {
  background-color: #272f3a !important;
}

.btn.btn-dark-outline {
  border: 1px solid #3c4858;
  color: #3c4858;
  background-color: transparent;
}

.btn.btn-dark-outline:hover, .btn.btn-dark-outline:focus, .btn.btn-dark-outline:active, .btn.btn-dark-outline.active, .btn.btn-dark-outline.focus {
  background-color: #3c4858;
  border-color: #3c4858;
}

.btn.btn-light {
  color: #3c4858;
  background: #f8f9fc;
  border: 1px solid #dee2e6;
}

.btn.btn-light:hover, .btn.btn-light:focus, .btn.btn-light:active, .btn.btn-light.active, .btn.btn-light.focus {
  background-color: #d4daed !important;
  color: #3c4858;
}

.btn.btn-light-outline {
  border: 1px solid #dee2e6;
  color: #3c4858;
  background-color: transparent;
}

.btn.btn-light-outline:hover, .btn.btn-light-outline:focus, .btn.btn-light-outline:active, .btn.btn-light-outline.active, .btn.btn-light-outline.focus {
  background-color: #f8f9fc;
}

.form-control:disabled, .form-control[readonly] {
  opacity: 1;
}

button:not(:disabled) {
  outline: none;
}

.shadow {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15) !important;
  background: #fff;
}

.progress-box .title {
  font-size: 15px;
}

.progress-box .progress {
  height: 10px;
  overflow: visible;
}

.progress-box .progress .progress-bar {
  border-radius: 10px;
  -webkit-animation: animate-positive 3s;
          animation: animate-positive 3s;
}

.progress-box .progress .progress-value {
  position: absolute;
  top: -25px;
  right: -15px;
  font-size: 13px;
}

@-webkit-keyframes animate-positive {
  0% {
    width: 0;
  }
}

@keyframes animate-positive {
  0% {
    width: 0;
  }
}

.page-next-level .title {
  font-size: 20px;
  letter-spacing: 1px;
}

.page-next-level .page-next {
  letter-spacing: 0.5px;
  padding-left: 0;
  z-index: 99;
}

.page-next-level .page-next li {
  display: inline-block;
  margin-right: 5px;
}

.page-next-level .page-next li:after {
  content: "\f142";
  font-size: 16px;
  color: #f8f9fc;
  font-family: 'Material Design Icons';
}

.page-next-level .page-next li:last-child {
  margin-right: 0;
}

.page-next-level .page-next li:last-child:after {
  display: none;
}

.page-next-level .page-next li a, .page-next-level .page-next li span {
  font-size: 13px;
  padding-right: 8px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #ced4da;
}

.page-next-level .page-next li a:hover {
  color: #ffffff !important;
}

.page-next-level .page-next li span:last-child {
  padding-right: 0px;
}

.badge {
  padding: 5px 8px;
  border-radius: 5px;
  letter-spacing: 0.5px;
}

.badge.badge-primary, .badge.badge-secondary, .badge.badge-success, .badge.badge-danger, .badge.badge-info, .badge.badge-warning, .badge.badge-dark {
  color: #ffffff !important;
}

.badge.badge-primary {
  background-color: #2f55d4 !important;
}

.badge.badge-secondary {
  background-color: #5a6d90 !important;
}

.badge.badge-success {
  background-color: #2eca8b !important;
}

.badge.badge-danger {
  background-color: #e43f52 !important;
}

.badge.badge-warning {
  background-color: #f17425 !important;
}

.badge.badge-info {
  background-color: #9084e2 !important;
}

.badge.badge-light {
  color: #3c4858;
  background-color: #f8f9fc !important;
}

.badge.badge-dark {
  background-color: #3c4858 !important;
}

.alert {
  padding: 8px 15px;
  border-radius: 10px;
}

.alert.alert-primary, .alert.alert-secondary, .alert.alert-success, .alert.alert-danger, .alert.alert-warning, .alert.alert-info, .alert.alert-dark {
  color: #ffffff;
}

.alert.alert-primary {
  background-color: #6e89e1;
  border-color: #2f55d4;
}

.alert.alert-secondary {
  background-color: #8494b2;
  border-color: #5a6d90;
}

.alert.alert-success {
  background-color: #68ddad;
  border-color: #2eca8b;
}

.alert.alert-danger {
  background-color: #ed828e;
  border-color: #e43f52;
}

.alert.alert-warning {
  background-color: #f6a26d;
  border-color: #f17425;
}

.alert.alert-info {
  background-color: #c8c2f1;
  border-color: #9084e2;
}

.alert.alert-dark {
  background-color: #5b6d85;
  border-color: #3c4858;
}

.alert.alert-light {
  background-color: #f8f9fc;
  color: #3c4858;
  border-color: #dee2e6;
}

.avatar.avatar-small {
  height: 80px;
}

.avatar.avatar-medium {
  height: 110px;
}

.avatar.avatar-large {
  height: 140px;
}

.faq-container .question {
  font-size: 20px;
}

.faq-content .card .faq .card-header {
  padding-right: 40px !important;
}

.faq-content .card .faq .card-header.card-header-2 {
  border-bottom: 0;
}

.faq-content .card .faq .card-header.card-header-2 .faq-question {
  font-size: 18px;
}

.faq-content .card a.faq[data-toggle=collapse] {
  background-color: #ffffff;
  color: #2f55d4;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.faq-content .card a.faq[data-toggle=collapse]:before {
  content: '\F143';
  display: block;
  font-family: 'Material Design Icons';
  font-size: 18px;
  color: #3c4858;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.faq-content .card a.faq[data-toggle=collapse].collapsed {
  background-color: #ffffff;
  color: #3c4858;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.faq-content .card a.faq[data-toggle=collapse].collapsed:before {
  top: 20px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.faq-content .card .title {
  font-size: 18px;
}

.nav-pills .nav-link {
  color: #3c4858 !important;
  padding: 0.7rem 2rem;
  font-weight: 700;
}

.nav-pills .nav-link.active {
  background-color: #2f55d4;
  color: #ffffff !important;
  border-color: #2f55d4 !important;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

.blockquote {
  border-left: 3px solid #dee2e6;
  border-radius: 10px;
  font-size: 16px;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  font-size: 14px;
  font-weight: 700;
}

.form-group .form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #dee2e6;
  height: 42px;
  font-size: 15px;
  border-radius: 10px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  /* padding: 0.375rem 7PX; */
}

.form-group .form-control:focus, .form-group .form-control.active {
  border-color: #2f55d4;
}

.form-group textarea {
  height: 120px !important;
}

.form-group textarea.form-control {
  line-height: 25px;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #ffffff;
  border-color: #2f55d4;
  background-color: #2f55d4;
}

.custom-control-input:focus ~ .custom-control-label::before,
.form-control:focus,
.nice-select:active,
.nice-select.open,
.nice-select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #2f55d4 !important;
}

.form-button .nice-select {
  width: 100%;
  height: 39px;
  line-height: 37px;
  color: #3c4858;
  margin-bottom: 1rem;
  border: solid 1px #e6eaf4;
}

.form-button .nice-select.open .list {
  width: 100%;
}

.subcribe-form input {
  padding: 14px 20px;
  width: 100%;
  color: #3c4858 !important;
  border: none;
  outline: none !important;
  padding-right: 160px;
  padding-left: 30px;
  background-color: rgba(255, 255, 255, 0.8);
}

.subcribe-form button {
  position: absolute;
  top: 6px;
  right: 6px;
  outline: none !important;
}

.subcribe-form form {
  position: relative;
  max-width: 600px;
  margin: 0px auto;
}

.pagination.job-pagination .page-link {
  border-radius: 50% !important;
  margin: 0 4px;
  height: 46px;
  width: 45px;
  line-height: 29px;
  text-align: center;
  color: #8492a6;
}

.pagination .page-item.active .page-link {
  background-color: #2f55d4;
  border-color: #2f55d4;
  color: #ffffff !important;
}

.display-1 {
  font-size: 80px !important;
}

.display-2 {
  font-size: 72px !important;
}

.display-3 {
  font-size: 64px !important;
}

.display-4 {
  font-size: 56px !important;
}

@media (max-width: 768px) {
  .display-1 {
    font-size: 56px !important;
  }
  .display-2 {
    font-size: 50px !important;
  }
  .display-3 {
    font-size: 42px !important;
  }
  .display-4 {
    font-size: 36px !important;
  }
}

@media (max-width: 425px) {
  .pagination li > a {
    height: 36px;
    width: 36px;
    line-height: 36px;
  }
}

body {
  font-family: "Nunito", sans-serif;
  overflow-x: hidden !important;
  font-size: 16px;
  color: #161c2d;
  background: #f8f8f8;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Nunito", sans-serif;
  line-height: 1.5;
  font-weight: 600;
}

::-moz-selection {
  background: #4466d8;
  color: #ffffff;
}

::selection {
  background: #4466d8;
  color: #ffffff;
}

a {
  text-decoration: none !important;
}

p {
  line-height: 1.6;
}

.section {
  padding: 0px 0;
  position: relative;
}

.section-two {
  padding: 60px 0;
  position: relative;
}

.bg-overlay {
  background-color: rgba(11, 42, 101, 0.9);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.bg-overlay-gradient {
  background-color: rgba(94, 119, 204, 0.75);
}

.title-heading {
  line-height: 26px;
}

.title-heading .heading {
  font-size: 35px;
  letter-spacing: 1px;
  margin: 0px !IMPORTANT;
}

.title-heading .para-desc {
  font-size: 18px;
}

.section-title {
  position: relative;
}

.section-title .title {
  letter-spacing: 0.5px;
  font-size: 33px;
  font-weight: 900;
}

.section-title .title.title-line:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 80px;
  left: 50%;
  top: 60px;
  text-align: center;
  background: #2f55d4;
  margin-left: -42px;
}

.section-title .title.title-line:after {
  content: "";
  position: absolute;
  height: 10px;
  width: 10px;
  left: 50%;
  top: 56px;
  z-index: 1;
  text-align: center;
  background: #284bc1;
  margin-left: -7px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.para-desc {
  max-width: 600px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-60 {
  margin-bottom: 60px;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(45deg, #ffffff, #ffffff);
  z-index: 9999999;
}

#preloader #status {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#preloader #status .spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 100px auto;
}

#preloader #status .spinner .double-bounce1, #preloader #status .spinner .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #2f55d4;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
          animation: sk-bounce 2.0s infinite ease-in-out;
}

#preloader #status .spinner .double-bounce2 {
  -webkit-animation-delay: -1.0s;
          animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.social-icon li a {
  color: #3c4858;
  border: 1px solid #3c4858;
  display: inline-block;
  height: 32px;
  text-align: center;
  font-size: 15px;
  width: 32px;
  line-height: 30px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  overflow: hidden;
  position: relative;
  border-radius: 50% !important;
}

.social-icon li a:hover {
  background-color: #2f55d4;
  border-color: #2f55d4 !important;
  color: #ffffff !important;
}

.social-icon.social li a {
  color: #adb5bd;
  border-color: #adb5bd;
}

.back-to-top {
  z-index: 99;
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 33px;
  height: 33px;
  line-height: 33px;
  display: none;
  color: #3c4858;
  background-color: #ced4da;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

.back-to-top i {
  font-size: 16px;
}

.back-to-top:hover {
  background-color: #2f55d4;
  color: #ffffff;
}

.back-to-home {
  position: absolute;
  top: 4%;
  left: 2%;
  z-index: 1;
}

.back-to-home a {
  font-size: 22px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #2f55d4;
}

.login-page {
  font-size: 15px;
}

.login-page .forgot-pass {
  z-index: 99;
  position: relative;
  font-size: 13px;
}

@media (max-width: 768px) {
  .section {
    padding: 60px 0;
  }
  .title-heading .heading {
    font-size: 15px !important;
    padding-bottom: 5px;
}

  .home-desc-center .small-title{ font-size:12px;}
ul.contact_top li a {
    font-size: 12px !important;
    color: yellow;
}


  .section-title .title {
    font-size: 24px;
  }
  .mt-60 {
    margin-top: 60px;
  }
}

#topnav {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 99;
  background-color: transparent;
  border: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

#topnav .logo {
  float: left;
}

#topnav .logo .logo-dark {
  display: none;
}

#topnav .logo .logo-light {
  display: inline-block;
  height: 110px;
}

#topnav .has-submenu.active a {
  color: #ffffff;
}

#topnav .has-submenu.active .submenu li.active > a {
  color: #2f55d4;
}

#topnav .has-submenu {
  position: relative;
}

#topnav .has-submenu .submenu .submenu-arrow {
  border: solid #3c4858;
  border-radius: 0.5px;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  right: 20px;
  top: 14px;
}

#topnav .navbar-toggle {
  border: 0;
  position: relative;
  width: 60px;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

#topnav .navbar-toggle .lines {
  width: 25px;
  display: block;
  position: relative;
  margin: 32px 20px 24px;
  height: 18px;
}

#topnav .navbar-toggle span {
  height: 2px;
  width: 100%;
  background-color: #f8fbff;
  display: block;
  margin-bottom: 5px;
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
}

#topnav .navbar-toggle span:last-child {
  margin-bottom: 0;
}

#topnav .buy-button {
  float: right;
  line-height: 48px;
  padding: 15px 0;
}

#topnav .buy-button .btn{margin-right: 10px;padding: 6px 18px;}

#topnav .navbar-toggle.open span {
  position: absolute;
}

#topnav .navbar-toggle.open span:first-child {
  top: 6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#topnav .navbar-toggle.open span:nth-child(2) {
  visibility: hidden;
}

#topnav .navbar-toggle.open span:last-child {
  width: 100%;
  top: 6px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#topnav .navbar-toggle.open span:hover {
  background-color: #2f55d4;
}

#topnav .navbar-toggle:hover, #topnav .navbar-toggle:focus,
#topnav .navbar-toggle .navigation-menu > li > a:hover, #topnav .navbar-toggle:focus {
  background-color: transparent;
}

#topnav .navigation-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

#topnav .navigation-menu > li {
  float: left;
  display: block;
  position: relative;
  margin: 0 10px;
}

#topnav .navigation-menu > li > a {
  display: block;
  color: #fff;
  font-size: 14px;
  background-color: transparent !important;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 24px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-family: "Nunito", sans-serif;
  padding-left: 7px;
  padding-right: 7px;
}

#topnav .navigation-menu .has-submenu .menu-arrow {
  border: solid rgba(255, 255, 255, 0.8);
  border-radius: 0.5px;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  right: -1px;
  top: 30px;
}

#topnav .menu-extras {
  float: right;
}

#topnav.scroll {
     background:#082355;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

#topnav.scroll .logo .logo-light {
  display: none;
}

#topnav.scroll .logo .logo-dark {
  display: inline-block;
  height: 70px;
}

#topnav.scroll .tagline {
  /* display: block; */
}

#topnav.scroll .has-submenu.active > a {
  color: #2f55d4;
}

#topnav.scroll .tagline-dark {
  display: none;
}

#topnav.scroll .navigation-menu > li > a {
  color: #ffffff;
}

#topnav.scroll .navigation-menu > li > .menu-arrow {
  border-color: #3c4858;
}

#topnav.scroll .navigation-menu > li:hover > a, #topnav.scroll .navigation-menu > li.active > a {
  color: #2f55d4;
}

#topnav.scroll .navigation-menu > li:hover > .menu-arrow, #topnav.scroll .navigation-menu > li.active > .menu-arrow {
  border-color: #2f55d4;
}

.tagline {
  background: none;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}



.tagline .email, .tagline .phone {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  padding: 10px 0;
  font-weight: 400;
  letter-spacing: 0.02em;
  padding-right: 10px;
}

.tagline .phone {
  padding-left: 10px;
  color: #f8f9fc;
}

.tagline .phone  a{color:#fff;font-size: 13px;}

.tagline .email a {
  transition: all 300ms;
  -webkit-transition: all 300ms;
  color: #f8f9fc;
  font-size: 13px;
}

.tagline .topbar-list a {
  display: block;
  color: #ffffff;
  text-align: center;
  font-weight: 400;
  margin: 0px 7px;
  line-height: 32px;
      font-size: 13px;
}

.tagline .topbar-list .selectize-input {
  width: 106px;
  padding: 5px 8px;
  text-align: left;
  border-radius: 5px !important;
  background: transparent !important;
}

.tagline .topbar-list .selectize-input input {
  color: #f8f9fc;
}

.tagline .topbar-list .selectize-input input::-webkit-input-placeholder {
  color: #f8f9fc;
}

.tagline .topbar-list .selectize-input input:-ms-input-placeholder {
  color: #f8f9fc;
}

.tagline .topbar-list .selectize-input input::-ms-input-placeholder {
  color: #f8f9fc;
}

.tagline .topbar-list .selectize-input input::placeholder {
  color: #f8f9fc;
}

.tagline .topbar-list .selectize-input .item {
  color: #f8f9fc;
}

.tagline .topbar-list .selectize-input:after {
  border-color: #ffffff transparent transparent transparent !important;
}

.tagline .topbar-list .selectize-input.dropdown-active:after {
  border-color: transparent transparent #ffffff transparent !important;
}

.selectize-dropdown {
  z-index: 999;
}

.logo {
  padding: 3px 0;
  line-height: 68px;
}

@media (min-width: 992px) {
  #topnav .navigation-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    /* display: flex; */
    /* -webkit-box-pack: revert; */
    -ms-flex-pack: center;
    /* justify-content: center; */
    float: right;
  }
  #topnav .navigation-menu > .has-submenu > .submenu > .has-submenu > .submenu::before {
    top: 20px;
    margin-left: 11px;
    -webkit-box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.15);
            box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.15);
    border-color: transparent #ffffff #ffffff transparent;
  }
  #topnav .navigation-menu > li .submenu > li .submenu {
    left: 106%;
    top: 0;
    margin-left: 10px;
    margin-top: -1px;
  }
  #topnav .navigation-menu > li > a {
    padding-top: 25px;
    padding-bottom: 25px;
    min-height: 62px;
  }
  #topnav .navigation-menu > li:hover > .menu-arrow {
    border-color: #ffffff;
  }
  #topnav .navigation-menu > li:hover > a, #topnav .navigation-menu > li.active > a {
    color: #ffffff;
  }
  #topnav .navigation-menu > li .submenu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    padding: 15px 0;
    list-style: none;
    min-width: 180px;
    visibility: hidden;
    opacity: 0;
    margin-top: 10px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    border-radius: 10px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  }
  #topnav .navigation-menu > li .submenu:before {
    content: "";
    position: absolute;
    top: 2px;
    margin-left: 45px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 7px solid #495057;
    border-color: transparent transparent #ffffff #ffffff;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    -webkit-box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, 0.15);
            box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, 0.15);
  }
  #topnav .navigation-menu > li .submenu li {
    position: relative;
  }
  #topnav .navigation-menu > li .submenu li a {
    display: block;
    padding: 10px 20px;
    clear: both;
    white-space: nowrap;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-weight: 700;
    color: #3c4858;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #topnav .navigation-menu > li .submenu li a:hover {
    color: #2f55d4;
  }
  #topnav .navigation-menu > li .submenu li ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
  }
  #topnav .navigation-menu > li .submenu.megamenu {
    white-space: nowrap;
    width: auto;
  }
  #topnav .navigation-menu > li .submenu.megamenu > li {
    overflow: hidden;
    width: 180px;
    display: inline-block;
    vertical-align: top;
  }
  #topnav .navigation-menu > li .submenu.megamenu > li .submenu {
    left: 100%;
    top: 0;
    margin-left: 10px;
    margin-top: -1px;
  }
  #topnav .navigation-menu > li.last-elements .submenu {
    left: auto;
    right: 0;
  }
  #topnav .navigation-menu > li.last-elements .submenu > li.has-submenu .submenu {
    left: auto;
    right: 100%;
    margin-left: 0;
    margin-right: 10px;
  }
  #topnav .navbar-toggle {
    display: none;
  }
  #topnav #navigation {
    display: block !important;
  }
  #topnav.scroll {
    top: 0;
  }
  #topnav.scroll .navigation-menu > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #topnav.scroll-active .navigation-menu > li > a {
    padding-top: 40px;
    padding-bottom: 25px;
  }
}

@media (max-width: 991px) {
  #topnav {
    background:none;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    min-height: 74px;
  }
  #topnav .tagline {
    display: none;
  }
  #topnav .tagline-dark {
    display: none;
  }
  #topnav .container {
    width: auto;
  }
  #topnav .logo .logo-light {
    display: none;
  }

 .logo img {
    height: 70px;
}


  #topnav .logo .logo-dark {
    display: inline-block;
  }
  #topnav .navigation-menu {
    float: none;
    max-height: 400px;
  }
  #topnav .navigation-menu > li {
    float: none;
  }
  #topnav .navigation-menu > li:hover > a, #topnav .navigation-menu > li.active > a {
    color: #2f55d4;
  }
  #topnav .navigation-menu > li .submenu {
    display: none;
    list-style: none;
    padding-left: 20px;
    margin: 0;
  }
  #topnav .navigation-menu > li .submenu li a {
    display: block;
    position: relative;
    padding: 7px 15px;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 0.04em;
    font-weight: 700;
    color: #3c4858;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #topnav .navigation-menu > li .submenu.open {
    display: block;
  }
  #topnav .navigation-menu > li .submenu .submenu {
    display: none;
    list-style: none;
  }
  #topnav .navigation-menu > li .submenu .submenu.open {
    display: block;
  }
  #topnav .navigation-menu > li .submenu.megamenu > li > ul {
    list-style: none;
    padding-left: 0;
  }
  #topnav .navigation-menu > li .submenu.megamenu > li > ul > li > span {
    display: block;
    position: relative;
    padding: 10px 15px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    color: #8492a6;
  }
  #topnav .navigation-menu > li > a {
    color: #3c4858;
    padding: 10px 20px;
  }
  #topnav .navigation-menu > li > a:after {
    position: absolute;
    right: 15px;
  }
  #topnav .navigation-menu > li > a:hover,
  #topnav .navigation-menu > li .submenu li a:hover,
  #topnav .navigation-menu > li.has-submenu.open > a {
    color: #2f55d4;
  }
  #topnav .menu-extras .menu-item {
    border-color: #8492a6;
  }
  #topnav .navbar-header {
    float: left;
  }
  #topnav .has-submenu .submenu .submenu-arrow {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    right: 20px;
    top: 12px;
  }
  #topnav .has-submenu.active a {
    color: #2f55d4;
  }
  #navigation {
    position: absolute;
    top: 74px;
    left: 0;
    width: 100%;
    display: none;
    height: auto;
    padding-bottom: 0;
    overflow: auto;
    border-top: 1px solid #f1f3f9;
    border-bottom: 1px solid #f1f3f9;
    background-color: #ffffff;
  }
  #navigation.open {
    display: block;
    overflow-y: auto;
  }
}

@media (max-width: 768px) {
  #topnav .navigation-menu .has-submenu .menu-arrow {
    right: 16px;
    top: 16px;
    border-color: #3c4858;
  }
  #topnav .navigation-menu .has-submenu.active .menu-arrow {
    color: #2f55d4;
  }
}

@media (min-width: 768px) {
  #topnav .navigation-menu > li.has-submenu:hover > .submenu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
  }
  #topnav .navigation-menu > li.has-submenu:hover > .submenu > li.has-submenu:hover > .submenu {
    visibility: visible;
    opacity: 1;
    margin-left: 0;
    margin-right: 0;
  }
  .navbar-toggle {
    display: block;
  }
}

@media (max-width: 375px) {
  #topnav .buy-button {
    /* display: none; */
  }
  #topnav .navbar-toggle .lines {
    margin-right: 10px !important;
  }
  #topnav .buy-button {
    float: none;
    line-height: 48px;
    padding: 15px 0;
    margin: 0 auto;
    text-align: center;
}

#navigation .float-right{    float: none !IMPORTANT;}

}

.bg-home {
  padding: 171px 0px 90px 0px;
  background-size: cover;
  position: relative;
  background-position: center center;
}

.home-center {
  display: table;
  width: 100%;
  height: 100%;
}

.home-desc-center {
  display: table-cell;
  vertical-align: middle;
}

.bg-half {
  padding: 280px 0px 180px 0px;
  background-image: url("../images/bg-page-header.jpg");
  background-size: cover;
  position: relative;
  background-position: center center;
}

.home-registration-form {
  /* background: rgba(255, 255, 255, 0.2); */
  border-radius: 10px;
}

.registration-form-box {
  position: relative;
}

.registration-form {
}

.registration-form .col-md-6{padding-left: 3px; padding-right:3px;}

.registration-form-box .btn{padding: 12px 20px;}


    .registration-form-box .form-control {
        display: block;
        width: 100%;
        height: calc(1.8em + .75rem + 2px);
        padding: 16PX 45PX;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #495057;
        background-color: #fff;
        background-clip: padding-box;
        border: none;
        /* border-radius: 10PX; */
        transition: border-color .15s ease-in-out,box-shadow .;
    }


.registration-form-box .selectize-input {
  line-height: 2.4;
  padding: 6px 6px 6px 45px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.registration-form-box i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 12px;
  z-index: 2;
  color: #8492a6;
}

.registration-input-box {
  border: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  font-size: 13px;
  height: 45px !important;
  padding: 6px 6px 6px 45px;
  border: 1px solid #e6eaf4;
}

.selectize-control.single .selectize-input, .selectize-control.single .selectize-input input {
  border-radius: 10px;
}

.selectize-control {
  line-height: 0.8;
}

.selectize-input {
  border: 1px solid #e6eaf4;
}

.popu-category-box {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.popu-category-box i {
  width: 64px;
  height: 64px;
  line-height: 64px;
  background: #edf0fb;
}

.popu-category-box .popu-category-content .title {
  font-size: 16px;
  color: #fff;
  PADDING: 10PX 0 0;
  FONT-WEIGHT: 700;
}

.popu-category-box:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

.how-it-work-box .how-it-work-img {
  background-color: #edf0fb;
  height: 90px;
  width: 90px;
  position: relative;
  margin: 0 auto;
  padding: 12px 8px;
}

.testi-box .testi-icon i {
  position: absolute;
  right: 18px;
  bottom: 0px;
  color: #d8dff7;
}

.owl-theme .owl-controls .owl-page span {
  height: 8px;
  background: #2f55d4;
}

@media (min-width: 200px) and (max-width: 768px) {
  .registration-form-box {
    /* margin-bottom: 10px; */
  }
  .bg-home, .bg-half {
    padding: 130px 0px 50px;
  }
}

@media (max-width: 425px) {
  .mo-mb-2 {
    margin-bottom: .5rem !important;
  }
  #counter .counter-icon {
    float: none !important;
    margin: 0 !important;
  }
  #counter .home-counter {
    text-align: center;
  }
  .subscribe input {
    margin: 12px 0;
  }
}

@media (max-width: 1024px) {
  .testi-icon i {
    display: none;
  }
}

/********************
    job-listing
*********************/
.job-box {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.job-box .lable {
  width: 200px;
  position: absolute;
  top: -2px;
  left: -86px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  z-index: 1;
  background: #d8dff7;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.job-box .lable h6 {
  font-size: 12px;
}

.job-box:hover {
  border-color: #849ae5 !important;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.job-box:hover .lable {
  background: #2f55d4;
}

.job-list-reg-form {
  position: relative;
  bottom: 45px;
  -webkit-box-shadow: 0 -3px 31px 0 rgba(0, 0, 0, 0.03), 0 6px 20px 0 rgba(0, 0, 0, 0.02);
          box-shadow: 0 -3px 31px 0 rgba(0, 0, 0, 0.03), 0 6px 20px 0 rgba(0, 0, 0, 0.02);
}

.left-sidebar .card-body {
  border-bottom: 1px solid #eaedf6;
}

a.job-list[data-toggle=collapse]:before {
  content: '\f374';
  display: block;
  font-family: 'Material Design Icons';
  font-size: 20px;
  color: #161c2d;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

a.job-list[data-toggle=collapse].collapsed:before {
  content: '\f415';
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.job-list {
  position: relative;
}

.card-header {
  background-color: transparent;
  margin-bottom: 0 !important;
}

.custom-control-label:before {
  border: 1px solid #8492a6;
  background-color: transparent;
  width: 17px;
  height: 17px;
  top: 3px;
}

.custom-control-label:after {
  width: 18px;
  height: 18px;
  top: 2px;
  left: -25px;
}

.custom-control {
  margin: 11px 20px;
}

.nice-select:after {
  margin-top: -5px;
  height: 7px;
  width: 7px;
}

.apply-btn-sm {
  padding: 6px 20px;
  border-radius: 4px;
}

.job-list-box {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.job-list-box:hover {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

/********************
    JOB LIST GRID
*********************/
.job-list-grid {
  padding: 210px 0px 60px 0px;
  background-image: url("../images/job-list-grid-bg.html");
  background-size: cover;
  position: relative;
  background-position: center center;
}

.job-list-grid-reg-form {
  background-color: #fcfcfe !important;
  border: 1px solid #eaedf6;
}

.list-grid-item {
  border: 1px solid #eaedf6;
  border-radius: 6px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.list-grid-item:hover {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  border-color: transparent;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.grid-fev-icon {
  -webkit-text-stroke: 2px #2f55d4;
  -webkit-text-fill-color: transparent;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.grid-fev-icon:hover {
  -webkit-text-stroke: 0px #2f55d4;
  -webkit-text-fill-color: #2f55d4;
}

/********************
    JOB SINGLE
*********************/
.job-time-btn {
  border-radius: 50px;
}

.job-overview {
  padding: 24px 0 24px 24px;
}

.overview-details {
  overflow: hidden;
}

@media (min-width: 200px) and (max-width: 768px) {
  .company-logo-img {
    margin-bottom: 30px;
  }
  .mt-40 {
    margin-top: 40px !important;
  }
  .sort-button .list {
    right: 0;
    left: auto;
  }
  .job-list-btn-space {
    margin: 12px 0;
  }
}

@media (max-width: 425px) {
  .job-list-button-sm {
    text-align: center !important;
    margin: 30px 0px 12px;
  }
  .job-list-desc {
    text-align: center;
  }
  .job-list-reg-form {
    bottom: 70px;
  }
  .show-results h5 {
    font-size: 16px;
    text-align: center;
    margin-bottom: 18px !important;
  }
  .show-results .float-left {
    float: none !important;
  }
  .job-detail-com-desc {
    text-align: center;
  }
  .job-single-meta li:after {
    display: none;
  }
  .job-single-logo-img img {
    margin-bottom: 20px;
  }
}

@media (max-width: 1024px) {
  .sort-button .list {
    right: 0 !important;
    left: auto !important;
  }
}

/********************
  CANDIDATES LISTING
*********************/
.fav-icon i {
  -webkit-text-stroke: 2px #e43f52;
  -webkit-text-fill-color: transparent;
}

.fav-icon i:hover {
  -webkit-text-stroke: 0px #e43f52;
  -webkit-text-fill-color: #e43f52;
}

/********************
  CANDIDATES PROFILE
*********************/
.candidates-profile-education {
  padding: 64px 24px 24px;
}

.candidates-profile-education .profile-education-icon {
  position: absolute;
  width: 90px;
  height: 90px;
  line-height: 90px;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

/********************
  CANDIDATES RESUME
*********************/
.resume-user {
  width: 90px;
  height: 90px;
  line-height: 110px;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media (max-width: 425px) {
  .fav-icon {
    position: absolute;
    left: 0;
    right: 200px;
  }
}

.employers-list {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.employers-list .name:hover {
  color: #2f55d4 !important;
}

.employers-list .fav-collection {
  position: absolute;
  top: 15px;
  right: 15px;
  opacity: 0;
}

.employers-list:hover {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.employers-list:hover .fav-collection {
  opacity: 1;
}

#blog_box{}

.blog_box{}

.blog {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #e7efff;
}

.blog .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.blog .content h4 {
  line-height: 1.2;
}

.blog .content .title {
    font-size: 20px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #000 !IMPORTANT;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog .content .title:hover {
  color: #2f55d4 !important;
}

.blog .content .readmore:hover {
  color: #2f55d4 !important;
}

.blog .author {
  position: absolute;
  top: 5%;
  left: 5%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.blog .likes {
  position: absolute;
  bottom: 5%;
  right: 5%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.blog:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.blog:hover .overlay {
  opacity: 0.6;
}

.blog:hover .author {
  opacity: 1;
}

.blog:hover .author .user:hover {
  color: #d8dff7 !important;
}

.blog:hover .likes {
  opacity: 1;
}

.blog:hover .likes .like:hover {
  color: #e43f52 !important;
}

.blog:hover .likes .comments:hover {
  color: #2eca8b !important;
}

.sidebar .widget .widget-search form {
  position: relative;
}

.sidebar .widget .widget-search input[type="text"], .sidebar .widget .searchform input[type="text"] {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 12px 15px;
  height: 45px;
  font-size: 14px;
  display: block;
  width: 100%;
  outline: none !important;
  padding-right: 45px;
}

.sidebar .widget .widget-search input[type="submit"], .sidebar .widget .searchform input[type="submit"] {
  position: absolute;
  top: 5px;
  right: 10px;
  opacity: 0;
  width: 40px;
  height: 40px;
}

.sidebar .widget .widget-search .searchform:after {
  content: "\F349";
  position: absolute;
  font-family: "Material Design Icons";
  right: 16px;
  top: 15px;
  font-size: 20px;
  line-height: 20px;
  pointer-events: none;
}

.sidebar .widget .widget-title {
  font-size: 20px;
  font-weight: bold;
}

.sidebar .widget .catagories li {
  padding-bottom: 10px;
}

.sidebar .widget .catagories li:last-child {
  padding-bottom: 0;
}

.sidebar .widget .catagories li a, .sidebar .widget .catagories li span {
  font-size: 15px;
}

.sidebar .widget .catagories li a {
  color: #3c4858;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.sidebar .widget .catagories li a:hover {
  color: #2f55d4;
}

.sidebar .widget .post-recent {
    padding-bottom: 15px;
    border-bottom: dotted #b9b9b9 1px;
    /* padding-bottom: 20px; */
    margin-bottom: 20px;
}

.sidebar .widget .post-recent:last-child {
  
}

.sidebar .widget .post-recent .post-recent-thumb {
  width: 25%;
  margin-top: 5px;
}

.sidebar .widget .post-recent .post-recent-content {
  width: 75%;
  padding-left: 10px;
}

.sidebar .widget .post-recent .post-recent-content a {
  display: block;
  color: #3c4858;
  font-size: 13px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.sidebar .widget .post-recent .post-recent-content a:hover {
  color: #2f55d4;
}

.sidebar .widget .post-recent .post-recent-content span {
  font-size: 13px;
}

.sidebar .widget .tagcloud > a {
  background: #38406d;
  color: #ffffff;
  display: inline-block;
  font-size: 15px;
  /* letter-spacing: 1px; */
  margin: 2px 0;
  padding: 6px 12px;
  /* text-transform: uppercase; */
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
  text-align: left;
  font-weight: 500;
  /* text-align: center; */
  word-break: break-word;
}

.sidebar .widget .tagcloud > a:hover {
  background: #2f55d4;
  color: #ffffff;
}

/********************
      BLOG DETAILS
*********************/
.blog-datails-item li a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.blog-datails-item li a:hover {
  color: #2f55d4 !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-left: 6px;
}

.form-control.blog-details {
  border: 1px solid #e6eaf4;
  padding: 7px 14px 7px 30px;
}

.blog-details-form i {
  position: absolute;
  left: 22px;
  top: 6px;
}

/********************
      ABOUT US
*********************/
.about-bg {
  padding: 180px 0px 80px 0px;
  background-image: url("../images/about-bg.html");
  background-size: cover;
  position: relative;
  background-position: center center;
}

.bolg-post-icon li a {
  color: #8492a6;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.bolg-post-icon li a:hover {
  color: #2f55d4;
}

.nav-pills .nav-link.about-us.active,
.nav-pills .show > .nav-link.about-us {
  background-color: rgba(0, 123, 255, 0);
}

.nav-link:hover .blog-post-overlay, .nav-link.active .blog-post-overlay {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(60, 72, 88, 0.5);
  border-radius: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.blog-post-testi-img {
  position: relative;
  overflow: hidden;
  display: block;
}

.blog-post-testi-icon {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.nav-link:hover .blog-post-testi-icon,
.nav-link.active .blog-post-testi-icon {
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

/********************
      SERVICE
*********************/
.service-icon {
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
          clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  background-color: #e9edfa;
  width: 86px;
  height: 90px;
  line-height: 108px;
  text-align: center;
  -webkit-text-stroke: 1px #2f55d4;
  -webkit-text-fill-color: transparent;
}

.service-info-img .service-overlay {
  position: absolute;
  top: 0;
  left: 0px;
  bottom: 0px;
  right: 0px;
  opacity: 0;
}

.service-info-img .service-overlay .service-info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

.service-info-img .service-overlay .title {
  background: rgba(60, 72, 88, 0.5);
}

.service-info-img:hover .service-overlay {
  opacity: 1;
}

/********************
        TEAM
*********************/
.team-name {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  background: rgba(60, 72, 88, 0.8);
}

/********************
        PRICING  
*********************/
.pricing-box {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.pricing-box .pricing-plan-item li {
  padding: 6px;
}

.pricing-box:hover {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.notification-icon i {
  font-size: 27px;
}

.notification-icon span {
  position: absolute;
  top: -5px;
  right: -7px;
  font-size: 9px;
  padding: .45em .6em;
}

.subscribe input {
  padding: 21px 12px;
  border: 1px solid #eaedf6;
}

.subscribe input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.contact-icon {
  height: 74px;
  width: 74px;
  text-align: center;
  font-size: 34px;
  line-height: 74px;
  border-color: #2f55d4 !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.error {
  margin: 8px 0px;
  display: none;
  color: #e43f52;
}

#ajaxsuccess {
  font-size: 16px;
  width: 100%;
  display: none;
  clear: both;
  margin: 8px 0px;
}

.error_message {
  padding: 10px;
  margin-bottom: 20px;
  text-align: center;
  border: 2px solid #4063d7;
  color: #4063d7;
  border-radius: 5px;
  font-size: 14px;
}

.contact-loader {
  display: none;
}

#success_page {
  text-align: center;
  margin-bottom: 50px;
}

#success_page h3 {
  color: #2eca8b;
  font-size: 22px;
}

.app-contact-desc p {
  overflow: hidden;
}

.contact-location {
  border: 1px solid #2f55d4;
  border-radius: 4px;
}

.contact-location-icon {
  border: 1px solid #2f55d4;
  position: absolute;
  width: 85px;
  height: 85px;
  line-height: 85px;
  font-size: 40px;
  top: 80px;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.contact-location-icon i {
  -webkit-text-stroke: 2px #2f55d4;
  -webkit-text-fill-color: transparent;
}

.contact-social-icon li a {
  height: 38px;
  width: 38px;
  font-size: 18px;
  line-height: 36px;
}

.contact-social-icon li {
  margin: 4px !important;
}

.custom-file-label:after {
  border-radius: 0 10px 10px 0;
}

.map iframe {
  width: 100%;
  height: 400px;
}

.footer {
  padding: 60px 0;
  position: relative;
  color: #3d3e3e;
  border-top: 1px solid #cfe7f7;
  background-color: #e8f6ff;
  background: url(../images/footer-bg.png) center no-repeat;
  background-size: cover;
}

.footer .footer-list-title {
  font-size: 18px;
  color: #1f1f1f !IMPORTANT;
  font-weight: 900;
}

.footer .footer-list {
  margin-bottom: 0;
}

.footer .footer-list li {
  margin-bottom: 10px;
}

.footer .footer-list li a {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.footer .footer-list li a:hover {
  color: #126aa2;
  text-indent: 5px;
}

.footer .footer-list li:last-child {
  margin-bottom: 0;
}

.footer .text-foot {
  color: #171717;
}

.footer.footer-bar {
  padding: 30px 0;
}

.footer.footer-bar a{color:#333;}

.footer.footer-bar .payment-cards img {
  height: 25px;
}

hr {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  border-top: 1px solid #333744;
}


ul.counter {
    margin: 30px 0 0 0;
    padding: 0;
    text-align: center;
    margin: 0 auto;
    position: relative;
}

ul.counter li {
    padding: 0 10px;
    display: inline-block;
    font-size: 18px;
    font-size: 1.125rem;
    border-right: 1px solid #fff;
    text-align: center;
    color: #fff;
}

ul.counter li strong {
    font-weight: 700;
}

ul.counter li:last-child {
	border-right: none;
	text-align: left
}


.our_services{ padding:30px 0;}

.call_section {
    background-color: #004dda;
    position: relative;
    color: #fff;
    /* padding: 90px 0; */
}

.call_section.image_bg {
    background: #004dda url(../images/bg_call_section.jpg) center center no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /* padding: 90px 0; */
}

.call_section.image_bg .wrapper {
    background-color: #000;
    background-color: rgba(0,0,0,0.8);
    padding: 50px 0 70px;
}
.call_section .wrapper {
    background-color: #000;
    background-color: rgba(0,0,0,0.7);
    position: relative;
    z-index: 22;
}

.call_section .box_how {
    text-align: center;
    position: relative;
    padding: 20px;
}

.call_section .box_how i {
    color: #fff;
    font-size: 60px;
    font-size: 3.75rem;
    margin-bottom: 10px;
    color: #FFC107;
}

.call_section .box_how h3 {
    color: #fff;
    font-size: 18px;
    font-size: 1.125rem;
    margin-top: 18px;
}

.section-title {
    position: relative;
}

.section-title .title.title-line:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 80px;
    left: 50%;
    top: 60px;
    text-align: center;
    background: #2f55d4;
    margin-left: -42px;
}

.section-title .title.title-line:after {
    content: "";
    position: absolute;
    height: 10px;
    width: 10px;
    left: 50%;
    top: 56px;
    z-index: 1;
    text-align: center;
    background: #284bc1;
    margin-left: -7px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

ul.contacts{padding:0px;}

ul.contacts li {
	padding-left: 30px;
	position: relative;
	list-style:none;
	margin-bottom: 20px;
	color: #000;
}
ul.contacts li:last-child {
	margin-bottom: 0
}
ul.contacts li i {
	position: absolute;
	top: 5px;
	left: 0;
	color: #004dda;
	line-height: 1;
	font-size: 18px;
	font-size: 16px;
}

#newsletter .form-group {
    position: relative;
}

#newsletter input[type='email'] {
    border: 0;
    height: 40px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    padding-left: 15px;
    font-size: 14px;
    font-size: 0.875rem;
    background-color: #000;
    background-color: rgba(0,0,0,0.06);
}

#newsletter input[type='submit'] {
    position: absolute;
    right: 0;
    color: #fff;
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 600;
    top: 0;
    border: 0;
    padding: 0 12px;
    height: 40px;
    line-height: 42px;
    cursor: pointer;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    background-color: #004dda;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    outline: none;
}


.bg-white {
    background-color: #fff!important;
}

.border-bottom {
    border-bottom: 1px solid #e4e6f1!important;
}

.page-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    position: relative;
    min-height: 50px;
    background: #fff;
}

.page-title {
    margin: 0;
    font-size: 18px;
    font-weight: 900;
    line-height: 2.5rem;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0!important;
    list-style: none;
    border-radius: 2px;
    left: 0;
    bottom: 0;
    padding: 0!important;
    background-color: transparent!important;
}

.page-header .breadcrumb-item a {
    color: #051441;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: #29334c;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: rgba(255, 255, 255, .3);
    content: "/";
}

.breadcrumb-item.active {
    color: #6c757d;
}

.page_section{padding:30px 0;}


.detail_box{margin:0 auto;/* background:#fff; */padding: 0px 0;}



.nav-item .nav-link,
.nav-tabs .nav-link {
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

.card a {
    -webkit-transition: all 150ms ease 0s;
    -moz-transition: all 150ms ease 0s;
    -o-transition: all 150ms ease 0s;
    -ms-transition: all 150ms ease 0s;
    transition: all 150ms ease 0s;
    color: #000;
    /* padding: 10px 20px; */
    /* font-weight: 700; */
    /* background: #00BCD4; */
}

[data-toggle="collapse"][data-parent="#accordion"] i {
    -webkit-transition: transform 150ms ease 0s;
    -moz-transition: transform 150ms ease 0s;
    -o-transition: transform 150ms ease 0s;
    -ms-transition: all 150ms ease 0s;
    transition: transform 150ms ease 0s;
}

[data-toggle="collapse"][data-parent="#accordion"][aria-expanded="true"] i {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}


.now-ui-icons {
    display: inline-block;
    font: normal normal normal 14px/1 'Nucleo Outline';
    font-size: inherit;
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@-webkit-keyframes nc-icon-spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes nc-icon-spin {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
    }
}

@keyframes nc-icon-spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.now-ui-icons.objects_umbrella-13:before {
    content: "\ea5f";
}

.now-ui-icons.shopping_cart-simple:before {
    content: "\ea1d";
}

.now-ui-icons.shopping_shop:before {
    content: "\ea50";
}

.now-ui-icons.ui-2_settings-90:before {
    content: "\ea4b";
}

.nav-tabs {
    border: 0;
    padding: 0px;
}

.nav-tabs:not(.nav-tabs-neutral)>.nav-item>.nav-link.active {
    /* box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.3); */
}

.card .nav-tabs {
    border-top-right-radius: 0.1875rem;
    border-top-left-radius: 0.1875rem;
    /* background: #00BCD4; */
    /* padding: 10px 0px; */
    margin: 0 auto;
    text-align: center;
}

.nav-tabs>.nav-item>.nav-link {
    color: #292929;
    margin: 0;
    margin-right: 0;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0px;
    font-size: 14px;
    padding: 6px 20px;
    line-height: 1.5;
    font-weight: 900;
    background: #e6e6e6;
    /* border-right: solid #fff7f7 1px; */
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.nav-tabs .nav-item{margin-bottom: -1px;/* margin: 0 2px; */margin-right: 1px;}

.nav-tabs>.nav-item>.nav-link:hover {
    background-color: #e6e6e6;
    color: #000;
}

.nav-tabs>.nav-item>.nav-link.active {
    background-color: #ffffff !IMPORTANT;
    border-radius: 0px;
    color: #ff045a !IMPORTANT;
    border-top: solid #ccc 1px;
    border-left: solid #ccc 1px;
    border-right: solid #ccc 1px;
    /* font-weight: 700; */
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.nav-tabs>.nav-item>.nav-link i.now-ui-icons {
    font-size: 14px;
    position: relative;
    top: 1px;
    margin-right: 3px;
}

.nav-tabs.nav-tabs-neutral>.nav-item>.nav-link {
    color: #FFFFFF;
}

.nav-tabs.nav-tabs-neutral>.nav-item>.nav-link.active {
    background-color: rgba(255, 255, 255, 0.2);
    color: #FFFFFF;
}

.card {
    border: 0;
    border-radius: 0px;
    display: inline-block;
    position: relative;
    width: 100%;
    /* margin-bottom: 30px; */
    /* box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2); */
    background: none;
}

.card .card-header {
    background-color: transparent;
    border-bottom: 0;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    /* background: none; */
}

.card[data-background-color="orange"] {
    background-color: #f96332;
}

.card[data-background-color="red"] {
    background-color: #FF3636;
}

.card[data-background-color="yellow"] {
    background-color: #FFB236;
}

.card[data-background-color="blue"] {
    background-color: #2CA8FF;
}

.card[data-background-color="green"] {
    background-color: #15b60d;
}

[data-background-color="orange"] {
    background-color: #e95e38;
}

[data-background-color="black"] {
    background-color: #2c2c2c;
}

[data-background-color]:not([data-background-color="gray"]) {
    color: #FFFFFF;
}

[data-background-color]:not([data-background-color="gray"]) p {
    color: #FFFFFF;
}

[data-background-color]:not([data-background-color="gray"]) a:not(.btn):not(.dropdown-item) {
    color: #FFFFFF;
}

[data-background-color]:not([data-background-color="gray"]) .nav-tabs>.nav-item>.nav-link i.now-ui-icons {
    color: #FFFFFF;
}




.now-ui-icons {
  display: inline-block;
  font-size: inherit;
  speak: none;
  text-transform: none;
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.card-body{background:#fff;border: solid #ccc 1px;background: #fff;margin-bottom: 20px;}

.detail_box_content{margin:0 auto;border-right: dotted #cacaca 1px;}

.detail_box_content .titel{width:100%;}
.detail_box_content .titel .name{font-size: 20px;color:#000;margin-bottom:0px;font-weight: 600;}
.detail_box_content .titel .dec{font-size:13px;color:#333;margin:0px;padding-bottom: 10px;}

.head {
    font-size: 16px;
    color: #076ebf;
    margin: 0px;
    padding-bottom: 10px;
    border-bottom: dotted #ccc 1px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 500;
    LETTER-SPACING: 0.4PX;
}

ul.list_icon{margin:0px;/* margin-top: 15px; */overflow: hidden;margin-bottom: 20px;padding: 0px;}
ul.list_icon li{list-style:none;float:left;width:100%;font-size: 14px;line-height:22px;padding-bottom:10px;display:flex;color: #333;}
ul.list_icon li i {
    padding-right: 6px;
    color: #6abb0c;
    font-size: 14px;
    margin: 2px 0;
}

.logo_detail{width: 120px;/* background: #f1f1f1; */border: solid #aee1ea 1px;float: left;background: #fff;}
.logo_detail img{width:100%;}

.detail_box_bottom{width:100%;margin:auto;/* border-top: solid #CDDC39 3px; *//* padding: 30px 0 0; */margin: 20px 0 0;}

.schedule_table{}
.schedule_table .table thead {
    background: #fffaca;
    
}

.schedule_table .table thead th{border-bottom:none; font-weight:500;
    color:#000; text-align: center;}

.schedule_table .table td, .table th{text-align:center;COLOR: #009688;}
.schedule_table  i{color: #f51605;font-size:18px;}


/* social media */
.socialmedia{width:121px; float:right; overflow:hidden; padding:2px;}
.socialmedia ul { overflow: hidden;  margin:0px; }
.socialmedia ul li{ list-style-type: none;float: left; }
.socialmedia ul li a i{  color: #fff !important; font-size: 12px;  margin-right: 5px; border-radius:50%; padding: 11px 15px;margin: 0 auto;text-align: center;   }



.sticky-container{
		padding: 0px;
		margin: 0px;
		position: fixed;
		right: 0px;
		top:35%;
		width: 44px;
		z-index:99999999999999999;
	}

	.sticky2 li{
		list-style-type: none;
		background-color:none;
		/* border:solid #FFF 1px; */
		color: #fff;
		height: 43px;
		padding: 0px;
		margin: 0px 0px 0px 0px;
		-webkit-transition:all 0.25s ease-in-out;
		-moz-transition:all 0.25s ease-in-out;
		-o-transition:all 0.25s ease-in-out;
		transition:all 0.25s ease-in-out;
		cursor: pointer;
	}

	.sticky2 li:hover{
		margin-left: -10px;
		filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
		-webkit-filter: grayscale(0%);
	}

	.sticky2 li img{
		float: left;
		margin: 5px 5px;
		margin-right: 9px;
	}
	.sticky2 li p{
		padding: 0px;
		margin: 0px;
		text-transform: none;
		line-height: 43px;font-family:Roboto;
	}
	.sticky2 li a{color:#FFF;text-decoration:none;font-family:Roboto;border: none;font-size: 20px;text-align: center;margin: 0 auto;padding: 6px 10px;display: block;}
/* social media end */

.team{
    margin-bottom: 25px;
}
.team img{width:100%;}

.team a {
    position: relative;
    display: block;
}

.team .title {
    /* position: absolute; */
    /* bottom: 0; */
    /* left: 0; */
    text-align: center;
    /* width: 100%; */
    /* z-index: 9; */
}



.team .title h4 {
    background-color: #0054a6;
    background-color: #0054a6;
    /* display: inline-block; */
    /* -webkit-border-radius: 3px 3px 0 0; */
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    /* border-radius: 3px 3px 0 0; */
    color: #fff;
    padding: 10px 15px;
    margin: 0;
    font-size: 16px;
    font-size: 13px;
}

.team .title h4 em {
    display: block;
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 300;
    margin-top: 3px;
}

.file-upload{display:block;text-align:center;}
.file-upload p{ text-align: left;color: red; font-size: 11px; padding: 5px 0;}
.file-upload .file-select{display:block;/* border: 1px solid #e6e6e6; */color: #ffffff;cursor:pointer;height:40px;line-height:40px;text-align:left;background: #f1f1f1;overflow:hidden;position:relative;}
.file-upload .file-select .file-select-button i{padding-left:10px;}
.file-upload .file-select .file-select-button{background: #34495e;padding: 0 17px;display:inline-block;height:40px;line-height:40px;border: none;/* font-weight: bold; */font-size: 13px;}
.file-upload .file-select .file-select-name{line-height:40px;display:inline-block;padding:0 10px;}
.file-upload .file-select:hover{border-color:#34495e;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload .file-select:hover .file-select-button{background:#333;color:#FFFFFF;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload.active .file-select{border-color:#3fa46a;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload.active .file-select .file-select-button{background:#3fa46a;color:#FFFFFF;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload .file-select input[type=file]{z-index:100;cursor:pointer;position:absolute;height:100%;width:100%;top:0;left:0;opacity:0;filter:alpha(opacity=0);/* font-weight: bold; *//* background: #ccc; */}
.file-upload .file-select.file-select-disabled{opacity:0.65;}
.file-upload .file-select.file-select-disabled:hover{cursor:default;display:block;border: 2px solid #dce4ec;color: #34495e;cursor:pointer;height:40px;line-height:40px;margin-top:5px;text-align:left;background:#FFFFFF;overflow:hidden;position:relative;}
.file-upload .file-select.file-select-disabled:hover .file-select-button{background:#dce4ec;color:#666666;padding:0 10px;display:inline-block;height:40px;line-height:40px;}
.file-upload .file-select.file-select-disabled:hover .file-select-name{line-height:40px;display:inline-block;padding:0 10px;}

.input-group-btn{ text-align:center;}
.input-group-btn .add_more {
    font-size: 11px;
    background: #4CAF50;
    color: #fff;
    padding: 5px 15px;
    border-radius: 5px;
    margin-top: 5px;
    display: block;
}

.input-group-btn .remove {
    font-size: 11px;
    background:#d80e0e;
    color: #fff;
    padding: 5px 15px;
    border-radius: 5px;
    /* margin-top: 5px; */
    display: block;
    margin: 10px 0;
}

.mb-20{ margin-bottom:20px;}

.team_box_reg2{margin-bottom:30px;/* border-bottom: solid #e4eaea 1px; *//* padding-bottom: 30px; */}
.team_box_reg2 .head_title {
    font-size: 14px;
    color: #ef0d0d;
    width: 100%;
    /* border-bottom: solid #ffd2e2 1px; */
    padding-bottom: 14px;
    display: block;
    margin-bottom: 30px;
    background: #f5f5f5;
    padding: 13px 10px;
    border-left: solid #d80e0e 3px;
}

.team_box_reg{/* border-bottom: solid #efefef 1px; *//* padding-bottom:15px; */margin-bottom: 10px;}




.input-group-btn .add_more:hover{ background:#4CAF50;}

.input-group-btn .add_more:focus{box-shadow:none !important; border:none;}

.table-responsive{}

.table-responsive .table td, .table th {
    padding: 6px 10px;
    vertical-align: top;
    border-top: 1px solid #d8c625;
}


.skip_btn {
    border: none;
   color: #717171 !IMPORTANT;
    background: #d5e2f9;
    outline: none;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    padding: 15px 30px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    margin-top: 30px;
}

.skip_btn:hover {
    background: #9cd9f5;
    color: #000 !IMPORTANT;
}

.reg_footer_btn {
    width: 190px;
    margin: 0 auto;
    max-width: 100%;
}

.img_box{
    width: auto;
    margin: auto;
}
.img_box img{width:100%;border-radius: 10px;border: solid #d6d6d5 1px;padding: 3px;}
.listing_box_left{/* float:left; *//* width: 460px; *//* border-right: dotted #ccc 1px; */border-right: dotted #cacaca 1px;}



.detail_box_content{margin:0 auto;border-right: none;}

.detail_box_content .titel{width:100%;}
.detail_box_content .titel .name{font-size: 20px;color:#000;margin-bottom:0px;font-weight: 600;}
.detail_box_content .titel .dec{font-size: 16px;color:#333;margin:0px;padding-bottom: 10px;font-weight: 700;}

.head {
    font-size: 16px;
    color: #076ebf;
    margin: 0px;
    padding-bottom: 10px;
    border-bottom: dotted #ccc 1px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 700;
    LETTER-SPACING: 0.4PX;
}


.hospital_name {
    font-size: 25px;
    font-weight: 700;
    color: #2f3192;
    margin-top: 10px;
    margin-bottom: 0px;
}

.detail_box_content .titel .name {
    font-size: 24px;
    color: #f50000;
    margin-bottom: 0px;
    font-weight: 700;
}

.skills {
    font-size: 13px;
    color: #ff1a02;
    font-weight: 700;
}

.exp_btn {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 20px;
}
.exp_btn a {
    background: #00BCD4;
    padding: 2px 14px;
    display: block;
    font-size: 13px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    float: left;
    border-radius: 20px;
    width: auto;
}

.language_text{font-size: 14px;color: #ff9902;margin: 0px;font-weight: 700;} 
.language_text span{/* color: #969696; */font-weight: 700;color: #ff9902;}

.listing_box_right{/* float: right; *//* text-align: center; */}

.btn_box{padding: 5px 0 0;float: right;width: 124px;margin: 0 auto;}

.now_btn {
    width: 100%;
    display: block;
    padding: 5px 15px !IMPORTANT;
    background: #FF5722 !IMPORTANT;
    text-align: center;
    color: #fff !IMPORTANT;
    text-decoration: none !IMPORTANT;
    border-radius: 20px;
    margin-bottom: 10px;
    font-size: 12px;
}

.consult_btn {
    width: 100%;
    display: block;
    padding: 5px 15px !IMPORTANT;
    background: #4CAF50 !IMPORTANT;
    text-align: center;
    color: #fff !IMPORTANT;
    text-decoration: none !IMPORTANT;
    border-radius: 20px;
    margin-bottom: 10px;
    font-size: 12px;
}

.consult_btn:hover{color:#000;}

.ad_banner{ margin:0 auto; }
.ad_banner img{width:100%;}


.name_titel{
position: relative;
    top: -45px;
    background:rgba(12, 12, 12, 0.7);
    width: auto;
    text-align: center;
    color: #fff;
    cursor:pointer;
    z-index: 99;
    padding: 10px 0;}




.listing_box {
    background: #fff;
    padding: 15px 15px;
    border: solid #d6d9f9 1px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.doctor_name {
    font-size: 20px;
    font-weight: 900;
    color: #000000;
}

.box_account {
    margin-bottom: 25px;
    margin: 0 auto;
    width: 90%;
    margin-top: 25px;
    max-width: 100%;
}

.box_account h3 {
	font-size: 21px;
	font-size: 1.3125rem;
	padding-left: 0px;
	height: 30px;
	padding-top: 5px;
	display: inline-block;
	margin-bottom: 15px;
}
.box_account h3.client {
	background: url(../img/user.svg) center left no-repeat
}
.box_account h3.new_client {
	background: url(../img/new_user.svg) center left no-repeat;
}
.box_account .form_container {
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
	background-color: #fff;
	padding: 25px;
	position: relative
}
.box_account .form_container hr {
	margin: 0 0 10px 0
}
.box_account .form_container a.social_bt {
	margin-bottom: 0;
	min-width: inherit
}

@media (max-width: 991px) {
.box_account .form_container a.social_bt {
	margin-bottom: 5px
}
}
.box_account .form_container .divider {
	margin-top: 20px
}
.box_account .form_container .divider span {
	background-color: #fff
}
.box_account .form_container .form-group {
	margin-bottom: 10px
}
.box_account .form_container #forgot_pw {
	height: 100% !important;
	min-height: inherit;
	background-color: #fff;
	padding: 25px
}
.cluster img {
	display: none !important
}
.cluster-visible {
	text-align: center;
	font-size: 15px !important;
	color: #fff !important;
	font-weight: 500;
	border-radius: 50%;
	width: 36px !important;
	height: 36px !important;
	line-height: 36px !important;
	background-color: #004dda !important;
	background-image: none !important
}
.cluster-visible:before {
	border: 7px solid #004dda;
	opacity: 0.2;
	box-shadow: inset 0 0 0 4px #004dda;
	content: '';
	position: absolute;
	border-radius: 50%;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	animation: cluster-animation 2.5s infinite
}
@keyframes cluster-animation {
0%, 100% {
transform:scale(1.3) rotate(0deg)
}
50% {
transform:scale(1.5) rotate(90deg)
}
}
.map {
	width: 100%;
	height: 500px
}
.map.map_single {
	height: 400px
}
.infoBox {
	-webkit-animation: fadeIn 0.9s;
	animation: fadeIn 0.9s;
	padding-right: 50px
}
.infoBox>img {
	position: absolute !important;
	right: 60px !important;
	top: 10px !important;
	z-index: 9999;
	width: 20px;
	height: 20px;
	display: block;
	cursor: pointer
}
@-webkit-keyframes fadeIn {
from {
opacity:0
}
to {
opacity:1
}
}
.marker_info {
	width: 240px;
	height: 270px;
	border-radius: 5px;
	text-align: left;
	background: #000;
	background: #fff;
	position: relative;
	z-index: 999;
	font-family: "Poppins", Helvetica, sans-serif;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.12)
}
.marker_info img {
	display: block;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-ms-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0
}
.marker_info h3 {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.1;
	font-weight: 500;
	margin-top: 3px;
	color: #444
}
.marker_info em {
	display: inline-block;
	font-size: 12px;
	font-size: 0.75rem;
	color: #999;
	font-style: normal
}
.marker_info span {
	display: block;
	padding: 15px 20px 0 20px;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.2;
	color: #fff;
	position: relative
}
.marker_info span strong {
	display: block;
	font-weight: 500
}
.marker_info:after {
	right: 100%;
	top: 56%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: transparent;
	border-right-color: #fff;
	border-width: 12px;
	margin-top: -12px
}
a.btn_infobox_detail {
	position: absolute;
	top: 20px;
	right: 15px;
	width: 20px;
	height: 20px
}
a.btn_infobox_detail:before, .btn_infobox_get_directions:before, a.btn_infobox_phone:before {
	font-style: normal;
	font-weight: normal;
	font-family: "ElegantIcons";
	font-size: 20px;
	font-size: 1.25rem;
	cursor: pointer
}
a.btn_infobox_detail:before {
	content: "\70";
	color: #ccc
}
a.btn_infobox_detail:before:hover {
color:#004dda
}
.btn_infobox_get_directions, a.btn_infobox_phone {
	border: none;
	display: inline-block;
	font-weight: 500;
	color: #004dda;
	background: none;
	cursor: pointer;
	font-size: 13px;
	font-size: 0.8125rem;
	position: relative;
	padding-left: 20px;
	margin-bottom: 10px;
	outline: none
}
.btn_infobox_get_directions:focus, a.btn_infobox_phone:focus {
	outline: none
}
.btn_infobox_get_directions:hover, a.btn_infobox_phone:hover {
	color: #333
}
.btn_infobox_get_directions:before {
	font-size: 14px;
	font-size: 0.875rem;
	content: "\e080";
	position: absolute;
	left: 0;
	top: 0
}
a.btn_infobox_phone:before {
	font-size: 14px;
	content: "\e090";
	position: absolute;
	left: 0;
	top: -2px
}
span.infobox_rate {
	display: inline-block;
	margin: -44px 0 0 -20px;
	float: left;
	background-color: #0054a6;
	padding: 5px 8px;
	font-weight: 500;
	text-align: left;
	font-size: 12px;
	font-size: 0.75rem
}
#map_contact {
	width: 100%;
	height: 450px
}

@media (max-width: 991px) {
#map_contact {
	height: 350px
}
}
iframe#map_iframe {
	width: 100%;
	height: 450px;
	border: 0
}

@media (max-width: 991px) {
iframe#map_iframe {
	height: 400px
}
}
.box_contacts {
	background-color: #fff;
	padding: 25px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 15px;
	text-align: center;
	font-size: 15px;
	font-size: 0.9375rem
}
.box_contacts h2 {
	font-weight: 500;
	margin: 10px 0 10px 0;
	font-size: 21px;
	font-size: 1.3125rem
}
.box_contacts i {
	font-size: 46px;
	font-size: 2.875rem;
	color: #004dda
}
.box_contacts a {
	color: #555
}
.box_contacts a:hover {
	color: #004dda;
	text-decoration: underline
}
.error_message {
	font-weight: 500;
	color: #e3464c
}
#error_page {
	background: #0054a6 url(../img/pattern_1.svg) center bottom repeat-x;
	color: #fff;
	height: 600px
}

@media (max-width: 767px) {
#error_page {
	background-size: auto 300px
}
}
#error_page .wrapper {
	background: rgba(0,0,0,0.6);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.6), transparent);
	background: linear-gradient(to bottom, rgba(0,0,0,0.6), transparent);
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center
}
#error_page h2 {
	margin-top: 30px;
	font-size: 140px;
	font-size: 8.75rem;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1
}
#error_page h2 i {
	color: #FFC107
}

@media (max-width: 767px) {
#error_page h2 {
	font-size: 72px;
	font-size: 4.5rem
}
}
#error_page p {
	font-size: 21px;
	font-size: 1.3125rem
}

@media (max-width: 767px) {
#error_page p {
	font-size: 18px;
	font-size: 1.125rem
}
}

@media (max-width: 767px) {
#error_page {
	padding: 0;
	height: 500px
}
}
.search_bar_error {
	position: relative;
	margin-bottom: 60px
}
.search_bar_error input[type='text'] {
	border: 0;
	height: 50px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	padding-left: 15px;
	-webkit-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.15)
}
.search_bar_error input[type='submit'] {
	position: absolute;
	right: -1px;
	color: #222;
	font-weight: 600;
	top: 0;
	border: 0;
	padding: 0 25px;
	height: 50px;
	cursor: pointer;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	-ms-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	background-color: #FFC107;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out
}
.search_bar_error input[type='submit']:hover {
	background-color: #32a067;
	color: #fff
}



.btn_1 {
    border: none;
    color: #fff;
    background: #004dda;
    outline: none;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    padding: 15px 30px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    margin-top: 30px;
}


ul.dropdown-menu{ border-radius: 0px; padding: 6px 10px; font-size: 15px;     color: #212529; margin: 0px;}
ul.dropdown-menu li{
    float: left;
    line-height: initial;
    padding: 10px 0;
    width: 100%;
}
ul.dropdown-menu li a{color:#000 !important; text-align:left !important;}

.dropdown-menu.show {
    display: block;
    top: 10px !IMPORTANT;
}

.dropdown-toggle::after{display:none;}

.sidebar{background: #fffdea;}

ul.contact_top {
    padding: 0px;
    margin: 0px;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    padding: 10px 0;
}
ul.contact_top li{list-style:none;float:left;border-right: solid #4a5b7d 1px;padding: 0 10px;line-height: 14px;}
ul.contact_top li:last-child{border-right:none;}
ul.contact_top li a{font-size:17px; color:yellow;}
ul.contact_top li a i{padding-right:5px;}

.form-control option{ padding:0px;}

.padd_5{padding:5px;}

.readmore{    color: #2f55d4 !IMPORTANT; font-weight:900;}

.content .text-muted{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 70px;
    }


.consultant_box {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15) !important;
    background: #fff;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15) !important;
    border-radius: 5px !important;
    text-align: center;
}

.consultant_box .header_titile {
    background: #0142b7;
    color: #fff;
    font-size: 28px;
    padding: 8px 0;
    font-weight: 900;
}

.consultant_box .content_box{padding:20px;background: #f1f1f1;}
.consultant_box .form_box{padding:20px;background: #fff;}
.consultant_box .content_box .img_dic{width:150px; margin:0 auto;}
.consultant_box .content_box .img_dic img{width:100%; border-radius:50%;}
.consultant_box .content_box .text-info-box{ margin-top:20px;}
.consultant_box .content_box .text-info-box .dic_name{font-size:22px;color: #0f37bd;font-weight: 700;margin: 0px;}
.consultant_box .content_box .text-info-box .address{font-size: 16px;color: #232323;font-weight: 700;}

.consultant_box .content_box .text-info-box .full_address {
    font-size: 15px;
    color: #000;
    margin-top: 20px;
    text-align: center;
    WIDTH: 80%;
    MARGIN: 0 AUTO;
    margin-bottom: 20px;
    /* border-bottom: solid #ccc 1px; */
}

.login_bg{background:url(../images/user.jpg) center no-repeat; background-attachment:fixed; background-size:cover;     height: 100vh;}

.consultant_box .form_box .form-group label {
    font-size: 14px;
    font-weight: 700;
    float: left;
}

.fee_consult{color:#000;font-size: 15px;text-align: center;}

.consultant_box .content_box .rupues{font-size: 14px;color: #008a06;margin:0px;font-weight: 600;/* padding-bottom: 50px; */}

.content_box .table-responsive .table td, .table th{border-top:none;}

.content_box .table-responsive .table td, .table th {
    padding: 6px 10px;
    vertical-align: middle;
    border-top: 1px solid #d8c625;
    text-align: left;
    color: #000;
}


.content_box .table td, .table th {
    border: 1px solid #dee2e6;
    text-align: left;
}

#divDetail{width:95%;     margin: 0 auto;}


.doctor_profile {
    background: #fffcd5;
    padding: 0px;
}


.doctor_info{padding: 30px;margin:0 auto;text-align:center;}
.doctor_info .img_box {
    width: 200px;
    margin: auto;
}

.doctor_add{padding: 20px;background:#fff685;overflow: hidden;}

.doctor_add .header_info{width:100%;/* border-bottom: solid #efe23f 1px; */overflow: hidden;/* padding-bottom: 30px; */}

.doctor_add .header_info .fee{color: #3F51B5;font-size: 16px;font-weight:700;margin: 0;margin-top: 11px;text-align: center;/* background: #2fffe2; */padding: 5px 0;/* border-radius: 50px; *//* border: solid #10d8bc 2px; */}

.doctor_add .add_table{
    margin-top: 10px;
}

.heading_dic{font-size:18px;color:#000;padding: 10px 18px;background:#0CF;color:#000;font-weight:700;/* border: solid #0cf 1px; */}

.box_20_padd{ padding:20px;}

.video_titel{font-size:16px;color:#000;text-align: center;background: #FFC107;padding: 10px;display:block;}

.later_name{border-radius:50%;width: 40px;height: 40px;background: #2196F3;TEXT-ALIGN: CENTER;COLOR: #FFF;MARGIN: 0 AUTO;line-height: 40px;}

.rating_icon{}
.rating_icon span{ float:left; margin-right:5px; display:block; margin-bottom:10px;}
.rating_icon span i{color: #FFC107;font-size: 13px;}
.gry_text{  color: #e0dfdf !important;}


.faq-content #accordion .panel-title > a.accordion-toggle::before, .faq-content #accordion a[data-toggle="collapse"]::before  {
    content:"−";
    float: right;
    font-family: 'Glyphicons Halflings';
    margin-right :1em;
    margin-left:10px;
    color:#fff;
    font-size:13px;
    font-weight:300;
    display:inline-block;
    width:20px;
    height:20px;
    line-height:20px;
    border-radius:50%;
    text-align:center;
    font-size:10px;
    background:#ff9900;
    /* top: 10px; */
    margin-top: 2px;
}
.faq-content #accordion .panel-title > a.accordion-toggle.collapsed::before, .faq-content  #accordion a.collapsed[data-toggle="collapse"]::before  {
    content:"+";
	color:#fff;
	font-size:10px;
	font-weight:300;
	background:#333;
}

.faq-content{float:left; width:100%;}
.faq-content .panel-heading{padding-left:0px; border-radius:0px !important;}
.faq-content .panel-heading a{text-decoration:none;display: block;font-size: 16px;color: #193c82;}
.faq-content .panel{border-radius:0px !important;}
.faq-content .panel-default{}
.faq-content .panel-heading{/* background:#f3f3f3 !important; */color:#666666;padding: 10px 16px;/* border-radius: 20px; *//* font-size: 15px; */}
.faq-content .panel-body{font-size:14px;color:#666666;/* color: #000; */}
.faq-saelect{background:#f3f3f3; padding:15px; border-bottom:2px solid #666666; float:left; width:100%; margin-bottom:20px; margin-top:-10px;}
.faq-saelect span{font-size:16px; color:#333; margin-right:20px;}
.faq-saelect select{border:1px solid #dcdcdc; color:#999999; width:300px; height:40px;}
.faq-content .panel{border-top:none !important;border-right:none !important;border-left:none !important;background-color: #f8f9fc !important;border-radius: 20px !IMPORTANT;-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15) !important;box-shadow: 0 0 3px rgba(0, 0, 0, 0.15) !important;/* padding: 15px; */margin-bottom: 15px;/* padding-bottom: 15px; */}
.faq-content .panel-body{border:1px solid #f3f3f3;PADDING: 20px;background: #fff;border-bottom-left-radius: 20px;border-bottom-right-radius: 20px;color: #000;font-size: 15px;line-height: 26px;text-align: justify;}
.faq-content .panel h4{margin-bottom:0px;}


article.blog {
    margin-bottom: 30px;
    background-color: #e3edff;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
}

article.blog small{
    background: #673AB7;
    width: 100%;
    display: block;
    text-align: left;
    padding: 6px 11px;
    color: #fff;
    font-size: 14px;
    display: none;
    }
	
article.blog small i{ float:right;}	


article.blog .btn_1 {
    border: none;
    color: #fff;
    background: #004dda;
    outline: none;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    padding: 15px 30px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    /* margin-top: 0px; */
    margin: 0 30px 30px;
}


    article.blog figure {
        height: 260px;
        overflow: hidden;
        position: relative;
        margin-bottom: 0;
    }

@media (max-width: 991px) {
    article.blog figure {
        height: 210px;
    }
}

@media (max-width: 767px) {
    article.blog figure {
        height: 220px;
    }
}

article.blog figure .preview {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -12px;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    text-align: center;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    z-index: 2;
}

    article.blog figure .preview span {
        background-color: #fcfcfc;
        background-color: rgba(255,255,255,0.8);
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        border-radius: 20px;
        display: inline-block;
        color: #222;
        font-size: 0.75rem;
        padding: 5px 10px;
    }

article.blog figure:hover .preview {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

article.blog figure img {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    -moz-transition: 0.3s;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: auto;
    height: 260px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%;
}

    article.blog figure img:hover {
        -webkit-transform: translate(-50%, -50%) scale(1.1);
        -moz-transform: translate(-50%, -50%) scale(1.1);
        -ms-transform: translate(-50%, -50%) scale(1.1);
        -o-transform: translate(-50%, -50%) scale(1.1);
        transform: translate(-50%, -50%) scale(1.1);
    }

@media (max-width: 991px) {
    article.blog figure img {
        height: inherit;
        max-width: 100%;
    }
}

article.blog .post_info {
    padding: 20px 30px 30px 30px;
    position: relative;
    box-sizing: border-box;
    height: 225px;
}

    article.blog .post_info small {
        font-weight: 600;
        color: #FF5722;
        font-size: 13px;
        font-size: 0.8125rem;
        padding-bottom: 10px;
        display: block;
    }

    article.blog .post_info h2 {
    font-size: 21px;
    font-size: 1.25rem;
    height: 50px;
    padding-bottom: 0px;
    /* text-overflow: ellipsis; */
    /* display: -webkit-box; */
    /* -webkit-line-clamp: 1; */
    /* -webkit-box-orient: vertical; */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 25px;
}

    article.blog .post_info .post_text{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        color: #000;
        }


        article.blog .post_info h2 a {
            color: #000;
            /* text-overflow: ellipsis; */
            /* display: -webkit-box; */
            /* -webkit-line-clamp: 3; */
            /* -webkit-box-orient: vertical; */
            /* overflow: hidden; */
        }

            article.blog .post_info h2 a:hover {
                color: #004dda;
            }

    article.blog .post_info ul {
        margin: 0 -30px 0 -30px;
        padding: 20px 30px 0 30px;
        width: 100%;
        box-sizing: content-box;
        border-top: 1px solid #ededed;
    }

        article.blog .post_info ul li {
            display: inline-block;
            position: relative;
            padding: 12px 0 0 50px;
            font-weight: 500;
            font-size: 12px;
            font-size: 0.75rem;
            color: #999;
        }

            article.blog .post_info ul li .thumb {
                width: 40px;
                height: 40px;
                overflow: hidden;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                -ms-border-radius: 50%;
                border-radius: 50%;
                display: inline-block;
                position: absolute;
                left: 0;
                top: 0;
            }

                article.blog .post_info ul li .thumb img {
                    width: 40px;
                    height: auto;
                    position: absolute;
                    left: 50%;
                    top: 50%;
                    -webkit-transform: translate(-50%, -50%);
                    -moz-transform: translate(-50%, -50%);
                    -ms-transform: translate(-50%, -50%);
                    -o-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%);
                }

            article.blog .post_info ul li:last-child {
                float: right;
                padding-left: 0;
                line-height: 1;
            }

                article.blog .post_info ul li:last-child i {
                    font-size: 14px;
                    font-size: 0.875rem;
                    margin-right: 5px;
                    position: relative;
                    top: 3px;
                }

@media (max-width: 991px) {
    article.blog .post_info ul {
        position: static;
        width: auto;
    }
}

.alignleft {
    float: left;
    margin: 0 15px 10px 0;
    width: 80px;
    height: 80px;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    position: relative;
	display:none;
}


a.btn_1:hover, .btn_1:hover {
    background-color: #FFC107;
    color: #222 !important;
}
a.btn_1, .btn_1 {
    border: none;
    color: #fff;
    background: #004dda;
    outline: none;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    padding: 15px 30px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    margin-top: 0px;
}


.consultant_box .form_box .content_box .table td, .table th{ text-align:left;}

.discount_box{padding: 30px 0;background:#befdff;}

.watermark_bg{ background:url(../assets/watarmark_bg.png) center  no-repeat;  }
.profile_box{padding:15px 0;}

.terms_box{}
.terms_box h3{color:red;font-size:11px;padding:0px;text-align: left;}
.terms_box ul{padding:0px; margin:0px;}
.terms_box ul li{list-style:decimal;font-size: 11px;color: #292929;/* display:block; *//* width:100%; */padding: 5px 0;text-align: left;margin-left: 16px;}



/*# sourceMappingURL=style.css.map */