@charset 'UTF-8';
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(//ceproqatar.com/wp-content/plugins/busico-helper/assets/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}@keyframes bounce {
20%,
53%,
80%,
from,
to {
animation-timing-function: cubic-bezier(.215, .61, .355, 1);
transform: translate3d(0, 0, 0)
}
40%,
43% {
animation-timing-function: cubic-bezier(.755, .050, .855, .060);
transform: translate3d(0, -30px, 0)
}
70% {
animation-timing-function: cubic-bezier(.755, .050, .855, .060);
transform: translate3d(0, -15px, 0)
}
90% {
transform: translate3d(0, -4px, 0)
}
}
.bounce {
animation-name: bounce;
transform-origin: center bottom
}
@keyframes flash {
50%,
from,
to {
opacity: 1
}
25%,
75% {
opacity: 0
}
}
.flash {
animation-name: flash
}
@keyframes pulse {
from,
to {
transform: scale3d(1, 1, 1)
}
50% {
transform: scale3d(1.05, 1.05, 1.05)
}
}
.pulse {
animation-name: pulse
}
@keyframes rubberBand {
from,
to {
transform: scale3d(1, 1, 1)
}
30% {
transform: scale3d(1.25, .75, 1)
}
40% {
transform: scale3d(.75, 1.25, 1)
}
50% {
transform: scale3d(1.15, .85, 1)
}
65% {
transform: scale3d(.95, 1.05, 1)
}
75% {
transform: scale3d(1.05, .95, 1)
}
}
.rubberBand {
animation-name: rubberBand
}
@keyframes shake {
from,
to {
transform: translate3d(0, 0, 0)
}
10%,
30%,
50%,
70%,
90% {
transform: translate3d(-10px, 0, 0)
}
20%,
40%,
60%,
80% {
transform: translate3d(10px, 0, 0)
}
}
.shake {
animation-name: shake
}
@keyframes headShake {
0% {
transform: translateX(0)
}
6.5% {
transform: translateX(-6px) rotateY(-9deg)
}
18.5% {
transform: translateX(5px) rotateY(7deg)
}
31.5% {
transform: translateX(-3px) rotateY(-5deg)
}
43.5% {
transform: translateX(2px) rotateY(3deg)
}
50% {
transform: translateX(0)
}
}
.headShake {
animation-timing-function: ease-in-out;
animation-name: headShake
}
@keyframes swing {
20% {
transform: rotate3d(0, 0, 1, 15deg)
}
40% {
transform: rotate3d(0, 0, 1, -10deg)
}
60% {
transform: rotate3d(0, 0, 1, 5deg)
}
80% {
transform: rotate3d(0, 0, 1, -5deg)
}
to {
transform: rotate3d(0, 0, 1, 0deg)
}
}
.swing {
transform-origin: top center;
animation-name: swing
}
@keyframes tada {
from,
to {
transform: scale3d(1, 1, 1)
}
10%,
20% {
transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
}
30%,
50%,
70%,
90% {
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
}
40%,
60%,
80% {
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
}
}
.tada {
animation-name: tada
}
@keyframes wobble {
from,
to {
transform: none
}
15% {
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
}
30% {
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
}
45% {
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
}
60% {
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
}
75% {
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
}
}
.wobble {
animation-name: wobble
}
@keyframes jello {
11.1%,
from,
to {
transform: none
}
22.2% {
transform: skewX(-12.5deg) skewY(-12.5deg)
}
33.3% {
transform: skewX(6.25deg) skewY(6.25deg)
}
44.4% {
transform: skewX(-3.125deg) skewY(-3.125deg)
}
55.5% {
transform: skewX(1.5625deg) skewY(1.5625deg)
}
66.6% {
transform: skewX(-.78125deg) skewY(-.78125deg)
}
77.7% {
transform: skewX(.390625deg) skewY(.390625deg)
}
88.8% {
transform: skewX(-.1953125deg) skewY(-.1953125deg)
}
}
.jello {
animation-name: jello;
transform-origin: center
}
@keyframes bounceIn {
20%,
40%,
60%,
80%,
from,
to {
animation-timing-function: cubic-bezier(.215, .61, .355, 1)
}
0% {
opacity: 0;
transform: scale3d(.3, .3, .3)
}
20% {
transform: scale3d(1.1, 1.1, 1.1)
}
40% {
transform: scale3d(.9, .9, .9)
}
60% {
opacity: 1;
transform: scale3d(1.03, 1.03, 1.03)
}
80% {
transform: scale3d(.97, .97, .97)
}
to {
opacity: 1;
transform: scale3d(1, 1, 1)
}
}
.bounceIn {
animation-name: bounceIn
}
@keyframes bounceInDown {
60%,
75%,
90%,
from,
to {
animation-timing-function: cubic-bezier(.215, .61, .355, 1)
}
0% {
opacity: 0;
transform: translate3d(0, -3000px, 0)
}
60% {
opacity: 1;
transform: translate3d(0, 25px, 0)
}
75% {
transform: translate3d(0, -10px, 0)
}
90% {
transform: translate3d(0, 5px, 0)
}
to {
transform: none
}
}
.bounceInDown {
animation-name: bounceInDown
}
@keyframes bounceInLeft {
60%,
75%,
90%,
from,
to {
animation-timing-function: cubic-bezier(.215, .61, .355, 1)
}
0% {
opacity: 0;
transform: translate3d(-3000px, 0, 0)
}
60% {
opacity: 1;
transform: translate3d(25px, 0, 0)
}
75% {
transform: translate3d(-10px, 0, 0)
}
90% {
transform: translate3d(5px, 0, 0)
}
to {
transform: none
}
}
.bounceInLeft {
animation-name: bounceInLeft
}
@keyframes bounceInRight {
60%,
75%,
90%,
from,
to {
animation-timing-function: cubic-bezier(.215, .61, .355, 1)
}
from {
opacity: 0;
transform: translate3d(3000px, 0, 0)
}
60% {
opacity: 1;
transform: translate3d(-25px, 0, 0)
}
75% {
transform: translate3d(10px, 0, 0)
}
90% {
transform: translate3d(-5px, 0, 0)
}
to {
transform: none
}
}
.bounceInRight {
animation-name: bounceInRight
}
@keyframes bounceInUp {
60%,
75%,
90%,
from,
to {
animation-timing-function: cubic-bezier(.215, .61, .355, 1)
}
from {
opacity: 0;
transform: translate3d(0, 3000px, 0)
}
60% {
opacity: 1;
transform: translate3d(0, -20px, 0)
}
75% {
transform: translate3d(0, 10px, 0)
}
90% {
transform: translate3d(0, -5px, 0)
}
to {
transform: translate3d(0, 0, 0)
}
}
.bounceInUp {
animation-name: bounceInUp
}
@keyframes fadeIn {
from {
opacity: 0
}
to {
opacity: 1
}
}
.fadeIn {
animation-name: fadeIn
}
@keyframes fadeInDown {
from {
opacity: 0;
transform: translate3d(0, -30%, 0)
}
to {
opacity: 1;
transform: none
}
}
.fadeInDown {
animation-name: fadeInDown
}
@keyframes fadeInLeft {
from {
opacity: 0;
transform: translate3d(-30%, 0, 0)
}
to {
opacity: 1;
transform: none
}
}
.fadeInLeft {
animation-name: fadeInLeft
}
@keyframes fadeInRight {
from {
opacity: 0;
transform: translate3d(30%, 0, 0)
}
to {
opacity: 1;
transform: none
}
}
.fadeInRight {
animation-name: fadeInRight
}
@keyframes fadeInUp {
from {
opacity: 0;
transform: translate3d(0, 30%, 0)
}
to {
opacity: 1;
transform: none
}
}
.fadeInUp {
animation-name: fadeInUp
}
@keyframes lightSpeedIn {
from {
transform: translate3d(30%, 0, 0) skewX(-30deg);
opacity: 0
}
60% {
transform: skewX(20deg);
opacity: 1
}
80% {
transform: skewX(-5deg);
opacity: 1
}
to {
transform: none;
opacity: 1
}
}
.lightSpeedIn {
animation-name: lightSpeedIn;
animation-timing-function: ease-out
}
@keyframes rotateIn {
from {
transform-origin: center;
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0
}
to {
transform-origin: center;
transform: none;
opacity: 1
}
}
.rotateIn {
animation-name: rotateIn
}
@keyframes rotateInDownLeft {
from {
transform-origin: left bottom;
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0
}
to {
transform-origin: left bottom;
transform: none;
opacity: 1
}
}
.rotateInDownLeft {
animation-name: rotateInDownLeft
}
@keyframes rotateInDownRight {
from {
transform-origin: right bottom;
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0
}
to {
transform-origin: right bottom;
transform: none;
opacity: 1
}
}
.rotateInDownRight {
animation-name: rotateInDownRight
}
@keyframes rotateInUpLeft {
from {
transform-origin: left bottom;
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0
}
to {
transform-origin: left bottom;
transform: none;
opacity: 1
}
}
.rotateInUpLeft {
animation-name: rotateInUpLeft
}
@keyframes rotateInUpRight {
from {
transform-origin: right bottom;
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0
}
to {
transform-origin: right bottom;
transform: none;
opacity: 1
}
}
.rotateInUpRight {
animation-name: rotateInUpRight
}
@keyframes rollIn {
from {
opacity: 0;
transform: translate3d(-30%, 0, 0) rotate3d(0, 0, 1, -120deg)
}
to {
opacity: 1;
transform: none
}
}
.rollIn {
animation-name: rollIn
}
@keyframes zoomIn {
from {
opacity: 0;
transform: scale3d(.3, .3, .3)
}
50% {
opacity: 1
}
}
.zoomIn {
animation-name: zoomIn
}
@keyframes zoomInDown {
from {
opacity: 0;
transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
animation-timing-function: cubic-bezier(.55, .055, .675, .19)
}
60% {
opacity: 1;
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
animation-timing-function: cubic-bezier(.175, .885, .32, 1)
}
}
.zoomInDown {
animation-name: zoomInDown
}
@keyframes zoomInLeft {
from {
opacity: 0;
transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
animation-timing-function: cubic-bezier(.55, .055, .675, .19)
}
60% {
opacity: 1;
transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
animation-timing-function: cubic-bezier(.175, .885, .32, 1)
}
}
.zoomInLeft {
animation-name: zoomInLeft
}
@keyframes zoomInRight {
from {
opacity: 0;
transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
animation-timing-function: cubic-bezier(.55, .055, .675, .19)
}
60% {
opacity: 1;
transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
animation-timing-function: cubic-bezier(.175, .885, .32, 1)
}
}
.zoomInRight {
animation-name: zoomInRight
}
@keyframes zoomInUp {
from {
opacity: 0;
transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
animation-timing-function: cubic-bezier(.55, .055, .675, .19)
}
60% {
opacity: 1;
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
animation-timing-function: cubic-bezier(.175, .885, .32, 1)
}
}
.zoomInUp {
animation-name: zoomInUp
}
@keyframes slideInDown {
from {
transform: translate3d(0, -30%, 0);
visibility: visible
}
to {
transform: translate3d(0, 0, 0)
}
}
.slideInDown {
animation-name: slideInDown
}
@keyframes slideInLeft {
from {
transform: translate3d(-30%, 0, 0);
visibility: visible
}
to {
transform: translate3d(0, 0, 0)
}
}
.slideInLeft {
animation-name: slideInLeft
}
@keyframes slideInRight {
from {
transform: translate3d(30%, 0, 0);
visibility: visible
}
to {
transform: translate3d(0, 0, 0)
}
}
.slideInRight {
animation-name: slideInRight
}
@keyframes slideInUp {
from {
transform: translate3d(0, 30%, 0);
visibility: visible
}
to {
transform: translate3d(0, 0, 0)
}
}
.slideInUp {
animation-name: slideInUp
}
.elementor-animation-grow {
transition-duration: .3s;
transition-property: transform
}
.elementor-animation-grow:active,
.elementor-animation-grow:focus,
.elementor-animation-grow:hover {
transform: scale(1.1)
}
.elementor-animation-shrink {
transition-duration: .3s;
transition-property: transform
}
.elementor-animation-shrink:active,
.elementor-animation-shrink:focus,
.elementor-animation-shrink:hover {
transform: scale(0.9)
}
@keyframes elementor-animation-pulse {
25% {
transform: scale(1.1)
}
75% {
transform: scale(0.9)
}
}
.elementor-animation-pulse:active,
.elementor-animation-pulse:focus,
.elementor-animation-pulse:hover {
animation-name: elementor-animation-pulse;
animation-duration: 1s;
animation-timing-function: linear;
animation-iteration-count: infinite
}
@keyframes elementor-animation-pulse-grow {
to {
transform: scale(1.1)
}
}
.elementor-animation-pulse-grow:active,
.elementor-animation-pulse-grow:focus,
.elementor-animation-pulse-grow:hover {
animation-name: elementor-animation-pulse-grow;
animation-duration: .3s;
animation-timing-function: linear;
animation-iteration-count: infinite;
animation-direction: alternate
}
@keyframes elementor-animation-pulse-shrink {
to {
transform: scale(0.9)
}
}
.elementor-animation-pulse-shrink:active,
.elementor-animation-pulse-shrink:focus,
.elementor-animation-pulse-shrink:hover {
animation-name: elementor-animation-pulse-shrink;
animation-duration: .3s;
animation-timing-function: linear;
animation-iteration-count: infinite;
animation-direction: alternate
}
@keyframes elementor-animation-push {
50% {
transform: scale(0.8)
}
30% {
transform: scale(1)
}
}
.elementor-animation-push:active,
.elementor-animation-push:focus,
.elementor-animation-push:hover {
animation-name: elementor-animation-push;
animation-duration: .3s;
animation-timing-function: linear;
animation-iteration-count: 1
}
@keyframes elementor-animation-pop {
50% {
transform: scale(1.2)
}
}
.elementor-animation-pop:active,
.elementor-animation-pop:focus,
.elementor-animation-pop:hover {
animation-name: elementor-animation-pop;
animation-duration: .3s;
animation-timing-function: linear;
animation-iteration-count: 1
}
.elementor-animation-bounce-in {
transition-duration: .5s
}
.elementor-animation-bounce-in:active,
.elementor-animation-bounce-in:focus,
.elementor-animation-bounce-in:hover {
transform: scale(1.2);
transition-timing-function: cubic-bezier(0.47, 2.02, .31, -.36)
}
.elementor-animation-bounce-out {
transition-duration: .5s
}
.elementor-animation-bounce-out:active,
.elementor-animation-bounce-out:focus,
.elementor-animation-bounce-out:hover {
transform: scale(0.8);
transition-timing-function: cubic-bezier(0.47, 2.02, .31, -.36)
}
.elementor-animation-rotate {
transition-duration: .3s;
transition-property: transform
}
.elementor-animation-rotate:active,
.elementor-animation-rotate:focus,
.elementor-animation-rotate:hover {
transform: rotate(4deg)
}
.elementor-animation-grow-rotate {
transition-duration: .3s;
transition-property: transform
}
.elementor-animation-grow-rotate:active,
.elementor-animation-grow-rotate:focus,
.elementor-animation-grow-rotate:hover {
transform: scale(1.1) rotate(4deg)
}
.elementor-animation-float {
transition-duration: .3s;
transition-property: transform;
transition-timing-function: ease-out
}
.elementor-animation-float:active,
.elementor-animation-float:focus,
.elementor-animation-float:hover {
transform: translateY(-8px)
}
.elementor-animation-sink {
transition-duration: .3s;
transition-property: transform;
transition-timing-function: ease-out
}
.elementor-animation-sink:active,
.elementor-animation-sink:focus,
.elementor-animation-sink:hover {
transform: translateY(8px)
}
@keyframes elementor-animation-bob {
0% {
transform: translateY(-8px)
}
50% {
transform: translateY(-4px)
}
30% {
transform: translateY(-8px)
}
}
@keyframes elementor-animation-bob-float {
30% {
transform: translateY(-8px)
}
}
.elementor-animation-bob:active,
.elementor-animation-bob:focus,
.elementor-animation-bob:hover {
animation-name: elementor-animation-bob-float, elementor-animation-bob;
animation-duration: .3s, 1.5s;
animation-delay: 0s, .3s;
animation-timing-function: ease-out, ease-in-out;
animation-iteration-count: 1, infinite;
animation-fill-mode: forwards;
animation-direction: normal, alternate
}
@keyframes elementor-animation-hang {
0% {
transform: translateY(8px)
}
50% {
transform: translateY(4px)
}
30% {
transform: translateY(8px)
}
}
@keyframes elementor-animation-hang-sink {
30% {
transform: translateY(8px)
}
}
.elementor-animation-hang:active,
.elementor-animation-hang:focus,
.elementor-animation-hang:hover {
animation-name: elementor-animation-hang-sink, elementor-animation-hang;
animation-duration: .3s, 1.5s;
animation-delay: 0s, .3s;
animation-timing-function: ease-out, ease-in-out;
animation-iteration-count: 1, infinite;
animation-fill-mode: forwards;
animation-direction: normal, alternate
}
.elementor-animation-skew {
transition-duration: .3s;
transition-property: transform
}
.elementor-animation-skew:active,
.elementor-animation-skew:focus,
.elementor-animation-skew:hover {
transform: skew(-10deg)
}
.elementor-animation-skew-forward {
transition-duration: .3s;
transition-property: transform;
transform-origin: 0 30%
}
.elementor-animation-skew-forward:active,
.elementor-animation-skew-forward:focus,
.elementor-animation-skew-forward:hover {
transform: skew(-10deg)
}
.elementor-animation-skew-backward {
transition-duration: .3s;
transition-property: transform;
transform-origin: 0 30%
}
.elementor-animation-skew-backward:active,
.elementor-animation-skew-backward:focus,
.elementor-animation-skew-backward:hover {
transform: skew(10deg)
}
@keyframes elementor-animation-wobble-vertical {
16.65% {
transform: translateY(8px)
}
33.3% {
transform: translateY(-6px)
}
49.95% {
transform: translateY(4px)
}
66.6% {
transform: translateY(-2px)
}
83.25% {
transform: translateY(1px)
}
30% {
transform: translateY(0)
}
}
.elementor-animation-wobble-vertical:active,
.elementor-animation-wobble-vertical:focus,
.elementor-animation-wobble-vertical:hover {
animation-name: elementor-animation-wobble-vertical;
animation-duration: 1s;
animation-timing-function: ease-in-out;
animation-iteration-count: 1
}
@keyframes elementor-animation-wobble-horizontal {
16.65% {
transform: translateX(8px)
}
33.3% {
transform: translateX(-6px)
}
49.95% {
transform: translateX(4px)
}
66.6% {
transform: translateX(-2px)
}
83.25% {
transform: translateX(1px)
}
30% {
transform: translateX(0)
}
}
.elementor-animation-wobble-horizontal:active,
.elementor-animation-wobble-horizontal:focus,
.elementor-animation-wobble-horizontal:hover {
animation-name: elementor-animation-wobble-horizontal;
animation-duration: 1s;
animation-timing-function: ease-in-out;
animation-iteration-count: 1
}
@keyframes elementor-animation-wobble-to-bottom-right {
16.65% {
transform: translate(8px, 8px)
}
33.3% {
transform: translate(-6px, -6px)
}
49.95% {
transform: translate(4px, 4px)
}
66.6% {
transform: translate(-2px, -2px)
}
83.25% {
transform: translate(1px, 1px)
}
30% {
transform: translate(0, 0)
}
}
.elementor-animation-wobble-to-bottom-right:active,
.elementor-animation-wobble-to-bottom-right:focus,
.elementor-animation-wobble-to-bottom-right:hover {
animation-name: elementor-animation-wobble-to-bottom-right;
animation-duration: 1s;
animation-timing-function: ease-in-out;
animation-iteration-count: 1
}
@keyframes elementor-animation-wobble-to-top-right {
16.65% {
transform: translate(8px, -8px)
}
33.3% {
transform: translate(-6px, 6px)
}
49.95% {
transform: translate(4px, -4px)
}
66.6% {
transform: translate(-2px, 2px)
}
83.25% {
transform: translate(1px, -1px)
}
30% {
transform: translate(0, 0)
}
}
.elementor-animation-wobble-to-top-right:active,
.elementor-animation-wobble-to-top-right:focus,
.elementor-animation-wobble-to-top-right:hover {
animation-name: elementor-animation-wobble-to-top-right;
animation-duration: 1s;
animation-timing-function: ease-in-out;
animation-iteration-count: 1
}
@keyframes elementor-animation-wobble-top {
16.65% {
transform: skew(-12deg)
}
33.3% {
transform: skew(10deg)
}
49.95% {
transform: skew(-6deg)
}
66.6% {
transform: skew(4deg)
}
83.25% {
transform: skew(-2deg)
}
30% {
transform: skew(0)
}
}
.elementor-animation-wobble-top {
transform-origin: 0 30%
}
.elementor-animation-wobble-top:active,
.elementor-animation-wobble-top:focus,
.elementor-animation-wobble-top:hover {
animation-name: elementor-animation-wobble-top;
animation-duration: 1s;
animation-timing-function: ease-in-out;
animation-iteration-count: 1
}
@keyframes elementor-animation-wobble-bottom {
16.65% {
transform: skew(-12deg)
}
33.3% {
transform: skew(10deg)
}
49.95% {
transform: skew(-6deg)
}
66.6% {
transform: skew(4deg)
}
83.25% {
transform: skew(-2deg)
}
30% {
transform: skew(0)
}
}
.elementor-animation-wobble-bottom {
transform-origin: 30% 0
}
.elementor-animation-wobble-bottom:active,
.elementor-animation-wobble-bottom:focus,
.elementor-animation-wobble-bottom:hover {
animation-name: elementor-animation-wobble-bottom;
animation-duration: 1s;
animation-timing-function: ease-in-out;
animation-iteration-count: 1
}
@keyframes elementor-animation-wobble-skew {
16.65% {
transform: skew(-12deg)
}
33.3% {
transform: skew(10deg)
}
49.95% {
transform: skew(-6deg)
}
66.6% {
transform: skew(4deg)
}
83.25% {
transform: skew(-2deg)
}
30% {
transform: skew(0)
}
}
.elementor-animation-wobble-skew:active,
.elementor-animation-wobble-skew:focus,
.elementor-animation-wobble-skew:hover {
animation-name: elementor-animation-wobble-skew;
animation-duration: 1s;
animation-timing-function: ease-in-out;
animation-iteration-count: 1
}
@keyframes elementor-animation-buzz {
50% {
transform: translateX(3px) rotate(2deg)
}
30% {
transform: translateX(-3px) rotate(-2deg)
}
}
.elementor-animation-buzz:active,
.elementor-animation-buzz:focus,
.elementor-animation-buzz:hover {
animation-name: elementor-animation-buzz;
animation-duration: .15s;
animation-timing-function: linear;
animation-iteration-count: infinite
}
@keyframes elementor-animation-buzz-out {
10% {
transform: translateX(3px) rotate(2deg)
}
20% {
transform: translateX(-3px) rotate(-2deg)
}
30% {
transform: translateX(3px) rotate(2deg)
}
40% {
transform: translateX(-3px) rotate(-2deg)
}
50% {
transform: translateX(2px) rotate(1deg)
}
60% {
transform: translateX(-2px) rotate(-1deg)
}
70% {
transform: translateX(2px) rotate(1deg)
}
80% {
transform: translateX(-2px) rotate(-1deg)
}
90% {
transform: translateX(1px) rotate(0)
}
30% {
transform: translateX(-1px) rotate(0)
}
}
.elementor-animation-buzz-out:active,
.elementor-animation-buzz-out:focus,
.elementor-animation-buzz-out:hover {
animation-name: elementor-animation-buzz-out;
animation-duration: .75s;
animation-timing-function: linear;
animation-iteration-count: 1
}.mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8; }
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden; }
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
box-sizing: border-box; }
.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle; }
.mfp-align-top .mfp-container:before {
display: none; }
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045; }
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto; }
.mfp-ajax-cur {
cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: -moz-zoom-out;
cursor: -webkit-zoom-out;
cursor: zoom-out; }
.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in; }
.mfp-auto-cursor .mfp-content {
cursor: auto; }
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none; }
.mfp-loading.mfp-figure {
display: none; }
.mfp-hide {
display: none !important; }
.mfp-preloader {
color: #CCC;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044; }
.mfp-preloader a {
color: #CCC; }
.mfp-preloader a:hover {
color: #FFF; }
.mfp-s-ready .mfp-preloader {
display: none; }
.mfp-s-error .mfp-content {
display: none; }
button.mfp-close,
button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
box-shadow: none;
touch-action: manipulation; }
button::-moz-focus-inner {
padding: 0;
border: 0; }
.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
padding: 0 0 18px 10px;
color: #FFF;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace; }
.mfp-close:hover,
.mfp-close:focus {
opacity: 1; }
.mfp-close:active {
top: 1px; }
.mfp-close-btn-in .mfp-close {
color: #333; }
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
color: #FFF;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%; }
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #CCC;
font-size: 12px;
line-height: 18px;
white-space: nowrap; }
.mfp-arrow {
position: absolute;
opacity: 0.65;
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
margin-top: -54px; }
.mfp-arrow:hover,
.mfp-arrow:focus {
opacity: 1; }
.mfp-arrow:before,
.mfp-arrow:after {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent; }
.mfp-arrow:after {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px; }
.mfp-arrow:before {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: 0.7; }
.mfp-arrow-left {
left: 0; }
.mfp-arrow-left:after {
border-right: 17px solid #FFF;
margin-left: 31px; }
.mfp-arrow-left:before {
margin-left: 25px;
border-right: 27px solid #3F3F3F; }
.mfp-arrow-right {
right: 0; }
.mfp-arrow-right:after {
border-left: 17px solid #FFF;
margin-left: 39px; }
.mfp-arrow-right:before {
border-left: 27px solid #3F3F3F; }
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px; }
.mfp-iframe-holder .mfp-close {
top: -40px; }
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #000; } img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto; } .mfp-figure {
line-height: 0; }
.mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444; }
.mfp-figure small {
color: #BDBDBD;
display: block;
font-size: 12px;
line-height: 14px; }
.mfp-figure figure {
margin: 0; }
.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto; }
.mfp-title {
text-align: left;
line-height: 18px;
color: #F3F3F3;
word-wrap: break-word;
padding-right: 36px; }
.mfp-image-holder .mfp-content {
max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer; }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) { .mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0; }
.mfp-img-mobile img.mfp-img {
padding: 0; }
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0; }
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px; }
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
box-sizing: border-box; }
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0; }
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px; }
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0; } }
@media all and (max-width: 900px) {
.mfp-arrow {
-webkit-transform: scale(0.75);
transform: scale(0.75); }
.mfp-arrow-left {
-webkit-transform-origin: 0;
transform-origin: 0; }
.mfp-arrow-right {
-webkit-transform-origin: 100%;
transform-origin: 100%; }
.mfp-container {
padding-left: 6px;
padding-right: 6px; } }
.slick-slider
{
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list
{
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus
{
outline: none;
}
.slick-list.dragging
{
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track
{
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
display: table;
content: '';
}
.slick-track:after
{
clear: both;
}
.slick-loading .slick-track
{
visibility: hidden;
}
.slick-slide
{
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide
{
float: right;
}
.slick-slide img
{
display: block;
}
.slick-slide.slick-loading img
{
display: none;
}
.slick-slide.dragging img
{
pointer-events: none;
}
.slick-initialized .slick-slide
{
display: block;
}
.slick-loading .slick-slide
{
visibility: hidden;
}
.slick-vertical .slick-slide
{
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}
 .slick-loading .slick-list
{
background: #fff url(//ceproqatar.com/wp-content/plugins/busico-helper/assets/img/ajax-loader.gif) center center no-repeat;
} @font-face
{
font-family: 'slick';
font-weight: normal;
font-style: normal;
src: url(//ceproqatar.com/wp-content/plugins/busico-helper/assets/fonts/slick.eot);
src: url(//ceproqatar.com/wp-content/plugins/busico-helper/assets/fonts/slick.eot?#iefix) format('embedded-opentype'), url(//ceproqatar.com/wp-content/plugins/busico-helper/assets/fonts/slick.woff) format('woff'), url(//ceproqatar.com/wp-content/plugins/busico-helper/assets/fonts/slick.ttf) format('truetype'), url(//ceproqatar.com/wp-content/plugins/busico-helper/assets/fonts/slick.svg#slick) format('svg');
} .slick-prev,
.slick-next
{
font-size: 0;
line-height: 0;
position: absolute;
top: 50%;
display: block;
width: 20px;
height: 20px;
padding: 0;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
cursor: pointer;
color: transparent;
border: none;
outline: none;
background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
color: transparent;
outline: none;
background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
opacity: .25;
}
.slick-prev:before,
.slick-next:before
{
font-family: 'slick';
font-size: 20px;
line-height: 1;
opacity: .75;
color: white;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-prev
{
left: -25px;
}
[dir='rtl'] .slick-prev
{
right: -25px;
left: auto;
}
.slick-prev:before
{
content: '←';
}
[dir='rtl'] .slick-prev:before
{
content: '→';
}
.slick-next
{
right: -25px;
}
[dir='rtl'] .slick-next
{
right: auto;
left: -25px;
}
.slick-next:before
{
content: '→';
}
[dir='rtl'] .slick-next:before
{
content: '←';
} .slick-dotted.slick-slider
{
margin-bottom: 30px;
}
.slick-dots
{
position: absolute;
bottom: -25px;
display: block;
width: 100%;
padding: 0;
margin: 0;
list-style: none;
text-align: center;
}
.slick-dots li
{
position: relative;
display: inline-block;
width: 20px;
height: 20px;
margin: 0 5px;
padding: 0;
cursor: pointer;
}
.slick-dots li button
{
font-size: 0;
line-height: 0;
display: block;
width: 20px;
height: 20px;
padding: 5px;
cursor: pointer;
color: transparent;
border: 0;
outline: none;
background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
opacity: 1;
}
.slick-dots li button:before
{
font-family: 'slick';
font-size: 6px;
line-height: 20px;
position: absolute;
top: 0;
left: 0;
width: 20px;
height: 20px;
content: '•';
text-align: center;
opacity: .25;
color: black;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
opacity: .75;
color: black;
}@media (min-width: 1025px) {
.container {
max-width: 1170px;
}
.elementor-widget-container .container-fluid {
margin: 0;
padding: 0;
}
}
@media only screen and (min-width: 1400px) {
.elementor-section.elementor-section-boxed>.elementor-container {
max-width: 1220px;
}
.container {
max-width: 1220px;
}
}
.rrdevs-addons-pricing-table-badge-wrapper {
transition: 0.4s;
} a.busico-btn,
.busico-btn {
background: var(--accent-color);
line-height: 25px;
font-size: 17px;
padding-bottom: 5px;
position: relative;
display: inline-flex;
cursor: pointer;
overflow: hidden;
justify-content: center;
color: #fff;
padding: 15px 45px;
border-radius: 5px;
-webkit-transition-duration: 0.50s;
transition-duration: 0.50s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
a.busico-btn.btn-type-boxed {
background-color: var(--accent-color);
color: #fff;
font-weight: 500;
line-height: 24px;
padding: 20px 40px 15px;
border-radius: 0px;
display: inline-flex;
border-color: transparent;
align-items: center;
} .busico-btn-style1-bottom,
.busico-btn-style1-top,
.busico-btn-style1-right,
.busico-btn-style1-left,
.busico-btn-style2-shutouthor,
.busico-btn-style2-shutoutver,
.busico-btn-style2-shutinhor,
.busico-btn-style2-shutinver,
.busico-btn-style2-scshutouthor,
.busico-btn-style2-scshutoutver,
.busico-btn-style2-dshutinhor,
.busico-btn-style2-dshutinver,
.busico-btn-style3-radialin,
.busico-btn-style3-radialout,
.busico-btn-style3-rectin,
.busico-btn-style3-rectout {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition: all 0.3s ease-in-out !important;
-moz-transition: all 0.3s ease-in-out !important;
-ms-transition: all 0.3s ease-in-out !important;
-o-transition: all 0.3s ease-in-out !important;
transition: all 0.3s ease-in-out !important;
}
.busico-btn-style1-bottom:before,
.busico-btn-style1-top:before,
.busico-btn-style1-right:before,
.busico-btn-style1-left:before,
.busico-btn-style2-shutinhor:before,
.busico-btn-style2-shutinver:before,
.busico-btn-style2-shutouthor:before,
.busico-btn-style2-shutoutver:before,
.busico-btn-style2-scshutouthor:before,
.busico-btn-style2-scshutoutver:before,
.busico-btn-style2-dshutinhor:before,
.busico-btn-style2-dshutinver:before,
.busico-btn-style3-radialin:before,
.busico-btn-style3-radialout:before,
.busico-btn-style3-rectin:before,
.busico-btn-style3-rectout:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
-webkit-transform: scaleY(0);
transform: scaleY(0);
-webkit-transform-origin: 50% 0;
transform-origin: 50% 0;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.50s;
transition-duration: 0.50s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.busico-btn-style3-radialin:before,
.busico-btn-style3-radialout:before {
-webkit-transform-origin: 50%;
transform-origin: 50%;
border-radius: 100%;
-webkit-transform: scale(0);
transform: scale(0);
}
.busico-btn-style3-radialin:before {
-webkit-transform: scale(2);
transform: scale(2);
}
.busico-btn-style3-rectin:before,
.busico-btn-style3-rectout:before {
-webkit-transform-origin: 50%;
transform-origin: 50%;
-webkit-transform: scale(1);
transform: scale(1);
}
.busico-btn-style3-rectout:before {
-webkit-transform: scale(0);
transform: scale(0);
}
.busico-btn-style3-rectout:hover:before {
-webkit-transform: scale(1);
transform: scale(1);
}
.busico-btn-style3-rectin:hover:before {
-webkit-transform: scale(0);
transform: scale(0);
}
.busico-btn-style3-radialout:hover:before {
-webkit-transform: scale(2);
transform: scale(2);
}
.busico-btn-style3-radialin:hover:before {
-webkit-transform: scale(0);
transform: scale(0);
}
.busico-btn-style1-top:before {
-webkit-transform-origin: 50% 100%;
transform-origin: 50% 100%;
}
.busico-btn-style1-right:before {
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: 0% 50%;
transform-origin: 0% 50%;
}
.busico-btn-style1-left:before {
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: 100% 50%;
transform-origin: 100% 50%;
}
.busico-btn-style2-shutouthor:before,
.busico-btn-style2-scshutoutver:before {
-webkit-transform: scaleY(0);
transform: scaleY(0);
-webkit-transform-origin: 100% 50%;
transform-origin: 100% 50%;
}
.busico-btn-style2-shutoutver:before,
.busico-btn-style2-scshutouthor:before {
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
}
.busico-btn-style2-shutinhor:before {
-webkit-transform: scaleX(1);
transform: scaleX(1);
-webkit-transform-origin: 50%;
transform-origin: 50%;
}
.busico-btn-style2-shutinver:before {
-webkit-transform: scaleY(1);
transform: scaleY(1);
-webkit-transform-origin: 50%;
transform-origin: 50%;
}
.busico-btn-style1-bottom:hover:before,
.busico-btn-style1-top:hover:before {
-webkit-transform: scaleY(1);
transform: scaleY(1);
}
.busico-btn-style1-left:hover:before,
.busico-btn-style1-right:hover:before,
.busico-btn-style2-shutouthor:hover:before,
.busico-btn-style2-shutoutver:hover:before {
-webkit-transform: scaleX(1);
transform: scaleX(1);
}
.busico-btn-style2-shutinhor:hover:before {
-webkit-transform: scaleX(0);
transform: scaleX(0);
}
.busico-btn-style2-shutinver:hover:before {
-webkit-transform: scaleY(0);
transform: scaleY(0);
}
.busico-btn-style2-scshutouthor:hover:before {
-webkit-transform: scaleX(0.9);
transform: scaleX(0.9);
}
.busico-btn-style2-scshutoutver:hover:before {
-webkit-transform: scaleY(0.8);
transform: scaleY(0.8);
} .busico-btn-style2-dshutinhor:before,
.busico-btn-style2-dshutinver:before {
top: 50%;
left: 50%;
width: 120%;
height: 0%;
-webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
transform: translateX(-50%) translateY(-50%) rotate(-45deg);
-webkit-transform-origin: 50%;
transform-origin: 50%;
-webkit-transition-property: all;
transition-property: all;
}
.busico-btn-style2-dshutinver:before {
-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.busico-btn-style2-dshutinhor:hover:before,
.busico-btn-style2-dshutinver:hover:before {
height: 220%;
}
.busico-btn-wrapper {
overflow: hidden;
} .busico-btn.style-one {
display: inline-block;
overflow: hidden;
transition: all 0.2s linear 0s;
}
.busico-btn.style-one:before {
content: "\f061";
font-family: "Font Awesome 5 Free";
font-weight: 900;
font-size: 15px;
position: absolute;
display: flex;
align-items: center;
justify-content: center;
right: 0;
top: 2px;
opacity: 0;
height: 100%;
width: 40px;
transform: translateX(100%);
transition: all 0.2s linear 0s;
}
.busico-btn.style-one:hover {
text-indent: -20px;
}
.busico-btn.style-one:hover:before {
opacity: 1;
text-indent: 0px;
transform: translateX(-25%);
} .busico-btn.style-two {
display: inline-block;
position: relative;
cursor: pointer;
}
.busico-btn.style-two .content {
display: block;
}
.busico-btn.style-two::before,
.busico-btn.style-two::after {
content: "";
width: 0;
height: 2px;
position: absolute;
transition: all 0.2s linear;
background: #5454D4;
}
.busico-btn.style-two .content::before,
.busico-btn.style-two .content::after {
content: "";
width: 2px;
height: 0;
position: absolute;
transition: all 0.2s linear;
background: #5454D4;
}
.busico-btn.style-two::before {
right: 0;
top: 0;
}
.busico-btn.style-two::after {
left: 0;
bottom: 0;
}
.busico-btn.style-two:hover::before,
.busico-btn.style-two:hover::after {
width: 100%;
}
.busico-btn.style-two:hover .content::before,
.busico-btn.style-two:hover ::after {
height: 100%;
}
.busico-btn.style-two::before,
.busico-btn.style-two::after {
transition-delay: 0.2s;
}
.busico-btn.style-two span::before,
.busico-btn.style-two span::after {
transition-delay: 0s;
}
.busico-btn.style-two span::before {
left: 0;
top: 0;
}
.busico-btn.style-two span::after {
right: 0;
bottom: 0;
}
.busico-btn.style-two:hover::before,
.busico-btn.style-two:hover::after {
transition-delay: 0s;
}
.busico-btn.style-two:hover span::before,
.busico-btn.style-two:hover span::after {
transition-delay: 0.2s;
} .busico-btn.style-three:before {
content: "";
position: absolute;
z-index: -1;
left: 50%;
top: 50%;
transform: translateX(-50%) translateY(-50%);
display: block;
width: 90px;
height: 90px;
background: #ffffff;
border-radius: 50%;
animation: pulse-border 1500ms ease-out infinite;
}
@keyframes pulse-border {
0% {
transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
opacity: 1;
}
100% {
transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
opacity: 0;
}
} .busico-btn.style-four {
margin-left: -100px;
}
.busico-btn.style-four:hover {
margin-left: 0px;
} .aquan-contact-form-home-01 .busico-btn.style-one:hover:before,
.aquan-contact-us .busico-btn.style-one:hover:before {
transform: translateX(-4%);
} .all-side span.hover-animation {
position: absolute;
display: block;
width: 0;
background-color: red;
transform: translate(-50%, -50%);
transition: width 0.6s, height 0.6s;
height: 0px;
z-index: -1;
border-radius: 50%;
}
.all-side:hover span.hover-animation {
width: 350px;
height: 350px;
} .elementor-image-box-img {
transition: .4s;
}
.elementor-widget-busico-form .busico-contact-from button[type=submit],
.busico-btn {
position: relative;
z-index: 1;
overflow: hidden;
}
.elementor-widget-busico-form .busico-contact-from button[type=submit]:hover:after {
visibility: visible;
opacity: 0;
height: 474%;
left: -90px;
top: -83px;
}
.btn-icon svg * {
transition: .3s;
}
.wpcf7-form-control.wpcf7-acceptance span {
display: inline;
} .single-item {
transition: 0.4s ease-in-out;
-webkit-transition: 0.4s ease-in-out;
-moz-transition: 0.4s ease-in-out;
-ms-transition: 0.4s ease-in-out;
-o-transition: 0.4s ease-in-out;
}
.slick-dotted.slick-slider {
margin-bottom: 0px;
} .team-wrapper img {
width: 100%;
}
.team-area-style-01 .team-content-bottom {
position: absolute;
bottom: 0;
width: 86%;
background-color: #fff;
left: 7%;
word-break: break-word;
height: 90px;
overflow: hidden;
}
.team-content-bottom {
padding: 21px;
}
.team-area-style-01 .team-wrapper {
position: relative;
}
.team-area-style-01 .team-content-bottom:after {
position: absolute;
width: 0%;
height: 1px;
background-color: #FF5E14;
content: "";
right: 0;
bottom: 0;
opacity: 1;
visibility: hidden;
-webkit-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
}
.team-area-style-01 .single-item:hover .team-content-bottom:after {
opacity: 1;
visibility: visible;
width: 100%;
left: 0;
right: auto;
}
.team-slider-arrow button:hover {
background-color: #1D263A;
color: #fff;
}
.team-area-style-01 .social-icons {
opacity: 0;
visibility: visible;
-webkit-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
}
.team-area-style-01 .single-item:hover .user-identity {
opacity: 0;
visibility: visible;
margin-top: -52px;
}
.team-area-style-01 .user-identity {
webkit-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
}
.team-area-style-01 .single-item:hover .social-icons {
opacity: 1;
visibility: visible;
z-index: 1;
}
.team-area-style-01 .plus-btn {
border: 1px solid #FF5E14;
color: #FF5E14;
font-size: 20px;
width: 45px;
height: 45px;
line-height: 45px;
text-align: center;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
position: absolute;
right: 22px;
top: 50%;
transform: translateY(-50%);
}
.team-area-style-01 .plus-btn:hover {
color: #fff;
background-color: #FF5E14;
}
@media only screen and (max-width: 767px) {
.team-area-style-01 .plus-btn {
display: none;
}
} .team-area .slick-prev:before,
.team-area .slick-next:before {
display: none;
}
.single-item:focus {
outline: none;
box-shadow: none;
}
.team-slider ul.team-slider-dot-list {
margin-top: 25px;
text-align: center;
display: flex;
justify-content: center;
}
.team-slider ul.team-slider-dot-list {
list-style: none;
left: 0;
bottom: 0;
margin-bottom: 0px;
padding: 0;
}
.team-slider ul.team-slider-dot-list li.slick-active {
width: 10px !important;
height: 10px !important;
background: #2C4BFF !important;
opacity: 1;
}
.team-slider ul.team-slider-dot-list li {
border-radius: 50%;
width: 10px;
height: 10px;
opacity: .3;
margin: 0 4px;
background: #1E3D59;
cursor: pointer;
}
.team-slider ul.team-slider-dot-list li button {
display: none;
}
.team-slider-arrow .slick-active {
color: #1D263A;
}
.team-slider-arrow img {
font-size: 20px;
color: #ddd;
margin: 0px 13px;
cursor: pointer;
}
@media (min-width: 1200px) {
.team-slider ul.team-slider-dot-list {
margin-top: 40px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
.busico--tn-single.yes::before {
left: -15px;
top: -15px;
opacity: 1;
visibility: inherit;
}
.busico-case-study-content.style-two .bottom-content {
opacity: 1;
visibility: visible;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
.single-item {
margin-bottom: 30px;
margin-right: 24px;
}
.team-area {
margin-right: -24px;
margin-bottom: -24px;
}
.team-image {
width: 100%;
height: auto;
overflow: hidden;
display: block;
}
.team-area .hover-one .team-image img {
transition: all 0.4s ease-in-out;
}
.team-area .hover-one .team-image:hover img {
transform: scale(1.1);
} .social-icons:after {
position: absolute;
content: '';
height: 300px;
width: 100%;
background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #2C4BFF 74.48%);
border-radius: 10px;
transition: all 0.4s ease-in-out;
bottom: 0;
left: 0;
z-index: -1;
opacity: 0;
}
.social-icons ul {
margin-bottom: 0;
display: flex;
justify-content: center;
}
.social-icons li a {
margin: 0px 4px;
}
.single-item {
background-color: #F5F5F5;
}
.user-identity h6,
.user-identity span {
transition: 0.4s;
}
a.team-image:hover {
opacity: 1;
} .team-slider-arrow .prev {
position: absolute;
left: 0;
bottom: rgb(200, 127, 127);
}
.team-slider-arrow .next {
position: absolute;
right: 0;
bottom: 0px;
}
.team-slider-arrow .slick-active {
background: #2C4BFF;
color: #fff;
}
.team-slider-arrow button {
transition: all 0.4s ease-in-out;
font-size: 20px;
color: #1D263A;
margin: 0px 13px;
cursor: pointer;
height: 60px;
width: 60px;
background: rgba(44, 71, 255, 0.6);
line-height: 60px;
text-align: center;
} .busico-service-widget-item,
.btn-icon {
transition: 0.4s;
}
.busico-service-widget-item.hover-two {
position: relative;
overflow: hidden;
z-index: 1;
-webkit-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
}
.busico-service-bg {
position: absolute;
width: 100%;
height: 100%;
opacity: 0;
visibility: hidden;
z-index: -1;
content: "";
top: 0;
left: 0;
background-position: center center;
-webkit-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
-webkit-transform: scale(1);
transform: scale(1);
background-size: cover;
background-position: center center;
}
.busico-service-widget-item.hover-two:hover .busico-service-bg {
opacity: 1;
visibility: visible;
-webkit-transform: scale(1.1);
transform: scale(1);
padding: 40px;
}
.busico-service-bg:after {
position: absolute;
width: 100%;
height: 100%;
content: "";
background-color: #001659;
opacity: .6;
left: 0;
top: 0;
}
.busico-service-widget-item.hover-two:hover .busico-service-bg {
transform: scale(1.2) !important;
}
.service-title {
transition: 0.4s;
}
.service-thumbnail img {
object-position: center top;
} .busico--t-thumb img {
width: 70px;
height: 70px;
object-fit: cover;
object-position: center top;
border-radius: 50%;
margin-right: 25px;
margin: 0 auto;
}
.busico--tn-single {
transition: all 0.4s ease-in-out;
}
.busico--tn-single.yes {
position: relative;
background: #fff;
margin-top: 15px;
margin-left: 15px;
}
.busico--tn-single.yes::before {
position: absolute;
width: 100%;
height: 100%;
background: #086ad7;
border-radius: 7px;
content: "";
left: 0px;
top: 0px;
z-index: -1;
-webkit-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
opacity: 0;
visibility: hidden;
}
.busico--tn-single.yes:hover::before {
left: -15px;
top: -15px;
opacity: 1;
visibility: inherit;
}
@media only screen and (min-width: 320px) and (max-width: 1024px) {
.busico--tn-single.yes::before {
left: -15px;
top: -15px;
opacity: 1;
visibility: visible;
}
} .testimonial-slider-arrow .slick-prev:before,
.testimonial-slider-arrow .slick-next:before {
display: none;
}
.testimonial-slider-arrow.slick-active {
color: #1D263A;
}
.testimonial-slider-arrow .prev {
position: absolute;
left: 0;
bottom: 0px;
}
.testimonial-slider-arrow .next {
position: absolute;
right: 0;
bottom: 0px;
}
.testimonial-slider-arrow .slick-active {
background: #2C4BFF;
color: #fff;
}
.testimonial-slider-arrow button {
transition: all 0.4s ease-in-out;
font-size: 20px;
color: #1D263A;
cursor: pointer;
height: 60px;
width: 60px;
background: rgba(44, 71, 255, 0.6);
text-align: center;
display: inline-block;
border: none;
}
.testimonial-slider-arrow button:hover {
background-color: #1D263A;
color: #fff;
}
.testimonial-slider-arrow button:focus {
outline: none !important;
border: none !important;
} .testimonial-slider:focus {
outline: none;
box-shadow: none;
}
.testimonial-slider ul.testimonial-slider-dot-list {
margin-top: 25px;
text-align: center;
display: flex;
justify-content: center;
}
.testimonial-slider ul.testimonial-slider-dot-list {
list-style: none;
left: 0;
bottom: 0;
margin-bottom: 0px;
padding: 0;
}
.testimonial-slider ul.testimonial-slider-dot-list li.slick-active {
width: 45px !important;
height: 8px !important;
background: #2c4bff !important;
opacity: 1;
transition: 0.4s ease-in-out;
-webkit-transition: 0.4s ease-in-out;
-moz-transition: 0.4s ease-in-out;
-ms-transition: 0.4s ease-in-out;
-o-transition: 0.4s ease-in-out;
}
.testimonial-slider ul.testimonial-slider-dot-list li {
border-radius: 4px;
width: 17px;
height: 8px;
opacity: 0.3;
margin: 0 4px;
background: #1e3d59;
cursor: pointer;
}
.testimonial-slider ul.testimonial-slider-dot-list li button {
display: none;
}
.rrdevs-slider-arrow .slick-active {
color: #1d263a;
}
@media (min-width: 1200px) {
.testimonial-slider ul.testimonial-slider-dot-list {
margin-top: 40px;
}
} .busico-feature-box-item {
transition: .4s;
}
.busico-feature-box-item .icon-background-yes .busico-feature-icon {
width: 70px;
height: 70px;
display: flex;
text-align: center;
line-height: 70px;
font-size: 30px;
background-color: var(--accent-color);
border-radius: 0px;
color: #fff;
align-items: center;
justify-content: center;
}
.busico-feature-box-item .icon-background-yes .busico-feature-icon svg {
width: 35px;
}
span.busico-feature-icon.icon-type-image img {
object-fit: cover;
}
.busico-feature-icon-wrap {
margin-bottom: 25px;
display: flex;
align-items: center;
justify-content: center;
}
.busico-feature-title {
margin-bottom: 18px;
font-size: 20px;
}
.busico-feature-content p {
margin-bottom: 0;
}
.busico-feature-box-item.busico-icon-position-left {
display: inline-flex;
text-align: left;
}
.busico-feature-box-item.busico-icon-position-right {
display: flex;
text-align: right;
flex-direction: row-reverse;
}
.busico-feature-box-item.busico-feature-icon-center {
text-align: center;
}
.busico-feature-box-item.busico-feature-icon-left {
text-align: left;
}
.busico-feature-box-item.busico-feature-icon-left .busico-feature-icon-wrap {
justify-content: flex-start;
}
.busico-feature-box-item.busico-feature-icon-right .busico-feature-icon-wrap {
justify-content: flex-end;
}
.busico-feature-box-item.busico-feature-icon-right {
text-align: right;
}
.busico-feature-icon-wrap i,
.busico-feature-icon-wrap svg,
.busico-feature-icon {
transition: .3s ease-in-out;
;
}
.busico-feature-box-item .icon-background-no .busico-feature-icon svg {
MAX-HEIGHT: 118PX;
}
.busico-feature-icon svg {
transition: 0.4s;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-ms-transition: 0.4s;
-o-transition: 0.4s;
}
.busico-feature-box-item .busico-feature-icon i {
font-size: 25px;
}
.busico-feature-box-number {
font-size: 22px;
letter-spacing: -0.73px;
font-weight: 700;
color: #ffffff;
}
.busico-feature-box-number span {
width: 40px;
height: 40px;
line-height: 40px;
border-radius: 50%;
border: 1px solid rgba(255, 255, 255, .16);
}
.busico-icon-shape-yes .busico-feature-icon-wrap {
position: relative;
z-index: 1;
}
.busico-icon-shape-yes .busico-feature-icon-wrap:after {
content: "";
width: 65px;
height: 65px;
background: #ffd166;
border-radius: 50%;
position: absolute;
left: 0;
top: 0;
z-index: -1;
} .busico-vertical-menu-wrap ul {
padding: 0;
margin: 0;
list-style: none;
padding: 0px 30px 5px 30px;
}
.busico-vertical-menu a {
color: #000000;
font-family: Inter;
font-size: 18px;
font-weight: 400;
text-align: left;
font-style: normal;
letter-spacing: normal;
padding: 30px 0 30px 0px;
transition: .3s;
display: block;
}
.busico-vertical-menu li {
border-bottom: 1px solid rgba(44, 75, 255, 0.1);
}
.busico-vertical-menu li:last-child {
border-bottom: none !important;
}
.busico-vertical-menu-wrap {
background-color: #2C4BFF0D;
}
.busico-vertical-menu a:hover,
.busico-vertical-menu li.current-menu-item>a {
color: #2C4BFF;
}
.busico-dual-heading-wrapper .busico-dual-heading-icon {
position: absolute;
} .busico-accordion-number span {
position: relative;
display: block;
background-color: #FD4C5C;
width: 50px;
height: 50px;
text-align: center;
line-height: 50px;
color: #fff;
font-size: 30px;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
-o-border-radius: 10px;
}  ul.cs-meta {
margin: 0;
padding: 0;
list-style: none;
padding: 35px;
}
.studies-title h2 {
position: relative;
padding: 20px 35px;
background-color: #086ad7;
color: #fff;
margin-bottom: 0;
}
ul.case-isotope-nav {
margin: 0;
padding: 0;
list-style: none;
display: flex;
justify-content: end;
flex-wrap: wrap;
margin-bottom: 70px;
}
ul.case-isotope-nav li {
cursor: pointer;
padding: 10px 16px;
box-shadow: 0px 10px 60px 0px rgb(121 121 121 / 45%);
border-radius: 5px;
margin-left: 15px;
color: #211e3b;
font-weight: 700;
}
.studies-title h2 {
background-image: url(//ceproqatar.com/wp-content/plugins/busico-helper/assets/img/case-head.png);
background-repeat: no-repeat;
background-size: cover;
position: relative;
background-position: center;
}
.busico-single-cs-meta-widget {
overflow: hidden;
background-color: #fff;
border-radius: 7px;
box-shadow: 0px 10px 60px 0px rgb(212 212 212 / 38%);
position: relative;
}
ul.cs-meta li {
display: -ms-grid;
display: grid;
-ms-grid-columns: 30% 65%;
grid-template-columns: 30% 65%;
-ms-grid-rows: auto;
grid-template-rows: auto;
grid-gap: 50px;
margin-bottom: 10px;
}
.cs-meta-value {
color: #211e3b;
font-weight: 700;
font-size: 17px;
}
.cs-meta-label {
font-size: 17px;
color: #74787c;
font-weight: 700;
position: relative;
}
.cs-meta-label:before {
content: ":";
right: -10px;
position: absolute;
}
.busico-case-study-item {
position: relative;
}
a.case-image {
overflow: hidden;
display: block;
}
.busico-case-study-wrap.hover-one .busico-case-study-item:hover a.case-image img {
transform: scale(1.1);
}
.case-image img {
transition: .7s;
-webkit-transition: .7s;
-moz-transition: .7s;
-ms-transition: .7s;
-o-transition: .7s;
} .busico-case-study-content.style-two {
width: 90%;
margin: 0 auto;
background-color: #fff;
border-radius: 7px;
margin-top: -50px;
position: relative;
z-index: 9;
box-shadow: 0px 4px 60px rgba(40, 55, 79, 0.06);
}
.busico-case-study-content.style-two .content-visible {
padding: 20px 30px 15px;
position: relative;
display: inline-block;
}
.busico-case-study-content.style-two .bottom-content {
opacity: 0;
visibility: hidden;
-webkit-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
padding: 35px 30px;
position: absolute;
bottom: 0;
width: 100%;
background-color: #fff;
border-radius: 7px;
-webkit-transform: translateY(50px);
transform: translateY(50px);
left: 0;
}
.busico-case-study-item:hover .busico-case-study-content.style-two .bottom-content {
opacity: 1;
visibility: visible;
-webkit-transform: translateY(0);
transform: translateY(0);
}
.busico-case-study-content.style-two .case-content-top {
padding: 20px 30px 15px;
position: relative;
display: inline-block;
} .single-contact-card {
background-color: #f8f8f8;
padding: 40px;
-webkit-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
@media (max-width: 585px) {
.single-contact-card {
padding: 30px;
}
}
.single-contact-card .top-part {
display: flex;
align-items: center;
}
.single-contact-card .top-part .icon {
width: 70px;
height: 70px;
font-size: 20px;
line-height: 70px;
border-radius: 50%;
background-color: #fff;
text-align: center;
color: #086ad7;
margin-right: 20px;
}
.single-contact-card .bottom-part {
margin-top: 25px;
}
.single-contact-card:hover {
background-color: #202426;
}
.single-contact-card:hover .icon {
color: #fff;
background-color: #086ad7;
}
.single-contact-card:hover .bottom-part .icon {
color: #086ad7;
background-color: #fff;
}
.single-contact-card:hover p,
.single-contact-card:hover span {
color: #c5c7c8;
}
.single-contact-card:hover p,
.single-contact-card:hover h6 {
color: #c5c7c8;
font-weight: 400;
}
.single-contact-card:hover h4 {
color: #fff;
} .busico-portfolio-item {
position: relative;
overflow: hidden;
}
.busico-portfolio-item img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
width: 100%;
-o-object-fit: cover;
object-fit: cover; margin-bottom: 0 !important;
}
a.busico-portfolio-content.content-postion-on-image {
position: absolute;
bottom: 15px;
background-color: #FD346E;
left: 15px;
right: 15px;
padding: 20px 30px;
border-radius: 8px;
color: #161c2d;
-webkit-transition: .4s;
transition: .4s;
-webkit-transform: translatex(-10%);
transform: translatex(-10%);
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
a.busico-portfolio-content .busico-pf-category {
font-size: 13px;
font-weight: 700;
letter-spacing: 1.63px;
text-transform: uppercase;
margin-bottom: 7px;
}
h3.busico-portfolio-title {
font-size: 21px;
font-weight: 700;
letter-spacing: -0.5px;
line-height: 32px;
margin-bottom: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.busico-portfolio-item:hover a.busico-portfolio-content.content-postion-on-image {
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
-webkit-transform: translate(0);
transform: translate(0);
}
ul.pf-isotope-nav {
list-style: none;
padding: 0;
margin: 0;
margin-bottom: 60px;
}
@media only screen and (max-width: 991px) {
ul.pf-isotope-nav {
margin-bottom: 40px;
} 
}
ul.pf-isotope-nav li { color: #6f727b;
font-size: 13px;
font-weight: 700;
letter-spacing: 1.63px;
text-transform: uppercase;
display: inline-block;
margin-right: 55px;
cursor: pointer;
-webkit-transition: .3s;
transition: .3s;
position: relative;
}
ul.pf-isotope-nav li.active{
position: relative;
}
.busico-portfolio-v5 ul.pf-isotope-nav li.active:before {
content: '';
display: block;
position: absolute;
top: 4px;
left: -10px;
width: 8px;
height: 14px;
transition: all 0.4s;
border: solid #FF5E14;
border-width: 0 2px 2px 0;
transform: rotate(45deg);
}
ul.pf-isotope-nav li.active,
ul.pf-isotope-nav li:hover {
color: var(--accent-color);
}
a.busico-portfolio-content.content-postion-below-image {
display: block;
position: relative;
padding: 40px 30px;
}
.busico-pf-loadmore-btn {
cursor: pointer;
font-size: 13px;
color: #030303;
font-weight: 700;
text-transform: uppercase;
border: 1px solid;
letter-spacing: 1.63px;
border: 1px solid rgba(3, 3, 3, 0.3);
}
.busico-hover-rotate .busico-portfolio-item:hover img {
-webkit-transform: scale(0.8) rotate(-6deg);
transform: scale(0.8) rotate(-6deg);
border-radius: 20px;
box-shadow: 0 32px 74px rgba(68, 77, 136, 0.2);
}
.busico-hover-rotate .busico-portfolio-item img {
-webkit-transition: .4s;
transition: .4s;
}
a.busico-portfolio-content.content-postion-disabled {
display: none;
}   .busico-portfolio-item img {
width: 100%;
-o-object-fit: cover;
object-fit: cover;
}
ul.pf-isotope-nav li:last-child {
margin-right: 0;
}  .busico-portfolio-image.image_overly {
position: relative;
z-index: 1;
}
.busico-portfolio-image.image_overly:after {
position: absolute;
left: 50%;
top: 60%;
content: "\f067";
font-weight: 900;
font-family: "Font Awesome 5 free";
transform: translate(-50%, -50%);
color: #fff;
font-size: 24px;
z-index: 3;
transition: 0.4s;
opacity: 0;
visibility: hidden;
}
.busico-portfolio-image.image_overly:before {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
content: "";
background-color: #001659;
transition: 0.4s;
opacity: 0;
}
.busico-portfolio-item:hover .image_overly:before {
left: 0;
opacity: 0.8;
}
.busico-portfolio-item:hover .busico-portfolio-image.image_overly:after {
top: 50%;
opacity: 1;
visibility: visible;
}  ul.pf-meta {
list-style: none;
padding: 0;
margin: 0;
}
ul.pf-meta li:not(:last-child) {
margin-bottom: 15px;
}
ul.pf-meta li {
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 1.777;
color: var(--text-color);
padding-left: 30px;
position: relative;
}
ul.pf-meta li .pf-meta-label {
font-weight: 600;
margin-right: 10px;
}
ul.pf-meta li:before {
content: "";
width: 10px;
height: 10px;
position: absolute;
background-color: var(--accent-color);
border-radius: 50%;
LEFT: 0;
TOP: 50%;
transform: translatey(-50%);
} .style-two ul.pf-meta li {
padding: 0;
margin: 0;
}
.style-two ul.pf-meta li:before {
content: none;
}
.style-two ul.pf-meta li span {
display: block;
}
.style-two ul.pf-meta {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
} .portfolio-area {
padding-top: 30px;
padding-bottom: 80px;
}
@media (min-width: 768px) {
.portfolio-area {
padding-top: 50px;
padding-bottom: 70px;
}
}
@media (min-width: 992px) {
.portfolio-area {
padding-top: 90px;
padding-bottom: 130px;
}
}
@media (min-width: 992px) {
.busico-pf-gallery-slider .slick-list {
width: 150%;
}
}
.busico-pf-gallery-slider .busico-portfolio-item {
padding: 0 12px;
}
.busico-pf-gallery-slider .busico-portfolio-item:focus {
outline: none;
box-shadow: none;
}
.busico-pf-gallery-slider-dots {
width: 100%;
height: 6px;
bottom: -40px;
left: 50%;
transform: translateX(-50%);
background: rgba(0, 0, 0, 0.07);
border-radius: 10px;
position: relative;
}
.busico-pf-gallery-slider-dots li {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
margin: 0;
list-style: none;
}
.busico-pf-gallery-slider-dots li button {
padding: 0;
width: 0;
margin: 0;
border: none;
background-color: transparent;
font-size: 0;
transition: width 3s linear;
transition-delay: 1.3s;
}
.busico-pf-gallery-slider-dots li.slick-active {
display: block;
width: 100%;
}
.busico-pf-gallery-slider-dots li.slick-active button {
background: #5034fc;
border-radius: 5px;
height: 100%;
width: 100%;
transition: width 2s linear;
transition-delay: 0.8s;
opacity: 1;
z-index: 1;
position: absolute;
left: 0;
top: 0;
}
.busico-pf-gallery-slider button.slick-arrow:before {
color: #222;
font-size: 26px;
}
.busico-pf-gallery-slider .slick-arrow {
position: absolute;
top: 50%;
transform: translatey(-50%);
left: -30px;
color: #000;
border: none;
background-color: transparent;
}
.busico-pf-gallery-slider .slick-arrow.busico-slick-next {
left: auto;
right: -30px;
}  .busico-post-widget-item {
transition: 0.4s;
}
.busico-post-widget-item .post-thumbnail {
display: block;
}
.busico-post-widget-item .post-thumbnail img {
object-fit: cover;
height: 261px;
border-radius: 0;
width: 100%;
}
.busico-post-widget-item a.post-link {
display: block;
}
.busico-post-widget-item.post-style-style-one .post-content-wrap {
padding: 40px 0 40px;
}
.busico-post-widget-item.post-style-style-one {
position: relative;
}
.busico-post-widget-item.post-style-style-one:after {
position: absolute;
content: '';
background: #FFBE00;
height: 5px;
width: 0%;
top: 0;
left: 0;
transition: all 0.4s ease-in-out;
}
.busico-post-widget-item.post-style-style-one:hover:after {
width: 100%;
}
.post-top-meta {
font-size: 13px;
line-height: 1.692em;
color: var(--heading-color);
margin-bottom: 15px;
}
.busico-post-widget-item.post-style-style-one .category-list {
padding-right: 45px;
}
.busico-post-widget-item.post-style-style-one .post-date {
position: relative;
color: rgba(2, 12, 23, 0.65);
}
.busico-post-widget-item.post-style-style-one .post-date:before {
position: absolute;
content: "\f111";
font-family: "Font Awesome 5 Free";
font-weight: 900;
top: 0;
left: -25px;
font-size: 8px;
color: rgba(2, 12, 23, 0.4);
}
h3.post-title {
font-size: 21px;
line-height: 32px;
margin-bottom: 10px;
letter-spacing: -0.5px;
}
.post-meta-bottom a {
color: var(--text-color);
}
.post-meta-bottom>span {
margin-right: 10px;
}
.busico-post-widget-item p {
line-height: 29px;
letter-spacing: -0.2px;
font-size: 15px;
color: var(--text-color);
margin-bottom: 0;
}
.busico-post-widget-item.post-style-style-one .busico-post-widget-item:hover {
box-shadow: 0px 34px 33px 0px rgb(22 28 45 / 13%);
}
.busico-post-widget-item.post-style-style-one .busico-post-widget-item {
margin-bottom: 30px;
box-shadow: 0px 14px 120px -2px rgba(0, 0, 0, 0.06);
background-color: var(--white-color);
overflow: hidden;
transition: .4s;
} .busico-post-widget-item.post-style-style-two .post-btn .icon-after {
text-indent: -10px;
transition: all 0.4s ease-in-out;
}
.busico-post-widget-item.post-style-style-two .category-list {
padding: 5px 18px;
background-color: #FCDC00;
border-radius: 50px;
color: #262729;
font-size: 13px;
font-weight: 500;
font-family: 'Rubik';
line-height: 1.818em;
margin-right: 13px;
}
.busico-post-widget-item.post-style-style-two .post-date span {
font-weight: bold;
font-size: 16px;
line-height: 24px;
color: rgba(2, 12, 23, 0.7);
}
.busico-post-widget-item.post-style-style-two .comment-count span {
font-weight: normal;
font-size: 16px;
line-height: 24px;
color: rgba(2, 12, 23, 0.6);
}
.busico-post-widget-item.post-style-style-two .post-meta-bottom {
display: flex;
align-items: center;
margin-bottom: 15px;
}
.busico-post-widget-item.post-style-style-two .post-content {
margin: 30px 40px 30px 40px;
overflow: hidden;
}
.busico-post-widget-item.post-style-style-two .post-content .post-btn-wrap {
overflow: hidden;
}
.busico-post-widget-item.post-style-style-two .category a {
font-weight: bold;
font-size: 16px;
line-height: 24px;
color: #057689;
}
.busico-post-widget-item.post-style-style-two .separator i {
font-size: 5px;
color: rgba(2, 12, 23, 0.3);
margin-left: 8px;
margin-right: 8px !important;
margin-top: 0;
display: inherit;
}
.busico-post-widget-item.post-style-style-two .post-title {
font-size: 18px;
line-height: 1.388em;
margin: 15px 0px 20px 0px;
color: #020C17;
transition: .4s;
-webkit-transition: .4s;
-moz-transition: .4s;
-ms-transition: .4s;
-o-transition: .4s;
}
.busico-post-widget-item.post-style-style-two .post-meta-bottom .busico-comment:not(:first-child) {
margin-bottom: 0px;
position: relative;
margin-left: 3px;
padding-left: 17px;
}
.busico-post-widget-item.post-style-style-two .post-meta-bottom .busico-comment:before {
position: absolute;
left: 0;
width: 1px;
height: 80%;
background-color: #fff;
content: "";
top: 10%;
}
.busico-post-widget-item.post-style-style-three .post-top-date {
margin-right: 20px;
display: flex;
align-items: center;
}
.busico-post-widget-item.post-style-style-three .top-category-list {
display: flex;
align-items: center;
}
.post-content {
transition: all 0.4s ease 0s;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s; }
.busico-post-widget-item.post-style-style-one .post-content {
margin: 0px 40px 30px 40px;
}
.busico-post-widget-item.post-style-style-two {
position: relative;
overflow: hidden;
}
.busico-post-widget-item.post-style-style-two .post-title:hover {
color: rgb(255, 87, 34);
}
.busico-post-widget-item.post-style-style-two .post-link {
display: block;
}
.post-thumbnail-wrapper.post-style-style-two {
position: relative;
}
.busico-post-widget-item.post-style-style-two .post-thumbnail-wrapper img {
width: 100%;
object-fit: cover;
height: 100%;
}
.busico-post-widget-item.post-style-style-two .post-thumbnail .image-icon {
position: absolute;
bottom: 10px;
right: 10px;
width: 50px;
height: 50px;
background-color: var(--accent-color-2);
color: var(--heading-color);
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
transition: .4s;
}
.busico-post-widget-item.post-style-style-two:hover .post-thumbnail .image-icon {
transform: scale(1.4);
}
.busico-post-widget-item.post-style-list {
display: flex;
position: relative;
margin-bottom: 30px;
}
.busico-post-widget-item.post-style-list .post-thumbnail-wrapper .post-link {
height: 100%;
}
.busico-post-widget-item.post-style-list .post-thumbnail-wrapper .post-thumbnail {
height: 100%;
}
.busico-post-widget-item.post-style-list .post-thumbnail-wrapper img {
height: 100%;
object-fit: cover;
border-radius: 15px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
-ms-border-radius: 15px;
-o-border-radius: 15px;
}
.busico-post-widget-item.post-style-list .post-thumbnail-wrapper {
width: 57%;
padding-right: 30px;
}
.busico-post-widget-item.post-style-list .post-content-wrap {
padding-top: 0;
} .blog-slider-arrow .slick-prev:before,
.blog-slider-arrow .slick-next:before {
display: none;
}
.blog-slider-arrow.slick-active {
color: #1d263a;
}
.blog-slider-arrow .prev {
position: relative;
}
.blog-slider-arrow .next {
position: relative;
}
.blog-slider-arrow .slick-active {
background: #2c4bff;
color: #fff;
}
.blog-slider-arrow button {
transition: all 0.4s ease-in-out;
font-size: 18px;
}
.blog-slider-arrow button:hover {
background-color: #1d263a;
color: #fff;
}
.blog-slider-arrow {
background: rgba(2, 12, 23, 0.4);
position: absolute;
right: 0;
top: -130px;
padding: 7px 15px;
border-radius: 5px;
}
.blog-slider-arrow .slick-prev {
left: 0px !important;
display: inline-block;
width: initial;
height: initial;
transform: initial;
margin-right: 15px;
}
.blog-slider-arrow .slick-next {
left: 0px !important;
display: inline-block;
width: initial;
height: initial;
transform: initial;
margin-left: 15px;
} .busico-pagination a,
.busico-pagination span.current {
width: 36px;
height: 36px;
text-align: center;
line-height: 36px;
color: #262729;
font-size: 18px;
font-weight: 500;
border: 1px solid rgba(38, 39, 41, 0.1);
margin: 0px 5px;
transition: .4s;
}
.busico-pagination {
margin-top: 30px;
}
.busico-pagination span.current {
color: #fff;
background-color: #5034FC;
}
.busico-pagination {
margin-left: -5px;
}
.busico-pagination a:hover {
color: #fff;
background-color: #5034FC;
}
.busico-post-widget-item.post-style-style-one .post-btn-wrap {
margin: 40px 0px 0px 40px;
color: #fff;
overflow: hidden;
transition: 0.4s;
}
.post-meta-bottom i,
.post-meta-bottom svg {
margin-right: 12px;
} .post-thumbnail img {
transition: all 0.4s ease-in-out;
}
.busico-post-widget-wrap.hover-one:hover .post-thumbnail img {
transform: scale(1.1);
}
.busico-post-widget-wrap.hover-one .post-thumbnail {
overflow: hidden;
}
.busico-post-widget-item.post-style-style-two:hover .busico-post-widget-item .post-content-wrap {
opacity: 1;
border: 0;
z-index: 999;
}
.busico-post-widget-item.post-style-style-two:hover .post-content-wrap {
opacity: 1;
visibility: visible;
bottom: 0;
}
@media (max-width: 768px) {
.busico-post-widget-item.post-style-style-two .post-content-wrap {
opacity: 1;
bottom: 0;
visibility: visible;
}
}  .advis-blog-cat {
position: relative;
}
.advis-cat-contnt {
position: absolute;
display: inline-block;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
transition: .4s;
}
.advis-blog-cat-title {
background-color: #020C17;
font-size: 18px;
color: #fff;
padding: 13px 25px;
line-height: 1.5em;
text-align: center;
margin-bottom: 0px;
border-radius: 5px;
transition: .4s;
}
.advis-blog-cat:hover .advis-blog-cat-title {
background-color: #FFBE00;
color: #020C17;
}
.advis-cat-image img {
height: 250px;
width: 100%;
object-fit: cover;
object-position: center top;
border-radius: 5px;
}
.busico-addon-post-navigation .nav-links a { color: var(--heading-color);
font-family: Manrope;
font-size: 15px;
font-weight: 500;
font-style: normal;
text-align: center;
text-transform: uppercase;
border: 1px solid var(--heading-color);
padding: 24px 31px;
transition: .4s;
position: relative;
z-index: 1;
line-height: 1;
}
.busico-addon-post-navigation .nav-links a:hover {
border-color: #5034FC;
}
.busico-addon-post-navigation .nav-links a:hover:after {
transform: scale(1);
}
.busico-addon-post-navigation .nav-links a .nav-icon svg {
width: 17px;
}
.busico-addon-post-navigation .nav-links a .nav-icon i {
font-size: 17px;
}
.busico-addon-post-navigation .nav-links .nav-previous a .nav-icon {
margin-right: 14px;
}
.busico-addon-post-navigation .nav-links .nav-next a .nav-icon {
margin-left: 14px;
} .busico-portfolio-v5 ul.pf-isotope-nav {
margin-bottom: 40px;
} .busico-pricing-v5 span.rrdevs-addons-pricing-table-promo-label {
position: absolute;
top: 143px;
right: -47px;
transform: rotate(-90deg);
} .busico-blog-v5 .post-content {
position: relative;
overflow: inherit!important;
}
.busico-blog-v5 .post-top-meta {
background: #FFFFFF;
box-shadow: 0px 2px 20px rgb(0 22 89 / 6%);
border-radius: 10px;
text-align: center;
margin: 0;
padding: 12px 20px;
position: absolute;
top: -70px;
width: 100%;
}
.busico-blog-v5 span.post-date{
padding-right: 0!important;
}
.busico-blog-v5 span.category-list {
position: absolute;
top: 20px;
left: 30px;
}
.busico-blog-v5 span.byline{
position: relative;
}
.busico-blog-v5 span.byline:before {
content: '';
right: 14px;
top: 2px;
width: 1px;
height: 17px;
position: absolute;
background-color: rgba(0, 22, 89, 0.1);
} .team__element {
position: relative;
margin-bottom: 20px;
}
.team__element .team_man__img {
height: 280px;
width: auto;
position: relative;
z-index: 1;
background: #eeeff1;
}
.team__element .team_man__img::after {
top: 0;
left: 0;
z-index: 1;
width: 100%;
height: 100%;
content: "";
position: absolute;
background: -webkit-gradient(linear, left top, left bottom, color-stop(53.49%, rgba(0, 0, 0, 0)), to(#000000));
background: linear-gradient(180deg, rgba(0, 0, 0, 0) 53.49%, #000000 100%);
}
.team__element .team_content {
position: absolute;
bottom: -6%;
left: 25%;
z-index: 2;
}
.team__element .team_content h4 {
font-family: "Poppins", sans-serif;
font-style: normal;
font-weight: 700;
font-size: 22px;
line-height: 100%;
color: #FFF;
margin-bottom: 10px;
}
.team__element .team_content p {
color: #FFF;
margin-bottom: 30px;
}
.team__element .team_content a {
padding: 10px 20px;
border-radius: 4px;
visibility: hidden;
opacity: 0;
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.team__element:hover .team_content a {
visibility: visible;
opacity: 1;
}
.team__element .team_content a:hover {
background: #001659;
color: #fff;
} .input-group.home06_newsletter_form input {
height: 50px;
display: flex;
justify-content: space-around;
width: auto;
}
.input-group.home06_newsletter_form {
flex-wrap: nowrap;
gap: 0;
}
.input-group-prepend input[submit] {
width: 100%;
}
.input-group.home06_newsletter_form input[type=submit] {
padding-right: 40px;
position: relative;
padding-left: 10px;
height: 50px;
background: #FF5E14;
border-radius: 4px;
border: none;
font-family: "Roboto";
font-style: normal;
font-weight: 700;
font-size: 14px;
line-height: 16px;
color: #FFFFFF;
}
.input-group-prepend-btn-icon {
position: absolute;
right: 10px;
top: 14px;
color: #fff;
}
.input-group-prepend {
margin-left: -12px;
position: relative;
} .hero-wrapper {
position: relative;
z-index: 1;
overflow: hidden;
}
.hero-wrapper.hero-4 {
position: relative;
z-index: 1;
overflow: hidden;
}
.hero-wrapper.hero-4 .single-slide {
padding-top: 250px;
padding-bottom: 170px;
position: relative;
z-index: -1;
overflow: hidden;
}
@media (max-width: 1191px) {
.hero-wrapper.hero-4 .single-slide {
padding-top: 250px;
padding-bottom: 170px;
}
}
@media (max-width: 991px) {
.hero-wrapper.hero-4 .single-slide {
padding-top: 170px;
padding-bottom: 100px;
}
}
@media (max-width: 767px) {
.hero-wrapper.hero-4 .single-slide {
padding-top: 170px;
padding-bottom: 80px;
text-align: center;
}
}
.hero-wrapper.hero-4 .single-slide::before {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: -webkit-gradient(linear, left top, right top, from(#01011C), to(rgba(1, 1, 28, 0)));
background: linear-gradient(90deg, #01011C 0%, rgba(1, 1, 28, 0) 100%);
content: "";
z-index: -1;
}
.hero-wrapper.hero-4 .single-slide .number__element {
z-index: -1;
position: absolute;
left: 0%;
bottom: 0%;
}
@media (max-width: 768px) {
.hero-wrapper.hero-4 .single-slide .number__element {
display: none;
}
}
.hero-wrapper.hero-4 .hero-contents {
z-index: 100;
}
@media (max-width: 500px) {
.hero-wrapper.hero-4 .hero-contents {
text-align: center !important;
}
}
.hero-wrapper.hero-4 .hero-contents h1 {
font-family: "Poppins", sans-serif;
font-style: normal;
font-weight: 700;
font-size: 60px;
line-height: 150%;
color: #FFF;
margin-bottom: 20px;
}
.hero-wrapper.hero-4 .hero-contents h1 span {
font-size: 70px;
}
@media (max-width: 995px) {
.hero-wrapper.hero-4 .hero-contents h1 {
font-size: 45px;
max-width: 500px;
}
.hero-wrapper.hero-4 .hero-contents h1 span {
font-size: 55px;
}
}
@media (max-width: 500px) {
.hero-wrapper.hero-4 .hero-contents h1 {
font-size: 36px;
}
.hero-wrapper.hero-4 .hero-contents h1 span {
font-size: 40px;
}
}
@media (max-width: 400px) {
.hero-wrapper.hero-4 .hero-contents h1 {
font-size: 32px;
}
.hero-wrapper.hero-4 .hero-contents h1 span {
font-size: 32px;
}
}
.hero-wrapper.hero-4 .hero-contents p {
font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 30px;
color: #FFF;
font-family: "Roboto", sans-serif;
margin-bottom: 40px;
}
.hero-wrapper.hero-4 .hero-contents a {
border-radius: 4px;
padding: 15px 30px;
}
.hero-wrapper.hero-4 .hero-contents a:last-child {
border: 1px solid #FFFFFF;
padding: 14px 28px;
border-radius: 4px;
background-color: transparent;
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.hero-wrapper.hero-4 .hero-contents a:last-child:hover {
border: 1px solid #FF5E14;
background-color: #FF5E14 !important;
}
.hero-wrapper.hero-4 .hero-contents a:last-child i {
margin-left: 0;
margin-right: 10px;
}
@media (max-width: 400px) {
.hero-wrapper.hero-4 .hero-contents a:last-child {
margin-top: 30px;
}
}
.hero-wrapper.hero-4 .element {
z-index: 1;
font-family: "Poppins", sans-serif;
font-style: normal;
font-weight: 800;
font-size: 90px;
line-height: 135px;
top: 35%;
left: -3%;
text-transform: uppercase;
-webkit-text-stroke: 1px rgba(255, 255, 255, 0.2);
color: rgba(0, 0, 0, 0);
position: absolute;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
}
@media (max-width: 1800px) {
.hero-wrapper.hero-4 .element {
left: -7%;
}
}
@media (max-width: 1650px) {
.hero-wrapper.hero-4 .element {
left: -10%;
}
}
@media (max-width: 1550px) {
.hero-wrapper.hero-4 .element {
left: -15%;
}
}
@media (max-width: 1400px) {
.hero-wrapper.hero-4 .element {
left: -17%;
}
}
@media (max-width: 1200px) {
.hero-wrapper.hero-4 .element {
display: none;
}
}
.hero-wrapper.hero-4 .hero-slider_3 .owl-nav {
position: absolute;
bottom: -100px;
right: -100px;
height: 300px;
width: 300px;
background-color: #020231 !important;
border-radius: 50%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
@media (max-width: 768px) {
.hero-wrapper.hero-4 .hero-slider_3 .owl-nav {
display: none;
}
}
.hero-wrapper.hero-4 .hero-slider_3 .owl-nav .owl-prev, .hero-wrapper.hero-4 .hero-slider_3 .owl-nav .owl-next {
margin-bottom: 20px;
margin-right: 20px;
color: rgb(255, 255, 255);
font-size: 14px;
margin: 5px;
padding: 0;
background: transparent;
display: inline-block;
cursor: pointer;
border-radius: 3px;
}
.hero-wrapper.hero-4 .hero-slider_3 .owl-nav .owl-prev:hover, .hero-wrapper.hero-4 .hero-slider_3 .owl-nav .owl-next:hover {
background: transparent;
}
.hero-wrapper.hero-4 .hero-slider_3 .owl-nav .owl-prev p, .hero-wrapper.hero-4 .hero-slider_3 .owl-nav .owl-next p {
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.hero-wrapper.hero-4 .hero-slider_3 .owl-nav .owl-prev:hover p, .hero-wrapper.hero-4 .hero-slider_3 .owl-nav .owl-next:hover p {
color: rgb(255, 94, 20);
}
.hero-wrapper .owl-nav {
position: absolute;
bottom: 0;
right: 0%;
}
.hero-slider_3 .owl-next i {
font-size: 35px;
}
.hero-slider_3 .owl-prev i {
font-size: 35px;
color: #FF5E14;
} .single-service-card.single-service-card_2 {
border: 0px solid #EBEDF2;
padding: 0px 10px;
z-index: 1;
position: relative;
background-color: transparent !important;
}
.single-service-card.single-service-card_2 .service-cover-img {
height: 200px;
border-radius: 4px;
}
.single-service-card.single-service-card_2 .content {
padding: 30px 10px 50px 10px !important;
}
.single-service-card.single-service-card_2 .content h4 {
font-family: "Poppins", sans-serif;
font-style: normal;
font-weight: 600;
font-size: 20px;
line-height: 30px;
}
.single-service-card.single-service-card_2 .content h4 a {
position: relative;
padding: 0px 0px;
visibility: visible;
opacity: 1;
}
.single-service-card.single-service-card_2 .content a {
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
padding: 10px 20px;
border-radius: 4px;
text-transform: capitalize;
margin-bottom: -15px;
position: absolute;
bottom: -1%;
visibility: hidden;
opacity: 0;
}
.single-service-card.single-service-card_2::after {
position: absolute;
content: "";
clear: both;
display: block;
left: 0;
bottom: 0;
height: 75%;
width: 100%;
background-color: #FFF;
border-radius: 4px;
z-index: -1;
-webkit-box-shadow: 0px 6px 20px rgba(1, 1, 28, 0.2);
box-shadow: 0px 6px 20px rgba(1, 1, 28, 0.2);
}
.single-service-card.single-service-card_2:hover a {
visibility: visible;
opacity: 1;
} .project__item .project__img {
width: auto;
height: 560px;
position: relative;
}
.project__item .project__img .project__content {
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
visibility: hidden;
opacity: 0;
overflow: hidden;
margin: 20px;
bottom: 0;
position: absolute;
background-color: #FF5E14;
border-radius: 4px;
padding: 25px;
}
.project__item .project__img .project__content p {
font-family: "Exo 2", sans-serif;
font-style: normal;
font-weight: 600;
font-size: 15px;
line-height: 18px;
text-transform: uppercase;
color: #FFF;
margin-bottom: 5px;
}
.project__item .project__img .project__content h3 {
font-family: "Poppins", sans-serif;
font-style: normal;
font-weight: 600;
font-size: 24px;
line-height: 36px;
color: #FFF;
margin-bottom: 10px;
text-transform: uppercase;
}
.project__item .project__img .project__content a {
font-family: "Exo 2", sans-serif;
font-style: normal;
font-weight: 600;
font-size: 15px;
line-height: 18px;
text-transform: uppercase;
color: #020231;
-webkit-transition: all ease-in-out 0.4s;
transition: all ease-in-out 0.4s;
}
.project__item .project__img .project__content a i {
margin-left: 10px;
}
.project__item .project__img .project__content a:hover {
color: #FFF;
}
.project__item .project__img .project__content .element {
position: absolute;
bottom: -40px;
left: -70px;
}
.project__item .project__img:hover .project__content {
visibility: visible;
opacity: 1;
}
.text-end {
text-align: right;
} .single-testimonial-item {
background-color: #F9F9F9;
position: relative;
padding: 95px;
padding-top: 130px;
padding-bottom: 0;
text-align: center;
margin-top: 70px;
}
@media (max-width: 991px) {
.single-testimonial-item {
padding: 75px;
padding-top: 100px;
}
}
@media (max-width: 767px) {
.single-testimonial-item {
padding: 50px;
padding-top: 80px;
}
}
@media (max-width: 500px) {
.single-testimonial-item {
padding: 25px;
padding-top: 70px;
}
}
.single-testimonial-item::before {
width: 87px;
height: 87px;
background: #FF5E14;
position: absolute;
left: 50%;
top: -40px;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
content: "\f10e";
font-family: "Font Awesome 5 Pro";
font-weight: 700;
color: #fff;
line-height: 87px;
text-align: center;
font-size: 32px;
}
.single-testimonial-item p {
font-size: 22px;
font-style: italic;
line-height: 150%;
}
@media (max-width: 767px) {
.single-testimonial-item p {
font-size: 18px;
line-height: 1.9;
}
}
@media (max-width: 500px) {
.single-testimonial-item p {
font-size: 17px;
}
}
.single-testimonial-item .client-info {
margin-top: 50px;
}
@media (max-width: 767px) {
.single-testimonial-item .client-info {
margin-top: 20px;
}
}
.single-testimonial-item .client-info h5 {
line-height: 1;
margin-bottom: 10px;
}
.single-testimonial-item .client-info span {
line-height: 1;
}
.single-testimonial-item .client-img {
width: 86px;
height: 86px;
border-radius: 50%;
margin: 0 auto;
background-color: #eee;
margin-bottom: -43px;
position: relative;
bottom: -43px;
}
.testimonial-carousel-active .owl-item {
padding-bottom: 90px;
}
@media (max-width: 991px) {
.testimonial-carousel-active .owl-item {
padding-bottom: 15px;
}
}
@media (max-width: 767px) {
.testimonial-carousel-active .owl-item {
padding-bottom: 36px;
}
}
@media (max-width: 500px) {
.testimonial-carousel-active .owl-item {
padding-bottom: 60px;
}
}
.testimonial-carousel-active .owl-nav div {
position: absolute;
left: 0;
top: 50%;
display: inline-block;
padding: 30px 15px;
background: #FF5E14;
-webkit-transform: translate(-50%);
transform: translate(-50%);
font-size: 20px;
color: #fff;
}
@media (max-width: 1200px) {
.testimonial-carousel-active .owl-nav div {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@media (max-width: 500px) {
.testimonial-carousel-active .owl-nav div {
display: none;
}
}
.testimonial-carousel-active .owl-nav div.owl-next {
right: 0;
-webkit-transform: translateX(50%);
transform: translateX(50%);
left: auto;
}
@media (max-width: 1200px) {
.testimonial-carousel-active .owl-nav div.owl-next {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
.single-testimonial-carousel {
position: relative;
z-index: 1;
}
.single-testimonial-carousel .icon {
margin-bottom: 20px;
}
.single-testimonial-carousel p {
font-size: 28px;
font-style: italic;
line-height: 135%;
}
.single-testimonial-carousel span {
position: relative;
padding-left: 80px;
display: block;
margin-top: 10px;
}
.single-testimonial-carousel span::before {
position: absolute;
left: 0;
content: "";
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
background-color: #707070;
width: 60px;
height: 1px;
}
.single-testimonial-carousel span b {
position: relative;
padding-right: 5px;
}
.single-testimonial-carousel span b::before {
position: absolute;
right: -1px;
content: ",";
}
.testimonial-img-right {
position: relative;
}
.testimonial-img-right::before {
position: absolute;
right: 0;
width: 465px;
height: 465px;
background: #f8f8f8;
z-index: -1;
content: "";
border-radius: 50%;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.testimonial-carousel-list.style-2 .owl-nav div {
background-color: #FFBB00;
border-color: #FFBB00;
color: #161616;
}
.testimonial-carousel-list.style-2 .owl-nav div:hover {
background-color: #161616;
border-color: #161616;
color: #fff;
}
.testimonial-carousel-list .owl-nav {
margin-top: 30px;
}
.testimonial-carousel-list .owl-nav div {
width: 45px;
height: 45px;
line-height: 45px;
border-radius: 50%;
background-color: #4E5AFF;
color: #fff;
text-align: center;
display: inline-block;
margin-top: 10px;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
border: 1px solid #eee;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.testimonial-carousel-list .owl-nav div:hover {
background-color: #001659;
}
.testimonial-carousel-list .owl-nav div:first-child {
margin-right: 10px;
}
.testimonial__single__element .testimonial__man {
position: relative;
height: 322px;
width: auto;
}
.testimonial__single__element .testimonial__man span {
position: absolute;
bottom: 20px;
right: 30px;
}
@media (max-width: 768px) {
.testimonial__single__element .content {
margin-top: 50px;
}
}
.testimonial__single__element .content i {
font-size: 50px;
color: #FF5E14;
margin-bottom: 40px;
}
.testimonial__single__element .content p {
font-family: "Poppins", sans-serif;
font-style: normal;
font-weight: 400;
font-size: 18px !important;
line-height: 32px;
margin-bottom: 10px;
}
.testimonial__single__element .content span {
font-family: "Roboto", sans-serif;
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 19px;
text-transform: uppercase;
color: #020231;
}
.our__testimonial__img {
max-width: 100%;
position: absolute;
bottom: 0px;
left: 39%;
width: 200px;
}
@media (max-width: 768px) {
.our__testimonial__img {
bottom: 32%;
left: 45%;
}
}
@media (max-width: 500px) {
.our__testimonial__img {
bottom: 30%;
left: 45%;
}
}
@media (max-width: 400px) {
.our__testimonial__img {
bottom: 35%;
left: 35%;
}
}
.our__testimonial__img .single__img {
width: 60px;
margin: 5px;
}
.our_testimonials__wrapper {
padding-top: 120px;
}
@media (max-width: 900px) {
.our_testimonials__wrapper {
padding-top: 100px;
}
}
@media (max-width: 768px) {
.our_testimonials__wrapper {
padding-top: 80px;
}
}
@media (max-width: 576px) {
.our_testimonials__wrapper {
padding-top: 50px;
}
} .blog__widget {
position: relative;
}
.blog__widget .blog__content {
z-index: 4;
position: absolute;
bottom: 20px;
left: 20px;
right: 20px;
}
.blog__widget .blog__content span {
color: #FFF;
padding: 5px 10px;
background-color: #FF5E14;
display: inline;
}
.blog__widget .blog__content .author__date {
margin-top: 25px;
}
.blog__widget .blog__content .author__date span {
font-style: normal;
font-weight: 400;
font-size: 15px;
line-height: 18px;
color: #FFF;
background-color: transparent;
}
.blog__widget .blog__content .author__date span i {
color: #FFF;
margin-right: 10px;
}
.blog__widget .blog__content .author__date a:nth-child(2) {
margin-left: 20px;
}
.blog__widget .blog__content h4 {
margin: 10px 0px;
font-family: "Poppins", sans-serif;
font-style: normal;
font-weight: 700;
font-size: 24px;
line-height: 36px;
color: #FFF;
text-transform: uppercase;
}
.blog__widget .blog__content a {
color: #FF5E14;
font-family: "Roboto", sans-serif;
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 19px;
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.blog__widget .blog__content a i {
margin-left: 10px;
}
.blog__widget .blog__content a:hover {
color: #FFF;
}
.blog__widget .blog__content.blog__content_2 p {
color: #020231;
}
.blog__widget .blog__content.blog__content_2 p {
margin-bottom: 10px;
}
.blog__widget .blog__content.blog__content_2 h4 {
color: #020231;
}
.blog__widget .blog__content.blog__content_2 .author__date  {
color: #020231;
}
.blog__widget .blog__content.blog__content_2 .author__date a i {
color: #020231;
}
.blog__widget .blog__content.blog__content_2 a:hover {
color: #020231;
}
.blog__img {
height: 300px;
width: auto;
z-index: 1;
position: relative;
}
.blog__img:before {
top: 0;
left: 0;
z-index: -1;
width: 100%;
height: 100%;
content: "";
position: absolute;
background: rgba(1, 1, 28, 0.6);
-webkit-transition: all all 0.3s ease ease-in-out;
transition: all all 0.3s ease ease-in-out;
} .our_faq__wrapper input[type=submit] {
height: 60px;
border: none;
background: #020231;
color: #fff;
font-weight: 700;
font-size: 20px;
line-height: 30px;
width: 102%;
margin-left: -6px;
}
.our_faq__wrapper input[type=text] {
height: 50px;
}
.our_faq__wrapper .form-control:focus {
outline: 1px solid rgba(2, 2, 49, 0.1) !important;
border: 1px solid rgba(2, 2, 49, 0.1) !important;
-webkit-box-shadow: 0 0 0;
box-shadow: 0 0 0;
}
.our_faq__wrapper .card__element {
background-color: #FFF;
}
@media (max-width: 768px) {
.our_faq__wrapper .card__element {
margin-top: 30px;
}
}
.our_faq__wrapper .card__element button {
border-radius: 0px;
height: 50px;
width: 100%;
border: none;
background: #020231;
font-family: "Poppins", sans-serif;
font-style: normal;
font-weight: 700;
font-size: 20px;
line-height: 30px;
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
color: #FFF;
}
.our_faq__wrapper .card__element button:nth-child(2) {
background: #FF5E14;
}
.our_faq__wrapper .card__element button:hover {
background-color: #FF5E14;
}
.our_faq__wrapper .card__element button:hover:nth-child(2) {
background: #020231;
}
@media (max-width: 768px) {
.our_faq__wrapper .card__element button {
font-size: 16px;
line-height: 23px;
}
}
.our_faq__wrapper .card__element input[type=submit] {
border-radius: 0px;
background: #020231;
font-family: "Poppins", sans-serif;
font-style: normal;
font-weight: 700;
font-size: 20px;
line-height: 30px;
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
color: #FFF;
}
.our_faq__wrapper .card__element input[type=submit]:nth-child(2) {
background: #FF5E14;
}
.our_faq__wrapper .card__element input[type=submit]:hover {
background-color: #FF5E14;
}
.our_faq__wrapper .card__element input[type=submit]:hover:nth-child(2) {
background: #020231;
}
.our_faq__wrapper .card__element input [type=radio] {
font-size: 20px;
color: #FF5E14 !important;
}
.our_faq__wrapper .card__element label {
font-family: "Roboto";
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 26px;
color: #53545A;
}
.our_faq__wrapper .card__element .card__widget span {
margin-top: 50px;
margin-bottom: 30px;
font-family: "Poppins", sans-serif;
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 26px;
color: #020231;
}
.our_faq__wrapper .card__element .card__widget .span_2 {
margin-top: 30px !important;
margin-bottom: 30px !important;
}
.our_faq__wrapper .contact__title {
font-family: "Poppins", sans-serif;
font-style: normal;
font-weight: 600;
font-size: 18px;
line-height: 27px;
margin: 30px 0px;
color: #FF5E14;
text-transform: capitalize;
}
.our_faq__wrapper .contact__info {
padding: 30px;
background-color: #fff;
border-radius: 4px;
}
.our_faq__wrapper .contact__info .icon {
margin-right: 10px;
}
.our_faq__wrapper .contact__info .content p {
font-family: "Roboto", sans-serif;
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 26px;
color: #020231;
margin-bottom: 5px;
}
.our_faq__wrapper .contact__info .content h5 {
font-family: "Poppins", sans-serif;
font-style: normal;
font-weight: 600;
font-size: 24px;
line-height: 36px;
color: #000000;
}
.our_faq__wrapper .support__element h4 {
margin-top: 10px;
font-family: "Poppins", sans-serif;
font-style: normal;
font-weight: 600;
font-size: 18px;
line-height: 27px;
text-transform: capitalize;
}
.tab-content p {
width: 100%;
font-weight: 600;
}
.tab-content input {
width: 100%;
height: 50px;
padding: 4px;
}
.tab-content .col-md-4, .tab-content .col-md-2, .tab-content .col-12 {
padding-left: 0;
}
.tab-content span#radio {
display: flex;
align-items: center;
gap: 10px;
}
.tab-content span.wpcf7-list-item label {
display: flex;
}
.tab-content span.wpcf7-list-item input {
height: 15px;
width: 15px;
margin-right: 10px;
}
.tab-content span.wpcf7-list-item {margin: 0;width: 25%;}
.tab-content span.wpcf7-list-item-label {
font-size: 13px;
}
.our_faq__wrapper input[type=submit]:hover {
background: #ff5e14;
}
.elementor-tab-title {
width: 50%;
text-align: center;
background: #ff5e14;
font-size: 20px;
}
.elementor-tab-title.elementor-active {
background: #020231 !important;
}
.tab-content {
background: #fff;
margin: -20px -5px 0px -5px;
}
.elementor-background-overlay {
width: 100% !important;;
}
.elementor-page-1398 .elementor-background-overlay, .page-id-1398 .elementor-background-overlay {
width: 46% !important;;
}.NYUuMgYM3WUAjjNTg0Ox3zjMOTz4JjQ {
display: none;
}
.bg-cover {
background-repeat: no-repeat;
background-size: cover;
position: relative;
background-position: center;
}
.theme-btn {
line-height: 1;
font-weight: 700;
display: inline-block;
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
text-transform: uppercase;
font-size: 14px;
}
.theme-btn {
color: #FFF;
padding: 25px 43px 21px;
background-color: #FF5E14;
-webkit-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.link-text p {
margin-bottom: 0 !important;
}
h1.fs-lg {
font-size: 90px;
text-transform: uppercase;
}
.hero-1 {
position: relative;
}
.hero-1 .hero-contents {
padding-top: 215px;
padding-bottom: 220px;
overflow: hidden;
}
@media (max-width: 1200px) {
.hero-1 .hero-contents {
padding-top: 180px;
padding-bottom: 190px;
}
}
@media (max-width: 991px) {
.hero-1 .hero-contents {
padding-top: 120px;
padding-bottom: 120px;
}
}
@media (max-width: 767px) {
.hero-1 .hero-contents {
padding-top: 100px;
padding-bottom: 110px;
}
}
.hero-1 .hero-contents h1 {
margin-bottom: 30px;
color: #fff;
}
@media (max-width: 767px) {
.hero-1 .hero-contents h1 {
margin-bottom: 25px;
}
}
.hero-1 .hero-contents p {
margin-bottom: 20px;
color: #EBEDF2;
font-size: 20px;
}
.hero-1 .hero-contents .theme-btn {
margin-top: 20px;
overflow: hidden;
margin-right: 20px;
}
.hero-1 .hero-contents .plus-text-btn {
color: #fff;
display: inline-block;
overflow: hidden;
clear: both;
margin-top: 20px;
}
.hero-1 .hero-contents .plus-text-btn:hover .icon {
background: #001659;
color: #fff;
}
.hero-1 .hero-contents .plus-text-btn .icon {
width: 60px;
height: 60px;
line-height: 60px;
text-align: center;
color: #FF5E14;
background: #fff;
border-radius: 50px;
margin-right: 20px;
float: left;
overflow: auto;
-webkit-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.hero-1 .hero-contents .plus-text-btn .link-text {
float: left;
overflow: auto;
}
.hero-1 .hero-contents .plus-text-btn span {
display: block;
}
.hero-1 .hero-slider-active {
position: relative;
}
.hero-1 .hero-slider-active.owl-theme:hover .owl-nav div {
opacity: 1;
visibility: visible;
-webkit-transform: scale(1);
transform: scale(1);
}
.hero-1 .hero-slider-active.owl-theme .owl-nav {
margin: 0;
}
.hero-1 .hero-slider-active.owl-theme .owl-nav div {
left: 20px;
top: 50%;
position: absolute;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
color: #FFF;
background-color: transparent;
margin: 0;
padding: 0;
width: 70px;
height: 70px;
line-height: 70px;
text-align: center;
font-size: 20px;
display: inline-block;
border-radius: 0px;
z-index: 99;
border-radius: 50%;
border: 2px solid #fff;
-webkit-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
opacity: 0;
visibility: hidden;
-webkit-transform: scale(0.85);
transform: scale(0.85);
}
@media (max-width: 991px) {
.hero-1 .hero-slider-active.owl-theme .owl-nav div {
width: 50px;
height: 50px;
line-height: 50px;
font-size: 16px;
}
}
@media (max-width: 767px) {
.hero-1 .hero-slider-active.owl-theme .owl-nav div {
width: 40px;
height: 40px;
line-height: 40px;
font-size: 14px;
}
}
@media (max-width: 500px) {
.hero-1 .hero-slider-active.owl-theme .owl-nav div {
display: none;
}
}
.hero-1 .hero-slider-active.owl-theme .owl-nav div:hover {
border-color: #001659;
background-color: #001659;
-webkit-box-shadow: 0px 10px 35px 0px rgba(38, 42, 76, 0.1);
box-shadow: 0px 10px 35px 0px rgba(38, 42, 76, 0.1);
color: #fff;
}
.hero-1 .hero-slider-active.owl-theme .owl-nav div.owl-next {
left: auto;
right: 20px;
}
.hero-1 .owl-nav div {
position: absolute;
right: 120px;
bottom: 0;
padding: 18px 31px;
line-height: 1;
text-transform: uppercase;
background-color: #fff;
color: #001659;
}
@media (max-width: 767px) {
.hero-1 .owl-nav div {
font-size: 14px;
padding: 14px 28px;
right: 108px;
}
}
.hero-1 .owl-nav div:hover {
color: #FF5E14;
}
.hero-1 .owl-nav div.owl-prev i {
margin-right: 5px;
}
.hero-1 .owl-nav div.owl-next {
right: 0px;
}
.hero-1 .owl-nav div.owl-next i {
margin-left: 5px;
}
.hero-1 .single-slide {
position: relative;
z-index: -1;
}
.hero-1 .single-slide:after {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
content: "";
background-color: #000;
z-index: -1;
opacity: 0.5;
}
.hero-2 .single-slide {
position: relative;
z-index: 1;
overflow: hidden;
}
.hero-2 .single-slide::before {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: white;
background: -webkit-gradient(linear, left top, right top, from(white), color-stop(60%, rgba(0, 0, 0, 0)));
background: linear-gradient(90deg, white 0%, rgba(0, 0, 0, 0) 60%);
content: "";
z-index: -1;
}
.hero-2 .hero-contents {
padding: 200px 0px;
}
@media (max-width: 1191px) {
.hero-2 .hero-contents {
padding: 150px 0px;
}
}
@media (max-width: 991px) {
.hero-2 .hero-contents {
padding: 110px 0px;
}
}
@media (max-width: 767px) {
.hero-2 .hero-contents {
padding: 80px 0px;
text-align: center;
}
}
.hero-2 .hero-contents h1 {
font-size: 95px;
margin-bottom: 30px;
color: #001659;
}
@media (max-width: 1191px) {
.hero-2 .hero-contents h1 {
font-size: 70px;
}
}
@media (max-width: 991px) {
.hero-2 .hero-contents h1 {
font-size: 60px;
}
}
@media (max-width: 767px) {
.hero-2 .hero-contents h1 {
font-size: 48px;
}
}
.hero-2 .hero-contents p {
margin-bottom: 20px;
color: #001659;
font-size: 20px;
}
@media (max-width: 767px) {
.hero-2 .hero-contents p {
margin-bottom: 10px;
font-size: 18px;
}
}
.hero-2 .hero-contents .theme-btn {
margin-top: 20px;
overflow: hidden;
}
@media (max-width: 767px) {
.hero-2 .hero-contents .theme-btn {
margin-top: 10px;
}
}
.hero-2 .hero-contents .theme-btn:last-of-type {
background-color: #001659;
}
.hero-2 .hero-contents .theme-btn:last-of-type:hover {
background: #FF5E14;
}
.hero-2 .owl-theme:hover .owl-nav div {
opacity: 1;
visibility: visible;
-webkit-transform: scale(1);
transform: scale(1);
}
.hero-2 .owl-theme .owl-nav {
margin: 0;
}
.hero-2 .owl-theme .owl-nav div {
left: 20px;
top: 50%;
position: absolute;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
color: #FFF;
background-color: #435283;
margin: 0;
padding: 0;
width: 70px;
height: 70px;
line-height: 70px;
text-align: center;
font-size: 20px;
display: inline-block;
z-index: 99;
border-radius: 50%;
border: 2px solid #435283;
-webkit-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
-webkit-transform: scale(0.85);
transform: scale(0.85);
opacity: 0;
visibility: hidden;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
@media (max-width: 991px) {
.hero-2 .owl-theme .owl-nav div {
width: 50px;
height: 50px;
line-height: 50px;
font-size: 16px;
}
}
@media (max-width: 767px) {
.hero-2 .owl-theme .owl-nav div {
width: 40px;
height: 40px;
line-height: 40px;
font-size: 14px;
}
}
@media (max-width: 500px) {
.hero-2 .owl-theme .owl-nav div {
display: none;
}
}
.hero-2 .owl-theme .owl-nav div:hover {
border-color: #001659;
background-color: #001659;
-webkit-box-shadow: 0px 10px 35px 0px rgba(38, 42, 76, 0.1);
box-shadow: 0px 10px 35px 0px rgba(38, 42, 76, 0.1);
color: #fff;
}
.hero-2 .owl-theme .owl-nav div.owl-next {
left: auto;
right: 20px;
} .hero-social-elements {
position: fixed;
left: 0;
top: 0;
height: 100%;
width: 100px;
background-color: #fff;
z-index: 99;
}
@media (max-width: 1500px) {
.hero-social-elements {
display: none !important;
}
}
.hero-social-elements .flp-text {
position: absolute;
top: 20%;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
width: 100px;
}
.hero-social-elements .flp-text p {
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
color: #001659;
font-weight: 700;
font-size: 16px;
text-transform: uppercase;
}
.hero-social-elements .long-arrow {
width: 1px;
height: 100px;
background-color: #cfd2de;
display: block;
position: absolute;
content: "";
left: 50%;
top: 30%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
.hero-social-elements .long-arrow::before {
content: "";
position: absolute;
width: 0;
height: 0;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-top: 9px solid #cfd2de;
bottom: -9px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
.hero-social-elements .social-link {
display: block;
top: 45%;
left: 50%;
position: relative;
-webkit-transform: translate(-50%);
transform: translate(-50%);
width: 50px;
z-index: 2;
}
.hero-social-elements .social-link::after {
width: 1px;
height: 100px;
background-color: #cfd2de;
display: block;
position: absolute;
content: "";
left: 50%;
top: 110%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
.hero-social-elements .social-link a {
width: 50px;
height: 50px;
background: #fff;
border: 1px solid #ebedf2;
border-radius: 50px;
line-height: 50px;
text-align: center;
display: inline-block;
margin: 5px 0;
}
.hero-social-elements .social-link a:hover,
.hero-social-elements .social-link a .active {
color: #fff;
background-color: #FF5E14;
border-color: #FF5E14;
} .rrdevs-accordion-items {
position: relative;
z-index: 2;
}
.rrdevs-accordion-items:after {
position: absolute;
left: 26px;
top: 10px;
content: "";
border: 1px dashed #d4d4d5;
width: 1px;
height: 95%;
z-index: -1;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
ul.rrdevs-addons-pricing-table-features {
padding: 0;
} .busico-single-testimonial-item {
background-color: #F9F9F9;
position: relative;
padding: 95px;
padding-top: 130px;
padding-bottom: 0;
text-align: center;
margin-top: 70px;
}
@media (max-width: 991px) {
.busico-single-testimonial-item {
padding: 75px;
padding-top: 100px;
}
}
@media (max-width: 767px) {
.busico-single-testimonial-item {
padding: 50px;
padding-top: 80px;
}
}
@media (max-width: 500px) {
.busico-single-testimonial-item {
padding: 25px;
padding-top: 70px;
}
}
.busico-single-testimonial-item::before {
width: 87px;
height: 87px;
background: #FF5E14;
position: absolute;
left: 50%;
top: -40px;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
content: "\f10e";
font-family: "Font Awesome 5 Free";
font-weight: 700;
color: #fff;
line-height: 87px;
text-align: center;
font-size: 32px;
}
.busico-single-testimonial-item.style-two:before {
display: none;
}
.busico-single-testimonial-item p {
font-size: 22px;
font-style: italic;
line-height: 150%;
}
@media (max-width: 767px) {
.busico-single-testimonial-item p {
font-size: 18px;
line-height: 1.9;
}
}
@media (max-width: 500px) {
.busico-single-testimonial-item p {
font-size: 17px;
}
}
.busico-single-testimonial-item .busico-client-info {
margin-top: 50px;
}
@media (max-width: 767px) {
.busico-single-testimonial-item .busico-client-info {
margin-top: 20px;
}
}
.busico-single-testimonial-item .busico-client-info h5 {
line-height: 1;
margin-bottom: 10px;
}
.busico-single-testimonial-item .busico-client-info span {
line-height: 1;
}
.busico-single-testimonial-item .busico-client-img {
width: 86px;
height: 86px;
border-radius: 50%;
margin: 0 auto;
background-color: #eee;
margin-bottom: -43px;
position: relative;
bottom: -43px;
}
.busico-client-img.bg-cover {
background-position: center top;
}
.testimonial-carousel-active .owl-item {
padding-bottom: 90px;
}
@media (max-width: 991px) {
.testimonial-carousel-active .owl-item {
padding-bottom: 15px;
}
}
@media (max-width: 767px) {
.testimonial-carousel-active .owl-item {
padding-bottom: 36px;
}
}
@media (max-width: 500px) {
.testimonial-carousel-active .owl-item {
padding-bottom: 60px;
}
}
.testimonial-carousel-active .owl-nav div {
position: absolute;
left: 0;
top: 50%;
display: inline-block;
padding: 30px 15px;
background: #FF5E14;
-webkit-transform: translate(-50%);
transform: translate(-50%);
font-size: 20px;
color: #fff;
}
@media (max-width: 1200px) {
.testimonial-carousel-active .owl-nav div {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@media (max-width: 500px) {
.testimonial-carousel-active .owl-nav div {
display: none;
}
}
.testimonial-carousel-active .owl-nav div.owl-next {
right: 0;
-webkit-transform: translateX(50%);
transform: translateX(50%);
left: auto;
}
@media (max-width: 1200px) {
.testimonial-carousel-active .owl-nav div.owl-next {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@media (min-width: 1025px) and (max-width: 1399px) {
.busco-responsive .elementor-20 .elementor-element.elementor-element-00e63c7>.elementor-element-populated {
margin: 0px 0px 0px 30px !important;
}
} .team-area-style-02 .team-wrapper {
z-index: 0;
position: relative;
}
.team-area-style-02 .team-wrapper::before {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 100%;
content: "";
z-index: 0;
border-radius: 10px;
background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#050d72));
background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #050d72 100%);
opacity: .7;
}
.team-area-style-02 .team-content-bottom {
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
padding: 35px;
width: 100%;
transition: all 0.4s;
}
.team-area-style-02 .social-icons {
margin-top: -4px;
position: absolute;
bottom: 0;
left: 50%;
opacity: 0;
visibility: hidden;
transition: all 0.4s;
transform: translateX(-50%);
}
.user-identity {
transition: all 0.4s;
}
.team-area-style-02 .team-wrapper:hover .user-identity {
opacity: 0;
visibility: hidden;
}
.team-area-style-02 .team-wrapper:hover .social-icons {
opacity: 1;
visibility: visible;
bottom: 40px;
}
.team-area-style-02 .social-icons ul li i {
transition: all 0.4s;
width: 32px;
height: 32px;
background-color: #fff;
display: flex;
align-items: center;
justify-content: center;
border-radius: 5px;
} .owl-theme .owl-nav.disabled+.owl-dots {
margin-top: 10px;
}
.agency-slider-active.owl-theme .owl-dots {
position: absolute;
right: 20px;
z-index: 9;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
width: 20px;
}
.agency-slider-active.owl-theme .owl-dots .owl-dot {
display: block;
width: 100%;
}
.owl-theme .owl-dots .owl-dot {
display: inline-block;
zoom: 1;
}
.agency-slider-active.owl-theme .owl-dots .owl-dot span {
position: relative;
width: 20px;
height: 20px;
border-radius: 50%;
border: 1px solid #fff;
background: transparent;
margin: 2px 0px;
display: inline-block;
}
.agency-slider-active.owl-theme .owl-dots .owl-dot.active span::before,
.agency-slider-active.owl-theme .owl-dots .owl-dot:hover span::before {
opacity: 1;
visibility: visible;
}
.agency-slider-active.owl-theme .owl-dots .owl-dot span::before {
position: absolute;
width: 6px;
height: 6px;
content: "";
background: #fff;
border-radius: 50%;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
opacity: 0;
visibility: hidden;
-webkit-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.busco-faq .rrdevs-accordion-items:after {
content: none;
}
.rotate-social-link {
position: absolute;
z-index: 1;
bottom: 40px;
left: 30px;
}
@media (min-width: 1300px) {
.rotate-social-link {
-webkit-transform: rotate(-90deg) translateY(-50%);
transform: rotate(-90deg) translateY(-50%);
bottom: 50%;
left: -60px;
}
}
.rotate-social-link a {
color: #fff;
font-size: 14px;
line-height: 1;
text-transform: uppercase;
margin: 0px 10px;
transition: all 0.4s;
} .team-area-style-03 .team-wrapper {
text-align: center;
position: relative;
z-index: 1;
}
.team-area-style-03 .team-wrapper:hover::before {
opacity: .85;
visibility: visible;
}
.team-area-style-03 .team-wrapper::before {
position: absolute;
left: 0;
top: 0;
content: "";
opacity: 0;
background-color: #FFBB00;
width: 100%;
height: 100%;
visibility: hidden;
z-index: 0;
-webkit-transition: all .4s;
transition: all .4s;
}
.team-area-style-03 .team-content-bottom {
position: absolute;
top: 55%;
left: 50%;
opacity: 0;
width: 100%;
visibility: hidden;
transition: all 0.4s;
transform: translate(-50%, -50%);
}
.team-area-style-03 .team-wrapper:hover .team-content-bottom{
opacity: 1;
top: 50%;
visibility: visible;
}
.team-area-style-03 .team-wrapper:hover .team-border-angle::before, 
.team-area-style-03 .team-wrapper:hover .team-border-angle::after,
.team-area-style-03 .team-wrapper:hover .team-border-angle2::before,
.team-area-style-03 .team-wrapper:hover .team-border-angle2::after {
opacity: 1;
visibility: visible;
}
.team-border-angle::before, 
.team-border-angle::after,
.team-border-angle2::before, 
.team-border-angle2::after   {
position: absolute;
left: 20px;
top: 20px;
content: "";
background-color: #161616;
width: 2px;
height: 56px;
opacity: 0;
visibility: hidden;
-webkit-transition: all .4s;
transition: all .4s;
}
.team-border-angle::after, 
.team-border-angle2::after {
width: 56px;
height: 2px;
}
.team-border-angle2::before, 
.team-border-angle2::after {
top: auto;
bottom: 20px;
right: 20px;
left: auto;
} .style-two .busico-single-testimonial-item .busico-client-info {
margin-top: 30px;
}
.busco-testimonial2 .owl-nav {
position: absolute;
bottom: 44px;
}
@media (max-width: 991px) {
.busco-testimonial2 .owl-nav {
bottom: -15px;
}
}
@media (max-width: 767px) {
.busco-testimonial2 .owl-nav {
display: none
}
}
.busco-testimonial2 .testimonial-carousel-active .owl-nav div {
background-color: transparent!important;
}
.busco-testimonial2 .owl-prev, 
.busco-testimonial2 .owl-next{
background-color: #4E5AFF!important;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 0!important;
transform: none!important;
border-radius: 100%;
transition: all 0.4s;
}
.busco-testimonial2 .owl-prev i, .busco-testimonial2 .owl-next i {
width: 45px;
height: 45px;
line-height: 48px;
color: #fff;
text-align: center;
display: inline-block;
-webkit-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
border: none;
font-size: 24px!important;
}
.busco-testimonial2 .testimonial-carousel-active .owl-nav div.owl-next {
right: -110px;
} .team-area-style-04 .team-wrapper {
overflow: hidden;
position: relative;
}
.team-area-style-04 .team-author-thumb{
height: 100px;
width: 100px;
overflow: hidden;
border-radius: 100%;
margin: 0 auto;
margin-bottom: 20px;
transition: all 0.5s;
margin-top: 30px;
}
.team-area-style-04 .team-wrapper:hover .team-author-thumb{
margin-top: 0;
}
.team-area-style-04 .team-author-thumb img{
width: 100%;
height: 100%;
object-fit: cover;
background-color: #081D69;
object-position: center top;
}
.team-area-style-04 .team-content-bottom {
position: absolute;
top: 0;
opacity: 0;
visibility: hidden;
width: 100%;
height: 100%;
border-radius: 10px;
display: flex;
flex-direction: column;
align-items: center;
transition: all 0.4s;
justify-content: center;
}
.team-area-style-04 .team-wrapper:hover .team-content-bottom{
opacity: 1;
visibility: visible;
}
.team-area-style-04 .social-icons li a {
margin: 0px 4px;
background-color: #fff;
width: 29px;
height: 29px;
line-height: 30px;
transition: all 0.4s;
}
.team-area-style-04 .social-icons li a:hover{
background-color: #FF5E14;
}
.accordion-item-v5 .rrdevs-accordion-items:after{
content: none;
} .busico-portfolio-v5 a.busico-portfolio-content.content-postion-on-image {
position: absolute;
bottom: 10px;
background-color: transparent;
left: 0;
right: 0;
padding: 0 45px;
border-radius: 0;
-webkit-transform: none;
transform: none;
opacity: 1;
z-index: 2;
}
.busico-portfolio-v5 a.busico-portfolio-content .busico-pf-category {
margin-bottom: 0;
}
.busico-portfolio-v5 .busico-portfolio-btn {
transition: all 0.4s;
position: relative;
top: -25px;
text-align: center;
}
.busico-portfolio-v5 .busico-portfolio-item{
z-index: 0;
}
.busico-portfolio-v5 .busico-portfolio-item:before{
content: "";
left: 0;
top: 0;
z-index: 1;
width: 100%;
height: 100%;
opacity: 0;
visibility: hidden;
transition: all 0.4s;
border-radius: 10px;
position: absolute;
background: linear-gradient(180deg, rgba(0, 22, 89, 0) 0%, rgba(0, 22, 89, 0.85) 100%);
}
.busico-portfolio-v5 .busico-portfolio-item:hover:before{
opacity: 1;
visibility: visible;
}
.busico-portfolio-v5 .busico-portfolio-item:hover span.busico-pf-category, 
.busico-portfolio-v5 .busico-portfolio-item:hover h3.busico-portfolio-title{
color: #fff;
}
.busico-portfolio-v5 .busico-portfolio-btn {
transition: all 0.4s;
position: relative;
top: -13px;
text-align: center;
} @media (max-width: 991px) {
.busico-portfolio-v5 .busico-portfolio-btn {
top: -13px;
}
}
@media (max-width: 991px) {
.busico-portfolio-v5 a.busico-portfolio-content.content-postion-on-image {
bottom: -5px;
}
}
@media (max-width: 410px) {
.busico-portfolio-v5  h3.busico-portfolio-title {
display: block;
}
.busico-portfolio-btn {
margin-top: 20px;
}
} .busico-testimonial-v5 .busico-testimonial-thumb {
position: relative;
display: inline-block;
}
.busico-testimonial-v5 .busico-testimonial-thumb img{
margin: 0 auto 30px;
object-fit: cover;
}
@media (max-width: 575px) {
.busico-testimonial-v5 .busico-testimonial-thumb img{
margin: 0 auto 20px;
}
}
.busico-testimonial-v5 .busico-testimonial-thumb svg{
position: absolute;
top: 20px;
right: 30px;
}
.busico-testimonial-2 .owl-dots .owl-dot {
display: inline-block;
}
.busico-testimonial-2 .owl-dots .owl-dot span {
transition: all 0.4s;
} .busico-hero-popup span.rrdevs-midal-btn-icon.modal-icon-left{
box-shadow: 0 0 0 1px rgb(78 90 255 / 30%) inset, 0 0 0 3px #fff inset;
} .p-style-two .busico-portfolio-item:before{
content: '';
left: 0;
top: 0;
width: 100%;
height: 100%;
opacity: 0;
position: absolute;
transition: all 0.4s;
background-color: rgba(0, 22, 89, 0.7);
}
.p-style-two .busico-portfolio-item:hover:before{
opacity: 1;
}
.p-style-two .title-icon, 
.p-style-three .title-icon {
background: #FF5E14;
width: 54px;
height: 54px;
display: flex;
align-items: center;
justify-content: center;
color: #FFFFFF;
font-size: 20px;
-webkit-text-stroke: 2px #FF5E14;
position: absolute;
top: 20px;
right: 0;
opacity: 0;
cursor: pointer;
transition: all 0.4s;
}
.p-style-three .title-icon{
opacity: 1;
top: -30px;
right: 20px;
}
.p-style-two .busico-portfolio-item:hover .title-icon{
opacity: 1;
right: 20px;
}
ul.pf-isotope-nav.p-style-two li, 
ul.pf-isotope-nav.p-style-three li{
position: relative;
}
ul.pf-isotope-nav.p-style-two li:before, 
ul.pf-isotope-nav.p-style-two li.active:before{
content: '';
left: 0;
bottom: -1px;
width: 0;
opacity: 0;
height: 1px;
transition: all 0.4s;
position: absolute;
background-color: #DDE0E8;
}
ul.pf-isotope-nav.p-style-two li.active:before{
opacity: 1;
width: 100%;
}
ul.pf-isotope-nav.p-style-two li:hover:before{
width: 100%;
opacity: 1;
}
ul.pf-isotope-nav.p-style-two li.active:after{
content: '';
left: 0;
bottom: -2px;
width: 21px;
height: 3px;
transition: all 0.4s;
position: absolute;
background-color: #FF5E14;
}
.p-style-three .busico-portfolio-content.content-postion-on-image {
right: 40px!important;
}
ul.pf-isotope-nav.p-style-three li{
position: relative;
}
ul.pf-isotope-nav.p-style-three li.active:before {
content: '';
width: 0;
height: 0;
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-top: 7px solid #FF5E14;
position: absolute;
left: 50%;
bottom: -8px;
opacity: 1;
transform: translateX(-50%);
}
ul.pf-isotope-nav.p-style-three li:before {
content: '';
width: 0;
height: 0;
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-top: 7px solid #FF5E14;
position: absolute;
left: 50%;
bottom: -8px;
transition: all 0.4s;
transform: translateX(-50%);
opacity: 0;
}
ul.pf-isotope-nav.p-style-three li:hover:before{
opacity: 1;
}
ul.pf-isotope-nav.p-style-three li{
border-top: 1px solid transparent;
border-bottom: 1px solid transparent;
}
ul.pf-isotope-nav.p-style-three li:hover{
border-top: 1px solid #FF5E14;
border-bottom: 1px solid #FF5E14;
}
ul.pf-isotope-nav.p-style-three li.active{
border-top: 1px solid #FF5E14;
border-bottom: 1px solid #FF5E14;
}
@media (min-width: 1025px) and (max-width: 1669px) {
.elementor-1398 .elementor-element.elementor-element-e6958c9 > .elementor-background-overlay {
background-position: center!important;
background-size: cover!important;
}
.elementor .elementor-background-overlay, .elementor .elementor-background-slideshow {
width: 46%;
}
}
.elementor-2392 .elementor-element.elementor-element-e376dbe .elementor-background-overlay {
left: 54%;
} .busico-subscribe-btn, 
.busco-subscribe-field {
position: relative;
}
.busico-subscribe-btn i{
color: white;
cursor: pointer;
}
.busico-subscribe-btn-icon {
position: absolute;
top: 17px;
right: 28%;
}
.footer-04 .busico-subscribe-btn-icon {
right: 24%;
}
.footer-04 .busico-subscribe-btn-icon i{
color: black;
}
@media (max-width: 1130px) {
.busico-subscribe-btn-icon {
right: 25%;
}
}
.busico-subscribe-field-btn {
position: absolute;
top: 19px;
left: 20px;
}
.busico-subscribe-field-btn i{
color: #FF5E14;
cursor: pointer;
}
.busico-addons-btn i{
margin-left: 7px;
color: black;
transition: all 0.4s;
}
.busico-addons-btn:hover i{
color: white;
}
.busico-contact-section{
position: relative;
}
.busico-contact-section:before {
content: '';
left: 0;
top: 0;
z-index: 1;
width: 46%;
height: 150px;
position: absolute;
background-color: #fff;
}
@media (max-width: 1024px) {
.busico-contact-section:before {
content: none;
}
}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}.elementor-widget-icon-box .elementor-icon-box-wrapper{display:flex;flex-direction:column;gap:var(--icon-box-icon-margin,15px);text-align:center}.elementor-widget-icon-box .elementor-icon-box-icon{display:inline-block;flex:0 0 auto;line-height:0}.elementor-widget-icon-box .elementor-icon-box-content{flex-grow:1;width:100%}.elementor-widget-icon-box .elementor-icon-box-title a{color:inherit}.elementor-widget-icon-box .elementor-icon-box-description{margin:0}.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper{flex-direction:row-reverse;gap:var(--icon-box-icon-margin,15px);text-align:end}.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper{flex-direction:row;gap:var(--icon-box-icon-margin,15px);text-align:start}.elementor-widget-icon-box.elementor-position-top .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column;gap:var(--icon-box-icon-margin,15px);text-align:center}.elementor-widget-icon-box.elementor-position-bottom .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column-reverse;gap:var(--icon-box-icon-margin,15px);text-align:center}@media (min-width:-1){.elementor-widget-icon-box.elementor-widescreen-position-right .elementor-icon-box-wrapper{flex-direction:row-reverse;gap:var(--icon-box-icon-margin,15px);text-align:end}.elementor-widget-icon-box.elementor-widescreen-position-left .elementor-icon-box-wrapper{flex-direction:row;gap:var(--icon-box-icon-margin,15px);text-align:start}.elementor-widget-icon-box.elementor-widescreen-position-top .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column;gap:var(--icon-box-icon-margin,15px);text-align:center}.elementor-widget-icon-box.elementor-widescreen-position-bottom .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column-reverse;gap:var(--icon-box-icon-margin,15px);text-align:center}}@media (max-width:-1){.elementor-widget-icon-box.elementor-laptop-position-right .elementor-icon-box-wrapper{flex-direction:row-reverse;gap:var(--icon-box-icon-margin,15px);text-align:end}.elementor-widget-icon-box.elementor-laptop-position-left .elementor-icon-box-wrapper{flex-direction:row;gap:var(--icon-box-icon-margin,15px);text-align:start}.elementor-widget-icon-box.elementor-laptop-position-top .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column;gap:var(--icon-box-icon-margin,15px);text-align:center}.elementor-widget-icon-box.elementor-laptop-position-bottom .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column-reverse;gap:var(--icon-box-icon-margin,15px);text-align:center}.elementor-widget-icon-box.elementor-tablet_extra-position-right .elementor-icon-box-wrapper{flex-direction:row-reverse;gap:var(--icon-box-icon-margin,15px);text-align:end}.elementor-widget-icon-box.elementor-tablet_extra-position-left .elementor-icon-box-wrapper{flex-direction:row;gap:var(--icon-box-icon-margin,15px);text-align:start}.elementor-widget-icon-box.elementor-tablet_extra-position-top .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column;gap:var(--icon-box-icon-margin,15px);text-align:center}.elementor-widget-icon-box.elementor-tablet_extra-position-bottom .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column-reverse;gap:var(--icon-box-icon-margin,15px);text-align:center}}@media (max-width:1024px){.elementor-widget-icon-box.elementor-tablet-position-right .elementor-icon-box-wrapper{flex-direction:row-reverse;gap:var(--icon-box-icon-margin,15px);text-align:end}.elementor-widget-icon-box.elementor-tablet-position-left .elementor-icon-box-wrapper{flex-direction:row;gap:var(--icon-box-icon-margin,15px);text-align:start}.elementor-widget-icon-box.elementor-tablet-position-top .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column;gap:var(--icon-box-icon-margin,15px);text-align:center}.elementor-widget-icon-box.elementor-tablet-position-bottom .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column-reverse;gap:var(--icon-box-icon-margin,15px);text-align:center}}@media (max-width:-1){.elementor-widget-icon-box.elementor-mobile_extra-position-right .elementor-icon-box-wrapper{flex-direction:row-reverse;gap:var(--icon-box-icon-margin,15px);text-align:end}.elementor-widget-icon-box.elementor-mobile_extra-position-left .elementor-icon-box-wrapper{flex-direction:row;gap:var(--icon-box-icon-margin,15px);text-align:start}.elementor-widget-icon-box.elementor-mobile_extra-position-top .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column;gap:var(--icon-box-icon-margin,15px);text-align:center}.elementor-widget-icon-box.elementor-mobile_extra-position-bottom .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column-reverse;gap:var(--icon-box-icon-margin,15px);text-align:center}}@media (max-width:767px){.elementor-widget-icon-box.elementor-mobile-position-right .elementor-icon-box-wrapper{flex-direction:row-reverse;gap:var(--icon-box-icon-margin,15px);text-align:end}.elementor-widget-icon-box.elementor-mobile-position-left .elementor-icon-box-wrapper{flex-direction:row;gap:var(--icon-box-icon-margin,15px);text-align:start}.elementor-widget-icon-box.elementor-mobile-position-top .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column;gap:var(--icon-box-icon-margin,15px);text-align:center}.elementor-widget-icon-box.elementor-mobile-position-bottom .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column-reverse;gap:var(--icon-box-icon-margin,15px);text-align:center}.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon,.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-icon{flex-direction:column}}@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}.elementor-element,.elementor-lightbox{--swiper-theme-color:#000;--swiper-navigation-size:44px;--swiper-pagination-bullet-size:6px;--swiper-pagination-bullet-horizontal-gap:6px}.elementor-element .swiper .swiper-slide figure,.elementor-lightbox .swiper .swiper-slide figure{line-height:0}.elementor-element .swiper .elementor-lightbox-content-source,.elementor-lightbox .swiper .elementor-lightbox-content-source{display:none}.elementor-element .swiper .elementor-swiper-button,.elementor-element .swiper~.elementor-swiper-button,.elementor-lightbox .swiper .elementor-swiper-button,.elementor-lightbox .swiper~.elementor-swiper-button{color:hsla(0,0%,93%,.9);cursor:pointer;display:inline-flex;font-size:25px;position:absolute;top:50%;transform:translateY(-50%);z-index:1}.elementor-element .swiper .elementor-swiper-button svg,.elementor-element .swiper~.elementor-swiper-button svg,.elementor-lightbox .swiper .elementor-swiper-button svg,.elementor-lightbox .swiper~.elementor-swiper-button svg{fill:hsla(0,0%,93%,.9);height:1em;width:1em}.elementor-element .swiper .elementor-swiper-button-prev,.elementor-element .swiper~.elementor-swiper-button-prev,.elementor-lightbox .swiper .elementor-swiper-button-prev,.elementor-lightbox .swiper~.elementor-swiper-button-prev{left:10px}.elementor-element .swiper .elementor-swiper-button-next,.elementor-element .swiper~.elementor-swiper-button-next,.elementor-lightbox .swiper .elementor-swiper-button-next,.elementor-lightbox .swiper~.elementor-swiper-button-next{right:10px}.elementor-element .swiper .elementor-swiper-button.swiper-button-disabled,.elementor-element .swiper~.elementor-swiper-button.swiper-button-disabled,.elementor-lightbox .swiper .elementor-swiper-button.swiper-button-disabled,.elementor-lightbox .swiper~.elementor-swiper-button.swiper-button-disabled{opacity:.3}.elementor-element .swiper .swiper-image-stretch .swiper-slide .swiper-slide-image,.elementor-lightbox .swiper .swiper-image-stretch .swiper-slide .swiper-slide-image{width:100%}.elementor-element .swiper .swiper-horizontal>.swiper-pagination-bullets,.elementor-element .swiper .swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-element .swiper .swiper-pagination-custom,.elementor-element .swiper .swiper-pagination-fraction,.elementor-element .swiper~.swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-element .swiper~.swiper-pagination-custom,.elementor-element .swiper~.swiper-pagination-fraction,.elementor-lightbox .swiper .swiper-horizontal>.swiper-pagination-bullets,.elementor-lightbox .swiper .swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-lightbox .swiper .swiper-pagination-custom,.elementor-lightbox .swiper .swiper-pagination-fraction,.elementor-lightbox .swiper~.swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-lightbox .swiper~.swiper-pagination-custom,.elementor-lightbox .swiper~.swiper-pagination-fraction{bottom:5px}.elementor-element .swiper.swiper-cube .elementor-swiper-button,.elementor-element .swiper.swiper-cube~.elementor-swiper-button,.elementor-lightbox .swiper.swiper-cube .elementor-swiper-button,.elementor-lightbox .swiper.swiper-cube~.elementor-swiper-button{transform:translate3d(0,-50%,1px)}.elementor-element :where(.swiper-horizontal)~.swiper-pagination-bullets,.elementor-lightbox :where(.swiper-horizontal)~.swiper-pagination-bullets{bottom:5px;left:0;width:100%}.elementor-element :where(.swiper-horizontal)~.swiper-pagination-bullets .swiper-pagination-bullet,.elementor-lightbox :where(.swiper-horizontal)~.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.elementor-element :where(.swiper-horizontal)~.swiper-pagination-progressbar,.elementor-lightbox :where(.swiper-horizontal)~.swiper-pagination-progressbar{height:4px;left:0;top:0;width:100%}.elementor-element.elementor-pagination-position-outside .swiper,.elementor-lightbox.elementor-pagination-position-outside .swiper{padding-bottom:30px}.elementor-element.elementor-pagination-position-outside .swiper .elementor-swiper-button,.elementor-element.elementor-pagination-position-outside .swiper~.elementor-swiper-button,.elementor-lightbox.elementor-pagination-position-outside .swiper .elementor-swiper-button,.elementor-lightbox.elementor-pagination-position-outside .swiper~.elementor-swiper-button{top:calc(50% - 30px / 2)}.elementor-element .elementor-swiper,.elementor-lightbox .elementor-swiper{position:relative}.elementor-element .elementor-main-swiper,.elementor-lightbox .elementor-main-swiper{position:static}.elementor-element.elementor-arrows-position-outside .swiper,.elementor-lightbox.elementor-arrows-position-outside .swiper{width:calc(100% - 60px)}.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev,.elementor-element.elementor-arrows-position-outside .swiper~.elementor-swiper-button-prev,.elementor-lightbox.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev,.elementor-lightbox.elementor-arrows-position-outside .swiper~.elementor-swiper-button-prev{left:0}.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-next,.elementor-element.elementor-arrows-position-outside .swiper~.elementor-swiper-button-next,.elementor-lightbox.elementor-arrows-position-outside .swiper .elementor-swiper-button-next,.elementor-lightbox.elementor-arrows-position-outside .swiper~.elementor-swiper-button-next{right:0}.elementor-widget-image-carousel .swiper{position:static}.elementor-widget-image-carousel .swiper .swiper-slide figure{line-height:inherit}.elementor-widget-image-carousel .swiper-slide{text-align:center}.elementor-image-carousel-wrapper:not(.swiper-initialized) .swiper-slide{max-width:calc(100% / var(--e-image-carousel-slides-to-show, 3))}.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=".svg"]{width:48px}.elementor-widget-image img{display:inline-block;vertical-align:middle}