/**
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-blue: #009CDE;
    --color-secondary-green: #3f9c35;
    --color-secondary-green-light: #65b05d;
    --color-black: #212529;
    --color-gray: #515356;
    --color-dark-blue: #00153D;
    --color-blue-hover: #347dc2;
    --color-secondary-blue-hover: #009ada;
}

@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-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;
    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;
}

body {
    color: var(--color-gray); 
    font-size: 16px; 
    /*font-family: 'Prelo-Book'; */
    font-family: prelo, helvetica neue, Helvetica, Arial, sans-serif;
    line-height: 1.4;
}
body:not(.home) p {
    line-height: 32px;
}
p:last-child, .service-col-list.wp-block-columns.no-service-bottom {
    margin-bottom: 0;
}
br.lb-mob {
    display: none;
}
#page a:focus, #page a:focus-visible {
    outline: none;
}
#content h1, #content h2, #content h3 {
    color: var(--color-black);
    /*font-family: prelo, helvetica neue, Helvetica, Arial, sans-serif;*/
    font-family: "Noto Sans JP", sans-serif;
}
#content h2 {
    font-size: 36px;
}
#content h3 {
    font-size: 24px;
}
.img-full, .btn-col3 .top-tooltip p, .bottom-border-table table iframe {
    width: 100%;
}
.center-item {
    text-align: center;
}
.pos-rel {
    position: relative;
}
.page-pd {
    padding-bottom: 50px;
}
.btn-holder .bordered-btn {
    color: #ffffff;
    background-color: var(--color-primary-blue);
    border: 1px solid var(--color-primary-blue);
    font-family: "Noto Sans JP", sans-serif;
    padding: 10px 80px 10px 20px;
    border-radius: 50px;
    position: relative;
}
.btn-holder .bordered-btn span {
    color: var(--color-primary-blue);
    background-color: #ffffff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 7px;
    right: 8px;
    -webkit-transition: all 0.5s ease; 
    -moz-transition: all 0.5s ease; 
    -o-transition: all 0.5s ease; 
    transition: all 0.5s ease;
}
.btn-holder .bordered-btn:hover, .btn-holder .bordered-btn:focus {
    color: var(--color-primary-blue);
    background-color: transparent;
}
.btn-holder .bordered-btn:hover span, .btn-holder .bordered-btn:focus span {
    background-color: rgb(0 156 222 / 10%);
    transform: translateX(5px);
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
}

/*Sticky PDF*/
.pdf-rel {
    position: relative;
}
.pdf-dl {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    z-index: 10;
}
.sticky-pdf {
    display: flex;
    background-color: #ffffff;
    border: 1px solid #BEBEBE;
    border-radius: 10px;
    padding: 10px;
    width: 200px;
}
.sticky-pdf .text-holder {
    flex: 0 60%;
}
#content .sticky-pdf .text-holder h3 {
    color: var(--color-gray);
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 7px;
}
.sticky-pdf .text-holder p {
    color: var(--color-primary-blue);
    font-size: 12px;
    margin-bottom: 5px;
}
.sticky-pdf .text-holder .pdf-link {
    color: #ffffff;
    font-size: 13px;
    background-color: var(--color-primary-blue);
    border: 1px solid var(--color-primary-blue);;
    padding: 1px 10px;
    border-radius: 5px;
    display: inline-block;
}
.pdf-dl a:hover .pdf-link, .pdf-dl a:focus .pdf-link {
    color: var(--color-primary-blue);
    background-color: #ffffff;
}
.sticky-pdf .text-holder .pdf-link i {
    margin-left: 5px;
}
.sticky-pdf .img-holder {
    flex: 0 40%;
}
.sticky-pdf .img-holder img {
    width: 70px;
}

/*Header*/
/*.site-header {
    position: relative;
    width: 100%;
    box-shadow: 0 2px 5px transparent;
    -moz-transition: position 10s;
    -ms-transition: position 10s;
    -o-transition: position 10s;
    transition: all 0.5s ease;
}
.site-header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
    animation: smoothScroll 1s forwards;
}
@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }
    100% {
        transform: translateY(0px);
    }
}*/
.site-header {
    /*height: 152px;*/
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    transition: top .6s ease-in-out;
    width: 100%;
    z-index: 998;
}
.site-header.header--hidden {
    position: fixed;
    top: -154px;
}
.site-header.header--show {
    position: fixed;
    top: 0;
    box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
}
#content {
    padding-top: 30px;
}
.site-header .site-description {
    font-size: 14px;
    border: 1px solid #BEBEBE;
    padding: 2px 5px;
}
.wp-block-columns.btn-col3 {
    margin-bottom: 0;
    gap: 0;
}
.site-header .site-above-header-wrap > .ast-builder-grid-row {
    grid-column-gap: 0;
    display: flex;
    justify-content: flex-end;
}
.site-header .site-above-header-wrap > .ast-builder-grid-row .site-header-above-section-left {
    display: none;
}
.site-header .site-above-header-wrap > .ast-builder-grid-row .site-header-above-section-right {
    width: 100%;
}
.site-header .site-above-header-wrap > .ast-builder-grid-row .site-header-above-section-right .header-widget-area {
    width: 46%;
}
.wp-block-button.top-btn a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
    border: 1px solid transparent;
    border-radius: 30px;
    padding: 15px 20px;
}
.wp-block-button.top-btn a:hover, .wp-block-button.top-btn a:focus {
    background-color: #ffffff;
}
.wp-block-button.btn-lightblue-bg a {
    background-color: var(--color-primary-blue);
}
body .wp-block-button.btn-lightblue-bg a:hover, body .wp-block-button.btn-lightblue-bg a:focus {
    color: var(--color-primary-blue);
    border-color: var(--color-primary-blue);
}
.wp-block-button.btn-green-bg a {
    background-color: var(--color-secondary-green);
}
body .wp-block-button.btn-green-bg a:hover, body .wp-block-button.btn-green-bg a:focus {
    color: var(--color-secondary-green);
    border-color: var(--color-secondary-green);
}
.wp-block-button.btn-darkblue-bg a {
    background-color: var(--color-dark-blue);
}
body .wp-block-button.btn-darkblue-bg a:hover, body .wp-block-button.btn-darkblue-bg a:focus {
    color: var(--color-dark-blue);
    border-color: var(--color-dark-blue);
}
.top-tooltip {
    position: relative;
}
.wp-block-column.top-tooltip .wp-block-buttons {
    flex-direction: column;
}
.wp-block-column.top-tooltip p {
    font-size: 12px;
    padding: 7px 5px 3px;
    line-height: 1.4;
}
.wp-block-column.top-tooltip p:after {
    margin-left: -8px;
}
.site-header .main-header-menu > li > a {
    font-size: 13px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    padding: 0 13px;
}

/*Footer*/
body .site-footer p, body .site-footer a {
    font-size: 15px;
    line-height: 24px;
}
.site-footer a:hover, .site-footer a:focus {
    color: var(--color-primary-blue);
}
.site-footer .site-above-footer-wrap[data-section="section-above-footer-builder"] .ast-builder-grid-row {
    position: relative;
}
.site-footer .site-above-footer-wrap[data-section="section-above-footer-builder"] .ast-builder-grid-row:after {
    content: '';
    background-color: #bebebe;
    width: 98%;
    height: 1px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 18px;
}
.site-footer .site-primary-footer-wrap .widget {
    margin-bottom: 3px;
}
.site-footer #astra-footer-menu > .menu-item > .menu-link {
    font-family: 'Noto Sans JP', sans-serif;
    padding: 8px 0;
}
.p-noto {
    font-family: 'Noto Sans JP', sans-serif;
}
.site-footer .social-info {
    justify-content: center;
    margin-bottom: 20px;
}
.site-footer .social-info li {
    margin: 0 8px;
}
.site-footer .social-info li img {
    width: 25px;
    height: 25px;
}
.site-footer .footer-links a {
    color: var(--color-gray);
    font-family: 'Noto Sans JP', sans-serif;
    margin: 8px 0 10px;
    display: inline-block;
}
.site-footer .footer-links a:hover {
    color: var(--color-primary-blue);
}
.site-footer .footer-links a i {
    margin-left: 30px;
}
.site-footer .site-below-footer-wrap[data-section="section-below-footer-builder"] .ast-builder-grid-row p {
    text-align: left;
}
.site-footer .site-below-footer-wrap .ast-builder-footer-grid-columns {
    grid-template-columns: 1fr;
    margin-bottom: 30px;
}
.site-footer .site-below-footer-wrap .ast-builder-footer-grid-columns .site-footer-below-section-2 {
    grid-column: 1 / -1;
    background-color: var(--color-dark-blue);
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.site-footer .site-below-footer-wrap .ast-builder-footer-grid-columns .site-footer-below-section-2 > .ast-builder-layout-element {
    max-width: 1100px;
    padding: 20px;
    margin: 0 auto;
}

/*Homepage*/

body #content .home-slider-sec .ast-container {
    max-width: 1240px;
}
body #content .home-slider-sec .ast-container.right-p {
    justify-content: flex-end;
}
.home-slider-sec {
    position: relative;
}
.home-slider-sec .home-slider-sec-text {
    position: absolute;
    bottom: 1rem;
    z-index: 1;
}
.home-slider-sec .home-slider-sec-text h1 {
    font-size: 2.3rem;
    font-family: prelo, helvetica neue, Helvetica, Arial, sans-serif;
    font-weight: 300;
    position: relative;
}
.home-slider-sec .home-slider-sec-text h1:before {
    content: '';
    background-color: rgb(0 156 222 / 90%);
    width: 10px;
    height: 25px;
    display: block;
    position: absolute;
    top: -25px;
    right: -9px;
}
.home-slider-sec .home-slider-sec-text h1:after {
    content: '';
    background-color: var(--color-primary-blue);
    width: 15px;
    height: 27px;
    display: block;
    position: absolute;
    bottom: -26px;
    left: -14px;      
}
.home-top-swiper .swiper-slide {
    max-width: 33%;
    height: auto;
    margin-right: 12px;
}
.home-top-swiper .swiper-slide .slide-img {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.home-top-swiper .swiper-slide .slide-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
    display: block;
}
.mt-top {
    margin-top: 10px;
}
.home-top-swiper .swiper-slide .slide-img .flex-img {
    display: flex;
    justify-content: space-between;
}
.home-top-swiper .swiper-slide.item-v2 .slide-img .single-img {
    height: 100%;
}
.home-top-swiper .swiper-slide .slide-img .flex-img img {
    width: 49%;
}
.home-slider-sec .btn-pause {
    font-size: 14px;
    background-color: #ffffff;
    border: 1px solid var(--color-gray);
    padding: 10px;
    position: absolute;
    top: 1rem;
    z-index: 2;
    width: 120px;
}
.home-slider-sec .btn-pause span {
    color: #2d2d2d;
    position: relative;
}
.home-slider-sec .btn-pause span:before {
    content: "\f04c";
    font-family: FontAwesome;
    color: var(--color-secondary-green);
    margin-right: 10px;
}
.home-slider-sec .btn-pause.js-status-pause span:before {
    content: "\f04b";
}
#content .sec-title h2 {
    font-size: 45px;
    font-family: prelo, helvetica neue, Helvetica, Arial, sans-serif;
}
#content .sec-title h3 {
    font-weight: 700;
}
.inner-con {
    margin: 50px 0;
}
.inner-con h3 {
    line-height: 50px;
}
.inner-con p {
    line-height: 40px;
}
.pd-70 {
    padding: 70px 0;
}
.pd-5r {
    padding: 5rem 0;
}
.opacity-10 {
    background-color: rgb(0 156 222 / 10%);
}
.opacity-25 {
    background-color: rgb(0 156 222 / 25%);
}
.bg-lightgray {
    background-color: #F8F8F8;
}

.home-section .home-sec1 {
    padding: 100px 0;
}
#content .home-section .home-sec1 .sec-title h2 {
    font-size: 30px;
    line-height: 1.8;
    font-weight: 700;
    margin-bottom: 40px;
}
.home-section .home-sec1 .sec-cont p {
    font-size: 17px;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 40px;
}
.home-section .home-sec1 .vid-dv div {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    text-align: center;
}
.home-section .home-sec1 .vid-dv iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
}
.home-section .home-sec2 {
    padding: 40px 0 50px;
}
.home-news .item {
    display: flex;
    justify-content: space-between;
    background-color: #ffffff;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 10px;
}
.home-news .item .news-pdate {
    flex: 0 10%;
    font-family: prelo, helvetica neue, Helvetica, Arial, sans-serif;
    font-weight: 700;
}
.home-news .item .news-pcat {
    flex: 0 10%;
}
.home-news .item .news-pcat a, .news-h span a {
    font-size: 15px;
    border-radius: 5px;
    padding: 3px;
    display: block;
    width: 100px;
    text-align: center;
}
.home-news .item .news-pcat a.cat-notice, .news-h .cat-notice {
    color: #888B8D;
    border: 1px solid #888B8D;
}
.home-news .item .news-pcat a.cat-is, .news-h .cat-is {
    color: var(--color-secondary-green);
    border: 1px solid var(--color-secondary-green);
}
.home-news .item .news-pcat a.cat-ri, .news-h .cat-ri {
    color: var(--color-primary-blue);
    border: 1px solid var(--color-primary-blue);
}
.home-news .item .news-pcat a:hover, .news-h span a:hover {
    color: #ffffff;
}
.home-news .item .news-pcat a.cat-notice:hover, .home-news .item .news-pcat a.cat-notice:focus,
.news-h .cat-notice:hover, .news-h .cat-notice:focus {
    background-color: #888B8D;
}
.home-news .item .news-pcat a.cat-is:hover, .home-news .item .news-pcat a.cat-is:focus,
.news-h .cat-is:hover, .news-h .cat-is:focus {
    background-color: var(--color-secondary-green);
}
.home-news .item .news-pcat a.cat-ri:hover, .home-news .item .news-pcat a.cat-ri:focus,
.news-h .cat-ri:hover, .news-h .cat-ri:focus {
    background-color: var(--color-primary-blue);
}
.home-news .item .news-ptitle {
    flex: 0 70%;
}
.home-news .item .news-ptitle a {
    color: var(--color-gray);
}
.home-news .item .news-ptitle a:hover {
    color: var(--color-primary-blue);
}
.home-news .btn-holder {
    text-align: right;
    margin-top: 30px;
}
.home-news .btn-holder .bordered-btn:hover, .home-news .btn-holder .bordered-btn:focus {
    background-color: #ffffff;
}
.home-section .home-sec3 {
    padding: 40px 0 80px;
}
.home-section .home-sec3 .content-holder {
    background-color: #F0F0F0;
    border-radius: 40px;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.home-section .home-sec3 .content-holder p {
    font-size: 20px;
    margin-bottom: 0;
    text-align: right;
    padding-right: 50px;
    width: 100%;
}
.social-info {
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    width: 100%
}
.social-info li {
    margin: 0 15px;
    display: flex;
    align-items: center;
}
.social-info li a, .sec-btns .ast-container a {
    -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;
}
.social-info li a:hover, .sec-btns .ast-container a:hover {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
}
.social-info li img {
    width: 35px;
    height: 35px;
    object-fit: contain;
}
.home-section .home-sec4 {
    padding: 80px 0;
}
.home-section .home-sec4 .img-holder img {
    width: 100%;
    object-fit: cover;
}
.home-section .home-sec4 .text-holder, .home-section .home-sec5 .text-holder {
    padding-top: 50px;
}
.home-section .home-sec4 .img-holder img, .home-sec5 .img-holder .bottom-img img {
    border-radius: 30px;
}
.home-section .home-sec4 .img-holder .img-label {
    font-family: "Noto Sans JP", sans-serif;
    line-height: 28px;
}
.home-section .home-sec5 .img-holder {
    position: absolute;
    right: 0;
}
.flex-item {
    margin: 50px 0 70px;
}
.flex-item .item {
    border: 1px solid #BEBEBE;
    border-radius: 30px;
    background-color: #ffffff;
    padding: 20px;
    text-align: center;
}
.flex-item .item .text-holder {
    color: var(--color-black);
    font-size: 20px;
    font-family: "Noto Sans JP", sans-serif;
    margin-bottom: 30px;
}
.flex-item .item .img-holder img {
    width: 250px;
}
.home-section .home-sec10 .flex-faq {
    background-color: #F0F0F0;
    border-radius: 30px;
    padding: 50px 70px;
}
.home-section .home-sec10 .flex-faq .content-holder p {
    margin: 10px 0 40px;
}
.home-section .home-sec10 .flex-faq .img-holder img {
    width: 150px;
}
.home-section .home-sec11 .box-link {
    background-color: #ffffff;
    border-radius: 30px;
    padding: 30px;
}
.home-section .home-sec11 .box-link .item {
    display: flex;
    justify-content: space-between;
}
.home-section .home-sec11 .box-link .item:not(:last-child) {
    margin-bottom: 20px;
    border-bottom: 1px solid #9E9E9E;
    padding-bottom: 20px;
}
.home-section .home-sec11 .box-link .item .title-holder {
    color: var(--color-black);
    font-size: 18px;
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
}
.home-section .home-sec11 .box-link .item .btn-arrow a {
    color: #ffffff;
    background-color: var(--color-primary-blue);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.5s ease; 
    -moz-transition: all 0.5s ease; 
    -o-transition: all 0.5s ease; 
    transition: all 0.5s ease;
}
.home-section .home-sec11 .box-link .item .btn-arrow a:hover,
.home-section .home-sec11 .box-link .item .btn-arrow a:focus { 
    color: var(--color-primary-blue);
    transform: translateX(5px);
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    background-color: rgb(0 156 222 / 10%);
}
.sec-btns {
    background-color: #CDCECF;
    position: relative;
}
.sec-btns .ast-container a {
    color: #ffffff;
    font-size: 20px;
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    position: relative;
}
.sec-btns .ast-container a:first-child {
    background-color: var(--color-primary-blue);
}
.sec-btns .ast-container a:nth-child(2) {
    background-color: var(--color-secondary-green);   
}
.sec-btns .ast-container a:last-child {
    background-color: var(--color-dark-blue);
}
.sec-btns .ast-container a .tooltip-text, .top-tooltip p {
    visibility: hidden;
    background-color: var(--color-gray);
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    border-radius: 6px;
    padding: 8px 5px;
    width: 80%;
    margin: 0 auto;
    position: absolute;
    z-index: 10;
    top: 100%;
    left: 0;
    right: 0;
    opacity: 0;
    transition: opacity 1s ease;
    margin-top: .6rem;
}
.sec-btns .ast-container a .tooltip-text::after,
.top-tooltip p:after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent var(--color-gray) transparent;
}
.sec-btns .ast-container a:hover .tooltip-text,
.top-tooltip:hover p {
    visibility: visible;
    opacity: 1;
}
.home-staff {
    margin-top: 50px;
}
.home-staff .img-holder img {
    -webkit-transition: all .5s; 
    -moz-transition: all .5s; 
    -o-transition: all .5s; 
    transition: all .5s;
}
.home-staff .img-holder {
    overflow: hidden;
    border-radius: 20px 20px 0 0;
}
.home-staff .item a:hover 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);
}
.home-staff .item .text-holder {
    background-color: #ffffff;
    border-radius: 0 0 20px 20px;
    padding: 20px;
}
#content .home-staff .item .text-holder h3 {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1.5;
}
.home-staff .item .text-holder p {
    color: var(--color-gray);
    font-size: 14px;
}

/*Archive*/
#content .sec-title.font-large h2 {
    font-size: 60px;
}
#content .sec-title.font-large h1 {
    font-size: 18px;
    font-weight: 700;
}
.bcn-holder {
    margin: 50px 0;
}
.bcn-holder span[property="itemListElement"] {
    margin: 0 5px;
}
.bcn-holder span a {
    color: var(--color-gray);
    font-weight: 700;
}
.bcn-holder span a:hover, .bcn-holder span a:focus {
    color: var(--color-primary-blue);
}
.bcn-holder span:first-child {
    margin-left: 0;
}
.cst-news .home-news {
    margin: 7rem 0 5rem 0;
}
.cst-news .home-news .item {
    background-color: #F8F8F8;
    margin-bottom: 20px;
}
.cst-news .home-news .item .news-pcat a {
    background-color: #ffffff;
}


/*Pagination*/
.pagination-holder {
    text-align: center;
    display: flex;
    justify-content: center;
}
.pagination-holder .page-numbers, .next-prev-btn .arr a {
    color: var(--color-primary-blue);
    margin: 0 5px;
    border: 1px solid var(--color-primary-blue);
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    outline: none;
}
.pagination-holder .page-numbers:hover, .pagination-holder .page-numbers.current, .next-prev-btn .arr a:hover, .next-prev-btn:focus {
    color: #ffffff;
    background-color: var(--color-primary-blue);
}
.pagination-holder .next.page-numbers, .pagination-holder .prev.page-numbers {
    color: #CCCFCF;
    border: none;
}
.pagination-holder .next.page-numbers:hover, .pagination-holder .prev.page-numbers:hover,
.pagination-holder .next.page-numbers:focus, .pagination-holder .prev.page-numbers:focus {
    color: var(--color-primary-blue);
    background-color: transparent;
}
.next-prev-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/*Single*/
.news-inner-cont, .cst-basic {
    padding-bottom: 5rem;
}
.page-id-1178 .cst-basic, .page-id-881 .cst-basic {
    padding-bottom: 0;
}
#content .news-h h2 {
    color: var(--color-gray);
    font-size: 20px;
    font-family: font-family: prelo, helvetica neue, Helvetica, Arial, sans-serif;
    font-weight: 700;
    margin-right: 20px;
}
.news-h h2 span {
    display: inline-block;
    vertical-align: middle;
    padding-left: 20px;
}
#content .news-h h1 {
    color: #212529;
    font-size: 30px;
    font-weight: 700;
    margin-top: 30px;
}
.news-inner-cont .news-main-cont {
    margin: 4rem 0;
    padding-bottom: 2rem;
}
.next-prev-btn .btn-holder .bordered-btn {
    padding: 10px 20px 10px 80px;
}
.next-prev-btn .btn-holder .bordered-btn span {
    left: 8px;
}
.next-prev-btn .btn-holder .bordered-btn:hover span, .next-prev-btn .btn-holder .bordered-btn:focus span {
    transform: translateX(-5px);
    -webkit-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
}
.news-inner-cont .news-main-cont p, .news-inner-cont .news-main-cont a {
    color: var(--color-black);
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 30px;
}
.news-inner-cont .news-main-cont .p-strong {
    font-weight: 700;
    margin-bottom: 5px;
}
.news-inner-cont .news-main-cont .p-bottom {
    margin-bottom: 5px;
}
.news-inner-cont .news-main-cont ul, .news-inner-cont .news-main-cont ol {
    margin-left: 0;
    margin-bottom: 30px;
    padding-left: 20px;
}
.news-inner-cont .news-main-cont ul li, .news-inner-cont .news-main-cont ol li {
    color: var(--color-black);
    font-weight: 500;
    line-height: 30px;
}
.news-inner-cont .news-main-cont a:hover, .news-inner-cont .news-main-cont a:focus {
    color: var(--color-primary-blue);
}
.news-inner-cont .news-main-cont figure {
    margin-bottom: 30px;
}
#content h2.heading-30 {
    font-size: 30px;
}
#content h3.heading-pdleft {
    font-size: 20px;
    padding-left: 50px;
    padding-top: 10px;
}

/*Interview*/
.page-interview-sec .home-section .home-sec5 .text-holder {
    padding-top: 0;
    padding-left: 0;
}
.page-interview-sec .bcn-holder {
    margin-top: 0;
    margin-bottom: 4rem;
}
.span-box span {
    color: #ffffff;
    background-color: var(--color-primary-blue);
    padding: 5px;
    margin-bottom: 10px;
    display: inline-block;
}
#content .span-box h2 {
    font-size: 35px;
    /*width: 60%;*/
}
.left-conth p {
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
    margin-top: 4rem;
}
.left-conth.blue-sec-heading p, .page-int-sec .home-staff {
    margin-top: 0;
}
.left-conth p span {
    font-size: 20px;
}
#content .page-interview-sec .main-content-holder h2 {
    font-size: 30px;
    margin-bottom: 30px;
}
#content .page-interview-sec .main-content-holder h3 {
    margin-bottom: 20px;
}
.wp-block-column.int-box-gray {
    padding: 50px;
    margin-top: 50px;
}
.wp-block-column.int-box-gray h2 {
    padding: 10px 20px;
}
.schedule-list {
    margin: 0;
}
.schedule-list > li {
    position: relative;
    display: flex;
    justify-content: space-between;
}
.schedule-list h5 {
    color: var(--color-primary-blue);
    width: 10%;
    font-size: 16px;
    line-height: 26px;
    padding-left: 5px;
}
.schedule-list p {
    padding-top: 0;
    padding-bottom: 30px;
    padding-left: 50px;
    width: 90%;
    margin-bottom: 0;
    position: relative;
}
.schedule-list p:before {
    content: '';
    width: 12px;
    height: 12px;
    background: var(--color-primary-blue);
    border-radius: 100%;
    position: absolute;
    top: 7px;
    left: 0;
    z-index: 1;
}
.schedule-list p:after {
    content: '';
    border-left: 1px var(--color-primary-blue) solid;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 7px;
    left: .34rem;
}
.schedule-list li:last-child p:after {
    display: none;
}
.schedule-list p strong {
    color: var(--color-primary-blue);
    display: block;
    line-height: 26px;
    margin-bottom: 10px;
}
.blue-sec-heading.mid-gap {
    gap: 10px;
}
.blue-sec-heading.large-gap {
    gap: 40px;
}
#content .blue-sec-heading h2 {
    font-size: 30px;
    margin-bottom: 30px;
}
#content .heading-nobtm h2 {
    margin-bottom: 10px;
}
.bottom-border-table table {
    width: 100%;
    border: 0;
}
.bottom-border-table table td {
    color: var(--color-gray);
    text-align: left;
    padding: 25px 0;
    border: 0;
    border-bottom: 1px solid #C3C5C6;
    vertical-align: text-bottom;
}
.bottom-border-table table tbody tr td:first-child {
    color: var(--color-black);
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
    width: 24%;
}
.process-holder.wp-block-columns {
    padding: 40px 20px;
    counter-reset: section;
}
.process-holder.wp-block-columns .wp-block-column {
    position: relative;
    padding: 0 5px;
    padding-top: 4.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.process-holder.wp-block-columns .wp-block-column:before {
    content: "Step" counter(section);
    counter-increment: section;
    color: #ffffff;
    font-size: 16px;
    background-color: var(--color-dark-blue);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.process-holder.wp-block-columns .wp-block-column:not(:last-child):after {
    content: "\f061";
    color: #BEBEBE;
    font-size: 22px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    top: 1rem;
    right: -1rem;
}
#content .process-holder.wp-block-columns h3 {
    color: var(--color-gray);
    font-size: 18px;
    margin-bottom: 20px;
}
.process-holder.wp-block-columns .wp-block-column figure {
    padding: 0 25px;
}
.left-mgtb.wp-block-columns {
    margin-top: 3rem;
    margin-bottom: 3rem;
}
#content .left-mgtb.wp-block-columns .blue-sec-heading h2 {
    line-height: 43px;
}

/*Scrollable List*/
.wp-block-group.scrollable-list ul {
    margin: 0;
    list-style: none;
}
.wp-block-group.scrollable-list ul li {
    font-family: "Noto Sans JP", sans-serif;
    margin-bottom: 20px;
    position: relative;
    padding-left: 25px;
}
.wp-block-group.scrollable-list ul li:before {
    content: '';
    background-color: #CCCFCF;
    width: 8px;
    height: 8px;
    display: block;
    position: absolute;
    top: 9px;
    left: 0;
    border-radius: 50%;
}
.wp-block-group.scrollable-list ul li.active:before {
    background-color: var(--color-primary-blue);
}
#content .wp-block-group.scrollable-list ul li a {
    color: var(--color-gray);
    outline: none;
}
#content .wp-block-group.scrollable-list ul li.active a, #content .wp-block-group.scrollable-list ul li:hover a,
#content .wp-block-group.scrollable-list ul li:focus a {
    color: var(--color-primary-blue);
}
.wp-block-group.scrollable-list ul li svg { 
    stroke-dasharray: 100;
    stroke-dashoffset: 100;
    stroke: var(--color-primary-blue);
    position: absolute;
    top: 0;
    left: -9px;
    width: 26px;
    height: 26px;
    transition-duration: 1s;
    transition-timing-function: cubic-bezier(.785,.135,.15,.86);
}
.wp-block-group.scrollable-list ul li.active svg {
    stroke-dashoffset: 0;
}
#content .rsm-intl-sec.wp-block-columns {
    margin: 5rem auto 3rem;
}
#content .rsm-intl-sec.wp-block-columns h2 {
    color: var(--color-secondary-green);
    font-size: 16px;
}
#content .rsm-intl-sec.wp-block-columns h2 span {
    font-size: 30px;
}
.rsm-int-whitebox.wp-block-columns {
    padding: 40px;
    margin-bottom: 50px;
}
#content .rsm-int-whitebox.wp-block-columns h3 {
    font-family: prelo, helvetica neue, Helvetica, Arial, sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
}
.rsm-int-whitebox.wp-block-columns img {
    margin-top: 50px;
}
.rsm-int-table table thead {
    border-bottom: 0;
}
.rsm-int-table table thead th {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    background-color: var(--color-primary-blue);
    border-color: #ffffff;
}
.rsm-int-table table tbody tr td {
    font-size: 14px;
    background-color: #F0F0F0;
    border-color: #ffffff;
}
.rsm-int-table table tbody tr td span {
    background-color: #ffffff;
    display: block;
    border-radius: 17px;
    text-align: center;
    padding: 5px;
}
.rsm-int-table table tbody tr:first-child td:first-child span {
    color: var(--color-primary-blue);
    border: 1px solid var(--color-primary-blue);
}
.rsm-int-table table tbody tr:nth-child(2) td:last-child span,
.rsm-int-table table tbody tr:nth-child(3) td:last-child span {
    color: var(--color-gray);
    border: 1px solid #BEBEBE;
}
.bordered-box.wp-block-columns .wp-block-column {
    padding: 30px;
    border-color: #BEBEBE;
}
#content .bordered-box.wp-block-columns .wp-block-column h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 30px;
    line-height: 30px;
}
.bordered-box.wp-block-columns .col-ver.wp-block-column {
    padding: 0;
}
.col-ver.wp-block-column .bordered-box {
    flex-direction: column;
}
.no-border-bottom table tr:last-child td {
    border-bottom: 0;
}
.img-mgbt, .service-col-list.wp-block-columns {
    margin-bottom: 50px;
}
#content .service-col-list.wp-block-columns .service-right.wp-block-column h3 {
    line-height: 32px;
    position: relative;
    display: flex;
    overflow: hidden;
}
#content .service-col-list.wp-block-columns .service-right.wp-block-column h3 span.line:after {
    content: '';
    background-image: url(/wp-content/uploads/2025/08/Repeat-Grid-2.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 20px;
    display: block;
    position: absolute;
    top: .5rem;
    /*left: 20%;*/
    margin-left: 5%;
}
.service-col-list.wp-block-columns .service-right.wp-block-column p {
    font-family: "Noto Sans JP", sans-serif;
}
.service-col-list.wp-block-columns .service-right.wp-block-column p.p-darkblue strong {
    color: #ffffff;
    background-color: var(--color-dark-blue);
    padding: 0 8px;
    display: inline-block;
}
.service-col-list.wp-block-columns .service-right.wp-block-column .wp-block-separator {
    height: 0;
    margin: 2rem 0;
    border-top-width: 1px;
}
.faq-section {
    margin-top: 5rem;
}
.faq-section .item {
    background-color: #F0F0F0;
    border-radius: 30px;
    padding: 30px;
    margin-bottom: 20px;
}
.faq-section .item .faq-title {
    font-size: 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 60px;
}
.faq-section .item .faq-title .faq-q {
    color: #ffffff;
    font-size: 24px;
    font-weight: 400;
    background-color: var(--color-primary-blue);
    border: 1px solid var(--color-primary-blue);;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    left: 0;
}
.faq-section .item .faq-title .toggle-faq-cont {
    color: var(--color-primary-blue);
    margin-left: auto;
    cursor: pointer;
}
.faq-section .item .faq-title .toggle-faq-cont.active i:before {
    content: "\f068";
}
.faq-section .item .faq-cont {
    display: none;
    padding-top: 30px;
    position: relative;
    padding-left: 60px;
}
.faq-section .item .faq-cont .faq-a {
    color: var(--color-primary-blue);
    font-size: 24px;
    background-color: #ffffff;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--color-primary-blue);
    border-radius: 50%;
    position: absolute;
    left: 0;
}
.faq-flex-img .flex-img-dv p:not(:last-child) {
    color: var(--color-primary-blue);
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}
.faq-flex-img .flex-img-dv img {
    width: 210px;
}
.env-blue-box.wp-block-columns {
    margin: 4rem 0;
}
.env-blue-box.wp-block-columns .wp-block-column, .env-gray-box.wp-block-columns {
    padding: 40px 30px;
}
.env-green-box.wp-block-columns {
    padding: 40px 30px;  
    margin-bottom: 7rem;  
}
figure.env-green-img {
    width: 145px;
    margin-left: auto;
    position: relative;
    top: 0;
    right: -.5rem;
    z-index: 1;
}
.env-green-border.wp-block-group {
    border-width: 1px;
    border-color: var(--color-secondary-green);
    width: 290px;
    height: 290px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: left;
    position: absolute;
    top: 1rem;
    right: -1rem;
    padding: 30px;
}
.env-green-border.wp-block-group p:first-child {
    font-size: 13px;
    line-height: 22px;
    margin-left: 0 !important;
    padding-left: 10px;
    position: absolute;
    top: 3rem;
    width: 80%;
}
.env-green-border.wp-block-group p:first-child:after {
    content: '';
    width: 90%;
    height: 1px;
    background-color: #BEBEBE;
    display: block;
    margin-top: 10px;
}
.env-green-border.wp-block-group p:last-child {
    font-size: 13px;
    margin: 0;
    line-height: 22px;
    padding-left: 9px;
    position: absolute;
    bottom: 2.5rem;
    width: 73%;
}
.env-gray-box.wp-block-columns .env-p-tool {
    margin-top: 50px;
}
.env-gray-box.wp-block-columns .env-align-end, .pos-rel-abs.wp-block-columns .env-pos-right {
    align-content: end;
}
.env-gray-box.wp-block-columns .env-p-tool .tooltip-blue {
    background-color: var(--color-dark-blue);
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    border-radius: 30px;
    padding: 0 20px;
    display: inline-block;
    position: relative;
}
.env-gray-box.wp-block-columns .env-p-tool .tooltip-blue:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    border-width: 10px;
    border-style: solid;
    border-color: var(--color-dark-blue) transparent transparent transparent;
}
.pos-rel-abs.wp-block-columns {
    position: relative;
}
.env-gray-box.wp-block-columns .pos-rel-abs.wp-block-columns .env-p-tool {
    padding-bottom: 30px;
    margin-top: 0;
}
.pos-rel-abs.wp-block-columns figure.wp-block-image {
    position: relative;
    top: 1rem;
}
.pos-rel-abs.wp-block-columns .env-pos-right p {
    position: absolute;
    margin: 0;
    bottom: -1rem;
    right: 10rem;
}
#content .left-pdr .heading-alignright {
    font-size: 20px;
    margin-bottom: 30px;
    line-height: 41px;
}
#content .left-pdr .heading-alignright span {
    display: block;
}
.page-id-996 .cst-basic {
    padding-bottom: 0;
}
.page-id-996 .bcn-holder {
    margin-bottom: 20px;
}
.int-content-sec {
    padding: 30px 0;
    text-align: center;
}
.int-content-sec .int-cent p {
    font-size: 18px;
    font-weight: 700;
    line-height: 36px;
    position: relative;
    display: inline-block;
}
.int-content-sec .int-cent p:before {
    content: '';
    background-image: url('/wp-content/uploads/2025/08/left-quote.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: -0.3rem;
    left: -5rem;
    width: 61px;
    height: 33px;
}
.int-content-sec .int-cent p:after {
    content: '';
    background-image: url('/wp-content/uploads/2025/08/right-quote.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    bottom: -0.4rem;
    right: -5rem;
    width: 61px;
    height: 33px;
}

/*Responsive*/
@media screen and (min-width: 1400px){
    .site-header .site-above-header-wrap, .site-header .ast-main-header-wrap .site-primary-header-wrap {
        max-width: 1460px;
    }
    .site-header .site-above-header-wrap > .ast-builder-grid-row .site-header-above-section-right .header-widget-area {
        width: 42%;
    }
    .site-header .main-header-menu > li > a {
        font-size: 16px;
    }
    .page-template-page-basic3 #page .mx-wid.ast-container, .page-template-page-basic3 #page .mx-pd {
        max-width: 1000px;
    }
    .page-template-page-basic3 #page .wp-block-group.scrollable-list {
        max-width: 1380px;
    }
    #content .wp-block-group.scrollable-list ul {
        width: 180px;
    }
    #content .rsm-intl-sec.wp-block-columns {
        width: 100%;
        max-width: 80%;
        gap: 10px;
    }
    .env-green-border.wp-block-group {
        width: 320px;
        height: 320px;
        right: 1rem;
    }
    .env-green-border.wp-block-group p:first-child {
        padding-left: 20px;
        top: 4rem;
    }
    .env-green-border.wp-block-group p:last-child {
        padding-left: 20px;
        bottom: 3rem;
    }
    figure.env-green-img {
        right: 0;
    }
}

@media screen and (min-width: 1600px){
    .site-header .site-above-header-wrap > .ast-builder-grid-row .site-header-above-section-right .header-widget-area {
        width: 40%;
    }
}

@media screen and (min-width: 1200px){
    .scroll-section {
        -webkit-transform: translateY(2%);
        transform: translateY(2%);
        /*opacity: 0;*/
        transition-duration: 1s;
        /*transition-property: opacity, -webkit-transform;
        transition-property: opacity, transform;
        transition-property: opacity, transform, -webkit-transform;*/
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        transition-timing-function: cubic-bezier(.39,.575,.565,1);
        will-change: transition;
        margin-bottom: 0;
    }
    .scroll-section.is-visible {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        /*opacity: 1;*/
    }
    .pd-left.ast-container {
        padding-left: 5rem;
        justify-content: space-between;
    }
    .mx-wid.ast-container {
        max-width: 1100px;
    }
    .page-template-page-basic3 .mx-wid.ast-container, .page-basic3-sec .mx-pd {
        max-width: 900px;
        padding: 0 20px;
        margin: 0 auto;
    }
    .page-basic3-sec .mx-wid.ast-container {
        flex-direction: column;
    }
    .home-section .home-sec6 .img-holder {
        padding-right: 4rem;
    }
    .cst-news .home-news .item .news-pdate {
        flex: 0 5%;
    }
    .cst-news .home-news .item .news-pcat {
        flex: 0 10%;
    }
    .cst-news .home-news .item .news-ptitle {
        flex: 0 78%;
    }
    .wp-block-column.pos-rel {
        position: relative;
    }
    /*.top-btn.btn-lightblue-bg {
        position: relative;
        right: -.8rem;
    }*/
    .wp-block-group.scrollable-list {
        position: sticky;
        top: 0;
        left: 0;
        width: 100%;
        max-width: 1180px;
        margin: 0 auto;
        z-index: 10;
    }
    .wp-block-group.scrollable-list ul {
        position: absolute;
        top: 70px;
        left: 0;
        width: 140px;
        transition: top .6s ease-in-out;
    }
    .wp-block-group.scrollable-list ul.scrolled {
        top: 9rem;
    }
    .site-footer .site-above-footer-wrap[data-section="section-above-footer-builder"] .ast-builder-grid-row,
    .site-footer .site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row {
        max-width: 1100px;
    }
    .site-footer .site-below-footer-wrap[data-section="section-below-footer-builder"] .ast-builder-grid-row {
        max-width: 1100px;
        padding: 0 20px;
    }
    .site-footer .site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row {
        padding: 0 20px;
        grid-template-columns: 1fr 2fr 1fr;
    }
}

@media screen and (max-width: 1199px){
    .cst-basic .pd-70, .cst-basic .wd-pdlr {
        padding: 50px 20px;
    }
    .wp-block-group.scrollable-list ul {
        padding: 0 25px;
    }
    .home-sec6 .img-holder img {
        width: 450px;
    }
    /*.page-basic3-sec .content-sec {
        padding: 0 20px;
    }*/
    .site-footer .site-above-footer-wrap[data-section="section-above-footer-builder"] .ast-builder-grid-row {
        padding: 0 20px 0 10px;
    }
    .site-footer .site-above-footer-wrap[data-section="section-above-footer-builder"] .ast-builder-grid-row:after {
        width: 96%;
        left: 20px;
    }
    .site-footer .site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row,
    .site-footer .site-below-footer-wrap[data-section="section-below-footer-builder"] .ast-builder-grid-row {
        padding: 0 20px;
    }
}

@media screen and (min-width: 922px) and (max-width: 1199px) {
    .site-header .site-above-header-wrap > .ast-builder-grid-row .site-header-above-section-right .header-widget-area {
        width: 56%;
    }
    .site-header .site-branding .site-logo-img .site-logo-img {
        padding-right: 5px;
    }
    .site-header .site-branding .site-logo-img .site-logo-img img {
        max-width: 100px;
        width: 100px;
    }
    .site-header .main-header-menu > li > a {
        font-size: 12px;
        padding: 0 8px;
    }
    .site-header .custom-logo-link img {
        max-width: 100px;
        width: 100px;
    }
    .site-header.ast-logo-title-inline .site-logo-img {
        padding-right: 10px;
    }
    .site-header .site-primary-header-wrap > .ast-builder-grid-row {
        grid-column-gap: 0;
    }
}

@media screen and (min-width: 922px) and (max-width: 1000px) {
    .site-header .site-above-header-wrap > .ast-builder-grid-row .site-header-above-section-right .header-widget-area {
        width: 62%;
    }
    .site-header .main-header-menu > li > a {
        padding: 0 5px;
        font-size: .63rem;
    }
}

@media screen and (min-width: 922px){
    /*Header*/
    .site-header .ast-main-header-wrap .site-primary-header-wrap {
        min-height: 0;
    }
    .site-header .site-branding {
        padding: 0;
        position: relative;
        top: -3rem;
    }
    .wp-block-column.col1 {
        position: relative;
        right: -0.8rem;
    }
    .home-section .home-sec1 .ast-container {
        justify-content: space-between;
        align-items: center;
    }
    .home-section .home-sec1 .sec-title, .home-section .home-sec1 .sec-cont {
        flex: 0 48%;
    }
    .home-section .home-sec1 .vid-dv {
        flex: 0 43%;
        margin-top: 20px;
    }
    .home-section .home-sec2 .sec-title {
        flex: 0 20%;
    }
    .home-section .home-sec2 .home-news {
        flex: 0 80%;
    }
    .home-section .home-sec4 {
        height: 600px;
        margin-bottom: 50px;
    }
    .ast-container.fx-50 .text-holder {
        flex: 0 50%;
        padding-left: 50px;
    }
    .home-sec5 .ast-container.fx-50 .text-holder {
        padding-left: 0;
    }
    .ast-container.fx-50 .img-holder {
        flex: 0 50%;
    }
    .home-section .home-sec4 .img-holder {
        position: relative;
    }
    .home-section .home-sec4 .img-holder .img-label {
        position: absolute;
        right: -8.5rem;
        bottom: 1rem;
    }
    .home-section .home-sec5 {
        padding: 10rem 0 15rem;
        position: relative;
    }
    .page-interview-sec .home-section .home-sec5 {
        padding: 1rem 0 15rem;
    }
    .home-section .home-sec5 .text-holder {
        padding-right: 4rem;
    }
    .home-section .home-sec5 .img-holder {
        bottom: 0;
        width: 50%;
    }
    .page-interview-sec .home-section .home-sec5 .img-holder {
        top: 0;
        bottom: auto;
    }
    .home-section .home-sec5 .img-holder > img {
        height: 600px;
        object-fit: cover;
        border-radius: 30px 0 0 30px;
    }
    .home-section .home-sec5 .img-holder .bottom-img {
        position: absolute;
        bottom: -7rem;
        left: -9rem;
    }
    .home-section .home-sec5 .img-holder .bottom-img img {
        height: 310px;
    }
    .home-section .home-sec4 .img-holder img {
        height: 650px;
    }
    .home-section .home-sec6 {
        margin-top: 15rem;
    }
    .home-section .home-sec6 .ast-container {
        align-items: center;
    }
    .home-section .home-sec8 .img-holder {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 50%;
    }
    .home-section .home-sec8 {
        padding-top: 8rem;
        padding-bottom: 8rem;
        position: relative;
    }
    .home-section .home-sec8 .ast-container {
        justify-content: flex-end;
    }
    .home-section .home-sec8 .img-holder img {
        height: 450px;
        object-fit: cover;
        border-radius: 0 30px 0 0;
    }
    .home-section .home-sec8 .text-holder {
        position: relative;
        top: 1rem;
    }
    .home-sec7 .ast-container, .home-section .home-sec9 .ast-container, .home-section .home-sec10 .ast-container, .int-staff .ast-container,
    .int-content-sec .ast-container {
        flex-direction: column;
    }
    .home-section .home-sec10 .flex-faq, .sec-btns .ast-container, .home-section .home-sec2 .ast-container {
        display: flex;
        justify-content: space-between;
    }
    .home-section .home-sec11 .sec-cont {
        padding-right: 5rem;
        flex: 0 50%;
    }
    .home-section .home-sec11 .box-link {
        flex: 0 50%;
        margin-top: 50px;
    }
    .sec-btns .ast-container a {
        flex: 0 32%;
    }
    .cst-news .ast-container, .cst-basic .mx-wid.ast-container {
        flex-direction: column;
    }
    .site-footer .site-footer-primary-section-3 {
        height: 100%;
        position: relative;
    }
}

@media screen and (min-width: 1900px) { 
    body #content .home-slider-sec .ast-container, .site-header .site-above-header-wrap, 
    .site-header .ast-main-header-wrap .site-primary-header-wrap {
        max-width: 100%;
        padding: 0 90px;
    }
    .site-header .site-above-header-wrap > .ast-builder-grid-row .site-header-above-section-right .header-widget-area {
        width: 32%;
    }
    .pdf-dl {
        right: 90px;
    }
    .mx-wid.ast-container, .site-footer .site-above-footer-wrap[data-section="section-above-footer-builder"] .ast-builder-grid-row, .site-footer .site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row,
    .site-footer .site-below-footer-wrap[data-section="section-below-footer-builder"] .ast-builder-grid-row,
    .page-template-page-basic3 #page .mx-wid.ast-container, .page-template-page-basic3 #page .mx-pd, .site-footer .site-below-footer-wrap .ast-builder-footer-grid-columns .site-footer-below-section-2 > .ast-builder-layout-element {
        max-width: 1200px;
        padding: 0;
    }
    .site-footer .site-below-footer-wrap .ast-builder-footer-grid-columns .site-footer-below-section-2 > .ast-builder-layout-element {
        padding: 20px 0;
    }
    #content .wp-block-group.scrollable-list ul {
        width: 217px;
    }
    .ast-container {
        max-width: 1390px;
    }
    .page-template-page-basic3 #page .wp-block-group.scrollable-list {
        max-width: 90%;
    }
    .wp-block-image.size-full img {
        width: 100%;
    }
    .home-section .home-sec8 {
        padding-top: 10rem;
    }
    .home-news .item .news-ptitle {
        flex: 0 75%;
    }
    .page-interview-sec .home-section .home-sec5 {
        padding: 1rem 0 23rem;
    }
    .home-section .home-sec5 .img-holder > img {
        height: 700px;
    }
    .home-section .home-sec5 {
        padding: 16rem 0 15rem;
    }
    #content .sec-title h2 {
        font-size: 70px;
    }
    .home-slider-sec .home-slider-sec-text h1 {
        font-size: 60px;
    }
    .home-slider-sec .home-slider-sec-text h1:before {
        width: 15px;
        height: 42px;
        top: -39px;
        right: -12px;
    }
    .home-slider-sec .home-slider-sec-text h1:after {
        width: 23px;
        height: 40px;
        bottom: -39px;
        left: -23px;
    }
    #content .home-section .home-sec1 .sec-title h2 {
        font-size: 34px;
    }
    .home-section .home-sec1 .sec-cont p, .home-section .home-sec11 .inner-con p {
        font-size: 19px;
    }
    .home-section .home-sec10 .flex-faq .content-holder p, .inner-con p, #content .home-staff .item .text-holder h3, .home-section .home-sec11 .box-link .item .title-holder,
    .home-news .item .news-pdate, .home-news .item .news-ptitle {
        font-size: 20px;
    }
    .sec-btns .ast-container a {
        font-size: 24px;
    }
    .home-section .home-sec11 .box-link {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    body .site-footer p, body .site-footer a, .home-staff .item .text-holder p {
        font-size: 16px;
    }
    #content .page-interview-sec .span-box h2 {
        font-size: 35px;
    }
    .home-news .item .news-pcat a, .news-h span a {
        font-size: 14px;
    }
    .btn-holder .bordered-btn {
        font-size: 18px;
    }
    #content .home-sec4 .inner-con h3 {
        font-size: 36px;
        line-height: 68px;
        margin-bottom: 4rem;
    }
    .home-section .home-sec4 {
        height: 700px;
    }
    .home-section .home-sec4 .img-holder img {
        height: 720px;
    }
    .home-section .home-sec4 .img-holder .img-label {
        font-size: 18px;
        right: -9.5rem;
    }
    .home-section .home-sec11 .box-link {
        padding: 40px 30px;
    }
    .home-section .home-sec11 .box-link .item:not(:last-child) {
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 921px){
    #menu-toggle-close {
        color: #ffffff;
        background-color: var(--color-primary-blue);
        align-items: center;
        justify-content: center;
        margin: 10px 20px;
        width: 43px;
        height: 43px;
    }
    .top-btn.wp-block-button {
        width: 100%;
        padding: 0 20px;
    }
    .wp-block-columns.btn-col3 {
        margin-top: 20px;
        flex-direction: column;
    }
    .wp-block-columns.btn-col3 .wp-block-column.top-tooltip {
        margin-bottom: 15px;
    }
    .home-sec9 .sec-title h2, .home-sec9 .sec-title h3 {
        text-align: left!important;
    }
    .no-pd-cont > .ast-container {
        padding: 0;
    }
    .site-header .ast-button-wrap .ast-mobile-menu-trigger-minimal:focus,
    .ast-mobile-popup-drawer.active #menu-toggle-close.menu-toggle-close:focus {
        border: none;
        outline: none;
    }
    .center-div, .home-news .btn-holder, .home-sec10 .btn-holder, .home-sec10 .img-holder, .home-section .home-sec11 .btn-holder,
    .home-sec6 .img-holder {
        text-align: center;
    }
    .mg-top30, .page-interview-sec .text-holder .content-holder p {
        margin-top: 30px;
    }
    .mg-top50 {
        margin-top: 50px;
    }
    .sec-btns .ast-container a .tooltip-text, .top-tooltip p {
        display: none;
    }
    .home-section .home-sec1 {
        padding: 50px 0;
    }
    .home-section .home-sec4 .text-holder, .home-section .home-sec5 .text-holder {
        padding-top: 0;
    }
    .home-section .home-sec2 {
        padding: 30px 0 50px;
    }
    .home-section .home-sec2 .home-news .btn-holder {
        margin-top: 45px;
    }
    .site-content .ast-container.flex-rev {
        display: flex;
        flex-direction: column-reverse;
    }
    .home-slider-sec .btn-pause {
        right: 1rem;
    }
    .home-section .home-sec10 .flex-faq {
        padding: 30px 20px 50px 20px;
    }
    .home-section .home-sec3 {
        padding: 30px 0 60px;
    }
    .home-section .home-sec3 .content-holder p {
        font-size: 18px;
    }
    .home-section .home-sec4, .home-sec5.pd-5r {
        padding: 50px 0;
    }
    .home-section .home-sec4 .ast-container, .home-section .home-sec6 .ast-container, 
    .home-section .home-sec8 .ast-container {
        display: flex;
        flex-direction: column-reverse;
    }
    .home-section .home-sec4 .text-holder {
        margin-top: 0;
    }
    .home-section .home-sec4 .text-holder .btn-holder, .home-section .home-sec5 .text-holder .btn-holder, 
    .home-section .home-sec6 .text-holder .btn-holder, .home-section .home-sec8 .text-holder .btn-holder {
        text-align: center;
        margin-bottom: 3rem;
    }
    .home-section .home-sec4 .img-holder img {
        width: 100%;
        margin-bottom: 10px;
    }
    .inner-con {
        margin: 30px 0 50px;
    }
    .inner-con p {
        line-height: 32px;
    }
    .home-sec5 .img-holder {
        bottom: 9rem;
        width: 72%;
    }
    .home-sec5.pd-5r {
        position: relative;
        padding-bottom: 25rem;
    }
    .single-staff_interview .home-sec5 .img-holder > img {
        width: auto;
    }
    .home-sec5 .img-holder > img {
        height: 250px;
        object-fit: cover;
        border-radius: 20px 0 0 20px;
    }
    .home-sec5 .img-holder .bottom-img {
        position: absolute;
        bottom: -4rem;
        left: -5rem;
    }
    .home-sec5 .img-holder .bottom-img img {
        width: auto;
        object-fit: cover;
        height: 150px;
        border-radius: 20px;
    }
    .home-section .home-sec8 .img-holder img {
        width: 100%;
        height: 250px;
        object-fit: cover;
        border-radius: 0px 20px 0px 0px;
    }
    .home-section .home-sec11 .box-link {
        border-radius: 20px;
        padding: 30px 20px;
    }
    .home-sec6 .img-holder img, .home-section .home-sec8 .img-holder img {
        width: 400px;
    }
    .home-staff .item .text-holder {
        text-align: left;
    }
    .home-sec8.pd-5r {
        position: relative;
        padding-bottom: 16rem;
    }
    .home-sec8 .img-holder {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 95%;
    }
    .home-sec9 {
        padding: 50px 0 70px;
    }
    .home-sec9 .flex-item {
        margin-bottom: 50px;
    }
    #content .home-staff .item .text-holder h3 {
        font-size: 17px;
    }
    .page-interview-sec .home-sec5 {
        padding: 0 0 50px 0;
    }
    #content .page-interview-sec .sec-title h2 {
        /*width: 100%;*/
        margin-top: 10px;
    }
    .page-interview-sec .bcn-holder {
        margin-bottom: 30px;
    }
    .wp-block-column.int-box-gray {
        padding: 30px 20px;
    }
    #content .page-interview-sec .main-content-holder .wp-block-columns img {
        width: 400px;
        margin: 0 auto;
        display: block;
    }
    .faq-section .item {
        padding: 20px;
    }
    .faq-section .item .faq-title {
        font-size: 18px;
    }
    body .site-footer p, body .site-footer a {
        font-size: 14px;
        line-height: 24px;
    }
    .rsm-int-whitebox.wp-block-columns, .env-blue-box.wp-block-columns .wp-block-column, .env-gray-box.wp-block-columns {
        padding: 20px;
    }
    #content .bordered-box.wp-block-columns .wp-block-column h3 {
        font-size: 18px;
        text-align: center;
    }
    .env-gray-box.wp-block-columns .pos-rel-abs.wp-block-columns .env-p-tool {
        padding-bottom: 0;
    }
    .pos-rel-abs.wp-block-columns .env-pos-right p {
        position: relative;
        bottom: 0;
        right: 0;
        left: 0;
        margin-top: 30px;
        text-align: center;
    }
    .int-content-sec .int-cent p:before {
        top: -0.6rem;
        left: -3rem;
        width: 30px;
    }
    .int-content-sec .int-cent p:after {
        bottom: -0.6rem;
        right: 0;
        width: 30px;
    }
    .site-footer .social-info {
        margin: 10px 0 40px;
        justify-content: flex-start;
    }
    .site-footer .site-below-footer-wrap[data-section="section-below-footer-builder"] .ast-builder-grid-row .ast-footer-copyright p {
        text-align: left;
    }
    .site-footer .site-above-footer-wrap[data-section="section-above-footer-builder"] .ast-builder-grid-row {
        padding: 0 20px 10px 20px;
        grid-template-columns: repeat(1, 1fr);
    }
    .site-footer .site-above-footer-wrap[data-section="section-above-footer-builder"] .ast-builder-grid-row .site-footer-above-section-1 {
        order: 2;
    }
    .site-footer .site-above-footer-wrap[data-section="section-above-footer-builder"] .ast-builder-grid-row .site-footer-above-section-2 {
        order: 1;
    }
    .site-footer .footer-links a, .site-footer .site-above-footer-wrap[data-section="section-above-footer-builder"].ast-footer-row-tablet-stack .site-footer-section {
        margin-bottom: 0;
    }
    .site-footer .site-above-footer-wrap[data-section="section-above-footer-builder"] .ast-builder-grid-row:after {
        width: 95%;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .site-footer .site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row {
        grid-template-columns: repeat(1, 1fr);
    }
    .site-footer #astra-footer-menu {
        margin: 5px 0 20px;
    }
    .site-footer #astra-footer-menu > .menu-item > .menu-link {
        padding: 8px 0 0 0;
    }
    .site-footer .site-below-footer-wrap .ast-builder-footer-grid-columns .site-footer-below-section-1 .wp-block-columns .wp-block-column {
        margin-bottom: 0;
    }
    .site-footer .site-below-footer-wrap .ast-builder-footer-grid-columns {
        margin-top: 10px;
    }
    .site-footer .site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row .site-footer-primary-section-3 .ast-footer-html-2 img {
        width: 270px;
    }
}

@media screen and (min-width: 768px) and (max-width: 921px) {
    .sec-btns .ast-container {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .sec-btns .ast-container a {
        padding: 25px 20px;
        width: 31%;
    }
    .single-staff_interview .page-interview-sec .home-section .home-sec5 {
        position: relative;
        padding: 1rem 0 5rem;
    }
    .single-staff_interview .page-interview-sec .home-section .home-sec5 .img-holder {
        width: auto;
        flex: 0 50%;
        top: 6rem;
        bottom: auto;
    }
    .single-staff_interview .home-section .home-sec5 .text-holder {
        padding-right: 4rem;
        padding-left: 0;
        flex: 0 50%;
    } 
    .site-footer .site-footer-primary-section-1 > .footer-widget-area {
        text-align: left;
    }
    .site-footer #astra-footer-menu > .menu-item > .menu-link {
        width: 100%;
    }
}

@media screen and (min-width: 782px){
    #content .page-interview-sec .main-content-holder .wp-block-columns {
        margin-bottom: 50px;
    }
    #content .page-interview-sec .main-content-holder .wp-block-columns .left-int {
        padding-right: 20px;
    }
    #content .page-interview-sec .main-content-holder .wp-block-columns .right-int {
        padding-left: 20px;
    }
    .left-pdr.wp-block-column {
        padding-right: 50px;
    }
    #content .left-pdr .heading-pdl span {
        display: block;
        padding-left: 30px;
    }
    #content .left-pdr .heading-alignright span {
        text-align: right;
    }
}

@media screen and (min-width: 768px){
    .flex-item {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .flex-item .item {
        flex: 0 32.8%;
        margin: 5px 0;
    }
    .home-staff {
        display: flex;
        margin-top: 50px;
    }
    .home .home-staff, .page-int-sec .home-staff {
        justify-content: space-between;
    }
    .home-staff .item {
        flex: 0 32%;
    }
    .single-staff_interview .home-staff .item:not(:last-child) {
        margin-right: 20px;
    }
    .faq-flex-img {
        display: flex;
        justify-content: space-between;
    }
    .faq-flex-img .flex-img-text {
        flex: 0 75%;
        padding-right: 10px;
    }
    .site-footer .footer-logo {
        text-align: right;
        margin-top: 5px;
    }
    .site-footer #astra-footer-menu {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
        display: block;
    }
}

@media screen and (max-width: 781px){
    .basic-flex-rev.wp-block-columns {
        flex-direction: column-reverse;
    }
    .page-basic2-sec .basic-flex-rev.wp-block-columns figure img {
        display: block;
        margin: 0 auto;
    }
    .process-holder.wp-block-columns .wp-block-column {
        flex-direction: row;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 1rem;
    }
    .process-holder.wp-block-columns .wp-block-column:before {
        display: none;
    }
    .process-holder.wp-block-columns .wp-block-column:not(:last-child):after {
        content: "\f063";
        top: auto;
        right: 0;
        left: 0;
        margin: 0 auto;
        bottom: 0;
        text-align: center;
    }
    #content .process-holder.wp-block-columns h3 {
        margin-bottom: 0;
        text-align: center;
        flex: 0 50%;
        position: relative;
    }
    .process-holder.wp-block-columns .wp-block-column h3:before {
        content: "Step" counter(section);
        counter-increment: section;
        color: #ffffff;
        font-size: 16px;
        background-color: var(--color-dark-blue);
        border-radius: 50%;
        width: 60px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: -5rem;
        right: 0;
        left: 0;
        margin: 0 auto;
    }
    .process-holder.wp-block-columns .wp-block-column figure {
        margin-top: 0;
        position: relative;
        top: -4rem;
        margin-right: 0 !important;
        flex: 0 50%;
    }
    .page-basic3-sec .wp-block-image.size-full {
        text-align: center;
    }
}

@media screen and (max-width: 767px){
    a {
        word-break: break-word;
    }
    br.lb-mob {
        display: block;
    }
    .sticky-pdf .img-holder {
        display: none;
    }
    .sticky-pdf {
        padding: 10px 30px;
        width: 100%;
    }
    .page-id-1434 .sticky-pdf {
        border-color: var(--color-primary-blue);
    }
    .sticky-pdf .text-holder {
        flex: 0 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 100%;
    }
    .sticky-pdf .text-holder .pdf-link {
        font-size: 14px;
        padding: 1px 5px;
    }
    .home #content {
        padding-top: 0;
    }
    .btn-holder .bordered-btn {
        padding: 15px 60px 15px 20px;
    }
    #content h3 {
        font-size: 20px;
    }
    #content .inner-con h3 {
        line-height: 38px;
    }
    .home-section .home-sec4 .img-holder .img-label {
        font-size: 14px;
        line-height: 24px;
    }
    #content .sec-title.font-large h2, #content .sec-title h2 {
        font-size: 40px;
    }
    #content .sec-title h3, .flex-item .item .text-holder, #content .home-staff .item .text-holder h3 {
        font-size: 16px;
    }
    #content .sticky-pdf .text-holder h3 {
        line-height: normal;
        margin-bottom: 5px;
    }
    .sticky-pdf .text-holder p {
        margin-bottom: 0;
    }
    #content .tm-heading {
        font-size: 24px;
    }
    #content .page-interview-sec .sec-title h2 {
        font-size: 30px;
    }
    .pd-5r {
        padding: 3rem 0;
    }
    .home-slider-sec .home-top-swiper {
        padding: 10rem 0 1.5rem;
    }
    .home-top-swiper .swiper-slide {
        max-width: 50%;
    }
    .home-top-swiper .swiper-slide .slide-img img {
        border-radius: 20px;
    }
    .home-slider-sec .btn-pause {
        background-color: rgb(255 255 255 / 47%);
        border-color: #BEBEBE;
        top: 8rem;
        right: 20px;
        width: 43px;
        height: 43px;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 2;
        padding: 0;
    }
    .home-slider-sec .btn-pause span {
        font-size: 0;
        line-height: normal;
    }
    .home-slider-sec .btn-pause span:before {
        margin-right: 0;
        font-size: 20px;
    }
    .home-slider-sec .home-slider-sec-text {
        top: 1rem;
        bottom: auto;
        left: 2.5rem;
        z-index: 999;
    }
    .home-slider-sec .home-slider-sec-text h1 {
        font-size: 33px;
        line-height: 46px;
    }
    .home-slider-sec .home-slider-sec-text h1:before {
        width: 8px;
        right: -7px;
    }
    .pdf-dl {
        position: relative;
        bottom: 0;
        right: 0;
        z-index: 1;
    }
    #content .home-section .home-sec1 .sec-title h2 {
        font-size: 18px;
        line-height: 33px;
        margin-bottom: 20px;
    }
    .home-section .home-sec1 .sec-cont p {
        font-size: 16px;
        line-height: 32px;
    }
    .flex-item .item {
        margin: 20px 0;
    }
    .home-sec11 .inner-con {
        margin-bottom: 70px;
    }
    .home-news {
        margin-top: 30px;
    }
    .home-news .item {
        align-items: center;
        justify-content: unset;
        flex-wrap: wrap;
    }
    .home-news .item .news-pcat {
        margin-left: 20px;
    }
    .home-news .item .news-ptitle {
        flex: 0 100%;
        margin-top: 20px;
        text-align: left;
    }
    .home-section .home-sec3 .content-holder {
        flex-wrap: wrap;
    }
    .home-section .home-sec3 .ast-container {
        position: relative;
        padding-top: 30px;
    }
    .home-section .home-sec3 .content-holder p {
        font-size: 16px;
        text-align: center;
        padding-right: 0;
        position: absolute;
        top: 0;
        right: 0;
    }
    .social-info {
        justify-content: center;
    }
    .btn-holder .bordered-btn, .rsm-int-table table thead th {
        font-size: 14px;
    }
    .home-staff .item {
        margin-bottom: 30px;
    }
    .btn-holder .bordered-btn span {
        top: 10px;
        right: 12px;
    }
    .sec-btns .ast-container a {
        font-size: 18px;
        display: block;
        margin-bottom: 20px;
    }
    #content h2.heading-30 {
        font-size: 28px;
    }
    #content h3.heading-pdleft {
        font-size: 18px;
        padding-left: 0;
    }
    .schedule-list h5 {
        width: 60px;
    }
    .schedule-list p {
        width: 100%;
        padding-left: 35px;
        padding-bottom: 20px;
    }
    .schedule-list p:before {
        left: 0.44rem;
    }
    .schedule-list p:after {
        left: 0.8rem;
    }
    .faq-section .item .faq-title, .faq-section .item .faq-cont {
        padding-left: 50px;
    }
    .faq-section .item .faq-title .faq-q, .faq-section .item .faq-cont .faq-a {
        font-size: 22px;
        width: 35px;
        height: 35px;
    }
    .flex-img-dv {
        margin-top: 20px;
    }
    .single-staff_interview .page-interview-sec .home-sec5 {
        position: relative;
        padding-bottom: 20rem;
    }
    .single-staff_interview .page-interview-sec .home-section .home-sec5 .img-holder {
        bottom: 3rem;
        width: auto;
    }
    .int-content-sec .int-cent p {
        display: inline;
        padding: 0 15px;
    }
    .int-content-sec .int-cent p:before {
        top: -0.8rem;
        left: -1rem;
        width: 25px;
    }
    .int-content-sec .int-cent p:after {
        bottom: -0.5rem;
        right: -0.5rem;
        width: 25px;
    }
}

@media screen and (max-width: 400px){
    .site-header .site-branding .site-logo-img img {
        max-width: 100px;
        width: 100px;
    }
    .social-info li {
        margin: 0 10px;
    }
    .btn-holder .bordered-btn {
        font-size: 13px;
    }
    .next-prev-btn .btn-holder .bordered-btn {
        padding: 10px 20px 10px 40px;
    }
    #content .tm-heading {
        font-size: 22px;
    }
}

@media screen and (max-width: 376px){
    #content .home-section .home-sec1 .sec-title h2 {
        font-size: 16px;
    }
}

@media screen and (max-width: 330px){
    .sticky-pdf {
        padding: 10px;
    }
}