/*!
Theme Name: international abrasives
Theme URI: http://underscores.me/
Author: ThinkClever
Author URI: https://thinkclever.agency/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: international-abrasives
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

international abrasives is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
:root {
  --body-bg: rgba(254, 254, 254, 1);
}
p {
  margin: 0 0 20px;
}
p:last-child {
  margin-bottom: 0 !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: 'Bebas Neue', sans-serif;
  margin: 0 0 20px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0px;
}
.tagline {
  font-size: 12px;
  font-weight: 700;
  font-family: 'DM Sans', sans-serif;
  line-height: 118.519%;
  margin-bottom: 10px;
  color: rgba(193, 39, 45, 1);
  letter-spacing: 2.5px;
}
h1 {
  font-size: 72px;
  line-height: 112%;
}
h2 {
  font-size: 46px;
  line-height: 130%;
}
h3 {
  font-size: 42px;
}
h4 {
  font-size: 35px;
}
h5 {
  font-size: 28px;
}
h6 {
  font-size: 24px;
}
body,
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  color: rgba(12, 27, 46, 1);
  font-size: 16px;
  line-height: 165%;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  background-color: var(--body-bg);
}
main {
  display: block;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
/* html {
  box-sizing: border-box;
} */
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 0 0 30px;
  padding: 20px 24px;
  background-color: rgba(242, 244, 247, 1);
  position: relative;
  color: #000;
  line-height: 140%;
  border-left: 3px solid rgba(193, 39, 45, 1);
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: 'Courier 10 Pitch', courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code,
kbd,
tt,
var {
  font-family: monaco, consolas, 'Andale Mono', 'DejaVu Sans Mono', monospace;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
dt {
  font-weight: 700;
}
dd {
  margin: 0 1.5em 1.5em;
}
embed,
iframe,
object {
  max-width: 100%;
}
img {
  height: auto;
  max-width: 100%;
}
figure {
  margin: 1em 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
a {
  color: rgba(30, 30, 30, 1);
  text-decoration: none;
  transition: all 0.3s ease-in;
}
a:hover {
  color: rgba(245, 75, 21, 1);
}
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover {
  border-color: #ccc #bbb #aaa;
}
button:active,
button:focus,
input[type='button']:active,
input[type='button']:focus,
input[type='reset']:active,
input[type='reset']:focus,
input[type='submit']:active,
input[type='submit']:focus {
  border-color: #aaa #bbb #bbb;
}
input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='number'],
input[type='tel'],
input[type='range'],
input[type='date'],
input[type='month'],
input[type='week'],
input[type='time'],
input[type='datetime'],
input[type='datetime-local'],
input[type='color'],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type='text']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='number']:focus,
input[type='tel']:focus,
input[type='range']:focus,
input[type='date']:focus,
input[type='month']:focus,
input[type='week']:focus,
input[type='time']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input[type='color']:focus,
textarea:focus {
  color: #111;
}
select {
  border: 1px solid #ccc;
}
textarea {
  width: 100%;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}
.sticky {
  display: block;
}
.updated:not(.published) {
  display: none;
}
.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.custom-logo-link {
  display: inline-block;
}
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*='wp-image-'] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
  display: block;
}
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}
.infinity-end.neverending .site-footer {
  display: block;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
#primary[tabindex='-1']:focus {
  outline: 0;
}
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}
.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}
.default-contents *:last-child {
  margin-bottom: 0;
}
.container {
  width: 100%;
  max-width: 1360px;
  padding: 0 30px;
  margin: 0 auto;
}
.link-whole-div {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.btn {
  min-height: 57px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 5px 32px;
  border: 1px solid;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  line-height: 1.3;
  justify-content: center;
  text-align: center;
  /* box-shadow: 0px 4px 16px 0px rgba(193, 39, 45, 0.3); */
  border-radius: 6px;
}
.btn.fill {
  background-color: rgba(193, 39, 45, 1);
  border-color: rgba(193, 39, 45, 1);
  color: #fff;
}
.btn.transparent {
  border-color: rgba(255, 255, 255, 0.18);
  color: #fff;
}
.btn:hover {
  transform: scale(1.05);
}
.btn-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
section {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
}
.mfp-wrap,
.mfp-bg {
  z-index: 99999 !important;
}

.top-header {
  background: rgba(193, 39, 45, 1);
  padding: 10px 0px;
  color: #fff;
}
.top-header .delivery-text {
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.top-header .contact-info a {
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  position: relative;
  font-family: 'DM Sans', sans-serif;
}
.top-header .contact-info {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'DM Sans', sans-serif;
}
.top-header .contact-info .dot {
  width: 3px;
  height: 3px;
  background: #fff;
  border-radius: 50%;
}
header.site-header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: rgba(255, 255, 255, 1);
  transition: all 0.3s ease-in;
  padding: 10px 0;
}
.logged-in header.site-header {
  top: 32px;
}
header.site-header.header-fixed {
  box-shadow: 0px 4px 10px 0px rgba(28, 28, 28, 0.05);
}
header.site-header .container,
.top-header .container {
  max-width: 1800px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header.site-header .site-branding a {
  display: flex;
  width: 100%;
  max-width: 215px;
}
header.site-header .left {
  display: flex;
  align-items: center;
  gap: 40px;
}
header.site-header .left ul.menu {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 35px;
}
header.site-header .left ul.menu li {
  position: relative;
}
header.site-header .left ul.menu li a {
  color: rgba(12, 27, 46, 1);
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
}
header.site-header .left ul.menu li.bold-text a {
  color: rgba(193, 39, 45, 1);
  font-weight: 700;
}
header.site-header .left ul.menu li ul.sub-menu {
  position: absolute;
  list-style: none;
  margin: 0;
  width: 250px;
  background-color: #fff;
  box-shadow: 0px 1px 15px -5px rgba(0, 0, 0, 0.2);
  padding: 14px 20px;
  display: grid;
  gap: 10px;
  border-radius: 10px;
  transition: all 0.3s ease-in;
  transform: translateY(20px);
  opacity: 0;
  visibility: hidden;
}
header.site-header .left ul.menu > li > a {
  padding: 25px 0;
}
header.site-header .left ul.menu li:hover ul.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
header.site-header .right {
  display: flex;
  align-items: center;
  gap: 20px;
}
header.site-header .search-wrap {
  border-bottom: 1px solid rgba(12, 27, 46, 0.74);
  width: 186px;
}
header.site-header .search-wrap form {
  display: flex;
  position: relative;
}
header.site-header .search-wrap form input#search {
  width: 100%;
  border: none;
  height: 41px;
  padding: 0 0 0 24px;
  font-size: 12px;
  color: rgba(12, 27, 46, 1);
  outline: none;
}
header.site-header .search-wrap form button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  background-color: transparent;
}
header.site-header .search-wrap form input#search::placeholder {
  color: rgba(12, 27, 46, 0.5);
}
button.trigger-mobile-menu {
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: none;
  outline: none;
  height: 40px;
  width: 40px;
  position: relative;
  cursor: pointer;
  display: none;
}
button.trigger-mobile-menu span {
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: rgba(193, 39, 45, 1);
  left: 0;
  transition: all 0.3s ease-in;
}
button.trigger-mobile-menu span:first-child {
  top: 6px;
}
button.trigger-mobile-menu span:last-child {
  bottom: 6px;
}
button.trigger-mobile-menu span:nth-child(2) {
  top: calc(50% - 1px);
}
button.trigger-mobile-menu.active span:first-child {
  transform: rotate(45deg);
  top: 18px;
}
button.trigger-mobile-menu.active span:last-child {
  transform: rotate(-45deg);
  bottom: 18px;
}
button.trigger-mobile-menu.active span:nth-child(2) {
  opacity: 0;
}
header.site-header.fixed {
  box-shadow: 0px 1px 15px -5px rgba(0, 0, 0, 0.2);
}

footer.site-footer .bottom-footer {
  padding: 35px 0;
  color: #fff;
  font-weight: 300;
  font-size: 12px;
  line-height: 1.5;
  font-family: 'DM Sans', sans-serif;
}
footer.site-footer .bottom-footer .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px 20px;
}
.website-by {
  display: flex;
  align-items: center;
  color: #fff;
  gap: 14px;
  font-size: 18px;
}

section.home-hero {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
section.home-hero .top-area {
  display: flex;
  align-items: center;
  gap: 50px;
}
section.home-hero .top-area .left {
  width: 50%;
}
section.home-hero .top-area .gallery-slider {
  width: 50%;
}
section.home-hero .tagline {
  background: rgba(193, 39, 45, 0.12);
  border: 1px solid rgba(193, 39, 45, 0.25);
  display: inline-flex;
  position: relative;
  padding: 8px 16px;
  line-height: 1;
  border-radius: 6px;
  align-items: center;
  gap: 10px;
}
section.home-hero .headline {
  color: #fff;
  line-height: 1;
  margin: 15px 0 10px;
}
section.home-hero .contents {
  color: rgba(178, 192, 210, 1);
  font-size: 17px;
  font-family: 'DM Sans', sans-serif;
  margin-bottom: 30px;
}
section.home-hero .tagline::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: rgba(193, 39, 45, 1);
  content: '';
}
section.home-hero .top-area .gallery-slider .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 30px;
}
section.home-hero .top-area .gallery-slider .owl-dots button.owl-dot {
  background-color: rgba(255, 255, 255, 0.4);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  transition: all 0.3s ease-in;
}
section.home-hero .top-area .gallery-slider .owl-dots button.owl-dot.active {
  background-color: rgba(193, 39, 45, 1);
  width: 36px;
  border-radius: 4px;
}
section.home-hero .metas {
  display: flex;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
  color: #fff;
  padding-top: 50px;
  margin-top: 30px;
}
section.home-hero .metas .title {
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 5px;
}
section.home-hero .metas .desc {
  color: rgba(138, 155, 176, 1);
  font-size: 13px;
  font-weight: 500;
  font-family: 'DM Sans', sans-serif;
}
section.home-hero svg.shape {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: -2px;
  left: 0;
  pointer-events: none;
}

section.logos-gallery {
  padding: 0;
  border-bottom: 1px solid rgba(138, 155, 176, 0.2);
  padding-bottom: 40px;
}
section.logos-gallery .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sec-top-area {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 40px;
}
.sec-top-area .tagline {
  text-transform: uppercase;
}
.sec-top-area .headline {
  line-height: 1;
  margin: 0;
  letter-spacing: 0;
}
.sec-top-area .link {
  font-size: 14px;
  color: rgba(193, 39, 45, 1);
  font-weight: 700;
  display: inline-block;
}
.categories-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
.categories-list .category-card {
  padding: 30px;
  background: rgba(138, 155, 176, 0.19);
  text-align: center;
}
.categories-list .category-card .tag {
  margin-bottom: 10px;
  font-size: 12px;
  color: #fff;
  display: inline-block;
  position: relative;
  padding: 0 10px;
}
.categories-list .category-card .tag span {
  position: absolute;
  background-color: rgba(193, 39, 45, 1);
  width: 100%;
  height: 100%;
  z-index: -1;
  transform: skewX(-17deg);
  left: 0;
}
.categories-list .category-card .title {
  font-size: 28px;
  margin-bottom: 10px;
  letter-spacing: 0;
}
.category-card img {
    mix-blend-mode: darken;
}
section.full-cta {
  color: #fff;
}
section.full-cta .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}
section.full-cta .tagline {
  font-size: 16px;
  margin: 10px 0 20px;
}
section.full-cta .contents {
  color: rgba(138, 155, 176, 1);
}
section.full-cta .image {
  display: flex;
  justify-content: center;
}

.selected-products {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.product-card.card-2 {
  border: 1px solid rgba(138, 155, 176, 0.2);
  padding: 30px;
  text-align: center;
  width: calc(20% - 16px);
}
.product-card.card-2 .pc-logos {
  position: absolute;
  right: 10px;
  top: 10px;
}
.product-card.card-2 .pc-image-wrap {
  display: flex;
}
.product-card.card-2 .pc-title {
  font-size: 20px;
  color: rgba(12, 27, 46, 1);
  letter-spacing: 0;
  margin-bottom: 3px;
}
.product-card.card-2 .pc-packs {
  color: rgba(138, 155, 176, 1);
  font-family: 'DM Sans', sans-serif;
}
.product-card.card-2 .pc-grit {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  gap: 5px;
}
.product-card.card-2 .pc-grit p {
  margin: 0;
  font-size: 12px;
  line-height: 1;
  padding: 4px 2px;
  background-color: rgba(193, 39, 45, 1);
  color: #fff;
}

section.our-promise {
  color: #fff;
  text-align: center;
}
section.our-promise .tagline {
  text-transform: uppercase;
}
section.our-promise .headline {
  letter-spacing: 0;
  margin-bottom: 10px;
  line-height: 1.1;
}
section.our-promise .descriptions {
  color: rgba(138, 155, 176, 1);
}
section.our-promise .blurbs {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 40px;
}
section.our-promise .blurbs .item {
  width: calc(25% - 30px);
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 36px 28px;
  position: relative;
}
section.our-promise .blurbs .title {
  font-size: 20px;
  font-weight: 600;
  margin: 20px 0 15px;
}
section.our-promise .blurbs .description {
  font-size: 14px;
  font-weight: 300;
}
section.our-promise .blurbs .description a {
  color: rgba(193, 39, 45, 1);
  font-weight: 700;
}
section.our-promise .blurbs .item::after {
  content: '';
  height: 3px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(230, 57, 70, 1);
}

section.get-in-touch .container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
section.get-in-touch .left {
  width: 55%;
  padding-right: 50px;
}
section.get-in-touch .wrapper {
  width: 45%;
  background-color: #fff;
  padding: 30px;
  border-top: 3px solid rgba(193, 39, 45, 1);
}
section.get-in-touch .tagline {
  text-transform: uppercase;
  margin-bottom: 20px;
}
section.get-in-touch .headline {
  letter-spacing: 0;
  line-height: 1;
}
section.get-in-touch .description {
  width: 100%;
  max-width: 590px;
  color: rgba(90, 106, 125, 1);
}
section.get-in-touch .blurbs {
  display: grid;
  gap: 24px;
  margin-top: 30px;
}
section.get-in-touch .blurbs .item {
  padding-left: 50px;
}
section.get-in-touch .blurbs .icon {
  position: absolute;
  left: 0;
}
section.get-in-touch .blurbs .title {
  color: rgba(12, 27, 46, 1);
  font-weight: 700;
  line-height: 1.3;
}
section.get-in-touch .blurbs .desc {
  color: rgba(138, 155, 176, 1);
}
.tab-wrapper {
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  list-style: none;
  background-color: rgba(232, 234, 237, 1);
  padding: 3px;
  border-radius: 6px;
}
.tab-wrapper li.tab-link {
  padding: 10px;
  color: rgba(138, 155, 176, 1);
  font-size: 13px;
  font-weight: 500;
  width: 50%;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
}
.tab-wrapper li.tab-link.active {
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.06);
  color: rgba(12, 27, 46, 1);
}
body div.wpforms-container-full.wpforms-container .wpforms-field-label {
  color: rgba(138, 155, 176, 1);
  font-size: 12px;
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 5px;
  text-align: left;
}
body div.wpforms-container-full.wpforms-container .wpforms-field input,
body div.wpforms-container-full.wpforms-container .wpforms-field textarea {
  border: 1px solid rgba(232, 234, 237, 1);
  background: rgba(255, 255, 255, 1);
  min-height: 45px;
  font-size: 14px;
  color: rgba(12, 27, 46, 1);
  outline: none;
}
body
  div.wpforms-container-full.wpforms-container
  .wpforms-field
  input::placeholder,
body
  div.wpforms-container-full.wpforms-container
  .wpforms-field
  textarea::placeholder {
  color: rgba(117, 117, 117, 1);
}
body div.wpforms-container-full.wpforms-container .wpforms-field textarea {
  height: 90px;
}
body
  div.wpforms-container-full.wpforms-container
  .wpforms-submit-container
  .wpforms-submit {
  width: 100%;
  height: 62px;
  background: rgba(193, 39, 45, 1) !important;
  border-radius: 6px;
  font-weight: 600;
  transition: all 0.3s ease-in;
  outline: none;
}
body
  div.wpforms-container-full.wpforms-container
  .wpforms-submit-container
  .wpforms-submit:hover {
  opacity: 1;
  transform: scale(1.02);
}

section.cta-banner {
  padding: 35px 0 30px;
  color: #fff;
}
section.cta-banner .container {
  display: flex;
  align-items: center;
  /* flex-wrap: wrap; */
  justify-content: space-between;
  gap: 20px;
}
section.cta-banner .headline {
  margin: 0;
  letter-spacing: 0;
  line-height: 1;
}
section.cta-banner .description {
  color: rgba(138, 155, 176, 1);
  font-size: 14px;
}
body section.cta-banner div.wpforms-container-full.wpforms-container form {
  display: flex;
  align-items: center;
  gap: 15px;
  width: 506px;
}
body
  section.cta-banner
  div.wpforms-container-full.wpforms-container
  form
  .wpforms-field {
  padding: 0;
}
body
  section.cta-banner
  div.wpforms-container-full.wpforms-container
  .wpforms-submit-container {
  margin: 0;
  width: 150px;
}
body
  section.cta-banner
  div.wpforms-container-full.wpforms-container
  form
  .wpforms-field-container {
  flex: 1;
}
body
  section.cta-banner
  div.wpforms-container-full.wpforms-container
  .wpforms-submit-container
  .wpforms-submit {
  height: 47px;
}
body
  section.cta-banner
  div.wpforms-container-full.wpforms-container
  form
  .wpforms-field
  input {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
footer.site-footer {
  position: relative;
  overflow: hidden;
}
footer.site-footer .top-footer {
  padding: 70px 0;
}
footer.site-footer .top-footer .container {
  display: flex;
  gap: 30px;
}
footer.site-footer .top-footer .item {
  width: 21%;
}
footer.site-footer .top-footer .footer-desc.item {
  width: 34%;
}
footer.site-footer .top-footer .logo a {
  display: flex;
  margin-bottom: 20px;
}
footer.site-footer .top-footer .logo img {
  width: 100%;
  max-width: 215px;
}
footer.site-footer .top-footer .descriptions {
  font-size: 12px;
  color: rgba(28, 54, 95, 1);
  line-height: 1.5;
}
footer.site-footer .top-footer h3 {
  color: rgba(28, 54, 95, 1);
  font-size: 14px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 2px;
}
footer.site-footer .top-footer ul.menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer.site-footer .top-footer ul.menu a {
  display: inline-block;
  color: rgba(28, 54, 95, 1);
  font-size: 14px;
  padding: 3px 0;
}
section.the-team {
  text-align: center;
}
section.the-team .tagline {
  text-transform: uppercase;
}
section.the-team .headline {
  letter-spacing: 0;
}
section.the-team .teams-wrap {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
}
section.the-team .teams-wrap .item {
  border: 1px solid rgba(232, 234, 237, 1);
  background-color: #fff;
  border-radius: 12px;
  padding: 30px 11px;
}
section.the-team .teams-wrap .item .profile-pic {
  width: 107px;
  height: 107px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  margin: 0 auto 15px;
}
section.the-team .teams-wrap .item .profile-pic img {
  width: 100%;
  height: 100%;
}
section.the-team .teams-wrap .item .name {
  color: rgba(12, 27, 46, 1);
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}
section.the-team .teams-wrap .item .designation {
  color: rgba(193, 39, 45, 1);
  font-size: 13px;
  font-family: 'DM Sans', sans-serif;
  margin-bottom: 5px;
}
section.the-team .teams-wrap .item .details {
  color: rgba(138, 155, 176, 1);
  font-size: 12px;
  line-height: 1.5;
}
section.our-journey .tagline {
  text-align: center;
  text-transform: uppercase;
}
section.our-journey .headline {
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 30px;
}
section.our-journey .key-milestones {
  width: 100%;
  max-width: 750px;
  margin: auto;
  display: grid;
  gap: 30px;
  position: relative;
}
section.our-journey .key-milestones .item {
  display: flex;
  gap: 30px;
  position: relative;
}
section.our-journey .key-milestones .year {
  background-color: rgba(193, 39, 45, 1);
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
  font-size: 11px;
  line-height: 1;
  position: relative;
}
section.our-journey .key-milestones .contents {
  flex: 1;
  color: rgba(90, 106, 125, 1);
  font-size: 14px;
}
section.our-journey .key-milestones::before {
  position: absolute;
  content: '';
  height: 89%;
  width: 2px;
  border-left: 2px dashed rgba(0, 0, 0, 1);
  top: 0;
  left: 20px;
}
section.left-content-right-image .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: center;
}
section.left-content-right-image .tagline {
  text-transform: uppercase;
  margin-bottom: 15px;
}
section.left-content-right-image .headline {
  letter-spacing: 0;
  line-height: 1;
}
section.left-content-right-image .contents {
  color: rgba(90, 106, 125, 1);
  font-family: 'DM Sans', sans-serif;
}
section.left-content-right-image .container.reverse .left {
  order: 2;
}
section.left-content-right-image .container.reverse .image {
  order: 1;
}
section.about-us::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(131.54deg, #132d4a 50%, #1a3a5c 100%);
  z-index: -1;
}
section.about-us {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 130px 0 180px;
}
section.about-us svg.shape {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: -2px;
  left: 0;
  pointer-events: none;
}
.page-breadcrumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid rgba(232, 234, 237, 0.1);
  font-size: 13px;
  font-family: 'DM Sans', sans-serif;
  color: rgba(255, 255, 255, 0.76);
  font-weight: 700;
}
.page-breadcrumb a {
  color: rgba(178, 184, 192, 1);
  font-weight: 400;
}
section.about-us > .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}
section.about-us .tagline {
  font-size: 16px;
  text-transform: uppercase;
}
section.about-us .headline {
  letter-spacing: 2px;
  margin-bottom: 5px;
}
section.about-us .contents {
  color: rgba(178, 192, 210, 1);
  font-family: 'DM Sans', sans-serif;
  margin-bottom: 20px;
}
section.about-us .metas {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr 1fr;
}
section.about-us .metas .item {
  background: rgba(255, 255, 255, 0.2);
  border-bottom: 2px solid rgba(193, 39, 45, 1);
  backdrop-filter: blur(30px);
  padding: 24px;
}
section.about-us .metas .item .title {
  font-size: 36px;
  letter-spacing: 1px;
  margin-bottom: 0;
}
section.about-us .metas .item .desc {
  font-size: 13px;
  font-family: 'DM Sans', sans-serif;
}
section.inner-hero {
  background: linear-gradient(113.08deg, #0c1b2e 0%, #132d4a 100%);
  color: #fff;
  text-align: center;
}
section.inner-hero .headline {
  font-size: 56px;
  letter-spacing: 0;
  line-height: 1;
}
section.inner-hero .contents {
  color: rgba(138, 155, 176, 1);
}
section.inner-hero.has-c-info {
  padding-bottom: 200px;
}
.inner-hero-contact-info {
  margin-top: -95px;
  position: relative;
}
.inner-hero-contact-info .container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  text-align: center;
}
.inner-hero-contact-info .item {
  position: relative;
  background-color: #fff;
  border: 1px solid rgba(232, 234, 237, 1);
  box-shadow: 0px 4px 20px 0px rgba(12, 27, 46, 0.04);
  border-radius: 12px;
  min-height: 190px;
  padding: 30px 10px;
}
.inner-hero-contact-info .item .icon {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inner-hero-contact-info .item .title {
  color: rgba(12, 27, 46, 1);
  font-size: 20px;
  font-weight: 400;
  font-family: 'Bebas Neue';
  letter-spacing: 0;
  line-height: 1;
  padding-bottom: 10px;
}
.inner-hero-contact-info .item .sub-title {
  color: rgba(46, 58, 72, 1);
  font-size: 14px;
  font-weight: 700;
  font-family: 'DM Sans';
  line-height: 1;
  padding-bottom: 10px;
}
.inner-hero-contact-info .item .desc {
  color: rgba(138, 155, 176, 1);
  font-size: 12px;
  line-height: 1;
}
section.send-us-messages .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}
section.send-us-messages h2 {
  color: rgba(12, 27, 46, 1);
  font-size: 36px;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 10px;
}
section.send-us-messages .form-desc,
section.send-us-messages .map-desc {
  color: rgba(90, 106, 125, 1);
  font-size: 15px;
  margin-bottom: 30px;
  font-family: 'DM Sans', sans-serif;
}
section.send-us-messages .form-message {
  color: rgba(90, 106, 125, 1);
  text-align: center;
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
}
section.send-us-messages .schedule {
  display: flex;
  gap: 10px;
  font-family: 'DM Sans';
  margin-top: 20px;
}
section.send-us-messages .schedule .schedule-title {
  color: rgba(12, 27, 46, 1);
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
}
section.send-us-messages .schedule .schedule-desc {
  color: rgba(138, 155, 176, 1);
  font-size: 13px;
}
section.send-us-messages .schedule .schedule-icon {
  line-height: 1;
}
section.send-us-messages iframe {
  width: 100%;
}
section.faqs .tagline {
  text-align: center;
  text-transform: uppercase;
}
section.faqs .headline {
  text-align: center;
  letter-spacing: 0;
}
section.faqs .faqs-wrap {
  max-width: 760px;
  width: 100%;
  margin: auto;
}
.faq-item {
  position: relative;
}
.faq-item .faq-answers {
  display: none;
  padding: 20px 25px;
  border-bottom: 1px solid rgba(242, 244, 247, 1);
  font-size: 15px;
  font-family: 'DM Sans';
  background-color: #fff;
  margin-bottom: 10px;
}
.faq-question {
  border-bottom: 1px solid rgba(232, 234, 237, 1);
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 25px;
  color: rgba(12, 27, 46, 1);
  font-weight: 700;
  font-size: 15px;
  font-family: 'DM Sans', sans-serif;
  cursor: pointer;
  line-height: 1.4;
}
.faq-question .icon {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(193, 39, 45, 1);
  font-size: 18px;
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
  position: relative;
}
.faq-question .icon span {
  position: absolute;
  transition: all 0.3s ease-in;
}
.faq-question.active .icon span.plus {
  opacity: 0;
}
section.blog-grid .page-breadcrumb {
  color: rgba(138, 155, 176, 1);
  border-top: 1px solid rgba(232, 234, 237, 1);
  border-bottom: 1px solid rgba(232, 234, 237, 1);
}
section.blog-grid .top-area {
  text-align: center;
  padding: 40px 0;
}
section.blog-grid .top-area .headline {
  color: rgba(12, 27, 46, 1);
  font-size: 52px;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 10px;
}
section.blog-grid .top-area .contents {
  color: rgba(90, 106, 125, 1);
  font-family: 'DM Sans', sans-serif;
}
.filters-bar {
  margin-bottom: 30px;
}
.filters-bar .all-buttons-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.filters-bar .all-buttons-wrap .cat {
  margin: 0;
  border: 1px solid rgba(232, 234, 237, 1);
  padding: 12px 20px;
  border-radius: 8px;
  cursor: pointer;
  line-height: 1;
  font-size: 13px;
  font-weight: 700;
  font-family: 'DM Sans', sans-serif;
  color: rgba(90, 106, 125, 1);
  letter-spacing: 0;
}
.filters-bar .all-buttons-wrap .cat.secondary {
  background-color: rgba(12, 27, 46, 1);
  border-color: rgba(12, 27, 46, 1);
  color: #fff;
}
.blog-posts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.post-item {
  position: relative;
  border: 1px solid rgba(232, 234, 237, 1);
  border-radius: 12px;
  overflow: hidden;
  padding-bottom: 24px;
}
.post-item .thumbnail {
  height: 200px;
  background: rgba(242, 244, 247, 1);
  overflow: hidden;
  position: relative;
  display: flex;
}
.post-item .thumbnail img {
  width: 100%;
  transition: all 0.3s ease-in;
}
.post-item:hover .thumbnail img {
  transform: scale(1.05);
}
.post-item .thumbnail .custom-logo-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  pointer-events: none;
}
.post-item .thumbnail .custom-logo-link img.custom-logo {
  width: 100%;
}
.post-item .thumbnail .category {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  width: 100%;
  padding: 10px 0 0 10px;
  gap: 5px;
  z-index: 2;
}
.post-item .thumbnail .category span {
  background: rgba(193, 39, 45, 1);
  padding: 5px 15px;
  line-height: 1;
  display: inline-block;
  width: auto;
  border-radius: 5px;
  font-size: 10px;
  font-weight: 700;
  font-family: 'DM Sans', sans-serif;
  letter-spacing: 0.8px;
  color: #fff;
  text-transform: uppercase;
}
.post-item .post-content {
  padding: 24px;
}
.post-item .date {
  color: rgba(138, 155, 176, 1);
  font-size: 12px;
  font-weight: 500;
  font-family: 'DM Sans', sans-serif;
}
.post-item .post-title {
  color: rgba(12, 27, 46, 1);
  font-size: 24px;
  letter-spacing: 0;
  line-height: 114%;
  margin-bottom: 10px;
}
.post-item .post-excerpt {
  font-size: 14px;
  color: rgba(90, 106, 125, 1);
  line-height: 1.5;
  margin-bottom: 15px;
}
.post-item .post-excerpt p {
  margin: 0;
}
.post-item .post-excerpt br {
  display: none;
}
.post-item .readmore {
  color: rgba(193, 39, 45, 1);
  font-size: 13px;
  font-weight: 700;
  font-family: 'DM Sans', sans-serif;
  position: absolute;
  bottom: 24px;
}
.blog-pagination {
  grid-column: 1 / -1;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.blog-pagination .page-numbers {
  border: 1px solid rgba(232, 234, 237, 1);
  border-radius: 8px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(90, 106, 125, 1);
  font-size: 14px;
  font-weight: 700;
  font-family: 'DM Sans', sans-serif;
}
.blog-pagination .page-numbers.current {
  background: rgba(193, 39, 45, 1);
  border: 1px solid rgba(193, 39, 45, 1);
  color: #fff;
}
#loader-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#loader-wrapper .loader {
  width: 50px;
  height: 50px;
  border: 3px solid #1b4ea0;
  border-top: 3px solid transparent;
  border-radius: 50%;
  animation: spin 0.5s linear 0s infinite;
}
@keyframes spin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}
section.single-blog-hero {
  background: linear-gradient(116.46deg, #0c1b2e 0%, #132d4a 100%);
  color: #fff;
  padding-bottom: 140px;
}
section.single-blog-hero > .container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
section.single-blog-hero .left {
  width: 55%;
  padding-right: 50px;
}
section.single-blog-hero .featured-image {
  width: 45%;
  display: flex;
}
section.single-blog-hero .featured-image img {
  width: 100%;
}
section.single-blog-hero .category {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 20px;
}
section.single-blog-hero .category span {
  background: rgba(193, 39, 45, 0.2);
  padding: 5px 14px;
  line-height: 1;
  color: rgba(193, 39, 45, 1);
  font-size: 11px;
  font-weight: 700;
  font-family: 'DM Sans', sans-serif;
  border-radius: 5px;
}
section.single-blog-hero .headline {
  font-size: 52px;
  letter-spacing: 2px;
}
section.single-blog-hero .post-meta {
  font-size: 13px;
  font-family: 'DM Sans', sans-serif;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  color: rgba(138, 155, 176, 1);
  margin-bottom: 20px;
}
section.single-blog-hero .post-excerpt {
  font-size: 14px;
  font-family: 'DM Sans', sans-serif;
  color: rgba(178, 192, 210, 1);
  line-height: 1.5;
}
section.single-blog-hero .post-meta .dot {
  display: inline-block;
  background-color: rgba(138, 155, 176, 1);
  width: 4px;
  height: 4px;
  border-radius: 50%;
}
section.single-blog-hero svg.shape {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: -2px;
  left: 0;
  pointer-events: none;
}
section.single-blog-contents {
  padding-top: 70px;
}
section.single-blog-contents .container {
  display: flex;
  gap: 56px;
}
section.single-blog-contents .left {
  flex: 1;
  color: rgba(90, 106, 125, 1);
  font-size: 15px;
  font-family: 'DM Sans', sans-serif;
}
section.single-blog-contents .right {
  width: 300px;
}
section.single-blog-contents h1,
section.single-blog-contents h2,
section.single-blog-contents h3,
section.single-blog-contents h4,
section.single-blog-contents h5,
section.single-blog-contents h6 {
  color: rgba(12, 27, 46, 1);
}
ol,
ul {
  padding-left: 20px;
}
section.single-blog-contents .post-tags span {
  background: rgba(242, 244, 247, 1);
  border: 1px solid rgba(232, 234, 237, 1);
  border-radius: 6px;
  line-height: 1;
  padding: 6px 14px;
}
.divider {
  width: 100%;
  height: 1px;
  background-color: rgba(232, 234, 237, 1);
  margin: 30px 0;
}
section.single-blog-contents .post-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  border-top: 1px solid rgba(232, 234, 237, 1);
  padding-top: 30px;
  margin-top: 30px;
}
section.single-blog-contents .author-box {
  background: rgba(242, 244, 247, 1);
  border-radius: 12px;
  padding: 28px 24px;
  display: flex;
  gap: 15px;
  margin-bottom: 30px;
}
section.single-blog-contents .author-avatar {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(12, 27, 46, 1);
  border-radius: 50%;
  color: #fff;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 20px;
}
section.single-blog-contents .author-info {
  flex: 1;
}
section.single-blog-contents .author-info .author-name {
  font-size: 14px;
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 10px;
}
section.single-blog-contents .author-info .author-description {
  color: rgba(90, 106, 125, 1);
  font-size: 14px;
  line-height: 1.5;
  font-family: 'DM Sans', sans-serif;
}
section.single-blog-contents .share-buttons {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  gap: 8px;
}
section.single-blog-contents .share-buttons a {
  border: 1px solid rgba(232, 234, 237, 1);
  background: rgba(242, 244, 247, 1);
  border-radius: 8px;
  height: 36px;
  width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.single-blog-contents .share-buttons span {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(138, 155, 176, 1);
  letter-spacing: 0.5px;
  font-family: 'DM Sans', sans-serif;
}
.single-latest-posts {
  position: relative;
}
.single-latest-posts .title {
  font-size: 18px;
  letter-spacing: 0;
  border-bottom: 2px solid rgba(193, 39, 45, 1);
  padding-bottom: 10px;
}
.single-latest-posts .item {
  border-bottom: 1px solid rgba(232, 234, 237, 1);
  padding: 12px 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.single-latest-posts .item .post-thumbnail {
  background: rgba(242, 244, 247, 1);
  width: 64px;
  height: 64px;
  border-radius: 6px;
  display: flex;
  overflow: hidden;
}
.single-latest-posts .item .post-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-latest-posts .item .post-info {
  flex: 1;
}
.single-latest-posts .item .post-title {
  font-size: 13px;
  font-family: 'DM Sans', sans-serif;
  letter-spacing: 0;
  font-weight: 700;
  margin: 0;
}
.single-latest-posts .item .post-date {
  color: rgba(138, 155, 176, 1);
  font-size: 11px;
  line-height: 1;
  display: inline-block;
  font-family: 'DM Sans', sans-serif;
}
.single-latest-posts .item:last-child {
  border: none;
  padding-bottom: 0;
}
section.related-posts {
  background: rgba(242, 244, 247, 1);
}
section.single-blog-contents .nav-links {
  gap: 20px;
}
section.single-blog-contents .nav-links div {
  border: 1px solid rgba(232, 234, 237, 1);
  border-radius: 10px;
}
section.single-blog-contents .nav-links div a {
  display: block;
  height: 100%;
  width: 100%;
  padding: 20px;
  min-height: 99px;
  color: rgba(12, 27, 46, 1);
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
}
section.single-blog-contents .nav-links div a span.nav-subtitle {
  display: block;
  color: rgba(138, 155, 176, 1);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.single-right-group {
  display: none;
  padding: 28px 24px;
  margin-top: 30px;
  background: rgba(242, 244, 247, 1);
  border: 1px solid rgba(232, 234, 237, 1);
  border-radius: 12px;
}
.single-right-group:has(*) {
  display: block;
}
.single-right-group .title {
  font-size: 22px;
  line-height: 1;
  margin-bottom: 10px;
}
.single-right-group .desc {
  font-size: 13px;
  color: rgba(90, 106, 125, 1);
  font-family: 'DM Sans', sans-serif;
  line-height: 1.5;
  margin-bottom: 16px;
}
.single-right-group .btn {
  font-size: 13px;
  width: 100%;
  min-height: 41px;
}
.single-products-group {
  background: linear-gradient(146.38deg, #0c1b2e 0%, #132d4a 100%);
}
.single-products-group .title {
  color: #fff;
}
.single-products-group .desc {
  color: rgba(138, 155, 176, 1);
}

section.related-projects {
  background:
    linear-gradient(0deg, #c1272d, #c1272d),
    linear-gradient(
      97.84deg,
      rgba(0, 0, 0, 0.2) 15.79%,
      rgba(102, 102, 102, 0.2) 95%
    );
  color: #fff;
  padding: 60px 0;
}
section.related-projects .related-products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.related-products-grid .product-card {
  background-color: #fff;
}
section.related-projects .tagline {
  color: #fff;
}
section.related-projects .sec-top-area .link {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .mobile-menu-wrapper {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .filter-blogs-content:not(.ajax-load) .post-item:first-child {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    padding-bottom: 0;
  }
  .filter-blogs-content:not(.ajax-load) .post-item:first-child .thumbnail {
    height: 360px;
  }
  .filter-blogs-content:not(.ajax-load) .post-item:first-child .readmore {
    position: relative;
    margin-top: 24px;
    display: inline-block;
  }
}
@media screen and (max-width: 1279px) {
  h1 {
    font-size: 50px;
  }
  /* h2 {
    font-size: 45px;
  } */
  h3 {
    font-size: 35px;
  }
  h4 {
    font-size: 28px;
  }
  h5 {
    font-size: 24px;
  }
  h6 {
    font-size: 20px;
  }
  .btn {
    min-height: 50px;
    font-size: 15px;
  }
  header.site-header .search-wrap {
    display: none;
  }
  section.home-hero .tagline {
    font-size: 11px;
    padding: 8px 10px;
  }
  section.home-hero .contents {
    font-size: 15px;
  }
  .btn {
    font-size: 15px;
  }
  section.logos-gallery {
    padding-bottom: 30px;
  }
  section {
    padding: 70px 0;
  }
  .categories-list .category-card {
    padding: 30px 15px;
  }
  .product-card.card-2 {
    width: calc(25% - 16px);
  }
  section.our-promise .blurbs {
    gap: 15px;
  }
  section.our-promise .blurbs .item {
    width: calc(25% - 12px);
  }
  footer.site-footer .bottom-footer {
    padding: 25px 0;
  }
  section.the-team .teams-wrap {
    gap: 10px;
  }
  section.about-us {
    padding: 120px 0 100px;
  }
  section.single-blog-hero {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 1023px) {
  h1 {
    font-size: 42px;
  }
  h2 {
    font-size: 37px;
  }
  h3 {
    font-size: 30px;
  }
  h4 {
    font-size: 24px;
  }
  header.site-header .left .main-navigation {
    display: none;
  }
  button.trigger-mobile-menu {
    display: block;
  }
  header.site-header .site-branding a {
    max-width: 190px;
  }
  header.site-header {
    padding: 5px 0;
  }
  .container {
    padding: 0 20px;
  }
  section.home-hero .top-area {
    flex-wrap: wrap;
    text-align: center;
  }
  section.home-hero .top-area .left,
  section.home-hero .top-area .gallery-slider {
    width: 100%;
  }
  section.home-hero .btn-wrap {
    justify-content: center;
  }
  section.logos-gallery .container {
    gap: 30px;
  }
  section.logos-gallery {
    padding-bottom: 20px;
  }
  .categories-list {
    grid-template-columns: repeat(3, 1fr);
  }
  .sec-top-area {
    margin-bottom: 25px;
  }
  section.full-cta .container {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .product-card.card-2 {
    width: calc(33.33% - 14px);
  }
  section.our-promise .blurbs .item {
    width: calc(50% - 12px);
  }
  section.get-in-touch .left,
  section.get-in-touch .wrapper {
    width: 100%;
    text-align: center;
  }
  section.get-in-touch .blurbs .item {
    width: 100%;
    text-align: left;
    max-width: 490px;
    margin: auto;
  }
  section.get-in-touch .container {
    gap: 40px;
  }
  section.cta-banner .container {
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    gap: 0;
  }
  section.cta-banner .left {
    width: 100%;
  }
  section.cta-banner {
    padding-bottom: 10px;
  }
  footer.site-footer .top-footer .container {
    flex-wrap: wrap;
  }
  footer.site-footer .top-footer .footer-desc.item {
    width: 100%;
  }
  footer.site-footer .top-footer .item {
    width: calc(33.33% - 20px);
  }
  footer.site-footer .top-footer {
    padding: 50px 0;
  }
  .website-by {
    font-size: 14px;
  }
  .website-by svg {
    width: 135px;
    height: auto;
  }
  section.the-team .teams-wrap {
    grid-template-columns: repeat(3, 1fr);
  }
  section.about-us > .container {
    grid-template-columns: 1fr;
    text-align: center;
  }
  section.about-us .btn-wrap {
    justify-content: center;
  }
  section.left-content-right-image .container {
    grid-template-columns: 1fr;
    gap: 30px;
    text-align: center;
  }
  .inner-hero-contact-info .container {
    grid-template-columns: repeat(2, 1fr);
  }
  section.inner-hero.has-c-info {
    padding-bottom: 150px;
  }
  section.send-us-messages .container {
    gap: 40px;
    grid-template-columns: 1fr;
  }
  section.inner-hero .headline {
    font-size: 42px;
  }
  .blog-posts-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  section.blog-grid .top-area .headline {
    font-size: 42px;
  }
  section.blog-grid .top-area .contents {
    font-size: 14px;
    line-height: 1.5;
  }
  section.single-blog-hero .left,
  section.single-blog-hero .featured-image {
    width: 100%;
    padding: 0 0 40px;
    text-align: center;
  }
  section.single-blog-hero .category {
    justify-content: center;
  }
  section.single-blog-hero .post-meta {
    justify-content: center;
  }
  section.single-blog-contents .left {
    width: 100%;
    flex: auto;
  }
  section.single-blog-contents .container {
    flex-wrap: wrap;
    justify-content: center;
  }
  section.single-blog-hero .featured-image {
    padding: 0;
  }
  section.single-blog-hero {
    padding-top: 100px;
  }
  section.single-blog-hero .headline {
    font-size: 42px;
  }
  section.single-blog-contents .nav-links div a {
    padding: 14px;
    line-height: 1.5;
    min-height: 80px;
  }
  .top-header {
    display: none;
  }
  .mobile-menu-wrapper {
    position: fixed;
    width: 100%;
    height: 100vh;
    overflow: auto;
    z-index: 999;
    background-color: #fff;
    top: 0;
    padding: 120px 20px 90px;
  }
  .logged-in .mobile-menu-wrapper {
    padding-top: 170px;
  }
  .mobile-menu-wrapper .top-header {
    display: block;
    width: 100%;
    padding: 10px 20px;
    position: fixed;
    bottom: 0;
    left: 0;
  }
  .top-header .delivery-text {
    justify-content: center;
  }
  .mobile-menu-wrapper ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 10px;
  }
  body.mobile-nav-activated {
    overflow: hidden;
  }
  .mobile-menu-wrapper ul ul.sub-menu {
    display: none;
    padding: 10px 0 0 10px;
  }
  .mobile-menu-wrapper ul li.menu-item-has-children {
    position: relative;
    padding-right: 20px;
  }
  .mobile-menu-wrapper ul li.menu-item-has-children span {
    width: 26px;
    height: 26px;
    position: absolute;
    right: 0;
    top: 0;
    justify-content: center;
    display: flex;
    align-items: center;
    transition: all 0.3s ease-in;
  }
  .mobile-menu-wrapper ul ul.sub-menu li {
    padding-bottom: 5px;
    font-size: 15px;
  }
  .mobile-menu-wrapper ul li.menu-item-has-children.hover-active span {
    transform: rotate(-180deg);
  }
  .mobile-menu-wrapper .bottom {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .container {
    padding: 0 20px;
  }
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 26px;
  }
  h4 {
    font-size: 22px;
  }
  h5 {
    font-size: 20px;
  }
  h6 {
    font-size: 18px;
  }
  blockquote {
    padding: 13px 20px;
    border-left-width: 3px;
  }
  .btn {
    min-height: 47px;
    width: 100%;
  }
  header.site-header .right .btn {
    display: none;
  }
  .top-header .container {
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
  }
  .top-header .contact-info {
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
    line-height: 1.4;
  }
  section.home-hero .tagline {
    justify-content: center;
    flex-flow: column;
    line-height: 1.3;
  }
  section.home-hero .contents {
    font-size: 14px;
  }
  .btn-wrap {
    gap: 10px;
  }
  section.home-hero .top-area {
    gap: 30px;
  }
  section.home-hero .metas {
    padding-top: 30px;
  }
  section {
    padding: 50px 0;
  }
  section.logos-gallery .container {
    gap: 12px;
  }
  section.logos-gallery {
    padding: 10px 0 10px;
  }
  .sec-top-area {
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    text-align: center;
  }
  .categories-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .categories-list .category-card {
    padding: 15px 15px;
  }
  section.full-cta .logo img {
    width: 180px;
  }
  .sec-top-area .left {
    width: 100%;
  }
  .product-card.card-2 {
    width: 100%;
  }
  section.our-promise .blurbs .item {
    width: 100%;
  }
  body section.cta-banner div.wpforms-container-full.wpforms-container form {
    flex-wrap: wrap;
    width: 100%;
  }
  body
    section.cta-banner
    div.wpforms-container-full.wpforms-container
    form
    .wpforms-field-container,
  body
    section.cta-banner
    div.wpforms-container-full.wpforms-container
    .wpforms-submit-container {
    width: 100%;
  }
  footer.site-footer .top-footer .item {
    width: 100%;
  }
  footer.site-footer .bottom-footer .container {
    justify-content: center;
    text-align: center;
    gap: 20px;
  }
  footer.site-footer .bottom-footer .copyright {
    width: 100%;
  }
  section.about-us {
    padding: 100px 0 50px;
  }
  section.the-team .teams-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
  .inner-hero-contact-info .container {
    grid-template-columns: repeat(1, 1fr);
  }
  section.inner-hero .headline {
    font-size: 32px;
  }
  section.inner-hero .contents {
    font-size: 14px;
  }
  section.inner-hero.has-c-info {
    padding-bottom: 125px;
  }
  .blog-posts-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  section.blog-grid .top-area .headline {
    font-size: 32px;
  }
  section.single-blog-hero .headline {
    font-size: 32px;
  }
  section.single-blog-hero {
    padding-bottom: 50px;
  }
  section.single-blog-contents {
    padding-top: 50px;
  }
}
