.admin-bar .fixed-top {
  top: 32px;
}

.text-black {
  color: #222220;
}

.welcome-content h3 {
  margin-bottom: 20px;
}

.question li {
  list-style-type: disc;
  list-style-position: inside;
  margin-left: 15px;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #fefefe;
}

.navbar:not(.shrink) {
  background: rgba(0, 0, 0, 0.4);
}

.services-desc {
  font-style: italic;
  color: #444 !important;
}

.btn-big {
  height: 55px;
  line-height: 55px;
  padding: 0 25px;
  font-size: 15px !important;
}

.underline {
  text-decoration: underline;
}

.hover:hover {
  color: inherit;
}

.features li {
  list-style: disc;
  margin-left: 15px;
}

h6.feature {
  position: relative;
}

h6.feature > a {
  color: #222;
}

.section-heading > p + a {
  display: block;
  margin-top: 20px;
}

.form-control {
  height: 40px;
  /* padding: .85rem 2rem; */
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 300;
  color: #777;
  background-color: #fafafa;
  border: 1px solid #ebebeb;
  border-radius: 0;
  margin-bottom: 2rem;
  transition: all 0.3s;
  box-shadow: none;
}

.form-control:focus {
  border-color: #db8f26;
}

textarea.form-control {
  height: auto;
}

.contact-info {
  margin-bottom: 3rem;
}

.contact-info h3 {
  margin-top: 0.5rem;
  font-weight: 400;
  font-size: 1.8rem;
  letter-spacing: -0.025em;
  margin-bottom: 1.5rem;
}

.contact-list {
  max-width: 300px;
  list-style: none;
  padding-left: 0;
}

.contact-list li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 1rem;
}

.contact-list a {
  color: inherit;
}

.contact-list a:hover,
.contact-list a:focus {
  color: #db8f26;
}

.contact-list i {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
  line-height: 1;
  color: #db8f26;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #db8f26;
  border-color: #db8f26;
}

.btn-outline-primary {
  color: #db8f26;
  background-color: transparent;
  background-image: none;
  border-color: #db8f26;
}

.bcs-map {
  width: 100%;
  height: 400px;
}

.bcs-map img {
  max-width: inherit !important;
}

.marker-info p {
  max-width: 230px;
}

.page-content ul {
  padding-left: 15px;
}

.page-content li {
  list-style: disc;
  margin-left: 15px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #666;
}

.accordion .btn-link {
  color: #444;
}

.accordion .btn-link:hover,
.accordion .btn-link:focus {
  text-decoration: none;
}

.accordion .card-title .btn-link {
  position: relative;
}

.accordion .card-title .btn-link:before {
  content: "\f067";
  color: #8c8c8c;
  transform: translateY(-50%);

  display: inline-block;
  position: absolute;
  right: 2rem;
  top: 50%;
  font-family: FontAwesome;
  line-height: 1;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition: all 0.3s;
}

.accordion .card-title .btn-link[aria-expanded="true"]:before {
  content: "\f068";

  color: #8c8c8c;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.footer-content-area hr {
  border-top-color: rgba(255, 255, 255, 0.2);
}

.resource img {
  border-radius: 5px;
}

.resource .play-icon {
  position: absolute;
  bottom: 50%;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  right: 0;
  left: 0;
  text-align: center;
}

.play-icon i {
  height: 85px;
  width: 85px;
  line-height: 85px;
  -webkit-text-stroke: 2px #ffffff;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  font-size: 30px;
  background-image: linear-gradient(
    to right,
    #f4c85f 0%,
    #c63e2d 50%,
    #f4c85f 100%
  );
  border-radius: 50%;
  border: 1px solid #fff;
}

.resource {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.resource:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.contact_info_area .contact_info a {
  font-size: 14px;
  color: #777;
}

.card-wrapper {
  margin-top: -40px;
  margin-bottom: 100px;
  position: relative;
  z-index: 4;
  padding: 40px;
  background: #fff;
  border-radius: 5px;
}

.card-head-sections {
  margin-bottom: 40px;
}

.card-tab-content {
  padding: 30px;
}

.card-body-sections .nav-tabs {
  border-bottom-color: transparent;
}

.card-body-sections .tab-content {
  background-color: #f8f8f8;
  border: 1px solid #dee2e6;
  margin-top: -1px;
  border-radius: 0.25rem;
  border-top-left-radius: 0;
}

.card-body-sections .nav-tabs .nav-link {
  border-color: #dee2e6 #dee2e6 transparent #dee2e6;
}

.card-price {
  position: relative;
  z-index: 1;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 33px;
  /* padding: 0 20px; */
  /* min-width: 100px; */
  color: #fff;
  background: linear-gradient(to right, #f4c85f 0%, #c63e2d 100%);
  height: 35px;
  border-radius: 5px;
  border: 1px solid #fff;
  letter-spacing: 1px;
  text-align: center;
  width: 100%;
}

.card-body-sections .nav-tabs .nav-link {
  color: #495057;
}

.card-body-sections .nav-tabs .nav-link.active {
  background-color: #f8f8f8;
}

.landing-page {
  height: 100%;
  min-height: 100vh;
  min-width: 100%;

  background-size: cover;
  background-repeat: no-repeat;
}

/* .logotype {
  text-align: center;
  padding: 50px 30px;
} */

.landing-content {
  display: flex;
  align-items: center;
  justify-content: center;

  height: 100vh;
}

.landing-content .content-wrap {
  position: relative;
  width: 600px;
  height: 600px;
}

.content-wrap .link {
  position: absolute;
}

.link:nth-of-type(1) {
  top: 0;
  left: 50%;
  transform: translateX(-50%)
}

.link:nth-of-type(2) {
  top: 20%;
  right: 0;
}

.link:nth-of-type(3) {
  bottom: 20%;
  right: 0;
}

.link:nth-of-type(4) {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%)
}

.link:nth-of-type(5) {
  bottom: 20%;
  left: 0;
}

.link:nth-of-type(6) {
  top: 20%;
  left: 0;
}

.logotype {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.link a > img {
  position: relative;
  filter: url(filters.html#grayscale);
  /* Firefox 3.5+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(70%);
  transition: all 300ms;
}

.link:nth-of-type(1) a > img {
  filter: none;
  -webkit-filter: none;
}

.link a:hover > img {
  filter: none;
  -webkit-filter: none;
}

.aureole a {
  position: relative;
  display: inline-block;
  outline: none;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  text-shadow: 0 0 1px rgb(255 255 255 / 30%);
  font-size: 1.35em;
}

.aureole a::before,
.aureole a::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 160px;
  height: 160px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  content: "";
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0.2);
  -moz-transform: translateX(-50%) translateY(-50%) scale(0.2);
  transform: translateX(-50%) translateY(-50%) scale(0.2);
}

.aureole a::after {
  width: 140px;
  height: 140px;
  border-width: 6px;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0.8);
  -moz-transform: translateX(-50%) translateY(-50%) scale(0.8);
  transform: translateX(-50%) translateY(-50%) scale(0.8);
}

.logotype.aureole a::before,
.logotype.aureole a::after {
  width: 200px;
  height: 200px;
}

.logotype.aureole a::after {
  width: 180px;
  height: 180px;
}

.aureole a:hover::before,
.aureole a:hover::after,
.aureole a:focus::before,
.aureole a:focus::after {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
  -moz-transform: translateX(-50%) translateY(-50%) scale(1);
  transform: translateX(-50%) translateY(-50%) scale(1);
}

.links {
  text-align: center;
}

@media (max-width: 599px){

  .landing-content .content-wrap {
    width: auto;
    height: auto;
  }
  .content-wrap .link {
    position: relative;
    margin-bottom: 25px;
  }
}


.top-bar {
  padding-top: 10px;
  padding-bottom: 10px;
/*   background: linear-gradient(to right, #f4c85f 0%, #c63e2d 100%); */
  background: #eff4ff;
  font-size: 12px;
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
  height: 50px;
	
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 1030;
}

.admin-bar .top-bar {
  top: 32px;
}


.mail-text {
  margin-bottom: 0;
  line-height: 1.6;
  color: #333 !important;
    font-weight: 700;
}

.top-text {
  line-height: 1.6;
	margin-top: 5px;
	font-weight: 700;
}

.top-text a {
  color: #c63e2d;
}

.navbar.navbar-expand-md {
  margin-top: 50px;
}

/* .navbar.navbar-expand-md.shrink {
  margin-top: 0 !important;
} */

@media (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

.fixed-height-img {
    height: 60px;
    width: auto !important;
    max-width: 100%;
}

.mail-text img {
	border-radius: 2px;
    height: 30px;
    padding: 2px;
}

.blog-content {
  width: 100%;
  margin: 0;
  padding: 30px 15px;
  background: #fff;
  text-align: left;
  margin-top: 0px;
  position: relative;
  display: inline-block;
  z-index: 10;
  -webkit-box-shadow: 0 0px 20px 0 rgb(62 57 107 / 8%);
  box-shadow: 0 0px 20px 0 rgb(62 57 107 / 8%);
  border-radius: 10px;
}

.comment_area {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgb(223 144 38 / 70%);
  padding-top: 30px;
  padding-bottom: 50px;
}

.comment-area .comment {
  margin-bottom: 30px;
}

a.comment-reply-link {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
}

.comment-form .form-control {
  font-size: 1rem;
}

.logged-in-as, .comment-notes {
  padding: 0 15px;
}

.page-link {
  color: #fff;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.05);
  margin: 0 2px;
  border: 1px solid #222;
  color: #333;
  min-width: 40px;
  height: 40px;
  text-align: center;
}

.widget_media_image img {
    width: 100%;
    margin-bottom: auto !important;
}