/*==================================================
 <-- roofing service Footer Section Css-->
===================================================*/

.footer-section {
  background: #000;
  padding: 109px 0 27px;
}

.footer-wiget-text p {
  font-size: 16px;
  line-height: 28px;
  color: #e2e2e2;
  font-weight: 400;
  margin: 21px 0 21px;
}

.footer-wiget-social ul {
  list-style: none;
}

.footer-wiget-social ul li {
  display: inline-block;
  margin-right: 14px;
}

.footer-wiget-social ul li a i {
  color: var(--link-color-hover);
  font-size: 20px;
  transition: .5s;
}

.footer-wiget-social ul li a:hover i{
  color: #ffffff;
}

.footer-wiget-title h4 {
  font-size: 22px;
  line-height: 26px;
  color: #e2e2e2;
  font-weight: 600;
  padding: 0 0 15px;
  transition: .5s;
}

.footer-wiget-title h4:hover{
  color: var(--link-color-hover);
}

.footer-wiget-menu ul {
  list-style: none;
}

.footer-wiget-menu ul li {
  list-style: none;
  margin-top: 6px;
}

.footer-wiget-menu ul li a {
  display: inline-block;
  font-size: 18px;
  color: #e2e2e2;
  font-weight: 400;
  text-decoration: none;
  transition: .5s;
}

.footer-wiget-menu ul li a:hover{
  color: var(--link-color-hover) ;
}

.footer-wiget-contact-menu ul {
  list-style: none;
}

.footer-wiget-contact-menu ul li {
  display: block;
  opacity: 0.710;
  font-size: 18px;
  line-height: 32px;
  color: #e2e2e2;
  font-weight: 400;
  margin: 5px 0 12px;
  transition: .5s;
}

.footer-wiget-contact-menu ul li:hover{
  color: var(--link-color-hover) ;
}

.footer-wiget-contact-menu ul li a{
  display: inline-block;
  color: var(--link-color-hover);
  text-decoration: none;
  transition: .5s;
}

.footer-wiget-contact-menu ul li a:hover{
  color: #ffffff;
}

.company-work-hour {
  margin-top: 5px;
}

.company-work-hour ul li {
  display: block;
  list-style: none;
  padding: 0 0 6px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 28px;
  color: #f8f8f8;
  font-weight: 400;
  border-bottom: 1px solid #f8f8f8;
}

.company-work-hour ul li.table-brb {
  border: inherit !important;
}

.company-work-hour ul li span {
  float: right;
  font-size: 16px;
  color: #f8f8f8;
  font-weight: 400;
}




/* copyrightext css */

.row.footer-line {
  border-top: 1px solid rgba(111,111,111,0.271);
  padding: 45px 0 0;
  margin: 83px 0 0;
}

.copyright-text p {
  opacity: 0.800;
  font-size: 18px;
  line-height: 27px;
  color: #e2e2e2;
  font-weight: 400;
}

.copyright-text p a {
  color: var(--link-color-hover);
  font-size: 16px;
  font-weight: 400;
  transition: .5s;
}

.copyright-text p a:hover{
  color: #ffffff;
}

.footer-condition {
  text-align: right;
}

.footer-condition ul {
  list-style: none;
}

.footer-condition ul li{
  display: inline-block;
}

.footer-condition ul li a {
  display: inline-block;
  margin-right: 50px;
  font-size: 18px;
  line-height: 34px;
  color: #ffffff;
  font-weight: 400;
  transition: .5s;
  text-decoration: none;
}

.footer-condition ul li a:hover{
  color: var(--link-color-hover);
}

@media (min-width: 1200px) and (max-width: 1600px) {
  /* footer section */

  .footer-section {
    padding: 109px 0 27px;
  }

  .footer-thumb {
    margin: -110px 0px -197px;
  }

  .footer-icon {
    left: 35px;
  }

  .footer-shape {
    left: 8px;
  }

  .footer-condition ul li {
    margin-right: 31px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* footer section */

  .footer-section {
    padding: 72px 0 27px;
  }

  .footer-wiget {
    margin-bottom: 40px;
  }

  .footer-thumb {
    display: none;
  }

  .footer-icon {
    display: none;
  }

  .footer-shape {
    display: none;
  }

  .row.footer-line {
    margin: 40px 0 0;
  }

  .copyright-text {
    text-align: center;
  }

  .copyright-text p {
    font-size: 16px;
  }

  .footer-condition {
    text-align: center;
  }

  .footer-condition ul li {
    margin-right: -26px;
  }
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
  /* footer section */

  .footer-section {
    padding: 72px 0 27px;
  }

  .footer-wiget {
    margin-bottom: 40px;
  }

  .footer-thumb {
    display: none;
  }

  .footer-icon {
    display: none;
  }

  .footer-shape {
    display: none;
  }

  .row.footer-line {
    margin: 40px 0 0;
  }

  .copyright-text {
    text-align: center;
  }

  .copyright-text p {
    font-size: 16px;
  }

  .footer-condition {
    text-align: center;
  }

  .footer-condition ul li {
    margin-right: -26px;
  }
}

/* small mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 599px) {
  /* footer section */

  .footer-section {
    padding: 72px 0 27px;
  }

  .footer-wiget {
    margin-bottom: 40px;
  }

  .footer-thumb {
    display: none;
  }

  .footer-icon {
    display: none;
  }

  .footer-shape {
    display: none;
  }

  .company-work-hour ul li span {
    padding: 0 13px 0;
  }

  .row.footer-line {
    margin: 40px 0 0;
  }

  .copyright-text {
    text-align: center;
  }

  .copyright-text p {
    font-size: 16px;
  }

  .footer-condition {
    text-align: center;
  }

  .footer-condition ul li {
    margin-right: -26px;
  }
}

/* small mobile :320px. */
@media only screen and (min-width: 320px) and (max-width: 479px) {
  /* footer section */

  .footer-section {
    padding: 72px 0 27px;
  }

  .footer-wiget {
    margin-bottom: 40px;
  }

  .footer-thumb {
    display: none;
  }

  .footer-icon {
    display: none;
  }

  .footer-shape {
    display: none;
  }

  .company-work-hour ul li span {
    padding: 0 13px 0;
  }

  .row.footer-line {
    margin: 40px 0 0;
  }

  .copyright-text {
    text-align: center;
  }

  .copyright-text p {
    font-size: 16px;
  }

  .footer-condition {
    text-align: center;
  }

  .footer-condition ul li {
    margin-right: -43px;
  }
}

/*xl device min width*/
@media screen and (min-width: 992px) {
}

/*xl device min width*/
@media screen and (min-width: 1200px) {
}
