.why-choose {
    padding: 50px 0;
}

.why-choose-img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 767.98px) {
    .why-choose-img {
        margin-bottom: 20px;
    }
}

.beacon-media {
    padding: 50px 0;
}

.title-block {
    margin-bottom: 30px;
    text-align: center;
}

.service-box {
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 8px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 20px;
}

.media-info {
    flex-grow: 1;
    margin-top: 15px;
    overflow-y: auto;
}

.media-name-img {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.img-box img, .img-box-bottom img {
    width: 100%;
    height: auto;
}

.media-details {
    font-size: 14px;
}

.media-img {
    max-width: 70%;
}

.img-box-bottom {
    margin-top: 20px;
}

@media (max-width: 767px) {
    .media-name-img {
        flex-direction: column;
        text-align: center;
    }

    .media-img {
        margin-top: 10px;
        max-width: 50%;
    }

    .service-box {
        height: auto;
    }

    .media-info {
        margin-top: 10px;
        font-size: 14px;
        text-align: justify;
    }
}

@media only screen and (max-width: 991px) {
    .our-services .service-info {
        padding: 15px;
    }

    .our-services .service-info h3 {
        font-size: 18px;
    }

    .our-services .service-info p {
        font-size: 14px;
    }

    .our-services .row {
        flex-direction: column;
    }

    .our-services .col-md-3 {
        width: 100%;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .title-block h2 {
        font-size: 24px;
    }

    .title-block p {
        font-size: 14px;
        text-align: justify;
    }

    .inner-banner.services {
        padding: 60px 0;
    }
}

@media only screen and (max-width: 767px) {
    .inner-banner.services h1 {
        font-size: 24px;
    }

    .page-info label {
        font-size: 16px;
    }

    .service-info {
        padding: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .inner-banner.services h1 {
        font-size: 28px;
    }

    .page-info label {
        font-size: 18px;
    }
}

@media only screen and (min-width: 992px) {
    .inner-banner.services h1 {
        font-size: 32px;
    }

    .page-info label {
/*        font-size: 20px;*/
    }
}


.testimonial {
    padding: 50px 0;
}

.title-block h2 {
    font-size: 36px;
    margin-bottom: 40px;
}

.testmonial-title {
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 15px;
}

.dear-team {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 15px;
}

.thanks .t-name {
    font-weight: bold;
    font-size: 18px;
}

.thanks .t-desg {
    font-size: 16px;
    color: #777;
}

@media (max-width: 768px) {
    .testimonial {
        padding: 30px 0;
    }

    .title-block h2 {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .testimonial-slider .testimonial-box {
        padding: 15px;
    }

    .testmonial-title {
        font-size: 20px;
    }

    .dear-team {
        font-size: 15px;
    }

    .thanks .t-name {
        font-size: 16px;
    }

    .thanks .t-desg {
        font-size: 14px;
    }

    .pos-absolute-img img {
        width: 100px;
        height: auto;
        display: block;
        margin: 0 auto;
    }

    .res-absolute-txt-img {
        text-align: center;
    }
}

@media (max-width: 425px) {
    .testimonial {
        padding: 20px 0;
    }

    .title-block h2 {
        font-size: 24px;
    }

    .testimonial-slider .testimonial-box {
        padding: 10px;
    }

    .testmonial-title {
        font-size: 18px;
    }

    .dear-team {
        font-size: 14px;
    }

    .thanks .t-name {
        font-size: 15px;
    }

    .thanks .t-desg {
        font-size: 13px;
    }

    .media-box {
        text-align: center;
    }

    .pos-absolute-img img {
        width: 80px;
        height: 100px;
    }
}

.media-left, .media-right {
    display: table-cell;
    vertical-align: top;
}

.media-left, .media>.pull-left {
    padding-right: 10px;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    margin-bottom: 1px;
    /* font-family: "GraphikLight";
    font-size: 14px;
    line-height: 3.91;
    color: #000;
    padding: 4px 16px; */
}

.buttnstyl {
    font-family: "GraphikLight";
    font-size: 14px;
    line-height: 3.91;
    color: #000;
    padding: 4px 16px;
}

/* .accordion-button:not(.collapsed) {
    color: #000000 !important;
    background-color: #fff !important;
    box-shadow: none !important;
} */

.accordion-button:not(.collapsed) {
    color: #000;
    background-color: #eee;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.accordionbtn {
    font-family: "GraphikLight";
    font-size: 14px;
    line-height: 1.91;
    color: #000;
    padding: 2px 16px 0px;
    border: solid 1px #000;
    background: transparent;
    display: inline-block;
    text-align: center;
    text-wrap: nowrap;
}

.accordionbtn:hover {
    background: #111;
    color: #fff;
}

.accordion-header {
    margin-bottom: -1px !important;
}

.accordion-button.acbtn {
    background-color: #eee !important;
    /* border-bottom: 1px solid #000; */
    padding: 14px 14px !important;
    font-size: 14px;
    font-weight: normal;
    font-family: "GraphikMedium";

}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 18px 14px 18px 25px;
    font-family: "GraphikMedium";
    font-size: 18px;
    font-weight: 500;
    color: #000;
    text-align: left;
    /* background-color: #fff; */
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
}

.accordion-body {
    /* padding: 6px 26px 18px 44px; */
    padding: 3px 14px 10px 21px !important;
    background: #eee;
}

.newcontent {
    border-bottom: 1px solid #646464;
    padding: 5px 5px 5px 5px;
}

.newcontent:last-child {
    border-bottom: 0px;
}

.newcontent p {
    font-family: "GraphikLight";
    font-size: 14px;
    line-height: 1.91;
    color: rgb(0, 0, 0);
}

#accordionFlushExample {
    /* border: 1px solid #e3e3e3; */
}

.accordion-button:focus {
    z-index: 3;
    border-color: #eee;
    box-shadow: none !important;
    background: #eee !important;
}

.cus-row {
    padding: 10px 0;
    border-bottom: 1px solid #646464;
}

.acitem-bg {
    background-color: transparent !important;
}

.acitem {
    background: #eee !important;
}

.disclosure-info .panel-group .panel-body .cus-row {
    padding: 25px 0;
    border-bottom: 1px solid #646464;
}

.page-infor label {
    font-size: 24px !important;
}

body {
    font-size: 14px;
}

/* .customacbody {
    padding: 16px 0px 0px 0px
} */

.nav-link.disclosuretbs {
    background-color: transparent !important;
    border-radius: unset !important;
    padding: 10px 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    color: #fff;
    font-size: 14px;
    font-weight: 100;
    text-align: start;
}

.nav-link.disclosuretbs:last-child {
    border-bottom: none;
}

.disclosuretbs:hover {
    color: #fff !important;
}

.tab-pane.fade.press {
    background: #eee;
    padding: 14px;
}

.navigation-img-wrapper {
    text-align: center;
    background: rgba(8, 13, 48, 0.88);
    width: 1170px;
    margin: auto;
    border-radius: 50px;
    padding: 15px 20px 2px;
    bottom: 20px;
    z-index: 99;
    position: relative;
}

.navigation-img-wrapper .navigator {
    display: inline-block;
    text-align: center;
    font-size: 15px;
    cursor: pointer;
    color: white;
    padding: 4px 0px;
    position: relative;
    margin: 0px 40px;
}

.navigation-img-wrapper .navigator.active {
    color: white;
}

.navigation-img-wrapper .navigator.active::before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 0;
    height: 4px;
    background-color: #d7b164;
    border-radius: 3px;
    animation: fillLine 6s forwards;
    width: 100%;
    transform-origin: left;
    transform: scaleX(0);
}

@keyframes fillLine {
    from {
        transform: scaleX(0);
    }

    to {
        transform: scaleX(1);
    }
}


.owl-carousel .owl-stage-outer {
    padding: 0px !important;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    display: none;
}

#my-carousel .item .img-responsive {
    width: 100%;
    transition: transform 0.5s ease;
    object-fit: cover;
}

#my-carousel .item.active .img-responsive {
    transition: transform 4000ms linear;
    transform: scale(1.15);
}

.carousel-caption {
    text-align: left;
    top: 16%;
    left:7%;
    right: 7%;
}

h1 {
/*    font-weight: 900;*/
}

.btn-slider {
    display: inline-flex;
    color: white;
    font-size: 12px;
}

.btn-slider:hover {
    display: inline-flex;
    color: white;
    font-size: 12px;
}


.arrow_img {
    margin-left: 10px;
}

#my-carousel .item .carousel-caption label {
    font-family: "GraphikLight";
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.15px;
    color: rgb(210 171 103);
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    margin-bottom: 15px;
}

.img-box {
    display: flex;
    justify-content: center;
}

.mobile-res {
    border: 1px solid #fff;
    background-color: #fff;
}

.test_logo {
    position: absolute;
    bottom: 10px;
    right: 30px;
    max-width: 100px !important;
    height: auto !important;
}

.nav-pills .member_nav_link.active, .nav-pills .show>.member_nav_link {
    background-color: #d7b164 !important;
}

.member_nav_link {
    color: #0a0d30;
    font-family: "GraphikMedium";
    border-radius: 30px !important;
    background-color: #8e93b4 !important;
    color: #fff !important;
}

.member_img {
    position: absolute;
    z-index: 99;
}

.nav-link:focus, .nav-link:hover {
    color: #0a0d30;
}

.bi-list {
    color: white;
}

.navbar-toggler {
    font-size: 2.25rem;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.header.scrolled {
    background-color: #0a0d30;
    transition: background-color 0.2s ease-in-out;
}

.head_link {
    color: white;
}

.navbar-collapse {
    justify-content: space-between;
}

.info-header {
    display: flex;
    justify-content: space-between;
}

.account-wrapper {
    display: flex;
}

.nav_width {
    width: 1260px;
    margin: auto;
    display: inline-flex;
    padding: 5px 0px;
}

.head_link:focus, .head_link:hover {
    color: #D7B164;
}

.card-header {
    border-bottom: 0px;
}

.card-footer {
    border-top: 0px;
}

.yt_label {
    font-size: 20px;
    font-weight: bolder;
}

.nav-pills .blog-link {
    border: 1px solid #0a0d30;
    color: #0a0d30;
    border-radius: 20px;
}

.nav-pills .blog-link.active, .nav-pills .show>.blog-link {
    color: white;
    background-color: #0a0d30;
    border: 1px solid #0a0d30;
    border-radius: 20px;
}

.list_link {
    font-size: 16px;
    font-weight: bolder;
}

.footerul{
    list-style: none;
    padding-left: 0px;
    width: 33.33%;
}

@media only screen and (max-width: 768px) {
    .navigation-img-wrapper {
        display: none;
    }

    .carousel-caption {
        left: 5%;
        top: 30%;
    }
/* 
    .trustee-company {
        text-align: left;
        position: relative !important;
        top: 0% !important;
    } */

    #my-carousel .item .img-responsive {
        height: 100vh;
    }

    .testimonial .media-content p {
        text-align: justify;
    }

    .beacon-media .media-details {
        text-align: left;
    }

    .mission-vision .mission-vision-box p {
        text-align: justify;
    }

    .testimonial .item {
        padding: 20px 0px;
    }

    .testimonial .thanks {
        left: 10px;
    }

    .test_logo {
        right: 10px;
    }

    .member_img {
        position: relative;
    }

    .nav-pills {
        flex-wrap: nowrap;
    }

    .member_div {
        display: flex;
        justify-content: center;
    }

    .head_link {
        color: white;
    }

    .navbar-nav .dropdown-menu {
        padding: 0px;
        background: transparent;
        color: white;
        border-bottom: 1px solid white;
        border-top: 1px solid white;
        border-radius: 0px;
    }

    .team .team-member-section::after {
        display: none;
    }

    .yt_label {
        font-size: 16px;
    }

    .list_link {
        font-size: 12px;
    }

    .dropdown-menu>li>a {
        color: white !important;
    }

    .nav-pills .blog-link {
        font-size: 12px;
        height: 40px;
        display: flex;
        align-items: center;
    }

    .main_card .card-body {
        padding: 0px;
    }
}

@media only screen and (max-width:1024px) {
    .home-slider-form {
        position: relative !important;
        width: 100% !important;
        top: 0 !important;
        right: 0px !important;
    }

    .info-header {
        display: inline-flex;
        justify-content: space-between;
        width: 100%;
    }

    .account-wrapper {
        display: inline-flex;
    }

    .top-header {
        padding: 7px 22px;
    }

    .nav_btn {
        justify-content: space-between;
        display: inline-flex;
        width: 100%;
    }

    .nav_width {
        display: block;
    }

    .top-header .account-wrapper .phone {
        border-right: none;
    }

    .page-info {
        position: relative;
    }

    .managementinfo{
        margin-top:30px;
    }

    .services-slider .owl-stage .owl-item {
        max-height: 545px;
    }

    .list_card .card-body {
        padding: 0px;
    }

    .recent-post {
        height: 240px;
    }
}

@media only screen and (min-width:426px) and (max-width:767px) {
    .account-wrapper {
        display: block;
    }
}

@media only screen and (max-width:425px) {
    .info-header {
        display: block;
    }

    .account-wrapper {
        display: block;
    }

    .top-header {
        padding: 7px;
    }
}