/*inner banner css start here*/

.inner-banner {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	width: 100%;
	display: flex;
	align-items: center;
	height: 750px;
	position: relative;
	border: 10px solid #fff;
    border-bottom: none;
	position: relative;
}
.inner-banner:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(34,34,34);
	top: 0;
}

.inner-banner-midd span {
    color: #fff;
    font-size: 18px;
    margin-bottom: 18px;
    display: inline-block;
    font-family: 'Akkurat Pro';
    font-weight: bold;
}

.inner-banner-midd h1 {
    font-family: 'Akkurat Pro';
    font-weight: bold;
    line-height: 45px;
    margin-bottom: 15px;
    color: #fff;
    font-size:40px;
}

.inner-banner-midd p {
    font-family: 'Akkurat Pro';
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.inner-banner-midd {
	max-width: 55%;
	width: 100%;
	display: inline-block;
	position: relative;
	z-index: 1;
		
}

.btn-arrow {
	color: #d6002a;
	font-size: 30px;
	font-family: 'Akkurat Pro';font-weight: bold;
	margin-top: 10px;
	display: inline-block;
	transition: all 0.5s ease-in-out;
}
.btn-arrow i {
    transition: all 0.5s ease-in-out;
}
.btn-arrow:hover i {
    margin-left: 10px;
}
.btn-arrow:hover {
	color: #fff;
}
.inner-banner-midd a i{
	display: inline-block;
    vertical-align: middle;
}
.inner-banner-midd a.btn-arrow:hover i {
    color: #fff;
}



/*inner banner css end here*/


/*analysis-sec css startt here*/

.analysis-sec {
	background:rgba(34,34,34,0.92);
	padding: 80px 45px;
	height:750px;
	width: 635px;
	display: inline-block;
	position: absolute;
	top: 0;
	right:10px;
	border-top: 10px solid #fff;
}

.analysis-two-row ul {
	display: flex;
	margin: 0 -30px;
}

.analysis-two-row ul li {
	width: 50%;
	padding: 0 30px;
	box-sizing: border-box;
	list-style: none;
}

.analysis-sec span {
	display: inline-block;
	color: #d6002a;
	font-size: 14px;
	margin-bottom: 7px;
	text-transform: uppercase;	
	font-family: 'Akkurat Pro';font-weight: bold;
}

.analysis-sec h3 {
	font-family: 'Akkurat Pro';font-weight: bold;
	font-size: 30px;
	color: #fff;
	margin-bottom: 3px;
	line-height: 38px;
}
.analysis-sec h3 a{
	color: #fff;
}
.analysis-sec h3 a:hover{
	color: #d6002a;
}


.analysis-sec p {
	font-family: 'Akkurat Light Pro';font-weight: 300;
	font-size: 16px;
	line-height: 22px;
}

.analysis-two-row {
	margin-top: 65px;
	position: relative;
}

.analysis-two-row:after {
	content: "";
	position: absolute;
	top: -40px;
	border-top: 1px solid #fff;
	width: 100%;
}

.analysis-two-row ul li img {
    margin-bottom: 0;
    width: 100%;
    height: 145px;
    transition: all 0.5s ease-in-out;
    display: inline-block;
	object-fit: cover;
}
.analysis-two-row ul li a {
    display: inline-block;
    overflow: hidden;
	width: 100%;
	position: relative;
}
.analysis-two-row a .box-popup-icon img {
    width: auto;
    height: auto;
}
.popup-custom-vidoe .vidyard-player-container > div > div {
    width: 100%;
    max-width: 100% !important;
    height: 100% !important;
/*    max-height: 100%;*/
    min-height: 100%;
}
.analysis-two-row ul li:hover a img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
}
.analysis-two-row ul li h5 {
	font-size: 14px;
	color: #d6002a;	
	font-family: 'Akkurat Pro';font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 5px;
	margin-top: 10px;
}
.analysis-two-row ul li:hover p a{
	color: #d6002a;
}

.analysis-two-row ul li p {
	font-size: 20px;
	color: #fff;
	font-family: 'Akkurat Pro';font-weight: bold;
	line-height: 24px;
}
.analysis-two-row ul li p a{
	color: #fff;
}
.analysis-two-row ul li p a:hover{
	color: #d6002a;
}
.embed-responsive.comm_popup button.mfp-close {
    position: absolute;
    background-color: #d6002a;
    color: #fff;
    opacity: 1;
    border-radius: 3px;
    font-weight: 600;
    width: 50px;
    height: 50px;
    font-size: 28px;
    top: -25px;
    right: -25px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}
.embed-responsive.comm_popup button.mfp-close:hover {
    background-color: #fff;
    color: #d6002a;
    box-shadow: 1px 0 7px rgba(255, 255, 255, 0.5);
}
.mfp-content {
    margin: 0 auto;
    text-align: center;
}
.embed-responsive {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    padding-top: 20px;
    padding: 80px !important;
    width: 100% !important;
    margin: 0 auto !important;
    display: block !important;
    position: absolute !important;
    top: 50% !important;
    left: 0 !important;
    right: 0 !important;
    background: #222 !important;
    height: auto !important;
    box-shadow: 0 0 30px rgba(0,0,0,0.9) !important;
    transform: translateY(-50%) !important;
}
.embed-responsive button.mfp-close {
    top: -12px;
    color: #fff;
    right: -16px;
}

.banner-btm-number {
	width: 100%;
	position: absolute;
	padding: 0 0 0 0;
	bottom: 0;
	text-align: center;
	left: 0;
/*	background: #0c0c0d;*/
	z-index: 1;
	display: flex;
	align-items: center;
	background: -moz-linear-gradient(left, rgba(12,12,13,1) 40%, rgba(12,12,13,0.7) 100%);
    background: -webkit-linear-gradient(left, rgba(12,12,13,1) 40%,rgba(12,12,13,0.7) 100%);
    background: linear-gradient(to right, rgba(12,12,13,1) 40%,rgba(12,12,13,0) 100%);
}
.on-twitter-desc {
    width: 100%;
    position: relative;
    max-width: 86%;
    padding-left: 0px;
}
.banner-number-slider {
    max-width: 1550px;
    margin: 0 auto;
    width: 100%;
}
.banner-btm-number .item {
	display: inline-block;
	font-family: 'Akkurat Light Pro';font-weight: 300;
	font-size: 16px;
	margin-right: 50px;
	letter-spacing: 1.7px;
/*	height: 50px;*/
	display: flex;
	align-items: center;
}

.banner-btm-number .item:last-child {
	margin-right: 0;
}

.banner-btm-number .item span {
	display: inline-block;
	color: #d6002a;
}
.banner-btm-number p {
    text-align: left;
    float: left;
}
.banner-number-slider .owl-nav:after {
    background: #000;
    width: 90px;
    height: 50px;
    position: absolute;
    content: "";
    left: -62px;
    top: -25px;
}
.banner-number-slider .owl-nav div:hover:before {
    color: #d6002a;
}
.banner-number-slider .owl-nav div:hover:before{
	color: #d6002a;
}
.banner-number-slider .owl-nav div {
    font-size: 0;
    /* position: absolute; */
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 111;
    display: inline-block;
}
.banner-number-slider .owl-nav div:before {
    font-family: "Font Awesome 5 Pro";
    font-size: 18px;
    color: #ffffff;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.banner-number-slider .owl-prev:before {
    content: "\f053";
}
.banner-number-slider .owl-next:before {
    content: "\f054";
}
.banner-number-slider .owl-nav {
    position: absolute;
    left: -70px;
    top: 50%;
}
.banner-btm-number .item p a {
    display: inline-block;
    color: #fff;
}
.banner-number-slider .owl-nav .owl-prev {
    left: -33px;
    position: relative;
}
.banner-number-slider .owl-nav .owl-next {
    right: 16px;
    position: relative;
}
/*analysis-sec css end here*/


/*cta css start here*/

.cta-wrap {
	display: flex;
}
.cover-cta {
    width: 100%;
    min-height: 955px;
	order: 2;
	position: relative;
    overflow: hidden;
}
.cta-bg {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;		
    height: 100%;	
	transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;	
}

.result_hover {
    transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
}
.cta-desc {
	background: #d6002a;
	width: 100%;
	display: flex;
	align-items: center;
}

.cta-desc h2 {
	font-size: 64px;
	font-family: 'Akkurat Pro';font-weight: bold;
	margin-bottom: 26px;
}

.cta-desc .cta-desc-wrap p {
	font-size: 30px;
	line-height: 36px;
	font-family: 'Akkurat Light Pro';font-weight: 300;
	margin-bottom: 20px;
	
}
.cta-desc .cta-desc-wrap {
    max-width: 670px;
    margin: 0 auto;
    width: 100%;
    padding: 0 15px;
}
/*
.cta-desc-wrap a {
    font-family: 'Akkurat Pro';font-weight: bold;
    font-size: 20px;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 23px 35px 15px 37px;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 30px;
    color: #fff;
    letter-spacing: 2px;
	transition: all 0.5s ease-in-out;
}
.cta-desc-wrap a:hover{
	background: #fff;
	color: #d6002a;
}
*/
/*cta css end here*/



/*energy-transition css start here*/
.energy-transition {margin: 0; padding:56px 0;position: relative;     overflow: hidden;}
.energy-transition:after {content: "";position: absolute;bottom: 0;width: 100%;background-image: url(../images/energy-transition-graff.png);background-repeat: no-repeat;height: 500px;background-position: center center;}

.black-theme .energy-transition:after {
    background-image: url(../images/graff-img-darkbg.jpg);
}

.subCommodity-list .off {display: block;}
.subCommodity-slider .item {
    display: inline-block;
    vertical-align: middle;
    padding: 0 40px;
    position: relative;
}
.subCommodity-slider .item:last-child:before {
    display: none;
}
.subCommodity-list .item a {display: inline-block; color: #222222; font-size: 20px; font-family: 'Akkurat Pro';font-weight: bold;}
.subCommodity-slider .item:before {
    position: absolute;
    content: "";
    width: 2px;
    height: 90%;
    background-color: #222222;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
	transform: translateY(-50%);
	transform: translateY(-50%);
	transform: translateY(-50%);
}
.subCommodity-slider .item:first-child {
    padding-left: 0;
}
.subCommodity-slider .item:last-child {
    padding-right: 0;
}

.subCommodity-list .item a:hover {color: #d6002a;}


.subCommodity-list .owl-item{display: inline-block; margin-right: 0px; position: relative;}
.subCommodity-list .owl-item:after {content: "";position: absolute;right: 0;top: 50%;background: #222;width: 2px;height: 18px;transform: translateY(-50%);-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);}
.subCommodity-list .owl-item:last-child:after {display: none;}
.subCommodity-list .owl-item:last-child{margin-right: 0;}
.subCommodity-list .owl-item a {display: inline-block; color: #222222; font-size: 20px; font-family: 'Akkurat Pro';font-weight: bold;}
.subCommodity-list .owl-item a:hover {color: #d6002a;}
.energy-comme-slider .owl-nav div {
    font-size: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 111;
}
.black-theme .energy-comme-slider .owl-nav div:before{
	color: #ffffff;
}

.energy-comme-slider .owl-nav div:before {
    font-family: "Font Awesome 5 Pro";
    font-size: 22px;
    color: #222222;
	-webkit-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;
}
.energy-comme-slider .owl-nav div:hover:before{
	color: #d6002a;
}
.energy-comme-slider .owl-nav .owl-next {
    right: -25px;
}
.energy-comme-slider .owl-nav .owl-prev {
    left: -25px;
}
.energy-comme-slider .owl-prev:before {
    content: "\f053";
    
}

.energy-comme-slider .owl-next:before {
    content: "\f054";    
}



.subCommodity-list {text-align: center;margin-bottom: 64px;}

.energy-transition-lft h2{font-size: 64px; color: #222222; font-family: 'Akkurat Pro';font-weight: bold; margin-bottom: 13px;}
.energy-transition-lft h4{font-size: 30px; color: #222222; font-family: 'Akkurat Pro';font-weight: bold; line-height: 36px; margin-bottom: 23px;}
.energy-transition-lft p {font-size: 18px; color: #222222; font-family: 'Akkurat Light Pro';font-weight: 300; line-height: 30px;}
.energy-transition-wrap {display: flex; text-align: left;}
.energy-transition-lft {width: 50%; margin-right: 80px; position: relative;z-index: 1;}
.energy-transition-two-row {display: flex;margin-top: 30px;border-top: 1px solid #d9d9d9;padding-top: 32px; padding-bottom: 32px;    border-bottom: 1px solid #d9d9d9; margin-bottom: 20px;}

.cillum-dolore h4 {font-size: 30px; color: #d6002a; font-family: 'Akkurat Pro';margin-bottom: 0;   }
.cillum-dolore a {color: #d6002a; text-decoration: underline; padding: 2px 2px 0 2px; font-family: 'Akkurat Pro';}
.cillum-dolore a:hover {background: #d6002a;color: #fff;text-decoration: none;}
.cillum-dolore:last-child {margin-right: 0;}
.cillum-dolore {margin-right: 50px;}

.sign-up-box {
    background: #d6002a;
    padding: 54px 40px 54px 54px;
    position: relative;
    z-index: 0;
	display: inline-block;
    width: 100%;
	margin-top: 20px;
}
.sign-up-box h4 {font-size: 30px;color: #fff;font-family: 'Akkurat Pro';font-weight: bold;margin-bottom: 3px;}
.sign-up-box p {color: #fff;line-height: 25px;margin-bottom: 10px;}
.btn-transparent {	
	font-family: 'Akkurat Pro';font-weight: bold;
	font-size: 20px;
	color: #fff;
	padding: 16px 45px 16px 45px;
	display: inline-block;
	border-radius: 5px;
	letter-spacing: 2px;
	overflow:hidden;
	position: relative;
	transition: all 0.45s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	border: 1px solid #fff;
	text-transform: uppercase;
	}
.btn-transparent:hover{color: #d6002a;}
/*
.btn-transparent:hover{color: #d6002a;}
a.btn-transparent:after {content: "";position: absolute;width: 100%;height: 100%;background-color: #fff;left: 0;right: 0;bottom: -100%;z-index: -1;transition: all 0.5s ease-in-out;-webkit-transition: all 0.5s ease-in-out;}
.btn-transparent:hover:after {bottom: 0;z-index: 1;}
*/


.energy-transition-rt {
    width: 50%;
	display: flex;
	 position: relative;z-index: 1;
}
.energy-video-desc span{
	display: inline-block;	
	font-size: 14px;	 
	 font-family: 'Akkurat Pro';font-weight: bold;
	margin-bottom: 8px;
	text-transform: uppercase;
    color:#000;
}

.energy-transition-videos {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.energy-video-desc h3{
font-family: 'Akkurat Pro';font-weight: bold;
	font-size: 30px;
	margin-bottom: 6px;
}

.energy-video-desc p {
    font-size: 16px;
    line-height: 24px;
   
}


.energy-transition-videos a {
    display: inline-block;
    width: 100%;
	position: relative;
	color: inherit;
}
.energy-transition-videos a img {
    margin-bottom: 0px;
	width: 100%;
	display: block;
	 transition: transform 0.5s ease-in-out;
}
.popup-youtube-img{
	overflow: hidden;
	width: 100%;
}
.popup-youtube-img img {    
    width: 100%;
    display: block;
    transition: transform 0.5s ease-in-out;
	-webkit-transition: transform 0.5s ease-in-out;
	-moz-transition: transform 0.5s ease-in-out;
}
.popup-youtube-img:hover img {
  transform: scale(1.2);
}
.play-icon:after {
    position: absolute;
    content: "";
    background-image: url(../images/video-play-hover.png);
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    bottom: 0;
    left: 0;
    opacity: 0;
	transition: transform 0.5s ease-in-out;
}
.energy-transition-videos a:hover .play-icon:after {
    opacity: 1;
}
.play-icon img {
    position: relative;
}
.energy-transition-videos .play-icon {
    position: absolute;
    bottom: 15px;
    left: 15px;
}
.energy-video-desc {
    display: inline-block;
    width: 100%;
	margin-top: 11px;
}
.energy-transition-videos {
    margin-bottom: 45px;
    border-bottom: 1px solid #222;
    padding-bottom: 34px;
}

.energy-transition-videos:last-child{
	border: none;
	padding: 0;
}
.energy-video-wrap {
    width: 430px;
    display: inline-block;
}

.energy-latest-blog-wrap {
    width: 240px;
    display: inline-block;
    margin-left: 70px;
}
.energy-latest-blog-img {
    font-size: 0;
	overflow: hidden;
}
.energy-latest-blog-img a {
    display: inline-block;
    width: 100%;
    font-size: 0;
	position: relative
}
a .box-popup-icon {
    position: absolute;
    bottom: 0;
    z-index: 5;
    text-align: center;    
    background-color: #d6002a;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	height: 42px;
	width: 45px;
	padding: 10px;
	  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
	-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;			
}
.energy-transition-videos .box-popup-icon img {
    height: auto;
    object-fit: inherit;
}
.energy-latest-blog:hover a .box-popup-icon {
    background-color: #222;
}
.energy-transition-videos:hover a .box-popup-icon {
    background-color: #222;
}
.analysis-two-row ul li:hover a .box-popup-icon {
    background-color: #222;
}
a:hover .box-popup-icon {
    background-color: #222;
}
a .box-popup-icon img {
    width: auto !important;
    transform: scale(1) !important;
    -webkit-transform: scale(1) !important;
    -moz-transform: scale(1) !important;
	margin: 0 auto;
}
a:hover .box-popup-icon img {    
	transform: scale(1) !important;
    -webkit-transform: scale(1) !important;
    -moz-transform: scale(1) !important;
}
.energy-latest-blog:hover .energy-latest-blog-img a img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
}
.energy-latest-blog .energy-latest-blog-img a img {
    transition: all 0.5s ease-in-out;
}
.energy-latest-blog {
    width: 100%;
	margin-bottom: 26px;
}
.energy-latest-blog img {
    width: 100%;
	margin-bottom: 0px;
}
.energy-latest-blog h5 {
    display: inline-block;
    color: #d6002a;
    font-size: 14px;    
	font-family: 'Akkurat Pro';font-weight: bold;
    margin-bottom: 3px;
	margin-top: 15px;
	text-transform: uppercase;
}
.energy-latest-blog h4 {
    display: inline-block;
    color: #d6002a;
    font-size: 20px;
    font-family: 'Akkurat Pro';font-weight: bold;
    margin-bottom: 8px;
	color: #222;
	line-height: 25px;
}
.energy-latest-blog:hover h4 a{
	color: #d6002a;
}

/*
.energy-latest-blog h4 a{
	color: #d6002a;
}
*/
.energy-latest-blog h4 a{
	color: #222;
}
.black-theme .energy-latest-blog h4 a{
	color: #fff;
}
.energy-latest-blog h4 a:hover{
	    color: #d6002a;
}
.energy-latest-blog-wrap h2 {
    color: #222222;
    font-size: 36px;
    font-family: 'Akkurat Pro';font-weight: bold;
	margin-bottom: 28px;
}


.feactured-videos-wrap .owl-nav div {
    font-size: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 111;
}
    .feactured-videos-wrap .owl-nav div:before {
        font-family: "Font Awesome 5 Pro";
        font-size: 22px;
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        color: #000;
    }
.feactured-videos-wrap .owl-nav .owl-prev {
    left: -45px;
}
.feactured-videos-wrap .owl-nav .owl-next {
    right: -45px;
}
.feactured-videos-wrap .owl-next:before {
    content: "\f054";
}
.feactured-videos-wrap .owl-prev:before {
    content: "\f053";
}
.feactured-videos .feactured-videos-wrap {
    padding: 0 15px;
}
.feactured-videos-wrap .owl-prev.disabled,.feactured-videos-wrap .owl-next.disabled {
    display: none;
}
/*energy-transition css end here*/



/*energy-transition-slide css start*/
.energy-transition-slide {padding:40px 0 28px; border-top: 1px solid #d9d9d9; border-left: 1px solid #d9d9d9;border-right: 1px solid #d9d9d9;}
.energy-slide-wrap .item p {color: #222222; font-family: 'Akkurat Pro';font-weight: bold; font-size: 18px; line-height: 25px;}
.energy-slide-title h2 {color: #222222; font-size: 36px;font-family: 'Akkurat Pro';font-weight: bold; margin-bottom: 0px;    text-transform: capitalize;}
.energy-slide-title a  { display: inline-block; color: #d6002a; font-size: 18px;font-family: 'Akkurat Pro';font-weight: bold; position: relative; transition: all 0.5s ease-in-out;}
.energy-slide-title a:hover:after {right: -20px;}
.energy-slide-title a:after {transition: all 0.5s ease-in-out;}
.energy-slide-title a:after {font-family: "Font Awesome 5 Pro";content: "\f105";position: absolute;right: -15px;font-size: 18px;top: -3px;font-weight: 400;color: #d6002a;}
.energy-slide-title {background-size: cover;background-repeat: no-repeat;padding:0; position: relative;}
.energy-slide-title img {opacity: 0.1;}
.energy-slide-wrap {display: flex;align-items: center;}
.energy-transition-slider {width: 88% !important; padding-left: 80px;}
.energy-transition-slider .item {margin-right: 45px;}

.energy-podcasts-slider {width: 88% !important; padding-left: 80px;}
.energy-podcasts-slider .item {margin-right: 25px;}

.energy-news-slider {width: 88% !important; padding-left: 80px;}
.energy-news-slider .item {margin-right: 45px;}
.energy-slide-icon {
    width: 220px;
}
.icon-desc {
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translateY(-50%);
}
.energy-slide-wrap .owl-nav .owl-prev {
    position: absolute;
    top:50%;
	transform: translateY(-50%);
	background-image: url(../images/left-side-arrow.png);
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	font-size: 0;
	left: 40px;
}
.energy-slide-wrap .owl-nav .owl-next {
    position: absolute;
    top:50%;
	transform: translateY(-50%);
	background-image: url(../images/right-side-arrow.png);
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	font-size: 0;
	right: 0;
}
.missi-all-items .genre-filter-navigation {
    width: 100% !important;
    left: inherit !important;
    bottom: 0;
    top: inherit !important;
    bottom: -72px;
    z-index: 111;
    text-align: center;
    position: absolute;
}

.genre-filter-navigation .next.page-numbers {
    z-index: 2;
	color: #fff;
    position: relative;
	padding: 19px 30px 16px 30px;
}


.load_btn_set {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    font-family: 'Akkurat Pro';
    font-weight: bold;
    font-size: 20px;
    color: #fff;
/*    padding: 19px 30px 16px 30px;*/
    display: inline-block;
    border-radius: 5px;
    letter-spacing: 1px;
    overflow: hidden;
    position: relative;
    transition: all 0.45s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    text-transform: uppercase;
    background-color: #d6002a;
    display: inline-block !important;
}

.genre-filter-navigation .load_btn_set::after, .genre-filter-navigation .load_btn_set::before {
    content: " ";
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    z-index: -1;
}

.genre-filter-navigation .load_btn_set::before {
    transform: translateX(-100%);
    z-index: 1;
}

.genre-filter-navigation .load_btn_set::after {
    z-index: 0;
    transform: translateX(100%);
    transition: none;
    transition: transform 350ms ease;
}

.black-theme .genre-filter-navigation .load_btn_set:hover:before {
    transform: translateX(0);
    transition: transform 350ms ease;
}

.black-theme .genre-filter-navigation .load_btn_set:hover:after {
    opacity: 1;
    transform: translateX(0);
    transition: transform 350ms 360ms ease;
}

.black-theme .genre-filter-navigation .load_btn_set span {
    position: relative;
    z-index: 5;
    color: #fff;
    transition: all 0.5s ease-in-out;
}

.black-theme .genre-filter-navigation .load_btn_set:hover span {
    color: #d6002a;
}
.genre-filter-navigation .next.page-numbers:after {
    content: "";
    font-family: "Font Awesome 5 Pro";
    content: "\f067";
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    position: relative;
    top: -2px;
    margin-left: 7px;
}
.genre-filter-navigation .next.page-numbers:hover {
    background-color: #000;
}
.black-theme .genre-filter-navigation .next.page-numbers:hover {
    background-color: #fff;
    color: #d6002a;
}
.black-theme .genre-filter-navigation .next.page-numbers:hover:after {
    color: #d6002a;
}


/*energy-transition-slide css end*/
/*-------new css start here----------*/
.energy-product-list-sec{ padding: 50px 0 40px;}
.energy-product-list .item {text-align: center; }
.energy-product-list {text-align: center;margin-bottom: 0px;border-bottom: 2px solid #d9d9d9;padding-bottom: 20px;}
.energy-product-list .item a {font-family: 'Akkurat Pro';font-weight: bold; color: #222222; font-size: 20px; display: inline-block;}
.energy-product-list .item a:hover{color: #d6002a;}
.energy-product-list .item a.active{color: #d6002a;}
.energy-product-list .energy-product-slider {max-width: 1270px;margin: 0 auto;width: 100%;}
.energy-product-list .owl-item:after {content: "";position: absolute;right: 0;top: 50%;background: #222;width: 2px;height: 18px;    transform: translateY(-50%);-webkit-transform: translateY(-50%);	-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);}
.energy-product-list .off {display: block;}
.energy-product-blog-sec {padding-bottom: 40px; padding-top: 50px;}
.energy-product-blog-list .item span {display: block; color: #d6002a; text-transform: uppercase; font-size: 14px; font-family: 'Akkurat Pro';font-weight: bold; margin-bottom: 10px; }
.energy-product-blog-list .tab-slider-bg {margin-bottom: 20px;width: 100%;height: 166px; overflow: hidden;}
.energy-product-blog-list .tab-slider-bg .bg-img-s {background-size: cover;width: 100%;height: 100%;background-position: top center;    background-repeat: no-repeat;transition: all 0.5s ease-in-out;-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;     position: relative;}
.tab-slider-bg:hover .bg-img-s {transform: scale(1.2);-webkit-transform: scale(1.2);	-moz-transform: scale(1.2);}
.tab-slider-bg a {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
}
.energy-product-blog-list .item p a{ color: #222222 !important;  font-size: 20px; font-family: 'Akkurat Pro';font-weight: bold; }
.energy-product-blog-list .item p a:hover{ color: #d6002a;}
.energy-product-slider.owl-carousel.owl-loaded.owl-drag {padding-right: 2px !important;padding-left: 2px !important;}
.energy-product-blog-slider .owl-nav .owl-prev {position: absolute;top: 105px;
	background-image: url(../images/left-side-arrow-black.png);
	background-repeat: no-repeat;width: 20px;height: 25px;font-size: 0;left: -40px;}
.energy-product-blog-slider .owl-nav .owl-next {position: absolute;top: 105px;
	background-image: url(../images/right-side-arrow-black.png);
	background-repeat: no-repeat;width: 20px;height: 25px;font-size: 0;right: -40px;}
.energy-product-blog-slider .item:hover p a {color: #d6002a !important;}

.black-theme .energy-product-list .item a {color: #fff;}
.black-theme .energy-product-list .item a.active, .black-theme .energy-product-list .item a:hover {color: #d6002a;}
.black-theme .energy-product-list .owl-item:after {background: #fff;}
.black-theme .energy-product-blog-list .item p a{color: #fff !important;}
.black-theme .energy-product-blog-list .item p a:hover{color: #d6002a !important;}

/*-------new css end here----------*/



/*black theme css*/
.black-theme .subCommodity-list .owl-item a {color: #fff;}
.black-theme .subCommodity-list .item a {color: #fff;}
.black-theme .subCommodity-list .item a:hover {color: #d6002a;}
.black-theme .subCommodity-slider .item:before {background-color: #ffffff;}
.black-theme .subCommodity-list .owl-item a:hover {color: #d6002a;}
.black-theme .subCommodity-list .owl-item:after {background: #fff;}
.black-theme .analysis-sec {border-top: 10px solid #222;}
.black-theme .inner-banner {border: 10px solid #222;}
.black-theme .subCommodity-list ul li a {color: #fff;}
.black-theme .subCommodity-list ul li a:hover {color: #d6002a;}
.black-theme .energy-transition-lft h2 {color: #fff;}
.black-theme .energy-transition-lft h4 {color: #fff;}
.black-theme .energy-transition-lft p {color: #fff;}
.black-theme .cillum-dolore h4 {color: #fff;}
.black-theme .cillum-dolore p {color: #fff;}
.black-theme .cillum-dolore a {color: #fff;}
.black-theme .energy-video-desc h3 {color: #fff;}
.black-theme .energy-latest-blog-wrap h2 {color: #fff;}
.black-theme .energy-latest-blog h4, .black-theme .black-theme .energy-latest-blog h4 a {color: #fff;}
.black-theme .black-theme .energy-latest-blog h4 a:hover{color: #d6002a; }
.black-theme .energy-slide-title h2 {color: #fff;}
.black-theme .energy-slide-wrap .item p {color: #fff;}
.black-theme .energy-transition-slide { border-top: 1px solid #444444;border-left: 1px solid #444444;border-right: 1px solid #444444;}
.black-theme .energy-slide-title img {opacity: 1;}
.black-theme .energy-slide-wrap .owl-nav .owl-prev {background-image: url(../images/black-arrow-left.png);}
.black-theme .energy-slide-wrap .owl-nav .owl-next {background-image: url(../images/black-arrow-right.png);}
.short-menu-toggle .enumenu_ul.desk ul li:hover > a:before {
    right: 10px;
}
.energy-transition .energy-comme-slider {width: 100% !important;    padding-left: 0 !important;}
.energy-transition .energy-comme-slider .item {margin-right: 15px;margin-left: 15px; padding:15px;}
.energy-transition .subCommodity-list .energy-comme-slider:before {
    content: "";
    height: 25px;
    width: 2px;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
.energy-transition .subCommodity-list .energy-comme-slider:after {
    content: "";
    height: 25px;
    width: 2px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.black-theme .energy-transition .subCommodity-list .energy-comme-slider:after{
	background-color: #222;	
}
.black-theme .energy-transition .subCommodity-list .energy-comme-slider:before{
	background-color: #222;	
}


/*responsive css start here*/
@media (max-width:1800px) {
.energy-product-blog-list .energy-product-blog-slider {max-width: 1600px;margin: 0 auto;width: 100%;}
.feactured-videos .feactured-videos-wrap {
		padding: 0 30px;
	}
	.feactured-videos-wrap .owl-nav .owl-prev {
		left: -12px;
	}
	.feactured-videos-wrap .owl-nav .owl-next{
		right: -12px;
	}
	.feactured-videos h2 {
		padding-left: 25px;
	}
}

@media (max-width:1700px) {
.energy-product-blog-list .energy-product-blog-slider {max-width: 1400px;margin: 0 auto;width: 100%;}
.inner-banner-midd{padding-left: 24px;}
	.energy-transition-wrap {padding: 0 35px;}
}
@media (max-width:1600px) {
	.inner-banner {height: 625px;}
	.analysis-sec {padding: 30px 30px;height: 615px;width: 635px;}
	.inner-banner-midd h1 {font-size: 54px; line-height: 60px;}
	.inner-banner-midd span{margin-bottom: 10px;}
	.inner-banner-midd .btn-arrow{margin-bottom: 5px;}
}
@media (max-width:1500px) {
.energy-product-blog-list .energy-product-blog-slider {max-width: 1200px;margin: 0 auto;width: 100%;}
	.inner-banner-midd{padding-left: 24px;}
}

@media (max-width:1440px) {
	
	.inner-banner {height: 580px;}
	.inner-banner-midd .btn-arrow{font-size: 26px;}
	.inner-banner-midd h1{font-size:40px; line-height:48px;}
	.inner-banner-midd{padding-right: 40px;}
	.analysis-sec {padding: 30px 30px; width: 600px;}
	.energy-transition-lft h2 {font-size: 54px;}
	.energy-transition-lft {margin-right: 60px;}
	.analysis-two-row ul li p {font-size: 16px;}
	.analysis-two-row {margin-top: 40px;}
	.analysis-two-row:after {top: -25px;}
	.energy-latest-blog-wrap {width: 280px;display: inline-block;margin-left: 50px;}
	.energy-video-desc h3 {font-size: 26px;line-height: 30px;}
	.energy-latest-blog-wrap h2{margin-bottom: 15px;}
	.cillum-dolore h4 {font-size: 28px;}
	.cillum-dolore {margin-right: 30px;}
	.sign-up-box {padding: 35px;}
	.cover-cta{min-height: 700px;}
	.energy-transition-slider {width: 84% !important; }
	.energy-podcasts-slider {width: 84% !important; }
	.energy-news-slider {width: 84% !important;}
	.cta-desc h2 {font-size: 58px;}
	.cta-desc .cta-desc-wrap p {font-size: 26px;line-height: 34px;}
}
@media (max-width:1366px) {
	.cta-desc h2 {font-size: 52px;}	
	.inner-banner {height: 540px;}
	.inner-banner-midd h1 {font-size: 36px;line-height: 40px;}
	.inner-banner-midd .btn-arrow{margin-top: 0;}
	.inner-banner-midd span {margin-bottom: 5px;}
	.analysis-sec {padding: 10px 20px; height: 530px;}
	
}
@media (max-width:1300px) {
.energy-product-blog-list .energy-product-blog-slider {max-width: 1000px;margin: 0 auto;width: 100%;}
	.energy-product-blog-list .item p a {font-size: 18px;line-height: 22px;}
	.energy-product-blog-slider .owl-nav .owl-prev {top: 85px;}
	.energy-product-blog-slider .owl-nav .owl-next {top: 85px;}
/*	.analysis-sec {padding: 20px 30px; width: 600px;}*/
}

@media (max-width:1200px) {
	.subCommodity-list {padding-top: 30px;}
	.full-msn-listing .subCommodity-list {border-top:none;}
	.analysis-sec {position: relative; right: 0; width: 100%; border-top: none; height: auto;}
	.analysis-sec {padding: 37px 28px 20px;}
	.analysis-sec h3 {font-size: 28px;}
	.analysis-two-row ul li img{height: 200px;}
	.inner-banner-midd {padding-right: 0;max-width: 100%;}
	.energy-transition-wrap {display: inline-block;}
	.energy-transition-lft {margin-right: 0;width: 100%;margin-bottom: 40px;}
	.energy-transition-rt {width: 100%;}
	.energy-video-wrap {width: 60%;}
	.energy-latest-blog-wrap {width: 40%;}
	.energy-transition-videos a img {margin-bottom: 0;width: 100%;}
	.energy-transition-lft h2 {font-size: 50px;}
	.cover-cta{min-height: 600px;}	
	.energy-slide-title h2{font-size: 32px;}
	.analysis-two-row ul {margin: 0 -15px;}
	.analysis-two-row ul li {padding: 0 15px;}
	.banner-btm-number {background: rgb(12,12,13);}
	.subCommodity-list {padding-bottom: 20px;}
	.energy-product-blog-list .energy-product-blog-slider {max-width: 90%;}
	.play-icon:after {bottom:0px;}
	.energy-transition-wrap{padding: 0 15px;}
}
@media (max-width:1024px) {
	.energy-slide-title img{width: 85px;}
}
@media (max-width:991px) {
/*	.inner-banner {height: 650px;}*/
	.analysis-sec h3 {font-size: 24px; line-height: 30px;}
	.inner-banner-midd p{font-size: 24px;}
	.full-cmn-banner .inner-banner-midd{padding-bottom: 40px;}
	.btn-arrow{font-size: 24px;}
	.energy-transition-lft h2 {font-size: 44px; margin-bottom: 10px;}
	.energy-transition-lft h4 {font-size: 20px; line-height: 29px;margin-bottom: 18px;}
	.energy-transition-lft p {font-size: 16px; line-height: 22px; margin-bottom: 11px;}
	.cillum-dolore h4 {font-size: 24px; margin-bottom: 8px;}
	.sign-up-box h4 {font-size: 24px;margin-bottom: 6px;}
	.energy-transition-lft{padding: 0 15px;}
	.inner-banner-midd {padding: 0 0px;}
	.energy-transition-rt {display: inline-block;}
	.energy-video-wrap {width: 100%;display: flex;border-bottom: 1px solid #d9d9d9;margin-bottom: 30px;padding-bottom: 30px; align-items: flex-start;}
	.energy-latest-blog-wrap {width:100%; display: flex;flex-wrap: wrap;}
	.energy-latest-blog-wrap {margin-left: 0;}
	.energy-latest-blog {width: 33.33%;margin-bottom: 0;padding: 0 15px;}
	.energy-latest-blog-wrap h2 { margin-bottom: 15px;width: 100%; padding: 0 15px;}
	.energy-latest-blog:last-child {display: none;}
	.energy-transition-videos {padding: 0 15px; border: none;margin-bottom: 0;}
	.energy-transition-videos:last-child {padding: 0 15px;}
	.analysis-two-row ul li p {font-size: 18px;}
	.analysis-two-row ul li {	padding: 0 15px;}
	.analysis-two-row ul {margin: 0 -15px;}
	.subCommodity-list{margin-bottom: 34px;}
	.sign-up-box {padding: 34px 35px 30px 29px;}
	.btn-transparent {padding:14px 40px 14px 37px; letter-spacing: 1px;}
	.energy-transition-videos .play-icon img {width: 50px;}
	.energy-transition {padding: 56px 0 30px;}
	.cta-wrap {display: inline-block;width: 100%;}
	.cover-cta {height: 500px;     min-height: 500px;}
	.cta-desc .cta-desc-wrap {width: 100%;padding: 60px 60px;max-width: 100%;}
	.cta-desc h2 {font-size: 36px;margin-bottom: 16px;}
	.cta-desc .cta-desc-wrap p {font-size: 20px;line-height: 30px;}
	.btn-transparent {font-size: 18px;}
	.energy-slide-wrap {display: inline-block; width: 100%;}
	.energy-slide-icon {width: 100%;}
	.energy-podcasts-slider {width: 100% !important; padding:0 40px; top: -15px;}
	.energy-transition-slider {width: 100% !important;padding:0 40px;  top: -15px;}
	.energy-news-slider {width: 100% !important; padding:0 40px;  top: -15px;}
	.energy-slide-wrap .owl-nav .owl-prev {left: 0;}
	.icon-desc {left: 0;width: 100%; justify-content: space-between;display: flex;}
	.energy-slide-title h2 {display: inline-block; margin-left: 40px; font-size: 24px;}
	.energy-slide-wrap .item p{font-size: 16px;}
	.energy-slide-title a {margin-right: 20px;}
	.energy-transition-slider .item {margin-right: 25px;}
	.energy-transition-slide {padding: 20px 0 15px;}
	.energy-transition {padding: 30px 0 30px;}
	.subCommodity-list{padding-bottom: 25px;}
	.subCommodity-list .owl-item a{font-size: 18px;}
	.analysis-sec {padding: 20px 28px 20px;}
	.play-icon:after { width: 50px;height: 50px;bottom:0px;background-size: 100%;}		
	.feactured-videos h2 {font-size: 36px;     padding: 0 15px;}
	.energy-video-desc h3 {font-size: 24px;	}
    .energy-transition-wrap{padding: 0;}
	.onl-com-p .masonry h2, .energy-product-blog-sec h2 {padding-left: 14px;}
	
}
@media (max-width:767px) {
	.inner-banner-midd h1 {font-size: 34px;line-height: 40px;}
	.inner-banner-midd p {font-size: 18px;}
	.btn-arrow {font-size: 20px;}
	.inner-banner {height:650px;}
	.energy-transition-videos .play-icon img {width: 40px;}
	.play-icon:after {width: 40px;height: 40.7px;bottom: 0px;background-size: 100%;}
	.feactured-videos h2{font-size: 30px;}
	.energy-product-blog-list .energy-product-blog-slider {max-width: 100%;padding: 0 14px;}
	.analysis-two-row ul li img {height: auto;object-fit: initial;}
	.energy-product-blog-sec {padding-bottom: 20px;}
	
}
@media (max-width:640px) {
	.inner-banner-midd h1 {font-size: 24px;line-height: 30px; margin-bottom: 8px;}
	.inner-banner-midd p {font-size: 14px;}
	.btn-arrow {font-size: 18px;}
	.inner-banner-midd p {font-family: 'Akkurat Pro'; line-height: 18px;}
	.inner-banner-midd {padding: 0 5px;}
	.inner-banner-midd span {font-size: 14px; font-family: 'Akkurat Pro';font-weight: bold; margin-bottom: 5px;}
	.energy-news-slider .item {margin-right: 0px;}
	.analysis-two-row ul {display: inline-block;width: 100%;}
	.analysis-two-row:after {left: 0;}
	.analysis-two-row ul li {width: 100%;}
	.analysis-two-row ul{margin: 0;}
	.analysis-two-row ul li {padding: 0; margin-bottom: 30px;}
	.analysis-two-row ul li:last-child{margin-bottom: 0;}	
	.energy-transition-lft h2 {font-size: 24px; }
	.energy-transition-lft h4  {font-size: 18px;line-height: 26px; margin-bottom: 10px;} 
	.energy-transition-two-row {display: inline-block;margin-top: 15px;	padding-top: 25px; margin-bottom: 10px;padding-bottom: 2px;}
	.cillum-dolore {margin-right: 0;margin-bottom: 20px;}
	.sign-up-box h4 {font-size: 20px;line-height: 24px;}
	.sign-up-box {padding: 26px 35px 30px 19px;}
	.energy-video-wrap{display: inline-block; width: 100%; padding-bottom: 0;}
	.energy-video-desc h3{font-size: 24px;}
	.energy-transition-videos{margin-bottom: 30px;}
	.energy-latest-blog {width: 100%; margin-bottom: 10px;}
	.energy-latest-blog:last-child {margin-bottom: 0px;}
	.cta-desc .cta-desc-wrap {padding: 40px 30px 30px;}
	.cta-desc h2 {font-size: 24px;}
	.cta-desc .cta-desc-wrap p {font-size: 16px;line-height: 26px;}
	.btn-transparent {font-size: 16px;padding: 13px 20px 13px 20px;}
	.cover-cta {height: 300px;     min-height: 300px;}
	.energy-latest-blog-wrap h2{font-size: 30px;}
	.energy-slide-title img {width: 90px;}
	.energy-transition-slider {top: -20px;}
	.energy-podcasts-slider {top: -20px;}
	.energy-news-slider {top: -20px;}
	.energy-slide-title h2 {font-size: 24px;}
	.energy-slide-title a {font-size: 16px;}
	.energy-slide-title a:after {font-size: 16px;}
	.energy-slide-wrap .item p {font-size: 16px;}
	.energy-transition-slider .item{margin-right: 0;}
	.energy-transition {padding: 24px 0 30px;}
	.subCommodity-list {padding-bottom: 15px;}
	.subCommodity-list .owl-item a {font-size: 16px;}
	.analysis-sec {padding: 10px 28px 25px;}
	.subCommodity-list {padding-top: 20px;}
	.analysis-sec h3{margin-bottom: 10px;}
	.energy-transition-videos a{width: 100%;}
	.energy-video-desc{width: 100%;padding-left: 0px;}	
	.feactured-videos-wrap .energy-video-desc{width:100%!important;padding-left:0px;}
	.energy-product-list .item a {font-size: 16px;}
	.energy-product-list .energy-product-slider {max-width: 400px;}
	.subCommodity-slider .item:last-child {padding-right: 15px;}
	.subCommodity-slider .item:first-child {padding-left: 15px;}
	.inner-banner {height: 550px;}
}
@media (max-width:480px) {
	.subCommodity-list .owl-item a {font-size: 14px;}
	.energy-transition-slider {top: -10px;}
	.energy-podcasts-slider {top: -10px;}
	.energy-news-slider {top: -10px;}
	.full-cmn-banner .inner-banner-midd{padding-bottom: 20px;}
	.inner-banner-midd {padding: 0;}
}


.watch-list-slider .owl-dot {
    display: inline-block;
    counter-increment: slides-num;
    margin-right: 5px;
	font-family: 'Akkurat Pro';font-weight: bold;
}
.watch-list-slider .owl-dots:after {
    content: counter(slides-num);
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    vertical-align: middle;
    padding-left: 5px;
	color: #222;
}
.watch-list-slider .owl-dot.active:before {
    content: counter(slides-num) " / ";
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    position: absolute;
    right: 50px;
    top: -57px;
    color: #222;
}
.watch-list-slider .owl-dots:after {
    content: counter(slides-num);
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    vertical-align: middle;
    padding-left: 5px;
    position: absolute;
    right: 35px;
    top: -57px;
	font-family: 'Akkurat Pro';font-weight: bold;
}
.watch-list-slider .owl-nav .owl-prev {
    position: absolute;
    top: -50px;
    transform: translateY(-50%);
    background-image: url(../images/left-side-arrow.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    font-size: 0;
    left: auto;
    right: 80px;
}
.watch-list-slider .owl-nav .owl-next {
    position: absolute;
    top: -50px;
    transform: translateY(-50%);
    background-image: url(../images/right-side-arrow.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    font-size: 0;
    right: 0px;
}

.black-theme .watch-list-slider .owl-nav .owl-prev {

    background-image: url(../images/left-side-arrow-white.png);

}
.black-theme .watch-list-slider .owl-nav .owl-next {
    background-image: url(../images/right-side-arrow-white.png);
}

.watch-list-slider .owl-nav .owl-prev {
    background-image: url(../images/black-arrow-left.png);
}
.watch-list-slider .owl-nav .owl-next {
    background-image: url(../images/black-arrow-right.png);
}
.black-theme .watch-list-slider.watch-list-slider .owl-dots:after {color: #fff;}
.black-theme .watch-list-slider.watch-list-slider .owl-dot.active:before {color: #fff;}


.btn::after, .btn::before{content: " ";display: block;position: absolute;width: 100%;top: 0;bottom: 0;right: 0;background: #fff;z-index: -1;}
.btn::before {transform: translateX(-100%);z-index: 1;}
.btn:hover:before {transform: translateX(0);transition: transform 350ms ease;}
.btn::after {z-index: 0;transform: translateX(100%);transition: none;transition: transform 350ms ease;}
.btn:hover:after {opacity: 1;transform: translateX(0);transition: transform 350ms 360ms ease;}
a.btn span {z-index: 5;position: relative;display: inline-block;}
a.btn:hover span {color: #000;}

.btn::after, .btn::before{content: " ";display: block;position: absolute;width: 100%;top: 0;bottom: 0;right: 0;background: #fff;z-index: -1;}
.btn::before {transform: translateX(-101%);z-index: 1;}
.btn:hover:before {transform: translateX(0);transition: transform 350ms ease;}
.btn::after {z-index: 0;transform: translateX(101%);transition: none;transition: transform 350ms ease;}
.btn:hover:after {opacity: 1;transform: translateX(0);transition: transform 350ms 360ms ease;}
a.btn span {z-index: 5;position: relative;display: inline-block;}
a.btn:hover span {color: #000;}

.btn-transparent::after, .btn-transparent::before{content: " ";display: block;position: absolute;width: 100%;top: 0;bottom: 0;right: 0;background: #fff;z-index: -1;}
.btn-transparent::before {/* background: blue; */transform: translateX(-100%);z-index: 1;}
.btn-transparent:hover:before {transform: translateX(0);transition: transform 350ms ease;}
.btn-transparent::after {z-index: 0;transform: translateX(100%);transition: none;transition: transform 350ms ease;}
.btn-transparent:hover:after {opacity: 1;transform: translateX(0);transition: transform 350ms 360ms ease;}
a.btn-transparent span {z-index: 5;position: relative;/* transition: color 350ms ease; */display: inline-block;}








.black-theme .masonry .categories-sec ul li, .black-theme .masonry .categories-sec ul li a, .black-theme .mis-cont-block h4 a, .black-theme .mis-cont-block h4, .black-theme .mis-cont-block p, .black-theme .live-on-block .live-title h3, .black-theme .live-text-video-block .live-des p, .black-theme .watchlist h3, .black-theme .watchlist ul li h4, .black-theme .watchlist ul li p, .black-theme .feactured-videos h2 {color: #fff;}
/*.black-theme .masonry .container{    border-bottom: 1px solid #ffffff;border-top: 1px solid #ffffff;}*/
.black-theme .live-now .watchlist {    border-left: 1px solid #ffffff;}
.bro-btn a.active-color {background-color: #d6002a;}

/* text Popop Style here*/
.platts-popop {
    max-width: 1080px;
    margin: 0 auto;
    background-color: #ffffff;
	position: relative !important;
	margin-top: 27px;	
	opacity: 0;
	left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    transform: inherit !important;
}
.black-theme .platts-popop {
    background-color: #222222;

}
.mfp-ready .platts-popop {
	animation: fadeInTop 0.5s ease forwards;
	animation-delay: 0.5s;
	opacity: 0;
	position: relative;
	margin-right: auto;
    margin-left: auto;
}
@keyframes fadeInTop {
    0% {top: 150px;}	
    100% { top: 0; opacity:1;}
}

@-webkit-keyframes fadeInTop {
    0% {top: 150px;}
    100% { top: 0; opacity:1;}
}


.popup-custom-vidoe {
/*    padding-bottom: 56.25%;*/
	padding-bottom: 30px;
    position: relative;
    margin-bottom: 29px;
}
.popup-custom-vidoe .vidyard-player-container {
    position: relative; 
    text-align: center;
    max-width: 100% !important;
    height: auto !important;
    max-height: 100% !important;
}
.popup-custom-vidoe iframe {
    width: 100%;
    height: 100%;
    position: absolute;
}
.platts-popop button.mfp-close {
    background-color: #d6002a;
    color: #fff;
    opacity: 1;
    border-radius: 5px;
    font-weight: 600;
    width: 60px;
    height: 60px;
    font-size: 32px;
    top: -22px;
    right: -22px;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
}
.platts-popop button.mfp-close:hover {
    background-color: #fff;
    color: #d6002a;
    box-shadow: 1px 0 7px rgba(255, 255, 255, 0.5);
}
.videos-text-popup {
    padding: 60px 60px 21px;
	box-shadow: 0 0 30px rgba(0,0,0,0.9);
}
.video-graph span {
    color: #d6002a;
    font-family: 'Akkurat Pro';font-weight: bold;
    margin-bottom: 13px;
    display: block;
    text-transform: uppercase;
    font-size: 14px;
}
.video-graph h2 {
    font-size: 48px;
    line-height: 1.14;
    font-family: 'Akkurat Pro';font-weight: bold;
    letter-spacing: -0.025em;
    margin-bottom: 36px;	
	color: #222222;
}
.black-theme .video-graph h2 {
	color: #ffffff;
}
.popup-address {
    padding: 21px 0 15px 0;    
	border-top: 1px solid #222222;
    border-bottom: 1px solid #222222;	
	font-size: 0;
}
.black-theme .popup-address {    
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.popup-social span {
    font-size: 19px;
    display: inline-block;
    vertical-align: middle;
	color: #222222;
	
}
.black-theme .popup-social span{
	color: #ffffff;
}
.popup-address p {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    font-family: 'Akkurat Light Pro';font-weight: 300;
    line-height: 1.2;
    width: 57%;
    letter-spacing: 0.019em;
	padding-right: 10px;
	color: #222222;
	
}
.black-theme .popup-address p{
	color: #ffffff;
}
.popup-social ul {
    display: inline-block;
    vertical-align: middle;
	margin-left: 12px;
}
.popup-social ul li {
    display: inline-block;
    margin-right: 23px;
    vertical-align: middle;
	color: #222222;	
}
.black-theme .popup-social ul li {
	color: #ffffff;
}

.popup-social ul li:last-child {
    margin-right: 0;
}
.popup-social ul li a i {
    color: #222222;
	font-size: 19px;
    transition: all 0.5s ease-in-out;
}
.black-theme .popup-social ul li a i {
	color: #ffffff;
	
}
.popup-social ul li a i:hover {
    color: #d6002a;
}
.popup-social {
    width: 43%;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
}
.popup-p-mail {
    padding: 18px 0 5px 8px;
    border-bottom: 1px solid #222222;
}
.black-theme .popup-p-mail {	
	border-bottom: 1px solid #fff;
	
}
.popup-p-mail ul li {
    width: 100%;
    margin-bottom: 10px;
    font-size: 18px;
    font-family: 'Akkurat Light Pro';font-weight: 300;
    letter-spacing: 0.005em;
}
.popup-p-mail ul li i {
    margin-right: 7px;
    font-size: 17px;
}

.popup-des {
    font-size: 18px;
    margin-bottom: 28px;
    line-height: 1.7;
    font-family: 'Akkurat Light Pro';
    font-weight: 300;
    color: #222222;
    border-bottom: 1px solid #222222;
    padding: 33px 0 7px;
}
.black-theme .popup-des {
	border-bottom: 1px solid #fff;
}
.popup-des h2 {
	color: #222222;
}

.black-theme .popup-des h2 {
	color: #ffffff;
}

.popup-des h3 {    
    font-size: 30px;
    letter-spacing: 0.016em;
    line-height: 1.25;
    margin-bottom: 15px;
	color: #222222;
}
.black-theme .popup-des h3 {	
	color: #ffffff;
}

.popup-des p {
    font-size: 18px;
    margin-bottom: 28px;
    line-height: 1.7;
    font-family: 'Akkurat Light Pro';font-weight: 300;	
	color: #222222;
}

.black-theme .popup-des p {
	color: #ffffff;	
}

.popup-des a {
	display: inline-block;
	margin-bottom: 25px;
	color: #d6002a;
	font-family: 'Akkurat Pro';
    font-weight: bold;
}
.popup-des p a {
    margin-bottom: 0;
}
.popup-des a:hover{
	color: #222222;
}
.black-theme .popup-des a:hover{	
	color: #ffffff;
}

.red-coal {
    padding-top: 28px;
    padding-bottom: 27px;    
	border-bottom: 1px solid #222222;
}
.black-theme .red-coal {    
    border-bottom: 1px solid #fff;
}
.red-coal span {
    display: block;
    color: #d6002a;
    font-family: 'Akkurat Pro';font-weight: bold;
    font-size: 17px;
}
.media-contact-p {
    padding: 31px 0 7px;    
}
.media-contact-p h4 {
    display: inline;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Akkurat Light Pro';font-weight: 300;
}
.media-contact-p .media-info {
    display: inline-block;
    vertical-align: top;
    padding-left: 14px;
}
.media-contact-p .media-info p {
    line-height: 1.5;
    margin-bottom: 5px;
}

.media-contact-p .media-info ul li {
    margin-bottom: 10px;
}
.media-contact-p .media-info ul li a {
    color: #fff;
    font-size: 17px;
}
.media-contact-p .media-info ul li a i {
    margin-right: 10px;
}
.media-contact-p .media-info ul li a:hover {
    color: #d6002a;
}
.popup-platts-des {
    padding: 50px 59px 50px;
    background-color: #111111;
	box-shadow:0 30px 30px rgba(0,0,0,0.9);
}
.popup-platts-des h4 {
    font-size: 30px;
    margin-bottom: 0;
    letter-spacing: 0.02em;
}
.popup-platts-des p {
    font-size: 18px;
    font-family: 'Akkurat Light Pro';font-weight: 300;
    line-height: 1.7;
}



.genre-filter-navigation .page-numbers {
    display: none;
}
.load_btn_set {
    text-align: center;
}
a.next.page-numbers {
    display: block;
}
.popup-custom-image img {
    width: 100%;
	margin-bottom: 29px
}
/* text Popop Style here*/

/* Site Map Style here*/

.coman-page {
    padding-top: 150px;
}
.coman-page .wsp-container {
    max-width: 1660px;
    width: 100%;
    margin: 0 auto;
    padding: 0 30px 30px;
}
.coman-page h2 {
    border-bottom: 1px solid #d6002a;
    padding-bottom: 7px;
    display: inline-block;
	color:#222222
}
.coman-page .wsp-container ul li a {
    color: #222222;
	font-size: 18px;
}
.black-theme .coman-page h2 {
    color: #ffffff !important;
}

.black-theme .coman-page p {
    color: #ffffff !important;
}

.black-theme .coman-page h4 {
    color: #ffffff !important;
}
.black-theme .coman-page .wsp-container ul li {
    margin-bottom: 15px;
}
.black-theme .coman-page .wsp-container ul {
    margin-bottom: 20px;
}
.coman-page .wsp-container ul li a:hover {
    color: #d6002a;
}
.black-theme .coman-page .wsp-container ul li a {
	color: #ffffff;
}
.black-theme .coman-page .wsp-container ul li a:hover {
    color: #d6002a;
}

/* Site Map Style here*/

/* Loader Style here*/
/* MULTI SPINNER */
/*
.all-page-loader{
	display: none;
}
*/

.all-page-loader {
    position: fixed;
    z-index: 99999;
    width: 100%;
    height: 100%;
    display: flex;
    background-color: #d9d9d9;
    align-items: center;
/*	display: none;*/
}

.multi-spinner-container {
  width: 150px;
  height: 150px;
  position: relative;
  margin: 30px auto;
  overflow: hidden;
}

.multi-spinner {
    position: absolute;
    width: calc(100% - 9.9px);
    height: calc(100% - 9.9px);
    border: 5px solid transparent;
    border-top-color: #0c0c0d;
    border-radius: 50%;
    -webkit-animation: spin 5s cubic-bezier(0.17, 0.49, 0.96, 0.76) infinite;
    animation: spin 5s cubic-bezier(0.17, 0.49, 0.96, 0.76) infinite;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.on-twitter span {
    text-transform: uppercase;
    color: #fff;
    background: #d6002a;
    font-size: 22px;
    font-family: 'Akkurat Pro';
    font-weight: bold;
    padding: 12px 20px 10px 87px;
    display: inline-block;
    letter-spacing: 0.5px;
}
.on-twitter span i{display: none;}
.on-twitter {display: inline-block;width: 240px;}
.banner-btm-number .banner-number-slider {
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
    /* height: 50px; */
    position: relative;
}
/* Loader Style here*/

/* Tab Style here*/
.marquee-wrap {	margin-bottom: 110px;	position: relative;	z-index: 1;	height: 700px;}
.animation-scroll {    margin: 0 auto;    white-space: nowrap;    overflow: hidden;    position: absolute;}
.marquee-wrap .resp-tabs-list {    display: flex;    position: relative;    z-index: 1;	    display: inline-block;    padding-left: 100%;    animation: marquee 40s linear infinite;}
.marquee-wrap .tabs-li{    font-weight: 700;    font-size: 100px;    font-family: 'Akkurat Pro';    font-weight: bold;
    display: inline-block;    padding: 12px 50px 14px 50px;    margin: 0 0 0 0;    list-style: none;    cursor: pointer;
    float: left;    color: #222;   background-color: transparent!important;    transition: all .5s ease-in-out;    -webkit-transition: all .5s ease-in-out;    -moz-transition: all .5s ease-in-out;}
.marquee-wrap .tabs-li:hover{	color: #ddd;}
.marquee {    margin: 0 auto;    white-space: nowrap;    overflow: hidden;    position: absolute;    width: inherit;    z-index: 1;	transition: all -0.8s ease-out;}
.marquee-wrap1 .TabRow{	height: 110px;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.marquee-wrap1{	margin-bottom: 110px; 	position: relative; 	z-index: 1; }
.marquee-wrap1 {    margin-bottom:40px;}
.marquee span{display: inline-block;}
.marquee span a {
    font-weight: 700;
    font-size: 86px;    
    display: inline-block;
    padding: 12px 30px 14px 30px;
    margin: 0 0 0 0;
    list-style: none;
    cursor: pointer;    
	background-color: transparent !important;
	color:#222222;
	    font-family: 'Akkurat Pro';
    font-weight: bold;
}
.marquee span a:hover {
    color: #d6002a;
}

.black-theme .marquee span a{
	color:#fff;
}
.black-theme .marquee span a:hover{
	   color: #d6002a;
}

/* Tab Style here*/
/* New page Style Start*/

/* Single Hero Section */

section.single-hero-banner {
    height: 640px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}
.single-hero-banner .banner-mid-content {
    max-width: 1254px;
    width: 100%;
	position: relative;
}
.single-hero-banner .banner-mid-content h1 {
    font-size: 72px;
    line-height: 1.1;
	margin-bottom: 10px;
}
.single-hero-banner .banner-mid-content span {
    font-size: 72px;
    line-height: 1.1;    
    font-weight: bold;
    color: #d6002a;
	font-family: 'Akkurat Pro';
}
.single-hero-banner .banner-mid-content p {
    font-size: 34px;
    font-weight: bold;
}
.single-hero-banner .scroll-to-btm a {
    bottom: 121px;
}
/* Single Hero Section */

/* Menu And Social Section */
.menu-social-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	overflow: hidden;
	position: relative;
	background-color: #000;
}
.menu-social-section:before {
    background-color: #222222;
    position: absolute;
    width: 50%;
    height: 100%;
    content: "";
    z-index: 0;
    top: 0;
}
.left-menu-sec ul li {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.1;
    padding: 20px 16px;
}
.left-menu-sec ul li a {
    font-size: 20px;
    color: #fff;
    font-family: 'Akkurat Pro';font-weight: bold;
}
.menu-social-section .left-menu-sec ul {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}
.left-menu-sec ul li a:hover{color:#d6002a;}
.left-menu-sec ul li {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.1;
    padding: 0 20px;
    margin: 20px 0;
    border-right: 2px solid #fff;
    line-height: 1;
}
.left-menu-sec ul li:last-child {
    border: none;
}
.menu-social-section .left-menu-sec {
    float: left;
    width: 50%;
	position: relative;
}
.menu-social-section .right-social-section {
    float: left;
    width: 50%;
	background-color: #000;	
}


.menu-social-section .logo { padding-left: 48px; width: 10%; position: relative; display: none; }
.fixed-header .menu-social-section .logo { display: block; }
.fixed-header .menu-social-section .left-menu-sec { width: 40%; }


.right-social-section ul { display: flex; }
.right-social-section ul li {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 14%;
}
.right-social-section ul li a {
    color: #fff;
    padding: 31px 19px;
    display: inline-block;
	width: 100%;
    height: 100%;
	font-size: 12px;
    font-family: 'Akkurat Pro';font-weight: bold;
}
.right-social-section ul li a i {
    font-size: 32px;
    display: block;
    margin-bottom: 10px;
}

.right-social-section ul li a:hover {
    background-color: #d6002a;
}
.menu-social-section .right-social-section:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    right: -100%;
    top: 0;
}
.rest-btn {
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
    background-color: #d6002a;
    text-align: center;
    width: 19%;
}
.right-social-section .rest-btn a {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    padding: 0 50px;
    background-color: #d6002a;
    text-align: center !important;
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.right-social-section .rest-btn a:hover {
    background-color: #222;
}
.right-social-section .rest-btn a.not_logged_in {
    font-size: 20px;
    padding: 0 30px;
}

@media (min-width: 992px) {
    body.fixed-header { padding-top: 119px; }
    .fixed-header .menu-social-section { position: fixed; top: 0; z-index: 999; width: 100%; box-shadow: 0 1px 5px rgba(0,0,0,0.35); 
        -webkit-animation: slideDown 0.5s linear 0s;
        animation: slideDown 0.5s linear 0s;
        backface-visibility: hidden;
    }	
}

@keyframes slideDown {
  0% {
    transform: translateY(-100%)
  }
  100% {
    transform: translateY(0%)
  }
}
@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%)
  }
  100% {
    -webkit-transform: translateY(0%)
  }
}
@-moz-keyframes slideDown {
  0% {
    -moz-transform: translateY(-100%)
  }
  100% {
    -moz-transform: translateY(0%)
  }
}

/* Menu And Social End */

/* Sponsorship and List Section Start */
.btn-transparent-red {font-family: 'Akkurat Pro';font-weight: bold;font-size: 20px;color: #d6002a;    padding: 16px 45px 16px 45px;display: inline-block;border-radius: 5px;letter-spacing: 2px;overflow: hidden;position: relative;-webkit-transition: all 0.45s ease-in-out;-o-transition: all 0.45s ease-in-out;    transition: all 0.45s ease-in-out;-webkit-transition: all 0.5s ease-in-out;border: 1px solid #d6002a;text-transform: uppercase;}
.btn-transparent-red::after, .btn-transparent-red::before {content: " ";display: block;position:absolute;
width: 100%;top: 0;bottom: 0;right: 0;background: #d6002a;z-index: -1;}
.btn-transparent-red::before {-webkit-transform: translateX(-100%);-ms-transform: translateX(-100%);   
transform: translateX(-100%);z-index: 1;}
.btn-transparent-red::after {z-index: 0;-webkit-transform: translateX(100%);-ms-transform: translateX(100%);transform: translateX(100%);-webkit-transition: none;-o-transition: none;transition: none;-webkit-transition: -webkit-transform 350ms ease;transition: -webkit-transform 350ms ease;
-o-transition: transform 350ms ease;transition: transform 350ms ease;transition: transform 350ms ease, -webkit-transform 350ms ease;}
.bnt-reg-spo ul li a.btn {
    border: 1px solid #d6002a !important;
}
.btn-transparent-red:hover span {
    color: #fff;
    position: relative;
    z-index: 1;
}
.btn-transparent-red span {
     -webkit-transition: all 0.3s ease-in-out;    -o-transition: all 0.3s ease-in-out;    transition: all 0.3s ease-in-out;
}
.btn-transparent-red:hover:before {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: -webkit-transform 350ms ease;
    transition: -webkit-transform 350ms ease;
    -o-transition: transform 350ms ease;
    transition: transform 350ms ease;
    transition: transform 350ms ease, -webkit-transform 350ms ease;
}
.btn-transparent-red:hover:after {
    opacity: 1;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: -webkit-transform 350ms 360ms ease;
    transition: -webkit-transform 350ms 360ms ease;
    -o-transition: transform 350ms 360ms ease;
    transition: transform 350ms 360ms ease;
    transition: transform 350ms 360ms ease, -webkit-transform 350ms 360ms ease;
}
.bnt-reg-spo {
    margin-top: 82px;
    width: 100%;
}
.bnt-reg-spo ul li {
    vertical-align: middle;
    display: inline-block;
    margin-right: 20px;
}
.bnt-reg-spo ul li a {
    padding: 18px 41px 15px 36px;
    letter-spacing: 0.00em;
}
.spons-signle-cont {
    padding-top: 116px;
    padding-bottom: 97px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
	background-color: #eeeeee;
	position: relative;
}
.spons-signle-cont:before {
    width: 50%;
    background-color: #fff;
    top: 0;
    position: absolute;
    content: "";
    height: 100%;
}
.spons-signle-cont .reg-spo-class {
    float: left;
    width: 50%;
    position: relative;
}
.spons-signle-cont .bonus-class {
    float: left;
    width: 50%;
	padding-left: 153px;
	padding-right: 82px;
	position: relative;
}
.spons-signle-cont .reg-spo-class {
    color: #222222;
	padding-right: 186px;
}
.reg-spo-class h2 {
    font-size: 64px;
	line-height: 1.1;
	margin-bottom: 39px;
}
.spons-signle-cont .reg-spo-class p {
    font-size: 24px !important;
    font-family: 'Akkurat Light Pro' !important;
    margin-bottom: 30px !important;
}
.spons-signle-cont p strong, .faqs-section p strong, .brandlogo p strong, .sponsorship-content p strong { font-family: 'Akkurat Pro';font-weight: bold; }
.spons-signle-cont .reg-spo-class h4 {
    padding: 33px 0 38px;
    border-top: 2px solid #222222;
    border-bottom: 2px solid #222222;
    line-height: 1.1;
}
.bonus-icon .sec-icons {
    width: 22%;
    float: left;
}
.bonus-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;    
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.bonus-icon .regi-list {
    float: left;
    width: 78%;
    padding-left: 16px;
}
.bonus-class h2 {
    color: #222;
    font-size: 64px;
	line-height: 1.1;
	margin-bottom: 30px;
}
.bonus-class p {
	color: #222;
	font-size: 24px;
	font-family: 'Akkurat Light Pro';	
	margin-bottom: 39px;
}
.regi-list h5 {
    color: #222222;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 0px;
}
.spons-signle-cont .reg-spo-class h4 span {
    font-size: 26px !important;
    background-color: #ffffff;
    font-family: 'Akkurat Pro' !important;
}


/* Sponsorship and List Section End */

/* Agenda Accoundion Section Start */
.accordion-content {
    display: none;
}
.accordion-content a {
    color: #ffffff;
}
.accordion-title {    
    border-bottom: 1px solid #222526;
    list-style: outside none none;
    display: block;
    color: #fff;    
    padding: 10px 15px;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.accordion-title > span {
    float: right;
    position: relative;
    display: none !important;
}
.accordion-title.active > span {
    float: right;
    position: relative;
    background: #fff;
}

.agenda-accoundion-sec {
    padding-top: 122px;
    padding-bottom: 205px;
}
.agenda-accoundion-sec h2 {
    font-size: 64px;
    margin-bottom: 47px;
}
.agenda-accoundion-sec a.accordion-title {
    font-size: 48px !important;
    padding: 36px 70px 46px 0;
    font-weight: bold;
    border-bottom: 2px solid #fff;
    letter-spacing: -0.01em;
	position: relative;
}
.agenda-accoundion-sec a.accordion-title:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f107";
    position: absolute;
    right: 0;
    font-size: 59px;
    top: 50%;
    font-weight: 300;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.agenda-accoundion-sec a.accordion-title.active:before{
	content: "\f106";
}
.agenda-accoundion-sec li:last-child a.accordion-title {
    border-bottom: 0;
}
.agenda-accoundion-sec ul.accordion-content > li {
    border-bottom: 2px solid #fff;
    padding: 21px 20px 16px 13px;
}
.agenda-accoundion-sec ul.accordion-content > li .agenda-time {
    display: inline-block;
    vertical-align: middle;
    width: 9.5%;
    font-size: 20px;
    font-weight: bold;
}
.agenda-accoundion-sec ul.accordion-content > li .agenda-des p {
    font-family: 'Akkurat Light Pro';
    font-size: 20px;
	margin-bottom: 12px;
}
.agenda-accoundion-sec ul.accordion-content > li ul li {
	font-family: 'Akkurat Light Pro';
    font-size: 20px;
	margin-bottom: 13px;
	list-style: disc;
}
.agenda-accoundion-sec ul.accordion-content > li .agenda-des {
    display: inline-block;
    vertical-align: top;
    width: 88%;
}
.acc-start .accordion {
    padding: 20px 63px 30px 61px;
    background-color: #1d0504;
}
.acc-start .accordion li{
    list-style: none;
}
.agenda-accoundion-sec ul.accordion-content > li .agenda-des ul ul {
    margin-top: 15px;
}
.agenda-accoundion-sec ul.accordion-content > li ul li li {
    padding-left: 5px;
    list-style: none;
    position: relative;
    margin-bottom: 10px;
}
.agenda-accoundion-sec ul.accordion-content > li ul li li:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    background-color: #a09c9d;
    left: -20px;
    top: 11px;
}
.agenda-des > ul {
    padding-left: 63px;
}
.agenda-accoundion-sec .container {
    max-width: 1632px;
}

/* Agenda Accoundion Section End */

/* Speakers Section Start */

.speakers-section {
    background-color: #060101;
    padding-top: 107px;
    padding-bottom: 97px;
}
.speakers-section .container {
    max-width: 1630px;
}
.speakers-section h2 {
    font-size: 64px;
    margin-bottom: 50px;
}
.speakers-section .spekers-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    height: 840px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
	margin-bottom: 90px;		
}
.speakers-section .spekers-bg .speaker-details {
    background-color: #fff;
    position: relative;
    padding: 91px 50px 105px 74px;
    max-width: 639px;
	
}
.speakers-section .spekers-bg .speaker-details span {
    display: block;
    font-size: 24px;
    text-transform: uppercase;
    color: #d6002a;
    font-weight: bold;
}
.speaker-details h3 {
    font-size: 54px;
    margin-bottom: 16px;
    line-height: 1.2;
}

.speakers-section .spekers-bg .speaker-details p {
    font-family: 'Akkurat Light Pro';
    font-size: 36px;
    color: #222222;
    line-height: 1.3;
}
.speakers-section .spekers-bg .speaker-details p{
	font-family: 'Akkurat Light Pro';
}
.spekers-three-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.spekers-three-col .spe-mamber {
    float: left;
    width: 30%;
    margin-right: 5%;
    margin-bottom: 74px;
}
.spekers-three-col .spe-mamber:nth-of-type(3n + 3) {
    margin-right: 0;
}
.spekers-three-col .spe-mamber .spe-mem-image {
    background-size: cover;
    background-position: top center;
    width: 100%;
    height: 480px;
}
.spe-mamber .spe-mamber-details {
    background-color: #fff;
    padding: 52px 20px 65px 55px;
}
.spe-mamber .spe-mamber-details h4 {
    color: #222;
    font-size: 40px;
    margin-bottom: 4px;
}
.spe-mamber .spe-mamber-details span {
    font-size: 24px;
    display: block;
    font-family: 'Akkurat Light Pro';
    color: #222222;
    margin-bottom: 8px;
}
.spe-mamber .spe-mamber-details p {
    color: #222222;
    font-size: 24px;
    font-weight: 400;
}

/* Speakers Section End */













/*============================================================================
==============================================================================
==============================================================================*/
/* FAQs Section Start */
.faqs-section { background-color: #fff; color: #222222; padding-top: 110px; padding-bottom: 110px; }
.faqs-section .titlebar { font-family: 'Akkurat Light Pro';font-weight: 300; font-size: 24px; line-height: 1.3; margin-bottom: 50px; }
.faqs-section .titlebar h2 { font-size: 64px; } 
.faqs-section .acc-start .accordion { background-color: transparent; padding: 0; }
.faqs-section .accordion { border-top: 1px solid #222526; }
.faqs-section .accordion-title { color: #d6002a; font-size: 24px; padding: 35px 60px 35px 0; }
.faqs-section .accordion-content { padding: 30px 0 0; }
.faqs-section a.accordion-title {position: relative;}
.faqs-section a.accordion-title:before {font-family: "Font Awesome 5 Pro";content: "\f107";position: absolute;right: 0; font-size: 59px;    top: 50%;font-weight: 300; -webkit-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; -webkit-transform: translateY(-50%); transform: translateY(-50%);-webkit-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
.faqs-section a.accordion-title.active:before{ content: "\f106"; }

/* Sponsors Section Start */
.sponsors-section { background-color: #f9f9f9; color: #222222; padding-top: 110px;padding-bottom: 70px; }
.sponsors-section .titlebar { margin-bottom: 30px; }
.sponsors-section .titlebar h2 { font-size: 64px; } 
.sponsors-logos { display: flex; justify-content: center; flex-wrap: wrap; }
.brandlogo { width: 25%; padding-left: 15px; padding-right: 15px; text-align: center;margin-bottom: 40px;}
.brandlogo figure {display: flex; justify-content: center; align-items: center;     margin-bottom: 0;}
.sponsors-logos p {display: none;}
.sponsors-logos span.desctext {display: none;}
.colortext { color: #d6002a; }
.desctext { position: relative; padding: 0 14px; margin-top: 10px; display: inline-block; position: relative; }
.desctext p { line-height: 1.5; }
.desctext small { font-size: 13px; color: #6e6e6e; font-weight: 700; position: relative; }
.desctext:before { content: ''; display: inline-block; width: 28px; height: 28px; border-radius: 50%; position: absolute; top: 0; left: 0; }
.desctext.silver:before { background-color: #c9c9c9; }
.desctext.gold:before { background-color: #e3bc75; }

/* Sponsorship Section Start */
.sponsorship-section { background-color: #d6002a; font-size: 24px; position: relative; } 
.sponsorship-section h2 { font-size: 64px; }
.sponsorship-row { display: flex; justify-content: center; flex-wrap: wrap; align-items: center; min-height: 800px; }
.sponsorship-image { background-repeat: no-repeat; background-position: center; background-size: cover; position: absolute; top: 0; left: 0; width: 50%; height: 100%; }
.sponsorship-content { width: 50%; padding: 7% 15px 7% 10%; margin-left: auto; } 
.sponsorship-content p{ font-family: 'Akkurat Light Pro';font-weight: 300; margin-bottom: 38px; }
.sponsorship-content address { font-family: 'Akkurat Light Pro';font-weight: 300;margin-bottom: 10px;font-size: 24px;     font-style: normal;}
.sponsorship-content address a { color: #fff; font-family: 'Akkurat Light Pro';}
.sponsorship-content address a:hover{color: #222222;}
.btn-grp a { margin-right: 20px; margin-top: 20px; }
/* Sponsorship Section End */

/* Pricing Section Start */

section.pricing-section {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding-top: 140px;
    padding-bottom: 50px;
	padding-bottom: 140px;
}
.pricing-section h2 {
    font-size: 64px;
    font-weight: bold;
    margin-bottom: 50px;
}
.pricing-section .pric-box {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.pricing-section .pric-box .pric-reg {
    float: left;
    width: 30.13%;
    position: relative;
    padding: 50px 50px 50px 50px;
    z-index: 1;
    margin-right: 4.8%;
}
.pricing-section .pric-box .pric-reg:nth-of-type(3n + 3) {
    margin-right: 0;
}
.pricing-section .pric-box .pric-reg:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.85;
    left: 0;
    top: 0;
	z-index: -1;
}
.pricing-section .pric-box .pric-reg h4 {
    color: #222222;
    font-size: 24px;
	font-weight: bold;
	margin-bottom: 5px;
}
.pricing-section .pric-box .pric-reg span {
    display: block;
    font-size: 25px;
    color: #222222;
	font-weight: normal;
}
.pricing-section .pric-box .pric-reg h3 {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 3px solid #222222;
    border-bottom: 3px solid #222222;
    margin-top: 25px;
}
.pricing-section .pric-box .pric-reg p {
    font-size: 18px;
    color: #222222;
	font-weight: normal;
}
.pricing-section .price-button {
    margin-top: 50px;
    text-align: center;
}
.pricing-section .price-button a.btn {
    width: 100%;
    padding-bottom: 18px;
    padding-top: 18px;
}

/* Pricing Section End */



/* Responsive Start 
===================================================== */
@media (max-width: 1499px) {    
    /* Sponsorship With Networking list Section */
    .spons-signle-cont .reg-spo-class { padding-right: 5%; }
    .spons-signle-cont .bonus-class { padding-left: 5%; }
    .left-menu-sec ul li { padding-left: 15px; padding-right: 15px; }
    .left-menu-sec ul li a { font-size: 16px; }
}

@media (max-width: 1366px) {
    .spons-signle-cont { padding-top: 110px; padding-bottom: 70px; }
    .agenda-accoundion-sec { padding-top: 110px; padding-bottom: 110px; }
    .spe-mamber .spe-mamber-details h4 { font-size: 36px; }
    .agenda-accoundion-sec a.accordion-title { font-size: 42px !important; padding: 35px 60px 35px 0; }
    .agenda-accoundion-sec a.accordion-title:before { font-size: 50px; }
    .sponsorship-content p { margin-bottom: 30px; }
    .speaker-details h3 { font-size: 48px; }    
    .left-menu-sec ul li { padding-left: 15px; padding-right: 15px; }
    .right-social-section ul li a { padding-left: 15px; padding-right: 15px; }
    .faqs-section, .sponsors-section { padding-top: 90px; padding-bottom: 90px; }
    .menu-social-section .logo { padding-left: 28px; }
}


@media (max-width: 1199px) {
    h4 { font-size: 32px; } 
    .single-hero-banner .banner-mid-content h1, .single-hero-banner .banner-mid-content span { font-size: 60px; }
    .single-hero-banner .banner-mid-content p { font-size: 30px; }
    /* Sponsorship With Networking list Section */
    .spons-signle-cont .reg-spo-class { padding-right: 30px; }
    .spons-signle-cont .bonus-class { padding-left: 15px; padding-right: 10px; }
    .speakers-section h2, .reg-spo-class h2, .bonus-class h2, .agenda-accoundion-sec h2, .sponsorship-section h2, .faqs-section .titlebar h2, .sponsors-section .titlebar h2, .pricing-section h2 { font-size: 54px; }
    .spons-signle-cont .reg-spo-class p, .bonus-class p { font-size: 22px !important; }
    .spons-signle-cont { padding-top: 90px; padding-bottom: 60px; }
    .bnt-reg-spo { margin-top: 60px; }
    .agenda-accoundion-sec, .faqs-section { padding-top: 90px; padding-bottom: 90px; } 
    .spe-mamber .spe-mamber-details { padding: 30px 20px; }
    .spe-mamber .spe-mamber-details h4 { font-size: 32px; }
    .spe-mamber .spe-mamber-details span, .spe-mamber .spe-mamber-details p { font-size: 22px; }
    .speakers-section { padding-top: 70px; padding-bottom: 60px; }
    .spekers-three-col .spe-mamber { margin-bottom: 54px; }
    .acc-start .accordion { padding: 20px 40px 30px; }
    .agenda-accoundion-sec a.accordion-title { font-size: 36px !important; padding: 30px 50px 30px 0; }
    .agenda-accoundion-sec a.accordion-title:before { font-size: 42px; }
    .speaker-details h3 { font-size: 38px; }        
    .speakers-section .spekers-bg .speaker-details p { font-size: 30px; }
    .sponsorship-section { font-size: 21px; }   
    .faqs-section .titlebar { font-size: 21px; margin-bottom: 40px; }
    .sponsorship-content { padding: 7% 15px 7% 7%; }
    .sponsorship-content p { margin-bottom: 25px; }
    .left-menu-sec ul li { padding-left: 12px; padding-right: 12px; }
    .left-menu-sec ul li a { font-size: 18px; }
    .right-social-section ul li a { padding-left: 12px; padding-right: 12px; }
    .right-social-section ul li a i { font-size: 28px; }
    .right-social-section .rest-btn a { font-size: 21px; }
    .faqs-section, .sponsors-section { padding-top: 70px; padding-bottom: 70px; }
    .sponsorship-content address {font-size: 21px;}
}

@media (max-width: 991px) {
    h4 { font-size: 30px; }
    .agenda-des > ul { padding-left: 42px; }
    .agenda-accoundion-sec ul.accordion-content > li ul li li:before { width: 15px; }
    .single-hero-banner .banner-mid-content h1, .single-hero-banner .banner-mid-content span { font-size: 40px; }
	.single-hero-banner .banner-mid-content h1{margin-bottom: 30px;}
    .single-hero-banner .banner-mid-content p { font-size: 28px; }
    .spons-signle-cont .reg-spo-class { padding-right: 15px; }
    .speakers-section h2, .reg-spo-class h2, .bonus-class h2, .agenda-accoundion-sec h2, .sponsorship-section h2, .faqs-section .titlebar h2, .sponsors-section .titlebar h2, .pricing-section h2 { font-size: 42px; }
    .spons-signle-cont .reg-spo-class p, .bonus-class p { font-size: 20px !important; }
    .spons-signle-cont { padding-top: 70px; padding-bottom: 40px; }
    .agenda-accoundion-sec { padding-top: 70px; padding-bottom: 70px; } 
    .spekers-three-col .spe-mamber { margin-bottom: 40px; width: 31%; margin-right: 3%; }
    .spe-mamber .spe-mamber-details h4 { font-size: 28px; }
    .spe-mamber .spe-mamber-details span, .spe-mamber .spe-mamber-details p { font-size: 20px; }
    .agenda-accoundion-sec h2 { margin-bottom: 35px; } 
    .agenda-accoundion-sec a.accordion-title { font-size: 30px !important; padding: 25px 40px 25px 0; }
    .agenda-accoundion-sec a.accordion-title:before { font-size: 36px; }
    .agenda-accoundion-sec ul.accordion-content > li .agenda-des p { font-size: 18px; }
    .bnt-reg-spo ul li { margin-right: 15px; margin-bottom: 10px; }
    .bnt-reg-spo ul li a { padding: 15px 30px; }
    .speaker-details h3 { font-size: 30px; }    
    .speakers-section .spekers-bg .speaker-details span { font-size: 21px; }    
    .speakers-section { padding-top: 50px; padding-bottom: 30px; }
    .speakers-section .spekers-bg { height: auto; margin-bottom: 50px; }
    .speakers-section .spekers-bg .speaker-details { padding: 61px 50px 75px 74px; margin-top: 65.5%; }
    .speakers-section .spekers-bg .speaker-details p { font-size: 24px; }
    .sponsorship-section { font-size: 18px; }
    .sponsorship-row { margin-left: -15px; margin-right: -15px; } 
    .sponsorship-image { width: 100%; height: auto; padding-bottom: 65%; position: inherit; top:auto; left: auto; }
    .sponsorship-content { width: 100%; padding: 7% 10%; }
    .faqs-section, .sponsors-section { padding-top: 50px; padding-bottom: 50px; }
    .faqs-section .accordion-title { font-size: 21px; padding: 25px 40px 25px 0; }
    .faqs-section a.accordion-title:before { font-size: 42px; }
    .faqs-section .titlebar { font-size: 18px; margin-bottom: 30px; }
    .brandlogo { width: 33.333%; }    
    .sponsorship-content p { margin-bottom: 20px; }
    .agenda-accoundion-sec ul.accordion-content > li ul li { font-size: 18px; }
    .btn-grp a { margin-right: 15px; margin-top: 15px; }
    .left-menu-sec ul li { margin-top: 15px; margin-bottom: 15px; }
    .left-menu-sec ul li a { font-size: 16px; }
    .right-social-section ul li { width: 15%; }
    .right-social-section ul li:last-of-type { width: 40%; }
    .rest-btn { position: inherit; right: auto; top: auto; width: 100%; }
    .fixed-header .menu-social-section { position: relative; }
    .menu-social-section .left-menu-sec { width: 100%; float: none; }
    .menu-social-section { background-color: #222222; }
    .menu-social-section .right-social-section { width: 100%; position: relative; }
    .right-social-section ul li a { padding: 15px 12px; }
    .right-social-section ul li a i { font-size: 24px; margin-bottom: 8px; } 
    .right-social-section .rest-btn a { font-size: 18px; }  
	.sponsorship-content address {font-size: 18px;}

}

@media (max-width: 767px) {
    h4 { font-size: 28px; }
    .agenda-des > ul { padding-left: 32px; }
    .single-hero-banner .banner-mid-content h1, .single-hero-banner .banner-mid-content span { font-size: 36px; }
    .single-hero-banner .banner-mid-content p { font-size: 20px; }
    .speakers-section h2, .reg-spo-class h2, .bonus-class h2, .agenda-accoundion-sec h2, .sponsorship-section h2, .faqs-section .titlebar h2, .sponsors-section .titlebar h2, .pricing-section h2 { font-size: 36px !important; } 
    .reg-spo-class h2 { margin-bottom: 25px; }
    .spons-signle-cont {padding-top: 50px;padding-bottom: 0;background-color: #fff;overflow: hidden;}
    .spons-signle-cont .reg-spo-class p, .bonus-class p { font-size: 18px !important; } 
    .spons-signle-cont:before { display: none; }
    .spons-signle-cont .reg-spo-class, .spons-signle-cont .bonus-class { width: 100%; float: none; padding-left: 0; padding-right: 0; }
    .spons-signle-cont .bonus-class { padding-top: 30px; background-color: #eee;padding-bottom: 30px;}
    .agenda-accoundion-sec { padding-top: 50px; padding-bottom: 50px; } 
    .spekers-three-col .spe-mamber { width: 48%; margin-bottom: 30px; margin-right: 4%; } 
    .spekers-three-col .spe-mamber:nth-of-type(3n + 3) { margin-right: 0; margin-right: 4%; }
    .spekers-three-col .spe-mamber:nth-of-type(2n + 2) { margin-right: 0; }
    .bnt-reg-spo { margin-top: 40px; }
    .bnt-reg-spo ul li a { font-size: 16px; padding: 12px 22px; } 
    .bonus-icon { margin-bottom: 20px; } 
    .bonus-icon .sec-icons img { max-width: 80px; }
    .bonus-class p { margin-bottom: 15px; }
    .agenda-accoundion-sec a.accordion-title { font-size: 24px !important; padding: 20px 30px 20px 0; border-bottom-width: 1px; }
    .agenda-accoundion-sec ul.accordion-content > li .agenda-des p { font-size: 16px; }
    .acc-start .accordion { padding: 10px 20px 30px; }
    .agenda-accoundion-sec h2 { margin-bottom: 25px; }
    .agenda-accoundion-sec ul.accordion-content > li .agenda-time { width: 20%; float: left; }
    .agenda-accoundion-sec ul.accordion-content > li .agenda-des { width: 80%; padding-left: 15px; }
    .speaker-details h3 { font-size: 24px; }    
    .speakers-section .spekers-bg { margin-bottom: 30px; }
    .speakers-section .spekers-bg .speaker-details { padding: 40px 30px; }
    .speakers-section .spekers-bg .speaker-details p { font-size: 21px; }
    .sponsorship-section { font-size: 16px; }   
    .faqs-section, .sponsors-section { padding-top: 40px; padding-bottom: 40px; }
    .faqs-section .accordion-content { padding-top: 20px; }
    .faqs-section .accordion-title { font-size: 21px; padding: 20px 30px 20px 0; } 
    .brandlogo { width: 50%; }
    .agenda-accoundion-sec ul.accordion-content > li ul li { font-size: 16px; }
    .btn-grp a { margin-right: 10px; margin-top: 10px; }
    .left-menu-sec ul li { padding-left: 10px; padding-right: 10px; margin-top: 15px; margin-bottom: 15px; }
    .right-social-section .rest-btn a { font-size: 16px; }    
    .right-social-section ul li a { padding-left: 10px; padding-right: 10px; }
	.sponsorship-content address {font-size: 16px;}
	.spons-signle-cont .reg-spo-class h4 {    padding: 20px 0 20px;font-size: 22px;}
	.spons-signle-cont .bonus-class:before {content: "";position: absolute;width: 100%;left: -100%;background-color: #eeeeee;top: 0;height: 100%;}
	.spons-signle-cont .bonus-class:after {content: "";position: absolute;width: 100%;right: -100%;background-color: #eeeeee;top: 0;height: 100%;}
.spons-signle-cont .reg-spo-class {padding-bottom: 25px;}
}
@media (max-width: 575px) {
    .speakers-section h2, .reg-spo-class h2, .bonus-class h2, .sponsorship-section h2, .faqs-section .titlebar h2, .sponsors-section .titlebar h2, .pricing-section h2 { font-size: 32px !important; } 
    .spekers-three-col .spe-mamber, .spekers-three-col .spe-mamber:nth-of-type(3n + 3), .spekers-three-col .spe-mamber:nth-of-type(2n + 2) { width: 100%; margin: 0 0 30px; float: none; }   
    .speakers-section .spekers-bg .speaker-details { padding: 30px 15px; }
    .brandlogo { width: 100%; margin-bottom: 40px; }
    .brandlogo figure { height: auto; margin-bottom: 0; }
    .brandlogo:last-of-type { margin-bottom: 0; }
    .speakers-section .spekers-bg .speaker-details p, .speakers-section .spekers-bg .speaker-details span { font-size: 18px; }    
    .left-menu-sec ul li a, .right-social-section .rest-btn a { font-size: 14px; }    
}

@media (max-width: 479px) {
    .bonus-icon { text-align: center; }
    .bonus-icon .sec-icons { float: none; width: auto; margin: 0 auto 20px; }
    .bonus-icon .regi-list { float: none; width: auto; }
    .agenda-accoundion-sec ul.accordion-content > li .agenda-time { width: auto; float: none; display: block; }
    .agenda-accoundion-sec ul.accordion-content > li .agenda-des { width: auto; padding-left: 0; padding-top: 15px; }   
    .right-social-section ul li a span { display: none; }    
}
/*============================================================================
==============================================================================
==============================================================================*/

/* New page Style End*/



























/*404 page style*/
.error-404.not-found {color: #222; text-align: center; padding: 20px 0 35px 0;}
.error-404.not-found .page-header h1 {color: #222; font-size: 54px;}
.search-form input[type="search"] {border: 1px solid #222;padding: 10px 10px 10px 10px;}
.search-form input[type="submit"] {background: #222;color: #fff;padding: 11px 20px 11px 20px;display: inline-block; transition: all 0.5s ease-in-out;}
.search-form input[type="submit"]:hover {background: #d6002a;}
.error-404.not-found .page-content p {margin-bottom: 0px; font-weight: 700;}
.search-form label span {font-weight: 700;}
section.inner-banner.full-cmn-banner.error-page h1 {z-index: 1;position: relative;font-size: 84px; margin-bottom: 0;}
section.inner-banner.full-cmn-banner.error-page p {z-index: 1;position: relative;font-size: 34px;}
.live-text-video-block:hover .live-des p a {color: #d6002a !important;}

/*On Twitter Feed*/

.tickerwrapper {position: relative;top: 0px;left:0%;width: 100%;height: 30px;overflow: hidden;cursor: pointer;}
.tickerwrapper ul.list {position: relative;display: inline-block;list-style: none;padding:0;margin:0;}
.tickerwrapper ul.list.cloned {position: absolute;top: 0px;left: 0px;}
.tickerwrapper ul.list li {float: left;padding-left: 20px;}	
.tickerwrapper ul.list li a {font-family: 'Akkurat Light Pro';font-weight: 300;display: inline-block;font-size: 16px; color: #fff;}
.tickerwrapper ul.list li a:hover{text-decoration: none;}
.tickerwrapper iframe {width: 100%;}
.commodity_page-template-commodity_page .inner-banner .on-twitter-desc .container {padding-left: 5px;padding-right: 0;}

/*Terms of Use page style */
.page-template-default .coman-page {
    padding-right: 50px;
    padding-left: 50px;
}

    .page-template-default .coman-page h2 {
        font-size: 48px;
        line-height: 1.14;
        font-family: 'Akkurat Pro';
        font-weight: bold;
        letter-spacing: -0.025em;
        margin-bottom: 36px;
        color: #222222;
        border: 0;
        padding-bottom: 0;
    }

    .page-template-default .coman-page h3 {
        font-size: 30px;
        letter-spacing: 0.016em;
        line-height: 1.25;
        margin-bottom: 15px;
        color: #222222;
    }
    .page-template-default .coman-page h4 {
        font-size: 30px;
        letter-spacing: 0.016em;
        line-height: 1.25;
        margin-bottom: 15px;
        color: #222222;
    }

    .page-template-default .coman-page p {
        margin-bottom: 25px;
        font-size: 18px;
        color: #222222;
    }

.page-template-default .black-theme .coman-page h2, .page-template-default .black-theme .coman-page h3, .page-template-default .black-theme .coman-page p, .black-theme .graph-des-slider p {
    color: #ffffff;
}

.page-template-default .coman-page p a {
    color: #d6002a;
}

    .page-template-default .coman-page p a:hover {
        color: #d6002ae6;
    }

section.single-hero-banner:before {
    position: absolute;
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    height: 100%;
}
/*Terms of Use page style */
.register_popup_content ul li {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
	margin-bottom: 10px;
}
.register_popup_content {
    padding: 30px 50px 30px 30px;
}
.register_popup_content p {
    margin-bottom: 30px;
}
.register_popup_content ul li a.btn {
    line-height: 1.2;
    padding-top: 12px;
    padding-bottom: 12px;
}
.register_popup_content ul li:last-child {margin-right: 0;}
.accordion-content p a {
    color: #d6002a;
}
.accordion-content p a:hover {
    color: #222;
}
.accordion-content p {
    margin-bottom: 10px;
}
.graph-wrap-section {
	padding-bottom: 44px;
    border-bottom: 1px solid #222;
    margin-bottom: 38px;
	position: relative;
    z-index: 2;
	}
.black-theme .graph-wrap-section {	
    border-bottom: 1px solid #fff;    
	}	
.graph-wrap-section  .graph-three-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.graph-three-col .graph-inner-three {
    float: left;
    width: 28.9%;
    margin-right: 6.65%;
	position: relative;
    z-index: 1;
}
.graph-three-col .graph-inner-three:nth-of-type(3n + 3) {
    margin-right: 0;
}
.graph-three-col .graph-inner-three .graph-des {
    margin-bottom: 14px;
    border-bottom: 1px solid #353535;
    padding-bottom: 14px;
	color: #222;
}
.black-theme .graph-three-col .graph-inner-three .graph-des{
	color: #fff;
}
.graph-three-col .graph-inner-three .graph-des p {
    font-size: 16px;
    letter-spacing: -0.022em;    
    line-height: 1.4;
	margin-bottom: 10px; 
	color: #222;
	text-align: left;
}
.black-theme .graph-three-col .graph-inner-three .graph-des p, .black-theme .graph-wrap-section .graph-inner-three h3, .black-theme .graph-wrap-section h2, .black-theme .report-list ul li, .black-theme .report-details p, .black-theme .report-list h5{
	color: #fff;
}
.graph-three-col .graph-inner-three .graph-des h5 {
    color: #999999;
    font-size: 14px;
    margin-top: 10px;
    font-family: 'Akkurat Light Pro';
	margin-bottom: 0;
}
.graph-three-col .graph-inner-three .graph-des h5 a {
    color: #d6002a;
    font-family: 'Akkurat Pro';
    font-weight: bold;
    margin-left: 2px;
}
.graph-des-slider p {
    font-size: 16px;
	color: #222;
}
.graph-wrap-section .graph-inner-three h3 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 10px;
	color: #222;
	font-family: 'Akkurat Pro';
}
.graph-three-col .graph-inner-three .graph-des:last-child {
    border: none;
}
.graph-wrap-section h2 {
    font-size: 64px;    
	margin-bottom: 10px;
	color: #222;
	letter-spacing: 0.004em;
	display: inline-block;
}
.graph-inner-three a.btn-arrow.popup-with-move-anim i {
    margin-left: 9px;
}
.graph-inner-three a.btn-arrow.popup-with-move-anim:hover i {
    margin-left: 18px;
}

.graph-des-slider {
    padding: 30px 30px 0 30px;
}
.graph-slider .owl-nav div {
    font-size: 0;
    position: absolute;
    bottom: 24px;    
}
.graph-slider .owl-nav div:before {
    font-family: "Font Awesome 5 Pro";
    font-size: 18px;
    color: #222;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.black-theme .graph-slider .owl-nav div:before{
	color: #fff;
}
.graph-inner-three a.btn-arrow.popup-with-move-anim {
    font-size: 24px;
    margin-top: 0;
}
.btn-arrow:hover {
    color: #222;
}
.black-theme .btn-arrow:hover {
    color: #fff;
}
.graph-slider .owl-nav div:hover:before {
    color: #d6002a;
}
.graph-slider .owl-next:before {
    content: "\f054";
}
.graph-slider .owl-prev:before {
    content: "\f053";
}
.graph-slider .owl-nav .owl-next {
    right: 0;
}
.graph-slider .owl-nav .owl-prev {
    left: 0;
}
.report-sec {
    margin-top: 30px;
}
.report-list h5 {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: bold;
	margin-bottom:0;
	color: #222;
}
.report-list ul {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
}
.report-list ul li {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    padding-left: 20px;
    position: relative;
	color: #222;
}
.report-list ul li:after {
    font-family: "Font Awesome 5 Pro";
    color: #d6002a;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    display: block;
    content: "\f00c";
    position: absolute;
    font-size: 12px;
    left: 2px;
    top: 3px;
}
.report-list {
    margin-bottom: 3px;
}
.report-details p {
    font-size: 14px;
	line-height: 1.5;
	color: #222;
}
.report-details p a {
    color: #d60c25;
    font-weight: normal;
}
.report-details p a:hover{
	color: #222;
}
.black-theme .report-details p a:hover{
	color: #fff;
}
.graph-three-col .graph-inner-three .graph-des h5 a:hover {
    color: #fff;
}
.graph-three-col .graph-inner-three .graph-des:nth-of-type(3n) {
    border-bottom: 0;
}
div#graph-popup {
    padding: 60px 40px 20px;
}
div#graph-popup .graph-des {
    margin-bottom: 15px;
    font-size: 16px;
}
.price-change h6 {
    font-size: 25px;
    margin-bottom: 5px;	
	color: #222;
}
.black-theme .price-change h6 {
	color: #fff;
}
.graph-des a.btn-arrow {
    font-size: 14px !important;
    font-family: 'Akkurat Light Pro';
    letter-spacing: 0.02em;
}
.price-change span {
    font-size: 24px;
    /*font-weight: bold;*/
    letter-spacing: 0.03em;
	color: #222;
}
.price-change span {
    font-size: 50px;
    font-weight: 700;
}
.black-theme .price-change span {
    color: #ffffff;
}
/*.graph-inner-three .price-change {
    margin-bottom: 15px;
}*/
.graph-inner-three .price-change span.price-color-set {
    color: #d6002a;
}
.graph-wrap-section h3 {
    color: #222;
    font-family: 'Akkurat Light Pro';
    letter-spacing: 0.006em;
    margin-bottom: 36px;
    width: 100%;
}
.black-theme .graph-wrap-section h3 {
    color: #fff; 
}
.graph-wrap-section .graph-des h2 {
    font-size: 30px;
}
.graph-wrap-section h2 span {
    font-size: 15px;
    display: inline-block;
    vertical-align: top;
    background-color: #222;
    color: #fff;
    padding: 6px 12px;
    border-radius: 8px;
    line-height: 1.1;
}
.black-theme .graph-wrap-section h2 span {
    background-color: #fff;
    color: #222;
}
.mfp-ready .platts-popop {
    color: #222;    
}
.black-theme .mfp-ready .platts-popop {
    color: #fff;    
}
.platts-popop p {
    margin-bottom: 13px;
}
.platts-popop h2 {
    margin-bottom: 5px;
    line-height: 1.1;
}
.graph-wrap-section ul {
    list-style: none;
    margin-top: 30px;
}
.graph-wrap-section ul li {
    display: inline-block;
    vertical-align: top;
    padding: 0 5px;
    margin-bottom: 10px;
}
.graph-wrap-section ul li a.btn {
    padding: 12px 45px 12px 45px;
    line-height: 1.1;
}
.graph-wrap-section .view-btn {    
    font-size: 18px;
    color:#222;
}
.sponsor {
    padding: 20px;
}
.black-theme .sponsor p {
    color: #222;
}

.sponsor span.wpfp-span {
    display: none;
}
.sponsor_heading_logo {
    display: inline-block; 
    margin-left: 10px;
	font-size: 12px;
	color: #222;
}
.black-theme .sponsor_heading_logo {
	color: #fff;
}
.sponsor-icon {
    position: absolute;
    left: 10px;
    bottom: 10px;
}
.energy-transition-videos.sponsor {
    padding-bottom: 20px;
}
.main-header .sponsor_heading_logo {
    display: inline-block;
    vertical-align: bottom;
    font-size: 12px;
	margin-left: 25px;
	color: #fff !important;
}
.main-header .sponsor_heading_logo img {
    width: 70px;
    display: inline-block;
    vertical-align: top;
}
.fixed_header .main-header .sponsor_heading_logo {display: none;}
.graph-wrap-section .sponsor_heading_logo {
    margin-bottom: 20px;
}
.missi-all-items .sponsor a {
    padding: 10px;
}
.platts-heards-popup {
    padding: 60px 40px 20px;
}
.marquee-section {
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    width: inherit;
    z-index: 1;
    transition: all -0.8s ease-out;
    padding: 20px 10px 20px;
    background-color: #d6002a;
}
.marquee_txt{
	color: #fff;	
	line-height: normal;
	font-weight: 600;	
	font-size: 14px;
	white-space: nowrap;
	padding-right: 20px;
	opacity: 0;
}
.marquee_txt.current, .marquee_txt.previous{
	opacity: 1;
}
.marquee-section .marquee_txt a {
    color: #fff;
	font-size:16px;
}
.marquee-section .marquee_txt a:hover{
	color:#222;
}
.marquee_infull {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	height: 46px;
	position: absolute;
	overflow: hidden;	
	border: 2px solid rgba(0, 0, 0 , 0);
	z-index: 1;
	top: 9px;
}
.wrap-zipper {
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.wrap-zipper:before {content: "";width: 10px;height: 100%;background-color: #d6002a;position: absolute;right: 0;z-index: 2;}

/*Responsive Style*/


@media (max-width:1766px) {
	.energy-comme-slider .owl-nav .owl-prev {
		left: -2px;
	}
	.energy-comme-slider .owl-nav .owl-next{
		right: -2px;
	}
	.on-twitter-desc {max-width: 84%;}
	
}
@media (max-width:1700px) {
	.spons-signle-cont .container, .agenda-accoundion-sec .container, .speakers-section .container, .faqs-section .container, .sponsors-section .container, .single-hero-banner .container, .pricing-section .container{padding: 0 50px;	}
	.graph-wrap-section {padding-right: 35px;padding-left: 35px;}
	
}
@media (max-width:1600px) {
	.subCommodity-list .item a {font-size: 18px;}
	.subCommodity-slider .item {padding: 0 35px;}
	.marquee span a{font-size:70px;}
	.marquee-wrap1 .TabRow{height: 100px;}
	.marquee span a{padding:8px 20px 4px 20px;}
	.marquee-wrap1 {margin-bottom:40px;}
	.home-tabs {padding: 15px 0 100px !important;}
	.on-twitter-desc {max-width: 83%;}


	
}
@media (max-width:1440px) {
	.subCommodity-slider .item {padding: 0 20px;}
	.subCommodity-list .item a {font-size: 17px;}
	.home-tabs {padding: 50px 0 100px;}
	.on-twitter-desc {max-width: 80%;}
	.graph-three-col .graph-inner-three {width: 30.9%;margin-right: 3.65%;}
	.graph-wrap-section h2 {font-size: 44px;}	
	
}
@media (max-width:1366px) {
.marquee span a{padding: 12px 20px 14px 20px;}
.marquee span a{font-size:60px;}
.home-tabs {padding: 15px 0 100px !important;}
.marquee-wrap1 {margin-bottom: 30px;}
.marquee-wrap1 .TabRow{height: 74px;}
section.pricing-section{padding-top: 100px;padding-bottom: 100px;}
.single-hero-banner .scroll-to-btm a {bottom: 60px;}
.right-social-section .rest-btn a.not_logged_in {font-size: 18px;padding: 0 15px;}
.graph-wrap-section h3 {margin-bottom: 26px;}
.main-header .sponsor_heading_logo img {width: 55px;}
.main-header .sponsor_heading_logo {margin-left: 15px;}

}

@media (max-width:1200px) {
	.platts-popop button.mfp-close{top: 0;right: 0;	}
	.videos-text-popup {padding: 60px 30px 21px;}
	.video-graph h2 {font-size: 32px;margin-bottom: 25px;}
	.platts-popop {margin-top: 0; }	
	.energy-product-list .item a {font-size: 18px;}
	.marquee span a{font-size: 55px;}
	.marquee-wrap1 .TabRow{height: 67px}
	.marquee span a{padding: 12px 40px 14px 40px}
	.on-twitter span {padding: 12px 20px 10px 50px;}
	.on-twitter{text-align: left;}
	.on-twitter {width: 202px;}
	.error-404.not-found .page-header h1 {font-size: 44px;}
	.pricing-section .pric-box .pric-reg {padding: 30px 30px 30px 30px;}
	.page-template-default .coman-page h2{	font-size: 32px;margin-bottom: 25px;}
	.register_popup_content {padding: 30px 60px 30px 30px;}
	.graph-wrap-section {padding-right: 15px;padding-left: 15px;}
	.graph-wrap-section h2 {font-size: 34px;}
	.graph-slider .owl-nav div {bottom: 44px;}
	.graph-wrap-section h2 span {font-size: 12px;}
	.graph-wrap-section h3 {font-size: 28px;}
	
}
@media (max-width:1040px) {
	.speakers-section h2, .reg-spo-class h2, .bonus-class h2, .agenda-accoundion-sec h2, .sponsorship-section h2, .faqs-section .titlebar h2, .sponsors-section .titlebar h2, .pricing-section h2 {font-size: 46px;}
	section.pricing-section{padding-top: 70px;padding-bottom: 70px;}
	.pricing-section .price-button {margin-top: 30px;}
	.reg-spo-class h3 {font-size: 28px !important;line-height: 1.2 !important;margin-bottom: 30px !important;}
}


@media (max-width:991px) {
	.black-theme .live-now .watchlist {border-left: none; padding: 0 15px;}
	.live-now .watchlist {padding: 0 15px;border-left: none;}
	.popup-des h3 {font-size: 22px;}
	.popup-des p {font-size: 16px;margin-bottom: 15px;}
	.red-coal {padding-top: 15px;padding-bottom: 15px;}
	.popup-platts-des h4 {font-size: 26px;}
	.popup-platts-des p {font-size: 16px;}
	.popup-platts-des {padding: 30px 30px 25px;background-color: #111111;}
	.popup-address p {font-size: 16px;width: 50%;}
	.popup-social {width: 50%;}
	.popup-p-mail ul li {font-size: 16px;}
	.popup-p-mail ul li i {margin-right: 7px;    -size: 14px;}
	.media-contact-p h4 {font-size: 16px;}
	.media-contact-p .media-info p {font-size: 16px;margin-top: -4px;}
	.media-contact-p .media-info ul li a {color: #fff;font-size: 16px;}
	.videos-text-popup {padding: 50px 30px 15px;}
	.platts-popop button.mfp-close {width: 45px;height: 45px;font-size: 26px;}
	.marquee span a{font-size: 36px;}
	.marquee-wrap1 .TabRow{height: 50px}
	.marquee span a{padding: 12px 10px 12px 10px}
	.on-twitter-desc{max-width: 80%;}
	.on-twitter span{padding: 12px 18px 10px 18px; font-size: 18px;}
	section.inner-banner.full-cmn-banner.error-page h1 {font-size: 64px;}
	section.inner-banner.full-cmn-banner.error-page p {font-size: 24px;}
	.banner-number-slider .owl-nav:after {left: -32px;}
	.banner-number-slider .owl-nav .owl-prev {left: -18px;}
	.banner-number-slider .owl-nav .owl-next {right: -4px;}
	.on-twitter-desc {padding-left:0px;}
	.banner-number-slider .owl-nav:after{width: 75px; top: -23px; height: 45px;}
	.on-twitter {width: 150px;}
	.marquee-wrap1{margin-bottom: 25px;}
	.home-tabs{padding: 18px 0 100px !important;}
	.onl-com-p .feactured-videos {padding: 0 0;}
	.spons-signle-cont .container, .agenda-accoundion-sec .container, .speakers-section .container, .faqs-section .container, .sponsors-section .container, .single-hero-banner .container {padding: 0 25px;}
	.pricing-section .pric-box .pric-reg h3 {border-top: 2px solid #222222;
    border-bottom: 2px solid #222222;margin-top: 25px;font-size: 38px;line-height: 1.1;}
	.pricing-section .pric-box .pric-reg h4 {font-size: 22px;}
	.pricing-section .pric-box .pric-reg span {font-size: 22px;}
	.energy-video-desc h3 a {width: 100% !important;}
	section.single-hero-banner {    height: 550px;}
	.page-template-default .coman-page h3{	font-size: 22px;}
	.page-template-default .coman-page p {margin-bottom: 20px;font-size: 16px;}
	.page-template-default .coman-page {padding-right: 30px;padding-left: 30px;}
	.graph-three-col .graph-inner-three {width: 100%;margin-right: 0;margin-bottom: 25px;}
	.graph-slider .owl-nav div {bottom: 16px;}
	.graph-wrap-section h2 {font-size: 30px;margin-bottom: 20px;}
	.graph-wrap-section h3 {margin-bottom: 16px;}
	.sponsor_heading_logo {font-size: 14px;}
	.sponsor_heading_logo img {width: 60px;}
	.main-header .sponsor_heading_logo {margin-left: 11px;}
	.main-header .sponsor_heading_logo img {width: 50px;}
	.feactured-videos-wrap .owl-nav .owl-prev {left: 12px;}
	.feactured-videos-wrap .owl-nav .owl-next{right: 12px;}
	
}


@media (max-width:767px) {
	.video-graph h2 {font-size: 24px;margin-bottom: 20px;}
	.videos-text-popup {padding: 40px 15px 15px;}
	.popup-social span {font-size: 18px;}
	.popup-social ul li a i {font-size: 18px;}
	.popup-social ul li {margin-right: 15px;}
	.popup-platts-des {padding: 30px 15px 25px;}
	.marquee-wrap1 {margin-bottom: 15px;}
	.marquee span a{font-size: 24px;}
	.marquee-wrap1 .TabRow{height:40px}
	.marquee span a{padding: 12px 10px 12px 10px}
	.banner-number-slider .owl-nav:after{left: -15px;}
	.on-twitter-desc {max-width: 76%; padding-left: 0px; padding-top: 0px;padding-bottom: 0px;}
	.banner-number-slider .owl-nav:after {width: 70px;}
	.banner-number-slider .owl-nav .owl-prev {left: -3px;}
	.banner-number-slider .owl-nav .owl-next {right: -20px;}
	.on-twitter span {padding: 12px 15px 10px 18px; font-size: 18px;}
	.error-404.not-found .page-header h1 {font-size: 34px;margin-bottom: 10px;}
	.home-tabs {padding: 10px 0 40px !important;}
	.on-twitter {width: 142px;}	
	.energy-product-blog-slider .item {margin-bottom: 20px;}
	section.pricing-section{padding-top: 50px;padding-bottom: 50px;}
	.pricing-section .pric-box .pric-reg {width: 100%;margin-right: 0;margin-bottom: 20px;}
	.pricing-section .pric-box .pric-reg p {font-size: 16px;}
	.pricing-section .price-button {margin-top: 10px;}
	section.single-hero-banner {height: 450px;}
	.single-hero-banner .scroll-to-btm a {bottom: 40px;}
	.page-template-default .coman-page h2{	font-size: 24px;margin-bottom: 20px;}
	.right-social-section .rest-btn a.not_logged_in {font-size: 16px;}
	.accordion-content p {margin-bottom: 7px;font-size: 16px;}
	.spons-signle-cont .reg-spo-class h4 span {font-size: 22px !important;}
	.reg-spo-class h3 {font-size: 24px !important;margin-bottom: 20px !important;}
	.graph-wrap-section {padding-bottom: 34px;margin-bottom: 28px;}
	.graph-wrap-section .graph-inner-three h3, .graph-wrap-section .graph-des h2 {font-size: 26px;}
	.graph-wrap-section h2 span {font-size: 10px;padding: 5px 10px;border-radius: 5px;}
	.graph-wrap-section h3 {font-size: 24px;}
	.price-change span {font-size: 40px;}
	.graph-inner-three .price-change {margin-bottom: 30px;}
	.price-change h6 {font-size: 24px;margin-bottom: 3px;}	
	.main-header .sponsor_heading_logo img {width: 46px;}
	.main-header .sponsor_heading_logo {margin-left: 5px;}
	
}

@media (max-width:640px) {
	.popup-address p {width: 100%;padding-right: 0;margin-bottom: 10px;}
	.popup-social {width: 100%;text-align: left;}
/*	.banner-btm-number {display: inline-block;}*/
	.on-twitter {width: auto;margin: 0;margin-left:0px;}
	.on-twitter-desc {max-width: 88%; margin-bottom: 0px;}
/*	.banner-number-slider .owl-nav {position: relative;left: 0;top: 20px;}*/
	.banner-number-slider .owl-nav .owl-next {right: -20px;}
	.banner-number-slider .owl-nav .owl-prev {left: 0px;}
	.on-twitter span {font-size: 0;}
	.banner-btm-number .item p a {font-size: 15px;}
	.on-twitter span i{display: block; font-size: 26px;}	
	.pricing-section .pric-box .pric-reg h3 {margin-top: 20px;font-size: 30px;
    line-height: 1.1;padding-top: 15px;padding-bottom: 15px;}
	.register_popup_content p {margin-bottom: 20px;font-size: 16px;}
	.register_popup_content {padding: 30px 50px 30px 20px;}
	.register_popup_content ul li {margin-right: 10px;}
	.sponsor {padding: 15px;}
	
	
}
@media (max-width:480px) {
	.banner-btm-number .item p a{font-size: 14px;}
	.on-twitter-desc {max-width: 83%;}
	.banner-number-slider .owl-nav:after {width: 55px;}
	.banner-number-slider .owl-nav div:before{font-size: 12px;}
	.banner-number-slider .owl-nav .owl-prev {left: 23px;top: -6px;}
	.banner-number-slider .owl-nav .owl-next {right: -38px;top: -7px;}
	.on-twitter-desc{padding-left:0px;}
	.banner-number-slider .owl-nav:after {left: 10px;}
	.watch-list-slider .owl-nav .owl-prev {left: 0;right: 0;top: -32px;}
	.watch-list-slider .owl-nav .owl-next{top: -32px;left: 70px;}
	.watch-list-slider .owl-dots:after{left: 43px;top:-40px;}
	.watch-list-slider .owl-dot.active:before{left: 22px;top:-40px;}
	.live-now .watchlist:after {content: "";position: absolute;top: -30px;width: 96%;background: #fff;height: 1px;left: 0;right: 0;margin: 0 auto;}
	.subCommodity-list .item a {font-size: 14px;}
	.media-contact-p h4 {width: 100%;display: block;}
	.media-contact-p .media-info {padding-left: 0;}
	.platts-popop button.mfp-close {width: 40px;height: 40px;font-size: 22px;}
	.popup-des h3 {font-size: 20px;}
	.popup-des {padding: 20px 0 7px;}
	.subCommodity-slider .item:first-child {padding-left: 0;}
	.subCommodity-slider .item:last-child {padding-right: 0;}
	.spons-signle-cont .container, .agenda-accoundion-sec .container, .speakers-section .container, .faqs-section .container, .sponsors-section .container, .single-hero-banner .container, .pricing-section .container {padding: 0 20px;}
	.page-template-default .coman-page h3{	font-size: 20px;}
	.coman-page {padding-top: 100px;}
	.page-template-default .coman-page {padding-right: 25px;padding-left: 25px;}
	.right-social-section .rest-btn a.not_logged_in {font-size: 12px;}
	.graph-wrap-section h2 {font-size: 24px;}
	.sponsor_heading_logo {margin-left: 15px;width: 100%;margin-bottom: 20px;}
	.onl-com-p .masonry h2, .energy-product-blog-sec h2, .onl-com-p .feactured-videos h2 {margin-bottom:15px;}
	.sponsor-icon img {width: 40px !important;height: auto !important;}
	.main-header .sponsor_heading_logo {width: auto;display: inline;margin-left: 0;font-size: 10px;}
	.main-header .sponsor_heading_logo img {width: 38px;}
	.grid-item.sponsor {padding-bottom: 10px;}
	
	
}
	@media (max-width:380px) {
		.banner-btm-number .item p a {font-size: 12px;}
		.right-social-section .rest-btn a.not_logged_in {font-size: 11px;}
		.main-header .sponsor_heading_logo{display: none;}
		
	}
/*
.media-contact-p h4 {width: 100%;display: block;}
.media-contact-p .media-info {padding-left: 0;}
.platts-popop button.mfp-close {width: 40px;height: 40px;font-size: 22px;}
.popup-des h3 {font-size: 20px;}
.popup-des {padding: 20px 0 7px;}
.subCommodity-slider .item:first-child {padding-left: 0;}
.subCommodity-slider .item:last-child {padding-right: 0;}
*/


@media all and (-ms-high-contrast:none) {
		 .on-twitter span {padding: 12px 20px 10px 84px;}
		 .analysis-sec {background:rgba(34,34,34,0.92);}
	.inner-banner-midd {bottom: 200px; position: absolute;}
	.inner-banner{display: inline-block;}
	.full-cmn-banner .inner-banner-midd {width: 80% !important;}
	.full-msn-sec::after {height: 1070px !important;}
     }


.mfp-iframe-holder .mfp-close {
    background-color: #d6002a !important;
    color: #fff !important;
    opacity: 1 !important;
    border-radius: 5px !important;
    font-weight: 600 !important;
    width: 60px !important;
    height: 60px;
    font-size: 32px !important;
    text-align: center !important;
    top: -110px !important;
    right: -110px !important;
    transition: all 0.5s ease-in-out !important;
    -webkit-transition: all 0.5s ease-in-out !important;
    -moz-transition: all 0.5s ease-in-out !important;
    -ms-transition: all 0.5s ease-in-out !important;
}
.mfp-iframe-holder {
    padding: 80px !important;
    max-width: 1040px !important;
    width: 100% !important;
    margin: 0 auto !important;
    display: block !important;
    position: absolute !important;
    top: 50% !important;
    left: 0 !important;
    right: 0 !important;
    background: #222 !important;
    height: auto !important;
    box-shadow: 0 0 30px rgba(0,0,0,0.9) !important;
    transform: translateY(-50%) !important;
}

@media (max-width:1140px) {
	.mfp-iframe-holder .mfp-close{ top: -80px !important;right: -80px !important;}
}
@media (max-width:900px) {
	.mfp-iframe-holder .mfp-close{right: 0px;}
	.embed-responsive.comm_popup button.mfp-close { width: 40px;height: 40px; top: -20px;right: 0;}
	.embed-responsive {padding:40px 20px 40px 20px !important;}
	.mfp-iframe-holder {padding: 60px 20px 60px 20px !important;}
	.mfp-iframe-holder .mfp-close {top: -60px !important;right: -20px !important;width: 40px !important;height: 40px !important;}
}

a.plus-icon:hover {
    text-decoration: none !important
}

/* TICKER CSS*/

@-webkit-keyframes ticker {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }
    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes ticker {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }
    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.ticker-wrap {
    position: relative;
    width: 3%;
    overflow: hidden;
    height: 3rem;
    background-color: rgba(0, 0, 0, 0.9);
    padding-left: 100%;
    box-sizing: content-box;
}

.ticker-wrap .ticker {
    display: inline-block;
    height: 3rem;
    line-height: 3rem;
    white-space: nowrap;
    padding-right: 100%;
    box-sizing: content-box;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: ticker;
    animation-name: ticker;
    -webkit-animation-duration: 200s;
    animation-duration: 200s;
}

.ticker-wrap .ticker__item {
    display: inline-block;
    padding: 0 2rem;
    font-size: 2rem;
    color: white;
}

/*  TICKER CSS*/
@media screen and (max-width: 640px) {
    .energy-product-blog-slider .item:nth-of-type(1n+13) {
        display: none;
    }
}

.errorcontainer {
    max-width: 1700px;
    width: 100%;
    margin: 0 auto;
    padding: 110px 15px;
}

@media screen and (min-width: 1200px) {
    .errorcontainer {
        max-width: 1140px;
    }
}

@media screen and (min-width: 992px) {
    .errorcontainer {
        max-width: 960px;
    }
}

@media screen and (min-width: 768px) {
    .errorcontainer {
        max-width: 720px;
    }   
}

@media screen and (min-width: 576px) {
    .errorcontainer {
        max-width: 540px;
    }
}
@media screen and (max-width: 768px) { 
    .energy-transition .energy-comme-slider .item {
        padding: 15px;
        margin-right: 0;
        margin-left: 0;
    }
}
