footer {margin: 0; padding: 100px 0 0 0; background: linear-gradient(90.57deg, #100647 0.82%, #1a0783 50.16%, #100647 99.51%); position: relative;}
footer .container {position: relative; z-index: 1;}
footer:before {content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 257px; background: url(../images/footer.png) no-repeat bottom center; opacity: 0.5;}
footer h2 {margin: 0; padding: 0 0 30px 0; font-weight: 500; font-size: 30px; line-height: 40px; color: #fff;}
footer ul.footerLinks {margin: 0; padding: 0;}
footer ul.footerLinks li {position: relative; padding-left: 20px;}
footer ul.footerLinks li:before {position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 6px; height: 6px; border-radius: 100%; background: #fff; content: "";}
footer ul.footerLinks.addon li {padding-left: 0;}
footer ul.footerLinks.addon li a {display: inline-flex; align-items: center; flex-wrap: wrap;}
footer ul.footerLinks.addon li a span {margin-right: 15px;}
footer ul.footerLinks.addon li:before {display: none;}
footer ul.footerLinks li a {font-weight: 300; font-size: 16px; line-height: 40px; color: #fff;}
footer ul.socialLinks {margin: 20px 0; padding: 0; list-style: none; display: flex; align-items: center; flex-wrap: wrap;}
footer ul.socialLinks li {margin: 0 20px 0 0; padding: 0; display: inline-flex; align-items: center; flex-wrap: wrap;}
footer ul.socialLinks li img {max-width: 30px; filter: brightness(0) invert(1);}
footer h3 {margin: 0; padding: 0; font-weight: 500; font-size: 24px; line-height: 34px; color: #fff;}
footer span.seprator {width: 60px; height: 3px; background: #fff; display: flex; align-items: center; flex-wrap: wrap; margin-top: 4px;}
footer ul.address {margin: 0; padding: 0;}
footer ul.address li {font-weight: 300; font-size: 16px; line-height: 28px; color: #fff; padding: 20px 0; width: calc(100% - 30px);}
footer ul.address li.secondAddress {border-top: 1px dashed #fff;}
footer .bottomStrip {display: flex; align-items: center; flex-wrap: wrap; justify-content: space-between; padding: 20px; background: rgba(0, 0, 0, 0.5); position: relative; z-index: 2; margin-top: 100px;}
footer .bottomStrip .copyright {font-weight: 300; font-size: 12px; line-height: 20px; color: #fff;}
footer .bottomStrip ul.privacyLinks {margin: 0; padding: 0; display: flex; align-items: center; flex-wrap: wrap;}
footer .bottomStrip ul.privacyLinks li {display: inline-flex; align-items: center; flex-wrap: wrap;}
footer .bottomStrip ul.privacyLinks li:nth-child(2) {padding: 0 10px;}
footer .bottomStrip ul.privacyLinks li {font-weight: 300; font-size: 12px; line-height: 20px; color: #fff;}
footer .bottomStrip ul.privacyLinks li a {font-weight: 300; font-size: 12px; line-height: 20px; color: #fff;}
footer .bottomStrip ul.privacyLinks li a:hover {text-decoration: underline;}
.mapWrapper {height: 300px;}
.mapWrapper iframe {width: 100%; height: 300px;}
.footerRotate {animation: spin 6s linear infinite; display: inline-block; position: absolute; right: 0; top: 0; display: flex; align-items: center; flex-wrap: wrap; justify-content: flex-start;}
.footerRotate img {max-width: 75%;}
		
@keyframes spin {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}

/**** media queries ****/
@media only screen and (min-width: 0px) and (max-width: 575px) {
    footer {padding: 60px 0 0 0;}
    .footerRotate {margin-right: 0 !important;}
    footer h2 {padding: 0 0 10px 0; font-size: 24px; line-height: 34px;}
    footer ul.footerLinks li a {line-height: 32px;}
    .footerLinks.addon {margin-bottom: 30px;}
    footer ul.address li {font-size: 16px; line-height: 26px; padding: 10px 0; margin-bottom: 20px;}
    footer .bottomStrip {margin-top: 50px;}
    footer .bottomStrip .copyright {text-align: center;}
    footer .bottomStrip ul.privacyLinks {padding: 10px 0 0 0; justify-content: center; width: 100%;}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    footer {padding: 60px 0 0 0;}
    .footerLinksWrapper {width: 100%; padding-bottom: 40px; display: flex; align-items: flex-start; flex-wrap: wrap;}
    .footerLinksWrapper .footerLeft, .footerLinksWrapper .footerRight {width: 50%; display: inline-flex; flex-wrap: wrap;}
    footer h2 {padding: 0 0 20px 0; font-size: 24px; line-height: 34px;}
    .mapWrapper {padding-top: 20px;}
    footer .bottomStrip {margin-top: 50px;}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    footer {padding: 80px 0 0 0;}
    .footerLinksWrapper {width: 100%; padding-bottom: 40px; display: flex; align-items: flex-start; flex-wrap: wrap;}
    .footerLinksWrapper .footerLeft, .footerLinksWrapper .footerRight {width: 50%; display: inline-flex; flex-wrap: wrap;}
    footer .mapWrapper {margin: 40px 0 0 0;}
    footer .bottomStrip {margin-top: 40px;}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    footer{padding: 80px 0 0 0;}
    .mapWrapper {margin-top: 30px;}
    footer .bottomStrip {margin-top: 40px;}
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    footer {padding: 60px 0 0 0;}
    footer h2 {padding: 0 0 10px 0; font-size: 22px; line-height: 32px;}
    footer ul.footerLinks li a {font-size: 12px; line-height: 22px;}
    footer h3 {font-weight: 400; font-size: 16px; line-height: 26px;}
    footer span.seprator {width: 50px; height: 2px; margin-top: 0;}
    footer ul.address li {font-weight: 300; font-size: 12px; line-height: 22px; padding: 10px 0 15px 0;}
    footer .bottomStrip {margin-top: 40px; padding: 10px 20px;}
    footer .bottomStrip .copyright, footer .bottomStrip ul.privacyLinks li a {font-size: 10px; line-height: 16px;}
    .footerRotate img {max-width: 260px;}
    .mapWrapper {height: 100%;}
    .mapWrapper iframe {height: 100%;}
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    footer {padding: 70px 0 0 0;}
    footer .bottomStrip {margin-top: 40px;}
    footer h2 {padding: 0 0 20px 0; font-size: 24px; line-height: 34px;}
    footer ul.footerLinks li a {font-size: 14px; line-height: 30px;}
    footer h3 {font-size: 18px; line-height: 28px;}
    footer span.seprator {height: 2px; margin-top: 0;}
    footer ul.address li {font-size: 14px; line-height: 24px;}
    .footerRotate img {max-width: 62%;}
}
