@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&amp;display=swap");
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1.556;
  color: #181818;
  font-family: "Roboto", sans-serif;
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased; }

::-moz-selection {
  color: #ffffff;
  background-color: #181818; }

::selection {
  color: #ffffff;
  background-color: #181818; }

::-moz-selection {
  color: #ffffff;
  background-color: #181818; }

.container {
  max-width: 1200px; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  ul li {
    list-style: none; }

div#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  overflow: visible; }

[data-background] {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
  a:hover, a:focus {
    text-decoration: none; }

img {
  width: 100%;
  height: auto; }

section {
  overflow: hidden; }

button {
  cursor: pointer; }

.form-control:focus,
button:visited,
button.active,
button:hover,
button:focus,
input:visited,
input.active,
input:hover,
input:focus,
textarea:hover,
textarea:focus,
a:hover,
a:focus,
a:visited,
a.active,
select,
select:hover,
select:focus,
select:visited {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
  color: inherit; }

.form-control {
  -webkit-box-shadow: none;
  box-shadow: none; }

.relative-position {
  position: relative; }

.no-padding {
  padding: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 0;
  color: #181818; }

h1 {
  font-size: 60px; }

h2 {
  font-size: 48px; }

h3 {
  font-size: 34px; }

h4 {
  font-size: 24px; }

h5 {
  font-size: 20px; }

h6 {
  font-size: 18px; }

p {
  color: #181818; }

.scrollup {
  width: 55px;
  right: 20px;
  z-index: 5;
  height: 55px;
  bottom: 20px;
  display: none;
  position: fixed;
  line-height: 55px;
  border-radius: 100%;
  background-color: #ffffff;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
  .scrollup i {
    color: #fff; }

[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
  margin-left: 0; }

/* Preloader */
.preloader-inner {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .preloader-inner .cancel-preloader {
    position: absolute;
    bottom: 30px;
    right: 30px; }
    .preloader-inner .cancel-preloader a {
      background-color: #ffffff;
      font-weight: 600;
      text-transform: capitalize;
      color: #b40000;
      width: 200px;
      height: 50px;
      text-align: center;
      line-height: 50px;
      border-radius: 30px;
      display: block;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
      .preloader-inner .cancel-preloader a:hover {
        background-color: #b40000;
        color: #ffffff; }

.spinner {
  width: 70px;
  text-align: center; }

.spinner > div {
  width: 15px;
  height: 15px;
  background-color: #b40000;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both; }

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0); }
  40% {
    -webkit-transform: scale(1); } }

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.template-pagination {
  text-align: center;
  margin-top: 30px; }
  .template-pagination ul {
    display: inline-block; }
    .template-pagination ul li {
      display: inline-block; }
      .template-pagination ul li a {
        display: block;
        padding: 12px 8px;
        text-align: center;
        color: #b6b6b6;
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        text-decoration: underline; }
        .template-pagination ul li a:hover {
          color: #181818;
          text-decoration: none; }
    .template-pagination ul .active a {
      text-decoration: none;
      color: #181818; }
    .template-pagination ul .prev-arrow,
    .template-pagination ul .next-arrow {
      background-color: #fff;
      border: 1px solid #d7d7d7;
      padding: 6px 12px; }
      .template-pagination ul .prev-arrow:hover,
      .template-pagination ul .next-arrow:hover {
        background-color: #b40000;
        border: 1px solid #b40000;
        color: #fff;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s; }

.blog-pagination {
  text-align: center; }
  .blog-pagination ul {
    display: inline-block; }
    .blog-pagination ul li {
      display: inline-block; }
      .blog-pagination ul li a {
        display: block;
        padding: 8px 6px;
        text-align: center;
        color: #181818;
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s; }
        .blog-pagination ul li a:hover {
          color: #b40000; }
    .blog-pagination ul .active a {
      color: #b40000; }
    .blog-pagination ul .prev-arrow,
    .blog-pagination ul .next-arrow {
      background-color: transparent; }
      .blog-pagination ul .prev-arrow i,
      .blog-pagination ul .next-arrow i {
        margin-left: 6px; }
      .blog-pagination ul .prev-arrow:hover,
      .blog-pagination ul .next-arrow:hover {
        color: #b40000;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s; }

.ml-80 {
  margin-left: 80px; }

.ml-160 {
  margin-left: 160px; }

.header-section .top-bar {
  background-color: #181818;
  padding: 6px 0; }
  @media (max-width: 575.98px) {
    .header-section .top-bar {
      display: none; } }
  .header-section .top-bar .topbar-left p {
    color: #fff; }
  .header-section .top-bar .topbar-lang-switcher {
    text-align: right; }
    .header-section .top-bar .topbar-lang-switcher .lang-select {
      position: relative;
      display: inline-block; }
      .header-section .top-bar .topbar-lang-switcher .lang-select a {
        color: #fff; }
        .header-section .top-bar .topbar-lang-switcher .lang-select a span {
          margin-left: 3px; }
    .header-section .top-bar .topbar-lang-switcher img {
      width: 28px;
      margin-right: 8px; }
    .header-section .top-bar .topbar-lang-switcher ul {
      position: absolute;
      top: calc(100% + 6px);
      right: 0;
      width: 120px;
      text-align: left;
      background-color: #181818;
      padding: 10px;
      border-top: 2px solid #b40000;
      display: none;
      z-index: 10000; }
      .header-section .top-bar .topbar-lang-switcher ul li + li a {
        margin-top: 10px;
        display: inline-block; }

.header-section .info-area {
  padding: 10px 0; }
  @media (max-width: 767.98px) {
    .header-section .info-area {
      display: none; } }
  .header-section .info-area .container {
    position: relative; }
  .header-section .info-area hr {
    margin: 0;
    position: absolute;
    bottom: -14px;
    width: calc(100% - 30px);
    z-index: 99; }
  .header-section .info-area .info-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .header-section .info-area .info-left .info-list + .info-list {
      margin-left: 20px; }
    .header-section .info-area .info-left .icon-container {
      display: inline-block;
      margin-right: 10px; }
      .header-section .info-area .info-left .icon-container i {
        color: #181818;
        font-size: 40px;
        display: inline-block;
        line-height: 0; }
    .header-section .info-area .info-left .info-text {
      display: inline-block; }
      .header-section .info-area .info-left .info-text h6 {
        font-size: 14px; }
      .header-section .info-area .info-left .info-text span {
        font-size: 12px;
        color: #b40000; }
  .header-section .info-area .info-right-btn {
    text-align: right; }
    @media (max-width: 991.98px) {
      .header-section .info-area .info-right-btn {
        display: none; } }
    .header-section .info-area .info-right-btn a {
      width: 180px;
      background-color: #b40000;
      color: white;
      display: inline-block;
      height: 40px;
      text-align: center;
      line-height: 40px;
      text-transform: uppercase;
      font-family: "Montserrat", sans-serif;
      font-weight: 700;
      font-size: 14px;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
      .header-section .info-area .info-right-btn a:hover {
        background-color: #181818; }
.info-right-btn a {
      width: 180px;
      background-color: #b40000;
      color: white;
      display: inline-block;
      height: 40px;
      text-align: center;
      line-height: 40px;
      text-transform: uppercase;
      font-family: "Montserrat", sans-serif;
      font-weight: 700;
      font-size: 14px;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
.info-right-btn a:hover {
        background-color: #181818; }
.breadcrumb {
  padding: 80px 0;
  background-size: cover;
  background-position: center;
  margin-bottom: 0; }
  .breadcrumb .breadcrumb-title {
    text-align: center; }
    .breadcrumb .breadcrumb-title h1 {
      color: #fff;
      text-transform: initial;
      text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.18); }

.header-main-menu .dropdown {
  position: relative; }
  .header-main-menu .dropdown:before {
    top: 0;
    right: -15px;
    content: '+';
    font-size: 18px;
    font-weight: 900;
    position: absolute;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out; }
  .header-main-menu .dropdown:hover .dropdown-menu {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1); }

.header-main-menu .dropdown-menu {
  left: 0;
  top: 48px;
  z-index: 100;
  margin: 0px;
  padding: 0px;
  height: auto;
  width: 200px;
  display: block;
  border: none;
  border-radius: 0;
  overflow: hidden;
  position: absolute;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  background-color: #fff;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  -webkit-transform-origin: center top 0;
  -ms-transform-origin: center top 0;
  transform-origin: center top 0;
  background-color: #000000; }
  .header-main-menu .dropdown-menu li {
    display: block !important;
    margin: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
    .header-main-menu .dropdown-menu li:last-child {
      border-bottom: none; }
  .header-main-menu .dropdown-menu a {
    width: 100%;
    display: block;
    padding: 10px 20px 10px !important;
    color: #fff !important;
    font-weight: 400 !important;
    font-size: 15px !important; }
    .header-main-menu .dropdown-menu a::after {
      content: '';
      display: none; }
    .header-main-menu .dropdown-menu a:hover {
      color: #fff;
      background-color: #181818; }

.header-nav-style {
  padding: 8px 0; }
  @media (max-width: 767.98px) {
    .header-nav-style {
      padding-top: 8px; } }
  .header-nav-style .dropdown:before {
    color: #181818;
    right: -12px;
    font-size: 16px; }
  .header-nav-style .dropdown:hover:before {
    -webkit-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    transform: rotate(130deg); }
  .header-nav-style .main-navigation-area {
    padding-top: 26px;
    display: inline-block; }
    .header-nav-style .main-navigation-area li {
      margin-left: 30px;
      display: inline-block; }
      .header-nav-style .main-navigation-area li a {
        color: #181818;
        font-weight: 700;
        font-family: "Montserrat", sans-serif;
        text-transform: uppercase;
        position: relative;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s; }
        .header-nav-style .main-navigation-area li a:hover {
          color: #b40000; }
          .header-nav-style .main-navigation-area li a:hover:after {
            width: 100%;
            left: 0;
            right: auto; }
        .header-nav-style .main-navigation-area li a::after {
          content: '';
          position: absolute;
          bottom: -6px;
          right: 0;
          width: 0;
          height: 2px;
          background-color: #b40000;
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          transition: 0.5s; }
  .header-nav-style.sticky-on {
    padding: 8px 0px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 20px #ddd;
    box-shadow: 0px 0px 20px #ddd; }

/*Stickey header*/
/*----------------------------------------------------*/
.sticky-on {
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  position: fixed;
  z-index: 1000;
  width: 100%;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-transition: .7s all ease-in-out;
  -o-transition: .7s all ease-in-out;
  transition: .7s all ease-in-out;
  top: 0; }

.str-mobile_menu_content {
  top: 0px;
  bottom: 0;
  right: -350px;
  height: 100vh;
  z-index: 9911;
  position: fixed;
  width: 280px;
  overflow-y: scroll;
  background-color: #1c1c1c;
  padding: 40px 0px;
  -webkit-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in; }
  .str-mobile_menu_content .str-mobile-main-navigation {
    width: 100%; }
    .str-mobile_menu_content .str-mobile-main-navigation .navbar-nav {
      width: 100%; }
  .str-mobile_menu_content .navbar-nav .dropdown-menu {
    position: static !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important; }
  .str-mobile_menu_content .str-mobile-main-navigation .navbar-nav li {
    width: 100%;
    display: block;
    padding: 13px 15px 13px 0px;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1); }
    .str-mobile_menu_content .str-mobile-main-navigation .navbar-nav li a {
      color: #d5d5d5;
      padding: 0;
      width: 100%;
      display: block;
      font-size: 14px;
      font-weight: 400;
      padding: 5px 30px 0px;
      text-transform: uppercase; }
  .str-mobile_menu_content .m-brand-logo {
    width: 160px;
    margin: 0 auto;
    margin-bottom: 30px; }

.str-mobile_menu_wrap.mobile_menu_on .str-mobile_menu_content {
  right: 0px;
  -webkit-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out; }

.mobile_menu_overlay {
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  right: 0%;
  height: 120vh;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out; }

.mobile_menu_overlay_on {
  overflow: hidden; }

.str-mobile_menu_wrap.mobile_menu_on .mobile_menu_overlay {
  opacity: 1;
  visibility: visible; }

.str-mobile_menu_button {
  right: 0;
  top: -43px;
  z-index: 5;
  position: absolute;
  display: none;
  cursor: pointer;
  line-height: 40px;
  color: #181818;
  text-align: center;
  font-size: 30px; }
  @media (max-width: 991.98px) {
    .str-mobile_menu_button {
      display: block; } }

.str-mobile_menu .str-mobile-main-navigation .navbar-nav li a:after {
  display: none; }

.str-mobile_menu .str-mobile-main-navigation .dropdown > .dropdown-menu {
  opacity: 1;
  visibility: visible; }

.str-mobile_menu .str-mobile_menu_content .str-mobile-main-navigation .navbar-nav .dropdown-menu {
  border: none;
  display: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 5px 0px;
  width: 100%;
  background-color: transparent; }
  .str-mobile_menu .str-mobile_menu_content .str-mobile-main-navigation .navbar-nav .dropdown-menu li {
    border: none;
    padding: 0 20px;
    line-height: 1;
    margin-bottom: 5px; }

.str-mobile_menu .dropdown {
  position: relative; }
  .str-mobile_menu .dropdown .dropdown-btn {
    position: absolute;
    right: 15px;
    top: 10px;
    text-align: center;
    line-height: 35px;
    background: none;
    color: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 0px;
    padding: 0px;
    width: 36px;
    height: 35px; }

.str-mobile_menu .str-mobile_menu_close {
  color: #d60606;
  cursor: pointer;
  top: 15px;
  height: 20px;
  width: 20px;
  left: 15px;
  font-size: 20px;
  position: absolute; }

.str-main-header.str-sticky-menu .str-mobile_menu_content {
  top: 15px; }

@media screen and (max-width: 1024px) {
  .header-nav-style .site-logo {
    width: 200px;
    padding-top: 0; } }

@media screen and (max-width: 991px) {
  .header-nav-style .main-navigation-area {
    display: none; }
  .header-nav-style .header-cta-btn {
    margin-right: 50px; }
  .header-nav-style .header-cta-btn {
    width: 160px; }
  .str-mobile_menu_button {
    display: block !important;
    margin-top: 0px;
    margin-right: 20px; } }

.banner-slider .fa-arrow-right::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900; }

.service-section {
  padding: 80px 0; }

.service-left {
  position: relative; }
  @media (max-width: 767.98px) {
    .service-left {
      margin-bottom: 20px; } }
  .service-left .bg-shape {
    position: absolute;
    top: -20px;
    left: -20px;
    z-index: -1;
    width: 300px; }

.service-right .section-title {
  margin-bottom: 40px; }
  .service-right .section-title h3 {
    position: relative;
    display: inline-block;
    text-shadow: 5.446px 8.387px 0px rgba(0, 0, 0, 0.04); }
    .service-right .section-title h3::after {
      position: absolute;
      content: '';
      width: 300px;
      height: 25px;
      background-image: url(../../images/imagem-6.png);
      background-size: cover;
      left: calc(100% + 20px);
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  .service-right .section-title span {
    color: #b40000; }

.service-right .pera-text {
  margin-bottom: 40px; }

.service-right .slick-arrow {
  position: absolute;
  top: 50%;
  left: -10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: transparent;
  border: none;
  color: #181818; }
  @media (max-width: 767.98px) {
    .service-right .slick-arrow {
      display: none !important; } }

.service-right .slick-next {
  left: auto;
  right: -10px; }
  @media (max-width: 991.98px) {
    .service-right .slick-next {
      right: 0; } }

.service-right .service-slider {
  padding-left: 20px; }
  .service-right .service-slider .single-item {
    width: 220px;
    display: inline-block;
    padding: 12px 5px 12px 5px;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    border: 1px solid #ddd;
    text-transform: uppercase;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    font-weight: 600; }
    .service-right .service-slider .single-item:hover {
      background-color: #b40000;
      color: #fff; }
    .service-right .service-slider .single-item span {
      margin-right: 6px;
      font-size: 18px; }

.our-work {
  padding: 110px 0 50px 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.work-column {
  position: relative;
  overflow: hidden;
  margin-bottom: 60px; }
  .work-column:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }
  .work-column img {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
  .work-column:hover .work-column-content {
    bottom: 0;
    opacity: 1;
    visibility: visible; }
  .work-column .work-column-content {
    position: absolute;
    bottom: -160px;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 30px;
    background-color: rgba(6, 34, 62, 0.9);
    padding-top: 40px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
    @media (max-width: 1199.98px) {
      .work-column .work-column-content {
        opacity: 0;
        visibility: hidden; } }
    @media (max-width: 480px) {
      .work-column .work-column-content {
        padding: 15px; } }
    .work-column .work-column-content .content-top {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 30px; }
      .work-column .work-column-content .content-top i {
        font-size: 40px;
        color: #b40000;
        line-height: 0; }
      .work-column .work-column-content .content-top h6 {
        display: inline-block;
        color: #ffffff;
        margin-left: 10px; }
    .work-column .work-column-content .pera-text {
      margin-bottom: 25px; }
      .work-column .work-column-content .pera-text p {
        color: #ffffff; }
    .work-column .work-column-content .readmore-btn {
      color: #fff;
      font-weight: 700;
      text-transform: uppercase;
      position: relative;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
      .work-column .work-column-content .readmore-btn:hover {
        color: #b40000; }
        .work-column .work-column-content .readmore-btn:hover::after {
          right: auto;
          left: 0;
          width: 100%; }
      .work-column .work-column-content .readmore-btn::after {
        content: '';
        position: absolute;
        width: 0;
        bottom: -3px;
        right: 0;
        height: 1px;
        background-color: #b40000;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s; }

.about-us-section {
  padding: 50px 0;
    background-color: #fff; }

.about-left .title {
  margin-bottom: 30px; }
  .about-left .title h3 {
    position: relative;
    display: inline-block;
    text-shadow: 5.446px 8.387px 0px rgba(0, 0, 0, 0.04); }
    .about-left .title h3::after {
      position: absolute;
      content: '';
      width: 300px;
      height: 25px;
      background-image: url(../../images/imagem-6.png);
      background-size: cover;
      left: calc(100% + 20px);
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      @media (max-width: 991.98px) {
        .about-left .title h3::after {
          width: 100px; } }
      @media (max-width: 767.98px) {
        .about-left .title h3::after {
          width: 300px; } }
  .about-left .title span {
    color: #b40000; }

.about-left .spacer {
  height: 20px; }

.about-left .about-left-bottom {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .about-left .about-left-bottom .about-list {
    text-align: center; }
    .about-left .about-left-bottom .about-list:hover span img {
      -webkit-transform: translate(-50%, -50%) rotate(360deg);
      -ms-transform: translate(-50%, -50%) rotate(360deg);
      transform: translate(-50%, -50%) rotate(360deg); }
    .about-left .about-left-bottom .about-list + .about-list {
      margin-left: 60px; }
      @media (max-width: 991.98px) {
        .about-left .about-left-bottom .about-list + .about-list {
          margin-left: 15px; } }
    .about-left .about-left-bottom .about-list span {
      width: 90px;
      height: 90px;
      display: inline-block;
      border-radius: 50%;
      background-color: #b40000;
      border: 2px solid #e4e9f6;
      text-align: center;
      position: relative; }
      .about-left .about-left-bottom .about-list span img {
        width: 40px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s; }
    .about-left .about-left-bottom .about-list h6 {
      font-size: 16px;
      text-transform: capitalize; }

.about-right {
  position: relative; }
  @media (max-width: 767.98px) {
    .about-right {
      margin-top: 60px; } }
  .about-right::after {
    content: '';
    position: absolute;
    height: 80%;
    width: 100%;
    background-size: cover;
    background-position: center;
    right: 0;
    bottom: 0;
    z-index: 1; }
  .about-right img {
    width: 250px;
    position: relative;
    z-index: 2; }

.team-section {
  padding: 60px 0 110px 0; }
  @media (max-width: 991.98px) {
    .team-section {
      padding: 60px 0 50px 0; } }

@media (max-width: 991.98px) {
  .team-column {
    margin-bottom: 60px; } }

.team-column .team-content {
  padding: 60px 20px 30px;
  position: relative;
  border: 1px solid #dddddd; }
  .team-column .team-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background-image: url(../images/team/shape-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
  .team-column .team-content .title {
    margin-bottom: 10px; }
    .team-column .team-content .title span {
      margin-right: 8px;
      text-shadow: 5.446px 8.387px 0px rgba(0, 0, 0, 0.04); }
    .team-column .team-content .title h5 {
      text-transform: capitalize;
      display: inline-block;
      text-shadow: 5.446px 8.387px 0px rgba(0, 0, 0, 0.04); }
  .team-column .team-content .designation {
    margin-bottom: 15px; }
    .team-column .team-content .designation span {
      color: #b40000; }
  .team-column .team-content .pera-text {
    display: none; }
    .team-column .team-content .pera-text p {
      color: #747474;
      margin-bottom: 20px; }
  .team-column .team-content .team-info-list + .team-info-list {
    margin-top: 5px; }
  .team-column .team-content .team-info-list span {
    font-weight: 700; }
    .team-column .team-content .team-info-list span + span {
      margin-left: 8px; }

.consult-section {
  padding: 80px 0;
    background-color: #181818;
  position: relative; }
  .consult-section::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 80px;
    background-position: center;
    background-size: cover;
    bottom: 0;
    left: 0; }
  .consult-section .consult-left h3 {
    color: #fff;
    margin-bottom: 30px; }
  .consult-section .consult-left p {
    color: #fff;
    font-size: 18px;
    width: 80%; }
  .consult-section .consult-right {
    text-align: right; }
    @media (max-width: 991.98px) {
      .consult-section .consult-right {
        text-align: left;
        margin-top: 30px; } }
    .consult-section .consult-right a {
      background-color: #b40000;
      color: #fff;
      padding: 16px 0;
      width: 214px;
      text-align: center;
      display: inline-block;
      font-family: "Montserrat", sans-serif;
      text-transform: uppercase;
      font-size: 16px;
      font-weight: 700;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      border: 1px solid transparent; }
      .consult-section .consult-right a:hover {
        border: 1px solid #b40000;
        background-color: #181818; }
      .consult-section .consult-right a span {
        font-weight: 400;
        margin-left: 10px;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s; }
    .consult-right a {
      background-color: #b40000;
      color: #fff;
      padding: 16px 0;
      width: 214px;
      text-align: center;
      display: inline-block;
      font-family: "Montserrat", sans-serif;
      text-transform: uppercase;
      font-size: 16px;
      font-weight: 700;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      border: 1px solid transparent; }
      .consult-right a:hover {
        border: 1px solid #b40000;
        background-color: #181818; }
      .consult-right a span {
        font-weight: 400;
        margin-left: 10px;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s; }
.testimonial-section {
  padding: 80px 0 0 0;
  background-color: #fff; }
  .testimonial-section .section-title {
    margin-bottom: 80px;
    text-align: center; }
    .testimonial-section .section-title h3 {
      display: inline-block;
      text-shadow: 5.446px 8.387px 0px rgba(0, 0, 0, 0.04);
      position: relative; }
      .testimonial-section .section-title h3::before {
        position: absolute;
        content: '';
        width: 300px;
        height: 25px;
        background-image: url(../../images/imagem-6.png);
        background-size: cover;
        left: -320px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
      .testimonial-section .section-title h3::after {
        position: absolute;
        content: '';
        width: 300px;
        height: 25px;
        background-image: url(../../images/imagem-6.png);
        background-size: cover;
        left: calc(100% + 20px);
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
      .testimonial-section .section-title h3 span {
        color: #b40000; }
  .testimonial-section .slick-arrow {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 4px 12px;
    background-color: #fff;
    border: 0.5px solid #203364;
    color: #203364;
    cursor: pointer;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    z-index: 99; }
    .testimonial-section .slick-arrow:hover {
      background-color: #181818;
      color: #fff; }
    @media (max-width: 575.98px) {
      .testimonial-section .slick-arrow {
        display: none !important; } }
  .testimonial-section .slick-prev {
    right: 40px; }
  .testimonial-section .slick-list {
    margin: 0 -20px; }
  .testimonial-section .slick-slide {
    margin: 0 20px; }

@media (max-width: 991.98px) {
  .testimonial-left {
    margin-bottom: 60px; } }

.testimonial-single-item span {
  color: #b40000;
  font-size: 24px; }

.testimonial-single-item .tst-content,
.testimonial-single-item .client-info {
  margin-left: 40px; }

.testimonial-single-item .tst-content {
  margin-bottom: 30px; }

.testimonial-single-item .client-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .testimonial-single-item .client-info .img-container {
    margin-right: 20px; }
  .testimonial-single-item .client-info .name-designation h5 {
    text-transform: capitalize; }
  .testimonial-single-item .client-info .name-designation span {
    font-size: 16px;
    font-style: italic;
    color: #181818;
    margin-top: 6px;
    display: inline-block; }

.accordion .card:last-child .card-body {
  border-bottom: 0; }

.accordion .card .card-header {
  padding: 0; }
  @media (max-width: 575.98px) {
    .accordion .card .card-header {
      padding: 12px; } }
  .accordion .card .card-header h6 {
    cursor: pointer;
    text-transform: capitalize;
    font-size: 15px; }
    .accordion .card .card-header h6 span {
      width: 70px;
      height: 50px;
      background-color: #181818;
      display: inline-block;
      text-align: center;
      color: #fff;
      line-height: 50px;
      margin-right: 10px;
      border: 1px solid #181818; }
      @media (max-width: 575.98px) {
        .accordion .card .card-header h6 span {
          display: none; } }
    .accordion .card .card-header h6 a {
      display: block; }

.accordion .card + .card {
  margin-top: 20px; }

.accordion .card .card-body {
  border-bottom: 1px solid #dddddd; }

.accordion .card-active .card-header span {
  background-color: transparent !important;
  color: #181818 !important;
  border: 0 !important; }

.accordion .card-active .card-header h6 {
  color: #b40000; }
@media only screen and (max-width : 991px) {
	.projects-secton {
  padding: 60px 0; }
}
.projects-secton {
  padding: 110px 0; }
  .projects-secton .section-title {
    text-align: center; }
    .projects-secton .section-title h3 {
      display: inline-block;
      text-shadow: 5.446px 8.387px 0px rgba(0, 0, 0, 0.04);
      position: relative; }
      .projects-secton .section-title h3::before {
        position: absolute;
        content: '';
        width: 300px;
        height: 25px;
        background-image: url(../../images/imagem-6.png);
        background-size: cover;
        left: -320px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
      .projects-secton .section-title h3::after {
        position: absolute;
        content: '';
        width: 300px;
        height: 25px;
        background-image: url(../../images/imagem-6.png);
        background-size: cover;
        left: calc(100% + 20px);
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
      .projects-secton .section-title h3 span {
        color: #b40000; }
@media only screen and (max-width : 991px) {
	.projects-secton .projects-filter {
  margin-top: 30px; }
}  
  .projects-secton .projects-filter {
    margin-top: 60px; }
    .projects-secton .projects-filter .controls {
      text-align: center;
      margin-bottom: 30px; }
      .projects-secton .projects-filter .controls li {
        display: inline-block;
        font-weight: 700;
        position: relative;
        cursor: pointer;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        text-transform: capitalize;
        font-family: "Montserrat", sans-serif; }
        .projects-secton .projects-filter .controls li:hover {
          color: #b40000; }
        .projects-secton .projects-filter .controls li + li {
          margin-left: 30px; }
          .projects-secton .projects-filter .controls li + li::before {
            content: '/';
            position: absolute;
            top: 0;
            left: -18px; }
      .projects-secton .projects-filter .controls li.active {
        color: #b40000; }
    .projects-secton .projects-filter .filter-container {
      margin: 0; }
      .projects-secton .projects-filter .filter-container .filtr-item {
        position: relative;
        overflow: hidden; }
        .projects-secton .projects-filter .filter-container .filtr-item:hover .filter-overlay {
          -webkit-transform: scale(1);
          -ms-transform: scale(1);
          transform: scale(1);
          opacity: 1;
          visibility: visible; }
        .projects-secton .projects-filter .filter-container .filtr-item:hover img {
          -webkit-transform: scale(1);
          -ms-transform: scale(1);
          transform: scale(1); }
        .projects-secton .projects-filter .filter-container .filtr-item img {
          -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
          transform: scale(1.1);
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          transition: 0.5s; }
        .projects-secton .projects-filter .filter-container .filtr-item .filter-overlay {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-color: rgba(6, 34, 62, 0.702);
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-transform: scale(0.7);
          -ms-transform: scale(0.7);
          transform: scale(0.7);
          opacity: 0;
          visibility: hidden;
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          transition: 0.5s; }
          .projects-secton .projects-filter .filter-container .filtr-item .filter-overlay a i {
            color: #fff;
            background-color: #b40000;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            text-align: center;
            line-height: 40px;
            display: inline-block; }

.counterup-section {
  padding: 110px 0;
  position: relative;
  z-index: 1; }
  .counterup-section::after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(74, 94, 114, 0.8);
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0; }
  @media (max-width: 991.98px) {
    .counterup-section {
      padding: 110px 0 50px 0; } }
  .counterup-section .title-part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px; }
    .counterup-section .title-part .icon-container {
      margin-right: 20px; }
      @media (max-width: 575.98px) {
        .counterup-section .title-part .icon-container {
          display: none; } }
      .counterup-section .title-part .icon-container span {
        font-size: 60px;
        color: #fff; }
    .counterup-section .title-part .title h3 {
      color: #fff; }
      .counterup-section .title-part .title h3 span {
        color: #b40000; }
  @media (max-width: 991.98px) {
    .counterup-section .counterup-column {
      margin-bottom: 60px; } }
  .counterup-section .counterup-column span {
    color: #b40000;
    font-size: 24px; }
  .counterup-section .counterup-column h2 {
    color: #fff; }
  .counterup-section .counterup-column h6 {
    color: #fff;
    text-transform: capitalize; }

.news-section {
  padding: 80px 0;
    background-color: #fff; }
  .news-section .slick-list {
    margin: 0 -20px; }
  .news-section .slick-slide {
    margin: 0 20px; }
  .news-section .slick-arrow {
    position: absolute;
    top: -95px;
    right: 0;
    padding: 4px 12px;
    background-color: #fff;
    border: 0.5px solid #203364;
    color: #203364;
    cursor: pointer;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    z-index: 99; }
    .news-section .slick-arrow:hover {
      background-color: #181818;
      color: #fff; }
    @media (max-width: 767.98px) {
      .news-section .slick-arrow {
        display: none !important; } }
  .news-section .slick-prev {
    right: 40px; }
  .news-section .section-title {
    margin-bottom: 60px; }
    .news-section .section-title h3 {
      display: inline-block;
      position: relative;
      text-shadow: 5.446px 8.387px 0px rgba(0, 0, 0, 0.04); }
      .news-section .section-title h3 span {
        color: #b40000; }
      .news-section .section-title h3::after {
        position: absolute;
        content: '';
        width: 300px;
        height: 25px;
        background-image: url(../../images/imagem-6.png);
        background-size: cover;
        left: calc(100% + 20px);
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }

.news-slider .news-single-item:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.news-slider .news-single-item .img-container {
  overflow: hidden; }
  .news-slider .news-single-item .img-container img {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }

.news-slider .news-single-item .news-content {
  padding: 30px;
  border: 1px solid #ddd; }
  .news-slider .news-single-item .news-content .date {
    margin-bottom: 10px; }
  .news-slider .news-single-item .news-content .title {
    margin-bottom: 20px; }
    .news-slider .news-single-item .news-content .title h4 {
      text-transform: initial;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
      .news-slider .news-single-item .news-content .title h4:hover {
        color: #b40000; }
  .news-slider .news-single-item .news-content .pera-text {
    margin-bottom: 30px; }
  .news-slider .news-single-item .news-content .news-bottom a.readmore-btn {
    text-transform: uppercase;
    font-weight: 700;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
    .news-slider .news-single-item .news-content .news-bottom a.readmore-btn:hover {
      color: #b40000; }
  .news-slider .news-single-item .news-content .news-bottom a.comment-btn {
    font-weight: 600;
    float: right; }
    .news-slider .news-single-item .news-content .news-bottom a.comment-btn i {
      margin-right: 6px;
      color: #9c9c9c; }

.footer-top {
  padding-bottom: 80px; }
  .footer-top .title {
    margin-bottom: 60px; }
    .footer-top .title h3 {
      display: inline-block;
      position: relative;
      text-shadow: 5.446px 8.387px 0px rgba(0, 0, 0, 0.04); }
      .footer-top .title h3 span {
        color: #b40000; }
      .footer-top .title h3::after {
        position: absolute;
        content: '';
        width: 230px;
        height: 25px;
        background-image: url(../../images/imagem-6.png);
        background-size: cover;
        left: calc(100% + 20px);
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
  @media (max-width: 991.98px) {
    .footer-top .footer-top-left {
      margin-bottom: 80px; } }
  .footer-top .footer-top-left .slick-list {
    margin: 0 -20px; }
  .footer-top .footer-top-left .slick-slide {
    margin: 0 20px; }
  .footer-top .footer-top-left .slick-arrow {
    position: absolute;
    bottom: -80px;
    right: 0;
    padding: 4px 12px;
    background-color: #fff;
    border: 0.5px solid #203364;
    color: #203364;
    cursor: pointer;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    z-index: 99; }
    .footer-top .footer-top-left .slick-arrow:hover {
      background-color: #181818;
      color: #fff; }
    @media (max-width: 991.98px) {
      .footer-top .footer-top-left .slick-arrow {
        display: none !important; } }
  .footer-top .footer-top-left .slick-prev {
    right: 40px; }
  .footer-top .footer-top-left .clients-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .footer-top .footer-top-right .slick-list {
    margin: 0 -20px; }
  .footer-top .footer-top-right .slick-slide {
    margin: 0 20px; }
  .footer-top .footer-top-right .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .footer-top .footer-top-right .slick-arrow {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    transform: translatey(-50%);
    background: transparent;
    border: none;
    color: #203364;
    z-index: 99; }
  .footer-top .footer-top-right .slick-next {
    left: auto;
    right: 0; }
  .footer-top .footer-top-right .brand-slider {
    margin-top: 30px; }
    .footer-top .footer-top-right .brand-slider .single-item {
      text-align: center; }
      .footer-top .footer-top-right .brand-slider .single-item img {
        width: 180px;
        display: inline-block; }

  .footer-top .footer-top-right .brand-slider2 {
    margin-top: 30px; }
    .footer-top .footer-top-right .brand-slider2 .single-item {
      text-align: center; }
      .footer-top .footer-top-right .brand-slider2 .single-item img {
        width: 300px;
        display: inline-block; }

.footer-section {
  padding: 60px 0 40px 0;
  background-color: #181818;
  position: relative; }
  .footer-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 20px;
    background-image: url(../../images/imagem-5.png);
    background-size: cover;
    background-position: center; }
  @media (max-width: 991.98px) {
    .footer-section .footer-widget {
      margin-bottom: 60px; } }
  .footer-section .footer-widget .ft-logo {
    margin-bottom: 20px; }
    .footer-section .footer-widget .ft-logo img {
      width: 120px; }
  .footer-section .footer-widget .ft-meta p {
    text-transform: uppercase;
    color: #fff; }
    .footer-section .footer-widget .ft-meta p span {
      color: #b40000; }
  .footer-section .footer-widget .title {
    margin-bottom: 20px; }
    .footer-section .footer-widget .title h4 {
      color: #fff; }
  .footer-section .footer-widget .footer-news-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .footer-section .footer-widget .footer-news-list + .footer-news-list {
      margin-top: 15px; }
    .footer-section .footer-widget .footer-news-list .img-container {
      margin-right: 10px; }
    .footer-section .footer-widget .footer-news-list .ft-news-content p {
      color: #fff; }
    .footer-section .footer-widget .footer-news-list .ft-news-content .date span {
      color: #b40000;
      font-size: 14px; }
  .footer-section .footer-widget .footer-links ul li + li {
    margin-top: 6px; }
  .footer-section .footer-widget .footer-links ul li a {
    color: #fff;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    text-transform: capitalize; }
    .footer-section .footer-widget .footer-links ul li a:hover {
      color: #b40000; }
  .footer-section .footer-widget .subscribe-form {
    margin-bottom: 30px; }
    .footer-section .footer-widget .subscribe-form form {
      position: relative; }
      @media (min-width: 576px) and (max-width: 767.98px) {
        .footer-section .footer-widget .subscribe-form form {
          width: 70%; } }
      .footer-section .footer-widget .subscribe-form form input[type="email"] {
        width: 100%;
        padding: 6px 18px;
        border: none;
        border-radius: 30px;
        background-color: #b40000;
        color: #fff;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
        .footer-section .footer-widget .subscribe-form form input[type="email"]::-webkit-input-placeholder {
          color: #fff; }
        .footer-section .footer-widget .subscribe-form form input[type="email"]:-ms-input-placeholder {
          color: #fff; }
        .footer-section .footer-widget .subscribe-form form input[type="email"]::-ms-input-placeholder {
          color: #fff; }
        .footer-section .footer-widget .subscribe-form form input[type="email"]::placeholder {
          color: #fff; }
      .footer-section .footer-widget .subscribe-form form .submit-btn {
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        background-color: #fff;
        border: none;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        font-size: 24px;
        color: #b40000;
        text-align: center;
        padding: 0;
        line-height: 40px; }
  .footer-section .footer-widget .social-links h4 {
    color: #fff;
    margin-bottom: 15px; }
  .footer-section .footer-widget .social-links a {
    color: #989898;
    background-color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 20px;
    line-height: 40px;
    border-radius: 50%;
    display: inline-block;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
    .footer-section .footer-widget .social-links a:hover {
      color: #fff;
      background-color: #b40000; }
    .footer-section .footer-widget .social-links a + a {
      margin-left: 10px; }
  .footer-section .footer-copyright {
    background-color: #191919;
    padding: 20px 0;
    margin-top: 60px; }
    @media (max-width: 991.98px) {
      .footer-section .footer-copyright {
        margin-top: 0; } }
    .footer-section .footer-copyright p {
      color: #7a7a7a; }
      .footer-section .footer-copyright p a {
        color: #b40000; }
    .footer-section .footer-copyright .copyright-links {
      text-align: right; }
      @media (max-width: 767.98px) {
        .footer-section .footer-copyright .copyright-links {
          text-align: left;
          margin-top: 6px; } }
      .footer-section .footer-copyright .copyright-links a {
        color: #7a7a7a; }
        .footer-section .footer-copyright .copyright-links a + a {
          margin-left: 10px; }

.ab-client-slider {
  padding: 80px 0;
    background-color: #fff; }
  .ab-client-slider .section-title {
    text-align: center;
    margin-bottom: 60px; }
    .ab-client-slider .section-title h3 {
      display: inline-block;
      text-shadow: 5.446px 8.387px 0px rgba(0, 0, 0, 0.04);
      position: relative; }
      .ab-client-slider .section-title h3::before {
        position: absolute;
        content: '';
        width: 300px;
        height: 25px;
        background-image: url(../../images/imagem-6.png);
        background-size: cover;
        left: -320px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
      .ab-client-slider .section-title h3::after {
        position: absolute;
        content: '';
        width: 300px;
        height: 25px;
        background-image: url(../../images/imagem-6.png);
        background-size: cover;
        left: calc(100% + 20px);
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
      .ab-client-slider .section-title h3 span {
        color: #b40000; }
  .ab-client-slider .slick-list {
    margin: 0 -20px;
    padding-top: 30px; }
  .ab-client-slider .slick-slide {
    margin: 0 20px; }
  .ab-client-slider .ab-client-testimonial .single-item {
    border: 1px solid #e6e6e6;
    position: relative;
    padding: 80px 50px 50px 50px;
    text-align: center; }
    .ab-client-slider .ab-client-testimonial .single-item .img-container {
      position: absolute;
      top: -30px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 80px;
      height: 80px;
      border-radius: 50%; }
    .ab-client-slider .ab-client-testimonial .single-item .tst-title h4 {
      text-transform: capitalize; }
    .ab-client-slider .ab-client-testimonial .single-item .tst-title span {
      font-style: italic;
      font-size: 12px;
      color: #777777; }
    .ab-client-slider .ab-client-testimonial .single-item .rating-icons {
      margin-bottom: 20px; }
      .ab-client-slider .ab-client-testimonial .single-item .rating-icons span {
        color: #b40000; }
        .ab-client-slider .ab-client-testimonial .single-item .rating-icons span + span {
          margin-left: 3px; }
  .ab-client-slider .view-more-btn {
    margin-top: 60px;
    text-align: center; }
    .ab-client-slider .view-more-btn a {
      display: inline-block;
      padding: 12px 0;
      width: 155px;
      text-align: center;
      background-color: #181818;
      color: #fff;
      font-family: "Montserrat", sans-serif;
      text-transform: uppercase;
      font-weight: 600;
      position: relative;
      z-index: 1; }
      .ab-client-slider .view-more-btn a::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 0;
        height: 100%;
        background-color: #b40000;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        z-index: -1; }
      .ab-client-slider .view-more-btn a:hover::before {
        right: auto;
        left: 0;
        width: 100%; }
      .ab-client-slider .view-more-btn a:hover i {
        margin-left: 10px; }
      .ab-client-slider .view-more-btn a i {
        margin-left: 6px;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s; }

.sr-service {
  padding-bottom: 110px; }
  .sr-service .work-column-content {
    padding-top: 30px;
    bottom: -175px; }
    .sr-service .work-column-content .content-top {
      text-align: left; }
    .sr-service .work-column-content h6 {
      text-transform: capitalize;
      margin-left: 0 !important; }
    .sr-service .work-column-content .pera-text {
      padding-right: 90px; }

.service-details {
  padding: 110px 0; }

.sr-left-sidebar .sr-sidebar-widget h5 {
  margin-bottom: 30px;
  text-transform: initial; }

.sr-left-sidebar .sr-sidebar-widget + .sr-sidebar-widget {
  margin-top: 60px; }

.sr-left-sidebar .sr-ct-widget ul {
  display: block; }
  .sr-left-sidebar .sr-ct-widget ul li {
    display: block;
    padding: 8px 15px;
    border: 1px solid #d7d7d7; }
    .sr-left-sidebar .sr-ct-widget ul li + li {
      margin-top: 10px; }
    .sr-left-sidebar .sr-ct-widget ul li a {
      display: block;
      text-transform: capitalize;
      font-weight: 700;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
      .sr-left-sidebar .sr-ct-widget ul li a:hover {
        color: #b40000; }
    .sr-left-sidebar .sr-ct-widget ul li span {
      float: right; }
  .sr-left-sidebar .sr-ct-widget ul .active a {
    color: #b40000; }

.sr-left-sidebar .sr-contact-widget ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .sr-left-sidebar .sr-contact-widget ul li + li {
    margin-top: 15px; }
  .sr-left-sidebar .sr-contact-widget ul li span i {
    font-size: 18px;
    color: #b40000; }
  .sr-left-sidebar .sr-contact-widget ul li span + span {
    margin-left: 10px; }

.sr-left-sidebar .sr-brochure-widget .sr-download-btns {
  margin-top: 15px; }
  .sr-left-sidebar .sr-brochure-widget .sr-download-btns .br-download {
    width: 265px;
    padding: 12px 0;
    background-color: #b40000;
    text-align: center;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    display: inline-block;
    -webkit-box-shadow: 0px 3px 0px 0px rgba(207, 148, 8, 0.004);
    box-shadow: 0px 3px 0px 0px rgba(207, 148, 8, 0.004);
    border-bottom: 3px solid #cf9408; }
    .sr-left-sidebar .sr-brochure-widget .sr-download-btns .br-download i {
      margin-right: 6px; }
  .sr-left-sidebar .sr-brochure-widget .sr-download-btns .sr-btn2 {
    width: 265px;
    padding: 12px 0;
    background-color: transparent;
    text-align: center;
    color: #181818;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    display: inline-block;
    -webkit-box-shadow: 0px 3px 0px 0px rgba(207, 148, 8, 0.004);
    box-shadow: 0px 3px 0px 0px rgba(207, 148, 8, 0.004);
    border: 1px solid #d7d7d7;
    margin-top: 15px; }
    .sr-left-sidebar .sr-brochure-widget .sr-download-btns .sr-btn2 i {
      margin-right: 6px; }

.srd-contents {
  padding-left: 40px; }
  @media (max-width: 991.98px) {
    .srd-contents {
      margin-top: 80px;
      padding-left: 0; } }
  .srd-contents .section-title {
    margin-bottom: 30px; }
    .srd-contents .section-title h3 {
      position: relative;
      display: inline-block;
      text-shadow: 5.446px 8.387px 0px rgba(0, 0, 0, 0.04); }
      .srd-contents .section-title h3 span {
        color: #b40000; }
      .srd-contents .section-title h3::after {
        position: absolute;
        content: '';
        width: 300px;
        height: 25px;
        background-image: url(../../images/imagem-6.png);
        background-size: cover;
        left: calc(100% + 20px);
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
  .srd-contents .sr-txt-content ul {
    margin-top: 20px; }
    .srd-contents .sr-txt-content ul li {
      margin-bottom: 10px; }
      .srd-contents .sr-txt-content ul li i {
        margin-right: 6px;
        color: #b40000; }
  .srd-contents .sr-work-slider {
    margin-top: 30px; }
    .srd-contents .sr-work-slider .slick-list {
      margin: 0 -20px; }
    .srd-contents .sr-work-slider .slick-slide {
      margin: 0 20px; }
    .srd-contents .sr-work-slider .slick-dots {
      margin-top: 30px;
      text-align: center; }
      .srd-contents .sr-work-slider .slick-dots li {
        display: inline-block;
        margin-right: 10px; }
        .srd-contents .sr-work-slider .slick-dots li button {
          border: none;
          font-size: 0;
          width: 6px;
          height: 6px;
          background-color: #d7d7d7;
          border: none;
          border-radius: 50%;
          padding: 0; }
      .srd-contents .sr-work-slider .slick-dots li.slick-active button {
        width: 12px;
        height: 12px;
        background-color: #b40000; }
    .srd-contents .sr-work-slider .sr-single-item {
      position: relative;
      overflow: hidden; }
      .srd-contents .sr-work-slider .sr-single-item:hover .work-column-content {
        bottom: 0;
        opacity: 1;
        visibility: visible; }
      .srd-contents .sr-work-slider .sr-single-item .work-column-content {
        position: absolute;
        bottom: -170px;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 30px;
        background-color: rgba(6, 34, 62, 0.8);
        padding-top: 40px;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s; }
        @media (max-width: 1199.98px) {
          .srd-contents .sr-work-slider .sr-single-item .work-column-content {
            opacity: 0;
            visibility: hidden; } }
        .srd-contents .sr-work-slider .sr-single-item .work-column-content .content-top {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          margin-bottom: 30px; }
          .srd-contents .sr-work-slider .sr-single-item .work-column-content .content-top i {
            font-size: 40px;
            color: #b40000;
            line-height: 0; }
          .srd-contents .sr-work-slider .sr-single-item .work-column-content .content-top h6 {
            display: inline-block;
            color: #ffffff;
            margin-left: 10px; }
        .srd-contents .sr-work-slider .sr-single-item .work-column-content .pera-text {
          margin-bottom: 25px; }
          .srd-contents .sr-work-slider .sr-single-item .work-column-content .pera-text p {
            color: #ffffff; }
        .srd-contents .sr-work-slider .sr-single-item .work-column-content .readmore-btn {
          color: #b40000;
          font-weight: 700;
          text-transform: uppercase;
          position: relative; }
          .srd-contents .sr-work-slider .sr-single-item .work-column-content .readmore-btn::after {
            content: '';
            position: absolute;
            width: 100%;
            bottom: -3px;
            left: 0;
            height: 1px;
            background-color: #b40000; }
  .srd-contents .sr-accordion-wrapper {
    margin-top: 80px; }

.pr-page-filter .projects-filter {
  margin-top: 0; }

.pr-page-about .about-left .title h3::after {
  width: 250px; }

.pr-page-about .about-left .sub-title {
  margin-top: 30px;
  width: 80%; }
  .pr-page-about .about-left .sub-title p {
    font-family: "Montserrat", sans-serif;
    font-weight: 600; }

.projects-top-banner {
  padding: 110px 0;
  overflow: hidden; }
  .projects-top-banner .project-banner {
    position: relative; }
    .projects-top-banner .project-banner .shape-bg {
      position: absolute;
      top: -15px;
      left: -15px;
      width: 300px;
      z-index: -1; }
    .projects-top-banner .project-banner .banner {
      background-color: #fff;
      padding: 6px; }

.project-video-slider {
  margin-top: 60px; }
  .project-video-slider .slick-arrow {
    position: absolute;
    bottom: -80px;
    right: 0px;
    padding: 4px 12px;
    background-color: #fff;
    border: 0.5px solid #203364;
    color: #203364;
    cursor: pointer;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    z-index: 99;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .project-video-slider .slick-arrow:hover {
      background-color: #181818;
      color: #fff; }
  .project-video-slider .slick-prev {
    right: 40px; }
  .project-video-slider .slick-list {
    margin: 0 -20px; }
  .project-video-slider .slick-slide {
    margin: 0 20px; }
  .project-video-slider .single-item {
    position: relative;
    overflow: hidden; }
    .project-video-slider .single-item img {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1);
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
    .project-video-slider .single-item:hover img {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
    .project-video-slider .single-item:hover .item-title {
      -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
      transform: scale(0.7);
      opacity: 0;
      visibility: hidden; }
    .project-video-slider .single-item:hover .video-overlay {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      opacity: 1;
      visibility: visible; }
    .project-video-slider .single-item .item-title {
      background-color: #181818;
      padding: 20px 0;
      text-align: center;
      position: absolute;
      width: 100%;
      bottom: 0;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
      .project-video-slider .single-item .item-title h6 {
        color: #fff;
        text-transform: capitalize; }
    .project-video-slider .single-item .video-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #181818;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      opacity: 0;
      -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
      transform: scale(0.7);
      visibility: hidden;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
      .project-video-slider .single-item .video-overlay a {
        color: #fff;
        font-size: 40px; }

.project-details {
  padding: 80px 0; }
  .project-details .prd-left {
    padding-right: 100px; }
    @media (max-width: 575.98px) {
      .project-details .prd-left {
        padding-right: 0; } }
    .project-details .prd-left .title {
      margin-bottom: 6px; }
      .project-details .prd-left .title h3 {
        position: relative;
        display: inline-block;
        text-shadow: 5.446px 8.387px 0px rgba(0, 0, 0, 0.04); }
        .project-details .prd-left .title h3::after {
          position: absolute;
          content: '';
          width: 250px;
          height: 25px;
          background-image: url(../../images/imagem-6.png);
          background-size: cover;
          left: calc(100% + 20px);
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
      .project-details .prd-left .title span {
        color: #b40000; }
    .project-details .prd-left .star-rating {
      margin-bottom: 30px; }
      .project-details .prd-left .star-rating span {
        color: #b40000; }
    .project-details .prd-left .spacer {
      height: 20px; }
  .project-details .prd-right {
    border: 1px solid #d7d7d7;
    padding: 20px 0; }
    @media (max-width: 991.98px) {
      .project-details .prd-right {
        margin-top: 60px; } }
    .project-details .prd-right .prd-list {
      text-align: center; }
      .project-details .prd-right .prd-list + .prd-list {
        margin-top: 20px;
        border-top: 1px solid #d7d7d7;
        padding-top: 20px; }
      .project-details .prd-right .prd-list span {
        display: block;
        font-size: 15px; }
      .project-details .prd-right .prd-list .top {
        font-size: 18px;
        font-weight: 700;
        text-transform: capitalize; }

.related-projects {
  padding: 110px 0; }
  .related-projects .section-title {
    margin-bottom: 80px; }
    .related-projects .section-title h3 {
      position: relative;
      display: inline-block;
      text-shadow: 5.446px 8.387px 0px rgba(0, 0, 0, 0.04); }
      .related-projects .section-title h3::after {
        position: absolute;
        content: '';
        width: 250px;
        height: 25px;
        background-image: url(../../images/imagem-6.png);
        background-size: cover;
        left: calc(100% + 20px);
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
    .related-projects .section-title span {
      color: #b40000; }
  .related-projects .rp-slider .slick-arrow {
    position: absolute;
    top: -40px;
    right: 0px;
    padding: 4px 12px;
    background-color: #fff;
    border: 0.5px solid #203364;
    color: #203364;
    cursor: pointer;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    z-index: 99;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .related-projects .rp-slider .slick-arrow:hover {
      background-color: #181818;
      color: #fff; }
  .related-projects .rp-slider .slick-prev {
    right: 40px; }
  .related-projects .rp-slider .slick-list {
    margin: 0 -20px; }
  .related-projects .rp-slider .slick-slide {
    margin: 0 20px; }
  .related-projects .rp-slider .rp-single-item {
    position: relative;
    overflow: hidden; }
    .related-projects .rp-slider .rp-single-item img {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1);
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
    .related-projects .rp-slider .rp-single-item:hover img {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
    .related-projects .rp-slider .rp-single-item:hover .rp-overlay {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      opacity: 1;
      visibility: visible; }
    .related-projects .rp-slider .rp-single-item .rp-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(6, 34, 62, 0.702);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
      transform: scale(0.7);
      opacity: 0;
      visibility: hidden;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
      .related-projects .rp-slider .rp-single-item .rp-overlay .rp-content {
        display: inline-block;
        text-align: center; }
        .related-projects .rp-slider .rp-single-item .rp-overlay .rp-content a {
          width: 80px;
          height: 80px;
          background-color: #b40000;
          color: #fff;
          font-size: 24px;
          text-align: center;
          line-height: 80px;
          border-radius: 50%;
          margin-bottom: 15px;
          display: inline-block; }
        .related-projects .rp-slider .rp-single-item .rp-overlay .rp-content span {
          display: block;
          font-size: 18px;
          text-transform: capitalize;
          font-weight: 500;
          color: #fff; }

.blog-section {
  padding: 80px 0;
    background-color: #fff; }

.blog-single-item {
  margin-bottom: 60px; }
  .blog-single-item:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  .blog-single-item .img-container {
    overflow: hidden; }
    .blog-single-item .img-container img {
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
  .blog-single-item .news-content {
    padding: 30px;
    border: 1px solid #ddd; }
    .blog-single-item .news-content .date {
      margin-bottom: 10px; }
    .blog-single-item .news-content .title {
      margin-bottom: 20px; }
      .blog-single-item .news-content .title h4 {
        text-transform: initial;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s; }
        .blog-single-item .news-content .title h4:hover {
          color: #b40000; }
    .blog-single-item .news-content .pera-text {
      margin-bottom: 30px; }
    .blog-single-item .news-content .news-bottom a.readmore-btn {
      text-transform: uppercase;
      font-weight: 700;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
      .blog-single-item .news-content .news-bottom a.readmore-btn:hover {
        color: #b40000; }
    .blog-single-item .news-content .news-bottom a.comment-btn {
      font-weight: 600;
      float: right; }
      .blog-single-item .news-content .news-bottom a.comment-btn i {
        margin-right: 6px;
        color: #9c9c9c; }

.blog-details {
  padding: 110px 0; }

.blog-left-sidebar .sidebar-widget + .sidebar-widget {
  margin-top: 60px; }
  .blog-left-sidebar .sidebar-widget + .sidebar-widget h5 {
    margin-bottom: 30px; }

.blog-left-sidebar .search-widget form {
  width: 100%; }
  .blog-left-sidebar .search-widget form input {
    width: 100%;
    padding: 6px 8px;
    border: 2px solid #f5f5f5;
    font-size: 14px; }
    .blog-left-sidebar .search-widget form input::-webkit-input-placeholder {
      color: #999999; }
    .blog-left-sidebar .search-widget form input:-ms-input-placeholder {
      color: #999999; }
    .blog-left-sidebar .search-widget form input::-ms-input-placeholder {
      color: #999999; }
    .blog-left-sidebar .search-widget form input::placeholder {
      color: #999999; }

.blog-left-sidebar .category-widget h5 {
  margin-bottom: 18px; }

.blog-left-sidebar .category-widget ul li {
  display: block;
  border-bottom: 2px solid #f5f5f5;
  padding: 12px 0; }
  .blog-left-sidebar .category-widget ul li:last-child {
    border-bottom: none; }
  .blog-left-sidebar .category-widget ul li a {
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    text-transform: capitalize; }
    .blog-left-sidebar .category-widget ul li a:hover {
      color: #b40000; }
  .blog-left-sidebar .category-widget ul li span {
    float: right; }

.blog-left-sidebar .recent-post-widget .recent-posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .blog-left-sidebar .recent-post-widget .recent-posts + .recent-posts {
    margin-top: 30px; }
  .blog-left-sidebar .recent-post-widget .recent-posts .post-thumb {
    margin-right: 15px; }
    .blog-left-sidebar .recent-post-widget .recent-posts .post-thumb img {
      width: inherit; }
  .blog-left-sidebar .recent-post-widget .recent-posts .post-content h6 {
    font-size: 16px;
    text-transform: capitalize;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    margin-bottom: 3px; }
    .blog-left-sidebar .recent-post-widget .recent-posts .post-content h6:hover {
      color: #b40000; }
  .blog-left-sidebar .recent-post-widget .recent-posts .post-content span {
    color: #999999;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 12px; }

.blog-left-sidebar .archive-widget ul li {
  display: block;
  border-bottom: 2px solid #f5f5f5;
  padding: 12px 0; }
  .blog-left-sidebar .archive-widget ul li:last-child {
    border-bottom: none; }
  .blog-left-sidebar .archive-widget ul li a {
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    text-transform: capitalize; }
    .blog-left-sidebar .archive-widget ul li a:hover {
      color: #b40000; }
  .blog-left-sidebar .archive-widget ul li span {
    float: right; }

.blog-left-sidebar .tags-widget a {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #999999;
  text-transform: capitalize;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 6px;
  display: inline-block; }
  .blog-left-sidebar .tags-widget a:hover {
    color: #b40000; }

.blog-left-sidebar .instagram-widget .instagram-feed img {
  width: 30%;
  margin-right: 2%;
  margin-bottom: 10px; }

.spacer {
  height: 20px; }

.blog-post-details {
  padding-left: 30px; }
  @media (max-width: 991.98px) {
    .blog-post-details {
      margin-top: 80px; } }
  .blog-post-details .title h3 {
    margin-bottom: 20px;
    text-transform: capitalize; }
  .blog-post-details .blog-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .blog-post-details .blog-meta .author,
    .blog-post-details .blog-meta .date,
    .blog-post-details .blog-meta .comments {
      margin-right: 40px; }
      .blog-post-details .blog-meta .author span i,
      .blog-post-details .blog-meta .date span i,
      .blog-post-details .blog-meta .comments span i {
        margin-right: 6px; }
  .blog-post-details .divider {
    height: 1px;
    width: 100%;
    background-color: #f5f5f5;
    margin: 30px 0; }
  .blog-post-details .pera-content .dropcap {
    float: left;
    width: 0.7em;
    font-size: 400%;
    font-family: "Montserrat", sans-serif;
    line-height: 80%;
    font-weight: 500; }
  .blog-post-details .blog-content {
    margin-top: 60px; }
    .blog-post-details .blog-content h4 {
      margin-bottom: 20px;
      text-transform: initial; }
  .blog-post-details .blog-thumbnails {
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .blog-post-details .blog-thumbnails .thumbnail-left {
      margin-right: 15px; }
  .blog-post-details .blog-tags-and-social {
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 767.98px) {
      .blog-post-details .blog-tags-and-social {
        display: block; } }
    @media (max-width: 767.98px) {
      .blog-post-details .blog-tags-and-social .blog-tags {
        margin-bottom: 20px; } }
    .blog-post-details .blog-tags-and-social .blog-tags span {
      font-family: "Montserrat", sans-serif;
      text-transform: capitalize;
      margin-right: 20px;
      font-weight: 600; }
    .blog-post-details .blog-tags-and-social .blog-tags a {
      color: #b40000;
      text-transform: lowercase;
      padding: 6px 12px;
      margin-left: 10px;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
      .blog-post-details .blog-tags-and-social .blog-tags a:hover {
        color: #ffffff;
        background-color: #181818; }
    .blog-post-details .blog-tags-and-social .blog-social span {
      font-family: "Montserrat", sans-serif;
      font-weight: 600;
      margin-right: 10px; }
    .blog-post-details .blog-tags-and-social .blog-social a {
      padding: 6px;
      font-size: 18px;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
      .blog-post-details .blog-tags-and-social .blog-social a:hover {
        color: #b40000; }
  .blog-post-details .comment-box ul li {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .blog-post-details .comment-box ul li + li {
      margin-top: 30px; }
    .blog-post-details .comment-box ul li .comment-thumb {
      width: 100px;
      margin-right: 15px; }
    .blog-post-details .comment-box ul li .comment-content .comment-title {
      margin-bottom: 10px; }
      .blog-post-details .comment-box ul li .comment-content .comment-title h6 {
        text-transform: capitalize;
        display: inline-block;
        margin-right: 30px; }
      .blog-post-details .comment-box ul li .comment-content .comment-title span {
        color: #999999; }
    .blog-post-details .comment-box ul li .comment-content .reply-btn {
      padding: 6px 22px;
      background-color: #181818;
      color: #fff;
      font-family: "Montserrat", sans-serif;
      display: inline-block;
      margin-top: 20px;
      font-weight: 500; }
  .blog-post-details .comment-box .view-all-comments {
    margin-top: 60px;
    text-align: center; }
    .blog-post-details .comment-box .view-all-comments a {
      display: inline-block;
      color: #b40000;
      font-family: "Montserrat", sans-serif;
      font-weight: 700;
      font-size: 18px; }
    .blog-post-details .comment-box .view-all-comments span {
      display: block;
      color: #b40000; }

.contact-us-section {
  padding: 80px 0 0 0; }
  .contact-us-section .section-title {
    margin-bottom: 60px;
    text-align: center; }
    .contact-us-section .section-title h3 {
      display: inline-block;
      text-shadow: 5.446px 8.387px 0px rgba(0, 0, 0, 0.04);
      position: relative; }
      .contact-us-section .section-title h3::before {
        position: absolute;
        content: '';
        width: 300px;
        height: 25px;
        background-image: url(../../images/imagem-6.png);
        background-size: cover;
        left: -320px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
      .contact-us-section .section-title h3::after {
        position: absolute;
        content: '';
        width: 300px;
        height: 25px;
        background-image: url(../../images/imagem-6.png);
        background-size: cover;
        left: calc(100% + 20px);
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
      .contact-us-section .section-title h3 span {
        color: #b40000; }
    .contact-us-section .section-title .pera-text {
      margin-top: 60px; }

.contact-form {
  position: relative;
  z-index: 2;
  padding-left: 30px; }
  @media (max-width: 991.98px) {
    .contact-form {
      padding-left: 0; } }
  .contact-form input,
  .contact-form select,
  .contact-form textarea {
    width: 100%;
    padding: 8px 12px;
    border: none;
    background-color: #fff;
    margin-bottom: 20px;
    color: #465a6f; }
    .contact-form input::-webkit-input-placeholder,
    .contact-form select::-webkit-input-placeholder,
    .contact-form textarea::-webkit-input-placeholder {
      font-style: italic;
      font-size: 14px;
      color: #465a6f; }
    .contact-form input:-ms-input-placeholder,
    .contact-form select:-ms-input-placeholder,
    .contact-form textarea:-ms-input-placeholder {
      font-style: italic;
      font-size: 14px;
      color: #465a6f; }
    .contact-form input::-ms-input-placeholder,
    .contact-form select::-ms-input-placeholder,
    .contact-form textarea::-ms-input-placeholder {
      font-style: italic;
      font-size: 14px;
      color: #465a6f; }
    .contact-form input::placeholder,
    .contact-form select::placeholder,
    .contact-form textarea::placeholder {
      font-style: italic;
      font-size: 14px;
      color: #465a6f; }
  .contact-form select {
    color: #465a6f; }
  .contact-form .submit-btn button {
    width: 180px;
    padding: 12px 0;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    border: none;
    background-color: #b40000; }
    .contact-form .submit-btn button i {
      margin-right: 6px; }

.office-visit {
  padding-bottom: 110px; }
  @media (max-width: 991.98px) {
    .office-visit {
      padding-bottom: 80px; } }
  .office-visit .ofv-column {
    padding: 0 60px;
    text-align: center; }
    @media (max-width: 991.98px) {
      .office-visit .ofv-column {
        margin-bottom: 30px; } }
    @media (max-width: 767.98px) {
      .office-visit .ofv-column {
        padding: 0 30px; } }
    .office-visit .ofv-column .icon-container {
      margin-bottom: 20px; }
      .office-visit .ofv-column .icon-container span {
        width: 80px;
        height: 80px;
        background-color: #181818;
        text-align: center;
        line-height: 80px;
        border-radius: 50%;
        border: 3px solid #e4e9f6;
        display: inline-block;
        color: #fff;
        font-size: 25px; }
    .office-visit .ofv-column .ofv-content h6 {
      text-transform: capitalize;
      margin-bottom: 10px; }
    .office-visit .ofv-column .ofv-content p {
      font-size: 14px;
      color: #888888;
      margin-bottom: 10px; }
.single-service {
    background: #f3f3f3 none repeat scroll 0 0;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 30px;
    margin-top: 45px;
    padding: 40px 15px 30px;
    position: relative;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.single-service .service-icon {
    background-color: #f3f3f3;
    border-radius: 50%;
    box-sizing: border-box;
    height: 80px;
    left: 0;
    line-height: 80px;
    margin: -42px auto 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    width: 80px;
}
.single-service .service-icon i:before {
    font-size: 30px;
    margin-left: 0;
    color: #f26723
}
.single-service:before {
    background: #f26723 none repeat scroll 0 0;
    content: "";
    height: 40px;
    left: 0;
    position: absolute;
    top: 0;
    width: 4px;
}
.single-service:after {
    background: #f26723 none repeat scroll 0 0;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    top: 0;
    width: 40px;
}
.single-service > h3 {
    font-size: 19px;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #333
}
.single-service > h3 > a:hover{
    color: #f26723
}
.single-service-text > h2, .about-service-right > h2, .single-service-widget > h2 {
    color: #333;
    font-size: 26px;
    line-height: 35px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    padding-left: 20px;
    position: relative;
    text-transform: capitalize;
}
.single-service-text > h2:before, .about-service-right > h2:before, .single-service-widget > h2:before {
    background: #f26723 none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 100%;
    width: 80px;
}
.single-service-text {
    margin-top: 15px;
}
.single-service-text > p {
    margin: 0 0 10px;
}
.single-service-widget{
    margin-bottom: 30px
}
.single-service-widget:last-child{
    margin-bottom: 0
}
.single-service-left-widget {
    margin-bottom: 50px;
}
.single-service-left-widget li {
    border-bottom: 3px solid #fff;
}
.single-service-left-widget li a:hover, .single-service-left-widget ul li.active > a {
    background: #f26723 none repeat scroll 0 0;
    border-left: 5px solid #000;
    color: #fff;
}
.single-service-left-widget li a {
    background: #f7f7f7 none repeat scroll 0 0;
    border-left: 5px solid #f7f7f7;
    color: #333;
    display: block;
    font-weight: 500;
    padding: 10px 20px;
    text-transform: capitalize;
}   
.single-service-left-widget li a i {
    float: right;
    font-size: 20px;
    margin-top: 2px;
}
.botaoprincipal{
	padding: 11px 16px;
	background-color: #fff;
	border: 0.5px solid #181818;
	color: #ffffff !important;
	transition: 0.5s;
}
.botaoprincipal:hover{
	border: 1px solid #b40000;
	background-color: #b40000 !important;
	color: #cccccc !important;
}
.efeitoparallax{
	position: relative;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;}
.efeitoparallax::before{
	content: "";
	background-color: rgba(0,0,0,0.7);
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.wimagauto{
	width: auto !important;
}
@media only screen and (max-width : 991px){
.imagem991{
	max-width: 100%;
    height: auto;
}
}
.minh300{
	min-height: 300px;
}
.bgformulario{
	background-color: #506478;
}
.bordamapa{
	border: none;
    width: 100%;
}
.verde{
	color: #51ff68 !important;
	font-weight: 700;
	font-size: 18px;
}
.vermelho{
	color: #ff8585 !important;
	font-weight: 700;
	font-size: 18px;
}
@media only screen and (min-width:992px){
.displaynonedesk{
	display: none !important;
}
}
@media only screen and (max-width:991px) {
.displaynone2{
	display: none !important;
}
h1 {
	font-size: 34px
}
h2 {
	font-size: 32px
}
h3 {
	font-size: 20px
}
h4 {
	font-size: 18px
}
.breadcrumb {
  	padding: 40px 0;
}
.alinhacentro991{
	text-align: center;
}
.mb-20-991{
	margin-bottom: 20px !important;
}
.maxlogo991{
	max-height: 48px!important;
}
.maxlogo991-2{
	max-height: 55px!important;
	width: auto;
}
.work-column .work-column-content{
	position: initial !important;
	opacity: 1;
    visibility: initial;
	padding-top: 25px;
}
.work-column:hover img{
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
}
.whatsverde {
	color:#29a71a; 
}
.maximoimg500 img{
	width: auto !important;
    max-height: 425px !important;
	display: flex !important;
	justify-content: center !important;
}
.maximoimg400 img{
	width: auto !important;
    max-height: 400px !important;
	display: flex !important;
	justify-content: center !important;
}