.vegas-wrapper,
.vegas-overlay,
.vegas-timer,
.vegas-slide,
.vegas-slide-inner {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
overflow: hidden;
border: none;
padding: 0;
margin: 0;
}
.vegas-overlay {
background: rgba(0, 0, 0, .4);
}
.vegas-timer {
top: auto;
bottom: 0;
height: 2px;
}
.vegas-timer-progress {
width: 0%;
height: 100%;
background: white;
-webkit-transition: width ease-out;
transition: width ease-out;
}
.vegas-timer-running .vegas-timer-progress {
width: 100%;
}
.vegas-slide,
.vegas-slide-inner {
margin: 0;
padding: 0;
background: transparent center center no-repeat;
-webkit-transform: translateZ(0);
transform: translateZ(0);
will-change: transform, opacity;
}
body .vegas-container {
overflow: hidden !important;
position: relative;
}
.vegas-video {
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
}
body.vegas-container {
overflow: auto;
position: static;
z-index: -2;
}
body.vegas-container > .vegas-timer,
body.vegas-container > .vegas-overlay,
body.vegas-container > .vegas-slide {
position: fixed;
z-index: -1;
} _::full-page-media, _:future,
:root body.vegas-container > .vegas-slide,
:root body.vegas-container > .vegas-overlay {
bottom: -76px;
}   .vegas-transition-blur,
.vegas-transition-blur2 {
opacity: 0;
-webkit-filter: blur(32px);
filter: blur(32px);
}
.vegas-transition-blur-in,
.vegas-transition-blur2-in {
opacity: 1;
-webkit-filter: blur(0px);
filter: blur(0px);
}
.vegas-transition-blur2-out {
opacity: 0;
}   .vegas-transition-burn,
.vegas-transition-burn2 {
opacity: 0;
-webkit-filter: contrast(1000%) saturate(1000%);
filter: contrast(1000%) saturate(1000%);
}
.vegas-transition-burn-in,
.vegas-transition-burn2-in {
opacity: 1;
-webkit-filter: contrast(100%) saturate(100%);
filter: contrast(100%) saturate(100%);
}
.vegas-transition-burn2-out {
opacity: 0;
-webkit-filter: contrast(1000%) saturate(1000%);
filter: contrast(1000%) saturate(1000%);
}   .vegas-transition-fade,
.vegas-transition-fade2 {
opacity: 0;
}
.vegas-transition-fade-in,
.vegas-transition-fade2-in {
opacity: 1;
}
.vegas-transition-fade2-out {
opacity: 0;
}   .vegas-transition-flash,
.vegas-transition-flash2 {
opacity: 0;
-webkit-filter: brightness(25);
filter: brightness(25);
}
.vegas-transition-flash-in,
.vegas-transition-flash2-in {
opacity: 1;
-webkit-filter: brightness(1);
filter: brightness(1);
}
.vegas-transition-flash2-out {
opacity: 0;
-webkit-filter: brightness(25);
filter: brightness(25);
}   .vegas-transition-negative,
.vegas-transition-negative2 {
opacity: 0;
-webkit-filter: invert(100%);
filter: invert(100%);
}
.vegas-transition-negative-in,
.vegas-transition-negative2-in {
opacity: 1;
-webkit-filter: invert(0);
filter: invert(0);
}
.vegas-transition-negative2-out {
opacity: 0;
-webkit-filter: invert(100%);
filter: invert(100%);
}   .vegas-transition-slideDown,
.vegas-transition-slideDown2 {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
.vegas-transition-slideDown-in,
.vegas-transition-slideDown2-in {
-webkit-transform: translateY(0%);
transform: translateY(0%);
}
.vegas-transition-slideDown2-out {
-webkit-transform: translateY(100%);
transform: translateY(100%);
}   .vegas-transition-slideLeft,
.vegas-transition-slideLeft2 {
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
.vegas-transition-slideLeft-in,
.vegas-transition-slideLeft2-in {
-webkit-transform: translateX(0%);
transform: translateX(0%);
}
.vegas-transition-slideLeft2-out {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}   .vegas-transition-slideRight,
.vegas-transition-slideRight2 {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
.vegas-transition-slideRight-in,
.vegas-transition-slideRight2-in {
-webkit-transform: translateX(0%);
transform: translateX(0%);
}
.vegas-transition-slideRight2-out {
-webkit-transform: translateX(100%);
transform: translateX(100%);
}   .vegas-transition-slideUp,
.vegas-transition-slideUp2 {
-webkit-transform: translateY(100%);
transform: translateY(100%);
}
.vegas-transition-slideUp-in,
.vegas-transition-slideUp2-in {
-webkit-transform: translateY(0%);
transform: translateY(0%);
}
.vegas-transition-slideUp2-out {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}   .vegas-transition-swirlLeft,
.vegas-transition-swirlLeft2 {
-webkit-transform: scale(2) rotate(35deg);
transform: scale(2) rotate(35deg);
opacity: 0;
}
.vegas-transition-swirlLeft-in,
.vegas-transition-swirlLeft2-in {
-webkit-transform: scale(1) rotate(0deg);
transform: scale(1) rotate(0deg);
opacity: 1;
}
.vegas-transition-swirlLeft2-out {
-webkit-transform: scale(2) rotate(-35deg);
transform: scale(2) rotate(-35deg);
opacity: 0;
}   .vegas-transition-swirlRight,
.vegas-transition-swirlRight2 {
-webkit-transform: scale(2) rotate(-35deg);
transform: scale(2) rotate(-35deg);
opacity: 0;
}
.vegas-transition-swirlRight-in,
.vegas-transition-swirlRight2-in {
-webkit-transform: scale(1) rotate(0deg);
transform: scale(1) rotate(0deg);
opacity: 1;
}
.vegas-transition-swirlRight2-out {
-webkit-transform: scale(2) rotate(35deg);
transform: scale(2) rotate(35deg);
opacity: 0;
}   .vegas-transition-zoomIn,
.vegas-transition-zoomIn2 {
-webkit-transform: scale(0);
transform: scale(0);
opacity: 0;
}
.vegas-transition-zoomIn-in,
.vegas-transition-zoomIn2-in {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
.vegas-transition-zoomIn2-out {
-webkit-transform: scale(2);
transform: scale(2);
opacity: 0;
}   .vegas-transition-zoomOut,
.vegas-transition-zoomOut2 {
-webkit-transform: scale(2);
transform: scale(2);
opacity: 0;
}
.vegas-transition-zoomOut-in,
.vegas-transition-zoomOut2-in {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
.vegas-transition-zoomOut2-out {
-webkit-transform: scale(0);
transform: scale(0);
opacity: 0;
}   .vegas-animation-kenburns {
-webkit-animation: kenburns ease-out;
animation: kenburns ease-out;
}
@-webkit-keyframes kenburns {
0% {
-webkit-transform: scale(1.5);
transform: scale(1.5);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes kenburns {
0% {
-webkit-transform: scale(1.5);
transform: scale(1.5);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}   .vegas-animation-kenburnsDownLeft {
-webkit-animation: kenburnsDownLeft ease-out;
animation: kenburnsDownLeft ease-out;
}
@-webkit-keyframes kenburnsDownLeft {
0% {
-webkit-transform: scale(1.5) translate(10%, -10%);
transform: scale(1.5) translate(10%, -10%);
}
100% {
-webkit-transform: scale(1) translate(0, 0);
transform: scale(1) translate(0, 0);
}
}
@keyframes kenburnsDownLeft {
0% {
-webkit-transform: scale(1.5) translate(10%, -10%);
transform: scale(1.5) translate(10%, -10%);
}
100% {
-webkit-transform: scale(1) translate(0, 0);
transform: scale(1) translate(0, 0);
}
}   .vegas-animation-kenburnsDownRight {
-webkit-animation: kenburnsDownRight ease-out;
animation: kenburnsDownRight ease-out;
}
@-webkit-keyframes kenburnsDownRight {
0% {
-webkit-transform: scale(1.5) translate(-10%, -10%);
transform: scale(1.5) translate(-10%, -10%);
}
100% {
-webkit-transform: scale(1) translate(0, 0);
transform: scale(1) translate(0, 0);
}
}
@keyframes kenburnsDownRight {
0% {
-webkit-transform: scale(1.5) translate(-10%, -10%);
transform: scale(1.5) translate(-10%, -10%);
}
100% {
-webkit-transform: scale(1) translate(0, 0);
transform: scale(1) translate(0, 0);
}
}   .vegas-animation-kenburnsDown {
-webkit-animation: kenburnsDown ease-out;
animation: kenburnsDown ease-out;
}
@-webkit-keyframes kenburnsDown {
0% {
-webkit-transform: scale(1.5) translate(0, -10%);
transform: scale(1.5) translate(0, -10%);
}
100% {
-webkit-transform: scale(1) translate(0, 0);
transform: scale(1) translate(0, 0);
}
}
@keyframes kenburnsDown {
0% {
-webkit-transform: scale(1.5) translate(0, -10%);
transform: scale(1.5) translate(0, -10%);
}
100% {
-webkit-transform: scale(1) translate(0, 0);
transform: scale(1) translate(0, 0);
}
}   .vegas-animation-kenburnsLeft {
-webkit-animation: kenburnsLeft ease-out;
animation: kenburnsLeft ease-out;
}
@-webkit-keyframes kenburnsLeft {
0% {
-webkit-transform: scale(1.5) translate(10%, 0);
transform: scale(1.5) translate(10%, 0);
}
100% {
-webkit-transform: scale(1) translate(0, 0);
transform: scale(1) translate(0, 0);
}
}
@keyframes kenburnsLeft {
0% {
-webkit-transform: scale(1.5) translate(10%, 0);
transform: scale(1.5) translate(10%, 0);
}
100% {
-webkit-transform: scale(1) translate(0, 0);
transform: scale(1) translate(0, 0);
}
}   .vegas-animation-kenburnsRight {
-webkit-animation: kenburnsRight ease-out;
animation: kenburnsRight ease-out;
}
@-webkit-keyframes kenburnsRight {
0% {
-webkit-transform: scale(1.5) translate(-10%, 0);
transform: scale(1.5) translate(-10%, 0);
}
100% {
-webkit-transform: scale(1) translate(0, 0);
transform: scale(1) translate(0, 0);
}
}
@keyframes kenburnsRight {
0% {
-webkit-transform: scale(1.5) translate(-10%, 0);
transform: scale(1.5) translate(-10%, 0);
}
100% {
-webkit-transform: scale(1) translate(0, 0);
transform: scale(1) translate(0, 0);
}
}   .vegas-animation-kenburnsUpLeft {
-webkit-animation: kenburnsUpLeft ease-out;
animation: kenburnsUpLeft ease-out;
}
@-webkit-keyframes kenburnsUpLeft {
0% {
-webkit-transform: scale(1.5) translate(10%, 10%);
transform: scale(1.5) translate(10%, 10%);
}
100% {
-webkit-transform: scale(1) translate(0, 0);
transform: scale(1) translate(0, 0);
}
}
@keyframes kenburnsUpLeft {
0% {
-webkit-transform: scale(1.5) translate(10%, 10%);
transform: scale(1.5) translate(10%, 10%);
}
100% {
-webkit-transform: scale(1) translate(0, 0);
transform: scale(1) translate(0, 0);
}
}   .vegas-animation-kenburnsUpRight {
-webkit-animation: kenburnsUpRight ease-out;
animation: kenburnsUpRight ease-out;
}
@-webkit-keyframes kenburnsUpRight {
0% {
-webkit-transform: scale(1.5) translate(-10%, 10%);
transform: scale(1.5) translate(-10%, 10%);
}
100% {
-webkit-transform: scale(1) translate(0, 0);
transform: scale(1) translate(0, 0);
}
}
@keyframes kenburnsUpRight {
0% {
-webkit-transform: scale(1.5) translate(-10%, 10%);
transform: scale(1.5) translate(-10%, 10%);
}
100% {
-webkit-transform: scale(1) translate(0, 0);
transform: scale(1) translate(0, 0);
}
}   .vegas-animation-kenburnsUp {
-webkit-animation: kenburnsUp ease-out;
animation: kenburnsUp ease-out;
}
@-webkit-keyframes kenburnsUp {
0% {
-webkit-transform: scale(1.5) translate(0, 10%);
transform: scale(1.5) translate(0, 10%);
}
100% {
-webkit-transform: scale(1) translate(0, 0);
transform: scale(1) translate(0, 0);
}
}
@keyframes kenburnsUp {
0% {
-webkit-transform: scale(1.5) translate(0, 10%);
transform: scale(1.5) translate(0, 10%);
}
100% {
-webkit-transform: scale(1) translate(0, 0);
transform: scale(1) translate(0, 0);
}
}.preloader {
background: #fff;
height: 100%;
position: fixed;
width: 100%;
z-index: 100000;
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: auto;
}
.preloader img {
bottom: 0;
height: 200px;
left: 0;
margin: auto;
position: absolute;
right: 0;
top: 0;
width: 200px;
} .la-ball-circus,.la-ball-circus>div{position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.la-ball-circus{display:block;font-size:0;color:#000}
.la-ball-circus.la-dark{color:#000}
.la-ball-circus>div{display:inline-block;float:none;background-color:currentColor;border:0 solid currentColor}
.la-ball-circus{width:16px;height:16px}
.la-ball-circus>div{position:absolute;top:0;left:-100%;display:block;width:16px;width:100%;height:16px;height:100%;border-radius:100%;opacity:.5;-webkit-animation:ball-circus-position 2.5s infinite cubic-bezier(0.25, 0, 0.75, 1),ball-circus-size 2.5s infinite cubic-bezier(0.25, 0, 0.75, 1);-moz-animation:ball-circus-position 2.5s infinite cubic-bezier(0.25, 0, 0.75, 1),ball-circus-size 2.5s infinite cubic-bezier(0.25, 0, 0.75, 1);-o-animation:ball-circus-position 2.5s infinite cubic-bezier(0.25, 0, 0.75, 1),ball-circus-size 2.5s infinite cubic-bezier(0.25, 0, 0.75, 1);animation:ball-circus-position 2.5s infinite cubic-bezier(0.25, 0, 0.75, 1),ball-circus-size 2.5s infinite cubic-bezier(0.25, 0, 0.75, 1)}
.la-ball-circus>div:nth-child(1){-webkit-animation-delay:0s,-0.5s;-moz-animation-delay:0s,-0.5s;-o-animation-delay:0s,-0.5s;animation-delay:0s,-0.5s}
.la-ball-circus>div:nth-child(2){-webkit-animation-delay:-0.5s,-1s;-moz-animation-delay:-0.5s,-1s;-o-animation-delay:-0.5s,-1s;animation-delay:-0.5s,-1s}
.la-ball-circus>div:nth-child(3){-webkit-animation-delay:-1s,-1.5s;-moz-animation-delay:-1s,-1.5s;-o-animation-delay:-1s,-1.5s;animation-delay:-1s,-1.5s}
.la-ball-circus>div:nth-child(4){-webkit-animation-delay:-1.5s,-2s;-moz-animation-delay:-1.5s,-2s;-o-animation-delay:-1.5s,-2s;animation-delay:-1.5s,-2s}
.la-ball-circus>div:nth-child(5){-webkit-animation-delay:-2s,-2.5s;-moz-animation-delay:-2s,-2.5s;-o-animation-delay:-2s,-2.5s;animation-delay:-2s,-2.5s}
.la-ball-circus.la-sm{width:8px;height:8px}
.la-ball-circus.la-sm>div{width:8px;height:8px}
.la-ball-circus.la-2x{width:32px;height:32px;  left: 0; top: 0; right: 0; margin: auto; bottom: 0; position: absolute;}
.la-ball-circus.la-2x>div{width:32px;height:32px}
.la-ball-circus.la-3x{width:48px;height:48px}
.la-ball-circus.la-3x>div{width:48px;height:48px}@-webkit-keyframes ball-circus-position{50%{left:100%}}@-moz-keyframes ball-circus-position{50%{left:100%}}@-o-keyframes ball-circus-position{50%{left:100%}}@keyframes ball-circus-position{50%{left:100%}}@-webkit-keyframes ball-circus-size{50%{-webkit-transform:scale(0.3, 0.3);transform:scale(0.3, 0.3)}}@-moz-keyframes ball-circus-size{50%{-moz-transform:scale(0.3, 0.3);transform:scale(0.3, 0.3)}}@-o-keyframes ball-circus-size{50%{-o-transform:scale(0.3, 0.3);transform:scale(0.3, 0.3)}}@keyframes ball-circus-size{50%{-webkit-transform:scale(0.3, 0.3);-moz-transform:scale(0.3, 0.3);-o-transform:scale(0.3, 0.3);transform:scale(0.3, 0.3)}} .la-ball-climbing-dot,
.la-ball-climbing-dot>div{position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.la-ball-climbing-dot{display:block;font-size:0;color:#000}
.la-ball-climbing-dot.la-dark{color:#000}
.la-ball-climbing-dot>div{display:inline-block;float:none;background-color:currentColor;border:0 solid currentColor}
.la-ball-climbing-dot{width:42px;height:32px}
.la-ball-climbing-dot>div:nth-child(1){position:absolute;bottom:32%;left:18%;width:14px;height:14px;border-radius:100%;-webkit-transform-origin:center bottom;-moz-transform-origin:center bottom;-ms-transform-origin:center bottom;-o-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation:ball-climbing-dot-jump 0.6s ease-in-out infinite;-moz-animation:ball-climbing-dot-jump 0.6s ease-in-out infinite;-o-animation:ball-climbing-dot-jump 0.6s ease-in-out infinite;animation:ball-climbing-dot-jump 0.6s ease-in-out infinite}
.la-ball-climbing-dot>div:not(:nth-child(1)){position:absolute;top:0;right:0;width:14px;height:2px;border-radius:0;-webkit-transform:translate(60%, 0);-moz-transform:translate(60%, 0);-ms-transform:translate(60%, 0);-o-transform:translate(60%, 0);transform:translate(60%, 0);-webkit-animation:ball-climbing-dot-steps 1.8s linear infinite;-moz-animation:ball-climbing-dot-steps 1.8s linear infinite;-o-animation:ball-climbing-dot-steps 1.8s linear infinite;animation:ball-climbing-dot-steps 1.8s linear infinite}.la-ball-climbing-dot>div:not(:nth-child(1)):nth-child(2){-webkit-animation-delay:0ms;-moz-animation-delay:0ms;-o-animation-delay:0ms;animation-delay:0ms}
.la-ball-climbing-dot>div:not(:nth-child(1)):nth-child(3){-webkit-animation-delay:-600ms;-moz-animation-delay:-600ms;-o-animation-delay:-600ms;animation-delay:-600ms}
.la-ball-climbing-dot>div:not(:nth-child(1)):nth-child(4){-webkit-animation-delay:-1200ms;-moz-animation-delay:-1200ms;-o-animation-delay:-1200ms;animation-delay:-1200ms}
.la-ball-climbing-dot.la-sm{width:20px;height:16px}
.la-ball-climbing-dot.la-sm>div:nth-child(1){width:6px;height:6px}
.la-ball-climbing-dot.la-sm>div:not(:nth-child(1)){width:6px;height:1px}
.la-ball-climbing-dot.la-2x{width:84px;height:64px; left: 0; top: 0; right: 0; margin: auto; bottom: 0; position: absolute;}
.la-ball-climbing-dot.la-2x>div:nth-child(1){width:28px;height:28px}
.la-ball-climbing-dot.la-2x>div:not(:nth-child(1)){width:28px;height:4px}
.la-ball-climbing-dot.la-3x{width:126px;height:96px}
.la-ball-climbing-dot.la-3x>div:nth-child(1){width:42px;height:42px}
.la-ball-climbing-dot.la-3x>div:not(:nth-child(1)){width:42px;height:6px}@-webkit-keyframes ball-climbing-dot-jump{0%{-webkit-transform:scale(1, 0.7);transform:scale(1, 0.7)}20%{-webkit-transform:scale(0.7, 1.2);transform:scale(0.7, 1.2)}40%{-webkit-transform:scale(1, 1);transform:scale(1, 1)}50%{bottom:125%}46%{-webkit-transform:scale(1, 1);transform:scale(1, 1)}80%{-webkit-transform:scale(0.7, 1.2);transform:scale(0.7, 1.2)}90%{-webkit-transform:scale(0.7, 1.2);transform:scale(0.7, 1.2)}100%{-webkit-transform:scale(1, 0.7);transform:scale(1, 0.7)}}@-moz-keyframes ball-climbing-dot-jump{0%{-moz-transform:scale(1, 0.7);transform:scale(1, 0.7)}20%{-moz-transform:scale(0.7, 1.2);transform:scale(0.7, 1.2)}40%{-moz-transform:scale(1, 1);transform:scale(1, 1)}50%{bottom:125%}46%{-moz-transform:scale(1, 1);transform:scale(1, 1)}80%{-moz-transform:scale(0.7, 1.2);transform:scale(0.7, 1.2)}90%{-moz-transform:scale(0.7, 1.2);transform:scale(0.7, 1.2)}100%{-moz-transform:scale(1, 0.7);transform:scale(1, 0.7)}}@-o-keyframes ball-climbing-dot-jump{0%{-o-transform:scale(1, 0.7);transform:scale(1, 0.7)}20%{-o-transform:scale(0.7, 1.2);transform:scale(0.7, 1.2)}40%{-o-transform:scale(1, 1);transform:scale(1, 1)}50%{bottom:125%}46%{-o-transform:scale(1, 1);transform:scale(1, 1)}80%{-o-transform:scale(0.7, 1.2);transform:scale(0.7, 1.2)}90%{-o-transform:scale(0.7, 1.2);transform:scale(0.7, 1.2)}100%{-o-transform:scale(1, 0.7);transform:scale(1, 0.7)}}@keyframes ball-climbing-dot-jump{0%{-webkit-transform:scale(1, 0.7);-moz-transform:scale(1, 0.7);-o-transform:scale(1, 0.7);transform:scale(1, 0.7)}20%{-webkit-transform:scale(0.7, 1.2);-moz-transform:scale(0.7, 1.2);-o-transform:scale(0.7, 1.2);transform:scale(0.7, 1.2)}40%{-webkit-transform:scale(1, 1);-moz-transform:scale(1, 1);-o-transform:scale(1, 1);transform:scale(1, 1)}50%{bottom:125%}46%{-webkit-transform:scale(1, 1);-moz-transform:scale(1, 1);-o-transform:scale(1, 1);transform:scale(1, 1)}80%{-webkit-transform:scale(0.7, 1.2);-moz-transform:scale(0.7, 1.2);-o-transform:scale(0.7, 1.2);transform:scale(0.7, 1.2)}90%{-webkit-transform:scale(0.7, 1.2);-moz-transform:scale(0.7, 1.2);-o-transform:scale(0.7, 1.2);transform:scale(0.7, 1.2)}100%{-webkit-transform:scale(1, 0.7);-moz-transform:scale(1, 0.7);-o-transform:scale(1, 0.7);transform:scale(1, 0.7)}}@-webkit-keyframes ball-climbing-dot-steps{0%{top:0;right:0;opacity:0}50%{opacity:1}100%{top:100%;right:100%;opacity:0}}@-moz-keyframes ball-climbing-dot-steps{0%{top:0;right:0;opacity:0}50%{opacity:1}100%{top:100%;right:100%;opacity:0}}@-o-keyframes ball-climbing-dot-steps{0%{top:0;right:0;opacity:0}50%{opacity:1}100%{top:100%;right:100%;opacity:0}}@keyframes ball-climbing-dot-steps{0%{top:0;right:0;opacity:0}50%{opacity:1}100%{top:100%;right:100%;opacity:0}} .la-ball-clip-rotate,.la-ball-clip-rotate>div{position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.la-ball-clip-rotate{display:block;font-size:0;color:#000}
.la-ball-clip-rotate.la-dark{color:#000}
.la-ball-clip-rotate>div{display:inline-block;float:none;background-color:currentColor;border:0 solid currentColor}
.la-ball-clip-rotate{width:32px;height:32px}
.la-ball-clip-rotate>div{width:32px;height:32px;background:transparent;border-width:2px;border-bottom-color:transparent;border-radius:100%;-webkit-animation:ball-clip-rotate 0.75s linear infinite;-moz-animation:ball-clip-rotate 0.75s linear infinite;-o-animation:ball-clip-rotate 0.75s linear infinite;animation:ball-clip-rotate 0.75s linear infinite}.la-ball-clip-rotate.la-sm{width:16px;height:16px}
.la-ball-clip-rotate.la-sm>div{width:16px;height:16px;border-width:1px}
.la-ball-clip-rotate.la-2x{width:64px;height:64px; left: 0; top: 0; right: 0; margin: auto; bottom: 0; position: absolute;}
.la-ball-clip-rotate.la-2x>div{width:64px;height:64px;border-width:4px}
.la-ball-clip-rotate.la-3x{width:96px;height:96px}
.la-ball-clip-rotate.la-3x>div{width:96px;height:96px;border-width:6px}@-webkit-keyframes ball-clip-rotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}50%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-moz-keyframes ball-clip-rotate{0%{-moz-transform:rotate(0deg);transform:rotate(0deg)}50%{-moz-transform:rotate(180deg);transform:rotate(180deg)}100%{-moz-transform:rotate(360deg);transform:rotate(360deg)}}@-o-keyframes ball-clip-rotate{0%{-o-transform:rotate(0deg);transform:rotate(0deg)}50%{-o-transform:rotate(180deg);transform:rotate(180deg)}100%{-o-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes ball-clip-rotate{0%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}50%{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}100%{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}} .la-ball-clip-rotate-multiple,
.la-ball-clip-rotate-multiple>div{position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.la-ball-clip-rotate-multiple{display:block;font-size:0;color:#000}
.la-ball-clip-rotate-multiple.la-dark{color:#000}
.la-ball-clip-rotate-multiple>div{display:inline-block;float:none;background-color:currentColor;border:0 solid currentColor}
.la-ball-clip-rotate-multiple{width:32px;height:32px}
.la-ball-clip-rotate-multiple>div{position:absolute;top:50%;left:50%;background:transparent;border-style:solid;border-width:2px;border-radius:100%;-webkit-animation:ball-clip-rotate-multiple-rotate 1s ease-in-out infinite;-moz-animation:ball-clip-rotate-multiple-rotate 1s ease-in-out infinite;-o-animation:ball-clip-rotate-multiple-rotate 1s ease-in-out infinite;animation:ball-clip-rotate-multiple-rotate 1s ease-in-out infinite}
.la-ball-clip-rotate-multiple>div:first-child{position:absolute;width:32px;height:32px;border-right-color:transparent;border-left-color:transparent}
.la-ball-clip-rotate-multiple>div:last-child{width:16px;height:16px;border-top-color:transparent;border-bottom-color:transparent;-webkit-animation-duration:.5s;-moz-animation-duration:.5s;-o-animation-duration:.5s;animation-duration:.5s;-webkit-animation-direction:reverse;-moz-animation-direction:reverse;-o-animation-direction:reverse;animation-direction:reverse}
.la-ball-clip-rotate-multiple.la-sm{width:16px;height:16px}
.la-ball-clip-rotate-multiple.la-sm>div{border-width:1px}
.la-ball-clip-rotate-multiple.la-sm>div:first-child{width:16px;height:16px}
.la-ball-clip-rotate-multiple.la-sm>div:last-child{width:8px;height:8px}
.la-ball-clip-rotate-multiple.la-2x{width:64px;height:64px; left: 0; top: 0; right: 0; margin: auto; bottom: 0; position: absolute;}
.la-ball-clip-rotate-multiple.la-2x>div{border-width:4px}
.la-ball-clip-rotate-multiple.la-2x>div:first-child{width:64px;height:64px}
.la-ball-clip-rotate-multiple.la-2x>div:last-child{width:32px;height:32px}
.la-ball-clip-rotate-multiple.la-3x{width:96px;height:96px;}
.la-ball-clip-rotate-multiple.la-3x>div{border-width:6px}
.la-ball-clip-rotate-multiple.la-3x>div:first-child{width:96px;height:96px}
.la-ball-clip-rotate-multiple.la-3x>div:last-child{width:48px;height:48px}@-webkit-keyframes ball-clip-rotate-multiple-rotate{0%{-webkit-transform:translate(-50%, -50%) rotate(0deg);transform:translate(-50%, -50%) rotate(0deg)}50%{-webkit-transform:translate(-50%, -50%) rotate(180deg);transform:translate(-50%, -50%) rotate(180deg)}100%{-webkit-transform:translate(-50%, -50%) rotate(360deg);transform:translate(-50%, -50%) rotate(360deg)}}@-moz-keyframes ball-clip-rotate-multiple-rotate{0%{-moz-transform:translate(-50%, -50%) rotate(0deg);transform:translate(-50%, -50%) rotate(0deg)}50%{-moz-transform:translate(-50%, -50%) rotate(180deg);transform:translate(-50%, -50%) rotate(180deg)}100%{-moz-transform:translate(-50%, -50%) rotate(360deg);transform:translate(-50%, -50%) rotate(360deg)}}@-o-keyframes ball-clip-rotate-multiple-rotate{0%{-o-transform:translate(-50%, -50%) rotate(0deg);transform:translate(-50%, -50%) rotate(0deg)}50%{-o-transform:translate(-50%, -50%) rotate(180deg);transform:translate(-50%, -50%) rotate(180deg)}100%{-o-transform:translate(-50%, -50%) rotate(360deg);transform:translate(-50%, -50%) rotate(360deg)}}@keyframes ball-clip-rotate-multiple-rotate{0%{-webkit-transform:translate(-50%, -50%) rotate(0deg);-moz-transform:translate(-50%, -50%) rotate(0deg);-o-transform:translate(-50%, -50%) rotate(0deg);transform:translate(-50%, -50%) rotate(0deg)}50%{-webkit-transform:translate(-50%, -50%) rotate(180deg);-moz-transform:translate(-50%, -50%) rotate(180deg);-o-transform:translate(-50%, -50%) rotate(180deg);transform:translate(-50%, -50%) rotate(180deg)}100%{-webkit-transform:translate(-50%, -50%) rotate(360deg);-moz-transform:translate(-50%, -50%) rotate(360deg);-o-transform:translate(-50%, -50%) rotate(360deg);transform:translate(-50%, -50%) rotate(360deg)}} .la-ball-clip-rotate-pulse,
.la-ball-clip-rotate-pulse>div{position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.la-ball-clip-rotate-pulse{display:block;font-size:0;color:#000}
.la-ball-clip-rotate-pulse.la-dark{color:#000}
.la-ball-clip-rotate-pulse>div{display:inline-block;float:none;background-color:currentColor;border:0 solid currentColor}
.la-ball-clip-rotate-pulse{width:32px;height:32px}
.la-ball-clip-rotate-pulse>div{position:absolute;top:50%;left:50%;border-radius:100%}
.la-ball-clip-rotate-pulse>div:first-child{position:absolute;width:32px;height:32px;background:transparent;border-style:solid;border-width:2px;border-right-color:transparent;border-left-color:transparent;-webkit-animation:ball-clip-rotate-pulse-rotate 1s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;-moz-animation:ball-clip-rotate-pulse-rotate 1s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;-o-animation:ball-clip-rotate-pulse-rotate 1s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;animation:ball-clip-rotate-pulse-rotate 1s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite}
.la-ball-clip-rotate-pulse>div:last-child{width:16px;height:16px;-webkit-animation:ball-clip-rotate-pulse-scale 1s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;-moz-animation:ball-clip-rotate-pulse-scale 1s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;-o-animation:ball-clip-rotate-pulse-scale 1s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;animation:ball-clip-rotate-pulse-scale 1s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite}
.la-ball-clip-rotate-pulse.la-sm{width:16px;height:16px}
.la-ball-clip-rotate-pulse.la-sm>div:first-child{width:16px;height:16px;border-width:1px}
.la-ball-clip-rotate-pulse.la-sm>div:last-child{width:8px;height:8px}
.la-ball-clip-rotate-pulse.la-2x{width:64px;height:64px; left: 0; top: 0; right: 0; margin: auto; bottom: 0; position: absolute;}
.la-ball-clip-rotate-pulse.la-2x>div:first-child{width:64px;height:64px;border-width:4px}
.la-ball-clip-rotate-pulse.la-2x>div:last-child{width:32px;height:32px}
.la-ball-clip-rotate-pulse.la-3x{width:96px;height:96px}
.la-ball-clip-rotate-pulse.la-3x>div:first-child{width:96px;height:96px;border-width:6px}
.la-ball-clip-rotate-pulse.la-3x>div:last-child{width:48px;height:48px}@-webkit-keyframes ball-clip-rotate-pulse-rotate{0%{-webkit-transform:translate(-50%, -50%) rotate(0deg);transform:translate(-50%, -50%) rotate(0deg)}50%{-webkit-transform:translate(-50%, -50%) rotate(180deg);transform:translate(-50%, -50%) rotate(180deg)}100%{-webkit-transform:translate(-50%, -50%) rotate(360deg);transform:translate(-50%, -50%) rotate(360deg)}}@-moz-keyframes ball-clip-rotate-pulse-rotate{0%{-moz-transform:translate(-50%, -50%) rotate(0deg);transform:translate(-50%, -50%) rotate(0deg)}50%{-moz-transform:translate(-50%, -50%) rotate(180deg);transform:translate(-50%, -50%) rotate(180deg)}100%{-moz-transform:translate(-50%, -50%) rotate(360deg);transform:translate(-50%, -50%) rotate(360deg)}}@-o-keyframes ball-clip-rotate-pulse-rotate{0%{-o-transform:translate(-50%, -50%) rotate(0deg);transform:translate(-50%, -50%) rotate(0deg)}50%{-o-transform:translate(-50%, -50%) rotate(180deg);transform:translate(-50%, -50%) rotate(180deg)}100%{-o-transform:translate(-50%, -50%) rotate(360deg);transform:translate(-50%, -50%) rotate(360deg)}}@keyframes ball-clip-rotate-pulse-rotate{0%{-webkit-transform:translate(-50%, -50%) rotate(0deg);-moz-transform:translate(-50%, -50%) rotate(0deg);-o-transform:translate(-50%, -50%) rotate(0deg);transform:translate(-50%, -50%) rotate(0deg)}50%{-webkit-transform:translate(-50%, -50%) rotate(180deg);-moz-transform:translate(-50%, -50%) rotate(180deg);-o-transform:translate(-50%, -50%) rotate(180deg);transform:translate(-50%, -50%) rotate(180deg)}100%{-webkit-transform:translate(-50%, -50%) rotate(360deg);-moz-transform:translate(-50%, -50%) rotate(360deg);-o-transform:translate(-50%, -50%) rotate(360deg);transform:translate(-50%, -50%) rotate(360deg)}}@-webkit-keyframes ball-clip-rotate-pulse-scale{0%,100%{opacity:1;-webkit-transform:translate(-50%, -50%) scale(1);transform:translate(-50%, -50%) scale(1)}30%{opacity:.3;-webkit-transform:translate(-50%, -50%) scale(0.15);transform:translate(-50%, -50%) scale(0.15)}}@-moz-keyframes ball-clip-rotate-pulse-scale{0%,100%{opacity:1;-moz-transform:translate(-50%, -50%) scale(1);transform:translate(-50%, -50%) scale(1)}30%{opacity:.3;-moz-transform:translate(-50%, -50%) scale(0.15);transform:translate(-50%, -50%) scale(0.15)}}@-o-keyframes ball-clip-rotate-pulse-scale{0%,100%{opacity:1;-o-transform:translate(-50%, -50%) scale(1);transform:translate(-50%, -50%) scale(1)}30%{opacity:.3;-o-transform:translate(-50%, -50%) scale(0.15);transform:translate(-50%, -50%) scale(0.15)}}@keyframes ball-clip-rotate-pulse-scale{0%,100%{opacity:1;-webkit-transform:translate(-50%, -50%) scale(1);-moz-transform:translate(-50%, -50%) scale(1);-o-transform:translate(-50%, -50%) scale(1);transform:translate(-50%, -50%) scale(1)}30%{opacity:.3;-webkit-transform:translate(-50%, -50%) scale(0.15);-moz-transform:translate(-50%, -50%) scale(0.15);-o-transform:translate(-50%, -50%) scale(0.15);transform:translate(-50%, -50%) scale(0.15)}} .la-ball-newton-cradle,
.la-ball-newton-cradle>div{position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.la-ball-newton-cradle{display:block;font-size:0;color:#000}
.la-ball-newton-cradle.la-dark{color:#000}
.la-ball-newton-cradle>div{display:inline-block;float:none;background-color:currentColor;border:0 solid currentColor}
.la-ball-newton-cradle{width:40px;height:10px}
.la-ball-newton-cradle>div{width:10px;height:10px;border-radius:100%}
.la-ball-newton-cradle>div:first-child{-webkit-transform:translateX(0%);-moz-transform:translateX(0%);-ms-transform:translateX(0%);-o-transform:translateX(0%);transform:translateX(0%);-webkit-animation:ball-newton-cradle-left 1s 0s ease-out infinite;-moz-animation:ball-newton-cradle-left 1s 0s ease-out infinite;-o-animation:ball-newton-cradle-left 1s 0s ease-out infinite;animation:ball-newton-cradle-left 1s 0s ease-out infinite}.la-ball-newton-cradle>div:last-child{-webkit-transform:translateX(0%);-moz-transform:translateX(0%);-ms-transform:translateX(0%);-o-transform:translateX(0%);transform:translateX(0%);-webkit-animation:ball-newton-cradle-right 1s 0s ease-out infinite;-moz-animation:ball-newton-cradle-right 1s 0s ease-out infinite;-o-animation:ball-newton-cradle-right 1s 0s ease-out infinite;animation:ball-newton-cradle-right 1s 0s ease-out infinite}
.la-ball-newton-cradle.la-sm{width:20px;height:4px}
.la-ball-newton-cradle.la-sm>div{width:4px;height:4px}
.la-ball-newton-cradle.la-2x{width:80px;height:20px; left: 0; top: 0; right: 0; margin: auto; bottom: 0; position: absolute;}
.la-ball-newton-cradle.la-2x>div{width:20px;height:20px}
.la-ball-newton-cradle.la-3x{width:120px;height:30px}
.la-ball-newton-cradle.la-3x>div{width:30px;height:30px}@-webkit-keyframes ball-newton-cradle-left{25%{-webkit-transform:translateX(-100%);transform:translateX(-100%);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}50%{-webkit-transform:translateX(0%);transform:translateX(0%)}}@-moz-keyframes ball-newton-cradle-left{25%{-moz-transform:translateX(-100%);transform:translateX(-100%);-moz-animation-timing-function:ease-in;animation-timing-function:ease-in}50%{-moz-transform:translateX(0%);transform:translateX(0%)}}@-o-keyframes ball-newton-cradle-left{25%{-o-transform:translateX(-100%);transform:translateX(-100%);-o-animation-timing-function:ease-in;animation-timing-function:ease-in}50%{-o-transform:translateX(0%);transform:translateX(0%)}}@keyframes ball-newton-cradle-left{25%{-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);-o-transform:translateX(-100%);transform:translateX(-100%);-webkit-animation-timing-function:ease-in;-moz-animation-timing-function:ease-in;-o-animation-timing-function:ease-in;animation-timing-function:ease-in}50%{-webkit-transform:translateX(0%);-moz-transform:translateX(0%);-o-transform:translateX(0%);transform:translateX(0%)}}@-webkit-keyframes ball-newton-cradle-right{50%{-webkit-transform:translateX(0%);transform:translateX(0%)}75%{-webkit-transform:translateX(100%);transform:translateX(100%);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:translateX(0%);transform:translateX(0%)}}@-moz-keyframes ball-newton-cradle-right{50%{-moz-transform:translateX(0%);transform:translateX(0%)}75%{-moz-transform:translateX(100%);transform:translateX(100%);-moz-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-moz-transform:translateX(0%);transform:translateX(0%)}}@-o-keyframes ball-newton-cradle-right{50%{-o-transform:translateX(0%);transform:translateX(0%)}75%{-o-transform:translateX(100%);transform:translateX(100%);-o-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-o-transform:translateX(0%);transform:translateX(0%)}}@keyframes ball-newton-cradle-right{50%{-webkit-transform:translateX(0%);-moz-transform:translateX(0%);-o-transform:translateX(0%);transform:translateX(0%)}75%{-webkit-transform:translateX(100%);-moz-transform:translateX(100%);-o-transform:translateX(100%);transform:translateX(100%);-webkit-animation-timing-function:ease-in;-moz-animation-timing-function:ease-in;-o-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:translateX(0%);-moz-transform:translateX(0%);-o-transform:translateX(0%);transform:translateX(0%)}} .la-ball-rotate,
.la-ball-rotate>div{position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.la-ball-rotate{display:block;font-size:0;color:#000}
.la-ball-rotate.la-dark{color:#000}
.la-ball-rotate>div{display:inline-block;float:none;background-color:currentColor;border:0 solid currentColor}
.la-ball-rotate{width:10px;height:10px}
.la-ball-rotate>div{width:10px;height:10px;border-radius:100%;-webkit-animation:ball-rotate-animation 1s cubic-bezier(0.7, -0.13, 0.22, 0.86) infinite;-moz-animation:ball-rotate-animation 1s cubic-bezier(0.7, -0.13, 0.22, 0.86) infinite;-o-animation:ball-rotate-animation 1s cubic-bezier(0.7, -0.13, 0.22, 0.86) infinite;animation:ball-rotate-animation 1s cubic-bezier(0.7, -0.13, 0.22, 0.86) infinite}
.la-ball-rotate>div:before,
.la-ball-rotate>div:after{position:absolute;width:inherit;height:inherit;margin:inherit;content:"";background:currentColor;border-radius:inherit;opacity:.8}
.la-ball-rotate>div:before{top:0;left:-150%}
.la-ball-rotate>div:after{top:0;left:150%}
.la-ball-rotate.la-sm{width:4px;height:4px}
.la-ball-rotate.la-sm>div{width:4px;height:4px}
.la-ball-rotate.la-2x{width:20px;height:20px; left: 0; top: 0; right: 0; margin: auto; bottom: 0; position: absolute;}
.la-ball-rotate.la-2x>div{width:20px;height:20px}
.la-ball-rotate.la-3x{width:30px;height:30px}
.la-ball-rotate.la-3x>div{width:30px;height:30px}@-webkit-keyframes ball-rotate-animation{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}50%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-moz-keyframes ball-rotate-animation{0%{-moz-transform:rotate(0deg);transform:rotate(0deg)}50%{-moz-transform:rotate(180deg);transform:rotate(180deg)}100%{-moz-transform:rotate(360deg);transform:rotate(360deg)}}@-o-keyframes ball-rotate-animation{0%{-o-transform:rotate(0deg);transform:rotate(0deg)}50%{-o-transform:rotate(180deg);transform:rotate(180deg)}100%{-o-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes ball-rotate-animation{0%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}50%{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}100%{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}} .la-ball-scale-multiple,
.la-ball-scale-multiple>div{position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.la-ball-scale-multiple{display:block;font-size:0;color:#000}
.la-ball-scale-multiple.la-dark{color:#000}
.la-ball-scale-multiple>div{display:inline-block;float:none;background-color:currentColor;border:0 solid currentColor}
.la-ball-scale-multiple{width:32px;height:32px}
.la-ball-scale-multiple>div{position:absolute;top:0;left:0;width:32px;height:32px;border-radius:100%;opacity:0;-webkit-animation:ball-scale-multiple 1s 0s linear infinite;-moz-animation:ball-scale-multiple 1s 0s linear infinite;-o-animation:ball-scale-multiple 1s 0s linear infinite;animation:ball-scale-multiple 1s 0s linear infinite}
.la-ball-scale-multiple>div:nth-child(2){-webkit-animation-delay:.2s;-moz-animation-delay:.2s;-o-animation-delay:.2s;animation-delay:.2s}
.la-ball-scale-multiple>div:nth-child(3){-webkit-animation-delay:.4s;-moz-animation-delay:.4s;-o-animation-delay:.4s;animation-delay:.4s}
.la-ball-scale-multiple.la-sm{width:16px;height:16px}
.la-ball-scale-multiple.la-sm>div{width:16px;height:16px}
.la-ball-scale-multiple.la-2x{width:64px;height:64px; left: 0; top: 0; right: 0; margin: auto; bottom: 0; position: absolute;}
.la-ball-scale-multiple.la-2x>div{width:64px;height:64px}
.la-ball-scale-multiple.la-3x{width:96px;height:96px}
.la-ball-scale-multiple.la-3x>div{width:96px;height:96px}@-webkit-keyframes ball-scale-multiple{0%{opacity:0;-webkit-transform:scale(0);transform:scale(0)}5%{opacity:.75}100%{opacity:0;-webkit-transform:scale(1);transform:scale(1)}}@-moz-keyframes ball-scale-multiple{0%{opacity:0;-moz-transform:scale(0);transform:scale(0)}5%{opacity:.75}100%{opacity:0;-moz-transform:scale(1);transform:scale(1)}}@-o-keyframes ball-scale-multiple{0%{opacity:0;-o-transform:scale(0);transform:scale(0)}5%{opacity:.75}100%{opacity:0;-o-transform:scale(1);transform:scale(1)}}@keyframes ball-scale-multiple{0%{opacity:0;-webkit-transform:scale(0);-moz-transform:scale(0);-o-transform:scale(0);transform:scale(0)}5%{opacity:.75}100%{opacity:0;-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1)}} .la-ball-scale-ripple-multiple,
.la-ball-scale-ripple-multiple>div{position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.la-ball-scale-ripple-multiple{display:block;font-size:0;color:#000}
.la-ball-scale-ripple-multiple.la-dark{color:#000}
.la-ball-scale-ripple-multiple>div{display:inline-block;float:none;background-color:currentColor;border:0 solid currentColor}
.la-ball-scale-ripple-multiple{width:32px;height:32px}
.la-ball-scale-ripple-multiple>div{position:absolute;top:0;left:0;width:32px;height:32px;background:transparent;border-width:2px;border-radius:100%;opacity:0;-webkit-animation:ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);-moz-animation:ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);-o-animation:ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);animation:ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8)}
.la-ball-scale-ripple-multiple>div:nth-child(1){-webkit-animation-delay:0s;-moz-animation-delay:0s;-o-animation-delay:0s;animation-delay:0s}
.la-ball-scale-ripple-multiple>div:nth-child(2){-webkit-animation-delay:.25s;-moz-animation-delay:.25s;-o-animation-delay:.25s;animation-delay:.25s}
.la-ball-scale-ripple-multiple>div:nth-child(3){-webkit-animation-delay:.5s;-moz-animation-delay:.5s;-o-animation-delay:.5s;animation-delay:.5s}
.la-ball-scale-ripple-multiple.la-sm{width:16px;height:16px}
.la-ball-scale-ripple-multiple.la-sm>div{width:16px;height:16px;border-width:1px}
.la-ball-scale-ripple-multiple.la-2x{width:64px;height:64px; left: 0; top: 0; right: 0; margin: auto; bottom: 0; position: absolute;}
.la-ball-scale-ripple-multiple.la-2x>div{width:64px;height:64px;border-width:4px}
.la-ball-scale-ripple-multiple.la-3x{width:96px;height:96px}
.la-ball-scale-ripple-multiple.la-3x>div{width:96px;height:96px;border-width:6px}@-webkit-keyframes ball-scale-ripple-multiple{0%{opacity:1;-webkit-transform:scale(0.1);transform:scale(0.1)}70%{opacity:.5;-webkit-transform:scale(1);transform:scale(1)}95%{opacity:0}}@-moz-keyframes ball-scale-ripple-multiple{0%{opacity:1;-moz-transform:scale(0.1);transform:scale(0.1)}70%{opacity:.5;-moz-transform:scale(1);transform:scale(1)}95%{opacity:0}}@-o-keyframes ball-scale-ripple-multiple{0%{opacity:1;-o-transform:scale(0.1);transform:scale(0.1)}70%{opacity:.5;-o-transform:scale(1);transform:scale(1)}95%{opacity:0}}@keyframes ball-scale-ripple-multiple{0%{opacity:1;-webkit-transform:scale(0.1);-moz-transform:scale(0.1);-o-transform:scale(0.1);transform:scale(0.1)}70%{opacity:.5;-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1)}95%{opacity:0}} .la-ball-zig-zag,
.la-ball-zig-zag>div{position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.la-ball-zig-zag{display:block;font-size:0;color:#000}
.la-ball-zig-zag.la-dark{color:#000}
.la-ball-zig-zag>div{display:inline-block;float:none;background-color:currentColor;border:0 solid currentColor}
.la-ball-zig-zag{position:relative;width:32px;height:32px}
.la-ball-zig-zag>div{position:absolute;top:50%;left:50%;width:10px;height:10px;margin-top:-5px;margin-left:-5px;border-radius:100%}
.la-ball-zig-zag>div:first-child{-webkit-animation:ball-zig-effect 0.7s 0s infinite linear;-moz-animation:ball-zig-effect 0.7s 0s infinite linear;-o-animation:ball-zig-effect 0.7s 0s infinite linear;animation:ball-zig-effect 0.7s 0s infinite linear}
.la-ball-zig-zag>div:last-child{-webkit-animation:ball-zag-effect 0.7s 0s infinite linear;-moz-animation:ball-zag-effect 0.7s 0s infinite linear;-o-animation:ball-zag-effect 0.7s 0s infinite linear;animation:ball-zag-effect 0.7s 0s infinite linear}
.la-ball-zig-zag.la-sm{width:16px;height:16px}
.la-ball-zig-zag.la-sm>div{width:4px;height:4px;margin-top:-2px;margin-left:-2px}
.la-ball-zig-zag.la-2x{width:64px;height:64px; left: 0; top: 0; right: 0; margin: auto; bottom: 0; position: absolute;}
.la-ball-zig-zag.la-2x>div{width:20px;height:20px;margin-top:-10px;margin-left:-10px}
.la-ball-zig-zag.la-3x{width:96px;height:96px}
.la-ball-zig-zag.la-3x>div{width:30px;height:30px;margin-top:-15px;margin-left:-15px}@-webkit-keyframes ball-zig-effect{0%{-webkit-transform:translate(0, 0);transform:translate(0, 0)}33%{-webkit-transform:translate(-75%, -150%);transform:translate(-75%, -150%)}66%{-webkit-transform:translate(75%, -150%);transform:translate(75%, -150%)}100%{-webkit-transform:translate(0, 0);transform:translate(0, 0)}}@-moz-keyframes ball-zig-effect{0%{-moz-transform:translate(0, 0);transform:translate(0, 0)}33%{-moz-transform:translate(-75%, -150%);transform:translate(-75%, -150%)}66%{-moz-transform:translate(75%, -150%);transform:translate(75%, -150%)}100%{-moz-transform:translate(0, 0);transform:translate(0, 0)}}@-o-keyframes ball-zig-effect{0%{-o-transform:translate(0, 0);transform:translate(0, 0)}33%{-o-transform:translate(-75%, -150%);transform:translate(-75%, -150%)}66%{-o-transform:translate(75%, -150%);transform:translate(75%, -150%)}100%{-o-transform:translate(0, 0);transform:translate(0, 0)}}@keyframes ball-zig-effect{0%{-webkit-transform:translate(0, 0);-moz-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0)}33%{-webkit-transform:translate(-75%, -150%);-moz-transform:translate(-75%, -150%);-o-transform:translate(-75%, -150%);transform:translate(-75%, -150%)}66%{-webkit-transform:translate(75%, -150%);-moz-transform:translate(75%, -150%);-o-transform:translate(75%, -150%);transform:translate(75%, -150%)}100%{-webkit-transform:translate(0, 0);-moz-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0)}}@-webkit-keyframes ball-zag-effect{0%{-webkit-transform:translate(0, 0);transform:translate(0, 0)}33%{-webkit-transform:translate(75%, 150%);transform:translate(75%, 150%)}66%{-webkit-transform:translate(-75%, 150%);transform:translate(-75%, 150%)}100%{-webkit-transform:translate(0, 0);transform:translate(0, 0)}}@-moz-keyframes ball-zag-effect{0%{-moz-transform:translate(0, 0);transform:translate(0, 0)}33%{-moz-transform:translate(75%, 150%);transform:translate(75%, 150%)}66%{-moz-transform:translate(-75%, 150%);transform:translate(-75%, 150%)}100%{-moz-transform:translate(0, 0);transform:translate(0, 0)}}@-o-keyframes ball-zag-effect{0%{-o-transform:translate(0, 0);transform:translate(0, 0)}33%{-o-transform:translate(75%, 150%);transform:translate(75%, 150%)}66%{-o-transform:translate(-75%, 150%);transform:translate(-75%, 150%)}100%{-o-transform:translate(0, 0);transform:translate(0, 0)}}@keyframes ball-zag-effect{0%{-webkit-transform:translate(0, 0);-moz-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0)}33%{-webkit-transform:translate(75%, 150%);-moz-transform:translate(75%, 150%);-o-transform:translate(75%, 150%);transform:translate(75%, 150%)}66%{-webkit-transform:translate(-75%, 150%);-moz-transform:translate(-75%, 150%);-o-transform:translate(-75%, 150%);transform:translate(-75%, 150%)}100%{-webkit-transform:translate(0, 0);-moz-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0)}} .la-fire,.la-fire>div{position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.la-fire{display:block;font-size:0;color:#000}
.la-fire.la-dark{color:#000}
.la-fire>div{display:inline-block;float:none;background-color:currentColor;border:0 solid currentColor}
.la-fire{width:32px;height:32px}
.la-fire>div{position:absolute;bottom:0;left:50%;width:12px;height:12px;border-radius:0;border-radius:2px;-webkit-transform:translateY(0) translateX(-50%) rotate(45deg) scale(0);-moz-transform:translateY(0) translateX(-50%) rotate(45deg) scale(0);-ms-transform:translateY(0) translateX(-50%) rotate(45deg) scale(0);-o-transform:translateY(0) translateX(-50%) rotate(45deg) scale(0);transform:translateY(0) translateX(-50%) rotate(45deg) scale(0);-webkit-animation:fire-diamonds 1.5s infinite linear;-moz-animation:fire-diamonds 1.5s infinite linear;-o-animation:fire-diamonds 1.5s infinite linear;animation:fire-diamonds 1.5s infinite linear}
.la-fire>div:nth-child(1){-webkit-animation-delay:-.85s;-moz-animation-delay:-.85s;-o-animation-delay:-.85s;animation-delay:-.85s}
.la-fire>div:nth-child(2){-webkit-animation-delay:-1.85s;-moz-animation-delay:-1.85s;-o-animation-delay:-1.85s;animation-delay:-1.85s}
.la-fire>div:nth-child(3){-webkit-animation-delay:-2.85s;-moz-animation-delay:-2.85s;-o-animation-delay:-2.85s;animation-delay:-2.85s}
.la-fire.la-sm{width:16px;height:16px}
.la-fire.la-sm>div{width:6px;height:6px}
.la-fire.la-2x{width:64px;height:64px; left: 0; top: 0; right: 0; margin: auto; bottom: 0; position: absolute;}
.la-fire.la-2x>div{width:24px;height:24px}
.la-fire.la-3x{width:96px;height:96px}
.la-fire.la-3x>div{width:36px;height:36px}@-webkit-keyframes fire-diamonds{0%{-webkit-transform:translateY(75%) translateX(-50%) rotate(45deg) scale(0);transform:translateY(75%) translateX(-50%) rotate(45deg) scale(0)}50%{-webkit-transform:translateY(-87.5%) translateX(-50%) rotate(45deg) scale(1);transform:translateY(-87.5%) translateX(-50%) rotate(45deg) scale(1)}100%{-webkit-transform:translateY(-212.5%) translateX(-50%) rotate(45deg) scale(0);transform:translateY(-212.5%) translateX(-50%) rotate(45deg) scale(0)}}@-moz-keyframes fire-diamonds{0%{-moz-transform:translateY(75%) translateX(-50%) rotate(45deg) scale(0);transform:translateY(75%) translateX(-50%) rotate(45deg) scale(0)}50%{-moz-transform:translateY(-87.5%) translateX(-50%) rotate(45deg) scale(1);transform:translateY(-87.5%) translateX(-50%) rotate(45deg) scale(1)}100%{-moz-transform:translateY(-212.5%) translateX(-50%) rotate(45deg) scale(0);transform:translateY(-212.5%) translateX(-50%) rotate(45deg) scale(0)}}@-o-keyframes fire-diamonds{0%{-o-transform:translateY(75%) translateX(-50%) rotate(45deg) scale(0);transform:translateY(75%) translateX(-50%) rotate(45deg) scale(0)}50%{-o-transform:translateY(-87.5%) translateX(-50%) rotate(45deg) scale(1);transform:translateY(-87.5%) translateX(-50%) rotate(45deg) scale(1)}100%{-o-transform:translateY(-212.5%) translateX(-50%) rotate(45deg) scale(0);transform:translateY(-212.5%) translateX(-50%) rotate(45deg) scale(0)}}@keyframes fire-diamonds{0%{-webkit-transform:translateY(75%) translateX(-50%) rotate(45deg) scale(0);-moz-transform:translateY(75%) translateX(-50%) rotate(45deg) scale(0);-o-transform:translateY(75%) translateX(-50%) rotate(45deg) scale(0);transform:translateY(75%) translateX(-50%) rotate(45deg) scale(0)}50%{-webkit-transform:translateY(-87.5%) translateX(-50%) rotate(45deg) scale(1);-moz-transform:translateY(-87.5%) translateX(-50%) rotate(45deg) scale(1);-o-transform:translateY(-87.5%) translateX(-50%) rotate(45deg) scale(1);transform:translateY(-87.5%) translateX(-50%) rotate(45deg) scale(1)}100%{-webkit-transform:translateY(-212.5%) translateX(-50%) rotate(45deg) scale(0);-moz-transform:translateY(-212.5%) translateX(-50%) rotate(45deg) scale(0);-o-transform:translateY(-212.5%) translateX(-50%) rotate(45deg) scale(0);transform:translateY(-212.5%) translateX(-50%) rotate(45deg) scale(0)}} .la-line-scale,
.la-line-scale>div{position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.la-line-scale{display:block;font-size:0;color:#000}
.la-line-scale.la-dark{color:#000}
.la-line-scale>div{display:inline-block;float:none;background-color:currentColor;border:0 solid currentColor}
.la-line-scale{width:40px;height:32px}
.la-line-scale>div{width:4px;height:32px;margin:2px;margin-top:0;margin-bottom:0;border-radius:0;-webkit-animation:line-scale 1.2s infinite ease;-moz-animation:line-scale 1.2s infinite ease;-o-animation:line-scale 1.2s infinite ease;animation:line-scale 1.2s infinite ease}
.la-line-scale>div:nth-child(1){-webkit-animation-delay:-1.2s;-moz-animation-delay:-1.2s;-o-animation-delay:-1.2s;animation-delay:-1.2s}
.la-line-scale>div:nth-child(2){-webkit-animation-delay:-1.1s;-moz-animation-delay:-1.1s;-o-animation-delay:-1.1s;animation-delay:-1.1s}
.la-line-scale>div:nth-child(3){-webkit-animation-delay:-1s;-moz-animation-delay:-1s;-o-animation-delay:-1s;animation-delay:-1s}
.la-line-scale>div:nth-child(4){-webkit-animation-delay:-.9s;-moz-animation-delay:-.9s;-o-animation-delay:-.9s;animation-delay:-.9s}
.la-line-scale>div:nth-child(5){-webkit-animation-delay:-.8s;-moz-animation-delay:-.8s;-o-animation-delay:-.8s;animation-delay:-.8s}
.la-line-scale.la-sm{width:20px;height:16px}
.la-line-scale.la-sm>div{width:2px;height:16px;margin:1px;margin-top:0;margin-bottom:0}
.la-line-scale.la-2x{width:80px;height:64px; left: 0; top: 0; right: 0; margin: auto; bottom: 0; position: absolute;}
.la-line-scale.la-2x>div{width:5px;height:64px;margin:4px;margin-top:0;margin-bottom:0}
.la-line-scale.la-3x{width:120px;height:96px}
.la-line-scale.la-3x>div{width:12px;height:96px;margin:6px;margin-top:0;margin-bottom:0}@-webkit-keyframes line-scale{0%,40%,100%{-webkit-transform:scaleY(0.4);transform:scaleY(0.4)}20%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@-moz-keyframes line-scale{0%,40%,100%{-webkit-transform:scaleY(0.4);-moz-transform:scaleY(0.4);transform:scaleY(0.4)}20%{-webkit-transform:scaleY(1);-moz-transform:scaleY(1);transform:scaleY(1)}}@-o-keyframes line-scale{0%,40%,100%{-webkit-transform:scaleY(0.4);-o-transform:scaleY(0.4);transform:scaleY(0.4)}20%{-webkit-transform:scaleY(1);-o-transform:scaleY(1);transform:scaleY(1)}}@keyframes line-scale{0%,40%,100%{-webkit-transform:scaleY(0.4);-moz-transform:scaleY(0.4);-o-transform:scaleY(0.4);transform:scaleY(0.4)}20%{-webkit-transform:scaleY(1);-moz-transform:scaleY(1);-o-transform:scaleY(1);transform:scaleY(1)}} .la-line-scale-party,.la-line-scale-party>div{position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.la-line-scale-party{display:block;font-size:0;color:#000}
.la-line-scale-party.la-dark{color:#000}
.la-line-scale-party>div{display:inline-block;float:none;background-color:currentColor;border:0 solid currentColor}
.la-line-scale-party{width:40px;height:32px}
.la-line-scale-party>div{width:4px;height:32px;margin:2px;margin-top:0;margin-bottom:0;border-radius:0;-webkit-animation-name:line-scale-party;-moz-animation-name:line-scale-party;-o-animation-name:line-scale-party;animation-name:line-scale-party;-webkit-animation-iteration-count:infinite;-moz-animation-iteration-count:infinite;-o-animation-iteration-count:infinite;animation-iteration-count:infinite}
.la-line-scale-party>div:nth-child(1){-webkit-animation-duration:.43s;-moz-animation-duration:.43s;-o-animation-duration:.43s;animation-duration:.43s;-webkit-animation-delay:-.23s;-moz-animation-delay:-.23s;-o-animation-delay:-.23s;animation-delay:-.23s}
.la-line-scale-party>div:nth-child(2){-webkit-animation-duration:.62s;-moz-animation-duration:.62s;-o-animation-duration:.62s;animation-duration:.62s;-webkit-animation-delay:-.32s;-moz-animation-delay:-.32s;-o-animation-delay:-.32s;animation-delay:-.32s}
.la-line-scale-party>div:nth-child(3){-webkit-animation-duration:.43s;-moz-animation-duration:.43s;-o-animation-duration:.43s;animation-duration:.43s;-webkit-animation-delay:-.44s;-moz-animation-delay:-.44s;-o-animation-delay:-.44s;animation-delay:-.44s}
.la-line-scale-party>div:nth-child(4){-webkit-animation-duration:.8s;-moz-animation-duration:.8s;-o-animation-duration:.8s;animation-duration:.8s;-webkit-animation-delay:-.31s;-moz-animation-delay:-.31s;-o-animation-delay:-.31s;animation-delay:-.31s}
.la-line-scale-party>div:nth-child(5){-webkit-animation-duration:.74s;-moz-animation-duration:.74s;-o-animation-duration:.74s;animation-duration:.74s;-webkit-animation-delay:-.24s;-moz-animation-delay:-.24s;-o-animation-delay:-.24s;animation-delay:-.24s}
.la-line-scale-party.la-sm{width:20px;height:16px}
.la-line-scale-party.la-sm>div{width:2px;height:16px;margin:1px;margin-top:0;margin-bottom:0}
.la-line-scale-party.la-2x{width:80px;height:64px; left: 0; top: 0; right: 0; margin: auto; bottom: 0; position: absolute;}
.la-line-scale-party.la-2x>div{width:5px;height:64px;margin:4px;margin-top:0;margin-bottom:0}
.la-line-scale-party.la-3x{width:120px;height:96px}
.la-line-scale-party.la-3x>div{width:12px;height:96px;margin:6px;margin-top:0;margin-bottom:0}@-webkit-keyframes line-scale-party{0%{-webkit-transform:scaleY(1);transform:scaleY(1)}50%{-webkit-transform:scaleY(0.3);transform:scaleY(0.3)}100%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@-moz-keyframes line-scale-party{0%{-moz-transform:scaleY(1);transform:scaleY(1)}50%{-moz-transform:scaleY(0.3);transform:scaleY(0.3)}100%{-moz-transform:scaleY(1);transform:scaleY(1)}}@-o-keyframes line-scale-party{0%{-o-transform:scaleY(1);transform:scaleY(1)}50%{-o-transform:scaleY(0.3);transform:scaleY(0.3)}100%{-o-transform:scaleY(1);transform:scaleY(1)}}@keyframes line-scale-party{0%{-webkit-transform:scaleY(1);-moz-transform:scaleY(1);-o-transform:scaleY(1);transform:scaleY(1)}50%{-webkit-transform:scaleY(0.3);-moz-transform:scaleY(0.3);-o-transform:scaleY(0.3);transform:scaleY(0.3)}100%{-webkit-transform:scaleY(1);-moz-transform:scaleY(1);-o-transform:scaleY(1);transform:scaleY(1)}} .la-line-scale-pulse-out,
.la-line-scale-pulse-out>div{position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.la-line-scale-pulse-out{display:block;font-size:0;color:#000}
.la-line-scale-pulse-out.la-dark{color:#000}
.la-line-scale-pulse-out>div{display:inline-block;float:none;background-color:currentColor;border:0 solid currentColor}
.la-line-scale-pulse-out{width:40px;height:32px}
.la-line-scale-pulse-out>div{width:4px;height:32px;margin:2px;margin-top:0;margin-bottom:0;border-radius:0;-webkit-animation:line-scale-pulse-out 0.9s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);-moz-animation:line-scale-pulse-out 0.9s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);-o-animation:line-scale-pulse-out 0.9s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);animation:line-scale-pulse-out 0.9s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85)}
.la-line-scale-pulse-out>div:nth-child(3){-webkit-animation-delay:-.9s;-moz-animation-delay:-.9s;-o-animation-delay:-.9s;animation-delay:-.9s}
.la-line-scale-pulse-out>div:nth-child(2),
.la-line-scale-pulse-out>div:nth-child(4){-webkit-animation-delay:-.7s;-moz-animation-delay:-.7s;-o-animation-delay:-.7s;animation-delay:-.7s}
.la-line-scale-pulse-out>div:nth-child(1),
.la-line-scale-pulse-out>div:nth-child(5){-webkit-animation-delay:-.5s;-moz-animation-delay:-.5s;-o-animation-delay:-.5s;animation-delay:-.5s}
.la-line-scale-pulse-out.la-sm{width:20px;height:16px}
.la-line-scale-pulse-out.la-sm>div{width:2px;height:16px;margin:1px;margin-top:0;margin-bottom:0}
.la-line-scale-pulse-out.la-2x{width:80px;height:64px; left: 0; top: 0; right: 0; margin: auto; bottom: 0; position: absolute;}
.la-line-scale-pulse-out.la-2x>div{width:5px;height:64px;margin:4px;margin-top:0;margin-bottom:0}
.la-line-scale-pulse-out.la-3x{width:120px;height:96px}
.la-line-scale-pulse-out.la-3x>div{width:12px;height:96px;margin:6px;margin-top:0;margin-bottom:0}@-webkit-keyframes line-scale-pulse-out{0%{-webkit-transform:scaley(1);transform:scaley(1)}50%{-webkit-transform:scaley(0.3);transform:scaley(0.3)}100%{-webkit-transform:scaley(1);transform:scaley(1)}}@-moz-keyframes line-scale-pulse-out{0%{-moz-transform:scaley(1);transform:scaley(1)}50%{-moz-transform:scaley(0.3);transform:scaley(0.3)}100%{-moz-transform:scaley(1);transform:scaley(1)}}@-o-keyframes line-scale-pulse-out{0%{-o-transform:scaley(1);transform:scaley(1)}50%{-o-transform:scaley(0.3);transform:scaley(0.3)}100%{-o-transform:scaley(1);transform:scaley(1)}}@keyframes line-scale-pulse-out{0%{-webkit-transform:scaley(1);-moz-transform:scaley(1);-o-transform:scaley(1);transform:scaley(1)}50%{-webkit-transform:scaley(0.3);-moz-transform:scaley(0.3);-o-transform:scaley(0.3);transform:scaley(0.3)}100%{-webkit-transform:scaley(1);-moz-transform:scaley(1);-o-transform:scaley(1);transform:scaley(1)}} .la-line-spin-clockwise-fade-rotating,
.la-line-spin-clockwise-fade-rotating>div{position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.la-line-spin-clockwise-fade-rotating{display:block;font-size:0;color:#000}
.la-line-spin-clockwise-fade-rotating.la-dark{color:#000}
.la-line-spin-clockwise-fade-rotating>div{display:inline-block;float:none;background-color:currentColor;border:0 solid currentColor}
.la-line-spin-clockwise-fade-rotating{width:32px;height:32px;-webkit-animation:line-spin-clockwise-fade-rotating-rotate 6s infinite linear;-moz-animation:line-spin-clockwise-fade-rotating-rotate 6s infinite linear;-o-animation:line-spin-clockwise-fade-rotating-rotate 6s infinite linear;animation:line-spin-clockwise-fade-rotating-rotate 6s infinite linear}
.la-line-spin-clockwise-fade-rotating>div{position:absolute;width:2px;height:10px;margin:2px;margin-top:-5px;margin-left:-1px;border-radius:0;-webkit-animation:line-spin-clockwise-fade-rotating 1s infinite ease-in-out;-moz-animation:line-spin-clockwise-fade-rotating 1s infinite ease-in-out;-o-animation:line-spin-clockwise-fade-rotating 1s infinite ease-in-out;animation:line-spin-clockwise-fade-rotating 1s infinite ease-in-out}
.la-line-spin-clockwise-fade-rotating>div:nth-child(1){top:15%;left:50%;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);-webkit-animation-delay:-.875s;-moz-animation-delay:-.875s;-o-animation-delay:-.875s;animation-delay:-.875s}
.la-line-spin-clockwise-fade-rotating>div:nth-child(2){top:25.2512626585%;left:74.7487373415%;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);-webkit-animation-delay:-.75s;-moz-animation-delay:-.75s;-o-animation-delay:-.75s;animation-delay:-.75s}
.la-line-spin-clockwise-fade-rotating>div:nth-child(3){top:50%;left:85%;-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg);-webkit-animation-delay:-.625s;-moz-animation-delay:-.625s;-o-animation-delay:-.625s;animation-delay:-.625s}
.la-line-spin-clockwise-fade-rotating>div:nth-child(4){top:74.7487373415%;left:74.7487373415%;-webkit-transform:rotate(135deg);-moz-transform:rotate(135deg);-ms-transform:rotate(135deg);-o-transform:rotate(135deg);transform:rotate(135deg);-webkit-animation-delay:-.5s;-moz-animation-delay:-.5s;-o-animation-delay:-.5s;animation-delay:-.5s}
.la-line-spin-clockwise-fade-rotating>div:nth-child(5){top:84.9999999974%;left:50.0000000004%;-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);-webkit-animation-delay:-.375s;-moz-animation-delay:-.375s;-o-animation-delay:-.375s;animation-delay:-.375s}
.la-line-spin-clockwise-fade-rotating>div:nth-child(6){top:74.7487369862%;left:25.2512627193%;-webkit-transform:rotate(225deg);-moz-transform:rotate(225deg);-ms-transform:rotate(225deg);-o-transform:rotate(225deg);transform:rotate(225deg);-webkit-animation-delay:-.25s;-moz-animation-delay:-.25s;-o-animation-delay:-.25s;animation-delay:-.25s}
.la-line-spin-clockwise-fade-rotating>div:nth-child(7){top:49.9999806189%;left:15.0000039834%;-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg);-webkit-animation-delay:-.125s;-moz-animation-delay:-.125s;-o-animation-delay:-.125s;animation-delay:-.125s}
.la-line-spin-clockwise-fade-rotating>div:nth-child(8){top:25.2506949798%;left:25.2513989292%;-webkit-transform:rotate(315deg);-moz-transform:rotate(315deg);-ms-transform:rotate(315deg);-o-transform:rotate(315deg);transform:rotate(315deg);-webkit-animation-delay:0s;-moz-animation-delay:0s;-o-animation-delay:0s;animation-delay:0s}
.la-line-spin-clockwise-fade-rotating.la-sm{width:16px;height:16px}
.la-line-spin-clockwise-fade-rotating.la-sm>div{width:1px;height:4px;margin-top:-2px;margin-left:0}
.la-line-spin-clockwise-fade-rotating.la-2x{width:64px;height:64px; left: 0; top: 0; right: 0; margin: auto; bottom: 0; position: absolute;}
.la-line-spin-clockwise-fade-rotating.la-2x>div{width:4px;height:20px;margin-top:-10px;margin-left:-2px}
.la-line-spin-clockwise-fade-rotating.la-3x{width:96px;height:96px}
.la-line-spin-clockwise-fade-rotating.la-3x>div{width:6px;height:30px;margin-top:-15px;margin-left:-3px}@-webkit-keyframes line-spin-clockwise-fade-rotating-rotate{100%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}@-moz-keyframes line-spin-clockwise-fade-rotating-rotate{100%{-moz-transform:rotate(-360deg);transform:rotate(-360deg)}}@-o-keyframes line-spin-clockwise-fade-rotating-rotate{100%{-o-transform:rotate(-360deg);transform:rotate(-360deg)}}@keyframes line-spin-clockwise-fade-rotating-rotate{100%{-webkit-transform:rotate(-360deg);-moz-transform:rotate(-360deg);-o-transform:rotate(-360deg);transform:rotate(-360deg)}}@-webkit-keyframes line-spin-clockwise-fade-rotating{50%{opacity:.2}100%{opacity:1}}@-moz-keyframes line-spin-clockwise-fade-rotating{50%{opacity:.2}100%{opacity:1}}@-o-keyframes line-spin-clockwise-fade-rotating{50%{opacity:.2}100%{opacity:1}}@keyframes line-spin-clockwise-fade-rotating{50%{opacity:.2}100%{opacity:1}} .la-square-jelly-box,
.la-square-jelly-box>div{position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.la-square-jelly-box{display:block;font-size:0;color:#000}
.la-square-jelly-box.la-dark{color:#000}
.la-square-jelly-box>div{display:inline-block;float:none;background-color:currentColor;border:0 solid currentColor}
.la-square-jelly-box{width:32px;height:32px}
.la-square-jelly-box>div:nth-child(1),
.la-square-jelly-box>div:nth-child(2){position:absolute;left:0;width:100%}
.la-square-jelly-box>div:nth-child(1){top:-25%;z-index:1;height:100%;border-radius:10%;-webkit-animation:square-jelly-box-animate 0.6s -0.1s linear infinite;-moz-animation:square-jelly-box-animate 0.6s -0.1s linear infinite;-o-animation:square-jelly-box-animate 0.6s -0.1s linear infinite;animation:square-jelly-box-animate 0.6s -0.1s linear infinite}
.la-square-jelly-box>div:nth-child(2){bottom:-9%;height:10%;background:#000;border-radius:50%;opacity:.2;-webkit-animation:square-jelly-box-shadow 0.6s -0.1s linear infinite;-moz-animation:square-jelly-box-shadow 0.6s -0.1s linear infinite;-o-animation:square-jelly-box-shadow 0.6s -0.1s linear infinite;animation:square-jelly-box-shadow 0.6s -0.1s linear infinite}
.la-square-jelly-box.la-sm{width:16px;height:16px}
.la-square-jelly-box.la-2x{width:64px;height:64px; left: 0; top: 0; right: 0; margin: auto; bottom: 0; position: absolute;}
.la-square-jelly-box.la-3x{width:96px;height:96px}@-webkit-keyframes square-jelly-box-animate{17%{border-bottom-right-radius:10%}25%{-webkit-transform:translateY(25%) rotate(22.5deg);transform:translateY(25%) rotate(22.5deg)}50%{border-bottom-right-radius:100%;-webkit-transform:translateY(50%) scale(1, 0.9) rotate(45deg);transform:translateY(50%) scale(1, 0.9) rotate(45deg)}75%{-webkit-transform:translateY(25%) rotate(67.5deg);transform:translateY(25%) rotate(67.5deg)}100%{-webkit-transform:translateY(0) rotate(90deg);transform:translateY(0) rotate(90deg)}}@-moz-keyframes square-jelly-box-animate{17%{border-bottom-right-radius:10%}25%{-moz-transform:translateY(25%) rotate(22.5deg);transform:translateY(25%) rotate(22.5deg)}50%{border-bottom-right-radius:100%;-moz-transform:translateY(50%) scale(1, 0.9) rotate(45deg);transform:translateY(50%) scale(1, 0.9) rotate(45deg)}75%{-moz-transform:translateY(25%) rotate(67.5deg);transform:translateY(25%) rotate(67.5deg)}100%{-moz-transform:translateY(0) rotate(90deg);transform:translateY(0) rotate(90deg)}}@-o-keyframes square-jelly-box-animate{17%{border-bottom-right-radius:10%}25%{-o-transform:translateY(25%) rotate(22.5deg);transform:translateY(25%) rotate(22.5deg)}50%{border-bottom-right-radius:100%;-o-transform:translateY(50%) scale(1, 0.9) rotate(45deg);transform:translateY(50%) scale(1, 0.9) rotate(45deg)}75%{-o-transform:translateY(25%) rotate(67.5deg);transform:translateY(25%) rotate(67.5deg)}100%{-o-transform:translateY(0) rotate(90deg);transform:translateY(0) rotate(90deg)}}@keyframes square-jelly-box-animate{17%{border-bottom-right-radius:10%}25%{-webkit-transform:translateY(25%) rotate(22.5deg);-moz-transform:translateY(25%) rotate(22.5deg);-o-transform:translateY(25%) rotate(22.5deg);transform:translateY(25%) rotate(22.5deg)}50%{border-bottom-right-radius:100%;-webkit-transform:translateY(50%) scale(1, 0.9) rotate(45deg);-moz-transform:translateY(50%) scale(1, 0.9) rotate(45deg);-o-transform:translateY(50%) scale(1, 0.9) rotate(45deg);transform:translateY(50%) scale(1, 0.9) rotate(45deg)}75%{-webkit-transform:translateY(25%) rotate(67.5deg);-moz-transform:translateY(25%) rotate(67.5deg);-o-transform:translateY(25%) rotate(67.5deg);transform:translateY(25%) rotate(67.5deg)}100%{-webkit-transform:translateY(0) rotate(90deg);-moz-transform:translateY(0) rotate(90deg);-o-transform:translateY(0) rotate(90deg);transform:translateY(0) rotate(90deg)}}@-webkit-keyframes square-jelly-box-shadow{50%{-webkit-transform:scale(1.25, 1);transform:scale(1.25, 1)}}@-moz-keyframes square-jelly-box-shadow{50%{-moz-transform:scale(1.25, 1);transform:scale(1.25, 1)}}@-o-keyframes square-jelly-box-shadow{50%{-o-transform:scale(1.25, 1);transform:scale(1.25, 1)}}@keyframes square-jelly-box-shadow{50%{-webkit-transform:scale(1.25, 1);-moz-transform:scale(1.25, 1);-o-transform:scale(1.25, 1);transform:scale(1.25, 1)}} .la-square-spin,
.la-square-spin>div{position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.la-square-spin{display:block;font-size:0;color:#000}
.la-square-spin.la-dark{color:#000}
.la-square-spin>div{display:inline-block;float:none;background-color:currentColor;border:0 solid currentColor}
.la-square-spin{width:32px;height:32px}
.la-square-spin>div{width:100%;height:100%;border-radius:0;-webkit-animation:square-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;-moz-animation:square-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;-o-animation:square-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;animation:square-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite}
.la-square-spin.la-sm{width:16px;height:16px}
.la-square-spin.la-2x{width:55px;height:55px; left: 0; top: 0; right: 0; margin: auto; bottom: 0; position: absolute;}
.la-square-spin.la-3x{width:96px;height:96px}@-webkit-keyframes square-spin{0%{-webkit-transform:perspective(100px) rotateX(0) rotateY(0);transform:perspective(100px) rotateX(0) rotateY(0)}25%{-webkit-transform:perspective(100px) rotateX(180deg) rotateY(0);transform:perspective(100px) rotateX(180deg) rotateY(0)}50%{-webkit-transform:perspective(100px) rotateX(180deg) rotateY(180deg);transform:perspective(100px) rotateX(180deg) rotateY(180deg)}75%{-webkit-transform:perspective(100px) rotateX(0) rotateY(180deg);transform:perspective(100px) rotateX(0) rotateY(180deg)}100%{-webkit-transform:perspective(100px) rotateX(0) rotateY(360deg);transform:perspective(100px) rotateX(0) rotateY(360deg)}}@-moz-keyframes square-spin{0%{-moz-transform:perspective(100px) rotateX(0) rotateY(0);transform:perspective(100px) rotateX(0) rotateY(0)}25%{-moz-transform:perspective(100px) rotateX(180deg) rotateY(0);transform:perspective(100px) rotateX(180deg) rotateY(0)}50%{-moz-transform:perspective(100px) rotateX(180deg) rotateY(180deg);transform:perspective(100px) rotateX(180deg) rotateY(180deg)}75%{-moz-transform:perspective(100px) rotateX(0) rotateY(180deg);transform:perspective(100px) rotateX(0) rotateY(180deg)}100%{-moz-transform:perspective(100px) rotateX(0) rotateY(360deg);transform:perspective(100px) rotateX(0) rotateY(360deg)}}@-o-keyframes square-spin{0%{transform:perspective(100px) rotateX(0) rotateY(0)}25%{transform:perspective(100px) rotateX(180deg) rotateY(0)}50%{transform:perspective(100px) rotateX(180deg) rotateY(180deg)}75%{transform:perspective(100px) rotateX(0) rotateY(180deg)}100%{transform:perspective(100px) rotateX(0) rotateY(360deg)}}@keyframes square-spin{0%{-webkit-transform:perspective(100px) rotateX(0) rotateY(0);-moz-transform:perspective(100px) rotateX(0) rotateY(0);transform:perspective(100px) rotateX(0) rotateY(0)}25%{-webkit-transform:perspective(100px) rotateX(180deg) rotateY(0);-moz-transform:perspective(100px) rotateX(180deg) rotateY(0);transform:perspective(100px) rotateX(180deg) rotateY(0)}50%{-webkit-transform:perspective(100px) rotateX(180deg) rotateY(180deg);-moz-transform:perspective(100px) rotateX(180deg) rotateY(180deg);transform:perspective(100px) rotateX(180deg) rotateY(180deg)}75%{-webkit-transform:perspective(100px) rotateX(0) rotateY(180deg);-moz-transform:perspective(100px) rotateX(0) rotateY(180deg);transform:perspective(100px) rotateX(0) rotateY(180deg)}100%{-webkit-transform:perspective(100px) rotateX(0) rotateY(360deg);-moz-transform:perspective(100px) rotateX(0) rotateY(360deg);transform:perspective(100px) rotateX(0) rotateY(360deg)}} .loader-inner {
bottom: 0;
left: 0;
margin: auto;
position: absolute;
right: 0;
top: 0;
}
.sk-folding-cube {
width: 50px;
height: 50px;
-webkit-transform: rotateZ(45deg);
transform: rotateZ(45deg); 
}
.sk-folding-cube .sk-cube {
float: left;
width: 50%;
height: 50%;
position: relative;
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1); }
.sk-folding-cube .sk-cube:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #000;
-webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
animation: sk-foldCubeAngle 2.4s infinite linear both;
-webkit-transform-origin: 100% 100%;
-ms-transform-origin: 100% 100%;
transform-origin: 100% 100%; }
.sk-folding-cube .sk-cube2 {
-webkit-transform: scale(1.1) rotateZ(90deg);
transform: scale(1.1) rotateZ(90deg); }
.sk-folding-cube .sk-cube3 {
-webkit-transform: scale(1.1) rotateZ(180deg);
transform: scale(1.1) rotateZ(180deg); }
.sk-folding-cube .sk-cube4 {
-webkit-transform: scale(1.1) rotateZ(270deg);
transform: scale(1.1) rotateZ(270deg); }
.sk-folding-cube .sk-cube2:before {
-webkit-animation-delay: 0.3s;
animation-delay: 0.3s; }
.sk-folding-cube .sk-cube3:before {
-webkit-animation-delay: 0.6s;
animation-delay: 0.6s; }
.sk-folding-cube .sk-cube4:before {
-webkit-animation-delay: 0.9s;
animation-delay: 0.9s; }
@-webkit-keyframes sk-foldCubeAngle {
0%, 10% {
-webkit-transform: perspective(140px) rotateX(-180deg);
transform: perspective(140px) rotateX(-180deg);
opacity: 0; }
25%, 75% {
-webkit-transform: perspective(140px) rotateX(0deg);
transform: perspective(140px) rotateX(0deg);
opacity: 1; }
90%, 100% {
-webkit-transform: perspective(140px) rotateY(180deg);
transform: perspective(140px) rotateY(180deg);
opacity: 0; } }
@keyframes sk-foldCubeAngle {
0%, 10% {
-webkit-transform: perspective(140px) rotateX(-180deg);
transform: perspective(140px) rotateX(-180deg);
opacity: 0; }
25%, 75% {
-webkit-transform: perspective(140px) rotateX(0deg);
transform: perspective(140px) rotateX(0deg);
opacity: 1; }
90%, 100% {
-webkit-transform: perspective(140px) rotateY(180deg);
transform: perspective(140px) rotateY(180deg);
opacity: 0; } } .la-pacman,
.la-pacman>div{position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.la-pacman{display:block;font-size:0;color:#000}
.la-pacman.la-dark{color:#000}
.la-pacman>div{display:inline-block;float:none;background-color:currentColor;border:0 solid currentColor}
.la-pacman{width:32px;height:32px}
.la-pacman>div:nth-child(1),
.la-pacman>div:nth-child(2){width:0;height:0;background:transparent;border-style:solid;border-width:16px;border-right-color:transparent;border-radius:100%;-webkit-animation:pacman-rotate-half-up 0.5s 0s infinite;-moz-animation:pacman-rotate-half-up 0.5s 0s infinite;-o-animation:pacman-rotate-half-up 0.5s 0s infinite;animation:pacman-rotate-half-up 0.5s 0s infinite}
.la-pacman>div:nth-child(2){margin-top:-32px;-webkit-animation-name:pacman-rotate-half-down;-moz-animation-name:pacman-rotate-half-down;-o-animation-name:pacman-rotate-half-down;animation-name:pacman-rotate-half-down}
.la-pacman>div:nth-child(3),
.la-pacman>div:nth-child(4),
.la-pacman>div:nth-child(5),
.la-pacman>div:nth-child(6){position:absolute;top:50%;left:200%;width:8px;height:8px;border-radius:100%;opacity:0;-webkit-animation:pacman-balls 2s 0s infinite linear;-moz-animation:pacman-balls 2s 0s infinite linear;-o-animation:pacman-balls 2s 0s infinite linear;animation:pacman-balls 2s 0s infinite linear}
.la-pacman>div:nth-child(3){-webkit-animation-delay:-1.44s;-moz-animation-delay:-1.44s;-o-animation-delay:-1.44s;animation-delay:-1.44s}
.la-pacman>div:nth-child(4){-webkit-animation-delay:-1.94s;-moz-animation-delay:-1.94s;-o-animation-delay:-1.94s;animation-delay:-1.94s}
.la-pacman>div:nth-child(5){-webkit-animation-delay:-2.44s;-moz-animation-delay:-2.44s;-o-animation-delay:-2.44s;animation-delay:-2.44s}
.la-pacman>div:nth-child(6){-webkit-animation-delay:-2.94s;-moz-animation-delay:-2.94s;-o-animation-delay:-2.94s;animation-delay:-2.94s}
.la-pacman.la-sm{width:16px;height:16px}.la-pacman.la-sm>div:nth-child(1),
.la-pacman.la-sm>div:nth-child(2){border-width:8px}
.la-pacman.la-sm>div:nth-child(2){margin-top:-16px}
.la-pacman.la-sm>div:nth-child(3),
.la-pacman.la-sm>div:nth-child(4),
.la-pacman.la-sm>div:nth-child(5),
.la-pacman.la-sm>div:nth-child(6){width:4px;height:4px}
.la-pacman.la-2x{width:64px;height:64px; left: 0; top: 0; right: 0; margin: auto; bottom: 0; position: absolute;}
.la-pacman.la-2x>div:nth-child(1),
.la-pacman.la-2x>div:nth-child(2){border-width:32px}
.la-pacman.la-2x>div:nth-child(2){margin-top:-64px}
.la-pacman.la-2x>div:nth-child(3),
.la-pacman.la-2x>div:nth-child(4),
.la-pacman.la-2x>div:nth-child(5),
.la-pacman.la-2x>div:nth-child(6){width:16px;height:16px}
.la-pacman.la-3x{width:96px;height:96px}
.la-pacman.la-3x>div:nth-child(1),
.la-pacman.la-3x>div:nth-child(2){border-width:48px}
.la-pacman.la-3x>div:nth-child(2){margin-top:-96px}
.la-pacman.la-3x>div:nth-child(3),
.la-pacman.la-3x>div:nth-child(4),
.la-pacman.la-3x>div:nth-child(5),
.la-pacman.la-3x>div:nth-child(6){width:24px;height:24px}@-webkit-keyframes pacman-rotate-half-up{0%,100%{-webkit-transform:rotate(270deg);transform:rotate(270deg)}50%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-moz-keyframes pacman-rotate-half-up{0%,100%{-moz-transform:rotate(270deg);transform:rotate(270deg)}50%{-moz-transform:rotate(360deg);transform:rotate(360deg)}}@-o-keyframes pacman-rotate-half-up{0%,100%{-o-transform:rotate(270deg);transform:rotate(270deg)}50%{-o-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes pacman-rotate-half-up{0%,100%{-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg)}50%{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes pacman-rotate-half-down{0%,100%{-webkit-transform:rotate(90deg);transform:rotate(90deg)}50%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@-moz-keyframes pacman-rotate-half-down{0%,100%{-moz-transform:rotate(90deg);transform:rotate(90deg)}50%{-moz-transform:rotate(0deg);transform:rotate(0deg)}}@-o-keyframes pacman-rotate-half-down{0%,100%{-o-transform:rotate(90deg);transform:rotate(90deg)}50%{-o-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes pacman-rotate-half-down{0%,100%{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}50%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}}@-webkit-keyframes pacman-balls{0%{left:200%;opacity:0;-webkit-transform:translateY(-50%);transform:translateY(-50%)}5%{opacity:.5}66%{opacity:1}67%{opacity:0}100%{left:0;-webkit-transform:translateY(-50%);transform:translateY(-50%)}}@-moz-keyframes pacman-balls{0%{left:200%;opacity:0;-moz-transform:translateY(-50%);transform:translateY(-50%)}5%{opacity:.5}66%{opacity:1}67%{opacity:0}100%{left:0;-moz-transform:translateY(-50%);transform:translateY(-50%)}}@-o-keyframes pacman-balls{0%{left:200%;opacity:0;-o-transform:translateY(-50%);transform:translateY(-50%)}5%{opacity:.5}66%{opacity:1}67%{opacity:0}100%{left:0;-o-transform:translateY(-50%);transform:translateY(-50%)}}@keyframes pacman-balls{0%{left:200%;opacity:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}5%{opacity:.5}66%{opacity:1}67%{opacity:0}100%{left:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}} .la-timer,.la-timer>div{position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.la-timer{display:block;font-size:0;color:#000}
.la-timer.la-dark{color:#000}
.la-timer>div{display:inline-block;float:none;background-color:currentColor;border:0 solid currentColor}
.la-timer{width:32px;height:32px}
.la-timer>div{width:32px;height:32px;background:transparent;border-width:2px;border-radius:100%}
.la-timer>div:before,
.la-timer>div:after{position:absolute;top:14px;left:14px;display:block;width:2px;margin-top:-1px;margin-left:-1px;content:"";background:currentColor;border-radius:2px;-webkit-transform-origin:1px 1px 0;-moz-transform-origin:1px 1px 0;-ms-transform-origin:1px 1px 0;-o-transform-origin:1px 1px 0;transform-origin:1px 1px 0;-webkit-animation:timer-loader 1250ms infinite linear;-moz-animation:timer-loader 1250ms infinite linear;-o-animation:timer-loader 1250ms infinite linear;animation:timer-loader 1250ms infinite linear;-webkit-animation-delay:-625ms;-moz-animation-delay:-625ms;-o-animation-delay:-625ms;animation-delay:-625ms}
.la-timer>div:before{height:12px}
.la-timer>div:after{height:8px;-webkit-animation-duration:15s;-moz-animation-duration:15s;-o-animation-duration:15s;animation-duration:15s;-webkit-animation-delay:-7.5s;-moz-animation-delay:-7.5s;-o-animation-delay:-7.5s;animation-delay:-7.5s}
.la-timer.la-sm{width:16px;height:16px}
.la-timer.la-sm>div{width:16px;height:16px;border-width:1px}
.la-timer.la-sm>div:before,
.la-timer.la-sm>div:after{top:7px;left:7px;width:1px;margin-top:-.5px;margin-left:-.5px;border-radius:1px;-webkit-transform-origin:0.5px 0.5px 0;-moz-transform-origin:0.5px 0.5px 0;-ms-transform-origin:0.5px 0.5px 0;-o-transform-origin:0.5px 0.5px 0;transform-origin:0.5px 0.5px 0}
.la-timer.la-sm>div:before{height:6px}
.la-timer.la-sm>div:after{height:4px}
.la-timer.la-2x{width:64px;height:64px; left: 0; top: 0; right: 0; margin: auto; bottom: 0; position: absolute;}
.la-timer.la-2x>div{width:64px;height:64px;border-width:4px}
.la-timer.la-2x>div:before,
.la-timer.la-2x>div:after{top:28px;left:28px;width:4px;margin-top:-2px;margin-left:-2px;border-radius:4px;-webkit-transform-origin:2px 2px 0;-moz-transform-origin:2px 2px 0;-ms-transform-origin:2px 2px 0;-o-transform-origin:2px 2px 0;transform-origin:2px 2px 0}
.la-timer.la-2x>div:before{height:24px}
.la-timer.la-2x>div:after{height:16px}
.la-timer.la-3x{width:96px;height:96px}
.la-timer.la-3x>div{width:96px;height:96px;border-width:6px}
.la-timer.la-3x>div:before,
.la-timer.la-3x>div:after{top:42px;left:42px;width:6px;margin-top:-3px;margin-left:-3px;border-radius:6px;-webkit-transform-origin:3px 3px 0;-moz-transform-origin:3px 3px 0;-ms-transform-origin:3px 3px 0;-o-transform-origin:3px 3px 0;transform-origin:3px 3px 0}
.la-timer.la-3x>div:before{height:36px}
.la-timer.la-3x>div:after{height:24px}@-webkit-keyframes timer-loader{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-moz-keyframes timer-loader{0%{-moz-transform:rotate(0deg);transform:rotate(0deg)}100%{-moz-transform:rotate(360deg);transform:rotate(360deg)}}@-o-keyframes timer-loader{0%{-o-transform:rotate(0deg);transform:rotate(0deg)}100%{-o-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes timer-loader{0%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}.poppins{
font-family: 'Poppins', sans-serif;
}
.playfair{
font-family: Playfair Display;
} htm,body{
font-family: 'Poppins', sans-serif;
color: #999;
font-size: 20px;
font-weight: 400;
line-height: 36px;
} 
body { }
p{
font-weight: 300;
color: #999;
margin-bottom: 15px;
font-size: 20px;
line-height: 36px;
}
h1, h2, h3, h4, h5, h6 {
color: #000000;
margin: 0 0 15px;
font-family:  Playfair Display;
}
.sy_comon_heading{
margin: -12px 0 36px;
font-weight: normal;
line-height: 60px;
font-size: 50px;
letter-spacing: 0;
}
.sy_comon_heading.normal_fonts{
font-family: 'Poppins', sans-serif;
}
a, a:focus{
color: #222222;
transition: all ease 500ms;
-moz-transition: all ease 500ms;
-webkit-transition: all ease 500ms;
-ms-transition: all ease 500ms;
-o-transition: all ease 500ms;
}
a:hover{
text-decoration: none;
color: #2873b9;
}
a:focus{
outline: 0;
text-decoration: none;
}
button{
transition: all ease 500ms;
-moz-transition: all ease 500ms;
-webkit-transition: all ease 500ms;
-ms-transition: all ease 500ms;
-o-transition: all ease 500ms;
}
.sy_btn{
font-size: 14px;
letter-spacing: 2.8px;
color: #FFF;
text-transform: uppercase;
font-family: Poppins;
font-weight: 600;
background: #000000;
padding: 14px 43px 20px 53px;
display: inline-block;
line-height: .8;
height: 50px;
border-radius: 25px;
border: none;
}
.sy_btn i{
color: #2873b9;
display: inline-block;
position: relative;
top: 3px;
font-size: 20px;
margin-left: 25px;
transition: all ease 500ms;
-moz-transition: all ease 500ms;
-webkit-transition: all ease 500ms;
-ms-transition: all ease 500ms;
-o-transition: all ease 500ms;
}
.sy_btn.round{
border-radius: 5px;
}
.sy_btn.square{
border-radius: 0;
}
.sy_btn:hover{
background: #2873b9;
color: #FFF;
}
.sy_btn:hover i{
color: #FFF;
}
.sy_btn.white:hover {
background: #fff;
color: #333;
}
.sy_btn.white:hover i {
color: #333;
}
.half_bg_btn{
padding: 20px 34px;
text-transform: uppercase;
height: 50px;
display: inline-block;
font-weight: 700;
font-size: 15px;
letter-spacing: 0;
color: #2873b9;
line-height: .8;
position: relative;
background: transparent;
border: none;
}
.half_bg_btn span{
position: relative;
z-index: 2;
line-height: .8;
display: inline-block;
}
.half_bg_btn i{
margin-left: 15px;
position: relative;
z-index: 2;
font-size: 13px;
line-height: .8;
display: inline-block;
}
.half_bg_btn:after{
content: "";
width: 110px;
height: 100%;
position: absolute;
left: 0;
top: 0;
background: rgb(144, 170, 227);
transition: all ease 500ms;
-moz-transition: all ease 500ms;
-webkit-transition: all ease 500ms;
-ms-transition: all ease 500ms;
-o-transition: all ease 500ms;
}
.half_bg_btn:hover:after{
width: 100%;
}
*:focus{
outline: none;
}
ul,
ol{
margin: 0;
padding: 0;
list-style: none;
}
button{
border: none;
}
.noRadius{
border-radius: 0;
}
blockquote {
border-left: 2px solid #2873b9;
margin: 60px 0 50px;
padding: 0 65px 0 20px;
}
blockquote p{
font-size: 22px;
color: #000000;   
} .overlayB80,
.overlayB60,
.overlayR70,
.overlayB90,
.overlayR10{
position: relative
}
.overlayB80:before{
background: rgba(0, 0, 0, .2);
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
bottom: 0;
right: 0;
content: '';
}
.overlayB60:before{
background: rgba(0, 0, 0, .4);
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
bottom: 0;
right: 0;
content: '';
}
.overlayR70:before{
background: rgba(242, 48, 48, .8);
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
bottom: 0;
right: 0;
content: '';
}
.overlayB90:before{
background: rgba(0, 0, 0, .1);
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
bottom: 0;
right: 0;
content: '';
}
.overlayR10:before{
background: rgba(240, 48, 48, .9);
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
bottom: 0;
right: 0;
content: '';
} .noPadding{
padding: 0px !important;
}
.noPaddingBottom{
padding-bottom: 0px !important;
}
.noPaddingLeft{
padding-left: 0px !important;
}
.noPaddingRight{
padding-right: 0px !important;
}
.noMarginBottom{
margin-bottom: 0px !important;
}
.noMarginRight{
margin-right: 0px !important;
}
.noPaddingTop{
padding-top: 0px !important;
} .imgDiv{
width: 100%;
position: relative;
}
.imgDiv img{
max-width: 100%;
height: auto;
} .pageTitleSection{
position: relative;
background: #000;
height: 800px;
}
.pageTitleSection:after{
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, .2);
content: "";
}
.pageTitleSection .container, 
.pageTitleSection .container-fluid{
position: relative;
z-index: 2;
}
.pTSContent{
position: absolute;
left: 0;
padding: 0 50px;
right: 0;
top: 50%;
z-index: 3;
transform: translateY(-50%);
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
}
.pTSContent h5{
font-family: Poppins;
font-weight: 700;
text-transform: uppercase;
color: #FFF;
letter-spacing: 8px;
line-height: .8;
margin: 0 0 22px;
font-size: 20px;
}
.pTSContent h5 > a{
color: #fff;
}
.pTSContent h5 > a:hover{
color: #2873b9;
}
.pTSContent h2{
font-size: 80px;
line-height: 90px;
color: #FFF;
margin: 0;
font-weight: 400;
letter-spacing: 0;
padding-left: 25px;
padding-right: 40px;
}
.bar::after {
background: #2873b9;
bottom: -97px;
content: "";
height: 200px;
left: 0;
margin: auto;
position: absolute;
right: 0;
width: 2px;
top: auto;
} .page_title_bar_2{
position: relative;
padding: 131px 0 100px;
border-top: 1px solid #f3f3f3;
}
.page_title_2{
position: relative;
margin: 0;
}
.page_title_2 h4{
color: #000000;
font-size: 20px;
font-weight: 700;
letter-spacing: 8px;
line-height: 0.8;
margin: 0 0 30px;
position: relative;
text-transform: uppercase;
}
.page_title_2 h1{
color: #000000;
font-family: Playfair Display;
font-size: 80px;
letter-spacing: 0;
line-height: 90px;
margin: 0;
position: relative;
} .sectionTitles{
position: relative;
}
.comonTitle{
font-size: 20px;
text-transform: uppercase;
letter-spacing: 8px;
font-weight: 700;
margin-bottom: 50px;
font-family: 'Poppins', sans-serif; 
}
.comonTitle.marb60{
margin-bottom: 40px;
}
.comonTitle.whites{
color: #FFF;
}
.bigTitle{
font-family: Playfair Display;
font-size: 80px;
line-height: 80px;
margin: 0 auto 50px;
letter-spacing: 0;
}
.bigTitle.whites{
color: #FFF;
}
.bigTitle i{
font-style: italic;
}
.bigTitle span, .bigTitle b{
color: #2873b9;
font-weight: inherit;
}
.bg_Alabaster {
background: #fbfbfb;
}
.mb100{
margin-bottom: 95px;
}.headerTopSection { position:fixed;
z-index:777;
width: 100%;
}
.sticky  {
background :white;
padding-bottom:20px;
-webkit-box-shadow: 0px 3px 17px -7px rgba(0,0,0,0.63);
-moz-box-shadow: 0px 3px 17px -7px rgba(0,0,0,0.63);
box-shadow: 0px 3px 17px -7px rgba(0,0,0,0.63);
}
.sticky img.saga-logo {
filter: none;
}
.sticky  .nav-links a{
color:black;
}
.sticky  .nav-links span{
color:black;
}
@media (min-width: 990px){
.sticky  .menu_toggler #menu_toggle span {
background: black !important;
}
}
img.saga-logo {
float: left;
height: 42px;
margin-top: -5px;
filter: brightness(0) invert(1);
}
.headerTopSection.borderB{ }
.headerInnerWrap {
padding: 27px 0;
}
.nav-links{
margin-right:100px;
color:white;
}
.nav-links a{
color:white;
}
.headerInnerWrap h5 {
display: inline-block;
font-size: 14px;
font-weight: 700;
letter-spacing: 2.8px;
padding-left: 35px;
text-transform: uppercase;
margin: 0;
}
.headerInnerWrap h5 i {
padding-right: 7px;
} .header_01{
position: fixed;
right: 0;
height: 100%; width: 0px; 
z-index: 999;
background: #fafafa;
}
.header_inner{
position: relative;
text-align: center;
padding: 0;
}
.logo{
padding-top: 18px;
text-align: center;
}
.logo img{
max-width: 43px;
height: auto;
} .navWrap {
background: #fafafa;
height: 100%;
right: 0;
padding: 18px 0;
position: absolute;
top: 0;
text-align: center; width: 0px;
border-right: 1px solid #f3f3f3;
-webkit-transition: all 900ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
-moz-transition: all 900ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
-o-transition: all 900ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
transition: all 900ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.menu_open .navWrap{
width: 570px;
cursor: default;
border-right: 1px solid #f3f3f3;
}
.menu_open .menu_overlay{
background: rgba(0, 0, 0, .4);
width: 100%;
height: 100%;
position: fixed;
z-index: 9;
overflow: hidden;
}
.navLogo {
margin-bottom: 60px;
margin-top: 100px;
}
.textlogos{
font-size: 20px;
font-weight: 900;
text-transform: uppercase;
position: absolute;
top: 15px;
left: 105px;
z-index: 9;
}
.logged-in .textlogos{
top: 46px;
}
.menu_open .mainNav{
height: 50vh;
overflow: auto;
}
.mainNav{
height: 50vh;
overflow: auto;
}
.mainNav ul li {
display: block;
margin-bottom: 10px;
}
.mainNav ul li:last-child {
margin-bottom: 0;
}
.mainNav ul li:nth-child(01){
-webkit-transition: all 1100ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
-moz-transition: all 1100ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
-ms-transition: all 1100ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
-o-transition: all 1100ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
transition: all 1100ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
transform: translate3d(-350%, 0, 0);
-moz-transform: translate3d(-350%, 0, 0);
-webkit-transform: translate3d(-350%, 0, 0);
-ms-transform: translate3d(-350%, 0, 0);
-o-transform: translate3d(-350%, 0, 0);
-webkit-backface-visibility:hidden;
backface-visibility:hidden;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.mainNav ul li:nth-child(02){
-webkit-transition: all 1250ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
-moz-transition: all 1250ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
-ms-transition: all 1250ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
-o-transition: all 1250ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
transition: all 1250ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
transform: translate3d(-350%, 0, 0);
-moz-transform: translate3d(-350%, 0, 0);
-webkit-transform: translate3d(-350%, 0, 0);
-ms-transform: translate3d(-350%, 0, 0);
-o-transform: translate3d(-350%, 0, 0);
-webkit-backface-visibility:hidden;
backface-visibility:hidden;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.mainNav ul li:nth-child(03){
-webkit-transition: all 1350ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
-moz-transition: all 1350ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
-ms-transition: all 1350ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
-o-transition: all 1350ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
transition: all 1350ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
transform: translate3d(-350%, 0, 0);
-moz-transform: translate3d(-350%, 0, 0);
-webkit-transform: translate3d(-350%, 0, 0);
-ms-transform: translate3d(-350%, 0, 0);
-o-transform: translate3d(-350%, 0, 0);
-webkit-backface-visibility:hidden;
backface-visibility:hidden;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.mainNav ul li:nth-child(04){
-webkit-transition: all 1450ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
-moz-transition: all 1450ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
-ms-transition: all 1450ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
-o-transition: all 1450ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
transition: all 1450ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
transform: translate3d(-350%, 0, 0);
-moz-transform: translate3d(-350%, 0, 0);
-webkit-transform: translate3d(-350%, 0, 0);
-ms-transform: translate3d(-350%, 0, 0);
-o-transform: translate3d(-350%, 0, 0);
-webkit-backface-visibility:hidden;
backface-visibility:hidden;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.mainNav ul li:nth-child(05){
-webkit-transition: all 1550ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
-moz-transition: all 1550ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
-ms-transition: all 1550ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
-o-transition: all 1550ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
transition: all 1550ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
transform: translate3d(-350%, 0, 0);
-moz-transform: translate3d(-350%, 0, 0);
-webkit-transform: translate3d(-350%, 0, 0);
-ms-transform: translate3d(-350%, 0, 0);
-o-transform: translate3d(-350%, 0, 0);
-webkit-backface-visibility:hidden;
backface-visibility:hidden;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.mainNav ul li:nth-child(06){
-webkit-transition: all 1650ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
-moz-transition: all 1650ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
-ms-transition: all 1650ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
-o-transition: all 1650ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
transition: all 1650ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
transform: translate3d(-350%, 0, 0);
-moz-transform: translate3d(-350%, 0, 0);
-webkit-transform: translate3d(-350%, 0, 0);
-ms-transform: translate3d(-350%, 0, 0);
-o-transform: translate3d(-350%, 0, 0);
-webkit-backface-visibility:hidden;
backface-visibility:hidden;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.mainNav ul li:nth-child(07){
-webkit-transition: all 1750ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
-moz-transition: all 1750ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
-ms-transition: all 1750ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
-o-transition: all 1750ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
transition: all 1750ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
transform: translate3d(-350%, 0, 0);
-moz-transform: translate3d(-350%, 0, 0);
-webkit-transform: translate3d(-350%, 0, 0);
-ms-transform: translate3d(-350%, 0, 0);
-o-transform: translate3d(-350%, 0, 0);
-webkit-backface-visibility:hidden;
backface-visibility:hidden;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.mainNav ul li:nth-child(08){
-webkit-transition: all 1850ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
-moz-transition: all 1850ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
-ms-transition: all 1850ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
-o-transition: all 1850ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
transition: all 1850ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
transform: translate3d(-350%, 0, 0);
-moz-transform: translate3d(-350%, 0, 0);
-webkit-transform: translate3d(-350%, 0, 0);
-ms-transform: translate3d(-350%, 0, 0);
-o-transform: translate3d(-350%, 0, 0);
-webkit-backface-visibility:hidden;
backface-visibility:hidden;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.mainNav ul li:nth-child(09){
-webkit-transition: all 1950ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
-moz-transition: all 1950ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
-ms-transition: all 1950ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
-o-transition: all 1950ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
transition: all 1950ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
transform: translate3d(-350%, 0, 0);
-moz-transform: translate3d(-350%, 0, 0);
-webkit-transform: translate3d(-350%, 0, 0);
-ms-transform: translate3d(-350%, 0, 0);
-o-transform: translate3d(-350%, 0, 0);
-webkit-backface-visibility:hidden;
backface-visibility:hidden;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.mainNav ul li:nth-child(10){
-webkit-transition: all 2050ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
-moz-transition: all 2050ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
-ms-transition: all 2050ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
-o-transition: all 2050ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
transition: all 2050ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
transform: translate3d(-350%, 0, 0);
-moz-transform: translate3d(-350%, 0, 0);
-webkit-transform: translate3d(-350%, 0, 0);
-ms-transform: translate3d(-350%, 0, 0);
-o-transform: translate3d(-350%, 0, 0);
-webkit-backface-visibility:hidden;
backface-visibility:hidden;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.menu_open .mainNav ul li:nth-child(01),
.menu_open .mainNav ul li:nth-child(02),
.menu_open .mainNav ul li:nth-child(03),
.menu_open .mainNav ul li:nth-child(04),
.menu_open .mainNav ul li:nth-child(05),
.menu_open .mainNav ul li:nth-child(06),
.menu_open .mainNav ul li:nth-child(07),
.menu_open .mainNav ul li:nth-child(08),
.menu_open .mainNav ul li:nth-child(09),
.menu_open .mainNav ul li:nth-child(10){
-webkit-backface-visibility:hidden;
backface-visibility:hidden;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-webkit-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
}
.mainNav ul li a {
font-family: playfair display;
font-size: 30px;
line-height: 0.1;
font-weight: 400;
display: inline-block;
}
.mainNav ul ul.sub-menu{
display: none;
padding-top: 10px;
}
.mainNav ul ul.sub-menu li{
position: relative;
margin-bottom: 0
}
.mainNav ul li.has-menu-items > a:focus{
color: #000;
}
.mainNav ul ul.sub-menu li::before { content: "";
height: 2px;
position: absolute;
width: 20px;
top: 17px;
left: 27%;
right: auto;
}
.mainNav ul ul.sub-menu li a{
font-size: 20px;
font-style: italic;
color: #2873b9;
text-transform: lowercase;
}
.mainNav ul ul.sub-menu li a:hover{
color: #222222;
}
.mainNav ul ul.sub-menu ul.sub-menu{
padding-left: 33px;
padding-top: 0;
}
.mainNav{
overflow: auto;
margin: auto;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
}
.socialDiv {
background: #fff;
bottom: 0;
left: 0;
padding: 27px 0;
position: absolute;
right: 0;
height: 90px;
}
.logged-in .socialDiv{
height: 122px;
}
.socialDiv:before{
position: absolute;
left: 0;
width: 0;
height: 1px;
top: -1px;
background: #f3f3f3;
content: '';
z-index: 1;
-webkit-transition: all 900ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
-moz-transition: all 900ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
-ms-transition: all 900ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
-o-transition: all 900ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
transition: all 900ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.menu_open .socialDiv:before{
width: 100%;
}
.socialDiv a {
background: #000;
border-radius: 3px;
color: #fff;
display: inline-block;
font-size: 14px;
height: 25px;
line-height: 0.8;
margin: 0;
padding: 6px 0;
text-align: center;
width: 25px;
}
.socialDiv li.facebook:hover a{
background: #3B5998;
}
.socialDiv li.twitter:hover a{
background: #55ACEE;
}
.socialDiv li.google:hover a{
background: #DD4B39;
}
.socialDiv li.instagram:hover a{
background: #0E76A8;
}
.socialDiv li.dribbble:hover a{
background: #EC4A89;
}
.socialDiv li.behance:hover a{
background: #3496FF;
}
.socialDiv li.pin:hover a{
background: #D1202A;
}
.socialDiv li{
display: inline-block;
}
.socialDiv li:nth-child(01){
transform: translate3d(-300%, 0, 0);
-moz-transform: translate3d(-300%, 0, 0);
-webkit-transform: translate3d(-300%, 0, 0);
-ms-transform: translate3d(-300%, 0, 0);
-o-transform: translate3d(-300%, 0, 0);
-webkit-transition: all 1100ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
-moz-transition: all 1100ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
-ms-transition: all 1100ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
-o-transition: all 1100ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
transition: all 1100ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.socialDiv li:nth-child(02){
transform: translate3d(-300%, 0, 0);
-moz-transform: translate3d(-300%, 0, 0);
-webkit-transform: translate3d(-300%, 0, 0);
-ms-transform: translate3d(-300%, 0, 0);
-o-transform: translate3d(-300%, 0, 0);
-webkit-transition: all 1250ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
-moz-transition: all 1250ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
-ms-transition: all 1250ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
-o-transition: all 1250ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
transition: all 1250ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.socialDiv li:nth-child(03){
transform: translate3d(-300%, 0, 0);
-moz-transform: translate3d(-300%, 0, 0);
-webkit-transform: translate3d(-300%, 0, 0);
-ms-transform: translate3d(-300%, 0, 0);
-o-transform: translate3d(-300%, 0, 0);
-webkit-transition: all 1350ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
-moz-transition: all 1350ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
-ms-transition: all 1350ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
-o-transition: all 1350ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
transition: all 1350ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.socialDiv li:nth-child(04){
transform: translate3d(-300%, 0, 0);
-moz-transform: translate3d(-300%, 0, 0);
-webkit-transform: translate3d(-300%, 0, 0);
-ms-transform: translate3d(-300%, 0, 0);
-o-transform: translate3d(-300%, 0, 0);
-webkit-transition: all 1450ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
-moz-transition: all 1450ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
-ms-transition: all 1450ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
-o-transition: all 1450ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
transition: all 1450ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.socialDiv li:nth-child(05){
transform: translate3d(-300%, 0, 0);
-moz-transform: translate3d(-300%, 0, 0);
-webkit-transform: translate3d(-300%, 0, 0);
-ms-transform: translate3d(-300%, 0, 0);
-o-transform: translate3d(-300%, 0, 0);
-webkit-transition: all 1550ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
-moz-transition: all 1550ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
-ms-transition: all 1550ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
-o-transition: all 1550ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
transition: all 1550ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.socialDiv li:nth-child(06){
transform: translate3d(-300%, 0, 0);
-moz-transform: translate3d(-300%, 0, 0);
-webkit-transform: translate3d(-300%, 0, 0);
-ms-transform: translate3d(-300%, 0, 0);
-o-transform: translate3d(-300%, 0, 0);
-webkit-transition: all 1650ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
-moz-transition: all 1650ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
-ms-transition: all 1650ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
-o-transition: all 1650ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
transition: all 1650ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.menu_open .socialDiv li:nth-child(01),
.menu_open .socialDiv li:nth-child(02),
.menu_open .socialDiv li:nth-child(03),
.menu_open .socialDiv li:nth-child(04),
.menu_open .socialDiv li:nth-child(05),
.menu_open .socialDiv li:nth-child(06){
transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-webkit-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
visibility: visible;
}
.socialDiv a.closeNav {
background: transparent;
color: #000;
left: 27px;
position: absolute;
top: 30px;
}
.menu_toggler{
position: fixed;
right: 0;
top: 0;
width: 65px;
height: 75px; z-index: 888;
cursor: pointer;
top: auto;
}
.menu_open .menu_toggler{
border-right: none;
}
#menu_toggle {
bottom: 0;
cursor: pointer;
height: 18px;
left: 0;
line-height: 0.03;
margin: auto;
position: absolute;
right: 0;
top: 0;
width: 25px;
}
#menu_toggle span{
width: 100%;
height: 2px;
background: white;
display: inline-block;
}
#menu_toggle span:nth-of-type(01){
transform: rotate(0deg);
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}
#menu_toggle span:nth-of-type(02){
transform: scale(1); 
opacity: 1;
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
width:70%;
}
#menu_toggle span:nth-of-type(03){
transform: rotate(0deg);
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}
.active #menu_toggle span:nth-of-type(1) {
position: absolute;
right: 0;
transform: rotate(-45deg);
top: 0;
bottom: 0;
margin: auto;
left: 0;
background: #2873b9;
}
.active #menu_toggle span:nth-of-type(02){
transform: scale(0);
opacity: 0;
background: #2873b9;
}
.active #menu_toggle span:nth-of-type(3){
position: absolute;
right: 0;
transform: rotate(45deg);
top: 0;
bottom: 0;
margin: auto;
left: 0;
background: #2873b9;
} .dark_menu, 
.dark_menu .navWrap,
.dark_menu .socialDiv,
.dark_menu .menu_toggler{
background: #222;
}
.dark_menu .navWrap ,
.dark_menu .menu_toggler{
border-color: #181818;
}
.dark_menu .socialDiv::before{
background: #181818;
}
.dark_menu .mainNav ul li a,
.dark_menu .mainNav ul li.has-menu-items > a:focus,
.dark_menu .mainNav ul ul.sub-menu li a:hover{
color: #fff;
}    
.dark_menu #menu_toggle span{
background: #fff;
}
.dark_menu .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
background: #333;
}
.mCSB_scrollTools .mCSB_draggerRail{} .sliderSection.sliderBar{
margin-bottom: 100px;
}
.sliderSection{
position: relative;
}
.vc_extra_paddings .sliderSection .rev_slider{ }
.revSlider{
background: #070705;
}
.tp-bullets{
z-index: 30 !important;
}
.tp-bullets .tp-bullet{
width: 10px;
height: 10px;
border: none;
background: none;
border-radius: 50%;
padding: 2px;
}
.tp-bullets .tp-bullet:after{
background: #5e5d5d;
border-radius: 50%;
display: inline-block;
height: 6px;
width: 6px;
position: absolute;
left: 0;
top: 0;
bottom: 0;
right: 0;
margin: auto;
content: "";
}
.tp-bullets .tp-bullet.selected{
border: 5px solid #2873b9;
background: rgba(0, 0, 0, 0);
padding: 0px;
}
.tp-bullets .tp-bullet.selected:after{
background: none;
}
.sliderBar::after {
background: #2873b9;
bottom: -100px;
content: "";
height: 200px;
left: 0;
margin: auto;
position: absolute;
right: 0;
width: 2px;
}
.sliderCaption{
position: relative;
}
.sliderCaption h1 {
font-size: 65px;
font-weight: 400;
letter-spacing: 0;
line-height: 0.8;
margin: 0px;
color: #ffffff;
}
.sliderCaption h1 > span {
font-style: italic;
}
.sliderCaption h3 {
color: #dceeff;
font-size: 20px;
font-weight: 700;
letter-spacing: 8px;
margin: 0 0 41px;
text-transform: uppercase;
}
.sliderCaption.white h3{
color: #fff;
}
.slotholder{
position: relative;
}
.slotholder:before{
position: absolute;
left: 0;
top: 0;
bottom: 0;
right: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, .1);
content: '';
}
.scrolltoDown {
border: 2px solid #fff;
border-radius: 50%;
bottom: 130px;
height: 58px;
left: 0;
margin: auto;
padding: 13px 0;
position: absolute;
right: 0;
text-align: center;
top: auto;
width: 58px;
overflow: hidden;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}
.scrolltoDown a {
position: absolute;
left: 0;
right: 0;
margin: auto;
top: 0;
bottom: 0;
height: 35px;
}
.scrolltoDown:hover{
border-color: #2873b9;
}
.scrolltoDown a.hoverImg {
top: -40px;
visibility: hidden;
opacity: 0;
}
.scrolltoDown:hover .hoverImg{
top: 0;
visibility: visible;
opacity: 1;
}
.scrolltoDown:hover a.normalImg{
top: 40px;
opacity: 0;
} .aboutSection{
padding-top: 166px;
padding-bottom: 153px;
}
.aboutSection .comonTitle{
margin-bottom: 93px;
}
.about_desc{
position: relative;
text-align: left;
padding-left: 28px;
margin-top: 2px;
}
.about_desc h2{
margin: -12px 0 36px;
font-weight: normal;
line-height: 60px;
font-size: 50px;
letter-spacing: 0;
}
.about_desc p{
line-height: 40px;
margin: 0 0 40px;
padding-right: 55px;
}
.rotate_text{
color: #999999;
font-size: 14px;
font-weight: 600;
left: -442px;
letter-spacing: 5.6px;
line-height: 0.8;
position: absolute;
text-transform: uppercase;
top: 132px;
transform: rotate(-90deg);
}
.rotate_text span{
color: #000;
} .serviceSection{
position: relative;
}
.serviceArea{
position: relative;
margin: -383px 110px 0;
}
.serviceArea img{
max-width: 100%;
height: auto;
}
.serviceHead{
position: absolute;
left: 100px;
top: 380px;
width: 50%;
color: #fff;
font-size: 47px;
line-height: 60px;
z-index: 2;
}
.serviceHead span{
font-style: italic;
}
.serviceDesc{
font-weight: 300;
letter-spacing: 0;
font-size: 40px;
line-height: 50px;
position: absolute;
right: 0;
width: 50%;
bottom: 104px;
color: #FFF;
padding-left: 125px;
padding-right: 130px;
}
.serviceDesc:before{
background: #fff;
content: "";
height: 2px;
left: -101px;
position: absolute;
top: 22px;
width: 200px;
}
.rotate_text_02{
color: #fff;
font-size: 14.2px;
font-weight: 600;
letter-spacing: 5.68px;
line-height: 0.8;
position: absolute;
right: -206px;
text-align: left;
text-transform: uppercase;
top: 469px;
transform: rotate(90deg);
}
.rotate_text_02 i{
color: #691616;
font-style: normal;
} .what_we_do{
padding-top: 129px;
padding-bottom: 140px;
}
.what_we_do .comonTitle{
margin-bottom: 35px;
}
.what_we_do .bigTitle{
margin-bottom: 127px;
}
.iconBox{
position: relative;
}
.iconBox i, .iconBox img{
margin-bottom: 41px;
}
.iconBox i{
color: #2f3238;
display: inline-block;
font-size: 112px;
height: 91px;
line-height: 0.8;
width: 91px;
}
.iconBox img{
max-width: 100%;
height: auto;
}
.iconBox h3{
font-size: 20px;
font-weight: 700;
color: #000;
text-transform: uppercase;
line-height: .8;
margin: 0 0 10px;
letter-spacing: 2px;
}
.iconBox p{
margin: 0 0 36px;
font-weight: 300;
font-size: 20px;
line-height: 36px;
padding: 0 10px;
}
.iconBox ul{
margin: 0 0 58px;
padding: 0;
}
.iconBox ul li{
width: 100%;
color: #333333;
font-size: 20px;
line-height: .8;
text-transform: capitalize;
font-weight: 300;
margin: 0 0 24px
}
.iconBox ul li:last-child{
margin-bottom: 0;
}
.iconBox .sy_btn{
padding: 20px 43px 20px 53px;
} .folioSections{
padding: 158px 0 0;
background: url(//sagacitysoftware.co.uk/wp-content/themes/Sagacity_core/assets/images/bg/1.jpg) no-repeat top center;
}
.folioSections .comonTitle{
margin-bottom: 25px;
}
.folioSections .bigTitle{
margin-bottom: 150px;
}
.mtop136{
margin-top: 136px;
}
.singleFolio{
position: relative;
width: 100%;
overflow: hidden;
}
.mtop234{
margin-top: 134px;
}
.singleFolio img{
width: 100%;
height: auto;
transform: scale(1);
-moz-transform: scale(1);
-webkit-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transition: all ease 400ms;
-moz-transition: all ease 400ms;
-webkit-transition: all ease 400ms;
-ms-transition: all ease 400ms;
-o-transition: all ease 400ms;
}
.singleFolio:hover img{
transform: rotate(-2deg) scale(1.1);
-moz-transform: rotate(-2deg) scale(1.1);
-webkit-transform: rotate(-2deg) scale(1.1);
-ms-transform: rotate(-2deg) scale(1.1);
-o-transform: rotate(-2deg) scale(1.1);
}
.folio_hover{
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, .7);
opacity: 0;
visibility: hidden;
transition: all ease 400ms;
-moz-transition: all ease 400ms;
-webkit-transition: all ease 400ms;
-ms-transition: all ease 400ms;
-o-transition: all ease 400ms;
}
.singleFolio:hover .folio_hover{
opacity: 1;
visibility: visible;
}
.folio_hover h1{
color: #FFF;
font-family: Playfair Display;
font-size: 40px;
line-height: 60px;
margin: 0 0 33px;
opacity: 0;
visibility: hidden;
padding-left: 35px;
transform: translate3d(0, 0, 0);
-webkit-transform: translate3d(0, 0, 0);
transition: all ease 700ms;
-moz-transition: all ease 700ms;
-webkit-transition: all ease 700ms;
-ms-transition: all ease 700ms;
-o-transition: all ease 700ms;
}
.singleFolio:hover .folio_hover h1{
opacity: 1;
visibility: visible; }
.folio_hover span{
width: 200px;
height: 2px;
position: relative;
display: block;
background: #2873b9;
margin-bottom: 21px;
opacity: 0;
visibility: hidden;
transform: translate3d(151px, 0, 0);
-webkit-transform: translate3d(151px, 0, 0);
transition: all ease 700ms;
-moz-transition: all ease 700ms;
-webkit-transition: all ease 700ms;
-ms-transition: all ease 700ms;
-o-transition: all ease 700ms;
}
.singleFolio:hover .folio_hover span{
opacity: 1;
visibility: visible;
transform: translate3d(38px, 0, 0);
-webkit-transform: translate3d(38px, 0, 0);
}
.folio_hover h1 a{
color: #FFF;
}
.folio_hover h1 a:hover{
color: #2873b9;
}
.folio_hover p.catsa{
margin: 0;
font-size: 14px;
letter-spacing: 5.6px;
color: #fff;
text-transform: uppercase;
font-weight: 700;
opacity: 0;
visibility: hidden;
transform: translate3d(0, 0, 0);
-webkit-transform: translate3d(0, 0, 0);
transition: all ease 700ms;
-moz-transition: all ease 700ms;
-webkit-transition: all ease 700ms;
-ms-transition: all ease 700ms;
-o-transition: all ease 700ms;
}
.singleFolio:hover .folio_hover p.catsa{
opacity: 1;
visibility: visible;
transform: translate3d(151px, 0, 0);
-webkit-transform: translate3d(95px, 0, 0);
}
.folio_hover p.catsa a{
color: #FFF;
}
.folio_hover p.catsa a:hover{
color: #2873b9;
}
.folio_hover .fh_con{
position: absolute;
left: 0;
bottom: 65px;
width: 90%;
} .client_section{
padding-top: 141px;
padding-bottom: 95px;
}
#client_slider .singleClient{
position: relative;
width: 100%;
}
#client_slider.owl-carousel .owl-item img{
max-width: 100% !important;
width: auto !important;
height: auto;
display: inline-block;
} .testimonial_section{
background: url(//sagacitysoftware.co.uk/wp-content/themes/Sagacity_core/assets/images/bg/2.jpg) no-repeat center center / cover;
padding: 160px 0 147px;
}
.testimonialSlider{
padding-left: 173px;
}
.testimonialItems{
position: relative;
width: 100%;
padding-left: 85px;
padding-right: 70px;
padding-top: 28px;
}
.testimonialItems:after{
width: 146px;
height: 119px;
position: absolute;
left: 0;
top: 0;
content: "";
background: url(//sagacitysoftware.co.uk/wp-content/themes/Sagacity_core/assets/images/testi.png) no-repeat center center;
}
.testimonialItems p{
font-size: 30px;
line-height: 45px;
color: #000;
margin: 0;
z-index: 2;
position: relative;
}
.testiMeta{
position: relative;
padding-left: 230px;
margin-top: 40px;
}
.testiMeta h3{
font-size: 30px;
line-height: 30px;
color: #000;
margin: 0 0 3px;
text-transform: capitalize;
font-weight: 700;
}
.testiMeta span{
font-size: 20px;
line-height: 30px;
color: #000;
letter-spacing: 0;
display: inline-block;
}
.testiMeta:after{
width: 200px;
height: 2px;
background: #2873b9;
position: absolute;
left: 0;
top: 32px;
content: "";
}
.testimonialSlider.owl-theme .owl-dots{
bottom: 0;
height: 70px;
left: 82px;
margin: auto 0;
position: absolute;
text-align: center;
top: -50px;
width: 10px;
}
.testimonialSlider.owl-theme .owl-dots .owl-dot{
display: inline-block;
margin: 0;
width: auto;
height: auto;
}
.testimonialSlider.owl-theme .owl-dots .owl-dot span{
margin: 0 0 4px;
width: 6px;
height: 6px;
background: #000;
border-radius: 50%;
display: block;
}
.testimonialSlider.owl-theme .owl-dots .owl-dot:hover span{
background: #2873b9;
}
.testimonialSlider.owl-theme .owl-dots .owl-dot.active span{
width: 10px;
height: 10px;
background: #2873b9;
} .footer{
padding-top: 147px;
position: relative;
padding-bottom: 132px;
}
.aboutFooter{
position: relative;
width: 100%;
}
.aboutFooter img{
max-width: 100%;
height: auto;
margin: 0 0 42px;
}
.aboutFooter h3{
font-size: 20px;
text-transform: capitalize;
font-weight: 700;
color: #000000;
margin: 0 0 13px;
line-height: .8;
}
.aboutFooter p{
font-size: 20px;
line-height: 36px;
color: #999;
margin: 0;
font-weight: 300;
padding-right: 40px;
}
.footer_Nave{
position: relative;
margin: 98px 0 44px;
padding: 0;
line-height: .8;
text-align: left;
}
.footer_Nave li{
list-style: none;
display: inline-block;
line-height: .8;
padding-right: 45px;
}
.footer_Nave li:last-child{
padding-right: 0;
}
.footer_Nave li a{
display: inline-block;
line-height: .8;
font-size: 20px;
letter-spacing: 0;
color: #000000;
font-family: Playfair Display;
font-weight: 700;
}
.footer_Nave li a:hover{
color: #2873b9;
}
.footerSocial{
display: inline-block;
float: left;
padding-right: 59px;
position: relative;
text-align: left;
}
.footerSocial a {
align-items: center;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
-o-align-items: center;
background: #000;
border-radius: 50%;
color: #fff;
display: inline-flex;
font-size: 16px;
height: 40px;
justify-content: center;
-webkit-justify-content: center;
-moz-justify-content: center;
-ms-justify-content: center;
-o-justify-content: center;
line-height: 0.8;
margin-right: 16px;
padding: 0;
text-align: center;
width: 40px;
}
.footerSocial a:last-child{
margin-right: 0;
}
.footerSocial a.facebook:hover{
background: #3C599F;
}
.footerSocial a.twitter:hover{
background: #16ABE3;
}
.footerSocial a.google-plus:hover{
background: #CB3E2D;
}
.footerSocial a.dribbble:hover{
background: #D74579;
}
.footerSocial a.behance:hover{
background: #3496FF;
}
.officeAddress {
display: inline-block;
position: relative;
float: left;
padding-right: 45px;
margin-top: 8px;
}
.officeAddress h3 {
color: #000000;
font-size: 14px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 2.8px;
line-height: 0.8;
margin-bottom: 10px;
}
.officeAddress p {
color: #666666;
font-size: 14px;
font-weight: 400;
letter-spacing: 2.8px;
line-height: 30px;
margin-bottom: 19px;
padding-left: 30px;
text-transform: uppercase;
}
.officeAddress i.pe-7s-map-marker {
padding-right: 5px;
font-size: 16px;
}
.callUs {
display: inline-block;
position: relative;
float: left;
margin-top: 10px;
}
.callUs p {
font-weight: 600;
font-size: 14px;
letter-spacing: 2.8px;
line-height: 0.8;
color: #000000;
}
.approachTitle {
padding: 175px 143px 0;
position: relative;
}
.approachTitle h3 {
font-family: "poppins";
font-size: 20px;
font-weight: 700;
letter-spacing: 8px;
line-height: 0.8;
margin-bottom: 66px;
text-transform: uppercase;
}
.approachTitle > h1 {
font-size: 50px;
font-weight: 400;
letter-spacing: 0;
line-height: 60px;
margin: 0;
color: #000000;
}
.rotate_text_03 {
color: #999999;
font-size: 14.32px;
font-weight: 600;
letter-spacing: 5.728px;
line-height: 0.8;
position: absolute;
right: -91px;
text-align: left;
text-transform: uppercase;
top: 143px;
transform: rotate(90deg);
z-index: 9;
}
.rotate_text_03 span {
color: #2873b9;
}
.approachContent {
position: relative;
}
.approachContent h2 {
color: #ffffff;
font-size: 50px;
letter-spacing: 0;
line-height: 50px;
} .servicesDetailsPagtitle{
background: url(//sagacitysoftware.co.uk/wp-content/themes/Sagacity_core/assets/images/bg/4.jpg) no-repeat scroll center center/cover;
}
.ourExperties {
padding-bottom: 124px;
padding-top: 120px;
}
.ourExperties .comonTitle {
margin-bottom: 35px;
}
.calltoActionwhatwedo{
padding-top: 175px;
position: relative;
background: url(//sagacitysoftware.co.uk/wp-content/themes/Sagacity_core/assets/images/bg/map.png) no-repeat scroll center 126%;
}
.serv_title {
position: relative;
padding-bottom: 240px;
}
.serv_title h3 {
font-family: "poppins";
font-size: 20px;
font-weight: 700;
letter-spacing: 8px;
line-height: 0.8;
margin-bottom: 66px;
text-transform: uppercase;
}
.serv_title > h1 {
font-family: playfair display;
font-size: 50px;
font-weight: 400;
letter-spacing: 0;
line-height: 60px;
margin: 0 0 62px;
}
.serv_title a.sy_btn {
padding: 14px 43px 20px 92px;
font-weight: 700;
}
.serv_title a.sy_btn i {
margin-left: 64px;
} .howWeWork {
background: url(//sagacitysoftware.co.uk/wp-content/themes/Sagacity_core/assets/images/bg/5.jpg) no-repeat scroll center top;
position: relative;
}
.workContent::before {
background: #2873b9;
content: "";
height: 2px;
left: -75px;
position: absolute;
top: 443px;
width: 200px;
top: 114px;
}
.workContent {
background: #000;
height: 470px;
margin-top: 330px;
padding: 62px 0 0 53px;
width: 470px;
position: relative;
}
.workContent h5 {
color: #fff;
font-family: poppins;
font-size: 20px;
font-weight: 700;
letter-spacing: 8px;
line-height: 0.8;
margin: 0 0 66px;
text-transform: uppercase;
}
.workContent h2 {
color: #fff;
font-family: playfair display;
font-size: 50px;
font-weight: 400;
line-height: 60px;
position: absolute;
width: 590px;
}
.bigTitle02 {
margin-bottom: 143px;
}
.bigTitle02 span {
font-style: italic;
}
.iconBox02 {
margin-bottom: 133px;
position: relative;
}
.iconBox02 i, .iconBox02 img{
margin-bottom: 41px;
}
.iconBox02 i{
font-size:100px;
color: #2f3238;
}
.iconBox02 h3{
font-size: 20px;
font-weight: 700;
color: #000;
text-transform: uppercase;
line-height: .8;
margin: 0 0 65px;
letter-spacing: 8px;
}
.iconBox02 p{
margin: 0 0 36px;
font-weight: 300;
font-size: 20px;
line-height: 36px;
padding: 0 10px;
}
.iconBox02 ul{
margin: 0 0 58px;
padding: 0;
}
.iconBox02 ul li{
width: 100%;
color: #333333;
font-size: 20px;
line-height: .8;
text-transform: capitalize;
font-weight: 300;
margin: 0 0 24px
}
.iconBox02 ul li:last-child{
margin-bottom: 0;
}
.iconBox02 a{
padding: 20px 34px;
text-transform: uppercase;
height: 50px;
display: inline-block;
font-weight: 700;
font-size: 15px;
letter-spacing: 0;
color: #2873b9;
line-height: .8;
position: relative;
}
.iconBox02 a span{
position: relative;
z-index: 2;
}
.iconBox02 a:after{
content: "";
width: 110px;
height: 100%;
position: absolute;
left: 0;
top: 0;
background: rgba(242, 48, 48, .2);
transition: all ease 500ms;
-moz-transition: all ease 500ms;
-webkit-transition: all ease 500ms;
-ms-transition: all ease 500ms;
-o-transition: all ease 500ms;
}
.iconBox02 a:hover:after{
width: 100%;
} .whoWe_workedFor {
padding: 0 0 101px;
position: relative;
}
.whoWe_workedFor .comonTitle {
margin-bottom: 104px;
}
.singlePartner {
bottom: 0;
height: 125px;
left: 0;
margin: auto auto 66px;
position: relative;
right: 0;
top: 0;
width: 180px;
}
.singlePartner img {
opacity: 0.7;
width: 100%;
}
.singlePartner img:hover {
opacity: 1;
} .calltoAction  {
background: #000;
margin: 0 0 69px;
}
.calltoActionheading {
padding: 150px 0 155px;
overflow: hidden;
}
.calltoActionheading h1 {
color: #fff;
font-family: playfair display;
font-size: 80px;
font-weight: 400;
letter-spacing: 0;
line-height: 90px;
margin: 0 0 40px;
}
.calltoActionheading h1 > i {
font-style: italic;
}
.calltoActionheading p {
color: #fff;
font-family: poppins;
font-size: 30px;
font-weight: 300;
letter-spacing: 0;
line-height: 40px;
margin: 0 0 61px;
padding: 0 275px;
}
.calltoActionheading a.sy_btn {
padding: 14px 43px 20px 61px;
}
.calltoActionheading a.sy_btn i {
margin-left: 35px;
} .footer2 {
padding-bottom: 132px;
padding-top: 0;
position: relative;
} .copyrightSection {
border-top: 1px solid #f2f2f2;
padding: 28px 0 32px;
position: relative;
}
.copyrightText p {
color: #999999;
font-family: poppins;
font-size: 14px;
font-weight: 400;
letter-spacing: 2.8px;
line-height: 30px;
text-transform: uppercase;
margin: 0;
} .workPagtitle{
background: url(//sagacitysoftware.co.uk/wp-content/themes/Sagacity_core/assets/images/bg/7.jpg) no-repeat scroll center center/cover;
}
.worksection{
padding: 75px 0 130px;
}
.worksectionTitle{
padding-bottom: 50px;
}
.filterNav p {
color: #2873b9;
font-family: poppins;
font-size: 14px;
font-weight: 600;
letter-spacing: 0;
line-height: 0.8;
margin-bottom: 22px;
}
.filterNav ul {
list-style: outside none none;
margin: 0;
padding: 0;
}
.filterNav ul li {
display: inline-block;
}
.apporachsec02 {
margin-bottom: 120px;
}
.filterNav {
margin-bottom: 133px;
}
.filterNav ul li{
font-family: poppins;
font-weight: 600;
font-size: 42px;
line-height: .8;
letter-spacing: 0;
color: #b8b8b8;
margin-right: 30px;
position: relative;
cursor: pointer;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}
.filterNav ul li.active,
.filterNav ul li:hover{
color: #000000;
}
.filterNav ul li:first-child{
margin-left: 0;
}
.filterNav ul li:before {
background: #2873b9;
border-radius: 50%;
content: "";
height: 7px;
position: absolute;
left: -14px;
top: 43%;
width: 7px;
}
.filterNav ul li:first-child:before {
width: 0;
height: 0;
background: transparent;
}
.filterCont .mix{
display: none;
z-index: 6;
}
.singleWork {
position: relative;
margin-bottom: -12px;
}
.singleWork2{
margin-bottom: 0px;
}
.work_img img {
width: 100%;
height: auto;
}
.work_details {
margin: auto 0;
padding-left: 165px;
position: relative;
width: 100%;
-webkit-transition: all 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
-moz-transition: all 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
-ms-transition: all 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
-o-transition: all 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
transition: all 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.workD_Top {
margin-bottom: 58px;
padding-top: 198px;
transition: padding-top 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
-moz-transition: padding-top 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
-webkit-transition: padding-top 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
-ms-transition: padding-top 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
-o-transition: padding-top 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.work_all_details:hover .workD_Top{
padding-top: 139px;
}
.workD_Top h1{
margin-bottom: 25px;
}
.workD_Top h3{
color: #2873b9;
font-family: poppins;
font-size: 14px;
font-weight: 700;
letter-spacing: 5.6px;
line-height: 0.8;
margin: 0 0 16px;
text-transform: uppercase;
}
.workD_Top h4{
color: #000000;
font-family: poppins;
font-size: 14px;
font-weight: 600;
letter-spacing: 5.6px;
position: relative;
text-transform: uppercase;
}
.workD_Top h1 a {
color: #000000;
font-family: playfair display;
font-size: 60px;
font-weight: 400;
letter-spacing: 0;
line-height: 60px;
}
.workD_Top h1 a:hover{
color: #2873b9;
}
.lineSpan {
background: #2873b9;
display: block;
height: 2px;
right: 110px;
position: relative;
top: -26px;
width: 0;
visibility: hidden;
opacity: 0;
-webkit-transition: all 450ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
-moz-transition: all 450ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
-ms-transition: all 450ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
-o-transition: all 450ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
transition: all 450ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
transform: translate3d(0 , 0, 110px);
-webkit-transform: translate3d(0, 0, 110px);
}
.work_all_details:hover .lineSpan{
visibility: visible;
opacity: 1;
right: 110px;
width: 200px;
left: auto;
transform: translate3d(0, 0, 0);
-webkit-transform: translate3d(0, 0, 0);
-webkit-transition: all 450ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 250ms;
-moz-transition: all 450ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 250ms;
-ms-transition: all 450ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 250ms;
-o-transition: all 450ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 250ms;
transition: all 450ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 250ms;
}
.workD_bott {
color: #666666;
font-size: 20px;
font-weight: 300;
letter-spacing: 0;
line-height: 40px;
margin-bottom: 36px;
visibility: hidden;
opacity: 0;
-webkit-transition: all 250ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 150ms;
-moz-transition: all 250ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 150ms;
-ms-transition: all 250ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 150ms;
-o-transition: all 250ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 150ms;
transition: all 250ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 150ms;
transform: translate3d(0, -50px, 0);
-webkit-transform: translate3d(0, -80px, 0);
-moz-transform: translate3d(0, -80px, 0);
-ms-transform: translate3d(0, -80px, 0);
-o-transform: translate3d(0, -80px, 0);
}
.work_all_details:hover .workD_bott{
visibility: visible;
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
}
.work_details a.vDetail{
color: #2873b9;
display: block;
font-size: 14px;
font-weight: 600;
overflow: hidden;
position: relative;
text-transform: uppercase;
width: 145px;
transform: translate3d(0, -116px, 0);
-webkit-transform: translate3d(0, -116px, 0);
-moz-transform: translate3d(0, -116px, 0);
-ms-transform: translate3d(0, -116px, 0);
-o-transform: translate3d(0, -116px, 0);
-webkit-transition: all 450ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 100ms;
-moz-transition: all 450ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 100ms;
-ms-transition: all 450ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 100ms;
-o-transition: all 450ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 100ms;
transition: all 450ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 100ms;
}
.work_details a.vDetail span{
margin-left: -107px;
-webkit-transition: all 450ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
-moz-transition: all 450ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
-ms-transition: all 450ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
-o-transition: all 450ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
transition: all 450ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.work_details a.vDetail i{
display: inline-block;
font-size: 33px;
height: 15px;
left: 0;
line-height: 0.5;
margin-left: 12px;
position: relative;
top: 8px;
}
.work_all_details:hover .work_details a.vDetail{
transform: translate3d(0, 0, 0);
transition: all cubic-bezier(0.445, 0.05, 0.55, 0.95) 450ms;
-moz-transition: all cubic-bezier(0.445, 0.05, 0.55, 0.95) 450ms;
-webkit-transition: all cubic-bezier(0.445, 0.05, 0.55, 0.95) 450ms;
-ms-transition: all cubic-bezier(0.445, 0.05, 0.55, 0.95) 450ms;
-o-transition: all cubic-bezier(0.445, 0.05, 0.55, 0.95) 450ms;
}
.work_all_details:hover .work_details a.vDetail span{
margin-left: 0px;
-webkit-transition: all 450ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 150ms;
-moz-transition: all 450ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 150ms;
-ms-transition: all 450ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 150ms;
-o-transition: all 450ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 150ms;
transition: all 450ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 150ms;
}
.work_details a.vDetail:hover{
color: #333;
}
.let_more_btn{
margin-top: 136px;
} .teamPagtitle{
background: url(//sagacitysoftware.co.uk/wp-content/themes/Sagacity_core/assets/images/bg/8.jpg) no-repeat scroll center center/cover;
}
.teamSection{
padding: 175px 0 130px;
}
.teamImg{
margin-bottom: 23px;
}
.teamImg img{
width: 100%;
height: auto;
}
.teamTitle{
font-size: 30px;
margin: 0 0 19px;
}
.teammTitle{
font-size: 30px;
margin: 0 0 19px;
}
.teamTitle{
margin: 0 0 149px;
}
.teamDec p{
line-height: 20px;
margin: 0 0 25px;
color: #2873b9;
text-transform: uppercase;
font-size: 14px;
font-weight: 500;
letter-spacing: 1px;
}
.teamSocial a{
font-size: 15px;
color: #cccccc;
margin-right: 20px;
}
.teamSocial a:hover{
color: #2873b9;
}
.teamSocial a:last-child{
margin-right: 0;
}
.teamFixedImg img{
width: 100%;
height: auto;
}
.teamtext{
padding-left: 273px;
padding-right: 100px;
margin-top: 62px;
position: relative;
}
.teamtext h2{
font-size: 50px;
line-height: 60px;
}
.lineBorder{
width: 200px;
height: 2px;
background: #2873b9;
display: inline-block;
position: absolute;
left: 35px;
top: 34px;
}
.instSection{
padding-bottom: 107px;
}
.comonTitle.comonTitle2{
margin-bottom: 119px;
}
.singleInst{
background: #fafafa;
}
.singleInst img{
width: 100%;
height: auto;
min-height: 350px;
}
.singleInst.big img{
width: 100%;
height: auto;
min-height: 700px;
}
.col-cs-2{
width: 20%;
float: left;
}
.col-cs-4{
float: left;
width: 40%;
}
.twitterfeed.owl-theme .owl-nav{
margin: 0;
display: none;
}
.twitterfeed{
background: #fafafa;
padding: 84px 0 78px;
}
.singleTwitter{
padding-left: 35px;
position: relative;
padding-right: 80px;
margin-left: 50px;
}
.singleTwitter i{
position: absolute;
left: 0;
top: 13px;
font-size: 18px;
color: #0096ff;
}
.metaTwitter h2,
.metaTwitter time{
display: inline-block;
}
.metaTwitter time{
font-weight: 400;
font-size: 16px;
}
.metaTwitter h2{
color: #999999;
font-size: 18px;
text-transform: none;
font-weight: 300;
line-height: 40px;
margin: 0 20px 11px 0;
}
.metaTwitter h2 a{
font-weight: 500;
color: #000;
}
.singleTwitter p{
line-height: 40px;
}
.singleTwitter p,
.singleTwitter a:hover{
color: #000;
}
.singleTwitter a,
.metaTwitter h2 a:hover{
color: #2873b9;
}
#footer{
padding-bottom: 133px;
} .journalPageBg{
background: #000;
}
.journalPosts .mix{
display: none;
}
.singleJournal {
margin-bottom: 20px;
overflow: hidden;
position: relative;
}
.journalmeta {
margin-bottom: 26px;
}
.journalThumb {
position: relative;
width: 100%;
}
.journalThumb img { max-width: 100%;
height: auto;
transform: scale(1);
-moz-transform: scale(1);
-webkit-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}
.singleJournal:hover img{
transform: scale(1.1);
-moz-transform: scale(1.1);
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
}
.singleJournal:hover .gall_slides img{
transform: scale(1);
-moz-transform: scale(1);
-webkit-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
}
.journalmeta a {
color: #aaaaaa;
font-size: 14px;
letter-spacing: 2.8px;
text-transform: uppercase;
display: inline-block;
}
.journalmeta a:hover,
.journalmeta a.jnalDate:hover{
color: #f31f1f;
}
.journalmeta a.jnalDate {
border-bottom: 2px solid #f31f1f;
color: #000;
font-size: 14px;
font-weight: 700;
letter-spacing: 0;
margin-right: 17px;
padding-bottom: 14px;
text-transform: uppercase;
}
.jnalDate sup {
font-weight: 500;
top: -3px;
}
.j_content h2 {
font-family: poppins;
font-size: 36px;
font-weight: 400;
letter-spacing: 0;
line-height: 40px;
}
.j_content span {
color: #000;
font-size: 15px;
font-weight: 600;
letter-spacing: 0;
line-height: 0.8;
text-transform: capitalize;
}
.j_content{
margin-bottom: 0;
}
.singleJournal .journalBtn{
margin-top: 31px;
}
.journalBtn{
position: absolute;
visibility: hidden;
opacity: 0;
transform: translate3d(0, 50px, 0);
-webkit-transform: translate3d(0, 50px, 0);
-moz-transform: translate3d(0, 50px, 0);
-ms-transform: translate3d(0, 50px, 0);
-o-transform: translate3d(0, 50px, 0);
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}
.singleJournal:hover .journalBtn{
visibility: visible;
opacity: 1;
transform: translate3d(0, 0, 0);
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
}
.journalBtn a.sy_btn {
padding: 14px 19px 20px 33px;
}
.journalBtn .sy_btn i {
margin-left: 9px;
}
.journal_filterNav {
margin: 0;
padding: 15px 0 75px;
}
.j_contentW {
background: #fff;
bottom: 0;
position: relative;
padding-right:10px ;
padding-top: 17px;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}
.j_contentW{
z-index: 99;
}
.singleJournal:hover .j_contentW {
background: #fff;
bottom: 81px;
}
.addmorePost{
margin-top: 60px;
}
.addmorePost a {
background: #000;
border-radius: 50%;
color: #fff;
display: inline-block;
font-size: 35px;
padding: 25px 0;
width: 83px;
height: 83px;
line-height: .8;
position: relative;
}
.addmorePost a img{
width: 30px;
height: 30px;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: auto;
}
.addmorePost a.carousel_active img{
webkit-animation: spining 2s infinite linear;
animation: spining 2s infinite linear;  
}
@-webkit-keyframes spining {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes spining {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
.addmorePost a:hover{
background: #f31f1f;
}
.addmorePost .carousel_active{
background: #f31f1f;
} .pageTitleSection.journalDetails{
background: #000;
margin-bottom: 0;
}
.pageTitleSection.bar{
margin-bottom: 97px;
}
.pageTitleSection.bar.pagebar{
margin-bottom: 194px;
}
.journalDetails h2{
margin-bottom: 60px;
}
.singleJournalPage{
padding-bottom: 115px;
}
.singleJournal_meta a.jon_date{
color: #000;
margin-right: 13px;
font-weight: 600;
}
.singleJournal_meta a.jon_date:hover{
color: #2873b9;
}
.singleJournal_meta{
line-height: .8;
padding: 10px 0;
}
.singleJournal_meta a{
font-size: 14px;
color: #2873b9;
letter-spacing: 2.8px;
text-transform: uppercase;
font-weight: 500;
}
.singleJournal_meta a:hover{
color: #000;
}
.jon_comment{
width: 31px;
height: 24px;
background: #2873b9;
color: #fff;
font-size: 14px;
text-align: center;
line-height: .8;
padding: 7px 0;
float: right;
top: 5px;
position: relative;
font-weight: 600;
}
.jon_comment:hover{
background: #333;
color: #fff;
}
.jon_comment:focus{
color: #fff;
}
.jon_comment:hover:before{
border-color: #333 transparent transparent;
}
.jon_comment::before {
border-color: #2873b9 transparent transparent;
border-style: solid;
border-width: 8px 8px 0 0;
bottom: -8px;
content: "";
height: 0;
left: 8px;
position: absolute;
width: 0;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}
.journal_wrap {
border-bottom: 1px solid #ebebeb;
margin: 0 15px 65px;
padding: 34px 0 27px;
}
.blogDescriptionTop{
margin-bottom: 26px;
}
.journal_content h2.excerpts_content{
font-size: 50px;
line-height: 60px;
color: #000;
font-weight: 400;
margin-bottom: 70px;
}
.journalImg{
margin-right: 20px;
}
.journalImg img{
width: 100%;
height: auto;
}
.journal_contentWrap{
margin-bottom: 58px;
}
.journal_content{
padding-right: 22px;
position: relative;
top: -10px;
}
.journal_content p{ line-height: 36px;
font-weight: 100;
margin-bottom: 20px;
}
.journal_content a{
color:blue;
}
.relatedTitle{
text-transform: uppercase;
font-size: 20px;
color: #000000;
font-weight: 700;
letter-spacing: 8px;
margin-bottom: 35px;
}
.relatedProduct{
margin-top: 5px;
}
.journalImgRela{
margin-right: 20px;
margin-bottom: 23px;
}
.journalImgRela img{
width: 100%;
height: auto;
}
.journalmeta.relatedMeta{
margin-bottom: 19px;
}
.j_contentRel h3{
font-size: 26px;
line-height: 40px;
font-weight: 400;
margin-bottom: 13px;
}
.authorName {
color: #000;
font-size: 15px;
font-weight: 600;
letter-spacing: 0;
line-height: 0.8;
}
.commentTitle{
font-size: 20px;
color: #000000;
font-weight: 700;
letter-spacing: 8px;
text-transform: uppercase;
}
.socialShare {
position: relative;
top: -9px;
}
.socialShare span{
font-size: 13px;
text-transform: uppercase;
letter-spacing: 2.6px;
color: #000;
margin-right: 10px;
}
.socialShare a {
border: 1px solid #eaeaea;
border-radius: 50%;
color: #b2b2b2;
display: inline-block;
font-size: 16px;
height: 35px;
line-height: 0.7;
padding: 10px 0;
text-align: center;
width: 35px;
margin-right: 0;
}
.socialShare a i.fa-google-plus{
position: relative;
left: 2px;
top: -1px;
}
.socialShare a.fb:hover{
border-color: #38559B;
color: #38559B;
}
.socialShare a.tw:hover{
border-color: #01B1FD;
color: #01B1FD;
}
.socialShare a.gp:hover{
border-color: #E4492A;
color: #E4492A;
}
.socialShare a.pn:hover{
border-color: #CB2027;
color: #CB2027;
}
.socialShare a.ln:hover{
border-color: #0274B3;
color: #0274B3;
}
.commentList {
margin-bottom: 61px;
}
.singleCom{
padding-left: 130px;
position: relative;
}
.singleCom img{
width: 110px;
height: 110px;
border-radius: 50%;
position: absolute;
left: 0;
top: 0;
}
.comHead{
margin-bottom: 21px;
}
.comDate{
font-size: 12px;
color: #2873b9;
line-height: .8;
}
.comAutReply {
line-height: 0.8;
position: relative;
top: -7px;
}
.comAutReply a {
color: #000000;
display: inline-block;
font-size: 13px;
letter-spacing: 2.6px;
line-height: 0.9;
margin-right: 41px;
text-transform: uppercase;
}
.comAutReply a:hover{
color: #2873b9;
}
.comAutReply a.comment-reply-link, .comAutReply a.upvote{
color: #2873b9;
position: relative;
}
.comAutReply a.comment-reply-link:hover,
.comDate:hover, .comAutReply a.upvote:hover{
color: #000;
}
.comAutReply a.comment-reply-link::before {
background: #cccccc;
content: "";
height: 1px;
left: -24px;
position: absolute;
top: 5px;
width: 15px;
}
.comAutReply a.upvote::before {
background: #cccccc;
content: "";
height: 1px;
left: -24px;
position: absolute;
top: 5px;
width: 15px;
}
.commentList ol li div.singleCom{
padding-top: 15px;
}
.commentList ol > li{
min-height: 180px;
padding-bottom: 1px;
position: relative;
margin-bottom: 35px;
}
.commentList ol > li.pingbackli span.pingbacks{
position: absolute;
left: 0;
color: #000000;
font-weight: 300;
margin-top: 6px;
font-size: 18px;
}
.commentList ol > li.pingbackli .comAutReply a{
line-height: 1.5;
}
.commentList ol > li.pingbackli .comAutReply a.upvote, 
.commentList ol > li.pingbackli .comAutReply a.upvote:before{
display: none;
}
.commentList ol > li:after{
width: 100px;
height: 1px;
background: #e5e5e5;
content: '';
position: absolute;
bottom: 0;
left: 0;
right: 0;
margin: auto;
}
.commentList ol > li:last-child:after{
width: 100%;
}
.commentList ol > li:last-child {
margin-top: 0;
}
.singleCom .commentsContents{
font-size: 16px;
color: #666666;
line-height: 36px;
}
.singleCom .commentsContents p{
font-size: 16px;
color: #666666;
line-height: 36px;
margin: 0 0 30px;
}
.commentList ol li ul.children{ padding-left: 100px;
margin-bottom: 60px;
}
.commentList ol li ul.children li{
position: relative;
}
.commentList ol li ul.children li .singleCom{
min-height: 180px;
}
.commentList ol li ul.children li:before{
position: absolute;
left: -10px;
width: 10px;
height: 180px;
background: #f2f2f2;
content: '';
}
.commentList ol li ul.children li .singleCom{
margin-left: 20px;
}
.commentList ol li > .singleCom{
position: relative;
}
.comReplyTitle{
margin-bottom: 46px;
}
.commentForm input[type="text"], 
.commentForm input[type="email"], 
.commentForm textarea {
border-color: -moz-use-text-color -moz-use-text-color #000;
border-style: none none solid;
border-width: medium medium 2px;
color: #818181;
font-size: 14px;
font-weight: 100;
letter-spacing: 1.96px;
line-height: 28px;
margin-bottom: 27px;
padding: 0 0 14px;
width: 100%;
}
.commentForm textarea{
height: 100px;
margin-bottom: 27px;
}
.commentForm textarea.loggedIns{
height: 100px;
margin-bottom: 68px;
}
.commentForm input[type='text']::-webkit-input-placeholder ,
.commentForm input[type='email']::-webkit-input-placeholder ,
.commentForm textarea::-webkit-input-placeholder {
color: #818181;
opacity: 1;
}
.commentForm input[type='text']:-moz-placeholder,
.commentForm input[type='email']:-moz-placeholde,
.commentForm textarea:-moz-placeholde{
color: #818181;
opacity: 1;
}
.commentForm input[type='text']::-moz-placeholder ,
.commentForm input[type='email']::-moz-placeholder,
.commentForm textarea::-moz-placeholder{
color: #818181;
opacity: 1;
}
.commentForm input[type='text']:-ms-input-placeholder,
.commentForm input[type='email']:-ms-input-placeholder,
.commentForm textarea:-ms-input-placeholder{
color: #818181;
opacity: 1;
}
.commentForm{
padding-bottom: 47px;
}
.comment_row{
padding: 0 15px;
}
.comment-respond .commentTitle small{
letter-spacing: 1px;
}
.single-post .sidebar{
margin-top: 38px;
}  .headerTop2{
border-bottom: 1px solid #e5e5e5;
background: #fff;
}
.headerTop2 .headerInnerWrap {
padding: 8px 0 7px;
}
.header2 {
background: #fff;
border-bottom: 1px solid #f2f2f2;
}
.logo2 {
height: auto;
width: 183px;
padding: 23px 0;
}
.logo2 img{
width: 100%;
height: auto;
}
.logo2 a{
display: block;
}
.mainNav2{
text-align: right;
}
.mainNav2 ul{}
.mainNav2 ul li{
display: inline-block;
margin-left: 59px;
position: relative;
}
.mainNav2 ul li a{
text-transform: uppercase;
font-size: 16px;
color: #000000;
display: block;
letter-spacing: 3.2px;
font-weight: 500;
font-family: "Poppins",sans-serif;
line-height: 54px;
padding-bottom: 24px;
padding-top: 23px;
}
.mainNav2 ul li a:hover,
.mainNav2 ul li:hover > a{
color: #2873b9;
}
.mainNav2 ul li ul.sub-menu{
position: absolute;
z-index: 2;
background: #2873b9;
width: 242px;
left: 50%;
top: 101px;
visibility: hidden;
opacity: 0;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
margin-left: -121px;
text-align: center;
}
.mainNav2 ul li ul.sub-menu li{
}
.mainNav2 ul li ul.sub-menu li a{
font-weight: 500;
}
.mainNav2 ul li ul.sub-menu::before {
background: #2873b9;
content: "";
height: 10px;
left: 0;
margin: auto;
position: absolute;
right: 0;
top: -4px;
transform: rotate(-45deg);
width: 10px;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}
.mainNav2 ul li:hover ul.sub-menu{
visibility: visible;
opacity: 1;
top: 101px;
}
.mainNav2 ul li ul.sub-menu li{
margin: 0;
padding: 2px 10px;
padding-left: 20px;
text-align: center;
display: block;
border-top: 1px solid #d92b2b;
}
.mainNav2 ul li ul.sub-menu li:first-of-type{
border-top: none;
}
.mainNav2 ul li ul.sub-menu li a{
font-size: 14px;
padding-bottom: 0;
color: #fff;
font-weight: 700;
letter-spacing: 2.8px;
padding-top: 0;
line-height: 1.3;
padding: 21px 0 16px;
}
.mainNav2 ul li ul.sub-menu li a:hover{
color: #000000;
}
.mainNav2 ul li ul.sub-menu li ul.sub-menu {
background: #fff;
box-shadow: 1px 3px 9px rgba(0, 0, 0, 0.07);
left: -50%;
opacity: 0;
position: absolute;
right: auto;
top: 30px;
visibility: hidden;
}
.mainNav2 ul li ul.sub-menu li ul.sub-menu li{
border-color: #e5e5e5;
}
.mainNav2 ul li ul.sub-menu li ul.sub-menu li a{
color: #000000;
}
.mainNav2 ul li ul.sub-menu li:hover ul.sub-menu{
visibility: visible;
opacity: 1;
top: 0;
}
.mainNav2 ul li ul.sub-menu li ul.sub-menu::before {
background: transparent;
border-color: transparent #2873b9 transparent transparent;
border-style: solid;
border-width: 6px 6px 6px 0;
content: "";
display: inline-block;
height: 0;
left: auto;
position: absolute;
right: 0;
top: 24px;
transform: rotate(0deg);
width: 0;
}
.mainNav2 ul li ul.sub-menu li ul.sub-menu li a:hover{
color: #2873b9;
} .discoverSec {
padding: 205px 0 183px;
}
.approachTitle2 {
padding: 0 150px;
position: relative;
}
.approachTitle2 h3 {
font-family: "poppins";
font-size: 20px;
font-weight: 700;
letter-spacing: 8px;
line-height: 0.8;
margin-bottom: 45px;
text-transform: uppercase;
}
.approachTitle2 > h1 {
font-size: 50px;
font-weight: 400;
letter-spacing: 0;
line-height: 60px;
margin: 0;
color: #000000;
margin-bottom: 47px;
}
.approachTitle2 > p{
margin-bottom: 103px
} .latestWorkSec{
padding-bottom: 100px;
}
.comonTitle.marginB94{
margin-bottom: 88px;
}
.singlelWork{
position: relative;
overflow: hidden;
margin-bottom: 30px;
}
.singlelWork img{
width: 100%;
height: auto;
}
.singlelWorkDec {
background: #fff;
border-bottom: 3px solid #f2f2f2;
margin-top: -102px;
width: 81.4%;
padding: 26px 25px 0;
transform: translate3d(-50px, 0, 0);
-moz-transform: translate3d(-50px, 0, 0);
-webkit-transform: translate3d(-50px, 0, 0);
-ms-transform: translate3d(-50px, 0, 0);
-o-transform: translate3d(-50px, 0, 0);
-webkit-transition: all 400ms ease;
-moz-transition: all 400ms ease;
-ms-transition: all 400ms ease;
-o-transition: all 400ms ease;
transition: all 400ms ease;
overflow: hidden;
visibility: hidden;
opacity: 0;
}
.singlelWork:hover .singlelWorkDec{
transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-webkit-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
visibility: visible;
opacity: 1;
}
.lworkTitlle{
font-size: 25px;
line-height: 30px;
position: relative;
padding-bottom: 38px;
margin-bottom: 21px;
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
transform: translate3d(-50px, 0, 0);
-moz-transform: translate3d(-50px, 0, 0);
-webkit-transform: translate3d(-50px, 0, 0);
-ms-transform: translate3d(-50px, 0, 0);
-o-transform: translate3d(-50px, 0, 0);
visibility: hidden;
opacity: 0;
}
.singlelWork:hover .lworkTitlle{
transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-webkit-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
visibility: visible;
opacity: 1;
}
.lworkTitlle:before{
position: absolute;
left: 0;
width: 0;
height: 2px;
background: #2873b9;
content: '';
bottom: 0;
-webkit-transition: all 700ms ease;
-moz-transition: all 700ms ease;
-ms-transition: all 700ms ease;
-o-transition: all 700ms ease;
transition: all 700ms ease;
transform: translate3d(-50px, 0, 0);
-moz-transform: translate3d(-50px, 0, 0);
-webkit-transform: translate3d(-50px, 0, 0);
-ms-transform: translate3d(-50px, 0, 0);
-o-transform: translate3d(-50px, 0, 0);
visibility: hidden;
opacity: 0;
}
.singlelWork:hover .lworkTitlle:before{
transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-webkit-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
visibility: visible;
opacity: 1;
width: 100px;
}
.metalW{
font-size: 14px;
color: #000;
padding-bottom: 31px;
-webkit-transition: all 900ms ease;
-moz-transition: all 900ms ease;
-ms-transition: all 900ms ease;
-o-transition: all 900ms ease;
transition: all 900ms ease;
transform: translate3d(-50px, 0, 0);
-moz-transform: translate3d(-50px, 0, 0);
-webkit-transform: translate3d(-50px, 0, 0);
-ms-transform: translate3d(-50px, 0, 0);
-o-transform: translate3d(-50px, 0, 0);
visibility: hidden;
opacity: 0;
}
.singlelWork:hover .metalW{
transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-webkit-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
visibility: visible;
opacity: 1;
}
.metalW a {
color: #000;
font-size: 14px;
font-weight: 700;
letter-spacing: 5.6px;
text-transform: uppercase;
margin-right: 3px;
margin-left: 10px;
}
.singlelWork .metalW a{
letter-spacing: 3.6px;
}
.metalW a:first-child{
margin-left: 0;
}
.metalW a:hover{
color: #2873b9;
} .ourServicesSec{
background: #2873b9;
padding: 115px 0;
}
.singleServices {
background: #fff;
padding: 36px 15px 48px;
box-shadow: 3px 0 10px rgba(0, 0, 0, .31);
margin: 0 0 30px;
transition: all ease-in-out 300ms;
-moz-transition: all ease-in-out 300ms;
-webkit-transition: all ease-in-out 300ms;
-ms-transition: all ease-in-out 300ms;
-o-transition: all ease-in-out 300ms;
}
.singleServices:hover{
margin-top: -25px;
box-shadow: 0 20px 30px rgba(0, 0, 0, 0.4);
}
.singleServices img{
width: 91px;
height: auto;
margin-bottom: 38px;
}
.singleServices i {
color: #2f3238;
display: inline-block;
font-size: 105px;
height: 91px;
line-height: 0.9;
margin-bottom: 38px;
}
.singleServices h3{
font-size: 20px;
text-transform: uppercase;
font-weight: 700;
letter-spacing: 8px;
margin-bottom: 61px;
}
.ser_details p:last-of-type{
margin-bottom: 59px;
}
.sy_btnPl{
text-transform: uppercase;
font-size: 15px;
line-height: .8;
letter-spacing: 0;
color: #2873b9;
font-weight: 700;
}
.sy_btnPl:hover{
color: #000;
} .latestBlogSec{
padding: 140px 0 0;
}
.singleLapost{
background: #fff;
margin-bottom: 39px;
border: 1px solid #eaeaea;
}
.singleLapost:last-of-type{
margin-bottom: 0;
}
.latestpostImg {
padding-right: 60px;
}
.latestpostImg img{
width: 100%;
height: auto;
}
.latestpostDet{
margin-left: -26px;
padding-top: 31px;
padding-right: 20px;
}
.metalp {
margin-bottom: 7px;
}
.metalp a{
text-transform: uppercase;
font-size: 14px;
font-weight: 400;
letter-spacing: 2.8px;
color: #aaaaaa;
margin-right: 1px;
margin-left: 1px;
line-height: 40px;
}
.metalp a.metadate{
color: #2873b9;
margin-left: 0;
margin-right: 13px;
letter-spacing: 0;
}
.metalp a:hover{
color: #000;
}
.latestBT{
font-family: 'Poppins', sans-serif;
font-size: 30px;
letter-spacing: 0;
font-weight: 300;
line-height: 40px;
margin-bottom: 19px;
}
.latestBT a{
color: #000000
}
.latestBT a:hover{
color: #2873b9;
}
.authorLBP,
.authorLBP a{
text-transform: capitalize;
color: #999999;
font-size: 15px;
letter-spacing: 0;
line-height: .8;
font-weight: 400;
}
.authorLBP a:hover{
color: #000;
}
.client_section2{
padding-bottom: 95px;
padding-top: 112px;
} .mapSection{
position: relative;
padding: 0;
background: #000;
}
.map{
width: 100%;
height: 800px;
}
.contacInfoSection{
position: relative;
padding: 80px 0 174px;
overflow: hidden;
}
.contactHeader{
position: relative;
text-align: left;
padding-top: 35px;
margin-bottom: 92px;
}
.contactHeader:after{
position: absolute;
left: 0;
top: 0;
width: 200px;
height: 2px;
background: #2873b9;
content: "";
}
.contactHeader h1{
font-size: 50px;
line-height: 60px;
letter-spacing: 0;
margin: 0;
}
.contactForm, .vc_row div.wpcf7{
margin: 0;
position: relative;
padding-right: 117px;
}
.singeContact {
margin-bottom: 21px;
}
.singeContact i{
font-size:45px;
position: absolute;
color: #2873b9;
}
.fielddiv {
padding-left: 65px;
width:100%;
}
.fielddiv .wpcf7-form-control-wrap{
width:100%;
}
.singeContact label {
color: #000;
cursor: pointer;
font-size: 14px;
font-weight: 700;
letter-spacing: 2.8px;
line-height: 0.8;
margin: 0;
padding-bottom: 0;
text-transform: uppercase;
width: 100%;
}
.contactForm input[type="text"], .vc_row div.wpcf7 input[type="text"],
.contactForm input[type="number"], .vc_row div.wpcf7 input[type="number"],
.contactForm input[type="tel"], .vc_row div.wpcf7 input[type="tel"],
.contactForm input[type="email"], .vc_row div.wpcf7 input[type="email"]{
width: 100%;
border: none;
border-bottom: 2px solid #000000;
font-size: 18px;
color: #666666;
font-weight: 300;
line-height: 22px;
padding: 0 0 10px;
}
.contactForm textarea, .vc_row div.wpcf7 textarea{
border: none;
color: #666666;
font-size: 18px;
font-weight: 300;
height: 112px;
line-height: 22px;
padding-top: 9px;
resize: none;
width: 100%;
border-bottom: 2px solid #000000;
}
.contactForm input::-webkit-input-placeholder, .vc_row div.wpcf7 input::-webkit-input-placeholder,
.contactForm textarea::-webkit-input-placeholder, .vc_row div.wpcf7 textarea::-webkit-input-placeholder{
color: #666666;
opacity: 1;
}
.contactForm input:-moz-placeholder, .vc_row div.wpcf7 input:-moz-placeholder,
.contactForm textarea:-moz-placeholder, .vc_row div.wpcf7 textarea:-moz-placeholder {
color: #666666;
opacity: 1;
}
.contactForm input::-moz-placeholder, .vc_row div.wpcf7 input::-moz-placeholder,
.contactForm textarea::-moz-placeholder, .vc_row div.wpcf7 textarea::-moz-placeholder{
color: #666666;
opacity: 1;
}
.contactForm input:-ms-input-placeholder, .vc_row div.wpcf7 input:-ms-input-placeholder,
.contactForm textarea:-ms-input-placeholder, .vc_row div.wpcf7 textarea:-ms-input-placeholder {
color: #666666;
opacity: 1;
}
.contactForm input[type="submit"], .vc_row div.wpcf7 input[type="submit"]{
height: 50px;
border-radius: 50px;
background: #000;
border: none;
font-size: 14px;
letter-spacing: 2.8px;
text-transform: uppercase;
color: #FFF;
font-family: Poppins;
font-weight: 600;
line-height: .8;
padding: 0 37px;
margin-top: 32px;
line-height: 20px;
transition: all ease 500ms;
-moz-transition: all ease 500ms;
-webkit-transition: all ease 500ms;
-ms-transition: all ease 500ms;
-o-transition: all ease 500ms;
}
.contactForm button span{
display: inline-block;
width: 36px;
height: 16px;
background: url(//sagacitysoftware.co.uk/wp-content/themes/Sagacity_core/assets/images/message.png) no-repeat center center;
margin-left: 11px;
position: relative;
bottom: -4px;
transition: all ease 500ms;
-moz-transition: all ease 500ms;
-webkit-transition: all ease 500ms;
-ms-transition: all ease 500ms;
-o-transition: all ease 500ms;
}
.contactForm  input[type="submit"]:hover, .vc_row div.wpcf7 input[type="submit"]:hover{
background: #2873b9;
color: #FFF;
}
.contactForm input[type="text"].reqError, .vc_row div.wpcf7 input[type="text"].reqError,
.contactForm input[type="email"].reqError, .vc_row div.wpcf7 input[type="email"].reqError,
.contactForm textarea.reqError, .vc_row div.wpcf7 textarea.reqError{
border-color: #2873b9;
}
.singeContact{
position: relative;
} .contactForm button:hover span{
background: url(//sagacitysoftware.co.uk/wp-content/themes/Sagacity_core/assets/images/message_h.png) no-repeat center center;
}
.contactInfo{
position: relative;
text-align: left;
padding-top: 35px;
margin-bottom: 73px;
padding-left: 72px;
}
.contactInfo:after{
position: absolute;
left: 72px;
top: 0;
width: 200px;
height: 2px;
background: #2873b9;
content: "";
}
.contactInfo h1{
font-size: 50px;
line-height: 60px;
letter-spacing: 0;
margin: 0 0 55px;
}
.singleAddress{
position: relative;
margin: 0;
}
.singleAddress h3{
font-family: Poppins;
font-weight: 700;
line-height: .8;
margin: 0 0 9px;
letter-spacing: 2.8px;
text-transform: uppercase;
font-size: 14px;
}
.singleAddress p{
font-family: Poppins;
line-height: 30px;
color: #666666;
letter-spacing: 2.8px;
margin: 0 0 70px;
font-size: 14px;
text-transform: uppercase;
}
.singleAddress h5{
font-family: Poppins;
font-weight: 700;
line-height: .8;
margin: 0;
letter-spacing: 2.8px;
text-transform: uppercase;
font-size: 14px;
} .workDetailsPagtitle{
background: #000;
margin-bottom: 0 !important;
}
.workDetailsSections{
position: relative;
padding: 0;
}
.workMeta{
position: relative;
background: #225e9b;
}
.wMSingle{
position: relative;
padding: 29px 0 17px 43px;
border-right: 1px solid rgba(0, 0, 0, .1);
}
.wMSingle h5{
font-size: 14px;
letter-spacing: 0;
text-transform: uppercase;
color: #FFF;
line-height: .8;
font-family: Poppins;
font-weight: 700;
margin: 0 0 7px;
}
.wMSingle p{
font-size: 20px;
text-transform: uppercase;
color: #FFF;
letter-spacing: 0;
margin: 0;
}
.wMSingle.wMLives{
padding: 25px 0;
text-align: center;
border: none;
}
.wMLives .sy_btn{
background: #fff;
color: #000;
}
.wMLives .sy_btn i{
color: #2873b9;
}
.wMLives .sy_btn:hover{
background: #2873b9;
color: #FFF;
}
.wMLives .sy_btn:hover i{
color: #FFF;
}
.wDSChalange{
position: relative;
padding: 90px 0 30px;
}
.chalangeHeader{
position: relative;
margin: 0 0 45px;
}
.chalangeHeader h5{
font-size: 20px;
text-transform: uppercase;
font-family: Poppins;
font-weight: 700;
letter-spacing: 8px;
margin: 0 0 41px;
line-height: .8;
}
.chalangeHeader h2{
font-size: 50px;
line-height: 80px;
letter-spacing: 0;
margin: 0 0 31px;
font-weight: 400;
}
.chalangeHeader h2 i{
font-style: italic;
}
.chalangeHeader p{
font-size: 24px;
line-height: 40px;
letter-spacing: 0;
font-family: Poppins;
font-weight: 300;
margin: 0;
}
.chalangeHeader .conarea{
font-size: 24px;
line-height: 40px;
letter-spacing: 0;
font-family: Poppins;
font-weight: 300;
margin: 0;
}
.challengeImg{
position: relative;
}
.challengeImg img{
width: 100%;
height: auto;
}
.challengeImg:after{
width: 2px;
height: 200px;
background: #2873b9;
position: absolute;
left: 0;
top: -92px;
right: 0;
margin:  0 auto;
content: "";
z-index: 2;
}
.wDSGoals{
position: relative;
background: #2873b9;
padding: 70px 0 35px;
}
.goolTitle{
position: relative;
margin-bottom: 116px;
}
.goolTitle h5{
font-family: Poppins;
font-size: 20px;
font-weight: 700;
color: #FFF;
letter-spacing: 8px;
line-height: .8;
margin: 0 0 32px;
text-transform: uppercase;
}
.goolTitle h2{
font-size: 50px;
color: #FFF;
margin: 0;
line-height: 80px;
letter-spacing: 0;
}
.singleGoals{
padding: 0 36px;
color: white;
}
.singleGoals h5{
font-family: Poppins;
font-size: 20px;
font-weight: 700;
color: #FFF;
letter-spacing: 8px;
line-height: 25px;
margin: 0 0 65px;
text-transform: uppercase;
}
.singleGoals p{
font-size: 20px;
line-height: 36px;
color: #ffffff;
font-weight: 300;
margin: 0;
}
.singleGoals ul, ol {
list-style: inherit;
margin-left: 20px;
}
.wDGallery{
position: relative;
padding: 30px 0 70px;
}
.wDGallery .imgDiv{
margin-bottom: 30px;
}
.gall2{
float: left;
width: 61.667%;
padding-right: 16px;
}
.gall3{
float: left;
width: 38.333%;
padding-left: 12px;
}
.wDSocial{
position: relative;
padding: 0 0 140px;
}
.wDSocialLinks{
text-align: center;
}
.wDSocialLinks p{
margin: 0;
font-size: 24px;
line-height: 30px;
letter-spacing: 0;
font-family: Playfair Display;
color: #000000;
}
.wDSocialLinks p a{
color: #2873b9;
text-transform: capitalize;
}
.wDSocialLinks p a:hover{
color: #000;
}
.wDNav{
position: relative;
padding: 0 0 124px;
}
.projectLinks{
position: relative;
overflow: hidden;
}
.projectLinks.marRight10{
margin-right: 10px;
}
.projectLinks.marLeft10{
margin-left: 10px;
}
.projectLinks img{
width: 100%;
height: auto;
transform: scale(1);
-moz-transform: scale(1);
-webkit-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transition: all ease 500ms;
-moz-transition: all ease 500ms;
-webkit-transition: all ease 500ms;
-ms-transition: all ease 500ms;
-o-transition: all ease 500ms;
}
.projectLinks:hover img{
transform: scale(1.2) rotate(-5deg);
-moz-transform: scale(1.2) rotate(-5deg);
-webkit-transform: scale(1.2) rotate(-5deg);
-ms-transform: scale(1.2) rotate(-5deg);
-o-transform: scale(1.2) rotate(-5deg);
}
.pLHover{
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, .8);
padding: 50px 40px 0 40px;
}
.pLHover h5{
font-size: 14px;
text-transform: uppercase;
letter-spacing: 2.8px;
line-height: .8;
margin: 0;
font-family: Poppins;
font-weight: 700;
}
.pLHover h5 a{
color: #2873b9;
}
.pLHover h5 a:hover{
color: #FFF;
}
.pLHCon{
position: absolute; height: auto;
bottom: 26px;
}
.text-right .pLHCon{
right: 0;
padding-right: 40px;
}
.text-right .pLHCon{
left: 0;
padding-left: 40px;
}
.pLHover h6{
font-size: 14px;
text-transform: uppercase;
letter-spacing: 2.8px;
line-height: 25px;
margin: 0 0 3px;
font-family: Poppins;
font-weight: 700;
color: #FFF;
}
.pLHover h6 a{
color: #FFF;
}
.pLHover h6 a:hover{
color: #2873b9;
}
.pLHover h2{
font-size: 33px;
line-height: 43px;
margin: 0;
text-transform: capitalize;
font-weight: 400;
letter-spacing: 0;
}
.pLHover h2 a{
color: #FFF;
}
.pLHover h2 a:hover{
color: #2873b9;
} .ourApproachSection{
padding-bottom: 137px;
position: relative;
} .approachSlider {
background: url(//sagacitysoftware.co.uk/wp-content/themes/Sagacity_core/assets/images/bg/about/1.jpg) no-repeat scroll 0 0 / cover;
margin-bottom: 130px;
position: relative;
height: 800px;
}
.single_apporch h2{
font-size: 50px;
color: #fff;
font-weight: 700;
font-family: 'Poppins', sans-serif;
line-height: 50px;
margin-bottom: 37px;
}
.about_sy_btn {
padding: 14px 43px 20px 76px;
}
.testmonialcaro .owl-dots {
position: absolute;
right: -230px;
top: 28px;
transform: rotate(-90deg);
line-height: .8;
height: 68px;
bottom: 0;
margin: 0;
}
.testmonialcaro.owl-theme .owl-dots .owl-dot span {
background: #A16766;
border-radius: 30px;
display: block;
height: 6px;
margin: 0 12px;
transition: opacity 200ms ease 0s;
width: 6px;
}
.testmonialcaro.owl-theme .owl-dots .owl-dot.active span{
width: 10px;
height: 10px;
background: #FFFFFF;
position: relative;
top: 2px;
} .resolute_commitment{
padding-bottom: 115px;
}
.commitment_text h2 {
margin: 0 0 37px;
color: #000000;
font-size: 30px;
line-height: 50px;
letter-spacing: 0;
font-weight: 300;
}
.commitment_text p {
margin: 0;
color: #999999;
font-size: 20px;
line-height: 40px;
letter-spacing: 0;
font-weight: 400;
}
.commitment_text {
padding-right: 100px;
position: relative;
right: 44px;
}
.commitment_text:after {
background: #2873b9;
content: "";
height: 2px;
left: -268px;
position: absolute;
top: 104px;
width: 200px;
} .funfactsSec {
padding-bottom: 154px;
}
.fun_count{
position: relative;
z-index: 3;
}
.fun_count h1{
margin: 0;
color: #2873b9;
font-size: 80px;
line-height: .8;
letter-spacing: 0;
font-weight: 700;
font-family: 'Poppins', sans-serif;
}
.funcact_title h3{
margin:  0 0 104px;
text-transform: uppercase;
font-size: 20px;
font-weight: 700;
color: #000000;
line-height: .8;
letter-spacing: 8px;
}
.fun_count p{
margin: 0;
color: #000000;
font-weight: 400;
font-size: 20px;
line-height: .8;
letter-spacing: 0;
font-family: 'Playfair Display', serif;
margin-bottom: 42px;
} .commonSection.about_gallery{
padding-right: 0;
}
.about_photo{}
.about_photo img{
width: 100%;
height: auto;
} .about_team {
padding-top: 127px;
}
.team_title h4 {
margin: 0;
font-size: 20px;
line-height: .8;
font-weight: 700;
letter-spacing: 8px;
text-transform: uppercase;
margin-bottom: 43px;
}
.team_title h1 {
margin: 0 0 107px;
font-size: 80px;
line-height: .8;
letter-spacing: 0;
font-family: Playfair Display;
}
.author_info a {
font-family: Playfair Display;
font-size: 30px;
line-height: .8;
color: #000000;
letter-spacing: 0;
display: inline-block;
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}
.author_info a:hover {
color: #2873b9;
}
.author_info {
padding-top: 36px;
}
.author_info p {
margin: 0;
font-size: 13px;
line-height: .8;
font-weight: 700;
letter-spacing: 5.2px;
color: #2873b9;
text-transform: uppercase;
padding-top: 18px;
}
.sinlge_author img {
width: 100%;
}
.sinlge_author {
padding-left: 10px;
padding-right: 10px;
}
.commonSection.about_gallery {
padding-top: 153px;
} .Awards {
padding-top: 166px;
padding-bottom: 130px;
}
.Awards_title {
margin-bottom: 108px;
}
.Awards_title h3 {
margin: 0;
font-weight: 700;
font-size: 20px;
line-height: .8;
color: #000000;
letter-spacing: 8px;
text-transform: uppercase;
}
.single_Awards{}
.single_Awards a{
display: block;
width: 252px;
height: auto;
margin: auto;
}
.single_Awards img{
width: 100%;
height: auto;
} .shopMenu{
line-height: .8;
position: relative;
top: 3px;
}
.shopMenu li{
display: inline-block;
border-right: 1px solid #d0d7de;
line-height: .8;
padding: 0 17px;
height: 20px;
position: relative;
}
.shopMenu li:last-of-type{
padding-right: 0;
border-right: none;
}
.searchIcon img{
position: relative;
top: -1px;
}
.shopIcon{
position: relative;
top: 2px;
}
.shopMenu li img{
margin-right: 6px;
}
.shopIcon .cartImg {
display: inline-block;
height: 20px;
overflow: hidden;
position: relative;
top: 4px;
width: 25px;
}
.shopIcon img{
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}
.shopIcon img.shopIconHov {
left: 0;
margin: auto;
position: absolute;
top: 0;
visibility: hidden;
opacity: 0;
}
.shopIcon:hover img.shopIconHov{
visibility: visible;
opacity: 1;
left: 0;
}
.shopIcon:hover img{
visibility: hidden;
opacity: 0
}
.shopMenu li a{
font-size: 14px;
font-weight: 700;
letter-spacing: 2.8px;
text-transform: uppercase;
}
.shopPageTitle{
background: url(//sagacitysoftware.co.uk/wp-content/themes/Sagacity_core/assets/images/bg/12.jpg) no-repeat scroll center center/cover;
}
.shopSection {
padding-top: 52px;
padding-bottom: 5px;
}
.shopSectionRow{
padding: 0 75px; 
}
.shopSectionRoin{
padding: 0 20px;
}
.shopSection .comonTitle{
margin-bottom: 108px;
}
.single_product{
box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.13);
background: #fff;
position: relative;
margin: 0 20px 120px;
padding: 26px 37px 14px;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}
.single_product:hover{
box-shadow: 0 13px 29px 0 rgba(0, 0, 0, 0.13);
}
.productImg{
margin-bottom:20px;
position: relative;
}
.productImg img{
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}
.single_product:hover .productImg img{
opacity: .2;
}
.productImg img{
width: 100%;
height: auto;
}
.product_dec {
overflow: hidden; 
}
.product_decIn {
transform: translate3d(0, 78px, 0);
-webkit-transform: translate3d(0, 78px, 0);
-moz-transform: translate3d(0, 78px, 0);
-ms-transform: translate3d(0, 78px, 0);
-o-transform: translate3d(0, 78px, 0);
position: relative;
-webkit-transition: all 300ms cubic-bezier(0.390, 0.575, 0.565, 1.000);
-moz-transition: all 300ms cubic-bezier(0.390, 0.575, 0.565, 1.000);
-o-transition: all 300ms cubic-bezier(0.390, 0.575, 0.565, 1.000);
transition: all 300ms cubic-bezier(0.390, 0.575, 0.565, 1.000);
}
.single_product:hover .product_decIn{
bottom: 0;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
}
.productTitle{
font-size: 26px;
line-height: 36px;
color: #000000;
letter-spacing: 0;
font-family: 'Poppins', sans-serif;
font-weight: 400;
margin-bottom: 12px;
}
.product_price{
font-size: 16px;
color: #000;
font-weight: 700;
letter-spacing: 3.4px;
margin-bottom: 29px;
}
.single_product:hover .product_price{
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
}
.product_price del{
color: #999999;
margin-right: 11px;
}
.product_price ins{
text-decoration: none;
}
.product_btn a{
font-size: 14px;
font-weight: 600;
letter-spacing: 0;
text-transform: uppercase;
display: inline-block;
margin-right: 26px;
}
.product_btn a:nth-of-type(01){
-webkit-transition: all 600ms cubic-bezier(0.390, 0.575, 0.565, 1.000);
-moz-transition: all 600ms cubic-bezier(0.390, 0.575, 0.565, 1.000);
-o-transition: all 600ms cubic-bezier(0.390, 0.575, 0.565, 1.000);
transition: all 600ms cubic-bezier(0.390, 0.575, 0.565, 1.000);
-webkit-transform: translate3d(0, 100%, 0);
-moz-transform: translate3d(0, 100%, 0);
-ms-transform: translate3d(0, 100%, 0);
-o-transform: translate3d(0, 100%, 0);
}
.product_btn a:nth-of-type(02){
-webkit-transition: all 1000ms cubic-bezier(0.390, 0.575, 0.565, 1.000);
-moz-transition: all 1000ms cubic-bezier(0.390, 0.575, 0.565, 1.000);
-o-transition: all 1000ms cubic-bezier(0.390, 0.575, 0.565, 1.000);
transition: all 1000ms cubic-bezier(0.390, 0.575, 0.565, 1.000);
-webkit-transform: translate3d(0, 100%, 0);
-moz-transform: translate3d(0, 100%, 0);
-ms-transform: translate3d(0, 100%, 0);
-o-transform: translate3d(0, 100%, 0);
}
.single_product:hover .product_btn a:nth-of-type(01),
.single_product:hover .product_btn a:nth-of-type(02){
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
}
.product_btn a img{
margin-right: 6px;
}
.lavel {
position: absolute;
right: -20px;
text-align: right;
top: 33px;
width: 125px;
}
.lavel > p {
background: #db2b2b;
color: #fff;
font-size: 12px;
font-weight: 700;
height: 35px;
letter-spacing: 0;
line-height: 0.8;
padding: 15px 12px;
text-transform: uppercase;
margin-bottom: 5px;
display: inline-block;
}
.lavel > p.offer{
}
.lavel > p.seller{
background: #000000;
}
.lavel > p.justIn{
background: #822bdb;
}
.lavel > p.limitedStok{
background: #37bf4e;
}
.shopBanner{
background: url(//sagacitysoftware.co.uk/wp-content/themes/Sagacity_core/assets/images/bg/13.jpg) no-repeat scroll center center/cover;
min-height: 600px;
position: relative;
margin-bottom: 122px;
} .productDetailsSection{
padding: 0 0 75px 0;
}
.breadcrumbSection{
padding-top: 35px;
padding-bottom: 19px;
}
.breadCmenu {
position: relative;
top: 0;
margin-bottom: 15px;
}
.breadCmenu a{
position: relative;
padding: 0 6px;
}
.breadCmenu a:first-child{
padding-left: 0;
}
.breadCmenu a::after {
content: '\f105';
font-family: FontAwesome;
position: absolute;
top: 6px;
right: 0;
}
.breadCmenu a,
.breadCmenu span{
font-size: 14px;
color: #999999;
letter-spacing: 0;
line-height: .8;
padding: 0 13px 0 7px;
}
.breadCmenu span{
color: #000000;
}
.breadCmenu a:hover{
color: #000;
}
.productSocialShare{
text-align: right;
padding-right: 19px;
}
.productSocialShare > a {
background: #2873b9 none repeat scroll 0 0;
border-radius: 3px;
color: #fff;
display: inline-block;
font-size: 10px;
font-weight: 600;
height: 22px;
line-height: 25px;
padding: 0 8px 0 26px ;
position: relative;
text-align: center;
width: auto;
}
.productSocialShare > a i {
font-size: 13px;
height: 100%;
left: 0;
line-height: 20px;
position: absolute;
text-align: center;
width: 24px;
top: 2px;
}
.productSocialShare > a.fb{
background: #3B5998;
}
.productSocialShare > a.tw{
background: #55ACEE;
}
.productSocialShare > a.gp{
background: #DD4B39;
}
.productSocialShare > a.pin{
background: #D1202A;
}
.productSocialShare > a.lin{
background: #4974B6;
}
.productSocialShare > a:hover{
opacity: .8;
}
.product_Details{
background: #f9f9f9;
margin-right: 30px;
}
#porDetails .carousel-indicators li ,
#porDetails .carousel-indicators li.active {
background-color: rgba(0, 0, 0, 0);
border: medium none;
border-radius: 0;
cursor: pointer;
display: inline-block;
height: 70px;
margin: 0;
margin-right: 3px;
text-indent: 0;
width: 100px;
}
#porDetails .carousel-indicators li img{
width: 100%;
height: auto;
}
#porDetails .carousel-indicators {
bottom: 20px;
left: 20px;
list-style: outside none none;
margin-left: 0;
padding-left: 0;
position: absolute;
text-align: center;
width: 100%;
z-index: 1;
text-align: left;
}
.product_decp {
padding-left: 47px;
padding-top: 20px;
padding-right: 75px;
}
.offerDe {
color: #2873b9;
font-size: 16px;
font-weight: 700;
margin-bottom: 11px;
text-transform: uppercase;
}
.proTitle{
font-size: 36px;
line-height: 50px;
font-weight: 400;
margin-bottom: 14px;
}
.product_price.details_page{
font-size: 20px;
}
.product_decp p{
font-size: 16px;
line-height: 30px;
color: #666666;
}
.product_decp p:last-of-type{
margin-bottom: 47px;
}
.comSelectdiv{
margin-bottom: 31px;
}
.selectTitle{
font-size: 16px;
font-weight: 600;
color: #000000;
text-transform: capitalize;
font-family: 'Poppins', sans-serif;
margin-bottom: 19px;
}
.comSelectdiv .btn ,
.shipping-calculator-form .btn {
border: 1px solid #cccccc;
border-radius: 0;
font-size: 16px;
font-weight: 400;
height: 48px;
margin-bottom: 0;
padding: 0 14px;
color: #d4d4d4;
}
.comSelectdiv .btn .caret,
.shipping-calculator-form .btn .caret{
color: #000;
}
.comSelectdiv.selectColor,
.shipping-calculator-form.selectColor{
padding-left: 30px;
}
.comSelectdiv.selectColor .btn,
.shipping-calculator-form.selectColor .btn{
border: 1px solid #cccccc;
border-radius: 0;
font-size: 16px;
font-weight: 400;
height: 48px;
margin-bottom: 0;
padding: 0 44px;
color: #000;
}
.comSelectdiv .dropdown-menu ,
.shipping-calculator-form .dropdown-menu {
background-color: #fff;
border-radius: 0;
box-shadow: none;
font-size: 16px;
margin: 0;
min-width: 160px;
}
.shipping-calculator-form .btn-group.open .dropdown-toggle{
box-shadow: none;
}
.selectColor .dropdown-menu > li > a{
padding-left: 45px;
}
.comSelectdiv .btn-group.open .dropdown-toggle{
box-shadow: none;
}
.comSelectdiv .btn-default:hover, 
.comSelectdiv .btn-default:focus, 
.comSelectdiv .btn-default.focus, 
.comSelectdiv .btn-default:active, 
.comSelectdiv .btn-default.active, 
.comSelectdiv .open > .dropdown-toggle.btn-default,
.shipping-calculator-form .btn-default:hover, 
.shipping-calculator-form .btn-default:focus, 
.shipping-calculator-form .btn-default.focus, 
.shipping-calculator-form .btn-default:active, 
.shipping-calculator-form .btn-default.active, 
.shipping-calculator-form .open > .dropdown-toggle.btn-default{
background: #fff;
}
.comSelectdiv .bootstrap-select .dropdown-toggle:focus,
.shipping-calculator-form .bootstrap-select .dropdown-toggle:focus{
outline: none !important;
}
.comSelectdiv .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn),
.quantityd{
width: 142px;
position: relative;
}
.woocommerce-shipping-calculator .bootstrap-select.btn-group .dropdown-menu {
box-sizing: border-box;
min-width: 100%;
}
.quantityd{
border: 1px solid #ccc;
height: 48px;
position: relative;
z-index: 1;
}
.quantityd input[type="text"] {
border: medium none;
color: #000000;
font-weight: 600;
height: 100%;
left: 0;
margin: auto;
padding: 0 28px;
position: absolute;
right: 0;
text-align: center;
width: 140px;
z-index: -1;
}
.quantityd button.qtyBtn {
background: transparent;
height: 100%;
padding: 0;
position: absolute;
width: 40px;
}
.quantityd button.qtyBtn.btnPlus{
right: 0;
}
.color {
background: #000;
bottom: 0;
height: 18px;
left: 14px;
margin: auto;
position: absolute;
top: 0;
width: 18px;
}
.color.red{
background: #2873b9;
}
.cart_btn {
background: #000;
border: medium none;
border-radius: 50px;
color: #fff;
display: inline-block;
font-family: Poppins;
font-size: 14px;
font-weight: 600;
height: 50px;
letter-spacing: 2.8px;
line-height: 0.8;
margin-top: 39px;
padding: 14px 53px;
text-transform: uppercase;
transition: all 500ms ease 0s;
}
.cart_btn span{
background: rgba(0, 0, 0, 0) url(//sagacitysoftware.co.uk/wp-content/themes/Sagacity_core/assets/images/scarth.png) no-repeat scroll center center;
bottom: -4px;
display: inline-block;
height: 16px;
margin-left: 11px;
position: relative;
transition: all 500ms ease 0s;
width: 36px;
}
.productinfoTab{
border: 1px solid #f2f2f2;
margin-top: 40px;
}
.infoNavTab{
background: #f7f7f7;
height: 104px;
padding: 35px 45px;
margin-bottom: 32px;
}
.infoNavTab li{
display: inline-block;
margin-right: 32px;
}
.infoNavTab li a{
text-transform: uppercase;
font-size: 16px;
color: #afafaf;
font-weight: 700;
}
.infoNavTab li.active a{
color: #000;
}
.adinfo{
width: 515px;
padding-left: 45px;
}
.adinfo ul{}
.adinfo ul li{
border-bottom: 1px solid #cfcfcf;
position: relative;
padding-left: 218px;
font-size: 16px;
color: #666666;
line-height: 48px;
}
.adinfo ul li:last-of-type{
border-bottom: none;
}
.adinfo ul li span{
position: absolute;
left: 0;
}
.productinfoTab .tab-content{
padding-bottom: 46px;
}
.shopRelatedSection{}
.shopRelatedSection .comonTitle{
margin-bottom: 55px;
} .shop_table.cart.cart_table{
width: 100%;
position: relative;
border: none;
border-spacing: 0;
border-collapse: collapse;
}
.shop_table.cart.cart_table tbody{
background: #fff;
}
.cart_table thead tr th{
font-size: 16px;
font-weight: 600;
color: #afafaf;
text-transform: uppercase;
background: #f7f7f7;
padding: 17px 0 18px;
font-weight: 700;
}
.cart_table thead tr th:first-child{
padding-left: 20px;
}
.cart_table thead tr th.product-subtotal{
padding-left: 59px;
}
.cart_table tbody tr td{
vertical-align: middle;
padding: 30px 0;
border-bottom: thin dotted #e2e2e2;
font-size: 15px;
color: #666666;
line-height: .3px;
}
.shop_table.shop_table_responsive.cart.cart_table tbody tr td{
line-height: 1.5;
}
.cart_table tbody tr td.product-thumbnail > a:last-of-type {
position: relative;
vertical-align: middle;
width: 60%;
}
.cart_table tbody tr td.product-thumbnail > a > span.variation {
display: block;
padding-top: 10px;
}
.cart_table tbody tr td.product-thumbnail{
padding-left: 20px;
width: 41.6666%;
}
.cart_table tbody tr td.product-thumbnail > a{
display: inline-block
}
.cart_table tbody tr td.product-thumbnail a:hover > span,
.cart_table tbody tr td.product-thumbnail a > span{
color: #222222;
}
.cart_table tbody tr td.product-thumbnail img{
width: 100px;
height: 100px;
display: inline-block;
border: thin solid #ebebeb;
margin-right: 50px;
}
.cart_table tbody tr td.product-thumbnail a.itemtitle{
font-size: 16px;
color: #000000;
line-height: .3px;
}
.cart_table tbody tr td.product-thumbnail a.itemtitle:hover{
color: #2873b9;
}
.cart_table tbody tr td.product-price{
width: 16.6666%;
padding-left: 13px;
}
.cart_table tbody tr td.product-price span.amount{
color: #999999;
font-size: 16px;
font-weight: 700;
letter-spacing: 6.4px;
}
.cart_table tbody tr td.product-quantity{
width: 16.6666%;
padding-left: 13px;
}
.cart_table tbody tr td.product-subtotal{
padding-left: 59px;
color: #000;
font-size: 16px;
font-weight: 700;
letter-spacing: 6.4px;
}
.cart_table tbody tr td.product-remove{
padding-right: 20px;
text-align: right;
}
.cart_table tbody tr td.product-remove a.remove {
align-items: center;
background: #000 none repeat scroll 0 0;
border-radius: 50%;
color: #fff !important;
display: inline-block;
font-size: 19px;
font-weight: 300;
height: 24px;
justify-content: center;
letter-spacing: 0;
line-height: 27.5px;
text-align: center;
width: 24px;
}
.cart_table tbody tr td.product-remove a.remove:hover{
color: #FFF;
background: #2873b9;
}
.cart_table tbody tr td.actions{
border-bottom: none;
}
.cart_table tbody tr td.actions .coupon{
overflow: hidden;
}
.cart_table tbody tr td.actions .input-text{
width: 275px !important;
height: 50px;
border: thin solid #d1d1d1;
margin: 0;
padding-left: 19px !important;
padding-right: 19px;
color: #a1a1a1;
font-weight: 300;
letter-spacing: .56px;
font-size: 14px;
resize: none;
float: left;
border-radius: 30px 0 0 30px;
}
.cart_table tbody tr td.actions .input-text::-webkit-input-placeholder{
color: #a1a1a1;
opacity: 1;
}
.cart_table tbody tr td.actions .input-text::-moz-placeholder {
color: #a1a1a1;
opacity: 1;
}
.cart_table tbody tr td.actions .input-text::-moz-placeholder {
color: #a1a1a1;
opacity: 1;
}
.cart_table tbody tr td.actions .input-text::-ms-input-placeholder {
color: #a1a1a1;
opacity: 1;
}
.cart_table tbody tr td.actions .coupon_submit{
background: #000;
border: medium none;
color: #fff;
display: inline-block;
font-size: 14px;
font-weight: 600;
height: 50px;
letter-spacing: 2.8px;
line-height: 0.8;
padding: 14px 53px;
text-transform: uppercase;
transition: all 500ms ease 0s;
float: left;
border-radius: 0 30px 30px 0;
}
.cart_table tbody tr td.actions .coupon_submit:hover{
background: #2873b9;
}
.paddingLeft22{
padding-left: 22px;
}
.cart_totals{
position: relative;
background: #ffffff;
margin-top: 20px;
}
.cart_totals h2{
background: #f7f7f7;
position: relative;
margin: 0;
height: 60px;
padding: 24px 0 24px 28px;
font-size: 16px;
color: #000;
line-height: .7;
text-transform: uppercase;
font-weight: 700;
font-family: 'Poppins', sans-serif;
}
.cart_totals table{
width: 100%;
border: none !important;
border-collapse: collapse;
border-spacing: 0;
}
.cart_totals table tr td, .cart_totals table tr th{
vertical-align: top;
padding: 30px 0;
border-bottom: 1px dotted #e2e2e2;
}
.cart_totals table tr th{
width: 220px;
padding-left: 28px;
font-size: 15px;
color: #666666;
line-height: .7;
text-transform: capitalize;
letter-spacing: .3px;
font-weight: 300;
font-weight: 700;
}
.cart_totals table tr td{
line-height: .7 !important;
}
.cart_totals table tr td .amount{
color: #2873b9;
font-size: 15px;
line-height: .7;
text-transform: capitalize;
letter-spacing: .3px;
display: inline-block;
font-weight: 300;
}
.cart_totals table tr td strong .amount{
font-weight: 700;
}
#shipping_method{
margin: 0;
padding: 0;
line-height: .7;
}
#shipping_method li{
margin: 0 0 18px !important;
padding: 0 !important;
padding-left: 50px !important;
font-size: 15px;
color: #666666;
line-height: .7;
text-transform: capitalize;
letter-spacing: .3px;
font-weight: 300;
}
#shipping_method li:last-child{
margin-bottom: 0;
}
#shipping_method li label{
font-size: 15px;
color: #666666;
line-height: .7;
text-transform: capitalize;
letter-spacing: .3px;
display: inline-block;
font-weight: 300;
margin: 0 0 0 2px;
}
#shipping_method li input[type="radio"]{
margin: 0;
}
#shipping_method li input[type="radio"]:checked + label{
color: #2873b9;
}
.wc-proceed-to-checkout{
width: 100%;
position: relative;
text-align: right;
margin-top: 31px;
}
#shipping_method li input{
width: inherit;
position: absolute;
left: 0;
top: 0;
height: inherit;
}
#shipping_method li label{
cursor: pointer;
position: relative;
-moz-user-select: none;
-o-user-select: none;
-webkit-user-select: none;
color: #666666;
font-weight: 300;
}
#shipping_method li input[type="radio"]{
display: none;
}
#shipping_method li label::before {
background: transparent;
content: "";
height: 15px;
left: -29px;
position: absolute;
top: 4px;
width: 15px;
border: 2px solid #ccc;
}
#shipping_method li input[type="radio"]:checked + label::after {
background: #2873b9;
bottom: 0;
content: "";
height: 5px;
left: -24px;
margin: auto;
position: absolute;
top: 9px;
width: 5px;
margin: 0;
}
.tabmarginBottom{
margin-bottom: 55px;
} .woocommerce table.shop_table th {
font-weight: 700;
padding: 18px 12px;
}
.woocommerce table.shop_table td{
border-top: none;
}
#add_payment_method table.cart td.actions .coupon .input-text, 
.woocommerce-cart table.cart td.actions .coupon .input-text, 
.woocommerce-checkout table.cart td.actions .coupon .input-text{
margin-right: 0;
}
.woocommerce-info{
border-top-color: #2873b9;
}
.woocommerce-info::before{
color: #2873b9
}
.woocommerce-error,
.woocommerce-info, 
.woocommerce-message{
background: #F7F7F7;
font-size: 16px;
color: #666666;
font-weight: 300;
line-height: 25px;
text-align: left;
}
.woocommerce-message::before{
color: #5cb85c;
}
.woocommerce-message {
border-color: #5cb85c;
}
.widget_shopping_cart_content .quantity{
border: none;
}
.woocommerce-error a.button.wc-forward, 
.woocommerce-info a.button.wc-forward, 
.woocommerce-message a.button.wc-forward {
background: #000 none repeat scroll 0 0;
border: medium none;
border-radius: 50px;
color: #fff;
display: inline-block;
font-family: Poppins;
font-size: 14px;
font-weight: 600;
height: 44px;
letter-spacing: 1px;
line-height: 0.8;
margin-top: 0;
padding: 17px 35px;
text-transform: uppercase;
transition: all 500ms ease 0s;
}
.woocommerce-error a.button.wc-forward:hover, 
.woocommerce-info a.button.wc-forward:hover, 
.woocommerce-message a.button.wc-forward:hover{
background: #2873b9;
}
.woocommerce-info > a{
color: #2873b9;
}
.woocommerce-info > a:hover{
color: #000000;
}
.cart_totals table tr th {
color: #666666;
font-size: 15px;
font-weight: 700;
letter-spacing: 0.3px;
line-height: 0.7;
padding-left: 28px;
text-transform: capitalize;
width: 220px !important;
}
.cart_totals table tr td .woocommerce-shipping-calculator{
font-size: 15px;
color: #666666;
line-height: .7;
text-transform: capitalize;
letter-spacing: .3px;
}
.cart_totals table tr td p.woocommerce-shipping-destination{
font-size: 15px;
color: #666666;
line-height: 24px;
text-transform: capitalize;
letter-spacing: .3px;
font-weight: 400;
}
.cart_totals table tr td p.woocommerce-shipping-destination strong{
font-weight: 400;
color: #666666;
}
.woocommerce .cart_totals ul#shipping_method .amount{
margin-left: 25px;
}
.woocommerce ul#shipping_method .amount{
font-weight: 400;
color: #666666;
}
#shipping_method li input[type="radio"]:checked + label .amount{
color: #2873b9;
}
.shipping .shipping-calculator-form p .select2.select2-container{
margin-bottom: 0;
}
.woocommerce form .form-row label.screen-reader-text{
display: none
}
.woocommerce-checkout #payment .form-row.place-order{
padding: 15px 0 45px;
}
.woocommerce-checkout #payment .form-row.place-order .woocommerce-terms-and-conditions{
padding: 0;
margin: 0 0 20px;
}
.loggedinthankyou li{
width: 20% !important;
}
.woocommerce-checkout-review-order tbody tr td:last-child{
width: 40%;
}
.woocommerce-terms-and-conditions .woocommerce-privacy-policy-text p{
font-size: 15px;
color: #333333;
letter-spacing: .56px;
font-weight: 300;
text-transform: capitalize;
margin: 0;
line-height: 28px;
}
.woocommerce-terms-and-conditions .woocommerce-privacy-policy-text p a{
color: #2873b9;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
text-align: center;
border-radius: 25px;
color: #fff;
display: inline-block;
font-family: Poppins;
font-size: 14px;
font-weight: 600;
height: 50px;
letter-spacing: 2.8px;
line-height: 0.8;
padding: 14px 43px 20px 53px;
text-transform: uppercase;
}
.woocommerce table.shop_table tbody:first-child tr:first-child td, 
.woocommerce table.shop_table tbody:first-child tr:first-child th {
border-top: 0 none !important;
line-height: 0.8;
padding-bottom: 28px;
padding-right: 0;
padding-top: 33px;
}
.woocommerce table.shop_table tbody tr th {
padding-left: 30px;
padding-top: 26px;
}
#add_payment_method .cart-collaterals .cart_totals tr td, 
#add_payment_method .cart-collaterals .cart_totals tr th, 
.woocommerce-cart .cart-collaterals .cart_totals tr td, 
.woocommerce-cart .cart-collaterals .cart_totals tr th, 
.woocommerce-checkout .cart-collaterals .cart_totals tr td, 
.woocommerce-checkout .cart-collaterals .cart_totals tr th{
border-top: none;
}
.shipping-calculator-form .btn-group.open .dropdown-toggle{
box-shadow: none;
}
.shipping-calculator-form .bootstrap-select.btn-group .dropdown-menu {
border-radius: 0;
box-shadow: none;
box-sizing: border-box;
margin: 0;
min-width: 100%;
padding: 0;
}
.shipping-calculator-form input {
background: #fff;
border: 1px solid #d3ced2;
height: 50px;
padding: 13px;
position: relative;
z-index: 1;
}
.woocommerce-shipping-calculator p {
font-size: 16px;
line-height: 0.7;
margin: 14px 0 0;
}
.woocommerce form .form-row {
margin: 0;
padding: 0;
}
.woocommerce-shipping-calculator .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn){
width: 100%;
}
.shipping .shipping-calculator-form button.button {
background: #000000;
border: medium none;
border-radius: 25px;
color: #fff;
display: inline-block;
font-family: Poppins;
font-size: 14px;
font-weight: 600;
height: 50px;
letter-spacing: 2.8px;
line-height: 0.8;
padding: 0 34px;
text-transform: uppercase;
}
.shipping .shipping-calculator-form button.button:hover{
background: #2873b9;
}
.shipping .shipping-calculator-form select{
height: 50px;
border: 1px solid #ccc;
appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
-ms-appearance: none;
-o-appearance: none;
padding: 0 11px;
}
.shipping .shipping-calculator-form p {
margin-bottom: 10px !important;
}
.shipping-calculator-form{
margin-top: 15px !important;
}
.woocommerce .cart-collaterals .cart_totals, 
.woocommerce-page .cart-collaterals .cart_totals{
width: 622px;
margin-top: 0;
}
#add_payment_method .cart-collaterals .cart_totals table select,
.woocommerce-cart .cart-collaterals .cart_totals table select, 
.woocommerce-checkout .cart-collaterals .cart_totals table select{
line-height: 20px;
}
.shipping .woocommerce-shipping-calculator p#calc_shipping_country_field,
.shipping .woocommerce-shipping-calculator p#calc_shipping_state_field{
position: relative;
}
.shipping .woocommerce-shipping-calculator p#calc_shipping_country_field:before,
.shipping .woocommerce-shipping-calculator p#calc_shipping_state_field:before{
position: absolute;
right: 21px;
top: 20px;
content: '\f107';
font-family: FontAwesome;
font-size: 14px;
color: #a1a1a1;
font-weight: 300;
letter-spacing: 0.56px;
}
#calc_shipping_state.input-text {
background: #fff !important;
position: relative;
z-index: 9;
} .woocommerce-billing-fields,
.woocommerce-shipping-fields{
position: relative;
width: 100%;
height: auto;
background: #fff;
}
.woocommerce-billing-fields p,
.woocommerce-shipping-fields p{
margin-bottom: 0;
}
.woocommerce-billing-fields input,
.woocommerce-shipping-fields input{
width: 100%;
height: 50px;
border: thin solid #f3f3f3;
margin: 0 0 20px !important;
padding-left: 19px;
padding-right: 19px;
color: #a1a1a1;
font-weight: 300;
font-size: 14px;
}
.billing_countries{
position: relative;
}
.billing_countries select{
width: 100%;
height: 50px;
border: thin solid #f3f3f3;
margin: 0 0 20px;
padding-left: 19px;
padding-right: 19px;
color: #a1a1a1;
font-weight: 300;
letter-spacing: .56px;
font-size: 14px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.billing_countries select option{
padding: 6px 19px;
}
.billing_countries::after {
color: #a1a1a1;
font-weight: 300;
letter-spacing: .56px;
font-size: 14px;
content: "\f107";
font-family: "FontAwesome";
position: absolute;
right: 21px;
top: 8px;
}
.billing_countries .select2-container--default .select2-selection--single {
border: thin solid #d1d1d1;
}
.billing_countries .select2-container--default .select2-selection--single .select2-selection__rendered {
color: #ccc;
}
.woocommerce-billing-fields input::-webkit-input-placeholder,
.woocommerce-billing-fields textarea::-webkit-input-placeholder{
color: #a1a1a1;
opacity: 1;
}
.woocommerce-billing-fields input:-moz-placeholder, 
.woocommerce-billing-fields textarea::-moz-placeholder {
color: #a1a1a1;
opacity: 1;
}
.woocommerce-billing-fields input::-moz-placeholder,
.woocommerce-billing-fields textarea::-moz-placeholder {
color: #a1a1a1;
opacity: 1;
}
.woocommerce-billing-fields input:-ms-input-placeholder,
.woocommerce-billing-fields textarea::-ms-input-placeholder {
color: #a1a1a1;
opacity: 1;
}
.loginss{
position: relative;
text-align: left;
color: #333333;
font-size: 14px;
letter-spacing: .56px;
margin-top: 3px;
padding-left: 40px;
}
.loginss a{
font-size: 18px;
letter-spacing: 0;
}
.loginss a.facs{
color: #3b5998;
}
.loginss a.goos{
color: #c63d2d;
}
.loginss a:hover{
color: #333;
}
.loginss input[type="checkbox"]{
width: auto;
display: inline-block;
margin: 0 10px 0 0;
height: auto;
}
.loginss input{
width: inherit;
position: absolute;
left: 0;
top: 0;
height: inherit;
}
.loginss label{
cursor: pointer;
position: relative;
-moz-user-select: none;
-o-user-select: none;
-webkit-user-select: none;
color: #666666;
font-weight: 300;
}
.loginss input[type="checkbox"]{
display: none;
}
.loginss label::before {
background: transparent;
border: 2px solid #ccc;
content: "";
height: 15px;
left: -20px;
position: absolute;
top: 11px;
width: 15px;
}
.loginss input[type="checkbox"]:checked + label::after {
background: #2873b9;
bottom: 0;
content: "";
height: 5px;
left: -15px;
margin: auto;
position: absolute;
top: 0;
width: 5px;
}
.woocommerce-checkout-review-order{
background: #f7f7f7;
padding: 47px 30px 0;
}
.woocommerce-checkout-review-order table{
width: 100%;
height: auto;
margin-bottom: 14px;
}
.woocommerce-checkout-review-order table thead tr th{
font-size: 16px;
color: #333333;
text-transform: uppercase;
line-height: .7;
padding-bottom: 20px;
border-bottom: 1px solid #e4e4e4;
padding-left: 10px;
font-weight: 700;
}
.woocommerce-checkout-review-order tbody tr td{
font-size: 15px;
color: #666666;
letter-spacing: .3px;
line-height: 20px;
padding-left: 10px;
padding-bottom: 10px;
}
.woocommerce-checkout-review-order tbody tr:last-child td{
padding-bottom: 23px;
}
.woocommerce-checkout-review-order tr td span.amount{
color: #262626;
}
.woocommerce-checkout-review-order tr td strong{
font-weight: normal;
}
.woocommerce-checkout-review-order tbody tr:first-child td{
padding-top: 23px;
}
.woocommerce-checkout-review-order tfoot tr th {
border-top: 1px solid #e4e4e4 !important;
color: #262626;
font-size: 14px;
font-weight: 600 !important;
letter-spacing: 0.56px;
line-height: 20px;
padding: 21px 0 19px 10px !important;
text-transform: capitalize;
vertical-align: middle;
}
.woocommerce-checkout-review-order tfoot tr td{
font-size: 15px;
font-weight: 400;
letter-spacing: .60px;
text-transform: capitalize;
color: #262626;
line-height: 20px;
border-top: 1px solid #e4e4e4;
vertical-align: middle;
padding: 21px 0 19px 10px;
}
.woocommerce-checkout-review-order tfoot tr.order-total td span.amount{
font-weight: 600;
color: #2873b9;
}
.woocommerce-checkout-payment{
position: relative;
padding-left: 40px;
}
.woocommerce-checkout-payment ul{
margin: 0;
padding: 0;
}
.woocommerce-checkout-payment ul li{
list-style: none;
margin: 0 0 13px !important;
padding: 0;
}
#add_payment_method #payment ul.payment_methods, 
.woocommerce-cart #payment ul.payment_methods, 
.woocommerce-checkout #payment ul.payment_methods{
padding: 0;
}
.woocommerce-checkout-payment ul li input[type="radio"]{
margin-right: 17px;
margin-top: 0;
position: relative;
bottom: -1px;
cursor: pointer;
}
.woocommerce-checkout-payment ul li label{
display: inline-block;
font-size: 14px;
color: #333333;
letter-spacing: .56px;  
font-weight: 300;
text-transform: capitalize;
margin: 0;
line-height: 1;
cursor: pointer;
}
.payment_box {
padding-left: 0;
position: relative;
padding-right: 20px;
top: 0;
}
.payment_box p{
font-size: 14px;
letter-spacing: 0;
font-weight: 300;
color: #777777;
line-height: 24px;
margin: 0;
}
.woocommerce-checkout-payment ul li label img {
height: 23px;
margin-left: 16px;
position: absolute;
top: -3px;
width: auto;
}
.woocommerce-shipping-fields{
position: relative;
width: 100%;
margin-top: 0;
}
.woocommerce-shipping-fields p{
margin: 0;
}
.woocommerce-shipping-fields textarea{
width: 100%;
height: 100px !important;
border: thin solid  #f3f3f3;
margin: 0;
padding-left: 19px;
padding-right: 19px;
color: #a1a1a1;
font-weight: 300;
letter-spacing: .56px;
font-size: 14px;
resize: none;
padding-top: 12px;
}
.woocommerce-shipping-fields textarea::-webkit-input-placeholder{
color: #a1a1a1;
opacity: 1;
}
.woocommerce-shipping-fields textarea::-moz-placeholder {
color: #a1a1a1;
opacity: 1;
}
.woocommerce-shipping-fields textarea::-moz-placeholder {
color: #a1a1a1;
opacity: 1;
}
.woocommerce-shipping-fields textarea::-ms-input-placeholder {
color: #a1a1a1;
opacity: 1;
}
.wc_payment_methods li input{
width: inherit;
position: absolute;
left: 0;
top: 0;
height: inherit;
}
.wc_payment_methods li label{
cursor: pointer;
position: relative;
-moz-user-select: none;
-o-user-select: none;
-webkit-user-select: none;
color: #666666;
font-weight: 300;
}
.wc_payment_methods li input[type="radio"]{
display: none;
}
.wc_payment_methods li label::before {
background: transparent;
content: "";
height: 15px;
left: -29px;
position: absolute;
top: 0;
width: 15px;
border: 2px solid #ccc;
}
.wc_payment_methods li input[type="radio"]:checked + label::after {
background: #2873b9;
bottom: 0;
content: "";
height: 5px;
left: -24px;
margin: auto;
position: absolute;
top: 0;
width: 5px;
}
.woocommerce-shipping-fields h3{
color: #333333;
font-size: 16px;
font-weight: 700;
line-height: 0.7;
padding-bottom: 20px;
text-transform: uppercase;
font-family: 'Poppins', sans-serif;
}
.woocommerce table.shop_table {
border: medium none;
border-collapse: separate;
border-radius: 0;
margin: auto;
text-align: left;
width: 100%;
}
#add_payment_method #payment, 
.woocommerce-cart #payment, 
.woocommerce-checkout #payment{
background: transparent;
}#add_payment_method #payment .payment_method_paypal .about_paypal, 
.woocommerce-cart #payment .payment_method_paypal .about_paypal, 
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
float: right;
line-height: 0.8;
padding-left: 75px;
position: relative;
top: 4px;
}
#add_payment_method #payment ul.payment_methods li img, 
.woocommerce-cart #payment ul.payment_methods li img, 
.woocommerce-checkout #payment ul.payment_methods li img {
box-shadow: none;
margin: 0;
padding: 0 0 0 50px;
position: absolute;
vertical-align: middle;
left: 0;
}
.select2-drop-active{
border-color:  #f3f3f3;
}
.select2-container .select2-choice {
background-clip: padding-box;
background-color: #fff;
border: 1px solid #f3f3f3;
border-radius: 0;
color: #999;
display: block;
font-size: 14px;
font-weight: 300;
height: 50px;
margin-bottom: 20px;
overflow: hidden;
padding: 5px 17px;
position: relative;
text-decoration: none;
white-space: nowrap;
}
.select2-container.select2-drop-above .select2-choice{
border-radius: 0;
border-color: #f3f3f3;
}
.form-row.form-row-wide.create-account.woocommerce-validated{
line-height: 1;
}
.form-row.form-row-wide.create-account.woocommerce-validated label{
cursor: pointer;
font-size: 16px;
line-height: 0.8 !important;
margin: 0;
-moz-user-select: none;
color: #666666;
cursor: pointer;
font-weight: 300;
padding-left: 23px;
}
.form-row.form-row-wide.create-account.woocommerce-validated input[type="checkbox"] ,
#ship-to-different-addres input[type="checkbox"] {
display: inline-block;
width: auto;
}
.form-row.form-row-wide.create-account.woocommerce-validated label::before,
#ship-to-different-address label::before{
background: transparent;
border: 2px solid #ccc;
content: "";
height: 15px;
left: 0;
position: absolute;
top: 5px;
width: 15px;
}
.form-row.form-row-wide.create-account.woocommerce-validated input[type="checkbox"]:checked + label::after ,
#ship-to-different-address input[type="checkbox"]:checked + label::after {
background: #2873b9;
bottom: 0;
content: "";
height: 5px;
left: 5px;
margin: auto;
position: absolute;
top: -1px;
width: 5px;
}
.form-row.form-row-wide.create-account.woocommerce-validated input[type="checkbox"] ,
#ship-to-different-address input[type="checkbox"] {
display: none;
}
.woocommerce-shipping-fields .checkbox{
cursor: pointer;
line-height: 0.8 !important;
-moz-user-select: none;
padding-left: 23px;
}
#ship-to-different-address label::before {
top: -2px;
}
#ship-to-different-address{
padding-bottom: 11px;
}
.woocommerce-billing-fields .create-account{
line-height: 1;
}
.woocommerce-billing-fields .create-account > p {
color: #777777;
font-size: 14px;
font-weight: 300;
letter-spacing: 0;
line-height: 24px;
padding-bottom: 15px;
padding-top: 10px;
}
#add_payment_method #payment div.payment_box::before, 
.woocommerce-cart #payment div.payment_box::before, 
.woocommerce-checkout #payment div.payment_box::before {
border: medium none;
content: "";
display: block;
left: 0;
margin: 0;
position: absolute;
top: 0;
}
#add_payment_method #payment div.payment_box, 
.woocommerce-cart #payment div.payment_box, 
.woocommerce-checkout #payment div.payment_box {
background-color: transparent;
border-radius: 0;
box-sizing: border-box;
color: inherit;
font-size: inherit;
line-height: 1.5;
margin: inherit;
padding: inherit;
position: relative;
width: 100%;
margin: 0;
} .whatwedo{
padding-top: 122px;
padding-bottom: 6px;
}
.aboutPage2Title{
background: url(//sagacitysoftware.co.uk/wp-content/themes/Sagacity_core/assets/images/bg/14.jpg) no-repeat scroll center center/cover;
position: relative;
}
.about2appro{
padding-top: 80px;
padding-bottom: 80px;
}
.comonTitle.about2{
margin-bottom: 95px;
}
.about2content{
padding-left: 255px;
padding-top: 115px;
}
.about2content h1{
font-size: 20px;
color: #000000;
letter-spacing: 8px;
text-transform: uppercase;
font-family: 'Poppins', sans-serif;
font-weight: 700;
margin-bottom: 55px;
}
.about2content h2{
font-size: 50px;
line-height: 60px;
font-weight: 400;
margin-bottom: 60px;
}
.about2content p{
line-height: 40px;
}
.ab2Img{
padding-left: 70px;
}
.ab2Img img{
width: 100%;
height: auto;
}
.whatwedo{
background: url(//sagacitysoftware.co.uk/wp-content/themes/Sagacity_core/assets/images/bg/15.jpg) no-repeat scroll center center/cover;
}
.singleDobox{
padding: 0 20px;
margin-bottom: 0;
}
.singleDobox img{
height: 82px;
margin-bottom: 16px;
}
.singleDobox i{
color: #fff;
display: block;
font-size: 95px;
height: 82px;
line-height: 0.88;
margin-bottom: 16px;
}
.singleDobox h2{
color: #fff;
font-size: 18px;
line-height: 34px;
font-weight: 600;
font-family: 'Poppins', sans-serif;
margin-bottom: 23px;
}
.singleDobox p{
color: #fff;
font-size: 16px;
line-height: 30px;
letter-spacing: 0;
margin-bottom: 0;
}
.Awards.about2 {
padding-top: 93px;
} .serv2title{
margin-bottom: 95px;
}
.synergysolutions {
padding-top: 185px;
position: relative;
padding-bottom: 23px;
}
.serBox{
position: relative;
}
.serBoxH{
min-height: 61px;
padding-left: 65px;
position: relative;
padding-top: 2px;
margin-bottom: 45px;
}
.serBox.text-right .serBoxH{
padding-left: 0;
padding-right: 80px;
}
.serBoxH img {
height: 50px;
left: 0;
position: absolute;
top: 0;
width: 50px;
}
.serBox.text-right .serBoxH img{
left: auto;
right: 0;
}
.serBoxH i{
height: 46px;
left: 0;
position: absolute;
top: 0;
width: 61px;
color: #000000;
font-size: 46px;
line-height: 1;
margin: 0;
text-align: left;
}
.serBox.text-right .serBoxH i{
left: auto;
right: 0;
text-align: right;
}
.serBoxH h2{
font-family: 'Poppins', sans-serif;
font-size: 20px;
color:#000000;
text-transform: uppercase;
font-weight: 700;
letter-spacing: 8px;
}
.servicesDetailsPagtitle{
background: url(//sagacitysoftware.co.uk/wp-content/themes/Sagacity_core/assets/images/bg/4.jpg) no-repeat scroll center center/cover;
}
.ourExperties {
padding-bottom: 124px;
padding-top: 120px;
}
.ourExperties .comonTitle {
margin-bottom: 35px;
}
.calltoActionwhatwedo{
padding-top: 175px;
position: relative;
background: url(//sagacitysoftware.co.uk/wp-content/themes/Sagacity_core/assets/images/bg/map.png) no-repeat scroll center 126%;
}
.serv_title {
position: relative;
padding-bottom: 240px;
}
.serv_title h3 {
font-family: "poppins";
font-size: 20px;
font-weight: 700;
letter-spacing: 8px;
line-height: 0.8;
margin-bottom: 66px;
text-transform: uppercase;
}
.serv_title > h1 {
font-family: playfair display;
font-size: 50px;
font-weight: 400;
letter-spacing: 0;
line-height: 60px;
margin: 0 0 62px;
}
.serv_title a.sy_btn {
padding: 14px 43px 20px 92px;
font-weight: 700;
}
.serv_title a.sy_btn i {
margin-left: 64px;
} .whychooseus {
position: relative;
}
.whychooseus{
background: #1d1d1d;
position: relative;
}
.singlechoose::before {
background: #2873b9;
content: "";
height: 2px;
left: 0;
position: absolute;
top: 148px;
width: 200px;
}
.chooseContent{
width: 46%;
padding: 97px 97px 65px 120px; 
}
.singlechooseImg {
height: 100%;
overflow: hidden;
position: absolute;
right: 0;
top: 0;
width: 54%;
}
.singlechooseImg img{
width: 100%;
height: 100%;
}
.chooseContent h5 {
color: #fff;
font-family: poppins;
font-size: 20px;
font-weight: 700;
letter-spacing: 8px;
line-height: 0.8;
margin: 0 0 91px;
text-transform: uppercase;
}
.chooseContent h2 {
color: #fff;
font-family: playfair display;
font-size: 50px;
font-weight: 400;
line-height: 60px;
margin-bottom: 45px;
}
.chooseContent p{
margin-bottom: 0;
font-size: 24px;
color: #fff;
line-height: 40px;
font-weight: 300;
padding-right: 50px;
}
.chooseContent p:last-of-type{
margin-bottom: 83px;
}
#choooseusSlide.owl-theme .owl-dots .owl-dot span {
backface-visibility: visible;
background: #fff;
border-radius: 30px;
display: block;
height: 9px;
width: 9px;
margin: 0 6px;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}
#choooseusSlide.owl-theme .owl-dots .owl-dot.active span, 
#choooseusSlide.owl-theme .owl-dots .owl-dot:hover span {
background: #2873b9;
}
#choooseusSlide.owl-theme .owl-dots {
bottom: 55px;
left: 115px;
position: absolute;
text-align: left;
}
#choooseusSlide .owl-nav{
display: none;
}
.ourworkSec{
padding-top: 123px;
padding-bottom: 5px;
}
.singleprocess{
margin: 0 10px;
margin-bottom: 132px;
}
.singleprocess img{
width: 100%;
height: auto;
margin-bottom: 64px;
}
.singleprocess h2{
text-transform: uppercase;
font-size: 20px;
color: #000;
text-transform: uppercase;
font-family: 'Poppins', sans-serif;
font-weight: 700;
letter-spacing: 8px;
margin-bottom: 30px;
}
.singleprocess p{
font-size: 20px;
color: #999999;
line-height: 36px;
font-weight: 300;
}
.marb100{
margin-bottom: 95px;
}
.partstyle2 .singlePartner{
margin-bottom: 140px;
}
.mCSB_inside > .mCSB_container{
margin-right: 0;
}
.contactSuccess{
width: 100%;
height: 100%;
position: fixed;
left: 0;
top: 0;
z-index: 9999;
background: rgba(0, 0, 0, .9);
display: none;
}
.consNotice{
width: 100%;
height: 190px;
background: none;
position: absolute;
left: 0px;
right: 0px;
top: 0px;
bottom: 0px;
margin: auto;
border-radius: 5px 5px 0 0;
text-align: center;
}
.consNotice i{
background: #fff;
border-radius: 50%;
color: #2873b9;
font-size: 60px;
height: 109px;
text-align: center;
width: 110px;
padding: 27px 0;
}
.consNotice p{
color: #fff;
font-family: Georgia;
font-size: 30px;
margin: 40px 0 0;
text-transform: capitalize;
line-height: 40px;
display: inline-block;
} .colorPreset{
position: fixed;
width: 250px;
right: -250px;
background: #fff;
z-index: 99999;
border: 1px solid #e3e3e3;
top: 50%;
transform: translateY(-50%);
}
.switchTittle {
background: #fff;
width: 249px;
height: 64px;
position: relative;
padding: 23px 25px;
border-bottom: 1px solid #e3e3e3;
border-right: 1px solid #e3e3e3;
}
.switchTittle a.switchButton {
background: #fff;
border: 1px solid #e3e3e3;
color: #7f7f7f;
display: block;
height: 65px;
left: -65px;
position: absolute;
text-align: center;
top: -1px;
width: 65px;
font-size: 31px;
padding: 15px;
line-height: .8;
}
.switchTittle a.switchButton:hover{
color: #000;
}
.colorPreset p{
font-size: 16px;
color: #000000;
letter-spacing: 0;
font-family: 'Poppins', sans-serif;
font-weight: 600;
margin: 0;
line-height: 1;
}
.singleSwitch{
background: #fff;
padding: 24px 20px;
border-bottom: 1px solid #e3e3e3;
}
.singleSwitch:last-of-type{
border-bottom: none;
padding-bottom: 30px;
}
.singleSwitch p{
margin-bottom: 13px;
text-transform: capitalize;
}
.switchs{
overflow: hidden;
}
.colorSwitch a{
width: 43px;
height: 43px;
background: #ccc;
display: block;
float: left;
margin-right: 7px;
margin-bottom: 7px;
}
.colorSwitch a.color1{
background: #2873b9
}
.colorSwitch a.color2{
background: #3a3fe0
}
.colorSwitch a.color3{
background: #2fca7b;
}
.colorSwitch a.color4{
background: #a72fca;
}
.colorSwitch a.color5{
background: #caa13f;
}
.colorSwitch a.color6{
background: #3fbbca;
}
.colorSwitch a.color7{
background: #e44d86;
}
.colorSwitch a.color8{
background: #FA922C;
}
.colorSwitch a:hover,
.colorSwitch a.active{
opacity: .3;
}
.lightDark a {
border: 1px solid #cccccc;
color: #000000;
display: block;
float: left;
font-family: "Poppins",sans-serif;
font-size: 14px;
font-weight: 400;
height: 40px;
margin-right: 10px;
padding: 14px 20px;
line-height: .8;
min-width: 80px;
}
.lightDark a:last-of-type{
margin-right: 0;
}
.lightDark a.darkColor{
background: #222222;
color: #fff;
border-color: #222222;
}
.lightDark a:hover{
border-color: #000;
}
.navStyle a{
border: 1px solid #cccccc;
color: #000000;
display: block;
float: left;
font-family: "Poppins",sans-serif;
font-size: 14px;
font-weight: 400;
height: 40px;
margin-right: 10px;
padding: 14px 20px;
line-height: .8;
min-width: 80px;
}
.navStyle a:hover{
border-color: #000;
}
.wpb_wrapper{
line-height: 36px;
}
.wpb_wrapper > p{
line-height: inherit;
}
.mtopminus35px{
margin-top: -169px;
}
.folio3slitem{
width: 100%;
}
.tw_heading{
position: relative;
}
.tw_heading h2{
margin: 0;
font-weight: normal;
line-height: 60px;
font-size: 50px;
letter-spacing: 0;
}
.tw_text_boxs{
margin-bottom: 15px;
position: relative;
}
.tw_text_boxs p{
font-weight: 300;
color: #999;
margin-bottom: 0;
font-size: 20px;
line-height: 36px;
}
.pageOverlay{
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.2);
}
.vc_wrap_inner_custom{
position: relative;
}
.vc_row.vc_extra_paddings::after {
background: #fff;
content: "";
height: 100%;
position: absolute;
right: 0;
top: 0;
width: 90px;
z-index: 7;
display: block;
}
.vc_row.vc_extra_paddings::before {
background: #fff;
content: "";
height: 100%;
position: absolute;
left: 0;
top: 0;
width: 90px;
z-index: 7;
display: block;
}
.vc_extra_paddings .vc_video-bg iframe{
padding: 0 90px;
}
.marginTop137px{
margin-top: 137px;
}
.paginations{
position: relative;
}
.paginations span, .paginations a{
background: #000000;
border-radius: 30px;
color: #fff;
height: 50px;
padding: 20px 29px;
line-height: .8;
display: inline-block;
font-size: 14px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 2.8px;
transition: all ease 500ms;
-moz-transition: all ease 500ms;
-webkit-transition: all ease 500ms;
-ms-transition: all ease 500ms;
-o-transition: all ease 500ms;
}
.paginations span.current, .paginations span:hover, .paginations a:hover{
background: #2873b9;
} .singleWork2 .work_details{
padding-left: 30px;
padding-right: 30px;
}
.singleWork2.evenrowitem{
text-align: right;
}
.singleWork2 .work_details{
padding-top: 63px;
}
.singleWork2 .work_details a.vDetail {
transform: translate3d(0px, -30px, 0px);
}
.singleWork2 .workD_Top {
padding-top: 102px;
}
.singleWork2 .work_all_details:hover .workD_Top {
padding-top: 86px;
}
.singleWork2.evenrowitem .work_details a.vDetail{
width: 100%;
}
.singleWork2.evenrowitem .work_details a.vDetail i{
transform: rotate(-180deg);
position: relative;
top: 10px;
}
.singleWork2.evenrowitem .work_details a.vDetail span{
margin-right: -95px;
margin-left: 0;
}
.singleWork2.evenrowitem .work_details:hover a.vDetail span {
margin-left: 14px;
margin-right: 0;
}
.singleWork2.evenrowitem .lineSpan2 {
background: #2873b9;
display: block;
height: 2px;
right: -110px;
position: relative;
top: 0;
width: 0;
z-index: 1;
float: right;
visibility: hidden;
opacity: 0;
-webkit-transition: all 450ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
-moz-transition: all 450ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
-ms-transition: all 450ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
-o-transition: all 450ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
transition: all 450ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.singleWork2.evenrowitem .work_all_details:hover .lineSpan2{
width: 200px;
visibility: visible;
opacity: 1;
transform: translate3d(0, 0, 0);
-webkit-transform: translate3d(0, 0, 0);
-webkit-transition: all 450ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 250ms;
-moz-transition: all 450ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 250ms;
-ms-transition: all 450ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 250ms;
-o-transition: all 450ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 250ms;
transition: all 450ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 250ms;
} .singleWorkGrid{
margin-bottom: 0;
}
.singleWorkGrid .singlelWorkDec{
position: absolute;
bottom: 0;
}
.singleWorkGrid.singleWorkGutter{
margin-bottom: 30px;
}
.marginTop107px{
margin-top: 107px;
}
.fullwidths{
width: 100%;
}
.gall_slides{ 
position: relative;
}
.gallImg img{
width: 100%;
height: auto;
}
.gall_slides .owl-nav [class*="owl-"]{
width: 45px;
height: 45px;
background: rgba(255, 255, 255, .8);
border: none;
border-radius: 0;
position: absolute;
top: 50%;
margin: 0;
padding: 0;
margin-top: -20px;
trtransition: all ease 500ms;
-moz-transition: all ease 500ms;
-webkit-transition: all ease 500ms;
-ms-transition: all ease 500ms;
-o-transition: all ease 500ms;
}
.gall_slides .owl-nav .owl-prev:after{
position: absolute;
width: 10px;
height: 10px;
border-left: 1px solid #000;
border-bottom: 1px solid #000;
left: 0;
top: 0;
right: 0;
bottom: 0;
margin: auto;
content: "";
transform: rotate(45deg);
-moz-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
}
.gall_slides .owl-nav .owl-next:after{
position: absolute;
width: 10px;
height: 10px;
border-top: 1px solid #000;
border-right: 1px solid #000;
left: 0;
top: 0;
right: 0;
bottom: 0;
margin: auto;
content: "";
transform: rotate(45deg);
-moz-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
}
.gall_slides .owl-nav [class*="owl-"]:hover{
background: rgba(255, 255, 255, .4);
}
.gall_slides .owl-nav .owl-prev{
left: 0;
}
.gall_slides .owl-nav .owl-prev:before{
width: 10px;
height: 1px;
background: #fff;
display: inline-block;
}
.gall_slides .owl-nav .owl-next{
right: 0;
}
.mediaPlayers{
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
margin: auto;
width: 80px;
height: 80px;
color: #FFF;
font-size: 80px;
text-align: center;
line-height: 1;
opacity: .7;
transition: all ease 500ms;
-moz-transition: all ease 500ms;
-webkit-transition: all ease 500ms;
-ms-transition: all ease 500ms;
-o-transition: all ease 500ms;
}
.mediaPlayers:focus{
color: #FFF;
opacity: .7;
}
.singleJournal:hover .mediaPlayers{
opacity: 1;
} .sidebar aside.widget,
.shop_sidebar aside.widget{
margin-bottom: 60px;
}
.sidebar aside .widgetTitle,
.shop_sidebar aside .widgetTitle{
font-size: 16px;
color: #000000;
text-transform: uppercase;
font-weight: 600;
font-family: poppins;
margin-bottom: 42px;
letter-spacing: 3.2px;
}
.sidebar aside .widgetTitle{
margin-bottom: 28px;
}
.sidebar aside .search-form,
.shop_sidebar aside .search-form{
position: relative;
padding-bottom: 8px;
}
.sidebar aside input[type="search"],
.shop_sidebar aside input[type="search"]{
border: 1px solid #e0e0e0;
border-radius: 3px;
color: #cacaca;
font-family: poppins;
font-size: 12px;
font-weight: 400;
height: 50px;
letter-spacing: 1.68px;
padding-left: 16px;
padding-top: 5px;
width: 100%;
}
.sidebar aside input[type="search"]:input-placeholder,
.shop_sidebar aside input[type="search"]:input-placeholder{
color: #cacaca;
opacity: 1;
}
.sidebar aside input[type="search"]::-webkit-input-placeholder,
.shop_sidebar aside input[type="search"]::-webkit-input-placeholder{
color: #cacaca;
opacity: 1;
}
.sidebar aside input[type="search"]:-moz-placeholder,
.shop_sidebar aside input[type="search"]:-moz-placeholder{
color: #cacaca;
opacity: 1;
}
.sidebar aside input[type="search"]::-moz-placeholder,
.shop_sidebar aside input[type="search"]::-moz-placeholder{
color: #cacaca;
opacity: 1;
}
.sidebar aside input[type="search"]:-ms-input-placeholder ,
.shop_sidebar aside input[type="search"]:-ms-input-placeholder {
color: #cacaca;
opacity: 1;
}
.sidebar aside button[type="submit"],
.shop_sidebar aside button[type="submit"]{
background: transparent;
color: #000;
font-size: 14px;
height: 50px;
padding: 7px 11px;
position: absolute;
right: 0;
top: 0;
}
.sidebar aside ul,
.shop_sidebar aside ul{
margin: 0;
padding: 0;
}
.sidebar aside ul li,
.shop_sidebar aside ul li{
line-height: 22px;
margin-bottom: 9px;
font-size: 15px;
color: #666666;
position: relative;
overflow: hidden;
}
.sidebar.shop_sidebar .widget.widget_recent_comments li{
padding-left: 26px;
}
.sidebar aside ul li a{
padding-left: 26px;
color: #666666;
font-size: 18px;
font-weight: 400;
}
.sidebar aside ul li{
margin-bottom: 18px;
}
.sidebar aside ul li a:hover{
color: #2873b9;
}
.sidebar aside ul li:before{
width: 13px;
height: 1px;
background: #cccccc;
content: '';
position: absolute;
left: 0;
display: inline-block;
top: 9px;
}
.sidebar aside.widget_archive ul li,
.sidebar aside.widget_categories ul li{
text-align: right;
}
.sidebar aside.widget_archive ul li a,
.sidebar aside.widget_categories ul li a{
float: left;
}
.sidebar aside ul li:last-of-type,
.shop_sidebar aside ul li:last-of-type{
margin-bottom: 0;
}
.sidebar aside.widget_search h3.widgetTitle,
.shop_sidebar aside.widget_search h3.widgetTitle{
margin-bottom: 27px;
}
.sidebar aside.widget_recent_comments li,
.shop_sidebar aside.widget_recent_comments li{
font-size: 15px;
}
.sidebar aside.widget_recent_comments li{
padding-left: 26px;
}
.sidebar aside.widget_rss li a{
padding-left: 0;  
}
.product_btn.woocommerce a.button{
display: inline-block;
font-size: 14px;
font-weight: 600;
letter-spacing: 0;
margin-right: 26px;
text-transform: uppercase;
color: #222222;
background: transparent;
border-radius: 0;
padding: 0 0 0 27px;
line-height: 36px;
position: relative;
}
.product_btn.woocommerce a.button.added{
margin-bottom: 20px;
margin-right: 0;
}
.product_btn.woocommerce a.button:before{
width: 21px;
height: 16px;
background: url(//sagacitysoftware.co.uk/wp-content/themes/Sagacity_core/assets/images/cart.png) no-repeat center center;
content: "";
position: absolute;
left: 0;
top: 0;
bottom: 0;
margin: auto 0;
}
.product_btn.woocommerce a.button:hover{
color: #2873b9;
}
.productGallerys.owl-theme .owl-nav [class*=owl-]{
font-size: 20px;
letter-spacing: 2.8px;
color: #2873b9;
text-transform: uppercase;
font-family: Poppins;
font-weight: 600;
background: #000000;
padding: 18px 0;
display: inline-block;
line-height: .8;
height: 50px;
border-radius: 25px;
width: 50px;
transition: all ease 500ms;
-moz-transition: all ease 500ms;
-webkit-transition: all ease 500ms;
-ms-transition: all ease 500ms;
-o-transition: all ease 500ms;
position: absolute;
top: -120px;
bottom: 0;
margin: auto 0;
}
.productGallerys.owl-theme .owl-nav [class*=owl-].owl-next{
left: auto;
right: -45px;
}
.productGallerys.owl-theme .owl-nav .owl-prev{
transform: rotate(-180deg);
-moz-transform: rotate(-180deg);
-webkit-transform: rotate(-180deg);
-ms-transform: rotate(-180deg);
-o-transform: rotate(-180deg);
right: auto;
left: -45px;
}
.productGallerys.owl-theme .owl-nav [class*=owl-]:hover{
background: #2873b9;
color: #fff;
} .shop_sidebar{
padding-left: 50px;
padding-right: 15px;
}
.shop_sidebar aside.widget{
margin-bottom: 52px;
border-bottom: 1px solid #e5e5e5;
padding-bottom: 34px;
position: relative;
}
.shop_sidebar aside.widget:last-of-type{
padding-bottom: 0;
margin-bottom: 0;
border: none;
}
.price_slider_wrapper {
padding-bottom: 2px;
}
.shop_sidebar .widgetTitle{
font-family: "Poppins",sans-serif;
font-size: 16px;
font-weight: 700;
letter-spacing: 3.2px;
margin-bottom: 45px;
text-transform: uppercase;
line-height: 1;
}
#slider-range{
width: 100%;
height: 5px;
background: #e5e5e5;
position: relative;
margin-bottom: 26px;
}
.price_slider_wrapper p{
float: right;
}
.price_slider_wrapper button[type='submit']{
background: transparent;
font-size: 16px;
color: #000000;
line-height: .8;
}
.price_slider_wrapper button[type='submit']:hover{
color: #ed2437;
}
.price_slider_wrapper button[type="submit"] i {
color: #ed2437;
display: inline-block;
font-size: 20px;
line-height: 0.8;
padding-right: 6px;
position: relative;
right: 0;
top: 2px;
}
#slider-range .ui-slider-handle{
background: #fff;
border: 5px solid #ed2437;
border-radius: 50%;
display: inline-block;
height: 18px;
position: absolute;
top: -6.5px;
width: 18px;
cursor: pointer;
transition: none;
-moz-transition: none;
-webkit-transition: none;
-ms-transition: none;
-o-transition: none;
}
#slider-range .ui-slider-range{
background: #e5e5e5;
height: 5px;
position: absolute;
}
.price_slider_wrapper p {
float: right;
font-size: 16px;
line-height: 0.8;
margin: 0;
padding-top: 12px;
}
.price_slider_wrapper p span{
color: #666;
}
#amount{
color: #000000;
font-size: 16px;
font-weight: 400;
}
.shop_sidebar .widget ul li{
padding-left: 30px;
position: relative;
margin-bottom: 15px;
font-size: 18px;
}
.shop_sidebar .widget ul ul.children{
margin-top: 17px;
}
.shop_sidebar .widget ul li span.count{
font-size: 14px;
padding: 0;
}
.shop_sidebar .widget ul li::before {
background: #cccccc;
bottom: 0;
content: "";
height: 1px;
left: 0;
position: absolute;
top: 10px;
width: 13px;
}
.shop_sidebar .widget ul li a,
.shop_sidebar .widget ul li{
font-size: 18px;
color: #666666;
}
.shop_sidebar .widget ul li a:hover{
color: #db2b2b;
}
.shop_sidebar .widget_products ul li,
.shop_sidebar .widget_top_rated_products ul li{
padding-left: 0;
}
.shop_sidebar .widget_products ul li,
.shop_sidebar .widget_products ul li .singeleRP,
.shop_sidebar .widget_top_rated_products ul li,
.shop_sidebar .widget_top_rated_products ul li .singeleRP,
.shop_sidebar .widget_recently_viewed_products ul li,
.shop_sidebar .widget_recently_viewed_products ul li .singeleRP{
margin-bottom: 0;
border-bottom: none;
}
.shop_sidebar .widget_products ul li,
.shop_sidebar .widget_top_rated_products ul li,
.shop_sidebar .widget_recently_viewed_products ul li{
border-bottom: 1px solid #dedede;;
padding: 15px 0;
}
.shop_sidebar .widget_products ul li:before,
.shop_sidebar .widget_top_rated_products ul li:before,
.shop_sidebar .widget_recently_viewed_products ul li:before{
background: transparent;
}
.shop_sidebar .widget_products ul li:last-of-type,
.shop_sidebar .widget_top_rated_products ul li:last-of-type,
.shop_sidebar .widget_recently_viewed_products ul li:last-of-type{
border-bottom: none;
padding-bottom: 0;
}
.shop_sidebar .singeleRP{
padding-left: 82px;
position: relative;
min-height: 69px;
border-bottom: 1px solid #dedede;
margin-bottom: 15px;
}
.shop_sidebar .singeleRP h3{
font-size: 16px;
line-height: 20px;
font-family: "Poppins",sans-serif; 
font-weight: 400;
margin: 0 0 4px;
}
.shop_sidebar .singeleRP img{
width: 69px;
height: 69px;
position: absolute;
left: 0;
top: 0;
}
.ratings .star-rating {
background: url(//sagacitysoftware.co.uk/wp-content/themes/Sagacity_core/assets/images/empty_star.png) no-repeat scroll left;
height: 14px;
position: relative;
width: 96px;
margin-bottom: 11px;
}
.ratings .star-rating > span {
background: url(//sagacitysoftware.co.uk/wp-content/themes/Sagacity_core/assets/images/star.png) no-repeat scroll left;
height: 14px;
left: 0;
position: absolute;
text-indent: -9999px;
top: 0;
width: 96px;
}
.singeleRP p {
color: #000;
font-family: "Poppins",sans-serif;
font-size: 16px;
font-weight: 400;
line-height: 1;
margin: 5px 0 0;
}
.singeleRP p ins{
text-decoration: none;
}
.singeleRP p del{
margin-right: 8px;
}
.shop_sidebar.left_shop_sidebar{
padding-right: 66px;
padding-left: 0;
}
.woocommerce-product-search{
position: relative;
}
.shop_sidebar .woocommerce ul.cart_list li img, 
.shop_sidebar .woocommerce ul.product_list_widget li img {
box-shadow: none;
float: none;
height: 69px;
margin-left: 0;
width: 69px;
position: absolute;
left: 0;
top: 0;
}
.shop_sidebar .woocommerce .widget_shopping_cart .cart_list li,
.shop_sidebar .woocommerce.widget_shopping_cart .cart_list li {
padding-left: 85px;
min-height: 85px;
border-bottom: 1px solid #e2e2e2;
margin-bottom: 15px;
padding-bottom: 15px;
padding-top: 4px;
}
.shop_sidebar .woocommerce .widget_shopping_cart .cart_list li:last-of-type,
.shop_sidebar .woocommerce.widget_shopping_cart .cart_list li:last-of-type {
min-height: 85px;
border-bottom: none;
padding-bottom: 0;
}
.shop_sidebar .woocommerce .widget_shopping_cart .cart_list li:last-of-type,
.shop_sidebar .woocommerce.widget_shopping_cart .cart_list li:last-of-type{
border-bottom: none;
}
.shop_sidebar .woocommerce .widget_shopping_cart .cart_list li a.remove, 
.shop_sidebar .woocommerce.widget_shopping_cart .cart_list li a.remove {
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
-o-align-items: center;
align-items: center;
background: #000;
border-radius: 50%;
color: #fff !important;
display: inline-flex;
font-size: 14px;
font-weight: 400;
height: 16px;
-webkit-justify-content: center;
-moz-justify-content: center;
-ms-justify-content: center;
-o-justify-content: center;
justify-content: center;
letter-spacing: 0;
line-height: 0.7;
padding: 0;
text-align: center;
width: 16px;
z-index: 1;
left: 5px;
top: 5px;
}
.shop_sidebar .woocommerce .widget_shopping_cart .cart_list li a.remove:hover, 
.shop_sidebar .woocommerce.widget_shopping_cart .cart_list li a.remove:hover{
background: #DB2B2B;
}
.shop_sidebar .woocommerce ul.cart_list li a, 
.shop_sidebar .woocommerce ul.product_list_widget li a{
font-size: 15px;
color: #000000;
line-height: 22px;
letter-spacing: 0;
font-weight: 400;
}
.shop_sidebar .woocommerce ul.cart_list li a:hover, 
.shop_sidebar .woocommerce ul.product_list_widget li a:hover{
color: #DB2B2B;
}
.shop_sidebar .woocommerce ul.cart_list li .quantity, 
.shop_sidebar .woocommerce ul.product_list_widget li .quantity{
font-size: 13px;
color: #f31f1f;
line-height: 20px;
letter-spacing: 0;
font-weight: 400;
}
.shop_sidebar .woocommerce .widget_shopping_cart .total, 
.shop_sidebar .woocommerce.widget_shopping_cart .total{
padding-top: 10px;
border-top: 2px solid #e2e2e2;
color: #000;
font-size: 16px;
font-weight: 700;
letter-spacing: 2.4px;
text-transform: uppercase;    
}
.shop_sidebar .woocommerce .widget_shopping_cart .total span.amount, 
.shop_sidebar .woocommerce.widget_shopping_cart .total span.amount{
float: right;
}
.shop_sidebar .woocommerce #respond input#submit, 
.shop_sidebar .woocommerce a.button, 
.shop_sidebar .woocommerce input.button {
align-items: center;
background: #000000 none repeat scroll 0 0;
border-radius: 25px;
color: #fff;
display: inline-flex;
font-family: Poppins;
font-size: 14px;
font-weight: 600;
height: 50px;
justify-content: center;
letter-spacing: 2.8px;
line-height: 0.8;
padding: 0 63px 0 45px;
text-transform: uppercase;
position: relative;
}
.shop_sidebar .woocommerce #respond input#submit::before, 
.shop_sidebar .woocommerce a.button::before, 
.shop_sidebar .woocommerce input.button::before {
bottom: 0;
content: "";
font-family: Flaticon;
font-size: 17px;
font-weight: 700;
left: auto;
position: absolute;
right: 35px;
top: 19px;
color: #f31f1f;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}
.shop_sidebar .woocommerce #respond input#submit:hover, 
.shop_sidebar .woocommerce a.button:hover, 
.shop_sidebar .woocommerce input.button:hover{
background: #f31f1f;
color: #fff;
}
.shop_sidebar .woocommerce #respond input#submit:hover:before, 
.shop_sidebar .woocommerce a.button:hover:before, 
.shop_sidebar .woocommerce input.button:hover:before{
color: #fff;
}
.shop_sidebar .star-rating {
background: url(//sagacitysoftware.co.uk/wp-content/themes/Sagacity_core/assets/images/empty_star.png) no-repeat scroll left;
height: 14px;
position: relative;
width: 96px;
}
.shop_sidebar .star-rating > span {
background: url(//sagacitysoftware.co.uk/wp-content/themes/Sagacity_core/assets/images/star.png) no-repeat scroll left;
height: 14px;
left: 0;
position: absolute;
text-indent: -9999px;
top: 0;
width: 96px;
padding: 0 !important;
}
.shop_sidebar .woocommerce .star-rating::before{
content: '';
}
.woocommerce .shop_sidebar .widget_rating_filter ul li::after, 
.woocommerce .shop_sidebar .widget_rating_filter ul li::before{
display: inline-block;
}
.woocommerce .shop_sidebar .widget_rating_filter ul li {
list-style: outside none none;
margin: 0 0 4px !important;
font-family: poppins;
}
.woocommerce .shop_sidebar .widget_rating_filter ul li a{
font-size: 14px;
}
.woocommerce .shop_sidebar .widget_price_filter .price_slider_amount .button {
background: transparent;
color: #000000;
font-size: 16px;
font-weight: 400;
left: 0;
line-height: 0.8;
padding-bottom: 0;
padding-top: 0;
position: absolute;
top: 106px;
padding-left: 30px;
height: auto;
}
.woocommerce .shop_sidebar .widget_price_filter .price_slider_amount .button:hover{
color: #ed2437;
}
.woocommerce .shop_sidebar .widget_price_filter .price_slider_amount .button:before{
position: absolute;
left: 0;
content: '\f102';
font-family: Flaticon;
font-size: 17px;
color: #ed2437;
font-weight: 700;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
background-color: #ed2437;
border: 0 none;
border-radius: 0;
height: 5px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
background-color: #fff;
border: 4px solid #ed2437;
border-radius: 50%;
cursor: ew-resize;
height: 18px;
margin-left: -1px;
width: 18px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range{
background: #e5e5e5;
}
.woocommerce .widget_price_filter .ui-slider{
margin: 0;
}
.woocommerce .widget_price_filter .price_slider_amount {
color: #666666;
font-size: 16px;
letter-spacing: 0;
text-align: right;
padding-top: 25px;
}
.woocommerce .widget_price_filter .price_slider_amount span{
color: #000;
}
.tagcloud{
overflow: hidden;
}
.tagcloud a{
height: 30px;
border: 2px solid #f1f0ee;
display: inline-block;
font-size: 12px !important;
text-transform: uppercase;
line-height: 1;
letter-spacing: 0;
padding: 9px 15px;
float: left;
margin-right: 4px;
margin-bottom: 10px;
}
.tagcloud a:hover{
background: #f31f1f;
border-color: #f31f1f;
color: #fff;
}
.shop_sidebar aside .widgetTitle{
margin-bottom: 30px;
}
.shop_sidebar aside.widget_product_tag_cloud h3.widgetTitle,
.shop_sidebar aside.widget_price_filter h3.widgetTitle,
.shop_sidebar .widget_product_search h3.widgetTitle,
.shop_sidebar .widget_shopping_cart h3.widgetTitle{
margin-bottom: 46px;
}
.shop_sidebar .widget_layered_nav h3.widgetTitle,
.shop_sidebar .widget_product_categories h3.widgetTitle,
.shop_sidebar .widget_rating_filter h3.widgetTitle{
margin-bottom: 41px;
}
.shop_sidebar aside.widget{
margin-bottom: 51px;
padding-bottom: 50px
}
.widget_shopping_cart_content p.buttons{
margin-bottom: 5px;
}
.shop_result_and_count{
overflow: hidden;
margin-bottom: 30px;
}
.shop_result_and_count p.woocommerce-result-count {
font-size: 16px;
font-weight: 300;
margin: 0;
position: relative;
top: 7px;
}
.shopSection{
padding-bottom: 70px;
}
.shop_sidebar del{
color: #999999;
}
.selectDiv{
position: relative;
}
.selectDiv::before {
color: #db2b2b;
content: "";
font-family: fontAwesome;
font-size: 20px;
position: absolute;
right: 13px;
top: 7px;
}
.selectDiv select{
width: 350px;
height: 50px;
border: 1px solid #dedede;
font-size: 16px;
font-weight: 400;
padding: 0 10px;
appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
font-weight: 300;
}
.price_slider_wrapper{
width: 96.3%;
} .quantity {
border: 1px solid #ccc;
height: 48px;
position: relative;
width: 145px;
}
.quantity input[type="number"] {
border: medium none;
color: #000000;
font-weight: 600;
height: 100%;
left: 0;
margin: auto;
position: absolute;
right: 0;
text-align: center;
width: 100% !important;
}
.quantity button.qtyBtn {
background: #fff;
height: 100%;
padding: 0;
position: absolute;
width: 40px;
z-index: 1;
}
.quantity button.qtyBtn:hover{
color: #2873b9;
}
.quantity button.qtyBtn.btnPlus {
right: 0;
}
.variation_cart_btn.cart_btn,
.simple_cart_btn.cart_btn{
line-height: 1.5;
}
.variation_cart_btn.cart_btn:hover,
.simple_cart_btn.cart_btn:hover{
color: #DB2B2B;
}
.simple_cart_btn.cart_btn{
margin-top: 60px;
}
.productQnt .stock.in-stock {
color: #666666;
font-family: "Poppins",sans-serif;
font-size: 18px;
font-weight: 300;
text-transform: capitalize;
}
.product_decp a.reset_variations {
background: #000;
border: medium none;
border-radius: 50px;
color: #fff;
display: inline-block;
font-family: Poppins;
font-size: 14px;
font-weight: 600;
height: 48px;
letter-spacing: 1px;
line-height: 0.8;
padding: 19px 14px;
text-transform: uppercase;
transition: all 500ms ease 0s;
position: absolute;
right: -88px;
top: 36px;
}
.product_decp a.reset_variations:hover{
color: #DB2B2B;
}
.single_variation_wrap .woocommerce-variation.single_variation{
padding-left: 15px;
}
.product_price.details_page del > span{
margin-right: 10px;
}
.single_variation_wrap .woocommerce-variation-price span.price{
color: #000;
font-size: 16px;
font-weight: 700;
letter-spacing: 6.4px;
margin-bottom: 29px;
}
.single_variation_wrap .woocommerce-variation-price span.price ins{
text-decoration: none;
}
.single_variation_wrap .woocommerce-variation-price span.price del{
color: #999999;
}
.single_variation_wrap .woocommerce-variation-price span.woocommerce-Price-amount.amount{
margin-bottom: 26px;
display: inline-block;
}
.productinfoTab .tab-content{
padding: 40px 45px;
}
.productinfoTab .tab-content p{
color: #666666;
font-size: 16px;
line-height: 30px;
}
.productinfoTab .infoNavTab{
margin-bottom: 0;
}
.productinfoTab .tab-content h2{
color: #000000;
font-family: "Poppins",sans-serif;
font-size: 16px;
font-weight: 600;
margin-bottom: 19px;
text-transform: capitalize;
}
.productinfoTab .shop_attributes{
margin-bottom: 0 !important;
max-width: 470px;
}
.woocommerce .productinfoTab table.shop_attributes th {
width: 218px;
color: #666666;
font-size: 16px;
line-height: 48px;
font-weight: 300;
padding: 0;
}
.woocommerce .productinfoTab table.shop_attributes td p {
margin: 0;
font-style: normal;
color: #666666;
font-size: 16px;
line-height: 48px;
position: relative;
padding: 0 !important;
}
.woocommerce .productinfoTab table.shop_attributes td,
.woocommerce .productinfoTab table.shop_attributes th{
border-top: 1px solid #cfcfcf;
}
.woocommerce .productinfoTab table.shop_attributes td, 
.woocommerce .productinfoTab table.shop_attributes th{
border-bottom: none;
}
.woocommerce .productinfoTab table.shop_attributes .alt td, 
.woocommerce .productinfoTab table.shop_attributes .alt th{
background: #fff;
}
.woocommerce-Reviews .commentlist{}
.woocommerce #reviews #comments ol.commentlist li {
background: transparent;
margin-bottom: 35px;
min-height: 155px;
padding-bottom: 0;
padding-left: 130px;
position: relative;
margin-bottom: 35px;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar,
.woocommerce #reviews #comments ol.commentlist li img{
background: #ebe9eb;
border: medium none;
box-shadow: none;
float: none;
left: 0;
margin: 0;
padding: 0;
position: absolute;
top: 0;
border-radius: 50%;
height: 110px;
left: 0;
position: absolute;
top: 0;
width: 110px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
border: medium none;
border-radius: 4px;
margin: 0;
padding: 0;
padding-top: 20px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p{
margin: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p strong {
color: #000000;
display: inline-block;
font-size: 13px;
letter-spacing: 2.6px;
line-height: 0.9;
text-transform: uppercase;
font-weight: 400;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p time{
color: #2873b9;
font-size: 12px;
line-height: 0.8;
position: relative;
top: -1px
}
.woocommerce #reviews #comments ol.commentlist li:before{
background: #e5e5e5 none repeat scroll 0 0;
bottom: 0;
content: "";
height: 1px;
left: 0;
margin: auto;
position: absolute;
right: 0;
width: 100px;
}
.woocommerce #reviews #comments ol.commentlist li:last-of-type:before{
width: 100%;
}
.woocommerce .star-rating{
background: url(//sagacitysoftware.co.uk/wp-content/themes/Sagacity_core/assets/images/empty_star.png) no-repeat scroll left center;
height: 14px;
margin-bottom: 0;
position: relative;
width: 96px;
margin-top: 7px;
}
.woocommerce .star-rating:before,
.woocommerce .star-rating span::before{
content: '';
}
.woocommerce .star-rating span{
background: url(//sagacitysoftware.co.uk/wp-content/themes/Sagacity_core/assets/images/star.png) no-repeat scroll left center;
height: 14px;
left: 0;
position: absolute;
text-indent: -9999px;
top: 0;
width: 96px;
padding: 0;
}
#review_form_wrapper{}
#review_form_wrapper .comment-reply-title{
color: #000000;
font-size: 20px;
font-weight: 700;
letter-spacing: 0;
text-transform: uppercase;
font-family: "Poppins",sans-serif;
margin-bottom: 20px !important;
}
.comRow{
margin-bottom: 43px;
}
.woocommerce #reviews .commentForm textarea{
height: 100px !important;
}
.woocommerce #reviews .commentForm textarea.loggedInsCom{
margin-bottom: 68px;
}
.woocommerce #reviews .commentForm p.stars{
display: inline-block;
margin: 0;
}
.woocommerce #reviews .commentForm p.stars a{
font-size: 16px;
margin-right: 4px;
}
.woocommerce #reviews .commentForm p.stars a:last-of-type{
margin-right: 0;
}
.woocommerce p.stars.selected a:not(.active)::before,
.woocommerce p.stars a::before, .woocommerce p.stars a:hover ~ a::before{
color: #EF3838;
}
.sy_btn.updateCartBtn{
padding: 19px 43px 20px 53px;
}
.woocommerce #respond input#submit.loading::after, 
.woocommerce a.button.loading::after, 
.woocommerce button.button.loading::after, 
.woocommerce input.button.loading::after {
position: absolute;
right: -20px;
top: 0;
vertical-align: top;
}
.woocommerce-checkout-review-order #respond input#submit.alt, .woocommerce a.button.alt, 
.woocommerce-checkout-review-order button.button.alt, .woocommerce input.button.alt {
background: #000000;
border: medium none;
border-radius: 25px;
color: #fff;
display: inline-block;
font-family: Poppins;
font-size: 14px;
font-weight: 600;
height: 50px;
letter-spacing: 2.8px;
line-height: 0.8;
padding: 20px 43px 19px 53px;
text-transform: uppercase;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}
.woocommerce-checkout-review-order #respond input#submit.alt, .woocommerce a.button.alt:hover, 
.woocommerce-checkout-review-order button.button.alt, .woocommerce input.button.alt:hover {
background: #2873b9;
}
.woocommerce form.checkout_coupon, 
.woocommerce form.login,
.woocommerce form.register {
border: none;
border-radius: 0;
margin: 2em 0;
padding: 30px;
text-align: left;
background: #F7F7F7;
}
.woocommerce form.checkout_coupon input[type='text'], 
.woocommerce form.login input[type='text'],
.woocommerce form.register input[type='text'],
.woocommerce form.checkout_coupon input[type='password'], 
.woocommerce form.login input[type='password'],
.woocommerce form.register input[type='password'], 
.woocommerce form.register input[type='email']{
border: thin solid #f3f3f3;
color: #a1a1a1;
font-size: 14px;
font-weight: 300;
height: 50px;
margin: 0 0 20px !important;
padding-left: 19px;
padding-right: 19px;
width: 100%;
}
.woocommerce form.checkout_coupon label, 
.woocommerce form.login label, 
.woocommerce form.register label {
color: #333333;
cursor: pointer;
font-size: 14px;
font-weight: 700;
letter-spacing: 0;
line-height: 0.7;
margin-bottom: 12px;
text-transform: uppercase;
}
.woocommerce form.login > p:first-child {
color: #777777;
font-size: 16px;
font-weight: 300;
letter-spacing: 0;
line-height: 24px;
}
.woocommerce form.login .button,
.woocommerce form.checkout_coupon .button, 
.woocommerce form.register .button{
background: #000000;
border: medium none;
border-radius: 25px;
color: #fff;
display: inline-block;
font-family: Poppins;
font-size: 14px;
font-weight: 600;
height: 50px;
letter-spacing: 2.8px;
line-height: 0.8;
padding: 20px 43px 19px 53px;
text-transform: uppercase;
transition: all 300ms ease 0s;
}
.woocommerce form.login .button:hover,
.woocommerce form.checkout_coupon .button:hover, 
.woocommerce form.register .button:hover{
background: #2873b9;
}
.woocommerce form.login .form-row label.inline {
display: block;
margin-top: 26px;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table th{
padding-top: 0;
}
.woocommerce-billing-fields {
margin-bottom: 58px;
}
.lost_password{
color: #777777;
font-size: 16px;
font-weight: 300;
letter-spacing: 0;
line-height: 24px;
margin: 0 0 32px;
}
.select2-results li{
font-size: 14px;
color: #a1a1a1;
}
.select2-search input{
background: #fff;
}
.select2-search{
position: relative;
}
.select2-search::before {
content: "";
font-family: FontAwesome;
font-size: 14px;
position: absolute;
right: 21px;
top: 4px;
}
.select2-results {
padding: 10px;
}
.woocommerce-thankyou-order-details.order_details{
background: #F7F7F7;
padding: 0;
}
.woocommerce .order_details li{
width: 25%;
margin-right: 0;
padding-right: 0;
text-align: center;
border-right: 1px solid #e9e9e9;
padding: 30px;
}
.woocommerce-thankyou-order-received{
font-family: "Poppins",sans-serif;
font-size: 20px;
font-weight: 700;
letter-spacing: 0;
margin-bottom: 38px;
text-transform: uppercase;
color: #000;
}
.shop_table.order_details{
background: #F7F7F7;
padding: 30px;
}
.shop_table.order_details tbody tr td{
padding-left: 15px;
}
.woocommerce .order_details li{
color: #333333;
font-size: 16px;
font-weight: 700;
line-height: 0.7;
padding-bottom: 20px;
padding-left: 10px;
text-transform: uppercase;
}
.woocommerce .order_details li strong{
color: #999;
font-family: "Poppins",sans-serif;
font-size: 14px;
font-weight: 500;
line-height: 1;
margin-top: 15px;
}
.woocommerce table.shop_table.order_details thead th{
font-size: 16px;
text-transform: uppercase;
border-bottom: 1px solid #e4e4e4;
color: #333333;
font-size: 16px;
font-weight: 700;
line-height: 0.7;
text-transform: uppercase;
}
.woocommerce table.shop_table.order_details tbody th, 
.woocommerce table.shop_table.order_details tfoot td, 
.woocommerce table.shop_table.order_details tfoot th{
border-top: 1px solid #e4e4e4 !important;
color: #262626;
font-size: 14px;
font-weight: 600 !important;
letter-spacing: 0.56px;
line-height: 20px;
padding: 21px 0 19px 10px !important;
text-transform: capitalize;
vertical-align: middle;
}
.woocommerce table.shop_table.order_details tbody tr.order_item td,
.woocommerce table.shop_table.order_details tbody tr.order_item td,
.woocommerce table.shop_table.order_details tbody tr.order_item td strong,
.woocommerce table.shop_table.order_details tbody tr.order_item td strong{
color: #666666;
font-size: 15px;
letter-spacing: 0.3px;
line-height: 20px;
font-weight: 400;
padding: 5px 12px;
}
.thankyoupage{
padding-top: 65px;
}
.thankyoupage .comonTitle {
letter-spacing: 0;
margin-bottom: 44px;
}
.woocommerce table.shop_table.order_details tbody tr.order_item:first-child td{
padding-top: 23px;
}
.woocommerce table.shop_table.order_details tbody tr.order_item:last-child td{
padding-bottom: 23px;
}
.woocommerce .woocommerce-thankyou-order-details.order_details{
margin-bottom: 65px;
}
.empty_cartPage{
text-align: center;
padding: 60px 0;
}
.return-to-shop{
margin-bottom: 10px;
}
.woocommerce form.login .form-row label.inline{
-moz-user-select: none;
-o-user-select: none;
-webkit-user-select: none;
position: relative;
padding-left: 20px;
}
.woocommerce form.login .form-row label.inline::before {
background: transparent;
border: 2px solid #ccc;
content: "";
height: 15px;
left: 0;
position: absolute;
top: -3px;
width: 15px;
}
.woocommerce form.login .form-row label.inline.active::after {
background: #2873b9 none repeat scroll 0 0;
bottom: 0;
content: "";
height: 5px;
left: 5px;
margin: auto;
position: absolute;
top: 0;
width: 5px;
}
.woocommerce form.login .form-row input#rememberme{
display: none;
}
.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.added{
margin: 0;
} .myAccountSection{
padding: 0 0 120px;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
border: 3px solid #e2e2e2;
color: #807f79;
width: 100%;
}
.myaccountNav ul li {
border-bottom: 1px solid #e2e2e2;
line-height: 0.8;
list-style: outside none none;
padding: 0 20px;
position: relative;
width: 100%;
}
.myaccountNav ul li a {
color: #000000;
font-size: 16px;
display: inline-block;
padding: 20px 0;
}
.myaccountNav ul li a:hover,
.myaccountNav ul li.is-active a{
color: #2873b9;
}
.myaccountNav ul li a i{
margin-right: 8px;
}
.woocommerce-account .woocommerce-MyAccount-content{
width: 100%;
}
.myAccountSection .woocommerce-MyAccount-content > p {
margin-bottom: 43px;
}
.dashboardNotice strong.userNames {
color: #000;
text-transform: uppercase;
}
.woocommerce-MyAccount-content .my_account_orders.account-orders-table > thead tr th{
background: #f7f7f7 none repeat scroll 0 0;
color: #afafaf;
font-size: 16px;
font-weight: 700;
padding: 17px 0 18px;
text-transform: uppercase;
padding-left: 15px;
}
.woocommerce-order-downloads .woocommerce-table--order-downloads{
padding: 10px;
}
.woocommerce-order-downloads .woocommerce-table--order-downloads thead th{
background: #f7f7f7;
color: #afafaf !important;
font-size: 16px !important;
font-weight: 700 !important;
padding: 17px 0 18px;
text-transform: uppercase;
padding-left: 15px;
line-height: 24px !important;
}
.woocommerce-order-downloads .woocommerce-table--order-downloads tbody tr td {
border-bottom: 1px dotted #e2e2e2;
border-top: medium none;
font-size: 14px;
padding: 10px 15px;
text-align: left !important;
line-height: 24px;
}
.woocommerce-order-downloads .woocommerce-table--order-downloads tbody tr:last-child td{
border-bottom: none;
}
.woocommerce-order-downloads .woocommerce-table--order-downloads tbody tr td a.button{
height: 37px;
padding: 14px 20px;
font-size: 12px;
font-weight: 600;
letter-spacing: 1px;
}
.woocommerce table.my_account_orders .order-actions .button {
background: #000000;
border-radius: 25px;
color: #fff;
display: inline-block;
font-family: Poppins;
font-size: 10px;
font-weight: 600;
height: 25px;
letter-spacing: 0;
line-height: 1;
margin-left: 5px;
padding: 8.5px 20px;
text-transform: uppercase;
}
.woocommerce-MyAccount-content .my_account_orders.account-orders-table tr.order td{
border-bottom: 1px dotted #e2e2e2;
border-top: medium none;
font-size: 16px;
padding: 10px 15px;
text-align: left !important;
}
.woocommerce-MyAccount-content .woocommerce-Button.button{
background: #000000;
border: medium none;
border-radius: 25px;
color: #fff;
display: inline-block;
font-family: Poppins;
font-size: 14px;
font-weight: 600;
height: 50px;
letter-spacing: 2.8px;
line-height: 1;
padding: 18.5px 43px;
text-transform: uppercase;
}
.woocommerce table.my_account_orders .order-actions .button:hover,
.woocommerce-MyAccount-content .woocommerce-Button.button:hover{
background: #2873b9;
color: #fff;
}
.myAccountSection .woocommerce-Address-title h3, 
.myAccountSection .woocommerce-MyAccount-content h3, 
.myAccountSection .woocommerce-MyAccount-content legend {
color: #333330;
font-size: 20px;
font-weight: 700;
margin-bottom: 26px;
margin-top: 0;
text-transform: uppercase;
font-family: Poppins;
letter-spacing: 1px;
}
.myAccountSection .woocommerce-Address-title a.edit {
background: #000;
border-radius: 30px;
color: #fff;
display: inline-block;
font-size: 12px;
font-weight: 700;
height: 30px;
letter-spacing: 1px;
line-height: 1;
margin: 0;
padding: 10px 15px;
position: relative;
text-align: center;
text-transform: uppercase;
top: -5px;
}
.myAccountSection .woocommerce-Address-title a.edit:hover{
background: #2873b9;
}
.addresses address {
line-height: 35px;
font-size: 16px;
position: relative;
top: -10px;
}
.myAccountSection .woocommerce-MyAccount-content form input,
.wo_lost_passwordSection .woocommerce-ResetPassword  input[type='text']{
border: thin solid #f3f3f3;
color: #a1a1a1;
font-size: 14px;
font-weight: 300;
height: 50px;
margin: 0 0 20px !important;
padding-left: 19px;
padding-right: 19px;
width: 100% !important;
}
.myAccountSection .woocommerce-MyAccount-content form input:input-placeholder,
.wo_lost_passwordSection .woocommerce-ResetPassword  input:input-placeholder{
color: #a1a1a1;
opacity: 1;
}
.myAccountSection .woocommerce-MyAccount-content form input::-webkit-input-placeholder,
.wo_lost_passwordSection .woocommerce-ResetPassword  input:-webkit-input-placeholder{
color: #a1a1a1;
opacity: 1;
}
.myAccountSection .woocommerce-MyAccount-content form input:-moz-placeholder,
.wo_lost_passwordSection .woocommerce-ResetPassword  input:-moz-placeholder{
color: #a1a1a1;
opacity: 1;
}
.myAccountSection .woocommerce-MyAccount-content form input::-moz-placeholder,
.wo_lost_passwordSection .woocommerce-ResetPassword  input::-moz-placeholder{
color: #a1a1a1;
opacity: 1;
}
.myAccountSection .woocommerce-MyAccount-content form input:-ms-input-placeholder,
.wo_lost_passwordSection .woocommerce-ResetPassword  input:-ms-input-placeholder{
color: #a1a1a1;
opacity: 1;
}
.myAccountSection .woocommerce-MyAccount-content form input[type='submit'],
.wo_lost_passwordSection .woocommerce-ResetPassword  input{
width: auto !important;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}
.myAccountSection .woocommerce-MyAccount-content legend {
border: medium none;
margin-top: 60px;
}
.wo_lost_passwordSection {
padding: 38px 0 120px;
}
.myAccountSeBreadcrump{
padding-top: 35px;
}
.woocommerce-MyAccount-content h3 {
margin-bottom: 45px !important;
}
.woocommerce .woocommerce-MyAccount-content form .form-row label {
color: #000;
font-size: 12px;
letter-spacing: 1px;
text-transform: uppercase;
}
.myAccountSection .woocommerce-MyAccount-content form input[type="submit"], 
.wo_lost_passwordSection .woocommerce-ResetPassword input[type="submit"]{
background: #000000;
border: medium none;
border-radius: 25px;
color: #fff;
display: inline-block;
font-family: Poppins;
font-size: 14px;
font-weight: 600;
height: 50px;
letter-spacing: 2.8px;
line-height: 0.8;
padding: 20.5px 43px;
text-transform: uppercase;
margin-bottom: 0 !important;
}
.myAccountSection .woocommerce-MyAccount-content form input[type="submit"]:hover, 
.wo_lost_passwordSection .woocommerce-ResetPassword input[type="submit"]:hover{
background: #2873b9;
}
.logRegPageSec form.checkout_coupon, .woocommerce form.login,
.logRegPageSec form.register{
background: transparent;
padding: 0;
}
.logRegPageSec {
padding-bottom: 73px;
padding-top: 46px;
}
.login_title{
color: #333330;
font-family: Poppins;
font-size: 20px;
font-weight: 700;
letter-spacing: 1px;
margin-bottom: 26px;
margin-top: 0;
text-transform: uppercase;
}
.woocommerce input.button[disabled]:disabled {
padding: 20.5px 43px;
}
.lost_pass_conf {
padding-bottom: 92px;
padding-top: 49px;
}
.last_pera{
margin-bottom: 0;
}
.woocommerce-MyAccount-content .shop_table.customer_details{
background: #F7F7F7;
padding: 30px;
}
.woocommerce-MyAccount-content .comonTitle{
color: #333330;
font-family: Poppins;
font-size: 20px;
font-weight: 700;
letter-spacing: 1px;
margin-bottom: 45px;
margin-top: 0;
text-transform: uppercase;
}
.woocommerce .woocommerce-MyAccount-content table.shop_table{
margin-bottom: 80px;
}
.woocommerce table.shop_table.customer_details tbody tr th{
color: #262626;
font-size: 14px;
font-weight: 600 !important;
letter-spacing: 0.56px;
line-height: 20px;
padding: 22px 0 !important;
text-transform: capitalize;
vertical-align: middle;
}
.woocommerce table.shop_table.customer_details tbody tr td {
padding: 0 !important;
}
.woocommerce table.shop_table.customer_details td{
border-top: 1px solid #e4e4e4 !important;
color: #666666;
font-size: 15px;
font-weight: 400;
letter-spacing: 0.3px;
line-height: 20px;
padding: 5px 12px;
}
.shop_sidebar .woocommerce .widget_shopping_cart .cart_list li.empty,
.shop_sidebar .woocommerce.widget_shopping_cart .cart_list li.empty{
padding-left: 30px;
min-height: 20px;
margin-bottom: 0;
}
.thankyoupage .shop_table.order_details{
margin-bottom: 65px; 
}
.thankyoupage .addresses h3{
color: #333333;
font-size: 16px;
font-weight: 700;
line-height: 0.7;
text-transform: uppercase;
font-family: "Poppins",sans-serif;
margin-bottom: 44px;
}
.thankyoupage .shop_table.customer_details{
background: #F7F7F7;
padding: 30px;
margin-bottom: 70px;
}
.productDetailsSection .woocommerce-error {
margin-left: 15px !important;
margin-right: 15px !important;
margin-bottom: 0 !important;
}
.pageTitleSection{
margin-bottom: 70px;
}
.shopMenus .shopMenu{
top: -2px;
} .searchFixed{
position: fixed;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, .95);
left: 0;
top: 0;
z-index: 9999;
display: none;
}
.searchForms {
position: absolute;
width: 100%;
height: 100px;
left: 0;
top: 0;
bottom: 0;
right: 0;
margin: auto;
}
.searchForms img {
bottom: -40px;
color: #fff;
font-size: 22px;
height: 22px;
line-height: 1;
margin: auto 0;
position: absolute;
right: 30px;
top: 0;
width: auto;
}
.searchForms input{
width: 100%;
height: 100px;
border: none;
border-bottom: 3px solid #fff;
background: none;
font-size: 40px;
color: #fff;
font-weight: 700;
}
.searchForms input:focus{
outline:none;
box-shadow: none;
}
.searchForms input::-webkit-input-placeholder{
color: #fff;
opacity: 1;
}
.searchForms input:-moz-placeholder {
color: #fff;
opacity: 1;
}
.searchForms input::-moz-placeholder {
color: #fff;
opacity: 1;
}
.searchForms input:-ms-input-placeholder {
color: #fff;
opacity: 1;
}
#sfCloser{
border: 2px solid #fff;
color: #b3b0aa;
font-size: 30px;
height: 50px;
left: 0;
margin: 0 auto;
position: absolute;
right: 0;
text-align: center;
top: 50px;
width: 50px;
border-radius: 50%;
padding: 8px 0;
}
#sfCloser span {
background: #fff none repeat scroll 0 0;
bottom: 0;
display: block;
height: 2px;
left: 0;
margin: auto;
position: absolute;
right: 0;
top: 0;
transform: rotate(38deg);
width: 22px;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}
#sfCloser span:last-of-type {
left: 0;
position: relative;
top: 14px;
transform: rotate(-45deg);
}
#sfCloser:hover{
color: #2873b9;
border-color: #2873b9;
}
#sfCloser:hover span{
background: #2873b9;
} .errorPage{
background: #000 ;
height: calc(100vh - 180px);
padding: 0;
position: relative;
}
body.error404{
padding: 90px;
}
.errorContent h1{
font-size: 200px;
color: #2873b9;
font-weight: 600;
letter-spacing: 8px;
line-height: 147px;
margin-bottom: 12px;
font-family: playfair display;
margin-bottom: 50px;
line-height: 1;
}
.errorContent h3{
font-size: 55px;
line-height: 57px;
font-weight: 500;
color: #fff;
margin-bottom: 19px;
font-family: playfair display;
}
.errorContent p {
color: #999;
font-size: 16px;
letter-spacing: .64px;
margin: 0;
}
.errorContent p a {
color: #2873b9;
}
.errorContent p a:hover{
color: #fff;
}
.errorOv{
background: rgba(0, 0, 0, 0.7);
bottom: 0;
height: 100%;
left: 0;
position: absolute;
right: 0;
top: 0;
width: 100%;
}
.error404 footer, 
.error404 header,
.error404 .headerTopSection,
.error404 .copyrightSection{
display: none;
}
.errorContent {
left: 0;
margin: auto;
position: absolute;
right: 0;
text-align: center;
top: 41.5%;
transform: translateY(-50%);
}
.search_404 {
margin: 35px auto auto;
text-align: center;
width: 722px;
}
.search_404 .search-form{
overflow: hidden;
}
.search_404 input[type='search'] {
border: none;
border-radius: 0;
color: #cacaca;
float: left;
font-size: 12px;
font-weight: 400;
letter-spacing: 1.68px;
margin: 0;
height: 50px;
padding-left: 17px;
resize: none;
font-family: poppins;
padding-right: 0;
width: 294px;
}
.search_404 input[type='search'] :input-placeholder{
color: #cacaca;
opacity: 1;
}
.search_404 input[type='search'] ::-webkit-input-placeholder {
color: #cacaca;
opacity: 1;
}
.search_404 input[type='search'] :-moz-placeholder {
color: #cacaca;
opacity: 1;
}
.search_404 input[type='search'] ::-moz-placeholder {
color: #cacaca;
opacity: 1;
}
.search_404 input[type='search'] :-ms-input-placeholder {
color: #cacaca;
opacity: 1;
}
.search_404 input[type='submit'],
.search_404 a{
background: #000;
border: medium none;
border-radius: 0 30px 30px 0;
color: #fff;
float: left;
height: 50px;
font-size: 14px;
font-weight: 600;
letter-spacing: 2.8px;
line-height: 0.8;
padding: 17.5px 53px 16px;
text-transform: uppercase;
transition: all 500ms ease 0s;
}
.search_404 input[type='submit']:hover,
.search_404 a:hover{
background: #2873b9;
}
.search_404 a {
border-radius: 30px 0 0 30px;
padding: 20px 53px;
float: left;
}
.error404.logged-in .errorPage{
height: calc(100vh - 212px);
} body.maintaenance_modes{
padding: 90px;
}
.comingPage{
padding: 269px 0 194px;
background: #333;
background: rgba(0, 0, 0, 1);
height: calc(100vh - 180px);
padding: 0;
position: relative;
}
.overlayDiv{
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, .80);
}
.comingPage .container{
position: relative;
z-index: 2;
}
.comingTitle{
margin-bottom: 216px;
}
.comingTitle h2{
font-size: 80px;
line-height: 80px;
color: #ffffff;
margin-bottom: 18px;
}
.comingTitle p{
font-weight: 600;
font-size: 20px;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 700;
color: #2873b9;
}
.comingContent{
width: 100%;
position: absolute;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
}
.singleCount{
width: 200px;
float: left;
}
.singleCount .digit {
color: #ffffff;
display: inline-block;
font-family: poppins;
font-size: 65px;
font-weight: 700;
}
.singleCount .dash_title{
text-transform: uppercase;
color: #999999;
font-weight: 700;
font-size: 20px;
letter-spacing: 2px;
margin-top: 15px;
}
.contactImage img{
height: auto;
} .no-results.not-found .search-form{
position: relative;
width: 370px;
margin-top: 19px;
}
.no-results.not-found .search-form input[type='search']{
border: 1px solid #e0e0e0;
border-radius: 3px;
color: #cacaca;
font-family: poppins;
font-size: 12px;
font-weight: 400;
height: 50px;
letter-spacing: 1.68px;
padding-left: 16px;
padding-top: 5px;
width: 100%;
}
.no-results.not-found .search-form button[type="submit"] {
background: transparent none repeat scroll 0 0;
color: #000;
font-size: 14px;
height: 50px;
padding: 7px 11px;
position: absolute;
right: 0;
top: 0;
}
.no-results.not-found .search-form button[type="submit"]:hover{
color: #2873b9;
}
.no-results.not-found .page-header{
border-bottom: none;
} .sticky_notes{
background: #2873b9;
text-transform: uppercase !important;
display: inline-block;
line-height: .8 !important;
color: #FFF !important;
font-weight: 400 !important;
font-size: 12px !important;
padding: 12px 15px 10px;
letter-spacing: 1px !important;
}
.blogcontAreaa table{
width: 100%;
margin-bottom: 15px;
border: 1px solid #e0e0e0;
}
.blogcontAreaa table tr th{
border: 1px solid #e0e0e0;
color: #000;
font-size: 16px;
padding: 10px 10px;
font-weight: 600;
}
.blogcontAreaa table tr td{
border: 1px solid #e0e0e0;
font-size: 16px;
padding: 10px 10px;
}
.blogcontAreaa dt{
color: #000;
font-size: 16px;
font-weight: 600;
margin-bottom: 5px;
}
.blogcontAreaa dd{
font-weight: 300;
margin-bottom: 15px;
}
.blogcontAreaa ul{
list-style: disc;
padding: 0 0 0 21px;
margin-bottom: 15px;
}
.blogcontAreaa ul li ul{
margin-bottom: 0;
}
.blogcontAreaa ul li{
font-weight: 300;
}
.blogcontAreaa ol{
list-style: decimal;
padding: 0 0 0 21px;
margin-bottom: 15px;
}
.blogcontAreaa ol li ol{
margin-bottom: 0;
}
.blogcontAreaa ol li{
font-weight: 300;
}
.blogcontAreaa address{
font-style: italic;
font-weight: 300;
}
.blogcontAreaa div{
max-width: 100%;
}
.blogcontAreaa img{
max-width: 100%;
height: auto;
}
.blogcontAreaa img.aligncenter{
margin: 10px 0;
}
.blogcontAreaa img.alignleft{
float: left;
margin-right: 15px;
margin-bottom: 10px;
}
.blogcontAreaa img.alignright{
float: right;
margin-left: 15px;
margin-bottom: 10px;
}
.blogcontAreaa div.aligncenter{
margin: 10px auto;
text-align: center;
}
.blogcontAreaa div.alignleft{
float: left;
margin-right: 15px;
margin-bottom: 10px;
}
.blogcontAreaa div.alignright{
float: right;
margin-left: 15px;
margin-bottom: 10px;
}
.PaginInner{
position: relative;
}
.PaginInner strong{
color: #000;
font-size: 16px;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 600;
}
.PaginInner > span, .PaginInner a{
display: inline-block;
width: 20px;
height: 20px;
background: #000;
color: #fff;
text-align: center;
font-size: 12px;
font-weight: 300;
line-height: .8;
padding: 6px 0;
margin-right: 4px;
transition: all ease 500ms;
-moz-transition: all ease 500ms;
-webkit-transition: all ease 500ms;
-ms-transition: all ease 500ms;
-o-transition: all ease 500ms;
}
.PaginInner > span, .PaginInner a:hover{
background: #2873b9;
}
.blogcontAreaa .post-password-form label{
color: #000;
font-size: 16px;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 600;
}
.blogcontAreaa .post-password-form input[type="password"]{
border: 1px solid #e0e0e0;
border-radius: 3px;
color: #cacaca;
font-family: poppins;
font-size: 12px;
font-weight: 400;
height: 50px;
letter-spacing: 1.68px;
padding-left: 16px;
padding-top: 5px;
display: inline-block;
width: 300px;
}
.blogcontAreaa .post-password-form input[type="submit"]{
font-size: 14px;
letter-spacing: 2.8px;
color: #FFF;
text-transform: uppercase;
font-family: Poppins;
font-weight: 600;
background: #000000;
padding: 17px 43px;
display: inline-block;
line-height: .8;
height: 50px;
border-radius: 3px;
border: none;
transition: all ease 500ms;
-moz-transition: all ease 500ms;
-webkit-transition: all ease 500ms;
-ms-transition: all ease 500ms;
-o-transition: all ease 500ms;
}
.blogcontAreaa .post-password-form input[type="submit"]:hover{
background: #2873b9;
color: #fff;
}
.commentsContents table{
width: 100%;
margin-bottom: 15px;
border: 1px solid #e0e0e0;
}
.commentsContents table tr th{
border: 1px solid #e0e0e0;
color: #000;
font-size: 16px;
padding: 10px 10px;
font-weight: 600;
}
.commentsContents table tr td{
border: 1px solid #e0e0e0;
font-size: 16px;
padding: 10px 10px;
}
.commentsContents dt{
color: #000;
font-size: 16px;
font-weight: 600;
margin-bottom: 5px;
}
.commentsContents dd{
font-weight: 300;
margin-bottom: 15px;
}
.commentsContents ul{
list-style: disc;
padding: 0 0 0 21px;
margin-bottom: 15px;
}
.commentsContents ul li ul{
margin-bottom: 0;
}
.commentsContents ul li{
font-weight: 300;
}
.commentsContents ol{
list-style: decimal;
padding: 0 0 0 21px;
margin-bottom: 15px;
}
.commentsContents ol li ol{
margin-bottom: 0;
}
.commentsContents ol li{
font-weight: 300;
}
.commentsContents address{
font-style: italic;
font-weight: 300;
}
.commentList .commentsContents ol > li {
margin-bottom: 0;
min-height: 0;
padding-bottom: 0;
position: relative;
}
.commentList .commentsContents ol > li:after{
background: transparent;
}
.sidebar img,
.sidebar select{
max-width: 100%;
}
.sidebar img{
height: auto;
}
.sidebar select{
border: 1px solid #e0e0e0;
border-radius: 3px;
color: #cacaca;
font-family: poppins;
font-size: 12px;
font-weight: 400;
height: 50px;
letter-spacing: 1.68px;
padding-left: 16px;
padding-top: 5px;
width: 100%;
}
.widget.widget_calendar table{
width: 100%;
text-align: center
}
.widget.widget_calendar table caption{
text-align: center;
border: 1px solid #e0e0e0;
border-bottom: none;
text-transform: uppercase;
color: #000;
font-weight: 600;
font-size: 18px;
}
.widget.widget_calendar table tr th{
text-align: center;
border: 1px solid #e0e0e0;
color: #000000;
font-family: poppins;
font-size: 14px;
font-weight: 600;
}
.widget.widget_calendar table tr td{
border: 1px solid #e0e0e0;
font-size: 14px;
font-weight: 400;
}
.widget.widget_calendar table tr td a{
font-size: 14px;
font-family: poppins;
}
.widget.widget_pages ul.children,
.widget.widget_nav_menu ul.sub-menu,
.widget.widget_categories ul.children{
margin-top: 9px;
}
.widget.widget_rss span.rss-date, .widget.widget_rss cite {
color: #000;
display: block;
font-size: 12px;
margin-bottom: 4px;
margin-top: 3px;
}
.widget.widget_rss cite{
font-style: italic;
margin-top: 6px;
}
.widget.widget_rss ul li{
padding-left: 26px;
}
.widget.widget_rss .rssSummary {
color: #999;
font-size: 16px;
line-height: 26px;
}
.widget.widget_categories label,
.widget.widget_text p strong,
.widget.widget_archive label{
color: #000000;
font-size: 14px;
font-weight: 400;
}
.singleJournal:hover .j_content h2 a{
color: #2873b9;
}
.singleJournal .j_content h2 a:hover{
color: #222222;
}
.socialIcons{
width: 100%;
height: auto;
}
.socialIcons a{
background: #000 none repeat scroll 0 0;
border-radius: 3px;
color: #fff;
display: inline-block;
font-size: 20px;
height: 45px;
line-height: 0.8;
margin-bottom: 8px;
margin-right: 4px;
padding: 14px 0;
text-align: center;
width: 45px;
}
.socialIcons a:nth-child(5), .socialIcons a:nth-child(10){
margin-right: 0px;
}
.socialIcons a:hover{
background: #2873b9;
} .container-fluid.col_3_right_sidebar,
.container-fluid.col_3_left_sidebar{
padding-left: 58px;
padding-right: 58px;
}
.container-fluid.col_3_right_sidebar .sidebar{
padding-left: 110px;
}
.container-fluid.col_3_left_sidebar .sidebar{
padding-right: 110px;
}
.blog_pagination .paginations{
padding-top: 54px;
}
.blog_pagination_3col_left .paginations,
.blog_pagination_3col_right .paginations{
padding-top: 90px
}
.sidebar .search-form{
padding-bottom: 0;
} .singleRecent {
width: 100%;
position: relative;
min-height: 96px;
padding-left: 88px;
text-align: left;
border-bottom: 1px solid #e2e2e2;
margin-bottom: 19px;
padding-top: 2px;
}
.singleRecent img {
width: 75px;
height: 75px;
position: absolute;
left: 0;
top: 0;
}
.widget.themewar_widget .side-post:first-of-type{
margin-top: 6px;
}
.singleRecent span {
color: #f31f1f;
font-size: 12px;
font-weight: 400;
text-transform: capitalize;
letter-spacing: 0;
line-height: .8;
display: block;
margin-bottom: 6px;
}
.singleRecent a {
color: #000;
display: block;
font-size: 15px;
line-height: 22px;
letter-spacing: 0;
font-weight: 400;
display: block;
margin-top: 0;
margin-bottom: 13px;
}
.singleRecent a:hover{
color: #2873b9;
} .commentTabs{
width: 100%;
position: relative;
}
.commentTabs ul{
margin: 0px;
padding: 0px;
border: none;
}
.commentTabs ul li{
float: left;
list-style: none;
width: 50%;
line-height: .8;
border: none;
border-radius: 0px;
margin-bottom: 0 !important;
}
.commentTabs ul li a{
background: #e2e2e2;
display: inline-block;
width: 100%;
font-size: 12px;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 400 !important;
color: #464646;
line-height: .8;
text-align: center;
padding:  17px 0 18px !important;
border: none;
border-radius: 0px;
margin: 0px;
letter-spacing: 2.4px;
height: 44px;
}
.commentTabs ul li.active{
border: none;
background: none;
}
.commentTabs ul li.active a, 
.commentTabs ul li.active a:hover, 
.commentTabs ul li a:hover, 
.commentTabs ul li a:focus, 
.commentTabs ul li:focus a{
background: #f31f1f;
color: #FFF;
border: none !important;
margin: 0px;
}
.commentTabs ul li a:hover{
color: #FFF;
}
.commentTabs .nav-tabs > li.active > a, 
.commentTabs .nav-tabs > li.active > a:hover,
.commentTabs .nav-tabs > li.active > a:focus{
background: #f31f1f;
color: #FFF;
border: none !important;
margin: 0px;
}
.commentTabs .tab-pane{
padding-top: 20px;
}
.singleComment{
width: 100%;
position: relative;
border-bottom: 1px solid #e2e2e2;
padding-bottom: 20px;
margin-bottom: 20px;
}
.commentHeader{
position: relative;
width: 100%;
line-height: .8;
}
.commentHeader img{
width: 50px;
height: 50px;
float: left;
margin-right: 10px;
}
.commentHeader span{
display: inline-block;
color: #f31f1f;
font-size: 13px;
font-weight: 400;
letter-spacing: 0;
padding-top: 12px;
}
.commentHeader p{
margin: 12px 0 0;
font-size: 15px;
color: #000;
letter-spacing: 0px;
font-weight: 400;
letter-spacing: 0;
line-height: .8;
}
.commentHeader p a{
color: #000;
text-transform: capitalize;
}
.commentHeader p a:hover{
color: #f31f1f;
}
.coms{
margin-top: 15px;
font-size: 14px;
line-height: 20px;
color: #999;
}
.lastsComment{
margin-bottom: 0px;
border-bottom: none;
padding-bottom: 0;
}
.side-post.lastsrb .singleRecent{
border-bottom: none;
}
.sidebar.blog_sidebar{}
.sidebar .instaFeed,
.sidebar .socialIcons,
.sidebar .commentTabs{
margin-top: 28px;
}
.sidebar .instaFeed{
overflow: hidden;
}
.sidebar .instaFeed a {
display: inline-block;
margin-right: 7px;
margin-bottom: 7px;
width: 82px;
height: 82px;
float: left;
}
.sidebar .instaFeed a:nth-of-type(03),
.sidebar .instaFeed a:nth-of-type(06),
.sidebar .instaFeed a:nth-of-type(09),
.sidebar .instaFeed a:nth-of-type(12),
.sidebar .instaFeed a:nth-of-type(15),
.sidebar .instaFeed a:nth-of-type(18),
.sidebar .instaFeed a:nth-of-type(21){
margin-right: 0;
} .journalDetails .mediaPlayers{
position: relative;
margin-bottom: 38px;
}
.pageTitleSection.journalDetails .pTSContent h5{
margin-bottom: 3px;
}
.singleJournalPage .container-fluid{
padding-left: 42px;
padding-right: 42px;
}
.singleJournalPage .sidebar{
padding-left: 110px;
}
.singleJournalPage .sidebar.single_post_sidebar{
padding-left: 0;
padding-right: 110px;
}
.textwidget p {
color: #999;
font-size: 15px;
line-height: 25px;
}
span.wpcf7-not-valid-tip {
color: #2873b9;
font-size: 14px;
font-weight: 100;
line-height: 1.2;
position: absolute;
right: 0;
top: -24px;
}
.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.wpcf7-not-valid{
border-color: red;
}
.filterCont.one_col{
overflow: hidden;
}
.filterCont.one_col .singleWork{
width: 100%;
}
.single_work_gr3{
width: 100%;
}
.productDetailsSection .checkout.woocommerce-checkout ul.woocommerce-error{
margin: 0 0 30px !important;
}
.team_heading_class .tw_heading h2{
font-size: 40px;
line-height: 50px;
}
.team_heading_class > .vc_column-inner {
margin-top: 0;
}
.sliderCaption2{}
.sliderCaption2 h3{
color: #fff;
font-family: Poppins;
font-size: 20px;
font-weight: 700;
letter-spacing: 8px;
line-height: 0.8;
text-transform: uppercase;
}
.sliderCaption2 h1{
color: #fff;
font-size: 80px;
font-weight: 400;
letter-spacing: 0;
line-height: 90px;
margin: 0;
}
.sidebar.blog_sidebar .widget.widget_recent_entries{}
.sidebar.blog_sidebar .widget.widget_recent_entries ul{}
.sidebar.blog_sidebar .widget.widget_recent_entries ul li{
padding-left: 26px;
}
.sidebar.blog_sidebar .widget.widget_recent_entries ul li a{
padding-left: 0;
}
.singeContact.textareaCon{}
.singeContact.textareaCon span.wpcf7-not-valid-tip{
top: -104px
}
.authorName a{
text-transform: capitalize;
}
.journal_content .marginb35{
margin-bottom: 35px;
}
.bdfirstrow{
margin-bottom: 26px;
}
.singleFoliocon{
padding: 0 100px;
}
.line_bar{
width: 100%;
height: 2px;
background: #2873b9;
display: inline-block;
}
.vc_row[data-vc-full-width].zindex{
overflow: visible;
}
.col_2_right_sidebar .sidebar.blog_sidebar{
padding-left: 100px;
}
.select2.select2-container {
margin-bottom: 23px;
}
.select2-container--default .select2-selection--single {
background-color: #fff;
border: 1px solid #f3f3f3;
border-radius: 0;
font-size: 14px;
height: 50px;
padding: 10px;
color: #a1a1a1;
font-weight: 300;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
margin-left: -15px;
top: 24px;
}
.select2-dropdown{
border-color: #f3f3f3;
}
.select2-search::before{
top: 9px;
}
.select2-results li,
.select2-container--default .select2-selection--single .select2-selection__rendered{
font-weight: 300;
color: #a1a1a1;
}
.shipping-calculator-form select option{
font-weight: 300;
}
.woocommerce .myAccountSection .button.view {
background: #000000 none repeat scroll 0 0;
border: medium none;
border-radius: 25px;
color: #fff;
display: inline-block;
font-family: Poppins;
font-size: 12px;
font-weight: 600;
height: 37px;
letter-spacing: 1px;
line-height: 0.8;
padding: 15px 25px;
text-transform: uppercase;
}
.woocommerce .myAccountSection .button.view:hover{
background: #2873b9;
color: #fff;
}
.woocommerce-password-strength.short,
.woocommerce-password-strength.bad,
.woocommerce-password-strength.strong,
.woocommerce-password-strength.good{
color: #fff;
font-size: 14px;
text-transform: uppercase;
margin-bottom: 20px;
}
.woocommerce-password-hint {
display: block;
font-size: 13px;
line-height: 23px;
margin: 0 0 20px;
}
.pagthumb{
position: relative;
margin-bottom: 65px;
}
.pagthumb img{
width: 100%;
height: auto;
}
input[type=number]::-webkit-inner-spin-button {
opacity: 1
}
.sidebar label.screen-reader-text {
display: none;
}
.header-value {
font-size: 25px;
margin-bottom: 5px;
color: white;
}
.card { box-sizing: border-box;
width: 100%;
margin-bottom: 2rem;
border-radius: 4px;
overflow: hidden;
background: #fff;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.card .card-header {
background: #2873B9;
padding: 1rem;
font-size: 1.4rem;
color: #fff;
}
.card .card-header label {
color: #f0f9ef;
}
.card .card-body {
padding: 1rem;
}
.card label {
display: block;
margin-bottom: .5rem;
font-weight: 400;
text-transform: uppercase;
color: #666;
letter-spacing: .08em;
font-size: 14px;
}
.card input {
display: block;
margin-bottom: 1rem;
border: 1px solid transparent;
background: #eee;
padding: .5rem;
width: 100%;
box-sizing: border-box;
border-radius: 2px;
}
.card input:focus {
background: #eee;
border: 1px solid #ccc;
}
.card table {
font-weight: 400;
letter-spacing: .08em;
font-size: 14px;
}
.header-title {
font-size: 18px;
padding: 5px;
margin-bottom: 5px;
color: white;
}
.selectpicker{
width:100%;
}
.bootstrap-select{
width:100%;
}
.bootstrap-select .btn{
width:100%;
padding: 15px 15px;
font-size: 17px;
}
.bootstrap-select .btn-default{
width:100%;
padding: 15px 15px;
font-size: 17px;
color: #333;
background-color: #fff;
border-color: #000;
border-width: 2px;
border-radius: 0;
margin-top: 10px;
border-top: 0;
border-left: 0;
border-right: 0;
}
.mobile-logo{
display:none !important;
}@media(min-width: 1440px){
.shop_result_and_count{
padding-left: 20px;
padding-right: 20px;
}
.leftPagins{
padding-left: 35px;
}
.breadCmenu{
padding-left: 20px;
}
} @media(min-width:1200px) and (max-width:1440px){
.singleFoliocon{
padding: 0 100px;
} .rotate_text{
left: -215px;
}
.serviceArea {
margin: -415px 60px 0;
}
.serviceHead {
font-size: 41px;
left: 75px;
top: 200px;
width: 60%;
}
.discoverRes{
padding-left: 100px;
}
.serviceDesc {
bottom: 104px;
font-size: 29px;
line-height: 40px;
padding-left: 70px;
padding-right: 100px;
}
.serviceDesc::before {
left: -154px;
}
.officeAddress{
padding-right: 20px;
}
.menu_open .navWrap{
width: 470px;
padding: 20px 0;
}
.navLogo {
margin-bottom: 30px;
}
.about_desc h2 {
font-size: 36px;
line-height: 50px;
margin: -12px 0 30px;
} .workContent{
margin-left: 200px;
}
.page_title02 h1{
font-size: 60px;
} .filterNav ul li{
font-size: 30px;
}
.work_all_details {
height: 386px;
}
.footer_Nave li{
padding-right: 30px;
}
.teamtext{
padding-left: 130px;
padding-right: 50px;
}
.teamtext h2{
font-size: 40px;
}
.singleWork{
margin-bottom: -13px;
}
.workD_Top {
margin-bottom: 40px;
padding-top: 111px;
}
.work_details {
padding-left: 70px;
}
.work_all_details:hover .workD_Top {
padding-top: 0;
}
.workD_Top h1 a {
font-size: 30px;
line-height: 40px;
}
.workD_bott{
margin-bottom: 10px;
font-size: 18px;
line-height: 36px;
}
.lineSpan{
top: 0;
}
.work_all_details:hover .workD_Top {
padding-top: 54px;
} .twitterfeed {
height: 233.5px;
padding: 17px 0;
position: relative;
}
.teamSection .teamtext{
margin-top: 0;
}
.teamSection .teamtext h2{
font-size: 30px;
line-height: 45px;
}
.lineBorder {
left: 0;
top: 26px;
width: 100px;
}
.singleTwitter {
margin-left: 30px;
padding-right: 30px;
}
.singleInst img{
min-height: 233px;
}
.singleTwitter p {
font-size: 18px;
line-height: 33px;
}
.singleInst.big img{
min-height: 466px;
} .j_contentW{
padding-right: 0;
}
.page_title_bar05 {
padding-bottom: 211px;
padding-top: 249px;
}
.journalImg{
overflow: hidden;
}
.journalImg img {
height: 100%;
width: auto;
}
.journal_content{
padding-right: 15px;
}
.journal_content p{
font-size: 17px;
} .pageTitleSection,
.approachSlider{
height: 600px;
}
.pTSContent h2 {
font-size: 60px;
}
.rotate_text_03 {
right: -180px;
top: 143px;
}
.commitment_text {
padding-left: 30px;
padding-right: 30px;
}
.fun_count p{
margin: 0 0 30px;
}
.fun_count h1{
font-size: 60px;
}
.fun_count{
margin-left: 40px;
}
.count_fourth ,
.count_second,
.count_third{
margin-left: 20px;
}
.commitment_text::after{
left: -210px;
}
.about2content {
padding-left: 50px;
padding-top: 0;
}
.ab2Img {
padding-left: 20px;
}
.about2content h2 {
font-size: 40px;
line-height: 50px;
margin-bottom: 50px;
}
.singleFun {
padding: 169px 0 157px;
}
.footer_Nave li a{
font-size: 18px;
}
.officeAddress {
padding-right: 0;
} .mainNav2 ul li{
margin-left: 35px
}
.mainNav2 ul li a{
font-size: 14px;
letter-spacing: 2.2px
}
.singlelWorkDec{
width: 90%;
}
.mainNav2 ul li{
margin-left: 35px
}
.mainNav2 ul li a{
font-size: 14px;
letter-spacing: 2.2px
}
.singlelWorkDec{
width: 90%;
}
.lworkTitlle{
font-size: 35px;
line-height: 35px;
}
.metalW {
color: #000;
font-size: 10px;
line-height: 20px;
}
.metalW a {
font-size: 11px;
font-weight: 600;
letter-spacing: 2.6px;
} .workD_Top h1{
line-height: 1;
}
.workD_Top h1 a{
font-size: 25px;
line-height: 1;
}
.singleWork2 .workD_Top h4 {
font-size: 12px;
letter-spacing: 3px;
}
.singleWork2 .work_all_details:hover .workD_Top {
padding-top: 44px;
}
.singleWork2 .workD_Top {
padding-top: 40px;
}
.product_btn a{
margin-right: 20px;
}
.no-results.not-found{
padding-left: 15px;
}
.container-fluid.col_3_right_sidebar,
.container-fluid.col_3_left_sidebar{
padding-left: 15px;
padding-right: 15px;
}
.container-fluid.col_3_right_sidebar .sidebar{
padding-left: 0;
}
.container-fluid.col_3_left_sidebar .sidebar{
padding: 0;
}
.socialIcons a{
width: 43px;
height: 43px;
}
.singleJournalPage .container-fluid{
padding-left: 0;
padding-right: 0;
}
.singleJournalPage .sidebar{
padding-left: 0;
}
.singleJournalPage .sidebar.single_post_sidebar{
padding-left: 0;
padding-right: 0;
}
.comingTitle {
margin-bottom: 99px;
}
.contactImage{
overflow: hidden;
}
.contactImage img{
height: auto;
}
.about_02_extra_class .vc_column-inner {
padding-left: 15px !important;
padding-top: 0 !important;
}
body .text_slider_extra_class{
padding-top: 170px !important;
padding-bottom: 170px !important;
}
.metanoPadding{
padding: 0;
}
.team_heading_class .tw_heading h2 {
font-size: 40px !important;
line-height: 50px !important;
}
.team_heading_class .tw_heading{
padding-left: 30px !important;
padding-right: 30px !important;
}
.team_heading_class .vc_column-inner{
margin-top: 20px !important;
}
} @media(min-width:980px) and (max-width:1280px){
.serviceHead{
top:130px !important;
}
.serviceDesc{
bottom: 170px !important;
}
.workMeta{
width: 100%;
}
.workDetailsSections .container{
width: auto;
}
.product_btn a{
font-size: 12px;
}
.col-cs-4, .col-cs-2 {
width: 50%;
}
.twitterfeed{
height: 100%;
}
.container.col_1_right_sidebar,
.container{
width: 100%;
}
.woocommerce .order_details li{
padding: 20px 5px;
line-height: 24px;
word-break: break-all;
font-size: 13px;
}
#shipping_method li{
padding-left: 0px !important;
}
#shipping_method li label{
line-height: 20px;
font-size: 13px;
margin-left: 0;
}
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape){
.sliderCaption h1 {
font-size: 45px !important;
}
} @media(min-width:991px) and (max-width:1024px){
.sliderCaption h1 {
font-size: 65px;
}
.headerInnerWrap{
padding-right: 30px;
}
.sliderSection{
height: 800px !important;
}
.discoverRes {
overflow: hidden;
}
.discoverRes img{
width: auto;
height: 100%;
max-width: inherit;
}
.serviceArea {
margin: -90px 50px 0;
position: relative;
}
.serviceDesc{
padding: 0;
}
.about_desc h2{
font-size: 35px;
line-height: 45px;
}
.about_desc p{
padding-right: 0;
}
.sy_btn{
letter-spacing: 1px;
}
.serviceHead {
font-size: 30px;
left: 60px;
line-height: 40px;
top: 130px;
width: 70%;
padding-left: 110px;
}
.serviceDesc {
bottom: 90px;
font-size: 25px;
line-height: 30px;
padding-right: 80px;
right: 0;
width: 60%;
}
.serviceDesc::before {
left: -120px;
top: 12px;
width: 100px;
}
.rotate_text_02{
top: 180px;
}
.folio_hover h1{
font-size: 40px;
line-height: 40px;
}
.singleFolio:hover .folio_hover h1,
.singleFolio:hover .folio_hover p.catsa{
transform: translate3d(70px, 0px, 0px);
}
.testimonialSlider{
padding-left: 30px;
}
.testimonialSlider.owl-theme .owl-dots{
left: 50px;
}
.footer_Nave li a{
font-size: 18px;
}
.footer_Nave li{
padding-right: 25px;
}
.officeAddress{
padding-right: 0;
}
.footerSocial{
padding-right: 30px;
}
.container{
width: 840px;
}
.index2 .container{
width: 970px;
}
.testimonialItems{
padding-right: 0;
}
.xs_padding15{
padding-left: 15px !important;
padding-right: 15px !important;
}
}
@media(min-width:800px) and (max-width:1280px){
.twitterfeed{
padding: 110px 0 64px;
}
} @media(min-width:991px) and (max-width:1024px){
.product_Details{
margin-right: 0;
}
.product_decp{
padding-left: 0;
padding-right: 0;
}
body.index2{
padding: 0;
}
.mainNav2 ul li{
margin-left: 15px;
}
.mainNav2 ul li:first-of-type{
margin-left: 0;
}
.mainNav2 ul li a{
letter-spacing: 1px;
font-size: 16px;
}
.approachTitle2{
padding: 0;
}
.latestpostImg{
padding-right: 0;
overflow: hidden;
}
.latestpostImg img{
width: auto;
}
.latestpostDet{
padding-top: 15px;
margin-left: 0;
padding-right: 30px;
}
.logo2 {
width: 100%;
}
.mainNav2 ul li ul.sub-menu{
width: 200px;
}
.mainNav2 ul li ul.sub-menu li a{
letter-spacing: 0;
}
.ser_details p {
font-size: 16px;
line-height: 28px;
}
.mainNav2 ul li a{
padding-bottom: 0;
}
.mainNav2 ul li:hover ul.sub-menu, 
.mainNav2 ul ul.sub-menu,
.mainNav2 ul li ul.sub-menu{
top: 90px;
}
.approachTitle {
padding: 175px 0 0;
}
.rotate_text_03{
right: -200px;
top: -76px;
}
.approachSlider{
height: 600px;
}
.commitment_text {
padding-left: 150px;
padding-right: 0;
right: 0;
}
.commitment_text::after{
width: 100px;
left: 0;
}
.approachSlider{
overflow: hidden;
}
.count_second,
.count_third,
.count_fourth{
margin-left: 0;
}
.fun_count {
margin-bottom: 70px;
text-align: center;
}
.count_third,
.count_fourth{
margin-bottom: 0;
}
.sinlge_author{
padding: 0;
}
.single_Awards a{
width: 100%;
}
.Awards_title {
margin-bottom: 80px;
}
.about2content {
padding-left: 70px;
padding-top: 0;
}
.singleFun{
padding: 100px 0;
}
.singleFun.top{
margin-top: 0;
}
.filterNav ul li{
font-size: 18px;
}
.workD_Top{
padding-top: 135px;
margin-bottom: 0;
}
.work_details{
padding-left: 30px;
}
.work_img{
overflow: hidden;
}
.work_img img {
height: auto;
width: auto;
}
.workD_Top h4{
letter-spacing: 2px;
}
.workD_Top h1 a{
font-size: 40px;
line-height: 50px;
}
.work_all_details:hover .workD_Top {
padding-top: 70px;
}
.lineSpan{
top: -45px;
}
.calltoActionheading p{
padding:0 100px;
}
.pLHover h2{
font-size: 32px;
}
.addmorePost{
margin-top: 0;
}
.journalImg {
margin-right: 0;
overflow: hidden;
}
.journalImg img{
width: auto;
height: 100%
}
.product_btn a{
font-size: 12px;
}
.shopSectionRow{
padding: 0;
}
.single_product{
margin: 0 20px 80px;
}
.contactForm{
padding-right: 0;
}
.contactImage img{
width: 100%;
height: auto;
}
.singleAddress{
margin-bottom: 80px;
}
.singleAddress p{
margin-bottom: 20px;
}
.contactInfo{
padding-left: 0;
}
.contactInfo::after{
left: 0;
}
.chooseContent{
width: 100%;
}
.singlechooseImg{
width: 100%;
position: relative;
}
.headerInnerWrap{
padding-right: 0;
}
.wMSingle {
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
padding: 29px 10px 17px;
text-align: center;
}
.journal_content{
padding-right: 0 ;
}
.col-cs-2,
.col-cs-4{
width: 50%;
}
.twitterfeed {
padding: 40px 0 39px;
}
.singleInst.big img{
min-height: 100%;
}
.breadCmenu{
padding-left: 20px;
}
.team_heading_class .tw_heading h2 {
font-size: 20px;
line-height: 30px;
}
.team_heading_class .vc_column-inner{
margin-top: 0 !important;
}
.teammTitle{
font-size: 22px;
}
.teamDec p{
font-size: 13px;
letter-spacing: 1px;
}
.contactForm, .vc_row div.wpcf7{
padding-right: 15px;
}
.contactInfo h1,
.contactHeader h1{
font-size: 40px;
line-height: 40px;
}
.contactHeader{
margin-bottom: 40px;
}
} @media(min-width:768px) and (max-width:990px){ .comments-area{
overflow: hidden;
}
.commentList ol li ul.children {
padding-left: 60px;
}
.headerInnerWrap h5 {
font-size: 12px;
letter-spacing: 1.8px;
padding-left: 16px;
}
.sliderCaption h1 {
line-height: 80px;
}
.headerInnerWrap{
padding-right: 30px;
}
.discoverRes {
overflow: hidden;
}
.discoverRes img{
width: auto;
height: 100%;
max-width: inherit;
}
.serviceArea {
margin: -90px 50px 0;
position: relative;
}
.serviceDesc{
padding: 0;
}
.about_desc{
padding-left: 0;
}
.about_desc h2{
font-size: 35px;
line-height: 45px;
}
.about_desc p{
padding-right: 0;
}
.sy_btn{
letter-spacing: 1px;
}
.serviceHead {
font-size: 30px;
left: 60px;
line-height: 40px;
top: 90px;
width: 60%;
}
.serviceDesc {
bottom: 95px;
font-size: 25px;
line-height: 30px;
padding-right: 80px;
right: 0;
width: 60%;
}
.serviceDesc::before {
left: -120px;
top: 12px;
width: 100px;
}
.rotate_text_02{
top: 180px;
}
.folio_hover h1{
font-size: 40px;
line-height: 40px;
}
.singleFolio:hover .folio_hover h1,
.singleFolio:hover .folio_hover p.catsa{
transform: translate3d(70px, 0px, 0px);
}
.testimonialSlider{
padding-left: 30px;
}
.testimonialSlider.owl-theme .owl-dots{
left: 50px;
}
.footer_Nave li a{
font-size: 18px;
}
.footer_Nave li{
padding-right: 25px;
}
.officeAddress{
padding-right: 0;
}
.footerSocial{
padding-right: 30px;
}
.testimonialItems{
padding-right: 40px;
} .headerTop2{
padding: 0 15px;
}
.mainNav2 .mobile_menu{
top: 15px;
}
.mainNav2 ul{
top: 60px;
}
.approachTitle2{
padding: 0;
}
.singleServices{
padding: 36px 10px 48px; 
}
.ser_details p {
font-size: 16px;
line-height: 28px;
}
.ser_details p:last-of-type{
margin-bottom: 15px;
}
.singleServices h3{
margin-bottom: 30px;
}
.latestpostImg{
overflow: hidden;
}
.latestpostImg img{
width: auto;
}
.latestpostDet{
margin-left: 0;
padding-top: 13px;
} .approachTitle{
padding: 175px 0 0;
}
.rotate_text_03{
right: -198px;
top: 0;
}
.approachSlider{
height: 500px;
}
.commitment_text {
padding-left: 150px;
padding-right: 0;
position: relative;
right: 0;
}
.commitment_text::after {
background: #f23030;
content: "";
height: 2px;
left: 0;
position: absolute;
top: 148px;
width: 120px;
}
.count_second,
.count_third,
.count_fourth{
margin-left: 0;
}
.fun_count {
text-align: center;
margin-bottom: 70px;
}
.count_third,
.count_fourth{
margin-bottom: 0;
}
.sinlge_author{
padding: 0;
}
.author_info p{
letter-spacing: 3.2px;
}
.approachSlider{
overflow: hidden;
}
.pageTitleSection{
height: 60vh;
} .about2content {
padding-left: 15px;
padding-right: 15px;
padding-top: 0;
}
.ab2Img {
padding-left: 0;
}
.singleFun.top{
margin-top: 0;
} .serv_title{
padding-bottom: 140px;
}
.bigTitle br{
display: none;
}
.iconBox02.noMarginBottom{
margin-bottom: 100px !important;
}
.singlePartner{
width: 100%;
}
.calltoActionheading p{
padding: 0;
}
.workContent::before{
left: 0;
}
.howWeWork{
overflow: hidden;
}
.pTSContent{
overflow: hidden;
} .chooseContent{
width: 100%;
padding: 90px 50px 0;
}
.singlechooseImg {
position: relative;
top: 0;
width: 100%;
}
.singleprocess {
margin: 0 0 132px;
}
.singleprocess img{
margin-bottom: 40px;
}
.singleprocess p{
font-size: 16px;
line-height: 27px;
}
.partstyle2 .singlePartner{
margin-bottom:30px;
height: auto;
}
.singleprocess{
margin: 0 0 80px;
} .filterNav ul li{
font-size: 18px;
}
.workD_Top{
padding-top: 135px;
margin-bottom: 0;
}
.work_details{
padding-left: 30px;
}
.work_img{
overflow: hidden;
}
.work_img img {
height: auto;
width: auto;
}
.workD_Top h4{
letter-spacing: 2px;
}
.workD_Top h1 a{
font-size: 40px;
line-height: 50px;
}
.work_all_details:hover .workD_Top {
padding-top: 70px;
}
.lineSpan{
top: -45px;
}
.pLHover h2{
font-size: 25px;
}
.addmorePost{
margin-top: 0;
}
.wMSingle {
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
border-right: 1px solid rgba(0, 0, 0, 0.1);
padding: 29px 10px 17px;
position: relative;
text-align: center;
} .pTSContent h2{
font-size: 50px;
line-height: 60px;
}
.journal_content{
padding-right: 0;
}
.journal_content h2{
font-size: 30px;
line-height: 40px;
}
.journalImg {
margin-bottom: 50px;
margin-right: 0;
}
.journalImgRela{
margin-right: 0;
}
.exrelatedPro{
margin-bottom: 120px;
} .shopSectionRow{
padding: 0 15px;
}
.single_product{
margin: 0 20px 80px;
}
.product_btn a{
margin-right: 5px;
font-size: 12px;
}
.product_btn a:last-of-type{
margin-right: 0;
}
.productTitle{
font-size: 20px;
line-height: 30px;
}
.mobileshoH {
padding: 30px;
position: absolute;
right: 0;
text-align: right;
z-index: 1;
}
.breadCmenu{
top: 0;
padding-left: 20px;
}
.product_decp{
padding-left: 0;
padding-right: 0;
}
.comSelectdiv.selectColor {
padding-left: 0;
}
.cart_table tbody tr td.product-thumbnail{
padding-left: 0;
}
.cart_table tbody tr td.product-remove{
padding-right: 0;
}
.cart_table tbody tr td.product-thumbnail img{
margin-right: 5px;
}
.cart_table tbody tr td.product-subtotal{
letter-spacing: 2px;
padding-right: 10px;
}
.cart_table tbody tr td.product-price span.amount{
letter-spacing: 2px;
}
.cart_table tbody tr td.actions .input-text{
width: 190px;
}
.cart_table tbody tr td.actions .coupon_submit{
padding: 14px 30px;
}
.contactForm{
padding-right: 0;
}
.contactImage img{
width: 100%;
height: auto;
}
.singleAddress{
margin-bottom: 80px;
}
.singleAddress p{
margin-bottom: 20px;
}
.contactInfo{
padding-left: 0;
}
.contactInfo::after{
left: 0;
}
.woocommerce-checkout-review-order {
padding: 47px 5px 20px;
}
.breadcrumbSection{
padding-top: 70px;
}
.product_Details{
margin-right: 0;
}
.teamtext{
padding-right: 0;
margin-bottom: 100px;
padding-left: 150px;
}
.lineBorder {
left: 30px;
width: 100px;
}
.comonTitle.comonTitle2 {
margin-bottom: 80px;
}
.col-cs-4,
.col-cs-2{
width: 50%;
}
.singleInst img{
height: auto;
}
.singleTwitter {
margin-left: 20px;
padding-left: 30px;
padding-right: 20px;
}
.twitterfeed {
height: 100%;
padding: 54px 0 64px;
}
.singleInst.big img {
min-height: auto;
}
.bigTitle{
font-size: 50px;
line-height: 50px;
} .logRegPageSec .sm_class{
padding: 0 35px;
}
.sliderCaption{
margin-top: -80px;
}
.forcefullwidth_wrapper_tp_banner {
height: 100vh !important;
overflow: hidden;
}
.testmonialcaro .owl-dots{
right: -45px;
}
.teamDec p{
line-height: 1.3;
}
.testmonialcaro .owl-dots{
right: -60px;
}
.about_02_extra_class .vc_column-inner {
padding-left: 15px !important;
padding-top: 0 !important;
}
.singleWork2{
width: 100%;
}
.filterNav {
margin-bottom: 60px;
}
.woocommerce img, .woocommerce-page img {
height: auto;
max-width: inherit;
}
.shopMenu{
text-align: right;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table th {
width: 130px;
}
.woocommerce table.shop_table_responsive tr td::before,
.woocommerce-page table.shop_table_responsive tr td::before,
.woocommerce table.shop_table_responsive tr td::before, 
.woocommerce-page table.shop_table_responsive tr td::before{
display: none;
}
.woocommerce table.shop_table.cart.cart_table th {
float: left;
width: 20%;
}
.woocommerce table.shop_table.cart.cart_table th.product-thumbnail{
width: 40%;
}
.woocommerce table.shop_table th.product-remove{
display: none;
}
.cart_table tbody tr td.product-thumbnail > a{
text-align: left;
}
.cart_table tbody tr td{
float: left;
}
.cart_table tbody tr.cart_item{
overflow: hidden;
border-bottom: thin dotted #e2e2e2;
}
.woocommerce table.shop_table_responsive tr td::before,
.woocommerce-page table.shop_table_responsive tr td::before{
content: attr(data-title) "";
}
.woocommerce table.shop_table_responsive tr:nth-child(2n) td,
.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td{
background: transparent;
}
.cart_table tbody tr td.product-thumbnail img{
width: 70px;
height: 70px;
}
.cart_table tbody tr td.product-thumbnail{
width: 29%;
}
.shop_table.shop_table_responsive.cart.cart_table tbody tr td{
border: none;
}
.quantity{
width: 80px;
}
.cart_table tbody tr td.product-thumbnail{
width: 40%;
padding-right: 15px;
}
.cart_table tbody tr td.actions .input-text{
width: 219px !important;
}
.cart_table tbody tr td.actions .coupon {
margin-right: 70px;
}
.cart_table tbody tr td.product-price {
text-align: left !important;
}
.cart_table thead tr th.product-subtotal {
padding-left: 15px;
}
.cart_table tbody tr td.product-quantity{
padding-left: 35px;
}
.woocommerce table.shop_table_responsive tr td, 
.woocommerce-page table.shop_table_responsive tr td{
text-align: left !important;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
float: right;
margin-top: 0;
width: 439px !important;
}
.cart_totals table tr.cart-subtotal > td {
border: medium none;
position: absolute;
right: 15px;
top: 58px;
}
.cart_totals table tr.shipping > td{
padding-left: 30px;
}
.cart_totals table tr td,
.cart_totals table tr th{
border: none;
}
.woocommerce .cart_totals table.shop_table_responsive tr, 
.woocommerce-page .cart_totals  table.shop_table_responsive tr{
border-bottom: 1px dotted #ebe9eb;
}
.team_heading_class .tw_heading h2 {
font-size: 20px;
line-height: 30px;
}
.team_heading_class .vc_column-inner{
margin-top: 0 !important;
}
.teammTitle{
font-size: 22px;
}
.teamDec p{
font-size: 13px;
letter-spacing: 1px;
}
.line_bar.aboutLinebar {
width: 150px !important;
}
.team_heading_class .tw_heading h2 {
font-size: 25px !important;
line-height: 35px !important;
padding-left: 31px !important;
padding-right: 30px !important;
}
.smclearfix_class{
display: block !important;;
}
.xs_padding15{
padding-left: 15px !important;
padding-right: 15px !important;
}
.container-fluid.col_3_right_sidebar .sidebar.blog_sidebar{
padding-left: 0;
}
.services_two_class .vc_column-inner{
margin-left: 0 !important;
margin-right: 0 !important;
}
.vc_row.wpb_row.vc_inner.vc_row-fluid.services_two_class{
overflow: hidden;
}
.serBoxH{
padding-left: 0;
}
.serBoxH img{
position: relative;
top: -10px;
}
.serBoxH h2{
letter-spacing: 2px;
}
.services_client .wpb_single_image[class*='vc_custom_']{
margin-bottom: 10px !important;
}
.col_2_right_sidebar .sidebar.blog_sidebar{
padding-left: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals tr td{
padding-left: 15px;
}
#shipping_method li{
padding-left: 0px !important;
}
#shipping_method li label{
line-height: 20px;
font-size: 13px;
margin-left: 0;
}
}
@media(min-width:980px) and (max-width:1000px){
.twitterfeed {
height: 100%;
padding: 132px 20px;
}
}
@media(min-width:770px) and (max-width:800px){
.col-cs-4, .col-cs-2 {
width: 50%;
}
.twitterfeed {
height: 100%;
padding: 67px 20px;
}
}
@media(min-width:767px) and (max-width:790px){
.woocommerce table.shop_table_responsive tbody th, 
.woocommerce table.shop_table_responsive thead, 
.woocommerce-page table.shop_table_responsive tbody th, 
.woocommerce-page table.shop_table_responsive thead,
.woocommerce #content table.cart .product-thumbnail,
.woocommerce table.cart .product-thumbnail, 
.woocommerce table.my_account_orders tr td.order-actions::before, 
.woocommerce table.shop_table_responsive tr td.actions::before, 
.woocommerce table.shop_table_responsive tr td.product-remove::before, 
.woocommerce-page #content table.cart .product-thumbnail, 
.woocommerce-page table.cart .product-thumbnail, 
.woocommerce-page table.my_account_orders tr td.order-actions::before, 
.woocommerce-page table.shop_table_responsive tr td.actions::before, 
.woocommerce-page table.shop_table_responsive tr td.product-remove::before{
display: block;
}
.services_client .wpb_single_image[class*='vc_custom_']{
margin-bottom: 0 !important;
}
.contactForm, .vc_row div.wpcf7{
padding-right: 15px;
}
.contactInfo h1,
.contactHeader h1{
font-size: 40px;
line-height: 40px;
}
.contactHeader{
margin-bottom: 40px;
}
}
@media(min-width:1270px) and (max-width:1281px){
.twitterfeed {
height: 100%;
padding: 192px 20px;
}
} @media(min-width:320px) and (max-width: 990px){ .mobile-logo{
display:block !important;
}
.calltoActionheading h1{
font-size: 50px;
line-height: 55px;
}
body{
padding: 0;
}
.mobileLogosc {
position: relative;
right: 65px;
top: 20px;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}
.fixedHeader .mobileLogosc{
position: absolute;
top: -100px;
}
.fixedHeader #menu_toggle span{
background: #222;
}
#menu_toggle span{
background: #fff;
}
.headerTopSection .headerInnerWrap {
padding: 0;
text-align: center;
}
.headerTopSection .noPaddingRight{
padding-right: 15px !important;
}
.mobile_header{
position: relative;
background: #fafafa;
padding: 10px 0;
}
.mobile_menu {
cursor: pointer;
height: 18px;
line-height: 0.03;
margin: auto;
position: absolute;
right: 15px;
top: -37px;
width: 25px;
}
.mobile_menu span{
width: 100%;
height: 2px;
background: #333;
display: inline-block;
}
.mobile_menu span:nth-of-type(01){
transform: rotate(0deg);
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}
.mobile_menu span:nth-of-type(02){
transform: scale(1); 
opacity: 1;
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}
.mobile_menu span:nth-of-type(03){
transform: rotate(0deg);
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}
.mobile_menu.active span:nth-of-type(1) {
position: absolute;
right: 0;
transform: rotate(-45deg);
top: 0;
bottom: 0;
margin: auto;
left: 0;
background: #f23030;
}
.mobile_menu.active span:nth-of-type(02){
transform: scale(0);
opacity: 0;
background: #f23030;
}
.mobile_menu.active span:nth-of-type(3){
position: absolute;
right: 0;
transform: rotate(45deg);
top: 0;
bottom: 0;
margin: auto;
left: 0;
background: #f23030;
}
.mobile_header ul {
background: #fff;
display: none;
left: 0;
list-style: outside none none;
margin: 0;
padding: 15px 0;
position: absolute;
text-align: center;
top: 11px;
width: 100%;
z-index: 99;
left: 0;
}
.mobNav ul li{
position: relative;
}
.conarea.singleFoliocon{
padding: 0;
}
.mobNav ul ul.sub-menu {
padding: 0;
position: relative;
top: 0;
}
.mobNav ul ul.sub-menu li {
line-height: 1.4;
}
.mobNav ul ul.sub-menu li a {
font-style: italic;
font-size: 15px;
color: red;
}
.sliderCaption h3 {
font-size: 16px;
font-weight: 700;
letter-spacing: 2px;
position: relative;
top: -30px;
} .header2 {
padding: 10px 0;
}
.mainNav2 ul {
position: absolute;
z-index: 5;
background: #fff;
width: 100%;
left: 0;
right: 0;
text-align: center;
display: none;
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none;
height: 260px;
overflow: auto;
}
.logo2{
padding-left: 15px;
padding-top: 0;
padding-bottom: 0;
}
.mainNav2 ul li {
display: block;
margin-left: 0;
position: relative;
}
.mainNav2 ul li a {
padding-bottom: 0;
line-height: 1.5;
letter-spacing: 0;
margin-bottom: 12px;
padding-top: 0;
}
.mainNav2 ul li ul.sub-menu {
background: #f23030;
left: 0;
margin-left: 0;
opacity: 1;
position: relative;
top: 0;
transition: none;
visibility: visible;
width: 100%;
z-index: 2;
margin-bottom: 10px;
height: auto;
}
.mainNav2 ul li:hover ul.sub-menu{
top: 0;
}
.mainNav2 ul li ul.sub-menu li {
border-top: 1px solid #d92b2b;
padding: 10px 0 10px 0;
text-align: center;
}
.mainNav2 ul li ul.sub-menu li a{
margin-bottom: 0;
}
.mainNav2 ul li ul.sub-menu::before{
left: 0;
right: 0;
}
#menu_toggle{
left: -80px;
} .headerTopSection{
display: none;
}
.navWrap,
.header_01{
width: 8px;
}
.navLogo{
display: none;
}
.logo{
display: none;
}
.textlogos{
left: 35px;
z-index: 999999;
}
.logged-in .textlogos{
top: 58px;
}
.menu_toggler{
bottom: auto;
right: -35px;
border: none;
background: transparent;
}
.menu_open .navWrap{
width: 260px;
}
.mainNav {
height: 50%;
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 100%;
padding-right: 8px;
}
.menu_open .mainNav{
visibility: visible;
opacity: 1;
}
.socialDiv {
height: 50px;
padding: 1px 0;
line-height: 50px;
overflow: hidden;
}
.mainNav ul li{
margin-bottom: 0;
}
.mainNav ul li a{
font-size: 25px;
}
.mainNav ul ul.sub-menu{
padding-left: 0;
padding-bottom: 10px;
padding-top: 0;
}
.mCSB_inside > .mCSB_container{
margin: 0;
}
.mainNav ul ul.sub-menu li::before{
top: 13px;
left: 24%;
}
.mainNav ul ul.sub-menu li a{
font-size: 14px;
}
.mainNav ul ul.sub-menu li {
line-height: 25px;
}
.work_details a.vDetail{
color: #f23030;
display: block;
font-size: 14px;
font-weight: 600;
overflow: hidden;
position: relative;
text-transform: uppercase;
width: 145px;
transform: translate3d(0, -216px, 0);
-webkit-transform: translate3d(0, -216px, 0);
-moz-transform: translate3d(0, -216px, 0);
-ms-transform: translate3d(0, -216px, 0);
-o-transform: translate3d(0, -216px, 0);
}
.workD_Top{
padding-top: 143px;
}
.shoppage .fixedHeader #menu_toggle span,
.shoppage #menu_toggle span{
background: #000;
} .logRegPageSec,
.myAccountSection{
overflow: hidden;
}
.woocommerce-account .woocommerce-MyAccount-navigation{
margin-bottom: 50px;
}
.headerTopSection .headerInnerWrap {
background: #fff;
position: relative;
text-align: center;
z-index: 1;
padding: 32px 0;
padding-left: 48px;
}
.shopMenu li{
padding: 0 10px;
}
.headerTop2{
display: none;
}
.woocommerce-MyAccount-content .woocommerce-Button.button {
bottom: -60px;
float: none;
left: 0;
position: absolute;
right: auto;
}
.myAccountSection {
padding: 0 0 148px;
}
.shop_table.order_details{
padding: 0;
}
body .vc_row.vc_extra_paddings{
padding-left: 0 !important; 
padding-right: 0 !important; 
}
.vc_row.vc_extra_paddings::before,
.vc_row.vc_extra_paddings::after{
position: relative;
}
.vc_extra_paddings .sliderSection .rev_slider{
margin: 0 !important;
}
.tp-caption {
position: relative !important;
white-space: normal !important;
width: 100vw;
}
.scrolltoDown{
bottom: 115px;
}
.sliderSection .tp-bullets {
border: 0 none !important;
bottom: 0 !important;
right: -36px;
top: auto !important;
}
body .tw_text_boxs,
body .tw_heading{
padding-left: 0 !important; 
padding-right: 0 !important; 
}
body .sy_btn_wrapper{
margin-left: 0 !important; 
}
.sectionTitles br{
display: none;
}
body .text_slider_extra_class {
padding-bottom: 150px !important;
padding-top: 150px !important;
}
.calltoActionheading p > br{
display: none;
}
.about_02_extra_class > .vc_column-inner {
padding-left: 15px !important;
padding-top: 0 !important;
}
.about_02_extra_class .tw_text_boxs {
padding-right: 15px !important;
}
.about_02_img .wpb_single_image {
padding-left: 15px !important;
padding-right: 15px;
}
.paginations span, .paginations a{
margin-bottom: 10px;
}
.worksection .filterCont{
overflow: hidden;
}
.singlelWork.singleWorkGrid.work4col img {
height: auto;
width: 100%;
}
body .home_01_folio_class {
padding: 100px 0 !important;
}
.icon_box_one_last .iconBox{
margin-bottom: 0;
}
.work_all_details .workD_bott,
.work_all_details .lineSpan{
visibility: visible;
opacity: 1;
}
.work_all_details .lineSpan {
left: auto;
right: 110px;
width: 200px;
}
.work_all_details .workD_Top{
padding-top: 40px;
}
.work_all_details .workD_bott {
opacity: 1;
transform: translate3d(0px, 0px, 0px);
visibility: visible;
}
.work_all_details .work_details a.vDetail{
transform: translate3d(0px, 0px, 0px);
}
.line_bar.aboutLinebar{}
.line_bar.aboutLinebar {
margin-left: 0 !important;
margin-top: 0 !important;
}
.iconBox .sy_btn {
padding: 20px 0;
width: 171px;
}
.woocommerce .order_details li{
width: 100% !important;
border-bottom: 1px solid #e9e9e9;
}
.woocommerce .order_details li:last-child{
border-bottom: none;
}
} @media(min-width:320px) and (max-width:767px){
.contactForm, .vc_row div.wpcf7{
padding-right: 0;
margin-bottom: 50px;
}
.contactHeader{
margin-bottom: 50px;
}
.woocommerce-cart .productDetailsSection,
.woocommerce-cart .bestellingSec{
padding-left: 15px;
padding-right: 15px;
}
.woocommerce-account .woocommerce-MyAccount-content {
padding-left: 15px;
padding-right: 15px;
width: 100%;
}
.woocommerce-account .woocommerce-error, 
.woocommerce-account .woocommerce-info, 
.woocommerce-account .woocommerce-message{
margin-bottom: 100px !important;
}
#shipping_method li{
padding-left: 25px !important
}
.woocommerce ul#shipping_method .amount{
font-size: 13px;
letter-spacing: 0;
}
#shipping_method li label::before{
left: -20px;
top: 4px;
}
#shipping_method li input[type="radio"]:checked + label::after{
left: -15px;
}
.woocommerce-MyAccount-content .my_account_orders.account-orders-table > thead tr th,
.woocommerce-order-downloads .woocommerce-table--order-downloads thead th{
font-size: 12px !important;
font-weight: 400 !important;
padding: 15px 5px;
line-height: 12px !important;
}
.woocommerce-MyAccount-content .my_account_orders.account-orders-table > thead tr th{
width: 100%;
padding: 15px 10px;
}
.woocommerce-MyAccount-content .my_account_orders.account-orders-table tr.order td,
.woocommerce-order-downloads .woocommerce-table--order-downloads tbody tr td{
font-size: 12px;
}
.woocommerce-order-downloads .woocommerce-table--order-downloads{
padding: 0 0 15px;
}
.logRegPageSec .shopSectionRoin{
padding: 0 15px;
}
.thankyoupage .shopSectionRoin{
padding: 0 15px;
}
.woocommerce .order_details li{
width: 100% !important;
border-bottom: 1px solid #e9e9e9;
}
.woocommerce .order_details li:last-child{
border-bottom: none;
}
.cart_totals ul#shipping_method{
margin: 0 15px;
} .sliderCaption h1 {
font-size: 40px;
letter-spacing: 0;
line-height: 38px;
}
.tp-bullets {
bottom: 40px !important;
height: 60px;
left: auto !important;
margin: 0 !important;
opacity: 1 !important;
position: absolute;
right: 30px;
width: 11px;
z-index: 2;
top: auto;
}
.serviceArea{
margin: 0;
}
.serviceDesc {
bottom: 45px;
color: #fff;
font-size: 12px;
font-weight: 300;
letter-spacing: 0;
line-height: 22px;
padding-left: 0;
padding-right: 0;
position: absolute;
right: 0;
width: 77%;
padding-right: 20px;
}
.about_desc {
margin-top: 20px;
padding-left: 0;
text-align: center;
}
.about_desc h2 {
font-size: 30px;
font-weight: normal;
letter-spacing: 0;
line-height: 40px;
margin: 0 0 35px;
}
.about_desc p{
padding-right: 0;
}
.sy_btn {
font-size: 11px;
letter-spacing: 1px;
}
.wc-proceed-to-checkout .sy_btn {
font-size: 11px;
letter-spacing: 1px;
line-height: 44px;
padding: 0 25px;
}
.serviceDesc::before{
display: none;
}
.serviceHead {
color: #fff;
font-size: 14px;
left: 0;
line-height: 22px;
position: absolute;
top: 45px;
width: 67%;
z-index: 2;
padding-left: 16px;
}
.res_xsClass {
position: relative;
top: 80px;
}
.rotate_text_02{
display: none;
}
.aboutSection{
padding-bottom: 50px;
}
.bigTitle {
font-size: 50px;
line-height: 50px;
margin: 0 auto 30px;
}
.what_we_do .bigTitle {
margin-bottom: 80px;
}
.iconBox p{
padding: 0;
}
.iconBox{
margin-bottom: 100px;
}
.iconBox h3{
margin: 0 0 40px;
line-height: 1.1;
letter-spacing: 2px;
word-break: break-all;
}
.iconBox_xsClass{
margin-bottom: 0;
}
.folio_hover h1{
font-size: 35px;
line-height: 35px;
}
.singleFolio:hover .folio_hover h1 {
transform: translate3d(35px, 0px, 0px);
}
.singleFolio:hover .folio_hover p.catsa {
transform: translate3d(35px, 0px, 0px);
}
.mtop234 {
margin-top: 0;
}
.folio_hover p.catsa{
letter-spacing: 2px;
}
.mtop136 {
margin-top: 100px;
}
#client_slider.owl-carousel .owl-item img{
width: 100% !important;
}
#client_slider .singleClient {
width: 85%;
margin: auto;
}
.client_section {
padding-bottom: 45px;
padding-top: 91px;
}
.testimonialSlider{
padding-left: 15px;
padding-right: 15px;
text-align: center;
}
.testimonialItems{
padding: 0;
}
.testimonialItems p {
font-size: 25px;
line-height: 40px;
}
.testiMeta{
padding-left: 50px;
}
.testiMeta h3{
margin-bottom: 10px;
}
.testiMeta::after{
top: 40px;
}
.testimonialSlider.owl-theme .owl-dots {
bottom: -80px;
height: 30px;
left: 0;
margin: 0;
position: absolute;
text-align: center;
top: auto;
width: 100%;
}
.testimonialSlider.owl-theme .owl-dots .owl-dot span{
margin: 0;
}
.testimonialSlider.owl-theme .owl-dots .owl-dot.active span{
position: relative;
top: 2px;
}
.testimonialSlider.owl-theme .owl-dots .owl-dot{
margin: 10px;
}
.testimonial_section{
padding: 74px 0 147px;
}
.aboutFooter p{
padding-right: 0;
}
.footer_Nave li {
display: block;
line-height: 0.8;
list-style: outside none none;
padding-right: 0;
margin-bottom: 16px;
}
.footerSocial a{
margin-right: 5px;
}
.aboutFooter{
text-align: center;
}
.footer_Nave {
margin: 45px 0 50px;
text-align: center;
padding-right: 15px;
}
.footerSocial {
padding-right: 15px;
text-align: center;
width: 100%;
margin-bottom: 30px;
}
.team_heading_class .line_bar {
margin-left: 0;
width: 150px;
}
#footer {
padding-bottom: 75px;
padding-top: 100px;
}
.officeAddress {
padding-right: 15px;
text-align: center;
width: 100%;
}
.callUs {
text-align: center;
width: 100%;
padding-right: 15px;
} .headerTop2{
padding-right: 10px;
}
.approachTitle2{
padding: 0;
}
.approachTitle2 h3,
.comonTitle{
line-height: 25px;
}
.approachTitle2 > h1{
font-size: 40px;
line-height: 50px;
}
.singlelWorkDec{
width: 100%;
visibility: visible;
opacity: 1;
}
.singlelWorkDec{
transform: translate3d(0, 0, 0);
}
.lworkTitlle{
transform: translate3d(0, 0, 0);
visibility: visible;
opacity: 1;
}
.singlelWorkDec,
.lworkTitlle::before,
.singlelWork .metalW,
.lworkTitlle{
transform: translate3d(0, 0, 0);
visibility: visible;
opacity: 1;
}
.lworkTitlle::before{
width: 100px;
}
.latestpostImg{
padding-right: 0;
}
.latestpostDet{
margin-left: 0;
padding: 15px;
}
.metalp a{
letter-spacing: 0;
}
.latestBT{
font-size: 25px;
} .pageTitleSection{
height: 80vh;
}
.pTSContent{
padding: 0;
}
.pTSContent h5{
line-height: normal;
letter-spacing: 2px;
}
.pTSContent h2{
font-size: 40px;
line-height: 50px;
}
.approachTitle{
padding: 175px 0;
}
.bar::after {
bottom: -75px;
height: 150px;
}
.rotate_text_03{
top: -12px;
right: -125px;
letter-spacing: 0;
}
.approachTitle > h1{
font-size: 35px;
line-height: 45px;
}
.ourApproachSection{
padding-bottom: 0;
}
.approachTitle{
padding: 140px 0;
}
.approachSlider{
height: auto;
}
.commitment_text {
padding-right: 0;
position: relative;
right: 0;
text-align: center;
}
.fun_count {
border-bottom: 1px solid #ccc;
padding-bottom: 30px;
padding-top: 30px;
text-align: center;
}
.count_second,
.count_third,
.count_fourth{
margin-left: 0;
}
.funcact_title h3{
letter-spacing: 2px;
}
.funcact_title h3{
margin: 0 0 50px;
}
.team_title h4{
letter-spacing: 2px;
}
.team_title h1{
font-size: 60px;
line-height: 60px;
}
.sinlge_author{
padding: 0;
margin-bottom: 60px;
}
.sinlge_author.lastXs{
margin-bottom: 0;
}
.Awards_title{
margin-bottom: 20px;
}
.Awards{
padding-bottom: 0;
}
.approachSlider{
overflow: hidden;
} .about2content {
padding-left: 15px;
padding-right: 15px;
text-align: center;
padding-top: 0;
}
.about2content h2 {
font-size: 35px;
line-height: 45px;
}
.ab2Img{
padding-left: 0;
}
.singleFun{
padding: 75px 0;
}
.singleFun.top{
margin-top: 0;
} .serv_title > h1{
font-size: 35px;
line-height: 45px;
}
.serv_title > h1 br{
display: none;
}
.serv_title a.sy_btn i {
margin-left: 20px;
}
.serv_title a.sy_btn {
padding: 14px 40px 20px;
}
.serv_title{
padding-bottom: 100px
}
.workContent{
width: 100%;
padding: 62px 10px 60px;
height: auto;
text-align: center;
}
.workContent::before{
left: 0;
right: 0;
margin: auto;
}
.workContent h2{
width: 100%;
position: static;
}
.workContent h2{
font-size: 30px;
line-height: 40px;
}
.iconBox02 h3{
margin-bottom: 30px;
}
.iconBox02{
margin-bottom: 60px;
}
.iconBox02.noMarginBottom{
margin-bottom: 60px !important;
}
.whoWe_workedFor .comonTitle{
margin-bottom: 50px;
}
.comonTitle{
letter-spacing: 2px;
}
.singlePartner{
margin-bottom: 0;
}
.calltoActionheading p{
padding: 0;
}
.calltoActionheading a.sy_btn i {
margin-left: 20px;
}
.calltoActionheading a.sy_btn {
padding: 14px 30px 20px;
} .serBoxH{
padding-left: 0;
}
.serBox{
text-align: center;
margin-bottom: 40px;
}
.serBoxH img{
position: relative;
margin-bottom: 20px;
}
.singlechooseImg{
position: relative;
top: 0;
width: 100%;
}
.chooseContent {
padding: 40px 15px;
width: 100%;
text-align: center;
}
.chooseContent h5{
letter-spacing: 2px;
}
.chooseContent h2{
font-size: 35px;
line-height: 45px;
}
.chooseContent p:last-of-type,
.chooseContent p{
padding: 0;
margin: 0;
font-size: 17px;
line-height: 26px;
}
.singlechoose::before{
top: 90px;
left: 0;
right: 0;
margin: auto;
}
.chooseContent h5{
margin: 0 0 70px;
}
.serv2title {
margin-bottom: 55px;
}
.singleprocess {
margin: 0 0 100px;
}
.partstyle2 .singlePartner{
margin-bottom: 0;
}
.singleprocess.lastxs{
margin-bottom: 0;
}
.ourworkSec{
padding-bottom: 100px;
} .filterNav {
margin-bottom: 33px;
}
.filterNav ul li{
font-size: 20px;
margin-left: 10px;
}
.filterNav ul li::before{
}
.work_details{
padding-left: 0;
}
.workD_Top{
padding-top: 50px;
}
.work_all_details{
padding: 0 15px !important; 
}
.workD_Top h1 a{
font-size: 30px;
line-height: 40px;
}
.workD_Top h4{
font-size: 14px;
letter-spacing: 1px;
}
.work_all_details:hover .workD_Top{
padding-top: 40px;
}
.workD_bott{
margin-bottom: 0;
}
.projectLinks.marLeft10,
.projectLinks.marRight10{
margin-left: 0;
margin-right: 0;
}
.pLHover h2{
font-size: 20px;
line-height: 28px;
} .j_contentW{
padding-right: 0;
}
.col_2_right_sidebar .sidebar.blog_sidebar{
padding-left: 0;
} .pTSContent h2 {
font-size: 30px;
line-height: 40px;
}
.singleJournal_meta{
line-height: normal;
}
.journal_wrap{
padding: 0 15px;
}
.journal_content {
padding-right: 0;
position: relative;
top: 0;
}
.journal_contentWrap,
.blogDescriptionTop .journal_content{
text-align: center;
}
.journal_content h2{
font-size: 20px;
line-height: 30px;
}
.journalImg,
.journalImgRela{
margin-right: 0;
}
.journalImg{
margin-bottom: 20px;
}
blockquote{
padding-left: 15px;
padding-right: 15px;
}
.socialShare{
top: 0;
text-align: left;
}
.singleCom,
.commentList ol li ul.ChildCom{
padding-left: 0;
}
.singleCom img{
position: relative;
}
.relatedTitle,
.commentTitle{
letter-spacing: 0;
} .shopSectionRow{
padding: 0;
}
.paddingLeft22 {
padding-left: 15px;
}
.product_btn a{
font-size: 12px;
margin-right: 5px;
}
.lavel{
right: 5px;
}
.shopBanner{
min-height: 400px;
}
.mobileshoH {
padding: 30px 15px 30px 0;
text-align: right;
}
.shopSection{
overflow: hidden;
}
.productTitle{
font-size: 20px;
}
.breadCmenu span,
.breadCmenu a{
line-height: .8;
}
.breadCmenu a::after{
top: 5px;
}
.product_Details{
margin-right: 0;
}
#porDetails .carousel-indicators{
position: relative;
left: 10px;
bottom: 0;
}
#porDetails .carousel-indicators li, 
#porDetails .carousel-indicators li.active{
width: 75px;
}
.product_decp{
padding-left: 0;
padding-right: 0;
}
.comSelectdiv.selectColor{
padding-left: 0;
}
.infoNavTab{
padding: 10px;
}
.productinfoTab .tab-content {
padding: 40px 15px;
}
.woocommerce .productinfoTab table.shop_attributes th{
width: 90px;
}
.woocommerce .productinfoTab table.shop_attributes td p{
line-height: 1.4;
}
.woocommerce #reviews #comments ol.commentlist li{
padding-left: 0;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar, 
.woocommerce #reviews #comments ol.commentlist li img{
position: relative;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p{
margin-bottom: 15px;
}
.shopMenu{
text-align: right;
}
.infoNavTab li a{
font-size: 11px;
}
.infoNavTab li{
margin-right: 5px;
}
.infoNavTab li:last-of-type{
margin-right: 0;
}
.adinfo {
padding-left: 10px;
padding-right: 10px;
width: 100%;
}
.adinfo ul li{
padding-left: 125px;
line-height: 30px;
padding-top: 15px;
padding-bottom: 15px;
}
.shopRelatedSection,
.productDetailsSection,
.breadcrumbSection
{
overflow: hidden;
}
.shopRelatedSection .comonTitle {
margin-bottom: 0;
}
.loginss{
font-size: 11px;
}
.woocommerce-checkout-review-order {
padding: 47px 5px 20px;
}
.woocommerce-checkout-payment ul li label img {
height: auto;
margin-left: 5px;
position: absolute;
top: -4px;
width: 154px;
}
.cart_table tbody tr td.product-thumbnail{
padding-left: 0;
}
.comSelectdiv .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn),
.quantityd {
left: 0;
top: 0;
width: 200px;
}
.shop_table.shop_table_responsive.cart.cart_table .comSelectdiv .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn), .quantityd {
left: 28px;
top: 34px;
width: 80px;
}
.productQnt .comSelectdiv .quantityd{
left: 0;
width: 200px;
top: 0;
}
.actions .sy_btn.button.update_cart{
width: 100%
}
.shop_table.shop_table_responsive.cart.cart_table .quantityd input[type="text"]{
width: 100%;
}
.breadCmenu{
padding-left: 20px;
}
.selectTitle{
margin-bottom: 5px;
}
.cart_table tbody tr td.product-quantity {
left: 67px;
margin: auto;
position: absolute;
top: 0;
}
.quantity {
border: 1px solid #ccc;
height: 34px;
position: relative;
width: 66px;
left: 10px;
}
.product-price{
display: none;
}
#menu_toggle{
left: -80px;
}
.cart_table thead tr th.product-subtotal {
padding-left: 35px;
}
.cart_table tbody tr td.product-subtotal {
border: medium none;
padding-left: 0;
position: absolute;
right: 5px;
text-align: right;
top: 0;
}
.itemtitle{
display: none !important;
}
.quantityd input[type="text"]{
padding: 0 18px;
}
.shop_table.cart.cart_table .cart_item{
position: relative;
}
.cart_table tbody tr td.product-remove {
left: 0;
padding-right: 0;
position: absolute;
text-align: left;
}
.cart_table tbody tr td.actions .input-text {
width: 100%;
border-radius: 30px;
padding-right: 140px;
}
.cart_table tbody tr td.actions .coupon_submit {
letter-spacing: 0;
padding: 14px 13px;
position: absolute;
right: 0;
}
.cart_table thead tr th:first-child {
padding-left: 6px;
}
.cart_table tbody tr td.actions .coupon{
margin-bottom: 10px;
}
.cart_table tbody tr td.actions .pull-right{
float: left !important;
}
.cart_totals table tr th {
font-size: 13px;
padding-left: 0;
width: 95px;
}
#shipping_method li label{
font-size: 14px;
}
.bestellingSec .single_product {
margin-top: 0;
margin-bottom: 0;
}
.cart_table tbody tr td.product-subtotal{
letter-spacing: 0;
}
.bestellingSec{
overflow: hidden;
}
.cart_table tbody tr td.product-thumbnail img{
margin-right: 10px;
width: 80px;
height: 80px;
}
.single_product{
padding: 26px 15px 14px;
}
.woocommerce table.shop_table_responsive tr:nth-child(2n) td,
.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td{
background: transparent;
border: none;
} .page_title_2 h1{
font-size: 50px;
line-height: 60px;
}
.contactHeader h1{
font-size: 30px;
line-height: 40px;
}
.contactForm{
padding-right: 0;
margin-bottom: 80px;
}
.contactInfo{
padding-left: 0;
}
.singleAddress p{
margin-bottom:10px;
}
.singleAddress{
margin-bottom: 60px;
}
.contactImage img{
width: 100%;
height: auto;
}
.contacInfoSection{
padding-bottom: 0;
}
.wMSingle {
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
padding: 20px;
position: relative;
text-align: center;
} .teamtext{
padding-left: 0;
padding-right: 0;
text-align: center;
}
.teamtext h2 {
font-size: 25px;
line-height: 35px;
}
.lineBorder{
top: -40px;
left: 0;
right: 0;
margin: auto;
}
.teamFixedImg{
margin-bottom: 30px;
}
.teamSection {
padding: 120px 0 50px;
}
.col-cs-2,
.col-cs-4{
width: 100%;
}
.singleTwitter {
margin-left: 20px;
padding-left: 20px;
padding-right: 20px;
position: relative;
}
.instSection {
padding-bottom: 0;
}
.singleInst.big img {
height: auto;
min-height: 100%;
width: 100%;
}
.sectionTitles br{
display: none;
}
body .home_01_testmonial {
margin-bottom: 0 !important;
}
.testmonialcaro .owl-dots{
right: -70px;
}
.about_02_extra_class .vc_column-inner {
padding-left: 15px !important;
padding-top: 0 !important;
}
.singleWork2 .work_details{
padding-top: 0;
}
.singleWork2 .work_details{
padding: 0;
}
.singleWork2 .work_all_details:hover .workD_Top {
padding-top: 40px;
}
.singleWork2{
width: 100%;
}
.single_product{
margin-left: 0;
margin-right: 0;
}
.woocommerce img, .woocommerce-page img {
height: auto;
max-width: inherit;
}
.headerInnerWrap.cor_header{
display: none;
}
.contactInfo::after{
left: 0;
}
#ship-to-different-address input[type="checkbox"]:checked + label::after{
top: -2px;
}
#order_comments_field{
margin-bottom: 30px;
}
.woocommerce-checkout-review-order tfoot tr th{
width: 10px;
}
#add_payment_method #payment ul.payment_methods li img, 
.woocommerce-cart #payment ul.payment_methods li img,
.woocommerce-checkout #payment ul.payment_methods li img{
width: 110px;
}
.woocommerce-checkout-review-order #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce-checkout-review-order button.button.alt,
.woocommerce input.button.alt{
padding: 0 10px;
}
.woocommerce table.shop_table_responsive tbody th, 
.woocommerce table.shop_table_responsive thead,
.woocommerce-page table.shop_table_responsive tbody th, 
.woocommerce-page table.shop_table_responsive thead{
display: block;
}
.woocommerce #content table.cart .product-thumbnail, 
.woocommerce table.cart .product-thumbnail, 
.woocommerce table.my_account_orders tr td.order-actions::before,
.woocommerce table.shop_table_responsive tr td.actions::before, 
.woocommerce table.shop_table_responsive tr td.product-remove::before, 
.woocommerce-page #content table.cart .product-thumbnail, 
.woocommerce-page table.cart .product-thumbnail, 
.woocommerce-page table.my_account_orders tr td.order-actions::before,
.woocommerce-page table.shop_table_responsive tr td.actions::before, 
.woocommerce-page table.shop_table_responsive tr td.product-remove::before{
display: block;
border: none;
}
.woocommerce table.shop_table_responsive tr td::before, 
.woocommerce-page table.shop_table_responsive tr td::before {
content: attr(data-title) " ";
float: left;
font-weight: 700;
display: none;
}
.cart_table tbody tr td.product-thumbnail img{
position: absolute;
top: 0;
left: 0;
}
.cart_table tbody tr td.product-remove {
border: medium none;
left: auto;
padding-right: 0;
position: absolute;
right: auto;
text-align: left;
top: -28px;
}
.hidden_mobile{
display: none !important;
}
.shop_table.shop_table_responsive.cart.cart_table tr th{
float: left;
width: 33.33%;
margin-bottom: 12px;
}
.shop_table.shop_table_responsive.cart.cart_table tr th.product-remove{
display: none;
}
.cart_table tbody tr td.product-price {
display: none;
}
.shop_table.cart.cart_table .cart_item {
border-bottom: thin dotted #e2e2e2;
margin-bottom: 13px;
padding-top: 11px;
position: relative;
}
.sy_btn.updateCartBtn {
padding: 23px 37px 19px 36px;
}
.woocommerce .cart-collaterals .cart_totals, 
.woocommerce-page .cart-collaterals .cart_totals {
margin-top: 0;
width: 100%;
}
.cart_totals table tr th,
.cart_totals table tr td{
width: 100% !important;
}
.cart_totals table tr.cart-subtotal > td {
position: absolute;
top: 56px;
}
.cart_totals table tr.shipping > th {
border-bottom: medium none !important;
width: 10px;
}
.cart_totals table tr.shipping > td {
text-align: left !important;
}
.woocommerce table.shop_table tbody tr th{
padding-left: 0;
}
.cart_totals.calculated_shipping .order-total > td {
position: relative;
top: -75px;
}
.cart_totals table tr.shipping{
border-bottom: 1px dotted #e2e2e2;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
letter-spacing: 0;
padding: 14px 26px 20px 29px;
}
.woocommerce-checkout .productDetailsSection{
padding-bottom: 0;
}
.woocommerce-checkout-review-order tbody tr td{
width: 20%;
}
.wc_payment_methods li label::before{
top: -1px;
}
.team_heading_class .vc_column-inner{
margin-top: 0 !important;
padding-left: 30px !important;
}
.shopSectionRoin {
padding: 0;
}
.myAccountSection {
padding: 0;
}
.sliderCaption2{}
.sliderCaption2 h1{
font-size: 30px;
line-height: 35px;
letter-spacing: 0;
position: relative;
top: 10px;
}
.sliderCaption2 h3{
letter-spacing: 2px;
font-size: 18px;
}
.metaTwitter h2{
line-height: 1;
margin: 0 0 10px;
}
.nogrid3col .singlelWork.singleWorkGrid img{
width: 100%;
height: auto;
}
.nogrid3col .singlelWork.singleWorkGrid .singlelWorkDec{
position: relative;
}
.xs_padding15{
padding-left: 15px !important;
padding-right: 15px !important;
}
.singleWorkGrid .singlelWorkDec{
position: relative;
}
.col_1_right_sidebar .blog_pagination{
padding-bottom: 60px;
}
.gallImg img {
height: auto;
max-width: 100%;
width: auto;
}
.journalPosts .col-sm-6.mix{
width: 100%;
}
.col_2_right_sidebar .sidebar.blog_sidebar{
margin-top: 60px;
}
.container-fluid.col_3_right_sidebar{
padding-left: 15px;
padding-right: 15px;
}
.container-fluid.col_3_right_sidebar .sidebar.blog_sidebar{
padding-left: 0;
}
.commentList ol li ul.children{
padding-left: 0;
}
.comments-area{
overflow: hidden;
}
.rowxs_class{
margin: 0;
}
.vc_row.wpb_row.vc_inner.vc_row-fluid.services_two_class{
overflow:hidden;
}
.services_two_class .vc_column-inner{
margin-left: 0 !important;
}
.blogcontAreaa [class*='vc_custom_']{
padding-top: 0 !important;
}
.services_client .wpb_single_image[class*='vc_custom_']{
margin-bottom: 0 !important;
}
} @media(min-width:361px) and (max-width:640px){
.scrolltoDown{
top: 250px;
}
.sliderSection::after{
height: 120px;
}
.serviceHead {
font-size: 20px;
}
.serviceDesc {
font-size: 18px;
}
.testiMeta::after{
left: 80px;
}
} @media(min-width:600px) and (max-width:640px){
.discoverRes img{
width: 100%;
}
.serviceHead {
font-size: 40px;
line-height: 50px;
top: 75px;
}
.serviceDesc {
bottom: 95px;
font-size: 20px;
line-height: 30px;
}
.folio_hover h1 {
font-size: 60px;
line-height: 60px;
}
}
@media(min-width: 990px) and (max-width: 1280px){
.about_02_extra_class .vc_column-inner{
padding-left: 15px !important;
padding-top: 0 !important;
}
.conarea.singleFoliocon{
padding: 0;
}
.line_bar.aboutLinebar {
width: 150px !important;
}
.team_heading_class .tw_heading{
padding-left: 31px !important;
padding-right: 30px !important;
}
.team_heading_class .tw_heading h2 {
font-size: 25px !important;
line-height: 35px !important;
padding-left: 30px !important;
padding-right: 10px !important;
}
.smclearfix_class{
display: block !important;;
}
.container-fluid.col_3_right_sidebar .sidebar.blog_sidebar{
padding-left: 0;
}
.services_client .wpb_single_image[class*='vc_custom_']{
margin-bottom: 30px !important;
}
}
@media (min-width: 1270px) and (max-width: 1280px){
.twitterfeed {
height: 100%;
padding: 177px 20px;
}
}
@media (min-width: 1281px) and (max-width: 1346px){
.twitterfeed {
height: auto;
}
}
@media (min-width: 1441px) and (max-width: 1681px){
.singleInst img {
height: inherit;
}
.twitterfeed{
padding: 5px 0 0;
}
.singleInst.big img{
min-height: inherit;
}
}
@media (min-width: 320px) and (max-width: 767px){
.commentList ol li ul.children{
padding-left: 10px;
}
.comAutReply a.upvote::before{
display: none;
}
.comAutReply a.comment-reply-link::before{
display: none;
}
.comAutReply a{
margin-right: 10px;
}
.commentList ol > li.pingbackli span.pingbacks{
position: relative;
margin: 0 0 15px;
}
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  { 
.serviceHead {
top: 64px !important;
width: 34% !important;
}
.serviceDesc {
bottom: 95px !important;
font-size: 22px !important;
padding-right: 68px !important;
width: 41% !important;
}
.iconBox h3 {
font-size: 17px;
line-height: 1.1 ;
letter-spacing: 0px;
word-break: inherit;
height: 40px;
}
.iconBox p{
font-size: 18px !important;
line-height: 28px !important;
}
#services .iconBox p{
height: 330px;
}
.half_bg_btn {
font-weight: 300!important;
}
.folio_hover h1 {
font-size: 30px;
line-height: 40px;
}
.folio_hover .fh_con {
width: 80%;
}
.folio_hover p.catsa {
font-size: 13px;
letter-spacing: 1.6px;}
.pLHover h2 {
font-size: 19px;
line-height: 27px;
}
.pLHover h6 {
font-size: 12px;}
.teammTitle{
line-height: 22px;
}
.pcarefeatures .serBoxH h2{
font-size: 15px !important;
}
.pcarefeatures  p{
line-height: 24px !important;
}
}
@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 736px) 
and (orientation : landscape) { 
.scrolltoDown {
bottom: 60px;
}
.sliderBar::after {
height: 140px;
}
}
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : landscape) { 
.scrolltoDown {
bottom: 60px;
}
.sliderBar::after {
height: 140px;
}
}
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : portrait) { 
.sliderCaption h1{
font-size: 30px;
}
.scrolltoDown {
bottom: 0px;
}
.serviceHead {
font-size: 14px !important;
width: 45% !important;
}
.serviceDesc {
font-size: 14px !important;
font-weight: 300 !important;
width: 46% !important;
padding-right: 20px !important;
}
}
@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 736px) 
and (orientation : portrait) { 
.scrolltoDown {
bottom: 0px;
}
}
@media only screen and (min-device-width : 320px) and (max-device-height : 568px) { 
.pLHover h2{
font-size: 14px;
line-height: 19px;
}
}
@media only screen and (min-device-width : 320px) and (max-device-width : 767px) { 
.serviceHead {
font-size:  14px !important;
width: 50% !important;
}
.serviceDesc {
bottom: 18px !important;
line-height: 19px !important;
width: 45% !important;
}
}
@media only screen and (min-device-width : 414px) and (max-device-width : 736px) { 
.serviceHead {
font-size: 23px !important;
line-height: 24px !important;
top: 45px !important;
width: 42% !important;
padding-left: 45px !important;
}
.serviceDesc {
font-size: 18px !important;
font-weight: 300 !important;
width: 46% !important;
padding-right: 20px !important;
}
}
@media only screen and (min-width: 1000px) {
#services .iconBox p {
height: 270px;
}
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  {
.paginations .page-numbers{
margin-top:25px;
}
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) 
and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 40/71)
{
.pLHover h6{
font-size: 13px;
line-height: 15px;
}
} @media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation : portrait) {
.pLHover h2 {
font-size: 18px;
line-height: 28px;
}
} @media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation : landscape) {
.pLHover h2 {
font-size: 18px;
line-height: 28px;
}
} @media only screen and (min-device-width: 360px) and (max-device-width: 740px) and (orientation : landscape) {
.scrolltoDown {
bottom: 59px;
}
.sliderBar::after {
bottom: -143px;}
.serviceHead {
font-size: 33px !important;
line-height: 40px;
}
.serviceDesc {
line-height: 40px !important;
font-size: 24px;
}
} @media only screen and (min-device-width: 306px) and (max-device-width: 712px) and (orientation : landscape) {
.scrolltoDown {
bottom: 40px;
}
.sliderBar::after {
bottom: -143px;}
} @media only screen and (min-device-width: 408px) and (max-device-width: 746px) and (orientation : landscape) {
.scrolltoDown {
bottom: 59px;
}
.sliderBar::after {
bottom: -143px;}
.serviceHead {
font-size: 33px !important;
line-height: 40px;
}
.serviceDesc {
line-height: 40px !important;
font-size: 24px;
}
} @media only screen and (min-device-height: 768px) and (max-device-width: 1024px) and (orientation : portrait) {
.telecombss{
background:white;
}
}
@media only screen and (min-device-height: 768px) and (max-device-width: 1024px) and (orientation : landscape) {
.telecombss{
background:white;
}
} @media only screen and (min-device-width: 360px) and (max-device-width: 765px) and (orientation : landscape) {
.scrolltoDown {
bottom: 40px;
}
.sliderBar::after {
bottom: -160px;}
.serviceHead {
font-size: 33px !important;
line-height: 40px;
}
.serviceDesc {
line-height: 40px !important;
font-size: 24px;
}
}
.callUs {
margin-left: 15px;
}