@import url(https://fonts.googleapis.com/css?family=Cabin:400,500,700|Montserrat:400,500,700);

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: Cabin, sans-serif;
    background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Cabin, sans-serif;
    font-weight: 400;
    color: #000;
    line-height: 1.2;
}

.section_padding_100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.section_padding_200_100 {
    padding-top: 200px;
    padding-bottom: 80px;
}

.section_padding_150_50 {
    padding-top: 100px;
    padding-bottom: 50px;
}

.section_padding_100_70 {
    padding-top: 100px;
    padding-bottom: 70px;
}

.section_padding_50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.section_padding_50_20 {
    padding-top: 50px;
    padding-bottom: 20px;
}

.section_padding_150 {
    padding-top: 150px;
    padding-bottom: 150px;
}

.section_padding_200 {
    padding-top: 200px;
    padding-bottom: 200px;
}

.section_padding_0_100 {
    padding-top: 0;
    padding-bottom: 100px;
}

.section_padding_70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.section_padding_0_50 {
    padding-top: 0;
    padding-bottom: 50px;
}

img {
    max-width: 100%;
    max-height: 100%;
}

.mt-15 {
    margin-top: 15px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-150 {
    margin-top: 150px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-50 {
    margin-right: 50px;
}

.mr-100 {
    margin-right: 100px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-100 {
    margin-bottom: 100px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-50 {
    margin-left: 50px;
}

.ml-100 {
    margin-left: 100px;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

#scrollUp {
    bottom: 0;
    font-size: 24px;
    right: 30px;
    width: 50px;
    background-color: #000;
    color: #fff;
    text-align: center;
    height: 50px;
    line-height: 50px;
}

a,
a:active,
a:focus,
a:hover {
    text-decoration: none;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

p {
    color: #000;
    font-size: 16px;
    font-weight: 300;
    margin-top: 0;
    margin: 0;
}

.heading-text>p {
    font-size: 16px;
}

.section-heading>h2 {
    font-weight: 300;
    color: #000;
    font-size: 40px;
    margin: 0;
    text-transform: capitalize;
    /* text-align: center; */
}

.section-heading {
    margin-bottom: 40px;
}

.line-shape,
.line-shape-white {
    width: 80px;
    height: 2px;
    background-color: #000;
    margin-top: 15px;
}

.bg-gray {
    background: #dcdad4;
}

.line-shape {
    margin-left: calc(50% - 40px);
}

#preloader {
    overflow: hidden;
    background-color: #fff;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
}

.colorlib-load {
    -webkit-animation: 2s linear 0s normal none infinite running colorlib-load;
    animation: 2s linear 0s normal none infinite running colorlib-load;
    background: transparent none repeat scroll 0 0;
    border-color: #ddd #ddd #848484;
    border-radius: 50%;
    border-style: solid;
    border-width: 2px;
    height: 40px;
    left: calc(50% - 20px);
    position: relative;
    top: calc(50% - 20px);
    width: 40px;
    z-index: 9;
}

.header_area {
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 99;
    top: 0;
    padding: 0 4%;
}

.header_area .navbar {
    padding: 10px 0;
}

.menu_area .navbar-brand {
    margin: 0;
    padding: 0;
}

.menu_area .navbar-brand img {
    width: 100px;
}

.menu_area {
    position: relative;
    z-index: 2;
}

.menu_area #nav .nav-link {
    color: #000;
    display: block;
    font-size: 16px;
    font-weight: 500;
    border-radius: 30px;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    padding: 35px 15px;
}

.menu_area #nav .nav-link:hover {
    color: #6b6a6a;
}

.menu_area nav ul li>a:hover {
    color: #6b6a6a;
}

.sing-up-button {
    text-align: right;
}

.sing-up-button>a {
    color: #fff;
    font-weight: 500;
    display: inline-block;
    border: 2px solid #a883e9;
    height: 50px;
    min-width: 178px;
    line-height: 46px;
    text-align: center;
    border-radius: 24px 24px 24px 0;
}

.sing-up-button>a:hover {
    background: #848484;
    color: #fff;
    border-color: transparent;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.header_area.sticky {
    background-color: #fff;
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    height: 70px;
    position: fixed;
    top: 0;
    z-index: 99;
}

.header_area.sticky .menu_area .navbar-brand img {
    width: 60px;
}

.header_area.sticky .menu_area #nav .nav-link {
    padding: 23px 15px;
}

.header_area.sticky .navbar {
    padding: 0;
}

.wellcome_area {
    background-image: url(../img/bg-img/digital-banner-background.png);
    height: 900px;
    position: relative;
    z-index: 1;
    background-position: bottom center;
    background-size: cover;

}

.wellcome_area:after {
    position: absolute;
    width: 100%;
    left: 0;
    height: 2px;
    background-color: #fff;
    content: "";
    bottom: 0;
    z-index: 2;
}

.welcome-thumb {
    width: 30%;
    position: absolute;
    bottom: -80px;
    right: 180px;
    z-index: 9;
}

.welcome-thumb img {
    width: 350px;
}

.wellcome-heading>h1 {
    font-size: 100px;
    color: #000;
    font-weight: 700;
    position: relative;
    z-index: 3;
}

.wellcome-heading>p {
    color: #000;
}

.wellcome-heading>h3 {
    font-size: 332px;
    position: absolute;
    top: -134px;
    font-weight: 900;
    left: -12px;
    z-index: -1;
    color: #000;
    opacity: 0.1;
}

.wellcome-heading {
    margin-bottom: 60px;
}

.get-start-area {
    display: inline-block;
}

.get-start-area .app-download-btn a {
    background-color: #000;
    animation: glowing 1.3s infinite;
}

.special-feature-slider .special-feature-item {
    padding: 0 15px;
}

.single-icon {
    position: relative;
}

.single-icon>i {
    font-size: 36px;
    color: #000;
}

.single-special>h4 {
    font-size: 22px;
    color: #000;
}

.single-icon {
    margin-bottom: 25px;
}

.single-special>h4 {
    font-size: 22px;
    color: #1ba8fa;
    margin-bottom: 15px;
}

.single-special {
    border: 1px solid #eff2f6;
    padding: 40px 20px;
    border-radius: 40px 40px 40px 0;
    -webkit-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
    margin-bottom: 30px;
}

.single-special {
    height: 240px;
}

.special_description_img {
    margin-top: -85px;
}

.special_description_img img {
    transform: rotate(-20deg);
}

.special_description_content>h2 {
    color: #000;
    font-size: 48px;
    margin-bottom: 30px;
}

.single-special:hover {
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
}

.single-special p {
    margin-bottom: 0;
}

.app-download-area {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 1;
    flex-basis: 1;
    margin-top: 50px;
}

.app-download-btn a {
    border: 1px solid #000;
    background-color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 30px;
    border-radius: 30px 30px 30px 0;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.app-download-btn a:hover,
.app-download-btn.active a {
    border-color: transparent;
    background-color: #848484;
}

.app-download-btn a i {
    color: #fff;
    font-size: 24px;
    margin-right: 15px;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.app-download-btn a p {
    font-size: 16px;
    line-height: 1;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    color: #fff;
}

.app-download-btn a p span {
    font-size: 12px;
    display: block;
}

.app-download-btn:first-child {
    margin-right: 20px;
}

.app-download-btn a:hover i,
.app-download-btn a:hover p,
.app-download-btn.active a i,
.app-download-btn.active a p {
    color: #fff;
}

.special-feature .slick-dots.active {
    background-color: #000;
    border: transparent;
}

.special-feature .slick-dots {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.special-feature .slick-dots li {
    margin: 0 0.25rem;
}

.special-feature .slick-dots button {
    display: block;
    width: 12px;
    height: 12px;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: #fff;
    border: 1px solid #6b6a6a;
    text-indent: -9999px;
}

.slick-dots li.slick-active button {
    background-color: #000;
}

.special-feature .slick-dots button:focus {
    outline: 0;
}

.app_screenshots_slides {
    padding: 0 6%;
}

.app_screenshots_slides .slick-center .single-shot {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 1;
    transition: 0.4s ease-in-out;
}

.app_screenshots_slides .single-shot {
    opacity: 0.7;
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
}

.app_screenshots_slides .center .single-shot {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.slick-dots.active {
    background-color: #000;
    border: transparent;
}

.slick-dots {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.slick-dots li {
    margin: 0 0.25rem;
}

.slick-dots button {
    display: block;
    width: 12px;
    height: 12px;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: #fff;
    border: 1px solid #6b6a6a;
    text-indent: -9999px;
}

.slick-dots li.slick-active button {
    background-color: #000;
}

.slick-dots button:focus {
    outline: 0;
}

/* .section-heading {
    margin-bottom: 0 !important;
} */
.wish-offer .link-section h4 {
    margin-top: 45px;
    margin-bottom: 20px;
}

.wish-offer p span {
    font-weight: bold;
}

.wish-offer p {
    margin-bottom: 20px;
}

.wish-offer p a {
    color: #000;
    font-weight: bold;
}

.wish-offer p a:hover {
    color: #848484;
}

.wish-offer .link-section ul {
    padding-left: 17px;
}

.wish-offer .link-section ul li {
    padding: 3px 0;
}

.wish-offer .link-section ul li a {
    color: #000;
    font-size: 16px;
}

.wish-offer .link-section ul li a:hover {
    color: #848484;
}

.favorite-mobile-app .app-list {
    padding: 20px 0 0;
}

.favorite-mobile-app ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.favorite-mobile-app ul li {
    padding: 5px 0;
}

.favorite-mobile-app ul li span {
    padding: 0 0 0 10px;
}

.address-text>p,
.email-text>p,
.phone-text>p {
    font-size: 18px;
    margin-bottom: 10px;
}

.address-text>p>span,
.email-text>p>span,
.phone-text>p>span {
    color: #000;
}

.email-text p a {
    color: #000;
}

.footer-contact-area .line-shape {
    margin-left: 0;
}

.footer-contact-area .heading-text>p {
    margin-top: 50px;
}

.footer-contact-area .heading-text {
    margin-bottom: 50px;
}

.get-in-touch {
    text-align: center;
}

.get-content {
    text-align: left;
    display: inline-block;
}

#name {
    font-size: 18px;
    padding: 15px 15px;
    border-radius: 25px 25px 25px 0;
}

#email {
    font-size: 18px;
    padding: 15px 15px;
    border-radius: 25px 25px 25px 0;
}

#message {
    border-radius: 25px 25px 25px 0;
}

.btn.submit-btn {
    background: #848484;
    height: 48px;
    min-width: 185px;
    color: #fff;
    font-weight: 500;
    border-radius: 22px 25px 22px 0;
}

.btn.submit-btn:hover {
    background: #000;
    color: #fff;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.footer-contact-area {
    background: #dcdad4;
}

.footer-text>p {
    margin-bottom: 50px;
}

.main-title {
    text-align: center;
}

.privcy-policy {
    padding: 50px 20px;
}

.privcy-title {
    display: inline-block;
    margin-bottom: 20px;
    padding-top: 20px;
}

.privcy-title h1,
.privcy-title h2,
.privcy-title h3,
.privcy-title h4,
.privcy-title h5,
.privcy-title h6 {
    margin: 0;
    border-bottom: 2px solid #000;
}

.privcy-detail p {
    color: #000;
    font-weight: 400;
    margin-bottom: 10px;
}

.privcy-detail ol {
    padding-left: 30px;
}

.privcy-detail ol li {
    padding: 0 0 10px;
}

.privcy-detail span {
    font-weight: 600;
}

.privcy-detail ul {
    list-style-type: disc;
    padding: 0 50px 10px;
}

.privcy-detail ul li {
    font-weight: 600;
}

.privcy-detail ul li a {
    font-weight: 600;
    color: #000;
}

.footer-text a img {
    width: 92px;
}

.footer-social {
    padding-bottom: 30px;
}

.footer-social>a>i {
    background: #000;
    font-size: 14px;
    color: #fff;
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-weight: 500;
    border-radius: 10px 10px 10px 0;
    margin-right: 10px;
}

.footer-social>a>i:hover {
    background: #848484;
    color: #fff;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.social-icon {
    padding-bottom: 30px;
}

.footer-text {
    padding-bottom: 15px;
}

.footer-menu ul li {
    display: inline-block;
}

.footer-menu ul li a {
    border-right: 2px solid #726a84;
    display: block;
    padding: 0 7.5px;
    color: #000;
}

.footer-menu ul li a:hover {
    color: #848484;
}

.footer-menu ul li:last-child a {
    border-right: 0 solid #ddd;
}

.footer-social-icon {
    padding-bottom: 30px;
}

.footer-menu {
    padding-bottom: 15px;
}

.copyright-text>p {
    margin-bottom: 0;
}

.copyright-text p a {
    color: #000;
}

.copyright-text p a:hover {
    color: #848484;
}

.oops-main {
    padding: 100px 0;
}

.mobile-phone {
    width: 400px;
}

.page-content {
    text-align: center;
}

.page-content .app-download-btn {
    display: inline-block;
    margin: 10px 0 0;
}

.page-content h1 {
    font-size: 200px;
    line-height: 200px;
    color: #848484;
    font-weight: 700;
}

.page-content h3 {
    font-size: 45px;
    line-height: 45px;
    color: #848484;
}

.page-content p {
    color: #848484;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

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

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

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

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

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

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

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

@keyframes glowing {
    0% {
        background-color: #000;
        box-shadow: 0 0 5px #000;
    }

    50% {
        background-color: #000;
        box-shadow: 0 0 20px #000;
    }

    100% {
        background-color: #000;
        box-shadow: 0 0 5px #000;
    }
}

@font-face {
    font-family: themify;
    src: url(../fonts/themify.eot);
    src: url(../fonts/themify.eot?#iefix) format("embedded-opentype"), url(../fonts/themify.woff) format("woff"), url(../fonts/themify.ttf) format("truetype"), url(../fonts/themify.svg) format("svg");
    font-weight: 400;
    font-style: normal;
}

[class*=" ti-"],
[class^="ti-"] {
    font-family: themify;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ti-mobile:before {
    content: "\e621";
}

.ti-ruler-pencil:before {
    content: "\e615";
}

.ti-settings:before {
    content: "\e60f";
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: 0;
}

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

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

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

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

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

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

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

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

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

.slick-arrow.slick-hidden {
    display: none;
}

/* blog page start */
.blog-page-main {
    padding: 240px 0 0;
    background-color: #fff;
}

.blog-detail {
    text-align: center;
}

.blog-detail p {
    max-width: 70%;
    margin: 0 auto;
}

.digi-list {
    max-width: 420px;
    margin: 0 auto 40px;
}

.digi-list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.digi-list ul li:not(:last-child) {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #000;
}

.digi-list ul li {
    font-size: 14px;
    line-height: 14px;
}

.digi-list ul li a {
    color: #000;
    padding: 0 5px;
}

.digi-list ul li a:hover {
    color: #848484;
}

.blog-img {
    padding: 50px 0 0;
}

.blog-content {
    padding: 60px 0px;
    clear: both;
    overflow: hidden;
}

.blog-content div {
    width: 100% !important;
    margin: 0 !important;
}

.blog-data {
    padding: 0 40px;
}

.blog-footer {
    padding: 0 0 60px;
    text-align: center;
}

.blog-content span {
    font-size: 28px;
    line-height: 28px;
}

.blog-content p,
.blog-content span {
    margin-bottom: 30px;
    text-align: left !important;
    color: #000;
    font-size: 16px !important;
    font-weight: 300;
    font-family: Cabin, sans-serif;
}

.blog-content p:last-child {
    margin: 0;
}

.blog-footer ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.blog-footer ul li:not(:last-child) {
    /* padding-bottom: 10px; */
    /* margin-bottom: 10px; */
    display: inline-block;
}

.blog-footer ul li a {
    position: relative;
    text-transform: capitalize;
}

.blog-footer ul li a::after {
    position: absolute;
    content: '';
    width: 3px;
    height: 3px;
    background-color: #000;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    left: 0;
    margin-left: -3px;
    display: block;
}

.social-icon {
    border-top: 1px solid #000;
    padding-top: 10px;
    margin-top: 10px;
}

.social-icon a::after {
    display: none !important;
}

.blog-footer ul li a {
    padding: 0 5px;
    color: #000;
    font-size: 14px;
    line-height: 14px;
}

.blog-footer ul li a:hover {
    color: #848484;
}

.blog-footer ul li span {
    display: inline-block;
    font-weight: 700;
    margin-right: 15px;
    text-transform: capitalize;
}

.blog-img img {
    width: 100%;
}

/* blog-profile start */

/* blog-profile end */
.blog-profile {
    max-width: 385px;
    margin: 60px auto;
    text-align: center;
}

.profile-img img {
    margin-bottom: 15px;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
}

.blog-profile h5 {
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
}

.post-img img {
    width: 100%;
    margin-bottom: 20px;
}

.related-post {
    padding-bottom: 100px;
}

.title h2 {
    font-size: 25px;
    line-height: 30px;
    margin: 0 0 30px;
    border-bottom: 2px solid #000;
    display: inline-block;
    font-weight: 700;
}

.related-post .post-detail {
    text-align: center;
}

.related-post .post-detail a {
    color: #000;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    display: block;
    padding: 0 25px;
    text-transform: capitalize;
}

.related-post .post-detail a:hover {
    color: #848484;
}

.related-post .row {
    margin: 0 -40px;
}

.related-post [class*=col-] {
    padding: 0 40px;
}

.comment-section {
    margin-bottom: 60px;
}

.comment-list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.comment-list ul li:not(:last-child) {
    margin-bottom: 50px;
}

.user-img {
    width: 61px;
    height: 61px;
}

.user-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    object-fit: cover;
    font-family: ' object-fit: cover;';
}

.comment-profile .user-img {
    position: absolute;
    top: 0;
    left: 0;
}

.comment-profile {
    position: relative;
}

.comment-detail {
    margin-left: 80px;
}

.comment-profile .row {
    margin: 0 -12px;
}

.comment-profile [class*=col-] {
    padding: 0 12px;
}

.comment-profile .user-comment p {
    font-size: 14px;
    line-height: 20px;
}

.comment-profile .user-comment h2 {
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    margin: 0 0 10px;
}

.user-footer {
    display: flex;
    justify-content: space-between;
    margin: 25px 0 0;
}

.user-footer span {
    font-size: 14px;
    color: #989898;
}

.user-footer .reply-link {
    line-height: 1;
    font-weight: 700;
    color: #000;
    border: 1px solid #ececec;
    border-radius: 12px;
    padding: 8px 25px;
    font-size: 13px;
    display: inline-block;
}

.user-footer .reply-link:hover {
    background-color: #000;
    color: #fff;
}

.custom-form .form-group {
    margin-bottom: 30px;
}

.custom-form .form-group .form-control {
    padding: 10px 10px 10px 0;
    border: none;
    border-bottom: 1px solid #ebebeb;
    box-shadow: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    -moz-box-shadow: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    -moz-border-radius: 0;
}

.custom-form .form-group textarea {
    resize: none;
    height: 100px;
}

.custom-form .row {
    margin: 0 -25px;
}

.custom-form [class*=col-] {
    padding: 0 25px;
}

.custom-form .post-btn {
    font-size: 14px;
    font-weight: 500;
    background-color: #2f2f2f;
    color: #fff;
    line-height: 1;
    text-transform: uppercase;
    padding: 15px 50px;
    border-radius: 23px;
    border: 1px solid #2f2f2f;
    -webkit-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    outline: none;
    height: 50px;
    cursor: pointer;
}

.custom-form .post-btn i {
    margin-left: 10px;
}

.custom-form .post-btn:hover {
    background-color: #fff;
    color: #000;
}

.leave-comment {
    padding: 0 0 150px;
    background-color: #fff;
}

/* blog page end */

/* blog-detail-page start */
.block-main {
    margin: 0px 0 0;
    padding: 150px 0;
    background-color: #fff;
}

.blog-detail-page {
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    background-color: #fff;
    position: relative;
    z-index: 99999;
}

.blog-post {
    padding: 30px 0;
}

.jscroll-inner {
    padding: 35px 0 0;
}

/* .blog-post .blog {
    margin-bottom: 90px;
} */
.blog-post-img {
    margin-bottom: 40px;
}

.blog-post-img img {
    width: 100%;
    object-fit: cover;
}

.post-content {
    padding-right: 30px;
}

.post-content a {
    color: #000;
    font-size: 25px;
    line-height: 30px;
    font-weight: 800;
    text-transform: capitalize;
}

.post-meta {
    margin: 0;
    padding: 20px 0;
    list-style-type: none;
    display: block;
}

.post-meta li a {
    font-size: 13px;
    line-height: 13px;
    color: #3d3d3d;
    display: block;
    text-transform: capitalize;
}

.post-meta li.date:not(:last-child) {
    display: block;
    padding: 0 0 5px;
}

.post-meta li {
    /* margin-right: 10px; */
    padding: 0 5px;
    position: relative;
    display: inline-block;
}

.post-meta li.date:not(:last-child)::after {
    /* content: "/"; */
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.post-content p {
    font-size: 15px;
    color: #3d3d3d;
    text-align: justify;
}

.post-content .read-more {
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    margin-top: 30px;
    display: block;
}

.post-content .read-more:hover {
    opacity: 0.8;
    padding-left: 8px;
}

.blog-post .row {
    margin: 0 -35px;
}

.blog-post [class*=col-] {
    padding: 0 35px;
}

.blog {
    margin-bottom: 20px;
}

.blog-post [class*=col-]:nth-child(2n+1) {
    clear: both;
}

/* siderbar section start */
.blog-sidebar {
    padding: 70px 0 100px 80px;
    border-left: 1px solid #e5e5e5;
    height: 100%;
}

.bloger {
    text-align: center;
}

.bloger-img {
    width: 139px;
    height: 139px;
    margin: 0 auto;
}

.bloger-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
}

.bloger h2 {
    font-size: 20px;
    line-height: 20px;
    font-weight: 800;
    margin: 15px 0;
}

.bloger p {
    font-size: 15px;
    line-height: 22px;
}

.blog-title {
    margin-bottom: 30px;
    position: relative;
}

.categoriesr {
    padding: 50px 0;
}

.post-meta .categories {
    display: inline-block;
    position: relative;
}

.post-meta li.categories::after {
    position: absolute;
    content: '';
    width: 3px;
    height: 3px;
    background-color: #000;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    left: 0;
    margin-left: -3px;
}

/* .post-meta li.categories:first-child::after  {
    display: none !important;
} */
.blog-title h2 {
    padding-bottom: 10px;
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 800;
}

.blog-title::after {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #494949;
    height: 4px;
    width: 20px;
    border-radius: 2px;
    content: "";
}

.categoriesr-block {
    position: relative;
    margin-bottom: 20px;
}

.categoriesr-img {
    position: relative;
}

.categoriesr-img img {
    width: 100%;
}

.categoriesr-img::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.categoriesr-block .cate-name {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
}

.categoriesr-block .cate-name {
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    padding: 20px 10px;
    font-weight: 700;
}

.categoriesr .row {
    margin: 0 -9px;
}

.categoriesr [class*=col] {
    padding: 0 9px;
}

.subscriber-link {
    display: flex;
    flex-wrap: wrap;
    margin: -3px;
}

.subscriber-link a {
    font-size: 12px;
    color: #333;
    line-height: 1;
    padding: 10px 13px;
    background-color: #f5f5f5;
    margin: 3px;
    text-transform: capitalize;
}

.subscriber-link a:hover {
    background-color: #000;
    color: #fff;
}

.popular-articles {
    padding: 50px 0;
}

.popular-block {
    /* display: flex; */
    margin-bottom: 30px;
}

.popular-block img {
    width: 100%;
}

.popular-block .row {
    margin: 0 -5px;
}

.popular-block [class*=col-] {
    padding: 0 5px;
}

.popular-block .popular-detail {
    margin-left: 10px;
}

.popular-block .popular-detail a {
    color: #000;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 10px;
    display: block;
    font-weight: 700;
    text-transform: capitalize;
}

.popular-block .popular-detail span {
    font-size: 13px;
    color: #3d3d3d;
    line-height: 1;
}

.load-more {
    margin: 0 0 100px;
}

.load-more-btn {
    background-color: #000;
    line-height: 1;
    color: #fff;
    padding: 20px 45px;
    font-weight: 600;
    font-size: 15px;
    border: 1px solid #000;
    display: inline-block;
}

.load-more-btn:hover {
    background-color: #fff;
    color: #000;
}

.related-post h2 {
    font-size: 25px;
    line-height: 25px;
    font-weight: 700;
}

/* siderbar section end */


/* blog-detail-page end */
.subscriber-link a.active {
    background-color: #000;
    color: #fff;
}

.copyright-text {
    text-align: center;
    padding-top: 50px;
}

.privcy-detail p a {
    color: #000;
}

.privcy-detail p a:hover {
    color: #848484;
}

.slider-main .slick-dots {
    padding: 20px 0 0;
}

.slider-item {
    height: 550px;
}

.slider-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider-main {
    margin: 0 auto;
    text-align: center;
}

.footer-social-icon {
    z-index: 99;
}

/* application section start */
.application-section {
    background-color: #fff;
    padding-bottom: 60px;
}

.application-section h3 {
    padding-bottom: 50px;
    font-weight: bold;
}

.application-block {
    border: 1px solid #eff2f6;
    padding: 40px 20px;
    border-radius: 40px 40px 40px 0;
    margin-bottom: 30px;
    max-height: 500px;
    height: 500px;
}

.application-block h4 {
    text-align: center;
    margin-bottom: 20px;
    height: 70px;
    font-weight: bold;
}

.application-block p span {
    font-weight: bold;
}

.specail-detail {
    text-align: center;
    padding: 20px 0 40px;
}

.specail-detail p span {
    font-weight: bold;
}

.specail-detail p {
    margin-bottom: 20px;
}

/* application section end */