@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu+Condensed&display=swap');


body{
    font-family: "Open Sans", serif;
    overflow-x:hidden;
    animation: pagetransition 2s;
}
p {
    font-family: "Open Sans", serif;
}

body .container {
    max-width: 1224px;
}


@keyframes pagetransition{
  from{
    opacity:0;
}
to{
    opacity:1;
}
}

#back-to-top.show {
  opacity: 1;
}
#back-to-top {
    border: 0 none;
    bottom: 30px !important;
    color: #0000FF !important;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    height: 34px;
    opacity: 0;
    outline: medium none;
    position: fixed;
    right: 30px;
    text-align: center;
    text-decoration: none;
    transition: opacity 0.2s ease-out 0s;
    width: auto;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
#back-to-top:hover {
    color: #ebb203 !important;
    transition: all 0.3s;
}
#back-to-top i {
    transform: rotate(-90deg);
}

/* width */
::-webkit-scrollbar {
  width: 7px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #999;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #ccc;
}

nav#site-navigation ul#primary-menu li a.nav-link:focus {
    color: #000;
}
@media (max-width: 2200px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
}

body:not(.home) div#content .card-body p {
    font-size: 16px;
    line-height: 25px;
    color: #363434;
}
body:not(.home) div#content .card-body {
    padding: 0px;
}

.site-branding-text a.navbar-brand {
    margin: 0px;
    color: #0000FF !important;
    font-weight: 800;
    font-size: 36px;
}

ul#primary-menu li.nav-item {
    padding: 0px 25px 0px 0px;
}
button {
    outline: none;
}
ul#primary-menu li.nav-item ul.dropdown-menu li a.nav-link {
    padding: 5px 0px;
    border-bottom: 2px solid transparent;
    width: max-content;
    margin-top: 0px;
    margin-bottom: 0px;
}

@media(min-width: 992px) {
    .dropdown .dropdown-menu {
      transition: all 0.5s;
      overflow: hidden;
      transform-origin: top center;
      transform: scale(1, 0);
      display: block;
      margin-top: 0px !important;
      background: #2e3538;
  }
  .dropdown:hover .dropdown-menu {
    transform: scale(1);
    border-color: #2e3538;
    background: #2e3538;
}
.dropdown-toggle::after {
    margin-left: 0.5em;
    vertical-align: 0.15em;
    border-top: 0.2em solid;
    border-right: 0.2em solid transparent;
    border-left: 0.2em solid transparent;
}
}


.item-overlay {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    opacity: 0.3;
    transition: all 0.3s;
}
.item-overlay::before {
    content: '\e657';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    opacity: 0;
    color: #fff;
    right: 0;
    font-size: 63px;
    transition: all 0.2s;
    font-family: "Pe-icon-7-stroke";
    display: flex;
    align-items: center;
    justify-content: center;
}
.header--info--section section.widget {
    margin-bottom: 0 !important;
}
.header--info--section section.widget p {
    margin-bottom: 0px;
    font-size: 18px;
}
.header--info--section {
    text-align: right;
}
nav#site-navigation {
    background: #eee;
}
nav#site-navigation ul#primary-menu li a.nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
    transition: all 0.1s;
    font-family: "Ubuntu Condensed", serif;
}
nav#site-navigation ul#primary-menu li a.nav-link:hover {
    color: #fff;
    background: #ebb203;
    background-image: -ms-linear-gradient(top, #f3d30e 0, #ebb203 100%);
    background-image: -moz-linear-gradient(top, #f3d30e 0, #ebb203 100%);
    background-image: -webkit-gradient(linear, top, bottom, color-stop(0, #f3d30e), color-stop(1, #ebb203));
    background-image: -webkit-linear-gradient(top, #f3d30e 0, #ebb203 100%);
    background-image: linear-gradient(to bottom, #f3d30e 0, #ebb203 100%);
}
nav#site-navigation ul#primary-menu li.active.current-menu-item a.nav-link {
    color: #fff;
    background: #ebb203;
    background-image: -ms-linear-gradient(top, #f3d30e 0, #ebb203 100%);
    background-image: -moz-linear-gradient(top, #f3d30e 0, #ebb203 100%);
    background-image: -webkit-gradient(linear, top, bottom, color-stop(0, #f3d30e), color-stop(1, #ebb203));
    background-image: -webkit-linear-gradient(top, #f3d30e 0, #ebb203 100%);
    background-image: linear-gradient(to bottom, #f3d30e 0, #ebb203 100%);
}
.menu--top--section .row {
    align-items: center;
}
.header--info--section .wp-block-heading a {
    color: #0000FF;
    font-size: 28px;
    text-decoration: none;
}
.header--info--section .wp-block-heading {
    margin: 0;
}
.menu--top--section {
    padding: 20px 15px;
    background: #fff;
}
footer#colophon {
    background: #eee;
    border-top: 2px solid #ddd;
}
footer#colophon ul#menu-primary-menu {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0px;
}
footer#colophon ul#menu-primary-menu li {
    list-style: none;
}
footer#colophon ul#menu-primary-menu li a {
    color: #5fb6fc !important;
    padding-right: 20px;
    font-size: 14px;
}
footer#colophon ul#menu-primary-menu li a:hover {
    color: #eca804 !important;
    text-decoration: underline;
}
.site-footer a:hover {
    text-decoration: underline;
    color: #eca804 !important;
    transition: all 0.1s;
}
.footer-two--address p {
    font-size: 14px;
    margin: 0;
    text-align: right;
}
header#masthead {
    z-index: 999 !important;
}
.Hover_image img {
    width: auto;
    max-width: 270px !important;
    position: relative;
}
.Hover_image img:hover {
    position: relative;
    left: -134px;
    max-width: 269px !important;
}
.Hover_image.separate--box--image {
    overflow: hidden;
}
.separate--box--image.height--specific .elementor-widget-container {
    max-height: 68px;
    overflow: hidden;
}
.home--sort--banner {
    background: #f2f2f2;
}
.some--space--reduce p {
    margin: 0;
}
.accredited--business--single {
    width: 200px !important;
    overflow: hidden !important;
    padding: 0px !important;
    position: relative !important;
}
.accredited--business--single img {
    width: auto;
    max-width: max-content !important;
}
.accredited--business--single:hover img {
    position: relative;
    left: -200px;
    width: 400px;
}
.contact--us--form_wrapper p.gform_required_legend {
    display: none;
}
.big--slider--section img.swiper-slide-image {
    width: 100%;
}
.big--slider--section .swiper-slide figure.swiper-slide-inner {
    max-height: 800px;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.slider---image {
    max-height: 606px;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.slider---image img {
    min-height: 606px;
}
footer#colophon .row {
    align-items: center;
}
.gform-theme--framework .gfield--input-type-datepicker .ginput_container_date input {
    width: 100%;
}
button {
    box-shadow: none !important;
    outline: none !important;
}
.elementor-element.elementor-element-806f319.e-con-full.Hover_image.separate--box--image.e-flex.e-con.e-child {
    padding: 0;
}


.home--slider--post .item {
    position: relative;
}

.home--advisor--logo section {
    margin: 0;
}
.home--advisor--logo section figure {
    margin: 0px;
}
.home--advisor--logo img {
    max-width: 100px;
}
.home--advisor--logo {
    text-align: right;
}
.home--page--right--form .gform_heading {
    display: none;
}
.home--page--right--form .elementor-widget-shortcode {
    background: #eee;
    padding: 15px;
}
.home--page--right--form .gform-theme--foundation .gform_fields {
    display: block;
}
.home--page--right--form .gform-theme--foundation .gform_fields .gfield {
    padding-bottom: 14px;
}
.home--page--right--form .gform-theme--foundation .gform_fields textarea {
    min-block-size: 6rem;
    max-height: 60px;
}
.home--page--right--form .gform-theme--foundation .gform_fields .gfield input, .home--page--right--form .gform-theme--foundation .gform_fields .gfield select, .home--page--right--form .gform-theme--foundation .gform_fields .gfield textarea {
    border-color: #ccc;
    box-shadow: none;
}
.home--page--right--form form .gform_footer.top_label {
    margin-top: 0px;
}




















































@media (min-width: 1920px) and (max-width: 2200px){
    
}

@media (min-width: 1680px) and (max-width: 1919px){
    
}

@media (min-width: 1600px) and (max-width: 1679px){
    
}

@media (min-width: 1440px) and (max-width: 1599px){
    
}

@media (min-width: 1366px) and (max-width: 1439px){
    
}

@media (min-width: 1280px) and (max-width: 1365px){
    
}

@media (min-width: 1224px) and (max-width: 1279px){
    
}

@media (min-width: 1200px) and (max-width: 1223px){
    
}

@media (min-width: 1024px) and (max-width: 1199px){
    .navbar-dark .navbar-nav .nav-link {
        font-size: 16px !important;
    }
    #back-to-top {
        bottom: 5px !important;
        right: 5px;
    }
}

@media (min-width: 992px) and (max-width: 1023px){
    .navbar-dark .navbar-nav .nav-link {
        font-size: 16px !important;
    }
    #back-to-top {
        bottom: 3px !important;
        right: 5px;
    }
    .site-branding-text a.navbar-brand {
        font-size: 30px !important;
    }
}

@media (min-width: 960px) and (max-width: 991px){
    .slider---image {
        max-height: 505px;
    }
    .site-branding-text a.navbar-brand {
        font-size: 30px !important;
    }
}

@media (min-width: 950px) and (max-width: 959px){
    .slider---image {
        max-height: 505px;
    }
    .site-branding-text a.navbar-brand {
        font-size: 30px !important;
    }
}

@media (min-width: 900px) and (max-width: 949px){
    .slider---image {
        max-height: 505px;
    }
    .site-branding-text a.navbar-brand {
        font-size: 30px !important;
    }
}

@media (min-width: 854px) and (max-width: 899px){
    .slider---image {
        max-height: 465px;
    }
    .site-branding-text a.navbar-brand {
        font-size: 30px !important;
    }
    .home--extra--email--section h4 {
        font-size: 20px;
    }
}

@media (min-width: 812px) and (max-width: 853px){
    .slider---image {
        max-height: 465px;
    }
    .site-branding-text a.navbar-brand {
        font-size: 30px !important;
    }
    .home--extra--email--section h4 {
        font-size: 20px;
    }
}

@media (min-width: 800px) and (max-width: 811px){
    .slider---image {
        max-height: 455px;
    }
    .site-branding-text a.navbar-brand {
        font-size: 30px !important;
    }
    .home--extra--email--section h4 {
        font-size: 20px;
    }
}


@media (min-width: 768px) and (max-width: 799px){
    .slider---image {
        max-height: 440px;
    }
    .site-branding-text a.navbar-brand {
        font-size: 30px !important;
    }
    .home--extra--email--section h4 {
        font-size: 20px;
    }
}

@media (min-width: 736px) and (max-width: 767px){
    .slider---image {
        max-height: 460px;
    }
}

@media (min-width: 732px) and (max-width: 735px){
    .slider---image {
        max-height: 460px;
    }
}

@media (min-width: 667px) and (max-width: 731px){
    .slider---image {
        max-height: 455px;
    }
}

@media (min-width: 640px) and (max-width: 666px){
    .slider---image {
        max-height: 440px;
    }
}

@media (min-width: 600px) and (max-width: 639px){
    .slider---image {
        max-height: 420px;
    }
}

@media (min-width: 568px) and (max-width: 599px){
    .slider---image {
        max-height: 395px;
    }
}

@media (min-width: 533px) and (max-width: 567px){
    .slider---image {
        max-height: 370px;
    }
}

@media (min-width: 480px) and (max-width: 532px){
    .slider---image {
        max-height: 328px;
    }
    .home--extra--email--section h4 {
        font-size: 22px !important;
    }
    .site-branding-text a.navbar-brand {
        font-size: 28px !important;
    }
}

@media (min-width: 414px) and (max-width: 479px){
    .slider---image {
        max-height: 275px;
    }
    .home--extra--email--section h4 {
        font-size: 22px !important
    }
    .site-branding-text a.navbar-brand {
        font-size: 24px !important;
    }
}

@media (min-width: 412px) and (max-width: 413px){
    .slider---image {
        max-height: 275px;
    }
    .home--extra--email--section h4 {
        font-size: 20px !important;
    }
    .site-branding-text a.navbar-brand {
        font-size: 24px !important;
    }
}

@media (min-width: 384px) and (max-width: 411px){
    .slider---image {
        max-height: 255px;
    }
    .home--extra--email--section h4 {
        font-size: 20px !important;
    }
    .site-branding-text a.navbar-brand {
        font-size: 24px !important;
    }
}

@media (min-width: 375px) and (max-width: 383px){
    .slider---image {
        max-height: 250px;
    }
    .home--extra--email--section h4 {
        font-size: 20px !important;
    }
    .site-branding-text a.navbar-brand {
        font-size: 24px !important;
    }
}

@media (min-width: 360px) and (max-width: 374px){
    .slider---image {
        max-height: 225px;
    }
    .home--extra--email--section h4 {
        font-size: 20px !important;
    }
    .site-branding-text a.navbar-brand {
        font-size: 22px !important;
    }
}

@media (min-width: 320px) and (max-width: 359px){
    .slider---image {
        max-height: 188px;
    }
    .home--extra--email--section h4 {
        font-size: 16px !important;
    }
    .site-branding-text a.navbar-brand {
        font-size: 20px !important;
    }
}





@media(max-width: 1199px) {
    .slider---image img {
        min-height: auto;
    }
}




@media(max-width: 991px) {
    nav#site-navigation {
        padding: 5px 10px;
    }
    .navbar > .container, .navbar > .container-fluid {
        justify-content: end !important;
    }
    div#primary-menu-wrap {
        position: relative;
        z-index: 99;
        background: #e1e1e1;
        padding: 15px;
        margin-top: 10px;
    }
    ul#primary-menu li.nav-item {
        padding: 0px 0px 0px 0px;
    }
    ul#primary-menu li.nav-item a.nav-link {
        padding-left: 15px;
        padding-right: 15px;
    }
    nav#site-navigation ul#primary-menu li a.nav-link {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    #back-to-top {
        bottom: 3px !important;
        right: 5px;
    }
    .Hover_image img {
        width: 100%;
        max-width: 100% !important;
    }
    nav#site-navigation {
        z-index: 9;
    }
    /*div#masthead-sticky-wrapper {
        height: auto !important;
    }*/
    .menu--top--section {
        padding: 10px 10px;
    }
    .site-header {
        border-bottom: 0px solid rgba(0, 0, 0, 0.125) !important;
    }
        .gform-theme--foundation .gfield--width-five-twelfths {
        grid-column: span 12 !important;
    }
        .gform-theme--foundation .gfield--width-seven-twelfths {
        grid-column: span 12 !important;
    }
}


@media(max-width: 767px) {
    .site-branding-text a.navbar-brand {
        font-size: 80%;
        display: block;
        text-align: center;
    }
    .header--info--section {
        text-align: center;
    }
    .separate--box--image img {
        width: 100%;
        max-width: 100% !important;
    }
    .separate--box--image.height--specific .elementor-widget-container {
        max-height: fit-content;
    }
    .home--sort--banner h3.elementor-heading-title {
        text-align: center;
    }
    footer#colophon ul#menu-primary-menu {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .footer-two--address p {
        text-align: center;
    }
    .header--info--section .wp-block-heading a {
        font-size: 22px;
    }
    .home--advisor--logo {
        text-align: center;
        padding: 10px 0 10px;
    }
    .menu--top--section .row .advisor--logo {
        order: 2;
    }
}

 









