/*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){

}
header{
  text-align: center;
  display:flex;
  flex-direction: column;
  @media screen and (min-width:768px){
  }
}
.navbar-brand{
  /* margin-right:0px; */
  margin:auto;
  margin-bottom:20px;
  @media screen and (max-width:768px){
  margin:auto;
  }
}
.navbar-brand img{
  width:63%;
  /* margin:auto; */
  @media screen and (min-width:768px){
    width:75%;
  }
}
.header-links{
  display:flex;
  flex-direction: column;
  /* justify-content: center; */
  margin:auto;

  @media screen and (min-width:768px){
    flex-direction:row;
    margin:auto;
  }
   @media screen and (min-width:1200px){
      margin-right:50px;
    }
}
.header-phone-number{
    color:#003b6a;
    font-family: "Lexend Exa", sans-serif;
    font-weight: 300;
    font-size:12px;
    @media screen and (min-width:768px){
      font-size:20px;
      margin-right:30px;
    }
}


.header-contact-btn {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: white;
    background-color: #003b6a;
    padding:5px 20px;
    border: none;
    border-radius: 0.6rem;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    transition: 0.6s ease;
    font-family: "Lexend Exa", sans-serif;
    font-weight: 300;
    font-size:12px;
    margin-top:3px;
    margin-bottom:3px;
    @media screen and (min-width:768px){
      margin-right:30px;

    }
  }
  .header-contact-btn:hover {
    color: white;
    transition: 0.6s ease;
    background-color: #148282;
  }
  



  .header-info-btn {
    font-weight: bold;
    color: white;
    background-color: #003b6a;
    padding:5px 12px;
    border: none;
    border-radius: 0.6rem;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    transition: 0.6s ease;
    font-family: "Lexend Exa", sans-serif;
    font-weight: 300;
    font-size:12px;
    margin-top:3px;
    margin-bottom:3px;
  }
  .header-info-btn:hover {
    color: white;
    transition: 0.6s ease;
    background-color: #148282;
  }
/*   
@media screen and (min-width:1280px){
  .navbar-brand img{
    width:60%;
  }
} */


/*Navigation Bar*/
  #nav-bar-bg{
    background-color:#003b6a;
}

.navbar-nav{
    font-family: "Lexend Exa", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 15px;
}
.nav-item{
    padding-right:35px;
    padding-left:8px;
}
.nav-item a {
  color:#fff;
  
}
.dropdown-menu{
    margin-top:8px;
    border-top: solid 6px #26acac;
    border-bottom: solid 6px #26acac;
}

.navbar-toggler{
  color:#fff;
}

.carousel-item{
  max-height:700px;
}
.carousel-caption{
    /* padding-left: 15px; */
    margin-top: -21px;
    text-align: center;
    width: 100%;
    position:absolute;
    background: #0000008e;

    font-size: 18px;
    font-family: "Lexend Exa", sans-serif;
    font-weight: 400;
    font-style: normal;
    right:0px;
    left:0px;
    bottom:0px;
    /* text-shadow: #000 5px 0 25px; */
    /* margin-bottom:12px; */
    @media screen and (min-width:1100px){
      font-size: 28px;
    }
    @media screen and (min-width:1700px){
      font-size: 38px;
    }
}


/* @media screen and (max-width:1194px){
  .navbar-brand{
    width:30%;
  }
  .navbar-nav{
    font-size:14px;
  }
  .nav-item{
    padding-right: 20px;
  }
}

@media screen and (max-width:1024px){
  .navbar-nav{
    width:50%;
  }
  .navbar-brand img{
    width:100%;
  }
  
  .header-links{
    margin-right:11px;
  }
  .header-phone-number{
    font-size:16px;
  }
  .header-contact-btn{
    font-size:13px;
  }
  .header-info-btn{
    font-size: 13px;
  }
  .navbar-nav{
    font-size:14px;
  }
  .nav-item{
    padding-right:17px;
  }

}

@media screen and (max-width:834px){
 .navbar-brand{
  width:20%;
 }
  .navbar-brand img{
    width:100%;
  }
  .header-phone-number{
    font-size:14px;
    margin-right:8px;
  }
  .header-contact-btn{
    margin-right:5px;
  }
 
}

@media screen and (max-width:428px){
  
  .contact-button{
    margin:auto;
  }
  .navbar-brand{
    margin:auto;
    
    width:50%;
  }
  .navbar-brand img {
    width: 100%;
    margin: auto;
  }
  #header-stuff{
    flex-direction: column;
  }
  .header-links{
    display:flex;
    flex-direction: column;
    margin: auto;
    text-align: center;
    margin-top:20px;
  }
  .header-si-btn{
    margin-right:0px;
    margin-top:10px;
    margin-bottom:10px;
    font-size: 15px;
  }
  .header-contact-btn{
    font-size:15px;
    margin-bottom:15px;
  }
}

@media screen and (max-width:390px){
  .contact-button{
    margin:auto;
  }
  .si-button{
    margin:auto;
  }
} */



/*about us section*/
.hp-ab-bg{
    background-image: url(../../images/hp-ab-bg.png);
    background-position: center;
    padding-top:10px;
    padding-bottom:10px;
    @media screen and (min-width:768px){
      padding-top:50px;
      padding-bottom:50px;
    }
}
.hp-ab-box{
    background-color: #ffffffc2;
    width:95%;
    margin:auto;
    padding: 10px 25px 10px 25px;
    border-radius: 30px;
    @media screen and (min-width:768px){
      padding: 30px 50px 30px 50px;
      width:70%;
    }
}
.hp-ab-title{
    font-size: 26px;
    font-family: "Lexend Exa", sans-serif;
    font-weight: 300;
    color:#003b6a;
    @media screen and (min-width:768px){
    font-size: 38px;
    }
}

.hp-ab-text{
    font-size:13px;
    font-family: "Lexend Exa", sans-serif;
    font-weight: 300;
    @media screen and (min-width:768px){
    font-size: 20px;
    }
}
/*read more btn*/
.hp-readmore {
    position: relative;
    padding: 4px 20px;
    font-size: 9px;
    font-weight: 400;
    text-transform: uppercase;
    color: #003b6a;
    background-color: #fff;
    border: none;
    border-radius: 50px;
    overflow: hidden;
    z-index: 1;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    font-family: "Lexend Exa", sans-serif;
    @media screen and (min-width:768px){
      padding:9px 32px;
      font-size:13px;
    }
  }
  
  .hp-readmore:hover {
    transform: scale(1.05);
    color: #000;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  }
  
  .hp-readmore:active {
    transform: scale(0.9);
  }
  
  .hp-readmore::before {
    content: "";
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #003b6a, #00bfff);
    transition: all 0.85s ease-in-out;
    z-index: -1;
    border-radius: 50px;
  }
  
  .hp-readmore:hover::before {
    right: 100%;
  }
  /*read more btn end*/

/* @media screen and (max-width:1280px){
  .hp-ab-box{
    width:88%;
  }
  .hp-ab-text{
    font-size:18px;
  }
}
@media screen and (max-width:1024px){
  .hp-ab-title{
    font-size: 33px;
  }
  .hp-ab-text{
    font-size: 16px;
  }
  .hp-readmore{
    font-size:11px;
  }
} */




/*Services section*/
.hp-services-title{
    background-color: #003a6a2b;
    margin:auto;
    margin-top:16px;
    margin-bottom:30px;
    width:70%;
    border-radius: 25px;
    @media screen and (min-width:768px){
      margin-top:30px;
    }
}
.hp-services-title p{
    padding-top:5px;
    padding-bottom:5px;
    text-align: center;
    font-size: 20px;
    font-family: "Lexend Exa", sans-serif;
    font-weight: 300;
    color:#003b6a;
    @media screen and (min-width:768px){
      padding-top:10px;
      padding-bottom:10px;
      font-size:33px;
    }
}

.hp-service-cards{
    width:85%;
    margin:auto;
    @media screen and (min-width:768px){
      width:70%;
    }
}

.img-box{
    height:225px;
    width:100%;
    overflow: hidden;
}
.img-box img{
    max-height:100%;
    min-width:100%;
    object-fit: cover;
}
.service-box{
    border: solid 1px #d4d4d4;
    border:none;
    border-bottom: solid 6px #26acac;
    background-color: #26acac17;
    margin-bottom:30px;
    transition:ease-in-out 300ms;
    /* min-height:273px; */
    /* width:400px; */
}
.service-box a{
    text-decoration: none;
}

.service-box:hover{
    transform: translateY(-10px);
    background-color: #26acac2b;
    /* border:none;
    border-bottom: solid 6px #26acac; */

}
.service-content{
    font-family: "Lexend Exa", sans-serif;
    text-align: center;
    color:#003b6a;
    font-size: 15px;
    font-weight: 300;
    padding-top:10px;
    display:flex;
    justify-content: center;
    align-items: flex-end;   
    text-transform: uppercase;
    @media screen and (min-width:768px){
      font-size:20px;
    }
}
/* .service-content p{
  width:100%;
  @media screen and (min-width:432px){
    width:50%;
  }
} */



/*news/info section*/
#hp-split-bg{
    background-color: #3B688C;
    padding-top:20px;
    padding-bottom:70px;
}

.div1{
    width:100%;
    padding-left:0px;
    @media screen and (min-width:1200px){
    width:50%;
    padding-left:100px;
    }
}
/* @media screen and (max-width:1280px){
    .div1{
      width:63%;
      padding-left:0px;
      margin:auto;
    }
  }

  @media screen and (max-width:1194px){
    .div1{
      width:80%;
      margin:auto;
      padding-left:0px;
      margin-bottom: 45px;

    }
  }

  @media screen and (max-width:1024px){
    .div1{
      width:81%;
      padding-left:0px;
      margin:auto;
      margin-bottom: 45px;
    }
  } */
/* .teal-line{
    background-color: #26acac;
    height:3px;
    margin-bottom:5px;
} */
.hp-news-box{
    background-color: #ffffffb3;
    padding: 20px 30px 0px 30px;
    border-radius: 30px;
    width:100%;
    /* height:300px; */
    /* margin-left:90px; */
}

.hp-news-title{
    font-family: "Lexend Exa", sans-serif;
    font-size: 25px;
    font-weight: 200;
    color:#fff;
    @media screen and (min-width:768px){
      font-size:35px;
    }
}
.hp-news-article-box{
  background-color: #fff;
  padding: 10px;
  margin-bottom:20px;
  border-radius: 15px;
  border-left: solid 3px #26acac;
  border-right: solid 3px #26acac;
  @media screen and (min-width:1200px){
    padding:15px;
  }
}
.news-title{
    font-family: "Lexend Exa", sans-serif;
    font-size:13px;
    @media screen and (min-width:768px){
      font-size:20px;
    }
}
.news-title p{
  border-bottom: solid 1px #26acac;

}
.news-text{
  font-family: "Lexend Exa", sans-serif;
  font-size:10px;
  @media screen and (min-width:768px){
    font-size:15px;
  }
}


.hp-info-box{
    background-color: #ffffffb3;
    padding: 40px 20px 30px 20px;
    border-radius: 30px;
    width:100%;
    /* height:300px; */
    @media screen and (min-width:1200px){
      padding: 40px 50px 30px 50px;
      width:80%;
    }
}
.hp-info-title{
    font-family: "Lexend Exa", sans-serif;
    font-size: 21px;
    font-weight: 200;
    color:#fff;
    margin-top:30px;
    @media screen and (min-width:768px){
      font-size:35px;
    }
    @media screen and (min-width:1200px){
      margin-top:0px;
    }
}
.form-control{
    background-color: #ffffff;
    border-radius:10px;
    font-family: "Lexend Exa", sans-serif;
    font-weight: 300;
    font-size:13px;
    height:40px;
}

/*Continue button */
.cont-btn{
    display:flex;
    justify-content: end;
}
.hp-cont-btn {
    --arrow-width: 10px;
    --arrow-stroke: 2px;
    box-sizing: border-box;
    border: 0;
    border-radius: 20px;
    color: #fff;
    padding: 10px 15px;
    background: #003b6a;
    display: flex;
    transition: 0.2s background;
    align-items: center;
    gap: 0.6em;
    font-weight: 300;
    font-size: 13px;
    font-family: "Lexend Exa", sans-serif;

  }
  
  .hp-cont-btn:hover .arrow-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .hp-cont-btn .arrow {
    margin-top: 1px;
    width: var(--arrow-width);
    background: #003b6a;
    height: var(--arrow-stroke);
    position: relative;
    transition: 0.2s;
  }
  
  .hp-cont-btn .arrow::before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    border: solid #fff;
    border-width: 0 var(--arrow-stroke) var(--arrow-stroke) 0;
    display: inline-block;
    top: -3px;
    right: 3px;
    transition: 0.2s;
    padding: 3px;
    transform: rotate(-45deg);
  }
  
  .hp-cont-btn:hover {
    background-color: #111;
  }
  
  .hp-cont-btn:hover .arrow {
    background: #fff;
  }
  
  .hp-cont-btn:hover .arrow:before {
    right: 0;
  }

  /*end continue button*/


  


/*FOOTER*/
#footer-bg{
    background-color: #1d1d1d;
    /* background-color: #bfbebe; */

    padding-top:40px;
    padding-bottom:40px;
}
#footer-container{
    display: flex;
    flex-direction: column;
    margin:auto;
    @media screen and (min-width:834px){
      flex-direction: row;
      justify-content: space-between;
    }
}
.footer-logo{
    width:70%;
    margin:auto;
    margin-bottom:20px;
    @media screen and (min-width:768px){
    width:27%;
    }
}
.footer-logo img{
    width:100%;
}
footer ul {
    columns: 1;
    font-size: 16px;
    text-align: left;
    margin-bottom: 0;
    /* margin-top: 15px; */
    list-style: none;
    line-height: 3;
    font-family: "Lexend Exa", sans-serif;
    padding-left:0px;
    @media screen and (min-width: 768px){
      columns:3;
    }
}
/* @media screen and (max-width:1024px){
  footer ul{
    font-size:14px;
  }
  .phone-contact{
    margin-top:10px;
  }
  .phone-contact a{
    font-size:14px;
  }
}

@media screen and (max-width:834px){
  footer ul{
    font-size:11px;
    column-count: 2;
  }
  .phone-contact{
    margin-top:0px;
  }
  .phone-contact a{
    font-size:11px;
  }
}

@media screen and (max-width:600px){
  footer ul{
    column-count: 1;
    padding-left:0px;
  } 
} */

footer ul a {
    color: #F3F0F2;
}
footer ul a:hover {
    color: #F3F0F2;
}
footer li{
  text-align: center;
  margin-left:0px;
  font-size:14px;
  @media screen and (min-width:768px){
    margin-left:34px;
  }
}

.phone-contact{
    /* width:30%; */
    margin-top:30px;
    text-align: center
}

.phone-contact a{
    color:#fff;
    font-family: "Lexend Exa", sans-serif;
    font-size:18px;
    font-weight: 300;
    /* margin-right:35px;  */
    /* margin-left:15px; */
}


.footer-image-section{
    display: flex;
    justify-content:center;
    align-items: center; 
    @media screen and (min-width:768px){
      justify-content: center;
    align-items: center; 
    }
}
.footer-images{
    /* display: flex;
    justify-content: center; */
    display: flex;
    justify-content: end;
    align-items: center; 
    /* margin-top: 30px; */
    width:80%;
    @media screen and (min-width:768px){
    width:50%;
    }
}
.footer-images img{
    width:83%;
}
.first-footer-logo{
    @media screen and (min-width:768px){
      height:40px;
      width:auto !important;
    margin-right:10px;
    }
  @media screen and (min-width:1000px){
    height:60px;
    width:auto !important;
    margin-right:10px;
  }
}
/* @media screen and (max-width: 1194px){
  footer ul{
    font-size: 15px;
  }
  .phone-contact{
    margin-top:10px;
  }
  .phone-contact a{
    font-size:15px;
  }
} */




/*ddmg signiture*/
.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;
  }

/*image banner*/

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

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

.img-banner h1 {
  color: #fff;
  font-size: 20px;
  text-align: left;
  margin-bottom: 0px;
  text-align: center;
  text-shadow: 0 0 5px #000;
  font-family: "Quicksand", sans-serif;

  /* font-family: "Nunito", serif; */
}
@media (min-width: 1200px) {
  .img-banner h1 {
    font-size: 35px;
  }
}
.img-banner .container {
  z-index: 0 !important;
}

/* header images */
.bgOne {
  background-image: linear-gradient(rgba(0, 0, 0, 0.36), rgba(0, 0, 0, 0.36)), url(images/interior-banners/banner-1.png);
  background-position: center;
}
@media screen and (min-width: 768px) {
  .bgOne {
    background-position: center;
  }
}
@media screen and (min-width: 1024px) {
  .bgOne {
    background-position: center;
  }
}

.bgTwo {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/interior-banners/banner-2.png);
  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/interior-banners/banner-3.png);
  background-position: center;
}
@media screen and (min-width: 768px) {
  .bgThree {
    background-position: center;
  }
}

.bgFour {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/interior-banners/banner-4.png);
  background-position: top;
}
@media screen and (min-width: 768px) {
  .bgFour {
    background-position: center;
  }
}

.bgFive {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/interior-banners/banner-5.png);
  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/interior-banners/banner-5.png);
  background-position: center;
}
@media (min-width: 768px) {
  .bgSix {
    background-position: center;
  }
}

.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/watermark-logo.png) no-repeat left;
  background-position: left bottom;
  background-size:45%;
  /* padding-bottom:50px; */
}
@media (min-width: 768px) {
  main.logo-bg {
    background-size: 65%;
  }
}
@media (min-width: 1200px) {
  main.logo-bg {
    background-size: 20%;
    /* margin-bottom:30px; */
  }
}

/* OUR COMPANY PAGE */
.our-company-page{
  margin-top:30px;
  /* margin-bottom:30px; */
  background-image: url(../../images/line-drawing-bg.png);
  background-repeat:no-repeat;
}
.company-video{
  max-width:100% !important;
  margin:auto;
  @media screen and (min-width:768px){
    float:right;

  }
}
.company-video iframe{
  @media screen and (max-width:768px){
    width:100%;
  }
  @media screen and (min-width:768px){
  margin-left:30px;
  margin-bottom:30px;
  }
}
.our-company-text {
  line-height:2;
  font-size:17px;
}

.company-bottom{
  background-color: #001627b8;
  color:#fff;
  padding:40px 30px 40px 30px;
  /* border-radius:20px; */
}
.company-bottom b{
  font-size:20px;
}

.company-parallax{
  background-image: url(../../images/company-parallax.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size:cover;
  height:300px;
  @media screen and (min-width:768px){
    background-attachment: fixed;
  }
}

/* MEET OUR TEAM PAGE  */
.our-team-page  {
  margin-top:40px;
}

.our-team-page .overlay-card {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  margin:15px;
  @media screen and (min-width:768px){
    aspect-ratio: 3 / 4;

  }
}
.our-team-page .ovelay-card .team-image{
  width:100%;
  height:250px;
  /* overflow:hidden; */
}
.our-team-page .team-image{
  width:100%;
  height:450px;
  overflow:hidden;
}
.our-team-page .overlay-card .team-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s ease;
}

/* Hover Zoom Effect */
.our-team-page .overlay-card:hover img {
  transform: scale(1.05);
}

.our-team-page .overlay-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2rem 1.25rem 1.25rem;
  /* Dark gradient fade behind text */
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.4) 70%, transparent 100%);
  color: #ffffff;
  z-index: 2;
}

.our-team-page .overlay-content .member-name {
  font-size: 1.35rem;
  font-weight: 700;
  margin: 0 0 0.25rem 0;
}

.our-team-page .overlay-content .member-role {
  font-size: 0.9rem;
  color: #d1d5db;
  margin: 0;
}
.our-team-page .overlay-content button{
  background-color:#fff;
  color:#003366;
  padding:3px 20px;
  border:1px solid #fff;
  border-radius:5px;
  cursor: pointer;
  margin-top:5px;
  font-family: Arial, Helvetica, sans-serif;
  transition:200ms ease-in-out;
}
.our-team-page .overlay-content button:hover{
  background-color:#0b6161;
  color:#fff;
  border:1px solid #fff;
  transition:200ms ease-in-out;
}

/* MEET OUR TEAM DETAIL PAGE */
/* note:the detail page only links if there is bio text for the team member */
.meet-team-detail-page{
  min-height:400px;
  display:flex;
  align-items:center;
  padding-top:30px;
  padding-bottom:30px;
}
.meet-team-detail-page .container{
  background-color: #c4d0dcbd;
  padding:30px;
  border-radius: 30px;
  @media screen and (min-width:1200px){
  background-color: #00336629;

  }
}
.meet-team-detail-page img{
  /* float:right; */
  width:100%;
  margin-bottom:20px;
  @media screen and (min-width:768px){
    float:right;
    width:40%;
    margin-left:20px;
  }
}
.return-team-button{
  background-color:#bebebe;
  border: 1px solid #003366;
  color:#001d3a;
  border-radius:5px;
  padding:3px 20px;
  margin-bottom:30px;
  cursor: pointer;
  transition:200ms ease-in-out;
}
.return-team-button:hover{
  background-color:#003366;
  border: 1px solid #003366;
  color:#fff;
  transition:200ms ease-in-out;
}

/* SERVICES LIST PAGE */
.services-list-page {
  margin-top:25px;
  @media screen and (min-width:768px){
  margin-top:50px;
  }
}
.services-list-page .services-container{
  width:90%;
  margin:auto;
  @media screen and (min-width:768px){
    width:65%;

  }
}

.services-list-page a{
  text-decoration: none;
  color:#000;
}
.services-list-page .card{
  /* display:flex;
  flex-direction: column; */
  position: relative;
  display: block;
  width: 95%;
  height: 320px; /* Adjust card height as needed */
  margin:auto;
  /* margin-top:25px; */
    margin-bottom:25px;

  font-family: "Lexend Exa", sans-serif;
  @media screen and (min-width:768px){
    margin-top:25px;
  }
}
.services-list-page .card h1{
  font-size:30px;
}


.services-list-page .service-list-image{
  width:100%;
  height:100%;
  overflow: hidden;
  background-position: center;

  /* float:right; */
}
.services-list-page .service-list-image img{
  min-width:100%;
  max-height:100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.services-list-page .service-list-image:hover img {
  transform: scale(1.05);
}
.services-list-page .service-info{
  color:#fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 3rem 1.5rem 1.25rem;
  /* Fades from dark blue at bottom to completely transparent near the top */
  background: linear-gradient(
    to top, 
    #00213b 0%, 
    #00213bb0 50%, 
    #001c3249 80%, 
    transparent 100%
  );
  z-index: 2;
  /* width:90%;
  margin:auto;
  padding-top:30px;
  padding-bottom:30px; */
}

/* Services Detail page */
.detail-service-page{
  margin-top:30px;
}
.detail-service-page p{ 
  line-height:1.8;
  font-size:20px;
  width:90%;
  margin:auto;
  @media screen and (min-width:768px){
    width:100%;
  }
}
.service-detail-img img{
  width:90%;
  margin-left:20px;
  margin-bottom:20px;
  border-radius:20px;
  @media screen and (min-width:768px){
    float:right;
    width:45%;
  }
}

.detail-service-page .return-btn{
  background-color:#bebebe;
  border: 1px solid #003366;
  color:#001d3a;
  border-radius:5px;
  padding:3px 20px;
  cursor: pointer;
  transition:200ms ease-in-out;
}
.detail-service-page .return-btn:hover{
  background-color:#003366;
  border: 1px solid #003366;
  color:#fff;
  transition:200ms ease-in-out;

}

/* NEWS LIST PAGE */
.news-list-page{
  min-height:500px;
}
.news-list-page .news-card{
  background-color:#042a48;
  color:#fff;
  padding:10px 10px 20px 15px;
  border-radius:5px;
  transition: transform 300ms ease-in-out;
}
.news-list-page .news-card:hover{
  background-color:#0b6161;
  transform:scale(1.02);
  transition:300ms ease-in-out;
  
}
.news-list-page a:hover{
  text-decoration: none;
}
.news-list-parallax{
  background-image: url(../../images/parallax-1.JPG);
  background-position: center;
  background-size:cover;
  height:300px;
  @media screen and (min-width:768px){
    background-attachment: fixed;

  }
}

/* News detail page */
.news-detail-page{
  margin-top:40px;
  min-height:380px;
  display:flex;
  align-items: center;
}
.news-detail-page .container{
  width:90%;
  margin:auto;
  @media screen and (min-width:768px){
    width:100%;
  }
}
.news-detail-page .detail-box{
  background-color: #00336640;
  border-radius:30px;
  padding:20px 30px;  
}
.news-detail-page h2{
  font-size:25px;
  @media screen and (min-width:768px){
    font-size:35px;
  }
}
.news-detail-page p{
  font-size:15px;
  @media screen and (min-width:768px){
    font-size:20px;
  }
}
.news-detail-page .return-btn{
  margin-top:30px;
  background-color:#fff;
  border: 1px solid #003366;
  border-radius:5px;
  padding:3px 20px;
  cursor: pointer;
  transition:200ms ease-in-out;
}
.news-detail-page .return-btn:hover{
  background-color:#003366;
  border: 1px solid #003366;
  color:#fff;
  transition:200ms ease-in-out;
}


/* JOIN OUR TEAM PAGE */
.join-our-team-top{
  background-color:#e8eaec;
  padding:10px 30px;
  margin-top:30px;
  margin-bottom:30px;
  border-radius:5px;
}
.join-our-team-top p{
  font-size:19px;
}
.join-our-team-page .card{
  padding:20px;
  background-color:#3e6a6a36;
  background-image: url(../../images/join-team-card-bg.png);
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: bottom right;
  border:none;

}

.job-listing-btn{
  font-weight: bold;
  color: white;
  background-color: #003b6a;
  padding:5px 12px;
  border: none;
  border-radius: 0.6rem;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  transition: 0.6s ease;
  font-family: "Lexend Exa", sans-serif;
  font-weight: 300;
  font-size:14px;
}
.job-listing-btn:hover {
  color: white;
  transition: 0.6s ease;
  background-color: #148282;
}

.join-our-team-bottom{
  background-image: url(../../images/job-parallax.jpg);
  background-attachment: fixed;
  margin-top:30px;
}

.general-apply-box{
  background-color: #003366b5;
  border-radius: 30px;
  color:#fff;
  font-family: "Lexend Exa", sans-serif;
  margin-top:30px;
  margin-bottom:30px;
}
.general-submit-btn{
  background-color:#fff;
  border:none;
  border-radius:10px;
  padding:3px 15px;
  cursor: pointer;
  margin-bottom:20px;
  transition:300ms ease-in-out;
}
.general-submit-btn input{
  border:none;
  background:transparent;
  cursor: pointer;
  transition:300ms ease-in-out;
}

.general-submit-btn:hover{
  background-color:#148282;
  color:#fff;
  transition:300ms ease-in-out;
}
.general-submit-btn:hover input{
  color:#fff;
  transition:300ms ease-in-out;
}


/* join our team detail page */
.join-our-team-detail-page{
    margin-top:40px;
    margin-bottom:30px;
}
.join-our-team-detail-page .row{
  width:100%;
}
.join-detail-page-top{
  width:60%;
  margin:auto;
  background-color:#1482824b;
  padding:20px 30px 20px 30px;
  border-radius:20px;
  @media screen and (max-width:1500px){
    display:flex;
    flex-direction: column-reverse;
    width:90%;
  }
}
.detail-join-our-team-bottom{
  border:1px solid #00336637;
  background-color:#ffffff4b;
  border-radius: 20px;
  padding-top:10px;
  margin-top:10px;
  /* width:90%; */
  @media screen and (min-width:1500px){
    width:50%;
    float:right;
    margin-left:20px;
    margin-bottom:10px;
    /* display:flex;
    flex-direction: row; */
  }
}
.detail-join-our-team-bottom .g-recaptcha{
  transform: scale(0.80);
  margin-left:-30px;
  @media screen and (min-width:768px){
    margin-left:0px;
  }
}
.detail-submit-btn{
  background-color:#003366;
  color:#fff;

  border:none;
  border-radius:10px;
  padding:3px 15px;
  cursor: pointer;
  margin-bottom:20px;
  transition:300ms ease-in-out;
}
.detail-submit-btn input{
  border:none;
  background:transparent;
  cursor: pointer;
  color:#fff;
  transition:300ms ease-in-out;
}

.detail-submit-btn:hover{
  background-color:#fff;
  color:#000;
  transition:300ms ease-in-out;
}
.detail-submit-btn:hover input{
  transition:300ms ease-in-out;
  color:#000;
}
.join-our-team-detail-page .return-btn{
  background-color:#001d3a;
  color:#fff;
  border:none;
  border-radius:5px;
  padding: 5px 20px;
  cursor: pointer;
  transition:300ms ease-in-out;
}
.join-our-team-detail-page .return-btn:hover{
  background-color:#0b6161;
  transition:300ms ease-in-out;
}


/* CONTACT US PAGE */
.contact-us-page{
  background-color:#5c72886d;
  padding-top:30px;
  padding-bottom:30px;
}
.contact-us-page .container{
  background-color:#fcfdfd17;
  border:1px solid #5c728819;
  padding:20px 20px 30px 20px;
  border-radius: 20px;
  width:90%;
  margin:auto;
  @media screen and (min-width:575px){
    width:100%;
  }
}
.contact-us-page .g-recaptcha{
  transform: scale(0.80);
  margin-left:-30px;
  @media screen and (min-width:768px){
    margin-left:0px;
  }
}
.contact-us-page .submit-btn input{
  background-color:#0b6161;
  border:1px solid #0b6161;
  border-radius:10px;
  padding:7px 35px;
  color:#fff;
  cursor: pointer;
}
.contact-us-page .submit-btn input:hover {
  background-color:#fcfcfc;
  border:1px solid #0b6161;
  border-radius:10px;
  padding:7px 35px;
  color:#0b6161;
  cursor: pointer;
}

/* submit pages */
.contact-submit-page{
  min-height:300px;
  display:flex;
  align-items: center;
}
.contact-submit-page .container{
  background-color:#0b616156;
  padding:30px 10px;
  border-radius:30px;
}


/* INFORMATION REQUEST PAGE */
.info-request-page{
  background-image: url(../../images/info-request-bg.jpg);
  background-repeat: no-repeat;
  background-size:cover;
  background-attachment: fixed;
  padding-top:50px;
  padding-bottom:50px;
}
.info-request-page .container{
  background-color:#e8edffd1;
  margin-top:0px;
  padding:10px 0px;
  border-radius:20px;
  width:90%;
  margin:auto;
  @media screen and (min-width:575px){
    width:100%;
  }
}
.info-request-page .contact-text{
  width:80%;
  margin:auto;
}
.info-request-page .g-recaptcha{
  transform: scale(0.80);
  margin-left:-30px;
  @media screen and (min-width:768px){
    margin-left:0px;
  }
}
.info-request-page .info-submit input{
  background-color:#001d3a;
  padding:7px 20px;
  border:1px solid #001d3a;
  border-radius:10px;
  color:#fff;
  transition:300ms ease-in-out;
  cursor: pointer;
}
.info-request-page .info-submit input:hover{
  background-color:#aacece;
  border:1px solid #001d3a;
  color:#000;
  transition:300ms ease-in-out;
}



/* submit pages */
.info-submit-page{
  min-height:300px;
  display:flex;
  align-items: center;
}
.info-submit-page .container{
  background-color:#0b616156;
  padding:30px 20px;
  border-radius:30px;
}