footer {
    background-color: #323232;
    width: 100%;
    position: relative;
    z-index: 10
}

footer .FootTopSec {
    overflow: hidden;
    padding: 40px 0 0
}

@media only screen and (min-width: 576px) {
    footer .FootTopSec {
        padding: 40px 0 20px
    }
}

@media only screen and (min-width: 1200px) {
    footer .FootTopSec {
        padding: 60px 0 20px
    }
}

@media only screen and (min-width: 1441px) {
    footer .FootTopSec {
        padding: 105px 0 40px
    }
}

footer .FootTopSec .row {
    margin: 0
}

footer .FootTopSec .row>* {
    padding: 0
}

@media only screen and (min-width: 992px) {
    footer .FootTopSec .ml45 {
        margin-left: 35px
    }
}

@media only screen and (min-width: 1200px) {
    footer .FootTopSec .ml45 {
        margin-left: 45px
    }
}

@media only screen and (min-width: 992px) {
    footer .FootTopSec .ml50 {
        margin-left: 30px
    }
}

@media only screen and (min-width: 1200px) {
    footer .FootTopSec .ml50 {
        margin-left: 50px
    }
}

@media only screen and (min-width: 576px) {
    footer .FootTopSec .mr15 {
        margin-right: 15px
    }
}

@media only screen and (min-width: 992px) {
    footer .FootTopSec .mr15 {
        margin-right: 0
    }
}

@media only screen and (min-width: 992px) {
    footer .FootTopSec .mr100 {
        margin-right: 40px
    }
}

@media only screen and (min-width: 1200px) {
    footer .FootTopSec .mr100 {
        margin-right: 70px
    }
}

@media only screen and (min-width: 1441px) {
    footer .FootTopSec .mr100 {
        margin-right: 100px
    }
}

@media only screen and (max-width: 992px) {
    footer .FootTopSec .ftrBx {
        margin-bottom: 20px
    }
}

footer .FootTopSec .ftrBx .fHead {
    color: #e4e4e4;
    font-weight: 500;
    position: relative;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 14px
}

@media only screen and (min-width: 992px) {
    footer .FootTopSec .ftrBx .fHead {
        font-size: 16px
    }
}

footer .FootTopSec .ftrBx .fHead::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 47px;
    height: 2px;
    background: #624839
}

footer .FootTopSec .ftrBx .addrs {
    margin-bottom: 10px
}

footer .FootTopSec .ftrBx .qckLnk {
    display: flex
}

footer .FootTopSec .ftrBx .qckLnk:not(:last-of-type) {
    margin-bottom: 18px
}

footer .FootTopSec .ftrBx .qckLnk .imgbx {
    width: 85px;
    height: 73px
}

footer .FootTopSec .ftrBx .qckLnk .imgbx img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

footer .FootTopSec .ftrBx .qckLnk .txtB {
    width: calc(100% - 85px);
    padding-left: 20px
}

footer .FootTopSec .ftrBx .qckLnk .txtB .date {
    font-size: 13px;
    color: rgba(228, 228, 228, .5);
    font-weight: 400;
    margin-bottom: 3px
}

footer .FootTopSec .ftrBx .qckLnk .txtB .txt {
    color: #e4e4e4;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px
}

@media only screen and (min-width: 1441px) {
    footer .FootTopSec .ftrBx .qckLnk .txtB .txt {
        font-size: 15px;
        line-height: 18px
    }
}

footer .FootTopSec .ftrBx .social {
    display: flex;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 20px
}

@media only screen and (min-width: 576px) {
    footer .FootTopSec .ftrBx .social {
        margin-top: 20px;
        margin-bottom: 30px
    }
}

@media only screen and (min-width: 768px) {
    footer .FootTopSec .ftrBx .social {
        margin-top: 29px;
        margin-bottom: 50px
    }
}

footer .FootTopSec .ftrBx .social .sLnk {
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    will-change: transform;
    background: #fff;
    width: 35px;
    height: 35px
}

@media only screen and (min-width: 576px) {
    footer .FootTopSec .ftrBx .social .sLnk {
        width: 40px;
        height: 40px
    }
}

@media only screen and (min-width: 1441px) {
    footer .FootTopSec .ftrBx .social .sLnk {
        width: 50px;
        height: 50px
    }
}

@media only screen and (max-width: 576px) {
    footer .FootTopSec .ftrBx .social .sLnk img {
        height: 15px
    }
}

footer .FootTopSec .ftrBx .social .sLnk:not(:last-of-type) {
    margin-right: 25px
}

footer .FootTopSec .ftrBx .certificate {
    display: flex;
    margin: 0 -5px
}

footer .FootTopSec .ftrBx .certificate .imgBx {
    width: 126px;
    padding: 0 5px
}

footer .FootTopSec .ftrBx .certificate .imgBx img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

footer .FootTopSec p {
    color: #e4e4e4;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px
}

@media only screen and (min-width: 1441px) {
    footer .FootTopSec p {
        font-size: 16px;
        line-height: 21px
    }
}

footer .FootTopSec p span {
    display: block;
    margin-bottom: 10px
}

footer .FootTopSec a {
    color: #e4e4e4;
    font-weight: 400;
    transition: .4s all;
    display: block;
    font-size: 14px;
    line-height: 20px
}

@media only screen and (min-width: 1441px) {
    footer .FootTopSec a {
        font-size: 16px;
        line-height: 21px
    }
}

footer .FootTopSec a:hover {
    color: #a29061
}

footer .FootTopSec ul li a {
    display: block;
    transition: .4s all;
    color: #e4e4e4;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px
}

@media only screen and (min-width: 1441px) {
    footer .FootTopSec ul li a {
        font-size: 16px;
        line-height: 30px
    }
}

footer .FootTopSec ul li a:hover {
    color: #a29061
}

footer .FootBottomSec {
    padding: 10px 0 30px
}

@media only screen and (min-width: 576px) {
    footer .FootBottomSec {
        padding: 30px 0
    }
}

@media only screen and (min-width: 1441px) {
    footer .FootBottomSec {
        padding: 50px 0
    }
}

footer .FootBottomSec .cntrFlx {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap
}

footer .FootBottomSec .cntrFlx li {
    position: relative;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px
}

@media only screen and (min-width: 1441px) {
    footer .FootBottomSec .cntrFlx li {
        font-size: 15px
    }
}

footer .FootBottomSec .cntrFlx li a {
    color: #fff;
    font-weight: 400;
    transition: .4s all;
    font-size: 14px
}

@media only screen and (min-width: 1441px) {
    footer .FootBottomSec .cntrFlx li a {
        font-size: 15px
    }
}

footer .FootBottomSec .cntrFlx li a:hover {
    color: #a29061
}

footer .FootBottomSec .cntrFlx li:not(:last-of-type)::after {
    content: "/";
    display: inline;
    margin: 0 10px;
    color: #fff;
    font-weight: 400;
    font-size: 14px
}

@media only screen and (min-width: 1441px) {
    footer .FootBottomSec .cntrFlx li:not(:last-of-type)::after {
        font-size: 15px
    }
}


@media only screen and (min-width: 992px) {
    .formSec .row {
        padding: 0 60px
    }
}

@media only screen and (min-width: 1441px) {
    .formSec .row {
        padding: 0 108px
    }
}

.formSec .lftBx {
    padding: 0 0 40px
}

.formSec .lftBx form .form-group {
    margin-bottom: 24px
}

.formSec .lftBx form .form-group .form-control {
    border: none;
    border-radius: 0;
    border-top: solid 1px #323232;
    padding: 10px 0;
    color: #000;
    letter-spacing: 1px;
    font-weight: 400;
    height: auto;
    transition: .4s all;
    font-size: 13px;
    font-size: 14px
}

@media only screen and (min-width: 992px) {
    .formSec .lftBx form .form-group .form-control {
        font-size: 16px
    }
}

.formSec .lftBx form .form-group .form-control::placeholder {
    color: #000;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 13px
}

@media only screen and (min-width: 768px) {
    .formSec .lftBx form .form-group .form-control::placeholder {
        font-size: 14px
    }
}

@media only screen and (min-width: 992px) {
    .formSec .lftBx form .form-group .form-control::placeholder {
        font-size: 16px
    }
}

.formSec .lftBx form .form-group .form-control:valid,
.formSec .lftBx form .form-group .form-control:focus {
    border-top: solid 2px #323232
}

.formSec .lftBx form .form-group .form-control:-webkit-autofill,
.formSec .lftBx form .form-group .form-control:-webkit-autofill:hover,
.formSec .lftBx form .form-group .form-control:-webkit-autofill:focus,
.formSec .lftBx form .form-group .form-control :-webkit-autofill:active {
    -webkit-text-fill-color: #000;
    -webkit-box-shadow: 0 0 0px 30px rgba(0, 0, 0, 0) inset;
    transition: background-color 5000s ease-in-out 0s
}

.formSec .lftBx form .form-group .form-control:-internal-autofill-selected {
    background-color: -internal-light-dark(rgb(255, 255, 255), rgba(255, 255, 255, 0.4)) !important;
    -webkit-box-shadow: 0 0 0px 30px #fff inset
}

.formSec .lftBx form .form-group textarea.form-control {
    min-height: 100px
}

.formSec .lftBx .more {
    margin: 0 0 0 auto;
    background: none;
    border: none;
    padding: 0;
    height: auto;
    color: #020202;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 24px;
    transition: .4s all;
    width: fit-content;
    width: -moz-fit-content;
    font-size: 12px
}

@media only screen and (min-width: 576px) {
    .formSec .lftBx .more {
        font-size: 14px
    }
}

@media only screen and (min-width: 992px) {
    .formSec .lftBx .more {
        font-size: 16px
    }
}

.formSec .lftBx .more:hover {
    color: #a29061
}

.formSec .lftBx .more:hover svg {
    fill: #a29061
}

.formSec .ritBx {
    display: flex;
    justify-content: flex-end;
    position: relative
}

.formSec .ritBx .bgIcon {
    pointer-events: none;
    opacity: .06
}

@media only screen and (max-width: 992px) {
    .formSec .ritBx .bgIcon {
        position: absolute;
        right: 0;
        bottom: 0
    }
}
.carousel img {
    width: 70px;
    max-height: 70px;
    border-radius: 50%;
    margin-right: 1rem;
    overflow: hidden;
}

.carousel-inner {
    padding: 1em;
}

@media screen and (min-width: 576px) {
    .carousel-inner {
        display: flex;
        width: 90%;
        margin-inline: auto;
        padding: 1em 0;
        overflow: hidden;
    }

    .carousel-item {
        display: block;
        margin-right: 0;
        flex: 0 0 calc(100% / 2);
    }
}

@media screen and (min-width: 768px) {
    .carousel-item {
        display: block;
        margin-right: 0;
        flex: 0 0 calc(100% / 3);
    }
}

.carousel .card {
    margin: 0 0.5em;
    border: 0;
}

.carousel-control-prev,
.carousel-control-next {
    width: 3rem;
    height: 3rem;
    background-color: grey;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

