.content__footer-h3 {
    color: #2c2c22;
    font-size: 36px;
    letter-spacing: 2px;
    line-height: 43.2px;
    margin: 0px 0px 8px;
    text-align: left;
    text-transform: uppercase;
}

.footer-main {
    padding-block: 64px;
    padding-bottom: 0;
}

.content__footer__top {
    margin-inline: -15px;
}

.content__footer_boxform,
.content__footer_tetx {
    padding-inline: 15px;
    max-width: 50%;
    flex: 0 0 50%;
}

.content__footer-desc {
    text-transform: none;
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 16px;
    font-weight: 400;
}

.field__input {
    width: 100%;
    color: #333;
    vertical-align: middle;
    line-height: 1.42857;
    display: block;
    background-color: #eee;
    border: 1px solid #eee;
    border-radius: 10px;
    transition: border-color .2s, background-color .2s;
    height: 56px;
    padding: 16px 24px;
    font-size: 16px;
    margin-bottom: 0;
    margin-right: 8px;
}

.field-wrapper {
    display: flex;
    margin-bottom: var(--gap12);
}

.field__submit {
    border: none;
    white-space: nowrap;
}

.field__check {
    color: #56564e;
    line-height: 24px;
    text-align: left;
    gap: var(--gap12);
}

.field__check_box {
    display: block;
    flex: 0 0 20px;
    height: 20px;
    border: 2px solid #000;
    position: relative;
    transition: 0.5s;

}

.field__check_box-input {
    opacity: 0;
    position: absolute;
    inset: 0;
    cursor: pointer;
}

.field__check_box::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(https://assets-global.website-files.com/6138a01f7690956a11069d51/61ad89f2a0b77119bd92fcb2_check.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 12px 12px;
}

.field__check_box.jnkl {
    background: #000;
}

.footer__top {
    padding-bottom: 35px;
}

.footer__center_item-h3 {
    letter-spacing: .1em;
    text-transform: uppercase;
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: 600;
    color: #2c2c22;
}

.footer__center_item-link {
    margin-bottom: 12px;
    transition: color .2s;
    color: #898989;
    font-size: 14px;
    display: block;
    font-weight: 400;
}

.tt-wrapper {
    opacity: .5;
    flex-wrap: wrap;
    justify-content: flex-end;
    display: flex;
}

.footer__center_item_imgs img {
    max-width: 64px;
}

.footer__center_item_imgs {
    margin-bottom: 24px;
}

.contact_footer-a {
    color: #898989;
    margin-bottom: 12px;
    font-weight: 400;
    text-decoration: none;
    transition: color .2s;
    display: flex;
    position: relative;
    align-items: center;
    flex-wrap: wrap;
}

.contact_footer-a .f-email {
    margin-right: var(--gap5);
}

.content__item_footre {
    margin-bottom: var(--gap18);
}

.footer__global-a {
    margin-top: 12px;
    width: 150px;
    display: block;
}

.content__item_footre_desc p {
    color: #8d826e;
    text-align: left;
    margin-top: var(--gap24);
}

.content__item_footre_desc p:first-child {
    margin-top: 0;
}

.footer__center {
    padding-top: 30px;
}

.footer__center-col {
    padding-inline: 10px;
    max-width: 25%;
    flex: 0 0 25%;
    margin-bottom: 30px;
}

.footer__center__col {
    display: flex;
    flex-wrap: wrap;
    margin-inline: -10px;
}

.footer__center__col .content__item_footre {
    padding-inline: 10px;
    max-width: 25%;
    flex: 0 0 25%;
    margin-bottom: 30px;
}

.footer__center-row {
    display: flex;
    flex-wrap: wrap;
    margin-inline: -10px;
}

.use_link {
    width: 50px;
    position: fixed;
    background: var(--colormain);
    left: 0;
    bottom: 50px;
    border-radius: 0 5px 5px 0;
    z-index: 50;
    transition: all 1s;
}

.use_link ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.use_link li {
    display: inline-block;
    margin: 0;
    width: 100%;
}

.use_link li:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px rgb(255 255 255 / 16%);
    box-shadow: 0 1px rgb(255 255 255 / 16%);
}

.use_link li a {
    width: 50px;
    height: 45px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.use_link li a img {
    width: 45px;
    height: 45px;
    padding: 5px 0;
}

.copyright {
    text-align: center;
    color: #898989;
    font-size: var(--gap14);
}

.footer-bottom {
    padding-top: 32px;
    padding-bottom: 32px;
}


.footer-main {
    font-size: 15px;
    padding-top: 40px;
    padding-bottom: 30px;
    background: #0A563B;
}
.single-contact {
    display: flex;
    align-items: baseline;
    font-size: 15px;
    margin-bottom: 10px;
    color: #fff;
}
.single-contact i {
    margin-right: 5px;
    width: 20px;
    flex: 0 0 20px;
}
.fot_copyright a {
    color: #c8a900;
}
.logo-wrapper img {
    max-width: 100%;
    max-height: 75px;
}
.input-group-btn:hover button {
    background: #000;
    color: #fff;
}




.title-menu {
    font-size: 18px;
    margin-bottom: 16px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    border-bottom: dashed 1px #fff;
    padding-bottom: 10px;
}
.li_menu {
    margin-top: 8px;
}
.li_menu .link {
    font-size: 15px;
    text-transform: inherit;
    color: #fff;
}
.footer-block {
    padding: 13px 0;
    padding-bottom: 10px;
    color: #fff;
}











.button_subscribe {
    position: absolute;
    right: 0px;
    z-index: 4;
    height: calc(100% - 6px);
    border-radius: 999px;
    background: #292929;
    padding: 0;
    top: 3px;
    right: 3px;
}
.follow_option {
    justify-content: space-around;
}

.custom-input-group .input-group-field {
    width: 100%;
    height: 45px;
    font-size: 14px;
    padding: 0 10px;
    background: transparent;
    color: #363636;
    outline: none;
    padding: 0 50px 0 15px;
    float: right;
    border: 1px solid #ebebeb;
    overflow: hidden;
    background: #fff;
    border-radius: 9999px !important;
    padding: 3px !important;
    padding-left: 15px !important;
    border: 1px solid;
}
.button_subscribe {
    position: absolute;
    z-index: 4;
    border-radius: 999px;
    background: #292929;
    padding: 0;
    top: 3px;
    right: 1px;
    width: 95px;
    height: 40px !important;
}
.input-group .btn {
    position: absolute !important;
    z-index: 2;
}

.input-footer {
    width: 100%;
    height: 45px;
    border-radius: 25px;
    border: 1px solid #fff;
    padding-left: 20px;
	font-size: 14px;
}
.btn-dk {
    height: 40px;
    width: 78px;
    background: #0A563B;
    border-radius: 25px;
    color: #fff;
    position: absolute;
    right: 2px;
    top: 2px;
}
.form-footer {
    position: relative;
    width: 280px;
}
.bct {
    width: 160px;
    height: 60px;
}
.visa a {
    padding: 0px 15px;
}
.mailchimp-title {
    padding-bottom: 20px;
    color: #fff;
}
.li_menu:hover a {
    color: #a3a32f ;
}
.content a {
	color: #fff;
}
.img-fluid {
    max-width: 100%;
    height: 145px;
    border-radius: 10px;
}
.visa .img-fluid {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}
.awe-section-9 {
	padding: 30px 0;
}
.content .link {
	text-transform: none;
}
.wsp {
	text-align: center;
	color: #fff;
}
.wsp p {
	padding-top: 30px;
}











@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1400px) {}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 991px) {

    .embed-responsive {
        position: relative;
        display: block;
        flex: 0 0 30%;
        padding: 0;
        overflow: hidden;
        max-width: 30%;
    }



    .footer__center-col {
        max-width: 33.3333%;
        flex: 0 0 33.3333%;
    }

    .content__footer-h3 {
        font-size: 25px;
        line-height: 33px;
    }

}

@media screen and (max-width: 768px) {
    .logo-wrapper {
        text-align: center;
    }
    .btn-dk {
        height: 37px;
        width: 78px;
        background: #000;
        border-radius: 25px;
        color: #fff;
        position: absolute;
        right: 4px;
        top: 4px;
    }
   .follow_option {
		justify-content: left;
	}
	.follow_option li {
		padding: 0 5px;
	}

    .embed-responsive {
        position: relative;
        display: block;
        flex: 0 0 30%;
        padding: 0;
        overflow: hidden;
        max-width: 30%;
    }

    .content__footer_boxform,
    .content__footer_tetx {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .content__footer_tetx {
        text-align: center;
    }

    .content__footer-h3 {
        text-align: center;
        font-size: var(--gap20);
        line-height: 1.2;
        margin-bottom: var(--gap12);
        font-weight: bold;
    }

    .content__footer-desc {
        line-height: 1;
    }

    .footer__center__col .content__item_footre {
        max-width: 50%;
        flex: 0 0 50%;
    }

    .footer__center-col {
        max-width: 50%;
        flex: 0 0 50%;
    }

    .footer-main {
        padding-block: 15px;
        padding-bottom: 0;
    }

    .footer-bottom {
        padding: 0;
    }
}

@media screen and (max-width: 576px) {
    .logo-wrapper {
        text-align: center;
    }
   .follow_option {
    justify-content: left;
}
    .embed-responsive {
        position: relative;
        display: block;
        flex: 0 0 60%;
        padding: 0;
        overflow: hidden;
        max-width: 60%;
    }

    .field__check {
        font-size: var(--gap13);
    }

    .footer__center__col .content__item_footre,
    .footer__center-col {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 15px;
    }

    .footer__top {
        padding-bottom: 15px;
    }

    .footer__center_item-h3 {
        margin-bottom: 0;
    }

    .content__item_footre_desc p {
        margin-top: 5px;
    }

}

@media screen and (max-width: 400px) {
    .logo-wrapper {
        text-align: center;
    }

    .follow_option {
    justify-content: left;
}
    .copyright {
        font-size: var(--gap13);
        line-height: 16px;
    }
}