
/*===== Common Class =====*/
@media (max-width: 480px) {
    .artical_single_sec .aligncenter{
        width:320px !important;
    }
}
.article_list ul {
    padding: 20px 0 20px !important;
}
/* post editor list items CSS */
ul li.list-type-dots::before {
  content: "\27A4";
  color: red;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -30px;
  margin-right: 13px;
}
.list-type-dots{padding: 5px;}
.cstm-list{ margin: 0px 40px 20px;}

/* li .list-type-dots:before {
    content: "";
    width: 8px;
    height: 8px;
    background: #e8442f;
    display: inline-block;
    border-radius: 50%;
    margin-right: 9px;
} */
/* post editor list items CSS */
.jobbioapp .v1_6 .btn:hover {
  border-bottom: 0px solid #ffafa9 !important;
}
.jobbioapp .v1_6 .btn {
  background-color: #EB5336 !important;
  border-bottom: 0px !important;
}
.jobbioapp .v1_6.widget-search .top-s{
  margin: 0 0 24px 0 !important;
}
.jobbio-search-widget-section {
  margin-top: -36px;
}
.jobbioapp .v1_6.widget-search .jws-brand-logo{
  display: none;
}
.jobbioapp .v1_6.widget-search .jsw-box{
  background: aliceblue;
  border-radius: 0px !important;
}
.jws-brand-cst-logo {
  width: 200px;
  position: absolute;
  top: 52px;
  left: 22px;
}
@media screen (min-width:1281px) and (max-width: 1439px) {
  .why-us .content h3 {
    font-size: 30px !important;
  }
  .why-us .icon-boxes .icon-box h4 {
    font-size: 18px !important;
    margin: 0 0 23px 0 !important;
  }
  .about .advt-spl {
    font-size: 20px !important;
  }
}
.header-btn {
	background: #EB4D36;
	font-size: 21px;
	color: #fff;
	padding: 5px 14px;
	margin-right: 20px;
}
.header-btn:visited {
    color: #fff !important;
}
.header-btn:hover {
	background: transparent;
	border: 1px solid #eb4d36;
}
/* home page jobs board style - Sidebar */
.jobbio-cst{
	background: #f2f5f7;
  margin: 30px 0;
}
/* footer Items */
.footer-social{
	margin: 8px 0;
}
.footer-social img{
	padding-right: 11px;
	width: 35px;
}
.footer-social-text {
	margin-top:65px;
	color: #fff;
	margin-bottom: 30px;
}
.footer-privacy-items .items a{
	color: #9b9a9a;
	padding-left: 5px;
}
.footer-privacy-items .items a:hover{
	color: #e84d37;
	padding-left: 5px;
	text-decoration: underline;
}
.footer-privacy-items .items{
	color: #9b9a9a;
	font-size:13px;
}
.error404 #header {
	display:none;
}
.discovery-class{
	color:#eb4932;
	text-decoration: underline;
}
.error404 .main_wapper {
	padding-top:30px !important;
}
/*
font-family: 'Source Sans Pro', sans-serif;
400, 600 ,700
*/

@media (max-width: 480px) {
.ftbox ul li a {
  font-size: 10px !important;
}
.m-footer{
	padding: 0 6px;
}
.footer-social-text{
	margin-top: 35px;
}
.m-width{
	max-width: 32%;
	padding-right: 5px !important;
}
#ti-podcast-block .podcast-banner-hmp{
	display: none;
}
}
@media screen and (min-width: 728px) {
.subscribe-landing-page-ht {
	height:100vh;
}
}
.more-link {
    display: none;
}
.partners-block .partners-contnet p.short-content {
    min-height: 120px;
}
.partners-block .partners-logo{min-width: 25%; max-width: 25%;}
.partners-block .partners-logo img{height: auto;}
#mc_embed_signup .mc-field-group.input-group ul::-webkit-scrollbar,
.hr-mcform #mc_embed_signup .mc-field-group.input-group ul::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}

.hr-mcform #mc_embed_signup .mc-field-group.input-group ul::-webkit-scrollbar-thumb,
#mc_embed_signup .mc-field-group.input-group ul::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, .5);
  box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

@media (min-width: 768px) {
.page-template-Landing-page header {
	display: none !important;
}
}

@font-face {
    font-family: 'NeueHaasUnicaW1G';
    src: url('../fonts/NeueHaasUnicaW1G-Bold.woff2') format('woff2'),
        url('../fonts/NeueHaasUnicaW1G-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



h1, h2{
  font-family: 'NeueHaasUnicaW1G';

}


img{
	max-width: 100%;
	height: auto;
}


html {
	position: relative;
	min-height: 100%;
	-webkit-font-smoothing: antialiased;
}

* {
	margin:0px;
	padding:0px;
}
body {
	font-size:16px;
	color:#1C1A1A;
	font-family: 'SofiaPro-Light',sans-serif;
	background:#ffffff;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding:0px;
	line-height:1.5;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
li, ul, ol {
	list-style:none;
	margin:0px;
	padding:0px;
}
a, a img {
	text-decoration:none;
	border:0;
	outline:none !important;
}
a {color:#1C1A1A;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
a:hover,
a:focus {color: #EB4D36;
	text-decoration:none;
	outline:none;
}
h1, h2, h3, h4, h5, h6 {
	font-style:normal;
	font-weight:normal;
	margin:0px;
	padding:0px;
}
.clear {}

.clear:before,
.clear:after {
	display: table;
	content: "";
}
.clear:after {
	clear:both;
}
input, textarea {
	outline:none !important;
}
#wrapper {
	width:100%;
}
input[type=text]::-moz-placeholder,
input[type=search]::-moz-placeholder,
.input-text::-moz-placeholder,
.input_text::-moz-placeholder {
	color: inherit;
	opacity: 1;
}

input[type=text]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
.input-text::-webkit-input-placeholder,
.input_text::-webkit-input-placeholder {
	color: inherit;
	opacity: 1;
}

input[type=text]::-ms-placeholder,
input[type=search]::-ms-placeholder,
.input-text::-ms-placeholder,
.input_text::-ms-placeholder {
	color: inherit;
	opacity: 1;
}

input[type=email]::-moz-placeholder {
	color: inherit;
	opacity: 1;
}

input[type=email]::-webkit-input-placeholder {
	color: inherit;
	opacity: 1;
}

input[type=email]::-ms-placeholder {
	color: inherit;
	opacity: 1;
}

textarea::-moz-placeholder {
	color: inherit;
	opacity: 1;
}

textarea::-webkit-input-placeholder {
	color: inherit;
	opacity: 1;
}

textarea::-ms-input-placeholder {
	color: inherit;
	opacity: 1;
}

/***** Select Dropdown Start *****/

.bootstrap-select {
	display: inline-block;
	float: none;
	width: 100%;
}
.head_top.themed_week_active .logo, .head_top.themed_week_active .head_search, .head_top.themed_week_active .head_right.flxrow { background: #fff; padding: 5px; }
.themed_week_active{background-size: cover;height: 70px; background-position: center; position: relative;}
.ti-jounery-top-banner-d {background-size: cover; height: 70px; background-position: center; position: relative; }
.heading {text-align: center; font-size: 27px; font-weight: 800; color: #ffffff; position: absolute; top: 50%; left: 0; right: 0;transform: translate(0, -50%);}
/* .heading{display: none;} color: #0E9AB5;*/
@media (max-width: 768px) {
.heading {
	font-size: 21px;
}
}

.bootstrap-select .btn,
.bootstrap-select .btn.dropdown-toggle {
	width: 100%;
	max-width: 345px;
	padding: 11px 50px 13px 15px;
	font-size: 13px;
	color: #323232;
	text-align: left;
	background: none;
	border-color: #707070;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
		-ms-box-shadow: none;
			box-shadow: none;
}

.bootstrap-select.select-1 .btn { min-width: 250px; }

.bootstrap-select.select-2 .btn,
.bootstrap-select.select-2 .btn.dropdown-toggle {
	min-width: 205px;
	padding-left: 6px;
	color: #acacac;
}

.bootstrap-select.select-2 .sort_by { display: none; }

.bootstrap-select .sort_by { display: inline-block; }

.bootstrap-select .pull-left {
	display: inline-block;
	float: none !important;
}

.bootstrap-select .btn .caret {
	position: absolute;
	top: 0;
	right: 0;
	width: 35px;
	height: 100%;
	text-align: center;
	border-top: none;
	border-right: none;
	border-left: solid 1px transparent;
}

.bootstrap-select .btn .caret:before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	font-family:'FontAwesome';
	font-size: 18px;
	color: #323232;
	content: "\f107";
	-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
			transform: translateY(-50%);
}

.bootstrap-select .dropdown-menu {
	width: 100%;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
		-ms-border-radius: 0;
			border-radius: 0;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
		-ms-box-shadow: none;
			box-shadow: none;
}

.bootstrap-select div.dropdown-menu {
	height: auto;
	min-height: 136px !important;
	margin-top: 0;
	border-top: none;
	border-color: #ccc;
	overflow-y: auto !important;
}

.bootstrap-select ul.dropdown-menu {
	top: 0;
	max-height: inherit !important;
	padding: 0;
	margin: 0;
	background: none;
	border: none;
	overflow: hidden !important;
}

.bootstrap-select .dropdown-menu li { border-bottom: solid 1px #ccc; }

.bootstrap-select .dropdown-menu li:last-child { border-bottom-color: #fff; }

.bootstrap-select .dropdown-menu li.selected a,
.bootstrap-select .dropdown-menu li.selected a:focus,
.bootstrap-select .dropdown-menu li a:hover { background: #f1f1f1; }

.bootstrap-select .dropdown-menu li a:focus { background: none; }

.bootstrap-select .dropdown-menu li a i { display: none; }






/*partners page css start here*/

section#partnersbanner {
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


section.part-title {
    text-align: center;
    padding-top: 2.5rem;
    padding-bottom: 4rem;
}


section.part-title h1 {
    font-size: 66px;
    font-weight: bold;
    margin-bottom: 1rem;
    font-family: 'NeueHaasUnicaW1G';
}


section.part-title h2 {
    font-size: 66px;
    font-weight: bold;
    margin-bottom:1rem;
   font-family: 'NeueHaasUnicaW1G';
}


section.part-title p {
    font-family: 'Lora-Regular',sans-serif;
    font-size: 34px;
}


section.part-title p {
    font-family: 'Lora-Regular',sans-serif;
    font-size: 34px;
    line-height: 1.2;
    width: 84%;
    margin: 0 auto;
}


section.partners-section h2 {
    border-top: solid 2px #e8442f;
    padding-top: 1.5rem;
    font-weight: bold;
    font-size: 48px;
    margin-bottom: 2rem;
    width: 50%;
}


section.partners-section {
    margin-bottom: 4rem;
}


.partners-block {
    display: flex;
    align-items: flex-start;
        margin-bottom: 2rem;
}


.partners-block .partners-contnet p {
    font-family: 'SofiaPro',sans-serif;
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 1.4rem;
}

.partners-block .partners-contnet a.clcik-btn {
    border: solid 1px #eb4d36;
    font-family: 'SofiaPro',sans-serif;
    color: #eb4d36;
    font-size: 20px;
    padding: 8px 22px;
    display: inline-block;
}

.partners-block .partners-contnet a.clcik-btn:hover {
    background: #f55842;
    color: #fff;
}

.partners-block .partners-contnet {
    padding-left: 25px;
}

/***** Select Dropdown End *****/

/*============ Default Css End ============*/

.mobile-show {display: none;}

#webinar-carousel {
    margin-bottom: 20px;
    padding-top:20px
}

.webiner-lp img {max-height: 366px; object-fit: cover;}
.webinar-post img { max-height: 145px; object-fit: cover;}

/*============ Bootstrap Class Overwriter CSS Code Start ============*/

@media (min-width: 768px) {
.container {
	width:750px;
	max-width:750px;
}
}
@media (min-width: 992px) {
.container {
	width:970px;
	max-width:970px;
}
}
@media (min-width: 1200px) {
.container {
	width:1180px;
	max-width:1180px;
}
}
@media (min-width: 1400px) {
.container {
	width:1360px;
	max-width:1360px;
}
}
.container {padding-left: 20px;padding-right: 20px;}
.row {margin-left: -20px;margin-right: -20px;}
.row.no-gutters {margin-left:0;margin-right:0;}
.no-gutters>.col, .no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {padding-left: 20px;padding-right: 20px;}

.main_wapper { overflow: hidden;}


/* navbar start */

/*=========================================*/
/* Elements css Start  */
/*=========================================*/

h1,
h2,
h3,
h4,
h5,
h6 {
	margin:0; padding:0;font-family: 'NeueHaasUnicaW1G';color:#1C1A1A;
}
h1 {font-size: 40px;line-height: 1.25;}
h2 {font-size: 30px; font-family: 'NeueHaasUnica-Medium';}
h3 {font-size: 24px;}

p { margin: 0; padding: 0;}

.flxrow {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.flxfix {
	-ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}
.flxflexi {
	-ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    position: relative;
}


.btnbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.btnbox.center {justify-content: center;}
.btnbox a {min-width: 300px;height: 60px;border: 1px solid #EBEBEB;display: inline-block;vertical-align: top;text-align: center;line-height: 60px;font-family: 'SofiaPro-Bold',sans-serif;color: #1C1A1A;font-size: 16px;padding: 0 30px;}
.btnbox a:hover {background: #EB4D36;color: #fff;}
.btnbox a.red {background: #EB4D36;color: #fff;border-color:#EB4D36;}
.btnbox a:hover {background: #1C1A1A;color: #fff;border-color: #1C1A1A;}
.loadbtn a {position: relative;}
.loadbtn a::after {content: '';background:url(../images/loader.svg) no-repeat center center #EB4D36;background-size: 28px;position: absolute;top: 0;left: 0;bottom: 0;right: 0;opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.loadbtn a.active::after {opacity: 1;}
/*=========================================*/
/* Elements css End  */
/*=========================================*/


/*=========================================*/
/* Main Header */
/*=========================================*/


#header{ width: 100%; }
.header_wapper { z-index:100; background:#ffffff; width:100%; padding:0; position:relative;}
.header_wapper .container { justify-content: space-between; align-items: center; }
.header_wapper .head_top {padding: 10px 0;}
.logo { padding:0;width:auto; position: relative;}
.logo a {display: block;}
/* .logo a img {height:35px;height:40px;width:150px;} */
.logo a img {width:200px;}

.head_search #mc_embed_signup form{border-bottom: 1px solid #1C1A1A;padding: 9 0 9px !important;}
.head_search #mc_embed_signup input.email { border:none;  }

.head_search form input[type="text"] {width: 414px;border: 0;background: url(../images/search-icon.svg) no-repeat center right #fff;background-size: 16px;text-align: center;font-family: 'NeueHaasUnica-Regular';font-size: 16px;color: #1C1A1A;}


.head_search #mc_embed_signup .button { background: #EB5336; border-radius: 0; padding: 0px 20px;}
.head_search #mc_embed_signup .button:hover,
.head_search #mc_embed_signup .button:hover { background: #000; }

.header_wapper .head_right {align-items: center;}
.header_wapper .head_right * {line-height: 1;}
.header_wapper .head_right .advertise {padding: 0;}
.header_wapper .user {margin-left: 30px;}
.header_wapper .user a {width: 45px;height: 45px;background: #F2F5F7;border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	align-items: center;
	justify-content: center;
}
.header_wapper .user a svg {display: inline-block;vertical-align: top;}
.header_wapper .advertise a {font-family: 'SofiaPro-Bold',sans-serif;font-size: 14px;color: #1C1A1A;text-transform: uppercase;}

.navigation_outer {background: #F2F5F7; z-index: 9; position: relative;}
.navigation_main { margin-top:0;}
.navigation_main ul { margin: 0; padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
}
.navigation_main ul li { display: block; margin: 0; padding: 0 31px;position: relative;}
.navigation_main ul li > a { display: block; font-size: 16px;font-family: 'SofiaPro',sans-serif;color: #1C1A1A; position: relative;line-height: 54px;}
.navigation_main ul li.menu-item-has-children > a {padding-right: 20px;}
.navigation_main ul li.menu-item-has-children > a::after {content: '';width: 11px;height: 7px;background: url(../images/select.svg) no-repeat;position: absolute;top:25px;right:0;display: block;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.navigation_main ul li.menu-item-has-children:hover > a::after {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}
.navigation_main ul li > a:hover {color:#EB4D36;}
.navigation_main ul li ul {position: absolute;top:100%;left: 0;display: block;background: #F2F5F7;width:260px;padding: 20px 31px;opacity: 0;visibility: hidden;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;

}
.navigation_main ul li:hover ul {opacity: 1;visibility:visible;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: translateY(0);
}
.navigation_main ul li ul li {padding:8px 0;}
.navigation_main ul li ul li a {line-height: 1.5;}

.navigation .nav-links { width: 100%; text-align: center; }

.nav-links .page-numbers.current { opacity: .6 }
.nav-links .next.page-numbers svg { position: relative; top: -2px; }



body.scrolldesable,
body.show_menu {overflow: hidden;}
.ham_menubtn { margin:0 0 0 30px; position: relative; z-index: 9; transform: translateY(0); }
.ham_menubtn a { display:block;}
.ham_menubtn a span { display:block; background:#1C1A1A;
    width: 27px;
    height: 3px;
    position: relative;
    overflow: hidden;
    -webkit-transition: transform .55s cubic-bezier(.19,1,.22,1),opacity .2s cubic-bezier(.19,1,.22,1);
    transition: transform .55s cubic-bezier(.19,1,.22,1),opacity .2s cubic-bezier(.19,1,.22,1);
    will-change: transform,opacity;
}
.ham_menubtn a span + span { margin-top:4px;}
.ham_menubtn a.active span:nth-child(2) { opacity: 0;}
.ham_menubtn a.active span:first-child {
    -webkit-transform: translate3d(0,9px,0) rotate3d(0,0,1,45deg);
    transform: translate3d(0,9px,0) rotate3d(0,0,1,45deg);
}
.ham_menubtn a.active span:last-child {
    -webkit-transform: translate3d(0,-9px,0) rotate3d(0,0,1,-45deg);
    transform: translate3d(0,-9px,0) rotate3d(0,0,1,-45deg);
}

.humbur_menu {position: fixed;top: 0;right: 0;width: 733px;height: 100%;background: #1C1A1A;z-index: 101;padding:38px 60px 80px 50px;overflow-y: auto;
	-webkit-transform: translateX(100%);
	-moz--transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.show_menu .humbur_menu {
	-webkit-transform: translateX(0);
	-moz--transform: translateX(0);
	transform: translateX(0);
}
.humbur_menu .hum_menu > ul > li {padding:7px 0 8px;}
.humbur_menu .hum_menu > ul > li > a {font-family: 'SofiaPro';font-size: 36px;color: #fff;}
.humbur_menu .hum_menu > ul > li > ul{padding-top: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	flex-wrap: wrap;
	margin: 0 -76px;
}
.humbur_menu .hum_menu > ul > li > ul li {padding: 0 76px;width: 50%;}
.humbur_menu .hum_menu > ul > li > ul li a {color: #fff;}
.humbur_menu .hum_menu > ul > li a:hover,
.humbur_menu .hum_menu > ul > li > ul li a:hover {color: #EB4D36;}
.humbur_menu .closed a {display: inline-block;vertical-align: top;line-height: 1;}
.humbur_menu .searchbox {padding:33px 0 0;}
.humbur_menu .searchbox form input {width: 100%;background:url(../images/search-icon-w.svg) no-repeat right center transparent;background-size: 18px;border:0;border-bottom: 1px solid #808080;color: #FFF;font-size: 52px;font-family: 'SofiaPro-Medium',sans-serif;}
.humbur_menu .searchbox form input::-moz-placeholder {
	color: #808080;
	opacity: 1;
}
.humbur_menu .searchbox form input::-webkit-input-placeholder {
	color: #808080;
	opacity: 1;
}
.humbur_menu .podcast_menu { width:100%; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; padding:40px 0 0 0;}
.humbur_menu .podcast_menu ul { width:50%;}
.humbur_menu .podcast_menu ul + ul { padding:0 0 0 30px;}
.humbur_menu .podcast_menu ul li {padding: 0 0 10px;}
.humbur_menu .podcast_menu ul li a {font-size: 18px;color: #fff;}
.humbur_menu .podcast_menu ul li a:hover {color: #EB4D36;}
.humbur_menu .social {padding: 30px 0 0;}
.humbur_menu .social h6,
.humbur_menu .blog-tags h6 {color: #EB4D36;font-size: 14px;line-height: 1.45;padding: 0 0 9px;}
.humbur_menu .social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.humbur_menu .social ul li {padding-right: 35px;}
.humbur_menu .social ul li:last-child {padding-right: 0;}
.humbur_menu .social ul li a {color: #fff;}
.humbur_menu .social ul li a:hover {color: #EB4D36;}
/*=========================================*/
/* Main Banner Start */
/*=========================================*/
.banner_wapper{width:100%; position:relative; z-index:2;}
.inner-banner {width:100%;position:relative;z-index:10; /*background: #EBEBEB;*/ margin: 40px 0;}
.inner-banner .ads-banner.imagebox { position: static; text-align: center;}
.inner-banner .ads-banner_img { width: 100%; object-fit: cover; }

.advertise + .banner_wapper .inner-banner {margin-top: 0;}
.inner-banner .captionbox { position: relative; left: 0; right: 0; top: 0; bottom: 0;text-align: center;padding: 20px;min-height: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center; justify-content: center;
}
.inner-banner .captionbox h1 {font-size: 48px;color: #FFF;margin: 0;padding: 0 0 18px;line-height: 1.39;}
.inner-banner .captionbox .captionText p {color: #fff;font-family: 'Lora-Regular',sans-serif;font-size: 24px;}
.inner-banner .imagebox {background-repeat: no-repeat;background-size: cover;background-position: center center;/*height: 300px;*/position: absolute;top: 0;left: 0;bottom: 0;right: 0;}
/*.inner-banner .imagebox::after {content: '';position: absolute;left: 0;top: 0;right: 0;bottom: 0;background: rgba(0, 0, 0, 0.6);}*/

.single-banner.inner-banner {background: none;margin: 5px 0 40px;}
.single-banner.inner-banner .captionbox {position: relative;text-align: left;padding: 0 80px 93px 0;}
.single-banner.inner-banner .captionbox h1{color: #1C1A1A;}
.single-banner.inner-banner .captionbox p {color: #1C1A1A;padding: 0 0 21px;}
.single-banner .imagebox {height: auto;}
.single-banner .imagebox::after {display: none;}
.single-banner .imagebox span {background-repeat: no-repeat;background-size: cover;background-position: center center;width: 100%;height: 550px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	align-items: center;
	justify-content: center;
}
.single-banner .imagebox .video {position: absolute;top: 0;left: 0;width: 100%;height: 550px;}
.single-banner .imagebox .video .closed {width: 32px;height: 32px;background: #EB4D36;border-radius: 100%;position: absolute;top: -16px;right: -16px;z-index: 2;text-align: center;line-height: 32px;font-size: 0;}
.single-banner .imagebox .video .closed img {max-width: 12px;}
.single-banner .imagebox .video iframe {width: 100%;height: 100%;float: left;border: 0; max-height:100% !important;}
.single-banner .imagebox p {font-family: 'NeueHaasUnica-Medium';font-size: 14px;text-align: center;line-height: 1.75;padding:20px 0 0;}


.banner_wapper .captionbox{
	border-top: 3px solid #eb4d36;
	padding-top: 30px;
}

/*=========================================*/
/* Main Banner End */
/*=========================================*/



/*=========================================*/
/* Main Content Start */
/*=========================================*/


/****************************/
/* homepage start */
.sec-title {border-top:3px solid #1C1A1A;padding-top: 24px;justify-content: space-between;}
.sec-title .linkbtn a{font-family: 'SofiaPro-Bold',sans-serif;color: #EB4D36;}
.sec-title .linkbtn a:hover {color: #1C1A1A;}
.sec-title h2 {line-height: 1;}
.small-title {padding: 0 0 17px; text-transform: capitalize;}
.small-title h6,
.small-title a {color: #0066FF;font-family: 'SofiaPro-Bold',sans-serif;font-size: 14px;}
.author p strong {font-family: 'SofiaPro-Bold',sans-serif;font-weight: normal;}
.author p {}

.h_feature_sec {padding: 40px 0 54px;}
.h_feature .no-gutters .featurebox {padding-right: 40px;}
.h_feature_outer .row .col-md-8 {
    -ms-flex: 0 0 65.31%;
    flex: 0 0 65.31%;
    max-width: 65.31%;
}
.h_feature_outer .row .col-md-4 {
    -ms-flex: 0 0 34.69%;
    flex: 0 0 34.69%;
    max-width: 34.69%;
}
.featurebox .image {width: 100%;height: 430px;background-repeat: no-repeat;background-position: center center;background-size: cover;}
.featurebox .image.with-border {border-left: 5px solid #EB4D36;}
.featurebox .info {padding:33px 0 0;}
.featurebox .info h1 {padding: 0 0 21px;}
.featurebox .info h2 {font-size: 50px;padding: 0 0 21px;}
.featurebox .info .author {padding: 0 0 22px;}
.featurebox .info p {}
.h_feature .no-gutters .executive-row {padding-right: 40px;}
.executive-row .executive-item {border-bottom:1px solid #EBEBEB;padding: 0 0 23px;margin-bottom: 30px;}
.executive-row .executive-item:last-child {border-bottom: 0;}
.executivebox .image {width: 100%;height: 150px;background-repeat: no-repeat;background-position: center center;background-size: cover;margin: 0 0 22px;}
.executivebox h3 {font-family: 'Lora-Regular',sans-serif;padding: 0 0 11px;}
.executivebox .author + p {padding-top:27px;}
.executivebox.v2 .image {height: 200px;margin: 0 0 27px;}
.executivebox.v2 h3 {padding: 0 0 19px;}

.sidebar {height: 100%;position: relative;}
.sidebar::before {content: '';width: 1px;height: 100%;background: #EBEBEB;position: absolute;top: 0;left: -40px;}
.sidebar.no-border::before {display: none;}
.sidebar .artical-row {padding: 36px 0 0;}
.artical-row.v2 {padding: 25px 0 0;}
.artical-row .artical-item {border-bottom: 1px solid #EBEBEB;padding: 0 0 31px;margin: 0 0 31px;}
.artical-row.v2 .artical-item {margin: 0 0 20px;padding: 0 0 20px;}
.artical-row .artical-item:last-child {border-bottom: 0;margin: 0;padding: 0 0 2px;}
.articalbox .image {width: 100%;height: 200px;background-repeat: no-repeat;background-position: center center;background-size: cover;margin: 0 0 28px;}
.articalbox h4 {font-size: 18px;font-family: 'Lora-Regular',sans-serif;}

.advertise {padding: 0 0 50px;}
/* 44px 40px */
.advertisebox { padding: 30px 40px 0px 40px; background: #fff;text-align: center;position: relative;}
.inner-banner .advertisebox {padding: 10px 40px; }
.advertisebox .closed {position: absolute;top: 10px;right: 10px;line-height: 1;}
.advertisebox .closed * {line-height: 1;}
.advertisebox a {display: block;}
.advertisebox img {max-width: 100%;}
/* .advertisebox .resource-ad-margin { margin:36px; } */
.ad-block {padding: 30px 40px 0px 40px; background: #fff;text-align: center;position: relative;}

.h_editor {padding: 50px 0;}
.h_editor .sec-title {margin: 0 0 63px;}

.h_subcribe {background: #EB4D36;padding:62px 0;margin: 50px 0 53px;position: relative;overflow: hidden;z-index: 1;}
.h_subcribe:after {content:'';width: 483px;height: 387px;background:url(../images/mail-icon.svg) no-repeat center center;background-size: contain; position: absolute;top: -50px;left: -66px;pointer-events: none;z-index: -1;}
.talk-form .subcrib-title {padding:0 0 23px;}
.talk-form .subcrib-title h2 {color: #fff;font-size: 40px;font-family: 'Lora-Medium',sans-serif;padding: 0 0 9px;}
.talk-form .subcrib-title p {color: #fff;font-size: 18px;}
.talk-form .fiel-group {flex-wrap: wrap;margin: 0 -20px;}
.checkbox-row.flxrow .wpcf7-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.checkbox-row.flxrow .wpcf7-checkbox .wpcf7-list-item + .wpcf7-list-item {padding-left: 38px;}
.talk-form .input-row {width: 50%;padding: 18px 20px;}
.talk-form .input-row .input-text {width: 100%;height: 34px;background: no-repeat;border: 0;border-bottom: 1px solid #FF9080;font-family: 'SofiaPro';font-size: 16px;color: #fff;}
.talk-form .input-row .input-text::-moz-placeholder {
	color: #FF9080;
	opacity: 1;
}
.talk-form .input-row .input-text::-webkit-input-placeholder {
	color: #FF9080;
	opacity: 1;
}
.talk-form .checkbox-row h6 {font-size: 18px;color: #fff;font-family: 'SofiaPro',sans-serif;padding: 0 0 27px;}
.talk-form .checkbox-row .wpcf7-list-item{line-height: 1;padding: 0 0 20px;display: block;margin: 0;position: relative;}
.talk-form .submit input {width: 300px;height: 60px;background: #fff;border:0;font-size: 16px;color: #EB4D36;font-family: 'SofiaPro-Bold',sans-serif;
	transition: all .3s ease-in-out;
}
.talk-form .submit input:hover {background: #1C1A1A;}
.talk-form [type="checkbox"]:not(:checked),
.talk-form [type="checkbox"]:checked {position: absolute;left: 0;opacity: 0;z-index: 2;width: 100%;height: 16px;cursor: pointer;}
.talk-form [type="checkbox"]:not(:checked) + label,
.talk-form [type="checkbox"]:checked + label,
.talk-form [type="checkbox"]:not(:checked) + span,
.talk-form [type="checkbox"]:checked + span {position: relative;padding-left: 36px;font-size:16px;line-height:12px;cursor: pointer;color: #fff;margin:0;display: inline-block;vertical-align: top;}
.talk-form [type="checkbox"]:not(:checked) + label:before,
.talk-form [type="checkbox"]:checked + label:before,
.talk-form [type="checkbox"]:not(:checked) + span:before,
.talk-form [type="checkbox"]:checked + span:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 16px;
	height:16px;
	border: 1px solid #FF9080;
	-webkit-transition: all .275s;
			transition: all .275s;
}
.talk-form [type="checkbox"]:not(:checked) + label:after,
.talk-form [type="checkbox"]:checked + label:after,
.talk-form [type="checkbox"]:not(:checked) + span:after,
.talk-form [type="checkbox"]:checked + span:after {content: '';width: 16px;height:16px;position: absolute;top: 0;left:0;background: url(../images/checkmark.svg) no-repeat center center #fff;background-size: 9px;opacity: 0;
	-webkit-transition: all .2s;
			transition: all .2s;
}
.talk-form [type="checkbox"]:checked + label:after,
.talk-form [type="checkbox"]:checked + span:after {opacity: 1;}


.h_resource {padding:50px 0 46px;}
.h_resource .sec-title {padding-bottom:50px;}
.resourcebox {border-right: 1px solid #EBEBEB;height: 100%;}
.h_resource .row > div[class*="col-"]:last-child .resourcebox {border-right: 0;}
.resourcebox p {font-family: 'SofiaPro-Bold',sans-serif;color: #EB4D36;padding: 0 0 4px;}
.resourcebox h6 {font-family: 'Lora-Regular',sans-serif;font-size: 18px;line-height: 1.35;}




#excerpt-wrap .hotrising-row { padding: 56px 0 0; }
#excerpt-wrap .hotrising-row .hotrising-item { border:none; padding: 0; }

.navigation .nav-links { padding-top: 60px; }


/* .h_hotrising {padding: 50px 0;} */
.h_hotrising {padding-bottom: 20px;}
.hotrising-row {padding: 56px 0 30px;}
.hotrising-row .hotrising-item {flex-wrap: wrap;border-top: 1px solid #EBEBEB;padding: 20px 0;}
.hotrising-row .hotrising-item .image > a,
.hotrising-row .hotrising-item .image > span {width: 100%;height: 200px;background-repeat: no-repeat;background-position: center center !important;background-size: cover !important;display: block;}

.hotrising-row .hotrising-item .image > a.img-reso { height: auto;  }

.hotrising-row .hotrising-item .image.video {position: relative;}
.hotrising-row .hotrising-item .video-info {position: absolute;top: 0;left:0;bottom: 0;right: 0;background-color: rgba(0, 0, 0, 0.6);padding: 0 0 5px;
	align-items: flex-end;
	justify-content:center;
}

#custome_resource_row h3 { margin-bottom: 15px;  }
.hotrising-row .hotrising-item .play {position: absolute;top:50%;left:50%;z-index: 2;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.hotrising-row .hotrising-item .play img {width: 70px;}
.hotrising-row .hotrising-item .video-info {}
.hotrising-row .hotrising-item .video-info span {color: #fff;padding:6px 22px 0; width: 33.33%;border-top: 1px solid #EBEBEB;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	align-items: center;
}
.hotrising-row .hotrising-item .video-info span i {display: inline-block;vertical-align: top;font-size: 0;padding: 0 7px 0 0;}
.hotrising-row .hotrising-item .info h6,
.hotrising-row .hotrising-item .info .h6 {font-size: 14px;color:#0066FF;font-family: 'SofiaPro-Bold',sans-serif;text-transform: uppercase;padding: 0 0 18px;}
.hotrising-row .hotrising-item .info h6 span {color: #EB4D36;display: inline-block;vertical-align: top;padding-left: 0;}
.hotrising-row .hotrising-item .info h3 {font-family: 'Lora-Regular',sans-serif;padding: 0 0 14px;line-height: 1.45;}
.hotrising-row .hotrising-item .info .author {padding: 0 0 19px;}
/* homepage End */
/****************************/


/****************************/
/* Inner page start */
.artical-cate {border-bottom: 1px solid #EBEBEB;padding: 0 0 23px;}
.articalCate-row .artical-cate:last-child {border-bottom: 0;padding: 0;}
.artical-cate + .artical-cate {margin-top: 30px;}
.artical-cate a {display: block;}
.artical-cate .image {width: 100%;height: 200px;background-repeat: no-repeat;background-position: center center;background-size: cover;margin: 0 0 15px;}
.artical-cate .info {padding: 0 5px 0 0;}
.artical-cate p {font-family: 'SofiaPro-Bold',sans-serif;font-size: 13px;color: #EB4D36;text-transform: uppercase;padding: 0 0 8px;}
.artical-cate h6 {font-family: 'Lora-Regular',sans-serif;font-size: 18px;line-height: 1.35;}
.sidebar .h_subcribe {padding: 23px 25px 62px;margin: 50px 0 71px;}
.sidebar .h_subcribe:after {display: none;}
.sidebar .talk-form .subcrib-title {padding: 0 0 28px;}
.sidebar .talk-form .subcrib-title h2 {font-size: 32px;padding: 0 0 13px;}
.sidebar .talk-form .input-row {width: 100%;padding: 10px 20px 11px;}
.sidebar .talk-form .checkbox-row {padding: 22px 0 0;}
.sidebar .talk-form .checkbox-row h6 {padding: 0 0 19px;}
.sidebar .talk-form .submit {padding-top: 30px;}
.sidebar .talk-form .submit input {height: 50px;background: transparent;border: 1px solid #fff;color: #fff;width: 100%;}
.sidebar .talk-form .submit input:hover {background: #fff;color: #EB4D36;}

.h_hotrising.artical .hotrising-row .hotrising-item .row .col-lg-3 {
    -ms-flex: 0 0 37.51%;
    flex: 0 0 37.51%;
    max-width: 37.51%;
}
.h_hotrising.artical .hotrising-row .hotrising-item .row .col-lg-9 {
    -ms-flex: 0 0 62.49%;
    flex: 0 0 62.49%;
    max-width: 62.49%;
}
.h_hotrising.artical .category-row {padding: 0 0 100px;}
.h_hotrising.artical .category-row:last-child {padding-bottom: 50px;}

.default_content p {padding: 0 0 24px;}
.default_content p strong {font-family: 'SofiaPro-Bold',sans-serif;font-weight: normal;}
.default_content blockquote {margin: 20px 0 53px;border-left: 5px solid #EB4D36;font-size: 24px;font-family: 'Lora-Regular',sans-serif;padding: 1px 0 4px 24px;}
.default_content blockquote p {padding: 0;}
.default_content img {width: 100%;margin: 21px 0 58px;}
.default_content figure img { margin-bottom: 10px }

.artical_single_sec .aligncenter {clear: both; margin: auto; text-align: center; }
.ttt-gallery .image {padding: 23px 0;}
.ttt-gallery .image span {display: block;width: 100%;height: 360px;background-repeat: no-repeat;background-position: center center;background-size: cover;}
.ttt-gallery .image p {font-family: 'NeueHaasUnica-Medium';font-size: 14px;text-align: center;line-height: 1.75;padding:20px 0 0;}
.carousel .image span {display: block;width: 100%;height: 360px;background-repeat: no-repeat;background-position: center center;background-size: cover;}
.carousel .image p {font-family: 'NeueHaasUnica-Medium';font-size: 14px;text-align: center;line-height: 1.75;padding:20px 0 0;}
.carousel.owl-carousel .owl-nav button {width: 40px;height: 40px;background: #fff;border: 0;border-radius: 100%;position: absolute;top: 160px;left:25px;font-size: 0;outline: none;}
.carousel.owl-carousel .owl-nav button.owl-next {left: auto;right:25px;}

.artical_single .col-lg-8 .h_subcribe {padding: 63px 72px 74px;margin: 50px 0;}
.artical_single .talk-form .checkbox-row {flex-wrap: wrap;padding: 21px 0 30px;}
.artical_single .talk-form .checkbox-row h6 {width: 100%;padding: 0 0 19px;}
.artical_single .talk-form .checkbox-row.flxrow .checkbox + .checkbox {padding-left: 38px;}
.suggest-artical {padding: 50px 0;}
.suggest-artical .sec-title {padding-bottom:57px;}
.suggest-artical .executivebox .image {height: 200px;}

.author_about {padding: 0 0 50px 0;}
.author_about .author-item .image {width: 187px;height: 187px;min-height: 180px;background-repeat: no-repeat;background-position: center center;background-size: cover;margin: 0 40px 0 0;}
.author_about .author-item h6 {font-size: 13px;color: #EB4D36;font-family: 'SofiaPro-Bold',sans-serif;text-transform: uppercase;padding: 0 0 8px;}
.author_about .author-item h5 {font-family: 'Lora-Regular',sans-serif;font-size: 18px;padding: 0 0 20px;}


.inner-banner .captionbox .captionText .captionExcerpt p {font-size: 20px; font-family: 'NeueHaasUnica-Medium'; }

.post-action {justify-content: space-between;align-items: center;padding: 29px 0 50px;}
.post-action .post-tag {flex-wrap: wrap;}
.post-action .post-tag a {display: inline-block;vertical-align: top;background: #F2F5F7;border-radius: 25px;height: 39px;padding:0 25px;line-height: 39px;font-size: 12px;font-family: 'SofiaPro-Bold',sans-serif;text-transform: uppercase;margin: 0 11px 0 0;}
.post-action .post-tag a:hover {background: #EB4D36;color: #fff;}
.post-share .share {align-items: center;}
.post-share .share i {font-style: normal;font-family: 'NeueHaasUnica-Medium',sans-serif;font-size: 13px;line-height: 1;}
.post-share .share i img {margin-right: 6px;}
.post-share .share ul {padding-left: 19px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.et_monarch .et_social_networks .et_social_icons_container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.post-share .share ul li {padding-left: 10px;}
.post-share .share ul li a {width: 34px;height: 34px;border: 1px solid #1C1A1A;border-radius: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
}
.post-share .share ul li a:hover {background: #EB4D36;border-color: #EB4D36;}
.post-share .share ul li a:hover path {fill: #fff;}
.progress {position: fixed;top: 0;left: 0;width: 100%;z-index: 101;background: #fff;height: 108px;opacity: 0;visibility: hidden;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.post-share .ttt-share {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.ttt-share .et_social_networks div,
.ttt-share span.et_social_overlay {display: none !important;}
.et_monarch .et_social_networks.et_social_circle li[class*="et_social_"] i{background-color:#fff;color: #444;}
.post-share .share ul li a:hover li[class*="et_social_"] i::after,
.et_monarch .et_social_slide.et_social_left li .et_social_icon:after,
.post-share .share ul li a:hover li[class*="et_social_"] i {background: #EB4D36;color: #fff;left: 0;right:0;opacity: 0;margin: 0;}
.et_monarch .et_social_slide.et_social_left li:hover a {border-color: #EB4D36;}
.et_monarch .et_social_slide.et_social_left li:hover .et_social_icon:after {opacity: 1;left: 0;right: 0;margin: 0;}
.et_monarch .et_social_slide.et_social_left li:hover .et_social_icon:before {margin-left: 0;}
.et_monarch .et_social_icon:before {color: #1C1A1A;}
.et_monarch  li:hover .et_social_icon:before {color: #fff;}
.et_monarch .et_social_inline_top {margin-bottom: 0 !important;}
.et_monarch .et_social_4col li {width: auto !important;margin: 0;min-height: 1px;}
.et_monarch .et_social_networks .et_social_icon,
.et_monarch .et_social_networks .et_social_icon:before,
.et_monarch .et_social_networks .et_social_icon:after {width: 34px;height: 34px;line-height: 34px;}
.progress.fixed {opacity: 1;visibility: visible;}
.progress .bar {width: 1%;height: 3px;background: #EB4D36;position: absolute;bottom: 0;left: 0;}
.progress .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.progress .single-header {justify-content: space-between;width: 100%;align-items: center;}
.single-header .post-title p {font-family: 'NeueHaasUnica-Regular',sans-serif;font-size: 24px;line-height: 1;}
.single-header .post-share .share {position: relative; cursor: pointer;}
.single-header .post-share .share .ttt-share {position: absolute;top:-9px;left: 60px;opacity: 0;visibility: hidden;background: #fff;
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	transform: translateX(20px);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.single-header .post-share .share:hover .ttt-share {opacity: 1;visibility: visible;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	transform: translateX(0);
}

.require-subcribe > div:not(.get-subcribe) {display: none;}
.require-subcribe > div:first-child {display: block;}
.require-subcribe .artical_content {position: relative;}
.artical_content p a {text-decoration: underline; color: #EB4D36; }
.require-subcribe .artical_content::after {content: '';width: 100%;height: 117px;position: absolute;bottom: 0;left: 0;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}
.get-subcribe {text-align: center;padding:11px 0 50px;}
.get-subcribe h2 {font-size: 30px;line-height: 1.5;padding: 0 0 20px;}
.get-subcribe .btnbox {padding: 0 0 16px;}
.get-subcribe p {font-family: 'NeueHaasUnica-Regular', sans-serif;font-size: 18px;}
.get-subcribe p a {color: #EB4D36;text-decoration: underline;}
.get-subcribe p a:hover {color: #1C1A1A;}

.h_hotrising.resource .hotrising-row {padding-top: 0;}
.h_hotrising.resource .hotrising-row .hotrising-item:first-child {border-top: 0;}

/*Rakesh css ST*/
.newslatter-blocks { padding:0 0 80px; position:relative; }
.newslatter-blocks .newslatter-left{ padding:92px 40px 0 0;   width:680px;}
.newslatter-blocks .newslatter-left h1{font-size: 48px; font-family: 'NeueHaasUnica-Medium'; width:90%; padding:0 0 20px;line-height:125%;color: #000000; }
.newslatter-blocks .newslatter-left p{  font-size: 24px;line-height: 36px;font-family: 'Lora-Regular';color: #000000;}
.sideform{ padding:31px 0 0 0; }
.sideform .input-row { padding:10px 0; display:block; }
.sideform .input-row .input-text{ display:block; width:100%; border: 1px solid #EBEBEB; border-radius:0px; height:60px; line-height:30px; padding:15px 30px; color: #1C1A1A;font-size: 16px; font-family: 'SofiaPro'; }
.sideform .input-row input[type=submit]{ width:auto; display:inline-block; border:0px; background: #EB4D36;
  color: #FFFFFF; font-size: 16px;  height:60px; line-height:60px;font-family: 'SofiaPro-Bold';  min-width:300px; margin:60px 0 0 0;}
.sideform .input-row input[type=submit]:hover{ background:#000; }
.newslatter-img{ margin-left:auto;min-width:48.5%;/*641px*/height: 100%; position:fixed;top: 0;right:0; }
.newslatter-img span{ display:inline-block;float:left;min-height:100%;/*735px*/width:calc((100vw - 1320px) / 2 + 100% + 0px);background-position:center center;background-size:cover;background-repeat:no-repeat; }
.newslatter-img span img{ width:100%;display:none;}
/* .newslatter-img.advertise_img {width: 48.5%;height: 100%; position:fixed;top: 0;right:0;}
.newslatter-img.advertise_img span{min-height: 100%;background-position:center right;} */


.cus-breadcumb{ border-bottom:#ebebeb solid 1px; display:block;  }
.cus-breadcumb ul{ padding:20px 0 20px;display:flex;
	flex-wrap: wrap;
}
.cus-breadcumb ul li{ position:relative; font-family: 'SofiaPro'; font-size: 13px; line-height:24px; color: #1C1A1A; padding:0 5px 0 0; }
.cus-breadcumb ul li a{ font-family: 'SofiaPro'; font-size: 13px; line-height:24px;color: #808080;}
.cus-breadcumb ul li + li{ padding:0 5px 0 10px; }
.cus-breadcumb ul li + li:after{ content:''; position:absolute; left:0px; top:7px; height:100%; width:7px; background:url(../images/chevron_right.svg) no-repeat left top;}
.cus-breadcumb ul li a:hover{ color:#000; }

.podcast_list{  }

.podcast_list ul{ padding:67px 0 20px; display:flex; }
.podcast_list ul li{ position:relative; padding:0 20px 0 0;  }
.podcast_list ul li a{ font-family: 'SofiaPro'; display:flex; align-items:center;color: #A8B2B8;font-size: 16px; line-height:18px;}
.podcast_list ul li a i{ padding:0 8px 0 0; position:relative; top:-2px; }
.podcast_list ul li + li{ padding:0 20px 0 20px; }
.podcast_list ul li + li:after{ content:''; position:absolute; left:-2px; top:50%; margin:0px 0 0 0; height:4px; width:4px; background:#A8B2B8; border-radius:10px;    }
.podcast_list ul li a:hover{ color:#0066FF; }


.podcast_details-blocks{ padding:21px 0 60px 0; }
.podcast_details_left{ max-width:775px; padding:0 20px 0 0; }
.podcast_details_left h1{  padding:0 0 43px; color: #1C1A1A; font-size: 48px;line-height: 60px;  font-family: 'NeueHaasUnica-Medium';  }
.podcast_details_left > p{font-size: 16px; font-family: 'SofiaPro-Light';line-height: 24px;color: #1C1A1A;}
.podcast_details_left .pod_logo { padding:18px 0 0 0; }
.podcast_details_left .pod_logo span{ display:block; padding:20px 0 0 0; }
.pod-abt-blk{ padding:60px 0 0 0; }
.pod-abt-blk .img  { margin:0 40px 0 0;  max-width:187px;  min-width:187px;}
.pod-abt-blk .img img{ max-width:100%; height:auto; display:block; }
.pod-abt-data h4{ padding:4px 0 8px 0;  font-family: 'SofiaPro-Bold';font-size: 13px;line-height: 1;color: #EB4D36;  }
.pod-abt-data  h3{ padding:0 0 20px; color: #1C1A1A; font-size: 18px;
line-height: 24px; font-family: 'Lora-SemiBold';}
.pod-abt-data p{font-size: 16px; font-family: 'SofiaPro-Light';line-height: 24px;color: #1C1A1A;}
.podcast-img{ max-width:527px; margin-left:auto; }
.podcast-img img{ max-width:100%; }

.modal-backdrop{background: #1C1A1A; }
.modal-backdrop.show{ opacity:0.6; }
.ttt-modal{  }
.ttt-modal .modal-content{padding:0px; margin:0px; padding:0px;border:0px; box-shadow:none; border-radius:0px; }
.ttt-modal .modal-dialog{ padding:0px; max-width:1092px; }
.ttt-modal button.close{ z-index:100; margin:0px; padding:0px; border:0px; box-shadow:none; outline:none; opacity:1; position:absolute; right:40px; top:40px; }
.ttt-modal .modal-body{ padding:0px; }
.modal-block{ align-items:center;  }
.modal-block .img{ width:527px; display:inline-block; min-height:500px; background-position:center center; background-repeat:no-repeat; background-size:cover; }
.modal-block .img img{ display:none; }
.modal-block-data{  padding:20px 0; display:block; margin:0 40px; max-width:400px; }
.modal-block-data h2{ color: #1C1A1A; font-size: 40px; line-height:1.25; font-family: 'Lora-Medium'; padding:0 0 10px;}
.modal-block-data p{color: #1C1A1A; font-size:18px; line-height:28px; font-family: 'SofiaPro'; }
.modal-block-data .modal-btn{ padding:45px 0 0; }
.modal-block-data .modal-btn  a{ text-align:center; width:auto; display:inline-block; border:0px; background: #EB4D36;
  color: #FFFFFF; font-size: 16px;  height:60px; line-height:60px;font-family: 'SofiaPro-Bold';  min-width:300px; margin:0px 0 0 0;}
.modal-block-data .modal-btn  a:hover{ background:#000; }
.modal-block-data .modal-links{ padding:24px 0 0 0; color: #1C1A1A; font-size:18px; line-height:28px; font-family: 'SofiaPro'; }
.modal-block-data .modal-links a { color:#EB4D36; text-decoration:underline; }
.modal-block-data .modal-links a:hover{ color:#000; }

.podcast_list ul li.blue-links a{ text-transform:uppercase; color: #0066FF;  font-family: 'SofiaPro-Bold'; }
.podcast_details_left > p + p{ padding:24px 0 0 0; }

.landing-logo-blk{ padding:52px 0 0 0; }
.landing-logo-blk h5{  text-transform:uppercase; display:block; color: #EB4D36; font-size: 13px;font-family: 'SofiaPro-Bold'; line-height: 24px; }
.landing-logo-blk ul{ display:flex; align-items:center; padding:28px 0 0 0;  }
.landing-logo-blk ul li{ padding:0 40px 0 0; }
.ebook-form-blk{  background: #F2F5F7; max-width:1094px; margin:30px auto 0; display:block; width:100%; padding:73px 114px 93px; }
.top-title{ text-align:center; }
.top-title h4{ text-align:center;font-family: 'Lora-Medium'; color: #1C1A1A; font-size: 40px; line-height:28px; padding:0 0 20px; }
.top-title p{ text-align:center; color: #1C1A1A; font-size: 18px; font-family: 'SofiaPro';line-height: 28px; }

.form-blk .row{ margin:0 -20px; }
.form-blk .row [class*="col-md"]{ padding:0 20px; }
.form-blk .input-box{ padding:18px 0 0 0; display:block; width:100%; }
.form-blk .input-box .input-text{ border:0px;   display:block; width:100%;border:1px solid #e9e9e9; color: #1C1A1A; box-shadow:none; outline:none; font-size: 16px; line-height:1px; font-family: 'SofiaPro'; background:none; padding:12px 15px;}
.form-blk .input-box .nice-select{ border:0px;   display:block; width:100%;border-bottom : 1px solid #1C1A1A; color: #1C1A1A; box-shadow:none; outline:none; font-size: 16px; line-height:1px; font-family: 'SofiaPro'; background:none; padding:11px 0; height:43px; }
.form-blk .input-box .nice-select span{ height:43px; line-height:16px; }
.form-blk .input-box .nice-select:after{ background:url(../images/select.svg) no-repeat center center; right:0px; }

.form-blk .input-box .nice-select .list{ padding:14px 0;  background: #FFFFFF;
border: 1px solid #1C1A1A;
box-sizing: border-box;
box-shadow: 0px 11px 11px rgba(0, 0, 0, 0.11);}
.form-blk .input-box .nice-select .option:first-child{ display:none; }
.form-blk .input-box .nice-select .option{ margin:0px;color: #1C1A1A; font-family: 'SofiaPro'; padding:10px 30px; border:0px; background:none; }
.form-blk .input-box .nice-select .option:hover{  color: #EB4D36;}


#ebookModal.modal.modal-static .modal-dialog {transform: none}


#ebookModal .wpcf7-response-output { display: none !important;  }
.sideform .input-row .nice-select .list{ padding:14px 0;  background: #FFFFFF;
border: 1px solid #1C1A1A;
box-sizing: border-box;
box-shadow: 0px 11px 11px rgba(0, 0, 0, 0.11);}
.sideform .input-row .nice-select .option:first-child{ display:none; }
.sideform .input-row .nice-select .option{ margin:0px;color: #1C1A1A; font-family: 'SofiaPro'; padding:10px 30px; border:0px; background:none; }
.sideform .input-row .nice-select .option:hover{  color: #EB4D36;}

.form-blk .input-box.submit-btn{ text-align:left; }
.form-blk .input-box input[type=submit]{ width:auto; display:inline-block; border:0px; background: #EB4D36; color: #FFFFFF; font-size: 16px;  height:60px; line-height:60px;font-family: 'SofiaPro-Bold';  min-width:300px; margin:0;}
.form-blk .input-box input[type=submit]:hover{ background:#000; }
.input-box.checkbox{ padding:53px 0 0 0; }
.input-box.checkbox.terms { padding-top: 10px  }
.input-box.checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
/*
#mc_embed_signup .mc-field-group.input-group ul li label {
	border-bottom: 1px solid #fff;
	padding-top: 0 !important;
	padding-bottom: 10px !important;
	display: inline-block;
}*/

.input-box.checkbox input[type="checkbox"] + span {
  position: relative;
  cursor: pointer; display:inline-block; width:100%; font-weight:normal; color: #1C1A1A; font-size: 16px;
line-height: 26px;font-family: 'SofiaPro'; padding:0 0 0 35px;
}

.input-box.checkbox input[type="checkbox"] + span:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  display: inline-block;
  position: absolute; left:0px; top:5px;
  vertical-align: middle;
  cursor: pointer;
 height:18px; width:18px;
  border: 1px solid #1C1A1A;
box-sizing: border-box;
border-radius: 2px;
}

.input-box.checkbox input[type="checkbox"]:checked + span:after {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left:-1px;
  width: 20px;
  height: 20px; border-radius:2px;
 background:url(../images/checkmark-1.svg) no-repeat center center; background-size:100% auto;
}

.report-text{  padding:70px 0 64px 0; }
.report-text h3{ text-align:center; color: #1C1A1A; font-size: 48px; padding:0 0 42px;line-height: 60px;  font-family: 'NeueHaasUnica-Medium'; }
.report-text p{ color: #1C1A1A; font-size: 16px; line-height: 24px;  font-family: 'SofiaPro-Light';}
.report-text p + p{ padding:24px 0 0 0; }
.report-text ul{ padding:20px 0 20px 15px; }
.report-text ul li{ color: #1C1A1A; font-size: 16px; display:list-item; list-style-type:disc; list-style-position:outside; line-height: 24px;  font-family: 'SofiaPro-Light';}

.report-text ol{ padding:20px 0 20px 15px; }
.report-text ol li{ color: #1C1A1A; font-size: 16px; display:list-item; list-style-type:decimal; list-style-position:outside; line-height: 24px;  font-family: 'SofiaPro-Light';}


.Subscribe_inner-blk{ padding:59px 0 50px 0; margin:50px 0 0 0; border-bottom: #EBEBEB solid 1px; border-top: #EBEBEB solid 1px; }
.Subscribe_inner-blk h4{ font-size: 30px; padding:0 0 23px;line-height: 30px;font-family: 'NeueHaasUnica-Medium';color: #1C1A1A;}
.Subscribe_inner-blk  h5{  font-size: 18px;
line-height: 28px;font-family: 'SofiaPro'; color: #1C1A1A;}
.checkbox-list,
.checkbox-list .wpcf7-checkbox { padding:14px 0 0 0; display:flex; flex-wrap:wrap; width:100%; }
/* .checkbox-list .cls-checkbox, */
.checkbox-list .cls-checkbox span .wpcf7-list-item { width:50%; display:inline-block; padding:10px 0;margin: 0;  }
.wpcf7-list-item {margin: 0;position: relative;}
.checkbox-list .cls-checkbox input {padding: 0;position: absolute;top: 0;left: 0;width: 100%;height: 100%;opacity: 0;z-index: 1;  margin-bottom: 0;cursor: pointer;}

.checkbox-list .cls-checkbox label,
.checkbox-list .cls-checkbox input + span {
  position: relative;
  cursor: pointer; display:inline-block; width:100%; font-weight:normal; color: #1C1A1A; font-size: 16px;
line-height:18px; margin:0px; font-family: 'SofiaPro'; padding:0 0 0 35px;
}

.checkbox-list .cls-checkbox label:before,
.checkbox-list .cls-checkbox input:not(:checked) + span::before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;

  display: inline-block;
  position: absolute; left:0px; top:0px;
  vertical-align: middle;
  cursor: pointer;
 height:18px; width:18px;
  border: 1px solid #1C1A1A;
box-sizing: border-box;
border-radius: 2px;
}

.checkbox-list .cls-checkbox input:checked + label:after,
.checkbox-list .cls-checkbox input:checked + span::after {
  content: '';
  display: block;
  position: absolute;
  top: -1px;
  left:-1px;
  width: 20px;
  height: 20px; border-radius:2px;
 background:url(../images/checkmark-1.svg) no-repeat center center; background-size:100% auto;
}

.Subscribe-check { width:100%; display:inline-block; padding:60px 0 0;  }

.Subscribe-check input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.Subscribe-check label {
  position: relative;
  cursor: pointer; display:inline-block; width:100%; font-weight:normal; color: #1C1A1A; font-size: 16px;
line-height:26px; margin:0px; font-family: 'SofiaPro'; padding:0 0 0 35px;
}

.Subscribe-check label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;

  display: inline-block;
  position: absolute; left:0px; top:5px;
  vertical-align: middle;
  cursor: pointer;
 height:18px; width:18px;
  border: 1px solid #1C1A1A;
box-sizing: border-box;
border-radius: 2px;
}
.Subscribe-check input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left:-1px;
  width: 20px;
  height: 20px; border-radius:2px;
 background:url(../images/checkmark-1.svg) no-repeat center center; background-size:100% auto;
}
.sideform .input-row input[type=submit]{ margin:50px 0 0 0; }
.sideform .input-row{ display:inline-block; width:100%; }

span.wpcf7-form-control-wrap.recaptcha {
    margin-top: 10px;
    display: block;
}

.contact-bottom span.wpcf7-form-control-wrap.recaptcha { margin-top: 20px; }

.Webinar-left{ width:300px; }
.Webinar-left h4{  color: #000000; font-family: 'NeueHaasUnica-Medium'; font-size: 48px;line-height: 60px;}
.Webinar-left .sideform{ padding:12px 0 0 0px; }
.Webinar-page{ padding:110px 0 60px 0; }
.Webinar-left .sideform .input-row input[type=submit]{ margin:20px 0 0 0; }
.form-text{ padding:30px 0 0 0; color: #1C1A1A; font-size: 18px;  font-family: 'SofiaPro';line-height: 28px;  }
.Webinar-right{ width:866px; margin-left:auto;}


.Webinar-right h1{ font-family: 'NeueHaasUnica-Medium'; padding:0 0 20px; max-width:60%; color: #1C1A1A; font-size: 48px;line-height: 60px; }
.Webinar-right .date{ font-family: 'SofiaPro-Bold';  color: #808080; font-size: 16px; padding:0 0 48px;line-height: 24px;}
.Webinar-right .img{ width:100%; display:block; }
.Webinar-right .img img{ width:100%; display:block; }
.Webinar-right .landing-logo-blk{ padding:49px 0 74px 0; }

.Webinar-right_inner{ }
.Webinar-right_inner .text{ max-width:526px; }
.Webinar-right_inner .text p{ color: #1C1A1A; font-size: 16px; line-height: 24px;  font-family: 'SofiaPro-Light';}
.Webinar-right_inner .text p + p{ padding:24px 0 0 0; }
.Webinar-right_inner .text ul{ padding:20px 0 20px 15px; }
.Webinar-right_inner .text ul li{ color: #1C1A1A; font-size: 16px; display:list-item; list-style-type:disc; list-style-position:outside; line-height: 24px;  font-family: 'SofiaPro-Light';}
.Webinar-right_inner .text ol{ padding:20px 0 20px 15px; }
.Webinar-right_inner .text ol li{ color: #1C1A1A; font-size: 16px; display:list-item; list-style-type:decimal; list-style-position:outside; line-height: 24px;  font-family: 'SofiaPro-Light';}
.Webinar-right_list{ margin-left:auto; width:300px; }

.Webinar-box{ padding:0 0 21px; display:block; width:100%; }
.Webinar-box .img-in{ display:block; width:100%; }
.Webinar-box .img-in img{ display:block; width:100%; }
.Webinar-box .aut{ padding:12px 0 0 0; color: #EB4D36 ;display:block; width:100%;  font-size: 13px; font-family: 'SofiaPro-Bold'; text-transform:uppercase;line-height: 24px;}
.Webinar-box h6{ padding:7px 0 8px 0;  color: #1C1A1A; font-size: 18px; font-family: 'Lora-SemiBold';line-height: 24px;}
.Webinar-box p{color: #1C1A1A; font-size: 16px;font-family: 'SofiaPro-Light';line-height: 24px;}
.Webinar-box + .Webinar-box{ padding:30px 0 0 0; border-top:#ebebeb solid 1px; }
/*Rakesh css ED*/
/* Inner page End */
/****************************/
.four_zero_page {text-align: center;padding: 40px 0 50px;}
.four_zero_page h1 {padding: 10px 0 40px;}
.four_image {text-align: center;}
.four_image img {max-width:120px;}


.search-result {padding: 40px 0 50px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	flex-wrap: wrap;
	margin: 0 -20px;
}
.search-result .page-header,
.search-result .search-result-count {width: 100%;padding: 0 20px;}
.search-result .search-result-count {padding-bottom: 20px;}
.search-result article {width:33.333333%;padding: 20px 20px;}
.search-result article .entry-header {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	flex-direction: column-reverse;
}
.search-result article h2 {font-family: 'Lora-Regular',sans-serif;font-size: 24px;padding: 0 0 19px;}
.search-result article figure {margin: 0 0 27px;}
.search-result article .entry-footer {display: none;}


#wpmem_login legend,
#wpmem_reg legend {font-size: 40px;display: block;margin:0 0 20px;}
.sideform #wpmem_login .div_text {width: 100%;margin: 10px 0;display: inline-block;vertical-align: top;}
.sideform #wpmem_login .div_text input {display: block;width: 100%;border: 1px solid #EBEBEB;border-radius: 0px;height: 60px;line-height: 30px;
padding: 15px 30px;color: #1C1A1A;font-size: 16px;font-family: 'SofiaPro';}
.sideform #wpmem_login fieldset > label {display: none;}
#wpmem_login .button_div,
#wpmem_reg .button_div {width: 100%;padding:0;text-align: left;}
#wpmem_login input[type=checkbox] {padding: 0;height: initial;width: initial;margin-bottom: 0;display: none;cursor: pointer;}
#wpmem_login input[type=checkbox] + label {position: relative;cursor: pointer; display:inline-block; width:100%; font-weight:normal; color: #1C1A1A; font-size: 16px;line-height:18px; margin:0px; font-family: 'SofiaPro'; padding:0 0 0 35px;}

#wpmem_login input[type=checkbox] + label:before {
	content:'';
	-webkit-appearance: none;
	background-color: transparent;

	display: inline-block;
	position: absolute; left:0px; top:0px;
	vertical-align: middle;
	cursor: pointer;
   height:18px; width:18px;
	border: 1px solid #1C1A1A;
  box-sizing: border-box;
  border-radius: 2px;
}

#wpmem_login input[type=checkbox]:checked + label:after {
	content: '';
	display: block;
	position: absolute;
	top: -1px;
	left:-1px;
	width: 20px;
	height: 20px; border-radius:2px;
   background:url(../images/checkmark-1.svg) no-repeat center center; background-size:100% auto;
}
#wpmem_login input[type="submit"],
.form input[type="submit"] {display: block;border: 0px;background: #EB4D36;color: #FFFFFF;font-size: 16px;
height: 60px;line-height: 60px;font-family: 'SofiaPro-Bold';width: 300px;margin: 40px 0 0;}

.single-banner.inner-banner .captionbox { padding-bottom: 0;  }
.single-banner.inner-banner .captionbox.single-post { display: block; }
.inner-banner.single-banner .imagebox { position: static; }

/*=========================================*/
/* Main Content End */
/*=========================================*/


/*=========================================*/
/* Footer main Start */
/*=========================================*/

.footer {padding: 68px 0 15px 0;position:relative;background:#1C1A1A;margin: 50px 0 0 0;}
.ftbox h6 {color: #fff;font-family: 'SofiaPro',sans-serif;font-size: 16px;padding: 0 0 6px;}
.ftbox.social h6{color: #EB5336;}
.ftbox ul li {padding: 0 0 5px;}
.ftbox.v2 ul li,
.ftbox.social ul li {padding: 0 0 5px;}
.ftbox ul li a {color: #fff;font-family: 'SofiaPro',sans-serif;font-size: 16px;}
/* .ftbox.v2 ul li a {color: #808080;} */
.ftbox ul li a:hover,
.ftbox.v2 ul li a:hover {color: #EB5336;text-decoration: underline;}
.copyright {border-top: 1px solid #fff;justify-content: space-between;padding: 15px 0 0;}
.copyright p {color: #fff;font-family: 'SofiaPro',sans-serif;font-size: 14px;}
.copyright .design p {color: #EB5336;}
/* @media (max-width: 500px){
.footer .logobox { max-width: 100px!important }
margin-top: 88px;
} */
.footer .logobox { max-width: 160px }
/*=========================================*/
/* Footer main End */
/*=========================================*/

/*============ New Style 11-6-2021 Start ============*/
body:not(.single) #header { width:100%; position:fixed; top:0px; left:0px; z-index:100;}
.header_wapper .user { position:relative;}
.header_wapper .user .user-dropdown { width:222px; display:none; background:#1C1A1A; position:absolute; top:100%; right:0px; z-index:1; margin:20px 0 0 0; padding:23px 35px;}
.header_wapper .user .user-dropdown ul { width:100%; display:block; margin:0px; padding:0px;}
.header_wapper .user .user-dropdown ul li { width:100%; display:block; margin:0px; padding:5px 0px;}
.header_wapper .user .user-dropdown ul li .c-button { width:auto; height:auto; display:block; font-family: 'SofiaPro',sans-serif; font-size:16px; color:#FFF; font-weight:500; text-align:center; line-height:20px; background:none; border:1px solid #FFF; border-radius:0px; box-shadow:none; margin:0px; padding:12px 20px;}
.header_wapper .user .user-dropdown ul li .c-button:hover { color:#1C1A1A; background:#FFF;}

.blog-tags { padding-top: 15px; color: #fff; }
.blog-tags a { color: #fff; }
.blog-tags a:hover { color: #0066FF; }

@media (min-width: 992px){
.single-header .post-share .share .ttt-share { opacity:1; visibility:visible; -webkit-transform:translateX(0); -moz-transform:translateX(0); transform:translateX(0);}
.single-header .post-title { width:560px; text-align:center; margin:0 auto;}
.single-header .post-title p { font-size:22px; line-height:1.2;}
}
/*============ New Style 11-6-2021 End ============*/

/*============ User-Activity Page Start ============*/
.user-activity-page { width:100%; position:relative;}
.personal-details-sec { width:100%; position:relative; padding:110px 0px;}
.personal-details-block { width:100%;}
.personal-details-block .pd-form { width:100%; display:inline-block; vertical-align:top; padding:0 110px 0 0;}
.personal-details-block .pd-form h1 { font-family: 'NeueHaasUnica-Medium', sans-serif; font-size:48px; color:#000000; line-height:1.2; margin:0 0 60px 0; padding:0px;}
.personal-details-block .pd-form .form-input { width:100%; position:relative; display:inline-block; vertical-align:top; margin:0 0 35px 0;}
.personal-details-block .pd-form .form-input .form-label { width:100%; font-family: 'SofiaPro',sans-serif; font-size:13px; color:#1C1A1A; font-weight:400; line-height:16px; margin:0px; padding:0px;}
.personal-details-block .pd-form .form-input .input-text { width:100%; height:40px; font-family: 'SofiaPro',sans-serif; font-size:18px; color:#1C1A1A; font-weight:400; background:none; border:none; border-bottom:1px solid #EBEBEB; border-radius:0px; box-shadow:none; outline:none; margin:0px; padding:0px;}
.personal-details-block .pd-form .form-submit { width:100%; display:block; padding:25px 0 0 0;}
.personal-details-block .pd-form .form-submit .submit-btn { min-width:300px; height:60px; font-family: 'SofiaPro',sans-serif; font-size:16px; color:#1C1A1A; font-weight:700; text-align:center; line-height:56px; background:none; border:2px solid #EBEBEB; border-radius:0px; box-shadow:none; outline:none; margin:0px; padding:0px 20px;}
.personal-details-block .pd-form .form-submit .submit-btn:hover { color:#FFF; background:#1C1A1A; border-color:#1C1A1A;}
.personal-details-block .pd-image { width:100%; display:block;}
.personal-details-block .pd-image img { width:100%;}
.user-activity-sec { width:100%; position:relative; padding:0 0 60px 0;}
.user-activity-table { width:100%; display:inline-block; vertical-align:top; background:#F2F5F7; padding:60px 40px;position: relative;}
.user-activity-table h2 {position: absolute;top: 60px;left:40px;font-family: 'NeueHaasUnica-Medium',sans-serif;font-size: 30px;color: #000;}
.user-activity-table .dataTables_wrapper { margin:0px; padding:0px;}
.user-activity-table .dataTables_wrapper > .row:first-child > [class*="col-"]:first-child { margin-left:auto; text-align:right;}
.user-activity-table .dataTables_wrapper > .row:first-child > [class*="col-"]:last-child { display:none;}
.user-activity-table .dataTables_wrapper > .row:last-child > [class*="col-"]:first-child { display:none;}
.user-activity-table .dataTables_wrapper > .row:last-child > [class*="col-"]:last-child { -ms-flex:0 0 100%; flex:0 0 100%; max-width:100%;}
.user-activity-table .dataTables_wrapper .dataTables_length { width:auto; display:inline-block; vertical-align:top; margin:0 0 30px 0;}
.user-activity-table .dataTables_wrapper .dataTables_length label { font-family: 'SofiaPro',sans-serif; font-size:16px; color:#333333; font-weight:400; margin:0px;}
.user-activity-table .dataTables_wrapper .dataTables_length .custom-select { width:142px; height:45px !important; font-family: 'SofiaPro',sans-serif; font-size:16px; color:#333333; font-weight:400; background:url(../images/select-arrow.svg) right 10px center no-repeat #FFF; border:none; border-radius:0px; box-shadow:none; margin:0px 8px; padding:5px 20px 5px 20px;}
.user-activity-table .dataTables_wrapper .dataTables_paginate { width:auto; display:inline-block; vertical-align:top; margin:30px 0 0 0; padding:0px;}
.user-activity-table .dataTables_wrapper .dataTables_paginate .pagination { background:none; border-radius:0px; margin:0px !important; padding:0px;}
.user-activity-table .dataTables_wrapper .dataTables_paginate .pagination .paginate_button { width:auto; min-width:inherit; background:none; border:none !important; margin:0 10px 0 0; padding:0px;}
.user-activity-table .dataTables_wrapper .dataTables_paginate .pagination .paginate_button .page-link { width:45px; height:45px; display:block; font-family: 'SofiaPro',sans-serif; font-size:18px; color:#333333; font-weight:400; text-align:center; line-height:45px; background:none; border:none; border-radius:5px; outline:none; margin:0 0 0 -1px; padding:0px;}
.user-activity-table .dataTables_wrapper .dataTables_paginate .pagination .paginate_button.active .page-link { background:#FFF;}
.user-activity-table .dataTables_wrapper .dataTables_paginate .pagination .paginate_button.previous .page-link,
.user-activity-table .dataTables_wrapper .dataTables_paginate .pagination .paginate_button.next .page-link { width:auto; border-radius:0px;}
.user-activity-table .dataTables_wrapper .dataTables_paginate .pagination .paginate_button.previous .page-link { background:url(../images/page-prev.svg) left center no-repeat; margin:0 10px 0 0; padding:0 0 0 20px;}
.user-activity-table .dataTables_wrapper .dataTables_paginate .pagination .paginate_button.next .page-link { background:url(../images/page-next.svg) right center no-repeat; margin:0 0 0 10px; padding:0 20px 0 0;}
.user-activity-table .dataTables_wrapper .dataTables_paginate .pagination .paginate_button.disabled .page-link { opacity:0.6;}
.user-activity-table table.dataTable { border:none; margin:0px !important;}
.user-activity-table table.dataTable thead > tr > th { font-family: 'SofiaPro',sans-serif; font-size:16px; color:#333333; font-weight:700; line-height:1; vertical-align:middle; background-color:transparent; border-top:2px solid #808080; border-bottom:2px solid #808080; -webkit-box-sizing:border-box; box-sizing:border-box; padding:25px 20px;}
.user-activity-table table.dataTable thead > tr > th.sorting_asc,
.user-activity-table table.dataTable thead > tr > th.sorting_desc,
.user-activity-table table.dataTable thead > tr > th.sorting {}
.user-activity-table table.dataTable thead > tr > th.sorting_asc:before,
.user-activity-table table.dataTable thead > tr > th.sorting_desc:before,
.user-activity-table table.dataTable thead > tr > th.sorting:before,
.user-activity-table table.dataTable thead > tr > th.sorting_asc:after,
.user-activity-table table.dataTable thead > tr > th.sorting_desc:after,
.user-activity-table table.dataTable thead > tr > th.sorting:after { bottom:26px;}
.user-activity-table table.dataTable tbody > tr > td { height:68px; font-family: 'SofiaPro',sans-serif; font-size:16px; color:#333333; font-weight:400; line-height:1.2; vertical-align:middle; border-bottom:2px solid rgba(128,128,128,0.5); -webkit-box-sizing:border-box; box-sizing:border-box; padding:15px 20px;}
.user-activity-table table.dataTable tbody > tr > td .td-title { max-width:360px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.user-activity-table table.dataTable tbody > tr > td .td-link {}
.user-activity-table table.dataTable tbody > tr > td .td-link a { color:#1C1A1A; text-decoration:underline; font-weight:500;}
.user-activity-table table.dataTable tbody > tr > td .td-link a:hover { color:#EB4D36;}
.user-activity-table table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child { padding-left:40px;}
.user-activity-table table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before { top:16px; left:10px;}
.user-activity-table table.dataTable.dtr-inline.collapsed > tbody > tr > td.child { padding:0px;}
.user-activity-table table.dataTable tbody > tr.child ul.dtr-details { width:100%; white-space:normal; margin:0px; padding:0px;}
.user-activity-table table.dataTable tbody > tr.child ul.dtr-details li { width:100%; display:block; border-color:rgba(128,128,128,0.5); margin:0px; padding:10px 0px !important;}
.user-activity-table table.dataTable tbody > tr.child ul.dtr-details li .dtr-title { display:inline-block; vertical-align:middle; font-family: 'SofiaPro',sans-serif; font-size:16px; color:#333333; font-weight:700; line-height:1.2; margin:0 15px 0 0; padding:0px;}
.user-activity-table table.dataTable tbody > tr.child ul.dtr-details li .dtr-data { display:inline-block; vertical-align:middle; font-family: 'SofiaPro',sans-serif; font-size:16px; color:#333333; font-weight:400; line-height:1.2; margin:0px; padding:0px;}
/*============ User-Activity Page End ============*/

.h_subcribe_sec.about {background: #EB4D36;position: relative;z-index: 1;overflow: hidden;}
.h_subcribe_sec.about::after {content: '';width: 483px;height: 387px;background: url(../images/mail-icon.svg) no-repeat center center;background-size: contain;
position: absolute;top: -50px;left: -66px;pointer-events: none;z-index: -1;}
.h_subcribe_sec.about .h_subcribe {margin: 0;background: transparent;}
.h_subcribe .wpcf7-not-valid-tip {color: #FF9080;}
.h_subcribe_sec.about .h_subcribe:after {display: none;}
.page-template-about_tpl .footer {margin:0;}
.h_subcribe .wpcf7 form.invalid .wpcf7-response-output,
.h_subcribe .wpcf7 form.unaccepted .wpcf7-response-output {margin: 0;border: 0;padding: 20px 0;color: #FF9080;}
.modal-links a {color: #EB4D36;text-decoration: underline;}

.backdrop {position: absolute;top: 0;left: 0;bottom: 0;right: 0;z-index: 2;opacity: 0;visibility: hidden;}
.show-user .backdrop {visibility: visible;opacity: 1;}





.search-result .not-found{ width:100%; text-align:center; }
.search-result .not-found h1{ font-size:30px; }
.search-result .not-found h1 span{ color:#EB5336;  }

.search-result article figure a{ overflow:hidden; background-position:center center; background-repeat:no-repeat; background-size:cover; display:block; min-height:220px; }
.search-result article figure a img{ display:none !important; }



.contact-top-outer{ position:relative; padding:110px 0 120px; width:100%; display:block; background:#fff; }
.ct-top-text{ color:#fff; }
.ct-top-text h1{ font-size:48px; font-family: 'NeueHaasUnica-Medium', sans-serif; color:#1C1A1A; padding:0 0 12px; }
.ct-top-text p{ font-size:24px;  font-family: 'Lora-Regular',sans-serif; color:#1C1A1A; max-width:1030px; }
.contact-top-outer:after{     mix-blend-mode: multiply; pointer-events:none; content:''; position:absolute; right:0px; top:0px; /*background:url(../images/globe.svg) no-repeat right bottom;*/ width:542px; height:335px; }
.ct-bot-text{ padding:80px 0 0 0; display:flex; align-items:center; color:#1C1A1A; }
.ct-box { min-height:92px; width:auto; padding-right:0px; }
.ct-box + .ct-box{ padding-left:62px;  	border-left:rgba(255,255,255,0.40) solid 1px; }
.ct-box h5{ color:#1C1A1A; font-family: 'SofiaPro-Bold'; display:block; padding:0 0 21px;  }
.ct-box  p a{ color:#1C1A1A; display:inline-block;  }
.ct-box  p span + span{ display:block; margin:10px 0 0 0; }
.ct-box:nth-child(3) p{ max-width:255px; min-width:255px;     }
.ct-box  p a:hover{ opacity:0.5; }

.ct-box:first-child{ width:262px;}
.ct-box:nth-child(2){ width:358px;}
.ct-box:nth-child(3){ width:358px;}
.ct-box:nth-child(4){ width:265px; }


.contact-bottom-outer{ padding:100px 0; display:block; }
.contact-bottom   .left-col{ padding-right:44px; /*width:684px;*/width:100%;display:block; }
.contact-bottom   .left-col h2{ padding:0 0 50px; font-family: 'NeueHaasUnica-Medium', sans-serif; width:95%;  font-size:30px; color:#1C1A1A;  }
.contact-bottom .right-col{ margin-left:auto;  }


.ct-from   label{ margin:0px 0 0 0px; padding:0 0 0 38px; border:0px; font-weight:normal;    line-height:26px;color:#1C1A1A;  font-size: 16px; }
.ct-from  label  a{  color: rgba(50,50,50,0.70); text-decoration:underline; }
.ct-from   label  a:hover{ color:rgba(50,50,50,1); text-decoration:none;}



.ct-from  label input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.ct-from  label   {
  position: relative;
  cursor: pointer; display:block;
}

.ct-from  label span:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  opacity: 0.7;
  border-radius: 2px;
  border: solid 1px #1C1A1A;
  display: inline-block;
  position: absolute; left:0px; top:2px;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 0px; height:18px; width:18px;
}

.ct-from  label input:checked + span:after {
    content:'';
  -webkit-appearance: none;
  background-color: transparent;
  opacity:1;
  border-radius: 2px;
  border: solid 0px #1C1A1A;
  display: inline-block;
  position: absolute; left:0px; top:2px;
  vertical-align: middle;
  cursor: pointer; background:url(../images/checkmark-1-2.svg) no-repeat center center; background-size:100% auto;
  margin-right: 0px; height:18px; width:18px;
}


.ct-from .input-row { padding:10px 0; display:block; }
.ct-from .input-row .input-text{ display:block; width:100%; border: 1px solid #EBEBEB; border-radius:0px; height:60px; line-height:30px; padding:15px 30px; color: #1C1A1A;font-size: 16px;  font-family: 'SofiaPro'; }
.ct-from .input-row textarea{ display:block; resize:none; margin:0 0 10px; width:100%; border: 1px solid #EBEBEB; border-radius:0px; height:120px; line-height:30px; padding:15px 30px; color: #1C1A1A;font-size: 16px;  font-family: 'SofiaPro'; }
.ct-from .input-row input[type=submit]{ width:auto; display:inline-block; border:0px; background: #EB4D36;
  color: #FFFFFF; font-size: 16px;  height:60px; line-height:60px;font-family: 'SofiaPro-Bold';  min-width:187px; margin:60px 0 0 0;}
.ct-from .input-row input[type=submit]:hover{ background:#000; }
.ct-from  .term_1{ margin:0 0 18px; display:block; }
.ct-from  .wpcf7-not-valid-tip{ display:inline-block; }


.search-result .not-found{ width:100%; text-align:center; }
.search-result .not-found h1{ font-size:30px; }
.search-result .not-found h1 span{ color:#EB5336;  }

.search-result article figure a{ overflow:hidden; background-position:center center; background-repeat:no-repeat; background-size:cover; display:block; min-height:220px; }
.search-result article figure a img{ display:none !important; }


.cms-page { position: relative;width: 100%; }
.cms-page h3 { margin-bottom: 20px; }
.cms-page p { margin-bottom: 20px; }
.cms-page p a { color: #EB4D36; }
.cms-page p a:hover { color: #0066FF; }
.cms-page ul { display: block;margin-bottom: 20px; }
.cms-page ul li { display: block; margin: 0; padding: 0 0 0 20px;position: relative;font-size: 16px;font-family: 'SofiaPro',sans-serif;color: #1C1A1A;}
.cms-page ul li + li { margin-top: 4px; }
.cms-page ul li:after {content: '';width: 6px;height: 6px;background: #1C1A1A;position: absolute;top:10px;left:0;display: block; border-radius: 100%;}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton {font-size: 15px; padding: 16px 20px; }
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-reject-btn {color: #fff !important; background: none !important;border: solid 1px #fff; }
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-reject-btn:hover {color: #1C1A1A !important; background: #fff !important;}

.artical_content_outer .advertisebox { margin: 40px 0 60px 0; }

/* Advertisment */

/*spacing*/

.space{padding:80px 0;}
.space-pt{padding-top:60px;}
.space-pb{padding-bottom:60px;}


/*--------------ABOUT-PAGE-START--------------*/

/*------------te_vision-section-start-------------*/

#te_vision {
    background: #F2F5F7;
}

#te_vision .te_vision-heading h3 {
    font-weight: 400;
    padding: 0 0 40px 0;
}

#te_vision .te_vision-heading .te_txt{
    color: #EB4D36;
}

/*------------te_vision-section-end------------*/


/*------------te_believe-section-start-------------*/

#te_believe .te_believe-heading .te_txt{
    color: #EB4D36;
}

#te_believe .te_believe-heading {
    padding: 0 0 80px 0;
}

#te_believe .te_believe-heading h2{
	font-family: 'Lora', serif;
    font-weight: 600;
    font-size: 48px;
}
#te_believe .te_belive-wrap h2{
    font-size: 30px;
    border-top: 3px solid #1C1A1A;
    padding: 24px 0 60px 0;

}

#te_believe .te_believe-wrap-image img{
    width: 100%;
}

#te_believe .te_belive-wrap-text h6{
    color: #EB4D36;
    font-size: 13px;
    line-height: 29px;
}

#te_believe .te_belive-wrap-text h4{
    font-size: 18px;
    line-height: 29px;
    padding: 0 0 2px 0;
}

#te_believe .te_belive-wrap-text{
    padding: 0 0 20px 0;
}


/*------------te_believe-section-end------------*/

/*------------te_who-section-start-------------*/
#te_who .te_who-heading h2{
    font-size: 30px;
    border-top: 3px solid #1C1A1A;
    padding: 24px 0 60px 0;
}

#te_who .te_who-text h6{
    font-size: 13px;
    line-height: 29px;
    color: #EB4D36;
    font-family:'SofiaPro-Bold',sans-serif ;
}

#te_who .te_who-text h4{
    font-size: 18px;
    line-height: 29px;
}

#te_who .te_icon .fa-linkedin {
    border: 1px solid #1C1A1A;
    padding: 5px 6px;
    border-radius: 32px;
    margin-top: 20px;
}

#te_who .te_icon .fa-linkedin:hover {
    border: 1px solid #EB4D36;
    border-radius: 32px;
    background: #EB4D36;
    color: #fff;
}

#te_who .contact-btn {
    padding: 0;
}

#te_who .te_who-text-wrap {
    padding: 20px 0;
}

#te_who .te_who-text .te_who-text-wrap a{
    padding: 23px 0;
    color: #EB4D36;
    text-decoration: underline;
    font-size: 18px;
    line-height: 28px;
    font-family: 'NeueHaasUnica-Regular',sans-serif;
}
/*------------te_who-section-end-------------*/

/*--------------ABOUT-PAGE-END--------------*/



/*--------------ADVERTISING-PAGE-START--------------*/

#te_advertising {
    background: #1C1A1A;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right -80px;
}

#te_advertising .te_advertising-heading h1{
    color: #fff;
}

#te_advertising .about_content h1 {
  color: #fff;
  padding: 0;
}

#te_purpose .te_purpose-heading {
    border-top: 3px solid #EB4D36;
    padding: 10px 0 60px 0;
}

#te_purpose .te_purpose-text h2 {
    font-size: 36px;
}

#te_purpose .te_purpose-text p{
    padding: 20px 0;
}

#pe_newsletter{
    background: #F2F5F7;
}

#pe_newsletter .pe_newsletter-text.text-center {
    padding: 80px 0;
}

#pe_newsletter .pe_newsletter-text h4 {
    padding: 14px 0 0 0;
    font-size: 36px;
    line-height: 50px;
    font-family: 'Lora-Regular',sans-serif;
}

#pe_newsletter .pe_newsletter-text p {
    font-size: 18px;
    line-height: 28px;
}


/*------------te_form-start------------*/

#te_form .te_form-wrap {
    padding: 0 0 0 0;
}

#te_form .dark-btn {
    padding: 15px 66px;
    margin: 39px 0 0 0;
    background: #EB4D36;
    border-color: #EB4D36;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    border-radius: 0;
    line-height: 20px;
}

#te_form .dark-btn:focus {
    color: #fff;
    background-color: #EB4D36;
    border-color: #EB4D36;
    box-shadow: none;
}

#te_form input[type="text"]::placeholder, input[type="search"]::placeholder, .input_text::placeholder {
    color: #1C1A1A;
    opacity: 1;

}

#te_form input[type="email"]::placeholder {
    color: #1C1A1A;
    opacity: 1;
}

#te_form .form-control::placeholder {
    color: #1C1A1A;
    opacity: 1;
}

#te_form .form-control {
    border: 1px solid #EBEBEB;
    padding: 30px;
    font-size: 16px;
    font-family: 'SofiaPro';
    line-height: 30px;
    color: #1C1A1A;
}


/*Right Side*/
.sidebar #mc_embed_signup .indicates-required,
.hr-mcform #mc_embed_signup .indicates-required { display: none; }
.sidebar #mc_embed_signup,
.hr-mcform  #mc_embed_signup{ background: none }

.sidebar #mc_embed_signup .mc-field-group,
.hr-mcform #mc_embed_signup .mc-field-group { width: 100%; display: block;}

.sidebar #mc_embed_signup form,
.hr-mcform #mc_embed_signup form { padding: 0; }

.sidebar #mc_embed_signup .mc-field-group label,
.hr-mcform #mc_embed_signup .mc-field-group label { color: #fff; font-size: 16px; font-family: 'SofiaPro',sans-serif;}

.sidebar #mc_embed_signup .mc-field-group input,
.hr-mcform #mc_embed_signup .mc-field-group input { border-radius: 0; font-size: 16px; color: #fff; text-indent: 0; background: no-repeat; border: none; border-bottom: 1px solid #FF9080; border-radius: 0; font-family: 'SofiaPro',sans-serif; }
.sidebar #mc_embed_signup .mc-field-group.input-group,
.hr-mcform #mc_embed_signup .mc-field-group.input-group { padding-top: 20px }

.sidebar #mc_embed_signup .mc-field-group.input-group strong,
.hr-mcform #mc_embed_signup .mc-field-group.input-group strong { display: block; color: #fff; font-size: 16px; padding-bottom: 15px;  font-family: 'SofiaPro',sans-serif;}


.sidebar #mc_embed_signup .button,
.hr-mcform #mc_embed_signup .button { height: 50px; background: none; border: 1px solid #fff; color: #fff; width: 100%; font-family: 'SofiaPro-Bold',sans-serif; transition: all .3s ease-in-out; font-size: 16px;     margin-top: 20px; margin-bottom: 0; border-radius: 0;}

.sidebar #mc_embed_signup .button:hover,
.hr-mcform #mc_embed_signup .button:hover { background: #1C1A1A }

#mc_embed_signup .mc-field-group.input-group ul,
.hr-mcform #mc_embed_signup .mc-field-group.input-group ul { max-height: 160px; overflow: hidden; overflow-y: scroll; }

.sidebar #mc_embed_signup .mc-field-group.input-group ul li,
.hr-mcform #mc_embed_signup .mc-field-group.input-group ul li { padding: 5px 0; }


.hr-mcform .int-wrap {  }

.hr-mcform #mc_embed_signup .mc-field-group.input-group { padding-top: 0 }


.sidebar #mc_embed_signup .asterisk,
.hr-mcform #mc_embed_signup .asterisk{ color: #fff; line-height: 12px;}


.hr-mcform #mc_embed_signup .button {background: #fff; color: #EB4D36; border-radius: 0; width: auto; padding-left: 70px; padding-right: 70px; padding-top: 15px; padding-bottom: 15px; height: auto;}
.hr-mcform #mc_embed_signup .button:hover { border: 1px solid #1C1A1A }
.hr-mcform #mc_embed_signup .mc-field-group.input-group ul { max-height: 110px; }


.podcast_details_page .podcast_details_left  ul { list-style: disc;  }
.podcast_details_page .podcast_details_left  ul li { position: relative; padding-left: 15px; }

.podcast_details_page .podcast_details_left ul li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 8px;
    background: #1C1A1A;
    width: 6px;
    height: 6px;
    border-radius: 100%;
}

#mc_embed_signup .talk-form [type="checkbox"]:not(:checked) + label:before,
#mc_embed_signup .talk-form [type="checkbox"]:checked + label:before,
#mc_embed_signup .talk-form [type="checkbox"]:not(:checked) + span:before,
#mc_embed_signup .talk-form [type="checkbox"]:checked + span:before,
#mc_embed_signup .talk-form [type="checkbox"]:not(:checked) + label:after,
#mc_embed_signup .talk-form [type="checkbox"]:checked + label:after,
#mc_embed_signup .talk-form [type="checkbox"]:not(:checked) + span:after,
#mc_embed_signup .talk-form [type="checkbox"]:checked + span:after { top: 3px; }


#mc_embed_signup div#mce-responses {
margin: 0 !important;
padding: 0 !important;
overflow: hidden;
width: 100% !important;

}

#mc_embed_signup #mce-success-response {
    color: #fff !important;
    font-weight: 300 !important;
    letter-spacing: 1px !important;
    width: 100% !important;
    padding-left: 1px !important;
}

a.email {
    font-weight: 600;
    color: #EB4D36;
    text-decoration: underline;
}

.linkedin-icon a {
    border: 1px solid #1C1A1A;
    border-radius: 100%;
    display: inline-block;
    width: 30px;
    text-align: center;
    height: 30px;
    padding-top: 3px;
        font-weight: 600;
}

.linkedin-icon a:hover { background: #EB4D36; color: #fff; border-color: #1C1A1A }

#jp-relatedposts { display: none !important }

.te_form-wrap .wpcf7 form.sent .wpcf7-response-output,
.ct-from .wpcf7 form.sent .wpcf7-response-output{
    border-color: #EB4D36 !important;
}



/* MailChimp Form Embed Code - Horizontal Super Slim - 12/16/2015 v10.7
Adapted from: http://blog.heyimcat.com/universal-signup-form/ */
.header-form-mv .head_search {display: none;}
#mc_embed_signup form {text-align:center; padding:10px 0 10px 0;}
.mc-field-group { display: inline-block; } /* positions input field horizontally */
#mc_embed_signup input.email {font-family:"Open Sans","Helvetica Neue",Arial,Helvetica,Verdana,sans-serif; font-size: 15px; border: 1px solid #ABB0B2;  -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; color: #343434; background-color: #fff; box-sizing:border-box; height:32px; padding: 0px 0.4em 0px 0; display: inline-block; margin: 0; width:350px; vertical-align:top;}
#mc_embed_signup label {display:block; font-size:16px; padding-bottom:10px; font-weight:normal;}
#mc_embed_signup .clear {display: inline-block;} /* positions button horizontally in line with input */
#mc_embed_signup .button {font-size: 13px; border: none; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; letter-spacing: .03em; color: #fff; background-color: #aaa; box-sizing:border-box; height:32px; line-height:32px; padding:0 18px; display: inline-block; margin: 0; transition: all 0.23s ease-in-out 0s;}
#mc_embed_signup .button:hover {background-color:#777; cursor:pointer;}
#mc_embed_signup div#mce-responses {float:left; top:-1.4em; padding:0em .5em 0em .5em; overflow:hidden; width:90%;margin: 0 5%; clear: both;}
#mc_embed_signup div.response {margin:1em 0; padding:1em .5em .5em 0; font-weight:bold; float:left; top:-1.5em; z-index:1; width:80%;}
#mc_embed_signup #mce-error-response {display:none;}
#mc_embed_signup #mce-success-response {color:#529214; display:none;}
#mc_embed_signup label.error {display:block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;}
@media (max-width: 768px) {
	#mc_embed_signup_scroll { display: flex; }
	.header-form-mv {padding: 0 20px}
   /* #mc_embed_signup input.email {width:100%; margin-bottom:5px;}
    #mc_embed_signup .clear {display: block; width: 100% }
    #mc_embed_signup .button {width: 100%; margin:0; }*/

    .inner-banner { margin: 0 0 30px 0 }
    .advertisebox { padding: 0; }

    .mobile-show {display: block;}
    .mobile-hide {display: none;}
}


/* MailChimp Form Embed Code - Horizontal Super Slim - 12/16/2015 v10.7
Adapted from: http://blog.heyimcat.com/universal-signup-form/ */

#footer-embed {max-width: 460px; margin: auto; border-bottom: 1px solid #000}
#footer-embed #mc_embed_signup form {text-align:center; padding:10px 0 10px 0;}
#footer-embed .mc-field-group { display: inline-block; } /* positions input field horizontally */
#footer-embed #mc_embed_signup input.email {font-family:"Open Sans","Helvetica Neue",Arial,Helvetica,Verdana,sans-serif; font-size: 15px; border: 1px solid #ABB0B2;  -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; color: #343434; background-color: #fff; box-sizing:border-box; height:32px; padding: 0px 0.4em; display: inline-block; margin: 0; width:350px; vertical-align:top; padding-left: 0;}
#footer-embed #mc_embed_signup input.email { border:none; }
#footer-embed #mc_embed_signup label {display:block; font-size:16px; padding-bottom:10px; font-weight:normal;}
#footer-embed #mc_embed_signup .clear {display: inline-block;} /* positions button horizontally in line with input */
#footer-embed #mc_embed_signup .button {font-size: 13px; border: none; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; letter-spacing: .03em; color: #fff; background-color: #aaa; box-sizing:border-box; height:32px; line-height:32px; padding:0 18px; display: inline-block; margin: 0; transition: all 0.23s ease-in-out 0s;}
#footer-embed #mc_embed_signup .button {background: #EB5336;
border-radius: 0;
padding: 0px 20px;}
#footer-embed #mc_embed_signup .button:hover {background-color:#000; cursor:pointer;}
#footer-embed #mc_embed_signup div#mce-responses {float:left; top:-1.4em; padding:0em .5em 0em .5em; overflow:hidden; width:90%;margin: 0 5%; clear: both;}
#footer-embed #mc_embed_signup div.response {margin:1em 0; padding:1em .5em .5em 0; font-weight:bold; float:left; top:-1.5em; z-index:1; width:80%;}
#footer-embed #mc_embed_signup #mce-error-response {display:none;}
#footer-embed #mc_embed_signup #mce-success-response {color:#529214; display:none;}
#footer-embed #mc_embed_signup label.error {display:block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;}
@media (max-width: 768px) {
    #footer-embed #mc_embed_signup input.email {width:100%; margin-bottom:5px; border-bottom: 1px solid #000; border-radius: 0; margin-bottom: 15px;}
    #footer-embed #mc_embed_signup .clear {display: block; width: 100% }
    #footer-embed #mc_embed_signup .button {width: 100%; margin:0; }
    #footer-embed { margin-left: 20px; margin-right: 20px; border:none; }
    #footer-embed #mc_embed_signup_scroll { display: block; }
    #footer-embed br { display: none; }
}

/*Subscription form css - KK */
#ti-subscribe-form .ti-form-wrapper {
	border-top-width: 3px;
    padding-top: 35px;
    padding-right: 35px;
    padding-bottom: 35px;
    padding-left: 35px;
    background-color: #f2f5f7;
    border-top-color: #eb5336;
    border-top-style: solid;
}

#ti-subscribe-form .ti-form-fields{
	display: flex;
    max-width: none!important;
    align-items: center;
    justify-content: space-evenly;
}

#ti_mc_embed_signup {
    clear: left;
    font: 14px Helvetica,Arial,sans-serif;
}

#ti_mc_embed_signup form label {
    display: none !important;
}

/* #ti-heading h3 {
	font-size: 16px !important;
    margin: 0 0 4px;
} */

#ti-heading p {
	flex-grow: 1;
    font-size: 14px;
    margin-bottom: 0;
}

#ti_mc_embed_signup input.email{
	font-family: "Open Sans","Helvetica Neue",Arial,Helvetica,Verdana,sans-serif;
    font-size: 15px;
    border: none;
    color: #a59797;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 5px;
    background: transparent;
    /* color: #343434; */
    /* background-color: #fff; */
    /* box-sizing: border-box; */
    height: 32px;
    padding: 0px 10px;
    /* display: inline-block; */
    /* margin: 0; */
    width: 350px;
    /* vertical-align: top; */
    /* padding-left: 0;*/
}

#ti_mc_embed_signup_scroll {
	display: flex;
    align-items: center;
	border: 1px solid;
    border-radius: 41px;
    padding: 5px;
}

#ti_mc_embed_signup .button{
	background: #EB4D36;
    border-radius: 0;
    padding: 0px 20px;
	background: #EB5336;
    border-radius: 8;
    border-radius: 24px;
    color: #fff;
    padding: 12px 18px;
    letter-spacing: 1px;
    border: none;
    text-transform: uppercase;
}

#mc_embed_signup .sp-mc-embedded-subscribe{
	margin:0 !important;
}
#sp_mc_embed_signup .button{
	background-color: #EB4D36;
    border: 0;
    color: #fff;
/*     border-radius: 5px; */
    font-weight: 700;
    padding: 11px 35px;
    letter-spacing: 2px;
    font-size: 14px;
}

#sp_mc_embed_signup .button:hover{
	background-color: #1C1A1A;
}

@media (max-width: 767px ) and (min-width: 410px){
	#ti-subscribe-form .ti-form-fields {
    display: block;
	}

	.ti-form-fields{
		text-align: center;
	}
	.ti_mc_embed_signup_scroll {
		max-width: none!important;
		align-items: center;
		justify-content: space-between;
    }
	#ti_mc_embed_signup_scroll{
		    margin-top: 15px;
		    width: 320px;
	}
	#ti_mc_embed_signup .button{
		    padding: 12px 10px;
	}
	#ti-subscribe-form .ti-form-wrapper{
		padding-top: 30px;
		padding-right: 50px;
		padding-bottom: 35px;
		padding-left: 25px;
	}
}

@media (max-width: 400px){
	#ti-subscribe-form .ti-form-fields{
		display:block;
		text-align:center;
	}
	#ti-subscribe-form .ti-form-wrapper{
		padding:35px;
	}
	#ti_mc_embed_signup_scroll {
		margin-top: 15px;
		display: block;
		border:0;
    }
	#ti_mc_embed_signup input.email{
		background: #fff;
		border: 1px solid #e0e0e0;
		border-radius: 0;
		padding: 7px 14px;
		height: 40px;
		outline: none;
		font-size: 14px;
		font-weight: 300;
		margin: 0;
		width: 100%;
		max-width: 100%;
		transition: .25s ease;
		box-shadow: none;
	}
	#ti_mc_embed_signup .button{
		margin: 0.5em auto!important;
		border-radius: 0;
		width: 100%!important;
	}
}
/* @media (min-width: 768px){
	#ti_mc_embed_signup{
		width:47%;
	}
} */

/*Subscription form css - KK */

/*advertisment  page css start here*/

section#advertisment { position: relative; }
#advertisment .about_content h1 { font-size: 66px;  font-weight: bold; font-family: 'NeueHaasUnicaW1G';}
.advertisment-banner{ height: 400px; display: flex; align-items: center;background-size: cover;}
/* #advertisment .about_content h1.font-change {      font-family: 'Lora-Regular',sans-serif;} */
.banner-logo img { width: 100%; max-width: 122px; }
 .banner-logo { text-align: center; position: relative;margin-top: -63px;}
#pe_frontier { padding-top: 7rem; padding-bottom: 4rem;}
#pe_frontier .pe_frontier-text.text-center h2 { font-size: 66px; font-weight: bold; margin-bottom: 2rem; font-family: 'NeueHaasUnicaW1G';}
#pe_frontier .pe_frontier-text.text-center { width: 100%; max-width: 959px; margin: 0 auto 5rem;}
#pe_frontier .pe_frontier-text.text-center h3 { font-family: 'Lora-Regular',sans-serif; font-size: 29px;}

.pe_iresearch-text { background: #f0f3f6; padding: 1.5rem 2rem; margin-bottom: 7rem;}
.pe_iresearch-text .iresearch-wrap { display: flex; width: 77%; margin-left: auto; margin-right: auto; flex-wrap: wrap; justify-content: space-between;}
.pe_iresearch-text .iresearch-wrap .iresearch-logo { width: 34%;}
.pe_iresearch-text .iresearch-wrap .iresearch-logo img{ width: 100%;}
.pe_iresearch-text .iresearch-wrap .power-by { text-align: center; width: 60%;margin:19px;}
.pe_iresearch-text .iresearch-wrap .power-by h3 { font-weight: bold; font-size: 31px; margin-bottom: 0.5rem}
.pe_iresearch-text .iresearch-wrap .power-by p { font-family: 'SofiaPro',sans-serif; font-size: 19px; line-height: 1.3; width: 88%; margin: 0 auto;}

#pe_partners .partners_content, #pe_frontier .te_topics, #pe_frontier .te_expertise { border-top: solid 2px #e8442f; padding-top: 1.5rem;}
#pe_partners .partners_content h2, #pe_frontier .te_topics h2, #pe_frontier .te_expertise h2 { font-weight: bold; font-size: 50px; margin-bottom: 2rem;}
#pe_frontier .te_topics ul li, #pe_frontier .te_expertise ul li { font-family: 'Lora-Regular',sans-serif; font-size: 29px;}
#pe_frontier .te_topics ul { display: flex; flex-wrap: wrap;}
#pe_frontier .te_topics ul li { width: 50%;}
#pe_frontier .te_expertise ul {display: flex;flex-wrap: wrap;}
#pe_frontier .te_expertise ul li {width: 50%;}
#pe_partners { padding-top: 2rem; padding-bottom: 6rem;}
#pe_partners .partners_content .partners_images ul { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;}
#pe_partners .partners_content .partners_images ul li { width: 21%; padding: 15px; text-align: center;}
#pe_partners .partners_content .partners_images ul li img { max-width: 90%; height: auto;}
#pe_opportunities, #pe_our_audience { background-repeat: no-repeat; background-size: cover;}
#pe_opportunities .about_content.space, #pe_our_audience .about_content.space { min-height: 400px; align-items: center;}
#pe_opportunities .about_content.space h1, #pe_our_audience .about_content.space h1 { color: #fff; font-size: 66px;  font-weight: bold;}

.pe_opportunities_content .te_opportunities, section.pe_our_audience_content .te_our_audience { text-align: center; max-width: 943px; margin: 0 auto; margin-bottom: 3rem; position: relative;}
.pe_opportunities_content, section.pe_our_audience_content { padding-top: 6rem; padding-bottom: 8rem;}
.pe_opportunities_content .te_opportunities h4, section.pe_our_audience_content .te_our_audience h4 { font-family: 'SofiaPro-Bold',sans-serif; text-transform: uppercase; font-size: 18px; margin-bottom: 1rem;}
.pe_opportunities_content .te_opportunities h1, section.pe_our_audience_content .te_our_audience h1 { font-size: 66px;  font-weight: bold; margin-bottom: 1.2rem;}
.pe_opportunities_content .te_our_audience.text h2, section.pe_our_audience_content .te_our_audience h2 { font-family: 'Lora-Regular',sans-serif;}
.pe_opportunities_content .te_our_audience.text:before, section.pe_our_audience_content .te_our_audience.text:before { content: ""; width: 80px; height: 4px; background: #e8442f; position: absolute; top: 0; left: 0; right: 0; margin: 0 auto;}
.pe_opportunities_content .te_our_audience.text, section.pe_our_audience_content .te_our_audience.text { padding-top: 2rem; position: relative;}
.pe_opportunities_content .te_our_audience.text {  max-width: 603px; margin: auto; margin-bottom: 3rem;}
.pe_opportunities_content .te_our_audience.list ul, .te_our_audience .te_our_audience.list ul { display: flex; flex-wrap: wrap; justify-content: space-between;}
.pe_opportunities_content .te_our_audience.list ul li, .te_our_audience .te_our_audience.list ul li { width:50%; text-align: left; font-weight: 600; color: #000; font-size: 31px; font-family: 'NeueHaasUnica-Medium'; padding-bottom: 0.3rem; position: relative; display: flex; align-items: center;}
.pe_opportunities_content .te_our_audience.list ul li:before, .te_our_audience .te_our_audience.list ul li:before { content: ""; width: 8px; height: 8px; background: #e8442f; display: inline-block; border-radius: 50%; margin-right: 9px;}
section.pe_our_audience_content .te_our_audience .te_our_audience.list { text-align: center; max-width: 942px; margin: 0 auto; margin-bottom: 3rem;}
section.pe_reach{ background-image: url(../images/map-img.jpg);	 background-repeat: no-repeat; background-size: contain; background-position: center; padding-bottom: 4rem;}
.pe_reach .tp_reach { display: flex; justify-content: space-between; margin-bottom: 3rem; align-items: end;}
.pe_reach .tp_reach h1 { font-weight: bold; font-size: 50px; margin-bottom: 0rem}
.pe_reach .tp_reach p { font-family: 'Lora-Regular',sans-serif;}
.pe_reach .row h1 { border-top: solid 2px #e8442f; padding-top: 1.5rem; font-weight: bold; font-size: 45px; }
.pe_reach ul.location { display: inline-block; width: 100%;}
.pe_reach ul.location li { display: flex; align-items: center; font-family: 'Lora-Regular',sans-serif; margin-bottom:0.5rem;}
.pe_reach ul.location li p, .pe_reach ul.location li h3 { font-family: 'Lora-Regular',sans-serif; color: #000; font-size: 32px; width: 35%;}
.pe_reach ul.location li p{ width: auto; }
.seniority-sec .seniority-wrap { display: flex; flex-wrap: wrap; width: 100%;}
.seniority-sec .seniority-wrap .col1 { width: 34.333%;}
.seniority-sec .seniority-wrap .col1:nth-child(2) { width: 50%;}
.seniority-sec .seniority-wrap .col1:nth-child(3) { width: 15%;}
.seniority-sec { margin-bottom: 6rem; margin-top: 5rem; } .seniority-sec .seniority-wrap .Manage { background: #a3a3a3; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; border-bottom: solid 2px #fff; padding: 1.7rem 0;}
.seniority-sec .seniority-wrap .level { background: #f6b5ac; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; padding: 1rem 0;}
.seniority-sec .seniority-wrap .Other { background: #e3e3e3; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; border-left: solid 2px #fff; height: 100%;}
.seniority-sec .seniority-wrap .Director { background: #e8442f; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; border-right: solid 2px #fff; height: 100%;}
.seniority-sec .seniority-wrap h3 { font-weight: 600; width: 100%;}
.seniority-sec .seniority-wrap span.per { font-size: 25px; font-family: 'NeueHaasUnica-Regular';}
.pe_reach .age-wrap { display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 2.5rem; align-items: end;}
.pe_reach .age-wrap .age-image { width: 58%;}
.pe_reach .age-wrap .age-image img { width: 100%; }


.pe_reach .age-wrap .age_repeater { width: 31%; margin-left: auto; }
.pe_reach .age-wrap .age_repeater ul { display: inline-block; width: 100%; }
.pe_reach .age-wrap .age_repeater ul li { width: 100%; display: flex; align-items: center; margin-bottom: 1.2rem; }
.pe_reach .company-wrap .company_repeater ul li h3,
.pe_reach .age-wrap .age_repeater ul li h3 { font-weight: 600; width: 50%; font-size: 22px; }





.pe_reach .company-wrap .company_repeater ul li span,
.pe_reach .age-wrap .age_repeater ul li span { font-family: 'NeueHaasUnica-Regular'; font-size: 22px; }

.pe_reach .company-wrap {     /*display: flex;
    align-items: center;
    margin-top: 1rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 87%;
    /* margin-bottom: 4rem;*/ 
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 2.5rem;
    align-items: end;
}
.pe_reach .company-wrap .company-image { width: 63%; padding-right: 20px; margin-right: auto; margin-left: auto; }
.pe_reach .company-wrap .company_repeater { width: 42%; margin-left: 35px; }
.pe_reach .company-wrap .company_repeater ul li { display: flex; position: relative; align-items: center; margin-bottom: 1.2rem; }
.pe_reach .company-wrap .company_repeater ul li:before { width: 30px; content: ""; height: 22px; background: #e8442f; border-radius: 5px; margin-right: 14px; }

.pe_reach .company-wrap .company_repeater ul li:before{ background: #e8442f; }
.pe_reach .company-wrap .company_repeater ul li.Medium:before { background: #a3a3a3; }
.pe_reach .company-wrap .company_repeater ul li.Small:before { background: #f6b5ac; }
.pe_reach .company-wrap .company_repeater ul li.Enterprise:before { background: #e3e3e3; }


.opportunities-sec .opportunities-wrap { display: flex; flex-wrap: wrap; }

.opportunities-sec .opportunities-wrap .opportunities-image { width: 50%; }
.opportunities-sec .opportunities-wrap .opportunities-content { width: 50%; background: #f0f3f6; display: flex; justify-content: center; align-items: center; flex-direction: column; }
.opportunities-sec .opportunities-wrap .opportunities-content h2 { font-weight: 600; font-size: 45px; margin-bottom: 1.5rem; }

.opportunities-sec .opportunities-wrap .opportunities-content .contant-mid {width: 72%;}
.opportunities-sec .opportunities-wrap .opportunities-content .contant-mid p { font-family: 'SofiaPro',sans-serif; font-size: 18px; margin-bottom: 2rem; }
.opportunities-sec .opportunities-wrap .opportunities-content .contant-mid ul li { font-family: 'NeueHaasUnica-Medium'; color: #000; font-size: 17px; display: flex; align-items: center; }
.opportunities-sec .opportunities-wrap .opportunities-content .contant-mid ul li:before { content: ""; width: 8px; height: 8px; background: #e8442f; display: inline-block; border-radius: 50%; margin-right: 9px; }



.opportunities-sec .opportunities-wrap .opportunities-content .contant-mid ul { margin-bottom: 1.5rem; }
.opportunities-sec .opportunities-wrap .opportunities-content .contant-mid a { background: #e8442f; padding: 11px 21px; display: inline-block; color: #fff; }

.opportunities-sec .opportunities-wrap:nth-child(6) .opportunities-content,
.opportunities-sec .opportunities-wrap:nth-child(4) .opportunities-content,
.opportunities-sec .opportunities-wrap:nth-child(2) .opportunities-content { order: -1; }


section.pe_packages { padding-top: 5.5rem; padding-bottom: 3.5rem; }

.pe_packages .te_packages{     text-align: center; padding-bottom: 6rem;}
.pe_packages .te_packages p { font-family: 'SofiaPro-Bold',sans-serif; text-transform: uppercase; font-size: 18px; margin-bottom: 1rem; }

.pe_packages .popular-text{background: #e8442f; width: 100%; display: block; position: absolute; top: 0; left: 0; right: 0; text-align: center; color: #fff; font-size: 28px; font-family: 'SofiaPro-Bold',sans-serif; padding: 8px 0;}


.pe_packages .te_packages h1 { font-size: 66px;  font-weight: bold; margin-bottom: 1.2rem; }
.pe_packages .packages-price .price-section { display: flex; flex-wrap: wrap; justify-content: space-between; margin-bottom: 2.5rem; }
.pe_packages .packages-price .price-section .price-mid { width: 31.333%; background: #f0f3f6; border-top: solid 5px #e8442f; padding: 2rem 2.5rem; }
.pe_packages .packages-price .price-section .price-mid h2 { font-size: 39px;  font-weight: bold; margin-bottom:0.4rem; }
.pe_packages .packages-price .price-section .price-mid p { font-family: 'SofiaPro',sans-serif; color: #000; font-size: 17px; line-height: 1.2; margin-bottom: 1rem; width: 100%; text-align: left; }


.pe_packages .packages-price .price-section .price-mid ul li { font-family: 'NeueHaasUnica-Medium'; color: #000; font-size: 16px; margin-bottom: 1rem; font-weight: normal; }
.pe_packages .packages-price .price-section .price-mid ul { min-height: 265px; margin-top: 2rem; }
.pe_packages .packages-price .price-section .price-mid ul li:before { content: "\2713"; color: #e8442f; margin-right: 8px; font-family: 'NeueHaasUnica-Medium'; font-weight: 900; }
.pe_packages .packages-price .price-section .price-mid a { background: #e8442f; padding: 11px 21px; display: inline-block; color: #fff; }
.pe_packages .packages-price .price-section .price-mid:nth-child(2) { border: solid 2px #e8442f; position: relative; padding-top: 5.5rem; margin-top: -59px; }



.pe_packages .packages-price p { text-align: center; font-family: 'SofiaPro',sans-serif; color: #000; font-size: 18px; line-height: 1.2; margin-bottom: 1rem;  margin-left: auto; margin-right: auto; max-width: 813px;}
.pe_packages .packages-price { border-bottom: solid 3px #f0f3f6; padding-bottom: 2rem; }



section#te_form { padding-top: 0; }
section#te_form h2 { text-align: center; font-size: 66px;  font-weight: bold; margin-bottom: 3.2rem; position: relative; padding-bottom: 1.5rem; }
section#te_form h2:before { content: ""; width: 80px; height: 4px; background: #e8442f; position: absolute; bottom: 0; left: 0; right: 0; margin: 0 auto; }
section#te_form form { text-align: left; }
section#te_form form .mc-field-group label { font-weight: normal; font-family: 'SofiaPro',sans-serif; margin-bottom: 0px; }
section#te_form form .mc-field-group input { border: solid 1px #d7dfe7; height: 51px; border-radius: 0px; width: 100%; }
section#te_form form input[type=submit] { background: #e8442f; border-radius: 0px; width: 250px; height: 57px; font-family: 'NeueHaasUnica-Medium'; font-size: 18px; }


section.pe_our_audience_content .te_our_audience.our_team .te_our_audience.plugged-block.list {
    display: flex;
    flex-wrap: wrap;
    padding-left: 20%;
}
section.pe_our_audience_content .te_our_audience.our_team .te_our_audience.plugged-block.list ul {
    width: 50%;
}


section.pe_our_audience_content .te_our_audience.our_team .te_our_audience.plugged-block.list ul li {
    width: 100%;
}



/* .page-template-partners_redevelopment_tpl .footer,
.page-template-about_redevelopment_tpl .footer {
    margin: 0px;
} */



/* about-redevelopment */
.research-lead { font-family: 'NeueHaasUnica-Medium'; max-width: 962px; text-align: center; margin: auto; margin-bottom: 80px; }
.research-lead h3{font-size:48px; font-weight:bold;}


.te_approach{}
.te_approach h2{font-family: 'Lora-Medium',sans-serif;font-size: 48px;font-weight: bold;margin-top: 30px;}
.te_approach p{font-family: 'NeueHaasUnica-Medium';padding-top: 11px;}

.te_our_value { font-size: 34px; font-family: 'Lora-Regular',sans-serif; margin-top: 60px; }
.te_our_value p { }

.power-count { display: flex; justify-content: space-evenly; flex-wrap: wrap; margin-top: -40px; }
.power-count .count { width: 33%; margin-top: 40px; }
.power-count .count h2 { font-family: 'NeueHaasUnica-Medium' !important; color: #e8442f; font-size: 67px; }
.power-count .count p { font-family: 'SofiaPro',sans-serif; font-size: 18px; font-weight: bold; margin-top: 7px; }

.action-link { display: inherit; width: 100%; text-align: center; flex-wrap: wrap; margin: 35px 0; }
.action-link .button{ background: #e8442f; color: #FFF; padding: 10px 0; display: inline-block; margin: 10px; width: 100%; max-width: 198px;}
.action-link .button:hover{background: #1C1A1A;color: #FFF; }



.team-page{ display: flex; width: 100%; flex-wrap: wrap;padding-bottom: 60px; }
.team-page .block{ padding: 0 15px; margin-top: 40px; width: 33.333%; position: relative; }
.team-page .block .author{ width: 130px; height: 130px; border-radius: 100px; overflow: hidden; }
.team-page .block h3{ border-top: none; font-size: 25px; font-weight: bold; margin-top: 20px; padding-top: 15px;max-width: 152px;
    width: auto; }



.team-page .block h3:before {
    content: "";
    border-top: solid #e8442f;
    position: absolute;
    width: 93%;
    margin-top: -18px;
}

.team-page .block p{ margin-top: 8px; }
.team-page .block .lindin-logo{ margin: 15px 0; }
.team-page .block .lindin-logo img{ max-width: 81px; }


.heading-h1 { font-size: 55px;  margin-bottom: 1.2rem; font-weight: bold; font-family: 'NeueHaasUnica-Medium'; color: #1C1A1A; }
.advert-bg { background: #eb5336; }
.advert-bg .advert-block{ text-align: center; padding: 27px 0 42px 0; }
.advert-bg .advert-block h4 { color: #FFF; font-size: 45px; display: inline-block; vertical-align: text-top; }
.advert-bg .advert-block a{ background: #1c1a1a; font-weight: normal; color: #FFF; font-size: 15px; display: inline-block; padding: 10px 26px; vertical-align: middle; margin: 0 0 0 20px; }


.location-image {display: block; margin-left: auto; margin-right: auto; width: 55%;}

.advert-bg+link+style+.footer { margin-top: 0; }

section#advertisment { height: 400px; display: flex; align-items: center; }


.plugged-block.list { padding-left: 21%; }



#mc_embed_signup_scroll .indicates-required {
    margin-bottom: 1.5rem;
    color: #e8442f;
}


#mc_embed_signup_scroll .mc-field-group {
    width: 100%;
    margin-bottom: 1.6rem;
}





section.pe_our_audience_content .te_our_audience .te_our_audience.list{
    padding-left: 10%;
}

.pe_opportunities_content .te_opportunities .te_our_audience.list{
 padding-left: 7%;

}
section.space p {
	text-align:center;
}
.col-md-12.power-sub-description {
    padding-bottom: 50px;
}

/* Search form*/
#mc_embed_signup form label {
    display: none !important;
}
#mc_embed_signup .search-submit {
    background: #EB5336;
    border-radius: 0;
    padding: 5px 20px;
    color: #fff;
    border: 1px solid #EB5336;

}
#mc_embed_signup .search-submit:hover {
    background-color: #000;
    border: 1px solid #000;
    cursor: pointer;
}
#mc_embed_signup input#search-form-1, input#search-form-2 {
    padding: 4px;
    -webkit-appearance: auto !important;
}
/*Search form end*/


/*Start Change Search form ID and class 28-feb-22*/
.head_search .mc_embed_signup_header form{border-bottom: 1px solid #1C1A1A;padding: 9 0 9px !important;}
.head_search .mc_embed_signup_header input.email { border:none;  }

.head_search form input[type="text"] {width: 414px;border: 0;background: url(../images/search-icon.svg) no-repeat center right #fff;background-size: 16px;text-align: center;font-family: 'NeueHaasUnica-Regular';font-size: 16px;color: #1C1A1A;}


.head_search .mc_embed_signup_header .button { background: #EB5336; border-radius: 0; padding: 0px 20px;}
.head_search .mc_embed_signup_header .button:hover,
.head_search .mc_embed_signup_header .button:hover { background: #000; }

/* MailChimp Form Embed Code - Horizontal Super Slim - 12/16/2015 v10.7
Adapted from: http://blog.heyimcat.com/universal-signup-form/ */
.header-form-mv .head_search {display: none;}
.mc_embed_signup_header form {text-align:center; padding:10px 0 10px 0;}
.mc-field-group { display: inline-block; } /* positions input field horizontally */
.mc_embed_signup_header input.email {font-family:"Open Sans","Helvetica Neue",Arial,Helvetica,Verdana,sans-serif; font-size: 15px; border: 1px solid #ABB0B2;  -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; color: #343434; background-color: #fff; box-sizing:border-box; height:32px; padding: 0px 0.4em 0px 0; display: inline-block; margin: 0; width:350px; vertical-align:top;}
.mc_embed_signup_header label {display:block; font-size:16px; padding-bottom:10px; font-weight:normal;}
.mc_embed_signup_header .clear {display: inline-block;} /* positions button horizontally in line with input */
.mc_embed_signup_header .button {font-size: 13px; border: none; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; letter-spacing: .03em; color: #fff; background-color: #aaa; box-sizing:border-box; height:32px; line-height:32px; padding:0 18px; display: inline-block; margin: 0; transition: all 0.23s ease-in-out 0s;}
.mc_embed_signup_header .button:hover {background-color:#777; cursor:pointer;}
.mc_embed_signup_header div#mce-responses {float:left; top:-1.4em; padding:0em .5em 0em .5em; overflow:hidden; width:90%;margin: 0 5%; clear: both;}
.mc_embed_signup_header div.response {margin:1em 0; padding:1em .5em .5em 0; font-weight:bold; float:left; top:-1.5em; z-index:1; width:80%;}
.mc_embed_signup_header #mce-error-response {display:none;}
.mc_embed_signup_header #mce-success-response {color:#529214; display:none;}
.mc_embed_signup_header label.error {display:block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;}

/* Search form*/
.mc_embed_signup_header form label {
    display: none !important;
}
.mc_embed_signup_header .search-submit {
    background: #EB5336;
    border-radius: 0;
    padding: 5px 20px;
    color: #fff;
    border: 1px solid #EB5336;

}
.mc_embed_signup_header .search-submit:hover {
    background-color: #000;
    border: 1px solid #000;
    cursor: pointer;
}
.mc_embed_signup_header input#search-form-1, input#search-form-2 {
    padding: 4px;
    -webkit-appearance: auto !important;
}
/*End Change Search form ID and class 28-feb-22*/

/* sponsors lead form styles start - 10-06-2022 */

.sp-content-box{border-right: 3px solid #EB4D36;}
.sp-content-box .sp-content-button{border: none;background: #EB4D36;color: #fff;padding: 8px 15px;font-weight: 700;letter-spacing: 2px;margin-bottom: 29px;text-transform: uppercase;}
.sp-content{padding: 0px 79px 27px 0px;font-weight: 700;font-size:17px;}
.sp-form-head{font-size: 16px;padding: 0px 28px;}
.heading1{font-size: 61px;padding-bottom: 10px;}
.sp_mc_embed_signup .sp-mc-field-group .sp-input-field {color: #1f252b;width: 100%;/*background: #ffeae699;*/padding: 12px 16px;border-radius: 5px;border: 0;}
#mc_embed_signup form{padding:0}
#mc-embedded-subscribe{margin:0 !important}
#mc_embed_signup_scroll .mc-field-group {width: 100%;/* margin-bottom: 1.6rem; */}
#mc_embed_signup .mc-field-group{padding:0}
#mc_embed_signup_scroll .mc-field-group{margin-bottom:0}
#sp_mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {border: 2px solid #e85c41; margin:0}
#sp_mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {display: inline-block;padding: 0 10px;font-size: 14px;font-weight: normal;z-index: 1;color: #e85c41;}
#mc_embed_signup_scroll .mc-field-group {width: 100%;}
.sp_mc_embed_signup_scroll {padding: 22px 40px 30px 40px;}
.sp_mc_embed_signup{margin: 0 30px 0 30px;padding: 10px;background: #f2f5f7;border-top: 3px solid #f3b2b2;border-radius: 5px;}
#sp_mc_embed_signup #mce-success-response {
    color: #34b42d !important;
    font-weight: 300 !important;
    letter-spacing: 1px !important;
    width: 100% !important;
    padding-left: 1px !important;
}
.ti-pp-input{margin-left: 15px;}
.ti-pp{font-size: 13px; margin-left: 10px;}

@media (max-width: 768px) {
	.sp-content-box{text-align:center;border:0}
	.heading1{font-size:35px; padding:0}
	.sp-content { padding: 0; font-weight: 500; font-size: 17px;}
	.sp-content-box .sp-content-button {font-size:11px;}
	.sp-form-head {font-size: 13px;padding: 10px 15px;text-align: center;}
	.sp_mc_embed_signup{margin:0}
	.sp_mc_embed_signup_scroll {display: block !important; padding: 20px 25px 0 25px;}
	#sp_mc_embed_signup .button { width : 100%; }
}

/* sponsors lead form styles end - 10-06-2022 */

/* Terms & Condition Start - 17-06-2022 */
.ires_static_wrap .list_wrap {
    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: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.ires_static_wrap .list_wrap .left {
    width: 25%;
}
.ires_static_wrap .list_wrap .left ul {
    padding: 0px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2;
}
.ires_static_wrap .list_wrap .left ul li {
    line-height: 26px;
    font-size: 15px;
    padding: 0px;
    background-color: #3bc9f2;
}
.list_wrap ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.ires_static_wrap .list_wrap .left ul li a {
    color: #fff;
    display: block;
    padding: 10px;
}
.list_wrap ul li:after{
	background: transparent !important;
}
.ires_static_wrap .list_wrap .right {
    width: 72%;
}
.newtermsheading ol {
    padding: 10px 0 0 0;
    font-size: 14px;
}
.ires_static_wrap .list_wrap .right .ttl_lgl {
    padding: 5px 5px 5px 30px;
    border: 1px solid #3bc9f2;
    background-color: #3bc9f2;
    color: #fff;
    font-size: 20px;
    line-height: 35px;
    margin-bottom: 10px;
}
.tablebox {
    background-color: #f8f8f8;
    padding: 20px;
    margin: 20px 0;
    width: 100%;
	float:left;
}
.tablebox .block {
    border-bottom: 1px solid #cecece;
    margin: 0 0 20px;
}
.tablebox .block ul {
    list-style-type: lower-roman;
    list-style-position: inside;
    padding-left: 10px;
}
.ires_static_wrap ul {
    padding: 0 0 25px;
}
.newtermsheading ol {
    padding: 10px 0 0 0;
    font-size: 14px;
}

/* Terms & Condition End - 17-06-2022 */

/* Section navigation */

	#section-nav{
		margin-top: 22%;
	}

/* Flipping Book Section Start - 24-06-2022 */

.page-content {
  display: grid;
  grid-gap: 1rem;
  padding: 7px;
  margin: 0 auto;
  font-family: var(--font-sans);
}
@media (min-width: 600px) {
  .page-content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 800px) {
  .page-content {
    grid-template-columns: repeat(4, 1fr);
  }
}

.card {
  position: relative;
  display: flex;
  overflow: hidden;
  padding: 1rem;
  width: 100%;
  text-align: center;
  color: whitesmoke;
  border: 1px solid rgba(0, 0, 0, 0);
}
@media (min-width: 600px) {
  .card {
    height: auto;
  }
}

.card .content-overlay {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  height: 99%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.card:hover .content-overlay {
  opacity: 1;
}

.card:hover .overlay {
  top: 50%;
  left: 50%;
  opacity: 1;
}

.content:hover .content-overlay {
  opacity: 1;
}

.ad-13830{
    pointer-events: none !important; 
    background: transparent !important;
}

.content:hover .content-details {
  top: 50%;
  left: 50%;
  opacity: 1;
}

.title:hover .content-details {
  top: 50%;
  left: 50%;
  opacity: 1;
}

.content {
  position: relative;
  width: auto;

}

.content p{
	margin:0;
}

.content .content-overlay {
  background: rgb(0 0 0 / 85%);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.content-image {
  width: 100%;
}
.image-shadow {
  box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
}


.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.content-details p {
  color: #fff;
  padding: 10px;
  text-align: left;
  font-size: 16px;
  line-height: 20px;
}

.resource-btn {
  width: 60px;
  height: 60px;
  inset: 0px;
  margin: auto;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIxLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA1MCA1MCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTAgNTA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7b3BhY2l0eTowLjk7fQoJLnN0MXtmaWxsOm5vbmU7c3Ryb2tlOiNGRkZGRkY7c3Ryb2tlLXdpZHRoOjI7fQo8L3N0eWxlPgo8ZyBpZD0iUGFnZS0xIj4KCTxnIGlkPSJWaWV3LUljb24iIHRyYW5zZm9ybT0idHJhbnNsYXRlKC02NC4wMDAwMDAsIC04NS4wMDAwMDApIj4KCQk8ZyBpZD0iX3gzMV8uLXZpZXciIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIwLjAwMDAwMCwgMjAuMDAwMDAwKSI+CgkJCTxnIGlkPSJHcm91cC00IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0NC4wMDAwMDAsIDY1LjAwMDAwMCkiPgoJCQkJPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMS4wMDAwMDAsIDkuMDAwMDAwKSIgY2xhc3M9InN0MCI+CgkJCQkJPHBhdGggaWQ9IlJlY3RhbmdsZV8yXyIgY2xhc3M9InN0MSIgZD0iTTEzLDdIMkMxLjQsNywxLDcuNCwxLDh2MThjMCwwLjYsMC40LDEsMSwxaDI1YzAuNiwwLDEtMC40LDEtMVY4YzAtMC42LTAuNC0xLTEtMWgtMi43CgkJCQkJCSIvPgoJCQkJCTxwYXRoIGlkPSJSZWN0YW5nbGVfMV8iIGNsYXNzPSJzdDEiIGQ9Ik0xNCw2LjZ2MTkuOGwxMC01VjEuNkwxNCw2LjZ6Ii8+CgkJCQk8L2c+CgkJCTwvZz4KCQk8L2c+Cgk8L2c+CjwvZz4KPC9zdmc+Cg==);
  background-position: center center;
  transition: all 0.3s ease 0s;
  transform: scale(0.9);
  will-change: transform;
  border-radius: 100%;
  background-color: rgb(235 83 54);
  opacity: 0.8;
}

.resource-btn:hover {
  transform: scale(1);
  opacity: 1;
  cursor: pointer;
}

.mdp-title > h4::before {
  background-color: #999999;
  content: "";
  height: 1px;
  left: -45px;
  position: absolute;
  top: 12px;
  width: 33px;
}

.mdp-title > h4 {
  color: #999999;
  font-size: 18px;
  text-align: left;
  margin-bottom: 6px;
  position: relative;
}

.mdp-title {
  margin: 15px 0 0 50px;
}

@media (max-width: 768px) {
	.resource-container {display:block !important;}
	.card {padding:0;}
}
/* Flipping Book Section Start - 24-06-2022 */

/* Top-right Social Icons Start - 27-06-2022 */

.ti-social-icons ul {display: flex; margin-right: 10px;}
.ti-social-icons ul li {padding: 3px;}
.ti-social-icons li .dashicons, .dashicons-before:before {transition: color 0s ease-in;}
/* .ti-social-icons li:hover {border: 2px solid #eb5336; border-radius: 13px; width: 35px;}  */
@media (max-width: 768px) {
	.ti-social-icons {position: absolute;top: 4px;right: 6px; }
	.ti-social-icons img {width: 25px !important;}
	.ti-social-icons ul {margin-top: 3px;}
}

/* Top-right Social Icons End - 27-06-2022 */

/* Sponsor Ribbon Start - 12-07-2022 */
.ribbon-corner {
    background-image: linear-gradient(90deg, #eb5336 76%, rgb(255 145 124) );
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-clip-path: var(--tor-ribbon-polygon);
    clip-path: var(--tor-ribbon-polygon);
    transform: rotate(var(--tor-ribbon-rotate)) translateY(var(--tor-ribbon-translateY)) translateX(var(--tor-ribbon-translateX)) !important;
    transform-origin: var(--tor-ribbon-origin) !important;
    width: calc( (var(--tor-ribbon-size) + 1em) * 2);
    height: 30px;
}

.ribbon-corner {
    --tor-ribbon-size: 39px;
    --tor-ribbon-rotate: 45deg;
    --tor-ribbon-translateX: 50%;
    --tor-ribbon-translateY: calc((var(--tor-ribbon-size) + 16px) - 100%);
    --tor-ribbon-origin: 100% 0%;
    --tor-ribbon-polygon: polygon(0% 100%, 50% calc(100% - (var(--tor-ribbon-size) + 1em)), 100% 100%);
}

.ribbon-corner{
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.ribbon-text{
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.7px;
}
/* Sponsor Ribbon End - 12-07-2022 */

/* Videos Section Start - 13-07-2022 */
.video-content{
    position: relative;
    text-align: center;
    color: white;
}
.video-preview-image{
    opacity: 0.2;
/*     filter: blur(5px); */
}
.centered {
    position: absolute;
    top: 30%;
    font-size: 20px;
    font-weight: 600;
    color: #eb5336;
    left: 50%;
    transform: translate(-50%, -50%);
}
.video-card{
    background: rgb(0 0 0 / 85%);
}
.video-preview-logo{
	width: 40px;
    border-radius: 20px;
}
.img-empty{
	margin-top:15px;
	color:#fff;
}
.video-short-desc{
	color: #1C1A1A;
    text-align: left;
    padding: 10px 6px;
}

/* Videos Section End - 13-07-2022 */

.sidebar-ad-image{
	margin-bottom:30px;
}

@media (min-width: 768px) {
	.sidebar-mobile {
		display:none !important;
	}
	.ad-text-styles{
		text-align: center;
        font-size: 12px;
	}
}

@media (max-width: 768px) {
	.sidebar-area{
		display:none !important;
	}
	.sidebar-mobile .ad-text-styles{
		font-size: 12px;
		text-align: center;
		margin-bottom: 5px;
	}
	.sidebar-mobile .sidebar-ad-mobile{
		margin-bottom: 30px;
		text-align: center;
	}

}

/* Webinar-Block */
@media (max-width: 768px) {
.webinar-desktop-show {
	display:none;
}
}
@media (min-width: 768px) {
.webinar-mobile-show{
	display:none;
}
}

.webinar-feature-card .ribbon-corner {
    right: 20px;
}

/* Editorial Team */

.editorial-team .editorial-block h3 {border-top: none;font-size: 25px;font-weight: bold;margin-top: 20px;padding-top: 15px;width: auto;}
.editorial-team .editorial-block {padding: 0 15px;margin-top: 40px;width: 24.333%;position: relative;}
.editorial-team {display: flex;width: 100%;flex-wrap: wrap;padding-bottom: 60px;}
.editorial-team .editorial-block .lindin-logo img {max-width: 81px;}
.editorial-team .editorial-block h3:before {content: "";border-top: solid #e8442f;position: absolute;width: 93%;margin-top: -18px;}
.editorial-team .editorial-block .author { width: 130px;height: 130px;border-radius: 100px;overflow: hidden; }
.editorial-team .editorial-block p{ margin-top: 8px; }
.editorial-team .editorial-block .lindin-logo{ margin: 15px 0; }
.editorial-team .editorial-block .lindin-logo img{ max-width: 81px; }

/* Editorial Team */

.web-arrow ul li + li:nth-child(2):after
{display:none}

/* webinar transform item */

.webinar-wrapper {
    position: relative;
    width: 100%;
}

.section_title {
    margin-top: 2.7rem;
    margin-bottom: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.webinar-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}

.webinar-left-banner {
    background: #C4C4C4;
    position: relative;
    overflow: hidden;
    width: 59.7%;
	border: 1px solid #135eeb;
    border-right: 0;
}

.webinar-left-banner:before {
    content: '';
    display: block;
    padding-bottom: 82.4%;
    padding-bottom: 62.4%;
}

.webinar-left-banner img {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.webinar-content-block {
    height: 26rem;
    position: relative;
    z-index: 2;
	border: 1px solid #135eeb;
	border-left: 0;
    background: -webkit-linear-gradient(357.97deg, #f2f5f7 7.07%, #f2f5f7 100%);
    background: -o-linear-gradient(357.97deg, #f2f5f7 7.07%, #f2f5f7 100%);
    background: linear-gradient(92.03deg, #f2f5f7 7.07%, #f2f5f7 100%);
    color: #fff;
    width: 60%;
    padding: 1.8rem 4rem;
}

.cats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -0.1rem -1.5rem 0 0;
    padding-bottom: 1.1rem;
}
.cats_item {
    border: 1px solid #0f62f4;
    margin: 0.5rem 1.5rem 0rem 0;
    display: inline-block;
    font-weight: bold;
    padding: 10px 10px;
    line-height: 1.8;
    font-size: 10px;
    text-transform: uppercase;
    color: #000000;
	background-color: #0f62f4;
}

.webinar-main-title {
    overflow: hidden;
    max-height: 22.2rem;
    color: #000;
    line-height: 1.12;
    margin: 20px 0px 5px;
    padding-bottom: 0;
	font-family: 'IBM Plex Sans', sans-serif;
	font-weight:300;
	line-height:40px;
	color:#282828;
	font-size:30px
}
.tag-item {
	position: absolute ;
    background: #eb5336 ;
    color: #fff;
    padding: 5px 10px;
/*     top: 10px; */
    left: 10px;
}
.title-blue{
	color:#0f62f4;
	font-weight:600;
}

.webinar-txt {
    font-size: 32px;
    line-height: 130%;
	font-weight: 700;
	font-family: 'IBM Plex Sans', sans-serif;
    overflow: hidden;
    margin: 1rem 0;
	color: #000;
}

.webinar-cats .link-view {
    color: #fff;
}

.link-view {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    font-size: 12px;
    line-height: 160%;
    text-transform: uppercase;
    color: #ffffff;
}

.webinar-content-block:after {
	margin-right: -1px;
    content: '';
    position: absolute;
    right: 100%;
    top: 50%;
    border: 2.2rem solid transparent;
    margin-top: -3.2rem;
    border-right-color: #f2f5f7;
}
.clearfix:after, .wrapper:after, .row:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.webinar-cats .link-view span {
    color: #fff;
	margin-left: 10px;
}

.webinar-stripe{
	--tor-ribbon-size: 39px;
    --tor-ribbon-rotate: 45deg;
    --tor-ribbon-translateX: 50%;
    --tor-ribbon-translateY: calc((var(--tor-ribbon-size) + 16px) - 100%);
    --tor-ribbon-origin: 100% 0%;
    --tor-ribbon-polygon: polygon(0% 100%, 50% calc(100% - (var(--tor-ribbon-size) + 1em)), 100% 100%);
	display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
	background-image: linear-gradient(90deg, #eb5336 76%, rgb(255 145 124) );
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-clip-path: var(--tor-ribbon-polygon);
    clip-path: var(--tor-ribbon-polygon);
    transform: rotate(var(--tor-ribbon-rotate)) translateY(var(--tor-ribbon-translateY)) translateX(var(--tor-ribbon-translateX)) !important;
    transform-origin: var(--tor-ribbon-origin) !important;
    width: calc( (var(--tor-ribbon-size) + 1em) * 2);
    height: 30px;
}

.ibm-logo{
	width: 80px;
}

@media (min-width: 768px){
.tag-item {
	top:10px
}
}

@media (max-width: 768px) {
.webinar-section{
	display:block;
}

.webinar-left-banner {
    width: 100%;
	border: 1px solid #135eeb;
    border-bottom: 0;
}

.webinar-left-banner:before {
    padding-bottom: 62.4%;
}

.webinar-content-block {
    padding: 2rem 1.5rem 2.5rem;
	width: 100%;
	height: auto;
	border-top: 0;
	border-left: 1px solid #135eeb;
}
.webinar-main-title {
    font-size: 2rem;
    line-height: 35px;
}
.webinar-content-block:after{
	display:none;
}
	.tag-item{
	font-size: 12px;
    padding: 0px 6px;
	bottom: 0 !important;
	}
}

/* webinar-transform item*/

/*  */
.intro-section {
  background: linear-gradient(to right, #F2F5F7, #F2F5F7);
/*   padding: 10rem 0 0 0; */
  width: 100%;
  min-height: 100vh;
}

.display-2 {
    margin-bottom: 1rem;
    font-family: 'NeueHaasUnicaW1G';
}

.display-2--intro {
    display: inline-block;
    font-weight: 700;
    font-family: "NeueHaasUnicaW1G";
}

.display-2--description {
    font-size: 1rem;
    display: block;
    margin-top: 1.2rem;
    text-transform: none;
}

.lh-base {
    line-height: 1.5 !important;
}

.display-2 {
    font-size: calc(1.575rem + 3.9vw);
    font-weight: 300;
    line-height: 1.2;
}

.btn-rounded {
    position: relative;
    padding: 10px 20px;
    font-weight: 700;
    margin: 0;
	text-align:left;
    border: 0.1rem solid rgb(163 158 158 / 60%);
    background-color: #fff;
    display: block;
	width:100%;
}

.rounded-pill {
    border-radius: 10px;
}

.btn-rounded span {
    position: absolute;
    background-color: #da6142;
    top: 50%;
    color: #fff;
    font-weight: 300;
	font-size:15px;
    right: 5px;
    padding: 6px 15px;
    transform: translateY(-50%);
    border-radius: 20px;
}

@media (max-width: 520px) {
.intro-section {
	padding: 3rem 0 0 0;
}
.page-template-Landing-page .header-form-mv{
	display:none;
}
}

.page-id-7651 .ti-form-wrapper {
	display:none !important;
}

.page-id-2153 .ti-form-wrapper {
	display:none !important;
}

.page-template-templatesLanding-page-php .ti-form-wrapper {
	display:none !important;
}

.page-id-8059 #header, .page-id-8920 #header{
	display:none !important;
}

@media (max-width: 480px) {
.page-id-8059 .header-form-mv {
	display:none !important;
}
	.sc-logo-align {
		margin-bottom:30px;
	}
}

@media (min-width: 768px) {
.btn-rounded {
	width: 80%;
}
}
/* landing-page */
.dark-background {
	background-color: black;
}
.dark-color {
	color:black !important;
}

.hero {
    width: 100%;
    height: 100vh;
    background: linear-gradient(to right, #F2F5F7, #F2F5F7);
}

.bg-orange{
	background-color:#EB4D36;
}

.landing-page-orange .white-heading {
	color:#ffffff;
}

.btn-background {
	background-color :#fff;
}

.short_description {
	font-size:21px;
}

.lp_heading {
	font-size: 60px;
    font-weight: 300;
    line-height: 1.2;
}
.logo-align {
	margin-left: 10rem;
}

#lp_mc_embed_signup input.email {
    font-size: 15px;
    border: none;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 5px;
    background: transparent;
    padding: 0px 10px;
    width: 219px;
}

#lp_mc_embed_signup_scroll {
    display: flex;
    align-items: center;
    border: 1px solid #fff;
    border-radius: 41px;
    padding: 5px;
	width: 453px;
}

#lp_mc_embed_signup .button {
	border-radius: 0;
    padding: 0px 20px;
    background: #000;
    border-radius: 8;
    border-radius: 24px;
    color: #fff;
    padding: 10px 18px;
    letter-spacing: 1px;
    border: none;
}

#lp_mc_embed_signup_scroll {
    display: flex;
    align-items: center;
    border: 1px solid #fff;
    border-radius: 41px;
    padding: 5px;
}

.orange{
	background:#eb5737 !important;
}

.black{
	color:#000;
}

@media (max-width: 540px) {
	.section-reverse {
		display:flex;
		flex-direction:column-reverse;
	}
	.team-image {
		border-bottom: 2px solid #eb4f34;
	}
}
@media (max-width: 350px ) {
	.lp_heading {
		font-size: 31px;
	}
	#lp_mc_embed_signup_scroll {
		margin-top: 15px;
		display: block;
		border: 0;
	}
	#lp_mc_embed_signup input.email {
		border: 1px solid #e0e0e0;
		border-radius: 0;
		padding: 7px 14px;
		height: 40px;
		font-size: 14px;
		font-weight: 300;
		margin-bottom: 10px;
		width: 230px;
	}
	#lp_mc_embed_signup .button{
		border-radius: 0;
		width: 230px;
	}
}
@media (min-width: 351px ) and (max-width: 420px ) {
	.lp_heading {
		font-size: 40px;
	}
	#lp_mc_embed_signup_scroll {
		width: 340px;
	}
	#lp_mc_embed_signup input.email {
		font-size: 12px;
		    width: 160px;
	}
	#lp_mc_embed_signup .button{
		padding: 8px 12px;
		font-size: 12px;
	}
}
@media (min-width: 425px ) and (max-width: 765px ) {
	.lp_heading {
		font-size: 45px;
	}
	#lp_mc_embed_signup_scroll{
		width: 360px;
	}
	#lp_mc_embed_signup input.email{
		width: 170px;
	}
	#lp_mc_embed_signup .button{
		font-size: 12px;
		padding: 8px 18px;
	}
}

/* Resource Page Styles */

.section-title {
	border-top: 3px solid #1C1A1A;
    padding: 24px 0;
    justify-content: space-between;
}

.section-body{
    margin-bottom: 30px;
}

/* New team styles */

.dark-theme-team{
	background-color:#1C1A1A;
	/* background: linear-gradient(70deg, #1c75ba 0%,#092048 100%); */
	padding: 20px;
}
.dark-theme-team .section-heading{
	font-size: 55px;
    margin-bottom: 1.2rem;
    font-weight: bold;
    font-family: 'NeueHaasUnica-Medium';
    color: #ffffff;
}
.dark-theme-team .content-white{
    margin-bottom: 1.2rem;
    color: #ffffff;
}
.dark-theme-team .top-heading h3{
	font-weight: bold;
	color: #ffffff;
}
.dark-theme-team .caption{
	font-weight: bold;
	color: #eb4f34;
}
.dark-theme-team .team-content{
	font-size: 16px;
}
#team-partnership-carousel .carousel-team-content{
	color:#918a8a;
	font-size: 15px;
}

.profile_name {
	font-size: 25px;
}
.profile-social-linkedin img{
	width:80px !important;
	margin:auto;
}

/* team-4column */


/* Utilities */
.auto-grid {
  display: grid;
/*   grid-template-columns: repeat(
    auto-fill,
    minmax(var(--auto-grid-min-size, 14rem), 1fr)
  );
  grid-gap: var(--auto-grid-gap, 0); */
  grid-template-columns: auto auto auto auto;
  grid-gap: 25px;
  padding: 0;
}

.team-member{
   background:#f5f9fa;
   text-align:center;
   padding:15px 10px;
}

.flow > * + * {
  margin-top: var(--flow-space, 1em);
}

/* Composition */
.team {
  --flow-space: 2em;
}

/* Blocks */
.profile {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  aspect-ratio: 1/1;
  position: relative;
  padding: 1.5rem;
  color: #ffffff;
  backface-visibility: hidden;
  text-decoration: none;
  overflow: hidden;
}

.profile::before,
.profile::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  /*inset: 0;*/
  top: 0;
  left: 0;
}

.profile::after {
  background: linear-gradient(
    45deg,
    hsl(5 97% 63% / 0.7) 0,
    hsl(5 97% 63% / 0) 100%
  );
  opacity: 1;
  transition: 300ms opacity linear;
}

.profile > * {
  z-index: 1;
}

.profile img {
  width: 100%;
/*   height: 100%; */
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
/*   z-index: -1; */
  object-fit: cover;
  filter: grayscale(1);
  transition: filter 200ms ease, transform 250ms linear;
}

.profile h2,
.profile p {
  transform: translateY(2ex);
}

.profile h2 {
  font-size: 1.7rem;
  color: #fff;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.03ch;
  transition: 300ms transform ease;
}

.profile p {
  font-size: 1.2rem;
  font-weight: 500;
}

.profile p {
  opacity: 0;
  transition: 300ms opacity linear, 300ms transform ease-in-out;
}

.profile:focus {
  outline: 0.5rem solid white;
  outline-offset: -0.5rem;
}

.profile:hover :is(h2, p),
.profile:focus :is(h2, p) {
  transform: none;
}

.profile:hover::after,
.profile:focus::after,
.profile:hover::before,
.profile:focus::before {
  opacity: 0.7;
}

.profile:hover p,
.profile:focus p {
  opacity: 1;
  transition-delay: 200ms;
  font-weight: 900;
}

.profile:hover img,
.profile:focus img {
  filter: grayscale(0);
  transform: scale(1.05) rotate(1deg);
}

/* Flipboard button */
.flipboard-image{
	background: #1c1a1a;
	width:22px;
}
.flipboard-image:hover {
	background: transparent !important;
}

/* Special Report */
.sr_heading {
    font-size: 54px;
    font-weight: 300;
    line-height: 1.2;
}

.sr_mc_embed_signup_scroll {
	width:378px !important;
}

@media (min-width: 425px) and (max-width: 765px) {
	.sr_mc_embed_signup_scroll {
    width: 304px!important;
	}
}

@media (min-width: 351px) and (max-width: 420px) {
	.sr_mc_embed_signup_scroll {
    width: 283px!important;
	}
}

.report-detail-section {
    padding: 60px 0;
    position: relative;
}

.shadow {
    box-shadow: 0 0 3px rgb(60 72 88 / 15%) !important;
}

/* .key-list {
	columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
} */

.custom-pattern{
	font-size: 43px !important;
    background: #f2f5f7;
    width: auto !important;
    padding: 13px;
    height: auto !important;
    color: #e84d37;
}

.sr_short_description {
    font-size: 24px;
}

.para-desc {
	font-size:18px;
}
.service-content{
	margin-left: 15px;
}

.report-title {
	font-size: 35px;
    border-left: 6px solid #EB5336;
}

.report-tilte-mr {
	margin-left:10px;
}

.text-orange {
    color: #EB5336!important;
	margin-right: 10px;
}

.section-border-box {
	margin: 40px 40px 0px 40px;
    padding: 16px 15px;
    border: 1px solid #eef4f7;
}

.cts-typeform{
	height:530px;
}

.alert-coupon {
	border: 1px dashed;
}

.alert-warning {
    background-color: #fcf8e3;
    color: #8a6d3b;
}

.custom-ribbon-align {
	--tor-ribbon-translateX: 37% !important;
    --tor-ribbon-translateY: calc((var(--tor-ribbon-size) + 31px) - 100%) !important;
}
.border-right {
    border-right: 1px solid #0c5460!important;
}

.offer-card-info {
	color: #221e20;
/*     background-color: #f2f5f7; */
}

/* Landing page video background section */

/* .overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  background: rgba(0,0,0,0.6);
/*   background: linear-gradient(to right , rgb(42, 40, 95) , rgb(0, 160, 172) 100%);
} */

#overlay {
	position: absolute;
    width: 100%;
    height: 9.04%;
    top: 0;
    background: linear-gradient(to right , rgb(255 200 189) , rgb(168 88 91) 100%);
    opacity: 0.8;
}

#front {
	position: absolute;
    left: 120px;
    top: 100px;
}

/* video tag */
.hero-video-background {
  height: 100vh;
  position: relative;
}
video {
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  background: #161c2d;
  opacity: 0.8;
}
.home-content {
	position: relative;
	z-index: 3;
}
.home-content h1 {
  font-family: Playfair Display, serif;
  text-align: center;
  text-transform: uppercase;
  font-size: 85px;
  line-height: 1.1;
}
.middle-line {
  height: 200px;
  width: 2px;
  background: #fff;
  margin: 40px auto;
}
.home-content button {
  display: block;
  font-size: 20px;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  background: transparent;
  color: #fff;
  margin: 50px auto 0;
  padding: 16px 30px;
  cursor: pointer;
}

.home-content .left-persona {
	padding : 0px 52px;
}

.vlp-button{
	background: #e8442f;
    padding: 11px 21px;
    display: inline-block;
    color: #fff;
}
.vlp-button:hover {
	background-color: #1C1A1A !important;
	color: #fff;
}

.form-block-background {
	background-color: #b34c38ad;
    padding: 30px;
}

.heading-underline:before {
	content: "";
    width: 80px;
    height: 4px;
    background: #fff;
    position: absolute;
    top: 110px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

/* video lp - media queries  */
@media (max-width: 768px) {
	.section-hide-mobile {
		display:none;
	}
	.hero-section-mobile {
		height:auto !important;
	}
	.section-padding {
		padding-bottom:30px !important;
	}

}
@media (min-width: 300px) {
.page-template-video-bckgrd-lp header {
		display: none !important;
}
.page-template-video-bckgrd-lp #ti-subscribe-form{
		display:none;
	}
}
/* Datadog page styles */

.datadog-body-section2 .speaker--with-bio img {
    width: 100px;
    height: auto;
	margin: 10px;
	border-radius: 50px;
}
.font-weight-semibold {
    font-weight: 600!important;
}
.datadog-body-section2 .speaker--with-bio .font-16 {
    line-height: 20px!important;
}

.datadog-container-background {
	background-image: url(https://techinformed.com/wp-content/uploads/2022/10/201007_webinar_fieldevent_desktop.webp);
	background-size: cover;
}

.summary {
    font-weight: 200;
    font-size: 21px;
    line-height: 28px;
}

#datadog-body-section1 .summary-title .schedule-date-time pt-2 {
	color: #632ca6;
}

#datadog-header .datadog-header-h1 {
	font-weight: 200;
    letter-spacing: 0;
	color: #fff;
	font-family: 'SofiaPro-Light',sans-serif;
}

@media (min-width: 768px) {
.datadog-left-block {
	padding: 80px;
	background: #f0f5ff;
}
.datadog-summary-tag {
	font-size: 43px;
    line-height: 1.2;
	font-weight: 600;
	margin-top: 15px;
	color: #2360d2;
}
.summary-title {
	font-size: 24px;
    border-left: 18px solid #2360d2;
    padding: 6px 10px;
}
.schedule-date-time {
	background: #c6dafd;
    color: #1c1a1a;
    padding: 25px;
    font-size: 25px;
    margin-top: 20px;
	}
#datadog-header .datadog-header-h1 {
	font-weight: 200;
    font-size: 68px;
    line-height: 68px;
}
	.summary {
		padding:30px;
	}
}
@media (min-width: 300px) and (max-width:765px) {
	.datadog-body-section2 .speaker--with-bio {
		border: 1px solid #c7c7c7;
	}
	.datadog-left-block,.summary-title,.datadog-summary-tag {
		color:#632ca6;
		font-weight: 600;
		font-size: 28px;
	}
	.datadog-left-block,.schedule-date-time {
		color:#632ca6;
		font-weight: 200;
		font-size: 28px;
	}
}
@media (min-width: 300px) {
.page-template-datadog .navigation_outer {
		display: none !important;
}
.page-template-datadog #ti-subscribe-form{
		display:none;
	}
.page-template-datadog .header-form-mv {
		display:none;
	}
	.datadog-header-h1 {
		font-size: 38px;
		line-height: 42px;
	}
}

/* New LP Mockup - styles */

@media (min-width: 300px) {
	.page-template-landing-page-mouckup #header,.page-template-landing-page-mouckup #ti-subscribe-form, .page-template-landing-page-mouckup .header-form-mv {
		display: none !important;
	}
}

@media (max-width: 350px) {
	.mc-field-group-ad-lp input {
		border-radius: 0 !important;
		padding-right: 30px !important;
	}
	#mc-embedded-subscribe-ad-lp {
		position: static !important;
		width:100% !important;
		padding: 10px 30px !important;
		border-radius : 0 !important;
		margin: 10px 0 !important;
	}
}

@media (min-width: 768px) {
	.mc-field-group-ad-lp input{
		width:80% !important;
	}
	#mc-embedded-subscribe-ad-lp {
		right: 134px !important;
	}
}

.mc-field-group-ad-lp input {
	padding: 15px 20px;
    width: 100%;
    color: #ffffff !important;
    outline: none !important;
    padding-right: 136px;
    background-color: transparent;
    border-radius: 30px;
    border: 1px solid white;
}

#mc-embedded-subscribe-ad-lp {
	position: absolute;
    width: auto;
    right: 29px;
    color: #fff;
    background: #eb5636;
    bottom: 8px;
    border-radius: 20px;
    border: none;
    padding: 8px 37px;
}

/* contact page */
	.contact-page-style {
		color:blue;
	}

	.contact-page-style:hover {
		color:#EB5336;
		text-decoration: underline;
	}

/* generic special report */

/* podcast-banner */
@media only screen and (min-width: 480px)  {
	.podcast-banner-hmp-m, .ti-jounery-top-banner-m {display:none !important}
}

@media screen and (max-width: 480px) {
	/* .podcast-banner-hmp, .themed_week_active {display:none !important} */
	.ti-jounery-top-banner-d { display:none; }
	.ti-jounery-top-banner-m { height: 70px;background-position: center;background-size: contain;background-repeat: no-repeat;}
}

.page-id-5489 #ti-subscribe-form{
	display: none;
}
