.pause {
  overflow-y: hidden !important;
}

.pb-50 {
  padding-bottom: 50px;
}

.pt-50 {
  padding-top: 50px;
}

.news-single.tech-tracker .btn-wrap .btn,
.btn {
  font-size: 14px;
  line-height: 1.215;
  font-weight: 400;
  color: #fff;
  font-family: "merriweather", serif;
  border-radius: 0;
  border: 0;
  display: inline-block;
  padding: 11px 15px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.news-single.tech-tracker .btn-wrap .btn.btn-primary, 
.btn.btn-primary {
  background: #BB1836;
}

.news-single.tech-tracker .btn-wrap .btn.btn-primary:is(:hover, :active, :focus),
.btn.btn-primary:is(:hover, :active, :focus) {
  background: #a2162f;
}

.btn.btn-white {
  color: #064B8D;
  background: #fff;
  border: 1px solid #979797;
}

.btn.btn-white:is(:hover, :active, :focus) {
  color: #fff;
  background: #BB1836;
  border: 1px solid #BB1836;
}

.header-wrap {
  background: #222222;
}

.container {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1354px;
}

.header-wrap .logo a {
  display: inline-block;
  outline: none;
  text-decoration: none;
}

.header-wrap .logo a:focus {
  outline: none;
  text-decoration: none;
}

.header-wrap .logo a img {
  max-width: 278px;
  transition: all 0.3s ease-in-out;
}

.header-top {
  background: #030000;
}

.header-social {
  display: inline-flex;
  align-items: center;
  padding-right: 13px;
}

.header-social ul {
  display: inline-flex;
  align-items: center;
  column-gap: 10px;
}

.header-social ul li a {
  display: block;
  height: 20px;
  width: 20px;
}

.header-social ul li a img {
  width: 100%;
  height: auto;
}

.header-search .input-box input {
  font-size: 14px;
  line-height: 1.142;
  color: #171717;
  border-radius: 0;
  border: 0;
  height: 40px;
  padding: 10px 14px;
  font-family: "raleway", sans-serif;
}

.header-search .input-box input::-webkit-input-placeholder {
  opacity: 1;
  color: #171717;
}

.header-search .input-box input:-moz-placeholder {
  opacity: 1;
  color: #171717;
  opacity: 1;
}

.header-search .input-box input::-moz-placeholder {
  opacity: 1;
  color: #171717;
  opacity: 1;
}

.header-search .input-box input:-ms-input-placeholder {
  opacity: 1;
  color: #171717;
}

.header-search .input-box input::-ms-input-placeholder {
  opacity: 1;
  color: #171717;
}

.header-search .input-box input:focus {
  outline: none;
  box-shadow: none;
}

.header-wrap ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.header-wrap header {
  padding-top: 10px;
  padding-bottom: 17px;
}

.header-wrap header .container {
  max-width: 1340px;
}

.header-wrap header .header-menu {
  margin-left: auto;
}

.header-wrap header .menu>ul {
  display: flex;
  flex-wrap: wrap;
  column-gap: 36px;
}

header .menu>ul>li {
  position: relative;
  display: inline-flex;
  column-gap: 8px;
}

header .menu ul li .menu-arrow {
  width: 30px;
  display: grid;
  place-items: center;
}

header .menu ul li .menu-arrow span {
  width: 0px;
  height: 0px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #fff;
  display: block;
}

header .menu>ul>li>a {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "raleway", sans-serif;
  text-decoration: none;
  outline: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

header .menu>ul>li>a:hover {
  outline: none;
  color: #BB1836;
}

header .menu>ul>li>.sub-menu>li>a {
  display: block;
  font-size: 16px;
  color: #222222;
  font-weight: 500;
  font-family: "raleway", sans-serif;
  text-decoration: none;
  padding: 8px 0;
  text-transform: uppercase;
  outline: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

header .menu>ul>li>.sub-menu>li>a:hover {
  color: #bb1836;
}

#content {
  padding: 0;
}

.news-wrap {
  overflow: hidden;
}

.news-box .img-box {
  display: block;
  position: relative;
  padding-bottom: 100%;
}

.news-box .img-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-box h3 {
  padding-top: 21px;
  font-size: 19px;
  line-height: 1.315;
  color: #000000;
  font-family: "merriweather", serif;
}

.news-box h3 a {
  color: currentColor;
  text-decoration: none;
  font-family: "merriweather", serif;
}

.news-box h3 a:hover {
  text-decoration: underline;
}

.news-box span {
  display: block;
  font-size: 16px;
  line-height: 1.315;
  font-weight: 400;
  color: #000;
  font-family: "raleway", sans-serif !important;
  font-style: italic;
  padding-top: 7px;
}

.news-box span a {
  color: currentcolor;
  font-family: "raleway", sans-serif !important;
}

.top-news-box {
  padding-bottom: 33px;
  border-bottom: 1px solid #979797;
}

.top-news-box .news-box .img-box {
  padding-bottom: 53%;
}

.top-news-box .news-box h3 {
  font-size: 25px;
  padding-top: 13px;
}

.news-two-col {
  padding: 30px 0 34px;
}

.news-two-col ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -32px;
  padding: 0;
}

.news-two-col ul>li {
  width: 50%;
  padding: 0 32px;
  position: relative;
}

.news-two-col .news-box .img-box {
  padding-bottom: 53%;
}

.news-two-col .news-box h3 {
  padding-top: 19px;
  font-size: 19px;
}

.news-two-col .news-box span {
  padding-top: 6px;
  font-size: 14px;
}

.news-list .archivist_wrapper>ul,
.news-list>ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  padding: 0;
}

.news-list .archivist_wrapper>ul li,
.news-list>ul li {
  padding: 30px 0;
  border-top: 1px solid #979797;
}

.news-box.news-sm {
  display: flex;
}

.news-box.news-sm .img-box {
  width: 30.365%;
  padding-bottom: 17%;
  flex-shrink: 0;
}

.news-box.news-sm .news-info {
  width: 100%;
}

.news-box.news-sm .img-box+.news-info {
  padding-left: 30px;
}

.news-box.news-sm h3 {
  padding-top: 0;
}

.news-box.news-sm span {
  font-size: 14px;
}

.news-wrap .column-wrap {
  display: flex;
  flex-wrap: wrap;
}

.news-wrap .col-left {
  width: calc(100% - 642px);
  flex-shrink: 0;
  padding-bottom: 50px;
}

.news-wrap .col-right {
  width: 642px;
  padding-left: 42px;
  position: relative;
  z-index: 1;
}

.news-wrap .col-right::after {
  content: "";
  position: absolute;
  top: 0;
  left: 42px;
  bottom: 0;
  /* width: 50vw; */
  background: #EEEEEE;
  z-index: -1;
  right: 0;
}

.news-wrap.dc-tracker .col-right::after{
  display:none;
}
.news-wrap.dc-tracker .col-left {
  width: calc(100% - 528px);
}
.news-wrap.dc-tracker .col-right {
   width: 528px;
   padding-left: 68px;
}

.innovation-box {
  padding: 50px 45px 144px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.innovation-box::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  /* width: 50vw; */
  background: #1E3262 url("../imgs/bg-pattern.png") no-repeat center bottom / contain;
  z-index: -1;
  right: 0;
}

.innovation-box .btn-wrap{
  text-align: left;
  padding-top:44px;
}

.innovation-box .innovation-title {
  text-align: left;
  font-size: 28px;
  line-height: 1.3;
  font-style: italic;
  color: #fff;
  font-family: "merriweather", serif;
  padding-bottom:27px;
  color:#F3EEE2;
}
.innovation-box .innovation-title  span{
  font-size:38px;
  line-height:0.657;
  font-style: normal;
  font-weight: 400;
  font-family: "le-monde-journal-std-2",serif;
}

/* .innovation-box .innovation-title span {
  display: inline-block;
  background-color: #BB1836;
  padding: 11px 0 11px 45px;
  background-position: right center;
  background-repeat: no-repeat;
  font-style: normal;
  letter-spacing: .01em;
  position: relative;
  color: #fff;
  font-size: 32px;
  line-height: 1.375;
  z-index: 1;
} */

/* .innovation-box .innovation-title span::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -39px;
  width: 0;
  height: 0;
  border-top: 33px solid transparent;
  border-left: 39px solid #BB1836;
  border-bottom: 33px solid transparent;
} */

.innovation-box .innovation-list {
  background:#F3EEE2;
  padding:1px 20px;
}
.innovation-box .innovation-list ul {
  list-style: none;
  padding: 0;
}

.innovation-box .innovation-list ul li {
  padding: 24px 0;
  text-align: left;
  display: flex;
  flex-direction: column;
}

.innovation-box .innovation-list ul li:not(:last-child) {
  border-bottom: 1px solid #627091;
}

.innovation-box .innovation-list ul li span {
  font-size: 15px;
  font-style: italic;
  color: #1E3262;
  padding-bottom: 5px;
  font-family: "raleway", sans-serif;
}

.innovation-box .innovation-list ul li a {
  font-family: "merriweather", serif;
  font-size: 18px;
  color: #1E3262;
  text-decoration: none;
}

.innovation-box .innovation-list ul li a:hover {
  text-decoration: underline;
}

.recent-studies {
  padding: 30px 100px 39px 64px;
  text-align: center;
}

.category .recent-studies {
  padding-top: 70px;
}

.recent-studies h3 {
  font-size: 37px;
  line-height: 1.24;
  font-weight: 400;
  color: #000000;
  font-family: "merriweather", serif;
  margin: 0;
  padding-bottom: 24px;
}

.recent-studies .title {
  font-size: 37px;
  line-height: 1.243;
  color: #000000;
  font-family: "merriweather", serif;
  padding-bottom: 24px;
  border-bottom: 1px solid #979797;
}

.recent-studies .list ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.recent-studies .list ul li {
  padding: 19px 0;
  border-top: 1px solid #979797;
}

.studie-box {
  display: flex;
  align-items: center;
  text-align: left;
  text-decoration: none !important;
}

.studie-box:hover {
  color: #212529;
  text-decoration: underline !important;
}

.studie-box .img {
  width: auto;
  flex-shrink: 0;
}

.studie-box h3 {
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  line-height: 1.16;
  padding-left: 42px;
  font-family: "raleway", sans-serif;
}

.sidebar .side-box .img-box {
  padding-bottom: 63.562%;
  position: relative;
}

.sidebar .side-box .info {
  padding: 44px 80px 51px 70px;
  background: #1E3262;
}

.sidebar .side-box .info p {
  font-size: 18px;
  line-height: 1.777;
  font-weight: 400;
  color: #fff;
  font-family: "merriweather", serif;
}

.sidebar .side-box .info .name {
  font-size: 15px;
  line-height: 1.2;
  font-weight: 500;
  color: #fff;
  font-family: "raleway", sans-serif;
  text-transform: uppercase;
  margin-left: auto;
  display: block;
  text-align: right;
  letter-spacing: 2px;
}

.sidebar .side-box .info .name::before {
  content: "—";
}

.sidebar .side-box .img-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sidebar .side-box .img-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer-wrap {
  padding: 20px 0 35px;
  background: #000000;
}

.footer-wrap .container {
  display: flex;
  align-items: center;
}

.footer-wrap .container .address {
  padding: 0 30px;
}

.footer-wrap .container .address p {
  font-size: 18px;
  line-height: 1.333;
  color: #fff;
  font-family: "raleway", sans-serif;
  margin: 0;
}

.footer-wrap .container .address p a {
  margin: 0;
  color: currentColor;
  text-decoration: none;
  font-family: "raleway", sans-serif;
}

.footer-wrap .container .btn-wrap {
  margin-left: auto;
}

.footer-wrap .logo a img {
  max-width: 198px;
}

/* .news-wrap.categories .news-box.news-sm .news-info {
    padding-left: 0;
} */

.category .news-wrap .page-title {
  border: 0;
  margin: 0;
}

.news-wrap .page-title {
  margin-bottom: 10px;
}

.tag .page-header h1,
.error404 .page-header h1,
.news-wrap .page-title h1 {
  font-size: 40px;
  font-family: "merriweather", serif;
  text-transform: capitalize;
  padding: 0 0 15px;
}

.news-wrap.dc-tracker .page-title h1{
  font-size:36px;
  line-height1.3;
  font-style:italic;
}
.news-wrap.dc-tracker .page-title h1 span{
  font-size:43px;
  line-height:1.255;
  font-style:normal;
  font-weight:400;
  font-family: "le-monde-journal-std-2",serif;
}

.news-single {
  padding: 50px 0;
}

.news-single .container {
  max-width: 900px;
}

.news-single p a {
  color: #c94556 !important;
  font-size: 16px;
  font-family: "raleway", sans-serif;
}

.news-single p {
  font-family: "raleway", sans-serif;
}

.news-single .news-column-wrap {
  display: flex;
}

.news-single .news-column-wrap .col-left {
  width: 200px;
  flex-shrink: 0;
  padding-right: 30px;
}

.news-single .col-left .date {
  font-size: 14px;
  font-family: "raleway", serif;
  font-weight: 500;
  padding-bottom: 5px;
  font-style: italic;
}

.news-single .col-left .author {
  font-size: 16px;
  font-family: "merriweather", serif;
  font-weight: 500;
  padding-bottom: 5px;
  text-decoration: none;
}

.news-single .col-left .author a {
  color: #212529;
  float: initial;
  font-weight: 400;
}

.news-single .next-back {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 15px;
}

body:is(.search, .tag) .next-prev,
.news-single .next-prev {
  display: inline-flex;
  align-items: center;
  column-gap: 30px;
}

body:is(.search, .tag) .next-prev {
  display: flex;
  justify-content: space-between;
}

.next-prev a,
.nav-next a,
.nav-previous a,
body:is(.search) .next-prev a,
body:is(.search) .nav-next a,
body:is(.search) .nav-previous a,
.news-single a {
  display: inline-block;
  font-size: 16px;
  font-family: "merriweather", serif;
  font-weight: 500;
  padding-bottom: 5px;
  text-decoration: none;
  color: #212529;
}

.news-single .news-column-wrap .col-right {
  width: 100%;
}

body.single .row.archive-select,
.news-social-share {
  display: flex;
  align-items: center;
  column-gap: 30px;
  padding: 30px 0 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2) !important;
}

.news-social-share h3 {
  margin-bottom: 0;
}

.social {
  padding: 0;
  display: inline-flex;
  align-items: center;
  column-gap: 10px;
  margin: 0;
}

.social li {
  display: inline-flex;
}

.social li a {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  color: #fff;
  background: #212529;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}

.news-content {
  padding-bottom: 30px;
}

.news-content p:last-child {
  margin-bottom: 0;
}

.news-single .news-title {
  padding-bottom: 20px;
}

:is(.page-template-default, .page-template-content-full-width, .page-template) h1.entry-title,
.news-single .news-title h1 {
  color: #212529;
  font-size: 32px;
  line-height: 1.3;
  font-family: "merriweather", serif;
}

:is(.page-template-default, .page-template-content-full-width, .page-template) h1.entry-title {
  border-top: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.author-content :is(p, li, strong, em),
.news-content :is(p, li, strong, em) {
  font-size: 16px;
  line-height: 1.5;
  color: #212529;
  font-family: "raleway", sans-serif;
}

.single p.no-break {
  margin: 0;
  padding: 0;
  border: 0;
}

.news-content :is(h1, h2, h3, h4, h5, h6) {
  font-weight: 500;
}

.news-content :is(h1, h2, h3, h4, h5, h6, ul, ol, img) {
  margin: max(32px, 3.1vw) 0 max(16px, 2.604vw);
}

.news-content figure {
  position: relative;
  padding-bottom: max(56.5%, 27.7vw);
}

.news-content figure img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: initial;
  margin-top: max(32px, 2.4vw) !important;
  object-fit: cover;
}

.news-content :is(p, img, h1, h2, h3, h4, h5, h6, ol, ul):first-child {
  padding-top: 0;
  margin-top: 0;
}

.news-content :is(p, img, h1, h2, h3, h4, h5, h6, ol, ul):last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

.news-list form {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px;
}

.news-list form .select,
body:is(.single, .category, .page-template, .author, .tag) .row.archive-select {
  display: flex;
  align-items: flex-end;
}

body:is(.single, .category, .page-template, .author, .tag) .row.archive-select .col-md-6.text-right {
  margin-left: auto;
}

body:is(.single, .category, .page-template, .author, .tag) .row.archive-select .pages-nav .page-of {
  font-size: 16px;
}

body:is(.single, .category, .page-template, .author, .tag) .row.archive-select .text-right p {
  margin: 0;
  font-size: 16px;
  padding-bottom: 8px;
}

body:is(.single, .category, .page-template, .author, .tag) .row.archive-select .text-right form {
  display: inline-flex;
  flex-wrap: wrap;
  column-gap: 8px;
}

body:is(.single, .category, .page-template, .author, .tag) .row.archive-select .page-of .wp-pagenavi,
body:is(.single, .category, .page-template, .author, .tag) .row.archive-select .page-of {
  display: flex;
  align-items: center;
  column-gap: 8px;
}

.news-list form select,
body:is(.single, .category, .page-template, .author, .tag) .row.archive-select .text-right select,
body:is(.single, .category, .page-template, .author, .tag) .row.archive-select .page-of select {
  height: 40px;
  border-radius: 0;
  font-size: 16px;
  padding: 0 8px;
  border: 1px solid #000;
  outline: none;
  font-family: "raleway", sans-serif;
}

.news-list form input[type="submit"],
body:is(.single, .category, .page-template, .author, .tag) .row.archive-select .text-right input[type="submit"] {
  font-size: 16px;
  padding: 8px 20px;
  border-radius: 0;
  color: #fff;
  background: #222222;
  border: 0;
  outline: none;
  font-family: "raleway", sans-serif;
}

body:is(.single, .category, .page-template, .author, .tag) .row.archive-select :is(.page-numbers.prev, .page-numbers.next) {
  margin-top: 16px;
  outline: none;
}

body.single .row.archive-select .text-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.page-template-page-templates .entry-content p {
  font-size: 16px;
  line-height: 1.5;
  font-family: "raleway", sans-serif;
}

.page-template-page-templates .entry-content .gform_fields {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px !important;
}

.page-template-page-templates .entry-content .gform_fields .gfield {
  padding: 0 10px !important;
  width: 100% !important;
}

.page-template-page-templates .entry-content .gform_fields .ginput_container span :is(.name_last, .name_first) {
  width: 50%;
  padding: 0 10px 0 !important;
}

.pum-container legend,
.page-template-page-templates .entry-content .gform_fields label {
  font-size: 16px;
  line-height: 1.5;
  font-family: "raleway", sans-serif;
  padding-bottom: 8px;
  margin: 0;
}

.page-template-page-templates .entry-content .gform_fields label .gfield_required {
  color: red;
}

.page-template-page-templates .entry-content .gform_fields .ginput_container span {
  display: block;
  width: 100%;
}

.pum-container legend .gfield_required {
  width: 100%;
}

.pum-container legend .gfield_required,
.page-template-page-templates .entry-content .gform_fields .ginput_container :is(input, select, textarea):not([type="submit"]) {
  font-size: 16px !important;
  line-height: 1.5;
  margin: 0;
  height: 50px;
  border-radius: 0 !important;
  border: 1px solid #000;
  padding: 10px !important;
  width: 100% !important;
}

body .gform_legacy_markup_wrapper .top_label div.ginput_container {
  display: flex !important;
  width: initial;
  row-gap: 15px;
  flex-wrap: wrap;
}

body .gform_legacy_markup_wrapper .top_label div.ginput_container {
  display: flex !important;
  width: initial;
  flex-wrap: wrap;
}

.gform_legacy_markup_wrapper .ginput_complex.ginput_container {
  margin: 0 -10px;
}

.gform_legacy_markup_wrapper .ginput_complex.ginput_container span {
  width: 50% !important;
  padding: 0 10px !important;
  margin: 0 !important;
}

body .gform_legacy_markup_wrapper .gfield.gfield--type-address .ginput_complex span {
  width: 50%;
}

body .gform_legacy_markup_wrapper .gfield.gfield--type-textarea {
  margin-bottom: 0 !important;
}

body .gform_legacy_markup_wrapper .gfield.gfield--type-textarea .ginput_container {
  margin: 0 !important;
}

body .gform_legacy_markup_wrapper .gfield.gfield--type-textarea .ginput_container textarea {
  height: 120px !important;
  padding: 10px !important;
}

.page-template-default .entry-content p {
  font-size: 16px;
  line-height: 1.3;
  color: #212529;
}

.page-template-default .entry-content p a {
  font-size: 16px;
  line-height: 1.3;
  color: currentColor;
  font-family: "raleway", sans-serif;
}

.page-template-default .entry-content p a:not(:hover) {
  text-decoration: none;
}

:is(.page-template, .page-template-default) .site-content {
  min-height: calc(100vh - 286px);
  /*     padding-bottom: 50px !important; */
}

.gform_legacy_markup_wrapper .gform_footer {
  margin: 0 !important;
  padding-bottom: 0 !important;
}

.gform_legacy_markup_wrapper .gform_footer input[type="submit"] {
  background: #000000 !important;
  font-size: 16px !important;
  padding: 10px 28px !important;
  margin: 0 !important;
}

.news-two-col .recent-studies {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  row-gap: 30px;
}

.news-two-col .recent-studies .blog_article {
  width: 33.3333%;
  padding: 0 15px;
  border: 0 !important;
}

.news-two-col .recent-studies .blog_article::after {
  display: none;
}

.pum-container .gform_heading .gform_required_legend,
.pum-container .gform_heading h2 {
  font-size: 18px;
  font-family: "merriweather", serif;
  color: #000;
  text-align: center;
}

.pum-container .gform_heading p.gform_required_legend {
  font-family: "raleway", sans-serif;
}

.pum-container .gform_heading .gform_required_legend {
  font-size: 14px;
}

.pum-theme-17399 .pum-content+.pum-close,
.pum-theme-default-theme .pum-content+.pum-close {
  background: rgb(34 34 34);
}

.pum-container .gform-body .gform_fields {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  width: initial;
}

.pum-container .gform-body .gform_fields .gfield {
  width: 100%;
  padding: 0 10px;
}

.gform_wrapper.gravity-theme .gfield_label {
  border: 0;
}

.pum-container legend .gfield_required {
  border: 0;
  padding: 0 !important;
  width: auto !important;
  height: auto !important;
}

.pum-container :is(input):not([type="submit"]) {
  height: 40px;
  border-radius: 0 !important;
  border: 1px solid #00000057;
  padding: 10px !important;
  font-family: "raleway", sans-serif;
}

.pum-container .gform-body .gfield_checkbox {
  padding-bottom: 25px;
}

.pum-container .gform-body .gfield_checkbox .gchoice:not(:last-child) {
  padding-bottom: 5px;
}

.pum-container .gform-body .gfield_checkbox .gchoice input[type="checkbox"] {
  display: none;
}

.pum-container .gform-body .gfield_checkbox .gchoice label {
  color: #000;
  font-family: "raleway", sans-serif;
  padding-left: 25px;
  position: relative;
}

.pum-container .gform-body .gfield_checkbox .gchoice label:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 1px;
  width: 14px;
  height: 14px;
  border: 1px solid #000;
  border-radius: 4px;
}

.pum-container .gform-body .gfield_checkbox .gchoice label:before {
  content: "";
  position: absolute;
  left: 4px;
  top: 3px;
  width: 5px;
  height: 8px;
  border: 2px solid #fff;
  border-left: 0;
  border-top: 0;
  transform: rotate(45deg);
  transition: all 0.3s ease-in-out;
  z-index: 1;
}

.pum-container .gform-body .gfield_checkbox .gchoice input[type="checkbox"]:not(:checked)+label:before {
  opacity: 0;
}

.pum-container .gform-body .gfield_checkbox .gchoice input[type="checkbox"]:checked+label:after {
  background: #000;
}

.pum-container .gform_footer input[type="submit"] {
  margin: 0 !IMPORTANT;
  font-size: 14px !important;
  line-height: 1.215 !important;
  font-weight: 400;
  color: #fff !important;
  background: #BB1836 !important;
  font-family: "merriweather", serif;
  border-radius: 0 !important;
  border: 0 !IMPORTANT;
  display: inline-block !important;
  padding: 12px 15px !important;
  transition: all 0.3s ease-in-out !important;
}

.pum-container .gform-body .ginput_container {
  display: flex;
  flex-wrap: wrap;
}

.pum-container .gform-body .ginput_container .gform-grid-col {
  width: 50%;
  display: block;
}

.page-template-page-templatesauthor-php .news-content :is(p, span, i, em),
.page-template-page-templatesauthor-php .news-content p {
  font-family: "raleway", sans-serif;
}

.page-template-author p img,
.page-template-author figure,
.page-template-page-templatesauthor-php .news-content p img {
  margin-right: 25px;
  margin-bottom: 20px;
}

.page-template-author .news-wrap .col-left {
  min-height: calc(100vh - 286px);
}

.page-template-page-templatesauthor-php .pf-button a {
  display: inline-block;
  font-size: 16px;
  font-family: "merriweather", serif;
  font-weight: 500;
  padding-bottom: 5px;
  text-decoration: none;
  color: #212529;
}

.single .fa.circle {
  background: #000;
}

.gform_wrapper .gform_fields .gfield.gfield_error {
  background: none;
  border: 0;
}

.gform_wrapper .gform_fields .gfield .gfield_description {
  padding-top: 8px;
  font-size: 12px;
  font-family: "raleway", sans-serif;
}

.gform_validation_errors .gform_submission_error {
  padding: 0 10px;
}

.gform_validation_errors .gform_submission_error .gform-icon {
  padding-right: 5px
}

.gform_validation_errors .gform_submission_error:before {
  display: none !important;
}

.pum-theme-17399,
.pum-theme-default-theme {
  background: rgba(0, 0, 0, .5);
}

#print-buttons {
  margin-top: 27px;
}

.printfriendly a span {
  font-family: "raleway", sans-serif;
}

.printfriendly a:hover span {
  text-decoration: underline;
}

.printfriendly a {
  color: #000;
}

body:is(.author, .search) .site-content {
  padding: 50px 0 !important;
}

body:is(.author, .search) .page-title {
  padding: 15px 0px;
  border: 0;
  /*border-bottom: 1px solid #979797;*/
}

/* body.search .page-title {
    border:0;
} */

.author .news-box h3 {
  padding-top: 0;
}

body:is(.author, .search) .page-title h1 {
  font-size: 40px;
  font-family: "merriweather", serif;
  text-transform: capitalize;
  padding: 0 0 15px;
}

.author .page-title h1 a {
  color: currentColor;
  font-family: "merriweather", serif;
}

.author .news-box .ewb_excerpt {
  font-style: normal;
  font-size: 16px;
  line-height: 1.5;
  color: #212529;
  font-family: "raleway", sans-serif !important;
}

.author .news-box .ewb_excerpt a {
  color: currentColor;
  font-family: "raleway", sans-serif !important;
}

body.search .news-box h3 {
  padding-top: 0;
}

body.page-template-recent-studies .news-box .img-box {
  padding-bottom: 65%
}

body.page-template-recent-studies .news-box .img-box img {
  object-fit: contain;
}

body.page-template-recent-studies .news-box .h3 {
  padding-bottom: 10px;
}

.page-template-author figure {
  margin-right: 25px !important;
  margin-bottom: 20px !important;
}

.page-template-author .studie-box h3 {
  padding: 0;
}

.page-template-recent-studies .news-box h3 {
  padding-bottom: 10px !important;
}

body.error404 .site-content {
  padding: 50px 0 !important;
}

body.error404 .page-header {
  margin: 0;
}

.error404 .page-header h1 {
  border-bottom: 1px solid #979797;
}

.error404 .page-content p {
  font-size: 16px;
  line-height: 1.5;
  color: #212529;
  font-family: "raleway", sans-serif;
}

.error404 .search-form {}

.tag .row.archive-select {
  padding-bottom: 10px;
}

.swiftype-widget .autocomplete ul {
  background: #222222;
}

.swiftype-widget .autocomplete li p.title em, 
body.page-template .swiftype-widget .autocomplete ul li p.title, 
.swiftype-widget .autocomplete li.active p.title, 
body.swiftype-widget .autocomplete ul li p.title, 
.swiftype-widget .autocomplete li.active p.title {
  color: #fff !important;
  font-family: "raleway", sans-serif;
}

body .swiftype-widget .autocomplete ul li.active,
.swiftype-widget .autocomplete ul li.active {
  background: #222222;
  border-bottom: 1px solid rgba(255, 255, 255, 20%) !important;
  border-top: 0 !important;
  box-shadow: none;
}

.swiftype-widget .autocomplete li {
  border-top: 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 20%);
}


.error404 .page-content .search-form{
  display:flex;
  padding-bottom:15px;
}
.error404 .page-content .search-form input[type="search"]{
  font-size:14px;
  height:39px;
  border: 1px solid #000;
  border-radius: 0;
  font-family: "raleway", sans-serif;
}

.error404 .page-content .widget select,
.error404 .page-content .search-form input[type="submit"]:hover,
.error404 .page-content .search-form input[type="submit"]{
  font-size:14px;
  height:39px;
  color:#fff;
  background: #222222;
  font-family: "raleway", sans-serif;
  padding:0 10px;
}
.error404 .page-content .widget .widgettitle{
  font-family: "raleway", sans-serif;
  font-size: 20px;
  font-weight: 700;
  padding-bottom:10px;
}

.error404 .page-content .widget ul{
  padding: 0;
  margin: 0;
}
.error404 .page-content .widget ul li{
  font-size:16px;
  font-weight:400;
  font-family: "raleway", sans-serif;
}
.error404 .page-content .widget ul li a{
  font-family: "raleway", sans-serif;
  color:#222222;
  text-decoration:none;
}
.error404 .page-content .widget ul li:not(:last-child){
  padding-bottom:15px;
}

.error404 .page-content .widget:not(:last-child){
  padding-bottom:20px;
}

.error404 .page-content .widget .tagcloud {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.error404 .page-content .widget .tagcloud a{
  font-size:16px !important;
  font-weight:400;
  font-family: "raleway", sans-serif;
  color:#222222;
}
.error404 .page-content .widget .tagcloud a:not(:last-child){
  margin-bottom:10px;
}





@media(min-width:768px) {
  .news-two-col ul>li:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    background: #979797;
  }
  .news-two-col ul>li:not(:last-child) .news-wrap .col-left .innovation-box {
    display: none;
  }
}

@media(min-width:992px) {
  .footer-wrap .container .logo {
    order: 1;
  }
  .footer-wrap .container .address {
    order: 2;
  }
  .footer-wrap .container .btn-wrap {
    order: 3;
    margin-bottom: auto;
    padding-top: 14px;
  }
  .footer-wrap .header-social-search {
    display: none !important;
  }
  .news-wrap .col-left {
    /*         width: 52%;
        flex-shrink: 0; */
    padding-top: 43px;
  }
  .news-wrap .col-left .innovation-box {
    display: none !important;
  }
  .container.container-wide {
    max-width: calc((100vw - 1339px)/2 + 1339px);
    padding-right: 0px
  }
  .home-mobile {
    display: none;
  }
}

@media(min-width:1025px) {
  .header-wrap .menu-toggle {
    display: none;
  }
  header .menu>ul>li>.sub-menu {
    display: block !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 280px;
    background: #fff;
    padding: 0 15px;
    z-index: 9;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    transform: translateY(15px);
    opacity: 0;
    visibility: hidden;
  }
  header .menu>ul>li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
  }
  header .menu>ul>li>.sub-menu>li:not(:last-child) {
    border-bottom: 1px solid rgba(34, 34, 34, 0.1);
  }
}

@media(max-width:1199px) {
  .header-wrap header .menu ul {
    column-gap: 28px;
  }
  header .menu ul li a {
    font-size: 16px;
  }
  .news-wrap .col-right {
    width: 40%;
  }
  .news-wrap .col-left {
    width: 60%;
  }
    
  .news-wrap.dc-tracker .col-left {
    width: calc(100% - 420px);
   }
  .news-wrap.dc-tracker .col-right {
    width: 420px;
    padding-left: 50px;
  }
  
  
  .recent-studies>h3 {
    font-size: 34px
  }
  .recent-studies {
    padding: 30px 40px 39px 40px;
  }
}

@media(max-width:1024px) {
  .header-wrap .header-menu {
    position: fixed;
    top: 0;
    right: -320px;
    bottom: 0;
    background: #fff;
    width: 320px;
    padding: 60px 15px 20px;
    z-index: 1;
    height: 100vh;
    overflow: auto;
    z-index: 99;
    transition: all 0.3s ease-in-out;
  }
  .header-wrap .header-menu.active {
    right: 0;
  }
  .header-menu .menu-toggle {
    padding: 8px 15px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    text-align: right;
  }
  .header-wrap .menu-toggle button {
    background: transparent;
    border: 0;
    border-radius: 0;
  }
  .header-menu .menu-toggle button {
    width: 28px;
    height: 28px;
  }
  .header-wrap .menu-toggle {
    margin-left: auto;
  }
  .header-menu .menu-toggle button span {
    display: block;
    position: relative;
  }
  .header-menu .menu-toggle button span::after,
  .header-menu .menu-toggle button span::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: #222222;
  }
  .header-menu .menu-toggle button span::before {
    transform: rotate(45deg);
  }
  .header-menu .menu-toggle button span::after {
    transform: rotate(-45deg);
  }
  .header-wrap .header-top {
    display: none;
  }
  .header-wrap header .menu ul {
    flex-direction: column;
    height: initial;
  }
  .header-wrap header .menu ul li {
    /* padding: 8px 0; */
    flex-wrap: wrap;
  }
  .header-wrap header .menu>ul>li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }
  .header-wrap header .menu>ul>li>a {
    padding: 8px 0;
  }
  .header-wrap header .menu ul li .sub-menu {
    width: 100%;
    display: none;
  }
  .header-wrap header .menu ul li .sub-menu>li {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
  }
  header .menu {
    height: 100%;
    overflow-y: auto;
  }
  header .menu ul li a {
    font-size: 16px;
    color: #222222;
    text-transform: capitalize;
    padding: 4px 0;
    display: block;
  }
  header .menu>ul>li>.sub-menu>li>a {
    padding: 8px 8px;
    text-transform: uppercase;
  }
  header .menu ul li .menu-arrow {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
  }
  header .menu ul li .menu-arrow span {
    border-top-color: #222222;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
  }
  header .menu ul li .menu-arrow.active span {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
  }
}

@media(max-width:991px) {
  .news-wrap .col-right {
    padding-left: 30px;
  }
  .news-wrap .col-right::after {
    left: 30px;
  }
  .studie-box h3 {
    padding-left: 25px;
    padding-bottom: 0;
  }
  .recent-studies {
    padding: 15px 8px 0 8px;
  }
  .news-wrap .column-wrap {
    flex-direction: column;
  }
  .news-wrap.dc-tracker .col-left,
  .news-wrap .col-left {
    width: 100%;
  }
  .news-wrap.dc-tracker .col-right,
  .news-wrap .col-right {
    width: 100%;
    padding-left: 0px;
  }
  .news-wrap.dc-tracker .col-right {
    padding-bottom: 15px;
  }
  .news-wrap .col-right::after {
    left: -15px;
    right: -15px;
    width: initial;
  }
  .innovation-box::after {
    left: 0;
    right: 0;
    width: inherit;
  }
  .news-wrap {
    padding-top: 20px;
  }
  .footer-wrap .container {
    flex-direction: column;
  }
  .footer-wrap .container .address {
    padding: 0;
  }
  .footer-wrap .container .btn-wrap {
    margin-right: auto;
    padding: 20px 0;
  }
  .footer-wrap .container .address p {
    text-align: center;
  }
  .footer-wrap .header-social-search {
    flex-direction: column-reverse;
    align-items: center;
    row-gap: 26px;
    padding-top: 36px;
  }
  .recent-studies .list .btn-wrap {
    display: none;
  }
  .side-box {
    margin-left: -15px;
    margin-right: -15px;
  }
  .author .page-title h1,
  .news-wrap .page-title h1 {
    font-size: 34px;
  }
  .sidebar .innovation-box {
    display: none;
  }
  .recent-studies>h3 {
    font-size: 28px
  }
  .home-desktop {
    display: none !important;
  }
}

@media(max-width:767px) {
  .header-wrap .logo a img {
    max-width: 175px;
  }
  .top-news-box {
    padding-bottom: 35px;
  }
  .top-news-box .news-box h3 {
    font-size: 20px;
  }
  .news-two-col .news-box h3 {
    font-size: 18px;
  }
  .news-two-col ul {
    flex-direction: column;
    margin: 0;
  }
  .news-two-col ul>li {
    width: 100%;
    padding: 0;
  }
  .news-two-col ul>li:not(:last-child) {
    padding-bottom: 26px;
    border-bottom: 1px solid #979797;
  }
  .news-two-col ul>li:not(:first-child) {
    padding-top: 26px;
  }
  .news-box.news-sm {
    flex-direction: column;
    row-gap: 15px;
  }
  .news-box.news-sm .img-box {
    width: 100%;
    padding-bottom: 52%;
  }
  .news-box.news-sm .img-box+.news-info {
    padding-left: 0;
  }
  .innovation-box {
    padding: 25px 15px 39px;
  }
  .innovation-box .innovation-title {
    font-size: 18px;
    padding-bottom:20px;
  }
  .innovation-box .innovation-title  span{
    font-size:26px;
  }
  .innovation-box .innovation-list ul li span {
    font-size: 12px;
  }
  .innovation-box .innovation-list ul li a {
    font-size: 15px;
  }
  .news-two-col {
    padding-top: 34px;
  }
  .sidebar .side-box .info {
    padding: 24px 25px;
  }
  .sidebar .side-box .img-box {
    padding-bottom: 68.97%;
  }
  .studie-box h3 {
    font-size: 15px;
    padding-left: 25px;
  }
  .footer-wrap .container .address p {
    font-size: 14px;
  }
  .page-template-content-full-width h1.entry-title,
  .news-single .news-title h1 {
    font-size: 28px;
  }
  .author .page-title h1,
  .news-wrap .page-title h1 {
    font-size: 28px;
  }
  .news-wrap.dc-tracker .page-title h1{
    font-size:28px;
  }
  .news-wrap.dc-tracker .page-title h1 span{
    font-size:34px;
  }
  .news-single .news-column-wrap {
    flex-direction: column;
  }
  .news-single a {
    font-size: 14px;
  }
  .news-single .next-prev {
    column-gap: 10px;
  }
  .news-two-col .recent-studies .blog_article {
    width: 100%;
  }
  .recent-studies>h3 {
    font-size: 20px
  }
  body:is(.author, .search) .site-content {
    padding: 30px 0 !important;
  }
  .footer-wrap .container .address a .footer-address-line{
    font-size: 0;
    display: block;
  }
}

@media(max-width:480px) {
  body .pages-nav.col-md-6 {
    max-width: 100%;
  }
}


/* new changes 13-9-2024 */
.sidebar.stl-1 {
  height: 100%;
  background:#2AA2B3;
  padding:90px 58px 40px   78px;
}
.sidebar.stl-1 .sidebar-about{
  max-width:324px;
}
.sidebar.stl-1 .sidebar-about h3{
  font-size:30px;
  line-height:1.266;
  color:#fff;
  border-bottom:1px solid #fff;
  padding-bottom:25px;
  margin-bottom:30px;
  text-align:center;
  font-family:"merriweather", serif;
}
.sidebar.stl-1 .sidebar-about p {
  font-size:18px;
  line-height:1.444;
  color:#fff;
  font-family:"raleway", sans-serif;
}

.blog-list > ul {
  list-style:none;
  display:flex;
  flex-wrap:wrap;
  flex-direction:column;
  row-gap:33px;
  padding:0;
}
.blog-box {
  background:#F3EEE2;
  padding:28px 27px 38px 34px;
}
.blog-box .social-share {
  list-style:none;
  display:flex;
  justify-content:flex-end;
  column-gap:8px;
  padding:0 0 24px;
}
.blog-box .social-share li {
  display:inline-flex;
}
.blog-box .social-share li a{
  display:block;
}
.blog-box .blog-title {
  font-size:25px;
  line-height:1.4;
  color:#1E3262;
  font-weight:400;
  padding-bottom: 13px;
  font-family:"merriweather", serif;
  margin:0;
}
.blog-box .blog-title a {
  text-decoration:none;
  color:currentcolor;
  font-family:"merriweather", serif;
}
.blog-box .blog-title a:hover{
  color:#BB1836;
}
.blog-box .date {
  display:block;
  font-size:16px;
  line-height:1;
  color:#1E3262;
  font-family:"raleway", sans-serif;
  font-style: italic;
  margin:0;  
  padding-bottom:24px;
}
.blog-box p {
  font-size:18px;
  line-height:1.444;
  color:#1E3262;
  margin:0;
  font-family:"raleway", sans-serif;
}
.blog-box .btn-wrap {
  padding-top:58px;
}

.news-single.tech-tracker .print-only{
  background:#F3EEE2;
  padding:28px 27px 38px 34px;
}
.news-single.tech-tracker .print-only .heateor_sss_sharing_ul{
    display: flex;
    justify-content: flex-end;
    padding-bottom:15px
}

.news-single.tech-tracker .news-content  {
  padding-bottom:0;
}

.news-single.tech-tracker .news-title {
  padding-bottom: 10px;
}
.news-single.tech-tracker .news-title h1{
  font-size:30px;
  color:#1E3262;
}
.news-single.tech-tracker .author,
.news-single.tech-tracker .news-content  p:empty{
  display:none;
}

.news-single.tech-tracker .news-content :is(p, li, strong, em){
  color:#1E3262;
}
.news-single.tech-tracker .date {
  font-size: 16px;
  font-weight: 400;
  color: #1E3262;
  padding-bottom: 20px;
}
.news-single.tech-tracker .btn-wrap {
  padding-top:15px;
}



@media(max-width:1199px){
  .sidebar.stl-1 {
    padding:70px 50px 40px 50px;
  }
}
@media(max-width:991px){
  .sidebar.stl-1 {
    padding:50px;
  }
   .sidebar.stl-1 .sidebar-about {
    max-width:100%
  }
}
@media(max-width:767px){
  .blog-box{
    padding:20px
  }
  .blog-box .btn-wrap{
    padding-top:30px;
  }
 
  .sidebar.stl-1 {
    padding:25px 20px;
  }
}

/* new changes 13-9-2024 */