html {
  padding: 0;
  margin: 0;
}
body {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  color: var(--color-text);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  direction: ltr;
}
a {
  text-decoration: none;
}
a,
button {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  outline: 0;
}
a button:hover,
a:focus,
a:hover,
button button:hover,
button:focus,
button:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
  outline: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Montserrat, sans-serif;
  color: #2d2d2d;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3;
}
p {
  color: #252525;
}
.light-txt .sub-title,
.light-txt a,
.light-txt div,
.light-txt h1,
.light-txt h2,
.light-txt h3,
.light-txt h4,
.light-txt h5,
.light-txt h6,
.light-txt li,
.light-txt p,
.light-txt span {
  color: #fff !important;
}
#vision {
  background-image: url(../img/vision.png);
}
#careers {
  background-image: url(../img/vision.png);
}
#contact {
  background-image: url(../img/contact.png);
}
.navbar-white {
  background: #fff;
  box-shadow: 0 5px 12px 0 rgba(50, 50, 50, 0.08);
}
.navbar-brand {
  padding: 0;
}
.navbar-brand > img {
  max-width: 140px;
  height: auto;
}
.navbar {
  height: 65px;
  transition: all 0.5s;
}
@media (min-width: 968px) {
  .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}
.navbar .dropdown-slide .dropdown-menu {
  right: auto;
  left: auto;
  display: block;
  visibility: hidden;
  padding: 15px;
  -webkit-transition: visibility 0.2s, opacity 0.2s,
    -webkit-transform 0.5s cubic-bezier(0.43, 0.26, 0.11, 0.99);
  transition: visibility 0.2s, opacity 0.2s,
    -webkit-transform 0.5s cubic-bezier(0.43, 0.26, 0.11, 0.99);
  transition: visibility 0.2s, opacity 0.2s,
    transform 0.5s cubic-bezier(0.43, 0.26, 0.11, 0.99);
  transition: visibility 0.2s, opacity 0.2s,
    transform 0.5s cubic-bezier(0.43, 0.26, 0.11, 0.99),
    -webkit-transform 0.5s cubic-bezier(0.43, 0.26, 0.11, 0.99);
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
  border: none;
  border-radius: 0;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.07);
}
.navbar .dropdown-slide .dropdown-menu li a {
  padding: 10px 0;
}
.navbar .dropdown-slide:hover .dropdown-menu {
  display: block;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  color: #777;
}
.navbar .navbar-collapse,
.navbar .navbar-header {
  margin-top: 6px;
}
.navbar .navbar-nav li a {
  font-size: 14px;
  position: relative;
  margin: 0 15px;
  padding-right: 0;
  padding-left: 0;
  color: #414141;
}
.navbar .navbar-nav li a:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  content: " ";
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 0;
  background: #fc4848;
}
.navbar .navbar-nav li a:focus,
.navbar .navbar-nav li a:hover {
  color: #fc4848;
  background: 0 0;
}
.navbar .navbar-nav li a:focus:before,
.navbar .navbar-nav li a:hover:before {
  left: 0;
  width: 100%;
  opacity: 1;
}
.navbar .navbar-nav .dropdown .dropdown-menu li a,
.navbar .navbar-nav .dropdown .dropdown-menu li.current a {
  background: 0 0;
}
.navbar .navbar-nav .dropdown .dropdown-menu li a:before,
.navbar .navbar-nav .dropdown .dropdown-menu li.current a:before {
  display: none;
  width: auto;
}
.navbar .navbar-nav .dropdown .dropdown-menu li a:focus,
.navbar .navbar-nav .dropdown .dropdown-menu li a:hover,
.navbar .navbar-nav .dropdown .dropdown-menu li.current a:focus,
.navbar .navbar-nav .dropdown .dropdown-menu li.current a:hover {
  background: 0 0;
}
.navbar .navbar-nav .dropdown .dropdown-menu li a:focus:before,
.navbar .navbar-nav .dropdown .dropdown-menu li a:hover:before,
.navbar .navbar-nav .dropdown .dropdown-menu li.current a:focus:before,
.navbar .navbar-nav .dropdown .dropdown-menu li.current a:hover:before {
  display: none;
  width: auto;
}
.navbar .navbar-nav li.current a {
  color: #fc4848;
  background: 0 0;
}
.navbar .navbar-nav li.current a:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  content: " ";
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 1;
  background: #fc4848;
}
.navbar .navbar-nav li.current.dropdown a {
  color: #414141;
}
.navbar .navbar-nav li.current.dropdown a:hover {
  color: #fc4848;
}
.nav-item {
  border-right: rgba(0, 0, 0, 0.116) 0.5px solid;
}
.nav-item:nth-child(8) {
  border: 0;
}
.nav-item > a {
  text-decoration: none;
}
.text-link-style {
  text-decoration: none;
  color: var(--color-text);
}
.hero {
  position: relative;
  display: table;
  width: 100%;
  padding: 0;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}
.hero-content {
  position: absolute;
  text-align: center;
  top: 40%;
  display: table-cell;
  -webkit-transform: translateY(3rem);
  -ms-transform: translateY(3rem);
  transform: translateY(3rem);
  vertical-align: middle;
}
.hero-content .hero-title {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 70px;
}
.hero-inner {
  width: 100%;
  margin-top: 75px;
  padding: 10rem 0;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}
.hero-content {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.hero-content .hero-title {
  margin: 0;
}
.banner h1,
.banner h4 {
  color: #fff;
}
.full-height {
  height: 100vh;
}
.myVideo {
  width: 100%;
  height: 100%;
  margin-bottom: -50px;
  padding-top: 50px;
}
.data-overlay {
  position: relative;
}
.data-overlay .container {
  position: relative;
}
.data-overlay:before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #000;
  opacity: 0.4;
}
.main-content {
  position: relative;
  background: #fff;
}
section p {
  line-height: 1.7;
}
.section-gray {
  background: #f8f8f8;
}
.section-title {
  margin-top: 4.5rem;
  display: block;
  margin-bottom: 4.5rem;
}
.section-title .title {
  font-size: 36px;
  font-weight: 800;
  line-height: 46px;
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: 2px;
  color: #414141;
}
.section-title .sub-title {
  font-size: 16px;
  line-height: 30px;
  margin-top: 30px;
  color: #757575;
}
.text-center .separator {
  position: relative;
}
.text-center .separator:after {
  position: absolute;
  bottom: -15px;
  left: 50%;
  width: 40px;
  height: 1px;
  margin-left: -20px;
  content: "";
  background: #757575;
}
.text-center .separator:before {
  position: absolute;
  bottom: -12px;
  left: 50%;
  width: 50px;
  height: 1px;
  margin-left: -25px;
  content: "";
  background: #757575;
}
.light-txt .separator:after,
.light-txt .separator:before {
  content: "";
  background: #fff;
}
.separator {
  position: relative;
}
.separator:before {
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 40px;
  height: 1px;
  margin-left: 0;
  content: "";
  background: #757575;
}
.separator:after {
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 50px;
  height: 1px;
  margin-left: 0;
  content: "";
  background: #757575;
}
.para-title {
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
}
.parallax {
  position: relative;
  text-align: justify;
  background: no-repeat center center scroll;
  background-attachment: fixed;
  background-size: cover;
}
.clients {
  text-align: center;
}
.clients .feature-list-img {
  display: inline-block;
  margin-bottom: 1rem;
  text-align: center;
}
/* .clients .feature-list-img img {
  height: 100%;
} */
.gray-bg {
  background: #f8f8f8;
}
.black-bg {
  background: #000;
}
.feature-wrapper,
.services-wrapper {
  text-align: center;
}
.feature-wrapper .col-md-4,
.services-wrapper .col-md-4 {
  display: inline-block;
  float: none;
  width: 33%;
  padding: 0 20px;
  vertical-align: top;
}
.feature-list {
  margin-bottom: 40px;
  padding: 40px;
  -webkit-transition: box-shadow 0.3s ease-out, opacity 0.2s ease-out,
    -webkit-transform 0.3s ease-out;
  transition: box-shadow 0.3s ease-out, opacity 0.2s ease-out,
    -webkit-transform 0.3s ease-out;
  transition: box-shadow 0.3s ease-out, transform 0.3s ease-out,
    opacity 0.2s ease-out;
  transition: box-shadow 0.3s ease-out, transform 0.3s ease-out,
    opacity 0.2s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.05);
}
.feature-list:hover {
  z-index: 999;
  -webkit-transform: translate(0, -4px);
  -ms-transform: translate(0, -4px);
  transform: translate(0, -4px);
  opacity: 1 !important;
  box-shadow: rgba(45, 45, 45, 0.05) 0 2px 2px, rgba(49, 49, 49, 0.05) 0 4px 4px,
    rgba(42, 42, 42, 0.05) 0 8px 8px, rgba(32, 32, 32, 0.05) 0 16px 16px,
    rgba(49, 49, 49, 0.05) 0 32px 32px, rgba(35, 35, 35, 0.05) 0 64px 64px;
}
.technologies .feature-list-img {
  display: inline-block;
  width: 100px;
  height: 100px;
  margin-bottom: 15px;
  text-align: center;
}
.technologies .feature-list-img img {
  width: 100%;
  height: 100%;
}
.services-list {
  height: 100px;
  margin-bottom: 50px;
}
.services-list .services-icon {
  float: left;
  margin-bottom: 1.6rem;
  width: 80px;
}
.services-list .services-icon i {
  font-size: 42px;
  position: relative;
  top: 0;
}
.about {
  margin-top: 50px;
}
.about .services-list .services-icon img {
  width: 80px;
}
.services-list .services-desk {
  display: inherit;
  overflow: hidden;
}
.services-list .services-title {
  margin-top: 0;
  margin-bottom: 2rem;
}
.services-list .services-info {
  line-height: 30px;
  color: #919191;
}
.portfolio-box {
  width: 1180px;
  margin: 0 auto;
}
.portfolio {
  margin: 50px 0 0 0;
}
.portfolio .portfolio-item {
  margin-bottom: 20px;
  text-align: center;
}
.portfolio .portfolio-item .thumb {
  position: relative;
  display: block;
}
.portfolio .portfolio-item .thumb img {
  height: 300px;
  width: 100%;
}
.portfolio .portfolio-item .app {
  position: relative;
  display: block;
}
.portfolio .portfolio-item .app img {
  height: 300px;
}
.portfolio-hover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  margin: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.8);
}
.portfolio-item:hover .portfolio-hover,
.portfolio-item:hover .portfolio-hover .action-btn,
.portfolio-item:hover .portfolio-hover .portfolio-description {
  opacity: 1;
}
.portfolio-item:hover .portfolio-hover .portfolio-description {
  top: 50%;
}
.portfolio-hover .portfolio-description {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10%;
  -webkit-transition: all 0.3s 0.2s;
  transition: all 0.3s 0.2s;
  -webkit-transform: translateY(-55%);
  -ms-transform: translateY(-55%);
  transform: translateY(-55%);
  opacity: 0;
}
.portfolio-description,
.portfolio-description h4,
.portfolio-description h4 a,
.portfolio-hover .action-btn a {
  text-align: center;
  color: #fff;
}
.portfolio-description h4 {
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.portfolio-description p {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 0;
  color: #fff;
}
.portfolio-description a,
.portfolio-title a {
  color: #fff;
}
.portfolio.gutter .portfolio-item {
  padding: 20px;
}
.portfolio.col-2 .portfolio-item {
  width: 49.99%;
}
.portfolio.col-3 .portfolio-item {
  width: 33.3333333%;
}
.portfolio.col-4 .portfolio-item {
  width: 24.98%;
}
.portfolio.col-5 .portfolio-item {
  width: 19.99%;
}
.portfolio.col-6 .portfolio-item {
  width: 16.666666667%;
}
.career-list {
  margin-top: -30px;
  font-weight: 700;
}
.career-list .short-links li {
  margin-bottom: 20px;
}
.career-list .short-links li a {
  font-size: 20px;
  color: #fff;
}
.career-list .short-links li a:hover {
  color: #fc4848;
}
@media screen and (max-width: 1500px) {
  .portfolio.col-2 .portfolio-item,
  .portfolio.col-3 .portfolio-item,
  .portfolio.col-4 .portfolio-item,
  .portfolio.col-5 .portfolio-item,
  .portfolio.col-6 .portfolio-item {
    width: 50%;
  }
  .portfolio-box {
    width: 100%;
  }
  .myVideo {
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .portfolio-filter li {
    margin-bottom: 25px;
  }
  .portfolio {
    margin: 20px 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .portfolio.col-2 .portfolio-item,
  .portfolio.col-3 .portfolio-item,
  .portfolio.col-4 .portfolio-item,
  .portfolio.col-5 .portfolio-item,
  .portfolio.col-6 .portfolio-item,
  .testimonial.grid-2 li {
    width: 100%;
  }
}
.dark-bg {
  background: #414141;
}
.services .services-title {
  color: #fff;
}
.services .services-list .services-icon img {
  width: 60px;
  height: 60px;
}
input.form-control {
  height: 50px;
}
.contact-wrapper p {
  font-size: 14px;
}
.contact-form {
  margin-top: 90px;
}
.contact-form .form-control {
  border: none;
}
.contact-form .form-control:focus {
  box-shadow: none;
}
.contact-form button {
  outline: 0;
}
.contact-form button:active:focus,
.contact-form button:focus,
.contact-form button:hover {
  color: #fff;
  outline: 0;
}
.contact-form .btn.disabled {
  opacity: 1;
}
.comments-form .form-control {
  border-color: #e8e8e8;
  box-shadow: none;
}
.comments-form .form-control:focus {
  border-color: #000;
}
.comments-form .btn-black {
  color: #fff;
  background: #414141;
}
.comments-form .btn-black:hover {
  background: #000;
}
.subscribe-from .form-control {
  width: 100%;
  height: auto;
  padding: 12px 20px;
  border-color: #dfdfdf;
  border-radius: 5px;
  box-shadow: none;
}
.map-height {
  min-height: 400px;
}
.footer {
  color: #fff;
  border-top: 1px solid #e8e8e8;
  background: #fff;
  margin-top: 20px;
}
.footer p {
  font-size: 14px;
  text-align: justify;
  margin-bottom: 30px;
  color: #000;
}
.footer h5 {
  color: #000;
}
.footer .short-links li {
  margin-bottom: 10px;
  text-align: justify;
}
.footer .short-links li a {
  font-size: 14px;
  color: #000;
}
.footer .short-links li a:hover {
  color: #fc4848;
}
.footer .form-control {
  border-color: #414141;
  background: #fff;
  box-shadow: none;
}
.footer .form-control:focus {
  border-color: #414141;
}
.footer-title {
  margin-bottom: 20px;
}
.footer-title h5 {
  font-weight: 700;
  margin-top: 0;
  color: #000;
}
.footer-logo {
  margin-bottom: 40px;
}
.footer-social-links {
  margin-top: 10px;
  margin-bottom: 5px;
}
.footer-social-links a {
  font-size: 14px;
  line-height: 30px;
  display: inline-block;
  margin-right: 8px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
}
.footer-social-links .facebook {
  background: #465fa4;
}
.footer-social-links .twitter {
  background: #55b4e6;
}
.footer-social-links .linkedin {
  background: #0077b5;
}
.footer-social-links .rss {
  background: #fac94b;
}
.copyright-section {
  height: 31px;
}
.copyright-section a {
  color: #757575;
}
.copyright-section a:hover {
  color: #fc4848;
}
.footer-fixed {
  position: fixed;
  z-index: 1;
  bottom: 0;
  width: 100%;
  padding: 100px 0 50px 0;
}
.p-top-0 {
  padding-top: 0 !important;
}
.p-bot-0 {
  padding-bottom: 0 !important;
}
.p-right-80 {
  padding-right: 80px;
}
.p-tb-0 {
  padding-top: 0;
  padding-bottom: 0;
}
.p-10 {
  padding: 10px;
}
.p-20 {
  padding: 20px;
}
.p-30 {
  padding: 30px;
}
.p-40 {
  padding: 40px;
}
.p-50 {
  padding: 50px;
}
.pad-less {
  padding: 0 !important;
}
.margin-less {
  margin: 0 !important;
}
.m-top-0 {
  margin-top: 0 !important;
}
.m-top-10 {
  margin-top: 10px !important;
}
.m-top-20 {
  margin-top: 20px !important;
}
.m-top-50 {
  margin-top: 50px !important;
}
.m-top-100 {
  margin-top: 100px !important;
}
.m-bot-0 {
  margin-bottom: 0 !important;
}
.m-bot-10 {
  margin-bottom: 10px !important;
}
.m-bot-20 {
  margin-bottom: 20px !important;
}
.m-bot-40 {
  margin-bottom: 40px !important;
}
.m-bot-50 {
  margin-bottom: 50px !important;
}
.m-bot-100 {
  margin-bottom: 100px !important;
}
.relative {
  position: relative;
}
.font-bold {
  font-weight: 700;
}
.font-normal {
  font-weight: 400;
}
.radius4 {
  border-radius: 4px;
}
.radius6 {
  border-radius: 6px;
}
.u-Rounded {
  border-radius: 50%;
}
.v-Center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.btn-play {
  font-size: 28px;
  line-height: 65px;
  width: 65px;
  height: 65px;
  padding: 0;
  text-align: center;
  color: #fff;
  border: 0;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.btn-play i {
  position: relative;
  left: 3px;
}
.btn-play:focus,
.btn-play:hover {
  color: #fff;
  background: #ff4949;
}
@media screen and (max-width: 800px) {
  .wow {
    visibility: visible !important;
    -webkit-animation-name: none !important;
    animation-name: none !important;
  }
}
.text-primary {
  color: #905fd3;
}
.text-danger {
  color: #ff4949;
}
.text-success {
  color: #6bbb30;
}
.text-warning {
  color: #fbb630;
}
.text-info {
  color: #34b5f1;
}
.text-center .btn {
  margin: 15px;
}
.btn-link {
  font-size: 14px;
  position: relative;
  color: #000;
}
.btn-link:after {
  font-family: fontawesome;
  font-size: 14px;
  position: absolute;
  top: 0;
  right: -10px;
  content: "\f105";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-link:hover {
  text-decoration: none;
  color: #000;
}
.btn-link:hover:after {
  right: -15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-primary-solid {
  color: #fff;
  border-color: #fc4848;
  background: #fc4848;
}
.btn-primary-solid:focus,
.btn-primary-solid:hover {
  color: #fff;
  border-color: #fb1616;
  background: #fb1616;
}
.btn-dark-solid {
  color: #fff;
  border-color: #414141;
  background: #414141;
}
.btn-dark-solid:focus,
.btn-dark-solid:hover {
  color: #fff;
  border-color: #000;
  background: #000;
}
.btn-info-solid {
  color: #fff;
  border-color: #33b3ee;
  background: #33b3ee;
}
.btn-info-solid:focus,
.btn-info-solid:hover {
  color: #33b3ee;
  border-color: #33b3ee;
  background: #fff;
}
.btn-light-solid {
  color: #414141;
  border-color: #fff;
  background: #fff;
}
.btn-light-solid:focus,
.btn-light-solid:hover {
  color: #fff;
  border-color: #fff;
  background: #fc4848;
}
.btn-light-border {
  color: #fff;
  border-color: #fff;
}
.btn-light-border:focus,
.btn-light-border:hover {
  color: #414141;
  border-color: #fff;
  background: #fff;
}
.btn-gray-border {
  color: #414141;
  border-color: #e8e8e8;
}
.btn-gray-border:focus,
.btn-gray-border:hover {
  color: #414141;
  background: #e8e8e8;
}
.btn-sm {
  padding: 8px 20px;
}
@media (max-width: 991px) {
  .main-content {
    margin-bottom: 0 !important;
  }
  .navbar {
    height: auto;
  }
  .navbar-brand,
  .navbar-header {
    display: inline-block;
    float: none;
  }
  .navbar-brand {
    margin-top: 0;
  }
  .navbar .navbar-collapse {
    margin-top: 0;
    max-height: 500px;
  }
  .navbar-right {
    display: inline-block;
    float: none !important;
    margin-right: 0;
  }
  .hero-content .hero-title {
    font-size: 46px;
  }
  .quotatoin-wrap {
    padding-right: 0;
  }
  .feature-wrapper .col-md-4,
  .services-wrapper .col-md-4,
  .team-member {
    width: 48%;
  }
  .contact-wrapper,
  .contact-wrapper .section-title,
  .section-blog,
  .section-blog .blog-wrap,
  .section-blog .text-right {
    text-align: center;
  }
  .contact-wrapper .section-title,
  .section-blog img.img-responsive {
    display: inline-block;
  }
  .contact-wrapper .section-title .separator:after {
    left: 50%;
    margin-left: -15px;
  }
  .footer-fixed {
    position: static;
  }
  .hero,
  .parallax {
    background-attachment: fixed;
  }
  .about .sub-title {
    padding-right: 50px;
    padding-left: 50px;
  }
  .myVideo {
    padding-top: 140px;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .hero-inner .hero-content {
    -webkit-transform: translateY(3rem);
    -ms-transform: translateY(3rem);
    transform: translateY(3rem);
  }
  .hero,
  .parallax {
    background-attachment: fixed;
  }
  .hero-content {
    top: 50%;
  }
}
@media (max-width: 767px) {
  .navbar .dropdown-slide:hover .dropdown-menu {
    position: static;
    width: 100%;
    box-shadow: none;
  }
  .dropdown-slide.current.open ul li a {
    color: #414141;
  }
  .dropdown-slide.current.open ul li a:before {
    width: 100%;
    background: 0 0;
  }
  .navbar .navbar-header {
    width: 100%;
  }
  .navbar {
    text-align: left;
  }
  .navbar-brand {
    display: block;
    float: left;
  }
  .navbar .navbar-nav li.current a:before {
    bottom: -1px;
  }
  .navbar-nav {
    width: 100%;
    margin: 7.5px 0;
  }
  .navbar-nav a {
    border-bottom: 1px solid #e8e8e8;
  }
  .navbar-toggle {
    margin-right: -5px;
  }
  .quotatoin-wrap {
    margin-bottom: 50px;
  }
  .general-info,
  .quotatoin-wrap,
  .sm-center,
  .sm-center .text-right {
    text-align: center;
  }
  .sm-center .btn {
    margin-top: 30px;
  }
  .blog-wrap .post-header.m-top-50 {
    margin-top: 0 !important;
  }
  .hero-inner {
    margin-top: 70px;
  }
  .services-list {
    margin-bottom: 0;
  }
  .full-height {
    height: auto;
  }
  .navbar .navbar-nav li.dropdown a span {
    float: right;
  }
  .hero-inner {
    width: 100%;
    min-height: auto;
    padding: 5rem 0;
    background-size: contain;
  }
  .myVideo {
    padding-top: 70px;
  }
}
@media (max-width: 568px) {
  .section-space {
    padding: 50px 0;
  }
  .hero-content .hero-title {
    font-size: 36px;
  }
  .para-title,
  .quotation-txt,
  .section-title .title {
    font-size: 26px;
    line-height: 36px;
  }
  .quotatoin-wrap img,
  .section-title {
    margin-bottom: 50px;
  }
  .para-title,
  .quotation-txt {
    margin-bottom: 30px;
  }
  .hiring-wrapper,
  .instagram {
    margin-top: 30px;
  }
  .feature-wrapper .col-md-4,
  .services-wrapper .col-md-4,
  .team-member {
    width: 100%;
  }
}
@media (max-width: 479px) {
  .hero-content .hero-title {
    font-size: 26px;
  }
  .about {
    margin-top: 50px;
  }
  .hero-content h4 {
    font-size: 15px;
  }
}
.txt-white {
  color: #fff;
}
.txt-black {
  color: #000;
}
.font-weight-bold {
  font-weight: 700;
}
.live1_w-27-rem {
  width: 27rem;
}
.w-40-rem {
  width: 40rem;
}
.live1_w-43-rem {
  width: 43rem;
}
.live1_title {
  font-size: 36px;
  line-height: 46px;
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: 2px;
  color: #000;
}
.live1_align-self-center {
  align-self: center;
}
.live1_align-self-end {
  align-self: flex-end;
}
.live1_subtitle {
  font-size: 16px;
  line-height: 30px;
  color: #757575;
}
.live1_bg-transparent {
  background: 0 0;
}
.live1_border {
  border: 0.8px solid #252525;
}
.live1_rounded {
  border-radius: 5px;
}
.live1_border-top {
  border-top: 1px solid #ededed;
}
.scrollUp {
  transform: translateY(-80px);
}
:root {
  --navbar-height: 65px;
  --header-height: 75px;
  --color-white: #fff;
  --color-black: #000;
  --color-black-light: #252525;
  --color-red: #b00505;
  --color-red-light: #d71c1c;
  --color-red-dark: #ab0404;
  --color-dark-grey: #2d2d2d;
  --color-light-grey: #9b9b9b;
  --color-light-grey2: #727272;
  --color-blue: #30579d;
  --color-blue-light: #3466d8;
  --color-bg-row: #f9f9f9;
  --color-text: #252525;
  --color-text-dark: #727272;
  --color-text-link: #3874fd;
  --box-shadow-custom: 0 2.8px 2.2px rgba(0, 0, 0, 0.034),
    0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06),
    0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086),
    0 100px 80px rgba(0, 0, 0, 0.12);
}
.wide-custom {
  max-width: 1200px;
  margin: 0 auto;
}
.cyber-main-row-custom {
  overflow: hidden;
}
.title-content {
  font-size: 1.3rem;
}
.title-section {
  color: var(--color-black-light);
  letter-spacing: 2.7px;
  font-size: 2rem;
  margin: 20px 0;
}
#home {
  scroll-padding-top: var(--navbar-height);
  padding-top: var(--navbar-height);
}
#about {
  padding-top: 30px;
}
#home_services_overplay {
  margin-bottom: -55px;
}
#clients {
  padding-top: 55px;
  padding-bottom: 40px;
}
#partners {
  background-color: var(--color-bg-row);
}
#fb-root {
  z-index: 100;
  border: 1px solid red;
  width: 50px;
  height: 50px;
}
.partner-section-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.nav > li > a {
  padding-bottom: 0;
  cursor: pointer;
}
.nav-item-offshore {
  background-color: #d71c1c;
  border-radius: 6px;
}
.nav-item-offshore > a {
  color: var(--color-white) !important;
}
.text-blue {
  color: var(--color-blue);
}
.text-blue-light {
  color: var(--color-blue-light);
}
.text-red {
  color: var(--color-red-light);
}
.text-black {
  color: var(--color-black);
  font-weight: 700;
}
.list-style-none {
  list-style-type: none;
}
.read-more-link {
  display: inline;
  margin-left: 10px;
  color: var(--color-text-link);
}
.text-link {
  color: var(--color-text-link);
}
.btn {
  min-width: 180px;
  height: 34px;
  text-decoration: none;
  border-radius: 6px;
  border: 1px groove var(--color-dark-grey);
  font-size: 1rem;
  padding: 0 12px;
  outline: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1.6rem;
}
.btn:hover {
  filter: brightness(1.5);
}
.btn-link-item {
  text-decoration: none;
  display: inline;
  color: inherit;
}
.btn-bg-blue {
  background-color: var(--color-blue);
  color: var(--color-white);
  border: 0;
  margin: 10px 0 20px;
}
.btn-bg-red {
  height: 45px;
  background-color: var(--color-red-light) !important;
  color: var(--color-white) !important;
  border: 0;
}
.btn-bg-dark {
  background-color: var(--color-black-light);
  color: var(--color-white);
  border: 0;
  margin: 10px 0 20px;
}
.btn-bg-bold {
  width: 210px;
  height: 65px;
  position: relative;
  font-weight: 700;
  border-radius: 15px;
  border: 0;
  background: url(../img/img-new/keyboard-enter-img.png) no-repeat center;
  background-size: 250px 100px;
  color: #fff;
}
.btn-bg-bold::before {
  position: absolute;
  padding-top: 10%;
  content: "Contact Us";
  background-color: rgba(255, 0, 0, 0.233);
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
}
.btn-bg-bold:hover {
  background-color: rgba(194, 194, 194, 0.363);
}
.shadow_custom {
  box-shadow: var(--box-shadow-custom);
}
.box-content-container {
  padding: 0;
}
/* .section-space {
  padding: 40px 0;
} */
.home {
  margin: 0;
  padding: 0;
}
.home-bg-img {
  width: 100%;
  background-size: cover;
  min-height: 480px;
  max-height: 774px;
  background-image: url(../img/img-new/home_thumbnail_bg.png);
}
.section-space-home {
  position: relative;
}
.section-space-home::after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  opacity: 0.7;
}
.box-content-services-icon {
  max-width: 30px;
  height: 30px;
}
.why-live1-title {
  margin-bottom: 15px;
}
.main-home-content-title {
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home-title-services {
  margin-bottom: 0;
}
.home-services-overlay-link {
  color: var(--color-white);
}
.home-services-overlay-link .social {
  color: var(--color-white);
}
.services-title-digital {
  width: 100%;
  height: 210px;
  background-image: url(../img/img-new/hone-digital-services-bg-02-img.png);
  background-position: center;
  position: relative;
  margin: 10px 0;
  background-size: 100% 100%;
}
.services-title-digital-text {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.714rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-items: center;
  color: var(--color-white);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 10;
}
.services-title-digital > h3 {
  color: var(--color-white);
  text-align: center;
  font-weight: 700;
}
.main-home-content .row:first-child {
  margin-bottom: 60px;
}
.home-content {
  padding: 0;
}
.live1-text-red {
  color: var(--color-red-light);
  font-weight: 700;
}
.live1-text-number {
  font-size: 120%;
}
.live1-text-number-sm {
  font-size: 115%;
}
.live1_txt-brandName {
  font-weight: 550;
  font-size: 2rem;
  margin: 10px 0;
}
.live1_txt-brandName-sub {
  font-weight: 550;
  font-size: 2rem;
  line-height: 1;
}
.live1_txt-home-subtitle {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  letter-spacing: 1px;
}
.live1-home-text-item {
  margin: 25px 0 0 0;
}
.home-content-text {
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  margin: 0 auto;
}
.home-img {
  width: 100%;
}
.about {
  margin-top: 0;
  position: relative;
}
.about-content-list-img {
  width: 100%;
}
.about-img {
  padding: 18px 0;
  margin: 0;
  height: 400px;
  margin-left: 5rem;
}
.about-img img {
  width: 100%;
  max-width: 730px;
}
.about-img-bg {
  width: 100%;
  max-width: 900px;
  height: auto;
  object-fit: cover;
}
.about-content-text-between {
  background-color: var(--color-bg-row);
  padding: 35px 5px;
  margin: 35px 0 0;
}
.section_border-item {
  padding: 3px 0;
}
.home-content-red-bold {
  font-weight: 700;
  color: var(--color-red-light);
}
.services section {
  padding-top: 80px;
}
.services-title {
  font-size: 16px;
  line-height: 1.7;
  text-transform: capitalize;
  color: var(--color-dark-grey);
}
.services-title-sup-text {
  font-size: 13px;
  top: -1.5em;
}
.services-desk > img {
  width: 100%;
  max-width: 410px;
  height: auto;
}
.home-slider {
  width: 550px;
  height: 350px;
  margin-left: 30px;
}
.home-slider img {
  width: 550px;
  height: 350px;
  object-fit: cover;
}
.solutions-content {
  margin-top: 3rem;
}
.solutions-content__button {
  padding: 0;
}
.services__img {
  width: 450px;
  height: auto;
}
.partner-section-content-item {
  display: flex;
  justify-content: center;
}
.footer-social-links {
  display: flex;
  justify-content: flex-end;
}
.footer__social-link-item i {
  color: #9c47fc;
  display: block;
  background: linear-gradient(180deg, #ec0c0c 0, #1a1a1a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.portfolio-text {
  margin-bottom: 25px;
}
.portfolio-box-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
#border-content {
  line-height: 1.6;
}
.about-content-list {
  margin: 20px 0;
}
.about-content-list-item {
  border-left: 2px solid #ececec;
  width: 2px;
  height: 90%;
  margin-right: 1rem;
}
.about-content-text-bottom-right {
  padding-top: 80px;
}
.about-content-text-bottom-right div {
  border-left: 2px solid var(--color-text);
}
.about-content-list-right {
  padding: 0px 0;
  display: flex;
}
.list-item-subtitle {
  color: var(--color-text);
  font-size: 1.3rem;
  font-weight: 700;
}
.list-item-title-red {
  margin: 5px 0;
  color: var(--color-red-light);
}
.list-item-content-ul {
  list-style-type: none;
  padding-left: 1em;
  margin: 0;
}
.list-item-content-ul > ul {
  list-style-type: none;
  padding-left: 2em;
}
.list-item-content-ul-consultancy {
  padding: 0 0 0 28px;
}
.list-item-icon {
  margin-right: 5px;
}
.sub-list-item-icon {
  margin-right: 0;
}
.box-content-head-flag {
  display: flex;
  align-items: center;
}
.content-flag-item {
  margin-left: 10px;
}
.content-flag-item img {
  width: 20px;
  margin-right: 10px;
}
.list-item-subtitle {
  margin-right: 7px;
}
.file-marker > div {
  padding: 0;
  height: auto;
}
.box-title {
  display: inline-block;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 0.8;
}
.box-title-no1 {
  font-size: 1.7rem;
  font-weight: 700;
}
.clients-item,
.partner-item {
  cursor: pointer;
  max-height: 150px;
  width: 100%;
}
.services-list {
  display: flex;
  flex-direction: column;
  height: auto;
  margin-bottom: 1rem;
}
.why-live1-image {
  height: 450px;
  margin-top: -2rem;
}
.services-desk {
  padding-top: 8px;
}
.list-sub-item {
  padding: 1px 0;
}
.services-icon img {
  width: 45px;
  margin-right: 20px;
}
.services-text-content {
  display: flex;
  justify-content: end;
}
.services-list-col:nth-child(2) {
  padding-right: 55px;
}
.services-list-col:nth-child(2) .services-list-content-item {
  margin: 0 0 40px;
}
.services-list-content-title {
  margin-top: 0;
  font-weight: 700;
}
.services-list-content-item {
  margin-bottom: 18px;
}
.services-text-content__main {
  font-size: 1.2rem;
  text-align: left;
  color: var(--color-dark-grey);
}
.services-list-btn {
  margin: 2rem 0;
}
.services-list-btn__item {
  width: 190px;
  height: 40px;
}
.client-col {
  width: 20%;
}
.portfolio-box__item {
  transition: all 0.75s ease;
  cursor: pointer;
  width: 95%;
}
.portfolio-box__item:hover {
  transform: scale(1.05);
  opacity: 0.7;
  margin: 0;
  padding: 0;
}
.info__bottom {
  position: relative;
  background-image: url(../img/img-new/home-contact-bottom-bg-img.png);
  background-position: center;
  background-size: cover;
  height: 280px;
  width: 100%;
}
.info__bottom p {
  color: var(--color-white);
  z-index: 10;
  font-weight: 550;
}
.info__bottom-content {
  padding: 0;
}
.info__bottom-content .btn {
  margin-top: 8px;
}
.info__bottom-content-text {
  width: 100%;
  font-size: 1.3em;
  letter-spacing: 1px;
  text-align: center;
  z-index: 10;
  text-transform: capitalize;
  color: var(--color-white);
}
.info__bottom-cyber {
  position: relative;
  background-image: url(../img/img-new/cyber-bottom-bg-img.png);
  background-position: center;
  background-size: cover;
  height: 280px;
  width: 100%;
}
.info__bottom-cyber p {
  color: var(--color-white);
  z-index: 10;
  font-weight: 550;
}
.info__bottom-cyber-content {
  padding: 0 3px;
}
.info__bottom-cyber-content-text {
  width: 100%;
  font-size: 1.3em;
  letter-spacing: 1px;
  text-align: center;
  z-index: 10;
  color: var(--color-white);
}
.info__bottom-cyber-content-text h2 {
  color: var(--color-white);
}
.footer-content {
  flex-wrap: wrap;
  color: var(--color-text);
}
.footer__logo img {
  width: 150px;
  height: auto;
}
.footer-location-icon {
  margin-right: 5px;
}
.footer__location-text {
  font-size: 14px;
}
.about-us-text {
  color: var(--color-text);
  font-weight: 400;
  font-size: 14px;
  text-align: left;
}
.solutions-content_title {
  color: var(--color-dark-grey);
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin-bottom: 1.5rem;
}
.main-nav-custom {
  overflow: hidden;
  background-color: #333;
  position: relative;
}
.main-nav-custom #myLinks {
  display: none;
}
.main-nav-custom a {
  color: #fff;
  padding: 14px 16px;
  margin: 0;
  text-decoration: none;
  font-size: 17px;
  display: block;
}
.main-nav-custom a.icon {
  background: #000;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
.main-nav-custom a:hover {
  background-color: #ddd;
  color: #000;
}
.main-nav-custom .active {
  background-color: #4caf50;
  color: #fff;
}
.main-nav-custom ul {
  list-style-type: none;
  text-align: center;
  padding: 0;
}
.services-box-overlay {
  text-align: center;
  color: #fff;
  position: relative;
  cursor: pointer;
  margin: 10px 0;
  overflow: hidden;
}
.services-box-overlay .box-content,
.services-box-overlay:after {
  width: 100%;
  height: 100%;
  min-height: 230px;
  max-height: 600px;
  top: -75%;
  position: absolute;
  left: 0;
}
#about-content-section .about-content-text {
  font-weight: 600;
}
.services-box-overlay:after {
  content: "";
  height: 92%;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.3) 20%,
    rgba(0, 0, 0, 0.52) 70%,
    rgba(0, 0, 0, 0.86) 100%
  );
  top: 0;
  transition: all 0.5s ease 0s;
}
.services-box-overlay .services-icon,
.services-box-overlay .title,
.services-box-overlay .title-box-overplay {
  transform: translateY(145px);
  transition: all 0.4s cubic-bezier(0.13, 0.62, 0.81, 0.91) 0s;
}
.services-box-overlay:hover:after {
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.01) 0,
    rgba(0, 0, 0, 0.09) 11%,
    rgba(0, 0, 0, 0.12) 13%,
    rgba(0, 0, 0, 0.19) 20%,
    rgba(0, 0, 0, 0.29) 28%,
    rgba(0, 0, 0, 0.29) 29%,
    rgba(0, 0, 0, 0.42) 38%,
    rgba(0, 0, 0, 0.46) 43%,
    rgba(0, 0, 0, 0.53) 47%,
    rgba(0, 0, 0, 0.75) 69%,
    rgba(0, 0, 0, 0.87) 84%,
    rgba(0, 0, 0, 0.98) 99%,
    rgba(0, 0, 0, 0.94) 100%
  );
}
.services-box-overlay .box-content-services-icon {
  width: 100%;
  height: auto;
}
.services-box-overlay .box-content {
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.services-box-overlay .title {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
}
.services-box-overlay .title-box-overplay {
  display: block;
  padding: 8px 0 15px;
  font-size: 1.1rem;
}
.services-box-overlay .services-icon {
  width: 100%;
  max-width: 60px;
}
.services-box-overlay .content-box-overplay li a {
  border-radius: 50%;
  font-size: 20px;
  color: #fff;
}
.services-box-overlay .content-box-overplay {
  list-style: none;
  padding: 0;
  opacity: 0;
  height: 0;
  position: relative;
  transform: perspective(500px) rotateX(-90deg) rotateY(0) rotateZ(0);
  transition: all 0.6s cubic-bezier(0, 0, 0.58, 1) 0s;
}
.services-box-overlay:hover .title,
.services-box-overlay:hover .title-box-overplay {
  transform: translateY(-50px);
}
.services-box-overlay:hover .box-content {
  opacity: 1;
  transform: perspective(500px) rotateX(0) rotateY(0) rotateZ(0);
  top: -16%;
}
.services-box-overlay:hover .content-box-overplay {
  opacity: 1;
  height: 100%;
  min-height: 160px;
  max-height: 230px;
  transform: perspective(500px) rotateX(0) rotateY(0) rotateZ(0);
}
.services-box-overlay .content-box-overplay:before {
  content: "";
  width: 50px;
  height: 2px;
  background: #fff;
  margin: 0 auto;
  position: absolute;
  top: -23px;
  left: 0;
  right: 0;
}
.services-box-overlay .content-box-overplay li {
  display: inline-block;
}
.services-box-overlay .content-box-overplay p {
  color: #fff;
  line-height: 0.5em;
  font-size: 0.865em;
}
.services-box-overlay .content-box-overplay li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #6d3795;
  margin-right: 10px;
  transition: all 0.3s ease 0s;
}
.services-box-overlay .content-box-overplay li a:hover {
  background: #bea041;
}
.services-box-overlay .content-box-overplay li:last-child a {
  margin-right: 0;
}
.services-box-overlay :hover {
  color: var(--color-white);
}
.home-services-overplay-content {
  height: 100%;
}
.home-services-overlay-img {
  width: 100%;
  min-height: 217px;
  max-height: 339px;
  background-repeat: no-repeat;
  background-size: cover;
}
.home__content-text {
  padding: 1.5rem 0;
}
@media only screen and (max-width: 968px) {
  .services-box-overlay .box-content {
    top: -60%;
  }
  .services-box-overlay .title-box-overplay {
    padding: 0;
  }
}
.iti__flag {
  background-image: url(../libs/intl-tel-input-17.0.0/build/img/flags.png);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url(../libs/intl-tel-input-17.0.0/build/img/flags@2x.png);
  }
}
#valid-msg {
  color: #00c900;
}
#error-msg {
  color: red;
}
#phone-error {
  display: none !important;
}
.hide {
  display: none;
}
.our-services-head-title .subtitle-services {
  margin: 10px 0 20px;
  letter-spacing: 5px;
  font-size: 1.2rem;
  font-weight: 500;
  font-family: Montserrat;
  color: #8f8f8f;
}
.skewed-cyber-2 {
  position: relative;
}
#home-services-overlay-img-1 {
  background-image: url(../img/img-new/home-services-overlay-img-01.png);
}
#home-services-overlay-img-2 {
  background-image: url(../img/img-new/home-services-overlay-img-02.png);
}
#home-services-overlay-img-3 {
  background-image: url(../img/img-new/home-services-overlay-img-03.png);
}
#home-services-overlay-img-4 {
  background-image: url(../img/img-new/home-services-overlay-img-04.png);
}
#home-services-overlay-img-5 {
  background-image: url(../img/img-new/home-services-overlay-img-05.png);
}
#home-services-overlay-img-6 {
  background-image: url(../img/img-new/home-services-overlay-img-06.png);
}
#myBtn {
  position: fixed;
  opacity: 0;
  height: 0;
  bottom: 46px;
  right: 16px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: 0;
  cursor: pointer;
  border-radius: 4px;
  background-color: transparent;
  transition: opacity 0.3s;
}
#footerContact {
  opacity: 0;
  position: fixed;
  bottom: 0;
  font-size: 18px;
  border: none;
  outline: 0;
  cursor: pointer;
  background-color: #d71c1c;
  width: 100%;
  height: 0;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
  z-index: 99;
}
.technologies-item {
  margin-bottom: 1.5rem;
}
@font-face {
  font-family: "Bruno Ace SC";
  src: url(../font/BrunoAceSC-Regular.ttf);
  font-weight: 700;
}
html {
  box-sizing: border-box;
}
.navbar {
  padding: 0 3rem;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.custom-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navbar-light .navbar-toggler {
  border: 0;
}
#navbarNavDropdown {
  justify-content: flex-end;
}
.navbar .main-navbar-content {
  margin-top: 0;
}
.wrapper {
  height: auto;
  padding-top: calc(var(--header-height));
  margin: 0 auto;
}
.wide-custom {
  max-width: 1200px;
  margin: 0 auto;
}
.head-content a {
  color: #252525;
}
.head-content-text {
  text-transform: uppercase;
  margin-bottom: 0.8rem;
  letter-spacing: 1.5px;
  color: var(--color-black);
  background-image: url(../img/img-new/business-virtual-infographic.png);
  background-size: 100% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.content-avatar img {
  max-width: 140px;
  object-fit: cover;
  border-radius: 50%;
}
.title h2 {
  font-size: 1.7em;
}
.title h3 {
  font-size: 1em;
  text-transform: capitalize;
  color: #aaa;
  letter-spacing: 1.3px;
}
.content-text p {
  font-size: 1rem;
  line-height: 1.5;
  color: #103c8d;
}
.list-item-icon {
  margin-right: 5px;
  padding: 0;
}
.list-item-title {
  padding: 0;
}
.list-item-title h6 {
  font-size: 18px;
}
.list-item-text {
  padding-left: 40px;
}
.team__background-img {
  width: 100vw;
  object-fit: cover;
  height: 300px;
  margin-top: 100px;
}
.digital-content-list {
  list-style-type: none;
}
.digital-content-list-order {
  padding-left: 2.8rem;
}
.digital-content-list-order-2 {
  padding-left: 1.1rem;
}
/* .digital-content-list-order > li {
  padding: 6px 0;
} */
.digital-content-list-order > li > ul {
  padding: 6px 0;
}
.digital-content-list-order > li > ul > li {
  padding: 6px 0;
}
#digital-section-1 {
  margin-bottom: 3rem;
}
#digital-section-2 {
  margin-bottom: 3rem;
}
#digital-section-3 {
  margin-bottom: 3rem;
}
#digital-section-1 .digital-content-list {
  padding: 0 0 0 25px;
}
#digital-section-3 .digital-content-list {
  padding: 0 0 0 42px;
}
#digital-section-3 .digital-content-list_disc {
  padding: 0 0 0 25px;
}
.digital-content-list-digital {
  padding: 0 0 0 10px;
  list-style-type: none;
}
.digital-content-list-Refining {
  padding: 0 0 0 15px;
}
.digital-content-list-Refining ul {
  padding: 10px 0 0 0;
  list-style-type: none;
}
.digital-content-list li {
  padding: 3px 0;
}
.digital-content-list ul {
  list-style-type: none;
}
.digital-content-list_disc li {
  list-style-type: none;
}
.team-main-content .list-item-title-text {
  margin-bottom: 4px;
}
.team-content-list {
  list-style-type: none;
  padding-left: 0.5em;
}
#team-item-hoanvo {
  padding: 75px 0;
}
.content-sub-title {
  color: var(--color-light-grey);
  margin-top: 0;
}
.team-content-text {
  margin: 1rem 0 1rem;
  line-height: 1.7;
}
.team-content-social {
  margin-left: 1rem;
}
.team-content-head-title {
  align-items: center;
}
.team-item-avatar-img {
  width: 100%;
  max-width: 240px;
  max-height: 240px;
  height: max-content;
  border-radius: 50%;
}
.team-content-group-company {
  display: flex;
}
.team-group-company-img {
  width: 4rem;
  height: 4rem;
}
.team-group-company-link {
  margin-right: 2em;
}
.content-two-list li {
  padding: 0 0 20px;
}
.title-text-bold {
  margin-bottom: 10px;
}
.services-head-content a {
  color: #252525;
}
.services-head-text {
  text-transform: uppercase;
}
.services-list {
  margin: 0;
  padding: 0;
}
.services-list-icon {
  width: 40px;
  margin-right: 5px;
}
.services-col-icon {
  padding-right: 1.2rem;
}
.services-content-chart {
  margin: 20px 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* .waterfall_chart-img {
  width: 100%;
  max-width: 400px;
  height: auto;
}
.agile_chart-img {
  width: 100%;
  max-width: 400px;
  height: auto;
} */
.content-list-dash li {
  list-style-type: "-  ";
}
.services-content-left-item {
  padding: 0 35px 30px 0;
}
.services-content-bottom {
  margin-top: 30px;
}
.services-content-list ul {
  list-style-type: none;
  margin: 0;
  padding: 0 0 0 10px;
}
/* .services-content-software {
  margin-top: 20px;
} */
.services-content-img {
  width: 95%;
  max-width: 490px;
  padding: 20px;
}
.services-title {
  color: #3466d8;
  margin: 15px 0;
}
.service-software-icon {
  margin-right: 1rem;
}
.services-text-blue {
  color: #3466d8;
  padding: 0 0 5px;
  margin-bottom: 0;
}
.services-box-img {
  overflow: hidden;
}
.services-box-text-align-left {
  padding-left: 68px;
}
#consultancy-services .container {
  padding: 0;
}
#services-content {
  margin-top: 20px;
}
/* #services-section-1 {
  margin-bottom: -65px;
  padding-top: 70px;
  margin-top: -65px;
} */
#services-section-industry {
  padding: 10px 0 40px 0;
}
#services-section-industry ul {
  padding-left: 25px;
}
.content-contact-side {
  margin-top: 20px;
}
.list-contact-side li {
  margin-top: 30px;
}
#contact-form .row {
  margin-top: 20px;
}
.contact-side {
  padding-top: 2.5rem;
  height: 340px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.contact-side i {
  color: var(--color-black);
}
.contact-form-status {
  color: #4a5e4a;
}
.row-cyber {
  min-height: 320px;
}
.cyber-security-content .container-cyber,
.cyber-security-content .row-cyber {
  overflow: hidden;
}
.container-cyber .cyber-content-img {
  object-fit: cover;
}
/* .cyber-row-head {
  margin-bottom: 50px;
} */
.cyber-content-img,
.offshore-main-row-item img {
  width: 110%;
}
.cyber-content-link {
  display: flex;
  justify-content: flex-end;
}
.cyber-text-left {
  padding: 0 20px 20px 3rem;
}
.cyber-security-content {
  display: flex;
  flex-direction: column;
}
.cyber-content-list ul li {
  padding: 0 0 7px 0;
}
.cyber-security-content .cyber-logo-img {
  width: 100%;
  max-width: 250px;
}
.cyber-security-content .cyber-conent-award-img {
  width: 100%;
  max-width: 540px;
  height: auto;
}
.cyber-title-bottom {
  margin: 40px 0 50px;
}
.cyber-content-list ul {
  padding: 0 0 0 10px;
  list-style-type: none;
}
.mask-skew {
  position: relative;
}
.art-skew {
  transform: skewX(-20deg);
}
.art-skew-1 {
  position: absolute;
  bottom: 0;
  right: -20%;
  height: 100%;
  left: 62px;
}
.art-skew-2 {
  position: absolute;
  top: 0;
  height: 320px;
  right: 57px;
}
#custom-software {
  padding-top: 3rem;
  margin-top: -3rem;
}
#consultancy {
  padding-top: 3rem;
  margin-top: -3rem;
}
#cloud-solution {
  padding-top: 4rem;
  margin-top: -3rem;
}
#outstaffing {
  padding-top: 3rem;
  margin-top: -3rem !important;
}
.offshore-row-content-right {
  background-image: url(../img/img-new/modal-img/offshore_computer_3.png);
  background-size: 100% 100%;
}
.offshore-row-content-left {
  background-image: url(../img/img-new/modal-img/offshore_computer_6.png);
  background-size: 100% 100%;
}
.digital-content-right {
  background-image: url(../img/img-new/digital-transformation-data-img.png);
  background-size: 100% 100%;
}
.digital-content-left {
  background-image: url(../img/img-new/digital-transformation-conceptual-generation-img.png);
  background-size: 100% 100%;
}
.cyber-content-img-left {
  background-image: url(../img/img-new/whilst-man-cyber.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cyber-content-img-right {
  background-image: url(../img/img-new/board-technolog-cyber.png);
  background-size: 100% 100%;
}
#offshore_section-1 {
  padding-top: 25px;
}
#outsourcing-in-vietnam {
  padding-top: 5rem;
  margin-top: -5rem;
}
#live1-expertise {
  padding-top: 3rem;
  margin-top: -3rem;
}
#offshore_section-4 {
  padding-top: 25px;
}
.offshore-main-row-custom {
  margin-bottom: 30px;
  overflow: hidden;
}
.row-content-bg-img-item {
  display: none;
}
.offshore-head-content {
  margin-bottom: 4rem;
}
.offshore-head-title-number {
  line-height: 0.8;
  font-size: 75px;
  font-weight: 600;
  padding: 0;
  margin-right: 1.35rem;
  width: 28px;
}
.contact-map {
  width: 100%;
  height: 600px;
}
.offshore-margin {
  padding-left: 0.8rem;
}
.offshore-head-title-no2 {
  margin-right: 20px;
}
.offshore-content-img {
  width: 100%;
  max-width: 500px;
  object-fit: contain;
  margin: 0 0;
}
.offshore-img-m80 {
  margin: 55px 0;
}
.offshore-content-list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.list-style-content {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.offshore-title {
  color: var(--color-blue-light) !important;
  font-weight: 700;
  margin-bottom: 5px;
}
.offshore-title-2 {
  margin-bottom: 0;
  margin-top: 17px;
  color: var(--color-blue-light) !important;
  font-weight: 700;
}
.offshore-sub-title {
  color: var(--color-red-light);
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 17px;
}
.offshore-link {
  color: var(--color-black);
  display: block;
}
.offshore-first-list {
  padding-left: 75px;
}
.offshore_section-img .container {
  margin: 0;
  padding: 0;
}
.offshore_section-img {
  margin: 20px 0;
}
.offshore-content-img-left img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  padding: 0 5px 5px;
}
.offshore-content-img-right {
  padding: 0;
}
.offshore-content-img-right img {
  width: 100%;
  object-fit: contain;
}
.digital-content-head {
  text-align: center;
}
.digital-content-head img {
  width: 100%;
  max-width: 980px;
  object-fit: contain;
}
.box-title-sm {
  margin-bottom: 1.7rem;
}
.box-title-sm > h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
  color: var(--color-black);
}
.box-title-sm-no1 {
  font-size: 1.2rem;
  font-weight: 700;
}
.technology_head-content a {
  color: var(--color-black-light);
}
#live1-technologies {
  margin-bottom: 3rem;
}
.about-industries {
  padding-top: 40px;
  background-color: var(--color-bg-row);
  width: 100%;
  padding-bottom: 20px;
}
.other-services {
  list-style-type: none;
}
.f-col {
  width: 300px;
}
.mobile-tech {
  padding: 0;
  margin: 0;
}
.tech-title {
  margin-bottom: 15px;
  font-size: 18px;
}
.tech-title img {
  margin-right: 10px;
}
.mobile-tech-item {
  margin-left: 200px;
}
/* .career_content {
  margin-bottom: 0 !important;
} */
.career_subtitle {
  font-weight: 700;
}
.career_text {
  margin-left: 15px;
}
.career_list {
  list-style-type: none;
}
.career_list li {
  margin-top: 5px;
}
.offshore-list-btn__item {
  display: flex;
  justify-content: flex-start;
}
.career_text {
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.career_img {
  width: 100%;
  max-width: 540px;
  margin: 20px 10px 0 0;
}
.footer {
  padding: 2rem 0 0;
}
.footer__social-link-item {
  text-decoration: none;
}
.footer__social-link-item i {
  color: #9c47fc;
  display: block;
  background: linear-gradient(180deg, #ec0c0c 0, #1a1a1a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 2px;
}
.footer__info-list a {
  text-decoration: none;
  color: var(--color-black);
}
.footer__logo img {
  width: 150px;
  height: auto;
}
.footer__location-text {
  text-align: start;
}
.footer-location-icon {
  margin: 0 3px;
}
@media (max-width: 980px) {
  .navbar {
    padding: 0.5rem 0;
    height: auto;
  }
  .wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .services-text-red {
    margin: 0;
  }
  .team-main-content {
    justify-content: center;
  }
  .team-content-group-company {
    justify-content: center;
  }
  .team-content-title {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #city_form {
    margin-bottom: 20px;
  }
  .career_content .container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .footer-content-logo {
    display: flex;
    justify-content: center;
  }
  .footer__info-list {
    padding: 0;
  }
  .footer-social-links {
    text-decoration: none;
    justify-content: center !important;
  }
  .footer-content-logo {
    display: flex;
    justify-content: center;
  }
  .footer__logo img {
    display: flex;
    justify-content: center;
    margin: 1rem;
  }
}
@media (max-width: 768px) {
  .services-box-img img {
    width: 85%;
  }
  .mobile-tech-item {
    margin-left: 40px;
  }
  .offshore-content .head-title {
    flex-wrap: wrap;
  }
  .offshore-first-list {
    padding: 0;
  }
  .services-content-deliver {
    padding-left: 0;
  }
  #services-section-industry ul {
    padding-left: 0;
  }
}
.display-flex {
  display: flex;
}
.display-center {
  display: flex;
  align-items: center;
}
.display-end {
  display: flex;
  justify-content: flex-end;
}
.display-start {
  display: flex;
  justify-content: flex-start;
}
.absolute-center {
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  position: absolute;
}
.justify-content-evenly {
  justify-content: space-evenly;
}
input.error {
  border: 1px solid #cc3b3b;
}
textarea.error {
  border: 1px solid #cc3b3b;
}
label.error {
  font-size: 13px;
  color: #cc3b3b;
}
.services-text-red {
  font-family: "Bruno Ace SC", sans-serif;
  color: var(--color-red-light);
  line-height: 2.3;
  font-size: 21px;
  margin: 30px 0 15px;
  text-align: center;
}
.live1-text_link {
  text-decoration: none;
}
.content-hover {
  position: relative;
  overflow: hidden;
}
.content-hover .content-overlay {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.content-hover:hover .content-overlay {
  opacity: 1;
}
.content-image-hover {
  width: 100%;
  height: 100%;
}
#team-live1-04 {
  background-image: url(../img/img-new/modal-img/team-live1-04-img.png);
  background-repeat: no-repeat;
  background-size: cover;
}
#team-live1-03 {
  background-image: url(../img/img-new/modal-img/team-live1-03-img.png);
  background-repeat: no-repeat;
  background-size: cover;
}
#team-live1-02 {
  background-image: url(../img/img-new/modal-img/team-live1-02-img.png);
  background-repeat: no-repeat;
  background-size: cover;
}
#offshore-hcm-img-02 {
  background-image: url(../img/img-new/offshore-hcm-img-02.png);
  background-repeat: no-repeat;
  background-size: cover;
}
#offshore-hcm-img-03 {
  background-image: url(../img/img-new/offshore-hcm-img-03.png);
  background-repeat: no-repeat;
  background-size: cover;
}
#offshore-hcm-img-04 {
  background-image: url(../img/img-new/offshore-hcm-img-04.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.img-hover {
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.content-hover:hover .content-details {
  top: 50%;
  left: 50%;
  opacity: 1;
}
.content-details h3 {
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: capitalize;
}
.content-details p {
  color: #fff;
  font-size: 0.8em;
}
.fadeIn-bottom {
  top: 80%;
}
.footer__info-list .list-item li::before {
  content: url(../img/icons/new-icon/Vector11.svg);
  margin-right: 0.5em;
}
.footer__info-list .list-item li a {
  color: #868686;
}
.footer__info-list .list-item-bold {
  font-weight: 600;
  color: var(--color-black-light);
}
.consultancy-background {
  background-image: url(../img/our-service-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 15px;
}
.outstaffing-background {
  background-image: url(../img/our-service-2.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
/* .services-col-content {
  padding-bottom: 1rem;
} */
.digital-background {
  background-image: url(../img/our-service-3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.cloud-background {
  background-image: url(../img/our-services-4.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.offshore-main-image img {
  width: 100%;
}
.offshore-text-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cyber-quote {
  font-size: 16px;
}
.services-col-icon-item {
  width: 40px;
}
.pleft {
  margin-left: 48px;
}
.benefits {
  margin-left: 60px;
}
.cyber-row-head div {
  font-size: 16px;
}
.title-margin {
  margin-bottom: 50px;
}
.space-why {
  margin-left: 11rem;
  padding-bottom: 2rem;
}
.about-content-text-padding {
  padding-top: 3.5rem;
}
.about-content-text-padding-1 {
  padding-right: 4rem;
}
.section-title-1 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.mar-left {
  margin-left: 5rem;
}
.padding {
  padding-top: 3.5rem;
}
.margin-space {
  margin-left: 5rem;
}
.locus-text-head {
  font-size: 18px;
  line-height: 30px;
}
#locus-clients {
  margin-top: 50px;
}
.locus-image {
  height: 100px;
  display: flex;
  align-items: center;
}
.locus-list {
  list-style-type: none;
  line-height: 30px;
}
.locus-news-content {
  width: 255px;
}
#locus-news {
  margin-top: 4rem;
}
#locus-awards {
  margin-top: 4rem;
}
#locus-products {
  margin-top: 3rem;
}
.locus-title {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}
.locus-new-image {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.locus-product-background p {
  font-size: 12px;
}
.locus-product-background {
  background-image: url("../img/locus-product-background.png");
  background-size: 100% 100%;
  min-height: 260px;
}
.locus-product-content {
  margin-top: 3rem;
}
.locus-product-title {
  font-size: 16px !important;
}
.locus-title-image {
  background-image: url(../img/locus-img.png);
  background-size: 100% 100%;
}
.locus-icon {
  width: 50px;
  height: 50px;
}
.locus-client-image {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.locus-news-content {
  margin-top: 0.5rem;
  font-size: 11px;
}
.locus-date {
  color: #d71c1c;
  font-size: 12px;
}
.margin {
  margin-bottom: 10px;
}
.offshore-head-title-number-1 {
  font-size: 75px;
  height: 60px;
  line-height: 0.8;
  font-weight: 600;
  padding: 0;
}
.icon ::before {
  content: url(" ../img/icons/Vector.svg ");
  padding-right: 5px;
}
.our_client_list {
  display: flex;
  justify-content: space-around;
}
.petro-image {
  width: 100px;
}
.digital-margin {
  margin-top: 4rem;
}
.pad-left {
  padding-left: 3rem;
}
.ammune-border {
  padding-left: 3rem;
}
.bor-left {
  border-left: 1px solid #b3abab;
  width: 2px;
  height: 90%;
}
.m-left {
  margin-left: 20px;
}
#cyber-security-1 {
  background-image: url("../img/waf.png");
}
#cyber-security-2 {
  background-image: url("../img/bl.png");
}
#cyber-security-3 {
  background-image: url("../img/bot.png");
}
#cyber-security-4 {
  background-image: url("../img/ddos.png");
}
.text-size {
  font-size: 12px !important;
  line-height: 22px !important;
}
.ammune-text {
  display: flex;
}
.date-cyber {
  margin-top: -20px;
}
.line-height-row {
  line-height: 24px;
}
@media screen and (max-width: 576px) {
  #home-services-overlay-img-1 {
    background-image: url(../img/img-new/home-services-overlay-img-01-mobile.png);
  }
  #home-services-overlay-img-2 {
    background-image: url(../img/img-new/home-services-overlay-img-02-mobile.png);
  }
  #home-services-overlay-img-3 {
    background-image: url(../img/img-new/home-services-overlay-img-03-mobile.png);
  }
  #home-services-overlay-img-4 {
    background-image: url(../img/img-new/home-services-overlay-img-04-mobile.png);
  }
  #home-services-overlay-img-5 {
    background-image: url(../img/img-new/home-services-overlay-img-05-mobile.png);
  }
  #home-services-overlay-img-6 {
    background-image: url(../img/img-new/home-services-overlay-img-06-mobile.png);
  }
  #team-live1-04 {
    background-image: url(../img/img-new/modal-img/team-live1-04-mobile.png);
  }
  #team-live1-03 {
    background-image: url(../img/img-new/modal-img/team-live1-03-mobile.png);
  }
  #team-live1-02 {
    background-image: url(../img/img-new/modal-img/team-live1-02-mobile.png);
  }
  .team-group-company-link {
    margin-right: 0.5rem;
  }
  .offshore-content-img-left {
    min-height: 80px;
    padding: 0;
  }
  .content-image-hover {
    min-height: 50px;
  }
  .live1_txt-brandName-sub {
    font-size: 1.75rem;
  }
  .locus-image {
    justify-content: center;
  }
  .award-text {
    text-align: center;
  }
  #locus-awards {
    margin-top: 1rem;
  }
  .locus-title {
    font-size: 24px;
  }
  .locus-news-content {
    width: 160px;
  }
  .locus-icon {
    width: 33px;
    height: 33px;
  }
  .locus-products-content {
    flex-wrap: wrap-reverse;
  }
  #locus-products {
    margin-top: 2rem;
  }
  .locus-awards-content {
    flex-wrap: wrap-reverse;
  }
  .locus-client-image {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  #locus-clients {
    margin-top: 20px;
  }
  .locus-text-head {
    font-size: 16px;
    line-height: 24px;
  }
  .box-content .content-box-overplay {
    font-size: 0.75rem;
  }
  .home-bg-img {
    background-image: url(../img/img-new/home_thumbnail_bg-mobile.png);
  }
  .info__bottom-cyber {
    background-image: url(../img/cyber-security-mobile.png);
  }
  .info__bottom {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background-image: url(../img/businessman-making-handshake-with-partner.png);
  }
  .services-box-overlay {
    min-height: 230px;
  }
  .services-box-overlay .box-content {
    top: -14%;
  }
  .services-box-overlay .services-icon {
    width: 28px;
    height: 28px;
  }
  .services-box-overlay .services-icon,
  .services-box-overlay .title,
  .services-box-overlay .title-box-overplay {
    transform: translate(0);
  }
  .services-box-overlay:hover .box-content {
    transform: none;
    top: -16%;
  }
  .services-box-overlay:hover .content-box-overplay {
    opacity: 1;
    height: 100%;
    min-height: 160px;
    max-height: 230px;
    transform: none;
  }
  .services-box-overlay:hover .content-box-overplay {
    opacity: 1;
    min-height: 0;
    max-height: 0;
    transform: none;
  }
  .services-box-overlay .content-box-overplay {
    list-style: none;
    padding: 1em;
    display: block;
    position: relative;
    opacity: 1;
    transform: translate(0);
    transition: all 0.6s cubic-bezier(0, 0, 0.58, 1) 0s;
  }
  .services-box-overlay .content-box-overplay:before {
    display: none;
  }
  .footer__info-list {
    display: none !important;
  }
  #digital-section-1 {
    margin-bottom: 0.1rem;
  }
  #digital-section-2 {
    margin-bottom: 0;
  }
  #digital-section-3 {
    margin-bottom: 0.1rem;
  }
  .cyber-content-img {
    margin-bottom: 2.5rem;
  }
  .image-desktop {
    display: none;
  }
  .our-services-context {
    margin-top: 1rem;
  }
  .content-list-padding {
    padding-left: 0;
  }
  .services-content-list ul {
    padding: 0;
  }
  .services-content-list ul {
    padding: 0;
  }
  .services-content {
    padding: 0;
  }
  .contact-map {
    width: 100%;
    height: auto;
  }
  .footer-content-logo {
    display: flex;
    flex-direction: column;
  }
  .footer__logo {
    justify-content: center;
  }
  .about-content-list-item-1 {
    border-top: 2px solid #ececec;
  }
  .our-services-border {
    border-top: 2px solid #cecece;
    padding-top: 35px;
  }
  #offshore_section-1 {
    padding-top: 0;
  }
  .list-item-text {
    padding-left: 0;
  }
  #offshore_section-img {
    margin: 0;
  }
  .reverse-row {
    flex-wrap: wrap-reverse;
  }
  #offshore_section-3 {
    padding-top: 60px;
  }
  .offshore-head-title-number-1 {
    font-size: 59px;
  }
  .box-title-sm {
    margin-bottom: 0.5rem;
  }
  .offshore-content {
    margin-bottom: 0.5rem;
  }
  .disable-br {
    display: none;
  }
  #offshore_section-4 {
    padding-top: 0;
  }
  .offshore-main-row-custom {
    margin-bottom: 15px;
  }
  #about {
    padding-top: 15px !important;
  }
  .section-space {
    padding-top: 0 !important;
    padding-bottom: 0;
  }
  .about-img {
    padding-bottom: 0;
  }
  .about-content-list {
    margin-bottom: 0;
  }
  /* .about-content-text-wide {
    padding-top: 30px;
  } */
  #partners {
    padding-top: 20px;
  }
  .digital-title {
    display: flex;
    align-items: center;
  }
  /* .offshore-main-content {
    padding-left: 10px;
    padding-right: 10px;
  } */
  .about-content-list-right {
    padding: 8px 10px;
  }
  /* .cyber-row-head {
    margin-bottom: 20px;
  } */
  /* .offshore-head-title-number {
    width: 35px;
  } */
  .row-content-bg-img-item {
    margin-top: 0 !important;
    margin-bottom: 20px;
  }
  .disable-mobile {
    display: none;
  }
  .offshore-head-title-number {
    margin-right: 0;
    font-size: 50px;
    display: flex;
    align-items: center;
  }
  .offshore-sub-title {
    margin-top: 0;
  }
  .offshore-title-2 {
    margin-top: 0;
  }
  .mobile-center {
    display: flex;
    align-items: center;
  }
  .team-content-list {
    padding-left: 0;
  }
  .services-content-software {
    margin-top: 0;
  }
  .services-col-icon {
    padding-top: 0;
  }
  .pleft {
    margin-left: 0;
  }
  .benefits {
    margin-left: 0;
  }
  .cyber-quote {
    letter-spacing: 0px;
  }
  .break {
    display: none;
  }
  .cyber-row-head div {
    font-size: 15px;
  }
  .cyber-content-list ul {
    padding-left: 0px;
  }
  .title-margin {
    margin-bottom: 20px;
  }
  #services-content {
    padding-top: 20px;
  }
  .about-content-text {
    padding-top: 0px;
  }
  .space-why {
    margin-left: 0px;
    padding-bottom: 0px;
  }
  .about-content-text-between {
    margin: 0px;
    padding: 20px;
  }
  .about-content-text-padding-1 {
    padding-right: 0px;
  }
  .about-content-text-padding {
    margin-left: 0px;
  }
  .about-img {
    width: 100%;
    margin-top: 20px;
    padding-left: 0px;
    margin-left: 0px;
    height: auto;
    padding-top: 0px;
  }
  .why-live1-title {
    margin-bottom: 10px;
  }
  .why-live1-image {
    width: 100%;
    height: auto;
    margin-top: 0px;
  }
  .about-content-text-padding {
    padding-top: 0;
  }
  .section-title {
    margin-top: 0.5rem;
    margin-bottom: 1rem;
  }
  .section-title-1 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .padding {
    padding-top: 0px;
  }
  .title-section {
    font-size: 30px;
  }
  .margin-space {
    margin-left: 0px;
    margin-top: 1rem;
  }
  .padding-mobile {
    padding-top: 5px;
  }
  .waterfall_chart-img {
    width: 300px;
  }
  .agile_chart-img {
    width: 400px;
  }
  .text-mob {
    font-size: 18px;
  }
  .our_client_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .feature-list-img {
    width: 100px;
    height: 100px;
  }
  .petro-image {
    height: 100px;
    width: 77px;
  }
  .partner-item {
    padding: 10px;
  }
  .defense-image {
    margin-top: 35px;
  }
  .pmh-image {
    padding-top: 20px;
  }
  .aia-image {
    padding-top: 5px;
  }
  .ammune-title {
    text-align: center;
  }
  .ammune-border {
    padding-left: calc(var(--bs-gutter-x) / 2);
    text-align: center;
    margin-top: 1rem;
    font-size: 18px;
  }
  .text-pad {
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
  }
  .bor-left {
    border-top: 1px solid #b3abab;
    width: 100%;
    height: 2px;
    margin-top: 1rem;
  }
  .ammune-text {
    display: block;
  }
  .cyber-quote {
    font-size: 14px;
  }
  .text-size {
    font-size: 12px !important;
    line-height: 22px !important;
    margin-bottom: 0px;
  }
  .title-box-overplay {
    font-size: 0.9rem !important;
  }
  .amune {
    top: -30% !important;
  }
  #cyber-security-1 {
    min-height: 310px;
    background-image: url(../img/img-new/waf.png);
  }
  #cyber-security-2 {
    min-height: 390px;
    background-image: url(../img/img-new/bl.png);
    background-position: center;
  }
  #cyber-security-3 {
    min-height: 340px;
    background-image: url(../img/img-new/bot.png);
  }
  #cyber-security-4 {
    min-height: 365px;
    background-image: url(../img/img-new/ddos.png);
  }
  .date-cyber {
    margin-top: -15px;
    font-size: 14px;
  }
  .text-contact {
    font-size: 17px;
  }
  #digital-section-1 {
    margin-bottom: 1.5rem !important;
  }
  #digital-section-2 {
    margin-bottom: 1.5rem !important;
  }
  #digital-section-3 {
    margin-bottom: 1.5rem !important;
  }
  .about-content-whylive1 {
    flex-wrap: wrap-reverse;
  }
  .career-page {
    flex-wrap: wrap-reverse;
  }
  #offshore_section-2 {
    padding-top: 90px;
  }
}
@media screen and (max-width: 720px) {
  .about-content-list-item {
    display: none;
  }
  .home section {
    padding: 0;
    margin: 5px 0;
  }
  .list-item-content-ul {
    padding: 0;
  }
  .home-content-title {
    text-align: center;
  }
  .about-img {
    display: flex;
    justify-content: center;
  }
  .box-title {
    display: flex;
    flex-direction: column;
    margin-left: 0;
  }
  .portfolio__btn {
    margin: 0;
    padding: 0;
  }
  .info__bottom-btn {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
  }
  .info__bottom-btn button {
    margin-bottom: 10px;
  }
  .footer__logo {
    display: flex;
    justify-content: center;
  }
  .footer__info-list {
    text-align: center;
  }
  .footer__info-list ul {
    margin: 20px;
  }
  .footer__location {
    display: none;
  }
  .footer-social-links {
    display: none;
  }
  .services-list-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .services-list-btn button {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper {
    display: flex;
    justify-content: center;
  }
  .title-content {
    font-size: 1rem;
  }
  .about-content-text {
    font-size: 0.75rem;
  }
  .home__content-text-item {
    padding: 0 20px;
  }
  .home-content-text {
    font-size: 0.75rem;
    margin: 10px 5px;
  }
  .content-two-list li {
    padding: 2px 0;
  }
  .content-two-list ul {
    padding: 0;
    margin: 0;
  }
  #digital-section-1 {
    margin-bottom: 2rem;
  }
  #digital-section-2 {
    margin-bottom: 2rem;
  }
  #digital-section-3 {
    margin-bottom: 2rem;
  }
  .pad-left {
    padding-left: 0px;
  }
  .main-home-content-title {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .home-services-list-content {
    padding: 0;
  }
  .section-space .list-item-content {
    padding: 0;
  }
  .live1_txt-brandName {
    font-size: 1.7rem;
  }
  .live1_txt-home-subtitle {
    font-size: 1.6rem;
    margin-top: 0;
  }
  .services-title-digital-text {
    font-size: 1.3rem;
  }
  .services__img {
    width: 60%;
    height: auto;
  }
  .services-box-img {
    display: flex;
    justify-content: center;
  }
  .services-title-digital {
    min-height: 190px;
    height: auto;
    width: 100%;
    background-image: url(../img/img-new/digital-home-services-bg-img.png);
    background-position: center;
    position: relative;
    margin: 10px 0;
    background-size: 100% 100%;
  }
  .bg-custom {
    display: none;
  }
  .info__bottom-btn {
    display: flex;
    justify-content: center;
  }
  .home__content-text-item p {
    padding: 0 4rem;
    word-wrap: break-word;
  }
  .box-content-btn {
    width: 100%;
  }
  .services-list-btn__item {
    width: 95%;
  }
  .services-box-overlay:hover .title,
  .services-box-overlay:hover .title-box-overplay {
    transform: translateY(0);
  }
  .f-col {
    width: 100px;
  }
  .services-title-digital::before {
    display: flex;
    flex-direction: column;
    padding: 0 20px;
    text-align: center;
  }
  .container-cyber .head-title-text.cyber-text-left {
    padding: 0 0 10px 0;
    margin: 5px;
  }
  .container-cyber .head-title-text.cyber-text-right {
    margin: 0;
  }
  .container-cyber .head-title-text.cyber-text-left p {
    text-align: center;
  }
  .container-cyber .head-title-text.cyber-text-right p {
    text-align: center;
  }
  .cyber-security-content .container-cyber {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .container-cyber > .cyber-text-left,
  .container-cyber > .cyber-text-right {
    padding: 0;
  }
  .cyber-content-img {
    display: none;
  }
  .cyber-title {
    font-size: 0.9rem;
  }
  .cyber-content-link {
    display: flex;
    justify-content: center;
  }
  .row-content-bg-img {
    display: none;
  }
  .row-content-bg-img-item {
    display: block;
    margin: 15px 0;
    width: 100%;
  }
  .offshore-list-btn__item {
    display: flex;
    justify-content: center;
    margin: 30px 0;
  }
  .footer-content {
    display: flex;
    flex-direction: column;
  }
  .footer__location {
    display: flex;
    justify-content: center;
  }
  .footer-social-links {
    display: flex;
  }
  .footer__info-list {
    display: none !important;
  }
  .footer-content-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 998px) {
  .main-navbar {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .navbar-brand {
    display: flex;
    justify-content: center;
  }
  .home-content {
    display: flex;
    justify-content: center;
    flex-direction: column-reverse;
  }
  .home__content-text > h2 {
    font-size: 1.8rem;
  }
  .home__content-text > div {
    font-size: 14px;
  }
  .solutins-content_title {
    text-align: center;
  }
  .services-content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0 15px;
  }
  .services-text-content {
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0;
  }
  .services-box-text-align {
    padding: 0;
  }
  /* .section-space {
    padding: 20px 0;
  } */
  .home__content-text-item {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .home__content-media {
    padding: 10px;
    display: flex;
    justify-content: center;
  }
  .about-img {
    position: static;
  }
  .about .sub-title {
    padding: 0;
  }
  .text-services_head {
    text-align: center;
  }
  .services-text-heading {
    text-align: center;
  }
  .services-text-content-item {
    display: flex;
    justify-content: center;
  }
  .live1_w-43-rem {
    width: 100%;
    text-align: center;
  }
  .w-40-rem {
    width: 100%;
    text-align: center;
  }
  .portfolio-box-content .card {
    width: 60%;
  }
  .bg-custom {
    display: none;
  }
  .info__bottom-content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .career_bottom {
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
  }
  .career_bottom a {
    margin-top: 1rem;
  }
  .career_img {
    margin-top: 3rem;
  }
  .footer-social-links {
    justify-content: center !important;
  }
  .footer__logo {
    display: flex;
    justify-content: center;
  }
  .footer__location {
    display: flex;
    justify-content: center;
  }
  .footer__location-text {
    padding-left: 3px;
    white-space: unset;
  }
}
@media screen and (min-width: 576px) {
  .technologies-item {
    padding-left: 6.3rem;
  }
  .offshore-content-img-left {
    padding: 0;
    min-height: 169px;
  }
  #footerContact {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .info__bottom-content p {
    text-align: center;
  }
  .footer__location-text {
    padding-left: 3px;
    white-space: unset;
  }
  .offshore-content-img-left {
    min-height: 169px;
  }
  #services-section-5 {
    display: none;
  }
  .disable-desktop {
    display: none;
  }
  .reserved-content {
    display: flex;
    flex-wrap: wrap-reverse;
  }
}
@media screen and (min-width: 992px) {
  .offshore-content-img-left {
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
  }
  .margin-left {
    margin-left: 9rem;
  }
  .services-title {
    font-size: 1.75rem;
  }
  .padding-bot {
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 1200px) {
  .info__bottom-content p {
    text-align: center;
  }
  .footer__location-text {
    padding-left: 3px;
    white-space: unset;
  }
  .art-skew-1 {
    left: 74px;
  }
  .art-skew-2 {
    right: 87px;
  }
}
@media screen and (max-width: 1400px) {
  .art-skew-1 {
    left: 61px;
  }
  .art-skew-2 {
    right: 81px;
  }
}
@media screen and (max-width: 1600px) {
  .footer__location-text {
    padding-left: 3px;
    white-space: unset;
  }
}
@media screen and (min-width: 1600px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1520px;
  }
}
@media screen and (min-width: 1900px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1720px;
  }
}

.btn-process{
  font-size: 1.5rem;
  background-color: red;
  box-shadow:0px 15px 27px 2px rgba(233,150,122,0.28);
  border:none;
  outline:none;
  display: flex;
  align-items:center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0 1rem;
  color:#fff;
  cursor:pointer;
}
.btn-ring{
  display: none;
}
.btn-ring:after {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  margin: 8px;
  border-radius: 50%;
  border: 3px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: ring 1.2s linear infinite;
}
@keyframes ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}