body.stop-scrolling {
height: 100%;
overflow: hidden; }
.sweet-overlay {
background-color: black; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; background-color: rgba(0, 0, 0, 0.4);
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
display: none;
z-index: 10000; }
.sweet-alert {
background-color: white;
font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
width: 478px;
padding: 17px;
border-radius: 5px;
text-align: center;
position: fixed;
left: 50%;
top: 50%;
margin-left: -256px;
margin-top: -200px;
overflow: hidden;
display: none;
z-index: 99999; }
@media all and (max-width: 540px) {
.sweet-alert {
width: auto;
margin-left: 0;
margin-right: 0;
left: 15px;
right: 15px; } }
.sweet-alert h2 {
color: #575757;
font-size: 30px;
text-align: center;
font-weight: 600;
text-transform: none;
position: relative;
margin: 25px 0;
padding: 0;
line-height: 40px;
display: block; }
.sweet-alert p {
color: #797979;
font-size: 16px;
text-align: center;
font-weight: 300;
position: relative;
text-align: inherit;
float: none;
margin: 0;
padding: 0;
line-height: normal; }
.sweet-alert fieldset {
border: none;
position: relative; }
.sweet-alert .sa-error-container {
background-color: #f1f1f1;
margin-left: -17px;
margin-right: -17px;
overflow: hidden;
padding: 0 10px;
max-height: 0;
webkit-transition: padding 0.15s, max-height 0.15s;
transition: padding 0.15s, max-height 0.15s; }
.sweet-alert .sa-error-container.show {
padding: 10px 0;
max-height: 100px;
webkit-transition: padding 0.2s, max-height 0.2s;
transition: padding 0.25s, max-height 0.25s; }
.sweet-alert .sa-error-container .icon {
display: inline-block;
width: 24px;
height: 24px;
border-radius: 50%;
background-color: #ea7d7d;
color: white;
line-height: 24px;
text-align: center;
margin-right: 3px; }
.sweet-alert .sa-error-container p {
display: inline-block; }
.sweet-alert .sa-input-error {
position: absolute;
top: 29px;
right: 26px;
width: 20px;
height: 20px;
opacity: 0;
-webkit-transform: scale(0.5);
transform: scale(0.5);
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
-webkit-transition: all 0.1s;
transition: all 0.1s; }
.sweet-alert .sa-input-error::before, .sweet-alert .sa-input-error::after {
content: "";
width: 20px;
height: 6px;
background-color: #f06e57;
border-radius: 3px;
position: absolute;
top: 50%;
margin-top: -4px;
left: 50%;
margin-left: -9px; }
.sweet-alert .sa-input-error::before {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg); }
.sweet-alert .sa-input-error::after {
-webkit-transform: rotate(45deg);
transform: rotate(45deg); }
.sweet-alert .sa-input-error.show {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1); }
.sweet-alert input {
width: 100%;
box-sizing: border-box;
border-radius: 3px;
border: 1px solid #d7d7d7;
height: 43px;
margin-top: 10px;
margin-bottom: 17px;
font-size: 18px;
box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.06);
padding: 0 12px;
display: none;
-webkit-transition: all 0.3s;
transition: all 0.3s; }
.sweet-alert input:focus {
outline: none;
box-shadow: 0px 0px 3px #c4e6f5;
border: 1px solid #b4dbed; }
.sweet-alert input:focus::-moz-placeholder {
transition: opacity 0.3s 0.03s ease;
opacity: 0.5; }
.sweet-alert input:focus:-ms-input-placeholder {
transition: opacity 0.3s 0.03s ease;
opacity: 0.5; }
.sweet-alert input:focus::-webkit-input-placeholder {
transition: opacity 0.3s 0.03s ease;
opacity: 0.5; }
.sweet-alert input::-moz-placeholder {
color: #bdbdbd; }
.sweet-alert input:-ms-input-placeholder {
color: #bdbdbd; }
.sweet-alert input::-webkit-input-placeholder {
color: #bdbdbd; }
.sweet-alert.show-input input {
display: block; }
.sweet-alert .sa-confirm-button-container {
display: inline-block;
position: relative; }
.sweet-alert .la-ball-fall {
position: absolute;
left: 50%;
top: 50%;
margin-left: -27px;
margin-top: 4px;
opacity: 0;
visibility: hidden; }
.sweet-alert button {
background-color: #8CD4F5;
color: white;
border: none;
box-shadow: none;
font-size: 17px;
font-weight: 500;
-webkit-border-radius: 4px;
border-radius: 5px;
padding: 10px 32px;
margin: 26px 5px 0 5px;
cursor: pointer; }
.sweet-alert button:focus {
outline: none;
box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05); }
.sweet-alert button:hover {
background-color: #7ecff4; }
.sweet-alert button:active {
background-color: #5dc2f1; }
.sweet-alert button.cancel {
background-color: #C1C1C1; }
.sweet-alert button.cancel:hover {
background-color: #b9b9b9; }
.sweet-alert button.cancel:active {
background-color: #a8a8a8; }
.sweet-alert button.cancel:focus {
box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset !important; }
.sweet-alert button[disabled] {
opacity: .6;
cursor: default; }
.sweet-alert button.confirm[disabled] {
color: transparent; }
.sweet-alert button.confirm[disabled] ~ .la-ball-fall {
opacity: 1;
visibility: visible;
transition-delay: 0s; }
.sweet-alert button::-moz-focus-inner {
border: 0; }
.sweet-alert[data-has-cancel-button=false] button {
box-shadow: none !important; }
.sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
padding-bottom: 40px; }
.sweet-alert .sa-icon {
width: 80px;
height: 80px;
border: 4px solid gray;
-webkit-border-radius: 40px;
border-radius: 40px;
border-radius: 50%;
margin: 20px auto;
padding: 0;
position: relative;
box-sizing: content-box; }
.sweet-alert .sa-icon.sa-error {
border-color: #F27474; }
.sweet-alert .sa-icon.sa-error .sa-x-mark {
position: relative;
display: block; }
.sweet-alert .sa-icon.sa-error .sa-line {
position: absolute;
height: 5px;
width: 47px;
background-color: #F27474;
display: block;
top: 37px;
border-radius: 2px; }
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
left: 17px; }
.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
right: 16px; }
.sweet-alert .sa-icon.sa-warning {
border-color: #F8BB86; }
.sweet-alert .sa-icon.sa-warning .sa-body {
position: absolute;
width: 5px;
height: 47px;
left: 50%;
top: 10px;
-webkit-border-radius: 2px;
border-radius: 2px;
margin-left: -2px;
background-color: #F8BB86; }
.sweet-alert .sa-icon.sa-warning .sa-dot {
position: absolute;
width: 7px;
height: 7px;
-webkit-border-radius: 50%;
border-radius: 50%;
margin-left: -3px;
left: 50%;
bottom: 10px;
background-color: #F8BB86; }
.sweet-alert .sa-icon.sa-info {
border-color: #C9DAE1; }
.sweet-alert .sa-icon.sa-info::before {
content: "";
position: absolute;
width: 5px;
height: 29px;
left: 50%;
bottom: 17px;
border-radius: 2px;
margin-left: -2px;
background-color: #C9DAE1; }
.sweet-alert .sa-icon.sa-info::after {
content: "";
position: absolute;
width: 7px;
height: 7px;
border-radius: 50%;
margin-left: -3px;
top: 19px;
background-color: #C9DAE1; }
.sweet-alert .sa-icon.sa-success {
border-color: #A5DC86; }
.sweet-alert .sa-icon.sa-success::before, .sweet-alert .sa-icon.sa-success::after {
content: '';
-webkit-border-radius: 40px;
border-radius: 40px;
border-radius: 50%;
position: absolute;
width: 60px;
height: 120px;
background: white;
-webkit-transform: rotate(45deg);
transform: rotate(45deg); }
.sweet-alert .sa-icon.sa-success::before {
-webkit-border-radius: 120px 0 0 120px;
border-radius: 120px 0 0 120px;
top: -7px;
left: -33px;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-transform-origin: 60px 60px;
transform-origin: 60px 60px; }
.sweet-alert .sa-icon.sa-success::after {
-webkit-border-radius: 0 120px 120px 0;
border-radius: 0 120px 120px 0;
top: -11px;
left: 30px;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-transform-origin: 0px 60px;
transform-origin: 0px 60px; }
.sweet-alert .sa-icon.sa-success .sa-placeholder {
width: 80px;
height: 80px;
border: 4px solid rgba(54, 80, 136, 0.2);
-webkit-border-radius: 40px;
border-radius: 40px;
border-radius: 50%;
box-sizing: content-box;
position: absolute;
left: -4px;
top: -4px;
z-index: 2; }
.sweet-alert .sa-icon.sa-success .sa-fix {
width: 5px;
height: 90px;
background-color: white;
position: absolute;
left: 28px;
top: 8px;
z-index: 1;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg); }
.sweet-alert .sa-icon.sa-success .sa-line {
height: 5px;
background-color: #365088;
display: block;
border-radius: 2px;
position: absolute;
z-index: 2; }
.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
width: 25px;
left: 14px;
top: 46px;
-webkit-transform: rotate(45deg);
transform: rotate(45deg); }
.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
width: 47px;
right: 8px;
top: 38px;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg); }
.sweet-alert .sa-icon.sa-custom {
background-size: contain;
border-radius: 0;
border: none;
background-position: center center;
background-repeat: no-repeat; } @-webkit-keyframes showSweetAlert {
0% {
transform: scale(0.7);
-webkit-transform: scale(0.7); }
45% {
transform: scale(1.05);
-webkit-transform: scale(1.05); }
80% {
transform: scale(0.95);
-webkit-transform: scale(0.95); }
100% {
transform: scale(1);
-webkit-transform: scale(1); } }
@keyframes showSweetAlert {
0% {
transform: scale(0.7);
-webkit-transform: scale(0.7); }
45% {
transform: scale(1.05);
-webkit-transform: scale(1.05); }
80% {
transform: scale(0.95);
-webkit-transform: scale(0.95); }
100% {
transform: scale(1);
-webkit-transform: scale(1); } }
@-webkit-keyframes hideSweetAlert {
0% {
transform: scale(1);
-webkit-transform: scale(1); }
100% {
transform: scale(0.5);
-webkit-transform: scale(0.5); } }
@keyframes hideSweetAlert {
0% {
transform: scale(1);
-webkit-transform: scale(1); }
100% {
transform: scale(0.5);
-webkit-transform: scale(0.5); } }
@-webkit-keyframes slideFromTop {
0% {
top: 0%; }
100% {
top: 50%; } }
@keyframes slideFromTop {
0% {
top: 0%; }
100% {
top: 50%; } }
@-webkit-keyframes slideToTop {
0% {
top: 50%; }
100% {
top: 0%; } }
@keyframes slideToTop {
0% {
top: 50%; }
100% {
top: 0%; } }
@-webkit-keyframes slideFromBottom {
0% {
top: 70%; }
100% {
top: 50%; } }
@keyframes slideFromBottom {
0% {
top: 70%; }
100% {
top: 50%; } }
@-webkit-keyframes slideToBottom {
0% {
top: 50%; }
100% {
top: 70%; } }
@keyframes slideToBottom {
0% {
top: 50%; }
100% {
top: 70%; } }
.showSweetAlert[data-animation=pop] {
-webkit-animation: showSweetAlert 0.3s;
animation: showSweetAlert 0.3s; }
.showSweetAlert[data-animation=none] {
-webkit-animation: none;
animation: none; }
.showSweetAlert[data-animation=slide-from-top] {
-webkit-animation: slideFromTop 0.3s;
animation: slideFromTop 0.3s; }
.showSweetAlert[data-animation=slide-from-bottom] {
-webkit-animation: slideFromBottom 0.3s;
animation: slideFromBottom 0.3s; }
.hideSweetAlert[data-animation=pop] {
-webkit-animation: hideSweetAlert 0.2s;
animation: hideSweetAlert 0.2s; }
.hideSweetAlert[data-animation=none] {
-webkit-animation: none;
animation: none; }
.hideSweetAlert[data-animation=slide-from-top] {
-webkit-animation: slideToTop 0.4s;
animation: slideToTop 0.4s; }
.hideSweetAlert[data-animation=slide-from-bottom] {
-webkit-animation: slideToBottom 0.3s;
animation: slideToBottom 0.3s; }
@-webkit-keyframes animateSuccessTip {
0% {
width: 0;
left: 1px;
top: 19px; }
54% {
width: 0;
left: 1px;
top: 19px; }
70% {
width: 50px;
left: -8px;
top: 37px; }
84% {
width: 17px;
left: 21px;
top: 48px; }
100% {
width: 25px;
left: 14px;
top: 45px; } }
@keyframes animateSuccessTip {
0% {
width: 0;
left: 1px;
top: 19px; }
54% {
width: 0;
left: 1px;
top: 19px; }
70% {
width: 50px;
left: -8px;
top: 37px; }
84% {
width: 17px;
left: 21px;
top: 48px; }
100% {
width: 25px;
left: 14px;
top: 45px; } }
@-webkit-keyframes animateSuccessLong {
0% {
width: 0;
right: 46px;
top: 54px; }
65% {
width: 0;
right: 46px;
top: 54px; }
84% {
width: 55px;
right: 0px;
top: 35px; }
100% {
width: 47px;
right: 8px;
top: 38px; } }
@keyframes animateSuccessLong {
0% {
width: 0;
right: 46px;
top: 54px; }
65% {
width: 0;
right: 46px;
top: 54px; }
84% {
width: 55px;
right: 0px;
top: 35px; }
100% {
width: 47px;
right: 8px;
top: 38px; } }
@-webkit-keyframes rotatePlaceholder {
0% {
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg); }
5% {
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg); }
12% {
transform: rotate(-405deg);
-webkit-transform: rotate(-405deg); }
100% {
transform: rotate(-405deg);
-webkit-transform: rotate(-405deg); } }
@keyframes rotatePlaceholder {
0% {
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg); }
5% {
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg); }
12% {
transform: rotate(-405deg);
-webkit-transform: rotate(-405deg); }
100% {
transform: rotate(-405deg);
-webkit-transform: rotate(-405deg); } }
.animateSuccessTip {
-webkit-animation: animateSuccessTip 0.75s;
animation: animateSuccessTip 0.75s; }
.animateSuccessLong {
-webkit-animation: animateSuccessLong 0.75s;
animation: animateSuccessLong 0.75s; }
.sa-icon.sa-success.animate::after {
-webkit-animation: rotatePlaceholder 4.25s ease-in;
animation: rotatePlaceholder 4.25s ease-in; }
@-webkit-keyframes animateErrorIcon {
0% {
transform: rotateX(100deg);
-webkit-transform: rotateX(100deg);
opacity: 0; }
100% {
transform: rotateX(0deg);
-webkit-transform: rotateX(0deg);
opacity: 1; } }
@keyframes animateErrorIcon {
0% {
transform: rotateX(100deg);
-webkit-transform: rotateX(100deg);
opacity: 0; }
100% {
transform: rotateX(0deg);
-webkit-transform: rotateX(0deg);
opacity: 1; } }
.animateErrorIcon {
-webkit-animation: animateErrorIcon 0.5s;
animation: animateErrorIcon 0.5s; }
@-webkit-keyframes animateXMark {
0% {
transform: scale(0.4);
-webkit-transform: scale(0.4);
margin-top: 26px;
opacity: 0; }
50% {
transform: scale(0.4);
-webkit-transform: scale(0.4);
margin-top: 26px;
opacity: 0; }
80% {
transform: scale(1.15);
-webkit-transform: scale(1.15);
margin-top: -6px; }
100% {
transform: scale(1);
-webkit-transform: scale(1);
margin-top: 0;
opacity: 1; } }
@keyframes animateXMark {
0% {
transform: scale(0.4);
-webkit-transform: scale(0.4);
margin-top: 26px;
opacity: 0; }
50% {
transform: scale(0.4);
-webkit-transform: scale(0.4);
margin-top: 26px;
opacity: 0; }
80% {
transform: scale(1.15);
-webkit-transform: scale(1.15);
margin-top: -6px; }
100% {
transform: scale(1);
-webkit-transform: scale(1);
margin-top: 0;
opacity: 1; } }
.animateXMark {
-webkit-animation: animateXMark 0.5s;
animation: animateXMark 0.5s; }
@-webkit-keyframes pulseWarning {
0% {
border-color: #F8D486; }
100% {
border-color: #F8BB86; } }
@keyframes pulseWarning {
0% {
border-color: #F8D486; }
100% {
border-color: #F8BB86; } }
.pulseWarning {
-webkit-animation: pulseWarning 0.75s infinite alternate;
animation: pulseWarning 0.75s infinite alternate; }
@-webkit-keyframes pulseWarningIns {
0% {
background-color: #F8D486; }
100% {
background-color: #F8BB86; } }
@keyframes pulseWarningIns {
0% {
background-color: #F8D486; }
100% {
background-color: #F8BB86; } }
.pulseWarningIns {
-webkit-animation: pulseWarningIns 0.75s infinite alternate;
animation: pulseWarningIns 0.75s infinite alternate; }
@-webkit-keyframes rotate-loading {
0% {
transform: rotate(0deg); }
100% {
transform: rotate(360deg); } }
@keyframes rotate-loading {
0% {
transform: rotate(0deg); }
100% {
transform: rotate(360deg); } }    .sweet-alert .sa-icon.sa-error .sa-line.sa-left {
-ms-transform: rotate(45deg) \9; }
.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
-ms-transform: rotate(-45deg) \9; } .sweet-alert .sa-icon.sa-success {
border-color: transparent\9; }
.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
-ms-transform: rotate(45deg) \9; }
.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
-ms-transform: rotate(-45deg) \9; } .la-ball-fall,
.la-ball-fall > div {
position: relative;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
.la-ball-fall {
display: block;
font-size: 0;
color: #fff; }
.la-ball-fall.la-dark {
color: #333; }
.la-ball-fall > div {
display: inline-block;
float: none;
background-color: currentColor;
border: 0 solid currentColor; }
.la-ball-fall {
width: 54px;
height: 18px; }
.la-ball-fall > div {
width: 10px;
height: 10px;
margin: 4px;
border-radius: 100%;
opacity: 0;
-webkit-animation: ball-fall 1s ease-in-out infinite;
-moz-animation: ball-fall 1s ease-in-out infinite;
-o-animation: ball-fall 1s ease-in-out infinite;
animation: ball-fall 1s ease-in-out infinite; }
.la-ball-fall > div:nth-child(1) {
-webkit-animation-delay: -200ms;
-moz-animation-delay: -200ms;
-o-animation-delay: -200ms;
animation-delay: -200ms; }
.la-ball-fall > div:nth-child(2) {
-webkit-animation-delay: -100ms;
-moz-animation-delay: -100ms;
-o-animation-delay: -100ms;
animation-delay: -100ms; }
.la-ball-fall > div:nth-child(3) {
-webkit-animation-delay: 0ms;
-moz-animation-delay: 0ms;
-o-animation-delay: 0ms;
animation-delay: 0ms; }
.la-ball-fall.la-sm {
width: 26px;
height: 8px; }
.la-ball-fall.la-sm > div {
width: 4px;
height: 4px;
margin: 2px; }
.la-ball-fall.la-2x {
width: 108px;
height: 36px; }
.la-ball-fall.la-2x > div {
width: 20px;
height: 20px;
margin: 8px; }
.la-ball-fall.la-3x {
width: 162px;
height: 54px; }
.la-ball-fall.la-3x > div {
width: 30px;
height: 30px;
margin: 12px; } @-webkit-keyframes ball-fall {
0% {
opacity: 0;
-webkit-transform: translateY(-145%);
transform: translateY(-145%); }
10% {
opacity: .5; }
20% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0); }
80% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0); }
90% {
opacity: .5; }
100% {
opacity: 0;
-webkit-transform: translateY(145%);
transform: translateY(145%); } }
@-moz-keyframes ball-fall {
0% {
opacity: 0;
-moz-transform: translateY(-145%);
transform: translateY(-145%); }
10% {
opacity: .5; }
20% {
opacity: 1;
-moz-transform: translateY(0);
transform: translateY(0); }
80% {
opacity: 1;
-moz-transform: translateY(0);
transform: translateY(0); }
90% {
opacity: .5; }
100% {
opacity: 0;
-moz-transform: translateY(145%);
transform: translateY(145%); } }
@-o-keyframes ball-fall {
0% {
opacity: 0;
-o-transform: translateY(-145%);
transform: translateY(-145%); }
10% {
opacity: .5; }
20% {
opacity: 1;
-o-transform: translateY(0);
transform: translateY(0); }
80% {
opacity: 1;
-o-transform: translateY(0);
transform: translateY(0); }
90% {
opacity: .5; }
100% {
opacity: 0;
-o-transform: translateY(145%);
transform: translateY(145%); } }
@keyframes ball-fall {
0% {
opacity: 0;
-webkit-transform: translateY(-145%);
-moz-transform: translateY(-145%);
-o-transform: translateY(-145%);
transform: translateY(-145%); }
10% {
opacity: .5; }
20% {
opacity: 1;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0); }
80% {
opacity: 1;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0); }
90% {
opacity: .5; }
100% {
opacity: 0;
-webkit-transform: translateY(145%);
-moz-transform: translateY(145%);
-o-transform: translateY(145%);
transform: translateY(145%); } }.shop-catalog {
padding-top: 90px;
padding-bottom: 110px;
}
@media screen and (max-width:768px) {
.shop-catalog {
padding-top: 40px;
padding-bottom: 40px;
}
}
.woocommerce-result-count {
color: #7e7e7e;
margin: 14px 0 0 0;
float: left;
}
.woocommerce-ordering, .woocommerce-ordering {
float: right;
}
.woocommerce-ordering {
margin: 0 0 1em;
margin-bottom: 30px;
}
.woocommerce-ordering .orderby {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
color: #7e7e7e;
height: 50px;
line-height: 50px;
outline: none;
border: none;
padding: 0 20px;
background-image: linear-gradient(45deg,transparent 50%,#c3c7c9 50%),linear-gradient(135deg,#c3c7c9 50%,transparent 50%);
background-position: calc(100% - 24px) calc(1em + 6px),calc(100% - 19px) calc(1em + 6px),100% 0;
background-size: 5px 5px,5px 5px,2.5em 2.5em;
background-repeat: no-repeat;
}
.product {
clear: both;
}
.product-item {
position: relative;
font-family: "Montserrat",sans-serif;
text-align: center;
margin-bottom: 35px;
}
.product-item .product-media {
position: relative;
overflow: hidden;
background: #f8f8f8;
border: 1px solid #d0d0d0;
}
.product-item .wrapper-add-to-cart {
visibility: hidden;
opacity: 0;
width: 100%;
position: absolute;
left: 0;
bottom: 0;
padding: 10px;
z-index: 2;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
}
.product-item:hover .wrapper-add-to-cart {
visibility: visible;
opacity: 1;
}
.product-item .wrapper-add-to-cart a {
display: block;
margin-top: 0;
background-color: #00154e;
padding: 16px 23px;
border-radius: 0;
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px);
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
}
.product-item:hover a {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.product-item .product-media a:hover {
background-color: #1729b3;
}
.product-item .woocommerce-loop-product__title {
font-size: 14px;
line-height: 21px;
color: #1a1b1e;
font-weight: 700;
margin-top: 10px;
margin-bottom: 3px;
padding: 0;
}
.product-item .woocommerce-loop-product__title a {
color: #1a1b1e;
}
.product-item .star-rating {
overflow: hidden;
position: relative;
line-height: 1;
height: 14px;
font-size: 14px;
color: #ffbe4e;
margin-top: 10px;
margin-bottom: 10px;
}
.price-product {
font-size: 16px;
line-height: 28px;
display: inline-block;
color: #00154e;
font-weight: 600;
}
.product-item span.onsale,
.single-product span.onsale {
color: #fff;
font-size: 12px;
text-transform: uppercase;
font-weight: 700;
letter-spacing: .5px;
background-color: #fd3049;
padding: 9px 10px;
line-height: 1;
position: absolute;
border-radius: 0;
top: 0;
left: 0;
right: auto;
min-height: auto;
min-width: auto;
margin: 0;
z-index: 1;
}
.price-product del {
color: #636363;
margin-right: 5px;
opacity: .5;
}
.price-product ins {
background: transparent;
display: inline-block;
}
.popular-product .thumb {
float: left;
margin-right: 20px;
background: #f0f6ff;
}
.widget-area .widget ul.popular-product > li {
margin-bottom: 0;
}
.popular-product li {
padding: 0 0 30px 0;
}
.popular-product .thumb img {
width: 70px;
margin-left: 0;
}
.popular-product li h6 {
margin-top: 5px;
margin-bottom: 0;
}
.widget-area .widget ul.popular-product li h6 a {
display: block;
font-family: "Montserrat",sans-serif;
font-size: 16px;
color: #1a1b1e;
font-weight: 700;
line-height: 24px;
}
.popular-product .price-product {
font-size: 14px;
line-height: 28px;
display: inline-block;
}
.widget-title  {
font-weight: 800;
}
.widget_price_filter .ui-slider {
position: relative;
text-align: left;
margin-left: .5em;
margin-right: .5em;
margin-bottom: 25px;
}
.widget_price_filter .ui-slider {
margin-left: 0px;
margin-right: 0px;
}
.widget_price_filter .ui-slider-horizontal {
height: .5em;
}
.widget_price_filter .price_slider_wrapper .ui-widget-content {
background-color: #e5ecf8;
}
.widget_price_filter .ui-slider .ui-slider-range {
position: absolute;
z-index: 1;
font-size: .7em;
display: block;
border: 0;
border-radius: 1em;
background-color: #e5ecf8;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
top: 0;
height: 100%;
left: 25%;
width: 50%;
}
.widget_price_filter .ui-slider .ui-slider-range, .widget_price_filter .ui-slider .ui-slider-handle {
background-color: #7141b1;
}
.widget_price_filter .ui-slider .ui-slider-handle {
position: absolute;
z-index: 2;
width: 1em;
height: 1em;
background-color: #7141b1;
border-radius: 1em;
cursor: ew-resize;
outline: 0;
top: -.3em;
margin-left: -.5em;
left: 75%;
}
.widget_price_filter .ui-slider .ui-slider-handle.move {
left: 25%;
}
.price_slider_amount {
font-family: "Montserrat",sans-serif;
font-size: 14px;
letter-spacing: 1px;
color: #1a1b1e;
font-weight: 700;
text-transform: uppercase;
}
.price_slider_amount .button {
padding: 16px 30px;
border-radius: 0;
outline: none;
color: #fff;
transition: all 0.3s;
font-weight: 800;
line-height: 1;
border: none;
display: inline-block;
}
.price_slider_amount .button {
font-family: "Montserrat",sans-serif;
font-size: 14px;
letter-spacing: .5px;
background-color: #43baff;
box-shadow: none;
text-transform: uppercase;
float: left;
}
.price_label {
font-size: 14px;
line-height: 16px;
padding-top: 8px;
margin-bottom: 25px;
color: #1b1d21;
font-weight: 800;
}
.price_label span {
color: #a2a1a1;
}
.price_slider_amount span {
color: #636363;
}
.cart_list {
list-style: none;
padding: 0;
margin: 0;
}
.widget-area .widget ul.cart_list > li {
padding-right: 30px;
margin-bottom: 30px;
padding-top: 0;
}
.cart_list .thumb {
float: left;
margin-right: 20px;
}
.cart_list .thumb img {
width: 70px;
margin-left: 0;
}
.cart_list li h6 {
margin-top: 5px;
margin-bottom: 0;
}
.widget-area .widget ul.cart_list li h6 a {
display: block;
font-family: "Montserrat",sans-serif;
font-size: 16px;
color: #1a1b1e;
font-weight: 700;
line-height: 24px;
}
.widget-area .widget ul.cart_list > li .remove_from_cart_button {
position: absolute;
right: 0;
font-size: 24px;
line-height: 24px;
color: #b2b2b2;
}
.quantity {
color: #b2b2b2;
}
.swiper-button-prev:after, .swiper-button-next:after {
display: none;
}
.swiper-button-next {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
outline: none;
}
.swiper-button-prev {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
outline: none;
}
.swiper-pagination-bullet {
width: 12px;
height: 12px;
display: inline-block;
border-radius: 100%;
border: 1px solid #ccc;
background: #000 !important;
opacity: .2;
}
.center-abs {
margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
text-align: center;
}
.woocommerce-mini-cart__total {
margin-top: 25px;
font-size: 16px;
line-height: 28px;
color: #212121;
margin-bottom: 25px;
}
.woocommerce-mini-cart__total .amount {
font-size: 16px;
line-height: 28px;
color: #365088;
float: right;
font-weight: 700;
}
.wc-forward {
padding: 12px 25px 12px 25px;
}
.wc-forward.checkout {
color: #1b1d21;
border: 1px solid #365088;
background-color: transparent;
font-weight: 800;
float: right;
}
.wc-forward.checkout:hover {
background-color: #365088;
color: #fff;
}
.shop-single {
padding-top: 40px;
padding-bottom: 55px;
}
@media screen and (max-width:1024px) {
.shop-single {
padding-top: 30px;
}
}
.single-product {
border: 1px solid #d0d0d0;
}
.single-product-title {
font-size: 24px;
line-height: 1.1em;
margin-bottom: 12px;
}
.single-product-rating {
margin-bottom: 20px;
}
.single-product-rating .star-rating {
overflow: hidden;
position: relative;
line-height: 1;
height: 14px;
font-size: 14px;
color: #ffbe4e;
}
.woocommerce-review-link {
font-size: 16px;
line-height: 1;
color: #b5b5b5;
font-weight: 600;
}
.single-price {
font-weight: 700;
font-size: 22px;
line-height: 28px;
font-family: "Montserrat",sans-serif;
}
.single-quantity {
float: left;
margin-right: 14px;
}
.single-quantity .qty {
color: #1a1b1e;
border: none;
background-color: #f6f6f6;
padding: 15px;
text-align: center;
width: 85px;
height: 50px;
line-height: 50px;
font-family: "Montserrat",sans-serif;
font-size: 16px;
font-weight: 700;
outline: none;
}
.single_add_to_cart_button  {
background-color: #7141b1;
}
.single_add_to_cart_button:hover {
background-color: #43baff;
}
.entry-summary form.cart {
padding-bottom: 40px;
border-bottom: 1px solid #e5e5e5;
margin-bottom: 30px;
}
.product_meta>span {
display: block;
text-transform: uppercase;
color: #1a1b1e;
font-size: 14px;
font-family: "Montserrat",sans-serif;
font-weight: 700;
letter-spacing: .5px;
margin-bottom: 10px;
}
.product_meta>span>* {
font-weight: 500;
text-transform: none;
color: #636363;
}
.product-single .product-images-wrapper {
width: 100%;
display: inline-block;
position: relative;
margin-top: 30px;
}
.product-single .product-images-wrapper .zoom {
position: absolute;
left: 100%;
top: 0;
width: 100%;
height: 100%;
display: none;
z-index: 100;
}
.product-single .product-images-wrapper .preview {
float: left;
width: 100%;
display: inline-block !important;
margin-top: 0 !important;
}
.product-single .product-images-wrapper .thumbs-wrapper {
width: 100%;
float: left;
padding: 0 30px;
position: relative;
margin-top: 5px !important;
}
.product-single .product-images-wrapper .thumbs {
float: left;
width: 100%;
margin-top: 0px !important;
height: 100px;
display: inline-block !important;
}
.woocommerce-reviews-title {
font-size: 24px;
}
.review-comment-list {
padding-left: 0;
list-style: none;
position: relative;
}
.review-avatar {
float: left;
position: absolute;
top: 0;
left: 0;
padding: 0;
width: auto;
height: auto;
background: #ebe9eb;
border: none;
border-radius: 50%;
margin: 0;
box-shadow: none;
}
.review-comment-content {
margin: 0 0 0 50px;
border: 1px solid #e4e1e3;
border-radius: 4px;
margin-left: 90px;
padding: 20px 23px 3px;
}
.review-rating {
float: right;
overflow: hidden;
position: relative;
line-height: 1;
height: 14px;
font-size: 14px;
color: #ffbe4e;
top: 20px;
right: 23px;
}
.review-comment-content .comment-meta {
margin-bottom: 16px;
color: #767676;
}
.review-comment-content .comment-author {
font-size: 14px;
line-height: 24px;
margin-bottom: 0;
display: inline-block;
}
.review-comment-content .comment-time {
font-size: 14px;
}
.review-comment-form {
max-width: 600px;
}
.review-comment-rating {
color: #43baff;
}
.review-comment-form input[type="text"] {
width: 100%;
}
.ot-tabs .tab-link span {
color: #a8a7a7;
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
}
.shop-cart-table {
font-family: "Montserrat", sans-serif;
font-weight: 700;
color: #1a1b1e;
font-size: 16px;
margin: 0 -1px 35px 0;
text-align: left;
border-radius: 5px;
width: 100%;
border: none;
border-collapse: collapse;
}
.shop-cart-table thead {
background-color: #262051;
color: #fff;
}
.shop-cart-table th {
padding: 9px 12px;
line-height: 1.5em;
font-size: 18px;
border: none;
border-bottom: 1px solid #eee;
font-weight: 600;
vertical-align: middle;
text-align: center;
}
.shop-cart-table td {
border: none;
border-bottom: 1px solid #eee;
padding: 15px 12px;
vertical-align: middle;
line-height: 1.5em;
text-align: center;
}
.shop-cart-table tr:last-child td {
border: none;
}
.shop-cart-table td.product-name a {
color: #1a1b1e;
font-weight: 500;
}
.shop-cart-table td img {
width: 70px;
}
.shop-cart-table .product-cart-item {
text-align: left;
}
.cart-item .thumb {
float: left;
margin-right: 20px;
background: #f0f6ff;
}
.cart-item h6 {
padding-top: 25px;
margin-bottom: 0;
}
.cart-item h6 a {
display: block;
font-family: "Montserrat",sans-serif;
font-size: 16px;
color: #1a1b1e;
font-weight: 700;
line-height: 24px;
}
.cart-item h6 a:hover {
color: #7141b1;
}
.shop-cart-table .product-price {
color: #636363;
font-weight: 600;
}
.shop-cart-table .quantity .qty {
color: #1a1b1e;
border: none;
background-color: #f6f6f6;
padding: 15px;
text-align: center;
width: 85px;
height: 46px;
line-height: 46px;
font-family: "Montserrat", sans-serif;
font-size: 16px;
font-weight: 700;
}
.shop-cart-table .product-remove a i{
font-size: 16px;
line-height: 48px;
color: #b2b2b2;
}
.shop-cart-table .product-remove a i:before {
font-size: 16px;
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
}
.shop-cart-table .product-remove a:hover i:before {
color: #7141b1;
}
.coupon {
float: left;
}
.coupon input {
width: 300px;
height: 50px;
line-height: 50px;
margin: 0 10px 0 0;
color: #7e7e7e;
border-color: #e6e6e6;
}
.disable {
overflow: hidden;
font-size: 14px;
font-family: "Nunito Sans", sans-serif;
font-weight: 800;
text-transform: uppercase;
border-radius: 0;
outline: none;
color: #fff;
transition: all 0.3s;
cursor: not-allowed;
opacity: .5;
}
.octf-btn:focus {
outline: none;
}
.cart-collaterals .cart_totals {
width: 320px;
float: none;
padding: 25px;
border: 1px solid #eee;
}
.cart-collaterals .cart_totals table {
font-family: "Montserrat", sans-serif;
font-weight: 700;
color: #1a1b1e;
font-size: 16px;
border: none;
border-radius: 5px;
}
.cart-collaterals .cart_totals table {
border-collapse: separate;
margin: 0 0 20px;
padding: 0;
}
.cart-collaterals .cart_totals table td, .cart-collaterals .cart_totals table th {
font-size: 16px;
font-family: "Montserrat", sans-serif;
font-weight: 500;
line-height: 24px;
color: #1a1b1e;
padding: 9px 10px;
border: none;
}
.cart-collaterals .cart_totals table th {
padding-left: 0px;
}
.cart-collaterals .cart_totals table tbody:first-child tr:first-child td, .cart_totals table.shop_table tbody:first-child tr:first-child td, .cart_totals table.shop_table tbody:first-child tr:first-child th {
border-top: 0;
}
.cart-collaterals .cart_totals table td {
padding-right: 0px;
text-align: right;
}
.cart-subtotal .amount, .order-total .amount {
color: #43baff;
font-weight: 700;
}
.wc-proceed-to-checkout .button {
display: block;
background-color: #7141b1;
}
.wc-proceed-to-checkout .button:hover {
background-color: #43baff;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
padding: 1em 2em 1em 3.5em;
margin: 0 0 2em;
position: relative;
background-color: #fff;
color: #515151;
border-top: 3px solid #a46497;
list-style: none outside;
width: auto;
word-wrap: break-word;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
background-color: #fff;
}
.woocommerce-info {
border-top-color: #7141b1;
}
.woocommerce-info i {
position: absolute;
top: 22px;
left: 20px;
color: #7141b1;
}
.woocommerce-form-coupon-toggle .woocommerce-info a{
color: #7141b1;
cursor: pointer;
}
.woocommerce-form-coupon-toggle .woocommerce-info a:hover, .woocommerce-form-coupon-toggle .woocommerce-info a:focus, .woocommerce-form-coupon-toggle .woocommerce-info a:active {
color: #43baff;
text-decoration: none;
outline: 0;
}
.shop_checkout form.checkout_coupon {
display: none;
}
.shop_checkout form.checkout_coupon, .shop_checkout form.login, .shop_checkout form.register {
border: 1px solid #d3ced2;
padding: 20px;
margin: 2em 0;
text-align: left;
border-radius: 5px;
}
.shop_checkout form .form-row-first, .woocommerce-page form .form-row-first {
float: left;
}
.shop_checkout form .form-row {
padding: 3px;
margin: 0 0 6px;
}
.shop_checkout form.woocommerce-form-coupon .form-row {
width: 50%;
}
.shop_checkout form .form-row input.input-text, .shop_checkout form .form-row textarea {
box-sizing: border-box;
width: 100%;
margin: 0;
outline: 0;
height: 50px;
line-height: normal;
color: #7e7e7e;
}
.shop_checkout form .form-row-last, .woocommerce-page form .form-row-last {
float: right;
}
.notes textarea {
height: auto;
}
.woocommerce-billing-fields__field-wrapper label {
display: block;
}
.woocommerce-billing-fields__field-wrapper input, .woocommerce-billing-fields select, .woocommerce-shipping-fields select {
width: 100%;
}
.woocommerce-billing-fields select, .woocommerce-shipping-fields select {
height: 50px;
padding: 10px 20px;
}
.woocommerce-billing-fields__field-wrapper .required {
color: red;
font-weight: 700;
border: 0!important;
text-decoration: none;
}
.order_review_heading {
margin-top: 30px;
}
.woocommerce-checkout-review-order-table {
font-family: "Montserrat", sans-serif;
font-weight: 700;
color: #1a1b1e;
font-size: 16px;
border: none;
border-collapse: collapse;
margin: 0 -1px 24px 0;
text-align: left;
width: 100%;
border-radius: 5px;
}
.woocommerce-checkout-review-order-table th {
font-size: 20px;
border: 1px solid #eee;
font-weight: 600;
padding: 9px 12px;
line-height: 1.5em;
}
.woocommerce-checkout-review-order-table td {
border: 1px solid #eee;
padding: 15px 12px;
vertical-align: middle;
line-height: 1.5em;
border-top: 1px solid #e6e6e6;
}
.woocommerce-checkout-review-order-table .amount {
color: #43baff;
font-weight: 600;
}
.woocommerce-checkout-review-order-table tfoot th {
font-weight: 700;
}
.woocommerce-checkout-payment {
background: #ebe9eb;
border-radius: 5px;
}
.woocommerce-checkout-payment ul.payment_methods {
text-align: left;
padding: 1em;
border-bottom: 1px solid #d3ced2;
margin: 0;
list-style: none outside;
}
.woocommerce-checkout-payment ul.payment_methods li {
line-height: 2;
text-align: left;
margin: 0;
font-weight: 400;
}
.woocommerce-checkout-payment div.place-order {
padding: 1em;
margin: 0 0 6px;
}
.woocommerce-checkout-payment .place-order .button {
background-color: #7141b1;
}
.woocommerce-checkout-payment .place-order .button:hover {
background-color: #43baff;
}
.woocommerce-info-icon {
float: left;
}
.nav-img {
margin-top: 20px;
margin-right: -20px;
}
.nav-img .item {
max-width: 25%;
float: left;
}
.nav-img a img {
border: 1px solid transparent;
}
.nav-img a:focus img {
border: 1px solid #d4d4d4;
}
.nav-img a:hover img{
opacity: 0.8;
}
.nav-img .item div {
padding-right: 20px;
}
.product-slide {
width: 100%;
display: inline-block;
position: relative;
}
.product-slide .zoom {
position: absolute;
left: calc(100% + 30px);
top: 0;
width: 100%;
height: 100%;
}
.drift-zoom-pane.drift-open {
display: block;
z-index: 100;
}
.drift-zoom-pane img {
max-width: none;
}
.product-slide .owl-item img:hover {
cursor: move;
}
.link-image-action {
position: absolute;
top: 2px;
right: 30px;
}
.link-image-action {
background-color: #fff;
color: #1b1d21;
width: 40px;
height: 40px;
border-radius: 50%;
}
.link-image-action i {
color: #1b1d21;
}
@media (max-width: 1200px){
.wc-forward.checkout {
float: none;
margin-top: 20px;
}
}
@media (max-width: 992px){
.product-slide .zoom {
display: none;
}
}
@media only screen and (max-width: 768px){
table.shop_table_responsive thead {
display: none;
}
table.shop_table_responsive tr td{
display: block;
text-align: right;
}
table.shop_table_responsive tr td::before{
content: attr(data-title) ": ";
font-weight: 700;
float: left;
}
table.shop_table_responsive tr td.actions::before {
display: none;
}
.cart-item .thumb {
display: none;
}
.cart-item h6 {
padding-top: 0;
}
.coupon {
float: none;
padding-bottom: 10px;
}
.coupon input {
width: 48%;
}
.coupon button {
width: 48%;
float: right;
}
.disable {
width: 100%;
}
}
.woocommerce-Price-currencySymbol {
margin-left: 4px;
} .shipping-icon-container {
background-color: #00154e;
padding: 6px 12px;
display: inline-block;
}
.shipping-icon-container i {
margin-right: 4px;
}
.shipping-icon-container i,
.shipping-icon-container span {
color: #fff;
font-weight: 700;
}
.product-price {
overflow: hidden;
margin-bottom: 12px;
margin-top: 12px;
}
.product-price .price-product {
float: left;
}
@media screen and (min-width:992px) and (max-width:1200px) {
.product-price .price-product {
float: left;
margin-right: 0;
}
.product-price .product-regular {
line-height: 28px;
}
.product-price .shipping-icon-container {
float: left;
clear: both;
margin-top: 12px;
}
}
@media screen and (max-width:768px) {
.product-price .price-product  {
float: left;
margin-right: 0;
}
.product-price .product-regular {
line-height: 28px;
}
.product-price .shipping-icon-container {
float: left;
clear: both;
margin-top: 12px;
}
}
.product-price .shipping-icon-container {
float: left;
clear: both;
margin-top: 12px;
}@font-face {
font-family: swiper-icons;
src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');
font-weight: 400;
font-style: normal
}
:root {
--swiper-theme-color: #007aff
}
.swiper-container {
margin-left: auto;
margin-right: auto;
position: relative;
overflow: hidden;
list-style: none;
padding: 0;
z-index: 1
}
.swiper-container-vertical>.swiper-wrapper {
flex-direction: column
}
.swiper-wrapper {
position: relative;
width: 100%;
height: 100%;
z-index: 1;
display: flex;
transition-property: transform; }
.swiper-container-android .swiper-slide,
.swiper-wrapper {
transform: translate3d(0px, 0, 0)
}
.swiper-container-multirow>.swiper-wrapper {
flex-wrap: wrap
}
.swiper-container-multirow-column>.swiper-wrapper {
flex-wrap: wrap;
flex-direction: column
}
.swiper-container-free-mode>.swiper-wrapper {
transition-timing-function: ease-out;
margin: 0 auto
}
.swiper-container-pointer-events {
touch-action: pan-y
}
.swiper-container-pointer-events.swiper-container-vertical {
touch-action: pan-x
}
.swiper-slide {
flex-shrink: 0;
width: 100%;
height: 100%;
position: relative;
transition-property: transform
}
.swiper-slide-invisible-blank {
visibility: hidden
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
height: auto
}
.swiper-container-autoheight .swiper-wrapper {
align-items: flex-start;
transition-property: transform, height
}
.swiper-container-3d {
perspective: 1200px
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
transform-style: preserve-3d
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 10
}
.swiper-container-3d .swiper-slide-shadow-left {
background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-container-3d .swiper-slide-shadow-right {
background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-container-3d .swiper-slide-shadow-top {
background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-container-3d .swiper-slide-shadow-bottom {
background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-container-css-mode>.swiper-wrapper {
overflow: auto;
scrollbar-width: none;
-ms-overflow-style: none
}
.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
display: none
}
.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
scroll-snap-align: start start
}
.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
scroll-snap-type: x mandatory
}
.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
scroll-snap-type: y mandatory
}
:root {
--swiper-navigation-size: 44px
}
.swiper-button-next,
.swiper-button-prev {
position: absolute;
top: 50%;
width: 40px;
height: 40px;
margin-top: -22px;
z-index: 10;
cursor: pointer;
background-size: 65px 20px;
background-position: center;
background-repeat: no-repeat;
background-color: #d0d0d0;
border-radius: 100%;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
opacity: .35;
cursor: auto;
pointer-events: none
}
.swiper-button-next:after,
.swiper-button-prev:after {
font-family: swiper-icons;
font-size: var(--swiper-navigation-size);
text-transform: none!important;
letter-spacing: 0;
text-transform: none;
font-variant: initial;
line-height: 1
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
left: 10px;
right: auto
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
content: 'prev'
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
right: 10px;
left: auto
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
content: 'next'
}
.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
--swiper-navigation-color: #ffffff
}
.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
--swiper-navigation-color: #000000
}
.swiper-button-lock {
display: none
}
.swiper-pagination {
position: absolute;
text-align: center;
transition: .3s opacity;
transform: translate3d(0, 0, 0);
z-index: 10
}
.swiper-pagination.swiper-pagination-hidden {
opacity: 0
}
.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
bottom: 10px;
left: 0;
width: 100%
}
.swiper-pagination-bullets-dynamic {
overflow: hidden;
font-size: 0
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
transform: scale(.33);
position: relative
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
transform: scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
transform: scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
transform: scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
transform: scale(.33)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
transform: scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
transform: scale(.33)
}
.swiper-pagination-bullet {
width: 8px;
height: 8px;
display: inline-block;
border-radius: 50%;
background: #000;
opacity: .2
}
button.swiper-pagination-bullet {
border: none;
margin: 0;
padding: 0;
box-shadow: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none
}
.swiper-pagination-clickable .swiper-pagination-bullet {
cursor: pointer
}
.swiper-pagination-bullet-active {
opacity: 1;
background: var(--swiper-pagination-color, var(--swiper-theme-color))
}
.swiper-container-vertical>.swiper-pagination-bullets {
right: 10px;
top: 50%;
transform: translate3d(0px, -50%, 0)
}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
margin: 6px 0;
display: block
}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
top: 50%;
transform: translateY(-50%);
width: 8px
}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
display: inline-block;
transition: .2s transform, .2s top
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
margin: 0 4px
}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
left: 50%;
transform: translateX(-50%);
white-space: nowrap
}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
transition: .2s transform, .2s left
}
.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
transition: .2s transform, .2s right
}
.swiper-pagination-progressbar {
background: rgba(0, 0, 0, .25);
position: absolute
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
background: var(--swiper-pagination-color, var(--swiper-theme-color));
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
transform: scale(0);
transform-origin: left top
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
transform-origin: right top
}
.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
width: 100%;
height: 4px;
left: 0;
top: 0
}
.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
width: 4px;
height: 100%;
left: 0;
top: 0
}
.swiper-pagination-white {
--swiper-pagination-color: #ffffff
}
.swiper-pagination-black {
--swiper-pagination-color: #000000
}
.swiper-pagination-lock {
display: none
}
.swiper-scrollbar {
border-radius: 10px;
position: relative;
-ms-touch-action: none;
background: rgba(0, 0, 0, .1)
}
.swiper-container-horizontal>.swiper-scrollbar {
position: absolute;
left: 1%;
bottom: 3px;
z-index: 50;
height: 5px;
width: 98%
}
.swiper-container-vertical>.swiper-scrollbar {
position: absolute;
right: 3px;
top: 1%;
z-index: 50;
width: 5px;
height: 98%
}
.swiper-scrollbar-drag {
height: 100%;
width: 100%;
position: relative;
background: rgba(0, 0, 0, .5);
border-radius: 10px;
left: 0;
top: 0
}
.swiper-scrollbar-cursor-drag {
cursor: move
}
.swiper-scrollbar-lock {
display: none
}
.swiper-zoom-container {
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
text-align: center
}
.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
max-width: 100%;
max-height: 100%;
object-fit: contain
}
.swiper-slide-zoomed {
cursor: move
}
.swiper-lazy-preloader {
width: 42px;
height: 42px;
position: absolute;
left: 50%;
top: 50%;
margin-left: -21px;
margin-top: -21px;
z-index: 10;
transform-origin: 50%;
animation: swiper-preloader-spin 1s infinite linear;
box-sizing: border-box;
border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
border-radius: 50%;
border-top-color: transparent
}
.swiper-lazy-preloader-white {
--swiper-preloader-color: #fff
}
.swiper-lazy-preloader-black {
--swiper-preloader-color: #000
}
@keyframes swiper-preloader-spin {
100% {
transform: rotate(360deg)
}
}
.swiper-container .swiper-notification {
position: absolute;
left: 0;
top: 0;
pointer-events: none;
opacity: 0;
z-index: -1000
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
transition-timing-function: ease-out
}
.swiper-container-fade .swiper-slide {
pointer-events: none;
transition-property: opacity
}
.swiper-container-fade .swiper-slide .swiper-slide {
pointer-events: none
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
pointer-events: auto
}
.swiper-container-cube {
overflow: visible
}
.swiper-container-cube .swiper-slide {
pointer-events: none;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
z-index: 1;
visibility: hidden;
transform-origin: 0 0;
width: 100%;
height: 100%
}
.swiper-container-cube .swiper-slide .swiper-slide {
pointer-events: none
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
transform-origin: 100% 0
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
pointer-events: auto
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
pointer-events: auto;
visibility: visible
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
z-index: 0;
-webkit-backface-visibility: hidden;
backface-visibility: hidden
}
.swiper-container-cube .swiper-cube-shadow {
position: absolute;
left: 0;
bottom: 0px;
width: 100%;
height: 100%;
opacity: .6;
z-index: 0
}
.swiper-container-cube .swiper-cube-shadow:before {
content: '';
background: #000;
position: absolute;
left: 0;
top: 0;
bottom: 0;
right: 0;
-webkit-filter: blur(50px);
filter: blur(50px)
}
.swiper-container-flip {
overflow: visible
}
.swiper-container-flip .swiper-slide {
pointer-events: none;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
z-index: 1
}
.swiper-container-flip .swiper-slide .swiper-slide {
pointer-events: none
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
pointer-events: auto
}
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
z-index: 0;
-webkit-backface-visibility: hidden;
backface-visibility: hidden
}*/     @import url("https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
@import url("https://fonts.googleapis.com/css?family=Nunito Sans:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i");
html {
line-height: 1.15; -webkit-text-size-adjust: 100%; }  body {
margin: 0;
}  hr {
box-sizing: content-box; height: 0; overflow: visible; } pre {
font-family: monospace, monospace; font-size: 1em; }  a {
background-color: transparent;
} abbr[title] {
border-bottom: none; text-decoration: underline; text-decoration: underline dotted; } b,
strong {
font-weight: bold;
} code,
kbd,
samp {
font-family: monospace, monospace; font-size: 1em; } small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}  img {
border-style: none;
}  button,
input,
optgroup,
select,
textarea {
font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0; } button,
input { overflow: visible;
} button,
select { text-transform: none;
} button,
[type=button],
[type=reset],
[type=submit] {
-webkit-appearance: button;
} button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
border-style: none;
padding: 0;
} button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
outline: 1px dotted ButtonText;
} fieldset {
padding: 0.35em 0.75em 0.625em;
} legend {
box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; } progress {
vertical-align: baseline;
} textarea {
overflow: auto;
} [type=checkbox],
[type=radio] {
box-sizing: border-box; padding: 0; } [type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
height: auto;
} [type=search] {
-webkit-appearance: textfield; outline-offset: -2px; } [type=search]::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button; font: inherit; }  details {
display: block;
} summary {
display: list-item;
}  template {
display: none;
} [hidden] {
display: none;
} body,
button,
input,
select,
optgroup,
textarea {
color: #6d6d6d;
font-family: "Nunito Sans", sans-serif;
font-size: 16px;
line-height: 1.5em;
font-weight: 400;
-ms-word-wrap: break-word;
word-wrap: break-word;
box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 {
font-family: "Montserrat", sans-serif;
font-weight: 800;
line-height: 1.2;
margin: 0 0 20px;
color: #1b1d21;
}
h1 {
font-size: 48px;
}
h2 {
font-size: 36px;
}
h3 {
font-size: 30px;
}
h4 {
font-size: 24px;
font-weight: bold;
}
h5 {
font-size: 20px;
font-weight: bold;
}
h6 {
font-size: 18px;
font-weight: bold;
}
p {
margin: 0 0 20px;
}
dfn, cite, em, i {
font-style: italic;
}
blockquote {
font-size: 22px;
line-height: 36px;
margin: 30px 0 25px;
font-family: "Montserrat", sans-serif;
font-weight: 600;
padding: 0 30px 0 50px;
position: relative;
color: #1b1d21;
}
blockquote:before {
content: "";
font-family: "Flaticon";
font-size: 30px;
display: block;
position: absolute;
left: 0;
top: 0;
color: #00154e;
}
blockquote cite {
font-family: "Nunito Sans", sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 800;
margin-top: 10px;
display: block;
text-transform: uppercase;
letter-spacing: 1px;
color: #b5b5b5;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 15px;
line-height: 1.7142857143;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code, kbd, tt, var {
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
font-size: 15px;
}
abbr, acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark, ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
}
.bg-alt {
background: #f8f8f8;
}
.bg-primary {
background: #00154e;
}
.bg-second {
background: #7141b1;
}
.text-primary {
color: #00154e;
}
.text-second {
color: #7141b1;
}
.text-dark {
color: #1b1d21;
}
.section-padd {
padding: 110px 0;
}
.section-padd-bot {
padding-bottom: 110px;
}
.section-padd-top {
padding-top: 110px;
}
.section-padd-top70 {
padding-top: 70px;
}
.lead {
font-size: 18px;
}
.clear-both {
clear: both;
}
.unstyle {
list-style: none;
padding-left: 0;
}
.font-main {
font-family: "Nunito Sans", sans-serif;
}
.font-second {
font-family: "Montserrat", sans-serif;
}
.font14 {
font-size: 14px;
}
.text-light {
color: #fff;
}
.text-light * {
color: #fff;
}
.bolder {
font-weight: 900;
}
.bold {
font-weight: 700;
}
.medium {
font-weight: 500;
}
.normal {
font-weight: 400;
}
.lighter {
font-weight: 300;
}
.underline {
text-decoration: underline;
}
.f-left {
float: left;
}
.f-right {
float: right;
}
.dtable {
display: table;
}
.dcell {
display: table-cell;
vertical-align: middle;
}
.flex-middle {
display: flex;
align-items: center;
justify-content: center;
}
.b-shadow {
box-shadow: 15px 15px 38px 0px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 15px 15px 38px 0px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 15px 15px 38px 0px rgba(0, 0, 0, 0.1);
}
.overflow {
overflow: hidden;
}
.overlay {
position: absolute;
top: 0;
left: 0;
background: #fff;
opacity: 0.8;
width: 100%;
height: 100%;
z-index: -1;
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
}
.gaps {
clear: both;
height: 20px;
display: block;
}
.gaps.size-2x {
height: 40px;
}
.slick-arrow {
z-index: 1;
position: absolute;
top: 50%;
left: -57px;
margin-top: -17px;
background: none;
color: #1b1d21;
border: none;
outline: none;
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
}
.slick-arrow:not(.slick-disabled):hover {
color: #00154e;
}
.slick-arrow.next-nav {
left: auto;
right: -57px;
}
.slick-arrow i:before {
font-size: 18px;
}
.slick-dots li button {
width: 12px;
height: 12px;
}
.slick-dots li button:before {
font-size: 32px;
line-height: 10px;
width: auto;
height: auto;
color: #d0d0d0;
}
.slick-dots li.slick-active button:before {
color: #7141b1;
font-size: 45px;
left: -2px;
} html {
box-sizing: border-box;
}
*,
*:before,
*:after { box-sizing: inherit;
}
body {
background: #fff; overflow-x: hidden;
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul,
ol {
margin: 0 0 20px;
padding-left: 18px;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: 700;
}
dd {
margin: 0 1.5em 1.5em;
}
.none-style {
list-style: none;
padding-left: 0;
}
img {
height: auto; max-width: 100%; }
.swiper-container {
width: 100%;
height: auto;
}
.swiper-wrapper {
position: absolute;
left: 0;
top: 0;
}
figure {
margin: 1em 0; }
table {
margin: 0 0 1.5em;
width: 100%;
border-collapse: collapse;
border-spacing: 0;
border-width: 1px 0 0 1px;
}
caption,
td,
th {
padding: 0;
font-weight: normal;
text-align: left;
}
table,
th,
td {
border: 1px solid #d0d0d0;
}
th {
font-weight: 700;
}
th,
td {
padding: 0.4375em;
}  .octf-btn,
.wpcf7-submit {
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
font-family: "Nunito Sans", sans-serif;
font-size: 14px;
padding: 14px 30px 14px 30px;
line-height: 1.42857143;
display: inline-block;
margin-bottom: 0;
text-decoration: none;
text-transform: uppercase;
white-space: nowrap;
vertical-align: middle;
font-weight: bold;
text-align: center;
background: #00154e;
cursor: pointer;
border: 1px solid transparent;
color: #fff;
outline: none;
}
.octf-btn:visited {
color: #fff;
}
.octf-btn:hover, .octf-btn:focus, .wpcf7-submit:hover {
background: #1729b3;
color: #fff;
}
.octf-btn.octf-btn-second {
background: #1729b3;
color: #fff;
}
.octf-btn.octf-btn-second:visited {
background: #1729b3;
color: #fff;
}
.octf-btn.octf-btn-second:hover, .octf-btn.octf-btn-second:focus {
background: #1729b3;
}
.octf-btn.octf-btn-light {
background: #fff;
color: #1b1d21;
}
.octf-btn.octf-btn-light:visited {
background: #fff;
color: #1b1d21;
}
.octf-btn.octf-btn-light:hover, .octf-btn.octf-btn-light:focus {
color: #fff;
background: #1b1d21;
}
.octf-btn-dark {
color: #fff;
background: #1b1d21;
}
.octf-btn-dark:visited {
color: #fff;
background: #1b1d21;
}
.octf-btn-dark:hover, .octf-btn-dark:focus {
background: #fff;
color: #1b1d21;
}
.btn-details {
font-size: 14px;
font-weight: bold;
color: #00154e;
}
.btn-details i {
margin-right: 8px;
transition: all 0.2s linear;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
}
.btn-details i:before {
font-size: 15px;
}
.btn-details:hover i {
margin-right: 3px;
}
.btn-details:visited {
color: #00154e;
}
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
color: #000;
border: none;
background: #fff;
border: 1px solid #d0d0d0;
padding: 10px 20px;
box-sizing: border-box;
outline: none;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
color: #3a3a3a;
}
select {
border: none;
background: #f6f6f6;
outline: none;
}
textarea {
width: 100%;
height: 150px;
vertical-align: top;
}
::-webkit-input-placeholder { color: #6d6d6d;
}
::-moz-placeholder { color: #6d6d6d;
}
:-ms-input-placeholder { color: #6d6d6d;
}
:-moz-placeholder { color: #6d6d6d;
}  a {
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
color: #00154e;
text-decoration: none;
font-weight: bold;
}
a:visited {
color: #00154e;
}
a:hover, a:focus, a:active {
color: #0ca8b9;
text-decoration: none;
}
a:focus {
outline: 0;
}
a:hover, a:active {
outline: 0;
} .header-topbar {
padding: 7px 0px;
border-bottom: 1px solid transparent;
background: #00154e;
color: #b5b5b5;
font-size: 14px;
font-weight: 600;
}
.header-topbar a {
color: #b5b5b5;
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
}
.header-topbar a:hover {
color: #fff;
}
.social-list {
list-style: none;
padding: 0px;
margin: 0px;
margin-left: 25px;
}
.social-list li {
display: inline-block;
margin: 0px 8px;
}
.social-list li:last-child {
margin-right: 0px;
}
.social-list li a {
display: inline-block;
padding: 0px 3px;
}
.social-list li a i {
font-size: 12px;
font-weight: 400;
}
.topbar-info {
list-style: none;
padding: 0px;
margin: 0px;
float: left;
}
.topbar-info li {
padding: 0px 20px;
float: left;
}
.topbar-info li:first-child {
padding-left: 0px;
}
.topbar-info li i {
display: inline-block;
vertical-align: middle;
font-size: 13px;
color: #fff;
margin-right: 7px;
line-height: 1;
}
.topbar_languages {
float: right;
border-left: 1px solid #e5e5e5;
margin-left: 30px;
padding-left: 20px;
}
.topbar_languages select {
background: transparent;
border: 0px solid #F0F3FB;
border-radius: 0px;
padding: 0px 20px 0px 10px;
font-family: "Montserrat", sans-serif;
font-size: 14px;
font-weight: 500;
color: #a5b7d2; -webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
-o-appearance: none;
appearance: none;
}
.topbar_languages select:focus {
outline: none;
}
.topbar_languages select::-ms-expand {
display: none;
}
.topbar_languages select option {
color: #a2b7d2;
}
.topbar_languages > div {
position: relative;
}
.topbar_languages > div:after {
position: absolute;
top: 50%;
right: 3px;
margin-top: -6px;
font-family: "Flaticon";
content: "";
font-size: 11px;
line-height: 1;
color: #a5b7d2;
font-weight: 500;
pointer-events: none;
}
.extra-text a {
color: #00154e;
}
.extra-text a:hover {
color: #fff;
} .style-2 {
padding: 0;
line-height: 40px;
}
.style-2 .social-list {
float: left;
margin-left: 0;
}
.style-2 .social-list li {
margin: 0;
}
.style-2 .social-list li a {
display: block;
padding: 0 14px;
border-left: 1px solid rgba(255, 255, 255, 0.2);
}
@media screen and (max-width:360px) {
.style-2 .social-list li a {
padding: 0 4px;
}
}
.style-2 .social-list li:last-child a {
border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.style-2 .topbar-info {
float: right;
margin-left: 20px;
}
.style-2 .topbar-info li {
padding: 0 20px;
border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.style-2 .topbar-info li:last-child {
border-right: 1px solid rgba(255, 255, 255, 0.2);
}
@media only screen and (max-width: 1199px) {
.extra-text {
display: none;
}
.social-list {
margin-left: 0;
}
}
@media only screen and (max-width: 1024px) {
.mobile-topbar {
line-height: 1.875;
padding: 7px 0;
}
.mobile-topbar.header-topbar {
display: block;
}
.mobile-topbar .social-list {
float: none;
clear: both;
padding-top: 2px;
}
.mobile-topbar .social-list li a {
border: none !important;
padding: 0;
}
.mobile-topbar .social-list li:first-child {
margin-left: 0;
}
.mobile-topbar .topbar-info {
margin-left: 0;
float: none;
}
.mobile-topbar .topbar-info li {
border: none !important;
padding-left: 0;
}
.style-2 .social-list li:first-child a {
margin-left: 0;
}
}
@media only screen and (max-width: 600px) {
.topbar-info li {
float: none;
padding-left: 0;
}
} #site-logo {
min-width: 145px;
padding: 30px 0;
display: inline-flex;
vertical-align: middle;
align-items: center;
justify-content: center;
line-height: 1;
}
#site-logo img {
width: 180px;
}
#site-logo img.logo-static {
display: block;
}
#site-logo img.logo-scroll {
display: none;
}
.is-stuck #site-logo img.logo-static {
display: none;
}
.is-stuck #site-logo img.logo-scroll {
display: block;
} .main-navigation ul {
list-style: none;
padding-left: 0;
}
.site-header {
background: #fff;
border-bottom: 1px solid rgba(20, 29, 56, 0.15);
position: relative;
z-index: 10;
}
.octf-mainbar-container {
display: flex;
flex-flow: row wrap;
align-items: stretch;
}
.octf-mainbar {
display: flex;
flex-flow: column wrap;
flex: 1 auto;
}
.octf-main-header .octf-mainbar-row {
display: flex;
flex-wrap: nowrap;
align-items: stretch;
flex: 1 auto;
}
.octf-mainbar-row > [class^=octf-col] {
display: flex;
align-items: stretch;
position: static;
}
.octf-mainbar-row .octf-col {
flex-basis: 0;
flex-grow: 0.65;
max-width: 100%;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
.octf-mainbar-row > [class^=octf-col] {
flex-flow: row nowrap;
}
.octf-mainbar-row > [class^=octf-col].text-left {
justify-content: flex-start;
}
.octf-mainbar-row > [class^=octf-col].text-center {
justify-content: center;
}
.octf-mainbar-row > [class^=octf-col].text-right {
justify-content: flex-end;
}
.octf-main-header .octf-row > div:empty {
display: none;
}
.octf-row {
margin-right: -15px;
margin-left: -15px;
}
.octf-col:before {
display: inline-flex;
}
.octf-main-header .octf-row .octf-col-auto {
flex: 0 0 auto;
width: auto;
max-width: none;
}
.octf-header-module {
display: inline-flex;
flex-direction: column;
align-items: center;
justify-content: center;
position: relative;
} .main-navigation {
position: relative;
display: inline-block;
vertical-align: middle;
height: 100%;
width: auto;
}
.main-navigation > ul {
position: relative;
display: flex;
width: 100%;
vertical-align: middle;
height: 100%;
}
.main-navigation ul {
font-weight: bold;
list-style: none;
margin: 0px 0px;
padding: 0px 0px;
}
.main-navigation > ul > li {
margin: 0px 20px;
padding: 0px 0px;
float: left;
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
height: 100%;
}
.main-navigation > ul > li:before {
position: absolute;
height: 3px;
width: 0;
bottom: -1px;
right: 0;
background: #00154e;
content: "";
display: block;
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
}
.main-navigation > ul > li:hover:before,
.main-navigation > ul > li.current-menu-item:before,
.main-navigation > ul > li.current-menu-ancestor:before {
left: 0;
right: auto;
width: 100%;
}
.main-navigation ul ul {
float: none;
margin: 0px 0px;
padding: 0px 0px;
background-color: #fff;
box-shadow: 15px 15px 38px 0px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 15px 15px 38px 0px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 15px 15px 38px 0px rgba(0, 0, 0, 0.1);
}
.main-navigation ul > li > a {
display: inline-block;
padding: 32px 0px;
line-height: 35px;
text-decoration: none;
text-align: center;
outline: none;
color: #1a1b1e;
white-space: nowrap;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.main-navigation ul > li > a:hover {
color: #00154e;
}
.main-navigation ul > li.menu-item-has-children > a {
padding-right: 17px;
}
.main-navigation > ul > li.menu-item-has-children:last-child > a:after {
right: 0px;
}
.main-navigation ul li li {
display: block;
position: relative;
padding: 0px 40px;
}
.main-navigation ul li li a {
font-size: 14px;
line-height: 30px;
font-weight: bold;
color: #1a1b1e;
text-align: left;
display: block;
padding: 5px 0px 5px 0px;
position: relative;
text-decoration: none;
outline: none;
text-transform: uppercase;
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
}
.main-navigation ul li li a:before {
position: absolute;
content: "//";
top: 50%;
left: 0;
color: #00154e;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
transform: translateY(-50%);
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
visibility: hidden;
opacity: 0;
}
.main-navigation ul li li a:hover:before,
.main-navigation ul ul li.current-menu-item > a:before,
.main-navigation ul ul li.current-menu-ancestor > a:before {
left: 0px;
visibility: visible;
opacity: 1;
}
.main-navigation ul li li a:hover,
.main-navigation ul ul li.current-menu-item > a,
.main-navigation ul ul li.current-menu-ancestor > a {
color: #00154e;
padding-left: 12px;
}
.main-navigation ul > li.menu-item-has-children > a:after {
position: absolute;
right: 2px;
top: 50%;
margin-top: -4px;
font-family: "Flaticon";
content: "";
font-size: 7px;
line-height: 1;
color: #c3c7c9;
font-weight: 500;
transform: rotate(90deg);
}
.main-navigation ul > li.menu-item-has-children > a:hover:after {
color: #00154e;
}
.main-navigation ul > li li.menu-item-has-children > a:after {
position: absolute;
content: "";
font-family: Flaticon;
top: 50%;
right: 0;
margin-top: -5px;
font-size: 9px;
color: #c3c7c9;
transform: rotate(0deg);
}
.main-navigation ul li ul {
width: 280px;
white-space: nowrap;
padding: 25px 0px;
position: absolute;
top: calc(100% + 1px);
left: -40px;
z-index: 20;
visibility: hidden;
opacity: 0;
-webkit-transform: translateY(30px);
-ms-transform: translateY(30px);
transform: translateY(30px);
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
box-sizing: border-box;
}
.main-navigation ul li ul ul {
left: 100%;
top: -25px;
transition: all 0.35s ease-in-out;
-webkit-transition: all 0.35s ease-in-out;
-moz-transition: all 0.35s ease-in-out;
-o-transition: all 0.35s ease-in-out;
-ms-transition: all 0.35s ease-in-out;
}
.main-navigation ul li:hover > ul {
visibility: visible;
opacity: 1;
}
.main-navigation ul > li:hover > ul {
-webkit-transform: translateY(0px);
-ms-transform: translateY(0px);
transform: translateY(0px);
} .octf-btn-cta {
display: inline-flex;
vertical-align: middle;
position: relative;
}
.octf-btn-cta .toggle_search {
cursor: pointer;
margin-left: 30px;
}
.octf-btn-cta .h-search-form-field {
position: absolute;
z-index: 99;
top: -webkit-calc(100% + 1px);
top: expression(100% + 1px);
top: -moz-calc(100% + 1px);
top: -o-calc(100% + 1px);
top: calc(100% + 1px);
right: -30px;
width: 330px;
}
.octf-btn-cta .h-search-form-field .h-search-form-inner {
padding: 30px;
background-color: #fff;
box-shadow: 15px 15px 34px 0px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 15px 15px 34px 0px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 15px 15px 34px 0px rgba(0, 0, 0, 0.1);
}
.octf-btn-cta .h-search-form-field.show {
-webkit-animation: stickySlideUp 0.5s cubic-bezier(0.23, 1, 0.32, 1) both;
animation: stickySlideUp 0.5s cubic-bezier(0.23, 1, 0.32, 1) both;
}
.h-search-form-inner label {
margin-bottom: 0;
}
.octf-btn-cta .octf-cta-icons i {
color: #1b1d21;
text-align: center;
display: inline-block;
vertical-align: middle;
min-width: 22px;
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
}
.octf-btn-cta .octf-cta-icons i:before, .octf-btn-cta .octf-cta-icons i:after {
font-size: 22px;
}
.octf-btn-cta .octf-cta-icons i.flaticon-close:before {
font-size: 18px;
}
.octf-btn-cta .octf-cta-icons i.flaticon-shopper:before {
font-size: 24px;
}
.octf-btn-cta .btn-cta-group {
margin-left: 40px;
}
.octf-btn-cta .contact-header {
display: flex;
align-items: center;
text-align: left;
line-height: 1;
border-left: 1px solid #dcdde1;
padding: 5px 0 5px 40px;
}
.octf-btn-cta .contact-header i {
font-size: 22px;
color: #00154e;
margin-right: 12px;
}
.octf-btn-cta .contact-header span {
display: block;
font-size: 14px;
font-weight: 600;
color: #6d6d6d;
}
.octf-btn-cta .contact-header span.main-text, .octf-btn-cta .contact-header span a {
font-size: 16px;
font-family: "Montserrat", sans-serif;
color: #1b1d21;
margin-top: 7px;
} .h-cart-btn {
position: relative;
}
.site-header-cart {
position: absolute;
visibility: hidden;
opacity: 0;
z-index: 10;
top: -webkit-calc(100% + 1px);
top: expression(100% + 1px);
top: -moz-calc(100% + 1px);
top: -o-calc(100% + 1px);
top: calc(100% + 1px);
right: -30px;
background: #fff;
width: 330px;
padding: 30px;
box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
-webkit-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
-moz-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
-webkit-transform: translateY(30px);
-ms-transform: translateY(30px);
transform: translateY(30px);
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
}
.site-header-cart .woocommerce-mini-cart__buttons {
margin-bottom: -15px;
}
.site-header-cart .widget_shopping_cart_content {
text-align: left;
}
.woocommerce-mini-cart__empty-message {
margin-bottom: 0;
}
.cart-btn-hover:hover .site-header-cart {
visibility: visible;
opacity: 1;
-webkit-transform: translateY(0px);
-ms-transform: translateY(0px);
transform: translateY(0px);
}
.cart-btn-hover:hover .site-header-cart:before {
content: "";
position: absolute;
height: 10px;
width: 100%;
top: -10px;
left: 0px;
}
.cart-icon {
position: relative;
display: inline-block;
}
.cart-icon .count {
position: absolute;
bottom: 0;
left: -7px;
width: 20px;
height: 20px;
line-height: 21px;
background: #00154e;
color: #fff;
text-align: center;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
font-size: 11px;
font-weight: bold;
}
.header-style-3 {
border: none;
}
.header-style-3 .octf-main-header {
background: #141d38;
}
.header-style-3 .main-navigation ul.menu > li > a,
.header-style-3 .octf-btn-cta .octf-cta-icons i {
color: #fff;
}
.header-style-3 .main-navigation ul.menu > li > a:hover,
.header-style-3 .octf-btn-cta .octf-cta-icons i:hover {
color: #00154e;
}
@-webkit-keyframes stickySlideUp {
from {
-webkit-transform: translateY(10%);
transform: translateY(10%);
}
to {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes stickySlideUp {
from {
-webkit-transform: translateY(10%);
transform: translateY(10%);
}
to {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@-webkit-keyframes stickySlideDown {
from {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
to {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes stickySlideDown {
from {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
to {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
.is-stuck {
-webkit-animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
-moz-animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
}
.is-stuck {
position: fixed;
left: 0;
right: 0;
top: 0;
z-index: 99;
}
.admin-bar .is-stuck,
.admin-bar .header-overlay {
top: 32px;
}
@media screen and (min-width: 1024px) {
.header-static .is-stuck{
background-color: #fff;
}
.is-stuck {
background-color: #0E0A31;
-webkit-box-shadow: 4px 4px 30px 0px rgba(42, 67, 113, 0.15);
-moz-box-shadow: 4px 4px 30px 0px rgba(42, 67, 113, 0.15);
box-shadow: 4px 4px 30px 0px rgba(42, 67, 113, 0.15);
-webkit-backdrop-filter: blur(20px) saturate(180%);
backdrop-filter: blur(20px) saturate(180%);
}
.is-stuck .main-navigation ul.menu > li > a {
padding-top: 18px;
padding-bottom: 18px;
}
}
.is-stuck #site-logo {
padding: 15px 0px 15px 0px;
} @media (max-width: 1199px) {
.main-navigation > ul > li {
margin: 0 14px;
}
}
@media (max-width: 1440px) {
.octf-btn-cta .btn-cta-header {
display: none;
}
}
@media (max-width: 1265px) {
.octf-btn-cta .contact-header {
display: none;
}
} .header_mobile {
display: none;
}
@media only screen and (max-width: 767px) {
.contact-information-header {
display: none;
}
.header-topbar .topbar-info {
float: left;
}
.style-2 .topbar-info {
margin-top: 12px;
}
.style-2 .topbar-info {
margin-left: 0;
}
.style-2 .social-list li  {
margin: 0;
}
.style-2 .topbar-info li {
float: left;
padding-left: 0;
margin-right: 20px;
}
.style-2 .topbar-info li,
.style-2 .topbar-info li:last-child {
border: none;
border-left: none;
border-right: none;
}
.header-topbar ul {
padding-left: 0;
}
}
@media only screen and (max-width: 1024px) {
.contact-information-header {
display: none;
}
.topbar-info li {
float: right;
border: none;
}
.style-2 .topbar-info li,
.style-2 .topbar-info li:last-child {
border: none;
border-left: none;
border-right: none;
}
.style-2 .topbar-info li {
padding-right: 0;
}
}
@media only screen and (max-width: 1024px) {
.octf-main-header {
display: none;
}
.site-header {
background: #fff;
-webkit-box-shadow: 2px 2px 15px 0px rgba(42, 67, 113, 0.15);
-moz-box-shadow: 2px 2px 15px 0px rgba(42, 67, 113, 0.15);
box-shadow: 2px 2px 15px 0px rgba(42, 67, 113, 0.15);
}
.header_mobile {
display: block;
width: 100%;
background: #fff;
}
.header_mobile.is-stuck {
box-shadow: 2px 2px 15px 0px rgba(42, 67, 113, 0.15);
}
.header_mobile .mlogo_wrapper {
position: relative;
padding: 10px 0px;
}
.header_mobile .mlogo_wrapper img {
height: 45px;
}
.header_mobile .mlogo_wrapper .mobile_logo {
float: left;
}
#mmenu_toggle {
position: absolute;
cursor: pointer;
width: 26px;
height: 20px;
right: 0px;
margin-top: -10px;
top: 50%;
}
#mmenu_toggle button {
position: absolute;
left: 0;
top: 50%;
margin: -2px 0 0;
background: #1b1d21;
height: 4px;
padding: 0;
border: none;
width: 100%;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
outline: none;
border-radius: 2px;
}
#mmenu_toggle button:before {
content: "";
position: absolute;
left: 0;
top: -8px;
width: 26px;
height: 4px;
background: #1b1d21;
-webkit-transform-origin: 1.5px center;
transform-origin: 1.5px center;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
border-radius: 2px;
}
#mmenu_toggle button:after {
content: "";
position: absolute;
left: 0;
bottom: -8px;
width: 26px;
height: 4px;
background: #1b1d21;
-webkit-transform-origin: 1.5px center;
transform-origin: 1.5px center;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
border-radius: 2px;
}
#mmenu_toggle.active button {
background: none;
}
#mmenu_toggle.active button:before {
top: 0;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
}
#mmenu_toggle.active button:after {
bottom: 0;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
}
.header_mobile .mobile_nav {
display: none;
background: #fff;
}
.header_mobile .mobile_nav .mobile_mainmenu {
margin: 0;
padding: 0;
}
.header_mobile .mobile_nav .mobile_mainmenu ul {
position: relative;
margin: 0;
padding: 0;
margin-left: 15px;
}
.header_mobile .mobile_nav.collapse .mobile_mainmenu ul {
display: none;
}
.header_mobile .mobile_nav .mobile_mainmenu li {
position: relative;
list-style: none;
}
.header_mobile .mobile_nav .mobile_mainmenu li a {
padding: 9px 0;
display: block;
color: #1b1d21;
font-weight: 600;
border-bottom: 1px solid #e5e5e5;
}
.header_mobile .mobile_nav .mobile_mainmenu > li:last-child > a {
border: none;
}
.header_mobile .mobile_nav .mobile_mainmenu li li a {
font-size: 15px;
}
.header_mobile .mobile_nav .mobile_mainmenu li li a:hover,
.header_mobile .mobile_nav .mobile_mainmenu ul > li > ul > li.current-menu-ancestor > a, .header_mobile .mobile_nav ul li.current-menu-item > a  {
color: #00154e;
}
.header_mobile .mobile_nav .mobile_mainmenu > li.menu-item-has-children .arrow {
color: #fff;
position: absolute;
display: block;
right: 0;
top: 0;
cursor: pointer;
width: 50px;
height: auto;
padding: 9px 12px 9px 0;
line-height: inherit;
text-align: right;
box-sizing: border-box;
}
.header_mobile .mobile_nav .mobile_mainmenu > li.menu-item-has-children .arrow i {
color: #9397a7;
display: inline-block;
line-height: 1;
-webkit-transition: transform 0.3s ease-in-out;
-moz-transition: transform 0.3s ease-in-out;
transition: transform 0.3s ease-in-out;
}
.header_mobile .mobile_nav .mobile_mainmenu > li.menu-item-has-children .arrow i:before {
font-size: 8px;
}
.header_mobile .mobile_nav .mobile_mainmenu > li.menu-item-has-children .arrow.active i {
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
transform: rotate(90deg);
}
.header_mobile .mobile_nav .mobile_mainmenu > li > a:hover, .header_mobile .mobile_nav .mobile_mainmenu > li.current-menu-item > a,
.header_mobile .mobile_nav .mobile_mainmenu > li.current-menu-ancestor > a {
color: #00154e;
}
}
@media only screen and (max-width: 767px) {
.header_mobile .mlogo_wrapper {
width: 100%;
}
}
@media only screen and (max-width: 320px) {
.mobile_logo img {
max-width: 230px;
max-height: 47px;
}
} .page-header {
width: 100%;
min-height: 350px;
color: #00154e;
font-weight: 500;
background: #00154e center center no-repeat;
background-size: cover;
position: relative;
}
.page-header .container {
position: relative;
z-index: 8;
}
.page-header:before {
content: '';
display: block;
background-color: rgba(0, 0, 0, 0.6);
position: absolute;
position: absolute;
z-index: 5;
width: 100%;
height: 100%;
}
.page-header .page-title {
color: #fff;
margin-bottom: 0;
flex: 1;
padding: 10px 20px 10px 0;
}
.page-header .breadcrumbs {
margin-bottom: 0;
font-size: 14px;
text-transform: uppercase;
font-weight: 800;
}
.page-header .breadcrumbs li {
display: inline-block;
color: #fff;
}
.page-header .breadcrumbs li:before {
content: "-";
font-size: 22px;
font-weight: 700;
color: #fff;
margin: -3px 8px 0;
display: inline-block;
vertical-align: middle;
}
.page-header .breadcrumbs li:first-child:before {
display: none;
}
.page-header .breadcrumbs li a {
color: #cccccc;
}
.page-header .breadcrumbs li a:hover {
color: #fff;
}
@media (max-width: 992px) {
.page-header .inner {
display: block;
}
}
@media (max-width: 767px) {
.page-header .container {
width: 100%;
}
.page-header .page-title {
font-size: 36px;
}
.page-header .breadcrumbs {
font-size: 12px;
}
}
@media (max-width: 600px) {
.page-header {
min-height: 200px;
padding: 40px 0;
}
.page-header .page-title {
font-size: 30px;
}
}
.header-fullwidth .container-fluid .cta-col {
flex: 2;
}
@media (max-width: 1024px) {
.header-fullwidth .octf-area-wrap {
width: 100%;
padding: 0 !important;
}
.header-fullwidth .header-topbar .container-fluid {
width: 970px;
margin: 0 auto;
padding: 0 15px;
}
}
@media (max-width: 991px) {
.header-fullwidth .header-topbar .container-fluid {
width: 750px;
}
}
@media (max-width: 767px) {
.header-fullwidth .header-topbar .container-fluid {
width: 100%;
}
}  .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important; }
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
clip-path: none;
color: #21759b;
display: block;
font-size: 14px;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } #content[tabindex="-1"]:focus {
outline: 0;
} .alignleft {
float: left;
margin-right: 1.5em;
}
.alignright {
float: right;
margin-left: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}
.text-center {
text-align: center;
}
.text-left {
text-align: left;
}
.text-right {
text-align: right;
} .clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
content: "";
display: table;
table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
clear: both;
}  .entry-content {
padding: 90px 0 110px;
}
@media only screen and (max-width: 1024px) {
.entry-content {
padding: 40px 0 80px;
}
}
.post-box {
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
}
.post-box .post-inner {
background: #fff;
margin-bottom: 60px;
border: 1px solid #e7e7e7;
}
.post-box p {
margin-bottom: 0;
}
.post-box .entry-media {
position: relative;
margin-bottom: 30px;
}
.post-box .entry-media .post-cat {
position: absolute;
z-index: 2;
bottom: -16px;
left: 20px;
}
.post-box .inner-post {
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
padding: 0px 40px 0px;
}
.post-box .post-cat a {
font-family: "Montserrat", sans-serif;
text-transform: uppercase;
font-size: 12px;
font-weight: 600;
letter-spacing: 1px;
line-height: 1;
display: inline-block;
color: #fff;
background: #00154e;
padding: 10px;
margin-right: 6px;
}
.post-box .post-cat a:hover {
background: #1729b3;
}
.post-box .entry-meta {
text-transform: capitalize;
font-family: "Montserrat", sans-serif;
font-weight: 600;
font-size: 14px;
color: #1729b3 ;
margin-bottom: 13px;
}
.post-box .entry-meta > span {
margin-right: 5px;
display: inline-block;
}
.post-box .entry-meta a {
color: #1729b3 ;
}
.post-box .entry-meta a:hover {
color: #00154e;
}
.post-box .entry-title {
margin-bottom: 15px;
line-height: 36px;
}
.post-box .entry-title a {
color: #1b1d21;
display: inline-block;
}
.post-box .padding-box {
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
padding: 40px 40px 0 40px;
border: 1px solid #e7e7e7;
border-bottom: none;
}
.post-box .padding-box + .inner-post {
border-top: none;
padding-top: 20px;
}
.post-box .img-slider .slick-arrow {
height: 65px;
width: 50px;
background: #262051;
color: #fff;
left: 0;
}
.post-box .img-slider .slick-arrow:hover {
background: #fff;
color: #262051;
}
.post-box .img-slider .next-nav {
left: auto;
right: 0;
}
.post-box .audio-box iframe {
width: 100%;
}
.post-box .link-box a {
font-size: 22px;
font-weight: 600;
font-family: "Montserrat", sans-serif;
color: #1b1d21;
}
.post-box .link-box a:hover {
color: #00154e;
}
.post-box .link-box i {
color: #7141b1;
margin-right: 15px;
}
.post-box .link-box i:before {
font-size: 32px;
line-height: 1;
}
.post-box .quote-box {
overflow: hidden;
}
.post-box .quote-box i {
float: left;
color: #7141b1;
}
.post-box .quote-box i:before {
font-size: 32px;
line-height: 1;
}
.post-box .quote-box .quote-text {
padding-left: 52px;
font-size: 22px;
font-weight: 600;
line-height: 36px;
font-family: "Montserrat", sans-serif;
color: #1b1d21;
}
.post-box .quote-box .quote-text span {
display: block;
margin-top: 10px;
text-transform: uppercase;
font-size: 14px;
font-weight: bold;
letter-spacing: 1px;
color: #b5b5b5;
}
.post-box .btn-play {
position: absolute;
top: 50%;
left: 50%;
text-align: center;
margin-top: -30px;
margin-left: -30px;
}
.post-box .btn-play i {
position: relative;
z-index: 1;
display: block;
width: 65px;
height: 65px;
line-height: 65px;
background: #fff;
color: #00154e;
cursor: pointer;
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
}
.post-box .btn-play i:before {
margin-left: 6px;
font-size: 21px;
}
.post-box .btn-play:before, .post-box .btn-play:after {
position: absolute;
content: "";
top: 0;
left: 0;
z-index: 1024;
height: 100%;
width: 100%;
border: 1px solid rgba(255, 255, 255, 0.8);
animation: circle-fade-before 2s infinite ease-in-out;
-webkit-animation: circle-fade-before 2s infinite ease-in-out;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
}
.post-box .btn-play:after {
animation: circle-fade-after 2s infinite ease-in-out;
-webkit-animation: circle-fade-after 2s infinite ease-in-out;
}
.post-box .btn-play:hover i {
background: #00154e;
color: #fff;
}
.post-box .btn-play:hover:before, .post-box .btn-play:hover:after {
border-color: #00154e;
}
.post-box .btn-readmore {
margin-top: 22px;
line-height: 1;
overflow: hidden;
}
.post-box .btn-readmore > a {
font-size: 14px;
font-weight: bold;
color: #00154e;
}
.post-box .btn-readmore > a i {
margin-right: 8px;
transition: all 0.2s linear;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
}
.post-box .btn-readmore > a i:before {
font-size: 15px;
}
.post-box .btn-readmore > a:hover i {
margin-right: 3px;
}
.post-box:hover {
box-shadow: 15px 15px 38px 0px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 15px 15px 38px 0px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 15px 15px 38px 0px rgba(0, 0, 0, 0.1);
}
.post-box:hover > .post-inner > .inner-post,
.post-box:hover > .post-inner > .padding-box {
border-color: transparent;
}
.paging-navigation {
width: fit-content;
margin-left: auto;
margin-right: auto;
}
.page-pagination,
.paging-navigation {
margin-top: 60px;
margin-bottom: 0;
}
.page-pagination li {
display: inline-block;
}
.paging-navigation .page-numbers {
margin-top: 12px;
font-size: 18px;
color: #1b1d21;
background: #fff;
font-weight: 700;
height: 40px;
width: 40px;
display: inline-block;
text-align: center;
line-height: 40px;
margin-right: 5px;
border: 1px solid #e7e7e7;
}
.page-pagination li a, .page-pagination li span {
font-size: 18px;
color: #1b1d21;
background: #fff;
font-weight: 700;
height: 40px;
width: 40px;
display: block;
text-align: center;
line-height: 40px;
margin-right: 5px;
border: 1px solid #e7e7e7;
}
.page-pagination li a i:before, .page-pagination li span i:before {
font-size: 16px;
}
.paging-navigation .page-numbers:hover,
.page-pagination li span, .page-pagination li a:hover {
background: #1729b3;
border-color: #1729b3;
color: #fff;
}
.paging-navigation .current,
.paging-navigation .current:hover {
background: #00154e;
color: #fff;
border-color: #00154e;
}
.paging-navigation .dots:hover {
background-color: #fff;
border-color: #e7e7e7;
color: #1b1d21;
}
.paging-navigation .prev,
.paging-navigation .next {
width: inherit;
padding: 0 12px;
} .blog-post {
box-shadow: none;
overflow: inherit;
margin-bottom: 0;
}
.blog-post > .inner-post {
padding-left: 0;
padding-right: 0;
border: none;
}
.blog-post > .inner-post p:not(:last-child) {
margin-bottom: 20px;
}
.blog-post > .inner-post .entry-summary {
padding-bottom: 50px;
}
.blog-post.format-audio .post-cat, .blog-post.format-quote .post-cat, .blog-post.format-link .post-cat, .blog-post.format-standard:not(.has-post-thumbnail) .post-cat {
left: 0;
}
.blog-post .padding-box {
padding-left: 0;
padding-right: 0;
border: none;
}
.blog-post .tagcloud {
margin: 2px -3px 0;
float: left;
}
.blog-post .tagcloud a {
color: #1b1d21;
background: #f6f6f6;
font-size: 14px !important;
font-weight: 600;
padding: 10px 12px;
margin: 0 3px;
margin-bottom: 10px;
line-height: 1;
display: inline-block;
margin-bottom: 0;
}
.blog-post .tagcloud a:hover {
background: #7141b1;
color: #fff;
}
.blog-post .entry-footer {
margin-bottom: 30px;
padding: 18px 0;
border-bottom: 1px solid #e5e5e5;
}
.blog-post .share-post {
margin-bottom: 30px;
text-align: center;
}
.blog-post .share-post a {
display: inline-block;
height: 38px;
width: 38px;
text-align: center;
line-height: 40px;
font-weight: 500;
font-family: "Montserrat", sans-serif;
border-radius: 19px;
-webkit-border-radius: 19px;
-moz-border-radius: 19px;
background: #00154e;
color: #fff;
margin: 0 8px;
transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
}
.blog-post .share-post a:hover {
-webkit-transform: translateY(-5px);
-ms-transform: translateY(-5px);
transform: translateY(-5px);
}
.blog-post .share-post a.face {
background: #4661c5;
}
.blog-post .share-post a.twit {
background: #44b1e4;
}
.blog-post .share-post a.pint {
background: #ff2e2e;
}
.blog-post .share-post a.linked {
background: #0073B0;
}
.blog-post .share-post a.google {
background: #DC4A38;
}
.blog-post .share-post a.tumblr {
background: #3C586D;
}
.blog-post .share-post a.reddit {
background: #FD4507;
}
.blog-post .share-post a.vk {
background: #5082B9;
}
.blog-post .author-bio {
overflow: hidden;
margin-bottom: 40px;
}
.blog-post .author-bio .author-image {
float: left;
margin-right: 50px;
}
.blog-post .author-bio .author-info {
padding: 40px 50px 33px 0;
border: 1px solid #e7e7e7;
border-left: 0;
}
.blog-post .author-bio .author-info .title {
font-weight: 600;
margin-bottom: 7px;
}
.blog-post .author-bio .author-info h6 {
margin-bottom: 12px;
font-weight: 700;
}
.blog-post .author-bio .author-info .des {
margin-bottom: 15px;
}
.blog-post .author-bio .author-info .author-socials a {
font-size: 14px;
margin-right: 15px;
color: #b5b5b5;
}
.blog-post .author-bio .author-info .author-socials a:hover {
color: #00154e;
}
.blog-post:hover {
box-shadow: none;
}
.drop-cap {
font-family: "Montserrat", sans-serif;
float: left;
text-align: center;
background: #fff;
width: 40px;
height: 40px;
line-height: 1;
margin: 8px 18px 0 0 !important;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
}
.drop-cap span {
font-size: 24px;
line-height: 38px;
border: 1px solid #e7e7e7;
display: block;
font-weight: 800;
color: #00154e;
}
.post-nav {
margin-bottom: 30px;
overflow: hidden;
}
.post-nav a {
position: relative;
display: block;
line-height: 1;
min-height: 70px;
}
.post-nav a:before {
position: absolute;
top: 0;
color: #fff;
background: #00154e;
height: 70px;
line-height: 70px;
padding: 0 7px;
}
.post-nav h6 {
font-size: 16px;
line-height: 24px;
font-weight: 600;
margin-bottom: 6px;
}
.post-nav span {
display: inline-block;
font-size: 14px;
line-height: 1;
font-weight: bold;
color: #bdbdbd;
}
.post-nav .post-prev {
float: left;
max-width: 350px;
margin-left: -45px;
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
}
.post-nav .post-prev a {
padding-left: 45px;
}
.post-nav .post-prev a:before {
content: "";
font-family: "Flaticon";
left: 0;
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
}
.post-nav .post-prev:hover {
margin-left: 0;
}
.post-nav .post-next {
float: right;
text-align: right;
max-width: 350px;
margin-right: -45px;
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
}
.post-nav .post-next a {
padding-right: 45px;
}
.post-nav .post-next a:before {
content: "";
font-family: "Flaticon";
right: 0;
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
}
.post-nav .post-next:hover {
margin-right: 0;
}
.related-posts {
margin-top: 90px;
margin-bottom: 20px;
}
.related-posts h2 {
margin-bottom: 30px;
}
.related-posts .post-box .post-inner {
margin-bottom: 0;
}
@keyframes circle-fade-before {
0% {
transform: scale(1);
opacity: 1;
}
100% {
transform: scale(1.8);
opacity: 0;
}
}
@keyframes circle-fade-after {
0% {
transform: scale(1);
opacity: 1;
}
100% {
transform: scale(2.5);
opacity: 0;
}
}
@media (max-width: 991px) {
.content-area.col-md-9 {
margin-bottom: 60px;
}
.post-box.post-item {
margin-bottom: 40px;
}
}
@media only screen and (max-width: 768px) {
.blog-post .author-bio .author-image {
display: none;
}
.blog-post .author-bio .author-info {
padding: 20px 25px;
border-left: 1px solid #e7e7e7;
}
.post-nav {
display: none;
}
}
@media only screen and (max-width: 600px) {
blockquote {
font-size: 20px;
}
.single-post .entry-content {
padding: 50px 0 70px;
}
.blog-list .post-box .inner-post {
padding: 30px;
}
.post-box .entry-title {
font-size: 22px;
line-height: 30px;
}
} .comments-area ol, .comments-area ul {
list-style: none;
padding-left: 0;
}
.comments-area ol .comment-respond, .comments-area ul .comment-respond {
margin-top: -30px;
margin-bottom: 40px;
}
.comments-area .comments-title {
margin-bottom: 50px;
font-size: 36px;
}
.comments-area .comment-item {
margin-bottom: 50px;
overflow: hidden;
}
.comments-area .comment-item .gravatar {
float: left;
}
.comments-area .comment-item .comment-content:not(.pingback) {
padding-left: 110px;
}
.comments-area .comment-item .comment-meta {
position: relative;
}
.comments-area .comment-item .comment-meta .comment-author {
text-transform: capitalize;
margin-bottom: 7px;
font-weight: 700;
}
.comments-area .comment-item .comment-meta .comment-time {
display: block;
color: #bdbdbd;
font-size: 12px;
font-weight: bold;
text-transform: uppercase;
letter-spacing: 0.5px;
margin-bottom: 7px;
}
.comments-area .comment-item .comment-meta .comment-reply-link {
position: absolute;
top: 0;
right: 0;
font-size: 14px;
font-weight: bold;
text-transform: uppercase;
color: #00154e;
}
.comments-area .comment-item .comment-meta .comment-reply-link:before {
content: "";
font-family: "Flaticon";
margin-right: 10px;
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
}
.comments-area .comment-item .comment-meta .comment-reply-link:hover:before {
margin-right: 3px;
}
.comments-area .comment-item .comment-text p {
margin-bottom: 15px;
}
.comments-area ul.children {
padding-left: 110px;
}
.comment-respond {
padding: 50px;
border: 1px solid #e7e7e7;
}
.comment-respond .comment-reply-title {
font-size: 36px;
font-weight: 800;
margin-bottom: 10px;
margin-top: -5px;
}
.comment-respond .comment-reply-title small {
font-size: 16px;
font-weight: 400;
text-transform: lowercase;
margin-left: 5px;
}
.comment-respond .comment-reply-title small a {
color: #ad1010;
}
.comment-respond .comment-reply-title small a:hover {
color: #00154e;
}
.comment-form p {
margin-bottom: 20px;
line-height: 1;
}
.comment-form p label {
margin-left: 8px;
}
.comment-form p.form-submit {
margin-bottom: 0;
}
.comment-form .comment-notes {
margin-bottom: 36px;
}
.comment-form .logged-in-as {
font-family: "Montserrat", sans-serif;
font-size: 14px;
margin-bottom: 35px;
}
.comment-form .logged-in-as a {
color: #6d6d6d;
}
.comment-form .logged-in-as a:hover {
color: #0ca8b9;
}
.comment-form input[type=text],
.comment-form input[type=email] {
width: 100%;
}
.comment-form .octf-btn {
text-transform: uppercase;
}
.comment-form .octf-btn:hover {
background: #1b1d21;
}
@media only screen and (max-width: 768px) {
.comment-respond {
padding: 30px;
}
.comment-respond .comment-reply-title {
font-size: 30px;
}
.comments-area ul.children {
padding-left: 30px;
}
.comment-form .octf-btn {
font-size: 12px;
padding: 10px 23px;
}
} .widget ul {
list-style: none;
padding-left: 0;
margin-bottom: 0;
}
.widget ul li {
position: relative;
}
.widget .tagcloud {
margin: 0 -3px -10px;
}
.widget .tagcloud a {
color: #1b1d21;
background: #f6f6f6;
font-size: 14px !important;
font-weight: 600;
padding: 10px 12px;
margin: 0 3px;
margin-bottom: 10px;
line-height: 1;
display: inline-block;
}
.widget .tagcloud a:hover {
background: #00154e;
color: #fff;
}
.flaticon-code:before,
.flaticon-app:before,
.flaticon-monitor:before,
.flaticon-browser:before,
.flaticon-report-1:before,
.flaticon-best:before{
font-size: 35px;
}
.widget-area .widget {
margin-bottom: 45px;
}
.widget-area .widget:last-child {
margin-bottom: 0;
}
.widget-area .widget .widget-title {
padding-bottom: 18px;
margin-bottom: 25px;
border-bottom: 1px solid #e5e5e5;
position: relative;
}
.widget-area .widget .widget-title:before {
content: "";
position: absolute;
left: 0;
bottom: -2px;
width: 25px;
height: 3px;
background: #00154e;
}
.widget-area .widget ul:not(.recent-news) > li {
font-weight: 800;
font-size: 14px;
position: relative;
margin-bottom: 11px;
line-height: 24px;
}
.widget-area .widget ul:not(.recent-news) > li:last-child {
margin-bottom: 0;
}
.widget-area .widget ul:not(.recent-news) > li a {
color: #1b1d21;
display: inline-block;
position: relative;
transition: all 0.35s linear;
-webkit-transition: all 0.35s linear;
-moz-transition: all 0.35s linear;
-o-transition: all 0.35s linear;
-ms-transition: all 0.35s linear;
}
.widget-area .widget ul:not(.recent-news) > li a:hover {
color: #00154e;
}
.widget-area .widget ul:not(.recent-news) > li .posts-count {
color: #b5b5b5;
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
}
.widget-area .widget ul:not(.recent-news) > li.recentcomments a:before {
display: none;
}
.widget-area .widget select {
width: 100%;
padding: 8px;
outline: none;
}
.widget-area .widget table caption {
margin-bottom: 10px;
}
.widget-area .widget table td, .widget-area .widget table th {
border-color: #aaa;
text-align: center;
}
.widget-area .widget_categories ul li a,
.widget-area .widget_product_categories ul li a,
.widget-area .widget_archive ul li a {
text-transform: uppercase;
color: #1b1d21;
display: inline-block;
position: relative;
transition: all 0.35s linear;
-webkit-transition: all 0.35s linear;
-moz-transition: all 0.35s linear;
-o-transition: all 0.35s linear;
-ms-transition: all 0.35s linear;
}
.widget-area .widget_categories ul li a:before,
.widget-area .widget_product_categories ul li a:before,
.widget-area .widget_archive ul li a:before {
content: "//";
position: absolute;
left: 0;
top: 0;
opacity: 0;
visibility: hidden;
color: #00154e;
transition: all 0.35s linear;
-webkit-transition: all 0.35s linear;
-moz-transition: all 0.35s linear;
-o-transition: all 0.35s linear;
-ms-transition: all 0.35s linear;
}
.widget-area .widget_categories ul li a + span,
.widget-area .widget_product_categories ul li a + span,
.widget-area .widget_archive ul li a + span {
transition: all 0.35s linear;
-webkit-transition: all 0.35s linear;
-moz-transition: all 0.35s linear;
-o-transition: all 0.35s linear;
-ms-transition: all 0.35s linear;
color: #b7b6b6;
}
.widget-area .widget_categories ul li a:hover,
.widget-area .widget_product_categories ul li a:hover,
.widget-area .widget_archive ul li a:hover {
color: #0ca8b9;
padding-left: 15px;
}
.widget-area .widget_categories ul li a:hover:before,
.widget-area .widget_product_categories ul li a:hover:before,
.widget-area .widget_archive ul li a:hover:before {
opacity: 1;
visibility: visible;
}
.widget-area .widget_categories ul li a:hover + span,
.widget-area .widget_product_categories ul li a:hover + span,
.widget-area .widget_archive ul li a:hover + span {
color: #7141b1;
}
.widget .recent-news {
padding-top: 5px;
}
.widget .recent-news li:not(:last-child) {
margin-bottom: 25px;
}
.widget .recent-news .thumb {
float: left;
margin-right: 20px;
}
.widget .recent-news h6 {
margin: -3px 0 3px;
line-height: 24px;
font-size: 16px;
font-weight: 600;
}
.widget .recent-news h6 a {
color: #1b1d21;
display: block;
}
.widget .recent-news h6 a:before {
display: none;
}
.widget .recent-news h6 a:hover {
color: #00154e;
}
.widget .recent-news .entry-date {
font-size: 14px;
line-height: 1;
font-weight: bold;
color: #b5b5b5;
}
.search-form {
position: relative;
}
.search-form .search-field {
width: 100%;
padding: 0 66px 0 20px;
height: 46px;
line-height: 1;
border-color: #e6e6e6;
}
.search-form .search-submit {
border: none;
position: absolute;
top: 0;
right: 0;
height: 100%;
width: 46px;
outline: none;
text-align: center;
vertical-align: middle;
color: #b5b5b5;
background: #00154e;
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
}
.search-form .search-submit i {
color: #fff;
}
.search-form .search-submit i:before, .search-form .search-submit i:after {
font-size: 16px;
}
.search-form .search-submit:hover {
background: #0ca8b9;
}
.instagram_widget .widget-insta-feeds {
display: table;
}
.instafeed-gallery .instafeed-item {
display: inline-block;
width: 33.33333333%;
}
.instafeed-gallery .instafeed-item a {
display: inline-block;
margin: 5px;
background: #f1f1f1;
}
.instafeed-gallery .instafeed-item a img {
max-width: 100%;
height: auto;
}
.author-widget_wrapper {
position: relative;
max-width: 270px;
}
.author-widget_wrapper .author-widget_info {
padding: 0 30px;
position: absolute;
bottom: 30px;
left: 0;
width: 100%;
}
.author-widget_wrapper .author-widget_title {
margin-bottom: 10px;
color: #fff;
}
.author-widget_wrapper .author-widget_text {
font-size: 14px;
line-height: 28px;
color: #fff;
}
.author-widget_social a {
display: inline-block;
font-size: 12px;
text-align: center;
height: 26px;
width: 26px;
line-height: 26px;
cursor: pointer;
margin-right: 5px;
background-color: #fff;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
}
.author-widget_social a.social-facebook {
color: #2255ee;
}
.author-widget_social a.social-twitter {
color: #4ccef9;
}
.author-widget_social a.social-google {
color: #dd4b39;
}
.author-widget_social a.social-pinterest {
color: #ff2e2e;
}
.author-widget_social a.social-linkedin {
color: #3292ff;
}
.author-widget_social a.social-buffer {
color: #000000;
}
.author-widget_social a.social-digg {
color: #005be2;
}
.author-widget_social a.social-reddit {
color: #ff4500;
}
.author-widget_social a.social-tumbleupon {
color: #eb4924;
}
.author-widget_social a.social-tumblr {
color: #35465c;
}
.author-widget_social a.social-vk {
color: #45668e;
}
.author-widget_social a.social-yummly {
color: #E16120;
}
.author-widget_social a.social-email {
color: #E84231;
}
.author-widget_social a.social-dribbble {
color: #ea4c89;
}
.author-widget_social a.social-instagram {
color: #ff9000;
}
.author-widget_social a.social-youtube {
color: #FF0000;
}
.author-widget_social a.social-pinterest {
color: #E60023;
}
.author-widget_social a:last-child {
margin-right: 0px;
}
.author-widget_social a:hover {
transform: translateY(-3px);
}   .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { display: none;
} .infinity-end.neverending .site-footer {
display: block;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} embed,
iframe,
object {
max-width: 100%;
} .custom-logo-link {
display: inline-block;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
}
.bypostauthor {
color: inherit;
} .gallery-caption {
display: block;
}
.gallery {
margin-bottom: 1.5em;
margin-left: -7px;
margin-right: -7px;
}
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
margin: 0;
padding: 7px;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
display: none;
} .ot-heading {
margin-bottom: 15px;
}
.ot-heading > span {
font-size: 14px;
font-weight: 800;
color: #151b4b;
position: relative;
display: inline-block;
margin-bottom: 2px;
text-transform: uppercase;
}
.ot-heading h2 {
margin-bottom: 0;
line-height: 48px;
}
@media (max-width: 767px) {
.ot-heading > span {
font-size: 12px;
}
.ot-heading h2 {
font-size: 27px;
line-height: 38px;
}
}
@media (max-width: 600px) {
.ot-heading h2 br {
display: none;
}
} .icon-box-s1 .icon-main {
color: #7141b1;
}
.icon-box-s1 .icon-main i, .icon-box-s1 .icon-main span:before {
font-size: 40px;
}
.icon-box-s1 .icon-main img {
width: 40px;
}
.icon-box-s1 h5 {
font-size: 18px;
font-weight: 600;
}
.icon-box-s1 h5 a {
color: #1b1d21;
}
.icon-box-s1 .line-box {
height: 3px;
width: 100%;
background: #efefef;
margin-bottom: 15px;
position: relative;
}
.icon-box-s1 .line-box:after {
content: "";
position: absolute;
right: 0;
top: 0;
width: 0;
background: #7141b1;
height: 100%;
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
}
.icon-box-s1:hover .line-box:after {
left: 0;
right: auto;
width: 100%;
} .icon-box-s2 {
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
}
.icon-box-s2.s1 .icon-main, .icon-box-s2.s3 .icon-main {
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
float: left;
text-align: center;
line-height: 1;
color: #00154e;;
}
.icon-box-s2.s1 .icon-main i, .icon-box-s2.s1 .icon-main span:before, .icon-box-s2.s3 .icon-main i, .icon-box-s2.s3 .icon-main span:before {
font-size: 45px;
}
.icon-box-s2.s1 .icon-main span, .icon-box-s2.s3 .icon-main span {
display: block;
}
.icon-box-s2.s1 .icon-main img, .icon-box-s2.s3 .icon-main img { }
.icon-box-s2.s1 .content-box, .icon-box-s2.s3 .content-box {
padding-left: 75px;
}
.icon-box-s2 .content-box h5 {
margin-bottom: 17px;
font-weight: bold;
}
.icon-box-s2 .content-box h5 a {
color: #1b1d21;
}
.icon-box-s2 .content-box h5 a:hover {
color: #00154e;
}
.icon-box-s2 .content-box p:last-child {
margin-bottom: 0;
}
.icon-box-s2.s2 {
padding: 40px 45px;
position: relative;
overflow: hidden;
}
.icon-box-s2.s2 * {
transition: all 0.2s linear;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
}
.icon-box-s2.s2 .icon-main {
color: #00154e;;
margin-bottom: 30px;
line-height: 1;
}
.icon-box-s2.s2 .icon-main i, .icon-box-s2.s2 .icon-main span:before {
font-size: 40px;
line-height: 1;
}
.icon-box-s2.s2 .icon-main img { margin-top: -5px;
}
.icon-box-s2.s2:before {
content: "";
position: absolute;
width: 0;
height: 100%;
top: 0;
left: 0;
z-index: -1;
opacity: 0;
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
}
.icon-box-s2.s2:after {
content: "";
position: absolute;
width: 0px;
height: 0px;
top: -15px;
right: -15px;
z-index: 1;
opacity: 0;
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
background: #00154e;
}
.icon-box-s2.s2:hover {
background: transparent !important;
box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.1);
-moz-box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.1);
}
.icon-box-s2.s2:hover:before {
width: 100%;
opacity: 1;
}
.icon-box-s2.s2:hover:after {
opacity: 1;
width: 30px;
height: 30px;
}
.icon-box-s2.s2 .content-box h5 {
margin-bottom: 14px;
}
.icon-box-s2.s3 .icon-main {
float: right;
}
.icon-box-s2.s3 .content-box {
text-align: right;
padding-left: 0;
padding-right: 75px;
}
.tech-box {
display: block;
color: #fff;
border: 1px solid rgba(255, 255, 255, 0.3);
padding: 40px 15px 30px;
}
.tech-box .icon-main {
line-height: 1;
margin-bottom: 18px;
}
.tech-box i, .tech-box span:before {
font-size: 55px;
line-height: inherit;
}
.tech-box h5 {
font-size: 16px;
font-weight: 600;
line-height: 1.6;
margin-bottom: 0;
text-transform: uppercase;
color: #fff;
}
.tech-box:hover {
background: #00154e;
border-color: #00154e;
color: #fff;
}
.tech-box:visited {
color: #fff;
}
.ot-image-box {
display: block;
position: relative;
text-align: center;
overflow: hidden;
}
.ot-image-box .overlay {
z-index: 1;
opacity: 1;
background: rgba(16, 120, 165, 0.2);
}
.ot-image-box h4 {
color: #fff;
position: absolute;
top: 50%;
left: 0;
width: 100%;
font-size: 26px;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.ot-image-box img {
filter: grayscale(90%);
}
.ot-image-box:after {
content: "";
position: absolute;
width: 30px;
height: 30px;
top: -15px;
right: -15px;
z-index: 1;
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
background: #00154e;
}
.ot-image-box:hover img {
filter: none;
}
.ot-image-box:hover .overlay {
background: transparent;
}
@media (min-width: 768px) and (max-width: 991px) {
.icon-box-s2.s2 {
padding-left: 34px;
padding-right: 34px;
}
}
@media (max-width: 1024px) {
.icon-box-s2.s2:before {
width: 100%;
}
}
.service-box,
#category-list-inside-post .block {
overflow: hidden;
position: relative;
padding: 15px;
background: #fff;
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
border: 1px solid #e7e7e7;
}
.service-box * {
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
}
.service-box .icon-main {
float: left;
width: 40px;
height: 40px;
line-height: 40px;
margin-top: 5px;
text-align: center;
color: #fff;
background: #00154e;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
}
.service-box .icon-main i, .service-box .icon-main span:before {
font-size: 17px;
}
.service-box .icon-main img {
width: 17px;
}
.service-box .content-box {
padding-left: 73px;
position: relative;
}
.service-box .content-box h5 {
font-size: 18px;
margin-bottom: 5px;
}
.service-box .content-box p:last-child {
margin-bottom: 0;
}
.service-box .big-number {
position: absolute;
right: -7px;
bottom: 0;
font-size: 72px;
font-weight: bold;
font-family: "Montserrat", sans-serif;
line-height: 52px;
color: #f2f2f2;
}
.service-box:hover {
box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.1);
-moz-box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.1);
border-color: transparent;
}
@media (max-width: 600px) {
.service-box .number-box {
float: none;
margin-bottom: 30px;
}
}
.serv-box {
overflow: hidden;
position: relative;
padding: 40px 40px 35px;
background: #fff;
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
border: 1px solid #e7e7e7;
}
.serv-box * {
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
}
.serv-box .icon-main {
position: absolute;
top: -88px;
right: -88px;
width: 188px;
height: 188px;
color: #fff;
background-color: #00deff;
background-image: -moz-linear-gradient(125deg, #00deff, #502a71);
background-image: -webkit-linear-gradient(125deg, #00deff, #502a71);
background-image: linear-gradient(125deg, #00deff, #502a71);
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
}
.serv-box .icon-main i, .serv-box .icon-main span, .serv-box .icon-main img {
position: absolute;
bottom: 42px;
left: 40px;
font-size: 35px;
line-height: 1;
}
.serv-box .icon-main i:before, .serv-box .icon-main span:before, .serv-box .icon-main img:before {
font-size: 35px;
}
.serv-box .icon-main img {
width: 50px;
}
.serv-box .content-box h5 {
font-size: 22px;
line-height: 36px;
font-weight: bold;
padding-right: 60px;
margin-bottom: 10px;
}
.serv-box .content-box ul {
margin-top: 10px;
padding-left: 0;
list-style: none;
font-size: 14px;
font-weight: 800;
text-transform: uppercase;
}
.serv-box .content-box ul li {
padding: 0 20px;
}
.serv-box .content-box ul li a {
color: #1b1d21;
display: inline-block;
line-height: 40px;
position: relative;
}
.serv-box .content-box ul li a:before {
content: "//";
position: absolute;
left: 0;
top: 0;
opacity: 0;
visibility: hidden;
color: #7141b1;
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
}
.serv-box .content-box ul li:hover, .serv-box .content-box ul li.active {
background: #f8f8f8;
}
.serv-box .content-box ul li:hover a, .serv-box .content-box ul li.active a {
color: #7141b1;
padding-left: 15px;
}
.serv-box .content-box ul li:hover a:before, .serv-box .content-box ul li.active a:before {
opacity: 1;
visibility: visible;
}
.serv-box .content-box ul:last-child {
margin-bottom: 0;
}
.serv-box:hover {
box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.1);
-moz-box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.1);
border-color: transparent;
}
.serv-box .overlay {
z-index: 2;
background: transparent;
}
.serv-box-2 {
overflow: hidden;
position: relative;
padding: 43px 30px 65px;
background: #00154e;
color: #aeaacb;
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
}
.serv-box-2 .big-number {
position: absolute;
left: -10px;
top: 0;
font-size: 100px;
font-weight: 800;
font-family: "Montserrat", sans-serif;
line-height: 72px;
color: #1729b3;
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
}
.serv-box-2 .icon-main {
position: absolute;
bottom: -88px;
right: -88px;
width: 188px;
height: 188px;
color: #fff;
background: #1729b3;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
}
.serv-box-2 .icon-main i, .serv-box-2 .icon-main span, .serv-box-2 .icon-main img {
position: absolute;
top: 34px;
left: 35px;
font-size: 35px;
line-height: 1;
}
.serv-box-2 .icon-main i:before, .serv-box-2 .icon-main span:before, .serv-box-2 .icon-main img:before {
font-size: 35px;
}
.serv-box-2 .icon-main img {
width: 65px;
}
.serv-box-2 .content-box {
position: relative;
z-index: 1;
}
.serv-box-2 .content-box h5 {
line-height: 30px;
color: #fff;
margin-bottom: 10px;
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
}
.serv-box-2 .content-box .btn-details {
display: inline-block;
margin-top: 30px;
}
.serv-box-2:hover {
background: #fff;
color: #6d6d6d;
box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.1);
-moz-box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.1);
}
.serv-box-2:hover .big-number {
color: #d0d0d0;
}
.serv-box-2:hover .icon-main {
background: #00154e;
}
.serv-box-2:hover .content-box h5 {
color: #1b1d21;
} .projects-grid, .project-slider {
position: relative;
margin: -15px;
}
.projects-grid:after {
content: "";
display: block;
clear: both;
}
.project-item {
padding-top: 15px;
padding-bottom: 15px;
padding-left: 15px;
padding-right: 15px;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.projects-grid.pf_5_cols .project-item {
width: 20%;
}
.projects-grid.pf_4_cols .project-item {
width: 25%;
}
.projects-grid.pf_2_cols .project-item {
width: 50%;
}
.projects-style-1 .projects-box {
position: relative;
overflow: hidden;
}
.projects-style-1 .projects-box .portfolio-info {
width: 100%;
height: 100%;
position: absolute;
bottom: 0;
left: 0;
background: rgba(12, 41, 53, 0.5);
opacity: 0;
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
}
.projects-style-1 .projects-box .portfolio-info .overlay {
opacity: 1;
background: transparent;
z-index: 0;
}
.projects-style-1 .projects-box .portfolio-info .portfolio-info-inner {
position: absolute;
left: 50%;
bottom: 0;
width: 100%;
padding: 30px 40px;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
}
.projects-style-1 .projects-box .portfolio-info h5 {
color: #fff;
font-size: 24px;
margin-bottom: 7px;
}
.projects-style-1 .projects-box .portfolio-info h5 a {
color: #fff;
}
.projects-style-1 .projects-box .portfolio-info .portfolio-cates {
color: #fff;
font-weight: 700;
font-size: 14px;
text-transform: uppercase;
letter-spacing: 0.5px;
margin-bottom: 0;
}
.projects-style-1 .projects-box .portfolio-info .portfolio-cates a {
color: #fff;
}
.projects-style-1 .projects-box .portfolio-info .portfolio-cates span {
display: inline-block;
margin-left: 4px;
margin-right: 4px;
}
.projects-style-1 .projects-box .portfolio-info .portfolio-cates span:last-child {
display: none;
}
.projects-style-1 .projects-box:hover .portfolio-info {
opacity: 1;
}
.projects-style-1 .projects-box .projects-thumbnail {
overflow: hidden;
}
.projects-style-1 .projects-box img {
width: 100%;
height: auto;
display: block;
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
}
.projects-style-1 .projects-box:hover img {
-webkit-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05);
filter: grayscale(90%);
}
.projects-style-2 .projects-box {
position: relative;
display: block;
overflow: hidden;
}
.projects-style-2 .projects-box .portfolio-info {
min-width: 310px;
width: calc(100% - 60px);
margin: auto;
position: absolute;
bottom: -50px;
left: 50%;
text-align: center;
background: #262051;
padding: 26px 30px 18px;
opacity: 0;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
}
.projects-style-2 .projects-box .portfolio-info h5 {
color: #fff;
font-size: 20px;
font-weight: 600;
margin-bottom: 7px;
}
.projects-style-2 .projects-box .portfolio-info h5 a {
color: #fff;
}
.projects-style-2 .projects-box .portfolio-info .portfolio-cates {
color: #aeaacb;
font-weight: 700;
font-size: 14px;
text-transform: uppercase;
letter-spacing: 0.5px;
margin-bottom: 0;
}
.projects-style-2 .projects-box .portfolio-info .portfolio-cates a {
color: #aeaacb;
}
.projects-style-2 .projects-box .portfolio-info .portfolio-cates span {
display: inline-block;
margin-left: 4px;
margin-right: 4px;
}
.projects-style-2 .projects-box .portfolio-info .portfolio-cates span:last-child {
display: none;
}
.projects-style-2 .projects-box .portfolio-info.full-width {
width: 100%;
transform: none;
left: 0;
}
.projects-style-2 .projects-box:hover .portfolio-info {
bottom: 0;
opacity: 1;
}
.projects-style-2 .projects-box .projects-thumbnail {
overflow: hidden;
}
.projects-style-2 .projects-box .projects-thumbnail .overlay {
background: rgba(12, 41, 53, 0.5);
opacity: 0;
z-index: 0;
}
.projects-style-2 .projects-box img {
width: 100%;
height: auto;
display: block;
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
}
.projects-style-2 .projects-box:hover img {
-webkit-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05);
} .project-slider .projects-box {
overflow: visible;
margin-bottom: 50px;
}
.project-slider .projects-box .portfolio-info {
opacity: 1;
z-index: 1;
text-align: left;
width: calc(100% - 70px);
padding-top: 28px;
padding-bottom: 20px;
overflow: hidden;
}
.project-slider .projects-box .portfolio-info h5 {
font-size: 22px;
}
.project-slider .projects-box .portfolio-info.full-width {
width: 100%;
transform: none;
left: 0;
}
.project-slider .projects-box .portfolio-info .btn-link {
position: absolute;
right: -94px;
top: -100px;
width: 188px;
height: 188px;
background: rgba(255, 255, 255, 0.07);
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
}
.project-slider .projects-box .portfolio-info .btn-link i {
position: absolute;
bottom: 45px;
left: 50px;
line-height: 1;
color: #00154e;
}
.project-slider .projects-box .portfolio-info .btn-link i:before {
font-size: 18px;
}
.project-slider .projects-box .projects-thumbnail {
overflow: hidden;
}
.project-slider .projects-box .projects-thumbnail .overlay {
background: rgba(12, 41, 53, 0.5);
opacity: 0;
z-index: 0;
}
.project-slider .projects-box:hover .portfolio-info {
bottom: -50px;
}
.project-slider .projects-box:hover .portfolio-info .btn-link {
background: #00154e;
}
.project-slider .projects-box:hover .portfolio-info .btn-link i {
color: #fff;
}
.project-slider .projects-box:hover .projects-thumbnail img {
filter: grayscale(90%);
}
.project-slider .projects-box:hover .projects-thumbnail .overlay {
opacity: 1;
}
.project-slider .slick-arrow {
left: 15px;
height: 65px;
width: 50px;
background: #fff;
}
.project-slider .slick-arrow.next-nav {
left: auto;
right: 15px;
}
.project-slider .slick-arrow:hover {
background: #43baff;
color: #fff;
} .project_filters {
position: relative;
width: 100%;
text-align: center;
margin-bottom: 30px;
padding-left: 0;
}
.project_filters:after {
content: "";
display: block;
clear: both;
}
.project_filters li {
display: inline-block;
text-align: center;
margin-left: 20px;
margin-right: 20px;
margin-bottom: 5px;
}
.project_filters li:last-child {
margin-right: 0;
}
.project_filters li:first-child {
margin-left: 0;
}
.project_filters li a {
position: relative;
display: inline-block;
letter-spacing: 1px;
font-size: 18px;
font-weight: 600;
line-height: 1;
text-align: center;
outline: none;
color: #1b1d21;
padding-bottom: 10px;
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
}
.project_filters li a:hover, .project_filters li a.selected {
color: #7141b1;
}
.project_filters li a:after {
position: absolute;
height: 3px;
width: 0%;
right: 0px;
bottom: 0px;
background-color: #7141b1;
content: "";
display: block;
border-radius: 1.5px;
-webkit-border-radius: 1.5px;
-moz-border-radius: 1.5px;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
}
.project_filters li a:hover:after, .project_filters li a.selected:after {
opacity: 1;
left: 0;
right: auto;
width: 100%;
}  .isotope-item {
z-index: 2;
}
.isotope-hidden.isotope-item {
pointer-events: none;
z-index: 1;
} .isotope,
.isotope .isotope-item {
-webkit-transition-duration: 0.6s;
-moz-transition-duration: 0.6s;
-ms-transition-duration: 0.6s;
-o-transition-duration: 0.6s;
transition-duration: 0.6s;
}
.isotope {
-webkit-transition-property: height, width;
-moz-transition-property: height, width;
-ms-transition-property: height, width;
-o-transition-property: height, width;
transition-property: height, width;
}
.isotope .isotope-item {
-webkit-transition-property: -webkit-transform, opacity;
-moz-transition-property: -moz-transform, opacity;
-ms-transition-property: -ms-transform, opacity;
-o-transition-property: -o-transform, opacity;
transition-property: transform, opacity;
} .isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
-webkit-transition-duration: 0s;
-moz-transition-duration: 0s;
-ms-transition-duration: 0s;
-o-transition-duration: 0s;
transition-duration: 0s;
} .project-bottom {
padding-top: 42px;
}
.single-portfolio-navigation {
padding-top: 50px;
border-top: 1px solid #e5e5e5;
}
.single-portfolio-navigation .post-nav .post-prev {
margin: 0;
}
.single-portfolio-navigation .post-nav .post-prev:hover a {
padding-left: 50px;
}
.single-portfolio-navigation .post-nav .post-next {
margin: 0;
}
.single-portfolio-navigation .post-nav .post-next:hover a {
padding-right: 50px;
}
.single-portfolio-navigation .post-nav a {
min-height: 48px;
}
.single-portfolio-navigation .post-nav a:before {
line-height: 48px;
height: 48px;
}
.portfolio-related-posts-wrap {
padding-top: 70px;
}
.portfolio-related-title-wrap h2 {
margin-bottom: 30px;
}
@media only screen and (max-width: 993px) {
.projects-col3 .project-item,
.projects-grid.pf_4_cols .project-item,
.projects-grid.pf_5_cols .project-item {
width: 50%;
}
.project-slider .project-item {
width: auto;
}
}
@media only screen and (max-width: 768px) {
.projects-box .portfolio-info {
right: 0;
opacity: 1;
}
.projects-style-1 .projects-box .portfolio-info .portfolio-info-inner {
padding: 30px;
}
.projects-style-1 .projects-box .portfolio-info h5 {
font-size: 20px;
}
.projects-style-1 .projects-box .portfolio-info .portfolio-cates {
font-size: 12px;
}
}
@media only screen and (max-width: 600px) {
.portfolio-related-title-wrap h2 {
font-size: 30px;
}
}
.post-carousel {
margin: 0 -15px;
}
.post-carousel .post-box:hover {
box-shadow: none;
}
.post-carousel .post-box:hover .inner-post {
border-color: #e7e7e7;
}
.post-carousel .post-inner {
margin: 0 15px;
}
.pgrid .post-inner {
margin-bottom: 0;
}
.pgrid .inner-post {
padding: 0 20px 20px;
}
.pgrid .inner-post .entry-meta {
margin-bottom: 10px;
}
.pgrid .inner-post .comment-num {
display: none;
}
.pgrid .inner-post h3 {
font-size: 20px;
line-height: 26px;
font-weight: bold;
margin-bottom: 20px;
}
.pgrid .inner-post .btn-readmore {
margin-top: 0;
}
@media only screen and (max-width: 991px) {
.pgrid .post-box {
margin-bottom: 30px;
}
}
@media only screen and (max-width: 767px) {
.pgrid .entry-media img {
width: 100%;
}
}
.contact-info {
font-size: 16px;
overflow: hidden;
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
}
.contact-info h6 {
font-size: 16px;
margin-bottom: 5px;
}
.contact-info i {
font-size: 30px;
margin-top: 2px;
line-height: 1;
float: left;
color: #00154e;
}
.contact-info i:before {
font-size: 30px;
}
.contact-info img {
width: 30px;
margin-top: 3px;
float: left;
}
.contact-info p {
margin-bottom: 0;
}
.contact-info .info-text {
padding-left: 50px;
font-weight: 500;
}
.contact-info.box-style1 { margin-bottom: 30px;
}
.contact-info.box-style1:last-child {
margin-bottom: 0;
} .contact-info.box-style2 {
text-align: center;
font-size: 18px;
}
.contact-info.box-style2 h6 {
font-family: "Nunito Sans", sans-serif;
font-weight: 400;
text-transform: none;
}
.contact-info.box-style2 i {
float: none;
margin-top: 0px;
vertical-align: bottom;
}
.contact-info.box-style2 .box-icon {
margin-bottom: 25px;
}
.contact-info.box-style2 p {
margin-bottom: 15px;
}
.border-left .box-style2, .border-right .box-style2 {
position: relative;
}
.border-left .box-style2:before {
position: absolute;
height: 70%;
width: 1px;
left: 0;
bottom: 12%;
background: rgba(255, 255, 255, 0.1);
content: "";
display: block;
}
.border-right .box-style2:after {
position: absolute;
height: 70%;
width: 1px;
right: 0;
bottom: 12%;
background: rgba(255, 255, 255, 0.1);
content: "";
display: block;
}
@media only screen and (max-width: 1024px) {
.contact-info.box-style1:hover {
box-shadow: none;
}
}
@media only screen and (max-width: 992px) {
.border-right .box-style2:after,
.border-right .box-style2:before {
display: none;
}
}
.ot-accordions .acc-item {
margin-bottom: 20px;
background: #fff;
}
.ot-accordions .acc-item .acc-toggle {
cursor: pointer;
display: block;
overflow: hidden;
font-family: "Montserrat", sans-serif;
font-weight: 600;
color: #1b1d21;
background: #f6f6f6;
padding: 12px 20px 12px 20px;
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
}
.ot-accordions .acc-item .acc-toggle i {
float: right;
text-align: center;
line-height: 30px;
font-size: 10px;
color: #b6b6b6;
}
.ot-accordions .acc-item .acc-toggle i.up {
display: none;
}
.ot-accordions .acc-item .acc-toggle i:before {
font-size: 14px;
}
.ot-accordions .acc-item .acc-toggle:hover {
color: #43baff;
}
.ot-accordions .acc-item .acc-content {
display: none;
padding: 20px 20px 0;
}
.ot-accordions .acc-item .acc-content p:last-child, .ot-accordions .acc-item .acc-content ul:last-child {
margin-bottom: 0;
}
.ot-accordions .acc-item.current {
border-radius: 25px;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
}
.ot-accordions .acc-item.current .acc-toggle {
color: #43baff;
}
.ot-accordions .acc-item.current .acc-toggle i {
color: #43baff;
}
.ot-accordions .acc-item.current .acc-toggle i.down {
display: none;
}
.ot-accordions .acc-item.current .acc-toggle i.up {
display: inherit;
}
.ot-accordions .acc-item:last-child {
margin-bottom: 0;
}
.support-box {
position: relative;
}
.support-box .inner-box {
position: relative;
transition: all 0.5s linear;
-webkit-transition: all 0.5s linear;
-moz-transition: all 0.5s linear;
-o-transition: all 0.5s linear;
-ms-transition: all 0.5s linear;
transform-style: preserve-3d;
box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.2);
-moz-box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.2);
}
.support-box .inner-box > div {
backface-visibility: hidden;
transition: all 0.5s linear;
-webkit-transition: all 0.5s linear;
-moz-transition: all 0.5s linear;
-o-transition: all 0.5s linear;
-ms-transition: all 0.5s linear;
}
.support-box h3 {
font-weight: bold;
position: absolute;
width: 100%;
text-align: center;
bottom: 45px;
margin-bottom: 0;
color: #fff;
}
.support-box .number-box {
font-family: "Montserrat", sans-serif;
font-weight: bold;
font-size: 100px;
line-height: 1;
position: absolute;
bottom: 28px;
right: 15px;
color: rgba(255, 255, 255, 0.2);
}
.support-box .overlay {
z-index: 1;
opacity: 1;
text-align: center;
padding: 20px 30px;
background: #262051;
color: #aeaacb;
-webkit-transform: rotateY(180deg);
-ms-transform: rotateY(180deg);
transform: rotateY(180deg);
}
.support-box .overlay span {
z-index: -1;
}
.support-box:hover .inner-box {
-webkit-transform: rotateY(180deg);
-ms-transform: rotateY(180deg);
transform: rotateY(180deg);
}
.support-box:hover .inner-box .content-box {
opacity: 0;
}
.ot-counter {
font-family: "Montserrat", sans-serif;
font-weight: 800;
color: #1b1d21;
display: inline-block;
text-align: left;
}
.ot-counter span {
font-size: 48px;
line-height: 1;
}
.ot-counter span.num {
padding-left: 20px;
}
.ot-counter h6 {
font-family: "Nunito Sans", sans-serif;
font-size: 14px;
text-transform: uppercase;
color: #43baff;
margin-top: 13px;
margin-bottom: 0;
padding-left: 20px;
letter-spacing: 1px;
display: inline-block;
position: relative;
}
.ot-counter h6:before {
content: "";
position: absolute;
width: 7px;
height: 7px;
left: 0;
top: 50%;
margin-top: -4px;
background: #43baff;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
}
.ot-counter.s2 h6 {
margin-bottom: 13px;
margin-top: 0;
}
.ot-counter2 {
padding: 110px 60px 120px;
position: relative;
background: #f8f8f8;
}
.ot-counter2 .s-num {
font-family: "Montserrat", sans-serif;
font-weight: 800;
font-size: 48px;
line-height: 1;
color: #43baff;
margin-bottom: 18px;
}
.ot-counter2 h6 {
font-size: 24px;
font-weight: 800;
margin-bottom: 10px;
}
.ot-counter2 p {
font-size: 18px;
}
.ot-counter2 .b-num {
font-size: 150px;
line-height: 106px;
font-family: "Montserrat", sans-serif;
font-weight: 800;
position: absolute;
right: 0;
bottom: 0;
color: #fff;
}
.team-wrap {
text-align: center;
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
background: #f8f8f8;
}
.team-wrap .team-info {
padding: 25px 10px;
}
.team-wrap h4 {
font-size: 22px;
margin-bottom: 0;
}
.team-wrap h4 a {
color: #1b1d21;
}
.team-wrap span {
text-transform: uppercase;
font-size: 14px;
font-weight: bold;
color: #797979;
}
.team-wrap .team-thumb {
position: relative;
}
.team-wrap .team-social {
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 100%;
justify-content: flex-end;
overflow: hidden;
}
.team-wrap .team-social > div {
padding: 3px 17px;
background: #262051;
transform: translateX(100%);
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
}
.team-wrap .team-social a {
display: block;
color: #9390a8;
font-size: 14px;
line-height: 1;
margin: 20px 0;
}
.team-wrap .team-social a:hover {
color: #43baff;
}
.team-wrap:hover {
background: #fff;
box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.1);
-moz-box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.1);
}
.team-wrap:hover .team-social > div {
transform: translateX(0);
}
.member-info {
list-style: none;
font-size: 18px;
padding-left: 0;
}
.member-info li {
padding-bottom: 10px;
}
.member-form {
padding: 40px 50px;
}
.member-form h2 {
margin-bottom: 5px;
}
.member-form input[type=text],
.member-form input[type=email] {
width: 100%;
}
.ot-pricing-table {
position: relative;
overflow: hidden;
padding: 45px 48px 48px;
border: 1px solid #e7e7e7;
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
}
.ot-pricing-table * {
transition: all 0.2s linear;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
}
.ot-pricing-table .icon-main {
position: absolute;
top: -80px;
right: -88px;
width: 188px;
height: 188px;
color: #fff;
background-color: #00deff;
background-image: -moz-linear-gradient(125deg, #00deff, #502a71);
background-image: -webkit-linear-gradient(125deg, #00deff, #502a71);
background-image: linear-gradient(125deg, #00deff, #502a71);
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
}
.ot-pricing-table .icon-main i, .ot-pricing-table .icon-main span, .ot-pricing-table .icon-main img {
position: absolute;
bottom: 45px;
left: 40px;
font-size: 35px;
line-height: 1;
}
.ot-pricing-table .icon-main i:before, .ot-pricing-table .icon-main span:before, .ot-pricing-table .icon-main img:before {
font-size: 35px;
}
.ot-pricing-table .icon-main img {
width: 35px;
}
.ot-pricing-table .inner-table .title-table {
font-size: 24px;
font-weight: 800;
}
.ot-pricing-table .inner-table h2 {
font-size: 48px;
font-weight: 800;
line-height: 1;
color: #43baff;
margin-bottom: 5px;
position: relative;
display: inline-block;
padding-left: 27px;
}
.ot-pricing-table .inner-table h2 sup {
position: absolute;
top: 15px;
left: 5px;
font-size: 50%;
font-weight: 600;
}
.ot-pricing-table .inner-table > span {
color: #ababab;
font-weight: 600;
margin-bottom: 30px;
display: block;
}
.ot-pricing-table .inner-table .details {
padding-top: 25px;
padding-bottom: 30px;
border-top: 1px solid #e5e5e5;
font-weight: 600;
color: #ababab;
}
.ot-pricing-table .inner-table .details ul {
list-style: none;
margin-bottom: 0;
padding: 0;
line-height: 42px;
}
.ot-pricing-table .inner-table .details ul li:before {
content: "";
font-family: "Flaticon";
font-size: 15px;
font-weight: 400;
margin-right: 20px;
}
.ot-pricing-table .inner-table .details ul li.active {
color: #1b1d21;
}
.ot-pricing-table .inner-table .details ul li.active:before {
color: #43baff;
}
.ot-pricing-table .inner-table .details.no-icon ul li:before {
display: none;
}
.ot-pricing-table .octf-btn:hover {
background: #fff;
color: #7141b1;
}
.ot-pricing-table:hover {
background: #262051;
color: #fff;
}
.ot-pricing-table:hover .details {
border-color: rgba(255, 255, 255, 0.15);
color: #8e88b8;
}
.ot-pricing-table:hover h4,
.ot-pricing-table:hover .details ul li.active {
color: #fff;
}
.ot-pricing-table:hover .inner-table > span {
color: #8e88b8;
}
@media (min-width: 1025px) and (max-width: 1199px) {
.ot-pricing-table {
padding: 35px 20px;
}
.ot-pricing-table .inner-table .title-table {
font-size: 20px;
}
.ot-pricing-table .inner-table h2 {
font-size: 40px;
}
}
@media (max-width: 1024px) {
.ot-pricing-table {
padding: 45px;
max-width: 330px;
margin: auto;
}
}
@media (max-width: 767px) {
.ot-pricing-table {
max-width: 470px;
}
}
@media (max-width: 479px) {
.ot-pricing-table {
padding: 33px;
}
.ot-pricing-table .inner-table .details {
font-size: 14px;
}
}
.ot-testimonials {
margin: 0 -15px;
}
.ot-testimonials .testi-item {
padding: 0 15px;
position: relative;
}
.ot-testimonials .layer1 {
background: #f8f8f8;
position: absolute;
left: 30px;
bottom: -20px;
width: calc(100% - 55px);
height: 100%;
z-index: -1;
box-shadow: 3px 3px 13px 0px rgba(0, 0, 0, 0.1);
}
.ot-testimonials .layer2 {
background: #fff;
padding: 40px;
margin-bottom: 40px;
box-shadow: 3px 3px 13px 0px rgba(0, 0, 0, 0.1);
}
.ot-testimonials .t-head {
overflow: hidden;
justify-content: normal;
}
.ot-testimonials .t-head img {
margin-right: 30px;
}
.ot-testimonials .t-head h6 {
font-size: 20px;
margin-bottom: 2px;
}
.ot-testimonials .t-head span {
color: #9f9f9f;
}
.ot-testimonials .ttext {
margin-top: 23px;
}
@media (max-width: 480px) {
.ot-testimonials .layer2 {
padding: 25px;
}
.ot-testimonials .t-head img {
margin-right: 20px;
width: 80px;
}
}
.ot-progress {
font-weight: 700;
font-size: 14px;
text-transform: uppercase;
color: #1b1d21;
}
.ot-progress .pname {
margin-bottom: 10px;
}
.ot-progress .iprogress {
height: 8px;
margin-bottom: 6px;
position: relative;
}
.ot-progress .iprogress:after {
content: "";
position: absolute;
top: 13px;
left: 0;
width: 100%;
height: 1px;
background: #dadada;
}
.ot-progress .progress-bar {
height: 100%;
width: 0;
background: #43baff;
transition: all 0.6s linear;
-webkit-transition: all 0.6s linear;
-moz-transition: all 0.6s linear;
-o-transition: all 0.6s linear;
-ms-transition: all 0.6s linear;
}
.circle-progress {
justify-content: left;
}
.circle-progress .inner-bar {
position: relative;
display: inline-block;
line-height: 1;
}
.circle-progress .inner-bar > span {
position: absolute;
width: 100%;
line-height: 1;
top: 50%;
left: 0;
text-align: center;
font-family: "Montserrat", sans-serif;
font-weight: 800;
font-size: 30px;
margin-top: -15px;
color: #1b1d21;
}
.circle-progress .inner-bar canvas {
display: block;
}
.circle-progress .inner-bar:after {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
border-radius: 50%;
z-index: -1;
border: 1px solid #dadada;
}
.circle-progress h4 {
display: block;
font-size: 16px;
line-height: 26px;
margin-left: 20px;
margin-bottom: 0;
}
.circle-progress.tbottom h4 {
margin: 10px 0 0;
}
.easyPieChart {
position: relative;
text-align: center;
}
.easyPieChart canvas {
position: absolute;
top: 0;
left: 0;
}
.message-box {
padding: 10px;
overflow: hidden;
position: relative;
background: #fff;
box-shadow: 15px 15px 38px 0px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 15px 15px 38px 0px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 15px 15px 38px 0px rgba(0, 0, 0, 0.1);
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
}
.message-box .icon-main {
float: left;
font-size: 20px;
width: 46px;
height: 46px;
line-height: 46px;
text-align: center;
color: #fff;
background: #0160e7;
}
.message-box .icon-main span:before {
font-size: 20px;
}
.message-box .content-box {
padding-left: 66px;
}
.message-box .content-box h6 {
margin-bottom: 8px;
}
.message-box .content-box p {
margin-bottom: 0;
line-height: 1;
}
.message-box > i {
position: absolute;
top: 50%;
right: 20px;
line-height: 1;
margin-top: -7px;
color: #a5b7d2;
cursor: pointer;
}
.message-box > i:before {
font-size: 13px;
}
@media (max-width: 600px) {
.message-box > i {
top: 15px;
right: 10px;
}
.message-box .content-box p {
line-height: 1.4;
}
}
.ot-countdown {
text-align: center;
font-size: 24px;
display: flex;
margin-bottom: 0;
color: #fff;
}
.ot-countdown li {
display: inline-block;
vertical-align: top;
line-height: 1;
flex-grow: 1;
flex-basis: 0;
}
.ot-countdown li span {
font-size: 100px;
font-weight: 900;
font-family: "Montserrat", sans-serif;
display: block;
margin-bottom: 23px;
}
.ot-countdown li p {
margin-bottom: 0;
}
.ot-countdown li.seperator {
font-size: 100px;
font-weight: 500;
margin-top: -8px;
color: #43baff;
}
.cs-form {
text-align: center;
margin: 0 auto;
overflow: hidden;
max-width: 515px;
}
.cs-form > span.wpcf7-form-control-wrap {
float: left;
}
.cs-form > span.wpcf7-form-control-wrap .wpcf7-text {
background: rgba(255, 255, 255, 0.15);
color: #fff;
}
.cs-form > span.wpcf7-form-control-wrap .wpcf7-text::placeholder {
color: #fff;
}
.cs-form .octf-btn {
float: right;
}
.cs-form + div {
max-width: 515px;
margin-left: auto !important;
margin-right: auto !important;
}
@media (max-width: 767px) {
.ot-countdown {
font-size: 16px;
}
.ot-countdown li span,
.ot-countdown li.seperator {
font-size: 42px;
}
.ot-countdown li span {
margin-bottom: 15px;
}
.ot-countdown li.seperator {
line-height: 55px;
}
}
@media (max-width: 600px) {
.cs-form > span.wpcf7-form-control-wrap {
float: none;
display: block;
}
.cs-form .octf-btn {
float: none;
margin-top: 15px;
}
}
.video-popup a {
position: relative;
width: 65px;
height: 65px;
display: inline-block;
background: #fff;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
text-align: center;
line-height: 65px;
color: #43baff;
}
.video-popup a i {
margin-left: 8%;
}
.video-popup a i:before {
font-size: 21px;
}
.video-popup a:hover {
background: #43baff;
color: #fff;
}
.video-popup a:hover span {
border-color: #43baff;
}
.video-popup a span {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 1px solid rgba(255, 255, 255, 0.8);
animation: circle-fade-before 2s infinite ease-in-out;
-webkit-animation: circle-fade-before 2s infinite ease-in-out;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
}
.video-popup a .circle-2 {
animation: circle-fade-after 2s infinite ease-in-out;
-webkit-animation: circle-fade-after 2s infinite ease-in-out;
}
.video-popup > span {
margin-left: 15px;
font-size: 14px;
text-transform: uppercase;
font-weight: 800;
color: #1b1d21;
font-family: "Montserrat", sans-serif;
letter-spacing: 0.5px;
}
.video-popup .btn-inner {
display: inline-block;
border-radius: 50%;
}
@keyframes circle-fade-before {
0% {
transform: scale(1);
opacity: 1;
}
100% {
transform: scale(1.8);
opacity: 0;
}
}
@keyframes circle-fade-after {
0% {
transform: scale(1);
opacity: 1;
}
100% {
transform: scale(2.5);
opacity: 0;
}
}
.ot-tabs .tabs-heading {
margin: 0 -5px;
overflow: hidden;
}
.ot-tabs .tab-link {
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
font-size: 14px;
padding: 14px 30px 14px 30px;
line-height: 1.42857143;
display: inline-block;
margin-bottom: 0;
text-decoration: none;
text-transform: uppercase;
white-space: nowrap;
vertical-align: middle;
font-weight: bold;
text-align: center;
background: #00154e;
cursor: pointer;
border: 1px solid transparent;
color: #fff;
outline: none;
min-width: 130px;
background: #f6f6f6;
color: #1b1d21;
margin: 0 5px;
float: left;
font-weight: 800;
cursor: pointer;
}
.ot-tabs .tab-link:visited {
color: #fff;
}
.ot-tabs .tab-link:hover, .ot-tabs .tab-link:focus {
background: #00154e;
color: #fff;
}
.ot-tabs .tab-link.current, .ot-tabs .tab-link:hover {
background: #00154e;
color: #fff;
}
.ot-tabs .tab-link.current span, .ot-tabs .tab-link:hover span {
color: #fff;
}
.ot-tabs .tab-content {
display: none;
padding: 0;
}
.ot-tabs .tab-content.current {
display: inherit;
}
.ot-tabs p:last-child {
margin-bottom: 0;
}
.otf-social-share a {
display: inline-block;
font-size: 18px;
text-align: center;
padding: 10px;
margin-right: 10px;
cursor: pointer;
line-height: 1;
margin-right: 5px;
background-color: #222;
color: #fff;
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
}
.otf-social-share a i {
width: 1em;
height: 1em;
position: relative;
display: block;
}
.otf-social-share a:hover {
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-webkit-transform: translateY(-5px);
-ms-transform: translateY(-5px);
transform: translateY(-5px);
}
.otf-social-share a:last-child {
margin-right: 0px;
}
.otf-social-share a.share-facebook {
background-color: #4661c5;
}
.otf-social-share a.share-twitter {
background-color: #44b1e4;
}
.otf-social-share a.share-google {
background-color: #dd4b39;
}
.otf-social-share a.share-pinterest {
background-color: #ff2e2e;
}
.otf-social-share a.share-linkedin {
background-color: #0073B0;
}
.otf-social-share a.share-buffer {
background-color: #000000;
}
.otf-social-share a.share-digg {
background-color: #005be2;
}
.otf-social-share a.share-reddit {
background-color: #ff4500;
}
.otf-social-share a.share-tumbleupon {
background-color: #eb4924;
}
.otf-social-share a.share-tumblr {
background-color: #35465c;
}
.otf-social-share a.share-vk {
background-color: #45668e;
}
.otf-social-share a.share-yummly {
background-color: #E16120;
}
.otf-social-share a.share-email {
background-color: #E84231;
}
.otf-social-share a.share-print {
background-color: #4982C3;
}
.otf-social-share.shape-rounded a {
border-radius: 10%;
-webkit-border-radius: 10%;
-moz-border-radius: 10%;
}
.otf-social-share.shape-circle a {
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
}
.ot-industries .indus-item {
padding: 15px 50px 50px;
}
.ot-industries .indus-item .item-inner {
box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.1);
-moz-box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.1);
padding: 45px 70px 45px 110px;
position: relative;
}
.ot-industries .indus-item .item-inner .i-image {
position: absolute;
left: -70px;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.ot-industries .indus-item .item-inner h6 {
font-weight: 800;
margin-bottom: 15px;
}
.ot-industries .indus-item .item-inner .overlay {
opacity: 1;
overflow: hidden;
background: transparent;
}
.ot-industries .indus-item .item-inner .overlay:after {
content: "";
position: absolute;
width: 30px;
height: 30px;
top: -15px;
right: -15px;
z-index: 1;
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
background: #43baff;
}
@media only screen and (max-width: 1400px) {
.ot-industries .indus-item .item-inner .i-image {
left: -50px;
}
}
@media only screen and (max-width: 479px) {
.ot-industries .indus-item {
padding: 15px 30px 50px;
}
.ot-industries .indus-item .item-inner {
padding: 30px;
}
.ot-industries .indus-item .item-inner .i-image {
display: none;
}
}
.wpcf7 .main-form {
padding: 60px 48px;
background-color: #00154e;
color: #fff;
}
.wpcf7 .main-form h2 {
color: #fff;
margin-bottom: 10px;
}
.wpcf7 .main-form p {
color: #fff;
}
.wpcf7 .main-form .font14 {
margin-bottom: 30px;
}
.wpcf7 .main-form input,
.wpcf7 .main-form textarea {
width: 100%;
background: rgba(255, 255, 255, 0.3);
color: #fff;
border: none;
}
.wpcf7 .main-form input::placeholder,
.wpcf7 .main-form textarea::placeholder {
color: #fff;
}
.wpcf7 .main-form button {
font-weight: 800;
}
.wpcf7 .main-form button:hover {
background: #0ca8b9;
}
.wpcf7 .main-form p:last-child {
margin-bottom: 0;
}
.wpcf7 div.wpcf7-response-output {
margin: 20px 0 0;
}
.wpcf7 span.wpcf7-not-valid-tip {
display: none;
}
.wpcf7 .wpcf7-not-valid {
border: 1px solid #f00;
}
.wpcf7 div.wpcf7-validation-errors,
.wpcf7 div.wpcf7-acceptance-missing {
background: #f7e700;
color: #000;
}
.wpcf7 div.wpcf7-mail-sent-ok {
background: #398f14;
color: #fff;
}
.partners .swiper-slide-image {
-webkit-filter: contrast(0%);
filter: contrast(0%);
opacity: 0.7;
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
}
.partners .swiper-slide-image:hover {
-webkit-filter: none; filter: none;
opacity: 1;
}
div.swiper-container-horizontal > .swiper-pagination-bullets,
div.swiper-pagination-custom, .swiper-pagination-fraction {
bottom: 30px;
}
@media (min-width: 1025px) and (max-width: 1199px) {
.ot-tabs .tab-link {
min-width: 116px;
padding: 14px 25px;
}
}
@media only screen and (max-width: 480px) {
.wpcf7 .main-form {
padding: 30px;
}
.ot-tabs .tab-link {
float: none;
display: block;
margin-bottom: 10px;
}
} .owl-theme .owl-dots .owl-dot {
background: none;
border: none;
padding: 0;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
background: #7141b1;
}
.owl-theme .owl-dots .owl-dot:focus {
outline: none;
}
.owl-theme .owl-nav.disabled + .owl-dots {
margin-top: 40px;
}
.text-white span, .text-white h2 {
color: #fff;
} .bg-light-1 {
background-color: #F8F8F8;
}
.bg-light-2 {
background-color: #F2F2F2;
}
.bg-dark-primary {
background-color: #221F3C;
}
.text-primary-light {
color: #8E88B8!important;
}
.page-header {
background-image: url(//www.spsistemi.hr/wp-content/themes/spsistemitheme/images/full-width-bg-default.jpg);
} .header-fullwidth .octf-area-wrap {
padding-left: 50px;
padding-right: 50px;
}
.topbar-right ul{
display: inline-block;
padding-left: 0;
list-style: none;
margin: 0;
margin-left: 21px;
}
.topbar-right .extra-text {
color: #B5B5B5;
font-size: 14px;
font-weight: 400;
} .btn-slider {
line-height: 18px;
border: none;
}
.post-inner .btn-slider {
padding: 8px 16px;
}
.bullet-home-1 {
width: 1200px!important;
}
.tp-bullets.bullet-home-1 {
margin-right: auto;
margin-left: auto;
position: relative;
}
.bullet-home-1:after{
content: "/0"counter(item);
position: absolute;
left: 23px;
top: 0;
color: #fff;
font-size: 18px;
line-height: 1;
}
.bullet-home-1 .tp-bullet{
counter-increment: item;
font-size: 18px;
line-height: 1;
color: #fff;
background: transparent;
visibility: hidden;
width: auto;
height: auto;
left: 0!important;
}
.bullet-home-1 .tp-bullet.selected{
visibility: visible;
}
.bullet-home-1 .tp-bullet:before{
content: "0"counter(item);
}
div.tp-bullet.selected, div.tp-bullet:hover {
background: transparent;
}
@media (max-width: 1200px) {
.tparrows.nav-home-1 {
transform: none !important;
top: auto!important;
bottom: 46px!important;
display: none;
}
.tp-leftarrow.nav-home-1 {
left: 15px!important;
display: none;
}
.tp-rightarrow.nav-home-1 {
left: 115px!important;
display: none;
}
}
@media (max-width: 1200px) {
.tparrows.nav-home-1 {
bottom: 48px!important;
}
}
@media (max-width: 767px) {
.bullet-home-1 .tp-bullet,
.bullet-home-1:after{
font-size: 14px;
}
.tp-leftarrow.nav-home-1 {
left: 15px!important;
}
.tp-rightarrow.nav-home-1 {
left: 60px!important;
}
}
.nav-home-1.tparrows {
cursor:pointer;
background: transparent;
position:absolute;
display:block;
z-index:1000;
transition: 0.3s;
}
.nav-home-1.tparrows:hover:before {
color: #43baff
}
.nav-home-1.tparrows:before {
font-family: Flaticon;
font-size:18px;
color:#fff;
display:block;
text-align: center;
}
.nav-home-1.tparrows.tp-leftarrow:before {
content: "\f107";
}
.nav-home-1.tparrows.tp-rightarrow:before {
content: "\f10a";
}
.tparrows.nav-home-1 {
width: auto;
z-index: 1111;
}
.tparrows.nav-home-1:hover {
background-color: transparent;
}
.partners-slide figure {
margin: 0;
} .partners-slide img:hover {
-webkit-filter: none;
filter: none;
opacity: 1;
}
.owl-carousel .owl-item img {
width: auto;
}
.home-about-btn {
margin-left: 100px;
}
.home-about-video {
background-image: url(https://via.placeholder.com/569x400.png);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
text-align: center;
min-height: 400px;
margin-bottom: 45px;
box-shadow: 3px 3px 30px 0px rgba(0, 0, 0, 0.3);
}
.btn-play {
position: relative;
width: 65px;
height: 65px;
display: inline-block;
background: #00154e;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
text-align: center;
line-height: 68px;
font-size: 19px;
color: #fff;
}
.btn-play i {
margin-left: 7%;
}
.btn-play:hover {
background: #fff;
color: #00154e;
}
.video-btn a span {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 1px solid rgba(255, 255, 255, 0.8);
animation: circle-fade-before 2s infinite ease-in-out;
-webkit-animation: circle-fade-before 2s infinite ease-in-out;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-color: #00154e;
}
.video-btn a .circle-2 {
animation: circle-fade-after 2s infinite ease-in-out;
-webkit-animation: circle-fade-after 2s infinite ease-in-out;
}
.video-btn a:hover span {
border-color: #fff;
}
.img-small {
position: absolute;
right: -25%;
bottom: 0;
z-index: -1;
}
.img-small .img-small-1 {
position: absolute;
top: -150px;
left: 70%;
}
.serv-box-2 {
margin-bottom: 30px;
border: 1px solid #46416B;
}
.misc-box {
padding-left: 50px;
padding-right: 50px;
color: #fff;
background-repeat: no-repeat;
background-size: cover;
}
.misc-box-bg1 {
background-image: url(https://via.placeholder.com/570x250.png);
}
.misc-box-bg2 {
background-image: url(https://via.placeholder.com/570x250.png);
}
.misc-box h5 {
color: #fff;
font-size: 22px;
line-height: 30px;
margin-bottom: 5px;
}
.misc-box .ot-counter {
margin: 0 0 0 -20px;
padding: 45px 0 14px 0;
color: #fff;
}
.misc-box p {
margin-bottom: 0;
padding-bottom: 45px;
}
.cta {
padding: 55px 65px 200px 65px;
background-image: url(https://via.placeholder.com/1170x350.png);
background-size: cover;
background-repeat: no-repeat;
}
.cta .ot-heading {
margin-bottom: 0;
}
.cta .ot-heading span {
font-size: 20px;
font-weight: 500;
text-transform: capitalize;
margin-bottom: 5px;
color: #fff;
}
.cta h2 {
color: #FFF;
font-size: 48px;
line-height: 60px;
}
.cta .btn-border {
font-size: 14px;
font-weight: 800;
text-transform: uppercase;
padding: 21px 35px 21px 35px;
line-height: 1;
margin-bottom: 8px;
}
.technology-v1 {
padding-top: 120px;
padding-bottom: 120px;
background-image:url(https://via.placeholder.com/1920x585.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}
.owl-theme .owl-nav [class*='owl-'] {
z-index: 1;
position: absolute;
top: 50%;
left: -57px;
margin-top: -17px;
background: none;
color: #1b1d21;
border: none;
outline: none;
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
}
.owl-theme .owl-nav [class*='owl-']:hover {
background: none;
color: #43baff;
text-decoration: none;
}
.owl-theme .owl-nav .owl-next {
left: auto;
right: -57px;
}
.btn-large {
padding: 20px 35px;
}  .home2-top {
background-image: url(https://via.placeholder.com/1920x567.png);
background-position: 0px 60px;
background-repeat: no-repeat;
padding: 85px 0px 88px 0px;
}
.home2-top-right {
margin-left: 60px;
}
.home2-top-right .small-text{
font-family: "Nunito Sans", Sans-serif;
font-size: 24px;
font-weight: 400;
line-height: 1.4em;
margin-bottom: 13px;
color: #1b1d21;
}
.home2-top-right h2{
font-size: 72px;
font-weight: 900;
line-height: 80px;
margin-bottom: 18px;
color: #1b1d21;
font-family: "Montserrat", sans-serif;
overflow-wrap: normal;
}
.home2-top-right .sub-text {
margin-bottom: 24px;
line-height: 1.86;
}
.video-popup.style-2 a {
background-color: #7141B1;
color: #fff;
}
.video-popup.style-2 a:hover {
background-color: #43baff;
}
.style-2 .circle-1, .style-2 .circle-2 {
border-color: #7141B1;
}
.section-business {
padding-top: 90px;
background-color: #F2F2F2;
}
.section-clent-h2 {
padding: 200px 0px 110px 0px;
}
.section-inner-about {
padding-top: 100px;
}
.section-inner-about .right-content {
margin-left: 60px;
}
.section-inner-about .left-img {
margin: 0px -30px 0px -350px;
}
.section-technology {
background-color: #211E3B;
background-image: url(https://via.placeholder.com/1920x506.png);
background-position: 0px 70px;
background-repeat: no-repeat;
padding: 120px 0px 200px 0px;
}
.technology-left .ot-heading {
margin-bottom: 18px;
}
.technology-left p {
color: #AEAACB;
margin-bottom: 15px;
}
.technology-left ul{
list-style: none;
padding-left: 0;
margin: 0;
}
.technology-left ul li {
padding-bottom: 7px;
font-size: 18px;
font-weight: 300;
font-family: "Nunito Sans", Sans-serif;
}
.technology-left ul li:last-child {
padding-bottom: 0;
}
.technology-left ul i {
color: #43BAFF;
font-size: 17px;
padding-right: 10px;
}
.tech-box {
margin-bottom: 30px;
}
.tech-box i, .tech-box span {
color: #00154e;
}
.tech-box:hover {
background: #00154e;
border-color: #00154e;
color: #fff;
}
.tech-box:hover span {
color: #fff;
}
.section-case-study {
padding: 0px 0px 110px 0px;
}
.cta-h2 {
background-image: url(https://via.placeholder.com/1170x250.png);
background-repeat: no-repeat;
background-size: cover;
top: -120px;
position: relative;
padding: 70px 70px 70px 70px;
margin-bottom: 120px;
}
.cta-h2 .ot-heading {
margin-bottom: 0;
}
.cta-h2 .ot-heading span {
color: #FFFFFF;
font-size: 20px;
font-weight: 600;
text-transform: capitalize;
margin-bottom: 10px;
}
.cta-h2 h2{
color: #FFFFFF;
font-size: 48px;
}
.cta-h2 .octf-btn {
font-family: "Nunito Sans", Sans-serif;
font-size: 14px;
font-weight: 800;
text-transform: uppercase;
background-color: #43BAFF;
border-radius: 0px 0px 0px 0px;
padding: 20px 35px 20px 35px;
line-height: 1;
}
.cta-h2 .octf-btn:hover {
color: #43BAFF;
background-color: #FFFFFF;
}
.pt-50 {
padding-top: 50px;
}
.pt-110 {
padding-top: 110px;
}
.projects-grid.projects-no-gaps {
margin: 0;
}
.projects-col3 .project-item {
float: left;
width: 33.3333333333%;
}
.projects-no-gaps .project-item{
padding: 0;
}
.projects-no-gaps [class*='col-'] {
padding: 0;
}
.project-slider .project-item {
padding: 15px;
}
.section-industris {
padding-top: 110px;
padding-bottom: 110px;
background-color: #f8f8f8;
}
.section-industris .ot-heading {
padding-bottom: 25px;
}
.section-consultation {
background-image: url(https://via.placeholder.com/1920x480.png);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}
.section-consultation p {
color: #FFF;
font-family: "Nunito Sans",Sans-serif;
font-size: 24px;
font-weight: 400;
line-height: 1.4em;
margin-bottom: 15px;
}
.section-consultation h2 {
color: #FFF;
font-size: 72px;
font-weight: 900;
line-height: 80px;
margin-bottom: 38px;
} .top-v3 {
background-image: url(https://via.placeholder.com/1920x850.png);
background-repeat: no-repeat;
background-size: cover;
padding: 220px 0 205px 0;
}
.top-heading {
text-align: center;
}
.top-heading .ot-heading {
margin-bottom: 30px;
}
.top-heading .ot-heading span {
color: #FFF;
font-family: "Nunito Sans",Sans-serif;
font-size: 24px;
font-weight: 500;
text-transform: none;
margin-bottom: 1px;
}
.top-heading .ot-heading h2 {
color: #FFF;
font-size: 72px;
font-weight: 900;
text-transform: uppercase;
line-height: 80px;
margin-bottom: 0;
}
.tech-box.v3 {
padding: 23px 30px 23px 30px;
margin-bottom: 0;
}
.tech-box.v3:hover {
background-color: #141D38;
}
.tech-box.sides-small {
padding-left: 10px;
padding-right: 10px;
}
.about-v3 {
background-image: url(https://via.placeholder.com/1349x740.png);
background-position: 50% 165px;
background-repeat: no-repeat;
padding: 140px 0 125px 0;
}
.icon-main.color-s1 {
background: #7141B1;
}
.icon-main.color-s3 {
background: #221D48;
}
.technology-v3 {
background-color: #201C3D;
background-image: url(https://via.placeholder.com/1920x860.png);
background-position: bottom center;
background-repeat: no-repeat;
background-size: cover;
}
.ot-counter.v3 span {
color: #43BAFF;
font-size: 36px;;
padding-left: 0;
}
.ot-counter.v3 h6 {
margin-top: 10px;
color: #FFF;
font-size: 16px;
text-transform: capitalize;
line-height: 1em;
padding-left: 0;
}
.ot-counter.v3 h6:before {
display: none;
}
.ot-image-box.v3 {
margin-bottom: 30px;
}
.ot-image-box.st1, .ot-image-box.st3 {
margin-top: -30px;
}
.services-v3 {
padding: 120px 0 290px 0;
background-color: #F8F8F8;
}
.team-v3 {
padding-top: 0;
padding-bottom: 125px;
}
.team-wrap.v3 {
background-color: #fff;
}
.technology-v3-left {
margin-right: 60px;
}
.ot-heading.v3 {
line-height: 1.86;
} .industris-v4 {
padding: 55px 0 0 0;
}
.about-v4 {
background-image: url(https://via.placeholder.com/469x479.png);
background-position: bottom left;
background-repeat: no-repeat;
padding: 60px 0 90px 0;
}
.overlay-image {
background-image: url(https://via.placeholder.com/360x502.png);
background-position: center right;
background-repeat: no-repeat;
}
.overlay {
height: 100%;
width: 100%;
top: 0;
left: 0;
position: absolute;
}
.left-about-v4 {
margin: 0 -95px 0 0;
}
.right-about-v4 {
margin-left: 70px;
}
.service-v4 {
padding-top: 120px;
background-color: #262051
}
.overlay-bg {
background-color: transparent;
background-image: linear-gradient(90deg,rgba(34,35,40,.63) 0%,rgba(34,35,40,0) 100%);
z-index: 0;
}
.serv-box.v4 {
border-style: solid;
border-width: 1px 1px 1px 1px;
border-color: #46416B;
background-color: #262051;
}
.serv-box.v4:active, .serv-box.v4:focus, .serv-box.v4:hover {
transform: translateY(-8px);
}
.serv-box.v4 {
color: #AEAACB;
}
.serv-box.v4 h5 {
color: #FFF;
font-weight: 800;
}
.serv-box.v4 .content-box li:hover, .serv-box.v4 .content-box li.active {
background: #201B3E;
}
.serv-box.v4 .content-box li a {
color: #FFF;
}
.serv-box.v4 .content-box li:hover a, .serv-box.v4 .content-box li.active a {
color: #43BAFF;
}
.serv-box.v4 .content-box ul li a:before {
color: #43BAFF;
}
.service2-v4 {
background-image: url(https://via.placeholder.com/332x403.png);
background-repeat: no-repeat;
padding: 110px 0 205px 0;
}
.overlay-image-2 {
background-image: url(https://via.placeholder.com/349x354.png);
background-position: bottom right;
background-repeat: no-repeat;
}
.project-v4 {
padding: 0 0 115px 0;
background-color: #f8f8f8;
}
.s-counter4 {
background-image: linear-gradient(90deg,#00DEFF 0%,#7141B1 100%);
padding: 82px 60px 82px 60px;
}
.ot-counter .text-white:before {
background-color: #fff;
}
.s-counter4 {
margin-top: -125px;
}
.technology-v4 {
background-image: url(https://via.placeholder.com/1920x630.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
padding: 123px 0 123px 0;
}
.technology-left {
margin-right: 70px;
}
.news-v4 {
padding-top: 60px;
padding-bottom: 110px;
}
@media screen and (max-width:768px) {
.news-v4 {
padding-bottom: 60px;
}
}
.nav-home-4.tparrows {
cursor:pointer;
background: transparent;
position:absolute;
display:block;
width: 60px;
height: 100px;
border: 1px solid rgba(255,255,255,0.3);
z-index:1000;
transition: 0.3s;
}
.nav-home-4.tparrows:hover {
background: #43baff;
border-color: #43baff;
}
.nav-home-4.tparrows:before {
font-family: Flaticon;
font-size:23px;
line-height: 100px;
color:#fff;
display:block;
text-align: center;
}
.nav-home-4.tparrows.tp-leftarrow:before {
content: "\f107";
}
.nav-home-4.tparrows.tp-rightarrow:before {
content: "\f10a";
}
@media (min-width: 768px) {
.hesperiden.tp-bullets {
display: none;
}
}
.mt--150 {
margin-top: -150px;
}
@media (max-width: 767px) {
.nav-home-4.tparrows {
display: none;
}
.btn-slider {
padding: 11px 19px;
font-size: 11px;
}
.tp-bullets.bullet-home-1 {
display: none;
}
} .site-header.header-overlay {
background: transparent;
border-color: rgba(255,255,255,.1);
-webkit-box-shadow: 0 0 0 0 rgba(42,67,113,.15);
-moz-box-shadow: 0 0 0 0 rgba(42,67,113,.15);
box-shadow: 0 0 0 0 rgba(42,67,113,.15);
position: absolute;
top: 0;
left: 0;
width: 100%;
}
.site-header.header-overlay .header-topbar {
background: rgba(255,255,255,.1);
}
.main-navigation .nav-style-2>li>a {
color: #fff;
}
.main-navigation>.nav-style-2>li.menu-item-has-children>a:after {
color: rgba(255,255,255,.5);
}
.octf-btn-cta.hstyle-2 .octf-cta-icons i {
color: #fff;
}
.octf-btn-cta.hstyle-2 .contact-header span.main-text, .octf-btn-cta.hstyle-2 .contact-header span a {
color: #fff;
}
.octf-btn-cta.hstyle-2 .contact-header span {
color: #ccc;
}
.is-stuck #site-logo {
padding: 23px 0 23px 0;
}
.top-v5 {
background-color: #000;
background-image: url(//www.spsistemi.hr/wp-content/themes/spsistemitheme/images/bg-banner-home5.png);
background-position: bottom center;
background-repeat: no-repeat;
padding: 55px 0 170px 0;
}
.top-left-v5 .ot-heading{
margin: 0 -60px 0 0;
padding: 0 0 20px 0;
}
.top-left-v5 .ot-heading > span{
color: #fff;
font-family: "Nunito Sans",Sans-serif;
font-size: 24px;
font-weight: 500;
text-transform: none;
margin-bottom: 1px;
}
.top-left-v5 .ot-heading h2 {
color: #fff;
font-size: 70px;
font-weight: 900;
line-height: 80px;
overflow-wrap: normal;
}
.top-left-v5 p {
color: #fff;
font-size: 18px;
margin: 0 70px 0 0;
padding: 0 0 25px 0;
}
.top-left-v5 .video-popup > span {
color: #fff;
}
.top-right-v5 {
margin-right: -308px;
text-align: center;
}
.service-v5 {
padding-top: 0;
padding-bottom: 110px;
}
.serv-box.v5 {
padding: 30px 40px 30px 40px;
border-style: solid;
border-width: 0 0 0 0;
background-image: linear-gradient(270deg, #1729b3 0%, #00154e 100%);
box-shadow: 15px 15px 38px 0 rgba(0,0,0,.2);
}
.serv-box.v5 h5 {
color: #fff;
margin-bottom: 0;
}
.serv-box.v5:active, .serv-box.v5:focus, .serv-box.v5:hover {
transform: translateY(-8px);
}
.serv-box.bg-s1 {
background-image: linear-gradient(110deg,#2B236E 0%,#7141B1 100%);
}
.serv-box.v5 .icon-main {
background: rgba(255,255,255,.2);
}
.serv-box.bg-s2 {
background-image: linear-gradient(110deg,#5F3A8F 0%,#00DEFF 100%);
}
.serv-box.bg-s3 {
background-image: linear-gradient(110deg,#00DEFF 0%,#43BAFF 100%);
}
.mt--70 {
margin-top: -70px;
}
.icon-box-s2.bg:hover {
color: #fff;
}
.icon-box-s2.bg:hover .content-box h5 a {
color: #fff;
}
.icon-box-s2.s2.bg * {
transition: none;
-webkit-transition: none;
-moz-transition: none;
-o-transition: none;
-ms-transition: none;
}
.icon-box-s2.s2.bg a {
transition: all 0.2s linear;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
}
.icon-box-s2.bg1:before {
background-image: url(https://via.placeholder.com/720x524.png);
background-repeat: no-repeat;
background-size: cover;
}
.icon-box-s2.bg2:before {
background-image: url(https://via.placeholder.com/720x524.png);
background-repeat: no-repeat;
background-size: cover;
}
.icon-box-s2.bg3:before {
background-image: url(https://via.placeholder.com/720x524.png);
background-repeat: no-repeat;
background-size: cover;
}
.icon-box-s2.bg4:before {
background-image: url(https://via.placeholder.com/720x524.png);
background-repeat: no-repeat;
background-size: cover;
}
.icon-box-s2.bg5:before {
background-image: url(https://via.placeholder.com/720x524.png);
background-repeat: no-repeat;
background-size: cover;
}
.icon-box-s2.bg6:before {
background-image: url(https://via.placeholder.com/720x524.png);
background-repeat: no-repeat;
background-size: cover;
}
.about-v5 {
background-color: #211F3B;
background-image: url(https://via.placeholder.com/321x447.png);
background-repeat: no-repeat;
padding: 130px 0 120px 0;
}
.overlay-image-about5 {
background-image: url(https://via.placeholder.com/322x444.png);
background-position: bottom right;
background-repeat: no-repeat;
background-color: transparent;
z-index: 0;
}
.left-v5 {
margin-right: 70px;
}
.left-v5 .ot-heading {
margin-top: 20px;
margin-bottom: 30px;
}
.left-v5 .ot-heading span {
color: #8E88B8;
}
.left-v5 h2 {
color: #fff;
}
.left-v5 h5 {
color: #FFF;
font-weight: 600;
line-height: 1;
font-family: "Montserrat",sans-serif;
margin-bottom: 15px;
}
.left-v5 p {
color: #fff;
margin-bottom: 25px;
font-weight: 500;
font-size: 16px;
line-height: 1.86;
}
.right-v5 {
margin: 0 -50px 0 -23px;
}
.tech-wrap {
display: flex;
}
.tech-wrap .tech-box {
padding: 17px 17px 17px 17px;
border-style: solid;
border-width: 1px 1px 1px 1px;
border-color: rgba(255,255,255,.3);
margin-right: 20px;
}
.tech-wrap .tech-box:last-child {
margin-right: 0;
}
.tech-wrap .tech-box .icon-main {
margin-bottom: 0;
}
.tech-wrap .tech-box span:before {
font-size: 35px;
}
.team-v5 {
padding: 120px 0 120px 0;
}
.news-v5 {
padding-top: 110px;
padding-bottom: 110px;
background-color: #F8F8F8;
}
.img-full {
width: 100%;
height: 100%;
}
.et-progress .ot-progress {
margin-bottom: 30px;
}
.et-progress .ot-progress:last=child {
margin-bottom: 0;
}
.mt-35 {
margin-top: 35px;
} .post-box .btn-play i {
margin-left: 0;
}
.post-box .owl-theme .owl-nav [class*='owl-'] {
height: 65px;
width: 50px;
background: #262051;
color: #fff;
margin: 0;
left: 0;
}
.post-box .owl-theme .owl-nav [class*='owl-']:hover {
background-color: #fff;
color: #262051;
}
.post-box .owl-theme .owl-nav .owl-next {
left: auto;
right: 0;
}
.blog-post>.inner-post {
padding-left: 0;
padding-right: 0;
border: none;
}
.audio-box iframe {
border: none;
}
.sl-wrapper {
float: right;
}
.sl-wrapper a {
border-bottom: 0!important;
text-decoration: none!important;
color: #d5d5d5;
}
.sl-wrapper a:hover {
color: #ff2f2f;
}
.sl-icon {
font-family: 'Arial Unicode MS',Arial,sans-serif;
vertical-align: middle;
}
svg:not(:root) {
overflow: hidden;
}
.sl-icon svg {
fill: currentColor;
width: 14px;
height: 14px;
}
.sl-icon svg:after {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.sl-wrapper a .sl-count {
font-size: 14px;
font-family: "Nunito Sans",sans-serif;
font-weight: 800;
margin-left: 7px;
color: #929292;
}
.post-relate h2 {
margin-bottom: 40px;
}
.relate-box .inner-post {
padding-left: 30px;
padding-right: 30px;
}
.comments-title span {
color: #d5d5d5;
}
.post-prev .thumb {
float: left;
margin-right: 20px;
}
.post-next .thumb {
float: right;
margin-left: 20px;
}
.blog-grid {
margin-bottom: 30px;
}
.blog-grid .post-box {
margin-bottom: 30px;
}
.blog-grid .inner-post {
padding: 30px;
}
.blog-grid .post-box .owl-theme .owl-nav [class*='owl-'] {
top: calc(50% - 30px);
} .contact-left {
margin-right: 95px;
}
.map {
height: 500px;
filter: brightness(100%) contrast(100%) saturate(0%) blur(0) hue-rotate(0deg);
}
.map iframe {
width: 100%;
border: none;
} .about-offer {
padding-top: 40px;
padding-bottom: 60px;
}
.pabout-left {
margin: 0 -50px 0 -55px;
}
.pabout-right {
margin-left: 70px;
}
.pabout-right .ot-heading {
margin-top: 20px;
margin-bottom: 30px;
}
.pabout-right .ot-heading span {
color: #8E88B8;
}
.pabout-right h2 {
color: #fff;
}
.pabout-right h5 {
color: #FFF;
font-weight: 600;
line-height: 1;
font-family: "Montserrat",sans-serif;
margin-bottom: 15px;
}
.pabout-right p {
color: #fff;
margin-bottom: 25px;
font-weight: 500;
font-size: 16px;
line-height: 1.86;
}
.about-team {
padding-top: 100px;
padding-bottom: 215px;
}
.about-counter {
z-index: 0;
padding-top: 0;
padding-bottom: 110px;
background-color: #F8F8F8;
}
.app-projects {
padding: 110px 0 250px 0;
background-color: #F8F8F8;
}
.app-industris {
padding-top: 0;
padding-bottom: 80px;
} .why-choose-us {
padding-bottom: 0;
padding-top: 85px;
}
.why-right {
margin-left: 70px;
}
.why-right .ot-heading {
margin-top: 30px;
margin-bottom: 20px;
}
.border-s1 {
border: 1px solid #E7E7E7;
}
.why-project {
background-color: #211E3B;
background-position: 0 65px;
background-repeat: no-repeat;
background-size: cover;
padding: 110px 0 150px 0;
}
.news-why {
padding-top: 110px;
padding-bottom: 110px;
}
.team-top {
padding-top: 110px;
padding-bottom: 0;
}
.team-top-title {
font-size: 48px;
color: #1b1d21;
font-family: "Montserrat",sans-serif;
font-weight: 800;
line-height: 1;
margin: 0;
text-align: center;
}
.img-Engitech {
position: absolute;
top: -190px;
width: 100%;
text-align: center;
}
.typography {
padding-top: 100px;
padding-bottom: 80px;
}
.color-s2 .icon-main i, .color-s2 .icon-main span {
color: #43BAFF;
}
.icon-box-s1.color-s2 .line-box:after {
background: #43BAFF;
}
.elements-progress, .elements-pricing, .elements-service, .elements-clients, .elements-accordion-tabs, .elements-testimonial, .elemnts-flip-boxed, .elements-counter {
padding-top: 0;
padding-bottom: 80px;
}
.elements-message {
padding-top: 0;
padding-bottom: 110px;
}
.icon-main.info {
background: #43BAFF;
}
.icon-main.success {
background: #4BD48B;
}
.icon-main.warning {
background: #F9AF3B;
}
.icon-main.danger {
background: #F5592F;
} .service-page {
padding-top: 110px;
padding-bottom: 110px;
}
.service-pricing {
padding-top: 110px;
padding-bottom: 110px;
background-color: #F8F8F8;
}
.service-process {
margin-left: 40px;
margin-right: 55px;
}
.service-process .ot-heading {
margin-bottom: 20px;
}
.process-box .step {
color: #7141B1;
font-family: "Nunito Sans", Sans-serif;
font-weight: 800;
padding-bottom: 10px;
}
.process-box h6 {
font-size: 18px;
font-weight: 600;
font-family: "Montserrat", sans-serif;
line-height: 1;
padding-bottom: 15px;
}
.service-web {
padding-top: 120px;
padding-bottom: 120px;
}
.service {
padding-top: 0;
padding-bottom: 120px;
}
.service-web-pricing {
padding-top: 120px;
padding-bottom: 100px;
}
.service-partner {
padding-top: 0;
padding-bottom: 120px;
}
.tab-video {
padding: 120px 0 120px 150px;
}
.tab-content p {
line-height: 1.86;
}
.service-web-video {
padding: 0;
background-color: #211E3B;
}
.tab-video .ot-heading > span {
color: #8E88B8;
}
.tab-video .ot-heading h2 {
color: #fff;
}
.tab-video p {
color: #fff;
}
.split-right-img {
display: flex;
justify-content: center;
align-items: center;
background-image: url(https://via.placeholder.com/960x650.png);
background-size: cover;
background-repeat: no-repeat;
}
.mobile-app {
background-image: url(https://via.placeholder.com/411x416.png);
background-position: center left;
background-repeat: no-repeat;
padding-top: 110px;
padding-bottom: 80px;
}
.app-benefits-left {
margin: 0 -30px 0 30px;
padding-bottom: 55px;
}
.app-benefits-left:last-child, .app-benefits-right:last-child {
padding-bottom: 0;
}
.app-benefits-right {
margin: 0 30px 0 -30px;
padding-bottom: 55px;
}
.app-benefits-img {
margin: 0 -15px 0 0;
}
.app-offer {
background-image: url(https://via.placeholder.com/360x502.png);
background-position: center right;
background-repeat: no-repeat;
padding-top: 100px;
padding-bottom: 100px;
} .footer-v1 {
background-color: #00154e;
padding: 50px 0 0px 0;
color: #AEAACB;
}
.footer-text {
color:  white;
}
footer a {
color: #f7f7f7 !important;
transition: 0.3s;
}
footer a:hover {
color: #FDBD10 !important;
transition: 0.3s;
}
.contact-info-footer a {
margin-bottom: 10px;
}
.contact-info-footer a:last-child {
margin-bottom: 0;
}
.contact-info-footer a i {
margin-right: 6px;
}
.footer
.widget-footer {
margin-bottom: 30px;
}
.widget-footer h5 {
margin-bottom: 30px;
}
.list-items {
list-style: none;
padding-left: 0;
margin: 0;
}
.list-items li {
padding-bottom: 8px;
font-family: "Nunito Sans",Sans-serif;
font-weight: 400;
line-height: 1.86;
}
.list-items li:last-child {
padding-bottom: 0;
}
.list-items a {
color: #AEAACB;
}
.list-items a:hover {
color: #fff;
}
.copyright-text {
margin-bottom: 0;
font-size: 15px;
text-align: center;
}
.footer-v2 {
background-color: #211E3B;
background-position: top center;
background-repeat: no-repeat;
background-size: cover;
padding: 110px 0 100px 0;
}
.ft-contact-info {
padding-bottom: 20px;
}
.ft-contact-info p{
color: #fff;
}
.ft-contact-info h6{
color: #AEAACB;
}
.footer-menu ul {
list-style: none;
}
.copyright-text.v2 {
color: #AEAACB;
font-size: 16px;
}
.ft-list-icon {
line-height: 1;
}
.ft-list-icon a {
display: inline-block;
font-size: 12px;
color: #4CCEF9;
line-height: 1;
text-align: center;
background-color: #FFF;
margin-right: 5px;
padding: .5em;
border-radius: 50% 50% 50% 50%;
-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
}
.ft-list-icon a:last-child {
margin-right: 0;
}
.ft-list-icon a:hover {
transform: translateY(-8px);
opacity: 0.9;
}
.ft-list-icon a i {
width: 1em;
height: 1em;
position: relative;
display: block;
}
.ft-list-icon .twitter {
color: #4CCEF9;
}
.ft-list-icon .facebook {
color: #25E;
}
.ft-list-icon .linkedin {
color: #3292FF;
}
.ft-list-icon .instagram {
color: #FF9000;
}
.bg-map-dots {
background-image:url(https://via.placeholder.com/1920x761.png);
} @media (min-width: 1200px) {
.container {
max-width: 1200px;
}
}
section {
padding-top: 60px;
padding-bottom: 130px;
position: relative;
}
.pbt-120 {
padding-top: 120px;
padding-bottom: 120px;
}
.no-margin {
margin: 0;
}
.no-padding {
padding: 0;
}
.no-padding-top {
padding-top: 0;
}
.no-padding-bottom {
padding-bottom: 0;
}
.pt-0 {
padding-top: 0;
}
.mb-30 {
margin-bottom: 30px;
}
.mt--130 {
margin-top: -130px;
}
.mt--290 {
margin-top: -290px;
}
.mb--200 {
margin-bottom: -200px;
}
.pb-60 {
padding-bottom: 60px;
}
.pb-290 {
padding-bottom: 290px;
}
.mt--170 {
margin-top: -170px;
}
.btn-border {
background-color: transparent;
border: 1px solid #fff;
}
.btn-border:hover {
background-color: #43BAFF;
border-color: #43BAFF;
}
.mt-65 {
margin-top: 65px;
}
.padding-half {
padding-top: 45px;
padding-bottom: 45px;
}
.mb-15 {
margin-bottom: 15px;
}
.space-5 {
height: 5px;
width: 100%;
}
.space-10 {
height: 10px;
width: 100%;
}
.space-15 {
height: 15px;
width: 100%;
}
.space-20 {
height: 20px;
width: 100%;
}
.space-25 {
height: 25px;
width: 100%;
}
.space-30 {
height: 30px;
width: 100%;
}
.space-35 {
height: 35px;
width: 100%;
}
.space-40 {
height: 40px;
width: 100%;
}
.space-45 {
height: 45px;
width: 100%;
}
.space-50 {
height: 50px;
width: 100%;
}
.space-55 {
height: 55px;
width: 100%;
}
.space-60 {
height: 60px;
width: 100%;
}
.space-65 {
height: 65px;
width: 100%;
}
.space-70 {
height: 70px;
width: 100%;
}
.space-75 {
height: 75px;
width: 100%;
}
.space-80 {
height: 80px;
width: 100%;
}
.space-85 {
height: 85px;
width: 100%;
}
.space-90 {
height: 90px;
width: 100%;
}
.space-95 {
height: 95px;
width: 100%;
}
.space-100 {
height: 100px;
width: 100%;
}
.space-105 {
height: 105px;
width: 100%;
}
.space-110 {
height: 110px;
width: 100%;
}
.space-115 {
height: 115px;
width: 100%;
}
.space-120 {
height: 120px;
width: 100%;
}
.space-150 {
height: 150px;
width: 100%;
}
.space-26 {
height: 26px;
width: 100%;
}
.space-1 {
height: 1px;
width: 100%;
}
.over-hidden {
overflow: hidden;
}
@media (max-width: 992px) {
.sm-pb-60 {
padding-bottom: 60px;
}
}
@media (max-width: 767px) {
.xs-pb-60 {
padding-bottom: 60px;
}
}
@media (max-width: 1600px){
.tab-video {
padding-left: 0;
padding-top: 80px;
padding-bottom: 80px;
}
}
@media (max-width: 1400px){
.project-slider {
margin: 0;
}
}
@media (max-width: 1200px) {
.img-small {
display: none;
}
.top-left-v5 {
text-align: center;
}
.top-left-v5 .ot-heading {
margin-right: 0;
}
.top-left-v5 .ot-heading>span {
font-size: 14px;
}
.top-left-v5 .ot-heading h2 {
font-size: 28px;
line-height: 40px;
}
.top-left-v5 p {
margin-right: 0;
}
.top-right-v5 {
margin-right: 0;
margin-top: 60px;
}
.section-inner-about .left-img {
margin: 0;
}
.section-inner-about .right-content {
margin-left: 0;
}
.technology-v3-left {
margin-right: 0;
}
.left-about-v4 {
margin: 0;
}
.right-about-v4 {
margin-left: 0;
}
.img-Engitech {
display: none;
}
.tab-video {
padding-left: 0;
}
.wc-forward {
display: block;
}
.wc-forward.checkout {
float: none;
margin-top: 20px;
}
}
@media (max-width: 1024px) {
.about-v5, .overlay-image-about5, .team-info {
background-size: 0 auto;
}
}
@media (max-width: 992px){
.ot-image-box.st1, .ot-image-box.st3 {
margin-top: 0;
}
.md-mt-30 {
margin-top: 30px;
}
.md-text-left {
text-align: left !important;
}
.md-mb-30 {
margin-bottom: 30px;
}
.right-v5 {
margin-right: 0;
margin-left: 0;
margin-top: 50px;
text-align: center;
}
.home2-top-right {
text-align: center;
}
.home2-top-right {
margin-left: 0;
}
.left-about-v4 {
text-align: center;
}
.projects-col3 .project-item {
width: 50%;
}
.pabout-right {
margin-left: 0;
}
.pabout-left {
margin: 0;
text-align: center;
}
.why-right {
margin-left: 0;
}
.s-counter4.why {
margin-top: 0;
}
.team-info-left .team-img {
margin: 0;
text-align: center;
}
.team-detail {
text-align: center;
margin-bottom: 40px;
margin-left: 0;
}
.split-right-img {
min-height: 500px;
}
.wc-forward {
display: inline-block;
}
.checkout.wc-forward {
margin-top: 0;
}
.app-benefits-left, .app-benefits-right {
margin: 0;
}
}
@media (max-width: 767px) {
section {
padding-top: 60px;
padding-bottom: 60px;
}
.space-sm-top {
padding-top: 60px;
}
.space-sm-bottom {
padding-bottom: 60px;
}
.space-sm {
padding-top: 60px;
padding-bottom: 60px;
}
.sm-mb-30 {
margin-bottom: 30px;
}
.about-v5 {
padding: 90px 0;
}
.technology-v5 {
padding-top: 60px;
padding-bottom: 60px;
}
.ot-image-box.st1, .ot-image-box.st3 {
margin-top: 30px;
}
.team-v5 {
padding: 80px 0;
}
.sm-text-left {
text-align: left !important;
}
.sm-mt-30 {
margin-top: 30px;
}
.home2-top-right h2, .top-heading .ot-heading h2 {
font-size: 48px;
line-height: 60px;
}
.cta {
padding-left: 20px;
padding-right: 20px;
padding-bottom: 60px;
}
.cta h2 {
font-size: 32px;
line-height: 48px;
}
.cta-h2 {
margin-bottom: 80px;
padding: 30px;
}
.cta-h2 h2 {
line-height: 1;
font-size: 30px;
}
.cta-h2 .ot-heading {
text-align: center;
}
.ot-counter.v3 {
text-align: center;
}
.section-consultation h2 {
font-size: 32px;
line-height: 42px;
}
.circle-progress {
justify-content: center;
}
.member-form {
padding: 0;
border: none;
}
.projects-col3 .project-item,
.projects-grid.pf_5_cols .project-item,
.projects-grid.pf_4_cols .project-item,
.projects-grid.pf_2_cols .project-item,
.projects-col4 .project-item {
width: 100%;
}
.project_filters li {
margin-left: 8px;
margin-right: 8px;
}
}
@media (max-width: 600px) {
.projects-col3 .project-item {
width: 100%;
}
}
@media (max-width: 480px) {
.projects-col3 .project-item {
width: 100%;
}
} .footer-menu ul {
list-style: none;
text-align: center;
margin-bottom: 0;
padding-left: 0;
}
.footer-menu ul li {
display: inline-block;
margin: 0px 29px;
}
.footer-menu ul li a {
font-family: "Montserrat", sans-serif;
font-size: 16px;
font-weight: 500;
color: #fff;
}
.footer-menu ul li a:visited {
color: #fff;
}
.footer-menu ul li a:hover {
color: #43baff;
} .mc4wp-form-fields .subscribe-inner-form {
position: relative;
}
.mc4wp-form-fields .subscribe-inner-form input[type=email] {
height: 46px;
width: 100%;
background: #37325a;
color: #fff;
padding-right: 66px;
}
.mc4wp-form-fields .subscribe-inner-form input[type=email]::placeholder {
color: #fff;
}
.mc4wp-form-fields .subscribe-inner-form .subscribe-btn-icon {
background: transparent;
border: none;
outline: none;
display: block;
position: absolute;
right: 0;
top: 0;
width: 46px;
height: 100%;
line-height: 44px;
text-align: center;
background: #00154e;
color: #fff;
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
}
.mc4wp-form-fields .subscribe-inner-form .subscribe-btn-icon i {
display: inline-block;
vertical-align: middle;
line-height: 1;
}
.mc4wp-form-fields .subscribe-inner-form .subscribe-btn-icon i:before {
font-size: 16px;
}
.mc4wp-form-fields .subscribe-inner-form .subscribe-btn-icon:hover {
background: #fff;
color: #00154e;
} #back-to-top {
background: #fff;
color: #00154e;
border: 0 none;
border-radius: 2px;
cursor: pointer;
width: 42px;
height: 45px;
line-height: 45px;
opacity: 0;
outline: medium none;
position: fixed;
right: 40px;
bottom: -20px;
text-align: center;
text-decoration: none;
transition: opacity 0.2s ease-out 0s;
z-index: 1000;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.2);
-webkit-box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.2);
-moz-box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.2);
}
#back-to-top.show {
opacity: 1;
bottom: 40px;
}
#back-to-top i:after, #back-to-top i:before {
font-size: 17px;
}
#back-to-top:hover {
bottom: 45px;
} .error-404 {
padding: 100px 0;
}
.error-404 h2 {
font-size: 250px;
line-height: 1;
position: relative;
display: inline-block;
margin-bottom: 40px;
}
.error-404 .content-404 {
max-width: 480px;
margin: auto;
}
.error-404 .content-404 p {
font-size: 18px;
margin-bottom: 40px;
}
.error-404 .content-404 form {
margin: 0 30px 20px;
}
@media (max-width: 767px) {
.error-404 h1 {
font-size: 36px;
display: block;
}
} @media (min-width: 992px) {
.lg-hidden {
display: none;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.md-hidden {
display: none;
}
}
@media (min-width: 480px) and (max-width: 767px) {
.sm-hidden {
display: none;
}
} .tp-big-text{
text-transform: uppercase;
font-weight: 900;
font-family: Montserrat;
}
.tp-bannertimer{
height: 10px; background: rgba(0, 0, 0, 0);
}  header .menu {
padding: 0;
margin: 0;
} .thumb img {
margin-bottom: 12px;
} .content-box .ot-button a {
padding: 8px 16px;
} .custom-img {
border-radius: 100%;
width: 60px;
background-color: #00154e;
transition: 0.3s;
}
.widget .custom-img:hover {
transition: 0.3s;
background-color: #1729b3;
} footer .main-menu {
list-style-type: none;
padding: 0;
} .podrska {
position: fixed;
max-width: 50px;
top: 50%;
right: 0;
overflow-y: hidden;
overflow-x: hidden;
z-index: 10;
}
.podrska p {
writing-mode: vertical-lr;
transform: rotate(-180deg);
color: #000;
font-size: 18px;
}
.podrska .inner i {
color: #000;
}
.podrska .inner {
width: 100px;
background-color: #FDBD10;
padding-top: 30px;
padding-bottom: 30px;
border-radius: 5px 0 0 5px;
padding-left: 10px;
}
@media screen and (max-width:992px) {
.podrska {
max-width: 35px;
}
.podrska .inner {
padding-left: 4px;
}
}
@media (orientation: landscape) and (max-width: 1000px) {
.podrska {
top: 25%;
}
} .current-link {
background-color: #3b5fce;
} #category-list-inside-post h2 {
font-size: 20px;
margin-bottom: 16px;
}
#category-list-inside-post {
padding: 60px 0 0 0;
}
#category-list-inside-post ul {
list-style-type: none;
padding: 0;
}
#category-list-inside-post .block {
margin-bottom: 24px;
display: block;
}
#category-list-inside-post .block:last-child {
margin-bottom: 0;
}
.dot-80 {
width: 60px;
height: 60px;
margin-bottom: 24px;
border-radius: 40px;
color: #fff;
text-align: center;
overflow: hidden;
border-radius: 100%;
background-color: #00154e;
float: left;
margin: 0 20px 20px 0;
}
.owl-item {
border: 1px solid #E7E7E7;
}
.owl-item .partners-slide-inner {
padding: 12px;
}
.btn-over-element {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 3;
}
.widget_recent_news .col-md-6,
.widget_recent_news.col-lg-2,
.widget_recent_news.col-sm-6,
.widget_recent_news.mt-4 {
padding-left: 0;
}
.odrzavanje-custom {
position: relative;
}
.odrzavanje-custom .icon-box-s2 {
margin-bottom: 30px;
}
.odrzavanje-custom .ot-button {
position: absolute;
bottom: 60px;
} .post-inner img {
display: block;
margin: 0 auto;
} .thumb .icon-main {
float: left;
width: 40px;
height: 40px;
line-height: 40px;
margin-top: 5px;
text-align: center;
color: #fff;
background: #00154e;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
}
.custom-sidebar-objave .entry-header {
padding-left: 65px;
}
.clearfix .ot-button a {
padding: 6px 12px;
margin-top: 12px;
} footer {
line-height: 20px;
}
footer a,
footer li {
margin-bottom: 12px;
}
footer .main-menu {
margin: 0;
}
footer .custom-nav-style a,
footer .main-menu li {
position: relative;
padding-left: 14px;
}
footer .custom-nav-style a::before,
footer .main-menu li::before {
content: "\2022";
color: #fff;
font-weight: bold;
display: inline-block;
width: 16px;
transition: 0.3s;
position: absolute;
left: 0;
top: -2px;
}
footer .custom-nav-style a:hover::before,
footer .main-menu li:hover::before {
color: #FDBD10;
transition: 0.3s;
}
footer .sub-menu {
list-style-type: none;
margin-left: 0;
padding-left: 0;
margin-top: 12px;
} .web-shop-new span {
color: #fff;
font-weight: 700;
background-color: #0ca8b9;
padding: 0 2px;
border-radius: 2px;
margin-left: 8px;
font-size: 12px;
} @media only screen and (max-width: 1024px) {
.main-menu .arrow {
display: none;
}
} .partners-slider .swiper-container {
cursor: grab;
padding: 1px;
}
.partners-slider .swiper-container .swiper-slide {
border: 1px solid #E7E7E7;
}
.partners-slider .swiper-container .swiper-slide img {
padding: 12px;
}
.primary-sidebar {
margin-bottom: 40px;
}
@media only screen and (max-width: 992px) {
.single-product {
margin-top: 40px;
}
}
.reference .reference-container {
width: auto;
}
@media only screen and (max-width: 576px) {
.reference .reference-container {
width: 33.3%;
}
}
@media only screen and (max-width: 400px) {
.reference .reference-container {
width: 50%;
}
}
.reference img {
width: auto;
max-height: 150px;
border: 1px solid #E7E7E7;
}
.nav-blog .octf-btn {
background-color: #d6d6d6;
}
.nav-blog .octf-btn {
color: #000;
}
.nav-blog .octf-btn:hover {
background-color: #FDBD10;
}
.nav-blog .current-link,
.nav-blog .current-link:hover,
.nav-blog .current-link:focus {
background-color: #00154e;
}
.current-link {
color: #fff !important;
} .product-item .octf-btn {
padding: 10px 16px;
}
.jamstvo span {
font-weight: 700;
color: #1b1d21;
} .modal {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.4);
z-index: 9999;
}
.modal-content label {
display: initial;
}
.modal .modal-content {
width: 100%;
max-width: 500px;
padding: 20px;
border-radius: 3px;
background-color: #fff
}
@media screen and (min-width:600px) {
.modal .modal-content {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
}
@media screen and (max-width:600px) {
.modal {
overflow-y: scroll;
}
}
@media screen and (max-width:600px) {
.modal .modal-content {
max-width: 350px;
}
}
@media screen and (max-width:480px) {
.modal .modal-content {
width: 95%
}
}
.modal .modal-content form {
float: left
}
.modal .modal-content form input[type=text] {
float: left;
width: 75%;
}
.modal .modal-content form .actions {
float: right;
width: 23%;
margin-left: 2%
}
@media screen and (max-width:600px) {
.modal .modal-content form .actions {
width: 35%;
margin-left: 5%;
}
.modal .modal-content form input[type=text] {
width: 50%;
}
}
@media screen and (max-width:480px) {
.modal .modal-content form .actions button {
width: 45%
}
}
.modal .modal-content .close {
position: absolute;
top: 0;
right: 0;
font-size: 2em;
padding: 5px 15px;
cursor: pointer;
color: #000;
opacity: 1;
}
.modal input,
.modal textarea {
border: 1px solid #d0d0d0;
background-color: #fff;
color: #000;
cursor: auto;
font-weight: 700;
}
.modal input:focus,
.modal textarea:focus {
color: #000;
}
.actions button {
background-color: #fff;
border: 1px solid #d0d0d0;
color: #000;
line-height: 44px;
padding: 0 18px;
transition: 0.3s;
font-weight: 700;
}
.actions button:hover {
background-color: #00154e;
color: #fff;
border: 1px solid #d0d0d0;
}
.modal button:focus {
outline: none;
}
.shop-single tr {
color: #1b1d21;
} ::placeholder {
color: #000;
}
@media screen and (max-width:992px) {
.main-form {
margin-top: 30px;
}
}
@media screen and (max-width:768px) {
.contact-info-footer {
margin-bottom: 20px;
}
} .cart-container {
margin-bottom: 30px;
text-align: right;
}
.cart-container a {
line-height: 22px;
margin-right: 24px;
}
.cart-container a:last-child {
margin-right: 0;
} .woocommerce form .form-row label.inline {
width: 100%;
margin-top: 12px;
}
.woocommerce-MyAccount-navigation ul {
list-style-type: none;
padding: 0;
margin-bottom: 30px;
}
.woocommerce-MyAccount-navigation ul li {
display: inline-block;
margin-right: 24px;
}
.woocommerce-MyAccount-navigation ul li:last-child {
margin-right: 0;
}
.woocommerce form .form-row label {
margin-right: 18px;
} .text-break {
display: block;
}
@media screen and (max-width:768px) {
.text-break {
display: inline-block;
}
}
.product-item .btn-product:hover {
background-color: #FDBD10;
color: #000;
}
.product-text-container {
line-height: 24px;
}
.product-text-container p,
.product-text-container .tab-content {
margin-bottom: 6px;
color: #1b1d21;
} .notice-jamstvo {
font-weight: 700;
}
.notice-jamstvo,
.jamstvo {
margin-bottom: 6px;
color: #1b1d21;
}
.shop-catalog .widget .widget-title {
width: 100%;
}
.similar-products-container ul {
padding: 0;
}
.products {
padding: 0;
}
.woocommerce-cart-form__cart-item input {
padding: 10px 4px;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
background-color: #fff !important;
}
.wc-proceed-to-checkout .button {
background-color: #00154e !important;
}
.wc-proceed-to-checkout .button:hover {
background-color: #1729b3 !important;
}
@media screen and (min-width:768px) {
#coupon_code {
width: 200px;
}
}
.woocommerce-input-wrapper {
display: block;
width: 100%;
}
.woocommerce-input-wrapper textarea {
height: 300px;
}
#billing_phone_field {
display: block;
width: 100%;
}
#billing_country_field .woocommerce-input-wrapper {
width: initial;
display: inline-block;
}
#billing_country_field .woocommerce-input-wrapper strong {
line-height: 2;
}
.cart-subtotal .amount,
.order-total .amount,
.woocommerce-checkout-review-order-table .amount {
color: #00154e;
}
#place_order {
background-color: #00154e;
border: none;
}
#place_order:hover {
background-color: #1729b3;
}
.woocommerce-input-wrapper textarea {
min-height: 200px;
}
.woocommerce-cart-form__cart-item .product-thumbnail {
text-align: center;
}
.woocommerce-cart-form__cart-item .product-thumbnail img {
width: 50%;
height: auto;
}
@media screen and (max-width:992px) {
.woocommerce-cart-form__cart-item .product-thumbnail img {
width: 100%;
}
}
.payment_method_cod p {
color: #000;
}
#customer_details {
width: 100%;
}
@media screen and (max-width:992px) {
#customer_details {
margin-bottom: 30px;
}
}
.woocommerce-checkout {
margin-top: 30px;
}
.woocommerce-info {
border-top-color: #00154e !important;
}
.woocommerce-info::before {
color: #00154e !important;
}
.services-form {
margin-bottom: 6px;
}
.services-form input {
margin-right: 12px;
} .odrzavanje-container {
margin-top: 120px;
}
.odrzavanje-container .main-heading {
margin-bottom: 50px;
}
@media screen and (max-width:992px) {
.odrzavanje-container {
margin-top: 80px;
}
.odrzavanje-container .main-heading {
margin-bottom: 40px;
}
}
@media screen and (max-width:768px) {
.odrzavanje-container {
margin-top: 60px;
}
.odrzavanje-container .main-heading {
margin-bottom: 30px;
}
}@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-stretch: normal;
font-display: swap;
src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0C4n.ttf) format('truetype');
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 500;
font-stretch: normal;
font-display: swap;
src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjr0C4n.ttf) format('truetype');
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
font-stretch: normal;
font-display: swap;
src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1y4n.ttf) format('truetype');
}
.cookies-traka {
display: none;
position: fixed;
bottom: 30px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
max-width: 650px;
width: 100%;
border-radius: 0px;
background-color: #ffffff;
z-index: 999;
box-shadow: 1px 10px 24px 0px rgba(0, 0, 0, 0.25);
-webkit-box-shadow: 1px 10px 24px 0px rgba(0, 0, 0, 0.25);
-moz-box-shadow: 1px 10px 24px 0px rgba(0, 0, 0, 0.25);
padding: 0 !important;
}
@media screen and (max-width: 992px) {
.cookies-traka {
bottom: 0px;
}
}
.cookies-traka p {
color: #000000;
}
.cookies-traka.active {
display: block;
opacity: 100%;
}
.cookies-traka .cookies-traka-inner {
display: block;
padding: 35px;
}
.cookies-traka .cookies-traka-inner p {
margin-top: 0px;
margin-bottom: 40px;
font-family: 'Open Sans', sans-serif;
}
.cookies-traka .cookies-traka-inner p a {
color: #00154e;
font-weight: bold;
}
.cookies-traka .cookies-traka-inner .cookies-traka-btn-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 20px;
width: 100%;
}
@media screen and (max-width: 992px) {
.cookies-traka .cookies-traka-inner .cookies-traka-btn-container {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
}
.cookies-traka .cookies-traka-inner .cookies-traka-btn-container button {
display: inline-block;
padding: 10px 20px;
border-radius: 0px;
font-weight: bold;
cursor: pointer;
border: 2px solid #00154e;
outline: none;
background-color: #ffffff;
font-size: 14px;
-webkit-transition: background-color 0.3s;
transition: background-color 0.3s;
font-family: 'Open Sans', sans-serif;
color: #000000;
}
.cookies-traka .cookies-traka-inner .cookies-traka-btn-container button:hover {
background-color: #f1f5f9;
}
.cookies-traka .cookies-traka-inner .cookies-traka-btn-container button.accept-all-cookies {
background-color: #00154e;
color: #ffffff;
}
.cookies-traka .cookies-traka-inner .cookies-traka-btn-container button.accept-all-cookies:hover {
background-color: #031f6b;
}
.cookies {
display: none;
z-index: 999;    scrollbar-color: #00154e #f1f1f1;
}
.cookies p {
color: #000000;
}
.cookies.active {
display: block;
position: fixed;
inset: 0;
background-color: #00000080;
-webkit-animation: showCookieModal 0.5s forwards;
animation: showCookieModal 0.5s forwards;
opacity: 0%;
}
@-webkit-keyframes showCookieModal {
from {
opacity: 0%;
}
to {
opacity: 100%;
}
}
@keyframes showCookieModal {
from {
opacity: 0%;
}
to {
opacity: 100%;
}
}
.cookies .cookies-modal {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
width: 50%;
background-color: #ffffff;
border: 1px solid #d0d0d0;
border-radius: 0px;
font-family: 'Open Sans', sans-serif;
max-height: 80vh;
}
@media screen and (max-width: 992px) {
.cookies .cookies-modal {
width: 90%;
}
}
.cookies .cookies-modal p {
margin: 0;
}
.cookies .cookies-modal a {
color: #00154e;
font-weight: bold;
cursor: pointer;
}
.cookies .cookies-modal .cookies-header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
border-bottom: 1px solid #d0d0d0;
}
.cookies .cookies-modal .cookies-header .cookies-header-link {
-webkit-box-flex: 1;
-ms-flex: auto;
flex: auto;
color: #000000;
text-align: center;
margin: 0;
padding: 15px 0;
cursor: pointer;
font-weight: bold;
}
.cookies .cookies-modal .cookies-header .cookies-header-link.active {
border-bottom: 2px solid #00154e;
color: #00154e;
}
.cookies .cookies-modal .cookies-body {
padding: 15px;
overflow-y: scroll;
border-bottom: 1px solid #d0d0d0;
}
.cookies .cookies-modal .cookies-body .cookies-body-content {
display: none;
}
.cookies .cookies-modal .cookies-body .cookies-body-content.active {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 20px;
}
.cookies .cookies-modal .cookies-body .cookies-body-content .cookies-body-content-dropdown {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding-bottom: 20px;
border-bottom: 1px solid #d0d0d0;
gap: 20px;
}
.cookies .cookies-modal .cookies-body .cookies-body-content .cookies-body-content-dropdown:last-of-type {
border-bottom: 0px;
}
.cookies .cookies-modal .cookies-body .cookies-body-content .cookies-body-content-dropdown .open-first-level-cookie-dropdown,
.cookies .cookies-modal .cookies-body .cookies-body-content .cookies-body-content-dropdown .open-second-level-cookie-dropdown {
cursor: pointer;
padding-top: 5px;
}
.cookies .cookies-modal .cookies-body .cookies-body-content .cookies-body-content-dropdown .open-first-level-cookie-dropdown.active svg,
.cookies .cookies-modal .cookies-body .cookies-body-content .cookies-body-content-dropdown .open-second-level-cookie-dropdown.active svg {
-webkit-transform: rotate(-180deg);
transform: rotate(-180deg);
}
.cookies .cookies-modal .cookies-body .cookies-body-content .cookies-body-content-dropdown p.open-first-level-cookie-dropdown {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.cookies .cookies-modal .cookies-body .cookies-body-content .cookies-body-content-dropdown p.open-first-level-cookie-dropdown span.cookie-open-icon {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-right: 20px;
}
@media screen and (max-width: 768px) {
.cookies .cookies-modal .cookies-body .cookies-body-content .cookies-body-content-dropdown p.open-first-level-cookie-dropdown span.cookie-open-icon {
margin-right: 10px;
}
}
.cookies .cookies-modal .cookies-body .cookies-body-content .cookies-body-content-dropdown p.open-first-level-cookie-dropdown span.cookie-open-icon.active svg {
-webkit-transform: rotate(-180deg);
transform: rotate(-180deg);
}
.cookies .cookies-modal .cookies-body .cookies-body-content .cookies-body-content-dropdown span.cookie-count {
display: inline-block;
background-color: #d0d0d0;
font-size: 14px;
padding: 2px 5px;
font-weight: bold;
border-radius: 25%;
margin-left: 10px;
line-height: normal;
}
.cookies .cookies-modal .cookies-body .cookies-body-content .cookies-body-content-dropdown p.description {
margin-left: 50px;
}
@media screen and (max-width: 768px) {
.cookies .cookies-modal .cookies-body .cookies-body-content .cookies-body-content-dropdown p.description {
margin-left: 0px;
}
}
.cookies .cookies-modal .cookies-body .cookies-body-content .cookies-body-content-dropdown .cookies-body-content-dropdown-inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 40px;
}
.cookies .cookies-modal .cookies-body .cookies-body-content .cookies-body-content-dropdown .cookies-body-content-dropdown-inner .cookies-body-content-dropdown-preview {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 20px;
}
.cookies .cookies-modal .cookies-body .cookies-body-content .cookies-body-content-dropdown .cookies-body-content-dropdown-inner .cookies-body-content-dropdown-preview .cookies-body-content-dropdown-preview-title {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.cookies .cookies-modal .cookies-body .cookies-body-content .cookies-body-content-dropdown .cookies-body-content-dropdown-inner .cookies-body-content-dropdown-preview .cookies-body-content-dropdown-preview-title p {
width: 69%;
}
@media screen and (min-width: 768px) {
.cookies .cookies-modal .cookies-body .cookies-body-content .cookies-body-content-dropdown .cookies-body-content-dropdown-inner .cookies-body-content-dropdown-preview .cookies-body-content-dropdown-preview-title p {
width: 80%;
}
}
.cookies .cookies-modal .cookies-body .cookies-body-content .cookies-body-content-dropdown .cookies-body-content-dropdown-inner .cookies-body-content-dropdown-content {
display: none;
margin-left: 50px;
}
@media screen and (max-width: 768px) {
.cookies .cookies-modal .cookies-body .cookies-body-content .cookies-body-content-dropdown .cookies-body-content-dropdown-inner .cookies-body-content-dropdown-content {
margin-left: 0px;
}
}
.cookies .cookies-modal .cookies-body .cookies-body-content .cookies-body-content-dropdown .cookies-body-content-dropdown-inner .cookies-body-content-dropdown-content.active {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 20px;
}
.cookies .cookies-modal .cookies-body .cookies-body-content .cookies-body-content-dropdown .cookies-body-content-dropdown-inner .cookies-body-content-dropdown-content .cookies-body-content-dropdown-content-dropdown {
padding: 15px;
border: 1px solid #d0d0d0;
border-radius: 0px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 20px;
}
.cookies .cookies-modal .cookies-body .cookies-body-content .cookies-body-content-dropdown .cookies-body-content-dropdown-inner .cookies-body-content-dropdown-content .cookies-body-content-dropdown-content-dropdown .cookies-body-content-dropdown-content-dropdown-preview {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.cookies .cookies-modal .cookies-body .cookies-body-content .cookies-body-content-dropdown .cookies-body-content-dropdown-inner .cookies-body-content-dropdown-content .cookies-body-content-dropdown-content-dropdown .cookies-body-content-dropdown-content-dropdown-preview .cookies-body-content-dropdown-preview-title {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.cookies .cookies-modal .cookies-body .cookies-body-content .cookies-body-content-dropdown .cookies-body-content-dropdown-inner .cookies-body-content-dropdown-content .cookies-body-content-dropdown-content-dropdown .cookies-body-content-dropdown-content-dropdown-content {
display: none;
border-top: 1px solid #d0d0d0;
padding-top: 20px;
}
.cookies .cookies-modal .cookies-body .cookies-body-content .cookies-body-content-dropdown .cookies-body-content-dropdown-inner .cookies-body-content-dropdown-content .cookies-body-content-dropdown-content-dropdown .cookies-body-content-dropdown-content-dropdown-content.active {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 10px;
}
.cookies .cookies-modal .cookies-body .cookies-body-content .cookies-body-content-dropdown .cookies-body-content-dropdown-inner .cookies-body-content-dropdown-content .cookies-body-content-dropdown-content-dropdown .cookies-body-content-dropdown-content-dropdown-content .cookies-body-content-dropdown-content-dropdown-content-dropdown {
padding: 15px;
border: 1px solid #d0d0d0;
background-color: #e6e5e5;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 10px;
border-radius: 0px;
}
.cookies .cookies-modal .cookies-body .cookies-body-content .cookies-body-content-dropdown .cookies-body-content-dropdown-inner .cookies-body-content-dropdown-content .cookies-body-content-dropdown-content-dropdown .cookies-body-content-dropdown-content-dropdown-content .cookies-body-content-dropdown-content-dropdown-content-dropdown .cookies-body-content-dropdown-content-dropdown-content-dropdown-text {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.cookies .cookies-modal .cookies-body .cookies-body-content .cookies-body-content-dropdown .cookies-body-content-dropdown-inner .cookies-body-content-dropdown-content .cookies-body-content-dropdown-content-dropdown .cookies-body-content-dropdown-content-dropdown-content .cookies-body-content-dropdown-content-dropdown-content-dropdown .cookies-body-content-dropdown-content-dropdown-content-dropdown-text p {
-webkit-box-flex: 1;
-ms-flex: auto;
flex: auto;
}
.cookies .cookies-modal .cookies-footer {
padding: 15px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 10px;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.cookies .cookies-modal .cookies-footer button {
display: inline-block;
padding: 10px 20px;
border-radius: 0px;
font-weight: bold;
cursor: pointer;
border: 2px solid #00154e;
outline: none;
background-color: #ffffff;
font-size: 14px;
-webkit-transition: background-color 0.3s;
transition: background-color 0.3s;
font-family: 'Open Sans', sans-serif;
color: #000000;
-webkit-box-flex: 1;
-ms-flex: auto;
flex: auto;
}
.cookies .cookies-modal .cookies-footer button:hover {
background-color: #f1f5f9;
}
@media screen and (min-width: 768px) {
.cookies .cookies-modal .cookies-footer button {
-webkit-box-flex: unset;
-ms-flex: unset;
flex: unset;
}
}
.cookies .cookies-modal .cookies-footer button.cookies-btn-fill {
background-color: #00154e;
color: #ffffff;
}
.cookies .cookies-modal .cookies-footer button.cookies-btn-fill:hover {
background-color: #031f6b;
}
.cookies .cookies-modal .switch {
display: inline-block;
height: 34px;
position: relative;
width: 80px;
}
.cookies .cookies-modal .switch input {
display: none;
}
.cookies .cookies-modal .cookie-slider {
background-color: #ccc;
bottom: 0;
cursor: pointer;
left: 0;
position: absolute;
right: 0;
top: 0;
-webkit-transition: 0.4s;
transition: 0.4s;
}
.cookies .cookies-modal .cookie-slider.disabled {
cursor: not-allowed;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.cookies .cookies-modal .cookie-slider.disabled img {
width: 17px;
margin-right: 37px;
margin-top: 2px;
}
.cookies .cookies-modal .cookie-slider:before {
background-color: #ffffff;
bottom: 4px;
content: "";
height: 26px;
left: 4px;
position: absolute;
-webkit-transition: 0.4s;
transition: 0.4s;
width: 26px;
}
.cookies .cookies-modal input:checked + .cookie-slider {
background-color: #66bb6a;
}
.cookies .cookies-modal input:checked + .cookie-slider:before {
-webkit-transform: translateX(44px);
transform: translateX(44px);
}
.cookies .cookies-modal .cookie-slider.round {
border-radius: 34px;
}
.cookies .cookies-modal .cookie-slider.round:before {
border-radius: 50%;
}
.cookies .cookies-modal .cookie-border {
height: 1px;
width: 100%;
border-top: 1px solid #d0d0d0;
}
.cookies ::-webkit-scrollbar {
width: 10px;
}
.cookies ::-webkit-scrollbar-track {
background: #f1f1f1;
}
.cookies ::-webkit-scrollbar-thumb {
background: #00154e;
}
.cookies ::-webkit-scrollbar-thumb:hover {
background: #031f6b;
}