@charset "UTF-8";

  @import url("https://fonts.googleapis.com/css2?family=Karla:wght@300;400;500;600;700&family=Open+Sans:wght@300;400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.slick-slider {
position: relative;
display: block;
box-sizing: border-box;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-slider .slick-list {
position: relative;
overflow: hidden;
display: block;
margin: 0;
padding: 0;
}
.slick-slider .slick-list:focus {
outline: none;
}
.slick-slider .slick-list.dragging {
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-slider .slick-track {
position: relative;
left: 0;
top: 0;
display: flex;
margin-left: auto;
margin-right: auto;
}
.slick-loading .slick-slider .slick-track {
visibility: hidden;
}
.slick-slide {
height: 100%;
min-height: 1px;
display: none;
}
[dir="rtl"] .slick-slide {
float: right;
}
.slick-slide img {
display: block;
}
.slick-slide.slick-loading img {
display: none;
}
.slick-slide.dragging img {
pointer-events: none;
}
.slick-initialized .slick-slide {
display: block;
}
.slick-loading .slick-slide {
visibility: hidden;
}
.slick-vertical .slick-slide {
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-controls {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
}
.slick-dots {
padding: 0;
margin: 0;
}
.slick-dots li {
display: inline-block;
vertical-align: middle;
list-style: none;
line-height: 0;
padding-left: 5px;
padding-right: 5px;
}
.slick-dots li button {
width: 13px;
height: 13px;
padding: 0;
border-radius: 100%;
font-size: 0;
background-color: #006767;
transition: background-color ease 0.3s, opacity ease 0.3s;
opacity: 0.5;
outline: none;
}
@media (min-width: 1200px) {
.slick-dots li button:focus, .slick-dots li button:hover {
outline: none;
cursor: pointer;
background-color: #006767;
opacity: 1;
}
}
.slick-dots li.slick-active button {
background-color: #006767;
opacity: 1;
}
.custom-arrow .slick-arrow {
position: relative;
top: -10px;
}
.slick-arrow {
padding: 0;
width: 30px;
height: 30px;
font-size: 0;
background-color: transparent;
box-shadow: none;
border: none;
transition: ease 0.3s;
}
.slick-arrow::before {
font-family: 'imageware';
font-size: 0.88rem;
line-height: 2.4;
transition: ease 0.3s;
color: #006767;
}
.slick-arrow.slick-hidden {
display: none;
}
.slick-arrow:focus, .slick-arrow:hover {
outline: none;
cursor: pointer;
background-color: transparent;
}
.slick-arrow:focus::before, .slick-arrow:hover::before {
color: #006767;
}
.slick-arrow.slick-prev::before {
content: "";
}
.slick-arrow.slick-next {
order: 1;
}
.slick-arrow.slick-next::before {
content: "";
} body.compensate-for-scrollbar {
overflow: hidden;
}
.fancybox-active {
height: auto;
}
.fancybox-is-hidden {
left: -9999px;
margin: 0;
position: absolute !important;
top: -9999px;
visibility: hidden;
}
.fancybox-container {
-webkit-backface-visibility: hidden;
height: 100%;
left: 0;
outline: none;
position: fixed;
-webkit-tap-highlight-color: transparent;
top: 0;
-ms-touch-action: manipulation;
touch-action: manipulation;
transform: translateZ(0);
width: 100%;
z-index: 99992;
}
.fancybox-container * {
box-sizing: border-box;
}
.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
bottom: 0;
left: 0;
position: absolute;
right: 0;
top: 0;
}
.fancybox-outer {
-webkit-overflow-scrolling: touch;
overflow-y: auto;
}
.fancybox-bg {
background: #1e1e1e;
opacity: 0;
transition-duration: inherit;
transition-property: opacity;
transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
opacity: 0.9;
transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-caption, .fancybox-infobar, .fancybox-toolbar {
direction: ltr;
opacity: 0;
position: absolute;
transition: opacity 0.25s ease, visibility 0s ease 0.25s;
visibility: hidden;
z-index: 99997;
}
.fancybox-navigation .fancybox-button {
direction: ltr;
opacity: 0;
position: absolute;
transition: opacity 0.25s ease, visibility 0s ease 0.25s;
visibility: hidden;
z-index: 99997;
}
.fancybox-show-caption .fancybox-caption {
opacity: 1;
transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
visibility: visible;
}
.fancybox-show-infobar .fancybox-infobar {
opacity: 1;
transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
visibility: visible;
}
.fancybox-show-nav .fancybox-navigation .fancybox-button {
opacity: 1;
transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
visibility: visible;
}
.fancybox-show-toolbar .fancybox-toolbar {
opacity: 1;
transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
visibility: visible;
}
.fancybox-infobar {
color: #ccc;
font-size: 13px;
-webkit-font-smoothing: subpixel-antialiased;
height: 44px;
left: 0;
line-height: 44px;
min-width: 44px;
mix-blend-mode: difference;
padding: 0 10px;
pointer-events: none;
top: 0;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.fancybox-toolbar {
right: 0;
top: 0;
}
.fancybox-stage {
direction: ltr;
overflow: visible;
transform: translateZ(0);
z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
overflow: hidden;
}
.fancybox-slide {
-webkit-backface-visibility: hidden;
display: none;
height: 100%;
left: 0;
outline: none;
overflow: auto;
-webkit-overflow-scrolling: touch;
padding: 44px;
position: absolute;
text-align: center;
top: 0;
transition-property: transform, opacity;
white-space: normal;
width: 100%;
z-index: 99994;
}
.fancybox-slide:before {
content: "";
display: inline-block;
font-size: 0;
height: 100%;
vertical-align: middle;
width: 0;
}
.fancybox-is-sliding .fancybox-slide {
display: block;
}
.fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
display: block;
}
.fancybox-slide--image {
overflow: hidden;
padding: 44px 0;
}
.fancybox-slide--image:before {
display: none;
}
.fancybox-slide--html {
padding: 6px;
}
.fancybox-content {
background: #fff;
display: inline-block;
margin: 0;
max-width: 100%;
overflow: auto;
-webkit-overflow-scrolling: touch;
padding: 44px;
position: relative;
text-align: left;
vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
background: transparent;
background-repeat: no-repeat;
background-size: 100% 100%;
left: 0;
max-width: none;
overflow: visible;
padding: 0;
position: absolute;
top: 0;
transform-origin: top left;
transition-property: transform, opacity;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
cursor: zoom-in;
}
.fancybox-can-pan .fancybox-content {
cursor: grab;
}
.fancybox-can-swipe .fancybox-content {
cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
cursor: grabbing;
}
.fancybox-container [data-selectable=true] {
cursor: text;
}
.fancybox-image {
background: transparent;
border: 0;
height: 100%;
left: 0;
margin: 0;
max-height: none;
max-width: none;
padding: 0;
position: absolute;
top: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
width: 100%;
}
.fancybox-spaceball {
background: transparent;
border: 0;
height: 100%;
left: 0;
margin: 0;
max-height: none;
max-width: none;
padding: 0;
position: absolute;
top: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
width: 100%;
z-index: 1;
}
.fancybox-slide--iframe .fancybox-content {
height: 100%;
overflow: visible;
padding: 0;
width: 100%;
}
.fancybox-slide--map .fancybox-content {
height: 100%;
overflow: visible;
padding: 0;
width: 100%;
}
.fancybox-slide--pdf .fancybox-content {
height: 100%;
overflow: visible;
padding: 0;
width: 100%;
}
.fancybox-slide--video .fancybox-content {
height: 100%;
overflow: visible;
padding: 0;
width: 100%;
background: #000;
}
.fancybox-slide--map .fancybox-content {
background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
background: #fff;
}
.fancybox-iframe, .fancybox-video {
background: transparent;
border: 0;
display: block;
height: 100%;
margin: 0;
overflow: hidden;
padding: 0;
width: 100%;
}
.fancybox-iframe {
left: 0;
position: absolute;
top: 0;
}
.fancybox-error {
background: #fff;
cursor: default;
max-width: 400px;
padding: 40px;
width: 100%;
}
.fancybox-error p {
color: #444;
font-size: 16px;
line-height: 20px;
margin: 0;
padding: 0;
}
.fancybox-button {
background: rgba(30, 30, 30, 0.6);
border: 0;
border-radius: 0;
box-shadow: none;
cursor: pointer;
display: inline-block;
height: 44px;
margin: 0;
padding: 10px;
position: relative;
transition: color 0.2s;
vertical-align: top;
visibility: inherit;
width: 44px;
color: #ccc;
}
.fancybox-button:link, .fancybox-button:visited {
color: #ccc;
}
.fancybox-button:hover {
color: #fff;
}
.fancybox-button:focus {
outline: none;
}
.fancybox-button.fancybox-focus {
outline: 1px dotted;
}
.fancybox-button[disabled] {
color: #888;
cursor: default;
outline: none;
}
.fancybox-button[disabled]:hover {
color: #888;
cursor: default;
outline: none;
}
.fancybox-button div {
height: 100%;
}
.fancybox-button svg {
display: block;
height: 100%;
overflow: visible;
position: relative;
width: 100%;
}
.fancybox-button svg path {
fill: currentColor;
stroke-width: 0;
}
.fancybox-button--fsenter svg:nth-child(2) {
display: none;
}
.fancybox-button--fsexit svg:first-child {
display: none;
}
.fancybox-button--pause svg:first-child {
display: none;
}
.fancybox-button--play svg:nth-child(2) {
display: none;
}
.fancybox-progress {
background: #ff5268;
height: 2px;
left: 0;
position: absolute;
right: 0;
top: 0;
transform: scaleX(0);
transform-origin: 0;
transition-property: transform;
transition-timing-function: linear;
z-index: 99998;
}
.fancybox-close-small {
background: transparent;
border: 0;
border-radius: 0;
color: #ccc;
cursor: pointer;
opacity: 0.8;
padding: 8px;
position: absolute;
right: -12px;
top: -44px;
z-index: 401;
}
.fancybox-close-small:hover {
color: #fff;
opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
color: currentColor;
padding: 10px;
right: 0;
top: 0;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small {
display: none;
}
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
display: none;
}
.fancybox-navigation .fancybox-button {
background-clip: content-box;
height: 100px;
opacity: 0;
position: absolute;
top: calc(50% - 50px);
width: 70px;
}
.fancybox-navigation .fancybox-button div {
padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
left: 0;
left: env(safe-area-inset-left);
padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
padding: 31px 6px 31px 26px;
right: 0;
right: env(safe-area-inset-right);
}
.fancybox-caption {
background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
bottom: 0;
color: #eee;
font-size: 14px;
font-weight: 400;
left: 0;
line-height: 1.5;
padding: 75px 44px 25px;
pointer-events: none;
right: 0;
text-align: center;
z-index: 99996;
} .fancybox-caption--separate {
margin-top: -50px;
}
.fancybox-caption__body {
max-height: 50vh;
overflow: auto;
pointer-events: all;
}
.fancybox-caption a {
color: #ccc;
text-decoration: none;
}
.fancybox-caption a:link, .fancybox-caption a:visited {
color: #ccc;
text-decoration: none;
}
.fancybox-caption a:hover {
color: #fff;
text-decoration: underline;
}
.fancybox-loading {
animation: a 1s linear infinite;
background: transparent;
border: 4px solid #888;
border-bottom-color: #fff;
border-radius: 50%;
height: 50px;
left: 50%;
margin: -25px 0 0 -25px;
opacity: 0.7;
padding: 0;
position: absolute;
top: 50%;
width: 50px;
z-index: 99999;
}
@keyframes a {
to {
transform: rotate(1turn);
}
}
.fancybox-animated {
transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
opacity: 0;
transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
opacity: 0;
transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
opacity: 1;
transform: translateZ(0);
}
.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
opacity: 0;
transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
opacity: 0;
transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
opacity: 0;
transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
opacity: 1;
transform: scaleX(1);
}
.fancybox-fx-rotate.fancybox-slide--previous {
opacity: 0;
transform: rotate(-1turn);
}
.fancybox-fx-rotate.fancybox-slide--next {
opacity: 0;
transform: rotate(1turn);
}
.fancybox-fx-rotate.fancybox-slide--current {
opacity: 1;
transform: rotate(0deg);
}
.fancybox-fx-circular.fancybox-slide--previous {
opacity: 0;
transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
opacity: 0;
transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
opacity: 1;
transform: scaleX(1) translateZ(0);
}
.fancybox-fx-tube.fancybox-slide--previous {
transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
transform: translateZ(0) scale(1);
}
@media (max-height: 576px) {
.main-header.stuck { }
.fancybox-slide {
padding-left: 6px;
padding-right: 6px;
}
.fancybox-slide--image {
padding: 6px 0;
}
.fancybox-close-small {
right: -6px;
}
.fancybox-slide--image .fancybox-close-small {
background: #4e4e4e;
color: #f2f4f6;
height: 36px;
opacity: 1;
padding: 6px;
right: 0;
top: 0;
width: 36px;
}
.fancybox-caption {
padding-left: 12px;
padding-right: 12px;
}
}
.fancybox-share {
background: #f4f4f4;
border-radius: 3px;
max-width: 90%;
padding: 30px;
text-align: center;
}
.fancybox-share h1 {
color: #222;
font-size: 35px;
font-weight: 600;
margin: 0 0 20px;
}
.fancybox-share p {
margin: 0;
padding: 0;
}
.fancybox-share__button {
border: 0;
border-radius: 3px;
display: inline-block;
font-size: 14px;
font-weight: 600;
line-height: 40px;
margin: 0 5px 10px;
min-width: 130px;
padding: 0 15px;
text-decoration: none;
transition: all 0.2s;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
white-space: nowrap;
}
.fancybox-share__button:link, .fancybox-share__button:visited {
color: #fff;
}
.fancybox-share__button:hover {
text-decoration: none;
}
.fancybox-share__button--fb {
background: #3b5998;
}
.fancybox-share__button--fb:hover {
background: #344e86;
}
.fancybox-share__button--pt {
background: #bd081d;
}
.fancybox-share__button--pt:hover {
background: #aa0719;
}
.fancybox-share__button--tw {
background: #1da1f2;
}
.fancybox-share__button--tw:hover {
background: #0d95e8;
}
.fancybox-share__button svg {
height: 25px;
margin-right: 7px;
position: relative;
top: -1px;
vertical-align: middle;
width: 25px;
}
.fancybox-share__button svg path {
fill: #fff;
}
.fancybox-share__input {
background: transparent;
border: 0;
border-bottom: 1px solid #d7d7d7;
border-radius: 0;
color: #5d5b5b;
font-size: 14px;
margin: 10px 0 0;
outline: none;
padding: 10px 15px;
width: 100%;
}
.fancybox-thumbs {
background: #ddd;
bottom: 0;
display: none;
margin: 0;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
padding: 2px 2px 4px;
position: absolute;
right: 0;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
top: 0;
width: 212px;
z-index: 99995;
}
.fancybox-thumbs-x {
overflow-x: auto;
overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
display: block;
}
.fancybox-show-thumbs .fancybox-inner {
right: 212px;
}
.fancybox-thumbs__list {
font-size: 0;
height: 100%;
list-style: none;
margin: 0;
overflow-x: hidden;
overflow-y: auto;
padding: 0;
position: absolute;
position: relative;
white-space: nowrap;
width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
background: #fff;
border-radius: 10px;
box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
background: #2a2a2a;
border-radius: 10px;
}
.fancybox-thumbs__list a {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
background-color: rgba(0, 0, 0, 0.1);
background-position: 50%;
background-repeat: no-repeat;
background-size: cover;
cursor: pointer;
float: left;
height: 75px;
margin: 2px;
max-height: calc(100% - 8px);
max-width: calc(50% - 4px);
outline: none;
overflow: hidden;
padding: 0;
position: relative;
-webkit-tap-highlight-color: transparent;
width: 100px;
}
.fancybox-thumbs__list a:before {
border: 6px solid #ff5268;
bottom: 0;
content: "";
left: 0;
opacity: 0;
position: absolute;
right: 0;
top: 0;
transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
z-index: 99991;
}
.fancybox-thumbs__list a:focus:before {
opacity: 0.5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active:before {
opacity: 1;
}
@media (max-width: 576px) {
.fancybox-thumbs {
width: 110px;
}
.fancybox-show-thumbs .fancybox-inner {
right: 110px;
}
.fancybox-thumbs__list a {
max-width: calc(100% - 10px);
}
}
@font-face {
font-family: 'imageware';
src: url(//www.tech5-us.ai/wp-content/themes/imageware/assets/fonts/imageware.ttf?94ec8p) format('truetype'), url(//www.tech5-us.ai/wp-content/themes/imageware/assets/fonts/imageware.woff?94ec8p) format('woff'), url(//www.tech5-us.ai/wp-content/themes/imageware/assets/fonts/imageware.svg?94ec8p#imageware) format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
[class^="icon-"], [class*=" icon-"] { font-family: 'imageware' !important;
speak: never;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-share:before {
content: "";
}
.icon-list-right-circle:before {
content: "";
}
.icon-left-arrow:before {
content: "";
}
.icon-right-arrow:before {
content: "";
}
.icon-facebook:before {
content: "";
}
.icon-instagram:before {
content: "";
}
.icon-linkedin:before {
content: "";
}
.icon-play:before {
content: "";
}
.icon-right-arrow-rounded:before {
content: "";
}
.icon-search:before {
content: "";
}
.icon-twitter:before {
content: "";
}
.icon-youtube:before {
content: "";
}
.icon-google-plus:before {
content: "";
}
.icon-whatsapp:before {
content: "";
}
.icon-pinterest:before {
content: "";
}
.icon-vimeo:before {
content: "";
}
.icon-triangle-down:before {
content: "";
} html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, a, nav, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
vertical-align: baseline;
font-size: inherit;
background: transparent;
border: 0;
outline: none;
-webkit-font-smoothing: subpixel-antialiased;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html {
height: 100%;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
body {
height: 100%;
display: flex;
flex-wrap: wrap;
max-width: 100%;
}
* {
box-sizing: border-box;
}
article, aside, footer, header, nav, section, figcaption, figure, main {
display: block;
} sub, sup {
position: relative;
vertical-align: baseline;
font-size: 75%;
line-height: 0;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
} audio, video {
display: inline-block;
} html {
font-size: 100%;
}
body {
min-height: 100%;
height: auto;
color: #2A2E35;
font-size: 1rem;
font-family: 'Montserrat', sans-serif;
line-height: 1.5;
background-color: #F5F5F5;
font-weight: 500;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
body {
height: 100%;
}
}
h1, .h1 {
margin-bottom: 0.94rem;
font-family: inherit;
font-weight: 700;
line-height: 1.3;
color: #2A2E35;
}
h1 a, .h1 a {
display: block;
color: inherit;
text-decoration: none;
}
h1 a:hover, h1 a:focus, .h1 a:hover, .h1 a:focus {
color: #003148;
text-decoration: none;
}
h2, .h2 {
margin-bottom: 0.94rem;
font-family: inherit;
font-weight: 700;
line-height: 1.3;
color: #003148;
}
h2 a, .h2 a {
display: inline-block;
text-decoration: none;
}
h2 a:hover, h2 a:focus, .h2 a:hover, .h2 a:focus {
color: #003148;
text-decoration: none;
}
h3, .h3 {
margin-bottom: 0.94rem;
font-family: inherit;
font-weight: 700;
line-height: 1.3;
color: #2A2E35;
}
h3 a, .h3 a {
display: block;
color: inherit;
text-decoration: none;
}
h3 a:hover, h3 a:focus, .h3 a:hover, .h3 a:focus {
color: #003148;
text-decoration: none;
}
h4, .h4 {
margin-bottom: 0.94rem;
font-family: inherit;
font-weight: 700;
line-height: 1.5;
color: #003148;
}
h4 a, .h4 a {
display: block;
color: inherit;
text-decoration: none;
}
h4 a:hover, h4 a:focus, .h4 a:hover, .h4 a:focus {
color: #003148;
text-decoration: none;
}
h5, .h5 {
margin-bottom: 0.94rem;
font-family: inherit;
font-weight: 700;
line-height: 1.3;
color: #2A2E35;
}
h5 a, .h5 a {
display: block;
text-decoration: none;
}
h5 a:hover, h5 a:focus, .h5 a:hover, .h5 a:focus {
color: #003148;
text-decoration: none;
}
h6, .h6 {
margin-bottom: 0.94rem;
font-family: inherit;
font-weight: 600;
line-height: 1.3;
color: #2A2E35;
}
h6 a, .h6 a {
display: block;
color: inherit;
text-decoration: none;
}
h6 a:hover, h6 a:focus, .h6 a:hover, .h6 a:focus {
color: #003148;
text-decoration: none;
}
h1, .h1 {
font-size: 43px;
line-height: 1.3;
}
@media (max-width: 991px) {
h1, .h1 {
font-size: 2.5rem;
}
}
@media (max-width: 767px) {
h1, .h1 {
font-size: 2rem;
}
}
h2, .h2 {
font-size: 43px;
}
@media (max-width: 991px) {
h2, .h2 {
font-size: 2.0333333333rem;
}
}
@media (max-width: 767px) {
h2, .h2 {
font-size: 43px;
}
}
h3, .h3 {
font-size: 1.4rem;
}
@media (max-width: 991px) {
h3, .h3 {
font-size: 1.7636363636rem;
}
}
@media (max-width: 767px) {
h3, .h3 {
font-size: 1.4923076923rem;
}
}
h4, .h4 {
font-size: 18px;
}
@media (max-width: 767px) {
h4, .h4 {
font-size: 1.3083333333rem;
}
}
h5, .h5 {
font-size: 1.25rem;
}
@media (max-width: 767px) {
h5, .h5 {
font-size: 1.1363636364rem;
}
}
h6, .h6 {
font-size: 1.13rem;
letter-spacing: -0.06rem;
}
@media (max-width: 767px) {
h6, .h6 {
font-size: 1.0272727273rem;
}
}
p {
margin-bottom: 15px;
font-family: 'Montserrat', sans-serif;
font-weight: 500;
}
ul {
padding-left: 1rem;
margin-bottom: 0.94rem;
}
ul ::marker {
color: #003148;
}
ul ul {
margin-bottom: 0;
}
ul ul li {
list-style: disc;
}
ul li {
padding-top: 0.92rem;
padding-bottom: 0.92rem;
font-family: 'Montserrat', sans-serif;
}
ul li:last-child {
padding-bottom: 0;
}
ol {
padding-left: 1rem;
margin-bottom: 0.94rem;
}
ol ::marker {
color: #003148;
}
ol ol {
margin-bottom: 0;
}
ol ol li {
list-style: lower-alpha;
}
ol li {
padding-top: 0.32rem;
padding-bottom: 0.32rem;
}
ol li:last-child {
padding-bottom: 0;
}
blockquote {
position: relative;
display: block;
margin-bottom: 1.57rem;
padding: 1.25rem 1.25rem;
text-align: left;
line-height: 2;
font-size: 1.13rem;
font-style: italic;
color: #2A2E35;
background-color: #dee3e2;
border-left: 0.25rem solid #003148;
}
blockquote p {
font-size: inherit;
font-weight: inherit;
line-height: inherit;
color: inherit;
}
hr {
height: 0;
margin: 0.63rem auto 2.5rem;
border: 0 #000000 solid;
border-top-width: 0.07rem;
overflow: visible;
}
img {
display: inline-block;
height: auto;
max-width: 100%;
vertical-align: top;
border: none;
}
img[src$=".svg"] {
width: 100%;
height: auto;
display: inline-block;
vertical-align: top;
}
picture {
display: inline-block;
vertical-align: top;
} a {
color: #003148;
transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
}
a:hover, a:focus {
color: #000000;
text-decoration: underline;
outline: none;
} table {
border-spacing: 0;
border-collapse: collapse;
}
table td {
text-align: left;
font-weight: normal;
}
.table-responsive {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-bordered {
width: 100%;
max-width: 100%;
text-align: left;
}
.table-bordered td, .table-bordered th {
vertical-align: bottom;
border-bottom: 0.07rem solid #dee3e2;
padding: 0.63rem;
} .container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
width: 100%;
padding-right: var(--bs-gutter-x, 0.75rem);
padding-left: var(--bs-gutter-x, 0.75rem);
margin-right: auto;
margin-left: auto;
}
@media (min-width: 576px) {
.container-sm, .container {
max-width: 540px;
}
}
@media (min-width: 768px) {
.container-md, .container-sm, .container {
max-width: 720px;
}
}
@media (min-width: 992px) {
.container-lg, .container-md, .container-sm, .container {
max-width: 960px;
}
}
@media (min-width: 1200px) {
.container-xl, .container-lg, .container-md, .container-sm, .container {
max-width: 1140px;
}
}
@media (min-width: 1400px) {
.container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
max-width: 1320px;
}
}
.row {
--bs-gutter-x: 1.5rem;
--bs-gutter-y: 0;
display: flex;
flex-wrap: wrap;
margin-top: calc(var(--bs-gutter-y) * -1);
margin-right: calc(var(--bs-gutter-x) * -.5);
margin-left: calc(var(--bs-gutter-x) * -.5);
}
.row > * {
flex-shrink: 0;
width: 100%;
max-width: 100%;
padding-right: calc(var(--bs-gutter-x) * .5);
padding-left: calc(var(--bs-gutter-x) * .5);
margin-top: var(--bs-gutter-y);
}
.row.no-gutters {
margin-right: 0;
margin-left: 0;
}
.row.no-gutters > [class*="cell-"] {
padding-right: 0;
padding-left: 0;
}
[class*="cell-"] {
padding-left: 0.94rem;
padding-right: 0.94rem;
position: relative;
width: 100%;
} .d-none {
display: none;
}
.d-inline-block {
display: inline-block;
}
.d-block {
display: block;
}
.d-flex {
display: flex;
flex-wrap: wrap;
}
.d-flex-inline {
display: inline-flex;
}
.d-flex img {
align-self: center;
}
.flex-nowrap {
flex-wrap: nowrap;
}
.align-items-start {
align-items: flex-start;
}
.align-items-center {
align-items: center;
}
.align-items-end {
align-items: flex-end;
}
.align-content-center {
align-content: center;
}
.alignnone {
float: none;
margin: 1.25rem 0;
}
.aligncenter {
display: block;
clear: both;
margin: 1.25rem auto;
}
.alignleft {
float: left;
margin: 0 1.25rem 1.25rem 0;
}
.alignright {
float: right;
margin: 0 0 1.25rem 1.25rem;
}
.justify-content-start {
justify-content: flex-start;
}
.justify-content-center {
justify-content: center;
}
.justify-content-end {
justify-content: flex-end;
}
.justify-content-between {
justify-content: space-between;
}
.justify-content-around {
justify-content: space-around;
}
.justify-content-evenly {
justify-content: space-evenly;
} .text-center {
text-align: center;
}
.text-right {
text-align: right;
}
.text-left {
text-align: left;
}
p-relative {
position: relative;
}
.bg-white {
background-color: #ffffff;
}
.text-white {
color: #ffffff;
}
.bg-black {
background-color: #000000;
}
.text-black {
color: #000000;
} .cell-1 {
width: 8.3333333333%;
}
.cell-2 {
width: 16.6666666667%;
}
.cell-3 {
width: 25%;
}
.cell-4 {
width: 33.3333333333%;
}
.cell-5 {
width: 41.6666666667%;
}
.cell-6 {
width: 50%;
}
.cell-7 {
width: 58.3333333333%;
}
.cell-8 {
width: 66.6666666667%;
}
.cell-9 {
width: 75%;
}
.cell-10 {
width: 83.3333333333%;
}
.cell-11 {
width: 91.6666666667%;
}
.cell-12 {
width: 100%;
}
.mt-0, .m-0, .my-0 {
margin-top: 0rem;
}
.pt-0, .p-0, .py-0 {
padding-top: 0rem;
}
.mb-0, .m-0, .my-0 {
margin-bottom: 0rem;
}
.pb-0, .p-0, .py-0 {
padding-bottom: 0rem;
}
.ml-0, .m-0, .mx-0 {
margin-left: 0rem;
}
.pl-0, .p-0, .px-0 {
padding-left: 0rem;
}
.mr-0, .m-0, .mx-0 {
margin-right: 0rem;
}
.pr-0, .p-0, .px-0 {
padding-right: 0rem;
}
.mt-15, .m-15, .my-15 {
margin-top: 0.9375rem;
}
.pt-15, .p-15, .py-15 {
padding-top: 0.9375rem;
}
.mb-15, .m-15, .my-15 {
margin-bottom: 0.9375rem;
}
.pb-15, .p-15, .py-15 {
padding-bottom: 0.9375rem;
}
.ml-15, .m-15, .mx-15 {
margin-left: 0.9375rem;
}
.pl-15, .p-15, .px-15 {
padding-left: 0.9375rem;
}
.mr-15, .m-15, .mx-15 {
margin-right: 0.9375rem;
}
.pr-15, .p-15, .px-15 {
padding-right: 0.9375rem;
}
.mt-30, .m-30, .my-30 {
margin-top: 1.875rem;
}
.pt-30, .p-30, .py-30 {
padding-top: 1.875rem;
}
.mb-30, .m-30, .my-30 {
margin-bottom: 1.875rem;
}
.pb-30, .p-30, .py-30 {
padding-bottom: 1.875rem;
}
.ml-30, .m-30, .mx-30 {
margin-left: 1.875rem;
}
.pl-30, .p-30, .px-30 {
padding-left: 1.875rem;
}
.mr-30, .m-30, .mx-30 {
margin-right: 1.875rem;
}
.pr-30, .p-30, .px-30 {
padding-right: 1.875rem;
}
.mt-60, .m-60, .my-60 {
margin-top: 3.75rem;
}
.pt-60, .p-60, .py-60 {
padding-top: 3.75rem;
}
.mb-60, .m-60, .my-60 {
margin-bottom: 3.75rem;
}
.pb-60, .p-60, .py-60 {
padding-bottom: 3.75rem;
}
.ml-60, .m-60, .mx-60 {
margin-left: 3.75rem;
}
.pl-60, .p-60, .px-60 {
padding-left: 3.75rem;
}
.mr-60, .m-60, .mx-60 {
margin-right: 3.75rem;
}
.pr-60, .p-60, .px-60 {
padding-right: 3.75rem;
}
@media (min-width: 576px) {
.cell-sm-1 {
width: 8.3333333333%;
}
.cell-sm-2 {
width: 16.6666666667%;
}
.cell-sm-3 {
width: 25%;
}
.cell-sm-4 {
width: 33.3333333333%;
}
.cell-sm-5 {
width: 41.6666666667%;
}
.cell-sm-6 {
width: 50%;
}
.cell-sm-7 {
width: 58.3333333333%;
}
.cell-sm-8 {
width: 66.6666666667%;
}
.cell-sm-9 {
width: 75%;
}
.cell-sm-10 {
width: 83.3333333333%;
}
.cell-sm-11 {
width: 91.6666666667%;
}
.cell-sm-12 {
width: 100%;
}
.mt-sm-0, .m-sm-0, .my-sm-0 {
margin-top: 0rem;
}
.pt-sm-0, .p-sm-0, .py-sm-0 {
padding-top: 0rem;
}
.mb-sm-0, .m-sm-0, .my-sm-0 {
margin-bottom: 0rem;
}
.pb-sm-0, .p-sm-0, .py-sm-0 {
padding-bottom: 0rem;
}
.ml-sm-0, .m-sm-0, .mx-sm-0 {
margin-left: 0rem;
}
.pl-sm-0, .p-sm-0, .px-sm-0 {
padding-left: 0rem;
}
.mr-sm-0, .m-sm-0, .mx-sm-0 {
margin-right: 0rem;
}
.pr-sm-0, .p-sm-0, .px-sm-0 {
padding-right: 0rem;
}
.mt-sm-15, .m-sm-15, .my-sm-15 {
margin-top: 0.9375rem;
}
.pt-sm-15, .p-sm-15, .py-sm-15 {
padding-top: 0.9375rem;
}
.mb-sm-15, .m-sm-15, .my-sm-15 {
margin-bottom: 0.9375rem;
}
.pb-sm-15, .p-sm-15, .py-sm-15 {
padding-bottom: 0.9375rem;
}
.ml-sm-15, .m-sm-15, .mx-sm-15 {
margin-left: 0.9375rem;
}
.pl-sm-15, .p-sm-15, .px-sm-15 {
padding-left: 0.9375rem;
}
.mr-sm-15, .m-sm-15, .mx-sm-15 {
margin-right: 0.9375rem;
}
.pr-sm-15, .p-sm-15, .px-sm-15 {
padding-right: 0.9375rem;
}
.mt-sm-30, .m-sm-30, .my-sm-30 {
margin-top: 1.875rem;
}
.pt-sm-30, .p-sm-30, .py-sm-30 {
padding-top: 1.875rem;
}
.mb-sm-30, .m-sm-30, .my-sm-30 {
margin-bottom: 1.875rem;
}
.pb-sm-30, .p-sm-30, .py-sm-30 {
padding-bottom: 1.875rem;
}
.ml-sm-30, .m-sm-30, .mx-sm-30 {
margin-left: 1.875rem;
}
.pl-sm-30, .p-sm-30, .px-sm-30 {
padding-left: 1.875rem;
}
.mr-sm-30, .m-sm-30, .mx-sm-30 {
margin-right: 1.875rem;
}
.pr-sm-30, .p-sm-30, .px-sm-30 {
padding-right: 1.875rem;
}
.mt-sm-60, .m-sm-60, .my-sm-60 {
margin-top: 3.75rem;
}
.pt-sm-60, .p-sm-60, .py-sm-60 {
padding-top: 3.75rem;
}
.mb-sm-60, .m-sm-60, .my-sm-60 {
margin-bottom: 3.75rem;
}
.pb-sm-60, .p-sm-60, .py-sm-60 {
padding-bottom: 3.75rem;
}
.ml-sm-60, .m-sm-60, .mx-sm-60 {
margin-left: 3.75rem;
}
.pl-sm-60, .p-sm-60, .px-sm-60 {
padding-left: 3.75rem;
}
.mr-sm-60, .m-sm-60, .mx-sm-60 {
margin-right: 3.75rem;
}
.pr-sm-60, .p-sm-60, .px-sm-60 {
padding-right: 3.75rem;
}
.d-sm-none {
display: none;
}
.d-sm-block {
display: block;
}
.d-sm-flex {
display: flex;
}
.align-sm-items-start {
align-items: flex-start;
}
.align-sm-items-center {
align-items: center;
}
.align-sm-items-end {
align-items: flex-end;
}
.align-sm-content-center {
align-content: center;
}
.justify-sm-content-start {
justify-content: flex-start;
}
.justify-sm-content-center {
justify-content: center;
}
.justify-sm-content-end {
justify-content: flex-end;
}
.justify-sm-content-between {
justify-content: space-between;
}
.justify-sm-content-around {
justify-content: space-around;
}
.justify-sm-content-evenly {
justify-content: space-evenly;
}
.text-sm-center {
text-align: center;
}
.text-sm-right {
text-align: right;
}
.text-sm-left {
text-align: left;
}
}
@media (min-width: 768px) {
.cell-md-1 {
width: 8.3333333333%;
}
.cell-md-2 {
width: 16.6666666667%;
}
.cell-md-3 {
width: 25%;
}
.cell-md-4 {
width: 33.3333333333%;
}
.cell-md-5 {
width: 41.6666666667%;
}
.cell-md-6 {
width: 50%;
}
.cell-md-7 {
width: 58.3333333333%;
}
.cell-md-8 {
width: 66.6666666667%;
}
.cell-md-9 {
width: 75%;
}
.cell-md-10 {
width: 83.3333333333%;
}
.cell-md-11 {
width: 91.6666666667%;
}
.cell-md-12 {
width: 100%;
}
.mt-md-0, .m-md-0, .my-md-0 {
margin-top: 0rem;
}
.pt-md-0, .p-md-0, .py-md-0 {
padding-top: 0rem;
}
.mb-md-0, .m-md-0, .my-md-0 {
margin-bottom: 0rem;
}
.pb-md-0, .p-md-0, .py-md-0 {
padding-bottom: 0rem;
}
.ml-md-0, .m-md-0, .mx-md-0 {
margin-left: 0rem;
}
.pl-md-0, .p-md-0, .px-md-0 {
padding-left: 0rem;
}
.mr-md-0, .m-md-0, .mx-md-0 {
margin-right: 0rem;
}
.pr-md-0, .p-md-0, .px-md-0 {
padding-right: 0rem;
}
.mt-md-15, .m-md-15, .my-md-15 {
margin-top: 0.9375rem;
}
.pt-md-15, .p-md-15, .py-md-15 {
padding-top: 0.9375rem;
}
.mb-md-15, .m-md-15, .my-md-15 {
margin-bottom: 0.9375rem;
}
.pb-md-15, .p-md-15, .py-md-15 {
padding-bottom: 0.9375rem;
}
.ml-md-15, .m-md-15, .mx-md-15 {
margin-left: 0.9375rem;
}
.pl-md-15, .p-md-15, .px-md-15 {
padding-left: 0.9375rem;
}
.mr-md-15, .m-md-15, .mx-md-15 {
margin-right: 0.9375rem;
}
.pr-md-15, .p-md-15, .px-md-15 {
padding-right: 0.9375rem;
}
.mt-md-30, .m-md-30, .my-md-30 {
margin-top: 1.875rem;
}
.pt-md-30, .p-md-30, .py-md-30 {
padding-top: 1.875rem;
}
.mb-md-30, .m-md-30, .my-md-30 {
margin-bottom: 1.875rem;
}
.pb-md-30, .p-md-30, .py-md-30 {
padding-bottom: 1.875rem;
}
.ml-md-30, .m-md-30, .mx-md-30 {
margin-left: 1.875rem;
}
.pl-md-30, .p-md-30, .px-md-30 {
padding-left: 1.875rem;
}
.mr-md-30, .m-md-30, .mx-md-30 {
margin-right: 1.875rem;
}
.pr-md-30, .p-md-30, .px-md-30 {
padding-right: 1.875rem;
}
.mt-md-60, .m-md-60, .my-md-60 {
margin-top: 3.75rem;
}
.pt-md-60, .p-md-60, .py-md-60 {
padding-top: 3.75rem;
}
.mb-md-60, .m-md-60, .my-md-60 {
margin-bottom: 3.75rem;
}
.pb-md-60, .p-md-60, .py-md-60 {
padding-bottom: 3.75rem;
}
.ml-md-60, .m-md-60, .mx-md-60 {
margin-left: 3.75rem;
}
.pl-md-60, .p-md-60, .px-md-60 {
padding-left: 3.75rem;
}
.mr-md-60, .m-md-60, .mx-md-60 {
margin-right: 3.75rem;
}
.pr-md-60, .p-md-60, .px-md-60 {
padding-right: 3.75rem;
}
.d-md-none {
display: none;
}
.d-md-block {
display: block;
}
.d-md-inline-block {
display: inline-block;
}
.d-md-flex {
display: flex;
}
.d-md-inline-flex {
display: inline-flex;
}
.align-md-items-start {
align-items: flex-start;
}
.align-md-items-center {
align-items: center;
}
.align-md-items-end {
align-items: flex-end;
}
.align-md-content-center {
align-content: center;
}
.justify-md-content-start {
justify-content: flex-start;
}
.justify-md-content-center {
justify-content: center;
}
.justify-md-content-left {
justify-content: left;
}
.justify-md-content-end {
justify-content: flex-end;
}
.justify-md-content-between {
justify-content: space-between;
}
.justify-md-content-around {
justify-content: space-around;
}
.justify-md-content-evenly {
justify-content: space-evenly;
}
.text-md-center {
text-align: center;
}
.text-md-right {
text-align: right;
}
.text-md-left {
text-align: left;
}
}
@media (min-width: 992px) {
.cell-lg-1 {
width: 8.3333333333%;
}
.cell-lg-2 {
width: 16.6666666667%;
}
.cell-lg-3 {
width: 25%;
}
.cell-lg-4 {
width: 33.3333333333%;
}
.cell-lg-5 {
width: 41.6666666667%;
}
.cell-lg-6 {
width: 50%;
}
.cell-lg-7 {
width: 58.3333333333%;
}
.cell-lg-8 {
width: 66.6666666667%;
}
.cell-lg-9 {
width: 75%;
}
.cell-lg-10 {
width: 83.3333333333%;
}
.cell-lg-11 {
width: 91.6666666667%;
}
.cell-lg-12 {
width: 100%;
}
.mt-lg-0, .m-lg-0, .my-lg-0 {
margin-top: 0rem;
}
.pt-lg-0, .p-lg-0, .py-lg-0 {
padding-top: 0rem;
}
.mb-lg-0, .m-lg-0, .my-lg-0 {
margin-bottom: 0rem;
}
.pb-lg-0, .p-lg-0, .py-lg-0 {
padding-bottom: 0rem;
}
.ml-lg-0, .m-lg-0, .mx-lg-0 {
margin-left: 0rem;
}
.pl-lg-0, .p-lg-0, .px-lg-0 {
padding-left: 0rem;
}
.mr-lg-0, .m-lg-0, .mx-lg-0 {
margin-right: 0rem;
}
.pr-lg-0, .p-lg-0, .px-lg-0 {
padding-right: 0rem;
}
.mt-lg-15, .m-lg-15, .my-lg-15 {
margin-top: 0.9375rem;
}
.pt-lg-15, .p-lg-15, .py-lg-15 {
padding-top: 0.9375rem;
}
.mb-lg-15, .m-lg-15, .my-lg-15 {
margin-bottom: 0.9375rem;
}
.pb-lg-15, .p-lg-15, .py-lg-15 {
padding-bottom: 0.9375rem;
}
.ml-lg-15, .m-lg-15, .mx-lg-15 {
margin-left: 0.9375rem;
}
.pl-lg-15, .p-lg-15, .px-lg-15 {
padding-left: 0.9375rem;
}
.mr-lg-15, .m-lg-15, .mx-lg-15 {
margin-right: 0.9375rem;
}
.pr-lg-15, .p-lg-15, .px-lg-15 {
padding-right: 0.9375rem;
}
.mt-lg-30, .m-lg-30, .my-lg-30 {
margin-top: 1.875rem;
}
.pt-lg-30, .p-lg-30, .py-lg-30 {
padding-top: 1.875rem;
}
.mb-lg-30, .m-lg-30, .my-lg-30 {
margin-bottom: 1.875rem;
}
.pb-lg-30, .p-lg-30, .py-lg-30 {
padding-bottom: 1.875rem;
}
.ml-lg-30, .m-lg-30, .mx-lg-30 {
margin-left: 1.875rem;
}
.pl-lg-30, .p-lg-30, .px-lg-30 {
padding-left: 1.875rem;
}
.mr-lg-30, .m-lg-30, .mx-lg-30 {
margin-right: 1.875rem;
}
.pr-lg-30, .p-lg-30, .px-lg-30 {
padding-right: 1.875rem;
}
.mt-lg-60, .m-lg-60, .my-lg-60 {
margin-top: 3.75rem;
}
.pt-lg-60, .p-lg-60, .py-lg-60 {
padding-top: 3.75rem;
}
.mb-lg-60, .m-lg-60, .my-lg-60 {
margin-bottom: 3.75rem;
}
.pb-lg-60, .p-lg-60, .py-lg-60 {
padding-bottom: 3.75rem;
}
.ml-lg-60, .m-lg-60, .mx-lg-60 {
margin-left: 3.75rem;
}
.pl-lg-60, .p-lg-60, .px-lg-60 {
padding-left: 3.75rem;
}
.mr-lg-60, .m-lg-60, .mx-lg-60 {
margin-right: 3.75rem;
}
.pr-lg-60, .p-lg-60, .px-lg-60 {
padding-right: 3.75rem;
}
.d-lg-none {
display: none;
}
.d-lg-block {
display: block;
}
.d-lg-flex {
display: flex;
}
.align-lg-items-start {
align-items: flex-start;
}
.align-lg-items-center {
align-items: center;
}
.align-lg-items-end {
align-items: flex-end;
}
.align-lg-content-center {
align-content: center;
}
.justify-lg-content-start {
justify-content: flex-start;
}
.justify-lg-content-center {
justify-content: center;
}
.justify-lg-content-end {
justify-content: flex-end;
}
.justify-lg-content-between {
justify-content: space-between;
}
.justify-lg-content-around {
justify-content: space-around;
}
.justify-lg-content-evenly {
justify-content: space-evenly;
}
.text-lg-center {
text-align: center;
}
.text-lg-right {
text-align: right;
}
.text-lg-left {
text-align: left;
}
}
@media (min-width: 1200px) {
.cell-xl-1 {
width: 8.3333333333%;
}
.cell-xl-2 {
width: 16.6666666667%;
}
.cell-xl-3 {
width: 25%;
}
.cell-xl-4 {
width: 33.3333333333%;
}
.cell-xl-5 {
width: 41.6666666667%;
}
.cell-xl-6 {
width: 50%;
}
.cell-xl-7 {
width: 58.3333333333%;
}
.cell-xl-8 {
width: 66.6666666667%;
}
.cell-xl-9 {
width: 75%;
}
.cell-xl-10 {
width: 83.3333333333%;
}
.cell-xl-11 {
width: 91.6666666667%;
}
.cell-xl-12 {
width: 100%;
}
.mt-xl-0, .m-xl-0, .my-xl-0 {
margin-top: 0rem;
}
.pt-xl-0, .p-xl-0, .py-xl-0 {
padding-top: 0rem;
}
.mb-xl-0, .m-xl-0, .my-xl-0 {
margin-bottom: 0rem;
}
.pb-xl-0, .p-xl-0, .py-xl-0 {
padding-bottom: 0rem;
}
.ml-xl-0, .m-xl-0, .mx-xl-0 {
margin-left: 0rem;
}
.pl-xl-0, .p-xl-0, .px-xl-0 {
padding-left: 0rem;
}
.mr-xl-0, .m-xl-0, .mx-xl-0 {
margin-right: 0rem;
}
.pr-xl-0, .p-xl-0, .px-xl-0 {
padding-right: 0rem;
}
.mt-xl-15, .m-xl-15, .my-xl-15 {
margin-top: 0.9375rem;
}
.pt-xl-15, .p-xl-15, .py-xl-15 {
padding-top: 0.9375rem;
}
.mb-xl-15, .m-xl-15, .my-xl-15 {
margin-bottom: 0.9375rem;
}
.pb-xl-15, .p-xl-15, .py-xl-15 {
padding-bottom: 0.9375rem;
}
.ml-xl-15, .m-xl-15, .mx-xl-15 {
margin-left: 0.9375rem;
}
.pl-xl-15, .p-xl-15, .px-xl-15 {
padding-left: 0.9375rem;
}
.mr-xl-15, .m-xl-15, .mx-xl-15 {
margin-right: 0.9375rem;
}
.pr-xl-15, .p-xl-15, .px-xl-15 {
padding-right: 0.9375rem;
}
.mt-xl-30, .m-xl-30, .my-xl-30 {
margin-top: 1.875rem;
}
.pt-xl-30, .p-xl-30, .py-xl-30 {
padding-top: 1.875rem;
}
.mb-xl-30, .m-xl-30, .my-xl-30 {
margin-bottom: 1.875rem;
}
.pb-xl-30, .p-xl-30, .py-xl-30 {
padding-bottom: 1.875rem;
}
.ml-xl-30, .m-xl-30, .mx-xl-30 {
margin-left: 1.875rem;
}
.pl-xl-30, .p-xl-30, .px-xl-30 {
padding-left: 1.875rem;
}
.mr-xl-30, .m-xl-30, .mx-xl-30 {
margin-right: 1.875rem;
}
.pr-xl-30, .p-xl-30, .px-xl-30 {
padding-right: 1.875rem;
}
.mt-xl-60, .m-xl-60, .my-xl-60 {
margin-top: 3.75rem;
}
.pt-xl-60, .p-xl-60, .py-xl-60 {
padding-top: 3.75rem;
}
.mb-xl-60, .m-xl-60, .my-xl-60 {
margin-bottom: 3.75rem;
}
.pb-xl-60, .p-xl-60, .py-xl-60 {
padding-bottom: 3.75rem;
}
.ml-xl-60, .m-xl-60, .mx-xl-60 {
margin-left: 3.75rem;
}
.pl-xl-60, .p-xl-60, .px-xl-60 {
padding-left: 3.75rem;
}
.mr-xl-60, .m-xl-60, .mx-xl-60 {
margin-right: 3.75rem;
}
.pr-xl-60, .p-xl-60, .px-xl-60 {
padding-right: 3.75rem;
}
.d-xl-none {
display: none;
}
.d-xl-block {
display: block;
}
.d-xl-flex {
display: flex;
}
.align-xl-items-start {
align-items: flex-start;
}
.align-xl-items-center {
align-items: center;
}
.align-xl-items-end {
align-items: flex-end;
}
.align-xl-content-center {
align-content: center;
}
.justify-xl-content-start {
justify-content: flex-start;
}
.justify-xl-content-center {
justify-content: center;
}
.justify-xl-content-end {
justify-content: flex-end;
}
.justify-xl-content-between {
justify-content: space-between;
}
.justify-xl-content-around {
justify-content: space-around;
}
.justify-xl-content-evenly {
justify-content: space-evenly;
}
.text-xl-center {
text-align: center;
}
.text-xl-right {
text-align: right;
}
.text-xl-left {
text-align: left;
}
}
.btn, button, input[type="button"], input[type="reset"], input[type="submit"] {
display: inline-block;
padding: 0.57rem 1.63rem;
vertical-align: top;
color: #ffffff;
font-size: 1rem;
line-height: 1.5;
text-align: center;
text-decoration: none;
border: none;
border-radius: 0.69rem;
background-color: #006767;
transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
font-weight: 600;
}
.btn:hover, button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .btn:focus, button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, a:hover .btn, a:hover button, a:hover input[type="button"], a:hover input[type="reset"], a:hover input[type="submit"] {
cursor: pointer;
color: #ffffff;
text-decoration: none;
background-color: #006767;
}
.btn-link {
margin-bottom: 0.13rem;
color: #003148;
font-size: 1rem;
text-decoration: none;
border-bottom: 1px solid #003148;
}
.btn-link:hover, .btn-link:focus, a:hover .btn-link {
color: #006767;
text-decoration: none;
}
.btn-white {
color: #006767;
background-color: #ffffff;
}
.btn-white:hover, .btn-white:focus {
background-color: #006767;
}
.text-white {
color: #FFFFFF;
}
.text-dark {
color: #003148;
}
.text-orange {
color: #F26522 !important;
}
.btn-orange {
color: #ffffff;
background-color: #F26522;
}
.btn-orange:hover, .btn-orange:focus {
background-color: #f26522;
}
.btn-border {
padding-top: 0.44rem;
padding-bottom: 0.44rem;
border: 2px solid #ffffff;
color: #FFFFFF;
}
.btn-white-border {
padding-top: 0.44rem;
padding-bottom: 0.44rem;
border: 2px solid #ffffff;
color: #ffffff;
background-color: transparent;
}
.btn-white-border:hover, .btn-white-border:focus {
border-color: #003148;
}
.btn-arrow {
text-decoration: none;
color: #006767;
font-weight: 700;
}
.btn-arrow a.btn {
padding: 0.57rem 3.83rem 0.57rem 2.63rem;
}
.btn-arrow a.btn::after {
content: "";
position: absolute;
height: 13px;
width: 13px;
-webkit-mask: url(//www.tech5-us.ai/wp-content/uploads/2023/03/arrow-right.svg) no-repeat 50% 50%;
mask: url(//www.tech5-us.ai/wp-content/uploads/2023/03/arrow-right.svg) no-repeat 50% 50%;
-webkit-mask-size: cover;
mask-size: cover;
display: inline-block;
background-color: #FFFFFF;
margin-left: 10px;
margin-top: 5px;
}
a.btn-arrow::after {
content: "";
position: absolute;
height: 13px;
width: 13px;
-webkit-mask: url(//www.tech5-us.ai/wp-content/uploads/2023/03/arrow-right.svg) no-repeat 50% 50%;
mask: url(//www.tech5-us.ai/wp-content/uploads/2023/03/arrow-right.svg) no-repeat 50% 50%;
-webkit-mask-size: cover;
mask-size: cover;
display: inline-block;
background-color: #006767;
margin-left: 10px;
margin-top: 5px;
}
.fifty-fifty-content .btn-arrow a.btn::after, .fifty-fifty-content a.btn-arrow::after {
background-color: #006767;
margin-top: 6px;
height: 12px;
width: 12px;
}
.btn-arrow:hover, .btn-arrow:focus {
text-decoration: none;
color: #003148;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
-webkit-appearance: button;
}
form label {
display: block;
margin-bottom: 0.63rem;
line-height: 1.5;
font-weight: 400;
font-family: 'Montserrat', sans-serif;
font-size: 0.88rem;
color: #2A2E35;
}
input, textarea, button, select {
font-family: 'Montserrat', sans-serif;
}
input[type="url"], input[type="text"], input[type="submit"], input[type="button"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"], textarea {
-webkit-appearance: none;
outline: none;
}
input[type="url"], input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"], input[type="number"], textarea, select {
width: 100%;
height: 3.13rem;
padding: 0 0.94rem;
color: #000000;
font-size: 1rem;
font-weight: 400;
border: 0.07rem solid #BDC4CF;
border-radius: 0.69rem;
transition: 0.3s;
}
input[type="url"]:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="search"]:focus, input[type="number"]:focus, textarea:focus, select:focus {
border-color: #006767 !important;
outline: none;
}
input[type="url"]::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
color: #2A2E35;
opacity: 1;
}
input[type="url"]:-moz-placeholder, input[type="text"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="search"]:-moz-placeholder, input[type="number"]:-moz-placeholder, textarea:-moz-placeholder, select:-moz-placeholder {
color: #2A2E35;
opacity: 1;
}
input[type="url"]::-moz-placeholder, input[type="text"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="number"]::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
color: #2A2E35;
opacity: 1;
}
input[type="url"]:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
color: #2A2E35;
opacity: 1;
}
textarea {
display: block;
height: 9.38rem;
padding: 0.63rem 0.94rem;
resize: none;
overflow: auto;
}
select {
-webkit-appearance: none;
padding-right: 1.875em;
background-image: url(//www.tech5-us.ai/wp-content/themes/imageware/assets/images/select-down-arrow.svg);
background-size: 0.75rem;
background-position: right 0.94rem center;
background-repeat: no-repeat;
}
select:focus {
outline: none;
} select::-ms-expand {
display: none;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
} input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active, textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus {
transition: background-color 5000s ease-in-out 0s;
}
.form-group {
margin-bottom: 1.25rem;
}
.radio-btn-group .radio-option {
display: inline-block;
vertical-align: middle;
padding: 0 10px;
}
.radio-btn-group .radio-option:first-child {
padding-left: 0;
}
.radio-btn-group .radio-option .radio-custom {
opacity: 0;
position: absolute;
}
.radio-btn-group .radio-option .radio-custom:focus + .radio-custom-label {
outline: none;
}
.radio-btn-group .radio-option .radio-custom:checked + .radio-custom-label:before {
background-color: #000000;
}
.radio-btn-group .radio-option .radio-custom-label {
margin: 0;
cursor: pointer;
color: #000000;
}
.radio-btn-group .radio-option .radio-custom-label:before {
content: "";
display: inline-block;
vertical-align: middle;
height: 0.63rem;
width: 0.63rem;
margin-right: 0.63rem;
background-color: #ffffff;
border: 0.13rem solid #ffffff;
border-radius: 50%;
box-shadow: 0 0 0px 2px #000000;
cursor: pointer;
}
.checkbox input[type="checkbox"], .gfield_checkbox input[type="checkbox"] {
display: none !important;
width: initial;
height: initial;
margin-bottom: 0;
padding: 0;
cursor: pointer;
}
.checkbox input[type="checkbox"]:checked + label, .gfield_checkbox input[type="checkbox"]:checked + label {
font-weight: 400 !important;
}
.checkbox input[type="checkbox"]:checked + label:after, .gfield_checkbox input[type="checkbox"]:checked + label:after {
opacity: 1;
}
.checkbox input[type="checkbox"]:checked + label:before, .gfield_checkbox input[type="checkbox"]:checked + label:before {
background-color: #003148;
border-color: #003148;
}
.checkbox label, .gfield_checkbox label {
position: relative;
cursor: pointer;
}
.checkbox label:after, .gfield_checkbox label:after {
content: "";
position: absolute;
top: 0.32rem;
left: 0.38rem;
display: block;
width: 0.32rem;
height: 0.63rem;
border: solid #ffffff;
border-width: 0 0.13rem 0.13rem 0;
transform: rotate(42deg);
opacity: 0;
transition: 0.3s;
}
.checkbox label::before, .gfield_checkbox label::before {
content: "";
position: relative;
display: inline-block;
vertical-align: middle;
margin-right: 0.5rem;
padding: 0.5rem;
background-color: transparent;
border: 0.07rem solid rgba(42, 46, 53, 0.5);
border-radius: 0.25rem;
-webkit-appearance: none;
cursor: pointer;
transition: 0.3s;
}
.wrapper {
position: relative;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-content: space-between;
width: 100%;
min-height: 100%;
background-color: #F5F5F5;
overflow: hidden;
}
.page-id-45373 .wrapper{
overflow: unset !important;
}
.main-container {
width: 100%;
background: #F5F5F5;
}
.slick-dots li {
padding: 0 0.32rem;
} .no-scroll {
overflow: hidden;
} .social-feed a {
color: #ffffff;
text-decoration: none;
margin-right: 0.94rem;
font-size: 18px;
}
.mbnav__inner .social-feed a {
color: #016767;
text-decoration: none;
margin-right: 0.94rem;
font-size: 18px;
}
.social-feed a:hover, .social-feed a:focus {
color: #f26522;
}
@media (max-width: 991px) {
.social-feed a {
margin-right: 0.63rem;
}
}
@media (max-width: 767px) {
.social-feed a {
margin: 0 0.63rem;
font-size: 1.25rem;
}
} ul.theme-list {
padding: 0;
}
.theme-list ul {
padding: 10px 0;
}
.theme-list li {
position: relative;
list-style: none;
padding-left: 2.19rem;
}
.theme-list li::before {
content: '';
font-family: 'imageware';
position: absolute;
left: 0;
top: 0.92rem;
color: #006767;
font-size: 1.19rem;
}
.theme-list.theme-list-orange li::before {
color: #f26522;
} .ratio-img {
position: relative;
overflow: hidden;
}
.ratio-img img {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
object-fit: cover;
} .pagination ul {
padding: 0;
margin: 0;
}
.pagination ul li {
display: inline-block;
font-size: 1.13rem;
margin: 0 0.32rem;
padding: 0;
color: #003148;
}
@media (max-width: 575px) {
.pagination ul li {
margin: 0 0.13rem;
}
}
.pagination ul li a {
display: block;
padding: 0 0.5rem;
color: #2A2E35;
text-decoration: none;
font-size: 1.25rem;
}
.pagination ul li a:hover {
color: #003148;
}
.pagination ul li a.disabled {
color: #01314869;
pointer-events: none;
}
.pagination ul li a.disabled::after {
opacity: 0.3;
}
.pagination ul li a.disabled::before {
opacity: 0.3;
} .social-vertical-wrap .at-icon-wrapper {
display: none;
}
.social-vertical span {
display: block;
margin-bottom: 0.63rem;
font-weight: 600;
}
.social-vertical ul {
margin: 0;
padding: 0;
}
.social-vertical ul li {
list-style: none;
margin-bottom: 0.63rem;
}
@media (max-width: 991px) {
.social-vertical ul li {
display: inline-block;
margin-right: 0.94rem;
}
}
.social-vertical ul a {
display: inline-block;
text-decoration: none;
font-size: 1.88rem;
color: #003148;
opacity: 0.7;
transition: 0.3s;
}
@media (max-width: 767px) {
.social-vertical ul a {
font-size: 1.38rem;
}
}
.social-vertical ul a:hover, .social-vertical ul a:focus {
opacity: 1;
}
.social-vertical ul a.icon-share {
font-size: 2.5rem;
}
@media (max-width: 767px) {
.social-vertical ul a.icon-share {
font-size: 1.38rem;
}
} .video-wrap {
position: relative;
display: block;
padding-top: 55%;
border-radius: 0.69rem;
text-decoration: none;
overflow: hidden;
}
.video-wrap:hover .play-img img {
transform: scale(1.1);
}
.video-wrap .play-img {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
max-width: 8.07rem;
width: 100%;
}
@media (max-width: 575px) {
.video-wrap .play-img {
max-width: 3.63rem;
}
}
.video-wrap .play-img img {
transition: 0.3s;
}
.video-img {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
object-fit: cover;
} .search-inner {
display: flex;
max-width: 31.25rem;
margin-bottom: 3.13rem;
}
.search-inner input {
border-radius: 0.69rem 0 0 0.69rem;
}
.search-inner button {
border-radius: 0 0.69rem 0.69rem 0;
}
.search-link {
display: block;
text-decoration: none;
color: inherit;
margin-bottom: 2.5rem;
}
body.fancybox-active {
overflow: hidden;
} .hamburger {
display: flex;
align-items: center;
justify-content: center;
height: 1.34em;
width: 1.34em;
padding: 0;
margin: 0;
font-size: 30px;
text-align: center;
background-color: transparent;
}
.hamburger.close {
font-size: 1.57rem;
}
.hamburger.close .hamburger__wrap {
position: relative;
width: 1em;
height: 1em;
}
.hamburger.close .hamburger__line {
position: absolute;
top: calc(50% - 1px);
width: 100%;
margin: 0;
transform: rotate(45deg);
background-color: #ffffff;
}
.hamburger.close .hamburger__line:last-child {
transform: rotate(-45deg);
}
.hamburger:hover, .hamburger:focus {
background-color: transparent;
outline: none;
cursor: pointer;
}
.hamburger__line {
display: block;
width: 1em;
margin: 0.17em auto;
height: 3px;
background-color: #ffffff;
}
.hamburger__wrap {
display: block;
}
.mbnav__state {
position: fixed;
top: 0;
bottom: 0;
left: -100%;
z-index: 99;
max-width: 500px;
width: 100%;
background-color: rgba(255, 255, 255, 1);
transition: all 0.3s ease-in-out;
}
.mbnav.is-open .mbnav__state {
left: 0;
}
.mbnav ul {
position: relative;
padding: 0;
margin: 15px 0;
list-style: none;
}
.mbnav ul li {
position: relative;
padding: 0;
margin: 0;
list-style: none;
}
.mbnav ul li .icon-triangle-down {
display: inline-flex;
align-items: center;
justify-content: center;
width: 2rem;
height: 1.12rem;
cursor: pointer;
}
.mbnav ul li .icon-triangle-down:not(.trigger-caret) {
pointer-events: none;
}
.mbnav ul li .icon-triangle-down:before {
font-size: 0.63rem;
transition: all 0.2s ease;
}
.mbnav ul li.is-open .icon-triangle-down:before {
transform: rotate(60deg);
}
.mbnav ul li.is-open > a {
color: #006767;
}
.mbnav ul li a {
display: flex;
align-items: center;
padding: 0.5rem 0.94rem;
text-decoration: none;
transition: 0.3s;
}
.mbnav ul li a:hover, .mbnav ul li a:focus {
color: #006767;
}
.mbnav ul li ul {
display: none;
padding-left: 3rem;
}
.mbnav ul li ul li {
margin: 0;
}
.mbnav ul li ul li .sub-title {
display: block;
color: #003148;
margin-bottom: 0.63rem;
font-size: 1rem;
padding-left: 0;
}
.mbnav ul li ul li .sub-title:hover, .mbnav ul li ul li .sub-title:focus {
color: #006767;
}
.mbnav ul li ul li .sub-desc {
display: block;
font-size: 0.88rem;
padding: 0.32rem 0.63rem;
line-height: 1.2;
}
.mbnav ul li ul li a {
color: #BDC4CF;
padding: 0.32rem 0.63rem;
line-height: 1.2;
font-size: 0.88rem;
}
.mbnav ul li ul li a.sub-title {
margin-bottom: 0;
margin-top: 0.32rem;
}
.mbnav ul li ul li ul {
margin-bottom: 0.94rem;
padding-left: 0.5rem;
}
.mbnav ul li ul li:first-child a.sub-title {
margin-top: 0;
}
.mbnav ul li ul li:last-child ul {
margin-bottom: 0rem;
}
.mbnav__backdrop {
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
visibility: hidden;
transition: all 0.4s ease-in;
background-color: rgba(255, 255, 255, 0.76);
opacity: 0;
z-index: -1;
}
.mbnav.is-open .mbnav__backdrop {
opacity: 1;
z-index: 99;
visibility: visible;
}
.mbnav__inner {
max-height: 100vh;
padding-bottom: 70px;
overflow-y: auto;
}
.mbnav__inner .btn-wrap {
margin-top: 1.57rem;
}
.mbnav__inner .btn-wrap .sale-link {
color: #2A2E35;
text-decoration: none;
margin-right: 1.57rem;
}
.mbnav__inner .btn-wrap .sale-link:hover, .mbnav__inner .btn-wrap .sale-link:focus {
color: #003148;
} .admin-bar .main-header.stuck {
top: 0;
}
.main-header {
position: fixed;
width: 100%;
background: rgb(0,49,72);
background: linear-gradient(90deg, rgba(0,49,72,1) 0%, rgba(0,103,103,1) 100%);
box-shadow: 0 0 0.63rem rgba(0, 0, 0, 0.25);
z-index: 999;
transition: 0.3s; padding: 15px 0;
}
.main-header.is-open .hamburger__line {
position: relative;
}
.main-header.is-open .hamburger__line:first-child {
top: 0.5rem;
transform: rotate(45deg);
}
.main-header.is-open .hamburger__line:nth-child(2) {
opacity: 0;
}
.main-header.is-open .hamburger__line:last-child {
top: -0.5rem;
transform: rotate(-45deg);
}
@media (max-width: 767px) {
.main-header.stuck .logo {
max-width: 7.5rem;
}
}
@media (max-width: 991px) {
.main-header.stuck .header-top {
margin-bottom: 0.63rem;
}
}
@media (max-width: 575px) {
.main-header.stuck .header-top {
margin-top: 0.32rem;
margin-bottom: 0.32rem;
}
}
.header-right-wrap {
width: calc(100% - 250px);
}
@media (min-width: 425px) {
.header-top {
margin-bottom: 0;
padding-right: 0;
}
}
@media (min-width: 768px) {
.header-top {
position: relative;
transition: 0.3s;
padding-right: 2.82rem;
padding-left: .8rem;
}
}
.header-social {
width: 100%;
margin-bottom: 10px;
}
.header-social .social-feed {
display: inline-block;
}
@media (max-width: 575px) {
.header-top {
margin-top: 0.5rem;
margin-bottom: 0.5rem;
}
}
.header-top .sale-link {
color: #2A2E35;
text-decoration: none;
}
.header-top .sale-link:hover, .header-top .sale-link:focus {
color: #003148;
}
.header-top .btn {
padding-top: 0.32rem;
padding-bottom: 0.32rem;
margin-left: 1.25rem;
}
@media (max-width: 1200px) {
.header-top .btn {
display: none;
}
}
.search-wrap {
position: absolute;
width: 2.82rem;
transition: 0.3s;
right: 0;
}
@media (max-width: 767px) {
.search-wrap {
right: 3.44rem;
}
}
.search-wrap .search-btn {
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
padding: 0.75rem 0.55rem;
border: none;
background-color: transparent;
transition: 0.3s;
outline: none;
cursor: pointer;
border-radius: 50%;
}
.search-wrap .search-btn i {
display: block;
color: #ffffff;
font-size: 1.19rem;
line-height: 0.7;
transition: all 0.3s ease-in-out;
}
.search-wrap.focushed .search-btn i {
color: #006767;
}
.search-wrap .search-input {
padding-left: 0.94rem;
padding-right: 2.5rem;
border: none;
width: 100%;
height: 2.5rem;
background-color: transparent;
transition: 0.3s;
border-radius: 3.13rem;
text-align: right;
outline: none;
cursor: pointer;
opacity: 0;
}
.search-wrap.focushed {
width: 100%;
}
@media (max-width: 575px) {
.search-wrap.focushed {
width: 12.5rem;
}
}
.search-wrap.focushed.focushed .search-btn {
right: 0.1rem;
background-color: #FFFFFF;
}
.search-wrap.focushed.focushed .search-input {
opacity: 1;
border: 1px solid #2A2E35;
cursor: text;
background-color: #ffffff;
}
.main-header .logo {
max-width: 12.5rem;
transition: 0.3s;
}
@media (max-width: 767px) {
.main-header .logo {
max-width: 8.44rem;
}
}
.navigation {
height: auto;
width: auto;
position: relative;
align-items: center;
}
@media (min-width: 426px) {
.navigation {
margin-bottom: 10px;
}
}
@media (min-width: 728px) {
.navigation {
margin-bottom: 0;
}
}
.navigation > ul > li > ul {
position: absolute;
top: calc(100% - 30px);
left: 50%;
transform: translateX(-50%);
min-width: 15.94rem;
padding: 1.25rem 1.44rem;
background-color: rgba(255, 255, 255, 0.95);
border-radius: 0 0 1rem 1rem;
opacity: 0;
visibility: hidden;
pointer-events: none;
transition: 0.3s;
}
.navigation > ul > li:hover:hover > ul {
top: 100%;
opacity: 1;
visibility: visible;
pointer-events: all;
}
.navigation > ul > li:hover:hover > a:after {
transform: rotateX(160deg);
}
.navigation ul {
padding: 0;
margin: 0;
list-style: none;
height: fit-content;
}
.navigation ul li {
position: relative;
list-style: none;
margin: 0;
padding: 0;
align-self: center;
}
@media (max-width: 1200px) {
.navigation {
display: none;
}
}
@media (max-width: 1400px) {
.navigation ul li:nth-last-child(-n+2) > ul {
left: auto;
right: 0;
transform: none;
}
}
.navigation ul li.has-sub.has-sub > a:after {
content: '';
padding-left: 0.32rem;
font-family: 'imageware';
font-size: 0.63rem;
transition: 0.3s;
}
.navigation ul li a {
display: flex;
align-items: center;
padding: 0rem 0.94rem;
text-decoration: none;
transition: 0.3s;
font-weight: 600;
color: #ffffff;
align-items: center;
}
.navigation ul li a:hover, .navigation ul li a:focus {
color: #ffffff;
}
.navigation ul li ul li {
margin: 0;
}
.navigation ul li ul li .sub-title {
display: block;
color: #003148;
margin-bottom: 0.63rem;
font-size: 1rem;
padding-left: 0;
padding-right: 0;
}
.navigation ul li ul li .sub-title:hover, .navigation ul li ul li .sub-title:focus {
color: #006767;
}
.navigation ul li ul li .sub-desc {
display: block;
font-size: 0.88rem;
padding: 0.32rem 0.63rem;
line-height: 1.2;
}
.navigation ul li ul li a {
color: #BDC4CF;
padding: 0.32rem 0.63rem;
line-height: 1.2;
font-size: 0.88rem;
}
.navigation ul li ul li a.sub-title {
margin-bottom: 0;
margin-top: 0.32rem;
}
.navigation ul li ul li ul {
margin-bottom: 0.94rem;
}
.navigation ul li ul li:first-child:first-child a.sub-title {
margin-top: 0;
}
.navigation ul li ul li:last-child:last-child ul {
margin-bottom: 0rem;
}
.header-space {
height: 6.94rem;
}
@media (max-width: 991px) {
.header-space {
height: 4.63rem;
}
}
@media (max-width: 575px) {
.header-space {
height: 3.5rem;
}
} .main-footer {
width: 100%;
height: auto;
background: #003148;
line-height: normal;
margin-top: 5rem;
}
.main-footer .main-footer-row {
padding: 40px 0 0;
}
.main-footer-info img {
max-width: 11.57rem;
}
p.main-footer-info {
font-size: 1rem;
color: #ffffff;
border-top: 1px solid rgba(255, 255, 255, 0.3);
margin: 20px 0;
padding-top: 20px;
}
.main-footer-logo {
display: block;
margin-bottom: 0.32rem;
}
.main-footer .info-links {
margin: 0;
padding-bottom: 10px;
}
.main-footer .info-links li {
display: inline-block;
color: #ffffff;
font-size: 1rem;
margin: 0;
padding: 0;
list-style: none;
}
.main-footer .info-links li::after {
content: "|";
margin-left: 0.32rem;
margin-right: 0.13rem;
}
.main-footer .info-links li:last-child::after {
display: none;
}
.main-footer .info-links a {
font-size: 1rem;
color: #F4F4F4;
text-decoration: none;
}
.main-footer .info-links a:hover, .main-footer .info-links a:focus {
color: #f26522;
}
.main-footer-nav {
padding: 0;
}
.main-footer-nav li {
display: inline-block;
margin: 0 1.2rem;
}
ul#menu-footer-menu {
margin: 0;
}
#menu-privacy-policy-menu {
border-top: 1px solid rgba(255, 255, 255, 0.3);
margin-top: 20px;
padding-top: 20px;
}
@media (max-width: 1199px) {
.main-footer-nav li {
margin: 0 0.63rem;
}
}
@media (max-width: 767px) {
.main-footer-nav li {
text-align: center;
width: 100%;
margin: 0;
padding: 10px 0;
}
}
.main-footer-nav li a {
font-size: 1.13rem;
font-weight: 600;
color: #F4F4F4;
text-decoration: none;
}
@media (max-width: 1199px) {
.main-footer-nav li a {
font-size: 1rem;
}
}
@media (max-width: 767px) {
.main-footer-nav li a {
font-size: 1.25rem;
}
.main-footer-row .social-feed {
margin: 30px 0 20px 0;
}
}
.main-footer-nav li a:hover, .main-footer-nav li a:focus {
color: #f26522;
}
.hero-section {
position: relative;
height: 100%;
max-height: 660px;
}
.hero-section .icon-play {
display: inline-block;
text-decoration: none;
color: #ffffff;
}
.hero-section .icon-play:hover, .hero-section .icon-play:focus {
color: #f26522;
}
.hero-section .icon-play.big {
position: absolute;
left: 50%;
top: 45%;
transform: translate(-50%, -50%);
font-size: 6rem;
}
@media (max-width: 1199px) {
.hero-section .icon-play.big {
font-size: 4.38rem;
}
}
@media (max-width: 991px) {
.hero-section .icon-play.big {
display: none;
}
}
.hero-img {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: calc(100vw / 2);
max-height: 660px;
display: inline-block;
}
.hero-img source, .hero-img img {
height: calc(100vw / 2);
max-height: 660px;
width: 100%;
object-fit: contain;
object-position: bottom;
}
@media (max-width: 991px) {
.hero-section {
position: relative;
height: 100%;
}
.hero-img {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: calc(100vh / 2);
max-height: 660px;
display: inline-block;
}
.hero-img source, .hero-img img {
height: calc(100vh / 2);
max-height: 660px;
width: 100%;
object-fit: contain;
object-position: bottom;
}
}
.hero-content {
position: relative;
max-width: 43%;
padding-top: 8.94rem;
padding-bottom: 16.57rem;
}
@media (max-width: 991px) {
.hero-content {
max-width: 27.5rem;
padding-top: 3.5rem;
padding-bottom: 9.5rem;
}
}
.hero-content .h1, .hero-content p {
color: #003148;
}
.hero-content .h1 {
font-weight: 600;
}
.hero-content .btn-wrap {
margin-top: 1.57rem;
}
.hero-content .moblile-play {
display: none;
text-decoration: none;
color: #ffffff;
margin-left: 3.13rem;
}
@media (max-width: 350px) {
.hero-content .moblile-play {
margin-left: 1.25rem;
}
}
.hero-content .moblile-play i {
font-size: 2.19rem;
margin-right: 0.5rem;
} .inner-hero-section {
position: relative;
margin-top: -2px;
clip-path: inset(0);
}
@media (max-width: 425px) {
.inner-hero-section {
height: 30rem;
}
}
@media (max-width: 991px) {
.inner-hero-section:before {
content: "";
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
background-color: #000000;
pointer-events: none;
}
}
.inner-hero-section.small {
position: relative;
}
.inner-hero-section.small:before {
display: none;
}
.inner-hero-section.small .inner-hero-img {
min-height: 14.69rem;
}
@media (max-width: 767px) {
.inner-hero-section.small .inner-hero-img {
position: relative;
}
.hero-section {
max-height: 870px;
}
}
.inner-hero-section.small .inner-hero-content {
padding: 11.25rem 0;
max-width: 36.57rem;
}
@media (max-width: 991px) {
.inner-hero-section.small .inner-hero-content {
padding: 6.25rem 0;
}
}
@media (max-width: 767px) {
.inner-hero-section.small .inner-hero-content {
padding: 2rem 0;
}
.inner-hero-section.small .inner-hero-content .h1, .inner-hero-section.small .inner-hero-content p {
color: inherit;
}
}
.inner-hero-img {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
.inner-hero-img source, .inner-hero-img img {
height: 100%;
width: 100%;
object-fit: cover;
}
.inner-hero-content {
position: relative;
width: 100%;
padding-top: 1rem;
padding-bottom: 1rem;
}
picture.img-hero-heading.img-hero-title:before {
content: "";
position: absolute;
width: 80%;
height: 40%;
left: 10%;
top: 35%;
background: #00b6b6;
filter: blur(40.8783px);
border-radius: 113.491px;
z-index: -1;
}
picture.img-hero-heading.img-hero-title {
justify-content: center;
z-index: 1;
padding: 6.5rem 0 3.2rem;
display: flex;
position: relative;
margin: auto;
max-width: 840px;
}
picture.img-hero-heading.img-hero-title:after {
content: "";
position: absolute;
width: 100%;
height: 7px;
bottom: 50px;
background: rgba(0,0,0,0.5);
mix-blend-mode: darken;
filter: blur(4px);
border-radius: 100px;
z-index: -1;
}
.inner-hero-content .inner-hero-top-content {
padding-right: 2.2rem;
}
@media (max-width: 425px) {
.inner-hero-content .inner-hero-top-content {
padding: 0 3rem;
}
}
@media (max-width: 991px) {
.inner-hero-content {
padding-top: 7.82rem;
padding-bottom: 7.82rem;
max-width: 85vw;
}
}
.inner-hero-content .h1, .inner-hero-content p {
color: #ffffff;
text-align: center;
text-shadow: rgba(0,0,0,0.2) 1px 2px 0px;
z-index: 1;
font-weight: 700;
}
.inner-hero-btn-wrap {
margin-top: 1.57rem;
}
.inner-hero-btn-wrap .btn {
margin-right: 1.88rem;
margin-bottom: 1.5rem;
} .bg-color-hero-section {
position: relative;
padding-top: 5.94rem;
}
@media (max-width: 991px) {
.bg-color-hero-section {
padding-top: 3.13rem;
}
}
.bg-color-hero-section::before {
content: "";
position: absolute;
top: 0;
left: 0;
height: 13.19rem;
width: 100%;
background-image: linear-gradient(90deg, #003148 50%, #006767);
}
@media (max-width: 991px) {
.bg-color-hero-section::before {
height: 9.69rem;
}
}
.bg-color-hero-content, .main-content.post-content {
position: relative;
margin: 0 auto;
background-color: #FFFFFF;
letter-spacing: 0;
}
.bg-color-hero-content::before {
content: "";
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 0;
height: 100%;
width: 100%;
box-shadow: 0 0 0.63rem rgba(0, 0, 0, 0.1);
}
.bg-color-hero-content-inner {
position: relative;
background-color: #ffffff;
padding: 2.25rem 3.13rem;
}
@media (max-width: 425px) {
.bg-color-hero-content-inner {
padding: 2.25rem 1.13rem;
}
}
.bg-color-hero-content .asset-type {
font-size: 1.25rem;
margin-bottom: 0.5rem;
}
.quick-block-container {
max-width: 81.25rem;
}
@media (max-width: 991px) {
.quick-block-container {
padding-right: 0;
padding-left: 0.44rem;
}
}
.quick-block-container .slick-slide {
display: flex !important;
height: auto;
margin-bottom: 0.75rem;
}
.quick-block-row {
position: relative;
margin-top: -5.25rem;
}
@media (max-width: 991px) {
.quick-block-row .slick-list {
padding: 0 25% 0 0;
}
}
.quick-block-cell {
width: 33.33%;
padding-left: 0.94rem;
padding-right: 0.94rem;
height: 100%;
}
@media (max-width: 767px) {
.quick-block-cell {
padding-left: 0.5rem;
padding-right: 0.5rem;
}
}
.quick-block-box {
padding: 1.88rem 2.75rem;
box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.12);
border-radius: 0.69rem;
background-color: #ffffff;
height: 100%;
}
@media (max-width: 767px) {
.quick-block-box {
padding: 1.57rem 1.88rem;
}
}
.quick-block-box h5, .quick-block-box .h5, .quick-block-box p {
margin-bottom: 0.5rem;
}
.quick-block-box h5, .quick-block-box .h5 {
font-weight: 400;
}
.technology-platform {
position: relative;
overflow: hidden; }
.technology-platform:not(.bg-white) .slick-arrow:before {
color: #ffffff;
}
.technology-platform:not(.bg-white) .slick-dots li button {
background-color: #ffffff;
}
.technology-platform:not(.bg-white) .slick-dots li.slick-active button {
background-color: #ffffff;
}
.technology-platform::before {
content: "";
position: absolute;
top: -47%;
left: -8%; height: 400%;
width: 100%;
background-repeat: no-repeat;
opacity: 0.1;
pointer-events: none;
}
@media (max-width: 767px) {
.technology-platform::before {
height: 400%;
width: 164%;
top: -33%;
left: -9%;
}
}
.technology-platform .row {
height: 100%;
}
.technology-platform .slick-controls {
position: relative;
margin-bottom: 0.94rem;
margin-top: -1.12rem;
}
.technology-platform.bg-white {
background-image: none;
}
.technology-platform.bg-white::before {
display: none;
}
.technology-platform.bg-white .technology-heading span {
color: #2A2E35;
}
@media (max-width: 575px) {
.technology-platform.bg-white .technology-box {
max-width: 16.57rem;
margin: 0 auto;
}
}
.technology-platform.bg-white .technology-box:hover .technology-content {
border-color: #003148;
}
@media (max-width: 1199px) {
.technology-platform.bg-white .technology-content {
border-color: #003148;
}
}
.technology-heading {
position: relative;
max-width: 30.63rem;
margin: 0;
}
@media (max-width: 991px) {
.technology-heading {
margin: 0 auto 1.57rem;
}
}
@media (max-width: 767px) {
.technology-heading {
max-width: 16.57rem;
justify-content: center;
}
}
@media (max-width: 767px) {
.technology-heading-left {
margin-bottom: 1.13rem;
}
}
.technology-heading-left img {
max-width: 16.57rem;
min-height: 4.13rem;
}
.technology-heading-left span {
display: block;
width: 100%;
text-transform: uppercase;
color: #ffffff;
letter-spacing: 0.32rem;
font-weight: 300;
}
.technology-box {
position: relative;
transition: 0.3s;
background: #E4E5E7;
padding: 1.5rem;
height: 100%;
}
@media (max-width: 1199px) {
.technology-box {
margin-top: 0;
}
}
.technology-box:before {
content: "";
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}
.technology-box .btn-arrow {
position: relative;
opacity: 1;
pointer-events: all;
}
@media (max-width: 1199px) {
.technology-box .btn-arrow {
opacity: 1;
pointer-events: all;
}
}
.technology-img {
position: relative;
overflow: hidden;
padding: 0 !important;
}
.technology-img img {
position: absolute;
left: 0;
top: 0;
height: auto;
width: 100%;
object-fit: cover;
}
.technology-content {
position: relative;
padding: 0 1.25rem 0 1.25rem;
transition: 0.3s;
}
.technology-content .cta-link {
padding: 0.17rem 0.63rem;
vertical-align: middle;
font-size: 1rem;
line-height: 1.2;
border-radius: 0.3rem;
background-color: #006767;
font-weight: 500;
margin: 0px 4px;
}
.technology-content .cta-link:first-child {
margin-left: 0;
}
.technology-content .cta-link:last-child {
margin-right: 0;
}
.technology-content h4, .technology-content .h4 {
font-weight: 700;
margin-bottom: 0.63rem;
font-size: 1.3rem;
color: #003148;
}
.fifty-fifty-section .row .text-first {
flex-direction: row-reverse;
}
.fifty-fifty-section .container.row {
margin: auto;
justify-content: center;
}
@media (max-width: 767px) {
.fifty-fifty-section .row .text-first .fifty-fifty-content {
margin-right: 0;
}
}
@media (max-width: 991px) {
.fifty-fifty-img {
width: 33%;
}
}
.fifty-fifty-img {
position: relative;
overflow: hidden;
}
@media (max-width: 767px) {
.fifty-fifty-img {
position: relative;
border-radius: 0.69rem 0.69rem 0 0;
}
}
.fifty-fifty-img img {
height: 100%;
width: 100%;
object-fit: cover;
}
.fifty-fifty-content {
padding: 2rem 1.5rem;
background-color: #E4E5E7;
display: flex;
flex-direction: column;
height: 100%;
}
.fifty-fifty-content h3 {
font-size: 1.3rem;
color: #003148;
}
@media (max-width: 767px) {
.fifty-fifty-content {
margin-left: 0;
margin: 0;
padding: 1.88rem 1.25rem;
}
}
@media (max-width: 767px) {
.latest-content-section h2, .latest-content-section .h2, .latest-content-section .btn-arrow {
width: 100%;
text-align: left;
}
.latest-content-section .btn-arrow {
max-width: 50%;
margin: 0 auto;
}
.latest-content-section h2, .latest-content-section .h2 {
margin-bottom: 0.94rem;
}
}
.latest-content-section .slick-slider {
margin: auto;
}
@media (max-width: 1199px) {
.latest-content-section .slick-slider {
padding-left: 1.25rem;
}
}
.latest-content-section .slick-slide {
display: flex !important;
height: auto;
}
.latest-content-section .slick-slide [class*="cell-"] {
height: 100%;
}
.latest-content-section .slick-arrow {
position: absolute;
top: -4.06rem;
right: calc((100% - 1100px) / 2);
display: flex;
align-items: center;
justify-content: center;
height: 1.75rem;
width: 1.75rem;
border: 2px solid #006767;
border-radius: 6.25rem;
z-index: 99;
}
.latest-content-section .slick-arrow:hover, .latest-content-section .slick-arrow:focus {
border-color: #003148;
}
.latest-content-section .slick-arrow:hover::before, .latest-content-section .slick-arrow:focus::before {
color: #003148;
}
@media (max-width: 1199px) {
.latest-content-section .slick-arrow {
right: 1.25rem;
}
}
@media (max-width: 767px) {
.latest-content-section .slick-arrow {
top: -3.43rem;
}
}
.latest-content-section .slick-arrow::before {
color: #006767;
line-height: 1;
}
.latest-content-section .slick-arrow.slick-disabled {
opacity: 0.4;
pointer-events: none;
}
.latest-content-section .slick-prev {
right: calc((100% - 1000px) / 2);
}
@media (max-width: 1199px) {
.latest-content-section .slick-prev {
right: 4.07rem;
}
}
.partner-slider .slick-list {
width: calc(100% - 260px / 2);
margin: auto;
}
.partner-slider .slick-arrow {
position: absolute;
top: 4.06rem;
right: 20px;
display: flex;
align-items: center;
justify-content: center;
height: 1.75rem;
width: 1.75rem;
z-index: 99;
}
.partner-slider .slick-arrow:hover, .partner-slider .slick-arrow:focus {
border-color: #003148;
}
.partner-slider .slick-arrow:hover::before, .partner-slider .slick-arrow:focus::before {
color: #003148;
}
@media (max-width: 1199px) {
.partner-slider .slick-arrow {
right: 1.25rem;
}
}
@media (max-width: 767px) {
.partner-slider .slick-arrow {
top: 3.57rem;
}
}
@media (max-width: 425px) {
.partner-slider .slick-arrow {
top: 3.3rem;
}
}
.partner-slider .slick-arrow::before {
color: #006767;
line-height: 1;
content: "";
background: url(//www.tech5-us.ai/wp-content/themes/imageware/assets/images/next-arrow.svg);
background-repeat: no-repeat;
width: 30px;
height: 30px;
position: absolute;
}
.partner-slider .slick-arrow.slick-disabled {
opacity: 0.4;
pointer-events: none;
}
.partner-slider .slick-prev {
left: 20px;
}
.partner-slider .slick-prev:before {
background: url(//www.tech5-us.ai/wp-content/themes/imageware/assets/images/prev-arrow.svg);
background-repeat: no-repeat;
}
@media (max-width: 1199px) {
.partner-slider .slick-prev {
right: 4.07rem;
}
}
.latest-content-box {
display: block;
box-shadow: 0 0 0.63rem rgba(0, 0, 0, 0.1);
overflow: hidden;
color: inherit;
transition: 0.3s;
height: calc(100% - 10px);
}
.latest-content-box a {
text-decoration: none;
}
.latest-content-box:hover, .latest-content-box:focus {
text-decoration: none;
box-shadow: 0 0 0.75rem rgba(0, 0, 0, 0.2);
}
.latest-content-img {
position: relative;
height: 208px;
}
.latest-content-img img {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
object-fit: cover;
}
.latest-content-info {
padding: 1.38rem 1.57rem 2.13rem;
}
.latest-content-info span {
display: block;
font-weight: 700;
color: #1B3A6A;
margin-bottom: 0.63rem;
}
.featured-resource-wrap {
width: 100%;
margin: 0 auto;
background-color: #006867;
padding: 3rem;
position: relative;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.featured-resource-wrap > div {
margin: auto;
}
@media (max-width: 575px) {
.featured-resource-wrap {
padding: 30px 1rem;
height: 100%;
text-align: center;
max-height: unset;
}
.featured-resource-wrap > div {
gap: 30px;
}
}
.featured-resource-img {
border-radius: 0.69rem;
overflow: hidden;
}
.featured-resource-img img {
height: 100%;
width: 100%;
object-fit: cover;
}
.featured-resource-content h3,
.featured-resource-content .h3,
.featured-resource-content h2,
.featured-resource-content .h2,
.featured-resource-content p {
color: #ffffff;
}
@media (max-width: 575px) {
.featured-resource-content h3, .featured-resource-content .h3 {
margin-bottom: 0.44rem;
}
} .company-modal, .leadership-modal {
display: none;
}
.company-modal > .fancybox-button, .leadership-modal > .fancybox-button {
display: none;
}
.company-modal.fancybox-content, .leadership-modal.fancybox-content {
background-color: transparent;
}
@media (max-width: 991px) {
.company-modal.fancybox-content, .leadership-modal.fancybox-content {
padding: 4%;
}
}
@media (max-width: 767px) {
.company-modal.fancybox-content, .leadership-modal.fancybox-content {
padding: 2% 0;
}
}
.company-modal header, .leadership-modal header {
display: flex;
justify-content: flex-end;
align-items: center;
user-select: none;
padding: 0 1rem;
}
.company-modal header .arrow, .leadership-modal header .arrow {
color: #006767;
position: relative;
width: auto;
height: auto;
display: inline-flex;
align-items: center;
margin-right: 0.75rem;
font-size: 0.88rem;
font-weight: 600;
cursor: pointer;
}
.company-modal header .arrow.slick-disabled, .leadership-modal header .arrow.slick-disabled {
pointer-events: none;
opacity: 0.5;
}
.company-modal header .arrow:before, .leadership-modal header .arrow:before {
font-size: 0.63rem;
font-family: 'imageware';
color: #006767;
}
.company-modal header .arrow:hover, .leadership-modal header .arrow:hover {
color: #003148;
}
.company-modal header .arrow:hover:before, .leadership-modal header .arrow:hover:before {
color: #003148;
}
.company-modal header .arrow.prev:before, .leadership-modal header .arrow.prev:before {
content: "";
margin-right: 0.38rem;
}
.company-modal header .arrow.next, .leadership-modal header .arrow.next {
flex-direction: row-reverse;
}
.company-modal header .arrow.next:before, .leadership-modal header .arrow.next:before {
content: "";
margin-left: 0.38rem;
}
.company-modal header .close, .leadership-modal header .close {
position: relative;
display: block;
padding: 0;
height: 1.94rem;
width: 1.94rem;
margin-left: 1.25rem;
color: #ffffff;
border-radius: 100%;
background-color: #006767;
cursor: pointer;
}
.company-modal header .close:hover, .leadership-modal header .close:hover {
background-color: #003148;
}
.partner-modal-fancy .fancybox-slide--html, .leadership-modal-fancy .fancybox-slide--html {
padding: 0;
}
.partner-card {
margin: 0.94rem 0;
}
.partner-card {
cursor: pointer;
}
@media (max-width: 575px) {
.partner-card {
max-width: 17.19rem;
margin: 0 auto;
}
}
.partner-card:hover .partner-logo {
filter: none;
opacity: 1;
}
.partner-card figure {
position: relative;
overflow: hidden;
cursor: pointer; border-radius: 0.69rem;
}
.partner-card figure::before {
content: "";
padding-top: 56%;
display: block;
}
.partner-card figure .partner-logo {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
padding: 1.25rem 2.5rem;
max-height: 100%;
filter: grayscale(1);
opacity: 0.5;
transition: 0.3s;
}
.partner-card figure .expand-icon {
position: absolute;
right: 0.94rem;
bottom: 0.75rem;
z-index: 1;
transition: 0.4s ease;
max-width: 1.94rem;
}
.partner-card h5, .partner-card .h5 {
font-weight: 400;
margin-top: 0.63rem;
margin-bottom: 0;
}
.company-modal .company_modal-inner {
padding: 1.88rem 0 1.88rem;
background-color: #ffffff;
box-shadow: 0 0 0.94rem rgba(0, 0, 0, 0.16);
border-radius: 0.69rem;
}
@media (min-width: 768px) {
.company-modal .company_modal-inner {
height: 20.07rem;
}
}
.company-modal .company-item {
display: flex;
flex-wrap: wrap;
padding: 1.25rem 1.57rem;
}
.company-modal .company-item figure {
position: relative;
display: flex;
align-items: center;
justify-content: center;
max-width: 25%;
min-width: 25%;
max-height: 12.5rem;
margin-right: 3.8%;
cursor: pointer;
}
@media (max-width: 767px) {
.company-modal .company-item figure {
max-width: 100%;
width: 100%;
margin-right: 0;
margin-bottom: 1.25rem;
}
}
.company-modal .company-item figure img {
max-height: 100%;
}
@media (max-width: 767px) {
.company-modal .company-item figure img {
max-width: 15.63rem;
}
}
@media (max-width: 575px) {
.company-modal .company-item figure img {
max-width: 12.5rem;
margin: 0.94rem 0;
}
}
.company-modal .company-desc {
flex: 1 1 0%;
}
@media (min-width: 768px) {
.company-modal .company-desc {
max-height: 12.5rem;
overflow: auto;
}
}
.company-modal .company-desc h5, .company-modal .company-desc .h5 {
font-weight: 400;
margin-bottom: 0.75rem;
}
.tabbed-content-tabs {
border-right: 1px solid #BDC4CF;
}
@media (max-width: 767px) {
.tabbed-content-tabs {
border-right: none;
border-bottom: 1px solid #BDC4CF;
margin-bottom: 1.25rem;
margin-left: 0.94rem;
margin-right: 0.94rem;
}
.tabbed-content-tabs .custom-dropdown-wrap {
max-width: 18.44rem;
margin: 0 auto 1.38rem;
}
.tabbed-content-tabs .select-trigger {
position: relative;
display: block;
padding: 0.94rem 1.88rem 0.94rem 1.25rem;
border: 1px solid #006767;
}
.tabbed-content-tabs .select-trigger::before {
content: '';
font-family: 'imageware';
position: absolute;
right: 0.94rem;
color: #006767;
}
}
@media (min-width: 768px) {
.tabbed-content-tabs .select-trigger {
display: none;
}
}
.tabbed-content-tabs ul {
margin: 0;
padding: 0;
}
.tabbed-content-tabs li {
display: inline-block;
margin: 0 0 0.63rem 0;
padding: 0;
list-style: none;
}
@media (max-width: 767px) {
.tabbed-content-tabs li {
display: block;
margin: 0;
border: 1px solid #BDC4CF;
border-top: none;
}
}
.tabbed-content-tabs li a {
display: block;
color: #003148;
padding: 0.69rem 3.13rem;
text-decoration: none;
border-radius: 0.69rem;
font-weight: 500;
}
@media (max-width: 991px) {
.tabbed-content-tabs li a {
padding: 0.63rem 1.88rem;
}
}
@media (max-width: 767px) {
.tabbed-content-tabs li a {
border-radius: 0;
}
}
.tabbed-content-tabs li a:hover {
background-color: #003148;
color: #ffffff;
}
.tabbed-content-tabs li.active a {
background-color: #003148;
color: #ffffff;
text-decoration: underline;
}
.tabbed-content-info h5 {
font-weight: 400;
}
.generic-listing-wrap {
display: block;
text-decoration: none;
}
.generic-listing-wrap:hover, .generic-listing-wrap:focus {
text-decoration: none;
}
.generic-listing-wrap:hover h5, .generic-listing-wrap:hover .h5, .generic-listing-wrap:focus h5, .generic-listing-wrap:focus .h5 {
color: #003148;
}
.generic-listing-img {
position: relative;
padding-top: 56%;
border-radius: 0.69rem;
overflow: hidden;
margin-bottom: 0.75rem;
}
.generic-listing-img img {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
object-fit: cover;
}
.generic-listing-content h5, .generic-listing-content .h5 {
margin-bottom: 0;
transition: 0.3s;
}
.featured-stats-img {
position: relative;
padding-top: 58%;
border-radius: 0.69rem;
overflow: hidden;
margin-bottom: 1.5rem;
}
.featured-stats-img img {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
object-fit: cover;
}
@media (max-width: 767px) {
.featured-stats-content h3, .featured-stats-content .h3 {
margin-bottom: 0.63rem;
}
}
.featured-stats-counter {
overflow: hidden;
}
.featured-stats-box {
width: 50%;
border-left: 1px solid #BDC4CF;
border-top: 1px solid #BDC4CF;
padding: 1.73rem 2.19rem;
margin-top: -0.12rem;
margin-left: -0.12rem;
}
@media (max-width: 991px) {
.featured-stats-box {
padding: 1.88rem 1.25rem;
}
}
@media (max-width: 575px) {
.featured-stats-box {
width: 100%;
margin-top: 0;
margin-left: 0;
border-left: none;
padding: 1.38rem 3.13rem;
}
.featured-stats-box:last-child {
border-bottom: 1px solid #BDC4CF;
}
}
.featured-stats-box .counter-text {
font-size: 40px;
color: #006767;
line-height: 1.3;
margin-bottom: 0.6rem;
}
.full-stats-section {
background-image: linear-gradient(90deg, #003148 38%, #006767);
}
.full-stats-left h2, .full-stats-left .h2, .full-stats-left p {
color: #ffffff;
}
.full-stats-value {
display: block;
font-size: 6.88rem;
text-align: center;
color: #ffffff;
margin-top: 2.19rem;
line-height: 1;
}
@media (max-width: 1199px) {
.full-stats-value {
font-size: 6.25rem;
}
}
@media (max-width: 991px) {
.full-stats-value {
font-size: 5.63rem;
}
}
@media (max-width: 767px) {
.full-stats-value {
font-size: 5rem;
margin-top: 0;
}
}
.fifty-fifty-video-row {
flex-direction: row-reverse;
}
@media (max-width: 767px) {
.fifty-fifty-video-row {
flex-direction: column-reverse;
}
}
.fifty-fifty-video-row.text-first {
flex-direction: row;
}
@media (max-width: 767px) {
.fifty-fifty-video-row.text-first {
flex-direction: column-reverse;
}
}
@media (max-width: 767px) {
.fifty-fifty-video-content h2, .fifty-fifty-video-content .h2, .fifty-fifty-video-content p {
margin-bottom: 0.5rem;
}
}
.fifty-fifty-video-box {
position: relative;
display: block;
border-radius: 0.69rem;
overflow: hidden;
padding-top: 58%;
}
@media (max-width: 767px) {
.fifty-fifty-video-box {
margin-bottom: 1.5rem;
}
}
.fifty-fifty-video-box:hover .play-icon {
transform: translate(-50%, -50%) scale(1.2);
}
.fifty-fifty-video-box .video-img {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
object-fit: cover;
}
.fifty-fifty-video-box .play-icon {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%) scale(1);
max-width: 5.63rem;
z-index: 9;
transition: 0.2s;
}
@media (max-width: 575px) {
.fifty-fifty-video-box .play-icon {
max-width: 3.63rem;
}
}
.leadership-card .card-inner {
max-width: 16.88rem;
margin: auto;
}
.leadership-card figure {
position: relative;
padding-top: 100%;
overflow: hidden;
cursor: pointer;
border-radius: 0.69rem;
transition: 0.3s;
}
.leadership-card figure:hover, .leadership-card figure:focus {
box-shadow: 0 0.32rem 2.5rem rgba(0, 0, 0, 0.2);
}
.leadership-card figure img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
}
.leadership-card figure .expand-icon {
position: absolute;
right: 0.5rem;
bottom: 0.5rem;
display: block;
z-index: 1;
transition: 0.4s ease;
height: 1.94rem;
width: 1.94rem;
}
.leadership-card .desc {
padding: 0.94rem 0 1.88rem;
}
.leadership-card .desc .bio-name {
font-weight: 400;
margin-bottom: 0;
}
.leadership-card .desc .bio-name a {
text-decoration: none;
}
.leadership-card .desc .bio-name a:hover, .leadership-card .desc .bio-name a:focus {
color: #003148;
text-decoration: none;
}
.leadership-card:last-child .desc {
padding-bottom: 0;
}
.share-bio {
display: flex;
align-items: center;
margin-bottom: 0.63rem;
}
.share-bio a {
color: #006767;
margin-right: 0.63rem;
font-size: 0.94rem;
text-decoration: none;
}
.share-bio a:hover, .share-bio a:focus {
color: #003148;
text-decoration: none;
}
.leadership-modal .share-bio {
margin-top: 1.57rem;
}
.leadership-modal .share-bio a {
margin-right: 0.94rem;
font-size: 1.25rem;
}
.leadership-modal header {
padding: 0;
}
.leadership-modal .close {
position: absolute !important;
top: 1.57rem;
right: 1.19rem;
z-index: 9;
}
.leadership-modal-inner {
position: relative;
padding: 0;
background-color: #ffffff;
box-shadow: 0 0 0.94rem rgba(0, 0, 0, 0.16);
border-radius: 0.69rem;
overflow: hidden;
}
.leadership-modal .bio-img figure {
height: 100%;
}
.leadership-modal .bio-img img {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 0.69rem 0 0 0.69rem;
}
@media (max-width: 575px) {
.leadership-modal .bio-img img {
border-radius: 0.69rem 0.69rem 0 0;
}
}
.leadership-modal .bio-item {
display: flex;
flex-wrap: wrap;
}
.leadership-modal .bio-img {
min-width: 28%;
max-width: 28%;
max-height: 20.07rem;
}
@media (max-width: 991px) {
.leadership-modal .bio-img {
max-height: none;
}
}
@media (max-width: 575px) {
.leadership-modal .bio-img {
max-width: 100%;
width: 100%;
margin-right: 0;
}
}
.leadership-modal .bio-img-img img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
}
.leadership-modal .bio-img-img figure {
position: relative;
padding-top: 100%;
overflow: hidden;
}
.leadership-modal .bio-img-img figure-img figure .expand-icon {
position: absolute;
right: 0.5rem;
bottom: 0.5rem;
z-index: 1;
padding: 7px;
color: #ffffff;
border-radius: 100%;
background-color: #006767;
}
.leadership-modal .bio-title {
margin-bottom: 0.63rem;
font-weight: 600;
}
.leadership-modal .bio-desc {
flex: 1 1 0%;
padding: 1.57rem;
align-self: center;
max-height: 17.5rem;
overflow: auto;
padding-right: 3.13rem;
}
@media (max-width: 991px) {
.leadership-modal .bio-desc {
max-height: none;
}
}
@media (max-width: 575px) {
.leadership-modal .bio-desc {
padding-right: 1.5rem;
}
}
.leadership-modal .bio-desc-desc p {
color: #707070;
}
.leadership-modal .share-wrapper {
display: flex;
flex-wrap: wrap;
align-items: flex-start;
}
.full-cta-section {
position: relative;
overflow: hidden;
background-image: linear-gradient(#003148, #014956);
width: 100%;
}
.full-cta-section h2, .full-cta-section .h2, .full-cta-section p {
color: #ffffff;
}
@media (max-width: 767px) {
.full-cta-section::before {
height: 125%;
width: 50%;
}
}
.full-cta-bg-img {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}
.full-cta-bg-img img {
height: 100%;
width: 100%;
object-fit: cover;
}
.full-cta-container {
position: relative;
z-index: 9;
text-align: left;
}
.job-listing-box {
position: relative;
top: 0;
border-radius: 0.69rem;
box-shadow: 0 0 0.75rem rgba(0, 0, 0, 0.16);
background-color: #ffffff;
height: 100%;
overflow: hidden;
padding: 1.5rem 1rem 3.13rem;
transition: 0.3s;
}
.job-listing-box:hover {
top: -0.5rem;
box-shadow: 0 0.32rem 2.5rem rgba(0, 0, 0, 0.3);
}
.job-listing-box:hover h5 a, .job-listing-box:hover .h5 a {
color: #003148;
}
.job-listing-box:hover::before {
opacity: 0.05;
}
.job-listing-box:hover:after {
height: 0.5rem;
}
.job-listing-box::before {
content: "";
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
background-image: url(//www.tech5-us.ai/wp-content/themes/imageware/assets/images/bg-logo-effect-gray.svg);
background-repeat: no-repeat;
background-position: center;
transform: scale(3.2);
opacity: 0;
pointer-events: none;
transition: 0.3s;
}
.job-listing-box:after {
content: "";
position: absolute;
left: 0;
bottom: 0;
height: 0;
width: 100%;
background-image: linear-gradient(90deg, #003148, #006767);
transition: 0.3s;
}
.job-listing-box h5, .job-listing-box .h5 {
margin-bottom: 0.5rem;
}
.job-listing-box .job-category {
font-weight: 600;
}
.job-listing-box .btn-arrow {
position: absolute;
left: 1rem;
bottom: 1.38rem;
}
.patent-portfolio-row {
max-width: 59.88rem;
width: 100%;
margin: 0 auto;
}
.patent-portfolio-answer {
display: none;
padding: 0 2rem 2.63rem;
}
@media (max-width: 767px) {
.patent-portfolio-answer {
padding-bottom: 1.32rem;
}
}
.patent-portfolio-answer .excerpt-title, .patent-portfolio-answer .btn-arrow {
font-weight: 600;
}
.patent-portfolio-content {
position: relative;
overflow: hidden;
margin-bottom: 1rem;
border: 1px solid #bdbdbd;
}
.patent-portfolio-content::before {
content: "";
position: absolute;
left: 0;
top: 0;
width: 0.5rem;
height: 100%;
background-image: linear-gradient(#003148, #006767);
box-shadow: 0 0 0.75rem rgba(0, 0, 0, 0.16);
}
.patent-portfolio-content.open .icon-plus-minus::before {
transform: translate(-25%, -50%) rotate(90deg);
}
.patent-portfolio-question {
position: relative;
padding: 1.57rem 15.63rem 1.57rem 2rem;
margin-bottom: 0;
cursor: pointer;
}
@media (max-width: 1199px) {
.patent-portfolio-question {
padding: 1.57rem 5rem 1.57rem 2rem;
}
}
@media (max-width: 767px) {
.patent-portfolio-question {
padding: 1.5rem 4.38rem 1.32rem 1.88rem;
}
}
.patent-portfolio-question .icon-plus-minus {
position: absolute;
top: 1.44rem;
right: 1.69rem;
height: 1.94rem;
width: 1.94rem;
border-radius: 6.25rem;
background-color: #006767;
}
@media (max-width: 767px) {
.patent-portfolio-question .icon-plus-minus {
right: 1.07rem;
}
}
.patent-portfolio-question .icon-plus-minus:before, .patent-portfolio-question .icon-plus-minus:after {
content: "";
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
background-color: #ffffff;
}
.epi-download-accordion .patent-portfolio-question .icon-plus-minus:after {
content: url(https://www.tech5-us.ai/wp-content/uploads/2024/04/Vector-1.png) !important;
left: 33% !important;
top: 2% !important;
transform :unset !important;
background-color:unset !important;
}
.epi-download-accordion .patent-portfolio-question .icon-plus-minus:before {
height: unset !important; 
width: unset !important; 
transition: unset !important;
}
.epi-download-accordion .patent-portfolio-content.open .icon-plus-minus:after {
content:'' !important;
}
.epi-download-accordion .patent-portfolio-content.open .icon-plus-minus::before {
content: url(https://www.tech5-us.ai/wp-content/uploads/2024/04/Vector-2.png) !important;
left: 33% !important;
top: 2% !important;
transform :unset !important;
background-color:unset !important;
}
.patent-portfolio-question .icon-plus-minus:before {
height: 1.07rem;
width: 0.19rem;
transition: 0.3s;
}
.patent-portfolio-question .icon-plus-minus:after {
height: 0.19rem;
width: 1.07rem;
}
.resource-list-top-section {
margin-top: -1px;
display: flex;
align-items: center;
position: relative;
clip-path: inset(0);
}
@media (max-width: 991px) {
.resource-list-top-section {
align-items: start;
height: 35rem;
}
}
.resource-list-top-section .img-hero-bg {
position: absolute;
left: 0;
width: 100%;
height: 100%;
}
.resource-list-top-section .img-hero-bg img {
width: 100%;
height: 100%;
object-fit: cover;
}
.resource-list-top-section h5, .resource-list-top-section .h5 {
margin-bottom: 0.32rem;
}
.resource-list-top-content h1 {
color: #FFFFFF;
z-index: 1;
position: relative;
margin: 0;
text-shadow: 2px 3px 0 rgba(0,0,0,0.3);
font-size: 70px;
font-weight: 600;
}
.resource-list-top-content h1::before {
content:"";
position: absolute;
width: 150%;
height: 120%;
left: -20%;
top: -10%; mix-blend-mode: soft-light;
filter: blur(34px);
border-radius: 100px;
z-index: -1;
clip-path: inset(-59px);
}
.resource-list-top-content h1::after {
content: "";
position: absolute;
width: 105%;
height: 7px;
left: -2.5%;
bottom: 18px;
background: rgba(0,0,0,0.5);
mix-blend-mode: darken;
filter: blur(4px);
border-radius: 100px;
z-index: -1;
}
.resource-list-top-img {
padding-top: 57%;
border-radius: 0.69rem;
margin-bottom: 0.63rem;
}
.resource-list-top-img .btn {
position: absolute;
left: 1rem;
top: 1rem;
}
.resource-list-container {
position: relative;
z-index: 9;
}
.resource-list-section {
position: relative;
overflow: hidden;
}
.resource-list-section .form-group {
padding: 0 0.75rem;
margin-bottom: 0.94rem;
}
.resource-list-section .form-group select, .resource-list-section .form-group input {
font-size: 1.13rem;
border-radius: 0;
border-color: #003148;
height: 3.5rem;
background-color: transparent;
}
.resource-list-section .filter-form {
margin: 0 -0.75rem;
}
.resource-list-section .filter-by {
font-size: 1.25rem;
}
.resource-list-section .filter-type, .resource-list-section .filter-category {
max-width: 15rem;
width: 100%;
}
@media (max-width: 991px) {
.resource-list-top-content h1::after {
content: "";
position: absolute;
width: 105%;
height: 7px;
left: -2.5%;
bottom: 15px;
background: rgba(0,0,0,0.5);
mix-blend-mode: darken;
filter: blur(4px);
border-radius: 100px;
z-index: -1;
}
.resource-list-top-content h1 {
font-size: 3rem;
margin-top: 70px;
}
}
@media (max-width: 991px) {
.resource-list-section .filter-type, .resource-list-section .filter-category {
max-width: 50%;
}
}
@media (max-width: 575px) {
.resource-list-section .filter-type, .resource-list-section .filter-category {
max-width: 100%;
}
.resource-list-top-content h1 {
padding-top: 50px;
padding-bottom: 50px;
}
.resource-list-top-content h1::after {
content: "";
bottom: 60px;
}
}
.resource-list-section .filter-search {
position: relative;
display: flex;
max-width: 17.5rem;
width: 100%;
}
@media (max-width: 991px) {
.resource-list-section .filter-search {
max-width: 50%;
}
}
@media (max-width: 575px) {
.resource-list-section .filter-search {
max-width: 100%;
}
}
.resource-list-section .filter-search input {
padding-right: 2.82rem;
}
.resource-list-section .filter-search button {
position: absolute;
right: 0.75rem;
padding: 0;
height: 100%;
width: 3.13rem;
display: flex;
align-items: center;
justify-content: center;
background-color: transparent;
color: #003148;
}
.resource-list-section .filter-reset {
color: #2A2E35;
text-decoration: none;
font-size: 1.13rem;
}
@media (max-width: 575px) {
.resource-list-section .filter-reset {
font-size: 1.25rem;
}
}
.resource-list-section .filter-reset:hover, .resource-list-section .filter-reset:focus {
color: #003148;
}
.resource-list-section .filter-left {
width: 85%;
}
@media (max-width: 1199px) {
.resource-list-section .filter-left {
width: 100%;
}
}
.resource-list-section .filter-right span {
color: #3636E8;
font-size: 1.13rem;
}
.resource-list-box {
background-color: #ffffff;
border-radius: 0;
box-shadow: 0 0.07rem 1.25rem rgba(0, 0, 0, 0.1);
transition: 0.3s;
overflow: hidden;
height: 100%;
}
.resource-list-box:hover {
box-shadow: 0 0.32rem 2.5rem rgba(0, 0, 0, 0.3);
}
.resource-list-box:hover .btn {
background-color: #D31776;
}
.asset-type {
font-size: 0.88rem;
color: rgba(42, 46, 53, 0.5);
font-weight: 500;
letter-spacing: 0.07rem;
margin-bottom: 0.63rem;
}
.resource-list-content {
padding: 1.44rem 2rem;
}
@media (max-width: 991px) {
.resource-list-content {
padding: 1.5rem;
}
}
.resource-list-content .btn {
padding: 0.38rem 1rem;
background-color: #BDC4CF;
font-size: 0.75rem;
color: #ffffff;
border-radius: 0.25rem;
}
.resource-list-img {
padding-top: 65%;
}
.related-resource-box {
position: relative;
display: block;
color: inherit;
background-color: #ffffff;
border-radius: 0.69rem;
box-shadow: 0 0.07rem 1.25rem rgba(0, 0, 0, 0.1);
transition: 0.3s;
overflow: hidden;
text-decoration: none;
}
.related-resource-box:hover {
text-decoration: none;
}
.related-resource-box:hover .asset-type {
color: #003148;
}
@media (min-width: 992px) {
.related-resource-box:hover::before {
height: 0.5rem;
opacity: 1;
}
}
.related-resource-box .asset-type {
margin-bottom: 0.32rem;
transition: 0.3s;
}
@media (max-width: 991px) {
.related-resource-box .asset-type {
color: #003148;
}
}
.related-resource-box::before {
content: "";
position: absolute;
left: 0;
bottom: 0;
height: 0;
width: 100%;
opacity: 0;
background-image: linear-gradient(90deg, #D31776, #003148);
transition: 0.3s;
}
@media (max-width: 991px) {
.related-resource-box::before {
height: 0.25rem;
opacity: 1;
}
}
.related-resource-content {
padding: 1.63rem 2rem 2rem;
}
@media (max-width: 991px) {
.related-resource-content {
padding: 1.25rem 1.5rem 2rem;
}
}
@media (min-width: 992px) {
.related-resource-content p {
font-weight: 600;
}
}
.related-resource-img {
padding-top: 56%;
}
.request-info-section {
background-image: linear-gradient(90deg, #003148 50%, #006767);
}
@media (max-width: 767px) {
.request-info-section {
background-image: linear-gradient(360deg, #003148 50%, #006767);
}
}
.request-info-content .h2, .request-info-content p, .request-info-content li {
color: #ffffff;
}
.request-info-content li::before {
color: #ffffff;
font-weight: 300;
}
.request-info-form {
background-color: #ffffff;
border-radius: 0.25rem;
box-shadow: 0 0.32rem 2.5rem rgba(0, 0, 0, 0.16);
padding: 1.25rem 2.38rem;
overflow: hidden;
}
@media (max-width: 1199px) {
.request-info-form {
padding: 0.94rem;
}
}
@media (max-width: 640px) {
.request-info-form {
padding: 0.63rem 0;
}
}
.request-info-form .gform_fields {
margin: 0 -0.75rem;
}
.request-info-form .gform_footer {
position: absolute;
right: 5.19rem;
bottom: 2.94rem;
max-width: 8.38rem;
}
@media (max-width: 640px) {
.request-info-form .gform_footer {
position: relative;
right: auto;
bottom: auto;
margin: 0 auto !important;
}
}
.request-info-form .gform_footer .button {
line-height: 1.5 !important;
}
.request-info-form .gform_footer .gform_ajax_spinner {
position: absolute;
left: -2.18rem;
top: 1.75rem;
}
@media (max-width: 640px) {
.request-info-form .gform_footer .gform_ajax_spinner {
left: auto;
right: -2.06rem;
top: 1.75rem;
}
}
.request-info-form .gform_validation_error .gfield {
margin: 0 0 0.94rem 0 !important;
padding-top: 0 !important;
}
.request-info-form .gform_validation_error .gfield_label {
margin: 0 !important;
top: 0.57rem;
font-size: 0.63rem;
font-weight: 600 !important;
color: #003148;
}
.request-info-form .gform_validation_error .gfield_error {
border: none !important;
background: transparent !important;
margin: 0 !important;
}
.request-info-form .gform_validation_error .gfield_error:not(:last-child) .gfield_label {
color: #003148 !important;
}
.request-info-form .gform_validation_error .gfield_error input, .request-info-form .gform_validation_error .gfield_error textarea {
border-color: #006767 !important;
}
.request-info-form .gform_validation_error .validation_message {
padding-top: 0.13rem !important;
padding-right: 0 !important;
color: #006767;
}
.request-info-form .gfield {
position: relative;
padding-right: 0.75rem !important;
padding-left: 0.75rem;
}
.request-info-form .gfield:last-child {
max-width: 60%;
}
@media (max-width: 640px) {
.request-info-form .gfield:last-child {
max-width: 100%;
}
}
.request-info-form .gfield:last-child .gfield_label {
position: static;
font-size: 0.88rem;
color: #2F2F2F !important;
font-weight: 400 !important;
}
.request-info-form .gfield_label {
position: absolute;
top: 1rem;
left: 1.88rem;
color: #2F2F2F;
font-weight: 400 !important;
z-index: 9;
transition: 0.3s;
}
.request-info-form .gfield_label.is-focus {
top: 0.57rem;
font-size: 0.63rem;
font-weight: 600 !important;
color: #003148;
}
.request-info-form .gfield_label.is-focus ~ .ginput_container input {
border-color: #2A2E35;
}
.request-info-form .ginput_container {
margin: 0 !important;
}
.request-info-form .ginput_container .gfield_checkbox li {
margin-bottom: 0.63rem;
}
.request-info-form .ginput_container:not(.ginput_container_checkbox) {
position: relative;
}
.request-info-form .ginput_container:not(.ginput_container_checkbox) input, .request-info-form .ginput_container:not(.ginput_container_checkbox) textarea {
padding: 1.19rem 0.94rem 0.38rem !important;
width: 100% !important;
}
.request-info-form .ginput_container:not(.ginput_container_checkbox) input:focus, .request-info-form .ginput_container:not(.ginput_container_checkbox) textarea:focus {
border-color: #006767;
}
body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half), body .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half, body .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_right_half {
max-width: 100% !important;
border: none;
padding-top: 4px !important;
}
.contact-section .sub-text {
font-size: 1.25rem;
line-height: 1.2;
margin-bottom: 1.25rem;
}
.contact-section .request-info-form {
box-shadow: none;
}
.contact-form-wrap {
background-image: linear-gradient(45deg, #003148, #006767);
padding: 0.44rem;
border-radius: 0.63rem;
box-shadow: 0 0.32rem 2.5rem rgba(0, 0, 0, 0.3);
}
@media (max-width: 575px) {
.contact-form-wrap {
margin: 0 -0.75rem;
}
}
.contact-location {
background-image: linear-gradient(45deg, #003148, #006767);
}
.contact-location-box {
border-radius: 0.69rem;
background-color: #ffffff;
padding: 2rem;
height: 100%;
}
.contact-location-box address, .contact-location-box p, .contact-location-box a {
font-style: normal;
font-weight: 400;
font-size: 1.25rem;
}
@media (max-width: 1199px) {
.contact-location-box address br, .contact-location-box p br, .contact-location-box a br {
display: none;
}
}
.m-deploy-second-column picture {
width: 500px;
height: auto;
left: -10px;
position: absolute;
top: -15rem;
}
@media (max-width: 767px) {
.contact-location-box address, .contact-location-box p, .contact-location-box a {
font-size: 1.07rem;
}
.column-sm-reverse {
flex-direction: column-reverse;
}
.m-deploy-first-column picture {
top: 0 !important;
}
.m-deploy-second-column {
margin: 600px 0 330px !important;
justify-content: center;
}
}
@media (max-width: 767px) {
.m-deploy-second-column picture {
top: 1rem !important;
}
}
@media (max-width: 991px) {
.m-deploy-second-column picture {
top: -12rem;
width: 360px !important;
height: auto !important;
left: 0 !important;
}
}
.contact-location-box a {
text-decoration: none;
color: inherit;
}
.contact-location-box a:hover, .contact-location-box a:focus {
color: #003148;
}
.contact-location-tag {
display: block;
text-transform: uppercase;
font-weight: 600;
color: #003148;
font-size: 0.88rem;
margin-top: -0.5rem;
margin-bottom: 0.94rem;
}
.latest-content-info p.date-cat {
font-weight: 700;
}
.mission-vision .inner-hero-img source, .mission-vision  .inner-hero-img img {
object-fit: contain;
width: 100%;
height: 100%;
}
.mission-vision > div > div.row {
min-height: 100%;
}
.mission-vision picture.inner-hero-img {
position: relative;
}
.main-content .cta-text-field {
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.the-5 picture.inner-hero-img {
position: relative;
}
.btn-arrow a.btn::after path, a.btn-arrow::after path {
fill: #006767;
}
section.resource-list-top-section picture.img-hero-heading img, section.inner-hero-section.product-page .img-hero-heading img {
z-index: 1;
position: relative;
width: 160px;
height: auto;
transform: scale(1.3);
top: 2.5rem;
}
@media (max-width: 991px) {
section.resource-list-top-section picture.img-hero-heading img,
section.inner-hero-section.product-page .img-hero-heading img {
top: 9rem;
}
}
section.resource-list-top-section picture.img-hero-heading::before,
section.inner-hero-section.product-page .inner-hero-content picture.img-hero-heading::before {
content: "";
position: absolute;
width: 205.04px;
height: 192.71px;
left: 50%;
top: 50%;
background: #FFFFFF;
mix-blend-mode: soft-light;
filter: blur(40.8783px);
border-radius: 113.491px;
transform: translate(-70%, -15%);
}
@media (max-width: 425px) {
section.resource-list-top-section picture.img-hero-heading img,
section.inner-hero-section.product-page .img-hero-heading img {
z-index: 1;
position: relative;
width: 100px;
height: auto;
margin-bottom: -60px;
top: 6rem;
}
.inner-hero-content {
padding: 2.82rem 0 20px !important;
min-height: 490px;
}
section.resource-list-top-section picture.img-hero-heading::before,
section.inner-hero-section.product-page .inner-hero-content picture.img-hero-heading::before {
content: "";
position: absolute;
width: 205.04px;
height: 192.71px;
left: 50%;
top: 50%;
background: #FFFFFF;
mix-blend-mode: soft-light;
filter: blur(40.8783px);
border-radius: 113.491px;
transform: translate(-70%, -15%);
}
}
section.inner-hero-section.product-page .inner-hero-content::before {
content: "";
width: 8px;
height: 63.1%;
position: absolute;
transform: translate(0, 44px);
background: #F26522;
z-index: 2;
left: -2.6rem;
}
section.resource-list-top-section .resource-list-top-content::after,
section.inner-hero-section.product-page .inner-hero-content::after {
content: "";
width: calc(100vw / 1.5);
height: 63.2%;
position: absolute;
background: #ffffff;
mix-blend-mode: soft-light;
box-shadow: 1px 3px 1px rgba(0, 0, 0, 0.75);
border-radius: 0 6px 6px 0;
top: 0;
transform: translate(0, 60px);
left: -2.6rem;
max-width: 930px;
}
@media (max-width: 991px) {
section.inner-hero-section.product-page .inner-hero-content::before {
content: "";
width: 100%;
height: 10px;
position: absolute;
transform: translate(0, 0);
background: #F26522;
z-index: 2;
left: 0;
opacity: 1;
top: 0;
}
section.inner-hero-section.product-page .inner-hero-content::after {
content: "";
width: 100%;
left: 0;
height: calc(100vh / 3.1);
position: absolute;
background: #ffffff;
mix-blend-mode: soft-light;
box-shadow: 1px 3px 1px rgba(0, 0, 0, 0.75);
border-radius: 0 0 6px 6px;
top: 0;
transform: unset;
}
section.resource-list-top-section .resource-list-top-content::after {
content: "";
width: 100%;
left: 0;
height: calc(100vh / 4.3);
position: absolute;
background: #ffffff;
mix-blend-mode: soft-light;
box-shadow: 1px 3px 1px rgba(0, 0, 0, 0.75);
border-radius: 0 0 6px 6px;
top: 0;
transform: unset;
}
.inner-hero-content .inner-hero-top-content {
padding: 0 2.2rem;
}
}
@media (min-width:1200px) {
section.resource-list-top-section .resource-list-top-content::after,
section.inner-hero-section.product-page .inner-hero-content::after {
max-width: 900px;
}
}
.resource-list-content .btn-arrow a.btn::after, .resource-list-content a.btn-arrow::after {
background-color: #006767;
margin-top: 6px;
height: 12px;
width: 12px;
}
.resource-list-content p.date {
font-weight: 600;
}
.pagination ul li a.prev::before {
content: "";
background: url(//www.tech5-us.ai/wp-content/themes/imageware/assets/images/prev-arrow.svg);
background-repeat: no-repeat;
width: 10px;
height: 17px;
position: absolute;
background-size: contain;
margin-top: 7px;
margin-left: -20px;
}
.pagination ul li a.next::after {
content: "";
background: url(//www.tech5-us.ai/wp-content/themes/imageware/assets/images/next-arrow.svg);
background-repeat: no-repeat;
width: 10px;
height: 17px;
position: absolute;
background-size: contain;
margin-top: 7px;
margin-left: 10px;
}
.pagination ul li.pages {
background: #FFFFFF;
padding: .3rem 1rem;
border: 2px solid #CCCCCC;
border-radius: .4rem;
box-shadow: 1px 2px 8px -1px #CCCCCC;
pointer-events: none;
}
section.full-cta-section .full-cta-container a.btn.btn-orange {
border: 2px solid #FFFFFF;
}
section.inner-hero-section.product-page .inner-hero-content .inner-hero-top-content .h1 {
text-align: left;
margin: 0;
line-height: 1.3;
} section.hero-section picture.hero-img-right {
position: relative;
left: -7rem;
top: 0;
height: auto;
width: 710px;
margin-top: -65px;
}
.technology-content p {
margin: 0;
}
a.btn.btn-orange.white-border {
border: 2px solid #ffffff;
}
.cta-authenticate h2.text-dark {
color: #003148;
text-align: left;
}
.cta-authenticate p {
color: #003148;
text-align: justify;
}
section.hero-section.home {
background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(220,220,220,1) 100%);
}
.resource-list-content p.date-cat {
font-weight: 700;
}
.post-content a {
color: #F26522;
}
.no-theme-list ul li {
list-style: disc;
padding-left: 0;
}
.no-theme-list ul {
padding-left: 1.2rem;
}
.no-theme-list ul li::before {
content: none;
}
.bg-color-hero-content {
text-align: center;
}
span.post-date {
font-weight: 700;
}
img.img-featured-post {
width: 100%;
}
picture.img-hero-heading.support-icon-img {
padding-top: calc(100vw / 5);
position: relative;
}
@media (min-width: 576px) {
picture.img-hero-heading.support-icon-img {
padding-top: 0;
}
}
.resource-list-container .resource-list-box .resource-list-content h5.h5 {
font-size: 16px;
}
.bio-popup .show-popup .gform_confirmation_wrapper {
padding: 0 2rem;
display: flex;
flex-flow: column nowrap;
text-align: center;
margin: 80px 0;
font-weight: 700;
color: #006767;
}
.page-id-46618 section.inner-hero-section.product-page .inner-hero-content::after , .page-id-46695 section.inner-hero-section.product-page .inner-hero-content::after{
background: #ffffffbf !important;
}
section.t5lepp-sec1 {
margin-bottom: 0px;
}
section.t5lepp-sec2 {
padding: 48px 0px;
background: url(https://www.tech5-us.ai/wp-content/uploads/2024/11/hexagon_2-28.png) 3% 50% / 62px 55px no-repeat, url(https://www.tech5-us.ai/wp-content/uploads/2024/11/hexagon_right-top-3.png) 98% 13% / 83px 75px no-repeat;
background-color: rgba(228, 229, 231, 1);
}
section.t5lepp-sec2 .section-content {
background: #fff !important;
padding: 24px 40px;
}
p.affrtpara{
font-family: 'Montserrat', sans-serif !important;;
font-size: 16px;
font-weight: 500;
line-height: 19.5px;
text-align: left;
color: rgba(42, 46, 53, 1);
}
.t5lepp-sec3 h2 {
font-size: 40px;
color: #1B3A6A;
margin-bottom: 5px;
}
.t5lepp-sec3 .row-main p{
font-family: 'Montserrat', sans-serif !important;;
font-size: 16px;
font-weight: 500;
line-height: 19.5px;
text-align: left;
color: rgba(60, 60, 59, 1);
margin-bottom: 23px;
}
.t5lepp-sec3 .row .card-info{
display: flex;
flex-direction: row;
align-items: baseline;
gap: 28px;
}
.t5lepp-sec3 .row .card-info img{
width: 18px;
padding-top: 3px;
}
.t5lepp-sec3 .row-content{
width: 95%;
margin: auto;
}
.t5lepp-sec3 .row .card-info p{
font-family: 'Montserrat', sans-serif !important;;
font-size: 16px;
font-weight: 500;
line-height: 19.5px;
text-align: left;
color: rgba(42, 46, 53, 1);
align-self: flex-start;
}
.t5lepp-sec3 .row .card-info p span{
color: rgba(27, 57, 106, 1);
font-weight: 700;
}
.t5lepp-sec5 h2 {
font-size: 40px;
color: #1B3A6A;
margin-bottom: 5px;
}
.t5lepp-sec5 .row-main p{
font-family: 'Montserrat', sans-serif !important;;
font-size: 16px;
font-weight: 500;
line-height: 19.5px;
text-align: left;
color: rgba(60, 60, 59, 1);
margin-bottom: 23px;
}
.t5lepp-sec5 .row .card-info{
display: flex;
flex-direction: row;
align-items: baseline;
gap: 28px;
margin-bottom: 15px;
}
.t5lepp-sec5 .row .card-info img{
width: 18px;
padding-top: 3px;
}
.t5lepp-sec5 .row-content{
width: 95%;
margin: auto;
}
.t5lepp-sec5 .row .card-info p{
font-family: 'Montserrat', sans-serif !important;;
font-size: 16px;
font-weight: 500;
line-height: 19.5px;
text-align: left;
color: rgba(42, 46, 53, 1);
align-self: flex-start;
}
.t5lepp-sec5 .row .card-info p span{
color: rgba(27, 57, 106, 1);
font-weight: 600;
}
.t5lepp-sec5 .row .col-img{
text-align-last: center;
}
.t5lepp-sec5 .row .col-img img{
height: 394px;
}
.t5lepp-sec5 .footer-text p{
font-family: 'Montserrat', sans-serif !important;;
font-size: 16px;
font-weight: 600;
line-height: 19.5px;
text-align: left;
color: rgba(27, 58, 106, 1);
width: 65%;
}
section.py-30.t5lepp-sec7 {
padding-top: 55px;
}
.t5lepp-sec7 h2 {
font-size: 40px;
color: #1B3A6A;
}
.t5lepp-sec7 .row-main p{
font-family: 'Montserrat', sans-serif !important;;
font-size: 16px;
font-weight: 500;
line-height: 19.5px;
text-align: left;
color: rgba(60, 60, 59, 1);
margin-bottom: 35px;
width: 50%;
}
.t5lepp-sec7 .row .card-info{
display: flex;
flex-direction: row;
align-items: baseline;
gap: 28px;
margin-bottom: 15px;
}
.t5lepp-sec7 .row .card-info img{
width: 18px;
padding-top: 3px;
}
.t5lepp-sec7 .row-content{
width: 95%;
margin: auto;
}
.t5lepp-sec7 .row .card-info p{
font-family: 'Montserrat', sans-serif !important;;
font-size: 16px;
font-weight: 500;
line-height: 19.5px;
text-align: left;
color: rgb(0, 0, 0);
align-self: flex-start;
}
.t5lepp-sec7 .row .card-info p span{
color: rgba(27, 57, 106, 1);
font-weight: 600;
}
.t5lepp-sec7 .row .col-img{
text-align-last: center;
}
.t5lepp-sec7 .row .col-img img{
height: 394px;
}
section.t5lepp-sec2 .section-content p{
font-family: 'Montserrat', sans-serif !important;
font-size: 16px;
font-weight: 500;
line-height: 19.5px;
text-align: left;
margin-bottom: 0px;
}
p.header-text {
font-family: 'Montserrat', sans-serif !important;
font-size: 18px;
font-weight: 700;
line-height: 54px;
text-align: left;
margin-bottom: 0px;
position: absolute;
bottom: 5px;
}
section.inner-hero-section.product-page.mb-30.t5-sec1 {
margin-bottom: 0px;
}
.t5-sec2{
min-height: 324px;
}
.t5-sec2 .row-main{
border-left: 8px solid #F26522;
background: #fff;
padding: 22px 45px 23px 60px;
}
.row-btn-main .btn-orange{
border: 1px solid #FFFFFF;
height: 45px;
}
.page-id-46618 section.inner-hero-section.product-page.t5-sec2 .inner-hero-content::before{
content: unset !important;
}
.page-id-46618 section.inner-hero-section.product-page.t5-sec2 .inner-hero-content::after{
content: unset !important;
}
.t5-sec2 .explore-variety p , .t5-sec2 .dont-miss p{
text-shadow: unset;
}
.t5-sec2 .explore-variety p{
text-align: start !important;
display: block !important;
}
.t5-sec2 .inner-hero-content {
padding-top: 4rem;
padding-bottom: 2rem;
}
.t5-sec2 .explore-variety {
flex-direction: column;
align-items: flex-start !important;
}
.t5-sec2 .explore-variety h3{
font-family: 'Montserrat', sans-serif !important;
font-size: 20px;
font-weight: 700;
line-height: 24.38px;
text-align: left;
color: #1B396A !important;
}
.t5-sec3 h3{
font-family: 'Montserrat', sans-serif !important;
font-size: 40px;
font-weight: 700;
line-height: 50px;
text-align: left;
color:#1B396A;
margin-bottom: 30px;
}
ul.page-navigation-list {
padding-left: 0px;
list-style: none;
display: flex;
justify-content: space-between;
gap: 20px;
}
.t5-sec2 .dont-miss {
padding: 26px 40px 16px 40px;
}
.page-navigation-list li {
border: 2px solid #006767;
border-radius: 10px;
background: #fff;
width: 190px;
display: flex;
align-items: center;
padding: 0;
justify-content: center;
}
.page-navigation-list li a {
font-family: 'Montserrat', sans-serif !important;
font-size: 16px;
font-weight: 700;
line-height: 19.5px;
text-align: center;
color: #006767;
text-decoration: none;
padding: 12px 26px;
width: 100%;
border-radius: 10px;
}
.page-navigation-list li a:hover{
background: #E9E9E9;
box-shadow: 0px 4px 4px 0px #0000001A;
}
.page-navigation-list li a:active{
background: #C4C4C4;
box-shadow: 0px 4px 4px 0px #0000001A;
}
.dont-miss-text img {
margin-bottom: 10px;
}s
.t5-sec4 .fifty-fifty-img.cell-12{
display: flex;
gap: 20px;
margin-bottom: 20px;
}
.t5-sec4 .fifty-fifty-img.cell-12 h3{
font-family: 'Montserrat', sans-serif !important;
font-size: 18px;
font-weight: 700;
line-height: 21.94px;
text-align: left;
color: #1B3A6A;
}
.t5-sec4 .fifty-fifty-img.cell-12 img{
width: 100px;
height: 100px;
}
.t5-sec4 p{
font-family: 'Montserrat', sans-serif !important;
font-size: 16px;
font-weight: 500;
line-height: 19.5px;
text-align: left;
color: #3C3C3B;
}
.t5-sec4 h2{
font-size: 40px;
color: #1B3A6A;
}
.t5-sec4 .fifty-fifty-content{
padding: 40px;
}
section.page-navigation.t5-sec3 {
padding: 34px 0px 30px;
}
.t5-sec4-footer {
display: flex;
align-items: end;
margin-top: 40px;
}
.t5-sec4-footer-text h4{
font-family: 'Montserrat', sans-serif !important;
font-size: 18px;
font-weight: 700;
line-height: 21.94px;
text-align: left;
color: #1B3A6A;
}
.t5-sec4-footer-text p{
font-family: 'Montserrat', sans-serif !important;
font-size: 16px;
font-weight: 500;
line-height: 19.5px;
text-align: left;
color: #000000;
}
.t5-sec5{
min-height: 248px;
}
.t5-sec5 .explore-variety{
justify-content: flex-start;
width: 100%;
}
.t5-sec5 .experience-wrapper {
justify-content: space-between;
width: 100%;
z-index: 22;
}
.t5-sec5 .experience-wrapper h3{
font-family: 'Montserrat', sans-serif !important;
font-size: 40px;
font-weight: 700;
line-height: 48.76px;
text-align: left;
color: #ffffff;
margin-bottom: 0px;
text-shadow: rgba(0, 0, 0, 0.2) 1px 2px 0px;
}
.t5-sec5 .row-main .cell-lg-8{
border-left: 8px solid #F26522;
padding: 35px 45px 35px 60px;
box-shadow: 0px 4px 4px 0px #00000040;
border-radius: 0px 6px 6px 0px;
}
.t5-sec5 .row-main .cell-lg-8:after {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
bottom: 0;
mix-blend-mode: soft-light;
background: linear-gradient(to bottom right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
border-radius: 0px 6px 6px 0px;
}
.page-id-46618 section.inner-hero-section.product-page.t5-sec5 .inner-hero-content::before{
content: unset !important;
}
.page-id-46618 section.inner-hero-section.product-page.t5-sec5 .inner-hero-content::after{
content: unset !important;
}
.t5-sec5 .inner-hero-content {
padding-top: 4rem;
}
.t5-sec5 .experience-wrapper a{
border: 2px solid #FFFFFF;
}
.t5-sec5 .cell-lg-4 .experience-wrapper{
justify-content: center;
}
.t5-sec6{
padding: 60px 0px;
background: linear-gradient(180deg, #FFFFFF 0%, rgba(237, 237, 237, 0.86) 100%);
}
.t5-sec6 .h3{
font-family: 'Montserrat', sans-serif !important;
font-size: 40px;
font-weight: 700;
line-height: 50px;
text-align: left;
color: #1B396A;
}
.t5-sec6 .h4{
font-family: 'Montserrat', sans-serif !important;
font-size: 32px;
font-weight: 700;
line-height: 39.01px;
text-align: left;
color: #1B396A;
margin-bottom: 40px;
}
.module-card-content {
background: #FFFFFF;
padding: 30px 30px 50px 30px;
margin-right: 50px;
margin-bottom: 30px;
}
.module-card-content .module-card {
display: flex;
gap: 20px;
}
.module-card-content .module-card img{
width: 100px;
height: 100px;
}
.module-card h3{
font-family: 'Montserrat', sans-serif !important;
font-size: 18px;
font-weight: 700;
line-height: 21.94px;
text-align: left;
color: #1B3A6A;
margin-bottom: 0px;
}
.module-card{
margin-bottom: 20px;
}
.module-card h3 span{
font-family: 'Montserrat', sans-serif !important;
font-size: 16px;
font-weight: 500;
line-height: 19.5px;
text-align: left;
color: #3C3C3B;
}
.module-card-footer p{
font-family: 'Montserrat', sans-serif !important;
font-size: 16px;
font-weight: 500;
line-height: 19.5px;
text-align: left;
color: #000000;
}
.t5-sec6 .dont-miss{
width: 80%;
margin: 0px auto;
padding: 20px;
}
.t5-sec6 .dont-miss p{ 
color: #1B3A6A;
font-family: 'Montserrat', sans-serif !important;
font-size: 18px;
font-weight: 700;
line-height: 21.94px;
text-align: center;
margin-bottom: 0px;
}
.cell-6.modul-info {
display: flex;
flex-direction: column;
align-items: flex-start;
background: url(https://www.tech5-us.ai/wp-content/uploads/2024/10/Hex-group-left-top.png) 100% 100% / 176px 147px no-repeat;
}
.dont-miss-text {
margin: auto;
text-align: center;
}
.dont-miss-text p{
font-family:'Montserrat', sans-serif !important ;
font-size: 16px;
font-weight: 600;
line-height: 19.5px;
text-align: center;
color: #006767;
width: 80%;
margin: 15px auto;
}
section.how-its-work.t5-sec7 {
background: linear-gradient(0deg, #006767 -128.6%, #003148 100%);
padding: 60px 0;
}
.hit-work-h{
font-family: 'Montserrat', sans-serif !important ;
font-size: 40px;
font-weight: 700;
line-height: 50px;
text-align: left;
color: #fff;
margin-bottom: 2rem;
}
.hit-work-card {
background: #fff;
border-radius: 24px;
padding: 40px 0;
text-align: center;
}
.hit-work-card-head {
display: flex;
justify-content: center;
gap: 20px;
}
.hit-work-card-head span {
border: 3px solid #006767;
margin: 0;
border-radius: 10px;
height: 48px;
width: 48px;
display: flex;
align-items: center;
justify-content: center;
color: #006767;
font-family: 'Montserrat', sans-serif !important;
font-size: 24px;
font-weight: 700;
line-height: 29.26px;
text-align: left;
}
.hit-work-card p{
font-family: 'Montserrat', sans-serif !important;
font-size: 16px;
font-weight: 500;
line-height: 19.5px;
text-align: center;
color: #000;
width: 70%;
margin: auto;
min-height: 78px;
}
.hit-work-card-head p{
color: #006767;
font-family: 'Montserrat', sans-serif !important;
font-size: 22px;
font-weight: 700;
line-height: 29.26px;
text-align: left;
width: 50%;
margin: unset !important;
margin-bottom: 0px;
height: 58px;
}
section.t5-sec8.technologies {
background: #F5F5F5;
padding: 60px 0px;
}
.tech-h{
color: #1B396A;
font-family: 'Montserrat', sans-serif !important;
font-size: 32px;
font-weight: 700;
line-height: 39.01px;
margin-bottom: 32px;
}
.technology-col h4 {
font-family: 'Montserrat', sans-serif !important;
font-size: 20px;
font-weight: 700;
line-height: 24.38px;
color: #1B396A;
width: 80%;
margin: auto;
text-align: center;
min-height: 74px;
align-content: end;
}
.technology-col p {
border: 2px solid #F16522;
margin: 0px;
padding: 17px 12px 12px 12px;
border-radius: 6px;
background: #fff;
color: #2A2E35;
font-family: 'Montserrat', sans-serif !important;
font-size: 16px;
font-weight: 500;
line-height: 19.5px;
text-align: center;
}
.cell-2.technology-col {
width: 20%;
}
.technology-col ul li {
color: #2A2E35;
font-family: 'Montserrat', sans-serif !important;
font-size: 16px;
font-weight: 600;
line-height: 19.5px;
text-align: left;
padding: 0px;
padding-bottom: 4px;
}
.technology-col ul {
padding-left: 1.5rem;
margin-top: 17px;
}
.cell-2.middle-col { text-align: center;
padding-top: 6rem;
}
.cell-2.middle-col p{
font-family: 'Montserrat', sans-serif !important; 
font-size: 16px;
font-weight: 500;
line-height: 19.5px;
text-align: center;
color: #2A2E35;
margin-bottom: 0px;
}
#t5-use-case h2.text-left.uses-cases-heading{
margin-left: -12px;
}
.cell-5.technology-list-col {
display: flex;
gap: 20px;
padding-left: 0px;
}
.user-freindly .cell-12{
padding-left: 0px;
}
.cell-5.technology-list-col img{
width: 18px;
height: 16px;
}
.cell-5.technology-list-col h4{
font-family: 'Montserrat', sans-serif !important;
font-size: 16px;
font-weight: 600;
line-height: 19.5px;
text-align: left;
color: #2A2E35;
}
.cell-5.technology-list-col h4 strong{
font-weight: 700;
color: #1B396A;
}
h3.tech-h2 {
color: #1B396A;
font-family: 'Montserrat', sans-serif !important;
font-size: 20px;
font-weight: 700;
line-height: 24.38px;
margin-bottom: 25px;
margin-top: 55px;
}
#t5-use-case .dont-miss {
background: url(https://www.tech5-us.ai/wp-content/uploads/2024/07/Vector-44.png) top left no-repeat, url(https://www.tech5-us.ai/wp-content/uploads/2024/07/Vector-45.png) top right no-repeat, url(https://www.tech5-us.ai/wp-content/uploads/2024/07/Vector-47.png) bottom right no-repeat, url(https://www.tech5-us.ai/wp-content/uploads/2024/07/Vector-46.png) bottom left no-repeat !important;
background-size: 18px 19px !important;
}
.row-cell-5{
justify-content: space-between;
}
.tech-h4{
color: #1B396A;
font-family: 'Montserrat', sans-serif !important;
font-size: 20px;
font-weight: 700;
line-height: 24.38px;
}
.user-freindly .tech-h{
margin-top: 55px;
margin-bottom: 10px;
}
.row.user-freindly-row {
background: #FFFFFF;
border: 2px solid #F16522;
border-radius: 6px;
align-items: center;
justify-content: center;
padding: 15px;
text-align-last: center;
margin-top: 20px;
}
.row.user-freindly-row img{
height: 352px;
}
.row.user-freindly-row p{
color: #2A2E35;
font-family: 'Montserrat', sans-serif !important;
font-size: 16px;
font-weight: 600;
line-height: 19.5px;
text-align-last: start; 
}
.row.user-freindly-row .bg-elements{
background: url(https://www.tech5-us.ai/wp-content/uploads/2024/10/hexagon_right-top.png) 22% 6% / 45px 41px no-repeat, url(https://www.tech5-us.ai/wp-content/uploads/2024/10/hexagon_right-top-1.png) 89% 8% / 65px 58px no-repeat, url(https://www.tech5-us.ai/wp-content/uploads/2024/10/hexagon_right-top-2.png) 27% 80% / 34px 31px no-repeat, url(https://www.tech5-us.ai/wp-content/uploads/2024/10/Group-1-2.png) 90% 86% / 119px no-repeat;
}
.t5-sec9{
min-height: 248px;
}
.t5-sec9 .explore-variety{
justify-content: flex-start;
width: 100%;
}
.t5-sec9 .experience-wrapper {
justify-content: space-between;
width: 100%;
z-index: 22;
}
.t5-sec9 .experience-wrapper h3{
font-family: 'Montserrat', sans-serif !important;
font-size: 40px;
font-weight: 700;
line-height: 48.76px;
text-align: left;
color: #ffffff;
margin-bottom: 0px;
text-shadow: rgba(0, 0, 0, 0.2) 1px 2px 0px;
}
.t5-sec9 .row-main .cell-lg-8{
border-left: 8px solid #F26522;
padding: 35px 45px 35px 60px;
box-shadow: 0px 4px 4px 0px #00000040;
border-radius: 0px 6px 6px 0px !important;
}
.t5-sec9 .row-main .cell-lg-8:after {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
bottom: 0;
mix-blend-mode: soft-light;
background: linear-gradient(to bottom right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
border-radius: 0px 6px 6px 0px !important;
}
.page-id-46618 section.inner-hero-section.product-page.t5-sec9 .inner-hero-content::before{
content: unset !important;
}
.page-id-46618 section.inner-hero-section.product-page.t5-sec9 .inner-hero-content::after{
content: unset !important;
}
.t5-sec9 .inner-hero-content {
padding-top: 4rem;
}
.t5-sec9 .experience-wrapper a{
border: 2px solid #FFFFFF;
}
.t5-sec9 .cell-lg-4 .experience-wrapper{
justify-content: center;
}
.t5_solutions .solutions {
box-shadow: 0px 4px 4px 0px #00000040;
background: #F5F5F5;
padding: 20px 40px 22px 40px;
}
.t5_solutions .solutions p{
margin-bottom: 0px;
}
.t5_solutions .solutions p::before{
top: 0px;
content: "";
width: 8px;
height: 100%;
position: absolute;
transform: translate(0, 0px);
background: #F26522;
z-index: 2;
left: -2.6rem;
}
.row.row_solutions.t5_solutions {
background: #fff;
padding: 65px 41px 65px 41px;
margin-bottom: 11px;
}
.page-id-46618 .dont-miss{
background: url(https://www.tech5-us.ai/wp-content/uploads/2024/10/Vector-44-1.png) top left no-repeat, url(https://www.tech5-us.ai/wp-content/uploads/2024/10/Vector-45.png) top right no-repeat, url(https://www.tech5-us.ai/wp-content/uploads/2024/10/Vector-47.png) bottom right no-repeat, url(https://www.tech5-us.ai/wp-content/uploads/2024/10/Vector-46-1.png) bottom left no-repeat !important;
background-size: 18px 19px !important;
}
.clole:before {
content: "";
position: absolute;
width: 70%;
height: 145%;
left: 50%;
top: 50%;
background: #FFFFFF;
mix-blend-mode: soft-light;
filter: blur(90.8783px);
border-radius: 50%;
transform: translate(-50%, -50%);
}
#t5-key-featured .fifty-fifty-img , #t5-key-benefit .fifty-fifty-img {
display: flex;
gap: 20px;
margin-bottom: 26px;
width: 100%;
}
.row-btn-main{
margin-top: 2rem;
display: flex;
justify-content: center;
text-align: center;
}
.logim{
padding-top: 20px;
}
.logim img{
width: 348px;
}
section#t5-key-benefit {
padding: 60px;
}
.t5-sec2 .dont-miss p{
display: block !important;
}
.page-id-46618 .main-footer{
margin-top: 0rem;
}
.blit::before{
height: 155%;
}
.t5_solutions .solutions p {
padding: 20px 40px 22px 0px;
margin-left: 50px;
}
.t5_solutions .solutions{
padding: 0px;
}
.t5-sec6-mobile{
display: none;
}
.t5lepp-sec6 {
background: rgba(228, 229, 231, 1);
padding: 45px 0px;
}
.t5lepp-sec6 p{
font-family: 'Montserrat', sans-serif !important;
font-size: 16px;
font-weight: 500;
line-height: 19.5px;
text-align: left;
color: #3C3C3B;
margin-bottom: 0px;
text-shadow: rgba(0, 0, 0, 0.1) 1px 1px 0px;
}
.t5lepp-sec6 h2{
font-size: 40px;
color: #1B3A6A;
margin-bottom: 0px;
}
.page-id-46695 section.inner-hero-section.product-page .inner-hero-content picture.img-hero-heading::before {
content: "";
position: absolute;
width: 329.04px;
height: 304.71px;
left: 61%;
top: 23%;
background: #ffffff73;
mix-blend-mode: soft-light;
filter: blur(40.8783px);
border-radius: 113.491px;
transform: translate(-70%, -15%);
}
.affrpppara{
font-family: 'Montserrat', sans-serif !important;
font-size: 24px !important;
font-weight: 700 !important;
line-height: 30px !important;
text-align: left !important;
color: rgba(242, 101, 34, 1) !important;
margin-top: 4rem;
margin-bottom: 1rem;
}
.t5lepp-he{
margin-bottom: 0px;
text-shadow: rgba(0, 0, 0, 0.2) 1px 2px 0px;
}
.page-id-46808 section.inner-hero-section.product-page .inner-hero-content::after{
mix-blend-mode: unset !important;
box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.25) !important;
background: rgba(255, 255, 255, 0.6) !important;
}
.page-id-46808 section.inner-hero-section.product-page .inner-hero-content::before{
height: 63.9%;
}
.main-text {
color: rgba(27, 58, 106, 1);
}
.credential-section-one .row{
align-items: center;
}
section.credential-section-one {
background: linear-gradient(180deg, #FFFFFF 0%, rgba(237, 237, 237, 0.86) 100%);
padding: 65px 0px;
}
.credential-section-one h3{
font-family: 'Montserrat', sans-serif !important;
font-size: 18px;
font-weight: 700;
line-height: 21.94px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none; 
color: rgba(27, 58, 106, 1);
margin-bottom: 30px;
}
.left-content {
background: rgba(255, 255, 255, 1);
padding: 45px 35px 65px 35px;
}
.credential-section-one p{
font-family: 'Montserrat', sans-serif !important;
font-size: 16px;
font-weight: 500;
line-height: 19.5px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color: rgba(0, 0, 0, 1);
}
.credential-section-one img{
}
.credential-section-two .img {
position: absolute;
width: 100%;
height: 100%;
}
section.credential-section-two {
position: relative;
min-height: 146px;
display: flex;
align-items: center;
}
section.credential-section-two img{
height: 100%;
width: 100%;
object-fit: cover;
}
section.credential-section-two .row{
align-items: center;
}
.credential-section-two h3{
font-family: 'Montserrat', sans-serif !important;
font-size: 34px;
font-weight: 700;
line-height: 41.45px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color: rgba(255, 255, 255, 1);
margin-bottom: 0px;
}
.credential-section-two a{
border: 1px solid rgba(255, 255, 255, 1);
display: block;
width: fit-content;
justify-self: center;
}
.credential-section-three h3{
font-family: 'Montserrat', sans-serif !important;
font-size: 40px;
font-weight: 700;
line-height: 48.76px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color: rgba(27, 57, 106, 1);
margin-bottom: 40px;
}
.credential-section-three .benefits{
display: flex;
column-gap: 16px;
flex-wrap: wrap;
}
section.credential-section-three {
padding: 53px 0px 39px 0px;
}
section.credential-section-three-two{
padding: 53px 0px 100px 0px;
}
.credential-section-three .benefits h4{
font-family: 'Montserrat', sans-serif !important;
font-size: 18px;
font-weight: 700;
line-height: 21.94px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color: rgba(27, 58, 106, 1);
width: 100%;
margin-bottom: 17px;
}
.credential-section-three .benefits img.benefits-icon{
width: 100px;
height: 100px;
max-width: 100px;
max-height: 100px;
}
.credential-section-three .benefits ul{
}
.credential-section-three .benefits ul ::marker {
font-size: 12px;
color: #000000 !important; 
}
.credential-section-three .benefits ul li{
padding: 0px;
font-family: 'Montserrat', sans-serif !important;
font-size: 16px;
font-weight: 500;
line-height: 19.5px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color: rgba(0, 0, 0, 1);
}
.credential-section-three .benefits:nth-child(2) ul li {
font-family: 'Montserrat', sans-serif !important;
font-size: 16px;
font-weight: 500;
line-height: 19.5px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color: rgba(0, 0, 0, 1);
}
section.credential-section-four {
background: linear-gradient(0deg, #006767 -128.6%, #003148 100%);
padding: 74px 0px 102px 0px;
}
section.credential-section-four h3{
font-family: 'Montserrat', sans-serif !important;
font-size: 40px;
font-weight: 700;
line-height: 50px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color: rgba(255, 255, 255, 1);
margin-bottom: 36px;
}
.page-id-46808 .main-footer {
margin-top: 0rem;
}
.use-case-row {
background: rgba(255, 255, 255, 1);
padding: 0px 49px 41px 49px;
}
.use-case-row .row{
align-items: center;
}
.use-case-row h4{
font-family: 'Montserrat', sans-serif !important ;
font-size: 24px;
font-weight: 700;
line-height: 29.26px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color: rgba(27, 58, 106, 1);
margin-bottom: 24px;
}
.use-case-row p{
font-family: 'Montserrat', sans-serif !important;
font-size: 16px;
font-weight: 500;
line-height: 19.5px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color: rgba(0, 0, 0, 1);
margin-bottom: 0px;
}
.use-case-list {
position: relative;
background: rgba(245, 245, 245, 1);
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
padding: 22px 24px 35px 40px;
}
.use-case-row .row:nth-child(even) .cell-12.cell-md-8 {
order: 2;
}
.use-case-list:before {
content: "";
width: 6px;
height: 100%;
position: absolute;
background: #F26522;
z-index: 2;
left: 10px;
top: 0;
}
.credential-section-three .benefits:nth-child(1){
margin-bottom: 48px;
}
.credential-section-three .benefits.benefits-middle{
margin-bottom: 48px;
}
.benefits-img-middle{
margin-bottom: 60px;
margin-top: 40px;
}
.credential-section-three .benefits ul li a{
color: rgba(27, 57, 106, 1);
font-weight: 700;
text-decoration: none;
}
.credential-section-three .benefits ul li:nth-child(1):has(> a){
margin-bottom: 20px;
}
.credential-section-three .benefits .benefits-icon{
}
.credential-section-three .benefits .benefits-list{
width: 70%;
}
.credential-section-five{
min-height: 324px;
position: relative;
display: flex;
align-items: center;
padding: 53px 0px 34px 0px;
}
.credential-section-five .row-main{
border-left: 8px solid #F26522;
background: #fff;
padding: 22px 45px 23px 60px;
}
.credential-section-five .explore-variety p , .credential-section-five .dont-miss p{
text-shadow: unset;
}
.credential-section-five .img {
position: absolute;
z-index: 0;
height: 100%;
width: 100%;
top: 0;
right: 0;
left: 0;
bottom: 0;
}
.credential-section-five .dont-miss{
padding: 27px 38px 16px 28px;
}
.credential-section-five .img img{
width: 100%;
height: 100%;
object-fit: cover;
}
.credential-section-five .container{
position: relative;
}
.credential-section-five .experience-wrapper{
gap: 32px;
}
.credential-section-five .explore-variety p{
text-align: start !important;
display: block !important;
}
.credential-section-five .explore-variety {
flex-direction: column;
align-items: flex-start !important;
}
.credential-section-five .explore-variety h3{
font-family: 'Montserrat', sans-serif !important;
font-size: 30px;
font-weight: 700;
line-height: 42px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;  
color: rgba(27, 58, 106, 1) !important;
margin-bottom: 0px;
}
.credential-section-five .row-btn-main h4{
font-family: 'Montserrat', sans-serif !important;
font-size: 28px;
font-weight: 700;
line-height: 42px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;  
color: rgba(27, 58, 106, 1) !important;
margin-bottom: 0px;
}
.credential-section-three-two-mobile{
display: none;
}
@media (max-width: 400px) {
p.header-text {
bottom: 52% !important;
}
}
@media (max-width: 776px) {
.credential-section-three-one .benefits:nth-child(1) , .credential-section-three-one .benefits:nth-child(2){
margin-bottom: 48px;
}
.credential-section-three-two-desktop{
display: none;
}
.credential-section-three-two-mobile{
display: block;
}
.page-id-46808 section.inner-hero-section.product-page .inner-hero-content::before{
height: 10px;
}
section.credential-section-one {
padding: 0px 0px 30px 0px;
}
.left-content {
padding: 45px 35px 25px 35px;
}
.page-id-46808 section.inner-hero-section.product-page .inner-hero-content::after{ height: 240px;
}
.credential-section-two h3 , .credential-section-five .explore-variety h3{
font-size: 24px;
line-height: 35.45px;
}
.credential-section-two a{
margin-top: 20px;
}
.credential-section-three .benefits{
flex-wrap: nowrap;
}
.credential-section-three .benefits {
align-items: flex-start;
row-gap: 16px;
justify-content: center;
}
.credential-section-three-two .benefits{
flex-wrap: wrap !important;
column-gap: 15px !important;
}
.credential-section-three-two .benefits {
justify-content: unset !important;
}
.page-id-46808 section.inner-hero-section.product-page .inner-hero-content .inner-hero-top-content .h1{
font-size: 1.8rem;
}
.use-case-row {
padding: 10px 20px 20px 20px;
}
.use-case-row h4{
margin-top: 40px;
}
.credential-section-five .row-btn-main h4{
margin-bottom: 15px;
}
.credential-section-five .row-main {
padding: 22px 20px 23px 30px;
}
.use-case-row .row:nth-child(even) .cell-12.cell-md-8{
order: 1 !important;
}
.use-case-row .row:nth-child(even) .cell-12.cell-md-4{
order: 2 !important;
}
.credential-section-three-two .benefits h4{
width: 60%;
order: 2;
}
.credential-section-three .benefits .benefits-icon {
width: 50%;
}
.benefits-icon-div {
order: 1;
width: 50px;
max-width: 50%;
min-width: 100px;
}
.moblcol{
margin-top: 45px;
}
.credential-section-three .benefits .benefits-list {
width: 70%;
}
.credential-section-three-two .benefits .benefits-list {
width: 100%;
order: 3;
}
.credential-section-three-two .benefits .benefits-list {
width: 100%;
order: 3;
}
section.credential-section-two {
padding: 50px 0px;
}
.t5lepp-he{
font-size: 28px;
}
.t5lepp-sec9 .fifty-fifty-img{
border-radius: 0px !important;
}
.t5lepp-sec7 .row .card-info , .t5lepp-sec5 .row .card-info , .t5lepp-sec3 .row .card-info{
gap:15px;
}
section.t5lepp-sec2 .section-content {
padding: 24px 20px;
}
.t5lepp-sec3 .row-content .col.cell-lg-6 , .t5lepp-sec5 .row-content .col.cell-lg-6 , .t5lepp-sec7  .row-content .col.cell-lg-6 {
padding: 0px;
}
.affrpppara{
margin-top: 2rem;
margin-bottom: 1rem;
font-size: 18px !important;
}
.t5lepp-sec6 h2 {
font-size: 28px;
margin-bottom: 20px;
}
section.t5lepp-sec2{
margin-bottom: 0rem;
}
.page-id-46695 .inner-hero-section .h1{
font-size:1.8rem ;
}
.t5-sec4 h2 , .t5lepp-sec3 h2 , .t5lepp-sec5 h2 , .t5lepp-sec7 h2 {
font-size: 28px;
}
.t5lepp-sec5 .row .col-img img , .t5lepp-sec7 .row .col-img img {
height: auto;
}
.t5lepp-sec9 .cell-6 , .t5lepp-sec5 .footer-text p , .t5lepp-sec6 .cell-6 , .t5lepp-sec7 .row-main p{
width: 100%;
}
section.full-cta-section .full-cta-container a.btn.btn-orange{
margin: auto;
}
.t5-sec6-desktop{
display: none;
}
.t5-sec6-mobile{
display: block;
}
p.header-text {
font-size: 13px;
line-height: 24px;
bottom: 57%;
display: block !important;
color: #fff !important;
}
.t5-sec2 .explore-variety p, .t5-sec2 .dont-miss p{
display: block !important;
}
.page-id-46618 .fifty-fifty-img {
border-radius: 0 !important;
}
.t5-sec4 .fifty-fifty-img.cell-12 img {
margin-bottom: 10px;
}
.t5-sec4 .fifty-fifty-content {
padding: 40px 15px;
}
.page-navigation-list li {
width: 45%;
}
section#t5-key-benefit {
padding: 30px 5px;
}
.t5_solutions .solutions p {
padding: 20px 40px 22px 0px;
margin-left: 65px;
}
.t5_solutions .solutions{
padding: 0px;
}
.row.user-freindly-row img {
height: auto;
}
.blif::before{
height: 100% !important;
}
.page-id-46618 .row.row_heading {
padding: 30px 0px;
}
.page-id-46618 .row_solutions h4 {
padding-left: 0px;
}
.t5-sec9 .experience-wrapper h3 {
font-size: 30px;
line-height: 40.76px
}
.row.row_solutions.t5_solutions {
padding: 65px 15px 65px 15px;
}
.blis::before{
height: 100% !important;
}
.blit::before{
height: 100% !important;
}
.page-navigation-list li a {
padding: 8px;
width: 100%;
display: block;
}
.logim img{
width: 100%;
}
#t5-use-case h2.text-left.uses-cases-heading{
margin-left: 0px;
}
.page-id-46618 section.inner-hero-section.product-page .inner-hero-content::after{
height: calc(100vh / 4);
}
.page-id-46618 section.inner-hero-section.product-page .img-hero-heading img{
transform: scale(1.5);
}
.t5-sec2 .row-main {
padding: 22px 0px 23px 0px;
}
.t5-sec2 {
min-height: fit-content;
}
.t5-sec2 .dont-miss {
padding: 26px 20px 16px 20px;
}
.t5-sec2 {
min-height: 399px !important;
height: auto;
}
ul.page-navigation-list {
flex-wrap: wrap;
gap: 15px;
}
.t5-sec4-footer {
flex-direction: column;
}
.t5-sec5 {
min-height: 200px;
height: 360px;
}
.t5-sec5 .row.row-main {
gap: 21px;
justify-content: center;
text-align: center;
}
.core-modules.t5-sec6 .row {
flex-direction: column;
}
.core-modules.t5-sec6 .row .cell-6{
width: 100%;
}
.module-card-content{
margin-right: 0px;
padding: 30px 20px 50px 5px;
}
.dont-miss-text{
margin-bottom: 10px;
}
.t5-sec6 .h3 {
font-size: 35px;
}
.t5-sec6 .h4{
font-size: 24px;
}
.row-tech{
flex-direction: column;
}
.row-tech .cell-2{
width: 100%;
}
.cell-2.middle-col {
padding-top: 1rem;
}
.row-cell-5 {
justify-content: space-between;
flex-direction: column;
}
.row-cell-5 .cell-5{
width: 100%;
}
.t5_solutions .solutions p::before {
height: 113%;
transform: translate(0, 0px);
}
.cell-5.technology-list-col h4 {
margin-top: -4px;
}
.row.user-freindly {
padding: 15px;
}
.row.user-freindly-row {
margin: 5px;
flex-direction: column;
}
.row.user-freindly-row .cell-6{
width: 100%;
}
.t5-sec9 {
height: 370px;
}
.t5-sec9 .row-main{
gap: 40px;
text-align: center;
}
}
@media screen and (max-width: 1400px) and (min-width: 1200px) {
.page-id-46808 h1{
font-size: 42px;
}
}
.upcomming-events-wrraper{
display: flex;
flex-wrap: wrap;
gap: 13px;
}
.upcomming-events-wrraper .single-event{
background-color: #FFFFFF;
box-shadow: 0px 2px 10px 4px rgba(0, 0, 0, 0.1);
}
.upcomming-events-wrraper .single-event img{
width: 100%;
}
.single-event-details{
padding: 15px;
display: flex;
flex-direction: column;
gap: 10px;
}
.single-event-details h1{
color: #1B3A6A;
margin:0px;
margin-bottom: 10px !important;
line-height: 22px !important;
padding: 0px;
font-size: 16px !important;
}
.single-event-details p.date{
color: #3C3C3B;
font-weight: bold;
padding: 0px;
margin:0px;
}
.single-event-details p.event-desc{
color: #3c3c3b;
padding: 0px;
margin:0px;
font-size: 14px;
font-weight: 500;
line-height: 20.01px;
}
.single-event-details .single-page-link{
color: #006767;
font-size: 16px;
font-weight: 700;
line-height: 19.5px;
text-decoration: none;
transition: 0.5s ease-in-out;
}
.single-event-details .single-page-link:hover svg{
transform: translateX(5px);
transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
.upcomming-events-wrraper{
grid-template-columns: repeat(2, 1fr);
}
}
@media screen and (max-width: 767px) {
.upcomming-events-wrraper{
grid-template-columns: 1fr;
}
}@import url(https://p.typekit.net/p.css?s=1&k=qju2daa&ht=tk&f=17007.17008.17013.17016.31633.31634.31744.31745.31748.31749.39775.39776.39783.39784.41182.41184.41187.41193.41194.45978.45979.45985.45986&a=35028004&app=typekit&e=css);
@font-face {
font-family:"adelle-sans";
src:url(https://use.typekit.net/af/a96fc4/00000000000000007735a1de/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("woff2"),url(https://use.typekit.net/af/a96fc4/00000000000000007735a1de/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("woff"),url(https://use.typekit.net/af/a96fc4/00000000000000007735a1de/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("opentype");
font-display:auto;font-style:normal;font-weight:400;
}
@font-face {
font-family:"obvia";
src:url(https://use.typekit.net/af/a9b63c/00000000000000007735bd20/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3) format("woff2"),url(https://use.typekit.net/af/a9b63c/00000000000000007735bd20/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3) format("woff"),url(https://use.typekit.net/af/a9b63c/00000000000000007735bd20/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3) format("opentype");
font-display:auto;font-style:normal;font-weight:800;
}
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body{
font-family:'Montserrat', sans-serif !important;
} 
body h1 , body h2,body h3{
font-family: 'Montserrat', sans-serif !important;
}
form.press-form {
display: flex;
align-items: center;
}
.page-id-242 .inner-hero-section .inner-hero-content h1 {
color: #000000;
}
form.press-form select.date-filter {
width: 10%;
}
.filling-table table th {
background: #4a4a4a;
color: #fff;
padding: 10px 0;
font-weight: 500;
}
.filling-table tr td {
text-align: center;
padding: 15px 0;
}
.svg-inline--fa {
font-size: 35px;
margin: 0px 21px;
color: #000;
}
.svg-inline--fa:hover {
color: #ff570d;
}
.sec-heading h2 {
font-size: 2.44rem;
text-align: left;
margin: 30px auto;
}
.filling-table table {
border: none;
}
.filling-table table tr {
border-bottom: 1px solid #505050;
}
section.sec-fillings {
padding: 5% 0;
} .stock-table td {
text-align: left;
width: 25%;
text-transform: capitalize;
}
.stock-table tbody {
display: flex;
flex-wrap: wrap;
}
.stock-table tr {
width: 50%;
justify-content: space-evenly;
display: flex;
padding: 10px;
border: 1px solid #424242;
}
section.stock {
padding: 50px 0;
}
.stock-outer-head h4 {
color: #ff5910;
}
.last-refresh h4 {
margin: 35px 0;
}
table.stock-table {
margin-bottom: 20px;
}
.last-refresh h6 {
letter-spacing: 0.4px;
font-size: 14px;
color: #706363;
font-weight: 500;
}
input[type="date"]::-webkit-clear-button {
display: none;
}
input[type="date"]::-webkit-inner-spin-button {
display: none;
}
input[type="date"]::-webkit-calendar-picker-indicator {
color: #2c3e50;
}
input[type="date"] {
appearance: none;
-webkit-appearance: none;
color: #95a5a6;
font-family: 'Montserrat', sans-serif;
font-size: 18px;
border: 1px solid #ecf0f1;
background: #ecf0f1;
padding: 5px;
display: inline-block !important;
visibility: visible !important;
}
.tab-content {
width: 100%;
}
input[type="date"],
focus {
color: #95a5a6;
box-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
}
.table-data {
padding: 30px;
}
#stock-form {
display: flex;
align-items: center;
}
#stock-form label {
margin: 0 15px 0 15px;
font-size: 18px;
}
input#start {
border-color: #ff5910;
background: transparent;
color: #000;
font-family: 'Montserrat', sans-serif;
font-size: 17px;
}
form#stock-form button {
border-radius: 5px;
margin-left: 15px;
transition: 0.3s;
display: flex;
width: 110px;
position: relative;
align-items: center;
}
form#stock-form button:hover {
transition: width 0.3s;
width: 120px;
}
button#submit svg {
transform: translateX(-15px);
margin-left: 7px;
font-size: 19px;
display: none;
transition: transform 2.3s;
}
button#submit:hover svg {
transform: translateX(0px);
position: relative;
transition: 2.3s;
color: #fff;
display: block;
}
.modal {
display: none;
position: fixed;
z-index: 1000;
top: 0;
left: 0;
height: 100%;
width: 100%;
background: rgba(255, 255, 255, 0.8)
url(//www.tech5-us.ai/wp-content/uploads/2021/10/ajax-loader.gif)
50% 50% no-repeat;
}
.loading .modal {
overflow: hidden;
}
.loading .modal {
display: block;
}
.chart-sec h4 {
color: #ff5910;
}
.contact-form-wrap {
margin: 0;
background-image: none;
}  .add-sec {
display: flex;
justify-content: space-between;
}
.add-sec p {
font-size: 14px;
}
.add-sec h4 {
font-size: 16px;
}
.list-sec ul li {
font-size: 14px;
font-weight: 500;
}
.list-sec p {
margin-left: 24px;
}
.map-btn {
text-align: center;
}
.list-sec {
margin-top: 15px;
}
.ir-stocks h2 {
margin-bottom: 50px;
}  .release-wrap-img h4 {
margin-bottom: 20px;
}
.press-release .upcoming-img {
width: 160px !important;
}
.img-icons {
display: flex;
align-items: center;
}
.release-wrap-img h3 {
color: #ff620f;
font-size: 28px;
}  .press-filter select {
width: 10%;
border-color: #ff570d;
border-width: 2px;
}
.press-release-row p {
margin-top: 10px;
color: #626262;
font-size: 16px;
font-weight: 600;
}
.press-release-row a {
text-decoration: none;
font-size: 16px;
font-weight: 600;
}
.press-release-row {
border-bottom: 1px solid #626262;
padding: 20px 0;
}
.recent-release .recent-heading h2 {
text-align: center;
font-size: 30px !important;
letter-spacing: 0.2px;
}
.press-filter {
margin: 20px 0;
}
.recent-release {
background-size: 63% !important;
}
form.press-form {
display: flex;
align-items: center;
}
form.press-form select.date-filter {
width: 10%;
}
.filling-table table th {
background: #4a4a4a;
color: #fff;
padding: 10px 0;
font-weight: 500;
}
.filling-table tr td {
text-align: center;
padding: 15px 0;
}
.pagination-wrap ul {
display: flex;
list-style: none;
justify-content: end;
}
li.page-links {
margin: 5px 8px;
border: 1px solid #ff570d;
padding: 0px 7px;
font-weight: 500;
cursor: pointer;
font-size: 14px;
text-align: center;
color: #ff570d;
}
.pagination-wrap {
margin-top: 15px;
}
li.page-links.selected {
background: #ff570d;
border: 1px solid #ff570d;
color: #fff;
}  .listing-elements li a {
color: #000;
text-decoration: none;
border: 1px solid #000;
display: block;
padding: 8px;
text-transform: capitalize;
}
.listing-elements li a:hover {
color: #fff;
border: 1px solid #FF570D;
background: #FF570D;
}
.listing-elements li {
list-style: none;
text-align: center;
width: 100%;
margin: 0 0 10px;
display: block;
}
.promise-section h2 {
font-size: 22px;
}
.promise-section h3 {
font-size: 1.94rem;
margin-bottom: 15px;
}
.promise-section p {
font-size: 20px;
}
.promise-section{
margin-bottom: 50px;
}
.custom-font h2.h2.text-align-cente {
font-size: 1.94rem;
text-align: center;
}
.cell-md-6.custom-padding {
padding: 20px;
}
.hbspt-form input, select, textarea {
border-radius: 10px;
}
.hbspt-form .actions {
margin: 20px 0 0;
}
.promise-section h3 {
font-size: 1.94rem;
margin-bottom: 15px;
text-align:center;
}
.promise-section p {
font-size: 20px;
text-align:center;
} .page-id-824 .wrapper{
display: block;
}
input[type="url"], input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"], input[type="number"], select {
width: 100%;
height: 2.63rem;
padding: 0 .94rem;
color: #000;
font-size: 1rem;
font-weight: 400;
border: .07rem solid #0193A9;
border-radius: 10px;
}
.hs-form-35f93eb2-399b-4ad6-b652-9ef5e6cfe47f_f3eff634-043f-40be-8126-b53d814d7774 fieldset.form-columns-1 .hs-input {
width: 100%;
}
.page-id-824 .input select {
width: 100%;
height: 2.63rem;
color: #000;
font-size: 1rem;
font-weight: 400;
border: .07rem solid #0193A9;
border-radius: 10px;
}
.hbspt-form select, textarea {
border-radius: 10px;
width: 100%;
color: #000;
font-size: 1rem;
font-weight: 400;
border: .07rem solid #0193A9;
}
.row.fifty-fifty-video-row.cus-revese {
flex-direction: unset;
}
.row.fifty-fifty-video-row.free-guide{
flex-direction: unset;
}
.page-id-242 .inner-hero-content h2.h1 {
color: #000 !important;
}
.page-id-242 .inner-hero-content p {
color: #000 !important;
}
.page-id-624 .inner-hero-content h2.h1 {
color: #000 !important;
}
.tabs-row .custom-dropdown li a {
color: #000;
}
.tabs-row ul.custom-dropdown {
background: #ccc;
}
.tabs-row .tabbed-content-tabs  li {
margin: 0px !important; text-align: center;
}
}
.tabs-row .tabbed-content-tabs li.active a , .tabs-row .tabbed-content-tabs li a:hover  {
background-color: #FF570D;
color: #fff;
text-decoration: none;
border-radius: 0px;
margin: 0px !important;
display: block;
}
.tabs-row .tabbed-content-wrap {
padding: 15px;
background: #f3f3f3;
}
.tabs-row .tabbed-content-tabs {
border-right: 0px;
}
.tabs-row .tabbed-content-tabs li.active a, .tabs-row .tabbed-content-tabs li a:hover {
background-color: #FF570D;
color: #fff;
text-decoration: none;
border-radius: 0px;
margin: 0px !important;
display: block;
}
.tabs-row ul.custom-dropdown {
background: #ccc;
}
.tabs-row .custom-dropdown-wrap ul.custom-dropdown {
min-width: 300px;
justify-content: space-between;
}
.post-content {
text-align: left;
letter-spacing: 0.5px;
line-height: 1.6;
}
.social-vertical-wrap.container.pt-lg-30.pt-15.cust-blog {
top: 13%;
}
.older-posts {
float: left;
}
.newer-posts {
float: right;
}
.entry-categories a {
pointer-events: none;
cursor: default;
}
.page-template-press-release .header-space {
height: 50.4688px !important;
} .entry-content table:not(.variations), body.et-pb-preview #main-content .container table {
border: 1px solid #eee;
margin: 0 0 15px;
text-align: left;
width: 100%;
}
tr.row-1.odd {
text-align: left;
}
.tablepress tfoot th, .tablepress thead th {
background-color: #fe540f;
font-weight: 600;
vertical-align: middle;
}
.tablepress thead th {
border-bottom: 1px solid #ddd;
}
.tablepress thead th  {
border-bottom: 1px solid #ddd;
padding: 9px 24px;
}
.page-template-press-release table td {
text-align: left;
font-weight: normal;
}
tbody.row-hover tr td {
padding: 9px 24px;
} table{
border: 1px solid #eee;
}
tbody.row-hover tr:hover {
background: #f3f3f3;
}
tr.row-3.odd:hover {
background: #f3f3f3;
}
.tablepress .odd td {
background-color: #f9f9f9;
}
tbody.row-hover a {
text-decoration: none;
}
section.patent-portfolio-section.py-lg-60.py-30 ul li {
font-weight: 400;
}
section.patent-portfolio-section.py-lg-60.py-30 ol li {
font-weight: 400;
} .cell-md-3.tabbed-content-tabs.epi h4 {
padding: 15px 0px 0 0;
}
.cell-md-3.tabbed-content-tabs.epi a {
text-decoration: none;
}
.cell-md-3.epi {
border-right: 1px solid #a5a4a4;
padding: 0 18px 0 18px;
}
.epi ul li a {
text-decoration: none;
}
.epi ul li {
font-weight: 400;
}
.cell-md-3.epi ul li {
list-style-type: none;
padding-top: 6px ;
padding-bottom: 6px ;
}
ul#menu-side-menu-support {
padding: 0;
}
.epi .container-small.pt-sm-0.pt-15.theme-list a {
text-decoration: none;
}
.epi .learn-more-content {
font-weight: 400;
}
.epi-content section.py-30 {
padding-top: inherit;
}
a.fifty-fifty-video-box {
pointer-events: none;
cursor: default;
}
.header-top a.sale-link.d-none.d-lg-block {
border: 2px solid #0193a9;
background: none;
}
.header-top a.sale-link.d-none.d-lg-block:hover {
color: #fff;
background: #0193a9;
}
.navigation ul li ul li a {
color: #242425;}
.container-small {
width: 100%;
max-width: 73.76rem;}
.social-vertical-wrap.container.pt-lg-30.pt-15.cust-blog {
max-width: 6.25rem;
}
.single section.py-30 .container-small {
max-width: 49.38rem;
}
.patent-portfolio-row {
max-width: 100%;
}
table {
width: 100%;
}
.bio-popup form label {
display: block;
margin-bottom: 0.63rem;
line-height: 1.2;
font-weight: 400;
font-family: 'Montserrat', sans-serif;
font-size: 15px;
color: #FFFFFF;
} .page-template-template-press-release .container-small.pt-sm-0.pt-15.theme-list p {
max-width: 70%;
margin: auto;
text-align: center;
}
.press-tabs ul li {
list-style: none;
}
.custom-dropdown-wrap ul li a {
text-decoration: none;
}
.custom-dropdown-wrap ul li a:hover {
text-decoration: none;
}
.tabbed-content-tabs li.active a{
text-decoration:none;
}
.tabbed-content-info h4 {
color: #ff570d;
font-weight: 500;
letter-spacing: 0.1px;
}
.tabbed-content-info ul li a {
font-weight: 500;
}
.release-date {
color: #919191;
font-weight:500;
}
.release-wrap {
background: #fff;
border-radius: 12px;
padding: 20px;
margin-top: 25px;
}
.release-heading h4 {
font-size: 20px;
margin-bottom: 5px;
letter-spacing: 0.2px;
}
.release-wrap a {
display: flex;
justify-content: end;
}
.seprator {
display: block;
width: 1px;
background: #fff;
height: auto;
}
.row.press-r {
justify-content: space-between;
}
section.bg-dark-orange {
padding: 80px 0;
}
.cell-md-5 press h2 {
font-size: 30px;
margin-bottom: 5px;
}
.release-date p {
font-size: 14px;
color: #919191;
font-weight: 600;
}
.release-wrap a {
color: #3a91a7;
font-size: 16px;
font-weight: 500;
text-decoration: none;
}
.release-wrap a:hover {
color: #ff620f;
text-decoration: none;
}
.release-wrap-img {
background: #fff;
padding: 10px 20px;
border-radius: 10px;
margin-top: 25px;
}
.release-wrap-img a {
color: #3a91a7;
font-size: 16px;
font-weight: 500;
text-decoration: none;
display: flex;
align-items: center;
justify-content: end;
}
.release-wrap-img a:hover {
color: #ff620f;
text-decoration: none;
}
.release-wrap a::after {
content: "Ã®Â¤â€¹";
position: relative;
top: 6px;
left: 0.28rem;
font-family: "imageware";
font-size: 0.57rem;
}
.release-wrap-img a::after {
content: "Ã®Â¤â€¹";
position: relative;
top: -1px;
left: 0.32rem;
font-family: "imageware";
font-size: 0.57rem;
}
.cell-md-5.press h2 {
font-size: 30px;
color: #fff;
letter-spacing: 1.1px;
}
.release-wrap-img .release-heading h4 {
margin: 15px 0;
}
.release-wrap-img {
margin-bottom: 50px;
}
.press-tabs ul {
display: flex;
justify-content: space-between;
align-items: center;
padding: 15px 0px;
margin: 0;
}
section.press-tab {
background: #ff570d;
}
.press-tabs button.press-tabs-btn {
background: transparent;
color: #fff;
text-transform: uppercase;
}
.press-tabs button.press-tabs-btn.active {
background: #fff;
color: #000;
padding: 6px 15px;
text-transform: uppercase;
}
.cell-md-5.press {
min-height: 720px;
}
.all-press-btn {
margin-top: 40px;
}
.all-press-btn button {
background: #fff;
color: #000;
font-size: 16px;
}
.all-press-btn button:hover {
background: #3a91a7;
color: #fff;
}
.carousel-img {
height: 500px;
}
.carousel-img img {
height: 100%;
}
.carousel-img {
height: 500px;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}  .press-carousel .owl-item .item {
position: relative;
}
.press-carousel .owl-item .item .carousel-content {
position: absolute;
top: 33%;
left: 10%;
width: 100%;
max-width: 600px;
}
.press-carousel .carousel-content h1 {
color: #fff;
font-size: 40px;
font-weight: 800;
margin: 0px;
}
.press-carousel .carousel-content h3 {
color: #fff;
font-size: 24px;
font-weight: 600 !important;
margin: 20px 0px;
font-family: 'Montserrat', sans-serif !important;
letter-spacing: 0.5px;
}
.press-carousel .carousel-content h4 {
color: #fff;
font-size: 30px;
font-weight: 400 !important;
margin: 0px 0px;
font-family: 'Montserrat', sans-serif;
}
.press-carousel button.owl-next span,
.press-carousel button.owl-prev span {
color: #fff;
font-size: 110px;
}
.custom-press .row.no-gutters.py-lg-60.py-sm-30.py-15 {
justify-content: space-between;
align-items: center;
}
.custom-press .fifty-fifty-content {
margin-left: 0rem;
padding: 31px;
}
.custom-press.fifty-fifty-section a.btn-arrow {
margin: 10px 0px 0px 15px;
display: block;
}
.custom-press .fifty-heading h2 {
font-size: 30px;
margin-bottom: 16px;
}
.custom-press .fifty-pdf-btn.desktop {
margin-top: 26px;
}
.custom-press .fifty-pdf-btn.mobile {
display: none;
}
.custom-press .fifty-fifty-img {
position: relative;
left: 0;
top: 0;
min-height: auto;
height: auto;
width: auto;
border-radius: 10px;
overflow: auto;
}
.carousel-content p:last-child {
margin-bottom: 0;
font-size: 16px;
color: #fff;
margin-top: 12px;
}
.custom-press .fifty-heading h2 {
margin-bottom: 1rem;
font-size: 30px;
} .release-wrap {
background: #fff;
border-radius: 12px;
margin: 0px 0px 20px 0px;
min-height: 183px;
}
.release-heading h4 {
font-size: 20px;
margin-bottom: 5px;
letter-spacing: 0.2px;
}
.release-wrap a {
display: flex;
justify-content: end;
}
.seprator {
display: block;
width: 1px;
background: #fff;
height: auto;
}
.row.press-r {
justify-content: space-between;
}
section.bg-dark-orange.press-release {
padding: 100px 0;
}
.release-date p {
font-size: 14px;
color: #919191;
font-weight: 600;
margin: 5px 0px 10px;
}
.release-wrap a {
color: #3A91A7;
font-size: 16px;
font-weight: 500;
text-decoration: none;
}
.release-wrap a:hover {
color: #FF620F;
text-decoration: none;
}
.release-wrap-img {
background: #fff;
padding: 10px 30px;
border-radius: 10px;
margin: 0px 0px 52px 0px;
}
.press-release .upcoming-img {
width: 91px;
}
.press-release .upcoming-img img {
width: 100%;
}
.release-wrap-img a {
color: #3A91A7;
font-size: 16px;
font-weight: 500;
text-decoration: none;
display: flex;
align-items: center;
justify-content: end;
}
.release-wrap-img a:hover {
color: #FF620F;
text-decoration: none;
}
.release-wrap a::after {
content: "Ã®Â¤â€¹";
position: relative;
top: 6px;
left: 0.28rem;
font-family: 'imageware';
font-size: 0.57rem;
}
.release-wrap-img a::after {
content: "Ã®Â¤â€¹";
position: relative;
top: -1px;
left: 0.32rem;
font-family: 'imageware';
font-size: 0.57rem;
}
.cell-md-5.press h2 {
font-size: 30px;
color: #fff;
letter-spacing: 1.1px;
margin-bottom: 32px;
}
.cell-md-5.press .release-wrap:nth-child(4) {
margin: 0px;
}
.release-wrap-img .release-date p {
font-size: 16px;
color: #000;
font-weight: 600;
margin: 15px 0px;
display: flex;
align-items: center;
}
.release-wrap-img .release-date p:last-child {
margin: 15px 0px 5px;
}
.release-wrap-img svg.svg-inline--fa.fa-calendar-alt.fa-w-14,
.release-wrap-img svg.svg-inline--fa.fa-map-marker-alt.fa-w-12 {
font-size: 35px;
width: 35px;
height: 35px;
margin-right: 14px;
}
.press-tabs ul {
display: flex;
justify-content: space-between;
align-items: center;
padding: 15px 0px;
margin: 0;
}
section.press-tab {
background: #FF570D;
}
.press-tabs button.press-tabs-btn {
background: transparent;
color: #fff;
text-transform: uppercase;
}
.press-tabs button.press-tabs-btn.active {
background: #fff;
color: #000;
padding: 0.57rem 1.63rem;
text-transform: uppercase;
}
.cell-md-5.press {
min-height: 720px;
}
.all-press-btn {
margin-top: 33px;
}
.all-press-btn button {
background: #fff;
color: #000;
font-size: 16px;
}
.all-press-btn button:hover {
background: #3A91A7;
color: #fff;
}
.carousel-img img {
height: 100%;
}
.carousel-img {
background-size: cover;
background-repeat: no-repeat;
background-position: center;
} .recent-release {
padding: 100px 0px;
background-image: url(//www.tech5-us.ai/wp-content/uploads/2021/09/recent-release-bg.png);
background-position-x: right;
background-position-y: top;
background-repeat: no-repeat;
background-size: 40%;
}
.recent-release .recent-heading h2 {
font-size: 30px;
word-spacing: 5px;
margin-bottom: 35px;
}
.recent-release .latest-content-info {
background: #fff;
padding: 1.38rem 1.57rem 3.13rem;
}
.more-filings {
padding: 20px;
display: flex;
align-items: center;
justify-content: center;
}
.more-filings h6 {
display: block;
letter-spacing: 0.4px;
font-size: 16px;
margin-top: 10px;
text-align: center;
}
.more-filings {
padding: 0px;
display: block;
text-align: center;
} @media only screen and (max-width: 1199px) {
.custom-press.fifty-fifty-section a.btn-arrow {
margin: 10px 0px 0px 0px;
}
.press-carousel .carousel-content h1 {
font-size: 29px;
max-width: 70%;
}
.press-tabs ul{padding:15px 0;}
.press-carousel .carousel-content h3 {
font-size: 24px;
margin: 10px 0px;
}
.press-carousel button.owl-next,
.press-carousel button.owl-prev {
bottom: 30%;
}
.custom-press .fifty-pdf-btn button.btn {
font-size: 14px;
line-height: 1.3;
}
.custom-press .fifty-heading h2 {
margin-bottom: 8px;
font-size: 24px;
}
.custom-press .fifty-fifty-content {
margin: 0rem;
padding: 30px;
}
.bg-dark-orange.press-release {
padding: 60px 0;
}
.cell-md-5.press h2 {
font-size: 24px;
margin-bottom: 16px;
}
.release-heading h4 {
font-size: 18px;
}
.press-release .upcoming-img {
width: 160px;
}
.img-icons {
display: flex;
}
.release-wrap-img .release-heading h4 {
margin: 14px 0px 0px;
}
section.bg-dark-orange.press-release {
padding: 60px 0;
}
.press-release .cell-md-5.press {
min-height: auto;
}
.press-release .row.press-r {
justify-content: space-around;
}
.release-wrap-img svg.svg-inline--fa.fa-calendar-alt.fa-w-14,
.release-wrap-img svg.svg-inline--fa.fa-map-marker-alt.fa-w-12 {
font-size: 20px;
width: 25px;
height: 25px;
}
.release-wrap-img {
margin: 0px 0px 30px 0px;
}
.recent-release {
padding: 60px 0px;
background-position-y: center;
background-size: 70%;
}
.recent-release .cell-3 {
width: 48%;
margin-bottom: 25px;
}
.recent-release .cell-3:last-child,
.recent-release .cell-3:nth-last-child(2) {
margin: 0px;
}
.recent-release .row {
justify-content: space-around;
}
@media only screen and (max-width: 991px) {
.carousel-content p:last-child {
max-width: 67%;
}
.press-carousel .carousel-content h3 {
width: 100%;
max-width: 400px;
}
section.bg-dark-orange.press-release {
padding: 30px 0;
}
.release-wrap-img .release-date p {
font-size: 12px;
}
.recent-release {
padding: 30px 0px;
}
.recent-release .recent-heading h2 {
margin-bottom: 17px;
}
}
@media only screen and (max-width: 767px) {
.release-wrap-img h3 {
font-size: 24px !important;
}
.custom-press .fifty-fifty-img {
border-radius: 10px 10px 0px 0px !important;
}
.press-carousel button.owl-prev {
left:5% !important;
}
.press-carousel button.owl-next{
right:5% !important;
}
.stock-table tr {
width: 100%;
justify-content: space-around;
}
.stock-table tr {
width: 100% !important;
justify-content: space-around !important;
}
.stock-outer-head h4{
display:flex;
justify-content:center;
}
.custom-press .fifty-pdf-btn.mobile {
display: block !important;
margin-top: 30px;
}
.press-carousel .carousel-content h1 {
font-size: 22px;
max-width: 67%;
}
.press-carousel .carousel-content h3 {
font-size: 18px;
width: 100%;
max-width: 65%;
}
.press-carousel .carousel-content h4 {
font-size: 22px;
}
.press-carousel button.owl-next span,
.press-carousel button.owl-prev span {
color: #fff;
font-size: 50px;
padding: 10px;
}
.carousel-content p:last-child {
max-width: 80%;
font-size: 12px;
}
.press-tabs ul {
flex-direction: column;
justify-content: space-between;
align-items: center;
padding: 10px 0px;
}
.custom-press .row.no-gutters.py-lg-60.py-sm-30.py-15 {
flex-direction: column-reverse;
padding: 30px 0px 30px 0px;
}
.fifty-pdf-btn.mobile {
display: block;
}
.fifty-pdf-btn.desktop {
display: none;
}
.recent-release .cell-3 {
width: 100%;
margin-bottom: 25px !important;
}
.press-release .row.press-r .cell-md-5.press:nth-child(3) {
margin-top: 30px;
}
} @import url(https://p.typekit.net/p.css?s=1&k=qju2daa&ht=tk&f=17007.17008.17013.17016.31633.31634.31744.31745.31748.31749.39775.39776.39783.39784.41182.41184.41187.41193.41194.45978.45979.45985.45986&a=35028004&app=typekit&e=css);
@font-face {
font-family:"adelle-sans";
src:url(https://use.typekit.net/af/a96fc4/00000000000000007735a1de/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("woff2"),url(https://use.typekit.net/af/a96fc4/00000000000000007735a1de/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("woff"),url(https://use.typekit.net/af/a96fc4/00000000000000007735a1de/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("opentype");
font-display:auto;font-style:normal;font-weight:400;
}
@font-face {
font-family:"obvia";
src:url(https://use.typekit.net/af/a9b63c/00000000000000007735bd20/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3) format("woff2"),url(https://use.typekit.net/af/a9b63c/00000000000000007735bd20/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3) format("woff"),url(https://use.typekit.net/af/a9b63c/00000000000000007735bd20/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3) format("opentype");
font-display:auto;font-style:normal;font-weight:800;
}
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body{
font-family:'Montserrat', sans-serif !important;
} 
body h1 , body h2,body h3{
font-family: 'Montserrat', sans-serif !important;
font-weight: 700 !important;
}
.page-id-166 .inner-hero-content .h1, .inner-hero-content p {
display: none;
}
.date-time h6 {
margin: 10px 0;
font-size: 14px;
}
.vanue h6 {
margin: 10px 0;
font-size: 14px;
}
.listing-elements li a {
color: #000;
text-decoration: none;
border: 1px solid #000;
display: block;
padding: 8px;
text-transform: capitalize;
}
.listing-elements li a:hover {
color: #fff;
border: 1px solid #FF570D;
background: #FF570D;
}
.listing-elements li {
list-style: none;
text-align: center;
width: 100%;
margin: 0 0 10px;
display: block;
}
.promise-section h2 {
font-size: 22px;
}
.promise-section h3 {
font-size: 1.94rem;
margin-bottom: 15px;
}
.promise-section p {
font-size: 20px;
}
.promise-section{
margin-bottom: 50px;
}
.custom-font h2.h2.text-align-cente {
font-size: 1.94rem;
text-align: center;
}
.cell-md-6.custom-padding {
padding: 20px;
}
.hbspt-form input, select, textarea {
border-radius: 10px;
}
.hbspt-form .actions {
margin: 20px 0 0;
}
.promise-section h3 {
font-size: 1.94rem;
margin-bottom: 15px;
text-align:center;
}
.promise-section p {
font-size: 20px;
text-align:center;
} .page-id-824 .wrapper{
display: block;
}
input[type="url"], input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"], input[type="number"], select {
width: 100%;
height: 2.63rem;
padding: 0 .94rem;
color: #000;
font-size: 1rem;
font-weight: 400;
border: .07rem solid #0193A9;
border-radius: 10px;
}
.hs-form-35f93eb2-399b-4ad6-b652-9ef5e6cfe47f_f3eff634-043f-40be-8126-b53d814d7774 fieldset.form-columns-1 .hs-input {
width: 100%;
}
.page-id-824 .input select {
width: 100%;
height: 2.63rem;
color: #000;
font-size: 1rem;
font-weight: 400;
border: .07rem solid #0193A9;
border-radius: 10px;
}
.hbspt-form select, textarea {
border-radius: 10px;
width: 100%;
color: #000;
font-size: 1rem;
font-weight: 400;
border: .07rem solid #0193A9;
}
.row.fifty-fifty-video-row.cus-revese {
flex-direction: unset;
}
.row.fifty-fifty-video-row.free-guide{
flex-direction: unset;
}
.page-id-242 .inner-hero-content h2.h1 {
color: #000 !important;
}
.page-id-242 .inner-hero-content p {
color: #000 !important;
}
.page-id-624 .inner-hero-content h2.h1 {
color: #000 !important;
}
.tabs-row .custom-dropdown li a {
color: #000;
}
.tabs-row ul.custom-dropdown {
background: #ccc;
}
.tabs-row .tabbed-content-tabs  li {
margin: 0px !important; text-align: center;
}
}
.tabs-row .tabbed-content-tabs li.active a , .tabs-row .tabbed-content-tabs li a:hover  {
background-color: #FF570D;
color: #fff;
text-decoration: none;
border-radius: 0px;
margin: 0px !important;
display: block;
}
.tabs-row .tabbed-content-wrap {
padding: 15px;
background: #f3f3f3;
}
.tabs-row .tabbed-content-tabs {
border-right: 0px;
}
.tabs-row .tabbed-content-tabs li.active a, .tabs-row .tabbed-content-tabs li a:hover {
background-color: #FF570D;
color: #fff;
text-decoration: none;
border-radius: 0px;
margin: 0px !important;
display: block;
}
.tabs-row ul.custom-dropdown {
background: #ccc;
}
.tabs-row .custom-dropdown-wrap ul.custom-dropdown {
min-width: 300px;
justify-content: space-between;
}
.post-content {
text-align: left;
line-height: 1.6;
}
.social-vertical-wrap.container.pt-lg-30.pt-15.cust-blog {
top: 13%;
}
.older-posts {
float: left;
}
.newer-posts {
float: right;
}
.entry-categories a {
pointer-events: none;
cursor: default;
}
.page-template-press-release .header-space {
height: 50.4688px !important;
}
@media (max-width: 767px){
.row.px-lg-30.epi {
flex-direction: column-reverse;
}
.mbnav__inner .btn-wrap .sale-link {
border: 2px solid #0193a9;
background: none;
padding-top: 0.44rem;
padding: 0.54rem;
border-radius: 0.69rem;
} .mbnav ul li ul li a{
color: #000 !important; 
}
.mbnav__inner .btn-wrap .sale-link:hover{
color: #fff;
background: #0193a9;
}
.mbnav ul li ul li a {
color: #000000;}
.page-id-21096 .inner-hero-content h2 {
color: #000 !important;
}
.page-id-21096 .inner-hero-content p {
color: #000;
}
.inner-hero-content {
position: relative;
padding-top: 3rem;
}
section.tabbed-content-section.py-30.pt-60.epi {
padding-top: 10px;
}
.page-id-824 .inner-hero-content {
padding: 7.82rem 0;
}
} 
.cell-md-3.epi {
padding-left: 0;
}
.cell-md-9.epi-content .container {
padding-left: 0;
}
.cell-md-3.epi {
padding: 0 18px 0 18px;
}
}
@media (max-width: 991px){
.page-template-press-release .inner-hero-content {
padding: 7.82rem 0;
text-align:center;
}
.page-id-21096 .inner-hero-content p {
color: #000;
}
.social-vertical-wrap.container.pt-lg-30.pt-15.cust-blog {
max-width: inherit !important;
}
.page-template-press-release .header-space {
height: 20.4688px !important;
}
}
@media (min-width: 1540px){
.page-template-press-release .inner-hero-content {
padding: 10.82rem 0;
}
} .entry-content table:not(.variations), body.et-pb-preview #main-content .container table {
border: 1px solid #eee;
margin: 0 0 15px;
text-align: left;
width: 100%;
}
tr.row-1.odd {
text-align: left;
}
.tablepress tfoot th, .tablepress thead th {
background-color: #fe540f;
font-weight: 600;
vertical-align: middle;
}
.tablepress thead th {
border-bottom: 1px solid #ddd;
}
.tablepress thead th  {
border-bottom: 1px solid #ddd;
padding: 9px 24px;
}
.page-template-press-release table td {
text-align: left;
font-weight: normal;
}
tbody.row-hover tr td {
padding: 9px 24px;
} table{
border: 1px solid #eee;
}
tbody.row-hover tr:hover {
background: #f3f3f3;
}
tr.row-3.odd:hover {
background: #f3f3f3;
}
.tablepress .odd td {
background-color: #f9f9f9;
}
tbody.row-hover a {
text-decoration: none;
}
section.patent-portfolio-section.py-lg-60.py-30 ul li {
font-weight: 400;
}
section.patent-portfolio-section.py-lg-60.py-30 ol li {
font-weight: 400;
}  .cell-md-3.tabbed-content-tabs.epi h4 {
padding: 15px 0px 0 0;
}
.cell-md-3.tabbed-content-tabs.epi a {
text-decoration: none;
}
.cell-md-3.epi {
border-right: 1px solid #a5a4a4;
padding: 0 18px 0 18px;
}
.epi ul li a {
text-decoration: none;
}
.epi ul li {
font-weight: 400;
}
.cell-md-3.epi ul li {
list-style-type: none;
padding-top: 6px ;
padding-bottom: 6px ;
}
ul#menu-side-menu-support {
padding: 0;
}
.epi .container-small.pt-sm-0.pt-15.theme-list a {
text-decoration: none;
}
.page-id-824 .inner-hero-content h2 {
color: #000;
}
.cell-md-9.epi-content section.py-30 {
padding-top: 0;
}
.learn-more-content {
font-weight: 500;
}
@media only screen 
and (min-device-width: 767px) 
and (max-device-width: 991px)
and (-webkit-min-device-pixel-ratio: 2) {
.hbspt-form form#hsForm_35f93eb2-399b-4ad6-b652-9ef5e6cfe47f fieldset div {
width: 100%;
}
.page-id-21096 .inner-hero-content p {
color: #000;
}
.hbspt-form form#hsForm_35f93eb2-399b-4ad6-b652-9ef5e6cfe47f fieldset div select{
width: 95% !important;
}
.inner-hero-content {
padding: 7.82rem 0;
}
.inner-hero-content {
position: relative;
max-width: 41.25rem;
padding-top: 4.82rem;
padding-bottom: 8rem;
}
.page-id-21096 .inner-hero-content h2 {
color: #000 !important;
}
}
form#hsForm_35f93eb2-399b-4ad6-b652-9ef5e6cfe47f fieldset div select,textarea{
width: 100%;
}
.leadership-modal .bio-img figure {
height: auto;
}
a.fifty-fifty-video-box {
pointer-events: none;
cursor: default;
}
.header-top a.sale-link.d-none.d-inline-block {
border: 2px solid #ffffff;
background: #006767;
color: #FFFFFF;
margin-left: 0;
}
.header-top a.sale-link.d-none.d-lg-block:hover {
color: #fff;
background: #006767;
}
.navigation ul li ul li a {
color: #242425;}
.container-small {
width: 100%;
max-width: 73.76rem;}
.social-vertical-wrap.container.cust-blog {
background: #FFFFFF;
}
.single section.py-30 .container-small {
max-width: 49.38rem;
}
.patent-portfolio-row {
max-width: 100%;
}
table {
width: 100%;
}
@media (max-width: 1024px){
.row.px-lg-30.epi {
flex-direction: column-reverse;
}
.mbnav__inner .btn-wrap .sale-link {
border: 2px solid #0193a9;
background: none;
padding-top: 0.44rem;
padding: 0.54rem;
border-radius: 0.69rem;
}
.mbnav ul li ul li a{
color: #000 !important; 
}
.mbnav__inner .btn-wrap .sale-link:hover{
color: #fff;
background: #0193a9;
}
.mbnav ul li ul li a {
color: #000000;}
}
@media (max-width: 991px){
.social-vertical-wrap.container.pt-lg-30.pt-15.cust-blog {
max-width: inherit;
}
} @media only screen and (max-width: 767px) {
.svg-inline--fa {
font-size: 26px;
margin: 2px 7px;
color: #000;
}
} @media only screen and (max-width: 991px) {
section.chart-sec h4 {
text-align: center;
}
.add-sec h4 {
text-align: center;
}
.add-sec p {
text-align: center;
}
.right-add {
margin: 20px 0;
}
.add-sec {
display: block !important;
}
.map-btn {
margin-top: 20px;
}
.contact-form-wrap {
margin: 0;
background-image: none;
}
#stock-form label {
margin: 0px 15px 13px 15px;
}
#stock-form {
display: block;
text-align: center;
}
form#stock-form button {
text-align: center;
margin: auto;
}
.press-filter select {
display: flex;
margin: auto;
width: 30%;
}
input#start {
margin: 15px 0;
}
}
@media only screen and (min-width: 1500px) {
.recent-release {
background-size: 43% !important;
}
}  @media only screen and (max-width: 1199px) {
.press-carousel button.owl-next, .press-carousel button.owl-prev {
bottom: 25%;
}
}
@media only screen and (max-width: 767px) {
.stock-table tr {
width: 100%;
justify-content: space-around;
}
}
@media (max-width: 767px){
.row.px-lg-30.epi {
flex-direction: column-reverse;
}
.cell-md-3.epi {
padding-left: 0;
}
.cell-md-9.epi-content .container {
padding-left: 0;
}
.cell-md-3.epi {
padding: 0 18px 0 18px;
}
section.tabbed-content-section.py-30.pt-60.epi {
padding-top: 37px;
}
}
@media (max-width: 991px){
.page-template-press-release .inner-hero-content {
padding: 7.82rem 0;
text-align:center;
}
.page-id-21096 .inner-hero-content .h1, .inner-hero-content p {
color: #0e0e0e;
}
.page-id-20958 .inner-hero-content h2.h1 {
color: #000;
}
.page-template-press-release .header-space {
height: 20.4688px !important;
}
}
@media (min-width: 1540px){
.page-template-press-release .inner-hero-content {
padding: 10.82rem 0;
}
}  .fifty-fifty-section [class*="cell-"] {
display: flex;
}.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(//www.tech5-us.ai/wp-content/themes/imageware/assets/owlcarousel/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}