a, body, form, h1, h2, h3, h4, h5, h6, li, p, ul {
    font-family: var(--font-theme-2);
    font-weight: var(--font-medium);
}
.nshp_widget_mid p {
    font-weight: 400;
}
.custom_theme .nshp_wrap1260 {
    padding: 0px !important;
}
html, body, pre, code, kbd, samp, input, button, select, option, textarea {
    font-family: var(--font-theme-2);
    font-weight: var(--font-medium);
    font-style: normal;
    font-size: 17px;
    color: var(--color-theme-1);
}
html, body {
    background-color: var(--color-white);
}
p {
    line-height: 150%;
    margin: 0px 0 30px 0;
}
p a {
    color: var(--color-theme-1);
    text-decoration: underline;
}
p a:hover {
    color: var(--color-theme-1);
}
strong {
    font-weight: var(--font-semibold);
}
a {
    text-decoration: none;
    outline: none;
    cursor: pointer;
    color: var(--color-theme-1);
    transition: var(--transition-all);
}
button, a, input[type="button"], .btn {
    outline: none;
    cursor: pointer;
    transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
}
h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-theme-1);
    font-size: 100%;
    line-height: 120%;
    font-weight: var(--font-medium);
}
/*-- Preloader --*/
.header-wrapper {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    transform: translate3d(0, 0, 0);
    z-index: 100;
    transition: 0.2s ease-in;
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
}
.container.header-container {
    height: 70px;
    transition: var(--transition-all);
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    z-index: 2;
}
.is-scroll.header-wrapper {
    background-color: var(--color-theme-1);
    box-shadow: 0px 1px 6px rgb(0 0 0 / 10%);
}
.is-scroll.is-up.header-wrapper {
    transform: translate3d(0, -100%, 0);
}
.is-scroll.is-up.header-wrapper {
    transform: translate3d(0, -100%, 0);
}
.header-left {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    column-gap: 10px;
    position: relative;
    top: 2px;
    user-select: none;
}
.logo-header {
    width: 120px;
    display: block;
}
.logo-header img {
    height: auto;
    width: 100%;
    vertical-align: middle;
}
.logo-header svg {
    height: auto;
    width: 100%;
    vertical-align: middle;
}
.logo-header svg .st0 {
    fill: var(--color-black);
}
.logo-header svg .st1 {
    fill: var(--color-ndtv-red);
}
.header-right .social-nav ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    column-gap: 10px;
    align-items: center;
    font-weight: var(--font-medium);
    color: var(--color-theme-1);
}
.header-right .social-nav ul li a {
    width: 30px;
    height: 30px;
    display: block;
    overflow: hidden;
    border-radius: 5px;
    transition: 0.2s all ease-in;
}
.social-nav ul li a svg * {
    transition: 0.2s all ease-in;
}
.social-nav ul li a svg path {
    fill: var(--color-theme-1);
}
.social-nav ul li.is-x a svg polygon {
    fill: var(--color-black);
}
.social-nav ul li a:hover {
    background-color: var(--color-white);
}
.social-nav ul li.is-facebook a:hover svg path {
    fill: #1877f2;
}
.social-nav ul li.is-x a:hover svg path {
    fill: #1da1f2;
}
.social-nav ul li.is-x a:hover svg polygon {
    fill: #1da1f2;
}
.social-nav ul li.is-linkedin a:hover svg path {
    fill: #0a66c2;
}
.social-nav ul li.is-whatsapp a:hover svg path {
    fill: #25d366;
}
.main-wrapper {
    padding-top: 0px;
}
.banner-wrapper {
    position: relative;
    background-color: #000;
    background-image: url("../images/banner-1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    padding-top: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.banner-wrapper .banner-caption-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5% 0% 12% 0%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 40%, rgba(0, 0, 0, 0) 90%);
}
.banner-wrapper .banner-caption-wrapper::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 1;
    backdrop-filter: blur(2px);
    mask: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000 50%);
}
.banner-headline {
    font-size: 360%;
    font-weight: 700;
    line-height: 100%;
    margin: 0 0 20px 0;
    color: #000;
    position: relative;
    user-select: none;
}

.banner-headline span {
    background-color: #fff;
    padding: 20px 20px;
    display: inline-block;
    position: relative;
    border-radius: 20px;
}

.banner-headline span::before {
    content: '';
    position: absolute;
    width: 30px;
    height: 70%;
    background-color: #fff;
    top: 50%;
    right: -25px;
    transform: translateY(-50%);
    border-radius: 0px 10px 10px 0px;
    z-index: 2;
}
.banner-headline span::after {
    content: '';
    position: absolute;
    width: 100px;
    height: 2px;
    background-color: #fff;
    top: 50%;
    right: -80px;
    transform: translateY(-50%);
    border-radius: 0px 10px 10px 0px;
    z-index: 1;
}

.banner-wrapper h2 {
    font-size: 250%;
    color: #fff;
    font-weight: 600;
    margin: 0 0 5px 0;
    line-height: 120%;
}
.banner-description {
    font-weight: 500;
    margin: 0 0 0px 0;
}
.banner-description p strong {}
.banner-description p {
    font-weight: 500;
}
.banner-description p:last-child {
    margin: 0;
    padding: 0;
}
.btn {
    padding: 13px 30px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: #000;
    border-radius: 50px;
    font-weight: 600;
    display: inline-block;
}
.section-wrapper{
    padding: 60px 0px 70px 0;
}
.section-wrapper.is-light{
    background-color: #fff;
}

.section-wrapper.is-dark{
    background-color: #f6f6f6;
}
.section-headline{
    font-size: 200%;
    line-height: 120%;
    font-weight: 600;
    margin: 0 0 15px 0;
    letter-spacing: -1px;
}
.sub-headline{
    font-size: 120%;
    line-height: 120%;
    font-weight: 600;
    margin: 0 0 15px 0;
    letter-spacing: -1px;
}
.section-wrapper p{
    line-height: 150%;
}
.section-wrapper ul{
    margin-bottom: 40px;
    padding-right: 10%;
}
.is-content ul:last-child{
    margin-bottom: 0px;
}
.section-wrapper ul li{
    margin: 0 0 15px 0;
    line-height: 140%;
}
.section-wrapper ul li:last-child{
     margin-bottom: 0px;
}
.section-wrapper-1 .section-img{
    width: 80%;
    margin: 0 0 30px 0;
}
.section-wrapper-3 .section-img{
    width: 60%;
    margin: 0 0 30px 0;
}
.section-img img{
    width: 100%;
}
.section-wrapper blockquote{
    width: 80%;
    margin: 0 ;
    padding: 20px 0px 0 0;
}
.section-wrapper blockquote .blockquote-text{
    font-style: italic;
    font-size: 150%;
    line-height: 140%;
    font-weight: 500;
    padding-bottom: 20px;
}
.section-wrapper blockquote .blockquote-author{
    color: #4E4E4E;
    font-size: 90%
}
.is-content.is-top{
    padding-top: 40px;
}

.is-content p:last-child{
    margin: 0;
    padding: 0;
}


ul.read-more li a{
    text-decoration: underline;
}
ul.read-more li a:hover{
    color: #79230F;
}