
/*#parallax {
  position: relative;
  width: 100%;
  height: 90vh;
  background-image: url(https://i.ibb.co/3skLwm5/accordion-2.png), url(https://i.ibb.co/whrHkB2/accordion-1.png), url(https://i.ibb.co/vD4X4P1/accordion-5-7.png);
  background-repeat: no-repeat;
  background-position: center;
  background-position: 50% 50%;
}*/

/*#parallax {
    position: relative;
    width: 100%;
    height: 90vh;
    background-image: url("../Content/img/Parallax/accordion-2.png"), url("../Content/img/Parallax/accordion-1.png"), url("../Content/img/Parallax/accordion-5-7.png");
    background-repeat: no-repeat;
    background-position: center;
    background-position: 50% 50%;
}*/




/*footer*/
.footer-big {
 padding:40px 0 20px 0
}
.footer-big .footer-widget {
 margin-bottom:40px
}
.footer--light {
 background: rgb(91,91,94);
background: linear-gradient(170deg, rgba(91,91,94,1) 31%, rgba(24,24,24,1) 100%);
}
.footer-big .footer-menu ul li a,.footer-big p,.footer-big ul li {
 color:#898b96
}
.footer-menu {
 padding-left:48px
}
.footer-menu ul li a {
 font-size:15px;
 line-height:32px;
 -webkit-transition:.3s;
 -o-transition:.3s;
 transition:.3s
}
.footer-menu ul li a:hover {
 color:#5867dd
}
.footer-menu--1 {
 width:100%
}
.footer-widget-title {
 line-height:42px;
 margin-bottom:10px;
 font-size:18px;
    color: white;
}
.mini-footer {
 background:#272626;
 text-align:center;
 padding:32px 0
}
.mini-footer p {
 margin:0;
 line-height:26px;
 font-size:12px;
 color:#999;
 font-weight: bold;
 margin-bottom: 0px!important;
}
.mini-footer p a {
 color:#fff
}
.mini-footer p a:hover {
 color:#005eb8
}
.widget-about img {
 display:block;
 margin-bottom:30px
}
.widget-about p {
 font-weight:400
}
.widget-about .contact-details {
 margin:30px 0 0 0
}
.widget-about .contact-details li {
 margin-bottom:10px
}
.widget-about .contact-details li:last-child {
 margin-bottom:0
}
.widget-about .contact-details li span {
 padding-right:12px
}
.widget-about .contact-details li a {
 color:#5867dd
}
@media (max-width:991px) {
 .footer-menu {
  padding-left:0
 }
}
