@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300&family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,400;1,600&family=Work+Sans:wght@200;300;400;500;600;700;800;900&display=swap");
.container-fluid {
  max-width: 1600px;
  padding: 0 4%;
}

body {
  background-color: #fafafa;
  color: #212e34;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  width: 100%;
  height: 100%;
  font-size: 16px;
  margin: auto;
  position: relative;
  padding-right: 0 !important;
  overflow-x: hidden !important;
}

@media (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

* {
  outline: none;
}

a {
  color: unset;
  text-decoration: none;
}

a:focus, a:hover {
  color: unset;
  text-decoration: none;
  text-decoration: none;
  -webkit-transition: 0.1s ease;
  transition: 0.1s ease;
}

a:focus {
  outline: 0;
}

ul {
  padding: 0;
  margin: 0;
}

.textwrap {
  word-wrap: break-word;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.wordwrap {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.text-main {
  color: #f94f00 !important;
}

.bg-main {
  background: #ff5e14;
}

.btn-main {
  background: #ff5e14;
  color: #fff;
  border-radius: 0;
  -webkit-box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
  letter-spacing: 1px;
  border: 2px solid #f94f00;
}

.btn-main:hover {
  background: #f94f00;
  color: #fff;
  -webkit-box-shadow: 0px 5px 10px rgba(249, 79, 0, 0.3);
          box-shadow: 0px 5px 10px rgba(249, 79, 0, 0.3);
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

.btn-main:active {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.btn-black {
  background: #212121;
  color: #fff;
  border-radius: 0;
  -webkit-box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
  letter-spacing: 1px;
  border: 2px solid #373634;
}

.btn-black:hover {
  background: #373634;
  color: #fff;
  -webkit-box-shadow: 0px 5px 10px rgba(55, 54, 52, 0.3);
          box-shadow: 0px 5px 10px rgba(55, 54, 52, 0.3);
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

.btn-black:active {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.btn-outline-main {
  color: #ff5e14;
  background: #fafafa;
  border-radius: 0;
  border: 2px solid #f94f00;
  -webkit-box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
  letter-spacing: 1px;
}

.btn-outline-main:hover {
  background: #f94f00;
  color: #fff;
  background: #f94f00;
  color: #fff;
  -webkit-box-shadow: 0px 5px 10px rgba(249, 79, 0, 0.3);
          box-shadow: 0px 5px 10px rgba(249, 79, 0, 0.3);
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

.btn-outline-main:active {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.break {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  height: 0;
}

.nav-top {
  background: #fff;
  padding: 30px 0 20px 0;
  width: 100%;
}

@media (max-width: 992px) {
  .nav-top {
    padding: 10px 0 8px 0;
  }
}

.nav-top .container-fluid {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.nav-top .container-fluid .logo img {
  width: 200px;
}

@media (max-width: 992px) {
  .nav-top .container-fluid .logo img {
    width: 80px;
  }
}

.nav-top .container-fluid .nav-contact .nav-contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav-top .container-fluid .nav-contact .nav-contact-item i {
  height: 45px;
  width: 45px;
  background: #f94f00;
  color: #fff;
  text-align: center;
  font-size: 23px;
  padding-top: 12px;
  margin-right: 10px;
}

.nav-top .container-fluid .nav-contact .nav-contact-item span div {
  font-family: "IBM Plex Sans", sans-serif;
  letter-spacing: -0.5px;
  margin-top: -2px;
  font-size: 15px;
  color: #f94f00;
}

.nav-top .container-fluid .nav-contact .nav-contact-item span h4 {
  letter-spacing: -0.5px;
  margin: 0;
  font-weight: 400;
}

.nav-top .container-fluid .nav-contact .nav-contact-item + .nav-contact-item {
  margin-top: 10px;
}

body.offcanvas-active {
  overflow: hidden;
}

.screen-overlay {
  width: 0%;
  height: 0%;
  z-index: 30;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(34, 34, 34, 0.6);
  -webkit-transition: opacity 0.2s linear, visibility 0.1s, width 1s ease-in;
  transition: opacity 0.2s linear, visibility 0.1s, width 1s ease-in;
}

.screen-overlay.show {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 1;
  width: 100%;
  height: 100%;
  visibility: visible;
}

#navbar_main.navbar.mobile-offcanvas {
  background: #dbd7d2;
  padding: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#navbar_main.navbar.mobile-offcanvas .offcanvas-header {
  display: none;
}

#navbar_main.navbar.mobile-offcanvas .navbar-nav {
  max-width: 1300px;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: auto;
  border-left: 1px solid #212121;
  border-right: 1px solid #212121;
}

#navbar_main.navbar.mobile-offcanvas .navbar-nav .nav-item {
  width: 25%;
  text-align: center;
}

#navbar_main.navbar.mobile-offcanvas .navbar-nav .nav-item .nav-link {
  padding: 15px 5px;
  font-size: 20px;
  letter-spacing: -1px;
  font-weight: 500;
  color: #626262;
}

#navbar_main.navbar.mobile-offcanvas .navbar-nav .nav-item .nav-link:hover {
  color: #212e34;
  background: #d0cac4;
}

#navbar_main.navbar.mobile-offcanvas .navbar-nav .nav-item .active.nav-link {
  color: black;
  background: #c4beb6;
}

#navbar_main.navbar.mobile-offcanvas .navbar-nav .nav-item + .nav-item {
  border-left: 1px solid #212121;
}

@media all and (max-width: 992px) {
  #navbar_main.navbar.mobile-offcanvas {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    border-radius: 0;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1200;
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-transition: visibility 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    transition: visibility 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    transition: visibility 0.2s ease-in-out, transform 0.2s ease-in-out;
    transition: visibility 0.2s ease-in-out, transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    -ms-overflow-style: none;
    scrollbar-width: none;
    background: #fff;
  }
  #navbar_main.navbar.mobile-offcanvas::-webkit-scrollbar {
    display: none;
  }
  #navbar_main.navbar.mobile-offcanvas.show {
    visibility: visible;
    -webkit-box-shadow: 5px 0px 20px #00000052;
            box-shadow: 5px 0px 20px #00000052;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  #navbar_main.navbar.mobile-offcanvas .offcanvas-header {
    display: block;
    padding: 20px;
  }
  #navbar_main.navbar.mobile-offcanvas .offcanvas-header h5 {
    color: #f94f00;
  }
  #navbar_main.navbar.mobile-offcanvas .navbar-nav {
    border-left: 0px;
    border-right: 0px;
  }
  #navbar_main.navbar.mobile-offcanvas .navbar-nav .nav-item {
    width: 100%;
  }
  #navbar_main.navbar.mobile-offcanvas .navbar-nav .nav-item .nav-link {
    padding: 15px 5px;
    font-size: 25px;
    letter-spacing: -1px;
    font-weight: 500;
  }
  #navbar_main.navbar.mobile-offcanvas .navbar-nav .nav-item .nav-link:hover {
    background: #f6f5f4;
  }
  #navbar_main.navbar.mobile-offcanvas .navbar-nav .nav-item .active.nav-link {
    background: #edebe9;
  }
  #navbar_main.navbar.mobile-offcanvas .navbar-nav .nav-item + .nav-item {
    border-left: 1px solid #212121;
  }
}

.to-fade-in {
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}

.to-fade-in.fade-in {
  -webkit-animation: fade-in 0.5s forwards;
          animation: fade-in 0.5s forwards;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

.section-homecarousel .homecarousel {
  background: #fafafa;
}

.section-homecarousel .homecarousel .carousel-cell {
  margin-right: 20px;
  overflow: hidden;
  width: 100%;
  height: 30vw;
  min-height: 500px;
  margin-right: 10px;
  background: #fafafa;
  position: relative;
}

.section-homecarousel .homecarousel .carousel-cell:after {
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #dbd7d2;
  opacity: 0.2;
  position: absolute;
}

.section-homecarousel .homecarousel .carousel-cell img {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.section-homecarousel .homecarousel .carousel-cell h5 {
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
  margin: 0;
}

.section-homecarousel .homecarousel .carousel-cell h5 span {
  background: #ededed;
  padding: 13px 200px 13px 13px;
  min-height: 62px;
  font-size: 17px;
  width: 100%;
  font-weight: 300;
  font-family: "IBM Plex Sans", sans-serif;
  display: block;
}

.section-homecarousel .homecarousel .carousel-cell h5 p {
  z-index: 1;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 500;
  background: #dbd7d2;
  margin: 0;
  padding: 15px 30px 15px 20px;
  max-width: 80%;
}

.section-homecarousel .flickity-button {
  background: #ff5e14;
  color: #fff;
  border-radius: 0;
  -webkit-box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
  letter-spacing: 1px;
  border: 2px solid #f94f00;
  top: calc(100% - 4px);
  -webkit-transform: translateY(calc(-100% - 4px));
          transform: translateY(calc(-100% - 4px));
}

.section-homecarousel .flickity-button:hover {
  background: #f94f00;
  color: #fff;
  -webkit-box-shadow: 0px 5px 10px rgba(249, 79, 0, 0.3);
          box-shadow: 0px 5px 10px rgba(249, 79, 0, 0.3);
}

.section-homecarousel .flickity-button.previous {
  right: 65px;
  left: unset;
}

.section-homecarousel .flickity-page-dots {
  bottom: -15px;
  display: none;
}

.section-homecarousel .flickity-page-dots .dot {
  width: 30px;
  height: 5px;
  margin: 0;
  border-radius: 0%;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

@media (max-width: 768px) {
  .section-homecarousel .homecarousel .carousel-cell {
    width: 100%;
    height: 30vw;
    min-height: 500px;
  }
  .section-homecarousel .homecarousel .carousel-cell h5 p {
    font-size: 23px;
    padding: 10px 20px 10px 20px;
    max-width: 100%;
  }
  .section-homecarousel .homecarousel .carousel-cell h5 span {
    font-size: 15px;
    padding: 10px 10px 8px 10px;
  }
  .section-homecarousel .flickity-button {
    display: none;
  }
  .section-homecarousel .flickity-page-dots {
    display: block;
  }
}

.section-features {
  margin: 60px 0;
}

.section-features .row .col:nth-child(1) .fade-in {
  -webkit-animation: fade-in 0.2s forwards;
          animation: fade-in 0.2s forwards;
}

.section-features .row .col:nth-child(2) .fade-in {
  -webkit-animation: fade-in 0.4s forwards;
          animation: fade-in 0.4s forwards;
}

.section-features .row .col:nth-child(3) .fade-in {
  -webkit-animation: fade-in 0.6s forwards;
          animation: fade-in 0.6s forwards;
}

.section-features .row .col:nth-child(4) .fade-in {
  -webkit-animation: fade-in 0.8s forwards;
          animation: fade-in 0.8s forwards;
}

.section-features .card {
  height: 100%;
  position: relative;
  border: none;
  background: none;
}

.section-features .card .features-box {
  background: #fff;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 20px 20px 20px;
  position: relative;
  border-bottom: 4px solid rgba(249, 79, 0, 0.7);
  border-top: 2px solid rgba(249, 79, 0, 0.5);
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.section-features .card .features-box:hover {
  border-bottom: 3px solid #f94f00;
  border-top: 2px solid #f94f00;
}

.section-features .card .features-box h1 {
  color: #212e34;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 20px;
}

.section-features .card .features-box h3 {
  color: #f94f00;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 15px;
  font-weight: 300;
}

.section-features .card .features-box p {
  color: #51504d;
}

.section-features .card .features-box .stretched-link {
  margin-top: auto;
}

.section-features .card .features-box .stretched-link .icon-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 180px;
  background: #373634;
  position: relative;
  margin-top: auto;
}

.section-features .card .features-box .stretched-link .icon-btn:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 150px;
  left: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.section-features .card .features-box .stretched-link .icon-btn i {
  height: 40px;
  width: 40px;
  background: #f94f00;
  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;
  color: #fff;
  margin-right: -4px;
  z-index: 1;
}

.section-features .card .features-box .stretched-link .icon-btn span {
  text-align: center;
  color: #fff;
  margin: auto;
  z-index: 1;
  font-size: 80%;
  font-weight: 400;
  text-transform: uppercase;
}

.section-features .card .features-box .stretched-link:hover .icon-btn:after {
  content: "";
  position: absolute;
  background: #212e34;
  top: 0;
  bottom: 0;
  right: 0px;
  left: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.section-intro {
  margin: 60px 0;
  padding: 55px 0 40px 0;
  background: #ebe9e6;
  overflow: hidden;
}

.section-intro .row .col-lg-6:nth-child(1) .fade-in {
  -webkit-animation: fade-in 0.8s forwards;
          animation: fade-in 0.8s forwards;
}

.section-intro .row .col-lg-6:nth-child(2) .fade-in {
  -webkit-animation: fade-in 0.6s forwards;
          animation: fade-in 0.6s forwards;
}

.section-intro .intro-img {
  height: 180px;
  width: auto;
  float: left;
  margin-right: 20px;
  margin-left: 20px;
}

.section-intro h1 {
  text-transform: uppercase;
  font-size: 60px;
  font-size: clamp(30px, 2.5vw, 60px);
  font-weight: 400;
  word-break: break-all;
  text-align: center;
  margin-top: 10px;
  font-weight: 500;
  color: #f94f00;
  line-height: 45px;
}

.section-intro h3 {
  color: #2f414a;
  text-transform: uppercase;
  margin-bottom: 15px;
  text-align: center;
  font-size: 20px;
  letter-spacing: -0.5px;
  margin-top: 20px;
}

.section-intro h5 {
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 15px;
  letter-spacing: -0.5px;
}

@media (max-width: 576px) {
  .section-intro {
    padding: 50px 10px 60px 10px;
  }
  .section-intro .intro-img {
    height: 130px;
    margin-right: 20px;
  }
  .section-intro h1 {
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 500;
    word-break: break-word;
  }
}

.section-services {
  margin: 60px 0;
  overflow: hidden;
}

.section-services .row .col-12:nth-child(1) .fade-in {
  -webkit-animation: fade-in 0.1s forwards;
          animation: fade-in 0.1s forwards;
}

.section-services .row .col-12:nth-child(2) .fade-in {
  -webkit-animation: fade-in 0.2s forwards;
          animation: fade-in 0.2s forwards;
}

.section-services .row .col-12:nth-child(3) .fade-in {
  -webkit-animation: fade-in 0.3s forwards;
          animation: fade-in 0.3s forwards;
}

.section-services .row .col-12:nth-child(4) .fade-in {
  -webkit-animation: fade-in 0.4s forwards;
          animation: fade-in 0.4s forwards;
}

.section-services .row .col-12:nth-child(5) .fade-in {
  -webkit-animation: fade-in 0.5s forwards;
          animation: fade-in 0.5s forwards;
}

.section-services .row .col-12:nth-child(6) .fade-in {
  -webkit-animation: fade-in 0.6s forwards;
          animation: fade-in 0.6s forwards;
}

.section-services .row .col-12:nth-child(7) .fade-in {
  -webkit-animation: fade-in 0.7s forwards;
          animation: fade-in 0.7s forwards;
}

.section-services .row .col-12:nth-child(8) .fade-in {
  -webkit-animation: fade-in 0.8s forwards;
          animation: fade-in 0.8s forwards;
}

.section-services .row .col-12:nth-child(9) .fade-in {
  -webkit-animation: fade-in 0.9s forwards;
          animation: fade-in 0.9s forwards;
}

.section-services .row {
  position: relative;
  border: 0.5px solid #f94f00;
}

.section-services .row:after {
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
}

.section-services .row .col-12 {
  border: 0.5px solid #f94f00;
}

.section-services .row .col-12 .title-box {
  visibility: hidden;
  height: calc(100% + 2px);
  width: calc(100% + 3px);
  background-color: #e4e1dd;
  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;
  text-transform: uppercase;
  padding: 5% 5% 5% 7%;
  margin: -2px 0 0 -2px;
}

@media (max-width: 768px) {
  .section-services .row .col-12 .title-box {
    width: calc(100% + 4px);
    height: calc(100% + 2px);
    margin: -2px 0 0 -2px;
  }
}

.section-services .row .col-12 .title-box h2 {
  font-size: 45px;
  font-weight: 400;
}

.section-services .row .col-12 .title-box h4 {
  font-size: 25px;
  color: #f94f00;
}

.section-services .row .col-12 .services-box {
  visibility: hidden;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  padding: 50px 40px 50px 40px;
  border: 2px solid rgba(233, 7, 7, 0);
  background: #fff;
}

.section-services .row .col-12 .services-box h1 {
  color: #212e34;
  text-transform: uppercase;
  line-height: 1;
  font-size: 30px;
  margin-bottom: 0px;
}

.section-services .row .col-12 .services-box h3 {
  font-size: 20px;
  color: #f94f00;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 400;
}

.section-services .row .col-12 .services-box p {
  color: #51504d;
}

.section-services .row .col-12 .services-box .stretched-link {
  margin-top: auto;
}

.section-services .row .col-12 .services-box .stretched-link .icon-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 180px;
  background: #212e34;
  position: relative;
  margin-top: auto;
}

.section-services .row .col-12 .services-box .stretched-link .icon-btn:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 150px;
  left: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.section-services .row .col-12 .services-box .stretched-link .icon-btn i {
  height: 40px;
  width: 40px;
  background: #f94f00;
  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;
  color: #fff;
  margin-right: -4px;
  z-index: 1;
}

.section-services .row .col-12 .services-box .stretched-link .icon-btn span {
  text-align: center;
  color: #fff;
  margin: auto;
  z-index: 1;
  font-size: 80%;
  font-weight: 400;
  text-transform: uppercase;
}

.section-services .row .col-12 .services-box .stretched-link:hover .icon-btn:after {
  content: "";
  position: absolute;
  background: #496572;
  top: 0;
  bottom: 0;
  right: 0px;
  left: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

@media (max-width: 576px) {
  .section-services {
    padding: 0 10px;
  }
  .section-services .row .col-12 .title-box h2 {
    font-size: 35px;
  }
  .section-services .row .col-12 .title-box h4 {
    font-size: 15px;
  }
  .section-services .row .col-12 .services-box {
    padding: 20px;
  }
  .section-services .row .col-12 .services-box h1 {
    font-size: 22px;
  }
  .section-services .row .col-12 .services-box h3 {
    font-size: 17px;
  }
  .section-services .row .col-12 .services-box .stretched-link {
    margin-top: auto;
  }
  .section-services .row .col-12 .services-box .stretched-link .icon-btn {
    width: 150px;
  }
}

#servicesModal .modal-content {
  background-size: cover;
  background: url("https://media-exp1.licdn.com/dms/image/C561BAQEVhc7gIjmWBg/company-background_10000/0/1572921653755?e=2159024400&v=beta&t=_1IQmzrMGmWjqBUGrL4B6TL4_o4uludkmuZdUvRJpM8") center;
  background: #fff;
}

#servicesModal .modal-content .btn-clo {
  background: #212121;
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
  z-index: 11;
  opacity: 1 !important;
  padding: 5px 8px;
  border: none;
  padding: 2px 10px;
  font-size: 30px;
}

#servicesModal .modal-content .modal-body {
  padding: 0;
  padding-bottom: 40px;
}

#servicesModal .modal-content .modal-body .image-banner-title {
  margin-top: 0px;
  margin-bottom: 100px;
  padding: 150px 20px 30px 10px;
  position: relative;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  color: #fff;
}

#servicesModal .modal-content .modal-body .image-banner-title:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(33, 33, 33, 0.8)), color-stop(70%, rgba(33, 33, 33, 0.3)), to(rgba(0, 212, 255, 0)));
  background: linear-gradient(0deg, rgba(33, 33, 33, 0.8) 0%, rgba(33, 33, 33, 0.3) 70%, rgba(0, 212, 255, 0) 100%);
}

#servicesModal .modal-content .modal-body .image-banner-title .abc {
  background: #f94f00;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 50px 30px 20px 30px;
  max-width: 600px;
}

#servicesModal .modal-content .modal-body .image-banner-title h1 {
  z-index: 1;
  position: relative;
  text-transform: uppercase;
  font-size: 50px;
  font-weight: 300;
  font-family: "IBM Plex Sans", sans-serif;
  margin: 20px 0;
}

#servicesModal .modal-content .modal-body .image-banner-title h4 {
  z-index: 1;
  position: relative;
  text-transform: uppercase;
  font-size: 20px;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 700;
  margin-bottom: 0px;
}

#servicesModal .modal-content .modal-body .ser-title {
  font-size: 44px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  font-family: "IBM Plex Sans", sans-serif;
  letter-spacing: normal;
  text-transform: uppercase;
  background-color: #dbd7d2;
  padding: 15px 20px;
}

#servicesModal .modal-content .modal-body .ser-subtitle {
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  font-family: "IBM Plex Sans", sans-serif;
  letter-spacing: normal;
  text-transform: uppercase;
  background-color: #dbd7d2;
  padding: 10px 20px;
  margin-right: 20px;
}

#servicesModal .modal-content .modal-body .ser-text {
  margin-top: 20px;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
}

#servicesModal .modal-content .modal-body .ser-img {
  height: 100%;
  min-height: 500px;
  background-size: cover !important;
}

#servicesModal .modal-content .modal-footer {
  background: #f1f1f1;
  -webkit-box-shadow: 10px -10px 20px #dddddd, -10px 10px 60px #ffffff;
          box-shadow: 10px -10px 20px #dddddd, -10px 10px 60px #ffffff;
}

#servicesModal .modal-content .modal-footer .nav-tabs {
  margin: auto;
}

#servicesModal .modal-content .modal-footer .nav-tabs .nav-item .nav-link {
  border: none;
  font-size: 14px;
  margin: 5px;
  padding: 5px 10px 5px 10px;
  border-radius: 0;
}

#servicesModal .modal-content .modal-footer .nav-tabs .nav-item .nav-link.active {
  background: #f94f00;
  color: #fff;
}

@media (max-width: 576px) {
  #servicesModal .modal-content .modal-body .image-banner-title {
    padding: 100px 20px 30px 10px;
    margin-bottom: 50px;
  }
  #servicesModal .modal-content .modal-body .image-banner-title .abc {
    padding: 20px 20px 5px 20px;
    max-width: 100%;
  }
  #servicesModal .modal-content .modal-body .image-banner-title h1 {
    font-size: 23px;
    margin: 10px 0;
  }
  #servicesModal .modal-content .modal-body .image-banner-title h4 {
    font-size: 15px;
  }
  #servicesModal .modal-content .modal-body .ser-title {
    font-size: 20px;
    padding: 15px 15px;
  }
  #servicesModal .modal-content .modal-body .ser-subtitle {
    font-size: 18px !important;
  }
  #servicesModal .modal-content .modal-body .ser-text {
    margin-top: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    padding: 0 10px;
    letter-spacing: normal;
  }
  #servicesModal .modal-content .modal-body .ser-img {
    height: 100%;
    min-height: 400px;
    background-size: cover !important;
  }
  #servicesModal .modal-content .modal-footer {
    padding: 5px;
  }
  #servicesModal .modal-content .modal-footer .nav-tabs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #servicesModal .modal-content .modal-footer .nav-tabs .nav-item {
    max-width: 50%;
    padding: 0px 5px 0px 5px;
  }
  #servicesModal .modal-content .modal-footer .nav-tabs .nav-item .nav-link {
    font-size: 14px;
  }
}

.modal.left.fade .modal-dialog {
  left: -320px;
  -webkit-transition: opacity 0.2s linear, left 0.2s ease-out !important;
  transition: opacity 0.2s linear, left 0.2s ease-out !important;
}

.modal.left.fade.show .modal-dialog {
  left: 0;
}

.section-contact {
  margin: 100px 0 60px 0;
  position: relative;
}

@media (max-width: 992px) {
  .section-contact {
    background: none;
  }
}

.section-contact .contact-form-container .c-bg {
  -webkit-animation: fade-in 0.8s forwards;
          animation: fade-in 0.8s forwards;
}

.section-contact .contact-form-container .c-bg h1 {
  font-size: 50px !important;
  line-height: 66px;
  color: #f94f00;
  text-transform: uppercase;
}

.section-contact .contact-form-container .c-bg h6 {
  font-size: 17px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight: 400;
  line-height: 1.5;
}

.section-contact .contact-form-container form {
  -webkit-animation: fade-in 0.5s forwards;
          animation: fade-in 0.5s forwards;
  padding: 10px 20px 10px 10px;
  margin-top: 20px;
}

.section-contact .contact-form-container form label {
  text-transform: uppercase;
  font-size: 13px;
  display: inline-block;
  vertical-align: top;
  font-weight: 500;
  margin: 0;
  color: gray;
}

.section-contact .contact-form-container form label sup {
  font-size: 13px;
  color: red;
}

.section-contact .contact-form-container form .form-control {
  width: 100%;
  border: none;
  border-bottom: 1px solid #a5a5a5;
  background-color: rgba(255, 255, 255, 0);
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-radius: 0;
  padding: 0px 10px 5px 5px;
  outline: none;
  font-weight: 400;
  font-size: 18px !important;
  line-height: 28px;
}

.section-contact .contact-form-container form button {
  background: #212121;
  color: #fff;
  border-radius: 0;
  -webkit-box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
  letter-spacing: 1px;
  padding: 10px 50px;
  font-size: 20px;
}

.section-contact .contact-form-container form button:hover {
  background: #212e34;
  color: #fff;
  -webkit-box-shadow: 0px 5px 10px rgba(33, 46, 52, 0.3);
          box-shadow: 0px 5px 10px rgba(33, 46, 52, 0.3);
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

.section-contact .contact-form-container form button:active {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.section-contact .contact-form-container .contact-info {
  height: calc(100% - 150px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 40px;
  background: #e6e4e0;
  margin-top: auto;
}

@media (max-width: 992px) {
  .section-contact .contact-form-container .contact-info {
    height: 100%;
  }
}

.section-contact .contact-form-container .contact-info .info-container .info-container-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 0;
}

.section-contact .contact-form-container .contact-info .info-container .info-container-item:nth-child(1).fade-in {
  -webkit-animation: fade-in 0.1s forwards;
          animation: fade-in 0.1s forwards;
}

.section-contact .contact-form-container .contact-info .info-container .info-container-item:nth-child(2).fade-in {
  -webkit-animation: fade-in 0.2s forwards;
          animation: fade-in 0.2s forwards;
}

.section-contact .contact-form-container .contact-info .info-container .info-container-item:nth-child(3).fade-in {
  -webkit-animation: fade-in 0.3s forwards;
          animation: fade-in 0.3s forwards;
}

.section-contact .contact-form-container .contact-info .info-container .info-container-item:nth-child(4).fade-in {
  -webkit-animation: fade-in 0.4s forwards;
          animation: fade-in 0.4s forwards;
}

.section-contact .contact-form-container .contact-info .info-container .info-container-item:nth-child(5).fade-in {
  -webkit-animation: fade-in 0.5s forwards;
          animation: fade-in 0.5s forwards;
}

.section-contact .contact-form-container .contact-info .info-container .info-container-item i {
  min-height: 60px;
  min-width: 60px;
  max-height: 60px;
  max-width: 60px;
  background: #f94f00;
  color: #fff;
  text-align: center;
  font-size: 27px;
  padding-top: 16px;
  margin-right: 20px;
  display: block;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.section-contact .contact-form-container .contact-info .info-container .info-container-item span div {
  font-family: "IBM Plex Sans", sans-serif;
  margin-top: -2px;
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 500;
  color: #6b6966;
  text-transform: uppercase;
}

.section-contact .contact-form-container .contact-info .info-container .info-container-item span h4 {
  font-family: "IBM Plex Sans", sans-serif;
  margin: 0;
  font-weight: 500;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-size: 20px;
}

.section-contact .contact-form-container .contact-info .info-container .info-container-item span img {
  max-width: 150px;
}

.section-contact .contact-form-container .contact-info .info-container .info-container-item:hover span h4 {
  color: #f94f00;
}

.section-contact .contact-form-container .contact-info .info-container .info-container-item:hover i {
  background: #e04700;
}

@media (max-width: 576px) {
  .section-contact .contact-form-container .contact-info .info-container .info-container-item i {
    min-height: 40px;
    min-width: 40px;
    max-height: 40px;
    max-width: 40px;
    font-size: 23px;
    padding-top: 8px;
  }
  .section-contact .contact-form-container .contact-info .info-container .info-container-item span div {
    font-size: 12px;
  }
  .section-contact .contact-form-container .contact-info .info-container .info-container-item span h4 {
    font-size: 15px;
  }
  .section-contact .contact-form-container .contact-info .info-container .info-container-item span img {
    max-width: 130px;
  }
}

footer.section-footer {
  background: #212121;
  color: #c4beb6;
}

footer.section-footer .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid white;
  padding-top: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
}

footer.section-footer .navbar-nav .nav-item:nth-child(1).fade-in {
  -webkit-animation: fade-in 0.2s forwards;
          animation: fade-in 0.2s forwards;
}

footer.section-footer .navbar-nav .nav-item:nth-child(2).fade-in {
  -webkit-animation: fade-in 0.4s forwards;
          animation: fade-in 0.4s forwards;
}

footer.section-footer .navbar-nav .nav-item:nth-child(3).fade-in {
  -webkit-animation: fade-in 0.6s forwards;
          animation: fade-in 0.6s forwards;
}

footer.section-footer .navbar-nav .nav-item:nth-child(4).fade-in {
  -webkit-animation: fade-in 0.8s forwards;
          animation: fade-in 0.8s forwards;
}

footer.section-footer .navbar-nav .nav-item:nth-child(5).fade-in {
  -webkit-animation: fade-in 1s forwards;
          animation: fade-in 1s forwards;
}

footer.section-footer .navbar-nav .nav-item:nth-child(6).fade-in {
  -webkit-animation: fade-in 1.2s forwards;
          animation: fade-in 1.2s forwards;
}

footer.section-footer .navbar-nav .nav-item:nth-child(7).fade-in {
  -webkit-animation: fade-in 1.4s forwards;
          animation: fade-in 1.4s forwards;
}

footer.section-footer .navbar-nav .nav-item:nth-child(8).fade-in {
  -webkit-animation: fade-in 1.6s forwards;
          animation: fade-in 1.6s forwards;
}

footer.section-footer .navbar-nav .nav-item:nth-child(9).fade-in {
  -webkit-animation: fade-in 1.8s forwards;
          animation: fade-in 1.8s forwards;
}

footer.section-footer .navbar-nav .nav-item .nav-link {
  padding: 10px 30px;
  font-size: 18px;
  text-transform: uppercase;
}

footer.section-footer .navbar-nav .nav-item .nav-link:hover {
  color: #fff;
}

footer.section-footer .footer-company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer.section-footer .footer-company img {
  width: 250px;
  padding: 0 20px 0 0;
  -webkit-animation: fade-in 0.11s forwards;
          animation: fade-in 0.11s forwards;
}

footer.section-footer .footer-company h2 {
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 15px;
  -webkit-animation: fade-in 0.15s forwards;
          animation: fade-in 0.15s forwards;
}

footer.section-footer .footer-company h6 {
  -webkit-animation: fade-in 0.2s forwards;
          animation: fade-in 0.2s forwards;
  color: #dbd7d2;
  margin-bottom: 0;
  font-weight: 400;
  margin-top: 5px;
}

footer.section-footer .footer-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 12px;
}

footer.section-footer .footer-contact:nth-child(1).fade-in {
  -webkit-animation: fade-in 0.13s forwards;
          animation: fade-in 0.13s forwards;
}

footer.section-footer .footer-contact:nth-child(2).fade-in {
  -webkit-animation: fade-in 0.26s forwards;
          animation: fade-in 0.26s forwards;
}

footer.section-footer .footer-contact:nth-child(3).fade-in {
  -webkit-animation: fade-in 0.39s forwards;
          animation: fade-in 0.39s forwards;
}

footer.section-footer .footer-contact:nth-child(4).fade-in {
  -webkit-animation: fade-in 0.52s forwards;
          animation: fade-in 0.52s forwards;
}

footer.section-footer .footer-contact:nth-child(5).fade-in {
  -webkit-animation: fade-in 0.65s forwards;
          animation: fade-in 0.65s forwards;
}

footer.section-footer .footer-contact:nth-child(6).fade-in {
  -webkit-animation: fade-in 0.78s forwards;
          animation: fade-in 0.78s forwards;
}

footer.section-footer .footer-contact:nth-child(7).fade-in {
  -webkit-animation: fade-in 0.91s forwards;
          animation: fade-in 0.91s forwards;
}

footer.section-footer .footer-contact:nth-child(8).fade-in {
  -webkit-animation: fade-in 1.04s forwards;
          animation: fade-in 1.04s forwards;
}

footer.section-footer .footer-contact:nth-child(9).fade-in {
  -webkit-animation: fade-in 1.17s forwards;
          animation: fade-in 1.17s forwards;
}

footer.section-footer .footer-contact i {
  font-size: 20px;
  margin-right: 10px;
}

footer.section-footer .footer-contact span a {
  font-size: 17px;
}

footer.section-footer .footer-contact span a:hover {
  color: #fff;
}

footer.section-footer .qr {
  width: 130px;
  -webkit-animation: fade-in 0.1s forwards;
          animation: fade-in 0.1s forwards;
}

@media (max-width: 576px) {
  footer.section-footer .navbar-nav .nav-item .nav-link {
    padding: 0px 30px 15px 30px;
    font-size: 14px;
    text-transform: uppercase;
  }
  footer.section-footer .footer-company {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer.section-footer .footer-company img {
    width: 200px;
    padding: 10px;
    margin: 0 auto 20px auto;
  }
  footer.section-footer .footer-company h2 {
    text-align: center;
  }
  footer.section-footer .footer-company h6 {
    text-align: center;
  }
  footer.section-footer .footer-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 12px;
  }
  footer.section-footer .footer-contact i {
    font-size: 20px;
    margin-right: 10px;
  }
  footer.section-footer .footer-contact span a {
    font-size: 15px;
  }
  footer.section-footer .qr {
    width: 120px;
  }
}
