@charset "UTF-8";
.btn {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-size: 13px !important;
  padding: 10px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 15px;
  font-weight: 700;
}

.btn-outline-primary {
  border-color: #31363F;
}

body {
  color: #31363F;
  line-height: 1.5;
  word-break: break-word;
  background-color: #E6E6E6;
  font-family: "roboto", sans-serif;
  font-size: 0.9em;
  letter-spacing: 0.2px;
  line-height: 1.8em;
}

a {
  word-break: break-word;
  color: #0065ca;
  transition: 0.5s;
}

a:hover {
  color: #003264;
  text-decoration: none;
}

h2::before,
h3::before,
h4::before,
h5::before,
h6::before {
  content: '';
  display: block;
  visibility: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  line-height: 1.3;
  color: #003162;
  font-family: "roboto", sans-serif;
}

h1 svg,
h2 svg,
h3 svg,
h4 svg,
h5 svg,
h6 svg {
  visibility: hidden;
}

h1:hover,
h2:hover,
h3:hover,
h4:hover,
h5:hover,
h6:hover {
  cursor: pointer;
}

h1:hover svg,
h2:hover svg,
h3:hover svg,
h4:hover svg,
h5:hover svg,
h6:hover svg {
  visibility: visible;
}

hr {
  margin-top: 30px;
  margin-bottom: 30px;
}

.white-bg, .single-post-pagination, .single-post-comments, .single-post, .side-container, .post-preview {
  box-shadow: 20px 0 50px rgba(85, 92, 121, 0.08);
  background-color: #FFF;
  border-radius: 4px;
}

.avatar, .post-preview-author-img {
  border-radius: 50%;
  border: 1px solid #02182B;
}

#banner-img {
  display: none;
  width: 100%;
}

@media all and (max-width: 992px) {
  #banner-img {
    margin-top: 50px;
  }
}

.highlight {
  line-height: 1.5;
  overflow: auto;
}

.header {
  background-image: url("../img/bg_image2.png");
  background-size: cover;
  top: 0px;
  height: 400px;
  width: 100%;
  margin-top: 50px;
}

@media all and (max-width: 992px) {
  .header {
    height: 300px;
  }
}

.header::before {
  content: ' ';
  width: 100%;
  height: 400px;
  position: absolute;
}

@media all and (max-width: 992px) {
  .header::before {
    height: 300px;
  }
}

.header-alt {
  background-image: url("../img/bg_image2.png");
  background-size: cover;
  position: absolute;
  top: 0px;
  height: 400px;
  width: 100%;
}

.header-alt::before {
  content: ' ';
  width: 100%;
  height: 400px;
  position: absolute;
}

.containers, .main-container {
  background-color: #FFF;
}

.body {
  margin-top: 100px;
}

@media all and (max-width: 992px) {
  .body {
    margin-top: 50px;
  }
}

.padding {
  padding: 50px;
}

@media all and (max-width: 992px) {
  .padding {
    padding: 20px;
  }
}

.left-column {
  padding: 0px;
}

.paginator {
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 20px;
  padding: 0px;
  padding-bottom: 50px;
}

.paginator a {
  color: #8a8a8a;
}

.paginator a:hover {
  color: #31363F;
}

.challange1 {
  word-break: break-word;
  font-family: monospace;
  font-size: 17px;
  padding: 20px;
  opacity: 0.15;
  user-select: none;
}

footer {
  padding-top: 20px;
}

.img-ad {
  width: 100%;
  padding: 10px;
  padding-top: 0px;
}

.video {
  max-width: 100%;
  height: auto;
}

blockquote {
  border-left: 4px solid #003162;
  padding-left: 15px;
  color: #999;
}

.navbar {
  background-color: #001F3D;
  z-index: 10;
  width: 100%;
  padding-top: 5px;
}

.menu-container {
  background-color: #001F3D;
  padding-left: 0px;
  padding-right: 0px;
}

.nav-link {
  color: #c1c1c1;
}

.nav-link:hover {
  color: #0053a3;
}

.navbar-toggler {
  color: #c1c1c1;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  transition: 0.5s;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 60px;
}

body {
  color: #31363F;
  line-height: 1.5;
  word-break: break-word;
  background-color: #E6E6E6;
  font-family: "roboto", sans-serif;
  font-size: 0.9em;
  letter-spacing: 0.2px;
  line-height: 1.8em;
}

a {
  word-break: break-word;
  color: #0065ca;
  transition: 0.5s;
}

a:hover {
  color: #003264;
  text-decoration: none;
}

h2::before,
h3::before,
h4::before,
h5::before,
h6::before {
  content: '';
  display: block;
  visibility: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  line-height: 1.3;
  color: #003162;
  font-family: "roboto", sans-serif;
}

h1 svg,
h2 svg,
h3 svg,
h4 svg,
h5 svg,
h6 svg {
  visibility: hidden;
}

h1:hover,
h2:hover,
h3:hover,
h4:hover,
h5:hover,
h6:hover {
  cursor: pointer;
}

h1:hover svg,
h2:hover svg,
h3:hover svg,
h4:hover svg,
h5:hover svg,
h6:hover svg {
  visibility: visible;
}

hr {
  margin-top: 30px;
  margin-bottom: 30px;
}

.white-bg, .single-post-pagination, .single-post-comments, .single-post, .side-container, .post-preview {
  box-shadow: 20px 0 50px rgba(85, 92, 121, 0.08);
  background-color: #FFF;
  border-radius: 4px;
}

.avatar, .post-preview-author-img {
  border-radius: 50%;
  border: 1px solid #02182B;
}

#banner-img {
  display: none;
  width: 100%;
}

@media all and (max-width: 992px) {
  #banner-img {
    margin-top: 50px;
  }
}

.highlight {
  line-height: 1.5;
  overflow: auto;
}

.header {
  background-image: url("../img/bg_image2.png");
  background-size: cover;
  top: 0px;
  height: 400px;
  width: 100%;
  margin-top: 50px;
}

@media all and (max-width: 992px) {
  .header {
    height: 300px;
  }
}

.header::before {
  content: ' ';
  width: 100%;
  height: 400px;
  position: absolute;
}

@media all and (max-width: 992px) {
  .header::before {
    height: 300px;
  }
}

.header-alt {
  background-image: url("../img/bg_image2.png");
  background-size: cover;
  position: absolute;
  top: 0px;
  height: 400px;
  width: 100%;
}

.header-alt::before {
  content: ' ';
  width: 100%;
  height: 400px;
  position: absolute;
}

.containers, .main-container {
  background-color: #FFF;
}

.body {
  margin-top: 100px;
}

@media all and (max-width: 992px) {
  .body {
    margin-top: 50px;
  }
}

.padding {
  padding: 50px;
}

@media all and (max-width: 992px) {
  .padding {
    padding: 20px;
  }
}

.left-column {
  padding: 0px;
}

.paginator {
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 20px;
  padding: 0px;
  padding-bottom: 50px;
}

.paginator a {
  color: #8a8a8a;
}

.paginator a:hover {
  color: #31363F;
}

.challange1 {
  word-break: break-word;
  font-family: monospace;
  font-size: 17px;
  padding: 20px;
  opacity: 0.15;
  user-select: none;
}

footer {
  padding-top: 20px;
}

.img-ad {
  width: 100%;
  padding: 10px;
  padding-top: 0px;
}

.video {
  max-width: 100%;
  height: auto;
}

blockquote {
  border-left: 4px solid #003162;
  padding-left: 15px;
  color: #999;
}

.search-input {
  background-color: rgba(0, 0, 0, 0.3);
  border-color: rgba(100, 100, 100, 0.5);
  border-radius: 5px;
  transition: width 0.5s ease;
  color: #FFFFFF;
}

.search-input:focus {
  width: 500px !important;
  background-color: rgba(0, 0, 0, 0.3);
  border-color: rgba(100, 100, 100, 0.5);
  color: #FFFFFF;
}

.search-input::placeholder {
  color: #FFFFFF;
}

.post-details, .single-post-details {
  text-transform: capitalize;
  font-size: 14px;
}

.post-details ul, .single-post-details ul {
  display: inline;
  margin: 0;
  padding: 0;
}

.post-details li, .single-post-details li {
  display: inline;
}

.post-details li::before, .single-post-details li::before {
  content: ' ';
}

.post-details li::after, .single-post-details li::after {
  content: ' •';
  white-space: normal;
}

.post-details li:last-child::after, .single-post-details li:last-child::after {
  content: ' ';
}

.post-preview {
  margin-bottom: 50px;
}

.post-preview-padding {
  padding: 20px;
}

.post-preview-author {
  text-align: center;
}

@media all and (max-width: 992px) {
  .post-preview-author {
    visibility: hidden;
    height: 0px;
  }
}

.post-preview-author a {
  font-size: 15px;
  text-decoration: none;
  color: #0065ca;
}

.post-preview-title-link {
  text-decoration: none;
  color: #003162;
}

.post-preview-read-more {
  margin-top: 30px;
  position: relative;
  line-height: 1;
  transition: 0.3s;
}

.post-preview-read-more:hover:before {
  left: 184px;
}

.post-preview-read-more:hover:after {
  width: 40px;
  opacity: 1;
}

.post-preview-read-more:before {
  width: 10px;
  height: 10px;
  border-top: 2px solid #0065ca;
  border-right: 2px solid #0065ca;
  content: "";
  position: absolute;
  top: 2px;
  left: 140px;
  transform: rotate(45deg);
  transform-origin: 0 0;
  transition: 0.3s;
}

.post-preview-read-more:after {
  display: inline-block;
  position: relative;
  content: "";
  height: 2px;
  width: 10px;
  background: #0065ca;
  right: 0;
  transition: 0.3s;
  left: 8px;
  opacity: 0;
  margin: 3px;
}

.side-container {
  padding: 40px;
  padding-bottom: 50px;
}

.sidebar-social-menu {
  display: flex;
}

.sidebar-social-menu li {
  padding: 10px;
  font-size: 30px;
}

.sidebar .adz-container, .top-posts .adz-container {
  padding: 0px;
}

.sidebar .adz-container .ad, .top-posts .adz-container .ad {
  margin: 5px;
}

.sidebar-content {
  margin-top: 20px;
}

.sidebar .author .author-img-container, .top-posts .author .author-img-container {
  width: 100%;
  overflow: hidden;
}

.sidebar .author .author-img-container .avatar, .top-posts .author .author-img-container .avatar, .sidebar .author .author-img-container .post-preview-author-img, .top-posts .author .author-img-container .post-preview-author-img {
  padding: 0px !important;
}

.sidebar .author .author-img, .top-posts .author .author-img {
  width: 100%;
  height: auto;
  border: none;
  border-radius: 0px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.sidebar .author .author-description, .top-posts .author .author-description {
  padding: 30px;
}

.sidebar .top-posts .top-post, .top-posts .top-posts .top-post {
  border-bottom: 1px solid rgba(49, 54, 63, 0.3);
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.sidebar .top-posts .top-post-container, .top-posts .top-posts .top-post-container {
  display: flex;
}

.sidebar .top-posts .top-post-content, .top-posts .top-posts .top-post-content {
  padding-left: 10px;
}

.sidebar .top-posts .top-post-img, .top-posts .top-posts .top-post-img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 4px;
}

.main {
  padding-top: 50px;
}

.highlight-zone {
  background-color: #1e1f21;
  margin-top: 50px;
  padding: 100px;
  color: #DDD;
}

.about-author {
  margin: 0px;
  padding: 0px;
  border-radius: 4px;
}

.about-author h1, .about-author h2, .about-author h3, .about-author h4, .about-author h5, .about-author h6 {
  color: #FFF;
  margin: 0px;
}

.about-author-introduction {
  margin-top: 50px;
}

.about-author-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 0px !important;
}

.about-author-content {
  background-color: #1e2022;
  padding: 50px;
  color: #DDD;
  border: 1px solid #363a3d;
}

.about-author-visual {
  padding: 0px;
}

.skills {
  margin-top: 50px;
  padding: 50px;
}

.skills-radar-container {
  position: relative;
}

.progress-bar {
  width: 100%;
  background-color: #e0e0e0;
  border-radius: 4px;
}

.progress-bar-fill {
  display: block;
  height: 10px;
  background-color: #F7B980;
  border-radius: 3px;
  transition: width 500ms ease-in-out;
}

.about-projects {
  margin-top: 50px;
  padding: 50px;
}

.about-projects .badge {
  background-color: #F7B980;
  padding: 10px;
  border-radius: 4px;
  color: white;
}

.about-projects .badge:hover {
  background-color: #f18420;
}

.comments-title {
  margin-bottom: 50px;
  padding: 0px;
}

.comment-list {
  padding: 50px;
  padding-top: 0px;
  list-style: none;
}

.comment-container {
  border-top: 1px solid rgba(49, 54, 63, 0.3);
  padding-top: 40px;
  padding-bottom: 40px;
}

.comment-container .children {
  padding-top: 20px;
  border-left: 1px solid #f2f2f2;
  list-style: none;
}

.s404 {
  margin-top: 200px;
  font-size: 200px;
  position: relative;
}

.s404-desc {
  margin-top: 100px;
}

body {
  color: #31363F;
  line-height: 1.5;
  word-break: break-word;
  background-color: #E6E6E6;
  font-family: "roboto", sans-serif;
  font-size: 0.9em;
  letter-spacing: 0.2px;
  line-height: 1.8em;
}

a {
  word-break: break-word;
  color: #0065ca;
  transition: 0.5s;
}

a:hover {
  color: #003264;
  text-decoration: none;
}

h2::before,
h3::before,
h4::before,
h5::before,
h6::before {
  content: '';
  display: block;
  visibility: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  line-height: 1.3;
  color: #003162;
  font-family: "roboto", sans-serif;
}

h1 svg,
h2 svg,
h3 svg,
h4 svg,
h5 svg,
h6 svg {
  visibility: hidden;
}

h1:hover,
h2:hover,
h3:hover,
h4:hover,
h5:hover,
h6:hover {
  cursor: pointer;
}

h1:hover svg,
h2:hover svg,
h3:hover svg,
h4:hover svg,
h5:hover svg,
h6:hover svg {
  visibility: visible;
}

hr {
  margin-top: 30px;
  margin-bottom: 30px;
}

.white-bg, .single-post-pagination, .single-post-comments, .single-post, .post-preview, .side-container {
  box-shadow: 20px 0 50px rgba(85, 92, 121, 0.08);
  background-color: #FFF;
  border-radius: 4px;
}

.avatar, .post-preview-author-img {
  border-radius: 50%;
  border: 1px solid #02182B;
}

#banner-img {
  display: none;
  width: 100%;
}

@media all and (max-width: 992px) {
  #banner-img {
    margin-top: 50px;
  }
}

.highlight {
  line-height: 1.5;
  overflow: auto;
}

.header {
  background-image: url("../img/bg_image2.png");
  background-size: cover;
  top: 0px;
  height: 400px;
  width: 100%;
  margin-top: 50px;
}

@media all and (max-width: 992px) {
  .header {
    height: 300px;
  }
}

.header::before {
  content: ' ';
  width: 100%;
  height: 400px;
  position: absolute;
}

@media all and (max-width: 992px) {
  .header::before {
    height: 300px;
  }
}

.header-alt {
  background-image: url("../img/bg_image2.png");
  background-size: cover;
  position: absolute;
  top: 0px;
  height: 400px;
  width: 100%;
}

.header-alt::before {
  content: ' ';
  width: 100%;
  height: 400px;
  position: absolute;
}

.containers, .main-container {
  background-color: #FFF;
}

.body {
  margin-top: 100px;
}

@media all and (max-width: 992px) {
  .body {
    margin-top: 50px;
  }
}

.padding {
  padding: 50px;
}

@media all and (max-width: 992px) {
  .padding {
    padding: 20px;
  }
}

.left-column {
  padding: 0px;
}

.paginator {
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 20px;
  padding: 0px;
  padding-bottom: 50px;
}

.paginator a {
  color: #8a8a8a;
}

.paginator a:hover {
  color: #31363F;
}

.challange1 {
  word-break: break-word;
  font-family: monospace;
  font-size: 17px;
  padding: 20px;
  opacity: 0.15;
  user-select: none;
}

footer {
  padding-top: 20px;
}

.img-ad {
  width: 100%;
  padding: 10px;
  padding-top: 0px;
}

.video {
  max-width: 100%;
  height: auto;
}

blockquote {
  border-left: 4px solid #003162;
  padding-left: 15px;
  color: #999;
}

.search-input {
  background-color: rgba(0, 0, 0, 0.3);
  border-color: rgba(100, 100, 100, 0.5);
  border-radius: 5px;
  transition: width 0.5s ease;
  color: #FFFFFF;
}

.search-input:focus {
  width: 500px !important;
  background-color: rgba(0, 0, 0, 0.3);
  border-color: rgba(100, 100, 100, 0.5);
  color: #FFFFFF;
}

.search-input::placeholder {
  color: #FFFFFF;
}

.post-details, .single-post-details {
  text-transform: capitalize;
  font-size: 14px;
}

.post-details ul, .single-post-details ul {
  display: inline;
  margin: 0;
  padding: 0;
}

.post-details li, .single-post-details li {
  display: inline;
}

.post-details li::before, .single-post-details li::before {
  content: ' ';
}

.post-details li::after, .single-post-details li::after {
  content: ' •';
  white-space: normal;
}

.post-details li:last-child::after, .single-post-details li:last-child::after {
  content: ' ';
}

.post-preview {
  margin-bottom: 50px;
}

.post-preview-padding {
  padding: 20px;
}

.post-preview-author {
  text-align: center;
}

@media all and (max-width: 992px) {
  .post-preview-author {
    visibility: hidden;
    height: 0px;
  }
}

.post-preview-author a {
  font-size: 15px;
  text-decoration: none;
  color: #0065ca;
}

.post-preview-title-link {
  text-decoration: none;
  color: #003162;
}

.post-preview-read-more {
  margin-top: 30px;
  position: relative;
  line-height: 1;
  transition: 0.3s;
}

.post-preview-read-more:hover:before {
  left: 184px;
}

.post-preview-read-more:hover:after {
  width: 40px;
  opacity: 1;
}

.post-preview-read-more:before {
  width: 10px;
  height: 10px;
  border-top: 2px solid #0065ca;
  border-right: 2px solid #0065ca;
  content: "";
  position: absolute;
  top: 2px;
  left: 140px;
  transform: rotate(45deg);
  transform-origin: 0 0;
  transition: 0.3s;
}

.post-preview-read-more:after {
  display: inline-block;
  position: relative;
  content: "";
  height: 2px;
  width: 10px;
  background: #0065ca;
  right: 0;
  transition: 0.3s;
  left: 8px;
  opacity: 0;
  margin: 3px;
}

.side-container {
  padding: 40px;
  padding-bottom: 50px;
}

.sidebar-social-menu {
  display: flex;
}

.sidebar-social-menu li {
  padding: 10px;
  font-size: 30px;
}

.sidebar .adz-container, .top-posts .adz-container {
  padding: 0px;
}

.sidebar .adz-container .ad, .top-posts .adz-container .ad {
  margin: 5px;
}

.sidebar-content {
  margin-top: 20px;
}

.sidebar .author .author-img-container, .top-posts .author .author-img-container {
  width: 100%;
  overflow: hidden;
}

.sidebar .author .author-img-container .avatar, .top-posts .author .author-img-container .avatar, .sidebar .author .author-img-container .post-preview-author-img, .top-posts .author .author-img-container .post-preview-author-img {
  padding: 0px !important;
}

.sidebar .author .author-img, .top-posts .author .author-img {
  width: 100%;
  height: auto;
  border: none;
  border-radius: 0px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.sidebar .author .author-description, .top-posts .author .author-description {
  padding: 30px;
}

.sidebar .top-posts .top-post, .top-posts .top-posts .top-post {
  border-bottom: 1px solid rgba(49, 54, 63, 0.3);
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.sidebar .top-posts .top-post-container, .top-posts .top-posts .top-post-container {
  display: flex;
}

.sidebar .top-posts .top-post-content, .top-posts .top-posts .top-post-content {
  padding-left: 10px;
}

.sidebar .top-posts .top-post-img, .top-posts .top-posts .top-post-img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 4px;
}

.main {
  padding-top: 50px;
}

.post {
  padding-bottom: 100px;
}

.post-image {
  width: 100%;
  max-height: 365px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.post-image-side {
  width: 100%;
  height: 175;
}

.post-content {
  padding-top: 30px;
  padding-bottom: 30px;
}

.page {
  position: relative;
  margin-top: 120px;
  background-color: #FFF;
  min-height: 600px;
}

.single-post-image {
  width: 100%;
  max-height: 555px;
}

.single-post-header {
  margin: 100px;
}

@media all and (max-width: 992px) {
  .single-post-header {
    margin: 40px;
  }
  .single-post-header h1 {
    font-size: 30px;
  }
}

.single-post-comments {
  padding: 70px;
}

.single-post-content {
  padding-left: 230px;
  padding-right: 230px;
}

.single-post-content img {
  width: 100%;
}

@media all and (max-width: 992px) {
  .single-post-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.single-post-content h1,
.single-post-content h2,
.single-post-content h3,
.single-post-content h4 {
  margin-bottom: 20px;
}

.single-post-content h3 {
  font-size: 20px;
}

.single-post-content h4 {
  font-size: 15px;
}

.single-post-content .post-pagination {
  padding-top: 80px;
}

.single-post-pagination {
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.single-post-pagination .previous-post {
  height: 150px;
  padding-top: 50px;
}

@media all and (max-width: 992px) {
  .single-post-pagination .previous-post {
    text-align: center;
  }
}

.single-post-pagination .next-post {
  text-align: right;
  padding-top: 50px;
  height: 150px;
}

@media all and (max-width: 992px) {
  .single-post-pagination .next-post {
    text-align: center;
  }
}

@media print {
  .single-post-pagination {
    display: none;
  }
}

.post-about-author {
  padding-top: 70px;
}

.post-about-author-bio h4 {
  margin-top: 0px;
  font-weight: normal;
  text-transform: uppercase;
}

.post-about-author-img {
  padding: 40px;
  padding-top: 0px;
}

.post-about-author-img img {
  width: 100%;
}

footer {
  background-color: #001F3D;
  color: #FFFFFF;
}

@media print {
  footer {
    display: none;
  }
}

.banner-footer {
  filter: invert(100%);
  width: 150px;
}

/*# sourceMappingURL=styles.css.map */