@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
@font-face {
  font-family: "Montserrat-Medium";
  src: url("../../fonts/Montserrat-Medium.eot") format("embedded-opentype"), url("../../fonts/Montserrat-Medium.woff") format("woff"), url("../../fonts/Montserrat-Medium.ttf") format("truetype"), url("../../fonts/Montserrat-Medium.svg#Montserrat-Medium") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-Regular";
  src: url("../../fonts/Montserrat-Regular.eot") format("embedded-opentype"), url("../../fonts/Montserrat-Regular.woff") format("woff"), url("../../fonts/Montserrat-Regular.ttf") format("truetype"), url("../../fonts/Montserrat-Regular.svg#Montserrat-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-Bold";
  src: url("../../fonts/Montserrat-Bold.eot") format("embedded-opentype"), url("../../fonts/Montserrat-Bold.woff") format("woff"), url("../../fonts/Montserrat-Bold.ttf") format("truetype"), url("../../fonts/Montserrat-Bold.svg#Montserrat-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-Light";
  src: url("../../fonts/Montserrat-Light.eot") format("embedded-opentype"), url("../../fonts/Montserrat-Light.woff") format("woff"), url("../../fonts/Montserrat-Light.ttf") format("truetype"), url("../../fonts/Montserrat-Light.svg#Montserrat-Light") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-SemiBold";
  src: url("../../fonts/Montserrat-SemiBold.eot") format("embedded-opentype"), url("../../fonts/Montserrat-SemiBold.woff") format("woff"), url("../../fonts/Montserrat-SemiBold.ttf") format("truetype"), url("../../fonts/Montserrat-SemiBold.svg#Montserrat-SemiBold") format("svg");
  font-weight: normal;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  list-style: none;
  word-wrap: break-word;
  outline: 0;
  box-sizing: border-box;
}

::-webkit-scrollbar {
  width: 5px;
  background-color: #efeeee;
}

::-webkit-scrollbar-track {
  border-radius: 0.625rem;
}

::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 0;
}

::-webkit-scrollbar-thumb:hover {
  background: #ddd;
}

::-moz-selection {
  color: rgb(255, 255, 255);
  background: rgb(16, 24, 37);
}

::selection {
  color: rgb(255, 255, 255);
  background: rgb(16, 24, 37);
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body,
html {
  background: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  line-height: 1.5294717647;
  font-weight: 500;
  letter-spacing: 0.021em;
  color: #333;
  font-style: normal;
  height: 100%;
  min-height: 100%;
  scroll-behavior: smooth;
  box-sizing: border-box;
  transition: all 0.5s ease 0;
}
@media (min-width: 1600) and (max-width: 1920px) {
  body,
  html {
    font-size: 1.125rem;
  }
}
@media (max-width: 1300px) {
  body,
  html {
    font-size: 0.875rem;
  }
}

body,
button,
input,
select,
textarea {
  font-synthesis: none;
  -moz-font-feature-settings: kern;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  direction: ltr;
  text-align: left;
}

a,
abbr,
acronym,
applet,
big,
blockquote,
body,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
fieldset,
font,
form,
html,
iframe,
img,
ins,
kbd,
label,
legend,
object,
p,
q,
s,
samp,
small,
span,
strike,
sub,
sup,
tt,
var {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
}

:focus {
  outline: 0;
}

ol,
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul li {
  color: #1d1d1d;
}

table {
  border-collapse: collapse;
}

address,
caption,
code,
figcaption,
pre,
th {
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

fieldset,
iframe,
img {
  border: 0;
}

img {
  height: auto;
  transition-duration: 0.3s;
}

caption,
th {
  text-align: left;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

abbr[title] {
  border-bottom: 0;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  max-width: 100%;
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: ButtonText dotted 1px;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[hidden],
template {
  display: none;
}

a {
  color: #fbad17;
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

p + a {
  display: inline-block;
}

:focus[data-focus-method=mouse]:not(input):not(textarea):not(select),
:focus[data-focus-method=touch]:not(input):not(textarea):not(select) {
  outline: 0;
}

::-moz-focus-inner {
  border: 0;
  padding: 0;
}

p {
  color: rgba(255, 255, 255, 0.7411764706);
  line-height: 1.5;
  margin: 0;
  padding: 0;
  letter-spacing: 0.021em;
}

p + p {
  margin-bottom: 0.625rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  line-height: 1.3;
  display: block;
  color: #1d1d1d;
}

h1 + p,
h2 + p,
h3 + p,
h4 + p,
h5 + p,
h6 + p {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

@media (max-width: 1300px) {
  h1 {
    font-size: 1.875rem;
  }
}

.btn,
.btn:hover,
a,
a:hover {
  transition: all 0.3s ease 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

.loader {
  background: #fff;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.loader img {
  position: absolute;
  width: 100px;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (min-width: 1200px) {
  main .container, main .container-lg, main .container-md, main .container-sm, main .container-xl {
    max-width: 90%;
  }
}
.btn-theme {
  display: inline-block;
  color: rgb(16, 24, 37);
  font-size: 0.8rem;
  padding: 0.313rem 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  transition: all 0.2s cubic-bezier(0.46, -0.11, 0.22, 0.94);
}
.btn-theme:hover {
  transition: all 0.2s cubic-bezier(0.46, -0.11, 0.22, 0.94);
  outline-offset: 0px;
  color: rgb(16, 24, 37);
}

.btn-round-y {
  display: inline-block;
  border: 2px solid rgb(251, 173, 23);
  background-color: rgb(251, 173, 23);
  color: rgb(16, 24, 37);
  font-size: 0.8rem;
  padding: 0.313rem 0.75rem;
  font-weight: 600;
  border-radius: 50px;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
}

.btn-theme:active,
.btn-theme:focus,
.btn-theme:hover {
  text-decoration: none;
}

a.link-btn {
  color: rgb(16, 24, 37);
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
  border-bottom: 2px solid rgb(16, 24, 37);
  transition: all 0.3s cubic-bezier(0.46, -0.11, 0.22, 0.94);
}

a.link-btn:hover,
a.link-btn:focus,
a.link-btn:active {
  border-bottom: 2px solid rgb(251, 173, 23);
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.46, -0.11, 0.22, 0.94);
}

a.link-arrow {
  color: rgb(16, 24, 37);
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
  transition: all 0.3s cubic-bezier(0.46, -0.11, 0.22, 0.94);
  display: flex;
  align-content: center;
}

a.link-arrow i {
  width: 25px;
  height: 25px;
  border: 1px solid #000;
  border-radius: 50%;
  margin-left: 10px;
  text-align: center;
  line-height: 25px;
  background-color: transparent;
  transition: all 0.3s cubic-bezier(0.46, -0.11, 0.22, 0.94);
}

a.link-arrow:hover i {
  transition: all 0.3s cubic-bezier(0.46, -0.11, 0.22, 0.94);
  background-color: rgb(16, 24, 37);
  color: rgb(255, 255, 255);
  margin-left: 5px;
}

.txt-blue {
  color: rgb(16, 24, 37);
}

.txt-white {
  color: rgb(255, 255, 255);
}

.txt-yellow {
  color: rgb(251, 173, 23);
}

.txt-red {
  color: rgb(200, 35, 51);
}

.t-light {
  font-weight: 400;
}

.t-normal {
  font-weight: 500;
}

.t-bold {
  font-weight: 600;
}

.t-bolder {
  font-weight: 700;
}

.bg-blue {
  background-color: rgb(16, 24, 37);
}

.bg-yellow {
  background-color: rgb(251, 173, 23);
}

.bg-red {
  background-color: rgb(200, 35, 51);
}

.bg-gray {
  background-color: rgb(244, 244, 244);
}

.bg-blue-light {
  background-color: rgb(235, 238, 240);
}

.bg-white {
  background-color: rgb(255, 255, 255);
}

label {
  font-size: 1.125rem;
  font-weight: 400;
}

input.form-control,
input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
select,
textarea.form-control {
  display: block;
  width: 100%;
  height: 2.5rem;
  padding: 6px 12px;
  font-size: 0.875rem;
  line-height: 1.42857143;
  color: #333;
  background-color: rgb(255, 255, 255);
  background-image: none;
  border: 1px solid #d2d2d2;
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

input.form-contron:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=text]:focus,
select:focus,
textarea.form-control:focus {
  border: 2px solid rgb(251, 173, 23);
  outline: 0;
  box-shadow: none;
}

textarea.form-control {
  height: 6.25rem;
}

.grid-2 {
  display: grid;
  grid-gap: 1.875rem 1.25rem;
  grid-template-columns: auto auto;
  padding: 10px;
  align-content: center;
}

.grid-3 {
  display: grid;
  grid-gap: 1.875rem 1.25rem;
  grid-template-columns: auto auto auto;
  padding: 10px;
  align-content: center;
}

.grid-4 {
  display: grid;
  grid-gap: 1.875rem 1.25rem;
  grid-template-columns: auto auto auto auto;
  padding: 10px;
  align-content: center;
}

.flex__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 2rem;
}
.flex__grid .flex__item {
  flex: 0 1 32%;
  margin-bottom: 1rem;
}
.flex__grid .flex__item:nth-child(n+3) {
  margin-bottom: 0;
}

.container__fluid {
  max-width: 90%;
  margin: 0 auto;
}

.cover {
  background-color: rgba(0, 0, 0, 0);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  width: 100%;
  height: 100%;
  opacity: 1;
  visibility: inherit;
  z-index: 20;
}

.m-0 {
  margin: 0;
}

.m-t-10 {
  margin-top: 0.625rem;
}

.m-t-20 {
  margin-top: 1.25rem;
}

.m-t-30 {
  margin-top: 1.875rem;
}

.m-t-40 {
  margin-top: 2.5rem;
}

.m-t-50 {
  margin-top: 3.125rem;
}

.m-t-b-50 {
  margin: 3.125rem 0;
}

.p-0 {
  padding: 0;
}

.p-20 {
  padding: 1.25rem;
}

.p-30 {
  padding: 1.875rem;
}

.p-t-20 {
  padding-top: 1.25rem;
}

.p-t-30 {
  padding-top: 1.875rem;
}

.p-t-40 {
  padding-top: 2.5rem;
}

.p-t-50 {
  padding-top: 3.125rem;
}

.p-t-b-50 {
  padding: 3.125rem 0;
}

.gap-full {
  padding: 6.25rem 0;
}

.gap-half {
  padding: 3.125rem 0;
}

img {
  max-width: 100%;
}

.d-v-center {
  display: flex;
  align-items: center;
}

.animatezoomin {
  animation: animatezoomin 1s cubic-bezier(0.215, 0.61, 0.355, 1.1d1d1d);
}
@keyframes animatezoomin {
  0% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  opacity: 0;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
}

@keyframes fadeInUp {
  from {
    transform: translate3d(0, 2.5rem, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.tracking-in-expand {
  animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.61, 0.355, 1.1d1d1d) both;
}
@keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
[data-aos=clip_animation].aos-animate {
  animation: clip_circle 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) both;
}
@keyframes clip_circle {
  0% {
    transform: scale3d(0.1, 0.1, 1);
    backface-visibility: hidden;
    perspective: 1000px;
    transition: transform 0.55s cubic-bezier(0, 0.84, 0, 0.98) 0;
    -webkit-clip-path: circle(0px at center);
    clip-path: circle(0px at center);
  }
  100% {
    transform: scale3d(1, 1, 1);
    backface-visibility: hidden;
    perspective: 1000px;
    transition: transform 0.55s cubic-bezier(0, 0.84, 0, 0.98) 0;
    -webkit-clip-path: circle(240px at center);
    clip-path: circle(240px at center);
  }
}
[data-aos=clip_animation3].aos-animate {
  animation: clip_circle3 1s cubic-bezier(0.215, 0.61, 0.355, 1) both;
}
@keyframes clip_circle3 {
  0% {
    transform: scale3d(0.1, 0.1, 1);
    backface-visibility: hidden;
    perspective: 1000px;
    transition: transform 0.55s cubic-bezier(0, 0.84, 0, 0.98) 0;
    -webkit-clip-path: circle(0px at center);
    clip-path: circle(0px at center);
  }
  100% {
    transform: scale3d(1, 1, 1);
    backface-visibility: hidden;
    perspective: 1000px;
    transition: transform 0.55s cubic-bezier(0, 0.84, 0, 0.98) 0;
    -webkit-clip-path: circle(540px at center);
    clip-path: circle(540px at center);
  }
}
[data-aos=clip_animation_2].aos-animate {
  animation: clip_circle 1s cubic-bezier(0.215, 0.61, 0.355, 1) both;
}

@keyframes clip_circle {
  0% {
    transform: scale3d(0.1, 0.1, 1);
    backface-visibility: hidden;
    perspective: 1000px;
    transition: transform 0.55s cubic-bezier(0, 0.84, 0, 0.98) 0;
    -webkit-clip-path: circle(0px at center);
    clip-path: circle(0px at center);
  }
  100% {
    transform: scale3d(1, 1, 1);
    backface-visibility: hidden;
    perspective: 1000px;
    transition: transform 0.55s cubic-bezier(0, 0.84, 0, 0.98) 0;
    -webkit-clip-path: circle(300px at center);
    clip-path: circle(300px at center);
  }
}
.float {
  animation-name: floating;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
@keyframes floating {
  from {
    transform: translate(0, 0);
  }
  65% {
    transform: translate(0, 0.938rem);
  }
  to {
    transform: translate(0, 0);
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}
@keyframes slideInDown {
  0% {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  0% {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  0% {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}
@keyframes slideOutDown {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  animation-name: slideOutDown;
}

.fadeInRightSmall {
  animation-name: fadeInRightSmall;
}
@keyframes fadeInRightSmall {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeftSmall {
  animation-name: fadeInLeftSmall;
}
@keyframes fadeInLeftSmall {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInUpSmall {
  animation-name: fadeInUpSmall;
  transform-origin: 50% 100%;
}
@keyframes fadeInUpSmall {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDownSmall {
  animation-name: fadeInDownSmall;
  transform-origin: 50% 100%;
}
@keyframes fadeInDownSmall {
  0% {
    opacity: 0;
    transform: translateY(-60px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.slideInUpSmall {
  animation-name: slideInUpSmall;
  transform-origin: 50% 100%;
}
@keyframes slideInUpSmall {
  0% {
    transform: translateY(60px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes scaleIn {
  0% {
    opacity: 0;
    transform: scale3d(0.8, 0.8, 0.8);
  }
  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.scaleIn {
  animation-name: scaleIn;
}
@keyframes slideInLeftLg {
  0% {
    opacity: 0;
    transform: translate3d(-120%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeftLg {
  animation-name: slideInLeftLg;
}
@keyframes slideInRightLg {
  0% {
    opacity: 0;
    transform: translate3d(120%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.slideInRightLg {
  animation-name: slideInRightLg;
}

.clipInLeft {
  animation-name: fadeInLeftSmall;
}

.clipInRight {
  animation-name: fadeInRightSmall;
}

.clipInUp {
  animation-name: fadeInUpSmall;
}

.clipInDown {
  animation-name: fadeInDownSmall;
}

@supports ((-webkit-clip-path: polygon(0 0)) or (clip-path: polygon(0 0))) {
  @keyframes clipInLeft {
    0% {
      -webkit-clip-path: polygon(-10% -10%, -10% -10%, -10% 110%, -10% 110%);
      clip-path: polygon(-10% -10%, -10% -10%, -10% 110%, -10% 110%);
    }
    100% {
      -webkit-clip-path: polygon(-10% -10%, 110% -10%, 110% 110%, -10% 110%);
      clip-path: polygon(-10% -10%, 110% -10%, 110% 110%, -10% 110%);
    }
  }
  @keyframes clipInRight {
    0% {
      -webkit-clip-path: polygon(110% -10%, 110% -10%, 110% 110%, 110% 110%);
      clip-path: polygon(110% -10%, 110% -10%, 110% 110%, 110% 110%);
    }
    100% {
      -webkit-clip-path: polygon(-10% -10%, 110% -10%, 110% 110%, -10% 110%);
      clip-path: polygon(-10% -10%, 110% -10%, 110% 110%, -10% 110%);
    }
  }
  @keyframes clipInUp {
    0% {
      -webkit-clip-path: polygon(-10% 110%, -10% 110%, 110% 110%, 110% 110%);
      clip-path: polygon(-10% 110%, -10% 110%, 110% 110%, 110% 110%);
    }
    100% {
      -webkit-clip-path: polygon(-10% 110%, -10% -10%, 110% -10%, 110% 110%);
      clip-path: polygon(-10% 110%, -10% -10%, 110% -10%, 110% 110%);
    }
  }
  @keyframes clipInDown {
    0% {
      -webkit-clip-path: polygon(-10% -10%, -10% -10%, 110% -10%, 110% -10%);
      clip-path: polygon(-10% -10%, -10% -10%, 110% -10%, 110% -10%);
    }
    100% {
      -webkit-clip-path: polygon(-10% 110%, -10% -10%, 110% -10%, 110% 110%);
      clip-path: polygon(-10% 110%, -10% -10%, 110% -10%, 110% 110%);
    }
  }
  .clipInLeft {
    animation-name: clipInLeft;
  }
  .clipInRight {
    animation-name: clipInRight;
  }
  .clipInUp {
    animation-name: clipInUp;
  }
  .clipInDown {
    animation-name: clipInDown;
  }
}
ul.check li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 22px;
  font-size: 14px;
  color: #3c3c3c;
  font-weight: 500;
  text-align: justify;
}
ul.check li::before {
  font-family: FontAwesome;
  content: "\f058";
  color: rgb(251, 173, 23);
  position: absolute;
  left: 0;
}
ul.check li:last-child {
  margin-bottom: 0;
}

/************************/
.header {
  height: 58px;
  width: 100%;
  position: fixed;
  color: white;
  letter-spacing: 0.025em;
  transition: all 0.2s cubic-bezier(0.46, -0.11, 0.22, 0.94);
  z-index: 999;
}

.header .nav-row {
  max-width: 95%;
  width: 100%;
  margin: 0 auto;
  padding: 25px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header .nav-row .nav-logo {
  display: inline-block;
}

.header .nav-row .nav-logo img {
  width: 10rem;
}

.header .nav-logo .logo {
  display: none;
}

.header .nav-row .nav-controls {
  float: right;
}

.header .nav-row .nav-controls .nav-item {
  display: inline-block;
}

.header .nav-row .nav-controls .nav-item .nav-link {
  padding: 25px 9px;
  font-size: 0.875rem;
  letter-spacing: 1px;
  text-decoration: none;
  color: #363636;
  text-transform: capitalize;
  position: relative;
}

.header .nav-row .nav-controls .nav-item:last-child .nav-link {
  padding: 25px 0px 25px 10px;
}

.header.solid-nav {
  height: 80px;
  background-color: rgb(255, 255, 255);
  transition: all 0.2s cubic-bezier(0.46, -0.11, 0.22, 0.94);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.header.solid-nav .nav-row {
  padding-top: 5px;
}

.header.solid-nav .nav-row .nav-controls .nav-item .nav-link {
  color: rgb(0, 0, 0);
  font-weight: 600;
}

.header .nav-row .nav-controls .nav-item .nav-link:not(:only-child):after,
.header .nav-row .nav-controls .nav-item .nav-link:visited:not(:only-child):after {
  padding-left: 3px;
  content: "\f107";
  font-family: FontAwesome;
}

.header .nav-row .nav-controls .nav-item .nav-link span {
  position: relative;
  text-transform: uppercase;
}

/*
.header .nav-row .nav-controls .nav-item .nav-link span::after,
.header .nav-row .nav-controls .nav-item .nav-link span::before {
    content: "";
    display: block;
    width: 6px;
    height: 2px;
    background: $white;
    position: absolute;
    pointer-events: none;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.header.solid-nav .nav-row .nav-controls .nav-item .nav-link span::after,
    .header.solid-nav .nav-row .nav-controls .nav-item .nav-link span::before {
        background: $theme-blue;
    }
.header .nav-row .nav-controls .nav-item .nav-link span::before {
    right: -15px;
    top: 7px
}

.header .nav-row .nav-controls .nav-item .nav-link span::after {
    right: -18px;
    top: 7px
}

.header .nav-row .nav-controls .nav-item .nav-link span::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.header .nav-row .nav-controls .nav-item .nav-link span::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.header .nav-row .nav-controls .nav-item:hover .nav-link span::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: $theme-yellow;
}

.header .nav-row .nav-controls .nav-item:hover .nav-link span::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: $theme-yellow;
}
*/
.header.solid-nav .nav-logo .logo, .header.solid-nav1 .nav-logo .logo {
  display: block;
}

.header.solid-nav .nav-logo .logo-w, .header.solid-nav1 .nav-logo .logo-w {
  display: none;
}

.header .nav-toggle {
  display: none;
}

.header .nav-toggle svg {
  width: 35px;
  height: auto;
}

.header .nav-row .nav-controls .nav-item:hover .dropdown_menu {
  display: block;
}

.header .nav-row .nav-controls .nav-item .dropdown_menu {
  position: absolute;
  background: #fff !important;
  border-top: 2px solid rgb(251, 173, 23);
  text-align: left;
  display: none;
  min-width: 12rem;
  padding: 0;
  margin: -1px;
  font-size: 14px;
  border-radius: 0;
  box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.header .nav-row .nav-controls .nav-item .dropdown_menu li {
  display: block;
}

.header .nav-row .nav-controls .nav-item .dropdown_menu li a {
  color: rgb(0, 0, 0);
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 7px 15px !important;
  text-decoration: none;
}

.header .nav-row .nav-controls .nav-item .dropdown_menu li:last-child a {
  border-bottom: none;
}

.header .nav-row .nav-controls .nav-item .dropdown_menu li a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

/*
.header .nav-row .nav-controls .nav-item:hover a ~ .dropdown_menu {
    display: block;
    animation: slideup 0.5s ease;
}
*/
@keyframes slideup {
  from {
    transform: translateY(20px);
  }
  to {
    transform: translateY(0px);
  }
}
.showed {
  display: block;
}

.banner__container {
  position: relative;
  z-index: 4;
}

.banner-slider .slide-content {
  width: 100%;
  height: 46vmax;
  backface-visibility: hidden;
  transform: translate3d(0px, 0px, 0px);
  visibility: inherit;
  opacity: 1;
}

.banner-slider .slide-content .cover {
  background-color: rgba(0, 0, 0, 0);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  width: 100%;
  height: 100%;
  opacity: 1;
  visibility: inherit;
  z-index: 20;
}

.banner-slider .slide-content .mob {
  display: none;
}

.banner-slider .slide-content a.desk {
  position: absolute;
  right: 10%;
  top: 25%;
  width: 35%;
}

.banner-slider button.slick-next,
button.slick-next:hover {
  position: absolute;
  bottom: 5%;
  right: 8.5rem;
  z-index: 1;
  background: transparent;
  border: none;
  color: rgb(251, 173, 23);
}

.banner-slider button.slick-prev,
button.slick-prev:hover {
  position: absolute;
  bottom: 5%;
  right: 13rem;
  z-index: 1;
  background: transparent;
  border: none;
  color: rgb(251, 173, 23);
}

.banner-slider button.slick-prev::before {
  content: "/";
  position: absolute;
  right: -18px;
  color: rgb(251, 173, 23);
}

.banner-slider button.slick-prev::after {
  content: "\f177";
  font-family: FontAwesome;
  position: absolute;
  left: -20px;
  color: rgb(251, 173, 23);
}

.banner-slider button.slick-next::after {
  content: "\f178";
  font-family: FontAwesome;
  position: absolute;
  right: -20px;
  color: rgb(251, 173, 23);
}

.s-intro {
  position: relative;
  z-index: 3;
}

.s-intro img {
  position: relative;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.3);
  width: 100%;
}

.s-intro::after {
  content: "";
  position: absolute;
  top: -30%;
  left: 30%;
  z-index: -1;
  width: 200px;
  height: 100%;
  background-color: rgb(251, 173, 23);
}

.s-intro::before {
  content: "";
  position: absolute;
  bottom: -30%;
  left: 30%;
  z-index: -1;
  width: 200px;
  height: 100%;
  background-color: rgb(251, 173, 23);
}

.abt {
  background-color: rgb(16, 24, 37);
  padding: 1rem 0 2rem;
  position: relative;
  color: rgb(255, 255, 255);
  z-index: 3;
}

.abt::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 30px;
  background-color: rgb(255, 255, 255);
}

.abt h5 {
  color: inherit;
  text-align: center;
}

.abt .btn-wrap {
  text-align: center;
  position: relative;
  z-index: 2;
  transform: translateY(19px);
}

/*
.abt .btn-wrap a::after {
    content: '';
    position: absolute;
    top: -6px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 55px;
    border: 2px solid $theme-yellow;
    transform: scale(1.2);
}*/
.s-tool-box-grid {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-around;
}

.s-tool-box-grid .s-wrapper {
  position: relative;
  padding: 1rem 0.8rem;
  margin-bottom: 1.1rem;
  width: 120px;
  transition: all 0.3s cubic-bezier(0.46, -0.11, 0.22, 0.94);
  background-color: transparent;
}

.s-tool-box-grid .s-wrapper::after {
  position: absolute;
  content: "";
  width: 90%;
  left: 5%;
  top: 0;
  height: 110%;
  top: -5%;
  border-top: 1px solid rgb(16, 24, 37);
  border-bottom: 1px solid rgb(16, 24, 37);
  transition: all 0.3s cubic-bezier(0.46, -0.11, 0.22, 0.94);
}

.s-tool-box-grid .s-wrapper::before {
  position: absolute;
  content: "";
  width: 110%;
  left: -5%;
  top: 0%;
  height: 100%;
  border-left: 1px solid rgb(16, 24, 37);
  border-right: 1px solid rgb(16, 24, 37);
  transition: all 0.3s cubic-bezier(0.46, -0.11, 0.22, 0.94);
}

.s-tool-box-grid .s-wrapper:hover::before {
  border-left: 6px solid rgb(16, 24, 37);
  border-right: 6px solid rgb(16, 24, 37);
  transition: all 0.3s cubic-bezier(0.46, -0.11, 0.22, 0.94);
}

.s-tool-box-grid .s-wrapper:hover::after {
  width: 110%;
  left: -6px;
  top: 0;
  height: 110%;
  top: -5%;
  border-top: 6px solid rgb(16, 24, 37);
  border-bottom: 6px solid rgb(16, 24, 37);
  transition: all 0.3s cubic-bezier(0.46, -0.11, 0.22, 0.94);
}

.s-tool-box-grid .s-wrapper svg {
  width: 50px;
  height: 50px;
  fill: rgb(16, 24, 37);
}

.s-tool-box-grid .s-wrapper:hover svg {
  transition: all 0.3s cubic-bezier(0.46, -0.11, 0.22, 0.94);
  fill: rgb(255, 255, 255);
}

.s-tool-box-grid .s-wrapper:hover h6 {
  transition: all 0.3s cubic-bezier(0.46, -0.11, 0.22, 0.94);
  color: rgb(255, 255, 255);
}

.s-tool-box-grid .s-wrapper:hover {
  transition: all 0.3s cubic-bezier(0.46, -0.11, 0.22, 0.94);
  background-color: rgb(16, 24, 37);
}

.s-tool-box .cta {
  width: 50vh;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.h-toolbox-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  align-items: center;
}

.h-toolbox-grid .h-box .content {
  padding: 5rem;
}

.h-toolbox-grid .h-box .content.item {
  padding: 9rem;
}

.h-toolbox-grid .h-box .item-1 {
  background-image: url(../img/home/oem-hardware.jpg);
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 60vh;
  background-size: cover;
}

.h-toolbox-grid .h-box .item-2 {
  background-image: url(../img/home/simulanis-hardware.jpg);
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 60vh;
  background-size: cover;
}

.client-logo-slider {
  display: none;
}

.client-logo-slider .item {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.2fr;
  grid-template-rows: 1fr 1fr;
  gap: 10px;
  grid-template-areas: "t-cell t-cell3" "t-cell2 t-cell3";
}

.t-cell1 {
  grid-area: t-cell;
  position: relative;
}

.t-cell2 {
  grid-area: t-cell2;
  position: relative;
}

.t-cell3 {
  grid-area: t-cell3;
  position: relative;
}

.t-cell1 img,
.t-cell2 img,
.t-cell3 img {
  width: 100%;
  height: 99%;
}

.play-btn {
  background-image: url(../img/home/play.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 147px;
  height: 147px;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.play-btn:before {
  animation: ripple 2s cubic-bezier(0.46, -0.11, 0.22, 0.94) infinite;
}

.play-btn:before {
  content: "";
  display: block;
  position: absolute;
  top: 33%;
  left: 33%;
  width: 49px;
  height: 49px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  transform: translate(-50%, -50%);
}
@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
  }
  75% {
    -webkit-transform: scale(2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2.75);
    opacity: 0;
  }
}
.invt-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 200px 200px;
  grid-gap: 15px;
  grid-template-areas: "i-cell1 i-cell2" "i-cell3 i-cell3";
}

.i-cell1 {
  grid-area: i-cell1;
  position: relative;
}

.i-cell2 {
  grid-area: i-cell2;
  position: relative;
}

.i-cell3 {
  grid-area: i-cell3;
  position: relative;
}

.i-cell1 a,
.i-cell2 a,
.i-cell3 a {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 0 0 50px;
  border-color: transparent transparent transparent rgb(16, 24, 37);
}

.i-cell1 a::before,
.i-cell2 a::before,
.i-cell3 a::before {
  font-family: FontAwesome;
  content: "\f067";
  position: absolute;
  color: rgb(255, 255, 255);
  top: -29px;
  left: -43px;
  z-index: 2;
}

.i-cell1 .content {
  background-color: rgb(251, 173, 23);
  color: rgb(255, 255, 255);
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 1rem;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.i-cell1 .content h2,
.i-cell1 .content p {
  color: rgb(255, 255, 255);
}

.badge-title {
  font-size: 0.8rem;
  position: absolute;
  top: 10px;
  left: 20px;
  background: transparent;
  border: 2px solid rgb(251, 173, 23);
  padding: 5px 8px;
  border-radius: 50px;
  text-transform: uppercase;
}

.b-wrapper a.link-arrow {
  float: right;
  margin-top: 20px;
}

.res-holder {
  display: grid;
  grid-template-columns: 20% 80%;
  grid-gap: 10px;
  align-items: center;
}

.cred-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  grid-gap: 6px;
}

.cred-grid .content {
  padding: 6rem;
  background-color: rgb(16, 24, 37);
}

.cred-grid .content h2 {
  font-size: 3.5rem;
  font-weight: 700;
  color: rgb(255, 255, 255);
}

.cred-grid .content h2 span {
  color: rgb(251, 173, 23);
}

.cred-grid .img-holder img {
  position: absolute;
  width: 100%;
  height: 100%;
}

.res-holder .inner h2 {
  font-size: 3rem;
  margin-bottom: 0;
  line-height: 22px;
}

.res-holder .inner p {
  font-size: 12px;
  margin: 0;
  color: #fff;
}

.knw-base .content {
  position: relative;
  height: 40vh;
}

.knw-base-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  padding: 0 5rem;
  grid-gap: 10px;
}

.knw-base .content a {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 0 0 50px;
  border-color: transparent transparent transparent rgb(16, 24, 37);
}

.knw-base .content a::before {
  font-family: FontAwesome;
  content: "\f067";
  position: absolute;
  color: rgb(255, 255, 255);
  top: -29px;
  left: -43px;
  z-index: 2;
}

.knw-base .content .badge-title {
  position: absolute;
  top: 10px;
  right: 20px;
  left: unset;
  background: rgb(251, 173, 23);
  border: 2px solid rgb(251, 173, 23);
  color: rgb(16, 24, 37);
  padding: 3px 8px;
  border-radius: 50px;
  font-weight: 500;
  font-size: 0.8rem;
}

.bottom-cta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 5px;
}

.bottom-cta .content {
  background-color: rgb(16, 24, 37);
  padding: 3rem;
  position: relative;
  overflow: hidden;
}

.bottom-cta .content img {
  position: absolute;
  right: -25px;
  bottom: 0;
  width: 13rem;
  height: auto;
  opacity: 0.5;
}

.bottom-cta .content h2 {
  color: rgb(255, 255, 255);
  font-size: 2.5rem;
  font-weight: 700;
}

.bottom-cta .content h2 span {
  color: rgb(251, 173, 23);
}

.s-news .row.pad {
  padding: 0 2rem;
}

.news-box {
  background-color: #e5eef0;
}

.news-box .news-content {
  position: relative;
  padding: 10px 2rem 1rem;
  color: rgb(0, 0, 0);
  text-align: center;
}

.news-box .news-content::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 35px 35px 35px;
  border-color: transparent transparent #e5eef0 transparent;
  position: absolute;
  top: -33px;
  left: 40%;
  z-index: 99;
}

.news-box.item-m .news-content::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 35px 0 35px;
  border-color: #e5eef0 transparent transparent transparent;
  position: absolute;
  top: 98%;
  left: 40%;
  z-index: 99;
}

.news-box .news-content .date {
  font-size: 2.5rem;
  margin-bottom: 15px;
}

.news-box .news-content .date span {
  display: block;
  font-size: 0.8rem;
  text-transform: uppercase;
}

.news-box .img-holder {
  height: 35vh;
}

@media (max-width: 1920px) {
  .cred-grid .content {
    padding: 11rem;
    background-color: rgb(16, 24, 37);
  }
  .h-toolbox-grid .h-box .item-1,
  .h-toolbox-grid .h-box .item-2 {
    height: 70vh;
  }
}
@media (max-width: 1600px) {
  .cred-grid .content {
    padding: 7rem;
    background-color: rgb(16, 24, 37);
  }
}
@media (max-width: 1400px) {
  .cred-grid .content {
    padding: 4rem;
    background-color: rgb(16, 24, 37);
  }
}
@media (max-width: 1300px) {
  .h-toolbox-grid .h-box .item-1 {
    height: 62vh;
  }
  .h-toolbox-grid .h-box .item-2 {
    height: 62vh;
  }
  .h-toolbox-grid .h-box .content {
    padding: 4rem;
  }
}
/*
@media (max-width:1200px) {
    .banner-slider .slide-content a.desk {
        top: 19%;
    }

    .bottom-cta .content img {
        position: absolute;
        right: -25px;
        bottom: 0;
        width: 8rem;
        height: auto;
        opacity: 0.5;
    }

    .cred-grid .content {
        padding: 4rem;
        background-color: $theme-blue;
    }

    .h-toolbox-grid .h-box .item-1 {
        height: 67vh;
    }

    .h-toolbox-grid .h-box .item-2 {
        height: 67vh;
    }

    .h-toolbox-grid .h-box .content br {
        display: none;
    }
}
*/
@media (max-width: 1300px) and (min-width: 1100px) {
  .h-toolbox-grid .h-box .content {
    padding: 4rem !important;
  }
  .cred-grid .content {
    padding: 3rem;
    background-color: rgb(16, 24, 37);
  }
}
@media (max-width: 1200px) and (min-width: 991px) {
  .header .nav-row {
    padding: 1.3rem;
  }
  .header.solid-nav .nav-row {
    padding-top: 0;
  }
  .header.solid-nav {
    height: 70px;
  }
  .s-intro::after {
    top: -33%;
  }
  .s-intro::before {
    bottom: -33%;
  }
  .banner-slider .slide-content a.desk {
    top: 25%;
  }
  .bottom-cta .content img {
    position: absolute;
    right: -25px;
    bottom: 0;
    width: 8rem;
    height: auto;
    opacity: 0.5;
  }
  .cred-grid .content {
    padding: 2rem;
    background-color: rgb(16, 24, 37);
  }
  .h-toolbox-grid .h-box .content.item {
    padding: 4rem;
  }
  .h-toolbox-grid .h-box .content {
    padding: 3rem;
  }
  .h-toolbox-grid .h-box .item-1 {
    height: 50vh;
  }
  .h-toolbox-grid .h-box .item-2 {
    height: 50vh;
  }
  .h-toolbox-grid .h-box .content br {
    display: none;
  }
  .bottom-cta .content {
    padding: 1rem 2rem;
  }
  .header .nav-row .nav-controls .nav-item .nav-link {
    padding: 7px 5px;
    font-size: 0.7rem;
  }
}
@media (max-width: 991px) {
  .header .nav-row {
    padding: 12px 5px !important;
  }
  .header .nav-row {
    max-width: 95%;
  }
  .header .nav-toggle {
    display: block;
    width: 35px;
    position: relative;
  }
  .header .nav-row .nav-logo img {
    width: 8rem;
  }
  .header .nav-toggle svg {
    fill: rgb(255, 255, 255);
  }
  .nav-toggle .nav-toggle-bar,
  .nav-toggle .nav-toggle-bar::after,
  .nav-toggle .nav-toggle-bar::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #303c7a;
    content: "";
    height: 0.3rem;
    transition: all 0.5s;
    width: 100%;
  }
  .nav-toggle .nav-toggle-bar {
    margin-top: 0;
  }
  .nav-toggle .nav-toggle-bar::after {
    margin-top: 0.8rem;
  }
  .nav-toggle .nav-toggle-bar::before {
    margin-top: -0.8rem;
  }
  .nav-toggle.expanded .nav-toggle-bar {
    background: transparent;
  }
  .nav-toggle.expanded .nav-toggle-bar::after,
  .nav-toggle.expanded .nav-toggle-bar::before {
    background: white;
    margin-top: 0;
  }
  .nav-toggle.expanded .nav-toggle-bar::after {
    transform: rotate(45deg);
  }
  .nav-toggle.expanded .nav-toggle-bar::before {
    transform: rotate(-45deg);
  }
  .header.solid-nav {
    height: auto;
  }
  .header.solid-nav .nav-toggle .nav-toggle-bar,
  .header.solid-nav .nav-toggle .nav-toggle-bar::after,
  .header.solid-nav .nav-toggle .nav-toggle-bar::before {
    background-color: rgb(16, 24, 37);
  }
  .header.solid-nav .nav-toggle.expanded .nav-toggle-bar {
    background: transparent;
  }
  .header .nav-row .nav-controls {
    position: fixed;
    height: calc(100vh - 3rem);
    top: 4.1rem;
    left: 0;
    width: 100%;
    background-color: rgb(16, 24, 37);
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    overflow-x: hidden;
    overflow-y: auto;
    transform: translate(0, -999%);
    transition: all 0.6s ease-in-out;
  }
  .header .nav-row .nav-controls .nav-item {
    display: block;
  }
  .header .nav-row .nav-controls .nav-item .nav-link {
    display: block;
    border-top: 1px solid #eee;
    color: rgb(255, 255, 255) !important;
    padding: 12px 30px;
    font-weight: 600;
    transition: 0.3s;
    font-size: 0.875rem;
    text-transform: uppercase;
  }
  header .nav-row .nav-controls .nav-link:hover {
    background-color: rgb(251, 173, 23);
    color: rgb(16, 24, 37) !important;
  }
  .header .nav-row .nav-controls .nav-item:last-child .nav-link {
    border-bottom: 1px solid #eee;
    padding: 12px 30px;
  }
  .nav-controls.open {
    transform: translateX(0);
  }
  .nav-controls.open {
    box-shadow: 2px 0 16px 0 rgba(0, 0, 0, 0.3);
  }
  .header .nav-row .nav-controls .nav-item:hover a ~ .dropdown_menu {
    display: block;
    animation: none;
    transform: translateY(0);
    position: static;
  }
  .header .nav-row .nav-controls .nav-item .dropdown_menu li a {
    color: rgb(0, 0, 0) !important;
    padding: 7px 35px !important;
  }
  .br-none {
    display: none;
  }
  .gap-full {
    padding: 3.25rem 0;
  }
  .banner-slider .slide-content a.desk {
    display: none;
  }
  .banner-slider .slide-content .mob {
    display: block;
  }
  .banner-slider .slide-content .mob {
    padding: 4rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    color: rgb(255, 255, 255);
  }
  .banner-slider .slide-content .mob h3 {
    color: rgb(255, 255, 255);
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 2px;
  }
  .banner-slider .slide-content .mob p {
    color: rgb(255, 255, 255);
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
  .s-intro::before,
  .s-intro::after {
    display: none;
  }
  .s-intro img {
    width: 100%;
    border: 5px solid #333;
    margin-top: 1rem;
  }
  .s-tool-box .container {
    max-width: 90%;
  }
  .s-tool-box-grid .s-wrapper::after,
  .s-tool-box-grid .s-wrapper::before {
    display: none;
  }
  .s-tool-box-grid .s-wrapper {
    border: 1px solid rgb(16, 24, 37);
  }
  .s-tool-box-grid {
    flex-wrap: wrap;
  }
  .s-tool-box-grid .s-wrapper {
    width: 22%;
  }
  .h-toolbox-grid {
    grid-template-rows: auto;
  }
  .h-toolbox-grid .h-box .content.item {
    padding: 3rem;
  }
  .h-toolbox-grid .h-box .content p br {
    display: none;
  }
  .clinets-desk {
    display: none;
  }
  .client-logo-slider {
    display: block;
  }
  .intro .container,
  .invt .container {
    max-width: 90%;
  }
  .t-cell1 img,
  .t-cell2 img,
  .t-cell3 img {
    height: 98%;
  }
  .cred-grid .content h2 {
    font-size: 1.6rem;
  }
  .cred-grid .content {
    padding: 2rem;
  }
  .s-misc .row div.null {
    display: none;
  }
  .news-box {
    background-color: #e5eef0;
    display: flex;
    align-items: center;
    flex-direction: row;
    margin-bottom: 10px;
  }
  .news-box .img-holder {
    width: 65rem;
    height: 19rem;
    overflow: hidden;
  }
  .news-box .img-holder img {
    height: 100%;
  }
  .news-box .news-content::after {
    border-width: 25px 25px 25px 0;
    border-color: transparent #e5eef0 transparent transparent;
    left: -23px;
    top: 13px;
  }
  .news-box.item-m .news-content::after {
    border-width: 25px 0 25px 25px;
    border-color: transparent transparent transparent #e5eef0;
    position: absolute;
    top: 11px;
    left: 100%;
  }
  .bottom-cta .content h2 {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  body,
  html {
    font-size: 14px;
  }
  .s-tool-box .container,
  .clients-logo .container,
  .s-news .container {
    max-width: 90%;
  }
  .s-tool-box-grid {
    display: flex;
    flex-wrap: wrap;
  }
  .h-toolbox-grid .h-box .content {
    padding: 2rem;
  }
  .h-toolbox-grid .h-box .item-1 {
    height: 40vh;
  }
  .h-toolbox-grid .h-box .item-2 {
    height: 40vh;
  }
  .h-toolbox-grid .h-box .content.item {
    padding: 2rem 2rem;
  }
  .client-logo-slider .item {
    width: 90px;
    height: 90px;
    padding: 20px;
  }
  .invt-grid {
    margin-top: 1.5rem;
  }
  .cred-grid {
    grid-template-columns: 1fr;
  }
  .cred-grid .img-holder img {
    position: static;
  }
  .news-box .img-holder {
    height: 20rem;
  }
  .knw-base-grid {
    flex-wrap: wrap;
  }
  .knw-base-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 650px) {
  body,
  html {
    font-size: 13px;
  }
  .btn-theme {
    outline-offset: 3px;
  }
  .banner-slider button.slick-next,
  button.slick-next:hover {
    right: 5.5rem;
  }
  .banner-slider button.slick-prev,
  button.slick-prev:hover {
    right: 9rem;
  }
  .abt::after {
    height: 20px;
  }
  .h-toolbox-grid {
    grid-template-columns: 1fr;
  }
  .h-toolbox-grid .h-box:nth-child(1) {
    order: 2;
  }
  .h-toolbox-grid .h-box:nth-child(2) {
    order: 1;
  }
  .h-toolbox-grid .h-box .content.item,
  .h-toolbox-grid .h-box .content {
    text-align: center;
  }
}
@media (max-width: 585px) {
  body,
  html {
    font-size: 12px;
  }
  .intro-content h2 br {
    display: none;
  }
  .s-tool-box-grid .s-wrapper {
    width: 45%;
  }
  .s-tool-box .cta {
    width: 100%;
    justify-content: center;
  }
  .s-tool-box .cta a:nth-child(1) {
    margin-right: 20px;
  }
  .testimonial-grid {
    display: flex;
    flex-direction: column;
  }
  .invt-grid {
    grid-template-columns: 1fr;
    grid-template-rows: 160px 160px 160px;
    grid-gap: 15px;
    grid-template-areas: "i-cell1" "i-cell2" "i-cell3";
  }
  .invt .i-content {
    text-align: center;
  }
  .res-holder {
    grid-template-columns: 30% 70%;
    grid-gap: 0px;
    align-items: center;
  }
  .cred-grid .content {
    text-align: center;
  }
  .s-news .container {
    max-width: 100%;
  }
  .s-news .row.pad {
    padding: 0 1rem;
  }
  .news-box {
    background-color: #e5eef0;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    margin-bottom: 10px;
    overflow: hidden;
  }
  .news-box.item-m {
    flex-direction: column-reverse;
  }
  .news-box .img-holder {
    width: 100%;
    height: 23rem;
  }
  .knw-base-grid {
    padding: 0 2rem;
  }
  .bottom-cta {
    grid-template-columns: 1fr;
  }
  .bottom-cta .img-holder.cover {
    height: 22vh;
  }
  .bottom-cta .content {
    text-align: center;
  }
  .bottom-cta .content img {
    right: -8px;
    width: 6rem;
  }
}
@media (max-width: 440px) {
  .intro-content h2 {
    font-size: 1.8rem;
  }
  .banner-slider .slide-content .mob h3 {
    font-size: 1.8rem;
    margin-bottom: -6px;
  }
  .res-holder {
    transform: scale(0.8);
  }
  .knw-base-grid {
    grid-template-columns: 1fr;
  }
  .knw-base .content {
    height: 38vh;
  }
}
/*****************/
.slideRightForward:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #333;
  transition: 500ms ease-in-out;
}

.slideforword.aos-animate .slideRightForward:after {
  animation: productAni 1s ease-in-out;
  animation-fill-mode: forwards;
}
@keyframes productAni {
  0% {
    left: 0;
    right: 100%;
  }
  50% {
    left: 0;
    right: 0;
  }
  100% {
    left: 100%;
    right: 0;
  }
}
.slideRightForward:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(255, 255, 255);
  transition: 500ms ease-in-out;
}

.slideforword.aos-animate .slideRightForward:before {
  animation: productAni2 1s ease-in-out;
  animation-fill-mode: forwards;
}
@keyframes productAni2 {
  0%, 50% {
    left: 0;
    right: 0;
  }
  100% {
    left: 100%;
    right: 0;
  }
}
.abt__back {
  position: fixed;
  z-index: 999;
  top: 20px;
  right: 20px;
  background-color: rgb(255, 255, 255);
  max-width: 100px;
  padding: 0.5rem 1.2rem;
  box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.3);
  border-radius: 50px;
}

.stry__wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgb(255, 255, 255);
  perspective: 1000;
}
@media screen and (max-width: 991px) {
  .stry__wrapper {
    position: static;
  }
}

.story__banner__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 999;
  background-color: rgb(255, 255, 255);
  background-image: url(./../img/story/story__bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 991px) {
  .story__banner__wrapper {
    height: 90vh;
  }
}
@media screen and (max-width: 768px) {
  .story__banner__wrapper {
    height: 50vh;
  }
}
.story__banner__wrapper::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: saturate(180%) blur(7px);
          backdrop-filter: saturate(180%) blur(7px);
}
.story__banner__wrapper .story__content {
  z-index: 2;
  transition: all 1.72s cubic-bezier(0.46, -0.11, 0.22, 0.94);
}
.story__banner__wrapper .story__content .seven__year {
  position: relative;
  text-align: center;
}
.story__banner__wrapper .story__content .seven__year svg {
  width: 7rem;
  fill: rgb(255, 255, 255);
  fill-rule: evenodd;
}
.story__banner__wrapper .story__content .seven__year p {
  position: absolute;
  bottom: 0;
  right: 15%;
  color: rgb(255, 255, 255);
}
.story__banner__wrapper .story__content .seven__year ~ p {
  font-weight: 400;
  font-size: 2rem;
  color: rgb(255, 255, 255);
  margin: 0;
}
.story__banner__wrapper .story__content .seven__year ~ span {
  margin-top: -12px;
  color: rgb(251, 173, 23);
  display: block;
}
@media screen and (max-width: 768px) {
  .story__banner__wrapper .story__content .seven__year ~ span {
    margin-top: 0;
  }
}
.story__banner__wrapper .scroll__stry {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
  z-index: 3;
  font-weight: 600;
  color: rgb(255, 255, 255);
}
.story__banner__wrapper .scroll__stry i {
  animation: animateArrow 2s infinite;
}
.story__banner__wrapper .scroll__stry i ~ i {
  margin-left: -3px;
}

.scroll__stry i:nth-child(2) {
  animation-delay: -0.2s;
}

.scroll__stry i:nth-child(3) {
  animation-delay: -0.4s;
}

@keyframes animateArrow {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.story__info__wrapper {
  padding: 10rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
@media screen and (max-width: 991px) {
  .story__info__wrapper {
    padding: 3rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
  }
}

.stry__content {
  display: flex;
  flex-direction: row;
  align-items: center;
  box-shadow: 1px 1px 25px 1px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 991px) {
  .stry__content {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .stry__content {
    padding: 0;
    height: 100%;
  }
}
.stry__content .stry__left {
  flex: 0 1 40vw;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .stry__content .stry__left {
    flex: 0 1 40%;
  }
}
.stry__content .stry__right {
  flex: 0 1 60vw;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .stry__content .stry__right {
    flex: 0 1 60%;
  }
}
.stry__content .stry__image__container {
  min-width: 100%;
  min-height: 100vh;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-width: 500px;
}
@media screen and (max-width: 991px) {
  .stry__content .stry__image__container {
    min-width: 100%;
    min-height: 60vh;
  }
}
@media screen and (max-width: 768px) {
  .stry__content .stry__image__container {
    height: 50vh;
  }
}
.stry__content .addX {
  min-height: 500px;
}
.stry__content .stry__info__content {
  padding: 3rem 5rem;
}
.stry__content .stry__info__content h2 {
  font-size: 3rem;
  font-weight: 700;
  color: rgb(16, 24, 37);
  text-transform: capitalize;
}
@media screen and (max-width: 768px) {
  .stry__content .stry__info__content h2 {
    font-size: 1.8rem;
  }
}
.stry__content .stry__info__content p {
  text-align: justify;
}
.stry__content .stry__info__content .stry__year {
  display: flex;
  align-items: center;
  margin-bottom: 5rem;
}
@media screen and (max-width: 991px) {
  .stry__content .stry__info__content .stry__year {
    margin-bottom: 1rem;
  }
}
.stry__content .stry__info__content .stry__year span {
  display: inline-block;
  padding: 0.3rem 1rem;
  background-color: rgb(251, 173, 23);
  color: rgb(16, 24, 37);
  border-radius: 50px;
  font-weight: 600;
  text-align: center;
  margin-left: 20px;
}

.s1 {
  background-image: url("https://picsum.photos/600/800");
  background-position: 35% 50%;
}

.s2 {
  background-image: url("https://picsum.photos/600/800");
  background-position: 35% 50%;
}

#story__journey {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #story__journey .flex__item {
    flex: 0 1 48%;
  }
}
@media screen and (max-width: 414px) {
  #story__journey .flex__item {
    flex: 0 1 99%;
  }
}

#thank__you {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
  background-color: rgb(255, 255, 255);
  background-image: url(./../img/story/simulanis__team.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
@media screen and (max-width: 991px) {
  #thank__you {
    height: 90vh;
  }
}
@media screen and (max-width: 768px) {
  #thank__you {
    height: 70vh;
  }
}
@media screen and (max-width: 585px) {
  #thank__you {
    height: 50vh;
  }
}
@media screen and (max-width: 414px) {
  #thank__you {
    height: 40vh;
  }
}
#thank__you .content {
  z-index: 9;
  text-align: center;
  transform: translateY(-100px);
}
@media screen and (max-width: 585px) {
  #thank__you .content {
    transform: translateY(-70px);
  }
}
#thank__you .content h4 {
  font-size: 3.5rem;
  color: rgb(255, 255, 255);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
}
#thank__you::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: saturate(180%) blur(0px);
          backdrop-filter: saturate(180%) blur(0px);
}

.mouse__scroller {
  animation: mover 1.5s infinite linear;
}
.mouse__scroller svg {
  width: 1.5rem;
  fill: rgb(255, 255, 255);
}

@keyframes mover {
  0% {
    top: 65%;
    opacity: 0;
  }
  50% {
    top: 69%;
    opacity: 1;
  }
  100% {
    top: 72%;
    opacity: 0;
  }
}
.top__content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top__content::after {
  content: "";
  background-color: rgba(0, 46, 91, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: saturate(180%) blur(1px);
  backdrop-filter: saturate(180%) blur(0px);
}
.top__content .title {
  transform: translateY(-50px);
  position: relative;
  z-index: 3;
  text-align: center;
  color: rgb(255, 255, 255);
}
@media screen and (max-width: 768px) {
  .top__content .title {
    transform: translateY(0px);
  }
}
.top__content .title h1 {
  font-size: 2.5rem;
}
.top__content .title p {
  color: inherit;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .top__content .title p {
    max-width: 350px;
    margin: 0 auto;
  }
}
.top__content.leadship_bg {
  background: url(./../img/story/simulanis__team.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 55vmax;
}
.top__content.privacy__Policy {
  background: url(./../img/banner/privacypolicy.png);
  background-size: cover;
  background-position: top right;
  height: 25vmax;
}
.top__content.privacy__Policy .title {
  transform: translateY(0px);
}
.top__content.disclaimer {
  background: url(./../img/banner/disclaimer.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 25vmax;
}
.top__content.disclaimer .title {
  transform: translateY(0px);
}
.top__content.contactUs {
  background: url(./../img/banner/contactUs.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 25vmax;
}
.top__content.contactUs .title {
  transform: translateY(0px);
}
.top__content.use__case_bg {
  background: url(./../img//use__cases/use_cases.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 55vmax;
}
.top__content.remote__ass_bg {
  background: url(./../img//use__cases/remote/assist.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 55vmax;
}
.top__content.health__safety {
  background: url(./../img//use__cases/health_safety/health-&-safety.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 55vmax;
}
.top__content.smt_tr {
  background: url(./../img//use__cases/smart-training/banner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 55vmax;
}
.top__content .mouse__scroller {
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, 100%);
  z-index: 99;
}

.team__container .flex__item {
  flex: 0 1 19%;
  margin-bottom: 1rem;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .team__container h2 {
    font-size: 1.8rem;
  }
  .team__container h2 br {
    display: none;
  }
  .team__container .flex__item {
    flex: 0 1 32%;
    margin-bottom: 1rem;
    cursor: pointer;
  }
}
@media screen and (max-width: 660px) {
  .team__container .flex__item {
    flex: 0 1 48%;
    margin-bottom: 1rem;
    cursor: pointer;
  }
}

.team__wrapper.ceo {
  position: relative;
}
.team__wrapper.ceo .team__name {
  position: relative;
  padding: 8rem 0;
}
@media screen and (max-width: 991px) {
  .team__wrapper.ceo .team__name {
    padding: 4rem 0;
  }
}
@media screen and (max-width: 768px) {
  .team__wrapper.ceo .team__name {
    margin-top: -50px;
    margin-bottom: 4rem;
    padding: 1rem 0;
    text-align: center;
  }
}
.team__wrapper.ceo .team__name h3 {
  font-size: 2rem;
}
.team__wrapper.ceo .team__name .emp_pos {
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .team__wrapper.ceo .team__image {
    text-align: center;
  }
}

.team__wrapper.cxo {
  position: relative;
  transition: all 0.2s linear;
}
.team__wrapper.cxo .cxo__hover {
  display: none;
}
.team__wrapper.cxo .team__name {
  text-align: center;
  transform: translateY(-25px);
  color: rgb(0, 0, 0);
}
.team__wrapper.cxo .team__name h3 {
  font-size: 1rem;
  font-weight: 700;
  color: inherit;
}
.team__wrapper.cxo .team__name p {
  font-size: 0.7rem;
  color: inherit;
}
.team__wrapper.cxo:hover {
  padding: 1rem;
  background: #000046;
  background: linear-gradient(to bottom, #1CB5E0, #000046);
  transition: all 0.2s linear;
}
.team__wrapper.cxo:hover .team__image::after {
  content: "";
  background: rgb(0, 212, 255);
  background: linear-gradient(180deg, rgba(0, 212, 255, 0) 50%, rgb(9, 9, 121) 78%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.team__wrapper.cxo:hover .cxo__hover {
  display: block;
}
.team__wrapper.cxo:hover .cxo__hide {
  display: none;
}
.team__wrapper.cxo:hover .team__name {
  position: relative;
  z-index: 3;
  color: rgb(255, 255, 255);
  text-align: left;
  transform: translateY(-15px);
}

#team__description .modal-body {
  padding: 0;
}
#team__description .modal-body .close {
  position: absolute;
  top: 10px;
  right: 15px;
}

.team__desc__wrapper {
  display: grid;
  grid-template-columns: 30% 70%;
  grid-gap: 0.5rem;
}
@media screen and (max-width: 991px) {
  .team__desc__wrapper {
    grid-template-columns: 1fr;
  }
}
.team__desc__wrapper .image__holder {
  background: #000046;
  background: linear-gradient(to bottom, #1CB5E0, #000046);
  width: 223px;
  height: 100%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 991px) {
  .team__desc__wrapper .image__holder {
    display: none;
  }
}
.team__desc__wrapper .image__holder img {
  max-width: 100%;
  max-height: 100%;
  margin-top: 2.1rem;
  display: block;
  transform: scale(1.3);
}
.team__desc__wrapper .content {
  padding: 1.5rem;
}
.team__desc__wrapper .social__link {
  display: flex;
  align-items: center;
}
.team__desc__wrapper .social__link a {
  display: block;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: khaki;
  border-radius: 50px;
  color: rgb(255, 255, 255);
}
.team__desc__wrapper .social__link .mail {
  background-color: rgb(200, 35, 51);
}
.team__desc__wrapper .social__link .linkedin {
  margin-left: 10px;
  background-color: #007ab9;
}

.flip {
  position: relative;
}
.flip > .front,
.flip > .back {
  display: block;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-duration: 0.9s;
  transition-property: transform, opacity;
}
.flip > .front {
  transform: rotateY(0deg);
  position: relative;
}
.flip > .front img {
  width: 100%;
  height: 100%;
}
.flip > .back {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: rotateY(-180deg);
  background-color: rgb(16, 24, 37);
  padding: 2rem;
}
.flip:hover > .front {
  transform: rotateY(180deg);
}
.flip:hover > .back {
  opacity: 1;
  transform: rotateY(0deg);
}
.flip.flip-vertical > .back {
  transform: rotateX(-180deg);
}
.flip.flip-vertical:hover > .front {
  transform: rotateX(180deg);
}
.flip.flip-vertical:hover > .back {
  transform: rotateX(0deg);
}

.use__container .usecase__content h2 {
  font-size: 3rem;
  font-weight: 700;
  color: #1d2e4a;
  text-transform: capitalize;
}
.use__container .usecase__content p {
  color: rgba(0, 0, 0, 0.5);
}

.award__banner {
  background: url("./../img/credibility/team.png");
  height: 55vmax;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 7rem;
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 585px) {
  .award__banner {
    height: 40vmax;
  }
}
@media screen and (max-width: 414px) {
  .award__banner {
    height: 30vmax;
  }
}
.award__banner::after {
  content: "";
  background: rgba(0, 46, 91, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.8;
}
.award__banner .content {
  position: relative;
  z-index: 2;
  text-align: center;
}
.award__banner .content h1 {
  color: rgb(255, 255, 255);
  font-size: 3rem;
  font-weight: 700;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.award__banner .content h1 span {
  display: block;
}
@media screen and (max-width: 768px) {
  .award__banner .content h1 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 585px) {
  .award__banner .content h1 {
    margin-top: 20px;
    font-size: 1.5rem;
  }
}

.award__info {
  position: relative;
  z-index: 99;
}
@media screen and (max-width: 991px) {
  .award__info {
    margin-top: 15%;
  }
}
.award__info .awd__vid {
  display: grid;
  grid-template-columns: 70% 30%;
  grid-template-rows: 350px;
  margin-top: -8%;
  position: relative;
}
@media screen and (max-width: 991px) {
  .award__info .awd__vid {
    margin-top: 0%;
  }
}
@media screen and (max-width: 768px) {
  .award__info .awd__vid {
    grid-template-columns: auto;
  }
}
@media screen and (max-width: 585px) {
  .award__info .awd__vid {
    margin-top: -20%;
    grid-template-rows: auto;
  }
}
.award__info .awd__vid .awd1 {
  background-color: rgb(255, 255, 255);
  padding: 2rem;
  box-shadow: 1px 1px 20px 1px rgba(0, 0, 0, 0.5);
}
.award__info .awd__vid .awd1 iframe {
  width: 100%;
  height: 400px;
  position: relative;
  top: -40%;
}
@media screen and (max-width: 991px) {
  .award__info .awd__vid .awd1 iframe {
    margin-top: 0%;
  }
}
@media screen and (max-width: 585px) {
  .award__info .awd__vid .awd1 iframe {
    top: 0;
    height: 250px;
  }
}
@media screen and (max-width: 414px) {
  .award__info .awd__vid .awd1 iframe {
    height: 200px;
  }
}
.award__info .awd__vid .awd2 {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(251, 173, 23);
  padding: 2rem;
  color: rgb(16, 24, 37);
  margin-top: 20px;
}
.award__info .awd__vid .awd2 p {
  font-size: 21px;
  font-weight: 600;
  color: inherit;
  line-height: 1;
  margin-top: 10px;
}

.awrd__post {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 2rem;
}
.awrd__post .grid__1 {
  display: grid;
  grid-template-columns: 45% auto auto;
  grid-gap: 1.2rem;
}
@media screen and (max-width: 991px) {
  .awrd__post .grid__1 {
    grid-template-columns: auto auto auto;
  }
}
@media screen and (max-width: 768px) {
  .awrd__post .grid__1 {
    grid-template-columns: auto;
  }
}
.awrd__post .grid__2 {
  display: grid;
  grid-template-columns: auto auto 45%;
  grid-gap: 1.2rem;
}
@media screen and (max-width: 991px) {
  .awrd__post .grid__2 {
    grid-template-columns: auto auto auto;
  }
}
@media screen and (max-width: 768px) {
  .awrd__post .grid__2 {
    grid-template-columns: auto;
  }
}
.awrd__post .grid__3 {
  display: grid;
  grid-template-columns: 38% auto;
  grid-gap: 1.2rem;
}
@media screen and (max-width: 991px) {
  .awrd__post .grid__3 {
    grid-template-columns: auto auto;
  }
}
@media screen and (max-width: 768px) {
  .awrd__post .grid__3 {
    grid-template-columns: auto;
  }
}
.awrd__post .grid__4 {
  display: grid;
  grid-template-columns: auto 41% auto;
  grid-gap: 1.2rem;
}
@media screen and (max-width: 991px) {
  .awrd__post .grid__4 {
    grid-template-columns: auto auto auto;
  }
}
@media screen and (max-width: 768px) {
  .awrd__post .grid__4 {
    grid-template-columns: auto;
  }
}
.awrd__post .post__grid {
  background-color: rgb(255, 255, 255);
  box-shadow: 1px 1px 15px 1px rgba(0, 0, 0, 0.3);
}
.awrd__post .post__grid .post__img {
  position: relative;
  overflow: hidden;
}
.awrd__post .post__grid .post__img img {
  width: 100%;
}
.awrd__post .post__grid .post__desc {
  position: relative;
  padding: 1rem 1.5rem;
}
.awrd__post .post__grid .post__desc .title {
  font-size: 1.5rem;
  font-weight: 700;
  color: rgb(16, 24, 37);
}
.awrd__post .post__grid .post__desc .year {
  margin-top: -1px;
  color: rgb(16, 24, 37);
  font-weight: 600;
}
.awrd__post .post__grid .post__desc .description {
  font-size: 0.875rem;
}
.awrd__post .post__grid:hover img {
  transform: scale(1.2);
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}

.usecase__image__wrapper img {
  box-shadow: -117px 115px 1px -90px rgb(251, 173, 23);
}
.usecase__image__wrapper:hover img {
  box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.3);
}

.usecase__content h2 {
  font-size: 3.5rem;
  font-weight: 700;
  color: rgb(16, 24, 37);
}

.ty__use_cases_wrapper {
  position: relative;
}
.ty__use_cases_wrapper .img__holder {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 700px;
  height: 484px;
  position: absolute;
  top: 0;
  left: -215px;
  box-shadow: 100px 100px 1px -70px rgb(251, 173, 23);
}
.ty__use_cases_wrapper .img__holder.op_eff {
  background: url(./../img/use__cases/opr/factory_workshop.jpg);
}
.ty__use_cases_wrapper .img__holder.rem_as {
  background: url(./../img/use__cases/remote/workflow.jpg);
}
.ty__use_cases_wrapper .img__holder.smt_tr {
  background: url(./../img/use__cases/smart-training/ty-banner.jpg);
  background-size: 650px 434px;
  background-position: left;
}
@media (max-width: 1920px) and (min-width: 1300px) {
  .ty__use_cases_wrapper .img__holder.smt_tr {
    position: static;
    max-width: 500px;
    max-height: 434px;
    background-position-x: -150px;
  }
}
@media (max-width: 1200px) and (min-width: 991px) {
  .ty__use_cases_wrapper .img__holder.smt_tr {
    position: static;
    max-width: 400px;
    max-height: 434px;
    background-position-x: -150px;
  }
}
@media (max-width: 1200px) and (min-width: 1100px) {
  .ty__use_cases_wrapper .img__holder {
    width: 40vw;
    left: -20%;
  }
}
@media screen and (max-width: 991px) {
  .ty__use_cases_wrapper .img__holder {
    display: none;
  }
}

.quote p {
  font-size: 1.3rem;
}

.ty__use_cases {
  margin-top: 2rem;
}
.ty__use_cases .u__item {
  width: 250px;
  height: 280px;
  border-radius: 10px;
  box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.3);
  margin: 1rem;
  padding: 0.8rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ty__use_cases .u__item img {
  width: 80px;
  margin: 0 auto;
}
.ty__use_cases .u__item p {
  margin-top: 1rem;
  font-size: 1rem;
}

.feature__c_s {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 2rem;
}
.feature__c_s .feature__item .img_holder {
  width: 120px;
  height: 90px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.feature__c_s .feature__item.f20 {
  flex: 0 1 19%;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .feature__c_s .feature__item.f20 {
    flex: 0 1 49%;
  }
}
@media screen and (max-width: 585px) {
  .feature__c_s .feature__item.f20 {
    flex: 0 1 99%;
  }
}
.feature__c_s .feature__item.f20 p {
  font-size: 0.875rem;
}
.feature__c_s .feature__item.f25 {
  flex: 0 1 24%;
  margin-bottom: 20px;
}
.feature__c_s .feature__item.f25 img {
  width: 75px;
}
@media screen and (max-width: 768px) {
  .feature__c_s .feature__item.f25 {
    flex: 0 1 49%;
  }
}
@media screen and (max-width: 585px) {
  .feature__c_s .feature__item.f25 {
    flex: 0 1 99%;
  }
}
.feature__c_s .feature__item.f25 p {
  font-size: 0.875rem;
}
.feature__c_s .feature__item.f33 {
  flex: 0 1 32%;
  margin-bottom: 20px;
}
.feature__c_s .feature__item.f33 img {
  width: 75px;
}
@media screen and (max-width: 768px) {
  .feature__c_s .feature__item.f33 {
    flex: 0 1 49%;
  }
}
@media screen and (max-width: 585px) {
  .feature__c_s .feature__item.f33 {
    flex: 0 1 99%;
  }
}
.feature__c_s .feature__item.f33 p {
  font-size: 0.875rem;
}

.feat__itm {
  display: flex;
  align-items: center;
}
.feat__itm .content {
  text-align: left;
  margin-left: 15px;
}
.feat__itm .content h5 {
  font-size: 2.2rem;
}

.smrt_tr .feature__item.f25 img {
  width: 100%;
}

.one__sol {
  display: grid;
  grid-template-columns: auto 50% auto;
  align-items: center;
  margin-top: 2rem;
}
.one__sol .left {
  text-align: left;
}
.one__sol .right {
  text-align: right;
}
.one__sol .center {
  position: relative;
  text-align: center;
}
.one__sol .center p {
  font-weight: 700;
  font-size: 1.25rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#con_feature .item {
  margin-right: 2rem;
}
#con_feature .item:last-child {
  margin-right: 0;
}

.testimonials__container .testimonial {
  text-align: center;
  max-width: 1100px;
  margin: 0 auto;
}
.testimonials__container .testimonial .t__image {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  border: 5px solid rgb(255, 255, 255);
  border-radius: 50%;
  filter: drop-shadow(1px 1px 10px rgba(0, 0, 0, 0.3));
  overflow: hidden;
}
.testimonials__container .testimonial .t__image img {
  width: 100%;
  height: 100%;
}
.testimonials__container .slick-dots li button {
  background: rgba(0, 0, 0, 0.3);
  width: 10px;
  height: 10px;
  border-radius: 50px;
}
.testimonials__container .slick-dots li.slick-active button {
  background: rgb(251, 173, 23);
}

.feature__wrapper .feature__slide {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.feature__wrapper .feature__slide .content {
  flex: 0 1 49%;
  text-align: left;
}
.feature__wrapper .feature__slide .img__holder {
  flex: 0 1 49%;
}
.feature__wrapper .slick-prev:before,
.feature__wrapper .slick-next:before {
  display: none;
  font-family: "slick";
  font-size: 1.5rem;
  line-height: 1;
  opacity: 0.75;
  color: rgb(251, 173, 23);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.contact__form {
  background-color: rgb(255, 255, 255);
  box-shadow: 1px 1px 20px 1px rgba(0, 0, 0, 0.3);
  display: grid;
  grid-template-columns: 65% 35%;
  grid-template-rows: 1fr;
  margin-top: 3rem;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .contact__form {
    grid-template-columns: 1fr;
  }
}
.contact__form .form__wrapper {
  padding: 2rem;
}
.contact__form .form__wrapper .form__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}
@media screen and (max-width: 585px) {
  .contact__form .form__wrapper .form__grid {
    grid-template-columns: 1fr;
  }
}
.contact__form .form__wrapper .form__grid .form-group:nth-child(1) {
  grid-area: 1/1/2/2;
}
@media screen and (max-width: 585px) {
  .contact__form .form__wrapper .form__grid .form-group:nth-child(1) {
    grid-area: 1/1/2/2;
  }
}
.contact__form .form__wrapper .form__grid .form-group:nth-child(2) {
  grid-area: 1/2/2/3;
}
@media screen and (max-width: 585px) {
  .contact__form .form__wrapper .form__grid .form-group:nth-child(2) {
    grid-area: 2/1/3/2;
  }
}
.contact__form .form__wrapper .form__grid .form-group:nth-child(3) {
  grid-area: 2/1/3/2;
}
@media screen and (max-width: 585px) {
  .contact__form .form__wrapper .form__grid .form-group:nth-child(3) {
    grid-area: 3/1/4/2;
  }
}
.contact__form .form__wrapper .form__grid .form-group:nth-child(4) {
  grid-area: 2/2/3/3;
}
@media screen and (max-width: 585px) {
  .contact__form .form__wrapper .form__grid .form-group:nth-child(4) {
    grid-area: 4/1/5/2;
  }
}
.contact__form .form__wrapper .form__grid .form-group:nth-child(5) {
  grid-area: 3/1/4/3;
}
@media screen and (max-width: 585px) {
  .contact__form .form__wrapper .form__grid .form-group:nth-child(5) {
    grid-area: 5/1/6/2;
  }
}
.contact__form .form__wrapper .form__grid .form-group:nth-child(6) {
  grid-area: 4/1/5/3;
}
@media screen and (max-width: 585px) {
  .contact__form .form__wrapper .form__grid .form-group:nth-child(6) {
    grid-area: 6/1/7/2;
  }
}
.contact__form .form__wrapper .form__grid label {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.8);
}
.contact__form .form__wrapper .form__grid input,
.contact__form .form__wrapper .form__grid textarea {
  border: none;
  border-bottom: 2px solid #ddd;
  box-shadow: none;
  padding: 0;
  color: rgb(0, 0, 0);
  font-weight: 600;
}
.contact__form .form__wrapper .form__grid input:focus, .contact__form .form__wrapper .form__grid input:active,
.contact__form .form__wrapper .form__grid textarea:focus,
.contact__form .form__wrapper .form__grid textarea:active {
  border-bottom-color: rgb(16, 24, 37);
}
.contact__form .form__wrapper .form__grid input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.contact__form .form__wrapper .form__grid input::placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.contact__form .form__wrapper .form__grid textarea {
  width: 100%;
  height: 6rem;
}
.contact__form .contac__info {
  padding: 3rem;
  background-color: rgb(251, 173, 23);
  position: relative;
}
@media screen and (max-width: 991px) {
  .contact__form .contac__info {
    padding: 3rem 1rem;
  }
}
@media screen and (max-width: 768px) {
  .contact__form .contac__info {
    padding: 2rem;
  }
}
.contact__form .contac__info a {
  font-size: 1.125rem;
}
@media screen and (max-width: 991px) {
  .contact__form .contac__info a {
    font-size: 1rem;
  }
}
.contact__form .contac__info .social__icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  top: calc(100% - 130px);
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .contact__form .contac__info .social__icon {
    top: 0;
    margin-top: 10px;
  }
}
.contact__form .contac__info .social__icon li {
  margin-right: 1rem;
}
.contact__form .contac__info .social__icon li:nth-last-child(1) {
  margin-right: 0;
}
.contact__form .contac__info .social__icon a {
  color: rgb(16, 24, 37);
  font-size: 1.25rem;
}

.sim__map {
  position: relative;
  z-index: 2;
  margin-top: -350px;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .sim__map {
    margin-top: -250px;
  }
}
@media screen and (max-width: 768px) {
  .sim__map {
    margin-top: 0px;
  }
}
.sim__map iframe {
  width: 100%;
  height: 350px;
}

.simulanis__footer {
  background-color: #121212;
  color: rgb(255, 255, 255);
}
.simulanis__footer p {
  color: inherit;
}
.simulanis__footer ul {
  display: block;
}
.simulanis__footer ul li {
  position: relative;
  margin-right: 1rem;
}
.simulanis__footer ul li:nth-last-child(1)::after {
  content: "";
  display: none;
}
.simulanis__footer ul li:nth-last-child(1) {
  margin-right: 0;
}
.simulanis__footer ul a {
  color: rgb(255, 255, 255);
}

.footer-big {
  padding: 40px 0;
}

.footer--light {
  background: #e7e8ed;
}

.footer-big .footer-menu ul li a,
.footer-big p,
.footer-big ul li {
  color: rgba(255, 255, 255, 0.5803921569);
}

.footer-menu {
  padding-left: 48px;
}

.footer-menu ul li a {
  font-size: 13px;
  line-height: 20px;
  transition: 0.3s;
  font-weight: 400;
}

.footer-menu ul li a:hover {
  color: #fff;
}

.footer-widget-title {
  line-height: 30px;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}

.mini-footer {
  background: #141414;
  text-align: center;
  padding: 25px 0;
}

.mini-footer p {
  margin: 0;
  line-height: 26px;
  font-size: 15px;
  color: #999;
}

.footer-big .container {
  max-width: 95%;
}

.custom-btn {
  border: 1px solid #fbad17;
  background: #fbad17;
  padding: 10px 15px;
  color: #000 !important;
}

.solid-nav .custom-btn {
  color: #1d2e4a;
}

.solid-nav .custom-btn:hover {
  color: #fbad17;
}

/* 1 */
.btn-1 {
  transition: all 0.3s ease;
}

.btn-1:hover {
  box-shadow: -7px -7px 20px 0px rgba(255, 255, 255, 0.6), -4px -4px 5px 0px rgba(255, 255, 255, 0.6), 7px 7px 20px 0px rgba(0, 0, 0, 0.1333333333), 4px 4px 5px 0px rgba(0, 0, 0, 0.0666666667);
}

.btn-2:after {
  position: absolute;
  content: "";
  top: 5px;
  left: 6px;
  width: 90%;
  height: 70%;
  border: 1px solid #000;
  opacity: 0;
  transition: all 0.3s ease;
}

.btn-2:hover:after {
  opacity: 1;
}

/* 3 */
.btn-3 {
  line-height: 39px;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}

.btn-3:hover {
  background: transparent;
  color: #fbad17;
}

.btn-3 span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.btn-3:before,
.btn-3:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: #fbad17;
  transition: all 0.3s ease;
}

.btn-3:before {
  height: 0%;
  width: 2px;
}

.btn-3:after {
  width: 0%;
  height: 2px;
}

.btn-3:hover:before {
  height: 100%;
}

.btn-3:hover:after {
  width: 100%;
}

.btn-3 span:before,
.btn-3 span:after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  background: #000;
  transition: all 0.3s ease;
}

.btn-3 span:before {
  width: 2px;
  height: 0%;
}

.btn-3 span:after {
  width: 0%;
  height: 2px;
}

.btn-3 span:hover:before {
  height: 100%;
}

.btn-3 span:hover:after {
  width: 100%;
}

/* 4 */
.btn-4 {
  position: relative;
  color: #000;
  z-index: 2;
  line-height: 40px;
  padding: 0;
}

.btn-4:hover {
  border: none;
}

.btn-4:before,
.btn-4:after {
  position: absolute;
  content: "";
  width: 0%;
  height: 0%;
  border: 0px solid;
  z-index: -1;
  transition: all 0.3s ease;
}

.btn-4:before {
  top: 0;
  left: 0;
  border-bottom-color: transparent;
  border-right-color: transparent;
  border-top-color: #000;
  border-left-color: #000;
}

.btn-4:after {
  bottom: 0;
  right: 0;
  border-top-color: transparent;
  border-left-color: transparent;
  border-bottom-color: #000;
  border-right-color: #000;
}

.btn-4:hover:before,
.btn-4:hover:after {
  border: 2px solid #000;
  height: 100%;
  width: 100%;
}

/* 5 */
.btn-5 {
  background: #000;
  color: #fff;
  line-height: 42px;
  padding: 0;
  border: none;
}

.btn-5:hover {
  background: transparent;
  color: #000;
  box-shadow: -7px -7px 20px 0px rgba(255, 255, 255, 0.6), -4px -4px 5px 0px rgba(255, 255, 255, 0.6), 7px 7px 20px 0px rgba(0, 0, 0, 0.1333333333), 4px 4px 5px 0px rgba(0, 0, 0, 0.0666666667);
}

.btn-5:before,
.btn-5:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 2px;
  width: 0;
  background: #000;
  transition: 400ms ease all;
}

.btn-5:after {
  right: inherit;
  top: inherit;
  left: 0;
  bottom: 0;
}

.btn-5:hover:before,
.btn-5:hover:after {
  width: 100%;
  transition: 800ms ease all;
}

/* 6 */
.btn-6 {
  background: #000;
  color: #fff;
  line-height: 42px;
  padding: 0;
  border: none;
}

.btn-6 span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.btn-6:before,
.btn-6:after {
  position: absolute;
  content: "";
  height: 0%;
  width: 2px;
  background: #000;
}

.btn-6:before {
  right: 0;
  top: 0;
  transition: all 500ms ease;
}

.btn-6:after {
  left: 0;
  bottom: 0;
  transition: all 500ms ease;
}

.btn-6:hover {
  color: #000;
  background: transparent;
}

.btn-6:hover:before {
  transition: all 500ms ease;
  height: 100%;
}

.btn-6:hover:after {
  transition: all 500ms ease;
  height: 100%;
}

.btn-6 span:before,
.btn-6 span:after {
  position: absolute;
  content: "";
  background: #000;
}

.btn-6 span:before {
  left: 0;
  top: 0;
  width: 0%;
  height: 2px;
  transition: all 500ms ease;
}

.btn-6 span:after {
  right: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  transition: all 500ms ease;
}

.btn-6 span:hover:before {
  width: 100%;
}

.btn-6 span:hover:after {
  width: 100%;
}

/* 7 */
.btn-7 {
  background: #000;
  color: #fff;
  line-height: 42px;
  padding: 0;
  border: none;
  z-index: 1;
  transition: all 0.3s linear;
}

.btn-7:hover {
  background: transparent;
  color: #000;
}

.btn-7:before,
.btn-7:after {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  height: 50%;
  right: 0;
  z-index: -1;
  background: #000;
  transition: all 0.3s ease;
}

.btn-7:before {
  top: 0;
}

.btn-7:after {
  bottom: 0;
}

.btn-7:hover:before,
.btn-7:hover:after {
  height: 0;
  background-color: #000;
}

/* 8 */
.btn-8 {
  line-height: 40px;
  padding: 0;
  background: transparent;
  position: relative;
  z-index: 2;
  color: #fff;
  perspective: 300px;
  transform-style: preserve-3d;
}

.btn-8:hover {
  color: #000;
}

.btn-8:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: -1;
  transform-origin: center bottom;
  transform: rotateX(0);
  transition: all 0.3s ease;
}

.btn-8:hover:after {
  transform: rotateX(-180deg);
}

/* 9 */
.btn-9 {
  z-index: 2;
  transition: all 0.3s ease;
  overflow: hidden;
}

.btn-9:after {
  position: absolute;
  content: " ";
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}

.btn-9:hover {
  box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, 0.5), -4px -4px 6px 0 rgba(116, 125, 136, 0.2), inset -4px -4px 6px 0 rgba(255, 255, 255, 0.5), inset 4px 4px 6px 0 rgba(116, 125, 136, 0.3);
  color: #fff;
}

.btn-9:hover:after {
  transform: scale(2) rotate(180deg);
  background: #000;
  box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, 0.5), -4px -4px 6px 0 rgba(116, 125, 136, 0.2), inset -4px -4px 6px 0 rgba(255, 255, 255, 0.5), inset 4px 4px 6px 0 rgba(116, 125, 136, 0.3);
}

/* 10 */
.btn-10 {
  transition: all 0.3s ease;
  overflow: hidden;
}

.btn-10:after {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  transform: scale(0.1);
}

.btn-10:hover {
  color: #fff;
}

.btn-10:hover:after {
  background: #000;
  transform: scale(1);
}

/* 11 */
.btn-11 {
  overflow: hidden;
  transition: all 0.3s ease;
}

.btn-11:hover {
  background: #000;
  color: #fff;
}

.btn-11:before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: shiny-btn1 3s ease-in-out infinite;
}

.btn-11:active {
  box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, 0.3), -4px -4px 6px 0 rgba(116, 125, 136, 0.2), inset -4px -4px 6px 0 rgba(255, 255, 255, 0.2), inset 4px 4px 6px 0 rgba(0, 0, 0, 0.2);
}
/* 12 */
.btn-12 {
  position: relative;
  right: 20px;
  bottom: 20px;
  border: none;
  width: 130px;
  height: 40px;
  line-height: 40px;
  perspective: 230px;
}

.btn-12 span {
  display: block;
  position: absolute;
  width: 130px;
  height: 40px;
  border: 2px solid #000;
  margin: 0;
  text-align: center;
  box-sizing: border-box;
  transition: all 0.3s;
}

.btn-12 span:nth-child(1) {
  box-shadow: -7px -7px 20px 0px rgba(255, 255, 255, 0.6), -4px -4px 5px 0px rgba(255, 255, 255, 0.6), 7px 7px 20px 0px rgba(0, 0, 0, 0.1333333333), 4px 4px 5px 0px rgba(0, 0, 0, 0.0666666667);
  transform: rotateX(90deg);
  transform-origin: 50% 50% -20px;
}

.btn-12 span:nth-child(2) {
  transform: rotateX(0deg);
  transform-origin: 50% 50% -20px;
}

.btn-12:hover span:nth-child(1) {
  transform: rotateX(0deg);
}

.btn-12:hover span:nth-child(2) {
  background: #e0e5ec;
  color: #e0e5ec;
  transform: rotateX(-90deg);
}

/* 13 */
.btn-13 {
  background: #000;
  color: #fff;
  z-index: 1;
}

.btn-13:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: #e0e5ec;
  transition: all 0.3s ease;
}

.btn-13:hover {
  color: #000;
}

.btn-13:hover:after {
  top: 0;
  height: 100%;
}

.btn-13:active {
  top: 2px;
}

/* 14 */
.btn-14 {
  background: #000;
  color: #fff;
  z-index: 1;
}

.btn-14:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  z-index: -1;
  background: #e0e5ec;
  transition: all 0.3s ease;
}

.btn-14:hover {
  color: #000;
}

.btn-14:hover:after {
  top: auto;
  bottom: 0;
  height: 100%;
}

.btn-14:active {
  top: 2px;
}

/* 15 */
.btn-15 {
  background: #000;
  color: #fff;
  z-index: 1;
}

.btn-15:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background: #e0e5ec;
  transition: all 0.3s ease;
}

.btn-15:hover {
  color: #000;
}

.btn-15:hover:after {
  left: 0;
  width: 100%;
}

.btn-15:active {
  top: 2px;
}

/* 16 */
.btn-16 {
  background: #000;
  color: #fff;
  z-index: 1;
}

.btn-16:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  direction: rtl;
  z-index: -1;
  background: #e0e5ec;
  transition: all 0.3s ease;
}

.btn-16:hover {
  color: #000;
}

.btn-16:hover:after {
  left: auto;
  right: 0;
  width: 100%;
}

.btn-16:active {
  top: 2px;
}

.solid-nav .btn-3 {
  color: #303c7a !important;
  background: #fbad17;
}

.solid-nav .btn-3:hover {
  background: #fff !important;
  border: 1px solid #ccc;
}

.solid-nav .nav-row .nav-controls .nav-item .nav-link {
  padding: 17px 9px;
}

.solid-nav .nav-row .nav-logo img {
  width: 8rem;
}

.intro-content h2 {
  font-family: "IBM Plex Serif", serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 31px;
  color: #353535;
  margin-top: 10px;
}

.intro-content p {
  font-size: 14px;
}

.btnlink {
  color: #353535;
  transition: 0.3s;
  font-weight: 600;
  background: #fbad17;
  padding: 10px 20px;
  border-radius: 3px;
  font-size: 14px;
  text-transform: capitalize;
}

.getintouchstart .btnlink {
  width: 120px;
  text-align: center;
}

.btnlink:hover {
  color: #353535;
}

.contact__form .contac__info a {
  display: flex;
  align-items: center;
}
.contact__form .contac__info a .fa-mobile {
  font-size: 30px;
}
.contact__form .contac__info a i {
  margin-right: 10px;
}

.career h1 {
  font-size: 50px;
}

.swcont {
  position: absolute;
  top: 58%;
  left: 55%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: left;
}
.swcont p {
  color: #fff;
  font-size: 13px;
  font-weight: 300;
}
.swcont h1 {
  color: #fbad17;
  font-weight: 700;
  font-size: 53px;
}
.swcont .price {
  color: #fff;
  padding: 12px 0px;
  font-size: 28px;
}
.swcont .price .old {
  color: rgba(255, 255, 255, 0.5019607843);
  font-size: 16px;
  margin: 0px 10px 0px 30px;
}
.swcont .price .off {
  background: #ff1e6f;
  font-size: 13px;
  padding: 6px 8px;
  border-radius: 5px;
}
.swcont .btnbutnow {
  background: #f0bbe3;
  padding: 12px 35px;
  font-size: 13px;
  font-weight: 600;
}
.swcont .btndetails {
  border: 2px solid rgba(255, 255, 255, 0.4117647059);
  color: #fff;
  padding: 9px 25px;
  margin-left: 15px;
  font-size: 13px;
}
.swcont .clients {
  margin-top: 35px;
}
.swcont .clients p {
  color: rgba(255, 255, 255, 0.368627451);
}
.swcont .clients img {
  display: inherit !important;
  width: 300px !important;
  height: inherit !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.intro-content h5 {
  font-size: 16px;
  padding-left: 40px;
  margin-bottom: 5px;
  color: #252e64;
  position: relative;
  font-weight: 700;
}
.intro-content h6 {
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 25px;
  color: #303c7a;
  position: relative;
  font-weight: 600;
}

.intro-content h5:before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 7px;
  height: 3px;
  width: 30px;
  background: #fbad17;
}

.diffother {
  background: url(../img/home/dfromother.jpg);
  background-position: center;
  padding: 40px 0px;
  background-size: cover;
}
.diffother h3 {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  font-family: "IBM Plex Serif", serif;
  font-style: italic;
  position: relative;
  margin-bottom: 35px;
}
.diffother h3:before {
  position: absolute;
  content: "";
  left: 50%;
  top: -40px;
  height: 35px;
  width: 3px;
  background: #fbad17;
}
.diffother .diffothbox {
  background: #fff;
  padding: 20px;
  margin-bottom: 30px;
  transition: 0.3s;
}
.diffother .diffothbox:hover {
  box-shadow: 0px 0px 10px 2px #bfbfbf;
}
.diffother .diffothbox p {
  font-size: 14px;
  font-weight: 700;
}
.diffother .diffothbox img {
  width: 55px;
}

.hrdwre-toolbox .title h3 {
  font-family: "IBM Plex Serif", serif;
  font-style: italic;
  color: #1d1d1d;
}

.hrdwre-toolbox .swiper-wrapper {
  height: 50vh !important;
}
.hrdwre-toolbox .swiper-wrapper .swiper-slide {
  background: #0a0a0a;
  opacity: 0.5;
}
.hrdwre-toolbox .swiper-wrapper .swiper-slide-active {
  background: red;
  opacity: 1;
}

.featuredproduct {
  display: flex;
  align-items: center;
  padding: 25px 0px;
}
.featuredproduct img {
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  flex: 0.4;
  box-shadow: 7px 7px 22px 2px #d0d0d0;
}
.featuredproduct .fetbox {
  margin-left: 25px;
  flex: 0.6;
}
.featuredproduct .fetbox h1 {
  font-weight: 700;
  color: #1d275a;
  font-size: 35px;
}
.featuredproduct .fetbox h6 {
  padding: 10px 0px;
  color: #1d275a;
}
.featuredproduct .fetbox p {
  margin: 0px;
  border-left: 1px solid;
  padding: 5px 0px 5px 15px;
}
.featuredproduct .fetbox .price h5 {
  font-size: 30px;
  font-weight: 600;
  color: #1d275a;
  padding: 10px 0px;
}
.featuredproduct .fetbox .price .oldpric {
  font-size: 16px;
  color: #ff1e6f;
  font-weight: 400;
  margin-left: 25px;
}
.featuredproduct .fetbox .price .off {
  background: #f5f5f5;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 14px;
}
.featuredproduct .fetbox .buybtn {
  padding: 10px 0px;
  margin-top: 10px;
}
.featuredproduct .fetbox .buybtn .btndetails {
  border: 2px solid #ccc;
  margin-left: 15px;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 600;
}

.shape1 {
  position: absolute;
  left: 27%;
  transform: translate(-50%, 25%);
  width: 85px;
  display: none;
}

.mainheading {
  font-family: "IBM Plex Serif", serif;
  font-style: italic;
  color: #1d1d1d;
  font-weight: 500;
  font-size: 33px;
  position: relative;
}
.mainheading::before {
  position: absolute;
  content: "";
  left: 50%;
  top: -40px;
  height: 35px;
  width: 3px;
  background: #fbad17;
}

.workingacross {
  padding: 40px 0px 0px;
}
.workingacross .nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  justify-content: center;
}
.workingacross .nav-pills .nav-link.active, .workingacross .nav-pills .show > .nav-link {
  color: #071833;
  background-color: #fbad17;
  border-bottom: 0px solid #fbad17;
  border-radius: 5px;
}
.workingacross .nav-link {
  display: block;
  padding: 12px 26px;
  background: #efefef;
  margin-left: 17px;
  width: 200px;
  text-align: center;
  font-size: 14px;
}
.workingacross .tab-content {
  padding-top: 40px;
}
.workingacross .list li {
  position: relative;
  padding: 5px;
}
.workingacross .list li::before {
  font-family: FontAwesome;
  content: "\f00c";
  color: #000000;
  position: absolute;
  left: 0;
  top: 8px;
  font-size: 11px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  background: #fbad17;
  border-radius: 50%;
}
.workingacross .list li span {
  margin-left: 22px;
  color: #646464;
}

.headingcap h4 {
  font-weight: 600;
}
.headingcap p {
  color: #646464;
  text-align: justify;
}
.headingcap .btn-default {
  background: #efefef;
  font-weight: 600;
  font-size: 13px;
}

.levtechdemo {
  background: linear-gradient(rgba(0, 0, 0, 0.4705882353), rgba(0, 0, 0, 0.6117647059)), url(../img/home/leaveragingxr.jpg);
  padding: 65px 0px 150px;
  margin-top: -10px;
}
.levtechdemo h5 {
  font-family: "IBM Plex Serif", serif;
  font-style: italic;
  color: #fff;
  font-size: 21px;
  text-align: center;
  margin-bottom: 20px;
}
.levtechdemo .dbutton {
  text-align: center;
}
.levtechdemo .dbutton .btnlink {
  padding: 13px 23px;
  font-size: 13px;
  border-radius: 5px;
}
.levtechdemo .dbutton .btn-white {
  background: #fff;
  padding: 12px 23px;
  border-radius: 5px;
  color: #4a4a4a;
  font-weight: 600;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  margin-left: 15px;
}
.levtechdemo .dbutton .btn-white i {
  color: #fbad17;
  font-size: 20px;
  margin-left: 5px;
}

.testimonials {
  background: url(../img/home/dfromother.jpg);
  background-position: center;
  background-size: cover;
  padding: 40px 0px;
  margin-top: -60px;
  border-radius: 10px;
}
.testimonials .trustedclients h6 {
  font-size: 16px;
  padding-left: 40px;
  margin-bottom: 5px;
  color: #303c7a;
  position: relative;
  font-weight: 600;
}
.testimonials .trustedclients h6::before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 7px;
  height: 3px;
  width: 30px;
  background: #fbad17;
}
.testimonials .trustedclients h1 {
  font-family: "IBM Plex Serif", serif;
  font-style: italic;
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 25px;
}

.clientlogobox img {
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}

.testibox h1 {
  margin-top: 30px;
}

.testibox .testimonial {
  margin: 0 15px 10px 15px;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.testibox .testimonial:before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: -17px;
  transform: rotate(45deg);
}
.testibox .testimonial:after {
  content: "";
  position: absolute;
  top: -4px;
  left: -17px;
  transform: rotate(135deg);
}
.testibox .testimonial .pic {
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 45px;
  left: 20px;
}
.testibox .testimonial .pic img {
  width: 100%;
  height: auto;
}
.testibox .testimonial .description {
  font-size: 15px;
  letter-spacing: 1px;
  color: #6f6f6f;
  line-height: 25px;
  margin-bottom: 15px;
}
.testibox .testimonial .title {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fbad17;
  margin: 0;
}
.testibox .testimonial .post {
  display: inline-block;
  font-size: 17px;
  color: #fbad17;
  font-style: italic;
}
.testibox .owl-theme .owl-controls .owl-page span {
  border: 2px solid #2a3d7d;
  background: #fff !important;
  border-radius: 0 !important;
  opacity: 1;
}

.testislider {
  margin-top: 45px;
}

.testibox .owl-theme .owl-dots .owl-dot span {
  border: 2px solid #9b9b9b;
  background: #fff;
}

.testibox .owl-theme .owl-dots .owl-dot.active span, .testibox .owl-theme .owl-dots .owl-dot:hover span {
  border-color: #fbad17;
}

.companyachievements {
  justify-content: space-between;
  display: flex;
  align-items: center;
  background: #131045;
}
.companyachievements .res-holder {
  flex: 0.26;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.companyachievements .res-holder .count {
  color: #fff;
  font-size: 33px;
}
.companyachievements .res-holder .percentage {
  font-size: 20px;
  color: #fff;
}
.companyachievements .view {
  background: #fbad17;
  padding: 25px 10px;
  flex: 0.2;
}
.companyachievements .view h2 {
  font-size: 20px;
  text-align: center;
}
.companyachievements .view .readmore {
  background: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 130px;
  margin-top: 10px;
  color: #3e3e3e;
  font-size: 14px;
  font-weight: 600;
}

.companyachievements .res-holder img {
  width: 80px;
  height: 80px;
  padding: 0px;
}

.moviebox {
  display: flex;
  padding: 0px;
  align-items: center;
  justify-content: center;
}
.moviebox .moviecard {
  position: relative;
  width: 50%;
  height: 300px;
  margin: 0px;
  transition: width 0.5s;
}
.moviebox .moviecard .thumb, .moviebox .moviecard .hero, .moviebox .moviecard .movietext {
  width: 100%;
  height: 300px;
  position: absolute;
  top: 0;
  left: 0;
  transition: width 0.5s;
  -o-object-fit: cover;
     object-fit: cover;
}
.moviebox .moviecard .thumb {
  opacity: 1;
  transition: opacity 0.5s, width 0.5s;
}
.moviebox .moviecard .hero {
  opacity: 0;
  transition: opacity 0.5s, width 0.5s;
}

.movietext {
  z-index: -1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 10px;
  opacity: 0;
  transition: opacity 0.5s;
  width: 90% !important;
  height: 90% !important;
  margin-left: 5%;
  margin-top: 2.5%;
}

.moviecard:hover, .moviecard:hover .thumb, .moviecard:hover .hero, .moviecard:hover .movietext {
  width: 100%;
}

.moviecard:hover .thumb {
  opacity: 0;
}

.moviecard:hover .hero {
  opacity: 1;
}

.moviecard:hover .movietext {
  z-index: 1000;
  opacity: 1;
  background: rgba(251, 171, 23, 0.8078431373);
  border: 2px solid #071833;
}

.movietext:hover p {
  color: #201c50;
  font-size: 25px;
}

.movietext:hover a {
  font-family: "IBM Plex Serif", serif;
  font-style: italic;
  margin-top: 5px;
  color: #201c50;
  border-radius: 5px 10px;
  text-decoration: none;
  font-size: 25px;
}

.knowlwdgebase {
  padding-top: 60px;
}
.knowlwdgebase .t-bolder {
  font-family: "IBM Plex Serif", serif;
  font-style: italic;
}
.knowlwdgebase .nav {
  justify-content: center;
}
.knowlwdgebase .nav-pills .nav-link {
  border-radius: 0.25rem;
  color: #7d7d7d;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}
.knowlwdgebase .nav-pills .nav-link.active, .knowlwdgebase .nav-pills .show > .nav-link {
  color: #071833;
  background-color: #fbad17;
  border-bottom: 0px solid #fbad17;
  border-radius: 50px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  box-shadow: 3px 3px 15px 9px rgba(7, 24, 51, 0.1098039216);
}

.verticletable {
  display: flex;
  align-items: center;
  background: #131045;
}
.verticletable h1 {
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 18px;
  color: #fff;
  letter-spacing: 21px;
  padding: 0px 25px;
}
.verticletable .nav.nav-tabs {
  float: left;
  border-bottom: 0;
  border-right: 1px solid #ddd;
  padding-right: 15px;
  width: 360px;
  position: relative;
}
.verticletable .nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  background: #131045;
  font-size: 13px;
  color: #fff;
  padding: 5px 25px;
  position: relative;
  opacity: 0.6;
}
.verticletable .nav-tabs .nav-link.active {
  color: #fff;
  background-color: #131045 !important;
  border-color: transparent !important;
  position: relative;
  opacity: 1;
}
.verticletable .nav-tabs .nav-link.active::after {
  content: "";
  position: absolute;
  top: 13px;
  right: -17px;
  width: 50px;
  height: 2px;
  background: rgba(255, 255, 255, 0.4784313725);
}
.verticletable .nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0rem !important;
  border-top-right-radius: 0rem !important;
}
.verticletable .tab-content {
  width: 100%;
}
.verticletable .tab-content > .active {
  display: block;
  background: #007bff;
  min-height: 165px;
}
.verticletable .nav.nav-tabs {
  float: left;
  display: block;
  border-bottom: 0;
  border-right: 1px solid transparent;
  padding-right: 15px;
}

.servicesr {
  display: flex;
}
.servicesr .serbox1 {
  display: flex;
  flex-direction: column;
  flex: 0.5;
}
.servicesr .serbox1 .serbox111 {
  display: flex;
  height: 300px;
}
.servicesr .serbox1 .serbox111 .serbox11, .servicesr .serbox1 .serbox111 .serbox12 {
  flex: 0.5;
}
.servicesr .serbox1 .serbox111 .serbox11 img, .servicesr .serbox1 .serbox111 .serbox12 img {
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.servicesr .serbox1 .serbox13 {
  height: 313px;
}
.servicesr .serbox1 .serbox13 img {
  height: 313px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.servicesr .serbox2 {
  flex: 0.5;
}
.servicesr .serbox2 .serbox21 {
  height: 320px;
}
.servicesr .serbox2 .serbox21 img {
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.servicesr .serbox2 .serbox22 {
  height: 293px;
}
.servicesr .serbox2 .serbox22 img {
  height: 293px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.imgbox {
  position: relative;
  width: 100%;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: #101010;
}

.imgbox:hover .overlay {
  opacity: 1;
}

.text {
  color: white;
  font-size: 14px;
  position: absolute;
  bottom: 10px;
  left: 10px;
  transform: translate(0px, 0px);
  text-align: center;
}

.plusbtn {
  top: 30px;
  right: 20px;
  color: white;
  font-size: 14px;
  position: absolute;
  z-index: 999;
  transform: translate(0px, 0px);
  text-align: right;
  width: 100%;
}
.plusbtn a i {
  font-size: 20px;
  color: #ccc;
}

.header .megamenu li:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.header .megamenu li a {
  border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
  border-right: 1px solid rgba(0, 0, 0, 0.1) !important;
  border-bottom: none !important;
  padding: 15px 15px !important;
}
.header .megamenu i {
  margin-right: 5px;
}
.header .megamenu i, .header .megamenu span {
  padding: 5px 0px;
  display: inline-block;
  color: #464646;
}

.getintouch {
  background-color: #131045;
  padding-top: 100px;
}
.getintouch .container {
  background: url(../img/gtmap.jpg);
  background-position: center;
  background-size: cover;
  max-width: 92%;
  width: 100%;
  border-top: 2px solid rgba(255, 255, 255, 0.35);
  border-bottom: 2px solid rgba(255, 255, 255, 0.35);
  margin-top: 30px;
}
.getintouch .container .getintouchstart {
  display: flex;
  /*the container must be positioned relative:*/
  /*style the arrow inside the select element:*/
  /*point the arrow upwards when the select box is open (active):*/
  /*style the items (options), including the selected item:*/
  /*style items (options):*/
  /*hide the items when the select box is closed:*/
}
.getintouch .container .getintouchstart .left {
  padding: 90px 0px;
  border-right: 2px solid rgba(255, 255, 255, 0.35);
  flex: 0.4;
}
.getintouch .container .getintouchstart .left h5 {
  color: #fff;
  font-family: "IBM Plex Serif", serif;
  font-style: italic;
  font-size: 25px;
  margin-bottom: 20px;
  font-weight: 400;
}
.getintouch .container .getintouchstart .left p {
  font-weight: 600;
  color: #fff;
}
.getintouch .container .getintouchstart .left ul li {
  color: #fff;
  display: flex;
  align-items: flex-start;
  padding: 7px 0px;
}
.getintouch .container .getintouchstart .left ul li span {
  margin-left: 10px;
  font-weight: 500;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
}
.getintouch .container .getintouchstart .right {
  flex: 0.6;
  padding: 80px 20px 40px 50px;
}
.getintouch .container .getintouchstart .right .nav {
  align-items: center;
  justify-content: center;
}
.getintouch .container .getintouchstart .right .nav-pills .nav-link.active, .getintouch .container .getintouchstart .right .nav-pills .show > .nav-link {
  color: #ffffff;
  background-color: transparent;
  border-bottom: 2px solid rgba(251, 173, 23, 0);
  border-radius: 0px;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
}
.getintouch .container .getintouchstart .right .nav-pills .nav-link.active::after, .getintouch .container .getintouchstart .right .nav-pills .show > .nav-link::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 33px;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 2px;
  background: #fbad17;
}
.getintouch .container .getintouchstart .right .nav-pills .nav-link {
  border-radius: 0.25rem;
  color: #ffffff;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
}
.getintouch .container .getintouchstart .right .form-group .floating-label {
  position: relative;
  margin-bottom: 20px;
}
.getintouch .container .getintouchstart .right .form-group .floating-input, .getintouch .container .getintouchstart .right .form-group .floating-select {
  font-size: 14px;
  padding: 13px 17px;
  display: block;
  width: 100%;
  height: 50px;
  background-color: transparent;
  border: none;
  border: 1px solid rgba(255, 255, 255, 0.568627451) !important;
  color: #fff;
  border-radius: 3px !important;
}
.getintouch .container .getintouchstart .right .form-group .floating-input:focus, .getintouch .container .getintouchstart .right .form-group .floating-select:focus {
  outline: none;
  border-bottom: 2px solid #5264AE;
}
.getintouch .container .getintouchstart .right .form-group label {
  color: #999;
  font-size: 14px;
  color: #fff;
  font-weight: 500 !important;
  position: absolute;
  pointer-events: none;
  left: 10px;
  top: 15px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
.getintouch .container .getintouchstart .right .form-group .floating-input:not(:-moz-placeholder-shown) ~ label {
  top: -20px;
  font-size: 14px;
  color: #fff;
  left: 0px;
}
.getintouch .container .getintouchstart .right .form-group .floating-input:focus ~ label, .getintouch .container .getintouchstart .right .form-group .floating-input:not(:placeholder-shown) ~ label {
  top: -20px;
  font-size: 14px;
  color: #fff;
  left: 0px;
}
.getintouch .container .getintouchstart .right .form-group .floating-select:focus ~ label, .getintouch .container .getintouchstart .right .form-group .floating-select:not([value=""]):valid ~ label {
  top: -18px;
  font-size: 14px;
  color: #5264AE;
}
.getintouch .container .getintouchstart .right .form-group .floating-input:focus ~ .bar:before, .getintouch .container .getintouchstart .right .form-group .floating-input:focus ~ .bar:after, .getintouch .container .getintouchstart .right .form-group .floating-select:focus ~ .bar:before, .getintouch .container .getintouchstart .right .form-group .floating-select:focus ~ .bar:after {
  width: 50%;
}
.getintouch .container .getintouchstart .right .form-group .floating-textarea {
  min-height: 120px;
  max-height: 260px;
  overflow: hidden;
  overflow-x: hidden;
}
.getintouch .container .getintouchstart .right .form-group .highlight {
  position: absolute;
  height: 50%;
  width: 100%;
  top: 15%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}
.getintouch .container .getintouchstart .right .form-group .floating-input:focus ~ .highlight, .getintouch .container .getintouchstart .right .form-group .floating-select:focus ~ .highlight {
  animation: inputHighlighter 0.3s ease;
}
@keyframes inputHighlighter {
  from {
    background: #5264AE;
  }
  to {
    width: 0;
    background: transparent;
  }
}
.getintouch .container .getintouchstart .right .form-group .floating-credit {
  position: fixed;
  bottom: 10px;
  right: 10px;
  color: #aaa;
  font-size: 13px;
  font-family: arial, sans-serif;
}
.getintouch .container .getintouchstart .right .form-group .floating-credit a {
  text-decoration: none;
  color: #000000;
  font-weight: bold;
}
.getintouch .container .getintouchstart .right .form-group .floating-credit a:hover {
  border-bottom: 1px dotted #f8f8f8;
}
.getintouch .container .getintouchstart .right .form-group .floating-heading {
  position: fixed;
  color: #aaa;
  font-size: 20px;
  font-family: arial, sans-serif;
}
.getintouch .container .getintouchstart .custom-select {
  position: relative;
  height: inherit !important;
  padding: 0px 0px 0px 0px;
  background: transparent !important;
  border-radius: 3px !important;
  border: 1px solid rgba(255, 255, 255, 0.568627451) !important;
}
.getintouch .container .getintouchstart .custom-select select {
  display: none; /*hide original SELECT element:*/
}
.getintouch .container .getintouchstart .select-selected {
  background-color: transparent !important;
}
.getintouch .container .getintouchstart .select-selected {
  color: #fff !important;
}
.getintouch .container .getintouchstart .select-selected.select-arrow-active {
  background: #fff !important;
  color: #3a3a3a !important;
  border-radius: 2px;
}
.getintouch .container .getintouchstart .select-selected:after {
  position: absolute;
  content: "";
  top: 20px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}
.getintouch .container .getintouchstart .select-selected.select-arrow-active:after {
  border-color: transparent transparent #131045 transparent;
  top: 13px;
}
.getintouch .container .getintouchstart .select-items div, .getintouch .container .getintouchstart .select-selected {
  color: #313131;
  padding: 13px 16px;
  border: 1px solid transparent;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-weight: 600;
  font-size: 14px;
}
.getintouch .container .getintouchstart .select-items div {
  padding: 9px 16px !important;
}
.getintouch .container .getintouchstart .select-items {
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}
.getintouch .container .getintouchstart .select-hide {
  display: none;
}
.getintouch .container .getintouchstart .select-items div:hover, .getintouch .container .getintouchstart .same-as-selected {
  background-color: #fbad17;
}

.fileinput-button {
  position: relative;
  overflow: hidden;
  display: block;
  background: rgba(255, 255, 255, 0);
  border: 1px solid rgba(255, 255, 255, 0.568627451) !important;
  padding: 12px 15px;
  margin-bottom: 20px;
  color: #fff;
  border-radius: 3px;
}

.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  font-size: 200px !important;
  direction: ltr;
  cursor: pointer;
}

span.btn-success.fileinput-button:hover {
  background: #fbad17;
  color: #131045;
}

@media screen\9  {
  .fileinput-button input {
    font-size: 150% !important;
  }
}
#career .btnlink {
  padding: 10px 20px;
  width: 120px;
}

.header.solid-nav1 .nav-row .nav-controls .nav-item .nav-link {
  color: #101825;
  font-weight: 600;
}

header.header.solid-nav1 .nav-row .nav-controls .nav-item .nav-link span {
  text-transform: uppercase !important;
  font-size: 13px;
  color: #3f3f3f;
  font-weight: 500;
}

.custom-btn {
  border: 1px solid #fbad17;
  background: #fbad17;
}

.conttitle {
  margin: 15px 0px 25px;
}
.conttitle p {
  border-left: 2px solid #fbad17;
  padding-left: 10px;
  margin-bottom: 20px;
  font-size: 13px;
}

.getinto {
  border: 1px solid #ccc;
  font-size: 14px;
  padding: 8px 15px;
  font-weight: 600;
  margin-left: 15px;
}

.industrysection {
  padding-top: 70px;
  background: #fff;
  padding-bottom: 20px;
  background-position: 0px 0px !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.industrysection .title p {
  margin: 0px;
}

.feedback .progresscontent {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.feedback .progresscontent label {
  font-size: 14px;
}
.feedback .progress {
  height: 6px;
}
.feedback .bg_color {
  background: linear-gradient(to right, #ec145c, #5f2cec) !important;
}

.contbox {
  position: relative;
  background: #f7f7f7;
  box-shadow: 0px 3px 17px 0px #ccc;
  margin-bottom: 30px;
  border-radius: 0px;
}
.contbox h1 {
  font-size: 30px;
  font-weight: 600;
}
.contbox h1 span {
  color: #fbad17;
}
.contbox .iccontbox {
  background: #f7f7f7;
  border-radius: 0px;
  position: relative;
  padding: 50px 10px;
  overflow: hidden;
}
.contbox .iccontbox img {
  position: absolute;
  right: -15px;
  bottom: -40px;
  width: 175px;
  overflow: hidden;
  z-index: 99999;
  display: block;
}

.casestudies {
  text-align: center;
  margin-top: 30px;
}
.casestudies p {
  font-weight: 600;
  font-size: 14px;
}
.casestudies h3 {
  font-size: 30px;
  font-weight: 500;
  font-family: "IBM Plex Serif", serif;
  font-style: italic;
}

.feedback {
  margin-top: 30px;
}

.feedback h1 {
  font-weight: 600;
}

section.products {
  padding: 25px 0px 45px 0px;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.contmapaddress {
  background: #131045;
  padding: 60px 0px;
}
.contmapaddress h1 {
  color: #fff;
  font-size: 30px;
  margin-bottom: 15px;
  font-family: "IBM Plex Serif", serif;
  font-style: italic;
}
.contmapaddress h2 {
  color: #fbad17;
  font-size: 35px;
  font-weight: 500;
}
.contmapaddress p {
  color: rgba(255, 255, 255, 0.7294117647);
  margin: 0px;
}
.contmapaddress .addboxmark {
  margin: 15px 0px 0px;
}

.ibconbox {
  padding: 130px 0px;
}
.ibconbox h1 {
  font-size: 45px;
  color: #131045;
  white-space: nowrap;
}

.solid-nav1 .custom-btn {
  color: #131045;
}

.products .heading {
  font-family: "IBM Plex Serif", serif;
  font-style: italic;
  color: #1d1d1d;
}

.products .swiper-slide img {
  display: block;
  width: 100%;
  height: 400px !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.products .swiper-container-3d {
  overflow: hidden;
}

.products .testimonial-view {
  margin-bottom: 30px;
  position: relative;
}
.products .testimonial-view .owl-item.active.center .testimonial-box {
  transform: scale(1.15);
  opacity: 1;
}
.products .testimonial-box {
  background: #fff;
  padding: 10px 15px;
  border-radius: 5px;
  box-shadow: 0 15px 50px -3px rgba(0, 0, 0, 0.1);
  transform: scale(0.9);
  transition: all 0.3s;
}
.products .testimonial-box .quote-icon {
  font-size: 50px;
  color: #eee;
  margin-top: 20px;
  margin-bottom: 20px;
}
.products .testimonial-box img.user-img {
  height: 60px;
  width: 60px;
  border: 3px solid #eee;
  border-radius: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16);
}
.products .owl-nav .owl-prev {
  position: absolute;
  top: calc(53% - 25px);
  left: -20px;
  z-index: 1;
  background: #fff !important;
  padding: 5px 15px !important;
}
.products .owl-nav .owl-prev i {
  font-size: 16px;
  padding: 10px;
  box-shadow: -3px 3px 6px #dadada;
}
.products .owl-nav .owl-next {
  position: absolute;
  top: calc(53% - 25px);
  right: -20px;
  z-index: 1;
  background: #fff !important;
  padding: 5px 15px !important;
}
.products .owl-nav .owl-next i {
  font-size: 16px;
  padding: 10px;
  box-shadow: 3px 3px 6px #dadada;
}
.products .owl-dots {
  text-align: center;
}
.products .owl-dots .owl-dot {
  height: 8px;
  width: 8px;
  border-radius: 8px;
  background: #ccc !important;
  margin-left: 5px;
  margin-right: 5px;
  outline: none;
}
.products .owl-dots .owl-dot.active {
  background: #999 !important;
}
.products .owl-theme .owl-nav [class*=owl-]:hover {
  color: #fbad17 !important;
}

.products .productbox {
  position: relative;
}
.products .owl-carousel .owl-dots.disabled, .products .owl-carousel .owl-nav.disabled {
  display: block;
}

.s-use-case .btn-theme {
  outline-offset: 0px;
  text-transform: inherit !important;
  border-radius: 3px !important;
  padding: 12px 20px;
  border: none;
  outline: none;
  width: 150px;
}

.feedback .col-md-6 {
  margin-bottom: 20px;
}

.mapaddres {
  position: relative;
}
.mapaddres .tooltip {
  display: inline-block;
  position: relative;
  text-align: left;
  opacity: 1;
}
.mapaddres .tooltip h3 {
  margin: 0px;
  font-size: 16px;
}
.mapaddres .tooltip p {
  color: #353535;
  font-size: 13px;
}
.mapaddres .tooltip .right {
  min-width: 200px;
  max-width: 400px;
  top: 50%;
  left: 100%;
  margin-left: 20px;
  transform: translate(0, -50%);
  padding: 0;
  color: #EEEEEE;
  background-color: #fff;
  font-weight: normal;
  font-size: 13px;
  border-radius: 8px;
  position: absolute;
  z-index: 99999999;
  box-sizing: border-box;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.8s;
}
.mapaddres .tooltip:hover .right {
  visibility: visible;
  opacity: 1;
}
.mapaddres .tooltip .right img {
  width: 100% !important;
  border-radius: 6px 6px 0 0;
}
.mapaddres .tooltip .text-content {
  padding: 5px 15px 15px;
}
.mapaddres .tooltip .right i {
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -12px;
  width: 12px;
  height: 24px;
  overflow: hidden;
}
.mapaddres .tooltip .right i::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  left: 0;
  top: 50%;
  transform: translate(50%, -50%) rotate(-45deg);
  background-color: #fff;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
}
.mapaddres #delhi {
  position: absolute;
  top: 24%;
  left: 29%;
  transform: translate(55%, 2%);
}
.mapaddres #delhi img {
  width: 28px;
  cursor: pointer;
}
.mapaddres #mumbai {
  position: absolute;
  bottom: 40%;
  left: 15%;
  transform: translate(45%, 0%);
}
.mapaddres #mumbai img {
  width: 28px;
  cursor: pointer;
}
.mapaddres #chennai {
  position: absolute;
  bottom: 22%;
  right: 57%;
  transform: translate(38%, 5%);
}
.mapaddres #chennai img {
  width: 28px;
  cursor: pointer;
}

section.s-use-case h3 {
  font-family: "IBM Plex Serif", serif !important;
  font-style: italic !important;
}

.productbox .box {
  overflow: hidden;
  position: relative;
}
.productbox .box:before {
  content: "";
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  transition: all 0.3s ease 0s;
}
.productbox .box:hover:before {
  opacity: 0.9;
  right: 12px;
  left: 12px;
  top: 12px;
  bottom: 12px;
}
.productbox .box img {
  width: 100%;
  height: auto;
  transition: all 0.3s ease 0s;
}
.productbox .box:hover img {
  filter: grayscale(70%);
  transform: scale(1);
}
.productbox .box .box-content {
  color: #fff;
  text-align: center;
  width: 100%;
  opacity: 0;
  transform: translate(-50%, -50%);
  position: absolute;
  bottom: 40% !important;
  left: 50%;
  z-index: 2;
  transition: all 0.3s ease 0s;
}
.productbox .box:hover .box-content {
  opacity: 1;
  bottom: 20px;
}
.productbox .box .title {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin: 0;
  color: #fff;
}
.productbox .box .post {
  font-size: 16px;
  text-transform: lowercase;
  letter-spacing: 1px;
  display: block;
}
.productbox .box .icon {
  padding: 0;
  margin: 0;
  list-style: none;
  opacity: 0;
  position: absolute;
  right: -20px;
  top: -52px;
  z-index: 1;
  transition: all 0.25s ease-in;
}
.productbox .box:hover .icon {
  opacity: 1;
}
.productbox .box .icon li {
  margin: 0 15px;
  display: inline-block;
  transition: all 0.3s ease 0s;
}
.productbox .box:hover .icon li {
  margin: 0 2px;
}
.productbox .box .icon li a {
  color: #474747;
  background-color: #fbad17;
  font-size: 14px;
  text-align: center;
  line-height: 130px;
  height: 80px;
  width: 85px;
  border-radius: 50%;
  display: block;
  transition: all 0.3s ease 0s;
}
.productbox .box .icon li a:hover {
  color: #fff;
  background: #f83600;
  box-shadow: 0 0 10px -3px rgba(0, 0, 0, 0.7);
}
.productbox .box .addtocart {
  color: #fff;
  text-align: center;
  width: 100%;
  opacity: 0;
  transform: translate(-50%, -50%);
  position: absolute;
  bottom: 0% !important;
  left: 50%;
  z-index: 2;
  transition: all 0.3s ease 0s;
}
.productbox .box:hover .addtocart {
  opacity: 1;
  bottom: 20px;
}
.productbox .addtocart a {
  padding: 7px 20px;
  background: #fbad17;
  color: #484848;
  border-radius: 3px;
  font-size: 11px;
}

.owl-item.active.center .box .box-content, .owl-item.active.center .box .icon, .owl-item.active.center .box .addtocart {
  opacity: 1;
  display: block;
}

@media (min-width: 1800px) {
  .industrysection {
    padding-top: 70px;
    background: #fff;
    padding-bottom: 20px;
    background-position: center !important;
    background-position: top 30px right 0px !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    height: 75vh;
  }
}
@media (min-width: 768px) {
  .simulanis__footer p {
    text-align: center;
  }
}
.industrysection {
  padding: 195px 0px;
  position: relative;
  background: #121212;
}
.industrysection .container {
  position: absolute;
  bottom: 10%;
  left: 5%;
}
.industrysection .container .author {
  text-align: right;
  color: #fbfbfb;
}
.industrysection img {
  width: 100%;
  position: relative;
  top: -50px;
}

@media (min-width: 1800px) {
  .industrysection .container {
    position: absolute;
    top: 25%;
    left: 5%;
  }
}
.powersimg {
  display: flex;
}
.powersimg img {
  width: 100%;
}
.powersimg .box1 {
  flex: 0.4;
  padding: 15px;
}
.powersimg .box1 img {
  height: 129.2vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.powersimg .box2 {
  flex: 0.6;
}
.powersimg .box221 {
  display: flex;
}
.powersimg .box221 .box21 {
  flex: 0.6;
  padding: 15px 0px;
}
.powersimg .box221 .box22 {
  flex: 0.4;
  padding: 15px;
}
.powersimg .box221 .box22 img {
  height: 64.5vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.powersimg .box {
  background-color: #fff;
  overflow: hidden;
  position: relative;
}
.powersimg .box:before {
  content: "";
  height: 100%;
  width: 100%;
  transform: rotate(0) scale(2);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.5s ease 0s;
}
.powersimg .box:hover:before {
  transform: rotate(360deg) scale(2);
  background: #fbad17;
}
.powersimg .box img {
  width: 100%;
  transition: all 0.5s ease 0s;
}
.powersimg .box:hover img {
  filter: grayscale(50%);
}
.powersimg .box .box-content {
  color: #fff;
  text-align: center;
  width: 100%;
  padding: 10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  z-index: 2;
  transition: all 0.5s ease-out 0s;
}
.powersimg .box:hover .box-content {
  opacity: 1;
}
.powersimg .box .title {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 3px;
}
.powersimg .box .post {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: capitalize;
  display: block;
}
.powersimg .box .icon {
  padding: 0;
  margin: 0;
  list-style: none;
  opacity: 0;
  position: absolute;
  left: 10px;
  bottom: 12px;
  z-index: 2;
  transition: all 0.5s ease-out 0s;
}
.powersimg .box:hover .icon {
  opacity: 1;
}
.powersimg .box .icon li {
  margin: 0 3px;
  display: inline-block;
}
.powersimg .box .icon li a {
  position: absolute;
  bottom: -12px;
  left: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 0 0 50px;
  border-color: transparent transparent transparent #1d2e4a;
}
.powersimg .box .icon li a::after {
  font-family: FontAwesome;
  content: "\f067";
  position: absolute;
  color: white;
  top: -29px;
  left: -43px;
  z-index: 2;
}
@media only screen and (max-width: 990px) {
  .powersimg .box {
    margin: 0 0 30px;
  }
}

.keybenefits h4 {
  font-size: 16px;
}
.keybenefits p {
  font-size: 14px !important;
  font-weight: 500 !important;
}

.samplework .box {
  background-color: #774691;
  overflow: hidden;
  position: relative;
}
.samplework .box:before {
  content: "";
  background: linear-gradient(to right bottom, #000 50%, #000 51%);
  height: 100%;
  width: 100%;
  opacity: 0.2 !important;
  transform: rotate(0) scale(2);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.5s ease 0s;
}
.samplework .box:hover:before {
  opacity: 0.6 !important;
  transform: rotate(360deg) scale(2);
}
.samplework .box img {
  width: 100%;
  height: auto;
  transition: all 0.5s ease 0s;
}
.samplework .box:hover img {
  filter: grayscale(50%);
}
.samplework .box .box-content {
  color: #fff;
  text-align: left;
  width: 100%;
  padding: 25px 40px;
  opacity: 0;
  position: absolute;
  bottom: 10px;
  left: 0;
  z-index: 2;
  transition: all 0.5s ease-out 0s;
}
.samplework .box:hover .box-content {
  opacity: 1;
}
.samplework .box .title {
  font-size: 17px;
  font-weight: 600;
  margin: 0 0 3px;
  color: #fff;
}
.samplework .box .post {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  display: block;
}
.samplework .box .icon {
  padding: 0;
  margin: 0;
  list-style: none;
  opacity: 0;
  position: absolute;
  right: 10px;
  bottom: 25px;
  z-index: 2;
  transition: all 0.5s ease-out 0s;
}
.samplework .box:hover .icon {
  opacity: 1;
}
.samplework .box .icon li {
  margin: 0 3px;
  display: inline-block;
}
.samplework .box .icon li a {
  color: #160b49;
  background-color: #fbad17;
  font-size: 15px;
  text-align: center;
  line-height: 36px;
  height: 35px;
  width: 35px;
  border-radius: 5px;
  display: block;
  transition: all 0.3s ease 0s;
}
.samplework .box .icon li a:hover {
  color: #3a3a3a;
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}
.samplework .owl-item.active.center .item .box::before {
  content: "";
  opacity: 0.6 !important;
}
@media only screen and (max-width: 990px) {
  .samplework .box {
    margin: 0 0 30px;
  }
}

.samwork .t-bolder {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  font-family: "IBM Plex Serif", serif;
  font-style: italic;
}

.contmapaddress .container {
  max-width: 1140px;
}

.blogsection .nav-link {
  display: block;
  padding: 8px 25px;
}
.blogsection .grid {
  display: grid;
  grid-gap: 13px;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-auto-rows: 19.5px;
}
.blogsection .item {
  background-color: #efefef;
}
.blogsection .content img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  height: 185px;
  width: 100%;
}
.blogsection .photothumb {
  width: 100%;
}
.blogsection .title {
  padding: 0px 20px;
}
.blogsection .title p {
  color: rgba(10, 10, 10, 0.9490196078);
  font-weight: 500;
}
.blogsection .title h3 {
  font-size: 1.2em;
  color: #ffffff;
}
.blogsection .project .title {
  background-color: #607D8B;
}
.blogsection .blog .title {
  background-color: #ff9800;
}
.blogsection .photo .title {
  background-color: #f44336;
}
.blogsection .desc {
  padding: 12px 15px 15px;
}
.blogsection .desc .technology {
  font-size: 13px;
  color: #0c1d72;
  margin-bottom: 5px !important;
  font-weight: 700;
}
.blogsection .desc .mheading h5 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 6px;
  color: #1c1c1c;
}
.blogsection .desc i {
  font-size: 19px;
  color: #7e7e7e;
  margin-right: 5px;
}
.blogsection .shortdes {
  height: 62px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  margin-bottom: 7px;
  color: #626262;
  font-weight: 500;
}
.blogsection .author {
  font-size: 13px;
  display: flex;
  align-items: center;
  color: #7c7c7c;
}
.blogsection .author span {
  color: #949494;
  font-weight: 500;
  margin: 0px 10px;
}

.desc img {
  width: 50%;
  margin: 0 10px 10px 0;
  float: left;
}

.btun {
  text-align: center;
  display: block;
  padding-bottom: 60px;
}
.btun .btnlink {
  padding: 12px 30px;
}

.solid-nav1 {
  height: 70px;
  background-color: #fff;
}
.solid-nav1 .nav-row {
  padding-top: 0px;
  padding-bottom: 0px;
}

.desbninfo h1 {
  color: rgba(255, 255, 255, 0.9725490196);
  font-family: "IBM Plex Serif", serif;
  font-style: italic;
  font-size: 35px;
}
.desbninfo h1 span {
  color: #fbad17;
}
.desbninfo .productname {
  color: rgba(255, 255, 255, 0.6705882353);
}
.desbninfo .author {
  color: rgba(255, 255, 255, 0.6705882353);
}

.blogboxde p {
  text-align: justify;
  margin-bottom: 10px;
  font-size: 14px;
  color: #3c3c3c;
  font-weight: 500;
}
.blogboxde h5 {
  font-family: "IBM Plex Serif", serif;
  font-style: italic;
  font-size: 18px;
  border-left: 2px solid #fbad17;
  padding-left: 10px;
  text-align: justify;
  color: #262626;
}

.authorpart {
  text-align: center;
}
.authorpart .social {
  border-top: 1px solid #ccc;
  padding: 10px;
}
.authorpart .social li {
  display: inline-block;
  margin: 0px 8px;
}
.authorpart .social li a {
  color: #444;
}
.authorpart .social li a i {
  font-size: 18px;
  color: #fbad17;
}
.authorpart img {
  width: 145px !important;
  margin: 0 auto;
  width: 100%;
}
.authorpart .authorname {
  font-size: 18px;
  font-weight: 600;
  margin-top: 10px;
}
.authorpart p {
  font-family: "IBM Plex Serif", serif;
  font-style: italic;
  color: #b6b6b6;
  margin-top: 2px;
}

.category h3 {
  font-size: 20px;
  font-weight: 600;
  border-bottom: 2px solid #e4e4e4;
  padding-bottom: 15px;
  color: #222;
}
.category ul {
  margin-top: 10px;
}
.category ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #2e2e2e;
}

.blogs .title h3 {
  font-size: 30px !important;
  color: #323232 !important;
  font-weight: 600 !important;
  font-family: "IBM Plex Serif", serif !important;
  font-style: italic !important;
  position: relative;
  display: inline;
}

.blogsection {
  padding: 40px 0px;
  background: #fff;
}

.blogboxde h4 {
  font-family: "IBM Plex Serif", serif;
  font-style: italic;
  font-size: 24px;
  margin: 15px 0px;
  font-weight: 600;
  color: #202020;
}

.category ul li {
  padding: 5px 0px;
}

.blogs .t-bolder::before {
  content: url("../img/home/shaped.png");
  position: absolute;
  top: 15px;
  left: -80px;
}

@media (max-width: 767px) {
  .industrysection {
    padding: 85px 0px;
    position: relative;
    margin-top: 65px;
    background-position: center !important;
  }
  .header {
    top: 0px !important;
  }
  header.header.solid-nav1 .nav-row .nav-controls .nav-item .nav-link span {
    color: #ffffff;
  }
  .nav-toggle.expanded .nav-toggle-bar::after, .nav-toggle.expanded .nav-toggle-bar::before {
    background: #101825;
  }
}
.blogboxde img {
  height: 225px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.text-yellow {
  color: #fff;
  background: rgba(251, 173, 23, 0.4196078431);
}

#technology .grid, #industry .grid, #products .grid {
  grid-auto-rows: inherit !important;
}

.rightmenu {
  display: flex;
  align-items: center;
  margin-top: 0px;
}
.rightmenu a span {
  color: #363636;
}

header.header.solid-nav .rightmenu a span {
  color: #000;
}

.dropdown_submenu {
  display: none;
  position: absolute;
  top: 2px;
  right: -170px;
  background: #fdfdfd;
  border-top: 2px solid #fbad17;
  width: 170px;
}

.submenu {
  position: relative;
}

.submenu:hover .dropdown_submenu {
  display: block !important;
}

.alignicon {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}

.blogboxde h3 {
  color: #1e1e1e;
}/*# sourceMappingURL=style.css.map */