/* @import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap'); */

:root {
    --red: #ED1C24;
    --black: #2E2937;
    --white: #fff;
}

/* Presets */
body {
    font-size: 1rem;
    font-weight: 300;
}

a:hover {
    color: var(--red) !important;
}
div#n2-ss-2 .n2-font-3cfa66eac24b77d1e5a1447755b7b538-hover , div#n2-ss-2 .n2-font-d0c1592a2ddfb7b1cd0495d1649b7dc3-hover , div#n2-ss-2 .n2-font-98559c91e4af7db3a996716e2b38c529-hover{
    font-family: 'Segoe UI' !important;
}

p {
    margin-bottom: 1rem !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 1rem !important;
    position: relative;
}

h6 {
    font-size: 1.125rem;
    font-weight: 700;
}

/* Buttons */
.btn {
    width: fit-content;
    font-size: 1rem;
    font-weight: 700;
}

.btn a {
    text-decoration: none !important;
}

.btn:hover>i {
    transform: translateX(10px);
}

.btn>i {
    transform: translateX(5px);
    transition: .3s ease-in-out all;
}

.btn-xl {
    padding: .85rem 1.85rem !important;
}

.btn-red {
    color: var(--white) !important;
    background-color: var(--red) !important;
    border: 2px solid var(--red) !important;
}

.btn-red:hover {
    color: var(--red) !important;
    background-color: var(--white) !important;
    border: 2px solid var(--red) !important;
}

.btn-rounded {
    border-radius: 5rem !important;
}

/* Heading Groups */
.hgroup {
    width: fit-content;
    height: auto;
    padding: 0;
    margin: 0;
    position: relative;
}

.hgroup.centered {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.hgroup>h6,
.heading-subtitle h6 {
    margin-bottom: 0;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 8px;
    text-transform: uppercase;
}

.hgroup>h2,
.heading-title h2 {
    margin-bottom: 1rem;
    font-size: 3.75rem;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -1px;
}

/* Header & Navbar */

.header {
    width: 100%;
    height: auto;
    position: sticky;
    top: 0;
    z-index: 99999;
    background-color: #fff;
}

.header .navbar-brand {
    padding: 0;
    margin: 0;
}

.header .navbar-brand img {
    max-width: 15rem;
	transition: .1s ease all;
}

.navbar-toggler {
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
}

.header .nav-link {
    color: var(--black);
    font-weight: 500;
}

.header .nav-link.active {
    color: var(--red);
}

/* Hero */
.hero-block {
    width: 100% !important;
    height: auto !important;
    padding: 0;
    margin: 0;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow: hidden !important;
}

.hero-content {
    width: 100%;
    height: auto;
    padding: 1rem;
    margin: 1rem auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    overflow: hidden;
}

.hero-content h6,
.hero-content h1,
.hero-content p,
.hero-content a {
    line-height: 1;
    margin: 1rem auto;
    text-align: center;
}

.hero-content h6 {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 8px;
    color: var(--black);
}

.hero-content h1 {
    font-size: 6rem;
    font-weight: 700;
    letter-spacing: -1px;
    color: var(--red);
}

.hero-content p {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: -1px;
}

/* Services Block */
.service-inner {
    padding: 5rem;
    border-radius: 5rem !important;
    background-color: #FFFAFA;
    overflow: hidden !important;
}

.service-card {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 1rem 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1rem;
}

.service-card>img {
    flex: 1;
    width: 100%;
    max-width: 5rem;
    height: auto;
    object-fit: cover;
}

.service-card>.services-content {
    position: relative;
}

.service-card>.services-content h5 {
    margin-bottom: .5rem;
    font-size: 1.5rem;
    font-weight: 700;
}

.service-card>.services-content p {
    margin-bottom: 0;
}

/* Team Block */
.team-member {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.team-member {
    width: 100%;
    height: 25rem;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    border-radius: 3rem;
}

.team-member img {
    width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.team-member .team-card-label {
    width: fit-content;
        height: auto;
        padding: .25rem .75rem;
        margin: 0;
        position: absolute;
        top: 2rem;
        right: 2rem;
        color: var(--white);
        background-color: var(--red);
        border-radius: 5rem;
        font-size: 0.75rem;
        font-weight: 300;
}

.team-member .btn {
    width: fit-content;
    padding: .5rem 1.5rem;
    position: absolute;
    left: 50%;
    bottom: 2.1rem;
    transform: translateX(-50%);
    font-weight: 600;
    text-transform: uppercase;
    white-space: nowrap;
}

/* Testimonials */
.testimonial-item {
    width: 100% !important;
    max-width: 991px;
    height: auto !important;
    padding: 0 5rem !important;
    margin: 1rem auto !important;
    background-image: url(../img/icons/double-quotes.svg);
    background-position: top left;
    background-size: 3rem;
    background-repeat: no-repeat;
}

.testimonial-item>p {
    font-size: 1.5rem;
    font-style: italic;
    font-weight: 400;
}

.testimonial-item .author {
    width: fit-content;
    height: auto;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
}

.testimonial-item .author>img {
    width: 5rem;
    height: auto;
    border-radius: 5rem;
}

.testimonial-item .author>.author-info>h5 {
    margin-bottom: 0;
    font-size: 1.125rem;
    font-weight: 700;
}

.testimonial-item .author>.author-info>p {
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    opacity: .7;
    text-transform: capitalize;
}

.testimonial-item .elementor-widget-image .elementor-widget-container {
    width: 5rem;
    height: 5rem !important;
    padding: 0;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5rem;
    overflow: hidden;
}

.testimonial-item .elementor-widget-image .elementor-widget-container>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel-controls {
    width: fit-content;
    height: auto;
    padding: 0;
    margin: 1rem auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.carousel-control-prev,
.carousel-control-next {
    width: 5rem;
    height: 5rem;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: static;
    color: #0006 !important;
    border: 2px solid #0006;
    border-radius: 5rem;
    opacity: 1;
}



.carousel-control-prev:hover,
.carousel-control-next:hover {
    color: var(--red) !important;
    border-color: var(--red);
}

/* News & Blogs */
.news-block {
    padding: 3rem 3rem 5rem 3rem !important;
        background-color: #ED1C240A;
        border-radius: 5rem !important;
}

.news-each {
        width: 100% !important;
            height: 100% !important;
            padding: 0;
            margin: 1rem auto;
            position: relative !important;
            border-radius: 1rem !important;
            box-shadow: 0px 0px 30px 0px #3333331A;
            background-color: #fff;
            overflow: hidden !important;
}

.team-block .row [class*="col"]:nth-child(1) .team-card,
.news-block .row [class*="col"]:nth-child(1) .news-each {
    transition-delay: .3s !important;
}

.team-block .row [class*="col"]:nth-child(2) .team-card,
.news-block .row [class*="col"]:nth-child(2) .news-each {
    transition-delay: .6s !important;
}

.team-block .row [class*="col"]:nth-child(3) .team-card,
.news-block .row [class*="col"]:nth-child(3) .news-each {
    transition-delay: .9s !important;
}

.news-each-preview {
    width: 100%;
    height: 15rem;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.news-each-preview>img {
    width: 100%;
    height: auto;
    min-height: 100%;
    object-fit: cover;
}

.news-each-content {
    width: 100%;
    height: auto;
    padding: 1rem;
    margin: 0;
}

.news-each-content>h5 {
    margin-bottom: .5rem;
    font-size: 1.375rem;
    font-weight: 700;
}

.news-each-content>p {
    margin-bottom: .5rem;
    font-size: 1rem;
    font-weight: 400;
    color: #606060;
}

.news-each-content>a {
    color: var(--red);
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
}

.news-each-content i {
    color: var(--red);
}

.news-each-content span {
    font-size: .75rem;
    font-weight: 400;
    color: #606060;
}

.news-each-meta {
        width: 100% !important;
            height: auto !important;
            padding: 0 1rem !important;
            margin: 1rem 0 !important;
            display: flex !important;
            justify-content: flex-start !important;
            align-items: center !important;
            gap: 1rem !important;
}

.news-each-meta>.fa-solid {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-transform: lowercase !important;
}

.news-each-meta>.fa-solid span {
    font-family: 'Figtree';
    text-transform: capitalize;
    font-size: .75rem;
    font-weight: 400;
    color: #606060;
}

.news-each-meta>.fa-solid::before {
    margin-right: .5rem;
    color: #ed1c24;
}

.news-each h5 {
    padding: 0 1rem;
    margin-bottom: .5rem;
    font-size: 1.375rem !important;
    font-weight: 700;
}

.news-each p {
    padding: 0 1rem;
    margin-bottom: 0 !important;
    font-size: 1rem;
    font-weight: 400;
    color: #606060;
}

.news-each a {
    margin: 1rem;
    color: var(--red) !important;
    text-decoration: none;
    font-size: 1rem !important;
    font-weight: 500;
    display: inline-block;
}

.news-each-preview>.elementor-widget-container {
    width: 100%;
    height: 15rem;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.news-each-preview>.elementor-widget-container>img {
    width: 100%;
    height: auto;
    min-height: 100%;
    object-fit: cover;
}

/* Clients Block */
.clients-block {
    background-color: #ed1c24;
}

.clients-block .carousel-item .row [class*="col"] img {
    opacity: 0;
    transform: translateY(-1rem);
    transition: .3s ease all;
}

.clients-block .carousel-item.active .row [class*="col"] img {
    opacity: 1;
    transform: translateY(0);
}

.clients-block .carousel-item.active .row [class*="col"]:nth-child(1) img {
    transition-delay: .1s;
}

.clients-block .carousel-item.active .row [class*="col"]:nth-child(2) img {
    transition-delay: .2s;
}

.clients-block .carousel-item.active .row [class*="col"]:nth-child(3) img {
    transition-delay: .3s;
}

.clients-block .carousel-item.active .row [class*="col"]:nth-child(4) img {
    transition-delay: .4s;
}

.clients-block .carousel-item.active .row [class*="col"]:nth-child(5) img {
    transition-delay: .5s;
}

.clients-block .carousel-item.active .row [class*="col"]:nth-child(6) img {
    transition-delay: .6s;
}

/* Footer */


.footer {
    color: #fff;
    background-image: url(https://www.cyberforte.co.uk//wp-content/uploads/2025/02/Frame-3-2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: overlay;
}

.footer-brand {
    display: block;
    margin-bottom: 1rem;
}


.footer-brand>img {
    width: 100%;
    height: auto;
}



ul.footer-social {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 2rem;
    margin-top: 70px;
}

ul.footer-social li a {
    width: 3rem;
    height: 3rem;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    color: var(--white);
    background-color: #0000;
    border: 2px solid var(--white);
    border-radius: 3rem;
    text-decoration: none;
}

ul.footer-social li a:hover {
    color: var(--white) !important;
    background-color: var(--red);
}

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

ul.footer-nav li {
    margin-bottom: 1rem;
}

ul.footer-nav li a {
    display: inline-block;
    font-size: .875rem;
    font-weight: 500;
    text-decoration: none;
    color: #d1d1d1;
    transition: .3s ease all;
}

ul.footer-nav li a::before {
    content: "\f061";
    width: auto;
    height: auto;
    margin-right: .5rem;
    font-family: 'FontAwesome';
}

ul.footer-nav li a:hover {
    transform: translateX(.25rem);
}

.footer-subscribe {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.footer-subscribe .form-group {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
}

.footer-subscribe .form-group input[type="text"] {
    width: 100%;
    height: auto;
    padding: 1rem;
    margin: 0;
    color: var(--black);
    background-color: var(--white);
    border: 2px solid var(--white);
    outline: none;
    border-radius: 3rem;
}

.footer-subscribe .form-group input[type="text"]:focus {
    border-color: var(--red);
    box-shadow: 0px 0px 0px 5px #ff00004a;
}

.footer-subscribe .form-group button[type="submit"] {
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: .5rem;
    color: var(--white);
    background-color: var(--red);
    border: 3px solid var(--red);
    border-radius: 3rem;
}

.footer-subscribe .form-group button[type="submit"]:hover,
.footer-subscribe .form-group button[type="submit"]:focus {
    color: var(--red);
    background-color: var(--white);
    border: 3px solid var(--red);
}

.footer-subscribe .form-group label {
    line-height: 1;
}

/*  */
.n2-ss-section-main-content {
    width: 100%;
    max-width: 991px !important;
    height: auto;
    padding: 0 5rem !important;
    margin: 1rem auto;
    background-image: url(../img/icons/double-quotes.svg), url(../img/icons/double-quotes.svg) !important;
    background-position: top left, top right;
    background-size: 3rem !important;
    background-repeat: no-repeat !important;
}

.n2-ss-section-main-content .n2-ss-layer-row-inner {
    width: 100% !important;
    height: auto;
    padding: 0;
    margin: 0 !important;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.n2-ss-item-image-content {
    width: 5rem;
    height: 5rem;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 5rem;
}

.n2-ss-section-main-content .n2-ss-item-image-content>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.n2-ss-section-main-content h5.n2-ss-text {
    margin-bottom: 0 !important;
}

.n2-ss-slider-wrapper-inside .n2-ss-slider-controls {
    width: 5rem !important;
    height: 5rem !important;
    padding: 0px;
    margin: 10px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    position: static !important;
    color: #0006 !important;
    /* border: 2px solid #0006; */
    border-radius: 5rem;
    opacity: 1;
}

.n2-ss-slider-wrapper-inside {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
}

.n2-ss-slider-wrapper-inside .n2-ss-slider-controls>div {
    margin: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #0006;
    border-radius: 5rem;
}
div#n2-ss-2-arrow-next {
    border-color: #ed1c24;
}
div#n2-ss-2-arrow-next::before {
    content: "";
    background-image: url(https://www.cyberforte.co.uk/wp-content/uploads/2025/02/Vector-1.png);
    position: absolute;
    width: 15px;
    height: 15px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
div#n2-ss-2-arrow-previous::before {
    content: "";
    background-image: url(https://www.cyberforte.co.uk/wp-content/uploads/2025/02/Vector.png);
    position: absolute;
    width: 15px;
    height: 15px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.5;
}
.custom-test-slider h5 {
    padding: 10px 10px 10px 30px !important;
    justify-content: center;
}
div#n2-ss-2item4 , div#n2-ss-2item8{
    padding-left: 30px;
}
div#n2-ss-2 .nextend-arrow img {
    width: 0 !important;
}


.n2-ss-slider-wrapper-inside .n2-ss-slider-controls>div>img {
    opacity: .5;
}

.n2-ss-slider-wrapper-inside .n2-ss-slider-controls>div:hover {
    border-color: red;
}

.n2-ss-slider-wrapper-inside .n2-ss-slider-1 {
    width: 100%;
    margin: 0 auto;
}

.n2-ss-slider-wrapper-inside .n2-ss-slider-1 .n2-ss-slider-2 {
    width: 100%;
    max-width: 991px;
    margin: 0 auto;
}

/*  */
.contact-information h3 {
    margin: 0 !important;
    font-size: 1.5rem;
    font-weight: 400;
    text-transform: capitalize;
        position: relative;
            color: var(--black);
}

.contact-information h3::before {
    content: "";
    width: 10%;
    height: 3px;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: -5px;
    background-color: var(--black);
}

.contact-form form {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    position: relative;
}

.contact-form form p {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 1rem;
}

.contact-form form h3 {
        margin: 0 0 1rem 0;
            font-size: 2rem;
            font-weight: bold;
            text-transform: capitalize;
            position: relative;
            color: var(--black);
}

.contact-form form p label {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    font-weight: bold;
}
ul.sub-menu li {
    display: flex;
    justify-content: space-between;
}
ul.sub-menu i {
    filter: invert(1);
}
.footer-col{
    max-width: 33.33%;
}

.contact-form form p label span {
    margin: .5rem 0;
    display: block;
}

.contact-form form p label span input[type=date],
.contact-form form p label span input[type=email],
.contact-form form p label span input[type=number],
.contact-form form p label span input[type=password],
.contact-form form p label span input[type=search],
.contact-form form p label span input[type=tel],
.contact-form form p label span input[type=text],
.contact-form form p label span input[type=url],
.contact-form form p label span select,
.contact-form form p label span textarea {
    width: 100%;
    height: auto;
    padding: .85rem 1rem;
    margin: 0;
    border: 1px solid #333;
    outline: none;
}


.contact-form form p label span input[type=date]:hover,
.contact-form form p label span input[type=email]:hover,
.contact-form form p label span input[type=number]:hover,
.contact-form form p label span input[type=password]:hover,
.contact-form form p label span input[type=search]:hover,
.contact-form form p label span input[type=tel]:hover,
.contact-form form p label span input[type=text]:hover,
.contact-form form p label span input[type=url]:hover,
.contact-form form p label span select:hover,
.contact-form form p label span textarea:hover {
    border-color: #333;
}

.contact-form form p label span input[type=date]:focus,
.contact-form form p label span input[type=email]:focus,
.contact-form form p label span input[type=number]:focus,
.contact-form form p label span input[type=password]:focus,
.contact-form form p label span input[type=search]:focus,
.contact-form form p label span input[type=tel]:focus,
.contact-form form p label span input[type=text]:focus,
.contact-form form p label span input[type=url]:focus,
.contact-form form p label span select:focus,
.contact-form form p label span textarea:focus {
    border-color: #333;
    box-shadow: 0 0 0 3px #3335;
}

.contact-form form p label span textarea {
    height: 5rem;
}

.contact-form form p input[type=submit] {
        color: #fff;
            background-color: #333;
            border-color: #333;
}
.contact-information .elementor-widget-image .elementor-widget-container {
    width: 100%;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-information .elementor-widget-container img {
    width: 100%;
    max-width: 3rem;
    height: auto;
}

.contact-information .elementor-widget-container h5 {
    margin: 0 !important;
}

/* Page Title */
.page-title {
    background-blend-mode: hard-light;
}
footer.footer p {
    font-size: 12px !important;
    line-height: 24px !important;
}
.form-group label {
    font-size: 14px;
    opacity: 0.5;
}
ul.footer-nav {
    margin-top: 50px;
}
span.text-red {
    color: #ed1c24;
}
footer.footer .copyright{
    font-size: 14px !important;
}
hr {
    opacity: 1;
}
.d-flex.gap-3.custom-header-icon.mobile-view {
    display: none !important;
}
.copy-row {
    max-width: 100%;
    width: 100%;
}
.row.pt-5.footer-row {
    padding-bottom: 2rem;
    padding-top: 5rem !important;
}

.contact-form input, .contact-form textarea {
    background-color: #f7f6f68a;
    border: unset !important;
    box-shadow: 0px 11px 10px -3px #ed1c2433;
}
.contact-form input:focus, .contact-form textarea:focus {
    box-shadow: 0px 11px 10px -3px #ed1c2433 !important;
}
.contact-form form h3 {
    text-align: center;
}
.contact-form {
    border: 1px solid #E22220;
    padding: 3rem;
    border-radius: 20px;
    box-shadow: 0px 0px 30px -3px #ed1c2433;
}
span.wpcf7-spinner {
    position: absolute;
    right: 20px;
}
.contact-form form p input[type=submit] {
    color: #fff;
    background-color: #333;
    border-color: #333;
    padding: 12px 60px !important;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 20px;
}
.footer-col {
    max-width: 26.33%;
}
.offset-xl-1 {
    margin-left: 20.333333%;
}

@media(max-width:992px){
    .d-flex.gap-3.custom-header-icon {
    display: none !important;
}
.d-flex.gap-3.custom-header-icon.mobile-view {
    display: block;
}
    .d-flex.gap-3.custom-header-icon.mobile-view {
        display: flex !important;
        gap: 15px !important;
        position: absolute;
        right: 80px;
    }
    .offset-xl-1 {
        margin-left: 0%;
    }
   
    li.has-sub-submenu.active i {
        transform: rotate(180deg);
    }
    li.has-sub-submenu i {
        transition: transform 0.3s ease-in-out;
    }
    .container, .container-sm {
        max-width: 100%;
    }   
    div#navbarSupportedContent {
        position: absolute;
        width: 100%;
        top: 100%;
        background-color: #fff;
       
    }
    .contact-form form p {
        flex-direction: column;
    }
    .contact-form {
        padding: 2rem;
    }
    ul.sub-menu li {
        border-bottom: 1px solid #f2555b3d !important;
    }
    ul.sub-sub-menu li {
        border: unset !important;
    }
    ul.sub-menu {
        width: 100%;
        max-width: 100%;
    }
    .team-member img {
        width: 100%;
        min-height: 100%;
        object-fit: cover;
        height: 100% !important;
        border-radius: 50px !important;
        object-position: 100% 25%;
    }
    a.navbar-brand {
        padding-left: 10px !important;
    }
    button.navbar-toggler {
        right: 10px;
        position: relative;
    }
    .n2-ss-slider-wrapper-inside .n2-ss-slider-controls {
        margin: 5px;
    }
    .custom-test-slider h6 {
        max-width: 80%;
        margin: 0 auto 30px !important;
    }
    ul.footer-nav {
        margin-top: 0px;
    }
    .footer-brand>img {
        width: 50%;
        height: auto;
    }
    .row.pt-5.footer-row {
        padding-bottom: 2rem;
        padding-top: 3rem !important;
    }
    ul.footer-social {
        margin-top: 0;
        gap: 1rem;
    }
    .blogs-row .e-child {
        flex-direction: column;
    }
    .news-each-meta>div {
        width: 100%;
    }
    ul.sub-menu li {
        flex-direction: column;
    }
    li.nav-item {
        border-bottom: 1px solid #f2555b;
    }
    li.menu-p.nav-item {
        padding-top: 10px;
    }
    header.container-fluid.header {
        padding: 0;
    }
    li.nav-item a {
        padding-left: 10px;
        padding-right: 10px;
    }
    ul.sub-menu {
        position: static !important;
    }
    .footer-col {
        max-width: 100%;
    }
    .footer-menu-col {
        max-width: 50%;
    }

}