/*==================================:: WOW CSS Start ::==================================*/
.animated {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes bounce {

    0%,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes bounce {

    0%,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes flash {

    0%,
    50%,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {

    0%,
    50%,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {

    0%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shake {

    0%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
        transform: translate3d(-25%, 0, 0) rotate(-5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
        transform: translate3d(20%, 0, 0) rotate(3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
        transform: translate3d(-15%, 0, 0) rotate(-3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
        transform: translate3d(10%, 0, 0) rotate(2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
        transform: translate3d(-5%, 0, 0) rotate(-1deg)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
        transform: translate3d(-25%, 0, 0) rotate(-5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
        transform: translate3d(20%, 0, 0) rotate(3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
        transform: translate3d(-15%, 0, 0) rotate(-3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
        transform: translate3d(10%, 0, 0) rotate(2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
        transform: translate3d(-5%, 0, 0) rotate(-1deg)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes jello {

    0%,
    11.1%,
    to {
        -webkit-transform: none;
        transform: none
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

@keyframes jello {

    0%,
    11.1%,
    to {
        -webkit-transform: none;
        transform: none
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes bounceIn {

    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes bounceIn {

    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInDown {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInLeft {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInRight {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInUp {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -10%, 0);
        transform: translate3d(0, -10%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -10%, 0);
        transform: translate3d(0, -10%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-10%, 0, 0);
        transform: translate3d(-10%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-10%, 0, 0);
        transform: translate3d(-10%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(10%, 0, 0);
        transform: translate3d(10%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(10%, 0, 0);
        transform: translate3d(10%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 10%, 0);
        transform: translate3d(0, 10%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 10%, 0);
        transform: translate3d(0, 10%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 10%, 0);
        transform: translate3d(0, 10%, 0)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 10%, 0);
        transform: translate3d(0, 10%, 0)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-10%, 0, 0);
        transform: translate3d(-10%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-10%, 0, 0);
        transform: translate3d(-10%, 0, 0)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(10%, 0, 0);
        transform: translate3d(10%, 0, 0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(10%, 0, 0);
        transform: translate3d(10%, 0, 0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -10%, 0);
        transform: translate3d(0, -10%, 0)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -10%, 0);
        transform: translate3d(0, -10%, 0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotateY(-1turn);
        transform: perspective(400px) rotateY(-1turn);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) translateZ(150px) rotateY(-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) translateZ(150px) rotateY(-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotateY(-1turn);
        transform: perspective(400px) rotateY(-1turn);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) translateZ(150px) rotateY(-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) translateZ(150px) rotateY(-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotateY(-15deg);
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotateY(-15deg);
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(10%, 0, 0) skewX(-30deg);
        transform: translate3d(10%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(10%, 0, 0) skewX(-30deg);
        transform: translate3d(10%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(10%, 0, 0) skewX(30deg);
        transform: translate3d(10%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(10%, 0, 0) skewX(30deg);
        transform: translate3d(10%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,
    80% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,
    80% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes jackInTheBox {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) rotate(30deg);
        transform: scale(.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }

    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes jackInTheBox {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) rotate(30deg);
        transform: scale(.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }

    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.jackInTheBox {
    -webkit-animation-name: jackInTheBox;
    animation-name: jackInTheBox
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-10%, 0, 0) rotate(-120deg);
        transform: translate3d(-10%, 0, 0) rotate(-120deg)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-10%, 0, 0) rotate(-120deg);
        transform: translate3d(-10%, 0, 0) rotate(-120deg)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(10%, 0, 0) rotate(120deg);
        transform: translate3d(10%, 0, 0) rotate(120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(10%, 0, 0) rotate(120deg);
        transform: translate3d(10%, 0, 0) rotate(120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -10%, 0);
        transform: translate3d(0, -10%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -10%, 0);
        transform: translate3d(0, -10%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-10%, 0, 0);
        transform: translate3d(-10%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-10%, 0, 0);
        transform: translate3d(-10%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(10%, 0, 0);
        transform: translate3d(10%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(10%, 0, 0);
        transform: translate3d(10%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 10%, 0);
        transform: translate3d(0, 10%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 10%, 0);
        transform: translate3d(0, 10%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 10%, 0);
        transform: translate3d(0, 10%, 0)
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 10%, 0);
        transform: translate3d(0, 10%, 0)
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-10%, 0, 0);
        transform: translate3d(-10%, 0, 0)
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-10%, 0, 0);
        transform: translate3d(-10%, 0, 0)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(10%, 0, 0);
        transform: translate3d(10%, 0, 0)
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(10%, 0, 0);
        transform: translate3d(10%, 0, 0)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -10%, 0);
        transform: translate3d(0, -10%, 0)
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -10%, 0);
        transform: translate3d(0, -10%, 0)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

/*==================================:: WOW CSS End ::==================================*/
:root {
    --primary-color: #322d2c;
    --secondory-color: #ea212e;
}

/*site-preloader START*/
.site-preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    opacity: 0;
    pointer-events: none;
    z-index: 99999999999;
    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;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}

.site-preloader-content {
    text-align: center;
}

.loader-logo {
    width: 240px;
}

.site-loader-bar {
    height: 3px;
    border-radius: 1px;
    position: relative;
    overflow: hidden;
    width: 100%;
    background-color: #141414;
}

.site-loader {
    height: 100%;
    width: 0;
    background-color: var(--secondory-color);
    -webkit-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}

.site-preloader.loader-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    pointer-events: all;
    opacity: 1;
}

.loader-label {
    font-size: 12px;
    line-height: 20px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-top: 5px;
}

/*site-preloader END*/
/*Slick Slider Css Start*/
.slick-slider {
    position: relative;
    display: block;
    -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;
    min-width: 100%;
}

.slick-list.dragging {
    cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    min-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: "";
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    min-height: 1px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex: inherit;
    flex: inherit;
}

.slick-initialized .slick-slide {
    display: block;
    list-style: none;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    z-index: 2;
    padding: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 0;
    background: none;
    border: 0;
    color: #eee;
    cursor: pointer;
    opacity: 1;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.slick-arrow:before {
    display: block;
    content: "\f104";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    font-size: 32px;
}

.slick-arrow.slick-next:before {
    content: "\f105";
}

.slick-arrow.slick-prev {
    left: 0;
}

.slick-arrow.slick-next {
    right: 0;
}

.slick-arrow:hover {
    background: none;
    color: var(--secondory-color);
}

.slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0;
    bottom: -20px;
    text-align: center;
}

.slick-dots li {
    margin: 0 2px;
    padding: 0;
    list-style: none;
    display: inline-block;
    vertical-align: top;
}

.slick-dots li button {
    display: block;
    width: 12px;
    height: 12px;
    font-size: 0;
    padding: 0;
    background: none;
    border: 1px solid transparent;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    border-radius: 50%;
}

.slick-dots li button:before {
    display: block;
    content: "";
    background: var(--secondory-color);
    width: 6px;
    height: 6px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
}

.slick-dots li.slick-active button {
    border-color: var(--secondory-color);
}

.slide-number {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-size: 14px;
    line-height: 30px;
    color: #262d33;
    text-align: center;
    width: 80px;
}

.slide-number .slick-dots {
    position: relative;
    bottom: 0;
}

.slide-number .slick-dots li button {
    display: block;
    width: 15px;
    height: 30px;
    background: none;
    border: none;
    border-radius: 0;
    font-size: 14px;
    line-height: 30px;
    color: #ddd;
}

.slide-number .slick-dots li button:hover {
    background: none;
}

.slide-number .f-l {
    position: relative;
    z-index: 1;
}

.slide-number .f-l .slick-dots li {
    display: none;
}

.slide-number .f-l .slick-dots li:first-child {
    display: inline-block;
    position: relative;
    padding-right: 0;
}

.slide-number .f-l .slick-dots li:first-child button {
    opacity: 0;
}

.slide-number .f-l .slick-dots li:first-child:after {
    display: inline-block;
    content: "/";
    font-size: 14px;
    line-height: 30px;
    color: #aaabad;
    position: absolute;
    right: -2px;
    top: 0;
}

.slide-number .f-l .slick-dots li:last-child {
    display: inline-block;
    margin: 0;
}

.slide-number .f-f {
    position: absolute;
    left: 14px;
    top: 0;
    width: 20px;
    height: 30px;
    z-index: 2;
}

.slide-number .f-f .slick-dots li {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
}

.slide-number .f-f .slick-dots li.slick-active {
    opacity: 1;
    visibility: visible;
}

/*Slick Slider Css End*/
/*Easy Responsive Tab Css*/
h4.resp-accordion {
    display: none;
    cursor: pointer;
    text-align: left;
    position: relative;
    background: #fff !important;
    padding: 10px 40px 10px 20px;
    margin: 0 0 10px;
}

h4.resp-accordion .resp-arrow {
    display: none;
}

h4.resp-accordion:after {
    display: block;
    content: "\f107";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    font-size: 16px;
    color: #064265;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 30px;
    line-height: normal;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
}

h4.resp-accordion.resp-tab-active:after {
    content: "\f106";
}

.resp-tab-content {
    display: none;
}

.resp-tab-content:after {
    clear: both;
    content: "";
    display: block;
}

.resp-content-active,
.resp-accordion-active {
    display: block
}

.abt-box.entry-content p {
    color: #fff;
}

.abt-section.bg3 {
    background: linear-gradient(135deg, #ea212e 0%, #ea212e 51%, #ea212e7d 100%);
}

@media only screen and (max-width:767px) {
    ul.resp-tabs-list {
        display: none;
    }

    h4.resp-accordion {
        display: block;
    }
}

/*=========== Mobile Menu STYLE Start ========*/
/*body.mobile-menu-open{overflow:hidden;}*/
.menu-open-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    background: #000;
    display: none;
    z-index: 12;
    opacity: 0.5;
}

.mobile-menu-open .menu-open-overlay {
    display: block;
}

.mobile-menu-block {
    background: #fff;
    bottom: 0;
    color: #000;
    position: fixed;
    top: 0;
    left: -400px;
    width: 380px;
    z-index: -4;
    font-size: 16px;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.mobile-menu-open .mobile-menu-block {
    left: 0;
    z-index: 20;
}

.mobile-menu-inner {
    height: calc(100% - 142px);
    overflow: auto;
    padding: 10px 10px;
    position: relative;
    z-index: 3;
}

.mobi-logo {
    padding: 0 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    height: 80px;
}

.mobi-logo a,
.mobi-logo img {
    display: block;
    width: 200px;
}

.mobile-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobile-nav li {
    margin: 0;
    padding: 10px 0;
    color: #000;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-transform: none;
    position: relative;
}

.mobile-nav ul li a {
    display: block;
    color: #000;
    font-weight: 500;
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    line-height: 18px;
    text-transform: none;
    letter-spacing: 0;
    padding: 0;
}

.mobile-nav li.menu-item-has-children>a {
    padding-right: 40px;
}

.mobile-nav>ul>li.current-menu-item>a,
.mobile-nav>ul>li.current-menu-ancestor>a,
.mobile-nav>ul>li.current-page-ancestor>a {
    color: var(--primary-color);
}

.mobile-nav li li {
    border: none;
    padding: 5px 0;
}

.mobile-nav li li a {
    font-size: 16px;
    text-transform: none;
    font-weight: 400;
    padding: 0;
}

.mobile-nav li li.current-menu-item a {
    color: var(--primary-color);
}

.mobile-nav li li li a {
    padding-left: 0;
}

.mobile-nav ul.sub-menu {
    margin: 0;
    padding: 10px 10px 0;
}

.hitarea {
    display: block;
    width: 40px;
    height: 38px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
}

.hitarea:before {
    display: block;
    content: "\f107";
    font-family: 'Line Awesome Free';
    font-size: 18px;
    font-weight: 900;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0;
    right: 0;
    top: 10px;
    z-index: 3;
    margin: 0 auto;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.collapsable-hitarea.hitarea:before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.mobile-nav .collapsable-hitarea+a {
    color: var(--primary-color);
}

.mobi-bottom-inner {
    padding: 10px 10px;
}

.mobile-menu-block .mobi-bottom-inner .btn {
    margin: 0 2px;
    padding: 10px 10px;
    font-size: 14px;
    letter-spacing: 0;
    width: 100%;
}

.mobi-bottom-inner .btn i {
    font-size: 16px;
    margin-right: 5px;
}

.mobi-btnbox {
    padding: 10px 15px;
}

.mobi-btnbox .btn {
    width: 100%;
}

/*========== Mobile Menu STYLE End==============*/
/*Mobile Menu Css Start*/
.mobi-iconbox {
    display: none;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 40;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 0;
}

.menuicon {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.icon-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 100%;
    height: 18px;
    position: relative;
    cursor: pointer;
}

.icon-bar:before,
.icon-bar:after {
    display: block;
    content: "";
    width: 100%;
    height: 2px;
    background: var(--primary-color);
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    border-radius: 5px;
}

.icon-bar:after {
    top: auto;
    bottom: 0;
}

.icon-bar .line {
    display: block;
    width: 100%;
    height: 2px;
    background: var(--primary-color);
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    border-radius: 5px;
}

.icon-bar.active .line {
    width: 1px;
    opacity: 0;
}

.icon-bar.active:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 8px;
}

.icon-bar.active:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 8px;
}

.mobile-menu-open .mobilemenuicon .menuicon {
    margin-left: auto;
}

/*Mobile Menu Css End*/
/* ===== RESET ================================================== */
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
blockquote,
big,
body,
button,
center,
canvas,
caption,
cite,
code,
command,
datalist,
dd,
del,
details,
dfn,
dl,
div,
dt,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
keygen,
label,
legend,
li,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
s,
samp,
section,
source,
strike,
sub,
sup,
table,
tbody,
tfoot,
thead,
th,
tr,
tdvideo,
tt,
u,
ul,
var {
    background: transparent;
    border: 0 none;
    margin: 0;
    padding: 0;
    line-height: 16px;
    vertical-align: baseline;
    outline: none;
    font-size: 100%;
    font-family: inherit;
    font-weight: 400;
    font-style: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
q:before {
    content: '';
    content: none;
}

blockquote:after,
q:after {
    content: '';
    content: none;
}

ins {
    text-decoration: none;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
    margin: 0;
}

ol,
ul,
li {
    list-style: none;
}

html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

/* ===== GLOBAL ================================================== */
body {
    margin: 0;
    padding: 0;
    background: #fff;
    font-family: 'Manrope', sans-serif, Arial;
    font-size: 16px;
    color: #111;
    line-height: 24px;
    font-weight: 400;
    overflow-x: hidden;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

:focus,
button:focus {
    outline: none;
}

a {
    text-decoration: none;
    color: var(--secondory-color);
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

a:hover {
    text-decoration: none;
    color: var(--primary-color);
}

::-webkit-input-placeholder {
    color: #000;
    opacity: 0.7;
}

:-moz-placeholder {
    color: #000;
    opacity: 0.7;
}

/* Firefox 18- */
::-moz-placeholder {
    color: #000;
    opacity: 0.7;
}

/* Firefox 19+ */
:-ms-input-placeholder {
    color: #000;
    opacity: 0.7;
}

img {
    max-width: 100%;
    height: auto;
    border: none;
    outline: none;
}

b,
strong {
    font-weight: 600;
}

/* Ul Li & Ol Li CSS */
ul,
ol {
    margin: 0 0 20px;
    padding: 0;
}

ul ul,
ol ol,
ul ol,
ol ul {
    margin-top: 10px;
}

ul li,
ol li {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.5;
    color: #111;
    font-weight: 400;
    letter-spacing: 0;
}

.entry-content ul {
    padding: 0;
    margin: 0 0 20px;
}

.entry-content ol {
    padding: 0;
    margin: 0 0 20px;
    list-style: none;
    counter-reset: my-awesome-counter;
}

.entry-content ul li {
    position: relative;
    padding: 0 0 0 36px;
    margin: 0 0 12px;
}

.entry-content ul li:before {
    content: "\f00c";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    color: #fff;
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    line-height: 18px;
}

.entry-content ul li li {
    list-style: disc;
}

.entry-content ol li {
    counter-increment: my-awesome-counter;
    margin: 0 0 12px;
}

.entry-content ol li::before {
    content: counter(my-awesome-counter) ". ";
    font-weight: 400;
}

/* Heading CSS */
h1,
.h1,
h2,
.h2,
h3,
h4,
h5,
h6 {
    color: #111;
    line-height: 1.3;
    font-weight: 600;
    font-family: 'Manrope', sans-serif;
    letter-spacing: 0;
    margin: 0 0 15px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: var(--primary-color);
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    color: var(--secondory-color);
}

h1,
.h1 {
    font-size: 44px;
    line-height: 54px;
    font-weight: 600;
    margin: 0 0 15px;
}

h2,
.h2 {
    font-size: 36px;
    line-height: 44px;
    margin: 0 0 15px;
}

h2 strong,
.h2 strong {
    background: -webkit-linear-gradient(45deg, var(--primary-color), var(--secondory-color) 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

/* Paragraph CSS */
p {
    font-size: 16px;
    line-height: 1.5;
    color: #111;
    font-weight: 400;
    letter-spacing: 0;
    margin: 0 0 20px;
}

hr {
    border: none;
    margin: 30px 0;
    background: #999;
    height: 1px;
    width: 100%;
    clear: both;
    opacity: 0.5;
}

blockquote {
    border-left: 10px solid #eee;
    background: #fafafa;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 500;
    padding: 20px 30px;
    margin: 0 0 30px;
}

/*table structure*/
table,
.entry-content table {
    border-right: 1px solid #eee;
    border-top: 1px solid #eee;
}

table th,
table td,
.entry-content th,
.entry-content table th,
.entry-content td,
.entry-content table td {
    background: #fff;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
    text-align: left;
    font-size: 15px;
    line-height: 1.3;
    color: #333;
    font-weight: 400;
    padding: 12px 20px;
    vertical-align: middle;
}

table th,
.entry-content table th {
    color: #111;
    font-weight: 400;
    background: #ddd;
}

.table-striped th,
.table-striped td {
    position: relative;
}

.table-striped tbody tr:nth-of-type(even) td {
    background: #fafafa;
}

.wpDataTables {
    margin-bottom: 20px;
    overflow: auto;
}

/*Form Input Field*/
input,
textarea,
select {
    background: #f5f5f5;
    border: 1px solid #dfdfdf;
    width: 100%;
    padding: 2px 15px;
    margin: 0;
    font-size: 16px;
    color: #333;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0;
    font-family: 'Manrope', sans-serif, Arial;
    height: 50px;
    outline: none;
    border-radius: 5px;
}

input[type="button"],
input[type="submit"] {
    cursor: pointer;
    width: auto;
    height: auto;
}

input[type="checkbox"],
input[type="radio"] {
    border: none;
    width: auto;
    height: auto;
}

textarea {
    height: auto;
    padding: 10px 15px;
    min-height: 60px;
    height: 60px;
    resize: none;
}

input[type="button"],
input[type="submit"],
input[type="image"],
input[type="file"],
input[type="search"] {
    -webkit-appearance: none;
}

input#addressSubmit {
    -webkit-appearance: none !important;
}

input[type="radio"],
input[type="checkbox"] {
    -webkit-appearance: normal;
}

.checkbox,
.radiobox {
    display: inline-block;
    position: relative;
    padding-left: 28px;
    font-size: 15px;
    line-height: 14px;
    color: #676767;
}

.checkbox input,
.radiobox input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.checkbox .checkmark {
    display: block;
    width: 18px;
    height: 18px;
    border: 1px solid #999;
    position: absolute;
    left: 0;
    top: 0;
}

.checkmark:before {
    display: block;
    content: "\f00c";
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
    font-size: 13px;
    color: #fff;
    line-height: 16px;
    padding-left: 1px;
    opacity: 0;
}

.checkbox input:checked~.checkmark {
    background: var(--secondory-color);
    border-color: var(--secondory-color);
}

.checkbox input:checked~.checkmark:before {
    opacity: 1;
}

.radiobox .checkmark {
    display: block;
    width: 18px;
    height: 18px;
    background: #fff;
    border: 1px solid #999;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 1px;
}

.radiobox .checkmark:before {
    display: none;
}

.radiobox .checkmark:after {
    display: block;
    content: "";
    background: var(--secondory-color);
    border-radius: 50%;
    position: absolute;
    left: 2px;
    right: 2px;
    top: 2px;
    bottom: 2px;
    opacity: 0;
}

.radiobox input:checked~.checkmark {
    border-color: var(--secondory-color);
}

.radiobox input:checked~.checkmark:after {
    opacity: 1;
}

.input-checkbox .wpcf7-not-valid-tip {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    white-space: nowrap;
}

.selectbox {
    position: relative;
    background: #f5f5f5;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
}

.selectbox select {
    background: none;
    border: 0;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #333;
    padding: 0 40px 0 15px;
    width: 100%;
    height: 50px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    z-index: 1;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.selectbox:after {
    position: absolute;
    top: 0;
    right: 0;
    content: "\f107";
    font-family: 'FontAwesome';
    font-size: 24px;
    z-index: 0;
    width: 40px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    opacity: 0.8;
}

.selectbox.reversed:after {
    content: "\f0ec";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    font-size: 14px;
}

/* Button styling */
.button,
.btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 14px 24px;
    background-color: #fff;
    border: 0 solid #dedede;
    color: var(--primary-color);
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    font-family: 'Manrope', sans-serif, Arial;
    text-transform: none;
    cursor: pointer;
    letter-spacing: 0.01em;
    text-align: center;
    position: relative;
    min-width: 120px;
    -webkit-transition: all ease-in-out .4s;
    -o-transition: all ease-in-out .4s;
    transition: all ease-in-out .4s;
    border-radius: 40px;
    overflow: hidden;
    z-index: 1;
}

.button span,
.btn span {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.button:hover,
.btn:hover,
.button:focus,
.btn:focus {
    color: #fff;
    background: #313131;
}

.btn:after {
    content: "";
    position: absolute;
    background-color: var(--primary-color);
    left: auto;
    right: 0;
    top: 0;
    height: 100%;
    width: 0;
    border-radius: inherit;
    -webkit-transition: all ease .4s;
    -o-transition: all ease .4s;
    transition: all ease .4s;
    z-index: -1;
}

.btn:hover:after {
    width: 100%;
    right: auto;
    left: 0
}

.btn .la-angle-right {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: 24px;
    height: 24px;
    background: #fff;
    color: var(--primary-color);
    border-radius: 50%;
    margin: 0 -7px 0 10px;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.secondary .la-angle-right {
    background: #fff;
    color: var(--primary-color);
}

.secondary:hover .la-angle-right {
    background: #fff;
    color: var(--primary-color);
}

.btn .la-arrow-right {
    font-size: 20px;
}

.btn.small .la-arrow-right {
    font-size: 18px;
}

.primary {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
}

.primary.btn:after {
    background: var(--secondory-color);
    border-color: var(--secondory-color);
}

.primary:hover {
    background: var(--secondory-color);
    border-color: var(--secondory-color);
    color: #fff;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

.secondary {
    background: var(--secondory-color);
    border-color: var(--secondory-color);
    color: #fff;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

.white-btn {
    background: #fff;
    border-color: #fff;
    color: var(--primary-color);
}

.btn.small {
    padding: 10px 20px;
    font-size: 14px;
    min-width: 80px;
}

.main-wrapper {
    overflow: hidden;
}

.container {
    margin: 0 auto;
    width: 100%;
    max-width: 1170px;
    padding: 0 20px;
}

.container.relative {
    z-index: 2;
}

.max-container {
    margin: 0 auto;
    width: 100%;
    max-width: 1480px;
    padding: 0 30px;
}

section {
    position: relative;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

section *:last-child {
    margin-bottom: 0;
}

.hide {
    display: none;
}

.v-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.j-center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.ptb-100 {
    padding: 100px 0;
}

.ptb-80 {
    padding: 80px 0;
}

.ptb-60 {
    padding: 60px 0;
}

.ptb-40 {
    padding: 40px 0;
}

.ptb-30 {
    padding: 30px 0;
}

.ptb-20 {
    padding: 20px 0;
}

.bg1 {
    background: -webkit-linear-gradient(45deg, var(--primary-color), var(--secondory-color) 80%);
}

.bg2 {
    background: -o-linear-gradient(45deg, #000, var(--primary-color));
    background: linear-gradient(45deg, #000, var(--primary-color));
}

.bg3 {
    background: var(--secondory-color);
}

.bg4 {
    background: #f0f3f4;
}

.bg-black {
    background: #313131;
}

.bg-gray {
    background: #efefef;
}

.relative {
    position: relative;
}

.trans {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.mw_220 {
    min-width: 220px;
}

.form-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.input-field {
    padding: 0 10px;
    margin: 0 0 20px;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    min-width: 50%;
    max-width: 50%;
    position: relative;
}

.input-field.full-width {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    min-width: 100%;
    max-width: 100%;
}

.input-checkbox p {
    font-size: 14px;
}

.form-btnbox .btn {
    width: 100%;
}

/*============= GLOBAL CSS END ================*/
/*Header & Banner Section*/
.header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 10;
    padding: 0;
    background: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.header .max-container {
    /*max-width: 100%; padding: 0 40px;*/
}

.header-inner {
    height: 80px;
    position: relative;
}

.site-logo {
    width: 240px;
    position: relative;
    z-index: 4;
    margin: 0;
}

.site-logo a {
    display: block;
}

.site-logo img {
    display: block;
    margin: 0;
    width: 240px;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.header-right {
    margin-left: 40px;
}

.head-btnbox {
    margin-left: 30px;
}

.dropleft .hd-icon.dropdown-toggle:before {
    display: none;
}

.head-search {
    position: relative;
    z-index: 5;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.head-search .la-search:before {
    opacity: 0;
}

.head-search .la-search {
    display: block;
    background: url('../images/search-icon.png') no-repeat center;
    background-size: 100% auto;
    min-width: 20px;
    height: 20px;
    cursor: pointer;
}

.head-search.show .hd-icon .la-search {
    background: none;
}

.head-search.show .hd-icon .la-search:before {
    content: "\f00d";
    opacity: 1;
}

.append-search {
    position: absolute;
    right: 0;
    top: -12px !important;
    border: 0;
    background: none;
    padding: 0;
}

.append-search input {
    padding: 0 50px 0 15px;
    font-size: 14px;
    font-weight: 400;
    display: block;
    background: #fff;
    border: 1px solid #ccc;
    width: 260px;
    height: 44px;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.search-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    line-height: 20px;
    color: #1A3965;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    width: 44px;
    height: 44px;
    padding: 0;
    background: none;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.head-phone-block {
    font-size: 16px;
    line-height: 20px;
    color: var(--primary-color);
    font-weight: 600;
    text-transform: uppercase;
}

.head-phone-block a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 5px 0;
    color: var(--primary-color);
}

.head-phone-block a:hover {
    color: var(--primary-color);
}

.head-social-icons {
    margin-left: 20px;
    padding: 0 0 0 20px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.head-social-icons a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 32px;
    line-height: 32px;
    color: var(--primary-color);
}

.head-social-icons a+a {
    margin-left: 10px;
}

.head-social-icons a:hover {
    color: var(--primary-color);
}

.header .btn {
    background: var(--secondory-color);
    border-color: var(--secondory-color);
    color: var(--primary-color);
}

.header .btn:hover {
    color: #fff;
}

.header .btn:after {
    background: var(--primary-color);
}

.line_hover {
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
}

.line_hover:before {
    display: block;
    opacity: 1;
    content: "";
    background: currentColor;
    width: 0%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: auto;
    right: 0;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.line_hover:hover:before {
    left: 0;
    width: 100%;
    opacity: 1;
    background: currentColor;
}

/*Nav Css*/
.nav-main {
    text-align: left;
}

.nav-main ul {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
}

.nav-main nav ul>li {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
}

.nav-main nav ul>li+li {
    margin-left: 30px;
}

.nav-main nav ul>li a {
    display: block;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Manrope', sans-serif;
    line-height: 24px;
    text-transform: none;
    letter-spacing: 0;
    padding: 12px 0;
    position: relative;
    z-index: 2;
}

.nav-main nav ul>li.current-menu-item>a,
.nav-main nav ul>li:hover>a,
.nav-main nav ul>li a:hover,
.nav-main nav ul>li a:focus {
    color: var(--primary-color);
}

.nav-main nav ul>li>a:before {
    display: block;
    opacity: 1;
    content: "";
    background: currentColor;
    width: 0%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: auto;
    right: 0;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.nav-main nav ul>li:hover>a:before,
.nav-main nav ul>li.active>a:before,
.nav-main nav ul>li.current-menu-item>a:before {
    left: 0;
    width: 100%;
    opacity: 1;
}

/*.nav-main nav ul > li.menu-item-has-children > a{padding-right:18px;}
.nav-main nav ul > li.menu-item-has-children > a:after{display: block; content: "\f107"; font-family: 'FontAwesome'; width: 16px; height: 16px; line-height: 16px; text-align: center; position: absolute; right: 0; top: 16px; -webkit-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s;}
.nav-main nav ul > li.menu-item-has-children:hover > a:after {-webkit-transform: rotate(-180deg);-ms-transform: rotate(-180deg);transform: rotate(-180deg);}*/
.nav-main .sub-menu {
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 1;
    background: #fff;
    min-width: 240px;
    padding: 15px 10px;
    margin: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-box-shadow: 0 5px 40px rgb(0 0 0 / 15%);
    box-shadow: 0 5px 40px rgb(0 0 0 / 15%);
    border-radius: 0;
}

.nav-main nav ul>li:hover>.sub-menu {
    opacity: 1;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}

.nav-main nav ul>li:last-child .sub-menu {
    left: auto;
    right: 0;
}

.nav-main .sub-menu li {
    display: block;
    text-align: left;
    position: relative;
    margin: 0;
    padding: 0;
}

.nav-main .sub-menu li a:before {
    display: none;
}

.nav-main .sub-menu li a {
    display: block;
    text-transform: none;
    color: #111;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    padding: 8px 15px;
}

.nav-main .sub-menu li a:hover,
.nav-main .sub-menu li a:focus,
.nav-main .sub-menu li.current-menu-item a {
    background: #f3f3f3;
    color: var(--primary-color);
}

.nav-main .sub-menu .sub-menu {
    left: 100%;
    top: 0;
}

.nav-main .sub-menu li:hover .sub-menu {
    display: block;
}

.nav-main .two-coll-menu .sub-menu {
    min-width: 580px;
    margin-left: -120px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.nav-main .two-coll-menu .sub-menu>li {
    width: 50%;
    margin: 0;
    padding: 0;
}

.nav-main nav ul>li .sub-menu li:last-child .sub-menu {
    left: 100%;
    right: auto;
}

/*Sticy header*/
.header-blank {
    width: 100%;
    height: 80px;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.navbar_fixed.header+.header-blank {
    height: 80px;
}

.navbar_fixed.header {
    background: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-color: transparent;
}

.navbar_fixed .header-inner {
    height: 80px;
}

/*======Mega Menu START========*/
.nav-main #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item:last-child {
    margin-right: 0;
}

.nav-main #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Manrope', sans-serif;
    line-height: 24px;
    text-transform: none;
    letter-spacing: 0;
    padding: 12px 0;
    position: relative;
    z-index: 2;
}

.nav-main #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:before {
    display: block;
    opacity: 1;
    content: "";
    background: currentColor;
    width: 0%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: auto;
    right: 0;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.nav-main #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item:hover>a.mega-menu-link:before {
    left: 0;
    width: 100%;
    opacity: 1;
}

.nav-main #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator {
    display: none;
}

.nav-main #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu {
    padding: 15px 10px;
    -webkit-box-shadow: 0 5px 40px rgb(0 0 0 / 15%);
    box-shadow: 0 5px 40px rgb(0 0 0 / 15%);
}

.nav-main #mega-menu-wrap-primary,
.nav-main #mega-menu-wrap-primary #mega-menu-primary {
    position: static;
}

.nav-main #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu {
    min-height: 510px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.nav-main #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu:before {
    display: block;
    content: "";
    background: #fff;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.18);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.18);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
}

.nav-main #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row {
    height: 100%;
}

.nav-main #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column.left-mega:before {
    display: block;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(45deg, var(--primary-color), var(--secondory-color) 80%);
}

.nav-main #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.nav-main #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu .mega-menu-column {
    height: 100%;
}

.menu-item-description {
    display: none;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    color: #7b7b7b;
    width: 100%;
}

body .right-mega ul.menu {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}

body .right-mega ul.menu>li.menu-item {
    min-width: 33.33%;
    max-width: 33.33%;
    padding: 0 15px;
    margin: 0 0 20px;
}

body nav .right-mega ul>li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 0;
    font-size: 14px;
    line-height: 20px;
}

body nav .right-mega ul>li>a:before {
    display: none;
}

body nav .right-mega ul>li a .menu-image {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: var(--secondory-color);
    border-radius: 5px;
    padding: 6px;
    /*position: absolute; left: 0; top: 4px;*/
    margin-right: 10px;
}

body nav .right-mega .menu-image-title-after.menu-image-title {
    padding: 0;
    font-weight: 600;
}

body .left-mega ul.menu {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 10px 0 0;
    margin: 0;
    display: inherit;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

body .left-mega ul.menu>.menu-item {
    padding: 0;
    margin: 0 0 10px;
    display: inline-block;
    width: 100%;
}

body .left-mega ul.menu>.menu-item>a {
    color: #fff;
    line-height: 1.3;
    padding: 0;
    margin: 0 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

body .left-mega ul.menu>.menu-item>a .menu-image {
    max-width: 40px !important;
    max-height: 40px;
    padding: 0;
}

body .left-mega ul.menu>.menu-item>a:before {
    display: none;
}

body .left-mega ul.menu .sub-menu {
    display: block;
    position: static;
    top: 0;
    opacity: 1;
    min-width: 100%;
    padding: 0;
    background: none;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    z-index: inherit;
}

body .left-mega ul.menu .sub-menu>.menu-item {
    margin: 0 0 10px;
}

body .left-mega ul.menu .sub-menu>.menu-item>a {
    padding: 4px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    font-weight: 500;
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 7px;
    min-width: 80px;
    min-height: 44px;
    height: 100%;
}

body .left-mega .menu-it-services-products-mega-container ul.menu .sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px;
}

body .left-mega .menu-it-services-products-mega-container ul.menu .sub-menu>.menu-item {
    min-width: 50%;
    max-width: 50%;
    padding: 0 5px;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item.widget_media_image {
    padding-bottom: 0;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item.widget_media_image .mega-block-title {
    /*padding: 7px 0px 30px 70px;*/
    padding: 0 0 15px;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column.mega-left-mega .menu-it-services-products-mega-container>ul.menu {
    padding-right: 0;
    padding-left: 0;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column.mega-left-mega ul.mega-sub-menu .mega-menu-item,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column.mega-right-mega ul.mega-sub-menu .mega-menu-item {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu .mega-itservices>ul.mega-sub-menu li.mega-menu-column.mega-left-mega>ul.mega-sub-menu>li.mega-menu-item h4.mega-block-title {
    border-color: #fff;
    color: #fff;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item.widget_media_image .image {
    display: none;
    position: absolute;
    left: 20px;
    top: 16px;
    max-width: 52px !important;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column.mega-right-mega ul.mega-sub-menu .mega-menu-item img.image {
    left: 30px !important;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu .mega-itservices>ul.mega-sub-menu li.mega-menu-column.mega-right-mega>ul.mega-sub-menu>li.mega-menu-item h4.mega-block-title {
    color: #000;
}

.nav-main #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row.mega-bposervices .mega-menu-column.left-mega:before,
.nav-main nav .mega-bposervices .right-mega ul>li a .menu-image {
    background: -o-linear-gradient(45deg, #000, #253566);
    background: linear-gradient(45deg, #000, #253566);
}

.mega-bposervices .left-mega h4.mega-block-title {
    color: #fff !important;
}

body .mega-bposervices .left-mega ul.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    padding: 0;
    margin: 0 -6px;
}

body .mega-bposervices .left-mega ul.menu>.menu-item {
    display: inherit;
    min-width: 33.33%;
    max-width: 33.33%;
    padding: 0 6px;
    margin: 0 0 12px;
}

body .mega-bposervices .left-mega ul.menu>.menu-item>a {
    padding: 4px 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.19);
    border-radius: 7px;
    margin: 0;
    min-height: 66px;
    width: 100%;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    letter-spacing: 0;
}

.nav-main .left-mega ul.menu .sub-menu>.menu-item>a:hover,
.nav-main .left-mega ul.menu .sub-menu>.menu-item>a:focus,
body .mega-bposervices .left-mega ul.menu>.menu-item>a:hover,
body .mega-bposervices .left-mega ul.menu>.menu-item>a:focus {
    background: rgb(0, 0, 0, 0.1);
    border-color: rgba(255, 255, 255, 0.6);
    color: #fff;
}

/*Mobile Mega*/
.mobile-menu-block #mega-menu-wrap-primary .mega-menu-toggle {
    display: none;
}

.mobile-menu-block #mega-menu-wrap-primary .mega-menu-toggle+#mega-menu-primary {
    display: block;
}

.mobile-menu-block #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu {
    padding: 0 0 10px;
}

.mobile-menu-block #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column.left-mega {
    margin: 0 -10px;
    width: auto;
    background: -webkit-linear-gradient(45deg, var(--primary-color), var(--secondory-color) 80%);
}

.mobile-menu-block #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu {
    padding: 0;
}

body .mobile-menu-block .left-mega ul.menu {
    padding: 0;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
}

body .mobile-menu-block .left-mega ul.menu .sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

body .mobile-menu-block .left-mega ul.menu .sub-menu>.menu-item {
    margin: 0 0 10px;
    padding: 0 5px;
    min-width: 50%;
    max-width: 50%;
    text-align: center;
}

body .mobile-menu-block .mega-itservices .left-mega ul.menu .sub-menu>.menu-item>a {
    padding: 7px 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.19);
    border-radius: 7px;
    margin: 0;
    min-height: 48px;
    width: 100%;
    text-align: center;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0;
}

body .mobile-menu-block .mega-itservices .left-mega ul.menu .sub-menu>.menu-item>a:hover,
body .mobile-menu-block .mega-itservices .left-mega ul.menu .sub-menu>.menu-item>a:focus {
    background: rgb(0, 0, 0, 0.1);
    border-color: rgba(255, 255, 255, 0.6);
    color: #fff;
}

body .mobile-menu-block .right-mega ul.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

body .mobile-menu-block .right-mega ul.menu>li.menu-item {
    min-width: 50%;
    max-width: 50%;
}

.mobile-menu-block #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column.right-mega {
    margin: 0 -10px;
    width: auto;
    background: #fafafa;
}

.mobile-menu-block #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row.mega-bposervices .mega-menu-column.left-mega,
body .mobile-menu-block nav .mega-bposervices .right-mega ul>li a .menu-image {
    background: #253566;
}

body .mobile-menu-block .mega-bposervices .left-mega ul.menu>.menu-item {
    min-width: 50%;
    max-width: 50%;
}

.mobile-menu-block #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item.widget_media_image .mega-block-title {
    padding: 0 0 15px;
    font-size: 16px;
}

.mobile-menu-block #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item.widget_media_image .image {
    max-width: 40px !important;
}

.mobile-menu-block #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    font-weight: 500;
}

/*======Mega Menu END========*/

.mry-dots {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
}

/*Home page Banner Css*/
.home-banner {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: #dedede;
}

.home-banner .items {
    padding: 0;
    height: 640px;
    position: relative;
    overflow: hidden;
}

.home-banner .bg-img {
    background-repeat: no-repeat !important;
}

.hero-banner-imgbox img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    opacity: 0.9;
    -webkit-transform: scale(1) translateZ(0px);
    -ms-transform: scale(1) translateZ(0px);
    transform: scale(1) translateZ(0px);
    -webkit-transition: -webkit-transform 7s linear;
    transition: -webkit-transform 7s linear;
    -o-transition: transform 7s linear;
    transition: transform 7s linear;
    transition: transform 7s linear, -webkit-transform 7s linear;
}

.swiper-slide-active .hero-banner-imgbox img {
    -webkit-transform: scale(1.08) translateZ(0px);
    -ms-transform: scale(1.08) translateZ(0px);
    transform: scale(1.08) translateZ(0px);
    -webkit-transition: -webkit-transform 7s linear;
    transition: -webkit-transform 7s linear;
    -o-transition: transform 7s linear;
    transition: transform 7s linear;
    transition: transform 7s linear, -webkit-transform 7s linear;
}

.hero-imgbox-inn {
    overflow: hidden;
    background: #000;
}

.hero-imgbox-inn:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    opacity: 1;
    background: -o-linear-gradient(left, rgb(6 20 56) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgb(6 20 56)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to right, rgb(6 20 56) 0%, rgba(0, 0, 0, 0) 100%);
}

.hero-banner-inner {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
}

.caption {
    position: relative;
    min-width: 580px;
    max-width: 580px;
}

.banner-sub-title {
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    color: var(--primary-color);
    font-weight: 500;
    letter-spacing: 0.05em;
    font-family: 'Manrope', sans-serif, Arial;
    text-transform: uppercase;
    position: relative;
    padding-left: 40px;
    margin: 0 0 10px;
}

.banner-sub-title:before {
    content: '';
    width: 30px;
    height: 3px;
    background-color: var(--secondory-color);
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: calc(50% - 4px);
}

.hero-title {
    margin-bottom: 20px;
}

.caption .h1 {
    font-size: 40px;
    line-height: 50px;
    color: #000;
    font-weight: 700;
    margin: 0;
}

.bdr-tl {
    letter-spacing: 0.05em;
    -webkit-text-stroke-width: 2px;
    -moz-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fff;
    -moz-text-stroke-color: #fff;
    color: transparent !important;
}

.caption p {
    font-size: 18px;
    line-height: 28px;
    color: #000;
}

.caption .more-link {
    margin-left: 20px;
}

.hero_srollbar {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    z-index: 2;
}

.hero_srollbar_inn {
    max-width: 340px;
}

.swiper-scrollbar {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 50;
    height: 5px;
    width: 100%;
    background: rgba(255, 255, 255, 0.2);
}

.swiper-scrollbar-drag {
    background: var(--secondory-color);
}

.hero-pagination.swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: auto;
    right: 20px;
    top: 0;
    bottom: 0;
    z-index: 2;
}

.hero-pagination .swiper-pagination-bullet {
    width: 14px;
    height: 4px;
    background: #fff;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    border-radius: 2px;
    opacity: 1;
    margin-left: auto;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.hero-pagination .swiper-pagination-bullet+.swiper-pagination-bullet {
    margin-top: 16px;
}

.hero-pagination .swiper-pagination-bullet-active {
    width: 24px;
    background: var(--secondory-color);
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0);
}

.home-banner .swiper-button-white {
    background: #000;
    position: absolute;
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
    margin: 0;
    width: 60px;
    height: 60px;
    font-size: 20px;
    line-height: normal;
    color: #fff;
}

.home-banner .swiper-button-white:hover {
    color: var(--secondory-color);
}

.home-banner .swiper-button-prev {
    right: 61px;
}

.home-banner .swiper-button-white:before {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    content: "\f061";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.home-banner .swiper-button-white.swiper-button-prev:before {
    content: "\f060";
}

.hero-slider>.items {
    display: none;
}

.hero-slider>.items:nth-child(1) {
    display: block;
}

.hero-slider .slick-dots {
    bottom: 20px;
}

.hero-slider .slick-dots li button:before {
    background: var(--primary-color);
}

.hero-slider .slick-dots li.slick-active button {
    border-color: var(--primary-color);
}

.front-cap-slider>.sub-items {
    display: none;
}

.front-cap-slider>.sub-items:nth-child(1) {
    display: block;
}

.prod-hero-caption {
    flex-direction: column;
}

.front-cap-slider .banner-sub-title,
.front-cap-slider .h2,
.front-cap-slider p,
.front-cap-slider .btnbox {
    opacity: 0;
    -webkit-transform: translate(50px, 0);
    -moz-transform: translate(50px, 0);
    transform: translate(50px, 0);
}

.front-cap-slider .slick-active .banner-sub-title,
.front-cap-slider .slick-active .h2,
.front-cap-slider .slick-active p,
.front-cap-slider .slick-active .btnbox {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
}

.front-cap-slider .slick-active .banner-sub-title {
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.front-cap-slider .slick-active .h2 {
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.front-cap-slider .slick-active p {
    -moz-transition: all 0.7s ease 0s;
    -webkit-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}

.front-cap-slider .slick-active .btnbox {
    -moz-transition: all 0.9s ease 0s;
    -webkit-transition: all 0.9s ease 0s;
    transition: all 0.9s ease 0s;
}

/*===Footer Start===*/
.footer {
    padding: 0;
    margin: 0;
    position: relative;
    background: #313131;
}

.footer .container {
    z-index: 2;
}

.map_block {
    padding-right: 40px;
    min-width: 600px;
    max-width: 600px;
    margin: 30px 0 0 0;
}

.location {
    position: absolute;
    z-index: 2;
}

.location.locat_1 {
    left: 61.5%;
    top: 48%;
}

.location.locat_2 {
    left: 57%;
    top: 41%;
}

.locat_icon {
    font-size: 24px;
    line-height: 24px;
    color: var(--primary-color);
    position: relative;
}

.locat_icon i {
    display: block;
    position: relative;
    z-index: 2;
    width: 16px;
    height: 24px;
    background: url('../images/pin.png') no-repeat center;
    background-size: 100% auto;
    font-size: 0;
    line-height: normal;
}

.locat_address {
    padding: 15px;
    background: #fff;
    position: relative;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    min-width: 360px;
    max-width: 360px;
    border-radius: 5px;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}

.locat_address:after {
    top: 100%;
    left: 0;
    right: 0;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #fff;
    border-width: 8px;
    margin: auto;
}

.locat_address h4 {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 3px;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.locat_address a:hover h4 {
    color: var(--primary-color);
}

.locat_address p {
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
    margin: 0;
}

.locat_hover {
    display: none;
    padding: 0 0 10px;
    position: absolute;
    left: 50%;
    bottom: 100%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.location:hover {
    z-index: 4;
}

.location:hover .locat_hover {
    display: block;
}

.locat_address address+address {
    border-top: 1px solid #eee;
    padding-top: 5px;
    margin-top: 5px;
}

.footer-inn {
    padding: 80px 0;
}

.footer-inn .items ul {
    margin-bottom: 0;
}

.f-logo>a {
    max-width: 240px;
    display: block;
}

.f-logo .social-icon {
    display: none !important;
}

.f-links li+li {
    margin-top: 5px;
}

.f-links li {
    list-style: none;
    font-size: 15px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.7);
}

.f-links li a {
    display: inline-block;
    position: relative;
    padding: 2px 0;
    color: rgba(255, 255, 255, 0.7);
}

.f-links li a:hover {
    color: #fff;
}

.footer h5 {
    color: #fff;
    font-weight: 500;
    margin: 0 0 20px;
}

.footer h5:after {
    display: block;
    content: "";
    width: 40px;
    height: 1px;
    background: var(--secondory-color);
    margin: 10px 0 0;
}

.f-contact li {
    font-size: 18px;
    line-height: 28px;
    color: rgba(255, 255, 255, 0.8);
}

.f-contact li+li {
    margin-top: 15px;
}

.f-contact li p {
    margin: 0;
    font-size: 16px;
    line-height: 26px;
    color: rgba(255, 255, 255, 0.8);
}

.f-contact li a {
    color: #fff;
}

.f-contact li a:hover {
    color: var(--secondory-color);
}

.f-bottom-inner {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 30px;
}

.social-icon a {
    color: var(--primary-color);
    font-size: 20px;
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: var(--secondory-color);
    border-radius: 50%;
}

.social-icon a:hover {
    background: rgb(23, 115, 234);
    color: #fff;
}

.social-icon .instagram:hover {
    color: #fff;
    background: -o-linear-gradient(305deg, rgb(52, 80, 247) 0%, rgb(228, 21, 134) 54%, rgb(246, 199, 97) 90%);
    background: linear-gradient(145deg, rgb(52, 80, 247) 0%, rgb(228, 21, 134) 54%, rgb(246, 199, 97) 90%);
}

.social-icon .facebook:hover {
    color: #fff;
    background: #4a98ff;
}

.social-icon .linkedin:hover {
    color: #fff;
    background: #0077b5;
}

.social-icon a+a {
    margin-left: 5px;
}

.fb-link {
    margin: 0;
    padding: 0;
}

.fb-link li {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
    line-height: 1.5;
    color: #111;
    font-weight: 400;
}

.fb-link li+li {
    margin-left: 20px;
}

.fb-link li a {
    color: #fff;
}

.footer-bottom p {
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    font-weight: 400;
}

.footer-bottom p,
.footer-bottom .link-text {
    font-size: 15px;
    color: #fff;
}

.fb-link li a:hover,
.footer-bottom .link-text:hover {
    color: var(--secondory-color);
}

.f-contact-info .iconbox {
    font-size: 24px;
    color: rgb(255, 255, 255);
    position: relative;
    margin-right: 15px;
    top: 2px;
}

.f-contact ul .f-contact-info+.f-contact-info {
    margin-top: 10px;
}

.scrollup {
    position: fixed;
    right: -20px;
    bottom: 90px;
    border: 1px solid rgb(255 255 255 / 30%);
    z-index: 4;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    font-size: 20px;
    color: #fff;
    line-height: 34px;
    background: rgba(0, 0, 0, 0.3);
    text-align: center;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.scrollup.active {
    right: 10px;
    opacity: 1;
}

/*Footer End*/

/*Midlle Section css*/
.middle-section {
    position: relative;
    min-height: 400px;
    overflow: hidden;
}

img.alignleft {
    float: left;
    margin: 0 20px 20px 0;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

img.alignright {
    float: right;
    margin: 0 0 20px 20px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

img.aligncenter,
img.alignnone {
    margin: 0 0 20px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

iframe.alignleft {
    float: left;
    margin: 0 20px 20px 0;
}

iframe.alignright {
    float: right;
    margin: 0 0 20px 20px;
}

iframe.iframe-embed.alignright {
    max-width: 500px;
    height: 315px !important;
}

.bg-img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    background-size: cover !important;
}

.bg-img:before {
    display: block;
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    opacity: 0.5;
    mix-blend-mode: multiply;
}

.bg-img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.before-none:before {
    display: none;
}

.bg-fixed {
    background-attachment: fixed !important;
}

.bg-auto {
    background-size: auto !important;
}

.no-img.d-flex {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 24px;
    line-height: normal;
    color: #999;
    background: #ddd;
}

.btnbox {
    padding: 20px 0 0;
}

.block-title {
    position: relative;
    margin-bottom: 30px;
}

.block-title strong {
    /*	-webkit-text-stroke-width: 1px; -moz-text-stroke-width: 1px; -webkit-text-stroke-color: var(--primary-color); -moz-text-stroke-color: var(--primary-color); color: transparent;*/
}

.block-title .h1.text-white {
    text-shadow: 10px 5px 5px rgba(0, 0, 0, 0.2);
}

.line_tl:before {
    display: block;
    content: "";
    margin: 0 auto 20px;
    width: 2px;
    height: 30px;
    background: #111;
}

.bg-black .line_tl:before {
    background: #fff;
}

.bg-black .block-title p {
    color: rgba(255, 255, 255, 0.8);
}

.small-title {
    display: inline-block;
    font-size: 18px;
    line-height: 20px;
    color: var(--primary-color);
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin: 0 0 20px;
    border: 1px dashed currentColor;
    padding: 12px 20px;
    border-radius: 10px;
}

.card-link {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 4;
}

.more-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 20px;
    color: var(--secondory-color);
    font-weight: 400;
}

.more-link i {
    margin-left: 5px;
    font-size: 18px;
}

.page-line {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    opacity: 0.05;
}

.page-col,
.page-line .container {
    height: 100%;
}

.page-line_inner {
    height: 100%;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    opacity: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.page-col {
    width: 33.3333333333%;
    border-right: 1px solid #ddd;
}

.page-line_inner .page-col:last-child {
    border: none;
}

.bounce-y {
    -webkit-animation: bounce-y 10s infinite linear;
    animation: bounce-y 10s infinite linear;
}

@-webkit-keyframes float {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes float {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes bounce-y {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes bounce-y {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.scroll-sign {
    position: absolute;
    width: 40px;
    height: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 10px;
    z-index: 99999;
    text-align: center;
    font-size: 0;
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    -o-transition: all 0.4s cubic-bezier(0.7, 0.01, 0.3, 1);
    -webkit-transition: all 0.4s cubic-bezier(0.7, 0.01, 0.3, 1);
    transition: all 0.4s cubic-bezier(0.7, 0.01, 0.3, 1);
    cursor: pointer;
    z-index: 9999;
}

.scroll-sign:after {
    display: block;
    font-size: 18px;
    content: "";
    font-family: 'elegant-icons';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto 0;
    background: url('../images/mouse-icon.png') no-repeat center;
    width: 21px;
    height: 30px;
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-fill-mode: both;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

/*Media Section*/
.media-section {
    padding: 15px 0;
    overflow: hidden;
}

.media-list {
    margin: 0 -20px;
}

.media-list .slick-list {
    overflow: visible;
}

.media-list .items {
    padding: 0 20px;
}

.card-media {
    width: 100%;
    height: 82px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.card-media img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: scale-down;
    object-fit: scale-down;
    -o-object-position: center;
    object-position: center;
    margin: 0 auto;
    mix-blend-mode: multiply;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    background: none;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.card-media:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.media-slider>.items {
    display: none;
}

.media-slider>.items:nth-child(1) .media-slider>.items:nth-child(2) .media-slider>.items:nth-child(3) .media-slider>.items:nth-child(4) .media-slider>.items:nth-child(5) {
    display: block;
}

.media-slider .slick-arrow {
    left: -10px;
}

.media-slider .slick-arrow.slick-next {
    left: auto;
    right: -10px;
}

/*Services Section*/
.service-section {
    overflow: hidden;
}

.bg2 .block-title p {
    color: rgba(255, 255, 255, 0.8);
}

.card-serv {
    padding: 30px 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    border-radius: 20px;
}

.serv-list .items:nth-child(1n) .card-serv {
    background: -webkit-linear-gradient(45deg, var(--primary-color), var(--secondory-color) 80%);
}

.serv-list .items:nth-child(1n) .card-serv .btnbox .btn {
    background: var(--primary-color);
    border-color: var(--primary-color);
}

.serv-list .items:nth-child(1n) .card-serv .btnbox .btn:hover {
    background: var(--secondory-color);
    border-color: var(--secondory-color);
}

.serv-list .items:nth-child(1n) .card-serv .btnbox .btn:after {
    background: var(--secondory-color);
    border-color: var(--secondory-color);
}

.serv-list .items:nth-child(1n) .card-serv .btnbox .secondary .la-angle-right {
    background: #fff;
    color: #000;
}

.serv-list .items:nth-child(2n) .card-serv .btnbox .btn {
    background: var(--secondory-color);
    border-color: var(--secondory-color);
}

.serv-list .items:nth-child(2n) .card-serv .btnbox .btn:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
}

.serv-list .items:nth-child(2n) .card-serv .btnbox .btn:after {
    background: var(--primary-color);
    border-color: var(--primary-color);
}

.serv-list .items:nth-child(1n) .card-serv:hover {
    background: -webkit-linear-gradient(45deg, var(--primary-color), var(--secondory-color) 80%);
}

.serv-list .items:nth-child(2n) .card-serv {
    background: -webkit-linear-gradient(45deg, var(--primary-color), var(--primary-color) 80%);
}

.serv-list .items:nth-child(2n) .card-serv:hover {
    background: -webkit-linear-gradient(45deg, var(--primary-color), var(--primary-color) 80%);
}

.card-serv .iconbox {
    min-width: 64px;
    max-width: 64px;
    margin: 0 0 20px;
}

.card-serv h4 {
    color: #fff;
    font-weight: 500;
}

.card-serv p {
    color: rgba(255, 255, 255, 0.8);
}

.line_bx {
    width: 40px;
    height: 2px;
    background: #fff;
}

.serv-list .slick-dots {
    bottom: -30px;
}

/*About Section*/
.abt-section {
    overflow: hidden;
}

.abt-section .bg-img {
    width: 40%;
}

.abt-section .block-title strong {
    -webkit-text-stroke-width: 2px;
    -moz-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fff;
    -moz-text-stroke-color: #fff;
    color: transparent;
}

.abt-inner {
    padding: 60px 40px;
    border: 3px solid #fff;
    margin: 0;
}

.abt-inner .line_tl:before {
    margin-left: 5px;
}

.video_link_block {
    position: relative;
    width: 100%;
}

.play-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border: 2px solid #fff;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
    font-size: 28px;
    line-height: normal;
    color: #fff;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
}

.play-btn i {
    position: relative;
    left: 2px;
    top: 2px;
}

.video_link_block:hover .play-btn,
.videobox:hover .play-btn {
    background: #fff;
    color: var(--primary-color);
}

.video_link_block:before {
    display: block;
    content: "";
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.video-box {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 0 0 56.66%;
}

.video-box iframe,
.video-box video {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
}

.close-btn {
    display: block;
    width: 34px;
    height: 34px;
    background: var(--primary-color);
    border-radius: 50%;
    font-size: 16px;
    line-height: normal;
    color: #fff;
    font-weight: 400;
    text-shadow: none;
    position: absolute;
    right: -15px;
    top: -15px;
    z-index: 2;
    opacity: 1 !important;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.close-btn:hover {
    background: var(--secondory-color);
    color: var(--primary-color);
}

.video_popup .modal-content {
    border-radius: 0;
    position: relative;
}

.video_popup .modal-body {
    padding: 0;
}

/*Solution Section*/
.service-tab {
    margin: 0;
    padding: 0;
}

.service-tab li {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
}

.service-tab li+li {
    margin-top: 15px;
}

.card-serv-items {
    padding: 20px;
    margin-right: -30px;
    background: #313131;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    position: relative;
    z-index: 2;
}

.card-serv-items .iconbox {
    min-width: 44px;
    max-width: 44px;
    height: 44px;
    margin-right: 15px;
    position: relative;
    z-index: 1;
}

.card-serv-items .iconbox img {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.card-serv-items .iconbox img.default-img {
    opacity: 0;
}

.specific-block .card-serv-items.active .iconbox img.default-img {
    opacity: 1;
}

.specific-block .card-serv-items.active .iconbox img.hover-img {
    opacity: 0;
}

.card-serv-items h4 {
    padding: 0 14px;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
}

.active.card-serv-items {
    border-color: var(--primary-color);
    background: var(--primary-color);
}

.content-block {
    margin-left: -40px;
    padding-left: 40px;
    background: #ededed;
    min-height: 480px;
}

.js-sticky {
    position: sticky;
    top: 80px;
}

.content-textarea {
    padding: 60px;
}

.icon-list {
    margin: 0 -10px;
    padding: 20px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.icon-list li {
    width: 20%;
    padding: 10px;
}

.serv-icon {
    background: #000;
    border-radius: 10px;
    height: 120px;
}

.icon-list .iconbox {
    height: 56px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 10px;
}

.icon-list .iconbox img {
    width: 56px;
}

.icon-list p {
    color: #ccc;
    font-size: 14px;
    line-height: 1.4;
}

/*whychoose-section-inn*/
.whychoose-section,
.whychoose-section-inn {
    overflow: hidden;
}

.whychoose-section-inn .bg-img:before {
    background: -o-linear-gradient(left, var(--secondory-color), #00c6ff);
    background: -webkit-gradient(linear, left top, right top, from(var(--secondory-color)), to(#00c6ff));
    background: linear-gradient(90deg, var(--secondory-color), #00c6ff);
}

.whychoose-section-inn .bottom_bg {
    height: 100px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.card-port img {
    display: block;
    margin: 0 auto;
    max-width: 834px;
}

.card-whychoose {
    padding: 0 10px;
    position: relative;
}

.arrow_3 {
    display: block;
    width: 25px;
    height: 18px;
    background: url('../images/arrow3.png') no-repeat center;
    position: absolute;
    right: -10px;
    top: 22px;
    background-size: contain;
}

.card-whychoose .numb-text {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    min-width: 60px;
    max-width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    font-size: 18px;
    line-height: normal;
    color: #333;
    font-style: italic;
    font-weight: 500;
    margin-right: 20px;
}

.card-whychoose h4 {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    font-weight: 500;
}

.card-whychoose p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    font-style: italic;
    letter-spacing: 0.005em;
}

.why-choose-list .items:last-child .arrow_3 {
    display: none;
}

/*Testimonials Section*/
.testimonial-section {
    overflow: hidden;
}

.testimonial-section .abt-inner {
    border-color: var(--secondory-color);
}

.testimonial-list>.items {
    display: none;
}

.testimonial-list>.items:nth-child(1) {
    display: block;
}

.card-testi {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.card-testi p {
    font-size: 20px;
    line-height: 28px;
    color: #666;
}

.client-name {
    display: block;
    font-size: 16px;
    line-height: 20px;
    color: var(--primary-color);
}

.client-name:before {
    display: block;
    content: "";
    width: 30px;
    height: 2px;
    background: var(--secondory-color);
    margin: 0 0 10px;
}

.client-post {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    font-weight: 400;
    margin-top: 5px;
}

.star-box {
    font-size: 18px;
    color: var(--primary-color);
    letter-spacing: 0.05em;
    margin: 0 0 20px;
}

.testi-imgbox {
    display: block;
    min-width: 75px;
    max-width: 75px;
    height: 75px;
    background: #fff;
    /*border: 2px solid #666;*/
    overflow: hidden;
    border-radius: 50%;
}

.testi-imgbox img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.custom-arrow .slick-arrow {
    position: relative;
    min-width: 40px;
    height: 40px;
    background: #fff;
    color: var(--primary-color);
    margin: 0;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}

.custom-arrow .slick-arrow.slick-prev:before {
    font-size: 20px;
    content: "\f060";
}

.custom-arrow .slick-arrow.slick-next:before {
    font-size: 20px;
    content: "\f061";
}

.custom-arrow .slick-arrow:hover {
    background: var(--primary-color);
    color: #fff;
}

.testimonial-slider .slick-dots {
    left: 100%;
    right: auto;
    top: 0;
    bottom: 0;
    margin: 0 0 0 60px;
    width: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.testimonial-slider .slick-dots li {
    margin: 2px 0;
}

/*counter-section*/
.counter-block {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.counter-block .items {
    padding: 0 15px;
    min-width: 20%;
}

.counter-block .items+.items {
    border-left: 1px solid rgba(0, 0, 0, 0.2);
}

.count-number {
    display: block;
    font-size: 30px;
    line-height: 36px;
    color: #000;
    font-weight: 700;
    margin: 0 0 5px;
}

.count-box p {
    font-size: 14px;
    line-height: 20px;
    color: #000;
    font-weight: 600;
}

.card-counter .iconbox {
    min-width: 60px;
    max-width: 60px;
    height: 60px;
    position: relative;
    margin-right: 10px;
}

.card-counter .textbox {
    padding: 5px 0 0;
}

/*Blog Section*/
.bpo-blog_banner {
    background: -o-linear-gradient(45deg, #000, #253566);
    background: linear-gradient(45deg, #000, #253566);
}

.post-list .items {
    margin: 0 0 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.card-post {
    padding: 15px;
    height: 100%;
    background: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 10px;
    -webkit-box-shadow: 0px 2px 12px 0px #e7e7e7;
    box-shadow: 0px 2px 12px 0px #e7e7e7;
    border: 1px dashed rgb(36 54 102 / 50%);
}

.post-imgbox {
    display: block;
    background: #fff;
    width: 100%;
    height: 260px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.post-imgbox img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.post-textbox {
    padding: 20px 0;
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.cate-name {
    padding: 7px 12px;
    display: inline-block;
    margin: 0 0 15px;
    font-size: 14px;
    line-height: 16px;
    color: var(--primary-color);
    font-weight: 600;
    letter-spacing: 0;
    background: rgba(255, 255, 255, 0.8);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 20px;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}

.card-post .cate-name {
    position: absolute;
    left: 15px;
    bottom: 15px;
    margin: 0;
}

.card-post .date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 18px;
    color: #777;
    margin: 0 0 10px;
}

.card-post .date i {
    margin-right: 4px;
}

.card-post h4 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
}

.card-post p {
    font-size: 16px;
    color: #333;
    margin: 0;
}

.card-post p a {
    color: #000;
}

.card-post p a:hover {
    color: var(--secondory-color);
}

.author_info_box {
    padding: 20px 0 0;
    border-top: 1px solid #ddd;
    position: relative;
}

.author_info_box .imgbox {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    margin-right: 15px;
    overflow: hidden;
    border-radius: 50%;
}

.author_info_box .imgbox img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.auth_name {
    font-size: 16px;
    line-height: 18px;
    color: #000;
    font-weight: 500;
    margin: 0 0 5px;
}

.post-view {
    font-size: 20px;
    line-height: normal;
    color: var(--primary-color);
    width: 40px;
    height: 40px;
    background: #e8e8e8;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.view_number {
    padding: 2px 6px;
    background: #fff;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    font-size: 12px;
    line-height: 16px;
    color: #000;
    font-weight: 500;
    border-radius: 4px;
    position: absolute;
    left: 50%;
    top: -18px;
    margin: auto;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.view_number:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 6px 0;
    border-color: transparent #fff transparent transparent;
    margin: auto;
}

/*About Section*/
.about-banner-section {
    position: relative;
    overflow: hidden;
}

.banner-caption-inner {
    min-height: 320px;
}

.about-banner-section h2 strong,
.our-values-section .middle-block .h2 strong {
    background: -webkit-linear-gradient(45deg, var(--secondory-color), #00c6ff, var(--primary-color) 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.full-block-img {
    position: absolute;
    top: 0;
    bottom: 0;
}

.full-block-img.left {
    left: 0;
    right: 50%;
}

.full-block-img.right {
    right: 0;
    left: 50%;
}

.full-block-img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.banner-caption-inner .left-block {
    padding-right: 40px;
}

.tab-boxes {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 0;
    margin: 0;
    padding: 0;
}

.tab-boxes li {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
}

.tab-boxes li a {
    padding: 15px 30px;
    margin: 0 10px 40px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    background: #313131;
    text-align: center;
}

.tab-boxes li a.active {
    background: -o-linear-gradient(left, var(--secondory-color), #00c6ff);
    background: -webkit-gradient(linear, left top, right top, from(var(--secondory-color)), to(#00c6ff));
    background: linear-gradient(90deg, var(--secondory-color), #00c6ff);
}

.tab-boxes li a.active:after {
    opacity: 1;
}

.tab-boxes h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
}

.tab-boxes .iconbox {
    min-width: 44px;
    max-width: 44px;
    margin-left: -10px;
    margin-right: 10px;
}

.tab-boxes .iconbox img {
    display: block;
    margin: 0 auto;
}

.tab-boxes-content {
    padding: 60px;
    background: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 0;
}

/*Mission Section*/
.mission-section {
    overflow: hidden;
}

.mission-section .small-title {
    margin: 0 0 20px;
}

.mission-inner {
    margin: 0 -40px;
}

.mission-inner .items {
    padding: 0 15px;
}

.miss-tl {
    padding: 0 0 15px;
    position: relative;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}

.miss-tl:after {
    display: block;
    content: "";
    background: #fff;
    height: 2px;
    width: 60px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.card-miss ul li {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    margin: 0 0 12px;
}

.card-miss ul li:before {
    background: var(--secondory-color);
    border-color: var(--secondory-color);
    color: var(--primary-color);
    /*display: block; content: "\f00c"; font-family: 'Line Awesome Free'; font-weight: 900; width: 20px; height: 20px; background: #401f11; border-radius: 50%; top: 2px; font-size: 10px; line-height: 20px; color: #fff; text-align: center;*/
}

.icon-small-block+.icon-small-block {
    margin-top: 30px;
}

.icon-small-block {
    position: relative;
    min-height: 60px;
    padding-left: 100px;
}

.icon-small-block .iconbox {
    display: block;
    width: 80px;
    height: 80px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}

.icon-small-block h5 {
    text-transform: uppercase;
}

.icon-small-block p {
    font-weight: 500;
}

.miss-about {
    overflow: visible;
}

.mission-inner.miss-flex {
    margin: 0 -10px;
}

.mission-inner.miss-flex .items {
    padding: 10px;
}

.miss-flex .card-miss {
    padding: 15px 17px;
    border-radius: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    -webkit-box-shadow: 0 1px 10px rgba(3, 8, 24, .1);
    box-shadow: 0 1px 10px rgba(3, 8, 24, .1);
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    height: 100%;
}

.miss-flex .card-miss .number {
    max-width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    outline: 1px solid var(--secondory-color);
    outline-offset: 5px;
    background: -webkit-linear-gradient(45deg, var(--primary-color), var(--secondory-color) 80%);
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    margin-right: 20px;
}

.miss-flex .card-miss .miss-title h4 {
    font-size: 17px;
}

/*Awards Section*/
.award-section {
    overflow: hidden;
}

.awards-block .items {
    padding-top: 20px;
    padding-bottom: 20px;
}

.card-award {
    padding: 15px 30px 30px;
    text-align: center;
    background: #fff;
    -webkit-box-shadow: 0px 2px 12px 0px #e7e7e7;
    box-shadow: 0px 2px 12px 0px #e7e7e7;
    height: 100%;
}

.card-award .imgbox {
    width: 100%;
    max-width: 180px;
    height: 180px;
    margin: 0 auto 10px;
    overflow: hidden;
}

.card-award .imgbox img {
    display: block;
    margin: 0 auto;
}

.card-award h4 {
    font-size: 18px;
    line-height: 20px;
    color: var(--primary-color);
    font-weight: 700;
}

.locat_1 .locat_icon:before {
    display: block;
    content: "";
    position: absolute;
    top: -14px;
    left: -5PX;
    background: url('../images/flag_india.svg') no-repeat center;
    width: 36px;
    height: 44px;
    background-size: contain;
}

.locat_2 .locat_icon:after {
    display: block;
    content: "";
    position: absolute;
    top: -12px;
    left: -5px;
    background: url('../images/flag_dubai.svg') no-repeat center;
    width: 36px;
    height: 44px;
    background-size: contain;
}

.footer:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 200px;
    background-repeat: repeat-x !important;
    background: url(../images/shapeb.png) center;
    content: "";
    z-index: 0;
    opacity: 0.6;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -webkit-animation: move_wave1 15s linear infinite;
    animation: move_wave1 15s linear infinite;
}

@-webkit-keyframes move_wave1 {
    0% {
        background-position: 0 0;
    }

    25% {
        background-position: 25% 0;
    }

    50% {
        background-position: 50% 0;
    }

    75% {
        background-position: 75% 0;
    }

    100% {
        background-position: 100% 0;
    }
}

@keyframes move_wave1 {
    0% {
        background-position: 0 0;
    }

    25% {
        background-position: 25% 0;
    }

    50% {
        background-position: 50% 0;
    }

    75% {
        background-position: 75% 0;
    }

    100% {
        background-position: 100% 0;
    }
}

.why-about .tab-boxes li a.active {
    background: var(--secondory-color);
}

.why-about .tab-boxes li a {
    background: var(--primary-color);
}

.mission-section .card-miss .miss-tl {
    color: #000;
}

.mission-section .card-miss p * {
    color: #000;
}

.mission-section .card-miss ul li {
    color: #000;
}

.mission-section .card-miss ul li:before {
    background: var(--primary-color);
    color: #fff;
}

.abt-section-page .abt-box * {
    color: #fff;
}

.abt-box-inn .btnbox .btn:after {
    background: #fff;
}

.abt-box-inn .btnbox .btn:hover {
    background: #fff;
    color: #000;
}

.abt-box-inn .btnbox .btn:hover span .la-angle-right {
    background: #000;
    color: #fff;
}

.card-mission {
    padding: 60px 40px 40px;
    position: relative;
    border: 1px solid var(--secondory-color);
    height: 100%;
    border-radius: 20px;
}

.card-mission .iconbox {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 30px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* Team Section */
@-webkit-keyframes infinite-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes infinite-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-webkit-keyframes infinite-rotate-reverse {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes infinite-rotate-reverse {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

.team-section {
    overflow: hidden;
}

.team-section .block-title strong {
    -webkit-text-stroke-width: 0;
}

.team-flex .items {
    padding: 25px 20px;
}

.team-box .imgbox {
    position: relative;
    z-index: 1;
    height: auto;
    border-radius: 50%;
    margin: 0 auto 10px;
    min-width: 180px;
    max-width: 180px;
    height: 180px;
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.team-box .imgbox .img {
    overflow: hidden;
    border-radius: 50%;
    width: 100%;
    height: 100%;
}

.team-box:hover .imgbox .img img {
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
}

.team-box .imgbox .box_border {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: 0;
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

.team-box .imgbox .box_border:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px dashed var(--secondory-color);
    z-index: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.team-box:hover .imgbox .box_border:after {
    -webkit-animation: infinite-rotate 5s linear infinite;
    animation: infinite-rotate 5s linear infinite;
    border-color: var(--secondory-color);
}

.team-box:hover .imgbox {
    outline-color: #253566;
}

.team-box .imgbox img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border-radius: 50%;
}

.team-box-tilte {
    padding-top: 20px;
}

.team-box-tilte h3 {
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 20px;
    color: #253566;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.team-box:hover .team-box-tilte h3 {
    color: var(--secondory-color);
}

.team-box-tilte h5 {
    color: #000;
    font-size: 13px;
    opacity: 0.7;
    font-weight: 600;
}

.team-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.team-card .imgbox {
    margin-bottom: 0;
    margin-right: 30px;
    min-width: 170px;
    max-width: 170px;
    height: 170px;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.team-card .team-box:hover .imgbox .box_border:after {
    -webkit-animation: infinite-rotate-reverse 5s linear infinite;
    animation: infinite-rotate-reverse 5s linear infinite;
}

.team-card .imgbox .img,
.team-card .hover_text {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.team-card .hover_text {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    background: var(--primary-color);
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1;
}

.team-card .hover_text .social-icon {
    z-index: 4;
}

.team-card .hover_text .social-icon a {
    background: #fff;
    color: var(--primary-color);
}

.team-card .hover_text .social-icon a:hover {
    background: var(--secondory-color);
}

.team-card .team-box:hover .imgbox {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.team-card:hover .team-box .imgbox .img img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.team-card .team-box-tilte {
    padding-top: 0;
}

.team-box-tilte p {
    font-size: 15px;
}

/* Team Modal */
.team_modal {
    padding: 0 !important;
}

.team_modal p {
    text-align: justify;
}

.team_modal .modal-content {
    height: 100%;
    border: none;
    border-radius: 10px;
}

.team_modal .modal-body {
    padding: 0;
}

.team_modal .close.modal_close {
    top: -15px;
    right: -15px;
}

.close.modal_close {
    display: block;
    opacity: 1;
    position: absolute;
    right: -15px;
    top: -15px;
    z-index: 2;
    width: 35px;
    height: 35px;
    background: var(--primary-color);
    text-shadow: none;
    border-radius: 50%;
    font-size: 20px;
    color: #fff;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.team_modal .close:not(:disabled):not(.disabled):focus,
.team_modal .close:not(:disabled):not(.disabled):hover {
    opacity: 1;
}

.team_modal .modal_title .imgbox {
    min-width: 240px;
    max-width: 240px;
    margin-right: 25px;
    position: relative;
    padding: 20px;
    background: var(--primary-color);
    border-radius: 10px 0 0 10px;
}

.team_modal .modal_title .imgbox img {
    width: 100%;
    display: block;
}

.team_modal .designation {
    margin: 0 0 20px;
    display: block;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500;
}

.team_modal .team-modal-body p:last-child {
    margin-bottom: 0;
}

.team_modal .modal_title .imgbox .social-icon {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 15px;
}

.team_modal .modal_title .imgbox .social-icon a {
    min-width: 36px;
    max-width: 36px;
    height: 36px;
    background: #fff;
    color: var(--primary-color);
    font-size: 19px;
}

.team_modal .modal_title .imgbox .social-icon a:hover {
    background: var(--secondory-color);
}

.team_modal .modal_title .imgbox .social-icon a+a {
    margin-left: 5px;
}

.team_modal .client-info .textbox::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
    border-radius: 20px;
}

.team_modal .client-info .textbox::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.team_modal .client-info .textbox::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 20px;
}

.team_modal .client-info .textbox {
    overflow-y: auto;
    max-height: 260px;
    padding-right: 10px;
}

.team_modal .client-info {
    padding: 30px 20px;
    padding-left: 0;
}

.team_modal .client-info .textbox p {
    font-size: 15px;
}

.director-list.team-flex .items {
    padding: 15px;
}

.director-team-card {
    padding: 30px 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #fff;
    border: 1px solid #e9ebf1;
    border-radius: 20px;
    height: 100%;
    box-shadow: 0 8px 16px -2px rgba(32, 33, 36, .06), 0 16px 32px -2px rgba(32, 33, 36, .1);
}

.director-team-card.team-card .imgbox {
    margin: 0 auto;
}

.director-team-card.team-card .team-box-tilte {
    padding: 30px 0 0;
}

.secondone-hide:nth-child(2) {
    display: none;
}

/* Gallery Section */
.lg-outer .lg-thumb-outer {
    display: none;
}

.event-section h2 strong {
    -webkit-text-stroke-width: 0;
}

.event-flex .items {
    padding: 1px;
}

.event-card {
    min-width: 360px;
    max-width: 360px;
}

.event-flex .items .imgbox {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 0 0 56.66%;
    min-height: 360px;
    cursor: pointer;
}

.event-flex .items .imgbox img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    display: block;
    position: absolute;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.event-flex .items:hover .imgbox img {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
}

.event-card .event-text {
    padding: 16px 0 0;
    text-align: center;
}

.event-text span {
    font-size: 15px;
    line-height: 1.4;
    font-weight: 500;
    display: block;
    margin: 0 0 5px;
}

.gallery-flex {
    margin: 0 -3px;
}

.gallery-flex .items {
    padding: 3px;
}

.gallery-flex .items .imgbox {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 0 0 100%;
    cursor: pointer;
}

.gallery-flex .items .imgbox img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    display: block;
    position: absolute;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.gallery-flex .items:hover .imgbox img {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
}

.gallery-flex .items .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 60%);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    outline: 1px solid rgb(255 255 255 / 35%);
    opacity: 0;
}

.gallery-flex .items:hover .overlay {
    opacity: 1;
}

.gallery-flex .items:hover .overlay i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.gallery-flex .items .overlay i {
    font-size: 24px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: rgb(255 255 255 / 30%);
    color: #fff;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.lg-start-zoom .lg-sub-html {
    display: none;
}

.event-slider .slick-list {
    overflow: visible;
}

/* Services */
.services .block-title {
    margin-bottom: 50px;
}

.service-flex .items {
    padding: 30px 15px;
}

.service-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px 30px 25px;
    height: 100%;
    background: #fff;
    border: 1px dashed var(--secondory-color);
    border-radius: 0 40px;
}

.service-card .number {
    position: absolute;
    top: 50px;
    right: 30px;
    font-size: 50px;
    line-height: 1;
    font-weight: 700;
    -webkit-text-stroke: 1px #eee;
    color: transparent;
}

.service-card .iconbox {
    min-width: 85px;
    max-width: 85px;
    height: 85px;
    padding: 16px;
    background: -o-linear-gradient(225deg, #67e5b6, #004e47);
    background: linear-gradient(225deg, #67e5b6, #004e47);
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -65px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
}

.service-card:hover .iconbox {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
}

.service-card .textbox {
    padding-bottom: 20px;
}

.service-card .textbox h5,
.service-card .textbox h5 a {
    color: #000;
}

.service-card .textbox h5:hover,
.service-card .textbox h5 a:hover {
    color: var(--secondory-color);
}

.btn-icon {
    min-width: 35px;
    max-width: 35px;
    height: 35px;
    background: #f0f3f4;
    color: var(--primary-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 22px;
    margin-left: 8px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.service-card .btnbox {
    padding: 7px 20px;
    padding-right: 30px;
    border-radius: 50px 0 0 50px;
    background: #fff;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 20px 0 0;
    margin-left: auto;
    margin-right: -30px;
    border: 1px dashed var(--secondory-color);
    border-right: 0;
}

.service-card .btnbox a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--primary-color);
    font-weight: 600;
}

.service-card .btnbox:hover .btn-icon {
    background: var(--primary-color);
    color: #fff;
}

.btn-link {
    color: var(--primary-color);
    font-weight: 600;
    position: relative;
    display: inline-block;
}

.btn-link i {
    font-size: 22px;
}

.btn-link span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.btn-link:hover,
.btn-link:active,
.btn-link:focus {
    color: var(--primary-color);
    text-decoration: none;
}

.btn-link:before {
    content: '';
    width: 0;
    height: 1px;
    bottom: -5px;
    position: absolute;
    left: auto;
    right: 0;
    z-index: 1;
    -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    -o-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    background: currentColor;
}

.btn-link:hover:before {
    width: 100%;
    left: 0;
    right: auto;
}

/* BPO Services */
.bpo-service .service-flex {
    position: relative;
}

.bpo-service .service-flex .items {
    padding: 15px;
}

.bpo-service .service-flex .bpo-service-card {
    border: none;
    border-radius: 0;
    padding: 40px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    height: 200px;
    border-radius: 10px;
    background: #f0f3f4;
    -webkit-box-shadow: inset 0 0 15px 5px #cfd5d3, 10px 10px 0px rgb(0 0 0 / 10%);
    box-shadow: inset 0 0 15px 5px #cfd5d3, 10px 10px 0px rgb(0 0 0 / 10%);
}

.bpo-service-card .default_text,
.bpo-service-card .hover_text {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    padding: 30px;
    z-index: 1;
}

.bpo-service-card .hover_text {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    background: -o-linear-gradient(45deg, #000, var(--primary-color));
    background: linear-gradient(45deg, #000, var(--primary-color));
    border-radius: 10px;
}

.bpo-card:hover .bpo-service-card {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.bpo-service .service-flex .items:nth-last-child(1) .bpo-service-card,
.bpo-service .service-flex .items:nth-last-child(2) .bpo-service-card,
.bpo-service .service-flex .items:nth-last-child(3) .bpo-service-card {
    border-bottom: 0;
}

.bpo-service .service-flex .bpo-service-card:hover {
    background: #f7f7f7;
}

.bpo-service .bpo-service-card .textbox {
    padding-bottom: 20px;
}

.bpo-service-card .hover_text p {
    color: #fff;
}

.bpo-service-card .hover_text .btn-link {
    color: var(--secondory-color);
}

.bpo-service .bpo-service-card .textbox h5,
.bpo-service .bpo-service-card .textbox h5 a {
    color: var(--primary-color);
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.bpo-service .bpo-service-card .textbox h5:hover,
.bpo-service .bpo-service-card .textbox h5 a:hover {
    color: var(--primary-color);
}

.bpo-service .bpo-service-card .iconbox {
    position: relative;
    z-index: 1;
    outline: 3px solid #f0f3f4;
    background: var(--primary-color);
    margin: 0 auto 20px;
    min-width: 70px;
    max-width: 70px;
    height: 70px;
    padding: 12px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.bpo-service .bpo-service-card:hover .iconbox {
    border-color: #f7f7f7;
}

.bpo-service .bpo-service-card .iconbox:after {
    content: '';
    position: absolute;
    left: -8px;
    top: -8px;
    height: 75px;
    width: 75px;
    border: 2px dashed var(--primary-color);
    border-radius: 50%;
    z-index: -1;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.bpo-service .bpo-service-card:hover .iconbox:after {
    -webkit-animation: spin 7s infinite;
    animation: spin 7s infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

/* Internal Banner */
.internal-banner {
    min-height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.internal-banner .bg-img:before {
    opacity: 0.8;
    background: var(--primary-color);
}

.internal-banner .page-breadcrumb {
    background: rgb(255 255 255 / 20%);
    padding: 13px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    margin: 0 auto;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
}

.internal-banner .page-breadcrumb span {
    font-size: 12px;
    line-height: 1.4;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #fff;
    position: relative;
}

.internal-banner .page-breadcrumb span a {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.internal-banner .page-breadcrumb span a i {
    font-size: 18px;
    margin-right: 5px;
    position: relative;
    top: -1px;
}

.internal-banner .page-breadcrumb span>a:hover {
    color: var(--secondory-color);
}

.internal-banner .page-breadcrumb span>span {
    padding-right: 40px;
}

.internal-banner .page-breadcrumb span>span:last-child {
    padding: 0;
}

.internal-banner .page-breadcrumb span>span:after {
    content: "\f061";
    position: absolute;
    right: 10px;
    top: -4px;
    font-size: 18px;
    font-weight: 900;
    font-family: 'Line Awesome Free';
}

.internal-banner .page-breadcrumb span>span:last-child:after {
    display: none;
}

.filter-search {
    margin: 0 -5px;
}

.filter-search .label {
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    color: #1B262C;
    padding: 0 10px;
    margin: 0;
}

.filter-selects .dropdown {
    position: relative;
    z-index: 1;
    margin-right: 10px;
}

.filter-selects .dropdown:after {
    content: "\f107";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    width: 20px;
    height: 20px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    color: #555;
    font-family: 'Line Awesome Free';
    font-weight: 900;
    z-index: -1;
}

.filter-selects .dropdown select {
    border-radius: 50px;
    background: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 2px 20px;
    cursor: pointer;
    height: 42px;
    font-size: 14px;
}

.filter-search-input .input-search {
    margin-right: 10px;
    border-radius: 50px;
    background: #fff;
    padding: 2px 20px;
    height: 42px;
    font-size: 14px;
}

/*Pagination*/
.pagination-block {
    padding: 20px 0;
}

.pagination-block ul.page-numbers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

ul.page-numbers li {
    margin: 0 4px;
    padding: 0;
    list-style: none;
}

ul.page-numbers .page-numbers {
    display: block;
    min-width: 36px;
    max-width: 36px;
    height: 36px;
    line-height: 36px;
    color: #333;
    text-align: center;
    background: #fff;
    border-radius: 50%;
}

ul.page-numbers .page-numbers.prev,
ul.page-numbers .page-numbers.next {
    font-size: 20px;
}

ul.page-numbers .page-numbers:hover {
    background: var(--primary-color);
    color: #fff;
}

ul.page-numbers .page-numbers.current {
    background: var(--primary-color);
    color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.detail-post-imgbox {
    background: #fff;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    margin: 0 0 20px;
}

.detail-post-imgbox img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 390px;
    -o-object-fit: cover;
    object-fit: cover;
}

.pagination-single {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-top: 40px;
}

.pagination-single .post-nav .arrow strong {
    margin: 0 5px;
    font-size: 16px;
}

.detail-banner-title-block .h2 {
    margin: 15px 0;
}

.pagination-single .post-nav .arrow {
    color: var(--primary-color);
}

.pagination-single .post-nav .arrow:hover {
    color: var(--secondory-color);
}

.author-info .author_info_box {
    padding: 0 0 20px;
    margin: 0 0 20px;
    border-top: 0;
    position: relative;
    width: 100%;
    border-bottom: 1px dashed #ababab;
}

.author-info .author_info_box .post-view {
    margin: 0;
    margin-left: auto;
    position: relative !important;
    min-width: inherit;
    max-width: inherit;
    height: auto;
    background: none;
    width: auto;
}

.auth_textbox {
    padding-right: 30px;
}

.author-info .author_info_box .post-view .view_number {
    position: relative;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
    font-size: 16px;
    top: 0;
    left: 0;
    margin-left: 10px;
    -webkit-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
}

.author-info .author_info_box .post-view .view_number:after {
    display: none;
}

.author-info .author_info_box .post-view i {
    font-size: 20px;
    line-height: normal;
    color: var(--primary-color);
    width: 36px;
    height: 36px;
    background: #e8e8e8;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.author-info .auth_name {
    color: #243667;
    font-weight: 600;
}

.detail-banner .bg-img:before {
    background: -webkit-linear-gradient(45deg, var(--primary-color), var(--secondory-color) 80%);
    mix-blend-mode: normal;
}

.bpo-blog-banner.bg1,
.detail-banner.bpo .bg-img:before {
    background: -webkit-linear-gradient(45deg, var(--primary-color), var(--primary-color) 80%);
}

/* Comment Form */
.comment_modal .modal-dialog {
    margin: 20px auto;
}

.comment-respond {
    padding: 30px 40px;
    border-radius: 10px;
    background: #f0f3f4;
}

.comment-respond .form-submit .submit {
    border: none;
    background: var(--primary-color);
    color: #fff;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 700;
    text-transform: none;
    cursor: pointer;
    letter-spacing: 0.02em;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-radius: 50px;
}

.comment-respond .form-submit .submit:hover {
    background: var(--secondory-color);
}

.comment-respond textarea,
.comment-respond input,
.comment-respond select {
    border: 1px solid #ddd;
    -webkit-transition: all 0.3S ease;
    -o-transition: all 0.3S ease;
    transition: all 0.3S ease;
    background: #fff;
    height: 44px;
}

.comment-respond textarea:focus,
.comment-respond input:focus {
    border-color: #b9cddd;
}

.comment-respond .comment-form-cookies-consent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.comment-respond .comment-form-cookies-consent input {
    width: 16px;
    height: 16px;
    position: relative;
    top: 2px;
    margin-right: 10px;
}

.comment-respond p {
    margin: 0 0 15px;
    text-align: inherit;
}

.comment-respond label {
    font-size: 15px;
    display: block;
    margin: 0 0 5px;
    line-height: 1.4;
}

/*Testimonial Section*/
.testimonial-section {
    overflow: hidden;
}

.testimonial-btn-block {
    border-bottom: 1px solid #ddd;
}

.testimbox-btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.testimonial-btn-block {
    margin-bottom: 40px;
}

.testimbox-btn .active {
    border-radius: 30px;
    position: relative;
}

.testimbox-btn .active .testi-btn {
    color: var(--secondory-color);
    border-bottom: 2px solid var(--secondory-color);
}

.testimbox-btn li+li {
    margin-left: 20px;
}

.testimbox-btn li .testi-btn {
    display: inline-block;
    padding: 0 20px 7px;
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.testimonial-inn .items {
    padding: 15px;
}

.testi-link a {
    border-bottom: 1px solid var(--primary-color);
}

.testi-link a:hover {
    border-color: var(--secondory-color);
}

.testi-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    position: relative;
    z-index: 2;
    padding: 40px 25px;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    border-radius: 7px;
    overflow: hidden;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    background: #fff;
    height: 100%;
}

.testi-card .textarea {
    height: 100%;
}

.testi-card .imgbox {
    position: relative;
    width: 100%;
    height: 100px;
    margin-bottom: 50px;
}

.testi-card .imgbox:before {
    display: block;
    content: "";
    background-image: url(../images/testi-icon-bg.png);
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    background-size: cover;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 180px;
    min-height: 140px;
}

.testi-card .imgbox .testi-image {
    text-align: center;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100px;
    min-width: 100px;
    max-width: 100px;
    min-height: 100px;
    border-radius: 50%;
}

.testi-subtitle {
    font-style: italic;
    margin-top: 20px !important;
}

.testi-subtitle h6 {
    display: inline-block;
    position: relative;
    font-size: 16px;
}

.testi-subtitle h6:before {
    display: block;
    content: "";
    position: absolute;
    top: 11px;
    left: -26px;
    width: 16px;
    height: 1px;
    background: #000;
}

.testi-card p {
    font-size: 16px;
    font-weight: 500;
}

.testi-card .textarea .quote_1,
.testi-card .textarea .quote_2 {
    position: absolute;
    color: var(--secondory-color);
    font-size: 28px;
    width: 24px;
    height: 24px;
    margin-right: 2px;
    line-height: 1;
}

.testi-card .textarea .quote_1 {
    top: -170px;
    left: 0;
}

/*Contact Page*/
.contact-secton .block-title h2 strong {
    -webkit-text-stroke-width: 0;
}

.contact-form_block {
    padding: 50px;
    background: #fff;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.sigma_dots {
    width: 100px;
    height: 60px;
    content: "";
    background-position: 0 0, 5px 7px;
    background-size: 12px 12px;
    position: absolute;
    display: block;
    background-image: -o-radial-gradient(#d1d4d8 1px, transparent 0), -o-radial-gradient(#d1d4d8 1px, transparent 0);
    background-image: radial-gradient(#d1d4d8 1px, transparent 0), radial-gradient(#d1d4d8 1px, transparent 0);
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    top: -10px;
    left: -20px;
    opacity: 1;
}

.contact-main-block {
    padding-left: 40px;
    padding-top: 50px;
}

.contact-items {
    position: relative;
    padding: 0 0 30px;
}

.contact-items:before {
    display: block;
    content: "";
    width: 1px;
    background: #fff;
    position: absolute;
    left: 25px;
    top: 0;
    bottom: 0;
}

.contact-items:last-child:before {
    display: none;
}

.contact-items:last-child {
    padding-bottom: 0;
}

.contact-items .iconbox {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 22px;
    color: #000;
    position: relative;
    margin-right: 15px;
    min-width: 50px;
    max-width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
}

.contact-items p {
    margin: 0;
    color: #000;
}

.contact-items p a {
    color: var(--primary-color);
}

.contact-items p a:hover {
    color: var(--secondory-color);
}

.contact-items p strong {
    color: #000;
}

.contact-items .location {
    max-width: 340px;
}

.contact-items .iconbox {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 22px;
    color: #000;
    position: relative;
    margin-right: 15px;
    min-width: 50px;
    max-width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
}

.contact-inner .form-block .btn {
    width: 100%;
}

.timebox {
    padding: 40px;
    background: var(--secondory-color);
    border-radius: 20px;
    margin-top: 30px;
}

.timebox p .office-day,
.timebox p .office-hours {
    font-weight: 500;
}

.timebox p .office-day {
    display: inline-block;
    max-width: 130px;
    min-width: 130px;
}

.timebox p i {
    color: var(--primary-color);
    font-size: 18px;
    position: relative;
    top: 1px;
}

/* Location Section */
.location-items {
    padding: 20px;
    background: #000;
    height: 100%;
    border-radius: 10px;
    position: relative;
    min-height: 180px;
}

.location-items img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.45;
    border-radius: 10px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    display: block;
}

.location-list .items {
    padding: 15px;
}

.location-items p,
.location-items p strong {
    color: #fff;
    position: relative;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 500;
}

.location-items p strong {
    display: block;
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: 700;
}

/* Map Section */
.map_block-contact {
    width: 100%;
    height: 400px;
}

.map_block-contact iframe {
    width: 100%;
    height: 100%;
}

/* Comments Popup */
.social-popup .a2a_kit .a2a_button_copy_link {
    padding: 0;
    height: 42px;
    min-width: 42px;
    max-width: 42px;
    border-radius: 50%;
    margin-left: 10px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: var(--primary-color);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.social-popup .a2a_kit .a2a_button_copy_link:hover {
    background: var(--primary-color);
}

.social-popup .a2a_kit .a2a_button_copy_link:hover .a2a_s_link {
    opacity: 1;
}

.social-popup .a2a_kit .a2a_button_copy_link .a2a_s_link {
    background: none !important;
}

.social-popup .widget-content .addtoany_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.social-popup .widget-content a {
    width: 42px;
    height: 42px;
    max-width: 42px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.social-popup .widget-content a+a {
    margin-left: 10px;
}

/* Linkedin Feeds */
.linkedin-feeds .items {
    padding: 15px;
}

.linkedin-feeds .iframe-box {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 0 0 148%;
    border: 1px solid #dddd;
}

.linkedin-feeds .iframe-box iframe {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
}

/*Appointment Page*/
.bookademo .block-title h2 strong,
.job-section .block-title h2 strong {
    -webkit-text-stroke-width: 0;
}

.appointment-block {
    border: 2px solid #cbc9d4;
    background: #fff;
    position: relative;
    min-height: 340px;
    overflow: hidden;
}

.right-block-imgbox {
    min-width: 400px;
    max-width: 400px;
    min-height: 100%;
    background: #cbc9d4;
    position: relative;
}

.right-block-imgbox img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
}

.appointment-block .left-block {
    padding: 50px;
}

.appointment-block .left-block h3 {
    margin: 0 0 30px;
}

.appointment-block .form-inner {
    margin: 0 -10px;
}

.appointment-block .input-field {
    padding: 0 10px;
    margin-bottom: 20px;
}

.appointment-block .input-field .selectbox {
    background: none;
    border: none;
    cursor: pointer;
}

.appointment-block .input-field .custom-select {
    background: #f5f5f5;
    font-size: 16px;
    height: 50px;
    border: 1px solid #dfdfdf;
    cursor: pointer;
}

.appointment-block .input-field .selectbox:after {
    width: 15px;
    height: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 15px;
    right: 15px;
    z-index: 1;
}

.appointment-block .input-field.btnbox {
    margin-bottom: 0;
}

.direct-book-block {
    padding: 0;
    margin: 0 auto;
    overflow: hidden;
    background: rgb(213, 93, 93);
    background: -o-linear-gradient(45deg, var(--primary-color), var(--secondory-color) 80%);
    background: linear-gradient(45deg, var(--primary-color), var(--secondory-color) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d55d5d', endColorstr='#79b237', GradientType=1);
}

.direct-book-block .cta-btn {
    padding: 13px 40px 10px;
    min-height: 80px;
    min-width: 140px;
    font-size: 20px;
    line-height: 1.2;
    text-transform: uppercase;
    white-space: nowrap;
    border-radius: 0;
}

.direct-book-block .cta-btn:focus {
    background: var(--primary-color);
    box-shadow: none;
}

.direct-book-block .cta-btn:after,
.direct-book-block .cta-btn:hover {
    background: var(--secondory-color);
}

.direct-book-block .tl {
    padding: 0 40px;
    text-align: left;
    line-height: 1.4;
}

.direct-book-block .cta-btn i {
    font-size: 24px;
}

/* Career Section */
.job-list .items {
    padding: 15px;
}

.career-card {
    padding: 30px;
    background: #fff;
    border-radius: 0 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 1px dashed var(--secondory-color);
    -webkit-box-shadow: 0 10px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 5px rgba(0, 0, 0, 0.1);
    height: 100%;
    display: flex;
}

.job-list .career-card .textbox {
    display: flex;
    flex-direction: column;
}

.career-card .iconbox {
    min-width: 80px;
    max-width: 80px;
    height: 80px;
    padding: 15px;
    background: -o-linear-gradient(225deg, #67e5b6, #004e47);
    background: linear-gradient(225deg, #67e5b6, #004e47);
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 20px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.career-info li+li {
    margin-left: 20px;
}

.career-info li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
    font-weight: 500;
    color: #555;
}

.career-info li i {
    font-size: 20px;
    margin-right: 7px;
}

.career-card .textbox h6 {
    margin: 0 0 5px;
}

.career-card .textbox p {
    font-size: 15px;
    font-weight: 500;
    color: #555;
    margin: 0 0 12px;
}

.career-card .textbox .btn {
    padding: 8px 16px;
    font-size: 13px;
}

.career-card .textbox .btn span {
    padding-bottom: 2px;
}

/* Career Modal */
.career-modal .contact-form-block {
    margin-top: 0;
    padding: 50px;
}

.career-modal .modal-header {
    border: none;
    padding: 0;
}

.career-modal .modal-header .close {
    min-width: 45px;
    max-width: 45px;
    height: 45px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-shadow: none;
    position: absolute;
    top: -15px;
    right: -15px;
    background: #222222;
    opacity: 1;
    margin: 0;
    z-index: 1;
}

.career-modal .modal-header .close:hover,
.career-modal .close:not(:disabled):not(.disabled):focus,
.career-modal .close:not(:disabled):not(.disabled):hover {
    opacity: 1;
}

.career-modal .modal-content {
    background: #fff;
    border: none;
}

.career-modal .contact-form-block .block-title h3 {
    font-weight: 600;
}

.label {
    display: block;
    margin: 0 0 10px;
}

.career-modal .contact-form-block .upload-file {
    margin: 0 0 30px;
}

.career-modal .contact-form-block .upload-file .label {
    font-size: 18px;
}

.upload-filebox .doc-allow {
    margin: 10px 0 0;
}

.input-field .filebox {
    padding: 14px 0;
}

.upload-filebox .filebox .wpcf7-form-control {
    padding: 10px;
}

.input-field .filebox .wpcf7-form-control-wrap {
    position: static;
}

.input-field .filebox .upload-text {
    font-size: 17px;
    line-height: 1.4;
    color: #6d6d6d;
    font-weight: 400;
    font-family: 'Poppins';
}

.career-modal .contact-form-block .formbtn {
    margin: 0 !important;
}

.career-modal .contact-form-block .formbtn .reset-btn {
    margin-left: 10px;
    background: #e5e5e5;
    color: #111;
}

.career-modal .contact-form-block .formbtn .reset-btn:hover {
    color: #fff;
}

/* Hiring Section */
.hiring-section {
    overflow: hidden;
}

.hiring-section .block-title h2,
.hiring-section .block-title p {
    color: #fff;
}

.hiring-section .line_tl:before {
    background: #fff;
}

.hiring-process {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -10px;
}

.hiring-process .items {
    min-width: 17.7%;
    max-width: 17.7%;
    -ms-flex-preferred-size: 17.7%;
    flex-basis: 17.7%;
    margin: 0 -10px;
}

.arrow-shape {
    position: absolute;
    width: 100%;
    height: 60px;
    top: -25px;
    left: 0;
    right: 0;
    background: url(../images/circle-arrow1.png) no-repeat center;
    background-size: contain;
}

.hiring-process .items:nth-child(even) .arrow-shape {
    top: auto;
    bottom: -25px;
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
}

.hiring-card {
    min-width: 220px;
    max-width: 220px;
    height: 220px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: rgb(255 255 255 / 20%);
    text-align: center;
    padding: 30px;
    position: relative;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.hiring-card .iconbox {
    margin: 0 auto 15px;
    min-width: 60px;
    max-width: 60px;
    height: 60px;
}

.hiring-card h5 {
    color: #fff;
    font-weight: 600;
}

/* Two Column Inner */
.reversed .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.reversed .content-textbox {
    padding-left: 0;
    padding-right: 30px;
}

.reversed .two-column-inner .textbox {
    padding-left: 0;
}

.two-column-inner .textbox {
    padding-left: 30px;
}

/* CTA Section */
.cta-inner {
    padding: 30px 20px;
}

.phone_block .iconbox {
    min-width: 60px;
    max-width: 60px;
    height: 60px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 2px solid #fff;
    color: #fff;
    font-size: 36px;
}

.phone_block .textbox span {
    color: #fff;
    display: block;
    margin: 0 0 10px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
}

.cta-subtitle {
    color: #fff;
    font-size: 14px;
}

.phone_block .textbox a {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
}

.cta-inner .white-btn:after {
    background: var(--secondory-color);
}

.cta-inner .white-btn:hover {
    color: var(--primary-color);
    background: var(--secondory-color);
}

.cta-inner .cta-textbox p {
    color: #fff;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 500;
}

.cta-inner .midd-coll {
    border-left: 1px solid rgb(255 255 255 / 20%);
    padding-left: 40px;
}

/* Service Form */
.service-form {
    overflow: hidden;
}

.service-form .form-block {
    padding: 40px;
    background: #fff;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    margin-bottom: 40px;
    position: relative;
}

.service-form .midd-block .imgbox {
    margin-left: -35px;
    min-width: 100%;
}

.service-form .midd-block .imgbox img {
    width: 100%;
    height: 100%;
    display: block;
}

.service-form .input-field {
    margin: 0 0 20px;
}

/* Service Banner */
.it-services .bg-img:before {
    opacity: 1;
    background: -o-radial-gradient(#004e47 25%, #67e5b6);
    background: radial-gradient(#004e47 25%, #67e5b6);
}

.bpo-services .bg-img:before {
    opacity: 0.8;
    background: var(--primary-color);
}

.clip-block {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
}

.clip-path-box {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    height: 60px;
    -webkit-clip-path: polygon(50% 90%, 100% 0, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(50% 90%, 100% 0, 100% 100%, 0 100%, 0 0);
}

.clip-path-box+.clip-path-box {
    -webkit-transform: rotate(1deg);
    -ms-transform: rotate(1deg);
    transform: rotate(1deg);
    opacity: 0.1;
}

.two-coll-repeater .two-column-section+.two-column-section {
    padding-top: 0;
}

.two-coll-repeater .two-column-section .full-with {
    padding-left: 15px;
    padding-right: 15px;
}

.wpcf7-spinner {
    position: absolute;
}

.wpcf7 form .wpcf7-response-output {
    margin: 20px 0 0;
    padding: 10px 15px;
    border-radius: 5px;
    text-align: center;
    font-size: 15px;
    line-height: 1.4;
}

.wpcf7-not-valid-tip {
    font-size: 15px;
}

.comment-btn {
    position: relative;
}

.comment-btn .social-popup {
    position: absolute;
    top: 20px;
    left: 120px;
}

.comment-btn .comments-title {
    margin-top: 15px;
}

.comment-list .comment {
    padding: 30px;
    background: #f7f7f7;
}

.comment-list .comment:before {
    display: none;
}

.comment-author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.comment-author img {
    border-radius: 50%;
    margin-right: 10px;
}

.comment-author .says {
    margin-left: 8px;
}

.comment-metadata {
    padding: 10px 0 15px;
}

.comment-metadata a {
    color: var(--primary-color);
    font-size: 15px;
    font-weight: 500;
}

.comment-content {
    padding: 15px 0;
    border-top: 1px solid #ddd;
    font-size: 16px;
    line-height: 1.4;
}

.comment-reply-link {
    font-weight: 600;
    color: var(--primary-color);
}

.comment-reply-link:hover {
    color: var(--secondory-color);
}

.search-page .page-breadcrumb li {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.search-page .page-breadcrumb li+li {
    margin-left: 10px;
}

.search-page .page-breadcrumb li i {
    margin-right: 10px;
}

/* Product Listing */
.product-section .line_tl:before {
    background: #fff;
}

.card-product {
    position: relative;
    text-align: center;
    padding: 20px;
    height: 100%;
}

.product-list {
    margin: 0 -10px;
}

.product-list .items {
    padding: 10px;
}

.product-list .items .card-product {
    cursor: pointer;
    height: 100%;
    padding: 15px;
    position: relative;
    border: 1px solid rgb(255 255 255 / 0%);
    border-radius: 10px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.product-list .items .card-product:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -15px;
    left: 0;
    width: 14px;
    height: 14px;
    margin: auto;
    border-top: solid 10px rgb(255 255 255);
    border-left: solid 12px transparent;
    border-right: solid 12px transparent;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.product-list .items.slick-current .card-product:after {
    opacity: 1;
}

.product-list .items.slick-current .card-product {
    border-color: #fff;
}

.product-list .card-product .iconbox {
    min-width: 80px;
    max-width: 80px;
    height: 80px;
}

.product-list .card-product .iconbox img {
    max-height: 50px;
    max-width: 50px;
}

.card-product h4,
.card-product h4 a {
    font-size: 17px;
    color: #fff;
    font-weight: 500;
}

.card-product p {
    color: #fff;
}

.card-product .iconbox {
    position: relative;
    min-width: 110px;
    max-width: 110px;
    height: 110px;
    background: url('../images/product_shape1.png') no-repeat center;
    background-size: auto 100% !important;
    margin: 0 auto 15px;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.card-product .iconbox img {
    max-width: 64px;
}

.card-product .iconbox:after {
    display: block;
    content: "";
    width: 40px;
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    margin: auto;
    opacity: 0.4;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 1)), to(rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 100%);
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.card-product:hover .iconbox {
    -webkit-transform: translate(0, -5px);
    -ms-transform: translate(0, -5px);
    transform: translate(0, -5px);
}

.card-product:hover .iconbox:after {
    -webkit-transform: translate(0, 5px);
    -ms-transform: translate(0, 5px);
    transform: translate(0, 5px);
    width: 20px;
}

.range-top {
    padding-top: 30px;
    position: relative;
}

/*.range-top:before{
	display: block; content: ""; position: absolute; top: 0; left: 0; right: 0; width: 100%; height: 2px; background: rgba(255, 255, 255, 0.3);
}*/
.range-top .card-product .iconbox {
    background: rgb(255 255 255 / 20%);
    border-radius: 50%;
}

.range-top .card-product h4,
.range-top .card-product h4 a {
    color: #fff;
}

.range-top .card-product:hover h4,
.range-top .card-product:hover h4 a {
    color: #fff;
    text-decoration: underline;
}

.range-top .slick-arrow.slick-prev {
    left: 5px;
}

.range-top .slick-arrow.slick-next {
    right: 5px;
}

/* Our values Section */
.our-values-section {
    position: relative;
}

.our-values-section .middle-block {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 540px;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: auto;
}

.our-values-section .middle-block h2 {
    text-transform: uppercase;
    font-size: 64px;
    border-bottom: 1px solid var(--primary-color);
    line-height: 56px;
}

.our-values-section .bg-img:before {
    opacity: 0.8;
}

.our-values-section .block-title h2,
.our-values-section .block-title p {
    color: #fff;
}

.our-values-flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.our-values-flex .work-items {
    padding: 15px;
    width: 33.33%;
}

.our-values-flex .work-items:nth-child(1),
.our-values-flex .work-items:nth-child(6) {
    width: 26%;
    min-width: 26%;
}

.our-values-flex .work-items:nth-child(2),
.our-values-flex .work-items:nth-child(3) {
    margin-bottom: 200px;
}

.our-values-flex .work-items:nth-child(2),
.our-values-flex .work-items:nth-child(3),
.our-values-flex .work-items:nth-child(4),
.our-values-flex .work-items:nth-child(5) {
    width: 37%;
    min-width: 37%;
}

.our-values-flex .work-items:nth-child(1) .values-card,
.our-values-flex .work-items:nth-child(6) .values-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.our-values-flex .work-items:nth-child(6) {
    margin-top: -200px;
}

.our-values-flex .work-items:nth-child(2) .values-card .textbox,
.our-values-flex .work-items:nth-child(3) .values-card .textbox,
.our-values-flex .work-items:nth-child(4) .values-card .textbox,
.our-values-flex .work-items:nth-child(5) .values-card .textbox {
    margin-top: 0;
    margin-left: 30px;
}

.our-values-flex .work-items:nth-child(1) .values-card {
    -webkit-clip-path: polygon(100% 0, 100% 85%, 85% 100%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 100% 85%, 85% 100%, 0 100%, 0 0);
}

.our-values-flex .work-items:nth-child(6) .values-card {
    -webkit-clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%, 0 15%);
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%, 0 15%);
}

.our-values-flex .middle-block {
    min-width: 550px;
    max-width: 550px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    z-index: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.our-values-flex .middle-block h2 {
    font-size: 65px;
    border-bottom: 1px solid #fff;
    line-height: 1.1;
    text-transform: uppercase;
}

.values-card {
    height: 100%;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: -webkit-linear-gradient(45deg, var(--primary-color), var(--secondory-color) 80%);
    padding: 40px;
    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;
}

.values-card .textbox {
    margin-top: 30px;
}

.values-card .textbox h4 {
    color: #fff;
}

.values-card p {
    color: #fff;
    font-size: 14px;
}

.middle-block p {
    color: #000;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 14px;
}

.work-number {
    font-size: 40px;
    width: 74px;
    min-width: 74px;
    height: 74px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    border: 6px solid #fff;
    margin: 0 auto;
    color: #fff;
}

.values-card .number {
    min-width: 60px;
    max-width: 60px;
    height: 60px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-size: 28px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    margin-right: 20px;
    position: relative;
}

.values-card .work-dots1:before,
.values-card .work-dots1:after,
.values-card .work-dots2:before,
.values-card .work-dots2:after {
    display: block;
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border: 3px solid #fff;
    top: 10px;
    left: 10px;
    border-radius: 50%;
}

.values-card .work-dots1:after {
    left: auto;
    right: 10px;
}

.values-card .work-dots2:before,
.values-card .work-dots2:after {
    top: auto;
    bottom: 10px;
}

.values-card .work-dots2:after {
    left: auto;
    right: 10px;
}

/**/
.mission-career-page .mission-inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.mission-career-page .card-miss {
    text-align: center;
}

.mission-career-page .card-miss ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
    margin: 0 0 20px;
}

.mission-career-page .items {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/* Product Detail Page */
.product-detail-form {
    overflow: visible;
}

.product-detail-form .bg-img:before {
    background: -webkit-linear-gradient(45deg, var(--primary-color), var(--secondory-color) 80%);
    opacity: 0.85;
    mix-blend-mode: inherit;
}

.product-detail-form .textbox h2,
.product-detail-form .textbox p {
    color: #fff;
}

.product-detail-form .right-block {
    margin-top: -120px;
}

.product-detail-form .form-block {
    padding: 40px;
    background: #fff;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
}

.pro-cont-info .contact-items:before {
    display: none;
}

.pro-cont-info .contact-items p strong {
    color: #fff;
}

.pro-cont-info .contact-items p a {
    color: #fff;
}

.pro-cont-info .contact-items p a:hover {
    text-decoration: underline;
}

/* Features Section */
.features-flex .items {
    padding: 20px 15px;
}

.features-card .iconbox {
    min-width: 80px;
    max-width: 80px;
    height: 80px;
    margin: 0 auto 25px;
    border-radius: 50%;
    border: 1px solid #69dbc4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}

.features-card .iconbox:after {
    top: -8px;
    left: -8px;
    padding: 8px;
    z-index: -1;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-box-shadow: 0 0 0 #69dbc4;
    box-shadow: 0 0 0 #69dbc4;
    -webkit-transition: opacity 0.2s, box-shadow 0.2s;
    -webkit-transition: opacity 0.2s, -webkit-box-shadow 0.2s;
    transition: opacity 0.2s, -webkit-box-shadow 0.2s;
    -o-transition: opacity 0.2s, box-shadow 0.2s;
    transition: opacity 0.2s, box-shadow 0.2s;
    transition: opacity 0.2s, box-shadow 0.2s, -webkit-box-shadow 0.2s;
}

.features-card:hover .iconbox {
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.features-card:hover .iconbox:after {
    opacity: 1;
    -webkit-box-shadow: 3px 3px 0 #69dbc4;
    box-shadow: 3px 3px 0 #69dbc4;
}

.features-card .iconbox img {
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
    display: block;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/* Faq */
.specific-card+.specific-card {
    margin-top: 10px;
}

.specific-card {
    background: #fff;
    border-radius: 6px;
}

.specific-card .acc_title {
    padding: 18px 45px 18px 25px;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    cursor: pointer;
    position: relative;
}

.specific-card .acc_title:after {
    display: block;
    content: "\f067";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    width: 26px;
    height: 26px;
    text-align: center;
    position: absolute;
    right: 16px;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 50%;
    background: #ededed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    padding-top: 1px;
}

.specific-card .acc_title[aria-expanded="true"]:after {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    background: var(--secondory-color);
    color: #fff;
}

.specific-card .content-box {
    padding: 20px 25px 25px;
    border-top: 1px solid #f0f3f4;
}

.specific-card .content-box p {
    line-height: 1.6;
}

/* Why Choose Us */
.benefits_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
}

.benefits_list .items {
    min-width: 50%;
    max-width: 50%;
}

.benefits_card {
    padding: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    position: relative;
}

.benefits_card .iconbox {
    min-width: 75px;
    max-width: 75px;
    height: 75px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 18px;
    border: 1px solid #69dbc4;
    margin-right: 15px;
    background: #fff;
}

.benefits_card .iconbox img {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.benefits_card .textbox h5 {
    margin: 0 0 10px;
    font-weight: 600;
    font-size: 18px;
}

.benefits_card .textbox p {
    font-size: 15px;
}

.benefits_list .items:nth-child(odd) .benefits_card {
    border-right: 1px dashed #ddd;
}

.benefits_list .items+.items+.items .benefits_card {
    border-top: 1px dashed #ddd;
}

.benefits_flex .btnbox.ipad_view {
    display: none;
}

/* FAQ Section */
.faq-section+.mobi-hide {
    display: none;
}

.faq-flex .imgbox {
    padding: 0 30px;
}

.faq-list {
    border-top: 1px solid #e1e1e1;
}

.faq-card {
    background: #fff;
    border-bottom: 1px solid #e1e1e1;
}

.faq-card .acc_title {
    padding: 16px 45px 16px 10px;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    cursor: pointer;
    position: relative;
}

.faq-card .acc_title:after {
    display: block;
    content: "\f067";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    width: 20px;
    height: 26px;
    text-align: center;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.faq-card .acc_title[aria-expanded="true"]:after {
    content: "\f068";
}

.faq-card .content-box {
    padding: 0 40px 20px 10px;
}

.faq-card .content-box p {
    line-height: 1.6;
}

.related-products .range-top {
    margin-top: 0;
    padding-top: 0;
}

.related-products .range-top:before {
    display: none;
}

.related-products .card-product {
    padding: 20px 0;
}

/* BPO Product Detail */
.bpo-services .features-card .iconbox {
    border-color: var(--primary-color);
}

.bpo-services .features-card:hover .iconbox:after {
    -webkit-box-shadow: 3px 3px 0 var(--primary-color);
    box-shadow: 3px 3px 0 var(--primary-color);
}

.bpo-services .specific-card .acc_title[aria-expanded="true"]:after {
    background: var(--primary-color);
}

.bpo-services .benefits_card .iconbox {
    border-color: var(--primary-color);
}

.bpo-services .product-detail-form .bg-img:before {
    background: -o-linear-gradient(45deg, var(--primary-color), var(--primary-color) 80%);
    background: linear-gradient(45deg, var(--primary-color), var(--primary-color) 80%);
}

/* Value Section */
.value-section .bg-img {
    opacity: 0.2;
}

.value-flex {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.value-flex .items {
    position: static;
}

.value-flex .items .value-card+.value-card {
    margin-top: 50px;
}

.value-section .block-title strong {
    -webkit-text-stroke-width: 0;
}

.value-flex .default-text {
    -webkit-box-shadow: 0px 3px 40px rgb(0 0 0 / 16%);
    box-shadow: 0px 3px 40px rgb(0 0 0 / 16%);
    border-radius: 80px;
    max-width: 360px;
    min-width: 360px;
    width: 100%;
    padding: 6px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #fff;
}

.value-flex .default-text .default-text-inn {
    border: 1px solid #fff;
    border-radius: 80px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
}

.value-flex .default-text .default-text-inn:hover,
.value-flex .value-card.active .default-text-inn {
    border-color: rgb(36 54 102 / 50%);
}

.value-flex .default-text-inn .title {
    margin: 0 auto;
    display: inline-block;
    max-width: 220px;
    width: 100%;
    text-align: center;
    padding: 18px;
    font-size: 18px;
}

.value-flex .default-text .default-text-inn .icon {
    min-width: 45px;
    max-width: 45px;
    height: 45px;
    background: #eee;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
    color: var(--primary-color);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto 0 auto 5px;
}

.value-flex .right-side .default-text .default-text-inn .icon {
    left: auto;
    right: 0;
    margin: auto 5px auto 0;
}

.value-flex .default-text-inn .arrow {
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 25px;
    height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.value-flex .default-text-inn:hover .arrow,
.value-flex .value-card.active .default-text-inn .arrow {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.value-flex .right-side .default-text-inn:hover .arrow,
.value-flex .right-side .value-card.active .default-text-inn .arrow {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.value-flex .right-side .default-text-inn .arrow {
    left: 15px;
    right: auto;
}

.value-flex .left-side .value-card:nth-child(2) .default-text {
    margin-left: -65px;
}

.value-flex .right-side .value-card:nth-child(2) .default-text {
    margin-right: -65px;
    margin-left: auto;
}

.value-flex .value-card .hover-text {
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    min-width: 300px;
    max-width: 300px;
    height: 300px;
    background: #fff;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 40px;
    text-align: center;
    -webkit-box-shadow: 0px 3px 40px rgb(0 0 0 / 16%);
    box-shadow: 0px 3px 40px rgb(0 0 0 / 16%);
    outline: 1px solid rgb(36 54 102 / 20%);
    outline-offset: 25px;
}

.value-flex .value-card.active .hover-text {
    opacity: 1;
    z-index: 1;
}

.value-flex .default-text .default-text-inn {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.value-flex .default-text-inn .line1 {
    left: 100%;
    margin-left: 40px;
    border: var(--primary-color) solid 1px;
    opacity: 0;
    width: 40px;
    z-index: 333;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.value-flex .left-side .default-text .default-text-inn:hover .line1,
.value-flex .left-side .value-card.active .default-text-inn .line1 {
    opacity: 1;
    margin-left: 20px;
}

.value-flex .right-side .default-text .default-text-inn .line1 {
    right: 100%;
    margin-right: 40px;
    left: auto;
    margin-left: auto;
}

.value-flex .right-side .default-text .default-text-inn:hover .line1,
.value-flex .right-side .value-card.active .default-text-inn .line1 {
    opacity: 1;
    margin-right: 20px;
}

/*------Product Page New----START---*/
.product-middle-main {
    overflow: hidden;
}

.left-patt-img {
    max-width: 346px;
    position: absolute;
    left: -5%;
    top: 0;
    opacity: 0.8;
}

.left-patt-img.right {
    left: auto;
    right: 0;
}

.prod-hero-caption .h2 {
    font-size: 40px;
    line-height: 50px;
    color: #000;
    font-weight: 700;
}

.prod-hero-caption p {
    font-size: 18px;
    line-height: 28px;
    color: #595b62;
}

.prod-hero-shape {
    position: absolute;
    top: 20%;
    right: -30px;
    max-width: 40px;
    z-index: 1;
    display: none !important;
}

.gradiend-bg {
    position: absolute;
    left: 20%;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0 auto;
    opacity: 0.5;
    --size: 340px;
    --speed: 40s;
    --easing: cubic-bezier(0.8, 0.2, 0.2, 0.8);
    width: 440px;
    height: 440px;
    -webkit-filter: blur(calc(var(--size) / 3));
    filter: blur(calc(var(--size) / 3));
    background: -o-linear-gradient(135deg, #ea212e 0%, #ea212e 51%, #ea212e7d 100%);
    background: linear-gradient(135deg, #ea212e 0%, #ea212e 51%, #ea212e7d 100%);
    -webkit-animation: rotate var(--speed) var(--easing) alternate infinite;
    animation: rotate var(--speed) var(--easing) alternate infinite;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}

.gradiend-bg.left {
    left: 0;
    right: 30%;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.trans-box {
    padding: 20px;
    position: absolute;
    left: -20px;
    top: 30px;
    z-index: 1;
    max-width: 280px;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid hsla(0, 0%, 100%, .14);
    border-radius: 20px;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    -webkit-filter: drop-shadow(0 30px 50px rgba(1, 6, 20, .12));
    filter: drop-shadow(0 30px 50px rgba(1, 6, 20, .12));
    -webkit-box-shadow: 0 10px 20px rgba(1, 6, 20, .12);
    box-shadow: 0 10px 20px rgba(1, 6, 20, .12);
}

.logo-icon img {
    max-width: 60px;
    max-height: 40px;
    margin-right: 10px;
    object-fit: contain;
}

.logo-icon strong {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1.4;
}

.text-h {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 1.2;
    color: var(--primary-color);
    margin: 0 0 5px;
}

.trans-box p {
    font-size: 14px;
    line-height: 18px;
}

.box_2.trans-box {
    left: auto;
    top: auto;
    right: 20%;
    bottom: 0;
    max-width: 220px;
}

.certificate-icon {
    width: 35px;
    height: 35px;
    display: block;
    margin-left: 10px;
}

.tp-counter-wrapper {
    padding: 0 30px;
    background: hsla(0, 0%, 100%, .03);
    -webkit-box-shadow: 0 20px 80px rgba(7, 13, 32, .08);
    box-shadow: 0 20px 80px rgba(7, 13, 32, .08);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 100px;
    border: 1px solid var(--tp-common-white);
}

.colmn_5 .items {
    min-width: 20%;
    max-width: 20%;
}

.tp-counter-wrapper .items {
    border-left: 1px solid #edeff5;
}

.tp-counter-wrapper .row [class*=col-]:first-child {
    border-left: 0;
}

.tp-counter-shape-1 {
    position: absolute;
    bottom: -34px;
    right: 30%;
    z-index: -1;
    -webkit-animation: rotate2 10s linear infinite;
    animation: rotate2 10s linear infinite;
}

.tp-counter-shape-2 {
    position: absolute;
    top: -50px;
    right: 5%;
    z-index: -1;
}

.tp-counter-shape-3 {
    position: absolute;
    bottom: -50px;
    left: 0;
    z-index: -1;
}

.tp-counter-wrap {
    padding: 40px 0;
    height: 100%;
}

.tp-counter-item h4 {
    font-weight: 600;
    font-size: 40px;
    line-height: 50px;
    font-style: normal;
    margin-bottom: 5px;
}

.tp-counter-item p {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 0;
    margin-bottom: 0;
}

@-webkit-keyframes rotate2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes rotate2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-webkit-keyframes scale_up_down {
    0% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes scale_up_down {
    0% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes dash {
    to {
        stroke-dashoffset: 0px;
        stroke-dasharray: 3000
    }
}

@keyframes dash {
    to {
        stroke-dashoffset: 0px;
        stroke-dasharray: 3000
    }
}

@-webkit-keyframes tpupdown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

@keyframes tpupdown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

@-webkit-keyframes tpswing {
    0% {
        -webkit-transform: rotate(6deg);
        transform: rotate(6deg)
    }

    to {
        -webkit-transform: rotate(-6deg);
        transform: rotate(-6deg)
    }
}

@keyframes tpswing {
    0% {
        -webkit-transform: rotate(6deg);
        transform: rotate(6deg)
    }

    to {
        -webkit-transform: rotate(-6deg);
        transform: rotate(-6deg)
    }
}

@-webkit-keyframes tptranslateX2 {
    0% {
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px)
    }

    to {
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
}

@keyframes tptranslateX2 {
    0% {
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px)
    }

    to {
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
}

.tpupdown {
    -webkit-animation: tpupdown 1.8s infinite alternate;
    animation: tpupdown 1.8s infinite alternate;
}

.tptranslateX2 {
    -webkit-animation: tptranslateX2 4s infinite alternate;
    animation: tptranslateX2 4s infinite alternate;
}

.block-tl p {
    font-size: 18px;
    line-height: 28px;
}

.pd-feature-section {
    z-index: 2;
}

.pd-feature-list .items {
    margin: 0 0 30px;
}

.card-feature {
    padding: 40px;
    min-height: 280px;
    background: #fff;
    border: 1px solid #e9ebf1;
    position: relative;
    overflow: hidden;
    height: 100%;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-radius: 20px;
    text-align: center;
}

.card-feature:hover {
    -webkit-box-shadow: 0 8px 16px -2px rgba(32, 33, 36, .06), 0 16px 32px -2px rgba(32, 33, 36, .1);
    box-shadow: 0 8px 16px -2px rgba(32, 33, 36, .06), 0 16px 32px -2px rgba(32, 33, 36, .1);
}

.card-feature .iconbox {
    min-width: 80px;
    max-width: 80px;
    height: 80px;
    margin: 0 auto 40px;
    justify-content: center;
}

.tp-service-sm-content {
    margin-bottom: auto;
}

.tag-text {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    border: 1px solid rgba(32, 33, 36, .1);
    padding: 5px 15px;
    border-radius: 40px;
    margin-bottom: 10px;
}

.overlay-box {
    padding: 40px;
    background: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 40%;
    opacity: 0;
}

.card-feature:hover .overlay-box {
    top: 0;
    opacity: 1;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}

.card-feature .card-feature-head {
    margin-bottom: 20px;
}

.card-feature .card-feature-head .iconbox {
    margin: 0 20px 0 0;
}

.box_shape {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 140px;
    opacity: 0.3;
}

.feature-special-card.bg1 * {
    color: #fff;
}

.feature-special-card.bg1 .tag-text {
    border-color: #fff;
}

.feature-special-card.bg1 {
    border: 0;
    background: -webkit-linear-gradient(45deg, var(--primary-color), var(--secondory-color) 80%);
}

/*two-column-section*/
.column-2-inn.reversed {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.column-2-content {
    padding-right: 40px;
}

.reversed .column-2-content {
    padding-right: 0;
    padding-left: 40px;
}

.specific-block .card-serv-items {
    height: auto;
    background: rgba(255, 255, 255, 0.8);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    -webkit-box-shadow: 0 2px 5px rgba(1, 6, 20, .05);
    box-shadow: 0 2px 5px rgba(1, 6, 20, .05);
    border-radius: 15px;
}

.specific-block .card-serv-items h4 {
    display: block;
    color: var(--primary-color);
    padding: 0;
}

.specific-block .card-serv-items.active {
    background: -webkit-linear-gradient(45deg, var(--primary-color), var(--secondory-color) 80%);
}

.specific-block .card-serv-items.active h4 {
    color: #fff;
}

.specific-block .content-block {
    min-height: 380px;
}

.specific-block .content-block {
    background: #f7f9fb;
    -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.specific-block .gradiend-bg {
    left: auto;
    right: -40%;
    top: 0;
    bottom: 0;
    margin: auto;
}

.specific-block .gradiend-bg.left {
    left: -50%;
    right: auto;
}

.card-benefit-new {
    padding: 10px;
    position: relative;
    background: rgba(255, 255, 255, 0.5);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    -webkit-box-shadow: 0 1px 3px rgba(3, 8, 24, .1);
    box-shadow: 0 1px 3px rgba(3, 8, 24, .1);
    border-radius: 100px;
    height: 100%;
    min-width: 280px;
    max-width: 280px;
}

.card-benefit-new .iconbox {
    min-width: 54px;
    max-width: 54px;
    height: 54px;
    background: -webkit-linear-gradient(45deg, var(--primary-color), var(--secondory-color) 80%);
    border-radius: 50%;
    margin-right: 8px;
}

.card-benefit-new .iconbox img {
    max-width: 30px;
}

.card-benefit-new .textbox {
    padding-right: 20px;
}

.card-benefit-new h5 {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    margin: 0 0 5px;
}

.card-benefit-new p {
    font-size: 14px;
    line-height: 18px;
    color: #555;
}

.pd-benefit-list .items {
    padding: 10px;
}

.pd-benefit-list>.items {
    display: none;
}

.pd-benefit-list>.items:nth-child(1),
.pd-benefit-list>.items:nth-child(2),
.pd-benefit-list>.items:nth-child(3) {
    display: block;
}

.pd-benefit-list .slick-list {
    overflow: visible;
}

.benefit-slider-rtl .card-benefit-new {
    direction: ltr;
}

.card-relat-product {
    padding: 50px 24px;
    background: hsla(0, 0%, 100%, .3);
    mix-blend-mode: normal;
    border: 1px solid hsla(0, 0%, 100%, .2);
    -webkit-box-shadow: 0 30px 30px rgba(1, 10, 10, .1), inset 0 0 0.5px hsla(0, 0%, 100%, .25);
    box-shadow: 0 30px 30px rgba(1, 10, 10, .1), inset 0 0 0.5px hsla(0, 0%, 100%, .25);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    border-radius: 20px;
    position: relative;
    height: 280px;
    width: 100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.box_bg_shape {
    background: #f25022;
    border-radius: 20px;
    position: absolute;
    top: 0;
    left: 0;
    right: 20px;
    height: 99%;
    width: 100%;
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
    z-index: -1;
    -webkit-transition: all .8s cubic-bezier(.075, .82, .165, 1) 0s;
    -o-transition: all .8s cubic-bezier(.075, .82, .165, 1) 0s;
    transition: all .8s cubic-bezier(.075, .82, .165, 1) 0s;
    opacity: 0.8;
}

.box_bg_shape.color-2 {
    background: #80ba01;
}

.box_bg_shape.color-3 {
    background: #02a4ef;
}

.box_bg_shape.color-4 {
    background: #ffb902;
}

.card-relat-product .textbox {
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.card-relat-product .iconbox {
    min-width: 60px;
    max-width: 60px;
    height: 60px;
}

.card-relat-product h4 {
    font-size: 18px;
    line-height: 24px;
}

.card-relat-product .link {
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: var(--primary-color);
    padding-top: 5px;
    display: inline-block;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.tp-service-2__link i {
    margin-left: 10px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    position: relative;
    top: 2px;
}

.card-relat-product:hover .textbox {
    -webkit-transform: translateY(12px);
    -ms-transform: translateY(12px);
    transform: translateY(12px);
}

.card-relat-product:hover .link {
    opacity: 1;
    visibility: visible;
}

.card-relat-main:hover .box_bg_shape {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.faq-section-new .container {
    max-width: 910px;
}

/*Contact Section*/
.contact-section {
    z-index: 2;
}

.contact-section .bg-img {
    background-size: auto !important;
}

.contact-block {
    padding: 40px;
    background: hsla(0, 0%, 100%, .5);
    mix-blend-mode: normal;
    border: 1px solid hsla(0, 0%, 100%, .2);
    -webkit-box-shadow: 0 10px 30px rgba(1, 10, 10, .1), inset 0 0 0.5px hsla(0, 0%, 100%, .25);
    box-shadow: 0 10px 30px rgba(1, 10, 10, .1), inset 0 0 0.5px hsla(0, 0%, 100%, .25);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
}

.contact-block .form-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.contact-block .input-field {
    padding: 0 10px;
    margin: 0 0 20px;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    min-width: 50%;
    max-width: 50%;
    position: relative;
}

.contact-block .input-field.full-width {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    min-width: 100%;
    max-width: 100%;
}

.contact-block .input-field input,
.contact-block .input-field textarea {
    padding: 0;
    border: 0;
    background: transparent;
    border-bottom: 1px solid #444;
    border-radius: 0;
}

.contact-block .input-field input:hover,
.contact-block .input-field input:focus,
.contact-block .input-field textarea:hover,
.contact-block .input-field textarea:focus {
    border-color: #003366;
}

.contact-block .selectbox {
    padding: 0;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #444;
    border-radius: 0;
}

.contact-block .selectbox select {
    padding-left: 0;
}

.file-input .label {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 15px;
}

.contact-block .input-field .file-input input[type="file"] {
    height: 40px;
}

.small-tl {
    display: inline-block;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.2em;
    color: #333;
    margin-bottom: 5px;
}

.prod-contact-inn .contact-info {
    padding-left: 40px;
    max-width: 620px;
}

.contact-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.contact-list .items {
    margin: 0 0 40px;
    width: 100%;
}

.card-contact {
    position: relative;
    padding-left: 70px;
}

.c_icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 50px;
    max-width: 50px;
    height: 50px;
    border: 1px solid var(--secondory-color);
    position: absolute;
    left: 0;
    top: 0;
    font-size: 32px;
    color: var(--secondory-color);
    border-radius: 50%;
}

.card-contact .lable {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #111;
    text-transform: uppercase;
    margin: 0 0 10px;
}

.card-contact p,
.c_link {
    display: block;
    font-size: 20px;
    line-height: 24px;
    color: var(--primary-color);
    font-weight: 600;
}

.c_link:hover {
    color: var(--secondory-color);
}

.c_link+.c_link {
    margin-top: 10px;
}

/*Global CTA Section*/
.global-cta-section .bg-img {
    opacity: 1;
    z-index: -1;
}

.global-cta-inn {
    padding: 40px;
    border-radius: 30px;
    z-index: 1;
    overflow: hidden;
}

.cta-imgbox {
    position: absolute;
    left: 10px;
    bottom: 0px;
    max-width: 220px;
}

.global-cta-inn p {
    font-size: 20px;
    line-height: 28px;
    color: rgba(255, 255, 255, 0.7);
    margin: 0 0 10px;
}

.global-cta-inn .btnbox {
    margin: 0 -10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.global-cta-inn .btnbox .btn {
    margin: 5px 10px;
    min-width: 200px;
}

/*About New Design*/
.banner-new-section:before {
    display: block;
    content: "";
    background: #fff;
    height: 340px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.banner-new-section .container {
    max-width: 1040px;
}

.inner-caption * {
    color: #fff;
}

.small-cap-title {
    font-size: 18px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 0 0 10px;
}

.inner-caption p {
    font-size: 20px;
    line-height: 1.6;
}

.cap-imgbox-inn {
    padding: 30px;
    width: 100%;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid hsla(0, 0%, 100%, .14);
    -webkit-filter: drop-shadow(0 30px 50px rgba(1, 6, 20, .12));
    filter: drop-shadow(0 30px 50px rgba(1, 6, 20, .12));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    -webkit-box-shadow: 0 30px 50px rgba(1, 6, 20, .12);
    box-shadow: 0 30px 50px rgba(1, 6, 20, .12);
    border-radius: 20px;
    margin: 0 auto;
}

.cap-imgbox img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    max-height: 560px;
    border-radius: 20px;
}

.prod-contact-section .upload-filebox .wpcf7-form-control {
    padding: 0;
    border-bottom: 0;
    height: inherit;
}

.miss-about .block-tl {
    border-bottom: 1px solid #999999;
    padding-bottom: 25px;
    margin: 0 0 25px;
}

.miss-about .block-tl .left-block {
    padding-left: 0;
}

.miss-about .block-tl .right-block {
    padding-right: 0;
}

/* Related Services */
.related-services .card-relat-product {
    background: -o-linear-gradient(225deg, #67e5b6, #004e47);
    background: linear-gradient(225deg, #67e5b6, #004e47);
    mix-blend-mode: inherit;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
}

.related-services .card-relat-product .iconbox {
    margin: 0 auto;
}

.related-services .card-relat-product h4 {
    color: #fff;
}

.related-services .card-relat-product p {
    color: #fff;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    opacity: 0.85;
    margin: 0 0 15px;
}

.related-services .card-relat-product .link {
    color: #fff;
}

.event-section {
    overflow: hidden;
}

/*Front Hero Banner*/
.front-hero {
    overflow: hidden;
}

.front-hero .gradiend-bg {
    right: auto;
}

.prod-hero-caption {
    z-index: 2;
}

.front-hero .prod-ban-imgbox {
    margin: 0 -80px;
}

.solution-home {
    overflow: hidden;
}

/* BPO Product Detail */
.bpo-product-main .feature-special-card.bg1,
.bpo-product-main .specific-block .card-serv-items.active {
    background: -webkit-linear-gradient(45deg, #000, var(--primary-color) 80%);
}

.bpo-product-main .card-benefit-new .iconbox {
    background: var(--primary-color);
}

.bpo-product-main .related-services .card-relat-product {
    background: -o-linear-gradient(225deg, var(--primary-color), #000000);
    background: linear-gradient(225deg, var(--primary-color), #000000);
}

.slick-slider {
    touch-action: auto;
    -ms-touch-action: auto;
}

.job-section .block-title p b {
    font-size: 20px;
}

.contact-form-block .post-name input {
    pointer-events: none;
}

.two-column-inner .full-with {
    padding-top: 0;
}

.two-column-inner .col-lg-6+.full-with {
    padding-top: 40px;
}

.two-column-inner .imgbox img {
    width: 100%;
    display: block;
}

.service-form .wpcf7-not-valid-tip {
    position: absolute;
    font-size: 13px;
}

.service-form .wpcf7 form .wpcf7-response-output {
    margin: 20px 10px 0;
    position: absolute;
    left: 0;
    right: 0;
    background: #fff;
    font-size: 13px;
}

.page-template-tpl-it-blog .card-post {
    border: 1px dashed var(--secondory-color);
}

.page-template-tpl-bpo-services h2 strong,
.page-template-tpl-bpo-services .h2 strong,
.single-bpo-product h2 strong,
.single-bpo-product .h2 strong {
    background: -webkit-linear-gradient(45deg, #000, var(--primary-color) 40%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.column-2-section .coll-imgbox {
    margin-right: 20px;
}

.column-2-section .coll-imgbox>img {
    border-radius: 20px;
}

.icon_one {
    min-width: 85px;
    max-width: 85px;
    height: 85px;
    background: #fff;
    border-radius: 10px;
    padding: 16px;
    box-shadow: 3px 3px 20px rgb(0 0 0 / 15%);
    position: absolute;
    right: -30px;
    bottom: 60px;
    margin: auto;
}

.icon_one.bottom {
    right: auto;
    bottom: -30px;
    left: 80px;
}

.addons-page-blocks .two-column-inner .imgbox img,
.addons-page-blocks .two-column-inner .entry-content img {
    background: #fff;
    border-radius: 20px;
    padding: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.page-search .search-input {
    padding-right: 40px;
    height: 44px;
    background: #fff;
}

.card-post.card-cs {
    padding: 0;
    border: 1px solid #e9ebf1;
    text-align: center;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.card-post.card-cs:hover {
    -webkit-box-shadow: 0 8px 16px -2px rgba(32, 33, 36, .06), 0 16px 32px -2px rgba(32, 33, 36, .1);
    box-shadow: 0 8px 16px -2px rgba(32, 33, 36, .06), 0 16px 32px -2px rgba(32, 33, 36, .1);
}

.card-cs .post-textbox {
    padding: 20px;
}

.card-cs .btnbox {
    padding: 0 20px 20px;
}

.card-cs .post-textbox p {
    font-size: 18px;
}

.content-spec-box {
    padding: 40px;
    background: #fff;
    -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.card-webinar.card-cs {
    text-align: left;
}

.card-webinar.card-cs .post-textbox p {
    font-size: 16px;
}

.video_btn {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    font-size: 50px;
    line-height: normal;
    color: var(--secondory-color);
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.2);
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

a:hover .video_btn {
    background: rgb(0, 0, 0, 0.5);
}

.card-cs .post-imgbox {
    height: auto;
    padding-bottom: 56.66%;
    -webkit-border-radius: 10px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius: 10px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    border-radius: 10px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.card-cs .post-imgbox img {
    position: absolute;
}

.card-ebook {
    padding: 30px;
    border: 1px solid #e9ebf1;
    position: relative;
    flex-direction: column;
    height: 100%;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.card-ebook:hover {
    -webkit-box-shadow: 0 8px 16px -2px rgba(32, 33, 36, .06), 0 16px 32px -2px rgba(32, 33, 36, .1);
    box-shadow: 0 8px 16px -2px rgba(32, 33, 36, .06), 0 16px 32px -2px rgba(32, 33, 36, .1);
}

.card-ebook h4 {
    font-size: 20px;
}

.ebook-imgbox {
    padding: 10px;
    background: #f0f3f4;
    height: 280px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.ebook-imgbox img {
    max-height: 90%;
    object-fit: contain;
}

/* */
.ultimate-ebook_block {
    position: absolute;
    top: 40px;
    bottom: 0;
    left: -2px;
    right: 0;
    padding: 3px 18px;
}

.ultimate-ebook-content+.ultimate-ebook-content {
    margin-top: 50px;
    border-top: 1px dashed #000;
    padding-top: 50px;
    position: relative;
}

.ultimate-ebook-content .imgbox {
    width: 40px;
    height: 40px;
    margin-right: 15px;
    background: -webkit-linear-gradient(45deg, var(--primary-color), var(--secondory-color) 80%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    min-width: 40px;
    min-height: 40px;
}

.ultimate-ebook-content .imgbox img {
    margin-top: -10px;
    margin-right: -10px;
    width: 32px;
    height: 32px;
}

.ultimate-ebook-imgbox .imgbox {
    width: 100%;
    height: 417px;
    margin: auto;
}

.ultimate-ebook-imgbox .imgbox img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ultimate-ebook-content p {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
}

.ultimate-ebook-inn .left-block {
    padding-right: 40px;
}

.ultimate-ebook-inn .right-block {
    padding-left: 40px;
}

.implement-two-coll .column-2-inn+.column-2-inn {
    padding-top: 60px;
}

.implementation-features {
    overflow: hidden;
}

/*Post Detail*/
.post-banner-section {
    overflow: hidden;
}

.post-banner-imgbox img {
    display: block;
    width: 100%;
    height: auto;
}

.detail-sticky-block {
    align-items: flex-start;
}

.box-cover {
    min-width: 25%;
    max-width: 25%;
    position: sticky;
    left: 0;
    top: 80px;
    z-index: 4;
    padding-right: 40px;
}

.sidebar-topics-ul ul {
    margin: 0 0 20px;
    padding: 0;
}

.sidebar-topics-ul ul>li {
    margin: 0 0 15px;
    padding: 0 0 0 30px;
    list-style: none;
    font-size: 18px;
    line-height: 24px;
    color: #333;
    position: relative;
}

.sidebar-topics-ul ul>li:before {
    display: block;
    content: "";
    width: 16px;
    height: 16px;
    background: #eee;
    border: 1px solid #ccc;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 4px;
    z-index: 1;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.sidebar-topics-ul ul>li:after {
    display: block;
    content: "";
    width: 2px;
    background: #eee;
    position: absolute;
    left: 7px;
    top: 4px;
    height: calc(100% + 15px);
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.sidebar-topics-ul ul>li:last-child:after {
    display: none;
}

.sidebar-topics-ul ul>li.active:before {
    border: 0;
    background: -webkit-linear-gradient(45deg, var(--primary-color), var(--secondory-color) 80%);
}

.sidebar-topics-ul ul>li.active:after {
    background: -webkit-linear-gradient(45deg, var(--primary-color), var(--secondory-color) 80%);
}

.sidebar-topics-ul ul li a {
    padding: 0;
    display: inline-block;
    color: #000;
}

.sidebar-topics-ul ul ul {
    margin: 10px 0 0;
}

.sidebar-topics-ul ul ul li {
    font-size: 15px;
    line-height: 1.4;
    margin: 0 0 7px;
    padding: 0;
}

.sidebar-topics-ul ul ul li:before,
.sidebar-topics-ul ul ul li:after {
    display: none;
}

.job-detail .career-card {
    padding: 50px;
}

.job-detail .career-card .textbox .btn {
    padding: 14px 24px;
    font-size: 16px;
    height: 50px;
}

.job-detail .career-card .input-field p {
    margin-bottom: 0;
}

.location-items .view_map {
    position: absolute;
    right: 20px;
    bottom: 20px;
    font-size: 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.location-items .view_map:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 1px;
    background: #fff;
    transition: all 0.3s ease;
}

.location-items .view_map i {
    margin-left: 5px;
    font-size: 18px;
}

.resp-tab-item.resp-tab-active .view_map .la-arrow-down:before,
.resp-accordion.resp-tab-active .view_map .la-arrow-down:before {
    content: "\f062";
}

.resp-tab-item.resp-tab-active .location-items .view_map:after,
.resp-accordion.resp-tab-active .location-items .view_map:after {
    width: 100%;
}

/* Author */
.author-page {
    overflow: hidden;
}

.author-page .gradiend-bg {
    opacity: 0.3;
}

.author-box {
    background: #fff;
    padding: 35px 30px;
    border: 1px solid #e9ebf1;
    text-align: center;
    margin-bottom: 15px;
    position: relative;
    border-radius: 20px;
}

.author-photo {
    min-width: 140px;
    max-width: 140px;
    height: 140px;
    border-radius: 50%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto 10px;
    border: 2px solid rgb(36 54 102 / 30%);
}

.author-photo img {
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}

.author-box span {
    font-size: 15px;
}

.author-block .f-social-block {
    justify-content: center;
}

.author-block .social-icons li {
    font-weight: 400;
    text-align: center;
    position: relative;
    margin: 0;
    padding: 0;
}

.author-block .social-icons li+li {
    margin-left: 8px;
}

.author-block .social-icons li:before {
    display: none;
}

.author-block .social-icons li a {
    width: 40px;
    height: 40px;
    font-size: 18px;
    color: #fff;
    background: var(--primary-color);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.author-block .social-icons li:nth-child(1) a:hover {
    background: rgb(23, 115, 234);
    color: #fff;
}

.author-block .social-icons li:nth-child(2) a:hover {
    background: rgb(23, 115, 234);
    color: #fff;
}

.author-block .social-icons li:nth-child(3) a:hover {
    background: red;
    color: #fff;
}

.author-block .social-icons li:nth-child(4) a:hover {
    background: -o-linear-gradient(305deg, rgb(52, 80, 247) 0%, rgb(228, 21, 134) 54%, rgb(246, 199, 97) 90%);
    background: linear-gradient(145deg, rgb(52, 80, 247) 0%, rgb(228, 21, 134) 54%, rgb(246, 199, 97) 90%);
    color: #fff;
}

.author-block .social-icons li:nth-child(5) a:hover {
    background: #00cbff;
    color: #fff;
}

.author-info .author_info_box .date {
    color: #777;
}

.linkedin-feeds .btnbox .btn:focus {
    background: var(--primary-color);
}

.service-features-section .tp-service-sm-title {
    font-size: 22px;
}

.implementation-features .features-flex {
    justify-content: center;
}

.addons-extra .content-spec-box {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.footer-inn .f-links .widget.widget_nav_menu+.widget.widget_nav_menu {
    margin-top: 15px;
}

.dwld-form-block .selectbox {
    background: none;
    border: none;
    border-radius: 0;
}

.dwld-form-block .selectbox:after {
    width: 16px;
    height: 10px;
    top: 20px;
    right: 12px;
    margin: auto;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dwld-form-block .selectbox select {
    position: relative;
    background: #f5f5f5;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    cursor: pointer;
}

/* How It Work */
.how-it-work-list .items {
    padding-top: 15px;
    padding-bottom: 15px;
}

.how-it-work-box {
    padding: 15px;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    border: 1px solid #000;
    border-radius: 15px;
}

.how-it-work-box:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    height: 50%;
    background: -webkit-linear-gradient(45deg, var(--secondory-color), var(--primary-color) 80%);
    opacity: 0;
    border-radius: 50%;
    margin: auto;
    transform: scale(0);
    z-index: -1;
}

.how-it-work-box:hover:before {
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    opacity: 0.2;
    transform: scale(1);
}

.how-it-work-content h3 {
    background: -webkit-linear-gradient(45deg, var(--primary-color), var(--secondory-color) 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    font-size: 22px;
    margin-bottom: 30px;
}

.how-it-work-content {
    text-align: center;
}

.page-template-tpl-how-it-work .miss-inner .iconbox {
    display: none;
}

.page-template-tpl-how-it-work .miss-inner .textarea h3 {
    text-align: center;
}

.page-template-tpl-how-it-work .miss-inner .card-mission {
    padding: 40px;
}

.page-template-tpl-how-it-work .miss-inner .textarea p {
    text-align: justify;
}

.postid-2306 .specifications .extra-content-bpo-layout-2,
.postid-2306 .specifications .specifications-flex {
    padding: 0;
}

.postid-1573 .specifications .extra-content-bpo-layout-2,
.postid-1573 .specifications .specifications-flex {
    padding: 0;
}

.blog-video-main {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 20px;
}

.blog-video-main .blog-video-block {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}




/*==========================================
===============:: MEDIA CSS ::==============
============================================*/
@media screen and (max-width:1499px) {
    .max-container {
        max-width: 1270px;
        padding: 0 20px;
    }

    .container {
        max-width: 1140px;
    }

    .head-social-icons {
        margin-left: 15px;
        padding: 0 0 0 10px;
    }

    .map_block {
        margin: 30px 0 0 -20px;
        min-width: 560px;
        max-width: 560px;
    }
}

/* iPad 1024px View */
@media screen and (max-width:1199px) {

    .container,
    .max-container {
        width: 100%;
        max-width: 100%;
        padding: 0 20px;
    }

    .ptb-100 {
        padding: 80px 0;
    }

    .ptb-80,
    .ptb-90 {
        padding: 60px 0;
    }

    .ptb-60 {
        padding: 40px 0;
    }

    h1,
    .h1 {
        font-size: 34px;
        line-height: 1.2;
    }

    h2,
    .h2 {
        font-size: 24px;
        line-height: 34px;
        margin: 0 0 15px;
    }

    h3 {
        font-size: 22px;
        line-height: 28px;
    }

    h4 {
        font-size: 20px;
        line-height: 24px;
    }

    h5 {
        font-size: 16px;
        line-height: 24px;
    }

    p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    ul li,
    ol li {
        font-size: 16px;
        line-height: 24px;
    }

    blockquote {
        padding: 10px 20px;
        font-size: 18px;
        line-height: 1.3;
    }

    .block-title {
        margin-bottom: 20px;
    }

    .block-title h2:not(.h1) br {
        display: none;
    }

    /*Header and banner*/
    .header-nav {
        display: none !important;
    }

    .mobi-iconbox {
        display: block;
    }

    .header-inner,
    .navbar_fixed .header-inner {
        height: 80px;
    }

    .site-logo {
        width: 200px;
    }

    .header-right {
        margin: 0 40px 0 0;
    }

    .head-social-icons {
        margin-left: 15px;
        padding: 0;
        border: 0;
    }

    .head-btnbox {
        margin-left: 20px;
    }

    .hero-banner-inner {
        padding: 0;
    }

    .caption {
        min-width: 460px;
        max-width: 460px;
    }

    .hero-title {
        margin-bottom: 15px;
    }

    .caption .h1 {
        font-size: 32px;
        line-height: 40px;
    }

    .caption p {
        font-size: 16px;
        line-height: 24px;
    }

    .home-banner .items {
        padding: 0;
        height: 540px;
    }

    .abt-imgbox {
        width: 400px;
        height: 400px;
        margin: 0 auto;
    }

    .abt-section .bg-img {
        width: 35%;
    }

    .count-number {
        font-size: 28px;
    }

    .count-box p {
        font-size: 14px;
        line-height: 20px;
    }

    .card-solution .sol-tlbox h5 br {
        display: none;
    }

    .cta-small-box {
        padding: 30px 20px;
        min-width: 220px;
        margin: 0 10px;
    }

    .hero_srollbar {
        bottom: 20px;
    }

    .f-contact li {
        font-size: 15px;
        line-height: 22px;
    }

    .map_block {
        padding-right: 0;
        min-width: 480px;
        max-width: 480px;
    }

    .location.locat_1 {
        left: 65%;
        top: 44%;
    }

    .location.locat_2 {
        left: 59%;
        top: 38%;
    }

    .banner-caption-inner .left-block {
        padding-right: 15px;
    }

    .mission-inner {
        margin: 0 -20px;
    }

    .mission-inner .items {
        padding: 0 20px;
    }

    .tab-boxes-content {
        padding: 40px;
    }

    .card-award {
        padding: 10px 20px 20px;
    }

    .small-title {
        padding: 10px 20px;
        font-size: 16px;
        border-radius: 8px;
    }

    .bpo-service .bpo-service-card .textbox h5,
    .bpo-service .bpo-service-card .textbox h5 a {
        font-size: 18px;
    }

    .contact-main-block {
        padding-left: 20px;
    }

    .contact-form_block {
        padding: 30px;
    }

    .sigma_dots {
        top: -30px;
        left: -60px;
    }

    .timebox {
        padding: 30px;
    }

    .map_block-contact {
        height: 280px;
    }

    .appointment-block .left-block {
        padding: 40px;
    }

    .appointment-block .form-inner {
        margin: 0 -10px;
    }

    .appointment-block .input-field {
        padding: 0 10px;
    }

    .location-list {
        margin: 0 -10px;
    }

    .location-list .items {
        padding: 10px;
    }

    .two-column-inner .textbox {
        padding-left: 10px;
    }

    .cta-inner {
        min-width: 250px;
    }

    .service-form .midd-block .imgbox {
        position: relative;
        bottom: -65px;
    }

    /* Hiring Section */
    .hiring-card {
        min-width: 180px;
        max-width: 180px;
        height: 180px;
    }

    .hiring-card .iconbox {
        min-width: 60px;
        max-width: 60px;
        height: 60px;
    }

    .career-info {
        display: block !important;
    }

    .career-info li+li {
        margin-left: 0;
        margin-top: 5px;
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column.mega-left-mega ul.mega-sub-menu .mega-menu-item,
    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column.mega-right-mega ul.mega-sub-menu .mega-menu-item {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item.widget_media_image .image {
        left: 20px !important;
        top: 22px;
    }

    /* Our values Section */
    .our-values-flex .work-items:nth-child(1),
    .our-values-flex .work-items:nth-child(6) {
        width: 33.33%;
        min-width: 33.33%;
    }

    .our-values-flex .work-items:nth-child(2),
    .our-values-flex .work-items:nth-child(3),
    .our-values-flex .work-items:nth-child(4),
    .our-values-flex .work-items:nth-child(5) {
        width: 33.33%;
        min-width: 33.33%;
    }

    .values-card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .our-values-flex .work-items:nth-child(2) .values-card .textbox,
    .our-values-flex .work-items:nth-child(3) .values-card .textbox,
    .our-values-flex .work-items:nth-child(4) .values-card .textbox,
    .our-values-flex .work-items:nth-child(5) .values-card .textbox {
        margin-top: 30px;
        margin-left: 0;
    }

    .our-values-section .middle-block {
        max-width: 346px;
    }

    .our-values-section .middle-block h2 {
        font-size: 38px;
        line-height: 42px;
        margin-bottom: 10px;
    }

    .middle-block p {
        letter-spacing: 3px;
        font-size: 14px;
    }

    /* Product Detail Page */
    .product-detail-form .right-block {
        margin-top: -100px;
    }

    .features-card .textbox h5 {
        font-size: 18px;
        line-height: 1.4;
    }

    .benefits_card {
        padding: 20px;
    }

    /* Value Section */
    .value-flex .value-card .hover-text {
        min-width: 240px;
        max-width: 240px;
        height: 240px;
        outline-offset: 20px;
    }

    .value-flex .default-text {
        max-width: 280px;
        min-width: 280px;
    }

    .value-flex .left-side .value-card:nth-child(2) .default-text {
        margin-left: 0;
    }

    .value-flex .items .value-card+.value-card {
        margin-top: 40px;
    }

    .value-flex .default-text-inn .title {
        font-size: 16px;
        padding: 16px 12px;
    }

    .value-flex .right-side .value-card:nth-child(2) .default-text {
        margin-right: 0;
    }

    .value-flex .left-side .default-text {
        margin-left: auto;
    }

    .value-flex .default-text-inn .arrow {
        width: 22px;
        height: 22px;
    }

    .value-flex .default-text .default-text-inn .icon {
        min-width: 40px;
        max-width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .prod-hero-caption .h2 {
        font-size: 32px;
        line-height: 40px;
    }

    .prod-hero-caption p {
        font-size: 16px;
        line-height: 24px;
    }

    .tp-counter-item h4 {
        font-size: 32px;
        line-height: 40px;
    }

    .tp-counter-item p {
        font-size: 14px;
    }

    .card-feature,
    .overlay-box {
        padding: 30px;
    }

    .specific-section .content-textarea {
        padding: 40px;
    }

    .block-tl p {
        font-size: 16px;
        line-height: 24px;
    }

    .related-prod-list {
        margin: 0;
    }

    .prod-contact-inn .contact-info {
        padding-left: 0;
        max-width: 100%;
    }

    .column-2-content {
        padding-right: 20px;
    }

    .reversed .column-2-content {
        padding-right: 0;
        padding-left: 20px;
    }

    .event-flex .items .imgbox {
        min-height: 280px;
    }

    .solution-home {
        overflow: hidden;
    }

    .card-whychoose .numb-text {
        margin-right: 15px;
        min-width: 50px;
        max-width: 50px;
        height: 50px;
    }

    .arrow_3 {
        width: 21px;
        top: 17px;
    }

    .map_block {
        min-width: 400px;
        max-width: 400px;
        margin: 30px 0 0 -10px;
    }

    .f-bottom-inner {
        padding: 30px 70px;
    }

    .contact-main-block {
        padding-top: 30px;
    }

    /**/
    .ultimate-ebook_block {
        top: 36px;
        left: -1px;
    }

    .ultimate-ebook-imgbox .imgbox {
        height: 354px;
    }

    .box-cover {
        padding-right: 20px;
    }

    .sidebar-topics-ul ul>li {
        font-size: 16px;
        line-height: 22px;
    }

    .job-detail .career-card {
        padding: 35px;
    }


}

/* iPad 768px view*/
@media screen and (max-width:991px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .ptb-160 {
        padding: 120px 0;
    }

    .ptb-120 {
        padding: 60px 0;
    }

    .ptb-100,
    .ptb-80,
    .ptb-60 {
        padding: 40px 0;
    }

    .mb-60 {
        margin-bottom: 40px !important;
    }

    .tl-bg {
        font-size: 80px;
    }

    .block-title p br {
        display: none;
    }

    img.alignleft,
    img.alignright,
    img.alignnone,
    iframe,
    iframe.alignleft,
    iframe.alignright,
    iframe.iframe-embed.alignright {
        float: none;
        max-width: 100%;
        margin: 0 0 20px;
        width: 100%;
    }

    /*Header and banner*/
    .home-banner .items {
        height: 460px;
    }

    .caption {
        min-width: 400px;
        max-width: 400px;
    }

    .abt-section .bg-img {
        width: 32%;
    }

    .content-textarea {
        padding: 40px;
    }

    .serv-slider .slick-dots,
    .solution-slider .slick-dots {
        bottom: -15px;
    }

    .card-port {
        padding: 0 40px;
    }

    .card-port img {
        max-width: 100%;
    }

    .why-choose-block.ptb-80,
    .why-choose-block .container {
        padding: 0;
    }

    .why-choose-list {
        margin: 0;
    }

    .why-choose-list .items {
        padding: 40px;
        border-left: 1px solid rgba(0, 0, 0, 0.3);
        border-top: 1px solid rgba(0, 0, 0, 0.3);
    }

    .why-choose-list .items:nth-child(1),
    .why-choose-list .items:nth-child(3) {
        border-left: 0;
    }

    .arrow_3 {
        right: -20px;
    }

    .counter-block .items {
        padding: 0 20px;
    }

    .card-counter {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }

    .card-counter .textbox {
        padding: 0;
        min-width: 100%;
    }

    .f-logo>a {
        max-width: 200px;
        display: block;
        margin: 0 auto;
    }

    .social-icon.ptb-40 {
        padding: 30px 0 !important;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .f-bottom-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }

    .f-bottom-inner .left-block {
        min-width: 100%;
    }

    .footer-bottom .right-block {
        min-width: 100%;
        max-width: 100%;
        padding: 20px 0 0;
        text-align: center !important;
    }

    .fb-link {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .footer-inn {
        padding: 60px 0;
    }

    .map_block {
        min-width: 480px;
        max-width: 480px;
        margin: 0 auto 40px;
    }

    .card-mission {
        padding: 50px 40px 30px;
    }

    .team_modal .client-info h3 {
        margin: 0 0 10px;
    }

    .bpo-service .service-flex:before {
        display: none;
    }

    .bpo-service .service-flex:after {
        left: 50%;
    }

    .card-counter .iconbox {
        margin-right: 0;
    }

    .count-number {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 5px 0;
    }

    .internal-banner .page-breadcrumb {
        padding: 10px 16px;
    }

    .pagination-single {
        padding: 20px 0;
    }

    .internal-banner {
        min-height: 240px;
    }

    .team_modal .modal-dialog {
        max-width: 680px;
    }

    .services .block-title {
        margin-bottom: 40px;
    }

    .appointment-block .input-field {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        min-width: 100%;
        max-width: 100%;
        margin-bottom: 16px;
    }

    .right-block-imgbox {
        min-width: 320px;
        max-width: 320px;
    }

    .appointment-block .left-block h3 {
        margin: 0 0 20px;
    }

    .direct-book-block .cta-btn {
        padding: 13px 20px 10px;
        min-height: 70px;
        min-width: 140px;
        font-size: 18px;
    }

    .location-items {
        min-height: 200px;
    }

    .location-items p,
    .location-items p strong {
        font-size: 16px;
        line-height: 1.6;
    }

    .location-items p strong {
        font-size: 18px;
    }

    .service-form .midd-block .imgbox {
        position: relative;
        bottom: 0;
    }

    .service-form .left-block {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .service-form .midd-block {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .service-form .right-block {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .service-form .form-block h4 {
        font-size: 24px;
        margin: 0 0 25px;
    }

    .service-form .midd-block .imgbox {
        bottom: 0;
        margin-left: 0;
        margin-top: 20px;
    }

    .cta-inner {
        margin-top: 30px;
    }

    .two-column-inner {
        padding-top: 0;
    }

    .two-column-inner .textbox {
        padding-left: 0;
    }

    /* Hiring Section */
    .arrow-shape {
        top: -30px;
    }

    .hiring-section .block-title {
        padding-bottom: 10px;
    }

    .hiring-process .items:nth-child(even) .arrow-shape {
        bottom: -30px;
    }

    .hiring-process .items {
        min-width: 18.5%;
        max-width: 18.5%;
        -ms-flex-preferred-size: 18.5%;
        flex-basis: 18.5%;
    }

    .hiring-card {
        min-width: 132px;
        max-width: 132px;
        height: 132px;
    }

    .hiring-card .iconbox {
        min-width: 44px;
        max-width: 44px;
        height: 44px;
        margin: 0 auto 10px;
    }

    .hiring-card h5 {
        line-height: 1.4;
        font-size: 14px;
    }

    .career-modal .modal-dialog {
        max-width: 100%;
        min-width: 100%;
    }

    .career-modal .modal-dialog {
        max-width: 100%;
        min-width: 100%;
        padding: 0 25px;
    }

    .job-list .items {
        padding: 10px 15px;
    }

    .career-card {
        padding: 25px;
    }

    .career-card .iconbox {
        min-width: 70px;
        max-width: 70px;
        height: 70px;
        margin-right: 15px;
    }

    /* Product Listing */
    .product-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -15px;
    }

    /* Our values Section */
    .our-values-flex {
        margin-top: 40px;
    }

    .our-values-flex .work-items:nth-child(2),
    .our-values-flex .work-items:nth-child(3) {
        margin-bottom: 0;
    }

    .our-values-flex .work-items:nth-child(1),
    .our-values-flex .work-items:nth-child(6) {
        width: 50%;
        min-width: 50%;
    }

    .our-values-flex .work-items:nth-child(2),
    .our-values-flex .work-items:nth-child(3),
    .our-values-flex .work-items:nth-child(4),
    .our-values-flex .work-items:nth-child(5) {
        width: 50%;
        min-width: 50%;
    }

    .our-values-flex .work-items:nth-child(6) {
        margin-top: 0;
    }

    .work-title-block {
        padding: 80px 0;
    }

    .our-values-section .middle-block {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .values-card {
        -webkit-clip-path: polygon(100% 0, 100% 85%, 85% 100%, 0 100%, 0 0);
        clip-path: polygon(100% 0, 100% 85%, 85% 100%, 0 100%, 0 0);
    }

    .our-values-flex .work-items:nth-child(6) .values-card {
        -webkit-clip-path: polygon(100% 0, 100% 85%, 85% 100%, 0 100%, 0 0);
        clip-path: polygon(100% 0, 100% 85%, 85% 100%, 0 100%, 0 0);
    }

    /* Product Detail Page */
    .product-detail-form .form-block {
        padding: 35px;
    }

    .block-title.ipad_view {
        text-align: center;
    }

    .block-title.ipad_view .btnbox {
        display: none;
    }

    .block-title.ipad_view .subtitle {
        padding: 0;
    }

    .block-title.ipad_view .subtitle:before {
        display: none;
    }

    .benefits_flex .btnbox.ipad_view {
        display: block;
    }

    .specific-card .acc_title {
        padding: 15px 45px 15px 20px;
        font-size: 17px;
    }

    .specific-card .content-box {
        padding: 16px 20px 20px;
    }

    .faq-card .acc_title {
        font-size: 18px;
    }

    .faq-flex .imgbox {
        padding: 0;
    }

    .related-products {
        overflow: hidden;
    }

    /* Value Section */
    .value-flex .value-card .hover-text {
        min-width: 200px;
        max-width: 200px;
        height: 200px;
        padding: 30px;
    }

    .value-flex .default-text {
        max-width: 225px;
        min-width: 225px;
    }

    .value-flex .default-text-inn .title {
        max-width: inherit;
        padding: 16px 40px;
        line-height: 1.2;
    }

    .value-flex .items .value-card+.value-card {
        margin-top: 30px;
    }

    .value-flex .value-card .hover-text p {
        font-size: 15px;
    }

    .value-flex .value-card .hover-text h5 {
        margin: 0 0 8px;
    }

    .value-section .block-title {
        margin-bottom: 0;
    }

    .value-flex .default-text-inn .arrow {
        right: 10px;
    }

    .value-flex .right-side .default-text-inn .arrow {
        left: 10px;
    }

    .tp-counter-area .max-container {
        padding: 0 5px;
    }

    .pd-feature-section {
        padding-bottom: 0;
    }

    .related-prod-list .sub-items {
        margin: 0 0 40px;
    }

    .faq-section-new .block-title {
        padding: 0;
    }

    .cta-imgbox {
        max-width: 140px;
    }

    .contact-block {
        padding: 30px 20px;
    }

    .card-contact p,
    .c_link {
        font-size: 18px;
    }

    .miss-flex .card-miss .miss-title h4 {
        font-size: 15px;
    }

    .miss-flex .card-miss .number {
        margin-right: 15px;
    }

    .mission-inner.miss-flex {
        margin: 0 -12px;
    }

    .mission-inner.miss-flex .items {
        padding: 8px;
    }

    .related-services .related-prod-list .sub-items {
        margin: 0 0 30px;
    }

    .front-hero .prod-hero-caption {
        text-align: center;
    }

    .front-hero .prod-ban-imgbox {
        margin: 0 -100px;
    }

    /**/
    .ultimate-ebook-inn .left-block {
        padding-right: 20px;
    }

    .ultimate-ebook-inn .right-block {
        padding-left: 20px;
    }

    .ultimate-ebook-content+.ultimate-ebook-content {
        margin-top: 30px;
        padding-top: 30px;
    }

    .ultimate-ebook-content .imgbox {
        width: 30px;
        height: 30px;
        margin-right: 12px;
        min-width: 30px;
        min-height: 30px;
    }

    .ultimate-ebook-content p {
        font-size: 16px;
    }

    .ultimate-ebook_block {
        top: 28px;
        padding: 3px 15px;
    }

    .ultimate-ebook-imgbox .imgbox {
        height: 262px;
    }

    .reversed .column-2-content {
        padding-left: 0;
    }


}

/* iPhone-6 plus 736 (Landscape) view */
@media screen and (max-width:767px) {
    body {
        -webkit-text-size-adjust: none;
    }

    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .ptb-160 {
        padding: 80px 0;
    }

    p {
        margin: 0 0 15px;
    }

    img.alignleft,
    img.alignright,
    img.alignnone,
    iframe,
    iframe.alignleft,
    iframe.alignright,
    iframe.iframe-embed.alignright {
        float: none;
        max-width: 100%;
        margin: 0 0 20px;
    }

    h2,
    .h2 {
        font-size: 24px;
        line-height: 28px;
        margin: 0 0 15px;
    }

    .scroll-sign {
        display: none;
    }

    .line_tl:before {
        margin-bottom: 20px;
    }

    /*Header and banner*/
    .mobile-menu-block {
        width: 85%;
        left: -105%;
    }

    .header-right {
        margin: 0 45px 0 0;
    }

    .head-btnbox,
    .head-social-icons {
        display: none !important;
    }

    .head-search .dropdown-menu {
        position: fixed !important;
        left: 0 !important;
        right: 0 !important;
        top: 80px !important;
        width: 100%;
        -webkit-transform: translate(0) !important;
        -ms-transform: translate(0) !important;
        transform: translate(0) !important;
        z-index: 99;
    }

    .navbar_fixed .head-search .dropdown-menu {
        display: none;
    }

    .append-search input {
        height: 40px;
        border-radius: 0;
        width: 100%;
        border: 0;
        background: #fff;
        color: #000;
    }

    .append-search .search-btn {
        height: 40px;
        width: 40px;
    }

    .head-search .hd-icon {
        top: 2px;
    }

    .caption {
        min-width: 340px;
        max-width: 340px;
    }

    .caption .h1 {
        font-size: 24px;
        line-height: 32px;
    }

    .caption p {
        font-size: 15px;
        line-height: 22px;
        margin: 0;
    }

    .home-banner .swiper-button-white,
    .hero_srollbar {
        display: none;
    }

    .caption .btnbox .btn {
        padding: 10px 15px;
        font-size: 14px;
    }

    .caption .more-link {
        margin-left: 10px;
        font-size: 14px;
    }

    .hero-pagination.swiper-pagination {
        top: auto;
        bottom: 20px;
        left: 0;
        right: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .hero-pagination .swiper-pagination-bullet {
        margin: 0;
    }

    .hero-pagination .swiper-pagination-bullet+.swiper-pagination-bullet {
        margin: 0 0 0 5px;
    }

    .abt-section .bg-img {
        display: none;
    }

    .block-title h2 br {
        display: none;
    }

    .abt-inner {
        padding: 0;
        border: 0;
    }

    .abt-inner>div {
        padding: 0;
    }

    .abt-inner .left-block {
        display: none;
    }

    .abt-imgbox {
        width: 280px;
        height: 280px;
        margin: 0 auto 20px;
    }

    .count-number {
        font-size: 32px;
        line-height: 40px;
    }

    .small-title {
        font-size: 14px;
    }

    .other-block .count-box {
        padding: 12px 10px;
        min-width: 180px;
    }

    .block-title .right-block {
        margin-top: 15px;
    }

    .serv-list {
        padding: 10px 0;
    }

    .solution-list {
        padding: 0;
    }

    .serv-slider .slick-dots,
    .solution-slider .slick-dots {
        bottom: -20px;
    }

    .testimonial-inn .block-title {
        padding: 0;
        margin: 0;
        text-align: center;
    }

    .front-blog-section .block-title .right-block {
        display: none !important;
    }

    .front-blog-section .bottom-btnbox {
        display: block;
    }

    .service-block .left-slide-block {
        min-width: 40px;
        max-width: 40px;
    }

    .card-serv-items {
        padding: 0;
        min-width: 60px;
        max-width: 60px;
        height: 60px;
        border-radius: 4px;
        margin: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .card-serv-items .iconbox img {
        display: block;
        margin: 0 auto;
    }

    .card-serv-items h4 {
        display: none;
    }

    .service-block.ptb-40 {
        padding: 0;
    }

    .service-block .right-block {
        min-width: calc(100% - 40px);
        max-width: calc(100% - 40px);
    }

    .content-textarea {
        padding: 40px 20px;
    }

    .content-block {
        min-height: inherit;
        margin: 0;
        padding-left: 20px;
    }

    .card-serv {
        padding: 30px;
    }

    .why-choose-list .items {
        padding: 30px 20px;
        min-width: 50%;
        max-width: 50%;
    }

    .whychoose-tl {
        padding: 0 0 10px;
        display: block !important;
    }

    .testi-sec-inn.ptb-80 {
        padding: 30px 10px;
        border: 3px solid var(--secondory-color);
    }

    .card-whychoose .numb-text {
        min-width: 40px;
        max-width: 40px;
        height: 40px;
        font-size: 16px;
        margin: 0 0 10px;
    }

    .card-whychoose h4 {
        font-size: 16px;
        line-height: 22px;
    }

    .card-whychoose p {
        font-size: 14px;
        line-height: 18px;
    }

    .arrow_3 {
        right: 0;
        top: 10px;
    }

    .testimonial-section .abt-inner .left-block {
        display: none;
    }

    .testi-sec-inn.ptb-60 {
        padding: 0;
    }

    .testimonial-slider .slick-dots {
        margin: 0;
        left: auto;
        right: 0;
    }

    .card-testi p {
        font-size: 17px;
        line-height: 24px;
    }

    .abt-inner .left-block {
        display: none;
    }

    .abt-section .block-title {
        text-align: center;
    }

    .abt-inner .line_tl:before {
        margin-left: auto;
    }

    .abt-box {
        text-align: center;
    }

    .counter-block {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .counter-block .items {
        padding: 20px 15px;
        min-width: 50%;
        max-width: 50%;
        border-left: 0 !important;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    }

    .counter-block .items:nth-child(odd) {
        border-right: 1px solid rgba(0, 0, 0, 0.2);
    }

    .counter-block .items:nth-child(1),
    .counter-block .items:nth-child(2) {
        border-top: 0;
    }

    .counter-block .items:nth-child(1),
    .counter-block .items:nth-child(3n) {
        border-left: 0;
    }

    .counter-block .items:last-child,
    .counter-block .items:nth-child(6) {
        border-bottom: 0;
    }

    .footer-inn {
        padding: 40px 0 20px;
        margin: 0;
    }

    .footer-inn .items+.items {
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        padding: 20px 0;
    }

    .footer .social-icon {
        padding: 20px 0 0 !important;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .f-logo>a {
        max-width: 220px;
        display: block;
        text-align: center;
        margin: 0 auto;
    }

    .testimonial-inn .custom-arrow {
        display: none !important;
    }

    .service-section .block-title,
    .front-blog-section .block-title {
        text-align: center;
    }

    .map_block {
        min-width: 380px;
        max-width: 380px;
        margin: 0 auto 40px;
    }

    .map_block>img {
        position: relative;
        left: -20px;
    }

    .location.locat_1 {
        left: 220px;
        top: 98px;
    }

    .location.locat_2 {
        left: 205px;
        top: 90px;
    }

    .locat_address {
        min-width: 280px;
        max-width: 280px;
    }

    .about-banner-section {
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .about-banner-section .full-block-img {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .about-banner-section>div {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .full-block-img {
        position: relative;
    }

    .full-block-img.left,
    .full-block-img.right {
        right: 0;
        left: 0;
        width: 100%;
    }

    .banner-caption-inner {
        min-height: inherit;
        padding: 30px 0;
    }

    .tab-boxes-content {
        padding: 30px;
        margin: 0 -10px;
    }

    .mission-inner {
        margin: 0;
    }

    .mission-inner .items {
        padding: 0;
    }

    .mission-inner .items+.items {
        margin-top: 30px;
    }

    .icon-small-block {
        padding: 30px 20px;
        background: rgba(0, 0, 0, 0.1);
    }

    .icon-small-block .iconbox {
        position: relative;
        margin: 0 auto 20px;
    }

    .icon-small-block+.icon-small-block {
        margin-top: 20px;
    }

    .tab-boxes {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding: 0 0 20px;
    }

    .tab-boxes li a {
        display: block;
        padding: 12px 10px;
        margin: 0 1px 0;
        height: 100%;
        font-size: 14px;
        line-height: 18px;
        text-align: center;
    }

    .tab-boxes h4 {
        font-size: 13px;
        line-height: 16px;
    }

    .locat_1 .locat_icon:before {
        top: -6px;
        left: 9px;
        width: 16px;
        height: 34px;
    }

    .locat_2 .locat_icon:after {
        top: -9px;
        left: 9px;
        width: 16px;
        height: 34px;
    }

    .serv-list .items:nth-child(1n) .card-serv {
        background: -webkit-linear-gradient(45deg, var(--primary-color), var(--primary-color) 80%);
    }

    .serv-list .items:nth-child(1n) .card-serv:hover {
        background: -webkit-linear-gradient(45deg, var(--primary-color), var(--primary-color) 80%);
    }

    .serv-list .items:nth-child(2n) .card-serv {
        background: -webkit-linear-gradient(45deg, var(--primary-color), var(--secondory-color) 80%);
    }

    .serv-list .items:nth-child(2n) .card-serv:hover {
        background: -webkit-linear-gradient(45deg, var(--primary-color), var(--primary-color) 80%);
    }

    .miss-inner .items+.items {
        margin-top: 40px;
    }

    .card-mission {
        padding: 50px 25px 25px;
    }

    .card-mission .iconbox {
        width: 70px;
        height: 70px;
        padding: 8px;
    }

    .team-card {
        display: block;
        text-align: center;
    }

    .team-card .imgbox {
        margin: 0 auto 25px;
    }

    .team-flex .items {
        padding: 20px 0;
    }

    .team-modal-body .modal_title {
        display: block !important;
    }

    .team_modal .modal_title .imgbox {
        min-width: inherit;
        max-width: 100%;
        margin-right: 0;
        border-radius: 10px 10px 0 0;
    }

    .team_modal .client-info {
        padding-left: 20px;
    }

    .team_modal .close.modal_close {
        top: -5px;
        right: -5px;
    }

    .bpo-service .service-flex:after {
        display: none;
    }

    .internal-banner .page-breadcrumb {
        padding: 13px 15px;
    }

    .counter-block .items:nth-child(5) {
        border-left: 0;
        border-right: 1px solid rgba(0, 0, 0, 0.2);
    }

    .post-list .items {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .content-detail-box p {
        text-align: justify;
    }

    .filter-search {
        display: block !important;
    }

    .filter-search .btnbox {
        padding: 0 10px !important;
    }

    .filter-search .label {
        margin: 0 0 10px;
    }

    .filter-flex {
        display: block !important;
    }

    .filter-flex .input-field {
        min-width: 100%;
        max-width: 100%;
        flex-basis: 100%;
    }

    .filter-selects .dropdown,
    .filter-search-input .input-search {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .filter-search .btnbox .btn {
        width: 100%;
    }

    .internal-banner {
        min-height: inherit;
    }

    .author-info .author_info_box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0 0 10px;
    }

    .author-info .author_info_box .post-view {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .comment-respond {
        padding: 25px;
    }

    .service-card .iconbox {
        min-width: 80px;
        max-width: 80px;
        height: 80px;
        padding: 15px;
    }

    .service-card {
        padding: 30px 25px 20px;
    }

    .service-card .btnbox {
        margin-right: -25px;
    }

    .service-card .textbox h5,
    .service-card .textbox h5 a {
        font-size: 18px;
    }

    .service-flex .items {
        padding: 25px 15px;
    }

    .testimbox-btn li .testi-btn {
        font-size: 16px;
        line-height: 1.4;
    }

    .testimbox-btn li+li {
        margin-left: 0;
    }

    .contact-main-block {
        padding-left: 0;
        padding-top: 30px;
    }

    .map_block-contact {
        height: 250px;
        border-radius: 10px;
        overflow: hidden;
    }

    .comment_modal .modal-dialog {
        margin: 15px;
    }

    .linkedin-feeds .items {
        padding: 10px 15px;
    }

    .direct-book-block {
        padding: 20px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .appointment-block {
        display: block !important;
    }

    .appointment-block .left-block {
        padding: 30px 25px;
    }

    .right-block-imgbox img {
        position: relative;
    }

    .right-block-imgbox {
        min-width: 100%;
        max-width: 100%;
    }

    .direct-book-block .cta-btn {
        min-height: inherit;
        margin: 10px 0;
        padding: 10px 20px;
    }

    .direct-book-block .tl {
        text-align: center;
    }

    .location-items {
        min-height: inherit;
        padding: 30px 25px 70px;
    }

    .bpo-service .service-flex .items {
        padding: 10px 15px;
    }

    .service-form .form-block {
        padding: 30px;
    }

    .service-form .midd-block {
        display: none;
    }

    .two-column-inner .textbox {
        padding-top: 15px;
    }

    .clip-path-box {
        height: 30px;
    }

    .clip-path-box+.clip-path-box {
        -webkit-transform: rotate(1.5deg);
        -ms-transform: rotate(1.5deg);
        transform: rotate(1.5deg);
    }

    .hiring-process .items {
        min-width: 100%;
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .hiring-process .items+.items {
        margin-top: 10px;
    }

    .arrow-shape {
        top: 0;
        right: -108px;
        left: auto;
        bottom: 0;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        height: 100%;
    }

    .hiring-process .items:nth-child(even) .arrow-shape {
        bottom: 0;
        right: auto;
        left: -108px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        background: url('../images/circle-arrow2.png') no-repeat center;
    }

    .hiring-card {
        min-width: 225px;
        max-width: 225px;
        height: 225px;
        margin: 0 auto;
    }

    .hiring-card .iconbox {
        min-width: 60px;
        max-width: 60px;
        height: 60px;
        margin: 0 auto 15px;
    }

    .hiring-card h5 {
        font-size: 18px;
    }

    .career-modal .modal-dialog {
        padding: 20px;
        margin: 0;
    }

    .career-modal .contact-form-block {
        padding: 25px;
    }

    .career-modal .modal-header .close {
        min-width: 35px;
        max-width: 35px;
        height: 35px;
        font-size: 20px;
    }

    .career-modal .input-field {
        min-width: 100%;
        max-width: 100%;
        margin: 0 0 15px;
    }

    .career-modal .contact-form-block .upload-file {
        margin: 0 0 20px;
    }

    .input-field .filebox .upload-text {
        font-size: 13px;
    }

    .hiring-section .block-title {
        margin-bottom: 0;
    }

    .hiring-process .items:last-child .arrow-shape {
        display: none;
    }

    .career-card {
        padding: 25px;
    }

    .career-card .career-info {
        display: block !important;
    }

    .career-info li+li {
        margin-left: 0;
        margin-top: 5px;
    }

    .career-card .iconbox {
        margin-right: 15px;
    }

    .job-section .line_tl {
        padding-bottom: 20px;
    }

    .comment-list .comment {
        padding: 20px;
    }

    /* Our values Section */
    .our-values-flex .work-items:nth-child(1),
    .our-values-flex .work-items:nth-child(6) {
        width: 100%;
        min-width: 100%;
    }

    .our-values-flex .work-items:nth-child(2),
    .our-values-flex .work-items:nth-child(3),
    .our-values-flex .work-items:nth-child(4),
    .our-values-flex .work-items:nth-child(5) {
        width: 100%;
        min-width: 100%;
    }

    .our-values-section .middle-block h2 {
        font-size: 32px;
        line-height: 36px;
    }

    .middle-block p {
        letter-spacing: 1px;
    }

    .mission-career-page .mission-inner .items+.items {
        margin: 0;
    }

    /* Product Detail Page */
    .product-detail-form .right-block {
        margin-top: 30px;
    }

    .product-detail-form .form-block {
        padding: 30px;
    }

    .product-list .card-product h4,
    .product-list .card-product h4 a {
        font-size: 15px;
    }

    .product-nav {
        padding: 0 15px;
    }

    .product-nav .slick-arrow.slick-prev {
        left: -5px;
    }

    .product-nav .slick-arrow.slick-next {
        right: -5px;
    }

    .mobi-hide {
        display: none;
    }

    .specifications-flex .items+.items {
        margin-top: 10px;
    }

    .benefits_list .items {
        min-width: 100%;
        max-width: 100%;
    }

    .benefits_list .benefits_card {
        border: 1px dashed #ddd;
        padding: 20px;
    }

    .benefits_list .items+.items .benefits_card {
        border-top: 0;
    }

    .benefits_list .items+.items+.items .benefits_card {
        border-top: 0;
    }

    .bpo-services .product-list .items .card-product {
        padding: 10px;
    }

    /* Value Section */
    .value-flex .default-text {
        max-width: 100%;
        min-width: inherit;
        margin: 0 !important;
    }

    .value-flex .default-text-inn .line1 {
        display: none;
    }

    .value-flex .value-card .hover-text {
        min-width: inherit;
        max-width: 100%;
        height: auto;
        padding: 20px;
        position: relative;
        border-radius: 10px;
        outline: none;
        display: none;
    }

    .value-flex .value-card.active .hover-text {
        opacity: 1;
        display: block;
    }

    .value-flex .items .value-card+.value-card {
        margin-top: 20px;
    }

    .value-flex .right-side {
        margin-top: 20px;
    }

    .value-flex .default-text-inn .arrow {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .value-flex .value-card.active .default-text-inn .arrow {
        -webkit-transform: rotate(0deg) !important;
        -ms-transform: rotate(0deg) !important;
        transform: rotate(0deg) !important;
    }

    .value-flex .right-side .default-text .default-text-inn .icon {
        left: 5px;
    }

    .value-flex .right-side .default-text-inn .arrow {
        right: 10px;
        left: auto;
    }

    .value-flex .value-card .hover-text h5 {
        display: none;
    }

    body nav .right-mega ul>li a .menu-image {
        margin-right: 5px;
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column.mega-left-mega ul.mega-sub-menu .mega-menu-item,
    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column.mega-right-mega ul.mega-sub-menu .mega-menu-item {
        padding: 10px !important;
        padding-right: 10px !important;
    }

    body .mega-bposervices .left-mega ul.menu>.menu-item>a {
        padding: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }

    body .mega-bposervices .left-mega ul.menu>.menu-item>a .menu-image-title {
        padding: 0;
        margin-top: 10px;
    }

    .trans-box.box_1 {
        padding: 15px;
        max-width: 150px;
    }

    .box_2.trans-box {
        padding: 10px 12px;
        bottom: -30px;
    }

    .logo-icon img {
        max-width: 40px;
        margin-right: 5px;
    }

    .logo-icon strong {
        font-size: 12px;
    }

    .logo-icon {
        padding: 0;
        margin: 0;
        border: 0;
    }

    .trans-box.box_1 .text-h,
    .box_2.trans-box p {
        display: none;
    }

    .box_2.trans-box .text-h {
        margin: 0;
    }

    .column-2-content,
    .reversed .column-2-content {
        padding: 0;
    }

    .card-contact p,
    .c_link {
        font-size: 16px;
    }

    .prod-hero-caption {
        text-align: center;
    }

    .prod-hero-caption .h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .prod-hero-caption p {
        margin: 0;
    }

    .prod-hero-inn .right-block {
        max-width: 80%;
        margin: 20px auto;
    }

    .tp-counter-wrapper {
        border-radius: 20px;
        padding: 0;
        overflow: hidden;
    }

    .tp-counter-wrapper .row {
        margin: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .tp-counter-wrapper .items {
        min-width: calc(50% - 2px);
        max-width: calc(50% - 2px);
        padding: 0;
        border: 0;
        margin: 1px;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(241, 241, 241, 1)));
        background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(241, 241, 241, 1) 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(241, 241, 241, 1) 100%);
    }

    .tp-counter-wrap {
        padding: 30px 20px;
        text-align: center;
    }

    .card-feature .card-feature-head {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .card-feature .card-feature-head .iconbox {
        margin: 0 0 20px;
    }

    .card-feature .card-feature-head .head-tl {
        min-width: 100%;
    }

    .column-2-inn .right-block {
        margin-top: 20px;
    }

    .gradiend-bg {
        --size: 240px;
        width: 240px;
        height: 240px;
        left: 60%;
    }

    .left-patt-img {
        max-width: 246px;
        left: -10%;
    }

    .prod-hero .gradiend-bg {
        left: auto;
        right: -40%;
        top: 30%;
    }

    .prod-hero-shape {
        max-width: 25px;
    }

    .pd-feature-list.ptb-20 {
        padding: 0;
    }

    .pd-feature-list .items {
        margin: 0 0 20px;
    }

    .service-block.specific-block {
        padding: 0;
    }

    .specific-block.service-block {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .specific-block.service-block .left-slide-block {
        min-width: 100%;
        max-width: 100%;
    }

    .service-block .right-block {
        min-width: 100%;
        max-width: 100%;
    }

    .specific-block .content-block {
        padding: 0;
    }

    .specific-section .content-textarea {
        padding: 20px;
    }

    .specific-section .serv-left-list {
        padding: 0 0 20px;
    }

    .specific-block .card-serv-items {
        padding: 10px;
        min-width: 100%;
        max-width: 100%;
        height: 100%;
    }

    .specific-block .service-tab li {
        min-width: 50%;
        max-width: 50%;
        padding: 5px;
        margin: 0 !important;
    }

    .specific-block .card-serv-items h4 {
        font-size: 16px;
        line-height: 1.4;
    }

    .pd-benefit-section.ptb-60 {
        padding-top: 0;
    }

    .pd-benefit-section .block-tl {
        padding-bottom: 10px;
    }

    .global-cta-inn {
        padding: 30px;
    }

    .global-cta-inn p {
        font-size: 16px;
        line-height: 24px;
    }

    .cta-imgbox {
        max-width: 100px;
        left: -10px;
        bottom: -10px;
    }

    .contact-block .input-field {
        margin: 0 0 10px;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        min-width: 100%;
        max-width: 100%;
    }

    .prod-contact-inn .right-block {
        margin-top: 30px;
    }

    .contact-list {
        padding: 0;
    }

    .contact-list .items {
        margin: 0 0 30px;
    }

    .event-card {
        min-width: 200px;
        max-width: 200px;
    }

    .event-flex .items .imgbox {
        min-height: 180px;
    }

    .solution-home .specific-block .card-serv-items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }

    .solution-home .card-serv-items .iconbox {
        margin-right: 0;
        margin-bottom: 3px;
    }

    .prod-contact-section .upload-filebox .filebox {
        padding: 14px 0 0;
    }

    .prod-contact-section .upload-filebox .doc-allow {
        text-align: left;
    }

    .mission-inner.miss-flex .items+.items {
        margin-top: 0;
    }

    .miss-about .block-tl .left-block {
        padding: 0;
    }

    .miss-about .block-tl .right-block {
        padding: 15px 0 0;
    }

    .miss-about {
        padding: 20px 0;
    }

    .related-services .related-prod-list .sub-items {
        margin: 0 0 20px;
    }

    .service-form .form-block {
        margin-bottom: 0;
    }

    .contact-secton {
        overflow: hidden;
    }

    .card-whychoose {
        padding: 0;
    }

    .front-hero {
        padding-bottom: 20px;
    }

    .front-hero .prod-hero-inn .right-block {
        max-width: 100%;
        padding: 0;
        margin: 0;
    }

    .prod-hero-caption .btnbox .btn {
        padding: 10px 15px;
        font-size: 14px;
    }

    .prod-hero-caption .banner-sub-title {
        padding: 10px 0 0;
    }

    .prod-hero-caption .banner-sub-title:before {
        left: 0;
        right: 0;
        top: 0;
        margin: auto;
    }

    .f-bottom-inner {
        padding: 30px 50px;
    }

    .front-hero .prod-hero-caption {
        padding-bottom: 0;
    }

    .two-column-inner .col-lg-6+.full-with {
        padding-top: 20px;
    }

    .cs-hero .prod-hero-caption {
        padding-bottom: 0;
    }

    .cs-hero .prod-hero-inn .right-block {
        margin: 0 auto;
    }

    .case-study-main {
        padding: 0 0 10px;
    }

    .prod-hero+.info-content-section {
        padding-top: 0;
    }

    .content-spec-box {
        padding: 30px 20px;
    }

    .card-ebook {
        padding: 20px;
    }

    /* */
    .ultimate-ebook-inn .left-block {
        padding-right: 15px;
    }

    .ultimate-ebook-inn .right-block {
        padding-left: 15px;
    }

    .ultimate-ebook-inn .midile_block {
        margin: 40px 0;
    }

    .ultimate-ebook-content+.ultimate-ebook-content {
        margin-top: 30px;
        padding-top: 30px;
    }

    .ultimate-ebook-content .imgbox {
        width: 36px;
        height: 36px;
        min-width: 36px;
        min-height: 36px;
    }

    .ultimate-ebook-content p {
        font-size: 16px;
    }

    .ultimate-ebook-imgbox .imgbox {
        height: 100%;
    }

    .ultimate-ebook_block {
        top: 35px;
        padding: 8px 20px;
    }

    .column-2-section .coll-imgbox {
        margin-right: 0;
    }

    .column-2-section .column-2-inn {
        flex-direction: column-reverse;
    }

    .implement-two-coll {
        padding: 0 0 20px;
    }

    .detail-sticky-block {
        flex-wrap: wrap;
    }

    .box-cover {
        min-width: 100%;
        max-width: 100%;
        padding: 0;
        position: relative;
        top: 0;
    }

    .main-wrapper-post {
        overflow: hidden;
    }

    .job-detail .career-card {
        padding: 0;
        border: none;
        box-shadow: none;
        display: block;
    }

    .job-detail .career-card .iconbox {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .job-detail .contact-form-block .input-field {
        min-width: 100%;
        max-width: 100%;
        flex-basis: 100%;
    }

    .map-section {
        padding: 10px 0 20px !important;
    }

    .map-section h4.resp-accordion {
        padding: 0 20px;
        margin: 0 0 20px;
    }

    .map-section h4.resp-accordion:after {
        display: none;
    }

    .map-section .resp-tab-content {
        padding: 0 20px;
    }

    .resp-accordion.resp-tab-active+.resp-tab-content {
        margin-bottom: 20px;
    }

    .author-page .left-block1 {
        margin-bottom: 30px;
    }

    .author-page .right-block1 .items {
        text-align: center;
    }

    .dwld-form-block {
        padding: 30px !important;
    }

    .dwld-form-block .input-field {
        min-width: 100%;
        max-width: 100%;
        flex-basis: 100%;
    }

}

/*767 End*/
@media screen and (max-width:479px) {
    .map_block {
        min-width: 280px;
        max-width: 280px;
        margin: 0 auto 20px;
    }

    .location.locat_1 {
        left: 154px;
        top: 70px;
    }

    .location.locat_2 {
        left: 140px;
        top: 64px;
    }

    .product-list .items {
        width: 100%;
    }
}