footer {
    padding: 0px 0px 0px 0px;
    position: relative;
    background: #14100c;
    margin-right: auto;
    margin-left: auto;
}

footer h4 {
    font-size: 18px;
    padding: 30px 0px;
    color: #fff;
    font-family: 'Poppins-SemiBold';
}

footer h5 {
    font-size: 18px;
    line-height: 24px;
    padding: 30px 3px 10px 3px;
    color: #fff;
    font-family: 'Poppins-SemiBold';
}

footer h5 span {
    font-family: 'Poppins-Regular';
    font-size: 16px;
    display: inherit;
    padding-top: 10px;
}

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

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

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

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

footer ul li {
    font-size: 16px;
    font-family: 'Lato-Regular';
    padding: 0px 0px 8px 0px;
}

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

footer ul li a:hover {
    color: #fff;
    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;
}


/* .notify {
    color: $gray-color2;
    @include center-flex;
    justify-content: flex-start;
    gap: 10px;
    font-size: 14px;
    &:hover .icon {
        svg,
        i {
            @include animation(wobble_bell, 1s, ease-in-out);
        }
    }
    .icon {
        @include center-flex;
        width: 38px;
        height: 38px;
        border-radius: 50%;
        background-color: $border-color;
        font-size: 15px;
        color: $theme-color2;
        svg {
            width: 20px;
            fill: $theme-color2;
        }
    }
} */

footer .notify {
    color: #9f908a;
    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: flex-start;
    gap: 10px;
    font-size: 14px;
    margin: 20px 0px;
}

footer .notify .icon {
    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;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: #2c2827;
    font-size: 15px;
    color: #9f908a;
}

footer .notify:hover .icon i {
    animation: wobble_bell 1s forwards ease-in-out 0s;
}

@keyframes wobble_bell {
    0% {
        transform: rotate(0deg);
    }
    15% {
        transform: rotate(-10deg);
    }
    30% {
        transform: rotate(10deg);
    }
    45% {
        transform: rotate(-5deg);
    }
    60% {
        transform: rotate(5deg);
    }
    75% {
        transform: rotate(-2deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

footer .form-group button {
    background: #14100c;
    color: #fff;
    border-radius: 60%;
    font-family: 'Poppins-Regular';
    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;
}

.contact a {
    font-size: 16px;
    font-family: 'Lato-Regular';
    display: inherit;
    text-decoration: none;
    line-height: 26px;
    transition: 0.5s;
}

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

.grn {
    color: #25d366;
}

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

.contact li .facebook,
.instagram,
.youtube,
.linkedin,
.youtube,
.threads,
.tiktok {
    text-align: center;
    text-decoration: none;
    border-radius: 50% 50% 50% 50%;
    padding: 7px 7px 6px 8px;
    width: 60px;
    height: 60px;
    line-height: 26px;
    display: block;
    color: #FFFFFF;
    border-style: solid;
    border-width: 3px 3px 3px 3px;
    border-color: #392e2b;
    transition: 0.3s;
}

.contact li .facebook:hover {
    background-color: #3b5998;
    border-color: rgba(0, 0, 0, 0);
}

.contact li .instagram:hover {
    background-color: #f46f30;
    border-color: rgba(0, 0, 0, 0);
    color: #FFF;
}

.contact li .youtube:hover {
    background-color: #dd5044;
    border-color: rgba(0, 0, 0, 0);
    color: #FFF;
}

.contact li .twitter:hover {
    background-color: #35b3f7;
    border-color: rgba(0, 0, 0, 0);
    color: #FFF;
}

.services section {
    padding: 40px;
}

.contact li .linkedin:hover {
    background-color: #0073b2;
    border-color: rgba(0, 0, 0, 0);
    color: #FFF;
}

.contact li .tiktok:hover {
    background-color: #211722;
    border-color: rgba(0, 0, 0, 0);
    color: #FFF;
}

.services section {
    padding: 40px;
}

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

.brdrtp {
    border-top: 1px solid #372c29;
}

.copyright {
    color: #c8c6c5;
    padding: 30px;
    font-family: 'Poppins-Light';
    font-size: 16px;
    margin-top: 20px;
}

.hide {
    display: block;
}

.pdng {
    padding: 10px 0px;
}

#popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    visibility: visible;
    color: black;
    padding: 20px;
    border: 0px solid #ccc;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    z-index: 9;
    border-radius: 4px;
}

#popup p {
    color: #000
}

#popup button {
    background: #1a75c8;
    border: 0px;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    padding: 3px 10px;
    transition: all .3s ease-in-out;
}

#popup button:hover {
    background: #1c1c1c;
    color: #fff;
}

.contact p {
    color: #9f908a;
    position: relative;
    margin: 20px 0px 20px 10px;
    display: flex;
}

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

.inquiry {
    margin: 40px 0px;
    border-bottom: 1px solid #2a2b57;
    padding-bottom: 40px;
}

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;
    font-family: 'Poppins-Regular';
}

footer h2 span {
    font-family: 'Poppins-SemiBold';
}

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

footer .but {
    color: #fff;
    font-family: 'Poppins-Regular';
    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;
    margin-bottom: 20px;
}

.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 .contact-info {
    display: flex;
    align-items: center;
    transition: all 0.4s ease 0s;
    color: #FFF;
}

.newsletter .contact-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 900ms ease;
    transition: all 900ms ease;
}

.newsletter .contact-info .email-icon i {
    color: #07372d;
    font-size: 28px;
}

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

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

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

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

.wp {
    right: 20px;
}

.wp i {
    z-index: 9;
    background: #25d366;
    color: #fff;
    border-radius: 50%;
    padding: 10px;
    width: 60px;
    height: 60px;
    bottom: 20px;
    display: inline;
    font-size: 28px;
    position: absolute;
    text-align: center;
}

@media only screen and (min-width:320px)and (max-width:479px) {
    footer {
        padding: 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 .contact-info .email-details p {
        display: none;
    }
    .newsletter .contact-info .email-details a {
        font-size: 20px;
    }
    .newsletter .contact-info .email-icon {
        width: 40px;
        height: 40px;
        margin-right: 10px;
    }
    .contact 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;
    }
    .inquiry {
        padding-bottom: 20px;
        margin-top: 0px;
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    footer {
        padding: 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;
    }
    .contact 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;
    }
    .inquiry {
        padding-bottom: 20px;
    }
}

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

@media only screen and (min-width:768px) and (max-width:1024px) {
    footer {
        padding: 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 .contact-info .email-details p {
        display: none;
    }
    .newsletter .contact-info .email-details a {
        font-size: 20px;
    }
    .newsletter .contact-info .email-icon {
        width: 50px;
        height: 50px;
        margin-right: 10px;
    }
    footer img:nth-child(1) {
        top: 60px;
    }
    footer .but {
        margin-top: 20px;
    }
    .contact 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;
    }
    .inquiry {
        padding-bottom: 20px;
        margin-top: 0px;
    }
    footer .form-group button {
        width: 38px;
        height: 38px;
        font-size: 16px;
        right: 22%;
    }
    footer .notify {
        font-size: 10px;
    }
    footer .notify .icon {
        font-size: 13px;
        width: 30px;
        height: 30px;
    }
}


/*@media only screen and (min-width:1024px) and (max-width:1920px) {
  .hide{display: block;}
}*/