/**
Theme Name: Eventastic Child
Theme URI: https://themeforest.net/item/eventastic-multipurpose-theme-for-events-classes/20611610
Author: Daniel S.
Author URI: https://themeforest.net/user/elbisnero
Description: The Eventastic Theme allows you to create your own website for events, workshops, classes, concerts and much more.
Version: 1.1.5
Tags: two-columns, left-sidebar, right-sidebar, flexible-header, custom-colors, custom-menu, featured-images, full-width-template, post-formats, theme-options, rtl-language-support
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: eventastic
Template:     eventastic
*/

.ny-sponser-latham{margin-top:20px;}
.ny-sponser-vettry{margin-top:20px;}
.three-grids-demo-section img {
    margin: 10px;
    width: 27%;
}
.alignnone.wp-image-3798.kindur {
    width: 168px;
}

/********* FINTECH INVESTOR SERIES LANDING EXTRA CSS ***********/

.title-underline {
  background-image: url("https://empirestartups.com/wp-content/uploads/2021/06/mc_underline.png");
  background-position: 0 1.2em;
  background-size: 100%;
  background-repeat: no-repeat;
}


*, *:before, *:after {
  box-sizing: inherit;
}

.pricing-background {
  padding: 0 25px 25px;
  position: relative;
  width: 100%;
}

.pricing-background::after {
  content: '';
  background: #60a9ff;
  background: -moz-linear-gradient(top, #60a9ff 0%, #4394f4 100%);
  background: -webkit-linear-gradient(top, #60a9ff 0%,#4394f4 100%);
  background: linear-gradient(to bottom, #60a9ff 0%,#4394f4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#60a9ff', endColorstr='#4394f4',GradientType=0 );
  height: 103%;
  border-radius: 22px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}


/***************************/
.form__tab_ninja {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0;
    justify-content: space-between;
}
.form__tab_ninja li {
    display: flex;
}
.form__tab_ninja a.btn {
    border-radius: 3px;
    padding: 20px;
		line-height: 1.2;
    background: #efefef;
    box-shadow: none;
    color: #777;
    font-weight: 500 !important;
    text-transform: none;
    width: 130px;
    white-space: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}
.form__tab_ninja a.btn:hover, .form__tab_ninja a.active_tab.btn {
    background: #00deff;
    color: #fff;
}
.contact_ninja {
    max-width: 80%;
    margin: 0 auto;
    padding: 40px 0;
}
.contact_ninja input[type=text], .contact_ninja input[type=email], .contact_ninja input[type=date],.contact_ninja input[type="tel"] {
    border-color: #fff !important;
    padding: 20px !important;
    font-size: 16px;
}
.contact_ninja label {
    color: #000;
}
.contact_ninja  .ninja_btn {
    text-align: right;
}
.page-id-29 .entry-content h1 {
    padding-bottom: 40px;
    margin-top: 20px;
    margin-bottom: 10px;
    display: block;
}
.page-id-29 section#main-content {
    padding-top: 40px;
}
.contact_ninja input[type="button"] {
    padding: 10px 20px !important;
	line-height: normal;
}
.contact_ninja .nf-error-msg, .contact_ninja .ninja-forms-req-symbol {
    font-size: 14px;
}
.contact_ninja input[type="button"] {
    border: none;
    cursor: pointer;
}
.contact_ninja input[type="button"]:hover {
    background: #121212 !important;
	color:#fff;
}
.nf-field-container.textarea-container.label-above.txt_area {
    display: none;
}
.contact_ninja_btn {
    text-align: right;
}
.contact_ninja .nf-field-element select {
    padding: 0;
	font-weight: bold;
}




@media (min-width: 900px) {
  .pricing-background {
    padding: 0 0 25px;
  }
}

.container {
  margin: 0 auto;
  padding: 0px 0 0;
  max-width: 1024px;
  width: 100%;
}

.panel {
  background-color: #fff;
  border-radius: 10px;
  padding: 15px 25px;
  position: relative;
  width: 100%;
  z-index: 10;
}

.paneldark {
background: rgb(250,250,250);
background: linear-gradient(45deg, rgba(250,250,250,1) 0%, rgba(250,250,250,1) 77%);
  border-radius: 0px;
  padding: 15px 25px;
  position: relative;
  width: 100%;
  z-index: 10;
}

.pricing-table {
  display: flex;
  flex-direction: column;
}


@media (min-width: 900px) {
  .pricing-table {
    flex-direction: row;
  }
}

.pricing-table * {
  text-align: center;
  text-transform: uppercase;
}

.pricing-plan {
  border-bottom: 1px solid #e1f1ff;
}

.pricing-plan:last-child {
  border-bottom: none;
}

@media (min-width: 900px) {
  .pricing-plan {
    border-bottom: none;
    border-right: 1px solid #e1f1ff;
    flex-basis: 100%;
    padding: 25px 50px;
  }

.pricing-plan-no-border {
    border-bottom: none;
    border-right: 0px solid #e1f1ff;
    flex-basis: 100%;
    padding: 25px 50px;
  }

  .pricing-plan:last-child {
    border-right: none;
  }
}

.pricing-img {
  margin-bottom: 25px;
  max-width: 100%;
}

.pricing-header {
  color: #000;
  letter-spacing: 1px;
  text-align: center;
	margin:0 auto;
}

.pricing-features {
  color: #5c5c5c;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 50px 0 25px;
  list-style-type: none;
}

.pricing-features-item {
  border-top: 1px solid #e1f1ff;
  font-size: 17px;
  line-height: 1.5;
  padding: 15px 0;
  font-family:'Poppins';
  font-weight:400;
}

.pricing-features-item:last-child {
  border-bottom: 1px solid #e1f1ff;
}

.pricing-price {
  color: #9200d1;
  display: block;
  font-size: 32px;
  font-weight: 700;
  font-family:'Poppins'
}

.diversity-title {
  color: #000000;
  display: block;
  font-size: 18px;
  font-weight: 500;
  font-family:'Poppins';
  margin-left: auto;
  margin-right: auto;
  max-width: 320px;
}

.pricing-button {
  border: 1px solid #9dd1ff;
  border-radius: 10px;
  color: #348EFE;
  display: inline-block;
  margin: 25px 0;
  padding: 15px 35px;
  text-decoration: none;
  transition: all 150ms ease-in-out;
}

.pricing-button:hover,
.pricing-button:focus {
  background-color: #e1f1ff;
}

.pricing-button.is-featured {
  background-color: #48aaff;
  color: #fff;
}

.pricing-button.is-featured:hover,
.pricing-button.is-featured:active {
  background-color: #269aff;
}


/********* ADS LANDING EXTRA CSS ***********/
.ads-footnote {
      max-width: 220px;
      margin-left: auto;
      margin-right: auto;
      text-align: center;
      font-size: 0.8125rem; }

.ads-type-large {
    font-weight: bold;
    font-size: 3.125rem;
    margin-bottom: 10px;
    color: #0a083b; }

.hr-ads {
  border-top: 1px solid rgba(10, 8, 59, 0.08);
}

.comparison-table{
  border-collapse:collapse;
  font-family:Poppins;
  font-size:13px;
  color:#666;
  font-weight:300;
  padding:10px;
}
.comparison-table .empty-cell{
  border:none;
  background:none;
}
.comparison-table td,
.comparison-table th{
  padding:10px 15px;
  border:1px solid #eaeaea;
  min-width:130px;
  max-width:650px;
  text-align:center;
}
.comparison-table .comparison-table-section-header td{
  font-weight:600;
  font-size:13px;
  padding-top:20px;
  color:#222;
  text-transform:uppercase;
  background:#f6f6f6;
  letter-spacing:1px;
}
.comparison-table .comparison-table-desc{
  display:block;
  font-size:11px;
  color:#aaa;
  max-height:0;
  overflow:hidden;
  margin:0;
}

.comparison-table th{
  background:#f9f9f9;
  font-weight:500;
  text-transform:uppercase;
  color:#666;
  padding-top:20px;
  padding-bottom:20px;
  letter-spacing:2px;
  font-size:14px;
}
.comparison-table .comparison-table-pro{
  background:#2ecc71;
  color:white;
  border-color:#2ecc71;
}
.comparison-table td:first-child{
  text-align:left;
}
.comparison-table .fa-check{
  color:#7ab55c;
}
.comparison-table .fa-close{
  color:#b55c68;
}

/********* NEWSLETTER LANDING FORM CSS ***********/
.nlform-subtitle{
    font-family: Poppins;
    font-size: 25px;
    font-weight: 400;
    line-height: 1.5;
    padding-bottom: 10px;
	padding-left: 14px;
}
.nlform-title{
    font-family: Montserrat;
    font-weight: 800;
    font-size: 52px;
    line-height: 1;
    padding-bottom: 25px;
    color: #303669;
	padding-left: 14px;
}
.nlform-title-text{
    font-family: Poppins;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
    padding-bottom: 15px;
	padding-left: 14px;
}

.nlform-card-h2{
    color: #303669;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 18px;
    line-height: 3;
}

.nlform-card-p{
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    font-family: Poppins;
    font-weight: 300;
}   

    .nlform-card{
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

.page-id-20586 .site-footer { display: none; }

/********* JOB LISTINGS BLOG ***********/
article.blogjobs-job-card {
  display: grid;
  grid-template-columns: 80px auto 100px;
  grid-template-rows: 35px 10px 35px;
  width: 100%;
  position: relative;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  font-family: 'Helvetica';
  padding: 24px;
}

article.blogjobs-job-card-home {
  display: grid;
  grid-template-columns: 80px auto;
  grid-template-rows: 35px 10px 35px;
  width: 100%;
  position: relative;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  font-family: 'Helvetica';
  padding: 13px;
}

article.blogjobs-job-card-ad {
  display: grid;
  grid-template-columns: 80px auto 100px;
  grid-template-rows: 35px 10px 35px;
  width: 100%;
  position: relative;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  font-family: 'Helvetica';
  padding: 24px;
  background: url(https://empirestartups.com/wp-content/uploads/2020/08/flame.png) bottom right no-repeat;
  background-position: 95% 230%;
}

article.blogjobs-job-card:hover,
article.blogjobs-job-card:focus {
  background-color: rgba(0,166,194,.03);
    border-color: #b2e4ec;
}

.blogjobs-company-logo-img {
  grid-area: 1 / 1 / 2 / 2;
  background-color: #fff;
  border: 1px solid #e3e3e3;
  height: 80px;
  width: 80px;
  box-sizing: border-box;
  position: relative;
  padding: 5px;
}

.blogjobs-company-logo-img img {
  max-height: calc(100% - 10px);
  max-width: calc(100% - 10px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blogjobs-job-title {
  grid-area: 1 / 2 / 2 / 3;
  font-size: 16px;
  align-self: start;
  font-weight: 500;
  margin-top: 5px;
  padding: 0 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blogjobs-job-title-home {
  grid-area: 1 / 2 / 2 / 3;
  font-size: 16px;
  align-self: start;
  font-weight: 500;
  margin-top: 5px;
  padding: 0 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blogjobs-home-button {
  font-family: 'RobotoDraft', 'Roboto', sans-serif;
  text-transform: uppercase;
  text-align: center;
  outline: 0;
  background: #313131;
  width: 100%;
  border: 0;
  padding: 15px;
  color: #FFFFFF;
  font-size: 19px;
  cursor: pointer;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.jobs-home-card {
  position: relative;
  background: #fcfcfc;
  border-radius: 5px;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.blogjobs-company-name {
  grid-area: 2 / 2 / 3 / 3;
  align-self: center;
  font-size: 14px;
  color: #777;
  margin-bottom: 5px;
  padding: 0 24px;
}

.blogjobs-skills-container {
  grid-area: 3 / 2 / 4 / 3;
  align-self: center;
  padding-top: 10px;
  padding: 0 24px;
}

.blogjobs-skill {
  display: inline;
  color: #00a6c2;
  border-radius: 2px;
  background-color: rgba(0,166,194,.05);
  border: 1px solid rgba(0,166,194,.15);
  padding: 5px 8px;
  font-size: 12px;
}

button {
  display: block;
  width: 100%;
  cursor: pointer;
  border: 0;
  border-radius: 4px;
  font-size: 14px;
  padding: 6px 12px;
  z-index: 2;
}
.blogjobs-apply {
  grid-area: 1 / 3 / 2 / 4;
  background-color: #1ab059;
  color: #fff;
}
.blogjobs-save {
  grid-area: 3 / 3 / 4 / 4;
  background-color: #fff;
  border: 1px solid #a4a5a8;
  color: #777;
}

a.blogjobs {
  color: black;
}

.blogjobs-mobile-wrapper {
  margin-top: 50px;
  max-width: 400px;

}

.blogjobs-mobile-wrapper article {
  grid-template-columns: 60px auto;
  grid-template-rows: 35px 25px auto 40px;
  width: calc(100% - 32px);
  padding: 16px;
}

.blogjobs-mobile-wrapper .blogjobs-company-logo-img {
  grid-area: 1 / 1 / 3 / 2;
  height: 60px;
  width: 60px;
}

.blogjobs-mobile-wrapper .blogjobs-job-title {
  grid-area: 1 / 2 / 2 / 2;
  padding: 8px 16px 0 16px;
}

.blogjobs-mobile-wrapper .blogjobs-company-name {
  grid-area: 2 / 2 / 3 / 2;
  padding: 0 16px;
}

.blogjobs-mobile-wrapper .blogjobs-skills-container {
  grid-area: 3 / 1 / 4 / 3;
  padding: 16px 0;
}

.blogjobs-mobile-wrapper .blogjobs-btn-container {
  grid-area: 4 / 1 / 5 / 3;
  display: flex;
}

.blogjobs-mobile-wrapper .blogjobs-btn-container button {
  height: 38px;
  flex: 1;
  width: 0;
}

.blogjobs-mobile-wrapper .blogjobs-btn-container .blogjobs-apply {
    margin-right: 10px;
}

/********* TODAY EVENTS LIST CSS *********/
article.blogjobs-job-card-events {
  display: grid;
  grid-template-columns: 255px;
  grid-template-rows: 35px 10px;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #e3e3e3;
  font-family: 'Helvetica';
  padding: 13px;
  padding-top: 2px;
}

.blogjobs-job-title-events {
  grid-area: 1 / 1 / 1 / 1;
  font-size: 15px;
  align-self: start;
  font-weight: 500;
  margin-top: 2px;
  padding: 0 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blogjobs-company-events {
  grid-area: 2 / 1 / 2 / 1;
  align-self: center;
  font-size: 14px;
	padding: 0 5px;
  color: #777;
}

.blogjobs-skills-container-events {
  grid-area: 1 / 3 / 4 / 3;
  align-self: center;
  padding-top: 10px;
  padding: 0 10px;
}

.blogjobs-skill-events {
  display: inline;
  color: #00a6c2;
  border-radius: 2px;
  background-color: rgba(0,0,0,.05);
  border: 1px solid rgba(0,0,0,.15);
  padding: 5px 8px;
  font-size: 12px;
}

/********* TOP SECTORS LIST CSS *********/
.top-sectors-list {
  list-style: none;
  margin-left: 1em;
  counter-reset: line;
}

.top-sectors-list > li {
  position: relative;
  margin-bottom: 1.5em;
}

.top-sectors-list > li:before {
  position: absolute;
  left: -2.25em;
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 0.5em;
  background-color: #00deff;
  border-radius: 50%;
  color: #fff;
  text-align:center;
  line-height: 1.25em;
  counter-increment: line;
  content: counter(line);
}

/********* HIDE AVATAR *********/
.card-avatar {
  display: none;
}

.carousel .carousel-control-prev .fa, .carousel .carousel-control-next .fa {
	color: #000 !important;
}

/********* HIDE REQUIRED FIELDS LABEL *********/
.nf-form-fields-required {
  display: none;
}

/********* RESPONSIVE TABLE FOR VENTURE FUNDING PAGE ****************/
.funding-table {
  width: 100%;
  margin-bottom: 1.5em;
}
.funding-table thead {
  position: absolute;
  /* IE6, IE7 */
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.funding-table thead th {
  background-color: #fafafa;
  font-weight: bold;
  text-align: center;
  color: black;
}
.funding-table thead th:first-of-type {
  text-align: left;
}
.funding-table tbody,
.funding-table tr,
.funding-table th,
.funding-table td {
  display: block;
  padding: 0;
  text-align: left;
  white-space: normal;
}
.funding-table th,
.funding-table td {
  padding: .5em;
  vertical-align: middle;
}
.funding-table caption {
  margin-bottom: 1em;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
}
.funding-table tfoot {
  font-size: .8em;
  font-style: italic;
}
.funding-table tbody tr {
  margin-bottom: 1em;
  border: 0px solid #fafafa;
}
.funding-table tbody tr:last-of-type {
  margin-bottom: 0;
}
.funding-table tbody th[scope="row"] {
  background-color: #3c4858;
  color: white;
}
.funding-table tbody td[data-type=currency] {
  text-align: right;
}
.funding-table tbody td[data-title]:before {
  content: attr(data-title);
  float: left;
  font-size: .8em;
  color: rgba(94, 93, 82, 0.75);
}
.funding-table tbody td {
  text-align: right;
}
#mc_embed_signup {
  background: transparent !important;
}
#mc-embedded-subscribe-form input[type="email"] {
  float: left;
  margin-right: 40px !important;
  color: #60656f;
  font-size: 16px;
  font-weight: 400;
  font-family: Open Sans;
  background: #fff;
  border-style: solid;
  border-color: rgba(0,0,0,.35);
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-radius: 20px;
  display: block !important;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: 0;
  padding-top: 8px !important;
  padding-right: 12px !important;
  padding-bottom: 8px !important;
  padding-left: 12px !important;
  max-width: 100%;
  width: 40% !important;
}
#mc-embedded-subscribe-form input[type="submit"] {
  width: auto !important;
  padding: 8px 12px !important;
  float: left;
  clear: none;
  background: #ffffff;
  border-radius: 20px;
}
#mc_embed_signup_scroll {
  overflow: hidden;
}
#mc_embed_signup .mc-field-group.input-group {
    float: left;
    clear: none;
    padding-bottom: 0;
    min-height: unset;
    display: block;
    width: 100%;
}
body #mc_embed_signup .mc-field-group.input-group ul{
  width: 100%;
  text-align: center;
  padding: 0;
}
body #mc_embed_signup .mc-field-group.input-group ul li {
    display: inline-block !important;
    margin: 0;
    font-family: Open Sans;
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0px;
    text-transform: none;
    text-decoration: none;
    padding: 1%;
}
#mc_embed_signup .mc-field-group.input-group ul li input[type="radio"] {
  margin-right: 5px;
}
#mc_embed_signup .mc-field-group.input-group label {
  color: #ffffff;
}
body #mc-embedded-subscribe-form input[type=submit] {
    background: url(images/right_arrow.png) no-repeat;
    background-size: 15px;
    background-position: center;
    font-size: 0;
    padding: 6px 40px !important;
    background-color: #fff;
    height: auto;
}
body #mc-embedded-subscribe-form input[type=submit]:hover {
    background: url(images/right_arrow_hover.png) no-repeat #46d2e8 !important;
    background-size: 15px !important;
    background-position: center !important;
}
body #mc-embedded-subscribe-form input[type=email] {
    padding: 10px !important;
    height: auto;
}

@media (min-width: 52em) {
  .funding-table {
    font-size: .9em;
  }
  .funding-table thead {
    position: relative;
    clip: auto;
    height: auto;
    width: auto;
    overflow: auto;
  }
  .funding-table tr {
    display: table-row;
  }
  .funding-table th,
  .funding-table td {
    display: table-cell;
    padding: .5em;
  }

  .funding-table caption {
    font-size: 1.5em;
  }
  .funding-table tbody {
    display: table-row-group;
  }
  .funding-table tbody tr {
    display: table-row;
  }
  .funding-table tbody tr:nth-of-type(even) {
    background-color: rgba(94, 93, 82, 0.1);
  }
  .funding-table tbody th[scope="row"] {
    background-color: transparent;
    color: #3c4858;
    text-align: left;
  }
  .funding-table tbody td {
    text-align: center;
  }
  .funding-table tbody td[data-title]:before {
    content: none;
  }
}
@media (min-width: 62em) {
  .funding-table {
    font-size: 1em;
  }
  .funding-table th,
  .funding-table td {
    padding: .75em .5em;
  }
  .funding-table tfoot {
    font-size: .9em;
  }
}

@media (min-width: 75em) {
  .funding-table th,
  .funding-table td {
    padding: .75em;
  }
}

.quotes-testimonial .quotes-testimonial {
    font-weight: 800;
}

/********* RESPONSIVE TABLE FOR VENTURE FUNDING PAGE ****************/
.responsive-table {
  width: 100%;
  margin-bottom: 1.5em;
}
.responsive-table thead {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.responsive-table thead th {
  background-color: #3c4858;
  border: 1px solid #3c4858;
  font-weight: normal;
  text-align: center;
  color: white;
}
.responsive-table thead th:first-of-type {
  text-align: left;
}
.responsive-table tbody,
.responsive-table tr,
.responsive-table th,
.responsive-table td {
  display: block;
  padding: 0;
  text-align: left;
  white-space: normal;
}
.responsive-table th,
.responsive-table td {
  padding: .5em;
  vertical-align: middle;
}
.responsive-table caption {
  margin-bottom: 1em;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
}
.responsive-table tfoot {
  font-size: .8em;
  font-style: italic;
}
.responsive-table tbody tr {
  margin-bottom: 1em;
  border: 2px solid #3c4858;
}
.responsive-table tbody tr:last-of-type {
  margin-bottom: 0;
}
.responsive-table tbody th[scope="row"] {
  background-color: #3c4858;
  color: white;
  border-top: 1px solid #3c4858;
  border-bottom: 1px solid #3c4858;
}
.responsive-table tbody td[data-type=currency] {
  text-align: right;
}
.responsive-table tbody td[data-title]:before {
  content: attr(data-title);
  float: left;
  font-size: .8em;
  color: rgba(94, 93, 82, 0.75);
}
.responsive-table tbody td {
  text-align: right;
  border-bottom: 1px solid #3c4858;
}


@media (min-width: 52em) {
  .responsive-table {
    font-size: .9em;
  }
  .responsive-table thead {
    position: relative;
    clip: auto;
    height: auto;
    width: auto;
    overflow: auto;
  }
  .responsive-table tr {
    display: table-row;
  }
  .responsive-table th,
  .responsive-table td {
    display: table-cell;
    padding: .5em;
  }

  .responsive-table caption {
    font-size: 1.5em;
  }
  .responsive-table tbody {
    display: table-row-group;
  }
  .responsive-table tbody tr {
    display: table-row;
    border-width: 1px;
  }
  .responsive-table tbody tr:nth-of-type(even) {
    background-color: rgba(94, 93, 82, 0.1);
  }
  .responsive-table tbody th[scope="row"] {
    background-color: transparent;
    color: #3c4858;
    text-align: left;
    border-top: 1px solid #3c4858;
    border-bottom: 1px solid #3c4858;

  }
  .responsive-table tbody td {
    text-align: center;
  }
  .responsive-table tbody td[data-title]:before {
    content: none;
  }
}
@media (min-width: 62em) {
  .responsive-table {
    font-size: 1em;
  }
  .responsive-table th,
  .responsive-table td {
    padding: .75em .5em;
  }
  .responsive-table tfoot {
    font-size: .9em;
  }
}

@media (min-width: 75em) {
  .responsive-table th,
  .responsive-table td {
    padding: .75em;
  }
}



/*********Styling a.s 23/8/2019****************/
body{
    font-family: 'Raleway', sans-serif;
}


.company-section-col p {
    font-size: 50.64px;
    color: #000000;
    line-height: normal;
    margin: 0px;
    font-style: italic;
    font-weight: 300;

}

.company-section-col {
    box-shadow: 3px 0 5px rgba(0, 0, 0, .07);
    padding: 79px 0px;
    margin: -154px 0 0;
    position: relative;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #e8e8e8;
    max-width: 76%;
    margin: -144px auto 0 ;
}
.company-section {
  margin: auto auto 105px auto !important;
}
.content-section1-col1 img {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.content-section1-col1 {
  position: relative;
}
.content-section1-col2 h4, .content-section2-col1 h4, .content-section3-col1 h4 {
    font-weight: 600;
    color: #9333ff;
    font-size: 15px;
    margin: 0 0 0 0;
}

.newsletter-section p {
    font-size: 16px;
    color: #fff;
}

.content-section1-col2 h2, .content-section2-col1 h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 48px;
    font-weight: 600;
    line-height: 57px;
    margin: 0px 0px;
}
.content-section2-col1 p, .home-event-each p {
    font-size: 16px;
    color: #999;
}
.content-section1-col2 p {
    font-size: 16px;
    color: #000000;
    margin: 0 0 7px 0;
}
.content-section1-col2 ul {
    padding: 0px 0 0 17px;
    margin: 0px;
}
.content-section1-col2 ul {
    padding: 0px 0 0 17px;
    margin: 25px 0px;
}
.content-section1-col2 a img {
    padding-top: 17px;
    padding-right: 0px;
    padding-bottom: 17px;
    padding-left: 0px;
    border: 0px solid #EAEAEA;
}
.content-section2 .fw-row, .content-section3 .fw-row {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.fw-col-xs-12.fw-col-sm-6.content-section1-col2 {
    padding: 0 0 0 65px;
}
.content-section2 {
    margin: 100px 0 0 0;
}

.tp-bgimg.defaultimg {
    height: 100vh !important;
}

.newsletter-section-col span {
    color: #00e7ff;
    border-bottom: 4px solid #9333ff;
    text-decoration: none !important;
}

.content-section2-col2 .fw-col-inner img {
    width: 100%;
    height: 520px;
    object-fit: contain;
    object-position: center center;
}

.newsletter-section-col h2 {
    color: #f0f0f0;
    margin: 0px;
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    font-size: 41.85px;
    text-align: left !important;
}
.fw-container-fluid.content-section2, .content-section3, .events-section {
    margin-bottom: 0px !important;
}

.newsletter-section-col p {
    font-size: 20px;
    color: #f0f0f0;
    margin: 0px;
    max-width: 70%;
}

.newsletter-section {
    padding: 50px 0px;
}

.poll-section-col1 h2 {
    font-size: 61px;
    color: #fff;
    font-weight: 800;
    margin: 28px 0 0 0;
    font-family: 'Roboto', sans-serif;
    line-height: normal;
}
.poll-section-col1 .fw-col-inner h4 {
    font-size: 15px;
    color: #00e7ff;
    font-weight: 600;
}

.poll-section-col1 p {
    font-size: 17px;
    color: #fff;
    margin: 3px 0 17px 0;
}
.poll-section-col1 p a {
    color: #fff;
    font-weight: 600;
}


.fw-col-sm-6.poll-section-col2 {
    padding-right: 0px;
}

.poll-section .fw-row {
    padding: 71px 0px 37px 0;
    width: 1170px;
    margin: auto;
    display: flex;
    flex: row;
    align-items: center;
}

.poll-section-col2, .content-section2-col2 {
    position: absolute !important;
    right: 0;
}

.poll-section-col2 {
    padding: 0 0 0 0 !important;
}


.poll-section .fw-row {
    padding: 71px 0px 37px 0;
}


.content-section1 .fw-row {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.content-section2 .fw-row {
    width: 1170px;
    margin: auto;
    padding: 70px 0px;
}

.newsletter-section {
    margin-bottom: 0px !important;
}

.content-section3 .fw-row {
    padding: 50px 0 0 0;
}


/***************26/8/2019**************/

.content-section3-col2 img {
    margin-bottom: -74px;
    width: 100%;
    margin-right: 0px;
    position: relative;
    z-index: 1;

}

.events-section-col .event-categories a {
    font-size: 18px;
    color: #acacac;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: underline;
}
.events-section {
    padding: 45px 0px;
}

.content-section1-btns {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.section1-btn1 a {
    color: #222222;
    font-weight: 900;
    font-size: 17px;
}

.section1-btn1 {
    font-size: 14px;
    color: #b7b7b7;
    font-weight: 400;
}

.events-section-col .event-container {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    justify-content: space-between;
}

.event-container.eventsection .event-label {
    font-size: 273px;
    font-weight: 800;
    font-style: italic;
    color: #dadada;
    text-align: left;
    line-height: normal;
    letter-spacing: -20px;
}

.event-container .event-label {
    font-size: 246.24px;
    color: #dadada;
    font-weight: 400;
    line-height: normal;
    font-family: myriad pro;
    letter-spacing: -20px;
}
.home-event-each h3 {
    font-size: 16.49px;
    color: #222222;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0px;
}

.event-categories {
    margin: 0 0 30px 0;
    color: #b7b7b7;
}

.event-label, .home-event-each {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    width: 25%;
}
.home-event-each {
    padding: 23px;
}

.event-date-content
{
    color: #be2ef0;
    font-family: "Oswald";
    font-size: 36px;
    text-transform: uppercase;
    line-height: normal;
    font-weight: 600;
}
.content-section2-col2 {
    padding-right: 0px !important;
}
span.roboad {
    background: #00fcff;
    color: #000;
}
.blogsidebar {
    max-width: 25% !important;
}

.podcasts-section-col h4 {
    color: #999;
    font-size: 48px;
    font-weight: 700;
    margin: 0 0 20px 0;
    font-family: oswald;
}

.podcasts-section-col p {
    font-size: 16px;
    color: #999;
    margin: 0 0 30px 0;
}

.podcasts-section .fw-col-sm-4 .fw-col-inner img {
    width: 100%;
    margin-right: 0px;
}

.podcasts-section .fw-col-sm-4 .fw-col-inner h4 {
    display: inline-block;
    margin: 0 0 0 0;
    color: #9333ff;
    font-size: 15px;
}

.podcasts-section .fw-col-sm-4 .fw-col-inner h3 {
    font-size: 16.49px;
    color: #222222;
    font-weight: 800;
    text-transform: uppercase;
    margin: 15px 0 19px 0;
}

.podcasts-section .fw-col-sm-4 .fw-col-inner p {
    font-size: 16px;
    color: #999;
}

section.fw-main-row.fw-container-fluid.poll-section {
    background-size: cover !important;
}

/*******Updations 10.3.2019**********/
.events-section .card.widget_wpes_events_list.amr_widget {
    box-shadow: none !important;
    background-color: transparent;
}


.events-section .widget_events.card-body, .events-section-col ul.events-widget-list {
    display: flex;
    flex-direction: row;
    padding-bottom: 0px;
    padding: 0px;
    width: 100%;
}
.events-section-col ul.events-widget-list {
    padding-left: 45px;
}
.events-section-col .card.widget_wpes_events_list.amr_widget {
    margin-bottom: 0px;
}
.events-section-col ul.events-widget-list li {
    padding-right: 20px;
    width: 40%;
}
.events-section-col ul.events-widget-list li h6.post-meta span
{
    font-weight: 600;
}
.events-section-col ul.events-widget-list li .widget p.description
{
    font-size: 16px;
}

.events-section-col ul.events-widget-list li .media .media-body {
    padding-right: 0px;
}
.events-section-col ul li:last-child
{
    padding-right: 0px;
}
.events-section-col ul.events-widget-list li .media-body h5 a {
    line-height: normal;
    font-size: 19.49px;
    font-weight: 800;
    margin-bottom: 0px;
    color: #222222;
    text-transform: uppercase;
}
.events-section-col ul.events-widget-list li h6.post-meta {
    margin: 0 0 15px 0;
}
/***********Updations 10.7.2019***********************/

.events-section .meta.startdate,
.events-section .meta.starttime {
    display: none;
}
.home-event-date {
    display: none;
}
.events-section .home-event-date {
    display: block;
}
.events-section .home-event-date {
    font-size: 30px;
    color: #be2ef0;
    font-family: "Oswald";
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
    margin: 0 0 7px 0;
}

.events-section .home-event-date {
    display: block;
    line-height: normal;
}

.events-section-col ul.events-widget-list li .media-body h5 {
    min-height: 75px;
}
.section1-btn1 a, p.poll-res {
    padding: 12px 23px;
    position: relative;
    padding: 12px 30px;
    margin: .3125rem 1px;
    font-size: .75rem;
    font-weight: 400;
    line-height: 1.428571;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0;
    background-color: #00deff;
    transition: 0.5s ease-in-out 0s;
    color: #fff;
    border: 1px solid #00deff;
    font-weight: 700;
    cursor: pointer;
}
.section1-btn1:hover a, p.poll-res:hover a{
    color: #fff;
}

.section1-btn1:hover a
{
    border: 1px solid transparent;
}
p.poll-res{
    display: inline-block;
}
.section1-btn1:hover a, p.poll-res:hover{
    box-shadow: 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12), 0 2px 4px -1px rgba(0,0,0,.2);
}
p.min-read {
    margin-top: 18px;
}
.fw-col-xs-12.company-section-col {
    display: none;
}
.fintech-banner .fw-col-inner h1 {
	color: #ffffff;
	font-size: 60px;
	font-weight: 600;
}
.media-partners .fw-row:last-child {
    padding: 30px 0;
}
.single-fw-event .event-date .post-meta-title {
    color: #3A4856;
}
.influencers-container .fw-row {
    background-color: #46D2E8;
    border-radius: 12px !important;
}

.influencers-container .fw-row .influencers-image {
    background-color: #fff;
    border-radius: 10px 0px 0px 10px;
}
.influencers-content .fw-col-inner {
    width: 100% !important;
}
.influencers-content .sp-easy-accordion .sp-ea-single {
    background-color: transparent !important;
    border-color: transparent !important;
    margin: 0px !important;
}


.influencers-content h3.ea-header a {
    color: #fff !important;
    font-family: "Oswald";
    font-size: 32px !important;
    position: relative;
}
.influencers-content .sp-easy-accordion  .ea-card.sp-ea-single h3{
	position: relative !important;
}
.influencers-content p {
    text-align: left;
}
.influencers-content h3.ea-header a i {
    display: none;
}
.influencers-content  img {
    margin: auto auto auto 0 !important;
}
.influencers-content .sp-easy-accordion .ea-card.sp-ea-single h3.ea-header a::before,.influencers-content .sp-easy-accordion  .ea-card.sp-ea-single.ea-expand h3.ea-header a::after {
    content: "";
    position: absolute;
    right: 0;
    background-image: url(https://empirestartups.com/wp-content/uploads/2020/04/arrow-down.png);
    background-size: 20px;
    background-repeat: no-repeat;
    width: 100%;
    height: 70px;
    background-position: right center;
    top: 0;
	right: 12px;
}
.influencers-content .sp-easy-accordion  .ea-card.sp-ea-single.ea-expand h3.ea-header a::before{
	display: none;
}
.influencers-content .sp-easy-accordion  .ea-card.sp-ea-single.ea-expand h3.ea-header a::after{
	background-image: url(https://empirestartups.com/wp-content/uploads/2020/04/arrow-right.png);
}
/*
.influencers-container.toggleacc .fw-row {
    background-color: #fff;
}*/
.influencers-content .ea-card.sp-ea-single.ea-expand h3.ea-header {
    background-color: #fff !important;
    top: -16px;
    border-radius: 0px 12px 0 0;
    width: 101%;
    left: -6px;
    padding: 21px 0px;
}
.ea-card.sp-ea-single.ea-expand h3 a{
    color: #46d2e8 !important;
}
/*
.influencers-container.toggleacc .fw-row .influencers-image {
    background-color: #e6e6e6;
}*/
.influencers-container .sp-easy-accordion .sp-ea-single .ea-body {
    background: transparent !important;
    color: #444;
}
.influencers-content {
    padding: 0px !important;
}
.influencers-image img {
    height: 100%;
    object-fit: cover;
    object-position: top center;
}
.influencers-content p span, .influencers-content p a {
}
.influencers-image img {
    height: auto;
}
.influencers-content .sp-collapse.spcollapse {
    background-color: #ffffff;
    padding: 20px 10px;
}
.influencers-content h3.ea-header a span {
    color: #2d88ee;
    display: block;
    font-size: 24px;
    padding: 13px 0px 0px 0px;
}
.page-banner-col h2 {
    margin-bottom: 0px !important;
}
.page-banner-col h3 {
    margin-top: 3px;
}
#tooltip, .popup-overlay2 {
    display: none;
    position: fixed;
    width: auto !important;
    height: auto !important;
    top: 30%;
    left: 24%;
    padding: 10px 20px !important;
    background: #000000;
}
.copied {
    color: #ffffff;
}
.popup-overlay.active, .popup-overlay2.active {
    visibility: visible;
    text-align: center;
}
#tooltip h3, .popup-overlay2 h3 {
    margin: 0 0 10px 0;
    color: #ffffff;
}
.popup-content {
    visibility: hidden;
}
.popup-content.active {
    visibility: visible;
}
.copyval, .copyval2 {
    position: absolute;
    left: -999em;;
}
.copy-promo_1 p img, .copyclip-col2 p img {
    width: 150px;
    height: auto;
}
.single-fw-event .card .card-body .fa.placeholder {
    position: inherit;
    float: left;
    margin-right: 20px;
}
.conf-fintech h1 {
    color: #efefef;
    font-family: Oswald;
    font-size: 72px;
    font-weight: 400;
    padding: 0px 0px 25px;
    letter-spacing: 0px;
    line-height: 1em;
    text-align: center;
}

.content-section1-col1 h4 {
    font-size: 108px;
    letter-spacing: -11px;
    color: #dadada;
    font-family: "Raleway";
    font-weight: 900;
    font-style: italic;
	position: relative;
	display: inline-block;
	line-height: 84px;
	
}
span.news-text {
    position: absolute;
    font-size: 56px;
    letter-spacing: -6px;
    color: #be2ef0;
    font-family: "Raleway";
    font-weight: 700;
    font-style: italic;
    right: -13px;
    bottom: -32px;
}
.home-blogs-wrap {
    padding-top: 30px;
}
.blog-each {
    display: flex;
    flex-direction: row;
    margin-bottom: 30px;
}
.blog-rightcontent {
    width: 100%;
    margin-left: 24px;
    border-top: 1px solid #e0e0e0;
	padding-top: 16px;
}
.blog-img, .blog-img img {
    width: 100%;
}
.blog-rightcontent h3 {
    margin: 0px 0px 0px 0px;
    font-size: 21px;
    color: #000000;
    font-family: "Raleway";
    font-weight: 700;
    line-height: 1.1;
}
.blog-date {
    font-size: 14px;
    color: #000000;
    font-family: "Raleway";
    font-weight: 500;
    font-style: italic;
	margin-bottom: 20px;
}
.blog-rightcontent p {
    font-size: 14px;
    color: #000000;
    font-family: "Raleway";
    font-weight: 400;
    text-align: left;
    line-height: 1.1;
}
.blog-img {
    position: relative;
}
.blog-img img {
   width: 100%;
   height: 100%;
}
.blog-img h5 {
    position: absolute;
    bottom: 0px;
    margin-bottom: 0;
    background-color: #be2ef0;
    font-size: 10px;
    color: #ffffff;
    font-family: "Raleway";
    font-weight: 500;
    padding: 8px 27px;
    text-transform: uppercase;
}
.content-section1-col1 {
    padding-top: 0px !important;
}
.home-blogs-wrap {
    padding-bottom: 0px !important;
}
.page-id-9020 .agenda-item-title {
    border: 0;
}
.content-section1-col2 h2.jobboard-wrap {
   font-size: 36px;
   text-align: center;
   font-weight: 600;
   color: #fff;
   padding: 21px 0px;
   line-height: 34px;
   margin: 0px;
     font-family: 'Oswald';
}
.job-each {
   color: #fff;
   text-align: left;
   border-left: 4px solid #fff;
   padding-left: 13px;
   margin-bottom: 19px;
   flex-direction: row;
}
.job-each h4 {
   color: #fff;
   font-size: 23px;
   font-family: 'Oswald';
}
.job-each a {
    color: #ffffff;
}
.job-each p {
   color: #fff;
   font-size: 17px;
   font-family: 'Oswald';
   font-weight: 300;
}
.jobboard-wrap {
   padding-bottom: 27px;
}
.jobboard-wrap .btn.btn-primary {
   background-color: #fff;
   border-radius: 50px;
   color: #000;
   font-family: 'Oswald';
   border: 1px solid #000;
}

.content-section1-col2 h2 {
   color: #fff !important;
   font-size: 35px;
}
.jobboard-wrap {
   background-image: url(https://empirestartups.com/wp-content/uploads/2020/05/job-boardimg.jpg);
   background-repeat: no-repeat;
   background-position: center center;
   background-size: 100% 100%;
   position: relative;
   padding: 10px 24px 30px;
   margin-bottom: 50px;
}
.jobs-btn {
  width: 100%;
  text-align: center;
  display: block;
  max-width: 199px;
  margin: auto;
  padding: 10px 12px;
  background-color: #fff;
  border-radius: 50px;
  color: #000;
  font-size: 14px;
  border: 1px solid #000;
}
.table-content {
   width: 100%;
   overflow: scroll;
}

.page-banner-col, .influencers-image-column {
    background-color: transparent !important;
}

.page-id-10113 .Page_Heading-Hero .fw-row {
    display: flex;
    max-width: 80%;
    margin: auto;
    background-color: rgba(255,255,255,0.62);
}

.influencers-image-column img {
    width: 100%;
}
.influencers-image-column {
    width: 40%;
}

.page-banner-col {
    width: 60%;
    background-color: transparent !important;
    height: auto !important;
}

.read-interview-col {
    background-color: transparent !important;
    margin: auto !important;
    width: 100%;
    padding-top: 50px;
}
.Page_Heading-Hero .fw-container .fw-row:nth-child(3) {
    background: transparent;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.fw-col-xs-12.fw-col-sm-3.influencers-image-column {
    width: 35% !important;
    margin: 0px !important;
}
.page-banner-col {
    width: 65% !important;
}
.fw-col-xs-12.fw-col-sm-9.read-interview-col {
    width: 100% !important;
}

.page-id-10885 .Page_Heading-Hero .fw-row {
    background-color: transparent;
    width: 100%;
    max-width: 100%;
}
.gullwidthsec .blogjobs-skills-container {
    width: 100%;
}
/********contact page css***********/
.page-id-29 .modal-backdrop {
    position: relative;
}
/****************************************************MEDIA QUERY********************************************************/
@media (max-width: 1199px)
{
   .job-each h4 {
   font-size: 19px;
}

}

@media (max-width: 767px)
{
   .content-section1-col2.jobboard-wrap {
   padding: 30px 30px;
}
.content-section1-col2 h2 {
   font-size: 30px;
   }
   .page-id-10885 .fw-col-inner .fw-col-inner h2 {
    line-height: normal !important;
}
.page-id-10885 .fw-col-inner h4 {
    line-height: normal !important;
}

.page-id-10885 .influencers-content .col-sm-6.col-md-4 {
    margin-bottom: 40px;
}
.page-id-8909 section.fw-main-row.fw-container span, .page-id-9020 section.fw-main-row.fw-container span {
    font-size: 36px;
    line-height: normal;
}

}

/*Media Query Start*/

    @media (max-width: 1600px){
        .poll-section-col1 h2 {
            font-size: 55px;
        }
        .company-section-col p {
            font-size: 32px
        }

        .company-section-col {
            padding: 60px 0px;
            margin: -100px auto 0;
            max-width: 55%;
        }

        .content-section2-col1 h3, .content-section3-col1 h3 {
            font-size: 20px;
            font-weight: 800;
        }

        .newsletter-section-col h2 {
            font-size: 28.85px;
        }

        .newsletter-section-col p {
            font-size: 17px;
            color: #f0f0f0;
            margin: 0px;

        }
        .poll-section
        {
            background-size: cover !important;
        }
    }

    @media (max-width: 1330px)
    {
        .company-section-col{
            margin: -150px auto 0 ;
        }
    }

    @media (max-width: 1199px)
    {
        .content-section2 .fw-row, .poll-section .fw-row {
            width: 970px;
        }

        .poll-section-col1 h2 {
            font-size: 45px;
        }

        .poll-section-col1 p {
            font-size: 16px;  
            margin: 0 0 20px 0;
        }
        .fw-col-inner h2 {
            margin-bottom: 17px;
        }

        .event-date-content
        {
            font-size: 28px;
        }

        .events-section-col .event-categories a {
            font-size: 14px;
        }
        .event-container.eventsection .event-label, .event-container .event-label {
            font-size: 218px;
        }

        .home-event-each {
            padding: 10px;
        }

        .content-section1-col2 p, .content-section2-col1 p, .home-event-each p {
            font-size: 14px;
        }

        .content-section1-col1::before
        {
            top: -53px;
        }

        .content-section3-col2 img {
            margin-bottom: -60px;
        }

        .events-section-col ul.events-widget-list li .media-body h5 {
            min-height: 120px;
        }


        .events-section .events-section-col .card-body h5.widget-title, .events-section div#wpes_events_list-4 h5.widget-title
        {
            width: 44%;
        }

        .company-section-col {
            margin: -138px auto 0;
        }
        .fw-col-xs-12.hidethis h2 { 
            line-height: normal !important; 
        }


			article.blogjobs-job-card {
				display: block;
				float: left;
			}
			.blogjobs-company-logo-img {
				float: left;
			}
			button.blogjobs-apply {
				float: left;
				width: 100px;
				margin-top: 5px;
				margin-left: 97px;
				clear: both;
			}
			.blogjobs-job-title, .blogjobs-company-name, .blogjobs-skills-container {
				float: right;
				margin: 0;
				width: calc(100% - 80px);
				padding-right: 0 !important;
    			padding-left: 15px !important;
			}
			.blogjobs-company-logo-img {
				float: left;
				min-width: 80px;
			}
			article.blogjobs-job-card-ad {
				display: block;
				float: left;
			}
			.blogjobs-skill {
				display: inline-block;
			    margin-bottom: 3px;
			}
			.blogjobs-skill a {
			    font-size: 13px !important;
			}
			section.banner_sec {
			    background-size: 120% !important;
			    background-color: #fff;
			}


	}


    @media (max-width: 991px){
        .content-section1-col2 h2, .content-section2-col1 h2 {
            font-size: 35px;
            line-height: 45px;
            margin: 15px 0px;
        }

        .company-section-col p {
            font-size: 20px;
        }

        .company-section-col {
            max-width: 77%;
            margin: -88px auto 0 ;
        }

        .content-section2-col1 {
            padding: 0 45px 0 0px;
        }

        .content-section2 .fw-row, .poll-section .fw-row {
            width: 750px;
        }

        .poll-section-col1 h2 {
            font-size: 35px;
        }

        .event-container.eventsection .event-label, .event-container .event-label {
            font-size: 140px;
            width: 19%;
        }

        .event-date-content {
            margin: 0 0 11px 0;
            font-size: 20px;
        }

        .home-event-each h3 {
            font-size: 14.49px;
        }

        .content-section1-col1::before {
            height: 429px;
            top: -36px;
            right: 49px;
        }

        .content-section3-col2 img {
            margin-bottom: -89px;
        }

        /*************Updations 10/3/2019***************/
        .events-section-col .card.widget_wpes_events_list.amr_widget .widget_events.card-body {
            padding: 0px;
        }

        .events-section .events-section-col .card-body h5.widget-title, .events-section div#wpes_events_list-4 h5.widget-title {
            font-size: 140px;
        }
        div#wpes_events_list-4 h5.widget-title
        {
            font-size: 100px;
        }
        .events-section-col ul.events-widget-list {
            padding-left: 5px;
        }
        .events-section-col ul.events-widget-list li {
            padding-right: 9px;
            width: 100%;
        }

        .events-section-col ul.events-widget-list li .media-body h5 a
        {
           font-size: 16px;
       }

       .events-section-col ul.events-widget-list li .media-body h5 {
        min-height: 101px;
    }
    .section1-btn1 a, p.poll-res {
        padding: 12px 14px;
        margin: .3125rem 1px;
        font-size: 11px;
    }
	.ea-card.sp-ea-single.ea-expand h3.ea-header {
    left: -2px;
}
    .Page_Heading-Hero .fw-row {
    flex-direction: column;
}
.page-banner-col, .influencers-image-column {
    width: 100% !important;
    }
    .fw-col-xs-12.fw-col-sm-3.influencers-image-column {
    width: 100% !important;
    margin: 0 !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
    .Page_Heading-Hero .fw-row {
    max-width: 100%;
    }
    .influencers-image-column img {
    height: 259px !important;
    object-fit: contain;
}
.fw-col-xs-12.fw-col-sm-3.influencers-image-column {
    width: 100% !important;
    margin: 0 !important;
    height: auto !important;
}
.read-interview-col{
    padding-top: 0px;
}
.Page_Heading-Hero {
    background-position: center center !important;
    background-attachment: inherit !important;
}
.banner_sec h1.nw_york-heading {
    font-size: 57px !important;
    margin: 0;
    line-height: 1;
}
.signup_sec .fw-col-xs-12 {
    width: 100%;
    text-align: center;
}
.signup_sec .fw-col-sm-3 {
    padding-bottom: 0 !important;
    padding-top: 30px !important;
}
.top_job_sec_heading {
    padding-bottom: 0 !important;
}
.top_job_sec_heading div {
    font-size: 45px !important;
    padding-bottom: 0 !important;
}
article.blogjobs-job-card-ad {
    padding: 15px;
    margin-bottom: 10px;
}
.blogjobs-company-name {
    margin-bottom: 3px;
}
.top_job_sec .fw-col-sm-6{
	width: 100%;
}
.blogjobs-job-title, .blogjobs-company-name, .blogjobs-skills-container {
    float: left;
    margin: 0;
    width: calc(100% - 180px);
    padding-right: 0 !important;
    padding-left: 15px !important;
}
button.blogjobs-apply {
    float: right;
    width: 100px;
    margin-top: 5px;
    margin-left: 0;
    clear: none;
    vertical-align: top;
}
.trending_jobs .fw-col-sm-6 .fw-raw-code>div {
    font-size: 45px !important;
    margin-top: 20px;
}
.trending_jobs  a.btn.btn-round {
    margin-top: 20px;
}

.banner_sec h1.nw_york-heading {
    font-size: 36px !important;
    margin: 0;
    line-height: 1;
    text-align: center;
}
.signup_sec .fw-col-sm-3 div {
    font-size: 26px !important;
}
.signup_sec .fw-col-xs-12 {
    width: 100%;
    text-align: center;
    padding: 10px 0 !important;
}

}

@media (max-width: 767px)
{
    .company-section-col {
        padding: 49px 0px;
        margin: 27px auto 0;
    }

    .fw-col-xs-12.fw-col-sm-6.content-section1-col2 {
        padding: 33px 0 0px 15px;
    }

    .poll-section-col1, .content-section2-col1,.podcasts-section-col, .newsletter-section-col, .content-section3-col2, .content-section3-col1
    {
        padding: 0 0 !important;
    }

    .company-section-col p {
        font-size: 20.64px;
    }
    .company-section-col {
        padding: 39px 0px;
        margin: 27px auto 0;
    }

    .content-section1 .fw-row {
        display: block;
    }

    .content-section2 .fw-row, .content-section3 .fw-row {
        display: flex;
        flex-direction: column;
    }
    .content-section2-col2 {
        position: relative !important;
        left: 0;
        right: 0;
        margin: auto ;
        width: 100%;
    }


    .content-section2-col1, .content-section3-col1  {
        order: 1;
    }

    .content-section2 .fw-row, .poll-section .fw-row {
        width: 100%;
    }

    .content-section3-col2 {
        width: 100%;
        text-align: left;
    }

    .poll-section .fw-row {
        padding: 71px 0px 37px 0;
        width: 100%;
        margin: auto;
        display: flex;
        flex: row;
        flex-direction: column;
    }

    .poll-section-col1 {
        order: 1;
    }

    .content-section2-col2 .fw-col-inner img {
        height: auto;
        padding: 0 0 39px 0px;
        margin: 0px;
    }

    .content-section1-col2 h2, .content-section2-col1 h2 {
        font-size: 25px;
        line-height: 27px;
        margin: 12px 0px 19px 0px !important;
    }
    .content-section1-col2 p, .content-section2-col1 p {
        font-size: 14px;
    }

    .newsletter-section-col h2 {
        font-size: 18.85px;
    }
    .newsletter-section-col p {
        font-size: 14px;
        max-width: 100%;
    }

    .poll-section-col1 h2 {
        font-size: 22px;
        margin:  16px 0 !important;
    }

    .poll-section-col1 p {
        font-size: 14px;
        margin: 0 0 14px 0;
        }.content-section3-col1 h2 {
            font-size: 25px;
            line-height: 29px;
        }

        .poll-section-col2 img {
            width: 100%;
            max-width: 200px;
            margin: 0px;
        }

        .poll-section-col1 .fw-col-inner {
            padding: 0 197px 0 0;
        }

        .content-section3-col2 img
        {
            height: 691px;
            margin-bottom: 20px;
            object-fit: cover;
            margin-right: 0px;
        }

        .events-section-col .event-container {
            flex-direction: column;
        }
        .home-event-each, .event-container.eventsection .event-label, .event-container .event-label {
            width: 100%;
        }

        .home-event-each {
            display: block;
            padding: 0px;
        }
        .content-section1-col1::before
        {
            display: none;
        }
        .company-section {
            margin-bottom: 25px !important;
        }

        .events-section .fw-container {
            padding: 0px;
        }

        .content-section1-btns {
            flex-direction: column;
            align-items: flex-start;
        }

        .content-section2 {
            margin: 0px;
        }

        .content-section3-col1 {
            margin: 0 0 20px 0;
        }

        .podcasts-section .fw-col-sm-4 {
            margin-bottom: 35px;
        }

        .podcasts-section-col h4
        {
            font-size: 30px;
        }

        .events-section .widget_events.card-body, .events-section-col ul.events-widget-list {
            display: flex;
            flex-direction: column;
        }

        div#wpes_events_list-4 h5.widget-title, .events-section .events-section-col .card-body h5.widget-title {
            padding: 0px;
            margin: 0px;
            text-align: left;
        }

        .events-section div#wpes_events_list-4 h5.widget-title
        {
           width: 100%;
           font-size: 70px;
       }

       .events-section-col ul.events-widget-list li .media-body h5 {
        min-height: auto;
    }

    .events-section .events-section-col .card-body h5.widget-title, .events-section div#wpes_events_list-4 h5.widget-title
    {
        letter-spacing: -14px;
    }

    .events-section .events-section-col .card-body h5.widget-title, .events-section div#wpes_events_list-4 h5.widget-title {
        width: 100%;
        font-size: 100px !important;
    }
    .newsletter-section .fw-col-xs-12.fw-col-sm-6 {
    padding-left: 0px;
}
.influencers-image img {
    height: 160px;
    object-fit: cover;
    object-position: top center;
}
.influencers-content h3.ea-header a, .sp-easy-accordion .sp-ea-single .ea-header a{
    padding: 0px 15px !important;
    font-size: 19px !important;
}
.influencers-content p, .influencers-content p a, .influencers-content strong {
    font-size: 14px;
}
.influencers-content .sp-collapse.spcollapse {
    background-color: #46d2e8;
    margin-top: 0px;
}
.influencers-content .sp-easy-accordion .ea-card.sp-ea-single h3.ea-header a:before, .influencers-content .sp-easy-accordion .ea-card.sp-ea-single.ea-expand h3.ea-header a:after {
    background-size: 12px;
    height: 40px;
    right: 16px;

}
.Page_Heading-Hero .fw-col-xs-12.fw-col-sm-3 {
    margin: 0px !important;
    height: auto !important;
}
.influencers-content h3.ea-header a span {
    font-size: 16px;
    padding: 8px 0px 0px 0px;
}
.ea-card.sp-ea-single.ea-expand h3.ea-header {
    top: -22px;
    width: 100%;
    padding: 21px 0px;
	border-radius: 0px 0px 12px 12px;
}
.content-section1-col1 h4 {
    font-size: 77px;
}
#sp-ea-10488.sp-easy-accordion h3.ea-single {
    padding: 21px 0 !important;
    border-radius: 0 0 12px 12px !important;
}
.influencers-image {
    padding: 0px;
    margin: 0px;
}
.influencers-content .sp-collapse.spcollapse {
    background-color: #fff !important;
}
.influencers-content .ea-card.sp-ea-single.ea-expand h3.ea-header {
    top: 0px;
    left: 0;
    right: 0;
}
button.gtuscy.withIcon, button.bQqbxe.withIcon {
    width: 100px !important;
    margin: 0 auto 15px !important;
}
.signup_sec input {
    width: 100% !important;
}
.top_job_sec_heading div {
    font-size: 30px !important;
}
article.blogjobs-job-card {
    padding: 15px;
}
section.banner_sec {
    background-size: 160%!important;
    background-color: #fff;
    padding: 30px 0 230px!important;
    background-position: 113% bottom !important;
}
}
@media(max-width: 480px) {
	.blogjobs-job-title, .blogjobs-company-name, .blogjobs-skills-container {
	    width: calc(100% - 80px);
	}
	button.blogjobs-apply {
	    float: left;
	    margin-left: 95px;
	}
}

@media(min-width: 768px) {
    body .grey_bg-color .fw-row {
       flex-wrap: nowrap;
    }
}
div.eventrow {
    max-width: 71.99% !important;
}
.page-id-8909 .fw-col-sm-3 {
    background: #ffffff;
    border-radius: 20px;
    -webkit-box-shadow: 0px 6px 9px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 6px 9px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 6px 9px 0px rgba(0,0,0,0.75);
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal.link-dialog:before {
    content: "";
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background: rgb(0 0 0 / 50%);
}
body .modal .modal-dialog {
    margin-top: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    margin: 0;
}
.modal button.btn.btn-primary.note-link-btn {
    padding: 13px 20px 10px;
}


@media (max-width: 639px) {
    .content-section3-col2 img {
        width: 100%;
        height: 342px;
    }
    .blog-each {
        flex-direction: column;
    }
    .blog-rightcontent {
        margin-left: 0;
        margin-top: 12px;
    }
}
@media only screen and (max-width: 480px) and (min-width: 320px) {
    .three-grids-demo-section img {
        padding-top: 10px;
        width: 50%;
    }
    .alignnone.wp-image-3798.kindur {
        width: 110px;
    }

    .poll-section-col1 .fw-col-inner {
        padding: 28px 0 0 0;
    }

    .poll-section-col2 {
        position: relative !important;
    }
    .hidethis {
        display: none;
    }
}