.home-video-img { height: 500px; width: 100%; object-fit: cover; opacity: .7; }
.home-video-bg { height: 600px; }
.top-header-cont {  background: #f8fafd; }
.top-header-cont .top-header { height: 50px; display: flex; justify-content: space-between; align-items: center; }
.top-header-cont .top-header .left a { color: #677788; }
.top-header-cont .top-header .right i { margin-right: 5px; font-size: 12px; }
.top-header-cont .top-header .right .btn-icon i { margin-right: 0; font-size: 16px; }
.navbar-brand-logo { max-width: 10rem; }
.line-height-1-6 { line-height: 1.6; }
.btn-spinner-show .spinner-border.none { display: none; }
.icon-company { display: block; }
.icon-company svg { height: 70px; fill: #D4A373; }
.bg-soft-dark-1 { background-color: rgba(33,50,91,.06)!important; }
.bg-dark-2 { background-color: #212529; }
.alfa-color { color: #D4A373; }
.bg-light-2 { background-color: #E9ECEF; }
.img-opacity-black { background-color: #000; }
.img-opacity-black img { opacity: .70; }
.map { height: 450px; border: 1px solid #d8dbde; margin-bottom: 20px; border-radius: 4px; overflow: hidden; }
.map-2 { height: 350px; }
.map iframe { height: 100%; }
.signature { display: flex; align-items: center; flex-direction: column; text-decoration: none; font-weight: 500; padding-top: 20px; font-size: .9rem; color: #fff; transition: .3s; }
.signature img { width: 110px; height: auto; margin-top: 10px; }
.signature span { opacity: 0.5; transition: .3s; }
.signature:focus { outline-color: rgba(255,255,255,.5) !important; }
.signature:hover { color: #fff; }
.signature:hover span { color: #fff; opacity: 1; }
