html,
body {
    height: 100%;
}


body {
    font-family: 'Urbanist', sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #30373E;
    font-weight: 400;
    font-style: normal;
    background: #fff;

}

dl,
ol,
ul {
    list-style-type: none;
}

ol,
ul {
    padding-left: 0px;
}

.image-full {
    width: 100%;
}

.image-max-width {
    max-width: 100%;
}

a {
    text-decoration: none;
}

.object-cover {
    object-fit: cover;
}
/* header */

.height-topheader {
    height: 146px;

}

.height-topoff {
    height: 0px;
}

.header-main-hm {
    position: relative;
    top: 0px;
    right: 0;
    left: 0;
    z-index: 1029;
    padding: 21px 0px 0px;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    height: 93px;
}
.logo img {
	max-width:auto;
}
.header-main-hm .navbar-toggler .cn_item svg path {
    stroke: #000 !important;

}

.fixnav .navbar-toggler .cn_item svg path {
    stroke: #000 !important;

}

.nav-header-custome {
    align-items: center;
}

.nav-header-custome .nav-item {
    margin-right: 60px;
}

.nav-header-custome .nav-item:last-child {
    margin-right: 0px !important;
}

.nav-header-custome .nav-item .nav-link {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #30373E;
    position: relative;
    padding: 0px;
    text-transform: uppercase;
}

.header-main-hm-sub .nav-header-custome .nav-item .nav-link, .fixnav .nav-header-custome .nav-item .nav-link {
    color: #3A3A3A !important;
}

.nav-header-custome .nav-link.active,
.nav-header-custome .show>.nav-link,
.nav-header-custome .nav-link:hover,
.nav-header-custome .nav-link:focus,
.fixnav .nav-header-custome .nav-item .nav-link:hover {
    color: #3A3A3A !important;
    background-color: transparent;
}

.fixnav .nav-header-custome .nav-item .nav-link:hover,
.fixnav .nav-header-custome .nav-item .nav-link:focus,
.fixnav .nav-header-custome .nav-item .nav-link.active {
    color: #061844 !important;
    background-color: transparent;
}

.nav-header-custome .nav-link.active:before,
.nav-header-custome .nav-link:hover:before {
    content: '';
    width: 23px;
    height: 3px;
    background: transparent;
    display: block;
    position: absolute;
    left: 0px;
    bottom: -12px;
}
.nav-header-custome .dropdown-toggle::after {
    display: inline-block;
    content: "";
    border: none;
    position: absolute;
    right: 0px;
    top: 50%;
    background-image: url(../images/down-arrw.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 4px;
    width: 8px;
    right: -16px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.fixnav .nav-header-custome .nav-item .nav-link.show {
    color: #086ad8 !important;

}
.btn-booknw {
    border: 1.5px solid #FFFFFF;
    border-radius: 10px;
    color: #fff;
    padding: 16px 24px;
}

.header-main-hm-sub .btn-booknw {
    background: #EFF7FF;
    border: 1.5px solid #EFF7FF;
    color: #3D7FF9;
}

.nav-headerh {
    height: 149px;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;

}

.header-main-hm-sub {
    background: #FFFFFF;
    box-shadow: 0px 6px 15px rgba(8, 106, 216, 0.2);
    height: 94px;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}

.ds-on {
    display: inline-block;
}

.ds-off {
    display: none;
}

.fixnav {
    padding: 16px 0px 0px;
    background: rgba(255, 255, 255, 0.7);
    height: 76px;
    box-shadow: 0px 6px 15px rgba(0, 0, 0, .20);
    top: 0px;
    position: fixed;
    left: 0px;
    width: 100%;
    backdrop-filter: blur(10px);
}

.fixnav .ds-on {
    display: none;
}

.fixnav .ds-off {
    display: inline-block;
}

.fixnav .btn-booknw {
    background: #EFF7FF;
    border: 1.5px solid #EFF7FF;
    color: #3D7FF9;
}


.offcan-custome .offcanvas-header {
    padding: 1.5rem 1.6rem;
}

.offcan-custome .offcanvas-body {
    padding: 0rem 1.6rem;
}

.offcanvas-header .btn-close {
    background-image: url(../images/icon-close.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 23px;
    width: 23px;
}

.offcan-custome.offcanvas-start {
    border-right: none;
}

.sidebar-pills {
    padding-bottom: 2rem;
}

.logo-offcanvas img {
    width: 229px;
}

.offcan-custome .dropdown-menu {
    position: static !important;
    transform: translate3d(0px, 0px, 0px) !important;
    border: transparent;
    padding: 0px;
}

.offcan-custome .dropdown-toggle::after {
    display: inline-block;
    content: "";
    border: none;
    position: absolute;
    right: 0px;
    top: 50%;
    background-image: url(../images/Next.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 24px;
    width: 24px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.offcan-custome .dropdown-toggle.show::after {
    top: 16px;
    transform: rotate(180deg);
}

.offcan-custome .drop-dd-min .dropdown-item, .offcan-custome .drop-dd-min .dropdown-item li {
    font-weight: 400 !important;
    font-size: 13px !important;
    line-height: 32px;
    color: #777777 !important;
    padding: 0px 5px 6px !important;
    background: transparent !important;
    text-transform: capitalize !important;
}
.offcan-custome .dropdown-menu li .dropdown-item {
    text-transform: uppercase;
    color: #30373E;
    font-weight: 500;
    font-size: 12px;
    background-color: #fff;
    padding: 2px 0px 2px 14px;
    border-radius: 5px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.drop-dd-min {
    padding-left: 10px;
}

.nav-header-custome .dropdown-menu.show {
    transform: translate(0px, 55px) !important;
}

.dropdown-submenu {
    position: relative;
    padding: 0px 0px 11px;
}
.dropdown-submenu .dropmenu-link {
    font-weight: 500;
    font-size: 15px;
    line-height: 36px;
    color: #061844;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 25px;
}
.dropdown-submenu .dropmenu-link:hover, .dropdown-submenu .dropmenu-link:focus {
    color: #3A3A3A;

}

.dropdown-submenu .caret {
    display: inline-block;
    background-image: url(../images/dropNext.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 24px;
    width: 24px;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    right: 100%;
    margin-top: -1px;
    display: none;
    margin-right: -1px;
}
.dropdown-submenu:hover .dropdown-menu {
    
    display: block;
}
.nav-header-custome .dropdown-menu .dropdown-item {
    font-weight: 500;
    font-size: 13px;
    line-height: 34px;
    color: #061844;
    padding: 6px 25px;
    white-space: inherit;
    background: transparent !important;
    line-height: 24px;
}
.nav-header-custome .dropdown-menu .dropdown-item:hover, .nav-header-custome .dropdown-menu .dropdown-item:focus {
    color: #3A3A3A;
}
.nav-header-custome .dropdown-menu {
    border-bottom: 1px solid #EBEDF0;
    padding: 25px 0px;
    background: #FFFFFF;
    box-shadow: 0px 20px 24px rgb(61 127 249 / 10%);
    border-radius: 15px;
    min-width: 300px;
}

.offcanas-contact-list {
    background: rgba(48, 55, 62, 0.04);
    border-radius: 10px;
    padding: 25px 20px 6px;
    display: flex;
    flex-flow: column wrap;
    margin-top: 30px;
    /* position: absolute;
    width: 90%;
    left: 5%;
    right: 5%;
    box-sizing: border-box;
    bottom: 5%; */
}

.offcanas-contact-list li {
    font-weight: 700;
    font-size: 13px;
    line-height: 1;
    color: #333346;
    margin-bottom: 18px;
}
.offcanas-contact-list li a {
    font-weight: 700;
    font-size: 13px;
    line-height: 1;
    color: #333346;
}

.offcanas-contact-list li span {
    margin-right: 10px;
}

.offcanas-contact-list .btn-offcanvs {
    background: #30373E !important;
    border-radius: 8px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    color: #FFFFFF !important;
    padding: 10px 20px;
    display: block;
    text-align: center;
}

.sidebar-pills .nav-link {
    padding: 0.7rem 0rem;
    font-weight: 500;
    font-size: 14px;
    line-height: 32px;
    color: #30373E;
    border-radius: 0px;
    text-transform: uppercase;
}

.sidebar-pills .nav-item .nav-link {
    border-bottom: 1px solid #EBEDF0;
}

.sidebar-pills .nav-item .nav-link.show {
    border-bottom: 1px solid transparent;
}

.sidebar-pills .nav-item:last-child .nav-link {
    border-bottom: 1px solid transparent;
}

.sidebar-pills.nav-pills .nav-link.active,
.sidebar-pills.nav-pills .show>.nav-link .sidebar-pills.nav-pills .nav-link:focus,
.sidebar-pills.nav-pills .nav-link:hover {
    color: #30373E;
    background-color: transparent;
}

.nav-custometp {
    background-color: #254099 !important;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, .5);
    border-bottom: 1px solid #254099;
}

.nav-custometp .cn_item {
    margin-right: 7px;
}

.nav-custometp .nav-link {
    display: block;
    padding: 1rem 1.6rem 1rem 0rem;
}

.nav-custometp .nav-title {
    font-size: 14px;
}

.nav-diver-tp {
    border-left: 1px solid #4960aa;
    padding-left: 20px;
}

.nav-custometp .link-dark {
    color: #fff;
}

.nav-custometp .link-dark .cn_item svg {
    top: -2px;
}

@media (max-width: 1279px) {
    .height-topheader {
        height: 61px;
    }

    .header-main-hm {
        top: -70px;
        position: absolute;
    }

    .header-main-hm,
    .nav-headerh,
    .fixnav {
        height: 70px !important;
        padding-top: 13px;
    }

    .header-main-hm,
    .nav-headerh {
        height: 61px !important;
    }

    .logo {
        margin-left: 15px;
    }

    .logo img {
        width: 240px;
    }
    .fixnav {
        top: 0px !important;
        position: fixed;
    }

}

/* header end*/
/* topcontact-add */
.topcontact-add {
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    height: 53px;
    position: relative;
    top: 0px;
    right: 0;
    left: 0;
    z-index: 1030;
}

.topcontact-add.topcontact-add-sub {
    background: #fff;
    border-bottom: 2px solid #F1F1F1;
}

.topcontact-list {
    margin: 0px;
}

.topcontact-list li {
    margin-right: 36px;
}
.topcontact-list2 li {
    margin-right: 0px !important;
}

.topcontact-list li a {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #30373E;
    text-decoration: none;
}

.topcontact-list li a span {
    margin-right: 12px;
}

.languge-convert {
    margin-left: auto;
}

.languge-convert button {
    background: #3D7FF9;
    border-radius: 10px;
    border: none;
    padding: 6px 17px;
}

.topcontact-add.topcontact-add-sub .topcontact-list li a {
    color: #333346;
}

@media (max-width:1279px) {
    .topcontact-add {
        display: none !important;
    }
}

/* topcontact-add end */
/* homebanner-number  */
.homebanner-number {
    background-image: url(../images/Rectangle2.png);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    height: 156px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 73%;
}
.banner-numberlist {
    width: 234px;
    margin-right: 30px;
    margin-top: -117px;
    display: flex;
    flex-flow: column;
}
.banner-numberlist:last-child {
    margin-right: 0px;
}
.banner-numberlist h4 {
    color: #FFF;
font-size: 17px;
font-style: normal;
font-weight: 400;
line-height: 30px;

}
.number-list-count .nmb-count {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-left: 5px;
    background: transparent;
}
.number-list-count .borer-lin {
    background: #D9D9D9;
    height: 1px;
    width: 70px;
    display: inline-block;
    position: relative;
    top: -4px;
}
.home-banner2 {
    padding: 0px;
    background-color: black;
    background-image: url(../images/20231201_1634331.jpg);
    height: 786px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    position: relative;
    flex-flow: column;
}
.home-banner2:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    background: linear-gradient(90deg, rgba(74, 60, 48, 0.50) 0%, rgba(35, 44, 81, 0.35) 100%);
    height: 100%;
    z-index: 2;
}
.banner-hm-container {
    display: flex;
    height: 100%;
    align-items: center;
    align-self: center;
}
.homebanner-content h1 {
    color: #FFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 68px;
    font-weight: 500;
    line-height: 80px;
    margin: 0px 0px 20px;
}
.homebanner-content p {
    color: #FFF;
text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
font-size: 24px;
font-weight: 300;
line-height: 40px; 
    width: 79%;
}
.homebanner-content {
    width: 77%;
    
}

.banner-slider-ttp {
    margin-top: -135px;
    z-index: 22;
    position: relative;
}
.banner-slider-ttp .tns-inner {
    padding: 20px 10px 20px;
}

.gallery-default-de img {
    cursor: pointer;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    transform: scale(1);
    box-shadow: 0px 4px 14px 5px rgba(0, 0, 0, 0.05);
}
.gallery-default-de img:hover {
    transform: scale(1.05);
}
.lg-download {
    display: none;

}


@media (max-width:1199px) {
    .home-banner2 {
        height: 636px;
        background-position: center;
    }
    .homebanner-content {
        width: 100%;
        
    }
    .homebanner-content h1 {
        font-size: 40px;
        line-height: 53px;
    }
    .homebanner-content p {
        font-size: 18px;
        line-height: 40px;
        width: 89%;
    }
    .homebanner-number {
        height: 156px;
        width: 100%;
    }
    .banner-numberlist {
        width: 200px;
        margin-top: -117px;
    }
    .banner-numberlist-outer {
        justify-content: space-around;
    }
    .banner-slider-ttp {
        margin-top: -80px;
    }
}
@media (max-width:991px) {
    .banner-slider-ttp {
        margin-top: -60px;
    }
}
@media (max-width:767px) {
    .logo-rv {
        position: absolute;
        left: 13px;
        z-index: 2;
        top: 20px;
    }
    .home-banner2 {
        background-image: url(../images/Banner12.jpg);
        background-position: center;
        height: 90vh;
    }
    .homebanner-content h1 {
        font-size: 40px;
        line-height: 52px;
    }
    .homebanner-content p {
        font-size: 17px;
        line-height: 32px;
        width: 100%;
    }
    .homebanner-number {
        height: 150px;
        width: 100%;
    }   
    .banner-numberlist {
        width: auto;
        margin-top: -117px;
        margin-right: 20px;
    }
    .number-list-count .borer-lin {
        width: 20px;
    }
    .number-list-count .nmb-count {
        font-size: 13px;
        margin-left: 3px;
    }
    .banner-numberlist h4 {
        color: #FFF;
        font-size: 12px;
        line-height: 20px;
    }
    .banner-slider-ttp {
        max-width: 100%;
    }
    .banner-slider-ttp {
        margin-top: -100px;
    }
    .banner-slider-ttp .slider-contaner-full .tns-inner {
        margin-left: 0px !important;
    }
}
@media (max-width:350px) {
.homebanner-content h1 {
    font-size: 30px;
    line-height: 32px;
}
.homebanner-content p {
    font-size: 15px;
    line-height: 22px;
}
.banner-slider-ttp {
    margin-top: -70px;
}
}
@media (min-width:1440px) {
    .homebanner-number {
        width: 62%;
    }
}
/* homebanner-number end */

/* mainheading-content-text */
.mainheading-content-text h2 {
    color: #30373E;
    font-size: 36px;
    font-weight: 300;
    line-height: normal;
    margin: 0px;
}

.mainheading-content-text h2 span {
    color: #B19777;
}


.mainheading-content-text p {
    color: #30373E;
    font-size: 22px;
    font-weight: 300;
}

.mainheading-content-text.white h2,
.mainheading-content-text.white p {
    color: #fff;
}
@media (max-width: 1199px) {
.mainheading-content-text h2 {
    font-size: 30px;
}
}
@media (max-width: 767px) {
.mainheading-content-text p {
    font-size: 17px;
    line-height: 48px;
}
}
/* mainheading-content-text end*/
/* why-invest */

.why-invest {
    padding: 50px 0px 0px;
}
.why-invest .mainheading-content-text p {
    line-height: 180%;
    margin-top: 22px;
}
.why-ser-more {
    margin-top: 60px;
}

.why-ser-more h3 {
    color: #30373E;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    margin: 25px 0px 20px;
    padding-bottom: 20px;
}

.why-ser-more p {
    color: #7D7D7D;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;

}
.why-link-mm {
    flex-flow: column;
    align-items: center;
    align-self: center;
}
.why-link-mm a {
    background: #D9D9D9;
    color: #30373E;
    font-family: Urbanist;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    height: 58px;
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.why-link-mm a.active {
    background: #30373E;
    color: #FFF;
}
@media (max-width: 1199px) {
    .why-invest {
        padding: 60px 0px 0px;
    }
    .why-invest .mainheading-content-text p {
        font-size: 23px;
        line-height: 38px;
        margin-bottom: 30px;
    }
    .why-ser-more {
        margin-top: 50px;
    }
}
@media (max-width: 767px) {
    .why-invest {
        padding: 40px 0px 0px;
    }
.why-link-mm a {
    font-size: 18px;
    height: 54px;
    margin-bottom: 22px;
}
.why-invest .mainheading-content-text p {
    font-size: 17px;
    line-height: 40px;
}
}
/* why-invest end */
.slider-image-slide {
    padding: 62px 0px 100px;
    border: 1px solid rgba(85, 85, 85, 0.05);
    background: #F9FDFF;
    margin-top: 70px;
}

.developmult-slider .item:nth-child(2n+1) {
    margin-top: 30px;

}

.image-slider-galr {
    cursor: pointer;
    overflow: hidden;

}

.image-slider-galr span {
    position: absolute;
    left: 0px;
    width: 100%;
    bottom: -23%;
    background-image: url(../images/Rectangle209.jpg);
    background-position: 0px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    color: #FFF;
    font-size: 20px;
    font-weight: 300;
    line-height: 34px;
    text-transform: uppercase;
    padding: 26px 10px;
    text-align: center;
    opacity: 0;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}

.image-slider-galr:hover span {
    opacity: 1;
    bottom: 0%;
}
.rts-logo {
    margin-bottom: 60px;
}
@media (max-width: 1199px) {
.slider-image-slide {
    padding: 53px 0px 69px;
}
}
@media (max-width:767px) {

    .slider-image-slide {
        padding: 55px 0px 55px;
        margin-top: 40px;
    }
.slider-contaner-full .tns-inner {
    margin-left: 10px !important;
    }
    .rts-logo {
        margin-bottom: 30px;
    }
    .rts-logo svg {
        width: 220px;
        height: 165px;
    }

}
/* abt-fund */
.marquee {
    --gap: 1rem;
    position: relative;
    display: flex;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    gap: 1rem;
}

.marquee__content>* {
    flex: 0 0 auto;
    color: white;
    text-align: center;
}

.marquee__content {
    flex-shrink: 0;
    display: flex;
    justify-content: space-around;
    gap: 1rem;
    min-width: 100%;
    align-items: end;
}

.marquee__content {
    -webkit-animation: scroll 30s linear infinite;
    animation: scroll 30s linear infinite;
}

.marquee-gradient {
    background: #FFF;
    box-shadow: 0px 0px 23.95425033569336px 0px rgba(0, 0, 0, 0.10) inset;
    height: 153px;
    padding-top: 10px;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-100% - 1rem));
    }
}

.marquee-telcomc-ssp-outer {
    background: #55E6A5;
    height: 80px;
    border-top: 2px solid #8E7861;
    background: #000;
    border-bottom: 2px solid #8E7861;

}

.marquee-telcomc-ssp-outer .marquee__content {
    -webkit-animation: scroll 50s linear infinite;
    animation: scroll 50s linear infinite;
    margin-bottom: 0px;
}

.marquee-telcomc-ssp-outer .marquee__content li {
    position: relative;
}

.marquee-telcomc-ssp-outer .marquee__content li:before {
    content: '';
    width: 6px;
    height: 6px;
    background: linear-gradient(0deg, #8E7861 0%, #8E7861 100%), #8E7861;
    left: -41px;
    top: 33%;
    display: block;
    position: absolute;
}

.marquee-telcomc-ssp {
    color: #88919B;
    font-size: 16px;
    font-weight: 900;
    line-height: 27px;
    text-transform: uppercase;
    position: relative;
    margin-right: 58px;
}

@media (max-width: 767px) {

    .marquee-telcomc-ssp-outer.marquee,
    .marquee-telcomc-ssp-outer .marquee__content {
        gap: 0rem;
    }

    .marquee-telcomc-ssp-outer .marquee__content {
        -webkit-animation: scroll 40s linear infinite;
        animation: scroll 40s linear infinite;
        margin-bottom: 0px;
    }

    .marquee-telcomc-ssp {
        font-size: 18px;
        margin-right: 58px;
    }

    .marquee-telcomc-ssp-outer .marquee__content li:before {
        left: -41px;
    }

}

.abt-fund {
    background-image: url(../images/Rectangle13.png);
    background-position: 0px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.abt-fund .mainheading-content-text {
    padding-right: 6rem;
}
.abt-fund .mainheading-content-text p {
    font-size: 22px;
    line-height: 268%;
    margin-top: 20px;
}
.abt-fund-thumb {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}
.about-found-left {
    display: flex;
    justify-content: flex-end;
}
.about-found-left .mainheading-content-text {
    width: 713px;
    padding: 100px 60px;
}
.about-found-view {
    margin-bottom: 40px;
}
.about-found-link {
    border: 1px solid #FFF !important;
    color: #FFF !important;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    padding: 24px 45px;
    border-radius: 0px;
}
.about-found-view span {
    margin-right: 43px;
}
.about-found-view span:last-child {
    margin-right: 0px;
}
@media (max-width:1199px) {
    .abt-fund {
        height: auto;
        flex-flow: column;
        padding-top: 60px;
    }
    .about-found-left .mainheading-content-text {
        width: auto;
        padding: 20px 40px;
    }
    .about-found-left {
        justify-content: center;
    }
    .abt-fund-thumb-outer {
        padding: 0px;
    }
    .abt-fund-thumb {
        position: relative;
        right: 0px;
        top: 0px;
        width: 100%;
        height: auto;
    }
}
@media (max-width:767px) {
    .abt-fund {
        padding-bottom: 0px;
    }
    .about-found-left .mainheading-content-text {
        width: auto;
        padding: 0px 5px;
    }
    .about-found-left .mainheading-content-text p {
        font-size: 17px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    .about-found-view img{
        width: 90px;
    }
    .about-found-link {
        font-size: 16px;
        padding: 16px 19px;
    }
    
}


/* abt-fund end*/
/* our-client */
.our-client {
    padding-top: 88px;
    overflow: hidden;
}


.ourclient-image div {
    margin: 50px 0px 80px;
}
.our-client .tns-outer>button {
    display: none;
}
.ourclient-image {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: row nowrap;

}
@media (max-width: 1199px) {
    .our-client {
        padding-top: 58px;
    }
    .ourclient-image div {
        margin: 29px 0px 40px;
    }
}
@media (max-width: 1199px) {
    .our-client {
        padding: 55px 0px 45px;
    }
    .our-client .mainheading-content-text{
        padding: 0px 20px;
    }
    .our-client .container{
       padding: 0px;
    }
    
    .ourclient-image div {
        margin: 35px 0px 15px;
    }
}
/* our-client end */
/* contactus  */

.contactus {
    position: relative;
    padding: 80px 0px 80px;
    background-image: url(../images/image27.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 40px;
}

.contactus .mainheading-content-text p {
    margin-top: 0px;
    margin-bottom: 0px;
}
.contact-form {
    background: #FFF;
box-shadow: 0px 0px 30px 20px rgba(0, 0, 0, 0.05);
padding: 50px 40px 40px;
}
.form-control-custome {
    background: #F9F9F9;
    border-radius: 0px;
    border: 1px solid transparent;
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    text-transform: capitalize;
    color: #30373E !important;
    height: 59px;
    box-shadow: none ;
    outline: none !important;
    padding: 15px 15px;
}

.form-control-custome::placeholder {
    color: #7D7D7D;
    opacity: 1;
}

.form-control-custome::-webkit-input-placeholder {
    text-align: left;
}

.form-control-custome-moz-placeholder {
    text-align: left;
}

.form-control-custome:focus {
    border: 1px solid rgba(142, 120, 97, 0.50);

background: #FFF;

box-shadow: 0px 4px 10px 0px rgba(142, 120, 97, 0.30);

}

.text-area-height {
    height: auto !important;
}
.input-fileup {
    padding-top: 20px;
}
.form-control-custome[type="file"]::-webkit-file-upload-button {
    background: transparent;
    border: none;
    border-radius: 4px;
    color: transparent;
    cursor: pointer;
    font-size: 12px;
    outline: none;
    padding: 0px;
    text-transform: uppercase;
    transition: all 1s ease;
    width: 0px;
    height: 0px;
    position: relative;
  }
  .form-control-custome[type="file"]::-webkit-file-upload-button:hover {
    background: transparent;
    border: none;
    color: transparent;
  }
  .form-control-custome[type="file"]:before {
    content: "Add File";
    position: absolute;
    top: 14px;
    right: 22px;
    display: inline-block;
    height: 32px;
    background: #8E7861;
    color: #fff;
    font-weight: 400;
    z-index: 25;
    font-size: 14px;
    line-height: 34px;
    padding: 0 15px;
    text-transform: uppercase;
    pointer-events: none;
    border-radius: 0px;
}
.file-upload-wrapper {
    position: relative;
    width: 100%;
    height: 59px;
}
.file-upload-wrapper:before {
    content: "Upload";
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    height: 60px;
    background: #8E7861;
    color: #fff;
    font-weight: 700;
    z-index: 25;
    font-size: 16px;
    line-height: 60px;
    padding: 0 15px;
    text-transform: uppercase;
    pointer-events: none;
    border-radius: 0 5px 5px 0;
}
.file-upload-wrapper:after {
    content: attr(data-text);
    font-size: 16px;
    position: absolute;
    top: 0;
    left: 0;
    background: #F9F9F9;
    padding: 10px 15px;
    display: block;
    width: calc(100% - 40px);
    pointer-events: none;
    z-index: 20;
    height: 59px;
    line-height: 40px;
    color: #7D7D7D;
    border-radius: 0px;
    font-weight: 400;
    border: none;
}

.button-vend {
    background: transparent !important;
    border: 1px solid #8E7861 !important;
    border-radius: 0px;
    color: #8E7861 !important;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    padding: 18px 0px;
    height: 58px;
}
@media (max-width: 1199px) {
.contactus {
    padding: 60px 0px 55px;
}
}
@media (max-width: 767px) {
    .contactus {
        padding: 70px 10px;
    }

.contact-form {
    padding: 40px 30px 20px;
}
}
@media (min-width: 1600px) {
.contact-form {
padding: 60px 100px 40px;
}
}
/* contactus end*/
/* footer-content */
.whatsapp-animat {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 100;
}
.footer-content {
    background: #111;
    padding-top: 110px;
    padding-bottom: 32px;
}

.footerlogo {
    margin-bottom: 30px;
}

.footer-title {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    text-transform: capitalize;
    color: #FFFFFF;
    margin-bottom: 0px;
}

.footer-social {
    margin: 25px 0px 0px;
}

.footer-social li {
    margin-right: 26px;
    font-size: 15px;
    line-height: 19px;
}

.footer-nav {
    padding: 0px 50px 0px;
}

.footer-nav h4 {
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    color: #8E7861;
    margin-bottom: 30px;
}

.footer-nav ul {
    margin-bottom: 30px;
}

.footer-nav ul li,
.footer-nav ul li a {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}

.footer-nav ul li {
    margin-bottom: 13px;
}

.footer-nav ul {
    margin-bottom: 30px;
}

.footer-nav2 ul li {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    margin-bottom: 26px;
    position: relative;
    padding-left: 42px;
}

.footer-nav2 ul li span {
    position: absolute;
    left: 0px;
    top: -2px;
}

.copyright-strip {
    padding-top: 37px;
}

.copyright-strip .topboreder {
    background-image: url(../images/BordeLines.svg);
    height: 18px;
    width: 100%;
    margin-bottom: 34px;
}

.copyright {
    color: #A3A3A3;
    font-size: 16px;
    font-weight: 400;

}

.copyright-link,
.copyright-link a {
    color: #A3A3A3;
    font-size: 16px;
    font-weight: 400;
}

.copyright-link {
    display: flex;
    justify-content: end;

}

.copyright-link a {
    color: #A3A3A3;
    padding: 0px 10px;
    display: inline-flex;
}
@media (max-width: 1199px) {
    .footer-content {
        padding-top: 67px;
        padding-bottom: 20px;
    }
    .footer-social {
        margin: 25px 0px 50px;
    }
    .copyright-strip {
        padding-top: 14px;
    }
    .copyright-strip .topboreder {
        margin-bottom: 26px;
    }
}
@media (max-width: 991px) {
    .footer-nav {
        padding: 0px 20px 0px;
    }
    .copyright-link {
        justify-content: left;
        margin-left: -10px;
        margin-top: 9px;
    }
    
}
@media (max-width: 767px) {
    .footer-title {
        font-size: 15px;
        line-height: 36px;
    }
    
    .footer-nav ul li, .footer-nav ul li a {
        font-size: 15px;
    }
    
    .footer-nav2 ul li {
        font-size: 15px;
    }
    
    .copyright {
        font-size: 15px;
    }
    .footer-nav2 ul li span {
        top: -1px;
    }
}

/* footer-content end */
/* modeling-section */
.modeling-section {
    margin-bottom: 60px;
}
.model-imaeg-three {
    position: absolute;
    left: 0px;
    top:0px;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.modelo-wrapper {
    position: relative;
}
.modelo-wrapper.active{
   z-index: 4;
}
.center-play {
    right: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.play-vd-cn {
    cursor: pointer;
    background: #30373E;
    height: 81px;
    width: 81px;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate(-50%, -50%);
    -webkit-transform:  translate(-50%, -50%);
    z-index: 3;
}
.play-vd-cn:before {
    border-radius: 100%;
    position: absolute;
    width: 87px;
    height: 87px;
    left: -3px;
    top: -4px;
    content: '';
    background-color: transparent;
    border: 1px solid #30373E;
    animation: pulse 1.5s ease-in-out infinite;
}
@keyframes pulse {
    0% {
        transform: scale(.9);
        opacity: 0.8;
    }

    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}
@media (max-width: 767px) {
.modeling-section {
    margin-bottom: 32px;
}
}
/* modeling-section end */
/* ourmange-section */
.mainheading-subpage h2 {
    color: #30373E;
    font-size: 42px;
    font-weight: 300;
    line-height: normal;
    margin: 0px;
}

.mainheading-subpage h2 span {
    color: #B19777;
}

.mainheading-subpage p {
    color: #30373E;
    font-size: 20px;
    font-weight: 300;
    line-height: 36px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.ourmange-section {
    padding: 100px 0px 120px;
}
.subpage-banner {
    padding: 0px;
    background-color: black;
    height: 480px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    position: relative;
    justify-content:center;
}
.subpage-banner:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.69) 0.62%, rgba(0, 0, 0, 0.56) 49.83%, rgba(0, 0, 0, 0.73) 100%);

}
.subpage-banner span {
    color: #FFF;
font-size: 18px;
font-weight: 500;
line-height: normal;
}
.subpage-banner h1 {
    color: #FFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 56px;
    font-weight: 500;
    line-height: 60px;
    margin: 16px 0px 20px;
}
.subpage-banner p {
    color: #FFF;
text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
font-size: 20px;
font-weight: 300;
line-height: 32px; 
margin: 0px;

} 
.ourmange-content-thmb h4 {
    color: #30373E;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    margin: 22px 0px 8px;
}
.ourmange-content-thmb span {
    color: #88919B;
font-size: 16px;
font-style: italic;
font-weight: 300;
line-height: normal;

}
.slider-contaner-full .tns-nav {
    position: absolute;
    bottom: -35px;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    z-index: 10;
    width: 100%;
    text-align: center;
    white-space: nowrap;
    display: flex;
    align-items: center;
}
.dot-custome .tns-nav [data-nav] {
    background-color: #D9D9D9;
    box-shadow: none;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    border: none;
    margin: 0 4px;
    display: inline-flex;
    padding: 0px;
}
.dot-custome .tns-nav .tns-nav-active {
    background: #8E7861;
    height: 10px;
    width: 10px;
}
.slider-contaner-full.text-left-nav .tns-nav {
    text-align: left;

}
.slider-contaner-full.text-center-nav .tns-nav {
    width: auto;

}
.ourteam-section {
    padding: 100px 0px 60px;
    background: #F6F6F6;
}
.ourteam-content-thmb {
    margin-bottom: 30px;
    margin-top: 20px;
}
.ourteam-content-thmb h4 {
    color: #30373E;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    margin: 22px 0px 8px;
}
.ourteam-content-thmb span {
    color: #88919B;
font-size: 16px;
font-style: italic;
font-weight: 300;
line-height: normal;

}
@media (min-width: 1200px) and (max-width: 1340px) {
    .ourmange-section {
        margin-bottom: 32px;
    }
    .ourmange-section .mainheading-subpage h2 {
        font-size: 38px;
    }
}
    
@media (max-width: 1199px) {
    .subpage-banner {
        padding: 70px 0px;
        height: auto;
    }
    .ourmange-section {
        padding: 60px 0px 80px;
    }
    .ourteam-section {
        padding: 60px 0px 20px;
    }
}
@media (max-width: 767px) {
.ourmange-section {
    padding: 50px 0px 50px;
}
.mainheading-subpage h2 {
    font-size: 38px;

}
.mainheading-subpage p {
    font-size: 18px;
}
.ourmange-section .mainheading-subpage h2 {
    font-size: 38px;
}
}
@media (max-width: 479px) {
.subpage-banner h1 {
    font-size: 45px;
    line-height: 47px;
}
.subpage-banner p {
    font-size: 18px;
    line-height: 28px;
}

}
/* ourmange-section  end*/
/* helpinfo-section */
.helpinfo-section {
    background-image: url(../images/image14.jpg);
    padding: 0px;
    background-color: black;
    height: 505px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    position: relative;
    justify-content:center;
}

.helpinfo-section span.mini-hlf {
    color: #30373E;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
}
.helpinfo-section h1 {
    color: #30373E;
    font-size: 42px;
    font-weight: 300;
    line-height: 56px;
    margin: 22px 0px 22px;
}
.helpinfo-section h1 span {
    color: #8E7861 ;
}
.helpinfo-section p {
    color: #30373E;
    font-size: 20px;
    font-weight: 300;
    line-height: 36px;
    margin-bottom: 35px;
} 
.helpinfo-section  a {
    border: 1px solid #8E7861 !important;
    color: #8E7861 !important;
    width: 212px;
    padding: 15px 0px;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 0px;
}
@media (max-width: 1199px) {
.helpinfo-section {
    padding: 80px 0px;
    height: auto;
}
}
@media (max-width: 1199px) {
.helpinfo-section {
    padding: 60px 0px;
}
}
@media (max-width: 767px) {
.helpinfo-section h1 {
    font-size: 34px;
    line-height: 30px;
    margin: 22px 0px 22px;
}
.helpinfo-section p {
    font-size: 18px;
    line-height: 33px;
    margin-bottom: 35px;
}
}
/* helpinfo-section end */
/* investbb-section */
.investbb-section {
    padding: 100px 0px 120px;
}
.investbb-tabs.nav-pills .nav-link {
    border-radius: 0px;
    border: 1px solid transparent;
    padding: 10px 0px;
    color: #30373E;
    background: transparent;
    position: relative;
    font-size: 20px;
    font-weight: 400;
}

.investbb-tabs.nav-pills .nav-link.active, .investbb-tabs.nav-pills .show>.nav-link {
    background: transparent;
    border-bottom: 1px solid #8E7861;
    color: #8E7861;
}
.investbb-tabs.nav-pills .nav-link.active:before {
    position: absolute;
    content: '';
    left: -2px;
    top: 91%;
    width: 8px;
    height: 8px;
    background: #8e7861;
    border-radius: 100%;
}


.investbb-tabs.nav-pills .nav-item {
    margin-right: 45px;
}

.investbb-tabs.nav-pills .nav-item:last-child {
    margin-right: 0px !important;
}
.investbb-tabs-title {
    color: #30373E;
font-size: 20px;
font-weight: 300;
line-height: 36px;
}
.investboad-cardbox-outer {
    padding: 20px;
}
.investboad-cardbox {
    position: relative;
    border: 0.5px solid #D9D9D9;
    box-shadow: none;
    background: #FFF;
    padding: 40px 35px 50px;
}
.investboad-cardbox:hover {
    box-shadow: 0px 0px 24px 0px rgba(177, 151, 119, 0.20);
    border: 0.5px solid #FFF;
}
.investboad-cardbox h3 {
    color: #30373E;
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
    margin: 26px 0px 16px;
}
.investboad-cardbox p {
    color: #30373E;
font-size: 16px;
font-weight: 300;
line-height: 24px;
        
}
.investboad-cardbox a {
    color: #8E7861;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    text-transform: uppercase;
    position: absolute;
    bottom: 22px;
}
.investorbox-slider-outer .tns-inner {
    padding: 25px 10px;
}
@media (max-width:1199px) {
    .investboad-cardbox {
        padding: 26px 25px 34px;
    }
    .investboad-cardbox h3 {
        font-size: 20px;
        margin: 22px 0px 16px;
    }
}
@media (max-width: 767px) {
.investbb-section {
    padding: 50px 0px 50px;
}
.investboad-cardbox {
    padding: 26px 25px 34px;
}
.investboad-cardbox h3 {
    font-size: 20px;
    margin: 22px 0px 16px;
}
.investboad-cardbox p {
    font-size: 14px;
}
.investbb-tabs.nav-pills .nav-item {
    margin-right: 14px;
}
.investbb-tabs.nav-pills .nav-link {
    padding: 10px 0px;
    font-size: 17px;
}
.investbb-tabs-title {
    font-size: 17px;
    line-height: 32px;
}
}
@media (max-width: 599px) {
.investbb-tabs {
    width: 100%;
    flex-flow: row;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    justify-content: flex-start !important;
    padding-left: 10px;
}
.investbb-tabs.nav-pills .nav-link {
    font-size: 16px;
}
.investbb-tabs.nav-pills .nav-item {
    margin-right: 25px;
}
}
/* investbb-section end */
/* investbb-section end*/
/* iframe.class-container .MiniBranding    {
    display: none !important;
  }
  .modelo-wrapper.active:after{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100px;
    height: 100px;
    content: '';
    background: #000;
  } */