/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

/* *{
  -webkit-transition: all 1.2s cubic-bezier(0.22, 0.44, 0, 1);
  transition: all 1.2s cubic-bezier(0.22, 0.44, 0, 1);
} */

/* NAV BAR */
html {
  scroll-behavior: smooth;
}

html,
body {
  height: 100%;
}

body {
  font-family: "Exo 2", sans-serif;
}

#errormsg {
  color: red;
}
.container {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.full-row {
  width: 100%;
}
.custom-container {
  margin-left: 10px;
  margin-right: 10px;
}
#our .container {
  padding-top: 0;
}
.sub-text .container {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.rez-news {
  margin: 10px 0;
  text-align: justify;
  font-size: 20px;
}
.news-img {
  height: 500px;
  margin: 10px 0;
  margin: 30px 0 5px 0;
  -webkit-box-shadow: -1px 2px 10px -3px rgba(0, 0, 0, 0.75);
  box-shadow: -1px 2px 10px -3px rgba(0, 0, 0, 0.75);
  border-radius: 2px;
}

.no-pad {
  padding-top: 0;
  padding-bottom: 0;
}
.ul-list {
  padding: 0;
}

.container-footer {
  width: 100%;
  padding: 50px;
  margin-right: auto;
  margin-left: auto;
}

.btn {
  border-radius: 100px;
  padding: 0.5rem 3rem;
  font-size: 13px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.btn:hover {
  -webkit-filter: brightness(125%);
  filter: brightness(125%);
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  color: #ffffff;
}
.btn.focus,
.btn:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.btn i {
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.btn:hover i {
  left: 0.1rem;
  position: relative;
}

.btn-blue {
  background-color: #ee5727;
  border-color: transparent;
  color: #ffffff;
}
.travel-tech-btn {
  display: none;
}

.section-title h1 {
  font-weight: 600;
  font-size: 3.2rem;
}
.sec-title {
  font-size: 20px !important;
}

.logo {
  line-height: 30px;
  position: fixed;
  float: left;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 2px;
}

nav {
  width: 100%;
  z-index: 1000;
  /* transition: background-color 200ms ease-out 0s; */
  -webkit-transition: all 1.2s cubic-bezier(0.22, 0.44, 0, 1);
  -o-transition: all 1.2s cubic-bezier(0.22, 0.44, 0, 1);
  transition: all 1.2s cubic-bezier(0.22, 0.44, 0, 1);
  background-color: #ffffff;
}

nav:hover {
  -webkit-box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.25);
}

/* nav:hover .logo-brand {
        color: #ffffff !important;
      } */

/* nav:hover .logo-brand > span > img {
        filter: brightness(0) invert(1);
      } */

nav ul {
  list-style: none;
  background: rgba(0, 0, 0, 0);
  overflow: hidden;
  color: #fff;
  padding: 0;
  text-align: right;
  margin: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

nav.black {
  position: fixed;
  -webkit-box-shadow: 0px 4px 10px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0px 4px 10px 0 rgba(0, 0, 0, 0.35);
}

nav.black .logo-brand {
  color: #ffffff !important;
}

/* nav.black ul {
        background-color: #ee5727;
      } */

/* nav.black .logo-brand > span > img {
        filter: brightness(0) invert(1);
      } */

nav.black ul li {
  -webkit-transition: all 1.2s cubic-bezier(0.22, 0.44, 0, 1);
  -o-transition: all 1.2s cubic-bezier(0.22, 0.44, 0, 1);
  transition: all 1.2s cubic-bezier(0.22, 0.44, 0, 1);
}

nav ul li {
  display: inline-block;
  padding: 10px 10px 0px 10px;
}

nav ul li a {
  text-decoration: none;
  color: #e42b00;
  font-size: 16px;
}

nav ul li .fa-caret-down {
  padding-left: 1px;
  vertical-align: middle;
}

.nav-separate {
  display: none;
}
/* Custom nav CSS */
/* Navbar container */
.navbar {
  overflow: hidden;
  background-color: #333;
  font-family: Arial;
}

/* Links inside the navbar */
.navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}
.custom-li {
  padding: 0 60px 0 0 !important;
}
.custom-li a {
  font-size: 12px;
  color: #cfcfcf;
}
.e-travel a {
  font-size: 14px;
  color: white;
  font-weight: 400;
  letter-spacing: normal;
}

/* The dropdown container */
.dropdown {
  float: left;
  overflow: hidden;
  position: inherit !important;
}

/* Dropdown button */
.dropdown .dropbtn {
  font-size: 16px;
  border: none;
  font-weight: 500;
  outline: none;
  color: #e42b00;
  background-color: inherit;
  font-family: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
}

/* Add a red background color to navbar links on hover */

/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}

/* Links inside the dropdown */
.dropdown-content a {
  float: none;
  padding: 1px 10px;
  text-decoration: none;
  display: block;
  text-align: left;
  line-height: 40px;
}

/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #e9ecef;
  font-weight: 500;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}
.direct-btn {
  background: #ee5727 !important;
  padding: 0 8px;
  border-radius: 2px;
}

.menu-icon {
  width: 100%;
  background: #000;
  text-align: right;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 24px;
  cursor: pointer;
  color: #fff;
  display: none;
}

.wedo-main-wrapper .nav-pills .nav-link {
  padding: 0;
  background-color: transparent;
  border-radius: unset;
  height: 100%;
}

.wedo-main-wrapper .nav-pills .nav-link.active .wedo-service-wrapper {
  background-color: #882716;
}

.wedo-main-wrapper .nav-pills .nav-link.co-wo-sec.active .wedo-service-wrapper {
  background-color: #045fa6;
}

.wedo-main-wrapper .nav-item:first-child {
  padding-left: 0;
  padding-right: 0;
}

.wedo-main-wrapper .nav-item:last-child {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 990px) {
  .logo {
    position: absolute;
    top: 13px;
    left: 15px;
  }

  nav ul {
    max-height: 0px;
    background: #000;
  }

  nav.black ul {
    background: #000;
  }

  .showing {
    max-height: 34em;
    padding-bottom: 0.5rem;
  }

  nav ul li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
  }

  nav ul li a {
    color: #ffffff;
  }

  .dropdown .dropbtn {
    color: #ffffff;
  }

  .dropdown-content a {
    color: #ff3000;
  }

  .menu-icon {
    display: block;
  }

  nav ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

/* ////////////////////////////// */
.p-center {
  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;
}
.p-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.v-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main-page-com-space {
  margin-top: 10rem;
}

/* ////////////////////////////// */
/* .main-home-wrapper-bposervice {
        background-image: url("../images/Main-bck/bposervice.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        height: 60vh;
        width: 100%;
        overflow: hidden;
      } */
/* .main-home-wrapper-software-dev {
        background-image: url("../images/Main-bck/enterprice-service.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        height: 60vh;
        width: 100%;
        overflow: hidden;
      } */
.main-home-wrapper-com-info {
  background-image: url("../images/Main-bck/com-info.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 60vh;
  width: 100%;
  overflow: hidden;
}
.main-home-wrapper-rezg {
  background-image: url("../images/Main-bck/rezg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 60vh;
  width: 100%;
  overflow: hidden;
}

.main-home-wrapper-inf-management {
  background-image: url("../images/Main-bck/inf-management.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 60vh;
  width: 100%;
  overflow: hidden;
}
.main-home-wrapper-join-us {
  background-image: url("../images/Main-bck/join-us.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 60vh;
  width: 100%;
  overflow: hidden;
}
.main-home-wrapper-our-expertise {
  background-image: url("../images/Main-bck/our-expertise.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 60vh;
  width: 100%;
  overflow: hidden;
}
.main-home-wrapper-our-work {
  background-image: url("../images/Main-bck/our-work.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 60vh;
  width: 100%;
  overflow: hidden;
}
.main-home-wrapper-news {
  background-image: url("../images/Main-bck/News.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 60vh;
  width: 100%;
  overflow: hidden;
}
.main-home-wrapper-blog {
  background-image: url("../images/Main-bck/News.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 60vh;
  width: 100%;
  overflow: hidden;
}

.main-home-wrapper-on-demand {
  background-image: url("../images/Main-bck/on-demand.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 60vh;
  width: 100%;
  overflow: hidden;
}

.main-home-wrapper-leadership {
  background-image: url("../images/Main-bck/leadership.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 60vh;
  width: 100%;
  overflow: hidden;
}
.main-home-wrapper-technology {
  background-image: url("../images/Main-bck/technology.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 60vh;
  width: 100%;
  overflow: hidden;
}
.main-home-wrapper-blog {
  background-image: url("../images/Main-bck/blog.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 60vh;
  width: 100%;
  overflow: hidden;
}

.main-home-wrapper-why-rezg {
  background-image: url("../images/Main-bck/Why-RezG.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 60vh;
  width: 100%;
  overflow: hidden;
}
.main-home-wrapper-privacy {
  background-image: url("../images/Main-bck/privacy.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 60vh;
  width: 100%;
  overflow: hidden;
}
.main-home-wrapper-e-market {
  background-image: url("../images/Main-bck/emarket.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 60vh;
  width: 100%;
  overflow: hidden;
}
.main-home-wrapper-digi-plat {
  background-image: url("../images/Main-bck/dplat.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 60vh;
  width: 100%;
  overflow: hidden;
}
.main-home-wrapper-e-sys {
  background-image: url("../images/Main-bck/es.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 60vh;
  width: 100%;
  overflow: hidden;
}
.main-home-wrapper-error {
  background-image: url("../images/Main-bck/error.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 60vh;
  width: 100%;
  overflow: hidden;
}
.main-note {
  color: #ffffff;
  text-align: left;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  /* position: absolute;
        top: 38%; */
}

.main-topic {
  font-weight: 700;
  margin-bottom: 30px;
  font-size: 4.1rem;
  position: relative;
  z-index: 1;
  min-height: 80px;
}

.section-title {
  margin-bottom: 2rem;
}

.top-note {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 1.6rem;
}
.sec-top-note {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 1.6rem;
}
.top-note-app {
  font-weight: 500;

  line-height: 1.6;
  margin-bottom: 1.6rem;
  font-size: 20px;
  font-weight: 400;
}

.sub-topic {
  margin-bottom: 2rem;
  font-weight: 300;
  line-height: 1.5;
  font-size: 1.2rem;
}
.sub-topic-main {
  margin-bottom: 3rem;
  margin-top: 2rem;
  font-weight: 300;
  line-height: 1.5;
  font-size: 1.2rem;
  color: white;
}

.sub-topic-top {
  font-weight: 300;
  font-size: 18px;
  margin-bottom: 10px;
}

.note-wrapper {
  width: 75%;
}

.lets-talk-btn {
  padding: 0.5rem 1rem;
  font-size: 13px;
  background-color: #ee5727;
  border-color: transparent;
  color: #fff;
  margin-bottom: 5px;
  border-radius: 100px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.lets-talk-btn:hover {
  -webkit-filter: brightness(125%);
  filter: brightness(125%);
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
}

.lets-talk-btn-border {
  padding: 0.5rem 3rem;
  font-size: 13px;
  border: 1px solid #ee5727;
  margin: 0 10px;
  color: #fff;
  border-radius: 100px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.target-button {
  margin: 10px 67px;
}
.target-button-primary {
  margin: 0 10px;
}
.call-us {
  font-size: 17px;
  font-weight: 500;
}
.modal-header {
  color: #ee5727;
}
.close {
  outline: none !important;
}
.card-img-top {
  cursor: pointer;
}

.lets-talk-btn-border:hover {
  background-color: #ee5727;
}
.lets-talk-btn-link {
  text-decoration: none;
  color: white;
}
.lets-talk-btn-link:hover {
  text-decoration: none;
  color: white;
}
.contact-blake-line {
  width: 1px;
  background-color: #ffffff;
  height: 10px;
  display: block;
  margin-right: 1rem;
}

.nav-separate i {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.contact-social {
  cursor: pointer;
}

.contact-social i {
  transition: -webkit-transform 0.2s ease;
  -webkit-transition: -webkit-transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.contact-social:hover i {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  color: #393939;
}

nav ul li a:hover {
  color: #ff3000;
  text-decoration: underline;
}

.logo-brand {
  font-weight: 400;
  display: inline-block;
  color: #ee5727 !important;
}

.logo-brand > picture > img {
  width: 250px;
  height: 36.56px;
}

.logo-brand span {
  font-size: 12px;
  color: #ffffff !important;
}
/* 
      Cookies */

.cookie-bar {
  position: fixed;
  bottom: 0px;
  padding: 10px 15px;
  width: 100%;
  display: none;
  z-index: 15;
  background-color: black;
  font-family: "Poppins", sans-serif;
}

.cookie-para {
  color: white;
  font-size: 16px;
  font-weight: normal;
  display: inline-block;
  padding-bottom: 5px;
}
.cookie-space {
  padding-bottom: 45px;
}

.cookie-btn {
  font-size: 14px;
  color: #ffffff;
  background: red;
  outline: none;
  border: none;

  margin: 0 5px 0 0;

  padding: 5px 15px;
  border-radius: 4px;
  display: inline-block;
}
.cookies-link {
  color: red !important;
}
.cookie-btn.secondary {
  color: #ffffff;
  background: #3575ff;
}

/* SECTION */

.about-us-content p {
  font-weight: 400;
}

.join-main-wrapper {
  position: relative;
  top: 19%;
}

.value-content-style {
  font-size: 14px;
  color: #495057;
}

.value-title-style {
  font-size: 20px;
  font-weight: 600;
}

.va-icon-wrap {
  margin-right: 10px;
}

.value-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-bottom: 1rem;
}

.va-icon-wrap i {
  font-size: 32px;
}

.va-icon-wrap i {
  color: #6a5acd;
}

.value_wrapper {
  margin-bottom: 2rem;
  padding: 25px 15px;
  border-radius: 7px;
  min-height: 185px;
  -webkit-box-shadow: -1px 9px 18px 0px rgba(75, 81, 91, 0.1);
  box-shadow: -1px 9px 18px 0px rgba(75, 81, 91, 0.1);
  background: #ffffff;
}
.value_wrapper-main {
  margin-bottom: 2rem;
  cursor: pointer;

  border-radius: 7px;
  min-height: 100px;
  -webkit-box-shadow: -1px 9px 18px 0px rgba(75, 81, 91, 0.1);
  box-shadow: -1px 9px 18px 0px rgba(75, 81, 91, 0.1);
  background: #ffffff;
}

.value_wrapper-main:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.value_wrapper-main-service {
  margin-bottom: 2rem;
  margin-top: 2rem;
  padding: 1px;
  cursor: pointer;

  border-radius: 7px;
  min-height: 100px;
  height: 100px;
  -webkit-box-shadow: -1px 9px 18px 0px rgba(75, 81, 91, 0.1);
  box-shadow: -1px 9px 18px 0px rgba(75, 81, 91, 0.1);
  background: #ffffff;
}

.value-header-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.video-card {
  margin-top: 35px;
  height: 400px;
}
.video-header {
  font-size: 20px;
  margin-top: 15px;
  margin-bottom: 10px;
  margin-left: 5px;
  font-weight: 600;
  color: #5d5959;
}
.rez-video {
  width: 100%;
  border-radius: 0.25rem;
  height: 315px;
}

.rez-video:focus {
  border: none;
  outline: none;
}

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

.img-rezgpck {
  width: 100%;
}

.count-text {
  color: #ee5727;
  font-weight: 400;
  height: 50%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.count-text-deco {
  font-weight: 500;
  font-size: 18px;
  height: 50%;
}

.bg-black {
  color: #fff;
  background-color: #0e141f;
  -webkit-box-shadow: inset 0 9rem 14rem -9rem #000;
  box-shadow: inset 0 9rem 14rem -9rem #000;
}

/* CONTACT */
#email-sent-notification-id {
  display: none;
}

.contact__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact-phone h6,
.contact-email h6 {
  font-weight: 400;
  margin-bottom: 1.5rem;
}

.contact-subtitle,
.contact-content {
  margin-bottom: 2rem;
  font-weight: 500;
}

.contact__address__inner address {
  font-weight: 400;
  color: #ee5727;
  font-size: 14px;
}

.contact__address__inner address h6 {
  font-size: 16px;
}

.contact__address__inner h5 {
  color: #696969;
  margin-bottom: 1rem;
  font-weight: 400;
}
.address-dev-center {
  margin-top: 2rem;
}
footer {
  padding: 12px;
  text-align: center;
  background-color: #484848;
}
.custom-footer {
  max-width: 1400px !important;
}
.footer-list {
  list-style: none;
  padding: 0;
}
.footer-list a {
  font-weight: 400;
  color: #ffffff;
  font-size: 14px;
}
.footer-list a:hover {
  color: white;
}
.footer-list-topic {
  font-size: 20px !important;
  color: #ffffff;
  font-weight: 600 !important;
}

footer h6 {
  font-size: 13px;
  margin: 0;
  color: #ffffff;
  font-weight: 400;
}
.footer-mail a {
  color: #ffffff;
}

.footer-contact {
  font-size: 14px;
  color: #ffffff;
}

/* SOCIAL MEDIAL */

#social {
  margin-top: 2rem;
}

.smGlobalBtn {
  display: inline-block;
  position: relative;
  cursor: pointer;
  width: 40px;
  height: 40px;
  -webkit-box-shadow: 0 2px 2px #0c0c0c;
  box-shadow: 0 2px 2px #0c0c0c;
  padding: 0px;
  text-decoration: none;
  text-align: center;
  color: #fff;
  margin-right: 1rem;
  font-size: 21px;
  font-weight: normal;
  line-height: 2em;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
}

/* facebook button class*/
.facebookBtn {
  background: #4060a5;
}

.facebookBtn:before {
  /* use :before to add the relevant icons */
  font-family: "Font Awesome 5 Brands";
  content: "\f39e";
  /* add facebook icon */
}

.facebookBtn:hover {
  color: #4060a5;
  background: #fff;
}

/* twitter button class*/
.twitterBtn {
  background: #00abe3;
}

.twitterBtn:before {
  font-family: "Font Awesome 5 Brands";
  content: "\f099";
  /* add twitter icon */
}

.twitterBtn:hover {
  color: #00abe3;
  background: #fff;
}

/* google plus button class*/
.googleplusBtn {
  background: #e64522;
}

.googleplusBtn:before {
  font-family: "Font Awesome 5 Brands";
  content: "\f0d5";
  /* add googleplus icon */
}

.googleplusBtn:hover {
  color: #e64522;
  background: #fff;
}

/* linkedin button class*/
.linkedinBtn {
  background: #0094bc;
}

.linkedinBtn:before {
  font-family: "Font Awesome 5 Brands";
  content: "\f0e1";
  /* add linkedin icon */
}
/* /////////////////// */

/* ///////////////// */
.linkedinBtn:hover {
  color: #0094bc;
  background: #fff;
}

.about-heading-text {
  position: relative;
  font-size: 12px;
  line-height: 2em;
  letter-spacing: 2px;
  color: #ababab;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.mark-text {
  font-size: 180px;
  line-height: 0.8;
  font-weight: 900;
  margin: 0 5px -5px -5px;
  color: #ff4500;
  background: #ff4500;
  background: -o-linear-gradient(top, #ec7f37 0%, #ff4500 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ec7f37),
    to(#ff4500)
  );
  background: linear-gradient(to bottom, #ec7f37 0%, #ff4500 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ec7f37', endColorstr='#ff4500', GradientType=0);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.heading-discover {
  /* margin-top: 1.56rem; */
  margin-bottom: 1.5rem;
  text-align: justify;
}
.heading-discover-text {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 20px;
  font-weight: 400;
}
.heading-discover-tech {
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-align: justify;
  font-size: 19px;
  font-weight: 400;
}

.section-sub-title {
  color: #ababab;
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
  line-height: 1.43;
  margin-top: -5px;
}

.text-color-primary {
  color: #be4f0c;
}
.why-rez-text {
  font-weight: 600;
}

.inner-img-one {
  position: absolute;
  z-index: -1;
  bottom: -20px;
  right: -29%;
  width: 191%;
  margin-right: -49%;
}

.img-fluid {
  max-width: 80%;
  height: auto;
}
.img-fluid-bis {
  max-width: 70%;
  height: auto;
}
.img-fluid-rez {
  max-width: 100%;
  height: auto;
  margin-left: 30px;
}
.img-fluid-app {
  max-width: 100%;
  height: auto;
}

.contact-inner input,
.contact-inner textarea {
  width: 100%;
  color: #000;
  border-color: #adb5bd;
  background-color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0em;
  border: none;
  width: 100%;
  outline: none;
  border: 1px solid #eee;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-radius: 5px;
  padding: 3px 20px;
  height: 56px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus,
select:focus,
select:focus,
textarea:focus {
  color: #ee5727;
  border-color: #ee5727;
}

a,
button,
img,
input,
span,
textarea {
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.contact-inner textarea {
  min-height: 150px;
  padding: 15px;
}

.contact-inner {
  margin-bottom: 1rem;
}

.sub-heading {
  color: #6c757d;
}

.conact-us-wrap-one .heading {
  margin-bottom: 1.5rem;
}

.conact-us-wrap-two {
  position: relative;
  top: -14px;
  z-index: 0;
}

.conact-us-wrap-two .contact-main-img {
  width: 100%;
}

.contact-cloud {
  position: absolute;
  z-index: 0;
}

.contact-cloud.cloud-img-one {
  left: 0;
  top: 44px;
}

.contact-cloud.cloud-img-two {
  right: 0;
  top: 25px;
}

.contact-cloud {
  -webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
  animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
  -webkit-animation-name: animateUpDown;
  animation-name: animateUpDown;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.cloud-img-one {
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
}

.cloud-img-two {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@-webkit-keyframes animateUpDown {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes animateUpDown {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

.main-image {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.main-image-inner {
  position: relative;
}

.forground-img-one {
  text-align: right;
  width: 130%;
}

.main-image {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.contact-phone .con-icon,
.contact-email .con-icon {
  color: #ec7f37;
  font-size: 40px;
  margin-right: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  min-width: 54px;
}

.con-main-content .con-heading {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.78;
  margin-bottom: 0px;
  color: #696969;
}

.con-main-content .con-text {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.17;
  color: #ee5727;
}

.contact-phone,
.contact-email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.problems-solved-list ul {
  list-style: none;
  padding: 0;
}

.problems-solved-list ul li {
  padding-bottom: 10px;
}

.problems-solved-list ul i {
  font-size: 17px;
  padding-right: 4px;
  color: #1acc8d;
}

.problems-solved-sub-title {
  color: #6c757d;
}

.problems-solved-icon {
  float: left;
  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;
  margin-right: 2rem;
  width: 50px;
  height: 50px;
  border: 2px solid #ee5727;
  border-radius: 50px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.problems-solved-icon i {
  color: #ee5727;
  font-size: 28px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.problems-solved-details:hover i {
  color: #ffffff;
}

.problems-solved-details:hover .problems-solved-icon {
  background: #ee5727;
  border-color: #ee5727;
}

.problems-solved-inner-title a {
  color: #393939;
  font-size: 22px;
  vertical-align: top;
}

.problems-solved-inner-title a:hover {
  color: #ec7f37;
}

.problems-solved-description {
  color: #6c757d;
  line-height: 18px;
  font-size: 16px;
  text-align: justify;
}

.problems-solved-secondry {
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin-left: 2rem;
}

.problems-solved-inner-title {
  margin-bottom: 3px;
  margin-top: 10px;
}

.problems-solved-img {
  height: 100%;
}

.service-list-image {
  float: left;
  width: 45px;
  margin-right: 8px;
  text-align: center;
  padding-top: 3px;
}

.service-list-image i {
  display: block;
  color: #888;
  font-size: 19px;
  font-style: normal;
  line-height: 20px;
}

.service-list-details h3 {
  font-weight: 600;
  color: #222222;
  font-size: 15px;
  margin: 0 0 5px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.service-list-details p {
  color: #888888;
  font-size: 14px;
}

.service-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  margin-bottom: 0.4rem;
}

.problems-solved-details {
  margin-bottom: 1.5rem;
}

.tech-text {
  color: #ee5727;
}
.p-text {
  text-align: justify;
}
.pt-center {
  text-align: center;
}

.cld-space {
  margin-top: 10px;
}
.cld-topic {
  padding: 20px 0 0 0;
  font-size: 2rem;
}
.contact-primary {
  font-size: 15px;
  font-weight: 400;
}

#exTab1 .tab-content {
  color: white;
  background-color: #428bca;
  padding: 5px 15px;
}

#exTab2 h3 {
  color: white;
  background-color: #428bca;
  padding: 5px 15px;
}

/* remove border radius for the tab */

#exTab1 .nav-pills > li > a {
  border-radius: 0;
}

/* change border radius for the tab , apply corners on top*/

#exTab3 .nav-pills > li > a {
  border-radius: 4px 4px 0 0;
}

#exTab3 .tab-content {
  color: white;
  background-color: #428bca;
  padding: 5px 15px;
}

.tab-label {
  margin: 40px 5px;
  padding: 20px;
  cursor: pointer;
  border-radius: 7px;
  text-align: center;
  width: 200px;
  font-size: 14px;
  height: 75px;
  color: black;
  min-height: 75px;
  -webkit-box-shadow: -1px 9px 18px 0px rgba(75, 81, 91, 0.1);
  box-shadow: -1px 9px 18px 0px rgba(75, 81, 91, 0.1);
  background: #ffffff;
}
.activee,
.tab-label:hover {
  background: rgb(240, 122, 12);
  color: white;
}
.cust-tab .tab-label {
  width: 175px;
}

.tab-pannel a:hover {
  text-decoration: none !important;
}
.client-logo {
  height: 45px;
}
.cloud-mig-text {
  font-size: 45px !important;
}

.usr-crd .card {
  height: 26rem !important;
  margin: 20px auto;
  width: 18rem;
}
.usr-crd .card-title {
  text-decoration: underline;
  color: #ee5727;
}
.sub-section .section-title h1 {
  font-size: 40px !important;
}
.sub-primary-text {
  font-size: 25px;
}
.tab-soft .section-title h1 {
  font-size: 2.2rem !important;
}

.tab-soft .top-note-app {
  font-size: 30px;
  margin: 5px 0 10px 0 !important;
}

.show-off {
  display: none;
}
.show-off-gap {
  visibility: hidden;
}
/* Slider */
.social {
  display: block;
  position: fixed;
  top: 280px;
  right: 0;
  z-index: 2;
}

.social a {
  display: block;
  position: relative;
  background: #ffffff;
  margin-bottom: 1px;
  padding: 5px 10px;
  border-radius: 5px 0 0 5px;
  font-size: 16px;
  line-height: 1.2em;
  color: #000000;
  background: #ee5727;

  text-align: left;
  text-decoration: none;
  width: 205px;
  right: calc(-100% + 145px);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkittransition: all 0.5s ease-in-out;
}
.social a:after {
  display: inline-block;

  font-size: 1.5em;
  text-align: center;
  vertical-align: middle;
  margin-left: 15px;
}
.social a:hover {
  right: 0;
  color: white;
}
.social a[data-src="facebook"]:after {
  content: "\f231";
}
.social a[data-src="twitter"]:after {
  content: "\f243";
}
.social a[data-src="pinterest"]:after {
  content: "\f2b1";
}
.social a[data-src="instagram"]:after {
  content: "\f350";
}
.social a[data-src="github"]:after {
  content: "\f233";
}
.social a[data-src="google-plus"]:after {
  content: "\f235";
}
.social a[data-src="email"]:after {
  content: "\f132";
}

.count-card {
  text-align: center;
  border-right: 1px dashed #ee5727;
  height: 100%;
  padding: 0.5rem 1rem;
  display: flex;
  flex-direction: column;
}

.count-carde {
  text-align: center;
  height: 100%;
  padding: 0.5rem 1rem;
  display: flex;
  flex-direction: column;
}

div.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: yellow;
  padding: 50px;
  font-size: 20px;
}

.contact-box-icon {
  color: #ee5727;
  font-size: 26px;
  margin-right: 10px;
}
.contact-box-topic {
  font-size: 16px;
  font-weight: 500;
  color: #c22400;
}
.contact-box-main {
  font-size: 24px;
  font-weight: 900;
  margin-top: 10px;
  color: #ff3000;
}
.contact-box-main-sub {
  font-size: 16px;
  font-weight: 900;
  color: #a9ba0c;
}
.contact-box-add {
  font-size: 14px;
}
.contact-map-img {
  height: 80%;
}
.form-submission .form-control:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.form-submission .form-control:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-color: #ee5727;
}
.form-control:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-color: #ee5727;
}
.main-note .btn {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.main-home-wrapper .carousel-indicators .active {
  background-color: #ff3000;
}

.main-home-wrapper .carousel-inner,
.main-home-wrapper .carousel-inner .carousel-item {
  height: auto;
}

.main-home-wrapper .carousel-inner,
.main-home-wrapper .carousel-inner .carousel-item img {
  display: block;
  margin: auto;
}

.main-home-wrapper .carousel-indicators li {
  width: 50px;
  height: 5px;
  background-color: #f7f7f7;
}

.main-home-wrapper .carousel-caption {
  top: 0;
  right: unset;
  left: 20%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 440px;
}

.section-main {
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 0;
  position: relative;
}

.section-main-title-wrapper {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section-main-title-block {
  background-color: #ff3000;
  padding: 1.2rem;
  width: 70%;
}

.section-main-title-block h1 {
  color: #ffffff;
  margin: 0;
  text-transform: uppercase;
  font-size: 21px;
  font-weight: 700;
}

.section-main-title-block-colored-brown {
  width: 11%;
  background-color: #872815;
}

.section-main-title-block-colored-green {
  width: 4%;
  background-color: #aaba0c;
}

.section-main-title-block-colored-orange {
  width: 6%;
  background-color: #ff8b00;
}

.section-main-title-block-colored-orange-dark {
  width: 9%;
  background-color: #ff4e00;
}

.wedo-service-wrapper {
  background-color: #ff3000;
  padding: 1.2rem;
  height: 100%;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.wedo-service-wrapper-title {
  font-size: 4.5rem;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.1;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
}

.wedo-service-wrapper-info {
  font-size: 17px;
  font-weight: 500;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.wedo-service-wrapper-title-medium {
  font-size: 35px;
}

.main-slider-wrapper .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.main-slider-wrapper .owl-nav button.owl-next,
.main-slider-wrapper .owl-nav button.owl-prev {
  color: #222222;
  font-size: 31px;
  margin: 0;
  padding: 0 15px !important;
  background-color: #d6d6d6;
}

.products-wrapper .owl-nav span,
.products-wrapper .owl-nav span {
  margin: 0 !important;
}

/* --- */
#carousel-products .carousel-indicators {
  margin: 0;
  overflow: auto;
  position: unset;
  text-align: left;
  white-space: nowrap;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}

#carousel-products .carousel-indicators li {
  background-color: transparent;
  border-radius: 0;
  display: inline-block;
  height: auto;
  margin: 0 !important;
  width: 100%;
  opacity: 1;
  text-indent: unset;
  margin-top: 0;
}

#carousel-products .carousel-indicators .product-item {
  display: block;
}

#carousel-products .carousel-indicators .product-item:first-child {
  padding-left: 0;
}

#carousel-products .carousel-indicators .product-item:last-child {
  padding-right: 0;
}

.other-service-link {
  color: #ff3000 !important;
  font-weight: 600;
}

.other-service-link:hover {
  text-decoration: underline;
}

.other-service-main-block {
  border: 2px solid #ff3000;
  height: 100%;
  font-family: "Exo 2", sans-serif;
}

.other-service-title {
  font-weight: 900;
  font-size: 40px;
}

.other-service-block {
  padding: 3rem;
}

.other-service-block p {
  margin: 0;
}

.other-service-link:hover {
  color: #c22400;
}

.other-service-contact-btn {
  margin-top: 2rem;
  display: inline-block;
  padding: 10px 110px 10px 10px;
  background-color: #ff3000;
  color: #ffffff !important;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Exo 2", sans-serif;
}

.osmb-margin {
  margin-bottom: 2rem;
}

.other-service-contact-btn:hover {
  color: #ffffff;
  text-decoration: underline;
}

.our-work-main-section {
  padding-top: 2rem;
}

.other-service-image {
  width: 100%;
  max-height: 200px;
  overflow: hidden;
}

.other-service-image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 200px;
}

.section-main-title-wrapper > .section-main-title-block-colored-orange-dark {
  width: 9.01%;
}

.other-service-main-block > .section-main-title-wrapper {
  margin-top: -2px;
  margin-bottom: 0;
}

.other-service-block.cracks {
  padding: 1rem 3rem;
}

.product-title {
  text-align: center;
  background-color: #ff3000;
  padding: 8px;
  font-size: 23px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: -8px;
  font-family: "Exo 2", sans-serif;
}

.product-desc {
  margin-bottom: 0;
  white-space: normal;
  margin-top: 0.5rem;
  max-height: 240px;
  overflow-y: auto;
  font-family: "Exo 2", sans-serif;
}

.carousel-products-list {
  position: relative;
}

#carousel-products .carousel-indicators::-webkit-scrollbar {
  width: 16px;
  height: 16px;
}

#carousel-products .carousel-indicators::-webkit-scrollbar-corner,
#carousel-products .carousel-indicators::-webkit-scrollbar-track {
  background-color: #dee2e6;
}

#carousel-products .carousel-indicators::-webkit-scrollbar-thumb {
  background-color: #ff3000;
  background-clip: padding-box;
  border: 2px solid transparent;
  border-radius: 6px;
}

#carousel-products .carousel-indicators::-webkit-scrollbar-thumb:hover {
  background-color: #ee2d02;
}

#carousel-products .carousel-indicators::-webkit-scrollbar-thumb:active {
  background-color: #fd390d;
}

/* Buttons */
#carousel-products
  .carousel-indicators::-webkit-scrollbar-button:single-button {
  background-color: #dee2e6;
  display: block;
  background-size: 10px;
  background-repeat: no-repeat;
}

/* Up */
#carousel-products
  .carousel-indicators::-webkit-scrollbar-button:single-button:vertical:decrement {
  height: 12px;
  width: 16px;
  background-position: center 4px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(96, 96, 96)'><polygon points='50,00 0,50 100,50'/></svg>");
}

#carousel-products
  .carousel-indicators::-webkit-scrollbar-button:single-button:vertical:decrement:hover {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(112, 112, 112)'><polygon points='50,00 0,50 100,50'/></svg>");
}

#carousel-products
  .carousel-indicators::-webkit-scrollbar-button:single-button:vertical:decrement:active {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(128, 128, 128)'><polygon points='50,00 0,50 100,50'/></svg>");
}

/* Down */
#carousel-products
  .carousel-indicators::-webkit-scrollbar-button:single-button:vertical:increment {
  height: 12px;
  width: 16px;
  background-position: center 2px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(96, 96, 96)'><polygon points='0,0 100,0 50,50'/></svg>");
}

#carousel-products
  .carousel-indicators::-webkit-scrollbar-button:single-button:vertical:increment:hover {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(112, 112, 112)'><polygon points='0,0 100,0 50,50'/></svg>");
}

#carousel-products
  .carousel-indicators::-webkit-scrollbar-button:single-button:vertical:increment:active {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(128, 128, 128)'><polygon points='0,0 100,0 50,50'/></svg>");
}

/* Left */
#carousel-products
  .carousel-indicators::-webkit-scrollbar-button:single-button:horizontal:decrement {
  height: 12px;
  width: 12px;
  background-position: 3px 3px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(96, 96, 96)'><polygon points='0,50 50,100 50,0'/></svg>");
}

#carousel-products
  .carousel-indicators::-webkit-scrollbar-button:single-button:horizontal:decrement:hover {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(112, 112, 112)'><polygon points='0,50 50,100 50,0'/></svg>");
}

#carousel-products
  .carousel-indicators::-webkit-scrollbar-button:single-button:horizontal:decrement:active {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(128, 128, 128)'><polygon points='0,50 50,100 50,0'/></svg>");
}

/* Right */
#carousel-products
  .carousel-indicators::-webkit-scrollbar-button:single-button:horizontal:increment {
  height: 12px;
  width: 12px;
  background-position: 3px 3px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(96, 96, 96)'><polygon points='0,0 0,100 50,50'/></svg>");
}

#carousel-products
  .carousel-indicators::-webkit-scrollbar-button:single-button:horizontal:increment:hover {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(112, 112, 112)'><polygon points='0,0 0,100 50,50'/></svg>");
}

#carousel-products
  .carousel-indicators::-webkit-scrollbar-button:single-button:horizontal:increment:active {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(128, 128, 128)'><polygon points='0,0 0,100 50,50'/></svg>");
}

#carousel-products .carousel-control-next,
#carousel-products .carousel-control-prev {
  top: 0;
  width: 43px;
  height: 48px;
  background-color: #ff3000;
  border-radius: 4px;
  opacity: 1;
}

.main-slider-wrapper .owl-item {
  height: 0;
}
.main-slider-wrapper .owl-item.active {
  height: auto;
}

.wedo-main-wrapper {
  margin-bottom: 2rem;
}

#carousel-products .product-item img {
  display: block;
  width: 155px;
  margin: auto;
  height: 216px;
}

.product-details-sec-title {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  padding: 5px;
  background-color: #ff3000;
  color: #ffffff;
  font-size: 32px;
  margin-bottom: 0;
  font-weight: 700;
  padding-left: 1rem;
  font-family: "Exo 2", sans-serif;
  z-index: -1;
  width: calc(100% - 120px);
}

.product-sec-details-wrapper {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 100%;
}

.product-sec-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product-sec-details-left {
  max-width: 330px;
  text-align: right;
}

.product-sec-details-right {
  max-width: 330px;
}

.product-sec-details-left h5,
.product-sec-details-right h5 {
  font-size: 24px;
  font-family: "Exo 2", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
}

.product-sec-details-left h6,
.product-sec-details-right h6 {
  color: grey;
  margin-bottom: 5px;
  font-weight: 600;
  font-family: "Exo 2", sans-serif;
}

.cotact-us-common-btn {
  position: absolute;
  bottom: 0;
  left: 70px;
  z-index: 1000;
}

.product-item.active li .product-title {
  background-color: #222020;
  color: #ff3000;
}
/* Products Slider */

.rez-service-hi {
  padding: 4rem 3rem;
  background-color: #a9ba0c;
}

.rez-service-hi-secs {
  padding: 2rem 2rem;
  border: 2px solid #a9ba0c;
}

.rez-service-hi > h1 {
  color: #862317;
  font-size: 5rem;
  font-weight: 900;
  font-family: "Exo 2", sans-serif;
}

.rez-service-hi-secs > h1 {
  color: #862317;
  font-size: 3rem;
  font-weight: 900;
  text-align: center;
  font-family: "Exo 2", sans-serif;
}

.rez-service-hi-secs > h4 {
  color: #000000;
  font-weight: 600;
  text-align: center;
  margin: 0;
  font-family: "Exo 2", sans-serif;
}

.rez-service-hi-secs > h6 {
  color: #000000;
  font-size: 1.1rem;
  font-weight: 600;
  text-align: center;
  margin-top: 0.5rem;
  font-family: "Exo 2", sans-serif;
}

.rez-service-hi > p {
  color: #000000;
  font-size: 1.1rem;
  font-weight: 600;
  margin-top: 1.5rem;
  font-family: "Exo 2", sans-serif;
  margin-bottom: 0;
}

.rez-service-hi > .carousel-rez-help-block {
  background-color: #ff4e00;
  color: #ffffff;
  display: inline-block;
  padding: 10px;
  margin-left: 2rem;
  position: relative;
  bottom: -4rem;
}

.rez-service-hi-secs > .carousel-rez-help-block {
  background-color: #ff4e00;
  color: #ffffff;
  display: inline-block;
  padding: 10px;
  margin-left: 2rem;
  position: relative;
  bottom: -2rem;
}

.rez-service-hi > .carousel-rez-help-block h5,
.rez-service-hi-secs > .carousel-rez-help-block h5 {
  font-family: "Exo 2", sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 2px;
}

.rez-service-hi > .carousel-rez-help-block h3,
.rez-service-hi-secs > .carousel-rez-help-block h3 {
  font-weight: 700;
}

.rez-main-sub-services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 1.5rem;
  padding: 0 1.5rem;
  font-family: "Exo 2", sans-serif;
}

.rez-main-sub-service-block {
  width: 50%;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding-right: 15px;
  padding-left: 15px;
}

.rez-main-sub-service-title {
  color: #ff3915;
  font-weight: 600;
}

.rez-service-hi-secs-co-wo {
  padding: 2rem 2rem 4rem;
  border: 2px solid #045fa6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.rez-cowo-info h1 {
  color: #045fa6;
  font-weight: 900;
  font-size: 3rem;
  margin-bottom: 0.3rem !important;
  text-transform: uppercase;
  margin: 0;
  font-family: "Exo 2", sans-serif;
}

.rez-cowo-logo {
  width: 20%;
  margin-right: 2rem;
}

.rez-cowo-info {
  width: 80%;
}

.rez-cowo-info h6 {
  color: #045fa6;
  font-weight: 500;
  font-size: 1.1rem;
  font-family: "Exo 2", sans-serif;
}

.rez-cowo-info h4 {
  color: #045fa6;
  font-weight: 700;
  font-family: "Exo 2", sans-serif;
}

.rez-cowo-logo h2 {
  text-align: center;
  font-family: "Exo 2", sans-serif;
  font-size: 2.1rem;
  color: #262262;
  font-weight: 900;
}

.rez-cowo-image-block {
  width: 32%;
  position: relative;
}

.rez-cowo-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 1.5rem;
}

.rez-cowo-image-block-img {
  width: 100%;
  height: 225px;
}

.rez-cowo-image-block-info {
  background-color: #045fa6;
  padding: 20px;
  color: #ffffff;
  margin-top: 49px;
  display: inline-block;
  position: absolute;
  bottom: -32px;
}

.rez-cowo-image-block-info:hover {
  color: #ffffff;
}

.contact-main-sec {
  height: 250px;
  background-color: #ff4e00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 2rem;
}
/* 
      .main-home-wrapper-contact-us,
      .contact-section-main {
        font-family: "Heebo", sans-serif;
      } */

.main-topic-contact {
  font-size: 7vw;
  font-weight: 900;
  color: #ffffff;
}

.contact-submit-btn {
  border-radius: 3px;
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  background-color: #a9ba0c;
}

.contact-submit-btn:hover {
  color: #000000;
}

.footer-links-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-right: 0;
  padding-left: 0;
}

.footer-link-block {
  padding-right: 15px;
  padding-left: 15px;
}

.footer-notes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 4px;
}

.footer-notes a {
  margin-right: 2rem;
}

.custom-footer-social {
  margin-top: 1rem;
  background-color: #0f0d0e;
  color: #ffffff;
}

.footer-notes h5 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 17px;
  margin-bottom: 0;
  color: #ff4e00;
}

.footer-all-links {
  background-color: #3d3d3d;
}

.footer-social-list {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-social-list li {
  list-style: none;
  margin-right: 3rem;
}

.footer-social-list li img {
  width: 24px;
  height: 24px;
}

.contact-box-add a {
  color: #212529;
}

.case-studies-header-title {
  font-size: 1.4rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #a9ba0c;
  margin-bottom: 0;
}

#leadership h1.com-style-margin.scroll-animation-main {
  margin-top: 2rem;
}

.case-studies-header-sub-title {
  color: #3d3d3d;
  font-size: calc(4vw + 3vh);
  font-weight: 900;
}

.about-us-wrapper .case-studies-header-sub-title {
  margin-bottom: 2rem;
}

.work-name-block {
  background-color: #a9ba0c;
  padding: 1rem;
  margin-bottom: 2rem;
  margin-right: 2rem;
}

.work-name-block:hover h2 {
  text-decoration: underline;
}

.work-name-block h2 {
  color: #3d3d3d;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 3rem;
  margin-bottom: 5px;
}

.work-name-block h6 {
  color: #016700;
  font-weight: 500;
}

.work-name-block:first-child {
  margin-top: 2rem;
}

.case-study-para-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
}

.case-study-para-title {
  text-align: center;
  padding: 10px 2px;
  margin-right: 1rem;
}

.case-study-para-title span {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  font-weight: 600;
}

.case-study-para-title.cs-color-green {
  background-color: #a9ba0c;
}

.case-study-para-title.cs-color-orange {
  background-color: #ff4e00;
}

.case-study-para-title.cs-color-brown {
  background-color: #872816;
}

.case-study-para-title.cs-color-green span {
  color: #056a00;
}

.case-study-para-title.cs-color-orange span {
  color: #ffffff;
}

.case-study-para-title.cs-color-brown span {
  color: #ffffff;
}

.product-item-details-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 2rem;
  background-color: #495057;
}

.product-item-details-block-left,
.product-item-details-block-right {
  width: 48%;
}

.product-item-details-block-right {
  background: rgb(0, 0, 0);
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.8631827731092436)),
    to(rgb(88 115 3 / 92%))
  );
  background: -o-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.8631827731092436) 0%,
    rgb(88 115 3 / 92%) 100%
  );
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.8631827731092436) 0%,
    rgb(88 115 3 / 92%) 100%
  );
  padding: 2rem;
  color: #ffffff;
  max-height: 433px;
  overflow-y: auto;
}

.product-item-details-block-left {
  text-align: center;
  padding: 1rem;
  padding-left: 0;
  color: #ffffff;
}

.product-item-details-block-left h1 {
  font-weight: 900;
  margin-top: 1rem;
}

.product-item-details-block-left h4 {
  font-weight: 500;
  font-size: 20px;
}

.product-item-details-block-left h3 {
  font-weight: 400;
}

.product-item-image-div2 {
  width: 60%;
  float: right;
  padding-left: 0.5rem;
}

.product-item-image-div2 img {
  width: 100%;
}

.product-item-details-block-right-app {
  width: 52%;
}

.product-item-details-block-right-app img {
  width: 100%;
}

.proxone-app-store-text {
  font-weight: 700 !important;
  text-transform: uppercase;
}

.pbg-black {
  background-color: #000000;
}

.main-slider-wrapper .owl-item .item {
  overflow: hidden;
}

.rez-cowo-image-block-img img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}

.product-item-details-block.prox-background-one {
  background-image: url(../images/rez-products/proxone/02.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.product-item-details-block.prox-background-two {
  background-image: url(../images/rez-products/proxone/01.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.product-item-details-block.hotw-background-one {
  background-image: url(../images/rez-products/hotwheels/bg1.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.product-item-details-block.hotw-background-two {
  background-image: url(../images/rez-products/hotwheels/bg2.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.product-item-details-block.tour-background-one {
  background-image: url(../images/rez-products/tour-mapper/bg01.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* .product-item-details-block.tour-background-two {
        background-image: url(../images/rez-products/hotwheels/bg2.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
      } */

.product-item-details-block-left p,
.product-item-details-block-right p {
  font-weight: 500;
}

.product-item-details-block-right-app.prox-screens {
  width: 55%;
}

.product-item-details-block-left.prox-app {
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.case-study-para-sec p:last-child {
  margin-bottom: 0;
}

.case-study-para-sec-highlight {
  color: #ff4e00;
  font-weight: 500;
}

.main-home-wrapper-case-studies {
  padding-top: 1.5rem;
}

.prox-status {
  font-size: 1.2rem;
}

.main-home-wrapper-case-studies a {
  text-decoration: none;
}

.osmb-margin a {
  color: inherit;
  text-decoration: none;
}

.osmb-margin a:hover .other-service-title {
  text-decoration: underline;
}

.footer-notes h5 {
  cursor: pointer;
}

.footer-notes h5:hover {
  text-decoration: underline;
}

div::-webkit-scrollbar {
  width: 7px;
  background-color: #f5f5f5;
  border-radius: 10px;
}

div::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
  background-color: #ff4e00;
}

div::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
  border-radius: 10px;
  background-color: #f5f5f5;
}

#mainCarouseIndicators .carousel-control-next-icon,
#mainCarouseIndicators .carousel-control-prev-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 20%;
  background: no-repeat 50%/70% 100%;
}

#mainCarouseIndicators .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
  background-color: black;
}
#mainCarouseIndicators .carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
  background-color: black;
}

.required-star {
  display: none;
}

.contact-form .form-control {
  padding: 1.375rem 0.75rem;
  border-radius: 0;
  color: #222222;
  border: 1px solid #222222;
}

.main-services-tiles img {
  display: block;
  width: 100%;
}

.product-details-block .carousel-item img {
  display: block;
  height: auto;
}

.footer-contact span {
  font-weight: 600;
}

.footer-list-topic:hover {
  color: white;
}

.rez-pkg-link {
  font-size: 1.1rem;
  margin-top: 1rem;
  display: block;
  font-weight: 600;
  color: #ff3000;
}

.contact-office-locations-main {
  display: flex;
  flex-wrap: wrap;
}

.contact-office-locations {
  margin-right: 4rem;
  min-width: 133px;
  margin-top: 1rem;
}

.problems-solved-main.join-us a {
  color: #be4f0c;
}

.problems-solved-main.join-us .footer-mail {
  margin-top: 2.5rem;
}

.problems-solved-main.join-us .top-note-app {
  margin-bottom: 0.3rem;
}

.job-title {
  margin-top: 2rem;
}

.why-rez-sub-section {
  margin-bottom: 2rem;
  margin-top: 3rem;
}

.count-card-main {
  display: flex;
  justify-content: space-between;
}

.count-card-block {
  flex-basis: 20%;
}

.count-carde .count-text {
  display: flex;
  align-items: flex-end;
}

.count-second-text {
  font-size: 1.4rem;
}

.count-card-block:first-child {
  margin-left: -23px;
}

.under-dev-text {
  text-align: center;
  padding: 2rem;
}

.under-dev-text img {
  max-width: 100%;
  height: auto;
}

.under-dev-text h3 {
  margin-top: 2rem;
}

.under-dev-text a {
  margin-top: 2rem;
  display: block;
  font-size: 1.2rem;
  color: #ff4e00;
}

/* BLOG */
.blog_main {
  background-color: #ff3000;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}

.blog_image {
  width: 100%;
  height: 20rem;
  min-height: 20rem;
}

.blog_image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog_info {
  padding: 1rem;
  color: #ffffff;
  min-height: 123px;
}

.blog_info h4 {
  font-weight: 600;
}

.blog_wrapper a {
  text-decoration: none;
}

.blog_page_header_bg {
  height: 35vh;
  width: 100%;
}

.blog_page_header_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog_sub_title {
  position: relative;
  bottom: 79px;
}

.blog_sub_title h4 {
  display: inline-block;
  padding: 0.8rem 1rem;
  background-color: #ffffff;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 32px;
}

.blog_title_wrapper {
  padding: 0 1rem;
}

.blog_title_wrapper h1 {
  font-size: 4.55rem;
  font-weight: 600;
}

.blog_title_wrapper h3 {
  text-align: right;
  font-weight: 600;
}

.blog_content {
  margin-top: 3rem;
}

.blog_p_sub_title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #ff3000;
}

.blog-rez-help-wrapper {
  text-align: right;
  margin-top: 2rem;
}

.blog-rez-help-block {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.blog-rez-help-block img {
  width: 222px;
  height: 52.17px;
}

.blog-rez-help-block h3 {
  font-size: 1.3rem;
  padding: 1rem;
  margin: 0;
  background-color: #ff3000;
  display: block;
  color: #ffffff;
}

.blog-img-fluid {
  max-width: 100%;
  height: auto;
}

.blog_p_main_title {
  font-size: 2.3rem;
  font-weight: 700;
  color: #ff3000;
  margin-bottom: 3rem;
}

#blogCarouseIndicators img {
  width: 100%;
}

#blogCarouseIndicators .carousel-control-next-icon,
#blogCarouseIndicators .carousel-control-prev-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 20%;
  background: no-repeat 50%/70% 100%;
}

#blogCarouseIndicators .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
  background-color: black;
}
#blogCarouseIndicators .carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
  background-color: black;
}

.blog_page_header_bg.vegas_blog_bg {
  height: 65vh;
}

.vegas_blog_bg img {
  object-position: bottom;
}

.vegas_poits {
  background-color: #f5f5f5;
  padding: 15px 2.5rem 3px;
}

.vegas_blog_sec p {
  text-align: justify;
}

.blog_share_links {
  display: flex;
  align-items: center;
}

.blog_share_links img {
  width: 24px;
  height: 24px;
}

.blog_share_links a {
  display: block;
  margin: 0 0.5rem;
  width: 45px;
  height: 45px;
  border: 1px solid #ff4e00;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.blog_share_links a:hover {
  background-color: #ffefe8;
}

.blog_options {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  padding: 1rem 0;
}

.blog_share_links h5 {
  margin-bottom: 0;
  margin-right: 1rem;
}

.blog-main-block {
  margin-bottom: 2rem;
}

.blog_organization_capability_table table {
  border-collapse: collapse;
}
.blog_organization_capability_table td {
  text-align: center;
  padding: 25px 5px;
  border: 1px solid #000;
}
.blog_organization_capability_table td.empty {
  border: 0;
}
.blog_organization_capability_table td.headt {
  font-weight: bold;
  background-color: #4526a0;
  color: #ffffff;
  padding: 10px 5px;
}

.blog_organization_capability_table {
  margin: 2rem 0 1rem;
}
.headt > div {
  transform: rotate(270deg);
  width: 40px;
}

.headt > .headt_over {
  position: relative;
  bottom: -17px;
}

.career-link {
  color: #212529 !important;
}

.career-link:hover {
  color: #be4f0c !important;
}

.career-jd {
  min-height: 500px;
  background-color: #f7f7f7;
}

.career-jd img {
  width: 100%;
  height: auto;
}

.blog_full_image img {
  width: 100%;
}

.blog_custom_button {
  display: table;
  background-color: #f66206;
  color: #222222;
  padding: 12px 30px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 600;
  margin: 2rem auto 2rem auto;
  border: 0;
}

.blog_custom_button:hover {
  color: #222222;
  background-color: #f3670f;
  text-decoration: underline;
}

#quiz .answers {
  display: flex;
  flex-wrap: wrap;
}

#quiz .answers label {
  width: 25%;
  margin-bottom: 0.1rem;
}

#quiz .answers label > input {
  margin-right: 6px;
}

#quiz .question {
  font-size: 20px;
  margin-bottom: 1rem;
}

.qa_wrapper {
  margin-bottom: 2rem;
}

.quiz_results .overlay {
  background: rgb(0 0 0 / 25%);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
}

.quiz_results .overlay.is-on {
  opacity: 1;
  visibility: visible;
}

.quiz_results .overlay.is-on .content {
  opacity: 1;
  visibility: visible;
  top: 85px;
}

.quiz_results .overlay .content {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 80%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.blog_popup_content {
  max-height: 80%;
  overflow: auto;
  padding: 1rem;
  background-color: #ffffff;
}

.quiz_results #close {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 15px;
  color: #999;
  cursor: pointer;
  padding: 5px 10px;
}

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

.home_call_now_title {
  font-size: 21px;
  font-weight: 700;
}

.home_call_now_container .home_call_now_block .contact-box-topic {
  font-size: 18px;
}

.home_call_now_container .home_call_now_block .contact-box-add a {
  font-size: 16px;
  font-weight: 600;
}

.social-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.social-block:first-child {
  padding-right: 2rem;
  border-right: 2px solid #ff3000;
}

.social-block:last-child {
  padding-left: 2rem;
}

.home_call_now_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 3rem;
  margin-bottom: 2rem;
  padding: 1rem;
  background-color: #ff3000;
  color: #ffffff;
}

.home_call_now_container .contact-box-topic,
.home_call_now_container .contact-box-add a {
  color: #ffffff;
}

.main-carousel-video video {
  height: 100%;
  width: 100%;
  background-color: #000000;
}

.main-carousel-video {
  height: 480px;
}

.product-sec-details-right .other-service-contact-btn {
  margin-top: 0;
  padding: 11px 120px 10px 25px;
}

.wedo-service-title-sd {
  font-size: 2.8rem;
}

.wedo-service-title-sd span {
  font-size: 3.8rem;
}

.wedo-service-wrapper-title.wedo-service-title-bpo {
  font-size: 2.6rem;
}

span.bpo-main {
  font-size: 3.8rem;
}

.carousel-rez-help-wrapper {
  padding: 0 2.5rem;
}

.carousel-rez-help-wrapper {
  padding: 0 2.5rem;
  display: flex;
  align-items: center;
  gap: 32%;
}

.carousel-rez-help-wrapper .other-service-contact-btn {
  margin-top: 1rem;
}

.carousel-rez-help-wrapper > .carousel-rez-help-block {
  background-color: #ff4e00;
  color: #ffffff;
  display: inline-block;
  padding: 10px;
  margin-left: 0;
  position: relative;
  bottom: -4rem;
}

.carousel-rez-help-wrapper > .carousel-rez-help-block {
  background-color: #ff4e00;
  color: #ffffff;
  display: inline-block;
  padding: 10px;
  margin-left: 0;
  position: relative;
  bottom: -2rem;
}

.carousel-rez-help-wrapper > .carousel-rez-help-block h5,
.carousel-rez-help-wrapper > .carousel-rez-help-block h5 {
  font-family: "Exo 2", sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 2px;
}

.carousel-rez-help-wrapper > .carousel-rez-help-block h3,
.carousel-rez-help-wrapper > .carousel-rez-help-block h3 {
  font-weight: 700;
}

.projects-completed-wrapper .slick-slide {
  margin: 0px 30px;
}

.projects-completed-wrapper .slick-slide img {
  width: 100%;
  max-height: 100px;
}

.slick-track {
  display: flex !important;
  align-items: center;
}

.projects-completed-wrapper .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.projects-completed-wrapper .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.projects-completed-wrapper .slick-list:focus {
  outline: none;
}
.projects-completed-wrapper .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.projects-completed-wrapper .slick-slider .slick-track,
.projects-completed-wrapper .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.projects-completed-wrapper .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.projects-completed-wrapper .slick-track:before,
.projects-completed-wrapper .slick-track:after {
  display: table;
  content: "";
}
.projects-completed-wrapper .slick-track:after {
  clear: both;
}
.projects-completed-wrapper .slick-loading .slick-track {
  visibility: hidden;
}

.projects-completed-wrapper .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

.projects-completed-wrapper {
  margin: 5rem 0 5rem;
}

.projects-completed-wrapper .other-service-title {
  margin-bottom: 1rem;
  font-weight: 700;
  font-size: 26px;
  text-align: center;
}

.projects-completed-wrapper .other-service-sub-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #666666;
}

@font-face {
  font-family: "GreycliffCF";
  src: url("../fonts/greycliffcf-bold.otf");
}

@font-face {
  font-family: "GreycliffCF-medium";
  src: url("../fonts/greycliffcf-medium.otf");
}

@font-face {
  font-family: "GreycliffCF-extrabold";
  src: url("../fonts/greycliffcf-extrabold.otf");
}

.main-carousel-item {
  display: flex;
  height: 480px;
}

.slider-item-image {
  flex-grow: 1;
}

.slider-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider-item-content {
  max-width: 600px;
  padding: 2.5rem 4rem;
  background-color: #ff3000;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-family: "GreycliffCF";
}

.slider-hashtag {
  font-weight: 700;
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
  color: #000000;
  font-family: "GreycliffCF-extrabold";
}

.slider-hashtag span {
  color: #ffffff;
}

.slider-item-desc {
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-size: 1rem;
  font-family: "GreycliffCF-medium";
  line-height: 1.3;
}

.slider-item-title {
  font-weight: 900;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 1rem;
  font-size: 3.5rem;
  line-height: 0.9;
  font-family: "GreycliffCF-extrabold";
}

.slider-item-navigate {
  display: flex;
  align-items: center;
}

.slider-item-navigate img {
  width: 36px;
  margin: 0 1rem 0 0 !important;
}

.slider-item-navigate a {
  font-size: 1.2rem;
  margin: 0;
  font-weight: 700;
  text-transform: uppercase;
  color: #000000;
  font-family: "GreycliffCF-extrabold";
}

.s-hash {
  color: #000000 !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.special-char {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.our-works-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
  margin-top: 2rem;
}

.our-work-block {
  width: calc(50% - 1rem);
  border: 2px solid #ff3000;
  padding: 1.5rem;
  transition: ease-in-out 0.5s all;
}

.our-work-block:hover {
  background-color: rgb(255 69 0 / 5%);
}

.our-work-block h4 {
  font-weight: 900;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}

.our-work-block ul {
  padding: 0;
  list-style: none;
  margin: 0;
  margin-bottom: 0;
}

.our-work-block ul li {
  font-size: 1.5rem;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 0.5rem;
}

.our-work-block ul li a {
  color: #212529;
}

.our-work-block ul li:hover .work-bullet {
  background-color: #ff3000;
}

.our-work-block ul li:hover a {
  text-decoration: underline;
}

.our-work-block ul li:last-child {
  margin-bottom: 0;
}

.work-bullet {
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  max-width: 20px;
  max-height: 20px;
  display: block;
  border: 3px solid #ff3000;
  border-radius: 50%;
  margin-top: 9px;
}

.our-work-display {
  margin-top: 2rem;
}

.ow-details-wrapper {
  display: inline-block;
  margin-left: 4rem;
  padding: 5rem 2rem;
  width: 43%;
  color: #ffffff;
  height: 100%;
}

.ow-item-title {
  border: 2px solid #ff3000;
  padding: 1.5rem 1rem;
}

.ow-item-title h2 {
  margin: 0;
  font-size: 2.2rem;
  font-weight: 900;
  text-transform: uppercase;
}

.ow-item-product {
  font-size: 2.2rem;
  font-weight: 900;
  text-transform: uppercase;
  margin-top: 1.5rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  text-shadow: 0px 6px 3px rgb(0 0 0 / 20%);
}

.ow-solution-title {
  margin-top: 1.5rem;
}

.ow-solution-title h2 {
  font-size: 2.2rem;
  font-weight: 900;
  text-transform: uppercase;
  color: #ff3000;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.ow-display-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  min-height: 700px;
  display: grid;
  scroll-margin-top: 5rem;
}

.ow-details-inner {
  padding: 0 1rem;
}

.back-to-top {
  position: fixed;
  right: 2rem;
  bottom: 15rem;
  border-radius: 100%;
  background: #141c38;
  padding: 0.5rem;
  border: none;
  cursor: pointer;
  opacity: 100%;
  transition: opacity 0.5s;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.back-to-top:hover {
  opacity: 90%;
}

.hidden {
  opacity: 0%;
}

.back-to-top-icon {
  width: 2rem;
  height: 2rem;
  color: #7ac9f9;
}

.ow-solution-content ul > li {
  margin: 7px 0;
}

#TravelPlatform {
  background-image: url("../images/our-work/tixrez.jpg");
}
#TravelPlatform > .ow-details-wrapper {
  background-color: rgb(0 31 76 / 90%);
}

#tpl-platform {
  background-image: url("../images/our-work/3pl.jpg");
}
#tpl-platform > .ow-details-wrapper {
  background-color: rgb(0 35 43 / 90%);
}

#club-management-plat {
  background-image: url("../images/our-work/club-management.jpg");
}
#club-management-plat > .ow-details-wrapper {
  background-color: rgb(175 182 190 / 90%);
  color: #212529;
}

#co-working-space {
  background-image: url("../images/our-work/co-working-space.jpg");
}
#co-working-space > .ow-details-wrapper {
  background-color: rgb(40 47 63 / 90%);
}

#eco-system {
  justify-items: end;
  background-image: url("../images/our-work/eco-systes-dev.jpg");
}
#eco-system > .ow-details-wrapper {
  margin-right: 4rem;
  background-color: rgb(131 72 72 / 90%);
}

#legacy-system-mig {
  background-image: url("../images/our-work/legacy-system-migration.jpg");
}
#legacy-system-mig > .ow-details-wrapper {
  background-color: rgb(2 110 61 / 80%);
}

#database-migration {
  background-image: url("../images/our-work/database-migration.jpg");
}
#database-migration > .ow-details-wrapper {
  background-color: rgb(41 171 226 / 50%);
}

#api-perfomnc-opt {
  justify-items: end;
  background-image: url("../images/our-work/api-perfomnc-opt.jpg");
}
#api-perfomnc-opt > .ow-details-wrapper {
  margin-right: 4rem;
  background-color: rgb(93 85 87 / 70%);
}

#automate-soft-releas {
  justify-items: end;
  background-image: url("../images/our-work/automate-soft-releas.jpg");
}
#automate-soft-releas > .ow-details-wrapper {
  margin-right: 4rem;
  background-color: rgb(93 85 87 / 80%);
}

#system-scaling-prjt {
  justify-items: end;
  background-image: url("../images/our-work/system-scaling-prjt.jpg");
}
#system-scaling-prjt > .ow-details-wrapper {
  margin-right: 4rem;
  background-color: rgb(41 171 226 / 60%);
}

#infrastructure-monitor {
  justify-items: end;
  background-image: url("../images/our-work/infrastructure-monitor.jpg");
}
#infrastructure-monitor > .ow-details-wrapper {
  margin-right: 4rem;
  background-color: rgb(9 9 15 / 80%);
}

#integrations {
  justify-items: end;
  background-image: url("../images/our-work/integrations.jpg");
}
#integrations > .ow-details-wrapper {
  margin-right: 4rem;
  background-color: rgb(5 19 22 / 80%);
}

#workflow-automate {
  justify-items: end;
  background-image: url("../images/our-work/workflow-automate.jpg");
}
#workflow-automate > .ow-details-wrapper {
  margin-right: 4rem;
  background-color: rgb(0 0 1 / 70%);
}

#cyber-security {
  justify-items: end;
  scroll-margin-top: 0;
  background-image: url("../images/our-work/cyber-security.jpg");
}
#cyber-security > .ow-details-wrapper {
  margin-right: 4rem;
  background-color: rgb(0 0 1 / 80%);
}

.our-work-block > a {
  color: #212529;
  display: block;
  height: 100%;
  width: 100%;
  cursor: pointer;
}

.our-work-block > a:hover {
  text-decoration: underline;
}
