/*** 
 ====================================================================
         Footer Section
 ====================================================================
 
 ***/
.footer-section {
  position: relative;
  display: block;
  background: #151924;
  padding: 94px 0 0px;
}
.footer-widget-title {
  margin-bottom: 25px;
}
.footer-widget-title h3 {
  font-size: 22px;
  color: #ffffff;
  font-weight: 600;
  line-height: 32px;
}

.footer-widget-about {
  margin-right: 20px;
}
.footer-widget-about-text {
  margin-top: -4px;
}
.footer-widget-about-text p {
  font-size: 16px;
  color: #ffffff;
  line-height: 33px;
  margin: 0;
}
.footer-widget-about-social {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-top: 25px;
  flex-wrap: wrap;
}
.footer-widget-about-social a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #26262c;
  color: #ffffff;
  font-size: 15px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.footer-widget-about-social a{
  margin-top:15px;
}
.footer-widget-about-social a:hover {
  background: var(--color-primary);
}
.footer-widget-about-social a + a {
  margin-left: 10px;
}

.footer-widget-useful-links {
}
.footer-widget-about-social a i{
  font-size:20px;
}
.footer-widget-about-social a:nth-of-type(1) i{
    color:#405490;
}
.footer-widget-about-social a:nth-of-type(2) i{
    color:#9F5A53;
}
.footer-widget-about-social a:nth-of-type(3) i{
    color:#52BFF9;
}
.footer-widget-about-social a:nth-of-type(4) i{
   color:#FD0200;
}
.footer-widget-about-social a:nth-of-type(5) {
   color:#BE2830;
}
.footer-widget-about-social a:nth-of-type(6) i{
    color: #1872C4;
}
.footer-widget-about-social a:nth-of-type(7) i{
  color:#62AADB;
}
.footer-widget-about-social a:nth-of-type(5) {
    margin-left: 0px;
}
.footer-widget-useful-links-list {
}
.footer-widget-useful-links-list li + li {
  margin-top: 7px;
}
.footer-widget-useful-links-list li a {
  font-size: 16px;
  color: #fff;
}

.footer-widget-useful-links-list li a:hover {
  color: var(--color-primary);
}

.footer-widget-contact {
}
.footer-widget_contact-info {
      width: 299px;
    text-align: justify;
}
.footer-widget_contact-info p {
      display: flex;
  color: #ffffff;
  font-size: 16px;
  margin: 0;
  line-height: 26px;
  margin-bottom: 4px;
  word-break: break-word;
}
.footer-widget_contact-info a {
  color: #ffffff;
  font-size: 16px;
}

.footer-widget-gallery {
  margin-left: 86px;
}
.footer-widget-gallery-list {
  padding-top: 6px;
}
.footer-widget-gallery-list li {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 5px;
}

.footer-widget-gallery-list li .gallery-img {
  position: relative;
  display: block;
}

.footer-widget-gallery-list li .gallery-img:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.3);
  transform: scaleX(0);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.footer-widget-gallery-list li:hover .gallery-img:before {
  transform: scaleX(1);
}
.footer-widget-gallery-list li .gallery-img img {
  border-radius: 5px;
  width: 100%;
}
.gallery-img-hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-primary);
  font-size: 15px;
  transform: scale(0);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.gallery-img-hover a {
  color: var(--color-primary);
}
.footer-widget-gallery-list li:hover .gallery-img-hover {
  transform: scale(1);
}
.footer-bottom {
  padding-top: 84px;
  padding-bottom: 40px;
}
.footer-bottom p {
  font-size: 18px;
  color: #ffffff;
  line-height: 30px;
  margin: 0;
  text-align: center;
}
.footer-bottom p a {
  color: inherit;
}
.footer-bottom p a:hover {
  color: var(--link-color-hover);
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

/* Medium screen  */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-widget-gallery {
    margin-left: 0;
    margin-top: 40px;
  }
  .footer-widget-contact {
    margin-top: 40px;
  }
}

/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-widget-gallery {
    margin-left: 0;
    margin-top: 40px;
  }
  .footer-widget-contact {
    margin-top: 40px;
  }
}

/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
  .footer-widget-gallery {
    margin-left: 0;
    margin-top: 40px;
  }
  .footer-widget-contact {
    margin-top: 40px;
  }
  .footer-widget-useful-links {
    margin-top: 40px;
  }
}

/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-widget-gallery {
    margin-left: 0;
    margin-top: 40px;
  }
  .footer-widget-contact {
    margin-top: 40px;
  }
}

/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
  .footer-widget-gallery {
    margin-left: 0;
    margin-top: 40px;
  }
  .footer-widget-contact {
    margin-top: 40px;
  }
  .footer-widget-useful-links {
    margin-top: 40px;
  }
}



@media screen and (max-width:480px){
.footer-section{
padding:30px 0 0
}
  .footer-widget-about {
    margin-right: 0;
}
  .footer-widget-about-text p {
    font-size: 14px;
    color: #ffffff;
    line-height: 24px;
  }
  .footer-widget-title {
    margin-bottom: 15px;
}
  .footer-widget-about-social a {
    margin-top: 0;
}
  .footer-widget-about-social a + a {
    margin-left: 5px;
}
      .footer-widget-useful-links {
        margin-top: 20px;
    }
  .footer-widget-useful-links-list li + li {
    margin-top: 0;
}
  .footer-widget-useful-links-list {
    display: flex;
    flex-wrap: wrap;
}
  .footer-widget-useful-links-list li{
  width:50%;
  }
  .footer-widget-useful-links-list li{
  margin-bottom:5px;
  }
      .footer-widget-contact {
        margin-top: 20px;
    }
  .footer-widget_contact-info p{
  font-size:14px;
  }
  .footer-widget_contact-info a{
  font-size:12px;
  }
    .footer-widget_contact-info p:not(:nth-child(1)){
    width: 50% !important;
      float:left;
  }
  
  .footer-widget_contact-info {
    width: 100%;
    text-align: left;
}
      .footer-widget-gallery {
        margin-left: 0;
        margin-top: 20px;
    }
  .footer-widget-gallery-list li{
  width:30%
  }
  .footer-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
}
    .footer-bottom p {
    font-size: 12px;
    color: #ffffff;
    line-height: 24px;
    }
    .scroll-to-top {
    position: fixed;
    width: 40px !important;
    height: 40px !important;
    bottom: 60px !important;
    right: 40px !important;
    line-height: 40px !important;
    font-size: 13px !important;
    }
    
    .footer-widget-useful-links-list li a {
    font-size: 14px;
    }
}
  
  
  .derun-side-bar {
    top: calc(50% - 106px);
    position: fixed;
    right: 5px;
    z-index: 999;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 0 15px rgba(1,1,1,0.1);
}

.derun-side-bar a {
    display: block;
    cursor: pointer;
    width: 60px;
    height: 60px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    color: var(--color-primary);
}

.derun-side-bar a+a {
    border-top: 1px solid #F94892;
}

.derun-side-bar a i {
    display: inline-block;
    font-size: 45px;
    color: var(--text-color-active);
}

.derun-side-bar a:hover {
    background: var(--color-primary);
}

.derun-side-bar a:hover i {
    color: #fff;
}

.derun-side-bar .wx-box {
    width: 450px;
    position: absolute;
    right: 60px;
    top: -50px;
    display: none;
    z-index: 100;
}

.derun-side-bar .wx-box .box {
    width: 100%;
    padding: 5px;
    border: 1px solid #D6D7D7;
    text-align: center;
    background: #fff;
    overflow: hidden;
   display: flex;
    gap: 5px;
    justify-content: center;
    align-items: center;
}

.derun-side-bar .wx-box .box img {
    width: 140px; 
    height: auto; 
    flex-shrink: 0; 
}


.derun-side-bar .wx-box .arrowPanel {
    width: 12px;
    height: 20px;
    position: absolute;
    right: 0;
    top: calc(50% - 5px);
}

.derun-side-bar .wx-box .arrowPanel .arrow01 {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    bottom: 0;
    left: 2px;
    top: 0;
    border-top: 10px dashed transparent;
    border-right: 10px dashed transparent;
    border-bottom: 10px dashed transparent;
    border-left: 10px solid #ddd;
}

.derun-side-bar .wx-box .arrowPanel .arrow02 {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    border-top: 10px dashed transparent;
    border-right: 10px dashed transparent;
    border-bottom: 10px dashed transparent;
    border-left: 10px solid #fff;
}

.derun-side-bar a:hover .wx-box {
    display: block;
}
  
  