@charset "UTF-8";
.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}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;
-webkit-transform: translateZ(0);
transform: translateZ(0);
width: 100%;
z-index: 99992;
}
.fancybox-container * {
box-sizing: border-box;
}
.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.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: .9;
transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
direction: ltr;
opacity: 0;
position: absolute;
transition: opacity .25s ease, visibility 0s ease .25s;
visibility: hidden;
z-index: 99997;
}
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
opacity: 1;
transition: opacity .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;
-webkit-transform: translateZ(0);
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: opacity, -webkit-transform;
transition-property: transform, opacity;
transition-property: transform, opacity, -webkit-transform;
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,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
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 {
-webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
-webkit-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;
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;
transition-property: opacity, -webkit-transform;
transition-property: transform, opacity;
transition-property: transform, opacity, -webkit-transform;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
cursor: -webkit-zoom-out;
cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
cursor: -webkit-zoom-in;
cursor: zoom-in;
}
.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
cursor: -webkit-grab;
cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
cursor: -webkit-grabbing;
cursor: grabbing;
}
.fancybox-container [data-selectable='true'] {
cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
background: transparent;
border: 0;
height: 100%;  object-fit: contain;
margin: 0;
max-height: none;
max-width: none;
padding: 0; -webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
width: 100%;
}
.fancybox-spaceball {
z-index: 1;
}
.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
height: 100%;
overflow: visible;
padding: 0;
width: 100%;
}
.fancybox-slide--video .fancybox-content {
background: #000;
}
.fancybox-slide--map .fancybox-content {
background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
background: #fff;
}
.fancybox-video,
.fancybox-iframe {
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 .2s;
vertical-align: top;
visibility: inherit;
width: 44px;
}
.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
color: #ccc;
}
.fancybox-button:hover {
color: #fff;
}
.fancybox-button:focus {
outline: none;
}
.fancybox-button.fancybox-focus {
outline: 1px dotted;
}
.fancybox-button[disabled],
.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--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
display: none;
}
.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
display: none;
}
.fancybox-progress {
background: #ff5268;
height: 2px;
left: 0;
position: absolute;
right: 0;
top: 0;
-webkit-transform: scaleX(0);
-ms-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: 0;
-ms-transform-origin: 0;
transform-origin: 0;
transition-property: -webkit-transform;
transition-property: transform;
transition-property: transform, -webkit-transform;
transition-timing-function: linear;
z-index: 99998;
} .fancybox-close-small {
background: transparent;
border: 0;
border-radius: 0;
color: #ccc;
cursor: pointer;
opacity: .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,
.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;
padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
padding: 31px 6px 31px 26px;
right: 0;
} .fancybox-caption {
bottom: 0;
color: #eee;
font-size: 14px;
font-weight: 400;
left: 0;
line-height: 1.5;
padding: 25px 44px 25px 44px;
right: 0;
text-align: center;
z-index: 99996;
}
.fancybox-caption::before {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
background-repeat: repeat-x;
background-size: contain;
bottom: 0;
content: '';
display: block;
left: 0;
pointer-events: none;
position: absolute;
right: 0;
top: -44px;
z-index: -1;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
color: #ccc;
text-decoration: none;
}
.fancybox-caption a:hover {
color: #fff;
text-decoration: underline;
} .fancybox-loading {
-webkit-animation: fancybox-rotate 1s linear infinite;
animation: fancybox-rotate 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: .7;
padding: 0;
position: absolute;
top: 50%;
width: 50px;
z-index: 99999;
}
@-webkit-keyframes fancybox-rotate {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes fancybox-rotate {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
} .fancybox-animated {
transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
} .fancybox-fx-slide.fancybox-slide--previous {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
} .fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
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;
-webkit-transform: scale3d(1.5, 1.5, 1.5);
transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
opacity: 0;
-webkit-transform: scale3d(0.5, 0.5, 0.5);
transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
} .fancybox-fx-rotate.fancybox-slide--previous {
opacity: 0;
-webkit-transform: rotate(-360deg);
-ms-transform: rotate(-360deg);
transform: rotate(-360deg);
}
.fancybox-fx-rotate.fancybox-slide--next {
opacity: 0;
-webkit-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
}
.fancybox-fx-rotate.fancybox-slide--current {
opacity: 1;
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
} .fancybox-fx-circular.fancybox-slide--previous {
opacity: 0;
-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
opacity: 0;
-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
} .fancybox-fx-tube.fancybox-slide--previous {
-webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
-webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
-webkit-transform: translate3d(0, 0, 0) scale(1);
transform: translate3d(0, 0, 0) scale(1);
} @media all and (max-height: 576px) {
.fancybox-caption {
padding: 12px;
}
.fancybox-slide {
padding-left: 6px;
padding-right: 6px;
}
.fancybox-slide--image {
padding: 6px 0;
}
.fancybox-slide--image .fancybox-close-small {
background: #4e4e4e;
color: #f2f4f6;
height: 36px;
opacity: 1;
padding: 6px;
right: 0;
top: 0;
width: 36px;
}
} .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: 700;
margin: 0 0 20px 0;
}
.fancybox-share p {
margin: 0;
padding: 0;
}
.fancybox-share__button {
border: 0;
border-radius: 3px;
display: inline-block;
font-size: 14px;
font-weight: 700;
line-height: 40px;
margin: 0 5px 10px 5px;
min-width: 130px;
padding: 0 15px;
text-decoration: none;
transition: all .2s;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
white-space: nowrap;
}
.fancybox-share__button:visited,
.fancybox-share__button:link {
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 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 2px;
position: absolute;
right: 0;
-webkit-tap-highlight-color: transparent;
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: center center;
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: .5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active::before {
opacity: 1;
} .fancybox-container.fancybox-is-open {
z-index:99999;
} @media all and (max-width: 576px) {
.fancybox-thumbs {
width: 110px;
}
.fancybox-show-thumbs .fancybox-inner {
right: 110px;
}
.fancybox-thumbs__list a {
max-width: calc(100% - 10px);
}
}
.fancybox-content {
height: auto!important;
}
 @font-face {
font-family: 'LatoBold';
src: url(../../../themes/theme19/fonts/LatoBold.eot) format('embedded-opentype'),
url(../../../themes/theme19/fonts/LatoBold.woff2) format('woff2'),
url(../../../themes/theme19/fonts/LatoBold.woff) format('woff'),
url(../../../themes/theme19/fonts/LatoBold.ttf) format('truetype'),
url(../../../themes/theme19/fonts/LatoBold.svg#LatoBold) format('svg');
font-display: swap;
font-weight: inherit;
}
@font-face {
font-family: 'LatoRegular';
src: url(../../../themes/theme19/fonts/LatoRegular.eot) format('embedded-opentype'),
url(../../../themes/theme19/fonts/LatoRegular.woff2) format('woff2'),
url(../../../themes/theme19/fonts/LatoRegular.woff) format('woff'),
url(../../../themes/theme19/fonts/LatoRegular.ttf) format('truetype'),
url(../../../themes/theme19/fonts/LatoRegular.svg#LatoRegular) format('svg');
font-display: swap;
font-weight: inherit;
}
@font-face {
font-family: 'LatoBlack';
src: url(../../../themes/theme19/fonts/LatoBlack.eot) format('embedded-opentype'),
url(../../../themes/theme19/fonts/LatoBlack.woff2) format('woff2'),
url(../../../themes/theme19/fonts/LatoBlack.woff) format('woff'),
url(../../../themes/theme19/fonts/LatoBlack.ttf) format('truetype'),
url(../../../themes/theme19/fonts/LatoBlack.svg#LatoBlack) format('svg');
font-display: swap;
font-weight: inherit;
}
@font-face {
font-family: 'BowlbyOneSCRegular';
src: url(../../../themes/theme19/fonts/BowlbyOneSCRegular.eot) format('embedded-opentype'),
url(../../../themes/theme19/fonts/BowlbyOneSCRegular.woff2) format('woff2'),
url(../../../themes/theme19/fonts/BowlbyOneSCRegular.woff) format('woff'),
url(../../../themes/theme19/fonts/BowlbyOneSCRegular.ttf) format('truetype'),
url(../../../themes/theme19/fonts/BowlbyOneSCRegular.svg#BowlbyOneSCRegular) format('svg');
font-display: swap;
font-weight: inherit;
}
@font-face {
font-family: 'LatoLight';
src: url(../../../themes/theme19/fonts/LatoLight.eot) format('embedded-opentype'),
url(../../../themes/theme19/fonts/LatoLight.woff2) format('woff2'),
url(../../../themes/theme19/fonts/LatoLight.woff) format('woff'),
url(../../../themes/theme19/fonts/LatoLight.ttf) format('truetype'),
url(../../../themes/theme19/fonts/LatoLight.svg#LatoLight) format('svg');
font-display: swap;
font-weight: inherit;
}
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
margin: 0;
padding: 0;
background-image: url(../../../themes/theme19/images/fixed-bg.jpg);
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center center;
background-size: 100% auto;
}
p:empty,
.screen-reader-text {
display: none;
position: absolute;
top: 0;
right: 0;
width: 0;
height: 0;
}
.clear {
clear: both;
}
.clr,
.clr:before,
.clr:after {
display: block;
clear: both;
width: 100%;
position: relative;
float: none;
}
.clr:before,
.clr:after {
content: '';
height: 0.01px;
}
.hide,
.ajax-loader {
display: none !important;
}
.gap-div {
display: block;
clear: both;
width: 100%;
position: relative;
}
.gap-div.h50p {
height: 50px;
}
.alignleft,
.alignright,
.aligncenter {
margin-bottom: 10px;
}
.alignnone {
margin-bottom: 10px;
}
.alignleft {
float: left;
margin-right: 15px;
margin-top: 0;
}
.alignright {
float: right;
margin-right: 15px;
margin-top: 0;
}
.aligncenter {
display: block;
margin: 0 auto 15px auto;
}
iframe,
img {
max-width: 100%;
border: none;
}
img {
border: 0;
height: auto;
}
a {
font-family: inherit;
font-size: inherit;
line-height: normal;
color: #fb0;
text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'BowlbyOneSCRegular';
margin: 0 0 20px 0;
padding: 0;
}
p,
li,
ul,
ol,
blockquote {
font-family: 'LatoRegular';
margin: 0 0 10px 0;
padding: 0;
}
p {
margin: 0 0 20px 0;
}
ul,
ol,
li {
list-style: none;
}
a:visited {
color: inherit;
}
a:hover {
text-decoration: none;
}
a,
a:hover,
input[type="submit"],
button {
outline: 0;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: none;
appearance: none;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
}
.container {
max-width: 1620px;
width: 100%;
margin: 0 auto;
}
.container1 {
max-width: 1700px;
width: 100%;
margin: 0 auto;
}
.container2 {
max-width: 1420px;
width: 100%;
margin: 0 auto;
}
.text-align-left {
text-align: left !important;
}
.digi-values .container,
.digi-port .container,
.digi-cult .container,
.pg-bnr .container,
.client-blocks .container,
.pg-buzz-content .container,
.logo-menu .container {
max-width: 1420px;
}
.single-post-template {
padding-top: 50px;
}
.single-post-template .container {
max-width: 1240px;
}
.fl {
float: left;
}
.fr {
float: right;
}
.fw {
float: left;
width: 100%;
}
.wrapper {
float: left;
width: 100%;
}
.logo-menu {
float: left;
width: 100%;
background-color: #fff;
box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.5);
}
.logo {
float: left;
padding: 22px 0px 20px;
}
.logo_rt {
float: right;
} .topmenu {
float: left;
margin-top: 30px;
}
.topmenu ul {
float: right;
position: relative;
margin: 0;
}
.topmenu ul li {
float: left;
position: relative;
margin: 0px;
padding: 0px 45px;
}
.topmenu ul li.menu-item-has-children>a:before {
content: '';
position: absolute;
right: -25px;
top: 0px;
bottom: 0px;
margin: auto;
background-image: url(../../../themes/theme19/images/home-sprities.png);
background-repeat: no-repeat;
background-position: -1px -2px;
width: 18px;
height: 8px;
}
.topmenu ul li a {
position: relative;
display: block;
font-family: 'LatoRegular';
font-weight: normal;
font-size: 18px;
line-height: 1;
color: #191915;
text-transform: capitalize;
}
.topmenu ul li a :hover {
color: #ffbb00;
}
.topmenu ul.primary-menu>li>a {
line-height: 28px;
}
.topmenu ul li:first-child {
margin-left: 0px;
}
.topmenu ul li:last-child {
margin-right: 0px;
}
.topmenu ul li ul.sub-menu {
width: 200px;
position: absolute;
top: 100%;
left: 0;
background-color: #fff;
padding: 0px 0;
z-index: 999;
transition: .3s;
visibility: hidden;
opacity: 0; border-radius: 0;
}
.topmenu ul li:hover ul.sub-menu {
display: block;
visibility: visible;
opacity: 1;
top: 100%;
}
.topmenu .sub-menu li.current-menu-item a {
color: #ffbb00;
}
.topmenu .sub-menu li a:after {
display: none;
}
.topmenu .sub-menu li {
width: 100%;
float: left;
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
margin: 0;
padding: 0
}
.topmenu .sub-menu li a {
float: left;
font-size: 16px;
width: 100%;
line-height: normal;
padding: 9px 12px 8px;
color: #191915;
display: block;
text-transform: capitalize;
}
.topmenu .sub-menu li a:hover {
background-color: transparent;
color: #ffbb00;
}
.topmenu ul ul a:after {
display: none;
}
.topmenu ul li.wide-menu {
position: static;
}
.topmenu ul li.wide-menu ul {
position: absolute;
left: 0;
top: 100%;
width: 670px;
background-color: #3c3c3c;
padding: 10px;
z-index: 999;
display: none;
}
.topmenu ul li.wide-menu:hover ul {
display: block;
}
.topmenu ul li.wide-menu ul li {
width: 32%;
margin: 0px .5%;
padding: 7px 0;
float: left;
border: 0
}
.topmenu ul li.wide-menu ul li a {
text-transform: capitalize;
font-size: 14px;
padding: 0;
width: 100%;
float: left;
border: 0;
background-color: transparent;
transition-duration: 0.5s;
}
.topmenu ul li.wide-menu ul li a:hover {
color: #fff;
text-decoration: underline;
background-color: transparent;
}
.topmenu ul li.wide-menu ul li ul {
position: inherit;
top: inherit;
left: inherit;
padding: 0 0 0 10px;
width: 100%;
}
.topmenu ul li.wide-menu ul li ul li {
width: 100%;
margin: 0 0px;
float: left;
padding: 5px 0;
}
.topmenu ul li.wide-menu ul li ul li:last-child {
border-bottom: 0;
}
.topmenu ul li.wide-menu ul li ul li a {
width: 100%;
font-weight: normal;
}  .site-footer {
float: left;
width: 100%;
}
.site-footer .digi-ft {
padding-bottom: 12px;
}
.ftmenu ul {
display: inline-block;
margin: 0;
}
.ftmenu ul li {
float: left;
}
.ftmenu ul li a {
font-family: 'LatoLight';
font-size: 14px;
font-weight: normal;
color: #444;
line-height: normal;
text-transform: uppercase;
float: left;
padding: 0 25px;
}
.ftmenu ul li a:hover {
color: #f17014;
}
.site_info {
float: left;
width: 100%; padding: 10px;
margin: 20px 0px;
background-color: #fff;
}
.site_info p,
.copyrights p {
font-family: 'LatoRegular';
font-weight: normal;
font-size: 14px;
line-height: 1.5;
color: #000000;
margin: 0;
}
.ft_socio-links h6 {
font-size: 17px;
color: #fff;
line-height: normal;
font-family: 'LatoBold';
text-transform: capitalize;
float: left;
margin: 0px 15px 0px 0px;
}
.socio-icons a {
width: 16px;
height: 15px;
background-image: url(../../../themes/theme19/images/home-sprities.png);
background-repeat: no-repeat;
display: inline-block !important;
margin: 3px 8px 0px 0px;
transition: .3s;
padding: 0px !important;
}
.socio-icons a.ft-fb {
background-position: -23px -2px;
}
.socio-icons a.ft-insta {
background-position: -46px -2px;
}
.socio-icons a.ft-linked {
background-position: -69px -2px;
}
.socio-icons a.ft-tw {
background-position: -96px -2px;
}
.socio-icons a.ft-pin {
background-position: 0px -22px;
}
.socio-icons {
float: left;
}
.ft_socio-links {
float: left;
padding: 15px 0px 0px;
}
.socio-icons a:hover {
transform: scale(1.2);
}
.ft-addrs-sec a {
line-height: 18px;
}
.copyrights {
float: right;
}
.foter-sec {
width: 100%;
float: left;
background-color: #ffbb00;
border-radius: 10px;
padding: 30px;
}
.ft-logo-sec {
float: left;
width: 12%;
}
.footer-menu-sec {
width: 30%;
float: left;
}
.ft-loct-sec {
width: 55%;
float: right;
}
.ft-menu-top {
width: 100%;
float: left;
border-bottom: 1px solid #fff;
padding-bottom: 5px;
}
.ft-menu-one,
.ft-menu-two,
.ft-menu-three {
width: 32%;
margin-right: 2%;
float: left
}
.ft-menu-three {
margin-right: 0px;
}
.ft-addrs-item {
float: left;
width: 23%;
margin-right: 2%;
}
.ft-addrs-item:last-child {
margin-right: 0;
}
.foter-sec a {
font-family: 'LatoRegular';
font-weight: normal;
font-size: 14px;
line-height: 1.14;
color: #fff;
display: block;
padding: 0px 10px;
transition: .5s;
}
.foter-sec ul li {
margin-bottom: 8px;
}
.foter-sec a:hover {
color: #000;
padding-left: 0px;
}
.ft-phn-sec a,
.ft-addrs-sec a {
margin-bottom: 8px;
}
.ft-addrs-item iframe {
margin-bottom: 10px;
background-color: #fff;
padding: 5px;
}
.ft-addrs-sec a {
line-height: 1.28;
}
.ft-logo-sec:hover a {
padding: 0px 10px;
}
.ft-logo-sec a img {
transition: .3s;
}
.ft-logo-sec:hover a img {
transform: scale(1.1);
} .showhide {
display: none;
color: #fff;
width: 110px;
height: 28px;
float: left;
text-align: left;
cursor: pointer;
padding: 0px 0 0 33px;
position: relative;
}
.showhide b.txtl {
text-align: right;
font-size: 20px;
line-height: 28px;
font-weight: normal;
font-family: 'LatoBold';
text-transform: uppercase;
margin: 0 0px 0 0px;
color: #fff;
padding-top: 2px;
}
.showhide b.txtr {
position: absolute;
top: 0;
bottom: 0;
left: 0;
margin: auto;
text-align: left;
font-size: 36px;
line-height: 31px;
font-weight: normal;
color: #fff;
width: 27px;
height: 32px;
}
.mobinav {
display: none;
width: 100%;
color: #fff;
box-sizing: border-box;
z-index: 99999995;
float: left;
background: #000;
}
.mobinav ul {
float: left;
margin: 0px 0 0 0;
padding: 5px 0px;
width: 100%;
}
.mobinav ul li {
float: left;
margin: 0;
width: 100%;
list-style: none;
padding: 0 20px;
box-sizing: border-box;
border: 0;
margin: 0;
padding: 0px;
position: relative;
font-family: 'LatoBold';
}
.mobinav a {
width: 100%;
float: left;
padding: 4px 0;
display: block;
line-height: normal;
color: #fff;
font-size: 15px;
text-transform: uppercase;
font-family: 'LatoBold';
border: 0;
margin: 0;
text-decoration: none;
}
.mobinav ul li.current-menu-item a {
color: #fff;
text-decoration: underline;
}
.mobinav ul li a:hover {
color: #fff;
text-decoration: underline;
}
.mobinav ul li ul {
float: left;
padding: 0 0 0 15px;
}
.mobinav ul li ul li a {
text-transform: capitalize;
}
.mobinav ul li a.drop {
font-size: 0;
position: absolute;
right: 0;
top: 0;
width: 100%;
height: 28px;
}
.mobinav ul li a.drop:after {
content: "";
background: url(../../../themes/theme19/images/sprite_icons.png) no-repeat left top;
background-position: 0px 0px;
width: 13px;
height: 13px;
position: absolute;
right: 0;
top: 8px;
}
.mobinav ul li a.drop.open {
width: 28px;
}
.mobinav ul li a.drop.open:after {
background-position: -28px 0px;
}
.hdr-src {
transition: 0.5s;
cursor: pointer;
display: none;
width: 18px;
height: 18px;
float: right;
margin-top: 6px;
}
svg.icon.icon-search {
display: none;
}
.srcshow {
display: block;
width: 18px;
height: 18px;
cursor: pointer;
float: left;
background: url(../../../themes/theme19/images/sprite_icons.png) no-repeat left top;
background-position: -54px 0;
text-indent: -9999px;
}
.srcshow img {
width: 100%;
display: block;
}
.srcbox {
z-index: 99999995;
background-color: #636466;
position: absolute;
top: -12px;
right: 0;
width: 0;
overflow: hidden;
height: 51px;
}
.srcbox:before {
content: "";
background: url(../../../themes/theme19/images/sprite_icons.png) no-repeat left top;
background-position: -54px 0;
position: absolute;
left: 14px;
top: 17px;
width: 18px;
height: 18px;
}
.srcbox .search-form .screen-reader-text {
font-size: 0;
}
.srcbox input {
width: 100%;
float: left;
padding: 17px 30px 16px 45px;
text-transform: uppercase;
line-height: normal;
background-color: transparent;
font-family: 'NeuzeitSHeavyBook';
font-style: italic;
color: #fff;
font-size: 16px;
border: 0;
}
.srcbox button {
position: absolute;
top: 10px;
left: 0;
width: 25px;
height: 25px;
border: none;
background: none;
}
.srcbox .close_search {
width: 17px;
height: 17px;
position: absolute;
right: 15px;
top: 0px;
bottom: 0;
margin: auto;
background-image: url(../../../themes/theme19/images/sprite_icons.png);
background-repeat: no-repeat;
background-position: 0 -22px;
cursor: pointer;
}
.srcbox input::-webkit-input-placeholder {
color: #fff;
}
.srcbox input::-moz-placeholder {
color: #fff;
}
.srcbox input:-ms-input-placeholder {
color: #fff;
}
.srcbox input:-moz-placeholder {
color: #fff;
}
.mobile_src_nav {
display: none;
width: 100%;
float: left;
background-color: #ffbb00;
padding: 12px 0 11px 0
}
.mobile_src_nav .container {
position: relative;
}
.mobile_src_nav .search-form {
width: 100%;
float: left;

} .hd-jnfrm {
width: 410px;
float: left;
/*background-color: #191915;*/
padding: 25px 35px 20px 35px;
text-align: center;
}
.hd-menu-jnfam {
width: auto;
float: right;
}
.hd-car-par-sec a {
display: inline-block;
font-family: 'LatoRegular';
font-size: 18px;
line-height: normal;
color: #191915;
}
.hd-car-par-sec a:hover {
color: #000;
}
.hd-car-par-sec {
float: right;
width: 100%;
padding: 5px 0px;
position: relative;
}
.hd-item:before {
content: "";
position: absolute;
right: -5px;
top: 0px;
bottom: 0px;
margin: auto;
width: 2px;
height: 100%;
background-color: #5e5e5c;
}
.hd-item {
width: 32%;
float: left;
margin-right: 2%;
position: relative;
padding: 4px 0px;
}
.hd-item:last-child {
margin-right: 0px;
}
.hd-item:last-child:before {
display: none;
} .hm-banner-sec {
background-image: url(../../../themes/theme19/images/banner-bg.jpg);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
position: relative;
}
.hm-banr-cnt h2 {
font-size: 54px;
line-height: 62px;
text-align: center;
color: #fff;
font-family: 'BowlbyOneSCRegular';
font-weight: normal;
text-transform: unset;
margin: 0 0 50px;
}
.hm-banr-cnt {
position: absolute;
bottom: 0;
width: 100%;
left: 0;
right: 0;
margin: 0 auto;
}
.hm-banner-sec .container {
max-width: 100%;
} 


.hm-workshop { background-image: url(../../../themes/theme19/images/home-workshop-bg-v2.png);
	background-repeat: no-repeat;
background-position: center top;
padding: 95px 0px 75px;
background-size: contain;
}
.hm-wrkshp-lft {
width: 50%;
float: left;
}
.hm-wrkshp-rite {
width: 50%;
float: right;
}
.hm-wrkshp-rite h2 {
font-size: 60px;
line-height: 1.1;
color: #191915;
font-family: 'BowlbyOneSCRegular';
font-weight: normal;
text-transform: uppercase;
}
.hm-wrkshp-rite p {
font-size: 22px;
line-height: 1.36;
color: #606060;
font-family: 'LatoRegular';
margin-bottom: 50px;
}
.hm-wrkshp-rite ul li strong {
font-size: 30px;
line-height: 1.1;
color: #191915;
font-family: 'LatoBlack';
display: block;
margin-bottom: 5px;
}
.hm-wrkshp-rite ul li {
padding-left: 85px;
font-size: 18px;
line-height: 1.22;
color: #606060;
font-family: 'LatoRegular';
margin-bottom: 70px;
position: relative;
}
.hm-wrkshp-rite ul li:before {
content: '';
position: absolute;
left: 0px;
top: 0px;
background-image: url(../../../themes/theme19/images/home-sprities.png);
background-repeat: no-repeat;
background-position: -135px -5px;
width: 67px;
height: 75px;
bottom: 0;
margin: auto;
}
.hm-wrkshp-rite ul li.prod2::before {
background-position: -135px -78px;
}
.hm-wrkshp-rite ul li.prod3:before {
background-position: -128px -155px;
}
.hm-wrkshp-rite ul {
padding-left: 15px;
}
.ourexp-btn a {
font-size: 20px;
line-height: 22px;
color: #fff;
font-family: 'LatoBold';
background-image: url(../../../themes/theme19/images/hm-btn-bg.png);
background-repeat: no-repeat;
min-width: 180px;
background-position: center;
background-size: 100% 100%;
padding: 12px 25px 18px;
transition: .3s;
display: inline-block;
text-align:center;
}
.ourexp-btn a:hover {
transform: scale(1.1);
}
.ourexp-btn {
text-align: center;
}
.hm-workshop-sec {
padding-bottom: 95px;
}
.hm-workshp-cnt {
max-width: 1200px;
width: 100%;
margin: 0px auto 70px;
} .hm-jnteam-sec {
background-color: #00529b;
padding: 70px 0px 0px;
position: relative;
z-index: 2;
}
.hm-jnteam-sec h2 {
font-size: 60px;
line-height: 1.5;
color: #fff;
font-family: 'BowlbyOneSCRegular';
font-weight: normal;
text-align: center;
text-transform: uppercase;
}
.hm-jnteam-sec p {
font-size: 22px;
line-height: 30px;
color: #fff;
font-family: 'LatoRegular';
margin-bottom: 50px;
text-align: center;
}
.hm-jnteam-img {
text-align: center;
margin: 0px 0px -150px;
}
.hm-gal-sec .digi-bg1 {
padding: 190px 0px 50px;
}
.hm-gal-sec {
position: relative;
z-index: 0;
}
.hm-gal-img {
display: flex;
flex-wrap: wrap;
}
.hm-gal-box {
float: left;
width: 25%;
}
.hm-gal-box img {
display: block;
width: 100%; } .hm-gal-box.gal-bgy {
background-color: #ffbb00;
padding: 30px 30px;
position: relative;
}
.hm-gal-box.gal-bgy h5 {
font-size: 24px;
line-height: 1.25;
font-family: 'LatoBold';
color: #fff;
position: absolute;
bottom: 0px;
right: 30px;
left: 30px;
}
.hm-gal-box.gal-bgw {
background-color: #fff;
padding: 30px 30px;
position: relative;
}
.hm-gal-box.gal-bgw h6 {
font-size: 48px;
line-height: 45px;
font-family: 'LatoBlack';
color: #191915;
}
.gal-btn a {
font-size: 20px;
line-height: 22px;
color: #fff;
font-family: 'LatoBold';
background-image: url(../../../themes/theme19/images/hm-btn-bg.png);
background-repeat: no-repeat;
min-width: 180px;
background-position: center;
padding: 12px 25px 18px;
background-size: 100% 100%;
display: inline-block;
transition: .3s;
text-align:center;
}
.gal-btn a:hover {
transform: scale(1.1);
}
.gal-bgw-cnt {
position: absolute;
bottom: 45px;
right: 30px;
left: 30px;
} .hm-reason-sec .digi-bg2 {
padding: 60px 0px 20px;
}
.digi-bg2 .container {
background-color: #fff;
}
.hm-reason-sec h2,
.hm-reason-sec h3 {
text-align: center;
text-transform: uppercase;
font-size: 55px;
line-height: 1.2;
font-family: 'BowlbyOneSCRegular';
color: #191915;
font-weight: normal;
}
.hm-reason-sec h2 {
padding-top: 50px;
}
.hm-reason-sec h3 {
margin-bottom: 35px;
}
.hm-reason-list {
display: flex;
flex-wrap: wrap;
}
.hm-reason-item {
width: 32%;
margin-right: 2%;
float: left;
border: 2px solid #00529b;
padding: 30px;
margin-bottom: 40px;
transition: .3s;
}
.hm-reason-item:nth-child(3n) {
margin-right: 0px;
}
.hm-res-count {
font-size: 203px;
float: left;
font-family: 'LatoBlack';
color: #ffbb00;
line-height: 0.8;
margin-right: 30px;
}
.hm-reason-item h4 {
font-size: 30px;
line-height: 1.2;
font-family: 'LatoBlack';
color: #191915;
padding-top: 10px;
margin: 0;
}
.hm-reason-item.sixth {
border: none;
position: relative;
}
.sixth-cnt {
position: absolute;
bottom: 45px;
right: 30px;
left: 30px;
}
.hm-rea-btn a {
font-size: 20px;
line-height: 22px;
color: #fff;
font-family: 'LatoBold';
background-image: url(../../../themes/theme19/images/hm-btn-bg.png);
background-repeat: no-repeat;
min-width: 180px;
background-position: center;
background-size: 100% 100%;
padding: 12px 25px 18px;
display: inline-block;
transition: .3s;
text-align:center;
}
.hm-rea-btn a:hover {
transform: scale(1.1);
}
.hm-reason-item.sixth h5 {
font-size: 48px;
line-height: 45px;
font-family: 'LatoBlack';
color: #191915;
} .digi-bg3 .container,
.digi-bg3 .container2 {
background-color: #fff;
}
.hm-partner-sec h2 {
text-align: center;
text-transform: uppercase;
font-size: 55px;
line-height: 1.36;
font-family: 'BowlbyOneSCRegular';
color: #191915;
font-weight: normal;
margin-bottom: 55px;
padding-top: 50px;
}
.hm-partner-list {
display: block;
clear: both;
}
.hm-partner-item {
width: 25%;
float: left;
text-align: center;
margin-bottom: 40px;
} .pg-fam-cntnt .digi-fam {
padding: 70px 0px 30px;
}
.container-two {
max-width: 1200px;
width: 100%;
margin: 0 auto;
}
.pg-img img {
width: 100%;
display: block;
}
.pg-fam-items {
display: flex;
flex-wrap: wrap;
}
.pg-fam-item {
width: 31.5%;
float: left;
margin: 0px 2.7% 2.7% 0px;
}
.pg-fam-item:nth-child(3n) {
margin-right: 0px;
}
.pg-fam-itm-img {
position: relative;
}
.pg-fam-itm-img img {
width: -webkit-calc(100% - 30px);
width: -moz-calc(100% - 30px);
width: -o-calc(100% - 30px);
width: -ms-calc(100% - 30px);
width: calc(100% - 30px);
display: block;
}
.pg-fam-cntnts {
background-color: #fff;
padding: 15px 20px;
text-align: center;
}
.pg-fam-cntnt h3 {
font-family: 'LatoBlack';
font-size: 34px;
line-height: 1.2;
color: #191915;
margin: 0px;
}
.pg-fam-cntnt h4 {
font-family: 'LatoBold';
font-size: 20px;
line-height: 1.9;
color: #191915;
text-transform: capitalize;
font-weight: bold;
margin: 0px 0px 5px;
}
.pg-fam-cntnt p {
font-family: 'LatoRegular';
font-size: 22px;
line-height: 30px;
color: #606060;
margin: 0px;
}
.pg-fam-socio {
position: absolute;
right: -2px;
width: 30px;
bottom: 2px;
font-size: 0px;
}
.pg-fam-socio a {
display: inline-block;
width: 27px;
height: 22px;
background-image: url(../../../themes/theme19/images/home-sprities.png);
background-repeat: no-repeat;
background-position: 0px 0px;
font-size: 0px;
margin: 0px 0px 5px;
}
.pg-fam-socio a.fbok-icn {
background-position: -36px -49px;
}
.pg-fam-socio a:hover.fbok-icn {
background-position: -36px -79px;
}
.pg-fam-socio a.lnin-icn {
background-position: -69px -48px;
}
.pg-fam-socio a:hover.lnin-icn {
background-position: -69px -79px;
}
.pg-fam-socio a.twtr-icn {
background-position: 0px -48px;
margin: 0px;
}
.pg-fam-socio a:hover.twtr-icn {
background-position: 0px -79px;
}
.fam-team-item {
margin: 0px 0px 110px;
position: relative;
}
.fam-team-item img {
width: 100%;
display: block;
}
.fam-team {
width: 208px;
background-color: #fff;
color: #191915;
font-family: 'LatoBlack';
font-size: 42px;
line-height: 1.10;
margin: 0px;
padding: 15px 40px 15px 20px;
text-align: right;
position: absolute;
left: -208px;
top: 0;
}
.pg-bnr-cntnt {
max-width: 871px;
width: 100%;
margin: 50px auto 25px;
padding: 25px 30px;
text-align: center;
background-color: #fff;
}
.pg-bnr-cntnt h1,
.pg-bnr-cntnt h2 {
font-family: 'BowlbyOneSCRegular';
font-size: 60px;
line-height: 1.5;
color: #000000;
text-transform: uppercase;
margin: 0px 0px 10px;
font-weight: normal;
}
.pg-bnr-cntnt p {
font-family: 'LatoRegular';
font-size: 22px;
line-height: 30px;
color: #606060;
margin: 0 0 20px
}
.pg-btm-cntnt {
padding: 50px;
text-align: center;
}
.defulte-page-footer-top .pg-btm-cntnt,
.our-story-page-footer-top .pg-btm-cntnt,
.the-fam-page-footer-top .pg-btm-cntnt,
.our-values-page-footer-top .pg-btm-cntnt,
.our-expert-btm .pg-btm-cntnt,
.our-expert-btm .digi-interactive-sec,
.portfolio-page-footer-top .pg-btm-cntnt {
background-color: #fff;
}
.our-expert-btm .digi-interactive-sec {
padding: 30px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.pg-btm-cntnt h2 {
font-family: 'BowlbyOneSCRegular';
font-size:55px;
line-height:1.36;
color: #000;
margin: 0px 0px 30px;
font-weight: normal;
} .pg-btm-btn {
width: 100%;
text-align: center;
}
.pg-btm-btn a {
font-family: 'LatoBold';
font-size: 20px;
line-height: 22px;
color: #fff;
padding:14px 15px 18px;
background-image: url(../../../themes/theme19/images/btn-bg.png);
background-repeat: no-repeat;
background-position: center center;
width: 100%;
max-width: 182px;
display: inline-block;
transition: .3s;
}
.pg-btm-btn a:hover {
transform: scale(1.1);
} .our-values-tp {
width: 640px;
margin: 0 auto 40px;
}
.our-values-tp img {
width: 100%;
display: block;
}
.our-values-list {
display: flex;
flex-wrap: wrap;
}
.our-values-item {
margin: 0px 0px 50px;
}
.our-values-item.odd .our-values-lft {
width: 700px;
float: right;
padding: 35px 20px 35px 40px;
border: 3px solid #ffbb00;
border-right: none;
min-height: 100%;
}
.our-values-item.even .our-values-lft {
width: 700px;
float: left;
padding: 35px 20px 35px 40px;
border: 3px solid #ffbb00;
border-right: none;
min-height: 100%;
}
.our-values-item.even .our-values-lft {
border-right: none !important;
border: 3px solid #ffbb00;
background-color: #fff;
}
.our-values-item.odd .our-values-lft {
border-left: none !important;
border: 3px solid #ffbb00;
background-color: #fff;
}
.our-values-item.odd .our-values-rt {
width: 720px;
float: left;
}
.our-values-item.even .our-values-rt {
width: 720px;
float: right;
}
.our-values-rt img {
width: 100%;
display: block;
}
.our-values-item h2 {
font-family: 'LatoBlack';
font-size: 60px;
line-height: 1.05;
color: #000;
margin: 0px 0px 10px;
}
.our-values-item p {
font-family: 'LatoRegular';
font-size: 22px;
line-height: 30px;
color: #606060;
margin: 0px;
} .pg-our-story {
margin: 50px 0 0;
}
.pg-our-story .pg-bnr-cntnt, .pg-career .pg-bnr-cntnt{
float: left;
max-width: 50%;
margin: 0px;
text-align: left;
}
.pg-our-story .pg-bnr-img {
float: right;
width: 49%;
}
.pg-our-story .pg-bnr-img img {
display: block;
}
.pg-our-story-items {
margin: 0px 0px 0px;
}
.pg-our-story-item {
margin: 0px 0px 60px;
display: -webkit-flex;
display: -moz-flex;
display: -o-flex;
display: -ms-flex;
display: flex;
-webkit-align-items: normal;
-moz-align-items: normal;
-o-align-items: normal;
-ms-align-items: normal;
align-items: normal;
-webkit-justify-content: space-between;
-moz-justify-content: space-between;
-o-justify-content: space-between;
-ms-justify-content: space-between;
justify-content: space-between;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-o-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.pg-our-story-item:not(.full-image-block) .pg-srty-lft {
width: 35%;
}
.pg-our-story-item .pg-srty-rt {
width: 60%;
}
.pg-our-story-item.right-img {
-webkit-flex-direction: row-reverse;
-moz-flex-direction: row-reverse;
-o-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.pg-our-story-item.full-image-block .pg-srty-lft {
width: 100%;
}
.pg-our-story-item.full-image-block .pg-srty-lft+.pg-srty-rt {
padding-top: 30px;
}
.pg-srty-rt h5 {
font-family: 'LatoBlack';
font-size: 61px;
line-height: 1;
color: #ffbb00;
margin: 0px 0px 20px;
}
.pg-srty-rt h6 {
font-size: 29px;
line-height: 1;
color: #191915;
font-family: 'LatoBold';
}
.pg-srty-rt p {
font-family: 'LatoRegular';
font-size: 21px;
line-height: 1.43;
color: #606060;
margin: 0 0 20px;
}
.pg-our-story-item.right-img .pg-srty-lft {
text-align:right;
}
.pg-srty-lft img {
width:auto;
max-width: 100%;
display: block;
}
.story-large {
margin-bottom: 60px;
}
.story-large .pg-srty-lft {
width: 100%;
}
.story-large .pg-srty-rt {
float: left;
width: 70%;
} .pg-projects-cntnt .digi-prjcts {
padding: 0 0 60px;
}
.pg-projects .pg-bnr-cntnt {
max-width: 460px;
margin: 50px 0 25px;
text-align: left;
}
.pg-projects .pg-bnr-cntnt h1 {
margin: 0px;
}
.pg-projects-lft {
width: 170px;
float: left;
padding: 20px;
background-color: #fff;
}
.pg-projects-lft h5 {
font-family: 'LatoBold';
font-size: 33px;
line-height: 40px;
color: #191915;
margin: 0px 0px 30px;
}
.pg-projects-lft ul {
list-style-type: none;
}
.pg-projects-lft ul li {
width: 100%;
margin: 0px 0px 15px;
display: block;
}
.pg-projects-lft ul li a {
display: block;
font-family: 'LatoRegular';
font-weight: normal;
font-size: 20px;
line-height: 1.2;
color: #9b9b9b;
cursor: pointer;
}
.pg-projects-lft ul li a:hover {
color: #000;
}
ul.tabs li:hover a {
color: #000;
}
ul.tabs li.selected a {
color: #000;
font-weight: bold;
font-family: 'LatoBold';
}
.pg-projects-rt {
width: 1240px;
float: right;
}
.pg-projects-rt img {
width: 100%;
display: block;
}
.pg-projects-btm {
display: flex;
flex-wrap: wrap;
margin: 0;
}
.pg-projects-btm-lft {
width: 42%;
float: left;
background-color: #fff;
padding: 34px 25px 0 25px;
}
.pg-projects-btm-lft h4 {
font-family: 'LatoBlack';
font-weight: normal;
font-size: 49px;
line-height: 1.06;
color: #191915;
margin: 0px 0px 10px;
}
.pg-projects-btm-lft h6 {
font-family: 'LatoBlack';
font-size: 21px;
line-height: 1.33;
color: #191915;
margin: 0;
}
.pg-projects-btm-lft h6 strong {
display: block;
font-family: 'LatoRegular';
font-weight: normal;
}
.pg-projects-btm-rt {
width: 58%;
float: right;
}
.pg-projects-btm-rt-itm {
width: 25%;
float: left;
}
.pg-projects-btm-rt-itm img {
width: 100%;
display: block;
height: 150px;
}
.pg-projects-btm-cntnt-lft {
width: 42%;
float: left;
background-color: #fff;
padding: 20px 25px 34px 25px;
}
.pg-projects-btm-cntnt-rite {
width: 58%;
float: right;
padding: 20px;
}
.pg-projects-btm-cntnt-rite img {
width: auto;
float: left;
margin-right: 10px;
}
.pg-projects-btm-cntnt-lft p {
font-family: 'LatoRegular';
font-size: 22px;
line-height: 30px;
color: #606060;
margin: 0px;
} .pg-client {
padding: 50px 0 0;
}
.pg-bnr-client-cnt {
width: 51%;
float: left;
background-color: #fff;
padding: 50px 20px;
}
.pg-client .pg-bnr-img{width:48%; float:right;} 
.pg-bnr-client-cnt h6 {
font-family: 'BowlbyOneSCRegular';
font-size: 43px;
line-height: 50px;
color: #c7c7c7;
float: left;
padding-top: 22px;
font-weight: normal;
margin-bottom: 0px;
text-transform: uppercase;
}
.pg-bnr-client-cnt h1,
.pg-bnr-client-cnt h2 {
font-family: 'BowlbyOneSCRegular';
font-weight: normal;
font-size: 60px;
line-height: 1.5;
color: #000;
text-align: right;
text-transform: uppercase;
margin-bottom: 0px;
}
.client-blocks {
display: flex;
flex-wrap: wrap;
margin-bottom: 90px;
}
.client-blck-item {
width: 25%;
transition: .3s;
}
.client-blck-item img {
display: block;
width: 100%;
}
.client-blck-item.client-blck-item2 {
background-color: #ffbb00;
position: relative;
padding: 20px;
}
.client-blck-item a {
font-family: 'LatoBlack';
display: block;
font-size: 41px;
line-height: 47px;
color: #ffffff;
text-transform: uppercase;
display: none;
}
.client-blck-item:hover a {
display: block;
}
.client-blck-item h5 {
font-size: 28px;
line-height: 34px;
font-family: 'LatoBold';
color: #fff;
position: absolute;
bottom: 0px;
right: 30px;
left: 30px;
text-align: left;
}
.client-form {
width: 100%;
text-align: center;
padding: 0 0 52px;
}
.client-form-bg {
display: inline-block;
margin: 0 auto;
background-color: #191915;
width: 790px;
padding: 34px 34px;
}
.client-form-bg h3 {
font-family: 'LatoBold';
font-size: 40px;
line-height: 48px;
color: #ffffff;
text-align: left;
}
.form-btn input[type="submit"]:hover {
background: url(../../../../index.html) no-repeat;
}
.client-form-bg input:focus,
.client-form-bg textarea:focus {
outline: 0;
}
.client-partners {
width: 100%;
float: left;
text-align: center;
padding: 50px 0 40px;
}
.client-partners h2 {
font-family: "BowlbyOneSC-Regular";
font-size: 66px;
line-height: 75px;
color: #191915;
text-transform: uppercase;
font-weight: normal;
margin: 0 0 30px;
}
.client-form-bg .frow {
float: left;
width: 100%;
margin-bottom: 20px;
}
.client-form-bg .fw {
float: left;
width: 100%;
}
.client-form-bg input,
.client-form-bg textarea {
font-family: 'LatoBold';
font-size: 20px;
color: #9b9b9b;
line-height: normal;
padding: 20px 22px;
width: 100%;
border: 1px solid #666663;
}
.client-form-bg .frow.sdbtn {
text-align: right;
}
.client-form-bg textarea {
resize: none;
}
.client-form-bg .frow.sdbtn input {
font-family: 'LatoBold';
font-size: 20px;
color: #ffffff;
line-height: normal;
background-image: url(../../../themes/theme19/images/btn-bg.png);
background-repeat: no-repeat;
background-position: center center;
border: 0;
float: right;
width: 180px;
background-color: transparent;
padding: 10px 20px 18px;
cursor: pointer;
}
.client-form-bg .frow.sdbtn input:hover {
color: #191915;
}
.client-form-bg div.wpcf7 .ajax-loader {
display: none
}
.client-form-bg div.wpcf7-mail-sent-ok,
.cont-fr-sec span.wpcf7-not-valid-tip,
.cont-fr-sec div.wpcf7-validation-errors,
.cont-fr-sec div.wpcf7-acceptance-missing,
.cont-fr-sec div.wpcf7-mail-sent-ng,
.cont-fr-sec div.wpcf7-aborted {
border: 0;
width: 100%;
float: left;
margin: 4px 0 0 0;
padding: 0;
color: red;
font-family: 'Calibri';
font-size: 14px;
line-height: normal;
color: #f88e2c;
text-align: left
}
.client-form-bg div.wpcf7-validation-errors,
.cont-fr-sec div.wpcf7-acceptance-missing,
.cont-fr-sec div.wpcf7-mail-sent-ok,
.cont-fr-sec div.wpcf7-mail-sent-ng {
text-align: center;
margin-top: 25px
}
.client-form-bg div.wpcf7-mail-sent-ok {
color: #f88e2c;
} .pg-career {
margin: 50px 0px 0px;
}
.pg-bnr-career-cnt {
width: 100%;
float: left;
background-color: #fff;
padding: 50px 35px;
}
.pg-bnr-career-cnt h1,
.pg-bnr-career-cnt h2 {
font-size: 60px;
line-height: 1.5;
color: #000;
font-family: 'BowlbyOneSCRegular';
font-weight: normal;
float: left;
text-transform: uppercase;
margin-bottom: 0px !important;
}
.pg-bnr-career-cnt h6 {
font-family: 'BowlbyOneSCRegular';
font-size: 43px;
line-height: 50px;
color: #c7c7c7;
text-align: right;
padding-top: 22px;
font-weight: normal;
margin-bottom: 0px !important;
}
.career-pg .digi-career {
padding: 0 0 53px;
width: 100%;
float: left;
}
.career-pg h3 {
font-family: 'LatoBlack';
font-size: 42px;
line-height: 48px;
color: #191915;
}
.career-pg p,
.career-pg ul li {
font-family: 'LatoRegular';
font-size: 22px;
line-height: 30px;
color: #606060;
}
.career-pg ul li {
position: relative;
padding-left: 20px;
}
.career-pg ul {
margin-bottom: 15px;
}
.career-pg ul li:before {
content: '-';
position: absolute;
left: 0px;
top: 0px;
color: #606060
}
.career-pg h4 {
font-size: 22px;
line-height: 28px;
font-family: 'LatoBlack';
color: #191915;
font-weight: bold;
margin-bottom: 5px;
}
.career-pglt {
width: 49%;
}
.career-pglttxt {
background: #ffffff;
margin: 0 0 35px;
padding: 24px 36px;
}
.career-pglttxt h3 strong {
font-family: 'LatoRegular';
font-size: 18px;
line-height: 48px;
margin: 0 0 0 30px;
}
.career-pglttxt h6 {
font-size: 18px;
line-height: 25px;
color: #191915;
float: left;
font-weight: normal;
}
.career-pglttxt a,
.career-btn a {
font-family: 'LatoBold';
font-size: 20px;
line-height: normal;
color: #ffffff;
background-image: url(../../../themes/theme19/images/hm-btn-bg.png);
background-repeat: no-repeat;
background-size: contain;
background-position: center center;
padding: 12px 60px 15px;
display: block;
clear: both;
text-align: center;
max-width: 179px;
}
.career-pglttxt a:hover {
color: #000;
}
.career-pgrt {
width: 49%;
}
.career-blcks {
display: flex;
flex-wrap: wrap;
}
.career-blck-item {
width: 50%; background-color: #9b9b9b;
transition: 0.3s;
}
.career-pgrt .career-blck-item img {
display: block;
width: 100%;
}
.career-blck-item.career-blck-item1.career-text {
background-color: #ffbb00;
position: relative;
}
.career-blck-item:nth-child(4n+0),
.career-blck-item:nth-child(4n+1) {
background-color: #606060;
}
.career-blck-item a {
font-family: 'LatoBlack';
display: block;
font-size: 41px;
line-height: 47px;
color: #ffffff;
text-transform: uppercase;
position: absolute;
bottom: 30px;
left: 20px;
}
.career-form-bg {
display: inline-block;
margin: 0 auto 40px;
background-color: #191915;
width: 100%;
padding: 34px 34px;
}
.career-form-bg h3 {
font-family: 'LatoBold';
font-size: 40px;
line-height: 48px;
color: #ffffff;
}
.career-form-bg .frow {
float: left;
width: 100%;
margin-bottom: 20px;
}
.career-form-bg .fw {
float: left;
width: 100%;
}
.career-form-bg input:not([type="radio"]):not([type="checkbox"]):not([type="button"]):not([type="submit"]):not([type="file"]),
.career-form-bg textarea {
font-family: 'LatoBold';
font-size: 20px;
color: #9b9b9b;
line-height: normal;
padding: 20px 22px;
width: 100%;
border: 1px solid #666663;
}
.career-form-bg .frow.sdbtn {
text-align: right;
}
.career-form-bg textarea {
resize: none;
}
.career-form-bg .frow.sdbtn input {
font-family: 'LatoBold';
font-size: 20px;
color: #ffffff;
line-height: normal;
background-image: url(../../../themes/theme19/images/btn-bg.png);
background-repeat: no-repeat;
background-position: center center;
border: 0;
float: right;
width: 180px;
background-color: transparent;
padding: 10px 20px 18px;
cursor: pointer;
}
.career-form-bg div.wpcf7 .ajax-loader {
display: none
}
.career-form-bg div.wpcf7-mail-sent-ok,
.cont-fr-sec span.wpcf7-not-valid-tip,
.cont-fr-sec div.wpcf7-validation-errors,
.cont-fr-sec div.wpcf7-acceptance-missing,
.cont-fr-sec div.wpcf7-mail-sent-ng,
.cont-fr-sec div.wpcf7-aborted {
border: 0;
width: 100%;
float: left;
margin: 4px 0 0 0;
padding: 0;
color: red;
font-family: 'Calibri';
font-size: 14px;
line-height: normal;
color: #f88e2c;
text-align: left
}
.career-form-bg div.wpcf7-validation-errors,
.cont-fr-sec div.wpcf7-acceptance-missing,
.cont-fr-sec div.wpcf7-mail-sent-ok,
.cont-fr-sec div.wpcf7-mail-sent-ng {
text-align: center;
margin-top: 25px
}
.career-form-bg div.wpcf7-mail-sent-ok {
color: #f88e2c;
} .pg-buzz .pg-bnr-cntnt {
max-width: 700px;
float: left;
width: 100%;
text-align: left;
background-color: #fff;
margin: 0px;
padding-bottom: 50px;
}
.pg-bnr-rt {
float: right;
width: 700px;
}
.pg-bnr-rt img {
width: 100%;
display: block;
}
.pg-bnr {
margin: 0px 0px 55px;
}
.pg-buzz-top h6 {
font-family: 'LatoBold';
color: #191915;
font-size: 27px;
line-height: 1.5;
margin: 0;
border-left: 27px solid #000;
padding-left: 15px;
text-transform: uppercase;
}
.pg-buzz-top-cntnt {
display: flex;
flex-wrap: wrap;
margin: 0px 0px 45px;
}
.pg-buzz-top-lft {
width: 880px;
float: left;
}
.pg-buzz-top-lft img {
width: 100%;
display: block;
}
.pg-buzz-top-rt {
width: 530px;
float: right;
padding: 20px 30px 30px 20px;
background-color: #fff;
}
.pg-buzz-top-rt h3,
.pg-buzz-top-rt h3 a {
font-family: 'LatoBlack';
font-size: 40px;
line-height: 48px;
color: #191915;
margin: 0px 0px 20px;
display: inline-block;
}
.pg-buzz-top-rt h3 a {
margin: 0px;
}  .buzz-date {
font-family: 'LatoRegular';
font-size: 18px;
line-height: 18px;
color: #191915;
margin: 0px 0px 15px;
font-weight: bold;
}
.pg-buzz-top-rt p {
font-family: 'LatoRegular';
font-size: 22px;
line-height: 30px;
color: #606060;
margin: 0px 0px 35px;
}
.buzz-btn {
width: auto;
float: left;
}
.buzz-btn a {
font-family: 'LatoRegular';
font-size: 16px;
line-height: 16px;
display: inline-block;
color: #000;
}
.pg-buzz-middle-item {
width: 31.5%;
float: left;
margin: 0px 2.7% 2.7% 0px;
}
.pg-buzz-middle-cntnt {
background-color: #9FC;
}
.pg-buzz-middle-item:last-child,
.pg-buzz-middle-item:nth-child(3n) {
margin-right: 0px;
}
.pg-buzz-middle-item h6 {
font-family: 'LatoBold';
font-size: 23px;
line-height: 37px;
color: #191915;
padding-left: 15px;
border-left: 28px solid #7146d8;
margin: 0px;
text-transform: uppercase;
}
.pg-buzz-middle-item.in-the-news {
border-left: 28px solid #43d6f5;
}
.pg-buzz-middle-item.workshop h6 {
border-left: 28px solid #43d6f5;
}
.pg-buzz-middle-item.events h6 {
border-left: 28px solid #46b846;
}
.pg-buzz-mdl-image img {
width: 100%;
display: block;
}
.pg-buzz-matter.mdl {
background-color: #fff;
padding: 20px 30px;
}
.pg-buzz-matter h3,
.pg-buzz-matter h3 a {
font-family: 'LatoBlack';
font-size: 32px;
line-height: 32px;
color: #191915;
margin: 0px 0px 7px;
}
.pg-buzz-matter h3 a {
margin: 0px;
}
.pg-buzz-matter p {
font-family: 'LatoRegular';
font-weight: normal;
font-size: 22px;
line-height: 30px;
color: #606060;
margin: 0px 0px 15px;
}
.pg-buzz-mdl-cntnt .buzz-date {
font-size: 16px;
margin: 0px 0px 5px;
}
.pg-buzz-middle-item.news .buzz-btn a {
color: #ffbb00;
}
.pg-buzz-middle-item.workshop .buzz-btn a {
color: #43d6f5;
}
.pg-buzz-middle-item.events .buzz-btn a {
color: #f23292;
}
.pg-buzz-middle {
margin: 0px 0px 10px;
} .pg-buzz-middle-item:hover .buzz-btn a {
color: #000;
}
.pg-buzz-btm-lft {
background-color: #fff;
width: 170px;
float: left;
margin-right: 20px;
padding: 15px;
}
.pg-buzz-btm-lft ul {
list-style-type: none;
}
.pg-buzz-btm-lft ul li {
width: 100%;
margin: 0px 0px 20px;
}
.pg-buzz-btm-lft ul li a {
display: inline-block;
font-family: 'LatoRegular';
font-size: 18px;
line-height: 18px;
color: #9b9b9b;
cursor: pointer;
}
.pg-buzz-btm-lft ul li a:hover {
color: #000;
}
.pg-buzz-btm-mdl {
width: 1060px;
float: left;
}
.pg-buzz-btm-mdl-item {
width: 100%;
float: left;
margin: 0px 0px 50px;
}
.pg-buzz-btm-mdl-item-lft {
width: 49%;
float: left;
}
.pg-buzz-btm-mdl-item-lft img {
width: 100%;
display: block;
}
.pg-buzz-btm-mdl-item-rt {
width: 51%;
float: left;
padding: 10px 40px 30px;
background-color: #fff;
}
.pg-buzz-btm-mdl-item-rt h6 {
font-family: 'LatoBold';
font-size: 17px;
line-height: 27px;
border-left: 20px solid #ffbb00;
padding-left: 10px;
text-transform: uppercase;
margin: 0px 0px 20px;
}
.pg-buzz-btm-mdl-item-rt p {
margin: 0px 0px 25px;
}
.pg-buzz-btm-mdl-item-rt .buzz-btn a {
color: #ffbb00;
}  .pg-buzz-rt {
width: 150px;
float: right;
padding: 20px;
background-color: #fff;
margin-left: 20px;
}
.pg-buzz-rt select {
border: none;
font-family: 'LatoRegular';
font-size: 18px;
line-height: 18px;
color: #000;
outline: none;
position: relative;
}
.pg-buzz-rt option {
border: none;
outline: none;
}
.pg-buzz {
margin: 52px 0px 0px;
}
.pg-buzz-btm-mdl.lbtab-2 .pg-buzz-btm-mdl-item-rt h6 {
border-left:20px solid #000;
}
.pg-buzz-btm-mdl.lbtab-3 .pg-buzz-btm-mdl-item-rt h6 {
border-left:20px solid #46b846;
}
.pg-buzz-btm-mdl.lbtab-4 .pg-buzz-btm-mdl-item-rt h6 {
border-left:20px solid #43d6f5;
}
.pg-buzz-btm-mdl.lbtab-5 .pg-buzz-btm-mdl-item-rt h6 {
border-left:20px solid #7146d8;
}
.digi-lbuzz {
padding: 0;
width: 100%;
float: left;
}
.digi-lbuzz.single-buzz {
width: 880px;
margin: 0 0 60px;
}
.post_single {
background-color: #fff;
padding-bottom: 30px;
}
.single-sidebar {
float: right;
width: 340px;
margin: 0 0 60px;
padding-top: 100px;
}
.sing-top {
padding: 20px 0 0 25px;
}
.post_cnt {
padding: 0 20px;
}
.post_single h2.screen-reader-text {
display: none;
}
.post_cnt .nav-previous {
float: left;
width: 340px;
}
.post_cnt .nav-next {
float: right;
width: 340px;
}
.post_cnt .nav-previous a,
.post_cnt .nav-next a {
position: relative;
padding: 12px 50px;
display: inline-block;
}
.post_cnt .nav-previous a:before,
.post_cnt .nav-next a:before {
position: absolute;
content: "";
width: 25px;
height: 42px;
left: 10px;
top: 0;
bottom: 0;
margin: auto;
background-image: url(../../../themes/theme19/images/home-sprities.png);
background-repeat: no-repeat;
background-position: -7px -121px;
}
.post_cnt .nav-next a:before {
right: 10px;
left: auto;
background-position: -40px -120px;
}
.post_cnt span.screen-reader-text {
font-size: 32px;
line-height: 40px;
color: #606060;
font-family: 'LatoBlack';
text-transform: capitalize;
}
.post_cnt span.post-title {
font-size: 18px;
line-height: 20px;
color: #9b9b9b;
font-family: 'LatoRegular';
}
.singpost-tit {
background: #fff;
padding: 26px 30px 20px 22px;
margin: 0 0 040px;
}
.sdb-widget-title h4.widget-title,
.lt-arch-title {
color: #000;
font-size: 23px;
line-height: normal;
font-family: 'LatoBlack';
margin: 0 0 20px;
text-transform: uppercase;
}
.sdb_rec_pst_title a {
display: block;
font-family: 'LatoRegular';
font-size: 18px;
line-height: 1.33;
color: #606060;
margin: 0 0 15px;
}
.single-arch {
padding: 30px 24px;
background: #fff;
}
.single-arch li.cat-item {
padding-left: 26px;
position: relative;
}
.single-arch li.cat-item:before {
position: absolute;
content: "";
background-color: #f33041;
width: 20px;
height: 20px;
left: 0;
top: 5px;
}
.single-arch li.cat-item a {
display: inline-block;
font-size: 18px;
line-height: 30px;
color: #606060;
font-family: 'LatoRegular';
margin: 0 0 15px;
}
.single-arch li.cat-item:nth-child(2):before {
background-color: #7146d8;
}
.single-arch li.cat-item:nth-child(3):before {
background-color: #1bd1ff;
}
.single-arch li.cat-item:nth-child(4):before {
background-color: #46b846;
}
.hal_photos {
display: flex;
flex-wrap: wrap;
}
.hal_photos a {
width: 50%;
padding: 10px;
float: left;
height: auto;
} .our-culturepg img {
display: block;
}
.ourcltursec1 {
margin: 0 0 50px;
}
.ourclturrt {
width: 791px;
}
.ourclturlt {
width: 789px;
padding: 34px 40px 34px;
background-color: #ffffff
}
.ourclturlt h1,
.ourclturlt h2 {
font-family: 'BowlbyOneSCRegular';
font-size: 86px;
line-height: 90px;
color: #191915;
text-transform: uppercase;
}
.digitone-tour p {
font-family: 'LatoRegular';
font-size: 22px;
line-height: 30px;
color: #606060;
}
.digitone-tour {
margin: 0 0 50px;
}
.digitone-tourrt h3 {
font-family: 'LatoBlack';
font-size: 60px;
line-height: 1.1;
color: #191915;
}
.digitone-tourlt {
width: 882px;
position: relative;
}
.digitone-tourrt {
width: 520px;
background: #fff;
padding: 34px 40px 34px;
} .gal-size1 {
width: 23.5%;
float: left;
margin-right: 2%;
margin-bottom: 25px;
}
.gal-size2,
.gal-size4 {
width: 49%;
float: left;
margin-right: 2%;
}
.gal-size3,
.gal-size5 {
width: 23.5%;
float: left;
margin-bottom: 30px;
}
.gal-size6 {
width: 61%;
float: left;
margin-right: 2%;
clear: left;
}
.gal-size7 {
width: 36%;
float: left;
}
.our-cul-gal-sec img {
display: block;
}
.our-cul-gal-sec {
margin-bottom: 30px;
} .porttabcontent {
clear: both;
margin-left: -10px;
width: -webkit-calc(100% + 20px);
width: -moz-calc(100% + 20px);
width: -o-calc(100% + 20px);
width: -ms-calc(100% + 20px);
width: calc(100% + 20px);
font-size: 0;
text-align: left;
display: none;
}
.porttabcontent:first-child {
display: block;
}
.pg-portfolio-menu {
text-align: center;
}
.pg-portfolio-menu ul.porttabs {
margin: 0px 0px 40px;
padding: 0;
width: 100%;
float: left;
background-color: #fff;
}
.pg-portfolio-menu ul.porttabs li {
float: left;
width: 20%;
margin: 0px;
text-align:center;
}
.pg-portfolio-menu ul.porttabs li a {
font-family: 'LatoRegular';
font-size: 18px;
line-height: 1.2;
color: #9b9b9b;
border: none;
outline: none;
cursor: pointer;
padding: 20px 10px;
transition: 0.3s;
text-align: center;
display:inline-block;
vertical-align: middle;
}
.pg-portfolio-menu ul.tabs li.selected a,
.pg-portfolio-menu ul.tabs li a:hover {
color: #000;
}
.pg-portfolio-menu ul.tabs li.selected a {
font-family: 'LatoBold';
font-weight: bold;
}
.pg-portfolio-menu .tabcontents {
padding: 35px 0px 0px;
display: flex;
flex-wrap: wrap;
width: 100%;
float: left;
}
.pg-portfolio-menu-item {
width: 24%;
float: left;
margin: 0px 1.3% 1.3% 0px;
}
.pg-portfolio-menu-item:nth-child(4n) {
margin-right: 0px;
}
.portfolio-img {
position: relative;
}
.portfolio-img img {
width: 100%;
display: block;
}
.pg-portfolio-item-cntnt {
float: left;
width: 100%;
}
.pg-portfolio-item-cntnt h6,
.pg-portfolio-item-cntnt h6 a {
font-family: 'LatoBlack';
font-size: 28px;
line-height: 1.43;
width: 100%;
text-align: center;
color: #191915;
margin: 0px;
background-color: #fff;
padding: 5px 2px;
display: block;
}
.video-btn {
width: 105px;
height: 105px;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: auto;
}
ul.porttabs li.selected a,
ul.porttabs li:hover a {
color: #000;
}
.digi-bg {
background-color: #fff;
}
.pg-buzz-rt .screen-reader-text {
display: none;
}
.pg-buzz-btm-lft ul.lbtabs li.selected a {
color: #191915;
font-family: 'LatoBold';
} .pg-buzz-btm-mdl .lb-pagination {
text-align: center;
margin: 0px auto 35px;
}
.pg-buzz-btm-mdl .lb-pagination a {
display: inline-block;
font-family: 'LatoBold';
font-size: 18px;
line-height: normal;
color: #191915;
margin: 0px 5px 0px;
cursor: pointer;
}
.pg-buzz-btm-mdl .lb-pagination a.jp-current {
color: #ffbb00;
} .pg-single-post .pg-bnr-cntnt {
width: 100%;
max-width: 100%;
}
.pg-single-post .pg-bnr-cntnt h1,
.pg-single-post .pg-bnr-cntnt h2 {
font-size: 50px;
line-height: 55px;
margin-bottom: 0px;
}
.post_date {
font-family: 'LatoRegular';
font-size: 18px;
line-height: 18px;
color: #191915;
margin: 0px 0px 15px;
font-weight: bold; display:inline-block;
}
.post_date.writncnt {
display: inline-block;
margin-left: 15px;
}
.post_img {
margin-bottom: 40px;
}
.post_single h1 {
font-family: 'LatoBlack';
font-size: 45px;
line-height: 50px;
color: #191915;
margin: 0px 0px 20px;
}
.post_single h2 {
font-family: 'LatoBlack';
font-size: 40px;
line-height: 45px;
color: #191915;
margin: 0px 0px 20px;
}
.post_single h3 {
font-family: 'LatoBlack';
font-size: 35px;
line-height: 40px;
color: #191915;
margin: 0px 0px 20px;
}
.post_single h4 {
font-family: 'LatoBlack';
font-size: 30px;
line-height: 35px;
color: #191915;
margin: 0px 0px 20px;
}
.post_single h5 {
font-family: 'LatoBlack';
font-size: 25px;
line-height: 30px;
color: #191915;
margin: 0px 0px 20px;
}
.post_single h6 {
font-family: 'LatoBlack';
font-size: 20px;
line-height: 25px;
color: #191915;
margin: 0px 0px 20px;
}
.post_single p {
font-family: 'LatoRegular';
font-size: 22px;
line-height: 30px;
color: #606060;
}
.post_single ul li,
.post_single ol li {
font-family: 'LatoRegular';
font-size: 22px;
line-height: 30px;
color: #606060;
} .pg-content h1 {
font-family: 'LatoBlack';
font-size: 45px;
line-height: 50px;
color: #191915;
margin: 0px 0px 20px;
}
.pg-content h2 {
font-family: 'LatoBlack';
font-size: 40px;
line-height: 45px;
color: #191915;
margin: 0px 0px 20px;
}
.pg-content h3 {
font-family: 'LatoBlack';
font-size: 35px;
line-height: 40px;
color: #191915;
margin: 0px 0px 20px;
}
.pg-content h4 {
font-family: 'LatoBlack';
font-size: 30px;
line-height: 35px;
color: #191915;
margin: 0px 0px 20px;
}
.pg-content h5 {
font-family: 'LatoBlack';
font-size: 25px;
line-height: 30px;
color: #191915;
margin: 0px 0px 20px;
}
.pg-content h6 {
font-family: 'LatoBlack';
font-size: 20px;
line-height: 25px;
color: #191915;
margin: 0px 0px 20px;
}
.pg-content p {
font-family: 'LatoRegular';
font-size: 22px;
line-height: 30px;
color: #606060;
}
.pg-content ul li,
.post_single ol li {
font-family: 'LatoRegular';
font-size: 22px;
line-height: 30px;
color: #606060;
}
.pg-content p a,
.pg-content ul li a,
.post_single ol li a {
color: #ffbb00;
}
.pg-content p strong,
.pg-content ul li strong,
.post_single ol li strong {
font-family: 'LatoBold';
}
.digi-ostry {
padding: 30px 0px 30px;
}
.digi-ostry .container2 {
background-color: rgba(255, 255, 255, 0.8);
padding: 40px;
}
.copyrights-lft {
float: left;
}
.copyrights-rite {
float: right;
} .digi-expert {
padding: 45px 0px 90px 0px;
}
.our-exp-sec {
display: flex;
flex-wrap: wrap;
margin-bottom: 70px;
background-color: #fff;
}
.our-exp-sec img {
display: block;
}
.our-exp-lft {
width: 38%;
padding: 30px;
}
.our-exp-rite {
width: 62%;
}
.digi-expert h3 {
font-family: 'LatoBlack';
font-size: 50px;
line-height: 1.16;
position: relative;
color: #191915;
padding-left: 75px;
}
.digi-expert h3:before {
content: '';
position: absolute;
left: 0px;
top: 0px;
background-image: url(../../../themes/theme19/images/home-sprities.png);
background-repeat: no-repeat;
background-position: -135px -5px;
width: 67px;
height: 75px;
bottom: 0;
margin: auto;
}
.digi-expert h3.exp-prdct1:before {
background-position: -135px -5px;
}
.digi-expert h3.exp-prdct2:before {
background-position: -135px -78px;
}
.digi-expert h3.exp-prdct3:before {
background-position: -128px -155px;
}
.digi-expert p {
font-family: 'LatoRegular';
font-size: 22px;
line-height: 30px;
color: #606060;
margin-bottom: 25px;
}
.digi-expert .our-exp-sec ul li {
font-family: 'LatoRegular';
font-size: 26px;
line-height: 30px;
color: #191915;
position: relative;
padding-left: 20px;
margin-bottom: 20px;
}
.digi-expert .our-exp-sec ul li:before {
content: '';
position: absolute;
left: 0px;
top: 11px;
background-color: #191915;
width: 10px;
height: 10px;
border-radius: 10px;
}
.our-exp-tech {
max-width: 875px;
width: 100%;
margin: 0px auto 0px;
border: 4px solid #ffbb00;
padding: 36px 35px 30px;
background-color: #fff;
}
.our-exp-tech-lft,
.our-exp-tech-rite {
width: 50%;
float: left;
}
.our-exp-tech-rite {
padding-left: 40px;
}
.our-exp-tech ul li {
font-family: 'LatoRegular';
font-size: 28px;
line-height: 30px;
color: #191915;
position: relative;
padding-left: 60px;
margin-bottom: 45px;
}
.our-exp-tech ul li:before {
content: '';
position: absolute;
left: 0px;
top: -7px;
background-image: url(../../../themes/theme19/images/home-sprities.png);
background-position: 0px 0px;
background-repeat: no-repeat;
width: 44px;
height: 47px;
}
.our-exp-tech ul li.tech1:before {
background-position: -4px -225px;
}
.our-exp-tech ul li.tech2:before {
background-position: -56px -225px;
}
.our-exp-tech ul li.tech3:before {
background-position: -106px -225px;
}
.our-exp-tech ul li.tech4:before {
background-position: -155px -225px;
}
.our-exp-tech ul li.tech5:before {
background-position: -8px -285px;
}
.our-exp-tech h4 {
font-family: 'LatoBlack';
font-size: 60px;
line-height: 1;
position: relative;
color: #191915;
margin:0 0 10px;
}
.our-exp-tech p {
margin-bottom: 0px;
}
.our-exp-tech ul li.tech5 {
margin-bottom: 0px;
}
.digi-interactive-cnt {
float: left;
width: 63%;
}
.digi-interactive-cnt h5 {
font-family: 'LatoBold';
font-size: 30px;
line-height: 38px;
color: #191915;
margin: 0;
}
.page-bottom.our-expert-btm .digi-ft-top {
padding-bottom: 50px;
}
.page-bottom.our-expert-btm .pg-btm-cntnt {
margin-bottom: 40px;
}
.digi-interactive-sec .digi-interactive-logo {
float: right;
width: 35%;
}
.digi-interactive-sec .digi-interactive-logo img {
display: block;
margin: 0 auto;
} .our-prjcts-item {
width: 49%;
float: left;
margin-right: 2%;
margin-bottom: 20px;
}
.our-prjcts-item:nth-child(2n) {
margin-right: 0px;
}
.our-prjcts-item img {
display: block;
}
.our-prjcts-item h4 {
background-color: #fff;
text-align: center;
font-family: 'LatoBlack';
font-size: 33px;
line-height: 1.12;
color: #191915;
padding: 25px 0px;
margin-bottom: 0px;
}
.pgs-projects {
padding: 50px 0px 0px;
}
.pgs-projects .pg-bnr-cntnt {
width: 50%;
float: left;
text-align: left;
padding-bottom: 45px;
}
.pgs-projects .pg-bnr-rt {
width: 48%;
float: right;
} .cont-addrs-item {
width: 32%;
float: left;
margin-right: 2%;
background-color: #fff;
padding: 10px;
}
.cont-addrs-item:last-child {
margin-right: 0px;
}
.cont-addrs-item iframe {
margin-bottom: 20px;
}
.ctn_adr {
text-align:center;
}
.cont-addrs-item h5 {
font-size: 17px;
line-height: 1.8;
color: #191915;
font-family: 'LatoRegular';
text-align: center;
margin:0;
font-weight:normal;
}
.cont-addrs-item a {
font-size: 17px;
line-height: 1.8;
color: #191915;
font-family: 'LatoRegular';
text-align: center;
}
.cont-pg-form {
float: left;
width: 50%;
}
.cont-ph-mail-sec {
float: right;
width: 48%;
}
.cont-pg-form .career-form-bg {
width: 100%;
}
.cont-ph a, .cont-mail a, .cont-add .cont_adr{
display: block;
font-size: 24px;
line-height: 44px;
color: #191915;
font-family: 'LatoRegular';
position:relative;
margin:0 0 30px;
}
.cont-ph a:last-child, .cont-mail a:last-child, .cont-add a:last-child{margin:0;}
.cont-ph a:before, .cont-mail a:before, .cont-add .cont_adr:before{content:""; position:absolute; left:-70px;background-image: url(../../../themes/theme19/images/cntpg-icons.png);}
.cont-ph a:before{ width:41px; height:40px;  background-position:-11px -21px; top:-3px;}
.cont-add .cont_adr:before{ width:34px; height:45px;  background-position:-135px -18px; top:0px; left:-60px;}
.cont-mail a:before{ width:48px; height:32px;  background-position:-67px -25px; top:10px;}
.cont-ph, .cont-mail, .cont-mail, .cont-add{
padding: 20px 20px 20px 125px;
margin-bottom:30px;
position: relative;
background-color: #fff;
}
.cont-ph a, .cont-add a{ font-size:20px; line-height:32px;}
.cont-add h5 {
display: block;
font-size: 20px;
line-height: 24px;
color: #191915;
font-family: 'LatoRegular';
position: relative;
margin: 0 0 5px 0;
} .faqs-pg .accordion {
overflow: hidden;
background: transparent;
}
.faqs-pg .faq_cnt .accordion-section {
margin: 0 0 20px 0;
width: 100%;
background-color: #fff;
padding: 15px;
display: block;
clear: both;
}
.faqs-pg .faq_cnt h5 {
margin: 0;
}
.faqs-pg .faq_cnt .accordion-section-title {
width: 100%;
padding: 16px 35px 12px 15px;
display: inline-block;
transition: all linear 0.15s;
font-size: 42px;
color: #191915;
position: relative;
line-height: 48px;
font-family: 'LatoBlack';
}
.faqs-pg .accordion-section-content {
padding: 15px;
display: none;
}
.faqs-pg .faq_cnt .accordion-section p {
margin: 0 0 8px 0;
}
.faqs-pg .faq_cnt .accordion-section-title:after {
position: absolute;
content: "";
right: 15px;
top: 35px;
background-image: url(../../../themes/theme19/images/drop-down-icon.png);
background-repeat: no-repeat;
background-position: 0px 0px;
width: 23px;
height: 14px;
}
.faqs-pg .faq_cnt .accordion-section-title.active:after {
background-image: url(../../../themes/theme19/images/drop-top-icon.png);
}
.accordion-section h6 {
color: #606060;
font-family: 'LatoRegular';
font-size: 20px;
line-height: 28px;
font-weight: normal;
padding-left: 15px;
margin-bottom: 5px;
}
.accordion-section h6 strong {
display: block;
font-family: 'LatoBlack';
font-weight: bold;
color: #191915;
}
#front-page-layout .container {
max-width: 1420px;
}
.single-post-navigation {
margin-top: 30px;
}
.single-post-navigation span {
display: block;
clear: both;
}
.single-post-navigation .nav-links {
display: -webkit-flex;
display: -moz-flex;
display: -o-flex;
display: -ms-flex;
display: flex;
-webkit-align-items: center;
-moz-align-items: center;
-o-align-items: center;
-ms-align-items: center;
align-items: center;
-webkit-justify-content: space-between;
-moz-justify-content: space-between;
-o-justify-content: space-between;
-ms-justify-content: space-between;
justify-content: space-between;
}
.single-post-navigation .nav-links .nav-next,
.single-post-navigation .nav-links .nav-previous {
background-color: #fff;
max-width: 340px;
padding: 15px;
position: relative;
background-repeat: no-repeat;
background-size: 25px 42px;
}
.single-post-navigation .nav-links .nav-previous {
text-align: left;
padding-left: 50px;
background-image: url(../../../themes/theme19/images/sgl-post-prevous-arrow.png);
background-position: 10px center;
}
.single-post-navigation .nav-links .nav-next {
text-align: right;
padding-right: 50px;
background-image: url(../../../themes/theme19/images/sgl-post-next-arrow.png);
background-position:right 10px center;
}
.single-post-nav-text {
color: #606060;
font-family: 'LatoBlack';
font-size: 32px;
line-height: 1.25;
}
.single-post-navigation .post-title {
color: #9b9b9b;
font-family: 'LatoRegular';
font-size: 18px;
line-height: 1.11;
}
#portfolio-block-full {
display: block;
clear: both;
position: relative;
width: 100%;
padding-bottom: 50px;
}
.portfolio-cats-list {
background-color: #fff;
padding: 15px 20px;
display: -webkit-flex;
display: -moz-flex;
display: -o-flex;
display: -ms-flex;
display: flex;
-webkit-align-items: center;
-moz-align-items: center;
-o-align-items: center;
-ms-align-items: center;
align-items: center;
-webkit-justify-content: flex-start;
-moz-justify-content: flex-start;
-o-justify-content: flex-start;
-ms-justify-content: flex-start;
justify-content: flex-start;
margin: 0;
width: 100%;
position: relative;
}
.portfolio-cats-list li a {
padding: 5px 60px;
margin: 0;
color: #9b9b9b;
position: relative;
font-family: 'LatoRegular';
font-weight: normal;
font-size: 18px;
line-height: 3;
letter-spacing: normal;
display: block;
}
.portfolio-cats-list li:hover {
color: #000;
}
.portfolio-cats-list li.active-tab {
color: #000;
font-weight: bold;
}
#portfolio-list {
display: block;
clear: both;
position: relative;
width: -webkit-calc(100% + 20px);
width: -moz-calc(100% + 20px);
width: -o-calc(100% + 20px);
width: -ms-calc(100% + 20px);
width: calc(100% + 20px);
padding-top: 30px;
font-size: 0;
margin-left: -10px;
text-align: left;
}
.portfolio-item {
font-size: initial;
display: inline-block;
vertical-align: top;
width: -webkit-calc((100% / 4) - 20px);
width: -moz-calc((100% / 4) - 20px);
width: -o-calc((100% / 4) - 20px);
width: -ms-calc((100% / 4) - 20px);
width: calc((100% / 4) - 20px);
margin: 5px 10px;
}
.portfolio-thumb-area {
position: relative;
display: block;
}
.portfolio-thumb-area img {
display: block;
}
.video-btn-img {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
}
.video-btn-img img {
display: block;
width: 105px;
height: 105px;
margin: 0 auto;
position: relative;
top: -webkit-calc(50% - 52.5px);
top: -moz-calc(50% - 52.5px);
top: -o-calc(50% - 52.5px);
top: -ms-calc(50% - 52.5px);
top: calc(50% - 52.5px);
}
.portfolio-name {
color: #000;
font-size: 20px;
font-weight: bold;
background-color: #fff;
font-family: 'LatoBlack';
font-weight: black;
font-size: 28px;
line-height: 1.14;
letter-spacing: normal;
display: block;
text-align: center;
padding: 10px 5px;
}
.portfolio-item:hover .video-btn-img img {
filter: drop-shadow(-5px 5px 2px rgba(0, 0, 0, .25));
-webkit-filter: drop-shadow(-5px 5px 2px rgba(0, 0, 0, .25));
}
.portfolio-tab-data {
display: none;
}
.portfolio-tab-data.tab-data-active {
display: block;
}
#career-page-form {
color: #fff;
}
#career-page-form .form-feild:not(.radio-button-area) span {
display: block;
}
#career-page-form .form-feild+.form-feild {
margin-top: 15px;
}
#career-page-form .experience-block {
display: -webkit-flex;
display: -moz-flex;
display: -o-flex;
display: -ms-flex;
display: flex;
-webkit-align-items: center;
-moz-align-items: center;
-o-align-items: center;
-ms-align-items: center;
align-items: center;
-webkit-justify-content: flex-start;
-moz-justify-content: flex-start;
-o-justify-content: flex-start;
-ms-justify-content: flex-start;
justify-content: flex-start;
}
#career-page-form .experience-block>* {
margin-right: 10px;
}
#career-page-form .experience-block .exp-title,
#career-page-form .experience-block .exp-years-label,
#career-page-form .experience-block .exp-month-title,
#career-page-form .radio-button-area {
color: #fff;
font-family: 'LatoRegular';
font-weight: normal;
font-size: 18px;
line-height: 1.5;
letter-spacing: normal;
}
#career-page-form select {
display: block;
font-family: 'LatoBold';
font-weight: bold;
font-size: 18px;
padding: 10px 15px;
color: #000;
}
#career-page-form input[type="file"] {
font-size: 0 !important;
width: 100%;
outline: none;
}
#career-page-form input[type="file"]::-webkit-file-upload-button {
visibility: hidden;
opacity: 0;
}
#career-page-form input[type="file"]::-moz-file-upload-button {
visibility: hidden;
opacity: 0;
}
#career-page-form input[type="file"]::-ms-file-upload-button {
visibility: hidden;
opacity: 0;
}
#career-page-form input[type="file"]::file-upload-button {
visibility: hidden;
opacity: 0;
}
#career-page-form input[type="file"]:before {
content: 'Attach CV';
display: inline-block;
vertical-align: middle;
text-align: left;
width: 100%;
color: #fff;
font-size: 16px;
background-image: url(../../../themes/theme19/images/attach-icon-png-3.jpg);
background-position: left center;
background-size: 25px auto;
background-repeat: no-repeat;
padding: 7px 0 7px 35px;
}
.form-feild.sdbtn {
text-align: right;
width: 100%;
display: inline-block;
}
.career-form-bg input[type="submit"] {
font-family: 'LatoBold';
font-size: 20px;
color: #ffffff;
line-height: normal;
background-image: url(../../../themes/theme19/images/btn-bg.png);
background-repeat: no-repeat;
background-position: center center;
border: 0;
float: right;
width: 180px;
background-color: transparent;
padding: 10px 20px 18px;
cursor: pointer;    text-transform: capitalize;
}
.blog-post-img img {width: 100%;}
.tgal_img a, .tgal_img a img {width: 100%;}
.pg-career .pg-bnr-cntnt{float:left;padding: 70px 30px;}
.pg-career .pg-bnr-cntnt h1 {margin-bottom: 0;}
.pg-career .pg-bnr-img{width:49%; float:right;} .cont-pg h1{font-family: 'BowlbyOneSCRegular'; font-weight: normal;font-size: 63px;line-height: 1.5;color: #000;text-transform: uppercase; margin-bottom: 47px;}
.cont-pg{margin:30px 0 0;}
.ctpg-tel-img img{ display:block; margin:0 auto;}
.ctpg-tel-img{margin:0 0 30px;}
.cont-ph-mail-sec br{display:none;}
.ft_ct br {display:none;}
.mn_hide {display:none;}
.mobinav .mn_hide {display:block;}
.row_rs {
-webkit-flex-direction: row-reverse;
-moz-flex-direction: row-reverse;
-o-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.ctpg-tel-imgmobl {display: none;}
.wpcf7 form.sent .wpcf7-response-output, .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
display:inline-block;
width:100%;
font-family:'LatoRegular';
color:#fff;
}
.career-form-bg .wpcf7 form.sent .wpcf7-response-output, .career-form-bg .wpcf7 form.invalid .wpcf7-response-output, .career-form-bg .wpcf7 form.unaccepted .wpcf7-response-output, .career-form-bg .wpcf7 form.sent .wpcf7-response-output, .career-form-bg .wpcf7 form.invalid .wpcf7-response-output, .career-form-bg .wpcf7 form.unaccepted .wpcf7-response-output {color:#fff;}
.pg-our-story-item.left-half .pg-srty-lft {width:52%;}
.pg-our-story-item.left-half .pg-srty-rt {width:44%;}
.post_cnt a{color: #fb0;}
.single.single-post.postid-1169 .blog-post-img, .single.single-post.postid-1205 .blog-post-img {display: none;}
.tprt_logo { float:right; margin:3px 20px; }
.tprt_logo img { display:block; }
.fancybox-slide--video .fancybox-content {
height:100% !important;
}