***
  ====================================================================
  Main
  Footer
  ====================================================================
  ***/
  .main-footer {
  position: relative;
}

.main-footer .auto-container {
  max-width: 1340px;
}

.main-footer .widgets-section {
  position: relative;
  padding: 40px 0px 0px;
}

.main-footer .footer-widget {
  position: relative;
  margin-bottom: 40px;
}
.row.des {
  gap: 20px;
}
.main-footer .widget-title {
  position: relative;
  margin-bottom: 20px;
}

.main-footer .widget-title.empty-title {
  opacity: 0;
  visibility: hidden;
}

.main-footer .widget-title h4 {
  position: relative;
  display: inline-block;
  line-height: 1.3em;
  font-size: 18px;
  color: var(--primary-500);
  text-transform: capitalize;
  font-weight: 700;
  margin: 0 0;
}

.main-footer .widget-title h4:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 100%;
  border-bottom: 2px solid var(--primary-400);
}

.main-footer .about-widget {
  position: relative;
}

.main-footer .about-widget .logo {
  position: relative;
  margin-top: -25px;
  margin-bottom: 20px;
}
.main-footer .about-widget .logo img {
  max-width: 200px;
}
.main-footer .about-widget .text {
  position: relative;
  margin-bottom: 25px;
}

.newsletter-form {
  position: relative;
}

.newsletter-form form {
  position: relative;
}

.newsletter-form .form-group {
  position: relative;
  margin: 0;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.07);
}

.newsletter-form .form-group input[type="text"],
.newsletter-form .form-group input[type="tel"],
.newsletter-form .form-group input[type="email"],
.newsletter-form .form-group textarea {
  position: relative;
  width: 100%;
  line-height: 30px;
  padding: 11px 20px;
  height: 54px;
  display: inline-block;
  font-size: 15px;
  background: #ffffff;
  font-weight: 400;
  color: #222222;
  border-radius: 2px;
  border: 1px solid var(--primary-300);
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.newsletter-form .form-group input[type="text"]:focus,
.newsletter-form .form-group input[type="email"]:focus,
.newsletter-form .form-group input[type="tel"]:focus {
  border-color: var(--primary-400);
}

.newsletter-form .form-group input::-webkit-input-placeholder {
  color: #848484;
}

.newsletter-form .form-group .newsletter-btn {
  position: absolute;
  width: 50px;
  height: 54px;
  top: 0px;
  right: 0px;
  float: right;
  color: #ffffff;
  background: var(--primary-400);
  font-size: 20px;
  padding: 12px 0px;
  line-height: 30px;
  border-radius: 2px;
  display: block;
  text-align: center;
}

.main-footer .links-widget {
  margin-bottom: 10px;
}

.main-footer .links-widget .widget-content {
  position: relative;
  padding-left: 20px;
}

.main-footer .links-widget .column {
  position: relative;
  margin-bottom: 30px;
}

.main-footer .links-widget .links li {
  position: relative;
  margin-bottom: 12px;
  line-height: 24px;
  font-size: 15px;
  color: #666666;
}

.main-footer .links-widget .links li:before {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  left: 0;
  top: 0;
  width: 15px;
  line-height: 24px;
  color: var(--primary-400);
  font-size: 12px;
  font-weight: 700;
  opacity: 0;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}

.main-footer .links-widget .links li:hover:before {
  opacity: 1;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.main-footer .links-widget .links li a {
  position: relative;
  display: block;
  color: #666666;
  font-size: 15px;
  text-transform: capitalize;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

.main-footer .links-widget .links li a:hover {
  color: var(--primary-400);
  padding-left: 15px;
}

.main-footer .info ul {
  position: relative;
}

.main-footer .info ul li {
  position: relative;
  line-height: 1.6em;
  color: #222222;
  margin-bottom: 8px;
}

.main-footer .info ul li strong {
  font-weight: 700;
}

.main-footer .info ul li a {
  color: #222222;
}

.main-footer .info ul li a:hover {
  color: var(--primary-400);
  text-decoration: underline;
}

.main-footer .footer-bottom {
  position: relative;
  line-height: 24px;
}

.main-footer .footer-bottom .inner {
  position: relative;
  display: block;
  text-align: center;
  padding: 20px 0px;
  border-top: 1px solid #e2eef2;
}

.main-footer .footer-bottom .outer-container {
  position: relative;
  max-width: 1200px;
  padding: 28px 0px;
  margin: 0 auto;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.main-footer .footer-bottom .copyright {
  position: relative;
}

.main-footer .footer-bottom .copyright strong {
  color: #222222;
}

.main-footer .footer-bottom .copyright a {
  text-transform: capitalize;
  color: #666666;
  text-decoration: underline;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

.main-footer .footer-bottom .copyright a:hover {
  color: var(--primary-400);
}

.main-footer .social-links {
  position: relative;
  padding-top: 25px;
  text-align: center;
}

.main-footer .social-links .title {
  margin-bottom: 15px;
  text-align: center;
}

.main-footer .social-links ul {
  position: relative;
}

.main-footer .social-links li {
  position: relative;
  display: inline-block;
  margin: 0px 7px;
  line-height: 24px;
}

.main-footer .social-links li a {
  color: #4a3d8f;
  font-size: 16px;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

.main-footer .social-links li a:hover {
  color: var(--primary-400);
}
