@import url(https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400&display=swap);
a,
body {
    color: #4b5280
}


/* Keep header in one line between 1100px – 1275px */
@media (min-width: 1100px) and (max-width: 1275px) {
  .main-nav .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap; /* Prevent wrapping */
    gap: 10px;
  }
  

  /* Logo smaller */
  .navbar .navbar-brand img {
    max-width: 140px;
    height: auto;
  }

  /* Search bar adjusted */
  .course-search-bar {
    flex: 1; /* allow it to shrink/expand */
    max-width: 280px;
  }

  /* Nav items spacing reduced */
  .navbar-nav .nav-item {
    margin: 0 6px;
  }

  /* Button smaller */
  .others-option .get-quote a {
    padding: 6px 10px;
    font-size: 13px;
  }

  /* Prevent nav collapsing weirdly */
  .navbar-collapse {
    flex-grow: 1;
    justify-content: flex-end;
  }
}



button,
button:focus {
    box-shadow: none
}

img,
textarea.form-control {
    height: auto
}

.default-btn::after,
.default-btn::before {
    position: absolute;
    height: 2px;
    left: 0;
    width: 100%;
    content: ""
}

.banner-area,
.challenges-area {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.blog-area.blog-area-four .single-blog:hover,
.overly-one:hover,
.single-approach-box:hover,
.single-approach:hover,
.single-blog-posts:hover,
.single-challenges:hover,
.single-feature:hover,
.single-pricing:hover,
.single-services:hover,
.single-team:hover {
    transform: translateY(-5px)
}

a,
a:focus,
a:hover {
    text-decoration: none
}

body {
    font-size: 16px;
    font-family: Lato, sans-serif
}

.team-area.team-area-three .single-team .team-content,
body.body-color-three {
    background-color: #f5f7fa
}

.container {
    max-width: 1260px
}

a {
    display: inline-block;
    transition: .5s
}

a:hover {
    color: #e21f36
}

button {
    outline: 0 !important;
    border: none
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    font-weight: 800;
    margin-top: 20px;
}

h3 {
    font-size: 20px;
    line-height: 1.4;
    margin-top:20px;
}

.default-btn,
.form-control,
p {
    font-size: 16px
}

.d-table {
    width: 100%;
    height: 100%
}

.d-table-cell {
    vertical-align: middle
}

p {
    margin-bottom: 15px;
    line-height: 1.8;
    font-weight: 500
}

.about-content .tab_content .tabs_item p,
.about-content .tab_content .tabs_item ul li:last-child,
.blog-details-content .comments ul li:last-child,
.checkout-area .billing-details .col-lg-12:last-child .form-group,
.faq-accordion .accordion .accordion-content p,
.faq-accordion .accordion .accordion-item.active,
.faq-accordion .accordion .accordion-item:last-child,
.main-contact-area .contact-info .address li:last-child,
.privacy-policy .privacy-content ul li:last-child,
.privacy-policy .privacy-content.eight,
.privacy-policy .privacy-content.eight p,
.product-details-area .product-details-desc p,
.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item p,
.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content p:last-child,
.product-view-one .modal-content .product-content .product-info li:last-child,
.section-title h2:last-child,
.services-details-content .single-services .services-content h3,
.services-sidebar .services-pdf ul li:last-child,
.sidebar-widget.tags ul li:last-child,
.single-approach-box p,
.single-blog .blog-content h3,
.single-challenges p,
.single-footer-widget .address li a:last-child,
.single-footer-widget .address li:last-child,
.single-footer-widget .import-link li:last-child,
.single-solution p,
.solution-details-area .solutions-content ul li:last-child,
.solution-details-area .solutions-content.four,
.terms-conditions .conditions-content ul li:last-child,
.terms-conditions .conditions-content.six,
.terms-conditions .conditions-content.six p,
.user-area-style .contact-form-action form .login-action .log-rem label,
.wishlist .table-responsive>.table-bordered,
p:last-child {
    margin-bottom: 0
}

img {
    max-width: 100%;
    margin-right:10px;
}

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

.form-control {
    height: 50px;
    color: #e21f36;
    border: 1px solid #ebebeb;
    background-color: transparent;
    border-radius: 0;
    padding: 10px 20px;
    width: 100%
}

.form-control::-moz-placeholder {
    color: #676a6a
}

.form-control::placeholder {
    color: #676a6a
}

.form-control:focus {
    color: #000;
    background-color: transparent;
    outline: 0;
    border: 1px solid #e21f36
}

.form-control:focus,
.form-control:hover:focus {
    box-shadow: unset
}

.navbar-area.is-sticky,
.others-option-for-responsive .container .container,
.others-option-for-responsive .option-inner,
.others-option-for-responsive .option-inner .others-option,
.protect-area.protect-area-three .single-challenges,
.single-approach,
.single-challenges,
.single-feature,
.single-solution {
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05)
}

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

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

.pt-100 {
    padding-top: 100px
}

.pb-100 {
    padding-bottom: 100px
}

.pt-70 {
    padding-top: 70px
}

.pb-70 {
    padding-bottom: 70px
}

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

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

.main-contact-area .contact-info .sidebar-follow-us,
.mt-30,
.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form,
.services-details-content .services-content .services-details-one {
    margin-top: 30px
}

.about-content .tab,
.about-content .tabs,
.about-img,
.approach-img,
.blog-details-content .blog-top-content .blog-details-img,
.blog-details-content .leave-reply p,
.blog-details-content .news-content-2,
.blog-details-content .single-blog-post-img,
.get-in-touch-form .form-group,
.main-contact-area .contact-wrap .form-group,
.mb-30,
.privacy-policy .privacy-content,
.protect-img,
.services-details-content .services-content,
.services-sidebar .services-pdf,
.single-footer-widget,
.single-safety img,
.solution-details-area .solution-details-one,
.solution-details-area .solutions-content,
.solution-details-area .solutions-content ul,
.terms-conditions .conditions-content,
.terms-conditions .title,
.terms-conditions img,
.user-area-style .contact-form-action .account-title,
.user-area-style .contact-form-action form .login-action {
    margin-bottom: 30px
}

.bg-color {
    background-color: #f9fafb
}

.navbar-area.navbar-area-two,
.sidebar-widget.search .search-form,
.team-area.team-area-three .single-team .team-content ul,
.white-bg {
    background-color: #fff
}

.default-btn,
.top-header {
    background-color: #e51adb;
}

.default-btn {
    z-index: 1;
    font-weight: 600;
    color: #fff;
    padding: 15px 30px 16px;
    line-height: 1;
    transition: .5s;
    text-align: center;
    position: relative;
    overflow: hidden;
    margin-right:10px;
    margin-left:20px;
    border-radius:5px;
}

.default-btn span::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(top, #fff, transparent);
    animation: 2s linear 1s infinite top
}

.default-btn span::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(bottom, #fff, transparent);
    animation: 2s linear 1s infinite bottom
}

.default-btn::before {
    top: 0;
    background: linear-gradient(right, #fff, transparent);
    animation: 2s linear infinite right
}

.default-btn::after {
    bottom: 0;
    background: linear-gradient(left, #fff, transparent);
    animation: 2s linear infinite left
}

.default-btn:hover {
    background-color: #ff5a00;
    color: #fff
}

.banner-area.banner-area-five .banner-content .top-title,
.banner-area.banner-area-three .banner-content .top-title,
.blog-area.blog-area-four .single-blog .blog-content h3 a:hover,
.checkout-area .faq-accordion .accordion .accordion-title:hover,
.checkout-area .faq-accordion .form-check label a,
.checkout-area .faq-accordion .form-check label a:hover,
.copy-right-area .footer-menu li a:hover,
.main-contact-area .contact-info .address li a:hover,
.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active,
.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus,
.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover,
.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active,
.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover,
.navbar-area .others-option .cart-icon a:hover i,
.navbar-area.navbar-area-two .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active,
.navbar-area.navbar-area-two .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus,
.navbar-area.navbar-area-two .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover,
.navbar-area.navbar-area-two .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active,
.navbar-area.navbar-area-two .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover,
.navbar-area.navbar-area-two .main-nav nav .navbar-nav .nav-item a.active,
.navbar-area.navbar-area-two .main-nav nav .navbar-nav .nav-item a:hover,
.navbar-area.navbar-area-two .others-option .cart-icon a:hover i,
.nice-select .option.selected.focus,
.page-title-area .page-title-content ul .active,
.page-title-area .page-title-content ul li a:hover,
.product-details-area .product-details-desc .product-add-to-cart .input-counter span:hover,
.product-details-area .product-details-desc .social-wrap li a:hover i,
.product-details-area .products-details-tab .tabs li a:hover,
.product-details-area .products-details-tab .tabs li.current a,
.product-view-one .modal-content .product-content .product-review .rating i,
.protect-area.protect-area-three .single-challenges i,
.read-more,
.read-more:hover,
.shopping-cart-area .cart-table table tbody tr td a:hover,
.sidebar-widget.recent-post ul li a:hover,
.single-blog .blog-content h3 a:hover,
.single-blog-posts .single-blog-content h3 a:hover,
.single-product a:hover h3,
.single-safety:hover a h3,
.single-services .services-content h3 a:hover,
.team-area.team-area-three .single-team .team-content ul li a:hover i,
.top-header.top-header-three .header-left-content li a:hover,
.top-header.top-header-three .header-left-content li i,
.top-header.top-header-three .header-right-content li a:hover i,
.user-area-style .contact-form-action form .form-condition .agree-label a,
.user-area-style .contact-form-action p a:hover {
    color: #e51adb;
}

@keyframes left {
    0% {
        transform: translateX(100%)
    }
    100% {
        transform: translateX(-100%)
    }
}

@keyframes right {
    0% {
        transform: translateX(-100%)
    }
    100% {
        transform: translateX(100%)
    }
}

@keyframes top {
    0% {
        transform: translateY(100%)
    }
    100% {
        transform: translateY(-100%)
    }
}

@keyframes bottom {
    0% {
        transform: translateY(-100%)
    }
    100% {
        transform: translateY(100%)
    }
}

.read-more {
    font-weight: 600;
    font-size: 15px
}

#validator-newsletter,
.list-unstyled {
    color: #dc3545;
    margin-top: 10px
}

.read-more i {
    position: relative;
    top: 1.7px;
    margin-left: 5px
}

.section-title {
    max-width: 750px;
    margin: -5px auto 50px;
    text-align: center;
    position: relative
}

.section-title span {
    display: block;
    margin-bottom: 12px;
    color: #E51AD9;
    font-weight: 600;
    font-size: large;
    margin-top:30px;
}

.section-title h2 {
    font-size: 30px;
    margin-bottom: 20px;

    position: relative;
    line-height: 1.4
}

.banner-area.banner-area-five .banner-content h1,
.banner-area.banner-area-five .banner-content p,
.banner-area.banner-area-four .banner-content .top-title,
.banner-area.banner-area-four .banner-content h1,
.banner-area.banner-area-four .banner-content p,
.banner-area.banner-area-two .banner-content p,
.blog-area.blog-area-four .single-blog .blog-content h3 a,
.blog-area.blog-area-four .single-blog .blog-content p,
.challenges-area.challenges-area-two .single-challenges:hover h3,
.challenges-area.challenges-area-two .single-challenges:hover i,
.challenges-area.challenges-area-two .single-challenges:hover p,
.copy-right-area .footer-menu li a,
.copy-right-area p,
.feature-area.feature-area-five .single-feature h3,
.feature-area.feature-area-five .single-feature p,
.feature-area.feature-area-four .single-feature h3,
.feature-area.feature-area-four .single-feature p,
.feature-area.feature-area-two .single-feature:hover i,
.go-top:focus,
.navbar-area .main-nav nav .navbar-nav .nav-item a.active,
.navbar-area .main-nav nav .navbar-nav .nav-item a:hover,
.our-approach-area.our-approach-area-four .col-lg-6 .row .col-lg-6:nth-child(2) .single-approach:hover h3,
.our-approach-area.our-approach-area-four .col-lg-6 .row .col-lg-6:nth-child(2) .single-approach:hover p,
.our-approach-area.our-approach-area-four .col-lg-6 .row .col-lg-6:nth-child(3) .single-approach:hover h3,
.our-approach-area.our-approach-area-four .col-lg-6 .row .col-lg-6:nth-child(3) .single-approach:hover p,
.our-approach-area.our-approach-area-four .single-approach h3,
.our-approach-area.our-approach-area-four .single-approach p,
.page-title-area .page-title-content ul li a,
.protect-area .col-lg-6 .row .col-lg-6:nth-child(2) .single-challenges h3,
.protect-area .col-lg-6 .row .col-lg-6:nth-child(2) .single-challenges i,
.protect-area .col-lg-6 .row .col-lg-6:nth-child(2) .single-challenges p,
.protect-area .col-lg-6 .row .col-lg-6:nth-child(3) .single-challenges h3,
.protect-area .col-lg-6 .row .col-lg-6:nth-child(3) .single-challenges i,
.protect-area .col-lg-6 .row .col-lg-6:nth-child(3) .single-challenges p,
.protect-area.protect-area-four .single-challenges h3,
.protect-area.protect-area-four .single-challenges i,
.protect-area.protect-area-four .single-challenges p,
.section-title.white-title h2,
.section-title.white-title p,
.section-title.white-title span,
.services-sidebar .services-category ul li:hover a i,
.single-feature:hover .title h3,
.single-feature:hover p,
.single-footer-widget .address,
.single-footer-widget .address li a:hover,
.single-footer-widget .import-link li a:hover,
.single-pricing.active .pricing-title h2,
.single-pricing.active .pricing-title h3,
.single-pricing.active .pricing-title span,
.single-pricing.active ul li,
.single-pricing:hover .pricing-title h2,
.single-pricing:hover .pricing-title h3,
.single-pricing:hover .pricing-title span,
.single-pricing:hover ul li,
.single-services .services-content h3 a,
.single-services .services-content p,
.single-team .team-content h3,
.single-team .team-content span,
.single-team .team-content ul li a,
.top-header .header-left-content li a:hover,
.top-header .header-right-content li a:hover i {
    color: #fff
}

.header-area {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999
}

.blog-area.blog-area-four .single-blog,
.blog-area.blog-area-four .single-blog .blog-img a,
.header-area.p-relative,
.others-option-for-responsive .container,
.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title,
.shopping-cart-area .cart-table table tbody tr td.product-quantity .input-counter,
.shopping-cart-area .coupon-cart .form-group,
.single-services .services-img a {
    position: relative
}

.top-header {
    padding-top: 15px;
    padding-bottom: 15px
}

.main-contact-area .contact-info .sidebar-follow-us .social-wrap,
.partner-area .owl-carousel .owl-item,
.single-footer-widget .social-icon,
.top-header .header-left-content {
    line-height: 1
}

.top-header .header-left-content li {
    display: inline-block;
    margin-right: 30px;
    color: #999;
    font-size: 14px;
    position: relative;
    padding-left: 30px;
    font-weight: 600
}

.blog-details-content .tag-list ul li:last-child a,
.copy-right-area .footer-menu li:last-child,
.top-header .header-left-content li:last-child,
.top-header .header-right-content li:last-child {
    margin-right: 0
}

.top-header .header-left-content li i {
    color: #fff;
    display: inline-block;
    margin-right: 10px;
    font-size: 18px;
    position: absolute;
    top: -2px;
    left: 0
}

.top-header .header-left-content li a {
    display: block;
    color: #fff
}

.top-header .header-right-content {
    line-height: 1;
    text-align: right
}

.copy-right-area .footer-menu li,
.top-header .header-right-content li {
    display: inline-block;
    margin-right: 15px
}

.top-header .header-right-content li a i {
    color: #fff;
    display: inline-block;
    font-size: 18px;
    transition: .5s;
    text-align: center
}

.top-header.bg-dark {
    background-color: #000 !important
}

.counter-area.counter-area-three .single-counter h2,
.navbar-area.navbar-area-two .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a,
.navbar-area.navbar-area-two .main-nav nav .navbar-nav .nav-item .dropdown-menu li a,
.our-approach-area.our-approach-area-four .col-lg-6 .row .col-lg-6:first-child .single-approach:hover h3,
.our-approach-area.our-approach-area-four .col-lg-6 .row .col-lg-6:nth-child(2) .single-approach h3,
.our-approach-area.our-approach-area-four .col-lg-6 .row .col-lg-6:nth-child(3) .single-approach h3,
.our-approach-area.our-approach-area-four .col-lg-6 .row .col-lg-6:nth-child(4) .single-approach:hover h3,
.product-view-one .modal-content .product-content .product-add-to-cart .input-counter span:hover,
.product-view-one .modal-content .product-content .product-info li a:hover,
.product-view-one .modal-content .product-content .product-info li span,
.product-view-one .modal-content .product-content h3 a,
.product-view-one .modal-content .product-content h3 a:hover,
.protect-area.protect-area-three .single-challenges h3,
.team-area.team-area-three .single-team .team-content h3,
.team-area.team-area-three .single-team .team-content ul li a i,
.team-area.team-area-three .single-team:hover .team-content span,
.testimonials-area.testimonials-page-area .testimonials-item h3,
.top-header.top-header-three .header-left-content li,
.top-header.top-header-three .header-left-content li a,
.top-header.top-header-three .header-right-content li a i,
.user-area-style .contact-form-action p a {
    color: #000219
}

.checkout-area .billing-details .form-group .nice-select .list .option.selected,
.our-approach-area.our-approach-area-four .col-lg-6 .row .col-lg-6:nth-child(2) .single-approach,
.our-approach-area.our-approach-area-four .col-lg-6 .row .col-lg-6:nth-child(3) .single-approach,
.product-view-one .owl-theme .owl-nav [class*=owl-]:hover,
.testimonials .owl-nav [class*=owl-]:hover,
.top-header.top-header-five,
.top-header.top-header-four {
    background-color: transparent;
}

.top-header.top-header-five.top-header-six {
    background-color: #000
}

.navbar-area {
    background-color: rgba(255, 255, 255, .08)
}

.navbar-area .main-nav {
    padding-top: 0;
    padding-bottom: 0;
    background: transparent;
}

.navbar-area .main-nav .navbar {
    padding: 0
}

.navbar-area .main-nav .navbar .navbar-brand {
    font-size: 0;
    padding: 0
}

.navbar-area .main-nav nav .navbar-nav .nav-item,
.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li {
    position: relative;
    padding: 0
}

.navbar-area .main-nav nav .navbar-nav .nav-item a {
    font-size: 17px;
    font-weight: 600;
    color: rgba(255, 255, 255, .8);
    text-transform: capitalize;
    transition: .5s;
    /*padding: 35px 0;*/
    position: relative;
    z-index: 1;
    margin: 0 15px
}

.navbar-area .main-nav nav .navbar-nav .nav-item a i {
    font-size: 22px;
    line-height: 0;
    position: relative;
    top: 4px;
    margin-left: -2px
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 15px;
    opacity: 0;
    width: 250px;
    visibility: hidden;
    z-index: 99;
    display: block;
    padding: 0;
    background-color: #fff;
    border: none;
    border-radius: 0;
    transition: .2s ease-in-out;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    border-top: 2px solid #e21f36
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
    font-size: 15.5px;
    color: #000219;
    position: relative;
    padding: 10px 15px;
    border-bottom: 1px dashed #eee;
    margin-left: 0;
    margin-right: 0;
    text-transform: capitalize;
    display: block;
    font-weight: 600
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a i {
    float: right;
    top: 12px;
    transition: .5s;
    font-size: 20px
}

.blog-details-content .comments ul li h3::before,
.challenges-area.challenges-area-two::before,
.counter-area.counter-area-three::before,
.get-in-touch-area.get-in-touch-area-two::before,
.hidden,
.main-contact-area .contact-wrap .contact-form .hidden,
.mobile-nav,
.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a::before,
.newsletter-form .default-btn::after,
.newsletter-form .default-btn::before,
.others-option-for-responsive,
.page-title-area .page-title-content ul li:last-child::before,
.pricing-area .shape-three,
.product-details-area .tab .tabs_item,
.shopping-cart-area .coupon-cart .form-group .default-btn::after,
.shopping-cart-area .coupon-cart .form-group .default-btn::before,
.solution-img img,
.tab .tabs_item,
.testimonials-area.testimonials-page-area::before {
    display: none
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li:last-child a,
.services-sidebar .services-category ul li:last-child a {
    border-bottom: none
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    position: absolute;
    left: -98%;
    top: 20px !important;
    opacity: 0 !important;
    visibility: hidden !important
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
    position: absolute;
    right: -100%;
    top: 0;
    opacity: 0 !important;
    visibility: hidden !important
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
    color: #000219;
    text-transform: capitalize;
    font-weight: 600
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
    opacity: 1 !important;
    visibility: visible !important;
    top: -4px !important
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu li:hover .dropdown-menu {
    opacity: 1 !important;
    visibility: visible !important;
    top: -20px !important
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu:last-child .dropdown-menu {
    left: auto;
    right: -100%
}

.navbar-area .main-nav nav .navbar-nav .nav-item:hover ul {
    opacity: 1;
    visibility: visible;
    margin-top: 0
}

.navbar-area .others-option .get-quote {
    display: inline-block;
    position: relative;
    top: 7.5px
}

.navbar-area .others-option .cart-icon {
    top: 0;
    display: inline-block;
    margin-right: 40px;
    position: relative
}

.navbar-area .others-option .cart-icon a i {
    font-size: 30px;
    transition: .5s;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    color: #fff;
    border-radius: 50px
}

.navbar-area .others-option .cart-icon a span {
    position: absolute;
    top: 5px;
    right: -10px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    background-color: #e21f36;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 11px
}

.counter-area.counter-area-three .single-counter h3,
.get-in-touch-area.get-in-touch-area-two .get-in-touch-form .form-group label,
.navbar-area.navbar-area-two .main-nav nav .navbar-nav .nav-item a,
.navbar-area.navbar-area-two .others-option .cart-icon a i,
.single-blog .blog-content h3 a,
.single-solution h3 a {
    color: #fff;
}

.navbar-area.navbar-area-two.is-sticky {
    background-color: #fff !important
}

.navbar-area.navbar-area-five .others-option .cart-icon,
.navbar-area.navbar-area-four .others-option .cart-icon {
    margin-left: 30px;
    margin-right: 10px
}

.navbar-area.navbar-area-five {
    background-color: rgba(0, 2, 25, .6)
}

.navbar-area.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #000219;
    animation: .5s ease-in-out fadeInDown
}

.others-option-for-responsive .dot-menu {
    padding: 0 10px;
    height: 30px;
    cursor: pointer;
    z-index: 9991;
    position: absolute;
    right: 60px;
    top: 21px
}

.others-option-for-responsive .dot-menu .inner {
    display: flex;
    align-items: center;
    height: 30px
}

.others-option-for-responsive .dot-menu .inner .circle {
    height: 5px;
    width: 5px;
    border-radius: 100%;
    margin: 0 2px;
    transition: .5s;
    background-color: #fff
}

.challenges-area.challenges-area-two .single-challenges:hover,
.checkout-area .faq-accordion .accordion .accordion-title.active::after,
.checkout-area .faq-accordion .accordion .accordion-title.active::before,
.feature-area.feature-area-two .single-feature:hover,
.others-option-for-responsive .dot-menu:hover .inner .circle,
.services-sidebar .services-pdf ul li:hover a,
.single-footer-widget .social-icon li a:hover i,
.single-team:hover .team-content {
    background-color: #e21f36
}

.others-option-for-responsive .container .container {
    position: absolute;
    right: 0;
    top: 10px;
    max-width: 262px;
    margin: auto;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    z-index: 2;
    padding-left: 15px;
    padding-right: 15px
}

.go-top:focus::before,
.go-top:hover::before,
.others-option-for-responsive .container .container.active {
    opacity: 1;
    visibility: visible
}

.others-option-for-responsive .option-inner {
    background-color: #fff
}

.others-option-for-responsive .option-inner .others-option {
    background-color: #fff;
    padding: 10px;
    position: absolute;
    top: 61px;
    right: 0
}

.others-option-for-responsive .option-inner .others-option .option-item {
    margin-left: 15px;
    padding-left: 15px;
    position: relative
}

.others-option-for-responsive .option-inner .others-option .option-item:first-child {
    margin-left: 0;
    padding-left: 0
}

.others-option-for-responsive .sidebar-menu {
    display: inline-block;
    margin-left: 10px
}

.others-option-for-responsive .sidebar-menu a i {
    font-size: 25px;
    background-color: #e21f36;
    height: 50px;
    width: 50px;
    line-height: 50px;
    display: inline-block;
    text-align: center;
    color: #fff;
    border-radius: 50px
}

@media only screen and (max-width:991px) {
    .mobile-nav {
        display: block;
        position: relative
    }
    .mobile-nav .logo {
        text-decoration: none;
        position: absolute;
        top: 10px;
        z-index: 999;
        left: 15px;
        color: #fff;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 20px;
        max-width: 145px
    }
    .mobile-nav nav .navbar-nav {
        height: 300px;
        overflow-y: scroll !important
    }
    .mobile-nav nav .navbar-nav .nav-item a i,
    .navbar-area .others-option,
    .top-header.top-header-three .appointment {
        display: none
    }
    .mean-container .mean-bar {
        background-color: rgba(255, 255, 255, .08);
        height: 70px;
        padding: 0;
        border-bottom: 1px solid #000;
        border-top: 1px solid #000
    }
    .mean-container .mean-nav {
        margin-top: 70px
    }
    .mean-container .mean-nav ul li a.active,
    .mean-container .mean-nav ul li a:hover {
        color: #e21f36
    }
    .mean-container a.meanmenu-reveal {
        padding: 23px 15px 0 0;
        color: #fff
    }
    .mean-container a.meanmenu-reveal span {
        background-color: #fff;
        position: relative;
        top: 8px;
        margin-top: -5px;
        border-radius: 0
    }
    .main-nav {
        display: none !important
    }
    .navbar-area .others-option .get-quote {
        top: 4.5px
    }
    .navbar-area .others-option .cart-icon {
        margin-right: 10px;
        margin-left: 20px
    }
    .navbar-area.is-sticky .mean-container .mean-bar {
        background-color: #000;
        border: none
    }
    .navbar-area.navbar-area-two .mean-container .mean-bar {
        background-color: #fff;
        border: none
    }
    .navbar-area.navbar-area-two .mean-container a.meanmenu-reveal {
        color: #000
    }
    .navbar-area.navbar-area-two .mean-container a.meanmenu-reveal span,
    .navbar-area.navbar-area-two .others-option-for-responsive .dot-menu .inner .circle {
        background-color: #000
    }
    .others-option-for-responsive {
        display: block
    }
    .others-option-for-responsive .container {
        max-width: 100%
    }
    .others-option-for-responsive .container .container {
        max-width: 400px;
        margin: auto
    }
    .others-option-for-responsive .option-inner .others-option {
        background-color: #000;
        margin-right: 15px
    }
    .others-option-for-responsive .option-inner .others-option .dot-menu:hover .inner .circle {
        background-color: #fff
    }
    .others-option-for-responsive .option-inner .others-option .cart-icon a i,
    .others-option-for-responsive .option-inner .others-option .close-btn,
    .others-option-for-responsive .option-inner .others-option .search-btn {
        color: #fff
    }
    .others-option-for-responsive .option-inner .others-option .cart-icon a span {
        background-color: #fff !important;
        color: #000
    }
    .others-option-for-responsive .option-inner .others-option .search-btn:hover {
        color: #fff !important
    }
}

.banner-area {
    position: relative;
    z-index: 1;
    padding-top: 120px;
    padding-bottom: 120px
}

.banner-area.bg-1 {
    background: url(../../assets/img/banner/banner-bg-1.jpg) left top no-repeat
}

.banner-area.bg-2 {
    background-image: url(../../assets/img/banner/banner-bg-2.jpg)
}

.banner-area.bg-4 {
    background-image: url(../../assets/img/banner/bg2.webp
)
}

.banner-area.bg-5 {
    background-image: url(../../assets/img/banner/banner-bg-5.jpg)
}

.banner-area.banner-area-two {
    height: auto;
    padding-top: 300px;
    padding-bottom: 270px
}

.banner-area.banner-area-two .banner-content {
    max-width: 590px
}

.banner-area.banner-area-two .banner-content .top-title,
.counter-area .section-title span {
    color: #e21f36;
    font-weight: 800
}

.banner-area.banner-area-two .banner-content h1 {
    margin-bottom: 25px;
    color: #fff
}

.banner-area.banner-area-three {
    height: auto;
    background-color: #eae1d6;
    padding-top: 100px;
    /*padding-bottom: 170px*/
}

.banner-area.banner-area-three .banner-content h1 {
    font-size: 62px;
    color: #000219;
    margin-bottom: 25px
}

.banner-area.banner-area-three .banner-content p,
.checkout-area .billing-details .form-group label .required,
.our-approach-area.our-approach-area-four .col-lg-6 .row .col-lg-6:first-child .single-approach:hover p,
.our-approach-area.our-approach-area-four .col-lg-6 .row .col-lg-6:nth-child(2) .single-approach p,
.our-approach-area.our-approach-area-four .col-lg-6 .row .col-lg-6:nth-child(3) .single-approach p,
.our-approach-area.our-approach-area-four .col-lg-6 .row .col-lg-6:nth-child(4) .single-approach:hover p,
.protect-area.protect-area-three .single-challenges p,
.testimonials-area.testimonials-page-area .testimonials-item p,
.testimonials-area.testimonials-page-area .testimonials-item span {
    color: #4b5280
}

.banner-area.banner-area-four {
    height: 820px
}

.banner-area.banner-area-four .banner-content {
    max-width: 680px
}

.banner-area.banner-area-four .banner-video {
    position: relative;
    top: 15px;
    right: -15px
}

.banner-area.banner-area-five .banner-content {
    max-width: 680px;
    text-align: center;
    margin: 140px auto 0
}

.banner-area.banner-area-five .banner-content img,
.checkout-area .billing-details .form-check,
.checkout-area .billing-details .form-group,
.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group,
.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content p,
.single-blog-posts .single-blog-content p,
.single-footer-widget .logo,
.user-area-style .contact-form-action form .form-condition {
    margin-bottom: 20px
}

.banner-area.banner-area-five.banner-area-video {
    padding-bottom: 285px;
    position: relative;
    overflow: hidden;
    height: 100%;
    z-index: 1
}

.banner-area.banner-area-five.banner-area-video::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #000219;
    opacity: .8;
    z-index: -1
}

.banner-area.banner-area-five.banner-area-video .background-video {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: auto;
    min-height: 100%;
    min-width: 100%;
    z-index: -2
}

.banner-area.banner-area-five.banner-area-video .banner-content {
    position: relative;
    overflow: hidden;
    z-index: 3
}

.banner-content .top-title {
    display: block;
    margin-bottom: 15px;
    font-weight: 600;
    margin-left:20px;
}

.banner-content h1 {
    font-size: 60px;
    font-weight: 900;
    margin-bottom: 25px;
    margin-left:20px;
    
}

.banner-content p {
    margin-bottom: 30px;
    font-size: 16.5px;
    margin-left:20px;
}

.banner-image,
.partner-area,
.shopping-cart-area .cart-table {
    text-align: center
}

.banner-image img {
    animation: 10s linear infinite alternate forwards border-transform
}

@keyframes border-transform {
    0%,
    100% {
        border-radius: 63% 37% 54% 46%/55% 48% 52% 45%
    }
    14% {
        border-radius: 40% 60% 54% 46%/49% 60% 40% 51%
    }
    28% {
        border-radius: 54% 46% 38% 62%/49% 70% 30% 51%
    }
    42% {
        border-radius: 61% 39% 55% 45%/61% 38% 62% 39%
    }
    56% {
        border-radius: 61% 39% 67% 33%/70% 50% 50% 30%
    }
    70% {
        border-radius: 50% 50% 34% 66%/56% 68% 32% 44%
    }
    84% {
        border-radius: 46% 54% 50% 50%/35% 61% 39% 65%
    }
}

.feature-area {
    position: relative;
    margin-top: -130px;
    z-index: 1;
    overflow: hidden
}

.feature-area.feature-area-two {
    /*margin-top: 0*/
}

.feature-area.feature-area-two .single-feature {
    margin-top: 0;
    position: relative;
    transition: .5s
}

.feature-area.feature-area-two .single-feature .feature-shape {
    position: absolute;
    bottom: 0;
    right: 0
}

.error-area .error-content,
.feature-area.feature-area-three {
    z-index: 1;
    position: relative
}

.feature-area.feature-area-three .feature-shape {
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: .4
}

.feature-area.feature-area-five .single-feature,
.feature-area.feature-area-four .single-feature,
.protect-area.protect-area-four .single-challenges,
.sidebar-widget.search .search-form .search-button:hover,
.single-pricing.active {
    background-color: #000219
}

.single-feature {
    padding: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
    transition: .5s;
    background-color: #fff;
    text-align: center;
}

.single-feature .title {
    position: relative;
    margin-bottom: 28px;
    text-align:center;
}

.single-feature .title i {
    position: absolute;
    top: 0;
    font-size: 50px;
    line-height: 1;
    color: #e21f36;
    transition: .5s
}

.single-feature .title h3 {
    transition: .5s;
    /* padding-left: 65px; */
    padding-top: 12px
}

.single-feature p {
    transition: .5s;
    margin-bottom: 0
}

.single-feature:hover {
    background-color: #e21f36
}

.single-feature:hover .title i {
    transform: rotateY(360deg);
    color: #fff
}

.our-approach-area.our-approach-area-four .col-lg-6 .row .col-lg-6:first-child .single-approach,
.our-approach-area.our-approach-area-four .col-lg-6 .row .col-lg-6:nth-child(4) .single-approach {
    background-color: #fff;
    z-index: 1
}

.our-approach-area.our-approach-area-four .col-lg-6 .row .col-lg-6:first-child .single-approach::before,
.our-approach-area.our-approach-area-four .col-lg-6 .row .col-lg-6:nth-child(4) .single-approach::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000219;
    z-index: -1;
    transition: .5s
}

.our-approach-area.our-approach-area-four .col-lg-6 .row .col-lg-6:first-child .single-approach:hover::before,
.our-approach-area.our-approach-area-four .col-lg-6 .row .col-lg-6:nth-child(4) .single-approach:hover::before,
.preloader.preloader-deactivate::after,
.preloader.preloader-deactivate::before {
    width: 0
}

.our-approach-area.our-approach-area-four .col-lg-6 .row .col-lg-6:nth-child(2) .single-approach::before,
.our-approach-area.our-approach-area-four .col-lg-6 .row .col-lg-6:nth-child(3) .single-approach::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #000219;
    z-index: -1;
    transition: .5s
}

.our-approach-area.our-approach-area-four .col-lg-6 .row .col-lg-6:nth-child(2) .single-approach:hover::before,
.our-approach-area.our-approach-area-four .col-lg-6 .row .col-lg-6:nth-child(3) .single-approach:hover::before,
.solution-details-area .solution-details-one img {
    width: 100%
}

.about-content,
.approach-content,
.solution-details-area .solutions-content .challenge-btn .two {
    margin-left: 30px
}

.approach-content h3 {
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 40px
}

.single-approach {
    background-color: #fff;
    border-left: 2px solid #E51ADB;
    padding: 20px;
    margin-bottom: 30px;
    transition: .5s;
    position: relative
}

.single-approach h3 {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
    transition: .5s
}

.challenges-area.challenges-area-two .single-challenges h3,
.challenges-area.challenges-area-two .single-challenges i,
.challenges-area.challenges-area-two .single-challenges p,
.single-approach p,
.single-pricing .pricing-title,
.single-pricing .pricing-title h3,
.single-safety a h3 {
    transition: .5s
}

.challenges-area {
    background-image: url(../../assets/img/challenges-bg.webp);
    position: relative;
    overflow: hidden;
    z-index: 1
}

.challenges-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000219;
    opacity: .75
}

.challenges-area.challenges-area-two {
    background-image: unset;
    background-color: #000219
}

.challenges-area.challenges-area-two .challenges-shape {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1
}

.single-challenges {
    position: relative;
    margin-bottom: 30px;
    transition: .5s;
    background-color: #fff;
    padding: 30px 25px;
    text-align: center;
    z-index: 1
}

.single-challenges i {
    font-size: 50px;
    color: #e21f36;
    line-height: 1;
    margin-bottom: 20px;
    display: block
}

.blog-details-content .leave-reply .form-group label,
.privacy-policy .privacy-content p,
.privacy-policy .privacy-content ul li,
.product-view-one .modal-content .product-content .price,
.product-view-one .modal-content .product-content .product-review,
.single-challenges h3,
.terms-conditions .conditions-content p,
.terms-conditions .conditions-content ul li {
    margin-bottom: 10px
}

.single-challenges span {
    position: absolute;
    left: 0;
    right: 0;
    font-size: 100px;
    z-index: -1;
    opacity: .06;
    top: 50%;
    transform: translateY(-50%)
}

.single-services {
    position: relative;
    transition: .5s;
    overflow: hidden;
    margin-bottom: 30px
}

.blog-area.blog-area-four .single-blog .blog-img a::before,
.single-services .services-img a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(bottom, #000219, transparent)
}

.single-services .services-content {
    position: absolute;
    bottom: -120px;
    left: 0;
    right: 0;
    padding: 30px;
    transition: .5s
}

.blog-area.blog-area-four .single-blog .blog-content h3,
.privacy-policy .privacy-content h3,
.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content h3,
.services-sidebar .services-pdf ul li,
.single-services .services-content h3,
.terms-conditions .conditions-content h3 {
    margin-bottom: 15px
}

.single-services:hover .services-content {
    bottom: 0
}

.pricing-area,
.protect-area,
.solution-area {
    overflow: hidden
}

.solution-area .col-lg-6.pr-0 {
    padding-right: 0
}

.blog-area.blog-area-three,
.faq-area,
.protect-area.protect-area-three,
.solution-area.solution-area-three,
.team-area.team-area-three,
.user-area-style {
    position: relative;
    z-index: 1
}

.counter-area.counter-area-three .container-fluid,
.solution-area.solution-area-three .container-fluid {
    max-width: 100%
}

.protect-area.protect-area-three .protect-left-shape,
.solution-area.solution-area-three .solution-shape-left {
    z-index: -1;
    position: absolute;
    top: 50px;
    left: 50px;
    animation: 5s linear infinite movebounce
}

.solution-content {
    max-width: 600px;
    margin-left: auto
}

.about-content .about-title,
.protect-content .protect-title,
.solution-title {
    margin-bottom: 40px
}

.about-content .about-title span,
.protect-content .protect-title span,
.solution-title span {
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
    color: #E51ADB
}

.about-content .about-title h2,
.protect-content .protect-title h2,
.solution-title h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 1.4
}

.single-solution {
    padding: 30px;
    position: relative;
    transition: .5s;
    margin-bottom: 30px
}

.copy-right-area,
.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group textarea {
    padding-top: 15px
}

.single-solution h3 {
    margin-bottom: 12px;
    color: #000;
    font-size: 18px;
    font-weight: 700
}

.single-solution span {
    position: absolute;
    top: -13px;
    right: -4px;
    line-height: 1;
    font-size: 80px;
    opacity: .1;
    font-weight: 700
}

.get-in-touch-area,
.solution-img {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.solution-img {
    /*background-image: url(../../assets/img/solution-img.png);*/
    background-size: cover;
    background-position: center;
    padding-bottom: 30px;
    position: relative;
}

.solution-img img {
    display: block;
    max-width: 100%;
    height: auto;
    position: relative; /* stays above background */
    z-index: 2;
    margin-top:40px;
}

.solution-img::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background-color: #fff
}

.get-in-touch-area {
    background-image: url(../../assets/img/get-in-touch-bg.jpg);
    z-index: 1
}

.get-in-touch-area::before,
.testimonials-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000219;
    opacity: .75;
    z-index: -1
}

.get-in-touch-area.get-in-touch-area-two {
    background-image: unset;
    z-index: 1
}

.get-in-touch-area.get-in-touch-area-two .get-in-touch-shape {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    z-index: -1
}

.get-in-touch-area.get-in-touch-area-two .get-in-touch-form .form-group .form-control {
    border: 1px solid #ebebeb !important
}

.get-in-touch-area.get-in-touch-area-two .get-in-touch-form .form-group .form-control:focus {
    border-color: #e21f36 !important
}

.get-in-touch-form {
    text-align: center;
    max-width: 810px;
    margin: auto
}

.get-in-touch-form .form-group label {
    text-align: left;
    display: block;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 600
}

.get-in-touch-form .form-group .form-control {
    background-color: #fff;
    border: none !important;
    height: 50px;
    padding-left: 15px
}

.single-footer-widget .address .location,
.single-footer-widget .address li {
    padding-left: 40px;
    position: relative
}

.get-in-touch-form .form-group textarea {
    height: 100% !important
}

.protect-area .single-challenges {
    background-color: #fff;
    padding: 20px
}

.protect-area .col-lg-6 .row .col-lg-6:nth-child(2) .single-challenges {
    margin-top: 30px;
    background-color: #e51adb;
}

.protect-area .col-lg-6 .row .col-lg-6:nth-child(3) .single-challenges {
    margin-top: -30px;
    background-color: #e51adb;
}

.protect-area.protect-area-three .single-challenges {
    background-color: #fff
}

.protect-content {
    margin-right: 30px
}

.testimonials-area {
    background-image: url(../../assets/img/testimonials-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1
}

.counter-area.counter-area-three,
.testimonials-area.testimonials-page-area {
    background-image: unset
}

.privacy-policy .title,
.testimonials-area.testimonials-page-area .testimonials-item {
    margin-bottom: 30px;
    text-align: center
}

.testimonials {
    text-align: center;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto
}

.testimonials span {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 50px;
    display: block;
    color: #fff
}

.testimonials .owl-nav .owl-prev {
    position: absolute;
    left: -50px;
    top: 50%;
    transform: translateY(-50%)
}

.testimonials .owl-nav .owl-next i,
.testimonials .owl-nav .owl-prev i {
    font-size: 20px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .8);
    width: 40px;
    height: 40px;
    line-height: 38px;
    border-radius: 50%;
    display: inline-block;
    transition: .5s
}

.testimonials .owl-nav .owl-next:hover i,
.testimonials .owl-nav .owl-prev:hover i {
    background-color: #e21f36;
    border-color: #e21f36
}

.testimonials .owl-nav .owl-next {
    position: absolute;
    right: -50px;
    top: 50%;
    transform: translateY(-50%)
}

.testimonials-item i {
    color: #e21f36;
    font-size: 50px;
    line-height: 1;
    display: block;
    margin-bottom: 10px
}

.testimonials-item p {
    color: #fff;
    margin-bottom: 22px;
    font-size: 20px
}

.testimonials-item ul {
    line-height: 1;
    margin-bottom: 5px
}

.testimonials-item ul li {
    display: inline-block;
    margin: 0 1px
}

.testimonials-item ul li i {
    font-size: 18px;
    color: #e21f36
}

.testimonials-item h3 {
    color: #fff;
    margin-bottom: 10px
}

.testimonials-item span {
    color: rgba(255, 255, 255, .8);
    font-weight: 500;
    margin-bottom: 0;
    display: block
}

.partner-area .owl-carousel .owl-item img {
    width: 120px;
}

.blog-area.blog-area-three .blog-left-shape {
    z-index: -1;
    position: absolute;
    bottom: 50px;
    left: 0;
    animation: 5s linear infinite movebounce
}

.blog-area.blog-area-four .single-blog .blog-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px;
    transition: .5s
}

.blog-area.blog-area-four .single-blog .blog-content span {
    color: #fff;
    display: block;
    margin-bottom: 10px
}

.single-blog,
.single-blog-posts {
    transition: .5s;
    margin-bottom: 30px
}

.faq-accordion .accordion .accordion-content.show,
.product-details-area .tab .tabs_item:first-child,
.shopping-cart-area .cart-totals .default-btn,
.single-blog .blog-img a,
.single-safety a,
.tab .tabs_item:first-child {
    display: block
}

.about-content .tab_content .tabs_item ul,
.product-view-one.modal.show .modal-dialog,
.single-blog .blog-content {
    margin-top: 25px
}

.single-blog .blog-content span {
    display: block;
    margin-bottom: 12px
}

.footer-area {
    background-image: url(../../assets/img/footer-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1
}

.footer-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000219;
    opacity: .95;
    z-index: -1
}

.single-footer-widget p {
    margin-bottom: 20px;
    color: #fff
}

.single-footer-widget .social-icon li {
    display: inline-block;
    margin-right: 5px
}

.single-footer-widget .social-icon li a i {
    width: 38px;
    height: 38px;
    line-height: 38px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    transition: .5s;
    border-radius: 2px;
    background-color: rgba(255, 255, 255, .1)
}

.main-contact-area .contact-info .sidebar-follow-us .social-wrap li a:hover,
.single-footer-widget .social-icon li a:hover,
.single-team .team-content ul li a:hover i {
    transform: translateY(-2px)
}

.single-footer-widget h3 {
    color: #fff;
    margin-bottom: 30px;
    padding-bottom: 15px;
    position: relative
}

.single-footer-widget h3::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #31354d
}

.single-footer-widget .address .location i,
.single-footer-widget .address li i {
    position: absolute;
    color: #e51adb;
    left: 0;
    top: 5px;
    font-size: 25px
}

.single-footer-widget .address li {
    margin-bottom: 16px;
    color: #fff
}

.single-footer-widget .address li a {
    display: block;
    color: rgba(255, 255, 255, .9);
    margin-bottom: 6px
}

.single-footer-widget .import-link li {
    margin-bottom: 11px;
    position: relative;
    padding-left: 20px;
    color: rgba(255, 255, 255, .9)
}

.single-footer-widget .import-link li::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 11px;
    height: 11px;
    background-color: #e51adb;
    transition: .5s
}

.single-footer-widget .import-link li a {
    color: rgba(255, 255, 255, .9)
}

.single-footer-widget .import-link li:hover::before {
    border-radius: 50%
}

.copy-right-area {
    background-color: #000219;
    border-top: 1px solid #212437;
    padding-bottom: 15px
}

.single-approach-box,
.single-pricing {
    margin-bottom: 30px;
    background-color: #fff;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    z-index: 1;
    transition: .5s
}

.checkout-area .billing-details .form-check label,
.copy-right-area p i {
    position: relative;
    top: 1px
}

.copy-right-area p a {
    color: #e51adb;
    font-weight: 600
}

.copy-right-area .footer-menu,
.showing-result .showing-top-bar-ordering {
    text-align: right
}

.about-content .tabs li {
    display: inline-block;
    margin-right: 30px;
    font-weight: 700;
    font-size: 16px;
    color: #000219;
    border-bottom: 2px solid #000219;
    padding-bottom: 5px;
    cursor: pointer;
    transition: .5s
}

.about-content .tabs li.current {
    border-color: #e51adb;
    color: #e21f36
}

.about-content .tab_content .tabs_item ul li {
    margin-bottom: 10px;
    font-weight: 600;
    color: #000219;
    position: relative;
    font-size: 16px;
    padding-left: 25px
}

.about-content .tab_content .tabs_item ul li i {
    position: absolute;
    top: 4px;
    left: 0;
    font-size: 18px;
    color: #e51adb
}

.single-pricing {
    text-align: center;
    padding: 30px;
    position: relative
}

.single-pricing .pricing-shape {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1
}

.single-pricing .pricing-shape-2 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0
}

.single-pricing .pricing-title h2 {
    color: #e21f36;
    font-size: 50px;
    transition: .5s;
    margin-bottom: 0
}

.single-pricing .pricing-title h2 sub {
    font-size: 35px;
    position: relative;
    top: 0
}

.single-pricing .pricing-title span {
    transition: .5s;
    display: block;
    margin-bottom: 0
}

.single-pricing ul {
    padding: 30px 0
}

.single-pricing ul li {
    padding-bottom: 15px;
    color: #555;
    font-size: 16px;
    font-weight: 600;
    transition: .5s
}

.single-pricing ul li:last-child {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0
}

.single-pricing.active .pricing-title h4,
.single-pricing:hover .pricing-title h4 {
    color: #fff;
    border-color: #fff
}

.single-pricing.active .pricing-shape,
.single-pricing:hover .pricing-shape {
    opacity: 0
}

.single-pricing.active .pricing-shape-2,
.single-pricing:hover .pricing-shape-2 {
    opacity: 1
}

.single-pricing:hover {
    background-color: #000219
}

.counter-area {
    background-image: url(../../assets/img/counter-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.counter-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000219;
    opacity: .2;
    z-index: -1
}

.counter-area .counter-max-wide {
    max-width: 810px;
    margin-left: auto
}

.counter-area .overly-one::before {
    bottom: -1px
}

.counter-area .overly-one::after {
    left: -1px
}

.counter-area .overly-one .overly-two::before {
    top: -1px
}

.counter-area .overly-one .overly-two::after {
    right: -1px
}

.counter-area.counter-area-three .counter-max-wide {
    margin-left: 0;
    margin-right: auto;
    max-width: 825px
}

.counter-area.counter-area-three .single-counter,
.counter-area.counter-area-three .single-counter i {
    border-color: #edeaea
}

.single-counter {
    border: 1px solid #202132;
    padding: 30px 30px 30px 170px;
    position: relative;
    margin-bottom: 30px
}

.single-counter i {
    font-size: 80px;
    color: #e21f36;
    position: absolute;
    top: 30px;
    left: 30px;
    line-height: 1;
    border-right: 1px solid #202132;
    padding-right: 30px
}

.single-counter h2 {
    color: #fff;
    font-size: 40px;
    margin-bottom: 5px;
    line-height: 1
}

.single-counter h2 .target {
    position: relative;
    top: 2px
}

.single-counter h3 {
    color: #fff;
    font-size: 15px;
    font-weight: 600
}

.team-area.team-area-three .single-team .team-content span {
    color: #4b5280;
    transition: .5s
}

.team-area.team-area-three .single-team:hover .team-content,
.team-area.team-area-three .single-team:hover .team-content ul {
    background-color: #eae1d6
}

.team-area.team-area-three .team-right-shape {
    z-index: -1;
    position: absolute;
    bottom: 50px;
    right: 50px;
    animation: 5s linear infinite movebounce
}

.single-team {
    transition: .5s;
    margin-bottom: 30px;
    text-align: center
}

.single-team .team-content {
    position: relative;
    background-color: #000219;
    padding: 20px 30px;
    margin-top: -60px;
    margin-left: 30px;
    margin-right: 30px;
    transition: .5s
}

.single-team .team-content ul {
    transition: .5s;
    background-color: #e21f36;
    padding: 10px 20px 25px;
    line-height: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0
}

.single-team .team-content ul li {
    display: inline-block;
    padding: 0 10px
}

.single-team .team-content ul li a i {
    font-size: 20px;
    transition: .5s;
    position: relative;
    top: 4px
}

.single-team:hover .team-content ul {
    bottom: -35px;
    opacity: 1
}

.our-approach-area-three {
    overflow: hidden;
    position: relative
}

.our-approach-area-three .approach-right-shape {
    position: absolute;
    top: 0;
    right: 50px;
    animation: 5s linear infinite movebounce
}

.single-approach-box {
    position: relative;
    padding: 30px 20px;
    text-align: center;
    margin-top: 40px
}

.single-approach-box .icon {
    font-size: 40px;
    color: #fff;
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    background-color: #e21f36;
    border-radius: 50%;
    position: absolute;
    top: -35px;
    left: 0;
    right: 0;
    margin: auto
}

.single-approach-box .icon::after {
    content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border: 1px solid #e21f36;
    border-radius: 50%
}

.single-approach-box h3 {
    margin-bottom: 12px;
    margin-top: 35px
}

.single-approach-box .approach-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: .7;
    z-index: -1
}

@keyframes movebounce {
    0%,
    100% {
        transform: translateY(0)
    }
    50% {
        transform: translateY(30px)
    }
}

@keyframes movebounce-right {
    0%,
    100% {
        transform: translateX(0)
    }
    50% {
        transform: translateX(30px)
    }
}

.safety-area {
    overflow: hidden;
    background-color: #fffaf3;
    position: relative;
    z-index: 1
}

.safety-area .safety-shape-1 {
    position: absolute;
    top: 50px;
    left: 50px;
    z-index: -1;
    animation: 5s linear infinite movebounce
}

.safety-area .safety-shape-2 {
    position: absolute;
    bottom: 50px;
    left: 50px;
    z-index: -1;
    animation: 5s linear infinite movebounce-right
}

.safety-area .safety-shape-3 {
    position: absolute;
    bottom: 50px;
    right: 50px;
    z-index: -1;
    animation: 5s linear infinite movebounce
}

.single-safety {
    text-align: center;
    padding: 30px
}

.single-safety h3 {
    margin-bottom: 12px
}

.page-title-area {
    position: relative;
    overflow: hidden;
    text-align: center;
    z-index: 1;
    background-color: #000219;
    padding-top: 100px;
    padding-bottom: 100px
}

.page-title-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(../../assets/img/bg-42.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    
}

.page-title-area .page-title-content {
    position: relative;
    margin-top: -10px
}

.page-title-area .page-title-content h2 {
    margin-bottom: 15px;
    color: #fff;
    font-size: 40px
}

.page-title-area .page-title-content ul {
    padding-left: 0;
    list-style-type: none;
    margin-top: 10px;
    margin-bottom: -5px
}

.page-title-area .page-title-content ul li {
    display: inline-block;
    position: relative;
    font-size: 16px;
    padding-right: 15px;
    margin-left: 15px;
    font-weight: 500
}

.page-title-area .page-title-content ul li::before {
    content: "";
    position: absolute;
    top: 6px;
    right: -3px;
    background-color: #e21f36;
    width: 1px;
    height: 15px;
    transform: rotate(25deg)
}

.page-title-area.page-title-style-two {
    padding-top: 140px;
    padding-bottom: 100px
}

@keyframes FocuS {
    0%,
    100% {
        opacity: 0
    }
    75% {
        opacity: 1
    }
}

.faq-area .faq-right-shape {
    z-index: -1;
    position: absolute;
    top: 50%;
    right: 0;
    animation: 5s linear infinite movebounce
}

.faq-bg {
    max-width: 700px;
    margin: auto
}

.blog-details-content .leave-reply .form-group,
.faq-accordion .faq-title,
.main-contact-area .contact-info p,
.services-details-content .related-post .title,
.user-area-style .contact-form-action form .form-group {
    margin-bottom: 25px
}

.faq-accordion .faq-title h2,
.services-details-content .services-content h2 {
    font-size: 40px;
    margin-bottom: 15px
}

.faq-accordion .faq-title span {
    font-size: 18px
}

.faq-accordion .accordion {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0
}

.faq-accordion .accordion .accordion-item {
    display: block;
    margin-bottom: 15px;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 5px;
    box-shadow: none
}

.faq-accordion .accordion .accordion-title {
    padding: 20px 15px 20px 55px;
    color: #000219;
    text-decoration: none;
    position: relative;
    display: block;
    border-bottom: 1px solid #e7e7e7;
    font-size: 18px;
    font-weight: 600
}

.faq-accordion .accordion .accordion-title i {
    position: absolute;
    left: 20px;
    top: 21px;
    font-size: 25px;
    transition: .5s;
    color: #e21f36
}

.faq-accordion .accordion .accordion-title.active i::before {
    content: "\eb8b"
}

.faq-accordion .accordion .accordion-content {
    display: none;
    position: relative;
    margin-top: -5px;
    padding: 20px 25px
}

.faq-accordion .accordion .accordion-content span {
    font-weight: 500;
    color: #000219
}

.privacy-policy,
.terms-conditions {
    max-width: 800px;
    margin: auto
}

.privacy-policy .title h2,
.terms-conditions .title h2 {
    font-size: 36px
}

.privacy-policy .privacy-content ul,
.terms-conditions .conditions-content ul {
    margin-left: 20px;
    margin-bottom: 15px;
    list-style-type: disc;
    margin-top: 15px
}

.terms-conditions .title span {
    color: #e21f36;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px
}

.coming-soon-area {
    height: 100vh;
    position: relative;
    background-image: url(../../assets/img/coming-soon-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1
}

.coming-soon-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000219;
    opacity: .9;
    z-index: -1
}

.coming-soon-area .coming-soon-content {
    max-width: 700px;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
    padding: 40px 60px;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
    position: relative;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    background-color: #fff
}

.blog-details-content .tag-list ul,
.blog-details-content .tag-list ul li,
.coming-soon-area .coming-soon-content .logo,
.error-area .error-content h1 .a,
.error-area .error-content h1 .b,
.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .rating,
.user-area-style .contact-form-action form .login-action .forgot-login,
.user-area-style .contact-form-action form .login-action .log-rem {
    display: inline-block
}

.coming-soon-area .coming-soon-content h2 {
    font-size: 48px;
    margin-top: 30px;
    margin-bottom: 0
}

.coming-soon-area .coming-soon-content #timer {
    margin-top: 40px
}

.coming-soon-area .coming-soon-content #timer div {
    background-color: #000219;
    color: #fff;
    width: 100px;
    height: 105px;
    border-radius: 5px;
    font-size: 40px;
    font-weight: 800;
    margin-left: 10px;
    margin-right: 10px
}

.coming-soon-area .coming-soon-content #timer div span {
    display: block;
    margin-top: -2px;
    font-size: 17px;
    font-weight: 600
}

.coming-soon-area .coming-soon-content form {
    position: relative;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px
}

.coming-soon-area .coming-soon-content form .form-group {
    margin-bottom: 25px;
    width: 100%;
    position: relative
}

.coming-soon-area .coming-soon-content form .form-group .label-title {
    margin-bottom: 0;
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    color: #000219
}

.coming-soon-area .coming-soon-content form .form-group .label-title i {
    position: absolute;
    left: 0;
    transition: .5s;
    top: 9px;
    font-size: 22px
}

.coming-soon-area .coming-soon-content form .form-group .label-title::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    transition: .5s;
    background: #e21f36
}

.coming-soon-area .coming-soon-content form .form-group .input-newsletter {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #eee;
    padding: 0 0 0 32px;
    color: #000219;
    height: 45px;
    display: block;
    width: 100%;
    transition: .5s;
    font-size: 16px;
    font-weight: 400;
    background-color: transparent
}

.coming-soon-area .coming-soon-content form .form-group .input-newsletter::-moz-placeholder {
    color: #4b5280;
    -moz-transition: .5s;
    transition: .5s
}

.coming-soon-area .coming-soon-content form .form-group .input-newsletter::placeholder {
    color: #4b5280;
    transition: .5s
}

.coming-soon-area .coming-soon-content form .form-group .input-newsletter:focus {
    border-color: #e21f36;
    outline: 0 !important
}

.coming-soon-area .coming-soon-content form .form-group .input-newsletter:focus::-moz-placeholder {
    color: transparent
}

.coming-soon-area .coming-soon-content form .form-group .input-newsletter:focus::placeholder {
    color: transparent
}

.coming-soon-area .coming-soon-content form .default-btn {
    border-radius: 0;
    position: relative
}

.coming-soon-area .coming-soon-content form .default-btn::before {
    border-radius: 0
}

.coming-soon-area .coming-soon-content form .validation-danger {
    margin-top: 15px;
    color: red
}

.coming-soon-area .coming-soon-content form .validation-success {
    margin-top: 15px
}

.coming-soon-area .coming-soon-content form p {
    margin-bottom: 0;
    margin-top: 20px
}

.coming-soon-area .online-treatment-shape-1 {
    position: absolute;
    top: 0;
    right: 0
}

.coming-soon-area .online-treatment-shape-2 {
    position: absolute;
    bottom: 0;
    left: 0
}

.error-area {
    text-align: center;
    position: relative;
    z-index: 1
}

.error-area .error-content h1 {
    font-size: 300px;
    line-height: 1;
    font-weight: 700;
    color: #e21f36;
    margin-top: -48px
}

.error-area .error-content h1 .red {
    color: red;
    display: inline-block;
    transform: rotate(45deg)
}

.error-area .error-content h3 {
    margin: 30px 0 0;
    position: relative;
    color: red
}

.error-area .error-content p {
    margin: 20px 0;
    font-size: 19px;
    color: #e21f36
}

.user-area-style .contact-form-action {
    max-width: 600px;
    border-bottom: none;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    background-color: #fff;
    padding: 30px;
    margin: auto
}

.user-area-style .contact-form-action .account-title h2 {
    font-size: 30px;
    position: relative;
    line-height: 1;
    padding-left: 10px
}

.blog-details-content .comments h3::before,
.blog-details-content .leave-reply h3::before,
.checkout-area .cart-totals h3::before,
.checkout-area .faq-accordion h3::before,
.shopping-cart-area .cart-totals h3::before,
.sidebar-widget h3::before,
.user-area-style .contact-form-action .account-title h2::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background-color: #e51adb
}

.user-area-style .contact-form-action form .form-condition .agree-label {
    font-weight: 600
}

.user-area-style .contact-form-action form .form-group label {
    display: block;
    margin-bottom: 8px
}

.user-area-style .contact-form-action form .right {
    float: right
}

.user-area-style .contact-form-action p {
    margin-top: 25px;
    line-height: 1
}

.user-area-style.recover-password-area .recover {
    max-width: 600px;
    margin: auto;
    border-top: 1px solid #ebebeb;
    padding-top: 30px
}

.user-area-style.recover-password-area .recover .default-btn {
    margin-bottom: 0;
    margin-top: 30px
}

.user-area-style.recover-password-area h3 {
    font-size: 40px;
    margin-top: -11px
}

.user-area-style.recover-password-area p {
    margin-bottom: 30px;
    line-height: 1.8
}

.user-area-style.recover-password-area .now-register {
    float: right;
    margin: 0
}

.showing-result {
    margin-bottom: 30px;
    margin-right: 15px;
    background-color: #eaecf1;
    padding: 10px
}

.showing-result .showing-top-bar-ordering .nice-select {
    color: #e21f36;
    border-radius: 0;
    border: none;
    float: unset;
    height: unset;
    line-height: initial;
    padding: 15px 35px 15px 15px;
    font-size: 16px;
    background-color: #fff;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05)
}

.showing-result .showing-top-bar-ordering .nice-select .list {
    background-color: #fff;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    border-radius: 0;
    margin-top: 0;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 250px;
    overflow-y: scroll
}

.showing-result .showing-top-bar-ordering .nice-select .list .option {
    transition: .5s;
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px
}

.checkout-area .billing-details .form-group .nice-select .list .option:hover,
.showing-result .showing-top-bar-ordering .nice-select .list .option:hover {
    background-color: #e21f36 !important;
    color: #fff
}

.showing-result .showing-top-bar-ordering .nice-select .list .option.selected {
    font-weight: 500;
    color: #4b5280
}

.checkout-area .billing-details .form-group .nice-select:after,
.showing-result .showing-top-bar-ordering .nice-select:after {
    right: 20px
}

.showing-result .search-form .search-btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    width: 50px;
    line-height: 50px;
    background-color: #e21f36;
    color: #fff;
    font-size: 20px
}

.showing-result .search-form .form-control {
    border: 1px solid #d7d7d7;
    background-color: #f5f6fa;
    font-size: 16px
}

.showing-result .search-form .form-control::-moz-placeholder {
    color: #616161
}

.showing-result .search-form .form-control::placeholder {
    color: #616161
}

.single-product {
    text-align: center;
    margin-bottom: 30px
}

.single-product .product-img {
    position: relative;
    margin-bottom: 20px
}

.single-product .product-img ul {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    transform: scaleX(0);
    transition: .5s
}

.single-product .product-img ul li {
    display: inline-block;
    margin: 0 5px
}

.single-product .product-img ul li a i {
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    color: #000219;
    border-radius: 4px;
    transition: .5s
}

.nice-select .option:hover,
.product-view-one .modal-content .product-content .product-add-to-cart .input-counter span.minus-btn:hover,
.product-view-one .modal-content .product-content .product-add-to-cart .input-counter span.plus-btn:hover,
.product-view-one .modal-content .product-content .share-this-product ul li a:hover i,
.single-product .product-img ul li a:hover i {
    background-color: #e21f36;
    color: #fff
}

.single-product .product-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .2;
    transform: scaleX(0);
    transition: .5s
}

.single-product a h3 {
    font-size: 20px;
    transition: .5s;
    margin-bottom: 10px
}

.single-product span {
    font-size: 16px;
    display: block
}

.single-product span del {
    margin-right: 10px
}

.single-product .default-btn {
    width: 100%;
    margin-top: 25px
}

.single-product:hover .product-img ul,
.single-product:hover .product-img::before {
    transform: scaleX(1)
}

.product-view-one {
    padding-right: 0 !important
}

.product-view-one .product-view-one-image {
    background-color: #eee;
    padding: 30px
}

.product-view-one .modal-dialog {
    max-width: 900px;
    margin: 0 auto
}

.product-view-one .modal-content {
    border: none;
    padding: 40px;
    border-radius: 0
}

.product-view-one .modal-content button.close {
    position: absolute;
    right: 0;
    top: 0;
    outline: 0;
    opacity: 1;
    color: #000219;
    transition: .5s;
    line-height: 35px;
    padding: 0;
    margin: 0;
    font-size: 20px;
    width: 35px;
    text-shadow: unset;
    height: 35px
}

.product-view-one .modal-content button.close:hover,
.shopping-cart-area .cart-table table tbody tr td.product-subtotal .remove:hover {
    background-color: red;
    color: #fff
}

.product-view-one .modal-content .product-content h3 {
    font-size: 22px;
    margin-bottom: 14px
}

.product-view-one .modal-content .product-content .price span {
    display: inline-block;
    font-size: 18px;
    color: #000219
}

.product-view-one .modal-content .product-content .price del {
    display: inline-block;
    font-size: 18px;
    color: #c1c1c1;
    margin-left: 5px
}

.product-view-one .modal-content .product-content .product-review .rating {
    display: inline-block;
    padding-right: 5px
}

.product-view-one .modal-content .product-content .product-review .rating-count {
    display: inline-block;
    color: #000219;
    border-bottom: 1px solid #000219;
    line-height: initial
}

.product-view-one .modal-content .product-content .product-info {
    list-style-type: none;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0
}

.product-view-one .modal-content .product-content .product-info li {
    font-size: 16px;
    color: #000219;
    margin-bottom: 10px
}

.product-view-one .modal-content .product-content .product-info li a {
    display: inline-block;
    font-weight: 500;
    color: #000219
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item h3,
.product-view-one .modal-content .product-content .product-color-switch {
    margin-top: 10px;
    margin-bottom: 10px
}

.product-view-one .modal-content .product-content .product-color-switch h4 {
    font-size: 16px;
    color: #000219;
    margin-bottom: 6px
}

.product-view-one .modal-content .product-content .product-color-switch ul {
    list-style-type: none;
    margin-bottom: 0;
    margin-top: -4px;
    margin-left: -4px;
    padding-left: 0
}

.product-view-one .modal-content .product-content .product-color-switch ul li {
    display: inline-block;
    margin-left: 4px;
    margin-top: 4px
}

.product-view-one .modal-content .product-content .product-color-switch ul li a {
    display: inline-block;
    position: relative;
    border: 1px solid transparent;
    width: 25px;
    height: 25px
}

.product-view-one .modal-content .product-content .product-color-switch ul li a::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #eee;
    margin: 2px;
    transition: .5s
}

.product-view-one .modal-content .product-content .product-color-switch ul li a:focus,
.product-view-one .modal-content .product-content .product-color-switch ul li a:hover,
.product-view-one .modal-content .product-content .product-color-switch ul li.active a {
    border-color: #000219
}

.product-view-one .modal-content .product-content .product-color-switch ul li a.color-white::before {
    background: #00f
}

.product-view-one .modal-content .product-content .product-color-switch ul li a.color-black::before {
    background: #222
}

.product-view-one .modal-content .product-content .product-color-switch ul li a.color-green::before {
    background: green
}

.product-view-one .modal-content .product-content .product-color-switch ul li a.color-yellowgreen::before {
    background: #9acd32
}

.product-view-one .modal-content .product-content .product-color-switch ul li a.color-teal::before {
    background: teal
}

.product-view-one .modal-content .product-content .product-add-to-cart .input-counter {
    max-width: 130px;
    min-width: 130px;
    margin-right: 10px;
    text-align: center;
    display: inline-block;
    position: relative
}

.product-view-one .modal-content .product-content .product-add-to-cart .input-counter span {
    position: absolute;
    top: 0;
    background-color: transparent;
    cursor: pointer;
    color: #4b5280;
    width: 40px;
    height: 100%;
    line-height: 50px;
    transition: .5s
}

.product-view-one .modal-content .product-content .product-add-to-cart .input-counter span.minus-btn {
    left: 0;
    transition: .5s
}

.product-view-one .modal-content .product-content .product-add-to-cart .input-counter span.plus-btn {
    right: 0;
    transition: .5s
}

.product-view-one .modal-content .product-content .product-add-to-cart .input-counter input {
    height: 48px;
    color: #000219;
    outline: 0;
    display: block;
    border: none;
    background-color: #f8f8f8;
    text-align: center;
    width: 100%;
    font-size: 17px;
    font-weight: 600
}

.product-view-one .owl-next,
.product-view-one .owl-prev {
    top: 50%;
    margin: 0 !important;
    border-radius: 0 !important;
    opacity: 0;
    transform: translateY(-25px);
    position: absolute;
    transition: .5s
}

.product-view-one .modal-content .product-content .product-add-to-cart .input-counter input::-moz-placeholder {
    color: #000219
}

.product-view-one .modal-content .product-content .product-add-to-cart .input-counter input::placeholder {
    color: #000219
}

.product-view-one .modal-content .product-content .share-this-product h3 {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 8px;
    margin-top: 10px
}

.product-view-one .modal-content .product-content .share-this-product ul li {
    display: inline-block;
    margin-right: 3px
}

.product-view-one .modal-content .product-content .share-this-product ul li a i {
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    background-color: #eee;
    border-radius: 4px;
    text-align: center;
    transition: .5s
}

.product-view-one .owl-carousel .owl-item img {
    width: unset;
    margin: auto
}

.product-view-one #big .item {
    padding: 30px;
    background-color: #fff;
    margin-bottom: 30px
}

.product-view-one .owl-item.active.current {
    background-color: #e21f36 !important;
    padding: 5px
}

.product-view-one.fade {
    animation: 1s linear zoomIn
}

.product-view-one .owl-next {
    right: 50px
}

.product-view-one .owl-next i {
    background-color: #e21f36;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    transition: .5s;
    border-radius: 4px;
    font-size: 15px
}

.product-view-one .owl-prev {
    left: 50px
}

.shopping-cart-area .cart-controller,
.wishlist {
    margin: auto;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05)
}

.product-view-one .owl-prev i {
    background-color: #e21f36 !important;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    transition: .5s;
    font-size: 15px;
    border-radius: 4px
}

.product-view-one:hover .owl-prev {
    opacity: 1;
    left: 0
}

.product-view-one:hover .owl-next {
    opacity: 1;
    right: 0
}

.product-view-one .owl-theme .owl-nav {
    margin-top: 0 !important
}

.shopping-cart-area .cart-controller {
    max-width: 810px;
    background-color: #fff;
    padding: 30px
}

.shopping-cart-area .product-thumbnail {
    width: 130px
}

.shopping-cart-area .cart-table table thead tr th {
    border-bottom: 1px solid #dedede;
    border: none;
    color: #000219;
    padding-top: 0;
    font-size: 16px;
    font-weight: 600
}

.shopping-cart-area .cart-table table tbody tr td {
    vertical-align: middle;
    border: none;
    border-bottom: 1px solid #dedede;
    white-space: nowrap
}

.shopping-cart-area .cart-table table tbody tr td:first-child {
    text-align: left;
    padding-left: 0
}

.shopping-cart-area .cart-table table tbody tr td a {
    color: #000219
}

.shopping-cart-area .cart-table table tbody tr td.product-subtotal {
    font-size: 15px
}

.shopping-cart-area .cart-table table tbody tr td.product-subtotal .remove {
    margin-left: 50px;
    width: 30px;
    height: 30px;
    line-height: 34px;
    display: inline-block;
    background-color: #fff;
    border-radius: 50%;
    font-size: 20px;
    transition: .5s;
    color: #4b5280;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05)
}

.shopping-cart-area .cart-table table tbody tr td.product-quantity {
    width: 145px
}

.shopping-cart-area .cart-table table tbody tr td.product-quantity .input-counter input {
    height: 45px;
    color: #000219;
    outline: 0;
    display: block;
    border: none;
    background-color: #f8f8f8;
    text-align: center;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede
}

.shopping-cart-area .cart-table table tbody tr td.product-quantity .input-counter input::-moz-placeholder {
    color: #000219
}

.shopping-cart-area .cart-table table tbody tr td.product-quantity .input-counter input::placeholder {
    color: #000219
}

.shopping-cart-area .cart-table table tbody tr td.product-quantity .input-counter .minus-btn {
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent;
    cursor: pointer;
    color: #000219;
    width: 40px;
    height: 100%;
    line-height: 48px;
    transition: .5s;
    border: 1px solid #dedede
}

.go-top:hover,
.services-sidebar .services-category ul li:hover a,
.shopping-cart-area .cart-table table tbody tr td.product-quantity .input-counter .minus-btn:hover,
.shopping-cart-area .cart-table table tbody tr td.product-quantity .input-counter .plus-btn:hover {
    color: #fff;
    background-color: #e21f36
}

.shopping-cart-area .cart-table table tbody tr td.product-quantity .input-counter .plus-btn {
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent;
    cursor: pointer;
    color: #000219;
    width: 40px;
    height: 100%;
    line-height: 48px;
    transition: .5s;
    border: 1px solid #dedede
}

#msgSubmit,
.product-details-area .product-details-desc .social-wrap,
.shopping-cart-area .coupon-cart {
    margin-top: 20px
}

.shopping-cart-area .coupon-cart .form-group .form-control {
    border: 1px solid #dedede
}

.shopping-cart-area .coupon-cart .form-group .form-control:focus {
    border-color: #e21f36
}

.shopping-cart-area .coupon-cart .form-group .default-btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    padding: 15px 40px
}

.shopping-cart-area .coupon-cart .default-btn.update {
    background-color: transparent;
    border-color: #000219;
    color: #000219
}

.shopping-cart-area .coupon-cart .default-btn.update:hover {
    background-color: #e21f36;
    border-color: #e21f36;
    color: #fff
}

.shopping-cart-area .cart-totals {
    padding: 30px;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    background-color: #fff;
    max-width: 390px;
    margin: 40px auto 0
}

.shopping-cart-area .cart-totals h3 {
    margin-bottom: 25px;
    position: relative;
    padding-left: 10px
}

.shopping-cart-area .cart-totals ul {
    padding: 0;
    margin: 0 0 25px;
    list-style-type: none
}

.checkout-area .cart-totals ul li,
.shopping-cart-area .cart-totals ul li {
    color: #4b5280;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #dedede
}

.shopping-cart-area .cart-totals ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0
}

.checkout-area .cart-totals ul li span,
.shopping-cart-area .cart-totals ul li span {
    float: right;
    color: #666;
    font-weight: 400
}

.checkout-area .billing-details {
    background-color: #fff;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    padding: 30px
}

.checkout-area .billing-details h3 {
    margin-bottom: 20px;
    font-size: 30px
}

.checkout-area .billing-details .form-group label {
    display: block;
    color: #4b5280;
    margin-bottom: 10px;
    font-size: 16px
}

.checkout-area .billing-details .form-group .nice-select {
    float: unset;
    line-height: 45px;
    color: #4b5280;
    padding-top: 0;
    padding-bottom: 0
}

.checkout-area .billing-details .form-group .nice-select .list {
    background-color: #fff;
    box-shadow: 0 0 29px 0 rgba(102, 102, 102, .1);
    border-radius: 0;
    margin-top: 0;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px
}

.checkout-area .billing-details .form-group .nice-select .list .option {
    transition: .5s;
    padding-left: 20px;
    padding-right: 20px
}

.checkout-area .billing-details .form-group .nice-select .option.focus,
.checkout-area .billing-details .form-group .nice-select .option.selected.focus,
.checkout-area .billing-details .form-group .nice-select .option:hover {
    background-color: #e21f36 !important;
    color: #fff !important
}

.checkout-area .billing-details .form-group textarea {
    padding-top: 13px
}

.checkout-area .billing-details .form-check .form-check-label {
    color: #4b5280;
    font-weight: 600;
    font-size: 14px
}

.checkout-area .cart-totals {
    margin-bottom: 30px;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    padding: 30px;
    background-color: #fff
}

.checkout-area .cart-totals h3,
.checkout-area .faq-accordion h3 {
    position: relative;
    margin-bottom: 25px;
    padding-left: 10px
}

.checkout-area .cart-totals ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0
}

.checkout-area .faq-accordion {
    background-color: #fff;
    padding: 30px;
    margin-bottom: 0
}

.checkout-area .faq-accordion .accordion .accordion-content {
    border-top: none
}

.checkout-area .faq-accordion .accordion .accordion-title {
    padding: 0 0 0 25px;
    position: relative;
    background-color: transparent;
    border: none;
    margin-bottom: 10px;
    color: #000219;
    font-weight: 500
}

.checkout-area .faq-accordion .accordion .accordion-title::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    width: 15px;
    height: 15px;
    background-color: #000219;
    border-radius: 50%
}

.checkout-area .faq-accordion .accordion .accordion-title::after {
    content: "";
    position: absolute;
    top: 6px;
    left: 2px;
    width: 11px;
    height: 11px;
    background-color: #fff;
    border-radius: 50%
}

.checkout-area .faq-accordion .accordion .accordion-item {
    background-color: transparent;
    box-shadow: none;
    margin-bottom: 15px
}

.checkout-area .faq-accordion .form-check,
.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group .form-control {
    font-size: 14px
}

.checkout-area .faq-accordion .form-check label {
    margin-bottom: 5px
}

.wishlist {
    max-width: 1080px;
    background-color: #fff;
    padding: 30px
}

.wishlist .default-btn {
    float: right;
    margin-top: -11px;
    color: #fff !important;
    position: relative;
    top: 6px
}

.wishlist .default-btn:hover {
    color: #e21f36 !important
}

.product-details-area .product-details-desc h3 {
    margin-bottom: 20px;
    font-size: 25px
}

.product-details-area .product-details-desc .price {
    margin-bottom: 15px;
    padding-bottom: 15px;
    color: "Lato", sans-serif;
    font-size: 20px;
    font-weight: 500;
    border-bottom: 1px solid #eee
}

.product-details-area .product-details-desc .price span {
    padding: 0 5px
}

.product-details-area .product-details-desc .price del {
    color: #e21f36;
    margin-right: 10px
}

.product-details-area .product-details-desc .product-add-to-cart {
    margin-bottom: 20px;
    border-top: 1px solid #eee;
    padding-top: 20px;
    margin-top: 20px
}

.product-details-area .product-details-desc .product-add-to-cart h3 {
    display: inline-block;
    margin-right: 10px;
    font-size: 17px
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter {
    max-width: 130px;
    min-width: 130px;
    margin-right: 10px;
    text-align: center;
    display: inline-block;
    position: relative;
    border: 1px solid #cfcfcf
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter span {
    position: absolute;
    top: 0;
    background-color: transparent;
    cursor: pointer;
    color: #d0d0d0;
    width: 40px;
    height: 100%;
    line-height: 34px;
    transition: .5s
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter span.minus-btn {
    left: 0;
    border-right: 1px solid #cfcfcf
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter span.plus-btn {
    right: 0;
    border-left: 1px solid #cfcfcf
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter input {
    height: 30px;
    color: #333;
    outline: 0;
    display: block;
    border: none;
    background-color: #f8f8f8;
    text-align: center;
    width: 100%
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter input::-moz-placeholder {
    color: #333
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter input::placeholder {
    color: #333
}

.product-details-area .product-details-desc .social-wrap li {
    display: inline-block;
    padding-right: 10px;
    font-size: 17px;
    font-weight: 600;
    color: #000219
}

.product-details-area .product-details-desc .social-wrap li span {
    display: inline-block;
    margin-right: 45px
}

.product-details-area .product-details-desc .social-wrap li a i {
    font-size: 20px;
    line-height: 1;
    color: #000219;
    transition: .5s
}

.product-details-area .product-details-desc .default-btn {
    margin-bottom: 0 !important
}

.product-details-area .product-details-desc .default-btn i {
    position: relative;
    top: -1px;
    margin-right: 5px
}

.product-details-area .product-details-desc .category {
    font-size: 17px;
    font-weight: 600;
    margin-top: 15px
}

.product-details-area .product-details-desc .category span {
    font-weight: 400
}

.product-details-area .product-details-desc .product-review {
    position: relative;
    margin-bottom: 10px
}

.product-details-area .product-details-desc .product-review .rating i,
.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .rating .fas.fa-star,
.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .rating .fas.fa-star {
    color: #ffba0a
}

.product-details-area .product-details-desc .product-review .rating-count {
    position: absolute;
    top: 0;
    left: 110px
}

.product-details-area .product-details-image {
    text-align: center;
    background-color: #f7f7f7
}

.product-details-area .products-details-tab {
    margin-top: 50px
}

.product-details-area .products-details-tab .tabs {
    list-style-type: none;
    padding-left: 0;
    text-align: center;
    border-bottom: 1px solid #eaedff
}

.product-details-area .products-details-tab .tabs li {
    display: inline-block;
    line-height: initial;
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 20px
}

.product-details-area .products-details-tab .tabs li a {
    display: inline-block;
    position: relative;
    color: #333;
    border-bottom: none;
    line-height: 1;
    font-size: 16px;
    font-weight: 500
}

.product-details-area .products-details-tab .tab_content {
    padding: 30px 0 0
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
    text-align: left
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information li {
    border: 1px solid #eaedff;
    border-bottom: none;
    padding: 10px 15px;
    color: #57647c
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information li:last-child {
    border-bottom: 1px solid #eaedff
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information li span {
    display: inline-block;
    width: 30%;
    color: #000219
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .rating i {
    color: #ffba0a;
    font-size: 14px
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title p {
    margin-bottom: 0;
    display: inline-block;
    padding-left: 5px;
    line-height: initial
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .btn {
    position: absolute;
    right: 0;
    bottom: 10px;
    padding: 10px 11px;
    font-size: 11px
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .btn:focus {
    border: none !important;
    box-shadow: none !important;
    background-color: #e21f36
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments {
    margin-top: 35px
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item {
    margin-top: 30px;
    position: relative;
    padding-right: 200px;
    border-top: 1px dashed #eaedff;
    padding-top: 30px
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .rating i {
    font-size: 14px;
    color: #ffba0a
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item span {
    margin-bottom: 10px;
    font-size: 13px;
    display: block
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .review-report-link {
    position: absolute;
    right: 0;
    color: #57647c;
    top: 40px;
    text-decoration: underline
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .review-report-link:hover {
    color: #ff4800
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group label {
    color: #444
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .btn:focus {
    box-shadow: none;
    border: none;
    border-radius: 0
}

.blog-details-content .blog-top-content,
.blog-details-content .comments {
    background-color: #f9fafb;
    padding: 20px;
    margin-bottom: 35px
}

.blog-details-content .blog-top-content .news-content h3 {
    transition: .5s;
    margin-bottom: 20px;
    font-size: 25px
}

.blog-details-content .blog-top-content .news-content .admin {
    padding-bottom: 24px
}

.blog-details-content .blog-top-content .news-content .admin li,
.single-blog-posts .single-blog-content .admin li {
    display: inline-block;
    font-size: 16px;
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #e51adb
}

.blog-details-content .blog-top-content .news-content .admin li:last-child,
.single-blog-posts .single-blog-content .admin li:last-child {
    margin-right: 0;
    border-right: none
}

.blog-details-content .blog-top-content .news-content .admin li i,
.single-blog-posts .single-blog-content .admin li i {
    color: #e51adb;
    font-size: 18px;
    position: relative;
    top: 1px;
    margin-right: 5px
}

.blog-details-content .blog-top-content blockquote {
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: #fff;
    padding: 30px
}

.blog-details-content .blog-top-content blockquote p {
    font-weight: 600;
    font-size: 18px;
    color: #000219;
    text-align: center;
    padding-left: 50px;
    margin-bottom: 0
}

.blog-details-content .blog-top-content blockquote i {
    font-size: 50px;
    color: #fff;
    background-color: #e21f36;
    position: absolute;
    top: 30px;
    left: 30px;
    line-height: 1
}

.blog-details-content .news-content-2 h3 {
    font-size: 24px
}

.blog-details-content .tag-list {
    background-color: #fff;
    padding: 20px;
    margin-top: 30px
}

.blog-details-content .tag-list span {
    margin-right: 10px;
    font-weight: 600;
    font-size: 18px;
    color: #000219
}

.blog-details-content .tag-list ul li a {
    border: 1px solid #eee;
    padding: 5px;
    margin-right: 10px
}

.blog-details-content .tag-list ul li a:hover {
    background-color: #e21f36;
    color: #fff;
    border-color: #e21f36
}

.blog-details-content .comments h3,
.blog-details-content .leave-reply h3 {
    margin-bottom: 30px;
    font-size: 24px;
    position: relative;
    display: inline-block;
    padding-left: 10px
}

.blog-details-content .comments ul li,
.subscribe-content {
    position: relative;
    padding-left: 100px;
    margin-bottom: 30px
}

.blog-details-content .leave-reply,
.sidebar-widget {
    padding: 20px;
    background-color: #f9fafb
}

.blog-details-content .comments ul li img {
    margin-bottom: 20px;
    position: absolute;
    left: 0;
    top: 0
}

.blog-details-content .comments ul li h3 {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 16px;
    padding-left: 0
}

.blog-details-content .comments ul li span {
    display: block;
    margin-bottom: 15px
}

.blog-details-content .comments ul li a {
    font-size: 14px;
    font-weight: 600
}

.blog-details-content .comments ul li a:hover {
    letter-spacing: 1px
}

.blog-details-content .comments ul li a i,
.blog-details-content .leave-reply .form-group #chb1 {
    margin-right: 5px
}

.blog-details-content .leave-reply .star {
    color: #ff0018
}

.blog-details-content .leave-reply input[type=checkbox],
.blog-details-content .leave-reply input[type=radio] {
    margin-right: 5px;
    position: relative;
    top: 1px
}

.sidebar-widget {
    margin-bottom: 35px;
    position: relative
}

.sidebar-widget h3 {
    font-size: 20px;
    margin-bottom: 20px;
    position: relative;
    margin-top: -5px;
    display: inline-block;
    padding-left: 10px
}

.sidebar-widget.search .search-form .search-button {
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #e51adb;
    top: 20px;
    right: 20px;
    font-size: 20px;
    color: #fff;
    transition: .5s
}

.sidebar-widget.recent-post ul li {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 90px
}

.sidebar-widget.recent-post ul li:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0
}

.sidebar-widget.recent-post ul li a {
    font-size: 16px;
    color: #000219;
    margin-bottom: 10px;
    font-weight: 600
}

.sidebar-widget.recent-post ul li a img,
.subscribe-content img {
    position: absolute;
    top: 0;
    left: 0
}

.sidebar-widget.recent-post ul li span {
    display: block;
    font-size: 14px
}

.sidebar-widget.categories ul li {
    margin-bottom: 10px;
    font-size: 17px;
    position: relative;
    padding-left: 20px
}

.sidebar-widget.categories ul li::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: #e51adb
}

.sidebar-widget.categories ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

.sidebar-widget.tags ul li {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 10px
}

.sidebar-widget.tags ul li a {
    border: 1px solid #eee;
    padding: 8px 12px
}

.sidebar-widget.tags ul li a:hover {
    transform: translateY(-2px);
    background-color: #e21f36;
    color: #fff;
    border-color: #e21f36
}

.services-details-content .single-services .services-content {
    margin-bottom: 0;
    bottom: 0
}

.services-details-content .related-post .title h2 {
    font-size: 25px
}

.services-sidebar .services-category {
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    background-color: #fff;
    border: 1px solid #d9d9d9;
    margin-bottom: 30px
}

.services-sidebar .services-category ul li a {
    font-weight: 600;
    color: #000219;
    padding: 20px;
    border-bottom: 1px solid #d9d9d9;
    display: block;
    transition: .5s
}

.services-sidebar .services-category ul li a i {
    float: right;
    font-size: 30px;
    position: relative;
    top: -2px;
    transition: .5s
}

.services-sidebar .services-pdf ul li a {
    padding: 20px 30px 20px 75px;
    background-color: #000219;
    color: #fff;
    display: block;
    position: relative
}

.services-sidebar .services-pdf ul li a i {
    color: #fff;
    font-size: 40px;
    position: absolute;
    top: 13px;
    left: 30px
}

.services-sidebar .services-contact {
    background-color: #e21f36;
    padding: 30px
}

.services-sidebar .services-contact h3 {
    color: #fff;
    font-size: 25px;
    margin-bottom: 20px
}

.services-sidebar .services-contact .default-btn {
    background-color: #fff;
    color: #e21f36
}

.single-blog-posts .single-blog-content {
    padding: 30px;
    background-color: #f9fafb
}

.single-blog-posts .single-blog-content span {
    text-transform: uppercase;
    color: #e51adb;
    display: block;
    margin-bottom: 10px
}

.single-blog-posts .single-blog-content h3 {
    font-size: 25px;
    margin-bottom: 15px
}

.single-blog-posts .single-blog-content h3 a {
    color: #000219
}

.solution-details-area .solutions-content h3 {
    font-size: 30px;
    margin-bottom: 10px
}

.solution-details-area .solutions-content ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px
}

.solution-details-area .solutions-content ul li i {
    color: #e21f36;
    position: absolute;
    top: 5px;
    left: 0
}

.main-contact-area .contact-wrap {
    max-width: unset
}

.main-contact-area .contact-wrap .contact-title {
    margin-top: -9px
}

.main-contact-area .contact-wrap .contact-title h2 {
    margin-bottom: 30px;
    font-size: 30px
}

.main-contact-area .contact-wrap .default-btn {
    margin: auto;
    display: table;
    cursor: pointer
}

.main-contact-area .contact-wrap .contact-form #msgSubmit {
    position: unset;
    text-align: center;
    margin-top: 20px
}

.main-contact-area .contact-info {
    background-color: #fff;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    padding: 60px 30px
}

.main-contact-area .contact-info h3 {
    font-size: 24px;
    margin-bottom: 20px
}

.main-contact-area .contact-info .address .location {
    padding-left: 60px;
    position: relative
}

.main-contact-area .contact-info .address .location i {
    position: absolute;
    color: #e51adb;
    left: 0;
    top: 5px;
    font-size: 45px
}

.main-contact-area .contact-info .address .location span,
.main-contact-area .contact-info .address li span {
    display: block;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px
}

.main-contact-area .contact-info .address li {
    padding-left: 60px;
    position: relative;
    margin-bottom: 20px
}

.main-contact-area .contact-info .address li a {
    color: #4b5280;
    display: block
}

.main-contact-area .contact-info .address li i {
    position: absolute;
    color: #e51adb;
    left: 0;
    top: 0;
    font-size: 45px
}

.main-contact-area .contact-info .sidebar-follow-us h3 {
    font-size: 20px;
    margin-bottom: 25px;
    line-height: 1;
    padding-left: 10px
}

.main-contact-area .contact-info .sidebar-follow-us .social-wrap li {
    display: inline-block;
    padding-right: 10px
}

.main-contact-area .contact-info .sidebar-follow-us .social-wrap li a i {
    font-size: 15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #4b5280;
    border-radius: 50px;
    text-align: center;
    color: #4b5280;
    transition: .5s
}

.main-contact-area .contact-info .sidebar-follow-us .social-wrap li a:hover i {
    border-color: #e21f36;
    background-color: #e21f36;
    color: #fff
}

.main-contact-area label,
.nice-select .current {
    font-size: 16px
}

.list-unstyled {
    font-size: 14px
}

.text-success {
    color: #28a745
}

.map-area iframe {
    height: 480px;
    width: 100%;
    border: none !important;
    display: block
}

.subscribe-bg {
    background-color: #f0f0fa;
    padding: 50px 50px 20px
}

.newsletter-form {
    position: relative;
    margin-bottom: 30px
}

.go-top,
.preloader {
    position: fixed;
    text-align: center
}

.newsletter-form .form-control {
    background-color: #fff;
    border-radius: 4px
}

.go-top,
.go-top::before {
    background-color: #e51adb;
    opacity: 0;
    visibility: hidden
}

.newsletter-form .default-btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 50px
}

.preloader {
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9999999;
    transition: .5s
}

.preloader .loader {
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: inline-block;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 45%;
    transform: translateY(-45%);
    transition: .5s
}

.preloader::after,
.preloader::before {
    width: 60%;
    background: #E51ADB;
    transition: .5s;
    content: "";
    z-index: -1
}

.go-top::before,
.preloader::after,
.preloader::before,
.video-btn i {
    height: 100%;
    position: absolute
}

.preloader .loader .loader-outter {
    position: absolute;
    border: 4px solid #fff;
    border-left-color: transparent;
    border-bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    animation: 1s cubic-bezier(.42, .61, .58, .41) infinite loader-outter
}

.preloader .loader .loader-inner {
    position: absolute;
    border: 4px solid #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    left: calc(40% - 21px);
    top: calc(40% - 21px);
    border-right: 0;
    border-top-color: transparent;
    animation: 1s cubic-bezier(.42, .61, .58, .41) infinite loader-inner
}

.preloader .loader .indicator {
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    transform: translateY(-50%) scale(1.5)
}

.preloader .loader .indicator svg polyline {
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round
}

.preloader .loader .indicator svg polyline#back {
    stroke: #ffffff
}

.preloader .loader .indicator svg polyline#front {
    stroke: #e21f36;
    stroke-dasharray: 12, 36;
    stroke-dashoffset: 48;
    animation: 1s linear infinite dash
}

.preloader::before {
    left: 0;
    top: 0
}

.preloader::after {
    top: 0;
    left: auto;
    right: 0
}

.preloader.preloader-deactivate {
    visibility: hidden
}

.preloader.preloader-deactivate .loader {
    opacity: 0;
    visibility: hidden
}

@keyframes loader-outter {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

@keyframes loader-inner {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(-360deg)
    }
}

@keyframes dash {
    62.5% {
        opacity: 0
    }
    to {
        stroke-dashoffset: 0
    }
}

.go-top {
    cursor: pointer;
    top: 82%;
    right: -10%;
    z-index: 4;
    width: 40px;
    height: 42px;
    line-height: 42px;
    transition: .9s
}

.go-top i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #fff;
    transition: .5s;
    font-size: 20px
}

.go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%
}

.go-top::before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    transition: .5s
}

.video-btn,
.video-btn::after,
.video-btn::before {
    border-radius: 50%;
    transition: .5s;
    background-color: rgba(255, 42, 96, .9)
}

.go-top:focus i:first-child,
.go-top:hover i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden
}

.go-top:focus i:last-child,
.go-top:hover i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%
}

.go-top.active {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    right: 3%;
    top: 82%
}

.video-btn {
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    position: relative;
    top: 3px;
    z-index: 1
}

.video-btn i {
    font-size: 42px;
    color: #fff;
    top: 1px;
    left: 3px;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 100%
}

.video-btn::after,
.video-btn::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    animation: 1.6s ease-out infinite ripple
}

.video-btn:hover,
.video-btn:hover::after,
.video-btn:hover::before {
    background-color: rgba(255, 90, 0, .9)
}

@keyframes ripple {
    0%,
    35% {
        transform: scale(0);
        opacity: 1
    }
    50% {
        transform: scale(1.5);
        opacity: .8
    }
    100% {
        opacity: 0;
        transform: scale(2)
    }
}

.nice-select .list {
    width: 100%;
    border-radius: 0
}

.pagination-area {
    margin-top: 10px;
    text-align: center
}

.pagination-area .page-numbers {
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #000219;
    text-align: center;
    display: inline-block;
    position: relative;
    margin-left: 3px;
    margin-right: 3px;
    font-size: 17px;
    background-color: #f5f6fa;
    border: 1px solid #d7d7d7
}

.overly-one .overly-two::after,
.overly-one .overly-two::before,
.overly-one::after,
.overly-one::before {
    content: "";
    position: absolute;
    transition: .5s;
    opacity: 0
}

.pagination-area .page-numbers.current,
.pagination-area .page-numbers:hover {
    color: #fff;
    border-color: #e21f36;
    background-color: #e21f36
}

.pagination-area .page-numbers i {
    position: relative;
    font-size: 25px;
    top: 5px
}

.overly-one {
    position: relative;
    transition: .5s
}

.overly-one::before {
    bottom: 0;
    right: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(left, #e21f36, transparent);
    z-index: 1
}

.overly-one::after {
    bottom: -100%;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(top, #e21f36, transparent)
}

.overly-one .overly-two::before {
    top: 0;
    left: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(left, transparent, #e21f36)
}

.overly-one .overly-two::after {
    top: -100%;
    right: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(bottom, #e21f36, transparent)
}

.overly-one:hover .overly-two::before {
    left: 30px;
    opacity: 1
}

.overly-one:hover .overly-two::after {
    top: 30px;
    opacity: 1
}

.overly-one:hover::before {
    right: 30px;
    opacity: 1
}

.overly-one:hover::after {
    bottom: 30px;
    opacity: 1
}


/* Courses tabs */

.container {
    max-width: 1200px;
    margin: 0 auto;
}

/* Tabs Styling */
.tabs-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 30px;
    color: #ffffff;
    background-color:#111827;
}

.tab {
    padding: 10px 20px;
    background-color: var(--secondary-color);
    color: var(--text-color);
    border: 1px solid var(--secondary-color);
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    transition: all 0.3s ease;
    /*text-transform: uppercase;*/
    font-weight: 600;
}

.tab:hover {
    background-color: var(--primary-color);
    color: var(--accent-color);
    border-color: var(--accent-color);
}

.tab.active {
    background-color: var(--primary-color);
    color: var(--accent-color);
    border-color: var(--accent-color);
}

/* Course Cards Styling */
.course-list {
    /* FIX: Changed from auto-fit to a fixed 3-column layout */
    grid-template-columns: repeat(3, 1fr); 
    display: grid;
    gap: 30px;
}

.course-card {
    background-color: var(--secondary-color);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    /*height: 520px;*/
}

.course-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.card-image {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.card-image img {
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
    display: block;
    /* border: 3px solid red; */
}

.logo {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: rgba(0, 0, 0, 0.6);
    color: var(--accent-color);
    padding: 8px 12px;
    border-radius: 5px;
    font-size: 14px;
    text-align: right;
    line-height: 1.2;
    font-weight: bold;
}

.card-content {
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* border: 3px solid red; */
    border-top: none;
    background: #111827;
}

.card-content h3 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 20px;
    color: white;
}

.enroll-btn {
    display: inline-block;
    padding: 12px 30px;
    background-color: white;
    color: black;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

.enroll-btn:hover {
    background-color: #45a29e;
}

/* Responsive design */
@media (max-width: 1024px) {
    .course-list {
        grid-template-columns: repeat(2, 1fr); /* Two columns on medium screens */
    }
}

@media (max-width: 768px) {
    .tabs-container {
        flex-direction: column;
        align-items: center;
    }
    .tab {
        width: 90%;
        text-align: center;
    }
    .course-list {
        grid-template-columns: 1fr; /* Single column on smaller screens */
    }
    .course-card {
        height: auto;
    }
    .card-image {
        height: 220px;
    }
}

@media (max-width: 480px) {
    .logo {
        font-size: 12px;
        padding: 6px 10px;
    }
    .card-content h3 {
        font-size: 18px;
    }
    .enroll-btn {
        padding: 10px 20px;
        font-size: 14px;
    }
}

.course-details {
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: center;
  

}

.course-details li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  color: white;
}

/*Why choose us */

.infosec-features {
  /*padding: 60px 20px;*/
  text-align: center;
  background:#000;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.section-title {
  font-size: 2.5em;
  font-weight: bold;
  margin-bottom: 50px;
}

/* CSS Grid for the features layout */
.features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 columns on large screens */
  gap: 20px;
}

/* Card styling */
.feature-card {
    background-color: #000000;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    border: 1px solid #E51ADB;
    display: flex
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}


.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.icon-container {
  font-size: 2.5em;
  color: #c70000; /* Red color from the image */
  margin-bottom: 15px;
}

.feature-text {
  font-size: 1.1em;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
}

/* Responsiveness with Media Queries */
@media (max-width: 992px) {
  .features-grid {
    grid-template-columns: repeat(2, 1fr); /* 2 columns on tablets */
  }
}

@media (max-width: 576px) {
  .features-grid {
    grid-template-columns: 1fr; /* 1 column on mobile phones */
  }
  .feature-card {
    padding: 20px;
  }
  .icon-container {
    font-size: 2em;
  }
  .feature-text {
    font-size: 1em;
  }
}



.course-section {
  background-color: #f7f7f7;
  padding: 60px 20px;
}

.course-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start; /* Align items to the top */
  gap: 40px;
}

/* Left content column */
.course-content-left {
  flex: 1;
}

.course-title {
  font-size: 2.5em;
  font-weight: bold;
  color: #000;
  margin-bottom: 5px;
}

.course-subtitle {
  font-size: 1.2em;
  font-weight: normal;
  color: #555;
  margin-bottom: 30px;
}

.course-features-list {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.course-features-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}

.feature-icon {
  font-size: 1.2em;
  color: #d9534f; /* Red color for the checkmark */
  margin-right: 10px;
  line-height: 1.5;
}

.feature-text {
  font-size: 1em;
  line-height: 1.5;
}

.next-batch {
  font-size: 1em;
  margin-bottom: 20px;
}

.batch-date {
  font-weight: bold;
  color: #d9534f; /* Red color */
  margin-left: 5px;
}

.course-buttons {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-bottom: 20px;
}

.btn {
  padding: 12px 25px;
  border-radius: 5px;
  font-weight: bold;
  text-decoration: none;
  font-size: 0.9em;
  transition: background-color 0.3s ease;
}

.btn-primary {
  background-color: #d9534f;
  color: #fff;
}

.btn-primary:hover {
  background-color: #c70000;
}

.btn-secondary {
  background-color: transparent;
  border: 2px solid #ccc;
  color: #555;
}

.btn-secondary:hover {
  background-color: #e0e0e0;
}

.team-quote {
  font-size: 0.9em;
}

.team-quote a {
  color: #d9534f;
  text-decoration: none;
  font-weight: bold;
}

/* Right image column */
.course-image-right {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.image-frame {
  position: relative;
  width: 100%;
  max-width: 400px; /* Adjust as needed */
  padding: 20px;
  background: linear-gradient(to bottom, #d9534f, #d9534f);
  background-size: 100% 50%;
  background-repeat: no-repeat;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.trainer-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

/* Responsive Design */
@media (max-width: 992px) {
  .course-container {
    flex-direction: column;
    text-align: center;
  }
  
  .course-content-left {
    order: 2;
  }
  
  .course-image-right {
    order: 1;
    margin-bottom: 30px;
  }
  
  .course-features-list {
    text-align: left;
    margin: 0 auto;
    max-width: 600px; /* Constrain the width on smaller screens */
  }
  
  .course-buttons {
    justify-content: center;
  }
  
  .team-quote {
    text-align: center;
  }
}

@media (max-width: 576px) {
  .course-buttons {
    flex-direction: column;
  }
  .btn {
    width: 100%;
  }
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000; /* change to your color */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transition: opacity 0.5s ease;
}

/* Center the logo */
.preloader-logo {
  width: 160px; /* adjust logo size */
  height: auto;
  animation: pulse 1.5s infinite; /* simple animation */
}

/* Logo pulse effect */
@keyframes pulse {
  0% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.1); opacity: 0.7; }
  100% { transform: scale(1); opacity: 1; }
}

/*CEH Batch*/

/*.container {*/
/*    max-width: 900px;*/
/*    width: 100%;*/
/*    padding: 20px;*/
/*}*/

/*.title {*/
/*    font-size: 2.5rem;*/
/*    font-weight: 600;*/
/*    text-align: center;*/
/*    margin-bottom: 30px;*/
/*}*/

/*.tabs {*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    gap: 10px;*/
/*    margin-bottom: 30px;*/
/*    flex-wrap: wrap;*/
/*}*/

/*.tab-button {*/
/*    padding: 10px 20px;*/
/*    border: 1px solid #ddd;*/
/*    border-radius: 50px;*/
/*    background-color: #fff;*/
/*    font-size: 0.9rem;*/
/*    font-weight: 500;*/
/*    cursor: pointer;*/
/*    transition: all 0.3s ease;*/
/*    white-space: nowrap;*/
/*}*/

/*.tab-button:hover {*/
/*    background-color: #f5f5f5;*/
/*}*/

/*.tab-button.active {*/
/*    background-color: #E21F36;*/
/*    color: #fff;*/
/*    border-color: #d90429;*/
/*}*/

/*.schedule-list {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    gap: 15px;*/
/*}*/

/*.class-card {*/
/*    background-color: #fff;*/
/*    padding: 15px 25px;*/
/*    border-radius: 12px;*/
/*    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);*/
/*    display: grid;*/
/*    grid-template-columns: 1fr 1fr auto;*/
/*    gap: 20px;*/
/*    align-items: center;*/
/*    transition: transform 0.3s ease, box-shadow 0.3s ease;*/
/*}*/

/*.class-card:hover {*/
/*    transform: translateY(-5px);*/
/*    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);*/
/*}*/

/*.card-item {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*}*/

/*.date-time {*/
/*    font-size: 1rem;*/
/*    font-weight: 500;*/
/*    color:black;*/
/*}*/

/*.date-time .time {*/
/*    font-size: 0.9rem;*/
/*    color: #666;*/
/*}*/

/*.status-info {*/
/*    font-size: 0.9rem;*/
/*    color: #666;*/
/*}*/

/*.status {*/
/*    padding: 4px 10px;*/
/*    border-radius: 20px;*/
/*    font-size: 0.7rem;*/
/*    font-weight: 600;*/
/*    margin-bottom: 5px;*/
/*    width: fit-content;*/
/*}*/

/*.status.online {*/
/*    background-color: #e6f7e9;*/
/*    color: #28a745;*/
/*}*/

/*.actions {*/
/*    display: flex;*/
/*    gap: 10px;*/
/*    justify-content: flex-end;*/
/*    align-items: center;*/
/*}*/

/*.batch-status {*/
/*    padding: 8px 15px;*/
/*    border-radius: 20px;*/
/*    font-size: 0.8rem;*/
/*    font-weight: 600;*/
/*    cursor: pointer;*/
/*    border: none;*/
/*    white-space: nowrap;*/
/*}*/

/*.batch-status.open {*/
/*    background-color: #e6f7e9;*/
/*    color: #28a745;*/
/*}*/

/*.enroll-btn {*/
/*    padding: 8px 18px;*/
/*    border-radius: 20px;*/
/*    background-color: #d90429;*/
/*    color: #fff;*/
/*    font-size: 0.8rem;*/
/*    font-weight: 600;*/
/*    text-transform: uppercase;*/
/*    border: none;*/
/*    cursor: pointer;*/
/*    transition: background-color 0.3s ease;*/
/*    white-space: nowrap;*/
/*}*/

/*.enroll-btn:hover {*/
/*    background-color: #ef233c;*/
/*}*/

/*@media (max-width: 768px) {*/
/*    .class-card {*/
/*        grid-template-columns: 1fr;*/
/*        gap: 15px;*/
/*    }*/
    
/*    .card-item {*/
/*        flex-direction: row;*/
/*        justify-content: space-between;*/
/*        align-items: center;*/
/*    }*/

/*    .date-time, .status-info {*/
/*        flex-direction: row;*/
/*        gap: 10px;*/
/*    }*/

/*    .actions {*/
/*        flex-direction: column;*/
/*        gap: 10px;*/
/*        justify-content: center;*/
/*        width: 100%;*/
/*    }*/

/*    .batch-status, .enroll-btn {*/
/*        width: 100%;*/
/*        text-align: center;*/
/*    }*/
/*}*/

/*@media (max-width: 480px) {*/
/*    .tabs {*/
/*        flex-direction: column;*/
/*        align-items: center;*/
/*    }*/
    
/*    .tab-button {*/
/*        width: 100%;*/
/*        max-width: 200px;*/
/*    }*/
/*}*/


/*Batch */
/*Container*/
.container {
  max-width: 1000px;
  width: 100%;
}

/*Titles*/
.main-title {
  font-family: 'Poppins', sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  color: #E51ADB;
  margin-bottom: 10px;
  text-align:center;
}

.subtitle {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  color: #E51ADB;
  margin-bottom: 30px;
  text-align:center;
}

.highlight {
  color: red;
  font-weight: 600;
}

/*Batch section wrapper*/
.batches-section {
  background-color: #1e1e1e;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
  padding: 20px;
}

/*Filter bar*/
.batches-section .filter-bar {
  background-color: #000;
  color: #fff;
  padding: 15px 20px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.batches-section .filter-icon {
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.batches-section .filter-text {
  font-size: 1rem;
  font-weight: 600;
}

.batches-section .filter-dropdowns {
  display: flex;
  gap: 15px;
  flex-grow: 1;
  flex-wrap: wrap;
}

/* new names for input and dropdown */
.batches-section .batch-dropdown {
  font-family: 'Poppins', sans-serif;
  font-size: 0.9rem;
  padding: 10px 15px;
  border-radius: 5px;
  border: none;
  flex-grow: 1;
  background-color: #333;
  color: #ccc;
  cursor: pointer;
  min-width: 150px;
}

.batches-section .batch-search-input {
  width: 100%;
  padding: 8px 10px;
  border-radius: 4px;
  border: none;
  outline: none;
  font-size: 14px;
}

/*Filter buttons*/
.batches-section .filter-buttons {
  display: flex;
  gap: 6px;
  flex: 0 0 auto;
}

.batches-section .filter-btn {
  padding: 8px 12px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  background: #333;
  color: #ccc;
  transition: 0.2s;
}

.batches-section .filter-btn:hover {
  background: #444;
  color: #fff;
}

.batches-section .filter-btn.active {
  background: #ff00ff; /* active pink */
  color: #fff;
}

/*Batch cards*/
.batches-section .batch-list {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.batches-section .batch-card {
  background-color: #282828;
  padding: 15px 20px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

.batches-section .batch-details {
  display: flex;
  flex-direction: column;
  text-align: left;
  flex-grow: 1;
}

.batches-section .course-name {
  font-family: 'Lato', sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #e0e0e0;
  margin: 0 0 5px 0;
}

.batches-section .course-name.colored {
  color: #fff;
}

.batches-section .batch-info {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  font-size: 0.9rem;
  color: #a0a0a0;
}

.batches-section .info-item {
  white-space: nowrap;
}

.batches-section .status {
  padding: 4px 10px;
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: 600;
}

.batches-section .status.online {
  background-color: #2a3a2a;
  color: #66bb6a;
}

/*Enroll buttons*/
.batches-section .enroll-button {
  padding: 10px 20px;
  border-radius: 5px;
  border: none;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.3s ease;
  white-space: nowrap;
}

.batches-section .enroll-button:hover {
  opacity: 0.9;
}

.batches-section .enroll-button.seats-left {
  background: linear-gradient(to right, #4b0082, #800080);
  color: #fff;
  border-radius: 25px;
  padding: 10px 25px;
  font-size: 0.9rem;
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.05); }
  100% { transform: scale(1); }
}

.batches-section .enroll-button:not(.seats-left) {
  background-color: #fff;
  color: #000;
}

/* Responsive */
@media (max-width: 768px) {
  .batches-section .filter-bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .batches-section .filter-dropdowns {
    flex-direction: column;
    width: 100%;
    gap: 10px;
  }

  .batches-section .batch-dropdown {
    width: 100%;
  }

  .batches-section .batch-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
  }

  .batches-section .batch-details {
    text-align: center;
  }

  .batches-section .batch-info {
    justify-content: center;
  }

  .batches-section .enroll-button {
    width: 100%;
  }
}

/*End*/

.filter-dropdowns {
    display: flex;
    gap: 15px;
    flex-grow: 1;
    flex-wrap: wrap;
}

.search-input, .dropdown {
    font-family: 'Poppins', sans-serif;
    font-size: 0.9rem;
    padding: 10px 15px;
    border-radius: 5px;
    border: none;
    flex-grow: 0;
    background-color: #fff;
    color: #000;
    /*min-width: 150px;*/
    width: 120px;

}



.search-input::placeholder {
    color: #888;
}

.filter-buttons {
  display: flex;
  gap: 10px;
}

.filter-btn {
  background: #333;
  color: #ccc;
  border: 1px solid #444;
  padding: 6px 12px;
  border-radius: 4px;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
  font-size: 0.9rem;
}

.filter-btn.active {
  background: #E51ADB;
  color: #fff;
  border-color: #E51ADB;
}



@media (max-width: 480px) {
    .main-title {
        font-size: 2rem;
    }
}


.certification-img{
    width:70%;
    height: auto;
    display: flex;
    justify-self: center;
}

/*Placement carosal*/

.image-row-container {
  display: flex;
  flex-wrap: wrap; /* Allows images to wrap to the next line on smaller screens */
  justify-content: space-between; /* Distributes space between images */
  gap: 10px; /* Adds a small gap between images */
}

.image-row-container img {
  width: 100%; /* Default to full width for small screens */
  max-width: 250px; /* Prevents images from getting too large */
  height: auto;
  border-radius:20px;
  border:1.5px solid #E527DE;
}

/* For larger screens, display images in a row */
@media (min-width: 768px) {
  .image-row-container img {
    width: calc(25% - 10px); /* Sets each image to occupy about 25% of the container width */
  }
}
/*End*/


/*service Page Cards*/
/* Main container for the cards */
.services-container {
  display: flex;
  flex-wrap: wrap; /* Allows cards to wrap to the next line on smaller screens */
  justify-content: center; /* Centers the cards horizontally */
  gap: 20px; /* Space between the cards */
  /*max-width: 1200px;*/
  padding: 20px;
}

/* Styling for each card */
.service-card {
  background-color: #000;
  border-radius: 8px;
  border: 1px solid #363a56;
  padding: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  width: 100%; /* Default width for mobile */
  max-width: 350px; /* Max width for larger screens */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

/* Header with icon and title */
.card-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.card-icon {
  width: 70px;
  height: 70px;
  margin-right: 15px;
}

.card-title {
  font-size: 1.2rem;
  font-weight: bold;
  color: #e0e0f0;
  margin: 0;
}

/* Description paragraph */
.card-description {
  font-size: 0.9rem;
  line-height: 1.6;
  margin-bottom: 20px;
}

/* Key features section */
.key-features {
  margin-top: 20px;
}

.key-features h4 {
  font-size: 0.95rem;
  color: #e0e0f0;
  margin: 0 0 10px;
}

.key-features ul {
  list-style-type: none; /* Removes default bullet points */
  padding: 0;
  margin: 0;
}

.key-features li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
  font-size: 0.9rem;
  line-height: 1.4;
}

.key-features li img {
  width: 28px;
  height: 28px;
  margin-right: 10px;
  flex-shrink: 0; /* Prevents the checkmark from shrinking */
}

/* Learn More link */
.learn-more-link {
  color: #72aee6; /* Blue color for the link */
  text-decoration: none;
  font-weight: bold;
  margin-top: auto; /* Pushes the link to the bottom of the card */
  align-self: flex-start; /* Aligns the link to the left */
  transition: color 0.3s ease;
}

.learn-more-link:hover {
  color: #92c6f0;
}

/* --- Responsive Design --- */

/* For screens larger than 768px (e.g., tablets and desktops) */
@media (min-width: 768px) {
  .service-card {
    flex-basis: calc(33.333% - 20px); /* Lays out three cards per row */
    max-width: none;
  }
}

/* For screens larger than 1024px */
@media (min-width: 1024px) {
  .service-card {
    flex-basis: calc(30% - 20px); /* Slightly adjusts width for larger screens */
  }
}
/*End*/

/*WAPT Service Css*/

.vapt-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 20px;
}

/* Flexbox layout for desktop */
@media (min-width: 768px) {
    .vapt-container {
        flex-direction: row;
        justify-content: center;
        align-items: flex-start;
    }
}

.vapt-image-column {
    flex: 1;
    padding-right: 20px;
    text-align: center;
}

@media (min-width: 768px) {
    .vapt-image-column {
        padding-right: 40px;
    }
}

.vapt-image-wrapper {
    background-color: #002D52;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-top:30px;
}

.vapt-image-wrapper img {
    max-width: 100%;
    height: auto;
    display: block;
}

.vapt-content-column {
    flex: 1;
    padding-top: 20px;
}

@media (min-width: 768px) {
    .vapt-content-column {
        padding-top: 0;
    }
}

.vapt-content-column h1 {
    font-size: 2.5em;
    margin-bottom: 20px;
}

.vapt-content-column p {
    margin-bottom: 15px;
}

.vapt-content-column ul {
    list-style: none; /* Remove default bullets */
    padding-left: 0;
}

.vapt-content-column li {
    margin-bottom: 15px;
}

.vapt-content-column li p {
    margin: 0;
    position: relative;
    padding-left: 20px; /* Space for the custom bullet */
}

/* Custom bullet point styling */
.vapt-content-column li p::before {
    content: "•";
    color: #FFA500;
    font-weight: bold;
    font-size: 1.5em;
    position: absolute;
    left: 0;
    top: -5px;
}

strong {
    font-weight: bold;
}

.vapt-methodology {
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 50px 20px; /* Adjust padding for spacing on all screens */
}

/* Inner container to control content width */
.vapt-content {
    max-width: 800px; /* Limits the width of the text on large screens */
    margin: 0 auto;  /* Centers the content block */
}

.vapt-methodology h2 {
    font-size: 2.5em; /* Adjusts the heading size */
    margin-bottom: 20px;
}

.vapt-methodology p {
    font-size: 1.1em; /* Adjusts the paragraph font size */
    line-height: 1.6;
    margin-bottom: 15px;
}

/* Optional: Media query for larger screens to increase padding */
@media (min-width: 768px) {
    .vapt-methodology {
        padding: 80px 40px;
    }

    .vapt-methodology h2 {
        font-size: 3em;
    }
}

        /* Grid Container */
        .grid-container {
            display: grid;
            gap: 20px;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            max-width: 1200px;
            margin: 0 auto;
            margin-bottom:40px;
        }

        /* Card Styles */
        .grid-item {
            background-color: #000;
            border: 1px solid #d4e0ff;
            border-radius: 10px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            padding: 20px;
            text-align: center;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .grid-item .icon {
            width: 80px;
            height: 80px;
            margin-bottom: 15px;
        }

        .grid-item h3 {
            font-size: 1.2em;
            color: #fff;
            margin-bottom: 10px;
        }

        .grid-item p {
            font-size: 0.9em;
            color: #fff;
            line-height: 1.5;
        }

        /* Image Sizing for Icons */
        .grid-item img {
            max-width: 100%;
            height: auto;
        }

/*End*/


.authorized-img{
    width:100%;
}




