/* ************************************************************
:: Template Name: Crypts - App Landing HTML5 Template
:: Template URI: http://theme-land.com/tf/crypts/
:: Template Author Name: theme_land
:: Template Author URI: support@theme-land.com
:: Version: 1.0.0
:: Created: 29 March 2019
************************************************************ 
*
*
******* :: INDEX OF CSS :: *******
:: 1.0 WEB FONTS
:: 2.0 IMPORT ALL CSS
:: 3.0 GLOBAL CSS
:: 4.0 COMMON CSS
:: 5.0 PRELOADER CSS
:: 6.0 SCROLL TO TOP AREA CSS
:: 7.0 HEADER AREA CSS
:: 8.0 WELCOME AREA CSS
:: 9.0 BENIFITS AREA CSS
:: 10.0 ABOUT AREA CSS
:: 11.0 WORK AREA CSS
:: 12.0 FEATURES AREA CSS
:: 13.0 SCREENSHOTS AREA CSS
:: 14.0 VIDEO AREA CSS
:: 15.0 PRICE PLAN AREA CSS
:: 16.0 COUNTER AREA CSS
:: 17.0 TESTIMONIAL AREA CSS
:: 18.0 TEAM AREA CSS
:: 19.0 NEWSLETTER AREA CSS
:: 20.0 FAQ AREA CSS
:: 21.0 DOWNLOAD AREA CSS
:: 22.0 BLOG AREA CSS
:: 23.0 BLOG PAGE DETAILS AREA CSS
:: 24.0 CONTACT AREA CSS
:: 25.0 FOOTER AREA CSS
:: 26.0 VIDEO BACKGROUND AREA CSS
:: 27.0 SKEWED AREA CSS
:: 28.0 PARTICLE AREA CSS
:: 29.0 RTL AREA CSS
:: 30.0 PREVIEW AREA CSS
****************************** */

/* ******************************
:: 1.0 WEB FONTS
****************************** */
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600');

/* ******************************
:: 2.0 IMPORT ALL CSS
****************************** */
@import url(bootstrap.min.css);
@import url(animate.min.css);
@import url(owl.carousel.min.css);
@import url(jquery.bxslider.min.css);
@import url(magnific-popup.css);
@import url(web-fonts-with-css/css/fontawesome-all.min.css);
@import url(themify-icons.css);
@import url(icofont.min.css);

/* ******************************
:: 3.0 GLOBAL CSS
****************************** */
* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #4c5462;
    position: relative;
}

.container {
    width: 90%;
    margin: 0 auto;
}

.container-fluid {
    padding: 0 5%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    color: #3a3a3a;
}

h1 {
    font-size: 4em;
    font-weight: 600;
    line-height: 1.2;
}

h2 {
    font-size: 2.5em;
    line-height: 1.2;
}

h3 {
    font-size: 22px;
    line-height: 1.2;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 14px;
    font-weight: 400;
}

p {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    line-height: 24px;
    color: #4c5462;
    margin-bottom: 0;
}

a {
    transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    color: #3a3a3a;
}

a,
a:hover,
a:focus,
.btn:focus {
    text-decoration: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

ol li,
ul li {
    list-style: none;
}

img {
    height: auto;
    max-width: 100%;
}

/* ******************************
:: 4.0 COMMON CSS
****************************** */
.bg-img {
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}

.dsp-tc {
    display: table-cell;
    vertical-align: middle;
}

.pos-static {
    position: static;
}

.owl-carousel .owl-item img {
    width: auto;
}

.owl-prev:focus,
.owl-next:focus {
    outline: none;
}

.jarallax {
    position: relative;
    z-index: 0;
}

.jarallax > .jarallax-img {
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.tooltip > .tooltip-inner {
    background-color: #1c2334;
    padding: 6px;
}

.tooltip-arrow,
.tooltip.top .tooltip-arrow {
    border-top-color: #1c2334;
}

/*SECTION HEADING*/
.section-heading {
    margin-bottom: 80px;
}

.section-heading span {
    font-size: 15px;
    font-weight: 600;
    color: #4c5462;
    text-transform: uppercase;
}

.section-heading h3 {
    font-size: 35px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 5px;
    position: relative;
}

.section-heading h3::after {
    position: absolute;
    content: '';
    height: 2px;
    width: 70px;
    margin-left: -35px;
    bottom: -15px;
    left: 50%;
}

/*SECTION PADDING*/
.pt_0 {
    padding-top: 0;
}

.ptb_100 {
    padding: 100px 0;
}

.ptb_150 {
    padding: 150px 0;
}

.ptb_180 {
    padding: 180px 0;
}

/*BUTTONS*/
.btn {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 100px;
    background-color: transparent;
    border: 2px solid #fff;
    outline: 0 none;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    z-index: 1;
}

.btn:hover,
.btn:focus,
.btn:active {
    color: #fff;
    outline: 0 none;
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.btn.crypts-btn.active {
    color: #4c5462;
}

.btn.crypts-btn.active:hover {
    color: #fff;
}

.btn.crypts-btn:hover,
.btn.crypts-btn:focus,
.btn.crypts-btn:active {
    background-color: #fff;
}

.btn.store-btn {
    border: 2px solid #4c5462;
    padding: 15px 32px;
    text-align: left;
    color: #4c5462;
}

.btn.store-btn:hover,
.btn.store-btn:focus,
.btn.store-btn:active,
.btn.store-btn.active {
    background-color: #000;
    border: 2px solid #000;
    color: #fff;
}

.button-group {
    margin-top: 50px;
}

.button-group a {
    margin-right: 10px;
}

.button-group a:last-child {
    margin-right: 0;
}

.store-buttons a p {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4;
    font-family: 'Montserrat', sans-serif;
    color: inherit;
}

.store-buttons i {
    font-size: 24px;
    padding-right: 10px;
}

.store-buttons span {
    font-size: 16px;
    font-weight: 600;
}

/*BORDER RADIUS*/
.single-features .features-icon i,
.single-features .features-icon span::after,
.video-icon > a,
.single-testimonial img,
.single-testimonial-thumb img,
.client-rating,
.team-photo,
.team-photo img,
.team-photo::before,
.team-photo::after,
.footer-content .social-icons > ul > li > a,
.post-thumb img,
.admin-thumb img,
.comments-thumb img,
.pagination > li > a {
    border-radius: 100% 50% 50% 100% / 75% 69% 69% 75%;
}

/*BACKGROUND OVERLAY*/
.bg-overlay,
.overlay-white,
.overlay-dark {
    position: relative;
    z-index: 0;
}

.bg-overlay:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    z-index: -1;
}

.overlay-white:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(245, 247, 251, 1);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    z-index: -1;
}

.overlay-dark:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(39, 45, 58, 1);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.85;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
    z-index: -1;
}

.bg-gray {
    background-color: #f5f7fb;
}

/*BACKGROUND IMAGES*/
.features-area {
    background: rgba(0, 0, 0, 0) url("../img/bg/features-thumb.jpg") no-repeat scroll center center / cover;
}

.video-area {
    background: rgba(0, 0, 0, 0) url("../img/bg/youtube-thumb.jpg") no-repeat scroll center center / cover;
}

.testimonial-area {
    background: rgba(0, 0, 0, 0) url("../img/bg/testimonial-thumb.jpg") no-repeat scroll center center / cover;
}

.download-area {
    background: rgba(0, 0, 0, 0) url("../img/bg/download-thumb.jpg") no-repeat scroll center center / cover;
}

.blog-page {
    background: rgba(0, 0, 0, 0) url("../img/bg/blog-thumb.jpg") no-repeat scroll center center / cover;
}

/*Skewed Style*/
.skewed {
    position: relative;
    z-index: 1;
}

.skewed::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-transform: skewY(-4deg);
    transform: skewY(-4deg);
    z-index: 0;
}

.skewed::after {
    -webkit-transform: skewY(-4deg);
    transform: skewY(-4deg);
}

/*Ripple Animation*/
.ripple-box {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%) rotateX(70deg);
    transform: translateX(-50%) rotateX(70deg);
}

.ripple {
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 20px;
    width: 20px;
    border-style: solid;
    border-radius: 50%;
    -webkit-animation: ripple 4s linear infinite;
    animation: ripple 4s linear infinite;
}

@-webkit-keyframes ripple {
    from {
        border-width: 4px;
    }

    to {
        border-width: 0px;
        height: 400px;
        width: 400px;
        top: 20px;
        opacity: 0;
    }
}

@keyframes ripple {
    from {
        border-width: 4px;
    }

    to {
        border-width: 0px;
        height: 400px;
        width: 400px;
        top: 20px;
        opacity: 0;
    }
}

.rip2 {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.rip3 {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
}

.rip4 {
    -webkit-animation-delay: 2.4s;
    animation-delay: 2.4s;
}

.rip5 {
    -webkit-animation-delay: 3.2s;
    animation-delay: 3.2s;
}

.rip6 {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

/*Animation Container*/
.animation-container {
    display: block;
    position: absolute;
    top: 25%;
    left: 8%;
    width: 800px;
    max-width: 100%;
    margin: 0 auto;
}

.lightning-container {
    position: absolute;
    top: 50%;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.lightning-container .lightning {
    position: absolute;
    display: block;
    height: 15px;
    width: 15px;
    border-radius: 16px;
    -webkit-transform-origin: 6px 6px;
    transform-origin: 6px 6px;
    -webkit-animation-name: woosh;
    animation-name: woosh;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(0.445, 0.050, 0.550, 0.950);
    animation-timing-function: cubic-bezier(0.445, 0.050, 0.550, 0.950);
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}

.lightning.one {
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 50px 50px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 50px 50px 0px rgba(0, 0, 0, 0.2);
}

.lightning.two {
    background-color: #00D2FF;
    -webkit-box-shadow: 0px 50px 50px 0px transparentize(#00D2FF, 0.7);
    box-shadow: 0px 50px 50px 0px transparentize(#00D2FF, 0.7);
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}


.boom-container {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 80px;
    height: 80px;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 200px;
    top: -145px;
}

.boom-container .shape {
    display: inline-block;
    position: relative;
    opacity: 0;
    -webkit-transform-origin: center center;
    transform-origin: center center;
}

.boom-container .shape.triangle {
    width: 0;
    height: 0;
    border-style: solid;
    -webkit-transform-origin: 50% 80%;
    transform-origin: 50% 80%;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    margin-left: -15px;
    border-width: 0 2.5px 5px 2.5px;
    border-color: transparent transparent #00D2FF transparent;
    -webkit-animation-name: boom-triangle;
    animation-name: boom-triangle;
}

.boom-container .shape.big {
    margin-left: -25px;
    border-width: 0 5px 10px 5px;
    border-color: transparent transparent #00D2FF transparent;
    -webkit-animation-name: boom-triangle-big;
    animation-name: boom-triangle-big;
}

.boom-container .shape.disc {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #00D2FF;
    -webkit-animation-name: boom-disc;
    animation-name: boom-disc;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.boom-container .shape.circle {
    width: 20px;
    height: 20px;
    -webkit-animation-name: boom-circle;
    animation-name: boom-circle;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    border-radius: 100%;
    margin-left: -30px;
}

.boom-container .shape.white {
    border: 1px solid rgba(0, 0, 0, 0.5);
}

.boom-container .shape.big {
    width: 40px;
    height: 40px;
    margin-left: 0px;
}

.shape.big.white {
    border: 2px solid rgba(0, 0, 0, 0.5);
}

.boom-container .shape:after {
    background-color: rgba(178, 215, 232, 0.2);
}

.boom-container .shape.triangle,
.boom-container .shape.circle,
.boom-container .shape.circle.big,
.boom-container .shape.disc {
    -webkit-animation-delay: .38s;
    animation-delay: .38s;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
}

.boom-container .shape.circle {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.boom-container.second {
    left: 485px;
    top: 155px;
}

.second .shape.triangle,
.second .shape.circle,
.second .shape.circle.big,
.second .shape.disc {
    -webkit-animation-delay: 1.9s;
    animation-delay: 1.9s;
}

.second .shape.circle {
    -webkit-animation-delay: 2.15s;
    animation-delay: 2.15s;
}

@-webkit-keyframes woosh {
    0% {
        width: 12px;
        -webkit-transform: translate(0px, 0px) rotate(-35deg);
        transform: translate(0px, 0px) rotate(-35deg);
    }

    15% {
        width: 60px;
    }

    30% {
        width: 12px;
        -webkit-transform: translate(214px, -150px) rotate(-35deg);
        transform: translate(214px, -150px) rotate(-35deg);
    }

    30.1% {
        -webkit-transform: translate(214px, -150px) rotate(46deg);
        transform: translate(214px, -150px) rotate(46deg);
    }

    50% {
        width: 120px;
    }

    70% {
        width: 12px;
        -webkit-transform: translate(500px, 150px) rotate(46deg);
        transform: translate(500px, 150px) rotate(46deg);
    }

    70.1% {
        -webkit-transform: translate(500px, 150px) rotate(-37deg);
        transform: translate(500px, 150px) rotate(-37deg);
    }

    85% {
        width: 50px;
    }

    100% {
        width: 12px;
        -webkit-transform: translate(700px, 0) rotate(-37deg);
        transform: translate(700px, 0) rotate(-37deg);
    }
}

@keyframes woosh {
    0% {
        width: 12px;
        -webkit-transform: translate(0px, 0px) rotate(-35deg);
        transform: translate(0px, 0px) rotate(-35deg);
    }

    15% {
        width: 60px;
    }

    30% {
        width: 12px;
        -webkit-transform: translate(214px, -150px) rotate(-35deg);
        transform: translate(214px, -150px) rotate(-35deg);
    }

    30.1% {
        -webkit-transform: translate(214px, -150px) rotate(46deg);
        transform: translate(214px, -150px) rotate(46deg);
    }

    50% {
        width: 120px;
    }

    70% {
        width: 12px;
        -webkit-transform: translate(500px, 150px) rotate(46deg);
        transform: translate(500px, 150px) rotate(46deg);
    }

    70.1% {
        -webkit-transform: translate(500px, 150px) rotate(-37deg);
        transform: translate(500px, 150px) rotate(-37deg);
    }

    85% {
        width: 50px;
    }

    100% {
        width: 12px;
        -webkit-transform: translate(700px, 0) rotate(-37deg);
        transform: translate(700px, 0) rotate(-37deg);
    }
}

@-webkit-keyframes boom-circle {
    0% {
        opacity: 0;
    }

    5% {
        opacity: 1;
    }

    30% {
        opacity: 0;
        -webkit-transform: scale(3);
        transform: scale(3);
    }

    100% {
        opacity: 0;
    }
}

@keyframes boom-circle {
    0% {
        opacity: 0;
    }

    5% {
        opacity: 1;
    }

    30% {
        opacity: 0;
        -webkit-transform: scale(3);
        transform: scale(3);
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes boom-triangle-big {
    0% {
        opacity: 0;
    }

    5% {
        opacity: 1;
    }

    40% {
        opacity: 0;
        -webkit-transform: scale(2.5) translate(50px, -50px) rotate(360deg);
        transform: scale(2.5) translate(50px, -50px) rotate(360deg);
    }

    100% {
        opacity: 0;
    }
}

@keyframes boom-triangle-big {
    0% {
        opacity: 0;
    }

    5% {
        opacity: 1;
    }

    40% {
        opacity: 0;
        -webkit-transform: scale(2.5) translate(50px, -50px) rotate(360deg);
        transform: scale(2.5) translate(50px, -50px) rotate(360deg);
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes boom-triangle {
    0% {
        opacity: 0;
    }

    5% {
        opacity: 1;
    }

    30% {
        opacity: 0;
        -webkit-transform: scale(3) translate(20px, 40px) rotate(360deg);
        transform: scale(3) translate(20px, 40px) rotate(360deg);
    }

    100% {
        opacity: 0;
    }
}

@keyframes boom-triangle {
    0% {
        opacity: 0;
    }

    5% {
        opacity: 1;
    }

    30% {
        opacity: 0;
        -webkit-transform: scale(3) translate(20px, 40px) rotate(360deg);
        transform: scale(3) translate(20px, 40px) rotate(360deg);
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes boom-disc {
    0% {
        opacity: 0;
    }

    5% {
        opacity: 1;
    }

    40% {
        opacity: 0;
        -webkit-transform: scale(2) translate(-70px, -30px);
        transform: scale(2) translate(-70px, -30px);
    }

    100% {
        opacity: 0;
    }
}

@keyframes boom-disc {
    0% {
        opacity: 0;
    }

    5% {
        opacity: 1;
    }

    40% {
        opacity: 0;
        -webkit-transform: scale(2) translate(-70px, -30px);
        transform: scale(2) translate(-70px, -30px);
    }

    100% {
        opacity: 0;
    }
}

/* ******************************
:: 5.0 PRELOADER AREA CSS
****************************** */
#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 99999999999;
}

.spinner {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    left: 50%;
    margin-left: -40px;
    margin-top: -40px;
    -webkit-animation: rotatee 2.0s infinite linear;
    animation: rotatee 2.0s infinite linear;
}

.dot1,
.dot2 {
    width: 60%;
    height: 60%;
    background-color: #2B2B35;
    display: inline-block;
    position: absolute;
    top: 0;
    border-radius: 100%;
    -webkit-animation: bouncee 2.0s infinite ease-in-out;
    animation: bouncee 2.0s infinite ease-in-out;
}

.dot2 {
    top: auto;
    bottom: 0px;
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes rotatee {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes rotatee {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes bouncee {

    0%,
    100% {
        -webkit-transform: scale(0.0)
    }

    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes bouncee {

    0%,
    100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

/* ******************************
:: 6.0 SCROLL TO TOP AREA CSS
****************************** */
#scrollUp {
    position: fixed;
    right: 1%;
    bottom: 2%;
    height: 40px;
    width: 40px;
    border-radius: 3px;
    background-color: #2B2B35;
    text-align: center;
    cursor: pointer;
    z-index: 500;
    display: none;
}

#scrollUp > i {
    font-size: 24px;
    line-height: 38px;
    display: block;
    color: #fff;
}

/* ******************************
:: 7.0 HEADER AREA CSS
****************************** */
.header-area {
    position: absolute;
    height: auto;
    width: 100%;
    background-color: transparent;
    z-index: 999;
}

.main-header-area {
    position: absolute;
    height: 90px;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
}

.main-header-area .navbar {
    padding: 0;
}

.header-items .nav-link {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: color 0.5s ease 0s;
    transition: color 0.5s ease 0s;
}

.header-items .nav-link:hover,
.header-items .nav-link:focus,
.header-items .nav-link.active {
    color: #3a3a3a;
}

#crypts-menu button {
    margin-left: 15px;
}

.navbar-toggler {
    font-size: 26px;
    color: #fff;
}

.navbar-toggler:focus {
    outline: none;
}

.navbar-sticky {
    position: fixed;
    width: 100%;
    height: 70px;
    -webkit-box-shadow: 0 0 30px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 30px 1px rgba(0, 0, 0, 0.15);
    border-bottom: none;
    z-index: 1000 !important;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

/* ******************************
:: 8.0 WELCOME AREA CSS
****************************** */
.welcome-area {
    position: relative;
    height: 800px;
    width: 100%;
    overflow: hidden;
    z-index: 1;
}

.welcome-area.welcome-shape:after {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background: rgba(0, 0, 0, 0) url(../img/shapes/wave-shape.png) no-repeat scroll bottom /cover;
    z-index: -1;
}

.welcome-area.fluid-shape::after {
    position: absolute;
    content: '';
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background: rgba(0, 0, 0, 0) url(../img/shapes/fluid-shape.png) no-repeat scroll bottom /contain;
    z-index: -1;
}

.welcome-area.rtl-shape::after {
    position: absolute;
    content: '';
    height: 100%;
    left: 0;
    right: 0;
    bottom: -1px;
    display: block;
    background: rgba(0, 0, 0, 0) url(../img/shapes/rtl-shape.png) no-repeat scroll bottom /contain;
    z-index: -1;
}

.main-slider .carousel-inner .carousel-item {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.main-slider .carousel-inner .carousel-item.active {
    opacity: 1;
}

.welcome-intro > h1 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
}

.welcome-intro > h1 strong {
    font-weight: 600;
}

.welcome-intro > p {
    font-size: 16px;
    line-height: 1.8;
    margin: 30px 0;
    color: #ffffff;
}

.main-slider .welcome-thumb {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.welcome-area .scroll-icon {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100px;
    z-index: 2;
}

.welcome-area .scroll-icon a {
    display: inline-block;
    position: relative;
    z-index: 1;
    -webkit-animation: bouncearrow 2s infinite;
    animation: bouncearrow 2s infinite;
}

.welcome-area .scroll-icon i {
    font-size: 48px;
    color: #fff;
}

@-webkit-keyframes bouncearrow {
    0% {
        top: 0px;
        opacity: 1;
    }

    50% {
        top: 25px;
        opacity: 1;
    }

    100% {
        top: 0px;
        opacity: 0;
    }
}

@keyframes bouncearrow {
    0% {
        top: 0px;
        opacity: 1;
    }

    50% {
        top: 25px;
        opacity: 1;
    }

    100% {
        top: 0px;
        opacity: 0;
    }
}

/* ******************************
:: 9.0 BENIFITS AREA CSS
****************************** */
.benifits-item {
    padding: 20px 30px;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.benifits-item:after {
    position: absolute;
    content: '';
    height: 2px;
    width: 100%;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.benifits-item:hover {
    background-color: #fff;
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

.benifits-item:hover:after {
    opacity: 1;
}

.benifits-item .benifits-text > h3 {
    margin-top: 20px;
    margin-bottom: 15px;
}

/* ******************************
:: 10.0 ABOUT AREA CSS
****************************** */
.about-app-area {
    position: relative;
    z-index: 1;
}

.about-text > p {
    margin: 40px 0;
    line-height: 1.8;
}

.about-app-area .btn.store-btn::after {
    background: #f5f7fb none repeat scroll 0 0;
}

/* ******************************
:: 11.0 WORK AREA CSS
****************************** */
.work-area {
    position: relative;
    z-index: 1;
    overflow-x: hidden;
}

.work-slider-wrapper {
    padding: 70px 24px 90px 27px;
    background: rgba(0, 0, 0, 0) url('../img/mobile-slider.png') no-repeat scroll top center;
    background-size: 100%;
    max-width: 293px;
    margin: 0 auto;
    margin-top: 0;
    position: relative;
    z-index: 1;
}

.work-slider-wrapper .bx-wrapper {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 50px;
}

.single-work {
    margin-bottom: 10px;
}

.work-content a:last-child .single-work {
    margin-bottom: 0;
}

.work-text {
    padding: 20px 25px;
    margin-left: 30px;
    background-color: #fff;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.work-text::after {
    position: absolute;
    content: "";
    height: 0px;
    width: 2px;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.work-text > h3 {
    font-size: 24px;
    margin-bottom: 15px;
    -webkit-transition: color 0.3s ease 0s;
    transition: color 0.3s ease 0s;
}

.work-content a.active .work-text {
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

.work-content a.active .work-text:after {
    height: 100%;
    visibility: visible;
    opacity: 1;
}

.work-animation {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

/* ******************************
:: 12.0 FEATURES AREA CSS
****************************** */
.features-area {
    position: relative;
    z-index: 1;
}

.features-area .section-heading {
    margin-bottom: 0;
}

.single-features {
    padding: 20px;
    margin-top: 50px;
}

.single-features .features-icon {
    padding-right: 20px;
}

.single-features .features-icon span {
    position: relative;
    display: block;
    height: 55px;
    width: 55px;
}

.single-features .features-icon span::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}

.single-features .features-icon i {
    font-size: 28px;
    color: #4c5462;
    background-color: #f5f7fa;
    display: inline-block;
    height: calc(100% - 4px);
    width: calc(100% - 4px);
    line-height: 53px;
    position: relative;
    top: 2px;
    left: 2px;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 1;
}

.features-text > h3 {
    margin-bottom: 15px;
}

.features-text > p {
    line-height: 1.8;
}

.single-features:hover.single-features .features-icon i {
    background-color: transparent;
    color: #fff;
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

/* ******************************
:: 13.0 SCREENSHOTS AREA CSS
****************************** */
.app-screenshots .owl-item .single-screenshot,
.screenshots-area,
.app-screenshots {
    position: relative;
    z-index: 1;
}

.single-screenshot {
    opacity: 0.7;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.center .single-screenshot {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: inherit;
    filter: inherit;
}

/* ******************************
:: 14.0 VIDEO AREA CSS
****************************** */
.video-area {
    position: relative;
    z-index: 1;
}

.video-text > h3 {
    font-size: 34px;
    color: #fff;
    margin-top: 35px;
    margin-bottom: 15px;
}

.video-text > p {
    font-size: 16px;
    color: #fff;
    line-height: 1.8;
}

.video-icon > a {
    width: 84px;
    height: 84px;
    background-color: rgba(255, 255, 255, 0.3);
    text-align: center;
    display: inline-block;
    line-height: 84px;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-animation: pulse 1s infinite linear;
    animation: pulse 1s infinite linear;
}

@-webkit-keyframes pulse {
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    75% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@keyframes pulse {
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    75% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

.video-icon i {
    vertical-align: middle;
    color: #fff;
    font-size: 22px;
    line-height: 60px;
}

/* ******************************
:: 15.0 PRICE PLAN AREA CSS
****************************** */
.price-plan-area {
    position: relative;
    z-index: 1;
}

.price-box {
    margin-bottom: 60px;
}

.price-box .nav-tabs {
    border: none;
}

.price-box > ul > li a {
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
    padding: 10px 20px;
    text-transform: uppercase;
    border: 1px solid #eee;
    border-radius: 4px;
    background-color: #fff;
}

.price-box > ul > li a:hover {
    color: inherit;
}

.single-price-plan {
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single-price-plan.active {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.price-title span {
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    color: rgba(255, 255, 255, 0.85);
}

.price-plan-tag p {
    position: absolute;
    padding: 6px 18px;
    color: #ffffff;
    left: 0;
    top: 0;
    font-size: 14px;
    background-color: rgb(251, 90, 13);
}

.single-price-plan .price-title {
    padding: 40px 0 30px 0;
    text-transform: uppercase;
}

.single-price-plan .price-title h3 {
    margin: 0;
    color: #fff;
    font-size: 3em;
    font-weight: 600;
}

.single-price-plan .price-title p {
    margin: 0;
}

.single-price-plan .price-description {
    padding: 15px;
}

.single-price-plan .price-description p {
    line-height: 16px;
    margin: 0;
    padding: 10px 0;
}

.single-price-plan .price-button {
    padding: 20px 0 40px 0;
}

.price-plan-area.price .single-price-plan {
    margin-bottom: 30px;
}

.single-price-plan:hover {
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

/* ******************************
:: 16.0 COUNTER AREA CSS
****************************** */
.counter-icon > i {
    font-size: 45px;
    color: #fff;
    margin-bottom: 10px;
}

.counter-text > span {
    font-size: 38px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    margin-top: 35px;
    margin-bottom: 20px;
}

.counter-text h5 {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0;
}

/* ******************************
:: 17.0 TESTIMONIAL AREA CSS
****************************** */
.testimonial-area .section-heading {
    margin-bottom: 20px;
}

.testimonial-area .owl-item img {
    width: 90px;
    height: 90px;
    border: 2px solid rgba(0, 0, 0, 0.1);
}

.single-testimonial {
    position: relative;
    padding: 60px;
}

.client-name {
    font-size: 24px;
    margin-top: 18px;
    margin-bottom: 25px;
}

.single-testimonial p {
    line-height: 1.8;
    margin-bottom: 20px;
}

.client-rating {
    background-color: #fff;
    border: 2px solid rgba(0, 0, 0, 0.1);
    color: #3a3a3a;
    font-weight: 700;
    position: absolute;
    width: 47px;
    height: 47px;
    line-height: 44px;
    font-size: 15px;
    right: 0;
    top: 77px;
    text-indent: -3px;
    text-align: center;
}

.thumb-prev .client-rating {
    top: -20px;
    left: 0;
    right: auto;
}

.thumb-next .client-rating {
    top: -20px;
    right: 0;
}

.client-rating i {
    color: rgb(251, 90, 13);
    position: absolute;
    top: 10px;
    right: 5px;
    font-weight: 600;
    font-size: 12px;
}

.single-testimonial:after {
    content: '';
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 0;
    top: 103px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    z-index: -1;
}

.thumb-prev,
.thumb-next {
    position: absolute;
    z-index: 99;
    top: 45%;
    width: 98px;
    height: 98px;
    left: -90px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 1;
}

.thumb-next {
    left: auto;
    right: -90px;
}

.single-testimonial-thumb img {
    width: 100%;
    height: 100%;
    border: 2px solid rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.testimonial-area .owl-nav {
    position: absolute;
    left: 50%;
    bottom: 30px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.testimonial-area .owl-nav i {
    background-color: transparent;
    font-size: 20px;
}

.testimonial-area .owl-prev {
    position: relative;
    left: -15px;
    -webkit-transition: all .2s ease-in 0s;
    transition: all .2s ease-in 0s;
}

.testimonial-area .owl-prev:hover {
    left: -20px;
}

.testimonial-area .owl-next {
    position: relative;
    right: -15px;
    -webkit-transition: all .2s ease-in 0s;
    transition: all .2s ease-in 0s;
}

.testimonial-area .owl-next:hover {
    right: -20px;
}

/* ******************************
:: 18.0 TEAM AREA CSS
****************************** */
.single-team {
    position: relative;
    padding: 70px 15px 5px;
    margin: 65px 10px 0 10px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #eee;
    -webkit-transition: -webkit-box-shadow 0.3s ease 0s;
    transition: -webkit-box-shadow 0.3s ease 0s;
    transition: box-shadow 0.3s ease 0s;
    transition: box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
}

.team-photo {
    height: 130px;
    width: 130px;
    top: -65px;
    text-align: center;
    border: 3px solid #fff;
    -webkit-box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.15);
    background-color: #fff;
}

.team-photo,
.team-photo:before,
.team-photo:after {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

.team-photo:before {
    content: "";
    top: 0;
    width: 124px;
    height: 124px;
    opacity: 0;
    -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.15);
    -webkit-transform: scale(.8);
    transform: scale(.8);
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.team-photo:after {
    content: "";
    top: 5px;
    width: 114px;
    height: 114px;
    background-color: rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.team-photo img {
    height: 114px;
    width: 114px;
    margin: 5px;
}

.team-content {
    margin-top: 15px;
    margin-bottom: 10px;
}

.team-name {
    font-size: 22px;
    -webkit-transition: color 0.3s ease 0s;
    transition: color 0.3s ease 0s;
}

.team-post {
    font-size: 16px;
    margin-top: 8px;
    margin-bottom: 15px;
}

.team-media a {
    display: inline-block;
    margin-left: -3px;
    height: 50px;
    width: 20%;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
}

.single-team:hover {
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

.single-team:hover .team-photo:before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.single-team:hover .team-photo:after {
    height: 134px;
    width: 134px;
    top: -5px;
    left: -5px;
    background-color: transparent;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}

/* ******************************
:: 19.0 NEWSLETTER AREA CSS
****************************** */
.newsletter-area .section-heading {
    margin-bottom: 30px;
}

.newsletter-area .section-heading span,
.newsletter-area .section-heading h3,
.newsletter-text > p {
    color: #fff !important;
}

.newsletter-area .section-heading h3::after {
    display: none;
}

.newsletter-form input {
    position: relative;
    display: inline-block;
    font-size: 15px;
    height: 45px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.newsletter-form input:focus,
.newsletter-form input[type="submit"]:hover {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.newsletter-form input[type="email"] {
    width: calc(100% - 150px);
    color: #3a3a3a;
    background-color: #fff;
    padding: 0 25px;
    border-radius: 25px;
    border: none;
    outline: none;
}

.newsletter-form input[type="submit"] {
    width: 140px;
}

/* ******************************
:: 20.0 FAQ AREA CSS
****************************** */
.faq-thumb {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.single-accordion {
    margin-bottom: 15px;
}

.single-accordion:last-of-type {
    margin-bottom: 0;
}

.single-accordion h5 a {
    font-size: 15px;
    color: #fff;
    border-radius: 4px;
    display: block;
    padding: 16px 45px 16px 20px;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 0;
}

.single-accordion h5 a span {
    position: absolute;
    top: 50%;
    right: 20px;
    font-size: 14px;
    color: #3a3a3a;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;

}

.single-accordion h5 a span.accor-open {
    opacity: 0;
}

.single-accordion h5 a.collapsed {
    background: #fff !important;
    color: #3a3a3a;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.single-accordion h5 a.collapsed span {
    color: #3a3a3a;
}

.single-accordion h5 a.collapsed span.accor-close {
    opacity: 0;
}

.single-accordion h5 a.collapsed span.accor-open {
    opacity: 1;
}

.single-accordion h5 a span.accor-close {
    color: #fff;
}

.single-accordion .accordion-content {
    background-color: #ffffff;
    -webkit-box-shadow: none;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.single-accordion .accordion-content p {
    padding: 20px 25px;
    line-height: 1.8;
}

/* ******************************
:: 21.0 DOWNLOAD AREA CSS
****************************** */
.download-text > h1 {
    font-size: 4em;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0;
}

.download-text > p {
    color: #fff;
    line-height: 1.8;
    margin: 20px 0;
}

.download-area .btn.store-btn {
    border: 2px solid #fff;
    color: #fff;
}

.download-area .btn.store-btn:hover,
.download-area .btn.store-btn:focus,
.download-area .btn.store-btn:active,
.download-area .btn.store-btn.active {
    background-color: #fff;
    border: 2px solid #fff;
}

/* ******************************
:: 22.0 BLOG AREA CSS
****************************** */
.single-blog {
    border: 1px solid #eee;
    -webkit-transition: -webkit-box-shadow 0.3s ease 0s;
    transition: -webkit-box-shadow 0.3s ease 0s;
    transition: box-shadow 0.3s ease 0s;
    transition: box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
}

.blog-inner {
    text-align: center;
    padding: 30px 20px;
}

.blog-title {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.meta-info ul li {
    position: relative;
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
}

.meta-info ul li::after {
    position: absolute;
    content: '';
    height: 60%;
    width: 1px;
    background-color: #4c5462;
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.meta-info ul li:last-child::after {
    display: none;
}

.blog-thumb img {
    display: block;
    width: 100%;
}

.blog-content {
    padding: 25px 20px;
}

.blog-content > p {
    line-height: 1.8;
}

.blog-content .btn.read-more-btn {
    font-size: 14px;
    color: #4c5462;
    border: 1px solid #eee;
    margin-top: 20px;
    padding: 8px 20px;
}

.single-blog:hover {
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.blog .navbar-sticky {
    background: rgba(39, 45, 58, 1) repeat scroll 0 0;
}

/* ******************************
:: 23.0 BLOG PAGE DETAILS AREA CSS
****************************** */

.blog .single-blog {
    margin-bottom: 45px;
}

.blog-page {
    padding-top: 170px;
    padding-bottom: 80px;
    text-align: center;
}

.blog-page .section-heading > h3 {
    color: #fff;
    margin: 0;
}

.blog-page .section-heading > h3:after {
    display: none;
}

.blog-page .breadcrumb {
    font-size: 15px;
    font-weight: 500;
    background: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
}

.breadcrumb-item + .breadcrumb-item::before,
.blog-page .breadcrumb-item a {
    color: #fff;
}

.pagination > li {
    padding-left: 5px;
    padding-right: 5px;
}

.pagination > li > a {
    font-size: 14px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    display: inline-block;
    border: 1px solid #858585;
    color: #858585;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.pagination li:first-child a,
.pagination li:last-child a {
    display: block;
    border: none;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.pagination li:first-child:hover a {
    background: none;
    color: inherit;
    border: none;
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
}

.pagination li:last-child:hover a {
    background: none;
    color: inherit;
    border: none;
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}

.pagination > li:hover a,
.pagination > li:focus a,
.pagination > li.active a {
    color: #fff;
}

.crypts-blog .meta-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.crypts-blog .blog-share {
    margin-left: auto;
}

.crypts-blog .blog-share a {
    padding: 0 10px;
    color: #3a3a3a;
    -webkit-transition: color 0.3s ease 0s;
    transition: color 0.3s ease 0s;
}

.crypts-blog .blog-details .blog-title {
    padding-top: 18px;
    padding-bottom: 18px;
    line-height: 1.3;
    margin-bottom: 0;
    border-top: 1px solid #e5e5e5;
    margin-top: 15px;
}

.crypts-blog .blog-details .blog-title > a {
    font-size: 24px;
}

.blockquote {
    background-color: #f7f7f7;
    padding: 15px 20px;
    margin-left: 30px;
    position: relative;
    margin-top: 1rem;
}

.blockquote::after {
    position: absolute;
    content: '';
    height: 100%;
    width: 2px;
    top: 0;
    left: 0;
}

.blog-comments {
    margin-top: 20px;
}

.admin {
    padding-top: 25px;
    border-top: 1px solid #e5e5e5;
}

.admin-thumb {
    width: 120px;
}

.admin-thumb img,
.comments-thumb img {
    border: 1px solid #eee;
}

.admin-content {
    padding-left: 30px;
}

.admin-name {
    margin-bottom: 10px;
}

.single-comments {
    margin-left: 100px;
    border: 1px solid #e5e5e5;
    padding: 30px;
    margin-bottom: 30px;
}

.single-comments:last-of-type {
    margin-bottom: 0;
}

.comments-title {
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 25px;
    margin-top: 35px;
}

.comments-thumb {
    width: 100px;
}

.comments-content {
    padding-left: 25px;
}

.comments-content h5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
}

.comments-content a:last-child {
    margin-left: auto;
    font-size: 16px;
}

.contact-box.comment-box {
    text-align: left;
}

.contact-box.comment-box .form-group input {
    font-size: 15px;
    border: 1px solid #e5e5e5;
}

.contact-box.comment-box .form-group textarea {
    font-size: 15px;
    border: 1px solid #e5e5e5;
    height: 150px;
}

.recent-blog-area {
    padding-top: 80px;
}

/*Single Widget*/
.single-widget {
    margin-bottom: 35px;
}

.sidebar .single-widget:last-child {
    margin-bottom: 0;
}

.widget-content {
    position: relative;
}

.blog-comments a {
    font-weight: 500;
    text-transform: capitalize;
}

/*Search Widget*/
.search-widget input {
    background-color: #f7f7f7;
    border: 1px solid #eee;
    color: #2b323f;
    height: 45px;
    padding: 10px 15px;
    width: 100%;
    -webkit-transition: -webkit-box-shadow 1s ease 0s;
    transition: -webkit-box-shadow 1s ease 0s;
    transition: box-shadow 1s ease 0s;
    transition: box-shadow 1s ease 0s, -webkit-box-shadow 1s ease 0s;
}

.search-widget input:focus {
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

/*Catagory Widget*/
.widget .single-accordion {
    border: 1px solid #eee;
    border-radius: 4px;
}

.widget .single-accordion h5 {
    margin-bottom: 0;
}

.widget .single-accordion h5 a,
.widget .single-accordion h5 a span {
    font-size: 16px;
    background: #f7f7f7 !important;
    color: #2d364c !important;
    border: none;
}

.widget-items li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 16px;
    border-bottom: 1px solid #eee;
}

.widget-items li a:hover {
    background-color: #f7f7f7;
    color: inherit;
}

.widget-items li a span {
    line-height: 1.4;
}

.widget .widget-content {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.widget-items li span:last-child {
    margin-left: auto;
}

/*Post Widget*/
.post-widget .post-content {
    padding-left: 15px;
}

.widget-items .single-post {
    padding: 12px 15px;
}

.post-thumb img {
    border: 1px solid #eee;
}

.post-widget .widget-items .post-date {
    padding: 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 10px;
}

.post-content h6 {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 0;
    color: #4c5462;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/*Tags Widget*/
.tags-widget .single-accordion {
    border: none;
}

.tags-widget-items {
    padding-top: 15px;
}

.tags-widget-items a {
    border: 1px solid #e5e5e5;
    color: #4c5462;
    display: inline-block;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    margin-top: 5px;
    margin-right: 2px;
    padding: 0 15px;
}

/* ******************************
:: 24.0 CONTACT AREA CSS
****************************** */
.contact-box {
    text-align: center;
}

.contact-box .form-group input {
    font-size: 16px;
    height: 45px;
    border: 0;
    padding: 0 15px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    -webkit-transition: 1s;
    transition: 1s;
}

.contact-box .form-group textarea {
    font-size: 16px;
    height: 245px;
    border: 0;
    padding: 15px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    -webkit-transition: 1s;
    transition: 1s;
}

.contact-box input:focus,
.contact-box textarea:focus,
.contact-box select:focus {
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.contact-box button {
    margin-top: 35px;
}

/* ******************************
:: 25.0 FOOTER AREA CSS
****************************** */
.footer-area {
    position: relative;
    background-color: #2B2B35;
    overflow: hidden;
}

.footer-area .bg-effect {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.1);
    top: 0;
    left: 50%;
    -webkit-transform: skewX(33deg);
    transform: skewX(33deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
}

.footer-area .bg-effect::before,
.bg-effect::after {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background: rgba(4, 4, 4, 0.1);
    top: 0;
}

.footer-area .bg-effect::before {
    left: 280px;
}

.footer-area .bg-effect::after {
    left: 560px;
}

.footer-content .social-icons > ul > li {
    display: inline-block;
    padding: 0 5px;
}

.footer-content .social-icons > ul > li > a {
    font-size: 16px;
    height: 42px;
    width: 42px;
    background-color: #fff;
    color: #2d364c;
    display: inline-block;
    line-height: 42px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.footer-menu {
    margin-top: 20px;
    margin-bottom: 15px;
}

.footer-menu > ul > li {
    display: inline-block;
    padding: 10px 15px;
    position: relative;
}

.footer-menu > ul > li::after {
    position: absolute;
    content: '';
    border-right: 1px solid #fff;
    top: 15px;
    bottom: 15px;
    left: 100%;
}

.footer-menu > ul > li:last-child::after {
    display: none;
}

.footer-menu > ul > li > a {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}

.copyright-area > p {
    font-size: 15px;
    color: #fff;
}

.copyright-area a {
    color: #fff;
    -webkit-transition: color 0.3s ease 0s;
    transition: color 0.3s ease 0s;
}

/* ******************************
:: 26.0 VIDEO BACKGROUND AREA CSS
****************************** */
.video-wrapper {
    position: relative;
    height: 750px;
    width: 100%;
    overflow: hidden;
    z-index: 1;
}

/* ******************************
:: 27.0 SKEWED AREA CSS
****************************** */
#home.skewed::before {
    background: #fff none repeat scroll 0 0;
    height: 50%;
    top: 92%;
    z-index: -1;
}

.about-app-area.skewed.bg-gray,
.features-area.skewed,
.video-area.skewed,
.total-subscriber.skewed,
.testimonial-area.skewed,
.newsletter-area.skewed,
.download-area.skewed {
    background: transparent none repeat scroll 0 0;
}

.about-app-area.skewed::before {
    background: #f5f7fb none repeat scroll 0 0;
    z-index: -1;
}

.features-area.skewed::before {
    background: rgba(0, 0, 0, 0) url("../img/bg/features-thumb.jpg") no-repeat scroll center center / cover;
    z-index: -1;
}

.video-area.skewed::before {
    background: rgba(0, 0, 0, 0) url("../img/bg/youtube-thumb.jpg") no-repeat scroll center center / cover;
    z-index: -1;
}

.testimonial-area.skewed::before {
    background: rgba(0, 0, 0, 0) url("../img/bg/testimonial-thumb.jpg") no-repeat scroll center center / cover;
    z-index: -1;
}

.download-area.skewed::before {
    background: rgba(0, 0, 0, 0) url("../img/bg/download-thumb.jpg") no-repeat scroll center center / cover;
    z-index: -1;
}

/* ******************************
:: 28.0 PARTICAL AREA CSS
****************************** */
.circles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}

.circles li {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    -webkit-animation: animatedCircles 25s linear infinite;
    animation: animatedCircles 25s linear infinite;
    bottom: -150px;
}

.circles li:nth-child(1) {
    left: 25%;
    width: 80px;
    height: 80px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.circles li:nth-child(2) {
    left: 10%;
    width: 20px;
    height: 20px;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-duration: 12s;
    animation-duration: 12s;
}

.circles li:nth-child(3) {
    left: 70%;
    width: 20px;
    height: 20px;
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

.circles li:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 60px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: 18s;
    animation-duration: 18s;
}

.circles li:nth-child(5) {
    left: 65%;
    width: 20px;
    height: 20px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.circles li:nth-child(6) {
    left: 75%;
    width: 110px;
    height: 110px;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.circles li:nth-child(7) {
    left: 35%;
    width: 150px;
    height: 150px;
    -webkit-animation-delay: 7s;
    animation-delay: 7s;
}

.circles li:nth-child(8) {
    left: 50%;
    width: 25px;
    height: 25px;
    -webkit-animation-delay: 15s;
    animation-delay: 15s;
    -webkit-animation-duration: 45s;
    animation-duration: 45s;
}

.circles li:nth-child(9) {
    left: 20%;
    width: 15px;
    height: 15px;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-duration: 35s;
    animation-duration: 35s;
}

.circles li:nth-child(10) {
    left: 85%;
    width: 150px;
    height: 150px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: 11s;
    animation-duration: 11s;
}

@-webkit-keyframes animatedCircles {
    0% {
        -webkit-transform: translateY(0) rotate(0deg);
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100% {
        -webkit-transform: translateY(-1000px) rotate(720deg);
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }
}

@keyframes animatedCircles {
    0% {
        -webkit-transform: translateY(0) rotate(0deg);
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100% {
        -webkit-transform: translateY(-1000px) rotate(720deg);
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }
}

/* ******************************
:: 29.0 RTL AREA CSS
****************************** */
.rtl .row,
.rtl .single-work {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.rtl .download-area .row {
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
}

.rtl .welcome-intro,
.rtl .benifits-item,
.rtl .about-text,
.rtl .single-work,
.rtl .newsletter-area,
.rtl .single-accordion,
.rtl #contact-form,
.rtl input,
.rtl textarea {
    text-align: right;
}

.rtl .single-work .work-text::after {
    left: auto;
    right: 0;
}

.rtl .single-work .work-text {
    margin-left: auto;
    margin-right: 35px;
}

/* ******************************
:: 30.0 PREVIEW AREA CSS
****************************** */
.demo .welcome-area {
    height: 600px;
    padding-top: 0;
}

.demo .welcome-intro > h1 {
    font-size: 5em;
    font-weight: 600;
    margin-bottom: 0;
    letter-spacing: 2px;
}

.demo .welcome-intro > p {
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 30px;
}

.single-demo {
    text-align: center;
    overflow: hidden;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.demo-area .single-demo {
    margin-bottom: 45px;
}

.single-demo a h5 {
    margin-top: 25px;
    display: inline-block;
    padding: 16px 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single-demo:hover {
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.single-demo:hover h5 {
    color: #00D2FF;
}

.res-blog {
    margin-bottom: 45px;
}

.demo-area .col-12:last-of-type .single-demo {
    margin-bottom: 0;
}