body {
  font-family: "SF Pro Display", "Roboto", "arial", "sans-serif" !important;
  color: #53585c;
  background-color: #ffffff !important;
}

a {
  color: #53585c;
  font-family: "SF Pro Display", "Roboto", "arial", "sans-serif" !important;
}

p {
  font-size: 12pt;
  line-height: 30px;
  letter-spacing: 0.1px;
  /* padding: 7px 0; */
  padding: 14px 0;
}

ul,
ol {
  padding-left: 15px;
}

article ul {
  list-style: disc;
}

article ol {
  list-style: decimal;
}

ul > li,
ol > li {
  padding: 8px 10px;
  line-height: 26px;
  letter-spacing: 0.1px;
}

strong {
  font-weight: 600;
}

em {
  font-style: italic;
}

hr {
  border: none;
  background-color: #d8d8d8;
  height: 1px;
  margin: 0;
}

blockquote {
  font-family: "SF Pro Display", "Roboto", "arial", "sans-serif";
  font-size: 24px;
  line-height: 1.46;
  letter-spacing: -0.2px;
  text-align: center;
  color: #212121;
}
q {
  font-family: "SF Pro Display", "Roboto", "arial", "sans-serif";
  font-size: 24px;
  line-height: 1.46;
  letter-spacing: -0.2px;
  text-align: center;
  color: #212121;
}
q,
blockquote {
  quotes: "“" "”" "‘" "’";
}
q::before,
blockquote::before {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background: #e0e0e0;
  margin: 25px auto 25px;
}
q::after,
blockquote::after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background: #e0e0e0;
  margin: 25px auto 25px;
}

cite {
  font-family: "SF Pro Display", "Roboto", "arial", "sans-serif";
  font-size: 13px;
  letter-spacing: 0.6px;
  text-align: center;
  color: #a0a0a0;
}

.header {
  background-color: #fff;
  min-height: 77px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.top_title_font a {
  font-family: "SF Pro Display" !important;
  font-weight: 500 !important;
  font-size: 24pt;
  line-height: 45px;
  letter-spacing: 1.2px;
}

.ttf_padding {
  padding-left: 30px;
}

.ttf_h2 {
  font-size: 20pt;
}

.top_contact {
  padding-right: 30px;
}

.top_contact a {
  font-weight: 400;
  color: #fee0e0 !important;
  background-color: #4a4a4a;
  border-radius: 3px;
  padding: 10px 20px;
  transform: translateZ(0);
  font-size: 9.75pt;
  line-height: 100%;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.main_article_card {
  max-width: 750px;
  padding-top: 35px;
  padding-bottom: 25px;
}
.main_article_card_author {
  max-width: 100%;
}

.art_img_card {
  padding: 20px 0 12px;
  width: 360px;
}

figcaption {
  font-size: 10pt;
  line-height: 16px;
  letter-spacing: 0.3px;
  color: #555;
  padding-bottom: 20px;
}

.art_img_card > figure > a > img {
  width: 100% !important;
}

.artical_card_txt_block {
  max-width: 360px;
  box-sizing: border-box;
  padding-left: 30px;
}

.main_article_card_author .artical_card_txt_block {
  max-width: 750px;
}

.art_title_card h2 {
  line-height: 1rem !important;
  margin-bottom: 10px;
  margin-top: 5px;
}
.art_title_card a,
.art_post_title {
  font-family: "SF Pro Display", "Roboto" !important;
  font-size: 22px;
  font-weight: normal;
  padding-bottom: 6px;
  font-weight: 700;
}
.art_title_card a {
  line-height: 28px;
}
.art_post_title {
  line-height: 45px;
}
.art_post_title_itself {
  font-size: 44px;
  color: #11223f;
}

.art_card_content {
  line-height: 22px;
  font-size: 14px;
}
.art_card_content > p {
  padding-bottom: 0;
  margin-bottom: 0;
  padding-top: 5px;
}

.art_date_card {
  font-size: 14px;
  color: #a0a0a0;
  line-height: 13px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.author-avatar {
  padding-right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.main_article_card .art_img_card {
  padding-top: 10px;
}
.main_article_card_dir {
  flex-direction: row;
}
.art_read_card {
  display: inline-block;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #e0e0e0;
  background-color: #ffffff;
  font-size: 11px;
  letter-spacing: 0.7px;
  color: #212121;
  padding: 0 11px;
  text-transform: uppercase;
  margin-top: 10px;
}
.art_read_card:hover {
  background-color: #fafafa;
}

.latest_stories {
  font-size: 13px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 2.25px;
  padding: 0 !important;
}

.latest_stories a:hover {
  color: #4a4a4a !important;
}

.main_page_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.author-profile-image {
  border-radius: 50%;
  width: 50px !important;
  height: 50px !important;
}

/* .art_post_body a:hover,
.art_post_content a {
  color: #4a4a4a !important;
} */
.art_post_content .art_date_card {
  padding-bottom: 10px;
  
}
.art_post_content .figure {
  width: 100%;
}
.art_post_content img {
  width: 100%;
  height: auto;
  /* padding: 8px 0; */
}

.art_post_content {
  width: 65%;
  max-width: 750px !important;
}

.author_info,
.art_related_posts {
  width: 35%;
  padding-left: 45px;
}
.art_img_card_related {
  width: 100%;
}
.art_img_card_related .figure {
  margin: 0;
  width: 100%;
}

.art_card_related_title {
  font-weight: 700 !important;
}
.art_card_related_title + .art_date_card {
  padding-bottom: 25px;
}

.block_title_str {
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 2.25px;
}

.padding_title_str {
  padding-top: 45px;
  padding-bottom: 5px;
}

.tag {
  display: inline-block;
  line-height: 40px;
}

.tags_block {
  padding-bottom: 35px;
}

.tag > a {
  width: 100%;
  height: 100%;
  padding: 3px 10px;
  font-family: Roboto !important;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.7px;
  transform: translateZ(0);
  white-space: nowrap;
  margin-right: 4px;
  border: solid 1px #1a283e;
  background-color: #1a283e;
  font-size: 14px;
  color: #ffffff !important;
  border-radius: 3px;
}

.tag a:hover {
  color: #ffffff !important;
  background-color: #2d466e !important;
}

.art_post_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /* -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; */
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  flex-direction: row;
  padding-top: 50px;
}

.art_post_content .art_img_card {
  width: 100% !important;
}

.art_rel_post {
  font-family: Roboto;
  font-size: 16px;
  font-weight: bold;
  color: #212121;
  border-bottom: 2px solid #b8bdc6;
  line-height: 0;
  padding-top: 60px;
  margin-bottom: 0;
}

.art_res_post {
  font-family: "SF Pro Display", "Roboto", "arial", "sans-serif" !important;
    color: #53585c;
    letter-spacing: 2.25px;
    font-weight: 600;
    padding-top: 60px;
    padding-bottom: 15px;
    margin-bottom: 0;
    border-bottom: 1px solid #b8bdc6
}

.rel_posts_block {
  padding-top: 40px;
}

.rel_posts_block a {
  display: block;
  padding-bottom: 10px;
  line-height: 21px;
}
.rel_posts_block img {
  /* max-width: 100%; */
  width: 100%;
}
.rel_posts_block .art_img_card_related {
  margin: 0;
}

.nav_block {
  padding-bottom: 35px;
  font-size: 14px;
  font-weight: 800;
  line-height: 100%;
  letter-spacing: 2.25px;
}

.nav_block,
.nav_block a {
  color: #9b9b9b;
}
.nav_block a:hover {
  color: #2d466e !important;
}

.page_number {
  padding: 0 20px;
}

.s_tag {
  color: #4a4a4a;
  font-size: 8pt;
}

.display_line {
  display: none;
}
.pad_line_2 {
  padding: 15px 0;
}
.st-last {
  display: none !important;
}

/*  nav  */
.header_mob {
  display: none;
}
.navbar-brand {
  display: block;
  width: 153px;
  height: 43px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  background-image: url("https://duecode.io/blog/images/logo-dark_21.svg");
}
.animated-icon3 {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.animated-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.animated-icon3 span {
  background: #212121;
}

.animated-icon3 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.animated-icon3 span:nth-child(2) {
  top: 10px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.animated-icon3 span:nth-child(3) {
  top: 20px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.animated-icon3.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0px;
  left: 8px;
}

.animated-icon3.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.animated-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 21px;
  left: 8px;
}

.nav-item {
  padding-top: 0;
  padding-bottom: 0;
}
.nav-item:nth-child(1) {
  margin-top: 12px;
}
.nav-item:nth-child(1) > a:nth-child(2) {
  margin-left: 25px;
}
.nav-item a {
  color: #9b9b9b;
  font-weight: bold;
}
.nav-item a:hover,
.nav-item:nth-child(4) > a {
  color: #212121;
}

.next_prev_post {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin-bottom: 90px;
  padding-bottom: 30px;
  padding-top: 30px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.next_prev_post_top {
  font-family: Roboto;
  font-size: 14px;
  font-weight: bold;
  color: #a0a0a0;
  line-height: 2;
}
.next_prev_post_bottom {
  font-family: Roboto;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.38;
  color: #212121;
  padding-left: 20px;
  border-left: 10px solid #eeeeee;
}
.prev_post:hover .next_prev_post_bottom,
.next_post:hover .next_prev_post_bottom {
  border-left: 10px solid #1a283e;
}
.art_post_content p a {
  color: #427dff;
}

/* -------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 1199px) {
  .main_page_content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .article_cards_list {
    max-width: 65%;
  }
  .article_cards_list_auth {
    max-width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .art_post_content {
    width: 100%;
  }
  .landing-header {
    display: none;
  }
  .header_mob {
    display: block;
  }
  .main_page_index {
    padding-top: 30px;
  }
  .main_page_content {
    -webkit-box-orient: vertical;
    /* -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; */
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
  }
  .main_page_content {
    padding-left: 0;
    padding-right: 0;
  }
  .main_page_content .author_info {
    padding-left: 0;
    width: 100%;
  }
  .article_cards_list {
    max-width: 100%;
  }
  .main_article_card {
    max-width: 1024px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .padding_title_str {
    margin-top: 20px;
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 20px;
    border-top: 1px solid #b8bdc6;
  }
  .display_line {
    display: block;
  }
  .pad_mob {
    width: 100%;
    padding-top: 10px;
  }
  .artical_card_txt_block {
    max-width: 50%;
  }
  .author_info {
    width: 100%;
    padding-left: 0;
  }
  .art_related_posts {
    width: 40%;
    padding-left: 25px;
}
  .art_rel_post {
    line-height: 1.38;
    margin-top: 20px;
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 20px;
    border-top: 1px solid #b8bdc6;
    border-bottom: none;
  }
}

@media screen and (max-width: 960px) {
  p {
    font-size: 11pt;
    line-height: 22px;
    letter-spacing: 0.8px;
    padding: 5px 0;
  }
  .ttf_padding {
    padding-left: 20px;
  }
  .top_contact {
    padding-right: 20px;
  }
  .top_contact a {
    padding: 5px 15px;
  }
  .main_page_index {
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 30px;
    /* padding-top: 30px; */
  }
  .latest_stories {
    padding: 25px 0 10px !important;
  }
  .article_cards_list {
    width: 100%;
  }
  .main_article_card .art_img_card {
    padding-top: 0px;
  }
  .art_read_card {
    padding-bottom: 0;
    padding-top: 5px;
  }
  .pad_line_2 {
    padding: 5px 0;
  }
  .art_post_main {
    padding: 15px 20px;
    max-width: 750px;
    box-sizing: border-box;
  }
  .art_post_body {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 0;
  }
  .rel_posts_block {
    padding-top: 20px;
  }
  .nav_block {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .nav_block a {
    text-transform: capitalize !important;
  }

  .art_related_posts {
    width: 100%;
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .main_article_card_dir {
    flex-direction: column;
  }
  .art_img_card {
    width: 100%;
  }
  .artical_card_txt_block {
    max-width: 100%;
  }
  .artical_card_txt_block {
    padding-left: 0;
  }
  .art_card_content .art_read_card {
    float: right;
  }
  .padding_title_str {
    padding-bottom: 12px;
  }
}

@media screen and (max-width: 359px) {
  .small_arrows_nav {
    display: none;
  }
}