<style>
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');



body {
  background-color: #F4F5F6;
}

.lato-thin {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.lato-light {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lato-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.lato-black {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.lato-thin-italic {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.lato-light-italic {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.lato-regular-italic {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.lato-bold-italic {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.lato-black-italic {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: italic;
}

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

p {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 600;
}

b1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #2B6479;
}

b2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #2B6479;
}

#h1HERO h1HERO {
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-size: 48px;
  font-weight: 600;
  color: white;
  padding-bottom: 20px;
}

h2 {
  /*color: #00687f;*/
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 40pt;
  padding-bottom: 20px;
  /*margin-left: 50px;*/
}


h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 32px;
  font-weight: 500;
  color: #00687f;
  letter-spacing: 3%;
}

h4 {
  color: #26576A;
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-weight: 600;
}

h5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color:#2B6479;
}

h6 {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.hero-text {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 18px;
}

.hero-btn {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  color: #fff;
  border-radius: 25px;
  height: 42px;
  background-color:#2B6479;
  
}

#wrapper{
  overflow: hidden;
  padding-top:70px;
}
.main_Con{
  padding:0 0 0 0;
}
#logo{
  padding-top: 25px;
}

#hero{
  /*height: 100vh;*/
  width: 100%;
  /*margin-top: 50px;*/
}

.heroImage {
  width: 425px, !important;
  height: 425px, !important;}

.hero-btn:hover{
  color:#0095b6;
}
.hero-btn2{
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  letter-spacing: 1px;
  background-color: #2B6479;
  color: #FFF;
}
.hero-btn2:hover{
  background-color: #00687f;
  color:#FFF;
}
.btn-link{
  color:#f3f3f3;
}
.btn-link:hover{
  color:#fff;
}
.nav-link{
  color:#ffffff !important;
  font-family: 'Montserrat', sans-serif;
  font-size:16px;
}
.nav-link:active{
  color:#ffffff !important;
}
.nav-link:focus{
  color:#ffffff !important;
}
.nav-link:hover{
  color:#ffffff !important;
}

.nav-link-blue {
  color: #2B6479 !important;
  font-size: 16px;
  padding: 0 20px;
}

.nav-link-blue:active {
  color: #2B6479 !important;
}

.nav-link-blue:focus {
  color: #2B6479 !important;
}

.nav-link-blue:hover {
  color: #2B6479 !important;
}

.white-btn {
  border: 1px solid #fff;
  color: #fff !important;
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 40px;
}

.white-btn:hover{
  background-color: #fff;
  color: #0095b6 !important;
  text-decoration: none;
}

.white-btn:active{
  background-color: #fff;
  color: #2B6478 !important;
  text-decoration: none;
}

.white-btn:focus{
  background-color: #fff;
  color: #2B6478 !important;
  text-decoration: none;
}

.blue-btn {
  border: 1px solid #2B6478;
  color: #2B6478 !important;
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 40px;
  padding: .5rem 1rem;
}

.blue-btn:hover{
  background-color: #2B6478;
  color: #fff !important;
  text-decoration: none;
}

.blue-btn:active{
  background-color: #2B6478;
  color: #fff !important;
  text-decoration: none;
}

.blue-btn:focus{
  background-color: #2B6478;
  color: #fff !important;
  text-decoration: none;
}

#CTA_Banner{
  background-color: #0095b6;
  padding-top: 50px;
  padding-bottom: 50px;
}
.Spacer_100{
  height:100px;
}
#footer{
  background-color: #002C36 !important; 
  font-family: 'Montserrat', sans-serif;
  color: #FFF !important; 
  min-height: 300px; 
  padding-top: 50px; 
  padding-bottom: 50px;
  font-size:16px;
}
#footer a{
  text-decoration: none;
  color: #fff;
}
#footer a:hover{
  text-decoration: none;
  color: #f3f3f3;
}
.footerHeader {
  font-family: 'Montserrat', sans-serif;
  font-size:24px; 
  margin-bottom:10px;
}
#ml_modal{
  z-index: 9999 !important;
}

.modal-open{
  overflow: hidden;
  position: fixed;
  width: 100%;
}
.tooltip{z-index:9; }
.dropdown-item.active, .dropdown-item:active {color: #999; text-decoration: none; background-color: #ecf0e1;}
.dropdown-item.focus, .dropdown-item:focus {color: #999; text-decoration: none; background-color: #ecf0e1;}

.dropdown-item:focus{
  background-color: #ccc !important;
}
.dropdown-item i {
  color: #999;
  font-size: 14px;
  padding-right: 10px;
}

a {
  color: #000;
}
a:active {
  color: #000;
}
a:focus {
  color: #000;
}
a:hover {
  color: #000;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 0;
  align-items: center;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 20px;
  padding-left: 20px;
}
.navbar-light .navbar-brand {
  color: rgba(255, 255, 255, 1);
}
.navbar-brand {
  height: 45px;
  margin-left: 0px;
}
.nav-link:hover {
  color: #000 ;
}
.nav-underline .active {
  font-weight: 500;
  color: #000;
}

.nav-item {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}

.nav-item a {
  text-decoration: none;
}

.nav-item a:hover {
  text-decoration: underline;
}

.dropdown-item{
  cursor: pointer;
}
#navbar {
  background-color: #0095b6;
  top: 0px;
  height:70px;
  z-index:99999 !important;
}
@media (max-width: 1399px){

}
@media (max-width: 1199px){

}
@media (max-width: 1200px) {
  .offcanvas-collapse {
    position: fixed;
    top: 70px; /* Height of navbar */
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #F4F5F6 !important;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out;
  }
  .offcanvas-collapse.open {
    visibility: visible;
    transform: translateX(-100%);
  }
  .navbar-nav{
    margin-top: 20px;
    gap: 1.5rem;
  }
  
  .navbar-toggler {
    display: block !important;
  }

}
@media (max-width: 767px){

}
@media (max-width: 575px){

}