@import "https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i";

body {
    font-family: poppins, sans-serif;
    overflow-x: hidden;
    font-size: 13px;
    background-color: #fff;
    letter-spacing: 1px;
    padding: 100px 0 0 0;
    background-color: #fff;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #58468c;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 36px;
}

h4 {
    font-size: 30px;
}

h5 {
    font-size: 22px;
}

h6 {
    font-size: 18px;
}

p {
    color: #716c80;
    font-size: 13px;
    line-height: 27px;
}

a {
    text-decoration: none !important;
    color: #3f345f;
    transition: all 0.3s ease 0s;
}

    a:hover,
    a:focus {
        text-decoration: none !important;
        color: #ff8a73;
    }

img {
    transform-style: preserve-3d;
}

section {
    padding: 30px 0;
}

.section-title {
    padding-bottom: 40px !important;
    background-attachment: scroll;
    background-clip: border-box;
    background-image: url(../img/path-2-copy-2.png);
    background-origin: padding-box;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 189px auto;
    padding-bottom: 80px;
}

    .section-title .badge {
        margin: 0 0 8px;
    }

.section-title-line {
    background: transparent url(../img/line.png) repeat scroll 0 0;
    display: inline-block;
    height: 5px;
    width: 53px;
}

.badge {
    border-radius: 100px;
    font-size: 12px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: normal;
    padding: 4px 14px;
    text-transform: uppercase;
}

.badge-primary {
    background-color: rgba(92, 93, 232, 0.1);
    color: #5c5de8;
}

.badge-danger {
    background-color: rgba(250, 100, 35, 0.1);
    color: #fa6423;
}

.badge-success {
    background-color: rgba(0, 216, 200, 0.09);
    color: #00d8c8;
}

.badge-dark {
    background-color: rgba(52, 58, 64, 0.19);
    color: #343a40 !important;
}

.badge-info {
    background-color: rgba(23, 160, 184, 0.17);
    color: #17a2b8;
}

.badge-white {
    background-color: rgba(255, 255, 255, 0.81);
    color: #5c5de8 !important;
}

.btn {
    border-radius: 50px !important;
    font-size: 13px;
    padding: 8px 18px;
}

    .btn.btn-lg {
        font-size: 14px;
        padding: 13px 30px;
    }

.bg-custom {
    background: linear-gradient(135deg,#fafcff 1%,#a8c3de 100%);
}

.text-custom {
    color: #3c3f42 !important;
}

.show-read-more {
    text-align: left;
    margin-bottom: 0;
}

    .show-read-more + a {
        color: red;
    }

.read-more {
    color: red;
}

#slides {
    box-shadow: -8px 4px 20px -6px #b5b5b5;
    top: 0;
    left: -38px;
    border-radius: 1rem 0 0 1rem;
}

.hidden {
    right: -300px;
    box-shadow: rgb(113, 113, 113) 0px 0px 20px -10px;
    position: fixed;
    z-index: 10;
    width: 300px;
    background: white;
    top: 150px;
}

.ic h6 .collapsed:after {
    content: "\f067";
    font-family: 'font awesome 5 free';
    font-weight: 900;
    font-size: 14px;
    margin-right: 12px;
    margin-top: 3px;
    float: left;
}

.ic a:after {
    content: "\f068";
    font-family: 'font awesome 5 free';
    font-weight: 900;
    font-size: 14px;
    margin-top: 3px;
    margin-right: 12px;
    float: left;
}

.inner-header-block h1 {
    font-size: 35px;
}

.dropdown:hover .dropdown-menu {
    display: block !important;
}

.dropdown-menu {
    top: 80%;
    margin: 0 !important;
}

.features .caption-text {
    font-size: 16px;
}

.bg-primary,
.btn-primary,
.btn-outline-primary:hover {
    border-color: transparent !important;
    background: #230080;
    background: -moz-linear-gradient(135deg,#dcdcdc,#a9c3de );
    background: -webkit-linear-gradient(135deg,#dcdcdc,#a9c3de );
    /*background: linear-gradient(135deg, #230080 0%, #a614a3 70%, #e31eb4 100%);*/
    background: linear-gradient(135deg,#dcdcdc,#a9c3de );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#230080',endColorstr='#e31eb4',GradientType=1 );
}

.btn-outline-primary {
    border-color: #230080;
    color: #230080;
}

.text-primary {
    color: #230080 !important;
}

.progress-bar {
    background-color: #230080;
}

.bg-success,
.btn-success,
.btn-outline-success:hover {
    border-color: transparent !important;
    background: #4eda92;
    background: -moz-linear-gradient(-45deg, #4eda92 1%, #56e0cb 100%);
    background: -webkit-linear-gradient(-45deg, #4eda92 1%, #56e0cb 100%);
    background: linear-gradient(135deg, #4eda92 1%, #56e0cb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4eda92',endColorstr='#56e0cb',GradientType=1 );
}

.btn-outline-success {
    border-color: #4eda92;
    color: #4eda92;
}

.text-success {
    color: #4eda92 !important;
}

.bg-warning,
.btn-warning,
.btn-outline-warning:hover {
    border-color: transparent !important;
    background: #ffc107;
    background: -moz-linear-gradient(-45deg, #ffc107 1%, #fffc07 100%);
    background: -webkit-linear-gradient(-45deg, #ffc107 1%, #fffc07 100%);
    background: linear-gradient(135deg, #ffc107 1%, #fffc07 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc107',endColorstr='#fffc07',GradientType=1 );
}

.btn-outline-warning {
    border-color: #ffc107;
    color: #ffc107;
}

.text-warning {
    color: #ffc107 !important;
}

.bg-danger,
.btn-danger,
.btn-outline-danger:hover {
    border-color: transparent !important;
    background: #ff253a;
    background: -moz-linear-gradient(-45deg, #ff253a 0%, #ff8453 100%);
    background: -webkit-linear-gradient(-45deg, #ff253a 0%, #ff8453 100%);
    background: linear-gradient(135deg, #ff253a 0%, #ff8453 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff253a',endColorstr='#ff8453',GradientType=1 );
}

.btn-outline-danger {
    border-color: #ff253a;
    color: #ff253a;
}

.text-danger {
    color: #ff253a !important;
}

.bg-secondary,
.btn-secondary,
.btn-outline-secondary:hover {
    border-color: transparent !important;
    background: #9ba8aa;
    background: -moz-linear-gradient(-45deg, #9ba8aa 0%, #92b4d2 100%);
    background: -webkit-linear-gradient(-45deg, #9ba8aa 0%, #92b4d2 100%);
    background: linear-gradient(135deg, #9ba8aa 0%, #92b4d2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ba8aa',endColorstr='#92b4d2',GradientType=1 );
}

.btn-outline-secondary {
    border-color: #9ba8aa;
    color: #9ba8aa;
}

.text-secondary {
    color: #9ba8aa !important;
}

.bg-info,
.btn-info,
.btn-outline-info:hover {
    border-color: transparent !important;
    background: #17a2b8;
    background: -moz-linear-gradient(-45deg, #17a2b8 1%, #30def9 100%);
    background: -webkit-linear-gradient(-45deg, #17a2b8 1%, #30def9 100%);
    background: linear-gradient(135deg, #17a2b8 1%, #30def9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#17a2b8',endColorstr='#30def9',GradientType=1 );
}

.btn-outline-info {
    border-color: #17a2b8;
    color: #17a2b8;
}

.text-info {
    color: #17a2b8 !important;
}

.bg-dark,
.btn-dark,
.btn-outline-dark:hover {
    border-color: transparent !important;
    background: #171b20;
    background: -moz-linear-gradient(-45deg, #171b20 1%, #343a40 100%);
    background: -webkit-linear-gradient(-45deg, #171b20 1%, #343a40 100%);
    background: linear-gradient(135deg, #171b20 1%, #343a40 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#171b20',endColorstr='#343a40',GradientType=1 );
}

.btn-outline-dark {
    border-color: #171b20;
    color: #171b20;
}

.elements-page-btn .btn {
    margin: 6px 3px;
}

.custom-card {
    background-color: #fff;
    overflow: hidden;
    border: medium;
    border-radius: 6px;
    box-shadow: -1px 92px 99px -62px rgba(0, 0, 0, 0.12), 0 25px 65px 0 rgba(0, 0, 0, 0.08);
}

canvas {
    display: block;
    vertical-align: bottom;
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
}

.osahan-navbar.fixed-top {
    border-bottom: 2px solid rgba(255, 255, 255, 0.4);
    /* padding: 11px 0; */
}

    .osahan-navbar.fixed-top .osahan-center-nav {
        top: 20px;
    }

.osahan-navbar {
    padding: 0 48px 18px 48px;
    transition: all 0.4s ease-in-out 0s;
}

    .osahan-navbar .nav-link {
        font-size: 16px;
        color: #3c3f42 !important;
        padding: 10px !important;
        position: relative;
        letter-spacing: 0;
    }

.menu-bg .osahan-navbar .nav-link {
    color: #343a40 !important;
}

.menu-bg .navbar-nav-right a {
    color: #343a40;
}

.navbar-nav-right a {
    font-size: 13px;
    padding: 10px !important;
    color: #fff;
    display: block;
    letter-spacing: 0;
    position: relative;
}

.osahan-center-nav {
    display: inline-block;
    flex-direction: inherit !important;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    /* top: 46px; */
}

    .osahan-center-nav li {
        display: inline-block;
    }

.navbar-nav-right a.menu-btn {
    background: #fff none repeat scroll 0 0;
    border-radius: 43px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    color: #333;
    margin: 0 0 0 9px;
    padding: 9px 18px !important;
}

.osahan-navbar .nav-link.active::before,
.osahan-navbar .nav-link:hover::before {
    background: #3c3f42 none repeat scroll 0 0;
    border-radius: 22px;
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    width: 20px;
}

.osahan-navbar.fixed-top .nav-link.active::before,
.osahan-navbar.fixed-top .nav-link:hover::before {
    background: #3f345f none repeat scroll 0 0;
    border-radius: 20px;
    bottom: -22px;
    height: 2px;
    left: 12px;
    right: 12px;
    width: auto;
}

.dropdown-menu {
    border: 1px solid rgba(65, 77, 91, 0.1);
    border-radius: 3px;
    box-shadow: 0 10px 24px rgba(91, 94, 222, 0.16);
    margin: 16px 0 0;
    padding: 9px;
}

    .dropdown-menu::after {
        border-bottom: 10px solid #fff;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        content: "";
        position: absolute;
        right: 5px;
        top: -7px;
    }

    .dropdown-menu .dropdown-item {
        border-radius: 2px;
        color: #7d8b9b;
        font-size: 12px;
        padding: 7px 13px;
    }

        .dropdown-menu .dropdown-item:hover {
            background-color: #3f345f;
            box-shadow: 0 6px 15px 0 rgba(29, 25, 122, 0.2);
            color: #fff;
        }

.inner-navbar .menu-btn {
    background-color: #3f345f !important;
    color: #fff !important;
}

.inner-navbar .navbar-nav-right a {
    color: #3f345f;
}

header {
    position: relative;
    z-index: 3;
}

.banner-block {
    padding-top: 100px;
}

    .banner-block p {
        font-size: 15px;
    }

.dark-right-banner {
    position: absolute;
    right: 0;
    top: -48px;
}

.dark-banner {
    min-height: 480px;
    position: relative;
}

.dark-right-banner img {
    width: 700px;
}

.effectiv {
    bottom: -1px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
}

    .effectiv img {
        max-width: 100%;
        min-width: 100%;
        width: 100%;
    }

.bg-primary::after {
    background-attachment: scroll;
    background-clip: border-box;
    background-image: url(../img/bg-primary.png);
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    bottom: 0;
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    opacity: 0.2;
}

.bg-image {
    background-attachment: fixed;
    background-clip: border-box;
    background-image: url(../img/index-banner.jpg);
    background-origin: padding-box;
    background-position: center top;
    background-repeat: repeat;
    background-size: 100% auto;
}

.banner-block .img-fluid {
    margin: 0 0 -118px;
}

.testimonials-item {
    padding: 37px;
}

    .testimonials-item img {
        background: #fff none repeat scroll 0 0;
        border-radius: 90px;
        box-shadow: 0 0 24px rgba(11, 123, 255, 0.12);
        height: 107px;
    }

.screens-block .owl-item {
    opacity: 0.5;
    padding: 25px;
}

    .screens-block .owl-item.center {
        opacity: unset;
        padding: 0;
    }

.screens .item {
    border-radius: 7px;
    margin: 15px;
}

    .screens .item img {
        border: 25px solid #fff;
        border-radius: 12px;
        box-shadow: 0 0 11px rgba(0, 0, 0, 0.16);
    }

.screens .owl-nav div {
    background: #fff none repeat scroll 0 0 !important;
    border-radius: 50px !important;
    box-shadow: -1px 92px 99px -62px rgba(0, 0, 0, 0.68), 0 25px 65px 0 rgba(0, 0, 0, 0.27);
    color: #3f345f !important;
    height: 60px;
    line-height: 54px;
    opacity: 0.8;
    width: 60px;
}

    .screens .owl-nav div:hover {
        opacity: unset;
    }

.screens {
    position: relative;
}

    .screens .owl-nav .owl-next {
        position: absolute;
        right: 20px;
        top: 37%;
    }

    .screens .owl-nav .owl-prev {
        left: 20px;
        position: absolute;
        top: 37%;
    }

.features-block {
    background: transparent url(../img/path-2-copy-2.png) no-repeat scroll center center;
}

.features-item h5 {
    font-size: 16px;
    height: 40px;
    margin-bottom: 0;
}

.features-item img {
    margin: 0 0 29px !important;
    width: 65px;
}

.features-mid-left {
    padding-top: 58px;
}

.sign-up-block {
    background: #f2f5fa none repeat scroll 0 0;
}

.sign-up-form form {
    background: #fff none repeat scroll 0 0;
    border-radius: 50px;
    box-shadow: 0 0 24px rgba(91, 94, 222, 0.16);
    overflow: hidden;
    padding: 12px;
}

    .sign-up-form form .btn {
        font-size: 12px;
        font-weight: 700;
        padding: 13px 20px;
        text-transform: uppercase;
    }

    .sign-up-form form .form-control {
        border: medium;
        border-radius: 50px !important;
        font-size: 14px;
    }

.amazing-dashboard-block {
    background: #f2f5f9 none repeat scroll 0 0;
    border-top: 2px solid #fff;
}

.amazing-dashboard-left h6 {
    font-size: 16px;
    margin-bottom: .8rem;
}

.why-us-item i {
    font-size: 45px;
}

.video-block {
    background: #f2f5fa none repeat scroll 0 0;
}

.play-btn {
    background: #3f345f none repeat scroll 0 0;
    border-radius: 50px;
    color: #fff !important;
    display: inline-block;
    font-size: 29px;
    box-shadow: 0 0 24px rgba(11, 123, 255, 0.12);
    height: 100px;
    line-height: 103px;
    width: 100px;
}

.modal-backdrop {
    background-color: #6051e8;
}

    .modal-backdrop.show {
        opacity: 0.8;
    }

.modal-body {
    height: 350px;
}

.modal-dialog {
    transform: translate(-50%, -50%) !important;
    top: 45%;
    left: 30%;
}

.modal-content {
    box-shadow: 0 0 24px rgba(11, 123, 255, 0.12);
    border: medium;
    border-radius: 2px;
}

.pricing-block {
    background: #f2f5fa none repeat scroll 0 0;
}

.pricing-item .list-group-item {
    border-color: rgba(204, 204, 204, 0.24);
    color: #7d8b9b;
    font-size: 14px;
    padding: 19px 33px;
    text-align: left;
}

    .pricing-item .list-group-item:last-child {
        text-align: center;
    }

.pricing-item .card-body {
    padding: 43px 30px;
}

    .pricing-item .card-body .font-italic {
        color: #a0a0a0;
    }

.pricing-item .list-group-item i {
    margin: 0 9px 0 0;
}

.team-item h4 {
    font-size: 19px;
}

.team-item h6 {
    font-size: 15px;
}

.team-item .card-footer {
    background: transparent none repeat scroll 0 0;
    border-color: rgba(204, 204, 204, 0.24);
}

.social-icons a {
    background: #fff none repeat scroll 0 0;
    border-radius: 50px;
    box-shadow: 2px 2px 5px rgba(91, 94, 222, 0.16);
    color: #3f345f;
    display: inline-block;
    height: 40px;
    line-height: 42px;
    width: 40px;
}

.theme-card {
    background-color: #fff;
    border: medium;
    border-radius: 4px;
    margin: 20px 13px;
    box-shadow: 0 0 24px rgba(91, 94, 222, 0.16);
    transition: all 300ms linear 0s;
}

.owl-carousel .owl-item .blog-author img {
    display: block;
    width: auto;
}

.rtl-block .pricing-item .list-group-item {
    text-align: right;
}

    .rtl-block .pricing-item .list-group-item i {
        margin: 0 0 0 8px;
    }

    .rtl-block .pricing-item .list-group-item:last-child {
        text-align: center;
    }

.rtl-block .card.theme-card.blog-card {
    direction: rtl;
    text-align: right;
}

.rtl-block .blog-author img {
    margin: 0 0 0 10px;
}

.blogs-block .card .card-img-top {
    width: 100% !important;
}

.blog-author img {
    display: table-cell !important;
    height: 30px;
    margin: 0 13px 0 0;
    width: 30px !important;
}

.blog-author p {
    font-size: 14px;
}

    .blog-author p strong {
        color: #414d5b;
    }

.blog-card h6 {
    margin: 10px 0 7px;
}

.owl-theme .owl-dots .owl-dot span {
    background-color: #fff;
    border: 2px solid #3f345f;
    height: 10px;
    transition: all 300ms linear 0s;
    width: 10px;
    box-shadow: 0 0 24px rgba(91, 94, 222, 0.16);
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #3f345f !important;
    height: 14px;
    margin: 3px !important;
    transition: all 300ms linear 0s;
    width: 14px;
    box-shadow: 0 0 24px rgba(91, 94, 222, 0.16);
}

.trial-block .form-control {
    border-color: #fff;
    border-radius: 0;
    box-shadow: 0 0 24px rgba(91, 94, 222, 0.16);
    font-size: 13px;
    padding: 16px 20px;
}

.help-block ul {
    margin: 0;
    padding: 0;
}

    .help-block ul li {
        color: #dc3545;
        font-size: 11px;
        list-style: outside none none;
    }

.sidebar-widget {
    border-radius: 2px;
    box-shadow: 0 0 24px rgba(91, 94, 222, 0.16);
    margin-bottom: 25px;
    padding: 25px;
}

    .sidebar-widget ul {
        margin: 0;
        padding: 0;
    }

        .sidebar-widget ul li {
            list-style: outside none none;
        }

.widget-tag li a {
    display: inline-block;
    font-size: 14px;
    width: 100%;
    color: #7d8b9b;
}

.widget-tag li {
    line-height: 32px;
}

    .widget-tag li a .fa {
        margin: 0 8px 0 0;
    }

    .widget-tag li a .badge {
        border-radius: 12px;
        float: right;
        font-size: 11px;
        font-weight: 600;
        margin: 5px 0 0;
        padding: 3px 9px;
    }

.widget-post img {
    width: 100%;
}

.widget-post li {
    border-radius: 3px;
    box-shadow: 0 0 24px rgba(91, 94, 222, 0.16);
    margin: 0 0 20px;
    overflow: hidden;
    padding: 0;
}

.widget-post-info {
    padding: 11px;
}

    .widget-post-info h6 {
        font-size: 15px;
        margin: 0;
    }

    .widget-post-info span {
        color: #7d8b9b;
        font-size: 10px;
    }

    .widget-post-info > h6 a {
        color: #414d5b;
    }

.widget-post li:last-child {
    margin: 0;
}

.inner-navbar {
    border-bottom: 1px solid rgba(65, 77, 91, 0.1);
    background: #fff none repeat scroll 0 0;
    box-shadow: 2px 2px 5px rgba(91, 94, 222, 0.16);
}

    .inner-navbar .osahan-navbar {
        padding: 11px 0;
    }

    .inner-navbar .nav-link {
        color: #3f345f !important;
    }

.inner-section-padding {
    padding: 100px 0;
}

.inner-header-block {
    background-image: linear-gradient(to top, #f0f0f7, #f9f9fd);
    padding: 30px 0;
}

    .inner-header-block h1 {
        font-weight: 700;
    }

.caption-text {
    font-size: 19px;
    line-height: 31px;
    margin-bottom: 0 !important;
}

.blog-image {
    text-align: center;
}

.blog-page .theme-card {
    margin: 0 0 26px;
}

.blog-page .sign-up-form .form-control {
    border-radius: 50px 0 0 50px;
    padding: 0 0 0 23px;
}

.blog-page .sign-up-form form {
    border-radius: 50px;
    overflow: hidden;
}

    .blog-page .sign-up-form form .btn {
        background: #503cbc none repeat scroll 0 0 !important;
        color: #fff !important;
        padding: 17px 35px 17px 27px;
    }

.blog-dediated-block {
    background: #fff none repeat scroll 0 0;
    border-bottom: 3px solid #f3f4f5;
    margin: -145px 0 45px;
    padding: 37px 50px 37px 114px;
    position: relative;
}

.blog-status {
    left: 0;
    position: absolute;
    top: 0;
}

.blog-date {
    background-color: #503cbc;
    color: #fff;
    font-size: 14px;
    height: 73px;
    padding-top: 17px;
    width: 73px;
}

.blog-time {
    background-color: #eceff4;
    color: #7d8b9b;
    font-size: 14px;
    height: 73px;
    padding-top: 13px;
    width: 73px;
}

.auther-widget {
    background: #f3f5f6 none repeat scroll 0 0;
    display: inline-block;
    padding: 50px 130px;
}

    .auther-widget img {
        border-radius: 100px;
        float: left;
        height: 118px;
        margin-right: 34px;
        width: 118px;
    }

    .auther-widget p {
        color: #7d8b9b;
        font-stretch: normal;
        font-style: normal;
        font-weight: 500;
        letter-spacing: 1.2px;
        margin: 9px 0 7px;
        text-align: left;
    }

footer {
    background-color: #f0f4f7;
    border-top: 3px solid rgba(65, 77, 91, 0.1);
    padding: 39px 0;
}

.footer-list {
    background: #f0f4f7 none repeat scroll 0 0;
    padding: 40px 0;
}

    .footer-list h6 {
        color: #47495a;
        font-size: 13px;
        text-transform: uppercase;
    }

    .footer-list li a {
        color: #6b7c93;
    }

        .footer-list li a:hover {
            color: #1787be;
        }

    .footer-list ul {
        margin: 0;
        padding: 0;
    }

        .footer-list ul li {
            line-height: 29.6px;
            list-style: outside none none;
        }

    .footer-list .input-group {
        background: #fff none repeat scroll 0 0;
        border-radius: 50px;
        box-shadow: 0 6px 9px 0 rgba(23, 28, 33, 0.14);
        overflow: hidden;
        padding: 5px;
    }

    .footer-list .form-control {
        border: medium;
        border-radius: 50px !important;
        font-size: 13px;
        height: 38px;
        letter-spacing: 1px;
        padding: 0 12px;
    }

    .footer-list .btn {
        border-radius: 3px;
        box-shadow: 0 6px 9px 0 rgba(23, 28, 33, 0.14);
        height: 40px;
        padding: 0 14px;
        width: 40px;
    }

    .footer-list .input-group {
        margin: 0 0 6px;
    }

.app img {
    box-shadow: 0 6px 9px 0 rgba(23, 28, 33, 0.14);
    margin: 0 3px 0 0;
    width: 121px;
}

footer p:last-child a {
    font-weight: 600;
}

.heart-icon {
    animation: 2.5s ease 0s normal none infinite running animateHeart;
    color: #e00404;
    font-size: 12px;
    margin: 0 5px;
}

@keyframes animateHeart {
    0% {
        transform: scale(1);
    }

    5% {
        transform: scale(1.2);
    }

    10% {
        transform: scale(1.1);
    }

    15% {
        transform: scale(1.25);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes animateHeart {
    0% {
        transform: scale(1);
    }

    5% {
        transform: scale(1.2);
    }

    10% {
        transform: scale(1.1);
    }

    15% {
        transform: scale(1.25);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(1);
    }
}

@media (min-width: 0px) and (max-width: 767px) {
    .osahan-center-nav {
        display: initial;
        flex-direction: inherit;
        left: auto;
        position: unset;
        right: auto;
    }

        .osahan-center-nav li {
            display: inline;
        }

    .navbar-nav-right {
        text-align: center;
    }

    .footer-list h6 {
        margin: 22px 0 10px !important;
    }

    .navbar-toggler-icon {
        background-image: url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB2aWV3Qm94PVwnMCAwIDMwIDMwXCcgeG1sbnM9XCdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Z1wnPjxwYXRoIHN0cm9rZT1cJ3JnYmEoMjU1LCAyNTUsIDI1NSwgMC41KVwnIHN0cm9rZS13aWR0aD1cJzJcJyBzdHJva2UtbGluZWNhcD1cJ3JvdW5kXCcgc3Ryb2tlLW1pdGVybGltaXQ9XCcxMFwnIGQ9XCdNNCA3aDIyTTQgMTVoMjJNNCAyM2gyMlwnLz48L3N2Zz4=) !important;
    }

    .inner-navbar .osahan-navbar {
        padding: 11px 15px;
    }

    .blog-page .sign-up-form {
        display: none;
    }

    .blog-dediated-block {
        margin: 0;
    }

    .success-story-block .mx-auto {
        flex: 1 1 100%;
        max-width: 100%;
        width: 100%;
    }

    .caption-text {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 0;
    }

    .blog-dediated-block h2 {
        font-size: 24px;
    }

    .success-story-block h2 {
        font-size: 20px;
    }

    .auther-widget {
        padding: 30px;
    }

    .dark-banner {
        min-height: 505px;
    }

        .dark-banner .text-left {
            text-align: center !important;
        }

    .dark-right-banner {
        display: none;
    }

    h1 {
        font-size: 42px;
    }

    h2 {
        font-size: 36px;
    }

    h5 {
        font-size: 18px;
    }

    p {
        font-size: 13px;
        line-height: 22px;
    }

    .banner-block .img-fluid {
        margin: 0 0 -60px;
    }

    .testimonials-item {
        margin-bottom: 15px;
    }

    .custom-card {
        margin-bottom: 15px;
        height: auto !important;
    }

    .sign-up-block .form-control,
    .sign-up-block .btn {
        border-radius: 2px !important;
        display: inline-block;
        margin-bottom: 4px;
        padding: 12px;
        width: 100% !important;
    }

    .sign-up-form form {
        box-shadow: none;
    }

        .sign-up-form form .input-group {
            display: inline-block;
        }

    .features-mid-left,
    .features-mid-right {
        text-align: center;
    }

    .why-us-item {
        margin: 15px 0;
    }

    .sign-up-block .mx-auto {
        flex: 1 1 100%;
        max-width: 100%;
        width: 100%;
    }

    .amazing-dashboard-right {
        display: none;
    }

    section {
        padding: 60px 0 !important;
    }

    .amazing-dashboard-block .col-md-6 {
        flex: 1 1 100%;
        max-width: 100%;
        text-align: center;
        width: 100%;
    }

    .btn {
        padding: 14px 31px;
    }

    .pricing-item .card-body {
        padding: 33px 10px;
    }

    .pricing-item .list-group-item {
        font-size: 13px;
        padding: 13px 14px;
    }

    .download-app-block .mx-auto {
        flex: 1 1 100%;
        max-width: 100%;
        width: 100%;
    }

    .lead {
        font-size: 16px;
    }

    .section-title {
        padding-bottom: 30px;
    }

    .container {
        max-width: 100%;
    }

    .osahan-navbar {
        padding: 15px;
    }

    .navbar-brand {
        padding: 0;
    }

    .osahan-navbar.fixed-top {
        padding: 12px 15px;
    }

    .navbar-toggler {
        background: #000 none repeat scroll 0 0;
        border-radius: 2px;
        padding: 3px 7px;
    }

    .navbar-collapse.collapse.show {
        margin: 17px 0 0;
    }

    .osahan-navbar .nav-link {
        background: rgba(255, 255, 255, 0.11) none repeat scroll 0 0;
        border-radius: 2px;
        margin-bottom: 1px;
        text-align: center;
    }

    .osahan-navbar.fixed-top .nav-link.active::before,
    .osahan-navbar.fixed-top .nav-link:hover::before {
        display: none;
    }

    .osahan-navbar.fixed-top .nav-link {
        background: rgba(169, 169, 169, 0.12) none repeat scroll 0 0;
    }

    .menu-btn {
        display: inline-block;
        font-size: 12px;
        margin: 20px 0 0;
        padding: 11px 21px;
        text-align: center;
        width: 100%;
    }

    .info-banner img {
        width: 280px;
    }

    .info-banner div {
        text-align: center !important;
    }

    .info-banner {
        padding: 50px 0 90px !important;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .osahan-center-nav {
        display: initial;
        flex-direction: inherit;
        left: auto;
        position: unset;
        right: auto;
    }

        .osahan-center-nav li {
            display: inline;
        }

    .navbar-nav-right {
        text-align: center;
    }

    .footer-list h6 {
        margin: 22px 0 10px !important;
    }

    .navbar-toggler-icon {
        background-image: url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB2aWV3Qm94PVwnMCAwIDMwIDMwXCcgeG1sbnM9XCdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Z1wnPjxwYXRoIHN0cm9rZT1cJ3JnYmEoMjU1LCAyNTUsIDI1NSwgMC41KVwnIHN0cm9rZS13aWR0aD1cJzJcJyBzdHJva2UtbGluZWNhcD1cJ3JvdW5kXCcgc3Ryb2tlLW1pdGVybGltaXQ9XCcxMFwnIGQ9XCdNNCA3aDIyTTQgMTVoMjJNNCAyM2gyMlwnLz48L3N2Zz4=) !important;
    }

    .inner-navbar .osahan-navbar {
        padding: 11px 15px;
    }

    .sidebar-widget {
        border-radius: 2px;
        box-shadow: none;
        margin-bottom: 25px;
        padding: 0;
    }

    .blog-dediated-block {
        margin: 0;
    }

    .success-story-block .mx-auto {
        flex: 1 1 100%;
        max-width: 100%;
        width: 100%;
    }

    .caption-text {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 0;
    }

    .blog-dediated-block h2 {
        font-size: 27px;
    }

    .success-story-block h2 {
        font-size: 26px;
    }

    .auther-widget {
        padding: 50px;
    }

    .dark-right-banner img {
        width: 370px;
    }

    .dark-banner {
        min-height: 465px;
    }

    .dark-right-banner {
        top: 60px;
    }

    h1 {
        font-size: 42px;
    }

    h2 {
        font-size: 34px;
    }

    h5 {
        font-size: 18px;
    }

    p {
        font-size: 13px;
        line-height: 22px;
    }

    .sign-up-block .mx-auto {
        flex: 1 1 100%;
        max-width: 100%;
        width: 100%;
    }

    .amazing-dashboard-right {
        display: none;
    }

    .banner-block .img-fluid {
        margin: 0 0 -60px;
    }

    section {
        padding: 60px 0;
    }

    .amazing-dashboard-block .col-md-6 {
        flex: 1 1 100%;
        max-width: 100%;
        text-align: center;
        width: 100%;
    }

    .btn {
        padding: 14px 31px;
    }

    .testimonials-item {
        padding: 6px;
    }

    .pricing-item .card-body {
        padding: 33px 10px;
    }

    .display-4 {
        font-size: 45px;
    }

    .pricing-item .list-group-item {
        font-size: 13px;
        padding: 13px 14px;
    }

    .download-app-block .mx-auto {
        flex: 1 1 100%;
        max-width: 100%;
        width: 100%;
    }

    .lead {
        font-size: 16px;
    }

    .section-title {
        padding-bottom: 60px;
    }

    .container {
        max-width: 100%;
    }

    .osahan-navbar {
        padding: 15px;
    }

    .navbar-brand {
        padding: 0;
    }

    .osahan-navbar.fixed-top {
        padding: 12px 15px;
    }

    .navbar-toggler {
        background: #000 none repeat scroll 0 0;
        border-radius: 2px;
        padding: 3px 7px;
    }

    .navbar-collapse.collapse.show {
        margin: 17px 0 0;
    }

    .osahan-navbar .nav-link {
        background: rgba(255, 255, 255, 0.11) none repeat scroll 0 0;
        border-radius: 2px;
        margin-bottom: 1px;
        text-align: center;
    }

    .osahan-navbar.fixed-top .nav-link.active::before,
    .osahan-navbar.fixed-top .nav-link:hover::before {
        display: none;
    }

    .osahan-navbar.fixed-top .nav-link {
        background: rgba(169, 169, 169, 0.12) none repeat scroll 0 0;
    }

    .menu-btn {
        display: inline-block;
        font-size: 12px;
        margin: 20px 0 0;
        padding: 11px 21px;
        text-align: center;
        width: 100%;
    }
}

@media (min-width: 1024px) and (max-width: 1200px) {
    .osahan-navbar {
        padding: 18px 8px;
    }

        .osahan-navbar .nav-link {
            font-size: 12px !important;
            padding: 10px 6px !important;
        }

    .navbar-nav-right a {
        font-size: 12px !important;
    }

    .osahan-center-nav {
        top: 28px;
    }

    .container {
        max-width: 100%;
    }

    .dark-right-banner img {
        width: 470px;
    }

    .dark-banner {
        min-height: 465px;
    }

    .dark-right-banner {
        top: 60px;
    }
}

.demos-block-item {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    margin-bottom: 28px;
    overflow: hidden;
    position: relative;
    text-align: center;
}

    .demos-block-item .img-fluid {
        display: block;
        position: relative;
        transition: all 0.3s ease 0s;
    }

    .demos-block-item:hover .img-fluid {
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
        transform: translateY(-10px);
    }

    .demos-block-item h5 {
        font-size: 17px;
        font-weight: 500;
        margin: 20px 0 19px !important;
    }
