footer {
    padding: 40px 0px 0px 0px;
    position: relative;
    background: linear-gradient(to bottom, #08101f, #131b28, #08101f);
    margin-right: auto;
    margin-left: auto;
}

footer h4 {
    font-size: 20px;
    padding: 40px 0px 20px 0px;
    color: #C9F950;
    font-weight: 600;
}

footer h5 {
    font-size: 18px;
    line-height: 24px;
    padding: 30px 3px 10px 3px;
    color: #fff;
    font-weight: 600;
}

footer h5 span {
    font-weight: 400;
    font-size: 16px;
    display: inherit;
    padding-top: 10px;
}

footer p {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}

footer p a {
    color: #9f908a;
    transition: 0.5s;
}

footer p a:hover {
    color: #fa611d;
}

footer ul {
    padding: 10px 0px 0px 0px;
}

footer ul li {
    font-size: 16px;
    font-weight: 400;
    padding: 8px 0px 8px 0px;
    list-style: none;
}

footer ul li a {
    color: #E2ECE2;
    transition: 0.5s;
}

footer ul li a:hover {
    color: #C9F950;
    text-decoration: none
}

footer .form-group {
    width: 100%;
}

footer .form-group label {
    width: 80% !important;
}

footer .form-group input {
    background: #fff;
    border-radius: 4px 44px 44px 4px;
    padding: 22px 65px 22px 20px;
    font-weight: 400;
    width: 100%;
    border: 0px;
    position: relative;
    z-index: 9;
    color: #000;
}

footer .form-group input::placeholder {
    color: #000 !important;
    opacity: 0.6 !important;
}

footer .form-group button {
    background: #14100c;
    color: #fff;
    border-radius: 60%;
    font-weight: 400;
    font-size: 18px;
    font-weight: 400;
    padding: 10px;
    right: 14%;
    text-align: center;
    position: relative;
    border: 0px;
    cursor: pointer;
    transition: all .3s ease-in-out;
    width: 42px;
    height: 42px;
    top: 4px;
    z-index: 9;
}

footer .form-group button:hover {
    background: #07372d;
    color: #fff;
}

footer .form-group input:focus {
    outline: 0;
}

.social a {
    font-size: 16px;
    display: inherit;
    text-decoration: none;
    line-height: 26px;
    transition: 0.5s;
}

.social a:hover {
    color: #fff;
}

.social ul {
    text-align: end;
}

.social ul li {
    color: #cbcbcb;
    position: relative;
    display: inline-block;
    margin-right: 4px;
}

.social li .facebook,
.instagram,
.youtube,
.linkedin,
.youtube,
.threads,
.tiktok {
    text-align: center;
    text-decoration: none;
    padding: 5px 15px 15px 15px;
    display: block;
    color: #FFFFFF;
    transition: 0.3s;
}

.social li .facebook:hover {
    color: #C9F950;
}

.social li .instagram:hover {
    color: #C9F950;
}

.social li .youtube:hover {
    color: #C9F950;
}

.social li .twitter:hover {
    color: #C9F950;
}

.social li .linkedin:hover {
    color: #C9F950;
}

.social li .tiktok:hover {
    color: #C9F950;
}

.social li i {
    font-size: 25px;
    transform: translate(0px, 8px);
}

.brdrtp {
    border-top: 1px solid rgba(75, 82, 89, 0.4);
}

.social {
    padding: 20px 0px 0px 0px;
}

.social p {
    color: #4B5259;
    padding: 30px 0px 30px 0px;
    font-weight: 400;
    font-size: 16px;
}

.hide {
    display: block;
}

.social p i {
    font-size: 18px;
    margin-right: 15px;
}

footer h2 {
    color: #fff;
    font-size: 40px;
    margin-bottom: 0;
    text-transform: capitalize;
    font-weight: 300;
    padding: 0% 10% 0% 0%;
    z-index: 9;
    position: relative;
}

footer h2 span {
    font-weight: 600;
}

footer p {
    color: #fff;
    margin-bottom: 0;
    font-weight: 500;
}

footer .but {
    color: #fff;
    font-weight: 400;
    font-weight: 500;
    font-size: 15px;
    display: inline-block;
    padding: 8px 32px;
    border-radius: 50px;
    transition: all .3s ease-in-out;
    margin: 10px;
    background: #ed212b;
}

footer .but:hover {
    background: #fff;
    color: #000;
}

.mlft {
    margin-left: .65rem !important;
}

.newsletter-section {
    position: relative;
    background-image: linear-gradient(#fff 10%, #14100c 10%);
}

.newsletter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    justify-content: space-between;
    padding: 35px 60px;
    border-radius: 10px;
    background-color: #08372d;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.p-top-left {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    padding: 0px;
}

.p-top-right {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    text-align: right;
}

.newsletter .social-info {
    display: flex;
    align-items: center;
    transition: all 0.4s ease 0s;
    color: #FFF;
}

.newsletter .social-info .email-icon {
    background-color: #fff;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    margin-right: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.newsletter .social-info .email-icon i {
    color: #07372d;
    font-size: 28px;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.newsletter .social-info .email-details p {
    opacity: 0.8;
    margin-bottom: 5px;
}

.newsletter .social-info .email-details a {
    font-size: 24px;
    line-height: 1.66;
    font-weight: 500;
    color: #fff;
}

.newsletter .social-info .email-icon i:hover {
    transform: rotateY(180deg);
}

.newsletter .social-info .email-details:hover.email-icon i {
    transform: rotateY(180deg);
}

@media only screen and (min-width:320px)and (max-width:479px) {
    footer {
        padding: 40px 0px 10px 0px;
    }
    footer h4 {
        padding: 10px 0px;
    }
    footer p {
        font-size: 15px;
        text-align: center;
        margin-top: 10px;
    }
    footer ul {
        padding: 0px;
    }
    footer .pl-5 {
        padding-left: 1rem !important;
    }
    .copyright {
        padding: 20px 20px;
        font-size: 16px;
    }
    footer h2 {
        text-align: center;
        margin-top: 0px;
        font-size: 20px;
        padding: 0px;
        margin-bottom: 10px;
    }
    footer img:nth-child(1) {
        top: 60px;
    }
    footer .but {
        margin-top: 20px;
    }
    .newsletter {
        padding: 30px 30px;
    }
    .newsletter .social-info .email-details p {
        display: none;
    }
    .newsletter .social-info .email-details a {
        font-size: 20px;
    }
    .newsletter .social-info .email-icon {
        width: 40px;
        height: 40px;
        margin-right: 10px;
    }
    .social ul {
        text-align: center;
        margin-bottom: 0px;
    }
    .social p {
        text-align: center;
        padding: 10px 0px;
    }
    .dots {
        display: none;
    }
    footer h5 {
        padding: 10px 3px 10px 3px;
    }
    footer .form-group button {
        right: 13%;
    }
    footer .form-group {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    footer {
        padding: 40px 0px 10px 0px;
    }
    footer h4 {
        padding: 10px 0px;
    }
    footer p {
        font-size: 15px;
    }
    footer ul {
        padding: 0px;
    }
    footer .pl-5 {
        padding-left: 1rem !important;
    }
    .copyright {
        padding: 20px 0 15px 0;
    }
    .hide {
        display: block;
    }
    footer h2 {
        text-align: center;
        margin-top: 60px;
        font-size: 30px;
        padding: 0% 10%;
    }
    footer img:nth-child(1) {
        top: 60px;
        margin-left: -60px;
    }
    footer .but {
        margin-top: 20px;
    }
    .social p {
        text-align: left;
    }
    .dots {
        display: none;
    }
    footer h5 {
        padding: 10px 3px 10px 3px;
    }
    footer .form-group button {
        right: 13%;
    }
    footer .form-group {
        margin-bottom: 20px;
    }
}

@media (max-width:768px) {
    .hide {
        display: none!important;
    }
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    footer {
        padding: 40px 0px 10px 0px;
    }
    footer h4 {
        padding: 20px 0px 10px 0px;
    }
    footer p {
        font-size: 15px;
        text-align: center;
    }
    footer ul {
        padding: 0px 0px 20px 0px;
    }
    footer .pl-5 {
        padding-left: 1rem !important;
    }
    .copyright {
        padding: 20px 0 15px 0;
    }
    .hide {
        display: block;
    }
    footer h2 {
        text-align: center;
        font-size: 30px;
        margin-bottom: 10px;
    }
    .newsletter .social-info .email-details p {
        display: none;
    }
    .newsletter .social-info .email-details a {
        font-size: 20px;
    }
    .newsletter .social-info .email-icon {
        width: 50px;
        height: 50px;
        margin-right: 10px;
    }
    footer img:nth-child(1) {
        top: 60px;
    }
    footer .but {
        margin-top: 20px;
    }
    .social p {
        text-align: left;
    }
    .dots {
        display: none;
    }
    footer h5 {
        padding: 10px 3px 10px 3px;
    }
    footer .form-group button {
        right: 13%;
    }
    footer .form-group {
        margin-bottom: 20px;
    }
    footer .form-group button {
        width: 38px;
        height: 38px;
        font-size: 16px;
        right: 22%;
    }
}