/*Error Template Styles*/
#errTitle{
    font-size:20px;
    font-weight:bold;
    margin: 0 10 0 0;
    padding: 0 0 0 0px;
  }
  
  .errSmall{font-size:8pt;}
  
  #errFooter{
    margin: 0;
    font-size:9px;
    color:#CCCCCC;
  }
  
  #errBlock{
    margin: 0 auto;
    width: 350px;
    font-family: courier;
    font-size:12px;
    color: #003366;
    border:1px solid #003366;
    background-color:#FFFFFF;
  }
/*//End of Error Template Styles*/



/* Break Point for all screens Larger than 100px -- This is for all Screen Sizes */
@media screen and  (min-width: 100px){





}

/* Break Point for all screens Larger than 768px -- LARGER THAN MOBILE */
@media screen and  (min-width: 768px){
  .container-fluid{
    padding:0;
  }
  .navbar{
    border-radius: 0;
  }

}

/* Break Point for all screens Larger than 992px -- LARGER THAN TABLET */
@media screen and (min-width: 992px){

}

/* Break Point for all screens Larger than 1200px -- EVERYTHING ON DESKTOPS */
@media screen and (min-width: 1200px){

}


html {
  box-sizing: border-box;
}
@media (min-width: 1400px) {
  html {
    font-size: 18px;
  }
}

body {
  font-family: "Lato", sans-serif;
}

.container {
  max-width: 1240px;
}

main {
  min-height: 70vh;
}

*, *:before, *:after {
  box-sizing: inherit;
}

ol, ul {
  list-style: none;
  padding: 0;
}

h1, h2 {
  font-family: "Oswald", sans-serif;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.ddmg-sig {
  background-color: #000;
  padding: 15px 0;
}
.ddmg-sig small,
.ddmg-sig a {
  font-size: 12px;
  color: #c9c9c9;
}
.ddmg-sig img {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .mini-sections > .div1 {
    flex: 0 0 50%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .mini-sections > .div1 {
    flex: 0 0 50%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  .mini-sections > .div1 {
    flex: 0 0 40%;
  }
}
@media screen and (min-width: 768px) {
  .mini-sections > .div2 {
    flex: 0 0 50%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .mini-sections > .div2 {
    flex: 0 0 50%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  .mini-sections > .div2 {
    flex: 0 0 60%;
  }
}
.half-container {
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
}
@media screen and (min-width: 576px) {
  .half-container {
    max-width: 720px;
  }
}
@media screen and (min-width: 768px) {
  .half-container {
    max-width: 720px;
  }
}
@media screen and (min-width: 992px) {
  .half-container {
    max-width: 480px;
  }
}
@media screen and (min-width: 1200px) {
  .half-container {
    max-width: 570px;
  }
}
@media screen and (min-width: 1400px) {
  .half-container {
    max-width: 710px;
  }
}

.reveal {
  opacity: 0;
  transform: translate3d(0, 100px, 0);
  transition: opacity 0.8s, transform 0.8s;
}
.reveal_visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}


/*image banner*/

.img-banner {
  background-size: cover;
  padding-top: 65px;
  padding-bottom: 65px;
}
@media screen and (min-width: 1024px) {
  .img-banner {
    padding: 55px 0 65px 0;
  }
}
@media screen and (min-width: 1200px) {
  .img-banner {
    padding: 50px 0 70px 0;
  }
}

.img-banner .container {
  z-index: 0 !important;
}

.img-banner h1 {
  color: #fff;
  font-size: 31px;
  text-align: left;
  margin-bottom: 0px;
  text-align: center;
  text-shadow: 0 0 5px #000;
  /* font-family: "Nunito", serif; */
}
@media (min-width: 1200px) {
  .img-banner h1 {
    font-size: 41px;
  }
}
.img-banner .container {
  z-index: 0 !important;
}

/* header images */
.bgOne {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(images/interiorbanners/img_banner1-2.jpg);
  background-position: right;
}
@media screen and (min-width: 768px) {
  .bgOne {
    background-position: -335px;
  }
}
@media screen and (min-width: 1024px) {
  .bgOne {
    background-position: top;
  }
}

.bgTwo {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/img_banner2.jpg);
  background-position: center;
}
@media screen and (min-width: 768px) {
  .bgTwo {
    background-position: center;
  }
}

.bgThree {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/img_banner3.jpg);
  background-position: 1770px;
}
@media screen and (min-width: 768px) {
  .bgThree {
    background-position: bottom;
  }
}

.bgFour {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/img_banner4.jpg);
  background-position: top;
}
@media screen and (min-width: 768px) {
  .bgFour {
    background-position: top;
  }
}

.bgFive {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/img_banner5.jpg);
  background-position: center;
}
@media (min-width: 768px) {
  .bgFive {
    background-position: center;
  }
}

.bgSix {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/img_banner6.jpg);
  background-position: top;
}
@media (min-width: 768px) {
  .bgSix {
    background-position: top;
  }
}

.overlay-title {
  position: absolute;
  background: rgba(0, 0, 0, 0.58);
  padding: 30px 0 40px 0;
}
@media (min-width: 768px) {
  .overlay-title {
    padding: 30px 0 40px 0;
  }
}
@media (min-width: 1024px) {
  .overlay-title {
    padding: 40px 0 40px 0;
  }
}
@media (min-width: 1200px) {
  .overlay-title {
    padding: 97px 0 40px 0;
  }
}

.overlay-title h1 {
  text-align: center;
  color: #fff;
  font-size: 20px;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .overlay-title h1 {
    font-size: 35px;
  }
}
@media screen and (min-width: 1024px) {
  .overlay-title h1 {
    font-size: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .overlay-title h1 {
    font-size: 37px;
  }
}

/*watermark image*/
/* main.faq-bg {
  background: url("../../images/faq-bg.jpg") no-repeat left;
  background-position: center;
  background-size: cover;
} */

main.logo-bg {
  background: url("../../images/logo_watermark.png") no-repeat left;
  background-position: left bottom;
}
@media (min-width: 768px) {
  main.logo-bg {
    background-size: 65%;
  }
}
@media (min-width: 1200px) {
  main.logo-bg {
    background-size: 24%;
  }
}

.submit-btn, .link-pdf, .return-btn, .btn-main2, .btn-main {
  padding: 0.4rem;
  border-radius: 15px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
  font-family: "Oswald", sans-serif;
}
.submit-btn:focus, .link-pdf:focus, .return-btn:focus, .btn-main2:focus, .btn-main:focus {
  box-shadow: none;
}
@media screen and (min-width: 768px) {
  .submit-btn, .link-pdf, .return-btn, .btn-main2, .btn-main {
    font-size: 13px;
  }
}

.btn-main {
  border: 1px solid #8E0C53;
  background: #8E0C53;
  color: #fff !important;
  text-shadow: none;
  white-space: normal;
  padding: 0.2rem 0.6rem;
  font-size: 14px;
}
.btn-main:hover {
  background: #D93E96;
  border: 1px solid #D93E96;
  color: #fff !important;
  text-decoration: underline;
}

.btn-main2 {
  border: 1px solid #fff;
  background: #a7c4e9;
  color: #000;
  text-shadow: none;
  white-space: normal;
  padding: 0.3rem 1rem;
}
.btn-main2:hover {
  background: #8E0C53;
  border: 1px solid #8E0C53;
  color: #fff;
  text-decoration: underline;
}

.return-btn {
  border: 1px solid #D93E96;
  background: #D93E96;
  color: #fff;
  text-shadow: none;
  white-space: normal;
  padding-left: 20px;
  padding-right: 20px;
}
.return-btn:hover {
  background: #D93E96;
  border: 1px solid #D93E96;
  color: #000;
  text-decoration: underline;
}

.link-pdf {
  border: 1px solid #D93E96;
  background: #D93E96;
  color: #000;
  text-shadow: none;
  white-space: normal;
}
.link-pdf:hover {
  background: #D93E96;
  border: 1px solid #D93E96;
  color: #fff;
  text-decoration: underline;
}

.submit-btn {
  border: 1px solid #D93E96;
  background: #D93E96;
  color: #fff !important;
  text-shadow: none;
  white-space: normal;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
}
.submit-btn:hover {
  background: #D93E96;
  border: 1px solid #D93E96;
  color: #000 !important;
  text-decoration: underline;
}

.about-home {
  /* From Uiverse.io by OliverZeros */
}
.about-home button {
  all: unset;
}
.about-home .button {
  position: relative;
  display: inline-flex;
  align-items: center;
  border-radius: 9999px;
  padding: 10px 25px;
  font-size: 1rem;
  color: #fafaf6;
  letter-spacing: -0.06em;
}
.about-home .button-item {
  background-color: transparent;
  color: #1d1d1f;
}
.about-home .button-item .button-bg {
  border-color: #a8dcd8;
  background-color: #a8dcd8;
}
.about-home .button-inner,
.about-home .button-inner-hover,
.about-home .button-inner-static {
  pointer-events: none;
  display: block;
}
.about-home .button-inner {
  position: relative;
  text-transform: uppercase;
}
.about-home .button-inner-hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: translateY(70%);
}
.about-home .button-bg {
  overflow: hidden;
  border-radius: 2rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: transform 1.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.about-home .button-bg,
.about-home .button-bg-layer,
.about-home .button-bg-layers {
  display: block;
}
.about-home .button-bg-layers {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  top: -60%;
  aspect-ratio: 1/1;
  width: max(200%, 10rem);
}
.about-home .button-bg-layer {
  border-radius: 9999px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
}
.about-home .button-bg-layer.-purple {
  background-color: yellow;
}
.about-home .button-bg-layer.-turquoise {
  background-color: #D93E96;
}
.about-home .button-bg-layer.-yellow {
  --tw-bg-opacity: 1;
  background-color: rgba(168, 220, 216, var(--tw-bg-opacity));
}
.about-home .button:hover .button-inner-static {
  opacity: 0;
  transform: translateY(-70%);
  transition: transform 1.4s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.3s linear;
}
.about-home .button:hover .button-inner-hover {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.4s cubic-bezier(0.19, 1, 0.22, 1), opacity 1.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.about-home .button:hover .button-bg-layer {
  transition: transform 1.3s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.3s linear;
}
.about-home .button:hover .button-bg-layer-1 {
  transform: scale(1);
}
.about-home .button:hover .button-bg-layer-2 {
  transition-delay: 0.1s;
  transform: scale(1);
}
.about-home .button:hover .button-bg-layer-3 {
  transition-delay: 0.2s;
  transform: scale(1);
}

.tour-employment-home {
  /* From Uiverse.io by Subaashbala */
}
.tour-employment-home button {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 3px 8px;
  background-color: #8E0C53;
  cursor: pointer;
  border: 4px solid;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  z-index: 100;
  transition: box-shadow 250ms, transform 250ms, filter 50ms;
}
.tour-employment-home button:hover {
  transform: translate(2px, 2px);
}
.tour-employment-home button:hover::after {
  transform: translateX(0);
}
.tour-employment-home button:hover .bgContainer {
  position: relative;
  display: flex;
  justify-content: start;
  align-items: center;
  overflow: hidden;
  font-size: 19px;
  font-weight: 600;
  color: #000;
}
.tour-employment-home button:hover .bgContainer:hover {
  color: #000;
}
.tour-employment-home button:active {
  filter: saturate(0.75);
}
.tour-employment-home button::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #a8dcd8;
  z-index: -1;
  transform: translateX(-100%);
  transition: transform 250ms;
}
.tour-employment-home button .bgContainer {
  position: relative;
  display: flex;
  justify-content: start;
  align-items: center;
  font-size: 19px;
  font-weight: 600;
  color: #fff;
  margin: 0;
  margin-right: 8px;
}
.tour-employment-home button .bgContainer span {
  position: relative;
  margin-right: 10px;
  font-weight: bold;
}
.tour-employment-home button .bgContainer:hover {
  color: #000;
}
.tour-employment-home .arrowContainer {
  padding: 0px 6px;
  border: 4px solid;
  border-radius: 50%;
  background-color: #a8dcd8;
  position: relative;
  overflow: hidden;
  transition: transform 250ms, background-color 250ms;
  z-index: 100;
}
.tour-employment-home .arrowContainer::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background-color: #D93E96;
  transform: translateX(-100%);
  z-index: -1;
  transition: transform 250ms ease-in-out;
}
.tour-employment-home .arrowContainer svg {
  justify-content: center;
  align-items: center;
  display: flex;
  font-size: 15px;
}
.tour-employment-home button:hover .arrowContainer::after {
  transform: translateX(0);
}
.tour-employment-home button:hover .arrowContainer {
  transform: translateX(5px);
}
.tour-employment-home button:active .arrowContainer {
  transform: translateX(8px);
}

.header {
  background: #fff;
  background-image: url(../../images/header-bg.png);
  background-size: 40%;
}
.header .logo img {
  width: 60%;
  margin: 0 auto;
  margin-bottom: 15px;
}
@media (min-width: 744px) {
  .header .logo img {
    width: 60%;
    margin: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .header .logo img {
    width: 90%;
  }
}
.header .dates {
  text-align: center;
  font-size: 26px;
  letter-spacing: 5px;
}
.header .dates hr {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .header .dates {
    font-size: 32px;
  }
}
.header .contact .btn-main {
  font-size:10px;
    @media screen and (min-width:515px){
    font-size: 18px;
  }
}

.navbar .nav-link {
  padding-right: 1.0rem !important;
  padding-left: 1.0rem !important;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
}
@media (min-width: 768px) {
  .navbar .nav-link {
    font-size: 15px;
  }
}
@media (min-width: 1038px) {
  .navbar .nav-link {
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  .navbar .nav-link {
    font-size: 14px;
  }
}
@media (min-width: 1194px) {
  .navbar .nav-link {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .navbar .nav-link {
    font-size: 17px;
  }
}
.navbar .dropdown-menu {
  background-color: #fff;
}
.navbar .dropdown-menu li:hover {
  background-color: #fff;
}
.navbar .dropdown-menu a {
  color: #340014;
  text-transform: uppercase;
  white-space: normal;
}
.navbar .dropdown-menu a:hover {
  background: #fff;
}

.slideshow-home {
  text-align: center;
}
.slideshow-home .carousel-indicators {
  bottom: 61%;
  cursor: pointer;
  display: none;
}
@media (min-width: 768px) {
  .slideshow-home .carousel-indicators {
    bottom: 1%;
    display: flex;
  }
}
@media (min-width: 1200px) {
  .slideshow-home .carousel-indicators {
    bottom: 1%;
  }
}
@media (min-width: 1024px) {
  .slideshow-home a {
    top: 90px;
  }
}
@media (min-width: 1200px) {
  .slideshow-home a {
    top: 0px;
  }
}
.slideshow-home .slider-text {
  position: relative;
  margin-top: 0px;
  z-index: 5;
  padding: 15px;
  text-align: center;
  width: 100%;
}
@media (min-width: 744px) {
  .slideshow-home .slider-text {
    padding-left: 15px;
    margin-top: -70px;
    text-align: center;
    width: 100%;
    position: absolute;
    /* background: #00000079; */
  }
}
@media (min-width: 768px) {
  .slideshow-home .slider-text {
    padding-left: 15px;
    margin-top: -70px;
    text-align: center;
    width: 100%;
    position: absolute;
    /* background: #00000079; */
  }
}
@media (min-width: 1024px) {
  .slideshow-home .slider-text {
    margin-top: -86px;
  }
}
@media (min-width: 1200px) {
  .slideshow-home .slider-text {
    margin-top: -79px;
  }
}
@media (min-width: 1366px) {
  .slideshow-home .slider-text {
    margin-top: -350px;
  }
}
@media (min-width: 1800px) {
  .slideshow-home .slider-text {
    margin-top: -100px;
  }
}
.slideshow-home .slider-text h1 {
  font-weight: 700;
  font-size: 30px;
  color: #000;
  margin-bottom: 0px;
  margin-left: 0%;
  line-height: 1.4;
  text-transform: capitalize;
  font-family: "Lato", sans-serif;
}
@media (min-width: 744px) {
  .slideshow-home .slider-text h1 {
    font-size: 30px;
    color: #fff;
    text-shadow: 0 0 5px #000;
  }
}
@media (min-width: 1024px) {
  .slideshow-home .slider-text h1 {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .slideshow-home .slider-text h1 {
    font-size: 35px;
  }
}
@media (min-width: 1366px) {
  .slideshow-home .slider-text h1 {
    font-size: 50px;
  }
}
.slideshow-home .slider-text h1 {
  color: #000;
}
@media (min-width: 768px) {
  .slideshow-home .slider-text h1 {
    font-size: 18px;
    color: #fff;
  }
}
@media (min-width: 1024px) {
  .slideshow-home .slider-text h1 {
    font-size: 42px;
  }
}
.slideshow-home .overlay {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: none;
  z-index: 1;
  height: 148px;
}
@media (min-width: 768px) {
  .slideshow-home .overlay {
    height: 358px;
    background: linear-gradient(50deg, rgba(0, 0, 0, 0.7) 0px, rgba(0, 0, 0, 0) 80%);
  }
}
@media (min-width: 1024px) {
  .slideshow-home .overlay {
    height: 500px;
  }
}
@media (min-width: 1200px) {
  .slideshow-home .overlay {
    height: auto;
  }
}

.carousel-fade {
  overflow: hidden;
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 0.8s;
  transition-property: opacity;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
}

.about-home {
  background: #fff;
  background-image: url(../../images/about-bg.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
}

.vs-service--area {
  background-color: #D93E96;
}
.vs-service--area .container-fluid {
  padding: 55px 15px;
}
@media (min-width: 768px) {
  .vs-service--area .container-fluid {
    padding: 55px 25px;
  }
}
@media (min-width: 1024px) {
  .vs-service--area .container-fluid {
    padding: 55px 15px;
  }
}
@media (min-width: 1200px) {
  .vs-service--area .container-fluid {
    padding: 55px 15px;
  }
}
@media (min-width: 1366px) {
  .vs-service--area .container-fluid {
    padding: 55px 15px;
  }
}
@media (min-width: 1500px) {
  .vs-service--area .container-fluid {
    padding: 55px 175px;
  }
}
.vs-service--area .vs-service {
  margin-bottom: 0px;
}
.vs-service--area .vs-service__details-img > img {
  height: 100%;
  object-fit: cover;
}
.vs-service--area .vs-service--ele1, .vs-service--area .vs-service--ele2 {
  position: absolute;
  top: 22%;
  z-index: -1;
}
.vs-service--area .vs-service--ele1 {
  left: 0;
}
.vs-service--area .vs-service--ele2 {
  left: auto;
  right: 0;
}
.vs-service--area .vs-service__figure {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.vs-service--area .vs-service__figure::before, .vs-service--area .vs-service__figure::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
}
.vs-service--area .vs-service__figure::before {
  border: 3px dashed rgba(255, 255, 255, 0.7);
  z-index: 1;
}
.vs-service--area .vs-service__figure::after {
  background-color: rgba(0, 0, 0, 0.02);
}
.vs-service--area .vs-service .loc-img {
  overflow: hidden;
  height: auto;
}
@media (min-width: 744px) {
  .vs-service--area .vs-service .loc-img {
    height: 230px;
  }
}
@media (min-width: 768px) {
  .vs-service--area .vs-service .loc-img {
    height: 250px;
  }
}
.vs-service--area .vs-service__image {
  transform: scale(1.05);
  transform-origin: center center;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.vs-service--area .vs-service__content {
  background-color: white;
  margin: -29px 23px 0;
  position: relative;
  z-index: 1;
  padding: 10px;
  border-radius: 22px;
}
.vs-service--area .vs-service__content i {
  font-size: 35px;
  margin-right: 10px;
}
.vs-service--area .vs-service__content .icon-title {
  display: flex;
  align-items: center;
  justify-content: center;
}
.vs-service--area .vs-service__content .icon-title h2 {
  font-weight: bold;
  color: #8E0C53;
}
.vs-service--area .vs-service__content .location {
  color: #8E0C53;
}
.vs-service--area .vs-service__icon {
  display: inline-block;
  margin: 0 0 22px 0;
}
.vs-service--area .vs-service__heading {
  font-size: 21px;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .vs-service--area .vs-service__heading {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .vs-service--area .vs-service__heading {
    font-size: 16px;
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .vs-service--area .vs-service__heading {
    font-size: 21px;
  }
}
.vs-service--area .vs-service__heading:hover {
  color: #a8dcd8;
}
.vs-service--area .vs-service__heading--link {
  display: inline-block;
}
.vs-service--area .vs-service__link {
  --icon-size: 53px;
  width: var(--icon-size);
  min-width: var(--icon-size);
  min-height: var(--icon-size);
  min-height: var(--icon-size);
  position: absolute;
  right: 30px;
  top: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border-radius: 50%;
  border: 2px dashed #D93E96;
  color: white;
}
.vs-service--area .vs-service:hover .vs-service__figure::after {
  background-color: rgba(168, 220, 216, 0.5);
}
.vs-service--area .vs-service:hover .vs-service__link {
  background-color: #a8dcd8;
  color: white;
  border: 2px dashed white;
}
.vs-service--area .vs-service:hover .vs-service__link svg {
  transform: translateX(0px) translateY(0px);
  transform-origin: center center;
}
.vs-service--area .vs-service--tab {
  padding-top: 56px;
}
.vs-service--area .vs-service--tab__sidebar {
  border-radius: 25px;
  overflow: hidden;
  border: black 1px solid;
}
.vs-service--area .vs-service--tab__sidebar .nav {
  padding: 10px 25px;
}
.vs-service--area .vs-service--tab__sidebar .nav button {
  border: 0;
  text-align: left;
  background-color: transparent;
  font-weight: 700;
  color: black;
  border-bottom: black 1px solid;
  border-radius: 0;
  padding: 16px 0;
}
.vs-service--area .vs-service--tab__sidebar .nav button:last-child {
  border-bottom: none;
}
.vs-service--area .vs-service--tab__sidebar .nav button.active {
  background-color: transparent;
  color: #a8dcd8;
}
.vs-service--area .vs-service--tab__title {
  font-size: 24px;
  margin-bottom: 0;
  background-color: #a8dcd8;
  color: white;
  padding: 20px 28px;
  margin: -1px;
}
.vs-service--area .vs-service--tab__title--main {
  font-size: 40px;
}
.vs-service--area .vs-service--tab__title--sub {
  font-size: 24px;
}

.program-section .section-title h2 {
  font-size: 35px;
}
.program-section .program-box-items {
  padding: 40px 20px 65px;
  position: relative;
  z-index: 9;
  text-align: center;
  margin: 30px auto;
}
@media (min-width: 768px) {
  .program-section .program-box-items {
    height: 310px;
  }
}
@media (min-width: 1024px) {
  .program-section .program-box-items {
    height: 320px;
  }
}
@media (min-width: 1200px) {
  .program-section .program-box-items {
    height: 320px;
  }
}
.program-section .program-box-items .program-bg {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #a8dcd8;
  transition: all 500ms ease;
  border-radius: 73% 37% 116% 54%/36% 69% 51% 54%;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.program-section .program-box-items .program-bg.bg-2 {
  background-color: #a8dcd8;
}
.program-section .program-box-items .program-bg.bg-3 {
  background-color: #a8dcd8;
}
.program-section .program-box-items .program-bg.bg-3 {
  background-color: #a8dcd8;
}
.program-section .program-box-items .program-bg.bg-4 {
  background-color: #a8dcd8;
}
.program-section .program-box-items .program-image {
  overflow: hidden;
  height: auto;
}
@media (min-width: 768px) {
  .program-section .program-box-items .program-image {
    height: 160px;
  }
}
@media (min-width: 1024px) {
  .program-section .program-box-items .program-image {
    height: auto;
  }
}
@media (min-width: 1200px) {
  .program-section .program-box-items .program-image {
    height: 172px;
  }
}
.program-section .program-box-items .program-image img {
  width: 100%;
  height: 100%;
  border-radius: 30% 30% 54% 106%/65% 28% 72% 35%;
}
@media (min-width: 768px) {
  .program-section .program-box-items .program-image img {
    width: auto;
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  .program-section .program-box-items .program-image img {
    width: 100%;
    margin: 0;
    object-fit: cover;
  }
}
.program-section .program-box-items .program-content {
  padding: 20px 0px 0;
}
.program-section .program-box-items .program-content h3 {
  margin-bottom: 5px;
  font-size: 22px;
}
.program-section .program-box-items .program-content h3 a {
  color: #000;
  text-transform: uppercase;
}
.program-section .program-box-items .program-content span {
  color: #fff;
  font-weight: 600;
}
.program-section .program-box-items .program-content .arrow-icon {
  width: 60px;
  height: 55px;
  line-height: 55px;
  border-radius: 22px;
  background-color: #D93E96;
  display: inline-block;
  color: #fff;
  transition: all 0.4s ease-in-out;
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.program-section .program-box-items:hover .arrow-icon {
  background-color: #fafa37;
}
.program-section .program-box-items:hover .arrow-icon i {
  color: black;
}

.tour-employment-home {
  padding: 160px 20px;
  background-attachment: inherit;
  background: url(../../images/forms-bg.jpg);
  /* From Uiverse.io by codebykay101 */
  /* Default state: Position the label over the input */
  /* The Input Styling */
  /* THE FIX: Style the label when the input it's "pointing" to is focused or full */
  /* Translates to: "Select the label IF it is followed by a focused input" */
}
@media (min-width: 768px) {
  .tour-employment-home {
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.tour-employment-home .card {
  background: #ffffffe0;
}
.tour-employment-home form {
  display: flex;
  flex-direction: column;
}
.tour-employment-home form .descr {
  font-size: 35px;
  font-weight: 500;
  color: #8E0C53;
  text-align: center;
}
@media (min-width: 768px) {
  .tour-employment-home form .descr {
    font-size: 28px;
  }
}
@media (min-width: 1024px) {
  .tour-employment-home form .descr {
    font-size: 31;
  }
}
@media (min-width: 1200px) {
  .tour-employment-home form .descr {
    font-size: 35;
  }
}
@media (min-width: 1500px) {
  .tour-employment-home form .descr {
    font-size: 35;
  }
}
.tour-employment-home .input, .tour-employment-home textarea {
  margin: 1em 0 1em 0;
  width: 300px;
  position: relative;
}
.tour-employment-home .input input, .tour-employment-home .input textarea {
  font-size: 100%;
  padding: 0.7em;
  outline: none;
  color: #000;
  border: 1px solid #eee;
  background: #ffffffc4;
  border-radius: none;
  width: 100%;
  resize: none;
}
.tour-employment-home .input label {
  font-size: 100%;
  position: absolute;
  left: 0;
  color: #000;
  padding: 0.7em;
  margin-left: 0.1em;
  pointer-events: none;
  transition: all 0.5s ease;
  text-transform: uppercase;
}
.tour-employment-home button {
  text-transform: uppercase;
}
.tour-employment-home .input :is(input:focus, input:valid) ~ label {
  transform: translateY(-50%) scale(0.9);
  margin: 0em;
  padding: 0.4em;
  background: transparent;
}
.tour-employment-home .input textarea:focus ~ label,
.tour-employment-home .input textarea:valid ~ label {
  transform: translateY(-50%) scale(0.9);
  margin: 0em;
  padding: 0.4em;
  background: transparent;
}
.tour-employment-home .inputGroup :is(input:focus, input:valid) {
  border-color: #2525d3;
}
.tour-employment-home .input-group {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-top: 25px;
}
.tour-employment-home .input-group label {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s ease;
  pointer-events: none;
  background: white;
  padding: 0 4px;
  color: #666;
  z-index: 1;
}
.tour-employment-home .input-group input {
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 100%;
}
.tour-employment-home .input-group:has(input:focus) label,
.tour-employment-home .input-group:has(input:not(:placeholder-shown)) label {
  top: 0;
  transform: translateY(-50%) scale(0.9);
  color: #2525d3;
}
.tour-employment-home .input-group input:focus {
  outline: none;
  border-color: #2525d3;
}

.footer {
  background-color: #340014;
  color: #fff;
}
@media (min-width: 320px) {
  .footer {
    text-align: center;
  }
}
.footer a:hover {
  text-decoration: none;
}
.footer img {
  margin: 0 auto;
  width: 50%;
}
@media (min-width: 768px) {
  .footer img {
    width: 70%;
  }
}
@media (min-width: 1024px) {
  .footer img {
    width: 70%;
  }
}
@media (min-width: 1200px) {
  .footer img {
    width: 60%;
  }
}
.footer span {
  color: #fff;
  font-size: 15px;
}
.footer .contact-info {
  text-align: center;
}
@media (min-width: 768px) {
  .footer .contact-info {
    text-align: center;
  }
}
.footer .contact-info .address {
  font-size: 15px;
  color: white;
}
.footer .hours {
  font-size: 15px;
}
.footer .icon i {
  color: white;
}
.footer ul {
  columns: 1;
  font-size: 15px;
  text-align: center;
  margin-bottom: 0;
  margin-top: 15px;
  list-style: none;
}
@media (min-width: 768px) {
  .footer ul {
    columns: 4;
    text-align: center;
    margin-top: 0px;
  }
}
@media (min-width: 1024px) {
  .footer ul {
    columns: 2;
    text-align: left;
    margin-top: 0px;
  }
}
@media (min-width: 1200px) {
  .footer ul {
    columns: 2;
    text-align: left;
    margin-top: 0px;
  }
}
.footer ul a {
  color: #fff;
}
.footer ul a:hover {
  color: #fff;
}
@media (min-width: 768px) {
  .footer .contact-numbers {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 35px;
  }
}
@media (min-width: 1024px) {
  .footer .contact-numbers {
    display: block;
    justify-content: center;
    align-items: center;
    gap: 35px;
  }
}
.footer .contact-numbers .btn-main2 a {
  color: black;
}
.footer .contact-numbers .btn-main2:hover {
  border: 1px solid #a8dcd8;
}
.footer .contact-numbers .number {
  color: white;
}

/*# sourceMappingURL=design.css.map */



/* ABOUT US PAGE */
.about-us-page{
  width:90%;
  margin:auto;
  margin-top:50px;

}
.about-us-page img{
  margin-right:0px;
  margin-bottom:10px;
  width:100%;
  @media screen and (min-width:432px){
    margin-right: 50px;
    margin-bottom:30px;
  }
}
.about-us-page p{
  font-size:15px;
  line-height:2;
  
  @media screen and (min-width:769px){
    font-size:18px;

  }
}



/* PROGRAMS PAGE */
.program-box{
  background-color:#a8dcd8;
    /* width:95%; */
    margin:auto;
    margin-bottom:20px;
  @media screen and (min-width:1280px){
    width:100%;
    

  }
}
.program-box p{
  font-size: 18px;
}
.program-img{
  padding-top:30px;
  padding-left:30px;

}
.program-title-text{
  padding-left:30px;
  padding-top:23px;
  @media screen and (min-width:769px){
    padding-left:0px;
  }
}
.program-title-text-2{
  padding-top:23px;
  padding-left:30px;
}

/* LOCATIONS PAGE */
/* .location-card{
  width:90%;
} */
.location-image{
  width:90%;
  height:300px;
  overflow:hidden;
  margin:auto;
  margin-top:30px;
  @media screen and (min-width:1025px){
    height:200px;
  }
}
.location-image img{
  min-width:100%;
  min-height:100%;
  object-fit: cover;
}
.location-card h2{
  font-size: 25px;
  text-align:center;
  padding-top:10px;
  /* color:#000; */
}
.location-card a{
  text-decoration: none;
  color:#340014;
}

/* location detail page */

.location-detail-image{
  @media screen and (min-width:432px){
    float:right;
    margin-left:15px;
    width:50%;
  }
}

/* .location-detail-image{

} */

.location-detail p{
  font-size:17px;
}

.return-button{
  background-color:#8E0C53;
  color:#fff;
  border:none;
  border-radius:5px;
  padding: 5px 10px 5px 10px;
  margin-top:30px;
  transition: 300ms ease-in-out;
  cursor: pointer;
}
.return-button:hover{
  background-color:#a8dcd8;
  color:#000;
  transition: 300ms ease-in-out;
}

/* Contact us / schedule a tour page */
.contact-box{
  background-color:#a8dcd88f;
  padding:20px 10px 20px 10px;
  margin-bottom:30px;
  border-radius: 8px;
}

.contact-box h2{
  text-align: center;
  margin-top:10px;
}
.contact-box p{
  text-align: center;
  width:95%;
  margin:auto;
  margin-top:20px;
  @media screen and (min-width:1024px){
    width:80%;
  }
}
.contact-submit-btn{
  color:#fff;
  border:none;
  border-radius:5px;
  font-family: "Oswald", sans-serif;
  background-color:#D93E96;
  padding: 5px 20px;
  font-size:20px;
  cursor: pointer;
  transition: 300ms ease-in-out;
}
.contact-submit-btn:hover{
  background-color:#8E0C53;
  transition: 300ms ease-in-out;
}

/* Employment page */
.employment-box{
  background-color:#ffe3f3ab;
  padding-top:20px;
  margin-top:30px;
  margin-bottom:30px;
  border-radius: 8px;
  width:95%;
}
/* .employment-box h2{
  text-align: center;
  margin-top:10px;
} */

.employment-box p{
  text-align: center;
  margin:auto;
  margin-top:20px;
  font-size:15px;
  @media screen and (min-width:400px){
    font-size: 20px;
  }
  @media screen and (min-width:1024px){
    width:80%;
  }
}
.employment-pdf-btn{
  text-align: center;
}
.employment-pdf-btn button{
  color:#fff;
  border:none;
  border-radius:5px;
  font-family: "Oswald", sans-serif;
  background-color:#D93E96;
  padding: 5px 20px;
  font-size:20px;
  cursor: pointer;
  transition: 300ms ease-in-out;
}
.employment-submit-btn{
  color:#fff;
  border:none;
  border-radius:5px;
  font-family: "Oswald", sans-serif;
  background-color:#8E0C53;
  padding: 5px 20px;
  font-size:20px;
  cursor: pointer;
  transition: 300ms ease-in-out;
}
.employment-submit-btn:hover{
  background-color:#D93E96;
  transition: 300ms ease-in-out;
}