/*
   Footer css
=========================*/
/*$default		  :#F0F0F0;*/
/*10px;*/
/*13px;*/
/*20px;*/
.transition {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out; }

.ellips {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block; }

.home-social-link, .home-page-map {
  margin-left: -15px;
  margin-right: -15px; }

.social-links-wrap {
  padding: 50px 0;
  background: rgba(187, 193, 219, 0.2); }
  .social-links-wrap ul {
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    font-weight: 700;
    font-size: 1.75rem;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 30px; }
  .social-links-wrap li {
    color: #283784; }
  .social-links-wrap a {
    color: #fff; }
    .social-links-wrap a.fb-icon, .social-links-wrap a.line-icon, .social-links-wrap a.insta-icon, .social-links-wrap a.youtube-icon, .social-links-wrap a.tiktok-icon {
      border-radius: 8px;
      height: 56px;
      width: 56px;
      text-align: center;
      display: inline-block;
      line-height: 60px;
      transition: all .5s ease-out 0s;
      -webkit-transition: all .5s ease-out 0s;
      -moz-transition: all .5s ease-out 0s;
      -o-transition: all .5s ease-out 0s; }
      .social-links-wrap a.fb-icon:hover, .social-links-wrap a.line-icon:hover, .social-links-wrap a.insta-icon:hover, .social-links-wrap a.youtube-icon:hover, .social-links-wrap a.tiktok-icon:hover {
        opacity: .7; }
    .social-links-wrap a.fb-icon {
      background: #283784; }
    .social-links-wrap a.line-icon {
      background: #06C755; }
    .social-links-wrap a.insta-icon {
      background: radial-gradient(103.9% 47.24% at 20.54% 7.13%, #4168C9 0%, rgba(168, 48, 190, 0) 100%), radial-gradient(92.18% 99.11% at 26.56% 107.7%, #FFDD55 0%, #FFDD55 18.23%, #FF543E 76.56%, #C837AB 100%); }
    .social-links-wrap a.youtube-icon {
      background: #FE0000; }

.footer {
  padding-top: 35px;
  background: #283784;
  color: #fff; }
  .footer ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: .5rem;
    line-height: 23px; }
  .footer .container {
    /*        max-width: 1360px;*/ }

.footer-top {
  padding-bottom: 25px;
  font-size: 0.875rem; }
  .footer-top h3 {
    margin-bottom: 15px;
    font-size: 1rem;
    font-weight: 500; }
  .footer-top li {
    line-height: 23px; }
  .footer-top a {
    color: #fff; }
    .footer-top a:hover, .footer-top a.active {
      text-decoration: underline;
      color: #B89831; }
  .footer-top .social-link {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px; }
    .footer-top .social-link li {
      margin: 0 1.5rem .5rem 0; }
    .footer-top .social-link a {
      width: 38px;
      height: 38px;
      text-align: center;
      background: #fff;
      color: #283784;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      line-height: 40px;
      font-size: 1.125rem; }
      .footer-top .social-link a:hover {
        background-color: #B89831;
        color: #fff;
        text-decoration: none; }
        .footer-top .social-link a:hover img {
          filter: brightness(0) invert(1); }
      .footer-top .social-link a img {
        display: inline-block;
        vertical-align: middle; }

.contact-row {
  margin-bottom: .75rem;
  font-size: 0.875rem;
  line-height: 1.5; }
  .contact-row .d-flex {
    align-items: center; }
  .contact-row .ficon {
    margin-right: .5rem;
    font-size: 90%; }

.footer-logo {
  margin-bottom: 25px; }
  .footer-logo img {
    max-height: 41px;
    filter: brightness(0) invert(1); }

.newsletter .chk-wrap {
  color: #fff; }
.newsletter .chk-wrap input[type="checkbox"]:checked + .chkmark::after {
  border: 1px solid #fff;
  font-size: 1rem; }
.newsletter .chkmark {
  font-size: 0.75rem; }

.news-input {
  margin-bottom: .75rem;
  display: flex; }
  .news-input .form-group {
    width: 110%; }
  .news-input input, .news-input button {
    border-radius: 45px; }
  .news-input .btn {
    margin-left: -35px; }

.copy-right-wrap {
  border-top: 1px solid #fff;
  padding-top: 1rem;
  padding-bottom: .75rem;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  font-size: 0.875rem; }
  .copy-right-wrap .copy-col {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-right: 20px; }
    .copy-right-wrap .copy-col a {
      margin-right: 5px;
      margin-bottom: 5px; }
  .copy-right-wrap .copy-txt {
    margin-left: auto;
    margin-right: 0; }
  .copy-right-wrap .copy-list a {
    color: #fff;
    line-height: 1; }
    .copy-right-wrap .copy-list a:not(:last-child) {
      padding-right: .75rem;
      margin-right: .75rem;
      border-right: 1px solid #fff; }
    .copy-right-wrap .copy-list a:hover {
      color: #B89831; }

.footer-border {
  height: 9px;
  line-height: 0;
  background: linear-gradient(to left, #BBC1DB 0, #BBC1DB 33.3%, #5965A1 33.3%, #5965A1 66.6%, #0F1430 66.6%, #0F1430) no-repeat; }

/* widget floating  */
.widget-float {
  position: fixed;
  right: 30px;
  bottom: 12%;
  z-index: 3; }

.widget-list-wrap {
  list-style: none; }
  .widget-list-wrap li {
    margin-bottom: 15px;
    position: relative; }
    .widget-list-wrap li:hover .hover-content {
      display: block; }
    .widget-list-wrap li .hover-content {
      position: absolute;
      bottom: -5px;
      right: 100%;
      background: #fff;
      padding: 15px 12px;
      border-radius: 12px;
      z-index: 1;
      width: 240px;
      box-shadow: 0px 6px 10px 0px #28378426;
      display: none;
      transition: all .5s ease-out 0s;
      -webkit-transition: all .5s ease-out 0s;
      -moz-transition: all .5s ease-out 0s;
      -o-transition: all .5s ease-out 0s; }
    .widget-list-wrap li .btn {
      text-align: left;
      display: block;
      font-weight: normal; }
      .widget-list-wrap li .btn i {
        font-size: 1.125rem;
        display: inline-block;
        vertical-align: middle; }
      .widget-list-wrap li .btn .lineicon {
        color: #06C755; }
    .widget-list-wrap li .fb-msg i {
      color: #283784; }
    .widget-list-wrap li .fb-msg:hover {
      color: #283784;
      border-color: #283784 !important;
      background: #fff !important; }
    .widget-list-wrap li .fb-msg, .widget-list-wrap li .line-link {
      line-height: 26px; }
      .widget-list-wrap li .fb-msg i, .widget-list-wrap li .line-link i {
        font-size: 1.65rem; }
    .widget-list-wrap li .line-link:hover {
      color: #06C755;
      border-color: #06C755 !important;
      background: #fff !important; }
  .widget-list-wrap .wid-title {
    color: #283784;
    font-weight: 700;
    line-height: 1.5; }
  .widget-list-wrap .widget-icon {
    width: 46px;
    height: 46px;
    line-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0px 4px 20px 0px #00000033;
    color: #fff;
    cursor: pointer;
    text-align: center;
    margin-left: 10px; }
    .widget-list-wrap .widget-icon img {
      display: inline-block;
      vertical-align: middle;
      margin: auto; }
  .widget-list-wrap .phone-icon {
    background: #283784;
    font-size: 1.75rem; }
    .widget-list-wrap .phone-icon:hover {
      opacity: .8; }
  .widget-list-wrap .wg-msg-icon {
    background: #168AFF;
    font-size: 1.75rem; }
    .widget-list-wrap .wg-msg-icon:hover {
      opacity: .8; }
  .widget-list-wrap .wg-line-icon {
    background: #00B900;
    font-size: 1.75rem; }
    .widget-list-wrap .wg-line-icon:hover {
      opacity: .8; }
  .widget-list-wrap .chat-icon {
    background: #8F7726;
    font-size: 1.75rem; }
    .widget-list-wrap .chat-icon:hover {
      background-color: #B89831; }
  .widget-list-wrap .backtoTop {
    background: #CED4DA;
    font-size: 2.25rem; }
    .widget-list-wrap .backtoTop:hover {
      background-color: #B89831; }

@media all and (min-width: 993px) {
  .social-links-wrap {
    padding-left: 16%;
    padding-right: 14%; } }
@media all and (min-width: 991px) {
  .footer .newsletter {
    margin-top: 55px; } }
@media all and (max-width: 991px) {
  /**/
  .footer {
    overflow-x: hidden; }

  .home-social-link .social-links-wrap {
    padding: 32px 0; }
    .home-social-link .social-links-wrap .social-link-title {
      width: 100%;
      text-align: center;
      margin-bottom: 1.25rem; }
    .home-social-link .social-links-wrap li a {
      height: 40px;
      width: 40px;
      line-height: 42px;
      font-size: 1.125rem; }
      .home-social-link .social-links-wrap li a img {
        max-height: 40px; }

  .social-links-wrap ul {
    padding-left: 30px;
    padding-right: 30px; }

  /**/
  .footer-top {
    padding-bottom: 10px; }
    .footer-top .footer-subtitle, .footer-top .footer-subtitles {
      position: relative;
      font-weight: normal;
      border-bottom: 1px solid #fff;
      font-size: 1rem;
      padding-bottom: 12px;
      margin-bottom: 12px;
      color: #fff;
      /*& + .footer-subtitles ,& + .footer-subtitles + ul  {
          display: none;
      }*/ }
      .footer-top .footer-subtitle:after, .footer-top .footer-subtitles:after {
        position: absolute;
        content: "\f067";
        right: 5px;
        top: -1px;
        font-family: 'Font Awesome 5 Pro';
        cursor: pointer;
        font-size: 1.1rem;
        cursor: pointer;
        /* font-weight: bold; */ }
      .footer-top .footer-subtitle + ul, .footer-top .footer-subtitles + ul {
        display: none;
        padding-bottom: 10px;
        transition: all 0.4s ease-in-out; }
      .footer-top .footer-subtitle.active, .footer-top .footer-subtitles.active {
        /*& + .footer-subtitles, & + .footer-subtitles + .footer-link {
            display: block;
        }*/ }
        .footer-top .footer-subtitle.active + ul, .footer-top .footer-subtitles.active + ul {
          display: block; }
        .footer-top .footer-subtitle.active:after, .footer-top .footer-subtitles.active:after {
          content: "\f068"; }
    .footer-top .footer-subtitles:after {
      display: none; }
    .footer-top .open .footer-link {
      display: block; }

  .newsletter .chk-wrap {
    font-size: 0.75rem; }
    .newsletter .chk-wrap .chkmark {
      display: block; }
    .newsletter .chk-wrap .chkmark:before {
      margin-right: 4px; }

  .copy-right-wrap {
    display: block;
    text-align: center;
    line-height: 30px;
    font-size: 0.75rem;
    padding-top: .4rem; }
    .copy-right-wrap .copy-col {
      display: inline-block;
      margin-right: 0; }

  .widget-float {
    right: 15px;
    bottom: 10%; }

  .widget-list-wrap .widget-icon {
    width: 40px;
    height: 40px;
    line-height: 40px; }
  .widget-list-wrap .chat-icon {
    font-size: 1.5rem; }
  .widget-list-wrap .backtoTop {
    font-size: 1.75rem; } }
