:root {
    --default-font: "Roboto", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --heading-font: "Raleway", sans-serif;
    --nav-font: "Poppins", sans-serif;
}

body {
    font-family: var(--default-font);
    font-weight: normal;
    font-style: normal;
    color: #747E88;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--default-font);
    font-weight: 600;
    color: #38424D;
    margin: 0px;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
    text-decoration: none;
    outline: none;
}

a:focus,
a:hover {
    text-decoration: none;
}

i,
span,
a {
    display: inline-block;
}

a {
    color: #F94F4F;
}

    a:hover {
        color: #F94F4F;
    }

p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #747E88;
    margin: 0px;
}

img {
    max-width: 100%;
}

ul, ol, li {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.bg_cover {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

/*===== All Button Style =====*/
.main-btn {
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    text-align: center;
    background-color: #38424D;
    vertical-align: middle;
    user-select: none;
    padding: 0 28px;
    line-height: 50px;
    border-radius: 50px;
    transition: all 0.4s ease-out 0s;
    border-top-right-radius: 0;
    border: 0;
    -webkit-transi -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
}

    .main-btn:hover {
        background-color: rgba(56, 66, 77, 0.8);
        color: #fff;
    }

.section_title .main_title {
    font-size: 35px;
    font-weight: 700;
    margin-top: 16px;
}

.section_title .sub_title {
    font-size: 20px;
    font-weight: 600;
    color: #F94F4F;
}

.section_title p {
    margin-top: 20px;
}

/*===== NAVIGATION BAR =====*/
.header_navbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100px;
    z-index: 99;
    background-color: #fff;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
}

.sticky {
    position: fixed;
    z-index: 99;
    background-color: #fff;
    -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

    .sticky .navbar {
        padding: 10px 0;
    }

.navbar {
    padding: 15px 0;
    border-radius: 5px;
    position: relative;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
}

.navbar-brand {
    padding: 0;
}

.navbar-toggler {
    padding: 0;
}

    .navbar-toggler .toggler-icon {
        width: 30px;
        height: 2px;
        background-color: #38424D;
        display: block;
        margin: 5px 0;
        position: relative;
        transition: all 0.3s ease-out 0s;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
    }

    .navbar-toggler.active .toggler-icon:nth-of-type(1) {
        top: 7px;
        transform: rotate(47deg);
        -webkit-transform: rotate(47deg);
        -moz-transform: rotate(47deg);
        -ms-transform: rotate(47deg);
        -o-transform: rotate(47deg);
    }

    .navbar-toggler.active .toggler-icon:nth-of-type(2) {
        opacity: 0;
    }

    .navbar-toggler.active .toggler-icon:nth-of-type(3) {
        top: -7px;
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
    }

.navbar-nav .nav-item {
    margin-left: 45px;
    position: relative;
}

    .navbar-nav .nav-item a {
        position: relative;
        font-size: 16px;
        font-weight: 600;
        color: #747E88;
        padding: 10px 0;
        transition: all 0.3s ease-out 0s;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
    }

    .navbar-nav .nav-item.active > a, .navbar-nav .nav-item:hover > a {
        color: #F94F4F;
    }

    .navbar-nav .nav-item:hover .sub-menu {
        top: 100%;
        opacity: 1;
        visibility: visible;
    }

    .navbar-nav .nav-item .sub-menu {
        width: 200px;
        background-color: #fff;
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
        position: absolute;
        top: 110%;
        left: 0;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease-out 0s;
        -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
    }

        .navbar-nav .nav-item .sub-menu li {
            display: block;
        }

            .navbar-nav .nav-item .sub-menu li a {
                display: block;
                padding: 8px 20px;
                color: #38424D;
            }

                .navbar-nav .nav-item .sub-menu li a.active, .navbar-nav .nav-item .sub-menu li a:hover {
                    padding-left: 25px;
                    color: #F94F4F;
                }

.navbar-nav .sub-nav-toggler {
    display: none;
}

    .navbar-nav .sub-nav-toggler span {
        position: relative;
        width: 8px;
        height: 8px;
        top: -5px;
        border-left: 1px solid #38424D;
        border-bottom: 1px solid #38424D;
        transform: rotate(-47deg);
        -webkit-transform: rotate(-47deg);
        -moz-transform: rotate(-47deg);
        -ms-transform: rotate(-47deg);
        -o-transform: rotate(-47deg);
    }

/*===== Header hero =====*/
.header_hero {
    min-height: 680px;
    background-color: #FBFBFF;
    position: relative;
    overflow: hidden;
    margin-top: -44px;
}

.header_shape {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 640px;
}

    .header_shape::before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        width: 1000%;
        height: 100%;
        background-color: #F5F5FC;
        transform: skewX(-15deg);
    }

.header_image {
    position: absolute;
    top: 0px;
    left: 0;
    width: 130%;
    height: 100%;
}

    .header_image img {
        max-width: 100%;
        height: auto;
    }

.header_hero_content {
    margin-top: 60px;
}

    .header_hero_content .hero_title {
        font-size: 45px;
        font-weight: 800;
    }

        .header_hero_content .hero_title span {
            color: #F94F4F;
        }

    .header_hero_content p {
        margin-top: 30px;
    }

    .header_hero_content ul {
        padding-top: 20px;
    }

        .header_hero_content ul li {
            display: inline-block;
            margin-left: 50px;
            margin-top: 30px;
        }

            .header_hero_content ul li:first-child {
                margin-left: 0;
            }

.carousel {
    width: 100%;
    max-width: 640px; /* adjust as needed */
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    position: absolute;
    margin-left: 13%;
    top: 0px;
}

.slides {
    display: flex;
    width: 100%;
    animation: slideSmooth 20s infinite;
}

.slide-item {
    width: 100%;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

    .slide-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.overlay_text {
    margin: 20px 10px;
    font-size: 18px;
    font-weight: 600;
    color: #333;
    background-color: lightgrey;
    padding: 10px;
    border-radius: 10px;
}
/* Smooth infinite scroll using % breaks */
@keyframes slideSmooth {
    0% {
        transform: translateX(0);
    }

    20% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-100%);
    }

    45% {
        transform: translateX(-100%);
    }

    50% {
        transform: translateX(-200%);
    }

    70% {
        transform: translateX(-200%);
    }

    75% {
        transform: translateX(-300%);
    }

    95% {
        transform: translateX(-300%);
    }

    100% {
        transform: translateX(0);
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .header_hero {
        display: flex;
        flex-direction: column;
        height: auto !important;
        padding: 20px 15px;
        overflow: visible;
    }

    .header_hero_content {
        text-align: center;
        margin-top: 200px;
        padding: 0 15px;
    }

        .header_hero_content ul li {
            margin: 10px 10px 0 10px;
        }

    .carousel {
        position: relative !important;
        margin: 30px auto 0 auto !important;
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden;
    }

        .carousel .slide-item img {
            object-fit: contain !important;
            height: auto !important;
        }

    .header_image {
        position: static !important;
        width: 100% !important;
        margin-top: 0;
        padding: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .header_shape {
        display: none !important;
    }
}

.single_services {
    border: 2px dashed #E8E8E8;
    border-radius: 10px;
    padding: 50px 25px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}

    .single_services .services_icon {
        position: relative;
        display: inline-block;
    }

        .single_services .services_icon i {
            position: absolute;
            top: 50%;
            left: 50%;
            font-size: 52px;
            color: #38424D;
            transition: all 0.3s ease-out 0s;
            transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            -webkit-transition: all 0.3s ease-out 0s;
            -moz-transition: all 0.3s ease-out 0s;
            -o-transition: all 0.3s ease-out 0s;
            -ms-transition: all 0.3s ease-out 0s;
        }

    .single_services .services_icon {
        fill: #fff1f1;
        transition: all 0.3s ease-out 0s;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
    }

    .single_services .services_content {
        margin-top: 40px;
    }

        .single_services .services_content .services_title a {
            font-size: 28px;
            color: #38424D;
            font-weight: 600;
            -webkit-transition: all 0.3s ease-out 0s;
            -moz-transition: all 0.3s ease-out 0s;
            -ms-transition: all 0.3s ease-out 0s;
            -o-transition: all 0.3s ease-out 0s;
            transition: all 0.3s ease-out 0s;
        }

            .single_services .services_content .services_title a:hover {
                color: #F94F4F;
            }

        .single_services .services_content p {
            margin-top: 15px;
        }

    .single_services.active, .single_services:hover {
        border-color: #F94F4F;
        -webkit-box-shadow: 0px 10px 15px 0px rgba(157, 106, 106, 0.15);
        -moz-box-shadow: 0px 10px 15px 0px rgba(157, 106, 106, 0.15);
        box-shadow: 0px 10px 15px 0px rgba(157, 106, 106, 0.15);
    }

        .single_services.active .services_icon i, .single_services:hover .services_icon i {
            color: red;
        }

.about_area {
    position: relative;
}

.about_image {
    position: absolute;
    left: -145px;
}

    .about_image .image {
        padding-right: 25px;
    }

        .about_image .image img {
            max-width: 700px;
        }

.about_content {
    padding-top: 50px;
}

    .about_content .about_list {
        padding-top: 10px;
    }

        .about_content .about_list li {
            margin-top: 20px;
        }

            .about_content .about_list li .about_check i {
                font-size: 16px;
                width: 27px;
                height: 27px;
                line-height: 27px;
                text-align: center;
                color: #fff;
                background-color: #F94F4F;
                border-radius: 50%;
                -webkit-transition: all 0.3s ease-out 0s;
                -moz-transition: all 0.3s ease-out 0s;
                -ms-transition: all 0.3s ease-out 0s;
                -o-transition: all 0.3s ease-out 0s;
                transition: all 0.3s ease-out 0s;
                position: relative;
                top: 4px;
            }

            .about_content .about_list li .about_list_content {
                padding-left: 20px;
            }

@media (min-width: 768px) and (max-width: 1024px) {
    .about_area {
        padding: 2rem 1rem;
        position: relative;
        overflow-x: hidden;
    }

    .about_image {
        position: relative !important;
        left: 0 !important;
        margin-bottom: 1.5rem;
        width: 100% !important;
        display: flex;
        justify-content: center;
        padding: 0 15px;
    }

        .about_image .image img {
            max-width: 100%;
            height: auto;
        }

    .about_content {
        padding: 0 15px;
    }

        .about_content > .col-lg-6 {
            width: 100% !important;
        }

        .about_content .wow[data-wow-delay="1s"] {
            width: 100% !important;
            padding: 0;
        }
}

.single_inside {
    border: 2px dashed #ffc107;
    border-radius: 10px;
    padding: 10px 20px;
    min-height: 550px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
}

    .single_inside ul li i {
        font-size: 1rem;
    }

    .single_inside ul li span {
        margin: 3px 0 0 10px;
    }

    .single_inside .inside_title {
        fill: #fff1f1;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
    }

        .single_inside .inside_title .icon-box {
            font-size: 52px;
            -webkit-transition: all 0.3s ease-out 0s;
            -moz-transition: all 0.3s ease-out 0s;
            -ms-transition: all 0.3s ease-out 0s;
            -o-transition: all 0.3s ease-out 0s;
            transition: all 0.3s ease-out 0s;
        }


    .single_inside .inside_content .inside_header {
        font-size: 26px;
        font-weight: 700;
        color: #38424D;
    }

    .single_inside .inside_content p {
        margin-top: 15px;
        line-height: 37px;
    }

    .single_inside.active, .single_inside:hover {
        border-color: #F94F4F;
        -webkit-box-shadow: 0px 10px 15px 0px rgba(157, 106, 106, 0.15);
        -moz-box-shadow: 0px 10px 15px 0px rgba(157, 106, 106, 0.15);
        box-shadow: 0px 10px 15px 0px rgba(157, 106, 106, 0.15);
    }

    .single_inside .highlight {
        color: orangered;
        font-weight: 400;
    }

    .single_inside:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    }

        .single_inside:hover .icon-box i {
            color: #F94F4F;
        }

        .single_inside:hover .inside_header {
            color: #F94F4F;
        }

    .single_inside.active .inside_title .icon-box, .single_inside.active .inside_content .inside_header {
        color: #F94F4F;
    }
/*--------------------------------------------------------------
# F.A.Q Section
--------------------------------------------------------------*/

#faq {
    padding: 60px 0;
}

    #faq #faq-list {
        padding: 0;
        list-style: none;
    }

        #faq #faq-list li {
            border-bottom: 1px solid #ddd;
        }

        #faq #faq-list a {
            padding: 18px 0;
            display: block;
            position: relative;
            font-family: "Raleway", sans-serif;
            font-size: 16px;
            line-height: 24px;
            font-weight: 600;
            padding-right: 20px;
        }

        #faq #faq-list i {
            font-size: 24px;
            position: absolute;
            right: 0;
            top: 16px;
        }

        #faq #faq-list p {
            margin-bottom: 20px;
        }

        #faq #faq-list a.collapse {
            color: #f82249;
        }

        #faq #faq-list a.collapsed {
            color: #000;
        }

            #faq #faq-list a.collapsed i::before {
                content: "\f055" !important;
            }

.book-demo {
    color: #fff !important;
    background: #f82249;
    padding: 10px 22px !important;
    border-radius: 50px;
    border: 2px solid #f82249;
    transition: all ease-in-out 0.3s !important;
    font-weight: 500 !important;
    margin-top: 6px;
    line-height: 1;
    font-size: 14px !important;
}

/* Container padding and spacing */
#book-demo {
    background: #f9f9f9;
    position: relative;
    overflow: hidden;
}

    /* Section header enhancements */
    #book-demo .section-header h3 {
        font-size: 2.2rem;
        font-weight: 700;
        color: #333;
        margin-bottom: 10px;
    }

    #book-demo .section-header p {
        color: #555;
        font-size: 1rem;
        margin-bottom: 30px;
    }

    /* Image */
    #book-demo img {
        border-radius: 10px;
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
        transition: transform 0.4s ease;
    }

        #book-demo img:hover {
            transform: scale(1.03);
        }

    /* Card styling */
    #book-demo .card {
        border-radius: 10px;
        border: none;
        background: #fff;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
        transition: all 0.3s ease-in-out;
    }

        #book-demo .card:hover {
            transform: translateY(-4px);
        }

    /* Form labels */
    #book-demo .form-label {
        font-weight: 600;
        color: #333;
    }

    /* Input & Textarea styling */
    #book-demo .form-control {
        border-radius: 8px;
        border: 1px solid #ccc;
        transition: border-color 0.3s;
    }

        #book-demo .form-control:focus {
            border-color: #0d6efd;
            box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.2);
        }

    /* Button styling */
    #book-demo button[type="submit"] {
        font-weight: 600;
        padding: 12px 25px;
        border-radius: 8px;
        transition: background-color 0.3s ease, transform 0.2s ease;
    }

        #book-demo button[type="submit"]:hover {
            background-color: #dc3545;
            transform: translateY(-2px);
        }

/* Responsive tweaks */
@media (max-width: 767px) {
    #book-demo .section-header {
        margin-bottom: 30px;
    }

    #book-demo .card {
        margin-top: 30px;
    }

    #book-demo img {
        max-height: 280px;
    }
}

#book-demo::before {
    content: "";
    position: absolute;
    top: -100px;
    right: -100px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, #0d6efd15, transparent 70%);
    z-index: 0;
}

#product-overview h2 {
    font-weight: 700;
}

.video-wrapper video {
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.overview-text p {
    font-size: 1rem;
    line-height: 1.7;
    text-align:justify;
}

.overview-text ul li span {
    font-size: 0.95rem;
    margin-left: 10px;
    margin-top: 3px;
}

.section-offset {
    padding-top: 100px;
    padding-bottom: 50px;
}

.section-offset h1{
    font-size: 35px !important;
}
@media (max-width: 767px) {
    .section-offset {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .overview-text {
        text-align: left;
    }
}
#product-overview .row.align-items-center {
    align-items: start !important; /* Ensure top alignment */
}

#product-exhibitor, #product-organizer {
    overflow-x: hidden;
}
.service-box {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    transition: all 0.3s ease-in-out;
}

    .service-box:hover {
        transform: translateY(-4px);
        border-color: #dee2e6;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
    }

.icon-wrapper {
    width: 60px;
    height: 60px;
    background-color: #f8f9fa;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.service-item i {
    margin-right: 15px;
    font-size: 32px;
    margin-top: -6px;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    background: #101522;
    padding: 0 0 25px 0;
    color: #eee;
    font-size: 14px;
}

    #footer .footer-top {
        background: #040919;
        padding: 60px 0 30px 0;
    }

        #footer .footer-top .footer-info {
            /*margin-bottom: 30px;*/
        }

            #footer .footer-top .footer-info h3 {
                font-size: 26px;
                margin: 0 0 20px 0;
                padding: 2px 0 2px 0;
                line-height: 1;
                font-family: "Raleway", sans-serif;
                font-weight: 700;
                color: #fff;
            }

            #footer .footer-top .footer-info img {
                height: 40px;
                margin-bottom: 10px;
            }

            #footer .footer-top .footer-info p {
                font-size: 14px;
                line-height: 24px;
                margin-bottom: 0;
                font-family: "Raleway", sans-serif;
                color: #fff;
            }

        #footer .footer-top .social-links a {
            font-size: 18px;
            display: inline-block;
            background: #222636;
            color: #eee;
            line-height: 1;
            padding: 8px 0;
            margin-right: 4px;
            border-radius: 50%;
            text-align: center;
            width: 36px;
            height: 36px;
            transition: 0.3s;
        }

            #footer .footer-top .social-links a:hover {
                background: #f82249;
                color: #fff;
            }

        #footer .footer-top h4 {
            font-size: 14px;
            font-weight: bold;
            color: #fff;
            text-transform: uppercase;
            position: relative;
            padding-bottom: 12px;
            border-bottom: 2px solid #f82249;
        }

        #footer .footer-top .footer-links {
            /*margin-bottom: 30px;*/
        }

            #footer .footer-top .footer-links ul {
                list-style: none;
                padding: 0;
                margin: 10px 0 0 0;
            }

                #footer .footer-top .footer-links ul i {
                    padding-right: 5px;
                    color: #f82249;
                    font-size: 18px;
                }

                #footer .footer-top .footer-links ul li {
                    border-bottom: 1px solid #262c44;
                    padding: 10px 0;
                }

                    #footer .footer-top .footer-links ul li:first-child {
                        padding-top: 0;
                    }

                #footer .footer-top .footer-links ul a {
                    color: #eee;
                }

                    #footer .footer-top .footer-links ul a:hover {
                        color: #f82249;
                    }

        #footer .footer-top .footer-contact {
            /*margin-bottom: 30px;*/
        }

            #footer .footer-top .footer-contact p {
                line-height: 26px;
            }

        #footer .footer-top .footer-newsletter {
            margin-bottom: 30px;
        }

            #footer .footer-top .footer-newsletter input[type="email"] {
                border: 0;
                padding: 6px 8px;
                width: 65%;
            }

            #footer .footer-top .footer-newsletter input[type="submit"] {
                background: #f82249;
                border: 0;
                width: 35%;
                padding: 6px 0;
                text-align: center;
                color: #fff;
                transition: 0.3s;
                cursor: pointer;
            }

                #footer .footer-top .footer-newsletter input[type="submit"]:hover {
                    background: #e0072f;
                }

.footer-text {
    color: #eee;
}

    .footer-text i{
        margin-right:10px;
    }

    #footer .copyright {
        text-align: center;
        padding-top: 30px;
    }

#footer .credits {
    text-align: center;
    font-size: 13px;
    color: #ddd;
}
