#newHeader {
	position: inherit;
	background: #6a0fd1;
    background: -moz-linear-gradient(left, #6a0fd1 0%, #d905c3 100%);
    background: -webkit-linear-gradient(left, #6a0fd1 0%, #d905c3 100%);
    background: linear-gradient(to right, #6a0fd1 0%, #d905c3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6a0fd1', endColorstr='#d905c3', GradientType=1);
}

#primary {
    margin: 0 !important;
	width: 100% !important;
}
#press-release-page-banner,
#pr-post-single-header,
.gradient_text {
    background: #6a0fd1;
    background: -moz-linear-gradient(left, #6a0fd1 0%, #d905c3 100%);
    background: -webkit-linear-gradient(left, #6a0fd1 0%, #d905c3 100%);
    background: linear-gradient(to right, #6a0fd1 0%, #d905c3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6a0fd1', endColorstr='#d905c3', GradientType=1);
    padding: 25px 0;
}
#press-release-page-banner {
    display: block;
    clear: both;
    width: 100%;
    position: relative;
    padding: 60px 0;
}
#press-release-page-banner h1 {
    width: 100%;
    position: relative;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 35px;
    line-height: 1.2;
    letter-spacing: normal;
    color: #fff;
    margin-bottom: 10px;
}
#press-release-page-banner p {
    color: #FFFFFF;
    font-family: "Poppins", Sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.7em;
}
.press-releasetitl {
    width: 52%;
}
.pr-post-description {
    color: #595959;
    font-family: "Poppins", Sans-serif;
    font-size: 17px;
    font-weight: normal;
    line-height: 30px;
}
div#press-release-post-list button,
div#press-release-post-list a.pr-post-readmore {
    font-family: "Poppins", Sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: underline;
    letter-spacing: 2px;
    background: #690FD1;
    background: linear-gradient(to right, #690FD1 0%, #DA05C3 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-decoration: underline;
    display: inline-block;
    position: relative;
    padding: 0 80px 5px 0;
}
div#press-release-post-list button:before,
div#press-release-post-list a.pr-post-readmore:before {
    content: '';
    width: 24px;
    height: 17px;
    background: url(../png/arw.png);
    position: absolute;
    top: 0;
    right: 40px;
    bottom: 0;
    margin: auto;
}
div#press-release-post-list button:after,
div#press-release-post-list a.pr-post-readmore:after {
    content: '';
    width: 60%;
    height: 2px;
    border-bottom: 2px solid transparent;
    border-image: linear-gradient(to right, #690FD1 0%, #DA05C3 100%);
    border-image-slice: 1;
    position: absolute;
    left: 0;
    bottom: 0;
}
.pres-relebtns {
    padding: 60px 0 0;
    text-align: center;
}
.pres-relebtns .ast-container {
    display: inherit;
    font-size: 0;
}
.pres-relebtns a {
    color: #690fd1;
    background: #e9d7fd;
    border-radius: 50px;
    margin: 0 10px 10px 0;
    padding: 10px 20px;
    display: inline-block;
    font-size: 17px;
}
.pres-relebtns a:hover {
    color: #fff;
    background: -moz-linear-gradient(left, #690fd1 0%, #690fd1 43%, #690fd1 43%, #da05c3 100%, #da05c3 100%);
    background: -webkit-linear-gradient(left, #690fd1 0%, #690fd1 43%, #690fd1 43%, #da05c3 100%, #da05c3 100%);
    background: linear-gradient(to right, #690fd1 0%, #690fd1 43%, #690fd1 43%, #da05c3 100%, #da05c3 100%);
}

#press-release-page-banner:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../png/inner-bnrimg.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center right 20%;
}
.tax-press_tags #press-release-page-banner,
.tax-newsrooms #press-release-page-banner,
.tax-press_categories #press-release-page-banner {
    padding: 0;
}
.tax-press_tags #press-release-page-banner:before,
.tax-newsrooms #press-release-page-banner:before,
.tax-press_categories #press-release-page-banner:before {
    display: none;
}
.tax-press_tags #press-release-page-banner .ast-container,
.tax-newsrooms #press-release-page-banner .ast-container,
.tax-press_categories #press-release-page-banner .ast-container {
    background-image: url(../png/inner-bnrimg.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: auto 97%;
    padding-top: 80px;
    padding-bottom: 60px;
}
#press-release-page-banner h1 {
    text-transform: capitalize;
}
@media screen and (min-width: 550px) {
    #press-release-page-banner h1 {
        font-size: 50px;
    }
    .elementor-kit-8 h3.pr-post-title {
        font-size: 18px;
    }
    .pr-post-description {
        font-size: 15px;
        line-height: 26px;
    }
}
.prpl-block {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    gap: 25px;
    flex-wrap: wrap;
    position: relative;
    top: 0px;
    z-index: 5;
    grid-row-gap: 30px;
}
.press-release-post {
    width: 100%;
    background-color: #fff;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    -webkit-box-shadow: 2px 0px 6px 0px rgba(145, 186, 249, 0.25);
    -moz-box-shadow: 2px 0px 6px 0px rgba(145, 186, 249, 0.25);
    box-shadow: 2px 0px 6px 0px rgba(145, 186, 249, 0.25);

}
@media screen and (min-width: 550px) {
    .press-release-post {
        width: -webkit-calc(48% - 5px);
        width: -moz-calc(48% - 5px);
        width: -o-calc(48% - 5px);
        width: -ms-calc(48% - 5px);
        width: calc(48% - 5px);
    }
}
@media screen and (min-width: 1025px) {
    .press-release-post {
        width: -webkit-calc(32% - 5px);
        width: -moz-calc(32% - 5px);
        width: -o-calc(32% - 5px);
        width: -ms-calc(32% - 5px);
        width: calc(32% - 5px);
    }
}
.pr-post-thumb {
    --height: 280px;
    width: 100%;
    height: var(--height);
    overflow: hidden;
}
.pr-post-thumb img {
    min-height: var(--height);
    object-fit: cover;
    object-position: center center;
    border-radius: 10px 10px 0px 0px;
}
.pr-post-content-area {
    padding: 15px;
    display: block;
    clear: both;
    width: 100%;
    position: relative;
}
.pr-post-time {
    margin: 0 0 10px 0;
}
.elementor-kit-8 h3.pr-post-title {
    color: #111111;
    font-family: "Poppins", Sans-serif;
    font-size: 22px;
    font-weight: 600;

    margin: 0 0 10px 0;
}
.elementor-kit-8 h3.pr-post-title a {
    color: inherit;
    text-decoration: none !important;
}
.pr-post-readmoreLink {
    margin: auto 15px 25px 15px;
}
div#press-release-post-list {
    padding: 60px 0;
}
#press-release-post-list .ast-container {
    flex-direction: column;
}
#pr-post-single-header {
    display: block;
    clear: both;
    width: 100%;
    position: relative;
    padding: 0;
}
#pr-post-single-header .ast-container {
    background-image: url(../png/header_image_bg.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: auto 90%;
}
#pr-post-single-header .prpsh-inner {
    width: 100%;
    max-width: 810px;
    padding: 50px 0;
}
@media screen and (min-width: 768px) {
    #pr-post-single-header .prpsh-inner {
        padding: 80px 0;
    }
}
#pr-post-single-header .prpsh-inner h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 35px;
    line-height: 1.2;
    letter-spacing: normal;
    color: #fff;
}
@media screen and (min-width: 768px) {
    #pr-post-single-header .prpsh-inner h1 {
        font-size: 50px;
    }
}
#pr-post-single-header .prpsh-inner p {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.5;
    letter-spacing: normal;
    color: #fff;
}
#pr-post-single-header .prpsh-inner p strong {
    font-weight: 700;
}
#press-primary {
    display: block;
    clear: both;
    width: 100%;
    position: relative;
    padding: 50px 0;
    background-color: #ffffff;
}
@media screen and (min-width: 768px) {
    #press-primary {
        padding: 90px 0;
    }
}
@media screen and (min-width: 1025px) {
    #press-primary {
        padding: 120px 0;
    }
}
.single-inner-block {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 30px;
    flex-wrap: wrap;
}
@media screen and (min-width: 1025px) {
    .single-inner-block {
        gap: 50px;
    }
}
.sgl-post-left-block,
.sgl-post-right-block {
    width: 100%;
}
@media screen and (min-width: 768px) {
    .sgl-post-left-block {
        width: -webkit-calc(100% - 380px);
        width: -moz-calc(100% - 380px);
        width: -o-calc(100% - 380px);
        width: -ms-calc(100% - 380px);
        width: calc(100% - 380px);
    }
    .sgl-post-right-block {
        width: 350px;
    }
}
@media screen and (min-width: 1025px) {
    .sgl-post-left-block {
        width: -webkit-calc(100% - 480px);
        width: -moz-calc(100% - 480px);
        width: -o-calc(100% - 480px);
        width: -ms-calc(100% - 480px);
        width: calc(100% - 480px);
    }
    .sgl-post-right-block {
        width: 430px;
    }
}
.pr-post-share-block,
.pr-sgl-post-thumb {
    display: block;
    clear: both;
    width: 100%;
    position: relative;
    margin: 0 0 20px 0;
}
.pr-post-share-block ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}
.gradient_text {
    padding: 0;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: normal;
}
.pr-post-share-block a {
    background-image: url(../png/social-icons.png);
    width: 33px;
    height: 34px;
    display: block;
    clear: both;
    font-size: 0;
}
.pr-post-share-block a.facebook_icon {
    background-position: 0 0;
}
.pr-post-share-block a.twitter_icon {
    background-position: -45px 0;
}
.pr-post-share-block a.instagram_icon {
    background-position: -91px 0;
}
.pr-post-share-block a.linkeding_icon {
    background-position: -136px 0;
}
.sidebar-widget {
    position: relative;
    width: 100%;
    padding: 10px;
}
.sidebar-widget::after {
    content: '';
    width: 112px;
    height: 130px;
    background: #6a0fd1;
    background: -moz-linear-gradient(left, #6a0fd1 0%, #d905c3 100%);
    background: -webkit-linear-gradient(left, #6a0fd1 0%, #d905c3 100%);
    background: linear-gradient(to right, #6a0fd1 0%, #d905c3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6a0fd1', endColorstr='#d905c3', GradientType=1);
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.sidebar-widget>* {
    position: relative;
    z-index: 5;
    background-color: #f8faff;
    padding: 20px;
    display: block;
    clear: both;
    position: relative;
    margin-bottom: 30px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
@media screen and (min-width: 768px) {
    .sidebar-widget>* {
        padding: 30px;
        margin-bottom: 45px;
    }
}
.sidebar-header h4 {
    background: #6a0fd1;
    background: -moz-linear-gradient(left, #6a0fd1 0%, #d905c3 100%);
    background: -webkit-linear-gradient(left, #6a0fd1 0%, #d905c3 100%);
    background: linear-gradient(to right, #6a0fd1 0%, #d905c3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6a0fd1', endColorstr='#d905c3', GradientType=1);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6a0fd1', endColorstr='#d905c3', GradientType=1);
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 25px;
    line-height: 1.5;
    letter-spacing: normal;
}
.sidebar-header p {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 17px;
    line-height: 1.3;
    letter-spacing: normal;
    color: #111111;
}
.pr-post-author {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 19px;
    line-height: 1.5;
    letter-spacing: normal;
    color: #d306c4;
    margin: 10px 0;
}
.pr-post-phone a,
.pr-post-email a {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 19px;
    line-height: 1.5;
    letter-spacing: normal;
    color: #595959;
    margin: 10px 0;
    display: block;
}
.pr-post-phone i,
.pr-post-email i {
    color: #6c0fd1;
}
.pr-post-email a span {
    font-weight: 400;
    color: #d006c4;
}
.pr-post-newsroom {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.2;
    letter-spacing: normal;
    color: #595959;
}
.contactbtn {
    display: block;
    margin: 20px auto 0;
    max-width: 200px;
}
.list_items {
    list-style-type: none;
    text-align: left;
    margin: 0;
}
.list_items li {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
}
.list_items li a {
    display: block;
    padding: 5px 10px;
    background-color: #fff;
    border: 1px solid #d605c3;
    color: #d605c3;
}
.list_items li a:hover {
    background-color: #d605c3;
    color: #fff;
}
.press-release-single-article {
    display: block;
    clear: both;
    width: 100%;
    position: relative;
    background-color: #fff;
    border-top: 1px solid #f7d9ff;
    padding: 50px 0;
}
@media screen and (min-width: 992px) {
    .press-release-single-article {
        padding: 65px 0;
    }
}
.press-release-single-article::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(241, 245, 251, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(241, 245, 251, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(241, 245, 251, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6f1f5fb', endColorstr='#00000000', GradientType=0);
    -webkit-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6f1f5fb', endColorstr='#00000000', GradientType=0);
}
@media screen and (min-width: 992px) {
    .press-release-single-article::before {
        height: 700px;
        background: #f4f7fd;
    }
}
.press-release-single-article .ast-container {
    flex-wrap: wrap;
    z-index: 5;
    position: relative;
}
.breadcrumb_navigation {
    display: block;
    clear: both;
    width: 100%;
    position: relative;
    margin-bottom: 15px;
}
.breadcrumb_navigation ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.breadcrumb_navigation ul li {
    display: inline-block;
    vertical-align: middle;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: normal;
    color: rgba(0, 0, 0, 0);
    background: #6a0fd1;
    background: -moz-linear-gradient(left, #6a0fd1 0%, #d905c3 100%);
    background: -webkit-linear-gradient(left, #6a0fd1 0%, #d905c3 100%);
    background: linear-gradient(to right, #6a0fd1 0%, #d905c3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6a0fd1', endColorstr='#d905c3', GradientType=1);
    -webkit-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6a0fd1', endColorstr='#d905c3', GradientType=1);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -o-background-clip: text;
    -ms-background-clip: text;
    background-clip: text;
}
.breadcrumb_navigation ul li a {
    font-weight: 600;
    color: #595959;
    -webkit-text-fill-color: #595959;
}
@media screen and (min-width: 500px) {
    .breadcrumb_navigation ul li {
        font-size: 16px;
    }
}
.elementor-kit-8 h1.post-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 25px;
    line-height: 1.3;
    letter-spacing: normal;
    color: #111111;
    display: block;
    clear: both;
    width: 100%;
    position: relative;
    margin-bottom: 15px;
}
@media screen and (min-width: 500px) {
    .elementor-kit-8 h1.post-title {
        font-size: 35px;
    }
}
@media screen and (min-width: 1025px) {
    .elementor-kit-8 h1.post-title {
        font-size: 42px;
    }
}
.posted-date {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: normal;
    color: #595959;
}
@media screen and (max-width: 991px) {
    .posted-date {
        margin-bottom: 15px;
    }
}
.posted-date strong {
    font-weight: 600;
}
.article-share-block {
    display: block;
    width: 100%;
    position: relative;
    clear: both;
    margin-bottom: 15px;
}
.article-share-block ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px;
}
@media screen and (max-width: 768px) {
    .article-share-block ul li:first-child {
        width: 100%;
    }
}
.article-share-block ul strong {
    background: #6a0fd1;
    background: -moz-linear-gradient(left, #6a0fd1 0%, #d905c3 100%);
    background: -webkit-linear-gradient(left, #6a0fd1 0%, #d905c3 100%);
    background: linear-gradient(to right, #6a0fd1 0%, #d905c3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6a0fd1', endColorstr='#d905c3', GradientType=1);
    -webkit-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6a0fd1', endColorstr='#d905c3', GradientType=1);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -o-background-clip: text;
    -ms-background-clip: text;
    background-clip: text;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 17px;
    line-height: 1.3;
    letter-spacing: normal;
    color: rgba(0, 0, 0, 0);
}
@media screen and (min-width: 500px) {
    .article-share-block ul strong {
        font-size: 22px;
    }
}
.post-thumb {
    display: block;
    clear: both;
    width: 100%;
}
.post-thumb img {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    margin-bottom: 15px;
}
.post-content-block {
    display: block;
    clear: both;
    width: 100%;
    position: relative;
    padding-top: 30px;
}
.post-content-inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
.post-content-left,
.post-content-right {
    width: 100%;
}
.post-content-left {
    margin-bottom: 20px;
}
@media screen and (min-width: 781px) {
    .post-content-left {
        width: -webkit-calc(100% - 430px);
        width: -moz-calc(100% - 430px);
        width: -o-calc(100% - 430px);
        width: -ms-calc(100% - 430px);
        width: calc(100% - 430px);
        margin-bottom: 0px;
    }
    .post-content-right {
        width: 390px;
    }
    .post-content-left {
        margin-bottom: 30px;
    }
}
.post-content-left p,
.post-content-left .trix-content {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.72;
    letter-spacing: normal;
    color: #595959;
    margin-bottom: 20px;
}
@media screen and (min-width: 500px) {
    .post-content-left p,
    .post-content-left .trix-content {
        font-size: 18px;
    }
}
/*.post-content-left strong {
    background: #6a0fd1;
    background: -moz-linear-gradient(left, #6a0fd1 0%, #d905c3 100%);
    background: -webkit-linear-gradient(left, #6a0fd1 0%, #d905c3 100%);
    background: linear-gradient(to right, #6a0fd1 0%, #d905c3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6a0fd1', endColorstr='#d905c3', GradientType=1);
    -webkit-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6a0fd1', endColorstr='#d905c3', GradientType=1);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -o-background-clip: text;
    -ms-background-clip: text;
    background-clip: text;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: normal;
    color: rgba(0, 0, 0, 0);
    display: block;
}
@media screen and (min-width: 500px) {
    .post-content-left strong {
        font-size: 22px;
    }
}*/
.widget-area {
    margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
    .widget-area {
        margin-bottom: 30px;
    }
}
.widget-area>* {
    background-color: #fff;
    border: 1px solid #f7d9ff;
    padding: 20px;
    display: block;
    clear: both;
    width: 100%;
    position: relative;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}
.info-widget h4 {
    background: #6a0fd1;
    background: -moz-linear-gradient(left, #6a0fd1 0%, #d905c3 100%);
    background: -webkit-linear-gradient(left, #6a0fd1 0%, #d905c3 100%);
    background: linear-gradient(to right, #6a0fd1 0%, #d905c3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6a0fd1', endColorstr='#d905c3', GradientType=1);
    -webkit-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6a0fd1', endColorstr='#d905c3', GradientType=1);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -o-background-clip: text;
    -ms-background-clip: text;
    background-clip: text;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: normal;
    color: rgba(0, 0, 0, 0);
    margin-bottom: 10px;
}
.info-widget h4 img {
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
}
.info-widget h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: normal;
    color: #111111;
    margin-bottom: 15px;
}
@media screen and (min-width: 500px) {
    .info-widget h3 {
        font-size: 24px;
    }
}
.info-list {
    list-style-type: none;
    padding: 0;
    margin: 0 0 20px 0;
}
.info-list li {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: normal;
    color: #595959;
    margin-bottom: 15px;
}
.info-list li strong {
    font-weight: 700;
}
.info-list li a {
    color: inherit;
    font: inherit;
}
.cat_list,
.tags_list {
    display: block;
    clear: both;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}
.cat_list p,
.tags_list p {
    margin: 0 0 5px 0;
}
.cat_list p strong,
.tags_list p strong {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: normal;
    color: #595959;
    display: block;
}
.cat_items,
.tag_items {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.cat_items li,
.tag_items li {
    display: inline-block;
    vertical-align: middle;
    /* margin-right: 10px; */
    margin-bottom: 5px;
}
.cat_items li a,
.tag_items li a {
    display: block;
    background-color: #e9d7fd;
    padding: 10px 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.3;
    letter-spacing: normal;
    color: #690fd1;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}
.promote-widget p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: normal;
    color: #595959;
}
.promote-widget p strong {
    font-weight: 700;
}
@media screen and (max-width:1024px) {
    #press-release-page-banner h1 {
        font-size: 40px;
    }
    #press-release-page-banner:before {
        right: 0
    }
    .pres-relebtns a {
        margin: 0 5px 5px;
    }
    .elementor-kit-8 h3.pr-post-title {
        font-size: 18px;
    }
    div#press-release-post-list button {
        font-size: 16px;
        letter-spacing: 1px;
    }
}
@media screen and (max-width:767px) {
    #press-release-page-banner h1 {
        font-size: 30px;
    }
    #press-release-page-banner:before {
        right: 0
    }
    .press-releasetitl {
        width: 100%;
    }
    .pres-relebtns a {
        margin: 0 5px 5px;
    }
    .elementor-kit-8 h3.pr-post-title {
        font-size: 16px;
    }
    #press-release-page-banner:before {
        display: none
    }
    #press-release-page-banner {
        padding: 40px 0 20px;
    }
    #press-release-page-banner p {
        font-size: 15px;
        line-height: 1.5em
    }
}


#post-loadmore-section {
    padding-bottom: 60px;
    display: block;
    clear: both;
    width: 100%;
}
#post-loadmore-section button::before,
#post-loadmore-section button::after {
    display: none;
}
#post-loadmore-section button {
    width: 250px;
    padding: 10px 15px;
    display: block;
    margin: 0 auto;
    border: 1px solid #DA05C3;
    background: #6a0fd1;
    background: -moz-linear-gradient(left, #6a0fd1 0%, #d905c3 100%);
    background: -webkit-linear-gradient(left, #6a0fd1 0%, #d905c3 100%);
    background: linear-gradient(to right, #6a0fd1 0%, #d905c3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6a0fd1', endColorstr='#d905c3', GradientType=1);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;

    -webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;

    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: normal;
    color: #FFFFFF;
    text-align: center;
    text-transform: uppercase;

}
#post-loadmore-section button:hover {
    border-color: #d006c4;
    background: #d905c3;
    background: -moz-linear-gradient(left, #d905c3 0%, #6a0fd1 100%);
    background: -webkit-linear-gradient(left, #d905c3 0%, #6a0fd1 100%);
    background: linear-gradient(to right, #d905c3 0%, #6a0fd1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d905c3', endColorstr='#6a0fd1', GradientType=1);
    -webkit-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d905c3', endColorstr='#6a0fd1', GradientType=1);
}

.press-release-single-article p, 
.press-release-single-article div {
	font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.72;
    letter-spacing: normal;
    color: #595959;
    margin-bottom: 20px;
}
@media screen and (min-width: 500px) {
	.press-release-single-article p, 
	.press-release-single-article div {
		font-size: 18px;
	}
}