/*UI02011995*/
footer {
  background: #222222;
  padding:6.5rem 0 9.5rem;
  position: relative;
  overflow: hidden;
  clear: both;
}
footer:before {
  content: "";
  width: 100%;
  height: 100%;
  background: url("../images/footer-bg.svg") no-repeat right top;
  position: absolute;
  top: 0;
  right: 0;
}
.footer-panel1 .col-md-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 18%;
  flex: 0 0 18%;
  max-width: 18%;
}
.footer-panel1 .col-md-3:nth-child(5) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 23%;
  flex: 0 0 23%;
  max-width: 23%;
}
.footer h2, .footer a{font-family: var(--font-roboto);}
.footer-panel1 h2 {
  color: #fff;
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: bold;
  margin: 2.2rem 0;
  position: relative;
  padding-bottom: 20px;
}
.footer-panel1 h2:after {
  width: 50px;
  height: 1px;
  content: "";
  background: #F8AE2E;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
footer ul {
  margin-bottom: 54px;
}
ul.footer_menu li{
  padding: 0;
  transition: 0.4s;
  position: relative;
}
ul.footer_menu li:hover {
  padding-left: 1.5rem;
  transition: 0.4s;
}
ul.footer_menu li::before{
  content: "";
  width: 0rem;
  height: 0.3rem;
  background: var(--orangecolor);
  position: absolute;
  top: 0.8rem;
  left: 0;
  transition: .4s;
}
ul.footer_menu li:hover::before{width: 0.8rem; transition: .4s;}
.footer-panel1 ul li a {
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 2.4rem;
  display: block;
  margin: 7px 0;
  font-weight: 400;
  opacity: 0.6;
}
ul.footer_menu li:hover a{color: var(--orangecolor);}


.footer-panel h4 {
  font-size: 2rem;
  line-height: 2.6rem;
  color: #fff;
  font-family: var(--font-robotoslab);
  margin-bottom: 2.3rem;
}
.footer-panel p{
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 2.1rem;
  margin-bottom:2rem;
  font-weight: 400;
  opacity: 0.6;
}
.footer-contact ul li {
  display: flex;
  align-items: self-start;
  justify-content: start;
  flex-wrap: nowrap;
  padding: 2rem 0rem;
}
.footer-contact ul li a {
  font-size: 2rem;
  line-height: 2.4rem;
  color: var(--whitecolor);
  opacity: 0.8;
  margin: 0;
  padding-left: 2rem;
}
.footer-contact a:hover {
  color: var(--orangecolor);
}
.border_bottom {
  border-bottom: 1px solid #ffffff2e;
}
.subscribe span {
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: var(--whitecolor);
  display: inline-block;
  padding-bottom: 2rem;
  font-family: var(--font-roboto);
}
.footer-input .form-control {
  border-radius: 0;
  height: 5.5rem;
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: 300;
  background: transparent;
  color: #666666;
  border: 1px solid #ffffff2e;
  padding: 0.375rem 0.75rem 0.375rem 2rem;
}
.subscribe form {
  position: relative;
}
.footer-input [type=submit] {
  cursor: pointer;
  padding: 1.5rem;
  background: var(--bluecolor);
  background-image: url(../images/subscribe-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  font: var(--font16);
  border: none;
  color: #fff;
  display: inline-block;
  text-indent: -9999px;
  position: absolute;
  top: 0;
  right: 4%;
}
.follow-us h3 {
  margin-top: 5.5rem;
  padding-bottom: 1.5rem;
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: var(--whitecolor);
  font-family: var(--roboto);
}
.follow-us ul {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 2rem;
}
p.copy_right {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: var(--whitecolor);
  opacity: 1;
}
p.copy_right span {
  display: inline-block;
  padding-top: 1rem;
}
p.copy_right span a {
  display: inline;
}
.footer-panel {
  position: relative;
  margin-top: 2.2rem;
}

@media (max-width: 1649px){
  .footer-panel h4 {
    margin-bottom: 1.5rem;
}
footer ul {
  margin-bottom: 30px;
}
.follow-us h3 {
  margin-top: 3rem;
}



}
@media (max-width: 1399px){
  .footer-panel1 h2 {
    font-size: 1.6rem;
    margin: 1.5rem 0;
}
.footer-panel1 ul li a, .footer-panel p {
  font-size: 1.5rem;
}
.footer-panel {
  margin-top: 1.5rem;
}
.footer-contact ul li a {
  font-size: 1.8rem;
}
.footer-panel h4 {
  font-size: 1.6rem;
}

}

@media (max-width: 1199px){
  .footer-panel1 ul li a, .footer-panel p {
    font-size: 1.4rem;
    margin: 5px 0;
}
}

@media (max-width: 991px){
.footer-panel1 .col-md-3{  width: 50%; flex: auto;max-width: initial;}
footer:before {right: -26rem;}
.footer-panel1 h2 {font-size: 1.8rem;}
footer {padding: 5rem 0 9rem;}
.follow-us ul {justify-content: flex-start;padding-bottom: 1.5rem;}
ul.border_bottom li {margin-right: 1rem;}
p.copy_right, p.copy_right a {font-size: 1.4rem;margin-bottom: 1rem;}
p.copy_right a {display: inline-block;}
.footer-panel1 .col-md-3:nth-child(5) {-webkit-box-flex: 0;flex: 0 0 100%;max-width: 100%;}



}
@media (max-width:767px){
  footer:before{right:0;}
}
@media (max-width:575px){
.footer_sec .container{padding:0px 15px;}
.footer-panel1 h2 {margin-bottom: 1rem;padding-bottom: 1rem;font-size: 1.5rem;}
.footer-mobile-menu .pt-5 {padding-top: 0rem!important;}
footer {padding: 4rem 0 4rem;}



}
@media (max-width:375px){
 
  
}
@media (max-width:320px){
 
}
