html, body {
    overflow-x: hidden;
}

body {
    font-family: 'PT Serif', Serif-serif;
    max-width: 100%;
    font-size: 16px;
    color: #2F2F2F;
    margin: 0;
    padding: 0;
    line-height: normal;
    background: #fff;
}

a {
    text-decoration: none;
    transition: all 0.3s ease 0s;
}

a:hover {
    opacity: 0.5;
}

.header {
    background-color: rgba(43, 43, 43, 0.8);
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1100;
    font-size: 14px;
}

.header.subpage-header {
    height: 80px;
    background-color: #fff;
}

.header a {
    color: #fff;
    text-decoration: none;
    transition: all 0s ease 0s;
}

.header.subpage-header a {
    color: #767676;
}

.header-menu-items a {
    opacity: 0.85;
}

.header-menu-items a:hover {
    opacity: 1;
}

.header-menu-items a.active {
    opacity: 1;
    font-weight: bold;
}

.header.subpage-header .header-menu-items a:hover {
    color: #A20401;
}

.header.subpage-header .header-menu-items a.active {
    color: #A20401;
}

body .header-subpage-menu {
    background: #F7F7F7;
    border-bottom: solid 1px #eee;
    padding: 10px 0;
    top: 0;
    left: 0;
    width: 100%;
    position: fixed;
    z-index: 1000;
    font-size: 14px;
    opacity: 0;
    transition: all 0.2s ease 0.2s;
}

body.on_scroll .header-subpage-menu {
    top: 80px;
    opacity: 1;
}

.header-subpage-menu ul {
    margin: 0;
}

.header-subpage-menu ul li {
    display: inline-block;
    margin: 5px 15px;
}

.header-subpage-menu ul li a {
    color: #B9B9B9;
    text-decoration: none;
    transition: all 0s ease 0s;
    opacity: 1;
    text-transform: uppercase;
}

.header-subpage-menu ul li a:hover {
    color: #000;
}

.header-subpage-menu ul li a.active {
    color: #000;
    font-weight: bold;
}

.drop-menu {
    background-color: #DEDEDE;
}

.drop-menu a.active {
    background-color: rgba(162, 4, 1, 1);
}

img {
    max-width: 100%;
}

h2 {
    font-family: 'PT Serif', serif;
    font-weight: bold;
    color: #000;
}

h3 {
    font-family: 'PT Serif', serif;
    font-weight: bold;
    color: #000;
}

a.btn {
    font-family: 'PT Serif', Serif-serif;
    background: #941E13;
    color: #fff;
    border-radius: 0;
    margin-top: 25px;
    padding: 10px 75px;
    transition: all 0.3s ease 0s;
    max-width: 100%;
}

a.btn:hover {
    opacity: 0.5;
}

.homepage-top-banner {
    width: 100%;
    font-family: 'PT Serif', serif;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.homepage-top-banner-content {
    min-height: 810px;
    padding: 50px 0;
}

.homepage-top-banner h2 {
    background-color: rgba(162, 4, 1, 0.58);
    color: #fff;
    padding: 50px 25px 50px 0;
    font-weight: bold;
}

.homepage-part2 {
    font-family: 'PT Serif', serif;
}

.homepage-part2 h2 {
    border-left: solid 2px #941E13;
    padding-left: 25px;
    margin-bottom: 25px;
}

.homepage-part3 {
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
}

.homepage-part3 h2 {
    color: #fff;
}

.homepage-part3-content {
    min-height: 570px;
    padding: 50px 0;
}

.sub-heading {
    font-size: 18px;
    margin-bottom: 25px;
    position: relative;
    display: inline-block;
}

.sub-heading .sub-heading-line {
    position: absolute;
    right: 0;
    margin-right: -50px;
    top: 50%;
    width: 40px;
    height: 2px;
    background: #fff;
    z-index: 500;
}

.homepage-part4 {
    padding: 50px 0;
}

.homepage-part4 .sub-heading {
    color: #941E13;
}

.homepage-part4 .sub-heading .sub-heading-line {
    background: #941E13;
}

.homepage-part4 h3 {
    font-size: 19px;
}

.homepage-part5 .home-footer-box {
    min-height: 540px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.homepage-part5 h2 {
    color: #fff;
    font-size: 25px;
    margin-bottom: 25px;
}

.homepage-part5 .home-footer-box .home-footer-box-textarea {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 40px;
    color: #fff;
}

.homepage-part5 p {
    border-left: solid 2px #941E13;
    padding-left: 25px;
    margin-bottom: 25px;
}

.homepage-part6 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 75px 0;
    font-family: 'PT Serif', serif;
}

.homepage-part6 h2 {
    font-size: 32px;
}

.homepage-part6 input[type="text"], .homepage-part6 input[type="tel"], .homepage-part6 input[type="email"] {
    width: 100%;
    background: #fff;
    border: none;
    resize: none;
    outline: none;
    box-shadow: 0 3px 6px #ddd;
    padding: 15px;
}

.homepage-part6 textarea {
    width: 100%;
    min-height: 200px;
    background: #fff;
    border: none;
    resize: none;
    outline: none;
    box-shadow: 0 3px 6px #ddd;
    padding: 15px;
}

.homepage-part6 input[type="submit"] {
    font-family: 'PT Serif', Serif-serif;
    background: #941E13;
    color: #fff;
    border-radius: 0;
    margin-top: 25px;
    padding: 10px 75px;
    transition: all 0.3s ease 0s;
    max-width: 100%;
    border: none;
    cursor: pointer;
}

.homepage-part6 input[type="submit"]:hover {
    opacity: 0.5;
}

.home-cs-sub-title {
    color: #A20401;
    font-weight: bold;
}

.home-cs-sub-title .decoration-bar {
    width: 40px;
    height: 2px;
    background: #941E13;
    margin: 5px;
    display: inline-block;
}

.footer {
    font-family: 'PT Serif', serif;
    font-weight: normal;
    background: #272727;
    padding: 25px 0;
    color: #fff;
    font-size: 13px;
}

.footer-text {
    float: right;
}


.footer-copyright, .footer-copyright-btm {
    font-family: 'PT Serif', serif;
    padding: 10px 0;
    font-size: 13px;
}

.footer-copyright a, .footer-copyright-btm a {
    color: #272727;
    text-decoration: none;
}

.subpage-area {
    padding: 0;
}

.subpage-banner {
    width: 100%;
    font-size: 14px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}

.subpage-banner-content {
    min-height: 270px;
}

.subpage-banner h2 {
    color: #fff;
    margin-bottom: 35px;
}

.subpage-banner a {
    color: #fff;
}

.subpage-area .sub-heading {
    color: #941E13;
}

.subpage-area .sub-heading .sub-heading-line {
    background: #941E13;
}

.subpage-area .sub-heading.center-style {
    color: #941E13;
    width: 100%;
    text-align: center;
}

.subpage-area .sub-heading.center-style .sub-heading-line {
    position: relative;
    right: auto;
    margin: 0 5px;
    top: -5px;
    width: 40px;
    height: 2px;
    background: #941E13;
    z-index: 500;
    display: inline-block;
}

.value-box h3 {
    color: #941E13;
}

.aboutus-big-img-area {
    width: 100%;
    display: block;
    background: #F2F2F2;
    margin-top: 200px;
    padding: 50px 0;
}

.aboutus-big-img img {
    margin-top: -200px;
    box-shadow: 3px 3px 9px #ccc;
}

.red-text {
    color: #A20401;
}

.about-three-text-box {

}

.about-three-icon {
    background-repeat: no-repeat;
    background-size: 40px 40px;
    background-position: left center;
    padding: 10px 0 10px 50px;
    color: #A20401;
    font-weight: bolder;
    margin-top: 25px;
}

.about-three-icon.at-icon01 {
    background-image: url("../images/aboutus_3_text_icon01.png");
}

.about-three-icon.at-icon02 {
    background-image: url("../images/aboutus_3_text_icon02.png");
}

.about-three-icon.at-icon03 {
    background-image: url("../images/aboutus_3_text_icon03.png");
}

.about-milestones {
    padding: 50px 0;
}

.milestones-box {
    position: relative;
}

.milestones-red-line {
    background: url("../images/milestones_bg_line.png") center repeat-y;
    height: 100%;
}

.milestones-red-line img {
    margin-left: -1px;
}

.milestones-year {
    color: #941E13;
    font-weight: bolder;
}

.about-mission {
    padding: 50px 0;
    background: #eeeeee;
}

.fund-setup {
    padding: 50px 0;
}

.why-choose-us {
    padding: 50px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.why-choose-us h3 {
    min-height: 80px;
}

.one-stop-solution {
    padding: 50px 0;
    background: #eeeeee;
}

.fund-admin {
    padding: 50px 0;
}

.fund-admin-our-services {
    padding: 50px 0;
}

.fund-admin-our-services {
    padding: 50px 0;
    background-position: center;
    background-size: cover;
}

.fund-admin-our-services ul {
    margin-left: -40px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.fund-admin-our-services ul li {
    background-image: url("../images/ul_li_icon.png");
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: left center;
    padding: 5px 0 5px 30px;
    list-style: none;
    margin: 5px 0;
}

.asset-manage {
    padding: 50px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.red-text-bold-larger {
    color: #941E13;
    font-weight: bolder;
    font-size: larger;
}

.asset-manage-service-list {
    color: #941E13;
    font-weight: bold;
}

.asset-manage-bgphoto-container {
    padding: 50px 0;

}

.asset-manage-service-box {
    position: relative;
}

.asset-manage-icon01 {
    padding: 0 0 0 50px;
    background-image: url("../images/asset_management_services01.png");
    background-repeat: no-repeat;
    background-size: 40px;
}

.asset-manage-icon02 {
    padding: 0 0 0 50px;
    background-image: url("../images/investment_advisory_services01.png");
    background-repeat: no-repeat;
    background-size: 40px;
}


.invest-advis-service-box {
    position: relative;
}

.invest-advis-service-list {
    color: #941E13;
    font-weight: bold;
}


.trust-service {
    padding: 50px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.trust-service-part2 {
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
}

.trust-service-part2 h2 {
    color: #fff;
}


.trust-service-part2-content {
    min-height: 570px;
    padding: 50px 0;
}

.trust-structure {
    padding: 50px 0;
    background: #eeeeee;
}

.sub-heading-line-white {
    position: absolute;
    right: 0;
    margin-right: -50px;
    top: 50%;
    width: 40px;
    height: 2px;
    background: #fff;
    z-index: 500;
    color: #fff;
}


.trust-service-contactform {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 75px 0;
    font-family: 'PT Serif', serif;
}

.trust-service-contactform h2 {
    font-size: 32px;
}

.trust-service-contactform input[type="text"], .trust-service-contactform input[type="tel"], .trust-service-contactform input[type="email"] {
    width: 100%;
    background: #fff;
    border: none;
    resize: none;
    outline: none;
    box-shadow: 0 3px 6px #ddd;
    padding: 15px;
}

.trust-service-contactform textarea {
    width: 100%;
    min-height: 200px;
    background: #fff;
    border: none;
    resize: none;
    outline: none;
    box-shadow: 0 3px 6px #ddd;
    padding: 15px;
}

.trust-service-contactform input[type="submit"] {
    font-family: 'PT Serif', Serif-serif;
    background: #941E13;
    color: #fff;
    border-radius: 0;
    margin-top: 25px;
    padding: 10px 75px;
    transition: all 0.3s ease 0s;
    max-width: 100%;
    border: none;
    cursor: pointer;
}

.trust-service-contactform input[type="submit"]:hover {
    opacity: 0.5;
}


.account-service {
    padding: 50px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.line-box {
    display: flex;
    border-left-style: solid;
    border-left-color: #941E13;
    padding: 0 0 0 17px;

}

.account-service-icon01 {
    padding: 0 0 0 50px;
    background-image: url("../images/asset_management_services01.png");
    background-repeat: no-repeat;
    background-size: 40px;
}

.account-service-icon02 {
    padding: 0 0 0 50px;
    background-image: url("../images/academic_background_icon01.png");
    background-repeat: no-repeat;
    background-size: 40px;
}


.contact-us {
    padding: 50px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.contact-us-form {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 75px 0;
    font-family: 'PT Serif', serif;
}

.contact-us-form-title {
    color: #A20401;
    font-weight: bold;
}


.contact-us-form h2 {
    font-size: 32px;
}

.contact-us-form input[type="text"], .contact-us-form input[type="tel"], .contact-us-form input[type="email"], select {
    width: 100%;
    background: #fff;
    border: none;
    resize: none;
    outline: none;
    box-shadow: 0 3px 6px #ddd;
    padding: 15px;
}

.contact-us-form textarea {
    width: 100%;
    min-height: 200px;
    background: #fff;
    border: none;
    resize: none;
    outline: none;
    box-shadow: 0 3px 6px #ddd;
    padding: 15px;
}

.contact-us-form input[type="submit"] {
    font-family: 'PT Serif', Serif-serif;
    background: #941E13;
    color: #fff;
    border-radius: 0;
    margin-top: 25px;
    padding: 10px 75px;
    transition: all 0.3s ease 0s;
    max-width: 100%;
    border: none;
    cursor: pointer;
}

.contact-us-form input[type="submit"]:hover {
    opacity: 0.5;
}


.contact-us-form-title .decoration-bar {
    width: 40px;
    height: 2px;
    background: #941E13;
    margin: 5px;
    display: inline-block;
}

.topbtm_padding {
    padding: 10% 15px 10% 15px;
}

/* for login page*/

.loginbtn {
    font-family: 'PT Serif', Serif-serif;
    background: #941E13;
    color: #fff;
    border: 0px;
    border-radius: 0;
    /* margin-top: 25px; */
    padding: 5% 20%;
    transition: all 0.3s ease 0s;
    max-width: 100%;
}

.loginbtn:hover {
    opacity: 0.5;
}

.register {
    padding: 0 0;
    background-image: url("../images/login_banner01.png"), url("../images/login_banner02.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.register-tick-icon01 {
    padding: 0 0 0 50px;
    background-image: url("../images/register_tick_icon01.png");
    background-repeat: no-repeat;
    background-size: 27px;
}

.register-form {
    background: rgba(26, 26, 26, 0.75);

}

.register-form input[type="text"], .register-form input[type="password"], .register-form input[type="email"] {
    width: 100%;
    background: #fff;
    border: none;
    resize: none;
    outline: none;
    box-shadow: 0 3px 6px #ddd;
    padding: 15px;
}

.register-form input[type="checkbox"] {
    padding: 0% 5%;
}

.register-form .state {
    width: 100%;
    background: #fff;
    border: none;
    resize: none;
    outline: none;
    box-shadow: 0 3px 6px #ddd;
    padding: 15px;
}

.register-form input[type="submit"] {
    font-family: 'PT Serif', Serif-serif;
    background: #941E13;
    color: #fff;
    border-radius: 0;
    /* margin-top: 25px; */
    padding: 10px 75px;
    transition: all 0.3s ease 0s;
    max-width: 100%;
    border: none;
    cursor: pointer;
}

.register-form input[type="submit"]:hover {
    opacity: 0.5;
}

.checkbox-style {
    font-size: 16px;
    font-weight: bold;
    position: relative;
    display: inline-block;
    color: #fff;
}


.login {
    padding: 0 0 0 0;
    background-image: url("../images/login_banner01.png"), url("../images/login_banner02.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

.login-form {
    background: rgba(26, 26, 26, 0.75);
    min-height: max-content;
    padding: 28% 0;
}

.login-form input[type="password"], .login-form input[type="email"] {
    width: 100%;
    background: #fff;
    border: none;
    resize: none;
    outline: none;
    box-shadow: 0 3px 6px #ddd;
    padding: 15px;
}

.login-form input[type="submit"] {
    font-family: 'PT Serif', Serif-serif;
    background: #941E13;
    color: #fff;
    border-radius: 0;
    /* margin-top: 25px; */
    padding: 10px 75px;
    transition: all 0.3s ease 0s;
    max-width: 100%;
    border: none;
    cursor: pointer;
}

.login-form input[type="submit"]:hover {
    opacity: 0.5;
}


.main-body {
    background-color: #F7F7F7;
}

.resentbtn {
    font-family: 'PT Serif', Serif-serif;
    background-color: #fff;
    color: #A20401;
    border: 2px solid #A20401;
    border-radius: 0px;
    padding: 10px 25px;
    /* margin-top: 25px; */
    transition-duration: 0.3s;
}

.resentbtn:hover {
    background-color: #A20401;
    color: white;
}

.stepper {
    display: flex;
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
    position: relative;

}

.stepper::before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    content: "";
    width: calc(100% - 20px);
    background: #fff;
}

.stepper_item {
    display: flex;
    justify-content: center;
    background: #dedede;
    -webkit-clip-path: polygon(20px 50%, 0% 0%, calc(100% - 20px) 0%, 100% 50%, calc(100% - 20px) 100%, 0% 100%);
    clip-path: polygon(20px 50%, 0% 0%, calc(100% - 20px) 0%, 100% 50%, calc(100% - 20px) 100%, 0% 100%);
}

.stepper_item.complete {
    background: #A20401;
}

.stepper_item:first-child {
    margin-left: 0px;
    -webkit-clip-path: polygon(0% 0%, calc(100% - 20px) 0%, 100% 50%, calc(100% - 20px) 100%, 0% 100%);
    clip-path: polygon(0% 0%, calc(100% - 20px) 0%, 100% 50%, calc(100% - 20px) 100%, 0% 100%);
}

.stepper_item:last-child {
    margin-right: 0px;
    -webkit-clip-path: polygon(20px 50%, 0% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(20px 50%, 0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.nextbtn {
    font-family: 'PT Serif', Serif-serif;
    background: #A20401;
    border-radius: 0px;
    padding: 2vh 2vw;
    transition-duration: all 0.3s ease 0s;
    max-width: 100%;
}

.nextbtn.fixed-btm, .backbtn.fixed-btm {
    width: 100%;
    text-align: center;
}

.backbtn {
    font-family: 'PT Serif', Serif-serif;
    background: #888888;
    border-radius: 0;
    padding: 2vh 2vw;
    transition-duration: all 0.3s ease 0s;
    max-width: 100%;
}

.midalign {
    display: flex;
    align-items: center;
    vertical-align: middle;
}


.process-icon {
    display: flex;
    align-items: center;
    vertical-align: middle;
    max-width: fit-content;
}


.nav-tabs .nav-link.active,
.nav-tabs {
    color: #a20401;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs,
.nav-tabs .nav-link {
    color: #000;
    background-color: #d9d9d9;
    border-color: #dee2e6 #dee2e6 #fff;
}

.tab-content input[type="text"],
.tab-content input[type="date"],
.tab-content input[type="file"],
.tab-content input[type="tel"],
.tab-content input[type="email"] {
    width: 100%;
    background: #d9d9d9;
    border: none;
    resize: none;
    outline: none;
    box-shadow: 0 3px 6px #ddd;
    padding: 1.5vh 0.78vw;
}

.textarea {
    width: 100%;
    background: #d9d9d9;
    border: none;
    resize: none;
    outline: none;
    box-shadow: 0 3px 6px #ddd;
}

.note01 .state, .note02 .state, .note03 .asset {
    width: 100%;
    background: #d9d9d9;
    border: none;
    resize: none;
    outline: none;
    box-shadow: 0 3px 6px #ddd;
    padding: 1.5vh 0.78vw;
}

.delbtn {
    font-family: "PT Serif", Serif-serif;
    background-color: #fff;
    color: #a20401;
    border: 1px solid #a20401;
    border-radius: 0px;
    min-width: 30%;
    /* padding: 1.5vh 0.78vw; */
    /* margin-top: 25px; */
    transition-duration: 0.3s;
}

.delbtn:hover {
    background-color: #a20401;
    color: white;
}

.addbtn {
    font-family: "PT Serif", Serif-serif;
    background-color: #a20401;
    color: #fff;
    border: 1px solid #a20401;
    border-radius: 0px;
    padding: 1.5vh 0.78vw;
    /* margin-top: 25px; */
    transition-duration: 0.3s;
}

.addbtn:hover {
    background-color: #fff;
    color: #a20401;
}

.custom-uploadbtn {
    position: absolute;
    top: 0;
    right: 0;
    padding: 1.5vh 0.78vw;
    background: #941E13;
}

.table-bordered td {
    border-color: #A20401;
}

.dropdown-btn {
    font-family: 'PT Serif', Serif-serif;
    color: #fff;
    background: #A20401;
    padding: 8px;
    border: none;
    max-width: 100%;
}

.fixed-btn-area {
    width: 100%;
    background: #fff;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1200;
    border-top: solid 1px #ccc;
}

.csform_error {
    color: red;
}
