#inceptum-body .tooltip {
  font-size: 13px; }

#inceptum-body .tooltip-inner {
  max-width: 240px; }

@media screen and (max-width: 768px) {
  h2.title {
    font-size: 1.8rem; } }

@media screen and (max-width: 576px) {
  h2.title {
    font-size: 1.7rem; } }

@media screen and (max-width: 768px) {
  .description {
    font-size: 1rem; } }

@media screen and (max-width: 576px) {
  .description {
    font-size: 0.85rem; } }

@media screen and (max-width: 440px) {
  .description {
    font-size: 0.75rem; } }

.description {
  color: #888 !important; }

a {
  color: #0C0C0C; }

a:hover, a:focus {
  color: #F15A4F;
  text-decoration: none; }

.tooltip-inner {
  max-width: 260px; }

.navbar .navbar-brand {
  padding: 5px 0 0 0; }
  @media screen and (max-width: 991px) {
    .navbar .navbar-brand {
      padding: 8px 0 0 0; } }

.navbar .logos-ctn .logo-brand {
  position: relative; }
  .navbar .logos-ctn .logo-brand .logo {
    position: absolute;
    transition: all .2s ease-out;
    height: 50px;
    display: block;
    z-index: 1; }
  .navbar .logos-ctn .logo-brand .logo-b {
    opacity: 1;
    z-index: 2; }
  .navbar .logos-ctn .logo-brand .mobile-logo {
    display: none; }
  @media screen and (max-width: 991px) {
    .navbar .logos-ctn .logo-brand .logo {
      height: 36px; } }

.navbar .nav-item.nav-icon .nav-link {
  font-size: 16px; }

@media screen and (max-width: 991px) {
  .navbar .nav-item.nav-icon {
    display: none; } }

.navbar .nav-item.nav-icon.nav-icon-mobile {
  display: none; }
  .navbar .nav-item.nav-icon.nav-icon-mobile .nav-link {
    font-size: 10.6px;
    margin: 5px 7px;
    text-transform: lowercase; }
  .navbar .nav-item.nav-icon.nav-icon-mobile .fas, .navbar .nav-item.nav-icon.nav-icon-mobile .far {
    font-size: 16px;
    margin: 0 5px 5px 0; }
  @media screen and (max-width: 991px) {
    .navbar .nav-item.nav-icon.nav-icon-mobile {
      display: block; } }

.navbar.navbar-transparent .logos-ctn .logo-brand .logo {
  height: 75px;
  display: block; }

.navbar.navbar-transparent .logos-ctn .logo-brand .logo-b {
  opacity: 0;
  z-index: 2; }

@media screen and (max-width: 1500px) {
  .navbar.navbar-transparent .logos-ctn .logo-brand .logo {
    height: 72px; } }

@media screen and (max-width: 991px) {
  .navbar.navbar-transparent .logos-ctn .logo-brand .logo {
    height: 50px; } }

.page-header {
  padding-top: 65px; }
  .page-header .cta-hero {
    color: #fff;
    background-color: #d95147; }
    .page-header .cta-hero:hover, .page-header .cta-hero:active, .page-header .cta-hero:focus {
      background-color: #c1483f; }
  @media screen and (max-width: 1200px) {
    .page-header .title {
      font-size: 40px; }
    .page-header h4 {
      font-size: 17px; } }
  @media screen and (max-width: 991px) {
    .page-header .title {
      font-size: 35px; } }
  @media screen and (max-width: 768px) {
    .page-header .title {
      font-size: 32px; }
    .page-header h4 {
      font-size: 16px; } }
  @media screen and (max-width: 576px) {
    .page-header .title {
      margin-right: 80px; }
    .page-header h4 {
      font-size: 15px; } }
  @media screen and (max-width: 510px) {
    .page-header .title {
      margin-right: 10px; } }
  @media screen and (max-width: 440px) {
    .page-header .title {
      margin-right: 10px; }
    .page-header h4 {
      font-size: 14px; } }
  @media screen and (min-width: 991px) {
    .page-header .title {
      margin-right: 60px;
      font-size: 2.3rem; } }
  @media screen and (min-width: 1200px) {
    .page-header .title {
      margin-right: 60px;
      font-size: 2.6rem; } }

section.about .description {
  color: #0c0c0c; }

section.about .info p {
  color: #0c0c0c; }

section.about .info .icon > i {
  font-size: 3.2rem;
  color: #F15A4F; }

@media screen and (max-width: 1200px) {
  section.about .info {
    padding: 50px 0 30px; } }

@media screen and (max-width: 768px) {
  section.about .info {
    padding: 40px 0 20px; } }

.services-grid {
  background-color: #fff; }
  .services-grid .serv-ctn .col-xl-2 {
    padding: 0; }
    @media screen and (max-width: 1200px) {
      .services-grid .serv-ctn .col-xl-2 {
        margin-bottom: 14px;
        padding: 0 5px; } }
    @media screen and (max-width: 768px) {
      .services-grid .serv-ctn .col-xl-2 {
        margin-bottom: 25px;
        padding: 0 5px; } }
  .services-grid .description {
    color: #0c0c0c; }
  .services-grid .info p {
    color: #0c0c0c; }
  .services-grid .tab {
    padding: 9px; }
    .services-grid .tab .tab-content {
      background-color: #F15A4F;
      text-align: center;
      border-radius: 3px;
      height: 100%;
      cursor: pointer;
      position: relative;
      transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
      padding: 0px 3px;
      min-height: 260px; }
      .services-grid .tab .tab-content .btn {
        color: #0c0c0c;
        background-color: #fff;
        position: absolute;
        bottom: 10px;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        border-color: #fff; }
      .services-grid .tab .tab-content:hover {
        border: none; }
        .services-grid .tab .tab-content:hover .service-title {
          -webkit-transform: translateY(-33px) translateX(-50%);
                  transform: translateY(-33px) translateX(-50%); }
      @media screen and (max-width: 1700px) {
        .services-grid .tab .tab-content {
          min-height: 260px; } }
      @media screen and (max-width: 1500px) {
        .services-grid .tab .tab-content {
          min-height: 260px; } }
      @media screen and (max-width: 1200px) {
        .services-grid .tab .tab-content {
          min-height: 315px; } }
      @media screen and (max-width: 840px) {
        .services-grid .tab .tab-content {
          min-height: 330px; } }
      @media screen and (max-width: 769px) {
        .services-grid .tab .tab-content {
          min-height: 245px; } }
      @media screen and (max-width: 380px) {
        .services-grid .tab .tab-content {
          min-height: 260px; } }
      @media screen and (max-width: 340px) {
        .services-grid .tab .tab-content {
          min-height: 290px; } }
      @media screen and (max-width: 300px) {
        .services-grid .tab .tab-content {
          min-height: 300px; } }
    .services-grid .tab .service-title {
      position: absolute;
      top: 9px;
      left: 50%;
      background-color: #060606;
      color: #fff;
      height: 56px;
      width: 56px;
      line-height: 50px;
      text-align: center;
      font-weight: 400;
      font-size: 20px;
      border-radius: 3px;
      box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
      transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.2, 1);
      transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1);
      transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0, 0, 0.2, 1);
      -webkit-transform: translateY(0) translateX(-50%);
              transform: translateY(0) translateX(-50%); }
    .services-grid .tab .service-desc {
      padding-top: 80px;
      color: #fff;
      font-weight: 400;
      vertical-align: middle; }
      @media screen and (max-width: 1200px) {
        .services-grid .tab .service-desc {
          padding-left: 3px;
          padding-right: 3px; } }
      @media screen and (max-width: 768px) {
        .services-grid .tab .service-desc {
          font-size: 14px; } }
  .services-grid .serv-ctn {
    padding-top: 50px;
    overflow: hidden; }
  .services-grid .col-services {
    padding-left: 7px;
    padding-right: 7px;
    margin-bottom: 15px; }

.df-ui-btn.ti-more-alt {
  display: none !important; }

.df-ui-btn.df-ui-outline {
  display: none !important; }

.df-ui-btn.df-ui-share.ti-sharethis {
  display: none !important; }

._df_thumb {
  width: 172px !important;
  height: 260px !important;
  margin: 15px 10px 10px 10px !important; }
  @media screen and (max-width: 768px) {
    ._df_thumb {
      width: 168px !important;
      height: 240px !important; } }
  @media screen and (max-width: 576px) {
    ._df_thumb {
      width: 140px !important;
      height: 200px !important; } }

.features-1.section-image:after {
  background-color: rgba(0, 0, 0, 0.85); }

.features-1.section-image {
  position: relative;
  padding: 50px 0; }
  .features-1.section-image .info .icon > i {
    font-size: 3.1rem;
    color: #F15A4F; }
    @media screen and (max-width: 1280px) {
      .features-1.section-image .info .icon > i {
        font-size: 2.7rem; } }
    @media screen and (max-width: 991px) {
      .features-1.section-image .info .icon > i {
        font-size: 2.2rem; } }
    @media screen and (max-width: 768px) {
      .features-1.section-image .info .icon > i {
        font-size: 2rem; } }
    @media screen and (max-width: 576px) {
      .features-1.section-image .info .icon > i {
        font-size: 1.7rem; } }
  .features-1.section-image .info-title {
    color: #EAEAEA;
    font-family: 'Montserrat', "Helvetica", "Arial", sans-serif; }
    @media screen and (max-width: 991px) {
      .features-1.section-image .info-title {
        margin: 1.5rem 0 0.875rem; } }
    @media screen and (max-width: 768px) {
      .features-1.section-image .info-title {
        margin: 1.25rem 0 0.5rem; } }
    @media screen and (max-width: 576px) {
      .features-1.section-image .info-title {
        margin: 0.9rem 0 0.5rem;
        font-size: 1rem; } }
  .features-1.section-image .info {
    padding: 70px 0 20px; }
    @media screen and (max-width: 1280px) {
      .features-1.section-image .info {
        padding: 40px 0; } }
    @media screen and (max-width: 991px) {
      .features-1.section-image .info {
        padding: 32px 0; } }
    @media screen and (max-width: 768px) {
      .features-1.section-image .info {
        padding: 24px 0; } }
    @media screen and (max-width: 576px) {
      .features-1.section-image .info {
        padding: 16px 0; } }

.section-image {
  background: #232323;
  background: radial-gradient(ellipse at center, #585858 0, #232323 100%);
  background-position: 50%;
  background-size: cover;
  padding: 80px 0; }

.section-image:after {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.7); }

.section-image .title {
  color: #fff; }

.section-image .description {
  color: rgba(255, 255, 255, 0.76); }

.section-image .container {
  z-index: 2;
  position: relative; }

a {
  text-decoration: none; }

.cd-img-replace {
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap; }

.cd-scroll-down {
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 20px;
  width: 38px;
  height: 44px;
  background: url("../img/cd-arrow-bottom.svg") no-repeat center center; }

.cd-nav-trigger {
  display: none; }

#cd-vertical-nav ul {
  list-style: none;
  padding: 0; }

#cd-vertical-nav {
  position: fixed;
  right: -78px;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 4; }
  @media screen and (max-width: 991px) {
    #cd-vertical-nav {
      display: none; } }

#cd-vertical-nav li {
  text-align: right; }

#cd-vertical-nav a {
  display: inline-block;
  /* prevent weird movements on hover when you use a CSS3 transformation - webkit browsers */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%; }

#cd-vertical-nav a:after {
  content: "";
  display: table;
  clear: both; }

#cd-vertical-nav a span {
  float: right;
  display: inline-block;
  -webkit-transform: scale(0.6);
  transform: scale(0.6); }

#cd-vertical-nav a:hover span,
#cd-vertical-nav a.is-selected .cd-dot {
  background-color: #F15A4F;
  -webkit-transform: scale(1);
          transform: scale(1); }

#cd-vertical-nav a:hover .cd-label {
  opacity: 1;
  left: -100%;
  transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s; }

#cd-vertical-nav .cd-dot {
  position: relative;
  /* we set a top value in order to align the dot with the label. If you change label's font, you may need to change this top value*/
  top: 8px;
  right: calc(100% - 15px);
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #7f7f7f;
  transition: background-color 0.5s, -webkit-transform 0.2s;
  transition: transform 0.2s, background-color 0.5s;
  transition: transform 0.2s, background-color 0.5s, -webkit-transform 0.2s;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

#cd-vertical-nav .cd-label {
  position: relative;
  margin-right: 10px;
  padding: 4px 14px;
  color: white;
  background: rgba(0, 0, 0, 0.53);
  font-size: 10px;
  border-radius: 20px;
  text-transform: uppercase;
  font-weight: 600;
  opacity: 0;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%; }

/* Touch devices */
.touch .cd-nav-trigger {
  display: block;
  z-index: 5;
  position: fixed;
  bottom: 30px;
  right: 5%;
  height: 44px;
  width: 44px;
  border-radius: 0.25em;
  background: rgba(255, 255, 255, 0.9); }

.touch .cd-nav-trigger span {
  position: absolute;
  height: 4px;
  width: 4px;
  background-color: #3e3947;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%); }

.touch .cd-nav-trigger span::before,
.touch .cd-nav-trigger span::after {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  background-color: inherit;
  border-radius: inherit; }

.touch .cd-nav-trigger span::before {
  top: -9px; }

.touch .cd-nav-trigger span::after {
  bottom: -9px; }

.touch #cd-vertical-nav {
  position: fixed;
  z-index: 4;
  right: 5%;
  bottom: 30px;
  width: 90%;
  max-width: 400px;
  max-height: 90%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  -webkit-transform: scale(0);
          transform: scale(0);
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.2s;
  border-radius: 0.25em;
  background-color: rgba(255, 255, 255, 0.9); }

.touch #cd-vertical-nav a {
  display: block;
  padding: 1em;
  border-bottom: 1px solid rgba(62, 57, 71, 0.1); }

.touch #cd-vertical-nav a span:first-child {
  display: none; }

.touch #cd-vertical-nav a.is-selected span:last-child {
  color: #d88683; }

.touch #cd-vertical-nav.open {
  -webkit-transform: scale(1);
          transform: scale(1); }

.touch #cd-vertical-nav.open + .cd-nav-trigger {
  background-color: transparent; }

.touch #cd-vertical-nav.open + .cd-nav-trigger span {
  background-color: rgba(62, 57, 71, 0); }

.touch #cd-vertical-nav.open + .cd-nav-trigger span::before,
.touch #cd-vertical-nav.open + .cd-nav-trigger span::after {
  background-color: #3e3947;
  height: 3px;
  width: 20px;
  border-radius: 0;
  left: -8px; }

.touch #cd-vertical-nav.open + .cd-nav-trigger span::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 1px; }

.touch #cd-vertical-nav.open + .cd-nav-trigger span::after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  bottom: 0; }

.touch #cd-vertical-nav li:last-child a {
  border-bottom: none; }

@media only screen and (min-width: 768px) {
  .touch .cd-nav-trigger,
  .touch #cd-vertical-nav {
    bottom: 40px; } }

#contact .contact-s {
  position: relative; }
  #contact .contact-s:after {
    background-color: rgba(0, 0, 0, 0.85); }
  @media screen and (max-width: 1200px) {
    #contact .contact-s {
      padding: 50px 0; }
      #contact .contact-s .title {
        text-align: center; } }

#contact .card .card-header {
  border-radius: 3px;
  padding: 1rem 15px;
  border: 0;
  margin: 0;
  background: #F15A4F; }
  #contact .card .card-header .card-title {
    margin-top: 5px;
    font-family: 'Montserrat', "Helvetica", "Arial", sans-serif; }

#contact .card .card-header-primary {
  box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.2), 0 7px 14px -11px rgba(241, 90, 79, 0.6); }

#contact .form-control, #contact .is-focused .form-control {
  background-image: linear-gradient(to top, #0C0C0C 2px, rgba(156, 39, 176, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px); }

#contact .btn {
  color: #fff;
  background-color: #F15A4F;
  border-color: #F15A4F;
  box-shadow: 0 2px 2px 0 rgba(156, 39, 176, 0.14), 0 3px 1px -2px rgba(156, 39, 176, 0.2), 0 1px 5px 0 rgba(156, 39, 176, 0.12);
  margin: 0 auto; }

#contact .section-image .description .info-title {
  color: #fff;
  margin: 10px 0;
  font-weight: 400;
  font-family: 'Montserrat', "Helvetica", "Arial", sans-serif; }
  @media screen and (max-width: 1200px) {
    #contact .section-image .description .info-title {
      font-size: 1.04em;
      line-height: 1.3em; } }
  @media screen and (max-width: 991px) {
    #contact .section-image .description .info-title {
      font-size: 1em;
      line-height: 1.3em; } }

#contact .info-horizontal .icon > i {
  font-size: 1.8rem;
  color: #fff; }
  @media screen and (max-width: 1200px) {
    #contact .info-horizontal .icon > i {
      font-size: 1.6rem; } }

@media screen and (max-width: 1200px) {
  #contact .info-horizontal .col-10 {
    padding: 0; } }

@media screen and (max-width: 991px) {
  #contact .info-horizontal {
    text-align: center; } }

#contact .info {
  padding: 20px 0; }
  @media screen and (max-width: 768px) {
    #contact .info {
      padding: 15px 0; } }

#contact .info-horizontal .icon {
  float: none;
  margin: 0; }

.testimonials {
  padding: 50px 0;
  position: relative; }
  .testimonials .title {
    color: #fff;
    margin-bottom: 0; }
  .testimonials .carousel-inner {
    min-height: 340px; }
    @media screen and (max-width: 1200px) {
      .testimonials .carousel-inner {
        min-height: 360px; } }
    @media screen and (max-width: 991px) {
      .testimonials .carousel-inner {
        min-height: 420px; } }
    @media screen and (max-width: 768px) {
      .testimonials .carousel-inner {
        min-height: 460px; } }
    @media screen and (max-width: 500px) {
      .testimonials .carousel-inner {
        min-height: 480px; } }
    @media screen and (max-width: 450px) {
      .testimonials .carousel-inner {
        min-height: 530px; } }
    @media screen and (max-width: 400px) {
      .testimonials .carousel-inner {
        min-height: 580px; } }
    @media screen and (max-width: 350px) {
      .testimonials .carousel-inner {
        min-height: 650px; } }
  .testimonials .carousel .carousel-indicators {
    bottom: -25px; }
  .testimonials .carousel .carousel-indicators li {
    border-radius: 50%; }
  .testimonials .carousel .carousel-indicators .active {
    background-color: #F15A4F;
    border: 1px solid #F15A4F; }
  .testimonials .review-desc {
    padding: 0 8px;
    color: rgba(255, 255, 255, 0.76);
    font-style: italic;
    font-weight: 300;
    font-size: 14.5px;
    font-family: 'Montserrat', "Helvetica", "Arial", sans-serif; }
    @media screen and (max-width: 768px) {
      .testimonials .review-desc {
        font-size: 14px; } }
    @media screen and (max-width: 576px) {
      .testimonials .review-desc {
        font-size: 13.5px; } }
  .testimonials .rev-tag {
    font-size: .85rem;
    text-transform: uppercase;
    font-weight: 500;
    color: #6c757d !important;
    margin-bottom: 25px; }

#services-body #home.page-header {
  height: 40vh;
  align-items: flex-end; }

#services-body .services-back {
  display: inline-block;
  height: 56px;
  padding-right: 6px;
  vertical-align: middle; }
  @media screen and (max-width: 768px) {
    #services-body .services-back {
      padding-right: 0;
      height: 46px; }
      #services-body .services-back svg {
        width: 42px;
        height: 42px; } }

#services-body .title {
  margin-bottom: 50px; }
  @media screen and (max-width: 768px) {
    #services-body .title {
      margin-bottom: 25px; } }

#services-body .service-about * {
  font-size: 15px; }
  @media screen and (max-width: 768px) {
    #services-body .service-about * {
      font-size: 14px; } }
  @media screen and (max-width: 576px) {
    #services-body .service-about * {
      font-size: 13.5px; } }

#services-body .service-about p {
  text-align: justify; }

#services-body .services-des-page .title {
  margin-bottom: 25px; }

#services-body .last-row {
  padding-bottom: 40px; }

#services-body hr {
  margin-top: 1.8rem; }

#services-body .view-example {
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  width: 172px;
  margin-left: 10px;
  margin-bottom: 16px; }
  #services-body .view-example:hover, #services-body .view-example:active {
    color: #F15A4F; }

#services-body .mobile-s-row .view-example {
  width: 100%;
  margin: 0; }

@media screen and (min-width: 768px) {
  #services-body .mobile-s-row {
    display: none; } }

@media screen and (max-width: 768px) {
  .col-desc {
    display: none !important; } }

.cent-m {
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .cent-m {
      margin: initial !important; } }

@media screen and (min-width: 768px) {
  .cent-pr {
    padding-right: 32px; } }


/* ------------------- Override -------------*/

.navbar .navbar-nav .nav-item .nav-link {
    padding: 0.75rem;
    font-size: 14.5px;
}
.navbar.navbar-transparent .logos-ctn .logo-brand .logo {
    height: 66px;
}
.nav-mob-social {
    display: none;
}
#contact .info {
    padding: 15px 0;
}
#contact .info-horizontal .icon > i {
    font-size: 1.5rem;
}
#contact .col-md-2.align-self-center {
    text-align: center;
}
#contact .section-image .description .info-title {
    margin: 4px 0;
}
#contact .section-image .description  .soc-title a{
    color: #F15A4F !important;
}
.c-ls {
    margin-bottom: .75rem;
}
.info-horizontal .description {
    text-align: left;
}
@media screen and (max-width: 991px) {
    .navbar.navbar-transparent .logos-ctn .logo-brand .logo {
        height: 48px;
    }
    .nav-mob-social {
        display: flex !important;
        padding: 0.55rem;
    }
    .nav-mob-social a {
        font-size: 16px !important;
        color: #3C4858;
        padding: .25rem !important;
        margin: 5px 7px !important;
    }
    #contact .info {
        padding: 0.75rem 0;
    }
    
    #contact .section-image .description .info-title {
        font-size: 1rem;
        line-height: 1.1;
    }
    #contact .info-horizontal .icon > i {
        font-size: 1.3rem;
    }
}

.l-nav {
    margin-right: 1rem;
}

#services-body .services-back {
    height: 44px;
    line-height: 44px;
    justify-content: center;
    display: flex;
}
.srv-a {
    display: block;
}
@media screen and (max-width: 1200px) {
    .navbar .navbar-nav .nav-item .nav-link {
        padding: 0.55rem;
        font-size: 14px;
    }
}


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