/*
Theme Name: Stromberg Architectural
Text Domain: stromberg
Version: 1.0
Description: Stromberg Architectural theme.
*/
/** Setup */
/* @import url("https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap"); */

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

#homepage-content {
  background: linear-gradient(to bottom, rgba(226, 230, 231, 0.126), #E2E6E7);
  z-index:2; 
  position: relative;
  margin-top:-300px;
}

/** BREAKPOINTS **/
@media only screen and (max-width: 992px) {
  #homepage-content {
    margin-top:-280px;
  } 
}


/** MOBILE **/
@media only screen and (max-width: 768px) {
  #homepage-content {
    margin-top:0px;
  }
}

#homepage-content .card-layout {
  max-width:1480px; 
  margin:0 auto; 
  padding: 0 20px;
}

#homepage-content .card-layout .row .box{
  background-color: #fff;
}

#homepage-content h3 {
  color:#212529;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
}


:root {
  --sa-blue: #192d62;
  --sa-yellow: #ebe2d2;
  --sa-yellow-bg: rgba(235, 226, 210, .8);
}

a, a:focus, a:hover {
  text-decoration: none;
  outline: 0;
}

button, button:focus, button:hover {
  padding: 0;
  text-decoration: none;
  outline: 0;
}

body {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
  font-size: 20px;
  line-height: 26px;
  overflow-x: hidden;
  width: 100%
}

body.no-js [data-aos] {
  opacity: 1;
  transform: none;
}

input:hover, input:focus {
  outline: none;
}

html {
  background: var(--sa-blue);
  width: 100%;
  overflow-x: hidden;
}

.sa-title-lg {
  font-family: "Amiri", serif;
  font-size: 44px;
  line-height: 54px;
  font-weight: 700;
  display: block;
}

.sa-title-md {
  font-family: "Amiri", serif;
  font-size: 34px;
  line-height: 130%;
  font-weight: 700;
  margin-bottom: .5em
}

.sa-title-small {
  font-size: 24px;
  line-height: 33.6px;
  font-weight: 500
}

.sa-btn {
  background: #1e499a;
  padding: 10px 20px;
  font-size: .9em;
  color: #fff;
  display: inline-block;
  min-width: 175px;
  text-align: center;
  transition: all 0.5s;
}

.sa-btn:hover {
  color: #fff;
  background-color: black
}

h2, h3, h4, h5, h6 {
  font-family: Cabin, serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
      "wdth" 100;
}

.unstyled-button {
  background: none;
  border: none;
  color: inherit;
  cursor: pointer;
  font: inherit;
  padding: 0;
}

/** pre loading **/
.se-pre-con {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #fff;
}

/** Header */
.topbar {
  background: var(--sa-blue)
}

header .container {
  max-width: 1190px
}

.topbar .topbar-menu-list {
  list-style: none;
  margin-bottom: 0;
  margin-right: 1.5em;
  padding: 0
}

.topbar .topbar-menu-list li {
  height: 41px;
  line-height: 41px;
}

.topbar .topbar-menu-list li:not(:last-child) {
  margin-right: 1.5em
}

.topbar .topbar-menu-list li a {
  color: #fff;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
}

.topbar .topbar-menu-list li a:hover {
  color: var(--sa-yellow);
  cursor: pointer;
}

.topbar .topbar-search {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 14px
}

.topbar .topbar-search span {
  font-weight: 300
}

.topbar .topbar-search img {
  margin-right: 5px
}

.search-form-wrapper input {
  background: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 14px;
  margin-right: 10px;
  height: 20px;
}

.search-form-wrapper::placeholder {
  color: #fff;
}

.main-menu {
  border: 1px solid #e5e5e5;
}

.main-menu-inner {
  height: 110px
}

.main-menu-list {
  list-style: none;
  margin-bottom: 0;
  padding: 0
}

.main-menu-list li:not(:last-child) {
  margin-right: 2em
}

.main-menu-list li a {
  font-size: 19px;
  font-family: "Amiri", serif;
  font-weight: 400;
  line-height: 33px;
  color: #000
}

.main-menu-list li a:hover {
  color: var(--sa-blue);
  cursor: pointer;
}

.mobile-menu {
  padding: 20px;
  border: 1px solid #e5e5e5;
  position: relative;
}

.mobile-menu .logo-wrap {
  margin: 0 auto
}

.hc-nav-trigger {
  top: 32px
}

.hc-nav-trigger span, .hc-nav-trigger span::before, .hc-nav-trigger span::after {
  background: var(--sa-blue)
}

.hc-offcanvas-nav .nav-close-button span::before {
  margin-left: -6px
}

.hc-nav-trigger span, .hc-nav-trigger span::before, .hc-nav-trigger span::after {
  height: 2px
}

.search-mobile img {
  width: 20px;
  height: 20px;
}

.search-mobile-btn {
  cursor: pointer;
}

.search-form-mb-wrapper {
  position: absolute;
  width: 100%;
  top: 105%;
  left: 0;
  z-index: 99;
  padding: 0 10px
}

.search-form-mb-wrapper input {
  width: 100%;
  border: 1px solid #e5e5e5;
  font-size: 20px;
  padding: 10px 15px;
  box-shadow: none
}

/** Page title */
.container {
  max-width: 1190px
}

.page-title .inner {
  padding: 50px;
}

.page-title .inner h1 {
  font-family: "Amiri", serif;
  font-size: 44px;
  line-height: 54px;
  font-weight: 700;
  margin-bottom: .5em
}

.page-title .inner p {
  line-height: 26px;
  font-weight: 300
}

/** Statistics */
.sta {
  background: var(--sa-blue);
  color: #fff
}

.sta .title {
  font-size: 54px;
  max-width: 90%;
  line-height: 65px;
}

.sta .num {
  margin-bottom: 2em
}

.sta .num .inner {
  width: 175px
}

.sta .num .inner:not(:last-child) {
  margin-right: 1.2em
}

.sta .content p {
  font-weight: 300;
  margin-bottom: 0
}

.sta .num .inner span:last-child {
  font-size: 24px;
  line-height: 130%;
  display: block;
}

/** Step */
.step .content {
  margin: 0 auto;
  margin-top: 2em;
  width: 85%
}

.step .content .wrapper {
  max-width: 30%;
  width: 30%;
  margin-right: 32px;
}

.step .content .inner {
  margin-bottom: 2em;
  display: flex;
  align-items: center;
  max-width: 30%;
  width: 30%;
}

.step .content .inner p, .step .content .inner strong {
  font-size: 90px;
  line-height: 130%;
  font-family: "Amiri", serif;
  color: rgba(235, 226, 210, .8);
  margin-bottom: 0
}

.step .content .inner span {
  margin-left: -2.5em;
  font-size: 26px;
  font-weight: 500;
  display: flex;
  align-items: center;
  position: relative;
  color: #000;
  min-width: 272px;
  white-space: nowrap;
}

.step .content .inner span:after {
  content: "";
  background-image: url("assets/images/arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 1em;
  height: 1em;
  margin-left: 1em;
  transition: all .3s
}

.step .content .inner:hover span:after {
  margin-left: 1.2em
}

.step.hide-arrow .content .inner span:after {
  display: none;
}

.step.hide-arrow .content {
  width: 85%
}

.step.hide-arrow .content .inner {
  display: block;
  position: relative;
  min-height: 200px
}

.step.hide-arrow .content .inner p {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 700;
}

.step.hide-arrow .content .inner span {
  position: absolute;
  top: 23%;
  left: 45%;
  display: block;
  max-width: 270px;
  font-weight: 400;
  min-width: unset;
}

.step.no-arrow .content .inner span:after {
  content: none;
}

/** Projects */
.pj .wrap {
  display: block;
}

.box {
  margin-bottom: 30px
}

.box .img {
  position: relative;
  height: auto;
  overflow: hidden;
  background-position: 50% 50%;
  background-size: cover;
  padding-top: 100%;
}

.pj .box .img {
  padding-top: 120%;
}

.box .img img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  transform: translateZ(0);
  margin: 0 auto;
  right: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  top: 0;
  position: absolute;
  object-position: 50% 50%;
  object-fit: cover;
}

.box .content {
  padding: 1em 0
}

.box .content h4, .box .content h3 {
  font-family: "Amiri", serif;
  font-size: 28px;
  line-height: 130%;
  font-weight: 400;
  color: #000
}

.box .content p {
  font-weight: 300;
  font-size: 20px;
  line-height: 26px;
  color: #000;
  margin-bottom: 0
}

/** Freatured Products */
.fp .sa-title-md {
  margin-bottom: 0
}

.fp .box .content h4, .fp .box .content h2, .fp .box .content h3 {
  font-family: "Noto Sans", sans-serif;
  font-size: 24px;
  line-height: 130%;
  font-weight: 500;
  color: black;
}

.fp .box .img {
  padding-top: 125%
}

/** Testimonials */
.fb {
  background: rgba(235, 226, 210, .8);
}

.fb .sa-title-md {
  color: #1e499a;
  font-size: 54px;
  line-height: 130%;
  max-width: 440px
}

.fb .wrap {
  overflow: hidden;
}

.fb-slider span.next, .fb-slider span.prev {
  width: 30px;
  height: 30px;
  background-color: #1e499a;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  margin: 0 5px;
}

.fb-slider .owl-nav span.next {
  background-image: url("assets/images/next.svg")
}

.fb-slider .owl-nav span.prev {
  background-image: url("assets/images/prev.svg")
}

.fb-slider .owl-nav {
  display: inline-block;
  position: absolute;
  bottom: 20px;
  right: 60px;
}

.fb-slider .people h5, .fb-slider .people span {
  font-family: "Noto Sans", sans-serif;
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 0
}

/** Who */
.who .content {
  padding: 50px
}

.who .content p {
  font-weight: 300
}

/** CTA */
.cta {
  background: rgba(235, 226, 210, .8);
}

.cta .sa-title-md {
  color: #1e499a;
  margin-bottom: 0;
  font-size: 44px;
  line-height: 120%
}

.cta .sa-btn {
  min-width: 200px;
  text-align: center;
}

/** Footer */
.main-footer {
  background: var(--sa-blue);
  color: #fff;
  font-weight: 300
}

.main-footer .content h3 {
  font-family: "Amiri", serif;
  font-weight: 400;
  margin-bottom: 1em;
  font-size: 20px
}

.flist {
  padding: 0;
  list-style: none;
  font-size: .8em;
}

.flist dt, .flist dd {
  line-height: 1.5em
}

.flist a {
  color: #fff;
}

.copyright {
  font-size: 14px;
  font-weight: 300;
  line-height: 130%
}

.copyright a {
  color: white;
}

/** Pages */
.history {
  background: var(--sa-yellow-bg)
}

.team .item {
  max-width: 23%;
  width: 23%;
  margin-bottom: 2em;
  margin-right: 12px
}

.team .item h4, .team .item h3 {
  font-size: 24px;
  line-height: 130%;
  font-family: "Amiri", serif;
  font-weight: 700
}

.team .item span {
  font-size: 18px;
  line-height: 23.4px
}

.app .box .content h4, .app .box .content h3 {
  font-family: "Amiri", serif;
  font-size: 1.2em;
  font-weight: 700;
  color: black;
}

.app .box .img {
  padding-top: 125%
}

.mcolor .box .content h4, .mcolor .box .content h3 {
  font-family: "Noto Sans", sans-serif;
  font-size: 1.2em;
  font-weight: 500
}

.mcolor .box .img {
  padding-top: 100%
}

.spec .sa-btn {
  width: 45%;
  max-width: 45%;
  margin-right: 1em;
  margin-bottom: 1em
}

.qa .item {
  margin-bottom: 1.5em
}

.qa .item h4 {
  font-weight: 500;
  margin-bottom: 0;
  font-size: 20px
}

.pj-title .content h1, .pd-title .content h1 {
  font-family: "Amiri", serif;
  font-size: 44px;
  line-height: 54px;
  font-weight: 700;
  margin-bottom: .5em
}

.pj-title .content p, .pd-title .content p {
  line-height: 26px;
  font-weight: 300;
  margin-bottom: 1em
}

.pj-title .content .sa-btn, .pd-title .content .sa-btn {
  display: block;
  margin-bottom: 1em;
  max-width: 200px;
  text-align: center;
}

.pj-title .info, .pd-title .info {
  background: var(--sa-yellow-bg);
  padding: 40px;
  float: left;
  width: 100%;
}

.pj-title .info h3, .pj-title .info h2, .pd-title .info h3 {
  font-family: "Amiri", serif;
  font-weight: 700;
  margin-bottom: 1em;
  font-size: 30px;
  line-height: 39px
}

.pj-title .info p, .pd-title .info p {
  font-size: 22px;
  font-weight: 400;
  line-height: 28.6px
}

.pj-title .info span, .pd-title .info span {
  font-weight: 500;
  margin-right: 10px
}

.pj-title .info p a, .pd-title .info p a {
  color: #000;
  text-decoration: underline;
}

.thumb-slider #thumbs {
  margin-top: 30px
}

.thumb-slider #thumbs img {
  opacity: .5
}

.thumb-slider #thumbs .current img, .thumb-slider #thumbs img:hover {
  opacity: 1
}

.thumb-slider .item .inner {
  position: relative;
  height: auto;
  overflow: hidden;
  background-position: 50% 50%;
  background-size: cover;
  padding-top: 56.25%;
}

.thumb-slider .item .inner img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  transform: translateZ(0);
  margin: 0 auto;
  right: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  top: 0;
  position: absolute;
  object-position: 50% 50%;
  object-fit: cover;
}

.weable-slider span.next, .weable-slider span.prev {
  width: 30px;
  height: 30px;
  background-color: #1e499a;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}

.weable-slider .owl-nav span.next {
  background-image: url("assets/images/next.svg")
}

.weable-slider .owl-nav span.prev {
  background-image: url("assets/images/prev.svg")
}

.weable-slider .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.weable-slider .owl-nav button.owl-prev {
  left: -5%
}

.weable-slider .owl-nav button.owl-next {
  right: -5%;
}

.owl-theme .owl-nav .disabled {
  opacity: 1
}

.blog .box .img {
  padding-top: 70%;
}

.blog .box .content h4, .blog .box .content h2 {
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 33.6px;
  background: unset;
  color: #000;
  min-height: 100px
}

.pagination.style-1 .page-link {
  font-family: "Noto Sans", sans-serif;
  border: none;
  margin: 0 10px;
  border-bottom: 1px solid transparent;
  color: #000
}

.pagination .page-link.active, .pagination .page-link:hover {
  background: unset;
  border: none;
  font-family: "Noto Sans", sans-serif;
  color: #000;
  font-weight: bold;
  border-bottom: 2px solid #000
}

.page-link:focus {
  outline: none;
  border: none;
  box-shadow: none;
}

.blog-no-img .box {
  border: 1px solid #e5e5e5;
  margin-bottom: 0
}

.blog-no-img .box .content {
  padding: 30px
}

.blog-no-img .box .content span {
  color: #000;
  margin-bottom: 1.3em;
  display: inline-block;
}

.blog-no-img .box .content h4 {
  min-height: 100px
}

.blog-no-img .col:nth-child(2n) .box {
  border-left: 0
}

.pagination.style-2 .page-link {
  font-family: "Amiri", serif;
  font-weight: 700;
  padding: 0;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  margin: 0 15px;
  color: #000
}

.pagination.style-2 .page-link.active, .pagination.style-2 .page-link:hover {
  background: var(--sa-blue);
  color: #fff;
  padding: 0;
  border-bottom: none;
}

.pag {
  display: block;
  text-align: center;
  width: 100%;
}

.pag * {
  display: inline-block;
  font-family: "Noto Sans", sans-serif;
  border: none;
  margin: 0 10px;
  border-bottom: 1px solid transparent;
  color: #000;
  padding: 0 10px;
}

.pag .page-numbers.current {
  background: unset;
  border: none;
  font-family: "Noto Sans", sans-serif;
  color: #000;
  font-weight: bold;
  border-bottom: 2px solid #000;
}

.pag.pag-v1 a:hover {
  color: black;
  font-weight: bold;
  border-bottom: 2px solid #000;
}

.next.page-numbers:hover, .prev.page-numbers:hover {
  border: none !important;
}

.pag.pag-v2 * {
  font-family: "Amiri", serif;
  font-weight: 700;
  padding: 6px 0 0;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border: none;
  margin: 0 11px;
  color: #000;
  transition: all 0.3s;
}

.pag.pag-v2 span.current {
  background: var(--sa-blue);
  color: #fff;
  font-family: "Amiri", serif;
}

.pag.pag-v2 *:hover {
  background: var(--sa-blue);
  color: white;
}

.contact-title .contact {
  padding: 20px
}

.contact-title .contact h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 140%
}

.contact-title .contact .item {
  margin-bottom: 1.5em
}

.contact-title .contact .item a {
  color: #000
}

.spe .box .content h4 {
  font-size: 24px;
  line-height: 140%;
  font-weight: 700
}

.spe .box .content .btn-groups .sa-btn {
  width: 48%;
  max-width: 48%;
  margin-bottom: 20px
}

.search-head {
  padding: 150px 0 50px;
  background: var(--sa-blue);
  border-top: 1px solid #e5e5e5;
}

.search-head input {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  line-height: 60px;
  background-image: url(assets/images/icon-search-white.svg);
  background-position: left center;
  background-size: 30px 30px;
  background-repeat: no-repeat;
  padding-left: 50px;
  font-size: 44px;
  line-height: 54px;
  color: #fff;
}

.search-head::placeholder {
  color: #fff;
}

.total-search, .sr .item {
  padding: 1.5em 0;
  border-bottom: 1px solid #d3d3d3;
}

.sr .item .text {
  width: 70%
}

.sr .item .img {
  width: 25%;
  padding-top: 15.25%
}

.sr .item.box {
  margin-bottom: 0
}

.sr .item.box h3 {
  font-family: "Amiri", serif;
  font-size: 24px;
  line-height: 33.6px;
  font-weight: 700;
  color: black;
}

.step.product-details .content .inner span {
  margin-left: -1.5em
}

.step.product-details .content .inner span:after {
  display: none;
}

.fb-slider .owl-nav button.owl-prev {
  right: -20px;
  left: unset;
}

.fb-slider .owl-nav button.owl-next {
  right: -60px;
}

.quotes img {
  width: 55px;
}

.quotes {
  position: absolute;
  left: -60px;
}

.single .step .content .inner span {
  white-space: unset;
}

.single .step .content .inner {
  margin-right: 3%;
}

.mobile-menu-inner a {
  font-size: 20px !important;
  font-family: "Amiri", serif;
}

.nav-wrapper, ul.mobile-menu-inner, a.nav-close-button {
  background-color: var(--sa-blue) !important;
  border: none !important;
}

ul.mobile-menu-inner * {
  border: none !important;
}

form.wpcf7-form input {
  width: 100%;
  padding: 5px 10px;
  font-weight: 200;
  margin-bottom: 10px;
  font-size: 16px;
}

form.wpcf7-form input[type=submit] {
  background-color: var(--sa-blue);
  width: fit-content;
  color: white;
  text-transform: uppercase;
  border: none;
  font-weight: 400;
  padding: 5px 40px;
  margin: 15px auto 0;
  display: block;
  width: 280px;
}

span.wpcf7-not-valid-tip {
  font-size: 16px;
  line-height: 18px;
  margin-top: -5px;
  margin-bottom: 10px;
}

.wpcf7-response-output {
  margin: 0 !important;
  text-align: center;
  font-size: 16px;
}

.wpcf7-form p {
  margin-bottom: 0;
}

.wpcf7-form-control-wrap textarea {
  padding: 10px;
  font-weight: 300;
  font-size: 16px;
  width: 100%;
  height: 200px;
}

.form-title {
  font-family: "Amiri", serif;
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 0;
}

p.form-note {
  margin-bottom: 10px;
  font-size: 17px;
}

span.wpcf7-list-item label { /* display: flex; */
}

span.wpcf7-list-item label * {
  display: inline-block;
  float: left;
  width: auto;
}

.wpcf7-list-item input {
  margin-right: 10px;
  margin-top: 6px;
}

span.wpcf7-list-item {
  margin-left: 0;
  margin-right: 30px;
}

.q-title {
  font-weight: 400;
  margin-bottom: 5px !important;
  margin-top: 5px;
}

.list-terms span:last-child {
  display: none;
}

.featured-image img {
  max-width: 100%;
  height: auto;
}

.single-post h1 {
  font-family: "Amiri", serif;
  font-style: normal;
  font-weight: bold;
  font-size: 44px;
  line-height: 54px;
}

p.post-author span {
  text-decoration: underline;
}

.post-content h2 {
  font-family: "Amiri", serif;
  font-weight: bold;
  font-size: 34px;
  line-height: 130%;
}

.post-content h3, .post-content h4, .post-content h5, .post-content h6 {
  font-weight: 400;
  margin-bottom: 15px;
}

.post-content li {
  list-style: none;
  position: relative;
  padding-left: 17px;
  margin-bottom: 10px;
}

.post-content li:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: var(--sa-blue);
  border-radius: 30px;
  left: 0;
  top: 9px;
}

.post-content {
  line-height: 28px;
}

.post-content blockquote {
  padding-left: 100px;
  font-size: 24px;
  line-height: 35px;
  margin: 30px 0;
  background-image: url(assets/images/quote.png);
  background-repeat: no-repeat;
  background-size: 75px;
  background-position: left 10px;
}

.related-post h2 {
  font-family: "Amiri", serif;
  font-size: 35px;
  margin-bottom: 20px;
}

.related-post .box .content h4 {
  font-size: 24px;
}

.related-post .row {
  padding-left: 15px;
  padding-right: 15px;
}

.post-content img, .post-content figure {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.qa a {
  color: black;
  background-image: url(assets/images/arrow.svg);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: 98%;
  padding-right: 31px;
  font-size: 21px;
  transition: all 0.5s;
}

.qa a:hover {
  background-position: 100%;
}

.page-title a {
  color: black;
  padding-left: 15px;
}

.glossary {
  margin-bottom: 15px;
}

.cad-name {
  font-size: 25px;
  font-weight: 400;
}

#cad .sa-btn {
  width: 80%;
  display: block;
  max-width: none;
}

.nsc-pagenavi-v2 * {
  border: none !important;
  color: black !important;
  font-family: "Amiri", sans-serif !important;
  font-weight: 700;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  line-height: 25px;
  text-align: center;
}

.nsc-pagenavi-v2 li.active span, .nsc-pagenavi-v2 li a:hover, .nsc-pagenavi-v2 li button:hover {
  background: var(--sa-blue) !important;
  color: #fff !important;
  padding: 7px;
}

.nsc-pagenavi-v2 li {
  margin: 0 10px !important;
}

.nsc-pagenavi-v2 .page-link.next, .nsc-pagenavi-v2 .page-link.prev {
  line-height: 22px;
}

.left-sidebar h3, .left-sidebar h2 {
  background-color: var(--sa-blue);
  color: white;
  font-size: 25px;
  padding: 10px 15px;
  font-weight: normal;
  margin-bottom: 0;
  border-radius: 10px 10px 0 0;
}

.list-cad-cat li a {
  color: #0b5db7;
}

.list-cad-cat {
  padding: 15px;
  background-color: #d8d8d8;
}

.list-cad-cat li {
  padding: 8px 0;
  border-bottom: 1px solid #969494;
}

.left-sidebar {
}

.list-cad-cat li:last-child {
  border: none;
}

.list-cad-cat li a:hover {
  text-decoration: underline;
}

table.cad-table {
  border: 1px solid #dcdcdc;
  overflow-x: auto;
  width: 100%;
  display: block;
}

table.cad-table thead {
  background-color: var(--sa-blue);
}

table.cad-table thead th {
  color: white;
  font-weight: 100;
  font-size: 15px;
  white-space: nowrap;
  text-align: center;
  line-height: 20px;
  padding: 10px;
}

table.cad-table tbody td {
  font-size: 15px;
  padding: 8px 10px;
  line-height: 20px;
  border-right: 1px solid #dcdcdc;
}

table.cad-table tbody td p {
  line-height: 18px !important;
  margin-bottom: 0 !important;
}

table.cad-table tbody tr {
  border-bottom: 1px solid #dcdcdc;
}

table.cad-table tbody td:last-child {
  border: none;
}

.modal-thumb-cad .modal-body {
  padding: 0;
}

.modal-thumb-cad .modal-header {
  padding: 10px 15px;
}

button.btn-thumb {
  display: block;
  box-shadow: none;
  border-radius: 0;
}

.modal-thumb-cad {
  z-index: 9999;
}

form label {
  width: 100%;
  margin-bottom: 0;
}

.loading {
  opacity: 0.4;
}

dl.list-profiles dd, dl.list-profiles dt {
  display: inline-block;
  float: left;
}

dl.list-profiles dt {
  clear: both;
  font-weight: 500;
}

dl.list-profiles dt {
  margin-right: 10px;
}

dd.list-terms span {
  font-weight: 200 !important;
  margin: 0 !important;
}

/** Page 404 */
.page-not-found {
  margin-top: 30px;
}

/** Responsive */
@media screen and (max-width: 1399px) {
  .thumb-slider .owl-nav button.owl-prev {
    left: 0
  }

  .thumb-slider .owl-nav button.owl-next {
    right: 0
  }

  .container {
    min-width: 90%
  }

  .page-title .inner {
    padding: 45px;
  }

  .page-title .inner h1 {
    font-size: 2.2em;
    line-height: 1.1em
  }

  .page-title .inner p {
    font-size: 20px;
  }

  .sa-title {
    font-size: 2.2em;
    line-height: 1.1em;
  }

  .step .content {
    width: 80% !important
  }

  .step .content .wrapper {
    max-width: 29%;
    margin-right: 4%;
  }

  .step .content .inner {
    max-width: 30%;
    width: 30%;
  }
}

@media screen and (max-width: 1199px) {
  .page-title .inner {
    padding: 28px;
  }

  .page-title .inner h1 {
    font-size: 2em;
    line-height: 1.1em;
    margin-bottom: .3em
  }

  .page-title .inner p {
    font-size: 17px;
  }

  .sa-title {
    font-size: 2em;
    line-height: 1.1em;
    margin-bottom: .3em
  }

  .step .content {
    width: 95% !important;
    margin-top: 20px;
  }

  .step .content .wrapper {
    max-width: 45%;
    width: 45%;
  }

  .step .content .inner {
    max-width: 48%;
    width: 48%;
    margin-bottom: 0;
  }
}

/*@media (min-width: 768px) and (max-width: 991px) {*/
@media screen and (max-width: 991px) {
  .page-title .inner {
    padding: 20px;
  }

  .page-title .inner h1 {
    font-size: 1.5em;
    line-height: 1.1em;
    margin-bottom: .3em
  }

  .page-title .inner p {
  }

  .sa-title {
    font-size: 1.5em;
    line-height: 1.1em;
    margin-bottom: .3em
  }

  .step .content { /* width:85%!important */
  }

  .step .content .wrapper {
    max-width: 45%;
    width: 45%;
  }

  .step .content .inner { /* max-width:48%; *//* width:48%; */
  }

  .who .content {
    padding: 25px
  }

  .sa-title-md {
    font-size: 1.5em
  }

  .team .item {
    max-width: 48%;
    width: 48%;
    margin-bottom: 2em;
    margin-right: 12px
  }

  .sta .title {
    font-size: 40px;
    line-height: 55px;
  }

  .sta .num .inner span:last-child {
    font-size: 18px;
  }

  .sta .content p {
    font-size: 17px;
  }

  .pt-5, .py-5 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .fb .sa-title-md {
    font-size: 35px;
  }

  .quotes img {
    width: 35px;
  }

  .box .content p {
    font-size: 16px;
    line-height: 20px;
  }

  .quotes {
    left: 15px;
    top: -35px;
  }
}

@media screen and (max-width: 930px) {
  .left-sidebar, .content-cad {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .list-cad-cat {
    display: none;
  }

  .left-sidebar {
    margin-bottom: 40px;
  }

  .left-sidebar h3, .left-sidebar h2 {
    border-radius: 0;
    position: relative;
    font-size: 20px;
  }

  .left-sidebar .toggle-cat {
    position: absolute;
    right: 15px;
    width: 35px;
    height: 40px;
    top: -3px;
    cursor: pointer;
  }

  .toggle-cat span:before, .toggle-cat span:after {
    content: "";
    position: absolute;
    left: 0;
    top: -10px;
  }

  .toggle-cat span {
    position: relative;
    display: block;
    top: 23px;
  }

  .toggle-cat span, .toggle-cat span:before, .toggle-cat span:after {
    width: 100%;
    height: 3px;
    background-color: white;
    transition: all 0.3s;
    backface-visibility: hidden;
    border-radius: 2px;
  }

  .toggle-cat span:after {
    top: 11px;
  }

  .toggle-cat.on span {
    background-color: transparent;
  }

  .toggle-cat.on span:before {
    transform: rotate(45deg) translate(5px, 5px);
    top: -7px;
  }

  .toggle-cat.on span:after {
    transform: rotate(-45deg) translate(7px, -8px);
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .wpcf7-form div[class^=col] {
    width: 100% !important;
    max-width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

@media screen and (max-width: 767px) {
  .step .content {
    width: 95% !important
  }

  .step .content .wrapper {
    max-width: 45%;
  }

  .step .content .inner {
    max-width: 47%;
    width: 47%;
  }

  .team .item {
    max-width: 46%;
    width: 46%;
    margin-bottom: 2em;
    margin-right: 12px
  }

  .blog-no-img .col:nth-child(2n) .box {
    border-left: 1px solid #e5e5e5
  }

  .fb-slider .owl-nav { /* top: 170px */
  }

  .contact-title .contact {
    padding: 0
  }

  .sta .title {
    font-size: 35px;
    line-height: 45px;
  }

  .mb-5, .my-5 {
    margin-bottom: 20px !important;
  }

  .sta .num {
    margin-bottom: 20px;
  }

  .cta .sa-title-md {
    font-size: 30px;
  }

  .sa-title-lg {
    font-size: 35px;
  }

  .quotes {
    margin-right: 15px !important;
  }

  .fb-slider .owl-nav {
    right: 60px;
    top: auto;
    bottom: 15px;
  }

  .step.hide-arrow .content .inner span {
    top: 10%
  }

  .post-content blockquote {
    font-size: 22px;
    line-height: 30px;
    background-size: 60px;
    padding-left: 80px;
  }

  .post-content {
    padding: 0 !important;
  }
}

@media screen and (max-width: 574px) {
  .step .content .wrapper {
    max-width: 100%;
    width: 100%;
  }

  .step .content .inner {
    max-width: 100%;
    width: 100%;
  }

  .team .item {
    max-width: 45%;
    width: 45%;
    margin-bottom: 2em;
    margin-right: 12px
  }

  .blog-no-img .col:nth-child(2n) .box {
    border-left: 1px solid #e5e5e5
  }

  .sr .item .text {
    width: 100%
  }

  .sr .item .img {
    width: 100%;
    padding-top: 56.25%;
    margin-top: 1em
  }

  .search-head input {
    background-size: 20px 20px;
    font-size: 21px;
    line-height: 39px;
    padding-left: 31px
  }

  .fb-slider .owl-nav { /* top: 298px; *//* right: 196px; */
  }

  .mobile-menu img {
    max-width: 170px;
    height: auto;
    object-fit: cover;
  }

  .hc-nav-trigger {
    top: 23px
  }

  .blog .box .content h4, .blog .box .content h2 {
    min-height: 75px
  }

  .contact-title .contact {
    padding: 0
  }

  .spe .box .content .btn-groups .sa-btn {
    width: 100%;
    max-width: 100%
  }

  .thumb-slider span.next, .thumb-slider span.prev {
    width: 20px;
    height: 20px;
    background-size: 12px
  }
}

@media screen and (max-width: 450px) {
  span.copyright span {
    display: block;
  }

  .post-content blockquote {
    font-size: 18px;
    line-height: 23px;
    background-size: 30px;
    padding-left: 40px;
  }

  .post-content ul {
    padding-left: 0;
  }

  .post-content {
    font-size: 18px;
    line-height: 25px;
  }

  .single-post h1 {
    font-size: 30px;
    line-height: 35px;
  }

  #cad .sa-btn {
    width: 100%;
  }
}
