.plr-5{
    padding-right: 5px;
    padding-left: 5px;
}
.luke-hero-wrapper{
    display: table;
    height: calc(100vh - 200px);
    width: 100%;
}
.luke-hero-banner {
    padding: 120px 0;
    display: table-cell;
    vertical-align: middle;
}
.momphis{
    position: absolute;
    width: 30px;
    height: 30px;
    max-width: 30px;
}
.momthis-animation-one {
    top: 5%;
    left: -350px;
    animation: rotatedHalf 13s infinite linear;  
}
.momthis-animation-two {
    top: 15%;
    right: -300px;
    animation: animationFramesFour 13s infinite linear;  
}
.momthis-animation-three {
    bottom: 10%;
    left: -250px;
    animation: scale-up-one 13s infinite linear;  
}
.momthis-animation-four {
    bottom: 10%;
    right: -200px;
    animation: rotatedHalf 13s infinite linear;  
}
.btn-tp,
.btn-tp:visited {
    position: relative;
    margin-left: 50px;
    padding-left: 0;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 16px;
    color: #283a5e;
}
.btn-tp::before {
    content: '';
    position: absolute;
    height: 1px;
    width: 35px;
    left: -50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #283a5e;
}
.btn-tp:hover {
    color: #fe625e;
}
.hero-grey-text {
    color: #ffefef;
    font-size: 120px;
    font-weight: 900;
    font-family: 'Work Sans', sans-serif;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    z-index: -20;
    width: 100%;
    height: auto;
    animation: animationMoveAuto 10s infinite linear;
    opacity: 0.5;
}
.hero-intro,
.section-intro {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    display: inline;
    font-family: 'Work Sans', sans-serif;
    color: #283a5e;
    overflow: hidden;
    letter-spacing: 1px;
}
.hero-intro::before,
.section-intro::before {
    content: '';
    position: absolute;
    left: 0;
    top: 13px;
    width: 100%;
    height: 12px;
    background: #fe625e;
    opacity: 0.3;
}
.hero-intro::after,
.section-intro::after {
    content: '';
    position: absolute;
    left: 0;
    top: 13px;
    width: 12px;
    height: 12px;
    background: #fff;
    opacity: 0.6;
    animation: animationMove 3s infinite linear;
}
.hero-heading {
    font-size: 55px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 30px;
    margin-top: 15px;
}
@keyframes animationMoveAuto {
    0% {
        transform: translate(-50%, 0px) rotate(0deg);
    }
    31% {
        transform: translateX(0%);
    }
    71% {
        transform: translateX(50%);
    }
    100% {
        transform: translate(100%, 0px) rotate(0deg);
    }
}
/*
@-webkit-keyframes animationMoveAuto {
    0% {
		-webkit-transform: translate(0px, 0px) rotate(0deg);
	}
	31% {
		-webkit-transform: translateX(31%);
    }
    71% {
		-webkit-transform: translateX(71%);
	}
	100% {
		-webkit-transform: translate(0px, 0px) rotate(0deg);
	}
}
*/
@keyframes animationMove {
    0% {
        transform: translate(0px, 0px) rotate(0deg);
    }
    31% {
        transform: translateX(-50px);
    }
    71% {
        transform: translateX(170px);
    }
    100% {
        transform: translate(0px, 0px) rotate(0deg);
    }
}
@-webkit-keyframes animationMove {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
    }
    31% {
        -webkit-transform: translateX(-50px);
    }
    71% {
        -webkit-transform: translateX(170px);
    }
    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
    }
}
.color-heading {
    color: #fe625e;
}
.underline-heading {
    position: relative;
}
.underline-heading::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 100%;
    background: #fe625e;
}
.hero-desc {
    color: #999;
    font-size: 20px;
    line-height: 1.5;
}
.hero-image {
    position: relative;
    margin-left: 60px;
}
.hero-image::before {
    position: absolute;
    content: "";
    left: 0px;
    top: -50px;
    width: 530px;
    height: 530px;
    background: #FF5F6D;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #FFC371, #FF5F6D);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #FFC371, #FF5F6D);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    border-radius: 55% 35% 48% 30% / 40% 40% 70% 6%;
    will-change: border-radius, transform, opacity;
    animation: heroShape 6s linear infinite;
    display: block;
    z-index: -1;
    opacity: 0.4;
}
.hero-image::after {
    position: absolute;
    content: "";
    left: 80px;
    top: 0;
    width: 430px;
    height: 430px;
    background: #FF512F;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #F09819, #FF512F);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #F09819, #FF512F);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    border-radius: 55% 35% 48% 30% / 40% 40% 70% 6%;
    will-change: border-radius, transform, opacity;
    animation: heroShapetwo 4s linear infinite;
    display: block;
    z-index: -1;
    opacity: 0.4;
}
@keyframes heroShape {
    0%,
    100% {
        border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
        transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    }
    35% {
        border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
        transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
    }
    50% {
        transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    }
    65% {
        border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
        transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
    }
}
@keyframes heroShapetwo {
    0%,
    100% {
        border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
        transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    }
    25% {
        border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
        transform: translate3d(-25px, 5px, 0) rotateZ(0.01deg);
    }
    35% {
        border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
        transform: translate3d(-50px, 5px, 0) rotateZ(0.01deg);
    }
    45% {
        border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
        transform: translate3d(-20px, 5px, 0) rotateZ(0.01deg);
    }
    55% {
        transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    }
    75% {
        border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
        transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
    }
}
@keyframes featuresIconMove {
    0%,
    100% {
        transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    }
    35% {
        transform: translate3d(0, 10px, 0) rotateZ(0.01deg);
    }
    55% {
        transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    }
    75% {
        transform: translate3d(0, -10px, 0) rotateZ(0.01deg);
    }
}
/* Features */
.features-layout-2 .features-title {
    font-size: 18px;
    margin-bottom: 10px;
}
.features-desc {
    font-size: 16px;
    color: #666666;
    line-height: 1.6;
}
.features-icon {
    line-height: 1;
    margin-right: 25px;
}
/* section-title */
.section-title {
    font-size: 42px;
    color: #283a5e;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 15px;
}
.sub-heading {
    color: #666666;
    font-size: 18px;
    font-family: 'Sarabun', sans-serif;
    font-weight: 400;
    line-height: 1.7;
}
.section-title span {
    color: #fe625e;
}
.features-layout-1 .features-title {
    font-size: 24px;
    margin-bottom: 10px;
    margin-top: 10px !important;
}
.features-layout-1 {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    padding: 45px 15px;
}
.features-layout-1:hover {
    background: #fe625e;
    color: #fff;
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}
.features-icon {
    color: #fe625e;
    position: relative;
}

.features-layout-2 .features-icon::before {
    position: absolute;
    content: "";
    left: 10px;
    top: 20px;
    width: 100%;
    height: 100%;
    background: #FF5F6D;
    background: -webkit-linear-gradient(to right, #FFC371, #FF5F6D);
    background: linear-gradient(to right, #FFC371, #FF5F6D);
    border-radius: 55% 35% 48% 30% / 40% 40% 70% 6%;
    will-change: border-radius, transform, opacity;
    animation: heroShape 6s linear infinite;
    display: block;
    z-index: -1;
    opacity: 0.2;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.features-layout-2:hover .features-icon::before {
    position: absolute;
    content: "";
    left: 5px;
    top: 10px;
    width: 100%;
    height: 100%;
    background: #FF5F6D;
    background: -webkit-linear-gradient(to right, #FFC371, #FF5F6D);
    background: linear-gradient(to right, #FFC371, #FF5F6D);
    border-radius: 55% 35% 48% 30% / 40% 40% 70% 6%;
    will-change: border-radius, transform, opacity;
    animation: heroShape 6s linear infinite;
    display: block;
    z-index: -1;
    opacity: 0.3;
}
.features-layout-1:hover .features-icon,
.features-layout-1:hover .features-title,
.features-layout-1:hover .features-desc {
    color: #fff !important;
}
/* ==========================================================================
   00 - Portfolio section Styles
   ========================================================================== */
.portfolio-box {
    position: relative;
    overflow: hidden;
}
.portfolio-box-2:hover .portfolio-overlay{
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.portfolio-overlay{
    position: absolute;
    display: block;
    width: 100%;
    height: auto;
    bottom: 0;
    left: 0;
    padding: 15px;
    background-color: #283a5e;
    overflow: hidden;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: .4s cubic-bezier(.37,.42,.25,1);
    -o-transition: .4s cubic-bezier(.37,.42,.25,1);
    transition: .4s cubic-bezier(.37,.42,.25,1);
}
.portfolio-details-icon,
.luke-zoom-btn {
    opacity: 0;
}
.portfolio-box:hover .portfolio-details-icon,
.portfolio-box:hover .luke-zoom-btn {
    -webkit-animation: zoomIn 0.9s both 0.9s;
    animation: zoomIn 0.9s both 0.9s;
    opacity: 1;
}
.portfolio-box:hover .overlay-content {
    position: relative;
    text-align: center;
    padding: 30px;
    color: #fff;
    z-index: 6;
    -webkit-animation: fadeInDown 0.4s both 0.4s;
    animation: fadeInDown 0.4s both 0.4s;
}
.overlay-content .portfolio-title {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}
.portfolio-details-icon,
.portfolio-details-icon:visited {
    color: #fe625e;
    font-size: 22px;
    margin-right: 15px;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background: #fff;
    box-shadow: 0px 13px 32.9px 2.1px rgba(0, 0, 0, 0.35);
    display: inline-block;
    text-align: center;
    line-height: 50px;
}
.luke-zoom-btn,
.luke-zoom-btn:visited {
    color: #fe625e;
    font-size: 22px;
    margin-left: 30px;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background: #fff;
    box-shadow: 0px 13px 32.9px 2.1px rgba(0, 0, 0, 0.35);
    display: inline-block;
    text-align: center;
    line-height: 50px;
}
.portfolio-details-icon:hover, .luke-zoom-btn:hover{
    background: #fe625e;
    color: #fff;
}
.overlay-icon {
    margin-top: 30px;
}
/* ==========================================================================
   08 - Reviews section Styles
   ========================================================================== */
.review-layout-1 .reviewer-photo {
    max-width: 80px;
    width: 80px;
    height: 80px;
    display: block;
    margin: 20px auto;
}
.reviewer-photo img {
    border: 2px solid #fe625e;
}
.review-layout-2 .reviewer-meta{
    margin-top: 30px;
}
.review-layout-2 .review-meta {
    margin-top: 0px;
}
.review-layout-2 .reviewer-photo {
    max-width: 70px;
    width: 70px;
    height: 70px;
    display: block;
    margin-right: 15px;
}
.review-layout-1 .quote-icon {
    display: block;
    margin: 0px auto 30px auto;
    position: relative;
    font-size: 60px;
}
.review-layout-2 .quote-icon {
    font-size: 42px;
    line-height: 1;
    margin-bottom: 20px;
}
.single-review {
    text-align: center;
    background: #ffefef;
    margin: 0px 15px;
    padding: 30px;
    position: relative;
    opacity: 0.3;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.center>.single-review {
    background: #fff;
    color: #283a5e;
    opacity: 1;
    -webkit-box-shadow: 0px 7px 20px -10px rgba(40, 58, 94, 0.2);
    -moz-box-shadow: 0px 7px 20px -10px rgba(40, 58, 94, 0.2);
    box-shadow: 0px 7px 20px -10px rgba(40, 58, 94, 0.2);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}
.r-name {
    display: block;
    font-weight: 500;
    font-size: 18px;
    font-family: 'Work Sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.r-designation {
    font-weight: 400;
    font-size: 16px;
    color: #636363;
}
.testimonials-descriptions {
    color: #999;
}
.reviews-block .owl-item {
    padding-top: 60px;
}
.reviews-slider .owl-nav button.owl-prev,
.reviews-slider .owl-nav button.owl-next {
    font-size: 22px !important;
    line-height: 1.7 !important;
    color: #283a5e;
    padding: 0px 20px !important;
}
.reviews-slider .owl-nav .owl-prev:hover,
.reviews-slider .owl-nav .owl-next:hover {
    background: #fe625e;
    color: #fff;
}
.owl-item.active.center .review-layout-1 .quote-icon {
    -webkit-animation: fadeInDown 0.4s both 0.4s;
    animation: fadeInDown 0.4s both 0.4s;
}
.owl-item.active.center .review-layout-1 .reviewer-photo {
    -webkit-animation: fadeInDown 0.8s both 0.8s;
    animation: fadeInDown 0.8s both 0.8s;
}
.owl-item.active.center .review-layout-1 .testimonials-descriptions {
    -webkit-animation: fadeInDown 1.2s both 1.2s;
    animation: fadeInDown 1.2s both 1.2s;
    margin-top: 20px;
}
.owl-item.active.center .review-layout-1 .review-meta {
    -webkit-animation: fadeInDown 1.6s both 1.6s;
    animation: fadeInDown 1.6s both 1.6s;
}
.owl-item.active.center .review-layout-2 .quote-icon {
    -webkit-animation: fadeInDown 0.4s both 0.4s;
    animation: fadeInDown 0.4s both 0.4s;
}
.owl-item.active.center .review-layout-2 .testimonials-descriptions {
    -webkit-animation: fadeInDown 0.4s both 0.4s;
    animation: fadeInDown 0.4s both 0.4s;
}
.owl-item.active.center .review-layout-2 .reviewer-photo {
    -webkit-animation: fadeInDown 0.4s both 0.4s;
    animation: fadeInDown 0.4s both 0.4s;
}
.owl-item.active.center .review-layout-2 .review-meta {
    -webkit-animation: fadeInDown 0.4s both 0.4s;
    animation: fadeInDown 0.4s both 0.4s;
}
.review-meta {
    margin-top: 15px;
}

.reviews-slider .owl-stage-outer {
    padding: 35px 0;
}
.luke-post-layout-1 .post-thumb img {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}
.post-tags {
    color: #666666;
    font-size: 18px;
    font-weight: 400;
    margin: 20px 0;
}
.post-tags a,
.post-tags a:visited {
    color: #666666;
    font-size: 18px;
    font-weight: 400;
}

.luke-post-title {
    font-size: 20px;
    font-family: "Work Sans Medium";
    color: #283a5e;
    line-height: 1.5;
}
.luke-post-title a,
.luke-post-title a:visited {
    color: #283a5e;
}
.post-tags a:hover,
.luke-post-title a:hover,
.post-read-more:hover {
    color: #fe625e;
}
.luke-post-title {
    word-break: break-word;
}
.luke-post-layout-3{

}
.luke-post-layout-1{
    word-break: break-word;
}
.luke-post-layout-1 .post-details{
    background: #ffffff;
    padding: 15px 30px 45px;
    text-align: center;
    margin-top: -50px;
    overflow: hidden;
    display: block;
    z-index: 2;
    position: relative;
    width: 96%;
    margin-left: 4%;
    -webkit-border-radius: 15px;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius: 15px;
    -moz-border-radius-topright: 0;
    border-radius: 15px;
    border-top-right-radius: 0;
    -webkit-box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, .1);
    -khtml-box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, .1);
    -o-box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, .1);
    box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, .1);
}
.luke-post-layout-2 .post-thumb {
    position: relative;
}
.luke-post-layout-2 {
    background: #fff;
    padding: 45px 30px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    word-break: break-word;
}
.luke-post-layout-2 .post-thumb .post-date {
    position: absolute;
    bottom: 15px;
    left: 15px;
    background: #fe625e;
    color: #fff;
    font-size: 13px;
    padding: 5px 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    z-index: 6;
}
.luke-post-layout-2 .post-details-top {
    padding: 20px 0px;
    color: #666;
}
.post-read-more,
.post-read-more:visited {
    line-height: 1;
    font-size: 16px;
    color: #283a5e;
    display: inline-block;
}
.post-read-more:hover {
    color: #fe625e;
}
.post-excerpt p {
    margin-bottom: 15px;
    word-break: break-word;
}
.luke-post-layout-2 .luke-post-title {
    margin-bottom: 20px;
}
.breadcumbs {
    font-size: 18px;
}
.luke-post-thumbnails-slider{
    position: relative;
    z-index: 5;
}
.luke-post-thumbnails-slider .owl-dots{
    position: absolute;
    bottom: -20px;
    width: 100%;
    left: 0;
}
.luke-post-layout-2.luke-post-layout-3{
    padding: 0;
    margin-bottom: 45px;
}
.luke-post-thumbnails-slider .owl-nav{
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.luke-post-thumbnails-slider:hover .owl-nav{
    opacity: 1;
    visibility: visible;
}
.luke-post-thumbnails-slider .owl-nav .owl-prev{
    left: 0;
    top: -32px;
    position: absolute;
    background: #fe625e !important;
    width: 50px;
    height: 50px;
    color: #fff !important;
}

.luke-post-thumbnails-slider .owl-nav .owl-next{
    right: 0;
    top: -32px;
    position: absolute;
    background: #fe625e !important;
    width: 50px;
    height: 50px;
    color: #fff !important;
}
.client-logo-carousel .owl-item {
    position: relative;
}
.client-logo-carousel .client-logo-container {
    display: table;
    position: relative;
    top: 0;
    left: 0;
    width: 80%;
    max-width: 80%;
    min-height: 120px;
    max-height: 120px;
}
.luke-client-logo {
    display: table-cell;
    vertical-align: middle;
}

.luke-quote {
    position: relative;
    padding: 120px 30px 45px 30px;
}
.luke-quote p {
    margin-bottom: 0;
}
.luke-quote::before {
    content: "\e67f";
    font-family: 'themify';
    line-height: 1;
    position: absolute;
    left: 30px;
    top: 45px;
    font-size: 60px;
}
.luke-quote::after {
    content: "";
    line-height: 1;
    position: absolute;
    left: -30px;
    top: -30px;
    width: 100%;
    height: 100%;
    z-index: -1;
}
/* pricing plan */
.pricing-column {
    padding: 30px 15px;
}
.plan-name {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    letter-spacing: 4px;
}
.plan-slogan {
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 300;
}
.price-amount-duration {
    font-size: 40px;
}
.price-amount {
    font-size: 40px;
    position: relative;
}
.plan-duration::after {
    content: '';
    position: absolute;
    left: -8px;
    top: 0;
    width: 1px;
    height: 100%;
    background: #fff;
    -moz-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
}
.plan-duration {
    font-size: 16px;
    position: relative;
}
.plan-lists ul {
    list-style: none;
    padding: 10px 0;
    margin: 0;
}
.plan-lists ul li {
    position: relative;
    padding: 5px 0;
}
.sign-btn {
    border: none;
    margin-top: 30px;
    padding: 15px 40px;
}
.plan-price {
    border-bottom: 1px solid rgba(197, 197, 197, 0.2);
}
.portfolio-box-2 {
    margin-bottom: 30px;
}
.portfolio-pagination {
    margin-top: 20px;
}
.portfolio-pagination ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.portfolio-pagination ul>li>a,
.portfolio-pagination ul>li .page-numbers {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #283a5e;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.portfolio-pagination ul>li .page-numbers.current {
    color: #fff;
    background-color: #fe625e;
    border: 1px solid #fe625e;
}
/* luke-video-block */
.luke-video-block {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 0;
    position: relative;
    margin: 0 15px;
    -webkit-box-shadow: 0 20px 25px rgba(0, 0, 0, 0.15);
    box-shadow: 0 20px 25px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    width: 100%;
    z-index: 2;
}
.luke-video-block::before{
    content: '';
    position: absolute;
    left: -50px;
    top: -50px;
    background: url(../img/dots.png) repeat;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}
.luke-video-block:hover::before{
    left: -10px;
    top: -10px;
}
.luke-video-block img {
    border-radius: 10px;
}
.overlay-video-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.luke-video-link {
    color: #fff;
    font-size: 40px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 80px;
    background-color: rgba(254, 98, 94, 0.65);
    ;
    opacity: 0.8;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    text-align: center;
    padding: 30px 36px;
    position: relative;
}
.luke-video-link i {
    color: #fff;
}
.luke-video-link::before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
    border-radius: 50%;
    -webkit-animation: video-bubble 1.5s linear infinite;
    -moz-animation: video-bubble 1.5s linear infinite;
    -o-animation: video-bubble 1.5s linear infinite;
    animation: video-bubble 1.5s linear infinite;
    border-style: solid;
    border-width: 15px;
    border-color: #fff;
}
.luke-video-link:hover::before {
    opacity: 0;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    visibility: visible;
    -webkit-box-shadow: 0 0 0 15px #ffffff;
    box-shadow: 0 0 0 15px #ffffff;
}
@-webkit-keyframes video-bubble {
    0% {
        -webkit-transform: scale(.81);
        transform: scale(.81);
        opacity: .76
    }

    25% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .76
    }

    100% {
        -webkit-transform: scale(1.76);
        transform: scale(1.76);
        opacity: 0
    }
}

@keyframes video-bubble {
    0% {
        -webkit-transform: scale(.81);
        transform: scale(.81);
        opacity: .76
    }

    25% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .76
    }

    100% {
        -webkit-transform: scale(1.81);
        transform: scale(1.81);
        opacity: 0
    }
}
.luke-ai-container {
    position: relative;
}
.luke-ai-image {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: hidden;
    width: 300px;
    height: 300px;
    transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    -webkit-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
}
.now-in-view.luke-ai-image:nth-child(1) img {
    margin: 70px 70px 70px auto;
    display: block;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 0px 10px 54px 0px rgba(0, 0, 0, .3);
    -khtml-box-shadow: 0px 10px 54px 0px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0px 10px 54px 0px rgba(0, 0, 0, .3);
    -ms-box-shadow: 0px 10px 54px 0px rgba(0, 0, 0, .3);
    -o-box-shadow: 0px 10px 54px 0px rgba(0, 0, 0, .3);
    box-shadow: 0px 10px 54px 0px rgba(0, 0, 0, .3);
}
.now-in-view.luke-ai-image:nth-child(1) {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    -webkit-animation: fadeIn 3s linear;
    animation: fadeIn 3s linear;
}
.now-in-view.luke-ai-image:nth-child(2) {
    right: 100%;
    top: 50%;
    left: 50%;
    bottom: -20%;
    -webkit-transform: translate(-100%, -140%);
    transform: translate(-100%, -140%);
    width: 450px;
    height: 300px;
    -webkit-animation: fadeIn 0.5s linear;
    animation: fadeIn 0.5s linear;
    padding: 70px;
}
.now-in-view.luke-ai-image:nth-child(2) img,
.now-in-view.luke-ai-image:nth-child(3) img {
    -webkit-box-shadow: 0px 10px 54px 0px rgba(0, 0, 0, .3);
    -khtml-box-shadow: 0px 10px 54px 0px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0px 10px 54px 0px rgba(0, 0, 0, .3);
    -ms-box-shadow: 0px 10px 54px 0px rgba(0, 0, 0, .3);
    -o-box-shadow: 0px 10px 54px 0px rgba(0, 0, 0, .3);
    box-shadow: 0px 10px 54px 0px rgba(0, 0, 0, .3);
}
.now-in-view.luke-ai-image:nth-child(3) {
    right: 0;
    left: 100%;
    top: 50%;
    bottom: -50%;
    -webkit-transform: translate(-80%, 0%);
    transform: translate(-80%, 0%);
    width: 450px;
    height: 300px;
    -webkit-animation: fadeIn 0.5s linear;
    animation: fadeIn 0.5s linear;
    padding: 70px;
}
@media (max-width: 767.98px) {
    .luke-ai-container {
        display: none;
    }
}
.portfolio-material-img {
    position: relative;
    overflow: hidden;
}
.portfolio-box-material {
    position: relative;
}
.portfolio-material-img .luke-zoom-btn {
    opacity: 0;
    position: absolute;
    bottom: 70px;
    right: 40px;
    visibility: hidden;
    -webkit-transition: all 0.7s ease;
    -khtml-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    z-index: 5;
}
.portfolio-box-material:hover .portfolio-material-img .luke-zoom-btn {
    opacity: 1;
    visibility: visible;
}
.portfolio-material-img::before {
    right: 0;
    bottom: 0;
    -webkit-transform: skew(45deg) translateX(100%);
    -khtml-transform: skew(45deg) translateX(100%);
    -moz-transform: skew(45deg) translateX(100%);
    -ms-transform: skew(45deg) translateX(100%);
    -o-transform: skew(45deg) translateX(100%);
    transform: skew(45deg) translateX(100%)
}
.portfolio-material-img::after {
    top: 0;
    left: 0;
    -webkit-transform: skew(45deg) translateX(-100%);
    -khtml-transform: skew(45deg) translateX(-100%);
    -moz-transform: skew(45deg) translateX(-100%);
    -ms-transform: skew(45deg) translateX(-100%);
    -o-transform: skew(45deg) translateX(-100%);
    transform: skew(45deg) translateX(-100%);
}
.portfolio-material-img::before,
.portfolio-material-img::after {
    width: 300%;
    height: 300%;
    -webkit-transition: all 0.7s ease;
    -khtml-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    opacity: 0.5;
    background: #fe625e;
    position: absolute;
    content: '';
    z-index: 0;
    visibility: hidden;
}
.portfolio-box-material:hover .portfolio-material-img::before,
.portfolio-box-material:hover .portfolio-material-img::after {
    -webkit-transform: skew(45deg) translateX(0%);
    -khtml-transform: skew(45deg) translateX(0%);
    -moz-transform: skew(45deg) translateX(0%);
    -ms-transform: skew(45deg) translateX(0%);
    -o-transform: skew(45deg) translateX(0%);
    transform: skew(45deg) translateX(0%);
    opacity: 0.7;
    visibility: visible;
}
.portfolio-material-content {
    position: relative;
    background: #fff;
    padding: 50px 30px;
    margin: -50px 0px 23px 23px;
    -webkit-border-radius: 15px;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius: 15px;
    -moz-border-radius-topright: 0;
    border-radius: 15px;
    border-top-right-radius: 0;
    -webkit-box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, .1);
    -khtml-box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, .1);
    -o-box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, .1);
    box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, .1);
}
.portfolio-material-content::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: -23px;
    bottom: -23px;
    background: #fff;
    z-index: -1;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 0px 33px 34px 0px rgba(0, 0, 0, .1);
    -khtml-box-shadow: 0px 33px 34px 0px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0px 33px 34px 0px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0px 33px 34px 0px rgba(0, 0, 0, .1);
    -o-box-shadow: 0px 33px 34px 0px rgba(0, 0, 0, .1);
    box-shadow: 0px 33px 34px 0px rgba(0, 0, 0, .1);
}
.portfolio-marerial-carousel .owl-item {
    margin-bottom: 60px;
}
.material-portfolio-categies .cat-name {
    background: #fe625e;
    color: #fff;
    font-size: 14px;
    padding: 5px 15px;
    margin-right: 7px;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.material-portfolio-categies {
    margin-bottom: 15px;
}
.portfolio-marerial-carousel .portfolio-title {
    font-size: 20px;
    line-height: 1.4;
}
.materia-project-budget {
    margin-top: 10px;
    font-size: 17px;
    font-weight: 400;
    color: #999;
}
.portfolio-page-link,
.portfolio-page-link:visited {
    display: inline-block;
    margin-top: 20px;
    color: #283a5e;
    position: relative;
    font-size: 17px;
    font-weight: 400;
}
.portfolio-page-link::after {
    content: '';
    position: absolute;
    left: 0;
    top: 17px;
    width: 100%;
    height: 7px;
    background: #fe625e;
    opacity: 0.3;
    -webkit-transition: all 0.7s ease;
    -khtml-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
.portfolio-page-link:hover::after {
    top: 22px;
    opacity: 0.8;
    height: 2px;
}
.portfolio-marerial-carousel .owl-dot span{
    width: 20px !important;
    height: 7px !important;
}
.portfolio-marerial-carousel .owl-dot.active span,
.portfolio-marerial-carousel .owl-dot:hover span {
    background: #fe625e !important;
}
/* slider */
.luke-slider {
    margin-bottom: 0px !important;
}
.luke-slide-bg {
    height: auto;
}
.luke-slider {
    position: relative;
    width: 100%;
}
.slide-content {
    position: absolute;
    top: 50%;
    color: #fff;
    z-index: 1;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}
.luke-slider .slick-dots {
    display: block;
    position: absolute;
    left: auto;
    right: 10px;
    width: auto;
    top: 50%;
    text-align: center;
    background-color: transparent;
    padding: 10px 0;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    /* IE 9 */
    -webkit-transform: translateY(-50%);
    bottom: auto;
}
.luke-slider .slick-dots li {
    width: 100%;
    margin: 0;
    margin-bottom: 35px;
    display: block;
}
.luke-slider .slick-dots li a {
    color: #fff;
    position: relative;
    background: #000;
    padding: 10px;
    display: block;
}
.luke-slider .slick-dots li.slick-active a {
    color: #fe625e;
}
.luke-slider .slick-dots li.slick-active a::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 1px;
    left: -40px;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    /* IE 9 */
    -webkit-transform: translateY(-50%);
    background: #fe625e;
}
.slide-heading-text {
    font-size: 80px;
    font-weight: 800;
}
.luke-slide-bg {
    position: relative;
}
.luke-slide-bg::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
}
.slide-subheading-text {
    font-size: 18px;
    line-height: 1.5;
    color: #fff;
    font-weight: 400;
}
.slide-btn {
    margin-top: 50px;
}
.slide-btn a,
.slide-btn a:visited {
    display: inline-block;
    padding: 10px 30px;
    background: #fe625e;
    border: 1px solid #fe625e;
    color: #fff;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
.slide-btn a:hover {
    background: transparent;
    border: 1px solid #fff;
}
.luke-slider .slick-active .luke-slide-bg {
    -webkit-animation: KenBurnsSlideShow 10s linear infinite 0s;
    -moz-animation: KenBurnsSlideShow 10s linear infinite 0s;
    -ms-animation: KenBurnsSlideShow 10s linear infinite 0s;
    -o-animation: KenBurnsSlideShow 10s linear infinite 0s;
    animation: KenBurnsSlideShow 10s linear infinite 0s;
}
@-webkit-keyframes KenBurnsSlideShow {
    0% {
        opacity: 0;
        -webkit-transform: scale(1);
    }
    5% {
        opacity: 1
    }
    25% {
        opacity: 1;
    }
    30% {
        opacity: 1;
        -webkit-transform: scale(1.1);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
    }
    90% {
        opacity: 1;
        -webkit-transform: scale(1.1);
    }
    100% {
        opacity: 0;
        -webkit-transformm: scale(1);
    }
}
@-moz-keyframes KenBurnsSlideShow {
    0% {
        opacity: 0;
        -moz-transform: scale(1);
    }
    5% {
        opacity: 1
    }
    25% {
        opacity: 1;
    }
    30% {
        opacity: 1;
        -moz-transform: scale(1.1);
    }
    60% {
        opacity: 1;
        -moz-transform: scale(1.2);
    }
    90% {
        opacity: 1;
        -moz-transform: scale(1.1);
    }
    100% {
        opacity: 0.5;
        -moz-transform: scale(1);
    }
}
@-o-keyframes KenBurnsSlideShow {
    0% {
        opacity: 0;
        -o-transform: scale(1);
    }
    5% {
        opacity: 1
    }
    25% {
        opacity: 1;
    }
    30% {
        opacity: 1;
        -o-transform: scale(1.1);
    }
    60% {
        opacity: 1;
        -o-transform: scale(1.2);
    }
    90% {
        opacity: 1;
        -o-transform: scale(1.1);
    }
    100% {
        opacity: 0.5;
        -o-transform: scale(1);
    }
}
@keyframes KenBurnsSlideShow {
    0% {
        opacity: 0;
        transform: scale(1);
        -ms-transform: scale(1);
    }
    5% {
        opacity: 1
    }
    25% {
        opacity: 1;
    }
    30% {
        opacity: 1;
        transform: scale(1.1);
        -ms-transform: scale(1.1);
    }
    60% {
        opacity: 1;
        transform: scale(1.2);
        -ms-transform: scale(1.2);
    }
    90% {
        opacity: 1;
        transform: scale(1.1);
        -ms-transform: scale(1.1);
    }
    100% {
        opacity: 0.5;
        transform: scale(1);
        -ms-transform: scale(1);
    }
}
/* End slider */
.video-layout-2 {
    position: relative;
}
.video-bg {
    position: absolute;
    top: -120px;
    right: 300px;
    width: 700px;
    bottom: -120px;
    z-index: 2;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.video-bg:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 4000px;
    top: 0;
    right: 0;
    opacity: .55;
    background-color: #fe625e;
}
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .hero-heading {
        font-size: 32px;
    }
    .hero-image {
        margin-top: 50px;
    }
    .luke-hero-banner {
        padding: 50px 0;
    }
    .section-title {
        font-size: 28px;
        font-weight: 600;
    }
    .elementor-counter .elementor-counter-number-wrapper {
        font-size: 40px;
    }
    .luke-post-layout-1 {
        margin-bottom: 50px;
    }
    .mailchimp-widget-title {
        font-size: 24px;
    }
    .slide-heading-text {
        font-size: 32px;
    }
    .slide-subheading-text {
        display: none;
    }
    .slide-btn {
        margin-top: 20px;
    }
}
.member-social-media{

}
.member-social-media ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.member-social-media ul li{
    display: block;
    margin: 10px auto;
}
.member-social-media ul li a{
    display: block;
    color: #fff;
    border: 1px solid #fff;
    padding: 5px 10px;
    text-align: center;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: rgba(0, 0, 0, 0.2)
}
.member-social-media ul li a:hover{
    background: #fe625e;
    color: #fff;
}
.member-photo-block{
    position: relative;
    overflow: hidden;
}
.member-social-media{
    position: absolute;
    top: 50px;
    right: 30px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translateX(450px);
    transform: translateX(450px);
}
.luke-team-member:hover .member-social-media{
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}
.member-photo-block img{
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.luke-team-member:hover .member-photo-block img{
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.member-position {
    text-align: center;
    position: relative;
    display: inline-block;
    background: #ffffff;
    margin: 0;
    line-height: 20px;
    padding: 0 30px;
    z-index: 1;
}
.member-position span {
    position: relative;
    display: inline-block;
    background: #ffffff;
    padding: 0 10px;
    font-size: 16px;
    color: #283a5e;
    line-height: 20px;
    margin: 0;
    z-index: 1;
}
.member-position:before {
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    height: 1px;
    background: #ededed;
    content: "";
    z-index: -1;
}
.member-about-block{
    text-align: center;
    padding: 30px;
}
.member-name{
    font-size: 22px;
    font-weight: 600;
    color: #283a5e;
    letter-spacing: .5px;
    text-transform: capitalize;
}
.luke-team-member{
    position: relative;
    background: #fff;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.14);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.luke-team-member:hover{
    box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.1);
}
.member-information{
    font-size: 17px;
    color: #999;
    line-height: 1.6;
}



@-webkit-keyframes jump {
    0%   {-webkit-transform: translate3d(0,0,0);transform: translate3d(0,0,0);}
    40%  {-webkit-transform: translate3d(0,50%,0);transform: translate3d(0,50%,0);}
    100% {-webkit-transform: translate3d(0,0,0);transform: translate3d(0,0,0);}
  }
  @keyframes jump {
    0%   {-webkit-transform: translate3d(0,0,0);transform: translate3d(0,0,0);}
    40%  {-webkit-transform: translate3d(0,50%,0);transform: translate3d(0,50%,0);}
    100% {-webkit-transform: translate3d(0,0,0);transform: translate3d(0,0,0);}
  }
  
  @-webkit-keyframes rotated {
    0%   {-webkit-transform: rotate(0);transform: rotate(0);}
    100% {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
  }
  @keyframes rotated {
    0%   {-webkit-transform: rotate(0);transform: rotate(0);}
    100% {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
  }
  
  @-webkit-keyframes rotatedHalf {
    0%   {-webkit-transform: rotate(0);transform: rotate(0);}
    50% {-webkit-transform: rotate(90deg);transform: rotate(90deg);}
    100%   {-webkit-transform: rotate(0);transform: rotate(0);}
  }
  @keyframes rotatedHalf {
    0%   {-webkit-transform: rotate(0);transform: rotate(0);}
    50% {-webkit-transform: rotate(90deg);transform: rotate(90deg);}
    100%   {-webkit-transform: rotate(0);transform: rotate(0);}
  }
  
  @-webkit-keyframes rotatedHalfTwo {
    0% {-webkit-transform: rotate(-90deg);transform: rotate(-90deg);}
    100%   {-webkit-transform: rotate(90deg);transform: rotate(90deg);}
  }
  @keyframes rotatedHalfTwo {
    0% {-webkit-transform: rotate(-90deg);transform: rotate(-90deg);}
    100%   {-webkit-transform: rotate(90deg);transform: rotate(90deg);}
  }
  
  
  @-webkit-keyframes scale-upOne {
    0%   {-webkit-transform: scale(1);transform: scale(1);}
    100% {-webkit-transform: scale(0.2);transform: scale(0.2);}
  }
  @keyframes scale-upOne {
    0%   {-webkit-transform: scale(1);transform: scale(1);}
    100% {-webkit-transform: scale(0.2);transform: scale(0.2);}
  }
  
  @-webkit-keyframes scale-right {
    0%  {-webkit-transform: translateX(-50%);transform: translateX(-50%);}
    50% {-webkit-transform: translateX(50%);transform: translateX(50%);}
    100% {-webkit-transform: translateX(-50%);transform: translateX(-50%);}
  }
  @keyframes scale-right {
    0%  {-webkit-transform: translateX(-50%);transform: translateX(-50%);}
    50% {-webkit-transform: translateX(50%);transform: translateX(50%);}
    100% {-webkit-transform: translateX(-50%);transform: translateX(-50%);}
  }
  
  @-webkit-keyframes fade-in {
    0%   {opacity: 0.7;}
    40%  {opacity: 1;}
    100% {opacity: 0.7;}
  }
  @keyframes fade-in {
    0%   {opacity: 0.7;}
    40%  {opacity: 1;}
    100% {opacity: 0.7;}
  }
  
  
  @keyframes hvr-ripple-out {
    0% {
      top: 0px;
      right: 0px;
      bottom: 0px;
      left: 0px;
      opacity: 1;
    }
    100% {
      top: -6px;
      right: -6px;
      bottom: -6px;
      left: -6px;
      opacity: 0;
    }
  }
  @keyframes hvr-ripple-out-two {
    0% {
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      opacity: 1;
    }
    100% {
      top: -12px;
      right: -12px;
      bottom: -12px;
      left: -12px;
      opacity: 0;
    }
  }
  
  @-webkit-keyframes scale-up-one {
    0%   {-webkit-transform: scale(1);transform: scale(1);}
    40%  {-webkit-transform: scale(0.5);transform: scale(0.5);}
    100% {-webkit-transform: scale(1);transform: scale(1);}
  }
  @keyframes scale-up-one {
    0%   {-webkit-transform: scale(1);transform: scale(1);}
    40%  {-webkit-transform: scale(0.5);transform: scale(0.5);}
    100% {-webkit-transform: scale(1);transform: scale(1);}
  }
  @-webkit-keyframes scale-up-two {
    0%   {-webkit-transform: scale(0.5);transform: scale(0.5);}
    40%  {-webkit-transform: scale(0.8);transform: scale(0.8);}
    100% {-webkit-transform: scale(0.5);transform: scale(0.5);}
  }
  @keyframes scale-up-two {
    0%   {-webkit-transform: scale(0.5);transform: scale(0.5);}
    40%  {-webkit-transform: scale(0.8);transform: scale(0.8);}
    100% {-webkit-transform: scale(0.5);transform: scale(0.5);}
  }
  @-webkit-keyframes scale-up-three {
    0%   {-webkit-transform: scale(0.7);transform: scale(0.7);}
    40%  {-webkit-transform: scale(0.4);transform: scale(0.4);}
    100% {-webkit-transform: scale(0.7);transform: scale(0.7);}
  }
  @keyframes scale-up-three {
    0%   {-webkit-transform: scale(0.7);transform: scale(0.7);}
    40%  {-webkit-transform: scale(0.4);transform: scale(0.4);}
    100% {-webkit-transform: scale(0.7);transform: scale(0.7);}
  }
  
  
  @keyframes animationFramesOne{
    0% {
      transform:  translate(0px,0px)  rotate(0deg) ;
    }
    20% {
      transform:  translate(73px,-1px)  rotate(36deg) ;
    }
    40% {
      transform:  translate(141px,72px)  rotate(72deg) ;
    }
    60% {
      transform:  translate(83px,122px)  rotate(108deg) ;
    }
    80% {
      transform:  translate(-40px,72px)  rotate(144deg) ;
    }
    100% {
      transform:  translate(0px,0px)  rotate(0deg) ;
    }
  }
  
  
  @-webkit-keyframes animationFramesOne {
    0% {
      -webkit-transform:  translate(0px,0px)  rotate(0deg) ;
    }
    20% {
      -webkit-transform:  translate(73px,-1px)  rotate(36deg) ;
    }
    40% {
      -webkit-transform:  translate(141px,72px)  rotate(72deg) ;
    }
    60% {
      -webkit-transform:  translate(83px,122px)  rotate(108deg) ;
    }
    80% {
      -webkit-transform:  translate(-40px,72px)  rotate(144deg) ;
    }
    100% {
      -webkit-transform:  translate(0px,0px)  rotate(0deg) ;
    }
  }
  
  @keyframes animationFramesTwo{
    0% {
      transform:  translate(0px,0px)  rotate(0deg) scale(1) ;
    }
    20% {
      transform:  translate(73px,-1px)  rotate(36deg) scale(0.9);
    }
    40% {
      transform:  translate(141px,72px)  rotate(72deg) scale(1);
    }
    60% {
      transform:  translate(83px,122px)  rotate(108deg) scale(1.2);
    }
    80% {
      transform:  translate(-40px,72px)  rotate(144deg) scale(1.1);
    }
    100% {
      transform:  translate(0px,0px)  rotate(0deg) scale(1);
    }
  }
  
  
  @-webkit-keyframes animationFramesTwo {
    0% {
      -webkit-transform:  translate(0px,0px)  rotate(0deg) scale(1);
    }
    20% {
      -webkit-transform:  translate(73px,-1px)  rotate(36deg) scale(0.9);
    }
    40% {
      -webkit-transform:  translate(141px,72px)  rotate(72deg) scale(1);
    }
    60% {
      -webkit-transform:  translate(83px,122px)  rotate(108deg) scale(1.2);
    }
    80% {
      -webkit-transform:  translate(-40px,72px)  rotate(144deg) scale(1.1);
    }
    100% {
      -webkit-transform:  translate(0px,0px)  rotate(0deg) scale(1);
    }
  }
  
  
  @keyframes animationFramesThree{
    0% {
      transform:  translate(165px,-179px)  ;
    }
    100% {
      transform:  translate(-346px,617px)  ;
    }
  }
  
  
  @-webkit-keyframes animationFramesThree {
    0% {
      -webkit-transform:  translate(165px,-179px)  ;
    }
    100% {
      -webkit-transform:  translate(-346px,617px)  ;
    }
  }
  
  
  @keyframes animationFramesFour{
    0% {
      transform:  translate(-300px,151px)  rotate(0deg) ;
    }
    100% {
      transform:  translate(251px,-200px)  rotate(180deg) ;
    }
  }
  
  
  @-webkit-keyframes animationFramesFour {
    0% {
      -webkit-transform:  translate(-300px,151px)  rotate(0deg) ;
    }
    100% {
      -webkit-transform:  translate(251px,-200px)  rotate(180deg) ;
    }
  }
  
  
  @keyframes animationFramesFive{
    0% {
      transform:  translate(61px,-99px)  rotate(0deg) ;
    }
    21% {
      transform:  translate(4px,-190px)  rotate(38deg) ;
    }
    41% {
      transform:  translate(-139px,-200px)  rotate(74deg) ;
    }
    60% {
      transform:  translate(-263px,-164px)  rotate(108deg) ;
    }
    80% {
      transform:  translate(-195px,-49px)  rotate(144deg) ;
    }
    100% {
      transform:  translate(-1px,0px)  rotate(180deg) ;
    }
  }
  
  
  @-webkit-keyframes animationFramesFive {
    0% {
      -webkit-transform:  translate(61px,-99px)  rotate(0deg) ;
    }
    21% {
      -webkit-transform:  translate(4px,-190px)  rotate(38deg) ;
    }
    41% {
      -webkit-transform:  translate(-139px,-200px)  rotate(74deg) ;
    }
    60% {
      -webkit-transform:  translate(-263px,-164px)  rotate(108deg) ;
    }
    80% {
      -webkit-transform:  translate(-195px,-49px)  rotate(144deg) ;
    }
    100% {
      -webkit-transform:  translate(-1px,0px)  rotate(180deg) ;
    }
  }
  
  @keyframes gradientBG {
    0% {
        background-position: 0 0;
    }
    50% {
        background-position: 300% 0;
    }
    100% {
        background-position: 0 0;
    }
  }
  @-webkit-keyframes gradientBG {
    0% {
        background-position: 0 0;
    }
    50% {
        background-position: 300% 0;
    }
    100% {
        background-position: 0 0;
    }
  }
  @keyframes imageBgAnim {
    0% {
        background-position: 0 0;
    }
    50% {
        background-position: 120% 0;
    }
    100% {
        background-position: 0 0;
    }
  }
  @-webkit-keyframes gradientBG {
    0% {
        background-position: 0 0;
    }
    50% {
        background-position: 120% 0;
    }
    100% {
        background-position: 0 0;
    }
  }
  /* // Medium devices (tablets, 768px and up) */
  @media (max-width: 991.98px) {
    .hero-image {
        margin-left: 0px;
        margin-bottom: 80px;
    }
  }
  /* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .hero-image::before, .hero-image::after {
        width: 350px;
        height: 350px;
        left: 80px;
    }
}
@media (max-width: 575.98px) {
    .hero-image::before,
    .hero-image::after {
        width: 250px;
        height: 250px;
        left: 70px;
    }
    .luke-video-block::before{
        content: none;
    }
    .luke-video-block {
        width: auto;
    }
}
.blog-custom-paginate li{
    margin-right: 10px;
}
