.social-links {
    text-align: center;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;
}
.social-links::before{
    content: '';
    height: 2px;
    width: 85%;
    background-color: #eee;
    left: 50%;
    top: 55%;
    transform: translate(-50%, -50%);
    position: absolute;
}
.social-links a {
    color: #999;
    font-size: 22px;
    font-family: Arial, sans-serif;
    text-decoration: none;
    font-weight: 500;
    margin: 0 10px;
}

.social-links .dot {
    color: #999;
    font-size: 22px;
    margin: 0 6px;
    user-select: none;
}

.divider {
    border: none;
    border-top: 2px solid #eee;
    margin: 25px auto 0 auto;
    width: 90%;
    max-width: 800px;
}

.call-us {
    font-size: 18px;
    display: flex;
    align-items: center;
}

.call-label {
    font-weight: bold;
    margin-right: 10px;
    color: #000;
}

.phone-wrapper {
    display: inline-block;
    position: relative;
}

.phone-number {
    color: #999;
    font-weight: normal;
    letter-spacing: 2px;
    position: relative;
    z-index: 1;
}

.underline-gradient {
    position: absolute;
    left: 0;
    bottom: -7px;
    width: 100%;
    height: 3px;
    border-radius: 2px;
    background: linear-gradient(90deg, #1976d2 0%, #1976d2 50%, #ffeb3b 50%, #ffeb3b 100%);
    z-index: 0;
}
.header-main .nav > li > a{
    font-size: 16px;
}
.btn-get-in-touch {
    background: #4285f4;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 4px 30px;
    border: 2px solid #ffe23b;
    border-radius: 99px;
    outline: none;
    cursor: pointer;
    transition: box-shadow 0.2s;
    box-shadow: none;
    letter-spacing: 1px;
    display: inline-block;
    text-transform: capitalize
}

.btn-get-in-touch:active,
.btn-get-in-touch:focus {
    box-shadow: 0 0 0 2px #ffe23b55;
}
.header-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
}
.header .flex-row{
    border-radius: 100px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1280px;
    margin-left: auto;
    padding: 12px 12px 12px 24px !important;
    display: flex;
    box-shadow: 0 2px 32px #0082f333;
    background-color: #FFF;
}
.header .nav-left{
    justify-content: center;
    gap: 30px;    
}
.header-bg-container .header-bg-color{
    background-color: transparent;
}
.header-wrapper.stuck{
    box-shadow: none !important;
}
.section .box .box-image img{
    height: 150px;
    object-fit: contain ;
}
.box .box-image img{
    border-radius: 12px;
}
.row .box{
    background-color: #fff;
    box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
    border-radius: 20px;
    padding: 20px;
}
.row .box h3 a{
    color: #0066cc;
    font-size: 20px;
}
.header .nav>li>a{
    color: #333;
    position: relative;
}
.stuck .header-main .nav > li > a{
    line-height: 1.3;
}
.header .nav>li>a:hover{
    position: relative;
}
.header .nav>li>a:hover::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    border-radius: 2px;
    background: linear-gradient(90deg, #1976d2 0%, #1976d2 50%, #ffeb3b 50%, #ffeb3b 100%);
    z-index: 0;
}
.header .nav>li.active>a::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    border-radius: 2px;
    background: linear-gradient(90deg, #1976d2 0%, #1976d2 50%, #ffeb3b 50%, #ffeb3b 100%);
    z-index: 0;
}
.menu-wrapper{
    display: flex;
    gap: 30px;
    font-weight: bold;
    color: #000;
}
.absolute-footer .pull-left{
    margin-left: 185px !important;
    display: flex;
    justify-content: center;
    float: none !important
}
.copyright-footer .menu-item{
    margin: 0 7px;
}
.copyright-footer .menu-item a{
    font-size: 16px;
    color: #333;
}
.copyright-footer .menu-item:first-child{
    margin-left: 0;
}
.copyright-footer .menu-item:last-child{
    margin-right: 0;
}
.post-item h5{
    font-size: 28px;
}
.post-item p{
    font-size: 18px;
}
.archive-title{
    font-size: 50px !important;
    text-align: center;
    margin-bottom: 30px;
}
.col-social .col-inner{
    border-left: 2px solid #eee;
    border-right: 2px solid #eee;
}   
.row-contact-info p{
    font-size: 20px;
    display: flex;
    align-items: center;
}
.row-contact-info p img{
    height: 30px;
    width: 30px;
    margin-bottom: 0 !important;
    margin-right: 10px;
    object-fit: contain;
    border-radius: 8px;
}
.row-contact-info p.top-img{
    display: flex;
    align-items: end;
    font-size: 26px;
    line-height: 1;
    justify-content: center;
}
.row-contact-info p.top-img img{
    width: auto;
    margin-bottom: 0 !important;
    height: 50px;
    object-fit: cover;
    margin-right: 0;
    margin: 0;
}
.roth-pattern{
    position: relative !important;
    left: 100%;
    transform: translateX(-50%);
    top: -325px;
    width: 260px !important;
}
/* .roth-pattern::before{
    content: '';
    background-color: #0066cc;
    width: 70px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: -65px;
}
.roth-pattern::after{
    content: '';
    background-color: #0066cc;
    width: 70px;
    height: 2px;
    position: absolute;
    top: 50%;
    right: -65px;
} */
.text-info{
    padding: 15px;
}
.banner-layers.container{
    max-width: 100%;
}
.banner-layers.container{
    max-width: 100%;
}
.banner-layers.container .text-box-content{
    height: 80px;
    display: flex;
    align-items: center;
    padding: 0 15px;
}
.banner-layers.container .text-box-content p{
    text-align: left;
    font-size: 1vw;
    font-weight: bold;
}
.absolute-footer{
    padding: 30px !important;
}