body,
p {
  font-family: "Open Sans" !important;
}

body,
li,
p {
  color: #000000;
}

h1,
h2,
h3,
h4,
h5,
a {
  font-family: "Source Sans 3" !important;
}

.flex {
  display: flex;
}

.d-flex {
  display: flex;
}

@media (min-width: 768px) {
  .d-md-flex {
    display: flex;
  }
}

.flex-column {
  flex-direction: column;
}

.flex-1 {
  flex: 1;
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.ml-sm {
  margin-left: 1rem;
}

.ml-xl {
  margin-left: 2.5rem;
}

.mr-sm {
  margin-right: 1rem;
}

.mt-lg {
  margin-top: 2rem;
}

.mb-sm {
  margin-bottom: 1rem;
}

.mb-lg {
  margin-bottom: 2rem;
}

.pt-0 {
  padding-top: 0 !important;
}

.w-90 {
  width: 90% !important;
}

.w-100 {
  width: 100% !important;
}

.bg-secondary {
  background-color: #3f7163 !important;
}

.bg-secondary a:hover {
  color: #990000 !important;
}

.section.db .course-meta p,
.section.db .widget-title h3 a:hover {
  color: #990000 !important;
}

.section.db .video-wrapper .widget-title .btn-inverse:hover,
.btn-inverse-white:hover:hover {
  border-color: #990000 !important;
  color: #990000 !important;
}

a:hover,
.text-danger,
.text-danger:hover {
  color: #990000 !important;
}

.btn {
  text-transform: none;
}

.btn-inverse-white {
  color: #fff;
  width: auto;
  height: 30px;
  line-height: 28px;
  margin-top: -1px;
  border-radius: 2px;
  background-color: transparent !important;
  border: 2px solid #ededed !important;
  text-align: center;
  padding: 0 10px !important;
}

.btn-inverse-white:hover {
  color: #fff !important;
}

.btn-blue {
  background-color: #27293d;
  color: #fff;
}

.btn-blue:hover {
  background-color: #1d1f2d;
}

.btn-green {
  background-color: #3f7163;
  color: #fff;
}

.btn-green:hover {
  background-color: #366155;
  color: #fff !important;
}

.learn-more-btn {
  padding: 0 5px !important;
}

.primary-link {
  color: #e74c3c !important;
}

.maroon-btn {
  color: #990000 !important;
}

.maroon-btn:hover {
  color: maroon !important;
}

.text-white {
  color: #fff !important;
}

.font-bold {
  font-weight: bold !important;
}

p.with-text {
  font-weight: 700;
  margin-left: 0.5rem;
  color: #990000 !important;
}

.navbar-brand {
  display: flex;
  align-items: center;
}

.navbar-brand img {
  height: 70px;
}

.navbar-brand.with-text,
.navbar-brand .with-text {
  font-size: 43px;
}

.navbar-brand.with-text sup {
  font-size: 11px;
  top: -1.5em;
}

.navbar-brand.with-text small {
  font-family: "Source Sans 3" !important;
  font-size: 15px;
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
}

.navbar-brand span {
  margin-left: 0.5rem;
  color: #990000;
}

.navbar-right {
  position: absolute !important;
  right: 0.5rem;
}

.normal-header {
  background-color: #1c1d2a !important;
}

.normal-header.affix {
  background-color: #1c1d2a !important;
}

.normal-header .hasmenu .dropdown-menu {
  min-width: 500px;
}

.normal-header .navbar-nav > li > a {
  font-size: 22px;
}

.default-header {
  padding: 30px 0 !important;
}

@media (max-width: 992px) {
  .default-header {
    padding: 20px 0 0 !important;
  }
}

@media (max-width: 768px) {
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    box-shadow: none;
    padding-top: 2rem;
    border: none !important;
  }
}

.home-leading {
  margin-top: 6rem;
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
}

.home-leading p {
  color: #fff;
  margin-bottom: 2.5rem;
}

#___gcse_0 {
  margin: 0 auto;
  margin-top: 4rem;
}

@media (min-width: 768px) {
  #___gcse_0 {
    max-width: 78%;
  }

  .home-leading {
    max-width: 87%;
  }
}

@media (min-width: 979px) {
  #___gcse_0 {
    max-width: 78%;
  }

  .home-leading {
    max-width: 80%;
  }
}

@media (min-width: 1001px) {
  #___gcse_0 {
    max-width: 77%;
  }

  .home-leading {
    max-width: 78%;
  }
}

@media (min-width: 1200px) {
  #___gcse_0 {
    max-width: 66%;
  }

  .home-leading {
    max-width: 74%;
  }
}

.social-icon {
  font-size: 50px;
}

.modal {
  z-index: 999999;
}

.modal .modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.modal .modal-header:before,
.modal .modal-header:after {
  display: none;
}

.swal2-container {
  z-index: 9999999 !important;
}

.blog-single-meta {
  border-bottom: 3px solid #27293d;
}

.blog-single-meta img {
  max-width: 100%;
}

body.landingpage .copyrights {
  background-color: #27293d !important;
}

#copyrights li,
#copyrights p,
#copyrights a {
  font-family: "Source Sans 3" !important;
  font-size: 20px;
  text-transform: none;
}

.copyrights li:hover a {
  color: rgba(255, 255, 255, 0.5) !important;
}

.copyrights li a:hover {
  color: #990000 !important;
}

.copyrights p a {
  color: #990000 !important;
}

.copyrights .footer-social i {
  background-color: #3d3e50;
}

body.landingpage .copylinks p {
  color: rgba(255, 255, 255, 0.5) !important;
}

.social-links a,
.social-links li {
  font-size: 16px !important;
}

.social-links li a {
  white-space: pre;
}

.entry .magnifier {
  zoom: 1;
  left: 0 !important;
  filter: alpha(opacity=100);
  opacity: 0.3;
}

.entry:hover {
  cursor: pointer !important;
}

.entry:hover .magnifier {
  cursor: pointer !important;
  zoom: 0;
  left: 0 !important;
  filter: none;
  opacity: 0;
}

.entry:hover .magni-desc {
  cursor: pointer !important;
  zoom: 0 !important;
  opacity: 0 !important;
}

.title-area h2 small,
.breadcrumb,
.blog-wrapper .blog-meta a,
.big-font {
  font-size: 15px;
}

.bigger-font,
.bigger-text,
.bigger-font p {
  font-size: 16pt;
}

textarea {
  resize: none;
}

.onecourse {
  padding: 40px 0 0 0 !important;
}

.top-big {
  padding-top: 120px !important;
}

.widget-title a.readmore {
  font-size: 16px !important;
  color: #fff;
}

.widget-title h3 {
  font-size: 20px !important;
}

.widget-title .readmore:hover {
  text-decoration: underline;
}

.bg-secondary .video-wrapper {
  padding: 15px;
  background-color: #3e6057 !important;
}

.video-wrapper {
  padding: 15px;
  background-color: #35374b;
}

.footer-elements-social {
  margin-left: 2rem !important;
}

@media (min-width: 400px) {
  .footer-elements-social {
    margin-left: 3rem !important;
  }
}

@media (min-width: 500px) {
  .footer-elements-social {
    margin-left: 9rem !important;
  }
}

@media (min-width: 600px) {
  .footer-elements-social {
    margin-left: 14rem !important;
  }
}

@media (min-width: 640px) {
  .footer-elements-social {
    margin-left: 10rem !important;
  }
}

@media (min-width: 690px) {
  .footer-elements-social {
    margin-left: 13rem !important;
  }
}

@media (min-width: 768px) {
  .footer-elements-social {
    margin-left: 2rem !important;
  }
}

@media (min-width: 900px) {
  .footer-elements-social {
    margin-left: 4rem !important;
  }
}

@media (min-width: 1200px) {
  .footer-elements-social {
    margin-left: 7rem !important;
  }
}

.logo img {
  max-width: 70px;
}

.logo_text {
  font-size: 20px;
}

.logo-slogan-top {
  color: #bd8e2a !important;
}

.logo-slogan-bottom {
  color: #ddc26f !important;
}

.footer-brand #footer-site-title {
  font-size: 43px !important;
  font-family: "Montserrat", sans-serif !important;
}

.min_width_button {
  min-width: 170px !important;
  padding: 15px 30px;
}

.blog-big-title h3 {
  font-size: 30px;
}

.is-invalid {
  border: 1px solid #e74c3c;
}

.invalid-feedback {
  color: #e74c3c;
}

.contact_form .form-group {
  margin-bottom: 20px;
}

.contact_form .form-control {
  margin-bottom: 0;
}

.defaultform .form-control {
  font-family: "Open Sans" !important;
  font-size: 18px;
}

.customhr.customhrcenter:before {
  content: "Or";
  color: #000000;
  padding: 0 5px 0 5px;
}

input#gsc-i-id1 {
  height: 32px !important;
}

button.gsc-search-button.gsc-search-button-v2 {
  height: 41px !important;
}

.fluid-width-video-wrapper {
  position: initial !important;
}

@media (min-width: 601px) {
  .onecourse .big-title h2 {
    font-size: 35px;
  }
}

.border-10 {
  border-width: 10px !important;
}

.border-black {
  border-color: #000 !important;
}

.realWorldUsage {
  border: 4px solid rgba(253, 184, 19, 0.58);
  margin-top: 1rem;
}

.section.db .video-wrapper .widget-title .btn-inverse {
  color: #fff !important;
  border-color: #fff !important;
  border-radius: 2px !important;
}

.swal2-popup {
  font-size: 1.5rem !important;
}

.scroll-6-lines,
.scroll-7-lines {
  font-size: 18px;
}

.breadcrumb a {
  font-size: 16px;
}

.demo-parallax.onecourse,
.demo-parallax {
  padding: 45rem 0px 0px !important;
  background-position: center;
}

.back-to-top-button {
  z-index: 9;
}

@media (max-width: 767px) {
  .back-to-top-button {
    width: 100%;
    margin-right: 8rem !important;
  }
}

@media (min-width: 768px) {
  .back-to-top-button {
    position: absolute;
    right: 5rem;
  }
}

#maroon-btn-first {
  color: #810725 !important;
}

#maroon-btn-first:hover {
  color: #69061e !important;
}

#maroon-btn-fourth {
  color: #820000 !important;
}

#maroon-btn-fourth:hover {
  color: #690000 !important;
}

.formUploadFileBase input {
  padding-bottom: 4rem;
}

@media (min-width: 768px) {
  .categories-list-box {
    padding-right: 6rem;
  }
}

@media (min-width: 1200px) {
  .categories-list-box {
    padding-right: 4.5rem;
  }
}

.categories-list-text {
  font-size: 20px;
}

.select2-selection--single {
  background-color: transparent !important;
  height: 40px !important;
  display: flex !important;
  align-items: center;
  border: 2px solid #fff !important;
}

.select2-selection--single .select2-selection__rendered {
  color: #fff !important;
  font-weight: bold;
}

.select2-selection--single .select2-selection__arrow {
  top: 50% !important;
  right: 1rem !important;
  transform: translateY(-50%) !important;
}

.select2-selection--single .select2-selection__arrow b {
  border-color: #fff transparent transparent transparent !important;
  border-width: 7px 5px 0 5px !important;
}

.post-padding p {
  font-family: Verdana;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  text-decoration: none;
  vertical-align: baseline;
  font-size: 16pt !important;
}

#wrapper {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by any browser but < IE9 */
}

.modal li {
  white-space: normal !important;
}

.page-item.active .page-link,
.page-link:hover {
  background-color: #990000 !important;
  border-color: #990000 !important;
}

#bbpress-forums li.bbp-footer,
#bbpress-forums li.bbp-header,
.fileupload .btn,
.cart-body .panel-info > .panel-heading,
.checkbox-primary input[type=checkbox]:checked + label::before,
.checkbox-primary input[type=radio]:checked + label::before,
.progress-bar-success,
.course-table .fa-close,
.pagination > li > a:hover,
.pagination > li > span:hover,
body.leftmenu .alignleftlist.service-list .widget:hover img.alignleft,
.testi-carousel.owl-theme .owl-nav [class*=owl-]:hover,
.course-carousel.owl-theme .owl-nav [class*=owl-]:hover,
.redbg,
.hot,
.large-buttons .btn-primary,
.demo-parallax .btn-inverse,
.btn-primary {
  background-color: #990000 !important;
  border-color: #990000 !important;
}

