.glite-footer-contact .container,
.glite-footer-content>.container {
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
}
.glite-footer-contact {
  /* background: #000; */
  /* padding: 60px 0 30px; */
  /* border-top: 2px solid #f6f6f6; */
}
.glite-footer-contact ul {
  width: 100%;
  /* display: -webkit-flex; */
  /* display: flex; */
  /* -webkit-justify-content: space-between; */
  /* justify-content: space-between; */
  /* -webkit-flex-wrap: wrap; */
  /* flex-wrap: wrap; */
}
.glite-footer-contact ul li {
  /* width: 20%; */
  display: -webkit-flex;
  display: flex;
  /* -webkit-justify-content: space-between; */
  /* justify-content: space-between; */
  /* -webkit-align-items: flex-start; */
  /* align-items: flex-start; */
}
.glite-footer-contact ul li:last-child {
  /* width: 38%; */
}
.glite-footer-contact ul li .ico {
  /* width: 40px; */
  /* height: 40px; */
  line-height: 30px;
  /* background: #000; */
  border-radius: 50%;
  text-align: center;
}
.glite-footer-contact ul li .ico i {
  color: var(--color-primary);
  font-size: 28px;
  line-height: 40px;
}
.glite-footer-contact ul li .t {
  /* -webkit-flex: 1; */
  /* flex: 1; */
  /* display: -webkit-flex; */
  /* display: flex; */
  /* height: 100%; */
  /* -webkit-justify-content: center; */
  /* justify-content: center; */
  /* -webkit-flex-direction: column; */
  /* flex-direction: column; */
  padding: 0 0 0 15px;
  /* margin-left: 15px; */
  /* position: relative; */
  width: 100%;
}
.glite-footer-contact ul li .t::after {
  content: "";
  width: 1px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 32px;
  background: #d5d5d5;
}
.glite-footer-contact ul li .t h5 {
  font-size: 18px;
  color: #090909;
  font-weight: 100;
}
.glite-footer-contact ul li .t p {
  font-size: 16px;
  color: #414141;
  line-height: 20px;
  margin: 15px 0 0;
  height: 60px;
  width: 100%;
}
.glite-footer-contact ul li .t p a {
  color: #212f3f;
}
.glite-footer-contact ul li .t p a:hover {
  color: var(--color-primary);
}

.glite-footer-content {
  /* background: #000; */
  padding: 60px 0 40px;
}
.glite-footer-content .wp {
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.glite-footer-content h5 {
  font-size: 30px;
  color: #000;
  line-height: 1;
  margin: 0 0 20px;
}




.glite-footer-nav ul {
  margin: 0;
  overflow: hidden;
}
.glite-footer-nav ul li {
  color: #444;
  font-size: 18px;
  line-height: 40px;
}
.glite-footer-nav ul li + li {
  margin-top: 8px;
}
.glite-footer-nav ul li a:hover {
  color: var(--color-primary);
}
.glite-footer-nav{
  margin-right:40px
}
.glite-footer-list{
  margin-right:40px
}
.glite-footer-list ul {
  margin: 0;
  overflow: hidden;
}
.glite-footer-list ul li {
  color: #444;
  font-size: 18px;
  line-height: 40px;
}
.glite-footer-list ul li + li {
  margin-top: 8px;
}
.glite-footer-list ul li a:hover {
  color: var(--color-primary);
}

.glite-footer-contact {
  width: 360px;
  margin-right: 40px;
}


.glite-footer-contact .share {
  margin: 30px 0 0;
}
.glite-footer-contact .share a {
  display: inline-block;
  text-align: center;
  transition: all 0.3s ease 0s;
  color: #fff;
  background: var(--color-primary);
  border-radius: 30px;
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.glite-footer-contact .share a + a {
  margin-left: 25px;
}
.glite-footer-contact .share a i {
  font-size: 28px;
  color: inherit;
  line-height: 50px;
}
.glite-footer-contact .share a:hover {
  color: #fff;
  transform: scale(1.2);
  background: #d7163596;
}

.glite-footer-contact p {
  color: #444;
  font-size: 18px;
  line-height: 25px;
  /* padding-left: 35px; */
}
.glite-footer-contact p i{
  color: var(--color-primary);
  font-size: 30px;
}
.glite-footer-contact p + p {
  margin-top: 8px;
}
.glite-footer-contact p a:hover {
  color: var(--color-primary);
}

.glite-footer .crm_inquiry_form_boxcustom_inquiry_form .inqury_title_box{
  padding: 0px !important;
  margin: 0px !important;
}
.glite-footer .crm_inquiry_form_boxcustom_inquiry_form .inqury-form .input-wrap .input-label{
  display:none;
}
.glite-footer .crm_inquiry_form_boxcustom_inquiry_form .inqury_title_box .inqury_title_text{
   margin: 0px !important;
}
.glite-footer-logo {
  width: 310px;
}
.glite-footer-logo em {
  margin: 20px 0 0;
  font-size: 22px;
  color: #000;
  display: block;
}
.glite-footer-logo p {
  margin: 35px 0 0;
  color: #000;
  font-size: 20px;
  line-height: 40px;
}

.glite-footer-logo .share {
  margin: 30px 0 0;
}
.glite-footer-logo .share a {
  display: inline-block;
  text-align: center;
  transition: all 0.3s ease 0s;
  color: #fff;
  background: #000;
  border-radius: 30px;
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.glite-footer-logo .share a + a {
  margin-left: 15px;
}
.glite-footer-logo .share a i {
  font-size: 28px;
  color: inherit;
  line-height: 50px;
}
.glite-footer-logo .share a:hover {
  color: var(--color-primary);
  transform: scale(1.2);
}

.glite-footer-form {
  flex: 1;
  /* margin-left: 130px; */
  /* width: 285px; */
}
.glite-footer-form h5 {
  font-size: 37px;
  color: #000;
  text-align: center;
}
.glite-footer-form p {
  font-size: 18px;
  color: #000;
  text-align: center;
  margin: 20px 0 0;
}

.glite-footer-form .inquirbox {
  margin: 60px 0 0;
  display: -webkit-flex;
  display: flex;
}
.glite-footer-form .l {
  width: 44.7%;
}
.glite-footer-form .r {
  flex: 1;
  margin-left: 24px;
}

.glite-footer-form .inquirbox input[type="text"],
.glite-footer-form .inquirbox textarea {
  padding: 10px;
  border: 1px solid #000;
  color: #000;
  background: transparent;
}
.glite-footer-form .inquirbox textarea {
  height: 100%;
  width: 100%;
}
.glite-footer-form .inquirbox .row {
  margin-bottom: 20px;
}
.glite-footer-form .inquirbox .row:last-of-type {
  margin-bottom: 0;
}
.glite-footer-form .inquirbox .submit {
  width: 140px;
  line-height: 44px;
  background: var(--color-primary);
  font-size: 18px;
}
.inquirbox input[type="text"],
.inquirbox textarea {
  padding: 10px 10px;
  font-size: 15px;
  border: 1px solid #d2d2cf;
  width: 100%;
  line-height: 22px;
  text-align: left;
  color: #111;
  box-sizing: border-box;
}

.glite-footer-form .inquirbox em {
  font-size: 15px;
  display: inline-block;
  margin-bottom: 5px;
}
.glite-footer-form .inquirbox em+div {
  margin-bottom: 10px;
}

.foot-form p {
  font-size: 18px;
  color: #000;
  text-align: center;
  margin: 20px 0 0;
}

#glite-gotop {
  position: fixed;
  bottom: 100px;
  right: 10px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  background: var(--color-primary);
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  z-index: 1000;
  cursor: pointer;
  display: none;
  border-radius: 4px;
}
#glite-gotop i {
  color: #fff;
  font-size: 18px;
}

@media screen and (max-width: 1367px) {
  .glite-footer-contact ul li {
    width: 33.333333%;
  }
  .glite-footer-contact ul li:last-child {
    width: 50%;
  }
}
@media screen and (max-width: 1281px) {
  .glite-footer-form h5 {
    font-size: 30px;
  }
}
@media screen and (max-width: 1271px) {
  .glite-footer-form h5 {
    font-size: 32px;
  }
}
@media screen and (max-width: 992px) {
  .glite-footer-contact {
    padding: 30px 0;
  }
  .glite-footer-contact .container,
  .glite-footer-content .container {
    display: block;
  }
  .glite-footer-contact ul li {
    width: 100%;
    height: auto;
    padding: 20px 0;
  }
  .glite-footer-contact ul li + li {
    width: 50%;
  }
  .glite-footer-contact ul li .t h5 {
    font-size: 22px;
  }

  .glite-footer-content {
    background-size: cover;
    padding: 40px 0;
  }
  .glite-footer-content .wp {
    display: block;
  }

  .glite-footer-logo {
    width: 100%;
    text-align: center;
  }
  .glite-footer-logo em {
    font-size: 20px;
  }
  .glite-footer-logo p {
    margin: 25px 0 0;
    font-size: 18px;
    line-height: 35px;
  }

  .glite-footer-form {
    margin: 30px 0 0;
  }
  .glite-footer-form p {
    font-size: 17px;
    margin: 15px 0 0;
  }
  .glite-footer-form .inquirbox {
    margin: 30px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .glite-footer-contact {
    padding: 15px 0;
    margin-right: 0;
  }
  .glite-footer-contact ul {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .glite-footer-contact ul li {
    width: 100%;
    padding: 15px 0;
    height: auto;
    display: block;
  }
  .glite-footer-contact ul li + li,
  .glite-footer-contact ul li:last-child {
    width: 100%;
  }
  .glite-footer-contact ul li .ico {
    margin: 0 auto;
  }
  .glite-footer-contact ul li .t {
    height: auto;
    padding: 0;
    margin: 10px 0 0;
    text-align: center;
  }
  .glite-footer-contact ul li .t::after {
    display: none;
  }
  .glite-footer-contact ul li .t h5 {
    font-size: 20px;
  }
  .glite-footer-contact ul li .t p {
    font-size: 15px;
    height: auto;
  }

  .glite-footer-content {
    padding: 30px 0 15px;
  }

  .glite-footer-logo {
    width: 100%;
    text-align: center;
  }
  .glite-footer-logo em {
    margin: 10px 0 0;
    font-size: 17px;
  }
  .glite-footer-logo p {
    margin: 10px 0 0;
    font-size: 16px;
    line-height: 22px;
  }

  .glite-footer-logo .share {
    margin: 20px 0 0;
  }
  .glite-footer-logo .share a + a {
    margin-left: 10px;
  }
  .glite-footer-logo .share a i {
    font-size: 26px;
  }

  .glite-footer-form .inquirbox {
    display: block;
  }
  .glite-footer-form .l {
    width: 100%;
  }
  .glite-footer-form .r {
    margin: 10px 0 0;
  }
  .glite-footer-form .inquirbox .submit {
    display: block;
    width: 120px;
    line-height: 40px;
    background: var(--color-primary);
    font-size: 17px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
   .glite-footer-form .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  
    font-size: 13px;
}
  .glite-footer-logo img {
    height: 90px;
  }
  .glite-footer-list ul li{
    font-size: 12px !important;
  }
  .glite-footer-content h5{
    font-size: 24px !important;
    text-align: center;
  }
  .glite-footer-nav ul li {
    color: #444;
    font-size: 12px;
    line-height: 33px;
    width: 33%;
    float: left;
    margin-top: 0 !important;
    text-align: center;
}
.foot-form p{
  font-size: 12px !important;
}
.glite-footer-contact ul li .t p{
  font-size: 12px !important;
}
    .glite-footer-contact ul li {
        width: 50% !important;
        padding: 15px 0;
        height: auto;
        display: block;
        float: left;
    }
    .glite-footer-list {
    margin-right: 0;
}
.glite-footer-nav {
    margin-right: 0;
}
.glite-footer-list ul li{
  text-align: center;

  
}
}
