/*colors*/
body {
  font-family: 'Poppins', sans-serif !important;
  color: #000000 !important;
  font-weight: 400; }

input:-internal-autofill-selected {
  background-color: #e8f0fe !important;
  background-image: none !important;
  color: black !important; }

.btn {
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all; }
  .btn.login-btn {
    border: 2px solid #EF1C2D;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    height: 42px;
    background: transparent;
    color: #fff;
    padding: 0 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .btn.login-btn:hover {
      background: #EF1C2D; }
  .btn.btn-style {
    background: #EF1C2D;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border-radius: 0;
    padding: 5px 20px;
    border: 1px solid #EF1C2D; }
    .btn.btn-style:hover {
      background: transparent; }

.bg-black {
  background: #000000; }

.bg-red {
  background: #EF1C2D; }

.clr-red {
  color: #EF1C2D; }

@media (min-width: 1200px) {
  .container {
    max-width: 1190px; } }

.heading-common {
  color: #fff;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 35px; }
  .heading-common::before {
    content: "";
    width: 100px;
    height: 3px;
    background: red;
    position: absolute;
    bottom: -8px; }

.pad-tb-35 {
  padding: 35px 0px; }

.pad-tb-100 {
  padding: 100px 0px; }
  @media (max-width: 767px) {
    .pad-tb-100 {
      padding: 50px 0px; } }

.pad-tb-90 {
  padding: 90px 0px; }
  @media (max-width: 767px) {
    .pad-tb-90 {
      padding: 50px 0px; } }

.pad-tb-50 {
  padding: 50px 0px; }

p {
  font-size: 14px;
  line-height: 22px; }

h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px; }

h4 {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px; }

h1 {
  font-weight: 700;
  font-size: 36px;
  line-height: 25px; }

h3 {
  font-size: 24px;
  font-weight: 700; }

.large-heading {
  font-weight: 700;
  font-size: 48px;
  line-height: 40px;
  text-transform: uppercase; }

.dropdown:hover > .dropdown-menu {
  display: block; }

.input-style {
  background: #FFFFFF;
  border: 1px solid #AFAFAF;
  height: 50px;
  padding-left: 45px;
  font-size: 14px;
  border-radius: 106px; }

input:focus {
  outline: none; }

a:focus, select:focus {
  outline: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

input:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.custom-checkbox .custom-control-label {
  position: relative;
  padding-left: 27px; }

.pb-0 {
  padding-bottom: 0; }

.textfield-style {
  margin-bottom: 40px; }
  .textfield-style input {
    height: 45px;
    width: 100%;
    border: none;
    padding-left: 15px;
    border-radius: 0;
    margin-top: 0.25em; }

.checkboxes-wrap {
  overflow: hidden;
  padding-left: 5px; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #c4c4c4 !important; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #c4c4c4 !important; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #c4c4c4 !important; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #c4c4c4 !important; }

@media (max-width: 991px) {
  .industry .dropdown-content {
    position: relative !important;
    margin-left: 0 !important;
    top: -10px !important; }
  .breadcrumb-row .sharing-icons {
    width: auto; }
  button.navbar-toggler {
    padding: 0; }
    button.navbar-toggler:focus {
      outline: none; }
  .navbar-expand-lg {
    width: 100%; }
    .navbar-expand-lg button.navbar-toggler {
      position: absolute;
      right: 35px;
      top: 9px; }
  .dropdown-content {
    z-index: 99 !important;
    border: 0 !important; }
    .dropdown-content .latest-story-block .latest-story-listing li {
      margin: 0 9px 18px 0px; }
  .navbar-nav .nav-item .nav-link::after {
    opacity: 0;
    right: 0; }
  .navbar-nav .nav-item .nav-link:hover:before {
    top: 0; }
  .navbar-nav .nav-item:first-child a {
    margin-left: 15px; }
  #navbarTogglerDemo02 .navbar-nav {
    padding-bottom: 10px;
    position: relative;
    z-index: 999;
    width: 100%;
    background: #EF1C2D;
    left: 0;
    top: 22px;
    border-top: 1px solid #ccc; }
    #navbarTogglerDemo02 .navbar-nav .nav-item .nav-link {
      border-bottom: 1px solid #ccc;
      margin-left: 0;
      margin-right: 0;
      padding-left: 11px;
      padding-right: 11px; }
    #navbarTogglerDemo02 .navbar-nav .nav-item:last-child .nav-link {
      border-bottom: none; }
  nav.navbar.darkheader .nav-item .nav-link {
    color: #ffffff; }
  .navbar-toggler .icon-bar {
    height: 2px;
    display: block;
    width: 20px;
    background: #ffffff;
    margin: 5px 0px;
    -webkit-transition: all .3s linear 0s;
    -o-transition: all .3s linear 0s;
    transition: all .3s linear 0s; }
  .navbar-toggler.icon-rotate .middle-bar {
    opacity: 0; }
  .navbar-toggler.icon-rotate .top-bar {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: -7% 97%;
    -ms-transform-origin: -7% 97%;
    transform-origin: -7% 97%; }
  .navbar-toggler.icon-rotate .bottom-bar {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 10% 90%;
    -ms-transform-origin: 10% 90%;
    transform-origin: 10% 90%; }
  .top-search-bar fieldset {
    margin-bottom: 0; }
  .top-bar-block .top-right-block .login-btn-wrap {
    margin-bottom: 0; }
  .tb-megamenu .magazine.sub-hidden-collapse.open > .nav-child {
    display: block !important; } }

@media (max-width: 767px) {
  .eu-cookie-compliance-buttons {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 100%;
    padding-bottom: 15px; }
  .eu-cookie-compliance-message {
    width: 100%; }
    .eu-cookie-compliance-message h2 {
      font-size: 14px; }
  .site-footer {
    margin-bottom: 125px; }
  #navbarTogglerDemo02 .navbar-nav {
    position: relative;
    top: 22px; }
  .dropdown-content .latest-story-block {
    display: block; }
    .dropdown-content .latest-story-block .latest-story-listing {
      text-align: left; }
      .dropdown-content .latest-story-block .latest-story-listing li {
        width: auto; }
    .dropdown-content .latest-story-block .magazines {
      width: 100%;
      margin-bottom: 0; }
    .dropdown-content .latest-story-block .block-views {
      display: block; }
      .dropdown-content .latest-story-block .block-views .views-element-container {
        width: 100%; }
  .download--btn ul li {
    display: block; }
    .download--btn ul li .attachment-btn {
      margin-left: 0;
      margin-top: 14px;
      display: inline-block; }
  .about-author h4 {
    padding-bottom: 30px; }
  .about-author .author--right {
    padding-left: 15px; }
  .main-slider .item-info {
    text-align: center; }
  .large-heading {
    font-size: 30px;
    line-height: 34px; }
  .slick-dots {
    padding-left: 15px; }
  h2 {
    font-size: 18px;
    line-height: 24px; }
  h1 {
    font-size: 24px;
    line-height: 25px; }
  .cover-story-block {
    margin-top: 25px; }
  .box-grid-wrap {
    margin-bottom: 30px; }
  .box-layout-block {
    padding-bottom: 0; }
  .cover-story-block {
    text-align: center; }
  .footer-inner {
    text-align: center; }
  .social-block {
    float: left;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 10px; }
  .details-row .custom-checkbox {
    width: 100%; }
  .cols3-grid .box-grid-wrap .media-block figure img {
    height: auto; }
  .page-user-register .checkboxes-wrap fieldset div.form-check {
    margin-bottom: 25px; }
    .page-user-register .checkboxes-wrap fieldset div.form-check label {
      font-size: 14px;
      font-weight: 400; }
    .page-user-register .checkboxes-wrap fieldset div.form-check .form-check-input {
      width: 1.1rem;
      height: 1.1rem;
      margin-top: .1rem; }
  .page-user-register .checkboxes-wrap fieldset legend {
    margin-bottom: 35px;
    font-size: 18px;
    font-weight: 700; }
  .user-pages-wrap input#edit-submit {
    margin-bottom: 30px; } }

@media (max-width: 575px) {
  .main-slider .item-info .large-heading span {
    display: block; }
  .top-bar-block {
    overflow: hidden; }
  .btn.login-btn {
    padding: 0 10px; }
  .top-bar-block .top-right-block {
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .navbar-expand-lg {
    background: transparent;
    position: absolute;
    top: 0;
    right: 0; }
  #navbarTogglerDemo02 .navbar-nav {
    top: auto;
    margin-top: 46px !important; }
  .navbar-expand-lg button.navbar-toggler {
    right: 19px; }
  .user-pages-listing ul li {
    display: block;
    margin: 5px 0px; }
    .user-pages-listing ul li a {
      display: block;
      text-align: center; }
  .dropdown-content .latest-story-block .latest-story-listing li {
    width: 100%; }
    .dropdown-content .latest-story-block .latest-story-listing li img {
      -o-object-fit: cover;
      object-fit: cover;
      width: auto; } }

@media (max-width: 480px) {
  .download--btn ul li .attachment-btn {
    width: 100%;
    margin-left: 0;
    display: inline-block;
    padding: 18px;
    height: auto; } }

@media (max-width: 360px) {
  .social-block ul {
    padding-left: 0; } }

@media (min-width: 768px) and (max-width: 991px) {
  .dropdown-content .latest-story-block .magazines {
    width: 21%; }
  .dropdown-content .latest-story-block .block-views .views-element-container {
    width: 79%; }
  .navbar-brand img {
    max-width: 200px; }
  /*.dropdown-content{
		z-index: 99;
		.latest-story-block{ 
			.latest-story-listing{ 
				li{
                  margin: 0 9px 18px 10px;
				}
			}
		}
	}*/
  .top-search-bar input.form-control {
    width: 215px; }
  .top-bar-block .top-right-block {
    margin-top: 1px; }
  .main-slider .item-info .large-heading {
    line-height: 36px;
    font-size: 26px; }
  .heading-common {
    font-size: 17px; }
  h4 {
    font-size: 16px;
    font-weight: 500;
    line-height: 21px; }
  .box-grid-wrap p {
    font-size: 13px;
    line-height: 18px; }
  footer .footer-info p {
    margin-top: 3px; }
  .social-block ul li {
    margin: 4px 2px;
    width: 35%;
    display: inline-block; }
  .details-row .custom-checkbox {
    width: 33.3%; }
  .details-row .subscription-row .custom-checkbox {
    width: 50%; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .cover-story-block img {
    height: auto; }
  .latest-story-box {
    padding: 10px 10px 0 2px; }
    .latest-story-box .latest-story-listing li {
      width: 100%; }
      .latest-story-box .latest-story-listing li img {
        width: 100%;
        height: auto; }
  .dropdown-content .latest-story-block .block-views {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .dropdown-content .latest-story-block .heading-common {
    width: auto;
    margin-top: 10px; } }

@media (max-width: 992px) {
  .latest-story-box.search .latest-story-listing li {
    width: 100%;
    margin: 0;
    margin-bottom: 15px; }
  .pdfwidth {
    width: auto;
    height: 823px;
    margin: auto; }
    .pdfwidth p.rteright + div {
      display: none; }
  .issuu-isrendered {
    width: auto !important; }
  .box-grid-wrap {
    margin-bottom: 25px; } }

@media (max-width: 1199px) {
  .cookie-policy {
    width: 100%;
    margin-bottom: 15px; }
  .box-grid-wrap.trending--wrap a .media-info {
    width: 100%; }
  .box-grid-wrap.trending--wrap a .media-block {
    width: 100%; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .latest-story-box.search .latest-story-listing li {
    width: 48%;
    margin: 9px; }
  .tb-megamenu .nav li a {
    padding-top: 13px;
    padding-bottom: 13px; }
  .navbar-nav .nav-item:last-child a:hover:before {
    width: 82px; }
  .navbar-nav .nav-item a:hover:before {
    top: 0px;
    height: 44px; }
  .navbar-nav .magazine a {
    padding-top: 13px !important;
    padding-bottom: 13px !important; }
    .navbar-nav .magazine a:hover:before {
      top: 0px !important;
      height: 44px; }
  a.navbar-brand img {
    max-width: 300px; }
  .dropdown-content .latest-story-block .latest-story-listing li {
    margin: 0 15px 18px 12px; }
    .dropdown-content .latest-story-block .latest-story-listing li a {
      font-size: 13px; }
  .navbar-nav .nav-item .nav-link {
    font-size: 11px;
    margin: 0 4px; }
  .navbar-nav .nav-item .nav-link::after {
    right: -5px;
    height: 12px; }
  .details-row .subscription-row .custom-checkbox {
    width: 50%; } }

/*@media (max-width: 1220px) and (min-width: 1200px){
	.navbar-nav .nav-item:last-child a:hover:before {
	    width: 85px;
	}
	.navbar-nav{ 
		.nav-item{ 
			.nav-link{
				font-size: 13px;
				&:hover{
					&:before{
						top: -7px;
					}
				}
			}
		}
	}
}*/
@media (min-width: 992px) {
  .dropdown-content {
    top: 22px !important; }
  /*.navbar-nav .nav-item:last-child a:hover:before {
	    width: 92px;
	}*/ }

@media (min-width: 576px) and (max-width: 991px) {
  .top-bar-block .container {
    padding-left: 0;
    padding-right: 0; } }

@media (min-width: 576px) and (max-width: 767px) {
  .btn.login-btn {
    padding: 0 15px; }
  .top-search-bar input.form-control {
    width: 156px; }
  .top-bar-block .top-right-block {
    margin-top: 0; }
  .top-bar-block {
    padding: 13px 0px; } }

@media (min-width: 576px) {
  .navbar-expand-lg {
    height: 44px; } }

@media (min-width: 993px) {
  .pdfwidth {
    width: 990px;
    height: 823px;
    margin: auto; } }

@media (min-width: 768px) {
  .page-node-6171 .cols3-grid .box-grid-wrap .media-block figure img {
    height: auto; }
  .page-user-register .checkboxes-wrap {
    padding-left: 0; }
    .page-user-register .checkboxes-wrap fieldset legend {
      color: #fff;
      position: relative;
      text-transform: uppercase;
      margin-bottom: 35px;
      font-size: 18px;
      font-weight: 700;
      line-height: 24px; }
    .page-user-register .checkboxes-wrap fieldset div.form-check {
      width: 20%;
      float: left;
      margin-bottom: 15px; }
      .page-user-register .checkboxes-wrap fieldset div.form-check label {
        color: #ffffff;
        font-size: 14px;
        text-transform: unset;
        position: relative;
        padding-left: 5px;
        font-weight: 400;
        width: auto; }
      .page-user-register .checkboxes-wrap fieldset div.form-check .form-check-input {
        width: 1.1rem;
        height: 1.1rem;
        margin-top: .1rem; }
    .page-user-register .checkboxes-wrap fieldset #edit-field-your-privacy div.form-check {
      width: 40%; }
      .page-user-register .checkboxes-wrap fieldset #edit-field-your-privacy div.form-check .form-check-label {
        width: 100%; }
    .page-user-register .checkboxes-wrap fieldset #edit-field-subscription-details div.form-check {
      width: 40%; }
      .page-user-register .checkboxes-wrap fieldset #edit-field-subscription-details div.form-check .form-check-label {
        width: 100%; } }

@media (max-width: 1199px) and (min-width: 993px) {
  .pdfwidth {
    width: 100%; }
  .issuu-isrendered {
    width: 100% !important; } }

@media (max-width: 576px) {
  .site-footer {
    margin-bottom: 178px; }
  .social-block ul li {
    margin-bottom: 10px; }
  .about-author .author--right {
    padding-left: 15px; }
  .top-bar-block .top-right-block .top-search-bar {
    width: 100%; }
  .pdfwidth {
    width: 100%;
    height: auto;
    margin-bottom: 30px; }
  #navbarTogglerDemo02 .navbar-nav {
    top: 58px !important; } }

@media (max-width: 480px) {
  .main-slider .item-info .large-heading span.light-font {
    font-size: 20px;
    line-height: 20px; }
  .main-slider .item-info .large-heading .bold-font {
    font-size: 22px;
    line-height: 22px; } }
