/* === Four Columns Styles === */
:root {
  --FC-black: #000000;
}
.color__black {
  color: var(--FC-black);
}
.heading__standard {
  font-family: Optima;
  font-weight: 400;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 4.5px;
  text-transform: uppercase;
  color: #004963;
  margin-bottom: 43px;
  text-align: center;
}
.heading__standard.smaller {
  font-size: 20px;
}
.paragraph__standard {
  color: #636160;
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 200%;
  margin-bottom: 40px;
  padding: 0 10%;
  text-align: center;
}
.homeHero .bannerHeadline {
  line-height: 28px;
}
.services-in {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 799.98px) {
  .services-in {
    grid-template-columns: 1fr;
  }
}
.service-box {
  margin-top: 0;
  margin-bottom: 0;
}
.services-sec .ser-detail {
  padding: 30px 20px;
}
.services-sec .ser-detail p {
  max-width: 100% !important;
}
.services__cta {
  padding-top: 64px;
}
.services__button a,
.button__arrow a {
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #004963;
  color: #fff;
  gap: 28px;
  padding: 0 23px;
  min-height: 34px;
  min-width: 190px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  line-height: 30.6px;
  border-radius: 30px;
  margin-bottom: 25px;
  transition: 0.3s ease;
}
.services__button.centered-button a,
.button__arrow.centered-button a {
  margin-left: auto;
  margin-right: auto;
}

.services__button svg,
.button__arrow svg {
  fill: #fff;
  height: 17px;
}
.services__button a:hover,
.services__button a:focus,
.button__arrow a:hover,
.button__arrow a:focus {
  background-color: #7db8c8;
  color: #004963;
  gap: 35px !important;
}
.services__button a:hover svg,
.services__button a:focus svg,
.button__arrow a:hover svg,
.button__arrow a:focus svg {
  fill: #004963;
}

/* === Credibility Template Styles === */
.credibilitySection {
  padding-top: 100px;
}
.credibility__title {
  color: #322f2e;
  font-family: "Optima";
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 4.8px;
  text-transform: uppercase;
  line-height: 52px;
  text-align: center;
  margin-bottom: 50px;
}
.credibility__logoWrapper {
  display: flex;
  justify-content: center;
}
.credibility__logo {
  max-width: 200px;
  width: 100%;
}

/* === About Video Template Styles */
.home__aboutVideo {
  padding: 150px 0px;
  margin: 50px 0px;
  background-color: #d6e2e7;
}
.home__aboutVideoTitle {
  font-family: Optima;
  font-weight: 400;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 4.5px;
  text-transform: uppercase;
  color: #004963;
  margin-bottom: 43px;
}
.home__aboutVideoText p {
  color: #004963;
  font-family: "Roboto";
  font-weight: 400;
  margin-bottom: 40px;
  font-size: 14px;
  line-height: 183%;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.home__aboutVideoVideoWrapper {
  position: relative;
  width: 400px;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 991.98px) {
  .home__aboutVideoVideoWrapper {
    width: 100%;
  }
}
.home__aboutVideoVideoWrapper .video-player {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.home__aboutVideoVideoWrapper .video-toggleBtn {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.6);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  z-index: 2;
  padding: 0;
  opacity: 1;
  transition: opacity 0.4s ease;
}
.home__aboutVideoVideoWrapper .video-toggleBtn.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.home__aboutVideoVideoWrapper .video-toggleBtn svg {
  position: absolute;
  width: 20px;
  height: 20px;
  fill: #fff;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.home__aboutVideoVideoWrapper .video-toggleBtn[data-state="play"] .icon-play,
.home__aboutVideoVideoWrapper .video-toggleBtn[data-state="pause"] .icon-pause,
.home__aboutVideoVideoWrapper
  .video-toggleBtn[data-state="restart"]
  .icon-restart {
  opacity: 1;
}

/* === Icon Grid Template Styles === */
.iconGridSection {
  padding-top: 100px;
}
.iconGrid__iconTitle {
  font-family: Optima;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 4.5px;
  text-transform: uppercase;
  color: #004963;
  margin-bottom: 43px;
  text-align: center;
}
.iconGrid__iconWrapper {
  padding: 20px;
  text-align: center;
}
.iconGrid__title {
  font-family: Optima;
  font-weight: 400;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 4.5px;
  text-transform: uppercase;
  color: #004963;
  margin-bottom: 43px;
  text-align: center;
}
.iconGrid__icon {
  max-width: 150px;
  width: 100%;
  margin-bottom: 1rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
.iconGrid__iconText{
  color: #636160;
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 200%;
  margin-bottom: 40px;
  text-align: center;
}

/* === Highlights Template Styles === */
.sucessStories__blogsTitle {
  font-family: Optima;
  font-weight: 400;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 4.5px;
  text-transform: uppercase;
  color: #004963;
  margin-bottom: 43px;
  text-align: center;
}

/* === FAQs Section === */
.faq__bottomCTASection {
  padding-top: 100px;
}
.faq__bottomCTATitle {
  font-family: Optima;
  font-weight: 400;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 4.5px;
  text-transform: uppercase;
  color: #004963;
  margin-bottom: 43px;
  text-align: center;
}

/* === About Template Styles === */
.about__heading {
  font-family: Optima;
  font-weight: 400;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 4.5px;
  text-transform: uppercase;
  color: #004963;
  margin-bottom: 43px;
  text-align: center;
}
.about__text {
  color: #636160;
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 200%;
  margin-bottom: 40px;
  padding: 0 10%;
  text-align: center;
}
.about__socialWork,
.about__aboveBeforeSplitSection {
  padding-bottom: 100px;
  padding-top: 100px;
}
.page-template-About .services-sec {
  padding-top: 50px !important;
}
.about__aboveServiceLinks {
  padding-top: 100px;
}
.about-content {
  padding-bottom: 50px;
}
.about-item:not(:last-of-type) {
  margin-bottom: 20px;
}
.about-in {
  align-items: center !important;
}
.about-in.row .about-image {
  padding-top: 700px;
}
@media screen and (max-width: 991.98px) {
  .about-in.row .about-image {
    padding-top: 500px;
  }
}

/* === Services Template Styles === */
.page-id-14 .services-sec {
  padding-bottom: 100px;
  padding-top: 0px;
}
.page-id-14 .article-sec {
  display: none;
}
.cbtExplainer {
  padding-top: 100px;
}
.whoThisIsFor {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #d6e2e7;
}
.whoThisIsFor p {
  color: #004963;
}
.whoThisIsFor p:last-of-type {
  margin-bottom: 0px;
}

/* === Specialties Template Styles === */
.specialties__topContent {
  padding-bottom: 32px;
}
.specialties__middleContent {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #d6e2e7;
}
.specialties__bottomContent {
  padding-top: 100px;
}
.page-template-specialties .services-sec {
  padding-bottom: 100px;
}
.specialties__middleContent .paragraph__standard {
  color: #004963;
}
.specialties__middleContent .paragraph__standard:last-of-type {
  margin-bottom: 0px;
}
.specialties__bottomContent .paragraph__standard:last-of-type {
  margin-bottom: 0px;
}
.calloutBlock {
  padding: 25px;
  background-color: #d6e2e7;
  margin-bottom: 40px;
}
.calloutBlock p {
  margin-bottom: 0px;
}
.specialties__icon {
  max-width: 100px;
  width: 100%;
  display: block;
  margin-bottom: 8px;
  border-radius: 50%;
  aspect-ratio: 1/1;
}
.page-template-specialties .page-title-here{
  background-color: #004963;
  margin-bottom: 50px;
}
.page-template-specialties .page-title-here .conthead-content{
  padding: 64px 0px;
}
.page-template-specialties .page-title-here .conthead-content h1{
  font-size: 32px;
  color: #fff;
}
.page-template-specialties .page-title-here .conthead-content p{
  font-size: 16px;
  color: #fff;
}
.page-id-14 #services .offer-right{
  border-left: none;
}

/* === Pricing Template Styles === */
.insurance__list {
  list-style: disc;
  padding-left: 2rem !important;
}
.insurance__list li {
  list-style: disc;
  padding: 0px !important;
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.pricingExtraInformation {
  padding-top: 100px;
  padding-bottom: 100px;
}
.price-sec .bott-bordr{
	display: none;
}

/* === Multi Service Block Styles === */
.service-box a:hover .ser-heading.no-desc {
  background-color: #fbf7f1;
}

/* === Team Members Block Styles === */
.teamMembers__innerCol {
  width: 100%;
}
.teamMembers__innerCol .article-box {
  height: unset;
}
.article-excerpt {
  color: #636160;
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 200%;
}
.about-featured-images {
  display: flex;
}
.about-featured-images a {
  display: block;
}
.about-featured-images a img {
  max-width: 150px;
  width: 100%;
}






























/* === Nav Dropdown Styles === */
/* .nav-bar {
    text-align: right;
} */

.main-navigation {
    clear: both;
    position: relative;
}

ul.nav-menu,
div.nav-menu > ul {
    margin: 0;
    padding: 0;
}

.nav-menu li {
    display: inline-block;
    margin: 0 40px 0 0;
    position: relative;
}

.nav-menu li:last-child {
    margin-right: 0;
}

.nav-menu .menu-item-type-custom a {
    display: inline-block;
    padding: 5px 30px;
    border: 1px solid #000000;
    border-radius: 17px;
    text-align: center;
    font-weight: 400;
    transition: 0.5s all;
}

.nav-menu li:last-child a:hover {
    background-color: #004963;
    color: #fff;
    border-color: #004963;
}

.nav-menu li ul.sub-menu li a:hover {
    background-color: transparent;
    color: #000;
    border-color: transparent;
}

.nav-menu li a {
    display: inline-block;
    font-family: "Roboto";
    font-size: 14px;
    font-weight: 300;
    color: #000000;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2.1px;
    transition: all 0.4s ease;
}

.nav-menu li.menu-item-has-children {
    position: relative;
    padding-right: 10px;
}

.nav-menu li.menu-item-has-children li.menu-item-has-children {
    padding-right: 0;
}

.nav-menu li.menu-item-has-children::after {
    content: "";
    position: absolute;
    top: 3px;
    right: -14px;
    display: block;
    width: 13px;
    height: 20px;
    background-image: url(images/down-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    color: #1b2336;
    font-family: FontAwesome;
    font-size: 15px;
}

.nav-menu li.menu-item-has-children ul.sub-menu li.menu-item-has-children::after {
    content: "\f0da";
    position: absolute;
    top: 13px;
    right: 10px;
    display: block;
    color: #ffffff;
    font-family: FontAwesome;
    font-size: 12px;
}

.nav-menu .sub-menu,
.nav-menu .children {
    position: absolute;
    left: -2px;
    z-index: 99999;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    border: 0;
    border-top: 0;
    clip: rect(1px, 1px, 1px, 1px);
    transform: translateX(20px);
}

ul.sub-menu li {
    margin: 10px 0 0;
}

ul.sub-menu li a {
    position: relative;
    width: 150px;
    padding: 15px;
    color: #000 !important;
    font-size: 14px;
    text-align: left;
}

ul.sub-menu li a::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 70px;
    height: 1px;
    margin: auto;
    background-color: #000000;
}

ul.sub-menu li a:hover {
    background: #000;
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
    top: 0;
    left: 100%;
    border-left: 0;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
    margin: 0;
    color: #ffffff;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
    background-color: #4a83fb;
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul,
ul.nav-menu .focus > ul,
.nav-menu .focus > ul {
    width: inherit;
    height: inherit;
    overflow: inherit;
    clip: inherit;
    transform: translateY(0);
    transition: all 0.4s ease;
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a,
.nav-menu li a:hover {
    color: #000;
}

.closebtn,
.openmenu,
.menuToggle,
.mobilesubmenu {
    display: none;
}







ul.sub-menu{
    background-color: #fbf7f1;
}
ul.sub-menu li{
    margin-top: 0px;
}
ul.sub-menu li a {
    display: block;
    width: max-content;
    min-width: 100%;
    padding: 15px;
    text-align: left;
    position: relative;
    white-space: nowrap;
}
ul.sub-menu li a::before,
ul.sub-menu li a::after{
    display: none;
}
ul.sub-menu li a {
    display: block;
    width: max-content;
    min-width: 100%;
    padding: 15px;
    text-align: left;
    white-space: nowrap;
}
ul.sub-menu li a span {
    position: relative;
    display: inline-block;
}
ul.sub-menu li a span::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #000000;
    transition: width .5s;
}
ul.sub-menu li a:hover span::after {
    width: 100%;
}
ul.sub-menu li a:hover span{
	text-shadow: .75px 0 0 currentColor;
}



.contact-form .info-in {
    padding-left: 0px;
}


#gform_submit_button_3 {
  background-color: rgb(10, 59, 76);
  color: rgb(214, 226, 231);
  text-transform: uppercase;
  margin-top: 4px;
  margin-bottom: 0px;
  font-weight: 400;
  font-size: 16px;
  padding: 8px 30px;
  letter-spacing: 3px;
  font-family: Roboto;
  line-height: 35px;
  border-width: medium;
  border-style: none;
  border-color: currentcolor;
  border-image: none;
  border-radius: 40px;
  cursor: pointer;
  width: 100%;
  transition: background-color 0.3s;
}
#gform_submit_button_3:hover,
#gform_submit_button_3:focus {
  background-color: #072d3a;
}
#gform_fields_3 input,
#gform_fields_3 textarea{
  background: transparent;
  border: none;
  border-bottom: 1px solid #0a3b4c;
  padding: 8px 0;
  width: 100%;
  font-size: 12px;
  line-break: 37px;
  color: #0a3b4c;
  margin-bottom: 0;
  border-radius: 0;
}
#gform_fields_3 input::placeholder,
#gform_fields_3 textarea::placeholder {
  color: #0a3b4c;
}





/* Reset icon rotation - overrides any conflicting rule */
.accordion-button .toggle-icon svg {
    transform: rotate(0deg) !important;
    transition: transform 0.2s ease;
}

/* Only rotate the icon on the specific button that is actually expanded */
.accordion-button[aria-expanded="true"] .toggle-icon svg {
    transform: rotate(90deg) !important;
}




/* === Block Grid Block Styles === */
.blockGrid{
  padding-top: 0px !important;
  padding-bottom: 100px !important;
}
.blockGrid .services-in{
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 90%;
}
@media screen and (max-width: 1199.98px){
  .blockGrid .services-in{
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
}
@media screen and (max-width: 786px){
  .blockGrid .services-in,
  .services-in{
    padding: 0 !important;
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.blockGrid .ser-detail p{
  font-size: 14px !important;
  margin-bottom: 0px;
}
.blockGrid .servcice-content p{
  padding: 0 10% !important;
}
.blockGrid .servcice-content h3{
  color: #004963;
}





/* === Footer Styles === */
.ft-logo-here{
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.ft-logo-here p{
  margin-bottom: 0px !important;
}
.footer__socialIconWrapper{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
@media screen and (max-width: 991.98px){
  .footer__socialIconWrapper{
    padding-bottom: 32px;
  }
}
@media screen and (max-width: 768px){
  .footer__socialIconWrapper{
    justify-content: center;
  }
}
.footer__socialIcon{
  display: block;
  margin-right: 8px;
}
.footer__socialIcon i{
  font-size: 18px;
  color: #004963;
}