@charset "UTF-8";
body {
  position: relative;
  color: #333333; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Quicksand", Helvetica, Arial, serif;
  line-height: 1.5; }

a {
  color: #ff5c39;
  text-decoration: none;
  transition: all 0.3s ease; }
  a:hover, a:focus, a:active {
    color: #ff5c39;
    text-decoration: underline; }

.link-muted {
  color: #8cc947; }

.link-reverse {
  color: #fff; }
  .link-reverse:hover {
    color: #fff;
    opacity: 0.7; }

.my-lg {
  margin-top: 5em !important;
  margin-bottom: 5em !important; }

.py-lg {
  padding-top: 5em !important;
  padding-bottom: 5em !important; }

.mt-lg {
  margin-top: 5em !important; }

.mb-lg {
  margin-bottom: 5em !important; }

.pt-lg {
  padding-top: 5em !important; }

.pb-lg {
  padding-bottom: 5em !important; }

.mb-4 {
  margin-bottom: 2rem !important; }

@media (min-width: 768px) {
  .my-md-lg {
    margin-top: 5em !important;
    margin-bottom: 5em !important; } }
.display-5 {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.5; }

.bg-light {
  background-color: #ffffff !important; }

.bg-white {
  background-color: #fff !important; }

.bg-primary {
  background-color: #6e3da3 !important; }

.bg-gradient {
  background-image: linear-gradient(-152deg, #efefef 0%, #bbbbbb 65%); }

.light-text {
  color: #b5bcc0; }

.text-inverse {
  color: #fff; }

.form-control::placeholder {
  color: #636c72;
  opacity: 0.5; }

.form-control::-webkit-input-placeholder {
  color: #636c72;
  opacity: 0.5; }

.form-control:focus {
    box-shadow: 0 0 0 0.2rem rgba(160,160,160,.25);
    border-color: rgb(160, 160, 160);
}

.title-field {
  width: 0px !important;
  height: 0px !important;
  display: none;
}

.text-muted {
  color: #999999 !important; }

/*FONT*/
.sans-serif-font {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important; }

.thin-font {
  font-weight: 300 !important; }

/*font awesome*/
.fa-valign {
  vertical-align: middle; }

/*-----------------------------------
 * Section
 *-----------------------------------*/
.section {
  padding-top: 3em;
  padding-bottom: 3em; }

.section-title {
  margin: 2em auto; }

.btn {
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 30px;
  transition: all 0.3s ease; }
  .navbar-nav .btn {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 15px;
    padding-right: 15px; }

.btn-lg {
  font-size: 16px;
  letter-spacing: 2px;
  padding: 17px 35px; }
  .btn-lg:hover, .btn-lg:active {
    transform: translateY(-2px); }

.btn-xl {
  padding: 12px 35px; }

.btn-sm {
  font-size: 14px;
  letter-spacing: 0; }

.btn-icon {
  display: flex;
  align-items: center;
}

.btn-icon i {
  margin-right: 4px;
}

.btn-primary,
.btn-primary:focus {
  background-color: #8cc947;
  border: 0;
  color: #fff; }
  .btn-primary:hover, .btn-primary:active,
  .btn-primary:focus:hover,
  .btn-primary:focus:active {
    color: #fff;
    background-color: #add879; }

.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #cecece;
  border-color: #cecece;
}

.btn-success.disabled,
.btn-success:disabled {
  background-color: #cecece;
  border-color: #cecece;
}

.btn-outline,
.btn-outline:focus {
  color: #fff;
  background-image: none;
  background-color: transparent;
  border-color: #fff; }
  .btn-outline:hover, .btn-outline:active,
  .btn-outline:focus:hover,
  .btn-outline:focus:active {
    color: #292b2c;
    background-color: #fff;
    border-color: #fff; }

.btn-outline-primary {
  color: #ff5c39;
  background-image: none;
  background-color: transparent;
  border-color: #ff5c39; }
  .btn-outline-primary:hover, .btn-outline-primary:active {
    color: #fff;
    background-color: #ff5c39;
    border-color: #ff5c39; }

/* ------------------------------------------------

Page    : Start.ly SaaS CSS
Version : 1.0
Author  : Surjith S M
URI     : http://themeforest.net/user/surjithctly

TABLE OF CONTENTS
-----------------

1. Header
2. navbar
3. One Page
4. Cards
5. Portfolio
6. Video
7. Team
8. Contact
9. Footer

Copyright © All rights Reserved
Surjith S M / @surjithctly

-------------------------------------------------- */
/*-----------------------------------
 * Header
 *-----------------------------------*/
header {
  position: relative; }

.gradient-mask {
  -webkit-background-clip: text;
  background-clip: text;
  color: #333333; }

.navbar-logo {
  display: block;
  height: 42px;
  width: 200px;
  background-image: url("../images/logo.png");
  background-size: 200px 42px; }

.navbar-logo-new {
  display: block;
  height: 36px;
  width: 200px;
  background-image: url("../images/critical-labs.png");
  background-size: 200px 36px;
  background-repeat: no-repeat;
}

/*Swiper Slider*/
.swiper-container {
  width: 100%;
  height: 850px;
  height: 100vh; }
  .swiper-container .jumbotron {
    min-height: auto; }

@media (max-width: 767px) {
  .swiper-button-prev,
  .swiper-button-next {
    display: none; } }
.parallax-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 130%;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center; }
  .parallax-bg.bg-overlay:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4); }

.bg-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translateX(-50%) translateY(-50%);
  background: url("../images/agency/poster.jpg") no-repeat;
  background-size: cover;
  transition: 1s opacity; }

.bg-video.align-bottom video {
  top: auto;
  bottom: 0;
  transform: translateX(-50%) translateY(0); }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 30px; }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 30px; }

/*end swiper css*/
.jumbotron {
  width: 100%;
  background-color: transparent;
  margin-bottom: 0; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 2rem 0; }
      .jumbotron.sub-page {
        padding: 0; } }
  .jumbotron.sub-page {
    min-height: 290px;
    background-color: #f5f5f5;
    background-image: url("/images/morphing-triangles2.svg");
  }
  .main-header {
    background-image: url("/images/morphing-triangles3.svg");
    background-position: bottom;
    background-repeat: repeat-x;
    background-color: #d6e9ac;
  }
  .main-header h1 {
    color: #ffffff;
  }
  .main-header .text-muted {
    color: #c0c0c0 !important;
  }
  .main-header .btn-primary {
    color: #111111;
  }
  .main-header .btn-primary:hover {
    background-color: #6ba32c;
  }

  .jumbotron .lead {
    max-width: 600px;
    margin: auto; }
  .jumbotron .btn-lg {
    padding: 17px 35px; }
  .jumbotron .btn {
    margin: 10px; }

.jumbotron-two {
  padding: 2rem 0; }
  .jumbotron-two .lead {
    max-width: 500px;
    margin: 0; }

.overflow-hidden {
  overflow-x: hidden; }

.bg-shape {
  position: absolute;
  background-color: #6e3da3;
  background-image: linear-gradient(100deg, #c1acd9, #6e3da3);
  top: -350px;
  right: -110px;
  border-radius: 8%;
  width: 50%;
  height: 800px;
  transform: skew(3deg, 30deg);
  opacity: 1;
  z-index: -1; }
  @media (max-width: 991px) {
    .bg-shape {
      top: -150px;
      right: 0;
      width: 20%;
      height: 500px; } }
  @media (max-width: 767px) {
    .bg-shape {
      display: none; } }

.bg-circle {
  position: absolute;
  background-color: transparent;
  background-image: linear-gradient(100deg, #c1acd9, #6e3da3);
  top: -400px;
  left: -350px;
  border-radius: 100%;
  height: 800px;
  width: 800px;
  opacity: 0.2;
  z-index: -1; }
  @media (max-width: 991px) {
    .bg-circle {
      height: 400px;
      width: 400px;
      top: -200px;
      left: -200px; } }
  @media (max-width: 767px) {
    .bg-circle {
      display: none; } }

.bg-circle-two {
  position: absolute;
  background-color: #6e3da3;
  background-image: linear-gradient(100deg, #c1acd9, #6e3da3);
  top: 150px;
  left: 350px;
  border-radius: 100%;
  height: 100px;
  width: 100px;
  opacity: 0.8;
  z-index: -1; }
  @media (max-width: 991px) {
    .bg-circle-two {
      top: 150px;
      left: 70px;
      height: 50px;
      width: 50px; } }
  @media (max-width: 767px) {
    .bg-circle-two {
      display: none; } }

.hero-copy .container {
  max-width: 40rem; }

[class^="display"] {
  font-family: "Quicksand", Helvetica, Arial, serif;
  font-weight: 400; }

@media (max-width: 991px) {
  .display-3 {
    font-size: 4rem; }

  .display-5 {
    font-size: 1.4rem; } }
@media (max-width: 767px) {
  .display-3 {
    font-size: 2.2rem; }

  .display-4 {
    font-size: 2.5rem; } }
.split-bg {
  background: linear-gradient(to bottom, #f5f5f5 0%, #f5f5f5 50%, white 50%); }

.macbook-hero {
  max-width: 1100px;
  position: relative;
  margin: 0 auto; }
  .macbook-hero .macbook-screen {
    position: absolute;
    left: 12.4%;
    top: 5.4%;
    right: 11.8%;
    bottom: 30.6%;
    max-width: 835px;
    max-height: 522px;
    background: #fff; }
    .macbook-hero .macbook-screen img {
      width: 100%;
      height: 100%; }

.section {
  position: relative; }
  .section.bg-overlay:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4); }
  .section.bg-gradient:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(to right, rgba(106, 17, 203, 0.76) 0%, rgba(37, 117, 252, 0.77) 100%); }

/*-----------------------------------
 * NAVBAR
 *-----------------------------------*/
.navbar {
  transition: all 0.3s ease;
  padding: 1rem;
}
  .navbar .btn {
    box-shadow: none; }
  .navbar.bg-light {
    padding: 1rem;
    background: #fff !important;
    box-shadow: 0px 9px 68px 0px rgba(97, 97, 97, 0.1); }

.navbar-toggler {
  margin-top: 5px; }

.navbar-border {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }

.navbar-transparent {
  background: transparent;
  transition: all 0.3s ease; }

.nav-link {
  padding: .3em 1em; }
  .nav-link .pe-7s-angle-down {
    margin: -13px -13px -13px -8px;
    position: relative;
    top: 8px; }

@media (max-width: 767px) {
  .navbar-toggleable-md > .container {
    width: 100%; }

  .nav-link {
    padding: .3em 0.6em; } }
@media (max-width: 991px) {
  body:not(.sticky) .navbar:not(.navbar-light).menu-is-open {
    background: rgba(0, 0, 0, 0.7); }

  .navbar-nav {
    margin-bottom: 1em; }

  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    text-align: center; } }
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem; } }
.navbar-nav .nav-link {
  font-size: 16px;
  text-align: center;
  position: relative; }
  .navbar-inverse .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    font-size: 14px; }
  @media (min-width: 992px) {
    .navbar-nav .nav-link:before {
      content: "";
      height: 1px;
      position: absolute;
      bottom: 5px;
      left: 50%;
      right: 50%;
      border-bottom: 1px solid #6e3da3;
      margin-right: auto;
      margin-left: auto;
      transition: all 0.5s ease; } }

.navbar-inverse .navbar-nav .nav-link.active {
  color: #c1acd9; }
  @media (min-width: 992px) {
    .navbar-inverse .navbar-nav .nav-link.active:after {
      content: "";
      height: 1px;
      position: absolute;
      bottom: 5px;
      left: 0;
      right: 0;
      border-bottom: 1px solid #c1acd9;
      margin-right: 0.95rem;
      margin-left: 0.95rem; } }

@media (min-width: 992px) {
  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem; } }
/*Dropdown*/
.dropdown-menu {
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.05); }

.dropdown-item {
  padding: 5px 2rem 5px 1.2rem; }

.dropdown-item.active,
.dropdown-item:active {
  color: #000;
  background-color: #f5f5f5; }

/*-----------------------------------
 * YOUTUBE VIDEO
 *-----------------------------------*/
iframe {
  display: block; }

.youtube {
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  transition: all 200ms ease-out;
  cursor: pointer; }

.youtube .play {
  background: #FFF;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0px 9px 68px 0px rgba(62, 57, 107, 0.2);
  text-align: center;
  padding: 17px 20px; }
  .youtube .play span {
    color: #ff5c39; }

/*-----------------------------------
 * CLIENT LOGOS
 *-----------------------------------*/
.client-logos.negative-margin {
  margin-top: -180px; }
  @media (max-width: 991px) {
    .client-logos.negative-margin {
      margin-top: -150px; } }
  @media (max-width: 767px) {
    .client-logos.negative-margin {
      margin-top: -100px; } }
  @media (max-width: 575px) {
    .client-logos.negative-margin {
      margin-top: -70px; } }

@media (min-width: 992px) {
  .client-logos {
    padding-left: 1em;
    padding-right: 1em; } }
@media (max-width: 991px) {
  .client-logos img {
    height: 50px; } }
/*-----------------------------------
 * FEATURES
 *-----------------------------------*/
.browser-window {
  display: inline-block;
  text-align: left;
  min-height: 200px;
  max-width: 100%;
  border-radius: 5px;
  background-color: #F1F3F5;
  box-shadow: 0 19px 38px rgba(150, 150, 150, 0.15), 0 15px 12px rgba(137, 149, 199, 0.08);
  margin-bottom: 60px;
  overflow: hidden; }
  .browser-window.limit-height {
    max-height: 500px; }
  .browser-window .top-bar {
    height: 40px;
    border-radius: 5px 5px 0 0;
    border-top: thin solid #F1F3F5;
    border-bottom: thin solid #F1F3F5;
    background: #f5f5f5;
    width: 100%; }
  .browser-window .circle {
    height: 13px;
    width: 13px;
    margin-right: 5px;
    display: inline-block;
    border-radius: 50%;
    background-color: #fff; }
  .browser-window .circles {
    margin: 12px 12px; }
  .browser-window .content {
    display: inline-block;
    margin: 0;
    border-radius: 0 0 5px 5px;
    background-color: #fafafa;
    max-height: 500px; }
  .browser-window .content img {
    max-width: 100%;
    height: auto; }
  .browser-window .circle-red {
    background: #FBBBF5; }
  .browser-window .circle-yellow {
    background: #F8E397; }
  .browser-window .circle-blue {
    background: #79CFD5; }

.cast-shadow {
  border-radius: 10px;
  box-shadow: 0px 9px 68px 0px rgba(97, 97, 97, 0.2); }

.cast-small-shadow {
  border-radius: 5px;
  box-shadow: 0px 3px 11px 0px rgba(97, 97, 97, 0.2); }

.btn-small-shadow:hover {
  box-shadow: 0px 6px 22px 0px rgba(97, 97, 97, 0.2); }

.media-icon i {
  min-width: 50px;
  color: #ff5c39;
}

.small-media-icon i {
  min-width: 24px;
  color: #ff5c39;
  margin-right: 8px;
}

.small-media-icon-secondary i {
  min-width: 24px;
  color: #8cc947;
  margin-right: 8px;
}

.color-icon i {
  color: #ff5c39;
}

/*-----------------------------------
 * CARDS
 *-----------------------------------*/
.card {
  transition: all 0.3s ease; }
  .card:hover {
    margin-top: -5px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05); }

.stat-counter {
  color: #fff; }

/*-----------------------------------
 * PRICING
 *-----------------------------------*/
.pricing {
  text-align: center;
  padding: 10px;
  border: 0;
  border-radius: 15px;
  margin-bottom: 30px;
}
.pricing small {
  letter-spacing: 2px;
}
.pricing small.text-bold {
  font-size: 1rem;
  color: #000000;
  font-weight: bold;
  margin-bottom: 15px;
}
.pricing .card-title {
  font-size: 65px;
  font-family: "Quicksand", Helvetica, Arial, serif;
  font-weight: 700;
  margin: 10px 0 15px;
}
.pricing .card-body {
  display: flex;
  flex-direction: column;
}
.pricing .card-text {
  flex: 1;
}
.pricing .plan-muted {
  text-decoration: line-through;
  opacity: 0.5;
}
.pricing ul {
  flex: 1;
  margin: 0 0 20px;
}
.pricing ul li {
  margin-top: 0.85rem;
  margin-bottom: 0.85rem;
}

/*-----------------------------------
 * FORM
 *-----------------------------------*/
.form-control {
  border-radius: 30px;
  padding: 5px 20px;
  height: 55px;
  border-color: #ebebed;
  box-shadow: 0 0 5px rgba(38, 38, 76, 0.05); }

.btn-block {
  padding: 15px 0; }

/*-----------------------------------
 * CONTACT
 *-----------------------------------*/
#map {
  height: 620px;
  width: 100%; }

.contact-box {
  background: #fff;
  margin-top: -250px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.2); }

.address-box {
  padding: 30px;
  color: #fff; }
  .address-box a {
    color: #fff; }

.message-box {
  padding: 30px; }

/*-----------------------------------
 * FOOTER
 *-----------------------------------*/
.footer-links li {
  padding: 0.2em 0; }
.footer-links a {
  color: #636c72; }
  .footer-links a:hover {
    text-decoration: none;
    color: #8cc947; }

/*-----------------------------------
 * BLOG
 *-----------------------------------*/
.post_title {
  font-weight: 300;
  margin: 1em 0 0.4em;
  line-height: 1.4; }

a.title img {
  transition: opacity 0.3s ease; }
a.title:hover img {
  opacity: 0.8; }

.page-link {
  padding: 0.7rem 1.35rem;
  color: #000;
  border: 1px solid #ececec; }
  .page-link:hover, .page-link:focus {
    background-color: #f5f5f5; }
  .page-item.disabled .page-link {
    border-color: #eceeef;
    color: #eceeef; }
  .page-item:first-child .page-link {
    border-radius: 0;
    padding: 5px 5px 4px; }
  .page-item:last-child .page-link {
    border-radius: 0;
    padding: 5px 5px 4px; }

.author-box {
  max-width: 730px;
  margin: 20px auto;
  padding: 1em;
  border: 1px solid #eceeef; }

.entry-content p {
  line-height: 1.7;
  margin-top: 1rem;
  margin-bottom: 2rem; }
.entry-content img {
  max-width: 100%;
  height: auto; }
@media (min-width: 992px) {
  .entry-content img.alignnone {
    max-width: 150%;
    height: auto;
    margin-left: -25%; } }

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.wp-caption-text {
  text-align: center;
  margin: 0.8em 0 1.5em;
  color: #636c72; }

/*Comments*/
.comments-area, .comment-respond {
  max-width: 730px;
  margin: 20px auto; }

.comment .avatar {
  width: 60px;
  margin-right: 1rem; }
.comment ol.children {
  border-left: 2px solid #eceeef; }

.comment-respond {
  border-top: 1px solid #eceeef;
  margin-top: 3em;
  padding-top: 2em; }

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

/* CUSTOM */

.breadcrumb-container {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.breadcrumb-container .breadcrumb {
  background-color: transparent;
}

.table-of-contents {
  float: right;
  text-align: left;
  padding: 1rem 2rem;
  margin-left: 2rem;
  background-color: #eceeef;
  max-width: 400px;
}

.table-of-contents ol {
  padding-left: 0;
  float: left;
  margin-bottom: 0;
}

.table-of-contents ol ol {
  margin-top: 4px;
  margin-left: 2rem;
}

.table-of-contents ol li {
  margin-top: 4px;
  margin-bottom: 6px;
}

.visually-hidden {
  display: none;
}

.heading-wrapper {
  display: flex;
  align-items: baseline;
}

.heading-wrapper a.header-anchor {
  margin-left: 8px;
  visibility: hidden;
}

.heading-wrapper:hover a.header-anchor {
  margin-left: 8px;
  visibility: visible;
}

.icon-label {
  display: flex;
  margin-bottom: 4px;
}

/** Carousel **/
.carousel {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  position: relative;
}

.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background-color: #ff5c39;
  color: #fff;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  cursor: pointer;
  z-index: 2;
}

.carousel-content {
  width: 100%;
  min-height: 300px;
  display: flex;
  overflow: hidden;
  position: relative;
}

.my-carousel-item {
  flex: 0 0 100%;
  transition: transform 0.5s ease-in-out;
}

.my-carousel-item div {
  width: 100%;
  height: auto;
}

.carousel-indicators {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}

.indicator {
  width: 10px;
  height: 10px;
  background-color: #cccccc;
  border: none;
  border-radius: 50%;
  margin: 0 0.5rem;
  cursor: pointer;
}

.indicator:focus {
  outline: 0;
}

.indicator.active {
  background-color: #ff5c39;
}

/** Quotes **/
.quote {
  font-size: 0.9rem;
  font-style: italic;
  color: #414141;
}

.byline {
  font-size: 0.9rem;
  margin-top: 8px;
  margin-left: 24px;
  color: #414141;
  font-style: italic;
}

.footer-right-button {
  margin-bottom: 12px;
}

textarea.form-control {
  height: auto;
}

.icon-title {
  margin-left: 32px;
}

.column-img {
  margin: 0.5rem 0 1rem 0;
}
.zoom-img:hover {
  cursor: zoom-in;
}

.title-text {
  font-family: "Raleway", Helvetica, serif;
  font-weight: 500;
}

/* Lightbox container */
.lightbox {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

/* Lightbox content */
.lightbox-content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}

/* Lightbox image */
.lightbox-image {
  max-width: 90%;
  max-height: 90%;
}

/* Close button */
.close-button {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
}

@media (max-width: 575px) {
  .footer-col-left, .footer-col-mid, .footer-col-right {
    text-align: center;
  }
}

@media (min-width: 576px) {
  .footer-col-left {
    text-align: left;
  }
  .footer-col-mid {
    text-align: center;
  }
  .footer-col-right {
    text-align: right;
  }
}
