@import "bootstrap.min.css";
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap");
.animated-effect, .video .video-box:before, .navbar .navbar-nav .nav-item .nav-link {
  transition: 0.1s ease all;
}

.animated-long-effect, .navbar .navbar-nav .nav-item .nav-link:before {
  transition: 0.25s ease all;
}

.active-effect, .btn.btn-link:active, .btn.btn-outline-dark:active, .btn.btn-outline-light:active, .btn.btn-outline-primary:active, .btn.btn-dark:active, .btn.btn-light:active, .btn.btn-secondary:active, .btn.btn-primary:active, .navbar .navbar-nav .nav-item .nav-link:active {
  transform-origin: center;
  transform: scale(0.975);
}

.disable-selection {
  user-select: none;
}

.disable-clicks {
  pointer-events: none;
}

.text-ellipsis {
  width: 100%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

html, body {
  font-family: "DM Sans", sans-serif;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  html, body {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  html, body {
    font-size: 12px;
  }
}

.navbar {
  padding: 1.5rem 0;
  box-shadow: rgba(31, 31, 59, 0.05) 0 0.15rem 0.25rem;
  z-index: 9;
  position: relative;
}
.navbar .navbar-brand img {
  height: 2.5rem;
}
.navbar .navbar-nav .nav-item {
  margin-left: 0.5rem;
  position: relative;
}
@media (min-width: 768px) {
  .navbar .navbar-nav .nav-item:not(:first-child):before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -0.25rem;
    width: 1px;
    height: 50%;
    background: #333;
    opacity: 0.25;
    content: " ";
    margin: auto;
  }
}
@media (max-width: 767.9px) {
  .navbar .navbar-nav .nav-item {
    margin-left: 0;
  }
}
.navbar .navbar-nav .nav-item .nav-link {
  font-size: 0.8rem;
  font-weight: 400;
  color: #333;
  text-transform: uppercase;
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
  position: relative;
}
.navbar .navbar-nav .nav-item .nav-link:before {
  position: absolute;
  bottom: 0;
  left: 1rem;
  right: 1rem;
  margin: auto;
  width: 0;
  height: 2px;
  background: #0000a4;
  content: " ";
  opacity: 0;
}
@media (max-width: 767.9px) {
  .navbar .navbar-nav .nav-item .nav-link:before {
    display: none;
  }
}
.navbar .navbar-nav .nav-item .nav-link:hover, .navbar .navbar-nav .nav-item .nav-link:focus {
  color: #0000a4;
}
.navbar .navbar-nav .nav-item .nav-link:hover:before, .navbar .navbar-nav .nav-item .nav-link:focus:before {
  width: calc(100% - 2rem);
  opacity: 1;
}
.navbar .navbar-nav .nav-item .nav-link.active {
  color: rgb(0, 0, 204.8);
}
.navbar .navbar-nav .nav-item .nav-link.active:before {
  width: calc(100% - 2rem);
  opacity: 1;
}
.navbar .navbar-nav .nav-item .nav-link:active {
  color: rgb(0, 0, 204.8);
}
.navbar .navbar-nav .nav-item .nav-link:active:before {
  width: calc(100% - 2rem);
  opacity: 1;
}
.navbar .navbar-nav .dropdown-toggle:after {
  opacity: 0.25;
}
.navbar .navbar-nav .dropdown-menu {
  box-shadow: rgba(31, 31, 59, 0.15) 0 0.25rem 0.5rem;
  border: none;
}
.navbar .navbar-nav .dropdown-menu .dropdown-item {
  font-size: 0.8rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #333;
  padding: 0.5rem 1rem;
}
.navbar .navbar-nav .dropdown-menu .dropdown-item:hover {
  background: rgb(240.5, 240.5, 255);
  color: #0c74b9;
}
.navbar .navbar-toggler {
  border: none;
  outline: none;
  font-size: 0.9rem;
}

.top-info {
  padding: 0.5rem 0;
  background: #f9faff;
}
@media (max-width: 767.9px) {
  .top-info {
    display: none;
  }
}
.top-info .contact-item {
  display: inline-flex;
  align-items: center;
}
.top-info .contact-item + .contact-item {
  margin-left: 1rem;
}
.top-info .contact-item img {
  width: 1rem;
  height: 1rem;
  margin-right: 0.25rem;
}
.top-info .contact-item strong {
  display: block;
  font-size: 0.8rem;
  font-weight: 400;
  color: #1f1f3b;
}
.top-info .contact-item strong a {
  color: inherit;
  text-decoration: none;
}
.top-info .contact-item strong a:hover {
  color: #0c74b9;
}
.top-info .social-links {
  display: inline-flex;
  align-items: center;
  padding: 0;
  margin: 0 0 0 1rem;
  list-style: none;
}
.top-info .social-links li {
  display: block;
}
.top-info .social-links li a {
  display: block;
  width: 2rem;
  height: 2rem;
  padding: 0;
  text-align: center;
  line-height: 1.75rem;
  border-radius: 0.25rem;
}
.top-info .social-links li a:hover {
  background: rgb(240.5, 240.5, 255);
}
.top-info .social-links li a img {
  width: 1rem;
  height: 1rem;
}

footer.page-footer {
  background: rgb(0, 0, 36.5);
  padding: 5rem 0;
}
footer.page-footer .navbar-brand img {
  height: 3rem;
  filter: brightness(0) invert(1);
}
@media (max-width: 767.9px) {
  footer.page-footer .navbar-brand img {
    height: 2rem;
  }
}
footer.page-footer h2 {
  color: #fff;
  font-size: 1rem;
  margin: 1rem 0;
}
footer.page-footer hr {
  margin: 2.5rem 0;
  background: #fff;
  opacity: 0.1;
}
footer.page-footer h5 {
  font-weight: bold;
  color: #fff;
}
@media (max-width: 767.9px) {
  footer.page-footer h5 {
    margin: 1.5rem 0 0.5rem 0;
    font-size: 1rem;
  }
}
footer.page-footer p {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
}
footer.page-footer .nav-item {
  width: 100%;
}
footer.page-footer .nav-link {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.5);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
footer.page-footer .nav-link:hover {
  color: #fff;
}
footer.page-footer .social-links li a img {
  width: 1.5rem;
  height: 1.5rem;
  padding: 0;
}
.btn {
  font-weight: 700;
  border-radius: 0.75rem;
  padding: 0.5rem 1rem;
}
.btn:hover, .btn:focus, .btn:not(:disabled):not(.disabled):active {
  box-shadow: rgba(31, 31, 59, 0.1) 0 0.1rem 0.5rem;
}
.btn.btn-primary {
  background: #000071;
  border-color: #000071;
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
  background: #0000a4;
  border-color: #0000a4;
}
.btn.btn-primary:active {
  background: rgb(0, 0, 204.8);
  border-color: rgb(0, 0, 204.8);
}
.btn.btn-secondary {
  background: #ffc60f;
  border-color: #ffc60f;
}
.btn.btn-secondary:hover, .btn.btn-secondary:focus {
  background: #444;
  border-color: #444;
}
.btn.btn-secondary:active {
  background: #191919;
  border-color: #191919;
}
.btn.btn-light {
  background: #fff;
  border-color: #fff;
  color: #1f1f3b;
}
.btn.btn-dark {
  background: #1f1f3b;
  border-color: #1f1f3b;
  color: #1f1f3b;
}
.btn.btn-dark:hover, .btn.btn-dark:focus {
  background: #222;
  border-color: #222;
  color: #fff;
}
.btn.btn-dark:active {
  background: #444;
  border-color: #444;
  color: #fff;
}
.btn.btn-outline-primary {
  border-color: #000071;
  color: #000071;
}
.btn.btn-outline-primary:hover, .btn.btn-outline-primary:focus {
  background: #000071;
  border-color: #000071;
  color: #fff;
}
.btn.btn-outline-primary:active {
  background: rgb(0, 0, 204.8);
  border-color: rgb(0, 0, 204.8);
  color: #fff;
}
.btn.btn-outline-light {
  border-color: #fff;
  color: #fff;
}
.btn.btn-outline-light:hover, .btn.btn-outline-light:focus {
  background: #fff;
  border-color: #fff;
  color: #1f1f3b;
}
.btn.btn-outline-light:active {
  background: #fff;
  border-color: #fff;
  color: #000071;
}
.btn.btn-outline-dark {
  border-color: #1f1f3b;
  color: #1f1f3b;
}
.btn.btn-outline-dark:hover, .btn.btn-outline-dark:focus {
  background: #1f1f3b;
  border-color: #1f1f3b;
  color: #fff;
}
.btn.btn-outline-dark:active {
  background: #333;
  border-color: #333;
  color: #fff;
}
.btn.btn-link:hover, .btn.btn-link:focus, .btn.btn-link:not(:disabled):not(.disabled):active {
  background: transparent;
  border: transparent;
  box-shadow: none;
  color: rgb(0, 0, 189.5);
}
.form-control {
  height: auto;
}
.main {
  position: relative;
}
.main.home-main {
  padding: 5rem 0;
  background: url("../img/main-img.jpg") center right no-repeat;
  background-size: cover;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .main.home-main {
    background-position: center;
  }
}
@media (max-width: 767.9px) {
  .main.home-main {
    background: url("../img/main-img-small.jpg") center bottom no-repeat #fff;
    background-size: 100%;
    padding-top: 2.5rem;
    padding-bottom: 10rem;
  }
}
.main h1 {
  font-weight: 700;
  line-height: 1;
  font-size: 3rem;
  letter-spacing: -2px;
  color: #1f1f3b;
}
.main p {
  margin: 1rem 0 1.5rem 0;
}
.main .quote {
  background: #fff;
  box-shadow: rgba(31, 31, 59, 0.1) 0 0.1rem 0.35rem;
  border-radius: 0.75rem;
  display: block;
  padding: 1rem;
}
.main .quote em {
  font-weight: bold;
  font-size: 1.25rem;
  color: #1f1f3b;
  display: block;
}
.main ul {
  list-style: none;
  margin: 0 0 1.5rem 0;
  padding: 0;
  display: block;
}
.main ul li {
  display: block;
  position: relative;
  padding-left: 2.25rem;
  line-height: 1.2;
  font-weight: bold;
}
.main ul li + li {
  margin-top: 0.5rem;
}
.main ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 1.5rem;
  height: 1.5rem;
  background: url("../img/puce-li.png") center no-repeat;
  background-size: contain;
  content: " ";
  margin: auto;
}

.main-boxes {
  position: relative;
  background: #f9faff;
  padding: 1px 0 5rem 0;
}
@media (max-width: 767.9px) {
  .main-boxes {
    padding: 2.5rem 0 1rem 0;
  }
}
.main-boxes .col-md-6 {
  margin-top: -2.5rem;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .main-boxes .col-md-6 {
    margin-top: -1.5rem;
  }
}
@media (max-width: 767.9px) {
  .main-boxes .col-md-6 {
    margin-top: 0;
    margin-bottom: 1.5rem;
  }
}
.main-boxes .box {
  background: #fff;
  padding: 2.5rem;
  border-radius: 0.75rem;
  box-shadow: rgba(31, 31, 59, 0.1) 0 0.1rem 0.5rem;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .main-boxes .box {
    padding: 1.5rem;
  }
}
.main-boxes .box img {
  display: block;
  width: 4rem;
  height: 4rem;
  margin-bottom: 1rem;
}
.main-boxes .box h4 {
  font-size: 1.25rem;
  font-weight: bold;
  color: #000071;
}
.main-boxes .box p {
  margin: 0;
  font-size: 0.9rem;
  color: rgba(31, 31, 59, 0.75);
}

.main-cta {
  padding: 2.5rem 0 7.5rem 0;
  background: #f9faff;
}
@media (max-width: 767.9px) {
  .main-cta {
    padding: 1.5rem 0 5rem 0;
  }
}
.main-cta h3 {
  font-size: 2rem;
  margin-bottom: 2rem;
}

.our-strengths {
  padding: 5rem 0;
}
.our-strengths h3 {
  font-size: 2rem;
  font-weight: bold;
}
.our-strengths p {
  font-size: 1rem;
  margin: 1rem 0;
}
.our-strengths ul {
  list-style: none;
  margin: 0 0 1.5rem 0;
  padding: 0;
  display: block;
}
.our-strengths ul li {
  display: block;
  position: relative;
  padding-left: 2.25rem;
  line-height: 1.2;
}
.our-strengths ul li + li {
  margin-top: 0.5rem;
}
.our-strengths ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 1.5rem;
  height: 1.5rem;
  background: url("../img/puce-li.png") center no-repeat;
  background-size: contain;
  content: " ";
  margin: auto;
}

.stats {
  padding: 0 0 5rem 0;
}
.stats .box {
  border-top: 1px solid #ddd;
  padding-top: 5rem;
}
.stats .stats-item {
  display: block;
}
@media (max-width: 767.9px) {
  .stats .stats-item {
    text-align: center;
  }
}
.stats .stats-item img {
  width: 4rem;
  height: 4rem;
  opacity: 0.2;
  display: block;
}
@media (max-width: 767.9px) {
  .stats .stats-item img {
    margin: auto;
  }
}
.stats .stats-item .h4 {
  font-size: 2rem;
  font-weight: bold;
  margin: 1rem 0 0 0;
}
@media (max-width: 767.9px) {
  .stats .stats-item .h4 {
    font-size: 1.25rem;
  }
}
.stats .stats-item p.small {
  margin-bottom: 0;
}

.services {
  padding: 1px 0;
}
@media (max-width: 767.9px) {
  .services {
    background: rgb(240.5, 240.5, 255);
  }
}
.services .box {
  background: #fff;
  box-shadow: rgba(31, 31, 59, 0.15) 0 0.5rem 1rem;
  position: relative;
  z-index: 1;
  margin-bottom: -5rem;
  padding: 5rem;
  border-radius: 1rem;
}
@media (max-width: 767.9px) {
  .services .box {
    margin: 0;
    padding: 5rem 0;
    background: transparent;
    box-shadow: none;
    border: none;
  }
}
.services .service-item {
  position: relative;
  padding-right: 10%;
  padding-top: 1px;
}
.services .service-item:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 6rem;
  height: 6rem;
  border-radius: 0.75rem;
  content: " ";
  background: rgb(240.5, 240.5, 255);
}
.services .service-item img {
  width: 4rem;
  height: 4rem;
  display: block;
  margin: 1rem 1rem 2rem 1rem;
  position: relative;
  z-index: 2;
}
.services .service-item h4 {
  color: #000071;
  font-weight: bold;
  font-size: 1.25rem;
}
.services .service-item p {
  font-size: 0.9rem;
  margin: 0.5rem 0 0 0;
}

.video {
  padding: 5rem 0 5rem 0;
  background: #1f1f3b;
}
@media (max-width: 767.9px) {
  .video {
    padding: 5rem 0;
  }
}
.video .visio-logo {
  height: 35px;
  filter: brightness(0) invert(1);
}
.video .video-box {
  display: block;
  width: 100%;
  height: auto;
  padding-top: 40%;
  position: relative;
  margin: 3.5rem 0;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 0.5rem;
}
@media (max-width: 767.9px) {
  .video .video-box {
    padding-top: 56%;
    margin: 2.5rem 0;
  }
}
.video .video-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  user-select: none;
  border-radius: 0.5rem;
}
.video .video-box:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1f1f3b;
  content: " ";
  z-index: 1;
  opacity: 0;
}
.video .video-box:hover:before {
  opacity: 0.25;
}
.video .video-box:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 4rem;
  height: 4rem;
  background: url("../img/icons/play.png") center no-repeat;
  background-size: contain;
  content: " ";
  margin: auto;
  filter: brightness(0) invert(1);
  z-index: 2;
}
.video h4 {
  color: #fff;
}
.video p {
  color: rgba(255, 255, 255, 0.75);
  margin: 1rem 0 2rem 0;
}

.main.team-main {
  padding: 5rem 0;
}
@media (max-width: 767.9px) {
  .main.team-main {
    padding-top: 2.5rem;
  }
}
.main.team-main h4 {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: rgba(31, 31, 59, 0.75);
  font-weight: bold;
  margin-bottom: 1.5rem;
}
.main.team-main h4 span {
  position: relative;
}
.main.team-main h4 span:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -6rem;
  width: 4rem;
  height: 2px;
  content: " ";
  background: #000071;
  margin: auto;
}
.main.team-main .team-member {
  display: block;
}
@media (max-width: 767.9px) {
  .main.team-main .team-member {
    text-align: center;
  }
}
.main.team-main .team-member img {
  width: 100%; /*10rem;*/
  display: block;
  object-fit: cover;
  border-radius: 0.5rem;
}
@media (max-width: 767.9px) {
  .main.team-main .team-member img {
    margin: auto;
  }
}
.main.team-main .team-member h5 {
  font-size: 1.5rem;
  color: #000071;
  font-weight: bold;
  margin: 1rem 0 0.5rem 0;
}
.main.team-main .team-member p.small {
  color: rgba(31, 31, 59, 0.75);
  margin: 0;
}

.cta {
  padding: 5rem 0;
  background: rgb(241.35, 243.625, 255);
}
.cta h3 {
  font-weight: bold;
  color: #1f1f3b;
}

.main.blog-main {
  padding: 5rem 0;
}
@media (max-width: 767.9px) {
  .main.blog-main {
    padding-top: 2.5rem;
  }
}
.main.blog-main h4 {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: rgba(31, 31, 59, 0.75);
  font-weight: bold;
  margin-bottom: 1.5rem;
}
.main.blog-main h4 span {
  position: relative;
}
.main.blog-main h4 span:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -6rem;
  width: 4rem;
  height: 2px;
  content: " ";
  background: #000071;
  margin: auto;
}
.main.blog-main h2 {
  font-weight: bold;
  color: #1f1f3b;
}
.main.blog-main .blog-post {
  display: block;
  position: relative;
}
.main.blog-main .blog-post .blog-post-thumbnail {
  display: block;
  width: 100%;
  height: 25rem;
  position: relative;
}
.main.blog-main .blog-post .blog-post-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.75rem;
}
.main.blog-main .blog-post .blog-post-title {
  font-weight: bold;
  margin: 1rem 0 0 0;
  color: #1f1f3b;
  font-size: 1.25rem;
  text-decoration: none;
  line-height: 1.2;
  display: block;
}
.main.blog-main .blog-post .blog-post-date {
  font-size: 0.7rem;
  color: rgba(31, 31, 59, 0.5);
  margin: 0.5rem 0;
}
.main.blog-main .blog-post p {
  font-size: 0.9rem;
  color: rgba(31, 31, 59, 0.75);
  margin: 0;
}
.main.blog-main .blog-post .btn.btn-link {
  color: #000071;
  text-decoration: none;
  box-shadow: none;
  border: none;
  padding: 0;
  font-size: 0.9rem;
}
.main.blog-main .blog-post.horizontal-blog-post {
  padding-left: 11rem;
  min-height: 7rem;
}
@media (max-width: 767.9px) {
  .main.blog-main .blog-post.horizontal-blog-post {
    padding-left: 9rem;
    min-height: 4rem;
  }
}
.main.blog-main .blog-post.horizontal-blog-post .blog-post-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 10rem;
  height: 7rem;
}
@media (max-width: 767.9px) {
  .main.blog-main .blog-post.horizontal-blog-post .blog-post-thumbnail {
    width: 8rem;
    height: 4rem;
  }
}
.main.blog-main .blog-post.horizontal-blog-post .blog-post-title {
  margin-top: 0;
}

.article {
  padding: 2.5rem 0 5rem 0;
}
.article .article-header {
  border-radius: 0.75rem;
  max-width: 100%;
}
.article .article-title {
  font-size: 2rem;
  font-weight: bold;
  color: #1f1f3b;
  margin: 1.5rem 0 0.5rem 0;
}
.article .socials {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
.article .socials li a {
  display: block;
  width: 3rem;
  height: 3rem;
  background: rgb(241.35, 243.625, 255);
  border-radius: 0.5rem;
  text-align: center;
  line-height: 2.75rem;
  margin-right: 0.5rem;
}
.article .socials li a img {
  width: 1rem;
  height: 1rem;
}
.article .article-content {
  padding-top: 2.5rem;
}
.article .article-content h2 {
  font-weight: bold;
  font-size: 1.5rem;
}
.article .article-content h3 {
  font-weight: bold;
  font-size: 1.25rem;
}
.article .article-content h4 {
  font-weight: bold;
  font-size: 1.15rem;
}
.article .article-content h5 {
  font-weight: bold;
  font-size: 1rem;
}
.article .article-content h6 {
  font-weight: bold;
  font-size: 0.9rem;
}
.article .article-content ul {
  list-style: none;
  margin: 0 0 1.5rem 0;
  padding: 0;
  display: block;
}
.article .article-content ul li {
  display: block;
  position: relative;
  padding-left: 2.25rem;
  line-height: 1.2;
}
.article .article-content ul li + li {
  margin-top: 0.5rem;
}
.article .article-content ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 1.5rem;
  height: 1.5rem;
  background: url("../img/puce-li.png") center no-repeat;
  background-size: contain;
  content: " ";
  margin: auto;
}

.main.article-main {
  padding: 5rem 0;
}
@media (max-width: 767.9px) {
  .main.article-main {
    padding-top: 2.5rem;
  }
}
.main.article-main h4 {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: rgba(31, 31, 59, 0.75);
  font-weight: bold;
  margin-bottom: 1.5rem;
}
.main.article-main h4 span {
  position: relative;
}
.main.article-main h4 span:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -6rem;
  width: 4rem;
  height: 2px;
  content: " ";
  background: #000071;
  margin: auto;
}

.contact-map {
  width: 100%;
  height: 20rem;
  background: rgb(241.35, 243.625, 255);
}

.contact {
  padding: 5rem 0;
  position: relative;
}
@media (max-width: 767.9px) {
  .contact {
    padding: 2.5rem 0;
  }
}
.contact .form-label {
  font-size: 0.9rem;
  font-weight: 500;
  margin-bottom: 0.1rem;
  display: block;
}
.contact .form-control {
  height: auto;
  padding: 0.75rem 1rem;
  box-shadow: none;
  border: 1px solid #ddd;
}
.contact .contact-item {
  display: block;
  position: relative;
  padding-left: 5rem;
}
.contact .contact-item + .contact-item {
  margin-top: 1.5rem;
}
.contact .contact-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  height: 3rem;
}

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