.alladvisorimage {
    max-height: 224px;
}
/* Fonts */
:root {
  --font-default: "Lato", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-primary: "Lato", sans-serif;
  --font-secondary: "Lato", sans-serif;
}

/* Colors */
:root {
  --color-default: #1f3c5c;
  --color-primary: #0e67a8;
  --color-secondary: #a63833;
}

/* Smooth scroll behavior */
:root {
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: var(--font-default);
  color: var(--color-default);
}

.home-body {
  background: #efefef;
}

.hero {
  margin-bottom: -12em;
}

.hero-box {
  background: #063456d4;
  margin-top: 2rem;
  margin-bottom: 16rem;
  padding: 10px 10px 40px 10px;
}

.hero-box p {
  line-height: 1.2em;
}

.col-xl-4 {
  flex: 0 0 auto;
  max-width: 600px;
}

.about {
  padding-bottom: 0px !important;
  position: relative;
}

.advisor {
  background: #ffffff;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 4rem 6rem 4rem 6rem;
  z-index: 999 !important;
  border-top: 16px solid #063456;
  font-family: Lato;
}

.advisor p {
  padding-top: 1rem;
  padding-bottom: 2rem;
  font-weight: 600;
  color: #1F3C5C;
}

.req-advisors {
  margin-top: 3em;
}

.service-item {
  height: 210px;

}

.service-item h4 {
  color: #0a53be;
  font-size: 1.2em;
  font-weight: 600;
  margin: 10px 0px;
  font-family: Lato;
}

.services h2 {
  font-family: Lato;
}

.service-item img {
  margin-bottom: 1rem;
}

@media only screen and (min-width: 1000px) {
  .item-bord {
    border-left: 1px solid rgba(60, 60, 60, 0.6);
    border-right: 1px solid rgba(60, 60, 60, 0.6);
  }
}

.icon-list {
  margin-top: 0rem;
}

.icon-list li {
  color: var(--color-primary);
  font-weight: 600;
  font-family: Lato;
}

a {
  color: var(--color-primary);
  text-decoration: none;
}

    a:hover {
        color: #a63833;
        text-decoration: none;
    }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-default);
}

/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.sections-bg {
  background-color: #f6f6f6;
}

.section-header {
  text-align: center;
  padding-bottom: 60px;
}

.section-header h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-header p {
  margin-bottom: 0;
  color: #6f6f6f;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.topbar {
  background: #1f3c5c;
  height: 40px;
  font-size: 14px;
  transition: all 0.5s;
  color: #fff;
  padding: 0;
}

.topbar .contact-info i {
  font-style: normal;
  color: #fff;
  line-height: 0;
}

.topbar .contact-info i a,
.topbar .contact-info i span {
  padding-left: 5px;
  color: #fff;
}

@media (max-width: 575px) {

  .topbar .contact-info i a,
  .topbar .contact-info i span {
    font-size: 13px;
  }

  .advisor {
    padding: 1.5rem !important;
  }
}

.topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
}

.topbar .contact-info i a:hover {
  color: #fff;
  text-decoration: underline;
}

.topbar .social-links a {
  color: rgba(255, 255, 255, 0.7);
  line-height: 0;
  transition: 0.3s;
  margin-left: 20px;
}

.topbar .social-links a:hover {
  color: #fff;
}

.header {
  transition: all 0.5s;
  z-index: 997;
  height: 90px;
  background-color: #ffffff;
}

.header.sticked {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 70px;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
}

.header .logo img {
  max-height: 40px;
  margin-right: 6px;
}

.header .logo h1 {
  font-size: 30px;
  margin: 0;
  font-weight: 600;
  letter-spacing: 0.8px;
  color: #fff;
  font-family: var(--font-primary);
}

.header .logo h1 span {
  color: #f96f59;
}

.sticked-header-offset {
  margin-top: 70px;
}

section {
  scroll-margin-top: 70px;
}


/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/
@media (min-width: 1280px) {
  .navbar {
    padding: 0;
  }

  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navbar li {
    position: relative;
  }

  .navbar>ul>li {
    white-space: nowrap;
    padding: 10px 0 10px 28px;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 3px;
    font-family: var(--font-secondary);
    font-size: 16px;
    font-weight: 600;
    color: #0E67AB;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .navbar>ul>li>a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -6px;
    left: 0;
    background-color: #a63833;
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
  }

  .navbar a:hover:before,
  .navbar li:hover>a:before,
  .navbar .active:before {
    visibility: visible;
    width: 100%;
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {
    color: #0E67AB;
  }

  .navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 28px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 4px;
  }

  .navbar .dropdown ul li {
    min-width: 200px;
  }

  .navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    font-weight: 600;
    color: #0E67AB;
  }

  .navbar .dropdown ul a i {
    font-size: 12px;
  }

  .navbar .dropdown ul a:hover,
  .navbar .dropdown ul .active:hover,
  .navbar .dropdown ul li:hover>a {
    color: #a63833;
  }

  .navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
  }

  .navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
  }
}

@media (min-width: 1280px) and (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

@media (min-width: 1280px) {

  .mobile-nav-show,
  .mobile-nav-hide {
    display: none;
  }
}

/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
@media (max-width: 1279px) {
  .logo>img {
    width: 85%;
  }

  .navbar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 400px;
    bottom: 0;
    transition: 0.3s;
    z-index: 9997;
  }

  .navbar ul {
    position: absolute;
    inset: 0;
    padding: 50px 0 10px 0;
    margin: 0;
    background: rgba(240, 240, 240, 0.9);
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    font-family: var(--font-primary);
    font-size: 15px;
    font-weight: 600;
    color: #0E67AB;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {
    color: #a63833;
  }

  .navbar .getstarted,
  .navbar .getstarted:focus {
    background: var(--color-primary);
    padding: 8px 20px;
    border-radius: 4px;
    margin: 15px;
    color: #fff;
  }

  .navbar .getstarted:hover,
  .navbar .getstarted:focus:hover {
    color: #fff;
    background: rgba(0, 131, 116, 0.8);
  }

  .navbar .dropdown ul,
  .navbar .dropdown .dropdown ul {
    position: static;
    display: none;
    padding: 10px 0;
    margin: 10px 20px;
    transition: all 0.5s ease-in-out;
    background-color: #00746600;
  }

  .navbar .dropdown>.dropdown-active,
  .navbar .dropdown .dropdown>.dropdown-active {
    display: block;
  }

  .mobile-nav-show {
    color: #0E67AB;
    font-size: 28px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    z-index: 9999;
    margin-right: 10px;
  }

  .mobile-nav-hide {
    color: #a63833;
    font-size: 32px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 9999;
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .navbar {
    right: 0;
  }

  .mobile-nav-active .navbar:before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(0, 106, 93, 0.8);
    z-index: 9996;
  }
}

/*--------------------------------------------------------------
# About Us Section
--------------------------------------------------------------*/
.about h3 {
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 20px;
  font-family: var(--font-secondary);
}

.about .call-us {
  left: 10%;
  right: 10%;
  bottom: 0;
  background-color: #fff;
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.08);
  padding: 20px;
  text-align: center;
}

.about .call-us h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px;
}

.about .call-us p {
  font-size: 28px;
  font-weight: 700;
  color: var(--color-primary);
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding: 0 0 10px 0px;
  position: relative;
}

.about .content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
    width: 100%;
    position: relative;
    /* background: var(--color-primary); */
    background-image: url("../img/elaws-hero.jpg");
    background-repeat: no-repeat;
    /*background-position: center center;*/
    background-position-x: center;
    background-size: cover;
    padding: 60px 0 0 0;
}

.pay-hero {
  width: 100%;
  position: relative;
  /* background: var(--color-primary); */
    background-image: url("/elaws/assets/img/pay-benifits-hero.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-bottom: -20rem;
    height: 325px;
}

.advisor-hero {
  width: 100%;
  position: relative;
  /* background: var(--color-primary); */
  background-image: url("/elaws/assets/img/all-adviser-hero.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-bottom: -20rem;
  height: 325px;
}

.about-hero {
  width: 100%;
  position: relative;
  /* background: var(--color-primary); */
  background-image: url("/elaws/assets/img/about-elaws-hero.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-bottom: -20rem;
  height: 325px;
}

@media (min-width: 1365px) {
    .hero {
        /*  background-attachment: fixed;
        */
    }
}

.hero h2 {
  font-size: 38px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.4em;
  color: #fff;
  font-family: Lato;
}

.hero p {
  color: rgba(255, 255, 255);
  font-weight: 400;
  margin-bottom: 30px;
  font-family: Lato;
}

.hero .btn-get-started {
  font-family: Lato;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 40px;
  border-radius: 20px;
  transition: 0.3s;
  color: #fff;
  background: #a63833;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  border: 0px solid rgba(255, 255, 255, 0.1);
}

.hero .btn-get-started:hover {
  border-color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 640px) {
  .hero h2 {
    font-size: 36px;
  }

  .hero .btn-get-started,
  .hero .btn-watch-video {
    font-size: 14px;
  }
}

@media (max-width: 786px) {
  .advisor {
    padding: 2rem;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  border-top: 14px solid #a73733;
  font-size: 14px;
  background-color: #1F3C5C;
  padding: 50px 0;
  color: white;
}

.footer .footer-info .logo {
  line-height: 0;
  margin-bottom: 25px;
}

.footer .footer-info .logo img {
  max-height: 40px;
  margin-right: 6px;
}

.footer .footer-info .logo span {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
  font-family: var(--font-primary);
}

.footer .footer-info p {
  font-size: 14px;
  font-family: var(--font-primary);
}

.footer h4 {
  font-size: 22px;
  font-weight: 500;
  position: relative;
  padding-bottom: 12px;
}

.footer .footer-links {
  margin-bottom: 30px;
}

.footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-links ul i {
  padding-right: 2px;
  color: rgba(0, 131, 116, 0.8);
  font-size: 12px;
  line-height: 0;
}

.footer .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.footer .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-links ul a {
  color: rgba(255, 255, 255, 0.7);
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

.footer .footer-links ul a:hover {
  color: #fff;
}

.footer .footer-contact p {
  line-height: 26px;
}

.content {
  padding-bottom: 0px !important;
  position: relative;
}

.content .text-primary,
.content a {
  color: #0e67a8 !important
}

    .content .text-primary,
    .content a:hover {
        color: #a63833 !important
    }

.content .text-bg-primary {
  background: #0e67a8 !important;
  color: #fff !important
}

.content .btn-primary {
  background: #a73733 !important
}


#accordionFlushContent .accordion-item {
  margin-bottom: 10px;
  border: 1px solid #0e67a8
}

#accordionFlushContent .accordion-button {
  box-shadow: none !important;
  background: #0e67a8 !important;
  color: #fff;
  font-size: 20px;
  font-weight: bold
}

#accordionFlushContent .accordion-button::after {

  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z'/%3e%3c/svg%3e") !important;
  /* background-image: url("../img/minus-solid.svg"); */
}

#accordionFlushContent .accordion-button.collapsed::after {
  /* background-image: url("../img/plus-solid.svg"); */
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd'   d=' M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z'/%3e%3c/svg%3e") !important;
}

@media (max-width: 640px) {
  #accordionFlushContent .accordion-button {
    font-size: 16px;
  }

}

@media (min-width: 992px) {
  #content .row.g-lg-5.gy-4 {
    --bs-gutter-y: 4rem;
    --bs-gutter-x: 4rem;
  }
}

/*--------------------------------------------------------------
#Mega Menu
--------------------------------------------------------------*/
#header li a{white-space: break-spaces; height:100%}
.navbar .dropdown ul{padding:20px 0;}
@media (min-width: 1400px){
#megamenu{left:-742px !important; width:1320px !important;}
}
@media (min-width: 1280px){
  .navbar .dropdown ul a {
    padding: 0px 20px 15px 20px;
  }
#megamenu{left:-562px; width:1140px;}
#megamenu{
  column-count: 3;
  column-gap: 0;
display: inline-block;
}
#megamenu li{border-right:1px solid #ccc;}
}

@media (min-width: 1280px) {
  .navbar .dropdown:hover > ul {
    width: 300px;
  }
}
