/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

:root {
    --color-primary-color: #515356;
    --color-secondary-color: #009CDE;
    --color-rsm-green-color: #3F9C35;
}

@font-face {
    font-family: prelo;
    src: url('fonts/prelo-bold-webfont.woff2') format('woff2'),
         url('fonts/prelo-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: prelo;
    src: url('fonts/prelo-book-webfont.woff2') format('woff2'),
         url('fonts/prelo-book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: prelobold_italic;
    src: url('fonts/prelo-bolditalic-webfont.woff2') format('woff2'),
         url('fonts/prelo-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: prelo-light;
    src: url('fonts/prelo-light-webfont.woff2') format('woff2'),
         url('fonts/prelo-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: prelo-medium;
    src: url('fonts/prelo-medium-webfont.woff2') format('woff2'),
         url('fonts/prelo-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: prelomedium_italic;
    src: url('fonts/prelo-mediumitalic-webfont.woff2') format('woff2'),
         url('fonts/prelo-mediumitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    color: var(--color-primary-color); 
    font-size: 16px; 
/*    font-family: 'Raleway',sans-serif;*/
    font-family: prelo, helvetica neue, Helvetica, Arial, sans-serif !important;
    font-weight: 400;
    background: #ffffff; 
    line-height: 1.5;
}
h1,h2,h3,h4,h5,h6,p,span,ul,ol,strong {
    font-family: prelo, helvetica neue, Helvetica, Arial, sans-serif !important;
}
h2 {
    font-weight: 400;
    margin-bottom: 20px;
}
p {
    margin-bottom: 20px;
    line-height: 22px;
}
ul, ol {
    margin-left: 0;
    padding-left: 20px;
    text-align: left;
}
#content .bordered-btn a {
    color: #ffffff;
    background: var(--color-rsm-green-color);
    padding: 10px 25px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: border-radius;
    transition-property: border-radius;
    border-radius: 40px;
    margin-top: 10px;
}
#content .bordered-btn a:hover {
    color: #ffffff;
    border-radius: 0;
}
.img-full {
    width: 100%;
}

/*Cookies*/
.cky-consent-container .cky-consent-bar {
    padding: 10px 24px!important;
}
.cky-notice .cky-title {
    display: none;
}
.cky-consent-bar .cli-bar-message {
    font-size: 16px;
    width: 90%;
}
.cky-consent-bar .cli-bar-message a {
    color: #ffffff;
    font-size: 16px;
    text-decoration: underline;
}
.cky-consent-bar .cky-notice-btn-wrapper .cky-btn-accept {
    position: relative;
}
.cky-consent-bar .cky-notice-btn-wrapper .cky-btn-accept::before {
  content: '\f00c';
  font-family: FontAwesome;
  margin-right: 5px;
}

/*Header*/
#ast-scroll-top {
    bottom: 100px;
}
.site-header {
    position: fixed;
    top: 20px;
    left: 0px;
    right: 0px;
    z-index: 100;
    height: 100px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    transform: translateY(0px);
}
.site-header.hidden-header {
    transform: translateY(-100%);
    top: 0;
}
.site-header .ast-site-identity {
    padding: 0;
}
.site-header .ast-primary-header-bar {
    background-color: transparent;
}
.site-header .ast-primary-header-bar .site-primary-header-wrap > .ast-builder-grid-row {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    border-radius: 40px;
    min-height: 80px;
    background: #fff;
    padding: 0 30px;
}

/*Footer*/
.site-footer .site-primary-footer-wrap .site-primary-footer-inner-wrap {
    border-top: 1px solid #ffffff;
    padding-top: 30px;
}
.site-footer h3, .site-footer .widget-title {
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
}
.site-footer .menu-footer-menu-container .menu, .site-footer .footer-menu-info {
    padding-left: 0;
    list-style: none;
}
.site-footer ul li:not(:last-child) {
    margin-bottom: 5px;
}
.site-footer .footer-menu-info li {
    color: #ffffff;
    padding-left: 25px;
    position: relative;
}
.site-footer .footer-menu-info li i {
    position: absolute;
    top: 3px;
    left: 0;
}
.site-footer ul li a {
    color: #ffffff;
    display: inline-block;
}
.site-footer ul li a:after {
  display:block;
  content: '';
  border-bottom: solid 1px #ffffff;  
  transform: scaleX(0);  
  transition: transform 500ms ease-in-out;
  transform-origin:  0% 50%;
}
.site-footer ul li a:hover:after {
    transform: scaleX(1);
}

/*Section title*/
.sec-pd {
    padding: 60px 0;
}
.sec-title {
    text-align: center;
    padding-bottom: 30px;
}
.col-white h2, .col-white p {
    color: #ffffff;
}

/*Homepage*/
.home .site-content .ast-container, .page-template-about-us-template .site-content .ast-container,
.page-template-about-member-template .site-content .ast-container, .page-template-basic-page-template-2 .site-content .ast-container,
.page-template-contact-us-template .site-content .ast-container {
    flex-direction: column;
}
.home-top-slider .item {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    /* height: 100vh;*/
    min-height: 700px;
}
.home-top-slider .item:after {
    content: '';
    background-color: rgb(0 21 61 / 70%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.home-top-slider .item .content-holder {
    position: absolute;
    top: 55%;
    left: 50%;
    margin-right: -50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 900px;
    margin: 0 auto;
    z-index: 1;
}
.home-top-slider .item .content-holder img {
    width: 260px;
    margin: 0 auto;
}
.home-top-slider .item .content-holder h2 {
    color: #ffffff;
    font-size: 45px;
    margin-bottom: 30px;
    line-height: 58px;
}
.page-id-32 .home-top-slider .item .content-holder {
    width: 980px;
}
.page-id-32 .home-top-slider .item .content-holder h2 {
    font-size: 37px;
}
.home-top-slider .item .content-holder p {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 30px;
}
#content .home-top-slider .item .content-holder a {
    color: #ffffff;
    font-weight: 700;
    border-bottom: 1px solid #ffffff;
    outline: none;
}
#content .home-top-slider .item .content-holder a:hover {
    border-bottom-color: transparent;
}

/*Slider*/
.home-top-slider .cst-arrow {
    color: rgb(0 21 61 / 70%);
    position: absolute;
    top: 50%;
    border-radius: 50%;
    background-color: rgb(255 255 255 / 75%);
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.home-top-slider .cst-arrow:hover, .home-top-slider .cst-arrow:focus, .col-archive-post {
    background-color: #ffffff;
}
.home-top-slider .left-arrow {
    left: 20px;
    z-index: 1;
}
.home-top-slider .left-arrow:before {
    font-size: 12px;
    padding-top: 3px;
}
.home-top-slider .right-arrow {
    right: 20px;
    z-index: 1;
}
.home-top-slider .right-arrow:before {
    font-size: 12px;
    padding-top: 3px;
}
.fp-news-section ul {
    padding-left: 0;
}
body .site-footer ul {
    list-style: none;
    padding-left: 0;
}
.fp-news-section ul li {
    list-style: none;
}
.fp-news-section ul li:first-child a {
    border-top: 1px solid var(--color-primary-color);
}
.fp-news-section ul li a {
    display: flex;
    flex-wrap: wrap;
    flex-wrap: nowrap;
    text-decoration: none;
    border-bottom: 1px solid var(--color-primary-color);
    padding: 20px 20px;
    outline: none;
}
.fp-news-section ul li .news-pdate {
    margin: 0;
    min-width: 150px;
    padding: 0 20px 0 0;
}
.page-id-59 .fp-news-section ul li .news-pdate {
    min-width: 200px;
}
.fp-news-section ul li .news-pdate span i {
    color: var(--color-secondary-color);
    padding-right: 0.3em;
}
.fp-news-section ul li .news-pcat i {
    color: var(--color-secondary-color);   
}
.fp-news-section ul li .news-pcat {
    margin: 0;
    min-width: 170px;
    padding: 0 20px 0 0;
}
.fp-news-section ul li .news-ptitle {
    color: var(--color-secondary-color);
}
.fp-news-section ul li a:hover, .fp-news-section ul li a:hover .news-ptitle {
    color: var(--color-primary-color);
}
.home-list-items, .home-members {
    position: relative;
}
.home-list-items:after, .home-members:after {
    content: '';
    background-color: rgb(0 21 61 / 80%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.home-members .item-holder .item .img-holder div {
    text-align: center;
    padding: 20px 20px 0 20px;
}
.home-members .item-holder .item .img-holder img {
    border-radius: 30px;
    border: 1px solid rgb(81 83 86 / 18%);
}
.home-members .item-holder .item .img-holder  p {
    margin-top: 5px;
    margin-bottom: 0;
}
.home-list-items .sec-title {
    position: relative;
    z-index: 1;
}
.home-list-items .sec-title h2 {
    font-weight: 400;
    margin-bottom: 20px;
}
.home-list-items .item-holder {
    position: relative;
    z-index: 1;
}
.home-list-items .item-holder a {
    width: 100%;
    flex: 0 19%;
    background-color: #ffffff;
    text-align: center;
    padding: 20px;
    -webkit-transition: all 0.5s ease; 
    -moz-transition: all 0.5s ease; 
    -o-transition: all 0.5s ease; 
    transition: all 0.5s ease; 
    display: inline-block;
    margin-bottom: 30px;
}
.home-list-items .item-holder .item .text-holder h3 {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    margin-top: 20px;
    word-break: break-word;
}
.home-about, .related-sec, .about-us-pg .table-sec, .new-basic .new-basic-sec2, .contact-faq-sec {
    background-color: #F0F0F0;
}
.home-members .ast-container {
    position: relative;
    z-index: 1;
}
.home-members .item-holder .item {
    border-radius: 30px;
    background-color: #ffffff;
    margin-bottom: 30px;
    padding: 20px;
}
.home-disclaimer .sec-title, .about-us-pg .home-members .sec-title, .faq-holder .sec-title {
    padding-bottom: 10px;
}
.home-disclaimer .content-holder h3 {
    font-size: 1.1rem;
    margin-bottom: 5px;
}

/*Inner Pages*/
.page-top-sec h1, .page-cont h2, .page-cont h3 {
    font-family: prelo-medium!important;   
}
.page-template-our-services-template .site-content > .ast-container, .author-sec .ast-container,
.page-template-about-us-template .site-content > .ast-container, .page-template-basic-page-template .site-content > .ast-container {
    flex-direction: column;
}
.page-top-sec {
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.page-top-sec h1 {
    color: #ffffff;
    font-size: 48px;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 58px;
}
.page-top-sec p {
    color: #ffffff;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0;
}
.page-top-sec .cat-item-list {
    color: #ffffff;
    padding-left: 0;
    list-style: none;
    margin-bottom: 10px;
    text-align: center;
}
.page-top-sec .cat-item-list li {
    display: inline-block;
    line-height: 1.3;
}
.page-top-sec .cat-item-list li:not(:last-child) {
    padding: 0 5px;
    border-right: 1px solid #ffffff;
}
.page-cont h2 {
    font-size: 36px;
    margin-bottom: 30px;
}
.page-cont a, #content a {
    color: #007EB4;
    outline: none;
    word-break: break-all;
}
.page-cont a:hover, #content a:hover {
    color: var(--color-secondary-color);
}
.list-indent {
    counter-reset: heading;
}
.list-indent .wp-block-columns {
    display: block;
}
.list-indent .wp-block-columns.d-none, body .is-layout-flex.d-none {
    display: none;
}
.list-indent .wp-block-columns .wp-block-column {
    margin-bottom: 20px;
}
.list-indent h3 {
    font-weight: 400;
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
}
.list-indent h3:before {
    content: counter(heading)".";
    counter-increment: heading;
    position: absolute;
    top: 0;
    left: 0;
}
.list-indent p {
    padding-left: 25px;
    margin-bottom: 10px;
    margin-top: 5px;
}
.list-indent .no-indent p, .page-id-1493 .list-indent p, 
.page-id-1694 .list-indent p, .page-id-1706 .list-indent p, 
.page-id-1710 .list-indent p, .page-id-1713 .list-indent p,
.page-id-1718 .list-indent p, .page-id-1737 .list-indent p, 
.page-id-1741 .list-indent p {
    padding-left: 0;
}
.page-id-1493 .list-indent ul, 
.page-id-1694 .list-indent ul, .page-id-1706 .list-indent ul, 
.page-id-1710 .list-indent ul, .page-id-1713 .list-indent ul, .page-id-1718 .list-indent ul,
.page-id-1737 .list-indent ul, .page-id-1741 .list-indent ul, .page-id-1493 .list-indent ol, 
.page-id-1694 .list-indent ol, .page-id-1706 .list-indent ol, .page-id-1710 .list-indent ol, 
.page-id-1713 .list-indent ol, .page-id-1718 .list-indent ol, .page-id-1737 .list-indent ol,
.page-id-1741 .list-indent ol {
    margin-left: 0;
}
.page-id-1718 .list-indent h3, .page-id-1737 .list-indent h3, .page-id-1741 .list-indent h3 {
    padding-left: 0;
}
.page-id-1718 .list-indent h3:before, .page-id-1737 .list-indent h3:before, .page-id-1741 .list-indent h3:before {
    display: none;
}
.page-id-1718 .list-indent .wp-block-columns {
    display: flex;
}
.list-indent ul, .list-indent ol {
    margin-left: 25px;
    margin-top: 5px;
}
.list-indent .basic-list-style {
    margin-left: 0;
}
.list-indent .basic-list-style li {
    margin-bottom: 10px;
}
.list-indent .p-green {
    color: var(--color-rsm-green-color);
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 0;
}
.single-column-pg .page-cont h2 {
    color: var(--color-secondary-color);
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 10px;
}
.single-column-pg .page-cont h3 {
    font-size: 20px;
    margin-bottom: 10px;
}
.related-sec > .ast-container {
    flex-direction: column;
}
.related-sec h2 {
    font-size: 36px;
    font-family: 'prelo-medium' !important;
    text-align: center;
    margin-bottom: 40px;
}
.related-sec .flex-box .item {
    min-height: 300px;
    padding: 20px;
    margin-bottom: 30px;
    position: relative;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}
.related-sec .flex-box .item:after {
    content: '';
    background-color: rgb(0 0 0 / 48%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
#content .related-sec .flex-box .item a {
    color: #ffffff;
    outline: none;
    position: relative;
    z-index: 1;
    word-break: break-word;
}
.related-sec .flex-box .item p {
    font-size: 19px;
    margin-bottom: 5px;
    line-height: 24px;
}
.related-sec .flex-box .item ul {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    position: relative;
    line-height: 1.2;
}
.related-sec .flex-box .item ul:before {
    content: "#";
    font-weight: 700;
    margin-right: 5px;
}
.related-sec .flex-box .item ul li {
    display: inline-block;
    font-size: 13px;
    border-left: 1px solid #ffffff;
    padding: 0 5px;
    text-transform: uppercase;
}
.author-sec .content-holder {
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    padding: 20px 0;
    margin-bottom: 5rem;
}
.author-sec .content-holder h3 {
    font-size: 18px;
    margin-bottom: 20px;
}
.author-sec .content-holder .author-details {
    display: flex;
}
.author-sec .content-holder .author-details .img-holder {
    /* flex: 0 8%;*/
}
.author-sec .content-holder .author-details .img-holder img {
    width: 100px;
}
.author-sec .content-holder .author-details .text-holder {
    /* flex: 0 90%;*/
    padding-left: 15px;
}
.author-sec .content-holder .author-details .text-holder p span {
    color: #888B8D;
    display: block;
    line-height: 1.5;
}
.about-us-pg .table-sec table {
    border: 0;
    border-top: 1px solid rgb(81 83 86 / 18%);
}
.about-us-pg .table-sec table tr th {
    font-size: 18px;
    width: 18%;
    vertical-align: top;
}
.about-us-pg .table-sec table tr th, .about-us-pg .table-sec table tr td {
    color: var(--color-primary-color);
    border-left: 0;
    border-right: 0;
    border-color: rgb(81 83 86 / 18%);
    text-align: left;
    padding: 20px 0;
}
.about-us-pg .table-sec .history-item tr th, 
.about-us-pg .table-sec .history-item tr td {
    font-size: 16px;
    border: 1px solid rgb(81 83 86 / 18%);
    border-top: none;
    padding: 8px 12px;
}
.about-us-pg .table-sec .history-item tr th {
    border-right: 0;
    width: auto;
}
.about-us-pg .table-sec .history-item.jp-ver tr th {
    width: 15%;
}
.about-us-pg .table-sec table tr td p:last-child, .news-tax-post .item .news-cont p:last-child,
.faq-sub .item:last-child .faq-sub-cont, .faq-sub .item .faq-sub-cont p:last-child, .about-us-pg .table-sec .history-item {
    margin-bottom: 0;
}
.about-us-pg .table-sec iframe  {
    width: 100%;
    margin-top: 30px;
}
.about-us-pg .home-members:after {
    display: none;
}
.about-us-pg .home-members .item-holder .item .img-holder img {
    border-radius: 0;
    border-color: rgb(81 83 86 / 40%);
}
#content .about-us-pg .bordered-btn a {
    display: block;
    width: 85%;
    margin: 0 auto;
}
.about-us-pg .home-members .item-holder .item {
    border-radius: 0;
    padding: 10px 0 30px 0;
    border-bottom: 1px solid #888B8D;
}
.about-us-pg .home-members .item-holder .item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.member-inner .item-holder .img-holder img {
    border: 1px solid rgb(81 83 86 / 40%);
}
.member-inner .item-holder .text-holder .name {
    padding-bottom: 15px;
    margin-bottom: 30px;
    border-bottom: 2px solid rgb(81 83 86 / 18%);
}
.member-inner .item-holder .text-holder .name h2 {
    color: var(--color-secondary-color);
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 8px;
}
.member-inner .item-holder .text-holder .name h3 {
    color: var(--color-rsm-green-color);
    font-size: 20px;
    font-weight: 400;
}
.table-about table {
    width: auto;
}
.table-about table td {
    vertical-align: top;
}
.table-about table td.has-text-align-right {
    width: 18%;
}
.table-sec tr>th {
    color: #ffffff;
    text-align: center;
}
.table-sec>thead>tr>th {
    background-color: var(--color-secondary-color); 
}
.table-sec>tbody>tr>th {
    background-color: var(--color-rsm-green-color);
}
.table-sec>thead>tr>th, .table-sec>tbody>tr>th {
    border: 1px solid #CCCFCF;
}
.table-sec>tbody>tr>td {
    color: var(--color-primary-color);
    border: 1px solid #CCCFCF;
    background-color: #F0F0F0;
    text-align: center;
}
.new-basic-sec2 .item-holder .item {
    margin-bottom: 30px;
}
.new-basic-sec2 .item-holder .item .item-flex .text-holder {
    background-color: #00153D;
    position: relative;
}
.new-basic-sec2 .item-holder .item .item-flex .text-holder .toggle-details {
    color: #ffffff;
    font-size: 1.5rem;
    position: absolute;
    top: 0;
    right: 1rem;
}
.new-basic-sec2 .item-holder .item .item-flex .text-holder ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.new-basic-sec2 .item-holder .item .item-flex .text-holder ul li {
    color: #ffffff;
    line-height: 2;
    position: relative;
    padding-left: 6rem;
}
.new-basic-sec2 .item-holder .item .item-flex .text-holder ul li strong {
    position: absolute;
    top: 0;
    left: 0;
}
.new-basic-sec2 .item-holder .item .item-cont {
    background-color: #ffffff;
    border: 1px solid #CCCFCF;
    padding: 30px;
    display: none;
}
.toggle-details.active i:before, .toggle-news.active i:before, .toggle-faq.active i:before {
    content: "\f0d8";
}
.cont-middle div {
    margin: 10px 0;
}
.cont-middle div img {
    height: 300px;
    /*object-fit: cover;*/
    object-fit: contain;
}
.cont-down p {
    color: var(--color-rsm-green-color);
    text-align: right;
    margin-top: 30px;
    margin-bottom: 0;
}

/*Archive*/
.post-type-archive-column .site-content > .ast-container, .post-type-archive-news .site-content > .ast-container  {
    max-width: 100%;
    padding: 0;
    flex-direction: column;
}
.col-archive-post > .ast-container, .tax-news_category .site-content > .ast-container, .news-tax-post > .ast-container {
    flex-direction: column;
}
.col-archive-post .related-sec {
    background-color: transparent;
}
.col-archive-post .btn-sec button {
    background-color: #F0F0F0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 0;
    margin: 20px auto 0;
}
.col-archive-post .btn-sec button:hover {
    background-color: var(--color-primary-color);
}
.col-archive-post .btn-sec button i {
    color: var(--color-primary-color);
    font-size: 2.3rem;
}
.col-archive-post .btn-sec button:hover i {
    color: #ffffff;
}
.p-bottom {
    margin-bottom: 5px;
}
.news-cat-sec .item {
    margin-bottom: 20px;
}
.news-cat-sec .item .text-holder {
    color: var(--color-secondary-color);
    font-size: 24px;
    background-color: #F0F0F0;
    text-align: center;
    padding: 20px;
}
.news-cat-sec .item .img-holder {
    overflow: hidden;
}
.news-cat-sec .item .img-holder img {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.news-cat-sec .item a:hover .img-holder img {
    -ms-transform: scale(1.1); 
    -moz-transform: scale(1.1); 
    -webkit-transform: scale(1.1); 
    -o-transform: scale(1.1); 
    transform: scale(1.1); 
}
.news-tax-post .item {
    border-bottom: 1px solid #CCCFCF;
    padding: 20px 0 0 0;
}
.news-tax-post .item.clicked {
    border-bottom: 0;
}
.news-tax-post .item .news-details {
    position: relative;
    padding-right: 50px;
}
.news-tax-post .item .news-details .toggle-news, .faq-sub .item .faq-sub-title .toggle-faq {
    font-size: 20px;
    position: absolute;
    top: 0;
    right: 0;
}
.news-tax-post .item .news-details h3, .faq-sub .item .faq-sub-title h3 {
    color: var(--color-secondary-color);
    font-weight: 600;
    margin-bottom: 10px;
}
.news-tax-post .item .news-details p {
    color: var(--color-rsm-green-color);
}
.news-tax-post .item .news-cont {
    display: none;
    background-color: #F0F0F0;
    padding: 20px;
}
.news-tax-post .item .news-cont h3 {
    font-size: 20px;
    margin-bottom: 20px;
}
.news-tax-post .item .news-cont .wp-block-image {
    width: 280px;
}
.contact-sec .page-cont h2 {
    font-family: prelo !important;
    margin-bottom: 0;
}
.contact-ic.wp-block-columns {
    display: block;
    position: relative;
    padding-left: 40px;
    padding-top: 2px;
    margin-top: 15px;
}
.contact-ic.wp-block-columns .left-img.wp-block-column {
    position: absolute;
    top: 0;
    left: 0;
}
.contact-sec .wpcf7-form input.wpcf7-form-control:not([type=submit]), 
.contact-sec .wpcf7-form textarea.wpcf7-form-control {
    color: #888B8D;
    font-family: prelo, helvetica neue, Helvetica, Arial, sans-serif !important;
    background: #F0F0F0 0% 0% no-repeat padding-box;
    border: 1px solid #CCCFCF;
    border-radius: 0;
}
.contact-sec .wpcf7-form textarea.wpcf7-form-control {
    resize: none;
    height: 120px;
}
.contact-sec .wpcf7-form input.wpcf7-form-control[type=submit] {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    background-color: var(--color-secondary-color);
    border: 1px solid #CCCFCF;
    text-transform: uppercase;
    border-radius: 0;
    padding: 6px 25px;
    line-height: normal;
}
.contact-sec .wpcf7-form input.wpcf7-form-control[type=submit]:hover {
    background-color: var(--color-rsm-green-color);
}
.contact-sec .wpcf7-form label.check-label {
    color: var(--color-primary-color);
    font-size: 16px;
    font-family: prelo, helvetica neue, Helvetica, Arial, sans-serif !important;
    display: block;
}
.contact-sec .wpcf7-form .check-class label.check-label {
    margin-bottom: 10px;
}
.contact-sec .wpcf7-form .wpcf7-checkbox .wpcf7-list-item {
    margin-left: 10px;
    margin-bottom: 10px;
}
.faq-holder .faq-item {
    margin-bottom: 30px;
}
.faq-holder .faq-item .item-title {
    color: #ffffff;
    font-size: 22px;
    background-color: #00153D;
    padding: 20px;
}
.faq-sub {
    background-color: #ffffff;
    padding: 20px;
}
.faq-sub .item .faq-sub-title {
    position: relative;
    border-bottom: 1px solid #CCCFCF;
    padding-bottom: 15px;
    padding-right: 20px;
}
.faq-sub .item:not(:last-child) .faq-sub-title {
    margin-bottom: 15px;
}
.faq-sub .item .faq-sub-cont {
    display: none;
    margin: 20px 0;
}
.faq-sub .item .faq-sub-cont ul>li>ul {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 20px;
}
.faq-sub .item .faq-sub-title h3 {
    font-size: 18px;
    font-family: prelo-medium !important;
    font-weight: 500;
    margin-bottom: 0;
}
.column-table-sec.wp-block-table thead {
    border-bottom: 1px solid;
}
.column-table-sec.wp-block-table thead>tr>th, .column-table-sec.wp-block-table tbody>tr>th {
    color: #ffffff;
    background-color: #848689;
    border: 1px solid #707070;
}
.column-table-sec.wp-block-table tbody>tr>td {
    vertical-align: text-bottom;
    border-color: #707070;
}
.list-indent .wp-block-columns.fees-item h2 {
    font-family: prelo!important;
}
.p-num {
    margin-bottom: 5px;
    position: relative;
    padding-left: 20px;
}
.p-num span {
    position: absolute;
    top: 0;
    left: 0;
}

/*Responsive*/
@media (min-width: 1200px) {
    .sec-title h2 {
        font-size: 2rem;
    }
    .home-disclaimer .content-holder {
        width: 100%;
        max-width: 1000px;
        margin: 0 auto;
    }
    .home-members .item-holder, .mx-80, .about-us-pg .home-disclaimer .content-holder {
        width: 100%;
        max-width: 80%;
        margin: 0 auto;
    }
    .mx-70 {
        width: 100%;
        max-width: 70%;
        margin: 0 auto;
    }
    .page-id-350 .mx-80, .page-id-237 .mx-70, .page-id-235 .mx-70 {
        max-width: 100%;
    }
}

@media (max-width: 1199px) {
    .home-top-slider .item .content-holder, .page-id-32 .home-top-slider .item .content-holder {
        width: 100%;
        padding: 20px;
    }
    .site-footer .site-above-footer-wrap {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 991px) {
    .home-top-slider .item .content-holder h2, .page-id-32 .home-top-slider .item .content-holder h2 {
        font-size: 24px;
        margin-bottom: 15px;
        line-height: normal;
    }
}

@media (min-width: 768px) {
    .home-members .item-holder .item {
        display: flex;
        align-items: center;
    }
    .about-us-pg .home-members .item-holder .item {
        align-items: flex-start;
    }
    .home-members .item-holder .item .img-holder, .member-inner .item-holder .img-holder {
        flex: 0 35%;
    }
    .home-members .item-holder .item .text-holder, .member-inner .item-holder .text-holder {
        flex: 0 65%;
        padding-left: 30px;
    }
    .home-list-items .item-holder {
        display: flex;
        justify-content: space-between;
    }
    .home-list-items .item-holder a:hover {
        transform: translateY(-15px); 
        -webkit-transform: translateY(-15px); 
        -ms-transform: translateY(-15px);
    }
    .home-about .content-holder {
        display: flex;
        align-items: center;
    }
    .home-about .content-holder .img-holder {
        flex: 0 35%;
    }
    .home-about .content-holder .text-holder {
        flex: 0 65%;
        padding: 0 30px;
    }
    .related-sec .flex-box .item {
        flex: 0 33%;
        margin-right: 40px;
    }
    .related-sec .flex-box .item:nth-child(3n), .col-archive-post .related-sec .flex-box .item:nth-child(3n) {
        margin-right: 0;
    }
    .related-sec .flex-box, .member-inner .item-holder {
        display: flex;
    }
    .cont-middle {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .cont-middle div {
        flex: 0 49%;
    }
    .cont-middle div:nth-child(3n) {
        flex: 0 100%;
    }
    .new-basic-sec2 .item-holder .item .item-flex {
        display: flex;
    }
    .new-basic-sec2 .item-holder .item .item-flex .img-holder {
        flex: 0 25%;
    }
    .new-basic-sec2 .item-holder .item .item-flex .text-holder {
        flex: 0 75%;
        padding-left: 30px;
        display: flex;
        align-items: center;
    }
    .col-archive-post .related-sec .flex-box {
        flex-wrap: wrap;
    }
    .col-archive-post .related-sec .flex-box .item {
        flex: 0 31.5%;
        margin-right: 30px;
    }
    .news-cat-sec {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .news-cat-sec .item {
        flex: 0 31.5%;
        margin-right: 20px;
    }
    .news-cat-sec .item:nth-child(3n) {
        margin-right: 0;
    }
    .contact-sec .wpcf7-form .wpcf7-checkbox .wpcf7-list-item.first {
        margin-left: 0;
    }
}

@media (max-width: 921px) {
    .site-header .ast-mobile-header-wrap .ast-primary-header-bar > .ast-builder-grid-row {
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
        border-radius: 50px;
        background: #fff;
        padding: 0 10px;
    }
}

@media screen and (min-width: 768px) and (max-width: 922px) {
    .table-about table td.has-text-align-right {
        width: 25%;
    }
    .col-archive-post .related-sec .flex-box .item {
        flex: 0 30%;
    }
}

@media (min-width: 782px) {
    .p-height {
        display: flex;
        align-items: center;
        height: 2rem;
    }
    .contact-col.wp-block-columns .contact-col-left.wp-block-column {
        padding-right: 10px;
    }
    .contact-col.wp-block-columns .contact-col-right.wp-block-column {
        padding-left: 10px;
    } 
    .list-indent .wp-block-columns.fees-item {
        display: flex;
    }
}

@media (max-width: 767px) {
    a {
        word-wrap: break-word;
    }
    .sec-pd {
        padding: 30px 0;
    }
    .fp-news-section ul li a {
        flex-wrap: wrap;
        padding: 20px 0px;
    }
    .fp-news-section ul li .news-pdate {
        min-width: 100px;
        padding: 0 20px 0 0;
    }
    .fp-news-section ul li .news-pcat {
        min-width: auto;
        padding: 0;
    }
    .fp-news-section ul li .news-ptitle {
        flex: 0 100%;
        margin-top: 10px;
    }
    .home-about .content-holder .text-holder {
        margin-top: 30px;
        text-align: center;
    }
    .home-members .item-holder .item .text-holder p {
        text-align: left;
    }
    .home-members .item-holder .item .img-holder div {
        padding: 20px 0;
    }
    .page-top-sec h1 {
        font-size: 32px;
        line-height: normal;
    }
    .page-top-sec p {
        font-size: 16px;
    }
    .page-cont h2, .related-sec h2 {
        font-size: 28px;
    }
    .list-indent h3 {
        font-size: 20px;
    }
    .about-us-pg .table-sec .history-table>tbody>tr>th {
        width: auto;
        border-bottom: 0;
        padding-bottom: 0;
    }
    .about-us-pg .table-sec .history-table>tbody>tr>th, .about-us-pg .table-sec .history-table>tbody>tr>td,
    .about-us-pg .table-sec .history-table, .about-us-pg .table-sec .history-table>tbody, .about-us-pg .table-sec .history-table>tbody>tr {
        display: block;
    }
    .member-inner .item-holder .img-holder img {
        display: block;
        margin: 0 auto;
    }
    .member-inner .item-holder .text-holder .name {
        text-align: center;
        margin-top: 20px;
    }
    .table-about table td.has-text-align-right {
        width: 40%;
    }
    .table-about table td.has-text-align-left {
        width: 60%;
    }
    .new-basic .new-basic-sec1 .content-holder {
        overflow-x: scroll;
    }
    .table-sec>thead {
        display: none;
    }
    .table-sec>tbody>tr, .table-sec>tbody>tr>th, .table-sec>tbody>tr>td {
        display: block;
    }
    .table-sec>tbody>tr>td {
        border-left: 1px solid #CCCFCF;
        border-right: 1px solid #CCCFCF;
    }
    .new-basic-sec2 .item-holder .item .item-flex .text-holder {
        padding: 45px 15px 20px 15px;
    }
    .new-basic-sec2 .item-holder .item .item-flex .text-holder .toggle-details {
        top: 0.5rem;
    }
    .new-basic-sec2 .item-holder .item .item-cont {
        padding: 20px 15px;
    }
    .post-type-archive-column.ast-separate-container #content > .ast-container {
        padding-left: 0;
        padding-right: 0;
    }
    .news-tax-post .item .news-cont .wp-block-image {
        width: auto;
        float: none;
        display: block;
        margin: 0 auto 20px;
    }
    .news-tax-post .item .news-cont .wp-block-image img {
        display: block;
        margin: 0 auto;
    }
    .faq-holder .faq-item .item-title {
        padding: 10px 20px;
        line-height: 1.3;
    }
    .faq-sub .item .faq-sub-title h3 {
        font-size: 20px;
    }
    .site-footer .site-above-footer-wrap {
        padding-bottom: 0;
        padding-top: 40px;
    }
    .site-footer .site-above-footer-wrap.ast-builder-grid-row-container.ast-builder-grid-row-tablet-3-equal .ast-builder-grid-row {
        grid-template-columns: repeat( 1,1fr );
    }
    .site-footer h3, .site-footer .widget-title {
        margin-bottom: 10px;
        line-height: 30px;
        margin-top: 20px;
    }
    .site-footer .site-footer-above-section-1 h3 {
        margin-top: 0;
    }
}