/*$primary: #ce2629;*/
/* font include */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap");
/* example
input{
.placeholder({color:green})
} */
::-moz-selection {
  /* Code for Firefox */
  color: #17161B;
  background: #00E5C2;
}

::selection {
  color: #17161B;
  background: #00E5C2;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: white;
  line-height: 1.3;
  margin: 0 0 15px;
  font-weight: 600;
}

h1 {
  font-size: 60px;
}

h2 {
  font-size: 50px;
}
h2 span {
  color: #00E5C2;
}

h3 {
  font-size: 35px;
}

h4 {
  font-size: 30px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 14px;
}

p,
ul {
  color: #A9A9A9;
}

a {
  outline: none;
  transition: 0.3s;
  text-decoration: none;
  color: white;
}
a:hover {
  text-decoration: none;
  color: #00E5C2;
}

p {
  margin: 0 0 15px;
}

div#myBar {
  background: #00E5C2;
  z-index: 999;
  height: 3px;
  position: fixed;
  top: 0;
  left: 0;
}

textarea,
input,
button,
.btn {
  outline: none;
  box-shadow: none;
  padding: 10px 30px;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

/* classes css end */
*,
:after,
:before {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  margin: 0;
  -webkit-tap-highlight-color: transparent;
}

body {
  color: white;
  background-color: #17161B;
  position: relative;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  text-align: left;
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
}
.navbar-brand.theme-2-logo{
	display:none;
}
.page-id-28573 .navbar-brand.theme-2-logo{
	display:block;
}
.page-id-28573 .navbar-brand{
	display:none;
}
.theme-2-loader{
	display:none;
}
.page-id-28573 .home-loader{
	display:none;
}
.page-id-28573 .theme-2-loader{
	display:block;
}
.footer-theme-2-logo{
	display:none;
}
.page-id-28573 .footer-theme-2-logo{
	display:block;
}
.page-id-28573 .footer-home-logo{
	display:none;
}
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

input[type=radio] {
  cursor: pointer;
  margin-top: 0;
}

input[type=password]::-ms-reveal,
input[type=password]::-ms-clear {
  display: none;
}

input::-webkit-contacts-auto-fill-button,
input::-webkit-credentials-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}

.text-primary {
  color: #00E5C2 !important;
}

.form-control,
.custom-select {
  border: 1px solid rgb(238, 238, 238);
  border-radius: 10px;
  background-color: rgb(238, 238, 238);
  padding: 10px 25px;
  height: auto;
  font-size: 22px;
  font-weight: 300;
  color: #6B6B6B;
}
.form-control:focus, .form-control:active,
.custom-select:focus,
.custom-select:active {
  background-color: rgb(238, 238, 238);
  box-shadow: none;
  border-color: #17161B;
}

.uploadFile {
  border: 1px solid rgb(238, 238, 238);
  border-radius: 10px;
  background-color: rgb(238, 238, 238);
  background-image: url(../images/download.svg);
  background-position: 97% center;
  background-repeat: no-repeat;
  font-size: 22px;
  padding: 10px 25px;
  height: auto;
  font-weight: 300;
  color: #6B6B6B;
  overflow: hidden;
  position: relative;
  resize: none;
  width: 100%;
}
.uploadFile [type=file] {
  cursor: pointer !important;
  display: block;
  filter: alpha(opacity=0);
  min-height: 100%;
  min-width: 100%;
  opacity: 0;
  position: absolute;
  right: 0px;
  text-align: right;
  top: 0px;
  z-index: 1;
}
.uploadFile .wpcf7-form-control-wrap {
  position: static;
}
.uploadFile p {
  margin-bottom: 0;
}

.custom-select {
  padding: 8px 25px;
  height: auto;
}

label {
  font-weight: 600;
  color: white;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: black;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: black;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: black;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: black;
}

/*loader*/
@keyframes spinBack {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-720deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.modal-content {
  border-radius: 30px;
  padding: 30px;
}

.modal-header .close,
button.close {
  background: black;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 40px;
  height: 40px;
  opacity: 1;
  border-radius: 60px;
  color: white;
  text-shadow: none;
  font-size: 40px;
  font-weight: normal;
  padding: 0;
}
.modal-header .close:hover, .modal-header .close:active, .modal-header .close:focus,
button.close:hover,
button.close:active,
button.close:focus {
  opacity: 1 !important;
  color: white;
  outline: none;
}

.btn.btn-primary,
.btn.btn-primary[type=submit]:not(:disabled) {
  background-color: #00E5C2;
  border-color: #00E5C2;
  border-radius: 10px;
  min-width: 100px;
  color: white;
  font-size: 28px;
  font-weight: 600;
  padding: 10px 20px;
  transition: 0.5s;
}
.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active, .btn.btn-primary:not(:disabled):not(.disabled):active,
.btn.btn-primary[type=submit]:not(:disabled):hover,
.btn.btn-primary[type=submit]:not(:disabled):focus,
.btn.btn-primary[type=submit]:not(:disabled):active,
.btn.btn-primary[type=submit]:not(:disabled):not(:disabled):not(.disabled):active {
  background-color: #17161B;
  border-color: #A9A9A9;
  color: white;
  box-shadow: none;
}

.btn.btn-secondary,
.btn.btn-secondary[type=submit]:not(:disabled) {
  background-color: #17161B;
  border-color: #17161B;
  border-radius: 10px;
  min-width: 100px;
  color: white;
  font-size: 28px;
  font-weight: 600;
  padding: 10px 20px;
  transition: 0.5s;
}
.btn.btn-secondary:hover, .btn.btn-secondary:focus, .btn.btn-secondary:active, .btn.btn-secondary:not(:disabled):not(.disabled):active,
.btn.btn-secondary[type=submit]:not(:disabled):hover,
.btn.btn-secondary[type=submit]:not(:disabled):focus,
.btn.btn-secondary[type=submit]:not(:disabled):active,
.btn.btn-secondary[type=submit]:not(:disabled):not(:disabled):not(.disabled):active {
  background-color: #00E5C2;
  border-color: #00E5C2;
  color: white;
  box-shadow: none;
}

.btn.btn-tertiary,
.btn.btn-tertiary[type=submit]:not(:disabled) {
  background-color: white;
  border-color: white;
  border-radius: 10px;
  min-width: 100px;
  color: #17161B;
  font-size: 23px;
  font-weight: 600;
  padding: 10px 20px;
  transition: 0.5s;
}
.btn.btn-tertiary:hover, .btn.btn-tertiary:focus, .btn.btn-tertiary:active, .btn.btn-tertiary:not(:disabled):not(.disabled):active,
.btn.btn-tertiary[type=submit]:not(:disabled):hover,
.btn.btn-tertiary[type=submit]:not(:disabled):focus,
.btn.btn-tertiary[type=submit]:not(:disabled):active,
.btn.btn-tertiary[type=submit]:not(:disabled):not(:disabled):not(.disabled):active {
  background-color: #00E5C2;
  border-color: #00E5C2;
  color: white;
  box-shadow: none;
}

.btn.btn-purple,
.btn.btn-purple[type=submit]:not(:disabled) {
  background-color: #9747FF;
  border-color: #9747FF;
  border-radius: 10px;
  min-width: 100px;
  color: white;
  font-size: 23px;
  font-weight: 600;
  padding: 15px;
  transition: 0.5s;
}
.btn.btn-purple:hover, .btn.btn-purple:focus, .btn.btn-purple:active, .btn.btn-purple:not(:disabled):not(.disabled):active,
.btn.btn-purple[type=submit]:not(:disabled):hover,
.btn.btn-purple[type=submit]:not(:disabled):focus,
.btn.btn-purple[type=submit]:not(:disabled):active,
.btn.btn-purple[type=submit]:not(:disabled):not(:disabled):not(.disabled):active {
  background-color: white;
  border-color: white;
  color: #17161B;
  box-shadow: none;
}

.dot {
  color: #00E5C2;
  font-size: 30%;
  margin: 0 5px;
  animation: blink 3s linear infinite;
}

@keyframes blink {
  0% {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
/*.loader-wrapper {
    position: fixed;
    height: 100vh;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: $dark;
    z-index: 99;

    img {
        width: 70vw;
        display: block;
        margin: 0 auto;
    }

    .loader-left-bg {
        background-image: url(../images/case-studies-left-bg.svg);
        background-repeat: no-repeat;
        background-position: left bottom;
        background-size: 100%;
        position: absolute;
        width: 50vw;
        height: 100%;
        left: 0;
        bottom: 0;
        z-index: -1;
    }

    .loader-right-bg {
        background-image: url(../images/logo-icon.svg);
        background-repeat: no-repeat;
        background-position: right bottom;
        background-size: contain;
        position: absolute;
        width: 50vw;
        height: 80%;
        right: 0;
        bottom: 0;
        z-index: -1;
    }
}*/
/* Header */
header.header {
  position: fixed;
  width: 100%;
  z-index: 10;
  top: 0;
  left: 0;
  min-height: 60px;
  /*-webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;*/
  transition: 0.3s;
}
header.header:before {
  content: "";
  width: 100%;
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, #17161B 0%, rgba(23, 22, 27, 0.71) 45.51%, rgba(23, 22, 27, 0) 100%);
  pointer-events: none;
}
header.header nav.navbar {
  padding: 0;
}
header.header .logo {
  display: flex;
  margin-right: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
}
header.header .logo img {
  transition: 0.3s;
  max-width: 300px;
}
header.header .navbar-brand {
/*   border-right: 1px solid white; */
  padding-right: 25px;
  margin-right: 25px;
}
header.header .navbar-brand:last-child {
  border: none;
  padding-right: 0;
  margin-right: 0;
}
header.header .navbar .container-fluid {
  padding: 0;
}
header.header .navbar-nav li {
  margin: 0 15px;
  position: relative;
}
header.header .navbar-nav li a {
  font-size: 16px;
  font-weight: 400;
  display: block;
  margin: 0;
  padding: 0 0 5px !important;
  color: #A9A9A9;
}
header.header .navbar-nav li a:after {
  content: "";
  width: 0%;
  height: 2px;
  background: #00E5C2;
  display: block;
  bottom: 0;
  position: absolute;
  left: 0;
  transition: 0.3s;
}
header.header .navbar-nav li a:hover {
  color: white;
}
header.header .navbar-nav li a:hover:after {
  width: 100%;
}
header.header .navbar-nav li.current-menu-item a {
  color: #ffbf1e;
}
header.header .navbar-nav li.current-menu-item a:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #ffbf1e;
  display: block;
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
header.header .navbar-brand {
  position: relative;
}
header.header .navbar-brand img {
  z-index: 1;
  position: relative;
  width: 100%;
  max-height: 70px !important;
}
.page-id-28573 header.header .navbar-brand img {
  max-height: 50px !important;
}
header.header .menu-btn {
  display: none;
  border: none;
  outline: none;
  background: transparent;
  position: relative;
  right: 0;
  top: 15px;
  height: 50px;
  width: 34px;
  padding: 0;
  z-index: 99999;
}
header.header .menu-btn span {
  height: 1px;
  width: 24px;
  background-color: rgb(169, 169, 169);
  display: block;
  margin: 8px 0;
  transition: 0.3s;
}

.social-icon ul {
  display: flex;
  list-style: none;
  margin-bottom: 0;
  padding-left: 15px;
}
.social-icon ul li {
  padding: 0 10px;
}
.social-icon ul li a i {
  transition: 0.3s;
  font-size: 20px;
}
.social-icon ul li a img {
  transition: 0.3s;
}
.social-icon ul li a:hover i {
  color: #00E5C2;
}
.social-icon ul li a:hover img {
  transform: scale(1.2);
}

.open-menu .collapse:not(.show) {
  display: block;
}

.header-sticky header.header {
  /*background: rgba(0, 0, 0, 0.75);
  -webkit-backdrop-filter: blur(24px);
  -moz-backdrop-filter: blur(24px);
  -o-backdrop-filter: blur(24px);
  -ms-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);*/
}
.header-sticky header.header:before {
  background: linear-gradient(180deg, #17161B 0%, rgba(23, 22, 27, 0.9) 45.51%, rgba(23, 22, 27, 0) 100%);
  height: 150px;
}
.header-sticky header.header .navbar-brand img {
  /*max-height: 50px;*/
}

/* /Header */
/* Banner */
.banner-wrapper {
  position: relative;
  margin-bottom: 50px;
}
.banner-wrapper span.banner-left-bg {
  background-image: url(../images/home-banner-left-bg.svg);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 100%;
  width: 30vw;
  height: 30vw;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.banner-wrapper span.banner-right-bg {
  background-image: url(../images/home-banner-right-bg.svg);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
  width: 30vw;
  height: 30vw;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.banner-wrapper span.banner-right-bottom-bg {
  background-image: url(../images/home-banner-right-bottom-bg.svg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  width: 30vw;
  height: 100px;
  position: absolute;
  right: 0;
  bottom: 40px;
  z-index: -1;
}
.banner-wrapper .banner {
  position: relative;
}
.banner-wrapper .banner .banner-item {
  position: relative;
  height: calc(100vh - 100px);
  max-height: 920px;
  min-height: 700px;
}
.banner-wrapper .banner .banner-item .container,
.banner-wrapper .banner .banner-item .row {
  height: 100%;
}
.banner-wrapper .banner .banner-item .container > [class*=col-],
.banner-wrapper .banner .banner-item .row > [class*=col-] {
  height: 100%;
  align-items: center;
  display: flex;
}
.banner-wrapper .banner .banner-content h1 {
  font-size: 90px;
  line-height: 1.1;
}
.banner-wrapper .banner .banner-content h1 span {
  color: #00E5C2;
  font-size: 30%;
  margin: 0 5px;
}
.banner-wrapper .banner .banner-content h1 span.first-dot {
  color: #00E5C2;
}
/* .page-id-28573 .banner-wrapper .banner .banner-content h1 span.first-dot{
  color: #03dec3;
} */
.banner-wrapper .banner .banner-content h1 span.second-dot {
  color: #00E5C2;
}
.page-id-28573 .banner .banner-content h1 span.second-dot {
  color: #5709dd;
}
.banner-wrapper .banner .banner-content h1 span.third-dot {
  color: #00E5C2;
}
.page-id-28573 .banner .banner-content h1 span.third-dot {
  color: #ffbf1e;
}
.banner-wrapper .banner .banner-content p {
  font-size: 32px;
}
.banner-wrapper .banner .banner-content .btn {
  margin: 20px 0;
  display: inline-flex;
  align-items: baseline;
}
.banner-wrapper .banner .area {
  position: relative;
}
.banner-wrapper .banner .area .move-rect {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 700px;
}
.banner-wrapper .banner .banner-img img {
  border-radius: 30px;
  box-shadow: 13px 16px 36px 0px rgba(0, 0, 0, 0.74);
}
.banner-wrapper .banner .banner-img .banner-img-1 {
  position: absolute;
  top: 390px;
  right: 0;
  transform: translateY(-40%);
  width: 300px;
  height: 300px;
}
.banner-wrapper .banner .banner-img .banner-img-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 400px;
  height: 400px;
}
.banner-wrapper .banner .banner-img .banner-img-3 {
  position: absolute;
  top: 380px;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-40%);
  width: 500px;
  height: 600px;
}
.banner-wrapper .banner .slick-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  border: none;
  background-repeat: no-repeat;
  background-size: cover;
  width: 80px;
  height: 81px;
  text-indent: -200px;
  overflow: hidden;
  outline: none;
}
.banner-wrapper .banner .slick-arrow.slick-prev {
  background-image: url(../images/arrow-left.png);
  left: 0;
}
.banner-wrapper .banner .slick-arrow.slick-next {
  background-image: url(../images/arrow-right.png);
  right: 0;
}
.banner-wrapper .banner-bottom-label {
  text-align: center;
  margin: -80px 0 80px;
  position: relative;
}
.banner-wrapper .banner-bottom-label h4 {
  color: white;
  font-size: 30px;
  text-transform: uppercase;
}

.slick-dots {
  text-align: center;
  margin: 40px 0;
  padding-left: 0;
}
.slick-dots li {
  display: inline-block;
  padding: 5px;
}
.slick-dots li.slick-active button {
  opacity: 1;
  width: 22px;
  background-color: #00E5C2;
}
.slick-dots li button {
  background-color: #404040;
  text-indent: -100px;
  overflow: hidden;
  width: 10px;
  height: 10px;
  border-radius: 8px;
  border: none;
  opacity: 0.5;
  padding: 0;
  color: white;
}
.slick-dots li button:focus {
  outline: none;
}

[type=submit]:not(:disabled) {
  background-color: black;
  border-color: black;
  border-radius: 0;
  min-width: 100px;
  color: white;
}
[type=submit]:not(:disabled):hover {
  background-color: white;
  border-color: black;
  color: black;
  box-shadow: none;
}

.mobile {
  display: none;
}

.scroll-top {
  position: fixed;
  width: 40px;
  height: 40px;
  border: 1px solid white;
  border-radius: 40px;
  display: flex;
  background-color: #17161B;
  justify-content: center;
  align-items: center;
  right: 15px;
  bottom: 40px;
  opacity: 0;
  z-index: 9;
  display: none;
}
.scroll-top a.scroll-up i {
  font-size: 40px;
}

.header-sticky .scroll-top {
  opacity: 1;
}

.clients-wrap .simply-scroll {
  min-height: 160px;
}
.clients-wrap .simply-scroll .simply-scroll-clip {
  min-height: 160px;
}
.clients-wrap .simply-scroll ul.simply-scroll-list {
  display: flex;
  align-items: center;
}
.clients-wrap .simply-scroll ul.simply-scroll-list li {
  float: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  position: relative;
  padding: 50px;
}
.clients-wrap .simply-scroll ul.simply-scroll-list li:before {
  content: "";
  border-radius: 54px;
  background: #9CE500;
  filter: blur(26px);
  width: 54px;
  height: 54px;
  top: 50px;
  right: 0;
  display: inline-block;
  position: absolute;
  z-index: -1;
  opacity: 0;
  transition: 0.3s;
}
.page-id-28573 .clients-wrap .simply-scroll ul.simply-scroll-list li:before{
	background: #5709dd;
}
.clients-wrap .simply-scroll ul.simply-scroll-list li:hover:before {
  opacity: 1;
}
.clients-wrap .simply-scroll ul.simply-scroll-list li img {
  margin: 0 auto;
}

.ceo-message-wrap {
  position: relative;
}
.ceo-message-wrap .ceo-message-inner {
  border-radius: 40px;
  background: linear-gradient(222deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-backdrop-filter: blur(50.5px);
          backdrop-filter: blur(50.5px);
  padding: 80px 105px 50px 80px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 1px solid rgba(255, 255, 255, 0.05);
}
.ceo-message-wrap .ceo-message-inner h2 {
  font-size: 80px;
  font-weight: 300;
  margin-bottom: 80px;
}
.ceo-message-wrap .ceo-message-inner .designation {
  margin-top: 100px;
}
.ceo-message-wrap .ceo-message-inner .designation strong {
  color: white;
}
.ceo-message-wrap .ceo-message-inner .social-icon {
  padding-left: 60px;
}
.ceo-message-wrap .ceo-message-left-bg {
  background-image: url(../images/ceo-left-bg.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
  width: 30vw;
  height: 30vw;
  z-index: -1;
}
.ceo-message-wrap .ceo-message-right-bg {
  background-image: url(../images/lines-bg.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 0;
  width: 30vw;
  height: 30vw;
  z-index: -1;
}
.ceo-message-wrap .ceo-message-right-arrow {
  background-image: url(../images/logo-icon.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  position: absolute;
  right: 0;
  top: -10%;
  width: 30vw;
  height: 30vw;
  z-index: -1;
}
.ceo-message-wrap .ceo-message-right-line {
  background-image: url(../images/ceo-message-right-line.svg);
  background-repeat: no-repeat;
  background-position: right center;
  position: absolute;
  right: 0;
  bottom: 10%;
  width: 50vw;
  height: 106px;
  z-index: -1;
}
.ceo-message-wrap .ceo-message-right-line-blue {
  background-image: url(../images/ceo-message-right-line-blue.svg);
  background-repeat: no-repeat;
  background-position: right center;
  position: absolute;
  right: 0;
  bottom: 40%;
  width: 50vw;
  height: 106px;
  z-index: -1;
}

.services-wrap {
  position: relative;
}
.services-wrap .container {
  position: relative;
}
.services-wrap span.services-left-bg {
  background-image: url(https://jxg.313.myftpupload.com/wp-content/uploads/2026/05/services-left-bg-1-3.svg);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 100%;
  width: 30vw;
  height: 30vw;
  position: absolute;
  left: 0;
  bottom: -160px;
  z-index: -1;
}
.page-id-28573 .services-wrap span.services-left-bg {
  background-image: url(https://jxg.313.myftpupload.com/wp-content/uploads/2026/05/services-left-bg-1-2.svg);
}
.services-wrap span.services-right-bg {
  background-image: url(../images/services-right-bg.svg);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 100% 100%;
  width: 86px;
  height: 100%;
  max-height: 500px;
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.services-wrap .slide h2 {
  margin-top: -100px;
}
.services-wrap .slide .services-slider-item-content {
  max-width: 520px;
  margin: 45px 120px 0 auto;
}
.services-wrap .slide .services-slider-item-content p {
  color: white;
}
.services-wrap .custom-arrows-services {
  position: absolute;
  max-width: 850px;
  right: 0;
  bottom: 100px;
}

.stats-wrap {
  position: relative;
}
.stats-wrap .counter-item {
  max-width: 300px;
  width: 100%;
  position: relative;
  padding: 50px 0 0 20px;
}
.stats-wrap .counter-item:before {
  border-radius: 106px;
  background: #9747FF;
  filter: blur(26px);
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50px;
  top: 50px;
  z-index: -1;
  transition: 0.3s;
  opacity: 0;
}
.page-id-28573 .stats-wrap .counter-item:before {
  background: #03dec3;
}
.stats-wrap .counter-item .count-number-wrap {
  display: flex;
  transition: 0.5s;
  margin-bottom: 20px;
}
.stats-wrap .counter-item h3 {
  font-size: 100px;
  margin-bottom: 0;
  line-height: 122px;
  font-weight: 300;
  transition: 0.5s;
}
.stats-wrap .counter-item span {
  font-size: 100px;
  line-height: 1;
  color: rgb(64, 64, 64);
}
.stats-wrap .counter-item p {
  font-size: 20px;
  color: white;
}
.stats-wrap .counter-item:hover h3 {
  font-weight: 600;
  font-size: 122px;
}
.stats-wrap .counter-item:hover span {
  font-size: 122px;
}
.stats-wrap .counter-item:hover:before {
  opacity: 1;
}
.stats-wrap .stats-right-bg {
  background-image: url(../images/lines-bg.svg);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 100% 100%;
  width: 30vw;
  height: 100%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}

.case-studies-wrap {
  position: relative;
}
.case-studies-wrap .case-studies-left-bg {
  background-image: url(../images/case-studies-left-bg.svg);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 100%;
  width: 30vw;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0px;
  z-index: -1;
}
.case-studies-wrap .case-studies-right-bg {
  background-image: url(../images/services-right-bg.svg);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 100% 100%;
  width: 86px;
  height: 100%;
  max-height: 500px;
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.case-studies-wrap .case-studies-inner {
  display: flex;
  justify-content: space-between;
}
.case-studies-wrap .case-studies-inner .title {
  flex: 0 0 25%;
  max-width: 25%;
  width: 100%;
  padding-top: 80px;
}
.case-studies-wrap .case-studies-inner .case-studies {
  flex: 0 0 75%;
  max-width: 75%;
  width: 100%;
}

.relative {
  position: relative;
}

.case-studies .case-studies-item {
  padding: 0 15px;
}
.case-studies .case-studies-item .case-studies-img {
  margin-bottom: 35px;
  overflow: hidden;
  border-radius: 10px;
}
.case-studies .case-studies-item .case-studies-img img {
  transition: 0.5s;
  width: 100%;
}
.case-studies .case-studies-item .case-studies-content h6 {
  margin-bottom: 25px;
  font-size: 16px;
  color: #A9A9A9;
}
.case-studies .case-studies-item .case-studies-content h5 {
  margin-bottom: 20px;
  font-size: 18px;
  color: #F5F5F5;
  transition: 0.3s;
}
.case-studies .case-studies-item .case-studies-content p {
  font-size: 16px;
}
.case-studies .case-studies-item:hover .case-studies-img img {
  transform: scale(1.1);
}
.case-studies .case-studies-item:hover .case-studies-content h5 {
  color: #ffbf1e;
}
.page-id-28573 .case-studies .case-studies-item:hover .case-studies-content h5 {
  color: #03dec3;
}
.testimonial-wrap {
  position: relative;
}
.testimonial-wrap .testimonial-left-bg {
  background-image: url(../images/testimonial-bg.svg);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 100%;
  width: 30vw;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: -5%;
  z-index: -1;
}
.testimonial-wrap .testimonial-inner {
  display: flex;
  justify-content: space-between;
}
.testimonial-wrap .testimonial-inner .title {
  padding-top: 80px;
  flex: 0 0 25%;
  max-width: 25%;
  width: 100%;
}
.testimonial-wrap .testimonial-inner .testimonial {
  position: relative;
  flex: 0 0 75%;
  max-width: 75%;
  width: 100%;
}
.testimonial-wrap .testimonial-inner .testimonial .testimonial-slider {
  max-width: 50%;
  margin: 0 145px 0 auto;
}
.testimonial-wrap .testimonial-inner .testimonial .testimonial-slider p {
  font-size: 16px;
}
.testimonial-wrap .testimonial-inner .testimonial .testimonial-slider .testimonial-img {
  padding-top: 70px;
}
.testimonial-wrap .testimonial-inner .testimonial .custom-arrows-testimonial {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  left: auto;
  max-width: 80%;
}
.testimonial-wrap .testimonial-inner .testimonial .custom-arrows-testimonial .slick-prev {
  position: relative;
  left: 0;
}
.testimonial-wrap .testimonial-inner .testimonial .custom-arrows-testimonial .slick-next {
  position: relative;
  right: 0;
}

.latest-blog-wrap {
  position: relative;
}
.latest-blog-wrap .latest-blog-left-bg {
  background-image: url(../images/corpo-contacts-left-line-bg.svg);
  background-repeat: no-repeat;
  width: 30vw;
  height: 100px;
  position: absolute;
  left: 0;
  top: 50%;
}
.latest-blog-wrap .latest-blog-left-line-bg {
  background-image: url(../images/home-banner-right-bottom-bg.svg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 100% 100%;
  width: 30vw;
  height: 100px;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: -1;
}
.latest-blog-wrap .latest-blog-right-bg {
  background-image: url(../images/services-right-bg.svg);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 100% 100%;
  width: 86px;
  height: 100%;
  max-height: 500px;
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.latest-blog-wrap .latest-blog-inner {
  display: flex;
  justify-content: space-between;
}
.latest-blog-wrap .latest-blog-inner .title {
  flex: 0 0 25%;
  max-width: 25%;
  width: 100%;
  padding-top: 80px;
}
.latest-blog-wrap .latest-blog-inner .latest-blog {
  flex: 0 0 75%;
  max-width: 75%;
  width: 100%;
}

.latest-blog .latest-blog-item {
  padding: 0 15px;
}
.latest-blog .latest-blog-item .latest-blog-img {
  margin-bottom: 35px;
  overflow: hidden;
  border-radius: 10px;
}
.latest-blog .latest-blog-item .latest-blog-img img {
  transition: 0.5s;
  width: 100%;
}
.latest-blog .latest-blog-item .latest-blog-content h6 {
  margin-bottom: 25px;
  font-size: 16px;
  color: #A9A9A9;
}
.latest-blog .latest-blog-item .latest-blog-content h5 {
  margin-bottom: 20px;
  font-size: 18px;
  color: #F5F5F5;
  transition: 0.3s;
  min-height: 50px;
}
.latest-blog .latest-blog-item .latest-blog-content p {
  font-size: 16px;
}
.latest-blog .latest-blog-item:hover .latest-blog-img img {
  transform: scale(1.1);
}
.latest-blog .latest-blog-item:hover .latest-blog-content h5 {
  color: #ffbf1e;
}

.latest-update-wrap {
  position: relative;
}
.latest-update-wrap .latest-update-left-bg {
  background-image: url(../images/case-studies-left-bg.svg);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 100%;
  width: 30vw;
  height: 30vw;
  position: absolute;
  left: 0;
  bottom: -40%;
  z-index: -1;
}
.latest-update-wrap .latest-update-inner {
  display: flex;
  justify-content: space-between;
}
.latest-update-wrap .latest-update-inner .title {
  flex: 0 0 25%;
  max-width: 25%;
  width: 100%;
  padding-top: 0;
}
.latest-update-wrap .latest-update-inner .latest-update {
  flex: 0 0 75%;
  max-width: 75%;
  width: 100%;
}

.latest-update .latest-update-item {
  position: relative;
  padding: 15px;
}
.latest-update .latest-update-item .latest-update-content {
  position: relative;
  height: 100%;
  background-color: #1C1B20;
  border-radius: 10px;
  padding: 20px 50px 20px 20px;
}
.latest-update .latest-update-item .latest-update-content .feed-icon {
  position: absolute;
  top: 30px;
  right: 20px;
}
.latest-update .latest-update-item .latest-update-content h5 {
  margin-bottom: 20px;
  font-size: 18px;
  color: #F5F5F5;
  transition: 0.3s;
}
.latest-update .latest-update-item .latest-update-content p {
  font-size: 16px;
  color: #F5F5F5;
}
.latest-update .latest-update-item:hover .latest-update-content h5 {
  color: #ffbf1e;
}
.latest-update .custom-arrows-update {
  max-width: 80%;
  width: 100%;
  margin: 30px 0 30px auto;
}
.latest-update .slick-dots {
  position: absolute;
  right: 130px;
  bottom: -95px;
  margin: 0;
}
.latest-update .slick-dots li button {
  width: auto;
  height: auto;
  padding: 5px 15px;
  background-color: transparent;
  text-indent: 0;
  color: #A9A9A9;
}
.latest-update .slick-dots li.slick-active button {
  color: white;
}

.custom-arrows {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.custom-arrows .slick-arrow {
  padding: 0;
  background-color: transparent;
  border: none;
  outline: none;
  position: relative;
  width: 80px;
  height: 80px;
  border: 1px solid #ffffff;
  border-radius: 80px;
  background-position: center;
  background-repeat: no-repeat;
}
.custom-arrows .slick-arrow.slick-next {
  background-image: url(../images/right-arrow.png);
}
.custom-arrows .slick-arrow.slick-prev {
  background-image: url(../images/left-arrow.png);
}
.custom-arrows .slick-arrow img {
  transition: 0.3s;
  display: none;
}
.custom-arrows .slick-arrow:before {
  border-radius: 54px;
  background: #00E5C2;
  filter: blur(26px);
  width: 54px;
  height: 54px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: 0.3s;
}
.page-id-28573 .custom-arrows .slick-arrow:before{
  background: #03dec3;	
}
.custom-arrows .slick-arrow:hover:before {
  opacity: 1;
}
.custom-arrows .slick-arrow.slick-prev:hover img {
  margin-left: -15px;
}
.custom-arrows .slick-arrow.slick-next:hover img {
  margin-right: -15px;
}
section.section {
  padding: 65px 0;
}

footer {
  margin-top: 50px;
  background: #17161B;
  position: relative;
}
footer.footer {
  font-size: 14px;
}
footer.footer p {
  color: #f5f5f5;
}
footer.footer .footer-top {
  padding: 40px 0;
  border-top: 1px solid rgba(0, 229, 194, 0.5);
}
footer.footer .footer-top .footer-logo {
  min-height: 80px;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  border-right: 1px solid #A9A9A9;
  padding-right: 20px;
}
footer.footer .footer-top .footer-logo img {
  max-width: 180px;
  width: 100%;
	max-height:70px;
}
.page-id-28573 footer.footer .footer-top .footer-logo img {
    max-width: 300px;
    width: 100%;
	max-height:50px;
}
footer.footer .footer-top .footer-content {
  max-width: 712px;
  margin: 10px auto;
}
footer.footer .footer-middle {
  padding: 70px 0 20px;
  border-top: 1px solid rgba(0, 229, 194, 0.5);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer.footer .footer-middle .menu-link {
  flex: 0 0 14%;
  max-width: 14%;
  width: 100%;
  padding: 10px 5px;
}
footer.footer .footer-middle .menu-link a {
  position: relative;
}
footer.footer .footer-middle .menu-link a:hover {
  color: #00E5C2;
}
footer.footer .footer-middle .menu-link ul {
  list-style: none;
  padding-left: 0;
}
footer.footer .footer-middle .menu-link ul li {
  margin: 15px 0;
}
footer.footer .footer-middle .menu-link ul li:first-child a {
  font-weight: 600;
  color: white;
}
footer.footer .footer-middle .menu-link ul li a {
  color: #A9A9A9;
  font-weight: 400;
}
footer.footer .footer-middle .menu-link ul li a:hover {
  color: #00E5C2;
}
footer.footer .footer-middle .social-icon ul {
  padding-left: 0;
}
footer.footer .footer-middle .social-icon ul li {
  padding: 0 20px 0 0;
  margin: 0;
}
footer.footer .footer-info {
  background: white;
  padding: 24px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
footer.footer .footer-info * {
  color: #231F27;
}
footer.footer .footer-info .footer-info-left {
  border-right: 1px solid #A9A9A9;
  padding-right: 30px;
  margin-right: 30px;
}
footer.footer .footer-info .footer-info-left p {
  margin-bottom: 5px;
}
footer.footer .footer-info .footer-info-left p i {
  font-size: 20px;
  transition: 0.3s;
}
footer.footer .footer-info .footer-info-left p img {
  width: 22px;
}
footer.footer .footer-info .footer-info-left p a:hover {
  color: #00E5C2;
}
footer.footer .footer-info .footer-info-left p a:hover i {
  color: #00E5C2;
}
footer.footer .footer-info .footer-info-left p img,
footer.footer .footer-info .footer-info-left p i {
  margin-right: 16px;
}
footer.footer .footer-info .footer-info-left .social-icon {
  border-top: 1px solid #A9A9A9;
  padding-top: 10px;
  margin-top: 15px;
}
footer.footer .footer-info .footer-info-left .social-icon ul {
  padding-left: 0;
}
footer.footer .footer-info .footer-info-left .social-icon ul li:first-child {
  padding-left: 0;
}
footer.footer .footer-info .footer-info-right {
  flex: 0 0 calc(100% - 350px);
}
footer.footer .footer-info .footer-info-right .partners-list {
  display: flex;
  align-items: center;
}
footer.footer .footer-info .footer-info-right .partners-list li {
  display: flex;
  align-items: center;
  padding: 0 45px;
  border-right: 1px solid #A9A9A9;
  width: auto;
  height: 38px;
}
footer.footer .footer-info .footer-info-right .partners-list li a,
footer.footer .footer-info .footer-info-right .partners-list li img {
  display: block;
  margin: 0 auto;
}
footer .footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 45px;
}
footer .footer-bottom .msme-logo img {
  margin: 0 5px;
}
footer .footer-bottom .links ul li {
  display: inline-block;
  padding: 0 20px;
}
footer .footer-bottom .links ul li a {
  color: #A9A9A9;
}
footer .footer-bottom .links ul li a:hover {
  color: #00E5C2;
}
footer .footer-bottom-mobile {
  margin-bottom: 60px;
}
footer .footer-bottom-mobile .msme-logo {
  max-width: 100px;
  margin: 10px auto;
}
footer .footer-bottom-mobile .menu-link {
  flex: 0 0 50%;
  max-width: 50%;
  width: 100%;
  padding: 10px 5px;
}
footer .footer-bottom-mobile .menu-link a {
  position: relative;
  font-size: 10px;
}
footer .footer-bottom-mobile .menu-link a:hover {
  color: #00E5C2;
}
footer .footer-bottom-mobile .menu-link ul {
  list-style: none;
  padding-left: 0;
}
footer .footer-bottom-mobile .menu-link ul li {
  margin: 15px 0;
}
footer .footer-bottom-mobile .menu-link ul li a {
  color: #A9A9A9;
  font-weight: 400;
}
footer .footer-bottom-mobile .menu-link ul li a:hover {
  color: #00E5C2;
}
footer .footer-bottom-mobile .social-icon ul {
  padding-left: 0;
}
footer .footer-bottom-mobile .social-icon ul li {
  padding: 0 20px 0 0;
  margin: 0;
}
footer .copyright {
  background: #1F1E24;
  margin: 25px 0 0;
  text-align: center;
  padding: 23px 15px;
}
footer .copyright p {
  margin-bottom: 0;
  color: #A9A9A9;
}
footer .media {
  margin-bottom: 15px;
}

section .partners-list {
  display: flex;
  align-items: center;
}
section .partners-list li {
  display: flex;
  align-items: center;
  padding: 0 55px;
  width: auto !important;
  height: 38px;
}
section .partners-list li a,
section .partners-list li img {
  display: block;
  margin: 0 auto;
}

.inner-banner {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 55vh;
  min-height: 600px;
  position: relative;
}
.inner-banner:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 40%;
  left: 0;
  bottom: 0;
  background: linear-gradient(360deg, #17161B 0%, rgba(23, 22, 27, 0.71) 45.51%, rgba(23, 22, 27, 0) 100%);
}
.inner-banner.contact-banner {
  background-position: center;
}

.about-banner .inner-banner {
  min-height: 100vh;
  height: 400px;
  background-position: 80% 50%;
}
.about-banner.industries-banner .inner-banner {
  min-height: 85vh;
  height: 400px;
}
.about-banner.services-banner .inner-banner {
  background-position: center;
}
.about-banner .banner-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  max-width: 1100px;
}
.about-banner .banner-content h1 {
  font-size: 90px;
}
.about-banner .banner-content p {
  font-size: 32px;
}

.single-service .about-banner .inner-banner {
  background-position: center;
}

.main-title h1 {
  font-size: 90px;
}
.main-title .dot {
  color: #00E5C2;
  font-size: 30%;
  margin: 0 5px;
  animation: blink 3s linear infinite;
}

.sub-title p {
  font-size: 32px;
  color: #A9A9A9;
}

.contact-content-wrap {
  position: relative;
}
.contact-content-wrap .contact-content {
  padding-bottom: 250px;
}
.contact-content-wrap .contact-content-left-bg {
  background-image: url(../images/contact-content-left-bg.svg);
  background-repeat: no-repeat;
  background-position: left center;
  position: absolute;
  left: 1%;
  bottom: -20%;
  width: 30vw;
  height: 30vw;
  z-index: -1;
  background-size: 100% 100%;
}
.contact-content-wrap .contact-content-right-bg {
  background-image: url(../images/home-banner-right-bg.svg);
  background-repeat: no-repeat;
  background-position: left center;
  position: absolute;
  right: 1%;
  top: -43.5%;
  width: 30vw;
  height: 30vw;
  z-index: -1;
  background-size: 100% 100%;
}

.corpo-contacts-wrap {
  margin-top: -100px;
  position: relative;
}
.corpo-contacts-wrap .corpo-contacts-left-line-bg {
  background-image: url(../images/corpo-contacts-left-line-bg.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 30vw;
  height: 100px;
  position: absolute;
  left: 0;
  top: 50%;
}
.corpo-contacts-wrap .corpo-contacts-list {
  margin: 100px auto 0;
  max-width: 1100px;
}
.corpo-contacts-wrap .corpo-contacts-list .corpo-contacts-list-item {
  border-radius: 25px;
  border: 1px solid rgba(64, 64, 64, 0.5411764706);
  background: #17161b;
  padding: 20px 13px;
  display: flex;
  margin-bottom: 50px;
}
.corpo-contacts-wrap .corpo-contacts-list .corpo-contacts-list-item:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  border-radius: 20px;
  z-index: -1;
}
.corpo-contacts-wrap .corpo-contacts-list .corpo-contacts-list-item:hover p {
  color: white;
}
.corpo-contacts-wrap .corpo-contacts-list .corpo-contacts-list-item:hover:after {
  width: 100%;
  height: 100%;
}
.corpo-contacts-wrap .corpo-contacts-list .corpo-contacts-list-item:hover .corpo-icon:after {
  transition: 0.3s;
  background: white !important;
}
.corpo-contacts-wrap .corpo-contacts-list .corpo-contacts-list-item .corpo-icon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 120px;
  max-width: 120px;
  width: 100%;
  max-height: 180px;
}
.corpo-contacts-wrap .corpo-contacts-list .corpo-contacts-list-item .corpo-icon:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 20px;
  border: 1px solid rgba(177, 177, 177, 0.4352941176);
  width: 100%;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(24px);
  -moz-backdrop-filter: blur(24px);
  -o-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  z-index: 1;
}
.corpo-contacts-wrap .corpo-contacts-list .corpo-contacts-list-item .corpo-icon:after {
  content: "";
  position: absolute;
  top: -58px;
  right: -20px;
  width: 70px;
  height: 70px;
  border-radius: 15px;
  transition: 0.3s;
}
.corpo-contacts-wrap .corpo-contacts-list .corpo-contacts-list-item .corpo-icon img {
  z-index: 2;
}
.corpo-contacts-wrap .corpo-contacts-list .corpo-contacts-list-item .corpo-content {
  flex: 0 0 calc(100% - 120px);
  max-width: calc(100% - 120px);
  width: 100%;
  padding-left: 90px;
}
.corpo-contacts-wrap .corpo-contacts-list .corpo-contacts-list-item .corpo-content h5 {
  font-size: 22px;
}
.corpo-contacts-wrap .corpo-contacts-list .corpo-contacts-list-item .corpo-content ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  padding-left: 0;
  max-width: 670px;
}
.corpo-contacts-wrap .corpo-contacts-list .corpo-contacts-list-item .corpo-content ul li {
  line-height: 36px;
  display: flex;
  align-items: center;
}
.corpo-contacts-wrap .corpo-contacts-list .corpo-contacts-list-item .corpo-content ul li p {
  margin-bottom: 0;
}
.corpo-contacts-wrap .corpo-contacts-list .corpo-contacts-list-item .corpo-content ul li.pipe {
  border-right: 1px solid #B6B6B7;
  margin-right: 10px;
  margin-left: 10px;
}
.corpo-contacts-wrap .corpo-contacts-list .corpo-contacts-list-item .corpo-content ul li:last-child {
  border: none;
  width: 50%;
}
.corpo-contacts-wrap .corpo-contacts-list .corpo-contacts-list-item .corpo-content ul li img {
  margin-right: 15px;
}
.corpo-contacts-wrap .corpo-contacts-list .corpo-contacts-list-item .corpo-content ul li a {
  font-size: 20px;
}
.corpo-contacts-wrap .corpo-contacts-list .corpo-contacts-list-item .corpo-content ul li a:hover {
  color: currentColor;
}
.corpo-contacts-wrap .corpo-contacts-list .corpo-contacts-list-item:nth-child(1) {
  position: relative;
}
.corpo-contacts-wrap .corpo-contacts-list .corpo-contacts-list-item:nth-child(1):after {
  content: "";
  background: rgb(0, 229, 194);
  background: linear-gradient(90deg, rgb(0, 229, 194) 0%, rgb(95, 29, 236) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00e5c2", endColorstr="#5f1dec", GradientType=1);
}
.corpo-contacts-wrap .corpo-contacts-list .corpo-contacts-list-item:nth-child(1) .corpo-icon:after {
  background: rgb(0, 229, 194);
  background: linear-gradient(90deg, rgb(0, 229, 194) 0%, rgb(95, 29, 236) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00e5c2", endColorstr="#5f1dec", GradientType=1);
}
.corpo-contacts-wrap .corpo-contacts-list .corpo-contacts-list-item:nth-child(2):after {
  background: rgb(250, 255, 30);
  background: linear-gradient(220deg, rgb(250, 255, 30) 0%, rgb(255, 122, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#faff1e", endColorstr="#ff7a00", GradientType=1);
}
.corpo-contacts-wrap .corpo-contacts-list .corpo-contacts-list-item:nth-child(2) .corpo-icon:after {
  background: rgb(250, 255, 30);
  background: linear-gradient(220deg, rgb(250, 255, 30) 0%, rgb(255, 122, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#faff1e", endColorstr="#ff7a00", GradientType=1);
}
.corpo-contacts-wrap .corpo-contacts-list .corpo-contacts-list-item:nth-child(3):after {
  background: rgb(248, 95, 47);
  background: linear-gradient(220deg, rgb(248, 95, 47) 0%, rgb(95, 29, 236) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f85f2f", endColorstr="#5f1dec", GradientType=1);
}
.corpo-contacts-wrap .corpo-contacts-list .corpo-contacts-list-item:nth-child(3) .corpo-icon:after {
  background: rgb(248, 95, 47);
  background: linear-gradient(220deg, rgb(248, 95, 47) 0%, rgb(95, 29, 236) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f85f2f", endColorstr="#5f1dec", GradientType=1);
}
.corpo-contacts-wrap .corpo-contacts-list .corpo-contacts-list-item:nth-child(4):after {
  background: rgb(0, 229, 194);
  background: linear-gradient(90deg, rgb(0, 229, 194) 0%, rgb(95, 29, 236) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00e5c2", endColorstr="#5f1dec", GradientType=1);
}
.corpo-contacts-wrap .corpo-contacts-list .corpo-contacts-list-item:nth-child(4) .corpo-icon:after {
  background: rgb(0, 229, 194);
  background: linear-gradient(90deg, rgb(0, 229, 194) 0%, rgb(95, 29, 236) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00e5c2", endColorstr="#5f1dec", GradientType=1);
}
.corpo-contacts-wrap .corpo-contacts-list .corpo-contacts-list-item:nth-child(5):after {
  background: rgb(250, 255, 30);
  background: linear-gradient(220deg, rgb(250, 255, 30) 0%, rgb(255, 122, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#faff1e", endColorstr="#ff7a00", GradientType=1);
}
.corpo-contacts-wrap .corpo-contacts-list .corpo-contacts-list-item:nth-child(5) .corpo-icon:after {
  background: rgb(250, 255, 30);
  background: linear-gradient(220deg, rgb(250, 255, 30) 0%, rgb(255, 122, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#faff1e", endColorstr="#ff7a00", GradientType=1);
}
.corpo-contacts-wrap .corpo-contacts-list .corpo-contacts-list-item:nth-child(6):after {
  background: rgb(248, 95, 47);
  background: linear-gradient(220deg, rgb(248, 95, 47) 0%, rgb(95, 29, 236) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f85f2f", endColorstr="#5f1dec", GradientType=1);
}
.corpo-contacts-wrap .corpo-contacts-list .corpo-contacts-list-item:nth-child(6) .corpo-icon:after {
  background: rgb(248, 95, 47);
  background: linear-gradient(220deg, rgb(248, 95, 47) 0%, rgb(95, 29, 236) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f85f2f", endColorstr="#5f1dec", GradientType=1);
}
.corpo-contacts-wrap .corpo-contacts-list .corpo-contacts-list-item:nth-child(7):after {
  background: rgb(0, 229, 194);
  background: linear-gradient(90deg, rgb(0, 229, 194) 0%, rgb(95, 29, 236) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00e5c2", endColorstr="#5f1dec", GradientType=1);
}
.corpo-contacts-wrap .corpo-contacts-list .corpo-contacts-list-item:nth-child(7) .corpo-icon:after {
  background: rgb(0, 229, 194);
  background: linear-gradient(90deg, rgb(0, 229, 194) 0%, rgb(95, 29, 236) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00e5c2", endColorstr="#5f1dec", GradientType=1);
}
.corpo-contacts-wrap .corpo-contacts-list .corpo-contacts-list-item:nth-child(8):after {
  background: rgb(250, 255, 30);
  background: linear-gradient(220deg, rgb(250, 255, 30) 0%, rgb(255, 122, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#faff1e", endColorstr="#ff7a00", GradientType=1);
}
.corpo-contacts-wrap .corpo-contacts-list .corpo-contacts-list-item:nth-child(8) .corpo-icon:after {
  background: rgb(250, 255, 30);
  background: linear-gradient(220deg, rgb(250, 255, 30) 0%, rgb(255, 122, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#faff1e", endColorstr="#ff7a00", GradientType=1);
}
.corpo-contacts-wrap .corpo-contacts-list .corpo-contacts-list-item:nth-child(9):after {
  background: rgb(248, 95, 47);
  background: linear-gradient(220deg, rgb(248, 95, 47) 0%, rgb(95, 29, 236) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f85f2f", endColorstr="#5f1dec", GradientType=1);
}
.corpo-contacts-wrap .corpo-contacts-list .corpo-contacts-list-item:nth-child(9) .corpo-icon:after {
  background: rgb(248, 95, 47);
  background: linear-gradient(220deg, rgb(248, 95, 47) 0%, rgb(95, 29, 236) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f85f2f", endColorstr="#5f1dec", GradientType=1);
}
.corpo-contacts-wrap .corpo-right-line {
  background-image: url(../images/corpo-right-line.svg);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 100% 100%;
  width: 86px;
  height: 50vw;
  position: absolute;
  right: 10%;
  top: 0;
  transform: translateY(-50%);
  z-index: -1;
}
.corpo-contacts-wrap .corpo-right-bg {
  background-image: url(../images/lines.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 100% 100%;
  position: absolute;
  right: 1%;
  bottom: -30%;
  width: 30vw;
  height: 30vw;
  z-index: -1;
}
.corpo-contacts-wrap.why-axion-wrap {
  padding-top: 10%;
}
.corpo-contacts-wrap.why-axion-wrap .corpo-contacts-list {
  max-width: 100%;
}
.corpo-contacts-wrap.why-axion-wrap .corpo-contacts-list .corpo-contacts-list-item {
  padding: 30px;
}
.corpo-contacts-wrap.why-axion-wrap .corpo-contacts-list .corpo-contacts-list-item .corpo-icon:after {
  top: 0;
}
.corpo-contacts-wrap.why-axion-wrap .corpo-contacts-list .corpo-contacts-list-item .corpo-content {
  padding-right: 50px;
}
.corpo-contacts-wrap.why-axion-wrap .why-axion-left-bg {
  background-image: url(../images/key-pillar-left-bg.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: -14%;
  width: 30vw;
  height: 30vw;
  z-index: -1;
  background-size: 100% 100%;
}
.corpo-contacts-wrap.why-axion-wrap .why-axion-left-bottom-bg {
  background-image: url(../images/home-banner-left-bg.svg);
  background-repeat: no-repeat;
  background-position: center right;
  position: absolute;
  left: 0;
  bottom: 5%;
  width: 30vw;
  height: 30vw;
  z-index: -1;
  background-size: 100% 100%;
}
.corpo-contacts-wrap.why-axion-wrap .why-axion-right-bottom-bg {
  background-image: url(../images/home-banner-left-bg.svg);
  background-repeat: no-repeat;
  background-position: center right;
  position: absolute;
  right: 0;
  bottom: -5%;
  width: 30vw;
  height: 30vw;
  z-index: -1;
  background-size: 100% 100%;
}
.corpo-contacts-wrap.why-axion-wrap .why-axion-right-arrow {
  background-image: url(../images/logo-icon.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  position: absolute;
  right: 25%;
  top: -2%;
  width: 25vw;
  height: 25vw;
  z-index: -1;
}

.contact-form-wrap {
  position: relative;
}
.contact-form-wrap .contact-form-right-bg {
  background-image: url(../images/home-banner-left-bg.svg);
  background-repeat: no-repeat;
  background-position: center right;
  position: absolute;
  top: -45%;
  right: 0%;
  width: 30vw;
  height: 30vw;
  z-index: -1;
  background-size: 100% 100%;
}
.contact-form-wrap .bg-texture {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -50px;
}
.contact-form-wrap .contact-form-card {
  background: white;
  border-radius: 30px;
  padding: 55px;
  max-width: 1100px;
  margin: 80px auto 0;
  color: #17161B;
}
.contact-form-wrap .contact-form-card.services-form.contact-form-card {
  max-width: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.33) 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-backdrop-filter: blur(20.5px);
  backdrop-filter: blur(20.5px);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 1px solid rgba(255, 255, 255, 0.05);
}
.contact-form-wrap .contact-form-card.services-form.contact-form-card h2 {
  color: white;
}
.contact-form-wrap .contact-form-card.services-form.contact-form-card .contact-form-heading {
  margin: 25px auto 100px;
}
.contact-form-wrap .contact-form-card.services-form.contact-form-card .form-inner {
  max-width: 1000px;
  margin: 0 auto;
}
.contact-form-wrap .contact-form-card .contact-form-heading {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 50px;
}
.contact-form-wrap .contact-form-card .contact-form-heading h2 {
  color: #1C1B20;
  font-size: 60px;
}
.contact-form-wrap .contact-form-card .contact-form-heading p {
  font-size: 22px;
}
.contact-form-wrap .contact-form-card textarea {
  min-height: 230px;
}
.contact-form-wrap .contact-form-card .btn {
  width: 100%;
}
.contact-form-wrap .contact-form-card ul {
  padding-left: 0;
  font-size: 14px;
  list-style: none;
  color: white;
}
.contact-form-wrap .contact-form-card ul p {
  color: white;
  margin: 0;
}
.contact-form-wrap .wpcf7-response-output {
  color: black;
}

.wpcf7-spinner {
  margin: 10px auto;
  display: block;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0.5em 0.5em;
}

.offices-wrap {
  position: relative;
  margin-top: 150px;
}
.offices-wrap .offices-left-bg {
  background-image: url(../images/offices-left-bg.svg);
  background-repeat: no-repeat;
  background-position: left center;
  position: absolute;
  left: 1%;
  top: -440px;
  width: 30vw;
  height: 30vw;
  z-index: -1;
  background-size: 100% 100%;
}
.offices-wrap .offices-right-line-bg {
  background-image: url(../images/services-right-bg.svg);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 100% 100%;
  width: 86px;
  height: 100%;
  max-height: 500px;
  position: absolute;
  right: 10%;
  top: -200px;
  z-index: -1;
}
.offices-wrap .offices-right-bg {
  background-image: url(../images/case-studies-left-bg.svg);
  background-repeat: no-repeat;
  background-position: left center;
  position: absolute;
  right: 0;
  top: 100px;
  width: 30vw;
  height: 30vw;
  z-index: -1;
  background-size: 100% 100%;
}
.offices-wrap .offices-list {
  max-width: 1100px;
  margin: 100px auto;
}
.offices-wrap .offices-list .offices-list-item {
  border-radius: 25px;
  border: 0.5px solid #404040;
  background: #17161B;
  padding: 45px;
  margin-bottom: 25px;
}
.offices-wrap .offices-list .offices-list-item .office-content {
  display: flex;
  flex-wrap: wrap;
}
.offices-wrap .offices-list .offices-list-item .office-content .office-heading {
  flex: 0 0 30%;
  max-width: 30%;
  width: 100%;
  border-right: 1px solid #A9A9A9;
  padding-right: 5%;
  margin-right: 5%;
}
.offices-wrap .offices-list .offices-list-item .office-content .office-heading h5 {
  font-size: 26px;
}
.offices-wrap .offices-list .offices-list-item .office-content .office-heading h6 {
  font-size: 26px;
  font-weight: 300;
}
.offices-wrap .offices-list .offices-list-item .office-address {
  flex: 0 0 60%;
  max-width: 60%;
  width: 100%;
}
.offices-wrap .offices-list .offices-list-item .office-address.job-desc-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.offices-wrap .offices-list .offices-list-item .office-address.job-desc-wrap .job-desc {
  flex: 0 0 calc(100% - 180px);
  max-width: calc(100% - 180px);
  width: 100%;
  padding-right: 20px;
}
.offices-wrap .offices-list .offices-list-item .office-address.job-desc-wrap .job-desc p {
  font-size: 18px;
  color: white;
}
.offices-wrap .offices-list .offices-list-item .office-address.job-desc-wrap .job-desc .toggle-content-wrap .toggle-content-switch {
  width: 20px;
  height: 20px;
  background-color: white;
  position: relative;
  display: inline-block;
  float: right;
}
.offices-wrap .offices-list .offices-list-item .office-address.job-desc-wrap .job-desc .toggle-content-wrap .toggle-content-switch:before {
  content: "+";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #17161B;
  font-size: 22px;
  font-weight: 600;
}
.offices-wrap .offices-list .offices-list-item .office-address.job-desc-wrap .job-desc .toggle-content-wrap .toggle-content {
  height: 0;
  overflow: hidden;
  transition: 0.3s;
}
.offices-wrap .offices-list .offices-list-item .office-address.job-desc-wrap .job-desc .toggle-content-wrap.active .toggle-content-switch:before {
  content: "-";
}
.offices-wrap .offices-list .offices-list-item .office-address.job-desc-wrap .job-desc .toggle-content-wrap.active .toggle-content {
  height: auto;
}
.offices-wrap .offices-list .offices-list-item .office-address.job-desc-wrap .apply-link {
  max-width: 180px;
  width: 100%;
}
.offices-wrap .offices-list .offices-list-item .office-address .map-link {
  position: absolute;
  bottom: 20px;
  right: 30px;
}
.offices-wrap .offices-list .offices-list-item .office-address .map-link a {
  font-size: 16px;
  color: #8B8B8B;
}
.offices-wrap .offices-list .offices-list-item .office-address .map-link a:hover {
  color: #00E5C2;
}
.offices-wrap .offices-list .offices-list-item .office-address .map-link a img {
  margin-left: 10px;
}
.offices-wrap ul.nav.nav-tabs {
  display: flex;
  align-items: flex-end;
  justify-content: end;
  border: none;
}
.offices-wrap ul.nav.nav-tabs .nav-item .nav-link {
  opacity: 0.25;
  border: none;
}
.offices-wrap ul.nav.nav-tabs .nav-item .nav-link:hover, .offices-wrap ul.nav.nav-tabs .nav-item .nav-link:focus, .offices-wrap ul.nav.nav-tabs .nav-item .nav-link:active {
  border: none;
  color: white;
  opacity: 0.5;
}
.offices-wrap ul.nav.nav-tabs .nav-item .nav-link img {
  display: block;
  margin: 0 auto 15px;
}
.offices-wrap ul.nav.nav-tabs .nav-item .nav-link.active {
  opacity: 1;
  background-color: transparent;
  color: white;
  border: none;
}
.offices-wrap .tab-content .offices-list {
  max-width: 100%;
}
.offices-wrap.job-openings .offices-left-bg {
  background-image: url(../images/ceo-left-bg.svg);
}
.offices-wrap.job-openings .offices-list .offices-list-item .office-content .office-heading {
  flex: 0 0 25%;
  max-width: 25%;
}
.offices-wrap.job-openings .offices-list .offices-list-item .office-content .office-address {
  flex: 0 0 70%;
  max-width: 70%;
}

.ceo-mobile-wrap {
  position: relative;
}
.ceo-mobile-wrap .ceo-mobile-left-line-blue {
  background-image: url(../images/ceo-message-right-line-blue.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 40%;
  width: 55vw;
  height: 88px;
  z-index: -1;
}
.ceo-mobile-wrap .ceo-mobile-left-line {
  background-image: url(../images/ceo-message-right-line.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  position: absolute;
  left: 20%;
  top: 47%;
  width: 60vw;
  height: 88px;
  z-index: -1;
}
.ceo-mobile-wrap .ceo-section {
  max-width: 600px;
  margin: 0 auto;
  position: relative;
}
.ceo-mobile-wrap .ceo-section .ceo-img {
  position: relative;
  max-width: 200px;
  width: 100%;
  margin: 0 auto 50px;
}
.ceo-mobile-wrap .ceo-section span {
  display: block;
}
.ceo-mobile-wrap .ceo-section span img {
  width: 100%;
}
.ceo-mobile-wrap .ceo-section .ceo-icon-1 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 45%;
  left: -6%;
  display: block;
}
.ceo-mobile-wrap .ceo-section .ceo-icon-2 {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 45%;
  left: 55%;
  display: block;
  z-index: -1;
}
.ceo-mobile-wrap .ceo-section .ceo-icon-3 {
  position: absolute;
  width: 30%;
  height: 100%;
  top: 20%;
  left: -15%;
  display: block;
  z-index: -1;
}
.ceo-mobile-wrap .ceo-section .ceo-icon-4 {
  position: absolute;
  width: 25%;
  height: 100%;
  top: 33%;
  left: -31%;
  display: block;
  z-index: 1;
}
.ceo-mobile-wrap .ceo-section .ceo-content {
  text-align: center;
  padding: 0 12%;
}
.ceo-mobile-wrap .ceo-section .ceo-content h6 {
  color: #FFBF1E;
  font-weight: 400;
}
.ceo-mobile-wrap .ceo-section .ceo-content h4 {
  font-size: 25px;
  font-weight: 300;
}
.ceo-mobile-wrap .ceo-section .ceo-content .designation {
  text-align: left;
  padding-top: 50px;
  border-bottom: 1px solid #A9A9A9;
}
.ceo-mobile-wrap .ceo-section .ceo-content .designation strong {
  color: white;
}

.career-content-wrap .career-content {
  max-width: 1110px;
  margin-left: 0;
}

.our-community-wrap {
  position: relative;
}
.our-community-wrap .our-community-left-line-bg {
  background-image: url(../images/corpo-contacts-left-line-bg.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30vw;
  height: 100px;
  position: absolute;
  left: 0;
  top: 20%;
  z-index: -1;
}
.our-community-wrap .our-community-right-bg {
  background-image: url(../images/home-banner-right-bg.svg);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
  width: 30vw;
  height: 30vw;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.our-community-wrap .our-community-right-line-blue-bg {
  background-image: url(../images/green-line.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 5%;
  width: 30vw;
  height: 86px;
  z-index: -1;
}
.our-community-wrap .community-content {
  display: flex;
  flex-wrap: wrap;
  margin-top: -5%;
  z-index: 1;
  position: relative;
}
.our-community-wrap .community-content .community-content-left {
  flex: 0 0 27%;
  max-width: 27%;
  width: 100%;
  position: relative;
}
.our-community-wrap .community-content .community-content-left:before {
  content: "";
  position: absolute;
  left: 46%;
  top: -5px;
  width: 170px;
  height: 170px;
  border-radius: 20px;
  background: linear-gradient(222deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-backdrop-filter: blur(20.5px);
          backdrop-filter: blur(20.5px);
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: rgba(177, 177, 177, 0.4352941176);
  z-index: -1;
}
.our-community-wrap .community-content .community-content-left:after {
  content: "";
  position: absolute;
  left: 60%;
  top: -100px;
  width: 200px;
  height: 200px;
  border-radius: 20px;
  background: linear-gradient(50deg, #5709DD 0%, #00E5C2 100%);
  z-index: -2;
}
.our-community-wrap .community-content .community-content-right {
  flex: 0 0 73%;
  max-width: 73%;
  width: 100%;
  padding-left: 80px;
}
.our-community-wrap .community-content .community-content-right p {
  color: white;
}
.our-community-wrap.introduction-wrap .our-community-right-line-bg {
  background-image: url(../images/corpo-contacts-left-line-bg.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 30vw;
  height: 100px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.our-community-wrap.introduction-wrap .our-community-right-bg {
  background-size: 100% 100%;
  width: 30vw;
  height: 30vw;
  right: 0;
  top: -100%;
}
.our-community-wrap.introduction-wrap .community-content {
  padding-top: 150px;
}

.life-wrap {
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  margin-top: 200px;
}
.life-wrap .life-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.life-wrap .life-inner .life-img-wrap {
  position: relative;
  flex: 0 0 30%;
  max-width: 30%;
  width: 100%;
  margin: 100px 0;
}
.life-wrap .life-inner .life-img-wrap .arrow-blue {
  position: absolute;
  top: 30%;
  left: -30%;
  z-index: 2;
}
.life-wrap .life-inner .life-img-wrap .life-img {
  position: relative;
  z-index: 1;
}
.life-wrap .life-inner .life-img-wrap .arrow-orange {
  position: absolute;
  top: 30%;
  left: 0;
}
.life-wrap .life-inner .life-content {
  flex: 0 0 70%;
  max-width: 70%;
  width: 100%;
  margin: 50px 0;
  padding-left: 40px;
}
.life-wrap .life-inner .life-content h2 span {
  color: #00E5C2;
}
.life-wrap .life-inner .life-content p {
  font-weight: 500;
  color: #E7E7E7;
}

.opportunities-wrap {
  margin-top: 150px;
  position: relative;
}
.opportunities-wrap .opportunities-left-bg {
  background-image: url(../images/case-studies-left-bg.svg);
  background-repeat: no-repeat;
  background-position: left center;
  position: absolute;
  left: 0;
  top: -50%;
  width: 30vw;
  height: 30vw;
  z-index: -1;
  background-size: 100% 100%;
}
.opportunities-wrap .opportunities-right-bg {
  background-image: url(../images/case-studies-left-bg.svg);
  background-repeat: no-repeat;
  background-position: right center;
  position: absolute;
  right: 0;
  top: 20%;
  width: 45vw;
  height: 45vw;
  z-index: -1;
  background-size: 100% 100%;
}
.opportunities-wrap .opportunities-content {
  position: relative;
}
.opportunities-wrap .opportunities-content h2 {
  position: relative;
  display: inline-block;
  margin-bottom: 120px;
}
.opportunities-wrap .opportunities-content h2:before {
  content: "";
  position: absolute;
  right: -60%;
  top: -320%;
  width: 170px;
  height: 170px;
  border-radius: 20px;
  background: linear-gradient(222deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-backdrop-filter: blur(20.5px);
  backdrop-filter: blur(20.5px);
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: rgba(177, 177, 177, 0.4352941176);
}
.opportunities-wrap .opportunities-content h2:after {
  border-radius: 30px;
  background: linear-gradient(50deg, #F85F2F 0%, #5F1DEC 100%);
  content: "";
  width: 330px;
  height: 180px;
  position: absolute;
  top: -65px;
  right: -175px;
  z-index: -1;
}
.opportunities-wrap .opportunities-content p {
  color: #E7E7E7;
}

.join-community-wrap {
  position: relative;
}
.join-community-wrap .join-community-left-line {
  background-image: url(../images/corpo-right-line.svg);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 100% 100%;
  width: 86px;
  height: 100%;
  max-height: 500px;
  position: absolute;
  left: 4%;
  top: 0;
  transform: translateY(-50%);
  z-index: -1;
}
.join-community-wrap .join-community-card {
  background-color: white;
  padding: 85px;
  border-radius: 30px;
  text-align: center;
}
.join-community-wrap .join-community-card h2 {
  color: #1C1B20;
  margin-bottom: 25px;
}
.join-community-wrap .join-community-card p {
  color: #6C6C6C;
  font-size: 22px;
}

.about-content {
  margin: -100px 0 120px 0;
  position: relative;
}
.about-content .about-content-inner {
  background: white;
  padding: 100px;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about-content .about-content-inner .about-content-icon {
  flex: 0 0 225px;
  max-width: 225px;
  width: 100%;
}
.about-content .about-content-inner .about-content-inner-content {
  flex: 0 0 calc(100% - 225px);
  max-width: 100%;
  width: 100%;
}
.about-content .about-content-inner p {
  color: #17161B;
  font-weight: 500;
}
.about-content.industries-hero-content .about-content-inner {
  padding: 40px;
}
.about-content.industries-hero-content .about-content-inner .about-content-inner-content {
  flex: 0 0 100%;
  max-width: 100%;
}

.guidance-wrap {
  position: relative;
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.guidance-wrap .guidance-left-bg {
  background-image: url(../images/home-banner-left-bg.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0px;
  top: -10%;
  width: 30vw;
  height: 30vw;
}
.guidance-wrap .guidance-right-line-bg {
  background-image: url(../images/ceo-message-right-line.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  top: -5%;
  width: 50vw;
  height: 106px;
  z-index: -1;
}
.guidance-wrap .guidance-inner {
  display: flex;
  flex-wrap: wrap;
}
.guidance-wrap .guidance-inner .guidance-img {
  position: relative;
  height: 500px;
  flex: 0 0 400px;
  max-width: 400px;
  width: 100%;
  display: flex;
  align-items: flex-end;
}
.guidance-wrap .guidance-inner .guidance-img:before {
  content: "";
  width: 224px;
  height: 424px;
  border-radius: 22px;
  background: linear-gradient(120deg, #FF7A00 0%, #FAFF1E 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.guidance-wrap .guidance-inner .guidance-img:after {
  content: "";
  position: absolute;
  right: 25%;
  bottom: 40px;
  width: 178px;
  height: 225px;
  border-radius: 20px;
  border: 1px solid rgba(177, 177, 177, 0.4352941176);
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(24px);
  -moz-backdrop-filter: blur(24px);
  -o-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  z-index: 1;
}
.guidance-wrap .guidance-inner .guidance-img img {
  max-width: -moz-fit-content;
  max-width: fit-content;
  position: relative;
  margin-left: -100px;
  z-index: 2;
}
.guidance-wrap .guidance-inner .guidance-content {
  flex: 0 0 calc(100% - 400px);
  max-width: calc(100% - 400px);
  width: 100%;
}
.guidance-wrap .guidance-inner .guidance-content ul {
  list-style: none;
  padding-left: 0;
}
.guidance-wrap .guidance-inner .guidance-content ul li {
  color: #A9A9A9;
  padding: 40px 20px;
  border-bottom: 1px solid rgba(169, 169, 169, 0.3411764706);
}
.guidance-wrap .guidance-inner .guidance-content ul li:last-child {
  border: none;
}
.guidance-wrap .guidance-inner .guidance-content p {
  color: white;
  font-weight: 600;
}

.img-content-wrap {
  position: relative;
}
.img-content-wrap .img-content-right-line-top-bg {
  background-image: url(../images/corpo-right-line.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 106px;
  height: 50vw;
  position: absolute;
  right: 5%;
  top: -20%;
  z-index: -1;
}
.img-content-wrap .img-content-right-line-middle-bg {
  background-image: url(../images/services-right-bg.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 106px;
  height: 50vw;
  position: absolute;
  right: 5%;
  top: 30%;
  z-index: -1;
}
.img-content-wrap .img-content {
  margin-top: 80px;
  position: relative;
}
.img-content-wrap .img-content .img-content-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.img-content-wrap .img-content .img-content-item:nth-child(even) {
  flex-direction: row-reverse;
}
.img-content-wrap .img-content .img-content-item .content {
  padding: 5%;
  max-width: 750px;
  margin-right: 0;
  margin-left: auto;
}
.img-content-wrap .img-content .img-content-item .image {
  background-position: center;
  background-size: cover;
  min-height: 750px;
}
.img-content-wrap .row:nth-child(2n) .content {
  text-align: right;
  margin-right: auto;
  margin-left: 0;
}

.bg-white * {
  color: #17161B;
}

.border {
  border-color: #000000 !important;
}

.graph-wrap {
  position: relative;
}
.graph-wrap .graph-left-bg {
  background-image: url(../images/lines-bg.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 30vw;
  height: 30vw;
}
.graph-wrap .graph-inner {
  display: flex;
  flex-wrap: wrap;
}
.graph-wrap .graph-inner .graph-left {
  flex: 0 0 40%;
  max-width: 40%;
  width: 100%;
}
.graph-wrap .graph-inner .graph-right {
  flex: 0 0 60%;
  max-width: 60%;
  width: 100%;
  padding-left: 80px;
}

.h1 {
  font-size: 90px;
  font-weight: 400;
}

.achievements-wrap {
  position: relative;
  padding-top: 150px;
  padding-bottom: 80px;
}
.achievements-wrap .achievements-left-bg {
  background-image: url(../images/achievement-left-bg.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: -150px;
  width: 30vw;
  height: 30vw;
}
.achievements-wrap .container {
  position: relative;
  z-index: 2;
}
.achievements-wrap .achievements-slider {
  margin-top: 100px;
}
.achievements-wrap .achievements-slider .achievements-item-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.achievements-wrap .achievements-slider .achievements-item-inner .achievements-content {
  flex: 0 0 50%;
  max-width: 50%;
  width: 100%;
  padding: 50px 45px 30px;
  background-color: #17161B;
  height: 100%;
}
.achievements-wrap .achievements-slider .achievements-item-inner .achievements-content p {
  color: #c2c2c2;
}
.achievements-wrap .achievements-slider .achievements-item-inner .achievements-content p small {
  color: #B7B7B7;
}
.achievements-wrap .achievements-slider .achievements-item-inner .achievements-content:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  bottom: -1px;
  right: -1px;
  width: 100px;
  height: 100px;
  background: linear-gradient(to bottom right, transparent 0%, transparent 50%, #ffffff 50%);
}
.achievements-wrap .achievements-slider .achievements-item-inner .achievements-content * {
  color: white;
}
.achievements-wrap .achievements-slider .achievements-item-inner .achievements-content .achievement-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.achievements-wrap .achievements-slider .achievements-item-inner .achievements-content .achievement-link a {
  color: #00E5C2;
  margin: 25px 0;
  color: #B7B7B7;
  font-size: 16px;
}
.achievements-wrap .achievements-slider .achievements-item-inner .achievements-content .achievement-link a:hover {
  color: #00E5C2;
}
.achievements-wrap .achievements-slider .achievements-item-inner .achievements-content .achievement-link a.btn {
  font-size: 23px;
  color: #1C1B20;
}
.achievements-wrap .achievements-slider .achievements-item-inner .achievements-content .achievement-link a.btn:hover {
  color: #17161B;
}
.achievements-wrap .achievements-slider .achievements-item-inner .achievements-content .achievement-link a img {
  display: inline-block;
}
.achievements-wrap .achievements-slider .achievements-item-inner .achievements-img {
  flex: 0 0 50%;
  max-width: 50%;
  width: 100%;
  height: 100%;
  /*background: rgb(255,255,255);
  background: -moz-linear-gradient(130deg, rgba(255,255,255,1) 0%, rgba(222,222,222,1) 100%);
  background: -webkit-linear-gradient(130deg, rgba(255,255,255,1) 0%, rgba(222,222,222,1) 100%);
  background: linear-gradient(130deg, rgba(255,255,255,1) 0%, rgba(222,222,222,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#dedede",GradientType=1);
  padding: 40px;*/
  display: flex;
  justify-content: center;
  align-items: center;
}
.achievements-wrap .achievements-slider .achievements-item-inner .achievements-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.achievements-wrap .custom-arrows.custom-arrows-achievements .slick-arrow {
  filter: brightness(0);
  margin-top: -100px;
  transition: 0.3s;
}
.achievements-wrap .custom-arrows.custom-arrows-achievements .slick-arrow:before {
  display: none;
}
.achievements-wrap .custom-arrows.custom-arrows-achievements .slick-arrow:hover {
  filter: brightness(1);
  background-color: #17161B;
}
.achievements-wrap .slick-dots {
  margin: 50px auto;
}
.achievements-wrap .slick-dots li button {
  width: auto;
  height: auto;
  padding: 5px 10px;
  background-color: transparent;
  text-indent: 0;
  color: #17161B;
  font-size: 16px;
}
.achievements-wrap .slick-dots li.slick-active button {
  font-weight: 600;
}

.certificate-detail-content {
  padding: 0 60px;
}

.mission-vision-wrap {
  margin: 150px 0;
  position: relative;
}
.mission-vision-wrap .mission-vision-right-bg {
  background-image: url(../images/ceo-left-bg.svg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  position: absolute;
  right: 0;
  top: -40%;
  width: 30vw;
  height: 30vw;
  z-index: -1;
}
.mission-vision-wrap .mission-vision-inner {
  border-radius: 40px;
  padding: 80px 40px;
  position: relative;
  background: linear-gradient(222deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-backdrop-filter: blur(20.5px);
          backdrop-filter: blur(20.5px);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 1px solid rgba(255, 255, 255, 0.05);
}
.mission-vision-wrap .mission-vision-inner:before {
  content: "";
  position: absolute;
  width: 1px;
  height: calc(100% - 160px);
  background-color: rgba(255, 255, 255, 0.2);
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
}
.mission-vision-wrap .mission-vision-inner p {
  text-align: justify;
}
.mission-vision-wrap .mission-vision-inner .col-md-6 {
  padding: 0 40px;
}

.content-center-wrap {
  padding: 100px 0;
}
.content-center-wrap .content-center {
  padding: 60px 100px;
}

.ceo-wrap {
  position: relative;
}
.ceo-wrap .ceo-left-bg {
  background-image: url(../images/lines.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 15%;
  top: 0;
  width: 30vw;
  height: 30vw;
  z-index: -1;
  background-size: 100% 100%;
}
.ceo-wrap .ceo-section {
  display: flex;
  flex-wrap: wrap;
}
.ceo-wrap .ceo-section .ceo-img {
  flex: 0 0 50%;
  max-width: 50%;
  width: 100%;
  position: relative;
  transition: 0.3s;
}
.ceo-wrap .ceo-section .ceo-img span.ceo-pic {
  display: block;
  text-align: right;
  padding-right: 15%;
  margin-top: -50px;
  transition: 0.3s;
}
.ceo-wrap .ceo-section .ceo-img span.ceo-icon-1 {
  position: absolute;
  left: 15%;
  top: 250px;
  max-width: 500px;
  width: 100%;
  transition: 0.3s;
}
.ceo-wrap .ceo-section .ceo-img span.ceo-icon-1 img {
  width: 100%;
  transition: 0.3s;
}
.ceo-wrap .ceo-section .ceo-img span.ceo-icon-2 {
  position: absolute;
  right: 15%;
  top: 330px;
  z-index: -1;
  transition: 0.3s;
}
.ceo-wrap .ceo-section .ceo-img span.ceo-icon-3 {
  border-radius: 30px;
  background: linear-gradient(50deg, #F85F2F 0%, #5F1DEC 100%);
  width: 325px;
  height: 241px;
  position: absolute;
  top: 0;
  right: 65%;
  z-index: -1;
  transition: 0.3s;
}
.ceo-wrap .ceo-section .ceo-img span.ceo-icon-3 img {
  display: none;
}
.ceo-wrap .ceo-section .ceo-img span.ceo-icon-4 {
  position: absolute;
  top: 25%;
  z-index: 1;
  left: -20%;
  transition: 0.3s;
}
.ceo-wrap .ceo-section .ceo-img span.ceo-icon-4 img {
  width: 178px;
  height: 178px;
  -webkit-backdrop-filter: blur(24px);
  -moz-backdrop-filter: blur(24px);
  -o-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  transition: 0.3s;
  border-radius: 30px;
}
.ceo-wrap .ceo-section .ceo-img:hover span.ceo-pic {
  margin-top: -80px;
  margin-bottom: 30px;
}
.ceo-wrap .ceo-section .ceo-img:hover span.ceo-icon-1 {
  top: 210px;
}
.ceo-wrap .ceo-section .ceo-img:hover span.ceo-icon-2 {
  right: 16%;
  top: 300px;
}
.ceo-wrap .ceo-section .ceo-img:hover span.ceo-icon-3 {
  width: 300px;
}
.ceo-wrap .ceo-section .ceo-img:hover span.ceo-icon-4 {
  left: -10%;
}
.ceo-wrap .ceo-section .ceo-content {
  flex: 0 0 50%;
  max-width: 50%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ceo-wrap .ceo-section .ceo-content h4 {
  font-size: 28px;
  font-weight: 400;
  color: #00E5C2;
}
.ceo-wrap .ceo-section .ceo-content .designation {
  padding: 40px 0;
  color: white;
  border-bottom: 1px solid #A9A9A9;
  align-items: flex-end;
  max-width: 588px;
  width: 100%;
  margin-right: 0;
  margin-left: auto;
}
.ceo-wrap .ceo-section .ceo-content .designation p {
  color: white;
  margin-bottom: 0;
}

.our-team {
  position: relative;
  margin-top: 150px;
}
.our-team .slick-dots {
  margin: 0;
}
.our-team .our-team-left-bg {
  background-image: url(../images/ceo-left-bg.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: -10%;
  width: 30vw;
  height: 30vw;
  z-index: -1;
}
.our-team .team-wrap {
  display: flex;
  flex-wrap: wrap;
}
.our-team .team-wrap .title {
  flex: 0 0 30%;
  max-width: 30%;
  width: 100%;
  text-align: right;
  padding-right: 5%;
  padding-top: 10%;
}
.our-team .team-wrap .our-team-inner {
  flex: 0 0 70%;
  max-width: 70%;
  width: 100%;
}

.our-team-inner .slick-slide {
  padding-top: 20px;
}
.our-team-inner .team-item {
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.our-team-inner .team-item .team-img {
  position: relative;
}
.our-team-inner .team-item .team-img:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url(../images/team-border.svg);
  z-index: 2;
  background-size: cover;
  background-position: center bottom;
  opacity: 0;
  transition: 0.3s;
}
.our-team-inner .team-item .team-img .social-icon {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 3;
}
.our-team-inner .team-item .team-img .social-icon ul {
  padding-left: 0;
}
.our-team-inner .team-item .team-img .team-member-img {
  border-radius: 15px;
  overflow: hidden;
  transition: 0.3s;
}
.our-team-inner .team-item .team-img .team-member-img img {
  width: 100%;
}
.our-team-inner .team-item .team-img .team-content {
  opacity: 0;
  transition: 0.3s;
  z-index: 2;
  position: relative;
  padding: 20px;
  position: absolute;
  bottom: 0;
}
.our-team-inner .team-item .team-img:after {
  content: "";
  width: 100%;
  height: 90%;
  left: 0;
  bottom: 0;
  border-radius: 15px;
  background: linear-gradient(360deg, #17161B 0%, rgba(23, 22, 27, 0) 100%);
  position: absolute;
  z-index: 1;
}
.our-team-inner .team-item .team-img:hover:before {
  opacity: 0.5;
}
.our-team-inner .team-item .team-img:hover .team-member-img {
  margin-top: -20px;
}
.our-team-inner .team-item .team-img:hover .team-content {
  margin-top: -80px;
}
.our-team-inner .team-item .team-img:hover .team-content {
  opacity: 1;
}

.industries-wrap {
  position: relative;
}
.industries-wrap .industries-left-bg {
  background-image: url(../images/lines.svg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  bottom: -15%;
  width: 30vw;
  height: 30vw;
  z-index: -1;
}
.industries-wrap .industries-right-bg {
  background-image: url(../images/home-banner-left-bg.svg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  top: -25%;
  width: 30vw;
  height: 30vw;
  z-index: -1;
}
.industries-wrap .industries-slider {
  margin: 100px 0 30px;
  position: relative;
}
.industries-wrap .industries-slider .industries-img {
  position: relative;
}
.industries-wrap .industries-slider .industries-img:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  width: 200px;
  height: 200px;
  background: linear-gradient(to bottom right, transparent 0%, transparent 50%, #17161B 50%);
}
.industries-wrap .industries-slider .industries-content {
  background: white;
  max-width: calc(100% - 450px);
  margin: -100px auto 0 130px;
  position: relative;
  padding: 50px 85px 60px;
  position: relative;
}
.industries-wrap .industries-slider .industries-content:before {
  content: "";
  background: rgb(0, 229, 194);
  background: linear-gradient(90deg, rgb(0, 229, 194) 0%, rgb(95, 29, 236) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00e5c2", endColorstr="#5f1dec", GradientType=1);
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
.industries-wrap .industries-slider .industries-content:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  bottom: -1px;
  right: -1px;
  width: 100px;
  height: 100px;
  background: linear-gradient(to bottom right, transparent 0%, transparent 50%, #17161B 50%);
}
.industries-wrap .industries-slider .industries-content h2 {
  color: #17161B;
  position: relative;
}
.industries-wrap .industries-slider .industries-content p {
  color: #17161B;
  font-weight: 500;
  position: relative;
}
.industries-wrap .industries-slider .industries-content a {
  color: #8B8B8B;
  display: flex;
  justify-content: end;
  align-items: center;
  font-size: 16px;
  position: relative;
}
.industries-wrap .industries-slider .industries-content a:hover {
  color: #00E5C2;
}
.industries-wrap .industries-slider .industries-content a img {
  max-width: 20px;
  margin-left: 15px;
}
.industries-wrap .industries-slider .industries-content:hover * {
  color: white;
}
.industries-wrap .industries-slider .industries-content:hover a img {
  filter: brightness(1);
}
.industries-wrap .industries-slider .industries-content:hover:before {
  width: 100%;
  height: 100%;
}
.industries-wrap .custom-arrows-industries {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -40px;
}
.industries-wrap .slick-dots {
  position: absolute;
  right: 100px;
  bottom: -25px;
  margin: 0;
}
.industries-wrap .slick-dots li button {
  width: auto;
  height: auto;
  padding: 5px 10px;
  background-color: transparent;
  text-indent: 0;
  color: #A9A9A9;
  font-size: 16px;
}
.industries-wrap .slick-dots li.slick-active button {
  color: white;
  font-weight: 700;
}

.download-profile-wrap {
  position: relative;
}
.download-profile-wrap span.object-left {
  display: block;
  position: absolute;
  top: 15%;
  left: 0;
  width: 30vw;
  z-index: -1;
}
.download-profile-wrap span.object-right {
  display: block;
  position: absolute;
  top: 45%;
  right: 0;
  width: 30vw;
  z-index: -1;
  text-align: right;
}
.download-profile-wrap span.object-right img {
  display: block;
  margin: 0 0 0 auto;
}
.download-profile-wrap span.hand-left {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 22vw;
}
.download-profile-wrap span.hand-right {
  display: block;
  position: absolute;
  top: 20%;
  right: 0;
  width: 22vw;
}
.download-profile-wrap span.hand-right img {
  display: block;
  margin: 0 0 0 auto;
}
.download-profile-wrap .download-right-line-bg {
  background-image: url(../images/services-right-bg.svg);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 100% 100%;
  width: 86px;
  height: 100%;
  max-height: 500px;
  position: absolute;
  right: 5%;
  top: 20%;
  transform: translateY(-50%);
  z-index: -1;
}
.download-profile-wrap .download-profile-card {
  border-radius: 30px;
  background: white;
}
.download-profile-wrap .download-profile-card .download-profile-card-inner {
  padding: 7% 12%;
}
.download-profile-wrap .download-profile-card .download-profile-card-inner * {
  position: relative;
  z-index: 1;
}
.download-profile-wrap .download-profile-card .download-profile-card-inner h2 {
  color: #17161B;
  margin-bottom: 35px;
}
.download-profile-wrap .download-profile-card .download-profile-card-inner p {
  color: #7C7C7C;
  margin-bottom: 35px;
}
.download-profile-wrap .download-profile-card .download-profile-card-inner .profile-types {
  margin-bottom: 40px;
}
.download-profile-wrap .download-profile-card .download-profile-card-inner .profile-types button {
  border-radius: 10px;
  background: #E8E8E8;
  margin: 7px;
  color: #5B5B5B;
  font-size: 22px;
  font-weight: 500;
  padding: 15px 55px;
  border: none;
}
.download-profile-wrap .download-profile-card .download-profile-card-inner .profile-types button.active {
  background-color: #00E5C2;
}
.download-profile-wrap .download-profile-card .download-btn .btn {
  width: 100%;
}
.download-profile-wrap.download-profile-wrap-services span.hand-left {
  top: 25%;
}
.download-profile-wrap.download-profile-wrap-services span.hand-right {
  top: 0%;
}

.filter-wrap {
  display: flex;
  align-items: center;
}
.filter-wrap .filter-search {
  flex: 0 0 35%;
  max-width: 35%;
  width: 100%;
}
.filter-wrap .filter-search .form-group {
  position: relative;
}
.filter-wrap .filter-search .form-group .form-control {
  border-radius: 47px;
  background: #25242B;
  color: white;
  border: none;
  padding: 15px 30px 15px 50px;
  font-size: 16px;
  height: 47px;
}
.filter-wrap .filter-search .form-group input[type=submit] {
  background-color: transparent;
  border: none;
  background-image: url(../images/search.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 4px;
  left: 5px;
  padding: 0;
  min-width: inherit;
}
.filter-wrap .filter-menu {
  flex: 0 0 65%;
  max-width: 65%;
  width: 100%;
}
.filter-wrap .filter-menu ul {
  list-style: none;
  text-align: right;
  padding-left: 0;
}
.filter-wrap .filter-menu ul li {
  display: inline-block;
  padding: 10px 15px;
}
.filter-wrap .filter-menu ul li a {
  color: #A9A9A9;
  font-size: 16px;
  padding: 10px 20px;
  border-radius: 50px;
}
.filter-wrap .filter-menu ul li.active a {
  background-color: #5F1DEC;
  color: white;
}
.filter-wrap.case-studies-filter .filter-search {
  flex: 0 0 65%;
  max-width: 65%;
  padding-right: 20px;
}
.filter-wrap.case-studies-filter .filter-menu {
  flex: 0 0 35%;
  max-width: 35%;
}
.filter-wrap.case-studies-filter .filter-menu .form-control {
  background-color: #5F1DEC;
  border-color: #5F1DEC;
  color: white;
  border-radius: 50px;
  height: 47px;
  margin-bottom: 1rem;
  font-size: 16px;
  padding: 10px 20px;
}

.indu-case-studies .container {
  padding-left: 60px;
  padding-right: 60px;
}

.blog-list {
  position: relative;
}
.blog-list .blog-list-left-top-bg {
  background-image: url(../images/contact-content-left-bg.svg);
  background-repeat: no-repeat;
  background-position: -100px 0;
  position: absolute;
  left: 0;
  top: -12%;
  width: 30vw;
  height: 30vw;
  z-index: -1;
  background-size: 100% 100%;
}
.blog-list .blog-list-left-middle-line-bg {
  background-image: url(../images/corpo-contacts-left-line-bg.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30vw;
  height: 100px;
  position: absolute;
  left: 0;
  top: 40%;
  z-index: -1;
}
.blog-list .blog-list-right-top-bg {
  background-image: url(../images/lines.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 2%;
  top: 10%;
  width: 30vw;
  height: 30vw;
  z-index: -1;
  background-size: 100% 100%;
}
.blog-list .blog-list-left-bottom-bg {
  background-image: url(../images/lines.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0%;
  bottom: 0%;
  width: 30vw;
  height: 30vw;
  z-index: -1;
  background-size: 100% 100%;
}
.blog-list .blog-list-right-top-line-blue-bg {
  background-image: url(../images/blue-line-vertical.svg);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 100% 100%;
  width: 86px;
  height: 50vw;
  position: absolute;
  right: 3%;
  top: -20%;
  z-index: -1;
}
.blog-list .blog-list-right-mddle-line-bg {
  background-image: url(../images/corpo-right-line.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 86px;
  height: 50vh;
  position: absolute;
  right: 5%;
  top: 25%;
  z-index: -1;
}
.blog-list .latest-blog {
  display: flex;
  flex-wrap: wrap;
  margin: 40px -15px;
}
.blog-list .latest-blog.latest-blog-slider {
  padding-top: 50px;
  position: relative;
  /*.latest-blog-item {
      .latest-blog-content {

          h5,
          p {
              height: auto !important;
          }
      }
  }*/
  /*&:before {
      content: "";
      width: 25%;
      height: 100%;
      background: linear-gradient(90deg, #17161B 0%, rgba(23, 22, 27, 0.71) 57.57%, rgba(23, 22, 27, 0.00) 100%);
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
  }
  &:after {
      content: "";
      width: 25%;
      height: 100%;
      background: linear-gradient(270deg, #17161B 0%, rgba(23, 22, 27, 0.71) 57.57%, rgba(23, 22, 27, 0.00) 100%);
      position: absolute;
      top: 0;
      right: 0;
      z-index: 1s;
  }*/
}
.blog-list .latest-blog.latest-blog-slider .latest-blog-item {
  flex: 0 0 100%;
  max-width: 100%;
}
.blog-list .latest-blog.latest-blog-slider .slick-dots {
  margin: 50px auto -90px;
}
.blog-list .latest-blog.latest-blog-slider .slick-dots li.slick-active button {
  background: linear-gradient(46deg, #FAFF1E 0%, #FF7A00 100%);
}
.blog-list .latest-blog .latest-blog-item {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  width: 100%;
  margin-bottom: 30px;
}
.blog-list .latest-blog .latest-blog-item.first-blog {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.blog-list .latest-blog .latest-blog-item.first-blog:after {
  content: "";
  background-color: #A9A9A9;
  height: 1px;
  width: calc(100% - 30px);
  display: block;
  position: absolute;
  bottom: 0;
  opacity: 0.4;
}
.blog-list .latest-blog .latest-blog-item.first-blog .relative {
  display: flex;
  flex-direction: row-reverse;
  border-radius: 30px;
}
.blog-list .latest-blog .latest-blog-item.first-blog .relative .latest-blog-img {
  margin-bottom: 0;
  flex: 0 0 65%;
  max-width: 65%;
  width: 100%;
  border-radius: 30px;
}
.blog-list .latest-blog .latest-blog-item.first-blog .relative .latest-blog-img .img-holder {
  padding-bottom: 57%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: 0.3s;
  height: 100%;
}
.blog-list .latest-blog .latest-blog-item.first-blog .relative .latest-blog-img .img-holder:hover {
  transform: scale(1.1);
}
.blog-list .latest-blog .latest-blog-item.first-blog .relative .latest-blog-img:hover .img-holder {
  transform: scale(1.1);
}
.blog-list .latest-blog .latest-blog-item.first-blog .relative .latest-blog-img img {
  border-radius: 30px;
}
.blog-list .latest-blog .latest-blog-item.first-blog .relative .latest-blog-content {
  flex: 0 0 35%;
  max-width: 35%;
  width: 100%;
  padding: 30px;
}
.blog-list .latest-blog .latest-blog-item.first-blog .relative .latest-blog-content h5 {
  font-size: 40px;
}
.blog-list .latest-blog .latest-blog-item.first-blog .relative .latest-blog-content p {
  font-size: 20px;
}
.blog-list .latest-blog .latest-blog-item.first-blog .relative .latest-blog-content .btn {
  display: none;
}
.blog-list .latest-blog .latest-blog-item .relative {
  background-color: rgb(31, 30, 36);
  border-radius: 20px;
  height: 100%;
}
.blog-list .latest-blog .latest-blog-item .latest-blog-img {
  border-radius: 20px;
  position: relative;
}
.blog-list .latest-blog .latest-blog-item .latest-blog-img .img-holder {
  padding-bottom: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: 0.3s;
}
.blog-list .latest-blog .latest-blog-item .latest-blog-img .img-holder:hover {
  transform: scale(1.1);
}
.blog-list .latest-blog .latest-blog-item .latest-blog-img:hover .img-holder {
  transform: scale(1.1);
}
.blog-list .latest-blog .latest-blog-item .latest-blog-img .blog-author {
  display: flex;
  align-items: center;
  background-color: white;
  color: #17161B;
  padding: 10px 20px 10px 10px;
  border-radius: 50px;
  position: absolute;
  left: 30px;
  bottom: 30px;
  font-size: 16px;
  font-weight: 500;
  pointer-events: none;
}
.blog-list .latest-blog .latest-blog-item .latest-blog-img .blog-author img {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  margin-right: 20px;
}
.blog-list .latest-blog .latest-blog-item .latest-blog-content {
  padding: 0 30px 30px;
}
.blog-list .latest-blog .latest-blog-item .latest-blog-content h6 {
  font-weight: 500;
}
.blog-list .latest-blog .latest-blog-item .latest-blog-content p {
  color: #a9a9a9;
}
.blog-list .latest-blog .latest-blog-item .latest-blog-content .btn {
  font-size: 23px;
  font-weight: 400;
  position: relative;
  border: none;
  overflow: hidden;
}
.blog-list .latest-blog .latest-blog-item .latest-blog-content .btn span {
  position: relative;
  z-index: 1;
}
.blog-list .latest-blog .latest-blog-item .latest-blog-content .btn:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  background: rgb(250, 255, 30);
  background: linear-gradient(220deg, rgb(250, 255, 30) 0%, rgb(255, 122, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#faff1e", endColorstr="#ff7a00", GradientType=1);
  border-radius: 10px;
}
.blog-list .latest-blog .latest-blog-item .latest-blog-content .btn:hover {
  background-color: #17161B;
}
.blog-list .latest-blog .latest-blog-item .latest-blog-content .btn:hover:after {
  width: 100%;
  height: 100%;
}
.blog-list.related-blog-list .latest-blog {
  margin-top: 0;
}

.blog-pagination {
  border-top: 1px solid #A9A9A9;
  border-bottom: 1px solid #A9A9A9;
  padding: 50px 0;
}
.blog-pagination .wp-pagenavi {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.blog-pagination .wp-pagenavi a,
.blog-pagination .wp-pagenavi span {
  padding: 10px;
  margin: 0 10px;
  font-size: 18px;
  color: #a9a9a9;
}
.blog-pagination .wp-pagenavi a:hover,
.blog-pagination .wp-pagenavi span:hover {
  color: white;
}
.blog-pagination .wp-pagenavi a.current,
.blog-pagination .wp-pagenavi span.current {
  color: white;
  font-weight: 700;
}
.blog-pagination .wp-pagenavi a.previouspostslink {
  background-image: url(../images/left-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: transparent;
  width: 80px;
  height: 80px;
  position: relative;
}
.blog-pagination .wp-pagenavi a.previouspostslink:before {
  border-radius: 54px;
  background: #00E5C2;
  filter: blur(26px);
  width: 54px;
  height: 54px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: 0.3s;
}
.blog-pagination .wp-pagenavi a.previouspostslink:hover::before {
  opacity: 1;
}
.blog-pagination .wp-pagenavi a.nextpostslink {
  background-image: url(../images/right-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: transparent;
  width: 80px;
  height: 80px;
  position: relative;
}
.blog-pagination .wp-pagenavi a.nextpostslink:before {
  border-radius: 54px;
  background: #00E5C2;
  filter: blur(26px);
  width: 54px;
  height: 54px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: 0.3s;
}
.blog-pagination .wp-pagenavi a.nextpostslink:hover::before {
  opacity: 1;
}

.btnLoadMore,
.btnLoadMoreCS {
  cursor: pointer;
  display: inline-block;
  background-color: white;
  border-color: white;
  border-radius: 10px;
  min-width: 100px;
  color: #17161B;
  font-size: 23px;
  font-weight: 600;
  padding: 15px;
  transition: 0.5s;
}
.btnLoadMore:hover, .btnLoadMore:focus, .btnLoadMore:active, .btnLoadMore:not(:disabled):not(.disabled):active,
.btnLoadMoreCS:hover,
.btnLoadMoreCS:focus,
.btnLoadMoreCS:active,
.btnLoadMoreCS:not(:disabled):not(.disabled):active {
  background-color: #00E5C2;
  border-color: #00E5C2;
  color: white;
  box-shadow: none;
}

.subscribe-wrap {
  border-top: 1px solid #A9A9A9;
  padding-top: 50px;
}
.subscribe-wrap .subscribe-inner {
  margin: 30px auto;
}
.subscribe-wrap h4 {
  font-size: 26px;
}
.subscribe-wrap .form-group {
  position: relative;
  max-width: 600px;
  margin: 30px auto;
}
.subscribe-wrap .form-group .subscribe-form {
  max-width: 600px;
  margin: 30px auto 0;
}
.subscribe-wrap .form-group .form-control {
  border-radius: 47px;
  background: #25242B;
  border: none;
  padding: 15px 200px 15px 25px;
  font-size: 16px;
  height: 51px;
  color: white;
}
.subscribe-wrap .form-group input[type=submit].btn {
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  min-width: inherit;
  color: #1C1B20;
  background: white;
  font-size: 18px;
  border-radius: 38px;
  position: absolute;
  padding: 12px 30px;
}

.blog-detail-page-heading.page-heading .container .main-title {
  max-width: inherit;
}

.indu-detail-img-left-bg {
  background-image: url(../images/home-banner-left-bg.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0%;
  top: -2%;
  width: 30vw;
  height: 30vw;
  z-index: -1;
  background-size: 100% 100%;
}

.indu-detail-img-right {
  background-image: url(../images/corpo-contacts-left-line-bg.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30vw;
  height: 100px;
  position: absolute;
  right: 0;
  background-position: center right;
  bottom: 0;
}

.indu-detail-left-bottom-line-bg {
  background-image: url(../images/corpo-right-line.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 106px;
  height: 50vw;
  position: absolute;
  left: 5%;
  top: 60%;
  z-index: -1;
}

.indu-detail-right-bottom-bg {
  background-image: url(../images/lines.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 0%;
  bottom: 15%;
  width: 30vw;
  height: 30vw;
  z-index: -1;
  background-size: 100% 100%;
}

.indu-content-right-line-bg {
  background-image: url(../images/services-right-bg.svg);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 100% 100%;
  width: 86px;
  height: 100%;
  max-height: 500px;
  position: absolute;
  right: 5%;
  bottom: -5%;
  z-index: -1;
}

.indu-detail-form-left-bottom-bg {
  background-image: url(../images/lines.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0%;
  top: 15%;
  width: 30vw;
  height: 30vw;
  z-index: -1;
  background-size: 100% 100%;
}

.indu-detail-form-right-bottom-bg {
  background-image: url(../images/lines.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 0%;
  bottom: 0;
  width: 30vw;
  height: 30vw;
  z-index: -1;
  background-size: 100% 100%;
}

.blog-detail-img {
  margin-top: 80px;
}
.blog-detail-img img {
  border-radius: 30px;
  width: 100%;
  height: auto;
}
.blog-detail-img .blog-detail-img-left-bg {
  background-image: url(../images/home-banner-left-bg.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0%;
  top: -50%;
  width: 30vw;
  height: 30vw;
  z-index: -1;
  background-size: 100% 100%;
}
.blog-detail-img .blog-detail-img-right-bg {
  background-image: url(../images/home-banner-left-bg.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 0%;
  bottom: -25%;
  width: 30vw;
  height: 30vw;
  z-index: -1;
  background-size: 100% 100%;
}
.blog-detail-img .blog-detail-right-top-line-blue-bg {
  background-image: url(../images/blue-line-vertical.svg);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 100% 100%;
  width: 86px;
  height: 50vw;
  position: absolute;
  right: 5%;
  top: -50%;
  z-index: -1;
}
.blog-detail-img .blog-detail-right-bottom-line-bg {
  background-image: url(../images/corpo-right-line.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 106px;
  height: 50vw;
  position: absolute;
  right: 5%;
  top: 60%;
  z-index: -1;
}

.blog-detail-content {
  margin-top: 80px;
}
.blog-detail-content .blog-detail-content-left {
  background-image: url(../images/corpo-contacts-left-line-bg.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30vw;
  height: 100px;
  position: absolute;
  left: 0;
  top: 15%;
  z-index: -1;
}
.blog-detail-content .blog-detail-left-bottom-bg {
  background-image: url(../images/lines.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0%;
  bottom: -20%;
  width: 30vw;
  height: 30vw;
  z-index: -1;
  background-size: 100% 100%;
}
.blog-detail-content .container h2 {
  margin-top: 60px;
}
.blog-detail-content .container ul {
  padding-left: 20px;
  color: #A9A9A9;
}
.blog-detail-content .container strong {
  color: white;
}
.blog-detail-content .industries-content-card {
  background: #1F1E24;
  padding: 40px;
  border-radius: 20px;
  margin: 15px 0;
  height: calc(100% - 30px);
}

.container-small {
  padding-left: 60px;
  padding-right: 60px;
}

hr {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.related-blog-list .related-blog-list-left-bg {
  background-image: url(../images/lines.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30vw;
  height: 30vw;
  position: absolute;
  left: 0;
  top: 15%;
  z-index: -1;
}
.related-blog-list .related-blog-list-right-bg {
  background-image: url(../images/corpo-contacts-left-line-bg.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 30vw;
  height: 100px;
  position: absolute;
  right: 0;
  top: 15%;
  z-index: -1;
}

.industries-list {
  position: relative;
  margin-top: 250px;
}
.industries-list .industries-serve-left-bg {
  background-image: url(../images/offices-left-bg.svg);
  background-repeat: no-repeat;
  background-position: 0 -50px;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: -7%;
  width: 30vw;
  height: 30vw;
  z-index: -1;
}
.industries-list .industries-serve-left-line-bg {
  background-image: url(../images/corpo-right-line.svg);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 100% 100%;
  width: 86px;
  height: 100%;
  max-height: 500px;
  position: absolute;
  left: 5%;
  top: 5%;
  transform: translateY(-50%);
  z-index: -1;
}
.industries-list .industries-serve-right-line-bg {
  background-image: url(../images/corpo-contacts-left-line-bg.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 30vw;
  height: 100px;
  position: absolute;
  left: 0;
  top: 50%;
}
.industries-list .industries-serve {
  margin-top: 150px;
}
.industries-list .industries-serve .industries-serve-item {
  align-items: flex-start;
  margin-bottom: 60px;
}
.industries-list .industries-serve .industries-serve-item:nth-child(odd) {
  flex-direction: row-reverse;
}
.industries-list .industries-serve .industries-serve-item .industries-img-wrap {
  border-radius: 30px;
  overflow: hidden;
}
.industries-list .industries-serve .industries-serve-item .industries-img-wrap img {
  width: 100%;
  height: auto;
  border-radius: 30px;
  box-shadow: 15px 19px 22px 0px rgba(0, 0, 0, 0.36);
  transition: 0.3s;
}
.industries-list .industries-serve .industries-serve-item .industries-img-wrap:hover img {
  transform: scale(1.1);
}
.industries-list .industries-serve .industries-serve-item .industries-content {
  padding: 20px;
}
.industries-list .industries-serve .industries-serve-item .industries-content .btn {
  background: #1F1E24;
  border-color: #1F1E24;
  font-size: 16px;
  font-weight: 400;
  color: #a9a9a9;
  margin: 35px 0 20px;
  padding: 10px 20px;
  border-radius: 7px;
}
.industries-list .industries-serve .industries-serve-item .industries-content .btn:hover {
  background-color: #00E5C2;
  color: white;
}
.industries-list .industries-serve .industries-serve-item .industries-content .custom-accordion {
  margin-top: 30px;
}
.industries-list .industries-serve .industries-serve-item .industries-content .custom-accordion h5 {
  font-size: 26px;
  cursor: pointer;
  position: relative;
  margin-bottom: 35px;
}
.industries-list .industries-serve .industries-serve-item .industries-content .custom-accordion h5 img {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0;
  right: 0;
}
.industries-list .industries-serve .industries-serve-item .industries-content .custom-accordion ul {
  list-style: none;
  padding-left: 0;
  height: 0;
  overflow: hidden;
  transition: 0.3s;
}
.industries-list .industries-serve .industries-serve-item .industries-content .custom-accordion ul li {
  font-size: 18px;
  color: #a9a9a9;
  border-bottom: 1px solid #a9a9a9;
  padding: 25px 10px;
}
.industries-list .industries-serve .industries-serve-item .industries-content .custom-accordion.active h5 img {
  transform: rotate(180deg);
}
.industries-list .industries-serve .industries-serve-item .industries-content .custom-accordion.active ul {
  height: auto;
}

.services-list-wrap {
  position: relative;
  padding-top: 150px;
}
.services-list-wrap .services-left-bg {
  background-image: url(../images/offices-left-bg.svg);
  background-repeat: no-repeat;
  background-position: 0 -50px;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: -15%;
  width: 30vw;
  height: 30vw;
  z-index: -1;
}
.services-list-wrap .services-left-bottom-bg {
  background-image: url(../images/lines.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: -25%;
  width: 30vw;
  height: 30vw;
  z-index: -1;
}
.services-list-wrap .services-right-bottom-bg {
  background-image: url(../images/lines.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  position: absolute;
  right: 0;
  bottom: -25%;
  width: 30vw;
  height: 30vw;
  z-index: -1;
}
.services-list-wrap .services-right-line-bg {
  background-image: url(../images/corpo-right-line.svg);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 100% 100%;
  width: 86px;
  height: 100%;
  max-height: 500px;
  position: absolute;
  right: 5%;
  top: 60%;
  transform: translateY(-50%);
  z-index: -1;
}
.services-list-wrap .services-right-top-line-bg {
  background-image: url(../images/corpo-contacts-left-line-bg.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 30vw;
  height: 100px;
  position: absolute;
  right: 0;
  top: 25%;
}
.services-list-wrap .services-list {
  margin: 100px 0 70px;
}
.services-list-wrap .services-list .services-item {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid #17161B;
  transition: 0.3s;
  margin-bottom: 20px;
}
.services-list-wrap .services-list .services-item .services-item-inner {
  display: flex;
  align-items: flex-end;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-bottom: 70%;
  overflow: hidden;
  transition: 0.3s;
  position: relative;
}
.services-list-wrap .services-list .services-item .services-item-inner:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgb(31, 30, 36);
  background: linear-gradient(0deg, rgb(31, 30, 36) 0%, rgba(31, 30, 36, 0.75) 50%, rgba(31, 30, 36, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1f1e24", endColorstr="#1f1e24", GradientType=1);
}
.services-list-wrap .services-list .services-item h4 {
  font-size: 26px;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 40px;
  z-index: 1;
  top: 0;
  left: 0;
  display: flex;
  align-content: flex-end;
  flex-wrap: wrap;
  max-width: 370px;
}
.services-list-wrap .services-list .services-item:hover {
  border-color: #00E5C2;
}
.services-list-wrap .services-list .services-item:hover .services-item-inner {
  transform: scale(1.2);
}
.services-list-wrap .services-list .row > [class*=col-] {
  padding-left: 10px;
  padding-right: 10px;
}
.services-list-wrap .services-list .row:nth-child(2) > [class*=col-]:first-child .services-item .services-item-inner, .services-list-wrap .services-list .row:nth-child(2) > [class*=col-]:last-child .services-item .services-item-inner {
  padding-bottom: 193%;
}
.services-list-wrap .services-list .row:nth-child(2) > [class*=col-]:nth-child(2) .services-item .services-item-inner {
  padding-bottom: 45.1%;
}

.modal {
  background: linear-gradient(223deg, rgba(255, 255, 255, 0.33) 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-backdrop-filter: blur(20.5px);
          backdrop-filter: blur(20.5px);
}
.modal .modal-title {
  color: #17161B;
}
.modal label.checkbox {
  color: #17161B;
  font-weight: normal;
  font-size: 16px;
}
.modal label.checkbox input {
  margin-right: 10px;
}
.modal label.checkbox a {
  color: #17161B;
}
.modal label.checkbox a:hover {
  color: #00E5C2;
}
.modal p {
  width: 100%;
}
.modal .wpcf7-spinner {
  position: absolute;
  left: 0;
  right: 0;
}
.modal .wpcf7-response-output {
  color: black;
  font-size: 14px;
}

.service-detail-title {
  margin-top: -15%;
  margin-bottom: 5%;
  position: relative;
}

.load-more {
  text-align: center;
}

.solutions-slider-wrap {
  position: relative;
  margin: 100px 0 50px;
}
.solutions-slider-wrap .solutions-slider-right-bg {
  background-image: url(../images/offices-left-bg.svg);
  background-repeat: no-repeat;
  background-position: left center;
  position: absolute;
  right: 10%;
  top: -35%;
  width: 30vw;
  height: 30vw;
  z-index: -1;
  background-size: 100% 100%;
}
.solutions-slider-wrap .solutions-right-line-top-bg {
  background-image: url(../images/green-line.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 5%;
  width: 30vw;
  height: 86px;
  z-index: -1;
}
.solutions-slider-wrap .solutions-right-line-bottom-bg {
  background-image: url(../images/corpo-contacts-left-line-bg.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 30vw;
  height: 100px;
  position: absolute;
  right: 0;
  bottom: 5%;
  z-index: -1;
}
.solutions-slider-wrap .title {
  margin-bottom: 30px;
}
.solutions-slider-wrap .solutions-slider .slick-list {
  padding: 0 32% !important;
}
.solutions-slider-wrap .solutions-slider .slick-track {
  display: flex;
  align-items: center;
}
.solutions-slider-wrap .solutions-slider .slick-slide {
  transform: scale(0.95);
  padding: 50px 10px 20px;
}
.solutions-slider-wrap .solutions-slider .slick-slide .solutions-slide-item {
  position: relative;
  border-radius: 40px;
  padding: 40px;
  text-align: center;
  background: linear-gradient(222deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-backdrop-filter: blur(20.5px);
  backdrop-filter: blur(20.5px);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 1px solid rgba(255, 255, 255, 0.05);
}
.solutions-slider-wrap .solutions-slider .slick-slide:nth-child(1n) .solutions-slide-item:before {
  content: "";
  position: absolute;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  top: 1px;
  left: 1px;
  z-index: 1;
  border-radius: 40px;
  background: linear-gradient(270deg, #17161B 0%, rgba(23, 22, 27, 0.71) 57.18%, rgba(23, 22, 27, 0.5) 100%);
}
.solutions-slider-wrap .solutions-slider .slick-slide:nth-child(2n) .solutions-slide-item:before {
  content: "";
  position: absolute;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  top: 1px;
  left: 1px;
  z-index: 1;
  border-radius: 40px;
  background: linear-gradient(90deg, #17161B 0%, rgba(23, 22, 27, 0.71) 57.18%, rgba(23, 22, 27, 0.5) 100%);
}
.solutions-slider-wrap .solutions-slider .slick-slide.slick-active.slick-center {
  transform: scale(1.05);
}
.solutions-slider-wrap .solutions-slider .slick-slide.slick-active.slick-center .solutions-slide-item:before {
  display: none;
}
.solutions-slider-wrap .custom-arrows-solutions {
  max-width: 1000px;
  width: 85%;
  height: 50px;
  top: 45%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
.solutions-slider-wrap .slick-dots li.slick-active button {
  background: linear-gradient(46deg, #FAFF1E 0%, #FF7A00 100%);
}

.services-slider .services-slider-left-bg {
  background-image: url(../images/offices-left-bg.svg);
  background-repeat: no-repeat;
  background-position: left center;
  position: absolute;
  left: 0%;
  top: -30%;
  width: 30vw;
  height: 30vw;
  z-index: -1;
  background-size: 100% 100%;
}
.services-slider .services-slider-left-bottom-bg {
  background-image: url(../images/lines.svg);
  background-repeat: no-repeat;
  background-position: -150px center;
  background-size: 100% 100%;
  position: absolute;
  left: 0%;
  bottom: 0%;
  width: 30vw;
  height: 30vw;
  z-index: -1;
}
.services-slider .services-slider-left-line-bg {
  background-image: url(../images/services-right-bg.svg);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 100% 100%;
  width: 86px;
  height: 100%;
  max-height: 500px;
  position: absolute;
  left: 5%;
  bottom: 10%;
  z-index: -1;
}
.services-slider .services-slider-right-line-bg {
  background-image: url(../images/corpo-right-line.svg);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 100% 100%;
  width: 86px;
  height: 100%;
  max-height: 500px;
  position: absolute;
  right: 5%;
  top: 10%;
  z-index: -1;
}

.services-case {
  margin: 100px 0 0;
}

span.services-case-left-top-bg {
  background-image: url(../images/home-banner-right-bg.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  position: absolute;
  left: 10%;
  top: 0%;
  width: 30vw;
  height: 30vw;
  z-index: -1;
}

span.services-case-left-bg {
  background-image: url(../images/lines.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  position: absolute;
  left: 0%;
  bottom: 0%;
  width: 30vw;
  height: 30vw;
  z-index: -1;
}

.error-page {
  background-image: url(../images/404.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 100vh;
}

.page-heading {
  margin-top: 250px;
}
.page-heading .container .main-title {
  max-width: 1250px;
}

.desktop {
  display: block !important;
}

.mobile {
  display: none !important;
}

.desktop-footer-links {
  display: block !important;
}

.mobile-footer-links {
  display: none !important;
}

.sticky-btn {
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: block;
  z-index: 1;
}
.sticky-btn:after {
  border-radius: 22px;
  background: linear-gradient(50deg, #5709DD 0%, #00E5C2 100%);
  content: "";
  width: 88px;
  height: 88px;
  position: absolute;
  right: 120px;
  bottom: 30px;
  z-index: -1;
  transition: 0.3s;
}
.sticky-btn a {
  border-radius: 20px;
  border-top: 1px solid rgba(177, 177, 177, 0.2);
  border-right: 1px solid rgba(177, 177, 177, 0.4352941176);
  border-bottom: 1px solid rgba(177, 177, 177, 0.4352941176);
  border-left: 1px solid rgba(177, 177, 177, 0.2);
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(20.5px);
  -moz-backdrop-filter: blur(20.5px);
  -o-backdrop-filter: blur(20.5px);
  backdrop-filter: blur(20.5px);
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
}
.sticky-btn a:hover {
  color: white;
}
.sticky-btn:hover:after {
  right: 30px;
}

section.section.testimonial-wrap, 
section.case-studies-wrap,
section.latest-blog-wrap,
.footer-theme-2-logo{
  display: none !important;
}

p:empty {
  display: none;
}

.whatsapp-icon {
  position: fixed;
  bottom: 30px;
  right: 30px;
  max-width: 60px;
  transition: 0.3s;
  z-index: 9;
}
.whatsapp-icon:hover {
  transform: scale(1.1);
}

.page-template-careers .whatsapp-icon {
  bottom: 30px;
  left: 30px;
}

/* Responsive CSS */
@media screen and (min-width: 1500px) {
  .container {
    max-width: 1440px;
  }
}
@media screen and (max-width: 1900px) {
  .sticky-btn:after {
    border-radius: 14px;
    width: 55px;
    height: 55px;
    right: 90px;
    bottom: 20px;
  }
  .sticky-btn a {
    border-radius: 14px;
    padding: 20px;
    font-size: 16px;
  }
  .page-heading {
    margin-top: 200px;
  }
}
@media screen and (max-width: 1499px) {
  body {
    font-size: 18px;
  }
  section.section {
    padding: 40px 0;
  }
  .h1 {
    font-size: 60px;
  }
  h2 {
    font-size: 45px;
  }
  header.header .logo {
    margin-right: 10px;
  }
  header.header .navbar-brand img {
    max-height: 50px;
  }
  header.header .navbar-nav li {
    margin: 0 10px;
  }
  header.header .navbar-nav li a {
    font-size: 12px;
  }
  .banner-wrapper .banner .banner-content h1 {
    font-size: 70px;
  }
  .banner-wrapper .banner .banner-img .banner-img-1 {
    width: 200px;
    height: 200px;
  }
  .banner-wrapper .banner .banner-img .banner-img-2 {
    width: 300px;
    height: 300px;
  }
  .banner-wrapper .banner .banner-img .banner-img-3 {
    width: 350px;
    height: 450px;
  }
  .ceo-message-wrap .ceo-message-inner h2 {
    font-size: 60px;
  }
  .about-banner .inner-banner {
    min-height: 90vh;
    height: 400px;
  }
  .about-banner .banner-content h1 {
    font-size: 60px;
  }
  .about-banner .banner-content p {
    font-size: 22px;
  }
  .stats-wrap {
    position: relative;
  }
  .stats-wrap .counter-item h3 {
    font-size: 70px;
    line-height: 100px;
  }
  .stats-wrap .counter-item span {
    font-size: 70px;
  }
  .stats-wrap .counter-item p {
    font-size: 16px;
  }
  .stats-wrap .counter-item:hover h3 {
    font-size: 80px;
  }
  .stats-wrap .counter-item:hover span {
    font-size: 80px;
  }
  .custom-arrows .slick-arrow {
    width: 50px;
    height: 50px;
  }
  .page-heading {
    margin-top: 150px;
  }
  .blog-list .latest-blog .latest-blog-item.first-blog .relative .latest-blog-content h5 {
    font-size: 30px;
    margin-top: 20px;
  }
  .blog-list .latest-blog .latest-blog-item.first-blog .relative .latest-blog-content p {
    font-size: 14px;
  }
  .filter-wrap .filter-menu ul li {
    padding: 10px 0;
  }
  .filter-wrap .filter-menu ul li a {
    padding: 5px 10px;
  }
  .industries-list .industries-serve .industries-serve-item .industries-content .btn {
    font-size: 16px;
    margin: 15px 0 30px;
  }
  .industries-list .industries-serve .industries-serve-item .industries-content .custom-accordion h5 {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .industries-list .industries-serve .industries-serve-item .industries-content .custom-accordion ul li {
    font-size: 14px;
    padding: 15px 0;
  }
  .about-content .about-content-inner {
    padding: 30px;
  }
  .about-content .about-content-inner .about-content-icon {
    flex: 0 0 100px;
    max-width: 100px;
  }
  .about-content .about-content-inner .about-content-inner-content {
    flex: 0 0 calc(100% - 150px);
    max-width: calc(100% - 150px);
  }
  .ceo-wrap .ceo-section .ceo-img span.ceo-icon-1 {
    left: 2%;
    max-width: 400px;
  }
  .ceo-wrap .ceo-section .ceo-img span.ceo-icon-3 {
    width: 225px;
    height: 141px;
  }
  .ceo-wrap .ceo-section .ceo-img span.ceo-icon-4 {
    width: 100px;
    height: 100px;
    top: 10%;
    left: 0;
  }
  .ceo-wrap .ceo-section .ceo-img span.ceo-icon-4 img {
    width: 100px;
    height: 100px;
  }
  .ceo-wrap .ceo-section .ceo-img:hover span.ceo-icon-1 {
    left: 2%;
    max-width: 400px;
  }
  .ceo-wrap .ceo-section .ceo-img:hover span.ceo-icon-3 {
    width: 200px;
  }
  .ceo-wrap .ceo-section .ceo-img:hover span.ceo-icon-4 {
    left: 5%;
  }
  .sticky-btn:after {
    border-radius: 10px;
    width: 48px;
    height: 48px;
    right: 80px;
    bottom: 15px;
  }
  .sticky-btn a {
    border-radius: 10px;
    padding: 15px;
    font-size: 12px;
  }
  .main-title h1 {
    font-size: 70px;
  }
  .sub-title p {
    font-size: 24px;
  }
  .blog-list .latest-blog .latest-blog-item .latest-blog-img .blog-author {
    padding: 5px 10px 5px 5px;
    font-size: 14px;
  }
  .blog-list .latest-blog .latest-blog-item .latest-blog-img .blog-author img {
    width: 30px;
    height: 30px;
  }
  .blog-list .latest-blog .latest-blog-item .latest-blog-content p {
    font-size: 14px;
  }
  .blog-list .latest-blog .latest-blog-item .latest-blog-content .btn {
    font-size: 18px;
  }
  .btnLoadMore,
  .btnLoadMoreCS {
    font-size: 18px;
  }
  .subscribe-wrap .form-group input[type=submit].btn {
    font-size: 16px;
  }
  .corpo-contacts-wrap .corpo-contacts-list .corpo-contacts-list-item .corpo-content h5 {
    font-size: 20px;
  }
  .latest-update .latest-update-item .latest-update-content h5 {
    font-size: 15px;
  }
  .latest-update .latest-update-item .latest-update-content p {
    font-size: 12px;
  }
  .guidance-wrap .guidance-inner .guidance-content ul li {
    padding: 25px 10px;
  }
  .services-list-wrap .services-list .services-item h4 {
    font-size: 22px;
  }
  .join-community-wrap .join-community-card p {
    font-size: 18px;
  }
  .offices-wrap .offices-left-bg {
    top: -250px;
  }
  .offices-wrap .offices-list .offices-list-item .office-content .office-heading h6 {
    font-size: 18px;
  }
  .latest-update .slick-dots {
    bottom: -80px;
  }
}
/* 1499 end */
@media screen and (max-width: 1365px) {
  body {
    font-size: 16px;
  }
  h1 {
    font-size: 45px;
  }
  h2 {
    font-size: 35px;
  }
  h3 {
    font-size: 30px;
  }
  h4 {
    font-size: 24px;
  }
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 14px;
  }
  header.header {
    /*.navbar-nav {
        li {
            margin: 0 10px;

            a {
                font-size: 14px;
            }
        }
    }

    .social-icon {
        display: none;
    }*/
  }
  header.header .navbar-brand img {
    max-width: 225px;
  }
  .banner-wrapper .banner .banner-item {
    height: auto;
    max-height: inherit;
  }
  .banner-wrapper .banner .banner-item .area {
    min-height: 650px;
  }
  .banner-wrapper .banner .banner-content h1 {
    font-size: 60px;
  }
  .banner-wrapper .banner .banner-content p {
    font-size: 20px;
  }
  .banner-wrapper .banner .banner-img .banner-img-1 {
    width: 200px;
    height: 200px;
  }
  .banner-wrapper .banner .banner-img .banner-img-2 {
    width: 300px;
    height: 300px;
  }
  .banner-wrapper .banner .banner-img .banner-img-3 {
    width: 400px;
    height: 500px;
  }
  .main-title h1 {
    font-size: 70px;
  }
  .sub-title p {
    font-size: 22px;
  }
  .filter-wrap {
    flex-wrap: wrap;
    max-width: 900px;
    margin: 0 auto;
  }
  .filter-wrap .filter-search {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .filter-wrap .filter-menu {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .filter-wrap .filter-menu ul {
    text-align: center;
  }
  .blog-list .latest-blog .latest-blog-item .latest-blog-img .blog-author {
    font-size: 12px;
  }
  .blog-list .latest-blog .latest-blog-item .latest-blog-img .blog-author img {
    width: 30px;
    height: 30px;
    margin-right: 8px;
  }
  .about-content .about-content-inner .about-content-icon,
  .about-content .about-content-inner .about-content-inner-content {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
  .about-content .about-content-inner .about-content-icon img,
  .about-content .about-content-inner .about-content-inner-content img {
    max-width: 100px;
    margin: 0 auto 30px;
  }
  .guidance-wrap .guidance-inner .guidance-img {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
    max-height: 370px;
  }
  .guidance-wrap .guidance-inner .guidance-img:before {
    content: "";
    width: 175px;
    height: 300px;
  }
  .guidance-wrap .guidance-inner .guidance-img:after {
    width: 100px;
    height: 120px;
  }
  .guidance-wrap .guidance-inner .guidance-img img {
    max-width: 400px;
    width: 100%;
  }
  .guidance-wrap .guidance-inner .guidance-content {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .guidance-wrap .guidance-inner .guidance-content ul li {
    padding: 20px 10px;
  }
  .img-content-wrap .img-content {
    margin-top: 30px;
  }
  .img-content-wrap .img-content .img-content-item .image {
    min-height: 500px;
  }
  .about-content {
    margin: -100px 0 80px 0;
  }
  .content-center-wrap {
    padding: 50px 0;
  }
  section.section {
    padding: 35px 0;
  }
  .solutions-slider-wrap .solutions-slider .slick-list {
    padding: 0 22% !important;
  }
  .offices-wrap .offices-left-bg {
    top: -280px;
  }
  .offices-wrap .offices-right-line-bg {
    right: 20px;
  }
  .services-wrap .custom-arrows-services {
    bottom: 0;
  }
}
/* 1365 end */
@media screen and (max-width: 1199px) {
  header.header .social-icon {
    display: none;
  }
  .ceo-wrap .ceo-section .ceo-img span.ceo-icon-1 {
    left: -20%;
    max-width: 400px;
  }
  .ceo-wrap .ceo-section .ceo-img span.ceo-icon-3 {
    width: 145px;
    height: 90px;
  }
  .ceo-wrap .ceo-section .ceo-img span.ceo-icon-4 {
    width: 60px;
    height: 60px;
    top: 10%;
    left: 0;
  }
  .ceo-wrap .ceo-section .ceo-img span.ceo-icon-4 img {
    width: 60px;
    height: 60px;
  }
  .ceo-wrap .ceo-section .ceo-img:hover span.ceo-icon-1 {
    left: -10%;
    max-width: 400px;
  }
  .ceo-wrap .ceo-section .ceo-img:hover span.ceo-icon-3 {
    width: 100px;
  }
  .ceo-wrap .ceo-section .ceo-img:hover span.ceo-icon-4 {
    left: 5%;
  }
  .industries-wrap .industries-slider .industries-img:after {
    width: 50px;
    height: 50px;
  }
  .industries-wrap .industries-slider .industries-content {
    max-width: calc(100% - 100px);
    margin: -50px auto 0 30px;
    padding: 20px 45px 30px;
    z-index: 1;
    min-height: inherit;
  }
  .industries-wrap .industries-slider .industries-content:after {
    width: 50px;
    height: 50px;
  }
  .industries-wrap .slick-dots {
    position: relative;
    right: auto;
    bottom: 0;
    margin-top: 50px;
  }
  .industries-wrap .custom-arrows-industries {
    bottom: 0;
  }
  .services-list-wrap {
    padding-top: 50px;
  }
  .services-list-wrap .services-list .services-item h4 {
    font-size: 16px;
    padding: 20px;
  }
  .services-list-wrap .services-left-bg {
    top: 0;
    width: 50vw;
    height: 50vw;
  }
  .blog-list .latest-blog.latest-blog-slider:before {
    width: 10%;
  }
  .blog-list .latest-blog.latest-blog-slider:after {
    width: 10%;
  }
  .services-wrap .slide h2 {
    margin-top: 0;
  }
  footer .container {
    max-width: 100%;
  }
  .achievements-wrap .achievements-slider .achievements-item-inner {
    flex-direction: column-reverse;
  }
  .achievements-wrap .achievements-slider .achievements-item-inner .achievements-content {
    padding: 30px 30px 10px 30px;
    max-width: 100%;
    height: auto !important;
  }
  .achievements-wrap .achievements-slider .achievements-item-inner .achievements-content:after {
    width: 40px;
    height: 40px;
  }
  .achievements-wrap .achievements-slider .achievements-item-inner .achievements-content .achievement-link a {
    font-size: 14px;
  }
  .achievements-wrap .achievements-slider .achievements-item-inner .achievements-content .achievement-link a.btn {
    font-size: 16px;
  }
  .achievements-wrap .achievements-slider .achievements-item-inner .achievements-img {
    max-width: 100%;
    height: auto !important;
  }
  .achievements-wrap .achievements-slider .achievements-item-inner .achievements-img img {
    width: 100%;
  }
}
/* 1199 end */
@media screen and (max-width: 991px) {
  body {
    font-size: 14px;
  }
  .h1 {
    font-size: 50px;
  }
  .about-banner .inner-banner {
    min-height: 70vh;
  }
  .about-banner .banner-content h1 {
    font-size: 40px;
  }
  .about-banner .banner-content p {
    font-size: 16px;
  }
  .desktop-footer-links {
    display: none !important;
  }
  .mobile-footer-links {
    display: block !important;
  }
  section.section {
    padding: 25px 0;
  }
  header.header:before {
    height: 80px;
  }
  header.header .logo {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  header.header .menu-btn {
    display: block;
    height: 35px;
  }
  header.header .navbar-collapse {
    position: absolute;
    top: 100%;
    background: #17161B;
    width: calc(100% + 60px);
    left: -15px;
    padding: 10px;
    height: calc(100vh - 60px);
    overflow-y: auto;
    transition: 0.3s;
  }
  header.header .navbar-collapse ul li {
    margin: 10px;
  }
  .open-menu header.header {
    background-color: #17161B;
  }
  .open-menu header.header .menu-btn span {
    transform: rotate(45deg);
    margin: 8px 0 -4px 0;
    transform-origin: 45% 100%;
  }
  .open-menu header.header .menu-btn span:nth-child(2) {
    opacity: 0;
  }
  .open-menu header.header .menu-btn span:nth-child(3) {
    transform: rotate(-45deg);
    margin: 0;
  }
  .banner-wrapper .banner .banner-item .area {
    min-height: 600px;
  }
  .banner-wrapper .banner .banner-item .area .move-rect {
    min-height: 600px;
    max-width: 600px;
    margin: 0 auto;
  }
  .banner-wrapper .banner .banner-content {
    text-align: center;
  }
  .banner-wrapper .banner .banner-content h1 {
    font-size: 45px;
  }
  .banner-wrapper .banner .banner-content p {
    font-size: 12px;
  }
  .banner-wrapper .banner .banner-img .banner-img-1 {
    width: 200px;
    height: 300px;
    top: 300px;
  }
  .banner-wrapper .banner .banner-img .banner-img-2 {
    width: 200px;
    height: 200px;
    top: 350px;
  }
  .banner-wrapper .banner .banner-img .banner-img-3 {
    width: 300px;
    height: 400px;
    top: 270px;
  }
  .banner-wrapper .banner .banner-content {
    max-width: 450px;
    margin: 0 auto;
  }
  .column-sm-reverse {
    flex-direction: column-reverse;
  }
  footer.footer .footer-top {
    padding: 20px;
  }
  footer.footer .footer-top .footer-content p {
    font-size: 8px;
    text-align: center;
  }
  footer.footer .footer-top .footer-logo {
    min-height: inherit;
    border: none;
    padding-right: 0;
  }
  footer.footer .footer-top .footer-logo a {
    display: block;
    width: 100%;
  }
  footer.footer .footer-top .footer-logo img {
    max-width: 145px;
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  footer.footer .footer-info-wrap .container {
    padding: 0;
  }
  footer.footer .footer-info {
    display: block;
    padding: 12px 0;
  }
  footer.footer .footer-info .footer-info-left {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
    margin-bottom: 30px;
  }
  footer.footer .footer-info .footer-info-left .footer-info-left-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  footer.footer .footer-info .footer-info-left .footer-info-left-inner p {
    margin-right: 10px;
  }
  footer.footer .footer-info .footer-info-left .footer-info-left-inner p img {
    margin-right: 0;
    max-width: 12px;
  }
  footer.footer .footer-info .footer-info-left .footer-info-left-inner p a {
    font-size: 10px;
    font-weight: 500;
  }
  footer.footer .footer-info .footer-info-left .footer-info-left-inner p:last-child {
    margin-right: 0;
  }
  footer.footer .footer-info .social-icon {
    border-bottom: 1px solid #A9A9A9;
    padding-bottom: 15px;
  }
  footer.footer .footer-info .social-icon ul {
    justify-content: center;
  }
  footer.footer .footer-info .social-icon ul li {
    padding: 0;
  }
  footer.footer .footer-info .social-icon ul li a {
    padding: 15px;
  }
  footer.footer .footer-info .social-icon ul li a img {
    max-width: 12px;
  }
  footer.footer .footer-info .footer-info-right {
    text-align: center;
  }
  footer.footer .footer-info .footer-info-right h6 {
    font-size: 10px;
  }
  footer.footer .footer-info .footer-info-right .partners-list li {
    padding: 0 25px;
  }
  footer.footer .footer-middle {
    padding: 20px 0 20px;
  }
  footer.footer .footer-middle .menu-link {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    border-bottom: 1px solid rgba(169, 169, 169, 0.5);
  }
  footer.footer .footer-middle .menu-link ul li {
    margin: 10px 0;
  }
  footer.footer .footer-middle .menu-link:last-child {
    border: none;
  }
  footer.footer .footer-bottom {
    display: block;
    margin-top: 20px;
  }
  footer.footer .footer-bottom .msme-logo {
    margin-bottom: 20px;
    text-align: center;
  }
  footer.footer .footer-bottom .msme-logo img {
    display: inline-block;
    max-width: 150px;
    max-height: 55px;
  }
  footer.footer .footer-bottom .links ul {
    padding-left: 0;
    text-align: center;
  }
  footer.footer .footer-bottom .links ul li {
    padding: 5px;
  }
  footer.footer .footer-bottom .links ul li a {
    font-size: 10px;
  }
  .inner-banner {
    min-height: 360px;
  }
  .main-title h1 {
    font-size: 50px;
  }
  .sub-title p {
    font-size: 16px;
  }
  .corpo-contacts-wrap .corpo-contacts-list .corpo-contacts-list-item .corpo-content {
    padding-left: 50px;
  }
  .corpo-contacts-wrap .corpo-contacts-list .corpo-contacts-list-item .corpo-content h5 {
    font-size: 16px;
  }
  .corpo-contacts-wrap .corpo-contacts-list .corpo-contacts-list-item .corpo-content ul li a {
    font-size: 14px;
  }
  .contact-form-wrap .contact-form-card .contact-form-heading h2 {
    font-size: 46px;
  }
  .contact-form-wrap .contact-form-card .contact-form-heading p {
    font-size: 16px;
  }
  .contact-form-wrap .contact-form-card.services-form.contact-form-card .contact-form-heading {
    margin: 25px auto 40px;
  }
  .form-control,
  .uploadFile {
    border-radius: 8px;
    padding: 10px 20px;
    font-size: 16px;
  }
  .custom-select {
    border-radius: 8px;
    font-size: 16px;
  }
  .btn.btn-secondary,
  .btn.btn-secondary[type=submit]:not(:disabled),
  .btn.btn-primary,
  .btn.btn-primary[type=submit]:not(:disabled),
  .btn.btn-purple,
  .btn.btn-tertiary,
  .btn.btn-tertiary[type=submit]:not(:disabled),
  .btn.btn-purple,
  .btn.btn-purple[type=submit]:not(:disabled) {
    border-radius: 8px;
    font-size: 16px;
    padding: 15px 20px;
  }
  .our-community-wrap .community-content {
    justify-content: center;
    text-align: center;
  }
  .our-community-wrap .community-content .community-content-left {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .our-community-wrap .community-content .community-content-left:before {
    width: 80px;
    height: 80px;
    left: 60%;
    top: -30px;
  }
  .our-community-wrap .community-content .community-content-left:after {
    width: 120px;
    height: 100px;
    left: 65%;
  }
  .our-community-wrap .community-content .community-content-left h2 br {
    display: none;
  }
  .our-community-wrap .community-content .community-content-right {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
  }
  .life-wrap {
    margin-top: 100px;
  }
  .life-wrap .life-inner {
    text-align: center;
  }
  .life-wrap .life-inner .life-content {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    margin: 0 0 50px;
  }
  .life-wrap .life-inner .life-img-wrap {
    flex: 0 0 100%;
    max-width: 100%;
    max-width: 120px;
    margin: 50px auto 0;
  }
  .life-wrap .life-inner .life-img-wrap .arrow-orange {
    max-width: 100px;
    top: 33%;
    left: 10px;
  }
  .life-wrap .life-inner .life-img-wrap .arrow-blue {
    top: 40%;
    left: -10%;
    max-width: 150px;
  }
  .corpo-contacts-wrap.why-axion-wrap .why-axion-left-bg {
    top: -4%;
  }
  .corpo-contacts-wrap.why-axion-wrap .why-axion-left-bottom-bg {
    bottom: 15%;
  }
  .corpo-contacts-wrap.why-axion-wrap .corpo-contacts-list .corpo-contacts-list-item {
    padding: 15px;
  }
  .corpo-contacts-wrap.why-axion-wrap .corpo-contacts-list .corpo-contacts-list-item .corpo-content {
    padding-right: 0;
  }
  .opportunities-wrap {
    margin-top: 20px;
  }
  .opportunities-wrap .opportunities-content {
    text-align: center;
    margin-top: 50px;
  }
  .opportunities-wrap .opportunities-content h2 {
    margin-bottom: 50px;
  }
  .opportunities-wrap .opportunities-content h2:before {
    left: -70%;
    top: -300%;
    width: 70px;
    height: 70px;
    border-radius: 15px;
  }
  .opportunities-wrap .opportunities-content h2:after {
    width: 102px;
    height: 71px;
    border-radius: 10px;
    top: -140%;
    left: -20%;
  }
  .opportunities-wrap .opportunities-right-bg {
    right: 0;
  }
  .join-community-wrap .join-community-card {
    padding: 35px;
  }
  .blog-list .latest-blog .latest-blog-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .blog-list .latest-blog .latest-blog-item .latest-blog-img .blog-author {
    font-size: 10px;
  }
  .blog-list .latest-blog .latest-blog-item .latest-blog-img .blog-author img {
    width: 20px;
    height: 20px;
    margin-right: 8px;
  }
  .testimonial-wrap .testimonial-inner .testimonial .custom-arrows-testimonial {
    top: auto;
    bottom: 0;
    left: 0;
  }
  .img-content-wrap .img-content .img-content-item {
    flex-direction: column-reverse !important;
  }
  .img-content-wrap .img-content .img-content-item .image {
    min-height: 50vh;
  }
  .our-team {
    margin-top: 50px;
  }
  .our-team .team-wrap .title {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
  .our-team .team-wrap .our-team-inner {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .our-team .team-wrap .our-team-inner .team-item .team-img .team-content {
    opacity: 1;
  }
  .industries-wrap .industries-slider {
    margin: 50px 0;
  }
  .about-content .about-content-inner .about-content-icon img {
    max-width: 50px;
  }
  .content-center-wrap .content-center {
    padding: 40px 10px;
  }
  .graph-wrap .graph-inner .graph-left {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .graph-wrap .graph-inner .graph-left img {
    max-width: 400px;
    width: 100%;
    margin: 40px auto;
    display: block;
  }
  .graph-wrap .graph-inner .graph-right {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    padding-left: 0;
  }
  section .partners-list li {
    padding: 0 15px;
  }
  .img-content-wrap .img-content .img-content-item .content {
    padding: 40px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .img-content-wrap .row:nth-child(2n) .content {
    max-width: 100%;
    text-align: left;
    margin-right: auto;
    margin-left: auto;
  }
  .mission-vision-wrap {
    margin: 50px 0;
  }
  .mission-vision-wrap .mission-vision-right-bg {
    top: -15%;
  }
  .mission-vision-wrap .mission-vision-inner {
    border-radius: 20px;
  }
  .mission-vision-wrap .mission-vision-inner:after {
    border-radius: 20px;
  }
  .services-list-wrap .services-list {
    margin: 40px 0 20px;
  }
  .services-list-wrap .services-list .services-item {
    border-radius: 10px;
  }
  .error-page {
    min-height: 50vh;
  }
  .error-page .page-heading {
    padding-top: 0;
  }
  .solutions-slider-wrap .solutions-slider .slick-list {
    padding: 0 12% !important;
  }
  .blog-list .latest-blog.latest-blog-slider {
    padding-top: 20px;
  }
  .blog-list .latest-blog.latest-blog-slider:before {
    width: 0;
  }
  .blog-list .latest-blog.latest-blog-slider:after {
    width: 0;
  }
  .blog-detail-content .industries-content-card {
    border-radius: 10px;
    padding: 25px;
  }
  .contact-form-wrap .contact-form-card {
    margin: 40px auto 0;
  }
  .blog-list .latest-blog.latest-blog-slider .slick-dots {
    margin: 10px auto -30px;
  }
  .blog-list .latest-blog.latest-blog-slider .latest-blog-item .latest-blog-content h5,
  .blog-list .latest-blog.latest-blog-slider .latest-blog-item .latest-blog-content p {
    height: auto !important;
  }
  .indu-case-studies {
    margin-bottom: 40px;
  }
  .achievements-wrap {
    padding-top: 0;
    padding-bottom: 0;
  }
  .achievements-wrap .achievements-left-bg {
    top: -100px;
  }
  .achievements-wrap .achievements-slider {
    margin-top: 30px;
  }
  .achievements-wrap .achievements-slider {
    margin-top: 50px;
  }
  .achievements-wrap .achievements-slider .industries-content:after {
    width: 50px;
    height: 50px;
  }
  .whatsapp-icon {
    bottom: 15px;
    right: 15px;
  }
  .page-template-careers .whatsapp-icon {
    bottom: 15px;
    left: 15px;
  }
  .ceo-wrap .ceo-section .ceo-img span.ceo-icon-1 {
    top: 140px;
  }
  .ceo-wrap .ceo-section .ceo-img span.ceo-icon-2 {
    top: 140px;
  }
  .ceo-wrap .ceo-section .ceo-img:hover span.ceo-icon-1 {
    top: 120px;
  }
  .ceo-wrap .ceo-section .ceo-img:hover span.ceo-icon-2 {
    top: 110px;
  }
}
/* 991 end */
@media screen and (max-width: 840px) {
  .blog-list .latest-blog .latest-blog-item.first-blog {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .blog-list .latest-blog .latest-blog-item.first-blog .relative {
    flex-wrap: wrap;
  }
  .blog-list .latest-blog .latest-blog-item.first-blog .relative .latest-blog-img {
    flex: 0 0 100%;
    max-width: 100%;
    border-radius: 20px;
  }
  .blog-list .latest-blog .latest-blog-item.first-blog .relative .latest-blog-img img {
    border-radius: 20px;
  }
  .blog-list .latest-blog .latest-blog-item.first-blog .relative .latest-blog-content {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
/* 820 end */
@media screen and (max-width: 767px) {
  .container {
    max-width: 100%;
  }
  .modal-content {
    border-radius: 15px;
    padding: 15px;
  }
  .mobile {
    display: block !important;
  }
  .desktop {
    display: none !important;
  }
  body {
    font-size: 10px;
  }
  h1,
  .h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 16px;
  }
  h3 {
    font-size: 14px;
  }
  h4 {
    font-size: 12px;
  }
  h5 {
    font-size: 10px;
  }
  h6 {
    font-size: 10px;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.4;
  }
  .about-banner .inner-banner {
    min-height: 50vh;
  }
  .about-banner.industries-banner .inner-banner {
    min-height: 50vh;
  }
  .about-banner .banner-content {
    position: relative;
    margin: 40px 0;
    text-align: center;
    transform: none;
  }
  .about-banner .banner-content h1 {
    font-size: 33px;
  }
  .about-banner .banner-content p {
    font-size: 12px;
  }
  .scroll-top {
    max-width: 40px;
  }
  .page-heading {
    padding-left: 10px;
    padding-right: 10px;
  }
  .main-title {
    text-align: center;
  }
  .main-title h1 {
    font-size: 33px;
  }
  .sub-title {
    text-align: center;
  }
  .sub-title p {
    font-size: 12px;
  }
  .banner-wrapper {
    margin-bottom: 20px;
  }
  .banner-wrapper .banner .banner-item {
    min-height: inherit;
  }
  .banner-wrapper .banner .banner-item .area {
    min-height: 400px;
  }
  .banner-wrapper .banner .banner-item .area .move-rect {
    min-height: 400px;
    max-width: 350px;
    margin: 0 auto;
  }
  .banner-wrapper .banner .banner-img img {
    border-radius: 10px;
  }
  .banner-wrapper .banner .banner-img .banner-img-1 {
    width: 100px;
    height: 100px;
    top: 180px;
  }
  .banner-wrapper .banner .banner-img .banner-img-2 {
    width: 130px;
    height: 130px;
    top: 220px;
  }
  .banner-wrapper .banner .banner-img .banner-img-3 {
    width: 170px;
    height: 193px;
    top: 200px;
  }
  .banner-wrapper .banner .banner-content {
    max-width: 350px;
    margin: 0 auto;
  }
  .clients-wrap .simply-scroll {
    min-height: 60px;
  }
  .clients-wrap .simply-scroll .simply-scroll-clip {
    min-height: 60px;
  }
  .clients-wrap .simply-scroll .simply-scroll-clip ul li {
    padding: 10px 25px;
  }
  .clients-wrap .simply-scroll .simply-scroll-clip ul li img {
    width: 100%;
    min-width: 80px;
    max-width: 80px;
  }
  .ceo-message-wrap .ceo-message-left-bg {
    background-size: 100% 100%;
    top: -45%;
    width: 50vw;
  }
  .ceo-message-wrap .ceo-message-right-arrow,
  .ceo-message-wrap .ceo-message-right-bg {
    background-size: 100% 100%;
  }
  .ceo-message-wrap .ceo-message-right-line-blue {
    bottom: -22%;
  }
  .ceo-message-wrap .ceo-message-right-line {
    display: none;
  }
  .ceo-message-wrap .ceo-message-inner {
    padding: 30px;
  }
  .ceo-message-wrap .ceo-message-inner h2 {
    font-size: 24px;
    margin-bottom: 0;
  }
  .ceo-message-wrap .ceo-message-inner .designation {
    margin-top: 20px;
  }
  .ceo-message-wrap .ceo-message-inner .social-icon {
    padding-left: 20px;
  }
  .custom-arrows .slick-arrow {
    width: 40px;
    height: 40px;
  }
  .services-wrap {
    padding-bottom: 70px !important;
  }
  .services-wrap span.services-left-bg {
    width: 50vw;
    left: 0;
    bottom: 45%;
  }
  .services-wrap span.services-right-bg {
    width: 45px;
    max-height: 300px;
    right: 5%;
    top: 10%;
  }
  .services-wrap .section-title {
    position: absolute;
    top: 46%;
    left: 20%;
    z-index: 2;
  }
  .services-wrap .section-title h2 {
    font-size: 16px;
    font-weight: 300;
  }
  .services-wrap .slide h2 {
    margin-top: -50px;
  }
  .services-wrap .slide .services-slider-item-content {
    max-width: 100%;
    padding: 0 50px;
    margin: 45px 0;
    text-align: center;
  }
  .services-wrap .slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -40px;
    margin: auto;
  }
  .services-wrap .slick-dots li button {
    width: auto;
    height: auto;
    padding: 5px 5px;
    background-color: transparent;
    text-indent: 0;
    color: #A9A9A9;
  }
  .services-wrap .slick-dots li.slick-active button {
    color: white;
  }
  .services-wrap .custom-arrows-services {
    bottom: -50px;
    padding: 0 15px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .stats-wrap .counter-item {
    text-align: center;
    margin: 15px auto;
    padding: 25px;
    max-width: 250px;
    border-radius: 8px;
    background: #17161B;
    box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.46);
  }
  .stats-wrap .counter-item:before {
    display: none;
  }
  .stats-wrap .counter-item:hover h3,
  .stats-wrap .counter-item:hover span {
    font-weight: 300;
    font-size: 50px;
  }
  .stats-wrap .counter-item .count-number-wrap {
    justify-content: center;
  }
  .stats-wrap .counter-item h3 {
    font-size: 50px;
    line-height: 1;
  }
  .stats-wrap .counter-item span {
    font-size: 50px;
    line-height: 1;
  }
  .stats-wrap .counter-item p {
    font-size: 10px;
  }
  .slick-dots {
    margin: 10px 0;
  }
  .title {
    padding: 0 50px;
    text-align: center;
  }
  .title h2 br {
    display: none;
  }
  .case-studies-wrap .case-studies-right-bg {
    display: none;
  }
  .case-studies-wrap .container {
    padding: 0;
  }
  .case-studies-wrap .case-studies-inner {
    flex-direction: column;
  }
  .case-studies-wrap .case-studies-inner .title {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    padding-top: 0;
  }
  .case-studies-wrap .case-studies-inner .case-studies {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  .case-studies-wrap .case-studies-inner .case-studies .case-studies-item {
    text-align: center;
  }
  .case-studies-wrap .case-studies-inner .case-studies .case-studies-item .case-studies-img {
    margin-bottom: 20px;
  }
  .case-studies-wrap .case-studies-inner .case-studies .case-studies-item .case-studies-content h6 {
    font-size: 10px;
    margin-bottom: 15px;
  }
  .case-studies-wrap .case-studies-inner .case-studies .case-studies-item .case-studies-content h5 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .case-studies-wrap .case-studies-inner .case-studies .case-studies-item .case-studies-content p {
    font-size: 10px;
  }
  .testimonial-wrap .testimonial-left-bg {
    width: 70vw;
    left: 10%;
    bottom: 0;
    top: -25%;
  }
  .testimonial-wrap .testimonial-inner {
    flex-direction: column;
  }
  .testimonial-wrap .testimonial-inner .title {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .testimonial-wrap .testimonial-inner .testimonial {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  .testimonial-wrap .testimonial-inner .testimonial .testimonial-slider {
    max-width: 80%;
    margin: 0 auto;
  }
  .testimonial-wrap .testimonial-inner .testimonial .testimonial-slider .testimonial-item {
    text-align: center;
  }
  .testimonial-wrap .testimonial-inner .testimonial .testimonial-slider p {
    font-size: 10px;
  }
  .testimonial-wrap .testimonial-inner .testimonial .testimonial-slider .testimonial-img {
    padding-top: 20px;
  }
  .testimonial-wrap .testimonial-inner .testimonial .testimonial-slider .testimonial-img img {
    margin: 0 auto;
  }
  .testimonial-wrap .testimonial-inner .testimonial .custom-arrows-testimonial {
    position: absolute;
    margin: 30px auto 0;
    max-width: 100%;
    bottom: -15px;
    top: auto;
  }
  .latest-blog-wrap .latest-blog-right-bg {
    display: none;
  }
  .latest-blog-wrap .container {
    padding: 0;
  }
  .latest-blog-wrap .latest-blog-inner {
    flex-direction: column;
  }
  .latest-blog-wrap .latest-blog-inner .title {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    padding-top: 0;
  }
  .latest-blog-wrap .latest-blog-inner .title h2 br {
    display: none;
  }
  .latest-blog-wrap .latest-blog-inner .latest-blog {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  .latest-blog-wrap .latest-blog-inner .latest-blog .latest-blog-item {
    text-align: center;
  }
  .latest-blog-wrap .latest-blog-inner .latest-blog .latest-blog-item .latest-blog-img {
    margin-bottom: 20px;
  }
  .latest-blog-wrap .latest-blog-inner .latest-blog .latest-blog-item .latest-blog-content h6 {
    font-size: 10px;
    margin-bottom: 15px;
  }
  .latest-blog-wrap .latest-blog-inner .latest-blog .latest-blog-item .latest-blog-content h5 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .latest-blog-wrap .latest-blog-inner .latest-blog .latest-blog-item .latest-blog-content p {
    font-size: 10px;
  }
  .latest-update-wrap .container {
    padding: 0;
  }
  .latest-update-wrap .latest-update-inner {
    flex-direction: column;
  }
  .latest-update-wrap .latest-update-inner .title {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  .latest-update-wrap .latest-update-inner .latest-update {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  .latest-update-wrap .latest-update-inner .latest-update .latest-update-item {
    padding: 10px;
  }
  .latest-update-wrap .latest-update-inner .latest-update .latest-update-item .latest-update-content h5 {
    margin-bottom: 10px;
    font-size: 10px;
    color: #8A8A8A;
  }
  .latest-update-wrap .latest-update-inner .latest-update .latest-update-item .latest-update-content p {
    font-size: 10px;
  }
  .latest-update-wrap .latest-update-inner .latest-update .slick-dots {
    left: 0;
    right: 0;
    bottom: -60px;
    margin: auto;
    padding: 0 50px;
  }
  .latest-update-wrap .latest-update-inner .latest-update .slick-dots li button {
    padding: 5px 5px;
  }
  .latest-update-wrap .latest-update-inner .latest-update .custom-arrows-update {
    max-width: 100%;
    width: 100%;
    margin: 20px auto;
    padding: 0 15px;
  }
  footer.footer .footer-middle .menu-link {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    padding: 5px;
  }
  footer.footer .footer-middle .menu-link ul {
    margin-bottom: 0;
  }
  footer.footer .footer-middle .menu-link ul li a {
    font-size: 10px;
  }
  footer.footer .footer-info .footer-info-right .partners-list li {
    height: auto;
    min-height: 50px;
  }
  footer.footer .footer-info .footer-info-right .partners-list li img {
    min-width: 60px;
  }
  footer.footer .copyright p {
    font-size: 10px;
  }
  .contact-content-wrap .contact-content-left-bg {
    bottom: -2%;
    width: 60vw;
  }
  .contact-content-wrap .contact-content {
    padding-bottom: 100px;
  }
  .corpo-contacts-wrap .corpo-right-line {
    top: 0;
    right: 0;
  }
  .corpo-contacts-wrap .corpo-contacts-list {
    padding: 0 20px;
  }
  .corpo-contacts-wrap .corpo-contacts-list .corpo-contacts-list-item {
    display: block;
    margin-bottom: 55px;
    border-radius: 10px;
  }
  .corpo-contacts-wrap .corpo-contacts-list .corpo-contacts-list-item:after {
    border-radius: 10px;
  }
  .corpo-contacts-wrap .corpo-contacts-list .corpo-contacts-list-item:last-child {
    margin-bottom: 0;
  }
  .corpo-contacts-wrap .corpo-contacts-list .corpo-contacts-list-item .corpo-icon {
    margin: -40px auto 60px;
    max-width: 80px;
  }
  .corpo-contacts-wrap .corpo-contacts-list .corpo-contacts-list-item .corpo-icon img {
    max-width: 40px;
  }
  .corpo-contacts-wrap .corpo-contacts-list .corpo-contacts-list-item .corpo-icon:before {
    height: 80px;
    border-radius: 15px;
  }
  .corpo-contacts-wrap .corpo-contacts-list .corpo-contacts-list-item .corpo-icon:after {
    top: -15px;
  }
  .corpo-contacts-wrap .corpo-contacts-list .corpo-contacts-list-item .corpo-content {
    padding-left: 0;
    text-align: center;
    max-width: 100%;
  }
  .corpo-contacts-wrap .corpo-contacts-list .corpo-contacts-list-item .corpo-content h5 {
    font-size: 13px;
  }
  .corpo-contacts-wrap .corpo-contacts-list .corpo-contacts-list-item .corpo-content ul {
    display: block;
  }
  .corpo-contacts-wrap .corpo-contacts-list .corpo-contacts-list-item .corpo-content ul li {
    justify-content: center;
  }
  .corpo-contacts-wrap .corpo-contacts-list .corpo-contacts-list-item .corpo-content ul li:last-child {
    width: 100%;
  }
  .corpo-contacts-wrap .corpo-contacts-list .corpo-contacts-list-item .corpo-content ul li.pipe {
    border-right: none;
    border-bottom: 1px solid rgba(140, 140, 140, 0.4901960784);
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .corpo-contacts-wrap .corpo-contacts-list .corpo-contacts-list-item .corpo-content ul li a {
    font-size: 10px;
  }
  .contact-form-wrap .contact-form-card {
    padding: 30px;
  }
  .contact-form-wrap .contact-form-card .contact-form-heading {
    margin: 0 auto 30px;
  }
  .contact-form-wrap .contact-form-card .contact-form-heading h2 {
    font-size: 33px;
    line-height: 1;
    max-width: 210px;
    margin: 0 auto 15px;
  }
  .contact-form-wrap .contact-form-card .contact-form-heading p {
    font-size: 12px;
  }
  .contact-form-wrap .contact-form-card.services-form.contact-form-card {
    margin-top: 30px;
  }
  .contact-form-wrap .contact-form-card.services-form.contact-form-card .contact-form-heading h2 {
    max-width: 100%;
  }
  .contact-form-wrap .contact-form-card ul {
    font-size: 10px;
  }
  .form-control,
  .uploadFile {
    border-radius: 5px;
    padding: 15px;
    font-size: 12px;
  }
  .custom-select {
    border-radius: 5px;
    padding: 15px 15px;
    font-size: 12px;
  }
  .btn.btn-secondary,
  .btn.btn-secondary[type=submit]:not(:disabled),
  .btn.btn-primary,
  .btn.btn-primary[type=submit]:not(:disabled),
  .btn.btn-tertiary,
  .btn.btn-tertiary[type=submit]:not(:disabled),
  .btn.btn-purple,
  .btn.btn-purple[type=submit]:not(:disabled) {
    border-radius: 5px;
    font-size: 12px;
    padding: 10px 15px;
  }
  .offices-wrap {
    margin-top: 70px;
  }
  .offices-wrap .offices-left-bg {
    top: -54%;
    width: 70vw;
  }
  .offices-wrap .offices-right-line-bg {
    height: 50%;
  }
  .offices-wrap .offices-right-bg {
    display: none;
  }
  .offices-wrap .offices-list {
    padding: 0 20px;
    margin: 40px auto;
  }
  .offices-wrap .offices-list .offices-list-item {
    padding: 16px 16px 40px;
    border-radius: 10px;
  }
  .offices-wrap .offices-list .offices-list-item .office-content {
    display: block;
  }
  .offices-wrap .offices-list .offices-list-item .office-content .office-heading {
    max-width: 100%;
    border-right: none;
    border-bottom: 1px solid rgba(140, 140, 140, 0.4901960784);
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .offices-wrap .offices-list .offices-list-item .office-content .office-heading h5,
  .offices-wrap .offices-list .offices-list-item .office-content .office-heading h6 {
    font-size: 13px;
    margin-bottom: 0;
  }
  .offices-wrap .offices-list .offices-list-item .office-content .office-address {
    max-width: 100%;
  }
  .offices-wrap .offices-list .offices-list-item .office-content .office-address p {
    color: white;
  }
  .offices-wrap .offices-list .offices-list-item .office-content .office-address .map-link a {
    font-size: 10px;
  }
  .offices-wrap .offices-list .offices-list-item .office-content .office-address .map-link a img {
    width: 12px;
  }
  .contact-form-wrap .contact-form-card {
    border-radius: 15px;
  }
  .contact-form-wrap .contact-form-card textarea {
    min-height: 120px;
  }
  .our-community-wrap .community-content {
    margin-top: 0;
  }
  .our-community-wrap .community-content .community-content-left:before {
    width: 64px;
    height: 65px;
    left: 50%;
    top: -30px;
  }
  .our-community-wrap .community-content .community-content-left:after {
    width: 99px;
    height: 85px;
    left: 60%;
  }
  .our-community-wrap .community-content .community-content-left h2 br {
    display: none;
  }
  .our-community-wrap .community-content .community-content-right {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
  }
  .life-wrap {
    margin-top: 60px;
  }
  .join-community-wrap .join-community-card h2 {
    margin-bottom: 25px;
    font-size: 33px;
  }
  .join-community-wrap .join-community-card p {
    font-size: 12px;
  }
  .offices-wrap.job-openings .offices-left-bg {
    top: -100px;
    width: 30vw;
  }
  .offices-wrap.job-openings ul.nav.nav-tabs {
    justify-content: center;
    margin: 80px auto 10px;
  }
  .offices-wrap.job-openings ul.nav.nav-tabs .nav-item .nav-link {
    padding: 1rem 0.5rem;
  }
  .offices-wrap.job-openings ul.nav.nav-tabs .nav-item .nav-link img {
    display: none;
  }
  .offices-wrap.job-openings ul.nav.nav-tabs .nav-item .nav-link.active {
    background-color: white;
    border-radius: 12px;
    color: #17161B;
    font-weight: 600;
  }
  .offices-wrap.job-openings .offices-list .offices-list-item {
    padding: 16px;
  }
  .offices-wrap.job-openings .offices-list .offices-list-item .office-address.job-desc-wrap {
    flex-wrap: wrap;
  }
  .offices-wrap.job-openings .offices-list .offices-list-item .office-address.job-desc-wrap .job-desc {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  .offices-wrap.job-openings .offices-list .offices-list-item .office-address.job-desc-wrap .job-desc p {
    font-size: 10px;
  }
  .offices-wrap.job-openings .offices-list .offices-list-item .office-address.job-desc-wrap .apply-link {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  .offices-wrap.job-openings .offices-list .offices-list-item .office-content .office-heading {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offices-wrap.job-openings .offices-list .offices-list-item .office-content .office-address {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .about-content {
    margin: 50px 0;
    position: relative;
    padding: 0 20px;
  }
  .industries-list {
    margin-top: 50px;
  }
  .industries-list .industries-serve-left-bg {
    top: 0;
  }
  .industries-list .industries-serve {
    margin-top: 50px;
    padding: 0 20px;
  }
  .industries-list .industries-serve .industries-serve-item {
    margin-bottom: 30px;
  }
  .industries-list .industries-serve .industries-serve-item .industries-img-wrap {
    margin-bottom: 20px;
    border-radius: 10px;
  }
  .industries-list .industries-serve .industries-serve-item .industries-img-wrap img {
    border-radius: 10px;
  }
  .industries-list .industries-serve .industries-serve-item .industries-content {
    padding: 15px 0;
  }
  .industries-list .industries-serve .industries-serve-item .industries-content .custom-accordion h5 {
    font-size: 12px;
  }
  .industries-list .industries-serve .industries-serve-item .industries-content .btn {
    font-size: 12px;
  }
  .filter-wrap {
    padding: 0 20px;
  }
  .filter-wrap .filter-search .form-group .form-control {
    font-size: 12px;
  }
  .filter-wrap .filter-menu ul li a {
    font-size: 12px;
  }
  .blog-list {
    padding: 0 20px;
  }
  .blog-list .latest-blog {
    margin: 0 -15px;
  }
  .blog-list .latest-blog .latest-blog-item .relative {
    border-radius: 10px;
  }
  .blog-list .latest-blog .latest-blog-item .relative .latest-blog-img {
    border-radius: 10px;
    margin-bottom: 20px;
  }
  .blog-list .latest-blog .latest-blog-item .relative .latest-blog-img img {
    border-radius: 10px;
  }
  .blog-list .latest-blog .latest-blog-item .relative .latest-blog-img .blog-author {
    padding: 5px 10px 5px 5px;
  }
  .blog-list .latest-blog .latest-blog-item.first-blog .relative {
    border-radius: 10px;
  }
  .blog-list .latest-blog .latest-blog-item.first-blog .relative .latest-blog-img {
    border-radius: 10px;
    margin-bottom: 20px;
  }
  .blog-list .latest-blog .latest-blog-item.first-blog .relative .latest-blog-img img {
    border-radius: 10px;
  }
  .blog-list .latest-blog .latest-blog-item.first-blog .relative .latest-blog-content {
    padding: 0 15px 15px;
  }
  .blog-list .latest-blog .latest-blog-item.first-blog .relative .latest-blog-content h5 {
    font-size: 15px;
  }
  .blog-list .latest-blog .latest-blog-item.first-blog .relative .latest-blog-content .btn {
    font-size: 14px;
  }
  .blog-list .latest-blog .latest-blog-item .latest-blog-content {
    padding: 0 15px 15px;
  }
  .blog-list .latest-blog .latest-blog-item .latest-blog-content h5 {
    font-size: 20px;
  }
  .blog-list .latest-blog .latest-blog-item .latest-blog-content .btn {
    font-size: 14px;
  }
  .subscribe-wrap {
    padding: 0 20px;
  }
  .subscribe-wrap h4 {
    font-size: 18px;
  }
  .subscribe-wrap .form-group .form-control {
    padding: 15px 100px 15px 25px;
    font-size: 14px;
  }
  .subscribe-wrap .form-group input[type=submit].btn {
    font-size: 12px;
    padding: 15px;
  }
  .blog-pagination {
    padding: 10px 0;
  }
  .blog-pagination .wp-pagenavi a,
  .blog-pagination .wp-pagenavi span {
    padding: 10px;
    margin: 0 5px;
    font-size: 12px;
  }
  .blog-detail-img {
    margin-top: 40px;
  }
  .blog-detail-img .container {
    padding: 0;
  }
  .blog-detail-img img {
    border-radius: 0;
  }
  .blog-detail-content {
    margin-top: 40px;
    padding: 0 20px;
  }
  .blog-detail-content .container {
    padding-bottom: 20px;
  }
  .blog-detail-content .container h2 {
    margin-top: 30px;
  }
  .container-small {
    padding: 0 15px;
  }
  .about-content.industries-hero-content .about-content-inner {
    padding: 25px;
  }
  .ceo-wrap .ceo-section .ceo-img {
    flex: 0 0 100%;
    max-width: 600px;
    margin: 0 auto;
  }
  .ceo-wrap .ceo-section .ceo-img span.ceo-pic {
    text-align: center;
    padding-right: 0;
    max-width: 200px;
    margin: 0 auto;
  }
  .ceo-wrap .ceo-section .ceo-img span.ceo-icon-1 {
    left: 0;
    right: 0;
    margin: auto;
    top: 150px;
    max-width: 250px;
  }
  .ceo-wrap .ceo-section .ceo-img span.ceo-icon-2 {
    width: 100px;
    left: 55%;
    top: 200px;
  }
  .ceo-wrap .ceo-section .ceo-img span.ceo-icon-3 {
    width: 90px;
    height: 90px;
    border-radius: 10px;
    top: 30px;
  }
  .ceo-wrap .ceo-section .ceo-img span.ceo-icon-4 {
    width: 60px;
    height: 60px;
    top: 100px;
    left: 20px;
  }
  .ceo-wrap .ceo-section .ceo-img span.ceo-icon-4 img {
    border-radius: 10px;
  }
  .ceo-wrap .ceo-section .ceo-img:hover span.ceo-pic {
    text-align: center;
    padding-right: 0;
    max-width: 200px;
    margin: 0 auto;
  }
  .ceo-wrap .ceo-section .ceo-img:hover span.ceo-icon-1 {
    left: 0;
    right: 0;
    margin: auto;
    top: 150px;
    max-width: 250px;
  }
  .ceo-wrap .ceo-section .ceo-img:hover span.ceo-icon-2 {
    width: 100px;
    left: 55%;
    top: 200px;
  }
  .ceo-wrap .ceo-section .ceo-img:hover span.ceo-icon-3 {
    width: 90px;
    height: 90px;
    border-radius: 10px;
    top: 30px;
  }
  .ceo-wrap .ceo-section .ceo-img:hover span.ceo-icon-4 {
    width: 60px;
    height: 60px;
    top: 100px;
    left: 20px;
  }
  .ceo-wrap .ceo-section .ceo-img:hover span.ceo-icon-4 img {
    border-radius: 10px;
  }
  .ceo-wrap .ceo-section .ceo-content {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 80px;
    padding: 0 5%;
  }
  .ceo-wrap .ceo-section .ceo-content > div {
    text-align: center;
  }
  .ceo-wrap .ceo-section .ceo-content .designation {
    text-align: left;
    padding: 20px 0;
  }
  .mission-vision-wrap .mission-vision-inner {
    padding: 0;
  }
  .mission-vision-wrap .mission-vision-inner:before {
    width: 100%;
    height: 1px;
    left: 0;
  }
  .mission-vision-wrap .mission-vision-inner .mission-card {
    padding: 40px 0;
  }
  .industries-wrap .industries-slider .industries-img:after {
    display: none;
  }
  .industries-wrap .industries-slider .industries-content {
    max-width: 100%;
    margin: 0 auto;
    padding: 20px 25px 40px;
  }
  .industries-wrap .industries-slider .industries-content:after {
    width: 40px;
    height: 40px;
  }
  .industries-wrap .industries-slider .industries-content a {
    font-size: 12px;
  }
  .industries-wrap .industries-slider .industries-content a img {
    max-width: 20px;
  }
  .industries-wrap .slick-dots li button {
    padding: 5px 5px;
    font-size: 12px;
  }
  .download-profile-wrap {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .download-profile-wrap .download-profile-card {
    padding: 40px;
    border-radius: 20px;
  }
  .download-profile-wrap .download-profile-card .download-profile-card-inner .profile-types button {
    font-size: 14px;
    padding: 10px 20px;
  }
  .guidance-wrap .guidance-left-bg {
    top: -20%;
    width: 50vw;
    height: 50vw;
  }
  .guidance-wrap .guidance-right-line-bg {
    width: 30vw;
  }
  .guidance-wrap .guidance-inner .guidance-img {
    max-height: 250px;
  }
  .guidance-wrap .guidance-inner .guidance-img:before {
    height: 200px;
    width: 150px;
  }
  .guidance-wrap .guidance-inner .guidance-img img {
    margin: 0 auto;
    max-width: 260px;
  }
  .graph-wrap .graph-inner .graph-left img {
    max-width: 300px;
  }
  .btnLoadMore,
  .btnLoadMoreCS {
    font-size: 14px;
  }
  .download-profile-wrap .download-profile-card .download-profile-card-inner {
    padding: 6%;
  }
  .solutions-slider-wrap {
    position: relative;
    margin: 50px 0 0px;
  }
  .solutions-slider-wrap .solutions-slider-right-bg {
    top: -15%;
  }
  .solutions-slider-wrap .custom-arrows-solutions {
    top: auto;
    bottom: 20px;
  }
  .solutions-slider-wrap .solutions-slider .slick-slide {
    padding: 20px 10px 20px;
  }
  .solutions-slider-wrap .solutions-slider .slick-slide .solutions-slide-item {
    border-radius: 20px;
    padding: 40px 15px;
  }
  .solutions-slider-wrap .solutions-slider .slick-slide .solutions-slide-item:before {
    border-radius: 20px;
  }
  .solutions-slider-wrap .solutions-slider .slick-slide:nth-child(1n) .solutions-slide-item:before {
    border-radius: 20px;
  }
  .solutions-slider-wrap .solutions-slider .slick-list {
    padding: 0 !important;
  }
  .services-slider .services-slider-left-line-bg {
    max-height: 250px;
    left: 0;
    bottom: 45%;
  }
  .services-slider .services-slider-right-line-bg {
    max-height: 250px;
    right: 0;
    top: 10%;
  }
  .description {
    padding: 0 20px;
    text-align: center;
  }
  .services-case {
    margin: 20px 0 0;
  }
  .case-studies .case-studies-item .case-studies-img {
    margin-bottom: 15px;
  }
  .case-studies .case-studies-item .case-studies-content h6 {
    font-size: 10px;
    margin-bottom: 15px;
  }
  .case-studies .case-studies-item .case-studies-content h5 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .case-studies .case-studies-item .case-studies-content p {
    font-size: 10px;
  }
  .join-community-wrap .join-community-card {
    border-radius: 20px;
  }
  .filter-wrap.case-studies-filter .filter-search {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
  }
  .filter-wrap.case-studies-filter .filter-menu {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .indu-case-studies .container {
    padding-left: 0;
    padding-right: 0;
  }
  .achievements-wrap {
    margin-bottom: 30px;
  }
  .achievements-wrap .achievements-slider .industries-content {
    padding: 25px 25px 0 25px;
  }
  .achievements-wrap .achievements-slider .industries-content .achievement-link a img {
    max-width: 20px;
  }
  .achievements-wrap .slick-dots {
    margin-top: 30px;
  }
  .achievements-wrap .custom-arrows {
    max-width: calc(100% - 25px);
    margin-left: auto;
    margin-right: auto;
  }
  .achievements-wrap .custom-arrows.custom-arrows-achievements .slick-arrow {
    margin-top: -40px;
  }
  .content-center-wrap {
    padding: 0 0 50px;
  }
  .industries-wrap .industries-slider {
    margin: 50px 0 0;
  }
}
/* 767 end */
@media screen and (max-width: 766px) {
  .services-case-studies .container {
    max-width: 100%;
    padding: 0 15px;
  }
  .services-case-studies .services-case {
    margin-left: -15px;
    margin-right: -15px;
  }
}
/* 766 end */
@media screen and (max-width: 640px) {
  .blog-list .latest-blog .latest-blog-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .blog-list .latest-blog .latest-blog-item .latest-blog-img .blog-author {
    font-size: 10px;
  }
  .blog-list .latest-blog .latest-blog-item .latest-blog-img .blog-author img {
    margin-right: 8px;
  }
  .services-wrap .slick-dots li button {
    padding: 0 2px;
  }
  .latest-update-wrap .latest-update-inner .latest-update .slick-dots li button {
    padding: 7px 2px;
  }
  .guidance-wrap .guidance-inner .guidance-img {
    max-width: 280px;
  }
  .guidance-wrap .guidance-inner .guidance-img img {
    max-width: 200px;
  }
}
/* 640 end */
@media screen and (max-width: 575px) {
  .certificate-img-wrap {
    padding: 30px;
    border-radius: 0px;
  }
}
/* 575 end */
/*viewport start*/
/*1921 end*//*# sourceMappingURL=style.css.map */