@import url(owl.carousel.min.css);
@import url(owl.theme.default.min.css);
@import url(animate.css);
.btn {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.9375rem;
  -webkit-box-shadow: -5px 10px 10px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -5px 10px 10px 5px rgba(0, 0, 0, 0.1);
  box-shadow: -5px 10px 10px 5px rgba(0, 0, 0, 0.1); }
  .btn:focus {
    -webkit-box-shadow: -5px 10px 10px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: -5px 10px 10px 5px rgba(0, 0, 0, 0.1);
    box-shadow: -5px 10px 10px 5px rgba(0, 0, 0, 0.1); }
  .btn.btn-lg {
    padding: 1.1rem 1rem 0.8rem;
    line-height: 1; }
  .btn.btn-primary:hover {
    background-color: #007aff;
    border-color: #007aff; }
  .btn.btn-secondary {
    background-color: #007aff;
    border-color: #007aff; }
    .btn.btn-secondary:hover {
      background-color: #49c5df;
      border-color: #49c5df; }
  .btn.btn-disabled {
    background-color: #c7c7c7;
    border-color: #c7c7c7;
    color: #ffffff; }
    .btn.btn-disabled:hover {
      background-color: #49c5df;
      border-color: #49c5df; }

.btn-outline-primary {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 0;
  text-decoration: uppercase;
  margin: 15px 0;
  font-size: 1rem; }

.form-control, .form-group .form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 1rem;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border: 2px solid #c7c7c7;
  font-weight: 600;
  color: #7a7a7a;
  background-color: #f1f1f1;
  padding: 0.688rem .75rem; }
  .form-control.placeholder, .form-group .form-control.placeholder {
    color: #7a7a7a; }
  .form-control:-moz-placeholder, .form-group .form-control:-moz-placeholder {
    color: #7a7a7a; }
  .form-control::-moz-placeholder, .form-group .form-control::-moz-placeholder {
    color: #7a7a7a; }
  .form-control:-ms-input-placeholder, .form-group .form-control:-ms-input-placeholder {
    color: #7a7a7a; }
  .form-control::-webkit-input-placeholder, .form-group .form-control::-webkit-input-placeholder {
    color: #7a7a7a; }
  .form-control:focus, .form-group .form-control:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-color: #007aff; }

.form-check .form-check-label {
  font-size: 0.875rem; }

textarea.form-control, .form-group textarea.form-control {
  height: auto;
  padding-top: 0.5rem; }

label {
  font-weight: 300;
  color: #49c5df; }

.form-group {
  margin-top: 0;
  margin-bottom: 1.5rem; }
  .form-group.with-zero-btm-spacing {
    margin: 0;
    padding: 0; }
  .form-group label.control-label {
    font-size: 1em;
    margin-bottom: 0.5em;
    margin-top: 0; }
  .form-group .form-control {
    margin-bottom: 0; }
  .form-group.has-error .form-control {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  .form-group .checkbox label, .form-group .radio label, .form-group label {
    font-size: 1rem; }

select.form-control:not([size]):not([multiple]) {
  height: calc(3rem + 2px); }

.has-float-label .form-control:placeholder-shown:not(:focus) + label {
  font-size: 112.5%;
  top: 1rem; }

.has-float-label label,
.has-float-label .form-control:placeholder-shown:not(:focus) + label {
  left: 1.3rem;
  margin-bottom: 0; }

.has-float-label label {
  font-size: 62.5%;
  top: 0.2rem; }

.has-icon .input-field {
  position: relative; }
  .has-icon .input-field .icon-map-marker {
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    font-size: 2rem; }

/* CSS Document */
body {
  padding: 0;
  margin: 0;
  font-family: 'Josefin Sans', sans-serif; }

.wrap {
  padding: 0 !important; }

h1, h2, h3 {
  font-family: 'Playfair Display', serif; }

h1.inverse {
  color: #ffffff; }

h2.inverse {
  color: #ffffff; }

h5 {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600; }

.bg-black {
  background-color: #000; }

.bg-gray {
  background-color: #f1f1f1; }

section {
  min-height: 200px;
  position: relative; }
  section .content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%; }
    @media (max-width: 767px) {
      section .content {
        position: static;
        transform: none; } }

.secondary-page section {
  position: static; }
  .secondary-page section .content {
    top: auto;
    position: static;
    transform: none; }
  .secondary-page section.contact {
    position: relative; }
    .secondary-page section.contact .content {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 100%; }
      @media (max-width: 767px) {
        .secondary-page section.contact .content {
          position: static;
          transform: none; } }

.banner {
  background: #000;
  height: 300vh; }
  .banner .slide {
    width: 100%;
    height: 100vh;
    background-image: url(../images/bg1.jpg);
    background-size: 105% auto;
    background-position: center center;
    transition: background ease 1s;
    position: relative; }
    .banner .slide.active {
      background-size: 100% auto; }
    @media (max-width: 767px) {
      .banner .slide {
        background-size: cover; }
        .banner .slide.active {
          background-size: cover; } }
    .banner .slide .discover {
      -webkit-transform: rotate(-90deg);
      -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      -o-transform: rotate(-90deg);
      transform: rotate(-90deg);
      position: absolute;
      width: 12rem;
      left: 0;
      right: 0;
      bottom: 6rem;
      margin: auto;
      padding-left: 5rem; }
      .banner .slide .discover .line {
        background-color: #ffffff;
        width: 4.5rem;
        height: 1px;
        display: inline-block;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto; }
      .banner .slide .discover .txt {
        color: #ffffff;
        font-weight: 600;
        text-transform: uppercase;
        display: inline-block; }
  .banner .image-2 {
    background-image: url(../images/bg2.jpg); }
  .banner .image-3 {
    background-image: url(../images/bg3.jpg); }
  .banner .slide .content {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 200px;
    transform: translateY(-50%);
    width: 50%;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .banner .slide .content {
        left: 15px;
        right: 15px;
        width: auto; } }

p.intro {
  color: #47c1dd;
  font-size: 18px;
  position: relative; }
  p.intro .line {
    display: inline-block;
    width: 1.5rem;
    height: 1px;
    background-color: #49c5df;
    position: absolute;
    left: -3.5rem;
    top: 0;
    bottom: 0;
    margin: auto 0; }

.has-line {
  padding-left: 3.5rem; }
  @media (max-width: 767px) {
    .has-line {
      margin-bottom: 1rem; } }

.banner .slide .content h3, h3.big {
  font-size: 100px;
  margin: -10px 0 22px;
  text-transform: capitalize;
  line-height: 94px; }
  @media (max-width: 767px) {
    .banner .slide .content h3, h3.big {
      font-size: 46px;
      line-height: 1; } }

.navbar-default {
  position: fixed;
  width: 100%;
  background: none;
  border: 0;
  box-shadow: none;
  padding: 30px 45px !important;
  text-align: right;
  z-index: 31; }
  @media (max-width: 991px) {
    .navbar-default {
      padding: 1rem 15px !important; } }
  .navbar-default li {
    list-style: none;
    text-align: right;
    display: inline;
    margin: 0 -20px 0 45px; }
    @media (max-width: 991px) {
      .navbar-default li {
        margin: 0;
        text-align: left; } }
  .navbar-default a {
    color: #fff;
    text-transform: uppercase; }
  .navbar-default.dark a {
    color: #999; }

.hamburger {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  vertical-align: middle;
  content: "";
  background: center center / 100% 100% no-repeat;
  transform: rotateY(0);
  -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1); }
  .hamburger__patty {
    width: 100%;
    height: 2px;
    margin: 0 0 4px 0;
    background: #fff;
    -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    -ms-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1); }
    .hamburger__patty:last-child {
      margin-bottom: 0; }
  .hamburger--close {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
    .hamburger--close .hamburger__patty:nth-child(1) {
      -webkit-transform: rotate(45deg) translate(5px, 5px);
      -moz-transform: rotate(45deg) translate(5px, 5px);
      -ms-transform: rotate(45deg) translate(5px, 5px);
      -o-transform: rotate(45deg) translate(5px, 5px);
      transform: rotate(45deg) translate(5px, 5px); }
    .hamburger--close .hamburger__patty:nth-child(2) {
      opacity: 0; }
    .hamburger--close .hamburger__patty:nth-child(3) {
      -webkit-transform: rotate(-45deg) translate(5px, -5px);
      -moz-transform: rotate(-45deg) translate(5px, -5px);
      -ms-transform: rotate(-45deg) translate(5px, -5px);
      -o-transform: rotate(-45deg) translate(5px, -5px);
      transform: rotate(-45deg) translate(5px, -5px); }

.social-media {
  transform: rotate(-90deg);
  position: fixed;
  left: -145px;
  top: 336px;
  color: #fff;
  z-index: 20; }
  .social-media a {
    padding: 15px;
    color: #49c5df;
    transform: rotate(90deg);
    display: inline-block; }
  .social-media span {
    width: 60px;
    height: 1px;
    background: #fff;
    display: inline-block;
    margin: 5px 15px; }

.slide-number {
  position: fixed;
  top: 50%;
  color: #fff;
  right: 27px;
  z-index: 30;
  transform: translateY(-50%); }
  @media (max-width: 767px) {
    .slide-number {
      top: 50% !important; } }
  .slide-number a {
    display: block;
    padding: 15px;
    margin-bottom: 0px;
    color: #fff;
    text-align: right;
    text-decoration: none; }
    .slide-number a span {
      height: 1px;
      width: 0px;
      background: #fff;
      display: inline-block;
      float: left;
      margin: 7px 15px;
      transition: width ease-out 0.5s; }
    .slide-number a.active span, .slide-number a:hover span {
      width: 60px; }

.about {
  background: #fff;
  height: 100vh;
  padding: 3rem 0; }
  @media (max-width: 767px) {
    .about {
      height: auto;
      padding: 2rem 0; }
      .about .intro, .about h2 {
        text-align: center; }
      .about .intro {
        margin-top: 1rem; } }

.bg-blue {
  background: #136293; }

.services {
  background: #136293;
  height: 100vh;
  color: #fff; }
  @media (max-width: 767px) {
    .services {
      height: auto;
      padding: 2rem 0; } }
  .services .card {
    background-color: transparent;
    border: 1px solid #50d6f3;
    margin: 60px 0 110px;
    overflow: hidden;
    height: 250px;
    transition: all ease 0.25s;
    text-align: left;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0; }
    @media (max-width: 991px) {
      .services .card {
        margin: 1rem 0; } }
    .services .card:hover {
      height: 300px;
      margin: 60px 0 60px;
      border-width: 2px; }
      @media (max-width: 767px) {
        .services .card:hover {
          margin: 1rem 0; } }
    .services .card .card-title {
      text-transform: uppercase;
      font-size: 1rem;
      font-weight: 600; }
    .services .card .icon {
      font-size: 2rem;
      color: #49c5df;
      margin-bottom: 2rem; }
    .services .card .card-text {
      color: #e8dcd9; }
    .services .card .btn {
      margin-top: 100px;
      transition: all ease 0.5s;
      text-transform: uppercase;
      font-weight: 600;
      font-size: 0.9375rem; }
    .services .card:hover .btn {
      margin-top: 0px; }

.portfolio {
  background: #000a2a; }

.projects {
  background: #000a2a;
  padding-left: 15px;
  padding-right: 15px; }
  .projects .heading {
    padding-top: 3rem;
    padding-bottom: 3rem; }
  .projects .nav-link {
    border: 8px solid transparent;
    color: #868686;
    padding: 2rem 0.5rem;
    font-weight: 600;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .projects .nav-link {
        padding: 0.5rem;
        border-width: 4px; } }
    .projects .nav-link.active {
      border-color: #49c5df;
      color: #ffffff; }
  @media (min-width: 768px) {
    .projects .nav-item {
      margin-left: 1rem; } }
  .projects .project {
    padding: 0;
    position: relative;
    overflow: hidden; }
    .projects .project img {
      transition: all ease 0.5s; }
    .projects .project .details {
      position: absolute;
      top: 0;
      height: 100%;
      width: 40%;
      background: #fff;
      text-align: center;
      transition: all ease 0.5s; }
      .projects .project .details .box {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
        .projects .project .details .box .desc {
          font-family: 'Playfair Display', serif; }
      .projects .project .details.right {
        right: -50%; }
    .projects .project:hover .details.right {
      right: 0; }
    .projects .project .details.left {
      left: -50%; }
    .projects .project:hover .details.left {
      left: 0; }
    .projects .project:hover img {
      margin-left: 20%; }
  .projects .project-big {
    padding: 0;
    position: relative;
    overflow: hidden; }
    .projects .project-big img {
      transition: all ease 0.5s; }
    .projects .project-big .details {
      position: absolute;
      background: rgba(255, 255, 255, 0.9);
      text-align: center;
      transition: all ease 0.5s;
      left: 10%;
      right: 10%;
      top: 10%;
      bottom: 10%;
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0); }
      .projects .project-big .details .box {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
        .projects .project-big .details .box .desc {
          font-family: 'Playfair Display', serif; }
      .projects .project-big .details.right {
        -webkit-transform: translate(-150%, 0);
        -moz-transform: translate(-150%, 0);
        -ms-transform: translate(-150%, 0);
        -o-transform: translate(-150%, 0);
        transform: translate(-150%, 0); }
    .projects .project-big:hover .details.right {
      right: 0;
      -webkit-transform: translate(0%, 0);
      -moz-transform: translate(0%, 0);
      -ms-transform: translate(0%, 0);
      -o-transform: translate(0%, 0);
      transform: translate(0%, 0); }
    .projects .project-big .details.left {
      -webkit-transform: translate(-150%, 0);
      -moz-transform: translate(-150%, 0);
      -ms-transform: translate(-150%, 0);
      -o-transform: translate(-150%, 0);
      transform: translate(-150%, 0); }
    .projects .project-big:hover .details.left {
      -webkit-transform: translate(0%, 0);
      -moz-transform: translate(0%, 0);
      -ms-transform: translate(0%, 0);
      -o-transform: translate(0%, 0);
      transform: translate(0%, 0); }

.team {
  background: #fff; }

.clients {
  background: #f1f1f1;
  padding: 5rem 0; }
  @media (max-width: 767px) {
    .clients {
      padding: 2rem 0; } }

.blog {
  background: #fff;
  padding: 200px 0; }
  @media (max-width: 767px) {
    .blog {
      padding: 2rem 0; } }
  .blog .desc {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
    padding: 2.2rem 1rem; }
    @media (min-width: 992px) {
      .blog .desc {
        position: relative;
        left: -5rem;
        padding: 2.2rem;
        -webkit-box-shadow: 12px 12px 25px 0px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 12px 12px 25px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 12px 12px 25px 0px rgba(0, 0, 0, 0.1); } }

.testimonials {
  background: #101010;
  color: #868686;
  padding: 200px 0; }
  @media (max-width: 767px) {
    .testimonials {
      padding: 2rem 0; } }
  .testimonials h2 {
    color: #ffffff;
    margin-bottom: 3rem; }
  .testimonials p {
    font-weight: 600; }
  .testimonials .comas .icon {
    font-size: 2rem;
    color: #49c5df; }

.contact {
  background: #47c1dd; }
  @media (max-width: 767px) {
    .contact {
      padding: 2rem 0; } }
  .contact h2 {
    color: #ffffff;
    font-weight: 700; }
  .contact .btn {
    background-color: #000;
    color: #ffffff; }
  .contact .form-control, .contact .form-group .form-control {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #ffffff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    color: #ffffff; }
    .contact .form-control.placeholder, .contact .form-group .form-control.placeholder {
      color: #ffffff; }
    .contact .form-control:-moz-placeholder, .contact .form-group .form-control:-moz-placeholder {
      color: #ffffff; }
    .contact .form-control::-moz-placeholder, .contact .form-group .form-control::-moz-placeholder {
      color: #ffffff; }
    .contact .form-control:-ms-input-placeholder, .contact .form-group .form-control:-ms-input-placeholder {
      color: #ffffff; }
    .contact .form-control::-webkit-input-placeholder, .contact .form-group .form-control::-webkit-input-placeholder {
      color: #ffffff; }
    .contact .form-control:focus, .contact .form-group .form-control:focus {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      border: 0;
      border-bottom: 1px solid #007aff; }

.secondary-page section.process {
  padding: 5rem 0;
  position: relative;
  z-index: 1; }
  .secondary-page section.process h2 {
    color: #ffffff;
    margin-bottom: 8rem; }
    @media (max-width: 767px) {
      .secondary-page section.process h2 {
        margin-bottom: 2rem; } }
  .secondary-page section.process h5 {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 3rem; }
  .secondary-page section.process p {
    color: #ffffff; }
  .secondary-page section.process .box {
    height: 0.75rem;
    width: 0.75rem;
    display: inline-block;
    background-color: #49c5df;
    position: absolute;
    top: 0;
    bottom: 0; }
    @media (max-width: 767px) {
      .secondary-page section.process .box {
        background-color: #000;
        position: static;
        height: auto;
        width: auto;
        margin-bottom: 2rem; } }
    .secondary-page section.process .box .inner-content {
      -webkit-transition: all ease-in-out 0.3s;
      -moz-transition: all ease-in-out 0.3s;
      -ms-transition: all ease-in-out 0.3s;
      -o-transition: all ease-in-out 0.3s;
      transition: all ease-in-out 0.3s;
      display: inline-block;
      height: 0.75rem;
      width: 0.75rem;
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0; }
      @media (max-width: 767px) {
        .secondary-page section.process .box .inner-content {
          position: static;
          width: auto;
          height: auto;
          padding: 2rem; } }
      .secondary-page section.process .box .inner-content h5, .secondary-page section.process .box .inner-content p {
        visibility: hidden;
        opacity: 0; }
        @media (max-width: 767px) {
          .secondary-page section.process .box .inner-content h5, .secondary-page section.process .box .inner-content p {
            visibility: visible;
            opacity: 1; } }
      .secondary-page section.process .box .inner-content:hover {
        padding: 3rem;
        height: 18rem;
        width: 20rem;
        background-color: #000;
        top: -5rem;
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0); }
        .secondary-page section.process .box .inner-content:hover h5, .secondary-page section.process .box .inner-content:hover p {
          opacity: 1;
          visibility: visible; }
    .secondary-page section.process .box label {
      position: absolute;
      top: -1.75rem;
      font-size: 1rem;
      color: #ffffff;
      display: inline-block;
      text-transform: uppercase;
      width: 5rem;
      text-align: center;
      left: -2rem;
      right: 0;
      font-weight: 600; }
      @media (max-width: 767px) {
        .secondary-page section.process .box label {
          display: none; } }
    .secondary-page section.process .box:first-child {
      margin-left: 0; }
    .secondary-page section.process .box:last-child {
      margin-right: 0; }
    .secondary-page section.process .box:nth-child(1) {
      left: 0; }
    .secondary-page section.process .box:nth-child(2) {
      left: 25%; }
    .secondary-page section.process .box:nth-child(3) {
      left: 50%; }
    .secondary-page section.process .box:nth-child(4) {
      left: 75%; }
    .secondary-page section.process .box:nth-child(5) {
      left: 100%; }
  .secondary-page section.process .steps {
    position: relative;
    height: 0.75rem; }
    @media (max-width: 767px) {
      .secondary-page section.process .steps {
        height: auto; } }
    .secondary-page section.process .steps:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #49c5df;
      height: 2px;
      margin: auto; }
      @media (max-width: 767px) {
        .secondary-page section.process .steps:before {
          display: none; } }

.footer {
  padding: 60px 0;
  background-color: #ffffff;
  color: #363636;
  font-weight: 600; }
  .footer a {
    color: #363636; }
    @media (min-width: 768px) {
      .footer a {
        margin-left: 2rem; }
        .footer a:first-child {
          margin-left: 0; } }
  .footer .social-links {
    text-align: center; }
    @media (max-width: 767px) {
      .footer .social-links {
        text-align: left; } }
    .footer .social-links a {
      color: #49c5df;
      margin: 0 2rem; }
      @media (max-width: 767px) {
        .footer .social-links a {
          margin: 1rem 1rem 1rem 0;
          display: inline-block; } }
      .footer .social-links a .icon {
        font-size: 1.3rem; }
  .footer .logo-footer {
    margin-bottom: 5rem; }
  .footer .col-email-phone-num {
    margin-bottom: 2rem; }
    @media (min-width: 992px) {
      .footer .col-email-phone-num {
        text-align: right; } }
  @media (min-width: 992px) {
    .footer .cpy-right-text {
      text-align: right; } }

.secondary-page .page-wrapper {
  padding-top: 100px; }
  @media (max-width: 991px) {
    .secondary-page .page-wrapper {
      padding-top: 3rem; } }

header {
  height: 100px; }
  @media (max-width: 991px) {
    header {
      height: auto; } }

.secondary-page header {
  background: #111;
  z-index: 100;
  height: 100px;
  position: fixed;
  width: 100%; }
  @media (max-width: 991px) {
    .secondary-page header {
      height: auto; } }
  .secondary-page header .navbar-default {
    background: #111; }
.secondary-page section {
  position: static;
  min-width: auto;
  height: auto;
  display: block;
  clear: both; }

section.team {
  padding: 5rem 0 1rem; }
  section.team .item, section.team img {
    margin-bottom: 60px; }
  section.team .designation {
    width: 75%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#61cce5+0,3592ff+100&0.75+0,0.75+100 */
    background: -moz-linear-gradient(left, rgba(97, 204, 229, 0.75) 0%, rgba(53, 146, 255, 0.75) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(97, 204, 229, 0.75) 0%, rgba(53, 146, 255, 0.75) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(97, 204, 229, 0.75) 0%, rgba(53, 146, 255, 0.75) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf61cce5', endColorstr='#bf3592ff',GradientType=1 );
    /* IE6-9 */
    right: 15px;
    position: absolute;
    padding: 15px 10px;
    bottom: 75px;
    color: #fff;
    font-weight: bold;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.25); }

.get-started {
  padding: 5rem 0; }
  .get-started h2 {
    margin-bottom: 2rem; }

.blog-post {
  padding: 3rem 0; }
  .blog-post h2 {
    margin-bottom: 3rem; }
  .blog-post .card.card-blog {
    border: 0;
    margin-bottom: 2rem; }
    .blog-post .card.card-blog .card-body {
      background-color: #ffffff;
      -webkit-box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.3);
      box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.3);
      padding: 2.5rem;
      position: relative;
      left: 2rem;
      top: -2rem; }
      @media (max-width: 767px) {
        .blog-post .card.card-blog .card-body {
          left: 0;
          top: -2rem; } }
      .blog-post .card.card-blog .card-body .category-name {
        position: absolute;
        left: 2.5rem;
        top: -2.5rem;
        color: #ffffff;
        padding-left: 0.7rem;
        font-weight: 600;
        text-transform: uppercase; }
        .blog-post .card.card-blog .card-body .category-name:before {
          content: '';
          display: inline-block;
          position: absolute;
          left: 0;
          top: 0.5rem;
          bottom: 0;
          background-color: #49c5df;
          height: 0.3rem;
          width: 0.3rem;
          -webkit-border-radius: 100px;
          -moz-border-radius: 100px;
          -ms-border-radius: 100px;
          border-radius: 100px; }
      .blog-post .card.card-blog .card-body .date {
        color: #b2b5b4;
        text-transform: uppercase;
        font-size: 0.9375rem;
        font-weight: 600;
        margin-bottom: 0.5rem; }
      .blog-post .card.card-blog .card-body .card-title {
        font-family: 'Playfair Display', serif;
        color: #000;
        margin-bottom: 2rem; }
      .blog-post .card.card-blog .card-body .card-text {
        color: #444544;
        font-weight: 600; }
      .blog-post .card.card-blog .card-body .meta-info {
        color: #49c5df;
        text-transform: uppercase;
        font-weight: 600; }
        .blog-post .card.card-blog .card-body .meta-info a {
          color: #49c5df; }
        .blog-post .card.card-blog .card-body .meta-info .uers-info .user-img {
          overflow: hidden;
          -webkit-border-radius: 100px;
          -moz-border-radius: 100px;
          -ms-border-radius: 100px;
          border-radius: 100px;
          height: 2.188rem;
          width: 2.188rem;
          display: inline-block;
          vertical-align: middle; }
          .blog-post .card.card-blog .card-body .meta-info .uers-info .user-img img {
            width: 100%; }
        .blog-post .card.card-blog .card-body .meta-info .uers-info .user-name {
          display: inline-block; }
        .blog-post .card.card-blog .card-body .meta-info .icon {
          font-size: 1.5rem; }
        .blog-post .card.card-blog .card-body .meta-info .comments {
          text-align: center; }
          @media (max-width: 767px) {
            .blog-post .card.card-blog .card-body .meta-info .comments {
              text-align: left;
              margin: 1rem 0; } }
        .blog-post .card.card-blog .card-body .meta-info .read {
          text-align: right; }
          @media (max-width: 767px) {
            .blog-post .card.card-blog .card-body .meta-info .read {
              text-align: left; } }

.sidebar {
  padding: 3rem 2rem 1rem;
  margin-left: 3rem;
  background-color: #000; }
  @media (max-width: 767px) {
    .sidebar {
      margin-left: 0;
      margin-bottom: 2rem; } }
  .sidebar .search .form-control {
    background-color: #252525;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    border: 0;
    color: #9c9c9c;
    font-weight: 600; }
    .sidebar .search .form-control:focus {
      border: 0; }
    .sidebar .search .form-control.placeholder {
      color: #9c9c9c; }
    .sidebar .search .form-control:-moz-placeholder {
      color: #9c9c9c; }
    .sidebar .search .form-control::-moz-placeholder {
      color: #9c9c9c; }
    .sidebar .search .form-control:-ms-input-placeholder {
      color: #9c9c9c; }
    .sidebar .search .form-control::-webkit-input-placeholder {
      color: #9c9c9c; }
  .sidebar .has-icon .input-field {
    position: relative; }
    .sidebar .has-icon .input-field .form-control {
      padding-right: 2rem; }
    .sidebar .has-icon .input-field .icon {
      position: absolute;
      right: 1rem;
      top: 0;
      bottom: 0;
      color: #49c5df;
      margin: auto;
      height: 1rem;
      font-size: 1rem; }
  .sidebar h4 {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 1rem; }
  .sidebar a {
    color: #9c9c9c;
    font-weight: 600; }
  .sidebar .widget {
    margin-bottom: 3rem; }
    .sidebar .widget ul {
      padding: 0;
      margin: 0;
      list-style: none; }
      .sidebar .widget ul li a {
        position: relative;
        padding-left: 1.5rem; }
        .sidebar .widget ul li a:before {
          content: '';
          height: 2px;
          width: 10px;
          position: absolute;
          top: 5px;
          left: 0;
          background-color: #49c5df; }
    .sidebar .widget .post {
      position: relative;
      padding-left: 4.5rem; }
      .sidebar .widget .post .col-img {
        position: absolute;
        left: 0;
        top: 0;
        width: 3.75rem;
        height: 3.75rem;
        display: inline-block; }
        .sidebar .widget .post .col-img .img-post-sidebar {
          width: 100%; }
      .sidebar .widget .post h5 {
        color: #ffffff;
        font-weight: 600;
        font-size: 1rem; }
      .sidebar .widget .post p {
        color: #9c9c9c;
        font-weight: 600;
        font-size: 1rem; }
    .sidebar .widget hr {
      border-top-color: #232323; }

.page-link {
  border: 0;
  color: #000;
  font-weight: 600; }
  .page-link:hover {
    color: #49c5df;
    background-color: transparent; }

.secondary-page section.banner {
  background-image: url(../images/banner-blog.jpg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  text-align: center;
  position: relative;
  top: 100px; }
  @media (max-width: 767px) {
    .secondary-page section.banner {
      top: 74px; } }

.post-detail .meta-info {
  text-transform: uppercase;
  font-weight: 600; }
  .post-detail .meta-info a {
    color: #49c5df; }
  .post-detail .meta-info .uers-info {
    position: relative;
    padding-left: 3rem;
    padding-top: 5px; }
    .post-detail .meta-info .uers-info .user-img {
      overflow: hidden;
      -webkit-border-radius: 100px;
      -moz-border-radius: 100px;
      -ms-border-radius: 100px;
      border-radius: 100px;
      height: 2.188rem;
      width: 2.188rem;
      display: inline-block;
      vertical-align: middle;
      position: absolute;
      left: 0;
      top: 0; }
      .post-detail .meta-info .uers-info .user-img img {
        width: 100%; }
    .post-detail .meta-info .uers-info .user-name, .post-detail .meta-info .uers-info .date {
      display: block;
      line-height: 1; }
    .post-detail .meta-info .uers-info .user-name {
      color: #000; }
      .post-detail .meta-info .uers-info .user-name a {
        color: #000; }
    .post-detail .meta-info .uers-info .date {
      color: #b2b5b4; }

.secondary-page section.blog-post-detail {
  padding-top: 5rem; }
  .secondary-page section.blog-post-detail h2 {
    margin-bottom: 2rem; }
  .secondary-page section.blog-post-detail h5 {
    margin-bottom: 2rem; }
  .secondary-page section.blog-post-detail p {
    font-weight: 600; }
  .secondary-page section.blog-post-detail .meta-info {
    margin-bottom: 2.5rem; }
    @media (max-width: 767px) {
      .secondary-page section.blog-post-detail .meta-info {
        margin-bottom: 1rem; } }
  .secondary-page section.blog-post-detail .social-icons {
    margin: 1rem 0 5rem 0; }
    @media (max-width: 767px) {
      .secondary-page section.blog-post-detail .social-icons {
        margin-bottom: 2.5rem; } }
    .secondary-page section.blog-post-detail .social-icons .icon {
      font-size: 1rem; }
    .secondary-page section.blog-post-detail .social-icons .nav-pills .nav-link {
      background-color: #f1f1f1;
      color: #8e8e8e; }
    .secondary-page section.blog-post-detail .social-icons .nav-fill .nav-item {
      margin-left: 1rem; }
      .secondary-page section.blog-post-detail .social-icons .nav-fill .nav-item:first-child {
        margin-left: 0; }
  .secondary-page section.blog-post-detail .you-may-like {
    margin-bottom: 3rem; }
    @media (max-width: 767px) {
      .secondary-page section.blog-post-detail .you-may-like {
        margin-bottom: 0rem; } }
  .secondary-page section.blog-post-detail .leave-reply {
    margin-bottom: 3rem; }
    .secondary-page section.blog-post-detail .leave-reply .form-group {
      margin-bottom: 2rem; }
  .secondary-page section.blog-post-detail .card.card-author {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 4rem; }
    .secondary-page section.blog-post-detail .card.card-author .card-body {
      padding: 2.5rem 5rem 2.5rem 10rem; }
      @media (max-width: 767px) {
        .secondary-page section.blog-post-detail .card.card-author .card-body {
          padding: 10rem 1rem 1rem 1rem; } }
      .secondary-page section.blog-post-detail .card.card-author .card-body .card-title {
        font-weight: 600;
        text-transform: uppercase;
        font-size: 1rem; }
      .secondary-page section.blog-post-detail .card.card-author .card-body .user-img {
        overflow: hidden;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        -ms-border-radius: 100px;
        border-radius: 100px;
        height: 4.75rem;
        width: 4.75rem;
        display: inline-block;
        vertical-align: middle;
        position: absolute;
        left: 3rem; }
        @media (max-width: 767px) {
          .secondary-page section.blog-post-detail .card.card-author .card-body .user-img {
            top: 3rem;
            left: 0;
            right: 0;
            margin: auto; } }
        .secondary-page section.blog-post-detail .card.card-author .card-body .user-img img {
          width: 100%; }
      .secondary-page section.blog-post-detail .card.card-author .card-body .card-text {
        font-weight: 600; }
      .secondary-page section.blog-post-detail .card.card-author .card-body .link {
        font-weight: 600; }
        .secondary-page section.blog-post-detail .card.card-author .card-body .link .icon {
          color: #adafae; }
  .secondary-page section.blog-post-detail .card.card-may-like {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    text-align: center; }
    .secondary-page section.blog-post-detail .card.card-may-like .date {
      color: #adafae;
      text-transform: uppercase;
      font-weight: 600;
      margin-bottom: 1rem; }
    .secondary-page section.blog-post-detail .card.card-may-like .card-title {
      font-size: 1rem;
      color: #000;
      font-weight: 600;
      text-transform: none; }
      .secondary-page section.blog-post-detail .card.card-may-like .card-title a {
        color: #000; }
  .secondary-page section.blog-post-detail .card.card-comment {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 4rem; }
    .secondary-page section.blog-post-detail .card.card-comment .card-body {
      padding: 3rem; }
      @media (max-width: 767px) {
        .secondary-page section.blog-post-detail .card.card-comment .card-body {
          padding: 1rem; } }
      .secondary-page section.blog-post-detail .card.card-comment .card-body .meta-info {
        margin-bottom: 1rem; }
        .secondary-page section.blog-post-detail .card.card-comment .card-body .meta-info .user-name {
          font-size: 0.9375rem;
          margin-bottom: 0.25rem; }
        .secondary-page section.blog-post-detail .card.card-comment .card-body .meta-info .date {
          font-size: 0.75rem; }
      .secondary-page section.blog-post-detail .card.card-comment .card-body .link {
        float: right;
        display: inline-block; }
        @media (min-width: 768px) {
          .secondary-page section.blog-post-detail .card.card-comment .card-body .link {
            margin-top: 0.5rem; } }
        @media (max-width: 767px) {
          .secondary-page section.blog-post-detail .card.card-comment .card-body .link .txt {
            display: none; } }
      .secondary-page section.blog-post-detail .card.card-comment .card-body p {
        padding-left: 3rem;
        margin-bottom: 0; }
    .secondary-page section.blog-post-detail .card.card-comment .box-comment.replied {
      padding-left: 3rem; }

.contact-form {
  padding: 5rem 0; }

.secondary-page section.map {
  position: relative;
  margin-bottom: 7rem; }
  @media (max-width: 767px) {
    .secondary-page section.map {
      margin-bottom: 2rem; } }
  .secondary-page section.map h2 {
    color: #ffffff; }
  .secondary-page section.map:after {
    position: absolute;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7); }
  .secondary-page section.map .embed-responsive-item {
    z-index: 2; }
@media (max-width: 767px) {
  .secondary-page section.customer-care {
    padding: 0 15px; } }
.secondary-page section.customer-care .col-info {
  text-align: center;
  border-left: 2px solid #49c5df; }
  .secondary-page section.customer-care .col-info:first-child {
    border-left: 0; }
  @media (max-width: 767px) {
    .secondary-page section.customer-care .col-info {
      border-left: 0;
      border-top: 2px solid #49c5df;
      padding-top: 1rem;
      padding-bottom: 1rem; }
      .secondary-page section.customer-care .col-info:first-child {
        border-left: 0;
        border-top: 0; } }
.secondary-page section.customer-care a {
  color: #000;
  display: inline-block;
  margin: 0 auto;
  font-weight: 600; }

.secondary-page section.banner-case-study {
  background-image: url(../images/img-banner-case-study.jpg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  text-align: center;
  position: relative;
  top: 100px; }
  @media (max-width: 767px) {
    .secondary-page section.banner-case-study {
      top: 74px; } }
  .secondary-page section.banner-case-study h1 {
    color: #ffffff;
    font-size: 4rem; }
    @media (max-width: 767px) {
      .secondary-page section.banner-case-study h1 {
        font-size: 3rem; } }
.secondary-page section.case-study-detail {
  padding: 3rem 0; }
  @media (max-width: 767px) {
    .secondary-page section.case-study-detail .img-logo {
      margin-top: 1rem; } }
.secondary-page section.site-img {
  padding: 0 0 5rem; }
.secondary-page section.our-idea {
  padding: 5rem 0; }
  .secondary-page section.our-idea h2 {
    margin-bottom: 4rem; }
.secondary-page section.services-content {
  background: #fff;
  padding: 7rem 0; }
  @media (max-width: 767px) {
    .secondary-page section.services-content {
      height: auto;
      padding: 2rem 0; }
      .secondary-page section.services-content .intro, .secondary-page section.services-content h2 {
        text-align: center; }
      .secondary-page section.services-content .intro {
        margin-top: 1rem; } }
.secondary-page section.work-approach {
  padding: 5rem 0;
  position: relative;
  z-index: 1; }
  .secondary-page section.work-approach h2 {
    color: #ffffff;
    margin-bottom: 4rem; }
    @media (max-width: 767px) {
      .secondary-page section.work-approach h2 {
        margin-bottom: 2rem; } }
  .secondary-page section.work-approach h5 {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 1rem; }
  .secondary-page section.work-approach p {
    color: #ffffff; }
    .secondary-page section.work-approach p.intro {
      color: #49c5df; }
.secondary-page section.services-expertise {
  padding: 4rem 0; }
  @media (max-width: 767px) {
    .secondary-page section.services-expertise {
      padding: 1rem 0; } }
  .secondary-page section.services-expertise h2 {
    margin-bottom: 3rem; }
  @media (max-width: 767px) {
    .secondary-page section.services-expertise .img-services-expertise {
      margin: 2rem 0; } }
.secondary-page section.mobile-app-content {
  padding: 7rem 0 0;
  margin-bottom: -2rem;
  position: relative;
  z-index: 2; }
  .secondary-page section.mobile-app-content h3 {
    margin-bottom: 2rem; }
  @media (max-width: 767px) {
    .secondary-page section.mobile-app-content {
      height: auto;
      padding: 2rem 0; }
      .secondary-page section.mobile-app-content .intro, .secondary-page section.mobile-app-content h2 {
        text-align: center; }
      .secondary-page section.mobile-app-content .intro {
        margin-top: 1rem; } }
  .secondary-page section.mobile-app-content img.img-mobile-application {
    max-width: 120%;
    margin-left: -5rem;
    margin-top: -6rem; }
    @media (max-width: 767px) {
      .secondary-page section.mobile-app-content img.img-mobile-application {
        max-width: 100%;
        margin: 0; } }
.secondary-page section.what-we-do {
  padding: 5rem 0; }
  @media (max-width: 767px) {
    .secondary-page section.what-we-do {
      padding: 2rem 0 1rem; } }
  .secondary-page section.what-we-do h2 {
    color: #ffffff;
    margin-bottom: 4rem; }
    @media (max-width: 767px) {
      .secondary-page section.what-we-do h2 {
        margin-bottom: 2rem; } }
  .secondary-page section.what-we-do h5 {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 1rem; }
  .secondary-page section.what-we-do p {
    color: #ffffff; }
    .secondary-page section.what-we-do p.intro {
      color: #49c5df; }
  .secondary-page section.what-we-do ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    @media (max-width: 767px) {
      .secondary-page section.what-we-do ul {
        margin-bottom: 2rem; } }
    .secondary-page section.what-we-do ul li {
      color: #ffffff;
      font-weight: 600;
      margin-bottom: 0.5rem; }
      .secondary-page section.what-we-do ul li .icon {
        color: #49c5df; }
      .secondary-page section.what-we-do ul li a {
        color: #ffffff; }
        .secondary-page section.what-we-do ul li a .icon {
          color: #49c5df; }
.secondary-page section.beautiful-ux {
  padding: 7rem 0; }
  @media (max-width: 767px) {
    .secondary-page section.beautiful-ux {
      padding: 2rem 0; } }
  .secondary-page section.beautiful-ux h2 {
    font-size: 1.5rem; }
    @media (max-width: 767px) {
      .secondary-page section.beautiful-ux h2 {
        margin-bottom: 1rem; } }
  .secondary-page section.beautiful-ux p {
    font-size: 1.125rem; }
.secondary-page section.few-works h2 {
  margin-bottom: 2rem; }
.secondary-page section.few-works .owl-carousel.owl-few-works .item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%; }
  .secondary-page section.few-works .owl-carousel.owl-few-works .item:before {
    content: '';
    display: block;
    padding-top: 49.9%; }
  .secondary-page section.few-works .owl-carousel.owl-few-works .item .container-few-works {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  .secondary-page section.few-works .owl-carousel.owl-few-works .item .col-few-works {
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: translate(0, -10%);
    -moz-transform: translate(0, -10%);
    -ms-transform: translate(0, -10%);
    -o-transform: translate(0, -10%);
    transform: translate(0, -10%); }
    .secondary-page section.few-works .owl-carousel.owl-few-works .item .col-few-works p.intro {
      margin-bottom: 0; }
    .secondary-page section.few-works .owl-carousel.owl-few-works .item .col-few-works h2 {
      font-size: 1.5rem;
      margin-bottom: 0; }
      @media (max-width: 767px) {
        .secondary-page section.few-works .owl-carousel.owl-few-works .item .col-few-works h2 {
          font-size: 1rem; } }
.secondary-page section.few-works .owl-carousel.owl-few-works.owl-theme .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  margin: 0; }
  .secondary-page section.few-works .owl-carousel.owl-few-works.owl-theme .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
    background-color: #ffffff; }
    @media (max-width: 767px) {
      .secondary-page section.few-works .owl-carousel.owl-few-works.owl-theme .owl-dots .owl-dot span {
        width: 10px;
        height: 10px; } }
  .secondary-page section.few-works .owl-carousel.owl-few-works.owl-theme .owl-dots .owl-dot.active span, .secondary-page section.few-works .owl-carousel.owl-few-works.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #49c5df; }
.secondary-page section.get-instant {
  padding: 5rem 0; }
  .secondary-page section.get-instant .card.card-get-instant {
    -webkit-box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.3);
    text-align: center;
    padding: 4rem 0; }
    .secondary-page section.get-instant .card.card-get-instant h2 {
      margin-bottom: 2rem; }

.modal.modal-get-quote .modal-header {
  background-color: #000;
  width: 30%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  align-items: center;
  border-bottom: 0; }
  @media (max-width: 767px) {
    .modal.modal-get-quote .modal-header {
      width: 100%;
      padding: 5rem 1rem 1rem; } }
  .modal.modal-get-quote .modal-header .modal-title {
    font-family: 'Playfair Display', serif;
    font-size: 3rem;
    color: #ffffff;
    text-transform: none;
    text-align: center;
    line-height: 1;
    margin-top: -1rem; }
.modal.modal-get-quote .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 1;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  background-color: #f1f1f1;
  color: #c7c7c7;
  height: 2rem;
  width: 2rem; }
  .modal.modal-get-quote .close span {
    font-size: 2.2rem;
    position: relative;
    top: -3px; }
.modal.modal-get-quote .modal-body {
  width: 70%;
  background-color: #ffffff;
  padding: 4rem 4rem 10rem; }
  @media (max-width: 767px) {
    .modal.modal-get-quote .modal-body {
      width: 100%;
      padding: 1rem; } }
  .modal.modal-get-quote .modal-body h4 {
    font-family: 'Playfair Display', serif;
    font-size: 1rem;
    margin-bottom: 2rem; }
.modal.modal-get-quote .modal-content {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row; }
  @media (max-width: 767px) {
    .modal.modal-get-quote .modal-content {
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      -o-flex-direction: column;
      flex-direction: column; } }
@media (min-width: 992px) {
  .modal.modal-get-quote .modal-dialog {
    max-width: 60rem; } }
.modal.modal-get-quote .input-field {
  position: relative; }
  .modal.modal-get-quote .input-field .custom-control {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 1rem; }
    .modal.modal-get-quote .input-field .custom-control.custom-checkbox .custom-control-label::before {
      -webkit-border-radius: 100px;
      -moz-border-radius: 100px;
      -ms-border-radius: 100px;
      border-radius: 100px; }
.modal.modal-get-quote .action {
  background-color: #f1f1f1;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2rem 4rem; }
  @media (max-width: 767px) {
    .modal.modal-get-quote .action {
      position: static;
      padding: 1rem;
      margin-top: 1rem; } }
.modal.modal-get-quote .progress {
  background-color: #c7c7c7; }
  @media (max-width: 767px) {
    .modal.modal-get-quote .progress {
      margin-bottom: 1rem; } }
@media (max-width: 767px) {
  .modal.modal-get-quote .btn {
    margin-top: 1rem; } }
.modal.modal-get-quote .custom-control-label {
  color: #000; }

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