/*

Theme Name: RepublicPain

Description:  

Author: ThemeFusion

Author URI: https://theme-fusion.com

Template: Avada

Version: 1.0.0

Text Domain:  Avada

*/







.header-top-link {

    display: flex !important;

    flex-wrap: wrap;

    gap: 30px;

}



.header-top-link li {

    margin-bottom: 0 !important;

    padding: 0 !important;

    position: relative;

    white-space: nowrap;

}



.header-top-link li::before {

    content: "";

    height: 22px;

    border-left: 1px solid #cbcbcb;

    position: absolute;

    right: -16px;

}



.header-top-link li:last-child::before {

    content: none;

}



.header-top-link li .icon-wrapper {

    width: auto !important;

}



.header-top-link li .fusion-li-item-content {

    margin-left: 25px !important;

}





@media screen and (max-width: 1200px) {

    .custom-main-menu.awb-menu {

        --awb-font-size: 18px !important;

        --awb-gap: 32px !important;

    }



    .header-top-link li:last-child {

        display: none !important;

    }

}



@media screen and (max-width: 767px) {



    .header-top-link li::before {

        content: none;

    }

    .header-top-link {

        gap: 15px !important;

    }

    .header-top-link .fusion-li-item {

        position: relative;

    }

    .header-top-link .fusion-li-item-content a {

        display: block;

        position: absolute;

        top: 0;

        left: 0;

        width: 100%;

        height: 100%;

        overflow: hidden;

        text-indent: 2000px;

    }

    .header-top-link  .fusion-li-item:has(a) .fusion-li-icon{

        transition: all 0.2s ease-in-out;

    }

    .header-top-link  .fusion-li-item:has(a):hover .fusion-li-icon{

        color: var(--awb-color4) !important;

    } 



}







.custom-iconbox01 .heading-with-icon .image img {

    background-color: var(--awb-color5);

    border-radius: 50%;

    transition: all 0.2s ease-in-out;

}



.custom-iconbox01 .content-box-wrapper .content-box-heading {

    transition: all 0.2s ease-in-out;

}



.custom-iconbox01 .content-wrapper-background {

    border: 1px solid #d4dbe7 !important;

}



.custom-iconbox01 .content-container {

    font-size: 16px !important;

}



.custom-iconbox01 .content-box-wrapper:hover .heading-with-icon .image img {

    background-color: var(--awb-color4);

}



.custom-iconbox01 .content-box-wrapper:hover .content-box-heading {

    color: var(--awb-color4);

}



@media screen and (max-width: 991px) {

    .custom-iconbox01 .fusion-column {

        width: 33.333% !important;

    }



}



@media screen and (max-width: 767px) {

    .custom-iconbox01 .fusion-column {

        width: 50% !important;

    }



}



@media screen and (max-width: 540px) {

    .custom-iconbox01 .fusion-column {

        width: 100% !important;

    }



}













.custom-testimonials {

    width: 100%;

    max-width: 1150px;

    margin: 0 auto !important;

    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);

    background-color: #FFF;

    border-radius: 15px;

}



.custom-testimonials .avatar-image {

    --awb-avatar-size: 700px !important;

    display: flex;

    flex-direction: column;

    justify-content: center;

    align-items: center;

    box-sizing: content-box;



}



.custom-testimonials .author {

    order: -1;

}



.custom-testimonials .author .company-name a {

    font-size: 28px;

    color: var(--awb-color5);

    font-weight: 500;

    padding-bottom: 30px;

    padding-top: 50px;

    display: block;

    position: relative;

}



.custom-testimonials .author .company-name a::before {

    content: "";

    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD8AAAAyBAMAAAAZ7x4yAAAAG1BMVEXoNDYAAADoNDboNDboNDboNDboNDboNDboNDYCJX2iAAAACXRSTlMmABYcIAoGEg7HKOWaAAABXUlEQVQ4y32UO1LDQBBEG2M+4UhCMqGdEZryBQwJhPIN5BvIN5AJKI6Nveqha3ar6GzevJJmPxKqOd3PoVJEjEK7xfLIjshBwgTgXl0RCi0uuVVXhMKAa/QOEQr7VP6NKUKhRhRIJPSIrxChsEc2pIhBz7vzrgiFASkbCU4obFO1VF8kCR2AuJEtCYUGKScJTigM2RtEKKyzNYhQQMqr+k4oPBf77IRCU4zghIKl8kF9Jy5M+S44ocCR39R34sI+PwgnLiDl/VuCk1lowXx4PxDDCp5PCiKPV6FmoTkCMTQqF7MQiOEJyjkJgUThxgURg6ni7gYiQecTiASdcCB9FM6FMEXhVAhjFDaFsEZTCE0U6kKoo7AqZghkRFcsM5CeN4rxG6UYqjE/zkAMfja6yIFchDabsQpEH69+UoEYfN36fgMxaKgF24Ekodumxx0lkOhv/7XbvagtQuG/2C9ju1DU9jbdYQAAAABJRU5ErkJggg==');

    background-repeat: no-repeat;

    position: absolute;

    left: calc(50% - 31px);

    z-index: 1;

    width: 63px;

    height: 50px;

}







.custom-testimonials .testimonials-shortcode-blockquote .awb-quote {

    background-color: transparent !important;

    padding: 30px 50px 50px !important;

    font-size: 20px !important;

    color: var(--awb-color5) !important;

    font-style: normal !important;

}



.custom-testimonials .score-star {

    display: inline-block;

    --rating-size: 1em;

    --rating-spacing: .5em;

    --rating-position: calc(var(--rating-size) + var(--rating-spacing));

    --rating-img: url('data:image/svg+xml;utf8,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><path d="M50,5 67,32 98,40 77,64 80,96 50,84 20,96 23,64 2,40 33,32 50,5" stroke-width="2" stroke="%23d02930" fill="none" ></path></svg>');

    --rating-fill: url('data:image/svg+xml;utf8,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><path d="M50,5 67,32 98,40 77,64 80,96 50,84 20,96 23,64 2,40 33,32 50,5" stroke-width="2" stroke="rgba(231,113,27)" fill="%23d02930" ></path></svg>');

    --rating: 5;

    background-image: var(--rating-img), var(--rating-img), var(--rating-img), var(--rating-img), var(--rating-img);

    background-size: var(--rating-size);

    background-position: 0 center, calc(var(--rating-position) * 1) center, calc(var(--rating-position) * 2) center, calc(var(--rating-position) * 3) center, calc(var(--rating-position) * 4) center;

    background-repeat: no-repeat;

    width: calc(var(--rating-size)*5 + var(--rating-spacing) * 4);

    height: var(--rating-size);

    margin-bottom: 60px;

}



.custom-testimonials .score-star::before {

    content: "";

    background-image: var(--rating-fill), var(--rating-fill), var(--rating-fill), var(--rating-fill), var(--rating-fill);

    background-size: inherit;

    background-position: inherit;

    background-repeat: no-repeat;

    width: calc((var(--rating-size) + var(--rating-spacing)) * var(--rating));

    width: calc((var(--rating-size) + var(--rating-spacing))*(var(--rating) - rem(var(--rating), 1)) + var(--rating-size)* rem(var(--rating), 1));

    height: 100%;

    display: block;

}



.custom-testimonials .has-play {

    position: relative;

    cursor: pointer;

    max-width: 80%;

}



.custom-testimonials .has-play::before {

    content: "";

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    width: 75px;

    height: 75px;

    background-color: #FFF;

    border-radius: 50%;

    background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z" fill="%23d02930" ></path></svg>');

    background-size: 18px auto;

    background-position: center center;

    background-repeat: no-repeat;



}





.custom-testimonials .fusion-nav-prev {

    position: absolute;

    top: 50%;

    left: 50px;

    width: 30px;

    height: 30px;

    border-top: 2px solid var(--awb-color5);

    border-left: 2px solid var(--awb-color5);

    transform: rotate(-45deg) translate(-50%, -50%);

    cursor: pointer;

    transition: border-color 0.3s ease-in-out;

}



.custom-testimonials .fusion-nav-next {

    position: absolute;

    top: 50%;

    right: 50px;

    width: 30px;

    height: 30px;

    border-top: 2px solid var(--awb-color5);

    border-left: 2px solid var(--awb-color5);

    transform: rotate(135deg) translate(-50%, -50%);

    cursor: pointer;

    transition: border-color 0.3s ease-in-out;

}

.custom-testimonials .fusion-nav-prev:hover,

.custom-testimonials .fusion-nav-next:hover{

    border-top-color: var(--awb-color4);

    border-left-color: var(--awb-color4);

}





@media screen and (max-width: 767px) {

    .custom-testimonials .testimonials-shortcode-blockquote .awb-quote {

        padding: 30px 30px 30px !important;

        font-size: 16px !important;

    }

    .custom-testimonials .fusion-nav-prev,

    .custom-testimonials .fusion-nav-next{

        width: 15px;

        height: 15px;

    }

    .custom-testimonials .author .company-name a{

        padding-top: 30px;

    }

}









.footer-listbox ul {

    margin: 0;

    padding: 0;

    list-style: none;

    font-size: 16px;

}



.footer-listbox ul li {

    font-size: 16px;

    border-left: 1px solid currentColor;

    margin-bottom: 15px;

    transition: all 0.3s ease-in-out;

}



.footer-listbox ul li a {

    color: currentColor;

    padding-left: 15px;

    display: block;

    transition: none;

    font-size: 16px;

}



.footer-listbox ul li:hover {

    color: #FFF;

}



.footer-listbox .link {

    color: #85a1ff;

}



.footer-listbox .link::after {

    content: "";

    width: 8px;

    height: 8px;

    color: currentColor;

    border-bottom: 1px solid currentColor;

    border-right: 1px solid currentColor;

    display: inline-block;

    transform: rotate(-45deg);

    vertical-align: middle;

    margin-bottom: 2px;

}



.footer-listbox .link:hover {

    color: #FFF;

}



.footer-listbox2 {

    margin-top: -15px !important;

}



.footer-listbox2 .icon-wrapper {

    display: none !important;

}



.footer-listbox2 .fusion-li-item-content {

    margin-inline-start: 0 !important;

}



.footer-listbox2 a {

    color: currentColor;

    display: block;

    padding: 6px 0;

}



.footer-listbox2 a:hover {

    color: #FFF;

}





.footer-bottom-box a {

    color: currentColor !important;

}



.footer-bottom-box a:hover {

    color: #FFFFFF !important;

}

body #boxed-wrapper .list_disc .fusion-li-item .icon-wrapper{
    width: auto;
}
body #boxed-wrapper .list_disc .fusion-li-item .icon-wrapper i::before{
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    background-color: #CA1D23;
    border-radius: 50%;
}
body #boxed-wrapper .list_disc .fusion-li-item .fusion-li-item-content{
    margin-left: 22px;
}
body #boxed-wrapper .bg_option{
    background-position: 100% 415px;
}
body #boxed-wrapper .form_style01_box .fusion-form-field .fusion-form-element-required{
    color: #dc0b1e;
    text-decoration: none;
}
body #boxed-wrapper .down_con_list .content-box-wrapper .heading.heading-with-icon{
    margin-bottom: 0;
}
body #boxed-wrapper .down_con_list .content-box-wrapper .heading.heading-with-icon .content-box-heading{
    font-weight: 600;
}
body #boxed-wrapper .down_con_list .content-box-wrapper .heading-link:before{
    content: "";
    position: absolute;
    inset: 0;
}
body #boxed-wrapper .down_con_list .content-box-wrapper .heading-link:after{
    content: "";
    background: url(/wp-content/uploads/2025/12/0758-download2.svg) 0 0 no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 43px;
    top: 50%;
    margin-top: -10px;
}
body #boxed-wrapper .down_con_list .content-box-wrapper{
    padding: 32.5px 45px;
}
body #boxed-wrapper .info_box_style .content-box-column .image{
    display: block;
    border-radius: 50%;
    background-color: #FEF9F9;
    overflow: hidden;
    transition: all ease-in 300ms;
    width: 184px;
    height: 184px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 33px;
}
body #boxed-wrapper .info_box_style .content-box-column .image img{
    transition: all ease-in 300ms;
}
body #boxed-wrapper .info_box_style .content-box-column:hover .image{
    background-color: var(--awb-color4);
}
body #boxed-wrapper .info_box_style .content-box-column:hover .image img{
    filter: grayscale(100%) brightness(500%);
}
body #boxed-wrapper .info_box_style .content-box-heading{
    font-family: 'Roboto';
    font-weight: bold;
}
body #boxed-wrapper .info_box_style .fusion-read-more{
    font-family: 'Roboto';
    display: inline-block;
    position: relative;
    padding-left: 26px;
    color: #0d1c57;
}
body #boxed-wrapper .info_box_style .fusion-read-more:after{
    content: "";
    position: absolute;
    left: 0;
    width: 14px;
    height: 1px;
    background-color: currentColor;
    right: auto;
}
body #boxed-wrapper .info_box_style .fusion-read-more:before{
    content: "";
     transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    position: absolute;
    left: 9px;
    top: 9px;
    border-top: 1px solid;
    border-right: 1px solid;
    border-color: currentColor;
    width: 9px;
    height: 9px;
}
body #boxed-wrapper .info_box_style .content-box-column:hover .content-box-heading,
body #boxed-wrapper .info_box_style .content-box-column:hover .fusion-read-more{
    color: var(--awb-color4);
}
body #boxed-wrapper .info_box_style .content-box-column:hover .fusion-read-more:before,
body #boxed-wrapper .info_box_style .content-box-column:hover .fusion-read-more:after{
    color: var(--awb-color4);
}
body #boxed-wrapper .info_box_style .content-box-wrapper{
    display: flex;
    flex-flow: column;
    align-items: center;
    height: 100%;
}
body #boxed-wrapper .info_box_style .content-box-wrapper .content-container{
    margin-bottom: 15px;
    flex-grow: 1;
}
body #boxed-wrapper .info_box_style > div > div > div{
    margin-bottom: 0;
}
body #boxed-wrapper .info_box_style > div > div > div,
body #boxed-wrapper .info_box_style > div > div,
body #boxed-wrapper .info_box_style > div{
    height: 100%;
}


/* custom-tab */
.custom-tabIndex:not(.is-tabCompleted) .custom-tabHeader .fusion-button {
    pointer-events: none;
}

.custom-tabIndex .custom-tabContent .fusion-builder-row.fusion-builder-row-inner {
    display: none;
}
.custom-tabIndex .custom-tabHeader .fusion-button{
    display: block;
    width: 100%;
    text-align: left;
    padding: 16px 60px 16px 27px;
    position: relative;
    background-color: #F6F7FD;
    color: #0d1c57;
    margin: 0 0 4px;
     transition: all ease-in 300ms;
}
.custom-tabIndex .custom-tabHeader .fusion-button .fusion-button-text{
    color: currentColor !important;
        transition: all ease-in 300ms;
}
.custom-tabIndex .custom-tabHeader .fusion-button:before{
    content: "";
    position: absolute;
    width: 20px;
    height: 1px;
    background-color: #fff;
    right: 22px;
    top: 50%;
    margin-top: -1px;
    opacity: 0;
     transition: all ease-in 300ms;
}
.custom-tabIndex .custom-tabHeader .fusion-button:after{
    content: "";
     transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    position: absolute;
    right: 22px;
    top: 50%;
    border-top: 1px solid;
    border-right: 1px solid;
    border-color: #fff;
        width: 8px;
    height: 8px;
    margin-top: -5px;
    opacity: 0;
    transition: all ease-in 300ms;
}
.custom-tabIndex .custom-tabHeader .fusion-button.is-active{
    background-color: var(--awb-color4);
    color: #fff;
}
.custom-tabIndex .custom-tabHeader .fusion-button.is-active:before,
.custom-tabIndex .custom-tabHeader .fusion-button.is-active:after{
    opacity: 1;
}
body #boxed-wrapper .info_box_style .fusion-imageframe{
    background-color: #FEF8F8;
    border-radius: 50%;
    width: 153px;
    height: 153px;
    margin-left: auto;
    margin-right: auto;
        transition: all ease-in 300ms;
        margin-bottom: 35px;
}
body #boxed-wrapper .info_box_style .fusion-imageframe img{
    display: block;
    transition: all ease-in 300ms;
}
body #boxed-wrapper .info_box_style:hover .fusion-imageframe img{
    filter: grayscale(100%) brightness(500%);
}
body #boxed-wrapper .info_box_style:hover .fusion-imageframe{
    background-color: var(--awb-color4);
}
body #boxed-wrapper .map_box iframe{
    display: block;
}
body #boxed-wrapper .right_button_style .fa-angle-double-right{
    margin-right: 6px;
}
body #boxed-wrapper .post_col_style .widget li a{
    font-size: 18px;
    display: flex;
    padding: 3px 0;
    color: #0d1c57;
}
body #boxed-wrapper .post_col_style .widget li a:hover{
    color: var(--awb-color4);
}
body #boxed-wrapper .post_col_style .widget li a:before{
    font-size: 22px;
    line-height: 1;
    padding: 3px 16px 0 0;
    position: static;
}
body #boxed-wrapper .post_info_style .fusion-tb-published-date{
    font-style: italic;
}
body #boxed-wrapper .post_list_box .pagination{
    justify-content: flex-start;
    margin: 0;
    font-size: 16px;
    color: var(--awb-color5);
}
body #boxed-wrapper .post_list_box .pagination a,
body #boxed-wrapper .post_list_box .pagination span{
    border-color: #818EB9;
    padding: 10px;
}

@media screen and (min-width: 1600px) {

    body #boxed-wrapper .services_info_box .fusion-text{
        padding-left: 30px;
        padding-right: 30px;
    }
.footer_bottom .sep{
    margin: 0 6px;
}   
    body #boxed-wrapper .custom-layout-width > .fusion-builder-row{
        max-width: 1170px !important;
    }
}