/*
 * ---:[ Thesis CSS reset ]:---
 */
* {
  margin: 0;
  padding: 0; }

html {
  word-break: break-word;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  word-break: normal; }

img,
fieldset {
  border: 0; }

abbr,
acronym {
  text-decoration: none; }

code {
  line-height: 1em; }

pre {
  overflow: auto;
  word-wrap: normal;
  -moz-tab-size: 4;
  tab-size: 4; }

sub,
sup {
  line-height: 0.5em; }

img,
.wp-caption {
  max-width: 100%;
  height: auto; }

iframe,
video,
embed,
object {
  display: block;
  max-width: 100%; }

img {
  display: block; }

.left,
.alignleft,
img[align=left] {
  display: block;
  float: left; }

.right,
.alignright,
img[align=right] {
  display: block;
  float: right; }

.center,
.aligncenter,
img[align=middle] {
  display: block;
  float: none;
  text-align: center;
  margin-right: auto;
  margin-left: auto; }

.clear {
  clear: both; }

input[type=submit],
button {
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none; }

.wp-smiley {
  display: inline; }

/*
 * ---:[ layout structure ]:---
 */
body {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  line-height: 26px;
  color: #111111;
  background-color: white;
  padding-top: 26px; }

.container {
  width: 897px;
  margin: 0 auto; }

.columns {
  box-sizing: border-box; }
  .columns > .content {
    box-sizing: border-box;
    width: 617px;
    float: left;
    border-width: 0 1px 0 0;
    border-style: solid;
    border-color: #dddddd; }
  .columns > .sidebar {
    box-sizing: border-box;
    width: 280px;
    float: right;
    padding: 26px 26px 0 26px; }

/*
 * ---:[ links ]:---
 */
a {
  color: #dd0000;
  text-decoration: none; }
  p a {
    text-decoration: underline; }
    p a:hover {
      text-decoration: none; }

/*
 * ---:[ nav menu ]:---
 */
.menu {
  position: relative;
  z-index: 50;
  list-style: none;
  border-width: 0 0 1px 1px;
  border-style: solid;
  border-color: #dddddd; }
  .menu a {
    display: block;
    font-size: 13px;
    line-height: 19px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #111111;
    background-color: #eeeeee;
    padding: 8px 13px;
    border-width: 1px 1px 1px 0;
    border-style: solid;
    border-color: #dddddd; }
  .menu a:hover {
    background-color: #dddddd; }
  .menu li {
    position: relative;
    float: left;
    margin-bottom: -1px; }
  .menu .sub-menu {
    display: none;
    position: absolute;
    z-index: 110;
    left: -1px;
    list-style: none;
    border-color: #dddddd;
    margin-top: -1px; }
    .menu .sub-menu .sub-menu {
      top: 0;
      left: 166px;
      margin: 0 0 0 -1px; }
    .menu .sub-menu li {
      width: 166px;
      clear: both; }
    .menu .sub-menu a {
      border-left-width: 1px; }
    .menu .sub-menu .current-menu-item > a {
      border-bottom-color: #dddddd; }
  .menu li:hover > .sub-menu {
    display: block; }
  .menu .current-menu-item > a {
    border-bottom-color: white;
    background-color: white;
    cursor: text; }

.menu_control {
  display: block;
  font-size: 13px;
  line-height: 19px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #111111;
  background-color: #eeeeee;
  padding: 8px 13px;
  border-width: 1px 1px 1px 0;
  border-style: solid;
  border-color: #dddddd;
  display: none;
  background-color: white; }
  .menu_control:hover {
    background-color: #dddddd; }

/*
 * ---:[ header ]:---
 */
.header {
  border-bottom: 3px double #dddddd;
  padding: 26px; }

#site_title {
  font-size: 42px;
  line-height: 1.31em;
  font-weight: bold;
  color: #111111; }
  #site_title a {
    color: #111111; }
    #site_title a:hover {
      color: #dd0000; }
  #site_title + #site_tagline {
    margin-top: 6px; }

#site_tagline {
  font-size: 16px;
  color: #888888;
  line-height: 1.5em; }

/*
 * ---:[ golden ratio typography with spaced paragraphs ]:---
 */
.grt {
  font-size: 16px;
  line-height: 26px; }
  .grt h1,
  .grt .headline {
    font-size: 33px;
    line-height: 49px; }
  .grt h1 {
    margin-bottom: 26px; }
  .grt .headline {
    color: #111111;
    margin: 0; }
    .grt .headline a {
      color: #111111; }
      .grt .headline a:hover {
        color: #dd0000; }
  .grt h2,
  .grt h3,
  .grt h4 {
    color: #111111; }
  .grt h2 {
    font-size: 26px;
    line-height: 39px;
    margin-top: 42px;
    margin-bottom: 16px; }
  .grt h3 {
    font-size: 20px;
    line-height: 32px;
    margin-top: 36px;
    margin-bottom: 10px; }
  .grt h4 {
    font-size: 16px;
    line-height: 26px;
    font-weight: bold;
    margin-bottom: 6px; }
  .grt h1 + h2,
  .grt h2 + h3 {
    margin-top: 0; }
      .grt .post_content h2:first-child,
      .grt .post_content h3:first-child {
        margin-top: 0; }
  .grt ul {
    list-style-type: square; }
    .grt ul li a {
      text-decoration: underline; }
      .grt ul li a:hover {
        text-decoration: none; }
  .grt blockquote {
    color: #888888;
    padding-left: 16px;
    border-left: 1px solid #dddddd; }
    .grt blockquote.right,
    .grt blockquote.left {
      width: 45%;
      font-size: 26px;
      line-height: 37px;
      padding-left: 0;
      border: 0;
      margin-bottom: 16px; }
  .grt code,
  .grt pre,
  .grt kbd {
    font-size: 14px; }
  .grt code {
    font-family: Consolas, Menlo, Monaco, Courier, Verdana, sans-serif;
    background-color: rgba(0, 0, 0, 0.08);
    padding: 3px 4px;
    border-radius: 6px;
    margin: 0 1px; }
  .grt pre {
    font-family: Consolas, Menlo, Monaco, Courier, Verdana, sans-serif;
    background-color: #eeeeee;
    padding: 16px 16px 16px 10px;
    border-left: 6px solid rgba(0, 0, 0, 0.15); }
  .grt kbd {
    font-family: Consolas, Menlo, Monaco, Courier, Verdana, sans-serif;
    color: #111111;
    background-color: white;
    padding: 3px 4px;
    border-radius: 6px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.45);
    margin: 0 1px; }
  .grt .alert,
  .grt .note,
  .grt .box {
    padding: 16px; }
  .grt .alert {
    background-color: #ffff99;
    border: 1px solid #e6e68a; }
  .grt .note {
    background-color: #eeeeee;
    border: 1px solid #dddddd; }
  .grt .box {
    background-color: #ffe2e2;
    border: 1px solid #ffb2b2; }
  .grt .footnotes {
    font-size: 13px;
    line-height: 22px;
    padding-top: 26px;
    border-top: 1px dotted #dddddd; }
  .grt .footnotes,
  .grt sub,
  .grt sup,
  .grt .post_cats,
  .grt .post_tags {
    color: #888888; }
  .grt fieldset {
    margin-bottom: 26px; }
    .grt fieldset legend {
      font-size: 20px;
      line-height: 32px;
      font-weight: bold;
      margin-bottom: 6px; }
  .grt .avatar {
    width: 71px;
    height: 71px;
    float: right;
    clear: both;
    margin-left: 16px; }
  .grt .small,
  .grt .caption {
    font-size: 13px;
    line-height: 22px; }
  .grt .caption {
    margin-top: -16px;
    color: #888888; }
  .grt .frame,
  .grt .post_image_box,
  .grt .wp-caption {
    box-sizing: border-box;
    background-color: #eeeeee;
    padding: 16px;
    border: 1px solid #dddddd; }
  .grt .wp-caption p {
    font-size: 13px;
    line-height: 22px; }
  .grt .wp-caption img,
  .grt .post_image_box .post_image,
  .grt .thumb,
  .grt .footnotes p {
    margin-bottom: 16px; }
  .grt .drop_cap {
    font-size: 52px;
    line-height: 1em;
    margin-right: 10px;
    float: left; }
  .grt .author_description {
    padding-top: 26px;
    border-top: 1px dotted #dddddd; }
    .grt .author_description .avatar {
      width: 78px;
      height: 78px;
      float: left;
      margin-right: 16px;
      margin-left: 0; }
  .grt .author_description_intro {
    font-weight: bold; }
  .grt p,
  .grt ul,
  .grt ol,
  .grt blockquote,
  .grt pre,
  .grt dl,
  .grt dd,
  .grt .center,
  .grt .aligncenter,
  .grt .block,
  .grt .alignnone,
  .grt .post_image,
  .grt .post_image_box,
  .grt .wp-post-image,
  .grt .caption,
  .grt .wp-caption,
  .grt .alert,
  .grt .note,
  .grt .box,
  .grt .footnotes,
  .grt .headline_area {
    margin-bottom: 26px; }
  .grt .right,
  .grt .alignright,
  .grt .ad {
    margin-bottom: 26px;
    margin-left: 26px; }
  .grt .left,
  .grt .alignleft,
  .grt .ad_left {
    margin-bottom: 26px;
    margin-right: 26px; }
  .grt ul,
  .grt ol,
  .grt .stack {
    margin-left: 26px; }
  .grt ul ul,
  .grt ul ol,
  .grt ol ul,
  .grt ol ol,
  .grt .wp-caption p,
  .grt blockquote.right p,
  .grt blockquote.left p {
    margin-bottom: 0; }
    .grt .alert :last-child,
    .grt .note :last-child,
    .grt .box :last-child,
    .grt .right :last-child,
    .grt .left .footnotes :last-child {
      margin-bottom: 0; }

/*
 * ---:[ other content styles ]:---
 */
.post_box {
  padding: 26px 26px 0 26px;
  border-top: 1px dotted #dddddd; }
  .post_box.top {
    border-top: 0; }

.byline {
  color: #888888; }
  .byline a {
    color: #888888;
    border-bottom: 1px solid #dddddd; }
    .byline a:hover {
      color: #111111; }
  .byline a,
  .byline .post_author,
  .byline .post_date {
    text-transform: uppercase;
    letter-spacing: 1px; }
  .byline .post_author_intro,
  .byline .post_date_intro,
  .byline .post_cats_intro {
    font-style: italic; }
  .byline .post_edit {
    margin-left: 10px; }
    .byline .post_edit:first-child {
      margin-left: 0; }

  .wp-caption.aligncenter img {
    margin-right: auto;
    margin-left: auto; }
  .wp-caption .wp-caption-text .wp-smiley {
    display: inline;
    margin-bottom: 0; }

.num_comments_link {
  display: inline-block;
  color: #888888;
  text-decoration: none;
  margin-bottom: 26px; }
  .num_comments_link:hover {
    background-color: #eeeeee; }

.num_comments {
  font-size: 26px;
  color: #111111; }

.bracket {
  font-size: 26px;
  color: #dddddd; }

.archive_intro {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #dddddd; }
  .archive_intro .headline {
    margin-bottom: 26px; }

.prev_next {
  clear: both;
  color: #888888;
  border-top: 1px solid #dddddd;
  padding: 16px 26px; }
  .prev_next .next_posts {
    float: right; }

.previous_posts,
.next_posts {
  display: block;
  font-size: 13px;
  line-height: 22px;
  text-transform: uppercase;
  letter-spacing: 2px; }
  .previous_posts a:hover,
  .next_posts a:hover {
    text-decoration: underline; }

/*
 * ---:[ comments ]:---
 */
#comments {
  margin-top: 52px; }

.comments_intro {
  color: #888888;
  padding: 0 26px;
  margin-bottom: 16px; }
  .comments_intro a:hover {
    text-decoration: underline; }

.comments_closed {
  font-size: 13px;
  line-height: 22px;
  color: #888888;
  margin: 0 26px 26px 26px; }

.comment_list {
  list-style-type: none;
  border-top: 1px dotted #dddddd;
  margin-bottom: 52px; }

.comment {
  padding: 26px;
  border-bottom: 1px dotted #dddddd; }
  .comment .comment_head {
    margin-bottom: 16px; }
  .comment .comment_author {
    font-weight: bold; }
  .comment .avatar {
    float: right;
    width: 48px;
    height: 48px;
    margin-left: 16px; }
  .comment .comment_date {
    display: block;
    font-size: 13px;
    line-height: 22px;
    color: #888888; }
    .comment .comment_date a {
      color: #888888; }
  .comment .comment_text > :last-child {
    margin-bottom: 0; }
  .comment .comment_footer {
    margin-top: 16px; }
    .comment .comment_footer a {
      font-size: 13px;
      line-height: 22px;
      color: #888888;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin-right: 16px; }
  .comment .comment_footer a {
    font-size: 13px;
    line-height: 22px;
    color: #888888;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-right: 16px; }

  .children .comment {
    list-style-type: none;
    padding: 0 0 0 26px;
    border-bottom: 0;
    border-left: 1px solid #dddddd;
    margin-top: 26px; }
  .children .bypostauthor {
    background-color: transparent;
    border-color: #dd0000; }

  .comment_head a:hover,
  .comment_footer a:hover,
  comment_nav a:hover {
    text-decoration: underline; }

.comment_nav {
  font-size: 13px;
  line-height: 22px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 16px 26px;
  border-style: dotted;
  border-color: #dddddd; }
  .comment_nav a:hover {
    text-decoration: underline; }

.comment_nav_top {
  border-width: 1px 0 0 0; }

.comment_nav_bottom {
  border-width: 0 0 1px 0;
  margin: -52px 0 52px 0; }

.next_comments {
  float: right; }

.comment_moderated {
  font-weight: bold; }

/*
 * ---:[ inputs ]:---
 */
  input[type="text"],
  input[type="number"],
  input[type="url"],
  input[type="tel"],
  input[type="email"],
  input[type="password"] {
    font-family: inherit;
    font-size: inherit;
    line-height: 1em;
    font-weight: inherit;
    color: #111111;
    background-color: #eeeeee;
    padding: 6px;
    border: 1px solid #dddddd;
    box-sizing: border-box; }
    input[type="text"]:focus,
    input[type="number"]:focus,
    input[type="url"]:focus,
    input[type="tel"]:focus,
    input[type="email"]:focus,
    input[type="password"]:focus {
      background-color: white;
      border-color: #eeeeee; }

select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: 1em;
  font-weight: inherit;
  color: #111111;
  background-color: #eeeeee;
  padding: 6px;
  border: 1px solid #dddddd;
  box-sizing: border-box;
  line-height: inherit; }
  select:focus,
  textarea:focus {
    background-color: white;
    border-color: #eeeeee; }

/*
 * ---:[ buttons ]:---
 */
button,
input[type="submit"] {
  font-family: inherit;
  font-size: inherit;
  line-height: 1em;
  font-weight: bold;
  background-color: white;
  padding: 10px;
  border: 3px double #dddddd; }
  button:hover,
  input[type="submit"]:hover,
  button:active,
  input[type="submit"]:active {
    background-color: #eeeeee;
    transition: background-color 0.3s; }

/*
 * ---:[ comment form ]:---
 */
#commentform {
  padding: 0 26px;
  margin: 52px 0; }
  .comment #commentform {
    padding-right: 0;
    padding-left: 0;
    margin-top: 16px; }
  #commentform .comment_form_title {
    font-size: 20px;
    line-height: 32px;
    color: #111111;
    padding: 0 26px 16px 26px;
    border-bottom: 1px dotted #dddddd;
    margin-right: -26px;
    margin-left: -26px; }
  #commentform p {
    margin-bottom: 16px; }
    #commentform p .required {
      color: #dd0000; }
  #commentform label {
    display: block; }
  #commentform input[type="checkbox"] + label {
    display: inline;
    margin-left: 6px; }
  #commentform #wp-comment-cookies-consent + label {
    font-size: 13px;
    line-height: 22px;
    color: #888888; }
  #commentform input[type="text"] {
    width: 50%; }
  #commentform input[type="submit"] {
    font-size: 20px; }
  #commentform textarea {
    display: block;
    width: 100%; }

#cancel-comment-reply-link {
  float: right;
  font-size: 13px;
  line-height: inherit;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #dd0000;
  margin-top: 6px; }
  #cancel-comment-reply-link:hover {
    text-decoration: underline; }

.login_alert {
  font-weight: bold;
  background-color: #eeeeee;
  border: 1px solid #dddddd; }

/*
 * ---:[ sidebar ]:---
 */
.sidebar {
  font-size: 13px;
  line-height: 19px; }
  .sidebar .widget_title,
  .sidebar .sidebar_heading,
  .sidebar .headline {
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 12px; }
  .sidebar .widget_title,
  .sidebar .sidebar_heading {
    font-variant: small-caps;
    letter-spacing: 1px; }
  .sidebar p,
  .sidebar ul,
  .sidebar ol,
  .sidebar blockquote,
  .sidebar pre,
  .sidebar dl,
  .sidebar dd,
  .sidebar .left,
  .sidebar .alignleft,
  .sidebar .ad_left,
  .sidebar .right,
  .sidebar .alignright,
  .sidebar .ad,
  .sidebar .center,
  .sidebar .aligncenter,
  .sidebar .block,
  .sidebar .alignnone {
    margin-bottom: 19px; }
  .sidebar .left,
  .sidebar .alignleft,
  .sidebar .ad_left {
    margin-right: 19px; }
  .sidebar ul ul,
  .sidebar ul ol,
  .sidebar ol ul,
  .sidebar ol ol,
  .sidebar .right,
  .sidebar .alignright,
  .sidebar .ad,
  .sidebar .stack {
    margin-left: 19px; }
  .sidebar ul ul,
  .sidebar ul ol,
  .sidebar ol ul,
  .sidebar ol ol,
  .sidebar .wp-caption p,
  .sidebar .post_excerpt p {
    margin-bottom: 0; }
  .sidebar .text_box,
  .sidebar .thesis_email_form,
  .sidebar .query_box {
    margin-bottom: 38px; }
    .sidebar .search-form input[type="text"],
    .sidebar .thesis_email_form input[type="text"] {
      width: 100%;
      margin-bottom: 12px; }
  .sidebar button,
  .sidebar input[type="submit"] {
    padding: 7px; }
  .sidebar .query_box .post_author,
  .sidebar .query_box .post_date {
    color: #888888; }
  .sidebar .widget {
    margin-bottom: 38px; }
    .sidebar .widget ul {
      list-style-type: none; }
      .sidebar .widget ul li {
        margin-bottom: 12px; }
        .sidebar .widget ul li ul,
        .sidebar .widget ul li ol {
          margin-top: 12px; }
        .sidebar .widget ul li a:hover {
          text-decoration: underline; }

/*
 * ---:[ footer ]:---
 */
.footer {
  font-size: 13px;
  line-height: 22px;
  color: #888888;
  text-align: right;
  padding: 16px 26px;
  border-top: 3px double #dddddd; }
  .footer a {
    color: #888888; }
    .footer a:hover {
      color: #111111; }

/*
 * ---:[ custom template styles ]:---
 */
  body.landing {
    padding-top: 0; }
  .landing .container {
    width: 617px; }
  .landing .header,
  .landing .headline_area,
  .landing .footer {
    text-align: center; }

.full_page .columns > .content {
  width: 897px;
  float: none;
  border-right: 0; }

/*
 * ---:[ clearfix ]:---
 */
  .columns:after,
  .menu:after,
  .post_box:after,
  .post_content:after,
  .author_description:after,
  .sidebar:after,
  .query_box:after,
  .prev_next:after,
  .comment_text:after,
  .comment_nav:after {
    display: table;
    clear: both;
    content: ''; }

/*
 * ---:[ media queries ]:---
 */
@media all and (max-width: 896px) {
  body {
    padding-top: 0; }

  .container,
  .landing .container {
    width: auto;
    max-width: 617px; }

  .header {
    border-top: 1px solid #dddddd; }
    .landing .header {
      border-top: 0; }

    .columns > .content {
      float: none;
      width: 100%;
      border: 0; }
      .full_page .columns > .content {
        width: 100%; }
    .columns > .sidebar {
      float: none;
      width: 100%;
      border-top: 3px double #dddddd; }

  .menu_control {
    display: block;
    width: 100%;
    background-color: white;
    padding: 1em 26px;
    border-width: 0;
    cursor: pointer;
    box-sizing: border-box; }

  .menu {
    display: none;
    clear: both;
    width: 100%;
    border-width: 1px 0 0 0; }
    .menu .sub-menu {
      position: static;
      display: block;
      padding-left: 26px;
      border-top: 1px solid #dddddd;
      margin: 0; }
      .menu .sub-menu li {
        width: 100%; }
    .menu li {
      float: none;
      width: 100%;
      margin-bottom: 0; }
      .menu li:first-child > a:first-child {
        border-top-width: 0; }
    .menu a {
      background-color: white;
      padding: 1em 26px;
      border-width: 1px 1px 0 0; }
    .menu .current-menu-item > a {
      background-color: #eeeeee; }
    .menu > li > a {
      border-left-width: 1px; }

  .show_menu {
    display: block; }

      .sidebar .search-form input[type="text"],
      .sidebar .thesis_email_form input[type="text"] {
        width: 50%; } }

@media all and (max-width: 616px) {
  .menu a {
      border-right-width: 0; }
    .menu > li > a {
      border-left-width: 0; } }

@media all and (max-width: 469px) {
  .menu a,
  .menu_control {
    padding: 1em 16px; }

  .header,
  .columns > .sidebar,
  .post_box,
  .prev_next,
  .comments_intro,
  .comment,
  .comment_nav,
  #commentform,
  #commentform .comment_form_title,
  .footer {
    padding-right: 16px;
    padding-left: 16px; }

  .menu .sub-menu,
  .children .comment {
    padding-left: 16px; }

  .right,
  .alignright,
  img[align="right"],
  .left,
  .alignleft,
  img[align="left"],
  .ad,
  .ad_left {
    float: none; }

    .grt .right,
    .grt .alignright,
    .grt .left,
    .grt .alignleft {
      margin-right: 0;
      margin-left: 0; }
      .grt blockquote.right,
      .grt blockquote.left {
        width: 100%;
        margin-bottom: 26px; }

  .post_author:after {
    display: block;
    height: 0;
    content: '\a';
    white-space: pre; }

    #commentform input[type="text"],
    .sidebar .search-form input[type="text"],
    .sidebar .thesis_email_form input[type="text"] {
      width: 100%; }

  .comments_closed,
  .login_alert {
    margin-right: 16px;
    margin-left: 16px; }

  #commentform .comment_form_title {
    margin-left: -16px;
    margin-right: -16px; }

  .comment_date {
    display: none; } }

/*
 * ---:[ Custom CSS ]:---
 */
*,
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/*
 * 
 * Font Weights
 * Light - 300
 * Regular - 400
 * SemiBold - 600
 * Bold - 700
 * Black - 900
 */
body {
  background-color: white;
  color: #062b38;
  font-size: 18px;
  font-style: normal;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  padding: 0;
  font-family: "basic-sans", sans-serif;
  font-weight: 400;
  position: relative;
  float: left;
  width: 100%; }
  @media screen and (max-width: 767px) {
    body {
  font-size: 16px; } }

.light-font {
  font-weight: 300; }

strong,
b {
  font-weight: 700; }

a {
  color: #af6437;
  text-decoration: none; }
  a:hover {
    color: #062b38; }

a,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
button {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.first {
  clear: both;
  margin-left: 0; }

p {
  margin: 0 0 30px; }
  p:last-child {
    margin: 0; }

p a,
a {
  text-decoration: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  line-height: 1.1;
  margin: 0 0 20px;
  color: #062b38;
  font-weight: 700; }

.font-bold {
  font-weight: 700; }

h1,
h2,
.font56 {
  font-size: 56px; }
  @media screen and (max-width: 1040px) {
    h1,
h2,
.font56 {
  font-size: 46px; }
    @media screen and (max-width: 960px) {
      h1,
h2,
.font56 {
  font-size: 40px; }
      @media screen and (max-width: 767px) {
        h1,
h2,
.font56 {
  font-size: 36px; } } } }

.font48 {
  font-size: 48px; }
  @media screen and (max-width: 1040px) {
    .font48 {
  font-size: 45px; }
    @media screen and (max-width: 960px) {
      .font48 {
  font-size: 35px; }
      @media screen and (max-width: 767px) {
        .font48 {
  font-size: 30px; } } } }

h3,
.font36 {
  font-size: 36px; }
  @media screen and (max-width: 1040px) {
    h3,
.font36 {
  font-size: 30px; }
    @media screen and (max-width: 960px) {
      h3,
.font36 {
  font-size: 28px; }
      @media screen and (max-width: 767px) {
        h3,
.font36 {
  font-size: 21px; } } } }

h4,
.font32 {
  font-size: 32px; }
  @media screen and (max-width: 1040px) {
    h4,
.font32 {
  font-size: 28px; }
    @media screen and (max-width: 960px) {
      h4,
.font32 {
  font-size: 21px; }
      @media screen and (max-width: 767px) {
        h4,
.font32 {
  font-size: 20px; } } } }

h5,
.font30 {
  font-size: 30px; }
  @media screen and (max-width: 1040px) {
    h5,
.font30 {
  font-size: 28px; }
    @media screen and (max-width: 960px) {
      h5,
.font30 {
  font-size: 22px; }
      @media screen and (max-width: 767px) {
        h5,
.font30 {
  font-size: 20px; } } } }

h6,
.font24 {
  font-size: 24px; }
  @media screen and (max-width: 767px) {
    h6,
.font24 {
  font-size: 20px; } }

.font48 {
  font-size: 48px; }
  @media screen and (max-width: 1040px) {
    .font48 {
  font-size: 40px; }
    @media screen and (max-width: 960px) {
      .font48 {
  font-size: 35px; }
      @media screen and (max-width: 767px) {
        .font48 {
  font-size: 28px; } } } }

.font28 {
  font-size: 28px; }
  @media screen and (max-width: 1040px) {
    .font28 {
  font-size: 26px; }
    @media screen and (max-width: 960px) {
      .font28 {
  font-size: 20px; }
      @media screen and (max-width: 767px) {
        .font28 {
  font-size: 20px; } } } }

.font22 {
  font-size: 22px; }
  @media screen and (max-width: 767px) {
    .font22 {
  font-size: 18px; } }

.font18 {
  font-size: 18px; }

.font16 {
  font-size: 16px; }

.font14 {
  font-size: 14px; }

img {
  max-width: 100%; }

  .content-section ul,
  .content-section ol {
    padding-left: 20px;
    margin-bottom: 30px; }
    .content-section ul:last-child,
    .content-section ol:last-child {
      margin-bottom: 0; }

.wrap {
  width: 1145px;
  max-width: 100%;
  margin: 0 auto; }
  @media screen and (max-width: 1185px) {
    .wrap {
  width: 100%;
  padding: 0 20px; } }

section,
.section {
  display: flex;
  flex-wrap: wrap;
  width: 100%; }

.block {
  padding: 60px 0; }
  @media screen and (max-width: 767px) {
    .block {
  padding: 50px 0; } }
  .block__no-padding-top {
    padding-top: 0; }
  .block__no-padding-bottom {
    padding-bottom: 0; }

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

.site-header {
  background-color: transparent;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding-bottom: 8px;
  border-top: 0; }

.admin-bar .site-header {
  top: 32px; }
  @media screen and (max-width: 782px) {
    .admin-bar .site-header {
  top: 46px; } }

.header-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  background-color: #062b38;
  padding: 15px 0;
  position: relative;
  z-index: 9;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px; }
  @media screen and (max-width: 950px) {
    .header-wrap {
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px; } }
  .header-wrap .wrap {
    width: 1310px;
    position: relative;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media screen and (max-width: 1350px) {
      .header-wrap .wrap {
    width: 100%;
    padding: 0 30px; } }

.header--link {
  color: white; }
  .header--link:hover {
    color: #af6437; }

#logo {
  width: 200px; }
  @media screen and (max-width: 1350px) {
    #logo {
  width: 200px; }
    @media screen and (max-width: 1140px) {
      #logo {
  width: 180px; } } }

.header-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 80%; }
  @media screen and (max-width: 1350px) {
    .header-right {
  width: 78%; }
    @media screen and (max-width: 950px) {
      .header-right {
  padding-left: 0;
  flex-grow: unset;
  display: block;
  background-color: #062b38;
  position: fixed;
  width: 300px;
  margin: 0 auto;
  z-index: 9;
  color: #1d1d1b;
  height: 100vh;
  top: 0;
  right: 0;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  transform: translate3d(320px, 0, 0);
  overflow-y: auto;
  padding: 10px 0 20px;
  transition: 0.3s; }
      .header-right.open-menu {
        transform: translate3d(0, 0, 0); }
      .admin-bar .header-right {
        top: 32px; }
        @media screen and (max-width: 782px) {
          .admin-bar .header-right {
        top: 46px; } }
      .header-right .site-btn {
        margin-top: 10px; } } }

.main-menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  font-size: 21px;
  font-weight: 200; }
  @media screen and (max-width: 1350px) {
    .main-menu {
  font-size: 20px; }
    @media screen and (max-width: 1140px) {
      .main-menu {
  font-size: 17px; }
      @media screen and (max-width: 767px) {
        .main-menu {
  font-size: 16px; } } } }
  .main-menu li {
    margin-left: 25px; }
    .main-menu li:first-child {
      margin-left: 0; }
    @media screen and (max-width: 1140px) {
      .main-menu li {
    margin-left: 10px; }
      @media screen and (max-width: 950px) {
        .main-menu li {
    width: 100%;
    margin: 0;
    padding: 10px 20px;
    border-bottom: 1px solid white; } } }
      @media only screen and (max-width: 950px) {
        .main-menu li.menu-item-has-children {
      position: relative;
      padding-right: 25px; } }
    .main-menu li.menu-item-has-children::after {
      content: "\f078";
      font-family: "Font Awesome 6 Free";
      font-weight: 900;
      font-size: 12px;
      color: white;
      cursor: pointer; }
      @media only screen and (max-width: 950px) {
        .main-menu li.menu-item-has-children::after {
      font-size: 14px;
      position: absolute;
      top: 11px;
      right: 20px;
      cursor: pointer; } }
    .main-menu li.menu-open::after {
      content: "\f077" !important; }
    .main-menu li a {
      color: white;
      cursor: pointer; }
      .main-menu li a:hover {
        color: #af6437; }

.sub-menu {
  display: none;
  padding-left: 20px; }
  @media only screen and (min-width: 950px) {
    .sub-menu {
  min-width: 180px;
  padding: 10px 20px !important;
  left: -9999px;
  opacity: 0;
  display: block;
  position: absolute;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  z-index: 99;
  padding: 10px 20px 10px;
  line-height: 1.5;
  background-color: #062b38;
  padding: 0;
  display: block !important;
  height: auto !important;
      /*
     * .scrolled & {
     * background-color: #225288;
     * }
     */ }
    .menu-item-has-children:hover > .sub-menu {
      left: auto;
      opacity: 1; } }
  .sub-menu li {
    border-bottom: 0 !important;
    padding: 0 !important;
    margin: 0 0 5px !important;
    display: block;
    border-top: 0 !important;
        /*
     * a {
     * @media only screen and (min-width: 950px) {
     * color:#225288;
     * &:hover {
     * color:#bf2d32;
     * }
     * 
     * .scrolled &{
     * color:#fff;
     * &:hover {
     * color:#ccc;
     * }
     * }
     * }
     * }
     */ }
    .sub-menu li:first-child {
      padding-top: 10px !important; }

.btn-wrap {
  display: inline-flex;
  align-items: center; }

.site-btn {
  background-color: #062b38;
  color: white;
  min-width: 160px;
  font-weight: 500;
  padding: 13px 15px 10px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 16px;
  cursor: pointer; }
  .site-btn:hover {
    background-color: #af6437;
    color: white; }
  .mac .site-btn {
    padding: 10px 15px; }
  .site-btn__white {
    background-color: white;
    color: #af6437; }
    .site-btn__white:hover {
      background-color: #af6437;
      color: white; }
  .site-btn__white-blue {
    background-color: white;
    color: #062b38; }
    .site-btn__white-blue:hover {
      background-color: #af6437;
      color: white; }
  .site-btn__radius {
    border-radius: 10px; }
  .site-btn__shadowed {
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25); }
  .site-btn__large {
    min-width: 280px;
    font-size: 26px;
    font-weight: 400;
    padding: 18px 15px 15px; }
    @media screen and (max-width: 767px) {
      .site-btn__large {
    font-size: 20px;
    min-width: 200px;
    padding: 13px 15px 10px; } }
    .mac .site-btn__large {
      padding: 15px 15px; }
      @media screen and (max-width: 767px) {
        .mac .site-btn__large {
      padding: 10px 15px; } }

.burger-menu {
  color: white;
  cursor: pointer;
  font-size: 24px;
  margin-top: 5px;
  display: none !important;
  position: relative;
  z-index: 5; }
  @media screen and (max-width: 950px) {
    .burger-menu {
  display: block !important; } }

.close-wrap {
  width: 100%;
  padding: 0 20px 10px;
  display: none;
  text-align: right; }
  @media screen and (max-width: 950px) {
    .close-wrap {
  display: inline-block; } }
  .close-wrap i {
    cursor: pointer;
    font-size: 30px;
    color: #af6437;
    line-height: 0.5; }

.header-contact {
  font-size: 22px;
  font-weight: 600;
  display: flex;
  align-items: center; }
  @media screen and (max-width: 1350px) {
    .header-contact {
  font-size: 18px; }
    @media screen and (max-width: 950px) {
      .header-contact {
  flex-direction: column;
  padding: 20px; } } }
  .header-contact a:first-of-type {
    margin-right: 40px; }
    @media screen and (max-width: 1140px) {
      .header-contact a:first-of-type {
    margin-right: 20px; }
      @media screen and (max-width: 950px) {
        .header-contact a:first-of-type {
    margin-right: 0; } } }

.header-line {
  position: absolute;
  top: 0;
  left: -5px;
  width: 102%;
  height: 100%;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  border: 5px solid #af6437;
  border-top: 0;
  z-index: 1; }
  @media screen and (max-width: 950px) {
    .header-line {
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px; } }

.uppercase {
  text-transform: uppercase; }

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

.hero-block {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  background-color: #062b38;
  color: white; }
  .hero-block h1,
  .hero-block h2 {
    color: white; }
  .hero-block__content {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    padding: 200px 0 130px; }
    @media screen and (max-width: 1185px) {
      .hero-block__content {
    width: 50% !important;
    padding-left: 20px; }
      @media screen and (max-width: 950px) {
        .hero-block__content {
    padding: 100px 20px 40px;
    width: 100% !important; } } }
    .hero-block__content::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: url('https://3ddesignandmanufacturing.com/wp-content/uploads/2024/01/gear.jpg');
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      z-index: 1;
      opacity: 0.1; }
  .hero-block__text {
    width: 632.5px;
    padding-right: 60px;
    position: relative;
    z-index: 5; }
    @media screen and (max-width: 1185px) {
      .hero-block__text {
    width: 100%; }
      @media screen and (max-width: 950px) {
        .hero-block__text {
    padding-right: 0; } } }
    .hero-block__text::after {
      content: '';
      position: absolute;
      top: 0;
      right: 38px;
      width: 10px;
      height: 100%;
      background-color: #af6437; }
      @media screen and (max-width: 950px) {
        .hero-block__text::after {
      display: none; } }
      .hero-block__text div:first-of-type {
        padding: 30px;
        border: 1px solid white;
        border-bottom: 0; }
        @media screen and (max-width: 950px) {
          .hero-block__text div:first-of-type {
        padding: 30px 20px; } }
      .hero-block__text div:last-of-type {
        display: flex;
        align-items: center; }
        .hero-block__text div:last-of-type a {
          width: 50%;
          border: 1px solid white;
          text-transform: none;
          font-size: 16px;
          background-color: white;
          color: #af6437;
          padding: 15px; }
          @media screen and (max-width: 950px) {
            .hero-block__text div:last-of-type a {
          padding: 10px; } }
          .hero-block__text div:last-of-type a:hover {
            background-color: #af6437;
            color: white; }
          .hero-block__text div:last-of-type a:last-of-type {
            background-color: #062b38;
            color: white; }
            .hero-block__text div:last-of-type a:last-of-type:hover {
              background-color: #af6437;
              color: white; }
  .hero-block__image {
    min-height: 600px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
    @media screen and (max-width: 1185px) {
      .hero-block__image {
    width: 50% !important; }
      @media screen and (max-width: 950px) {
        .hero-block__image {
    width: 100% !important;
    min-height: auto;
    aspect-ratio: 1.5; } } }

.items-grid {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px; }
  @media screen and (max-width: 767px) {
    .items-grid {
  grid-template-columns: 1fr; } }
    .items-grid__item figure {
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 200px;
      position: relative;
      text-align: center;
      margin: 0 0 18px; }
      .items-grid__item figure::before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #062b38;
        opacity: 0.9;
        mix-blend-mode: multiply; }
      .items-grid__item figure::after {
        content: '';
        background-color: #af6437;
        position: absolute;
        left: 0;
        bottom: -18px;
        width: 100%;
        height: 10px; }
      .items-grid__item figure img {
        height: 85px;
        display: inline-block;
        margin-bottom: 5px; }
        @media screen and (max-width: 767px) {
          .items-grid__item figure img {
        height: 65px; } }
      .items-grid__item figure div {
        position: relative;
        z-index: 5;
        color: white; }
        .items-grid__item figure div span {
          display: inline-block;
          width: 100%; }
        .items-grid__item figure div .site-btn {
          margin-top: 10px; }
          @media screen and (max-width: 767px) {
            .items-grid__item figure div .site-btn {
          margin-top: 15px; } }
      .items-grid__item:first-of-type figure {
        border-top-left-radius: 30px; }
        @media screen and (max-width: 767px) {
          .items-grid__item:first-of-type figure {
        border-top-left-radius: 0; } }
        .items-grid__item:first-of-type figure::before {
          border-top-left-radius: 30px; }
          @media screen and (max-width: 767px) {
            .items-grid__item:first-of-type figure::before {
          border-top-left-radius: 0; } }
      .items-grid__item:last-of-type figure {
        border-top-right-radius: 30px; }
        @media screen and (max-width: 767px) {
          .items-grid__item:last-of-type figure {
        border-top-left-radius: 0; } }
        .items-grid__item:last-of-type figure::before {
          border-top-right-radius: 30px; }
          @media screen and (max-width: 767px) {
            .items-grid__item:last-of-type figure::before {
          border-top-right-radius: 0; } }
  .items-grid__content {
    padding-top: 15px; }

    .items-grid-industries .items-grid__item figure img {
      height: 70px; }
      @media screen and (max-width: 767px) {
        .items-grid-industries .items-grid__item figure img {
      height: 60px; } }

.button-wrap {
  display: inine-block;
  width: 100%;
  margin-top: 40px; }

.cta-section {
  background-image: url('https://3ddesignandmanufacturing.com/wp-content/uploads/2023/07/cta-bg.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  .cta-section h2 {
    margin-bottom: 35px; }

.text-white {
  color: white; }

.slider {
  padding: 0 40px; }
  .slider__item {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    width: 100%;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px; }
  .slider__item-image {
    width: 40%;
    min-height: 300px;
    overflow: hidden;
    position: relative; }
    @media screen and (max-width: 767px) {
      .slider__item-image {
    min-height: auto;
    width: 100%;
    aspect-ratio: 1.5; } }
    .slider__item-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center center;
      position: absolute;
      top: 0;
      left: 0; }
  .slider__item-content {
    width: 60%;
    background-color: #062b38;
    color: white;
    padding: 40px;
    display: flex;
    align-items: center; }
    @media screen and (max-width: 767px) {
      .slider__item-content {
    width: 100%;
    padding: 40px 20px; } }
    .slider__item-content div {
      position: relative;
      width: 100%;
      padding-bottom: 10px;
      text-align: center; }
      .slider__item-content div::after {
        content: '';
        width: 80%;
        height: 4px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -10px;
        margin: 0 auto;
        background-color: #af6437; }
      .slider__item-content div h5 {
        font-weight: 400; }
  .slider.owl-theme .owl-dots .owl-dot span {
    border: 1px solid #af6437;
    background-color: transparent; }
  .slider.owl-theme .owl-dots .owl-dot.active span,
  .slider.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #af6437; }
  .slider.owl-carousel .owl-nav button.owl-prev {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 20px solid #af6437;
    border-radius: 0;
    text-indent: -9999px;
    width: auto;
    height: 0;
    margin: 0;
    background-color: transparent !important;
    position: absolute;
    top: 47%;
    left: 0;
    transform: translateY(-50%); }
    .slider.owl-carousel .owl-nav button.owl-prev:hover {
      border-right: 20px solid #062b38; }
  .slider.owl-carousel .owl-nav button.owl-next {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 20px solid #af6437;
    border-radius: 0;
    text-indent: -9999px;
    width: auto;
    height: 0;
    margin: 0;
    position: absolute;
    top: 47%;
    right: 0;
    transform: translateY(-50%);
    background-color: transparent !important; }
    .slider.owl-carousel .owl-nav button.owl-next:hover {
      border-left: 20px solid #062b38; }

.large-gap {
  margin-bottom: 40px; }
  @media screen and (max-width: 767px) {
    .large-gap {
  margin-bottom: 30px; } }

.blog-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 50px 30px; }
  @media screen and (max-width: 767px) {
    .blog-grid {
  grid-template-columns: 1fr; } }
  .blog-grid article {
    position: relative;
    border-bottom: 10px solid #af6437;
    padding-bottom: 10px;
    overflow: hidden; }
    .blog-grid article figure {
      width: 100%;
      max-height: 390px;
      aspect-ratio: 0.667;
      margin: 0;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat; }
    .blog-grid article .blog-box {
      width: 100%;
      height: 140px;
      display: flex;
      color: white;
            /*
       * background-color:#062b38;
       */
      transition: all 0.2s ease-in-out 0.2s;
      position: absolute;
      left: 0;
      bottom: 10px;
      z-index: 4; }
    .blog-grid article .blog-box-text {
      position: absolute;
      left: 0;
      bottom: 10px;
      z-index: 5;
      width: 100%;
      min-height: 116px;
      transition: min-height 0.3s ease-in;
      padding: 25px 20px;
      color: white;
      background-color: rgba(6, 43, 56, 0.8); }
    .blog-grid article h3 {
      font-weight: 400;
      margin-bottom: 5px; }
    .blog-grid article p {
      overflow: hidden;
            /*
       * display: -webkit-box;
       * -webkit-box-orient: vertical;
       * -webkit-line-clamp: 1; /* start showing ellipsis when 3rd line is reached
       */
      white-space: pre-wrap;
      display: none; }
    .blog-grid article span {
      display: none; }
      .blog-grid article:hover .blog-box {
        transition: none;
        background-color: transparent; }
      .blog-grid article:hover .blog-box-text {
        min-height: 100%; }
      .blog-grid article:hover p {
        overflow: visible;
        -webkit-animation: fadeEffect 1s;
        animation: fadeEffect 1s;
        display: block;
                /*
         * -webkit-line-clamp: 100; /* start showing ellipsis when 3rd line is reached
         */ }
      .blog-grid article:hover span {
        -webkit-animation: fadeEffect 1s;
        animation: fadeEffect 1s;
        display: block; }

.site-footer {
  width: 100%;
  float: left;
  margin-top: 50px;
  background-color: transparent;
  position: relative;
  padding: 10px 0 0 0;
  z-index: 9;
  overflow: hidden; }
  .contact-page .site-footer {
    margin-top: -60px; }
  .site-footer::before {
    content: '';
    height: 100%;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    position: absolute;
    top: 0;
    left: -10px;
    border: 5px solid #af6437;
    border-bottom: 0; }
  .site-footer__box {
    position: relative;
    width: 100%;
    padding: 40px 0;
    z-index: 5; }
    .site-footer__box::after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      background-color: #062b38;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      background-image: url('https://3ddesignandmanufacturing.com/wp-content/uploads/2023/07/footer-bg.jpg');
      width: 100%;
      height: 100%;
      z-index: 1;
      border-top-left-radius: 50px;
      border-top-right-radius: 50px; }
      .home .site-footer__box::after {
        background-image: none; }
    .site-footer__box .wrap {
      position: relative;
      z-index: 5; }
  .site-footer__logo {
    width: 290px;
    display: inline-block; }
    @media screen and (max-width: 767px) {
      .site-footer__logo {
    width: 180px; } }

.footer-menu {
  list-style: none;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 5px 0 20px; }
  .footer-menu li {
    font-size: 21px;
    margin: 5px 10px; }
    @media screen and (max-width: 767px) {
      .footer-menu li {
    font-size: 16px; } }
    .footer-menu li a {
      cursor: pointer;
      color: white; }
      .footer-menu li a:hover {
        color: #af6437; }

.footer-contact {
  display: inline-flex;
  font-size: 24px;
  align-items: center;
  justify-content: center;
  gap: 20px;
  font-weight: 600; }
  @media screen and (max-width: 767px) {
    .footer-contact {
  font-size: 16px; } }

.hero-section {
  background-image: url('https://3ddesignandmanufacturing.com/wp-content/uploads/2024/01/gear.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  aspect-ratio: 1.5;
  max-height: 420px;
  padding: 120px 0 50px; }
  .hero-section::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #062b38;
    opacity: 0.9;
    mix-blend-mode: multiply;
    z-index: 1; }
  .hero-section__icon {
    position: relative;
    z-index: 5;
    max-height: 170px; }
    @media screen and (max-width: 1140px) {
      .hero-section__icon {
    max-height: 150px; }
      @media screen and (max-width: 767px) {
        .hero-section__icon {
    max-height: 60px; } } }

.blocks {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap; }
  .blocks__image {
    width: 40%;
    border-bottom: 9px solid #af6437;
    padding-bottom: 2px; }
    @media screen and (max-width: 767px) {
      .blocks__image {
    width: 100%;
    margin-bottom: 40px; } }
    .blocks__image img {
      border-bottom: 25px solid #062b38; }
  .blocks__content {
    width: 57%; }
    @media screen and (max-width: 767px) {
      .blocks__content {
    width: 100%; } }
      .blocks__content p:first-of-type {
        font-size: 32px;
        font-weight: 200; }
        @media screen and (max-width: 1040px) {
          .blocks__content p:first-of-type {
        font-size: 26px; }
          @media screen and (max-width: 767px) {
            .blocks__content p:first-of-type {
        font-size: 21px; } } }

.flex-block {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-top: 15px solid #af6437;
  border-bottom: 15px solid #af6437;
  position: relative; }
  .flex-block__item {
    display: flex;
    width: 100%;
    position: relative;
    z-index: 9; }
    .flex-block__item::after {
      content: '';
      width: 1045px;
      max-width: 90%;
      height: 8px;
      position: absolute;
      z-index: 9;
      left: 0;
      right: 0;
      bottom: -4px;
      margin: 0 auto;
      background-color: #af6437; }
      .flex-block__item:last-of-type::after {
        display: none; }
    .flex-block__item figure {
      background-color: #062b38;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1; }
      .flex-block__item figure div {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        z-index: 1;
        opacity: 0.6;
        mix-blend-mode: multiply; }
    .flex-block__item .wrap {
      position: relative;
      z-index: 5;
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap; }
  .flex-block__icon {
    width: 30%; }
    @media screen and (max-width: 767px) {
      .flex-block__icon {
    text-align: center;
    width: 100%;
    margin-bottom: 30px; } }
    .flex-block__icon img {
      max-height: 260px;
      display: inline-block; }
      @media screen and (max-width: 767px) {
        .flex-block__icon img {
      max-height: 80px; } }
  .flex-block__image {
    width: 30%; }
    @media screen and (max-width: 767px) {
      .flex-block__image {
    text-align: center;
    width: 100%;
    margin-bottom: 30px; } }
    .flex-block__image img {
      border: 10px solid #af6437;
      display: inline-block; }
  .flex-block__content {
    width: 65%;
        /*
     * p {
     * text-align:left;
     * @media screen and (max-width: 767px) {
     * text-align:center;
     * }
     * }
     */ }
    @media screen and (max-width: 767px) {
      .flex-block__content {
    width: 100%; } }
  .flex-block__bg {
    background-color: #062b38;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
    .flex-block__bg div {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      z-index: 1;
      opacity: 0.6;
      mix-blend-mode: multiply; }

      .flex-block__alternate .flex-block__item:nth-of-type(2n) .wrap {
        flex-direction: row-reverse; }

.flex-content {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-top: 15px solid #af6437;
  border-bottom: 15px solid #af6437;
  position: relative; }
  .flex-content figure {
    background-color: #062b38;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
    .flex-content figure div {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      z-index: 1;
      opacity: 0.6;
      mix-blend-mode: multiply; }
  .flex-content .wrap {
    position: relative;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap; }
  .flex-content__image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 40%;
    aspect-ratio: 1;
    border: 10px solid #af6437;
    max-height: 345px; }
    @media screen and (max-width: 767px) {
      .flex-content__image {
    width: 100%;
    margin-bottom: 30px; } }
  .flex-content__text {
    width: 57%;
    line-height: 1.3; }
    @media screen and (max-width: 767px) {
      .flex-content__text {
    width: 100%; } }

    .global-form p a {
      color: #062b38; }
      .global-form p a:hover {
        color: #af6437; }
  .global-form iframe {
    margin-top: -75px; }
    @media screen and (max-width: 810px) {
      .global-form iframe {
    margin-top: -60px; } }

#pagei-container {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 50px 0 100px; }

.pagination {
  display: inline-flex;
  padding: 0 30px;
  position: relative; }
  .pagination span,
  .pagination a {
    border: 1px solid #073343;
    width: 10px;
    height: 10px;
    display: inline-flex;
    cursor: pointer;
    text-indent: -9999px;
    margin: 4px 10px;
    border-radius: 100%; }
    .pagination span.current,
    .pagination a.current {
      cursor: auto;
      background-color: #073343; }
    .pagination span.prev-page,
    .pagination a.prev-page {
      width: 0;
      height: 0;
      border-top: 6px solid transparent;
      border-bottom: 6px solid transparent;
      border-right: 8px solid #073343;
      border-left: 0;
      border-radius: 0;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      margin: 0; }
    .pagination span.next-page,
    .pagination a.next-page {
      width: 0;
      height: 0;
      border-top: 6px solid transparent;
      border-bottom: 6px solid transparent;
      border-left: 8px solid #073343;
      border-right: 0;
      border-radius: 0;
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%);
      margin: 0; }

.contact-section-2 {
  background-image: url('https://3ddesignandmanufacturing.com/wp-content/uploads/2023/07/contact-bg.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

  .contacts .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 765px; }
    @media screen and (max-width: 805px) {
      .contacts .wrap {
    width: 100%;
    padding: 0 20px; } }
  .contacts__item {
    width: 315px;
    font-size: 30px;
    font-weight: 700;
    color: #af6437;
    text-align: center;
    display: flex;
    align-items: center;
    line-height: 1.3;
    margin: 20px; }
    @media screen and (max-width: 1140px) {
      .contacts__item {
    font-size: 26px; }
      @media screen and (max-width: 767px) {
        .contacts__item {
    font-size: 21px; }
        @media screen and (max-width: 600px) {
          .contacts__item {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap; } } } }
    .contacts__item i {
      font-size: 40px; }
      @media screen and (max-width: 600px) {
        .contacts__item i {
      font-size: 28px;
      width: 100%;
      margin-bottom: 5px; } }
    .contacts__item div {
      padding-left: 20px; }
      @media screen and (max-width: 600px) {
        .contacts__item div {
      padding-left: 0; } }
        .contacts__item div a:hover {
          color: white; }

  .map-section iframe {
    width: 100%;
    max-height: 500px;
    display: flex;
    aspect-ratio: 1.5; }
    @media screen and (max-width: 600px) {
      .map-section iframe {
    aspect-ratio: 1; } }

@-webkit-keyframes fadeEffect {
    from {
    opacity: 0; }


    to {
    opacity: 1; }
 }
@keyframes fadeEffect {
    from {
    opacity: 0; }


    to {
    opacity: 1; }
 }
.icon-set-section {
  margin-top: 50px; }

.icon-set {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%; }
  .icon-set div {
    width: 33.333%;
    text-align: center;
    padding: 0 20px; }
  .icon-set img {
    height: 120px;
    display: inline-block; }
    @media screen and (max-width: 600px) {
      .icon-set img {
    height: 50px; } }