
/* bg */
.bg-m-black {
   background-color: #1e1e1e !important;}
.bg-lg-black {
   background-color: #161616 !important;}
.bg-light-black {
   background-color: #353535 !important;}
.bg-yellow {
  background-color: #fbb03d !important;}





/* footer */
footer .container-fluid.container-fluid-lg {
   padding-left: 50px;
   padding-right: 50px;}
/* container-fluid-lg */
@media (max-width: 991px) {
footer .container-fluid.container-fluid-lg {
   padding-left: 15px;
   padding-right: 15px;}
}
/* footer-top */
footer .footer-top {
   padding-top: 50px;
   padding-bottom: 35px;}
@media (max-width: 991px) {
footer .footer-top {
   padding-top: 15px;
   padding-bottom: 15px;}
}
/* info */
footer .footer-top .info {
   border-radius: 20px;
   padding: 40px;}
@media (max-width: 991px) {
footer .footer-top .info {
   padding: 20px;}
}
/* col-map */
footer .footer-top .col-map {
   max-width: 280px;}
@media (max-width: 991px) {
footer .footer-top .col-map {
   max-width: 145px;}
}
/* map */
footer .footer-top .map iframe {
   width: 200px;
   height: 200px;
   border-radius: 50%;
   border: 1px solid #c90000;}
footer .footer-top .map iframe {
   width: 200px;
   height: 200px;
   border-radius: 50%;
   border: 1px solid #c90000;}
@media (max-width: 991px) {
footer .footer-top .map {
   position: relative;
   top: 27px;}
footer .footer-top .map iframe {
   width: 120px;
   height: 120px;}
}
/* h4 */
footer .footer-top .h4 {
   margin-bottom: 10px;
   font-size: 22px;}
@media (max-width: 991px) {
footer .footer-top .h4 {
   margin-bottom: 5px;
   font-size: 15px;}
}
/* contact-table */
footer .footer-top .contact-table {
   margin-bottom: 25px;}
footer .footer-top .contact-table td,
footer .footer-top .contact-table td a {
   text-decoration: none;
   font-size: 15.3px;
   line-height: 28px;
   color: #fff;}
footer .footer-top .contact-table td {
   padding-top: 12px;}
footer .footer-top .contact-table td img {
   height: 28px;
   padding-right: 8px;}
footer .footer-top .contact-table td img[src="/static/public/default/images/icons/red-fill-call.png"] {
   height: 22px;}
@media (max-width: 991px) {
footer .footer-top .contact-table td,
footer .footer-top .contact-table td a {
   line-height: 20px;
   font-size: 11px;}
footer .footer-top .contact-table td img {
   height: 20px;}
footer .footer-top .contact-table td img[src="/static/public/default/images/icons/red-fill-call.png"] {
   height: 17px;}
}
/* col-download */
@media (max-width: 991px) {
footer .footer-top .col-download {
    flex: auto;
    padding-left: 158px;}
}
/* apps */
footer .footer-top .apps a {
   text-decoration: none;
   display: inline-block;
   margin-right: 5px;
   margin-top: 5px;}
footer .footer-top .apps a img {
   height: 50px;}
@media (max-width: 991px) {
footer .footer-top .apps a img {
   height: 25px;}
}
/* h6 */
footer .footer-top .h6 {
   margin-bottom: 10px;
   font-size: 20px;}
@media (max-width: 991px) {
footer .footer-top .h6 {
   margin-bottom: 5px;
   font-size: 13px;}
}
/* links */
footer .footer-top .links {
   text-align: center;
   margin-top: 5px;}
footer .footer-top .links a {
   text-decoration: none;
   display: inline-block;
   position: relative;
   font-size: 15px;
   padding: 6px 10px 6px 7px;
   color: #fff;}
footer .footer-top .links a:not(:last-of-type):before {
   content: '';
   position: absolute;
   right: 0;
   top: 9px;
   width: 2px;
   height: 14px;
   background-color: #c90000;
   display: block;}
footer .footer-top .links.line-white a:not(:last-of-type):before {
   background-color: #fff;}
@media (max-width: 991px) {
footer .footer-top .links a {
   font-size: 13px;
   padding: 3px 8px 3px 5px;}
footer .footer-top .links a:not(:last-of-type):before {
   top: 6px;
   height: 12px;}
}
/* social */
footer .footer-top .social {
   text-align: center;
   margin-top: 30px;
   margin-bottom: 15px;}
footer .footer-top .social a {
   width: 35px;
   height: 35px;
   line-height: 38px;
   background-color: #fff;
   border-radius: 50%;
   font-size: 20px;
   color: #000;
   text-decoration: none;
   display: inline-block;
   margin-right: 5px;
   margin-left: 5px;}
@media (max-width: 991px) {
footer .footer-top .social a {
   width: 25px;
   height: 25px;
   line-height: 25px;}
}


/* footer-bottom */
footer .footer-bottom {
 background: #141414;
 padding-top: 20px;
 padding-bottom: 20px;
 text-align: center;}
footer .footer-bottom p {
 color: #7e7e7e;
 font-size: 13px;
 margin-bottom: 0;}
footer .footer-bottom p span {
 display: inline-block;}
footer .footer-bottom p a {
 text-decoration: none;
 color: #bfbcbc;}
footer .footer-bottom p a:hover {
 color: #fff;}
@media (max-width: 991px) {
footer .footer-bottom p {
 font-size: 11px;}
}

/* footer-mobile-hide */
@media (max-width: 991px) {
.footer-mobile-hide footer {
   display: none;}
}