﻿.footer {
    background-color: #981d1d;
    color: #fff;
    /* background-image: url(../images/footer-bg.jpg); */
    /* background-position: center; */
    /* background-size: cover; */
    position: relative;
    /* background-color: #000000; */
    background-image: url("../images/blizzard.png");

}
.footer-wave-svg {
    /* background-color: transparent; */
    display: block;
    position: relative;
    top: 0px;
    width: 100%;
    fill: #fff;
}
.footer-wave-path {
    fill: #fffff2;
}

.footer-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 1230px;
    padding: 40px 15px 450px;
    position: relative;
}

.footer-content-column {
    box-sizing: border-box;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    color: #fff;
}

.footer-content-column ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

.footer-logo-link {
    display: inline-block;
}
.footer-menu {
    margin-top: 30px;
}

.footer-menu-name {
    color: #fffff2;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: .1em;
    line-height: 18px;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
}
.footer-menu-name:before {
    position: absolute;
    content: '';
    height: 3px;
    width: 63px;
    border-bottom: 2px solid #feff82;
    top: 68px;
}
.footer-menu-list {
    list-style: none;
    margin-bottom: 0;
    margin-top: 20px;
    padding-left: 0;
}
.footer-menu-list li {
    margin-top: 5px;
}

.footer-call-to-action-description {
    color: #fffff2;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 15px;
    text-wrap: nowrap;
    font-size: 14px;
}
.footer-call-to-action-description i {
    text-indent: -16px;
}
.footer-call-to-action-button:hover {
    background-color: #860707;
    color: #ffffff;
}
.button:last-of-type {
    margin-right: 0;
}
.footer-call-to-action-button {
    background-color: #ffffff;
    border-radius: 21px;
    color: #000000;
    display: inline-block;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: .1em;
    line-height: 18px;
    padding: 12px 30px;
    margin: 0 10px 10px 0;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color .2s;
    cursor: pointer;
    position: relative;
}
.footer-call-to-action {
    margin-top: 15px;
}
.footer-call-to-action-title {
    color: #fffff2;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: .1em;
    line-height: 18px;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
}
.footer-call-to-action-link-wrapper {
    margin-bottom: 0;
    margin-top: 10px;
    color: #fff;
    text-decoration: none;
}
.footer-call-to-action-link-wrapper a {
    color: #fff;
    text-decoration: none;
    text-wrap: nowrap;
    font-size: 14px;
}

.footer-social-links {
    bottom: 0;
    height: 54px;
    position: absolute;
    right: 0;
    width: 236px;
}

.footer-social-amoeba-svg {
    height: 54px;
    left: 0;
    display: block;
    position: absolute;
    top: 0;
    width: 236px;
}

.footer-social-amoeba-path {
    fill: #7d0303;
}

.footer-social-link.linkedin {
    height: 26px;
    left: 3px;
    top: 11px;
    width: 45px;
}

.footer-social-link {
    display: block;
    padding: 10px;
    position: absolute;
}

.hidden-link-text {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px,1px,1px,1px);
    -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
    clip-path: inset(0px 0px 99.9% 99.9%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0;
    top: 50%;
}

.footer-social-icon-svg {
    display: block;
}

.footer-social-icon-path {
    fill: #fffff2;
    transition: fill .2s;
}

.footer-social-link.twitter {
    height: 28px;
    left: 62px;
    top: 3px;
    width: 45px;
}

.footer-social-link.youtube {
    height: 24px;
    left: 123px;
    top: 12px;
    width: 45px;
}

.footer-social-link.github {
    height: 34px;
    left: 175px;
    top: 10px;
    width: 45px;
}

.footer-copyright {
    background-color: #7d0303;
    color: #fff;
    padding: 15px 30px;
    text-align: center;
    position:relative;
    display: flex;
    justify-content: center;
    /* text-align: center; */
}

.footer-copyright p {
 margin-bottom: 0px;
    font-size: 13px;
}
.footer-copyright-wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
}

.footer-copyright-text {
  color: #fff;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 0;
    margin-top: 0;
}

.footer-copyright-link {
    color: #fff;
    text-decoration: none;
}

/* Media Query For different screens */
@media (min-width:320px) and (max-width:479px)  { /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */
  .footer-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 1230px;
    padding: 40px 15px 760px;
    position: relative;
  }
}
@media (min-width:480px) and (max-width:599px)  { /* smartphones, Android phones, landscape iPhone */
  .footer-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 1230px;
    padding: 40px 15px 760px;
    position: relative;
  }
}
@media (min-width:600px) and (max-width: 800px)  { /* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */
  .footer-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 1230px;
    padding: 40px 15px 760px;
    position: relative;
  }
}
@media (min-width:801px)  { /* tablet, landscape iPad, lo-res laptops ands desktops */

}
@media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */

}
@media (min-width:1281px) { /* hi-res laptops and desktops */

}

@media (min-width: 760px) {
  .footer-content {
      margin-left: auto;
      margin-right: auto;
      max-width: 1230px;
      padding: 15px 15px 300px;
      position: relative;
  }

  /*.footer-wave-svg {
      height: 50px;
  }*/

  .footer-content-column {
      width: 24.99%;
  }
}
@media (min-width: 568px) {
  /* .footer-content-column {
      width: 49.99%;
  } */
}
.elementor-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    direction: ltr;
}
.elementor-shape svg {
    display: block;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    fill: #fff;
}
.footer:before {
    left: 0;
    content: "";
    /* background: #860707d9; */
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
}
.footer-menu p {font-size: 13px;text-align: justify;margin-top: 15px;}
@media screen and (max-width: 991px) {
    .footer-content-column:nth-child(2) {
        width: 50%;
    }
    .footer-content-column:nth-child(3) {
        width: 50%;
    }
    .footer-logo {
        display: flex;
        justify-content: center;
    }
    .footer-menu-name:before {
        margin-top: 25px;
        top: auto;
    }
    .footer-copyright {
        padding: 15px 15px;
        flex-direction: column;
    }
}
a.footer-logo-link {
    width: 250px;
}
a.footer-logo-link img{
    width: 100%;
}
i.fa.fa-check-circle {
    font-size: 14px;
    padding-right: 3px;
}
i.fas.fa-phone-alt {
    transform: scaleX(-1);
}


