html, body {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body {
  font-family: "Titillium Web", sans-serif;
  position: relative;
  font-size: 18px;
  line-height: 26px;
  background-color: #fff;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Rajdhani", sans-serif;
}

img {
  width: 100%;
}

a {
  outline: none;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #5c85d6;
}

a:active,
a:focus,
a:hover {
  outline: none;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #333;
}

section {
  padding: 80px 0;
  position: relative;
}
@media (max-width: 991px) {
  section {
    padding: 50px 0;
  }
}

.title-h {
  color: #222;
  font-size: 74px;
  line-height: 65px;
  font-weight: 600;
  font-family: "Smooch Sans", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  .title-h {
    font-size: 57px;
    line-height: 52px;
    font-weight: 600;
    margin-top: 10px;
    letter-spacing: 0.5px;
  }
}

.little-h {
  color: #5c85d6;
  font-size: 22px;
  line-height: 27px;
  font-weight: 600;
  font-family: "Rajdhani", sans-serif;
  text-transform: uppercase;
  letter-spacing: 4px;
}
@media (max-width: 768px) {
  .little-h {
    font-size: 20px;
    line-height: 22px;
    font-weight: 600;
    letter-spacing: 2px;
  }
}

.title-p {
  margin-bottom: 20px;
  margin-top: 15px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
  font-family: "Titillium Web", sans-serif;
}
@media (max-width: 768px) {
  .title-p {
    font-size: 20px;
    line-height: 26px;
  }
}

.inner-h {
  color: #222;
  font-size: 40px;
  line-height: 37px;
  font-weight: 600;
  font-family: "Smooch Sans", sans-serif;
  letter-spacing: 0px;
}
@media (max-width: 768px) {
  .inner-h {
    font-size: 35px;
    line-height: 33px;
    font-weight: 600;
  }
}

.back-img {
  background-size: cover;
  background-position: center;
}

.back {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.mobile-view {
  display: none !important;
}

@media (max-width: 991px) {
  .mobile-view {
    display: block !important;
  }
}
.desctop-view {
  display: block;
}

@media (max-width: 991px) {
  .desctop-view {
    display: none !important;
  }
}
.btn {
  background: #5c85d6;
  border: none;
  cursor: pointer;
  line-height: 1.5;
  border: 2px solid #5c85d6;
  color: #fff;
  padding: 15px 35px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 2px;
  font-size: 18px;
  margin: 15px 0;
}

.raise:hover,
.raise:focus {
  box-shadow: 0 0.5em 0.5em -0.4em #5c85d6;
  transform: translateY(-0.25em);
}

/******navbar start*******/
.top-bar {
  background-color: #161a1d;
}
.top-bar p, .top-bar a {
  padding-top: 8px;
  margin-bottom: 9px;
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 23px;
  letter-spacing: 2px;
}
@media (max-width: 768px) {
  .top-bar p, .top-bar a {
    font-size: 15px;
    line-height: 16px;
    letter-spacing: 1px;
  }
}
.top-bar a:hover {
  color: #ccc;
}
.top-bar .top-text {
  display: inline-block;
}

@media (max-width: 991px) {
  nav.navbar.bootsnav .navbar-toggle {
    margin-top: 18px;
    background-color: transparent;
  }
  .navbar-toggle .svg-inline--fa {
    color: #111;
  }
}
nav.navbar.bootsnav {
  background: #fff;
  border-bottom: solid 1px #f5f5f5;
}

@media (max-width: 991px) {
  nav.navbar.bootsnav {
    background: #fff !important;
  }
}
.navbar {
  min-height: 80px;
}

@media (max-width: 991px) {
  .navbar {
    min-height: 70px;
  }
}
.navbar-brand {
  height: auto;
  padding: 3px 5px 2px 10px;
}

@media (max-width: 991px) {
  .navbar-brand {
    padding: 5px 5px 0px 10px;
  }
}
.navbar-brand img {
  width: auto;
  height: 74px;
}

@media (max-width: 991px) {
  .navbar-brand img {
    height: 66px;
  }
}
nav.no-background.bootsnav .navbar-brand img.logo-large {
  width: auto;
  height: 80px;
  margin-top: 8px;
}

@media (max-width: 991px) {
  nav.no-background.bootsnav .navbar-brand img.logo-large {
    height: 62px;
    width: auto;
    margin-top: 0;
  }
}
.caret {
  margin-left: 4px;
}

@media (min-width: 991px) {
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    border-radius: 0px;
    padding: 0;
    background: rgba(255, 255, 255, 0.95);
    border: solid 1px #ccc;
    border-top: 5px solid #5c85d6;
    width: 400px;
    margin-top: 15px;
  }
  nav.navbar ul.nav > li > a {
    padding: 30px 15px;
    font-weight: 500;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    padding: 34px 13px 30px 13px;
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    color: #2a2a2a;
    letter-spacing: 0.1px;
    font-family: "Saira Condensed", sans-serif;
  }
}
@media (min-width: 991px) and (max-width: 1150px) {
  nav.navbar.bootsnav ul.nav > li > a {
    padding: 32px 6px 25px 6px;
    font-size: 14px;
    font-weight: 500;
    font-family: "Saira Condensed", sans-serif;
    letter-spacing: 0px;
  }
}
@media (min-width: 1151px) and (max-width: 1350px) {
  nav.navbar.bootsnav ul.nav > li > a {
    padding: 32px 7px 25px 7px;
    font-size: 17px;
    font-weight: 500;
    font-family: "Saira Condensed", sans-serif;
    letter-spacing: 0px;
  }
}
@media (min-width: 991px) {
  nav.navbar-fixed.bootsnav ul.nav > li > a {
    color: #333;
  }
  nav.navbar-sticky.bootsnav ul.nav > li > a:hover {
    color: #5c85d6;
  }
  nav.no-background.bootsnav ul.nav > li > a {
    color: #333;
  }
  nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
    content: "";
    display: none;
  }
  nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a {
    text-align: left;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
    padding: 11px 10px;
    border-bottom: solid 1px #ccc;
    color: #333;
    font-size: 15px;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:hover {
    color: #5c85d6 !important;
  }
}
@media (max-width: 992px) {
  nav.navbar.bootsnav li.dropdown a.dropdown-toggle:before {
    content: "";
    display: none;
  }
  nav.navbar.bootsnav .navbar-nav > li > a {
    border-bottom: none;
    border-top: none;
    color: #333 !important;
    font-weight: 500;
    font-family: "Saira Condensed", sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    letter-spacing: 0px;
    padding: 15px 0;
    font-size: 24px;
    line-height: 24px;
  }
  nav.navbar.bootsnav .navbar-collapse.collapse.in {
    background: #fff;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    border-bottom: none;
    text-transform: uppercase !important;
    color: #fff;
    font-size: 13px;
    padding: 5px 0;
  }
  nav.navbar.bootsnav .navbar-nav {
    margin: 15px -15px 20px -15px;
  }
}
#navbar-menu > ul ul {
  list-style: none;
  padding-left: 5px;
}

#navbar-menu > ul ul li a {
  font-weight: 400;
  color: #333;
  font-size: 17px;
  letter-spacing: 0px;
}

@media (max-width: 991px) {
  #navbar-menu > ul ul li a {
    display: block;
    margin-top: 15px;
    font-size: 20px;
  }
}
/******navbar end**********/
.hero-arrow {
  position: absolute;
  right: 15px;
  top: calc(100vh - 120px);
  vertical-align: top;
}
@media (max-width: 768px) {
  .hero-arrow {
    display: none;
  }
}
.hero-arrow p {
  color: #fff;
  font-family: "Smooch Sans", sans-serif;
  letter-spacing: 2px;
  display: inline-block;
  vertical-align: top;
}

.top-logo {
  height: 100px;
  width: auto;
}

@media screen and (max-width: 768px) {
  .top-logo {
    display: none;
  }
}
main {
  padding: 0;
  position: relative;
  background: #fff;
  box-shadow: 0px -10px 60px rgba(0, 0, 0, 0.25);
  height: 100%;
}

.zoom-hero {
  overflow: hidden;
}

.zoom-hero .zoom-img {
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 200%;
  width: 100%;
  height: 100vh;
}

@media (max-width: 667px) {
  .zoom-hero .zoom-img {
    height: 80vh;
  }
  .zoom-hero {
    overflow: hidden;
  }
}
.zoom-inner {
  overflow: hidden;
}

@media (max-width: 667px) {
  .zoom-inner {
    overflow: hidden;
  }
}
/******** intro start **********/
@media screen and (max-width: 768px) {
  .intro {
    padding-top: 0;
  }
}
.intro .little-h {
  margin-top: 50px;
}

.top-arrow {
  position: absolute;
  top: 20px;
  right: 20px;
  left: 20px;
  text-align: center;
}
.top-arrow h1, .top-arrow h2 {
  color: #fff;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .top-arrow h2 {
    font-size: 22px;
  }
}

/********** intro end *********/
.founder-padd {
  height: 100px;
}
@media screen and (max-width: 991px) {
  .founder-padd {
    height: 20px;
  }
}

.founder-icon .svg-inline--fa {
  font-size: 29px;
  margin: 5px 2px;
}

.hero {
  width: 100%;
  min-height: 100vh;
  position: relative;
  padding: 0px;
  overflow: hidden;
}
@media (max-width: 700px) {
  .hero {
    min-height: 70vh;
  }
}
.hero .back {
  background-color: rgba(26, 26, 26, 0.3);
}

.hero .video-overlay {
  position: absolute;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  z-index: -1;
}

.hero video {
  display: block;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  z-index: 1;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

.hero .video-overlay:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
}

/********* cta start *********/
.cta {
  padding: 100px 0;
  background-attachment: fixed;
}

@media screen and (max-width: 768px) {
  .cta {
    padding: 80px 0;
  }
}
.cta .back {
  background: rgba(13, 13, 13, 0.4);
}

.cta h3 {
  color: #fff;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
}

.cta li a {
  display: block;
  color: #fff;
  background-color: rgba(26, 26, 26, 0.8);
  padding: 25px 20px 30px 50px;
  margin: 7px 0;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .cta li a {
    padding: 15px 10px 20px 40px;
    font-size: 20px;
    margin: 12px 0 0 0;
  }
}

.cta ul {
  list-style: none;
  padding-left: 0;
}

.cta .svg-inline--fa {
  margin-left: -24px;
  padding-right: 13px;
  font-size: 11px;
  color: #5c85d6;
}

.cta .little-h {
  margin-bottom: 0px;
}

@supports (-webkit-touch-callout: none) {
  @media only screen and (max-width: 990px) {
    .cta {
      background-attachment: scroll !important;
      background-size: auto 100%;
    }
  }
}
.cta-box {
  padding: 140px 40px 40px 40px;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 990px) {
  .cta-box {
    padding: 80px 20px 40px 20px;
  }
}
.cta-box .back {
  background-color: rgba(26, 26, 26, 0.4);
}
.cta-box .title-h, .cta-box .title-p, .cta-box .inner-h {
  color: #fff;
  text-shadow: 0px 0px 5px #333;
}
.cta-box .inner-h {
  text-transform: uppercase;
  letter-spacing: 1px;
}

.services-box {
  padding: 40px 20px 40px 20px;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  min-height: 300px;
  margin-top: 30px;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 990px) {
  .services-box {
    padding: 80px 20px 40px 20px;
  }
}
.services-box .back {
  transition: all 0.3s ease-in-out;
  background-color: rgba(26, 26, 26, 0.4);
}
.services-box .title-h, .services-box .title-p, .services-box .inner-h {
  color: #fff;
  text-shadow: 0px 0px 5px #333;
}
.services-box .inner-h {
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 15px;
}

.row-services {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}
.row-services a {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}

.services-box:hover .back {
  background-color: rgba(26, 26, 26, 0.9);
}

.services-box:hover a {
  color: #fff;
  letter-spacing: 3px;
}

.about-padd {
  height: 70px;
}
@media only screen and (max-width: 990px) {
  .about-padd {
    height: 30px;
  }
}

/********* cta end *********/
.stat {
  background-attachment: fixed;
}
.stat .title-h, .stat p {
  color: #fff;
}
.stat .back {
  background-color: rgba(26, 26, 26, 0.6);
}

@supports (-webkit-touch-callout: none) {
  @media only screen and (max-width: 990px) {
    .stat {
      background-attachment: scroll !important;
      background-size: auto 100%;
    }
  }
}
.stat-box {
  width: calc(33% - 20px);
  display: inline-block;
  vertical-align: top;
  margin: 7px;
  background-color: rgba(26, 26, 26, 0.8);
  padding: 20px 20px 10px 20px;
  min-height: 240px;
}
@media only screen and (max-width: 1150px) {
  .stat-box {
    width: calc(49% - 20px);
  }
}
@media only screen and (max-width: 650px) {
  .stat-box {
    width: calc(100% - 0px);
    margin: 7px 0;
    min-height: auto;
    padding: 10px 15px 20px 15px;
  }
}

.stat-box span {
  color: #5c85d6;
}

.index-video video {
  height: 500px;
  background-color: #222;
  margin-top: 30px;
}
@media only screen and (max-width: 650px) {
  .index-video video {
    height: 230px;
  }
}

.stat-2 .title-p {
  color: #fff;
}
.stat-2 .stat-box {
  width: calc(25% - 20px);
  display: inline-block;
  vertical-align: top;
  margin: 7px;
  background-color: rgba(26, 26, 26, 0.8);
  padding: 20px 15px 20px 15px;
  min-height: 240px;
}
@media only screen and (max-width: 1150px) {
  .stat-2 .stat-box {
    width: calc(49% - 20px);
  }
}
@media only screen and (max-width: 650px) {
  .stat-2 .stat-box {
    width: calc(100% - 0px);
    margin: 7px 0;
    min-height: auto;
    padding: 10px 15px 20px 15px;
  }
}
.stat-2 .stat-box img {
  height: 110px;
  width: auto;
}
.stat-2 .stat-box .inner-h {
  color: #5c85d6;
  text-transform: uppercase;
}
.stat-2 .stat-box p {
  font-size: 15px;
  line-height: 20px;
}

.stat-4 .stat-box {
  width: calc(33% - 20px);
  display: inline-block;
  vertical-align: top;
  margin: 7px;
  background-color: rgba(26, 26, 26, 0.8);
  padding: 20px 15px 20px 15px;
  min-height: 250px;
}
@media only screen and (max-width: 1150px) {
  .stat-4 .stat-box {
    width: calc(49% - 20px);
  }
}
@media only screen and (max-width: 650px) {
  .stat-4 .stat-box {
    width: calc(100% - 0px);
    margin: 7px 0;
    min-height: auto;
    padding: 10px 15px 20px 15px;
  }
}
.stat-4 .stat-box img {
  height: 130px;
  width: auto;
}
.stat-4 .stat-box .inner-h {
  color: #5c85d6;
  text-transform: uppercase;
}
.stat-4 .stat-box p {
  font-size: 15px;
  line-height: 20px;
}

.approach-img {
  height: 800px;
}
@media only screen and (max-width: 991px) {
  .approach-img {
    height: 400px;
  }
}

.feature {
  background-attachment: fixed;
}
.feature .back {
  background-color: rgba(26, 26, 26, 0.8);
}

@supports (-webkit-touch-callout: none) {
  @media only screen and (max-width: 990px) {
    .feature {
      background-attachment: scroll !important;
      background-size: auto 100%;
    }
  }
}
.stat-3 .stat-box {
  width: calc(33% - 20px);
  display: inline-block;
  vertical-align: top;
  margin: 7px;
  background-color: rgba(26, 26, 26, 0.8);
  padding: 40px 15px 10px 15px;
  min-height: 240px;
}
@media only screen and (max-width: 1150px) {
  .stat-3 .stat-box {
    width: calc(49% - 20px);
  }
}
@media only screen and (max-width: 650px) {
  .stat-3 .stat-box {
    width: calc(100% - 0px);
    margin: 7px 0;
    min-height: auto;
    padding: 28px 15px 20px 15px;
  }
}
.stat-3 .stat-box img {
  height: 60px;
  width: auto;
}
.stat-3 .stat-box .inner-h {
  color: #fff;
  letter-spacing: 1px;
}

.pagination {
  margin-top: 60px;
}

.blog-img {
  height: 450px;
  margin: 20px 0;
}
@media only screen and (max-width: 650px) {
  .blog-img {
    height: 220px;
  }
}

.list {
  padding: 30px;
  background-color: #222;
  margin-top: 20px;
}
@media only screen and (max-width: 650px) {
  .list {
    padding: 20px 15px;
    margin-top: 15px;
  }
}
.list .inner-h {
  text-transform: uppercase;
  color: #5c85d6;
}
.list p {
  color: #fff;
}

/*****tc- footer start******/
.tc-footer {
  background-position: center;
  padding-top: 140px;
  padding-bottom: 30px;
  position: relative;
}
@media (max-width: 991px) {
  .tc-footer {
    text-align: center;
  }
}
.tc-footer .back {
  background-color: rgba(26, 26, 26, 0.8);
}
.tc-footer a {
  color: #fff;
  font-family: "Rajdhani", sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0px;
}
.tc-footer a:hover {
  color: #5c85d6;
}
.tc-footer ul {
  list-style: none;
  padding-left: 0px;
}
.tc-footer li {
  display: inline-block;
  margin: 5px 15px;
}
@media (max-width: 991px) {
  .tc-footer li {
    display: block;
    margin: 5px 5px;
  }
}
.tc-footer .footer-right {
  text-align: right;
}
@media (max-width: 991px) {
  .tc-footer .footer-right {
    text-align: center;
  }
}
.tc-footer img {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .tc-footer img {
    margin-bottom: 30px;
    width: 80%;
  }
}
.tc-footer .footer-box {
  padding-left: 80px;
}
@media (max-width: 1030px) {
  .tc-footer .footer-box {
    padding-left: 0;
  }
}

.footer-copyright {
  margin-top: 10px;
  padding: 0;
  color: #333;
  font-size: 13px;
}
@media (max-width: 991px) {
  .footer-copyright {
    padding: 0px 15px 20px 15px;
    margin-top: 20px;
  }
}
.footer-copyright .svg-inline--fa {
  display: inline-block;
  border: 2px solid #5c85d6;
  background-color: #5c85d6;
  color: #fff;
  width: 18px;
  height: 18px;
  padding: 5px;
  margin: 0 5px;
  border-radius: 1px;
}
.footer-copyright .svg-inline--fa:hover {
  background-color: #193366;
  border: 2px solid #193366;
  color: #fff;
}
.footer-copyright hr {
  margin-top: 10px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #777;
}
.footer-copyright a, .footer-copyright p {
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  color: #eee;
  font-family: "Rajdhani", sans-serif;
}

/*****tc-footer end******/
/******** gallery start ********/
.intro-div {
  height: 650px;
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .intro-div {
    height: 220px;
  }
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #5c85d6;
}

/********** gallery end ********/
/*****************/
@media screen and (max-width: 991px) {
  .sign-padd-left {
    padding-right: 6px;
  }
}
@media screen and (max-width: 991px) {
  .sign-padd-right {
    padding-left: 6px;
  }
}
#button {
  display: inline-block;
  border: 1px solid #5c85d6;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 0px;
  position: fixed;
  bottom: 13px;
  right: 15px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#button .svg-inline--fa {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  line-height: 50px;
  color: #5c85d6;
}

#button:hover {
  cursor: pointer;
  background-color: #5c85d6;
  color: #fff !important;
}

#button:hover .svg-inline--fa {
  color: #fff !important;
}

#button:active {
  background-color: #5c85d6;
  color: #fff;
}

#button.show {
  opacity: 1;
  visibility: visible;
}

.tc-header {
  min-height: 55vh;
  position: relative;
  overflow: hidden;
}
@media (max-width: 750px) {
  .tc-header {
    min-height: 50vh;
  }
}

.tc-header .back {
  background: rgba(13, 13, 13, 0.4);
}

input, textarea {
  width: 100%;
  min-height: 55px;
  padding: 15px 15px;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  font-family: "Smooch Sans", sans-serif;
  color: #333;
  background-color: rgba(214, 224, 245, 0.2);
  background-image: none;
  border-radius: 0;
  border: 1px solid rgba(214, 224, 245, 0.4);
  margin-bottom: 15px;
  outline: none;
}
@media (max-width: 768px) {
  input, textarea {
    padding: 13px 15px;
    margin-bottom: 10px;
  }
}

select {
  width: 100%;
  height: 62px;
  padding: 12px 15px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Smooch Sans", sans-serif;
  color: #333;
  background-color: rgba(214, 224, 245, 0.2);
  background-image: none;
  border-radius: 0;
  border: 1px solid rgba(214, 224, 245, 0.4);
  margin-bottom: 15px;
  outline: none;
}
@media (max-width: 768px) {
  select {
    padding: 13px 15px;
    margin-bottom: 10px;
  }
}

::-moz-placeholder {
  font-size: 20px;
  color: #333;
}

::placeholder {
  font-size: 20px;
  color: #333;
}/*# sourceMappingURL=style.css.map */