html {
  scroll-behavior: smooth;
}

body {
  font-size: 20px;
  color: #212529;
  font-family: "Lora", "Times New Roman", serif;
}

p {
  line-height: 1.5;
  margin: 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 800;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h2 {
  margin: 0.5rem 0;
}

a {
  color: #1393e0;
  transition: all 0.5s;
  padding-bottom: 6px;
  background: linear-gradient(to right, #00d1b1 0%, #278fc6 98%);
  background-size: 0px 2px;
  background-repeat: no-repeat;
  background-position: left 85%;
}
a:hover, a:active {
  background-size: 100% 2px;
  color: #1393e0;
  text-decoration: none;
}
a:visited, a:focus {
  color: #0091b1;
}

a.simple-link {
  background-size: 0;
}
a.tab-link {
  color: #545454;
  background-color: #efefef;
}
.submenu-link, .submenu-link:visited, .submenu-link:focus {
  color: #000;
}
.submenu-link:hover,
.submenu-link.active {
  color: green;
}

a.section-link:hover,
.section-link.active {
  color: #1393e0;
}
a.section-link.internal-section-link {
  color: #1393e0;
}

a.btn {
  color: #fff;
}

blockquote {
  font-style: italic;
  color: #868e96;
}

pre {
  margin: 0;
  padding: 10px 0 5px;
}

/* Works on Firefox */
pre {
  scrollbar-width: thin;
  scrollbar-color: #303030 #616161;
}

/* Works on Chrome, Edge, and Safari */
pre::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

pre::-webkit-scrollbar-track {
  background: #303030;
}

pre::-webkit-scrollbar-thumb {
  background-color: #616161;
  border-radius: 4px;
  width: 4px;
  border: 1px solid black;
}

ul {
  list-style: none;
  padding: 0;
}

.section-heading {
  font-size: 36px;
  font-weight: 700;
  margin-top: 60px;
}

.caption {
  font-size: 14px;
  font-style: italic;
  display: block;
  margin: 0;
  padding: 10px;
  text-align: center;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

::-moz-selection {
  color: #fff;
  background: #0085a1;
  text-shadow: none;
}

::selection {
  color: #fff;
  background: #0085a1;
  text-shadow: none;
}

img::selection {
  color: #fff;
  background: transparent;
}

img::-moz-selection {
  color: #fff;
  background: transparent;
}

#mainNav {
  position: absolute;
  border-bottom: 1px solid #e9ecef;
  background-color: white;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#mainNav .navbar-brand {
  font-weight: 800;
  color: #343a40;
}

#mainNav .navbar-toggler {
  font-size: 12px;
  font-weight: 800;
  padding: 13px;
  text-transform: uppercase;
  color: #343a40;
}

#mainNav .navbar-nav > li.nav-item > a {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

@media only screen and (min-width: 992px) {
  #mainNav {
    border-bottom: 1px solid transparent;
    background: transparent;
  }

  #mainNav .navbar-brand {
    padding: 10px 20px;
    color: #3c3b3b;
  }

  #mainNav .navbar-brand:focus,
  #mainNav .navbar-brand:hover {
    opacity: 0.8;
  }

  #mainNav .navbar-nav > li.nav-item > a {
    padding: 10px 20px;
    color: #3c3b3b;
  }
}

@media only screen and (min-width: 992px) {
  #mainNav {
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    transition: background-color 0.2s;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
  }

  #mainNav.is-fixed {
    position: fixed;
    top: -67px;
    -webkit-transition: -webkit-transform 0.2s;
    -moz-transition: -moz-transform 0.2s;
    transition: transform 0.2s;
    border-bottom: 1px solid #fff;
    background-color: rgba(255, 255, 255, 0.9);
  }

  #mainNav.is-fixed .navbar-brand {
    color: #212529;
  }

  #mainNav.is-fixed .navbar-brand:focus,
  #mainNav.is-fixed .navbar-brand:hover {
    color: #0085a1;
  }

  #mainNav.is-fixed .navbar-nav > li.nav-item > a {
    color: #212529;
  }

  #mainNav.is-fixed .navbar-nav > li.nav-item > a:focus,
  #mainNav.is-fixed .navbar-nav > li.nav-item > a:hover {
    color: #0085a1;
  }

  #mainNav.is-visible {
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

header.masthead {
  padding-bottom: 15px;
  background: no-repeat center center;
  background-color: #f3d503;
  background-attachment: scroll;
  position: relative;
  background-size: cover;
}
@media only screen and (min-width: 1200px) {
  header.masthead {
    background-size: auto;
  }
}

header.masthead .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #212529;
  opacity: 0;
}

header.masthead .page-heading,
header.masthead .post-heading,
header.masthead .site-heading {
  padding: 200px 0 150px;
  color: white;
}

@media only screen and (min-width: 768px) {
  header.masthead .page-heading,
  header.masthead .post-heading,
  header.masthead .site-heading {
    padding: 200px 0;
  }
}

header.masthead .page-heading,
header.masthead .site-heading {
  text-align: center;
}

header.masthead .page-heading h1,
header.masthead .site-heading h1 {
  font-size: 25px;
  margin-top: 0;
}

header.masthead .page-heading .subheading,
header.masthead .site-heading .subheading {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.1;
  display: block;
  margin: 10px 0 0;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media only screen and (min-width: 768px) {
  header.masthead .page-heading h1,
  header.masthead .site-heading h1 {
    font-size: 40px;
  }
}

header.masthead .post-heading h1 {
  font-size: 35px;
}

header.masthead .post-heading .meta,
header.masthead .post-heading .subheading {
  line-height: 1.1;
  display: block;
}

header.masthead .post-heading .subheading {
  font-size: 20px;
  font-weight: 600;
  margin: 10px 0 30px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

header.masthead .post-heading .meta {
  font-size: 20px;
  font-weight: 300;
  font-style: italic;
  font-family: "Lora", "Times New Roman", serif;
}

header.masthead .post-heading .meta a {
  color: #fff;
}

@media only screen and (min-width: 768px) {
  header.masthead .post-heading h1 {
    font-size: 55px;
  }

  header.masthead .post-heading .subheading {
    font-size: 24px;
  }
}

.containerEl {
  margin: 0 16px;
}

.nav-submenu {
  position: sticky;
  top: 80px;
  padding-bottom: 80px;
  align-self: flex-start;
  font-size: 18px;
  font-weight: 600;
  overflow: hidden;
}

.nav-submenu li {
  padding: 6px 0;
  border-bottom: 1px solid #e9e4e4;
}

.nav-submenu li:last-child {
  border: 0;
}

.nav-submenu h5 {
  padding: 12px 0;
}

.nav-submenu-mobile {
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.nav-submenu-mobile nav.navbar {
  background-color: #323232;
  padding: 1rem;
}

.nav-submenu-mobile .navbar-toggler {
  background-color: #323232;
  color: #fff;
}

.nav-submenu-mobile .txt {
  color: #fff;
  font-size: 16px;
}

.nav-submenu-mobile-list-container {
  padding: 15px 15px 0 15px;
  z-index: 1000;
  background-color: #f7f7f7;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: 0 7px 20px #00000038;
}

@media only screen and (max-width: 992px) {
  .nav-submenu {
    display: none;
  }
}

@media only screen and (min-width: 992px) {
  .nav-submenu-mobile {
    display: none;
  }
}

#mainSection {
  border-left: 1px solid #e9e4e4;
  border-right: 1px solid #e9e4e4;
  margin: 25px 0;
  transition: padding 500ms ease;
}

.post-preview > a {
  color: #212529;
}

.post-preview > a:focus,
.post-preview > a:hover {
  text-decoration: none;
  color: #0085a1;
}

.post-preview > a > .post-title {
  font-size: 30px;
  margin-top: 30px;
  margin-bottom: 10px;
}

.post-preview > a > .post-subtitle {
  font-weight: 300;
  margin: 0 0 10px;
}

.post-preview > .post-meta {
  font-size: 18px;
  font-style: italic;
  margin-top: 0;
  color: #868e96;
}

.post-preview > .post-meta > a {
  text-decoration: none;
  color: #212529;
}

.post-preview > .post-meta > a:focus,
.post-preview > .post-meta > a:hover {
  text-decoration: underline;
  color: #0085a1;
}

@media only screen and (min-width: 768px) {
  .post-preview > a > .post-title {
    font-size: 36px;
  }
}

.floating-label-form-group {
  font-size: 14px;
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #dee2e6;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
  font-size: 1.5em;
  position: relative;
  z-index: 1;
  padding: 0;
  resize: none;
  border: none;
  border-radius: 0;
  background: none;
  box-shadow: none !important;
  font-family: "Lora", "Times New Roman", serif;
}

.floating-label-form-group input::-webkit-input-placeholder,
.floating-label-form-group textarea::-webkit-input-placeholder {
  color: #868e96;
  font-family: "Lora", "Times New Roman", serif;
}

.floating-label-form-group label {
  font-size: 0.85em;
  line-height: 1.764705882em;
  position: relative;
  z-index: 0;
  top: 2em;
  display: block;
  margin: 0;
  -webkit-transition: top 0.3s ease, opacity 0.3s ease;
  -moz-transition: top 0.3s ease, opacity 0.3s ease;
  -ms-transition: top 0.3s ease, opacity 0.3s ease;
  transition: top 0.3s ease, opacity 0.3s ease;
  opacity: 0;
}

.floating-label-form-group .help-block {
  margin: 15px 0;
}

.floating-label-form-group-with-value label {
  top: 0;
  opacity: 1;
}

.floating-label-form-group-with-focus label {
  color: #0085a1;
}

form .form-group:first-child .floating-label-form-group {
  border-top: 1px solid #dee2e6;
}

footer {
  padding: 50px 0 65px;
}

footer .list-inline {
  margin: 0;
  padding: 0;
}

footer .copyright {
  font-size: 14px;
  margin-bottom: 0;
  text-align: center;
}

.social-icons a {
  color: #212529;
}

.social-icons a:hover {
  background-size: 0px 2px;
  color: #1393e0;
}

.btn {
  font-size: 14px;
  font-weight: 800;
  padding: 15px 25px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 0;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.btn-primary {
  background-color: #0085a1;
  border-color: #0085a1;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  color: #fff;
  background-color: #00657b !important;
  border-color: #00657b !important;
}

.btn-lg {
  font-size: 16px;
  padding: 25px 35px;
}

/*** custom as well ***** /
adapted from a snippet
*/

.subscribe-area {
  background-image: linear-gradient(to top, #0085a1 0%, #000 100%);
  margin: 20px 0;
}

.pb-50 {
  padding-bottom: 50px;
}
.pt-70 {
  padding-top: 70px;
}

.mb-15 {
  margin-bottom: 15px;
}
.subscribe-text {
  padding: 0 10px;
}
.subscribe-text span {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 5px;
}
.subscribe-text h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 0;
  margin-top: 6px;
}
.subscribe-wrapper {
  overflow: hidden;
}
.subscribe2-wrapper .subscribe-form input {
  background: none;
  border: 1px solid #fff;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: 300;
  height: 57px;
  margin-right: 17px;
  padding-left: 35px;
  width: 70%;
  cursor: pointer;
}

.subscribe2-wrapper .subscribe-form input:focus {
  outline: none;
}

.subscribe2-wrapper .subscribe-form button {
  background: #ffff;
  border: none;
  border-radius: 30px;
  color: #4b5d73;
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  padding: 18px 46px;
  margin: 10px 0;
  transition: all 0.3s ease 0s;
}
.subscribe2-wrapper .subscribe-form button:focus {
  outline: none;
}
.subscribe2-wrapper .subscribe-form button:hover {
  opacity: 0.7;
}
.subscribe2-wrapper .subscribe-form button i {
  font-size: 18px;
  padding-left: 5px;
}

/*****************************************************************************************/
/************************************** CUSTOM *******************************************/
/*****************************************************************************************/

.underline {
  text-decoration: underline;
}

.center {
  text-align: center;
}

.search-container {
  padding: 20px 0;
}

.padding-v15 {
  padding: 15px 0;
}

.codeContainer {
  background: #303030;
  margin: 10px 0;
  border-radius: 4px;
  padding: 20px 15px;
  box-shadow: 0 7px 20px #00000038;
  position: relative;
}

.codeContainer .lang, .codeContainer .copy {
  position: absolute;
  right: 10px;
  top: 50%;
  color: #fff;
  background: #303030;
}

.codeContainer .lang {
  color: #80ec0c;
  top: 5px;
  font-weight: 600;
  font-size: 12px;
}

.codeContainer .copy {
  top: 25px;
  opacity: 0;
  transition: 0.2s ease opacity;
  cursor: pointer;
  z-index: 1000;
}

.codeContainer:hover .copy {
  opacity: 1;
}

.codeContainer code, .codeContainer pre, .klipse-snippet, .klipse-result {
  font-size: 14px;
}

.section-link code {
  color: #e83e8c;
}

.klipse-result::before {
  background: #002b35;
  content: "🔻 Console O/P 🔻";
  color: #8d8d8d;
  display: block;
  text-align: center;"
}

.tab-content {
  padding: 10px;
}

.tabContainer .nav-tabs .nav-link.active {
  color: green;
  font-weight: 600;
  border-bottom: 3px solid green;
}

#back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  padding: 10px 15px;
  color: #fff;
  opacity: 0.5;
  opacity: 0;
  background-color: rgba(0,0,0,0.4);
  z-index: 10;
  transition: opacity 300ms ease-in-out;
}

#back-to-top:hover {
  opacity: 1;
  background-color: rgba(0,0,0,0.8);
}

#back-to-top:visited, #back-to-top:focus {
  color: #fff;
}

[type=search] {
  outline-offset: 0px;
  padding-left: 5px;
}
/* override typeahead */
/* override style for list of suggestions */
.Ad-rotator.typeahead-example .tt-list {
  background: #292727;
  color: #fff;
  border: 1px solid #6d6b6b;
  border-radius: 4px;
  -webkit-box-shadow: -1px 10px 22px 2px rgba(0,0,0,0.36);
  -moz-box-shadow: -1px 10px 22px 2px rgba(0,0,0,0.36);
  box-shadow: -1px 10px 22px 2px rgba(0,0,0,0.36);
}

/* override style for all templates */
.Ad-rotator.typeahead-example .tt-list div[class^="tt-"] {
  padding: 5px;
}

/* single suggestion */
.Ad-rotator.typeahead-example .tt-list .tt-suggestion {
  border-bottom: 1px solid #3c3838;
}

/* single selected suggestion and single suggestion on hover */
.Ad-rotator.typeahead-example .tt-list .tt-suggestion:hover, .Ad-rotator.typeahead-example .tt-list .tt-suggestion.tt-selected {
  color: #fff;
  background-color: #000;
}

/* single group */
.Ad-rotator.typeahead-example .tt-list .tt-group {
  background: #403636;
  font-style: italic;
}

/* style highlight */
.Ad-rotator.typeahead-example .tt-list .tt-suggestion .tt-highlight {
  color: orangered;
}

/* style suggestion template */
.Ad-rotator.typeahead-example .preview {
  height: 15px;
  width: 15px;
  position: absolute;
  right: 10px;
  margin-top: 7px;
  border: 1px solid #313131;
}

/* style header template, footer template and not found template */
.Ad-rotator .tt-header, .Ad-rotator .tt-footer, .Ad-rotator .tt-notFound {
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
}

/* style footer link */
.Ad-rotator .tt-footer, .Ad-rotator .tt-footer a {
  color: #fff;
  text-align: right;
}

/* style footer link on hover */
.Ad-rotator .tt-footer a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.sidebar {
  padding-top: 24px;
}

/* style sidebar gadverts */
.gAdvert_sidebar {
  width: 100%;
  overflow: hidden;
  max-height: 600px;
  margin: 20px 0;
}

/* add transition to sticky element */
.stickyElx {
  transition: all 0.5s;
  z-index: 1;
}

ul.feature-list {
  padding: 0 0 0 25px;
}
ul.feature-list li {
  margin-bottom: 5px;
}
.bottom-nav {
  padding: 10px 0;
  font-weight: 600;
  text-transform: uppercase;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.bottom-nav .label {
  color: #7f7f7f;
  font-size: 14px;
}
.bottom-nav a {
  color: #000;
}
.beforePubbCard .chip {
  padding: 3px 0;
}
.page-heading h1 {
  opacity: 0;
}
.lower-tagline {
  color: #3c3b3b;
  text-align: center;
  padding-bottom: 15px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media only screen and (max-width: 992px) {
  .lower-tagline {
    position: absolute;
    bottom: 10%;
    width: 100%;
    left: 0;
    font-size: 16px;
    padding: 0 30px;
  }
}