/* || BREAKPOINTS ||
    @media screen and (max-width: 39.9375em) {}                         || SMALL ONLY { 0 - 639px }         ||
    @media screen and (min-width: 40em) {}                              || MEDIUM AND UP { 640px ONWARDS }  ||
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {}   || MEDIUM ONLY { 640px - 1023px }   ||
    @media screen and (min-width: 64em) {}                              || LARGE AND UP { 1024px ONWARDS }  ||
    @media screen and (min-width: 64em) and (max-width: 74.9375em) {}   || LARGE ONLY { 1024px - 1199px }   || */
















/* || Foundation component overrides || */
body{
    font-size: 16px;
    font-weight: 400;
}


h1, .h1 {
    font-size: 2.8em;
    line-height: 1.2em;
    margin: 0.67em 0;
}

h2, .h2 {
    font-size: 2.2em;
    line-height: 1.2em;
    font-weight:600;
}

h3, .h3 {
  font-size: 1.6em;
  line-height: 1.5em;
}

h4, .h4 {
    font-size: 1.2em;
    line-height: 1.5em;
}

h5, .h5 {
  font-size: 1.1em;
    line-height: 1.5em;
}

h6, .h6 {
  font-size: 1em;
  line-height: 1.5em;
}

[type='text'],
[type='password'],
[type='date'],
[type='datetime'],
[type='datetime-local'],
[type='month'],
[type='week'],
[type='email'],
[type='number'],
[type='search'],
[type='tel'],
[type='time'],
[type='url'],
[type='color'],
[type='text']:focus,
[type='password']:focus,
[type='date']:focus,
[type='datetime']:focus,
[type='datetime-local']:focus,
[type='month']:focus,
[type='week']:focus,
[type='email']:focus,
[type='number']:focus,
[type='search']:focus,
[type='tel']:focus,
[type='time']:focus,
[type='url']:focus,
[type='color']:focus,
textarea,
textarea:focus,
select,
select:focus {
    outline: none;
    box-shadow: none;
    font-size:1em;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}

[type=checkbox],
[type=radio] {
    position: relative;
    top: 0.1em;
}

button, 
.button {
    font-size:0.9em;
    padding: .9rem 2rem;
    
    border-radius: 5px;
    
    font-weight: 600;
}

button:not(.button-group button), 
.button:not(.button-group button) {
    font-size:0.9em;
    
    border-radius: 5px;
    
}


.is-btn, .btn{
    border-radius: 5px !important;
}


button:hover,
.button:hover,
button:focus,
.button:focus {
    transition: .4s;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.26);
}

.form legend {
    font-weight: 700;
}

span.error,
span.errorMargin {
    color: #cc4b37;
    font-size: 0.8em;
    font-weight: 700;
}


label, 
.label {
    font-size: 1em;
}

/* || Custom defined || */
.alternate-font-family {
    font-family: "Source Serif 4", serif;
}

/* || HEADER || */
.is-wrapper div.is-section.is-header, .is-header {
    background-color: #FFFCF7;
    color:#000000;
    border-bottom:1px solid #CCCCCC;
    height: auto;
    min-height:0;
    z-index: 99;
    overflow: visible !important;
}

.is-header .is-container {
    z-index: 9;
}

header .sticky-bg-color.stick {
    background: #FFFCF7;
    width:100%;
    position:fixed;
    left:0;
    top:0;
    z-index:99;
}

header .is-stuck{
    background: #FFFCF7;
    border-bottom: 1px solid #e6e6e6;
    box-shadow: 0 4px 12px 0 #e6e6e6;
}

/* sticky navigation*/
header .with-nav.is-stuck {
    background: #ffffff;
    width:100%;
    position:fixed;
    left:0;
    top:0;
    z-index:99;
    border-bottom: 1px solid #e6e6e6;
    box-shadow: 0 4px 12px 0 #e6e6e6;
    padding: 0 !important;
    margin: 0;
}

header .with-nav.is-stuck ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
     padding: 10px 0;
}

header.new-header-8 .with-nav.is-stuck ul {
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    -ms-flex-pack: end;
    justify-content: end;
}

header .with-nav.is-stuck .spacer{
    display:none;
}

header a:not(.button) {
    color: #BD4545;
}

header a:not(.button):hover,
header a:not(.button):active,
header a:not(.button):focus {
    color: #4F9FD8;
}

header .icon, 
header i,
header i.fa-bars.icon{
    color: #BD4545;
}

header a:not(.button):hover .icon,
header a:not(.button):hover i,
header i:hover{
    color: #4F9FD8;
}

header button,
header .button,
header button:hover,
header button:focus,
header .button:hover,
header .button:focus {
     background:#BD4545;
     color:#FFFFFF;
}

header button.header-search-button {
    background:transparent;
}

header button.header-search-button:hover {
    box-shadow: none;
}

.text-logo {
    word-wrap: break-word;
    text-transform: capitalize;
    color: #FFFFFF;
    font-size: 50px;
    font-family: "Outfit", serif;
}

.header-buttons .button {
    font-weight:600;
    padding: 0.9em 2em;
}

footer {
    border-top: 1px solid #CCCCCC;
}

footer .text-logo {
    color: #BD4545;
}

footer .address-container br {
    display:none;
}

svg.step.social-icon {
    height:35px;
    width:35px;
    fill:#BD4545;
}

.footer2 .step.social-icon,
.new-footer-1 .step.social-icon,
.new-footer-2 .step.social-icon,
.new-footer-3 .step.social-icon,
.new-footer-4 .step.social-icon{
    height: 40px;
    width: 40px;
}

header .cta .icon {
    padding-right: 5px;
    color: #BD4545
}

header .text-muted {
    color: #BD4545 !important;
}

header .border-bottom, 
header hr {
    border-bottom:1px solid #CCCCCC;
}

header .border-top {
    border-top:1px solid #CCCCCC;
}


header .is-section {
    float: none;
    width: auto;
}


.header7 .ps-cart-text-container {
    position:static;
    margin-right:10px;
}




.ecommerce-style2 .cart, .cart {
    position:relative;
}

header a:hover i.fas {
    color:#4F9FD8
}

.ecommerce-style2 .ps-cart-text-container, .ps-cart-text-container {
    color:#FFFCF7;
    background:#BD4545;
    height: 22px;
    width: 23px;
    line-height: 24px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50% 50% 50% 50%;
    display: inline-block;
    font-size: 10px;
    position: absolute;
    left: 31px;
    top: -1px;
    font-weight: bold;
}

header a:hover .ps-cart-text-container {
    background:#4F9FD8;
}

header .currency-converter{
    font-size: 0.9em;
}

header .currency-converter select {
    padding-right:0;
}

.sticky-container,
.nav-bg, 
.top-bar, 
.top-bar ul,
.top-bar ul.menu {
    z-index: 100;
}

.nav-bg, 
.top-bar, 
.top-bar ul,
.top-bar ul.menu {
    
        background: #000000;
    
}


.header-search-input{
    padding-right:25px;
    color:#262626;
    background:#FFFFFF;
}

.header-search-input::placeholder {
    color:#262626;
    opacity:0.6;
}

.header-search-button{
    position:absolute;
    top: 30%;
    right: 5px;
    padding:0;
}

header i.fas.fa-search {
    color:#262626
}

header .ps-cart-text-container {
    color:#FFFCF7;
    background:#BD4545;
    height: 22px;
    width: 23px;
    line-height: 24px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50% 50% 50% 50%;
    display: inline-block;
}

header a:hover .ps-cart-text-container {
    background:#4F9FD8;
}

/* || MENU || */
header .main-navigation-background {
    background:#000000;
}

header .menu.level-1 li .is-dropdown-submenu.menu.level-2  li:first-child {
    display:none;
}

header .dropdown.menu li a:not(.button) {
    width: 100%;
}

header ul.dropdown.menu li a:not(.button) {
     color: #BD4545;
     font-weight:400;
}

header ul.dropdown.menu li.active > a:not(.button),
header ul.dropdown.menu li > a:not(.button):hover,
header ul.dropdown.menu li > a:not(.button):active,
header ul.dropdown.menu li > a:not(.button):focus{
    color: #4F9FD8;
    background-color: #000000;
}

header .dropdown.menu li ul.submenu {
     background: #474342;
     border:none;
}

header .dropdown.menu li ul.submenu li a:not(.button) {
    color: #D3CDCD;
    text-align:left;
}

header .dropdown.menu li ul.submenu li a:not(.button):hover,
header .dropdown.menu li ul.submenu li.active a:not(.button) {
    color: #FFFFFF;
}

header .dropdown.menu li ul.submenu li.is-active > a  {
    background:transparent;
}

header .dropdown.menu > li.is-active > a {
    color: #BD4545;
    background:transparent;
}

/*** header .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    border-color:transparent;
    display: inline-block;
    width: 23px;
    height: 13px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='7' viewBox='0 0 11 7' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.1772 1.88191C10.6078 1.45139 10.6078 0.753396 10.1772 0.322884C9.74673 -0.107628 9.04873 -0.107628 8.61821 0.322884L5.50004 3.44106L2.38191 0.322933C1.95139 -0.10758 1.2534 -0.10758 0.822884 0.322933C0.392372 0.753445 0.392372 1.45144 0.822885 1.88196L4.72044 5.77951C4.99879 6.05786 5.38895 6.15624 5.74634 6.07466C5.9418 6.03008 6.12746 5.93169 6.27968 5.77946L10.1772 1.88191Z' fill='white'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    right: auto;
    left: 37%;
    margin-top: 7px;
}****/

header .dropdown.menu > li.is-dropdown-submenu-parent.active > a::after,
header .dropdown.menu > li.is-dropdown-submenu-parent > a:hover::after {
    border-color: #BD4545 transparent transparent;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    border-color: transparent #000000 transparent transparent;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left.active > a::after,
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a:hover::after {
    border-color: transparent #000000 transparent transparent;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    border-color: transparent transparent transparent #000000;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right.active > a::after,
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a:hover::after {
    border-color: transparent transparent transparent #000000;
}

/* New headers CSS */
.size-20 {
    font-size:20px;
}
.menu a.head-icons {
    background:#CCCCCC;
    border-radius:50px;
    height:40px;
    width:40px;
    padding-left:0;
    padding-right:0;
    margin-right:10px;
}

.header-top-bg {
    background:#FFFCF7;
    color: #BD4545;
}

.header-top-social-media .menu a{
    padding-bottom:0;
}

.header-top-social-media .menu a i,
.header-top-contact-links .menu a i {
    color:#BD4545;
}

.header-top-social-media .menu a:hover i,
.header-top-contact-links .menu a:hover i,
.header-top-contact-links .menu a:hover {
    color:#4F9FD8;
}

header .header-top-contact-links {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    color:#BD4545;
}

header .header-top-contact-links a,
header .header-top-contact-links a:hover,
header .header-top-contact-links a:active{
    color:inherit;
} 

.header-top-contact-links .menu a {
    padding-top: 0;
    padding-bottom:0;
    color:inherit;
}

.header-top-contact-links .menu a i {
    font-size: 18px;
    position: relative;
    top: 2px;
    padding-right: 5px;
}

header .header8 ul.dropdown.menu > li > a:not(.button) {
    padding-top:0;
    padding-bottom:0;
}

.new-header ul.dropdown.menu li.active > a:not(.button), 
.new-header ul.dropdown.menu li > a:not(.button):hover, 
.new-header ul.dropdown.menu li > a:not(.button):active, 
.new-header ul.dropdown.menu li > a:not(.button):focus {
    background-color:transparent;
}

.new-header ul.dropdown.menu > li.active > a:not(.button) span,
.new-header ul.dropdown.menu > li:hover > a:not(.button) span {
  color :#4F9FD8;
}


.new-header-1 ul.dropdown.menu > li {
    margin-bottom: 5px;
    margin-top: 5px;
}

.new-header-1 ul.dropdown.menu > li.active > a:not(.button) span,
.new-header-1 ul.dropdown.menu > li:hover > a:not(.button) span {
    border-bottom:2px solid #4F9FD8;
}

.new-header-6 ul.dropdown.menu li.active > a:not(.button) span,
.new-header-6 ul.dropdown.menu li:hover > a:not(.button) span,
.new-header-7 ul.dropdown.menu li.active > a:not(.button) span,
.new-header-7 ul.dropdown.menu li:hover > a:not(.button) span{
}

.new-header .button, 
.new-header .button.disabled, 
.new-header .button[disabled], 
.new-header .button.disabled:hover, 
.new-header .button[disabled]:hover, 
.new-header .button.disabled:focus, 
.new-header .button[disabled]:focus {
    background-color: #BD4545;
    color: #FFFFFF;
}

.new-header .button.hollow {
    background:transparent;
    color:#BD4545;
    border:1px solid #BD4545;
}

.new-header-menu-container {
    background:#000000;
}

.new-header .button i,
.new-header .button:hover i {
    color:inherit;
    padding-right:10px;
}

.column.full {
    width: 100%;
}

.sidenav-container {
    background-color: #BD4545;
    color: #FFFFFF;
    height: 42px;
    width: 42px;
    text-align: center;
    border-radius: 50px;
    padding-top: 8px;
}

.sidenav-container i.fa-bars.icon{
     color: #FFFFFF;
}

.new-header-3 .logo-container,
.new-header-4 .logo-container {
    min-height:110px;
    display: flex;
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
}

.new-header-3 .left-column i {
    margin-right:5px;
}

.new-header-5.logo-section {
    min-height:150px;
}

.new-header-5 .menu-container {
    margin-top:10px;
}

.new-header-5 .dropdown.menu > li > a {
    padding: 0.7rem 0 0.7rem 2rem;
}

.new-header-5 .dropdown.menu > li.has-submenu > a {
    padding-right: 1.5rem;
}

.new-header-6 .menu a.head-contact-links {
    display: flex;
    text-align: left;
    align-items: center;
}

.new-header-6 .menu a.head-contact-links .icon-part{
    padding-right:10px;
    color:#BD4545;
        font-size:18px;
    padding-top:8px;
}

.new-header-6 .menu a.head-contact-links .icon-part i {
    color:inherit;
}

.new-header-6 .menu a.head-contact-links .text-part .heading {
    padding-bottom:5px;
}

.new-header-6 .contact-section {
    display: flex;
    justify-content: right;
    align-items: center;
}

.new-header-6 .menu-container {
    border-top:1px solid #CCCCCC;
    margin-top: 10px;
    padding-top: 5px;
}

.new-header-9 .sidenav-bar {
    right: 20px;
    top: 20%;
}

/* New headers CSS END */

/* new theme 2 styles */

.main-banner-sec.theme-2 {
    height:80%;
}

.main-banner-sec.theme-2 form .button {
    background: #BD4545;
    color: #FFFFFF;
    padding:12px 32px;
    font-size:0.9em;
}

.is-dark-color * {
    color:#000000;
}

.is-light-color *{
    color:#000000;
}

.is-dark-color .button,
.is-dark-color button {
    background: #BD4545;
    color: #FFFFFF;
}

.is-light-color button,
.is-light-color .button {
    background: #FFFFFF;
    color: #BD4545;
}

.page-banner-main-heading {
    font-weight: 500; 
    margin-bottom: 10px; 
    font-size:2.8em;
}

.page-banner-sub-heading {
    font-size: 1.2em; 
    font-family: inherit; 
    margin-bottom: 30px;
}

#contact-us-form-container {
    position:relative;
}

#contact-us-form-container label {
    margin-bottom:8px;
}

#contact-us-form-container p:first-of-type, 
#contact-us-form-container legend {
    display:none;
}

#contact-us-form-container .textblock_wrap p {
    display:block;
}

#contact-us-form-container .fieldset {
    padding:0;
    margin:0;
    border:0px solid;
}

#contact-us-form-container form {
    background:#FFFFFF;
    position: absolute;
    right: 0;
    top:110px;
    width: 100%;
    padding: 40px;
}

#contact-us-form-container form input:not([type="submit"]) {
    border:1px solid #CCCCCC;
    padding: 8px 16px;
    border-radius:10px;
    height: 56px;
}

#contact-us-form-container .phone_wrap > div {
    width:100%;
}   

#contact-us-form-container .phone_wrap > div [class*="flag-container"] {
    display:none;
}

#contact-us-form-container form #first_name, 
#contact-us-form-container form #mob_phone_phone_number_tel {
    margin-bottom: 1rem !important;
    margin-top: 0px !important;
}

#contact-us-form-container * {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

#contact-us-form-container .form-container {
    padding:0;
}

.user-logged-out .main-banner-sec {
    overflow:visible;
}

/* service page */ 

.service-card-section h2 {
    padding-top:30px;
}

.service-card-section .single-card {
    height:100%;
     color:#000000;
}

.service-card-section .single-card * {
     color:#000000;
}

.service-card-section .cell {
    padding-right:10px;
    padding-left:10px;
}

/* faq page */

/* system page */ 
.ww-newsletter-registration.ww-form-container {
    padding-top:30px;
}


@media screen and (min-width: 1024px) {
    .stretched-image-section .cell.large-6 {
        padding-top: 0;
        padding-bottom: 0;
        padding-right: 0;
        box-sizing: border-box;
    }
    
    .stretched-image-section .cell.large-6:first-child {
        background-color: black;
        color: white;
        max-width: 600px; /* Ensure text stays within grid */
    }
    
    .stretched-image-section .cell.large-6:last-child {
        position: absolute;
        right: 0;
        top: 0;
    }
    
    .stretched-image-section .cell.large-6:last-child img {
        width: 100%;
        object-fit: cover; /* Ensure image fully covers the space */
    }
}


/* container css overridden */
.is-wrapper .is-box .is-container {
    margin-top: 20px;
    margin-bottom: 20px;
}

/* New Footer CSS */
.new-footer {
    font-size:1em;
}

.new-footer .menu .active > a {
    background: transparent;
    color:#BD4545;
}

footer.new-footer .footer-menu-container .menu li.has-submenu a {
    padding-right:1.5em;
}

footer.new-footer .footer-menu-container .menu li a {
    font-weight:normal;
    padding: 0.5em;
}

footer.new-footer .footer-menu-container .menu li.has-submenu ul li:first-child {
    display:none;
}

footer.new-footer .footer-menu-container .menu li.has-submenu ul li a {
    text-align:left;
}

.footer-menu-container {
    border-bottom:1px solid #CCCCCC;
    margin-bottom:20px;
}

footer.new-footer h4 {
    font-weight:bold;
    font-size:20px;
    margin-bottom:15px;
}

.footer-media-box {
    margin-top:5px;
}

.size-40 {
    font-size:40px !important;
}

.new-footer-1 .copyright-container,
.new-footer-2 .copyright-container,
.new-footer-3 .copyright-container{
    border-top:1px solid #CCCCCC;
    padding-top: 20px;
    padding-bottom: 10px;
}

.new-footer-1 .footer-social-media {
    margin-top:30px;
}

.new-footer .dropdown.menu > li.is-active > a {
    background: transparent;
}

.mailing-list-button {
    margin-top:30px;
}

.new-footer-3  .shop-address br{
    display:none;
}

.new-footer-3 .footer-menu-container {
    margin-bottom: 0px;
}

.new-footer-3 .footer-media-box img {
    max-height:80px;
}

.new-footer ul.dropdown.menu > li.active > a:not(.button) span, 
.new-footer ul.dropdown.menu > li:hover > a:not(.button) span {
    color: #4F9FD8;
}

footer.new-footer a:not(.button):hover, 
footer.new-footer a:not(.button):active, 
footer.new-footer a:not(.button):focus {
    color: #4F9FD8;
}

.dropdown.menu > li.is-active a {
    color: #BD4545;
}

.contact-us-column .contact-number {
    padding-top:10px;
    padding-bottom:10px;
}

.subscription-button-container .button {
    padding: 17px;
    font-weight: 600;
}

footer iframe {
    width:275px;
}

.new-footer.with-background-image {
    background:url("//d14ty28lkqz1hw.cloudfront.net/data/org/31451/theme/49351/img/footer_bg.jpg") no-repeat;
    background-position: top;
    background-size: cover;
    margin-top:0;
}

.new-footer-3 i {
    color:#4F9FD8;
}

.new-footer-4 .footer-social-media .menu a,
.footer3 .social-media-icons-small.menu a{
    padding: 5px !important;
}

/* New Footer CSS END*/

/* || HOMEPAGE || */
.light-bg-section {
    float: left;
}

.text-dark h1,
.text-dark h2,
.text-dark h3,
.text-dark h4,
.text-dark h5{
    color:inherit;
}

.light-bg-section h3 {
    color:#BD4545;
    font-weight:500;
}

.text-primary {
     color:#BD4545;
}

strong, b {
    font-weight: bolder;
}

.dark-bg-section {
    float: left;
    color: #FFFFFF;
}

.dark-bg-section h1,
.dark-bg-section h2,
.dark-bg-section h3,
.dark-bg-section h4,
.dark-bg-section h5{
    color:inherit;
}

.dark-bg-section input[type="text"] {
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.25;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: .25rem;
    background:;
    color:;
}

.dark-bg-section input[type="text"]::placeholder {
     color:;
}

.dark-bg-section .button {
    background:;
    color:inherit;
}

.customer-section {
    background:;
    color:;
    float:left;
}

.rounded-circle {
    border-radius: 50%;
}

.latest-blog-posts {
    background:;
    color:;
    float:left;
    width:100%;
}

.latest-blog-posts h2 {
    color:inherit;
    font-size: 2.5rem;
}

.latest-blog-posts h4 {
    color:inherit;
    font-size: 1rem;
}

.latest-blog-posts h2 a,
.latest-blog-posts h4 a,
.latest-blog-posts a{
    color:inherit;
}

.latest-blog-posts .readmore:hover {
    text-decoration:underline;
} 

/* New blog page type */

.banner-main-heading {
    font-size:2.8em;
    color:#FFFFFF;
    line-height: 1.2em;
}

.new-blog-page-type .featured-articles {
    padding: 48px;
    border: 1px solid #CCCCCC;
}

.new-blog-page-type .featured-articles img {
    max-height:215px;
}

.new-blog-page-type .featured-articles h5 {
    font-size: 1.2em;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 20px;
    color:#000000;
}   

.new-blog-page-type .featured-articles h2 {
    font-size: 1.7em;
    line-height: 1.5;
    font-weight: 400;
    color:#000000;
}

.new-blog-page-type .featured-articles h2 a{
    color:#000000;
}

.new-blog-page-type .blog-search-button svg {
    fill:#000000;
}

.blog-search-container .blog-search-button:hover {
    box-shadow: none;
}

.new-blog-page-type .featured-articles p {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
}

.new-blog-page-type .blog-articles,
.new-blog-page-type .blog-sidebar {
    margin-top: 80px;
}

.new-blog-page-type .blog-ul {
    display: grid;
    grid-template-columns: 1fr;
    gap: 70px 30px; 
    list-style: none;
    margin-left: 0;
}

.new-blog-page-type .blog-ul h2,
.new-blog-page-type .blog-ul h2 a{
    font-size: px;
    line-height: 1.5;
    font-weight: 600;
}

.new-blog-page-type .blog-ul img,
.featured-articles-slider img {
    margin-bottom:12px;
}

.new-blog-page-type .article-body ,
.new-blog-page-type .article-body p {
    font-size:18px;
    font-weight:400;
}

.new-blog-page-type .blog-read-more {
    font-weight:600;
}

.featured-articles-slider,
.ps-blog-category  {
    list-style: none;
    margin-left:0;
}

.ps-blog-category {
    margin-bottom: 0;
}

.ps-blog-category li {
    display:inline-block;
}

.ps-blog-category li a {
    padding: 8px 24px;
    border: 1px solid #BD4545;
    margin-right: 16px;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 16px;
    color:#BD4545;
}

.ps-blog-category li.active a,
.ps-blog-category li a:hover{
    border-radius: 0;
    vertical-align: baseline;
    line-height: inherit;
    background:#BD4545;
    color:#FFFFFF;
}

.new-blog-page-type .featured-articles-section {
    margin-top:80px;
}

.new-blog-page-type .section-main-heading {
    color:#000000;
}

.articles-filter-container h3 {
    font-size: 22px;
    margin-bottom: 16px;
    font-weight: 600;
    color:#000000;
}

.new-blog-page-type .bx-wrapper .bx-controls-direction {
    text-align:right;
    margin-top: 50px;
}

.new-blog-page-type .bx-wrapper .bx-controls-direction a.disabled {
    opacity: 0.2;
}

.new-blog-page-type .bx-wrapper .bx-controls-direction a {
    position: relative;
    color: inherit;
    top: auto;
    margin-top: 0;
    padding: 0;
    font-size: 16px;
    text-shadow: none;
    margin-left: 20px;
}

.new-blog-page-type .bx-wrapper .bx-controls-direction a i {
    font-weight: 100;
    text-shadow: none;
    font-size: 35px;
    color:#000000;
    border: 1px solid #000000;
    width: 40px;
    height: 40px;
    text-align: center;
    display: inline-block !important;
}

.new-blog-page-type .bx-wrapper .bx-controls-direction a.bx-prev {
    width: 40px;
    height: 40px;
    display: inline-block;
}

.new-blog-page-type .bx-wrapper .bx-controls-direction a.bx-next {
    width: 40px;
    height: 40px;
    display: inline-block;
    right:auto;
}

.new-blog-page-type .article-category {
    margin-bottom: 5px;
}

.new-blog-page-type .article-category span {
    font-size:16px;
    color:#000000;
    font-weight: 400;
}

.blog-search-container #search-input-blog {
    height: 56px;
    border-radius: 10px;
    padding: 8px 16px 8px 44px;
    margin-top: 80px;
    margin-bottom:0;
}

.blog-search-container .blog-search-button {
    position: absolute;
    top: 20px;
    padding: 0;
    left: 16px;
}

.new-blog-page-type .ps-pagination-bar {
    margin-top:50px;
}

.new-blog-page-type .ps-pagination-bar p {
    display:table;
    margin:auto;
}

.new-blog-page-type .ps-pagination-bar span {
    font-size:16px;
    background:#E7E5E4;
    border:1px solid #E7E5E4;
    font-weight:400;
    margin-left: 5px;
     margin-bottom: 10px;
    display:inline-block;
}

.new-blog-page-type .ps-pagination-bar span a {
    display:block;
    padding: 12px;
}

.new-blog-page-type .ps-pagination-bar span.current {
    padding: 12px;
}

.new-blog-page-type .ps-pagination-bar span.current,
.new-blog-page-type .ps-pagination-bar span.next,
.new-blog-page-type .ps-pagination-bar span.prev {
    border:1px solid #BD4545;
    font-weight:600;
    background:transparent;
}

.new-blog-page-type .article-title {
    color:#000000;
    margin-top:10px;
    margin-bottom: 20px;
    font-size: 2.8em;
    font-weight: 500;
}

.new-blog-page-type .blog-author ul {
    list-style:none;
    margin-left:0;
}

.new-blog-page-type.article-page-type .article-body {
    margin-top:70px;
}

.new-blog-page-type .ps-blog-recent-posts {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-left: 0;
}

.new-blog-page-type .ps-blog-recent-posts .article-title {
    font-size:1.2em;
    margin-bottom:15px;
}

.new-blog-page-type  .recent-posts-text {
    font-weight:600;
}

.new-blog-page-type .blog-sidebar-widget .ps-article-img img {
    margin-bottom:10px;
}

.new-blog-page-type h1,
.new-blog-page-type h2,
.new-blog-page-type h3,
.new-blog-page-type h4 {
    line-height:1.5;
    font-weight: 500;
}

@media screen and (max-width: 1023px) {
    .theme-academy .header-buttons {
        padding-top:0;
    }
    header button.openMenu:hover,
    header button.openMenu:focus,
    header button.openMenu:active {
        box-shadow:none;
    }
    body {
        font-size:15px;
    }
    .new-blog-page-type .small-block-grid-1 {
        grid-template-columns: 1fr;
    }
    .articles-filter-container {
        margin-top:80px;
    }
    .new-blog-page-type .ps-blog-recent-posts {
         grid-template-columns: 1fr;
         width:100%;
         margin:auto;
    }
    .articles-filter-container .mobile-category-title {
        border:1px solid #CCCCCC;
    }
    #contact-us-form-container form {
        position:relative;
        top:auto;
        margin-bottom: 40px;
        padding-left:10px;
        padding-right:10px;
    }
    .main-banner-sec.theme-2 form .button,
    .main-banner-sec.theme-2 .button {
        font-size:1em;
        padding-right:24px;
        padding-left:24px;
        line-height: 1.5;
    }
    button, .button {
        line-height:1.5;
    }
    .banner-main-heading {
        font-size: 2.1em;
    }
    .is-overlay-bg {
        opacity:1;
    }
    h1, .h1 {
        font-size: 1.7em;
        line-height: 1.2em;
        margin: 0.67em 0;
    }
    .new-blog-page-type .article-title {
        font-size: 2em;
    }
    .new-blog-page-type .featured-articles h2,h2, .h2 {
        font-size: 1.5em;
        line-height: 1.4em;
    }
    
    h3, .h3 {
      font-size: 1.3em;
      line-height: 1.4em;
    }
    
    h4, .h4 {
        font-size: 1.2em;
        line-height: 1.5em;
    }
    
    h5, .h5 {
      font-size: 1em;
        line-height: 1.5em;
    }
    
    h6, .h6 {
      font-size: 1em;
      line-height: 1.4em;
    }
    p{
        font-size:1.2em;
    }
    footer {
        margin-top:32px;
    }
    .mobile-footer-menu {
        display:block;
    }
    .blog-search-container #search-input-blog,
    .articles-filter-container,
    .new-blog-page-type .blog-articles, 
    .new-blog-page-type .blog-sidebar {
        margin-top: 40px;
    }
}

.img-shadow {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.4);
}

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

.is-section-guide {
    background:#FFFCF7;
}

.is-section-guide h2 {
    color:#BD4545;
}

.is-section-guide p.lead {
    color:#BD4545;
}
.is-section-guide a.button {
    background:#BD4545;
    color:#FFFCF7;
}

/* || FOOTER || */
.is-footer, .is-wrapper div.is-section.is-footer {
    background-color: #FFFFFF;
    color: #BD4545;
    clear: both;
}

footer a:not(.button) {
    color: #BD4545;
}

.is-footer .is-container {
    padding: 0px;
}

footer a:not(.button):hover,
footer a:not(.button):active,
footer a:not(.button):focus {
    color: #4F9FD8;
}

.user-logged-in footer {
    margin-top:30px;
    float:left;
    width:100%;
    clear:both;
}


footer .border-bottom, 
footer hr {
    border-bottom:1px solid #CCCCCC;
}

.social-media-icons a {
    font-size: 3em;
    color: #BD4545;
}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6{
     color: #BD4545;
}

.slick-dots li {
    border: 1px solid #BD4545;
}

.slick-dots li.slick-active, .slick-dots li:hover {
    background: #BD4545;
}


.back-to-top-button {
    bottom:10px;
    right:10px;
    z-index:9;
}


/* || OFFCANVAS - SIDENAV || */
.off-canvas-content.is-open-right.has-transition-push{
    -webkit-transform: translateX(-60%);
    -ms-transform: translateX(-60%);
    transform: translateX(-60%);
}
 
.is-open.position-right {
    width: 60%;
}

@media screen and (min-width: 63em) and (max-width: 64em) {
    footer button:not(.button-group button) , footer .button:not(.button-group button),
    header button:not(.button-group button) , header .button:not(.button-group button){
        margin-bottom:2px;
    }
    .column-container.newsletter .button {
        padding-left: 1em;
        padding-right: 1em;
    }
}

@media screen and (min-width:  64em) {
    .off-canvas-content.is-open-right.has-transition-push{
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }
    
    .is-open.position-right {
        width: 0%;
    }
    
    /* new header 7 css */
     .off-canvas-content.is-open-right.has-transition-push.mobile-menu-for-desktop{
        -webkit-transform: translateX(-40%);
        -ms-transform: translateX(-40%);
        transform: translateX(-40%);
    }
    
    .is-open.position-right.mobile-menu-for-desktop {
        width:40%;
    }
    
    .js-off-canvas-overlay.is-overlay-fixed {
        display: none !important;
    }
       .text-md-left {
        text-align:left;
    }
    
    .gallery-figcaption {
        padding-top: 37%;
        text-align: center;
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.56);
        color:white;
        display: none;
        cursor: pointer;
    }
    
    .testimonial-container {
        min-height: 450px;
    }
    
    .dark-bg-section input[type="text"] {
        width:25%;
        margin-right:10px;
    }
}

aside.sidenav .featured-section {
    background-color:#FFFCF7;
    color:#BD4545;
}

aside.sidenav .featured-section i {
    color:#BD4545;
}

aside.sidenav input[type=search] {
    color:#262626;
    background:#FFFFFF;
    padding-right: 24px;
}

aside.sidenav input[type=search]::placeholder {
    color:#262626;
    opacity:0.6;
}

aside.sidenav button[type=submit] {
    position: absolute;
    top: 30%;
    right: 5px;
    outline: none !important;
    background: transparent;
    border: 0px solid;
    box-shadow: none;
    padding:0;
}

aside.sidenav i.fas.fa-search {
    color:#262626
}


aside.sidenav .menu.simple {
    background:#000000;
    color: #BD4545;
}

aside.sidenav .menu.simple a {
    color: #BD4545;
}



aside.sidenav .ps-cart-text-container {
    color:#FFFCF7;
    background:#BD4545;
    height: 22px;
    width: 23px;
    line-height: 24px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50% 50% 50% 50%;
    display: inline-block;
    margin-left: 5px;
}

aside.sidenav a:hover .ps-cart-text-container {
    background:#4F9FD8;
}

aside.sidenav .is-accordion-submenu {
    margin-left: 0;
}

aside.sidenav .menu.accordion-menu li {
    border-bottom: 1px solid #BD4545;
}

aside.sidenav .menu.accordion-menu li:last-child {
    border-bottom: 0px solid;
}

aside.sidenav .menu.accordion-menu li a {
    background:#000000;
    color: #BD4545;
}

aside.sidenav .menu.accordion-menu .active > a {
    background:#000000;
    color: #4F9FD8;
}

aside.sidenav .menu.accordion-menu li.has-submenu a::after {
    border-color: #BD4545 transparent transparent !important;
}

aside.sidenav .menu.accordion-menu > li.has-submenu.active > a::after {
    border-color: #4F9FD8 transparent transparent !important;
}

@media screen and (max-width: 63.9375em) {

  .is-static.is-footer {
      min-height: 0;
  }
  
  footer .border-bottom-small {
      border-bottom:1px solid #CCCCCC;
    }
    
    footer .border-top-small {
      border-top:1px solid #CCCCCC;
    }

    header .border-top-small  {
        border-top:1px solid #CCCCCC;
    }
    
    .step.social-icon {
        height:35px;
        width:35px;
    }
    
    /* New header layouts */
    header .sidenav-container a:not(.button),
    header .sidenav-container a:not(.button):active,
    header .sidenav-container a:not(.button):active i,
    header .sidenav-container a:not(.button):hover .icon, 
    header .sidenav-container a:not(.button):hover i{
        color:inherit;
    }
   
    header .sidenav-container a:not(.button) i {
        line-height:25px;
    }
    
    .absolute-for-mobile {
        position:absolute;
    }
    
    header .mobile-head-border-section  {
        border-top:1px solid #CCCCCC;
        border-bottom:1px solid #CCCCCC;
        line-height: 60px;
    }
    
    header .mobile-head-border-section .mobile-border-right {
        border-right:1px solid #CCCCCC;
    }
    
    header .mobile-contact-section .head-icons {
        background: #BD4545;
        color:#FFFCF7;
        border-radius: 50px;
        height: 40px;
        width: 40px;
        line-height: 40px;
        padding-left: 0;
        padding-right: 0;
        display: inline-block;
    }
    
    header .mobile-contact-section .head-icons i {
        color:#FFFCF7;
    }
    
    .mobile-contact-buttom-section {
        line-height: 60px;
        text-align:center;
    }
    
    .mobile-contact-buttom-section .button{
        margin-bottom:0;
    }
    
    .new-header .logo-container {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        width: auto;
        padding-left: 40px;
    }
    
    .new-header-2 .mobile-contact-buttom-section {
        border-top:1px solid #CCCCCC;
    }
    
     .new-header-2 .mobile-contact-buttom-section .button {
         margin-bottom:20px;
         margin-top:20px;
     }

    .new-header-3 .mobile-contact-number-section,
    .new-header-3 .mobile-contact-button-section,
    .new-header-4 .mobile-contact-number-section,
    .new-header-4 .mobile-contact-button-section,
    .new-header-5 .mobile-contact-number-section,
    .new-header-5 .mobile-contact-button-section,
    .new-header-6 .mobile-contact-button-section {
        border-top:1px solid #CCCCCC;
        line-height:50px;
        text-align:center;
    }
    
    .new-header-3 .mobile-contact-button-section .button,
    .new-header-5 .mobile-contact-button-section .button,
    .new-header-6 .mobile-contact-button-section .button {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    
    .new-header-3 .logo-container,
    .new-header-4 .logo-container,
    .new-header-5 .logo-container,
    .new-header-6 .logo-container {
        display:block;
        min-height:0;
    }
    
    .new-header-6 .mobile-contact-button-section {
        justify-content: center;
    }
    
    .is-footer-8 {
        min-height:0;
    }
    
    /* new footer layouts */
        .footer-text, 
        .footer-social-media,
        .footer-media-box {
            width: 270px;
            margin: auto;
            text-align: center;
        }
        
        .contact-us-column {
            text-align:center;
        }
        
        .new-footer-1 .footer-social-media .menu.align-left,
        .new-footer-2 .footer-social-media .menu.align-left {
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
        }
        
        .new-footer-1 .footer-social-media .menu.align-left a, 
        .new-footer-1 .footer-social-media .menu.align-left .button,
        .new-footer-2 .footer-social-media .menu.align-left a, 
        .new-footer-2 .footer-social-media .menu.align-left .button{
            padding-left:0.2em !important;
            padding-right:0.2em !important;
        }
        
        .new-footer-1 .footer-menu-container .dropdown.menu,
        .new-footer-3 .footer-menu-container .dropdown.menu{
            display:block;
        }
        
        .new-footer-2 .footer-links,
        .mailing-list-button {
            text-align:center;
        }
        
        .small-text-center {
            text-align:center;
        }
        
        .menu.small-align-center {
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
        }
        
        .new-footer-4 .copyright-container, .new-footer-4 .subscription-button-container {
            border-bottom:1px solid #CCCCCC;
        }
       
        
    /* new footer layouts */
    
    header .sticky-bg-color {
        position:static;
    }

    header .sticky {
        top:0 !important;
    }
    
    .justify-small-center {
        justify-content: center;
    }
    
    .padding-top-sm-3 {
        padding-top:3rem;   
    }
    
    .padding-bottom-sm-3 {
        padding-bottom:3rem;   
    }
    
    .padding-top-sm-2 {
        padding-top:2rem;   
    }
    
    .padding-bottom-sm-2 {
        padding-bottom:2rem;   
    }
    
     .padding-top-sm-1 {
        padding-top:1rem;   
    }
    
    .padding-bottom-sm-1 {
        padding-bottom:1rem;   
    }

    .padding-top-sm-0 {
        padding-top:0!important;
    }
    
    .padding-bottom-sm-0 {
        padding-bottom:0!important;
    }
    
    .margin-top-sm-0{
        margin-top:0 !important;
    }
    
    .margin-bottom-sm-0{
        margin-bottom:0;
    }
    
     .margin-top-sm-2{
        margin-top:2rem;
    }
    
    .margin-bottom-sm-2{
        margin-bottom:2rem;
    }
    
    .margin-top-sm-1{
        margin-top:1rem;
    }
    
    .margin-bottom-sm-1{
        margin-bottom:1rem;
    }
    
    .padding-bottom-sm-0{
        padding-bottom:0 !important;
    }
    
    .copyright {
        font-size: 100%;
    }
    
    .small-block {
        display:block;
    }
}




.ecommerce-product-slider .orbit-previous,
.ecommerce-product-slider .orbit-next {
  color: #cacaca;
}

.ecommerce-product-slider .orbit-bullets button {
  height: 0.65rem;
  width: 0.65rem;
}

.ecommerce-product-slider .product-card {
  background-color: #fefefe;
  border: 1px solid #e6e6e6;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

.ecommerce-product-slider .product-card-thumbnail {
  display: block;
  position: relative;
}

.ecommerce-product-slider .product-card-title {
  font-family: 'Open sans', sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.45rem;
  margin-top: 1rem;
  margin-bottom: 0;
}

.ecommerce-product-slider .product-card-desc {
  color: #8a8a8a;
  display: block;
  font-family: 'Open sans', sans-serif;
  font-size: 0.85rem;
}

.ecommerce-product-slider .product-card-price {
  color: #3e3e3e;
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 600;
  margin-top: 0.8rem;
}

.ecommerce-product-slider .product-card-sale {
  color: #cacaca;
  display: inline-block;
  font-size: 0.85rem;
  margin-left: 0.3rem;
  text-decoration: line-through;
}

.ecommerce-product-slider .product-card-colors {
  display: block;
  margin-top: 0.8rem;
}

.ecommerce-product-slider .product-card-color-option {
  display: inline-block;
  height: 25px;
  width: 25px;
}

header button.openMenu {
    background: initial;
    color: initial;
}


/******* Main Css ********/

.accordion-title::before{display:none}

body,body p{font-family:"Source Serif 4",serif;font-weight:400;color:#30302D;font-style:normal;font-size:16px;line-height:1.7;letter-spacing:.15px}


.mobile-contact-buttom-section {border-top: 1px solid #CCC;}

/******* Header *********/
header .dropdown.menu li ul.submenu li a:not(.button){color:#30302D;background:#FFF9EE;font-family:"Source Serif 4",serif;font-size:15px;font-weight:500;line-height:1.45;letter-spacing:.1px;padding:13px 20px;display:block;position:relative;transition:all .25s ease;width:226px!important;border-bottom:1px solid rgba(48,48,45,.1)}
.dropdown.menu>li.opens-right>.is-dropdown-submenu{right:auto;left:0;top:54px;padding:5px 0;border:1px solid rgba(48,48,45,.12);border-top:3px solid #4F9FD8;border-radius:0 0 8px 8px;background:#FFF9EE;box-shadow:0 14px 35px rgba(48,48,45,.16);overflow:hidden}
header .dropdown.menu li ul.submenu li a:not(.button):hover,header .dropdown.menu li ul.submenu li a:not(.button):active,header .dropdown.menu li ul.submenu li a:not(.button):focus{color:#30302D;background:#EAF5FC;padding-left:25px}
header .dropdown.menu li ul.submenu li.is-active>a,header .dropdown.menu li ul.submenu li.active>a{color:#30302D!important;background:#EAF5FC!important;font-weight:600;padding-left:25px!important;border-left:3px solid #4F9FD8}
li.handle-financial-management-services ul.is-dropdown-submenu.menu.level-2.submenu.first-sub.vertical{overflow-y:auto;height:285px;scrollbar-width:thin;scrollbar-color:#4F9FD8 #FFF9EE}
li.handle-financial-management-services ul.is-dropdown-submenu.menu.level-2.submenu.first-sub.vertical::-webkit-scrollbar{width:5px}
li.handle-financial-management-services ul.is-dropdown-submenu.menu.level-2.submenu.first-sub.vertical::-webkit-scrollbar-track{background:#FFF9EE}
li.handle-financial-management-services ul.is-dropdown-submenu.menu.level-2.submenu.first-sub.vertical::-webkit-scrollbar-thumb{background:#4F9FD8;border-radius:10px}



/****** headings ****/
.banner-main-heading,.banner-main-heading.article-blog-main-heading{font-family:"Lora",serif;font-weight:600;font-size:36px !important;line-height:1.15;letter-spacing:-.025em;color:#FFF;margin:0 0 24px;text-transform:capitalize;display:inline-block;position:relative;z-index:1;transition:all .3s ease}
.banner-main-heading::before{content:"";position:absolute;top:-12px;left:-16px;width:22px;height:22px;border-top:2px solid #F6C945;border-left:2px solid #F6C945;transition:all .35s ease}
.banner-main-heading::after{content:"";position:absolute;right:-16px;bottom:-10px;width:22px;height:22px;border-right:2px solid #F6C945;border-bottom:2px solid #F6C945;transition:all .35s ease}
.banner-main-heading:hover::before{top:-16px;left:-20px;border-color:#FFF9EE}
.banner-main-heading:hover::after{right:-20px;bottom:-14px;border-color:#FFF9EE}
.new-blog-page-type .article-title{font-family:"Lora",serif;color:#30302D;margin:12px 0 20px;font-size:2.7em;line-height:1.2;font-weight:600;letter-spacing:-.02em}
.blog-author{box-shadow:0 10px 30px rgba(48,48,45,.1);position:relative;padding:24px 26px;border-radius:10px;border-top:3px solid #4F9FD8;background:#FFF9EE}
span.author_name{background:linear-gradient(90deg,#4F9FD8 0%,#62B978 100%);-webkit-background-clip:text;background-clip:text;color:transparent;font-family:"Lora",serif;font-weight:700;font-size:18px!important}
.section-main-heading,.new-blog-page-type .blog-ul h2,.new-blog-page-type .blog-ul h2 a{font-family:"Lora",serif;font-weight:600;font-size:34px;line-height:1.2;letter-spacing:-.02em;color:#bd4545;margin:0 0 22px;text-transform:capitalize;position:relative;transition:all .3s ease}
.section-main-heading::after{content:"";display:block;width:42px;height:3px;background:#4F9FD8; margin:12px auto 0;border-radius:3px;transition:width .3s ease}
.new-blog-page-type .blog-ul h2 a:hover{color:#4F9FD8}
.new-blog-page-type .blog-ul h2:hover::after,.section-main-heading:hover::after{width:68px;background:#E85D5D}
footer h3{font-family:"Lora",serif;font-weight:600;font-size:20px;line-height:1.4;color:#BD4545!important;margin-bottom:18px;position:relative}
footer h3::after{content:"";display:block;width:32px;height:2px;background:#F6C945;margin-top:9px;border-radius:2px;transition:width .3s ease}
footer h3:hover::after{width:52px}
.article-body h2,.article-body h3,.ps-blog-recent-posts h2,.ps-blog-recent-posts,.section-sub-heading{font-family:"Lora",serif;font-weight:600;font-size:23px;line-height:1.3;letter-spacing:-.015em;color:#30302D;margin:0 0 16px;text-transform:capitalize}

/*button*/
.button{position:relative;overflow:hidden;font-family:"Source Serif 4",serif;font-weight:600;font-size:15px!important;letter-spacing:.8px;text-align:center;text-transform:none;display:inline-flex;align-items:center;justify-content:center;padding:14px 24px!important;cursor:pointer;background:#BD4545;color:#FFF9EE;border:1px solid #4F9FD8;border-radius:6px;transition:all .3s ease;box-shadow:0 6px 18px rgba(79,159,216,.22)}
.button::before{content:"";position:absolute;left:0;bottom:0;width:0;height:3px;background:#F6C945;transition:width .35s ease;z-index:1}
.button::after{content:"";position:absolute;top:0;left:-100%;width:60%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,249,238,.18),transparent);transform:skewX(-20deg);transition:left .55s ease;pointer-events:none}
.button:hover{background:#30302D!important;color:#FFF9EE;border-color:#30302D;transform:translateY(-3px);box-shadow:0 12px 26px rgba(48,48,45,.2)}
.button:hover::before{width:100%}
.button:hover::after{left:140%}
.button:active{transform:translateY(-1px);box-shadow:0 5px 14px rgba(48,48,45,.16)}


/*bullet-list*/
ul.list.bullet-list li{position:relative;padding-left:32px;list-style:none;margin-bottom:12px;color:#30302D;text-align:left;transition:all .25s ease}
ul.list.bullet-list li::before{content:"✓";position:absolute;left:0;top:2px;width:21px;height:21px;display:flex;align-items:center;justify-content:center;background:#4F9FD8;color:#FFF9EE;border-radius:50%;font-family:"Source Serif 4",serif;font-size:12px;font-weight:600;line-height:1;transition:all .25s ease;box-shadow:0 4px 10px rgba(79,159,216,.2)}
ul.list.bullet-list li:hover::before{transform:scale(1.08);background:#30302D;color:#F6C945;box-shadow:0 5px 14px rgba(48,48,45,.18)}
ul.list.bullet-list li:hover{color:#4F9FD8;transform:translateX(3px)}


/*banner*/
.user-logged-out .inner-content-div{position:relative;z-index:3;max-width:650px;padding:42px 46px 44px 48px;margin:0;text-align:left;background:rgba(24,31,38,.42);border:1px solid rgba(255,249,238,.14);border-left:3px solid #F6C945;border-radius:2px;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);box-shadow:0 18px 45px rgba(0,0,0,.14);transition:transform .4s ease,background .4s ease,box-shadow .4s ease}
.user-logged-out .inner-content-div::before{content:"";position:absolute;top:18px;right:18px;width:38px;height:38px;border-top:1px solid rgba(246,201,69,.65);border-right:1px solid rgba(246,201,69,.65);pointer-events:none;transition:all .4s ease}
.user-logged-out .inner-content-div:hover{transform:translateY(-4px);background:rgba(24,31,38,.52);box-shadow:0 22px 50px rgba(0,0,0,.2)}
.user-logged-out .inner-content-div:hover::before{width:52px;height:52px;border-color:#4F9FD8}

.banner-main-heading,.banner-main-heading.article-blog-main-heading{font-family:"Lora",serif;font-weight:600;font-size:36px;line-height:1.12;letter-spacing:-.025em;color:#FFF9EE;margin:0 0 22px;text-transform:none;display:block;position:relative;z-index:2}
.banner-main-heading::before{content:"";position:absolute;left:-22px;top:5px;width:3px;height:48px;background:#F6C945;border:0;transition:height .4s ease,background .3s ease}
.banner-main-heading::after{display:none}
.banner-main-heading:hover::before{height:70px;background:#4F9FD8}

.user-logged-out .inner-content-div p{position:relative;max-width:560px;margin:0 0 25px;font-family:"Source Serif 4",serif;font-size:17px;font-weight:400;line-height:1.72;letter-spacing:.01em;color:rgba(255,249,238,.92)}

.in-banner-des{position:relative;z-index:3;max-width:650px;padding:42px 46px 44px 48px;margin:0;text-align:left;background:rgba(24,31,38,.42);border:1px solid rgba(255,249,238,.14);border-left:3px solid #F6C945;border-radius:2px;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);box-shadow:0 18px 45px rgba(0,0,0,.14);transition:transform .4s ease,background .4s ease,box-shadow .4s ease}
.in-banner-des::before{content:"";position:absolute;top:18px;right:18px;width:38px;height:38px;border-top:1px solid rgba(246,201,69,.65);border-right:1px solid rgba(246,201,69,.65);pointer-events:none;transition:all .4s ease}
.in-banner-des::after{display:none}
.in-banner-des:hover{transform:translateY(-4px);background:rgba(24,31,38,.52);box-shadow:0 22px 50px rgba(0,0,0,.2)}
.in-banner-des:hover::before{width:52px;height:52px;border-color:#4F9FD8}
.in-banner-des p{position:relative;margin:0 0 25px;font-family:"Source Serif 4",serif;font-size:17px;line-height:1.72;letter-spacing:.01em;color:rgba(255,249,238,.92)}

.cta-links,.cta-link-home{font-family:"Source Serif 4",serif;font-size:16px;font-weight:600;letter-spacing:.03em;color:#FFF9EE!important;text-decoration:none;display:inline-flex;align-items:center;position:relative;padding:5px 0;transition:all .3s ease}
.cta-links::after,.cta-link-home::after{content:"";position:absolute;left:0;bottom:0;width:0;height:2px;background:#F6C945;border-radius:2px;transition:width .35s ease}
.cta-links:hover,.cta-link-home:hover{color:#F6C945!important;transform:translateY(-2px)}
.cta-links:hover::after,.cta-link-home:hover::after{width:100%}

.main-banner-sec{position:relative;isolation:isolate}
.main-banner-sec::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(20,31,42,.72) 0%,rgba(20,31,42,.48) 38%,rgba(20,31,42,.12) 72%,rgba(20,31,42,.18) 100%);z-index:1;pointer-events:none}
.main-banner-sec>*{position:relative;z-index:2}

h1.banner-main-heading.text-left {
    text-align: left;
}

/* @media screen and (max-width:1100px){
.inner-banner.blog-banner{position:relative;max-width:100%;display:flex;justify-content:center;align-items:center;text-align:center;padding:55px 20px;background:#30302D;overflow:hidden}
.user-logged-out .inner-content-div,.in-banner-des{max-width:650px;width:calc(100% - 30px);padding:36px 34px 38px 38px;margin:0 auto;text-align:left;background:rgba(24,31,38,.5);border-left:3px solid #F6C945}
.banner-main-heading,.banner-main-heading.article-blog-main-heading{font-size:30px;line-height:1.15;margin-bottom:18px}
.banner-main-heading::before{left:-18px;height:40px}
.user-logged-out .inner-content-div p,.in-banner-des p{font-size:16px;line-height:1.7;margin-bottom:22px}
}*/

@media screen and (max-width:640px){
.inner-banner.blog-banner{padding:45px 16px}
.user-logged-out .inner-content-div,.in-banner-des{width:calc(100% - 24px);padding:28px 24px 30px 28px;background:rgba(24,31,38,.58)}
.banner-main-heading,.banner-main-heading.article-blog-main-heading{font-size:30px;line-height:1.18;margin-bottom:16px}
.banner-main-heading::before{left:-14px;top:3px;height:34px;width:2px}
.user-logged-out .inner-content-div p,.in-banner-des p{font-size:15px;line-height:1.65}
.cta-links,.cta-link-home{font-size:15px}
}


/*footer*/
footer{margin-top:-1px;background:#FFF9EE;border-top:1px solid rgba(48,48,45,.08)}
footer.new-footer .footer-menu-container .menu li a{background:transparent;text-align:left;color:#30302D;line-height:1.35;font-family:"Source Serif 4",serif;font-size:15px;font-weight:500;position:relative;padding:4px 0;transition:all .3s ease}
footer.new-footer .footer-menu-container .menu li a::before{content:"";position:absolute;left:0;bottom:0;width:0;height:2px;background:#4F9FD8;border-radius:2px;transition:width .3s ease}
footer.new-footer .footer-menu-container .menu li a:hover{color:#4F9FD8;transform:translateX(4px)}
footer.new-footer .footer-menu-container .menu li a:hover::before{width:28px}
.new-footer ul.dropdown.menu li.active>a:not(.button) span,.new-footer ul.dropdown.menu li:hover>a:not(.button) span{color:#4F9FD8}
.is-dropdown-submenu>li{width:100%}
footer.new-footer .footer-menu-container .menu li.has-submenu a{padding-right:8px}
.new-footer .dropdown.menu>li.opens-right>.is-dropdown-submenu{display:none}
.new-footer .dropdown.menu>li.is-dropdown-submenu-parent>a::after{display:none}
footer .icon{color:#4F9FD8!important;margin-right:7px;margin-top:5px;transition:all .3s ease}
footer .icon:hover{color:#E85D5D!important;transform:translateY(-3px)}
svg.step.social-icon{fill:#4F9FD8!important;transition:all .35s cubic-bezier(.4,0,.2,1);cursor:pointer}
svg.step.social-icon:hover{fill:#E85D5D!important;transform:translateY(-3px) scale(1.08);filter:drop-shadow(0 4px 6px rgba(232,93,93,.2))}
.footer-media-box{margin-bottom:20px;display:block;transition:all .4s cubic-bezier(.4,0,.2,1);filter:drop-shadow(0 3px 6px rgba(48,48,45,.08))}
.footer-media-box:hover{transform:translateY(-4px) scale(1.02);filter:drop-shadow(0 8px 14px rgba(48,48,45,.16))}


/*mobile*/
aside.sidenav .menu.accordion-menu li a{background:#FFF9EE;color:#30302D;font-family:"Source Serif 4",serif;font-size:15px;font-weight:500;line-height:1.4;padding:14px 18px;border-bottom:1px solid rgba(48,48,45,.09);position:relative;transition:all .3s ease}
aside.sidenav .menu.accordion-menu li a:hover{background:#EAF5FC;color:#4F9FD8;padding-left:24px}
aside.sidenav .menu.accordion-menu .active>a{background:#EAF5FC;color:#30302D;border-right:4px solid #4F9FD8;font-weight:600;box-shadow:inset 0 0 0 1px rgba(79,159,216,.08);padding-left:30px}
aside.sidenav .menu.accordion-menu .active>a::before{content:"";position:absolute;left:14px;top:50%;width:6px;height:6px;background:#F6C945;border-radius:50%;transform:translateY(-50%);opacity:1;visibility:visible;display:block;z-index:5;transition:all .3s ease}
aside.sidenav .menu.accordion-menu .active>a:hover::before{left:18px;background:#E85D5D}
aside.sidenav .menu.accordion-menu>li.has-submenu.active>a::after{border-color:#4F9FD8 transparent transparent!important}
aside.sidenav .menu.accordion-menu li.is-submenu-item.is-accordion-submenu-item span{display:inline-block;line-height:1.7;padding-left:10px!important;color:#30302D}
.is-overlay-bg{opacity:.96;background:rgba(48,48,45,.88);backdrop-filter:blur(8px)}


/*** Services Section*****/
.service-box{position:relative;border-radius:16px!important;background:#FFF9EE!important;border:1px solid rgba(48,48,45,.1)!important;box-shadow:0 10px 30px rgba(48,48,45,.08)!important;transition:all .4s cubic-bezier(.165,.84,.44,1);overflow:hidden;display:flex;flex-direction:column;height:100%;padding:20px 20px 25px!important}.service-box::before{content:"";position:absolute;top:0;left:0;width:100%;height:3px;background:#4F9FD8;transform:scaleX(0);transform-origin:left;transition:transform .4s ease;z-index:2}.service-box:hover{transform:translateY(-8px);background:#FFF!important;box-shadow:0 20px 45px rgba(48,48,45,.14)!important;border-color:rgba(79,159,216,.3)!important}.service-box:hover::before{transform:scaleX(1)}.service-box .service-image-wrapper{overflow:hidden;border-radius:12px;margin-bottom:15px}.service-box .service-image{width:100%;height:200px;object-fit:cover;transition:transform .5s ease}.service-box:hover .service-image{transform:scale(1.05)}.service-box .content-padding{flex-grow:1;padding:0!important}.service-box h3.section-sub-heading{font-family:"Lora",serif;font-weight:600;font-size:19px!important;color:#BD4545!important;margin:10px 0 10px!important;text-transform:capitalize;position:relative}.service-box h3.section-sub-heading::after{content:"";display:block;width:28px;height:3px;background:#4F9FD8;margin:6px auto 0!important;border-radius:3px;transition:all .3s ease}.service-box:hover h3.section-sub-heading{color:#4F9FD8!important}.service-box:hover h3.section-sub-heading::after{width:46px;background:#E85D5D}.service-box p{font-family:"Source Serif 4",serif;font-size:14px!important;color:#30302D!important;line-height:1.5!important;margin:0 0 15px!important}.service-box .services-cta{margin-top:auto}.service-box .cta-link{font-family:"Source Serif 4",serif;font-size:14px!important;font-weight:600;color:#30302D!important;text-decoration:none;position:relative;display:inline-block;padding-bottom:2px}.service-box .cta-link::after{content:"";position:absolute;left:0;bottom:0;width:0;height:2px;background:#4F9FD8;border-radius:2px;transition:width .35s ease}.service-box .cta-link:hover{color:#4F9FD8!important}.service-box .cta-link:hover::after{width:100%}

.rounded.padding-1.height-100.flex-container.align-top,.rounded-section.padding-1.height-100.flex-container.align-top{position:relative;border-radius:14px!important;background:#FFF9EE!important;border:1px solid rgba(48,48,45,.11);box-shadow:0 8px 26px rgba(48,48,45,.07);transition:all .4s cubic-bezier(.165,.84,.44,1);overflow:hidden}
.rounded.padding-1.height-100.flex-container.align-top::before,.rounded-section.padding-1.height-100.flex-container.align-top::before{content:"";position:absolute;top:0;left:0;width:100%;height:3px;background:#4F9FD8;transform:scaleX(0);transform-origin:left;transition:transform .4s ease}
.rounded.padding-1.height-100.flex-container.align-top:hover,.rounded-section.padding-1.height-100.flex-container.align-top:hover{box-shadow:0 18px 40px rgba(48,48,45,.13);transform:translateY(-7px);border-color:rgba(79,159,216,.3)}
.rounded.padding-1.height-100.flex-container.align-top:hover::before,.rounded-section.padding-1.height-100.flex-container.align-top:hover::before{transform:scaleX(1)}
.rounded.padding-1.height-100.flex-container.align-top img,.rounded-section.padding-1.height-100.flex-container.align-top img{max-width:95px;transition:transform .4s ease,filter .4s ease}
.rounded.padding-1.height-100.flex-container.align-top:hover img,.rounded-section.padding-1.height-100.flex-container.align-top:hover img{transform:translateY(-5px) scale(1.05);filter:drop-shadow(0 5px 8px rgba(79,159,216,.18))}
.rounded-section.padding-1.height-100.flex-container.align-top{text-align:center}

@media(max-width:767px){
.service-box .content-padding{padding:25px 24px 10px}
.service-box{border-radius:12px}
.services-cta{padding-left:0}
}

ul.ps-blog-category.ul.mobile-categories,
     .blog-author.mb-15,
  .new-blog-page-type .article-category span,
    .new-blog-page-type .blog-read-more,  
  .articles-filter-container.show-for-large {text-transform: capitalize;}


.articles-filter-container.show-for-large{position:sticky;top:120px;padding:24px 30px;background:#FFF9EE;border:1px solid rgba(48,48,45,.1);border-left:3px solid #4F9FD8;border-top:3px solid #F6C945;border-radius:12px;box-shadow:0 10px 30px rgba(48,48,45,.09);transition:all .35s ease}
.articles-filter-container.show-for-large:hover{box-shadow:0 16px 38px rgba(48,48,45,.13);transform:translateY(-2px);border-left-color:#4F9FD8}

.color-white {color: #fff !important;}.color-black{color: #000000 !important;}

/*FAQ */
.accordion-title{position:relative;display:block;padding:18px 52px 18px 22px;font-family:"Lora",serif;font-size:17px;line-height:1.4;font-weight:600;background:#FFF9EE;color:#30302D;border:1px solid rgba(48,48,45,.12);border-radius:9px;transition:all .3s ease}
.accordion-title:hover,.accordion-title:focus{background:#FFF;color:#4F9FD8;border-color:rgba(79,159,216,.35);transform:translateY(-2px);box-shadow:0 8px 22px rgba(48,48,45,.09)}
.accordion-title::after{content:"+";position:absolute;right:20px;top:50%;width:26px;height:26px;display:flex;align-items:center;justify-content:center;transform:translateY(-50%);font-family:"Source Serif 4",serif;font-size:20px;font-weight:400;color:#4F9FD8;border:1px solid rgba(79,159,216,.4);border-radius:50%;transition:all .3s ease}
.accordion-title[aria-expanded="true"]{background:#EAF5FC;color:#30302D;border-color:rgba(79,159,216,.3);border-left:3px solid #4F9FD8;box-shadow:0 6px 18px rgba(79,159,216,.1)}
.accordion-title[aria-expanded="true"]::after{content:"−";background:#4F9FD8;color:#FFF9EE;border-color:#4F9FD8;transform:translateY(-50%)}
.accordion-content{border:1px solid rgba(48,48,45,.1);border-top:0;background:#FFF;padding:22px 24px;font-family:"Source Serif 4",serif;font-size:16px;color:#30302D;line-height:1.75;border-radius:0 0 9px 9px}
li.accordion-item{margin:0 0 12px;border-radius:9px;overflow:hidden;border:0;background:transparent}


/***** CTA *******/
.cta-links{font-family:"Source Serif 4",serif;font-size:15px;font-weight:600;letter-spacing:.04em;color:#30302D !important;text-decoration:none;display:inline-flex;align-items:center;position:relative;padding:5px 0;transition:all .3s ease}
.cta-links::after{content:"";position:absolute;left:0;bottom:0;width:0;height:2px;background:#4F9FD8;border-radius:2px;transition:width .35s ease}
.cta-links:hover{color:#4F9FD8;transform:translateY(-2px)}
.cta-links:hover::after{width:100%}

.cta-link-home{font-family:"Source Serif 4",serif;font-size:15px;font-weight:600;letter-spacing:.04em;color:#FFF9EE!important;text-decoration:none;display:inline-flex;align-items:center;position:relative;padding:6px 0;transition:all .3s ease}
.cta-link-home::after{content:"";position:absolute;left:0;bottom:0;width:0;height:2px;background:#F6C945;border-radius:2px;transition:width .35s ease}
.cta-link-home:hover{color:#FFF9EE!important;transform:translateY(-2px)}
.cta-link-home:hover::after{width:100%}


/***** ABout reviews ******/
.is-card.shadow-1.height-100.reviews-sec{position:relative;border-radius:16px;padding:28px;height:100%!important;background:#FFF9EE;color:#30302D;overflow:hidden;border:1px solid rgba(48,48,45,.1);box-shadow:0 8px 26px rgba(48,48,45,.08);transition:all .4s cubic-bezier(.165,.84,.44,1)}
.is-card.shadow-1.height-100.reviews-sec::before{content:"“";position:absolute;top:-18px;right:22px;font-family:"Lora",serif;font-size:110px;line-height:1;color:rgba(79,159,216,.12);pointer-events:none;transition:all .4s ease}
.is-card.shadow-1.height-100.reviews-sec::after{content:"";position:absolute;left:0;top:0;width:4px;height:0;background:#4F9FD8;border-radius:0 0 4px 4px;transition:height .4s ease}
.is-card.shadow-1.height-100.reviews-sec:hover{transform:translateY(-7px);background:#FFF;box-shadow:0 18px 42px rgba(48,48,45,.13);border-color:rgba(79,159,216,.25)}
.is-card.shadow-1.height-100.reviews-sec:hover::before{transform:translateY(-5px) scale(1.05);color:rgba(246,201,69,.18)}
.is-card.shadow-1.height-100.reviews-sec:hover::after{height:55px}
.is-card.shadow-1.height-100.reviews-sec p{position:relative;z-index:1;font-family:"Source Serif 4",serif;font-size:16px;line-height:1.75;color:#30302D}
.mab-sec-navy{background:#FFFCF7!important;position:relative;overflow:hidden;padding:80px 0!important}.mab-sec-navy::before{display:none}.mab-story-head{max-width:800px;margin:0 auto 50px!important}.mab-eyebrow{display:inline-block;font-family:"Source Serif 4",serif;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:2.5px;color:#4F9FD8!important;background:rgba(79,159,216,.1);padding:6px 16px;border-radius:30px;margin-bottom:18px;border:1px solid rgba(79,159,216,.2)}.mab-h2.on-navy{font-family:"Lora",serif;font-size:36px!important;line-height:1.3!important;color:#BD4545!important;font-weight:600}.mab-story{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:50px;flex-wrap:nowrap!important;width:100%}.mab-story-text,.mab-story-media{flex:1 1 0!important;width:50%!important;min-width:0!important}.mab-story-text p.mab-lead.on-navy{font-family:"Source Serif 4",serif;font-size:16px!important;line-height:1.75!important;color:#30302D!important;margin-bottom:24px!important}.mab-story-media{display:flex;justify-content:center;align-items:center}.mab-image-card{position:relative;background:transparent;padding:0;box-shadow:none;border:0;border-radius:0;transition:none;width:100%;max-width:500px}.mab-image-card:hover{transform:none;border-color:transparent}.mab-story-media img{width:100%;height:auto;border-radius:0;display:block;object-fit:cover;transition:none}.mab-image-card:hover img{transform:none}@media screen and (min-width:1024px){.mab-story{flex-direction:row!important;flex-wrap:nowrap!important}.mab-story-media{justify-content:flex-end}}@media screen and (max-width:1023.98px){.mab-story{flex-direction:column-reverse!important;gap:35px}.mab-story-text,.mab-story-media{width:100%!important;flex:0 0 100%!important}.mab-story-media{justify-content:center}.mab-image-card{max-width:450px}.mab-h2.on-navy{font-size:28px!important}}@media screen and (max-width:480px){.mab-image-card{max-width:100%}}
.mab-sec-paper{position:relative;overflow:hidden;padding:80px 0!important}.mab-mission{max-width:850px;margin:0 auto;text-align:center}.mab-eyebrow{display:inline-block;font-family:"Source Serif 4",serif;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:2.5px;color:#4F9FD8!important;background:rgba(79,159,216,.1);padding:6px 16px;border-radius:30px;margin-bottom:18px;border:1px solid rgba(79,159,216,.2)}.mab-mission-heading{font-family:"Lora",serif;font-size:36px!important;line-height:1.3!important;color:#BD4545!important;font-weight:600;margin-bottom:20px!important}.mab-mission-statement{font-family:"Source Serif 4",serif;font-size:18px!important;line-height:1.75!important;color:#30302D!important;margin:0!important}@media screen and (max-width:960px){.mab-mission-heading{font-size:28px!important}.mab-mission-statement{font-size:16px!important}}
.eae-sec-tint{background:#FFFCF7!important;position:relative;overflow:hidden;padding:80px 0!important}.eae-feat{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:60px;flex-wrap:nowrap!important;width:100%}.eae-feat-col{flex:1 1 0!important;width:50%!important;min-width:0!important;display:flex;flex-direction:column;align-items:center}.eae-feat-image-wrap{position:relative;border-radius:20px;overflow:hidden;background:transparent;padding:0;width:100%;max-width:500px}.eae-feat-col img{width:100%;height:auto;border-radius:16px;display:block;object-fit:cover}.eae-eyebrow{display:inline-block;font-family:"Source Serif 4",serif;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:2.5px;color:#4F9FD8!important;background:rgba(79,159,216,.1);padding:6px 16px;border-radius:30px;margin-bottom:18px;border:1px solid rgba(79,159,216,.2)}.eae-feat-h2{font-family:"Lora",serif;font-size:32px!important;line-height:1.3!important;color:#BD4545!important;font-weight:600;margin-bottom:24px!important}.eae-feat-col p.eae-lead{font-family:"Source Serif 4",serif;font-size:16px!important;line-height:1.75!important;color:#30302D!important;margin-bottom:20px!important}@media screen and (min-width:1024px){.eae-feat{flex-direction:row!important;flex-wrap:nowrap!important}.eae-feat-col:first-child{align-items:flex-start}.eae-feat-col:last-child{align-items:center}}@media screen and (max-width:1023.98px){.eae-feat{flex-direction:column-reverse!important;gap:40px}.eae-feat-col{width:100%!important;flex:0 0 100%!important}.eae-feat-image-wrap{max-width:450px}.eae-feat-h2{font-size:26px!important}}@media screen and (max-width:480px){.eae-feat-image-wrap{max-width:100%}}
.fa-border{color:#FFF9EE;background:#4F9FD8;border:1px solid #4F9FD8;padding:9px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;transition:all .3s ease;box-shadow:0 4px 12px rgba(79,159,216,.18)}
.fa-border:hover{color:#30302D;background:#F6C945;border-color:#F6C945;transform:translateY(-3px) scale(1.05);box-shadow:0 7px 16px rgba(246,201,69,.2)}

.new-footer ul.dropdown.menu li.active>a:not(.button) span,.new-footer ul.dropdown.menu li:hover>a:not(.button) span{color:#4F9FD8;border-bottom:2px solid #4F9FD8;transition:all .3s ease}

div.form-container .submit_wrap{text-align:center!important}



/****** Forms ******/
.form-container-3,form:has(.fieldset){background:#FFF9EE!important;border:1px solid rgba(48,48,45,.11)!important;padding:42px!important;border-radius:16px!important;box-shadow:0 16px 40px rgba(48,48,45,.09)!important;max-width:650px!important;margin:0 auto!important;position:relative;overflow:hidden}
.form-container-3::before,form:has(.fieldset)::before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:#4F9FD8;z-index:1}
.form-container-3::after,form:has(.fieldset)::after{content:"";position:absolute;right:-55px;bottom:-55px;width:150px;height:150px;border:18px solid rgba(79,159,216,.07);border-radius:50%;pointer-events:none}
.form-template-3 .ww-form-container-3 textarea{background:#FFF!important;border-radius:8px}
input.input,input[type="text"],input[type="email"],input[type="tel"],.form-container select,.form-container textarea{width:100s%!important;background:#FFF!important;border:1px solid rgba(48,48,45,.14)!important;border-radius:8px!important;padding:15px 18px!important;font-family:"Source Serif 4",serif;font-size:16px!important;color:#30302D!important;transition:all .3s ease!important;box-shadow:0 2px 8px rgba(48,48,45,.03)!important}
input.input:hover,input[type="text"]:hover,input[type="email"]:hover,input[type="tel"]:hover,.form-container select:hover,.form-container textarea:hover{border-color:rgba(79,159,216,.35)!important}
input.input:focus,input[type="text"]:focus,input[type="email"]:focus,input[type="tel"]:focus,.form-container select:focus,.form-container textarea:focus{border-color:#4F9FD8!important;background:#FFF!important;outline:none!important;box-shadow:0 0 0 3px rgba(79,159,216,.12)!important}
.fieldset label,.form-container label{font-family:"Source Serif 4",serif;font-size:16px!important;font-weight:600!important;color:#30302D!important;margin-bottom:7px!important;letter-spacing:.1px!important}
.form-container input[type="submit"],.form-container button[type="submit"]{position:relative;background:#4F9FD8!important;color:#FFF9EE!important;border:1px solid #4F9FD8!important;border-radius:6px!important;padding:15px 24px!important;font-family:"Source Serif 4",serif;font-size:15px!important;font-weight:600!important;letter-spacing:.06em!important;text-transform:none!important;transition:all .3s ease!important;box-shadow:0 7px 18px rgba(79,159,216,.2)!important;cursor:pointer!important;width:165px!important}
.form-container input[type="submit"]:hover,.form-container button[type="submit"]:hover{background:#30302D!important;border-color:#30302D!important;color:#FFF9EE!important;transform:translateY(-3px)!important;box-shadow:0 12px 25px rgba(48,48,45,.18)!important}
.form-template-3 .ww-form-container-3 select{background:#FFF!important;border:1px solid rgba(48,48,45,.14)!important;border-radius:8px!important}
input#mob_phone_phone_number_tel{padding-left:47px!important}
@media screen and (max-width:767px){.form-container-3,form:has(.fieldset){padding:30px 20px!important;border-radius:12px!important}.form-container input[type="submit"],.form-container button[type="submit"]{width:100%!important}}

#lead-magnet-form .ww-form-container{position:relative;overflow:hidden;max-width:660px;margin:0 auto;padding:42px 38px;border:1px solid rgba(48,48,45,.11);border-radius:16px;background:#FFF9EE;box-shadow:0 16px 40px rgba(48,48,45,.09)}
#lead-magnet-form .ww-form-container::before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:#4F9FD8}
#lead-magnet-form .ww-form-container::after{content:"";position:absolute;right:-55px;bottom:-55px;width:150px;height:150px;border:18px solid rgba(79,159,216,.07);border-radius:50%;pointer-events:none}
#lead-magnet-form form{width:100%}
#lead-magnet-form h2{font-family:"Lora",serif;font-size:34px;line-height:1.2;font-weight:600;color:#30302D;margin:0 0 14px;position:relative;z-index:1}
#lead-magnet-form h2::after{content:"";display:block;width:42px;height:3px;background:#F6C945;border-radius:3px;margin-top:12px}
#lead-magnet-form p{font-family:"Source Serif 4",serif;color:#30302D!important;font-size:16px;line-height:1.7;margin:0 0 26px;position:relative;z-index:1}
#lead-magnet-form .first_name_wrap,#lead-magnet-form .email_wrap{margin-bottom:18px}
#lead-magnet-form label{display:block;font-family:"Source Serif 4",serif;font-size:15px;font-weight:600;letter-spacing:.02em;text-transform:none;color:#30302D!important;margin-bottom:7px}
#lead-magnet-form .required{color:#E85D5D!important;margin-left:3px}
#lead-magnet-form input.input:not(.button){width:100%;padding:14px 17px;line-height:1.5;font-family:"Source Serif 4",serif;font-size:16px;background:#FFF!important;border:1px solid rgba(48,48,45,.14)!important;color:#30302D!important;border-radius:8px!important;box-shadow:0 2px 8px rgba(48,48,45,.03)!important;transition:all .3s ease}
#lead-magnet-form input.input:not(.button):hover{border-color:rgba(79,159,216,.35)!important}
#lead-magnet-form input.input:not(.button)::placeholder{color:#8B8882}
#lead-magnet-form input.input:not(.button):focus{outline:none;border-color:#4F9FD8!important;box-shadow:0 0 0 3px rgba(79,159,216,.12)!important}
#lead-magnet-form .error{display:block;margin-top:6px;font-family:"Source Serif 4",serif;font-size:13px;color:#BD4545}
#lead-magnet-form .captcha_wrap{margin-bottom:16px}
#lead-magnet-form input[type="submit"]{font-family:"Source Serif 4",serif;font-weight:600;font-size:15px!important;line-height:1.4!important;letter-spacing:.06em;text-align:center;text-transform:none;display:inline-flex;align-items:center;justify-content:center;padding:15px 26px!important;cursor:pointer;background:#4F9FD8!important;color:#FFF9EE!important;border:1px solid #4F9FD8!important;border-radius:6px!important;transition:all .3s ease;transform:translateY(0);width:max-content!important;box-shadow:0 7px 18px rgba(79,159,216,.2)}
#lead-magnet-form input[type="submit"]:hover,#lead-magnet-form input[type="submit"]:focus,#lead-magnet-form input[type="submit"]:active{background:#30302D!important;color:#FFF9EE!important;border-color:#30302D!important;opacity:1;transform:translateY(-3px);box-shadow:0 12px 25px rgba(48,48,45,.18);outline:none}
@media all and (max-width:640px){
#lead-magnet-form .ww-form-container{padding:30px 22px;border-radius:12px}
#lead-magnet-form h2{font-size:28px}
#lead-magnet-form p{font-size:15px}
#lead-magnet-form input[type="submit"]{width:100%!important}
}


@media screen and (max-width:1023.5px){
.inner-banner.blog-banner{position:relative;max-width:100%;width:100%;display:flex;justify-content:center;align-items:center;text-align:center;padding:55px 20px;background:#30302D;overflow:hidden}
.banner-main-heading{position:relative;z-index:2;color:#FFF9EE;font-family:"Lora",serif;font-weight:600;font-size:27px;line-height:1.15;letter-spacing:-.025em;margin:0 0 18px;text-align:center}
.banner-main-heading::before{content:"";position:absolute;left:-18px;top:3px;width:3px;height:40px;background:#F6C945;border:0;transition:height .4s ease,background .3s ease}
.banner-main-heading::after{display:none}
.banner-main-heading:hover::before{height:58px;background:#4F9FD8}

.user-logged-out .inner-content-div{position:relative;z-index:3;max-width:100%;width:100%;padding:36px 34px 38px;text-align:center;background:rgba(24,31,38,.5);border:1px solid rgba(255,249,238,.14);border-left:3px solid #F6C945;border-radius:2px;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);box-shadow:0 18px 45px rgba(0,0,0,.14);transition:transform .4s ease,background .4s ease,box-shadow .4s ease}
.user-logged-out .inner-content-div::before{content:"";position:absolute;top:18px;right:18px;width:38px;height:38px;border-top:1px solid rgba(246,201,69,.65);border-right:1px solid rgba(246,201,69,.65);pointer-events:none;transition:all .4s ease}
.user-logged-out .inner-content-div::after{display:none}
.user-logged-out .inner-content-div:hover{transform:translateY(-4px);background:rgba(24,31,38,.58);box-shadow:0 22px 50px rgba(0,0,0,.2)}
.user-logged-out .inner-content-div:hover::before{width:52px;height:52px;border-color:#4F9FD8}
.user-logged-out .inner-content-div p{position:relative;max-width:700px;margin:0 auto 22px;color:rgba(255,249,238,.92);font-family:"Source Serif 4",serif;font-size:16px;font-weight:400;line-height:1.7;letter-spacing:.01em;text-align:center}

.in-banner-des{position:relative;z-index:3;max-width:100%;width:100%;padding:36px 34px 38px!important;margin:0 auto!important;text-align:center;color:#FFF9EE;background:rgba(24,31,38,.5);border:1px solid rgba(255,249,238,.14);border-left:3px solid #F6C945;border-radius:2px;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);box-shadow:0 18px 45px rgba(0,0,0,.14);transition:transform .4s ease,background .4s ease,box-shadow .4s ease}
.in-banner-des::before{content:"";position:absolute;top:18px;right:18px;width:38px;height:38px;border-top:1px solid rgba(246,201,69,.65);border-right:1px solid rgba(246,201,69,.65);pointer-events:none;transition:all .4s ease}
.in-banner-des::after{display:none}
.in-banner-des:hover{transform:translateY(-4px);background:rgba(24,31,38,.58);box-shadow:0 22px 50px rgba(0,0,0,.2)}
.in-banner-des:hover::before{width:52px;height:52px;border-color:#4F9FD8}
.in-banner-des p{position:relative;max-width:700px;margin:0 auto 22px;color:rgba(255,249,238,.92);font-family:"Source Serif 4",serif;font-size:16px;line-height:1.7;letter-spacing:.01em;text-align:center}

.home-revies-sec{display:block}
footer h3{text-align:center;font-family:"Lora",serif;color:#BD4545!important}
footer h3::after{margin:9px auto 0;background:#F6C945}
footer h3:hover::after{width:55px}
}
.user-logged-out .inner-content-div p {color: #FFF;}


/****** newsletter sec********/
.eae-newsletter{position:relative;background:#30302D;overflow:hidden}
.eae-newsletter::before{content:"";position:absolute;top:0;left:0;width:100%;height:1px;background:linear-gradient(90deg,transparent,#F6C945 50%,transparent)}
.eae-newsletter::after{position:absolute;right:-120px;bottom:-180px;width:420px;height:420px;border:1px solid rgba(79,159,216,.1);border-radius:50%;pointer-events:none}
.eae-newsletter .is-box-centered{position:relative;z-index:2}
.eae-newsletter-content{position:relative;max-width:900px;margin:0 auto;padding:70px 40px;text-align:center}
.eae-newsletter-eyebrow{display:block;margin:0 0 14px;font-family:"Source Serif 4",serif;font-size:13px;font-weight:600;line-height:1.4;letter-spacing:.15em;text-transform:uppercase;color:#F6C945}


/*** service area *******/
.is-section.eae-service-area-sec{position:relative!important;background:#30302D!important;color:#FFF9EE!important;overflow:hidden}
.is-section.eae-service-area-sec::before{content:"";position:absolute;top:0;left:0;width:100%;height:1px;background:#F6C945}
.is-section.eae-service-area-sec .is-box-centered{position:relative;z-index:2}
.is-section.eae-service-area-sec .container{padding-top:65px;padding-bottom:65px}
.is-section.eae-service-area-sec .eae-service-area-eyebrow{display:inline-block;margin-bottom:18px;font-family:"Source Serif 4",serif;font-size:13px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:#F6C945!important}
.is-section.eae-service-area-sec .eae-service-area-intro{max-width:850px;margin:0 auto 28px;color:#FFF9EE!important;font-family:"Source Serif 4",serif;line-height:1.75}
.is-section.eae-service-area-sec .eae-service-area-label{margin:0 0 18px;color:#FFF9EE!important;font-family:"Source Serif 4",serif;font-size:14px;letter-spacing:.04em}
.is-section.eae-service-area-sec .eae-service-area-label strong{color:#FFF9EE!important;font-weight:600}
.is-section.eae-service-area-sec .eae-service-area-grid{display:flex;justify-content:center;flex-wrap:wrap;width:max-content;margin:0 auto;border-top:1px solid #686862;border-left:1px solid #686862}
.is-section.eae-service-area-sec .eae-service-area-link{display:flex;align-items:center;justify-content:space-between;gap:35px;min-width:180px;padding:16px 20px;border-right:1px solid #686862;border-bottom:1px solid #686862;color:#FFF9EE!important;font-family:"Source Serif 4",serif;font-size:15px;font-weight:600;text-decoration:none;transition:all .3s ease}
.is-section.eae-service-area-sec .eae-service-area-link span{font-size:16px;color:#4F9FD8!important;transition:all .3s ease}
.is-section.eae-service-area-sec .eae-service-area-link:hover{background:#3A3A36!important;color:#F6C945!important}
.is-section.eae-service-area-sec .eae-service-area-link:hover span{color:#F6C945!important;transform:translate(3px,-3px)}

@media(max-width:1023.5px){
.is-section.eae-service-area-sec .container{padding-top:48px;padding-bottom:48px}
.is-section.eae-service-area-sec .eae-service-area-intro{font-size:16px;line-height:1.7}
.is-section.eae-service-area-sec .eae-service-area-grid{display:grid;grid-template-columns:1fr}
.is-section.eae-service-area-sec .eae-service-area-link{width:100%;min-width:0}
}


/****** contact pg*****/
.contact-card{position:relative;border-radius:16px!important;background:#FFF9EE!important;border:1px solid rgba(48,48,45,.1)!important;box-shadow:0 10px 30px rgba(48,48,45,.08)!important;transition:all .4s cubic-bezier(.165,.84,.44,1);overflow:hidden;display:flex;flex-direction:column;align-items:center;text-align:center;padding:30px 15px!important;min-height:280px}.contact-card::before{content:"";position:absolute;top:0;left:0;width:100%;height:3px;background:#4F9FD8;transform:scaleX(0);transform-origin:left;transition:transform .4s ease;z-index:2}.contact-card:hover{transform:translateY(-8px);background:#FFF!important;box-shadow:0 20px 45px rgba(48,48,45,.14)!important;border-color:rgba(79,159,216,.3)!important}.contact-card:hover::before{transform:scaleX(1)}.contact-card .contact-icon{margin-bottom:12px;width:100%}.contact-card .contact-icon img{border-radius:50%;padding:8px;background:#EAF5FC;border:1px solid rgba(79,159,216,.2);transition:all .4s ease;display:inline-block}.contact-card:hover .contact-icon img{transform:translateY(-4px) scale(1.06);background:#FFF9EE;filter:drop-shadow(0 6px 12px rgba(79,159,216,.22))}.contact-card h3.section-main-heading{font-family:"Lora",serif;font-weight:600;font-size:19px!important;color:#BD4545!important;margin:8px 0 10px!important;text-transform:capitalize;position:relative;width:100%}.contact-card h3.section-main-heading::after{content:"";display:block;width:28px;height:3px;background:#4F9FD8;margin:6px auto 0!important;border-radius:3px;transition:all .3s ease}.contact-card:hover h3.section-main-heading{color:#4F9FD8!important}.contact-card:hover h3.section-main-heading::after{width:46px;background:#E85D5D}.contact-card p,.contact-card .cta-link{font-family:"Source Serif 4",serif;font-size:14px!important;color:#30302D!important;line-height:1.5!important;margin:0!important;width:100%;word-break:break-word;overflow-wrap:break-word}.contact-card .cta-link{font-weight:600;text-decoration:none;position:relative;display:inline-block}.contact-card .cta-link::after{content:"";position:absolute;left:0;bottom:-1px;width:0;height:2px;background:#4F9FD8;border-radius:2px;transition:width .35s ease}.contact-card .cta-link:hover{color:#4F9FD8!important}.contact-card .cta-link:hover::after{width:100%}.map{border-radius:16px!important;border:1px solid rgba(48,48,45,.12)!important;box-shadow:0 10px 30px rgba(48,48,45,.08)!important;transition:all .4s cubic-bezier(.165,.84,.44,1)}.map:hover{box-shadow:0 20px 45px rgba(48,48,45,.14)!important;border-color:rgba(79,159,216,.35)!important}


/****** Blog Pg ********/
.blog-articles{padding-right:0}.articles-filter-container{background-color:#FFFCF7;border:1px solid rgba(48,48,45,.1);border-radius:12px;padding:20px;margin-bottom:20px}.filter-h2,.mobile-category-title{font-family:"Lora",serif;font-size:18px!important;color:#BD4545!important;font-weight:600;margin-bottom:12px!important;display:flex;align-items:center;justify-content:space-between}.ps-blog-category.ul{list-style:none;margin:0;padding:0}.ps-blog-category.ul li{margin-bottom:8px}.ps-blog-category.ul li a{font-family:"Source Serif 4",serif;font-size:14px;color:#30302D;text-decoration:none;display:block;padding:6px 10px;border-radius:6px;transition:all .3s ease}.ps-blog-category.ul li a:hover,.ps-blog-category.ul li.active a{background-color:rgba(79,159,216,.1);color:#4F9FD8}.blog-li{list-style:none;margin-bottom:24px}.blog-article{background:#FFFCF7;border:1px solid rgba(48,48,45,.1);border-radius:12px;overflow:hidden;padding:20px;box-shadow:0 4px 15px rgba(48,48,45,.03)}.ps-article-img{margin:-20px -20px 16px -20px;overflow:hidden}.ps-article-img img{width:100%;height:auto;object-fit:cover;display:block}.article-category{font-family:"Source Serif 4",serif;font-size:12px;color:#4F9FD8;margin-bottom:8px;text-transform:uppercase;letter-spacing:1px}.article-category a{color:#4F9FD8;text-decoration:none}.article-category a:hover{text-decoration:underline}.article-title.widget-title{margin-bottom:10px}.article-title.widget-title a{font-family:"Lora",serif;font-size:20px!important;color:#BD4545!important;text-decoration:none;font-weight:600;line-height:1.3}.article-title.widget-title a:hover{color:#4F9FD8!important}.article-body.rte p{font-family:"Source Serif 4",serif;font-size:15px!important;line-height:1.6!important;color:#30302D!important;margin-bottom:12px!important}.blog-read-more{font-family:"Source Serif 4",serif;font-size:14px;font-weight:600;color:#4F9FD8;text-decoration:none;display:inline-flex;align-items:center}.blog-read-more:hover{color:#BD4545;text-decoration:underline}
.article-page-type{background-color:#FFFCF7}.article-blog-main-heading{font-family:"Lora",serif;font-size:36px!important;color:#BD4545!important;font-weight:600;margin-bottom:30px!important;line-height:1.3!important}.blog-author{font-family:"Source Serif 4",serif;font-size:15px;color:#30302D;background:rgba(79,159,216,.05);border:1px solid rgba(79,159,216,.15);border-radius:12px;padding:20px}.blog-author .lab-ul{list-style:none;margin:0;padding:0}.blog-author .lab-ul li{margin-bottom:8px}.blog-author .author_name{font-weight:600;color:#BD4545}.blog-author time{color:#30302D!important}.blog-author a{color:#4F9FD8;text-decoration:none}.blog-author a:hover{text-decoration:underline}.blog-article-content p.ps-article-img{margin:0 0 30px 0;border-radius:16px;overflow:hidden}.blog-article-content p.ps-article-img img{width:100%;height:auto;display:block;border-radius:16px}.article-body.rte p{font-family:"Source Serif 4",serif;font-size:17px!important;line-height:1.8!important;color:#30302D!important;margin-bottom:24px!important}.article-body.rte h2{font-family:"Lora",serif;font-size:26px!important;color:#BD4545!important;font-weight:600;margin:40px 0 20px 0!important;line-height:1.3!important}.article-body.rte a{color:#4F9FD8;text-decoration:underline}.blog-sidebar{margin-top:60px;border-top:1px solid rgba(48,48,45,.1);padding-top:40px}.blog-sidebar-h2{font-family:"Lora",serif;font-size:24px!important;color:#BD4545!important;font-weight:600;margin-bottom:24px!important}.ps-blog-recent-posts{list-style:none;margin:0;padding:0}.ps-blog-recent-posts .blog-li{margin-bottom:0;list-style:none}.ps-blog-recent-posts .blog-article{background:#FFFCF7;border:1px solid rgba(48,48,45,.1);border-radius:12px;padding:20px;max-width:500px}.ps-blog-recent-posts .ps-article-img{margin:-20px -20px 16px -20px;overflow:hidden}.ps-blog-recent-posts .ps-article-img img{width:100%;height:auto;display:block}.ps-blog-recent-posts .article-category{font-family:"Source Serif 4",serif;font-size:12px;color:#4F9FD8;margin-bottom:8px;text-transform:uppercase;letter-spacing:1px}.ps-blog-recent-posts .article-category a{color:#4F9FD8;text-decoration:none}.ps-blog-recent-posts .article-title.widget-title a{font-family:"Lora",serif;font-size:20px!important;color:#BD4545!important;text-decoration:none;font-weight:600;line-height:1.3}.ps-blog-recent-posts .item-body.rte p{font-family:"Source Serif 4",serif;font-size:15px!important;line-height:1.6!important;color:#30302D!important;margin-bottom:12px!important}@media screen and (max-width:960px){.article-blog-main-heading{font-size:28px!important}}
.blog-sidebar{padding-left:15px}.articles-filter-container{background-color:#FFFCF7;border:1px solid rgba(48,48,45,.1);border-radius:12px;padding:24px;margin-bottom:30px;box-shadow:0 4px 15px rgba(48,48,45,.03)}.articles-filter-container .filter-h2{font-family:"Lora",serif;font-size:20px!important;color:#BD4545!important;font-weight:600;margin-top:0!important;margin-bottom:16px!important;line-height:1.3;display:block!important}.articles-filter-container .filter-h2::after{display:none!important}.ps-blog-category.ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.ps-blog-category.ul li{margin:0;list-style:none;float:none;width:100%}.ps-blog-category.ul li a{font-family:"Source Serif 4",serif;font-size:15px;color:#30302D;text-decoration:none;display:block;width:100%;padding:10px 14px;background-color:#fff;border:1px solid rgba(189,69,69,0.2);border-radius:8px;box-sizing:border-box;transition:all .3s ease}.ps-blog-category.ul li a:hover,.ps-blog-category.ul li.active a{background-color:rgba(79,159,216,.1);border-color:#4F9FD8;color:#4F9FD8;font-weight:600}


/******** Home pg *****/
.eae-sec-navy{background-color:#FFF;padding:80px 0;position:relative;overflow:hidden;border-top:1px solid rgba(48,48,45,.1);border-bottom:1px solid rgba(48,48,45,.1)}.eae-sec-navy::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 80% 20%,rgba(79,159,216,0.06) 0%,transparent 50%);pointer-events:none}.eae-center-block{max-width:800px;margin:0 auto;text-align:center}.eae-eyebrow{font-family:"Source Serif 4",serif;font-size:13px;text-transform:uppercase;letter-spacing:2px;color:#4F9FD8;margin-bottom:16px;display:inline-block;font-weight:600}.eae-h2{font-family:"Lora",serif;font-size:36px!important;font-weight:600;line-height:1.3!important;margin-bottom:20px!important;color:#BD4545!important}.eae-lead{font-family:"Source Serif 4",serif;font-size:17px!important;line-height:1.8!important;margin-bottom:32px!important;color:#30302D!important}@media screen and (max-width:960px){.eae-sec-navy{padding:50px 0}.eae-h2{font-size:28px!important}}
.eae-sec-features{background-color:#FFFCF7 !important;padding:80px 0;position:relative;border-top:1px solid rgba(48,48,45,.1);border-bottom:1px solid rgba(48,48,45,.1)}.eae-sec-features .eae-number-top{font-family:"Lora",serif;font-size:24px;font-weight:600;color:#BD4545;line-height:1;background:rgba(189,69,69,0.08);display:inline-block;padding:12px 18px;border-radius:10px;margin-bottom:20px}.eae-sec-features .eae-h2{font-family:"Lora",serif;font-size:36px!important;color:#BD4545!important;font-weight:600;margin-bottom:20px!important;line-height:1.3!important;position:relative;padding-bottom:14px}.eae-sec-features .eae-h2::after{content:'';position:absolute;bottom:0;left:0;width:50px;height:2px;background-color:#4F9FD8}.eae-sec-features .eae-lead{font-family:"Source Serif 4",serif;font-size:16px!important;line-height:1.7!important;color:#30302D!important;margin:0!important}.eae-sec-features .eae-img-wrapper{display:block;max-width:450px;margin:0 auto;border-radius:16px;overflow:hidden;box-shadow:0 10px 30px rgba(48,48,45,.08);transition:all .3s ease}.eae-sec-features .eae-img-wrapper:hover{transform:scale(1.01)}.eae-sec-features .eae-img-wrapper img{width:100%;height:auto;object-fit:cover;display:block;border-radius:16px}@media screen and (max-width:960px){.eae-sec-features{padding:50px 0}.eae-sec-features .eae-h2{font-size:28px!important}.eae-sec-features .eae-h2::after{left:50%;transform:translateX(-25px)}}
.eae-sec-about{background-color:#FFFCF7 !important;padding:90px 0 !important;position:relative;border-top:1px solid rgba(48,48,45,.1);border-bottom:1px solid rgba(48,48,45,.1)}.eae-sec-about .eae-about-eyebrow{font-family:"Source Serif 4",serif;font-size:13px;text-transform:uppercase;letter-spacing:2px;color:#4F9FD8;margin-bottom:14px;display:inline-block;font-weight:600}.eae-sec-about .eae-about-h2{font-family:"Lora",serif;font-size:36px!important;color:#BD4545!important;font-weight:600;margin-bottom:20px!important;line-height:1.3!important;position:relative;padding-bottom:14px}.eae-sec-about .eae-about-h2::after{content:'';position:absolute;bottom:0;left:0;width:50px;height:2px;background-color:#4F9FD8}.eae-sec-about .eae-about-lead{font-family:"Source Serif 4",serif;font-size:16px!important;line-height:1.7!important;color:#30302D!important;margin-bottom:30px!important}.eae-sec-about .eae-about-img-wrap{max-width:480px;margin:0 auto;border-radius:16px;overflow:hidden;box-shadow:0 12px 35px rgba(48,48,45,.08);transition:all .3s ease}.eae-sec-about .eae-about-img-wrap:hover{transform:scale(1.01)}.eae-sec-about .eae-about-img-wrap img{width:100%;height:auto;object-fit:cover;display:block;border-radius:16px}.eae-sec-about .button.eae-about-btn{font-family:"Source Serif 4",serif;font-size:15px;font-weight:600;color:#FFFCF7;background-color:#BD4545;border:2px solid #BD4545;border-radius:8px;padding:12px 28px;text-decoration:none;display:inline-block;transition:all .3s ease}.eae-sec-about .button.eae-about-btn:hover{background-color:#4F9FD8;border-color:#4F9FD8;transform:translateY(-2px);box-shadow:0 6px 20px rgba(79,159,216,0.3)}@media screen and (max-width:960px){.eae-sec-about{padding:60px 0}.eae-sec-about .eae-about-h2{font-size:28px!important}.eae-sec-about .eae-about-h2::after{left:50%;transform:translateX(-25px)}}


/****** services inner pg *****/
.eae-intro-sec{background-color:#FFFCF7;padding:80px 0 !important;position:relative;border-top:1px solid rgba(48,48,45,.1);border-bottom:1px solid rgba(48,48,45,.1)}.eae-intro-row{align-items:center}.eae-intro-aside{text-align:left}.eae-eyebrow{font-family:"Source Serif 4",serif;font-size:13px;text-transform:uppercase;letter-spacing:2px;color:#4F9FD8;margin-bottom:16px;display:flex;align-items:center;font-weight:600;gap:10px}.eae-eyebrow-line{display:inline-block;width:30px;height:2px;background-color:#4F9FD8}.eae-h2{font-family:"Lora",serif;font-size:36px!important;color:#BD4545!important;font-weight:600;line-height:1.3!important;margin-bottom:24px!important;position:relative;padding-bottom:14px}.eae-h2::after{content:'';position:absolute;bottom:0;left:0;width:50px;height:2px;background-color:#4F9FD8}.eae-lead-p{font-family:"Source Serif 4",serif;font-size:18px!important;line-height:1.7!important;color:#30302D!important;font-weight:600;margin-bottom:20px!important}.eae-body{font-family:"Source Serif 4",serif;font-size:16px!important;line-height:1.8!important;color:rgba(48,48,45,.85)!important;margin:0!important}.eae-btn{font-family:"Source Serif 4",serif;font-size:15px;font-weight:600;color:#FFFCF7;background-color:#BD4545;border:2px solid #BD4545;border-radius:8px;padding:12px 28px;text-decoration:none;display:inline-flex;align-items:center;gap:8px;transition:all .3s ease;margin-top:24px}.eae-btn:hover{background-color:#4F9FD8;border-color:#4F9FD8;color:#FFFCF7;transform:translateY(-2px);box-shadow:0 6px 20px rgba(79,159,216,.3)}.eae-arrow{transition:transform .3s ease}.eae-btn:hover .eae-arrow{transform:translateX(4px)}@media screen and (max-width:960px){.eae-intro-sec{padding:50px 0}.eae-h2{font-size:28px!important}.eae-h2::after{left:50%;transform:translateX(-25px)}.eae-intro-aside{text-align:center;margin-bottom:40px}.eae-eyebrow{justify-content:center}}
.eae-benefits-sec{background-color:#FFFCF7;padding:80px 0 !important;position:relative;border-top:1px solid rgba(48,48,45,.1);border-bottom:1px solid rgba(48,48,45,.1)}.eae-benefits-head{margin-bottom:20px}.eae-eyebrow{font-family:"Source Serif 4",serif;font-size:13px;text-transform:uppercase;letter-spacing:2px;color:#4F9FD8;margin-bottom:16px;display:flex;align-items:center;font-weight:600;gap:10px}.eae-eyebrow-line{display:inline-block;width:30px;height:2px;background-color:#4F9FD8}.eae-benefit-card{background:rgba(255,255,255,.8);border:1px solid rgba(48,48,45,.08);padding:30px 24px;border-radius:12px;height:100%;transition:all .3s ease;display:flex;flex-direction:column}.eae-benefit-card:hover{border-color:rgba(79,159,216,.3);box-shadow:0 10px 30px rgba(48,48,45,.06);transform:translateY(-4px)}.eae-benefit-num{font-family:"Lora",serif;font-size:22px;font-weight:600;color:#BD4545;line-height:1;background:rgba(189,69,69,.08);display:inline-block;padding:10px 14px;border-radius:8px;margin-bottom:20px;width:fit-content}.eae-benefit-title{font-family:"Lora",serif;font-size:20px!important;color:#30302D!important;font-weight:600;margin-bottom:14px!important;line-height:1.3!important}.eae-benefit-desc{font-family:"Source Serif 4",serif;font-size:15px!important;line-height:1.6!important;color:rgba(48,48,45,.8)!important;margin:0!important}@media screen and (max-width:960px){.eae-benefits-sec{padding:50px 0}.eae-benefit-cell{margin-bottom:20px}}
.eae-sec-security,.eae-sec-access,.eae-sec-credential{background-color:#FFFCF7 !important;padding:90px 0 !important;position:relative;border-top:1px solid rgba(48,48,45,.1);border-bottom:1px solid rgba(48,48,45,.1)}.eae-sec-security .eae-security-h2,.eae-sec-access .eae-access-h2,.eae-sec-credential .eae-credential-h2{font-family:"Lora",serif;font-size:36px!important;color:#BD4545!important;font-weight:600;margin-bottom:20px!important;line-height:1.3!important;position:relative;padding-bottom:14px}.eae-sec-security .eae-security-h2::after,.eae-sec-access .eae-access-h2::after,.eae-sec-credential .eae-credential-h2::after{content:'';position:absolute;bottom:0;left:0;width:50px;height:2px;background-color:#4F9FD8}.eae-sec-security .eae-security-lead,.eae-sec-access .eae-access-lead,.eae-sec-credential .eae-credential-lead{font-family:"Source Serif 4",serif;font-size:16px!important;line-height:1.7!important;color:#30302D!important;margin-bottom:16px!important}.eae-sec-security .eae-security-body,.eae-sec-access .eae-access-body,.eae-sec-credential .eae-credential-body{font-family:"Source Serif 4",serif;font-size:15px!important;line-height:1.7!important;color:rgba(48,48,45,.85)!important;margin-bottom:24px!important}.eae-sec-security .eae-security-img-wrap,.eae-sec-access .eae-access-img-wrap,.eae-sec-credential .eae-credential-img-wrap{max-width:480px;margin:0 auto;border-radius:16px;overflow:hidden;box-shadow:0 12px 35px rgba(48,48,45,.08);transition:all .3s ease}.eae-sec-security .eae-security-img-wrap:hover,.eae-sec-access .eae-access-img-wrap:hover,.eae-sec-credential .eae-credential-img-wrap:hover{transform:scale(1.01)}.eae-sec-security .eae-security-img-wrap img,.eae-sec-access .eae-access-img-wrap img,.eae-sec-credential .eae-credential-img-wrap img{width:100%;height:auto;object-fit:cover;display:block;border-radius:16px}@media screen and (max-width:960px){.eae-sec-security,.eae-sec-access,.eae-sec-credential{padding:60px 0}.eae-sec-security .eae-security-h2,.eae-sec-access .eae-access-h2,.eae-sec-credential .eae-credential-h2{font-size:28px!important}.eae-sec-security .eae-security-h2::after,.eae-sec-access .eae-access-h2::after,.eae-sec-credential .eae-credential-h2::after{left:50%;transform:translateX(-25px)}}

.eae-pdf-card {
    background: rgba(255, 255, 255, .8);
    border: 1px solid rgba(48, 48, 45, .08);
    padding: 30px 24px;
    border-radius: 12px;
    height: 100%;
    transition: all .3s ease;
    display: flex;
    flex-direction: column;
}
.eae-pdf-title {
    font-family: "Lora", serif;
    font-size: 20px !important;
    color: #30302D !important;
    font-weight: 600;
    margin-bottom: 14px !important;
    line-height: 1.3 !important;
}
.eae-pdf-card:hover {
    border-color: rgba(79, 159, 216, .3);
    box-shadow: 0 10px 30px rgba(48, 48, 45, .06);
    transform: translateY(-4px);
}

.service-bg.is-dark-color {
    background: #FFFCF7 !important;
}


/****** service area*****/
.eae-sec-security{background-color:#FFFCF7;padding:60px 0;}
.eae-sec-security .inner-div{padding:20px 0;}
.eae-sec-security .eae-security-h2{font-size:2.25rem;font-weight:700;color:#222222;margin-bottom:20px;line-height:1.2;}
.eae-sec-security .eae-security-lead{font-size:1.05rem;line-height:1.7;color:#555555;margin-bottom:30px;}
.eae-service-cards-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(280px, 1fr));gap:20px;margin-top:30px;}
.eae-service-card{background-color:#ffffff;border:1px solid #e2dcd4;border-radius:8px;transition:all 0.3s ease;box-shadow:0 4px 6px rgba(0,0,0,0.02);}
.eae-service-card a{display:flex;flex-direction:column;justify-content:space-between;padding:24px;text-decoration:none;height:100%;}
.eae-service-card h3{font-size:1.15rem;font-weight:700;color:#222222;margin-bottom:12px;transition:all 0.3s ease;}
.eae-service-card p{font-size:0.95rem;line-height:1.5;color:#555555;margin:0 0 20px 0;}
.eae-card-link-text{font-size:0.9rem;font-weight:600;color:#4F9FD8;transition:all 0.3s ease;display:inline-block;}
.eae-service-card:hover{transform:translateY(-5px);border-color:#4F9FD8;box-shadow:0 10px 20px rgba(79,159,216,0.1);}
.eae-service-card:hover h3{color:#BD4545;}
.eae-service-card:hover .eae-card-link-text{color:#BD4545;text-decoration:underline;}

.footer-social-media li a {
    padding-right: 10px;
}

.new-footer-1 .step.social-icon {
    height: 35px;
    width: 35px;
}







