/*!
Theme Name: undercustoms css
Author: Amanz
Author URI: http://galzor.com
Description: Custom Template for AOHP website
Version: 1.5
*/

COLORS {
  whity: #f2f2f2;
  dark1: #393e46;
  dark2: #222831;
  dark3: #1e1e20;
  colr1: #003287;
  colr2: #0045bd;
  colr3: #face13;
}



/*-----------------------
# Import Fonts
-----------------------*/

/* @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;500;700&display=swap'); */

/*
font-family: 'Roboto', 'Segoe UI', sans-serif;
font-family: 'Roboto Condensed', 'Segoe UI', sans-serif;
*/

/*-----------------------
# Elements
-----------------------*/

html {
  box-sizing: border-box;
  background: #fff;
  color: #000;
  font-family: sans-serif;
  font-size: 1rem;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  background: #fff;
}

body,
button,
input,
select,
optgroup,
textarea {
  color: #111;
  font-family: 'Roboto', 'Segoe UI', sans-serif;
  font-size: 15px;
  font-size: 1rem;
  line-height: 1.5;
}


/* html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	font-size: inherit;
  line-height: 1.5;
  font-family: 'Roboto', 'Segoe UI', sans-serif;
} */


h1,
h2,
h3,
h4,
h5,
h6 {
  text-rendering: optimizeLegibility;
  font-family: 'Roboto', 'Segoe UI', sans-serif;
  font-weight: 700;
  clear: both;
}

/* h1 {
	font-size: 2.1rem;
}

h2 {
	font-size: 1.8rem;
}

h3 {
	font-size: 1.5rem;
}

h4 {
	font-size: 1.3rem;
}

h5 {
	font-size: 1.1rem;
}

h6 {
	font-size: 1rem;
} */


p {
  font-size: 1rem;
  line-height: 1.5;
}

img {
  height: auto;
  max-width: 100%;
}



/*-----------------------
# Navigation
-----------------------*/

a {
  color: #003287;
  text-decoration: none;
  transition: all 0.25s ease;
}

a:visited {
  color: #003287;
}

a:hover,
a:focus,
a:active {
  color: #0045bd;
  outline: 0;
}

a:focus {
  outline: thin dotted;
}


/* -----------------------
  Common classes
----------------------- */

.Normal,
.NormalDisabled,
.NormalDeleted {
  color: #222;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  word-wrap: break-word;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.not-visible {
  opacity: 0;
}

.yes-visible {
  opacity: 1 !important;
}

.btn.btn-primary {
  color: #fff !important;
  background-color: #003287;
  border-color: #003287;
}

.btn.btn-primary:hover {
  color: #fff;
  background-color: #0045bd;
  border-color: #0045bd;
}

.btn.btn-dark {
  color: #fff;
  background-color: #222831;
  border-color: #222831;
}

.btn.btn-light {
  background: #fff;
  color: #000;
  box-shadow: 0 2px 0px -1px rgba(0, 0, 0, 0.3);
  transition: all 0.25s ease;
  border: 1px solid transparent;
}

.btn.btn-light:hover,
.btn.btn-light:focus {
  color: #fff;
  background: rgba(0, 0, 0, 0.1);
  border-color: #fff;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
}

.btn.btn-color.btn-lg {
  padding: 16px 36px;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.list {
  margin: 0 0;
  padding: 0 0;
  display: block;
}

.cover-img {
  height: 100%;
  width: 100%;
  object-fit: cover !important;
}

.bg-color {
  background: #003287;
}

.bg-color2 {
  background: #0045bd;
}

.text-color {
  color: #003287 !important;
}

.text-color2 {
  color: #0045bd !important;
}

.heading {
  font-size: 26px;
}

.sub-heading {
  font-size: 17px;
  margin-bottom: 30px;
}

.list {
  margin: 0 0;
  padding: 0 0;
  display: block;
}

.cover-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.title {
  padding-bottom: 20px;
  text-align: center;
}

.title h2 {
  font-size: 30px;
  color: #232323;
  text-transform: capitalize;
  margin-bottom: 8px;
  font-weight: 300;
}

.title h2 strong {
  font-weight: 700;
}

.title h4 {
  font-size: 10px;
  line-height: 10px;
  font-weight: 700;
  letter-spacing: 3.3px;
  text-transform: uppercase;
}

.title p {
  color: #848484;
  width: 50%;
  margin: 10px auto;
}

.title .border {
  border: none;
  display: inline-block;
  border-radius: 2px;
  height: 3px;
  position: relative;
  width: 80px;
  margin: 10px 0;
  background: #003287;
  border: none !important;
}

.bg-gray {
  background: #eeeeee !important;
}

.bg-light {
  background: #f2f2f2 !important;
}

.list-inline {
  padding: 0;
  margin: 0;
  display: block;
  list-style: none;
}

.list-inline li {
  display: inline-block;
  list-style: none;
  padding: 0 8px;
}


/* -----------------------
  Navigation
----------------------- */

@media all and (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: none;
    margin: 0;
    z-index: 11;
  }

  .navbar .nav-item:hover>.dropdown-menu {
    display: block;
  }

  .navbar .dropdown-menu li {
    position: relative;
  }

  .navbar .nav-item .submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
  }

  .navbar .dropdown-menu>li.nav-item:hover>.submenu {
    display: block;
  }

  .navbar .dropdown-menu .dropdown-toggle::after {
    transform: rotate(-90deg);
  }


}

/* -----------------------
  Theme CSS
----------------------- */

/* HEADER */

.site-header {
  background: #fff;
  position: relative;
  z-index: 100;
  /* box-shadow: 0 0 1px rgba(0, 0, 0, 0.2); */
  border-top: 3px solid #003287;
}

.site-header .header-topbar {
  background: #003287;
  color: #eee;
  font-size: 0.9rem;
}

.site-header .header-topbar a {
  color: #eee;
}

.site-header .header-main {
  background: #fff;
  color: #111;
}

.site-branding .logo {
  padding: 0px 0;
}

.site-branding .logo img {
  max-height: 85px;
}

.site-header #dnn_dnnSEARCH_ClassicSearch span.SkinObject {
  display: none;
}

.site-header .header-nav {
  background: #003287;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.header-nav .navbar-nav {
  margin: 0;
}

.header-nav.navbar-fixed-top {
  position: fixed !important;
  width: 100%;
  top: 0;
  z-index: 100;
}

.site-header .header-nav .navbar-nav .nav-link {
  /* font-family: 'Roboto Condensed', 'Segoe UI', sans-serif; */
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
  font-size: 15px;
  padding: 10px 12px;
  display: inline-block;
  color: #fff;
}

.site-header .header-nav .navbar-nav .dropdown-menu .nav-link {
  padding: 6px 20px;
  display: inline-block;
  color: #111;
  text-align: left;
  min-width: 220px;
  text-transform: uppercase;
}

.site-header .header-nav .navbar-nav .nav-link:hover,
.site-header .header-nav .navbar-nav .nav-link:focus {
  color: #face13;
}

.navbar-toggler {
  /* display: none; */
  /* position: absolute;
  top: 20px;
  right: 20px; */
}

#site-navigation {
  padding: 8px 0;
}

.header-search>span {
  background: #003287;
  display: inline-block;
  border-radius: 3px;
  padding: 2px 0px 2px 12px;
  color: #fff;
}

.header-search input[type="text"] {
  padding: 8px 14px;
  background: #fff;
  color: #111;
  margin: 0;
  border: none;
  border-radius: 2px;
  display: inline-block;
  line-height: 1;
}

.header-search button[type="submit"] {
  padding: 8px 8px;
  background: #003287;
  color: #fff;
  margin: 10px 0 10px -4px;
  font-size: 14px;
  border: none;
  border-radius: 3px;
}

.header-search label {
  display: inline-block;
  padding: 5px;
  margin: 0;
  margin-right: 5px;
}

.header-login a,
.header-search a {
  color: #fff;
  background: #003287;
  text-transform: uppercase;
  font-size: 0.9rem;
  padding: 8px 12px;
  border-radius: 3px;
  display: inline-block;
  font-weight: 500;
}

.logo-buddy {
  position: absolute;
  width: 290px;
  top: 16px;
  left: 376px;
}

/* slider */

.slider-section .carousel {
  overflow: hidden;
}

.slider-section .carousel-item {
  height: 400px;
}

.slider-section .carousel-item:after {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  background: linear-gradient(-90deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 55%);
}

.slider-section .carousel-item>img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
}

.slider-section .carousel-item .carousel-caption {
  position: absolute;
  top: 45%;
  left: 10%;
  right: 10%;
  bottom: auto;
  width: auto;
  padding: 20px 20px;
  color: #fff;
  text-align: right;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
  transform: translateY(-50%);
  z-index: 10;
}

.slider-section .carousel .carousel-control-next,
.slider-section .carousel .carousel-control-prev {
  width: 10%;
}

.slider-section .carousel-caption .caption-content {
  display: block;
  max-width: 500px;
  margin-left: auto;
}

.slider-section .carousel-caption h5 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 10px 0;
  color: #fff;
}

.slider-section .carousel-caption h2 {
  font-size: 34px;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 10px;
  font-weight: 300;
}

.slider-section .carousel-caption p {
  font-size: 18px;
  color: #fff;
  font-weight: 300;
}


/* FOOTER */

.site-footer {
  color: #333;
  background: #fff;
}

.site-footer a:hover,
.site-footer a:focus,
.site-footer a:active {
  color: #003287;
  text-decoration: none;
}

.site-footer h5 {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #003287;
  margin-top: 36px;
}

.site-footer .footer-bottom {
  border-bottom: 5px solid #003287;
  font-size: 0.9rem;
  line-height: 1.7;
}

.site-footer .footer-bottom p {
  font-size: 0.9rem;
  line-height: 1.7;
}

.footer-top-box {
  border-top: 3px solid #ddd;
}

.footer-menu li a {
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: 500;
}


/* CONTENT */

.site-content {
  padding: 0px 0;
}

.home-section {
  /*background-attachment: fixed;*/
}

.card.mini-card img {
  height: 150px;
  object-fit: cover;
}

.card.blue-card {
  transition: all 0.3s ease;
}

.card.blue-card:hover,
.card.blue-card:focus {
  background: #003287;
  color: #fff;
}

.social-menu li a img {
  width: 30px;
}


/* scroll-to-top */

.back-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  height: 40px;
  width: 40px;
  background: #003287;
  cursor: pointer;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  line-height: 38px;
  padding-top: 10px;
  z-index: 10;
}


/* FIXES */

.navbar .dropdown-toggle::after {
  margin-left: 0;
}

.dnnFormPopup .dnnModalCtrl .ui-dialog-titlebar-close {
  width: 14px;
}



/* -----------------------
  Other Pages
   ----------------------- */

.dnnRadiobutton .mark {
  display: inline-block;
  border: 2px solid #111;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  padding: 0;
  overflow: hidden;
}


/* -----------------------
  Media Queries
   ----------------------- */

/* Portrait tablet to landscape and desktop to 1200px */
@media all and (max-width: 1200px) {
  body {
    overflow-x: hidden;
  }

  .site-header .header-nav .navbar-nav .nav-link {
    font-size: 14px;
    padding: 10px 8px;
  }



}

/* Portrait tablet to landscape and desktop to 992px */
@media all and (max-width: 992px) {

  .navbar-dark .navbar-toggler {
    margin-left: auto;
  }

  .header-nav {
    text-align: center;
  }

}

/* Landscape phone to portrait tablet to 768px */
@media all and (max-width: 768px) {

  .section-testimonials .carousel-item {
    height: 360px;
  }

  .header-search {
    text-align: center;
  }

  .header-search>span {
    padding: 2px 12px 2px 12px;
    width: 100%;
    display: block;
  }

  .header-search .searchInputContainer {
    margin: 0;
    width: 100%;
  }

  .header-search input[type="text"] {
    width: 100%;
  }

  .header-search a {
    padding: 14px 12px;
  }

  .header-login {
    position: absolute;
    bottom: -55px;
    left: 20px;
    z-index: 2;
  }

  .header-login .btn {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.9rem;
  }

  .header-nav .navbar-nav {
    margin-top: 10px;
    border-top: 2px dashed rgba(255, 255, 255, 0.1);
    padding-top: 10px;
  }

  .site-header .header-nav .navbar-nav .nav-link {
    display: block;
  }

  .dropdown-menu.submenu {
    background: #e5e5e5;
  }

  .footer-menu li {
    display: block;
    padding: 5px 0;
    background: #e5e5e5;
    margin-bottom: 4px;
  }

  .site-footer {
    text-align: center;
  }

  .slider-section .carousel-caption .caption-content {
    text-align: center;
  }

  .site-branding {
    text-align: center;
  }

  .logo-buddy {
    position: static;
  }

}

/* Landscape phones and down upto 576px */
@media all and (max-width: 576px) {

  .slider-section .carousel-item {
    height: 320px;
  }

  .slider-section .carousel-item .carousel-caption {
    padding: 0;
  }

  .slider-section .carousel-caption h2 {
    font-size: 26px;
  }

  #site-navigation {
    padding-right: 5px;
  }

  .header-login a,
  .header-search a {
    font-size: 0.75rem;
    padding: 8px 4px;
    font-weight: 400;
    letter-spacing: -0.5;
  }


}

/* Landscape phones and down upto 480px */
@media all and (max-width: 480px) {}


/* Landscape phones and down upto 480px */
@media all and (min-width: 768px) {

  .h-md-100 {
    height: 100%;
  }

}