html {
line-height: 1.15;
-webkit-text-size-adjust: 100%;
}  body {
margin: 0;
} main {
display: block;
} h1 {
font-size: 2em;
margin: 0.67em 0;
}  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-family: inherit;
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: inherit;
outline: none!important;
}
html {
box-sizing: border-box;
}  body,
button,
input,
select,
optgroup,
textarea {
font-family: "Montserrat", serif;
font-size: 16px;
color: #F0F0F0;
font-weight: 400;
line-height: 150%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
}
p {
margin-bottom: 1.5em;
}
p:last-child {
margin-bottom: 0;
}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
}
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%;
} body {
background: #000000;
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul,
ol {
margin: 0 0 1.5em 0;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 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: #4169e1;
}
a:visited {
color: #800080;
}
a:hover,
a:focus,
a:active {
color: #191970;
}
a:hover {
opacity: 0.75;
}
a:focus {
outline: thin dotted;
}
a:hover,
a:active {
outline: 0;
} 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%;
}   .main-navigation {
display: block;
width: 100%;
}
.main-navigation ul {
display: none;
list-style: none;
margin: 0;
padding-left: 0;
}
.main-navigation ul ul {
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
float: left;
position: absolute;
top: 100%;
left: -999em;
z-index: 99999;
}
.main-navigation ul ul ul {
left: -999em;
top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
display: block;
left: auto;
}
.main-navigation ul ul a {
width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
left: auto;
} .main-navigation a {
display: block;
text-decoration: none;
} .menu-toggle,
.main-navigation.toggled ul {
display: block;
}
@media screen and (min-width: 37.5em) {
.menu-toggle {
display: none;
}
.main-navigation ul {
display: flex;
}
}
.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 { float: left; margin-right: 1.5em;
margin-bottom: 1.5em;
}
.alignright { float: right; margin-left: 1.5em;
margin-bottom: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 1.5em;
} a {
text-decoration: none;
}
.material-symbols-rounded {
font-variation-settings:
'FILL' 0,
'wght' 200,
'GRAD' 0,
'opsz' 24
}
.object-cover {
-o-object-fit: cover;
object-fit: cover;
}
.object-center {
-o-object-position: center;
object-position: center;
}
.object-top {
-o-object-position: top;
object-position: top;
}
.site-main {
margin-top: 100px;
}
.btn:hover {
color: initial;
}
.btn.btn-white {
border: 1px solid #F0F0F0;
border-radius: 0;
background: #FFFFFF;
font-size: 14px;
color: #181818;
font-weight: 700;
padding: 16px 24px;
line-height: 16px;
-webkit-transition: all 0.25s ease-out;
-moz-transition: all 0.25s ease-out;
-o-transition: all 0.25s ease-out;
-ms-transition: all 0.25s ease-out;
transition: all 0.25s ease-out;
}
.btn.btn-transparent {
border: 1px solid #F0F0F0;
border-radius: 0;
background: transparent;
font-size: 14px;
color: #FFFFFF;
font-weight: 700;
padding: 16px 24px;
line-height: 16px;
-webkit-transition: all 0.25s ease-out;
-moz-transition: all 0.25s ease-out;
-o-transition: all 0.25s ease-out;
-ms-transition: all 0.25s ease-out;
transition: all 0.25s ease-out;
}
.btn.btn-white:hover {
background: #000000;
color: #FFFFFF;
}
.btn.btn-transparent:hover {
background: #FFFFFF;
color: #181818;
}
.btn.btn-white:active,
.btn.btn-transparent:active {
border: 1px solid #F0F0F0;
}
.btn.btn-white span,
.btn.btn-transparent span {
font-size: 20px;
vertical-align: middle;
}
.site-header {
background: #000000;
width: 100%;
height: auto;
position: fixed;
top: 0;
padding: 20px 0;
z-index: 99;
}
body.home .site-header {
background: transparent;
}
body.home .site-header.header-black {
background: #000000;
}
.site-header .site-branding img {
height: 60px;
}
.site-header .main-navigation {
list-style: none;
margin: 0;
padding: 0;
display: flex;
justify-content: flex-end;
gap: 40px;
}
.site-header .main-navigation li a {
font-size: 18px;
color: #FFFFFF;
font-weight: 600;
text-transform: uppercase;
-webkit-transition: all 0.25s ease-out;
-moz-transition: all 0.25s ease-out;
-o-transition: all 0.25s ease-out;
-ms-transition: all 0.25s ease-out;
transition: all 0.25s ease-out;
}
.site-header ul.main-navigation > li:hover > a {
opacity: .5;
}
ul.main-navigation > li.menu-item-has-children a span {
vertical-align: bottom;
}  ul.main-navigation > li.menu-item-has-children > .sub-menu {
display: none;
box-shadow: 0px 4px 11.5px 0px #00000026;
background: #FFFFFF;
position: absolute;
top: 48px;
width: 300px;
z-index: 9;
text-align: left;
}
ul.main-navigation > li.menu-item-has-children > .sub-menu li {
padding: 12px 15px;
border-bottom: 1px solid #D9D9D9;
}
ul.main-navigation > li.menu-item-has-children > .sub-menu li:last-child {
border-bottom: none;
}
ul.main-navigation > li.menu-item-has-children > .sub-menu li a {
font-size: 16px;
color: #000000;
font-weight: 600;
line-height: 20px;
text-transform: none;
}
.site-header .hamburger-menu {
display: inline-block;
font-size: 28px;
line-height: 100%;
padding: 0;
border: none;
vertical-align: sub;
}
.site-header .hamburger-menu span {
display: block;
background-color: #FFFFFF;
width: 30px;
height: 3px;
margin-bottom: 7px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
} 
.site-header .hamburger-menu span:last-child {
margin-bottom: 0;
}
.site-footer {
padding: 40px 0;
border-top: 1px solid #F0F0F0;
}
.site-footer .item {
border-right: 1px solid #F0F0F0;
}
.site-footer .item:last-child {
border: none;
}
.site-footer .footer-branding img {
height: 60px;
}
.site-footer .footer-title {
font-size: 18px;
font-weight: 600;
margin-bottom: 12px;
}
.site-footer .footer-info,
.site-footer .footer-menu {
list-style: none;
margin: 0;
padding: 0;
display: flex;
flex-wrap: wrap;
gap: 6px 24px;
}
.site-footer .footer-info li span {
font-size: 20px;
vertical-align: middle;
margin-right: 4px;
}
.site-footer .footer-menu li a,
.site-footer .footer-info li a {
color: #F0F0F0;
}
.site-footer .footer-menu li a:hover,
.site-footer .footer-info li a:hover {
opacity: .5;
}
.overlay {
display: none;
position: fixed;
top: 0;
left: 0;
background-color: #000000;
opacity: .85;
width: 100%;
height: 100%;
z-index: 9998;
}
body.blackout {
overflow: hidden;
}
body.blackout .overlay {
display: block;
}
.mobile-menu {
background: #181818;
width: 300px;
height: 100%;
position: fixed;
top: 0;
right: -1000px;
z-index: 99999;
-webkit-transition: all .5s ease-in-out;
-moz-transition: all .5s ease-in-out;
-o-transition: all .5s ease-in-out;
transition: all .5s ease-in-out;
}
.mobile-menu.active {
right: 0;
}
.mobile-menu .mobile-menu-top {
padding: 16px 20px;
}
.mobile-menu .mobile-menu-top ul.support {
list-style: none;
padding: 0;
margin: 0;
}
.mobile-menu .mobile-menu-top ul.support li a {
color: #1A1A1A;
}
.mobile-menu .mobile-menu-top img {
height: 35px;
}
.mobile-menu .mobile-menu-top .btn.btn-closed {
padding: 0;
border: none;
font-size: 22px;
color: #FFFFFF;
line-height: 100%;
}
.mobile-menu .mobile-menu-bottom ul.mobile-nav-menu {
list-style: none;
margin: 0;
padding: 0;
}
.mobile-menu .mobile-menu-bottom ul.mobile-nav-menu li a {
display: block;
background: #FFFFFF;
padding: 25px 20px;
color: #181818;
font-weight: 600;
line-height: 100%;
border-bottom: 1px solid #eaeaea;
}
.mobile-menu .mobile-menu-bottom ul.mobile-nav-menu li.menu-item-has-children a {
position: relative;
}
.mobile-menu .mobile-menu-bottom ul.mobile-nav-menu li.menu-item-has-children a span {
position: absolute;
top: 22px;
right: 16px;
color: #000;
}
.mobile-menu .mobile-menu-bottom .mobile-nav-menu li.menu-item-has-children ul.sub-menu {
list-style: none;
margin: 0;
padding: 0;
display: none;
text-transform: uppercase;
}
.mobile-menu .mobile-menu-bottom .mobile-nav-menu li.menu-item-has-children ul.sub-menu.visible {
display: block;
}
.mobile-menu .mobile-menu-bottom .mobile-nav-menu li.menu-item-has-children ul.sub-menu .menu-item:nth-child(2) {
border-bottom: 1px solid #FFFFFF;
}
.mobile-menu .mobile-menu-bottom .mobile-nav-menu li.menu-item-has-children ul.sub-menu li a {
background: #000000;
font-size: 14px;
color: #FFFFFF;
border-bottom: none;
padding: 16px 16px 16px 32px;
line-height: 125%;
}
.mobile-menu .mobile-menu-bottom .mobile-nav-menu li.menu-item-has-children ul.sub-menu li.header-submenu a {
font-size: 12px;
font-weight: 400;
border-bottom: none;
padding: 16px 16px 0 32px;
}
.mobile-menu .mobile-menu-bottom .mobile-nav-menu li.menu-item-has-children ul.sub-menu li.pt-0 a {
padding-top: 0;
}
.mobile-menu .mobile-menu-bottom .mobile-nav-menu ul.sub-menu li.menu-item-has-children a span {
top: 12px;
right: 12px;
color: #FFF;
} .megamenu {
display: none;
background: #000000BF;
max-width: 550px;
font-size: 14px;
padding: 16px;
position: fixed;
top: 110px;
left: 50%;
text-align: left;
}
ul.main-navigation li.menu-item-has-children.menu-open .megamenu {
display: block;
}
.megamenu .megamenu-category {
margin-bottom: 16px;
}
.megamenu .megamenu-category:last-child {
margin-bottom: 0;
}
.megamenu .megamenu-title {
font-weight: 700;
line-height: 100%;
text-transform: uppercase;
margin-bottom: 14px;
}
.megamenu .megamenu-item {
display: block;
color: #FFFFFF;
margin-bottom: 8px;
}
.megamenu .megamenu-item:last-child {
margin-bottom: 0;
}
.megamenu .megamenu-item .megamenu-item-title {
text-transform: uppercase;
line-height: 100%;
margin-bottom: 6px;
}
.megamenu .megamenu-item .megamenu-item-desc {
font-size: 13px;
color: #AAAAAA;
line-height: 17px;
font-weight: 400;
text-transform: capitalize;
}
.back-to-top {
background: #FFFFFF;
position: fixed;
bottom: 30px;
right: 15px;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
z-index: 1003;
opacity: 0;
-webkit-transition: opacity 0.5s ease-in-out;
-moz-transition: opacity 0.5s ease-in-out;
transition: opacity 0.5s ease-in-out;
}
.back-to-top.active {
opacity: 1;
}
.back-to-top span {
font-size: 38px;
color: #000000;
}
.box {
padding: 75px 0;
}
.bg-light-black {
background: #181818;
}
.border-top-white {
border-top: 1px solid #F9FAFB;
}
.border-btm-white {
border-bottom: 1px solid #F9FAFB;
}
.entry-header {
margin-bottom: 40px;
}
.entry-header .entry-title {
font-size: 32px;
color: #FFFFFF;
font-weight: 600;
text-transform: uppercase;
padding-top: 20px;
position: relative;
}
.entry-header .entry-title::before {
content: '';
position: absolute;
top: 0;
left: 0;
display: block;
background-color: #F0F0F0;
width: 430px;
height: 1px;
}
.entry-header .entry-subtitle {
font-size: 18px;
text-transform: uppercase;
}
.section-banner {
display: flex;
align-items: flex-end;
height: 100vh;
margin-top: -131px;
position: relative;
}
.section-banner .banner-overlay {
background: #181818;
position: absolute;
top: 0;
left: 0;
right: 0;
width: 100%;
height: 100%;
z-index: 1;
opacity: .4;
}
.section-banner .banner-image {
position: absolute;
width: 100%;
height: 100%;
}
.section-banner .box-logo {
position: absolute;
top: 40%;
left: 0;
transform: translateY(-40%);
z-index: 9;
width: 100%;
}
.section-banner .box-logo .box-logo-inner {
max-width: 500px;
text-align: center;
}
.section-banner .box-logo .logo-title {
font-size: 56px;
font-weight: 600;
text-transform: uppercase;
line-height: 100%;
}
.section-banner .box-logo .logo-subtitle {
font-size: 28px;
font-weight: 600;
text-transform: uppercase;
}
.section-banner .box-text {
position: relative;
width: 100%;
backdrop-filter: blur(4px);
z-index: 1;
background: #181818BF;
padding: 40px 0;
color: #FFFFFF;
}
.section-banner .banner-title {
font-size: 32px;
font-weight: 600;
text-transform: uppercase;
margin: 0 0 20px;
}
.section-banner-single {
display: flex;
align-items: center;
height: 285px;
position: relative;
}
.section-banner-single .banner-image {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.section-banner-single > .container {
position: relative;
z-index: 9;
}
.section-banner-single .banner-text {
width: 100%;
}
.section-banner-single .banner-overlay {
background: #181818;
position: absolute;
top: 0;
left: 0;
right: 0;
width: 100%;
height: 100%;
z-index: 1;
opacity: .4;
}
.section-banner-single .banner-title,
.section-banner-content .banner-title {
font-size: 48px;
font-weight: 500;
margin: 0;
line-height: 100%;
}
.section-banner-single .banner-desc {
font-size: 20px;
}
.section-banner-single.banner-service {
height: 550px;
}
.banner-service .banner-content {
margin-top: 60px;
}
.breadcrumbs {
margin-bottom: 12px;
}
.breadcrumbs .breadcrumbs-menu {
list-style: none;
margin: 0;
padding: 0;
display: flex;
align-items: center;
gap: 16px;
}
.breadcrumbs .breadcrumbs-menu li {
text-transform: uppercase;
}
.breadcrumbs .breadcrumbs-menu li a {
color: #F0F0F0;
}
.breadcrumbs .breadcrumbs-menu li.separator span {
vertical-align: middle;
}
.section-banner-content {
background-size: cover;
background-position: center;
background-repeat: no-repeat;
height: 650px;
border-bottom: 1px solid #F9FAFB;
}
.section-banner-content > .container {
display: flex;
justify-content: center;
flex-direction: column;
height: 100%;
}
.section-banner-content .banner-content {
padding-top: 60px;
}
.section-default .entry-header .entry-title::before {
right: 0;
width: 225px;
margin: auto;
}
.section-default .entry-header .entry-title {
text-align: center;
margin: 0;
}
.section-default .entry-desc {
font-size: 20px;
line-height: 28px;
}
.section-default a {
color: #F0F0F0;
border-bottom: 1px solid #F0F0F0;
}
.box-left-right .item-inner {
border: 1px solid #F0F0F0;
padding: 20px;
min-height: 178px;
}
.box-left-right .item-inner .item-title {
font-size: 24px;
font-weight: 500;
text-transform: uppercase;
margin-bottom: 16px;
}
.box-left-right .item-inner .item-desc {
font-size: 18px;
color: #E6E6E6;
}
.section-why .entry-desc {
font-size: 20px;
margin-top: 40px;
}
.section-why .list-why {
margin-top: 40px;
}
.list-why .item-text {
background: #F0F0F0;
padding: 16px;
}
.list-why .item-title {
font-size: 24px;
color: #181818;
font-weight: 500;
line-height: 28px;
text-transform: uppercase;
min-height: 56px;
}
.list-why .btn.btn-more {
font-size: 14px;
color: #181818;
font-weight: 700;
line-height: 100%;
padding: 16px 0;
}
.section-information {
border-top: 1px solid #F0F0F0;
}
.section-information .item-left {
border-right: 1px solid #F0F0F0;
}
.section-information .item-left .item-inner {
max-width: 90%;
}
.section-information .item-left .item-inner,
.section-information .item-right .item-inner {
padding: 40px 0;
}
.section-information .item-left .entry-title {
font-size: 32px;
font-weight: 500;
line-height: 40px;
margin-bottom: 20px;
}
.section-information .item-left .entry-desc {
font-size: 18px;
}
.section-information .item-right .item-title {
font-size: 20px;
font-weight: 500;
line-height: 26px;
}
.section-about .item-inner {
padding-left: 40px;
}
.section-about .entry-title {
font-size: 40px;
font-weight: 500;
line-height: 100%;
margin-bottom: 40px;
}
.section-about .entry-desc {
color: #E6E6E6;
}
.section-value {
border-bottom: 1px solid #F9FAFB;
}
.list-value .item-title {
font-size: 24px;
font-weight: 500;
line-height: 28px;
text-transform: uppercase;
margin-bottom: 20px;
}
.list-value .item-desc {
color: #E6E6E6;
}
.list-team {
margin-bottom: -24px;
}
.list-team .item-title {
font-size: 24px;
color: #FFFFFF;
font-weight: 500;
line-height: 28px;
text-transform: uppercase;
margin: 0 0 10px;
}
.list-team .item-subtitle {
font-size: 14px;
font-weight: 300;
line-height: 16px;
text-transform: uppercase;
}
.list-team .item-position {
font-size: 14px;
font-weight: 700;
line-height: 18px;
text-transform: uppercase;
margin-top: 5px;
}
.list-team .item-desc {
font-size: 14px;
color: #E6E6E6;
line-height: 22px;
margin-top: 16px;
}
.list-item .item {
margin-bottom: 24px;
}
.list-item .item:last-child {
margin-bottom: 0;
}
.list-item .item-title {
font-size: 28px;
color: #E6E6E6;
font-weight: 600;
margin: 0 0 20px;
}
.list-item .item-desc {
color: #E6E6E6;
}
.list-box .item-inner {
border: 1px solid #F0F0F0;
padding: 24px;
}
.list-box .item-title {
font-size: 24px;
font-weight: 500;
text-transform: uppercase;
margin: 0 0 16px;
}
.list-box .item-desc {
font-size: 18px;
}
.list-phase .item {
background: linear-gradient(90deg, rgba(255, 255, 255, 0.15) 0%, rgba(153, 153, 153, 0) 100%);
border-left: 2px solid #F0F0F0;
padding: 24px;
max-width: 750px;
margin-bottom: 24px;
position: relative;
}
.list-phase .item:nth-child(2) {
margin-left: 275px;
}
.list-phase .item:nth-child(3) {
margin-left: 550px;
}
.list-phase .item:before {
content: '';
background-image: url(//omcc.com.au/wp-content/themes/optimal-minds/images/arrow.png);
background-size: 100%;
background-repeat: no-repeat;
background-position: center;
width: 92px;
height: 102px;
position: absolute;
left: -105px;
top: 0;
}
.list-phase .item:first-child:before {
content: none;
}
.list-phase .item .item-title {
font-size: 24px;
font-weight: 500;
text-transform: uppercase;
margin: 0 0 16px;
}
.list-phase .item .item-desc {
font-size: 18px;
}
.list-partner .item-title {
font-size: 24px;
font-weight: 500;
margin: 12px 0 0;
}
.list-partner .item-desc {
margin-top: 12px;
}
.section-contact .entry-form p {
margin-bottom: 0;
}
.section-contact .entry-form label {
font-size: 14px;
font-weight: 300;
margin-bottom: 6px;
}
.section-contact .entry-form .form-control {
background: transparent;
border: 1px solid #FFFFFF;
border-radius: 0;
color: #FFFFFF;
padding: 8px;
}
.section-contact .entry-socmed ul {
list-style: none;
margin: 24px 0 0;
padding: 0;
}
.section-contact .entry-socmed ul li {
color: #F0F0F0;
margin-bottom: 6px;
}
.section-contact .entry-socmed ul li span {
font-size: 20px;
vertical-align: middle;
margin-right: 4px;
}
.section-contact .entry-socmed ul li a {
color: #F0F0F0;
}
.entry-tab {
margin-top: 40px;
}
.entry-tab .nav-tabs {
background: #181818;
border: none;
}
.entry-tab .nav-tabs .nav-item {
flex: 0 0 auto;
width: 50%;
}
.entry-tab .nav-tabs .nav-link {
width: 100%;
height: 100%;
border: none;
border-radius: 0;
font-size: 20px;
color: #FFFFFF;
font-weight: 700;
text-transform: uppercase;
padding: 20px;
}
.entry-tab .nav-tabs .nav-link.active,
.entry-tab .nav-tabs .nav-link:hover {
background-color: #424242;
}
.entry-tab .tab-content {
background-color: #424242;
padding: 32px;
}
.entry-tab .tab-content .tab-item {
margin-bottom: 32px;
}
.entry-tab .tab-content .tab-item:last-child {
margin-bottom: 0;
}
.entry-tab .tab-content .entry-header {
margin-bottom: 32px;
}
.list-accordion .item-accordion {
margin-bottom: 32px;
}
.list-accordion .item-accordion:last-child {
margin-bottom: 0;
}
.list-accordion .item-accordion .item-heading {
border: 1px solid #FFFFFF26;
padding: 16px 32px 16px 16px;
position: relative;
}
.list-accordion .item-accordion .item-heading a {
color: #FFFFFF;
}
.list-accordion .item-accordion .item-heading .item-title {
font-size: 28px;
font-weight: 500;
text-transform: uppercase;
margin: 0;
display: flex;
align-items: center;
gap: 16px;
}
.list-accordion .item-accordion .item-heading .item-title .item-number {
display: inline-block;
border: 2px solid #B3B3B3;
width: 24px;
height: 24px;
font-size: 12px;
text-align: center;
line-height: 20px;
flex: 0 0 auto;
}
.list-accordion .item-accordion .item-heading a > span {
position: absolute;
top: 15px;
right: 15px;
font-size: 40px;
color: #B3B3B3;
}
.list-accordion .item-accordion.opened .item-heading a > span {
transform: rotate(180deg);
}
.list-accordion .item-accordion .item-content {
background: #2E2E2E;
padding: 32px;
}
.list-accordion .item-accordion .item-content .item-content-box {
border-bottom: 1px solid #F0F0F033;
padding-bottom: 32px;
margin-bottom: 32px;
}
.list-accordion .item-accordion .item-content .item-content-box:last-child {
border-bottom: none;
padding-bottom: 0;
margin-bottom: 0;
}
.list-accordion .item-accordion .item-content .item-content-title {
font-size: 20px;
font-weight: 500;
text-transform: uppercase;
}
.list-accordion .item-accordion .item-content .item-content-desc {
font-size: 18px;
color: #E6E6E6;
}
.list-accordion .item-accordion .item-content .item-content-desc ul li {
margin-bottom: 8px;
}
.list-numbering {
margin-top: 75px;
}
.list-numbering .item {
border-bottom: 1px solid #F0F0F033;
padding-bottom: 32px;
margin-bottom: 32px;
}
.list-numbering .item:last-child {
border-bottom: none;
padding-bottom: 0;
margin-bottom: 0;
}
.list-numbering .item .item-title {
font-size: 20px;
font-weight: 500;
text-transform: uppercase;
display: flex;
align-items: center;
gap: 16px;
}
.list-numbering .item .item-title .item-number {
display: inline-block;
border: 2px solid #B3B3B3;
width: 24px;
height: 24px;
font-size: 12px;
text-align: center;
line-height: 20px;
flex: 0 0 auto;
}
.list-numbering .item .item-desc {
font-size: 18px;
color: #E6E6E6;
}
.section-news .entry-header .entry-title {
margin: 0;
}
.list-news .item-title {
font-size: 24px;
font-weight: 500;
margin-top: 16px;
line-height: 28px;
min-height: 56px;
}
.list-news .item-title a {
color: #F0F0F0;
}
.list-news .item-date {
font-size: 14px;
margin-top: 12px;
}
.list-news .item-desc {
font-size: 14px;
margin-top: 12px;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
display: -webkit-box;
text-overflow: ellipsis;
overflow: hidden;
}
.list-news .btn.btn-more {
font-size: 14px;
color: #FFFFFF;
font-weight: 700;
line-height: 100%;
padding: 0;
border: none;
border-bottom: 1px solid #F0F0F0;
border-radius: 0;
-webkit-transition: all 0.25s ease-out;
-moz-transition: all 0.25s ease-out;
-o-transition: all 0.25s ease-out;
-ms-transition: all 0.25s ease-out;
transition: all 0.25s ease-out;
}
.list-news .btn.btn-more:hover {
opacity: .25;
}
.list-news .btn.btn-more span {
font-size: 20px;
vertical-align: middle;
}
.section-list-news .list-news {
margin-bottom: -24px;
}
.single-article .btn-back {
display: inline-block;
font-size: 16px;
color: #F0F0F0;
font-weight: 700;
margin-bottom: 24px;
text-transform: uppercase;
}
.single-article .btn-back span {
vertical-align: middle;
}
.single-article .article-title {
font-size: 42px;
font-weight: 500;
line-height: 48px;
margin: 20px 0 0;
}
.single-article .article-date {
font-size: 14px;
margin-top: 12px;
}
.single-article .article-socmed {
margin: 20px 0 0;
}
.single-article .article-socmed li a {
display: inline-block;
background: #FFFFFF;
border-radius: 50%;
width: 28px;
height: 28px;
font-size: 18px;
color: #000000;
text-align: center;
line-height: 100%;
padding: 5px 0;
}
.single-article .article-desc a {
color: #F0F0F0;
border-bottom: 1px solid #F0F0F0;
}
.wp-pagenavi {
font-size: 14px;
text-align: center;
position: relative;
margin-top: 24px;
}
.wp-pagenavi .page {
display: inline-block;
width: 32px;
line-height: 100%;
padding: 0;
}
.wp-pagenavi a.nextpostslink, 
.wp-pagenavi a.previouspostslink {
display: inline-block;
background: #F0F0F0;
width: 32px;
height: 32px;
border: 1px solid #F0F0F0;
font-size: 24px;
color: #181818;
padding: 0;
vertical-align: middle;
}
.wp-pagenavi a.nextpostslink span, 
.wp-pagenavi a.previouspostslink span {
font-size: 32px;
}
.wp-pagenavi a.nextpostslink:hover, 
.wp-pagenavi a.previouspostslink:hover {
opacity: .5;
}
.wp-pagenavi a.nextpostslink {
margin: 0;
margin-left: 20px;
}
.wp-pagenavi a.previouspostslink {
margin: 0;
margin-right: 20px;
}
.wp-pagenavi span.current, 
.wp-pagenavi a.page:hover {
display: inline-block;
font-weight: 700;
width: 32px;
color: #F0F0F0;
margin: 0 10px;
line-height: 100%;
}
.wp-pagenavi a.page {
color: #F0F0F0;
margin: 0 10px;
}
:not(.btn-check)+.btn:active {
border: none;
}
.wpcf7-not-valid-tip {
font-size: 12px;
margin-top: 4px;
} @media (max-width: 1399.98px) {
.site-header .site-branding img {
height: 50px;
}
.section-about .item-inner {
padding-left: 0;
}
}
@media (max-width: 1199.98px) {
.site-header {
padding: 16px 0;
}
.site-header .site-branding img {
height: unset;
}
.site-header .main-navigation {
gap: 32px;
}
.site-header .main-navigation li a {
font-size: 16px;
}
.site-footer .item {
border-right: none;
margin-bottom: 24px;
}
.site-footer .item:last-child {
margin-bottom: 0;
}
.site-footer .footer-info, .site-footer .footer-menu {
padding: 0;
}
.site-main {
margin-top: 73px;
}
.list-phase .item:nth-child(2) {
margin-left: 150px;
}
.list-phase .item:nth-child(3) {
margin-left: 300px;
}
.list-value .item,
.list-partner .item,
.list-news .item {
margin-bottom: 24px;
}
}
@media (max-width: 991.98px) {
.site-header .site-branding img {
height: 40px;
}
.section-information .item-left .item-inner {
max-width: 100%;
}
.section-banner .box-logo {
text-align: center;
top: 32%;
transform: translateY(-32%);
}
.section-banner .box-logo img {
height: 60px;
}
.section-banner .box-logo .box-logo-inner {
max-width: 425px;
}
.section-banner .box-logo .logo-title {
font-size: 48px;
}
.section-banner .box-logo .logo-subtitle {
font-size: 24px;
}
.section-banner .banner-title {
font-size: 24px;
}
.section-information .item-left {
border-right: none;
}
.section-information .item-left .item-inner {
border-bottom: 1px solid #F0F0F0;
}
.section-banner-single .banner-title, .section-banner-content .banner-title {
font-size: 32px;
}
.section-banner-single.banner-service .banner-content {
margin-top: 40px;
}
.section-banner-single.banner-service .banner-content .entry-header {
margin-bottom: 16px;
}
.section-banner-single.banner-service .banner-content .entry-header .entry-title {
font-size: 20px;
}
.section-about .entry-title {
font-size: 32px;
line-height: 36px;
margin: 16px 0;
}
.section-left-content-right-image .entry-header,
.section-right-content-left-image .entry-header {
margin: 16px 0;
}
.entry-tab .tab-content .entry-header {
margin: 16px 0;
}
.list-value .item-title {
margin-bottom: 16px;
}
.list-phase .item:before {
display: none;
}
.list-phase .item:nth-child(2),
.list-phase .item:nth-child(3) {
margin-left: 0;
}
.list-news .item {
margin-bottom: 24px;
}
.list-news .item:last-child {
margin-bottom: 0;
}
.list-accordion .item-accordion .item-heading .item-title {
font-size: 20px;
}
.list-accordion .item-accordion .item-content {
padding: 24px;
}
.list-accordion .item-accordion .item-content .item-content-title {
font-size: 16px;
margin-bottom: 8px;
}
.list-accordion .item-accordion .item-content .item-content-desc {
font-size: 14px;
}
}
@media (max-width: 767.98px) {
.box {
padding: 50px 0;
}
.btn.btn-white,
.btn.btn-transparent {
padding: 8px 16px;
}
.entry-header {
margin-bottom: 24px;
}
.entry-header .entry-title {
font-size: 24px;
margin-bottom: 4px;
}
.entry-header .entry-title::before {
width: 200px;
}
.entry-header .entry-subtitle {
font-size: 16px;
}
.section-banner-single {
height: 200px;
}
.entry-tab .nav-tabs .nav-link {
font-size: 16px;
padding: 16px;
}
.entry-tab .tab-content {
padding: 24px;
}
.entry-tab .tab-content .entry-header .entry-title {
font-size: 20px;
}
.section-information .item-left .entry-title {
font-size: 28px;
line-height: 34px;
}
.section-information .item-left .entry-desc {
font-size: 16px;
}
.section-information .item-right .item-title {
font-size: 20px;
line-height: 26px;
}
.list-team .item-title {
font-size: 20px;
line-height: 24px;
margin: 0 0 12px;
}
.list-team .item-desc {
font-size: 14px;
line-height: 20px;
margin-top: 16px;
}	
.list-phase .item .item-title {
font-size: 20px;
}
.list-phase .item .item-desc {
font-size: 16px;
}
.list-partner .item-title {
font-size: 18px;	    
line-height: 24px;
margin: 8px 0 0;
}
.list-news .item-title {
font-size: 18px;
margin-top: 12px;
line-height: 24px;
min-height: unset;
}
.list-news .item-date, .list-news .item-desc {
margin-top: 8px;
}
.single-article .article-title {
font-size: 32px;
line-height: 38px;
}
.list-numbering {
margin-top: 40px;
}
.list-numbering .item .item-title {
font-size: 18px;
margin-bottom: 16px;
}
.list-numbering .item .item-desc {
font-size: 16px;
}
.section-default .entry-desc {
font-size: 16px;
line-height: 24px;
}
}
@media (max-width: 575.98px) {
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
--bs-gutter-x: 3rem;
}
.btn.btn-white, .btn.btn-transparent {
font-size: 12px;
padding: 5px 4px 4px;
}
.site-header .site-branding img {
height: unset;
max-height: 40px;
}
.site-footer .footer-branding img {
height: 40px;
}
.site-footer {
padding: 25px 0;
}
.site-footer .footer-title {
font-size: 16px;
}
.site-footer .footer-info, .site-footer .footer-menu {
font-size: 14px;
}
.box {
padding: 40px 0;
}
.breadcrumbs .breadcrumbs-menu {
font-size: 14px;
gap: 8px;
}
.section-banner {
height: 600px;
}
.section-banner .box-logo {
top: 32%;
transform: translateY(-32%);
}
.section-banner .box-logo img {
height: 50px;
}
.section-banner .box-logo .logo-title {
font-size: 32px;
}
.section-banner .box-logo .logo-subtitle {
font-size: 16px;
}
.section-banner .box-text {
padding: 16px 0;
}
.section-banner .banner-title {
font-size: 20px;
margin-bottom: 8px;
}
.section-banner .banner-desc {
font-size: 14px;
}
.section-banner-single.banner-service {
height: 400px;
}
.section-banner-single.banner-service .banner-content {
margin-top: 24px;
}
.section-banner-single.banner-service .banner-content .entry-header .entry-title {
font-size: 18px;
padding-top: 16px;
}
.section-banner-single.banner-service .banner-content .entry-desc {
font-size: 14px;
line-height: 20px;
}
.section-banner-single .banner-title, .section-banner-content .banner-title {
font-size: 24px;
}
.section-banner-single .banner-desc {
font-size: 16px;
}
.section-about .entry-title {
font-size: 24px;
line-height: 28px;
}
.entry-tab .tab-content {
padding: 16px;
}
.entry-tab .nav-tabs .nav-link {
font-size: 14px;
}
.list-accordion .item-accordion .item-heading .item-title {
font-size: 18px;
}
.list-accordion .item-accordion .item-content {
padding: 16px;
}
.list-accordion .item-accordion .item-content .item-content-box {
padding-bottom: 16px;
margin-bottom: 16px;
}
.list-value .item-title {
font-size: 20px;
line-height: 24px;
}
.list-team .item-title {
margin: 8px 0;
}
.list-phase .item {
padding: 16px;
}
.single-article .article-title {
font-size: 24px;
line-height: 28px;
}
}