html,
body {
    margin: 0;
    padding: 0;
    background: #ffffff;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

a {
    text-decoration: none;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.color-1 {
    color: #eb9421;
}
#landing-section{
    height: 100vh;
}
/* header style :start */
.header-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    z-index: 999;
    background-color: #ffffff;
    border-bottom: 1px solid #e8e8e8;
}

.header-wrapper .navheader-inner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}
.header-wrapper .navheader-inner .nav-brand {
    padding: 8px 0px;
}
/* header style :end */
.issuer-propertys img{
    height: 512px;
}
.media_partner li{
    list-style: none;
}
.media_partner .asonsec-list{
    padding-left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
}
.media_partner .asonsec-list img{
    width: 200px;
}

.media_partner{
    padding: 30px 0;
}
.v-pills-tab{
    max-height: 400px;
    overflow-y: scroll;
    overflow-x: hidden;
    /* min-width: 25%; */
    min-width: max-content;
    padding-right: 5px;
    display: block !important;
}
.v-pills-tab::-webkit-scrollbar {
    width: 4px;
}
.v-pills-tab::-webkit-scrollbar-thumb {
    background: #cccaca;
}
.land-main{
    width: 60%;
}

/* Landing Page style2 :start */
.landing-section2 {
    margin-top: 70px;
    overflow: hidden;
    position: relative;
}

.landingslide-owl {
    position: relative;
}
.landingslide-owl .item {
    height: 940px;
}
.landingslide-owl .item .slideimg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.landingslide-owl .landowlcaption {
    padding: 150px 50px 100px;
    color: #ffffff;
    /* height: calc(100vh - 183px); */
}
.landingslide-owl .landowlcaption > .container {
    position: relative;
    z-index: 1;
}
.landingslide-owl .caption-inner {
    width: 100%;
    display: flex;
}
.landingslide-owl .caption-inner h3 {
    font-weight: 500;
    font-size: 47px;
    margin-bottom: 30px;
}
.landingslide-owl .caption-inner h3 span {
    color: #eb9421;
}
.landingslide-owl .caption-inner p {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 19px;
    line-height: 28px;
    color: #f1f1f1;
    margin-top: 35px;
    margin-bottom: 0;
}
.landingslide-owl .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    text-align: center;
}
.landingslide-owl .owl-dots .owl-dot {
    width: 30px;
    height: 7px;
    background-color: #9d9594;
    border-radius: 50px;
    margin: 4px 4px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.landingslide-owl .owl-dots .owl-dot.active {
    width: 60px;
    background-color: #ffffff;
}

.landingslide-buttons {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px 50px;
}
.landingslide-buttons > .container {
    position: relative;
    z-index: 1;
}
.landslide-inner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
}

.regionlist {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0px 0px 70px 0px;
}
.regionlist li {
    margin-bottom: 15px;
}
.regionlist li:last-child {
    margin-bottom: 0px;
}
.regionlist li a {
    display: block;
    font-size: 24px;
    font-weight: 500;
    color: #1d1d1d;
    background: #f3f3f3;
    border: 2px solid #f3f3f3;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 17px 17px;
    width: 250px;
}
.regionlist li:first-child a{
    margin-right: 10px;
}
.regionlist li a img {
    margin-right: 15px;
    flex-grow: 0;
    flex-shrink: 0;
    width: 40px !important;
    height: 40px;
}
.regionlist li a:hover {
    background-color: #ffffff;
    border: 2px solid #eb9421;
}

.asseenon-section {
    padding: 30px 0px 20px 0px;
}
.asseenon-section .asonsec-outer .asonsec-list {
    list-style: none;
    padding: 0;
    margin: 20px 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.asseenon-section .asonsec-outer .asonsec-list li {
    width: calc(20% - 50px);
}
.asseenon-section .asonsec-outer .asonsec-list li .asos-block {
    display: flex;
    justify-content: center;
    align-items: center;
}
.asseenon-section .asonsec-outer .asonsec-list li .asos-block img {
    max-width: 100%;
    height: auto;
}
/* Landing Page style :end */

    /* Landing page full view :start*/
    .landing-section2 {
        margin-top: 70px;
        /* height: calc(100vh - 70px); */
        }
        .landingslide-owl .caption-inner {
        padding-top: 20px;
        padding-bottom: 0 !important;
        }
        .landingslide-owl .caption-inner h3 {
        /* line-height: 55px; */
        }
        .regionlist {
        margin-bottom: 0;
        }
        .regionlist {
        padding-top: 40px;
        display: flex;
        }


        .landingslide-owl .owl-stage-outer {
            height: 100%;
        }
        .landingslide-owl .owl-stage-outer .owl-stage {
            height: 100%;
        }
        .landingslide-owl .owl-stage-outer .owl-stage .owl-item {
            height: 100%;
        }
        .landingslide-owl .owl-stage-outer .owl-stage .owl-item .item {
            height: 100%;
            background-size: cover;
            background-position: center;
        }
        @media (max-width: 991px) {
            .regionlist {
                padding-bottom: 10px;
            }
        }
        @media (max-height: 750px) {
            .regionlist li a {
                font-size: 18px;
            }
            .asseenon-section .asonsec-outer .asonsec-list {
                margin-bottom: 0;
            }
            .asseenon-section {
                padding-bottom: 0;
            }
            .landingslide-buttons {
                padding-bottom: 20px;
            }
            .landingslide-owl .caption-inner h3 {
                font-size: 40px;
            }
            .landingslide-owl .caption-inner p {
                font-size: 16px;
                margin-top: 9px;
            }
            /* .landingslide-owl .owl-dots {
                bottom: 560px;
                width: auto;
                display: flex;
                justify-content: flex-end;
                padding-right: 30px;
            } */
            .landingslide-buttons {
                padding-bottom: 50px;
            }
        }
        @media all and (max-width: 980px) {
            .media_partner .asonsec-list img {
                width: 150px;
            }            
        }
        @media all and (max-width: 700px) {
            .media_partner .asonsec-list img {
                width: 100px;
            }
            .land-main {
                width: 100%;
            }
            .issuer-propertys img{
                height: auto;
            }
            .regionlist li a{
                width: 200px;
            }
        }
        @media all and (max-width: 480px) {
            .landingslide-owl .landowlcaption {
                padding: 70px 20px;
            }
            .landingslide-owl .caption-inner h3{
                font-size: 30px;
            }
        }
        @media all and (max-width: 480px) {
            .regionlist {
                display: block;
            }
            .regionlist li a{
                width: 100%;
            }
            .whyinvest-section .whyinvest-head {
                text-align: center;
                margin-bottom: 10px !important;
            }
            .main-section .mainsec-left {
                padding-top: 30px !important;
            }
        }
    /* Landing page full view :end */