/**
* Template Name: Lumia - v4.9.1
* Template URL: https://bootstrapmade.com/lumia-bootstrap-business-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    font-family: "Open Sans", sans-serif;
    color: #444444;
}

a {
    color: #f22222;
    text-decoration: none;
}

a:hover {
    color: #f22222;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Raleway", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.to-contact {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 999999;
    background: #f22222;
    width: 60px;
    height: 60px;
    border-radius: 100px;
    transition: all 0.4s;
}
.to-contact i {
    font-size: 30px;
    color: #fff;
    line-height: 0;
}
.to-contact:hover {
    background: #961212bb;
    color: #fff;
}
.to-contact.active {
    visibility: visible;
    opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    height: 70px;
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
    background: #fff;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header .logo h1 {
    font-size: 28px;
    margin: 0;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #384046;
}

#header .logo h1 a,
#header .logo h1 a:hover {
    color: #384046;
    text-decoration: none;
}

#header .logo img {
    max-height: 90px;
}

@media (max-width: 768px) {
    #header .logo img {
        max-height: 80px;
    }
}

/*--------------------------------------------------------------
# Header Social Links
--------------------------------------------------------------*/
.header-social-links {
    margin: 0 0 0 30px;
}

.header-social-links a {
    color: #9ba6af;
    padding-left: 50px;
    display: inline-block;
    line-height: 0px;
    transition: 0.3s;
}

.header-social-links a i {
    line-height: 0;
}

@media (max-width: 768px) {
    .header-social-links a i {
        display: none;
    }
}

.header-social-links a:hover {
    color: #f22222;
}

@media (max-width: 768px) {
    .header-social-links {
        margin: 0 20px 0 0;
    }

    .header-social-links a {
        padding-left: 30px;
    }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/

.navbar {
    padding: 0;
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}

.navbar li {
    position: relative;
}

.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 30px;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 500;
    /* color: #4f5a62; */
    white-space: nowrap;
    transition: 0.3s;
    font-weight: bold;
    color: #f22222;
}

.navbar a i,
.navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
    /* color: #f22222; */
    color: #4f5a62;
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
}

.navbar .dropdown ul li {
    min-width: 200px;
}

.navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 400;
    /* color: #21262a; */
    color: #e10612;
    font-weight: bold;
}

.navbar .dropdown ul a i {
    font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover > a {
    /* color: #e10612; */
    color: #21262a;
}

.navbar .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover > ul {
        left: -100%;
    }
}

/**
* Mobile Navigation 
*/

.mobile-nav-toggle {
    color: #f22222;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
    color: #f22222;
}

.mobile-text-menu {
    display: none;
    top: 15px;
    left: 15px;
    font-size: 1.2rem;
    position: absolute;
    color: #f22222;
    font-weight: 600;
}

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }

    .navbar ul {
        display: none;
    }

    .navbar {
        margin-left: auto;
    }
}

.navbar-mobile .mobile-text-menu {
    display: block;
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    color: #f22222;
    transition: 0.5s;
    z-index: 999;
    height: 100%;
    -webkit-animation: navbar-mobile-width 0.5s linear;
    animation: navbar-mobile-width 0.5s linear;
    animation-fill-mode: both;
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}
.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    background-color: none;
    overflow-y: auto;
    transition: 0.3s;
}
.navbar-mobile a,
.navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: #f22222;
}
.navbar-mobile > ul > li {
    padding: 0;
    border-bottom: 2px solid #ddd;
    padding-top: 1em;
    padding-bottom: 1em;
}
.navbar-mobile a:hover:before,
.navbar-mobile li:hover > a:before,
.navbar-mobile .active:before {
    visibility: hidden;
    color: #f22222;
}
.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
    /* color: rgb(174, 85, 1); */
    color: #f22222;
}
.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
    margin: 15px;
}
.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: none;
    /* border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25); */
}
.navbar-mobile .dropdown ul li {
    min-width: 200px;
    color: #f22222;
}
.navbar-mobile .dropdown ul a {
    padding: 10px 20px;
    color: #f22222;
}
.navbar-mobile .dropdown ul a i {
    font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover > a {
    color: #f22222;
}
.navbar-mobile .dropdown > .dropdown-active {
    display: block;
}

.sidebar-social {
    justify-content: center;
    align-items: center;
    padding-top: 1rem;
    padding: 1em;
}

.sidebar-social:last-of-type {
    padding-top: 0.9rem;
}

.sidebar-social span i {
    font-size: 1.4rem;
}

@-webkit-keyframes navbar-mobile-width {
    0% {
        width: 0;
    }
    100% {
        width: 290px;
    }
}

@keyframes navbar-mobile-width {
    0% {
        width: 0;
    }
    100% {
        width: 290px;
    }
}

@-webkit-keyframes navbar-mobile-remove-width {
    0% {
        width: 290px;
    }
    100% {
        width: 0;
    }
}

@keyframes navbar-mobile-remove-width {
    0% {
        width: 290px;
    }
    100% {
        width: 0;
    }
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

#hero {
    width: 100%;
    height: 633px;
    overflow: hidden;
    position: relative;
}
#hero .carousel,
#hero .carousel-inner {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
#hero .carousel-item,
#hero .carousel-item::before {
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    position: relative;
    height: 633px;
    width: 100%;
    opacity: 0.7;
}

#hero .carousel-item .custom-mask {
    background-color: rgba(77, 38, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 3.5rem 9rem 3.5rem 5rem;
}

#hero .carousel-item .custom-mask .spread-panel {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 6rem;
    padding-right: 6rem;
    background-color: #f2222291;
    color: #fff;
    position: absolute;
    right: 10rem;
    bottom: 8rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.spread-panel-links .second-links {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* .spread-panel-links .second-links a {
    font-weight: bold;
    color: #000000;
    background-color: #fcea0c;
    border-color: #000000;
} */

.btn {
    border-radius: 0;
}

.btn-outline-success {
    color: #fff;
    border-color: #fff;
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #fe0000;
    border-color: #fe0000;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(174, 36, 1, 0.502);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #fe0000;
    background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #fe0000;
    border-color: #fe0000;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

#hero .carousel-item .custom-mask .spread-panel h5,
#hero .carousel-item .custom-mask .spread-panel h3 {
    color: #fff;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #fff;
    text-decoration: none;
    background-color: #fe0000;
}

#hero .carousel-item .custom-mask .spread-panel h5 {
    font-size: 2rem;
}

#hero .carousel-item .custom-mask .spread-panel h3 {
    font-size: 3rem;
}

#hero .carousel-item .custom-mask .custom-container {
    font-size: 2rem;
    color: #000;
    font-weight: 900;
    display: flex;
    flex-direction: column;
}

#hero .carousel-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 70px;
    left: 50px;
    right: 50px;
}
#hero .container {
    text-align: center;
}
#hero .welcome {
    position: relative;
    font-family: Impact, sans-serif;
    font-size: 3.3rem;
    letter-spacing: 2px;
    background-repeat: no-repeat;
    background: linear-gradient(90deg, #fff, #fff, #fff);
    background-size: 80%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(255, 255, 255, 0);
}
#hero h2 {
    position: relative;
    font-family: Impact, sans-serif;
    font-size: 3.3rem;
    letter-spacing: 2px;
    background: linear-gradient(90deg, #fe0000, #fff, #fe0000);
    background-repeat: no-repeat;
    background-size: 80%;
    animation: animate 20s infinite;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(255, 255, 255, 0);
    margin-bottom: 10px;
}

@keyframes animate {
    0% {
        background-position: -500%;
    }
    100% {
        background-position: 500%;
    }
}
#hero h5 {
    color: #000;
    font-size: 2rem;
}

#hero p {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    margin: 0 auto 30px auto;
    color: #fff;
}

#hero .carousel-inner .carousel-item {
    transition-property: opacity;
    background-position: center top;
}
#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
    opacity: 1;
}
#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
    opacity: 1;
}
#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
    background: none;
    font-size: 30px;
    line-height: 0;
    width: auto;
    height: auto;
    background: #fe0000;
    border-radius: 50px;
    transition: 0.3s;
    color: rgba(255, 255, 255, 0.5);
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#hero .carousel-control-next-icon:hover,
#hero .carousel-control-prev-icon:hover {
    background: #fe0000;
    color: rgba(255, 255, 255, 0.8);
}
#hero .carousel-indicators li {
    cursor: pointer;
    background: #fff;
    overflow: hidden;
    border: 0;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    opacity: 0.6;
    transition: 0.3s;
}
#hero .carousel-indicators li.active {
    opacity: 1;
    background: #fe0000;
}

@media screen and (max-width: 769px) {
    #hero {
        height: calc(711px - 577px);
        /* height: calc(100vh - 70vh); */
        margin-top: 4em;
    }

    #hero .carousel-item,
    #hero .carousel-item::before {
        height: calc(711px - 577px);
        /* height: calc(100vh - 62vh); */
        /* background-size: 160%; */
    }

    #hero .carousel-item .custom-mask {
        align-items: center;
        /* padding-top: 8rem; */
        padding-left: 1.7rem;
    }

    #hero .carousel-item .custom-mask .spread-panel {
        display: none;
    }

    #hero .carousel-item .custom-mask .custom-container {
        width: 90%;
    }

    #hero .welcome {
        font-size: 2.5rem;
    }

    #hero h2 {
        font-size: 2.5rem;
    }

    #hero h5 {
        font-size: 1.5rem;
    }
}

@media (min-width: 769px) and (max-width: 992px) {
    #hero {
        height: 80vh;
    }
    #hero .carousel-item,
    #hero .carousel-item::before {
        height: 80vh;
    }

    #hero .carousel-container {
        top: 8px;
    }
}

@media (min-width: 1024px) {
    #hero .carousel-control-prev,
    #hero .carousel-control-next {
        width: 5%;
    }
}
@media (max-height: 500px) {
    #hero {
        height: 60vh;
    }

    #hero .carousel-item,
    #hero .carousel-item::before {
        height: 60vh;
    }
}

@media (min-width: 1200px) and (max-height: 757px) {
    #hero {
        height: 500px;
    }

    #hero .carousel-item,
    #hero .carousel-item::before {
        height: 500px;
    }

    #hero .carousel-item .custom-mask {
        background-color: rgba(77, 0, 0, 0.886);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        padding: 3.5rem 3.5rem 3.5rem 3rem;
    }

    #hero .carousel-item .custom-mask .spread-panel {
        padding: 1rem;
        background-color: #fe0000;
        color: #fff;
    }

    #hero .carousel-control-next-icon,
    #hero .carousel-control-prev-icon {
        font-size: 22px;
        width: 45px;
        height: 45px;
    }
}

.filter {
    background-color: rgba(255, 255, 255, 0.493);
    position: absolute;
    height: 25vh;
    width: 100%;
    left: 0;
    bottom: 0;
    justify-content: center;
    align-items: center;
    display: flex;
}

.description {
    justify-content: center;
    align-items: center;
    display: flex;
    font-size: 2em;
}

.description-text {
    color: #fe0000;
}

@media screen and (max-width: 768px) {
    .filter {
        height: 20vh;
        text-align: center;
    }

    .spread-panel2-block-bg {
        background-color: #fe0000a8;
        height: 9vh;
        position: relative;
    }

    .spread-panel-links {
        margin-top: 1rem;
    }
}

/* .spread-panel2-block-bg {
    background-color: #fe0000a8;
} */

.spread-panel-bg {
    background-color: #fe0000a8;
}

.spread-panel2 {
    background-image: url("../../../assets/images/banniere/3.jpg");
    background-size: cover;
    background-position: center;
}

.spread-panel-filter {
    /* padding: 1rem 0.5rem; */
    background-color: #fe0000a8;
    color: #fff;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}

/* .spread-panel-links {
    margin-top: 1rem;
} */

.second-links {
    display: flex;
    padding: 0;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    padding: 60px 0;
}

.section-bg {
    background-color: #f7fbfe;
}

.section-title {
    text-align: center;
    padding-bottom: 30px;
}

/* .section-title h2 {
    font-size: 23px;
    letter-spacing: 1px;
    font-weight: 900;
    padding: 8px 20px;
    margin: 0;
    background: #fe0000;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 50px;
} */

.section-title h2 {
    font-size: 23px;
    letter-spacing: 1px;
    font-weight: 900;
    padding: 8px 20px;
    margin: 0;
    color: #fe0000;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 50px;
    border: 3px solid #fe0000;
}

/* .section-title h2::before {
    content: "";
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #000;
    bottom: 1px;
    left: calc(50% - 60px);
}

.section-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #ffea00;
    bottom: 0;
    left: calc(50% - 20px);
} */

.section-title p {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about {
    padding: 10px 0;
}

.about h3 {
    font-weight: 600;
    font-size: 32px;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
    border-radius: 6px;
    transition: ease-in-out 0.3s;
}

.services .icon-box.icon-box-yellow {
    background: #fcea0c;
}

.services .icon-box.icon-box-red {
    background: #f22222;
}

.services .icon-box-info {
    width: calc(100% - 5%);
    background-color: #fff;
    padding: 30px;
}

.services .icon-box i {
    float: left;
    color: #f22222;
    font-size: 40px;
    line-height: 0;
}

.services .icon-box h4 {
    margin-left: 70px;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}

.services .icon-box h4 a {
    color: #384046;
    transition: 0.3s;
}

.services .icon-box p {
    margin-left: 70px;
    line-height: 24px;
    font-size: 14px;
}

.services .icon-box:hover {
    box-shadow: 0px 2px 22px rgba(0, 0, 0, 0.08);
    transform: scale3d(1.03, 1.03, 1.03);
    transition: 0.5s;
}

.services .icon-box:hover h4 a {
    color: #f22222;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .product {
    text-align: center;
    margin-bottom: 20px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    padding: 30px 20px;
    background: #fff;
}

.team .product:hover {
    transform: scale3d(1.03, 1.03, 1.03);
    transition: 0.5s;
}

.product-block-img {
    height: 17vh;
}

.team .product img {
    max-width: 80%;
    height: 120px;
}

.team .product h4 {
    font-weight: 700;
    margin-bottom: 2px;
    font-size: 18px;
}

.team .product span {
    font-style: italic;
    display: block;
    font-size: 13px;
}

.team .product p {
    padding-top: 10px;
    font-size: 14px;
    font-style: italic;
    color: #aaaaaa;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
    padding: 40px 0;
    margin-top: 70px;
}

.breadcrumbs h2 {
    font-size: 26px;
    font-weight: 300;
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 15px;
}

.breadcrumbs ol li + li {
    padding-left: 10px;
}

.breadcrumbs ol li + li::before {
    display: inline-block;
    padding-right: 10px;
    color: #4f5a62;
    content: "/";
}

@media (max-width: 768px) {
    .breadcrumbs .d-flex {
        display: block !important;
    }

    .breadcrumbs ol {
        display: block;
    }

    .breadcrumbs ol li {
        display: inline-block;
    }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    color: #fff;
    font-size: 14px;
    background: #000000;
}

#footer .footer-top {
    padding: 60px 0 30px 0;
    /* background: #444444; */
    background-image: url("../../assets/images/cloud-img.jpg");
    background-size: cover;
    background-position: center;
    position: relative;
}

#footer .footer-top::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(255, 255, 255);
}

#footer .footer-top .footer-contact {
    margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
    font-size: 22px;
    margin: 0 0 30px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
    color: #f22222;
}

#footer .footer-top .footer-contact p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Raleway", sans-serif;
    color: #444444;
}

#footer .footer-top h4 {
    font-size: 16px;
    font-weight: bold;
    color: #f22222;
    position: relative;
    padding-bottom: 12px;
}

#footer .footer-top .footer-links {
    margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #f22222;
    font-size: 18px;
    line-height: 1;
}

#footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}

#footer .footer-top .footer-links ul a {
    color: #444444;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
    text-decoration: none;
    color: #f22222;
}

#footer .footer-newsletter {
    font-size: 15px;
}

#footer .footer-newsletter h4 {
    font-size: 16px;
    font-weight: bold;
    color: #f22222;
    position: relative;
    padding-bottom: 12px;
}

#footer .footer-newsletter p {
    color: #444444;
}

#footer .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 4px;
    text-align: left;
    border: 1px solid #f22222;
}

#footer .footer-newsletter form input[type="email"] {
    border: 0;
    padding: 4px 8px;
    width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type="submit"] {
    position: absolute;
    top: 0;
    right: -2px;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px 2px 20px;
    background: #f22222;
    color: #fff;
    transition: 0.3s;
    border-radius: 0 4px 4px 0;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type="submit"]:hover {
    background: #f22222;
}

#footer .credits {
    padding-top: 5px;
    font-size: 13px;
    color: #444444;
}

#footer .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #f22222;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

#footer .social-links a:hover {
    background: #f22222;
    color: #fff;
    text-decoration: none;
}
