  :root {
            --bg-grn: #00AE27;
            --txt-grn: #00AE27;
            --txt-dark: #222222;
        }

        body {
            margin: 0;
            background: #FFFFFF;
            font-family: "Roboto", sans-serif;
            font-size: 16px;
            font-weight: 400;
            line-height: 22px;
            color: #000;
            text-align: left;
            overflow-x: hidden;
            overflow-y: scroll
        }

        body * {
            font-family: "Roboto", sans-serif;
        }
.nshp_nglobalnav_wrap{
    display: none;
}
.custom_theme .nshp_header{
    margin-top: 0;
}
        .custom_theme .nshp_wrap1260 {
            padding-top: 0;
        }

        .custom_theme .nshp_min_nav .mainnav_1260 {
            width: 100%;
            max-width: 1260px;
            margin: 0 auto;
            display: flex;
            justify-content: space-between;
        }

     

        .brgMnLg {
            display: flex;
            align-items: center;
        }

        .custom_theme .nshp_mobtopnav_link {
            background: transparent;
            order: 1;
             display: block !important;
            margin-right: 20px
        }
.nshp_min_nav .ndtvlogo{
    display: block;
    order: 2;
    max-width: 200px;
    margin-right: auto !important;
}
.topnav_rhs{
    order: 4;
}
        #bug_menu {
            width: 26px;
            height: 28px;
            position: relative;
            margin: 0 0 0 0;
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
            -webkit-transition: .5s ease-in-out;
            -moz-transition: .5s ease-in-out;
            -o-transition: .5s ease-in-out;
            transition: .5s ease-in-out;
            cursor: pointer;
        }

        #bug_menu span {
            display: block;
            position: absolute;
            height: 2px;
            width: 50%;
            background: #000;
            opacity: 1;
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
            -webkit-transition: .25s ease-in-out;
            -moz-transition: .25s ease-in-out;
            -o-transition: .25s ease-in-out;
            transition: .25s ease-in-out;
        }

        .custom_theme #bug_menu span:nth-child(even) {
            left: 50%;
            border-radius: 0 9px 9px 0;
        }

        .custom_theme #bug_menu span:nth-child(odd) {
            left: 0px;
            border-radius: 9px 0 0 9px;
        }

        .custom_theme #bug_menu span:nth-child(1),
        #bug_menu span:nth-child(2) {
            top: 5px;
        }

        .custom_theme #bug_menu span:nth-child(3),
        #bug_menu span:nth-child(4) {
            top: 13px;
        }

        .custom_theme #bug_menu span:nth-child(5),
        #bug_menu span:nth-child(6) {
            top: 21px;
        }

        .custom_theme #bug_menu.open span:nth-child(1),
        #bug_menu.open span:nth-child(6) {
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        .custom_theme #bug_menu.open span:nth-child(2),
        #bug_menu.open span:nth-child(5) {
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

        .custom_theme #bug_menu.open span:nth-child(1) {
            left: 0px;
            top: 8px;
        }

        .custom_theme #bug_menu.open span:nth-child(2) {
            left: calc(50% - 4px);
            top: 8px;
        }

        .custom_theme #bug_menu.open span:nth-child(3) {
            left: -50%;
            opacity: 0;
        }

        .custom_theme #bug_menu.open span:nth-child(4) {
            left: 100%;
            opacity: 0;
        }

        .custom_theme #bug_menu.open span:nth-child(5) {
            left: 0px;
            top: 17px;
        }

        .custom_theme #bug_menu.open span:nth-child(6) {
            left: calc(50% - 4px);
            top: 17px;
        }

        .mobileNavOuter {
            position: fixed;
            width: 400px;
            width: 300px;
  left: 20px !important;
  top: 20px;
  padding: 10px 0;
  height: auto !important;
  transform-origin: left top;
  scale: 0;
  transition: all 300ms ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  border: solid 1px #099229;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    background: var(--bg-grn);
    padding-bottom: 20px;
        }
        .mobileNavOuter.visible {
	transform: translate(0);
	opacity: 1;
	visibility: visible;
	scale: 1;
    
}
#bug_menu.open {
	opacity: 0;
}
        .custom_theme .nshp_min_nav ul {
            border-left: 0px;
            border-right: 0px;
            width: 260px;
            margin: 0;
            position: relative;
            top: 10px;
            z-index: 9999 !important;
            display: block;
            overflow-x: hidden;
        }

        .mobileNavOuter ul {
            position: relative;
            left: 0;
            top: 0;
        }

        .custom_theme .nshp_min_nav {
            background: transparent;
            min-height: auto;
            position: absolute;
            top: 150px !important;
            left: 0px
        }
        .home .custom_theme .nshp_min_nav{
    top: 20px !important;
        }

        .custom_theme .nshp_mobtopnav_link.ndtv_nav_sticky {
            position: relative;
        }

        .custom_theme .nshp_min_nav ul li,
        .custom_theme .nshp_min_nav li a {
            display: block;
            float: none;
            width: 100%;
            padding: 0;
        }

        .custom_theme .nshp_min_nav li a:hover,
        .custom_theme .nshp_min_nav li a.active,
        .custom_theme .nshp_min_nav li a {
            border: 0;
        }

        .custom_theme .nshp_min_nav ul li {
            border-bottom: 1px solid #1abf3f;
        }

        .custom_theme .nshp_min_nav ul li:last-child {
            border-bottom: 0;
        }

        .custom_theme .nshp_min_nav li a {
            color: #fff;
        }

        .custom_theme .nshp_min_nav li a {
            padding: 10px;
        }

.custom_theme .shrBtn {
    display: inline-block;
    position: relative;
    z-index: 1;
    background-color: transparent;
    background-image: none;
    border: 1px solid #000;
    background-size: 10px;
    width: 26px;
    height: 26px;
}

.custom_theme .ntv_vid_slink .sclBtn {
    background-size: auto;
    background-image: none;
    border-radius: 0;
    width: 20px;
    height: 20px;
    margin: 0 6px;
    position: relative;
    overflow: hidden;
}

.custom_theme .topnav_rhs a.actvbtn,
.custom_theme .topnav_rhs div.actvbtn {
    background-color: transparent;

}


.custom_theme .ntv_vid_slink {
    position: absolute;
    right: -3px;
    background: white;
    transform: scaleX(0);
    opacity: 0;
    top: -2px;
}

.ntv_vid_slink .sclBtn::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    background-color: #ffffff;
}

.ntv_vid_slink .sclBtn.ntv_fb::before {
    mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path d="M80 299.3V512H196V299.3h86.5l18-97.8H196V166.9c0-51.7 20.3-71.5 72.7-71.5c16.3 0 29.4 .4 37 1.2V7.9C291.4 4 256.4 0 236.2 0C129.3 0 80 50.5 80 159.4v42.1H14v97.8H80z"/></svg>') center center no-repeat;
    mask-size: 52%;
}

.ntv_vid_slink .sclBtn.ntv_tw::before {
    mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z"/></svg>') center center no-repeat;
    mask-size: 78%;
}

.ntv_vid_slink .sclBtn.ntv_insta::before {
    mask: url('data:image/svg+xml,%3Csvg%20fill%3D%22%23fff%22%20width%3D%2280%22%20height%3D%2280%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20data-name%3D%22Layer%201%22%3E%3Cpath%20d%3D%22M17.34%205.46a1.2%201.2%200%201%200%201.2%201.2%201.2%201.2%200%200%200-1.2-1.2m4.6%202.42a7.6%207.6%200%200%200-.46-2.43%204.9%204.9%200%200%200-1.16-1.77%204.7%204.7%200%200%200-1.77-1.15%207.3%207.3%200%200%200-2.43-.47C15.06%202%2014.72%202%2012%202s-3.06%200-4.12.06a7.3%207.3%200%200%200-2.43.47%204.8%204.8%200%200%200-1.77%201.15%204.7%204.7%200%200%200-1.15%201.77%207.3%207.3%200%200%200-.47%202.43C2%208.94%202%209.28%202%2012s0%203.06.06%204.12a7.3%207.3%200%200%200%20.47%202.43%204.7%204.7%200%200%200%201.15%201.77%204.8%204.8%200%200%200%201.77%201.15%207.3%207.3%200%200%200%202.43.47C8.94%2022%209.28%2022%2012%2022s3.06%200%204.12-.06a7.3%207.3%200%200%200%202.43-.47%204.7%204.7%200%200%200%201.77-1.15%204.85%204.85%200%200%200%201.16-1.77%207.6%207.6%200%200%200%20.46-2.43c0-1.06.06-1.4.06-4.12s0-3.06-.06-4.12M20.14%2016a5.6%205.6%200%200%201-.34%201.86%203.06%203.06%200%200%201-.75%201.15%203.2%203.2%200%200%201-1.15.75%205.6%205.6%200%200%201-1.86.34c-1%20.05-1.37.06-4%20.06s-3%200-4-.06a5.7%205.7%200%200%201-1.94-.3%203.3%203.3%200%200%201-1.1-.75%203%203%200%200%201-.74-1.15%205.5%205.5%200%200%201-.4-1.9c0-1-.06-1.37-.06-4s0-3%20.06-4a5.5%205.5%200%200%201%20.35-1.9A3%203%200%200%201%205%205a3.1%203.1%200%200%201%201.1-.8A5.7%205.7%200%200%201%208%203.86c1%200%201.37-.06%204-.06s3%200%204%20.06a5.6%205.6%200%200%201%201.86.34%203.06%203.06%200%200%201%201.19.8%203.1%203.1%200%200%201%20.75%201.1%205.6%205.6%200%200%201%20.34%201.9c.05%201%20.06%201.37.06%204s-.01%203-.06%204M12%206.87A5.13%205.13%200%201%200%2017.14%2012%205.12%205.12%200%200%200%2012%206.87m0%208.46A3.33%203.33%200%201%201%2015.33%2012%203.33%203.33%200%200%201%2012%2015.33%22%2F%3E%3C%2Fsvg%3E') center center no-repeat;
    mask-size: 100%;
}

.ntv_vid_slink .sclBtn.ntv_lnk::before {
    mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M100.3 448H7.4V148.9h92.9zM53.8 108.1C24.1 108.1 0 83.5 0 53.8a53.8 53.8 0 0 1 107.6 0c0 29.7-24.1 54.3-53.8 54.3zM447.9 448h-92.7V302.4c0-34.7-.7-79.2-48.3-79.2-48.3 0-55.7 37.7-55.7 76.7V448h-92.8V148.9h89.1v40.8h1.3c12.4-23.5 42.7-48.3 87.9-48.3 94 0 111.3 61.9 111.3 142.3V448z"/></svg>') center center no-repeat;
    mask-size: 70%;
}

.ntv_vid_slink .sclBtn.ntv_pin::before {
    mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><path d="M204 6.5C101.4 6.5 0 74.9 0 185.6 0 256 39.6 296 63.6 296c9.9 0 15.6-27.6 15.6-35.4 0-9.3-23.7-29.1-23.7-67.8 0-80.4 61.2-137.4 140.4-137.4 68.1 0 118.5 38.7 118.5 109.8 0 53.1-21.3 152.7-90.3 152.7-24.9 0-46.2-18-46.2-43.8 0-37.8 26.4-74.4 26.4-113.4 0-66.2-93.9-54.2-93.9 25.8 0 16.8 2.1 35.4 9.6 50.7-13.8 59.4-42 147.9-42 209.1 0 18.9 2.7 37.5 4.5 56.4 3.4 3.8 1.7 3.4 6.9 1.5 50.4-69 48.6-82.5 71.4-172.8 12.3 23.4 44.1 36 69.3 36 106.2 0 153.9-103.5 153.9-196.8C384 71.3 298.2 6.5 204 6.5z"/></svg>') center center no-repeat;
    mask-size: 66%;
}

.rytBtns .bckBtn:last-child {
    margin-right: 0;
    background-image: none;
    font-size: 12px;
    font-weight: 300;
    padding: 0 11px 0 0;
    font-family: var(--font-inter);
    font-weight: 500;
    display: flex;
    align-items: center;
    color: #000;
    border: 1px solid #000;
    width: 92px;
    height: 30px;
    border-radius: 23px;
    justify-content: end;
    position: relative;
    overflow: hidden;
    transition: all ease-in 0.4s;
}



.rytBtns .bckBtn:last-child::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 12px;
    mask: url(https://cdn.ndtv.com/ui/special/2025/world-summit/images/arw-bck_icn-white-25.svg) center center no-repeat;
    background-size: 75%;
    left: 7px;
    z-index: 99;
    background-color: #000;
}

.rytBtns .bckBtn:last-child:hover {
    color: #fff !important;
    background: var(--bg-grn);
    transition: all ease-in 0.3s;
    border-color: transparent;
}

.rytBtns .bckBtn:last-child:hover::before {
    background-color: #fff;
}

.custom_theme .ntv_vid_slink .sclBtn:hover {
    background-color: transparent;
}

.rytBtns .bckBtn.bckArw::after {
    display: none;
}

.custom_theme .ntv_vid_slink.animated {
    display: flex;
    border-radius: 30px;
    padding: 4px 0;
    padding-right: 2px;
    padding-right: 2px;

    transform: scaleX(1);
    opacity: 1;
    border: 0;
    padding-right: 40px;
    padding-left: 10px;
    background: var(--bg-grn);
    z-index: 1;
}

.custom_theme .shrBtn::after {
    content: "";
    inset: 0;
    position: absolute;
    mask-image: url(https://cdn.ndtv.com/ui/special/2025/world-summit/images/share-icn-white-25.svg);
    mask-size: 10px;
    mask-position: center;
    mask-repeat: no-repeat;
    background: #000;
    transition: all 0.3s ease;
}

.custom_theme .shrBtn:hover {
    background: var(--bg-grn);
    border-color: #00AE27;
}
 

.custom_theme .shrBtn:hover:after {
    background: #fff;
}

.custom_theme .ntv_vid_slink.animated .full_width {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    float: left;
    clear: both;
}

        /*====Hero Section====*/
.ndtv-spl .ndtv-wSummit-livePlrSec {
  height: 100vh;
  padding: 80px 0;
  display: flex;
  align-items: center;
  background-image: url(../images/live-bg.png) !important;
  background-size: cover;

}

.custom_theme .vid_socwid_wrap {
  display: none;
}

.custom_theme .ndtv-wSummit-livePlrSec .videobox {
  border-radius: 6px;
  position: relative;
  max-width: 1330px;
  margin: 0 auto;
  float: none;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.ndtv-spl .ndtv-wSummit-livePlrSec .nshp_widget_top {
  display: none;
}

.nshp_wrap1260 .nshp_widget_mid .videobox div {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  max-width: 795px;
  padding-bottom: 0 !important;
  aspect-ratio: 16/9;
  border-radius: 10px;
  flex: 1;
}

.nshp_wrap1260 .nshp_widget_mid .videobox div iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

.custom_theme .ndtv-wSummit-livePlrSec .videobox::before {
  content: "";
  position: relative;
  top: 0px;
  left: 0px;
  width: 248px;
  max-width: 50%;
  height: 179px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(../images/ilu.png);
  transform: translateY(0%);
  opacity: 1;
  transition: 0.5s ease-out 0.3s;
}
        .custom_theme .nshp_bdmcrum {
           display: none;
        }

        .custom_theme .also_read_hide a {
            color: var(--txt-grn);
        }

        .custom_theme .nshp_news_lhs .news_storybody {
            max-width: 100%;
        }

        .custom_theme .nshp_abtexpt_box p {
            line-height: 26px;
        }

        .custom_theme .new_top10list li::before {
            background: var(--bg-grn);
            color: #fff;
        }

        .custom_theme .nshp_wrap1260 .nshp_news_bxthumb {
            float: right;
            width: 500px !important;
            position: relative;
            overflow: hidden;
            aspect-ratio: 16/9;
        }

        .custom_theme .nshp_wrap1260 .nshp_news_bxthumb img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

       .closeBtn {
	position: absolute;
	top: 10px;
	right: 15px;
	cursor: pointer;
	border-radius: 50%;
	z-index: 999999999;
	width: 24px;
	height: 24px;
}
.closeBtn::before, .closeBtn::after {
	content: "";
	position: absolute;
	width: 2px;
	height: 18px;
	background: #C8FF00;
	inset: 0;
	margin: auto;
	transform: rotate(-45deg);
	border-radius: 0;
}
.closeBtn::after {
	transform: rotate(45deg);
}

        *,
        ::after,
        ::before {
            margin: 0;
            padding: 0;
            outline: 0;
            border: 0;
            box-sizing: border-box
        }

        .bgOverlay.showOverlay {
            position: fixed;
            background: #000;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            z-index: 8;
            opacity: .6;
        }

        .custom_theme .nshp_wrap1260 .nshp_rhs .nshp_top_headline h2 {
            line-height: 1.2;
            font-size: 26px;
        }

        .custom_theme .nshp_rhs .nshp_top_headline::after {
            display: none;
        }

        .custom_theme .nshp_rhs .nshp_top_headline {
            text-align: left;
        }

        .custom_theme .nshp_bdmcrum ul li a.bmmactive {
            color: #615d5d;
        }

        .home .nshp_masthead_bnr.desktopMasthead {
            display: none;
        }

        @media(max-width:767px) {
            .custom_theme .nshp_min_nav {
                left: 0px;
                top: 50px !important;
            }

            .custom_theme .nshp_mobtopnav_link {
                box-shadow: none;
                padding: 0;
            }
.custom_theme .nshp_min_nav .mainnav_1260{
    padding-inline: 15px;
}
            .mblLg {
                display: none;
            }

            .custom_theme .nshp_min_nav {
                top: 100px
            }

            .custom_theme .nshp_min_nav ul {
                position: relative;
                width: 100%;
                top: 0;
            }

            .custom_theme .nshp_min_nav li a {
                background: transparent;
            }

            .thankYou iframe {
                height: 200px
            }
        }


        .ismAbut {
            background: url(https://c.ndtvimg.com/2024-08/6pgflddo_about-camp-bg_625x300_09_August_24.jpg);
            background-repeat: no-repeat;
            background-size: cover;
            padding-bottom: 100px;
            background-position: center;
            padding-top: 0;
            position: relative;
        }

        .full_width {
            width: 100vw;
            margin-left: calc(-50vw + 50%);
            float: left;
            clear: both;
        }

        .Ismbtn {
            padding-top: 15px;
        }

        .Ism_btnPromo {
            font-size: 16px;
            background: var(--bg-grn);
            display: inline-block;
            padding: 15px 20px;
            border-radius: 6px;
            border: none;
            color: #fff;
            cursor: pointer;
        }

        .custom_theme .tp_vdbox::before {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background: #000;
            z-index: 1;
            opacity: 0.5;
            background: linear-gradient(180deg, rgb(239, 229, 58) 0%, rgba(4, 4, 4, 0.46) 50%);
        }

        .line_connect {
            width: 1px;
            height: 100px;
            background: #D1D1D1;
            margin: 0 auto;
            display: block;
            margin-top: 30px;
        }

        .IsmHeading,
        .custom_theme .nshp_top_headline h2,
        .custom_theme .nshp_top_headline h1,.pageTitle{
            text-align: center;
            font-size: 45px;
            color: #222;
            font-weight: 600;
            line-height: 1.3;
        }

        .custom_theme .nshp_top_headline {
            text-align: center;
            margin-top: 50px;
        }

        .Ism_about_Wrap {
            display: flex;
            justify-content: space-between;
            margin-top: 70px;
        }

        .Ism_about_Lft {
            width: 579px;
            flex-shrink: 0;
            padding-left: 20px;
        }

        .Ism_heading-wrp {
            margin: 20px 0 40px;
        }

        .Ism_about_title {
            color: var(--txt-grn);
            font-size: 60px;
            line-height: 1.1;
            margin-bottom: 20px;
        }

        .Ism_about_desc {
            font-size: 18px;
            line-height: 24px;
            margin-bottom: 20px;
            padding: 0 !important
        }

        .Ism_about_desc span {
            color: var(--txt-grn);
            font-weight: 700;
        }

        .Ism_about_ryt {
            width: 50%;
        }

        .Ism_abut_icoBoxCont {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
        }

        .Ism_abut_icoBox {
            width: 257px;
            height: 257px;
            background: var(--bg-grn);
            border-radius: 50%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }

        .Ism_abut_icoBox:first-child {
            margin-right: 10px;
        }

        .Ism_abut_icoBox:last-child {
            margin-top: -25px;
        }

        .icon_ttl {
            color: #C9FFD5;
            text-align: center;
            font-size: 22px;
            margin-top: 15px;
        }

        .custom_theme .nshp_widget_boxwrap {
            margin-bottom: 0;
        }

        .spnsrd {
            margin-top: 20px;
        }

        .IsmLogo img,
        .IsmCopwrd img {
            width: auto;
            filter: drop-shadow(0 2px 2px rgba(255, 255, 255, 0.7));
        }

        .IsmCopwrd {
            display: flex;
            flex-direction: column;
        }

        @media(width <=768px) {
            .custom_theme .nshp_wrap1260{
                padding-inline: 15px;
            }
            .IsmCopwrd {
                justify-content: center;
                align-items: center;
            }

            .IsmLogo img,
            .IsmCopwrd img {
                max-width: 200px;
            }

            .IsmHeading {
                font-size: 24px;
            }

            .Ism_about_title {
                font-size: 24px;
                text-align: center;
            }

            .Ism_heading-wrp {
                margin: 20px 0 0px;
            }

            .Ism_about_Wrap {
                flex-direction: column;
                margin-top: 10px;
            }

            .Ism_about_Lft {
                width: 100%;
                padding-left: 0;
            }

            .Ism_about_ryt {
                width: 100%;
            }

            .Ism_abut_icoBox {
                width: 160px;
                height: 160px;
            }

            .icon-box img {
                max-width: 60px;
            }

            .icon_ttl {
                font-size: 16px;
            }

            .Ism_abut_icoBox:last-child {
                margin-top: -15px;
            }
        }

        /*
    Campaign 360 */
        .Ism_Sec_campgn {
            background: #F8F8F8;
            position: relative;
            padding: 20px 0 50px;
        }

        .Ism_Sec_campgn .Ism_heading-wrp {
            padding-top: 40px;
        }

        .Ism_campgn_wrap {
            width: 100%;
            float: left;
            clear: both;
        }

        .Ism_campgn_inner {
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .Ism_campgn_desc {
            width: 24%;
            font-size: 19px;
            line-height: 1.5;
            padding-top: 12px;
        }

        .Ism_campgn_img {
            position: relative;
            right: -70px;
        }

        .Ism_campgn_iconList {
            text-align: center;
            margin: 50px 0 0 0;
        }

        .Ism_campgn_iconItem {
            display: inline-block;
        }

        .Ism_campgn_iconItem .iconHead {
            font-size: 18px;
            font-weight: 400;
            color: var(--txt-grn);
            margin: 20px 0 0 0;
            line-height: 1;
        }

        .Ism_campgn_iconItem:nth-child(2) {
            margin: 0 60px;
        }

        .Ism_campgn_iconItem img {
            width: auto;
        }
.ndtv-wSub-schedule-content .ndtv-wSub-scheduleList .ndtv-wSub-schedule-item{
    background-color: #fff;
}
.ndtv-wSub-schedule-content .ndtv-wSub-schedule-item h3{
      background: var(--bg-grn);
}
.custom_theme .secSchdl{
    padding-top: 0;
}
        @media(width <=768px) {
            .Ism_campgn_inner {
                display: table;
            }

            .Ism_campgn_img {
                position: absolute;
                margin-left: -110px;
                display: table-cell;
                width: 100%;
                z-index: 0;
                right: auto;
            }

            .Ism_campgn_desc {
                width: 69%;
                font-size: 15px;
                line-height: 1.5;
                padding-top:
                    12px;
                display: table-cell;
                padding-top: 50px;
                position: relative;
                padding-right: 15px;
                padding-left: 10px;
            }

            .Ism_campgn_iconItem {
                width: 30%
            }

            .Ism_campgn_iconItem .iconbox img {
                max-height: 46px;
            }

            .Ism_campgn_iconItem:nth-child(2) {
                margin: 0 10px;
            }

            .Ism_campgn_icnbox {
                margin-top: 90px;
            }
        }

        .Ism_fan_rotate {
            position: absolute;
            left: 0;
        }

        .Ism_fanWings {
            position: absolute;
            top: -200px;
            left: 151px;
            width: 100%;
        }

        .Ism_fanPoll {
            /*! width: 230px; */
            position: relative;
        }

        .block {
            position: relative;
            display: flex;
            align-items:
                center;
            justify-content: center;
            width: 520px;
            height: 520px;
            border-radius: 50%;
            margin: 0 auto;
        }

        .box {
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            width: 100%;
        }

        .box .number span {
            color: #fff;
        }

        .box .number span {
            font-size: 45px;
            font-weight: 700;
            margin:
                10px 0;
            margin-right: 10px;
            display: inline-block;
        }

        .box .number .num {
            margin-right: 10px;
        }

        .box .number .sub {
            font-size: 20px;
        }

        .box .title {
            font-size: 25px;
            color: #C9FFD5;
            margin: 0;
            padding: 0;
        }

        p.number {
            margin: 0;
            padding-bottom: 0;
        }

        .dots {
            display: block;
            position: absolute;
            z-index: 2;
            width: 100%;
            height: 100%;
            border-radius:
                50%;
            transition: 2s transform, 2s opacity ease;
        }

        .dots::after {
            position: absolute;
            content: '';
            width: 20px;
            height: 20px;
            top: 150px;
            left: 92%;
            border-radius: 50%;
            background-color: #00ae27;
            transform: translateX(-50%);
        }

        .svg {
            position: absolute;
            width: 100%;
            height: 100%;
            fill: none;
            transform: rotate(-90deg);
        }

        .circle {
            stroke:
                url(#gradientStyle);
            stroke-width: 10px;
            stroke-dasharray: 1130.97px;
            stroke-dashoffset: 1130.97px;
            animation-duration: 2s;
            animation-timing-function: linear;
            animation-fill-mode: forwards;
            transition: 2s stroke-dashoffset;
            stroke-linecap: round;
        }

        .Ism_windMill {
            margin-top: 10px;
            position: absolute;
            left: 70px;
            transform: scale(0.8);
        }

        .Ism_co2Sec {
            position: relative;
            padding-bottom: 40px;
            padding-top: 80px;
        }

        .Ism_co2Sec .leaves {
            right: 0;
            left: auto;
        }

        .leaves {
            display: none;
        }

        .in-view .leaves {
            display: block;
        }

        .custom_theme .nshp_top_headline h2,
        .custom_theme .nshp_top_headline h1 {
            text-align: center;
            display: inline-block;
            float: none !important;
            text-transform: capitalize;
            font-family: Roboto, sans-serif;
        }

        .custom_theme .nshp_wrap1260 .nshp_video_box,
        .custom_theme .nshp_wrap1260 .nshp_photo_box {
            max-width: none;
            width: 31.5%;
            margin: 0;
        }
[class^="nshp_video_slidebox"] {
	display: flex;
	flex-wrap: nowrap;
    gap: 24px;
}
        .custom_theme .nshp_vid_bxthumb::after {
            content: "";
            width: 25px;
            height: 25px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content:
                center;
            background:
                url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MSIgaGVpZ2h0PSI0MSIgdmlld0JveD0iMCAwIDQxIDQxIj4KICA8cGF0aCBpZD0iSWNvbl9pb24tcGxheS1jaXJjbGUiIGRhdGEtbmFtZT0iSWNvbiBpb24tcGxheS1jaXJjbGUiIGQ9Ik0yMy44NzUsMy4zNzVhMjAuNSwyMC41LDAsMSwwLDIwLjUsMjAuNUEyMC41MjMsMjAuNTIzLDAsMCwwLDIzLjg3NSwzLjM3NVptNy4zNjksMjEuNDE3LTExLjI4LDYuODE0YTEuMDYyLDEuMDYyLDAsMCwxLTEuNjA4LS45MThWMTcuMDYyYTEuMDYyLDEuMDYyLDAsMCwxLDEuNjA4LS45MThsMTEuMjgsNi44MTRhMS4wNzMsMS4wNzMsMCwwLDEsMCwxLjgzM1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zLjM3NSAtMy4zNzUpIiBmaWxsPSIjZmZmIi8+Cjwvc3ZnPgo=') 57% center no-repeat;
            background-size: auto;
            background-size: 100% 100%;
            position: absolute;
            right: 10px;
            bottom: 10px;
            z-index: 99;
            pointer-events: none;
        }

        .custom_theme .nshp_vid_bxthumb span {
            display: none;
        }

        .custom_theme .nshp_vid_bxthumb::before {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            background: #000;
            opacity: 0.40;
            pointer-events: none;
            top: 0;
            left: 0;
            z-index: 1;
        }

        .custom_theme .nshp_vid_bxthumb .nshp_vid_playbx {
            background-color: transparent;
            font-size: 15px;
            padding-left: 15px;
            z-index: 1;

        }

        .custom_theme .top_video_wrap,
        .custom_theme .tp_vdbox {
            margin-bottom: 0;
        }

        .custom_theme .nshp_vid_bxinfo a {
            font-size: 18px;
            line-height: 1.4;
        }

        /*----Article Section-------*/

        .custom_theme .nshp_news_bxwrap ul li {
            counter-increment: storiescount;
            position: relative;
            padding: 45px 0;
            padding-left: 50px;
            border-color: #D1D1D1;

        }

        .custom_theme .nshp_news_bxwrap ul li::before {
            content: "0" counter(storiescount);
            position: absolute;
            left: 0;
            font-size: 40px;
            font-family: Roboto, sans-serif;
            font-weight: 100;
            color: #222;
            top: 44px;
            line-height: 1;
        }

        .custom_theme .nshp_news_bxwrap ul li:first-child:before {
            top: 8px
        }

        .custom_theme .nshp_wrap1260 .nshp_news_bxthumb {
            float: right;
            width: 500px;
        }

        .custom_theme .nshp_news_sbh_inactive {
            display: none;
        }

        .custom_theme .nshp_news_infor::after {
            content: '';
            position: absolute;
            bottom: -30px;
            width: 31px;
            height: 31px;
            background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMSIgaGVpZ2h0PSIzMSIgdmlld0JveD0iMCAwIDMxIDMxIj4KICA8ZyBpZD0iR3JvdXBfNzkiIGRhdGEtbmFtZT0iR3JvdXAgNzkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC03MDUgLTE5ODMpIj4KICAgIDxnIGlkPSJFbGxpcHNlXzMyIiBkYXRhLW5hbWU9IkVsbGlwc2UgMzIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDcwNSAxOTgzKSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMjIyIiBzdHJva2Utd2lkdGg9IjEiPgogICAgICA8Y2lyY2xlIGN4PSIxNS41IiBjeT0iMTUuNSIgcj0iMTUuNSIgc3Ryb2tlPSJub25lIi8+CiAgICAgIDxjaXJjbGUgY3g9IjE1LjUiIGN5PSIxNS41IiByPSIxNSIgZmlsbD0ibm9uZSIvPgogICAgPC9nPgogICAgPHBhdGggaWQ9Ikljb25fYWthci1hcnJvdy1yaWdodCIgZGF0YS1uYW1lPSJJY29uIGFrYXItYXJyb3ctcmlnaHQiIGQ9Ik0uNzE5LDEyLjg3OGgxNU0xMC4zMzgsNy41bDUuMzc4LDUuMzc4LTUuMzc4LDUuMzc4IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg3MTEuNzgxIDE5ODUuNjIzKSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMjIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMS41Ii8+CiAgPC9nPgo8L3N2Zz4K);
            border-radius: 50%;
            background-repeat: no-repeat;
            background-position: center;
        }

        .custom_theme .nshp_news_headline,
        .custom_theme .nshp_news_headline a {
            font-size: 28px !important;
            line-height: 1.4 !important;
            font-family: "Roboto", sans-serif;
            font-weight: 600 !important;
        }

        .custom_theme .nshp_news_infor {
            padding-right: 50px;
            position: relative;
        }

        .custom_theme .nshp_news_headline,
        .custom_theme .nshp_news_headline a,
        .custom_theme .nshp_opinion_discp h1,
        .custom_theme .nshp_opinion_discp h1 a,
        .custom_theme .nshp_opinion_discp p a,
        .custom_theme .nshp_news_infor p {
            color: var(--txt-dark);
        }

        .custom_theme .nshp_top_headline::after, .custom_theme .pageTitle::after {
            content: '';
            height: 60px;
            width: 1px;
            background: #D1D1D1;
            display: block;
            text-align: center;
            margin-inline: auto;
            margin-top: 30px;
            margin-bottom: 20px;
        }

        .custom_theme .nshp_wrap1260 .nshp_photo_box {
            max-width: none;
            width: 23.8%;
        }

        .custom_theme .nshp_wrap1260 .nshp_photo_box:last-child {
            margin-right: 0;
        }

        .custom_theme .nshp_photo_bxthumb .nshp_photo_playbx {
            display: none;
        }

        /*---Overview----*/
        .ndtv-wSummit-videolist .nshp_top_headline span.fr {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	left: 0;
	float: none !important;
}
.ndtv-wSummit-videolist {
	position: relative;
    padding-bottom: 50px;
}
.ndtv-wSummit-videolist .nshp_top_headline {
	position: static;
}
.custom_theme .rmore_btn {
	text-align: center;
	color: #00AE27 !important;
	font-size: 17px;
	font-weight: 500;
	left: 0;
	display: flex !important;
	float: none;
	align-items: center;
	justify-content: center;
	text-transform: capitalize;
	gap: 10px;
    padding: 0;
}
.rmore_btn span {
	display: inline-block;
	margin-left: 5px;
	background: url(../images/readmore.png);
	width: 24px;
	height: 24px;
	background-size: contain;
	background-repeat: no-repeat;
    margin-top: -2px;
}
        .IsmCmpgnOverview {
            padding: 50px 0;
            position: relative;
        }

        .IsmCmpgnOverview .Ism_windMill {
            top: 110px;
            left: 50px;
        }

        .IsmCmpgnOverview .IsmHeading:after {
            content: '';
            display: block;
            width: 1px;
            height: 60px;
            background: #D1D1D1;
            margin: 0 auto;
        }

        .Ism_cmp_ovrwList {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 0 20px;
        }

        .Ism_cmp_ovrwItem {
            width: 250px;
            height: 250px;
            border-radius: 50%;
            background: #F0F0F0;
            display: flex;
            align-items: center;
            flex-direction: column;
            justify-content: center;
            transition: all 0.3s;
        }

        .Ism_cmp_ovrwItem:hover {
            background-color: var(--bg-grn);
        }

        .Ism_cmp_ovrwItem:hover .Ism_cmp_itmHdng {
            color: #fff;
        }

        .Ism_cmp_ovrwItem * {
            flex-shrink: 0;
        }

        .Ism_cmp_itmHdng {
            font-size: 18px;
            padding: 0 50px;
            text-align: center;
            margin: 15px 0 0 0;
        }

        .Ism_cmp_ovrwItem svg {
            fill: #222222;
        }

        .Ism_cmp_ovrwItem:hover svg {
            fill: #fff;
        }



        .prmtFaceItm {
            float: left;
            margin-right: 15px;
            width: 235px !important;
        }

        .bx-controls .bx-next,
        .bx-controls .bx-prev {
            top: 50px;
            border-radius: 50%;
            border: 1px solid #606060;
        }

        .bx-controls .bx-next {
            right: -50px
        }

        ADD .bx-controls .bx-prev {
            left: -50px
        }

        .prmtFaceItm:last-child {
            margin-right: 0;
        }


        .prmtfcNme {
            font-size: 18px;
            font-weight: 500;
            margin-top: 15px;
        }

        .prmtFaceItm .prmtfcdsgn {
            font-size: 16px;
            margin: 0;
            padding: 0;

        }


/* Sponsor panel*/
.spnsr_divder {
    position: relative;
    top: 6px;
}

.spnsr_divder .golf-ball {
    left: 50%;
    margin-left: -45px;
    margin-top: 20px;
}

.secSponsors {
    background-color: #fff;
    padding-bottom: 80px;
    position: relative;
}

.secSponsors:before {
    background: url(../images/sponsor_bgshape.svg);
    width: 100%;
    height: auto;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
}

.secSponsors .pageTitle {
    font-size: 50px;
    color: #000;
    line-height: 1;
    text-align: center;
}

.ndtv-wSummit-sponsors>.nshp_wrap1260 {
    padding-inline: 0;
}

.ndtv-wSummit-sponsors .ndtv-wSummit-headPanel {
    margin-bottom: 50px;
    margin-top: 0;
}



.secSponsors .pageTitle {
    color: #000;
}

.ndtv-wSummit-sponsorList {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.ndtv-wSummit-sponsorItem {
    text-align: center;
    flex-shrink: 0;
    width: calc(100% / 5 - 16px);
    margin-bottom: 0;
    background-color: #fff;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #eeeded;
}

.ndtv-wSummit-sponsorType {
    font-size: 13px;
    font-weight: 400;
    color: #020714;
    margin-bottom: 5px;
    padding-top: 5px;
}

.ndtv-wSummit-sponsorWrap {
    margin-top: 20px;
}

.ndtv-wSummit-sponsorItem img {
    width: auto;
    max-width: 130px;
    display: inline-block;
    max-height: 80px;
}

.videoicon {
    width: 44px;
    height: 44px;
    left: 50%;
    top: 50%;
    margin: -22px 0 0 -22px;
}

@media(max-width:767px) {
    .secSponsors {
        padding: 10px;
        padding-bottom: 40px;
    }

    .ndtv-wSummit-sponsorItem {
        width: calc(100% / 2 - 10px);
    }

    .ndtv-wSummit-sponsorItem img {
        max-height: 75px
    }

    .midCont.form-counter .form-label {
        width: 100% !important;
        margin-right: 0 !important;
    }
}

.ndtv-spl .ft-sticky {
	background-color: #F6FCF7;
	box-shadow: none;
}
.ft-sticky_search{
    display: none;
}
.ft-sticky .footer_copy,.ft-sticky .footer_group ul li,.ft-sticky .footer_nav ul li{
    font-size: 12px !important;
      text-transform: capitalize !important;
}
        @media (width <=768px) {

            .prmtFaces {
                display: flex;
                flex-wrap: nowrap;
                overflow-x: scroll;
            }

            .prmtFaceItm {
                float: left;
                margin-right: 15px;
                width: 172px !important;
                flex-shrink: 0;
            }

            .custom_theme .nshp_top_headline h2,
            .custom_theme .nshp_top_headline h1,.pageTitle {
                line-height: 1.4;
                font-size: 26px;
            }

            .bx-controls .bx-next {
                right: -10px;
                top: 0;
            }

            .bx-controls .bx-prev {
                left: -20px;
                top: 0;
            }

            .bx-controls .bx-next,
            .bx-controls .bx-prev {
                width: 30px;
                height: 30px;
            }
            .ndsp-wnnrList{
                gap: 14px;
            }
            .ndsp-wnr-item {
	width: calc(100% / 2 - 7px);
}
.custom_theme .ndtv-wSummit-livePlrSec .videobox{
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.nshp_wrap1260 .nshp_widget_mid .videobox div{
    border-radius: 0;
}
.ndtv-spl .ndtv-wSummit-livePlrSec{
    height: auto;
    padding-bottom: 0;
}.custom_theme .ndtv-wSummit-livePlrSec .videobox::before{
    width: 248px;
  aspect-ratio: 3/2;
  background-size: 100%;
  height: auto;
}
.nshp_masthead_bnr{
    display: none !important;
}
.rytBtns{
    display: none;
}

        }

        #scroll-down-animation {
            position: absolute;
            bottom: 10px;
            left: 50%;
            transform: translateX(-50%);
            z-index: 2;
        }

        .mouse {
            margin: 0 auto;
            display: block;
            border-radius: 50px;
            border: 2px solid #fff;
            height: 30px;
            width: 19px;
            position: relative;
        }

        .move {
            position: absolute;
            background-color: #fff;
            height: 8px;
            width: 3px;
            border-radius: 4px;
            left: 50%;
            transform: translateX(-50%);
            animation: move 1s linear infinite;
        }

        @keyframes move {
            0% {
                transform: translate(-50%, 0px);
                opacity: 0;
            }

            50% {
                transform: translate(-50%, 15px);
                opacity: 1;
            }

            100% {
                transform: translate(-50%, 20px);
                opacity: 0;
            }
        }

        .custom_theme .top_video_wrap,
        .custom_theme .tp_vdbox {
            margin-bottom: 0;
            height: calc(100vh - 48px) !important;
            top: 0;
            overflow: hidden;
        }

        .custom_theme .nshp_widget_mid {
            padding: 0;
            
        }

        .IsmLogo {
            position: absolute;
            top: 80px;
            left: 100px;
            z-index: 9;
        }

        .IsmCopwrd {
            position: absolute;
            top: 80px;
            z-index: 2;
            right: 100px;
        }

        .Ism_video_inf {
            position: absolute;
            top: 62%;
            z-index: 3;
            width: 410px;
            left: 50px;
            color: #fff;
            transform: translateY(-50%);
        }

        .IsmVdoTitle {
            font-size: 50px;
            font-weight: 600;
            line-height: 58px;
            margin-bottom: 15px;
        }

        .IsmVdoDesc {
            font-size: 18px;
            line-height: 26px;
        }

        .IsmFtr_moblie {
            display: none;
        }

        .ftr_img {
            float: left;
            width: 100%;
            clear: both;
            margin-top: 80px;
        }

        /* Photos Widget */
.spl-photo_gallerySec {
  padding-bottom: 50px;
  padding-top: 50px;
  background: #fff;
}

.spl-photo_gallerySec .pageTitle {
  margin-bottom: 20px;
  line-height: 1;
}

.spl-photo_gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  color: #fff;
  align-items: flex-start;
}

.spl-photo_main {
  flex: 1;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.spl-photo_main img {
  width: 100%;
  border-radius: 5px;
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: top;
  position: absolute;
}

.spl-photo_caption {
  position: absolute;
  bottom: 0;
  left: 0;
  /* background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent); */
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 0 0 10px 10px;
  height: 100%;
  display: flex;
  align-items: flex-end;
}

.spl-photo_caption .spl-photo_caption-ttl {
  margin: 0;
  font-size: 22px;
  line-height: 1.4;
  color: #fff;
  font-weight: 500;
}

.spl-photo_side {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.spl-photo_thumb,
.spl-photo_more {
  width: calc(100% / 3 - 16px);
  aspect-ratio: 16 / 9;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 5px;

  position: relative;
  transition: border-color 0.2s ease;
  font-size: 0;
}

.spl-photo_thumb:hover,
.spl-photo_more:hover {
  border-color: #fff;
}

.spl-photo_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  font-size: 0;
  transform: scale(1) translateZ(0);
  transition: opacity 0.6s cubic-bezier(0.3, 0.58, 0.42, 0.9),
    transform 0.6s cubic-bezier(0.3, 0.58, 0.42, 0.9), visibility 0s;
}

.spl-photo_more {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
}

.spl-photo_more span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  font-size: 12px;
}

.spl-photo_more a {
  position: absolute;
  width: 100%;
  height: 100%;
}

.spl-photo_inr {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 5px;
  /* transition: all 0.3s ease; */
}

.spl-photo_inr:hover img {
  transform: scale(1.06) translateZ(0);
  transform: scale(1.05);
}

.spl-photo_main-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  width: 100%;
  aspect-ratio: 16/9;
  padding-bottom: 59.26%;
}

.ndtv-schedule-show-more {
  display: none;
}
        @media (width <=768px) {
            .nshp_mobtopnav_link,.topnav_rhs{
                height: auto;
            }
            .topnav_rhs{
                position: relative;
                right: 0;
            }
            .ftr_img {
                margin-top: 40px;
            }

            .IsmFtr_moblie {
                display: block;
            }

            .IsmFtr_dsktp {
                display: none;
            }

            .custom_theme .top_video_wrap,
            .custom_theme .tp_vdbox {
                height: 100vh !important;
            }

            .custom_theme .tp_vdbox #myVideo {
                min-height: 100vh;
                position: abso lute;
                object-fit: cover;
            }

            .Ism_video_inf {
                width: 100%;
                padding: 0 20px;
                bottom: 90px;
                top: auto;
                left: 0;
                transform: translateY(0);
            }

            .IsmCopwrd {
                right: 0;
                left: 0;
                top: 120px;
                text-align: center;
            }

            .IsmVdoTitle {
                font-size: 30px;
                line-height: 40px;
                margin-bottom: 15px;
            }

            .leaves,
            .in-view .leaves {
                display: none;
            }

            .IsmLogo img {
                max-width: 200px
            }

            .IsmLogo img,
            .IsmCopwrd img {
                filter: drop-shadow(0 3px 4px rgba(255, 255, 255, 0.7));
            }

            .IsmLogo {
                top: 40px;
                width: 200px;
            }

            .IsmCopwrd img,
            .IsmLogo img {
                width: auto;
            }

            .Ism_windMill {
                display: none;
            }

            .block {
                width: 330px;
                height: 330px;
                margin-top: 30px;
            }

            .block svg {
                width: 100%;
                height: 100%;
            }

            .box .number span {
                font-size: 26px;
            }

            .Ism_co2Sec {
                padding-top: 0;
                padding-bottom: 20px;
            }

            .Ism_cmp_ovrwList {
                flex-wrap: wrap;
                gap: 10px;
            }

            .Ism_cmp_ovrwItem {
                width: 165px;
                height: 165px;
            }

            .Ism_cmp_ovrwItem svg {

                max-height: 40px;
            }

            .Ism_cmp_itmHdng {
                font-size: 15px;
                padding: 0 24px;
            }

            .custom_theme .nshp_wrap1260 .nshp_news_bxthumb {
                width: 100%
            }

            .custom_theme .nshp_news_bxwrap ul {
                display: flex;
                flex-wrap: nowrap;
                overflow-x: scroll;
                align-items: flex-start;
                width: calc(100% + 30px);
            }

            .custom_theme .nshp_news_bxwrap ul li {
                width: 59vw;
                flex-shrink: 0;
                padding: 0;
                margin-right: 15px;
                padding-left: 30px;
                padding-bottom: 30px;
                border: 0;
            }

            .custom_theme .nshp_news_bxwrap ul li::before {
                font-size: 25px;
                top: 0;
            }

            .custom_theme .nshp_wrap1260 .nshp_news_bxthumb {
                padding-left: 0;
            }

            .IsmCmpgnOverview {
                padding: 0 0 10px 0;
            }

            .line_connect {
                height: 50px;
            }
               .spl-photo_gallery {
    flex-direction: column;
    gap: 14px;
  }
  .spl-photo_side {
	flex-direction: row;
	justify-content: center;
	gap: 14px;
}
.spl-photo_thumb {
    display: none;
  }
  .spl-photo_thumb, .spl-photo_more {
    width: calc(50% - 8px);
  }
.spl-photo_thumb:nth-child(-n+3), .spl-photo_thumb:last-child {
    display: block;
  }
   [class^="nshp_video_slidebox"] {
    gap: 14px;
    flex-wrap: nowrap;
    overflow-x: scroll;
    scrollbar-width: none;
    margin-left: -15px;
    width: calc(100% + 30px);
    padding-left: 15px;
    padding-right: 15px;
  }
[class^="nshp_video_slidebox"] .nshp_video_box{
    width: 70% !important;
    flex-shrink: 0;
}
.nshp_wrap1260 .nshp_widget_mid .nshp_video_box:nth-child(2n){
    margin-left: 0 !important;
}
        }




        .sign {
            background: #000;
            clear: both;
            color: #fff;
            text-align: center;
            padding: 2.5em 40px 3.5em;
            margin: 0;
        }

        .sign h1 {
            color: #fff;

            font-size: 4em;
            margin: 0;
            letter-spacing: -0.03em;
        }

        .sign p {
            color: #fff;
            margin: 0;
            font-size: 18px;
        }

        .stolby {
            position: absolute;
            left: 90px;
            /*! margin-top:28%; */
            top: 110px;
            width: 200px;
        }

        .pole_shdow {
            position: absolute;
            bottom: -2px;
            left: -66px;
            width: 100%;
            max-width: 116px;
        }

        #v1 {
            animation: 4s motion1 infinite linear;
            position: absolute;
            top: 0;
        }

        #v1 {
            left: -56px;
            top: -69px;

        }


        @keyframes motion1 {
            from {}


            to {
                -moz-transform: rotate(360deg);
                -webkit-transform: rotate(360deg);
                -o-transform: rotate(360deg);
                -ms-transform: rotate(360deg);
                transform: rotate(360deg);

            }
        }


        .custom_theme .nshp_vid_bxthumb img {
            position: absolute;
            width: 100%;
            height: 100%;
            z-index: 0;
        }

        .custom_theme .nshp_vid_bxthumb {
            width: 100%;
            position: relative;
            overflow: hidden;
            padding-bottom: 65.26%;
        }

        .line_connect.visible {
            height: 100px;
            /* Final height */
        }

        .thankYou {
            position: fixed;
            width: min(800px, 90%);
            background: #fff;
            z-index: 9;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            display: none;
            padding: 0px;
            border-radius: 12px;
        }

        .thankYou iframe {
            height: 450px
        }

        .thankYou h3 {
            font-size: 35px;
            color: #222;
            font-weight: 900;
            text-align: center;
            padding: 20px;
        }

        .thankYou.showPopup {
            display: block;
        }

        section .set {
            height: 100%;
            left: 0;
            pointer-events: none;
            position: absolute;
            top: 0;
            width: 100%;
        }

        .leaves {
            position: absolute;
            height: 100%;
            width: 220px;
            top: 0;
            left: 0;
            overflow: hidden;
            z-index: 0;
            pointer-events: none;
        }

        section .set.set2 {
            /* filter: blur(.6px); */
            transform: rotateY(180deg) scale(1.2);
        }

        section .set.set3 {
            filter: blur(2px);
            transform: rotateY(180deg) scale(0.8);
        }

        section .set div {
            animation-name: animate;
            animation-timing-function: linear;
            animation-iteration-count: infinite;
            display: block;
            opacity: 0;
            position: absolute;
            top: -10%;
            transform: rotateZ(0) translateX(20px);
        }

        .set img {
            width: 16px;
        }

        section .set div:nth-child(1) {
            animation-delay: -7s;
            animation-duration: 15s;
            left: 20%;
        }

        section .set div:nth-child(2) {
            animation-delay: -5s;
            animation-duration: 20s;
            left: 50%;
        }

        section .set div:nth-child(3) {
            animation-duration: 20s;
            left: 70%;
        }

        section .set div:nth-child(4) {
            animation-delay: -5s;
            animation-duration: 15s;
            left: 0;
        }

        section .set div:nth-child(5) {
            animation-delay: -10s;
            animation-duration: 18s;
            left: 85%;
        }

        section .set div:nth-child(6) {
            animation-duration: 12s;
            left: 0;
        }

        section .set div:nth-child(7) {
            animation-duration: 14s;
            left: 15%;
        }

        section .set div:nth-child(8) {
            animation-duration: 15s;
            left: 60%;
        }

        @keyframes animate {
            10% {
                opacity: 1;
            }

            20% {
                transform: rotateZ(45deg) translateX(-20px);
            }

            40% {
                transform: rotateZ(90deg) translateX(-20px);
            }

            60% {
                transform: rotateZ(180deg) translateX(20px);
            }

            80% {
                transform: rotateZ(180deg) translateX(-20px);
            }

            100% {
                top: 110%;
                transform: rotateZ(225deg) translateX(-20px);
            }
        }

        @media screen and (max-width: 990px) {
            section h2 {
                font-size: 9rem;
            }
        }

        @media screen and (max-width: 768px) {
            section h2 {
                font-size: 6rem;
            }

            section .set div img {
                width: 100px;
                heigth: 100px;
            }
        }

        @media screen and (max-width: 550px) {
            section h2 {
                font-size: 4rem;
            }

            section .set div img {
                width: 75px;
                heigth: 50px;
            }
        }

        @media (max-width:360px) {
            .Ism_campgn_desc {
                padding-left: 135px;
                display: inline-block;
                width: 100%;
            }

            .Ism_campgn_img {
                width: 85%;
                margin-left: -60px;
            }

            .Ism_Sec_campgn .Ism_heading-wrp {
                padding-top: 0;
                padding-bottom: 30px;
                padding-left: 15px;
                padding-right: 15px;
            }
         
        }

        @media screen and (max-width: 420px) and (min-width: 361px) {


            .Ism_campgn_img {
                width: 68%;
                margin-left: -60px;
            }

            .Ism_campgn_desc {
                padding-left: 135px;
                display: inline-block;
                width: 100%;
            }

            .Ism_Sec_campgn .Ism_heading-wrp {
                padding-top: 0;
                padding-bottom: 30px;
                padding-left: 15px;
                padding-right: 15px;
            }
        }