/*!
 * Start Bootstrap - Creative v4.0.0-beta.2 (https://startbootstrap.com/template-overviews/creative)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-creative/blob/master/LICENSE)
 */
body,
html {
  width: 100%;
  height: 100%; }

body {
  font-family: 'San Francisco Text', 'Merriweather', 'Helvetica Neue', Arial, sans-serif; }

hr {
  max-width: 50px;
  border-width: 3px;
  border-color: #0daeff; }

hr.light {
  border-color: #fff; }

a {
  color: #0daeff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s; }
  a:hover {
    color: #0daeff;
    text-decoration: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'San Francisco Text', 'Open Sans', 'Helvetica Neue', Arial, sans-serif; }

.bg-primary {
  background-color: #0daeff !important; }

.bg-dark {
  background-color: #212529 !important; }

.text-faded {
  color: rgba(255, 255, 255, 0.7); }

section {
  padding: 75px 0; }

.section-heading {
  margin: 0 auto 50px;
  font-weight: 700;
  font-size: 32px;
  position: relative;
  color: #2d2d2d;
}

::-moz-selection {
  color: #fff;
  background: #212529;
  text-shadow: none; }

::selection {
  color: #fff;
  background: #212529;
  text-shadow: none; }

img::selection {
  color: #fff;
  background: transparent; }

img::-moz-selection {
  color: #fff;
  background: transparent; }

body {
  -webkit-tap-highlight-color: #212529; }

#mainNav {
  border-bottom: 1px solid rgba(33, 37, 41, 0.1);
  background-color: #fff;
  font-family: 'San Francisco Text', 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s; }
  #mainNav .navbar-brand {
    font-weight: 700;
    text-transform: uppercase;
    color: #0daeff;
    font-family: 'San Francisco Text', 'Open Sans', 'Helvetica Neue', Arial, sans-serif; }
    #mainNav .navbar-brand img {
      height: 40px; }
    #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
      color: #0daeff; }
  #mainNav .navbar-nav > li.nav-item > a.nav-link,
  #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
    font-size: .9rem;
    font-weight: 500;
    color: #6e7173; }
    #mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
    #mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
      color: #0daeff; }
    #mainNav .navbar-nav > li.nav-item > a.nav-link.active,
    #mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active {
      color: #0daeff !important;
      background-color: transparent; }
      #mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover,
      #mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active:hover {
        background-color: transparent; }
  @media (min-width: 992px) {
    #mainNav {
      border-color: transparent;
      background-color: rgba(255, 255, 255, 0.95); }
        #mainNav .navbar-brand {
          padding: 0; }
      #mainNav .navbar-nav > li.nav-item > a.nav-link {
        padding: 0.5rem 1rem; }
      #mainNav .navbar-nav > li.nav-item > a.nav-link,
      #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
        color: #6e7173; }
        #mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
        #mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
          color: #0faeff; }
      #mainNav.navbar-shrink {
        border-bottom: none;
        background-color: rgba(255, 255, 255, 0.95); }
        #mainNav.navbar-shrink .navbar-brand {
          color: #0daeff; }
          #mainNav.navbar-shrink .navbar-brand:focus, #mainNav.navbar-shrink .navbar-brand:hover {
            color: #0daeff; }
        #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link,
        #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus {
          color: #212529; }
          #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:hover,
          #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus:hover {
            color: #0daeff; } }

header.masthead {
  padding-top: 10rem;
  padding-bottom: calc(10rem - 56px);
  background-image: url("../img/axiom-banner.svg");
  background-position: center center;
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  header .overlay {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background-color: #0daeff;
    opacity: 0.9;
  }
  header.masthead hr {
    margin-top: 30px;
    margin-bottom: 30px; }
  header.masthead h1 {
    font-size: 3rem;
    margin: 0 auto 50px;
    font-weight: 700; }
    header.masthead h3 {
      font-size: 2rem; }
        header.masthead h3 > span {
          color: #ffee64;}
  header.masthead p {
    font-weight: 300; }
  @media (min-width: 768px) {
    header.masthead p {
      font-size: 1.15rem; } }
  @media (min-width: 992px) {
    header.masthead {
      /*height: 100vh;*/
      min-height: 750px;
      padding-top: 0;
      padding-bottom: 0; }
      header.masthead h1 {
        font-size: 4rem; }
        header.masthead h3 {
      font-size: 2rem; } }
  @media (min-width: 1200px) {
    header.masthead h1 {
      font-size: 5rem; }
      header.masthead h3 {
      font-size: 3rem; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .service_link {
        padding: 50px 0 !important; }
      }
      @media (max-width: 767px) {
        #mainNav .navbar-brand {
          padding: 0;
        }
      }

.service-box {
  max-width: 400px; }

.portfolio-box {
  position: relative;
  display: block;
  max-width: 650px;
  margin: 0 auto; }
  .portfolio-box .portfolio-box-caption {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
    color: #fff;
    background: rgba(4, 39, 58, 0.85);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s; }
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
      position: absolute;
      top: 50%;
      width: 100%;
      transform: translateY(-50%);
      text-align: center; }
      .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
      .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        padding: 0 15px;
        font-family: 'San Francisco Text', 'Open Sans', 'Helvetica Neue', Arial, sans-serif; }
      .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase; }
      .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 18px; }
  .portfolio-box:hover .portfolio-box-caption {
    opacity: 1; }
  .portfolio-box:focus {
    outline: none; }
  @media (min-width: 768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
      font-size: 16px; }
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
      font-size: 22px; } }
      .portfolio-box .img-fluid {
        width: 100%;
    }

.text-primary {
  color: #0daeff !important; }

.btn {
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  border-radius: 300px;
  font-family: 'San Francisco Text', 'Open Sans', 'Helvetica Neue', Arial, sans-serif; }

.btn-xl {
  padding: 1rem 2rem; }

.btn-primary {
  background-color: #0daeff;
  border-color: #0daeff; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    color: #fff;
    background-color: #ee4b28 !important; }
  .btn-primary:active, .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(240, 95, 64, 0.5) !important; }

/* Custom style */
.service_link {
  display: block;
  padding: 100px 0;
  text-decoration: none;
  font-size: 28px;
  line-height: normal;
  color: #fff;
  margin: 15px auto;
  transition: ease-in 0.3s;
}
.service_link:hover {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  color: #2d2d2d;
}
.web_dev {
  background: #FDA54E;
  border: 3px solid #FDA54E;
}
.web_dev:hover {
  background: transparent;
  color: #FDA54E;
}
.ui_ux {
  border: 3px solid #0daeff;
  color: #0daeff;
}
.ui_ux:hover {
  background: #0daeff;
  color: #ffffff;
}
.custom_dev {
  background-color: #12CCC2;
    border: 3px solid #12CCC2;
}
.custom_dev:hover {
  background: transparent;
  color: #12CCC2;
}
.light {
  font-weight: 300;
}
.regular {
  font-weight: 400;
}
.medium {
  font-weight: 500;
}
.semi {
  font-weight: 600;
}
.bold {
  font-weight: 700;
}
.bg_yellow {
  background: #ffe05e;
}
.our_methodology {
  background: url(../img/m1.png) rgba(255, 224, 69, .5); /*url(../img/m2.png) #ffe045;*/
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  padding-bottom: 225px;
  position: relative;
}
.yellow_overlay {
  background: rgba(255, 224, 69, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/m_main.png);
  background-size: 500px;
  background-repeat: no-repeat;
  background-position: bottom;
}
.our_methodology img, .service-box img {
  height: 50px;
  margin-bottom: 25px;
}
.service-box h3 {
  color: #2d2d2d;
  font-size: 18px;
  font-weight: 600;
  margin: 0 auto 20px;
}
.service-box p {
  font-size: 14px;
  color: #3d3d3d;
  margin-bottom: 20px;
}
.carousel {
    padding: 0 0 50px;
}
.carousel-indicators .active {
  background-color: #0faeff;
}
.carousel-indicators li {
  width: 50px;
  height: 5px;
  background-color: #e9ecef;
}
.client_info {
  margin-top: 30px;
}
.client_info img {
  height: 75px;
  width: 75px;
  border-radius: 50%;
  border: 3px solid rgba(15, 174, 255, 0.79);
}
.client_info h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 20px auto 0;
  color: #0E67A8;
}
.client_info p {
  font-size: 13px;
  color: #9b9b9b;
}
.client_testimonial {
  color: #777d82;
  font-size: 16px;
  font-weight: 300;
  max-width: 992px;
  min-height: 125px;
  margin: 20px auto;
}
.about_axiom {
  background: #0E67A8;
  color: #dfe6ea;
  font-size: 18px;
  font-weight: 300;
}
.about_axiom .section-heading {
  color: #fff;
  margin-bottom: 20px;
}
.mailto {
  background: #FFBC15;
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 75px;
  width: 75px;
  border-radius: 50%;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  padding: 15px;
}
footer {
  background: #EFEFEF;
  text-align: center;
  padding: 15px;
}
footer p {
  margin: 0;
  color: #757575;
  font-size: 14px;
}