#button {
  display: inline-block;
  background-color: var(--primary-color);
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s,
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}

#button:hover {
  cursor: pointer;
  background-color: #333;
}

#button:active {
  background-color: #555;
}

#button.show {
  opacity: 1;
  visibility: visible;
}




/*  */
.site-footer {
  background-color: #383838;
  padding-top: 80px;
}

.site-footer .top-footer {
  padding-bottom: 55px;
}

.footer-primary .widget {
  color: #e0e0e0;
}

.widget {
  margin-bottom: 30px;
}

.footer-primary .widget .widget-title {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  display: flex;
  margin-bottom: 18px;
  align-items: center;
  text-transform: uppercase;
}

.footer-primary .widget .widget-title:before {
  background-color: var(--primary-color);
  content: "";
  height: 18px;
  width: 3px;
  margin-right: 10px;
}

.widget.widget_text ul {
  margin-top: 20px;
}

.widget.widget_text ul li {
  margin-bottom: 10px;
}

.footer-primary .widget ul li a {
  color: #ffffff;
  display: block;
}

.widget.widget_text ul li i {
  color: var(--primary-color);
  margin-right: 5px;
}

.footer-primary .widget ul li a:hover,
.footer-primary .widget ul li a:focus,
.footer-primary .widget ul li a:active {
  color: #2C75BA;
}

.widget.widget_recent_post li .entry-meta {
  margin-left: -8px;
  margin-right: -8px;
}

.widget.widget_recent_post li .entry-meta span {
  padding: 0 8px;
  position: relative;
}

.widget.widget_recent_post li .entry-meta span:before {
  color: #B6B6B6;
  content: "|";
  font-size: 13px;
  position: absolute;
  right: 0;
  top: 0;
}

.widget.widget_recent_post li .entry-meta a {
  color: #CCC;
  display: inline-block;
  font-size: 13px;
  line-height: 1.1;
}

.widget.widget_recent_post li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.widget.widget_recent_post li h5 {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 10px;
  font-size: 15px;
}

.footer-primary .widget ul li a {
  color: #ffffff;
}

.widget.widget_newslatter .newslatter-form {
  margin-top: 24px;
  position: relative;
}

.widget.widget_newslatter .newslatter-form input {
  width: 100%;
  margin-bottom: 15px;
  background-color: #ffffff;
  border: 1px solid #d9d9d9;
  font-size: 14px;
  border-radius: 0px;
  padding: 0 10px;
  height: 48px;
}

.widget.widget_newslatter .newslatter-form [type=submit] {
  padding: 17px 30px;
  margin-bottom: 0;
  border: none;
  background-color: #F56960;
  color: #ffffff;
  cursor: pointer;
  line-height: 1.15;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s;
}

.widget.widget_newslatter .newslatter-form [type=submit]:hover {
  background-color: #2C75BA;
}

.site-footer .buttom-footer {
  background-color: #404040;
  padding: 30px 0;
}

.site-footer .footer-menu ul li {
  list-style: none;
  display: inline-block;
  position: relative;
  padding: 0 10px;
}

.site-footer .footer-menu ul li:before {
  content: "|";
  position: absolute;
  top: 0;
  right: -2px;
  font-size: 14px;
  color: #B6B6B6;
}

.site-footer .footer-menu ul li a {
  color: #ffffff;
  font-size: 15px;
}

.site-footer .footer-menu ul li a:hover,
.site-footer .footer-menu ul li a:focus {
  color: #2C75BA;
}

.site-footer .footer-menu ul li:last-child:before {
  display: none;
}

.site-footer .copy-right {
  color: #ffffff;
}

.affilation {
  display: flex;
}
.affilation img{
  /* width: 100px; */
  height: 40px;
  margin-right: 12px;
}
.affilition-section .title{
text-align: center;
margin-bottom: 10px;
}
.social-medias .s-box img{
  /* width: 100px; */
  height: 55px;
 
}
.social-medias{
  display: flex;
  padding: 0 100px;
 
}
.social-medias .s-box{
  padding: 20px;
  margin:0 5px;
      border-right: 1px solid #d8dadb;
}
.social-medias .s-box:last-child{
  border: none;
}





#footer {
  background-color: #444;
}

.footer-logo {
  background-color: #efe8e2;
  padding: 35px 45px;
}

.footer-contact {
  color: #fff;
  position: relative;
  z-index: 1;
  padding: 10px 30px;
}

.footer-contact:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  content: '';
  background-color: var(--primary-color);
  z-index: -1;
}

.footer-contact p {
  margin-bottom: 2px;
  font-weight: 500;
  padding-left: 25px;
  position: relative;
}

.footer-contact p i {
  position: absolute;
  left: 0;
  top: 8px;
  font-size: 15px;
  color: #fff;
}

.footer-contact .social-media {
  margin-top: 17px;
}

.footer-contact .social-media span {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
}

.footer-contact .social-media a {
  font-size: 28px;
  color: #fff;
  margin-right: 10px;
  margin-bottom: 10px;
}

.subscribe-newsletter {
  color: #fff;
  padding: 28px 0 25px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  margin-left: -24px;
}

.subscribe-newsletter span {
  font-size: 15px;
  font-weight: 500;
  display: block;
}

.subscribe-newsletter .subscribe {
  display: inline-block;
  position: relative;
  margin-top: 5px;
}

.subscribe-newsletter .subscribe .form-control {
  border-radius: 2px 0 0 2px;
  box-shadow: none;
  background-color: #fff;
  font-size: 15px;
  font-weight: 500;
  color: rgba(0, 0, 0, .5);
  width: 555px;
  height: 40px;
  border: none;
  padding: 10px 15px;
  display: inline-block;
  border-radius: 2px;
  margin-bottom: 5px;
}

.subscribe-newsletter .subscribe .btn-warning {
  display: inline-block;
  height: 40px;
  font-size: 14px;
}

.btn.btn-warning {
  font-size: 12px;
  color: #fffefe;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 25px;
  border-color: var(--primary-color);
  background-color: var(--primary-color);
  border-radius: 2px;
}

.btn.btn-warning:focus,
.btn.btn-warning:hover {
  border-color: var(--primary-color);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.footer-nav {
  position: relative;
  padding-top: 25px;
}

.footer-nav ul {
  display: inline-grid;
}

.footer-nav ul>li {
  list-style: none;
  padding-right: 12px;
  padding-left: 12px;
  float: left;
}

.footer-nav ul>li a:hover {
  transform: translateX(5px);
}

.footer-nav ul>li a {
  position: relative;
  display: block;
  padding-left: 12px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #cecece;
  font-weight: 500;
  -webkit-transition: .3s linear;
  -o-transition: .3s linear;
  transition: .3s linear;
}

.footer-nav ul>li a:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "\f105";
  font-family: fontawesome;
}

.copy-right {
  font-size: 14px;
  color: #cecece;
  text-transform: uppercase;
  font-weight: 700;
  /* padding-top: 25px;
  padding-bottom: 25px; */
   padding-top: 15px;
  padding-bottom: 15px;
}
.payment-type .payments{
  display: flex;
}
.payment-type img{
  margin-top: 5px;
  height: 35px;
  margin-right: 5px;
}
@media (max-width: 768px) {
  .site-footer .footer-menu ul li a {
    font-size: 12px;
  }

  #button {
    width: 40px;
    height: 40px;
  }

  #button::after {
    font-size: 1.4em;
    line-height: 44px;

  }
}
@media (max-width: 425px) {
.social-medias{
  display: block;
}
}