

/! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css /


@charset "utf-8";

/*----------intial declartaion of css----------*/

* {
	padding: 0;
	margin: 0;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
select,
input,
option {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}

html {
	-webkit-text-size-adjust: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word
}

q {
	quotes: none
}

q:before,
q:after {
	content: '';
	content: none
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
}

textarea {
	overflow: auto;
	vertical-align: top
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: none;
	cursor: pointer;
}

/ remember to define focus styles! /:focus {
	outline: 0;
}


/ tables still need 'cellspacing="0"' in the markup / table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	text-align: left;
	font-weight: normal;
}

a {
	text-decoration: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

table {
	border: 0 none;
	border-collapse: collapse;
	border-spacing: 0;
}

td {
	vertical-align: top;
}

img {
	border: 0 none;
	max-width: 100%;
}

a {
	outline: none;
	cursor: pointer;
}

/ End hide from IE Mac / .none {
	display: none;
}

/ End Clearfix / article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block
}

.clear {
	clear: both;
}

img {
	max-width: 100%;
}

/ For modern browsers / .cf:before,
.cf:after {
	content: "";
	display: table
}

.cf:after {
	clear: both;
}

.cf {
	*zoom: 1;
}

/ For IE 6/7 (trigger hasLayout) / p {
	font-size: 18px;
	line-height: 1.3;
	color: #222222;
	font-family: 'Akkurat Pro';
}

h1 {
	font-size: 64px;
	margin-bottom: 20px;
	line-height: 1.3;
	color: #222;
	font-weight: bold;
	font-family: 'Akkurat Pro';
}
.black-theme h1{
	color: #fff;
}

h2 {
	font-size: 26px;
	margin-bottom: 20px;
	font-family: 'Akkurat Pro';
}

h3 {
	font-size: 48px;
	margin-bottom: 20px;
	font-family: 'Akkurat Pro';
	color: #222222;	
	line-height: 1.3;
}

h4 {
	font-size: 36px;
	margin-bottom: 20px;
	font-family: 'Akkurat Pro';
	line-height: 1.3;
}

h5 {
	font-size: 12px;
	margin-bottom: 20px;
	font-family: 'Akkurat Pro';
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Akkurat Pro';
	font-size: 18px;
	color: #fff;
}

a {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}


/*--------sticky footer or vertical footer------------*/

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -70px;
	/*initialize footer height in negative for sticky footer*/
}

footer,
.push {
	height: 70px;
	/*initialize footer height here for sticky footer*/
}

body,
html {
	height: 100%;
}


/*--------sticky footer or vertical footer------------*/


/*-----------------------main styles starts here-----------------------------------------------*/

.container {
	max-width: 1700px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}

.btn {
	font-family: 'Akkurat Pro';font-weight: bold;
	font-size: 20px;
	color: #fff;
	padding: 20px 45px 13px 45px;
	display: inline-block;
	border-radius: 5px;
	letter-spacing: 2px;
	overflow: hidden;
	position: relative;
	background: #000000;
	transition: all 0.45s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}


/*
.btn:hover{color: #d6002a;}
.btn: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:before {content: "";background-color: #d6002a;width: 100%;height: 100%;position: absolute;left: 0;right: 0;top: 0;z-index: -1;}
.btn:hover:after {bottom: 0;}
*/

.black-theme {
	background-color: #222222;
	position: relative;
}


/*-----------header section styles goes here---------------*/

header {
	position: absolute;
	top: 0;
	width: 100%;
	padding: 0 50px 20px;
	z-index: 9;
}

.main-header {
	position: relative;
	width: 100%;
	font-size: 0;
	transition: all 0.7s ease-in-out;
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-ms-transition: all 0.7s ease-in-out;
}

.main-header .logo {
	display: inline-block;
	vertical-align: middle;
/*	width: 9.2%;*/
	width: 165px;
	padding-top: 35px;
	padding-right: 15px;
	position: relative;
    z-index: 1;
}

.main-header .short-menu-toggle {
	display: inline-block;
	width: 30%;
	vertical-align: middle;
	position: relative;
}

.main-header .login-button {
	width: 55%;
	display: inline-block;
	text-align: right;
	vertical-align: middle;
	padding-top: 35px;
}

.short-menu-toggle .enumenu_ul > li {
    width: 100%;
    padding-bottom: 0;
    padding-left: 34px;
    height: 0;
    -webkit-transition: height 200ms ease-in;
    -moz-transition: height 200ms ease-in;
    -o-transition: height 200ms ease-in;
    transition: height 200ms ease-in;
    overflow: hidden;
}
.short-menu-toggle .hover-set-brow:hover .enumenu_ul > li {
    height: 45px;
    overflow: inherit;
}


.short-menu-toggle .enumenu_ul li a {
	font-size: 20px;
	color: #fff;
	padding: 0 70px 0 0;
	text-transform: uppercase;
	position: relative;
	width: 100%;
	display: block;
	letter-spacing: 0.075em;
	line-height: 1.38;
}

.enumenu_ul li a {
	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;
}

.short-menu-toggle .enumenu_container {
	background-color: #d6002a;
	width: 400px;	
	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;
	opacity: 1;
	position: absolute;
	top: 0;
	left: 20px;
	height:0;
}
.hover-set-brow:hover .enumenu_container {
    padding-top: 25px;
	padding-bottom: 25px;
	height: auto;
}


.bro-btn.brow-active a {
	background-color: #d6002a;
}

.short-menu-toggle .enumenu_ul > li:hover > a,
.short-menu-toggle .enumenu_ul > li.active > a {
	background: transparent;
	color: #8b0000;
}

.short-menu-toggle .enumenu_ul > li:hover > a:before {
	transition: all 0.5s ease-in-out;
}

.short-menu-toggle .enumenu_ul > li:hover > a:before {
	right: 20px;
	color: #8b0000;
}

.short-menu-toggle .enumenu_ul.desk ul {
	right: -300px;
	background: #d6002a;
	min-width: 300px;
	width: 300px;
	left: inherit;
	top: -20px;
	padding: 10px 0;
}

.short-menu-toggle .enumenu_ul.desk ul li:hover > a {
	background: transparent;
	color: #8b0000;
}


.short-menu-toggle .enumenu_ul.desk ul li a {
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	text-align: left;
	padding: 10px 40px 10px 15px;
	letter-spacing: 0.075em;
	line-height: 1.38;
}

.short-menu-toggle .enumenu_ul.desk ul li a:last-child {
	padding-bottom: 0;
}

.short-menu-toggle .enumenu_ul li ul li a:before {
	right: 20px;
	top: 8px;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
}

.bro-btn {
	width: 100%;
	position: relative;
	max-width: 400px;
	width: 100%;
	left: 20px;
}

.bro-btn a {
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	width: 100%;
	padding: 20px 20px 20px 0px;
	display: block;
	margin-top: 13px;
	font-family: 'Akkurat Pro';font-weight: bold;
	letter-spacing: 2.4px;
}

.bro-btn a:hover {
	background-color: #d6002a;
}

.bro-btn a i {
	margin-left: 4px;
	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;
}
.hover-set-brow:hover .bro-btn a i {
    transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
		color: #8b0000;
}
.hover-set-brow:hover .bro-btn a {
    background-color: #d6002a;
	color: #8b0000;
}


.short-menu-toggle .enumenu_ul li a:before {
	font-family: "Font Awesome 5 Pro";
	content: "\f105";
	position: absolute;
	right: 30px;
	font-size: 18px;
	top: -3px;
	font-weight: 400;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
}

a.login-btn {
	font-family: 'Akkurat Pro';font-weight: bold;
	font-size: 20px;
	color: #fff;
	padding: 20px 41px 16px 44px;
	background: #d6002a;
	display: inline-block;
	text-transform: uppercase;
	border-radius: 5px;
	letter-spacing: 4px;
}


/*-----------header section styles ends here----------------*/


/*-----------Home Hero Banner styles start here----------------*/

.main-hero-banner {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	width: 100%;
	display: flex;
	align-items: center;
	text-align: center;
	height: calc(100vh - 2px);
	position: relative;
	border: 1px solid #fff;
	border-bottom: none;
	overflow: hidden;
}

.main-hero-banner:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(59, 59, 59, 0.25);
}
.videobg_child, .hero-banner-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	pointer-events: none;
}

.videobg_child img, .hero-banner-bg img {
	width: 100vw;
	height: 100vh;
	max-width: none;
	object-fit: cover;
}
.videobg_child iframe, .videobg_child video, .hero-banner-bg iframe, .hero-banner-bg video {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100vw;
	height: 100vh;
	transform: translate(-50%, -50%);
	max-width: none;
}

@media (min-aspect-ratio: 16/9) {
	.videobg_child iframe, .videobg_child video, .hero-banner-bg iframe, .hero-banner-bg video {
		height: 56.25vw;
	}
}

@media (max-aspect-ratio: 16/9) {
	.videobg_child iframe, .videobg_child video, .hero-banner-bg iframe, .hero-banner-bg video {
		width: 177.78vh;
	}
}

.main-hero-banner .hero-midd .btn {
	padding: 20px 51px 17px 44px;
}

.hero-midd h1 {
	font-size: 29px;
	letter-spacing: 0.4px;
}

.hero-midd {
	position: relative;
	z-index: 1;		
}
.main-hero-banner .hero-midd{
	top:-140px;
}
.hero-midd p {
    font-weight: 500;
    margin-top: 9px;
}
.hero-midd p a {
    color: #d6002a;    
	font-weight: 600;
}
.hero-midd p a:hover {
    color: #ffffff;    
}


.typewrite {
	color: #fff;
	font-size: 82px;
	font-family: 'Akkurat Pro';font-weight: bold;	
}

.hero-midd h4, .hero-midd h4 p {
	font-family: 'Akkurat Pro';	
	color: #ffffff;
	font-size: 82px;
	margin-left: 20px;	
	letter-spacing: 2px;
	margin-bottom: 0;	
	text-transform: capitalize;	
	margin-top: 0;
}
.hero-midd h4 span, .hero-midd h4 p span{
	text-transform: uppercase;
	color: #d7002a;
	font-weight:bold;

}

.typewrite span {
	border-right: 0 !important;
}

.scroll-to-btm a {
	position: absolute;
	bottom: 25px;
	left: 50%;
	width: 24px;
	height: 24px;
	border-left: 4px solid #fff;
	border-bottom: 4px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	box-sizing: border-box;
	margin-left: -10px;
	z-index: 2;
}


/*-----------Home Hero Banner styles ends here----------------*/


/*-----------home-tabs styles start here----------------*/

.home-tabs {
	padding:15px 0 180px;
	position: relative;
	overflow: hidden;
}

.home-tab-blog-wrap {
	position: relative;
}

.home-tab-blog-wrap:after {
	content: "";
	position: absolute;
	background-image: url(images/graff-img.png);
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	bottom: -100px;
}
.black-theme .home-tab-blog-wrap:after {
	background-image: url(../images/graff-img-darkbg.jpg);

}

.home-tabs-desc-wrap {
	display: flex;
}

.home-tabs-wrap ul {
	/*	margin-bottom: 110px;*/
	/*	display: inline-block;*/
	display: flex;
	position: relative;
	z-index: 1;
}

.marquee-wrap {
	margin-bottom: 110px;
	position: relative;
	z-index: 1;
}

.home-tabs-img {
	width: 60%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 1;
}

.home-tabs-text {
	width: 40%;
	/*	max-width: 870px;*/
	background: #222222;
	padding: 90px 90px;
	margin-left: auto;
	margin-top: 90px;
	margin-bottom: 90px;
	position: relative;
	left: 175px;
	z-index: 2;
}

	.home-tabs-text h2 {
		color: #ffffff;
		font-size: 48px;
		font-family: 'Akkurat Pro';
		font-weight: bold;
	}

	.home-tabs-text p {
		color: #ffffff;
		font-size: 24px;
		font-family: 'Akkurat Light Pro';
		font-weight: 300;
		line-height: 36px;
	}

.home-tabs-text a {
	display: inline-block;
	font-size: 20px;
	color: #d6002a;
	font-family: 'Akkurat Pro';font-weight: bold;
	margin: 15px 0 0 0;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.home-tabs-text a:hover {
	color: #222222;
}

.plus-icon {
	position: absolute;
	top: -40px;
	right: -30px;
	background: #d6002a;
	color: #fff;
	width: 60px;
	height: 60px;
	border-radius: 5px;
	text-align: center;
	line-height: 67px;
	font-size: 25px;
}

.home-tabs-text a.plus-icon {
	color: #fff;
	font-weight: 400;
	font-size: 24px;
	line-height: 58px;
}


/*-----------home-tabs styles ends here----------------*/


/*-----------home-blog styles start here----------------*/

.home-blog-sec {
	padding: 0 0 220px 0;
	position: relative;
	z-index: 1;
}

.home-blog-wrap {
	display: flex;
}

.home-blog-row {
	position: relative;
	height: 900px;
	width: 33.33%;
	margin: 0 7px;
}

.home-blog-row:after {
	content: "";
	position: absolute;
	bottom: 0;
	border-top: 7px solid #fff;
	width: 100%;
}

.home-blog-row:before {
	content: "";
	position: absolute;
	top: 0;
	border-bottom: 7px solid #fff;
	width: 100%;
	z-index: 1;
}

.black-theme .home-blog-row:after {
	content: "";
	position: absolute;
	bottom: 0;
	border-top: 7px solid #222222;
	width: 100%;
}

.black-theme .home-blog-row:before {
	content: "";
	position: absolute;
	top: 0;
	border-bottom: 7px solid #222222;
	width: 100%;
	z-index: 1;
}

.home-two-row {
	width: 50%;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	flex-direction: column;
}

.home-two-blog-row {
	display: inline-block;
	height: 200px;
	width: 450px;
	background-position: center center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	position: relative;
	margin: 7px 7px;
}

.home-blog-col {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	background-size: cover;
	background-position: center center;
}

.home-two-row .home-blog-col {
	height: 100%;
	margin: 0;
}

.home-three-row {
	display: flex;
	flex-wrap: wrap;
	width: 33.33%;
	position: relative;
}

.home-three-row .home-blog-col {
	position: relative;
	background-size: cover;
	width: 100%;
	height: 33%;
	top: 0;
	bottom: 0;
}

.home-blog-col {
	margin: 0;
	display: inline-block;
}

.home-three-row .home-blog-col {
	height: 100%;
	margin: 0px;
}

.home-three-row a {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 31.8%;
	margin: 7px;
}

.home-blog-tag span {
	display: inline-block;
	font-family: 'Akkurat Pro';
	font-size: 14px;
	margin-bottom: 10px;
	color: #fff;
	transition: all 0.5s ease-in-out;
	position: relative;
	width: 100%;
	left: 0;
}

a:hover .home-blog-tag span {
	left: -10px;
}







.home-blog-tag h3 {
	font-size: 36px;
	font-family: 'Akkurat Pro';font-weight: bold;
	color: #fff;
	padding-right: 30px;
	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;
    z-index: 1;
}
a:hover .home-blog-tag h3 {margin-top: -33px;z-index: 1;}
.home-blog-tag h3:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f105";
    position: relative;
    right: -30px;
    font-size: 35px;
    top: 50%;
    font-weight: 400;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    line-height: 1;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    right: 20px;
	opacity: 0;
}
a:hover .home-blog-tag h3:after {
    right: -42px;
    opacity: 1;
    z-index: 1;
}

.home-blog-tag {
	padding: 45px 30px 0 34px;
}

.home-blog-row .home-blog-hover {
	opacity: 0;
	visibility: hidden;
	background: #d6002a;
	height: 100%;
	top: 0;
	position: absolute;
	width: 100%;
	transition: all 0.8s ease-in-out;
	padding: 40px;
}

.home-blog-row:hover .home-blog-hover {
	visibility: visible;
	opacity: 1;
}
.home-two-blog-row:hover .home-blog-hover {
    visibility: visible;
    opacity: 1;
}
.home-two-blog-row .home-blog-hover {
    opacity: 0;
    visibility: hidden;
    background: #d6002a;
    height: 100%;
    top: 0;
    position: absolute;
    width: 100%;
    transition: all 0.8s ease-in-out;
    padding: 40px;
}
.home-blog-hover h4 {
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	font-family: 'Akkurat Pro';font-weight: bold;
	margin-bottom: 15px;
}

.most-recent p {
	margin-bottom: 16px;
	line-height: 24px;
	display: inline-block;
}

.most-recent p:after {
	content: ">";
	position: absolute;
	margin-left: 10px;
}

a .home-blog-hover p {
	color: #fff;
	font-family: 'Akkurat Light Pro';font-weight: 300;
}


.most-recent {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	max-width: 485px;
	margin: 0 auto;
	padding: 0 15px;
}

.home-two-row a .plus-icon {
	opacity: 0;
	right: 0;
	top: 0;
	visibility: hidden;
	transition: all 0.5s ease-in-out;
	background: #fff;
	color: #d6002a;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: 0;
}

.home-two-row:hover .plus-icon {
	visibility: visible;
	opacity: 1;
}

.home-three-row a .plus-icon {
	opacity: 0;
	right: 0;
	top: 0;
	visibility: hidden;
	transition: all 0.5s ease-in-out;
	background: #fff;
	color: #d6002a;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: 0;
}

.home-three-row a:hover .plus-icon {
	visibility: visible;
	opacity: 1;
}

.home-blog-row a .plus-icon {
	opacity: 0;
	right: 0;
	top: 0;
	visibility: hidden;
	transition: all 0.5s ease-in-out;
	background: #fff;
	color: #d6002a;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: 0;
}

.home-blog-row:hover .plus-icon {
	visibility: visible;
	opacity: 1;
}


/*-----------home-blog styles end here----------------*/


/*-----------footer styles start here----------------*/

footer {
	padding: 50px 0;
	background: #222222;
	height: auto;
	position: relative;
	z-index: 1;
	margin-top: 80px;
}
.footer-menu ul {
    margin: 0;
}

.footer-menu ul li {
	display: inline-block;
	margin-right: 18px;
}

.footer-menu ul li:last-child {
	margin-right: 0;
}

.footer-menu ul li a {
	display: inline-block;
	font-family: 'Akkurat Light Pro';font-weight: 300;
	font-size: 20px;
	color: #fff;
	transition: all 0.5s ease-in-out;
}

.footer-menu ul li a:hover {
	color: #d6002a;
}

.footer-menu {
	/* display: inline-block; */
}

.footer-social-icon {
	display: inline-block;
	margin-bottom: 6px;
}

.footer-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
	border-bottom: 1px solid #fff;
	padding-bottom: 8px;
}
footer .container {
    max-width: 1700px;
	padding: 0 15px;
}
.footer-social-icon ul li {
	display: inline-block;
	margin-right: 28px;
	list-style: none;
}

.footer-social-icon ul li:last-child {
	margin-right: 0;
}

.footer-social-icon ul li a i {
	color: #fff;
	font-size: 26px;
	transition: all 0.5s ease-in-out;
}

.footer-social-icon ul li a i:hover {
	color: #d6002a;
}

.footer-social-icon ul li a i.fas.fa-wifi {
	transform: rotate(45deg);
}

.copy-rt ul li {
	display: inline-block;
	margin-right: 10px;
	position: relative;
	list-style: none;
}

.copy-rt ul li:after {
	content: "";
	position: absolute;
	right: -8px;
	width: 1px;
	background: #fff;
	height: 10px;
	top: 10px;
}

.energy-product-list .item a:hover {
    color: #d6002a;
}
.copy-rt ul li:last-child:after {
	display: none;
}

.copy-rt ul li a {
	color: #fff;
	font-family: 'Akkurat Light Pro';font-weight: 300;
	font-size: 12px;
}

	/*												 
.resp-tab-content-active .home-tabs-img {
	animation: zoome-img 1s ease forwards;
	animation-delay: 0.2s;
	opacity: 0;
	position: relative;
	right: -70%
}

@keyframes zoome-img {
	0% {
		right: -70%
	}
	100% {
		right: 0;
		opacity: 1;
	}
}

@-webkit-keyframes fadeInRight {
	0% {
		transform: scale(0);
		-webkit-transform: scale(0);
	}
	100% {
		right: 0;
		opacity: 1;
	}
}

.resp-tab-content-active .home-tabs-text {
	animation: fadetaxt 2s ease forwards;
	animation-delay: 0.9s;
	opacity: 0;
	position: relative;
}

@keyframes fadetaxt {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes fadetaxt {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

*/
/*-----------Full Width CTA Section Start here----------------*/

section.full-width-cta {
	background-color: #000000;
	padding: 88px 0 65px;
	text-align: center;
}

section.full-width-cta h3 {
	color: #fff;
	font-size: 30px;
	letter-spacing: 0.015em;
	margin-bottom: 11px;
}

.full-width-cta p {
	font-size: 18px;
	letter-spacing: -0.011em;
	margin-bottom: 31px;
	line-height: 28px;
}

.full-width-cta a.btn-transparent {
	display: inline-block;
	padding: 16px 35px 16px 35px;
	text-align: left;
}


/*-----------black-theme styles start here----------------*/

.black-theme .resp-tabs-list li {
    color: #fff !important;
}
.black-theme .resp-tabs-list li:hover {
    color: #d6002a !important;
}

.black-theme a .plus-icon {
	background: #222222;
}

.black-theme .main-hero-banner {
	border-color: #222;
}



/*-----------common Banner start here----------------*/

section.inner-banner.full-cmn-banner {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: end;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.full-cmn-banner .inner-banner-midd {
	max-width: 100%;
	width: 100%;
	padding-bottom: 70px;
}



/*-----------common Banner End here----------------*/


/*-----------Featured videos start here----------------*/

.full-msn-sec {
	position: relative;
}

.full-msn-sec:after {
    content: "";
    position: absolute;
    background-image: url(images/graff-img.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    top: 50%;
    transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);	
    background-size: contain;
    background-position: center center;
}
.black-theme .full-msn-sec:after {
	background-image: url(../images/graff-img-darkbg.jpg);
}

.feactured-videos {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.feactured-videos {
	padding: 50px 0 20px;
	position: relative;
	z-index: 1;
}

.feactured-videos .energy-transition-videos {
	float: left;
	width: 31%;
	margin-right: 3.5%;
	border-bottom: 0;	
	margin-bottom: 30px;
	display: block;
}
.feactured-videos .item .energy-transition-videos {
    width: 100%;
}
.page-template-InEventsession_page-php .feactured-videos .energy-transition-videos:nth-of-type(3n + 3) {
    margin-right: 0;
}

.feactured-videos .energy-transition-videos:nth-of-type(5n + 5) {
	margin-right: 0;
}
.feactured-videos .energy-transition-videos:nth-of-type(11n + 11) {
    margin-right: 0;
}
.feactured-videos h2 {
	font-size: 54px;
	letter-spacing: 0.02em;
	margin-bottom: 37px;
	display: inline-block;
	padding-left: 13px;
	color: #222;
}

.feactured-videos .energy-transition-videos img {
	width: 100%;
	 height: 275px;
    object-fit: cover;
}
.feactured-videos .energy-transition-videos .play-icon img {
    height: auto;
}
.energy-transition-videos:hover .popup-youtube-img img {
    transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

.feactured-videos-wrap {
    position: relative;
    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;
}

.feactured-videos-wrap p {
		color: #222222;
	}

.live-text-video-block:hover .popup-youtube-img img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
}

.live-text-video-block:hover .live-des p a {
    color: #d6002a;
}



.feactured-videos .container:before{content: "";	position: absolute;	top: -50px;	width: 98%;	background: #222;	height: 1px;right: 0;margin: 0 auto;    left: 0;}
.black-theme .feactured-videos .container:before{background: #fff;}


.black-theme .feactured-videos-wrap p {
	color: #fff;
}

/*-----------Featured videos End here----------------*/
/*-----------Masonry Section start here----------------*/
.full-msn-sec .container {
	max-width: 1630px;
	position: relative;
}


.masonry .categories-sec ul li ul li a:hover {color: #8b0000;}

.masonry .categories-sec {
	display: block;
	margin-bottom: 57px;
}

.masonry .categories-sec ul li ul {
    background-color: #d6002a;
    position: absolute;
    left: 0;
    z-index: 1;
    width: 250px;
    top: 100%;
    opacity: 0;
    z-index: 1;
    opacity: 1;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
}
.masonry .categories-sec ul li ul.cate-open {
    opacity: 1;
    z-index: 111;
    top: 100%;
}

.masonry .categories-sec ul li ul li {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0;
    color: #fff;
    margin-right: 0;
    height: 0;
    -webkit-transition: height 200ms ease-in;
    -o-transition: height 200ms ease-in;
    transition: height 200ms ease-in;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    padding-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 10px;
}
.masonry .categories-sec ul li:hover ul li {
    height: 40px;
}
.masonry .categories-sec ul li:hover ul{
	padding-bottom: 20px;
	padding-top: 10px;
}
.masonry .categories-sec ul li ul li a {
    color: #fff;    
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden; 
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
}

.masonry .categories-sec ul li ul li a:hover {color: #8b0000;}
.masonry .categories-sec ul li:hover > a {color: #8b0000;}
/*.masonry .categories-sec ul li ul li:hover a {color: #fff;}*/
.masonry .categories-sec ul li:hover>a i {
	    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    color: #8b0000;
	top: 17%;
}

.masonry .categories-sec ul li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
	padding-right: 25px;
	position: relative;
	font-size: 18px;
	color: #444444;
	font-family: 'Akkurat Pro';font-weight: bold;
	cursor: pointer;
}

.masonry .categories-sec ul li a {
	font-size: 18px;
	color: #444444;
	font-family: 'Akkurat Pro';font-weight: bold;
}

.masonry .categories-sec ul li i {
	font-size: 30px;
	position: absolute;
	right: 0;
	top: 45%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	line-height: 0.5;
	color: #cd0229;
	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;
	
}

.masonry {
	width: 100%;
	position: relative;
	z-index: 1;
}

.masonry .container {
	padding-bottom: 134px;
	/*
    border-bottom: 1px solid #444444;
    border-top: 1px solid #444444;
*/
	padding-top: 58px;
	position: relative;
}


.black-theme .masonry .container:before {
	content: "";
	position: absolute;
	bottom: 0;
	width: 98%;
	background: #fff;
	height: 1px;
	left: 0;
	right: 0;
	margin: 0 auto;
}


.masonry .container:before {
	content: "";
	position: absolute;
	bottom: 0;
	width: 98%;
	background: #222;
	height: 1px;
	left: 0;
	right: 0;
	margin: 0 auto;
}



.black-theme .masonry .container:before {
	content: "";
	position: absolute;
	bottom: 0;
	width: 98%;
	background: #fff;
	height: 1px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.masonry .missi-all-items {
	margin-right: -15px;
	margin-left: -15px;
}

.missi-all-items .grid-sizer,
.missi-all-items .grid-item {
	width: 20%;
	margin-bottom: 20px;
	padding: 0 13px;
}
.missi-all-items .grid-sizer {
    padding: 0 !important;
    margin-bottom: 0 !important;
}

.grid-inner-block {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.grid-inner-block:hover {
	-webkit-transform: scale(1.18);
	-ms-transform: scale(1.18);
	transform: scale(1.18);
	position: relative;
	z-index: 1;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.9);
}

.missi-all-items .grid-item {
	float: left;
}

.missi-all-items .grid-item img {
	display: block;
	max-width: 100%;
}
.grid-item a {
    display: inline-block;
    width: 100%;
}
.grid-item a:hover .mis-cont-block h4 {
    color: #d6002a;
}
.missi-all-items .loadMore {
	height: 35px;
	background-color: aqua;
	text-align: center;
	color: black;
}

.mis-cont-block h4 {
	color: #222222;
	font-size: 20px;
	font-family: 'Akkurat Pro';font-weight: bold;
	line-height: 1.2;
	margin-bottom: 10px;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.mis-cont-block h4 a {
	color: #222222;
}

.grid-inner-block .mis-bg-img {
	width: 100%;
	height: 170px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	position: relative
}

.mis-cont-block p {
	color: #222222;
	font-size: 16px;
	line-height: 1.3;
	font-family: 'Akkurat Light Pro';font-weight: 300;
	line-height: 1.5;
	margin-bottom: 10px;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.mis-cont-block {
	padding-top: 22px;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.grid-inner-block .mis-bg-img:before {
	background-image: url(./images/m-gra-img.png);
	position: absolute;
	bottom: -1px;
	width: 100%;
	height: 78px;
	z-index: 1;
	content: "";
	background-size: cover;
	background-repeat: no-repeat;
	top: inherit;
	background-position: bottom center;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	opacity: 0;
}

.grid-inner-block:hover .mis-bg-img:before {
	opacity: 1;
}

.grid-inner-block:hover .hover-date {
	opacity: 1;
}

.hover-date {
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.grid-inner-block:hover .mis-cont-block p {
	color: #222222;
}

.grid-inner-block:hover .mis-cont-block p {
	color: #222222;
}
.black-theme .grid-inner-block:hover .mis-cont-block p {
	color: #ffffff;
}
.grid-inner-block:hover .mis-cont-block h4 a{
	color: #d6002a;
}

.grid-inner-block:hover .mis-cont-block {
	background-color: #ffffff;
	padding: 15px 16px 15px 16px;
}
.black-theme .grid-inner-block:hover .mis-cont-block {
	background-color: #444444;
	padding: 15px 16px 15px 16px;
}

.hover-date {
	position: absolute;
	width: 100%;
	bottom: 0;
	z-index: 1;
	font-size: 0;
	padding: 8px 7px;
}

ul.date-icon {
	display: inline-block;
	vertical-align: middle;
	width: 30%;
}

ul.date-text {
	display: inline-block;
	vertical-align: middle;
	width: 70%;
	text-align: right;
}

.date-icon li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 8px;
	font-size: 16px;
}

.date-icon li a i {
	color: #fff;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
}

.date-icon li a i:hover {
	color: #d6002a;
}

.date-text li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 10px;
	font-size: 16px;
	border-right: 1px solid #fff;
	line-height: 0.9;
	padding-top: 2px;
}

.date-text li:last-child {
	border-right: 0;
}

.missi-all-items .btn {
	text-transform: uppercase;
	margin: 0 auto;
	text-align: center;
	max-width: 190px;
	width: 100%;
	display: block;
	cursor: pointer;
	font-family: 'Akkurat Pro';font-weight: bold;
	padding: 24px 14px 16px 33px;
	letter-spacing: 0.03em;
	text-align: left;
}

.missi-all-items .btn i {
	font-size: 16px;
	position: absolute;
	right: -20px;
	top: 6px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}


/*.missi-all-items .btn:after {background-color: #000000;    left: -100%;     bottom: 0;}*/

.missi-all-items .btn:hover:after {
	left: 0;
}


/*-----------Masonry Section End here----------------*/


/*-----------Live Now Section Start here----------------*/

section.live-now {
	padding-top: 61px;
	padding-bottom: 50px;
	font-size: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.live-now .container {
	max-width: 1630px;
}

.live-now .live-on-block {
	display: inline-block;
	vertical-align: top;
	width: 50%;
}

.live-now .watchlist {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding-left: 37px;
	border-left: 1px solid #444444;
	height: 100%;
	position: relative;
}

.live-on-block .live-title h3 {
	font-size: 40px;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 20px;
	font-family: 'Akkurat Pro';font-weight: bold;
}

.live-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;
	-webkit-transition: all 0.5s ease-in-out;
	margin-left: 15px;
}

.live-title a:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f105";
    position: absolute;
    right: -15px;
    font-size: 16px;
    top: 50%;
    font-weight: 400;
    color: #d6002a;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.live-title a:hover:after {
	right: -20px;
}

.live-on-block .live-text-video-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-bottom: 119px;
}

.watchlist h3 {
	font-size: 40px;
	padding-right: 70px;
	font-family: 'Akkurat Pro';font-weight: bold;
}

.live-on-block .live-text-video-block:last-child {
	margin-bottom: 0;
}

.live-text-video-block .video-video {
	padding-bottom: 0;
	border-bottom: 0;
	float: left;
	width: 60%;
}

.live-text-video-block .live-des p {
	color: #444444;
	font-size: 24px;
	line-height: 1.3;
}
.live-text-video-block .live-des p a {
    color: #444444;
}
.black-theme .live-text-video-block .live-des p a {
    color: #fff;
}
.live-text-video-block .live-des p a:hover, .black-theme .live-text-video-block .live-des p a:hover {
    color: #D6002A;
}

.live-text-video-block .live-des {
	width: 48%;
	display: inline-block;
	vertical-align: bottom;
	padding-left: 61px;
	padding-right: 46px;
}

.live-text-video-block .video-video {
	padding-bottom: 0;
	border-bottom: 0;
	/* float: left; */
	width: 52%;
	display: inline-block;
	vertical-align: bottom;
	margin-bottom: 0;
}

.live-text-video-block .video-video.energy-transition-videos img {
	margin-bottom: 0;
	width: 100%;
	max-width: 100%;
	display: block;
}
.live-text-video-block:hover a .play-icon:after {
    opacity: 1;
}

.watchlist ul li h4 {
	color: #222222;
	font-size: 24px;
	margin-bottom: 5px;
	font-family: 'Akkurat Pro';font-weight: bold;
}

.watchlist ul li p {
	color: #222222;
	font-size: 16px;
	margin-bottom: 30px;
	font-family: 'Akkurat Light Pro';font-weight: 300;
	line-height: 28px;
}


/*-----------Live Now Section End here----------------*/


/*-----------Full Width CTA Section End here----------------*/

.full-msn-listing .subCommodity-list {
	position: relative;
}


/*
.full-msn-listing .subCommodity-list:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 84%;
    background: #fff;
    height: 1px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
*/

.subCommodity-slider.owl-carousel.owl-loaded.owl-drag {
	padding-right: 2px !important;
	padding-left: 2px !important;
}

.full-msn-listing .subCommodity-list .subCommodity-slider {
	max-width: 1065px;
	margin: 0 auto;
	width: 100%;
	position: relative;
}

.full-msn-listing .subCommodity-list {
	margin: 0;
	padding: 30px 15px 30px 15px;
	border: none;
}
.subCommodity-list .subCommodity-slider{
	position: relative;
}
.subCommodity-list .subCommodity-slider:after {content: "";position: absolute;right: 0;height: 22px;width: 2px;top: 0;background: #222222; z-index: 9;}
.black-theme .subCommodity-list .subCommodity-slider:after {background: #ffffff;}

.subCommodity-list .subCommodity-slider:before {content: "";position: absolute;left: 0;width: 2px;height: 22px;background: #222222; z-index: 9;}
.black-theme .subCommodity-list .subCommodity-slider:before {background: #ffffff;}


.energy-product-list .subCommodity-slider{
	position: relative;
}
.energy-product-list .subCommodity-slider:after {content: "";position: absolute;right: 0;height: 22px;width: 4px;top: 0;background: #222; z-index: 9;}

.energy-product-list .subCommodity-slider:before {content: "";position: absolute;left: 0;width: 6px;height: 22px;background: #222; z-index: 9;}

.page-pagination-sec .pagination {
    display: flex;
    list-style: none;
    margin: 0;
}
.js-pagination-container {
    display: flex;
    justify-content: space-between;
}
.js-pagination-container p.pag-data {
    color: #a3a5a9;
    padding: 10px 0;
    font-size: 13px;
}

@media (max-width:1520px) {
	.bro-btn {max-width: 100%;}
	.short-menu-toggle .enumenu_container {width: 100%;}
	.short-menu-toggle .enumenu_ul>li{    padding-left: 23px;}
	a:hover .home-blog-tag h3 {margin-top: -22px;}
	
}
@media (max-width:1366px) {
	.home-tabs {padding: 15px 0 100px;}
}
@media (max-width:1440px) {
	.feactured-videos-wrap:after {
		top: -142px !important;
	}
/*
	.home-tabs {
		padding: 50px 0 100px;
	}
*/
	.home-tabs-text {
		width: 50%;
		max-width: 100%;
		padding: 50px 50px;
		margin-top: 70px;
		margin-bottom: 70px;
		left: 100px;
	}
	.home-tabs-text h2 {
		font-size: 42px;
	}
	a .home-blog-hover {
		padding: 30px 30px;
	}
	.most-recent {
		padding: 0 30px;
		bottom: 10px;
	}	
	.home-blog-tag h3 {
    font-size: 34px;
	}
	
	.hero-midd h1 {
		font-size: 26px;
	}
	.marquee-wrap {
		margin-bottom: 50px;
	}
	.feactured-videos h2 {
		font-size: 54px;
	}
	.watchlist h3 {
		font-size: 36px;
	}
	.live-text-video-block .live-des {
		padding-left: 20px;
		padding-right: 20px;
	}
	.live-text-video-block .live-des p {
		font-size: 22px;
	}
	.grid-inner-block .mis-bg-img {
		height: 150px;
	}
	.short-menu-toggle .enumenu_ul li a {
		font-size: 18px;
	}
	a:hover .home-blog-tag h3:after {
		right: -25px;
		font-size: 30px;    
	}
}

@media (max-width:1200px) {
	.feactured-videos-wrap:after {
		top: -122px !important;
	}
	.home-blog-sec {
		padding: 0 0 160px 0;
	}
	.footer-social-icon ul li {
		margin-right: 20px;
	}
	.footer-menu ul li {
		display: inline-block;
		margin-right: 15px;
	}
	.short-menu-toggle .enumenu_container {		
		width: 100%;
	}
	.short-menu-toggle .enumenu_ul li a {
		font-size: 16px;
		padding: 0 35px 0 0;
	}
	.short-menu-toggle .enumenu_ul.desk ul li a {
		font-size: 16px;
		padding: 10px 30px 4px 15px;
	}
	.short-menu-toggle .enumenu_ul li ul li a:before {
		right: 5px;
		top: 6px;
	}
	.short-menu-toggle .enumenu_ul li a:before {
		right: 20px;
	}
	.short-menu-toggle .enumenu_ul.desk ul {
		right: -220px;
		min-width: 220px;
		width: 220px;
	}
	.main-header .logo {
/*		width: 31%;*/
		width: 165px;
	}
	.main-header .login-button {
		width: 35%;
		padding-top: 8px;
	}
	.main-header .logo a img {
		max-width: 244px;
	}
	.login-button a.login-btn {
		font-size: 18px;
		padding: 12px 30px 12px 30px;
		line-height: 1;
	}
	.main-header .short-menu-toggle {
		width: 34%;
	}
	section.full-width-cta {
		padding: 50px 0 45px;
	}
	.feactured-videos h2 {
		font-size: 44px;
	}
	.feactured-videos .energy-transition-videos {
		width: 32%;
		margin-right: 2%;
	}
	.missi-all-items .grid-sizer,
	.missi-all-items .grid-item {
		width: 33.33%;
	}
	.live-now .live-on-block {
		padding-right: 40px;
	}
	.live-on-block .live-text-video-block {
		display: inline-block;
	}
	.live-text-video-block .video-video {
		width: 100%;
	}
	.live-text-video-block .live-des {
		padding: 20px 0 20px 0;
		width: 100%;
	}
	.live-on-block .live-text-video-block {
		margin-bottom: 0;
	}
	.feactured-videos .container:before {top: -40px;}
	.short-menu-toggle .hover-set-brow:hover .enumenu_ul>li {height: 38px;}
	.home-blog-tag h3 {font-size: 30px;}
	
	
}

@media (max-width:1024px) {
	.home-blog-sec {
		padding: 0 0 110px 0;
	}
	.typewrite {
		font-size: 54px;
		letter-spacing: 2px;
	}
	.hero-midd h4, .hero-midd h4 p {
		font-size: 46px;
		letter-spacing: 2px;
	}
	.hero-midd h1 {
		letter-spacing: 1.2px;
	}
	.home-tab-blog-wrap:after {
		display: none;
	}
	.home-tabs-text {
		left: 35px;
	}
	.home-tabs-text {
		width: 60%;
		padding: 40px 30px;
	}
	.home-tabs-img {
		width: 100%;
	}
	.plus-icon {
		top: -20px;
		width: 40px;
		height: 40px;
		border-radius: 4px;
		line-height: 50px;
		font-size: 25px;
	}
	.home-tabs-text h2 {
		font-size: 36px;
		line-height: 36px;
	}
	.home-tabs-text p {
		font-size: 18px;
		line-height: 30px;
	}
	.home-tabs-text a {
		font-size: 18px;
	}
	/*
	.home-tabs-wrap ul {
		margin-bottom: 30px;
	}
*/
	.marquee-wrap {
		margin-bottom: 20px;
	}
	.home-tabs {
		padding: 50px 0 40px;
	}
	.resp-tab-active {
		padding: 8px 14px 8px 14px !important;
	}
	.resp-tabs-list li {
		letter-spacing: 3.5px;
	}
	.home-blog-row:after {
		display: none;
	}
	.home-blog-row:before {
		display: none;
	}
	.black-theme .home-blog-row:after {
		display: none;
	}
	.black-theme .home-blog-row:before {
		display: none;
	}
	.mis-cont-block h4 {
		font-size: 18px;
	}
	.short-menu-toggle .enumenu_ul>li {    
		padding-left: 20px;
	}
	.home-tabs-text a.plus-icon{
		top: -35px;
		line-height: 38px;
	}
}

@media (max-width:991px) {
	.plus-icon{
		line-height: 35px;	
	}
	.home-tabs-text a.plus-icon {
		top: -36px;
		line-height: 38px;
	}
	.main-hero-banner {
		height: 650px;
	}	
	.feactured-videos .energy-transition-videos img {
		height: 280px;
		object-fit: cover;
	}
	.feactured-videos-wrap .energy-transition-videos .play-icon img {
		height: auto;
	}
	.feactured-videos-wrap .energy-video-desc h3 {
		font-size: 22px;
	}
	section.inner-banner.full-cmn-banner .inner-banner-midd p br {
		display: none;
	}
	.main-header .login-button {
		width: 35%;
	}
	.feactured-videos-wrap:after {
		top: -112px !important;
		width: calc(100% - 32px);
	}
	header {
		padding: 0 30px 20px;
	}	
	.main-header .logo a img {
		max-width: 200px;
	}
	.short-menu-toggle .enumenu_container {		
		width: 100%;
	}
	
	.short-menu-toggle .enumenu_ul li a {
		font-size: 15px;
	}
	.short-menu-toggle .enumenu_ul.desk ul li a {
		font-size: 15px;
		padding: 10px 30px 4px 10px;
	}
	.short-menu-toggle .enumenu_ul li ul li a:before {
		right: 15px;
		top: 6px;
		transition: all 0.5s ease-in-out;
		-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
	}
	.bro-btn a {
		margin-top: 10px;
	}
	.footer-social-icon ul li {
		margin-right: 25px;
	}
	.footer-top {
		flex-wrap: wrap;
	}
	.footer-menu {
		width: 100%;
		text-align: center;
		order: 2;
		margin-bottom: 10px;
	}
	.footer-social-icon {
		width: 100%;
		text-align: center;
		order: 1;
		margin-bottom: 18px;
		border-bottom: 1px solid #fff;
		padding-bottom: 20px;
	}
	.footer-btm {
		text-align: center;
	}
	.footer-menu ul li a {
		font-size: 16px;
	}
	.hero-midd h1 {
		font-size: 24px;
	}
	.btn {
		padding: 20px 28px 13px 28px;
		font-size: 18px;
	}
	.home-tabs-desc-wrap {
		display: flex;
		width: 100%;
		flex-wrap: wrap;
	}
	.home-tabs-text {
		width: 100%;
		padding: 50px 20px;
		left: 0;
		margin-top: 0px;
		margin-bottom: 0;
		order: 2;
	}
	.home-tabs-img {
		height: 500px;
		order: 1;
	}
	.plus-icon {
		right: 15px;
	}
	.home-blog-wrap {
		display: flex;
		flex-wrap: wrap;
	}
	.home-blog-row {
		height: 480px;
		width: 100%;
		margin-bottom: 7px;
	}
	.most-recent {
		max-width: 100%;
	}
	.home-two-row {
		width: 50%;
	}
	.home-three-row {
		width: 50%;
	}
	
	.most-recent p {
		margin-bottom: 10px;
		line-height: 20px;
	}
	.home-two-blog-row {
		height: 500px;
	}
	.home-three-row a {
		height: 329px;
	}
	.home-blog-tag {
		padding: 25px 30px 0 30px;
	}
	.home-blog-tag h3 {
		font-size: 30px;
	}
	section.full-width-cta {
		padding: 50px 40px 45px;
		text-align: left;
	}
	section.full-width-cta h3 {
		font-size: 24px;
	}
	.full-width-cta p {
		margin-bottom: 18px;
		font-size: 16px;
	}

	.masonry {    
		padding-right: 15px;
		padding-left: 15px;
	}
	.masonry .missi-all-items {
		margin-right: -10px;
		margin-left: -10px;
	}
	.masonry .container:before, .masonry .container:after {
		width: calc(100% - 32px) !important;
	}
	.feactured-videos .container:before { 
    width: calc(100% - 58px) !important;
}
	.grid-inner-block .mis-bg-img {
		height: 130px;
	}
	.masonry .container {
		padding-top: 30px;
		padding-bottom: 110px;
	}
	.masonry .categories-sec {
		margin-bottom: 25px;
	}
	.missi-all-items .grid-sizer,
	.missi-all-items .grid-item {
		padding: 0 10px;
	}
	.live-now .live-on-block {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		padding-right: 0;
		margin-bottom: 40px;
	}
	.live-title {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 0 15px;
	}
	.live-title a {
		margin-left: 0;
		margin-right: 15px;
	}
	.live-on-block .live-text-video-block {
		display: inline-block;
		width: 50%;
	}
	.live-text-video-block .video-video.energy-transition-videos a {
		width: 100%;
	}
	.live-text-video-block .live-des p {
		font-size: 18px;
		padding: 0 15px;
	}
	.live-now .watchlist {
		width: 100%;
	}
	.black-theme .live-now .watchlist {
		border-left: none;
	}
	.energy-transition-videos .play-icon img {
		width: 50px;
		height: auto;
	}
	section.live-now {
		margin-bottom: 10px;
		padding-top: 35px;
		padding-bottom: 10px;
	}
	.watchlist ul li h4 {
		font-size: 18px;
	}
	.watchlist ul li p {
		line-height: 24px;
		margin-bottom: 20px;
	}
	.live-now .watchlist:after {
		content: "";
		position: absolute;
		top: -30px;
		width: 96%;
		background: #fff;
		height: 1px;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.main-header .logo {
	width: 145px;	
	}
	
	
}

@media (max-width:767px) {
	.live-text-video-block .video-video.energy-transition-videos .play-icon img {
		width: 40px;
	}	
	.masonry .missi-all-items .mis-bg-img .box-popup-icon {
		height: 34px;
		width: 38px;
	}
	header {
		padding: 0;
		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;
	padding-right: 10px;
    padding-left: 10px;
	}
	header .main-header {
		padding: 0 25px;
	}
	.main-header .logo {
		width: 50%;
		padding-top: 30px;
		
	}
	.main-header .login-button {
		width: 45%;
		padding-top: 15px;
		padding-right: 30px;
	}
	.bro-btn {
		display: none;
	}	
	.short-menu-toggle .enumenu_container {
		padding: 0;
		width: 100%;
		opacity: 1;
		display: block;
		top: 0;
		right: 0;
		background-color: transparent;
		left: inherit;
		z-index: 1;
	}
	.main-header .short-menu-toggle {
		width: 100%;
		position: absolute;
		right: 0;
		left: inherit;
	}
	.main-header .short-menu-toggle .menu-icon .menu-box {
		margin-right: 0;
		padding: 5px;
		right: 0;
		top: 40px;
		left: inherit;
		right: 30px;		
	}	
	.main-header .short-menu-toggle .menu-icon {
		padding: 0 !important;
	}
	.login-button a.login-btn {
		font-size: 16px;
		padding: 0;
		line-height: 1;
		background-color: transparent;
		font-family: 'Akkurat Pro';font-weight: bold;
	}
	.main-header.short-menu-toggle .logo a img {
		max-width: 180px;
	}
	.main-header .short-menu-toggle .enumenu_ul {
		width: 100%;
		background-color: #d6002a;
/*		height: calc(100vh - 103px);*/
		top: 103px;
		position: absolute;
		left: 0;
		padding-top: 20px;
		padding-bottom: 5px;
		overflow: auto;
	}
	
	header .main-header:before{
	content: "";
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	
	}
	.menu-open header .main-header:before {	
		position: absolute;
		left: 0;
		right: 0;
		background-color: #d6002a;
		top: 10px;
		width: 100%;
		height: 100%;
		z-index: 1;
	}
	.menu-open .main-header .login-button {
		opacity: 0;
	}
	.short-menu-toggle .enumenu_ul li a {
		font-size: 16px;
		padding: 0 70px 0 0;
		text-align: left;
	}
	.short-menu-toggle .enumenu_ul li a:before {
		right: 55px;
	}
	.short-menu-toggle .enumenu_ul .arrow {
		top: 6px;
	}
	.short-menu-toggle .enumenu_ul > li {
		width: 100%;
		margin-bottom: 0;
		padding-bottom: 8px;
		padding-top: 13px;
		border-top: 1px solid #620013;
	}
	.short-menu-toggle .enumenu_ul > li ul {
		background: #d6002a;
		padding: 10px 10px 10px 20px;
	}
	.short-menu-toggle .enumenu_ul > li ul:last-child {
		padding-bottom: 0;
	}
	.short-menu-toggle .enumenu_ul ul li {
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.short-menu-toggle .enumenu_ul ul li:last-child {
		padding-bottom: 0;
	}
	.short-menu-toggle .enumenu_ul ul li a:before {
		display: none;
	}
	.home-tabs-desc-wrap {
		display: flex;
		width: 100%;
		flex-wrap: wrap;
	}
	.home-tabs-text {
		width: 100%;
		padding: 30px 20px;
		left: 0;
		margin-top: 0px;
		margin-bottom: 0;
		order: 2;
	}
	.home-tabs-img {
		height: 400px;
		order: 1;
	}
	.plus-icon {
		right: 15px;
	}
	.home-tabs {
		padding: 40px 0 40px;
	}
	
	.short-menu-toggle .enumenu_ul > li:hover > a:hover:before {
		right: 40px;
	}
	.short-menu-toggle .hover-set-brow:hover .enumenu_ul>li {
		height: auto; 
	}
	.short-menu-toggle .enumenu_ul>li {
		height: auto;
	}
	.short-menu-toggle .enumenu_container{
		top: -1px;
	}
	.menu-myhubmenu-container {
		display: none;
	}
}

@media (max-width:640px) {
	.feactured-videos .energy-transition-videos img {
		height: auto;
		object-fit: initial;
	}
	.main-hero-banner {
		height: 500px;
	}
	.feactured-videos h2 {
		font-size: 30px;
	}
	footer {
		padding: 50px 0 30px;
	}
	.footer-social-icon ul li {
		margin-right: 15px;
	}
	.footer-menu ul li a {
		font-size: 16px;
	}
	.footer-social-icon ul li a i {
		font-size: 22px;
	}
	.footer-menu ul li a {
		font-size: 16px;
	}
	.footer-menu ul li {
		margin-right: 0;
		display: block;
		margin-bottom: 10px;
	}
	.copy-rt ul li a {
		font-size: 12px;
	}
	.copy-rt ul li {
		display: block;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.copy-rt ul li:after {
		display: none;
	}
	.footer-menu ul li:last-child {
		margin-bottom: 0;
	}
	.copy-rt ul li:last-child {
		margin-bottom: 0;
	}
	.footer-top {
		padding-bottom: 20px;
		margin-bottom: 30px;
	}
	.hero-midd h4, .hero-midd h4 p {
		font-size: 30px;
		letter-spacing: 1px;
		display: block;
		margin-left: 0;
		line-height: 1.2;
	}
	.typewrite {
		font-size: 36px;
		letter-spacing: 1px;
	}
	.hero-midd h1 {
		font-size: 16px;
		margin-bottom: 20px;
	}
	.home-tabs {
		padding: 30px 0 30px;
	}
	.resp-tabs-list li {
		font-size: 26px;
		letter-spacing: 1px;
	}
	.home-tabs-wrap ul {
		margin-bottom: 0px;
	}
	.home-tabs-text h2 {
		margin-bottom: 10px;
		font-size: 24px;
	}
	.home-tabs-text a {
		margin-top: 20px;
	}
	.home-tabs {
		padding: 30px 0 40px;
	}
	.home-tabs-img {
		height: 250px;
	}
	.home-tabs-text p {
		font-size: 16px;
		line-height: 26px;
	}
	.home-tabs-text a {
		font-size: 16px;
	}
	.home-blog-row {
		height: 320px;
	}
	.home-two-row {
		width: 100%;
	}
	.home-two-blog-row {
		height: 370px;
	}
	.home-three-row {
		width: 100%;
	}
	.home-three-row a {
		height: 320px;
	}
	.home-blog-tag span {
		font-size: 12px;
		margin-bottom: 5px;
	}
	.home-blog-tag h3 {
		font-size: 24px;
	}
	
	a .home-blog-hover p {
		font-size: 16px;
	}
	
	section.full-width-cta h3 {
		font-size: 20px;
	}
	.feactured-videos .energy-transition-videos {
		display: inline-block;
	}
	.feactured-videos h2 {
		font-size: 30px;
	}
	.energy-video-desc h3 {
		font-size: 20px;
	}
	.missi-all-items .grid-sizer,
	.missi-all-items .grid-item {
		width: 50%;
	}
	.mis-cont-block h4 {
		margin-bottom: 0;
	}
	.live-now .live-on-block {
		display: inline-block;
	}
	.live-on-block .live-text-video-block {
		width: 100%;
	}
	.watchlist h3 {
		font-size: 30px;
	}
	.live-on-block .live-title h3 {
		font-size: 30px;
		margin-bottom: 0;
	}
	.live-title {
		margin-bottom: 20px;
	}
	.subCommodity-list .subCommodity-slider {		
		margin: 0 auto;
		width: 100%;
	}
	a:hover .home-blog-tag h3:after {right: -20px;font-size: 25px;}
	.home-tabs-text a.plus-icon {
    top: -40px;
	}
	.masonry .missi-all-items .mis-bg-img .box-popup-icon{
		height: 30px;
		width: 36px;
	}
}

@media (max-width:480px) {
	.masonry .categories-sec ul li i {
		right: -10px;
	}
	.grid-inner-block .mis-bg-img {
		height: 90px;
	}
	.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;
	}
	.watchlist h3 {
		padding-right: 0;
	}
	.watchlist h3 {
		margin-bottom: 50px;
	}
	.masonry .categories-sec ul li {
		margin-right: 10px;
		padding-right: 15px;
		margin-bottom: 10px;
	}
	.masonry .categories-sec {
		margin-bottom: 10px;
	}
	.masonry .categories-sec ul li a i {
		right: -10px;
	}
	.masonry .categories-sec ul li a {
		font-size: 16px;
	}
	.mis-cont-block p {
		display: none;
	}
	.mis-cont-block h4 {
		font-size: 14px;
		line-height: 20px;
	}
	.main-header .logo a img {
		max-width: 149px;
	}
	.main-header .menu-icon {
		padding: 0;
	}
	.main-header .menu-icon .menu-box {
		width: 41px;
		height: 18px;
		top: 14px;
	}
	.menu-icon .menu-box span {
		height: 2px !important;
		border-radius: 0 !important;
		margin-bottom: 5px !important;
	}
	.main-header .login-button {
		padding-right: 12px;
		padding-top: 9px;
		width: 40%;
	}
	.main-header .logo {
		padding-top: 28px;
		padding-bottom: 7px;
	}
	header .main-header {
		padding: 0 17px;
	}
	
	.short-menu-toggle .menu-icon.active span:nth-child(1) {
		transform: rotate(25deg) translateY(5.5px) translateX(4px);
		-webkit-transform: rotate(25deg) translateY(5.5px) translateX(4px);
	}
	.short-menu-toggle .menu-icon.active span:nth-child(3) {
		transform: rotate(-25deg) translateY(-6px) translateX(5px);
		-webkit-transform: rotate(-25deg) translateY(-6px) translateX(5px);
	}
	.main-header .short-menu-toggle .enumenu_ul {
		width: 100%;
/*		height: calc(100vh - 72px);*/
		top: 72px;
		padding-top: 10px;
	}
	.short-menu-toggle .enumenu_ul li a {
		font-size: 14px;
	}
	.main-header .short-menu-toggle .menu-icon .menu-box {
		top: 34px;
		right: 22px;
	}	
	.main-header .short-menu-toggle .menu-icon .menu-box {
		padding: 5px 0 5px 5px;
	}
	.main-header .logo {
		padding-top: 23px;
	}
	.main-hero-banner .hero-midd .btn{
		padding: 9px 25px 9px 25px;
		font-size: 16px;
	}
	
}
@media (max-width:400px) {
	.black-theme .subCommodity-list .owl-item:after {display: none;}
	.masonry .missi-all-items .mis-bg-img .box-popup-icon {height: 26px;width: 32px;padding: 8px;}
	
}

.fade-in {
	animation: fadeIn ease 20s;
	-webkit-animation: fadeIn ease 20s;
	-moz-animation: fadeIn ease 20s;
	-o-animation: fadeIn ease 20s;
	-ms-animation: fadeIn ease 20s;
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-moz-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-o-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-ms-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}



#onetrust-banner-sdk .ot-sdk-container {padding: 10px 0!important;}
#onetrust-banner-sdk #onetrust-policy-text {font-size: 1em !important;line-height: 20px !important;margin-bottom: 0;}
#onetrust-consent-sdk #onetrust-accept-btn-handler {padding: 18px 20px !important;}
#onetrust-consent-sdk #onetrust-banner-sdk a[href] {color: #D6002A;}
.coman-page .register-page {
    max-width: 1200px;
    margin: 0 auto;
	padding: 0 15px;
}
.coman-page .register-page p.description.indicator-hint {
    background-color: transparent !important;
    color: #fff !important;
    width: 100%;
    margin-bottom: 20px !important;
    margin-top: 20px !important;
    line-height: 1.5;
}
.coman-page .register-page input {    
    border: 1px solid #fff !important;
    line-height: 1.6 !important;
    padding-left: 20px !important;
    font-size: 18px !important;
    padding-top: 9px !important;
    padding-bottom: 12px !important;
}
.coman-page .register-page aside.bp-feedback.bp-messages.info {
    display: none;
}

.coman-page .register-page input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}

.coman-page .register-page input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
  opacity: 1; /* Firefox */
}

.coman-page .register-page input::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
  opacity: 1; /* Firefox */
}

.coman-page .register-page .submit {
    font-family: 'Akkurat Pro';
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    padding: 12px 45px 14px 45px;
    display: inline-block;
    border-radius: 5px;
    letter-spacing: 2px;
    overflow: hidden;
    position: relative;
    background: #d6002a;
    transition: all 0.45s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}
.coman-page .register-page .submit::after, .coman-page .register-page .submit::before {
    content: " ";
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    z-index: -1;
}
.coman-page .register-page .submit::after {
    z-index: 0;
    transform: translateX(100%);
    transition: none;
    transition: transform 350ms ease;
}
.coman-page .register-page .submit::before {
    transform: translateX(-100%);
    z-index: 1;
}
.coman-page .register-page .submit input {
    z-index: 5;
    position: relative;
    display: inline-block;
    padding: 0 !important;
    margin: 0 !important;
    background-color: transparent !important;
    border: none !important;
    color: #fff !important;
    font-weight: 800;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.coman-page .register-page .submit:hover:before {
    transform: translateX(0);
    transition: transform 350ms ease;
}
.coman-page .register-page .submit:hover:after {
    opacity: 1;
    transform: translateX(0);
    transition: transform 350ms 360ms ease;
}
.coman-page .register-page .submit:hover input {
    color: #d6002a !important;
}



.header-theme-clr a i {
	color: #222222;
	font-size: 20px;
}

.black-theme .header-theme-clr a i {
	color: #fff !important;
}
.header-theme-clr { 
    position: absolute;
    top: 46px;
    right: 66px;
}
.fixed_header .header-theme-clr {
    margin-top: 0;
    top: 29px;
}
@media (max-width:767px) {	
	.coman-page .register-page h2 {margin-bottom: 15px !important;margin-top: 10px !important;}
	.coman-page .register-page input {padding-top: 8px !important;padding-bottom: 9px !important;margin-bottom: 9px !important;}
	.coman-page .register-page label, .coman-page .register-page fieldset {font-size: 14px;} 
	.fixed_header .header-theme-clr{    padding-left: 0;}
	
}
}
@media (max-width:480px) {
	.header-theme-clr {width: 15px;right: 55px;top:0px;}
	.header-theme-clr a i {font-size: 16px;}
}



/*coman-page css start here*/
.coman-page .buddypress-wrap.bp-dir-hori-nav:not(.bp-vertical-navs) nav:not(.tabbed-links) {border-bottom: none;border-top: none;box-shadow: none;display: inline-block;}
.buddypress-wrap div.feed a:before, .buddypress-wrap li.feed a:before{color: #fff; padding: 7px 0 0 0; display: inline-block;}
.coman-page #buddypress ul li a{border: none; font-family: 'Akkurat Pro';font-weight: bold;font-size: 20px;color: #fff;padding: 12px 45px 14px 45px;display: inline-block;border-radius: 5px;letter-spacing: 2px;overflow: hidden;position: relative;background: #d6002a;transition: all 0.45s ease-in-out;-webkit-transition: all 0.5s ease-in-out;}
.coman-page #buddypress ul li{margin-right: 15px;}
.buddypress-wrap .bp-feedback {background: transparent;box-shadow: none;border: none;}
.buddypress-wrap .bp-feedback.help .bp-icon, .buddypress-wrap .bp-feedback.info .bp-icon {background-color: transparent; padding: 0;}
.buddypress-wrap .bp-feedback p {margin: 0;color: #fff;}
.buddypress-wrap .subnav-filters div input[type=search] { color: #000;padding: 12px 90px 10px 20px;height: auto;font-size: 18px;}

.buddypress-wrap .subnav-filters div input[type=search]::-webkit-input-placeholder {color: #000;}
.buddypress-wrap .subnav-filters div input[type=search]::-moz-placeholder { color: #000;}
.buddypress-wrap .subnav-filters div input[type=search]:-ms-input-p#ffflaceholder { color: #000;}
.buddypress-wrap .subnav-filters div input[type=search]:-moz-placeholder { color: #000;}
.dashicons-search:before {color: #fff;}
.item-avatar a {    background-color: transparent !important;padding: 0 0 7px 0 !important;margin: 0px !important;width: 100% !important;}
div#members-dir-list {margin: 30px 0 0 0;}
.buddypress-wrap .subnav-filters .component-filters, .buddypress-wrap .subnav-filters .last {float: left;margin-top: 0;padding: 0 0 0 0;margin-left: 10px;}
.buddypress-wrap .subnav-filters .component-filters select, .buddypress-wrap .subnav-filters .last select {max-width: 100%;display: inline-block;padding: 15px 200px 15px 20px;background: #fff;font-size: 18px; position: inherit;}
.coman-page p.item-meta.last-activity {color: #fff;}
.coman-page h2.list-title.member-name {border-bottom: none;}
.pag-count.top .pag-data {color: #fff;}
aside.bp-feedback.bp-messages.info {margin-top: 25px;}
.coman-page .dir-search {background: #fff;}
.buddypress-wrap form.bp-dir-search-form button[type=submit] { float: right;font-size: inherit;font-weight: 400;line-height: 1.5;padding: 12px 20px 12px 10px;text-align: center;text-transform: none;width: auto;}
body #buddypress select {border-radius: 0px;}
body #buddypress div {border-radius: 0px;}
.buddypress-wrap .select-wrap span.select-arrow:before {color: #000;content: "\25BC";right: 10px;position: relative;top: 3px;}
.user-update {border: none !important;padding-left: 0 !important;margin-left: 0 !important;padding-right: 0 !important;}
.group-desc {border: #fff;color: #fff;}
.group-desc p {color: #fff;font-style: initial;padding: 0;margin: 0 !important; font-family: 'Akkurat Pro';font-weight: bold;font-size: 20px;}
h2.list-title.groups-title {border: none;}
h2.list-title.member-name a {display: inline-block;background: transparent !important;padding: 0 !important;margin-bottom: 10px !important; text-decoration: underline !important; color: #d6002a !important;}
h2.list-title.member-name a:hover{color:#fff !important;}
p.highlight.group-status strong {color: #fff;}
ul#group-admins li a {display: inline-block;background: transparent !important;}
.group-description {box-shadow: none !important;}
.group-description p {color: #000;font-family: 'Akkurat Pro';font-size: 18px;font-weight: 700;}
.bp-feedback.custom-homepage-info.info.no-icon strong {color: #fff; margin-bottom: 10px;}
.bp-feedback.custom-homepage-info.info.no-icon p {color: #fff; }
.bp-feedback.custom-homepage-info.info.no-icon p a {color: #d6002a; }
.bp-feedback.custom-homepage-info.info.no-icon p a:hover {color: #fff; }
.group-search.members-search.bp-search {background: #fff;}
.activity-header p a {display: inline-block;background: transparent !important;padding: 0 !important;margin-bottom: 10px !important; text-decoration: underline !important; color: #d6002a !important;}
.activity-inner p {color: #000;font-family: 'Akkurat Pro';font-size: 18px;font-weight: 700;}
.bp-feedback.custom-homepage-info.info strong {color: #fff;}
.bp-feedback.custom-homepage-info.info button {background: transparent !important;}
.bp-feedback.custom-homepage-info.info {color: #fff !important;}
.bp-feedback.custom-homepage-info.info a {color: #d6002a !important;}
#bp-nouveau-activity-form {box-shadow: none;padding: 15px;margin: 0;}
.activity-update-form #whats-new-content {padding-bottom: 0;}
#group-create-body ol {margin-top: 0;}
#group-create-body input[type=submit] {color: #fff;font-family: 'Akkurat Pro';font-size: 18px;font-weight: 700; background: #d6002a; padding: 15px 30px; border: none;}
#group-create-body ol li {padding: 0;}
#group-create-body ol li a {display: inline-block; color: #fff;font-family: 'Akkurat Pro';font-size: 18px;font-weight: 700; padding: 10px 30px 10px 30px;}
#group-create-body ol li a:hover{background: #d6002a;}
h3.bp-screen-title.creation-step-name {color: #fff;padding: 0;margin: 15px 0 !important;}
div#whats-new-post-in-box select {padding: 16px 90px 12px 20px;width: 22%; font-size: 18px !important; color: #000; border: none !important;}
#whats-new-submit input[type=submit] {padding: 15px 25px;display: inline-block;width: 22%; font-family: 'Akkurat Pro';font-weight: bold;font-size: 18px; color: #000;     border-radius: 0 !important;border: none;}
#whats-new-post-in-box-items input[type=text] {padding:15px 25px !important; display: inline-block;width: 20%; font-family: 'Akkurat Pro';font-weight: bold;font-size: 18px; color: #000; box-shadow: none;}
#whats-new-submit input[type=reset] {padding: 15px 25px;display: inline-block;width: 22%; font-family: 'Akkurat Pro';font-weight: bold;font-size: 18px; color: #000; background: #fff;border-radius: 0 !important;border: none;}
#whats-new-submit input[type=reset]:hover{text-decoration: none;}
div#bp-nouveau-activity-form {margin-bottom: 30px;}
.activity-update-form #whats-new-post-in-box #whats-new-post-in-box-items .bp-activity-object:hover {background:transparent; border: none !important}
.activity-update-form #whats-new-post-in-box #whats-new-post-in-box-items .bp-activity-object{padding: 0;}
#bp-nouveau-activity-form {padding:0;border:none; }
.activity-update-form #whats-new-post-in-box #whats-new-post-in-box-items .bp-activity-object.selected {border: none;}
.activity-update-form #whats-new-textarea textarea { border-radius: 0;border: none;}
.coman-page .standard-form input[type=text] { box-shadow: none;border: none;padding: 15px 20px 15px 20px;}
.coman-page .submit input[type=submit] {border: none;font-family: 'Akkurat Pro';font-weight: bold;font-size: 20px;color: #fff;padding: 12px 45px 14px 45px;display: inline-block;border-radius: 5px;letter-spacing: 2px;overflow: hidden;position: relative;background: #d6002a;transition: all 0.45s ease-in-out;-webkit-transition: all 0.5s ease-in-out;}
.user-pass1-wrap button[type=button] {font-family: 'Akkurat Pro';font-weight: bold;font-size: 20px; border: none;box-shadow: none;padding: 12px 20px 12px 20px;}
.coman-page .activity-list .activity-item .activity-meta.action {background: transparent;}
.buddypress-wrap.bp-dir-hori-nav .group-description p {font-weight: 400;}
.coman-page .ac-reply-content input[type=submit]  {border: none;font-family: 'Akkurat Pro';font-weight: bold;font-size: 20px;color: #fff;padding: 12px 45px 14px 45px;display: inline-block;border-radius:5px !important;letter-spacing: 2px;overflow: hidden;position: relative;background: #d6002a;transition: all 0.45s ease-in-out;-webkit-transition: all 0.5s ease-in-out;}
.coman-page .ac-reply-content input[type=submit]:hover{background: #d6002a !important; color: #fff !important;}
.coman-page .ac-reply-content button[type=button]  {border: none;font-family: 'Akkurat Pro';font-weight: bold;font-size: 20px;color: #fff;padding: 12px 45px 14px 45px;display: inline-block;border-radius: 5px;letter-spacing: 2px;overflow: hidden;position: relative;background: #d6002a;transition: all 0.45s ease-in-out;-webkit-transition: all 0.5s ease-in-out;}
.coman-page .ac-reply-content button[type=button]:hover {text-decoration: none !important;}
.buddypress-wrap .bp-search form:hover{
	border: 0;
}

.tabs-slider .owl-nav {
    width: 40%;
    position: absolute;
    top: 0;
    left: 175px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 0;
    top: 50%;
    transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
    
}
.tabs-slider  .owl-nav div {
    font-size: 0;
}
.tabs-slider .owl-next:before {
	font-family: "Font Awesome 5 Pro";
	content: "\f105";
	position: absolute;
	right: 30px;
	font-size: 30px;
	top: -0;
	font-weight: 400;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	color: #ffffff;
	line-height: 1.1;
}
.tabs-slider .owl-prev:before {
	font-family: "Font Awesome 5 Pro";
	content: "\f104";
	position: absolute;
	left: 30px;
	font-size: 30px;
	top: -0;
	font-weight: 400;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	color: #ffffff;
	line-height: 1.1;
}
.tabs-slider .owl-prev:hover:before, .tabs-slider .owl-next:hover:before {
	color: #ffffff;
}


@media (max-width:1440px) {
.tabs-slider .owl-prev:before {
    left: 15px;
}
.tabs-slider .owl-next:before {
    right: 15px;
}
.tabs-slider .owl-nav {
    width: 46%;    
    left: 100px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 0;
    top: 47%;
}

	
}
@media (max-width:1040px) {
	.tabs-slider .owl-nav {
		width: 40.2%;left: 29px;
	}
}
@media (max-width:991px) {
	#group-create-body .creation-step-name{font-size: 32px;}
	body #buddypress div {border-radius: 0px;display: inline-block;width: 100%;margin: 0 0 10px 0;}
	.buddypress-wrap .subnav-filters .component-filters select, .buddypress-wrap .subnav-filters .last select{width: 100%;}
	.buddypress-wrap:not(.bp-single-vert-nav) .bp-navs li {background: transparent;}
	.item-avatar a{text-align: left !important;}
	
	
	.tabs-slider .owl-nav {width: 100%;left: 0;top: inherit;bottom: 20%;}
	.home-tabs-text {padding: 50px 40px;}
}
@media (max-width:640px) {
	#group-create-body .creation-step-name{font-size: 28px;}
.buddypress-wrap .subnav-filters .component-filters select, .buddypress-wrap .subnav-filters .last select {padding: 15px;}
.buddypress-wrap .subnav-filters div input[type=search] {padding: 14px 15px 10px 15px;}																			   
.tabs-slider .owl-nav {bottom: 30%;}
}


/* new Commonity page */

.energy-product-blog-sec h2 {
    color: #222222;
}
.com-hero-btn {
    position: absolute;
    z-index: 22;
    right: 635px;
    top: 26px;
    display: inline-block;
}
.com-hero-btn span {
	text-transform: uppercase;
	padding: 15px 20px 15px 20px;
	border-radius: 0;
	font-size: 24px;
	font-weight: 400;
	background-color: #222222;
	}
.latest-cta-d-c {
    width: 100%;
    padding: 39px 25px 45px 36px;
    position: relative;
	-webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.latest-cta-d-c:hover {
        -webkit-transform: scale(1.18);
    -ms-transform: scale(1.18);
    transform: scale(1.18);
    position: relative;
    z-index: 1;
}
.latest-cta-d-c h4 {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.01em;
    margin-bottom: 7px;
}
.latest-cta-d-c p {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 0;
}
.cta-btn{
	margin-top: 17px;
}

.latest-cta-d-c a span{
    font-weight: bold;
    text-transform: uppercase;
    padding: 12px 24px;
    font-size: 20px;
    border-radius: 7px;
    letter-spacing: 0.1em;
	display: inline-block;
	text-align: center;
	border: 1px solid #ffffff;
	-webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.latest-cta-d-c:hover a span{
    background-color: #000 !important;
    border-color: #000 !important;
}
.onl-com-p .feactured-videos .container:before{
	display: none;
}
.onl-com-p .masonry .container:before {
    display: none;
}

.onl-com-p .masonry .container {
    padding-bottom: 0;
}

.onl-com-p .masonry h2 {    
    font-size: 64px;
    color: #222222;
    letter-spacing: 0.02em;
    margin-bottom: 37px;
}
.black-theme .onl-com-p .masonry h2 {    
    color: #ffffff;
	display: inline-block;
}
.onl-com-p .masonry h2 {    
    font-size: 64px;
    color: #222222;
    letter-spacing: 0.02em;
    margin-bottom: 37px;
	display: inline-block;
}
.energy-product-blog-sec h2{
	font-size: 64px;
    color: #222222;
    letter-spacing: 0.02em;
    margin-bottom: 37px;
	display: inline-block;
}
.black-theme .energy-product-blog-sec h2 {    
    color: #ffffff;
}
.energy-transition.onl-com-p:after {
    height: 1083px;
    background-position: center left;
}
.onl-com-p .feactured-videos .container {
    padding-left: 0;
	padding-right: 0;
}



/* New Commodity Header section */
.commo-header .logo a.sticky-logo {
    display: none;
}
.fixed_header .commo-header .logo a.sticky-logo {
    display: inline-block;
}
.fixed_header .commo-header .logo a.stk {
    display: none;
}

.commo-header .main-header .commo-rightsec .header-signin {
	display: block;			
	z-index: 9999;
}

/**********************************************************************************/
.commo-rightsec .commo-humg-menu .searchbar {
	background-color: #DEECF0;
	width: 100%;
	border-top: 2px solid #333;
	overflow: hidden;
	position: fixed;
	height: 225px;
	text-align: left;
	color: #222222;
	display: flex;
	justify-content: center;
	top:0;
}
.commo-rightsec .commo-humg-menu .search-icon {
	font-size: 18px;
	color: #bac;
	position: absolute;
	cursor:pointer;
	z-index:2;
}



.search-container {
	display: flex;
	align-items: center;
	background-color: #f0f0f0;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 5px;
}

.searchbar input {
	height: 35px;
	width: 70%;
	padding: 0 15px;
	box-sizing: border-box;
	outline: none;
	border: 1px solid;
	font-size: 15px;
	margin-top: 70px;
}

.searchbar a {
	display: flex;
	color: #fff;
	align-items: center;
	font-size: 15px;
	border: 1px solid;
	height: 32px;
	width: 25px;
	position: relative;
	background: #222222;
	justify-content: center;
	right: 26px;
	margin-top: 72px;
}

.searchbar .searchtitle {
	position: relative;
	left: 57px;
	font-size: 18px;
	font-weight: 600;
	height:15px;
}

.searchbar.fa.fa-search {
	position: absolute;
	z-index: 999;
	right: 130px;
}

.search-modal {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	overflow: auto;
	background-color: #00000000;
	background-color: #00000066;
	z-index: 99999;
}

.search-content {
	margin: auto;	
	width: 100%;
}

.search-modal .close {
	color: #222222;
	float: right;
	font-size: 30px;
	font-weight: bold;
	position: relative;
	font-weight: bold;
	z-index: 6;
	display:flex;
	justify-content:space-around;
	background:#fff;
	margin-top:3px;
}

	.search-modal .close:hover,
	.search-modal .close:focus {
		color: #000;
		text-decoration: none;
		cursor: pointer;
	}

@media (max-width: 425px) {
	.commo-rightsec .commo-humg-menu .header-signin {
		font-size: 0;
	}

	.commo-rightsec .commo-humg-menu .search-icon {
		top: 30px;
		right: 65px;
	}

	.fixed_header .commo-rightsec .commo-humg-menu .search-icon {
		top: 15px;
	}
}

@media (min-width: 768px) {
	.commo-rightsec .commo-humg-menu .header-signin {		
		right: 18px;
		color: #000;
		font-size: 15px;
		border-radius: 6px;
		background: #eaeaea;
		text-align: center;
		width: 45px;
		position: relative;
	}

	.fixed_header .commo-humg-menu .header-signin {
		top: 0;
	}
	.fixed_header .commo-rightsec .commo-humg-menu .search-icon {
		top: 28px;
	}
	.commo-rightsec .commo-humg-menu .search-icon {
		right: 48px;
		top: 48px;
	}

	.searchbar {
		top: 89px;
	}

	.searchbar .searchtitle {
		margin-top: 30px;
		font-size: 28px;
		left: 85px;		
	}
}

@media (max-width: 460px) {
	.menu-open1 .commo-humg-menu .header-signin {
		top: 70px;
		right: 1px;
		width: 100%;
		max-width: 380px;
		background: #222222;
		color: #fff;
		font-size: 18px;
		height: 48px;
		position: fixed;
		text-align: left;
		text-indent: 10px;
		padding-top: 10px;
	}

	.fixed_header .commo-humg-menu .header-signin {
		top: 15px;
	}
	.fixed_header .commo-rightsec .commo-humg-menu .search-icon {
		top: 15px;
	}

	.header-signin {
		font-size: 0;
	}

	.commo-rightsec .commo-humg-menu .search-icon {
		top: 30px;
		right: 63px;
	}

	.commo-rightsec .commo-humg-menu .searchbar {
		height: 120px;		
		left: 0;
	}
	.searchbar input {
		margin-top: 40px;
	}
	.searchbar a {
		margin-top: 41px;
	}
	.search-content {		
		width: 93%;
	}
}



		.commo-header .commo-rightsec {
			width: 50%;
			float: right;
			text-align: right;
			padding-right: 50px;
			padding-top: 47px;
		}
.commo-rightsec .bro-btn {    
    left: 23px;
}

.commo-rightsec .hub-link {
    display: inline-block;
    vertical-align: middle;
	margin-right: 10px;
}
.commo-rightsec .hub-link a {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
	letter-spacing: 0.09em;
}
.commo-rightsec .hub-link a:hover{
	color: #d6002a;
}
.commo-header .logo a:hover{
	color: #000;
}
.commo-rightsec .short-menu-toggle {
    width: auto;
    z-index: 22;
}
.commo-rightsec  .search-sec {
    display: inline-block;
    vertical-align: middle;
}
.commo-humg-menu {
    display: inline-block;
    vertical-align: middle;
}
.commo-rightsec .bro-btn a {padding: 0 20px 0 0px;margin-top: 0;display: inline-block;vertical-align: middle; font-size: 16px;
    text-transform: uppercase;letter-spacing: 0.09em;     font-weight: 500 !important;}
.commo-rightsec .short-menu-toggle .enumenu_container{left: inherit;right: -20px;}
.commo-rightsec .search-sec {display: inline-block;vertical-align: middle;margin-left: 30px;     cursor: pointer;     position: relative;}
.search-sec .far {font-size: 20px;color: #fff;font-weight: 500;}
.commo-header .logo {
    width: auto !important;
}
.commo-header .sticky-link a {
    font-size: 16px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.03em;
}
.main-header .sticky-link {
    display: inline-block;
    vertical-align: middle;
    margin-left: 30px;
	display: none;
}
.fixed_header .main-header .sticky-link {
	display: inline-block;
}

.commo-rightsec .hover-set-brow:hover .bro-btn a{
	    background-color: transparent;
    color: transparent;
}
.menu-open1 .commo-humg-menu .menu-icon .menu-box {
    right: -447px !important;
    transition: all 0.5s ease-in-out;
}
.commo-header .logo a {
    display: inline-block;
    vertical-align: middle;
}
.fixed_header header.commo-header {
    position: fixed;
    z-index: 55;
    -webkit-animation: slideDown 0.5s linear 0s;
    animation: slideDown 0.5s linear 0s;
    backface-visibility: hidden;
    -webkit-box-shadow: 1px 0 7px rgba(0, 0, 0, 0.18);
    box-shadow: 1px 0 7px rgba(0, 0, 0, 0.18);
	background-color: #222222;
	padding-bottom: 15px;
}
@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%)
    }
}

.fixed_header .main-header .logo {
    padding-top: 20px;
}
.fixed_header .commo-header .commo-rightsec, .page-id-2242 .login-header .fixed_header .commo-rightsec {
    padding-top: 27px;
}
.fixed_header .commo-humg-menu .menu-icon .menu-box {
    top: 21px;
}



.header-search-wrapper .search-form-main {
    background: #fff none repeat scroll 0 0;
    -webkit-box-shadow: 1px 1px 7px rgba(0,0,0,.15);
    box-shadow: 1px 1px 7px rgba(0,0,0,.15);
    border-top: 2px solid #408c40;
    padding: 15px;
    position: absolute;
    right: 0;
    top: 163%;
    width: 300px;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    right: -15px;
}
.search-form-main.active-search {
    opacity: 1;
    visibility: visible;
}
.header-search-wrapper .search-form-main {
    border-top-color: #d33;
}
.header-search-wrapper .search-form-main:before {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #d6002a;
    content: "";
    position: absolute;
    right: 15px;
    top: -10px;
}
.header-search-wrapper .search-form-main:before {
    border-bottom-color: #d6002a;
}
.header-search-wrapper .search-form-main .search-field {
    border-radius: 0;
    padding: 4px 10px;
    width: 75%;
    float: left;
	line-height: 1.3;
	font-size: 20px;
	    font-family: 'Akkurat Pro';
}
.header-search-wrapper .search-form-main .search-submit {
    border: medium none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    float: left;
    padding: 10px 0 10px;
    width: 25%;
    height: 36px;
    background: #d6002a;
	font-size: 15px;
	    font-family: 'Akkurat Pro';
}
.commodity_page-template-commodity_page .inner-banner .container {
    width: 100%;
    max-width: 100%;
    padding-left: 36px;
}
.commodity_page-template-commodity_page .inner-banner{
    align-items: flex-end;
    padding-bottom: 130px;
}

.tooltip {  cursor: pointer;  display: inline-block;  position: relative;  border-bottom: 1px dotted #1849AB;}
.theme_clr .tooltip__content {
    background-color: #d6002a;
    border-radius: 4px;
    bottom: -60px;
    color: #fff;    
    opacity: 0;
    padding: 14px 13px;
    position: absolute;
    text-align: center;
    transition: opacity .5s;    
    z-index: 1;
    color: #fff;
    font-size: 16px;
    line-height: 1.1;
    display: inline-block;
    width: 187px;
    left: -92px;
    font-weight: 500;
	pointer-events:none;
}
.theme_clr .tooltip__content::after {border-width: 9px;    border-style: solid;    border-color: transparent transparent #d6002a transparent;    content: "";    left: 50%;    position: absolute;    top: -18px;}
.header-theme-clr a i:hover + span {  opacity: 1;  visibility: visible;}


/* Videos And Chets Section  */
.vid-chats-full-section {
    padding-top: 130px;
    padding-bottom: 80px;
	position: relative;
}

.vid-chats-full-section .live_video_iframe {float: left;width: 75%;padding-right: 20px;}
.vid-chats-full-section iframe {width: 100%;height: 600px;}
.vid-chats-full-section .session-sidebar {float: left;width: 25%;}
.chats-sec {
    background-color: #000000;
    padding: 10px 15px 10px 10px;
    overflow: hidden;
    height: 489px;
    overflow: auto;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);	
}
.send_poll {
    display: inline-block;
    background-color: #222;
    width: 100%;
    padding-left: 18px;
    border-radius: 10px;
    padding: 10px;
    padding-left: 21px;
    position: relative;
    overflow: hidden;
	cursor: pointer;
}
.poll-section .chats-sec {
    height: 545px;
}

.poll-option {position: relative;width: 100%;padding-left: 50px; margin-bottom:0; font-family: 'Akkurat Pro';}
.poll-section .chats-color {
    width: 80%;
}

.poll-section .chtas-result {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
    font-size: 16px;
    color: #222;    
	font-family: 'Akkurat Pro';
	font-weight: 600;
}
.poll-section .chtas-total-votes {
    font-size: 16px;
    color: #222;
	font-family: 'Akkurat Pro';
	text-align: center;
	
}
.poll-section .chtas-des {
    font-weight: 600;
    margin-bottom: 8px !important;
    display: inline-block;
}


/* Scrollbar Styling */
.chats-sec::-webkit-scrollbar {width: 5px;}
.chats-sec::-webkit-scrollbar-track {background-color: #dddddd;}
.chats-sec::-webkit-scrollbar-thumb {-webkit-border-radius: 10px;border-radius: 10px;background: #d6002a; }

.chats-sec .chats-left {    
    float:left;
    width:100%;    
}
.chats-sec .chats-left .chats-color{
	text-align:left;
	background-color: #dddddd;
    display: inline-block;
    padding: 10px 25px 10px 20px;
    border-radius: 20px;
    margin-bottom: 10px;
    webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 5px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 5px rgba(0, 0, 0, 0.24);
    -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 5px rgba(0, 0, 0, 0.24);
    -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 5px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 5px rgba(0, 0, 0, 0.24);
}
.chats-sec .chats-right {    
    float:right;
    width:100%;    
}
.chats-sec .chats-right .chats-color{
	text-align:left;
	background-color: #d6002a;
    display: inline-block;
    padding: 10px 25px 10px 15px;
    border-radius: 20px;
    margin-bottom: 5px;
    webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 5px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 5px rgba(0, 0, 0, 0.24);
    -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 5px rgba(0, 0, 0, 0.24);
    -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 5px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 5px rgba(0, 0, 0, 0.24);
}
.chats-sec .chats-left .chtas-name{
	font-size:16px;
	font-weight:bold;
	    font-family: 'Akkurat Pro';	    
        color:#222222;
        letter-spacing:0.01em

}
.chats-sec .chats-left .chtas-des{
	font-size:16px;	
	font-family: 'Akkurat Pro';	
	color:#222222;
	margin-bottom:4px;
}
.chats-sec .chats-left .chtas-date{
	font-size:14px;	
	font-family: 'Akkurat Pro';	
	color:#222222;
	text-align:right;	
}

.chats-sec .chats-right .chtas-name{
	font-size:16px;
	font-weight:bold;
	    font-family: 'Akkurat Pro';	    
        color:#ffffff;
        letter-spacing:0.01em

}
.chats-sec .chats-right .chtas-des{
	font-size:16px;	
	font-family: 'Akkurat Pro';	
	color:#ffffff;
	margin-bottom:4px;
}
.chats-sec .chats-right .chtas-date{
	font-size:14px;	
	font-family: 'Akkurat Pro';	
	color:#ffffff;
	text-align:right;	
}

.vid-chats-full-section .chats_send_form  {
    width: 100%;
    text-align: right;
    max-width: 100%;
    display: flex;
	padding-top: 9px;
	overflow: hidden;
}
.chats_send_form {
	    font-size: 0;
}
.chats_send_form input {
    padding: 11px 20px 11px 30px;
    font-size: 17px;
    font-family: 'Akkurat Pro';
    width: calc(100% - 65px);
    line-height: 1.2;
    background-color: #ddd;
    color: #000;
    border-radius: 30px;

}
.chats_send_form button {
    font-size: 18px;
    width: 30%;
    border: none;
    background-color: #d6002a;
    color: #fff;
    border-radius: 5px;
    display: inline-block;
    width: auto;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.18em;
	margin-left: 5px;
	outline: none;
}
.chats_send_form button:hover, .chats_send_form button:focus {
    background-color: #222222;
}
.inner-banner.inevent-banner {
    height: 600px;
}
section.analysis-sec.inevent-side-banner {
    height: 600px;
}
.chats-sec p.empty-chats{
	color:#ffffff;
	display: flex;
	align-items:center;
	justify-content:center;
	height:100%
}

p.no-access-msg {
    text-align: center;
    padding-top: 80px;
    padding-bottom: 80px;
    font-size: 30px;
	color: #222222;
}
.black-theme p.no-access-msg {
	color: #ffffff;
}
.title_back_lobby {
    position: absolute;
    margin-top: -113px;
}
.vid-chats-full-section h1.activity_name {
    font-size: 32px;
    color: #d6002a;    
}
.live_video_iframe a.back_to_lobby {
    color: #ffffff;
    font-weight: 600;
    font-size: 20px;
    background-color: #d6002a;
    padding: 15px 20px 15px 20px;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 6px;
}
.live_video_iframe a.back_to_lobby:hover {
    color: #fff;
    background-color: #222222;
}
.black-theme .live_video_iframe a.back_to_lobby {
    color: #ffffff;
}
.black-theme .live_video_iframe a.back_to_lobby:hover {
    color: #d6002a;
	background-color: #ffffff;
}
.more-session h2 {
    border-bottom: 0;
    padding-bottom: 0;
}
.more-session .feactured-videos .energy-transition-videos:nth-of-type(3n + 3) {
    margin-right: 0;
}

.black-theme .vid-chats-full-section h1.activity_name {
	color: #ffffff;
}
.popup-custom-vidoe .you_video_cls {
    padding-bottom: 53%;
}
.event-template-session_page .feactured-videos .energy-transition-videos:nth-of-type(3n + 3), 
.inevent-template-session_page .feactured-videos .energy-transition-videos:nth-of-type(3n + 3) {
    margin-right: 0;
}

.energy-product-blog-sec .more-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.more-section .item {
    width: 18.8%;
    margin-right: 1.5%;
    float: left;
    margin-bottom: 30px;
}
.more-section .item:nth-of-type(5n + 5) {
    margin-right: 0;
}

.energy-product-blog-list .item p a:hover {
    color: #d6002a;
}
.energy-product-blog-list .more-section .item p a{
	color: #222222;
}
.energy-product-blog-list .more-section .item p a:hover{
	color: #d6002a;
}
.black-theme .energy-product-blog-list .more-section .item p a{
	color: #ffffff;
}
.black-theme .energy-product-blog-list .more-section .item p a:hover{
	color: #d6002a;
}
.session-options ul {
    width: 100%;
    background-color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
	padding-top: 10px;
    padding-bottom: 10px;
}
.session-options ul li {
    float: left;
    width: 25%;
    text-align: center;
    padding: 0 5px;
	font-size: 14px;
	cursor: pointer;
	list-style: none;
}
.session-options ul li a {
    color: #fff;
	display: block;
}
.session-options ul li a:hover {
    color: #d6002a;
}
.session-options ul li.tab-active a{
    color: #d6002a;
}
.session-options ul li i {
    display: block;
	margin-bottom: 4px;
}
.poll-option.no-votes {
    padding-left: 0;
}
.cf:before, .cf:after {content: "";display: table}
.cf:after {clear: both;}
.cf{*zoom:1;}

/* Videos And Chets Section  */
/* Popup form And levels */

.videos-text-popup .pmpro_advanced_levels-div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
	margin-right: -18px;
    margin-left: -18px;		
	margin-bottom: 50px;
}
.videos-text-popup .pmpro_advanced_levels-div header.entry-header {
    position: relative;
}
.videos-text-popup .pmpro_advanced_levels-div header.entry-header h2 {
    font-size: 36px;
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 20px !important; 
}
.videos-text-popup .pmpro_advanced_levels-div p.pmpro_level-price {
    font-size: 36px;
    font-weight: 100;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 20px;
}
.videos-text-popup .pmpro_advanced_levels-div .entry.post{
	height: 100%;
    position: relative;
	padding-bottom: 56px !important;
	text-align: left;
	/*border-right: 1px solid #d9d9d9;*/
	padding-top: 0 !important;
}
.videos-text-popup .pmpro_advanced_levels-div .pmpro_level:nth-child(3n + 3) .entry.post {
    border-right: 0;
}
.videos-text-popup .pmpro_levels-4col .pmpro_level {
    width: 100%;
}
.videos-text-popup .pmpro_levels-4col .pmpro_level:nth-child(2n + 2) .entry.post {
    border-right: 0;
}

.videos-text-popup .pmpro_advanced_levels-div p {
    font-size: 18px;
    font-weight: 300;
	 font-family: 'Akkurat Light Pro';
}
.videos-text-popup .pmpro_advanced_levels-div em {
    display: block;
    margin: 20px 0px;
}
footer.entry-footer.pmpro_level-expiration {
    font-family: 'Akkurat Light Pro';
    display: none;
}
.videos-text-popup .pmpro_advanced_levels-div p.pmpro_level-select {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    padding: 0 18px;
	margin-bottom: 0;
	
}
.videos-text-popup .pmpro_advanced_levels-div p.pmpro_level-select a {
    background-color: #d6002a;
    color: #fff;
    border: none;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.1;
    padding: 16px 16px;
	letter-spacing: 0.03em;
	font-size: 16px;
}
.videos-text-popup .pmpro_advanced_levels-div p.pmpro_level-select a:hover {
    background-color: #ffffff;
    color: #d6002a;
}
.videos-text-popup span.leval-mem {
    color: #d6002a;
    font-size: 14px;
    font-family: 'Akkurat Pro';
    font-weight: 400;
}
.videos-text-popup .pmpro_content_message {    
    font-size: 48px;
    line-height: 1.15;
    font-weight: 700;
	margin-bottom: 6px;
}
.videos-text-popup .pmpro_des{
	margin-bottom: 50px;
	font-size: 24px;
}
.videos-text-popup nav#nav-below {
    display: none;
}
.videos-text-popup .pmpro_advanced_levels-div ul {
    margin-top: 20px;
    padding-left: 10px; 
}
.videos-text-popup .pmpro_advanced_levels-div ul li {
    font-size: 18px;
    color: #ffffff;
    padding-left: 15px;
    position: relative;
    margin-bottom: 15px;
	font-family: 'Akkurat Light Pro';
	list-style: none;
}
.videos-text-popup .pmpro_advanced_levels-div ul li:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #d6002a;
    border-radius: 50%;
    left: 0;
    top: 10px;
}
button.pum-close.popmake-close {
    display: none;
}
.checkout-popup {
    max-width: 1200px;
    margin: 0 auto;
	width: 100%;
}
.checkout-popup ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
		font-size: 0;
}
.checkout-popup ul li {
    width: 33.3%;
    padding-right: 10px;
    margin-bottom: 20px;
    display: inline-block;
    vertical-align: middle;
	position: relative;
}
.checkout-popup ul li input {
    display: inline-block;
    vertical-align: middle;
}
.checkout-popup ul li label {
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    padding-left: 42px;
	font-family: 'Akkurat Light Pro';
    line-height: 1.3;
}
.checkout-popup h3 span {
    color: #222222;
    font-size: 36px;
    font-weight: 400;
	margin-bottom: 20px !important;
	    margin-right: 0 !important;
}
.black-theme .checkout-popup h3 span{
	color: #fff;
}
.checkout-popup .pmpro_checkout-fields .pmpro_checkout-field { 
    width: 48%;
    margin-right: 3.5%;
    display: inline-block;
    vertical-align: middle;
}
.checkout-popup .pmpro_checkout-fields .pmpro_checkout-field:nth-of-type(2n + 2) {
    margin-right: 0;
}

	.checkout-popup .pmpro_checkout-fields .pmpro_checkout-field input {
		background-color: #393939;
		padding: 20px 20px;
		border-radius: 7px;
		width: 100%;
		color: #fff;
		font-size: 16px;
		max-width: 100%;
		letter-spacing: 0.02em;
		border: 1px solid #000;
	}

.checkout-popup .pmpro_checkout-fields .pmpro_checkout-field select{
    background-color: #393939;
    padding: 20px 10px;
    border-radius: 7px;    
    color: #fff;
    font-size: 16px;
}

.checkout-popup .pmpro_checkout-fields .pmpro_checkout-field input::-webkit-input-placeholder { /* Edge */
  color: #fff;
}

.checkout-popup .pmpro_checkout-fields .pmpro_checkout-field input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

.checkout-popup .pmpro_checkout-fields .pmpro_checkout-field input::placeholder {
  color: #fff;
}


.checkout-popup .pmpro_submit hr {
    display: none;
}
.checkout-popup .pmpro_submit input#pmpro_btn-submit {
    width: 100%;
    background-color: #d6002a;
    border: none;
    color: #fff;
    font-weight: bold;
    padding: 15px 20px 15px 20px;
    text-transform: uppercase;
    font-family: 'Akkurat Pro';
	letter-spacing: 0.02em;
	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;
}
.checkout-popup .pmpro_submit input#pmpro_btn-submit:hover {
    background-color: #222222;
    color: #d6002a;
}
.black-theme .checkout-popup .pmpro_submit input#pmpro_btn-submit:hover{
	background-color: #fff;
}
.pmpro-checkout header.commo-header {
    background-color: #222222;
}


.checkout-popup ul li input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.checkout-popup ul li label {
  position: relative;
  cursor: pointer;
  color: #222222;
}
.black-theme .checkout-popup ul li label{
	color: #ffffff;
}

.checkout-popup ul li label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #222222;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    left: 0;
    width: 20px;
    height: 20px;
}
.black-theme .checkout-popup ul li label:before{
	border: 1px solid #ffffff;
}

.checkout-popup ul li input:checked + label:after {
    content: '\f00c';
    display: block;
    position: absolute;
    top: 2px;
    left: 4px;        
    font-family: "Font Awesome 5 Pro";
    font-size: 14px;
    color: #d6002a;
}

.checkout-popup div#pmpro_tos_fields h3 {
    display: none;
}
.checkout-popup div#pmpro_tos_fields hr {
    display: none;
}
.checkout-popup div#pmpro_tos_fields div#pmpro_license {
    display: none;
}

.checkout-popup .pmpro_checkout-fields h3 {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.1;
    margin-top: 5px !important;
}
.checkout-popup span.leval-mem {
    color: #d6002a;
    font-size: 14px;
    font-family: 'Akkurat Pro';
    font-weight: 400;
}
.checkout-popup .pmpro_checkout-fields .pmpro_small {
    color: #fff;
    font-size: 16px;
}
.checkout-popup .pmpro_checkout-fields .pmpro_small a {
    color: #d6002a;
    font-weight: 700;
}
.checkout-popup .pmpro_checkout-fields .pmpro_small a:hover {
    color: #fff;
}
.checkout-popup .pmpro_checkout-fields #other_discount_code_tr input {
    height: 40px;
    margin-top: 4px;
    background-color: #393939;
    border-radius: 5px;
}
.checkout-popup .pmpro_checkout-fields #other_discount_code_tr input[type="button"] {
    background-color: #d6002a;
    padding: 0 30px;
    text-decoration: none;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 700;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
}
.checkout-popup .pmpro_checkout-fields #other_discount_code_tr input[type="button"]:hover, .checkout-popup .pmpro_checkout-fields #other_discount_code_tr input[type="button"]:focus {
    background-color: #fff;
    color: #d6002a;
}
.checkout-popup .pmpro_checkout-fields #other_discount_code_tr input.input {
    padding: 0 20px;
    color: #fff;
	font-family: 'Akkurat Light Pro';

}
.checkout-popup .pmpro_checkout hr {
    display: none;
}
.pmpro_checkout span.pmpro_checkout-h3-msg a {
	color: #222222;
	font-weight: 800;
}

.pmpro_checkout span.pmpro_checkout-h3-msg a:hover {
	color: #222222;
}
.pmpro_checkout-fields label.pmpro_label-inline.pmpro_clickable a {
    color: #d6002a;
}
.pmpro_checkout-fields label.pmpro_label-inline.pmpro_clickable a:hover {
    color: #222222;
}
.black-theme .pmpro_checkout-fields label.pmpro_label-inline.pmpro_clickable a:hover {
    color: #ffffff;
}
.pmpro_checkout-fields label.pmpro_label-inline.pmpro_clickable {
    color: #222222;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    padding-left: 35px;
	font-family: 'Akkurat Light Pro';
    line-height: 1.3;
	position: relative;
	cursor: pointer;
}
.black-theme .pmpro_checkout-fields label.pmpro_label-inline.pmpro_clickable{
	color: #ffffff;
}
.pmpro_checkout-fields input#tos {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
.pmpro_checkout-fields label.pmpro_label-inline.pmpro_clickable:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #222222;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    left: 0;
    width: 20px;
    height: 20px;
}
.black-theme .pmpro_checkout-fields label.pmpro_label-inline.pmpro_clickable:before{
	border: 1px solid #ffffff;
}
.pmpro_checkout-fields input#tos:checked + label.pmpro_label-inline.pmpro_clickable:after {
    content: '\f00c';
    display: block;
    position: absolute;
    top: 2px;
    left: 4px;        
    font-family: "Font Awesome 5 Pro";
    font-size: 14px;
    color: #d6002a;
}
.checkout-popup .pmpro_checkout-field.pmpro_payment-cvv small a {
    color: #d6002a;
    padding: 0 3px;
}
.checkout-popup .pmpro_checkout-field.pmpro_payment-cvv small a:hover{
	color: #ffffff;
}
.checkout-popup .pmpro_checkout-fields .pmpro_checkout-field span.pmpro_asterisk {
    display: none;
}
.checkout-popup .pmpro_form div#pmpro_user_fields h3 {
    margin-top: 20px !important;
}
.pmpro-confirmation .wsp-container .confirmation_banner {
    height: 400px;
    background-image: url(../images/MainFeature-All-eyes-on-PlattsAPPEC-as-key-stakeholders.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}
.wsp-container .pmpro_confirmation_wrap {
    margin-top: 300px;
}
.wsp-container .pmpro_confirmation_wrap ul li {
    list-style: none;
}
.pmpro-confirmation .wsp-container p.pmpro_actions_nav a {
    color: #fff;
    font-weight: 600;
    margin-top: 30px;
    display: inline-block;
}
.pmpro-confirmation .wsp-container p.pmpro_actions_nav a:hover {
    color: #d6002a;    
}
.pmpro-confirmation .wsp-container p {
    margin-bottom: 9px;
}
.energy-product-blog-sec .more-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.more-section .item {
    width: 18.8%;
    margin-right: 1.5%;
    float: left;
    margin-bottom: 30px;
}
.more-section .item:nth-of-type(5n + 5) {
    margin-right: 0;
}
.energy-product-blog-list .item p a:hover {
    color: #d6002a;
}


/* Popup form And levels */

/* Media Topics Page Style */

.media_topics_sections .inner-banner.rocket-lazyload.lazyloaded {width: 50%;}
.media_topics_sections section.analysis-sec {width: 50%;padding-top: 250px; height: 740px;}
.media_topics_sections section.analysis-sec h2 {font-size: 64px;font-family: 'Akkurat Pro';font-weight: bold;line-height: 70px;
margin-bottom: 15px;color: #fff;}
.media_topics_sections .videos-text-popup .popup-des {border-bottom: 0;}
.media_topics_sections .analysis-sec a{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;}
.media_topics_sections .analysis-sec a i{transition: all 0.5s ease-in-out;}
.media_topics_sections .analysis-sec a:hover {color: #fff;}
.media_topics_sections .analysis-sec a:hover i {color: #fff;margin-left: 12px;}
.media_topics_sections .inner-banner {width: 50%;}
.media_topics_sections .videos-text-popup {box-shadow: none;     background-color: #222222;}

/* Media Topics Page Style */
/* input type select design */
.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #fff;
  width: 100%;
  height: 50px;
  margin-bottom: 15px;
}

.select-styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #1f1f1f;
    padding: 16px 34px 16px 15px;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
	border-radius: 5px !important;
	line-height: 1.1;
}
.select-styled:after {
    content: "";        
    position: absolute;
    top: 15px;
    right: 10px;
    font-family: "Font Awesome 5 Pro";
    content: "\f107";
    font-size: 20px;
}
.select-styled:hover {
  background-color: #d6002a;
}
.select-styled:active, .select-styled.active {
  background-color: #d6002a;
}
.select-styled:active:after, .select-styled.active:after {    
  content: "\f106";
}

.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #1d1d1d;
  height: auto;
  overflow: auto;
}
.select-options::-webkit-scrollbar {
  width: 7px;
}
 
.select-options::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px #404040;
}
 
.select-options::-webkit-scrollbar-thumb {
  background-color: #404040;
  outline: 1px solid #404040;
  border-radius:30px;
}
.select-options li {
  margin: 0;
  padding: 12px 0;
  text-indent: 15px;
  border-top: 1px solid #333;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  margin-bottom: 0 !important;
}
.select-options li:hover {
    color: #ffffff;
    background: #d6002a;
}
.select-options li[rel="hide"] {
  display: none;
}



/* input type select design */

/* Header adming logos style */
body.bp-search .login-header .site-header {
    z-index: 0;
    background: transparent;
    width: auto;
    max-width: auto;
	position: absolute;
    right: 40px;
	top: 43px;
	box-shadow: none !important;
}
.login-header .header-aside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: inherit;
    -webkit-box-align: inherit;
    -ms-flex-align: center;
    align-items: inherit;
    -webkit-box-pack: inherit;
    -ms-flex-pack: end;
    justify-content: inherit;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: inherit;
    width: auto;
}
.login-header .header-aside-inner {
    display: inherit;
    -webkit-box-align: inherit;
    -ms-flex-align: inherit;
    align-items: inherit;
    height: auto;
    width: auto;
}
.login-header .commo-rightsec {padding-right: 148px;padding-top: 42px;}

body.bp-search .login-header .site-header a.notification-link {height: auto;}
body.bp-search .login-header .site-header a.notification-link i {color: #fff;}
body.bp-search .login-header .site-header a.notification-link i:hover {color: #d6002a;}
body.bp-search.fixed_header .login-header .site-header {top: 27px;}
.login-header section.notification-dropdown h2.title {color: #fff;font-family: 'Akkurat Pro';width: 100%;font-size: 16px;font-weight: bold; }
.login-header .bs-item-wrap .notification-content {
    font-size: 16px;
    text-align: right;
}
.login-header section.notification-dropdown header.notification-header { 
    border-bottom: 1px solid #393939;
}
.login-header footer.notification-footer a {
    color: #d6002a;
    font-size: 14px;
	font-family: 'Akkurat Pro';
	display: inline-block;
	vertical-align: middle;
	font-weight:bold;
}
.login-header footer.notification-footer a:hover, .login-header footer.notification-footer a:hover i {
	color: #fff;
	opacity: 1;
}
.login-header footer.notification-footer a i {
    color: #d6002a;
    font-size: 25px;
	display: inline-block;
    vertical-align: middle;
	font-weight:bold;
}
.login-header .notification-list::-webkit-scrollbar {
  width: 6px;
} 
.login-header .notification-list::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px #404040;
} 
.login-header .notification-list::-webkit-scrollbar-thumb {
  background-color: #404040;
  outline: 0px solid #404040;
  border-radius:50px;
}

.login-header section.notification-dropdown {    
    top: calc(100% - -10px);
	border: none;
	border-radius: 10px;
	background-color: #222222;
}
.login-header .notification-wrap.menu-item-has-children.selected>a:before {
    top: 23px;
}
.login-header .commo-rightsec .hub-link {line-height: 1.1;}
.login-header .commo-humg-menu .menu-icon .menu-box {top: 40px;}
.login-header .hub-link {margin-right: 0;}
.fixed_header .login-header .commo-humg-menu .menu-icon .menu-box {
    top: 24px;
}
.menu-open1 div#page.site {
    overflow-x: initial !important; 
}
.login-header header.notification-header {
    position: relative;    
    background-color: #222222;
    border: none;
	padding-top: 20px;
    padding-bottom: 20px;
}
.login-header section.notification-dropdown ul.notification-list li {
    border-color: #393939;
	background-color: #222;
}

.menu-item-has-children .notification-list li span a {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}
.menu-item-has-children .notification-list li:hover span a {
    color: #d6002a;
}
.login-header section.notification-dropdown a.mark-read-all.action-unread {
    color: #fff;
    display: block;
    width: 100%;
    text-align: right;
    font-size: 11px;
}
.login-header section.notification-dropdown a.mark-read-all.action-unread:hover{
	color: #d6002a;
}

.login-header section.notification-dropdown ul.notification-list li span.notification-users a {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Akkurat Pro';
}
.login-header section.notification-dropdown ul.notification-list li span.posted {
    color: #fff;
    font-size: 12px;
	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;
	
}
.login-header .notification-wrap.menu-item-has-children>a:before{
	background: #222;
	border-right: 1px solid #222222;
	border-bottom: 1px solid #222222;
}
.login-header section.notification-dropdown ul.notification-list li:hover span.posted, .login-header section.notification-dropdown ul.notification-list li:hover span.notification-users a {
    color: #d6002a;
	opacity: 1;
}
.login-header footer.notification-footer {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #222;
    border-color: #393939;
    text-align: right;
}
/* Header adming logos style */
/* New form design */

.wp_marketo_form {
    width: 100% !important;
    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;
		padding-bottom: 50px;
}
.wp_marketo_form .mktoFormRow {
    width: 49%;
    margin-right: 2%;
    float: left;
}
.wp_marketo_form .mktoFormRow:nth-of-type(2n + 2) {
    margin-right: 0;
}
.wp_marketo_form .mktoFormRow .mktoFieldWrap label {
    font-size: 16px;
    color: #222222;
    display: inline-block;
    vertical-align: middle;
    width: auto !important;
    padding-left: 2px;
    display: block;
    margin-bottom: 10px;
    font-weight: 700;
}
.wp_marketo_form .mktoFormRow .mktoFieldWrap input {
    background-color: #393939;
    padding: 15px 20px;
    border-radius: 7px;
    width: 100%;
    color: #fff;
    font-size: 16px;
    max-width: 100%;
    letter-spacing: 0.02em;
	width: 100% !important;
	height: auto;
}
.wp_marketo_form.wp_marketo_unsubscribe .mktoButtonRow button.mktoButton{
	border-radius: 5px;
}
.wp_marketo_form.wp_marketo_unsubscribe .mktoButtonRow {
    text-align: left;
}
.wp_marketo_form.wp_marketo_unsubscribe .mktoButtonRow span.mktoButtonWrap.mktoSimple {
    margin-left: 0 !important;
}

.wp_marketo_form .mktoFormRow .mktoFieldWrap ul.select-options {
    height: 300px;
}
.wp_marketo_form .mktoFormRow .mktoFieldWrap select{
	background-color: #393939;
    padding: 15px 20px;
    border-radius: 7px;
    width: 100%;
    color: #fff;
    font-size: 16px;
    max-width: 100%;
    letter-spacing: 0.02em;
	width: 100% !important;
	display: block;
}
.mktoFormRow .select-styled {
    display: none !important;
}
.mktoFormRow  ul.select-options {
    display: none !important;
}
.wp_marketo_form .mktoFormRow .mktoFieldWrap .select-styled {
    background-color: #393939;
    padding-top: 16px;
    padding-left: 20px;
    padding-right: 27px;
    padding-bottom: 16px;
	font-family: 'Akkurat Pro'
}
.wp_marketo_form .mktoFormRow .mktoFieldWrap .select-styled:hover {
    background-color: #d6002a;
}
.wp_marketo_form .mktoFormRow .mktoFieldWrap textarea {
    background-color: #393939;
    padding: 20px 20px;
    border-radius: 7px;
    width: 100%;
    color: #fff;
    font-size: 16px;
    max-width: 100%;
    letter-spacing: 0.02em;
    width: 100% !important;
    height: 130px;
    border: none;
}
.wp_marketo_form .mktoButtonRow {
    width: 100%;
    text-align: right;
    margin-top: 18px;
}
.wp_marketo_form .mktoFieldDescriptor.mktoFormCol {
    width: 100% !important;
}
.wp_marketo_form .mktoFieldWrap {
    float: left;
    width: 100%;
}
.wp_marketo_form .mktoButtonRow button.mktoButton {
    width: auto;
    background-color: #d6002a !important;
    border: none !important;
    color: #fff !important;
    font-weight: bold !important;
    padding: 14px 20px 15px 20px !important;
    text-transform: uppercase !important;
    font-family: 'Akkurat Pro' !important;
    letter-spacing: 0.02em !important;
    transition: all 0.5s ease-in-out !important;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    height: auto !important;
    background-image: none !important;
    line-height: 1.2 !important;
    font-size: 16px !important;
}
.wp_marketo_form .mktoButtonRow button.mktoButton:hover {
    background-color: #222222 !important;
    color: #ffffff !important;
}
.black-theme .wp_marketo_form .mktoFormRow .mktoFieldWrap label{
	color: #fff;	
}
.black-theme .wp_marketo_form .mktoButtonRow button.mktoButton:hover{
	background-color: #fff !important;
    color: #d6002a !important;
	
}
.black-theme .wp_marketo_form .mktoFormRow .mktoHtmlText.mktoHasWidth {color: #fff}
.wp_marketo_form .mktoFormRow .mktoHtmlText.mktoHasWidth {color: #222;font-size: 16px;width: 100% !important;}
.wp_marketo_form .mktoFormRow .mktoHtmlText.mktoHasWidth a {color: #d70730;padding: 0;}
.wp_marketo_form .mktoFormRow .mktoHtmlText.mktoHasWidth a:hover {color: #ffffff;}
.wp_marketo_form .mktoFormRow .mktoFieldWrap .mktoLogicalField.mktoCheckboxList.mktoHasWidth {float: left;width: auto !important;position: absolute;left: -17px;top: 21px;}
.wp_marketo_form .mktoFormRow .mktoFieldWrap label#LbloptIn {float: inherit !important;width: auto !important;padding-left: 30px;     cursor: pointer;}

.mktoFormRow .mktoLogicalField input.mktoField {
    color: #fff !important;
    background-color: #222 !important;
    border: none !important;
	border-radius: 5px !important;
	display:none;
}
.mktoFormRow .mktoLogicalField input.mktoField+label:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #c9cbca;
}
.mktoFormRow .mktoLogicalField input.mktoField:checked+label:after {
    content: '\E876';
    position: absolute;
    left: 4px;
    top: 4px;
    font-family: bb-icons;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    display: block;
    font-weight: 700;
}
.mktoFormRow .mktoLogicalField input.mktoField:checked+label:before {
    background: #d6002a;
    border-color: #d6002a;
}
.mktoFormRow label#Lblsanctionsagreement.mktoLabel.mktoHasWidth span, .mktoFormRow label#LblgEACriteria8.mktoLabel.mktoHasWidth span{
    display: inline-block;
    padding-left: 31px;
    font-weight: 500;
    line-height: 1.4;
    top: -2px;
    position: relative;
	cursor: pointer;
}
.mktoFormRow .mktoLogicalField input.mktoField + label {
    position: relative;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    left: 0;
	padding-left: 0 !important;
}
.mktoForm .mktoRequiredField label#Lblsanctionsagreement .mktoAsterix, .mktoForm .mktoRequiredField label#LblgEACriteria8 .mktoAsterix {
    display: none;
}
.wp_marketo_form .mktoFormRow .mktoFieldWrap label#LbloptIn {
    font-weight: 500;
}
.mktoForm .mktoFieldWrap { 
    position: relative;
}
.bp-nouveau .wp_marketo_form .mktoFormRow .mktoFieldWrap .mktoLogicalField.mktoCheckboxList.mktoHasWidth {
    top: 0;
    left: 0;
}
.wp_marketo_form .mktoFormRow.optIn, .wp_marketo_form .mktoFormRow.sanctionsagreement, .wp_marketo_form .mktoFormRow.gEACriteria8 {
    width: 100%;
	margin-right: 0;
}
section.single-media-topic .videos-text-popup {
    background-color: transparent;
    box-shadow: none;
    padding-top: 180px;
    max-width: 1075px;
    margin: 0 auto;
}
.single-media-topic .red-coal a {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    position: relative;
	margin-bottom: 10px;
}
.single-media-topic .red-coal {
    padding-top: 28px;
    padding-bottom: 19px;
    border-bottom: 1px solid #222222;
}
.single-media-topic .red-coal a:after {
    content: ",";
    font-size: 18px;
    color: #d60027;
    position: absolute;
    bottom: 0;
    right: -8px;
}
.single-media-topic .red-coal a:last-child:after{
	display: none;
}
.single-media-topic .red-coal a:last-child {
    margin-right: 0;
}
.single-media-topic .red-coal span {
    display: block;
    color: #d6002a;
    font-family: 'Akkurat Pro';
    font-weight: bold;
    font-size: 17px;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.single-media-topic .red-coal a span:hover {
    color: #222;
}
.black-theme .single-media-topic .red-coal a span:hover {
    color: #fff;
}
.single-media-topic .video-graph span {
    display: inline-block;
    vertical-align: middle;
	letter-spacing: 0.07em;
}
.single-media-topic .back-btn {
    display: inline-block;
    vertical-align: middle;
    float: right;
}
.single-media-topic .video-graph span i {
    margin-right: 9px;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.single-media-topic .video-graph a:hover span i {
    margin-right: 16px;
}
.single-media_topics header.commo-header {
    background-color: #222;
}
.popup-social ul li a {
    position: relative;
}
.popup-social ul li a .tooltip__content {
    background-color: #d6002a;
    border-radius: 4px;
    color: #fff;
    opacity: 0;
    padding: 12px 12px;
    position: absolute;
    text-align: center;
    transition: opacity .5s;
    z-index: 1;
    color: #fff;
    font-size: 16px;
    line-height: 1.1;
    display: inline-block;
    width: 157px;
    left: -80px;
    font-weight: 500;
    top: -71px;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
}
.popup-social ul li a .tooltip__content::after {
    border-width: 9px;
    border-style: solid;
    border-color: #d6002a transparent transparent transparent;
    content: "";
    left: 50%;
    position: absolute;
    bottom: -17px;
}
.popup-social ul li a:hover span {
    opacity: 1;
    visibility: visible;
}
.sponsor_heading_logo img {    
    margin-left: 5px;
}
.sponsor_heading_logo img.dark_mode_sponsor_logo {
    display: none;
}
.black-theme .sponsor_heading_logo img.dark_mode_sponsor_logo {
    display: inline-block;
    vertical-align: bottom;
}
.black-theme .sponsor_heading_logo img.light_mode_sponsor_logo{
	display: none;
}
.wrap-zipper {    
	display: none;	
}
.on-twitter-desc.twitter-top p {
    margin: 0;
}
.twitter-top .tickerwrapper {
    cursor: inherit;
}
.home-page .wrap-zipper, .page-id-2242 .wrap-zipper, .commodity_page-template .wrap-zipper{
	display: block;
}

.wrap-zipper #announcement_outer {
    overflow: hidden;
    background-color: #d6002a;
    padding: 9px 15px 7px;
}
.wrap-zipper #announcement_outer a {
    color: #ffffff;
	margin-right: 10px;
}
.wrap-zipper #announcement_outer a:hover {
    color: #222222;
}

.wrap-zipper #announcement_outer div {
    display: inline-block;
}

.wrap-zipper #announcement_loop {
    white-space: nowrap;
    animation: loop-anim 30s linear infinite;
}

@keyframes loop-anim {
    0% {
        margin-left: 0;
    }
    100% {
        margin-left: -50%;
    }
}
@-moz-keyframes loop-anim {
    0% {
        margin-left: 0;
    }
    100% {
        margin-left: -50%;
    }
}

@-o-keyframes loop-anim {
    0% {
        margin-left: 0;
    }
    100% {
        margin-left: -50%;
    }
}
@-webkit-keyframes loop-anim {
    0% {
        margin-left: 0;
    }
    100% {
        margin-left: -50%;
    }
}

h1.rotational-cta-above-text p {
    font-weight: bold;
}
.full-pricing-sec {    
    padding-bottom: 30px;
}
.full-pricing-sec ul.pricing-listing {
    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;
	margin-top: 50px;
}
.full-pricing-sec ul.pricing-listing li {
    width: 16.66%;
    text-align: center;
    padding: 0 40px;
    border-left: 3px solid #d6002a;
	margin-bottom: 50px;
}
.full-pricing-sec ul.pricing-listing li:last-child {
    border-right: 3px solid #d6002a;
}
.full-pricing-sec ul.pricing-listing li p {
    font-size: 18px;
    border-bottom: 1px solid #393939;
	height:70px;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.full-pricing-sec ul.pricing-listing li h5 {
    font-size: 48px;
	margin-bottom: 0;
    margin-top: 20px;
}
.full-pricing-sec h3 {
    margin-bottom: 0;
}
.ap-tabing {
    display: block;
    margin-bottom: 40px;
	font-size: 0;
}
.ap-tabing ul li {
    padding: 0 !important;
}
.ap-tabing ul li a:hover, .ap-tabing ul li.tab-active a{
    border-color: #d6002a;
}
	.ap-tabing ul li a {
		color: #222;
		padding: 0 15px 15px;
		border-bottom: 1px solid #333333;
		font-size: 18px;
	}
.black-theme .ap-tabing ul li a {
	color: #fff;
}
	a .featured_post_link {
    color: #fff;
    margin-bottom: 20px;
    display: inline-block; 
    font-size: 24px;
}
a.featured_post_link:hover {
    opacity: 0.8;
}
div#announcement_loop:hover {
    -webkit-animation-play-state: paused !important;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}
.campaign-section .grid-item {
    width: 33.33%;
}
.campaign-section .grid-item .grid-inner-block .mis-bg-img {
    height: 320px;
}
.checkout-popup .pmpro_checkout-fields .pmpro_checkout-field.pmpro_checkout-field-username {
    position: relative;
}
.coman-page .checkout-popup .pmpro_checkout-fields .pmpro_checkout-field.pmpro_checkout-field-username span {
    display: block;
    height: 0;
    font-size: 0;
}
.coman-page .checkout-popup .pmpro_checkout-fields .pmpro_checkout-field.pmpro_checkout-field-username span:before {
    content: "This should be different to your name and email address";
    opacity: 1 !important;
    top: 0;
    position: absolute;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1.2;
    border-radius: 5px;
    top: -50px;
    opacity: 0 !important;
    padding: 10px 20px;
    background-color: #d91f2e;
    font-size: 14px;
	font-family: 'Akkurat Pro';
	z-index: -1;
}
.coman-page .checkout-popup .pmpro_checkout-fields .pmpro_checkout-field.pmpro_checkout-field-username span::after {
    border-width: 9px;
    border-style: solid;
    border-color: #d6002a transparent transparent transparent;
    content: "";
    position: absolute;
    top: -15px;
    left: 34px;
	opacity: 0 !important;
	z-index: -1;
}
.coman-page .checkout-popup .pmpro_checkout-fields .pmpro_checkout-field.pmpro_checkout-field-username input:focus + span:before, .coman-page .checkout-popup .pmpro_checkout-fields .pmpro_checkout-field.pmpro_checkout-field-username input:hover + span:before, .coman-page .checkout-popup .pmpro_checkout-fields .pmpro_checkout-field.pmpro_checkout-field-username input:hover + span:after, .coman-page .checkout-popup .pmpro_checkout-fields .pmpro_checkout-field.pmpro_checkout-field-username input:focus + span:after {
    opacity: 1 !important;
	z-index: 1;
}
.site { 
    position: relative;
}

.subCommodity-list-featured {
	width: 100%;
	padding: 20px 0 0;
	text-align: center;
	margin-top: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	position: relative;
	top: -19px !important;
}
	.subCommodity-list-featured.navbar-fixed {
		padding-bottom: 20px;
	}

	.subCommodity-list-featured:before {
		content: "";
		position: absolute;
		width: calc(100% - 20px);
		height: 1px;
		background-color: #222222;
		left: 0;
		bottom: 0;
		right: 0;
		margin: 0 auto;	
	}

	.subCommodity-list-featured.navbar-fixed:before {
		display: none;
	}

	.subCommodity-list-featured .featured_link_div {
		display: inline-block;
		vertical-align: middle;
		padding: 0 70px;
		position: relative;
		margin-bottom: 20px;
	}

.black-theme .subCommodity-list-featured .featured_link_div a {
	color: #fff;
}
.black-theme .subCommodity-list-featured:before {
	background-color: #fff;
}

.subCommodity-list-featured .featured_link_div a {
	color: #222222;
	font-size: 30px;
	font-family: 'Akkurat Pro';
	position: relative;
}

	.subCommodity-list-featured .featured_link_div a:before {
		content: "";
		width: 0;
		height: 5px;
		bottom: -21px;
		top: inherit;
		left: 0;
		right: 0;
		margin: 0 auto;
		background-color: #d6002a;
		position: absolute;
		-webkit-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
	}

.subCommodity-list-featured.navbar-fixed .featured_link_div {
	margin-bottom: 0;
}

.subCommodity-list-featured .featured_link_div a:hover:before {
	width: 100%;
}

.subCommodity-list-featured .featured_link_div a:hover {
	font-weight: bold;
	font-style: normal;
}

.subCommodity-list-featured .featured_link_div:last-child:before {
	display: none;
}

.subCommodity-list-featured.navbar-fixed {
	position: fixed;
	width: 100%;
	background-color: #d6002a;
	top: 60px !important;
	z-index: 50;
	left: 0;
	-webkit-animation: slideDown 0.35s linear 0s;
	animation: slideDown 0.35s linear 0s;
	backface-visibility: hidden;
	-webkit-box-shadow: 1px 0 7px rgba(0, 0, 0, 0.18);
	box-shadow: 1px 0 7px rgba(0, 0, 0, 0.18);
	margin-top: 0;
	border: none;
}

	.subCommodity-list-featured.navbar-fixed .featured_link_div a:hover {
		color: #222222;
	}

	.subCommodity-list-featured.navbar-fixed .featured_link_div:before {
		background-color: #fff;
	}







.postid-404 .full-tab-section ul li:nth-child(3) {
    display: none !important;
}
/* New form design */



@media (max-width:1700px) {
	.commodity_page-template-commodity_page .inner-banner .container .inner-banner-midd {padding-left: 0 !important;	}
	.onl-com-p .masonry .container {padding-left: 15px;padding-right: 15px;}	
	.onl-com-p .feactured-videos {padding: 50px 35px 30px;}
	.onl-com-p .masonry .container {padding-left: 48px !important;padding-right: 48px !important;}
	.energy-product-blog-sec h2 {padding: 0 31px;}
	.vid-chats-full-section .container {padding: 0 45px;}
	.media_topics_sections  .videos-text-popup {padding: 60px 35px 21px;}
	.media_topics_sections section.analysis-sec {padding-top: 220px;}
	.media_topics_sections section.analysis-sec h2 {font-size: 50px;line-height: 1.1;}
	.media_topics_sections .analysis-sec a {font-size: 22px;}
	.wsp-container .pmpro_confirmation_wrap {padding: 0 35px;}
	a.featured_post_link {padding-left: 30px;}
	
}


@media (max-width:1600px) {
.commodity_page-template-commodity_page section.analysis-sec {padding-top: 90px;}
.commodity_page-template-commodity_page .inner-banner, .commodity_page-template-commodity_page .analysis-sec {height: 745px !important;}
section.analysis-sec.inevent-side-banner {padding-top: 90px;}
.media_topics_sections section.analysis-sec {height: 625px;}
.campaign-section .grid-item .grid-inner-block .mis-bg-img {height: 280px;}

}

@media (max-width:1599px) {
	.main-hero-banner .hero-midd{top:0;}
}

@media (max-width:1520px) {
	.commo-rightsec .short-menu-toggle .enumenu_container {    width: 300px;	}
	.full-pricing-sec ul.pricing-listing li h5 {font-size: 34px;	}
	.full-pricing-sec ul.pricing-listing li {padding: 0 30px;}
	a.featured_post_link {font-size: 18px;}
		
}

@media (max-width:1440px) {
	.com-hero-btn {right: 600px;}
	.latest-cta-d-c a span{padding: 12px 16px;font-size: 18px;}
	.latest-cta-d-c {padding: 25px 25px 25px 25px;position: relative;}
	.onl-com-p .masonry h2, .energy-product-blog-sec h2 {font-size: 54px;}	
	.commo-rightsec .short-menu-toggle .enumenu_ul li a {font-size: 16px;}
	.media_topics_sections section.analysis-sec {padding-top: 150px;height: 580px;}
	.media_topics_sections section.analysis-sec h2 {font-size: 40px;}
	
	
}
@media (max-width:1400px) {
	.login-header .commo-rightsec .short-menu-toggle.hide-commodity-menu {
		display: none;
	}
	.fixed_header .login-header .commo-rightsec .short-menu-toggle.hide-commodity-menu {
		display: inline-block;
	}
}

@media (max-width:1366px) {

	.commodity_page-template-commodity_page section.analysis-sec {padding-top: 20px;}
	.media_topics_sections section.analysis-sec {height: 540px;}
	.full-pricing-sec ul.pricing-listing li {padding: 0 20px;}
	.full-pricing-sec ul.pricing-listing li h5 {font-size: 30px;margin-top: 18px; }
	
}

@media (max-width:1300px) {
	.latest-cta-d-c a span {font-size: 16px;}
		.vid-chats-full-section .live_video_iframe {width: 65%;}
	.vid-chats-full-section .session-sidebar {float: left;width: 35%;}
	.full-pricing-sec ul.pricing-listing li p {font-size: 16px;height: 60px;}
	
	
	
}
@media (max-width:1200px) {
	.com-hero-btn {right: 300px;top: 33px;}
	.com-hero-btn span {padding: 10px 15px 10px 15px;font-size: 14px;}	
	.latest-cta-d-c h4 {font-size: 22px;}
	.onl-com-p .masonry h2, .energy-product-blog-sec h2 {font-size: 44px;}
	.commodity_page-template-commodity_page .analysis-sec {height: auto !important;}	
	.commo-rightsec .bro-btn a{padding: 0 9px 0 0px;}		
	.onl-com-p .feactured-videos {padding: 40px 0 5px !important;}
	.commodity_page-template-commodity_page .inner-banner {align-items: center;padding-bottom: 0;}
	.onl-com-p .feactured-videos .container {padding-left: 15px;padding-right: 15px;}
	.onl-com-p .masonry .container {padding-left: 30px !important;padding-right: 30px !important;}
	.energy-product-blog-sec h2 {padding: 0 15px;}
	section.analysis-sec.inevent-side-banner {padding-top: 30px;height: auto;padding-bottom: 40px;}
	.inner-banner.inevent-banner {height: 450px;}
	.vid-chats-full-section .container {padding: 0 30px;}
	.more-section .item {width: 23.85%;}
	.more-section .item:nth-of-type(5n + 5) {margin-right: 1.5%;}
	.more-section .item:nth-of-type(4n + 4) {margin-right: 0;}
	.media_topics_sections section.analysis-sec {width: 100%; padding-top: 30px;height: auto;}
	.media_topics_sections .inner-banner {width: 100%;}
	.login-header .commo-rightsec {padding-right: 148px;}
	section.single-media-topic .videos-text-popup {padding-top: 120px;}
	.full-pricing-sec ul.pricing-listing li {width: 33.33%;margin-bottom: 20px;}
	.full-pricing-sec ul.pricing-listing li:nth-of-type(3n + 3) {border-right: 3px solid #d6002a;}
	.campaign-section .grid-item .grid-inner-block .mis-bg-img {height: 250px;}
	
}

@media (max-width:1100px) {
	.subCommodity-list-featured {
		padding: 20px 0 0;
		margin-top: 40px;
	}

		.subCommodity-list-featured.navbar-fixed {
			margin-top: 0;
		}

		.subCommodity-list-featured.navbar-fixed {
			padding-top: 20px;
		}
}

@media (max-width:1024px) {
	.home-page.menu-open1 .commo-humg-menu .menu-icon .menu-box, .page-id-2242.menu-open1 .commo-humg-menu .menu-icon .menu-box, .commodity_page-template.menu-open1 .commo-humg-menu .menu-icon .menu-box {
		top: -10px !important;
	}
}

@media (max-width:991px) {
	.commo-rightsec .hub-link {margin-right: 0;}
	.com-hero-btn {right: 333px;}
	.main-header .sticky-link {margin-left: 20px;}
	.commodity_page-template-commodity_page .inner-banner .container{padding-left: 15px;}
	.onl-com-p .feactured-videos .container {padding-left: 0;padding-right: 0;}
	.onl-com-p .masonry .container {padding-left: 15px !important;padding-right: 15px !important;}
	.energy-product-blog-sec h2 {padding: 0 12px;}
	.videos-text-popup .pmpro_content_message {font-weight: 700;font-size: 36px;}
	.videos-text-popup .pmpro_des{ margin-bottom: 30px;     font-size: 22px;}
	.videos-text-popup .pmpro_advanced_levels-div header.entry-header h2{font-size: 32px;}	
	.videos-text-popup .pmpro_advanced_levels-div p.pmpro_level-price {font-size: 32px;	}
	.videos-text-popup .pmpro_advanced_levels-div p.pmpro_level-price {padding-top: 15px;padding-bottom: 15px;}
	.checkout-popup .pmpro_checkout-fields .pmpro_checkout-field {margin-right: 3.4%;}
	.pmpro-confirmation .wsp-container .container {padding: 0 30px;}
	.pmpro-confirmation .wsp-container {height: auto;}	
	.login-header .commo-rightsec {width: 60%;}	
	.wp_marketo_form{    padding-bottom: 0;}
	.campaign-section .grid-item {width: 50%;}
}

@media (max-width:920px) {
	.coman-page .checkout-popup .pmpro_checkout-fields .pmpro_checkout-field.pmpro_checkout-field-username span:before{
		font-size: 12px;
		padding: 10px 9px;
		    top: -48px;
	}
}

.full-tab-section .ap-tabing ul li {
	margin-bottom: 29px;
}

.ap-tabing {
	margin-bottom: 20px;
}

@media (max-width:767px) {
	.com-hero-btn span {padding: 9px 12px 9px 12px;font-size: 16px;}
	.com-hero-btn {right: 121px;top: 25px;display: inline-block;}
	.menu-open .com-hero-btn a {background-color: #23282d;}
	.latest-cta-d-c h4 {font-size: 20px;}
	.latest-cta-d-c a span{font-size: 14px;padding: 12px 12px;}
	.energy-product-blog-slider .item {margin-bottom: 25px;}
	.commo-rightsec .menu-browsemenu-container {display: none;}
	.commo-humg-menu .menu-icon .menu-box{right: 17px;}
	.commo-header .commo-rightsec, .page-id-2242 .login-header .commo-rightsec {padding-right: 50px;}
	.com-hero-btn {right: 115px;top: 33px;display: inline-block;}
	.commo-rightsec .hub-link{display: none;}
	body .commo-humg-menu .enumenu_ul, body .commo-humg-menu .enumenu_ul{padding-top: 80px !important;	}
	body.slidemenuLeft1.menu-open1 {right: 380px !important;}	
	.menu-open1 .commo-humg-menu .menu-icon .menu-box {right: -366px !important; top: 20px !important;}
	.fixed_header .commo-humg-menu .menu-icon .menu-box {top: 20px !important;}
	.fixed_header .commo-header .logo a.sticky-logo img {width: 130px;}
	.commodity_page-template-commodity_page .inner-banner, .commodity_page-template-commodity_page .analysis-sec {height: 650px}
	.header-theme-clr{    right: 75px;}
	.vid-chats-full-section .live_video_iframe {width: 100%;margin-bottom: 20px; padding-right: 0;}
	.vid-chats-full-section .session-sidebar {    width: 100%;}
	.vid-chats-full-section .chats_send_form, .vid-chats-full-section .chats-sec{    width: 100%;     max-width: 100%;}
	.vid-chats-full-section iframe {height: 400px;}
	.chats-sec {height: 400px;}
	.more-section .item {width: 49.2%;}
	.more-section .item:nth-of-type(2n + 2) {margin-right: 0;}
	.videos-text-popup .pmpro_advanced_levels-div{    margin-bottom: 20px;}
	.checkout-popup ul li {width: 50%;}
	.checkout-popup .pmpro_checkout-fields .pmpro_checkout-field {width: 100%;margin-right: 0;}
	.checkout-popup .pmpro_checkout-fields .pmpro_checkout-field input {width: 100% !important;}
	.checkout-popup .pmpro_checkout-fields h3 {font-size: 34px;}
	.checkout-popup h3 span {font-size: 26px;margin-bottom: 15px !important;}
	.pmpro-confirmation .wsp-container .confirmation_banner {height: 300px;}
	.wsp-container .pmpro_confirmation_wrap {margin-top: 200px;     padding: 0;}	
	.media_topics_sections section.analysis-sec h2 {font-size: 30px;}
	.media_topics_sections .videos-text-popup {padding: 20px 15px 15px;}
	.media_topics_sections .analysis-sec a {font-size: 22px;}
	body.bp-search .login-header .site-header {right: 60px;}
	.wp_marketo_form .mktoFormRow .mktoFieldWrap label#LbloptIn {margin-bottom: 0;}
	.group-description p {font-size: 16px;}
	section.single-media-topic .videos-text-popup {padding-right: 30px;padding-left: 30px;}
	.ap-tabing ul li a {padding: 0 10px 15px;font-size: 16px;}
	.campaign-section .grid-item .grid-inner-block .mis-bg-img {height: 150px;}
	.main-hero-banner .hero-midd .btn {padding: 11px 30px 11px 30px;}
	
	
}
@media (max-width:640px) {
	.latest-cta-d-c h4 {font-size: 18px;}
	.latest-cta-d-c p {font-size: 16px;}
	.onl-com-p .masonry h2, .energy-product-blog-sec h2, .onl-com-p .feactured-videos h2 {font-size: 30px;margin-bottom: 20px;}
	.com-hero-btn {right: 0;top: 70px;}
	.com-hero-btn a.btn {font-size: 14px;}
	.search-sec .btn,
	.search-sec .form {width: 300px;  }
	.search-sec .input {width: 260px;}
	.search-sec #search {left: 30px;font-size: 14px;}
	.fixed_header header.commo-header {padding-bottom: 22px;}
	.fixed_header .commo-header .commo-rightsec, .page-id-2242 .login-header .fixed_header .commo-rightsec {padding-top: 0;}
	.fixed_header .header-theme-clr {top: 27px;}
	.fixed_header .commo-header .commo-rightsec {height: 0;}
	.inner-banner-midd .btn-arrow {font-size: 22px;}
	p.no-access-msg {padding-top: 40px;padding-bottom: 40px;}
	p.no-access-msg {font-size: 20px;}
	.videos-text-popup .pmpro_advanced_levels-div .entry.post {border-right: 0 !important;}
	.videos-text-popup .pmpro_advanced_levels-div .pmpro_level {margin-bottom: 30px;}
	.videos-text-popup .pmpro_advanced_levels-div header.entry-header h2 {font-size: 28px;}
	.videos-text-popup .pmpro_advanced_levels-div p.pmpro_level-price {font-size: 28px;	}
	.videos-text-popup .pmpro_content_message {margin-bottom: 25px;font-size: 30px;}
	.videos-text-popup .pmpro_des {margin-bottom: 25px;    font-size: 20px; }
	.videos-text-popup .pmpro_advanced_levels-div p.pmpro_level-select a{    padding: 14px 16px;}
	.videos-text-popup .pmpro_advanced_levels-div{    margin-bottom: 0;}
	.checkout-popup .pmpro_checkout-fields .pmpro_checkout-field input {padding: 16px 15px;}
	.pmpro-confirmation .wsp-container .coman-page {padding-top: 150px;padding-bottom: 30px;}
	.videos-text-popup .pmpro_levels-4col .pmpro_level {width: 100%;}
	.wsp-container .pmpro_confirmation_wrap {margin-top: 200px;}
	.wp_marketo_form .mktoFormRow {width: 100%;margin-right: 0;}
	.wp_marketo_form .mktoFormRow .mktoFieldWrap input, .wp_marketo_form .mktoFormRow .mktoFieldWrap select {padding: 16px 20px;}
	.full-pricing-sec ul.pricing-listing li {width: 50%;}
	.full-pricing-sec ul.pricing-listing li:nth-of-type(3n + 3) {border-right: 0;}
	.full-pricing-sec ul.pricing-listing li:nth-of-type(2n + 2) {border-right: 3px solid #d6002a;}
	.full-pricing-sec ul.pricing-listing li p {min-height: 50px;}
	.graph-wrap-section ul li {width: 100%;text-align: center;display: block;margin-bottom: 15px !important;}	
	.ap-tabing ul li a {padding: 0 10px 8px;font-size: 18px;display: inline-block;}
	
}

@media (max-width:480px) {
	.com-hero-btn span {padding: 8px 10px 8px 10px;font-size: 12px;}	
	.latest-cta-d-c {padding: 25px 15px 25px 15px; }
	.latest-cta-d-c h4 {font-size: 16px;}
	.latest-cta-d-c p {font-size: 14px;}
	.latest-cta-d-c a span {font-size: 12px;padding: 8px 9px;}
	.commo-humg-menu .menu-icon .menu-box {width: 45px !important;height: 27px !important;top: 27px !important;}
	.commo-header .commo-rightsec, .page-id-2242 .login-header .commo-rightsec {padding-top: 15px;}
	.com-hero-btn {top: 50px;}
	.commo-humg-menu .menu-icon.active span:nth-child(1) {
    transform: rotate(30deg) translateY(8px) translateX(6px) !important;
    -webkit-transform: rotate(30deg) translateY(6px) translateX(6px) !important;}
	.commo-humg-menu .menu-icon.active span:nth-child(3) {
    transform: rotate(-25deg) translateY(-6px) translateX(6px) !important;
    -webkit-transform: rotate(-30deg) translateY(-4px) translateX(5px) !important;}
	.commo-rightsec .search-sec {margin-left: 0;}
	.commo-header .commo-rightsec, .page-id-2242 .login-header .commo-rightsec {padding-right: 55px;}
	.fixed_header .commo-humg-menu .menu-icon .menu-box {top: 10px !important;}
	.search-sec .far {font-size: 17px !important;}
	.fixed_header .commo-header .commo-rightsec, .page-id-2242 .login-header .fixed_header .commo-rightsec {padding-top: 0 !important;}
	.commo-header .commo-rightsec {width: 45%;}	
	.commodity_page-template-commodity_page .inner-banner, .commodity_page-template-commodity_page .analysis-sec {height: 550px;}
	.header-theme-clr {right: 69px;top: 33px;}
	.fixed_header .header-theme-clr {top: 23px;}
	.fixed_header header.commo-header {padding-bottom: 11px;}
	.theme_clr .tooltip__content{left: -162px;}
	.theme_clr .tooltip__content::after {left: 87%;top: -18px;}
	.more-section .item {width: 100%;margin-right: 0 !important;}
	.commo-header .commo-rightsec {width: 45%;}
	.videos-text-popup .pmpro_content_message {font-size: 26px;}
	.videos-text-popup .pmpro_advanced_levels-div p.pmpro_level-price {font-size: 24px;}
	.videos-text-popup .pmpro_advanced_levels-div p {font-size: 16px;}
	.videos-text-popup .pmpro_advanced_levels-div ul li {font-size: 16px;margin-bottom: 10px;}
	.videos-text-popup .pmpro_advanced_levels-div .entry-footer{    font-size: 16px;}
	.checkout-popup ul li {width: 100%;}
	.checkout-popup .pmpro_submit input#pmpro_btn-submit{font-size: 16px;padding: 13px 20px 13px 20px;}
	.checkout-popup ul li label {padding-left: 36px;}
	body.bp-search .login-header .site-header {right: 49px;top: 27px;}
	body.bp-search .login-header .site-header a.notification-link span i {font-size: 18px;}
	body.bp-search .login-header .menu-item-has-children {padding: 0 8px !important;}
	body.bp-search.fixed_header .login-header .site-header {top: 19px;}	
	.full-pricing-sec ul.pricing-listing li:nth-of-type(2n + 2) {border-right: 0;}
	.full-pricing-sec ul.pricing-listing li {width: 100%;border-right: 3px solid #d6002a !important;}
	.full-pricing-sec ul.pricing-listing{margin-top: 40px;}
	.campaign-section .grid-item {width: 100%;}
	.main-hero-banner .hero-midd {top: -50px;}
	.subCommodity-list-featured .featured_link_div a {font-size: 14px;}
	.subCommodity-list-featured .featured_link_div {padding: 0 12px;}
	.subCommodity-list-featured .featured_link_div:before {height: 60%;top: 6px;}
	.subCommodity-list-featured.navbar-fixed{padding-top: 15px;}
	
}

@media (max-width:400px) {
	.coman-page .checkout-popup .pmpro_checkout-fields .pmpro_checkout-field.pmpro_checkout-field-username span:before {    
		top: -63px;
	}
}
@media (max-width:380px) {
	
	.menu-open .com-hero-btn {display: none;}
	.fixed_header .main-header .sticky-link {display: none;}
	.fixed_header .main-header .logo {padding-bottom: 20px;}
	.fixed_header .header-theme-clr {margin-top: 0;}
	.fixed_header header.commo-header {padding-bottom: 0;}	
}


