/*====================================================
--<	 Header Top Section Css -->
======================================================*/
.mobile-menu {
    background: #D00A2B;
    padding: 0 35px 0 10px;
    display: none;
}

:root {
    --stellar-blue: #2563eb;
    /* Cosmic blue for trust and depth */
    --cosmic-pink: #ec4899;
    /* Vibrant pink for energy and style */
    --void-gray: #1f2937;
    /* Deep gray for mystery and protection */
    --lunar-silver: #d1d5db;
    /* Soft silver for comfort and modernity */
    --solar-orange: #f59e0b;
    /* Warm orange for highlights and warmth */
    --text-cosmic: #f3f4f6;
    /* Light text for contrast */
    --stellar-shadow: 0 5px 18px rgba(0, 0, 0, 0.12);
    /* Stellar depth */
    --lunar-glow: 0 10px 32px rgba(236, 72, 153, 0.3);
    /* Lunar hover aura */
    --trans-orbit: 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    /* Orbital bounce */
}

body {


    line-height: 1.9;
    overflow-x: hidden;
}

/* Animations */
@keyframes stellarShift {
    from {
        opacity: 0;
        transform: translateX(-50px) rotate(-5deg);
    }

    to {
        opacity: 1;
        transform: translateX(0) rotate(0);
    }
}

@keyframes lunarPulse {
    0% {
        box-shadow: var(--stellar-shadow);
    }

    50% {
        box-shadow: 0 0 28px rgba(245, 158, 11, 0.35);
    }

    100% {
        box-shadow: var(--stellar-shadow);
    }
}

.robkfG66qs {
    animation: stellarShift 1.4s ease forwards;
    opacity: 0;
}



/* Hover effects */
.aura-lift {
    transition: transform var(--trans-orbit), box-shadow var(--trans-orbit);
}

.aura-lift:hover {
    transform: translateX(5px) scale(1.04);
    box-shadow: var(--lunar-glow);
}

/* Hero Section - Stellar orb */
.BQ1ZStb6qL {
    background: linear-gradient(120deg, var(--stellar-blue), var(--cosmic-pink));
    padding: 60px 0;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 100%, 0 90%);
    position: relative;
    overflow: hidden;
}

.vision-canvas {
    position: relative;
    z-index: 2;
}

.hero-content h1 {
    font-size: 3.3rem;
    font-weight: 900;
    text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.4);
    margin-bottom: 25px;
}

.hero-content h2 {
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--solar-orange);
    margin-bottom: 25px;
}

.hero-content h3 {
    font-size: 1.25rem;
    margin-bottom: 35px;
}

.slider-button a {
    background: var(--lunar-silver);
    color: var(--void-gray);
    padding: 17px 38px;
    border-radius: 55px;
    text-decoration: none;
    font-weight: bold;
    position: relative;
    overflow: hidden;
    transition: background-color var(--trans-orbit);
}

.slider-button a:hover {
    background: #9ca3af;
}

.slider-button a::after {
    content: '';
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
    transition: left var(--trans-orbit);
}

.slider-button a:hover::after {
    left: 100%;
}

/* Service Flow (Why Choose Us) - Lunar modules */
.s40enrQuDO {
    padding: 100px 0;
    background: var(--lunar-silver);
    border-radius: 50px;
    margin: 80px 0;
    box-shadow: var(--stellar-shadow);
}

.HNBP4zwNeR h1 {
    font-size: 2.7rem;
    color: var(--stellar-blue);
    text-align: center;
    margin-bottom: 60px;
    position: relative;
}

.HNBP4zwNeR h1::after {
    content: '';
    width: 140px;
    height: 8px;
    background: var(--cosmic-pink);
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 4px;
}

.service-box {
    background: linear-gradient(to bottom, #fff, #e5e7eb);
    border-radius: 28px;
    padding: 38px;
    box-shadow: var(--stellar-shadow);
    transition: var(--trans-orbit);
    margin-bottom: 50px;
}

.service-box:hover {
    box-shadow: var(--lunar-glow);
    transform: translateY(-13px);
}

.service-box img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    border-radius: 28px 28px 0 0;
    margin-bottom: 25px;
}

.jlzuXOY3dj h2 {
    font-size: 1.8rem;
    color: var(--solar-orange);
    margin-bottom: 20px;
}

.jlzuXOY3dj p {
    font-size: 1.15rem;
}

/* Insight Realm (Blog) - Solar flares */
.kSGbVIu8jk {
    padding: 100px 0;
    background: var(--void-gray);
}

.blog-card {
    background: #fff;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: var(--stellar-shadow);
    transition: var(--trans-orbit);
    margin-bottom: 50px;
}

.blog-card:hover {
    box-shadow: var(--lunar-glow);
    transform: translateY(-13px);
}

.blog-thumb img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-bottom: 6px solid var(--stellar-blue);
    transition: filter var(--trans-orbit);
}

.blog-card:hover .blog-thumb img {
    filter: brightness(1.05);
}

.blog-title h2 {
    font-size: 1.8rem;
    color: var(--cosmic-pink);
    padding: 28px 32px 0;
}

.P7ja5KbKaC p {
    padding: 0 32px 32px;
    font-size: 1.15rem;
}

/* About Vista - Cosmic vista */
.cosmic-vista {
    padding: 100px 0;
    background: var(--lunar-silver);
    border-radius: 50px;
    margin: 80px 0;
    box-shadow: var(--stellar-shadow);
}

.ZE3B3Nc3It img {
    border-radius: 0 30px 30px 0;
    box-shadow: var(--stellar-shadow);
    transform: skewX(4deg);
    transition: transform var(--trans-orbit);
    max-width: 100%;
    height: auto;
}

.ZE3B3Nc3It:hover img {
    transform: skewX(0);
}

.HNBP4zwNeR p {
    font-size: 1.2rem;
    margin-bottom: 30px;
    position: relative;
    padding-left: 40px;
}



/* Responsiveness */
@media (max-width: 992px) {
    .hero-content h1 {
        font-size: 2.7rem;
    }

    .hero-content h2 {
        font-size: 2rem;
    }

    .service-box,
    .blog-card {
        margin-bottom: 40px;
    }

    .row {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 768px) {
    .container {
        padding: 0 20px;
    }

    .HNBP4zwNeR h1 {
        font-size: 2.3rem;
    }

    .robkfG66qs {
        animation-duration: 1.1s;
    }
}

/* Animation delays */
.BQ1ZStb6qL {
    animation-delay: 0.3s;
}

.s40enrQuDO.Ox5wo0j0PL {
    animation-delay: 0.5s;
}

.kSGbVIu8jk {
    animation-delay: 0.7s;
}

.s40enrQuDO {
    animation-delay: 0.9s;
}

.cosmic-vista {
    animation-delay: 1.1s;
}

/* Загальний стиль */
.header-automesqtint {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 40px;
    background: linear-gradient(135deg, #0f2027, #203a43, #2c5364);
    color: #fff;
    font-family: 'Segoe UI', sans-serif;
    position: relative;
    z-index: 1000;
}

/* Лого */
.header-automesqtint .logo {
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: linear-gradient(90deg, #ff9800, #ffc107);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Навігація */
.header-automesqtint .nav {
    display: flex;
    gap: 25px;
}

.header-automesqtint .nav a {
    text-decoration: none;
    color: #f1f1f1;
    font-weight: 500;
    transition: color 0.3s ease;
}

.header-automesqtint .nav a:hover {
    color: #ff9800;
}

/* Мобільне меню */
.nav-toggle {
    display: none;
}

.nav-toggle-label {
    display: none;
    flex-direction: column;
    cursor: pointer;
    gap: 5px;
}

.nav-toggle-label span {
    display: block;
    width: 26px;
    height: 3px;
    background: #fff;
    border-radius: 2px;
}

/* Адаптивність */
@media (max-width: 900px) {
    .header-automesqtint {
        padding: 16px 25px;
    }

    .header-automesqtint .nav {
        position: absolute;
        top: 100%;
        right: 0;
        background: #2c5364;
        flex-direction: column;
        align-items: flex-start;
        width: 220px;
        padding: 20px;
        display: none;
        gap: 15px;
    }

    .nav-toggle:checked~.nav {
        display: flex;
    }

    .nav-toggle-label {
        display: flex;
    }
}

/* scrollup */
#scrollUp {
    bottom: 30px;
    color: #fff;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    right: 40px;
    text-align: center;
    width: 40px;
    background: #d00a2b;
    transition: .3s;
    font-weight: 300;
    animation: jump 4s infinite;
}

.header-top-section {
    padding: 10px 0;
    background: #14212b;
}

.header-top-section.Ox5wo0j0PL {
    padding: 10px 0;
    background: #ECECEE;
}

.dreamit-top-address span {
    color: #fff;
    font-size: 14px;
}

.social-icon {
    text-align: right;
    display: inline-block;
}

.social-icon a {
    display: inline-block;
    font-size: 12px;
    margin-left: 10px;
    color: #fff;
}

.social-icon span {
    position: relative;
}

.social-icon span:before {
    position: absolute;
    background: #5c727d;
    width: 2px;
    height: 12px;
    right: -9px;
    top: 7px;
    content: "";
}

.option-form {
    display: inline-block;
    background: transparent;
    border: none !important;
    margin-left: 6px;
}

.option-form-thumb {
    display: inline-block;
    margin-left: 12px;
}

.option-form-thumb img {
    width: 100%;
}

.option {
    background: transparent;
    color: #fff;
    outline: 0;
    border: none;
    font-size: 13px;
    margin-left: -8px;
    font-weight: 700;
}

.form-option {
    background: #d00a2b;
    border: none;
    outline: 0;
}

.contact-form i {
    position: absolute;
    left: 89%;
    right: 0;
    margin-top: 20px;
}

/* Style-Two */
.Ox5wo0j0PL .dreamit-top-address span {
    color: #0E1C41;
    padding-right: 14px;
}

.Ox5wo0j0PL .dreamit-top-address span i {
    color: #D00A2B;
    padding-right: 5px;
}

.Ox5wo0j0PL .social-icon a {
    color: #0E1C41;
    transition: .5s;
}

.Ox5wo0j0PL .social-icon a:hover {
    color: #D00A2B;
}

.Ox5wo0j0PL .option {
    background: transparent;
    color: #0E1C41;
    outline: 0;
    border: none;
    font-size: 13px;
    margin-left: -8px;
}

.Ox5wo0j0PL .dreamit-top-address {
    margin-left: 22px;
}

.Ox5wo0j0PL .social-icon {
    text-align: right;
    display: inline-block;
    margin-left: 200px;
}

/* style-three */
.style-three.header-top-section .dreamit-top-address span {
    color: #fff;
    margin-right: 15px;
}

.style-three.header-top-section .dreamit-top-address span i {
    margin-right: 7px;
    transition: .5s;
}

.style-three.header-top-section .social-icon i:hover {
    color: #D00A2B;
}

.style-three.header-top-section .social-icon i {
    transition: .5s;
}

/* style-Four */
.style-four .row.lHns7oUELa.header-bg {
    background: #000000;
    z-index: 9;
    position: relative;
    padding: 10px 30px;
    margin-top: 10px;
}

.header-right-side {
    float: right;
}

/* style-five */
.style-five.header-top-section {
    background: #fff;
    border-bottom: 1px solid #E2E4E8;
}

.style-five.header-top-section .dreamit-top-address span {
    color: #344548;
}

.style-five.header-top-section .dreamit-top-address span i {
    color: #D00A2B;
}

.style-five.header-top-section .social-icon a {
    color: #344548;
}

.style-five.header-top-section .option {
    color: #344548;
}

.style-five.header-top-section .social-icon span:before {
    background: #E2E4E8;
}

.col-lg-4.col-md-4.right-side {
    text-align: right;
}

/*====================================================
--<	 Header Menu Section Css -->
======================================================*/
.header-menu-section {
    padding: 23px 0 28px;
}

.header-logo a {
    display: inline-block;
    margin-top: 11px;
}

.sticky .search-box-btn.search-box-outer i {
    color: #0a2c3d !important;
}

.menu-toggle {
    display: none;
}

.header-menu {
    text-align: right;
}

.header-menu ul {
    display: inline-block;
}

.header-menu ul li {
    display: inline;
    position: relative;
    padding-bottom: 35px;
}

.header-menu ul li a {
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    color: #0a2c3d;
    font-size: 18px;
    font-weight: bold;
    font-family: Rajdhani;
    margin-right: 32px;
    position: relative;
    transition: .5s;
}

.header-menu ul li:hover {
    color: #d00a2b;
    cursor: pointer;
}

.header-menu ul li a:hover {
    color: #d00a2b;
    cursor: pointer;
}

.header-menu ul li a:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background: #d00a2b;
    height: 1px;
    transition: .5s;
    opacity: 0;
    cursor: pointer;
    width: 0px;
}

.header-menu ul li a:hover:before {
    opacity: 1;
    width: 100%;
}

.header-src-btn {
    display: inline-block;
}

.header-button {
    display: inline-block;
}

.header-button a {
    display: inline-block;
    text-decoration: none;
    background: #d00a2b;
    color: #fff;
    font-family: Rajdhani;
    font-weight: 600;
    padding: 12px 32px;
    text-transform: uppercase;
    margin-left: 19px;
    transition: 0.5s;
}

.header-button a:hover {
    background: #0a2c3d;
    color: #fff;
}

.header-menu ul li .sub-menu {
    text-align: left;
    position: absolute;
    visibility: hidden;
    display: block;
    opacity: 0;
    width: 260px;
    left: 0;
    top: 58px;
    padding: 10px 0;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    z-index: 9;
    transition: .5s;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.sticky.header-menu ul li:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
}

.header-menu ul li:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
}

.sticky .header-menu-section {
    padding: 19px 0 15px;
}

.header-menu ul li .sub-menu li a {
    display: block;
    text-transform: uppercase;
    color: #0a2c3d;
    font-size: 18px;
    font-weight: bold;
    font-family: Rajdhani;
    padding: 5px 0px;
    transition: .5s;
    border-bottom: 1px solid rgb(0, 0, 0, .09);
    margin: 5px 20px;
    position: relative;
}

.header-menu ul li .sub-menu li a:before {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    bottom: 0;
    left: 0px;
    right: 0px;
    transform: scaleX(0);
    background: #D00A2B;
}

.header-menu ul li .sub-menu li a:hover:before {
    transform: scaleX(1);
}

.header-menu ul li .sub-menu li a:hover {
    color: #d00a2b;
}

/* sticky */
.sticky .menu-logo {
    display: block !important;
}

.sticky .header-menu ul li a {
    color: #0a2c3d;
}

.sticky {
    left: 0;
    margin: auto;
    position: fixed !important;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 2px 5px -2px rgb(0 0 0 / 10%);
    box-shadow: 0 2px 5px -2px rgb(0 0 0 / 10%);
    transition: .5s;
    z-index: 2;
    padding: 20px 0 21px;
    right: 0;
    background: #fff;
}

.sticky .header-menu ul li a:hover {
    color: #d00a2b;
}

.sticky .header-button a {
    background: #0a2c3d;
}

.header-menu-section .sticky-logo {
    display: none;
}

.sticky .menu-logo {
    display: none;
}

.sticky .sticky-logo {
    display: block;
}

/* Style-Two */
.Ox5wo0j0PL.header-menu-section {
    padding: 23px 0 28px;
    margin-bottom: -154px;
}

.header-bg-2 {
    box-shadow: 6px 5px 16px 0px rgb(0 0 0 / 15%);
    background: #fff;
    z-index: 9;
    padding: 50px 0 50px;
    position: relative;
}

.header-bg-2 {
    box-shadow: 6px 5px 16px 0px rgb(0 0 0 / 2%);
    background: #fff;
    z-index: 9;
    position: relative;
    padding: 22px 0 22px;
    margin-bottom: -43px;
}

.Ox5wo0j0PL.header-menu-section .header-logo a {
    margin-left: 18px;
}

.Ox5wo0j0PL.header-menu-section .search-box-btn.search-box-outer i {
    margin-left: -14px;
    background: #D00A2B;
    text-align: center;
    padding: 15px 18px;
    color: #fff;
    display: inline-block;
}

.Ox5wo0j0PL.header-menu-section .header-button a {
    background: #181B2A;
    text-transform: capitalize;
}

.Ox5wo0j0PL.header-menu-section .header-button a:hover {
    background: #D00A2B;
}

.Ox5wo0j0PL.header-menu-section .header-src-btn {
    display: inline-block;
    margin-left: 60px;
}

.Ox5wo0j0PL.header-menu-section.sticky {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    top: -23px;
}

.Ox5wo0j0PL.header-menu-section.sticky .header-menu ul li a {
    color: #0a2c3d;
}

.Ox5wo0j0PL.header-menu-section.sticky .header-menu ul li a:hover {
    color: #d00a2b;
}

.Ox5wo0j0PL.header-menu-section ul li .sub-menu li a:hover {
    color: #d00a2b;
}

.Ox5wo0j0PL.header-menu-section.sticky .menu-logo {
    display: block;
}

.Ox5wo0j0PL.header-menu-section ul li .sub-menu {
    top: 60px;
}

/* Style-Three */
.style-three.header-menu-section .menu-logo {
    margin-top: 13px;
}

/* Style-Four */
.style-four.header-menu-section {
    padding: 23px 0 28px;
    margin-bottom: -187px;
}

.style-four.header-menu-section .header-menu {
    float: right;
    margin-right: 34px;
}

.style-four.header-menu-section .header-bg-2 {
    box-shadow: 6px 5px 16px 0px rgb(0 0 0 / 2%);
    background: #fff;
    z-index: 9;
    position: relative;
    padding: 22px 0 22px 19px;
    margin-bottom: -15px;
    margin-top: -33px;
}

.style-four.header-menu-section.sticky {
    left: 0;
    margin: auto;
    position: fixed !important;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 2px 5px -2px rgb(0 0 0 / 10%);
    box-shadow: none;
    transition: .5s;
    z-index: 2;
    padding: 23px 0 10px;
    right: 0;
    background: transparent;
}

.style-four.header-menu-section.sticky .header-menu ul li a {
    color: #0a2c3d;
}

.style-four.header-menu-section.sticky .sticky-logo {
    display: none;
}

.style-four.header-menu-section.sticky .menu-logo {
    display: block;
}

.style-four.header-menu-section a.menu-logo {
    margin-top: 8px;
}

.style-four.header-menu-section.sticky .header-menu ul li a:hover {
    color: #d00a2b;
}

.style-four.header-menu-section .header-menu ul li:hover {
    color: #d00a2b;
    cursor: pointer;
    z-index: 9;
}

.style-four.header-menu-section .header-menu ul li .sub-menu {
    top: 60px;
}

/* Style-Five */
.style-five.header-menu-section .header-button a {
    background: #14212B;
    padding: 10px 16px;
    text-transform: capitalize;
}

.style-five.header-menu-section a.menu-logo {
    margin-top: 5px;
}

.style-five.header-menu-section .header-menu ul li .sub-menu {
    top: 56px;
}

/*====================================================
--<	 Slider Menu Section Css -->
======================================================*/
.slider-section {
    background: linear-gradient(to left, rgba(2, 45, 98, 0) 0, #022d62 100%), linear-gradient(to left, rgba(2, 45, 98, 0) 0, #022d62 100%), transparent url(assets/images/slider6.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 798px;
    overflow: hidden;
}

.slider-content {
    color: #fff;
}

.slider-content h5 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: Nunito;
    position: relative;
    color: #fff;
}

.slider-content h5:before {
    position: absolute;
    content: "";
    left: -196px;
    top: 13px;
    background: #d00a2b;
    width: 10px;
    height: 10px;
    right: 0;
    margin: auto;
}

.slider-content h1 {
    font-size: 80px;
    font-weight: bold;
    font-family: Rajdhani;
    color: #fff;
    margin: 28px 0 62px;
}

.slider-content h2 {
    font-size: 80px;
    font-weight: bold;
    font-family: Rajdhani;
    margin-top: -6px;
    color: #fff;
}

.slider-circle-thumb.rotateme {
    position: absolute;
    top: 35%;
    right: 21%;
}

.slider-button {
    display: inline-block;
    margin-top: 57px;
    margin-left: 0;
}

.slider-button a {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    font-family: Rajdhani;
    background: #d00a2b;
    padding: 16px 27px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: .5s;
}

.slider-button a:hover {
    background: #2F4C78;
}

.slider-button a:before {
    content: '';
    position: absolute;
    display: block;
    width: 200px;
    height: 100px;
    -webkit-transform: translate3d(-120%, -50px, 0) rotate3d(0, 0, 1, 45deg);
    transform: translate3d(-120%, -50px, 0) rotate3d(0, 0, 1, 45deg);
    -webkit-transition: all 1.1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1.1s cubic-bezier(0.19, 1, 0.22, 1);
    background: rgba(255, 255, 255, 0.5);
    right: 0;
    top: 0;
}

.slider-button a:hover:before {
    background: #ffffff;
    -webkit-transform: translate3d(120%, -100px, 0) rotate3d(0, 0, 1, 90deg);
    transform: translate3d(120%, -100px, 0) rotate3d(0, 0, 1, 90deg);
}

.btn-2.slider-button a {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    font-family: Rajdhani;
    background: #0a2c3d;
    padding: 16px 27px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: .5s;
}

.btn-2.slider-button a:before {
    position: absolute;
    content: "";
    background: #d00a2b;
    width: 0%;
    height: 100%;
    top: 0;
    left: -38px;
    z-index: -1;
    transition: .5s;
    transform: skew(50deg);
    visibility: hidden;
}

.btn-2.slider-button a:hover:before {
    width: 180%;
    visibility: visible;
    bottom: 0%;
}

/* video css */
.slider-video-icon {
    display: inline-block;
    margin-left: 15px;
    position: relative;
}

.slider-video-icon a {
    width: 56px;
    height: 56px;
    line-height: 56px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    color: #d00a2b;
    animation: 1s linear 0s infinite normal none running ripple-blue;
    transition: all 0.5s ease 0s;
    background: #fff;
    top: -25px;
    left: -3px;
    margin-left: 13px;
    margin-top: 0;
    position: relative;
}

.slider-video-icon a i {
    font-size: 14px;
}

.top {
    position: relative;
    top: -25px;
    right: -25px;
    font-size: 18px;
    font-weight: 600;
    font-family: Rajdhani;
    text-transform: uppercase;
}

@keyframes ripple-blue {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3)
    }

    100% {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0)
    }
}

.rotateme {
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

.bounce-animate {
    animation-name: float-bob;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob;
    -o-animation-duration: 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

@-webkit-keyframes float-bob {
    0% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    50% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }

    100% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
}

/* style-two */
.slider-section-2 {
    background: url(assets/images/slider5.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 909px;
    overflow: hidden;
}

.slider-section-2 .slider-content h1 {
    color: #020307;
}

.slider-section-2 .slider-content h2 {
    color: #020307;
}

.slider-section-2 .slider-content h5 {
    color: #020307;
    margin-left: 25px;
}

.slider-section-2 .slider-content h5:before {
    position: absolute;
    content: "";
    left: -102%;
    top: 16px;
    background: #d00a2b;
    width: 15px;
    height: 2px;
    right: 0;
    margin: auto;
}

.slider-section-2 .slider-button a {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    font-family: Rajdhani;
    background: #d00a2b;
    padding: 15px 40px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: .5s;
    margin-right: 17px;
}

.slider-section-2 .btn-2.slider-button a {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    font-family: Rajdhani;
    background: #0a2c3d;
    padding: 15px 40px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: .5s;
}

.slider-section-2 .slider-content {
    color: #fff;
    margin-top: 130px;
}

.slider-section-3 {
    background: #F1F2F7;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 790px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.slider-section-3 .slider-content {
    color: #fff;
    margin-top: 220px;
}

.slider-section-3 .slider-content h5 {
    color: #000000;
}

.slider-section-3 .slider-content h1 {
    color: #000000;
}

.slider-section-3 .slider-content h2 {
    color: #000000;
}

.slider-section-3 .slider-thumb img {
    width: 118%;
    padding-top: 66px;
    animation: zoomin 2s linear;
    animation-delay: 1s;
    animation-fill-mode: forwards;
    visibility: hidden;
    margin-left: -130px;
}

.slider-section-3 .slider-shape {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.slider-section-3 .slider-content h5:before {
    position: absolute;
    content: "";
    left: -105%;
    top: 16px;
    background: #d00a2b;
    width: 15px;
    height: 2px;
    right: 0;
    margin: auto;
}

.slider-section-3 .btn-2.slider-button a {
    margin-left: 16px;
}

.slider-section-3 .btn-2.slider-button a {
    background: #14212B;
    padding: 16px 44px;
    color: #fff;
}

.slider-shape2 {
    position: absolute;
    top: -75px;
    left: 0;
}

.slider_list .owl-dot {
    display: block;
    background: #D00A2B;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 132px;
    margin-top: 15px;
}

.slider_list .owl-dots {
    text-align: center;
    position: absolute;
    left: 91%;
    top: 43%;
}

.slider_list .owl-dot.active {
    border: 1px solid #D00A2B;
    width: 13px;
    height: 13px;
    margin-bottom: 0px;
}

/* style-four */
.slider-section-4 {
    background: #E3E3EC;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 900px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.slider_list_2 .owl-prev {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(208, 10, 43, 0.7);
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    top: 0;
    margin: auto;
    transition: .5s;
    opacity: 0;
}

.slider_list_2 .owl-next {
    position: absolute;
    bottom: 0;
    right: 0;
    background: rgba(208, 10, 43, 0.7);
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    top: 0;
    margin: auto;
    transition: .5s;
    opacity: 0;
}

.slider_list_2:hover .owl-next {
    right: 20px;
    opacity: 1;
}

.slider_list_2:hover .owl-prev {
    left: 20px;
    opacity: 1;
}

.slider-section-4 .slider-content {
    color: #fff;
    margin-top: 416px;
}

.slider-section-4 .slider-thumb {
    margin-top: 382px;
}

.slider-section-4 .slider-content h5:before {
    left: -104%;
    height: 12px;
    width: 12px;
}

.slider-section-4 .slider-content h5 {
    color: #000000;
    margin-left: 23px;
}

.slider-section-4 .slider-content h1 {
    font-size: 80px;
    font-weight: bold;
    font-family: Rajdhani;
    margin: 31px 0 53px;
    color: #000000;
}

.slider-section-4 .slider-content h2 {
    color: #000000;
}

.slider-section-4 .top {
    color: #000000;
    text-decoration: underline;
    font-weight: 700;
}

.slider-section-4 .slider-video-icon a {
    color: #d00a2b;
    box-shadow: 6px 5px 16px 0px rgb(0 0 0 / 15%);
    background: #fff;
    border-radius: 0;
}

.slider-shape-thumb5 {
    position: absolute;
    right: 7%;
    top: 34%;
}

/* slider-5 */
.slider-section-5 {
    background: #040813;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 835px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.slider-section-5 .slider-content {
    position: relative;
    top: 29%;
}

.slider-section-5 .slider-content h1 {
    margin: 28px 0 55px;
}

.slider-section-5 .slider-content p {
    width: 80%;
    margin: 38px 6px 0;
}

.slider-section-5 .slider-button {
    display: inline-block;
    margin-top: 27px;
    margin-right: 20px;
}

.slider-section-5 .slider-button a {
    padding: 12px 44px;
}

.btn-2.slider-button a {
    color: #5A5B5D;
    background: #fff;
    padding: 12px 44px;
}

.slider-section-5 .btn-2.slider-button a:hover {
    color: #fff;
}

.slider-section-5 .slider-thumb img {
    width: 100%;
    margin-top: 187px;
}

.slider-section-5 .slider-shape {
    position: absolute;
    top: 15%;
    right: 285px;
    z-index: -1;
}

/* Breadcumn */
.breadcumn-section {

    padding-top: 50px;
    padding-bottom: 50px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.breadcumn-content h2 {
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 25px;
}

.breadcumn-content ul li {
    list-style: none;
    display: inline;
}

.style2 {
    margin-right: 5px;
    font-size: 18px;
    font-family: 'Nunito';
}

.breadcumn-content ul li i {
    font-size: 12px;
    margin-right: 2px;
}

.breadcumn-content ul li a {
    display: inline-block;
    color: #D00A2B;
}

.breadcumn_section {
    background: url(assets/images/career-bg.jpg);
    padding-top: 280px;
    padding-bottom: 107px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 124px;
}

.breadcumn_section .breadcumn-content {
    text-align: center;
}

.breadcumn_section .breadcumn-content h2 {
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #fff;
}

/* landing-page */
.landing.slider-section {
    background: url(assets/images/banne1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 835px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.landing.slider-section .slider-content h1 {
    color: #010101;
}

.landing.slider-section .slider-content h2 {
    color: #010101;
}

.landing.slider-section .slider-content h5 {
    color: #010101;
}

.landing.slider-section .slider-content h5:before {
    display: none;
}

/* Landing-2 */
.landing-2.slider-section {
    background: linear-gradient(to left, rgba(2, 45, 98, 0) 0, #022d62 100%), linear-gradient(to left, rgba(2, 45, 98, 0) 0, #022d62 100%), transparent url(assets/images/banner2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 835px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    position: relative;
}

.landing-2.slider-section .slider-content h5:before {
    left: -102%;
}

.v-card-menu .active a {
    color: #d00a2b !important;
}

.current_menu {
    color: #d00a2b !important;
}

/* =============================================================================
  particles CSS
========================================================================== */
#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 219px;
    left: 0;
}

#stats {
    display: none;
}

/*====================================================
--<  why-join-us Css -->
======================================================*/
.why-join-us {
    padding: 110px 0 70px;
}

.join-content h4 {
    font-size: 20px;
    color: #133344;
    position: relative;
    margin: 0;
}

.join-content h4::before {
    position: absolute;
    content: "";
    top: 21px;
    left: 172px;
    height: 1px;
    width: 37px;
    background: #D00A2B;
}

.join-content h2 {
    font-size: 55px;
    color: #0A2C3D;
    line-height: 1.2;
    margin: 6px 0 10px;
}

.join-content h2 span {
    color: #D00A2B;
}

.join-content p {
    font-size: 16px;
    color: #5c727d;
    margin: 0;
    line-height: 1.5;
}

.join-button {
    margin-top: 33px;
}

.join-button a {
    display: inline-block;
    font-size: 16px;
    text-decoration: none;
    background: #181B2A;
    color: #fff;
    text-transform: uppercase;
    padding: 11px 26px;
    transition: .5s;
    border-radius: 5px;
}

.join-button a:hover {
    background: #D00A2B;
}

.singles-joins-box {
    background: #fff;
    text-align: center;
    padding: 35px 74px;
    box-shadow: 1px 4px 15px 8px rgb(0 0 0 / 10%);
    margin-bottom: 30px;
    border-radius: 5px;
}

.joins-titles h3 {
    font-size: 20px;
    color: #0A2C3D;
    margin: 0;
    line-height: 1.3;
}

.singles-joinss-box {
    background: #fff;
    text-align: center;
    padding: 35px 74px;
    box-shadow: 1px 4px 15px 8px rgb(0 0 0 / 10%);
    margin-bottom: 30px;
    border-radius: 5px;
    position: relative;
    top: -40px;
}

/*====================================================
--<  .circular-area Css -->
======================================================*/
.circular-area {
    padding: 100px 0 0;
    background: #F6F7F9;
}

.circular-area .HNBP4zwNeR {
    text-align: center;
    margin-bottom: 50px;
}

.circular-area .HNBP4zwNeR h5 {
    font-size: 20px;
    color: #d00a2b;
    font-family: Nunito;
    font-weight: 800;
    text-transform: uppercase;
}

.circular-area .HNBP4zwNeR h1 {
    font-size: 50px;
    color: #0A2C3D;
}

.circular-area .HNBP4zwNeR h1 span {
    color: #D00A2B;
}

.single-circular-box {
    background: #FFFFFF;
    padding: 20px 32px 0;
    border-radius: 10px;
    margin-bottom: 30px;
    transition: .5s;
}

.circular-thumb {
    float: left;
    margin: 2px 25px 0 0;
}

.circular-thumb img {
    background: #F6F7F9;
    padding: 22px 24px;
    border-radius: 5px;
}

.circular-title {
    position: relative;
    top: 15px;
}

.circular-title h3 {
    font-size: 26px;
    color: #0A2C3D;
    margin: 0;
    transition: .5s;
}

.circular-title p {
    font-size: 16px;
    color: #5c727d;
    margin: 0;
    transition: .5s;
}

.circular-btn {
    text-align: right;
    position: relative;
    top: -42px;
}

.circular-btn a {
    display: inline-block;
    font-size: 18px;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #D00A2B;
    padding: 12px 22px;
    border-radius: 5px;
    color: #0A2C3D;
    font-weight: 600;
}

.single-circular-box:hover {
    background: #D00A2B;
}

.single-circular-box:hover .circular-title h3 {
    color: #fff;
}

.single-circular-box:hover .circular-title p {
    color: #fff;
}

.single-circular-box:hover .circular-btn a {
    color: #0A2C3D;
    background: #fff;
}

/*====================================================
--<  .career-details  Css -->
======================================================*/
.career-details {
    padding: 100px 0 90px;
}

.details-title h2 {
    font-size: 46px;
    color: #000000;
    margin: 0;
}

.details-title h3 {
    font-size: 26px;
    color: #000000;
    font-weight: 600;
    margin: 15px 0;
}

.details-title p {
    font-size: 16px;
    margin: 0;
    color: #5c727d;
    line-height: 1.4;
}

.details-text {
    margin-top: 30px;
}

.details-text h4 {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 8px;
}

.details-text p {
    margin: 0 0 5px 30px;
    position: relative;
}

.details-text p::before {
    position: absolute;
    content: "";
    top: 14px;
    left: -33px;
    height: 1px;
    width: 15px;
    background: #D00A2B;
}

.details-text p::after {
    position: absolute;
    content: "";
    top: 12px;
    left: -18px;
    height: 6px;
    width: 6px;
    border-radius: 5px;
    background: #D00A2B;
}

.details-text h3 {
    font-size: 26px;
    color: #000000;
    font-weight: 600;
    margin: 16px 0 0;
}

.singles-details-box {
    box-shadow: 1px 4px 15px 8px rgb(0 0 0 / 10%);
    padding: 25px 30px 20px;
    position: relative;
    border-radius: 5px;
}

.singles-details-box::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 4px;
    width: 100%;
    background: #D00A2B;
}

.singles-details-box h4 {
    font-weight: 600;
    font-size: 25px;
    color: #000000;
    font-family: 'Rajdhani', sans-serif;
}

.details-thumb {
    margin: 20px 0 0;
}

.details-thumb img {
    float: left;
    margin: 6px 20px 25px 0;
}

.deta-title span {
    font-size: 16px;
    color: #5c727d;
}

.deta-title h5 {
    margin: 0;
    font-size: 17px;
    color: #333;
}

.deta-title {
    margin-left: 37px;
}

.details-button {
    margin-top: 40px;
}

.details-button a {
    display: inline-block;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
    background: #14212A;
    padding: 12px 20px;
    color: #fff;
    border-radius: 5px;
    transition: .5s;
}

.details-button a:hover {
    background: #D00A2B;
}

/*====================================================
--<  abouts_areas Css -->
======================================================*/
.abouts_areas {
    padding: 100px 0 125px;
}

.abouts_thumb {
    position: relative;
}

.abouts_titles {
    position: absolute;
    bottom: -30px;
    left: -25px;
}

.abouts_titles h3 {
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    background: #D00A2B;
    padding: 23px 120px 23px 41px;
    border-radius: 10px;
    position: relative;
}

.abouts_icons {
    position: absolute;
    top: 55px;
    right: 30px;
}

.abouts_icons i {
    display: inline-block;
    height: 45px;
    width: 45px;
    border-radius: 50px;
    line-height: 45px;
    background: #0A2C3D;
    color: #fff;
    text-align: center;
}

.abouts_titless {
    position: absolute;
    bottom: -30px;
    right: -25px;
}

.abouts_titless h3 {
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    background: #D00A2B;
    padding: 23px 120px 23px 41px;
    border-radius: 10px;
    position: relative;
}

/*====================================================
--<  testimoniale_areas Css -->
======================================================*/
.testimoniale_areas {
    padding: 100px 0 120px;
    background: #F5F6F9;
}

.single-join-box.upper .join-content h4::before {
    position: absolute;
    content: "";
    top: 21px;
    left: 125px;
    height: 1px;
    width: 37px;
    background: #D00A2B;
}

.singles_testimoniale_box {
    background: #fff;
    padding: 25px 60px 15px 40px;
    margin: 20px 30px 0 0;
    border-radius: 10px;
}

.testimoniale_title h3 {
    font-size: 24px;
    margin: 0 0 10px;
}

.testimoniale_title p {
    font-size: 16px;
    line-height: 1.7;
}

.testimoniale_tmb {
    margin-top: 25px;
}

.testimoniale_tmb img {
    float: left;
    margin: 0px 20px 0 0;
}

.testimoniales_title p {
    font-size: 16px;
    color: #68697D;
    margin: 0;
    line-height: 1.7;
}

.testimoniales-icon {
    display: inline-block;
}

.testimoniales-icon ul li {
    display: inline-block;
}

.testimoniales_title h4::before {
    position: absolute;
    content: "";
    top: 5px;
    left: 178px;
    height: 15px;
    width: 1px;
    background: #8A949A;
}

.testimoniales-icon ul li a {
    display: inline-block;
    color: #D00A2B;
    font-size: 15px;
}

.testimoniales_title h4 {
    font-size: 22px;
    line-height: 1.0;
    position: relative;
}

.testimoniales-icon {
    position: relative;
    top: -51px;
    left: 110px;
}

/*
<!-- ============================================================== -->
<!-- Start why choose us area Css -->
<!-- ============================================================== -->*/
.counter_area {
    background: url(assets/images/Abouts_6.png);
    background-repeat: no-repeat;
    background-position: center center;
    padding: 87px 0 70px;
}

.row.counter-top {
    position: relative;
    z-index: 1;
    margin-top: -110px;
    background: #ffffffff;
    padding: 60px 20px 25px;
    box-shadow: 0 2px 22px rgb(0 0 0 / 20%);
    margin-left: 0;
    margin-right: 0;
}

.techno-single-counter-box {
    margin-bottom: 30px;
    text-align: center;
}

.counter-text h1 {
    font-size: 55px;
    display: inline-block;
    color: #fff;
    margin: 35px 0 10px;
}

.counter-text span {
    color: #fff;
    display: inline-block;
    font-size: 50px;
    font-weight: 700;
}

.counter-icon i {
    display: inline-block;
    color: #fff;
    font-size: 50px;
    text-align: center;
    margin: 0 0;
    transition: .5s;
}

.counter-title h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Rubik';
    margin: 8px 0 0;
}

/*style two*/
.Ox5wo0j0PL.counter-area {
    background: #1C1E22;
    padding: 0 0 0px;
}

.counter-button a {
    display: inline-block;
    font-size: 16px;
    color: #ffff;
    padding: 13px 35px;
    background: #e91f4f;
    position: relative;
    z-index: 1;
}

/*
<!-- ============================================================== -->
<!-- Start section title area Css -->
<!-- ============================================================== -->*/
.video-area {
    position: relative;
}

.slider-video-icon a i {
    font-size: 20px;
}

.video-area .video-bg {
    background: url(assets/images/video.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 200px 0;
    border-radius: 10px;
    position: relative;
    margin-bottom: -101px;
}

.video-title h4 {
    font-size: 40px;
    color: #fff;
    text-align: right;
    margin-right: 35px;
}

.video-button a {
    display: inline-block;
    padding: 16px 35px;
    background: #fff;
    color: #262729;
    font-size: 18px;
    border-radius: 3px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Rajdhani';
    margin: 18px 0 0 110px;
    position: relative;
    z-index: 1;
    transition: .5s;
    text-decoration: none;
}

.video-button a::before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    z-index: -1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    transform: scale(0.0, 1);
    opacity: 0;
    border-radius: 3px;
}

.video-button span {
    margin-left: 6px;
}

.video-button i {
    display: inline-block;
    color: #ED411D;
    font-size: 23px;
    transition: .5s;
}

.video-button a:hover::before {
    transform: scale(1, 1);
    opacity: 1;
    background: #14212B;
    color: #fff;
}

.video-button a:hover {
    color: #fff;
}

.video-button:hover i {
    color: #fff;
}

/*
<!-- ============================================================== -->
<!-- Start mission area Css -->
<!-- ============================================================== -->*/
.mission-area {
    background: url(assets/images/vission.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 105px 0 108px;
}

.col-lg-6.col-md-6.mission {
    padding: 0 0 0 46px;
}

.mission-area .dreamit-section-title p {
    margin: 15px 0 0;
    color: #bec6cc;
}

.mission-area .dreamit-section-title {
    margin-bottom: 25px;
}

.mission-area .dreamit-section-title:after {
    left: 25px;
}

.mission-area .elementor-about-title p {
    padding-bottom: 5px;
}

/*mission single box*/
.col-lg-6.mission-box {
    position: relative;
    z-index: 1;
}

.mission-area .HNBP4zwNeR h1 {
    color: #fff;
}

.mission-area .HNBP4zwNeR p {
    width: 100%;
}

.mission-single-box {
    position: absolute;
    z-index: 1;
    bottom: -108px;
    right: -1px;
    background: url(assets/images/mission-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 30px 50px 40px;
}

.mission-title h2 {
    font-size: 26px;
    line-height: 34px;
    color: #fff;
}

/*
<!-- ============================================================== -->
<!-- Start vission area Css -->
<!-- ============================================================== -->*/
.vission-area {
    background: url(assets/images/mission.jpg);
    background-position: center;
    background-repeat: no-repeat;
    padding: 58px 0 105px;
}

.vission-area .elementor-about-title p {
    padding-bottom: 5px;
}


/* Custom Fonts */
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@400;500;700&family=Montserrat:wght@700&display=swap');

/* Basic Styles & Variables */
:root {
    --primary-color: #0A0A0A;
    /* Deep Space Black */
    --secondary-color: #00FFFF;
    /* Cyan */
    --accent-color: #FF00FF;
    /* Magenta */
    --text-color: #F0F0F0;
    --text-alt-color: #B0B0B0;
    --border-color: #2C2C2E;
    --font-heading: 'Montserrat', sans-serif;
    --font-body: 'Roboto Mono', monospace;
}

body {
    font-family: var(--font-body);
    color: var(--text-color);

    margin: 0;
    line-height: 1.6;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

.card {
    padding: 15px;
}

/* --- Header Section --- */
.XiH9GX0LEf {
    background: linear-gradient(135deg, #0A0A0A 0%, #1A1A1A 100%);
    color: var(--text-color);
    padding: 150px 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-bottom: 2px solid var(--secondary-color);
}

.header-content {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.XiH9GX0LEf h1 {

    color: #fff;
    font-size: clamp(2.5rem, 6vw, 3rem);
    text-transform: uppercase;
    letter-spacing: 4px;
    margin: 0 0 15px;
    font-weight: 700;
    text-shadow: 0 0 10px rgba(0, 255, 255, 0.5);
}

.XiH9GX0LEf p {
    font-size: clamp(1rem, 2.5vw, 1.4rem);
    max-width: 800px;
    margin: 0 auto;
    opacity: 0.8;
}

/* --- General Section Styling --- */
.OEB4JVBkXq {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.HNBP4zwNeR {
    font-family: var(--font-heading);
    font-size: clamp(2.5rem, 4vw, 1.8rem);
    text-align: center;
    color: var(--secondary-color);
    margin: 80px 0 60px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 2px;
    text-shadow: 0 0 8px rgba(0, 255, 255, 0.4);
}

.HNBP4zwNeR::after {
    content: '';
    display: block;
    width: 100px;
    height: 3px;
    background-color: var(--accent-color);
    margin: 20px auto 0;
    box-shadow: 0 0 8px var(--accent-color);
}

/* --- Services Grid --- */
.apM3i6JGCB {
    padding-top: 50px;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.service-card {
    background-color: var(--border-color);
    border: 1px solid var(--border-color);
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.service-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 0 30px var(--secondary-color), 0 0 10px var(--accent-color);
}

.Qkfax3SZIj {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    filter: brightness(0.7);
    transition: filter 0.3s ease;
}

.service-card:hover .Qkfax3SZIj {
    filter: brightness(1);
}

.card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    padding: 25px;
    transform: translateY(100%);
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border-top: 2px solid var(--secondary-color);
}

.service-card:hover .card-overlay {
    transform: translateY(0);
}

.card-overlay h3 {
    font-family: var(--font-heading);
    font-size: 1.4rem;
    text-transform: uppercase;
    color: var(--secondary-color);
    margin: 0 0 10px;
    letter-spacing: 1px;
    text-shadow: 0 0 5px var(--secondary-color);
}

.card-overlay p {
    font-family: var(--font-body);
    font-size: 0.9rem;
    color: var(--text-alt-color);
    margin-bottom: 20px;
}

.card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.G3s2tQ5ryF {
    font-family: var(--font-heading);
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--accent-color);
    text-shadow: 0 0 5px var(--accent-color);
}

.cta-button {
    display: inline-block;
    padding: 8px 18px;
    background-color: var(--secondary-color);
    color: var(--primary-color);
    text-decoration: none;
    border-radius: 3px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 1px;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.cta-button:hover {
    background-color: var(--accent-color);
    transform: scale(1.05);
}

/* --- Pricing Section --- */
.BoBb6YdGSa {
    padding: 100px 20px;
    background-color: var(--primary-color);
    color: var(--text-color);
    margin-top: 80px;
}

.pricing-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.plan-card {
    flex: 1 1 320px;
    background-color: var(--border-color);
    border-radius: 8px;
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid var(--border-color);
}

.plan-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 0 30px var(--accent-color), 0 0 10px var(--secondary-color);
}

.plan-card.featured {
    background-color: var(--accent-color);
    color: var(--primary-color);
    border: 2px solid var(--secondary-color);
    box-shadow: 0 0 40px var(--secondary-color), 0 0 20px var(--accent-color);
    transform: scale(1.1);
}

.plan-card.featured:hover {
    transform: scale(1.15);
}

.plan-card.featured .plan-name,
.plan-card.featured .plan-price,
.plan-card.featured .fOGAYgd1W9 {
    color: var(--primary-color);
    text-shadow: none;
}

.plan-card.featured .plan-features li {
    color: var(--primary-color);
    border-bottom-color: rgba(0, 0, 0, 0.2);
}

.plan-card.featured .plan-button {
    background-color: var(--primary-color);
    color: var(--accent-color);
}

.plan-name {
    font-family: var(--font-heading);
    font-size: 1.8rem;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--secondary-color);
    text-shadow: 0 0 5px var(--secondary-color);
}

.plan-price {
    font-family: var(--font-heading);
    font-size: 3.2rem;
    font-weight: 700;
    color: var(--accent-color);
    text-shadow: 0 0 8px var(--accent-color);
}

.fOGAYgd1W9 {
    font-size: 1.1rem;
    font-weight: 500;
    color: var(--text-alt-color);
}

.plan-features {
    list-style: none;
    padding: 0;
    text-align: left;
    margin: 40px 0;
    flex-grow: 1;
}

.plan-features li {
    padding: 10px 0;
    font-size: 0.95rem;
    border-bottom: 1px dashed var(--text-alt-color);
    color: var(--text-alt-color);
}

.plan-features li:last-child {
    border-bottom: none;
}

.plan-button {
    display: inline-block;
    padding: 15px 30px;
    background-color: var(--secondary-color);
    color: var(--primary-color);
    text-decoration: none;
    border-radius: 5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.plan-button:hover {
    background-color: var(--accent-color);
    transform: scale(1.05);
}

/* --- Testimonials Section --- */
.testimonials-section {
    padding: 80px 20px;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.o0spsS1W3y {
    background-color: var(--border-color);
    border: 1px solid var(--border-color);
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 0 15px rgba(0, 255, 255, 0.1);
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.o0spsS1W3y:hover {
    transform: translateY(-5px);
}

.o0spsS1W3y::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: var(--accent-color);
    transform: translateX(-100%);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.o0spsS1W3y:hover::before {
    transform: translateX(0);
}

.rating-box {
    color: var(--secondary-color);
    font-size: 1.2rem;
    margin-bottom: 15px;
    letter-spacing: 2px;
}

.GQsgkTZxuK {
    text-shadow: 0 0 5px rgba(0, 255, 255, 0.5);
}

.o0spsS1W3y p {
    font-family: var(--font-body);
    font-size: 0.95rem;
    color: var(--text-alt-color);
    margin-bottom: 20px;
    flex-grow: 1;
}

.client-name {
    font-family: var(--font-heading);
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--accent-color);
    display: block;
    text-align: right;
    text-transform: uppercase;
}

/* --- Responsive Adjustments --- */
@media (max-width: 768px) {
    .XiH9GX0LEf {
        padding: 60px 15px;
    }

    .XiH9GX0LEf h1 {
        font-size: 2.5rem;
    }

    .HNBP4zwNeR {
        font-size: 2rem;
        margin: 60px 0 40px;
    }

    .services-grid,
    .pricing-grid,
    .testimonials-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .BoBb6YdGSa {
        margin-top: 60px;
        padding-top: 80px;
    }

    .plan-card.featured {
        transform: scale(1.05);
    }
}






.responsive-tabs {
    margin-top: 20px;
}

.responsive-tabs-container .tab-content {
    border-top: 3px solid #D00A2B;
}

.responsive-tabs-container[class*="accordion-"] .tab-pane {
    margin-bottom: 15px;
}

.responsive-tabs-container[class*="accordion-"] .accordion-link {
    display: none;
    margin-bottom: 10px;
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-radius: 3px;
    border: 1px solid #ddd;
    color: #333;
}

.responsive-tabs-container[class*="accordion-"] .accordion-link.active {
    border-bottom: medium none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    color: #ff6600;
}

@media (max-width: 767px) {
    /*  .responsive-tabs-container.accordion-xs .nav-tabs {
    display: none;
  } */

    .responsive-tabs-container.accordion-xs .accordion-link {
        display: block;
    }

    .responsive-tabs-container .tab-content {
        border: none;
    }

    .responsive-tabs-container[class*="accordion-"] .tab-pane {
        border: 1px solid #ddd;
        border-top: none;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-width: medium 1px 1px;
        margin-bottom: 10px;
        margin-top: -10px;
        padding: 10px 10px 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {


    .responsive-tabs-container.accordion-sm .accordion-link {
        display: none;
    }


    .responsive-tabs-container[class*="accordion-"] .tab-pane {
        border-top: none;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-width: medium 1px 1px;
        margin-bottom: 10px;
        margin-top: -10px;
        padding: 10px 10px 0;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .responsive-tabs-container.accordion-md .nav-tabs {
        display: none;
    }

    .responsive-tabs-container.accordion-md .accordion-link {
        display: block;
    }
}

@media (min-width: 1200px) {
    .responsive-tabs-container.accordion-lg .nav-tabs {
        display: none;
    }

    .responsive-tabs-container.accordion-lg .accordion-link {
        display: block;
    }
}








/*
<!-- ============================================================== -->
<!-- Start planing area Css -->
<!-- ============================================================== -->*/
.planing-area {
    background: #F4F7F8;
}

.planing-area .dreamit-section-title {
    margin-bottom: 50px;
}

.dreamit-single-planing-box {
    margin-bottom: 30px;
}

.single-planing-thumb img {
    width: 100%;
}

.planing-content {
    background: #fff;
    padding: 25px 40px 15px;
}

.planing-title h3 {
    font-size: 26px;
    padding: 0 0 10px;
}

/*
<!-- ============================================================== -->
<!-- Start feature area Css -->
<!-- ============================================================== -->*/
.feture-area.Ox5wo0j0PL {
    padding: 100px 0 0;
}

li.nav-item {
    padding-right: 45px;
}

li.active {
    color: #fff !important;
    background-color: #ed2921;
    font-weight: 600;
    font-family: 'Rajdhani';
    font-size: 18px;
    border-radius: 5px 5px 0 0;
    transition: .5s;
}

li.active a {
    color: #fff !important;
}

ul.nav.nav-tabs.responsive-tabs li a {
    display: inline-block;
    text-decoration: none;
    color: #333;
    padding: 10px 25px;
}

.tab-content-text p {
    margin: 25px 0;
}

.dreamit-department-bottom-content-inner {
    position: relative;
    top: 50px;
}

.dreamit-department-bottom-content-inner ul {
    display: block;
    list-style: none;
}

.dreamit-department-bottom-content-inner ul li {
    display: block;
    padding: 0 0 13px;
}

.dreamit-department-bottom-content-inner ul li i {
    display: inline-block;
    color: #ed2a22;
    padding: 0 10px 0px 0;
}

.dreamit-department-bottom-content-inner ul li span {
    font-size: 17px;
    font-weight: 600;
    font-family: 'Rajdhani';
    color: #1c1c1c;
}

.dreamit-department-thumb img {
    width: 100%;
}

.dreamit-department-tab ul li a:hover {
    color: #33354b;
}



/*
<!-- ============================================================== -->
<!-- Start team area Css -->
<!-- ============================================================== -->*/
.team_area {
    padding: 90px 0 90px;
}

.dreamit-single-team-box {
    margin-bottom: 30px;
    text-align: center;
    background: #fff;
    box-shadow: 0 4px 30px rgb(0 0 0 / 12%);
    overflow: hidden;
}

.single-team-thumb {
    position: relative;
}

.single-team-thumb img {
    height: auto;
    width: 100%;
    -webkit-filter: grayscale(100%);
    transition: .5s;
}

.team-socail-icon {
    position: absolute;
    z-index: 1;
    margin-top: -145px;
    text-align: unset;
    left: 0;
    right: 0;
    opacity: 0;
    transition: .5s;
}

.team-socail-icon a {
    display: inline-block;
    margin: 15px 3px 0;
    font-size: 14px;
    width: 30px;
    height: 30px;
    line-height: 34px;
    color: #fff;
    background: #ED2921;
    text-align: center;
    border-radius: 3px;
    transition: .5s;
}

.team-content {
    position: relative;
    padding: 13px 0px 1px;
    background: #fff;
    box-shadow: 0 -13px 30px rgb(0 0 0 / 12%);
    width: 81%;
    left: 24px;
    top: -28px;
    border-radius: 9px 0 0px 0;
}

.team-title h3 {
    font-size: 24px;
}

.team-text p {
    color: #ED2921;
}

.team-icon a {
    display: inline-block;
    font-size: 16px;
    padding: 8px 16px 8px;
    color: #9797a1;
    background: #f5f5f6;
    border-radius: 4px;
    margin-left: 6px;
    top: -26px;
    position: relative;
    transition: .5s;
    z-index: 1;
    text-decoration: none;
}

.team-icon a:hover {
    color: #fff;
}

.team-icon a::before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #ED2A22;
    transform: scale(0);
    border-radius: 4px;
    transition: .5s;
    margin: auto;
}

.team-icon a:hover:before {
    transform: scale(1);
    color: #fff;
}

.team-socail-icon a:hover {
    background: #fff;
    color: #ed2a22;
}

.dreamit-single-team-box:hover .single-team-thumb img {
    -webkit-filter: grayscale(0);
}

.dreamit-single-team-box:hover .team-socail-icon {
    opacity: 1;
    margin-top: -85px;
}

/*style upper1*/
.team-area.upper1 {
    background: #212123;
}

.upper1 .dreamit-single-team-box {
    margin-bottom: 30px;
    text-align: center;
    background: #212123;
    box-shadow: 0 4px 30px rgb(0 0 0 / 12%);
    overflow: hidden;
    border-radius: 7px;
}

.upper1 .team-content {
    position: relative;
    padding: 20px 0px 1px;
    background: #212123;
    box-shadow: 0 -13px 30px rgb(0 0 0 / 12%);
    width: 81%;
    left: 24px;
    top: -28px;
    border-radius: 9px 0 0px 0;
}

.upper1 .team-title h3 {
    font-size: 24px;
    color: #fff;
}

.upper1 .team-content {
    position: relative;
    padding: 13px 0px 1px;
    background: #212123;
    box-shadow: 0 -13px 30px rgb(0 0 0 / 12%);
    width: 81%;
    left: 24px;
    top: -28px;
    border-radius: 9px 0 0px 0;
}

.upper1 .team-icon a {
    display: inline-block;
    font-size: 16px;
    padding: 8px 16px 8px;
    color: #9797a1;
    background: #2D2F2F;
    border-radius: 4px;
    margin-left: 6px;
    top: -26px;
    position: relative;
    transition: .5s;
    z-index: 1;
}

.upper1 .team-icon a:hover {
    color: #fff;
}



/*====================================================
--<  calls-do-actions Css -->
======================================================*/
.calls-do-actions {
    padding: 65px 0 165px;
    background: #F6F7F9;
    margin: 0 0 -67px;
}

.calls-do-actions .HNBP4zwNeR {
    text-align: center;
}

.calls-do-actions .HNBP4zwNeR h1 {
    font-size: 55px;
    font-weight: bold;
    font-family: Rajdhani;
    margin-bottom: 15px;
    margin-top: 16px;
    color: #0A2C3D;
}

.calls-do-actions .HNBP4zwNeR h5 {
    font-size: 32px;
    color: #5c727d;
    font-family: Nunito;
    font-weight: 600;
}

.calls-do-button {
    text-align: center;
    position: relative;
    top: 27px;
}

.calls-do-button a {
    display: inline-block;
    font-size: 16px;
    text-decoration: none;
    background: #181B2A;
    color: #fff;
    text-transform: uppercase;
    padding: 11px 26px;
    transition: .5s;
    border-radius: 5px;
}

.calls-do-button a:hover {
    background: #D00A2B;
}

.gXdnxr1AvH {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.gXdnxr1AvH iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.footer-social {
    margin-top: 15px;
}

.footer-social a {
    display: inline-block;
    margin-right: 10px;
    transition: transform 0.3s;
}

.footer-social a img {
    width: 30px;
    height: 30px;
}

.footer-social a:hover {
    transform: scale(1.2);
}

/*====================================================
--<	 About Section Css -->
======================================================*/
.lGPIeVenYN {
    padding-top: 50px;
    padding-bottom: 50px;
}

.lGPIeVenYN .HNBP4zwNeR {
    padding-top: 50px;
    padding-left: 30px;
}

.lGPIeVenYN .HNBP4zwNeR p {
    width: 73%;
    color: #5c727d;
    font-size: 16px;
    font-family: Nunito;
    padding-top: 13px;
    margin-bottom: 28px;
}

.ZE3B3Nc3It {
    position: relative;
}

.ZE3B3Nc3It img {
    width: 100%;
    animation: zoomin 1s linear;
    animation-delay: 3s;
    animation-fill-mode: forwards;
    visibility: hidden;
}

@keyframes zoomin {
    0% {
        transform: scale(0.5);
        visibility: visible;
    }

    100% {
        transform: scale(1);
        visibility: visible;
    }
}

.about-video-icon a {
    position: absolute;
    top: 43%;
    right: 48%;
    background: #d00a2b;
    color: #fff;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    animation: 1s linear 0s infinite normal none running white-blue;
    transition: all 0.5s ease 0s;
}

.about-video-icon a i {
    font-size: 22px;
}

@keyframes white-blue {
    0% {
        box-shadow: 0 0 0 0 rgba(208, 10, 43, 0.3), 0 0 0 10px rgba(208, 10, 43, 0.3), 0 0 0 20px rgba(208, 10, 43, 0.3)
    }

    100% {
        box-shadow: 0 0 0 10px rgba(208, 10, 43, 0.3), 0 0 0 15px rgba(208, 10, 43, 0.3), 0 0 0 30px rgba(208, 10, 43, 0.3)
    }
}

.HNBP4zwNeR h5 {
    font-size: 16px;
    color: #d00a2b;
    font-family: Nunito;
    font-weight: 800;
}

.HNBP4zwNeR h1 {
    font-size: 55px;
    font-weight: bold;
    font-family: Rajdhani;
    margin-bottom: 31px;
    margin-top: 16px;
}

.HNBP4zwNeR h1 span {
    color: #D00A2B;
}

.HNBP4zwNeR h2 {
    font-size: 55px;
    font-weight: bold;
    font-family: Rajdhani;
    margin-bottom: 0;
    margin-top: 0;
}

.about-single-box {
    margin-bottom: 15px;
    padding-left: 30px;
}

.about-single-box:hover .about-icon i {
    transform: rotate(360deg);
}

.about-icon {
    float: left;
    margin-right: 10px;
}

.about-icon i {
    color: #fff;
    font-size: 12px;
    transition: .5s;
    display: inline-block;
    height: 20px;
    width: 20px;
    line-height: 20px;
    background: #D00A2B;
    border-radius: 50px;
    text-align: center;
}

.about-content {
    margin-top: -12px;
    margin-left: 12px;
}

.about-title {
    margin-top: 5px;
}

.about-title h2 {
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 700;
    font-family: Rajdhani;
    margin-top: 0;
}

.ahYmkKJgyx p {
    color: #5c727d;
    width: 95%;
    margin: 4px 0 15px 0;
}

/* style-two */
.Ox5wo0j0PL.lGPIeVenYN {
    position: relative;
    z-index: 1;
    padding-bottom: 115px;
}

.Ox5wo0j0PL.lGPIeVenYN .skill-shape {
    position: absolute;
    top: 110px;
    left: 280px;
    z-index: -1;
}

.Ox5wo0j0PL.lGPIeVenYN .about-btn a {
    display: inline-block;
    background: #14212A;
    color: #fff;
    padding: 14px 57px;
    text-decoration: none;
    margin-left: 35px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.Ox5wo0j0PL.lGPIeVenYN .about-btn a:before {
    position: absolute;
    content: "";
    background: #d00a2b;
    width: 0%;
    height: 100%;
    top: 0;
    left: -38px;
    z-index: -1;
    transition: .5s;
    transform: skew(50deg);
    visibility: hidden;
}

.Ox5wo0j0PL.lGPIeVenYN .about-btn a:hover:before {
    width: 180%;
    visibility: visible;
    bottom: 0;
}

.about-btn {
    display: inline-block;
}

.about-sign-thumb {
    display: inline-block;
}

.about-sign-thumb img {
    margin-bottom: 53px;
    margin-left: 21px;
}

/* Style-Three */
.style-three.lGPIeVenYN {
    padding-top: 120px;
    padding-bottom: 81px;
    position: relative;
}

.style-three.lGPIeVenYN .skill-shape {
    position: absolute;
    top: 110px;
    left: 280px;
    z-index: -1;
}

.style-three.lGPIeVenYN .ZE3B3Nc3It {
    position: relative;
    z-index: 1;
}

.style-three.lGPIeVenYN .about-single-box {
    margin-bottom: 21px;
    padding-left: 30px;
}

.style-three.lGPIeVenYN .ZE3B3Nc3It-content {
    box-shadow: 6px 5px 16px 0px rgb(0 0 0 / 15%);
    display: inline-block;
    padding: 25px 35px 23px;
    margin-top: 0;
    border-left: 5px solid #D00A2B;
    position: absolute;
    bottom: 7px;
    left: -28px;
    background: #fff;
}

.style-three.lGPIeVenYN .about-count {
    display: inline-block;
}

.style-three.lGPIeVenYN .about-count h3 {
    display: inline-block;
    font-size: 65px;
    color: #D00A2B;
}

.style-three.lGPIeVenYN .ZE3B3Nc3It-content span {
    color: #D00A2B;
    font-size: 23px;
}

.style-three.lGPIeVenYN .about-desc {
    display: inline-block;
    padding-left: 5px;
}

.style-three.lGPIeVenYN .about-desc h6 {
    margin-top: -15px;
}

.style-three.lGPIeVenYN .HNBP4zwNeR p {
    width: 76%;
    color: #5c727d;
    font-size: 16px;
    font-family: Nunito;
    padding-top: 13px;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
    padding-left: 6px;
    margin-top: 23px;
}

.style-three.lGPIeVenYN .HNBP4zwNeR p:before {
    position: absolute;
    content: "";
    width: 2px;
    height: 50px;
    background: #D00A2B;
    top: 17px;
    left: -7px;
}

.style-three.lGPIeVenYN .about-single-box:hover .about-icon i {
    color: #fff;
    transform: none;
}

.style-three.lGPIeVenYN .about-title h2 {
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 700;
    font-family: Rajdhani;
    margin-top: 0;
    color: #151515;
    margin-left: 5px;
}

.style-three.lGPIeVenYN .style2.about-title h2 {
    font-size: 16px;
    font-weight: 600;
}

.style-three.lGPIeVenYN .about-icon i {
    color: #d00a2b;
    font-size: 13px;
    transition: .5s;
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #F0F3F8;
    position: relative;
    z-index: 1;
}

.style-three.lGPIeVenYN .about-icon i:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: #d00a2b;
    z-index: -1;
    transform: scale(0);
    transition: .5s;
}

.style-three.lGPIeVenYN .about-single-box:hover .about-icon i:after {
    transform: scale(1);
}

/* style-four */
.style-four.lGPIeVenYN {
    padding-top: 120px;
    padding-bottom: 180px;
    position: relative;
}

.style-four.lGPIeVenYN .ZE3B3Nc3It-content {
    box-shadow: 6px 5px 16px 0px rgb(0 0 0 / 15%);
    display: inline-block;
    padding: 48px 35px 23px;
    margin-top: 0;
    border-left: none;
    position: absolute;
    bottom: -74px;
    left: 337px;
    background: #D00A2B;
}

.style-four.lGPIeVenYN .about-count {
    margin-bottom: 28px;
}

.style-four.lGPIeVenYN .about-count h3 {
    color: #fff;
}

.style-four.lGPIeVenYN .about-desc h6 {
    margin-top: -15px;
    color: #fff;
    padding-bottom: 5px;
}

.style-four.lGPIeVenYN .ZE3B3Nc3It-content span {
    color: #fff;
    margin-top: 30px;
}

.style-four.lGPIeVenYN .about-count {
    margin-bottom: 16px;
}

.style-four.lGPIeVenYN .HNBP4zwNeR h1 {
    text-transform: uppercase;
}

.style-four.lGPIeVenYN .HNBP4zwNeR h2 {
    text-transform: uppercase;
    color: #EAEBF1;
}

.style-four.lGPIeVenYN .about-single-box {
    margin-bottom: 15px;
    padding-left: 45px;
}

.style-four.lGPIeVenYN .HNBP4zwNeR p:before {
    display: none;
}

.style-four.lGPIeVenYN .HNBP4zwNeR p {
    width: 76%;
    color: #000000;
    font-size: 16px;
    font-family: Nunito;
    padding-top: 13px;
    margin-bottom: 28px;
    position: relative;
    z-index: 1;
    padding-left: 6px;
}

.style-four.lGPIeVenYN .scetion-text-2 {
    padding-left: 41px;
    width: 97%;
    margin-bottom: -73px;
}

.style-four.lGPIeVenYN .scetion-text-2 p {
    margin: -7px 0 29px 0;
}

.style-four.lGPIeVenYN .about-bottom-thumb {
    display: inline-block;
    position: relative;
    top: 68px;
}

.style-four.lGPIeVenYN .about-bottom-thumb img {
    margin-top: 8px;
    padding-left: 18px;
}

.style-four.lGPIeVenYN .about-bottom-thumb span {
    padding-left: 10px;
}

.style-four.lGPIeVenYN .about-btn {
    padding-left: 12px;
}

.style-four.lGPIeVenYN .about-btn a {
    padding: 10px 39px;
}

.style-four.lGPIeVenYN .thumb-content {
    display: inline-block;
    position: relative;
    top: -84px;
    left: 45px;
    background: transparent;
    box-shadow: none;
}

.style-four.lGPIeVenYN .thumb-content h6 {
    margin-bottom: -14px;
}

.style-four.lGPIeVenYN .about-bottom-thumb span {
    padding-left: 0;
    font-size: 12px;
}

/* Style-Five */
.style-five.lGPIeVenYN .ZE3B3Nc3It-content {
    background: #040813;
}

/* single-style */
.single-style.lGPIeVenYN {
    padding-bottom: 100px;
}

.single-style .ZE3B3Nc3It img {
    width: inherit;
}

.single-style .HNBP4zwNeR h5 {
    text-transform: uppercase;
}

.single-style.lGPIeVenYN .ZE3B3Nc3It {
    position: relative;
    z-index: 1;
    left: 24%;
}

.single-style.lGPIeVenYN .HNBP4zwNeR h1 {
    text-transform: uppercase;
    font-size: 49px;
}

.single-style.lGPIeVenYN .HNBP4zwNeR h1 {
    text-transform: capitalize;
    font-size: 49px;
}

.single-style.lGPIeVenYN .HNBP4zwNeR h2 {
    font-size: 49px;
    color: #000000;
    text-transform: capitalize;
}

.single-style.lGPIeVenYN .ZE3B3Nc3It-content {
    padding: 27px 35px 10px;
    bottom: 0;
    left: 0;
    ;
}

.single-style.lGPIeVenYN .skill-shape {
    position: absolute;
    top: 67%;
    left: 41%;
    z-index: -1;
}

/*====================================================
--<	 Video Section Css -->
======================================================*/
.video-section {
    padding-top: 308px;
    padding-bottom: 99px;
    background: url(assets/images/video-01.jpg);
    background-repeat: no-repeat;
    position: relative;
}

.video {
    position: absolute;
    top: 41%;
    left: 48%;
}

.video a {
    display: inline-block;
    width: 90px;
    height: 90px;
    line-height: 90px;
    background: #D00A2B;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    animation: 1s linear 0s infinite normal none running ripple-blue;
}

/* leapsatbar-section */
.leapsatbar-section {
    padding-top: 90px;
    padding-bottom: 90px;
}

.leapsatbar-content h3 {
    font-size: 22px;
    margin-top: 22px;
    margin-bottom: 13px;
}

.leapsatbar-text p {
    width: 87%;
    color: #5C727D;
}

.leapsatbar-text2 p {
    width: 80%;
    padding-left: 34px;
    padding-bottom: 15px;
    padding-top: 10px;
}

.leapsatbar-text4 p {
    width: 85%;
}

.right-sidebar h2 {
    font-size: 22px;
    position: relative;
}

.right-sidebar h2:before {
    position: absolute;
    content: "";
    bottom: -10px;
    left: 0;
    background: #D00A2B;
    height: 2px;
    width: 52px;
}

.right-sidebar ul {
    margin-top: 30px;
}

.right-sidebar ul li {
    font-size: 17px;
    color: #5C727D;
    list-style: none;
    font-family: 'Nunito';
    position: relative;
    padding-bottom: 15px;
    font-weight: 600;
}

.right-sidebar ul li:before {
    position: absolute;
    content: "";
    bottom: 7px;
    left: 0;
    background: #E8E8E8;
    height: 1px;
    width: 100%;
}

.single-content2 h3 {
    font-size: 22px;
    margin-bottom: 17px;
}

.single-content2 span {
    font-size: 16px;
    font-family: 'Nunito';
    font-weight: 500;
    color: #5C727D;
    position: relative;
}

.single-content2 span:before {
    position: absolute;
    content: "";
    bottom: -16px;
    left: 0;
    background: #ACB7BD;
    width: 108%;
    height: 2px;
}

.single-content2 {
    border: 7px solid #F8DADF;
    padding: 5px 20px 16px;
    margin-top: 25px;
}

.content2 {
    padding-top: 25px;
    padding-bottom: 25px;
}

span.mr {
    padding-left: 100px;
}

span.mr2 {
    padding-left: 151px;
}

span.mr3 {
    padding-left: 164px;
}

.service-btn3 a {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    font-family: 'Nunito';
    background: #D00A2B;
    padding: 11px 28px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: .5s;
    margin-left: 0;
    margin-top: 32px;
    border-radius: 5px;
}

.service-btn3 a:hover {
    background-color: #171B2A;
}

a.btn2 i {
    font-size: 15px;
    padding-left: 8px;
}

.single-content3 h3 {
    font-size: 22px;
    margin: 22px 0 27px;
}

.single-content3 p {
    margin-top: -24px;
    width: 80%;
}

/*====================================================
--<	 Service Section Css -->
======================================================*/
.service-section {
    padding-top: 92px;
    padding-bottom: 120px;
    background: #F5F6F9;
    position: relative;
    z-index: 1;
}

.service-section .HNBP4zwNeR h1 {
    font-size: 55px;
    font-weight: bold;
    font-family: Rajdhani;
    margin-bottom: 20px;
    margin-top: 9px;
}

.service-single-box:hover {
    box-shadow: 6px 5px 16px 0px rgb(0 0 0 / 15%);
    transform: translateY(-10px);
}

.service-single-box {
    background: #fff;
    padding: 30px 30px;
    overflow: hidden;
    margin-top: 38px;
    transition: .5s;
    position: relative;
    margin-right: 30px;
}

.service-thumb {
    overflow: hidden;
}

.service-thumb img {
    transition: 1s;
}

.service-icon i {
    font-size: 25px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: #D00A2B;
    color: #fff;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    right: 40px;
    top: 165px;
}

.jlzuXOY3dj h2 {
    font-size: 21px;
    font-weight: bold;
    margin-top: 20px;
}

.jlzuXOY3dj a {
    display: inline-block;
    text-decoration: none;
    font-weight: 600;
    color: #000000;
    transition: .5s;
    position: relative;
}

.jlzuXOY3dj a::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 0%;
    height: 2px;
    background: #d00a2b;
    transition: .5s;
}

.service-single-box:hover .jlzuXOY3dj a {
    color: #d00a2b;
}

.service-single-box:hover .jlzuXOY3dj a::before {
    width: 100%;
}

.jlzuXOY3dj p {
    width: 90%;
    margin-bottom: 5px;
    transition: .5s;
}

.service-single-box:hover .service-thumb img {
    transform: scale(1.1);
}

.service-shape-thumb {
    position: absolute;
    top: 77%;
    left: 14%;
    z-index: -1;
}

.service-shape-thumb2 {
    position: absolute;
    top: 29%;
    right: 15%;
    z-index: -1;
}

.service-shape-thumb3 {
    position: absolute;
    left: 5%;
    bottom: 32%;
}

.owl-dots {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -69px;
}

.owl-dot {
    display: inline-block;
    background: #D00A2B;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 10px;
}

.owl-dot.active {
    border: 1px solid #D00A2B;
    background: transparent;
    width: 15px;
    height: 15px;
    margin-bottom: -3px;
}

/* Style-Two */
.Ox5wo0j0PL.service-section {
    background: transparent;
}

.Ox5wo0j0PL.service-section .service-icon i {
    font-size: 60px;
    width: inherit;
    height: inherit;
    line-height: inherit;
    background: transparent;
    color: #D00A2B;
    display: inline-block;
    text-align: center;
    border-radius: 0%;
    position: inherit;
    right: inherit;
    top: inherit;
    transition: .5s;
    padding-top: 53px;
}

.Ox5wo0j0PL.service-section .service-single-box:hover {
    box-shadow: 6px 5px 16px 0px rgb(0 0 0 / 15%);
    transform: translateY(-10px);
}

.Ox5wo0j0PL.service-section .jlzuXOY3dj a {
    margin-bottom: 23px;
    margin-top: 10px;
    transition: .5s;
    font-size: 18px;
}

.Ox5wo0j0PL.service-section .jlzuXOY3dj h2 {
    margin-top: 25px;
    margin-bottom: 16px;
    transition: .5s;
    font-size: 24px;
}

.Ox5wo0j0PL.service-section .service-single-box:hover .service-icon i,
.Ox5wo0j0PL.service-section .service-single-box:hover .jlzuXOY3dj h2,
.Ox5wo0j0PL.service-section .service-single-box:hover .jlzuXOY3dj p,
.Ox5wo0j0PL.service-section .service-single-box:hover .jlzuXOY3dj a {
    color: #fff;
}

.Ox5wo0j0PL.service-section .service-single-box {
    position: relative;
    z-index: 1;
    box-shadow: 6px 5px 16px 0px rgb(0 0 0 / 15%);
}

.Ox5wo0j0PL.service-section .service-single-box:before {
    position: absolute;
    content: "";
    background: #D00A2B;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0%;
    visibility: hidden;
    transition: .5s;
    z-index: -1;
}

.Ox5wo0j0PL.service-section .jlzuXOY3dj a::before {
    display: none;
}

.Ox5wo0j0PL.service-section .service-single-box:hover:before {
    height: 100%;
    top: 0;
    visibility: visible;
}

.Ox5wo0j0PL.service-section .service-single-box:after {
    position: absolute;
    content: "";
    background: url(assets/images/shape-service.png);
    top: 123px;
    left: 191px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    visibility: hidden;
    opacity: 0;
    transition: .5s;
    z-index: -1;
}

.Ox5wo0j0PL.service-section .service-single-box:hover:after {
    visibility: visible;
    opacity: 1;
}

/* Style-Three */
.style-three.service-section {
    background: #F5F6F9;
}

.style-three.service-section .HNBP4zwNeR h5 {
    font-size: 16px;
    color: #d00a2b;
    font-family: Nunito;
    font-weight: 800;
    margin-bottom: 7px;
}

.style-three.service-section .service-desc p {
    margin-top: 33px;
    width: 77%;
}

.style-three.service-section .service-desc-2 p {
    margin-top: 30px;
    position: relative;
    z-index: 1;
    width: 87%;
}

.style-three.service-section .service-desc-2 p:before {
    position: absolute;
    content: "";
}

.service-btn a {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    font-family: Rajdhani;
    background: #0a2c3d;
    padding: 13px 46px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: .5s;
    margin-left: -15px;
    margin-top: 30px;
}

.service-btn a:before {
    position: absolute;
    content: "";
    background: #d00a2b;
    width: 0%;
    height: 100%;
    top: 0;
    left: -38px;
    z-index: -1;
    transition: .5s;
    transform: skew(50deg);
    visibility: hidden;
}

.service-btn a:hover:before {
    width: 180%;
    visibility: visible;
    bottom: 0%;
}

.style1.service-single-box {
    margin-top: 11px;
}

.style-three.service-section .service-single-box {
    background: #fff;
    padding: 30px 41px;
    margin-right: 0;
}

.style-three.service-section .service-single-box:after {
    display: none;
}

.style-three.service-section .jlzuXOY3dj a::before {
    display: none;
}

.style-three.service-section .service-desc-2 p:before {
    position: absolute;
    content: "";
    background: #D00A2B;
    width: 2px;
    height: 75px;
    top: 5px;
    left: -15px;
}

.style-three.service-section .jlzuXOY3dj h2 {
    margin-top: 22px;
    margin-bottom: 8px;
    transition: .5s;
    font-size: 23px;
}

.style-three.service-section .jlzuXOY3dj p {
    width: 90%;
    margin-bottom: 0;
    transition: .5s;
    font-size: 14px;
}

.style-three.service-section .jlzuXOY3dj a {
    margin-bottom: 15px;
    margin-top: 10px;
    transition: .5s;
    font-size: 14px;
}

.style-three.service-section .service-icon i {
    font-size: 50px;
    padding-top: 30px;
}

/* style-four */
.style-four.service-section {
    background: #F5F6F9;
}

.style-four.service-section .service-single-box {
    background: #F8F8F8;
    padding: 30px 41px;
    margin-right: 0;
    box-shadow: 6px 5px 16px 0px rgb(0 0 0 / 3%);
    position: relative;
    z-index: 1;
    transition: .5s;
    border: 2px solid #F2F2F2;
}

.style-four.service-section .service-single-box:hover {
    box-shadow: 6px 5px 16px 0px rgb(0 0 0 / 18%);
    transform: translateY(0px);
}

.style-four.service-section .jlzuXOY3dj a::before {
    display: none;
}

.style-four.service-section .service-single-box:before {
    display: none;
}

.style-four.service-section .service-single-box:after {
    background: url(assets/images/service-shape-01.png);
    top: 52px;
    left: 202px;
    background-repeat: no-repeat;
}

.style-four.service-section .service-single-box:hover .service-icon i {
    color: #D00A2B;
}

.style-four.service-section .service-single-box:hover .jlzuXOY3dj h2 {
    color: #000000;
}

.style-four.service-section .service-single-box:hover .jlzuXOY3dj p {
    color: #5c727d;
}

.style-four.service-section .service-single-box:hover .jlzuXOY3dj a {
    color: #D00A2B;
}

.style-four.service-section .jlzuXOY3dj a {
    margin-bottom: 26px;
    margin-top: 17px;
}

.style-four.service-section .jlzuXOY3dj p {
    width: 90%;
    margin-bottom: 5px;
    transition: .5s;
    margin: auto;
}

.style-four.service-section .jlzuXOY3dj a i {
    padding-left: 7px;
}

.style-four.service-section .service-meta-top {
    position: absolute;
    top: 27px;
    right: 30px;
    transform: translate(65px, 10px);
    visibility: hidden;
    transition: .5s;
}

.style-four.service-section .service-single-box:hover .service-meta-top {
    transform: translate(0px, 10px);
    visibility: visible;
}

.style-four.service-section .service-meta-top span {
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #D00A2B;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    color: #fff;
}

/* style-five */
.style-five.service-section {
    background: #fff;
}

.style-five.service-section .service-desc p {
    margin-top: 47px;
}

/*====================================================
--<	 Call-Do-Action Section Css -->
======================================================*/
.call-do-action {
    padding-top: 118px;
    padding-bottom: 65px;
}

.row.call-bg {
    background: url(assets/images/call.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 235px;
    padding-bottom: 235px;
    position: relative;
    z-index: 1;
}

.row.call-bg:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(208, 10, 43, 0) 0%, rgba(208, 10, 43, 0) 6%, rgba(0, 0, 0, .70) 52%, rgba(0, 0, 0, .88) 100%);
    z-index: -1;
    width: 100%;
    height: 100%;
}

.call-video-icon a {
    width: 120px;
    height: 120px;
    line-height: 120px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    color: #d00a2b;
    animation: 1s linear 0s infinite normal none running ripple-blue;
    transition: all 0.5s ease 0s;
    background: #fff;
    margin-left: 13px;
    margin-top: 0;
}

.call-video-icon a i {
    font-size: 20px;
}

/* style-two */
.Ox5wo0j0PL.call-do-action {
    padding-top: 84px;
    padding-bottom: 0;
    background: #F5F6F9;
    position: relative;
    z-index: 1;
}

.Ox5wo0j0PL.call-do-action .HNBP4zwNeR h5 {
    font-size: 24px;
    color: #d00a2b;
    font-family: 'Rajdhani';
    font-weight: 600;
}

.Ox5wo0j0PL.call-do-action .HNBP4zwNeR a {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    padding: 10px 25px;
    background: #D00A2B;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-top: 34px;
}

.Ox5wo0j0PL.call-do-action .HNBP4zwNeR a:before {
    position: absolute;
    content: "";
    background: #14212A;
    width: 0%;
    height: 100%;
    top: 0;
    left: -38px;
    z-index: -1;
    transition: .5s;
    transform: skew(50deg);
    visibility: hidden;
}

.Ox5wo0j0PL.call-do-action .HNBP4zwNeR a:hover:before {
    width: 180%;
    visibility: visible;
    bottom: 0;
}

.Ox5wo0j0PL.call-do-action .call-thumb {
    margin-top: -155px;
    margin-left: 80px;
}

.call-shape {
    position: absolute;
    top: -3px;
    right: 0;
    z-index: -1;
}

/* style-four */
.style-four.call-do-action {
    padding-top: 0;
    padding-bottom: 65px;
}

.style-four.call-do-action .row.call-bg-2 {
    background: #D00A2B;
    padding: 41px 0 40px 33px;
    margin-bottom: -154px;
    position: relative;
    z-index: 1;
}

.style-four.call-do-action .call-content h2 {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}

.style-four.call-do-action .call-content span {
    font-size: 18px;
    color: #fff;
}

.style-four.call-do-action .call-btn {
    text-align: right;
}

.style-four.call-do-action .call-btn a {
    display: inline-block;
    color: #3F5261;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Rajdhani';
    background: #fff;
    padding: 18px 47px;
    margin-right: 37px;
    margin-top: 14px;
    transition: .5s;
}

.style-four.call-do-action .call-btn a:hover {
    background: #0A2C3D;
    color: #fff;
}

/* Style-Five */
.style-five.call-do-action {
    padding-top: 105px;
    padding-bottom: 115px;
    background: url(assets/images/call-bg.jpg);
    position: relative;
    z-index: 1;
}

.style-five.call-do-action:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    z-index: -1;
}

.style-five.call-do-action .call-video-icon a {
    width: 130px;
    height: 130px;
    line-height: 130px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    color: #d00a2b;
    animation: 1s linear 0s infinite normal none running ripple-blue;
    transition: all 0.5s ease 0s;
    background: #fff;
    top: 0;
    left: 0;
    margin-left: 0;
    margin-top: 0;
    position: relative;
}

.style-five.call-do-action .call-video-icon a i {
    font-size: 27px;
    display: inline-block;
    position: relative;
    top: 6px;
    left: 3px;
}

.style-five.call-do-action .call-content h1 {
    font-size: 55px;
    color: #fff;
    margin-top: 55px;
    font-weight: 700;
}

.style-five.call-do-action .call-content h2 {
    font-size: 55px;
    color: #fff;
    font-weight: 700;
    margin-top: 30px;
}

/*====================================================
--<	 Feature Section Css -->
======================================================*/
.feature-section {
    padding-top: 0px;
    padding-bottom: 118px;
}

.single-feature-box {
    background: #f5f6f9;
    padding: 53px 0 50px;
    transition: .5s;
    position: relative;
    margin-bottom: 30px;
}

.single-feature-box:before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    background: #d00a2b;
    height: 5px;
    width: 0%;
    transition: .5s;
}

.single-feature-box:hover:before {
    width: 100%;
}

.single-feature-box:hover {
    box-shadow: 6px 5px 16px 0px rgb(0 0 0 / 15%);
    background: #fff;
    transform: translateY(-10px);
}

.feature-num span {
    font-size: 18px;
    font-weight: 600;
    font-family: poppins;
    color: #000000;
}

.feature-content h2 {
    font-size: 22px;
    text-transform: uppercase;
}

.feature-content p {
    font-size: 15px;
    width: 80%;
    margin: 9px auto 0;
}

.feature-icon i {
    display: inline-block;
    font-size: 55px;
    color: #d00a2b;
    margin-top: 29px;
    width: 100px;
    line-height: 100px;
    text-align: center;
    background: #fff;
    transition: .5s;
    position: relative;
    z-index: 1;
}

.single-feature-box:hover .feature-icon i {
    color: #fff;
}

.feature-icon i:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: #d00a2b;
    z-index: -1;
    transform: scale(0);
    transition: .5s;
    color: #fff;
}

.single-feature-box:hover .feature-icon i:after {
    transform: scale(1);
}

/* Style-Two */
.Ox5wo0j0PL.feature-section {
    padding-top: 110px;
    padding-bottom: 130px;
    background: #F5F6F9;
    position: relative;
    z-index: 1;
}

.Ox5wo0j0PL.feature-section .HNBP4zwNeR p {
    position: relative;
    padding-left: 15px;
    padding-top: 37px;
    margin-bottom: 9px;
}

.Ox5wo0j0PL.feature-section .HNBP4zwNeR p:before {
    position: absolute;
    content: "";
    top: 38px;
    left: 2px;
    background: #D00A2B;
    width: 2px;
    height: 50px;
}

.Ox5wo0j0PL.feature-section .single-feature-box {
    background: transparent;
    padding: 0;
    transition: .5s;
    position: relative;
    margin-bottom: 4px;
}

.Ox5wo0j0PL.feature-section .single-feature-box:hover {
    box-shadow: none;
    background: transparent;
    transform: none;
}

.Ox5wo0j0PL.feature-section .single-feature-box:before {
    display: none;
}

.Ox5wo0j0PL.feature-section .feature-icon i {
    display: inline-block;
    font-size: 30px;
    color: #000000;
    margin-top: 29px;
    width: 70px;
    line-height: 70px;
    background: #fff;
    transition: .5s;
    border-radius: 50%;
}

.Ox5wo0j0PL.feature-section .single-feature-box:hover .feature-icon i {
    color: #fff;
}

.Ox5wo0j0PL.feature-section .feature-icon i:after {
    border-radius: 50%;
}

.Ox5wo0j0PL.feature-section .feature-content {
    padding-left: 25px;
    padding-top: 25px;
}

.Ox5wo0j0PL.feature-section .feature-content h2 {
    font-size: 24px;
    text-transform: capitalize;
}

.Ox5wo0j0PL.feature-section .feature-content p {
    font-size: 15px;
    width: 65%;
    margin: 8px 0 0;
}

.Ox5wo0j0PL.feature-section .feature-shape {
    position: absolute;
    right: 255px;
    bottom: 148px;
    z-index: -1;
}

/* Style-Three */
.style-three.feature-section {
    padding-top: 0px;
    padding-bottom: 0;
    margin-top: -62px;
}

.style-three.feature-section .feature-items {
    background: #fff;
    padding: 35px 30px 35px;
    box-shadow: 6px 5px 16px 0px rgb(0 0 0 / 15%);
    position: relative;
    z-index: 1;
}

.style-three.feature-section .feature-items:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    background: #D11030;
    width: 100%;
    height: 2px;
    transition: .5s;
    z-index: -1;
    transform: scale(0);
}

.style-three.feature-section .feature-items:hover:before {
    transform: scale(1);
}

.style-three.feature-section .feature-icon i {
    display: inline-block;
    font-size: 23px;
    margin-top: 0px;
    width: 50px;
    line-height: 50px;
    height: 50px;
    transition: .5s;
    border-radius: 50%;
    background-color: #FAE6E9;
    color: #DF546C;
}

.style-three.feature-section .feature-content {
    padding-left: 21px;
}

.style-three.feature-section .feature-content h2 {
    font-size: 22px;
    text-transform: uppercase;
    margin-top: 0;
    color: #3C464F;
}

.style-three.feature-section .feature-content span {
    font-size: 14px;
}

/* style-four */
.style-four.feature-section {
    padding-top: 0px;
    padding-bottom: 0px;
    background: #14212B;
    position: relative;
    z-index: 1;
}

.style-four.feature-section .HNBP4zwNeR {
    padding-top: 110px;
    padding-bottom: 21px;
}

.style-four.feature-section .feature-icon i {
    display: inline-block;
    font-size: 12px;
    color: #EFF0F0;
    margin-top: 35px;
    width: 32px;
    line-height: 32px;
    background: #1A3042;
    transition: .5s;
    border-radius: 50%;
}

.style-four.feature-section .HNBP4zwNeR h1 {
    color: #EFF0F0;
}

.style-four.feature-section .HNBP4zwNeR h2 {
    color: #EFF0F0;
}

.icon-content {
    margin-top: 32px;
    padding-left: 18px;
}

.icon-content span {
    font-size: 18px;
    font-family: 'Nunito';
    font-weight: 600;
    color: #EFF0F0;
}

.style-four.feature-section .feature-thumb {
    margin-left: 65px;
}

.style-four.feature-section .feature-video {
    position: absolute;
    top: 42%;
    right: -51%;
    margin: 0 auto;
}

.style-four.feature-section .feature-video a {
    display: inline-block;
    width: 90px;
    height: 90px;
    line-height: 90px;
    background: #D00A2B;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    animation: 1s linear 0s infinite normal none running ripple-blue;
}

/* style-five */
.style-five.feature-section .feature-thumb {
    margin-left: 0;
}

.style-five.feature-section .HNBP4zwNeR h5 {
    color: #fff;
}

.style-five.feature-section .HNBP4zwNeR {
    padding-top: 0;
    padding-bottom: 0;
}

/*====================================================
--<	 Portfolio Section Css -->
======================================================*/
.portfolio_area {
    padding-top: 98px;
    padding-bottom: 100px;
}

.portfolio_menu {
    margin-top: 4px;
    margin-bottom: 50px;
}

.dreamit-single-portfolio {
    position: relative;
    z-index: 1;
    transition: .5s;
    margin-bottom: 30px;
}

.portfolio_menu ul li {
    list-style: none;
    display: inline;
    cursor: pointer;
    text-transform: uppercase;
    margin-right: 40px;
    font-weight: 700;
    color: #182A3D;
    position: relative;
    z-index: 1;
    transition: .5s;
}

.portfolio_nav {
    margin-top: 16px;
}

.portfolio_nav ul li:hover,
.portfolio_nav ul li.current_menu_item {
    color: #D00A2B;
    border-bottom: 2px solid #d00a2b;
}

.dreamit-portfolio-thumb {
    position: relative;
    z-index: 1;
    transition: .5s;
    overflow: hidden;
}

.portfolio_area .dreamit-portfolio-thumb img {
    transition: .5s;
    overflow: hidden;
    width: 93%;
    margin-bottom: 10px;
}

.dreamit-portfolio-thumb:before {
    position: absolute;
    content: "";
    width: 93%;
    height: 98%;
    background: rgba(0, 0, 0, 0.30);
    top: 0;
    left: 0px;
    transition: .5s;
    opacity: 0;
}

.dreamit-single-portfolio:hover .dreamit-portfolio-thumb:before {
    opacity: 1;
}

.fortfolio-title {
    position: absolute;
    bottom: 52px;
    left: 40px;
    z-index: 9;
    transform: translate(0px, 81px);
    opacity: 0;
    transition: .5s;
}

.dreamit-single-portfolio:hover .fortfolio-title {
    transform: translate(0px, 0px);
    opacity: 1;
}

.fortfolio-addrees {
    position: absolute;
    top: 45px;
    right: 59px;
    z-index: 1;
}

.fortfolio-title h3 a {
    font-size: 20px;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
}

.fortfolio-title span {
    color: #fff;
}

.portfolio-icon {
    color: #fff;
    border: 1px solid;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    transform: translate(90px, 0px);
    transition: .5s;
    opacity: 0;
    visibility: hidden;
}

.portfolio-icon:hover {
    color: #fff;
}

.dreamit-single-portfolio:hover .portfolio-icon {
    transform: translate(0px, 0px);
    opacity: 1;
    visibility: visible;
}

.style2.dreamit-single-portfolio .dreamit-portfolio-thumb:before {
    position: absolute;
    content: "";
    width: 93%;
    height: 98%;
    background: rgba(0, 0, 0, 0.30);
    top: 0;
    left: 0px;
    transition: .5s;
    opacity: 0;
}

.style2.dreamit-single-portfolio:hover .dreamit-portfolio-thumb:before {
    opacity: 1;
}

.style2.dreamit-single-portfolio .fortfolio-title {
    position: absolute;
    bottom: 25px;
    left: 50px;
    z-index: 9;
    transform: translate(0px, 81px);
    opacity: 0;
    transition: .5s;
}

.style2.dreamit-single-portfolio:hover .fortfolio-title {
    transform: translate(0px, 0px);
    opacity: 1;
}

.style2.dreamit-single-portfolio .portfolio-icon {
    color: #fff;
    border: 1px solid;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    transform: translate(100px, 0px);
    transition: .5s;
}

.style2.dreamit-single-portfolio:hover .portfolio-icon {
    transform: translate(0px, 0px);
}

.style3.dreamit-single-portfolio .dreamit-portfolio-thumb:before {
    position: absolute;
    content: "";
    width: 93%;
    height: 98%;
    background: rgba(0, 0, 0, 0.30);
    top: 0;
    left: 0px;
    transition: .5s;
    opacity: 0;
}

.style3.dreamit-single-portfolio:hover .dreamit-portfolio-thumb:before {
    opacity: 1;
}

.style3.dreamit-single-portfolio .fortfolio-title {
    position: absolute;
    bottom: 25px;
    left: 50px;
    z-index: 9;
    transform: translate(0px, 81px);
    opacity: 0;
    transition: .5s;
}

.style3.dreamit-single-portfolio:hover .fortfolio-title {
    transform: translate(0px, 0px);
    opacity: 1;
}

.style3.dreamit-single-portfolio .portfolio-icon {
    color: #fff;
    border: 1px solid;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    transform: translate(100px, 0px);
    transition: .5s;
}

.style3.dreamit-single-portfolio:hover .portfolio-icon {
    transform: translate(0px, 0px);
}

.style4.dreamit-single-portfolio .dreamit-portfolio-thumb:before {
    position: absolute;
    content: "";
    width: 93%;
    height: 98%;
    background: rgba(0, 0, 0, 0.30);
    top: 0;
    left: 0px;
    transition: .5s;
    opacity: 0;
}

.style4.dreamit-single-portfolio:hover .dreamit-portfolio-thumb:before {
    opacity: 1;
}

.style4.dreamit-single-portfolio .fortfolio-title {
    position: absolute;
    bottom: 25px;
    left: 50px;
    z-index: 9;
    transform: translate(0px, 81px);
    opacity: 0;
    transition: .5s;
}

.style4.dreamit-single-portfolio:hover .fortfolio-title {
    transform: translate(0px, 0px);
    opacity: 1;
}

.style4.dreamit-single-portfolio .portfolio-icon {
    color: #fff;
    border: 1px solid;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    transform: translate(100px, 0px);
    transition: .5s;
}

.style4.dreamit-single-portfolio:hover .portfolio-icon {
    transform: translate(0px, 0px);
}

.style5.dreamit-single-portfolio .dreamit-portfolio-thumb:before {
    position: absolute;
    content: "";
    width: 93%;
    height: 98%;
    background: rgba(0, 0, 0, 0.30);
    top: 0;
    left: 0px;
    transition: .5s;
    opacity: 0;
}

.style5.dreamit-single-portfolio:hover .dreamit-portfolio-thumb:before {
    opacity: 1;
}

.style5.dreamit-single-portfolio .fortfolio-title {
    position: absolute;
    bottom: 25px;
    left: 50px;
    z-index: 9;
    transform: translate(0px, 81px);
    opacity: 0;
    transition: .5s;
}

.style5.dreamit-single-portfolio:hover .fortfolio-title {
    transform: translate(0px, 0px);
    opacity: 1;
}

.style5.dreamit-single-portfolio .portfolio-icon {
    color: #fff;
    border: 1px solid;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    transform: translate(100px, 0px);
    transition: .5s;
}

.style5.dreamit-single-portfolio:hover .portfolio-icon {
    transform: translate(0px, 0px);
}

.style6.dreamit-single-portfolio .dreamit-portfolio-thumb:before {
    position: absolute;
    content: "";
    width: 93%;
    height: 98%;
    background: rgba(0, 0, 0, 0.30);
    top: 0;
    left: 0px;
    transition: .5s;
    opacity: 0;
}

.style6.dreamit-single-portfolio:hover .dreamit-portfolio-thumb:before {
    opacity: 1;
}

.style6.dreamit-single-portfolio .fortfolio-title {
    position: absolute;
    bottom: 25px;
    left: 50px;
    z-index: 9;
    transform: translate(0px, 81px);
    opacity: 0;
    transition: .5s;
}

.style6.dreamit-single-portfolio:hover .fortfolio-title {
    transform: translate(0px, 0px);
    opacity: 1;
}

.style6.dreamit-single-portfolio .portfolio-icon {
    color: #fff;
    border: 1px solid;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    transform: translate(100px, 0px);
    transition: .5s;
}

.style6.dreamit-single-portfolio:hover .portfolio-icon {
    transform: translate(0px, 0px);
}

.portfolio-btn a {
    display: inline-block;
    background: #14212A;
    color: #fff;
    padding: 14px 38px;
    text-decoration: none;
    margin-left: -60px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-top: 18px;
}

.portfolio-btn a:before {
    position: absolute;
    content: "";
    background: #d00a2b;
    width: 0%;
    height: 100%;
    top: 0;
    left: -38px;
    z-index: -1;
    transition: .5s;
    transform: skew(50deg);
    visibility: hidden;
}

.portfolio-btn a:hover:before {
    width: 180%;
    visibility: visible;
    bottom: 0;
}

/* Style-Two */
.Ox5wo0j0PL.portfolio_area {
    padding-top: 98px;
    padding-bottom: 33px;
}

.Ox5wo0j0PL.portfolio_area .fortfolio-addrees {
    position: absolute;
    top: 45px;
    right: 117px;
    z-index: 1;
}

.Ox5wo0j0PL.portfolio_area .dreamit-single-portfolio {
    position: relative;
    z-index: 1;
    transition: .5s;
    margin-bottom: 25px;
    margin-right: 24px;
}

.pt-30 {
    padding-top: 0;
}

.portfolio_nav {
    margin-top: 0;
}

.Ox5wo0j0PL.portfolio_area .dreamit-portfolio-thumb:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 99%;
    background: rgba(228, 10, 43, 0.75);
    top: 0;
    left: 0px;
    transition: .5s;
    opacity: 0;
}

.Ox5wo0j0PL.portfolio_area .dreamit-portfolio-thumb img {
    transition: .5s;
    overflow: hidden;
    width: 100%;
}

.Ox5wo0j0PL.portfolio_area .portfolio-icon {
    color: #fff;
    border: none;
    width: inherit;
    height: inherit;
    line-height: inherit;
    display: inline-block;
    text-align: center;
    border-radius: 0;
    transform: translate(-307px, 0px);
    transition: .5s;
    opacity: 0;
    visibility: hidden;
    font-size: 25px;
    margin-left: 12px;
}

.Ox5wo0j0PL.portfolio_area .dreamit-single-portfolio:hover .portfolio-icon {
    transform: translate(-218px, 0px);
    opacity: 1;
    visibility: visible;
}

.Ox5wo0j0PL.portfolio_area .style2.dreamit-single-portfolio .dreamit-portfolio-thumb:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 97%;
    background: rgba(228, 10, 43, 0.75);
    top: 0;
    left: 0px;
    transition: .5s;
    opacity: 0;
}

.Ox5wo0j0PL.portfolio_area .style3.dreamit-single-portfolio .dreamit-portfolio-thumb:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 97%;
    background: rgba(228, 10, 43, 0.75);
    top: 0;
    left: 0px;
    transition: .5s;
    opacity: 0;
}

.Ox5wo0j0PL.portfolio_area .style4.dreamit-single-portfolio .dreamit-portfolio-thumb:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 97%;
    background: rgba(228, 10, 43, 0.75);
    top: 0;
    left: 0px;
    transition: .5s;
    opacity: 0;
}

.Ox5wo0j0PL.portfolio_area .style5.dreamit-single-portfolio .dreamit-portfolio-thumb:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 97%;
    background: rgba(228, 10, 43, 0.75);
    top: 0;
    left: 0px;
    transition: .5s;
    opacity: 0;
}

.Ox5wo0j0PL.portfolio_area .style6.dreamit-single-portfolio .dreamit-portfolio-thumb:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 97%;
    background: rgba(228, 10, 43, 0.75);
    top: 0;
    left: 0px;
    transition: .5s;
    opacity: 0;
}

.Ox5wo0j0PL.portfolio_area .dreamit-single-portfolio:hover .dreamit-portfolio-thumb:before {
    opacity: 1;
}

.Ox5wo0j0PL.portfolio_area .portfolio-text {
    margin-top: 55px;
}

.portfolio-text p {
    position: relative;
    z-index: 1;
}

.portfolio-text p:before {
    position: absolute;
    content: "";
    top: 5px;
    left: -13px;
    background: #D00A2B;
    height: 103px;
    width: 3px;
}

/* Style-Five */
.style-five.portfolio_area .dreamit-single-portfolio .dreamit-portfolio-thumb:before {
    height: 13%;
    background: rgba(0, 0, 0, 0.5);
    top: 674px;
}

.style-five.portfolio_area .style3.dreamit-single-portfolio .dreamit-portfolio-thumb:before {
    height: 26%;
    background: rgba(0, 0, 0, 0.5);
    top: 277px;
}

.style-five.portfolio_area .style4.dreamit-single-portfolio .dreamit-portfolio-thumb:before {
    height: 26%;
    background: rgba(0, 0, 0, 0.5);
    top: 277px;
}

.style-five.portfolio_area .style5.dreamit-single-portfolio .dreamit-portfolio-thumb:before {
    height: 26%;
    background: rgba(0, 0, 0, 0.5);
    top: 277px;
}

.style-five.portfolio_area .style6.dreamit-single-portfolio .dreamit-portfolio-thumb:before {
    height: 26%;
    background: rgba(0, 0, 0, 0.5);
    top: 277px;
}

.style-five.portfolio_area .fortfolio-title {
    bottom: 25px;
}

.style-five.portfolio_area .style3.dreamit-single-portfolio .fortfolio-title {
    bottom: 25px;
}

.style-five.portfolio_area .style4.dreamit-single-portfolio .fortfolio-title {
    bottom: 25px;
}

.style-five.portfolio_area .style5.dreamit-single-portfolio .fortfolio-title {
    bottom: 25px;
}

.style-five.portfolio_area .style6.dreamit-single-portfolio .fortfolio-title {
    bottom: 25px;
}

/* single-style */
.portfolio-section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.portfolio-section .HNBP4zwNeR h1 {
    font-size: 55px;
    font-weight: bold;
    font-family: Rajdhani;
    margin-bottom: 80px;
    margin-top: 16px;
}

.thumb-content span {
    font-size: 14px;
    font-weight: 600;
}

.thumb-content h2 {
    font-size: 26px;
    font-weight: 700;
}

.thumb-content a {
    display: inline-block;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    color: #D00A2B;
}

.thumb-content h2 {
    font-size: 26px;
    font-weight: 700;
    margin: 0;
}

.thumb-content {
    background: #fff;
    padding: 20px 30px 22px;
    box-shadow: 6px 5px 16px 0px rgb(0 0 0 / 15%);
    width: 80%;
    position: relative;
    bottom: 66px;
    left: 19px;
}

/* Portfolio-Details */
.portfolio-details {
    padding-top: 80px;
    padding-bottom: 80px;
}

.blog-content h2 {
    font-size: 28px;
    font-weight: 800;
    margin-left: 32px;
}

.single-content {
    margin-left: 52px;
}

.single-content h2 {
    font-size: 18px;
    margin-top: 17px;
    position: relative;
}

.single-content h2:before {
    position: absolute;
    content: "";
    bottom: -9px;
    left: 0;
    background: #D5DCE9;
    width: 100%;
    height: 2px;
}

.single-content h2 span {
    font-size: 16px;
    padding-left: 166px;
    font-family: 'Nunito';
    font-weight: 600;
    color: #133344;
}

span.ml2 {
    margin-left: 70px;
}

span.ml3 {
    margin-left: 47px;
}

span.ml4 {
    margin-left: 10px;
}

span.ml5 {
    margin-left: 50px;
}

.single-content span a {
    margin-left: 10px;
    transition: .5s;
}

.single-content span a :hover {
    color: #D11030;
}

span.ml6 {
    margin-left: 58px;
}

.text1 p {
    margin: 32px 0 39px;
}

/*====================================================
--<	 Counterup Section Css -->
======================================================*/
.counterup-section {
    padding-bottom: 105px;
    padding-top: 35px;
}

.count-items {
    position: relative;
    z-index: 1;
}

.count-items:before {
    position: absolute;
    content: "";
    width: 3px;
    height: 30px;
    background: #F2BCC5;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.counter-icon i {
    font-size: 45px;
    color: #D00A2B;
    display: inline-block;
}

.count h2 {
    font-size: 41px;
    margin-top: 31px;
    margin-bottom: 13px;
}

.count span {
    font-size: 20px;
}

/* style-five */
.style-five.counterup-section {
    padding-bottom: 75px;
    background: #F5F6F9;
    padding-top: 66px;
}

.style-five.counterup-section .style2.count-items {
    position: relative;
    z-index: 1;
}

.style-five.counterup-section .style2.count-items:after {
    position: absolute;
    content: "";
    top: -66px;
    left: -23px;
    background: #fff;
    height: 299px;
    width: 330px;
    z-index: -1;
}

/*====================================================
--<	 Progress Bar Section Css -->
======================================================*/
.progress-section {
    background: #F5F6F9;
    padding-top: 97px;
    padding-bottom: 117px;
}

.progress-section .HNBP4zwNeR p {
    width: 72%;
    margin-top: 14px;
    margin-bottom: 30px;
}

.progressbar {
    display: inline-block;
    text-align: center;
}

.circle {
    width: 200px;
    margin: 6px 6px 20px;
    display: inline-block;
    position: relative;
    text-align: center;
}

.circle canvas {
    width: 160px !important;
    transform: rotate(90deg);
}

.circle strong {
    position: absolute;
    top: 37%;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 45px;
    color: #d00a2b;
    font-family: 'Rajdhani';
}

.circle strong i {
    font-style: normal;
    font-size: 0.6em;
    font-weight: normal;
}

.circle span {
    color: #d00a2b;
    margin-top: 12px;
}

.skill-content h2 {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    font-family: 'Rajdhani';
    color: #020202;
    text-transform: uppercase;
}

.skill-content span {
    margin-top: 12px;
    color: #2F4C78;
}

.skill-content {
    margin-top: -10px;
}

#contact_form2 {
    position: relative;
}

input.email-control {
    width: 422px;
    height: 53px;
    padding-left: 20px;
    outline: 0;
    border: none;
}

input.email-control::placeholder {
    color: #9098BC;
}

.btn-control2 {
    position: absolute;
    right: 37%;
    bottom: 25%;
    border: none;
    background: #D00A2B;
    color: #fff;
    padding: 10px 22px;
    border-radius: 0;
    margin-bottom: -10px;
    margin-right: -18px;
    font-family: 'Rajdhani';
    font-size: 16px;
    font-weight: 600;
}

/* style-four */
.style-four.progress-section {
    background: #F5F6F9;
    padding-top: 100px;
    padding-bottom: 115px;
}

.style-four.progress-section .HNBP4zwNeR p {
    margin-bottom: 39px;
}

.style-four.progress-section .progress-btn a {
    font-size: 18px;
    background: #D00A2B;
    color: #fff;
    text-decoration: none;
    padding: 16px 30px;
    transition: .5s;
}

.style-four.progress-section .progress-btn a:hover {
    background: #0a2c3d;
}

/* Style-Five */
.style-five.progress-section {
    background: #fff;
    padding-top: 11px;
    padding-bottom: 100px;
}

/*====================================================
--<	 Pricing Plan Section Css -->
======================================================*/
.pricing-plan-section {
    padding-top: 80px;
    padding-bottom: 95px;
}

.pricing-plan-section .row {
    margin-top: 42px;
}

.pricing-plan-section .HNBP4zwNeR h1 {
    margin-bottom: 15px;
}

.pricing-items {
    background: #fff;
    padding: 40px 0 47px;
    box-shadow: 6px 5px 16px 0px rgb(0 0 0 / 15%);
    transition: .5s;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.pricing-items:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: scale(0);
    border: 1px solid #D00A2B;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}

.pricing-items:hover:before {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.prticing-icon {
    position: relative;
    z-index: 1;
}

.prticing-icon i {
    font-size: 50px;
    width: 115px;
    height: 115px;
    line-height: 115px;
    text-align: center;
    background: #F5F6F9;
    border-radius: 100%;
    color: #D00A2B;
}

.prticing-icon span {
    position: absolute;
    left: 0;
    top: 0;
    background: #14212A;
    color: #fff;
    padding: 3px 30px;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Nunito';
    font-weight: bold;
    border-radius: 0 20px 20px 0;
    transition: .5s;
}

.pricing-items:hover .prticing-icon span {
    background: #D00A2B;
}

.pricing-title h2 {
    display: inline-block;
    font-size: 45px;
    margin-top: 33px;
}

.pricing-title span {
    font-weight: 600;
}

.pricing-body {
    margin-top: 30px;
}

.pricing-body ul li {
    list-style: none;
    font-weight: 600;
    margin-bottom: 14px;
}

.pricing-btn a {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    font-family: Rajdhani;
    background: #0a2c3d;
    padding: 12px 43px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: .5s;
    margin-left: -15px;
    margin-top: 30px;
}

.pricing-btn a:before {
    position: absolute;
    content: "";
    background: #d00a2b;
    width: 0%;
    height: 100%;
    top: 0;
    left: -38px;
    z-index: -1;
    transition: .5s;
    transform: skew(50deg);
    visibility: hidden;
}

.pricing-items:hover .pricing-btn a:before {
    width: 180%;
    visibility: visible;
    bottom: 0%;
}

/*====================================================
--<	 Team-Member Section Css -->
======================================================*/
.team-member-section {
    padding-top: 100px;
    padding-bottom: 98px;
}

.team-member-section .HNBP4zwNeR {
    margin-bottom: 43px;
}

.team-items {
    transition: .5s;
    overflow: hidden;
    margin-bottom: 30px;
}

.team-thumb {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.team-thumb img {
    transition: 1s;
}

.team-items:hover .team-thumb img {
    transform: scale(1.1);
}

.team-social-icon {
    position: absolute;
    top: 20px;
    right: 35px;
    transform: translate(17px, 0px);
    opacity: 0;
    transition: .5s;
    visibility: hidden;
}

.team-items:hover .team-social-icon {
    opacity: 1;
    transform: translate(0px, 0px);
    visibility: visible;
}

.team-social-icon a {
    display: block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    background: #fff;
    color: #78839F;
    margin-bottom: 8px;
    transition: .5s;
}

.team-social-icon a:hover {
    color: #fff;
    background: #d00a2b;
}

.team-content h2 {
    font-size: 22px;
    font-family: 'Josefin Sans';
    font-weight: 700;
}

.team-content span {
    color: #D00A2B;
}

/* style-four */
.style-four.team-member-section .team-thumb img {
    transition: 1s;
    width: 100%;
}

.style-four.team-member-section .team-content {
    margin-top: 15px;
    text-align: left;
}

.style-four.team-member-section .team-content span {
    color: #B7C1D0;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
}

.style-four.team-member-section .team-content h2 {
    font-size: 22px;
    font-family: 'Rajdhani';
    font-weight: 700;
    color: #0C1F34;
    margin-top: -4px;
}

/* landing-style */
.landing.team-member-section {
    padding-top: 100px;
    padding-bottom: 50px;
}

/*====================================================
--<	 skill Section Css -->
======================================================*/
.cONFtoGgS3 {
    background: #f5f6f9;
    padding-top: 120px;
    padding-bottom: 122px;
    position: relative;
    z-index: 1;
}

.row.skill-bg {
    background: #fff;
    box-shadow: 6px 5px 16px 0px rgb(0 0 0 / 15%);
    padding: 90px 35px 90px 86px;
    margin-left: 250px;
}

.cONFtoGgS3 .HNBP4zwNeR p {
    margin-top: 34px;
    margin-bottom: 14px;
}

/* progress-bar */
.skill-item {
    margin-bottom: 10px;
    position: relative;
    border-bottom: 2px solid #e4e4e4;
    padding-bottom: 14px;
}

.skill-title,
.skill-percentage {
    font-family: Heebo;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.skill-percentage {
    position: absolute;
    top: 0;
    right: 0;
}

.count-box {
    border-radius: 3px;
    text-align: center;
    margin-top: -10px;
    color: #000000;
    font-size: 18px;
    font-family: Heebo;
    font-weight: 500;
}

.bar-inner {
    width: 100%;
    height: 5px;
    background: #e4e4e4;
    border-radius: 5px;
    position: relative;
    margin: -2px;
}

.progress-line {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 5px;
    background: #d00a2b;
    border-radius: 5px;
    transition: 3s;
}

.skill-thumb {
    overflow: hidden;
    position: relative;
    z-index: 9;
}

.skill-thumb:before {
    background: url(assets/images/img-bg1.png);
    content: '';
    position: absolute;
    width: 190px;
    height: 226px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    right: 0;
    top: 0;
    z-index: -1;
    transition: 1s;
}

.skill-thumb:after {
    position: absolute;
    top: 0;
    left: -75%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    transition: 1s;
}

.skill-thumb:hover:after {
    -webkit-animation: shine 2s;
    animation: shine 2s;
}

/* animation */
@-webkit-keyframes shine {
    100% {
        left: 125%
    }
}

@keyframes shine {
    100% {
        left: 125%
    }
}

/* animation */
.skill-thumb img {
    margin-left: 60px;
}

.skill-shape {
    position: absolute;
    top: 110px;
    left: 237px;
    z-index: -1;
}

.skill-shape img {
    transform: rotate(180deg);
}

/*====================================================
--<	 Working-Progress Section Css -->
======================================================*/
.working-process-section {
    padding-top: 105px;
    padding-bottom: 95px;
}

.work-single-content {
    float: right;
    margin-right: 0;
    margin-top: 55px;
    position: relative;
}

.work-single-content:before {
    position: absolute;
    content: "";
    background: #B9B9B9;
    height: 27px;
    width: 2px;
    left: 168px;
    right: 0;
    margin: auto;
    top: 30px;
}

.style2-none.work-single-content:before {
    display: none;
}

.work-counterup h1 {
    font-size: 55px;
    font-weight: 700;
    display: inline-block;
}

.work-counterup span {
    font-weight: 400;
    display: inline-block;
    font-size: 55px;
    font-family: 'Rajdhani';
    color: #000000;
}

.work-title {
    margin-top: 6px;
}

.work-title span {
    font-size: 16px;
    font-family: 'Poppins';
    text-transform: uppercase;
}

.single-work-box {
    margin-top: 50px;
    background: #fff;
    box-shadow: 6px 5px 16px 0px rgb(0 0 0 / 15%);
    padding: 25px 0 5px;
    transition: .5s;
}

.work-content h2 {
    font-size: 25px;
    font-weight: 700;
    color: #0C1E34;
    margin-top: 22px;
}

.work-icon i {
    display: inline-block;
    height: 85px;
    width: 85px;
    line-height: 85px;
    background: #FEF5F8;
    text-align: center;
    border-radius: 50%;
    color: #D00A2B;
    font-size: 45px;
    position: relative;
    transition: .5s;
    z-index: 1;
}

.single-work-box:hover {
    background: #F1F5FE;
}

.single-work-box:hover .work-icon i {
    color: #fff;
}

.work-icon i:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: #14212A;
    z-index: -1;
    transform: scale(0);
    border-radius: 50%;
    transition: .5s;
    color: #fff;
}

.single-work-box:hover .work-icon i:after {
    transform: scale(1);
}

.work-icon-bottom i {
    display: inline-block;
    box-shadow: 8px 0px 16px 0 rgb(0 0 0 / 17%);
    color: #D00A2B;
    margin-top: 0;
    position: relative;
    background: #fff;
    top: 21px;
    left: 0;
    right: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    margin: auto;
    transition: .5s;
}

.single-work-box:hover .work-icon-bottom i {
    background-color: #14212A;
    color: #fff;
}

/* Landing-Style */
.landing.working-process-section {
    background: #f5f6f9;
}

/*====================================================
--<	 Case-Study Section Css -->
======================================================*/
.case-study-section {
    padding-top: 28px;
    padding-bottom: 100px;
}

.single-case-study {
    margin-right: 31px;
    overflow: hidden;
}

.case-thumb {
    position: relative;
    z-index: 1;
}

.case-thumb:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to bottom, rgba(208, 10, 43, 0) 0%, rgba(208, 10, 43, 0) 6%, rgba(208, 10, 43, .70) 52%, rgba(208, 10, 43, .88) 100%);
    height: 100%;
    transition: .5s;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
}

.single-case-study:hover .case-thumb:before {
    opacity: 1;
    visibility: visible;
}

.case-thumb img {
    transition: 1s;
    width: 100%;
}

.single-case-study:hover .case-thumb img {
    transform: scale(1.2);
}

.case-content h2 {
    font-size: 26px;
    font-weight: 700;
}

.case-content h6 {
    margin-top: -5px;
    font-weight: 600;
    font-size: 16px;
    color: #D00A2B;
}

.case-content {
    background: #fff;
    width: 80%;
    position: absolute;
    bottom: 35px;
    left: 0;
    right: 0;
    margin: auto;
    padding: 23px 0 25px 37px;
    transition: .5s;
    opacity: 1;
    z-index: 1;
    transform: translateY(163px);
}

.case-thumb:hover .case-content {
    opacity: 1;
    transform: translate(0px);
    visibility: visible;
}

.case-content a {
    display: inline-block;
    text-decoration: none;
    position: absolute;
    top: 28px;
    right: 30px;
    background: #D00A2B;
    height: 66px;
    width: 66px;
    line-height: 66px;
    text-align: center;
    color: #fff;
    font-size: 35px;
}

:root {
    --primary-color: #065f46;
    --accent-color: #d4af37;
    --text-color: #1a202c;
    --light-bg: #e6fffa;
    --dark-bg: #1a202c;
    --gradient: linear-gradient(145deg, #065f46 0%, #2dd4bf 100%);
    --neon-shadow: 0 0 10px #2dd4bf, 0 0 20px #2dd4bf, 0 0 30px #065f46;
    --card-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    --hover-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
}


/* Hero Banner */
.hero-vision {
    min-height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--dark-bg);
    overflow: hidden;
    perspective: 1000px;
}

.hero-canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 810"%3E%3Cpath fill="%23065f46" d="M0,200C360,400,1080,400,1440,200L1440,810H0Z"/%3E%3C/svg%3E') no-repeat center/cover;
    animation: morphWave 8s ease-in-out infinite;
    z-index: 1;
    transform: rotateX(5deg);
}

.hero-canvas::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(6, 95, 70, 0.4), rgba(45, 212, 191, 0.2));
    animation: neonPulse 6s ease-in-out infinite;
    z-index: 2;
}

.hero-content {
    position: relative;
    z-index: 3;
    text-align: center;
    max-width: 1200px;
    padding: 2.5rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 25px;
    backdrop-filter: blur(15px);
    box-shadow: var(--neon-shadow);
    transform: translateZ(50px);
    animation: hoverFloat 3s ease-in-out infinite;
    margin-top: 20px;
}

.hero-content h1 {
    font-family: 'Orbitron', sans-serif;
    font-size: clamp(3rem, 7vw, 3.5rem);
    font-weight: 700;
    color: var(--accent-color);

    margin-bottom: 1.5rem;
    line-height: 1.1;

}

.hero-content h2 {
    font-size: clamp(2rem, 4.5vw, 3rem);
    color: #fff;
    font-weight: 600;
    margin-bottom: 1.5rem;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.hero-content h3 {
    font-size: clamp(1.2rem, 2.8vw, 1.6rem);
    color: #fff;
    margin-bottom: 2rem;
    line-height: 1.6;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    background: rgba(0, 0, 0, 0.25);
    padding: 1rem;
    border-radius: 10px;
    transform: translateZ(10px);
}

.hero-btn {
    background: var(--accent-color);
    color: var(--dark-bg);
    padding: 1rem 4rem;
    border-radius: 50px;
    font-family: 'Orbitron', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    box-shadow: var(--neon-shadow);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.hero-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: var(--primary-color);
    transition: left 0.5s ease;
}

.hero-btn:hover::before {
    left: 0;
}

.hero-btn:hover {
    color: #fff;
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 0 15px var(--accent-color);
}

/* About Section */
.about-vista {
    padding: 7rem 0;
    background: linear-gradient(180deg, #fff, var(--light-bg));
    clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
}

.about-image {
    border-radius: 15px;
    box-shadow: var(--card-shadow);
    transition: all 0.5s ease;
    width: 100%;
    object-fit: cover;
    transform: rotate(-2deg);
}

.about-image:hover {
    transform: rotate(0deg) scale(1.04);
    box-shadow: var(--hover-shadow);
}

.HNBP4zwNeR {
    margin-bottom: 2.5rem;
}

.HNBP4zwNeR h1 {
    font-family: 'Orbitron', sans-serif;
    font-size: 2.8rem;
    font-weight: 700;
    color: var(--primary-color);
    position: relative;
}

.HNBP4zwNeR h1::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100px;
    height: 5px;
    background: var(--gradient);
    border-radius: 3px;
}

.ahYmkKJgyx p {
    font-size: 1.15rem;
    margin-bottom: 1.5rem;
    line-height: 1.7;
    color: var(--text-color);
    opacity: 0.9;
    animation: slideInText 1.5s ease-out;
}

/* Service Section */
.service-flow {
    padding: 6rem 0;
    background: #fff;
}

.service-box {
    background: linear-gradient(135deg, #e6fffa, #a7f3d0);
    border-radius: 20px;
    padding: 2rem;
    box-shadow: var(--card-shadow);
    transition: all 0.4s ease;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.service-box::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(45, 212, 191, 0.2), transparent);
    transition: all 0.5s ease;
}

.service-box:hover::before {
    transform: translate(25%, 25%);
}

.service-box:hover {
    transform: translateY(-8px) rotate(2deg);
    box-shadow: var(--hover-shadow);
}

.service-box img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 1rem;
    transition: transform 0.5s ease;
}

.service-box:hover img {
    transform: scale(1.06);
}

.service-box h2 {
    font-size: 1.7rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 1rem;
}

.service-box p {
    font-size: 1.1rem;
    color: var(--text-color);
    opacity: 0.9;
    line-height: 1.6;
}

/* Skill Section */
.skill-nexus {
    padding: 7rem 0;
    background: var(--gradient);
    color: #fff;
    clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
}

.skill-image {
    border-radius: 15px;
    box-shadow: var(--card-shadow);
    width: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
    transform: rotate(2deg);
}

.skill-image:hover {
    transform: rotate(0deg) scale(1.04);
    box-shadow: var(--hover-shadow);
}

.skill-nexus .HNBP4zwNeR h1::after {
    background: #fff;
}

.skill-nexus p {
    font-size: 1.15rem;
    margin-bottom: 1.5rem;
    line-height: 1.7;
    opacity: 0.9;
}

/* Contact Section */
.contact-hub {
    padding: 6rem 0;
    background: #fff;
}

.contact-content h2 {
    font-size: 1.6rem;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 0.5rem;
}

.contact-content a {
    color: var(--text-color);
    text-decoration: none;
    transition: all 0.3s ease;
}

.contact-content a:hover {
    color: var(--accent-color);
    text-shadow: 0 0 5px var(--accent-color);
}

.contact-form {
    background: linear-gradient(135deg, #f0fff4, #a7f3d0);
    border-radius: 15px;
    padding: 2rem;
    box-shadow: var(--card-shadow);
    transition: all 0.4s ease;
}

.contact-form:hover {
    box-shadow: var(--hover-shadow);
}

.contact-style,
.ZsBZT8Qwks {
    width: 100%;
    padding: 1rem;
    border: none;
    border-radius: 10px;
    background: #fff;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    font-size: 1rem;
}

.contact-style:focus,
.ZsBZT8Qwks:focus {
    outline: none;
    box-shadow: 0 0 10px var(--accent-color);
    transform: scale(1.02);
}

.ZsBZT8Qwks {
    resize: vertical;
    min-height: 140px;
}

.contact-button input {
    background: var(--primary-color);
    color: #fff;
    padding: 1rem 3rem;
    border: none;
    border-radius: 50px;
    font-family: 'Orbitron', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    box-shadow: var(--card-shadow);
    transition: all 0.4s ease;
}

.contact-button input:hover {
    background: var(--accent-color);
    transform: scale(1.05);
    box-shadow: var(--neon-shadow);
}

/* Blog Section */
.insight-realm {
    padding: 6rem 0;
    background: var(--light-bg);
    clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
}

.blog-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: var(--card-shadow);
    transition: all 0.4s ease;
    height: 100%;
    position: relative;
}

.blog-card:hover {
    transform: translateY(-10px) rotate(-1deg);
    box-shadow: var(--hover-shadow);
}

.blog-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.blog-card:hover img {
    transform: scale(1.07);
}

.blog-content {
    padding: 1.5rem;
}

.blog-content h2 {
    font-size: 1.7rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 1rem;
}

.blog-content p {
    font-size: 1.1rem;
    color: var(--text-color);
    opacity: 0.9;
    line-height: 1.6;
}

/* Animations */
@keyframes morphWave {
    0% {
        transform: translateY(0) rotateX(5deg);
    }

    50% {
        transform: translateY(-10px) rotateX(7deg);
    }

    100% {
        transform: translateY(0) rotateX(5deg);
    }
}

@keyframes neonPulse {
    0% {
        opacity: 0.4;
    }

    50% {
        opacity: 0.7;
    }

    100% {
        opacity: 0.4;
    }
}

@keyframes hoverFloat {
    0% {
        transform: translateY(0) translateZ(50px);
    }

    50% {
        transform: translateY(-10px) translateZ(50px);
    }

    100% {
        transform: translateY(0) translateZ(50px);
    }
}

@keyframes slideInText {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero-content h1 {
        font-size: 2.8rem;
    }

    .hero-content h2 {
        font-size: 1.8rem;
    }

    .hero-content h3 {
        font-size: 1.1rem;
    }

    .service-box,
    .blog-card {
        margin-bottom: 2rem;
    }

    .about-image,
    .skill-image {
        margin-bottom: 2rem;
        transform: rotate(0deg);
    }

    .HNBP4zwNeR h1 {
        font-size: 2.2rem;
    }
}

@media (max-width: 576px) {
    .hero-vision {
        min-height: 80vh;
    }

    .hero-content {
        padding: 2rem 1rem;
    }

    .hero-content h1 {
        font-size: 2.2rem;
    }

    .hero-content h2 {
        font-size: 1.5rem;
    }

    .hero-btn {
        padding: 0.8rem 2rem;
        font-size: 0.9rem;
    }

    .contact-style,
    .ZsBZT8Qwks {
        font-size: 0.9rem;
    }
}

/*====================================================
--<	 Contact-Us Section Css -->
======================================================*/
.contact-us {
    padding-bottom: 90px;
    padding-top: 55px;
}

.contact-us .HNBP4zwNeR h1 {
    margin-bottom: 20px;
    margin-top: 12px;
}

.HNBP4zwNeR p {
    width: 90%;
    margin-top: 5px;
    margin: 25px 0;
}

.contact-box {
    margin-bottom: 13px;
}

.contact-icon i {
    font-size: 25px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: #fff;
    box-shadow: 8px 0px 16px 0 rgb(0 0 0 / 17%);
    display: inline-block;
    margin-right: 22px;
    text-align: center;
    border-radius: 50%;
    color: #D00A2B;
    position: relative;
    z-index: 1;
}

.contact-icon i:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: #D00A2B;
    z-index: -1;
    transform: scale(0);
    border-radius: 50%;
    transition: .5s;
}

.contact-box:hover .contact-icon i:after {
    transform: scale(1);
}

.contact-box:hover .contact-icon i {
    color: #fff;
}

.contact-content h2 {
    margin-top: 0;
    font-size: 20px;
    font-weight: 700;
    color: #232323;
}

#contact_form {
    background: #F7F7F7;
    padding: 58px 60px 52px 60px;
}

.contact-form {
    margin-bottom: 30px;
    position: relative;
}

.contact-style {
    width: 100%;
    height: 60px;
    padding-left: 20px;
    background: #fff;
    border: none;
    outline: 0;
}

.ZsBZT8Qwks {
    width: 100%;
    height: 185px;
    padding-left: 20px;
    background: #fff;
    border-radius: 10px;
    border-color: #000000;

    outline: 0;
    padding-top: 20px;
}

.contact-form i {
    position: absolute;
    left: 88%;
    right: 0;
    margin-top: 20px;
    font-size: 14px;
    color: #D00A2B;
}

.contact-form-msg {
    position: relative;
}

.contact-form-msg i {
    position: absolute;
    right: 20px;
    margin-top: 29px;
    font-size: 14px;
    color: #D00A2B;
}

.select-option {
    margin-bottom: 30px;
    width: 100%;
    height: 60px;
    padding-left: 20px;
    border: none;
    outline: 0;
    color: #667987;
    background: #fff;
}

.select-option::placeholder {
    color: #f00;
}

.form-option-contact {
    background: #fff;
    border: none;
    outline: 0;
}

.button {
    float: right;
    font-size: 16px;
    font-family: 'Rajdhani';
    font-weight: 600;
    background: #14212A;
    color: #fff;
    padding: 16px 38px 16px;
    border: none;
    text-transform: uppercase;
    margin-top: 23px;
}

.contact-button i {
    position: absolute;
    right: 20%;
    margin-top: 46px;
    font-size: 11px;
    color: #fff;
    margin-right: 6px;
}

/* style-four */
.style-four.contact-us {
    padding-bottom: 90px;
    padding-top: 110px;
}

/* single-style */
.single-style.contact-us .HNBP4zwNeR h1 {
    margin-bottom: 20px;
    margin-top: 12px;
    line-height: 58px;
    font-size: 42px;
    margin-bottom: 50px;
}

.single-style.contact-us .contact-icon {
    margin-top: 8px;
}

.single-style.contact-us .contact-icon i {
    background: #D00A2B;
    color: #fff;
}

.single-style.contact-us .contact-box {
    margin-bottom: 30px;
    transition: .5s;
}

.single-style.contact-us .contact-box:hover {
    background: #FCEBEE;
    border-radius: 150px 128px 128px 150px;
    margin-top: 0;
}

.single-style.contact-us .contact-content h2 {
    font-size: 15px;
    margin-bottom: -6px;
}

/* Error-Section */
.error-section {
    padding-top: 0;
    padding-bottom: 100px;
    position: relative;
    z-index: 1;
}

.error-shape-2 {
    margin-top: -520px;
    margin-left: 0;
}

.error-content {
    margin-top: 40px;
}

.error-content h2 {
    margin-bottom: 20px;
    font-size: 41px;
    color: #0A2C3D;
}

.error-btn a {
    display: inline-block;
    text-decoration: none;
    padding: 11px 30px;
    background: #D00A2B;
    color: #fff;
    font-size: 16px;
    font-family: 'Nunito';
    border-radius: 5px;
}

.error-btn a {
    display: inline-block;
    text-decoration: none;
    padding: 11px 30px;
    background: #D00A2B;
    color: #fff;
    font-size: 16px;
    font-family: 'Nunito';
    border-radius: 5px;
    margin-top: 30px;
    transition: .5s;
}

.error-btn a:hover {
    background: #022d62;
}

/* landing */
.landing.contact-us {
    padding-bottom: 80px;
    padding-top: 100px;
}

/*====================================================
--<	 Testimnial Section Css -->
======================================================*/
.testimonial-section {
    background: #F5F6FA;
    padding-top: 108px;
    padding-bottom: 140px;
    position: relative;
    z-index: 1;
}

.testimonial-section .HNBP4zwNeR h1 {
    margin-bottom: 52px;
    margin-top: 10px;
}

.testimonial-section:before {
    position: absolute;
    bottom: 0;
    left: -17%;
    content: "";
    background: url(assets/images/testi3.png);
    background-position: center center;
    background-repeat: no-repeat;
    z-index: -1;
    height: 100%;
    width: 100%;
}

.testi-thumb {
    position: relative;
    z-index: 1;
    display: inline-block;
}

.testi-thumb:before {
    position: absolute;
    top: 58px;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: url(assets/images/testi2.png);
    z-index: -1;
    background-position: center center;
    background-repeat: no-repeat;
}

.testi-thumb img {
    background: #fff;
    padding: 8px;
    box-shadow: 15px 0px 50px rgb(5 5 5 / 20%);
}

.testi-desc p {
    font-size: 22px;
    color: #5C727D;
    width: 72%;
    margin: 36px auto 31px;
    line-height: 38px;
}

.testi-title h2 {
    font-size: 18px;
    color: #18284A;
    text-transform: uppercase;
    margin-bottom: -7px;
}

.testi-sub-title p {
    color: #D00A2B;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.testi_list .owl-nav {
    position: relative;
    opacity: 0;
    transition: .5s;
    left: 50px;
    right: 50px;
    visibility: hidden;
}

.testi_list:hover .owl-nav {
    opacity: 1;
    left: 0;
    right: 0;
    visibility: visible;
}

.testi_list .owl-prev {
    position: absolute;
    left: 0;
    top: -250px;
    margin: auto;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    box-shadow: 8px 0px 16px 0 rgb(0 0 0 / 17%);
    background: #fff;
    color: #D00A2B;
    transition: .5s;
}

.testi_list .owl-next {
    position: absolute;
    right: 0;
    top: -250px;
    margin: auto;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #fff;
    color: #D00A2B;
    transition: .5s;
    box-shadow: 8px 0px 16px 0 rgb(0 0 0 / 17%);
}

.owl-prev:hover {
    color: #fff;
    background: #D00A2B;
}

.owl-next:hover {
    color: #fff;
    background: #D00A2B;
}

.owl-prev i,
.owl-next i {
    font-size: 20px;
}

.testi_list .owl-dots {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -38px;
}

/* style-two */
.Ox5wo0j0PL.testimonial-section .single-testimonial {
    padding: 50px 40px;
    background: #fff;
    border: 2px solid #D00A2B;
    transition: .5s;
    margin-right: 30px;
}

.style-four.testimonial-section .HNBP4zwNeR h1 {
    margin-bottom: 52px;
    margin-top: 16px;
}

.Ox5wo0j0PL.testimonial-section .single-testimonial:hover {
    background: #D00A2B;
}

.Ox5wo0j0PL.testimonial-section .testi-thumb:before {
    display: none;
}

.Ox5wo0j0PL.testimonial-section .testi-thumb img {
    background: transparent;
    padding: 0;
    box-shadow: none;
}

.Ox5wo0j0PL.testimonial-section .testi-content {
    float: right;
    margin-left: 78px;
    margin-top: -66px;
}

.Ox5wo0j0PL.testimonial-section .testi-title h2 {
    transition: .5s;
    text-transform: capitalize;
}

.Ox5wo0j0PL.testimonial-section .testi-rating {
    float: right;
    margin-top: 5px;
}

.Ox5wo0j0PL.testimonial-section .testi-rating span {
    color: #FFA115;
    font-size: 12px;
    transition: .5s;
}

.Ox5wo0j0PL.testimonial-section .testi-desc p {
    font-size: 17px;
    color: #7B8D96;
    width: 99%;
    margin: 7px 0 -11px 0;
    transition: .5s;
}

.Ox5wo0j0PL.testimonial-section .testi-sub-title p {
    color: #A1A7BC;
    font-size: 13px;
    font-weight: 400;
    text-transform: capitalize;
    transition: .5s;
}

.Ox5wo0j0PL.testimonial-section .single-testimonial:hover .testi-rating span,
.Ox5wo0j0PL.testimonial-section .single-testimonial:hover .testi-title h2,
.Ox5wo0j0PL.testimonial-section .single-testimonial:hover .testi-sub-title p,
.Ox5wo0j0PL.testimonial-section .single-testimonial:hover .testi-desc p {
    color: #fff;
}

/* style-four */
.style-four.testimonial-section {
    background: #F5F6FA;
    padding-top: 108px;
    padding-bottom: 123px;
    position: relative;
    z-index: 1;
}

.style-four.testimonial-section:before {
    display: none;
}

.style-four.testimonial-section .single-testimonial {
    padding: 52px 40px 43px;
    background: #fff;
    border: none;
    transition: .5s;
    margin-right: 30px;
}

.style-four.testimonial-section .testi-content {
    float: inherit;
    margin-left: 78px;
    margin-top: -66px;
}

.style-four.testimonial-section .testi-thumb {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin-top: 24px;
}

.style-four.testimonial-section .testi-desc p {
    line-height: 33px;
}

.style-four.testimonial-section .testi-desc i {
    font-size: 23px;
    margin-right: 10px;
    transition: .5s;
}

.style-four.testimonial-section .testi-desc span {
    color: #7B8D96;
    font-size: 17px;
    font-weight: 400;
    font-family: 'Nunito', sans-serif;
    transition: .5s;
}

.style-four.testimonial-section .testi-title h2 {
    font-family: poppins;
}

.style-four.testimonial-section .single-testimonial:hover .testi-desc span,
.style-four.testimonial-section .single-testimonial:hover .testi-desc i {
    color: #fff;
}

.center .single-testimonial {
    background: #D00A2B !important;
}

.center .testi-desc span,
.center .testi-desc i,
.center .testi-sub-title p,
.center .testi-title h2,
.center .testi-desc p {
    color: #fff !important;
}

.testi_list_3 .owl-dots {
    display: none;
}

.testi-shape {
    position: absolute;
    top: 15%;
    right: 12%;
}

.testi_list_3 .owl-nav {
    position: relative;
    z-index: 1;
}

.testi_list_3 .owl-prev {
    position: absolute;
    left: -91px;
    top: -217px;
    border: 1px solid #F0CCD4;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    text-align: center;
    color: #D00A2B;
    opacity: 0;
    transition: .5s;
}

.testi_list_3 .owl-next {
    position: absolute;
    right: -59px;
    top: -217px;
    border: 1px solid #F0CCD4;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    text-align: center;
    color: #D00A2B;
    opacity: 0;
    transition: .5s;
}

.testi_list_3:hover .owl-prev,
.testi_list_3:hover .owl-next {
    opacity: 1;
}

.testi_list_3 .owl-prev:hover {
    color: #fff;
    background: #D00A2B;
}

.testi_list_3 .owl-next:hover {
    color: #fff;
    background: #D00A2B;
}

/*====================================================
--<	 Blog Section Css -->
======================================================*/
.bolg-section {
    padding-top: 95px;
    padding-bottom: 86px;
}

.bolg-section .HNBP4zwNeR h2 {
    font-size: 55px;
    font-weight: bold;
    font-family: Rajdhani;
    margin-bottom: 0;
    margin-top: 4px;
}

.bolg-section .blog-itmes {
    box-shadow: 8px 0px 16px 0 rgb(0 0 0 / 10%);
    padding-bottom: 30px;
    margin-bottom: 30px;
    margin-top: 43px;
}

.bolg-section .blog-thumb {
    position: relative;
    overflow: hidden;
}

.bolg-section .blog-thumb img {
    transition: .5s;
    overflow: hidden;
    width: 100%;
}

.bolg-section .blog-itmes:hover .blog-thumb img {
    transform: scale(1.1) rotate(5deg);
    overflow: hidden;
}

.bolg-section .blog-content {
    padding-left: 19px;
}

.bolg-section .blog-meta-top {
    position: absolute;
    bottom: 11px;
    left: 11px;
}

.bolg-section .blog-meta-top span {
    font-size: 10px;
    text-transform: uppercase;
    font-family: 'Josefin Sans';
    background: #D00A2B;
    padding: 10px 18px 8px;
    color: #fff;
    font-weight: 600;
    border-radius: 15px;
    transition: .5s;
}

.bolg-section .blog-itmes:hover .blog-meta-top span {
    color: #D00A2B;
    background: #fff;
}

.bolg-section .blog-meta-bottom {
    padding-top: 17px;
    padding-bottom: 5px;
}

.bolg-section .blog-meta-bottom span {
    font-size: 15px;
    color: #68697D;
    font-family: 'Rajdhani';
    font-weight: 600;
}

.bolg-section .blog-meta-bottom span i {
    font-size: 11px;
    color: #D00A2B;
    padding-left: 13px;
}

.bolg-section .blog-title h2 {
    margin-top: 0;
    margin-left: 0;
}

.bolg-section .blog-title h2 a {
    font-size: 24px;
    font-weight: 700;
    display: inline-block;
    text-decoration: none;
    position: relative;
}

.bolg-section .blog-title h2 a:hover {
    color: #000000;
}

.bolg-section .blog-title h2 a:before {
    position: absolute;
    content: "";
    bottom: 4px;
    left: 0;
    height: 2px;
    width: 0%;
    background: #858F99;
    transition: .8s;
    visibility: hidden;
}

.bolg-section .blog-itmes:hover .blog-title h2 a:before {
    width: 100%;
    visibility: visible;
}

.bolg-section .P7ja5KbKaC p {
    font-size: 15px;
    width: 81%;
    color: #72718F;
    margin-top: 6px;
    margin-bottom: 6px;
}

.bolg-section .blog-btn a {
    display: inline-block;
    text-decoration: none;
    font-weight: 600;
    color: #071C1F;
    transition: .5s;
    position: relative;
}

.bolg-section .blog-btn a:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 12%;
    height: 2px;
    background: #071C1F;
    content: "";
}

.bolg-section .blog-btn a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 2px;
    background: #D00A2B;
    content: "";
    opacity: 0;
    transition: .5s;
}

.bolg-section .blog-itmes:hover .blog-btn a::after {
    width: 77%;
    opacity: 1;
}

.bolg-section .blog-itmes:hover .blog-btn a {
    color: #D00A2B;
}

.bolg-section .blog-btn a i {
    display: inline-block;
    padding-left: 5px;
}

/* Style-Two */
.Ox5wo0j0PL.bolg-section .style2.blog-itmes {
    box-shadow: 8px 0px 16px 0 rgb(0 0 0 / 10%);
    padding-bottom: 19px;
    margin-bottom: -18px;
    margin-top: 43px;
}

.Ox5wo0j0PL.bolg-section .HNBP4zwNeR h2 {
    margin-bottom: 18px;
}

.Ox5wo0j0PL.bolg-section .blog-meta-top {
    position: absolute;
    bottom: 293px;
    left: 15px;
    background: #14212B;
    padding: 2px 27px;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
}

.Ox5wo0j0PL.bolg-section .blog-itmes:hover .blog-thumb img {
    transform: scale(1.1) rotate(0deg);
    overflow: hidden;
}

.Ox5wo0j0PL.bolg-section .blog-thumb img {
    transition: .5s;
    overflow: hidden;
    width: 100%;
}

.Ox5wo0j0PL.bolg-section .blog-meta-top h2 {
    font-size: 38px;
    color: #fff;
}

.Ox5wo0j0PL.bolg-section .blog-meta-top h6 {
    margin-top: 0;
    font-size: 22px;
    color: #fff;
    font-weight: 500;
    font-family: 'Nunito';
}

.Ox5wo0j0PL.bolg-section .style2 .blog-meta-top {
    position: absolute;
    bottom: 140px;
    left: 15px;
    background: #14212B;
    padding: 2px 27px;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
}

.Ox5wo0j0PL.bolg-section .style2 .blog-title h2 a {
    font-size: 30px;
    font-weight: 700;
    display: inline-block;
    text-decoration: none;
    position: relative;
    margin-bottom: 0px;
}

.Ox5wo0j0PL.bolg-section .style2 .blog-content {
    margin-top: 20px;
}

.Ox5wo0j0PL.bolg-section .blog-content {
    padding-left: 19px;
    margin-top: 25px;
}

.Ox5wo0j0PL.bolg-section .blog-title h2 a {
    font-size: 40px;
    font-weight: 700;
    display: inline-block;
    text-decoration: none;
    position: relative;
    margin-bottom: 10px;
}

.Ox5wo0j0PL.bolg-section .blog-title h2 a:before {
    display: none;
}

.Ox5wo0j0PL.bolg-section .P7ja5KbKaC p {
    font-size: 15px;
    width: 86%;
    color: #72718F;
    margin-top: 6px;
    margin-bottom: 6px;
}

.Ox5wo0j0PL.bolg-section .blog-bottom-thumb {
    margin-top: 19px;
}

.Ox5wo0j0PL.bolg-section .blog-thumb-content {
    display: inline-block;
}

.Ox5wo0j0PL.bolg-section .blog-thumb-content span {
    font-size: 15px;
    font-weight: 700;
    color: #000000;
    margin-left: 7px;
}

.Ox5wo0j0PL.bolg-section .blog-btn {
    float: right;
    margin-top: -30px;
    margin-right: 30px;
}

.Ox5wo0j0PL.bolg-section .blog-btn a {
    display: inline-block;
    text-decoration: none;
    color: #071C1F;
    transition: .5s;
    position: relative;
    font-weight: 700;
    font-family: 'Rajdhani';
    font-size: 18px;
}

/* style-four */
.style-four.bolg-section {
    padding-top: 95px;
    padding-bottom: 74px;
    background: #fff;
}

.style-four.bolg-section .HNBP4zwNeR h1 {
    margin-bottom: 15px;
}

.style-four.bolg-section .blog-itmes:hover .blog-btn a {
    color: #D00A2B !important;
}

/* Single-Style */
.blogs-section {
    padding-top: 190px;
    padding-bottom: 100px;
    position: relative;
}

.latest-blog {
    background: #fff;
    padding: 20px 0 44px;
    box-shadow: 6px 5px 16px 0px rgb(0 0 0 / 12%);
}

.single-blog-content {
    background: #fff;
    padding: 30px 0 30px 35px;
    box-shadow: 6px 5px 16px 0px rgb(0 0 0 / 15%);
    position: relative;
    width: 90%;
    top: -136px;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 5px;
    z-index: 1;
}

.blogs-section .blog-thumb img {
    border-radius: 10px;
}

.blogs-section .blog-meta-top2 span {
    font-size: 13px;
    margin-left: 5px;
}

span.color i {
    color: #D00A2B;
}

.blogs-section .blog-title h2 {
    font-size: 30px;
    font-weight: 700;
    margin-top: 10px;
    color: #0A2C3D;
}

.blogs-section .P7ja5KbKaC p {
    margin: 12px 0 13px;
    width: 63%;
}

.blog-btn-2 a {
    color: #D00A2B;
    text-decoration: none;
    font-family: 'Nunito';
    font-weight: 500;
}

.pagination ul li {
    list-style: none;
    display: inline;
}

.pagination ul li a {
    display: inline-block;
    text-decoration: none;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #fff;
    box-shadow: 6px 5px 16px 0px rgb(0 0 0 / 8%);
    border-radius: 50%;
    text-align: center;
    margin-left: 15px;
}

.pagination ul li a:hover {
    background: #D00A2B;
    color: #fff;
}

a.current-menu {
    background: #D00A2B !important;
    color: #fff;
}

.pagination {
    margin-left: 260px;
    margin-top: -90px;
}

.single-blog-items {
    margin-top: -75px;
}

.about-me-content h3 {
    font-size: 24px;
    font-weight: 700;
    color: #0A2C3D;
    margin-top: 0;
    margin-bottom: -6px;
}

.about-me-content span {
    font-size: 12px;
    color: #5C727D;
}

.review span {
    color: #FF5A3C;
}

span.cor {
    color: #D4D0CA;
}

.review span i {
    font-size: 10px;
}

.about-me-content p {
    width: 78%;
    margin: 4px auto 0;
}

.about-me-soical a {
    display: inline-block;
    font-size: 12px;
    color: #1F3E4D;
    margin-left: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #fff;
    box-shadow: 6px 5px 16px 0px rgb(0 0 0 / 8%);
    border-radius: 50%;
    margin-top: 30px;
    transition: .5s;
    text-align: center;
}

.about-me-soical a:hover {
    background: #D00A2B;
    color: #fff;
}

.blog-src-bar {
    background: #fff;
    box-shadow: 6px 5px 16px 0px rgb(0 0 0 / 8%);
    padding: 20px 30px 42px;
    margin-top: 28px;
    margin-bottom: 30px;
}

.blog-src-bar h2 {
    font-size: 22px;
    font-weight: 700;
    position: relative;
    margin-bottom: 14px;
    color: #133344;
}

.blog-src-bar h2:before {
    position: absolute;
    content: "";
    top: 7px;
    left: -9px;
    background: #D00A2B;
    height: 20px;
    width: 2px;
}

input.blog-control {
    width: 320px;
    height: 53px;
    outline: 0;
    border: 1px solid #DCE1E3;
    padding-left: 20px;
}

.blog-src-bar .blog-btn {
    right: -254px;
    top: -52px;
    background: #f00;
    color: #fff;
    display: inline-block;
    padding: 12px 25px;
    position: relative;
    border: none;
}

.blog-drop-form h2 {
    font-size: 22px;
    font-weight: 700;
    position: relative;
    margin-bottom: 14px;
    color: #133344;
}

#contact_form3 {
    background: #F7F7F7;
    padding: 58px 44px 42px 30px;
    margin-bottom: 30px;
}

.contact-form_2 {
    position: relative;
}

.contact-form_2 i {
    position: absolute;
    left: 22px;
    right: 0;
    margin-top: 20px;
    font-size: 11px;
    color: #5C727D;
    top: -2px;
}

.contact-form-msg-2 i {
    position: absolute;
    left: 68%;
    right: 0;
    margin-top: 29px;
    font-size: 12px;
    color: #5C727D;
    margin-left: 15px;
}

.contact-style_2 {
    width: 100%;
    height: 45px;
    padding-left: 40px;
    background: #fff;
    border: none;
    outline: 0;
    margin-bottom: 20px;
}

.contact-style-msg2 {
    width: 100%;
    height: 185px;
    padding-left: 45px;
    background: #fff;
    border: none;
    outline: 0;
    padding-top: 20px;
}

.contact-style-msg2::placeholder {
    font-size: 12px;
}

.contact-style_2::placeholder {
    font-size: 12px;
}

.contact-style-msg_2::placeholder {
    font-size: 12px;
}

.blog-drop-form h2 {
    margin-top: -20px;
    margin-bottom: 28px;
}

.blog-button {
    float: right;
    font-size: 16px;
    font-family: 'Nunito';
    font-weight: 600;
    background: #D00A2B;
    color: #fff;
    padding: 9px 38px 9px;
    border: none;
    text-transform: capitalize;
    margin-top: 23px;
    width: 100%;
}

.blog-latest {
    background: #fff;
    padding: 10px 30px 38px;
    box-shadow: 6px 5px 16px 0px rgb(0 0 0 / 8%);
}

.blog-latest-items {
    margin-bottom: -20px;
    margin-left: -24px;
}

.blog-latest h2 {
    font-size: 22px;
    color: #153546;
    position: relative;
}

.blog-latest h2:before {
    position: absolute;
    content: "";
    top: 7px;
    left: -9px;
    background: #D00A2B;
    height: 20px;
    width: 2px;
}

.b-content {
    margin-top: 13px;
}

.b-content span {
    font-size: 9px;
}

.b-content span i {
    color: #D00A2B;
}

.b-content h3 {
    font-size: 15px;
    margin-top: -10px;
    margin-bottom: -13px;
}

.top-catagories {
    background: #fff;
    padding: 10px 30px 38px;
    box-shadow: 6px 5px 16px 0px rgb(0 0 0 / 8%);
    margin-top: 30px;
}

.top-catagories h2 {
    font-size: 22px;
    position: relative;
}

.top-catagories h2:before {
    position: absolute;
    content: "";
    top: 7px;
    left: -9px;
    background: #D00A2B;
    height: 20px;
    width: 2px;
}

.top-catagories span {
    display: block;
    font-size: 15px;
    background: #FCF1F3;
    padding: 5px 22px;
    margin-bottom: 15px;
    color: #D00A2B;
    margin-top: 20px;
}

.follow-us {
    background: #fff;
    padding: 10px 30px 30px;
    box-shadow: 6px 5px 16px 0px rgb(0 0 0 / 8%);
    margin-top: 30px;
}

.follow-us h2 {
    font-size: 22px;
    position: relative;
    margin-bottom: -20px;
}

.follow-us h2:before {
    position: absolute;
    content: "";
    top: 7px;
    left: -9px;
    background: #D00A2B;
    height: 20px;
    width: 2px;
}

.follow-us .about-me-soical {
    margin-left: -29px;
}

.tags {
    background: #fff;
    padding: 10px 30px 30px;
    box-shadow: 6px 5px 16px 0px rgb(0 0 0 / 8%);
    margin-top: 30px;
}

.tags h2 {
    font-size: 22px;
    position: relative;
    margin-bottom: 20px;
}

.tags h2:before {
    position: absolute;
    content: "";
    top: 7px;
    left: -9px;
    background: #D00A2B;
    height: 20px;
    width: 2px;
}

.tags span {
    font-size: 14px;
    border: 2px solid #D00A2B;
    padding: 2px 20px 2px;
    text-align: center;
    display: inline-block;
    margin-bottom: 20px;
    margin-right: 15px;
    color: #D00A2B;
    transition: .5s;
}

.tags span:hover {
    background: #D00A2B;
    color: #fff;
}

/* blog-details */
.style-2 .single-blog-content {
    width: 100%;
    top: 0;
}

.style-2 .blog-meta-top2 {
    margin-bottom: 14px;
}

.blog-text2 p {
    margin: 29px 0 30px;
    width: 82%;
}

.blog-text3 p {
    width: 86%;
}

.blogs-section .style-2 .blog-meta-top2 span {
    font-size: 16px;
}

.blog-title-2 h2 {
    font-size: 28px;
    color: #0A2C3D;
    margin-top: 36px;
}

.blog-text4 p {
    width: 88%;
    margin-top: 21px;
    margin-bottom: 42px;
}

.blog-text5 {
    background: #FCEDF0;
    padding: 10px 21px 10px;
    border-left: 5px solid #D00A2B;
    width: 96%;
}

.blog-text5 p {
    width: 80%;
    font-style: italic;
    font-size: 18px;
}

.blog-bullets h2 {
    font-size: 26px;
    margin: 50px 0 18px;
}

.blog-bullets ul {
    padding-left: 40px;
}

.blog-text6 p {
    margin: 30px 0 38px;
    width: 92%;
}

.blog-single-thumb img {
    margin-right: 23px;
}

.blog-social-icon.text-center {
    margin-left: -105px;
}

.blog-social-icon ul li {
    display: inline;
    list-style: none;
}

.blog-social-icon ul li a {
    display: inline-block;
    font-size: 12px;
    color: #1F3E4D;
    margin-right: 8px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #fff;
    box-shadow: 6px 5px 16px 0px rgb(0 0 0 / 8%);
    border-radius: 50%;
    margin-top: 30px;
    transition: .5s;
    text-align: center;
    position: relative;
}

.blog-social-icon ul li a:hover {
    background: #D00A2B;
    color: #fff;
}

.blog-social-icon ul li a:before {
    position: absolute;
    content: "";
    background: #E5E9EA;
    width: 100px;
    height: 1px;
    left: -264px;
    bottom: 13px;
}

.blog-social-icon ul li a:after {
    position: absolute;
    content: "";
    background: #E5E9EA;
    width: 100px;
    height: 1px;
    right: -269px;
    bottom: 13px;
}

.blog-comment {
    margin-bottom: 46px;
    position: relative;
}

.blog-comment:before {
    position: absolute;
    content: "";
    bottom: -22px;
    left: 0;
    background: #E5E9EA;
    width: 95%;
    height: 1px;
}

.blog-comment h3 {
    font-size: 24px;
    color: #133344;
    margin-top: 50px;
    margin-bottom: 28px;
    position: relative;
}

.blog-comment h3:before {
    position: absolute;
    content: "";
    top: 7px;
    left: -9px;
    background: #D00A2B;
    height: 20px;
    width: 2px;
}

.blog-comment-title h2 {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    color: #133344;
}

.blog-comment-title span {
    font-size: 10px;
    color: #FF5A3C;
}

.blog-comment-title h2 {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    color: #133344;
    margin-right: 22px;
    margin-top: 0;
    margin-left: 15px;
}

.blog-date {
    margin-top: -10px;
}

.blog-date span {
    font-size: 12px;
    color: #151F48;
    margin-left: 16px;
}

.blog-comment-text p {
    font-size: 15px;
    width: 82%;
    margin-left: 15px;
}

.blog-checkbox {
    margin-top: 27px;
}

input.checkbox-control2 {
    width: 12px;
    margin-top: 0;
    cursor: pointer;
}

label.checkbox-control {
    color: #3B5664;
    margin-left: 0;
}

.style3.contact-form-msg-2 i {
    position: absolute;
    left: 9%;
    right: 0;
    margin-top: 29px;
    font-size: 12px;
    color: #5C727D;
    margin-left: 11px;
}

.style3 .blog-button {
    margin-top: 40px;
    width: 25%;
    float: left;
}

.style3.blog-drop-form h2:before {
    position: absolute;
    content: "";
    top: 7px;
    left: -9px;
    background: #D00A2B;
    height: 20px;
    width: 2px;
}

/* landing */
.landing.bolg-section {
    padding-top: 80px;
    padding-bottom: 86px;
    background: #F5F6F9;
}

/*====================================================
--<	 Brand Section Css -->
======================================================*/
.brand-section {
    position: relative;
    z-index: 1;
}

.brand-section:before {
    position: absolute;
    top: 67px;
    left: 28px;
    width: 69%;
    height: 61%;
    content: "";
    background: #414350;
    z-index: -1;
    right: 0;
    margin: auto;
    border-radius: 5px;
}

.row.brand-bg {
    background: #D00A2B;
    padding: 31px 0 40px 44px;
    position: relative;
    box-shadow: 8px 0px 16px 0 rgb(0 0 0 / 10%);
    margin-bottom: -67px;
    z-index: 1;
    border-radius: 5px;
}

.brand_list .owl-dots {
    display: none;
}

/* style-four */
.style-four.brand-section {
    position: inherit;
}

.style-four.brand-section .row.brand-bg_2 {
    background: #fff;
    box-shadow: 6px 5px 16px 0px rgb(0 0 0 / 10%);
    padding: 50px 10px 50px 93px;
    margin-top: -74px;
    position: relative;
    z-index: 1;
}

.brand-thumb img {
    transition: .5s;
    filter: grayscale(1);
}

.brand-thumb img:hover {
    filter: grayscale(0);
}

/* Style-Five */
.style-five.brand-section {
    padding-top: 70px;
    padding-bottom: 5px;
}

.style-five.brand-section:before {
    display: none;
}

/*====================================================
--<	 Footer Section Css -->
======================================================*/
.footer-section {
    background: #181B2A;
    padding-top: 170px;
    padding-bottom: 104px;
    position: relative;
}

.footer-title {
    margin-bottom: -16px;
}

.footer-title h2 {
    font-size: 25px;
    color: #fff;
}

.footer-text p {
    color: rgb(244, 246, 254);
    font-size: 16px;
    width: 93%;
    margin: 22px 0px 50px;
}

.footer-address {
    margin-top: -27px;
}

.footer-social-icon ul li {
    display: inline;
    list-style: none;
}

.footer-social-icon ul li a {
    display: inline-block;
    text-align: center;
    color: #fff;
    margin-right: 12px;
    transition: .3s;
    font-size: 16px;
}

.footer-social-icon a:hover {
    color: #0c5adb;
}

.footer-title h2 {
    color: #f8f9fe;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 35px;
}

.footer-menu ul {
    list-style: none;
}

.footer-menu ul li a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    margin-bottom: 13px;
    font-size: 15px;
    transition: .5s;
}

.footer-menu ul li a:hover {
    color: #D00A2B;
}

.footer-social-icon ul li a {
    display: inline-block;
    text-align: center;
    color: #B1B6C9;
    margin-right: 12px;
    transition: .3s;
    font-size: 16px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: #fff;
    border-radius: 50%;
}

.footer-social-icon ul li a:hover {
    color: #fff;
    background: #D00A2B;
}

.footer-about {
    margin-bottom: 20px;
}

.footer-icon i {
    color: #fff;
    font-size: 26px;
}

.footer-content {
    margin: -15px 0px 0px 16px;
}

.footer-content h6 {
    color: #f4f6fe;
    font-size: 16px;
}

.footer-content span {
    color: #fff;
    font-size: 16px;
}

.footer-logo img {
    margin-top: 15px;
}

.footer-right-text p {
    margin-top: 13px;
    color: #fff;
}

.footer-right-side span i {
    color: #8A8D94;
    padding-right: 13px;
}

.footer-right-side span {
    color: #fff;
}

.footer-btn {
    margin-top: 33px;
}

input.footer-email {
    width: 320px;
    height: 53px;
    padding-left: 20px;
    outline: 0;
    border: none;
}

input.footer-email::placeholder {
    color: #9098BC;
}

button.btn-control {
    position: absolute;
    right: 16%;
    bottom: 25%;
    border: none;
    background: #D00A2B;
    color: #fff;
    padding: 7px 22px;
    border-radius: 5px;
    margin-bottom: -7px;
    margin-right: -55px;
}

/* footer-bottom */
.ZjPMQDMviL {
    background: #303440;
    padding: 24px 0 8px;
}

.xaQPcoiR6p p {
    color: #CCCDD1;
}

.footer-menu-right ul {
    list-style: none;
    text-align: right;
}

.footer-menu-right ul li {
    display: inline;
}

.footer-menu-right ul li a {
    display: inline-block;
    font-size: 14px;
    margin-left: 15px;
    color: #CCCDD1;
    text-decoration: none;
    position: relative;
    padding-left: 20px;
    transition: .5s;
}

.footer-menu-right ul li a:hover {
    color: #D00A2B;
}

.footer-menu-right ul li a:before {
    position: absolute;
    width: 2px;
    height: 13px;
    top: 8px;
    left: 120px;
    background: #CCCDD1;
}

.br-none:before {
    display: none;
}

/* ==========================================
    start search Popup Css
=========================================*/
.search-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    margin-top: -540px;
    transform: translateY(-100%);
    background-color: rgba(0, 0, 0, 0.90);
    -webkit-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: all 1500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    /* easeInOutQuint */
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    /* easeInOutQuint */
}

.search-popup {
    width: 100%;
}

.search-active .search-popup {
    transform: translateY(0%);
    margin-top: 0;
}

.search-popup .close-search {
    position: absolute;
    left: 0;
    right: 0;
    top: 75%;
    margin: 0 auto;
    margin-top: -200px;
    border-radius: 50%;
    text-align: center;
    background-color: #D00A2B;
    width: 70px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    border-bottom: 3px solid #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    opacity: 0;
    visibility: hidden;
    height: 70px;
    line-height: 70px;
    text-align: center;
}

.search-popup .close-search i {
    position: relative;
    font-size: 30px;
    color: #ffffff;
}

.search-active .search-popup .close-search {
    visibility: visible;
    opacity: 1;
    top: 50%;
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}

.search-popup form {
    position: absolute;
    max-width: 700px;
    top: 50%;
    left: 15px;
    right: 15px;
    margin: -35px auto 0;
    transform: scaleX(0);
    transform-origin: center;
    background-color: #111111;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.search-active .search-popup form {
    transform: scaleX(1);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.search-popup .form-group {
    position: relative;
    margin: 0px;
    overflow: hidden;
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 50px;
    color: #000000;
    height: 70px;
    width: 100%;
    padding: 10px 30px;
    background-color: #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    font-weight: 500;
    text-transform: capitalize;
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
    position: absolute;
    right: 30px;
    top: 0px;
    height: 70px;
    line-height: 70px;
    background: transparent;
    text-align: center;
    font-size: 24px;
    color: #000000;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: none;
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover {
    color: #000000;
}

.search-popup input::placeholder,
.search-popup textarea::placeholder {
    color: #000000;
}

.search-popup .close-search.Ox5wo0j0PL {
    position: absolute;
    right: 25px;
    left: auto;
    color: #ffffff;
    width: auto;
    height: auto;
    top: 25px;
    margin: 0px;
    border: none;
    background: none !important;
    box-shadow: none !important;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.search-popup .close-search.Ox5wo0j0PL i {
    font-size: 20px;
    color: #ffffff;
}

.header-src-btn {
    display: inline-block;
}

.search-box-btn.search-box-outer {
    margin-left: -14px;
}

.search-box-btn.search-box-outer i {
    font-size: 15px;
    display: inline-block;
    color: #0a2c3d;
    cursor: pointer;
}

/* Preloader */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #171B2A url(assets/images/preloader.png) no-repeat center;
    z-index: 1000;
}

#loader {
    display: block;
    position: relative;
    left: 49%;
    top: 48%;
    width: 190px;
    height: 190px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #D00A2B;
    -webkit-animation: spin 7s linear infinite;
    animation: spin 7s linear infinite;
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #D00A2B;
    -webkit-animation: spin 5s linear infinite;
    animation: spin 5s linear infinite;
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #D00A2B;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}