@media (min-width: 992px) {
  .navbar .menu-list > .menu-item-has-children:hover > .sub-menu {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  .navbar .menu-list > .menu-item-has-children:hover > a .plus:after {
    transform: translate(-50%, -50%) rotate(0deg);
  }
}
@media screen and (max-width: 950px) {
  .navbar.menu-list.active {
    visibility: visible;
    opacity: 1;
  }
  .content {
    padding: 0px;
  }
  .navbar {
    padding: 15px 50px;
  }
  .navbar .logo a img {
    height: 2em;
  }
  .pageHeroCont {
    height: 25vh;
    width: 100%;
    padding: 5em 3em;
    flex-direction: column;
  }
  .linePlus {
    display: none;
  }
  .pageHeroContRead {
    height: 70vh;
  }
  .searchBox {
    top: calc(100% + 10px);
    max-width: calc(100% - 20px);
    right: 50%;
    transform: translate(50%);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  }
  .navbar .HomeLogo a img {
    height: auto;
    width: 5em;
    top: 0;
    position: absolute;
  }
  .navbar.openNav .menu-list {
    left: 0;
  }
  .menu-list {
    position: fixed;
    height: 100%;
    max-width: 280px;
    width: 100%;
    padding-top: 100px;
    row-gap: 30px;
    flex-direction: column;
    background: #800000;
    top: 0;
    left: -100%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    transition: all 0.4s ease;
    z-index: 100;
  }
  .navbar.sticky .menu-list li a {
    color: #fff;
  }
  .menu-list li a {
    color: #fff;
  }
  .menu-list li a:hover {
    color: #000;
    font-weight: 400;
  }
  .icon {
    display: contents;
    cursor: pointer;
  }
  .navOpenBtn {
    color: #800000;
    font-size: 20px;
    cursor: pointer;
  }
  .navCloseBtn {
    color: #fff;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 20px;
    cursor: pointer;
  }
  .navOpenBtn,
  .navCloseBtn {
    display: block;
  }
  .pageHead {
    font-size: 3em;
  }
  .leftLine {
    right: 0;
    width: 50%;
  }
  .pageHeadWhite {
    color: #fff;
    font-size: 3em;
  }
  .navbar .menu-list > .menu-item-has-children > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .navbar .menu-list > .menu-item > a {
    color: #ffffff;
    padding: 12px 15px;
    border-bottom: 1px solid #333333;
  }
  .navbar .menu-list > .menu-item > a:hover {
    color: #000;
    font-weight: 600;
  }
  .navbar .menu-list > .menu-item > a .plus:before,
  .navbar .menu-list > .menu-item > a .plus:after {
    background-color: #ffffff;
  }
  .navbar.sticky .menu-list > .menu-item > a .plus:before,
  .navbar.sticky .menu-list > .menu-item > a .plus:after {
    content: "";
    background: #fff;
  }
  .navbar .menu-list > .menu-item-has-children.active > a .plus:after {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  .navbar .menu-list > .menu-item > .sub-menu {
    width: 100%;
    position: relative;
    opacity: 1;
    visibility: visible;
    border: none;
    background-color: transparent;
    box-shadow: none;
    transform: translateY(0px);
    padding: 0px;
    left: auto;
    top: auto;
    max-height: 0;
    overflow: hidden;
  }
  .sub-menu li {
    margin-top: 1em;
  }
  .navbar .menu-list > .menu-item > .sub-menu > .menu-item > a {
    padding: 12px 20px;
    color: #ffffff;
  }
  .pageHeader {
    display: block;
    width: 100%;
  }
  .slider {
    height: 90vh;
  }
  .homeGradient {
    height: 90vh;
  }
  .myslide {
    height: 90vh;
  }
  .slideLogo {
    height: 4.5em;
  }
  .myslide .sliderImg {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100vh;
  }
  .dotsbox {
    bottom: 5vh;
  }
  .dot {
    width: 10px;
    height: 10px;
  }
  .txt {
    letter-spacing: 2px;
    width: 75%;
    margin: auto;
    line-height: 25px;
    top: 60%;
    left: 55%;
    align-items: center;
    padding: 3em 0;
    transform: translate(-50%, -50%);
    -webkit-animation-name: posi2;
    -webkit-animation-duration: 2s;
    animation-name: posi2;
    animation-duration: 2s;
    flex-direction: column;
    justify-content: flex-start;
  }
  .slideContent {
    width: 100%;
  }
  .rangeDiv {
    height: 100%;
  }
  .carousel {
    margin-top: 2em;
  }
  .carousel-item {
    flex: 2 0 70%;
  }
  .serviceButton {
    margin: 1em;
    justify-content: center;
    display: flex;
  }
  .readMoreText {
    background: rgba(0, 0, 0, 0.8);
    width: 90%;
    margin: 0 auto;
    padding: 2em;
  }
  @keyframes posi2 {
    from {
      top: 35%;
    }
    to {
      top: 60%;
    }
  }
  .txt h1 {
    font-size: 2em;
  }
  .txt p {
    font-size: 13px;
  }
  .readBtn {
    margin: 5em 0;
  }
  .pageSection {
    padding: 1em;
  }
  .homeAbout {
    background: #800000;
    padding: 0em;
  }
  .homeAboutDiv {
    width: 100%;
    margin: auto;
  }
  .homeAboutTop {
    flex-direction: column;
  }
  .homeAboutConetent {
    background: #fff;
    width: 100%;
    padding: 2em;
    display: inline-block;
  }
  .twoCol {
    flex-direction: column;
    margin: 0;
    justify-content: center;
    align-items: center;
  }
  .tnfTxt {
    width: 100%;
  }
  .aboutTopImages {
    width: 100%;
    justify-content: center;
  }
  .topImg,
  .bottomImg,
  .longImg {
    width: 6.5em;
    height: 12em;
    margin: 1em 0.5em;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .homeServiceHead {
    margin-left: -1.5em;
  }
  .homeServiceTop {
    width: 90%;
    margin: auto;
  }
  .leftTxt {
    width: 100%;
    justify-content: center;
  }
  .thinTxtWhite {
    width: 100%;
  }
  .homeAboutBottom {
    justify-content: center;
    display: flex;
  }
  .aboutIntro {
    flex-direction: column;
  }
  .abtIntroTxt {
    padding: 1em;
    width: 100%;
  }
  .abtIntroImgs {
    width: 100%;
    align-items: center;
    justify-content: center;
    display: block;
  }
  .abtIntroImgs2 {
    flex-direction: column;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .abtIntroImg2 {
    width: 300px;
    height: 200px;
    margin: 0;
  }
  .abtIntroImg {
    width: 80px;
    margin-left: 0.5em;
    height: 200px;
  }
  .abtIntroImg3 {
    width: 105px;
    margin: 0;
    height: 220px;
  }
  .abtIntroImg4 {
    width: 105px;
    margin-left: 1em;
    height: 200px;
  }
  .missionImg {
    width: 100%;
  }
  .visionImg {
    margin: 0;
    position: relative;
    width: 300px;
    left: 0;
    top: 0%;
    height: 100;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .missionTxt {
    flex-direction: column;
    padding: 1em;
    width: 100%;
  }
  .missionP {
    padding: 1em;
  }
  .largeThinTxt {
    font-size: 1.4em;
  }
  .leftCol {
    padding: 1em;
    width: 100%;
  }
  .serviceSVG {
    width: 70vw;
  }
  .contactContainer {
    display: flex;
    justify-content: center;
    padding: 0;
  }
  .contactContainer form {
    width: 90vw;
  }
  .contactContainer form textarea {
    min-width: 70vw;
    max-width: 70vw;
  }
  .contactContainer form h4 {
    margin-left: 2em;
  }
  .addressDiv {
    height: 40vh;
  }
  .emailCol,
  .addressCol {
    display: flex;
    flex-direction: column;
  }
  .centerTxtCon {
    padding: 1em;
    width: 100%;
  }
  .largeThinTxt {
    font-size: 1.5em;
  }
  .largeThinTxtW {
    font-weight: 200;
    color: #fff;
    font-size: 1.5em;
  }
  .site-banner .row p {
    font-weight: 800;
    font-size: 1.5em;
  }
  .services-container {
    width: 100%;
    margin: 0 auto;
  }
  .card-container {
    padding-block: 0.5rem;
  }
  .card__container img {
    width: 100%;
  }
  .card__container {
    display: flex;
    flex-direction: column;
  }
  .card__title,
  .serviceCardHeader {
    font-size: 1.1em;
  }
  .card__img {
    width: 100em;
  }
  .card__data .thinTxt {
    font-size: 0.8em;
  }
  .joinTwoCol {
    flex-direction: column;
    padding: 0;
  }
  .joinLeftCol {
    width: 95%;
  }
  .joinRightCol {
    width: 100%;
    padding: 0.5em;
  }
  .rangeHead {
    width: 90%;
    margin-top: 8vh;
  }
  .joinContent {
    padding: 10vh 1vw;
  }
  .serviceCol {
    width: 100%;
  }
  .vissionSection {
    padding: 0;
    margin: 0 0 3em;
  }
  .visionTxt {
    width: 100%;
    padding: 2em;
  }
  .visionTxt p {
    width: 100%;
    padding: 0;
  }
  .abtSection {
    padding: 0;
  }
  .visionImg {
    width: 70vw;
    margin: 0 0 -3em;
  }
  /* For medium devices */
  .tnfSection {
    margin: 7em 0 0;
  }
  .card__description {
    font-size: 0.8em;
  }
  .tnfImg {
    width: 60vw;
    margin: -3em 0 1em;
    margin-bottom: 1em;
  }
  .tnfContainer {
    width: 100%;
    padding: 2em;
  }
  .contactRow {
    flex-direction: column;
  }
  footer {
    bottom: unset;
    margin-top: 3em;
  }
  .col {
    flex-basis: 100%;
  }
  .col:nth-child(2),
  .col:nth-child(3) {
    flex-basis: 100%;
  }
  .wrap {
    width: 90vmin;
    height: 100vmin;
  }
  .image-content,
  .image-content2,
  .image-content3,
  .image-content4,
  .image-content5 {
    width: 80vmin;
    height: 100vmin;
    background-size: cover;
    transition: 0.3s ease-in-out;
    /* border: 1px solid green; */
  }
  .spImg1 {
    width: 100%;
  }
  .spImg2 {
    margin-top: 3em;
    width: 70%;
    left: 0;
  }
  .joinTxtCont {
    width: 100%;
    height: 55vh;
  }
  .joinRightSec {
    width: 100%;
    padding: 4em 0 0 0;
    margin-bottom: 5em;
  }
  .homeAss {
    -o-object-position: left;
       object-position: left;
  }
}/*# sourceMappingURL=mobile.css.map */