@import url('https://fonts.cdnfonts.com/css/aktiv-grotesk-cd-trial');
/* @import url('assets/web-fonts/CopperplateGothic.css');
                 */
/* 


font-family: 'Aktiv Grotesk Cd Trial', sans-serif;
font-family: 'Aktiv Grotesk Ex Trial', sans-serif;
font-family: 'Aktiv Grotesk VF Trial', sans-serif;
font-family: 'Aktiv Grotesk Trial', sans-serif;

 */
@import url('https://fonts.googleapis.com/css2?family=Anton+SC&display=swap');

/*
 *****************************************
    >>> | 01 Browser Reset & Common CSS|
 *****************************************
*/

@font-face {
  font-family: 'Typeka';
  src: url('assets/fonts/typeka.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

.fontAnton {
  /* font-family: 'Anton SC', sans-serif; */
}
html,
body {
  height: 100%;
}

body {
  font-family: 'Aktiv Grotesk Trial', sans-serif;
  color: #444444;
  font-size: 23px;
  font-style: normal;
  font-weight: 300;
  line-height: 36px;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a:focus,
a:hover,
a:visited,
input,
.bootstrap-select > .dropdown-toggle,
input:hover,
.bootstrap-select > .dropdown-toggle:hover,
input:focus,
.bootstrap-select > .dropdown-toggle:focus,
input:active,
.bootstrap-select > .dropdown-toggle:active,
select {
  text-decoration: none;
  outline: none;
}

button:focus {
  outline: 0px;
}

img {
  max-width: 100%;
}

a {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover {
  text-decoration: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: 'Aktiv Grotesk Trial', sans-serif;
  margin: 0 0 15px;
}

/*
 *****************************************
 >>> | 03. navigation css Start
 *****************************************
*/

.wrapFullPage {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.leftSideNav {
  background-position: center;
  width: 28%;
  padding: 50px 30px;
  padding-top: 0;
  background: url(assets/img/navBg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  box-shadow: 0px 0px 20px #999;
  padding-bottom: 220px;
}

.rightContent {
  width: 72%;
}

.leftSideNav h4 {
  text-align: center;
  color: #017fba;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0px;
}

.navItem {
  display: grid;
  grid-template-columns: 6fr 6fr;
  /* margin-left: -10px; */
  justify-content: center;
}

.navColumn {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.navColumn a {
  color: #017fba;
  font-size: 19.284px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  border: 1px solid #017fba;
  background: #fff;
  padding: 5px 10px;
  margin: 10px;
  width: 175px;
  height: 62px;
}

.navColumn a img {
  display: block;
}

.navItem :last-child {
  grid-column: 1 / -1;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.navItem :nth-child(2) :last-child {
  height: 144px;
}

.navLogoBottom {
  text-align: center;
  margin-top: 30px;
}
.logo {
  text-align: center;
}

.HeroArea {
  height: 600px;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  margin-left: -3px;
}

.heroTxt h4 {
  color: #017fba;
  font-size: 24px;
  font-style: normal;
  line-height: normal;
  font-weight: 400;
 
}

.heroTxt {
  padding-top: 100px;
}

.importantNote {
  border-radius: 10px;
  border: 1px solid #017fba;
  background: rgba(217, 217, 217, 0);
  padding: 50px;
}

.colorBlue {
  color: #017fba;
}

.fontAnton {
  font-family: 'Anton SC';
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.twoColumn {
  display: grid;
  grid-template-columns: 6fr 6fr;
}

.btnStyle1 {
  color: #017fba;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 5px;
  border: 1px solid #017fba;
  display: block;
  padding: 15px 15px;
  margin: 20px 0px;
}

.btnStyle1:hover {
  background: #017fba;
  color: #fff;
}

.btnStyle2 {
  border-radius: 5px;
  background: #017fba;
  display: block;
  padding: 15px 15px;
  color: #fff;
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.imgRight {
  position: absolute;
  top: 40px;
  right: 0;
  width: 55%;
}

.operationSection {
  position: relative;
}

.imgRight img {
  width: 100%;
  object-fit: cover;
}

.imgRight img.h-600 {
  height: 605px;
}

.sectionTitle h1 {
  color: #017fba;

  /* Title */
  font-family: 'Anton SC';
  font-size: 52.409px;
  font-style: normal;
  font-weight: 400;
  line-height: 60.9px;
}

.ProbateCourt h1 {
  background: #fff;
  border-radius: 23.822px 23.822px 0 0;
  background: #fff;
  padding: 5px;
  text-align: center;
  margin-bottom: 30px;
}

.ProbateCourt {
  margin-top: 66px;
}

.link {
  color: #017fba;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 37px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

ul.disc {
  list-style: disc;
  margin-left: 20px;
}

ul.disc li {
  color: #444444;
  /* margin: 8px 0px; */
}

.importantNote.videos {
  /* max-width: 00px; */
  margin: 0 auto;
  padding: 30px;
}

.importantNote.videos p {
  margin-bottom: 0;
  margin-top: 10px;
}

.whatToDoSection {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  height: 600px;
  margin-top: 50px;
  position: relative;
  z-index: 1;
}

.sectionTitle.flex {
  display: flex;
  align-items: flex-start;
  padding-top: 50px;
}

.whatToDoSection:after,
.shadowBottom:after {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 300px;
  width: 100%;
  content: '';
  background: linear-gradient(
    0deg,
    #fff 5.52%,
    rgba(255, 255, 255, 0.56) 27.53%,
    rgba(255, 255, 255, 0) 68.22%
  );
}

.bdrBlue hr {
  border-color: #017fba;
  margin-bottom: 30px;
  margin-top: 20px;
}

a.underline {
  color: #017fba;
  font-style: italic;
  font-weight: 300;
  line-height: 36px; /* 150% */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

ul.disc li b,
ul.disc li i {
  color: #444444;
}

.marriageLicence {
  margin-top: -200px;
}

.marriageLicence .sectionTitle {
  padding-bottom: 50px;
}

.marriageLicence {
  position: relative;
  z-index: 1;
}

.shadowBottom {
  position: relative;
  z-index: 1;
}

a.btnStyle2.v2 {
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

a.btnStyle2.v2:hover,
a.btnStyle2:hover {
  color: #fff;
}

a.btnStyle2.v3 {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

a.btnStyle1.apply_btn {
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.applyBtn {
  width: 100%;
  margin-bottom: 40px;
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}

.trafficArea {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  height: 600px;
  padding-top: 100px;
}

.trafficArea p {
  color: #fff;
  font-size: 23px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  padding-right: 26%;
}

.trafficArea .content {
  margin-left: 30px;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  padding-top: 25px;
  padding-left: 30px;
  margin-right: 100px;
}

b {
  font-weight: 700;
  color: #000;
}

.bgGrayBox {
  background: url(assets/img/state-bg.png);
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat;
  padding: 50px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  margin: 70px 0px;
  margin-bottom: 50px;
  font-family: 'Typeka', sans-serif;
}

.bgGrayBox a.btnStyle2.v2 {
  max-width: 436px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 10px;
  padding: 10px;
}

ul.number {
  list-style: number;
}

ul.number li {
  margin-left: 34px;
  margin-bottom: 27px;
  margin-top: 40px;
}

.redBordered {
  border-radius: 10px;
  border: 1px solid #800305;
  background: rgba(217, 217, 217, 0);
  padding: 20px;
}

.redBordered p {
  text-align: center;
  color: #810102;
  font-size: 24px;
  font-style: italic;
  font-weight: 500;
  line-height: 36px; /* 150% */
}

.redBordered p i {
  color: #810102;
  font-weight: 500;
}

.red-border {
  border: 1px solid #810102;
  border-radius: 20px;
  padding: 30px;
  
}

.redBordered ul.disc {
  column-count: 2;
  padding-left: 60px;
}

.colorRed {
  color: #810102;
}

a.btnStyle1.customWidth {
  font-size: 23px;
  padding: 7px 10px;
  max-width: 272px;
}

.dateAndBirdth h1 {
  color: #fff;

  /* Title */
  font-size: 52.409px;
  font-style: normal;
  font-weight: 400;
  line-height: 60.9px; /* 116.202% */
}

.dateAndBirdth {
  margin-bottom: -165px;
  margin-top: 50px;
}

.column3 {
  display: grid;
  grid-template-columns: 4fr 4fr;
}

/* .column3 :nth-child(2) {
  margin-top: -11px;
}

.column3 :nth-child(2) p {
  margin-top: -20px;
} */

.headingBlue {
  background: #017fba;
  padding: 30px;
  text-align: center;
  color: #fff;
}

.headingBlue p {
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.headingBlue p b {
  color: #fff;
}

.headingBlueWrap {
  margin-top: 30px;
}

.headingBlueBody {
  border: 1px solid #017fba;
  background: rgba(244, 244, 244, 0);
  padding: 30px;
  text-align: center;
}

.headingBlueBody ul {
  max-width: 650px;
  margin: 0 auto;
}

.headingBlueBody ul li {
  border-top: 1px solid #017fba;
  padding: 10px 0px;
}

.headingBlueBody h4 {
  font-size: 30px;
}

.trafficArea b {
  color: #fff;
}

a.btnStyle2.wdAuto {
  display: inline-block;
}

.addressItem {
  display: flex;
  gap: 20px;
}

.addressTxt p,
.addressTxt b {
  font-weight: 600;
}

.wd600 {
  font-weight: 600;
}

.addressSec {
  padding: 50px 0px;
}

.footer {
  background: #017fba;
  padding: 25px 0px;
}

.footer p {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 28.8px */
  margin-bottom: 0;
}

.footerLogo a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footerLogo a p {
  margin: 0;
}

.footerLogo {
  text-align: center;
  margin-top: 10px;
}

.navBar {
  position: absolute;
  left: 18px;
  top: 20px;
  border: 1px solid #017fba;
  padding: 10px;
  height: 50px;
  width: 50px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  cursor: pointer;
}

.HeroArea {
  position: relative;
}

.navBar i {
  color: #017fba;
  font-size: 40px;
}

.wrapFullPage.openNav {
  overflow: hidden;
}

.openNav .rightContent .navBar {
  opacity: 0;
  visibility: hidden;
}

.navItem :last-child {
  display: inline-flex;
  grid-column: auto;
}

.navColumn.column1 {
  /* margin-right: 10px; */
}

.navColumn.column2 {
  /* margin-left: 10px; */
}

.navColumn.column3 {
  max-width: 50%;
  margin: 0 auto;
}
.openNav .leftSideNav {
  margin-left: 0;
  visibility: visible;
  opacity: 1;
  width: 100%;
}

.biggerspace li {
  margin-bottom: 40px;
}

.heroTxt .title-shadow {
  /* text-shadow: 1px 1px 2px #000; */
}

.link-under {
  color: #017fba;
  text-decoration: underline;
}

.married {
  width: 100%;
  object-fit: cover;
}

.bdrStyle1 {
  margin-right: 300px;
}

a.btnStyle1.v3 {
  font-size: 20px;
}

.full-width {
  margin-top: 20px;
  text-align: center;
}

.importantNote h3 {
  text-align: center;
}

.colorGrey {
  color: #444444;
}

.scrollToTop {
  position: fixed;
  right: 30px;
  bottom: 30px;

  width: 50px;
  height: 50px;

  background: #444444;
  color: #fff;
  border: none;
  border-radius: 10%;

  font-size: 40px;
  cursor: pointer;

  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  z-index: 999;
}

.scrollToTop.show {
  opacity: 1;
  visibility: visible;
}

.scrollToTop span {
  font-size: 40px;
  color: #fff;
  line-height: 1;

  transform: rotate(-90deg);
  display: inline-block;
}

.under {
  text-decoration: underline;
}
.blueColorV2 {
  color: #017fba;
}


.singleImg img{
  width: 100%;}

/* Sticky left navigation WITHOUT internal scroll */
.leftSideNav{
  position: sticky;
  top: 0;
  align-self: flex-start;

  height: auto;        /* allow it to grow naturally */
  max-height: none;    /* remove viewport restriction */
  overflow: visible;   /* no internal scroll bar */
}



/* ===== MOBILE / TABLET MENU FIX ===== */
@media only screen and (max-width: 1539px) {

  .navLogoBottom {
    width: 150px;
        margin: auto;
        margin-top: 20px;
  }

  /* 1. Stop page from shifting */
  .openNav .rightContent {
    margin-right: 0 !important;
    transform: none !important;
  }

  .logo {
    width: 275px;
    margin: auto;
  }

  /* 2. Make menu a fixed overlay panel */
  .leftSideNav {
    position: fixed !important;
    top: 0;
    left: 0;
    height: 100vh;

    width: min(430px, 90vw);
    margin-left: 0 !important;

    transform: translateX(-105%);
    transition: transform 0.3s ease;

    z-index: 10000;
    overflow-y: auto;
  }

  /* 3. Slide in when open */
  .openNav .leftSideNav {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }

  /* 4. Content should always stay full width */
  .rightContent {
    width: 100% !important;
  }

  /* 5. Hamburger button must sit on top of page */
  .rightContent .navBar {
    position: fixed;
    left: 18px;   /* move to right */
        /* cancel left positioning */
    z-index: 10001;

    opacity: 1;
    visibility: visible;
    background: #fff;
  }

  /* 6. Dark overlay behind menu */
  .wrapFullPage.openNav::after {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.45);
    z-index: 9999;
  }
}


/* Move CLOSE (X) icon to top-right inside mobile menu */
@media only screen and (max-width: 1539px) {

  .leftSideNav .navBar {
    position: absolute;
    top: 18px;
    right: 18px;
    left: auto;

    border: 1px solid #017fba;
    background: #fff;
    z-index: 10002;
  }

}

/* ==============================
   PHONE ONLY: menu always visible on top of content
   ============================== */
@media only screen and (max-width: 767px) {

  .navLogoBottom {
    margin: auto;
    margin-top: 15px;
    width: 175px;
  }

  .biggerspace {
    margin-bottom: 30px;
  }
  .biggerspace li {
    margin-bottom: 10px;}

  .heroTxt {
    padding-top: 20px;
   
  }

  .staffcontent {
    text-align: center;
  }


  /* Make layout stack vertically */
  .wrapFullPage {
    flex-direction: column;
  }

  /* Menu is part of normal flow (on top) */
  .leftSideNav {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;

    width: 100% !important;
    height: 100vh !important;

    margin-left: 0 !important;
    transform: none !important;

    opacity: 1 !important;
    visibility: visible !important;

    overflow: visible !important;
  }

  /* Content stays full width below */
  .rightContent {
    width: 100% !important;
  }

  /* Hide hamburger + close icons on phone (menu is always open) */
  .navBar {
    display: none !important;
  }

  /* If openNav class exists, don't dim the page */
  .wrapFullPage.openNav::after {
    display: none !important;
  }
}


.lightbox-260343525815051 {
  cursor: pointer;
  text-decoration: underline !important;
  color: #017fba !important;
  font-weight: 300;
}