@font-face {
  font-family: canada-type-gibson, sans-serif;
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: canada-type-gibson, sans-serif;
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: canada-type-gibson, sans-serif;
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: canada-type-gibson, sans-serif;
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: Source Sans Black, sans-serif;
  src: url("../ttf/sourcesanspro-black.ttf");
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: Source Sans Light, sans-serif;
  src: url("../ttf/sourcesanspro-light.ttf");
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: Source Sans Bold, sans-serif;
  src: url("../ttf/sourcesanspro-bold.ttf");
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: Source Sans Regular, sans-serif;
  src: url("../ttf/sourcesanspro-regular.ttf");
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: Source Sans SemiBold, sans-serif;
  src: url("../ttf/sourcesanspro-semibold.ttf");
  font-style: normal;
  font-display: block;
}

/*
@font-face {
  font-family: Arial Bold;
  src: url("../fonts/ARIALBD.ttf");
  font-style: normal;
  font-display: block;
}
*/

/*
@font-face {
  font-family: Source Sans Black;
	src: url("../fonts/SourceSansPro-Black.ttf");
	font-style: normal;
	font-display: block;
}

@font-face {
  font-family: Source Sans Light;
	src: url("../fonts/SourceSansPro-Light.ttf");
	font-style: normal;
	font-display: block;
}

@font-face {
  font-family: Source Sans Bold;
	src: url("../fonts/SourceSansPro-Bold.ttf");
	font-style: normal;
	font-display: block;
}

@font-face {
  font-family: Source Sans Regular;
	src: url("../fonts/SourceSansPro-Regular.ttf");
	font-style: normal;
	font-display: block;
}

@font-face {
  font-family: Source Sans SemiBold;
	src: url("../fonts/SourceSansPro-SemiBold.ttf");
	font-style: normal;
	font-display: block;
}
*/

@font-face {
  font-family: HelveticaNeue;
  src: url("../ttf/helveticaneue92ed.ttf") format("truetype");
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: HelveticaNeue-Bold;
  src: url("../ttf/helveticaneubold92ed.ttf") format("truetype");
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: HelveticaNeue-Medium;
  src: url("../ttf/helveticaneuemedium92ed.ttf") format("truetype");
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: HelveticaNeue-Light;
  src: url("../ttf/helveticaneuelight92ed.ttf") format("truetype");
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: HelveticaNeue-Regular;
  src: url("../index-52.html\ Regular.ttf?ijzgpf") format("truetype");
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: HelveticaNeue-Condensed-Bold;
  src: url("../index-53.html\ Bold.ttf?ijzgpf")
    format("truetype");
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: HelveticaNeueCondensedBlack;
  src: url("../ttf/helveticaneuecondensedblack92ed.ttf") format("truetype");
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: HelveticaNeue-Bold;
  src: url("../index-54.html\ Bold.eot?#iefix")
      format("embedded-opentype"),
    url("../ttf/helveticaneubold92ed.ttf") format("truetype");
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: HelveticaNeue-Medium;
  src: url("../eot/helveticaneue-mediumd41d.eot#iefix")
      format("embedded-opentype"),
    url("../ttf/helveticaneuemedium92ed.ttf") format("truetype");
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: HelveticaNeue-Regular;
  src: url("../eot/helveticaneueregulard41d.eot#iefix")
      format("embedded-opentype"),
    url("../index-52.html\ Regular.ttf?ijzgpf") format("truetype");
  font-style: normal;
  font-display: block;
}

.auth-class:hover{
  text-decoration: underline;
}

.kg-embed-card iframe{
  width: 100%;
  height: 420px;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

body {
  color: #fff;
}



.loaders {
  text-align: center;
  color: #000;
  padding-top: 15px;
  font-size: 20px;
}
.loader-quart {
  border-radius: 50px;
  border: 6px solid rgba(255, 255, 255, 0.4);
}
.loader {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
  vertical-align: middle;
  

}
.loader-quart:after {
  content: "";
  position: absolute;
  top: -6px;
  right: -6px;
  bottom: -6px;
  left: -6px;
  border-radius: 50px;
  border: 7px solid #000;
  border-top-color: #fff;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}


@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    tranform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    tranform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    tranform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    tranform: rotate(360deg);
  }
}

.new-auther-social a{
  padding-right: 10px;
}
.chan-s-na{
  color: #000; 
  font-size: 15px !important;
   margin-bottom: 0; 
   text-transform: uppercase;
   font-family: Source Sans Regular, sans-serif !important;
}
.chan-s-c{
  text-transform: uppercase; 
  color: #BEBEBE !important;
  font-size: 15px !important;
  font-family: Source Sans Regular, sans-serif !important;
}

.sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  /* top: 0; */
  top: 0px;
  left: 0;
  background-color: #000;
  overflow-x: hidden;
  overflow-y: auto;
  transition: 0.5s;
  padding-top: 30px;
}

.sidebar a {
  padding: 8px 8px 0px 70px;
  text-decoration: none;
  font-size: 18px;
  color: #fff;
  display: block;
  transition: 0.3s;
  font-family: canada-type-gibson, sans-serif;
  font-weight: normal;
}

.sidebar a:hover,
.more-details h5 a:hover,
.more-popular p a:hover {
  text-decoration: underline !important;
  color: inherit;
}

.sidebar .closebtn:hover,
.sidebar ul li a:hover {
  text-decoration: none !important;
}

.sidebar ul li a:hover {
  color: #ffffffce;
}

.instapoll button.tbd-button:hover {
  background: #222222 !important;
  border: 2px solid #222222;
}

#sidebar {
  position: fixed;
  top: 0;
  right: -400px;
  height: 100%;
  z-index: 999;
  background-color: #02205c;
  transition: all 0.3s;
  overflow-y: scroll;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sidebar.active {
  right: 0;
}

#dismiss {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  position: absolute;
  top: 10px;
  left: 10px;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

#sidebar-list {
  margin-top: 30px;
}

.sidebar-overlay {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 3;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  top: 10px;
}
.home-template .sidebar-overlay {
  top: 0px;
}

.sidebar-overlay.active {
  display: block;
  opacity: 1;
}

#main {
  width: 100%;
  min-height: 100vh;
  transition: all 0.3s;
  position: absolute;
  top: 0;
  right: 0;
}

.tags span:hover {
  color: #fff;
  background: #e6332a;
  border: 1px solid #e6332a;
}

.p-link:hover {
  text-decoration: underline;
}

.sidebar ul a {
  padding: 8px 8px 0px 30px;
  text-decoration: none;
  font-size: 28px;
  color: #fff;
  display: block;
  transition: 0.3s;
  font-family: canada-type-gibson, sans-serif;
  font-weight: bold;
  line-height: 1.4;
}

.header-blog-detail .link a:hover,
.blog .link a:hover {
  color: #57c5ff;
}

.sidebar a:hover {
  color: #f1f1f1;
}

.sidebar .closebtn {
  position: absolute;
  top: 0;
  font-size: 30px;
  margin-left: 0px;
  padding-left: 25px;
}

.openbtn {
  font-size: 26px;
  cursor: pointer;
  background-color: transparent;
  color: white;
  padding: 10px 15px;
  border: none;
}

.openbtn:hover {
  background-color: #444;
}

.sidebar .tbd-list ul {
  text-align: left;
  font-size: 30px;
}

.sidebar .subscribe {
  padding-top: 25px;
  padding-left: 70px;
}

.sidebar .subscribe h3 {
  color: #e82727;
  font-size: 18px;
  font-family: Source Sans Bold, sans-serif;
  margin-top: 50px;
}

.sidebar .subscribe p {
  color: #f5f5f5;
  font-size: 16px;
  font-family: canada-type-gibson, sans-serif;
}

.sidebar .subscribe input {
  color: #f5f5f5;
  background: none;
  border: none;
  border-bottom: 1px solid #707070;
  font-size: 21px;
  width: 50%;
  font-family: canada-type-gibson, sans-serif;
}

.sidebar .subscribe button {
  background: none;
  border-radius: 10px;
  font-family: canada-type-gibson, sans-serif;
  font-size: 16px;
  border: 1px solid #f5f5f5;
  color: #f5f5f5;
}

.sidebar .subscribe button {
  background: #e82727;
  border-radius: 0px;
  font-family: canada-type-gibson, sans serif;
  font-size: 16px;
  border: none;
  color: #f5f5f5;
}

.logo-img {
  max-width: 160px;
  vertical-align: inherit;
}

.header-menu {
  padding-left: 30px;
  padding-right: 30px;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.header-menu,
.blog-section {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.side-logo img {
  width: 100%;
}

.header-home {
  margin-left: 100px;
  margin-right: 130px;
}

.footer-content-update .icon-group a i {
  color: #000000;
  border: 1px solid #000000;
  border-radius: 50%;
  padding: 12px 12px 10px 14px;
  margin-right: 17px;
  font-size: 30px;
}

.browser-link a:hover {
  text-decoration: underline;
}
.browser-link a {
  font-size: 16px !important;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */

@media screen and (max-height: 450px) {
  .sidebar {
    padding-top: 15px;
  }
  .sidebar a {
    font-size: 18px;
  }
}

/* menubar hover effect starts*/

.underline-opening:after,
.underline-opening:before {
  position: absolute;
  z-index: -1;
}

.underline-opening:after {
  content: "";
  width: 3px;
  height: 3px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.underline-opening:focus:after,
.underline-opening:hover:after {
  width: 100%;
  height: 3px;
}

.underline-opening:before {
  content: "";
  width: 3px;
  height: 3px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
}

.underline-opening:focus:before,
.underline-opening:hover:before {
  width: 100%;
  height: 3px;
}

.underline-opening {
  position: relative;
  z-index: 2;
  text-decoration: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  padding: 5px;
  white-space: nowrap;
}

.underline-opening {
  display: inline;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: color 0.3s ease;
  z-index: 1;
}

.underline-opening:focus,
.underline-opening:hover {
  outline: 0;
  color: #000;
  -webkit-transition: color 1s ease;
  -moz-transition: color 1s ease;
  -ms-transition: color 1s ease;
  -o-transition: color 1s ease;
  transition: color 0.3s ease;
  cursor: pointer;
}

.underline-opening:after,
.underline-opening:before {
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -ms-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 0.3s ease 0s;
}

.underline-opening:focus:after,
.underline-opening:focus:before,
.underline-opening:hover:after,
.underline-opening:hover:before {
  outline: 0;
  background-color: #000;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -ms-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 0.3s ease 0s;
}

.tbd-list li:last-child .underline-opening:focus,
.tbd-list li:last-child .underline-opening:hover {
  outline: 0;
  color: #e82727;
}

.tbd-list li:last-child .underline-opening:focus:after,
.tbd-list li:last-child .underline-opening:focus:before,
.tbd-list li:last-child .underline-opening:hover:after,
.tbd-list li:last-child .underline-opening:hover:before {
  background-color: #e82727;
}

/* menubar hover effect ends */

.header-section {
  background-color: #000;
  background-image: url("../index-55.html");
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0;
}

.highlight-section {
  background-color: #000;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px;
  margin: 0;
}

/* channel-bg-photo-placeholder */

.tbd-capital-channel {
  background-color: #000;
  background-image: url(../index-56.html);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px;
  margin: 0;
}

.next {
  background-color: #000;
  background-image: url("../index-56.html");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px;
  margin: 0;
}

.tbd_policy {
  background-image: url(../index-56.html);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px;
  margin: 0;
  background: transparent
    linear-gradient(180deg, #e1e5e7 0%, #e1e5e7 51%, #e1e5e7 100%) 0% 0%
    no-repeat padding-box;
  opacity: 1;
}
.tbl_arc {
  background-image: url(../index-56.html);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px;
  margin: 0;
  background: transparent
    linear-gradient(180deg, #ffffff 0%, #ffffff50 51%, #ffffff 100%) 0% 0%
    no-repeat padding-box;
  opacity: 1;
}

.tbd_policy h1 b {
  font-family: canada-type-gibson, sans-serif;
  font-weight: 700;
}
.header-section {
  margin-bottom: 50px;
  padding-bottom: 40px;
}

.land-header-section {
  padding-bottom: 0px;
}

.home .header-section {
  margin-bottom: 30px;
}

.header-blog-detail h1 a:hover,
.land-side-list .details h4 a:hover {
  color: #27a5e8;
}

.tbd-list ul {
  color: #000;
  list-style: none;
  font-family: canada-type-gibson, sans-serif;
  font-weight: bold;
}

.tbd-list li:last-child {
  color: #e82727;
}

#navbarNav {
  justify-content: space-evenly;
}

.header-img {
  position: relative;
  text-align: left;
  color: white;
  background: transparent linear-gradient(180deg, #00000000 0%, #000000 100%) 0%
    0% no-repeat padding-box;
  padding-left: 0;
  padding-right: 0;
}

.header-img img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
}

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

.bottom-left {
  position: absolute;
  bottom: 8px;
  left: 16px;
}

.blogs {
  margin: auto 0;
}

.side-list {
  padding-left: 40px;
  padding-right: 40px;
}

.side-list h3 {
  font-size: 17px;
  font-family: canada-type-gibson, sans-serif;
  color: #000;
  font-weight: bold;
  padding-bottom: 15px;
  margin-top: 50px;
}

.side-list .briefs-heading {
  border-bottom: 1px solid #c7c7c7;
  margin-bottom: 10px;
}

.side-list h4 {
  font-size: 13px;
  font-family: Source Sans Bold, sans-serif;
  color: #e82727;
  /* padding-bottom: 5px; */
  text-transform: uppercase;
}

.side-list p {
  font-size: 16px;
  font-family: canada-type-gibson, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #000;
}

.side-list p.date {
  font-size: 12px;
  font-family: Source Sans Light, sans-serif;
  color: #7777777d;
  border-bottom: 1px solid #c7c7c7;
  padding-bottom: 20px;
}

footer .tbd-list ul li a:hover {
  color: #ffffffae;
}

.article-group.side-list span.date {
  font-size: 15px;
  font-family: Source Sans Regular, sans-serif;
  color: #777;
  text-transform: none;
  padding-bottom: 20px;
  padding-left: 15px;
}

.article-group .details h3 {
  color: #e82727;
  font-size: 15px;
  font-weight: 300;
  font-family: canada-type-gibson, sans-serif;
  text-transform: uppercase;
  border-bottom: none;
  padding-bottom: 0;
  padding-top: 15px;
  margin-top: 50px;
}

.header-brief {
  color: #000;
  background-color: #f7f7f7;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-left: 0;
  margin-right: 0;
}

.briefs .article-sidebar {
  padding-top: 0;
  margin-top: 25px;
}

.header-brief h1 b {
  font-family: canada-type-gibson, sans-serif;
  font-weight: 700;
  font-size: 80px;
}

.header-brief h1 {
  font-family: canada-type-gibson, sans-serif;
  font-weight: 200;
  font-size: 70px;
  padding-left: 15px;
}

.header-brief p {
  font-family: Source Sans Regular, sans-serif;
  font-size: 18px;
  color: #777777;
  padding-left: 15px;
}

.article-group.side-list h3:hover {
  color: #e82727;
}

.article-group .details p {
  color: #777;
  font-size: 15px;
  font-weight: 300;
  font-family: Source Sans Regular, sans-serif;
  border-bottom: none;
}

.article-group.side-list .details {
  border-bottom: 1px solid #c7c7c7;
  padding-top: 10px;
  padding-bottom: 10px;
}

.article-group.details:last-child {
  border-bottom: 0px solid #c7c7c7;
}

.article-group.side-list h4 {
  font-size: 20px;
  font-family: canada-type-gibson, sans-serif;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
}

.article-group.side-list h4 a:hover {
  color: #27a5e8;
  text-transform: uppercase;
}

.article-group .tbd-button {
  background: none;
  border: 2px solid #d8d8d8;
  border-radius: 8px;
  color: #000000;
  font-family: canada-type-gibson, sans-serif;
  font-weight: 500;
  font-size: 13px;
  padding: 12px 15px;
}

.side-list .link a {
  font-family: Source Sans Regular, sans-serif;
  font-size: 16px;
  color: #000;
}

.side-list .link a:hover {
  color: #27a5e8;
}

.side-list .link i {
  padding-left: 10px;
  font-size: 18px;
}

.header-blog-detail h4 {
  color: #ff0000;
  font-size: 16px;
  font-family: Source Sans Bold, sans-serif;
  text-transform: uppercase;
}

.header-blog-detail h1 {
  color: #ffffff;
  font-size: 42px;
  font-family: canada-type-gibson, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}

.header-blog-detail p {
  color: #ffffff;
  font-size: 22px;
}

.header-blog-detail .link a,
.blog .link a {
  color: #27a5e8;
  font-size: 14px;
  font-family: Source Sans Bold, sans-serif;
  font-weight: bold;
}

.header-blog-detail {
  width: 85%;
  padding-left: 10px;
  padding-bottom: 10px;
}

.article .header-blog-detail {
  padding-left: 0px;
  padding-bottom: 0px;
}

.tbd-land .header-blog-detail {
  width: auto;
}

.channel-page-ui .header-blog-detail {
   width: 80% !important; 

}

.highlight-section .details {
  padding-top: 15px;
  line-height: 1;
}

.highlight-section .blog .details p {
  line-height: 1.4;
}

.highlight-section p {
  font-family: Source Sans SemiBold, sans-serif;
  font-size: 26px;
  color: #fff;
}

.tbd_bulging {
  background-color: #000;
  background-image: url(../index-56.html);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px;
  margin: 0;
}

.highlight-section h1 {
  font-family: canada-type-gibson, sans-serif;
  font-size: 48px;
  color: #ffeb00;
  font-weight: 200;
}

.highlight-section h1 b {
  font-family: canada-type-gibson, sans-serif;
  font-weight: 700;
}
.tbd_marketing {
  background-color: #000;
  background-image: url(../index-56.html);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px;
  margin: 0;
}

.tbd_marketing h1 {
  font-family: canada-type-gibson, sans-serif;
  font-size: 48px;
  color: #e6332a;
  font-weight: 200;
}
.highlight-clearfix {
  margin-top: 20px;
}

.highlight-clearfix p {
  width: 85%;
}

.highlight-clearfix button {
  margin-top: 15px;
}

section.highlight-section.tbd-capital-channel h1 {
  color: #39b54a;
}

.next h1 {
  font-family: canada-type-gibson, sans-serif;
  font-size: 80px;
  color: #27a5e8;
  font-weight: 200;
}

.home header.menu {
  position: static;
}

header.menu {
  position: fixed;
  right: 0;
  left: 0;
  background: #000;
  z-index: 3;
}

.header-brief {
  margin-bottom: 30px;
  margin-top: 60px;
}

.header-brief .col-md-10 {
  padding-left: 0;
}

.header-brief .col-md-5 {
  padding-left: 0;
}

.see-all-btn {
  margin: 0 auto;
  margin-top: 40px;
  width: auto;
}

.see-all-btn button {
  padding: 12px 50px;
}

.blog-section {
  margin-top: 25px;
}

.blog img {
  width: 100%;
}

.home-header-menu {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin: 0;
  margin-top: 30px;
}

.logo {
  font-family: canada-type-gibson, sans-serif;
  font-size: 170px;
  color: #000;
  font-weight: 700;
  text-align: center;
  line-height: 0.8;
}

.logo-slug {
  font-family: canada-type-gibson, sans-serif;
  font-size: 25px;
  text-align: center;
  color: #000;
  font-weight: 700;
  line-height: 0;
}

.inner-image .bottom-left {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
}

.home .openbtn {
  color: black;
}

.header-border:after {
  content: "";
  height: 9px;
  width: 58%;
  background: #e6332a;
  display: block;
  margin-top: -7px;
}

.slug {
  padding-top: 52px;
}

.slug p {
  color: #000;
  font-size: 27px;
  font-family: canada-type-gibson, sans-serif;
  font-weight: 300;
  line-height: 1;
  text-transform: uppercase;
}

.footer1,
.footer2 {
  background: #e82727;
}

.footer1 h1,
.footer2 h1 {
  vertical-align: middle;
  font-family: canada-type-gibson, sans-serif;
  font-weight: 700 !important;
}

.footer2 {
  background: #000000;
}

a {
  color: inherit;
}

#search {
  float: right;
  margin-top: 9px;
  width: 250px;
}

.home .menu .subscribe-btn {
  color: #000 !important;
}

.home .openSearchBtn i {
  color: #000;
  font-size: 16px;
  font-weight: 500;
}

.home .side-list .details p a {
  transition: 0.3s all;
}

.home .side-list .details p a:hover {
  color: #27a5e8;
}

.mp-img {
  /* background-color: #c7c7c7;
  height: 80px;
  width: 80px; */
  padding: 0;
  margin-top: 6px;
}

.more-popular .clearfix {
  padding-bottom: 15px;
}

.footer1.row {
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0px;
  padding-top: 30px;
}

.footer1 img {
  width: 100%;
}

.footer1 .footer-description h2 {
  font-family: canada-type-gibson, sans-serif;
  font-weight: 700;
  font-size: 40px;
  text-transform: uppercase;
  margin-top: 50px;
}

.footer1 .footer-description {
  padding-top: 50px;
  padding-left: 55px;
  padding-bottom: 50px;
}

.footer1 .footer-description p {
  font-family: canada-type-gibson, sans-serif;
  font-weight: 200;
  font-size: 20px;
}

.footer2 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer-menu ul li {
  font-family: canada-type-gibson, sans-serif;
  font-weight: 700;
  font-size: 20px;
}

blockquote {
  color: #777777;
  font-size: 18px;
  font-family: Source Sans Regular, sans-serif;
  padding-top: 16px;
  font-style: italic;
  margin: 0px 0 1.4rem;
  padding-left: 25px;
}
blockquote:before {
  color: #989292;
  line-height: 0.1em;
  margin-right: 10px;
  vertical-align: -24px;
  margin-left: -27px;
  content: "\201C";
  display: inline-block;
  font-size: 52px;
}
blockquote p {
  display: inline;
}
.icon-group {
  text-align: center;
}

.icon-group a {
  padding-left: 20px;
}

.icon-group p {
  padding-top: 15px;
  color: #9d9d9d;
}

.sub-menu ul li {
  color: #9d9d9d;
}

.sidebar .tbd-list ul li {
  color: #fff;
}

.sidebar .tbd-list ul li:hover {
  color: #ffffffde;
}

.footer-logo {
  text-align: center;
}

.search {
  padding: 5px 0;
  width: 230px;
  height: 30px;
  position: relative;
  /* left: 10px; */
  float: left;
  float: right;
  right: 30px;
  line-height: 22px;
  z-index: 1;
}

.btn-primary {
  border: none;
}

.search input {
  position: absolute;
  width: 0px;
  float: Left;
  margin-left: 210px;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  height: 30px;
  line-height: 18px;
  padding: 0 2px 0 2px;
  border-radius: 1px;
}

form.gsc-search-box {
  padding: 15px;
  font-size: 17px;
  border: none;
  float: right;
  margin-right: 100px !important;
  width: 35% !important;
  background: white;
  border-radius: 6px;
  /* display: block;
    width: 100%;
    padding: 0px 2.75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; */
}

.subscribe-btn {
  position: absolute;
  float: right;
  color: #e82727;
  font-size: 13px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  top: 20px;
  right: 86px;
  z-index: 0;
}

.subscribe-btn .subscribe-text:hover {
  text-decoration: underline;
}

.subscribe-btn .my-account-text:hover {
  text-decoration: underline;
}

.subscribe-btn .my-account:hover {
  text-decoration: none !important;
}

.subscribe-btn .my-account {
  padding-left: 15px;
  padding-right: 10px;
}

.search:hover input,
.search input:focus {
  width: 200px;
  margin-left: 0px;
}

.search .btn {
  height: 30px;
  position: absolute;
  right: 0;
  top: 5px;
  border-radius: 1px;
  background: #000;
}

.search i {
  font-size: 25px;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d900;
  border-color: #0062cc00;
}

.tbd-button {
  background: none;
  border: 2px solid #fff;
  border-radius: 4px;
  color: #f5f5f5;
  font-family: canada-type-gibson, sans-serif;
  font-weight: 500;
  font-size: 13px;
  padding: 12px 15px;
  cursor: pointer;
}

footer .tbd-button {
  background: #e82727;
}

.blog .details h4 {
  color: #e82727;
  font-family: Source Sans Bold, sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.blog .details p {
  color: #f5f5f5;
  font-family: canada-type-gibson, sans-serif;
  font-weight: 500;
  font-size: 22px;
}

.blog {
  margin-top: 20px;
}

.openSearchBtn {
  border: none;
  padding: 10px 0px;
  font-size: 20px;
  cursor: pointer;
  background: none;
  position: absolute;
  right: 40px;
}

.openSearchBtn i {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.overlay-search {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.9);
  transition: all 2s;
}

.article-group .details:last-child {
  border-bottom: 0px solid #c7c7c7 !important;
}

.tag-group-template .details:nth-last-child(2) {
  border-bottom: 0px solid #c7c7c7 !important;
}

.article-group .see-all-btn {
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px;
  width: auto;
}

.tag-group-template {
  padding: 0;
}

.overlay-content {
  position: relative;
  top: 6%;
  left: 20px;
  right: 40px;
  width: 100%;
  text-align: center;
  /* margin-top: 30px; */
  margin: auto;
  transition: all 2s;
}

.overlay-search .closebtn {
  position: absolute;
  top: -20px;
  right: 35px;
  font-size: 60px;
  cursor: pointer;
  color: white;
}

.overlay-search .closebtn:hover {
  color: #ccc;
}

.tag-group-template .details h4 a:hover {
  color: #27a5e8;
}

.overlay-search input[type="text"] {
  padding: 15px;
  font-size: 17px;
  border: none;
  float: right;
  margin-right: 114px;
  width: 35%;
  background: white;
  border-radius: 6px;
}

.bussiness-image-container {
  position: relative;
  margin: 15px 0;
  padding: 0;
}

.bussiness-overlay {
  /* position: absolute; */
  top: 0;
  left: 0;
}

#sidebar-list {
  width: 600px;
}

.bussiness-overlay img {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.subscribe {
  width: 540px;
}

.bussiness {
  margin: 15px;
}

.bussiness-image-container {
  position: relative;
  margin: 40px 0;
  padding: 0 25px;
}

.bussiness-image {
  width: 100%;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.banner-caption {
  position: absolute;
  color: #ffffff;
  opacity: 1;
}

.bussiness-overlay::after {
  display: block;
  position: relative;
  background: transparent linear-gradient(180deg, #00000000 0%, #000000 100%) 0%
    0% no-repeat padding-box;
  margin-top: -460px;
  height: 460px;
  width: 100%;
  content: "";
}

.bussiness-overlay {
  top: 0;
  left: 0;
}

.bussiness-overlay img {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.bussiness-caption {
  position: absolute;
  bottom: 10px;
  font-family: "HelveticaNeue-Condensed-Bold";
  text-align: left;
  padding: 10px 10px 10px 25px;
  font-size: 25px;
  letter-spacing: 0.5px;
  color: #ffffff;
  text-transform: uppercase;
  opacity: 1;
}

.background-img {
  position: relative;
  height: auto;
  padding: 0;
  margin-top: 25px;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}

.background-img img {
  width: 100%;
}

.title p b a {
  font-family: canada-type-gibson, sans-serif;
  font-weight: bold;
  color: #fff;
  font-size: 15px;
}

.title p {
  font-family: canada-type-gibson, sans-serif;
  font-weight: normal;
  color: #27a5e8;
  font-size: 15px;
  display: inline;
  letter-spacing: 1;
}

.tbd-land .title p b a {
  font-family: canada-type-gibson, sans-serif;
  font-weight: bold;
  color: #fff;
  font-size: 15px;
}

.tbd-land .title p a {
  font-family: canada-type-gibson, sans-serif;
  font-weight: normal;
  color: #27a5e8;
  font-size: 15px;
  display: inline;
  text-transform: uppercase;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: transparent linear-gradient(180deg, #00000000 0%, #000000 100%) 0%
    0% no-repeat padding-box;
}

.openbtn:hover {
  background-color: #44400000;
}

.openbtn:focus {
  outline: 0px dotted;
  outline: 0px auto -webkit-focus-ring-color;
}

.link i {
  padding-left: 10px;
}

iframe .ytp-chrome-top {
  display: none !important;
}

.tbd-list nav ul li {
  font-size: 18px;
}

.tbd-list li:last-child {
  color: #e82727;
}

.tbd-list li:last-child:hover {
  color: #e82727;
}

/*TBD Land Page style*/

.land-header-section {
  background: linear-gradient(to bottom, #dedede 75%, white 25%);
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0;
}

.tbd-features .land-header-section {
  background: #d6d6d6;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0;
}

.inner-image .bottom-left {
  position: absolute;
  top: 20px;
  left: 10px;
  padding-right: 20px;
}

.tbd-features .land-header-section .background-img {
  margin: 0;
}

.tbd-features .overlay {
  background: #d6d6d6;
}

.article-template .overlay {
  background: #d6d6d6;
}

.paragraph .overlay {
  background: #eaeaea;
}

.paragraph li {
  font-size: 18px;
  color: #777777;
  padding-top: 11px;
  padding-bottom: 11px;
}

.tbd-features .land-header-section .header-blog-detail {
  color: #000;
  width: 50%;
  padding-left: 25px;
}

.tbd-features .land-header-section .header-blog-detail h1 {
  color: #000;
}

.tbd-features .land-header-section .header-blog-detail p {
  color: #000;
}

.tbd-features .caption .float-left {
  width: 70%;
}

.paragraph {
  padding: 30px 0;
}

.paragraph p {
  color: #777777 !important;
  font-size: 19px !important;
  font-family: Source Sans Regular, sans-serif !important;
  padding-top: 15px !important;
}

.paragraph h3 {
  color: #000 !important;
  font-size: 22px !important;
  font-family: Source Sans Black, sans-serif !important;
  font-weight: 900 !important;
  margin-bottom: 0 !important;
  margin-top: 50px !important;
}
.paragraph h2 {
  color: #000 !important;
  font-size: 1.9rem !important;
  font-family: Source Sans Black, sans-serif !important;
  font-weight: 900 !important;
  margin-bottom: 0 !important;
  margin-top: 50px !important;
}
.paragraph a {
  color: #e82727;
  font-size: 18px;
  font-family: Source Sans Regular, sans-serif;
}
.paragraph a:hover {
  text-decoration: underline;
}
.paragrap-image p a:hover {
  text-decoration: underline;
}
.paragrap-image img.kg-image a:hover {
  cursor: pointer;
}

figure.kg-card.kg-image-card img a:hover {
  cursor: pointer;
}

.paragraph .overlay p {
  color: #000;
}

.favourites .heading i.fas.fa-clock {
  padding-left: 10px;
}

.article-group {
  padding-left: 0;
  padding-right: 0;
}

.author-detail {
  color: #000;
  font-family: canada-type-gibson, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.menu {
  background: #000;
}

.menu .subscribe-btn {
  color: #ffff;
}

.title {
  vertical-align: text-bottom;
  text-transform: uppercase;
}

.land-side-list {
  background: #f0f0f0;
  margin: 0;
  margin: 50px 0;
  padding-top: 30px;
  padding-bottom: 30px;
}

.land-side-list h3 {
  color: #e82727;
  font-size: 20px;
  font-family: Source Sans Bold, sans-serif;
  padding-left: 15px;
  padding-top: 10px;
}

.land-side-list h4 {
  color: #000;
  font-size: 20px;
  font-family: canada-type-gibson, sans-serif;
  font-weight: 700;
}
.land-side-list .details h4 {
  text-transform: uppercase;
}

.land-side-list p {
  color: #767676;
  font-size: 15px;
  font-family: Source Sans Regular, sans-serif;
}

.land-side-list .row {
  margin-left: 0px;
  margin-right: 0px;
  padding: 0;
}

.land-side-list .details .date {
  border-top: 1px solid #c7c7c7;
}

.land-side-list .details {
  padding-top: 25px;
}

.instapoll .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: transparent linear-gradient(180deg, #27a5e8de 50%, #27a5e8de 50%)
    0% 0% no-repeat padding-box;
}

.instapoll .header-blog-detail h4 {
  color: #ffffff;
}

.instapoll .bottom-left {
  position: absolute;
  bottom: 8px;
  /* left: 202px;
  top: 51px; */
}

.instapoll-sec {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
}
.instapoll-heading1 {
  font-family: Source Sans Bold, sans-serif;
  font-size: 20px;
}

.desc1 {
  font-family: Source Sans SemiBold, sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #000;
}

.instapoll-sec h4 {
  font-family: canada-type-gibson, sans-serif;
  font-size: 28px;
  font-weight: bold;
}
.instapoll .details {
  text-align: center;
  /* width: 60%; */
  margin: 0 auto;
}

.instapoll .details h4 {
  font-family: canada-type-gibson, sans-serif;
  font-size: 28px;
  font-weight: bold;
}

.instapoll .details .desc {
  font-family: Source Sans SemiBold, sans-serif;
  font-weight: 500;
  font-size: 24px;
  color: #000;
}

.instapoll .details .heading {
  font-family: Source Sans Bold, sans-serif;
  font-size: 20px;
}

.instapoll button.tbd-button {
  color: #fff !important;
  background: #000;
  border: 2px solid #000;
  border-radius: 8px;
}

.land-header-section .blog-section {
  padding: 0;
}

.land-header-section .headline h1 {
  font-family: canada-type-gibson, sans-serif;
  color: #27a5e8;
  font-weight: 100;
  /* font-size: 100px; */
  font-size: 85px;
  /* padding-top: 100px; */
  padding-top: 172px;
  text-transform: uppercase;
}

.land-header-section b {
  font-family: canada-type-gibson, sans-serif;
  color: #27a5e8;
  font-weight: 700;
}

.land-header-section .headline p {
  font-family: Source Sans Bold, sans-serif;
  color: #fff;
  font-size: 18px;
  width: 600px;
  /* margin-bottom: 140px; */
  margin-bottom: auto;
  font-weight: 600;
  line-height: 1.6;
}

button.tbd-button:hover {
  color: #27a5e8;
  border: 2px solid #27a5e8;
}

.land-header-section button.tbd-button {
  color: #27a5e8;
  border: 2px solid #27a5e8;
  border-radius: 8px;
  padding: 10px 15px;
}

.land-header-section button.tbd-button:hover {
  color: #57c5ff;
  border: 2px solid #57c5ff;
}

.land-header-section .header-menu {
  padding-left: 0;
  padding-right: 0;
}

.instapoll {
  margin-left: 0;
  margin-right: 0;
}

.fav-icons i:hover {
  color: #dd4718;
}

.fav-icons .fa-heart:hover {
  color: #dd4718de !important;
}

/* tbd -features page style */

.caption {
  color: #777777;
  font-family: Source Sans Regular, sans-serif;
  font-size: 16px;
  width: 96%;
  margin-left: 30px;
  padding: 15px 0px 15px 0px;
  border-bottom: 1px solid #777;
}

.caption .image-source {
  font-family: Source Sans Bold, sans-serif;
}

.tbd-features .row {
  margin-left: 0px;
  margin-right: 0px;
}

.title p a {
  color: #ffeb00;
}

.author-detail h3 {
  font-size: 18px;
  font-family: canada-type-gibson, sans-serif;
  font-weight: 600;
  padding-bottom: 30px;
  margin-top: 50px;
}

.author-detail .name {
  font-size: 19px;
  font-family: Source Sans Bold, sans-serif;
  color: #000;
}

.author-detail .designation {
  font-size: 19px;
  font-family: Source Sans Regular, sans-serif;
  color: #000;
  font-weight: 400;
}

.author-detail .comment {
  font-size: 16px;
  font-family: Source Sans Regular, sans-serif;
  color: #777777;
  font-weight: 300;
  padding-top: 25px;
  padding-bottom: 25px;
}

.author-detail .thumbnail {
  height: 70px;
  width: 70px;
  background: #777777;
  border-radius: 50%;
}

.more-popular {
  padding-top: 0px;
}

.more-details h3 {
  font-size: 18px;
  font-family: canada-type-gibson, sans-serif;
  font-weight: 300;
  color: #ffeb00;
  text-transform: uppercase;
  padding-bottom: 20px;
  margin-top: 50px;
}

.more-details h3 b {
  font-size: 18px;
  font-family: canada-type-gibson, sans-serif;
  font-weight: 600;
  color: #000;
  margin-top: 50px;
}

.more-details h5 {
  font-size: 16px;
  font-family: Source Sans Bold, sans-serif;
  color: #000;
  font-weight: 600;
}

.more-details p {
  font-size: 16px;
  font-family: Source Sans Regular, sans-serif;
  color: #777777;
  font-weight: normal;
}

.more-popular h3 {
  font-size: 18px;
  font-family: canada-type-gibson, sans-serif;
  font-weight: 500;
  padding-left: 15px;
  margin-top: 50px;
}

.more-popular p {
  font-size: 16px;
  font-family: Source Sans SemiBold, sans-serif;
  font-weight: 600;
}
.more-popular p:hover {
  text-decoration: underline;
}

/* .more-popular .row {
  padding-bottom: 15px;
} */

.tags {
  margin-top: 30px;
  margin-bottom: 40px;
}

.tags span {
  border: 1px solid #e6332a;
  color: #e6332a;
  padding: 5px 10px;
  margin: 5px;
  border-radius: 4px;
  display: inline-block;
  font-size: 15px;
  /* text-transform: uppercase; */
  text-transform: capitalize;
}

.header-tag-group {
  color: #000;
  background-color: #f7f7f7;
  padding-top: 30px;
  padding-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 25px;
  border: 0.4000000059604645px solid #d8d8d8;
}

.header-tag-group h1 {
  font-family: canada-type-gibson, sans-serif;
  font-weight: 700;
  font-size: 23px;
  text-transform: capitalize;
}

.favourites {
  padding-top: 25px;
  padding-left: 0;
}

.tbd-features .favourites {
  padding-top: 25px;
  /* padding-left: 25px; */
}

.favourites .heading {
  font-size: 16px;
  font-family: Source Sans Bold, sans-serif;
  color: #000000;
}

figure.kg-card.kg-image-card {
  padding-top: 15px;
  padding-bottom: 15px;
}

.paragrap-image {
  position: relative;
  height: auto;
  padding: 0;
  margin-top: 25px;
}

img.kg-image {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
figcaption {
  font-family: Source Sans Regular, sans-serif;
  color: #777777;
  text-align: left;
  padding: 14px 0px 14px 0px;
  font-size: 14px;
  border-bottom: 1px solid #777;
}

figcaption a {
  color: #e82727 !important;
  font-size: 14px !important;
}

.fav-icons i {
  color: #adadad;
  font-size: 15px;
  padding-left: 15px;
}

.fav-icons .fa-heart {
  color: #dd4718 !important;
}

.paragraph .header-blog-detail {
  width: 95%;
}

.author-detail .clearfix .img {
  background-color: #adadad;
  height: 70px;
  width: 70px;
  border-radius: 35px;
}

.author-detail .clearfix .author-disc {
  padding-left: 30px;
  padding-top: 10px;
}

.article-template {
  color: #000;
  margin-top: 70px;
}

.tag-template {
  margin-top: 125px;
}

.article-template .header-blog-detail h1 {
  color: #000;
}

.article-template .header-blog-detail p {
  color: #777777;
}

.article-template .paragraph {
  padding: 10px 0;
}

.article {
  margin-top: 100px;
  border-bottom: 1px solid #777777;
}

.article ul,
.article-template ul {
  color: #777777;
  font-family: Source Sans Regular, sans-serif;
  font-size: 18px;
  line-height: 27px;
}

.article li,
.article-template li {
  list-style: disc;
}

.article:last-child {
  border-bottom: 1px solid #fff;
}

.article-sidebar {
  padding-top: 100px;
  padding-left: 45px;
}

.article .caption {
  margin-left: 0;
  width: 100%;
}

.home .menu {
  background: #00000000 !important;
}

.more-popular h3 {
  margin-bottom: 15px;
  padding-left: 0;
  margin-top: 50px;
}

.tbd-land .footer1 {
  margin-top: 20px;
}

.heading i {
  margin-right: 10px;
}

.post-meta {
  padding: 0;
}

footer .tbd-button:hover {
  background: #fff;
  border: 2px solid #fff;
  border-radius: 4px;
  color: #e82727;
}

/*TBD NEWSLETTER STYLE STARTS*/

.tbd-newsletter {
  margin-top: 60px;
  margin-bottom: 60px;
}

.gray-border {
  margin-top: 30px;
  margin-bottom: 30px;
}

.gray-border::after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background-color: #cbcbcb;
}

.newsletter-date {
  text-align: center;
  font-family: HelveticaNeue-Regular;
  letter-spacing: 0px;
  font-size: 16px;
  color: #707070;
  opacity: 1;
  padding-bottom: 15px;
}

.featered-image {
  max-width: 100%;
  max-height: 100%;
}

.text-logo {
  max-width: 70%;
  padding-top: 30px;
}

.collab-text {
  font-family: HelveticaNeue-Regular;
  letter-spacing: 0px;
  color: #707070;
  opacity: 1;
  font-size: 15px;
  margin: auto 0px;
  text-align: center;
  justify-content: center;
  display: flex;
}
.log-content {
  margin: auto 0px;
  text-align: center;
  justify-content: center;
  display: flex;
}
.log-content figure.kg-card.kg-image-card {
  padding-bottom: 0;
}
.collab-text span {
  color: #fff !important;
}

.collab div {
  padding-right: 5px;
  padding-left: 5px;
}

.collab {
  padding-top: 30px;
}

.quote p,
.quote h3 {
  text-align: center;
  margin-top: 50px;
}

.newsletter-text a {
  color: #e82727;
}

.newsletter-text.paragraph a {
  color: #e82727;
  font-size: 17px;
  font-family: HelveticaNeue-Regular;
}

.newsletter-text.paragraph {
  padding-bottom: 0;
}

.graphs {
  border: 1px solid #d8d8d8;
  padding: 15px 5px;
}

.graphs .bar-graph {
  width: 100%;
  padding-top: 20px;
}

.news h3 {
  padding-bottom: 10px;
  margin-top: 50px;
}

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

.newsletter-text p {
  color: #000;
  font-size: 17px;
  font-family: HelveticaNeue-Regular;
}

.newsletter-text h3 {
  color: #000;
  font-size: 19px;
  font-family: HelveticaNeue-Bold;
}

.newsletter-text {
  color: #e82727;
}

.tbd-newsletter .icon-group a i {
  color: #000;
}

.tbd-newsletter .icon-group a i:hover {
  color: #000000ae;
}

.tbd-newsletter .icon-group a {
  padding-right: 15px;
  padding-left: 0px;
}

.tbd-newsletter .icon-group {
  text-align: left;
  margin-left: 0;
}

.tbd-newsletter .newsletter-text a:hover {
  text-decoration: underline;
}

.quote .icon-group {
  text-align: center;
}

.footer-content .icon-group {
  padding-bottom: 15px;
}

.footer-content .icon-group a i {
  color: #2679be;
  border: 1px solid #2679be;
  border-radius: 50%;
  padding: 10px;
  margin-right: 15px;
  font-size: 30px;
  width: 50px;
  text-align: center;
}

.footer-content a:hover {
  text-decoration: underline;
}

.video-section .newsletter-text {
  padding-top: 40px;
}

.video-section .newsletter-text p {
  font-size: 12px;
}

.video-section .newsletter-text h3 {
  font-size: 22px;
  font-family: HelveticaNeue-Medium;
  margin-top: 50px;
}

.home iframe {
  max-width: 323px !important;
  max-height: 190px !important;
}

.sidebar-content {
  color: #fff;
  background-image: url("../svg/sidebar-bg.svg"),
    linear-gradient(#e82727, #e82727);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  padding: 20px;
  padding-bottom: 50px;
  margin-bottom: 0px;
}

.sidebar-content-capability-project {
  color: #000;
  background-image: url("../png/sidebar-project-bg.png"),
    linear-gradient(#3394c4, #3394c4);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: top;
  padding: 20px;
  padding-bottom: 50px;
}

.sidebar-content h2,
.sidebar-content-capability-project h2 {
  margin-top: 15px;
  font-family: canada-type-gibson;
  font-weight: 900;
  font-size: 23px;
}

.sidebar-content-capability-project button {
  color: #000;
  border-color: #000;
}

.button-section.row {
  margin-left: 0;
  margin-right: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.sidebar-content-capability-project p {
  font-family: Source Sans Black, sans-serif;
  font-weight: 900;
  font-size: 27px;
  padding-bottom: 80px;
}

.sidebar-img {
  width: 100%;
}

.article-template .detail {
  padding-top: 20px;
}

.article-template .detail span {
  color: #e82727;
  font-family: Source Sans Bold, Sans-serif;
  font-weight: 700;
  font-size: 15px;
}

.article-template .detail h3 {
  color: #000;
  font-family: canada-type-gibson;
  font-weight: 700;
  font-size: 19px;
  padding-top: 10px;
}

.article-template .detail p {
  color: #000;
  font-family: Source Sans Regular, Sans-serif;
  font-size: 19px;
}

.button-section {
  background-color: #3394c4;
}

.newsletter-icon-section {
  text-align: right;
}

.footer-menu li a:hover {
  color: rgba(255, 255, 255, 0.8);
}

footer .icon-group a i:hover {
  color: rgba(255, 255, 255, 0.8);
}

.sub-menu li a:hover {
  text-decoration: underline;
}

/*TBD NEWSLETTER STYLE ENDS*/

.article-sidebar .tbd-button:hover {
  border-color: #fff;
  background: #fff;
  color: #e6332a;
}

.article-sidebar .sidebar-capability-project .tbd-button:hover {
  border-color: #fff;
  background: #fff;
  color: #3394c4;
}

.tbd-capital-color {
  color: #39b54a !important;
}

.tbd-capital .title p a {
  color: #39b54a;
}

.tbd-policy .title p a {
  color: #ffffff;
}

.tbd-policy-color {
  color: #333333 !important;
}
.tbd-policy .land-header-section .headline p {
  color: #000000;
}

.headline {
  padding-left: 0px;
}

.tbd-building-color {
  color: #ffeb00 !important;
}

.tbd-building .title p a {
  color: #ffeb00;
}

.tbd-marketing .title p a {
  color: #e6332a;
}

.tbd-marketing-color {
  color: #e6332a !important;
}

.tbd-architecture-color {
  color: #2754e8 !important;
}
.tbd-architecture .title p a {
  color: #2754e8;
}
.tbd-architecture .land-header-section .headline p {
  color: #000000;
}

.dynamic-video figure iframe {
  width: 100%;
  height: 480px;
}

.side-list p.bottom-h-line {
  font-size: 12px;
  font-family: Source Sans Light, sans-serif;
  color: #7777777d;
  border-bottom: 1px solid #c7c7c7;
}
.search-result-template {
  margin-left: 20px;
}

.search-result:last-child {
  border-bottom: 74px solid #fff;
}

.gsc-above-wrapper-area {
  display: none;
}

/* search pagignation */
.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  border-color: #000 !important;
  background-color: #ffffff !important;
  color: #000 !important;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page {
  border-color: #000 !important;
  background-color: #ffffff !important;
  color: #000 !important;
}
.hed-menu {
  padding-bottom: 100px;
}
.spn-content {
  padding-top: 20px;
}
.desktop-ad {
  margin: auto;
}
#mc_embed_signup h2 {
  font-size: 42px !important;
  margin-top: 50px;
}

#mc_embed_signup .button {
  background-color: #e82727 !important;
}
#mc_embed_signup .button:hover {
  background-color: #e82727 !important;
}
#mc_embed_signup form {
  padding: 0 !important;
}
/* .gsc-search-button{
  display: none !important; 
} */

/* new sidebar */
/* .form-control:focus, .form-control:active {
  border-color: #000;
  outline: 0;
  box-shadow: inset 0 0 0;
  }

  .bg-light {
      background-color: #000!important;
  }
  .navbar-light .navbar-nav .nav-link {
      color: #fff;
  }
  .navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
      color: #fff;
  }

  .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
      color:#fff;
  } */

/* new sidebar for home page */

/* .navbar-light .navbar-nav .home-page .nav-link {
    color: #000;
  }
  .bg-light-home{
    background-color: #fff;
    position: static;
  }
  .navbar-light .home-nv-page .nav-link {
    color: #000;
  }
  

  .navbar-light .home-nv-page .nav-link:focus, .navbar-light .home-nv-page .nav-link:hover {
    color: #000;
} */

/** Mobile view **/

@media screen and (min-width: 768px) {
  .m-side-list {
    display: none;
  }
  .demo {
    display: none;
  }
  .m-view {
    display: none;
  }
  .tag-group-template {
    margin-top: 100px;
  }
  .tag-group-template .article-sidebar {
    margin-top: 25px;
  }
}

@media screen and (max-width: 768px) {
  .openbtn {
    padding: 10px 25px;
  }

  .tbd-land .title p b a {
    font-size: 12px;
  }

  .tbd-land .title p a {
    font-size: 12px;
  }

  .hed-menu {
    padding-bottom: 40px;
    padding-left: 20px !important;
    padding-right: 15px !important;
  }
  .spn-content {
    padding-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
  }

  .log-content figure.kg-card.kg-image-card {
    padding-bottom: 0 !important;
    padding-top: 15px !important;
  }

  .land-header-section .headline h1 {
    padding-top: 110px;
  }

  /* new sidebar */
  /* .subscribe-btn {
    position: initial;
    float: none;
   
  }

  .m-navbar-nav {
    padding-left: 26px;
  }
  .bg-light-home {
    background-color: #000!important;
    position: static;
    display: inline-block;
 }

 form.gsc-search-box {
  margin-left: 22px !important;
} */

  .gsc-input-box {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .article-template {
    color: #000;
    margin-top: 60px;
    padding-right: 25px;
    padding-left: 25px;
  }

  blockquote:before {
    color: #989292;
    line-height: 0.1em;
    margin-right: 13px;
    vertical-align: -24px;
    margin-left: -28px;
    content: "\201C";
    display: inline-block;
    font-size: 52px;
  }

  .blog {
    /* padding-left: 10px;
    padding-right: 10px; */
    margin-right: 0px;
    margin-left: 0px;
  }

  .see-all-btn {
    margin: 0 auto;
    margin-top: 14px;
    width: auto;
    padding: 12px;
  }

  #sidebar-list {
    width: 326px;
  }

  .sidebar ul a {
    padding: 8px 0px 0px 0px;
    font-size: 20px;
  }

  .favourites .heading {
    font-size: 13px;
    font-family: Source Sans Bold, sans-serif;
    color: #000000;
    padding-left: 10px;
  }

  .sidebar a {
    padding: 8px 0px 0px 41px;
  }

  .sidebar .subscribe {
    padding-left: 41px;
  }

  .sidebar .closebtn {
    margin-left: 5px;
  }

  .tbd-features .land-header-section .background-img {
    margin: 20px 0px 20px 0px;
  }

  .heading b {
    color: #000000;
    font-family: Source Sans Bold, sans-serif;
    font-size: 13px;
  }

  .fav-icons i {
    padding-top: 15px;
  }
  .col-md-3.col-sm-12 {
    padding: 0;
  }
  .paragraph p {
    color: #777777;
    font-size: 18px;
    font-family: Source Sans Regular, sans-serif;
    padding-top: 0px;
    /* padding-right: 10px;
  padding-left: 10px; */
  }

  figcaption {
    text-align: left;
  }

  figure.kg-card.kg-image-card {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .article-sidebar {
    padding-top: 100px;
    padding-left: 0px;
    /* padding-right: 0px; */
  }
  .m-side-list {
    background: #f0f0f0;
    margin: 0;
    margin-top: 25px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .article-sidebar {
    padding-top: 0px;
  }
  .m-side-list h3 {
    color: #e82727;
    font-size: 20px;
    font-family: Source Sans Bold, sans-serif;
    text-align: left;
    margin-top: 50px;
  }
  .instapoll .bottom-left {
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
  }
  .tbd-land .header-section .header-blog-detail {
    padding-left: 0px;
    padding-bottom: 0px;
  }
  .tbd-land .header-blog-detail {
    width: 96%;
  }
  .instapoll .details {
    text-align: center;
    /* width: 100%; */
    margin: 100px auto;
  }
  .instapoll .details h4 {
    font-family: canada-type-gibson, sans-serif;
    font-size: 22px;
    font-weight: bold;
  }
  .instapoll .details .desc {
    font-family: Source Sans SemiBold, sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #000;
  }
  /* .home .menu .subscribe-btn {
    color: #fff !important;
  } */
  .my-account.m-view {
    position: absolute;
    float: right;
    top: 20px;
    right: 45px;
    z-index: 0;
  }
  .logo-img {
    max-width: 35%;
    height: 14px;
    vertical-align: sub;
    object-fit: contain;
  }
  .logo-red {
    max-width: 50%;
    vertical-align: middle;
  }
  .openSearchBtn {
    padding: 15px 0px;
    font-size: 20px;
    right: 15px;
  }
  .m-side-list h4 {
    color: #000;
    font-size: 20px;
    font-family: canada-type-gibson, sans-serif;
    font-weight: 700;
  }
  .m-side-list p {
    color: #767676;
    font-size: 15px;
    font-family: Source Sans Regular, sans-serif;
  }
  .m-side-list .details:nth-last-child(2) {
    border: none;
  }
  .m-side-list .link .tbd-button {
    border: 2px solid #27a5e8;
    color: #27a5e8;
  }
  .side-list .details:last-child {
    border: none;
  }
  .sidebar {
    z-index: 999;
  }
  .header-section {
    height: 700px;
  }
  .land-header-section {
    height: auto;
  }
  .tbd-land .demo {
    display: none;
  }
  .header-menu {
    padding-left: 15px;
    padding-right: 15px;
  }
  .header-img {
    z-index: 1;
  }
  .header-blog-detail h1 {
    color: #ffffff;
    font-size: 22px;
  }
  .m-side-list .briefs-heading {
    border-bottom: 1px solid #c7c7c7;
    width: 100%;
  }
  .tag-group-template .blogs {
    margin: auto 0px !important;
  }
  .tag-group-template .side-list {
    padding-left: 15px;
  }
  .tag-group-template .details h3 .tag-heading {
    display: none;
  }
  .tag-group-template .details h3 .date {
    display: block;
    margin-top: 50px;
  }
  .tag-group-template .side-list span.date {
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .header-brief {
    padding-left: 15px;
  }
  .header-brief h1 {
    font-size: 60px;
    padding-left: 0px;
  }
  .header-brief h1 b {
    font-size: 60px;
    padding-left: 0px;
  }
  .header-brief p {
    padding-left: 0px;
  }
  .background-img img {
    width: 100%;
    height: 350px;
    object-fit: cover;
  }
  .feature-back-img img {
    height: 100%;
  }
  .header-img img {
    width: 100%;
    min-height: 100%;
    height: 350px;
    object-fit: cover;
  }
  /* .feature-back-img img{
    height: auto;
  } */
  .header-blog-detail p {
    color: #ffffff;
    font-size: 12px;
    width: 100%;
  }
  .blog-section {
    padding: 0 15px;
  }
  .side-list {
    display: none;
  }
  .footer1 .footer-description h2 {
    font-family: canada-type-gibson, sans-serif;
    font-weight: 700;
    font-size: 26px;
    text-transform: uppercase;
    margin-top: 50px;
  }
  .desktop-menu {
    display: none;
  }
  .logo {
    padding: 30px;
  }
  .logo img {
    width: 100%;
    height: 190px;
    object-fit: contain;
  }
  .highlight-section {
    background-color: #000;
    background-image: url("../index-57.html");
    background-repeat: no-repeat;
    background-size: contain;
    padding: 15px;
    margin: 0;
  }
  .next {
    background-color: #000;
    background-image: url("../index-56.html");
    background-repeat: no-repeat;
    background-size: contain;
    padding: 15px;
    margin: 0;
  }
  .blogs {
    margin: auto 15px;
  }
  .highlight-clearfix p {
    width: 100%;
    text-align: center;
    font-size: 12px;
  }
  .mv-float-l {
    width: 100%;
  }
  .mv-float {
    float: none !important;
    text-align: center;
    width: 100%;
  }
  .highlight-section h1 {
    font-size: 30px;
    text-align: center;
    padding-top: 60px;
  }
  .highlight-section {
    padding: 0px !important;
  }
  .blogs .details {
    padding-top: 15px;
    border-bottom: 1px solid #c7c7c7;
  }
  .blog .details {
    padding: 17px;
  }
  .blogs .header-blog-detail {
    padding-left: 0px;
    padding-right: 15px;
    padding-bottom: 15px;
  }
  .m-side-list .details:last-child {
    border-bottom: 3px solid #c7c7c7;
  }
  .blogs button {
    color: #27a5e8;
    border: 2px solid #27a5e8;
  }
  .m-side-list .link {
    text-align: center;
  }
  .subscribe-btn {
    color: #fff;
  }
  .demo {
    height: 40px;
    width: 100%;
  }
  .home .demo {
    height: 70px;
  }
  .land-header-section .blog-section {
    padding: 0 15px;
  }
  .land-header-section .headline p {
    width: 100%;
    padding-bottom: 16px;
    text-align: center;
    font-size: 15px !important;
  }
  .land-header-section {
    background-image: url(../index-58.html),
      linear-gradient(to bottom, #000000 100%, white 25%);
    background-repeat: no-repeat;
    background-size: 100% 80%;
    margin: 0;
    background: linear-gradient(to bottom, #dedede 75%, white 25%);
  }
  .caption {
    color: #777777;
    font-family: Source Sans Regular, sans-serif;
    font-size: 13px;
    padding: 15px 10px 15px 10px;
    border-bottom: 1px solid #777;
  }
  .tbd-features .blogs {
    margin: 0px;
  }
  .caption .float-left {
    width: 100%;
  }
  .tbd-features .more-details h3,
  .tbd-features .more-details h3 b {
    padding-top: 20px;
    font-size: 16px;
    margin-top: 50px;
  }
  .tbd-features .row {
    padding-left: 0px;
    padding-right: 0px;
  }
  .more-popular .clearfix .disc {
    width: 80%;
  }
  .article-template .more-popular .clearfix .disc {
    width: auto;
  }
  .d-view {
    display: none;
  }
  .sidebar .subscribe button {
    background: #e82727;
    border-radius: 0px;
    font-family: canada-type-gibson, sans serif;
    font-size: 16px;
    border: none;
    color: #f5f5f5;
  }
  .tbd-features .land-header-section .header-blog-detail {
    color: #000;
    width: 90%;
    padding-left: 0px;
    padding-right: 0px;
  }
  .tbd-features .header-section {
    height: auto;
  }
  .tbd-features .land-header-section {
    background: none;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
  }
  .tbd-features .land-header-section .m-view .favourites {
    padding: 0 15px;
  }
  .tbd-features .land-header-section .m-view .header-blog-detail {
    width: 100%;
    padding: 20px;
    padding-bottom: 0;
    margin-top: 60px;
  }
  .tbd-features .land-header-section .m-view .header-blog-detail h1 {
    font-size: 26px;
  }
  .tbd-features .land-header-section .m-view .header-blog-detail p {
    font-size: 18px;
  }
  .paragraph .background-img {
    margin: 15px;
  }
  .favourites {
    padding-top: 0px;
    padding-left: 0px;
  }
  .paragraph {
    padding: 0 15px 0 15px;
  }
  .paragrap-image ul li a {
    font-size: 18px;
  }
  .paragrap-image ul {
    padding: 28px;
  }

  .paragraph ul {
    padding: 0px 17px 0px 17px;
  }
  .tbd-features .header-section {
    padding-bottom: 0px;
  }
  .article-template .blogs {
    margin: auto -15px;
  }
  .article-template .share {
    padding-top: 4px;
  }
  .article-template .header-blog-detail {
    width: 100%;
  }
  .land-header-section .headline b {
    font-size: 27px;
    text-align: center;
  }
  .land-header-section .headline h1 {
    font-size: 27px;
    text-align: center;
  }
  .article-template .header-blog-detail p {
    color: #000;
    font-size: 18px;
  }
  .article {
    margin-top: 50px;
  }
  .slug p {
    color: #000;
    font-size: 16px;
    font-family: canada-type-gibson, sans-serif;
    font-weight: 300;
    line-height: 1.4;
    text-transform: uppercase;
  }
  .header-border:after {
    content: "";
    height: 9px;
    width: 100%;
    background: #e6332a;
    display: block;
    margin-top: -7px;
  }
  .header-home {
    margin-left: 25px;
    margin-right: 25px;
    text-align: center;
  }
  .home .menu {
    background: #000000 !important;
    position: static !important;
  }
  .home .openbtn {
    color: #fff;
  }
  .home .openSearchBtn i {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
  }
  .slug {
    padding-top: 30px;
  }
  .footer1 {
    background-image: url("../index-59.html");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
  }
  .footer1 .tbd-button {
    margin-bottom: 20px;
  }
  .footer1 .footer-description {
    padding-top: 50px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
  }
  .article-template .side-list {
    display: block;
  }
  .footer .row {
    margin: 0;
  }
  .caption {
    margin-left: 0;
  }
  .headline {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 950px) {
  .blogs {
    margin: auto 15px;
  }

  .header-blog-detail h1 {
    font-size: 22px;
  }

  .header-blog-detail p {
    font-size: 12px;
  }

  /* .col-md-9.mx-auto.background-img {
  max-width: 100%;
} */
}

/* For IPad View */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  /* .collab-text {
    color: #fff !important;
    padding-bottom: 40px;
  } */
  
}

/* For IPad View */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  
}

/* For Ipad Pro CSS */

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
}

/* ----------- Non-Retina Screens laptop----------- */

@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 1) {
}

/* ----------- Retina Screens laptop----------- */

@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
}

/* Small Laptop */

@media screen and (min-width: 1024px) and (max-height: 1310px) {
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .tbd-building .headline h1 {
    font-size: 50px;
  }
  .tbd-marketing .headline h1 {
    font-size: 65px;
  }
}

.sidebar::-webkit-scrollbar,
#sidebar::-webkit-scrollbar {
  width: 0px;
  background: transparent;
  /* make scrollbar transparent */
}
@media only screen and (max-width: 350px) {
  .header-blog-detail h1 {
    font-size: 18px;
  }
  .highlight-section h1 {
    font-size: 18px;
  }
  .openbtn {
    padding: 10px 10px;
  }
  .tbd-land .title p b a {
    font-size: 12px;
  }

  .tbd-features .title p a {
    font-size: 12px;
  }
  .tbd-features .title p b a {
    font-size: 12px;
  }

  .tbd-features .title p a {
    font-size: 12px;
  }
}
/* // banner images code for up to 1200px */

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .ban-img-content-d-view {
    display: none !important;
  }

  .ban-img-content-m-view {
    display: block !important;
  }

  .tbd-features .land-header-section .m-view .header-blog-detail {
    width: 100%;
    padding: 20px;
    padding-bottom: 0;
    margin-top: 60px;
  }
  .tbd-features .land-header-section .header-blog-detail {
    color: #000;
  }
  .tbd-features .land-header-section .m-view .header-blog-detail h1 {
    font-size: 26px;
  }

  .tbd-features .land-header-section .m-view .header-blog-detail p {
    font-size: 18px;
  }
  .tbd-features .land-header-section .m-view .favourites {
    padding: 0 15px;
  }
  .favourites .heading {
    font-size: 13px;
    font-family: Source Sans Bold, sans-serif;
    color: #000000;
  }
  .tbd-features .land-header-section .background-img {
    margin: 20px 0px 20px 0px;
  }
  .background-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .tbd-features .land-header-section .m-view .favourites {
    padding: 0 15px;
  }
  .col-md-3.col-sm-12 {
    padding: 0;
  }
  .favourites .heading {
    font-size: 13px;
    font-family: Source Sans Bold, sans-serif;
    color: #000000;
  }
  .tbd-features .land-header-section {
    background: none;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
  }
  .heading b {
    color: #000000;
    font-family: Source Sans Bold, sans-serif;
    font-size: 13px;
  }
}
