/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
    background: #292929;
    margin: 0;
    padding: 65px 70px 10px;
    border-top: 2px;
    overflow: hidden;
}
.footer .footer-top {
  /* background: #292929;
  padding: 60px 0 30px 0; */
}
.footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #fff;
}
.footer .footer-top .social-links a {
  display: inline-block;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  transition: 0.3s;
}

.footer .footer-top .social-links a:hover {
  padding: 0;
  transform: translateY(-0.5rem);
}

.footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  /* padding-bottom: 12px; */
  font-family: 'Montserrat';
  margin-bottom: 18px;
}

.footer .footer-top h4 a {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  /* padding-bottom: 12px; */
  font-family: 'Montserrat';
  margin-bottom: 18px;
  position: relative;
  transition: 0.6s;
}

.footer .footer-top h4 a:hover {
  color: #960018;
  padding-left: 1.5rem;
 
}
.footer .footer-top h4 a::before {
  height: 0.1rem;
  width: 0px;
  background: #960018;
  position: absolute;
  left: 0px;
  bottom: 0;
  transition: 0.5s;
  content: '';
  opacity: 0;
  top: 0;
  margin: auto;
}
.footer .footer-top h4 a:hover::before {
  width: 0.8rem;
  opacity: 1;
}
.footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 18px;
  line-height: 1;
}
.footer .footer-top .footer-links ul li {
  align-items: center;
  font-family: 'Open Sans';
  font-weight: 100;
}
.footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.footer .footer-top .footer-links ul li a {
  color: #D2D2D2;
  transition: 0.6s;
  display: inline-block;
  line-height: 2;
  font-size: 16px;
  font-family: 'Open Sans';
  font-weight: 400;
  position: relative;
}
.footer .footer-top .footer-links ul li a:hover {
  color: #960018;
  padding-left: .8rem;
}

footer ul li a::before {
  height: 0.1rem;
  width: 0px;
  background: #960018;
  position: absolute;
  left: 0px;
  bottom: 0;
  transition: 0.5s;
  content: '';
  opacity: 0;
  top: 0;
  margin: auto;
}
footer ul li a:hover::before {
  width: 0.6rem;
  opacity: 1;
}
.footer .copyright {
  text-align: left;
  padding-top: 30px;
  font: normal normal normal 15px/20px Open Sans;
  font-size: 12px;
  color: #fff;
}

.footer .copyright a{

  font: normal normal normal 15px/20px Open Sans;
  font-size: 12px;
  color: #fff;
  padding-left: 2px;
}
.footer .copyright a:hover{
  color: #960018;
}

.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 10px 18px;
  background: #2e2e2e05;
  border: 1px solid #ffffff;
  color: #fff;
  font-family: 'Open Sans';
  font-size: 13px;
  font-style: italic;
}
.subscribe-form button {
  position: absolute;
  right: 0;
  background: #ff5e1400;
  padding: 0 23px;
  border: 1px solid #ff5e1400;
  top: 0;
  bottom: 0;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.main-menu-links{
   margin-top: 26px;
}

.main-menu-links ul li a{
  color: #fff !important;
  font-family: 'Montserrat' !important;
  font-weight: 600 !important;
  padding-bottom: 10px;
}

.for-mobile-footer ul,.mobile_footer {
    display: none;
}

::-webkit-input-placeholder { /* Edge */
  color: white;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: white;
}

::placeholder {
  color: white;
}

.social-medias{
  /* margin-top: -24px; */
}


.footer .col-lg-2 {
  flex: 0 0 auto;
  width: 20%;
}

.footer .col-lg-3 {
  flex: 0 0 auto;
  width: 20%;
}

.twt{border-radius: 4px;}
@media only screen and (min-width: 768px) and (max-width: 1366px){ 

.footer .footer-top h4 {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  position: relative;
  /* padding-bottom: 12px; */
  font-family: 'Montserrat';
  margin-bottom: 7px;
}

.footer .footer-top h4 a{
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  position: relative;
  /* padding-bottom: 12px; */
  font-family: 'Montserrat';
  margin-bottom: 7px;
}


.footer .footer-top .footer-links ul li a {
  color: #D2D2D2;
  transition: 0.6s;
  display: inline-block;
  line-height: 2;
  font-size: 13px;
  font-family: 'Open Sans';
  font-weight: 400;
  position: relative;
}
}


@media only screen and (min-width: 481px) and (max-width: 767px) {
    .footer .footer-top h4 {text-align: center;}
}


/* For 480 Resolution */  
@media only screen and (min-width: 320px) and (max-width: 480px) {
  .footer {
    background: #292929;
    margin: 0;
    padding: 25px 20px 10px;
    border-top: 2px;
}

.footer .footer-top h4{
  display: none;
}
.normal-button-rightside,.normal-button-leftside{
  display: none;
}
.for-mobile-footer ul{
  display: block !important;
  padding: 0;
}

.footer .footer-top h4 {text-align: center;}

.for-mobile-footer ul li{
  display: block;
  text-align: center;
  margin-bottom: 15px;
}
.main-menu-links {
    margin-top: -94px !important;
}
.main-menu-links ul li a{
  text-align: center;
}
.footer .footer-top .footer-links ul li{
  text-align: center !important;
  display: block;
}
.social-medias {
    
    text-align: center;
    margin-top: 10px;
}

.subscribe-form button {
    position: absolute;
    right: 0;
    background: #ff5e1400;
    padding: 0px 14px;
    border: 1px solid #ff5e1400;
    top: -3px;
}
.subscribe-form {
    position: relative;
    overflow: hidden;
    margin: 2em 4em;
}
.social-links h4{
  display: block !important;
 }
 .footer .copyright {
    text-align: center;
    padding-top: 30px;
    font: normal normal normal 13px/24px Open Sans;
    padding-bottom: 20px;
}

.footer .footer-top h4 {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  position: relative;
  /* padding-bottom: 12px; */
  font-family: 'Montserrat';
  margin-bottom: 26px;
  text-align: center;
}

.footer .footer-top h4 a{
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  position: relative;
  /* padding-bottom: 12px; */
  font-family: 'Montserrat';
  margin-bottom: 7px;
}
.footer .footer-top h4{
  font-size: 13px;
}
.footer .footer-top .footer-links ul li a {
  color: #D2D2D2;
  transition: 0.6s;
  display: inline-block;
  line-height: 2;
  font-size: 13px;
  font-family: 'Open Sans';
  font-weight: 400;
  position: relative;
}

}
