.msr-footer-wrap {

          position: relative;

          padding: 45px 15px 18px;

          overflow: hidden;

          background: #111;

}


/* background image */

.msr-footer-wrap:before {

          content: "";

          position: absolute;

          top: 0;
          left: 0;

          width: 100%;
          height: 100%;

          background:

                    linear-gradient(rgba(0, 0, 0, .58),
                              rgba(0, 0, 0, .68)),

                    url('assets/images/New_Grad_15.png');

          background-size: cover;

          background-position: center center;

          background-repeat: no-repeat;

          transform: scale(1.02);

          z-index: 0;

}


/* light glow */

.msr-footer-wrap:after {

          content: "";

          position: absolute;

          inset: 0;

          background:

                    radial-gradient(circle at top right,
                              rgba(255, 190, 47, .07),
                              transparent 40%);

          z-index: 1;

}


.footer-container {

          position: relative;

          z-index: 3;

          max-width: 1650px;

}


/* equal layout */

.footer-row {

          display: flex;

          align-items: stretch;

}



/* cards */

.footer-card {

          background: rgba(255, 255, 255, .96);

          padding: 24px;

          border-radius: 18px;

          margin-bottom: 15px;

          box-shadow:

                    0 15px 30px rgba(0, 0, 0, .15);

}


.logo-card {

          height: 125px;

          display: flex;

          justify-content: center;

          align-items: center;

}


.logo-card img {

          max-height: 90px;

}



.contact-card {

          display: flex;

          flex-direction: column;

          justify-content: space-between;

          height: calc(100% - 140px);

}


.contact-card h4 {

          font-size: 21px;

          font-weight: 800;

          margin-bottom: 20px;

          color: #10284d;

}


.contact-card p {

          font-size: 15px;

          line-height: 1.9;

          color: #575757;

          margin: 0;

}


.footer-mini-block {

          margin-top: 18px;

}


.footer-mini-block h6 {

          font-size: 18px;

          font-weight: 700;

          margin-bottom: 8px;

          color: #10284d;

}



/* social */

.social-wrap {

          display: flex;

          gap: 12px;

          margin-top: 15px;

}


.social-wrap a {

          width: 42px;

          height: 42px;

          background: #0b315f;

          border-radius: 100px;

          display: flex;

          justify-content: center;

          align-items: center;

          color: #fff !important;

          transition: .35s;

}


.social-wrap a:hover {

          background: #cc234d;

          transform: translateY(-4px);

}




/* panel */


.footer-panel {

          height: 100%;

          background: #2e266d;

          padding: 38px 40px;

          border-radius: 18px;

          position: relative;

          overflow: hidden;

          box-shadow:

                    0 15px 40px rgba(0, 0, 0, .25);

}



.footer-panel:before {

          content: "";

          position: absolute;

          right: -60px;

          top: -60px;

          width: 220px;

          height: 220px;

          border-radius: 50%;

          background:

                    radial-gradient(rgba(255, 190, 47, .08),
                              transparent 70%);

}



.footer-panel h5 {

          font-size: 21px;

          font-weight: 700;

          color: #e43017;

          margin-bottom: 22px;

          padding-bottom: 12px;

          position: relative;

}


.footer-panel h5:after {

          content: "";

          position: absolute;

          bottom: 0;

          left: 0;

          width: 42px;

          height: 3px;

          background: #e43017;

}


.footer-panel ul {

          padding: 0;

          margin: 0;

          list-style: none;

}


.footer-panel li {

          margin-bottom: 16px;

}


.footer-panel a {

          font-size: 15px;

          color: #fff;

          opacity: .92;

          display: inline-block;

          transition: .3s;

          text-decoration: none;

}


.footer-panel a:hover {

          transform: translateX(6px);

          color: #e43017;

}



/* copyright */

.copyright-wrap {

          margin-top: 18px;

          padding-top: 18px;

          border-top: 1px solid rgba(255, 255, 255, .12);

          font-size: 13px;

          color: rgba(255, 255, 255, .75);

}


.copyright-wrap a {

          margin-left: 18px;

          text-decoration: none;

          color: rgba(255, 255, 255, .75);

}


.copyright-wrap a:hover {

          color: #e43017;

}




@media(max-width:991px) {

          .footer-row {

                    display: block;

          }

          .contact-card {

                    height: auto;

          }

          .footer-panel {

                    margin-top: 15px;

                    padding: 30px;

          }

          .footer-panel .col-md-6 {

                    margin-bottom: 28px;

          }

          .logo-card {

                    height: auto;

                    padding: 20px;

          }

}

.footer-bottom-links {

          margin-top: 40px;

          padding-top: 28px;

          border-top: 1px solid rgba(255, 255, 255, .12);

          position: relative;

          z-index: 2;

}


.footer-bottom-links h6 {

          font-size: 18px;

          font-weight: 700;

          color: #fff;

          margin-bottom: 18px;

          letter-spacing: .5px;

}


.footer-tags {

          display: flex;

          flex-wrap: wrap;

          gap: 10px;

}


.footer-tags a {

          padding: 8px 15px;

          background: rgba(255, 255, 255, .08);

          border-radius: 30px;

          font-size: 13px;

          color: #fff;

          text-decoration: none;

          transition: .3s;

          display: inline-block;

}


.footer-tags a:hover {

          /* background:#e43017; */

          color: #cdccd5;

          transform: translateY(-3px);

}


@media(max-width:991px) {

          .footer-bottom-links .col-lg-6:first-child {

                    margin-bottom: 25px;

          }

}

.footer-bottom-links {

          margin-top: 35px;

          padding-top: 25px;

          border-top: 1px solid rgba(255, 255, 255, .12);

}


.footer-bottom-links h6 {

          font-size: 17px;

          font-weight: 700;

          color: #fff;

          margin-bottom: 15px;

          letter-spacing: .5px;

}


.footer-tags {

          display: flex;

          flex-wrap: wrap;

          gap: 10px;

}


.footer-tags a {

          background: rgba(255, 255, 255, .08);

          padding: 8px 14px;

          border-radius: 30px;

          font-size: 13px;

          color: #fff;

          text-decoration: none;

          transition: .3s;

}


.footer-tags a:hover {

          /* background:#e43017; */

          color: #cdccd5;

          transform: translateY(-2px);

}


@media(max-width:991px) {

          .footer-bottom-links .col-lg-7 {

                    margin-bottom: 20px;

          }

}