@import url('https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,600,700');
@import url('https://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700&subset=cyrillic,cyrillic-ext,latin-ext');

body {
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    line-height: 1.8;
}

:root {
    --primary-color: #F7941D;
    --secondary-color: #10053A;
    --light-color: #E8E8E8;
    --dark-color: #3A3A3C;
    --extra-dark-color: #000;
    --extra-light-color: #ccdded;
}

.site-warper {
    overflow: hidden;
}

a:hover,
button:hover {
    text-decoration: none;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    max-width: 100%;
}

/*header css*/
.desktoplogo img {
    width: 216px;
}

/*header css End*/


/*Hero section css start*/
.hero {
    background: url(./assets/images/hero_bg.png) no-repeat center center/cover;
    padding: 60px 0
}

.hero h1 {
    font-weight: 700;
    font-size: 2.9rem;
    color: #000;
}

.hero h1 .highlight {
    color: var(--primary-color);
    position: relative;
}

/* .hero h1 .highlight::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 4px;
    background: var(--primary-color);
    border-radius: 2px;
} */
.hero p {
    color: var(--secondary-color);
    font-size: 17px;
}

.hero-img {
    max-width: 100%;
}

.btn-cta {
    margin-top: 20px;
    background: var(--secondary-color);
    color: #fff;
    font-weight: 600;
    padding: 12px 28px;
    border-radius: 6px;
    transition: 0.3s;
}

.btn-cta:hover {
    background: #F7941D;
    color: #fff;
}

.statistic_section {
    margin-top: -60px;
}

.statistic_section .card {
    border-radius: 15px;
}

.statistic_section .card:hover {
    background: #10053A;
    color: #fff !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
    transition: all 0.3s ease;
}

.statistic_section .card:hover h4 {
    color: #fff;
}

.content-section {
    background: url(./assets/images/about_content.jpg) no-repeat center center/cover;
    background-attachment: fixed;
    color: white;
    padding: 70px 0;
    min-height: 80vh;
    display: flex;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 60px;
}

.content-box {
    /* background: rgba(255, 255, 255, 0.1); */
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 50px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

.paragraph {
    font-size: 1.2rem;
    line-height: 1.8;
    margin-bottom: 2rem;
    text-align: justify;
}

.paragraph:last-child {
    margin-bottom: 0;
}

.solution-section {
    background:
        url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 800"><rect fill="%2310053A" width="1200" height="800"/><g fill="%23F7941D" opacity="0.2"><circle cx="100" cy="100" r="80"/><circle cx="1100" cy="150" r="120"/><circle cx="200" cy="700" r="100"/><circle cx="1000" cy="650" r="90"/><rect x="300" y="200" width="600" height="150" rx="75"/><rect x="150" y="450" width="400" height="100" rx="50"/><rect x="650" y="500" width="350" height="80" rx="40"/></g><g fill="white" opacity="0.08"><circle cx="500" cy="300" r="200"/><circle cx="800" cy="500" r="150"/></g></svg>');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 70px 0;
    position: relative;
}

.content-wrapper {
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(15px);
    border: 4px solid #F7941D;
    border-radius: 0;
    padding: 60px 50px;
    /* margin: 0 20px; */
    position: relative;
    box-shadow: 0 25px 80px rgba(16, 5, 58, 0.4);
    animation: fadeInUp 1s ease-out;
}

.section-title {
    font-size: 2.8rem;
    font-weight: 700;
    color: #10053A;
    text-align: center;
    margin-bottom: 40px;
    line-height: 1.3;
    text-shadow: 2px 2px 4px rgba(247, 148, 29, 0.2);
}

.problem-text {
    font-size: 1.2rem;
    line-height: 1.8;
    color: #333;
    text-align: justify;
    margin-bottom: 25px;
    font-weight: 400;
}

.highlight-text {
    color: #F7941D;
    font-weight: 600;
}

.imagine-section {
    background: rgba(247, 148, 29, 0.1);
    border-left: 5px solid #F7941D;
    padding: 30px;
    margin: 30px 0;
    border-radius: 0 10px 10px 0;
}

.imagine-title {
    font-size: 1.4rem;
    font-weight: 600;
    color: #10053A;
    margin-bottom: 20px;
}

.benefits-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.benefits-list li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 15px;
    font-size: 1.1rem;
    color: #333;
    line-height: 1.6;
}

.benefits-list li::before {
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 2px;
    color: #F7941D;
    font-size: 1.2rem;
}

.solution-highlight {
    background: rgba(16, 5, 58, 0.05);
    border: 2px solid rgba(16, 5, 58, 0.1);
    border-radius: 15px;
    padding: 30px;
    margin: 30px 0;
    text-align: center;
}

.solution-text {
    font-size: 1.3rem;
    color: #10053A;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1.6;
}

.additional-info {
    background: rgba(247, 148, 29, 0.08);
    border-radius: 10px;
    padding: 25px;
    margin: 25px 0;
    border-left: 4px solid #F7941D;
}

.additional-text {
    font-size: 1.1rem;
    color: #333;
    margin-bottom: 0;
    line-height: 1.7;
}

.cta-section {
    text-align: center;
    margin-top: 40px;
    padding-top: 30px;
    border-top: 2px solid rgba(247, 148, 29, 0.3);
}

.demo-button {
    background: linear-gradient(135deg, #F7941D, #e8850c);
    color: white;
    border: none;
    padding: 12px 35px;
    font-size: 1.3rem;
    font-weight: 600;
    border-radius: 50px;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(247, 148, 29, 0.4);
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
}

.demo-button:hover {
    background: linear-gradient(135deg, #e8850c, #F7941D);
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(247, 148, 29, 0.5);
    color: white;
}

.features-section {
    background: #f8f9fa;
    padding: 80px 0;
    position: relative;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #10053A;
    text-align: center;
    margin-bottom: 30px;
    line-height: 1.2;
}

.feature-row {
    margin-bottom: 80px;
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.8s ease;
}

.feature-row.animate {
    opacity: 1;
    transform: translateY(0);
}

.feature-row:last-child {
    margin-bottom: 0;
}

.feature-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.feature-content::before {
    content: '';
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(247, 148, 29, 0.05), transparent);
    transition: right 0.6s ease;
}

.feature-content:hover::before {
    right: 100%;
}

.feature-number {
    display: inline-block;
    background: linear-gradient(135deg, #F7941D, #e8850c);
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.feature-title {
    font-size: 2rem;
    font-weight: 700;
    color: #10053A;
    margin-bottom: 15px;
    line-height: 1.3;
}

.feature-subtitle {
    font-size: 1.2rem;
    color: #666;
    margin-bottom: 25px;
    line-height: 1.5;
    font-style: italic;
}

.feature-list {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}

.feature-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    font-size: 1.1rem;
    color: #333;
    line-height: 1.6;
}

.feature-list li::before {
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 2px;
    color: #F7941D;
    font-size: 1rem;
}

.learn-more-btn {
    background: linear-gradient(135deg, #10053A, #2d1b69);
    color: white;
    border: none;
    padding: 15px 30px;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 600;
    transition: all 0.3s ease;
    align-self: flex-start;
    text-decoration: none;
    display: inline-block;
}

.learn-more-btn:hover {
    background: linear-gradient(135deg, #2d1b69, #10053A);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(16, 5, 58, 0.3);
    color: white;
}

.feature-image {
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
    position: relative;
}

.feature-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.feature-image:hover img {
    transform: scale(1.05);
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(247, 148, 29, 0.1), rgba(16, 5, 58, 0.1));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.feature-image:hover .image-overlay {
    opacity: 1;
}

.highlight {
    color: #F7941D;
    font-weight: 600;
}

.benefits-section {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.benefits-section::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(102, 126, 234, 0.03) 0%, transparent 70%);
    animation: rotate 20s linear infinite;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.section-header {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    z-index: 2;
}

.section-subtitle {
    font-size: 1.2rem;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.benefits-container {
    position: relative;
    z-index: 2;
}

.benefit-card {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    height: 100%;
}

.benefit-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(102, 126, 234, 0.1), transparent);
    transition: left 0.6s;
}

.benefit-card:hover::before {
    left: 100%;
}

.benefit-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 20px 40px rgba(102, 126, 234, 0.2);
    background: rgba(255, 255, 255, 0.95);
}

.benefit-card:nth-child(1) {
    animation: slideInLeft 0.6s ease-out 0.1s both;
}

.benefit-card:nth-child(2) {
    animation: slideInRight 0.6s ease-out 0.2s both;
}

.benefit-card:nth-child(3) {
    animation: slideInLeft 0.6s ease-out 0.3s both;
}

.benefit-card:nth-child(4) {
    animation: slideInRight 0.6s ease-out 0.4s both;
}

.benefit-card:nth-child(5) {
    animation: slideInLeft 0.6s ease-out 0.5s both;
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-100px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(100px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.card-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    position: relative;
    z-index: 2;
    text-align: center;
    height: 100%;
}

.icon-container {
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: white;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    margin-bottom: 10px;
}

.benefit-card .icon-container svg {
    /* color: var(--secondary-color); */
    color: #fff;
    z-index: 2;
}

.icon-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: inherit;
    border-radius: inherit;
    transition: all 0.3s ease;
}

.benefit-card:hover .icon-container {
    transform: scale(1.1) rotate(5deg);
}

.icon-container.maximize {
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
}

.icon-container.streamline {
    background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%);
}

.icon-container.enhance {
    background: linear-gradient(135deg, #fa709a 0%, #fee140 100%);
}

.icon-container.tracking {
    background: linear-gradient(135deg, #a8edea 0%, #fed6e3 100%);
    color: #2c3e50;
}

.icon-container.insights {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.text-content {
    flex: 1;
}

.benefit-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 12px;
    line-height: 1.3;
    transition: color 0.3s ease;
}

.benefit-description {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.6;
    margin: 0;
    transition: color 0.3s ease;
}

.benefit-card:hover .benefit-title {
    color: var(--primary-color);
}

.benefit-card:hover .benefit-description {
    color: #555;
}

.floating-shapes {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    overflow: hidden;
}

.shape {
    position: absolute;
    opacity: 0.1;
    animation: float 8s ease-in-out infinite;
}

.shape-1 {
    top: 10%;
    left: 5%;
    width: 60px;
    height: 60px;
    background: #667eea;
    border-radius: 50%;
    animation-delay: 0s;
}

.shape-2 {
    top: 60%;
    right: 10%;
    width: 80px;
    height: 80px;
    background: #764ba2;
    transform: rotate(45deg);
    animation-delay: 2s;
}

.shape-3 {
    bottom: 20%;
    left: 15%;
    width: 40px;
    height: 40px;
    background: #4facfe;
    border-radius: 20% 80% 80% 20%;
    animation-delay: 4s;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0px) rotate(0deg);
    }

    25% {
        transform: translateY(-20px) rotate(5deg);
    }

    50% {
        transform: translateY(-10px) rotate(-5deg);
    }

    75% {
        transform: translateY(-15px) rotate(3deg);
    }
}

@media (max-width: 768px) {
    .benefits-section {
        padding: 60px 0;
    }

    .section-title {
        font-size: 2.2rem;
    }

    .benefit-card {
        padding: 25px;
    }

    .icon-container {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
        border-radius: 15px;
    }

    .benefit-title {
        font-size: 1.2rem;
    }

    .benefit-description {
        font-size: 0.9rem;
    }
}

@media (max-width: 576px) {
    .card-content {
        gap: 15px;
    }
}

/* Intersection Observer Animation */
.benefit-card.animate {
    animation-play-state: running;
}

.choose-section {
    padding: 70px 0;
    background: #f9fafc;
}

.choose-section h2 {
    font-weight: 700;
    margin-bottom: 20px;
}

.choose-section p {
    color: #555;
    margin-bottom: 20px;
}

.feature-box {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.feature-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #f0f4ff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    color: var(--primary-color);
    font-size: 22px;
    padding: 15px;
}

.feature-text h5 {
    font-weight: 600;
    margin: 0;
}

.feature-text p {
    margin: 0;
    font-size: 15px;
    color: #666;
}

.stat-box {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #fff;
    padding: 15px 20px;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.stat-box h4 {
    margin: 0;
    font-size: 28px;
    font-weight: 700;
    color: #007bff;
}

.stat-box span {
    font-size: 14px;
    color: #666;
}

.choose-section .section-title .text-primary {
    color: var(--primary-color) !important;
}

.choose-section .section-subtitle {
    max-width: 100%;
}

.faq-container {
    max-width: 900px;
    margin: 0 auto;
    background: #f2f3f5;
    padding: 35px;
    border-radius: 15px;
}

.faq-item {
    background: #fff;
    border-radius: 10px;
    margin-bottom: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.faq-item input {
    display: none;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    font-size: 18px;
    font-weight: 600;
    color: var(--secondary-color);
    cursor: pointer;
    transition: background 0.3s;
    margin: 0;
}

.faq-question:hover {
    background: #f2f6ff;
}

.faq-question::after {
    content: "\f078";
    font-family: 'Font Awesome 5 Free';
    font-size: 18px;
    transition: transform 0.3s;
}

input:checked+.faq-question::after {
    transform: rotate(-180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.3s;
    padding: 0 20px;
    color: #444;
    font-size: 15px;
    line-height: 1.6;
}

input:checked~.faq-answer {
    max-height: 500px;
    padding: 16px 20px 20px;
}

section.faq_section {
    padding: 70px 0;
    padding-bottom: 0;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .section-title {
        font-size: 2.6rem;
    }

    .feature-content {
        padding: 40px;
    }

    .feature-title {
        font-size: 1.8rem;
    }
}

@media (max-width: 992px) {
    .features-section {
        padding: 60px 0;
    }

    .section-title {
        font-size: 2.4rem;
        margin-bottom: 50px;
    }

    .feature-row {
        margin-bottom: 60px;
    }

    .feature-content {
        padding: 35px;
        margin-bottom: 30px;
    }

    .feature-title {
        font-size: 1.6rem;
    }

    .feature-subtitle {
        font-size: 1.1rem;
    }
}

@media (max-width: 768px) {
    .section-title {
        font-size: 2.1rem;
        margin-bottom: 40px;
    }

    .feature-content {
        padding: 30px;
    }

    .feature-title {
        font-size: 1.5rem;
    }

    .feature-list li {
        font-size: 1rem;
    }

    .feature-row {
        margin-bottom: 50px;
    }
}

@media (max-width: 576px) {
    .features-section {
        padding: 50px 0;
    }

    .section-title {
        font-size: 1.9rem;
    }

    .feature-content {
        padding: 25px;
    }

    .feature-title {
        font-size: 1.4rem;
    }

    .feature-subtitle {
        font-size: 1rem;
    }
}

/* Animation delays for staggered effect */
.feature-row:nth-child(2) {
    transition-delay: 0.2s;
}

.feature-row:nth-child(3) {
    transition-delay: 0.4s;
}

.feature-row:nth-child(4) {
    transition-delay: 0.6s;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .section-title {
        font-size: 2.4rem;
    }

    .content-wrapper {
        padding: 50px 40px;
    }
}

@media (max-width: 992px) {
    .solution-section {
        background-attachment: scroll;
        padding: 60px 0;
    }

    .section-title {
        font-size: 2.2rem;
    }

    .content-wrapper {
        padding: 40px 30px;
        margin: 0 15px;
    }

    .problem-text,
    .solution-text {
        font-size: 1.1rem;
    }
}

@media (max-width: 768px) {
    .section-title {
        font-size: 2rem;
        margin-bottom: 30px;
    }

    .content-wrapper {
        padding: 35px 25px;
        margin: 0 10px;
        border-width: 3px;
    }

    .problem-text {
        font-size: 1.05rem;
        text-align: left;
    }

    .imagine-section {
        padding: 25px;
    }

    .benefits-list li {
        font-size: 1rem;
    }

    .demo-button {
        font-size: 1.1rem;
        padding: 15px 35px;
    }
}

@media (max-width: 576px) {
    .section-title {
        font-size: 1.8rem;
    }

    .content-wrapper {
        padding: 30px 20px;
        margin: 0 5px;
    }

    .problem-text,
    .solution-text {
        font-size: 1rem;
    }

    .imagine-section {
        padding: 20px;
    }

    .benefits-list li {
        padding-left: 35px;
        font-size: 0.95rem;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.choose-section .bottom_text {
    color: black;
    font-size: 1.2rem;
    font-style: italic;
    margin-bottom: 0;
}

/* Responsive */
@media (max-width: 768px) {
    .content-section {
        padding: 60px 0;
        min-height: auto;
    }

    .content-box {
        padding: 30px;
    }

    .paragraph {
        font-size: 1.1rem;
        text-align: left;
    }
}

@media (max-width: 576px) {
    .content-box {
        padding: 25px;
    }

    .paragraph {
        font-size: 1rem;
    }
}



.online-slider {
    padding-top: 46px;
}

.spacial-images img {
    margin-top: 40px;
}

.owl-item {
    -webkit-transition: 0.1s ease-in-out left;
    -moz-transition: 0.1s ease-in-out left;
    -o-transition: 0.1s ease-in-out left;
    transition: 0.1s ease-in-out left;
}

.online-slider .carousel-item img {
    width: 100%;
    padding-top: 0px;
    position: relative;
}

.online-slider .carousel-item h1 {
    position: absolute;
    top: 84px;
    left: 106px;
    color: #F1592A;
    font-weight: bold;
    font-size: 48px;
}

.online-slider .carousel-item h2 {
    position: absolute;
    top: 141px;
    left: 183px;
    color: #F7941D;
    font-weight: bold;
    font-size: 35px;
}

.online-slider .carousel-item h4 {
    position: absolute;
    bottom: 73px;
    left: 42px;
    color: #3A3A3C;
    font-weight: bold;
    font-size: 18px !important;
}

.carousel-indicators li {
    background: #000;
    cursor: pointer;

}

.fst3 {
    margin-top: 10px;
}

.carousel-control-prev span {
    color: #000;
}

.single-spacial h4 {
    font-size: 18px;
    margin: 0px;
    padding: 0px;
    color: #fff;
    font-weight: 500;
}

.section-padding {
    padding: 40px 0px 40px 0;
}

#user_define_text {
    color: red;
    padding: 20px 0;
}

.howitwork-list {
    color: #000;
    padding-left: 20px;
}

.howitwork-list li {
    list-style: square;
}

.pricing {
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    font-family: sans-serif;
    color: #414140;
}

.pricing span {
    color: #DC1612;
}

.demo-left-box,
.demo-right-box {
    /* background: #fff; */
    padding: 10px;
    min-height: 385px;
}

.spidochetube_inner {
    background-color: #e8e8e8 !important;
}

#spidochetube_list li {
    border-top: 1px solid #e8e8e8 !important;
    border-bottom: 1px solid #e8e8e8 !important;
}

.demo-left-box {
    background: #E8E8E8;
}

.latest-video-area-right {
    overflow-x: scroll;
    /* height: 315px; */
    width: 100%;
    margin: 0;
    /* overflow-x: hidden; */
}

.sub-video {
    margin: 0 10px 10px 0;
}

.demo-left-box {
    /* margin: 0 170px;
    padding: 10px 90px; */
}

.demo-request-btn {
    text-align: center;
    padding: 10px;
}

.demo-request-btn a {
    padding: 10px 100px;
    background: #2b2457;
    color: #fff;
    font-size: 20px;
    border-radius: 3px;
    font-weight: 600;
}

.demo-title {
    font-size: 28px;
    color: #dc9214;
    text-align: center;
    font-weight: bold;
    padding: 2px 0;
    background: #E8E8E8;
}

.or-separator {
    font-size: 20px;
    font-weight: bold;
    overflow: hidden;
    margin: 0;
    padding: 12px;
}

.demo-call-title {
    font-size: 26px;
    font-weight: bold;
}

p.demo-img {
    text-align: center;
}

.try-demo-btn,
.demo-aaps-btn {
    width: 100%;
}

.demo-img img {
    width: 59%;
    margin: 0 auto;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .demo-img img {
        width: 100%;
    }
}

.hedding-defoult {
    font-weight: 300;
}

.section-title.hedding-defoult h2 {
    font-weight: 400;
    text-transform: capitalize;
    font-family: 'Lora', serif;
    font-size: 40px;
    font-style: italic;
    font-weight: bold;
}

.section-title.hedding-defoult.c6 h2 {
    font-size: 28px;
    text-transform: uppercase;
}

.section-title.hedding-defoult p {
    margin: 0 0 5px;
}

.section-title.hedding-defoult span.title-border {
    position: relative;
    z-index: 1;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 auto;
    border-radius: 50%;
    border: 1px solid;
}

.section-title.hedding-defoult span.title-border:after,
.section-title.hedding-defoult span.title-border:before {
    position: absolute;
    content: "";
    width: 40px;
    height: 1px;
    left: 100%;
    top: 50%;
    margin: -.5px;
    margin-left: 3px;
}

.section-title.hedding-defoult span.title-border:before {
    left: 0;
    margin-left: -43px;
}

.shadow,
.single-team:hover,
.client-slide-image .slick-current img,
.best-button.hvr-shutter-in-horizontal,
.footer-content .social-icon a:hover {
    -webkit-box-shadow: 0 5px 25px 0 rgba(5, 5, 5, 0.2);
    box-shadow: 0 5px 25px 0 rgba(5, 5, 5, 0.2);
}

.relative-image {
    position: relative;
    z-index: 2;
}

.owl-carousel {
    background: #e0dbdb;
}

.owl-dot span {
    display: none;
}

.absulate-image {
    left: 15%;
    z-index: 1;
}

.speciar-100 {
    height: 100px;
}

.less-top-margin-130 {
    margin-top: -130px;
}

.less-top-margin-150 {
    margin-top: -150px;
}

.less-top-margin-180 {
    margin-top: -180px;
}


.less-top-margin-230 {
    margin-top: -230px;
}

.less-top-margin-250 {
    margin-top: -250px;
}



.top-margin-80 {
    margin-top: 80px;
}

.top-margin-100 {
    margin-top: 100px;
}

.top-margin-110 {
    margin-top: 100px;
}

.top-margin-130 {
    margin-top: 130px;
}

.top-margin-150 {
    margin-top: 150px;
}

.top-margin-200 {
    margin-top: 200px;
}

.bottom-margin-50 {
    margin-bottom: 50px;
}

.bottom-margin-80 {
    margin-bottom: 80px;
}

.bottom-margin-100 {
    margin-bottom: 100px;
}

.bottom-margin-110 {
    margin-bottom: 100px;
}

.bottom-margin-130 {
    margin-bottom: 130px;
}

.bottom-margin-150 {
    margin-bottom: 150px;
}

.bottom-margin-180 {
    margin-bottom: 180px;
}

.bottom-margin-200 {
    margin-bottom: 200px;
}

.mb-30 {
    margin: 30px 0;
}

.padding-30 {
    padding: 30px;
}

.padding-35-30 {
    padding: 35px 30px;
}

.top-padding-150 {
    padding-top: 150px;
}

.top-padding-180 {
    padding-top: 180px;
}

.top-padding-200 {
    padding-top: 200px;
}

.site-wraper {
    overflow: hidden;
}

/*----------------------*/
/* 01 - Header CSS
/*---------------------*/
#sticky_anchor.sticky {
    height: auto;
    width: 100%;

}

.sticky {
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100%;
    -webkit-animation: sticky .5s;
    animation: sticky .5s;
    border-bottom: 1px solid #ddd;
}

@-webkit-keyframes sticky {
    0% {
        top: -100px;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    100% {
        top: 0;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }
}

@keyframes sticky {
    0% {
        top: -100px;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    100% {
        top: 0;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }
}


.current_page_item>a {
    opacity: .5;
}

.slicknav_nav a {
    text-transform: capitalize;
}

.slicknav_menu {
    background: none;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 11;
}

.slicknav_menu ul {
    width: 100%;
    padding: 15px;
    border-radius: 5px;
}

.slicknav_menu a.slicknav_btn {
    margin: -52px 15px 0px;
}

/*----------------*/
/* 02 - Hero Area CSS
/*---------------*/
.hero-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
    height: 100vh;
}

.hero-bg-right:after {
    position: absolute;
    right: 0;
    top: 0;
    width: 54%;
    height: 100%;
    content: "";
    background: url(assets/img/new/slider-bg-.png);
    background-size: 100% 100%;
    background-position: top;
    z-index: -1;
    margin-top: 70px;
}

.hero-area .single-slide {
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    margin-top: 115px;
}

.slider-title {
    font-weight: 400;
    line-height: 1.3;
    font-size: 36px;
    margin-top: 30px;

}

.hero-area .single-slide p {
    margin: 20px 0;
    line-height: 1.8;
}

.hero-area .single-slide .slider-button {
    margin-top: 30px;
}

.border-button {
    border: 1px solid;
}

.best-button {
    display: inline-block;
    padding: 10px 30px;
}

.slider-button .best-button {
    margin: 0 10px;
    text-transform: uppercase;
    font-weight: 700;
}

.slider-button {
    margin-left: -10px;
    margin-top: 35px;
}

.slider-button .best-button i {
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 10px;
    line-height: 20px;
    text-align: center;
    padding-left: 3px;
    margin-right: 5px;
    position: absolute;
    left: 13px;
    top: 12px;
    display: inline-block;
}

.slider-button a {
    position: relative;
}

.slider-button a:nth-child(2) {
    padding-left: 38px;
    margin: 0;
}

.slider-button .best-button:last-child {
    margin-right: 0;
}

.hero-area .owl-dots {
    position: absolute;
    right: 10%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.hero-area .owl-dots .owl-dot {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background-color: #b5003c;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 5px 0;
    font-size: 14px;
}

.hero-area .owl-dots .owl-dot span {
    position: absolute;
    left: 0;
    z-index: 9;
    width: 100px;
    padding-left: 10px;
    text-transform: capitalize;
}

.hero-area .owl-dots .owl-dot span:after {
    position: absolute;
    right: 0;
    bottom: 11px;
    width: 20px;
    height: 1px;
    content: "";
}

.hero-area.hero-bg-top .owl-dots .owl-dot {
    display: none;
}

/*----------------------------*/
/* 03 - About Service CSS
/*---------------------------*/
.feture-icon {
    position: relative;
    z-index: 1;
    height: 124px;
    margin-bottom: 25px;
}

.feture-icon i {
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -15px;
    margin-top: -8px;
}

.feture-icon:after,
.feture-icon:before {
    position: absolute;
    top: 0;
    width: 124px;
    height: 100%;
    content: "";
    left: 50%;
    margin-left: -62px;
    background-image: url(assets/img/about/about-angle-1.png);
    z-index: -1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;

}

.feture-icon:before {
    background-image: url(assets/img/about/about-angle-2.png);
    opacity: .4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    bottom: 0;
    margin-top: 10px;
}

.single-feture-boxed {
    line-height: 1.8;
    padding: 50px 30px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.single-feture-boxed:hover {
    -webkit-box-shadow: 0 5px 25px 0 rgba(5, 5, 5, 0.2);
    box-shadow: 0 5px 25px 0 rgba(5, 5, 5, 0.2);
}

.single-feture-boxed:hover .feture-icon:after {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.single-feture-boxed:hover .feture-icon:before {
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

/*----------------------------*/
/* 04 - Spacial Area CSS
/*---------------------------*/
.single-spacial {
    color: #fff;
    position: relative;
}

.spacial-icon {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 30px;
    position: absolute;
    top: 25%;
    display: inline-block;
}

.left-spacial .single-spacial .spacial-icon {
    right: 0;
}

.right-spacial .single-spacial .spacial-icon {
    left: 0;
}

.right-spacial .single-spacial {
    padding-left: 60px;
}

.left-spacial .single-spacial {
    padding-right: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    height: 100px;
}

.right-spacial .single-spacial {
    padding-right: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    height: 100px;
}

.left-spacial .single-spacial:last-child,
.right-spacial .single-spacial:last-child {
    padding-bottom: 0;
}

/*----------------------------*/
/* 05 - Discover Area CSS
/*---------------------------*/
.discover-content a {
    text-transform: uppercase;
    margin-top: 20px;
    overflow: hidden;
}

.discover-images {
    margin-right: 60px;
}

.discover-images.absulate-images .absulate-image {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 5%;

}

.discover-images.absulate-images .relative-image {
    -webkit-animation: 3s ease 0s normal none infinite running bounce;
    animation: 3s ease 0s normal none infinite running bounce;

}

.screenshort-slider {
    padding: 15px 14px 0 14px;
    background-size: 100%;
    margin: 0 auto;
    margin-bottom: -40px;
}

.app-screens.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    max-height: 500px;
}

.app-screens .owl-stage-outer {
    padding: 16px 0 32px 0;
    padding: 1rem 0 2rem 0;
}

.app-screens .app-screen-item {
    width: 250px;
    overflow: hidden;
}

.app-screens .owl-item .app-screen-item {
    opacity: 0.75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    -webkit-transform: scaleY(.80);
    -ms-transform: scaleY(.80);
    transform: scaleY(.80);
    -webkit-transition: transform 0.35s ease-out, box-shadow 0.35s ease-out, opacity 0.35s ease-out;
    -webkit-transition: opacity 0.35s ease-out, -webkit-transform 0.35s ease-out, -webkit-box-shadow 0.35s ease-out;
    transition: opacity 0.35s ease-out, -webkit-transform 0.35s ease-out, -webkit-box-shadow 0.35s ease-out;
    transition: transform 0.35s ease-out, box-shadow 0.35s ease-out, opacity 0.35s ease-out;
    transition: transform 0.35s ease-out, box-shadow 0.35s ease-out, opacity 0.35s ease-out, -webkit-transform 0.35s ease-out, -webkit-box-shadow 0.35s ease-out;
}

.app-screens .owl-item.active.center .app-screen-item {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}

.app-screens .owl-item.active.center .app-screen-item {
    -webkit-box-shadow: 0 7px 15px rgba(0, 9, 128, 0.05), 0 12px 28px rgba(0, 9, 128, 0.075);
    box-shadow: 0 7px 15px rgba(0, 9, 128, 0.05), 0 12px 28px rgba(0, 9, 128, 0.075);
}

.free-trial {
    min-height: 450px;
}

.waves-bg {
    position: relative;
    z-index: 1;
}

.waves-bg:before,
.waves-bg:after {
    position: absolute;
    z-index: -1;
    content: "";
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    bottom: 0;
    background-image: url(assets/img/new/image-01.png);
    left: 0;
    opacity: .9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

.tril-content {
    position: absolute;
    left: 50%;
    top: 65%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
}

.trial-content a {
    font-weight: 700;
}

.trial-content h2 {
    font-size: 34px;
    margin: 20px 0;
}

/*----------------------------*/
/* 06 - Choose Us Area CSS
/*---------------------------*/
.choose-images.absulate-images .absulate-image {
    z-index: 2;
    bottom: -5%;
    left: 25%;
    -webkit-animation: 3s ease 0s normal none infinite running bounce;
    animation: 3s ease 0s normal none infinite running bounce;

}

.right-spacial.choose .single-spacial {
    position: relative;
    z-index: 1;
}

.right-spacial.choose .single-spacial:after {
    position: absolute;
    width: 1px;
    height: 100%;
    content: "";
    left: 5%;
    margin-left: -.5px;
    bottom: 0;
    z-index: -1;
    border: 1px dotted;
}

.right-spacial.choose .spacial-icon {
    top: 0;
}

.left-spacial.choose .single-spacial:last-child:after,
.right-spacial.choose .single-spacial:last-child:after {
    border: none;
}

/*----------------------------*/
/* 07 - ScreenShort Area CSS
/*---------------------------*/
.screenshort-slider .owl-stage-outer {
    padding: 16px 0 32px 0;
    padding: 1rem 0 2rem 0;
}

.screenshort-slider .screenshort-item {
    width: 275px;
    overflow: hidden;
}

.screenshort-slider .owl-item .screenshort-item {
    position: relative;
    z-index: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
    -webkit-transition: transform 0.35s ease-out, box-shadow 0.35s ease-out, opacity 0.35s ease-out;
    -webkit-transition: opacity 0.35s ease-out, -webkit-transform 0.35s ease-out, -webkit-box-shadow 0.35s ease-out;
    transition: opacity 0.35s ease-out, -webkit-transform 0.35s ease-out, -webkit-box-shadow 0.35s ease-out;
    transition: transform 0.35s ease-out, box-shadow 0.35s ease-out, opacity 0.35s ease-out;
    transition: transform 0.35s ease-out, box-shadow 0.35s ease-out, opacity 0.35s ease-out, -webkit-transform 0.35s ease-out, -webkit-box-shadow 0.35s ease-out;
}

.screenshort-slider .owl-item.center .screenshort-item {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-box-shadow: 0 7px 15px rgba(0, 9, 128, 0.05), 0 12px 28px rgba(0, 9, 128, 0.075);
    box-shadow: 0 7px 15px rgba(0, 9, 128, 0.05), 0 12px 28px rgba(0, 9, 128, 0.075);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.screenshort-slider .owl-stage-outer {
    padding: 1rem 0 2rem 0;
    overflow: hidden;
    max-height: 510px;
}

.screenshort-slider .owl-item.center .screenshort-item:after {
    background: none;
}

.screenshort-slider .owl-item .screenshort-item:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    content: "";
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.screenshort-slider .owl-nav div {
    position: absolute;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    top: 57%;
    left: -1%;
    margin-top: -25px;
}

.screenshort-slider .owl-nav div.owl-next {
    left: auto;
    right: -1%;
}

/*----------------------------*/
/* 08 - Video Area CSS
/*---------------------------*/
.apps-video img {
    max-width: 100%;
}

.apps-video {
    position: relative;
    z-index: 1;

}

.section-title h2 {
    margin-bottom: 40px;
}

.play-btn.video-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.video-btn:focus,
.slicknav_nav .slicknav_item a:focus {
    outline: none;
}

.play-btn.video-btn i {
    margin-left: 5px;
}

.mfp.play-btn.video-btn.hvr-ripple-in:before {
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

/*----------------------------*/
/* 09 - Count Area CSS
/*---------------------------*/
.single-count h2,
.single-count h5 {
    font-weight: 700;
    margin: 0;
}

.count-icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 30px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 10px 0;
    display: inline-block;
}

.single-count h5 {
    font-size: 18px;
}

/*----------------------------*/
/* 10 - Price Area CSS
/*---------------------------*/
.price-head {
    position: relative;
    height: 230px;
    z-index: 1;
    padding: 70px 15px;
}

.price-head:after {
    position: absolute;
    right: 0;
    top: 0;
    width: 85%;
    background-size: cover;
    background-image: url(assets/img/price-bg.png);
    background-repeat: no-repeat;
    content: "";
    height: 135%;
    z-index: -1;
}

.single-price {
    font-weight: 700;
    padding-bottom: 30px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.price-head h2 {
    font-size: 30px;
    font-weight: 700;
    margin: 30px 0 0;
    padding-left: 15px;
}

.price-body li {
    padding: 5px;
    cursor: pointer;
}

.single-price a {
    margin-top: 20px;
}

.count-price span {
    font-size: 15px;
    margin: 0 1px;
}

.count-price strong {
    font-size: 36px;
}

.price-body li:last-child {
    padding: 0;
}

.single-price:hover .price-head:after,
.single-price.active .price-head:after {
    background-image: url(assets/img/price-hover-bg.png);
}

.single-price:hover,
.single-price.active {
    -webkit-box-shadow: 0 7px 25px 0 rgba(5, 5, 5, 0.3);
    box-shadow: 0 7px 25px 0 rgba(5, 5, 5, 0.3);
}

/*----------------------------*/
/* 11 - Team Area CSS
/*---------------------------*/
.team-area {
    position: relative;
    z-index: 3;
    margin-top: 95px;
}

.single-team img {
    width: 100%;
}

.single-team {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.single-team:hover .team-hover {
    visibility: visible;
    z-index: 2;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    bottom: 0;
}

.team-hover {
    text-transform: capitalize;
    padding: 15px 5px;
    position: absolute;
    left: 0;
    bottom: -100%;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    z-index: -1;
    cursor: pointer;
}

.team-hover h6 {
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
}

.team-hover p {
    margin: 0 0 5px;
}

.social-icon a {
    font-size: 14px;
    width: 30px;
    height: 30px;
    border: 2px solid;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 0 1.5px;
}

/*----------------------------*/
/* 12 - Testimonial Area CSS
/*---------------------------*/
.testimonial {
    position: relative;
    z-index: 1;
    margin-top: -150px;
}

.testimonial-bg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-image: url(assets/img/team/team-bg.png);
}

.tastimonial-slider {
    margin: 50px 0 40px;
}

.single-tastimonial h4 {
    font-weight: 700;
    text-transform: capitalize;
    margin: 0;
}

.single-tastimonial span {
    font-weight: 300;
    text-transform: capitalize;
    display: block;
    margin-bottom: 10px;
}

.testimonial-images {
    width: 100px;
    height: 100px;
    z-index: 99999;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid #fff;
    overflow: hidden;
    margin: auto;
    margin-bottom: -49px;
}

.testimonial-info {
    padding: 30px;
    padding-top: 70px;
}

.tastimonial-slider .owl-dots div {
    width: 15px;
    height: 15px;
    border: 1px solid #fff;
    float: left;
    margin: 2px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    line-height: 14px;
}

.tastimonial-slider .owl-dots {
    text-align: center;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 15px;
}

.tastimonial-slider .owl-dots div.active span {
    width: 9px;
    height: 10px;
    background: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    margin-left: .5px;
}

/*----------------------------*/
/* 13 - FAQ Area CSS
/*---------------------------*/
.faq-description {
    margin-top: 16px;
}

.faq-description .card {
    border: none;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
    border-left: 1px solid;
    margin-top: 10px;
}

#accordion .card-header {
    padding: 18px 16px 18px 0;
    display: block;
    position: relative;
}

.faq_description .card-header h5 {
    padding-right: 25px;
}

.faq-description .card-body {
    padding: 15px;
}

.card-header h5 a {
    overflow: hidden;
    display: block;
    width: 90%;
    text-align: left;
}

.faq-description .btn.btn-link:hover {
    text-decoration: none;
}

.faq-description .card-header .btn.btn-link.collapsed:after {
    content: "\f067";
    position: absolute;
    right: 10px;
}

/*
*/

.card-header h5 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

/*----------------------------*/
/* 14 - Client Area CSS
/*---------------------------*/
.width-360 {
    width: 360px;
}

#client-slide-text {
    overflow: hidden;
}

.client-slide-image .single-item img {
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.client-slide-image .single-item {
    -webkit-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7);
    padding: 25px 0;
}

.client .width-360 {
    margin: 0 auto;
}

.client-slide-image .single-item.slick-current {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.ratting {
    margin-right: 10px;
}

.ratting i {
    color: #f3c30b;
    font-size: 16px;
}

.content img {
    width: 110px;
    position: absolute;
    left: 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.content {
    position: relative;
    z-index: 1;
    padding-left: 140px;
}

.content p {
    position: relative;
    z-index: 1;
    text-align: justify;
    padding: 0px 5px;
}

.content p:before {
    left: -15px;
    top: 8px;
    content: "\f10d";
}

.content p:after {
    right: 0;
    bottom: -5px;
    content: "\f10e";
}

.content p:before,
.content p:after {
    position: absolute;
    font-family: fontAwesome;

}

.client .slick-arrow {
    position: absolute;
    left: -10%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: transparent;
    border: none;
    z-index: 8;
    font-size: 20px;
    cursor: pointer;
}

.client .slick-arrow.slick-next {
    position: absolute;
    left: auto;
    right: -10%;
}

/*----------------------------*/
/* 15 - Blog Area CSS
/*---------------------------*/
.single-blog {
    border: 1px solid;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

.single-blog img {
    max-width: 100%;
}

.blog-content {
    padding: 15px 15px 30px;
    position: relative;
}

.blog-plus-icon {
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, .25);
    box-shadow: 0 5px 25px rgba(0, 0, 0, .25);
    right: 15px;
    top: -15px;
}

.blog-info {
    padding: 10px 0;
    overflow: hidden;
}

.blog-info .blog-left {
    float: left;
    width: 60%;
}

.blog-info .blog-right {
    float: right;
    width: 40%;
    text-align: right;
}

.blog-info span i {
    margin-right: 5px;
}

.blog-info span {
    font-size: 16px;
    font-weight: 300;
}

.blog-link {
    display: block;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
}

/*----------------------------*/
/* 16 - Contact Us Area CSS
/*---------------------------*/

.cta-form .cta-mail {
    position: relative;
    width: 100%;
    border: none;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    height: 40px;
    padding: 0 30px;
}

.cta-form .cta-btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    border: none;
    width: 120px;
    text-transform: uppercase;
    font-weight: 700;
    margin-right: 17px;
    cursor: pointer;
}

.cta-form {
    text-align: center;
}

.cta-form .subscription-success,
.cta-form .subscription-error {
    display: inline-block;
    padding-left: 25px;
    position: relative;
    line-height: 1;
}

.cta-form .subscription-success i,
.cta-form .subscription-error i {
    position: absolute;
    left: 0;
    top: 18px;
    color: #00c4ff;
}

.cta-form .cta-mail:focus,
.cta-form .cta-btn:focus,
input:focus,
textarea:focus,
button:focus {
    outline: none;
}







.success {
    color: #09ec3d;
}

.error,
.cta-form .subscription-error {
    color: #8108b1;
}

/*----------------------------*/
/* 17 - Banner Title CSS
/*---------------------------*/
.page-warper .header-area {
    border-bottom: 1px solid #ddd;
}

.page-warper {
    background-color: #f8f8f8;
}

.banner-blog-single-title-bg {

    background-image: url('assets/img/blog/blog-bradcumb-bg.jpg')
}

.page-title-banner {
    position: relative;
    overflow: hidden;
    -ms-background-size: cover;
    background-size: cover;
    padding: 100px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.page-title-banner-overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .72);
}

.page-title-banner-text {
    position: relative;
}

.page-title-banner-text h2 {
    font-size: 50px;
    font-weight: 700;
    margin-top: 50px;
}

.page-title-banner-text .breadcrumb {
    background-color: transparent;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
}

.breadcrumb-item.active {
    font-weight: 700;
}

/*----------------------------*/
/* 18 - Single Blog CSS
/*---------------------------*/

.blog-page .figure {
    margin: 0;
}

.blog-text {
    padding: 40px 30px;
}

.blog-text h4 {
    color: #000;
}

.block-text {
    padding: 60px 30px;
    border-left: 3px solid #9954eb;
}

.blog-text .admin-info {
    font-size: 12px;
}

.blog-text .admin-info .date {
    margin-left: 20px;
    margin-right: 10px;
}

.blog-text .admin-info .comment {
    margin-left: 10px;
}

.bulate {
    padding-left: 60px;
}

.bulate li {
    position: relative;
}

.bulate li:before,
.post-sheare:before {
    position: absolute;
    top: 5px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    content: '';
    background-color: #2095f2;
}

.bulate li:before {
    left: -27px;
}

.sheare-breadcrumb {
    padding: 20px 30px;
}

.sheare-breadcrumb p {
    margin: 0;
}

.post-sheare {
    background-color: #fff;
    position: relative;
    padding-right: 60px;
}

.post-sheare:before {
    right: 10px;
    top: 5px;
    width: 36px;
    height: 36px;
}

.ads {
    display: inline-block;
    padding-top: 12px;
    margin-left: 15px;
}

.blog-text .pagination .page-item .page-link {
    border-radius: 52px !important;
    -webkit-transition: .3s;
    transition: .3s;
    color: #6d6a6b;
    overflow: hidden;
}

/*----Admin comment----*/
.content-blog-a {
    overflow: hidden;

}

.e-blog-A {
    float: left;
    list-style: none;
}

.e-blog-A img {
    height: auto;
    max-width: 80px;
}

.blog-a-text {
    list-style: none;
    padding-left: 100px;
}

.blog-a-text h5 {
    margin: 0;
    display: inline-block;
}

.blog-a-text h5 a {
    color: #000;
    font-size: 14px;
    font-weight: 600;
}

.blog-a-text p {
    font-size: 14px;
    margin: 0;
    line-height: 24px;
}

.blog-text .breadcrumb,
.blog-text .block-text,
.blog-text .pagination .page-item .page-link {
    background-color: #f1f1f1;
    border-radius: 0;
}

/* Comment Css */
.padding-title {
    padding: 10px 30px;
}

.border-bottom {
    border-bottom: 1px solid #e1e1e1;
}

.comment-date {
    display: block;
    font-size: 12px;
    margin-top: 5px;
}

/*form section*/
.best-comments-form {
    margin-top: 60px;
}

.best-comments-form .form-control {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    height: 40px;
    font-size: 13px;
    margin-bottom: 20px;
    background-color: transparent;
}

.best-comments-form textarea.form-control {
    height: 200px;
    resize: none;
}

.best-comments-form .form-group {
    margin-bottom: 5px;
}

.send-me-ph .best-button {
    background-color: #ff0000;
    color: #fff;
}

/*----------------------------*/
/* 19 - Sidebar Area
/*---------------------------*/
.sidebar-search-form .input-wrapper {
    position: relative;
}

.sidebar-search-form button {
    display: block;
    height: 38px;
    width: 50px;
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    color: #2095f2;
    font-size: 20px;
    background: transparent;
}

.sidebar-search-form .form-control {
    border-radius: 0;

}

.sidebar-block .content-blog-a {
    padding: 20px 0;
}

.sidebar-block .content-blog-a:last-child {
    border: none;
}

.sidebar-block .comment-author-info .admin-info span {
    font-size: 10px;
}

.sidebar-block .comment-author-info .admin-info .comment-date {
    display: inline-block;
}

.sidebar-block .comment-author-info .admin-info span a {
    font-size: 10px;
}

.sidebar-block .blog-a-text {
    padding-left: 85px;
}

/* Category Css */
.sidebar-block .dropdown-toggle::after {
    border-top: none;
    border-right: none;
    border-left: none;
}

.dropdown-menu {
    padding: 0;
    font-size: 12px;
    border-radius: 0;
}

.badge-light {
    border: 1px solid #e1e1e1;
    border-radius: 0;
    padding: 8px;
    margin-left: 10px;
    margin-bottom: 12px;
    text-transform: capitalize;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
}

.badge-light:hover {
    background-color: #2394f4;
    color: #fff;
    border-color: #2394f4;
}

.tags {
    margin-left: -10px;
}

/*----------------------------*/
/* 20 - Footer Area CSS
/*---------------------------*/
.app-download-button {
    margin-top: 40px;
}

.app-download-button a {
    width: auto;
    display: inline-block;
    position: relative;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    margin-right: 5px;
    overflow: hidden;
    padding: 20px 15px;
    padding-left: 40px;
    margin-bottom: 15px;
}

.app-download-button a i {
    position: absolute;
    left: 4%;
    top: 50%;
    font-size: 22px;
    line-height: 18px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.app-download-button a:last-child {
    margin: 0;
}

/*----------------------*/
/* 21 - Preloader CSS
/*---------------------*/
.preloader {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    background: #fff;
    z-index: 9999999999;
}

.loader {
    margin: 0 auto;
    width: 60px;
    height: 50px;
    text-align: center;
    font-size: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
}

.loader>div {
    height: 100%;
    width: 8px;
    border-radius: 10px;
    display: inline-block;
    float: left;
    margin-left: 2px;
    -webkit-animation: delay 0.8s infinite ease-in-out;
    animation: delay 0.8s infinite ease-in-out;
}

.loader .bar1 {
    background-color: #754fa0;
}

.loader .bar2 {
    background-color: #09b7bf;
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.loader .bar3 {
    background-color: #90d36b;
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.loader .bar4 {
    background-color: #f2d40d;
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.loader .bar5 {
    background-color: #fcb12b;
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.loader .bar6 {
    background-color: #ed1b72;
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

@-webkit-keyframes delay {

    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.05);
    }

    20% {
        -webkit-transform: scaleY(1);
    }
}

@keyframes delay {

    0%,
    40%,
    100% {
        transform: scaleY(0.05);
        -webkit-transform: scaleY(0.05);
    }

    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
    }
}

/*----------------------------*/
/* 22 - Back to top CSS
/*---------------------------*/
.back-to-top {
    z-index: 99;
    position: fixed;
    margin: 0px;
    position: fixed;
    bottom: 40px;
    right: 15px;
    border-radius: 3px;
    background: transparent;
    font-size: 14px;
    width: 40px;
    height: 40px;
    text-align: center;
    cursor: pointer;
}

.back-to-top i {
    padding-top: 2px;
    font-size: 20px;
}

.back-to-top span {
    display: block;
    line-height: 8px;
    font-size: 11px;
}

/*----------------------------*/
/* 23 - Transition CSS
/*---------------------------*/
.hero-area .owl-dots,
.single-feture-boxed,
.single-price a,
.team-hover,
.social-icon a,
.faq-description .card-header button::after,
.client-slide-image .single-item img,
.blog-link,
.footer-content .social-icon a,
.back-to-top,
.feture-icon:after,
.feture-icon:before,
.price-head:after,
#sticky_anchor.sticky {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/*----------------------------*/
/* 24 - Color CSS
/*---------------------------*/
.c1,
body,
.best-button,
.price-body li,
.faq-description .btn.btn-link,
.app-download-button a,
.single-team .team-hover .social-icon a:hover {
    color: #fff;
}

.c1-bg,


.c1-bo,
.right-spacial.choose .single-spacial:after {
    border-color: #666666 !important;
}

.c2,
.red-color,
.slider-title,
.slider-button .border-button.c2-bo,
.hero-area .owl-dots .owl-dot,
.section-title.hedding-defoult h2,
.single-feture-boxed h4,
.spacial-icon,
.discover-content h2,
.discover-content a,
.trial-content a,
.count-icon,
.faq-description .card-header a::after,
.blog-plus-icon,
.blog-link:hover,
.faq-description .btn.btn-link:hover,
.footer-content .social-icon a,
.page-link,
.page-link:focus,
.page-link:hover,
.category-list li>a,
.sidebar-search-form button {
    color: #5712b2;
    /*font-family: 'Oleo Script', cursive;*/
}

.page-item.active .page-link,
.badge-light:hover,
.bulate li:before,
.post-sheare:before,
.slicknav_nav,
.slicknav_btn:hover,
.slicknav_menu .slicknav_icon-bar,
.slicknav_menu ul,
.slicknav_menu a.slicknav_btn {
    background-color: #5712b2;
}

.red-bg,
.slider-button .best-button.boxed-button,
.slider-button .best-button i,
.section-title.hedding-defoult span.title-border:after,
.section-title.hedding-defoult span.title-border:before,
.right-spacial.choose .single-spacial .spacial-icon,
.single-price a:hover,
.single-price.active a,
.team-hover,
.hvr-sweep-to-right:before,
.hvr-shutter-out-horizontal:before,
.best-button.hvr-shutter-in-horizontal:hover,
.footer-content .social-icon a:hover,
.back-to-top,
.testimonial-info,
.screenshort-slider .owl-nav div,
.play-btn.video-btn,
.banner-blog-single-title-bg,
.send-me-ph .best-button {
    background: #2C2557;
    /*background: -moz-linear-gradient(left, #532285 0%, #7112f0 100%);*/
    /*background: -webkit-linear-gradient(left, #532285 0%,#7112f0 100%);*/
    /*background: linear-gradient(to right, #EA1B23 0%,#EA1B23 100%);*/
    /*    background: linear-gradient(to right, #532285 0%,#7112f0 100%);*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#532285', endColorstr='#7112f0', GradientType=1);
}

.c2-bo,
.section-title.hedding-defoult span.title-border,
.red-bo,
.single-price a:hover,
.single-price.active a,
.faq-description .card,
.faq-description .card-header button::after,
.single-blog,
.mfp.play-btn.video-btn.hvr-ripple-in:before,
.footer-content .social-icon a:hover,
.slicknav_btn,
.page-item.active .page-link,
.badge-light:hover,
.block-text {
    border-color: #5712b2 !important;
}

.c3 {
    color: #2ecc71;
}

.c3-bg {
    background-color: #2ecc71;
}

.c3-bo {
    border-color: #2ecc71 !important;
}


.red-bg .section-title.hedding-defoult,
.red-bg .section-title.hedding-defoult h2,
.slider-button .best-button i,
.hero-area .owl-dots .owl-dot.active span,
.hero-area .owl-dots .owl-dot,
.slider-button .best-button,
.trial-content h5,
.trial-content h2,
.right-spacial.choose .single-spacial .spacial-icon,
.single-count h2,
.single-count h5,
.single-price a:hover,
.single-price:hover .price-head h2,
.single-price.active .price-head h2,
.single-price.active a,
.team-hover,
.social-icon a,
.content,
.client .slick-arrow,
.contact-form button,
.contact-form input,
.contact-form textarea,
.team-hover .social-icon a:hover,
.footer-content .social-icon a:hover,
.back-to-top,
.slicknav_nav,
.slicknav_nav a:hover,
.screenshort-slider .owl-nav div,
.play-btn.video-btn,
.page-title-banner-text h2,
.page-title-banner-text .breadcrumb li a,
.breadcrumb-item.active,
.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}

.contact-form input::-webkit-input-placeholder,
.contact-form textarea::-webkit-input-placeholder {
    color: #fff;
}

.c4-bg,
.hero-area .owl-dots .owl-dot.active,
.hero-area .owl-dots .owl-dot.active span:after,
.red-bg .section-title.hedding-defoult span.title-border:before,
.red-bg .section-title.hedding-defoult span.title-border:after,
.single-feture-boxed:hover,
.spacial-icon,
.count-icon,
.faq-description .card,
.faq-description .card-header,
.blog-plus-icon,
.footer-content .social-icon a,
.team-hover .social-icon a:hover,
.best-button.hvr-shutter-in-horizontal:before,
.slicknav_btn .slicknav_icon-bar,
.sticky,
.gradient-top-bg.sticky,
.page-warper .header-area {
    background-color: #fff;
}

.c4-bo,
.red-bg .section-title.hedding-defoult span.title-border,
.social-icon a {
    border-color: #fff !important;
}

.c5 {
    color: #1d9a52;
}

.c5-bg {
    background-color: #1d9a52;
}

.c5-bo {
    border-color: #1d9a52 !important;
}

.c6,
.hedding-defoult,
.section-title.hedding-defoult.c6 h2,
.discover-title,
.right-spacial.choose .single-spacial,
.price-head h2,
.content p:before,
.content p:after,
.blog-link {
    color: #000;
}

.c6-bg {
    background-color: #000;
}

.c6-bo {
    border-color: #000 !important;
}

.dark-bg {
    background-color: #F7F7F9;
}

.dark-color {
    color: #F7F7F9;
}

.dark-bo {
    border-color: #F7F7F9;
}

.light-bg {
    background-color: #FEF5F5;
}

.light-color {
    color: #FEF5F5;
}

.light-bo {
    border-color: #FEF5F5;
}

.admin-image-area {
    padding: 40px 0px;
    background: #FEF5F5;
}

.video-area {
    padding: 40px 0px;
    border-color: #FEF5F5;
}

.hero-area .owl-dots .owl-dot span:after,
.slicknav_nav a:hover,
.slicknav_nav .slicknav_row:hover,
.hero-area .owl-dots .owl-dot {
    background-color: #54188D;
}

.hero-area .owl-dots .owl-dot.active,
.hero-area .owl-dots .owl-dot span:after,
.hero-area .owl-dots .owl-dot span {
    color: #54188D;
}

.hero-area .owl-dots .owl-dot span:after {
    border-color: #54188D;
}


@media (min-width: 768px) and (max-width: 991.98px) {
    .banner-content p {
        font-size: 16px !important;
        line-height: 1.7 !important;
    }
}

@media (min-width: 0px) and (max-width: 767.98px) {

    .hero-area.hero-bg-top {
        background: #9954eb;

    }

}

.banner-sec {
    margin-top: 60px;
}

.bus-banner-title h1 {
    position: relative;
    font-size: 35px;
    text-transform: capitalize;
    font-family: 'PT Sans', sans-serif;
}

.bus-banner-title h1::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 130px;
    height: 3px;
    background: #d8e0e2;
    content: "";

}

.bus-banner-title h3 {
    color: #000;
    font-weight: normal;
    font-size: 20px;
}

.banner-content p {
    color: #000;
    text-align: justify;
    font-size: 17px;
    line-height: 1.8;
}

.short_p {
    margin-top: 20px;
}

.short_img img {
    margin-top: -112px;
}

.banner-content2 ul li {
    color: #000;
    font-size: 16px;
}

.banner-content2 ul li span {
    float: left;
    margin-right: 5px;
    color: #130F3A;
}

.bus-slider-sec {
    background: #D7DFE7;
}

.bus-slider-sec .bus-banner-title h1::after {
    position: absolute;
    bottom: -10px;
    left: 47%;
    width: 130px;
    height: 3px;
    margin-left: -36px;
    background: #155261;
    content: "";
}

.bus-slider-sec2 {
    background: #F7F7F9;
}

.payment-section .bus-banner-title h1 {
    position: relative;
    font-size: 35px;
    text-transform: capitalize;
    text-align: center;
    font-family: 'PT Sans', sans-serif;
}

.payment-section .bus-banner-title h1::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 130px;
    height: 3px;
    background: #d8e0e2;
    content: "";
}

.payment-section .bus-banner-title {
    text-align: left !important;
}

.high-erfo-sec .bus-banner-title {
    text-align: right !important;
}

.high-erfo-sec .bus-banner-title h1::after {
    position: absolute;
    bottom: -10px;
    right: 0px !important;
    left: auto;
    width: 130px;
    height: 3px;
    background: #155261;
    content: "";
    margin-right: 0;
}

.high-erfo-sec .banner-content2 ul li {
    text-align: right;
}

.high-erfo-sec .banner-content2 ul li span {
    float: right;
    margin-left: 5px;
    color: #F79520;
}

.high-erfo-sec {
    background: #D7DFE7;
}

.bus-slider-sec .banner-content2 ul li {
    text-align: left;
}

.bus-slider-sec .banner-content2 ul li span {
    float: left !important;
    margin-left: 5px;
    color: #130F3A;
}

.site-section {
    margin: 40px 0;
}

.special-fetures .bus-banner-title h1 {
    color: #fff;
}

.special-fetures .spacial-icon {
    padding: 6px;
}

.demo-left-box .btn-primary {
    color: #fff;
    background-color: #F7941D;
    border-color: #F7941D;
    margin-top: 3px;
}

.demo-left-box .btn-primary:hover {
    color: #fff;
    background-color: #F7941D;
    border-color: #F7941D;
}

.demo-right-box .btn-warning {
    color: #fff;
    background-color: #F7941D;
    border-color: #F7941D;
}

.demo-right-box .btn-warning:hover {
    color: #fff;
    background-color: #F7941D;
    border-color: #F7941D;
}

.demo-right-box .btn-info {
    color: #fff;
    background-color: #F7941D;
    border-color: #F7941D;
}

.demo-right-box .btn-info:hover {
    color: #fff;
    background-color: #F7941D;
    border-color: #F7941D;
}

.demo-right-box .btn-danger {
    color: #000;
    background-color: #F7941D;
    border-color: #F7941D;
}

.demo-right-box .btn-danger:hover {
    color: #000;
    background-color: #AF9125;
    border-color: #AF9125;
}

.demo-right-box {
    height: 100%;
    /* display: flex;
	align-items: center;
	flex-flow: column; */
}

/*hasan new css Bus Booking */

/*kk new css Bus Booking */
.bus_category {
    background: #fff;
    color: #222;
    padding: 15px 15px;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    min-height: 920px;
}

.bus_category .bus_category_img img {
    min-height: 210px;
}

.bus_category h2 {
    font-size: 23px;
    color: #484747;
    font-weight: bold;
    margin-top: 10px;
}

.bus_category p {
    font-size: 15px;
    color: var(--dark-color) !important;
}

.bus_category ul li svg {
    margin-right: 5px;
    color: #FF7F01;
}

.bus_category ul li {
    font-size: 15px;
}

.com_details {
    /* margin-top: 75px; */
    position: absolute;
    width: 84%;
    bottom: 0;
}

#user_define_text p {
    color: #000;
    font-size: 17px;
    text-align: justify;
}

/*Button */
.ticketing_btn {
    background: #F7941D;
    padding: 6px 20px;
    display: block;
    margin-top: 20px;
    box-shadow: 1px 1px 11px rgba(98, 129, 157, 0.4);
    color: #fff;
    font-size: 17px;
    text-align: center;
    border-radius: 2px;
}

.ticketing_btn:hover a {
    color: #fff !important;
}

.bus_ticketing_system {
    margin-top: 50px;
}

/*brand*/



.panel.panel-default {
    border: 2px solid #f4f4f4;
    padding: 4px 15px;
    border-radius: 2px;
}

.carousel-control-next-icon {
    background-image: url("assets/images/icon/arrow_r.png");
    background-size: 22px;
    position: absolute;
    right: 15px;
}

.carousel-control-prev span {
    background-image: url("assets/images/icon/arrow_l.png");
    background-size: 22px;
    position: absolute;
    left: 15px;
}

.band_section {
    margin-top: -52px;
    background: #fff;
    padding-top: 20px;
    margin-bottom: 20px;
}

/* show 3 items */
.carouselPrograms .carousel-inner .active,
.carouselPrograms .carousel-inner .active+.carousel-item,
.carouselPrograms .carousel-inner .active+.carousel-item+.carousel-item {
    display: block;
}

.carouselPrograms .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
.carouselPrograms .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item,
.carouselPrograms .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item+.carousel-item {
    transition: none;
}

.carouselPrograms .carousel-inner .carousel-item-next,
.carouselPrograms .carousel-inner .carousel-item-prev {
    position: relative;
    transform: translate3d(0, 0, 0);
}

.carouselPrograms .carousel-inner .active.carousel-item+.carousel-item+.carousel-item+.carousel-item {
    position: absolute;
    top: 0;
    right: -33.333%;
    z-index: -1;
    display: block;
    visibility: visible;
}

/* left or forward direction */
.carouselPrograms .active.carousel-item-left+.carousel-item-next.carousel-item-left,
.carouselPrograms .carousel-item-next.carousel-item-left+.carousel-item,
.carouselPrograms .carousel-item-next.carousel-item-left+.carousel-item+.carousel-item,
.carouselPrograms .carousel-item-next.carousel-item-left+.carousel-item+.carousel-item+.carousel-item {
    position: relative;
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
}

/* farthest right hidden item must be abso position for animations */
.carouselPrograms .carousel-inner .carousel-item-prev.carousel-item-right {
    position: absolute;
    top: 0;
    left: 0%;
    z-index: -1;
    display: block;
    visibility: visible;
}

/* right or prev direction */
.carouselPrograms .active.carousel-item-right+.carousel-item-prev.carousel-item-right,
.carouselPrograms .carousel-item-prev.carousel-item-right+.carousel-item,
.carouselPrograms .carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item,
.carouselPrograms .carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item+.carousel-item {
    position: relative;
    transform: translate3d(100%, 0, 0);
    visibility: visible;
    display: block;
    visibility: visible;
}

/* Brand Carousel */
.brand-carousel img {
    background: #fff;
    padding: 10px 10px;
    border-radius: 3px;
}

.brand-carousel .owl-prev {
    position: absolute;
    top: 2px;
    color: #2b2457 !important;
    font-size: 45px !important;
    font-weight: 600 !important;
    left: 3px;
}

.brand-carousel .owl-next {
    position: absolute;
    top: 2px;
    color: #2b2457 !important;
    font-size: 45px !important;
    font-weight: 600 !important;
    right: 3px;
}

.owl-carousel.brand-carousel {
    background: transparent;
}

.bus-ticket-title {
    margin: 40px 0;
}

.bus-ticket-title h2 {
    position: relative;
    /* font-size: 30px; */
    text-transform: capitalize;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    color: #130F3A;
}

.bus-ticket-title h2:after {
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 130px;
    height: 3px;
    background: #d8e0e2;
    content: "";

}

.client-box {
    padding: 10px 13px;
    margin-bottom: 20px;
    background: #ffffff;
    border: 0;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    display: flex;
    justify-content: center;
}

.client-box .img-wrap {
    max-height: 100px;
    text-align: center;
}

.client-box .img-wrap img {
    height: 75px;
    object-fit: contain;
}

.client_country_name {
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 10px;
    color: #255490;
    border-top: 1px dashed #ddd;
    padding-top: 5px;
}

a.highlight,
a.highlight-text {
    color: #0056b3 !important;
    text-decoration: underline !important;
}

/*footer section css*/
.slidera-btn {
    padding: 5px 20px;
    font-size: 18px;
}

/* Responsive CSS */
@media (max-width: 767.98px) {
    .banner-content p {
        font-size: 16px !important;
        line-height: 1.7 !important;
    }

    .banner-content2 ul li {
        font-size: 14px !important;
    }

    .bus-banner-title h1 {
        font-size: 28px !important;
    }

    .bus-banner-title h3 {
        font-size: 18px !important;
    }

    .bus_category {
        min-height: auto !important;
        margin-bottom: 20px;
    }

    .com_details {
        position: relative !important;
        width: 100% !important;
        bottom: auto !important;
        margin-top: 20px;
    }

    .bus_category .bus_category_img img {
        min-height: auto !important;
    }

    .bus_category h2 {
        font-size: 20px !important;
    }

    #user_define_text p {
        font-size: 15px !important;
    }

    .ticketing_btn {
        font-size: 15px !important;
        padding: 6px 10px !important;
    }

    .band_section {
        margin-top: 0px !important;
    }

    .bus-ticket-title h2 {
        font-size: 24px !important;
    }

    .mobile-hidd {
        display: none;
    }

    .hero {
        padding: 40px 0;
    }

    .hero h1 {
        font-size: 1.9rem;
    }

    .statistic_section {
        margin-top: 40px;
    }

    .content-section {
        margin-top: 0;
        padding: 45px 0;
    }

    .section-title {
        font-size: 1.6rem;
        padding: 0 15px;
    }

    .bus_category {
        margin-bottom: 30px !important;
    }

    .solution-section {
        padding: 45px 0;
    }

    .solution-section .content-wrapper {
        padding: 30px 15px;
    }

    .solution-section .section-title {
        padding: 0;
    }

    .bus-banner-title {
        margin-top: 0;
    }

    .solution-highlight {
        padding: 15px;
    }

    .additional-info {
        padding: 20px;
    }

    .features-section {
        padding: 45px 0;
    }

    .feature-row {
        margin-bottom: 25px;
    }

    .feature-list {
        margin-bottom: 0;
    }

    .feature-content {
        margin-bottom: 0 !important;
    }

    .benefits-section {
        padding: 45px 0;
    }

    .benefits-section .section-header {
        margin-bottom: 45px;
    }

    .choose-section {
        padding: 40px 0;
    }

    .section-subtitle {
        font-size: 1.1rem;
    }

    .feature-text h5 {
        font-size: 16px;
    }

    section.faq_section {
        padding: 40px 0;
    }

    .section-header {
        margin-bottom: 40px;
    }

    .faq-container {
        max-width: 100%;
        padding: 25px 15px;
    }

    input:checked~.faq-answer {
        padding: 16px 15px 0px;
        margin-bottom: 15px;
    }

    .faq-question {
        font-size: 16px;
    }

    .feature-content {
        padding: 25px 0;
    }
}

.text-primary {
    color: var(--primary-color) !important;
}

.industries-section {
    padding: 80px 0;
    background: linear-gradient(135deg, var(--secondary) 0%, #1a0d5c 100%);
    position: relative;
    overflow: hidden;
}

.industries-section::before {
    content: '';
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: var(--primary);
    opacity: 0.05;
    top: -200px;
    right: -200px;
}

.industries-section::after {
    content: '';
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: var(--primary);
    opacity: 0.03;
    bottom: -150px;
    left: -150px;
}

.industry-card {
    background: rgba(255, 255, 255, 0.98);
    border-radius: 15px;
    padding: 35px 30px;
    margin-bottom: 30px;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    border: 2px solid transparent;
    height: 100%;
}

.industry-card .feature-list {
    margin-bottom: 0 !important;
}

.industry-card .feature-list li:last-child {
    margin-bottom: 0 !important;
}

.industry-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: var(--primary);
    transform: scaleY(0);
    transition: transform 0.4s ease;
}

.industry-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(247, 148, 29, 0.3);
    border-color: var(--primary);
}

.industry-card:hover::before {
    transform: scaleY(1);
}

.industry-icon {
    width: 65px;
    height: 65px;
    background: linear-gradient(135deg, var(--primary), #ffb84d);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: all 0.4s ease;
    font-size: 22px;
}

.industry-card:hover .industry-icon {
    transform: rotate(5deg) scale(1.1);
}

.industry-icon i {
    font-size: 32px;
    color: #fff;
}

.industry-card h4 {
    color: var(--secondary);
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}

.industry-card .subtitle {
    color: var(--primary);
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}


.feature-list li:hover {
    padding-left: 30px;
    color: var(--secondary);
}

.cta-box {
    background: linear-gradient(135deg, var(--primary), #ffb84d);
    border-radius: 15px;
    padding: 50px 40px;
    text-align: center;
    margin-top: 50px;
    position: relative;
    z-index: 1;
}

.cta-box h3 {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
}

.cta-box p {
    color: rgba(255, 255, 255, 0.95);
    font-size: 18px;
    margin-bottom: 0;
}


.contact_section {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.contact_section .col-sm-6.mx-auto {
    width: 100%;
}

.contact_section section#demosection {
    padding: 0;
}
.contact_section .bus-banner-title {
    margin-top: 0;
}

@keyframes float {

    0%,
    100% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(30px, 30px);
    }
}

.content-wrapper {
    position: relative;
    z-index: 1;
}

.text-content {
    padding-right: 40px;
}

.section-badge {
    display: inline-block;
    background: linear-gradient(135deg, var(--primary), #ffb84d);
    color: #fff;
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 25px;
    animation: slideInLeft 0.6s ease-out;
}

.main-heading {
    font-size: 48px;
    font-weight: 800;
    color: var(--secondary);
    line-height: 1.2;
    margin-bottom: 25px;
    animation: slideInLeft 0.8s ease-out;
}

.main-heading span {
    color: var(--primary);
    position: relative;
    display: inline-block;
}

.sub-text {
    font-size: 18px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 30px;
    animation: slideInLeft 1s ease-out;
}

.feature-points {
    list-style: none;
    padding: 0;
    margin-bottom: 40px;
}

.feature-points li {
    font-size: 16px;
    color: #666;
    padding: 15px 0;
    padding-left: 40px;
    position: relative;
    border-bottom: 1px solid #e0e0e0;
    transition: all 0.3s ease;
    animation: slideInLeft 1.2s ease-out;
}

.feature-points li:last-child {
    border-bottom: none;
}

.feature-points li::before {
    content: '\f00c';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    background: linear-gradient(135deg, var(--primary), #ffb84d);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.feature-points li:hover {
    padding-left: 45px;
    color: var(--secondary);
}

.highlight-box {
    background: linear-gradient(135deg, rgba(247, 148, 29, 0.1), rgba(255, 184, 77, 0.1));
    border-left: 4px solid var(--primary);
    padding: 20px 25px;
    border-radius: 8px;
    margin-top: 30px;
    animation: slideInLeft 1.4s ease-out;
}

.highlight-box p {
    margin: 0;
    color: var(--secondary);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6;
}

/* Animations */
@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@media (max-width: 768px) {
    .section-header h2 {
        font-size: 32px;
    }

    .industry-card {
        padding: 25px 20px;
    }

    .cta-box {
        padding: 35px 25px;
    }

    .cta-box h3 {
        font-size: 24px;
    }

    .main-heading {
        font-size: 28px;
    }

    .contact_section {
        padding: 60px 0;
    }
    .contact_section .bus-banner-title {
        margin-top: 30px;
    }
}

/*=============================================================================
-------------------------------------------------------------------------------
                                    THANK YOU   
-------------------------------------------------------------------------------
===============================================================================*/