/*====================================================
--<	 Header Top Section Css -->
======================================================*/
.mobile-menu {
    background: #ca00b9;
    padding: 0 35px 0 10px;
    display: none;
}

.cookies-eu-banner {
    background: #444;
    color: #fff;
    padding: 6px;
    font-size: 13px;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 10;
    transition: opacity 0.3s ease-in-out;
}

.cookies-eu-banner .cookie-checkbox {
    display: none;
}

.cookies-eu-banner .J9SJLET6gi {
    display: inline-block;
    background: #222;
    color: #fff;
    border: 1px solid #000;
    cursor: pointer;
    padding: 4px 7px;
    margin: 2px 0;
    font-size: 13px;
    font-weight: 700;
    transition: background 0.07s, color 0.07s, border-color 0.07s;
}

.cookies-eu-banner .J9SJLET6gi:hover {
    background: #fff;
    color: #222;
}

.cookie-checkbox:checked+.cookies-content {
    display: none;
}




.hdr-dmn-softslide {
    background: #f3f4f6;
    color: #333;
    padding: 18px 20px;
    font-family: 'Segoe UI', sans-serif;
    border-bottom: 1px solid #ddd;
    position: relative;
    z-index: 999;
}

.hdr-wrap-dmn-softslide {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1140px;
    margin: auto;
}

.logo-dmn-softslide {
    font-size: 1.8rem;
    font-weight: 700;
    color: #1d3557;
}

.BfHH4iTCQ2 {
    display: flex;
    gap: 26px;
}

.BfHH4iTCQ2 a {
    text-decoration: none;
    color: #1d3557;
    font-weight: 500;
    transition: color 0.3s ease;
}

.BfHH4iTCQ2 a:hover {
    color: #e76f51;
}

.toggle-dmn-softslide {
    display: none;
}

.burger-dmn-softslide {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    z-index: 1001;
}

.burger-dmn-softslide span {
    width: 24px;
    height: 3px;
    background: #1d3557;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.Lyk7QRByDW {
    display: none;
}

@media (max-width: 768px) {
    .burger-dmn-softslide {
        display: flex;
    }

    .BfHH4iTCQ2 {
        display: none;
    }

    .Lyk7QRByDW {
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 80%;
        max-width: 280px;
        background: #edf2f4;
        box-shadow: 2px 0 10px rgba(0, 0, 0, 0.15);
        padding: 100px 20px 40px;
        display: flex;
        flex-direction: column;
        gap: 24px;
        transform: translateX(-100%);
        transition: transform 0.4s ease;
        z-index: 1000;
    }

    .toggle-dmn-softslide:checked~.Lyk7QRByDW {
        transform: translateX(0);
    }

    .Lyk7QRByDW a {
        font-size: 1.2rem;
        color: #264653;
        text-decoration: none;
        font-weight: 600;
        transition: color 0.3s ease;
    }

    .Lyk7QRByDW a:hover {
        color: #e76f51;
    }

    .toggle-dmn-softslide:checked+.burger-dmn-softslide span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }

    .toggle-dmn-softslide:checked+.burger-dmn-softslide span:nth-child(2) {
        opacity: 0;
    }

    .toggle-dmn-softslide:checked+.burger-dmn-softslide span:nth-child(3) {
        transform: rotate(-45deg) translate(5px, -5px);
    }
}


/* General container and typography */
.rwrAPuix0J {

    padding: 70px 20px;
    font-family: 'Montserrat', sans-serif;
    color: #f9fafb;
}

.section-header {
    text-align: center;
    font-size: 3rem;
    font-weight: 900;
    margin-bottom: 60px;
    letter-spacing: 2px;
    color: #ca00b9;
    user-select: none;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
}

/* Services grid with spacing and responsiveness */
.UxeEwl3v2B {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 36px;
}

/* Service card styling */
.service-card {
    background: #111827;
    border-radius: 20px;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.6);
    padding: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    opacity: 0;
    animation: slideInFadeUp 0.7s forwards;
    cursor: default;
}

.service-card:hover {
    transform: translateY(-10px) scale(1.03);
    box-shadow: 0 20px 40px rgba(165, 180, 252, 0.8);
}

.pC0tCbUXd4 {
    width: 100%;
    height: 180px;
    border-radius: 18px;
    object-fit: cover;
    margin-bottom: 20px;
    user-select: none;
}

.service-title {
    font-size: 1.7rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: #ca00b9;
    text-align: center;
}

.service-card p {
    font-size: 1.05rem;
    line-height: 1.6;
    margin-bottom: 15px;
    color: #d1d5db;
    text-align: center;
}

.service-price {
    font-weight: 700;
    font-size: 1.4rem;
    margin-bottom: 18px;
    color: #60a5fa;
    user-select: none;
}

.mEBAOeDiww {
    background-color: #6366f1;
    color: #fff;
    padding: 13px 32px;
    font-weight: 600;
    font-size: 1.1rem;
    border-radius: 40px;
    text-decoration: none;
    box-shadow: 0 6px 18px rgba(99, 102, 241, 0.6);
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    user-select: none;
}

.mEBAOeDiww:hover {
    background-color: #f5f4ff;
    box-shadow: 0 8px 28px rgba(99, 102, 241, 0.9);
}

/* Pricing Plans */
.gSEIyfoXHC {
    margin-top: 80px;
    margin-bottom: 40px;
}

.pricing-plans {
    display: flex;
    gap: 32px;
    justify-content: center;
    flex-wrap: wrap;
}

.plan-card {
    background: #1e293b;
    color: white;
    padding: 35px;
    border-radius: 28px;
    width: 320px;
    text-align: center;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
    animation: slideInFadeUp 0.7s forwards;
}

.plan-card:hover {
    background: #0f172a;
    transform: scale(1.05);
}

.plan-name {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 24px;
    color: #93c5fd;
}

.kSZdtq6BPD {
    text-align: left;
    padding-left: 0;
    margin-bottom: 30px;
    list-style: none;
}

.kSZdtq6BPD li {
    margin-bottom: 14px;
    padding-left: 24px;
    position: relative;
}

.kSZdtq6BPD li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #34d399;
    font-weight: bold;
}

.plan-price {
    font-size: 2rem;
    font-weight: 900;
    margin-bottom: 22px;
}

.btn-plan {
    display: inline-block;
    background-color: #ca00b9;
    color: #fff;
    padding: 14px 34px;
    border-radius: 35px;
    font-weight: 700;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.btn-plan:hover {
    background-color: #059669;
}

/* Animations */
@keyframes slideInFadeUp {
    0% {
        opacity: 0;
        transform: translateY(24px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive */
@media (max-width: 992px) {
    .UxeEwl3v2B {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .UxeEwl3v2B {
        grid-template-columns: 1fr;
    }

    .pricing-plans {
        flex-direction: column;
        align-items: center;
    }
}


/* scrollup */
#scrollUp {
    bottom: 30px;
    color: #fff;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    right: 40px;
    text-align: center;
    width: 40px;
    background: #ca00b9;
    transition: .3s;
    font-weight: 300;
    animation: jump 4s infinite;
}

.header-top-section {
    padding: 10px 0;
    background: #14212b;
}

.header-top-section.style-two {
    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: #ca00b9;
    border: none;
    outline: 0;
}

.jNkavLhDYI i {
    position: absolute;
    left: 89%;
    right: 0;
    margin-top: 20px;
}

/* Style-Two */
.style-two .dreamit-top-address span {
    color: #0E1C41;
    padding-right: 14px;
}

.style-two .dreamit-top-address span i {
    color: #ca00b9;
    padding-right: 5px;
}

.style-two .social-icon a {
    color: #0E1C41;
    transition: .5s;
}

.style-two .social-icon a:hover {
    color: #ca00b9;
}

.style-two .option {
    background: transparent;
    color: #0E1C41;
    outline: 0;
    border: none;
    font-size: 13px;
    margin-left: -8px;
}

.style-two .dreamit-top-address {
    margin-left: 22px;
}

.style-two .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: #ca00b9;
}

.style-three.header-top-section .social-icon i {
    transition: .5s;
}

/* style-Four */
.style-four .row.V6hPPiGNML.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: #ca00b9;
}

.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: #ca00b9;
    cursor: pointer;
}

.header-menu ul li a:hover {
    color: #ca00b9;
    cursor: pointer;
}

.header-menu ul li a:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background: #ca00b9;
    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: #ca00b9;
    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: #ca00b9;
}

.header-menu ul li .sub-menu li a:hover:before {
    transform: scaleX(1);
}

.header-menu ul li .sub-menu li a:hover {
    color: #ca00b9;
}

/* 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: #ca00b9;
}

.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 */
.style-two.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;
}

.style-two.header-menu-section .header-logo a {
    margin-left: 18px;
}

.style-two.header-menu-section .search-box-btn.search-box-outer i {
    margin-left: -14px;
    background: #ca00b9;
    text-align: center;
    padding: 15px 18px;
    color: #fff;
    display: inline-block;
}

.style-two.header-menu-section .header-button a {
    background: #181B2A;
    text-transform: capitalize;
}

.style-two.header-menu-section .header-button a:hover {
    background: #ca00b9;
}

.style-two.header-menu-section .header-src-btn {
    display: inline-block;
    margin-left: 60px;
}

.style-two.header-menu-section.sticky {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    top: -23px;
}

.style-two.header-menu-section.sticky .header-menu ul li a {
    color: #0a2c3d;
}

.style-two.header-menu-section.sticky .header-menu ul li a:hover {
    color: #ca00b9;
}

.style-two.header-menu-section ul li .sub-menu li a:hover {
    color: #ca00b9;
}

.style-two.header-menu-section.sticky .menu-logo {
    display: block;
}

.style-two.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: #ca00b9;
}

.style-four.header-menu-section .header-menu ul li:hover {
    color: #ca00b9;
    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;
}

.ZU5jW9Eopx {
    color: #fff;
}

.ZU5jW9Eopx h5 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: Nunito;
    position: relative;
    color: #fff;
}

.ZU5jW9Eopx h5:before {
    position: absolute;
    content: "";
    left: -196px;
    top: 13px;
    background: #ca00b9;
    width: 10px;
    height: 10px;
    right: 0;
    margin: auto;
}

.ZU5jW9Eopx h1 {
    font-size: 80px;
    font-weight: bold;
    font-family: Rajdhani;
    color: #fff;
    margin: 28px 0 62px;
}

.ZU5jW9Eopx 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: #ca00b9;
    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: #ca00b9;
    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: #ca00b9;
    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 .ZU5jW9Eopx h1 {
    color: #020307;
}

.slider-section-2 .ZU5jW9Eopx h2 {
    color: #020307;
}

.slider-section-2 .ZU5jW9Eopx h5 {
    color: #020307;
    margin-left: 25px;
}

.slider-section-2 .ZU5jW9Eopx h5:before {
    position: absolute;
    content: "";
    left: -102%;
    top: 16px;
    background: #ca00b9;
    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: #ca00b9;
    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 .ZU5jW9Eopx {
    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 .ZU5jW9Eopx {
    color: #fff;
    margin-top: 220px;
}

.slider-section-3 .ZU5jW9Eopx h5 {
    color: #000000;
}

.slider-section-3 .ZU5jW9Eopx h1 {
    color: #000000;
}

.slider-section-3 .ZU5jW9Eopx 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 .ZU5jW9Eopx h5:before {
    position: absolute;
    content: "";
    left: -105%;
    top: 16px;
    background: #ca00b9;
    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: #ca00b9;
    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 #ca00b9;
    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 .ZU5jW9Eopx {
    color: #fff;
    margin-top: 416px;
}

.slider-section-4 .slider-thumb {
    margin-top: 382px;
}

.slider-section-4 .ZU5jW9Eopx h5:before {
    left: -104%;
    height: 12px;
    width: 12px;
}

.slider-section-4 .ZU5jW9Eopx h5 {
    color: #000000;
    margin-left: 23px;
}

.slider-section-4 .ZU5jW9Eopx h1 {
    font-size: 80px;
    font-weight: bold;
    font-family: Rajdhani;
    margin: 31px 0 53px;
    color: #000000;
}

.slider-section-4 .ZU5jW9Eopx h2 {
    color: #000000;
}

.slider-section-4 .top {
    color: #000000;
    text-decoration: underline;
    font-weight: 700;
}

.slider-section-4 .slider-video-icon a {
    color: #ca00b9;
    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 .ZU5jW9Eopx {
    position: relative;
    top: 29%;
}

.slider-section-5 .ZU5jW9Eopx h1 {
    margin: 28px 0 55px;
}

.slider-section-5 .ZU5jW9Eopx 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 {
    background: url(assets/images/slider6.jpg);
    padding-top: 280px;
    padding-bottom: 107px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.GcbQOB1QuG h2 {
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 25px;
}

.GcbQOB1QuG ul li {
    list-style: none;
    display: inline;
}

.style2 {
    margin-right: 5px;
    font-size: 18px;
    font-family: 'Nunito';
}

.GcbQOB1QuG ul li i {
    font-size: 12px;
    margin-right: 2px;
}

.GcbQOB1QuG ul li a {
    display: inline-block;
    color: #ca00b9;
}

.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 .GcbQOB1QuG {
    text-align: center;
}

.breadcumn_section .GcbQOB1QuG 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 .ZU5jW9Eopx h1 {
    color: #010101;
}

.landing.slider-section .ZU5jW9Eopx h2 {
    color: #010101;
}

.landing.slider-section .ZU5jW9Eopx h5 {
    color: #010101;
}

.landing.slider-section .ZU5jW9Eopx 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 .ZU5jW9Eopx h5:before {
    left: -102%;
}

.v-card-menu .active a {
    color: #ca00b9 !important;
}

.current_menu {
    color: #ca00b9 !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: #ca00b9;
}

.join-content h2 {
    font-size: 55px;
    color: #0A2C3D;
    line-height: 1.2;
    margin: 6px 0 10px;
}

.join-content h2 span {
    color: #ca00b9;
}

.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: #ca00b9;
}

.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 .section-title {
    text-align: center;
    margin-bottom: 50px;
}

.circular-area .section-title h5 {
    font-size: 20px;
    color: #ca00b9;
    font-family: Nunito;
    font-weight: 800;
    text-transform: uppercase;
}

.circular-area .section-title h1 {
    font-size: 50px;
    color: #0A2C3D;
}

.circular-area .section-title h1 span {
    color: #ca00b9;
}

.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 #ca00b9;
    padding: 12px 22px;
    border-radius: 5px;
    color: #0A2C3D;
    font-weight: 600;
}

.single-circular-box:hover {
    background: #ca00b9;
}

.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: #ca00b9;
}

.details-text p::after {
    position: absolute;
    content: "";
    top: 12px;
    left: -18px;
    height: 6px;
    width: 6px;
    border-radius: 5px;
    background: #ca00b9;
}

.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: #ca00b9;
}

.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: #ca00b9;
}

/*====================================================
--<  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: #ca00b9;
    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: #ca00b9;
    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: #ca00b9;
}

.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: #ca00b9;
    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*/
.style-two.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 .section-title h1 {
    color: #fff;
}

.mission-area .section-title 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;
}







body {
    margin-top: 20px;
}

.responsive-tabs {
    margin-top: 20px;
}

.responsive-tabs-container .tab-content {
    border-top: 3px solid #ca00b9;
}

.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.style-two {
    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 .section-title {
    text-align: center;
}

.calls-do-actions .section-title h1 {
    font-size: 55px;
    font-weight: bold;
    font-family: Rajdhani;
    margin-bottom: 15px;
    margin-top: 16px;
    color: #0A2C3D;
}

.calls-do-actions .section-title 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: #ca00b9;
}

/*====================================================
--<	 About Section Css -->
======================================================*/
.about-section {
    padding-top: 120px;
    padding-bottom: 99px;
}

.about-section .section-title {
    padding-top: 50px;
    padding-left: 30px;
}

.about-section .section-title p {

    color: #5c727d;
    font-size: 16px;
    font-family: Nunito;
    padding-top: 13px;
    margin-bottom: 28px;
}

.about-thumb {
    position: relative;
}

.about-thumb 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: #ca00b9;
    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)
    }
}

.section-title h5 {
    font-size: 16px;
    color: #ca00b9;
    font-family: Nunito;
    font-weight: 800;
}

.section-title h1 {
    font-size: 55px;
    font-weight: bold;
    font-family: Rajdhani;
    margin-bottom: 31px;
    margin-top: 16px;
}

.section-title h1 span {
    color: #ca00b9;
}

.section-title 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: #ca00b9;
    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;
}

.about-text p {
    color: #5c727d;
    width: 70%;
    margin: 4px 0 15px 0;
}

/* style-two */
.style-two.about-section {
    position: relative;
    z-index: 1;
    padding-bottom: 115px;
}

.style-two.about-section .skill-shape {
    position: absolute;
    top: 110px;
    left: 280px;
    z-index: -1;
}

.style-two.about-section .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;
}

.style-two.about-section .about-btn a:before {
    position: absolute;
    content: "";
    background: #ca00b9;
    width: 0%;
    height: 100%;
    top: 0;
    left: -38px;
    z-index: -1;
    transition: .5s;
    transform: skew(50deg);
    visibility: hidden;
}

.style-two.about-section .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.about-section {
    padding-top: 120px;
    padding-bottom: 81px;
    position: relative;
}

.style-three.about-section .skill-shape {
    position: absolute;
    top: 110px;
    left: 280px;
    z-index: -1;
}

.style-three.about-section .about-thumb {
    position: relative;
    z-index: 1;
}

.style-three.about-section .about-single-box {
    margin-bottom: 21px;
    padding-left: 30px;
}

.style-three.about-section .about-thumb-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 #ca00b9;
    position: absolute;
    bottom: 7px;
    left: -28px;
    background: #fff;
}

.style-three.about-section .about-count {
    display: inline-block;
}

.style-three.about-section .about-count h3 {
    display: inline-block;
    font-size: 65px;
    color: #ca00b9;
}

.style-three.about-section .about-thumb-content span {
    color: #ca00b9;
    font-size: 23px;
}

.style-three.about-section .about-desc {
    display: inline-block;
    padding-left: 5px;
}

.style-three.about-section .about-desc h6 {
    margin-top: -15px;
}

.style-three.about-section .section-title 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.about-section .section-title p:before {
    position: absolute;
    content: "";
    width: 2px;
    height: 50px;
    background: #ca00b9;
    top: 17px;
    left: -7px;
}

.style-three.about-section .about-single-box:hover .about-icon i {
    color: #fff;
    transform: none;
}

.style-three.about-section .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.about-section .style2.about-title h2 {
    font-size: 16px;
    font-weight: 600;
}

.style-three.about-section .about-icon i {
    color: #ca00b9;
    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.about-section .about-icon i:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: #ca00b9;
    z-index: -1;
    transform: scale(0);
    transition: .5s;
}

.style-three.about-section .about-single-box:hover .about-icon i:after {
    transform: scale(1);
}

/* style-four */
.style-four.about-section {
    padding-top: 120px;
    padding-bottom: 180px;
    position: relative;
}

.style-four.about-section .about-thumb-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: #ca00b9;
}

.style-four.about-section .about-count {
    margin-bottom: 28px;
}

.style-four.about-section .about-count h3 {
    color: #fff;
}

.style-four.about-section .about-desc h6 {
    margin-top: -15px;
    color: #fff;
    padding-bottom: 5px;
}

.style-four.about-section .about-thumb-content span {
    color: #fff;
    margin-top: 30px;
}

.style-four.about-section .about-count {
    margin-bottom: 16px;
}

.style-four.about-section .section-title h1 {
    text-transform: uppercase;
}

.style-four.about-section .section-title h2 {
    text-transform: uppercase;
    color: #EAEBF1;
}

.style-four.about-section .about-single-box {
    margin-bottom: 15px;
    padding-left: 45px;
}

.style-four.about-section .section-title p:before {
    display: none;
}

.style-four.about-section .section-title 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.about-section .scetion-text-2 {
    padding-left: 41px;
    width: 97%;
    margin-bottom: -73px;
}

.style-four.about-section .scetion-text-2 p {
    margin: -7px 0 29px 0;
}

.style-four.about-section .about-bottom-thumb {
    display: inline-block;
    position: relative;
    top: 68px;
}

.style-four.about-section .about-bottom-thumb img {
    margin-top: 8px;
    padding-left: 18px;
}

.style-four.about-section .about-bottom-thumb span {
    padding-left: 10px;
}

.style-four.about-section .about-btn {
    padding-left: 12px;
}

.style-four.about-section .about-btn a {
    padding: 10px 39px;
}

.style-four.about-section .thumb-content {
    display: inline-block;
    position: relative;
    top: -84px;
    left: 45px;
    background: transparent;
    box-shadow: none;
}

.style-four.about-section .thumb-content h6 {
    margin-bottom: -14px;
}

.style-four.about-section .about-bottom-thumb span {
    padding-left: 0;
    font-size: 12px;
}

/* Style-Five */
.style-five.about-section .about-thumb-content {
    background: #040813;
}

/* single-style */
.single-style.about-section {
    padding-bottom: 100px;
}

.single-style .about-thumb img {
    width: inherit;
}

.single-style .section-title h5 {
    text-transform: uppercase;
}

.single-style.about-section .about-thumb {
    position: relative;
    z-index: 1;
    left: 24%;
}

.single-style.about-section .section-title h1 {
    text-transform: uppercase;
    font-size: 49px;
}

.single-style.about-section .section-title h1 {
    text-transform: capitalize;
    font-size: 49px;
}

.single-style.about-section .section-title h2 {
    font-size: 49px;
    color: #000000;
    text-transform: capitalize;
}

.single-style.about-section .about-thumb-content {
    padding: 27px 35px 10px;
    bottom: 0;
    left: 0;
    ;
}

.single-style.about-section .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: #ca00b9;
    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: #ca00b9;
    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: #ca00b9;
    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 .section-title 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;
}

.jKi0UqBtPz {
    overflow: hidden;
}

.jKi0UqBtPz img {
    transition: 1s;
}

.service-icon i {
    font-size: 25px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: #ca00b9;
    color: #fff;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    right: 40px;
    top: 165px;
}

.BxC94UbAkM h2 {
    font-size: 21px;
    font-weight: bold;
    margin-top: 20px;
}

.BxC94UbAkM a {
    display: inline-block;
    text-decoration: none;
    font-weight: 600;
    color: #000000;
    transition: .5s;
    position: relative;
}

.BxC94UbAkM a::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 0%;
    height: 2px;
    background: #ca00b9;
    transition: .5s;
}

.service-single-box:hover .BxC94UbAkM a {
    color: #ca00b9;
}

.service-single-box:hover .BxC94UbAkM a::before {
    width: 100%;
}

.BxC94UbAkM p {
    width: 90%;
    margin-bottom: 5px;
    transition: .5s;
}

.service-single-box:hover .jKi0UqBtPz 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: #ca00b9;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 10px;
}

.owl-dot.active {
    border: 1px solid #ca00b9;
    background: transparent;
    width: 15px;
    height: 15px;
    margin-bottom: -3px;
}

/* Style-Two */
.style-two.service-section {
    background: transparent;
}

.style-two.service-section .service-icon i {
    font-size: 60px;
    width: inherit;
    height: inherit;
    line-height: inherit;
    background: transparent;
    color: #ca00b9;
    display: inline-block;
    text-align: center;
    border-radius: 0%;
    position: inherit;
    right: inherit;
    top: inherit;
    transition: .5s;
    padding-top: 53px;
}

.style-two.service-section .service-single-box:hover {
    box-shadow: 6px 5px 16px 0px rgb(0 0 0 / 15%);
    transform: translateY(-10px);
}

.style-two.service-section .BxC94UbAkM a {
    margin-bottom: 23px;
    margin-top: 10px;
    transition: .5s;
    font-size: 18px;
}

.style-two.service-section .BxC94UbAkM h2 {
    margin-top: 25px;
    margin-bottom: 16px;
    transition: .5s;
    font-size: 24px;
}

.style-two.service-section .service-single-box:hover .service-icon i,
.style-two.service-section .service-single-box:hover .BxC94UbAkM h2,
.style-two.service-section .service-single-box:hover .BxC94UbAkM p,
.style-two.service-section .service-single-box:hover .BxC94UbAkM a {
    color: #fff;
}

.style-two.service-section .service-single-box {
    position: relative;
    z-index: 1;
    box-shadow: 6px 5px 16px 0px rgb(0 0 0 / 15%);
}

.style-two.service-section .service-single-box:before {
    position: absolute;
    content: "";
    background: #ca00b9;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0%;
    visibility: hidden;
    transition: .5s;
    z-index: -1;
}

.style-two.service-section .BxC94UbAkM a::before {
    display: none;
}

.style-two.service-section .service-single-box:hover:before {
    height: 100%;
    top: 0;
    visibility: visible;
}

.style-two.service-section .service-single-box:after {
    position: absolute;
    content: "";

    top: 123px;
    left: 191px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    visibility: hidden;
    opacity: 0;
    transition: .5s;
    z-index: -1;
}

.style-two.service-section .service-single-box:hover:after {
    visibility: visible;
    opacity: 1;
}

/* Style-Three */
.style-three.service-section {
    background: #F5F6F9;
}

.style-three.service-section .section-title h5 {
    font-size: 16px;
    color: #ca00b9;
    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: #ca00b9;
    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 .BxC94UbAkM a::before {
    display: none;
}

.style-three.service-section .service-desc-2 p:before {
    position: absolute;
    content: "";
    background: #ca00b9;
    width: 2px;
    height: 75px;
    top: 5px;
    left: -15px;
}

.style-three.service-section .BxC94UbAkM h2 {
    margin-top: 22px;
    margin-bottom: 8px;
    transition: .5s;
    font-size: 23px;
}

.style-three.service-section .BxC94UbAkM p {
    width: 90%;
    margin-bottom: 0;
    transition: .5s;
    font-size: 14px;
}

.style-three.service-section .BxC94UbAkM 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 .BxC94UbAkM 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: #ca00b9;
}

.style-four.service-section .service-single-box:hover .BxC94UbAkM h2 {
    color: #000000;
}

.style-four.service-section .service-single-box:hover .BxC94UbAkM p {
    color: #5c727d;
}

.style-four.service-section .service-single-box:hover .BxC94UbAkM a {
    color: #ca00b9;
}

.style-four.service-section .BxC94UbAkM a {
    margin-bottom: 26px;
    margin-top: 17px;
}

.style-four.service-section .BxC94UbAkM p {
    width: 90%;
    margin-bottom: 5px;
    transition: .5s;
    margin: auto;
}

.style-four.service-section .BxC94UbAkM 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: #ca00b9;
    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: #ca00b9;
    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 */
.style-two.call-do-action {
    padding-top: 84px;
    padding-bottom: 0;
    background: #F5F6F9;
    position: relative;
    z-index: 1;
}

.style-two.call-do-action .section-title h5 {
    font-size: 24px;
    color: #ca00b9;
    font-family: 'Rajdhani';
    font-weight: 600;
}

.style-two.call-do-action .section-title a {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    padding: 10px 25px;
    background: #ca00b9;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-top: 34px;
}

.style-two.call-do-action .section-title 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;
}

.style-two.call-do-action .section-title a:hover:before {
    width: 180%;
    visibility: visible;
    bottom: 0;
}

.style-two.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: #ca00b9;
    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: #ca00b9;
    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: #ca00b9;
    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: #ca00b9;
    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: #ca00b9;
    z-index: -1;
    transform: scale(0);
    transition: .5s;
    color: #fff;
}

.single-feature-box:hover .feature-icon i:after {
    transform: scale(1);
}

/* Style-Two */
.style-two.feature-section {
    padding-top: 110px;
    padding-bottom: 130px;
    background: #F5F6F9;
    position: relative;
    z-index: 1;
}

.style-two.feature-section .section-title p {
    position: relative;
    padding-left: 15px;
    padding-top: 37px;
    margin-bottom: 9px;
}

.style-two.feature-section .section-title p:before {
    position: absolute;
    content: "";
    top: 38px;
    left: 2px;
    background: #ca00b9;
    width: 2px;
    height: 50px;
}

.style-two.feature-section .single-feature-box {
    background: transparent;
    padding: 0;
    transition: .5s;
    position: relative;
    margin-bottom: 4px;
}

.style-two.feature-section .single-feature-box:hover {
    box-shadow: none;
    background: transparent;
    transform: none;
}

.style-two.feature-section .single-feature-box:before {
    display: none;
}

.style-two.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%;
}

.style-two.feature-section .single-feature-box:hover .feature-icon i {
    color: #fff;
}

.style-two.feature-section .feature-icon i:after {
    border-radius: 50%;
}

.style-two.feature-section .feature-content {
    padding-left: 25px;
    padding-top: 25px;
}

.style-two.feature-section .feature-content h2 {
    font-size: 24px;
    text-transform: capitalize;
}

.style-two.feature-section .feature-content p {
    font-size: 15px;
    width: 65%;
    margin: 8px 0 0;
}

.style-two.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 .section-title {
    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 .section-title h1 {
    color: #EFF0F0;
}

.style-four.feature-section .section-title 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: #ca00b9;
    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 .section-title h5 {
    color: #fff;
}

.style-five.feature-section .section-title {
    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: #ca00b9;
    border-bottom: 2px solid #ca00b9;
}

.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: #ca00b9;
    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 */
.style-two.portfolio_area {
    padding-top: 98px;
    padding-bottom: 33px;
}

.style-two.portfolio_area .fortfolio-addrees {
    position: absolute;
    top: 45px;
    right: 117px;
    z-index: 1;
}

.style-two.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;
}

.style-two.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;
}

.style-two.portfolio_area .dreamit-portfolio-thumb img {
    transition: .5s;
    overflow: hidden;
    width: 100%;
}

.style-two.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;
}

.style-two.portfolio_area .dreamit-single-portfolio:hover .portfolio-icon {
    transform: translate(-218px, 0px);
    opacity: 1;
    visibility: visible;
}

.style-two.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;
}

.style-two.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;
}

.style-two.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;
}

.style-two.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;
}

.style-two.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;
}

.style-two.portfolio_area .dreamit-single-portfolio:hover .dreamit-portfolio-thumb:before {
    opacity: 1;
}

.style-two.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: #ca00b9;
    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 .section-title 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: #ca00b9;
}

.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: #ca00b9;
    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 .section-title 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: #ca00b9;
    font-family: 'Rajdhani';
}

.circle strong i {
    font-style: normal;
    font-size: 0.6em;
    font-weight: normal;
}

.circle span {
    color: #ca00b9;
    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: #ca00b9;
    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 .section-title p {
    margin-bottom: 39px;
}

.style-four.progress-section .progress-btn a {
    font-size: 18px;
    background: #ca00b9;
    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 .section-title 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 #ca00b9;
    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: #ca00b9;
}

.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: #ca00b9;
}

.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: #ca00b9;
    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 .section-title {
    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: #ca00b9;
}

.team-content h2 {
    font-size: 22px;
    font-family: 'Josefin Sans';
    font-weight: 700;
}

.team-content span {
    color: #ca00b9;
}

/* 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 -->
======================================================*/
.skill-section {
    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: 50px 35px 20px 16px;

}

.skill-section .section-title 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: #ca00b9;
    border-radius: 5px;
    transition: 3s;
}

.ZrdJhScr45 {
    overflow: hidden;
    position: relative;
    z-index: 9;
}

.ZrdJhScr45: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;
}

.ZrdJhScr45: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;
}

.ZrdJhScr45:hover:after {
    -webkit-animation: shine 2s;
    animation: shine 2s;
}

/* animation */
@-webkit-keyframes shine {
    100% {
        left: 125%
    }
}

@keyframes shine {
    100% {
        left: 125%
    }
}

/* animation */
.ZrdJhScr45 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: #ca00b9;
    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: #ca00b9;
    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: #ca00b9;
}

.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: #ca00b9;
    height: 66px;
    width: 66px;
    line-height: 66px;
    text-align: center;
    color: #fff;
    font-size: 35px;
}

/*====================================================
--<	 Contact-Us Section Css -->
======================================================*/
.contact-us {
    padding-bottom: 90px;
    padding-top: 55px;
}

.contact-us .section-title h1 {
    margin-bottom: 20px;
    margin-top: 12px;
}

.section-title p {
    width: 78%;
    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: #ca00b9;
    position: relative;
    z-index: 1;
}

.contact-icon i:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: #ca00b9;
    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;
}

.jNkavLhDYI {
    margin-bottom: 30px;
    position: relative;
}

.LruFWn3aoe {
    width: 100%;
    height: 60px;
    padding-left: 20px;
    background: #fff;
    border: none;
    outline: 0;
}

.LruFWn3aoe-msg {
    width: 100%;
    height: 185px;
    padding-left: 20px;
    background: #fff;
    border: none;
    outline: 0;
    padding-top: 20px;
}

.jNkavLhDYI i {
    position: absolute;
    left: 88%;
    right: 0;
    margin-top: 20px;
    font-size: 14px;
    color: #ca00b9;
}

.jNkavLhDYI-msg {
    position: relative;
}

.jNkavLhDYI-msg i {
    position: absolute;
    right: 20px;
    margin-top: 29px;
    font-size: 14px;
    color: #ca00b9;
}

.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 .section-title 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: #ca00b9;
    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: #ca00b9;
    color: #fff;
    font-size: 16px;
    font-family: 'Nunito';
    border-radius: 5px;
}

.error-btn a {
    display: inline-block;
    text-decoration: none;
    padding: 11px 30px;
    background: #ca00b9;
    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 .section-title 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: #ca00b9;
    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: #ca00b9;
    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: #ca00b9;
    transition: .5s;
    box-shadow: 8px 0px 16px 0 rgb(0 0 0 / 17%);
}

.owl-prev:hover {
    color: #fff;
    background: #ca00b9;
}

.owl-next:hover {
    color: #fff;
    background: #ca00b9;
}

.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 */
.style-two.testimonial-section .single-testimonial {
    padding: 50px 40px;
    background: #fff;
    border: 2px solid #ca00b9;
    transition: .5s;
    margin-right: 30px;
}

.style-four.testimonial-section .section-title h1 {
    margin-bottom: 52px;
    margin-top: 16px;
}

.style-two.testimonial-section .single-testimonial:hover {
    background: #ca00b9;
}

.style-two.testimonial-section .testi-thumb:before {
    display: none;
}

.style-two.testimonial-section .testi-thumb img {
    background: transparent;
    padding: 0;
    box-shadow: none;
}

.style-two.testimonial-section .testi-content {
    float: right;
    margin-left: 78px;
    margin-top: -66px;
}

.style-two.testimonial-section .testi-title h2 {
    transition: .5s;
    text-transform: capitalize;
}

.style-two.testimonial-section .testi-rating {
    float: right;
    margin-top: 5px;
}

.style-two.testimonial-section .testi-rating span {
    color: #FFA115;
    font-size: 12px;
    transition: .5s;
}

.style-two.testimonial-section .testi-desc p {
    font-size: 17px;
    color: #7B8D96;
    width: 99%;
    margin: 7px 0 -11px 0;
    transition: .5s;
}

.style-two.testimonial-section .testi-sub-title p {
    color: #A1A7BC;
    font-size: 13px;
    font-weight: 400;
    text-transform: capitalize;
    transition: .5s;
}

.style-two.testimonial-section .single-testimonial:hover .testi-rating span,
.style-two.testimonial-section .single-testimonial:hover .testi-title h2,
.style-two.testimonial-section .single-testimonial:hover .testi-sub-title p,
.style-two.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: #ca00b9 !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: #ca00b9;
    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: #ca00b9;
    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: #ca00b9;
}

.testi_list_3 .owl-next:hover {
    color: #fff;
    background: #ca00b9;
}

/*====================================================
--<	 Blog Section Css -->
======================================================*/
.bolg-section {
    padding-top: 95px;
    padding-bottom: 86px;
}

.bolg-section .section-title 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 .KVvt3JApLy {
    position: relative;
    overflow: hidden;
}

.bolg-section .KVvt3JApLy img {
    transition: .5s;
    overflow: hidden;
    width: 100%;
}

.bolg-section .blog-itmes:hover .KVvt3JApLy 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: #ca00b9;
    padding: 10px 18px 8px;
    color: #fff;
    font-weight: 600;
    border-radius: 15px;
    transition: .5s;
}

.bolg-section .blog-itmes:hover .blog-meta-top span {
    color: #ca00b9;
    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: #ca00b9;
    padding-left: 13px;
}

.bolg-section .a9YDbRHbki h2 {
    margin-top: 0;
    margin-left: 0;
}

.bolg-section .a9YDbRHbki h2 a {
    font-size: 24px;
    font-weight: 700;
    display: inline-block;
    text-decoration: none;
    position: relative;
}

.bolg-section .a9YDbRHbki h2 a:hover {
    color: #000000;
}

.bolg-section .a9YDbRHbki 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 .a9YDbRHbki h2 a:before {
    width: 100%;
    visibility: visible;
}

.bolg-section .blog-text 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: #ca00b9;
    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: #ca00b9;
}

.bolg-section .blog-btn a i {
    display: inline-block;
    padding-left: 5px;
}

/* Style-Two */
.style-two.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;
}

.style-two.bolg-section .section-title h2 {
    margin-bottom: 18px;
}

.style-two.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;
}

.style-two.bolg-section .blog-itmes:hover .KVvt3JApLy img {
    transform: scale(1.1) rotate(0deg);
    overflow: hidden;
}

.style-two.bolg-section .KVvt3JApLy img {
    transition: .5s;
    overflow: hidden;
    width: 100%;
}

.style-two.bolg-section .blog-meta-top h2 {
    font-size: 38px;
    color: #fff;
}

.style-two.bolg-section .blog-meta-top h6 {
    margin-top: 0;
    font-size: 22px;
    color: #fff;
    font-weight: 500;
    font-family: 'Nunito';
}

.style-two.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;
}

.style-two.bolg-section .style2 .a9YDbRHbki h2 a {
    font-size: 30px;
    font-weight: 700;
    display: inline-block;
    text-decoration: none;
    position: relative;
    margin-bottom: 0px;
}

.style-two.bolg-section .style2 .blog-content {
    margin-top: 20px;
}

.style-two.bolg-section .blog-content {
    padding-left: 19px;
    margin-top: 25px;
}

.style-two.bolg-section .a9YDbRHbki h2 a {
    font-size: 40px;
    font-weight: 700;
    display: inline-block;
    text-decoration: none;
    position: relative;
    margin-bottom: 10px;
}

.style-two.bolg-section .a9YDbRHbki h2 a:before {
    display: none;
}

.style-two.bolg-section .blog-text p {
    font-size: 15px;
    width: 86%;
    color: #72718F;
    margin-top: 6px;
    margin-bottom: 6px;
}

.style-two.bolg-section .blog-bottom-thumb {
    margin-top: 19px;
}

.style-two.bolg-section .KVvt3JApLy-content {
    display: inline-block;
}

.style-two.bolg-section .KVvt3JApLy-content span {
    font-size: 15px;
    font-weight: 700;
    color: #000000;
    margin-left: 7px;
}

.style-two.bolg-section .blog-btn {
    float: right;
    margin-top: -30px;
    margin-right: 30px;
}

.style-two.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 .section-title h1 {
    margin-bottom: 15px;
}

.style-four.bolg-section .blog-itmes:hover .blog-btn a {
    color: #ca00b9 !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 .KVvt3JApLy img {
    border-radius: 10px;
}

.blogs-section .blog-meta-top2 span {
    font-size: 13px;
    margin-left: 5px;
}

span.color i {
    color: #ca00b9;
}

.blogs-section .a9YDbRHbki h2 {
    font-size: 30px;
    font-weight: 700;
    margin-top: 10px;
    color: #0A2C3D;
}

.blogs-section .blog-text p {
    margin: 12px 0 13px;
    width: 63%;
}

.blog-btn-2 a {
    color: #ca00b9;
    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: #ca00b9;
    color: #fff;
}

a.current-menu {
    background: #ca00b9 !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: #ca00b9;
    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: #ca00b9;
    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;
}

.jNkavLhDYI-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;
}

.LruFWn3aoe-msg2 {
    width: 100%;
    height: 185px;
    padding-left: 45px;
    background: #fff;
    border: none;
    outline: 0;
    padding-top: 20px;
}

.LruFWn3aoe-msg2::placeholder {
    font-size: 12px;
}

.contact-style_2::placeholder {
    font-size: 12px;
}

.LruFWn3aoe-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: #ca00b9;
    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: #ca00b9;
    height: 20px;
    width: 2px;
}

.b-content {
    margin-top: 13px;
}

.b-content span {
    font-size: 9px;
}

.b-content span i {
    color: #ca00b9;
}

.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: #ca00b9;
    height: 20px;
    width: 2px;
}

.top-catagories span {
    display: block;
    font-size: 15px;
    background: #FCF1F3;
    padding: 5px 22px;
    margin-bottom: 15px;
    color: #ca00b9;
    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: #ca00b9;
    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: #ca00b9;
    height: 20px;
    width: 2px;
}

.tags span {
    font-size: 14px;
    border: 2px solid #ca00b9;
    padding: 2px 20px 2px;
    text-align: center;
    display: inline-block;
    margin-bottom: 20px;
    margin-right: 15px;
    color: #ca00b9;
    transition: .5s;
}

.tags span:hover {
    background: #ca00b9;
    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;
}

.a9YDbRHbki-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 #ca00b9;
    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: #ca00b9;
    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: #ca00b9;
    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.jNkavLhDYI-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: #ca00b9;
    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: #ca00b9;
    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: 50px;
    padding-bottom: 104px;
    position: relative;
}

.D0SLIqloDD {
    margin-bottom: -16px;
}

.D0SLIqloDD 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;
}

.D0SLIqloDD 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: #ca00b9;
}

.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: #ca00b9;
}

.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: #ca00b9;
    color: #fff;
    padding: 7px 22px;
    border-radius: 5px;
    margin-bottom: -7px;
    margin-right: -55px;
}

/* footer-bottom */
.footer-bottom {
    background: #303440;
    padding: 24px 0 8px;
}

.kgXWhr8arH p {
    color: #CCCDD1;
}

.giBivkJtNX ul {
    list-style: none;
    text-align: right;
}

.giBivkJtNX ul li {
    display: inline;
}

.giBivkJtNX ul li a {
    display: inline-block;
    font-size: 14px;
    margin-left: 15px;
    color: #CCCDD1;
    text-decoration: none;
    position: relative;
    padding-left: 20px;
    transition: .5s;
}

.giBivkJtNX ul li a:hover {
    color: #ca00b9;
}

.giBivkJtNX 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: #ca00b9;
    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.style-two {
    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.style-two 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: #ca00b9;
    -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: #ca00b9;
    -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: #ca00b9;
    -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);
    }
}