
.footer-area {
    position: relative;
    z-index: 1;
    background: #f6f6f6;
}

.footer-area .footer-widget {
    margin-bottom: 30px;
    color: #888;
}

.footer-area .footer-widget h3 {
    font-size: 22px;
    margin-bottom: 20px;
    margin-top: -4px;
    font-weight: 400;
    position: relative;
    text-transform: capitalize;
}

.footer-area .footer-widget p {
    margin-bottom: 2px;
    color: #888;
}


.footer-area .footer-widget.footer-nav {
    margin-bottom: 30px;
}
.footer-area .footer-widget.footer-nav ul {
    padding: 0;
}
.footer-area .footer-widget.footer-nav ul li {
    margin-bottom: 5px;
    position: relative;
    transition: 0.4s;
    list-style-type:none;
}

.footer-area .footer-widget.footer-nav ul li:last-child {
    margin-bottom: 0;
}

.footer-area .footer-widget.footer-nav ul li:hover {
    color: #c9263a;
}

.footer-area .footer-widget.footer-nav ul li a {
    color: #888;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
    position: relative;
    font-size: 14px;
}

.footer-area .footer-widget.footer-nav ul li a::before {
    position: absolute;
    content: "";
    left: 0;
    top: -3px;
    font-size: 12px;
}

.footer-area .footer-widget.footer-nav ul li a:hover {
    color: #c9263a;
}

.footer-area .footer-widget.footer-insta .row {
    margin: 0 -2px;
}

.footer-area .footer-widget.footer-insta .row [class*="col"] {
    padding: 0 2px;
    margin-bottom: 4px;
}

.footer-area .footer-widget.footer-insta .row [class*="col"] a {
    position: relative;
    display: block;
}

.footer-area .footer-widget.footer-insta .row [class*="col"] a img {
    width: 100%;
}

.footer-area .footer-widget.footer-insta .row [class*="col"] a::before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    background: #c9263a;
    opacity: 0;
    transition: 0.4s;
    z-index: 1;
}

.footer-area .footer-widget.footer-insta .row [class*="col"] a:after {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #c9263a;
    font-size: 16px;
    content: "\f06e";
    font-family: Fontawesome;
    opacity: 0;
    z-index: 2;
    transition: 0.4s;
}

.footer-area .footer-widget.footer-insta .row [class*="col"] a:hover::before {
    opacity: 0.8;
}

.footer-area .footer-widget.footer-insta .row [class*="col"] a:hover:after {
    opacity: 1;
}

.copyright {
    background: #f6f6f6;
    color: #888;
    padding: 20px 0;
    font-size: 14px;
}

.copyright .copy-text p {
    margin: 0;
    text-align: right;
}

@media (max-width: 767px) {
    .copyright .copy-text {
        text-align: center;
        margin-bottom: 15px;
    }
}

.copyright .copy-nav ul {
    margin: 0;
    float: left;
    padding: 0;
}

@media (max-width: 767px) {
    .copyright .copy-nav ul {
        float: none;
        text-align: center;
    }
}

.copyright .copy-nav ul li {
    float: left;
    margin: 0 8px;
    list-style-type:disc;
    padding-right: 10px;
}

.copyright .copy-nav ul li a {
    color: #888;
    font-size: 14px;
}

.copyright .copy-nav ul li a:hover {
    color: #c9263a;
}
.container {
  max-width: 1200px;
}
.section-padding-2 {
  padding-top: 50px;
  padding-bottom: 20px;
}
h3{
  color: #000;
  font-size: 16px !important;
}
p{
  font-size: 14px;
}
