@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap");
body {
  color: #333333;
  background-color: #fff;
  margin: 0px;
  padding: 0px;
  font-family: "Open Sans", sans-serif;
  font-size: 1.7rem !important;
  line-height: 1.8 !important;
  overflow-x: hidden;
}
@media (min-width: 1366px) {
  body {
    font-size: 1.7rem;
  }
}
@media (min-width: 1920px) {
  body {
    font-size: 1.8rem;
  }
}
@media (min-width: 3840px) {
  body {
    font-size: 2rem;
  }
}

a {
  text-decoration: none;
  transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  color: #8a8a8a;
  font-weight: normal;
}
a:active, a:focus, a:hover {
  text-decoration: none;
  color: #838383;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
label {
  font-family: "Open Sans", sans-serif;
  margin-bottom: 0.25rem;
  font-weight: bold;
  color: #444;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 1440px) {
  h1, .h1 {
    font-size: 3.75rem;
  }

  h2, .h2 {
    font-size: 3.25rem;
  }

  h3, .h3 {
    font-size: 2.75rem;
  }

  h4, .h4 {
    font-size: 2rem;
  }

  h5, .h5 {
    font-size: 1.7rem;
  }

  .h6 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1600.98px) {
  h1, .h1 {
    font-size: 4.5rem;
  }

  h2, .h2 {
    font-size: 4rem;
  }

  h3, .h3 {
    font-size: 3.25rem;
  }

  h4, .h4 {
    font-size: 2.5rem;
  }

  h5, .h5 {
    font-size: 2rem;
  }

  .h6 {
    font-size: 1.75rem;
  }
}
section {
  width: 100%;
}

.heading-xl {
  font-size: 2.75rem;
}

.heading-lg {
  font-size: 2em;
}

.heading-md {
  font-size: 1.75em;
}

.heading-sm {
  font-size: 1.25em;
}

@media (min-width: 576px) {
  .heading-xl {
    font-size: 3.5rem;
  }

  .heading-lg {
    font-size: 2.75em;
  }

  .heading-md {
    font-size: 2.5em;
  }

  .heading-sm {
    font-size: 2em;
  }
}
@media (min-width: 1024px) {
  .heading-xl {
    font-size: 5rem;
  }

  .heading-lg {
    font-size: 3.5em;
  }

  .heading-md {
    font-size: 3em;
  }

  .heading-sm {
    font-size: 2em;
  }
}
@media (min-width: 1600.98px) {
  .heading-xl {
    font-size: 6rem;
  }

  .heading-lg {
    font-size: 4.5em;
  }

  .heading-md {
    font-size: 4em;
  }

  .heading-sm {
    font-size: 3em;
  }
}
.container {
  z-index: 1;
}
@media (min-width: 1440px) {
  .container {
    max-width: 1300px;
  }
}
@media (min-width: 1600.98px) {
  .container {
    max-width: 1360px;
  }
}
@media (min-width: 1920px) {
  .container {
    max-width: 1500px;
  }
}

.full-height {
  min-height: 60vh;
}

@media (min-width: 1024px) {
  .full-height {
    min-height: 100vh;
  }
}
@media (min-width: 1600.98px) {
  .full-height {
    min-height: 100vh;
  }
}
@media (min-width: 1920px) {
  .full-height {
    min-height: 100vh;
  }
}
.text-black {
  color: #000 !important;
}

.section-heading {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .section-heading {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1440px) {
  .section-heading {
    margin-bottom: 3rem;
  }
}

.section-heading-over {
  position: relative;
  z-index: 5;
  transform: translateY(50%);
}

.page-wrapper {
  display: block;
  position: relative;
}

.red-link {
  color: #ff004b;
  font-weight: 600;
}
.red-link:hover {
  color: #c40923;
}

.overflow-hidden {
  overflow: hidden;
}

.bg-none {
  background-color: transparent !important;
  background-image: none !important;
}

p {
  margin-bottom: 0.5rem;
}
@media (min-width: 1024px) {
  p {
    margin-bottom: 0.75rem;
  }
}
@media (min-width: 1600.98px) {
  p {
    margin-bottom: 1rem;
  }
}

.btn {
  border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  font-weight: 550;
  transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  padding: 0.6rem 1.2rem;
}
.btn:focus {
  outline: 0;
  border: 0;
  box-shadow: 0 0 0 transparent;
}

.btn-group-lg > .btn,
.btn-lg {
  padding: 0.5rem 0.75rem;
  font-size: 0.85rem;
  letter-spacing: 1px;
  transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
}
@media (min-width: 768px) {
  .btn-group-lg > .btn,
.btn-lg {
    font-size: 1rem;
    padding: 0.6rem 1rem;
  }
}
@media (min-width: 1200px) {
  .btn-group-lg > .btn,
.btn-lg {
    padding: 0.75rem 1.25rem;
    font-size: 1.25rem;
  }
}
.btn-xl {
  padding: 0.5rem;
  font-size: 0.85rem;
}
@media (min-width: 576px) {
  .btn-xl {
    padding: 0.75rem 1rem;
    font-size: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .btn-xl {
    padding: 1rem 2rem;
    font-size: 1.5rem;
  }
}

.btn-outline-primary {
  color: #392858;
  border-color: #392858;
}
.btn-outline-primary.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary.show > .btn-outline-primary.dropdown-toggle, .btn-outline-primary:active, .btn-outline-primary:focus, .btn-outline-primary:hover {
  color: #ffffff;
  background-color: rgba(0, 136, 154, 0.9);
  border-color: rgba(0, 136, 154, 0.9);
}

.btn-primary {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ee9161+0,e36f5f+100 */
  background: #ee9161;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ee9161 0%, #e36f5f 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ee9161 0%, #e36f5f 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ee9161 0%, #e36f5f 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ee9161", endColorstr="#e36f5f",GradientType=0 );
  /* IE6-9 */
  color: #ffffff;
  border-radius: 10rem;
  -ms-border-radius: 10rem;
  -o-border-radius: 10rem;
  -webkit-border-radius: 10rem;
  -moz-border-radius: 10rem;
  border: 0;
}
.btn-primary.btn-primary:not(:disabled):not(.disabled).active, .btn-primary.btn-primary:not(:disabled):not(.disabled):active, .btn-primary.show > .btn-primary.dropdown-toggle, .btn-primary:visited, .btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  color: #ffffff;
  border: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ee9161+0,e36f5f+100 */
  background: #ee9161;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ee9161 0%, #e36f5f 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ee9161 0%, #e36f5f 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ee9161 0%, #e36f5f 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ee9161", endColorstr="#e36f5f",GradientType=0 );
  /* IE6-9 */
}

.bg-primary {
  background-color: #392858 !important;
  border-color: #392858 !important;
}

.bg-hover-primary:hover, .bg-hover-primary:active, .bg-hover-primary:focus {
  background-color: #392858 !important;
  border-color: #392858 !important;
}

.bg-deep-primary {
  background-color: #e2544d !important;
  border-color: #e2544d !important;
}

.bg-hover-deep-primary:hover, .bg-hover-deep-primary:active, .bg-hover-deep-primary:focus {
  background-color: #e2544d !important;
  border-color: #e2544d !important;
}

.bg-deep-primary {
  background-color: #e2544d !important;
  border-color: #e2544d !important;
}

.bg-hover-deep-primary:hover, .bg-hover-deep-primary:active, .bg-hover-deep-primary:focus {
  background-color: #e2544d !important;
  border-color: #e2544d !important;
}

.bg-warning {
  background-color: #E36F5F !important;
  border-color: #E36F5F !important;
}

.bg-hover-warning:hover, .bg-hover-warning:active, .bg-hover-warning:focus {
  background-color: #E36F5F !important;
  border-color: #E36F5F !important;
}

.btn-light {
  color: black;
  background-color: white;
  border-color: white;
}
.btn-light:active, .btn-light:active, .btn-light:focus, .btn-light:hover {
  color: #ffffff;
  background-color: rgba(57, 40, 88, 0.9);
  border-color: rgba(57, 40, 88, 0.9);
}

.btn-link {
  font-weight: 600;
  text-decoration: none;
  padding-right: 0;
  padding-left: 0;
  transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  letter-spacing: 0.5px;
  text-transform: capitalize;
}
.btn-link:hover {
  text-decoration: none;
  color: #e2544d;
}

.main-heading {
  display: block;
  position: relative;
  padding: 0.25rem 0;
  font-weight: bold;
}
@media (max-width: 575.98px) {
  .main-heading {
    font-size: 2rem;
  }
}
@media (min-width: 1024px) {
  .main-heading {
    padding: 0.75rem 0;
  }
}

.fa-icon {
  width: 22px;
}
@media (min-width: 1200px) {
  .fa-icon {
    width: 28px;
  }
}

@media (min-width: 1200px) {
  .form-control-lg {
    height: calc(2.25em + 1rem + 2px);
  }
}
button.focus, button:focus, .btn.focus, .btn:focus, input.focus, input:focus, select.focus, select:focus {
  outline: 0px dotted;
  outline: 0px auto -webkit-focus-ring-color !important;
  box-shadow: 0 0 0 0 rgba(0, 123, 255, 0) !important;
}

section {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 1024px) {
  section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.custom-social-icon {
  width: 35px;
  height: 35px;
  margin-right: 5px;
  border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  font-size: 1.2rem;
}

.policy-modal .modal-title {
  position: relative;
}
.policy-modal .modal-title::after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  width: 80px;
  height: 6px;
  background-color: #E36F5F;
}
.policy-modal .list-group-item {
  border-bottom-color: rgba(227, 111, 95, 0.2);
  padding-left: 0;
}

html {
  scroll-behavior: smooth;
}

.modal {
  background: rgba(0, 0, 0, 0.5);
}

/*--------------------------------------------------------------
# index page 
--------------------------------------------------------------*/
@media (max-width: 767.98px) {
  .mast-image {
    display: none !important;
  }
}
.mobile-menu {
  z-index: 1049 !important;
}

.custom-btn {
  background-color: transparent !important;
  border: 0;
}
.custom-btn:hover, .custom-btn:active, .custom-btn:focus {
  background-color: transparent !important;
  box-shadow: 0 0 0 0 transparent !important;
  border: 0;
  outline: 0;
}

.tabs {
  background-color: white;
}

.tabs .tab-pan.fade {
  opacity: 1 !important;
}

.banner {
  position: relative;
}
.banner .carousel {
  background-color: white;
  position: relative;
}
.banner .carousel .container {
  z-index: 3;
  position: relative;
}
.banner .carousel h6, .banner .carousel h5, .banner .carousel h1 {
  color: #ffffff;
}
.banner .carousel-caption {
  left: 0;
  right: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .banner .img-left {
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
.banner .position-absolute {
  top: -2px;
  left: -2px;
  z-index: 2;
}

.download {
  background-color: #ffffff;
  position: relative;
}
.download .text-link {
  color: #00889a;
}
.download::after {
  content: " ";
  width: 311px;
  height: 7px;
  background-color: #e2544d;
  position: absolute;
  bottom: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.tabs {
  position: relative;
}
.tabs::after {
  content: " ";
  width: 311px;
  height: 7px;
  background-color: #e2544d;
  position: absolute;
  bottom: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 575.98px) {
  .tabs .nav-pills .nav-item {
    margin: auto 5px;
  }
  .tabs .nav-pills .nav-item .nav-link {
    font-size: 15px;
  }
}
@media (min-width: 576px) {
  .tabs .nav-pills .nav-item {
    margin: auto 16px;
  }
  .tabs .nav-pills .nav-item .nav-link {
    font-size: 25px;
  }
}
@media (min-width: 992px) {
  .tabs .nav-pills .nav-item {
    margin: auto 22px;
  }
  .tabs .nav-pills .nav-item .nav-link {
    font-size: 30px;
  }
}
.tabs .nav-pills .nav-item .nav-link {
  background-color: transparent;
  color: #c1c1c1;
  font-weight: bold;
  z-index: 100;
  position: relative;
  border-bottom: 5px solid transparent;
  border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  padding: 0;
}
.tabs .nav-pills .nav-item .nav-link.active {
  color: #000;
  border-color: #e2544d;
}
.tabs .tab-content #pills-issue .card-title {
  color: #ffffff;
}
.tabs .tab-content #pills-key .text-links {
  text-align: center;
}
.tabs .tab-content #pills-key .text-links a {
  display: block;
  color: #00889a;
}
.tabs .tab-content #pills-key .text-links a:hover, .tabs .tab-content #pills-key .text-links a:active, .tabs .tab-content #pills-key .text-links a:focus {
  color: #e2544d;
}
.tabs .tab-content #pills-key .key-card {
  border: solid 2px rgba(168, 27, 56, 0.1);
  width: 100%;
}
.tabs .tab-content #pills-key .key-card .card-row {
  position: relative;
}
.tabs .tab-content #pills-key .key-card .card-row::after {
  content: " ";
  width: calc(100% - 80px);
  height: 2px;
  background-color: rgba(168, 27, 56, 0.1);
  position: absolute;
  bottom: 0;
  left: 40px;
}
@media (min-width: 768px) {
  .tabs .tab-content #pills-key .key-card .card-row::after {
    width: calc(100% - 120px);
    position: absolute;
    bottom: 0;
    left: 60px;
  }
}
.tabs .tab-content #pills-key .key-card .card-row:first-of-type .col-md-6:nth-child(2)::after {
  display: none;
}
.tabs .tab-content #pills-key .key-card .card-row:last-of-type::after {
  display: none;
}
.tabs .tab-content #pills-key .key-card .card-row:last-of-type .col-sm-6:nth-child(2)::after {
  display: none;
}
.tabs .tab-content #pills-key .key-card .card-row .col-md-6 {
  position: relative;
}
@media (min-width: 768px) {
  .tabs .tab-content #pills-key .key-card .card-row .col-md-6::after {
    content: " ";
    height: calc(100% - 80px);
    width: 2px;
    background-color: rgba(168, 27, 56, 0.1);
    position: absolute;
    top: 40px;
    left: 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .tabs .tab-content #pills-key .key-card .card-row .col-md-6::after {
    height: calc(100% - 120px);
    position: absolute;
    top: 60px;
    left: 0;
  }
}
@media (max-width: 767.98px) {
  .tabs .tab-content #pills-key .key-card .card-row .col-md-6::after {
    content: " ";
    width: calc(100% - 80px);
    height: 2px;
    background-color: rgba(168, 27, 56, 0.1);
    position: absolute;
    top: 0;
    left: 40px;
  }
}
@media (max-width: 767.98px) and (min-width: 768px) {
  .tabs .tab-content #pills-key .key-card .card-row .col-md-6::after {
    width: calc(100% - 120px);
    position: absolute;
    bottom: 0;
    left: 60px;
  }
}
.tabs .tab-content #pills-key .key-card .card-row .col-md-6:nth-child(1)::after {
  display: none;
}
.tabs .tab-content #pills-key .key-card .card {
  border: 0;
}
.tabs .tab-content #pills-key .key-card .card-body, .tabs .tab-content #pills-key .key-card .card-img {
  padding: 40px;
}
@media (min-width: 1024px) {
  .tabs .tab-content #pills-key .key-card .card-body, .tabs .tab-content #pills-key .key-card .card-img {
    padding: 60px;
  }
}
.tabs .tab-content #pills-key .key-card .card-title {
  color: #e2544d;
}
.tabs .tab-content #pills-key .key-card .card-text {
  font-size: 20px;
}

.map {
  position: relative;
}
.map::after {
  content: " ";
  width: 311px;
  height: 7px;
  background-color: #e2544d;
  position: absolute;
  bottom: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.map .nav-pills .nav-item {
  margin: auto 22px;
  position: relative;
  z-index: 2;
}
.map .nav-pills .nav-item .nav-link {
  background-color: transparent;
  color: #00889a;
  border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  padding: 0;
}
.map .nav-pills .nav-item .nav-link.active {
  color: #e2544d;
}
@media (min-width: 576px) {
  .map .tab-content .map-image {
    margin-top: -100px;
    z-index: -1;
  }
}
@media (max-width: 1023.98px) {
  .map .tab-content .card {
    margin-top: -40%;
    margin-right: 15px;
  }
}
@media (max-width: 575.98px) {
  .map .tab-content .card {
    margin-top: 0%;
  }
}
.map .tab-content .card-title {
  font-size: 20px;
}
.map .tab-content .card .list-group {
  padding: 1rem 0rem 0 1rem;
  border-bottom: 0;
}
.map .tab-content .card .list-group-item {
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: 0;
  column-rule: #9c9c9c;
  position: relative;
}
.map .tab-content .card .list-group-item button:after {
  content: " ";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  position: absolute;
  top: 15px;
  left: 0;
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #a3a3a3;
}
.map .tab-content .card .list-group-item:first-of-type {
  padding-left: 0;
}
.map .tab-content .card .list-group-item:first-of-type button::after {
  display: none;
}
.map .tab-content .card .list-group-item button {
  color: #a3a3a3;
}
.map .tab-content .card .list-group-item button:hover, .map .tab-content .card .list-group-item button:active, .map .tab-content .card .list-group-item button:focus {
  color: #00889a;
}
.map .tab-content .card .list-group-item button.active:after {
  background-color: #E36F5F !important;
}
.map .tab-content .card .list-group-item button.active {
  color: #E36F5F !important;
}
.map .tab-content .card .btn {
  border: 0;
  color: #00889a;
}
.map .tab-content .card .btn:hover, .map .tab-content .card .btn:active, .map .tab-content .card .btn:focus {
  color: #e2544d;
}

.policy-reform .policy-image {
  position: relative;
}
.policy-reform .policy-image .policy-modal1 {
  position: absolute;
  top: 0;
  left: 5%;
  width: 32%;
  height: 22%;
}
.policy-reform .policy-image .policy-modal2 {
  position: absolute;
  top: 0;
  right: 5%;
  width: 32%;
  height: 22%;
}
.policy-reform .policy-image .policy-modal3 {
  position: absolute;
  top: 52%;
  left: 0;
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 32%;
  height: 22%;
}
.policy-reform .policy-image .policy-modal4 {
  position: absolute;
  top: 52%;
  right: 0;
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 32%;
  height: 22%;
}
.policy-reform .policy-image .policy-modal5 {
  position: absolute;
  bottom: 0;
  left: 3%;
  width: 32%;
  height: 22%;
}
.policy-reform .policy-image .policy-modal6 {
  position: absolute;
  right: 3%;
  bottom: 0;
  width: 32%;
  height: 22%;
}

/*--------------------------------------------------------------
#  footer
--------------------------------------------------------------*/
footer {
  background-color: #392858;
  position: relative;
}
footer a, footer h5, footer h6, footer p {
  color: #ffffff;
}
footer a:hover, footer a:active, footer a:focus {
  color: #00889a;
}
footer:after {
  content: " ";
  width: 100%;
  height: 32%;
  background-color: #332351;
  z-index: 0;
}
@media (max-width: 991.98px) {
  footer:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
@media (min-width: 1024px) {
  footer:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 32%;
    height: 100%;
  }
}
footer .container {
  position: relative;
  z-index: 100;
}
footer .footer-social a {
  color: #ffffff !important;
  font-size: 30px;
  margin-right: 8px;
}
footer .footer-social a:hover, footer .footer-social a:active, footer .footer-social a:focus {
  margin-top: -10px;
}

/*# sourceMappingURL=custom.css.map */
