:root {
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Tangerine",
    Roboto, "Helvetica Neue", Arial, "Josefin Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: "Montserrat", SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  --text-xs: 12px;
  --text-sm: 14px;
  --text-sm1: 15px;
  --text-md: 16px;
  --text-lg: 18px;
  --text-xl: 20px;
  --text-2xl: 24px;
  --text-3xl: 26px;
  --text-4xl: 28px;
  --text-5xl: 30px;
  --text-5xl1: 40px;
  --text-6xl: 50px;
  --text-base: 22px;
  --text-banner: 60px;
  --text-banner1: 80px;
  --text-menulist: 40px;

  --color-darkgray: #e7e5e5;
  --color-lightgray: #fbfbfb;
  --color-base: #000000;
  --color-theme: #00c9b7;
  --color-white: #fff;
  --color-footerbg: #111;
  --star-color: #979494;
  --star-background: #ffa838;
  --rating: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
.required {
  padding-left: 5px;
  color: red;
  font-size: 80%;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
  width: device-width;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: var(--color-base);
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h1,
.h1 {
  font-size: 2.5rem;
}

h2,
.h2 {
  font-size: 2rem;
}

h3,
.h3 {
  font-size: 1.75rem;
}

h4,
.h4 {
  font-size: 1.5rem;
}

h5,
.h5 {
  font-size: 1.25rem;
}

h6,
.h6 {
  font-size: 1rem;
}
body {
  line-height: 1.5;
  color: var(--color-base);
  font-family: var(--font-family-monospace);
  font-size: 14px;
  letter-spacing: 0.5px;
  margin: 0px;
}

.sj-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -15px;
}
.justify-center {
  justify-content: center;
}
.sj {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
}

.sj-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
}

.sj-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
}

.sj-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
}

.sj-3 {
  flex: 0 0 25%;
  max-width: 25%;
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
}

.sj-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
}

.sj-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
}

.sj-6 {
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
}

.sj-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
}

.sj-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
}

.sj-9 {
  flex: 0 0 75%;
  max-width: 75%;
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
}

.sj-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
}

.sj-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
}

.sj-12 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
}
.img-responsive {
  max-width: 100%;
  height: auto;
  display: inline-block;
}
header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  padding: 12px 0;
  z-index: 1100;
  box-shadow: 0 6px 6px -6px #717171;
  background-color: var(--color-white);
}
.container {
  max-width: 1200px;
  width: 100%;
  padding: 0px 15px;
  margin: 0px auto;
}
.sj-flex {
  display: flex;
  flex-wrap: wrap;
}
.sj-center {
  align-items: center;
}
.sj-spacebetween {
  justify-content: space-between;
}
.sajallogo {
  max-width: 260px;
}
.sajallogo img {
  max-height: 40px;
}
.sajalmenu {
  min-width: 45px;
  height: 31px;
  position: relative;
  -webkit-transition: 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  transition: 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  cursor: pointer;
  background-color: transparent;
  border: transparent;
  outline: none !important;
  z-index: 10;
}
.sajalmenu span {
  background-color: var(--color-base);
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  border-radius: 50px;
  opacity: 1;
  right: 0;
  -webkit-transition: 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  transition: 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  transition: width 0.2s ease;
  overflow: hidden;
  margin-top: 5px;
}
.sajalmenu span:nth-child(1) {
  top: 0;
  width: 32px;
}
.sajalmenu span:nth-child(2) {
  top: 7px;
  width: 36px;
}
.sajalmenu span:nth-child(3) {
  top: 14px;
}
.sajalmenu span:nth-child(4) {
  top: 21px;
  width: 32px;
}
.sajalmenu span::after {
  position: absolute;
  display: inline-block;
  content: "";
  top: 0;
  left: 0;
  height: inherit;
  width: inherit;
  background: var(--color-theme);
  transform: translateX(-100%);
  animation: pagOutX 0.3s;
}
.sajalmenu:hover > span::after {
  animation: pagInX 0.3s forwards;
}
.sajalmenu.opened span:nth-child(1),
.sajalmenu.opened span:nth-child(4) {
  top: 16px;
  right: 0;
  width: 0;
}
.sajalmenu.opened span:nth-child(2) {
  width: 100%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 16px;
}
.sajalmenu.opened span:nth-child(3) {
  width: 100%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 0;
  top: 16px;
}
.sajalmenu.opened span {
  background-color: var(--color-theme);
}
@keyframes pagInX {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes pagOutX {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}

.bannerrme {
  padding: 120px 0 60px;
  background-color: var(--color-lightgray);
  position: relative;
}
.bannerrme h1 {
  font-size: var(--text-banner);
  margin: 0px;
  line-height: 1.5;
}
.bannerrme h1 span {
  color: var(--color-theme);
  position: relative;
  font-size: var(--text-banner1);
  font-weight: bold;
}
.bannerrme h5 {
  font-size: var(--text-xl);
  font-weight: normal;
  margin: 0px;
  line-height: 1.8;
}
.bannerrme h1 span::before,
.bannerrme h1 span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 220px;
  height: 120px;
  border: 1px solid var(--color-theme);
  border-radius: 0%;
  content: "";
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0.2);
  -moz-transform: translateX(-50%) translateY(-50%) scale(0.2);
  transform: translateX(-50%) translateY(-50%) scale(0.2);
}
.bannerrme h1 span::after {
  width: 50px;
  height: 50px;
  border-width: 0px;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0.8);
  -moz-transform: translateX(-50%) translateY(-50%) scale(0.8);
  transform: translateX(-50%) translateY(-50%) scale(0.8);
}
.bannerrme h1:hover span::before,
.bannerrme h1:hover span::after {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
  -moz-transform: translateX(-50%) translateY(-50%) scale(1);
  transform: translateX(-50%) translateY(-50%) scale(1);
}
.sj-sociallist {
  margin-top: 25px;
}
.sj-sociallist ul {
  margin: 0px auto;
  padding: 0px;
}
.sj-sociallist ul li {
  list-style: none;
  display: inline-block;
  margin-right: 25px;
}
.sj-sociallist ul li a {
  color: var(--color-base);
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
}
.sj-sociallist ul li a:hover svg path {
  fill: var(--color-theme);
}
.sj-sociallist ul li a:after {
  background-color: var(--color-base);
  color: var(--color-white);
  position: absolute;
  bottom: -100px;
  left: 0;
  padding: 5px 15px;
  opacity: 0;
  border-bottom-left-radius: 20px;
  border-top-right-radius: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  content: attr(data-name);
  text-align: center;
  width: 120px;
  font-size: var(--text-md);
  visibility: hidden;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.sj-sociallist ul li:hover a:after {
  opacity: 1;
  bottom: -31px;
  visibility: visible;
}
.sj-pimg {
  width: 100%;
  margin: 0px auto;
  position: relative;
}

footer {
  background-color: var(--color-footerbg);
  padding: 50px 0px 0px 0px;
}
footer ul {
  margin: 0px 0px 0px -30px;
  list-style-type: none;
  display: flex;
  align-items: start;
  justify-content: space-between;
  padding: 0px;
}
footer ul li {
  margin: 0px 0px 10px 0px;
  width: 25%;
  float: left;
  padding-left: 30px;
}
footer ul li h5 {
  color: var(--color-white);
  margin-bottom: 17px;
  font-size: var(--text-xl);
  letter-spacing: 1px;
  font-weight: normal;
  text-transform: uppercase;
  margin-top: 0px;
}
footer ul li h6 {
  margin-top: 0px;
  color: var(--color-white);
}
footer ul li h6 a {
  color: var(--color-white);
  font-size: var(--text-sm);
  letter-spacing: 1px;
  margin-top: 0px;
  font-weight: normal;
  margin-top: 0px;
}
footer ul li h6 svg {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
footer ul li h6 svg path {
  fill: var(--color-white) !important;
}
.copyrighttxt {
  text-align: center;
  margin-top: 15px;
  padding-top: 30px;
  color: var(--color-white);
  font-size: var(--text-xs);
  letter-spacing: 1px;
  font-weight: normal;
  text-transform: uppercase;
  border-top: 1px solid #464646;
  padding-bottom: 30px;
}
.waxon_tm_down {
  position: absolute;
  z-index: 7;
  bottom: 50px;
  width: 50px;
  height: 50px;
  left: calc(50% - 25px);
}
.waxon_tm_down .line_wrapper {
  width: 1px;
  height: 50px;
  background: none;
  display: block;
}
.waxon_tm_down .line_wrapper {
  position: absolute;
  width: 2px;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0px auto;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
.waxon_tm_down .line_wrapper:before {
  content: "";
  background-color: var(--color-theme);
  width: 2px;
  height: 50%;
  display: block;
  top: 0;
  -webkit-animation: scroll-down 2s ease-in-out infinite;
  -ms-animation: scroll-down 2s ease-in-out infinite;
  animation: scroll-down 2s ease-in-out infinite;
}

@-webkit-keyframes scroll-down {
  0% {
    height: 0;
  }
  50% {
    height: 100%;
  }
  70% {
    height: 100%;
    transform: scaleY(0.5);
    transform-origin: bottom;
  }
  100% {
    height: 100%;
    transform: scaleY(0);
    transform-origin: bottom;
  }
}
.menuopened .sajallogo {
  opacity: 0;
  visibility: hidden;
}
.menuopened {
  box-shadow: none;
}

.sjmenubox {
  position: fixed;
  height: 100vh;
  width: 100%;
  right: -100%;
  top: 0;
  padding-top: 90px;
  padding-bottom: 2px;
  background-color: var(--color-white);
  z-index: 999;
  transition: 0.4s;
  animation-duration: 1s;
}
.sjmenubox.show_menu {
  right: 0;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

.menuboxinner {
  padding: 0 30px;
  margin: 0px auto;
  max-width: 1100px;
  max-height: calc(100vh - 100px);
  position: relative;
  z-index: 2;
}
.sjmenulist {
  margin: 0px auto;
  padding: 0px;
}
.sjmenulist ul {
  margin: 0px auto;
  padding: 0px;
}
.sjmenulist ul li {
  list-style: none;
  display: block;
  margin: 30px 0;
}
.sjmenulist ul li:last-child {
  margin-bottom: 0px;
}
.sjmenulist ul li:first-child {
  margin-top: 0px;
}
.sjmenulist ul li a {
  color: var(--color-base);
  font-weight: 600;
  font-size: var(--text-menulist);
  text-decoration: none;
}
.eachmenucont {
  margin-bottom: 30px;
}
.eachmenucont:last-child {
  margin-bottom: 0px;
}
.eachmenucont h5 {
  margin: 0px;
  padding-bottom: 15px;
  font-weight: 600;
  font-size: var(--text-xl);
}
.eachmenucont h6 {
  margin: 0px;
  font-size: var(--text-md);
}
.eachmenucont h6 a {
  color: var(--color-base);
  text-decoration: none;
  margin-right: 15px;
  position: relative;
  padding-bottom: 3px;
  transition: 0.3s;
}
.eachmenucont h6 a:after {
  width: 0px;
  height: 1px;
  position: absolute;
  bottom: 0px;
  content: "";
  background-color: var(--color-theme);
  transition: 0.3s;
  left: 0;
}
.eachmenucont h6 a:hover:after {
  width: 100%;
}
.eachmenucont h6 a:hover {
  color: var(--color-theme);
}
.eachmenucont h6 svg {
  width: 20px;
  height: 20px;
}
.eachmenucont h6 svg:hover {
  fill: var(--color-theme);
}
.eachmenucont h6.socialicons a {
  margin-right: 5px;
}
.sjmenulist ul li a {
  position: relative;
  padding-bottom: 8px;
}
.sjmenulist ul li a:after {
  width: 0px;
  height: 2px;
  background-color: var(--color-base);
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.3s;
}
.sjmenulist ul li a:before {
  width: 0px;
  height: 2px;
  background-color: var(--color-theme);
  content: "";
  position: absolute;
  bottom: 5px;
  left: 20px;
  transition: 0.2s;
}
.sjmenulist ul li a:hover:after,
.sjmenulist ul li a:hover:before {
  width: 70px;
}
.sjmenulist ul li a.active:after,
.sjmenulist ul li a.active:before {
  width: 70px;
}

.blogcontentdetails {
  line-height: 1.9;
}

.genbanner .name h4 b {
  font-weight: 700;
  font-size: var(--text-5xl);
  position: relative;
  color: var(--color-base);
  margin-top: 0px;
  z-index: 99;
}

.aboutme {
  background-color: var(--color-white);
  padding: 90px 0 30px;
  overflow: hidden;
}
.aboutme .name {
  width: 100%;
  float: left;
  padding-bottom: 30px;
  margin-bottom: 2px;
}
.aboutme .name h3 {
  position: relative;
}
.aboutme .name h3 b {
  font-weight: 900;
  font-size: var(--text-banner);
  position: relative;
  color: var(--color-base);
  margin-top: 0px;
  z-index: 99;
}
.aboutme .name h3 .bg {
  position: absolute;
  left: 0px;
  top: 0px;
  color: transparent;
  text-transform: uppercase;
  font-size: 80px;
  font-weight: bold;
  opacity: 0.2;
  line-height: 0;
  -webkit-user-select: none;
  -webkit-text-stroke: 1px var(--color-base);
  z-index: 9;
}

.aboutdescr {
  font-size: var(--text-lg);
  color: var(--color-base);
  letter-spacing: 0.5px;
  clear: both;
  line-height: 1.9;
}

.aboutdescr b {
  font-weight: 500;
}

.technologies {
  background-color: var(--color-lightgray);
  padding: 40px 0;
  overflow: hidden;
}
.technologies .name h3 {
  position: relative;
}
.technologies .name h3 b {
  font-weight: 700;
  font-size: var(--text-6xl);
  position: relative;
  color: var(--color-base);
  margin-top: 0px;
  z-index: 99;
  letter-spacing: -1px;
}
.technologies .name h3 .bg {
  position: absolute;
  left: 0px;
  top: 0px;
  color: transparent;
  text-transform: uppercase;
  font-size: 80px;
  font-weight: bold;
  opacity: 0.2;
  line-height: 0;
  -webkit-user-select: none;
  -webkit-text-stroke: 1px var(--color-base);
  z-index: 9;
}
.innerworkbox {
  background-color: var(--color-white);
  box-shadow: rgb(0 0 0 / 18%) 10px 25px 20px -20px;
  padding: 50px 15px 25px 15px;
  text-align: center;
  position: relative;
  margin-top: 100px;
  border-bottom-right-radius: 20px;
  border-top-left-radius: 20px;
  border: 1px solid #e2e2e2;
}
.innerworkbox .iconzone {
  position: absolute;
  top: -35px;
  width: 70px;
  height: 70px;
  background-color: var(--color-white);
  box-shadow: 0px 0px 10px #e2e2e2;
  display: block;
  padding: 10px;
  left: calc(50% - 35px);
  border-bottom-left-radius: 20px;
  border-top-right-radius: 20px;
}
.innerworkbox h4 {
  margin-top: 0px;
  font-size: var(--text-2xl);
  color: var(--color-base);
  font-weight: 700;
  padding-bottom: 8px;
  position: relative;
}

.innerworkbox p {
  line-height: 1.7;
  font-size: var(--text-sm1);
  letter-spacing: 1px;
}
.innerworkbox .expbox {
  font-weight: 600;
  font-size: var(--text-2xl);
  color: var(--color-theme);
}
.innerworkbox .expbox span {
  font-size: var(--text-xl);
  color: var(--color-base);
}
.innerworkbox .expbox small {
  font-size: var(--text-md);
  color: var(--color-base);
  font-weight: normal;
}
.innerworkbox h4:after {
  width: 0px;
  height: 2px;
  background-color: var(--color-base);
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 20px);
  transition: 0.3s;
}
.innerworkbox h4:before {
  width: 0px;
  height: 2px;
  background-color: var(--color-theme);
  content: "";
  position: absolute;
  bottom: 5px;
  left: calc(50% - 50px);
  transition: 0.2s;
}
.innerworkbox:hover h4:after,
.innerworkbox:hover h4:before {
  width: 70px;
}

.portfolio {
  background-color: var(--color-white);
  padding: 60px 0;
  overflow: hidden;
}
.portfolio .name h3 {
  position: relative;
}
.portfolio .name h3 b {
  font-weight: 700;
  font-size: var(--text-6xl);
  position: relative;
  color: var(--color-base);
  margin-top: 0px;
  z-index: 99;
  letter-spacing: -1px;
}
.portfolio .name h3 .bg {
  position: absolute;
  left: 0px;
  top: 0px;
  color: transparent;
  text-transform: uppercase;
  font-size: 80px;
  font-weight: bold;
  opacity: 0.2;
  line-height: 0;
  -webkit-user-select: none;
  -webkit-text-stroke: 1px var(--color-base);
  z-index: 9;
}
.im_portfolio {
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-radius: 10px;
  text-align: center;
  margin-top: 40px;
  transition: transform 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
}
.im_portfolio .thumbnail_inner .thumbnail a {
  transition: all 0.4s ease-in-out 0s;
  display: block;
}
.im_portfolio .thumbnail_inner .thumbnail a img {
  transition: transform 1s ease, opacity 0.5s ease 0.25s;
  border-radius: 10px;
  width: 100%;
  box-shadow: 0 25px 65px rgb(0 0 0 / 10%);
  transform: scale(1.05);
}
.im_portfolio .content .inner {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px;
  z-index: 2;
  width: 100%;
}
.im_portfolio .content .inner .portfolio_heading {
  transition: opacity 0.65s cubic-bezier(0.05, 0.2, 0.1, 1),
    transform 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
}
.im_portfolio .content .inner .portfolio_heading .category_list {
  margin: -5px -5px 5px;
}
im_portfolio .content .inner .portfolio_heading .category_list a {
  color: var(--color-white);
  opacity: 0.7;
  display: inline-block;
  margin: 5 px;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.5px;
}
.im_portfolio .content .inner .portfolio_heading .title {
  color: var(--color-white);
  font-size: 30px;
  margin-top: 0px;
}
.im_portfolio .content .inner .portfolio_heading .title a {
  color: var(--color-white);
  transition: all 0.4s ease-in-out 0s;
}
.im_portfolio .content .inner .portfolio_hover {
  opacity: 0;
  position: absolute;
  bottom: 35px;
  margin-top: 10px;
  transform: translateY(20px);
  line-height: 1.5em;
  max-width: 80%;
  transition: opacity 0.18s cubic-bezier(0.05, 0.2, 0.1, 1),
    transform 0.18s cubic-bezier(0.05, 0.2, 0.1, 1);
}
.im_portfolio .content .inner .portfolio_hover p {
  color: var(--color-white);
  opacity: 1;
}
.im_portfolio:after,
.im_portfolio:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 85%;
  display: block;
  z-index: 1;
  content: "";
  transition: opacity 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
  cursor: pointer;
}
.im_portfolio:before {
  background: linear-gradient(
    180deg,
    rgba(15, 15, 15, 0),
    rgba(15, 15, 15, 0.75)
  );
}
.im_portfolio:after {
  background: linear-gradient(180deg, transparent, #fd4766);
  background: linear-gradient(180deg, transparent, var(--color-theme));
  opacity: 0;
}
.im_portfolio .content .inner .portfolio_heading .category_list a {
  color: var(--color-white);
  opacity: 1;
  display: inline-block;
  margin: 5px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.im_portfolio:hover:after {
  opacity: 1;
}
.im_portfolio:hover:before {
  opacity: 0;
}
.im_portfolio:hover .content .inner .portfolio_heading {
  transform: translateY(-62px);
  transition: opacity 0.65s cubic-bezier(0.05, 0.2, 0.1, 1),
    transform 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
}
.im_portfolio:hover .content .inner .portfolio_hover {
  transform: translateY(0);
  opacity: 1;
  transition: opacity 0.65s cubic-bezier(0.05, 0.2, 0.1, 1) 0.15s,
    transform 0.65s cubic-bezier(0.05, 0.2, 0.1, 1) 0.15s;
}
.im_portfolio:hover .thumbnail_inner .thumbnail a img {
  transform: scale(1.1);
  transition: all 9s cubic-bezier(0.1, 0.2, 7, 1);
}

.testimonials {
  background-color: var(--color-lightgray);
  padding: 60px 0;
  overflow: hidden;
}
.testimonials .name h3 {
  position: relative;
}
.testimonials .name h3 b {
  font-weight: 700;
  font-size: var(--text-6xl);
  position: relative;
  color: var(--color-base);
  margin-top: 0px;
  z-index: 99;
  letter-spacing: -1px;
}
.testimonials .name h3 .bg {
  position: absolute;
  left: 0px;
  top: 0px;
  color: transparent;
  text-transform: uppercase;
  font-size: 80px;
  font-weight: bold;
  opacity: 0.2;
  line-height: 0;
  -webkit-user-select: none;
  -webkit-text-stroke: 1px var(--color-base);
  z-index: 9;
}
.alltest {
  margin-top: 45px;
}
.singletestimonial {
  width: 100%;
  margin: 0px auto;
}
.quotesgn {
  width: 50px;
  float: left;
}
.quotesgn svg {
  width: 40px;
  height: 40px;
  fill: var(--color-theme);
}
.maincontpart {
  width: calc(100% - 50px);
  padding-left: 20px;
  float: left;
}
.whatsaid {
  font-size: var(--text-lg);
  font-weight: normal;
  line-height: 1.8;
}
.whosaid {
  margin-top: 15px;
  font-size: var(--text-xl);
  font-weight: 700;
  margin-left: 20px;
  padding-left: 15px;
  border-left: 2px solid #e2e2e2;
  position: relative;
}
.whosaid:after {
  position: absolute;
  height: 26px;
  background-color: var(--color-theme);
  width: 4px;
  content: "";
  display: block;
  top: 0;
  left: -3px;
}
.whosaid small {
  display: block;
  font-weight: normal;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  margin-top: 15px;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
#back-top.active {
  opacity: 1;
}
#back-top {
  position: fixed;
  right: 5px;
  bottom: 10px;
  cursor: pointer;
  z-index: 9999999;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#back-top a {
  background: var(--color-theme);
  display: block;
  text-align: center;
  width: 35px;
  height: 40px;
  border-radius: 10px 0 10px 0;
  padding: 12px 8px 8px 7px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#back-top a svg {
  width: 15px;
  height: 15px;
  fill: #fff;
}

.genbanner {
  padding: 120px 0 60px;
  overflow: hidden;
  background-color: var(--color-lightgray);
}
.genbanner .name h3 {
  position: relative;
}
.genbanner .name h3 b {
  font-weight: 700;
  font-size: var(--text-6xl);
  position: relative;
  color: var(--color-base);
  margin-top: 0px;
  z-index: 99;
  letter-spacing: -1px;
}
.genbanner .name h3 .bg {
  position: absolute;
  left: 0px;
  top: 0px;
  color: transparent;
  text-transform: uppercase;
  font-size: 80px;
  font-weight: bold;
  opacity: 0.2;
  line-height: 0;
  -webkit-user-select: none;
  -webkit-text-stroke: 1px var(--color-base);
  z-index: 9;
}
.bannersmallinfo {
  width: 75%;
  margin-top: 15px;
  font-size: var(--text-xl);
  font-weight: normal;
  line-height: 1.8;
}

.geninfoarea {
  padding: 60px 0;
  overflow: hidden;
}
.bloglist .post-grid {
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 15px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 10px;
  margin: 15px 0;
}
.post-grid:before {
  background: rgba(27, 25, 30, 0);
  transition: 0.25s;
}
.post-grid:after {
  background: linear-gradient(
    to bottom,
    transparent 30%,
    rgba(0, 0, 0, 0.6) 120%
  );
}
.post-grid:before,
.post-grid:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.post-grid .post-item + .post-item {
  margin-top: 10px;
}
.post-grid .post-author {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.post-grid .post-author .author-media {
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.post-grid .post-item + .post-item {
  margin-top: 10px;
}
.post-grid .time,
.post-grid .time a {
  color: var(--color-white);
  font-weight: 600;
}
.post-grid * + .post-title {
  margin-top: 8px;
  font-size: var(--text-2xl);
}
.post-grid .post-title a {
  color: var(--color-white);
  font-weight: 700;
}
.post-grid * + .post-exeption {
  margin-top: 0;
}
.post-grid .post-exeption {
  overflow: hidden;
  line-height: 0;
  transition: 0.35s cubic-bezier(0.76, 0.89, 0.66, 0.82);
  will-change: line-height;
}
.post-grid .post-exeption {
  color: var(--color-white);
}
.post-grid .post-exeption p {
  transform: translateY(30px);
  opacity: 0;
  transition-delay: 0s;
  transition: 0.4s opacity, 0.4s transform;
  color: var(--color-white);
}
.post-grid.post-1 {
  min-height: 370px;
}
.post-grid:hover * + .post-exeption {
  margin-top: 23px;
}
.post-grid:hover .post-exeption p {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.2s;
}
.post-grid:hover .post-exeption {
  line-height: inherit;
}
.post-grid:hover:before {
  background: rgba(27, 25, 30, 0.8);
}

.midcontact {
  text-align: center;
  font-weight: 700;
  font-size: var(--text-5xl1);
  margin-bottom: 15px;
  margin-top: 0px;
  letter-spacing: 1px;
}
.contsasdesc {
  font-size: var(--text-lg);
  font-weight: normal;
  line-height: 1.8;
  text-align: center;
  width: 70%;
  margin: 0px auto;
}
.contactuszone .form-group {
  position: relative;
  margin-bottom: 45px;
}
.contactuszone {
  width: 70%;
  margin: 0px auto;
  margin-top: 50px;
}
.contactuszone input {
  font-size: var(--text-sm);
  padding: 10px 10px 10px 10px;
  -webkit-appearance: none;
  display: block;
  background: transparent;
  color: var(--color-base);
  width: 100%;
  border: none;
  border-radius: 0;
  border: 1px solid #e2e2e2;
  text-transform: none;
  font-weight: normal;
  letter-spacing: 1px;
  outline: none !important;
}
.contactuszone textarea {
  font-size: var(--text-sm);
  padding: 10px 10px 10px 10px;
  -webkit-appearance: none;
  display: block;
  background: var(--color-white);
  color: var(--color-base);
  width: 100%;
  border: none;
  border-radius: 0;
  border: 1px solid #e2e2e2;
  font-weight: normal;
  letter-spacing: 1px;
  min-height: 120px;
  outline: none !important;
}
.contactuszone label {
  color: var(--color-base);
  font-size: var(--text-sm);
  font-weight: 500;
  position: absolute;
  pointer-events: none;
  left: 15px;
  top: 10px;
  transition: all 0.2s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.contactuszone .bar {
  position: relative;
  display: block;
  width: 100%;
}
.contactuszone .bar:before {
  left: 50%;
}
.contactuszone .bar:after {
  right: 50%;
}
.contactuszone .bar:before,
.contactuszone .bar:after {
  content: "";
  height: 2px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: var(--color-theme);
  transition: all 0.2s ease;
}

.contactuszone .stylee {
  top: -25px;
  transform: scale(0.75);
  left: -2px;
  color: var(--color-base);
}
.contactuszone .stylee ~ .bar:after,
.contactuszone .stylee ~ .bar:before {
  width: 50%;
}
.centeraligned {
  text-align: center !important;
}
.fourth {
  border-color: var(--color-theme);
  color: var(--color-white);
  background-image: linear-gradient(
    45deg,
    var(--color-theme) 50%,
    transparent 50%
  );
  background-position: 100%;
  background-size: 400%;
  transition: background 300ms ease-in-out;
}
.fourth:hover {
  background-position: 0;
}
.btn:hover,
.btn:focus {
  color: #fff;
  outline: 0;
}
.btn {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--color-base);
  border: none !important;
  color: var(--color-white);
  cursor: pointer;
  font-size: var(--text-lg);
  line-height: 1;
  margin: 0px;
  padding: 15px 40px;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 2px;
  font-weight: 500;
  font-family: var(--font-family-monospace);
}

@media (max-width: 1024px) {
  .contsasdesc {
    width: 100%;
  }
  .sjmenubox {
    padding-top: 85px;
  }
  .bannerrme .sj-7 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .bannerrme .sj-5 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .sj-pimg {
    text-align: center;
    position: absolute;
    top: 0;
    opacity: 0.2;
    left: 0;
  }
  .sj-pimg img {
    max-height: 350px;
  }
  .bannerrme h1 {
    font-size: var(--text-6xl);
  }
  .bannerrme h1 span {
    font-size: var(--text-6xl);
  }
  .bannerrme h5 {
    font-size: var(--text-lg);
  }
  .sj-sociallist ul li a svg {
    width: 30px;
    height: 30px;
  }
  .sj-sociallist ul li a:after {
    font-size: var(--text-sm);
  }
  .aboutme .name h3 b,
  .technologies .name h3 b,
  .portfolio .name h3 b,
  .testimonials .name h3 b {
    font-size: var(--text-6xl);
  }
  .aboutme .name h3 .bg,
  .technologies .name h3 .bg,
  .portfolio .name h3 .bg,
  .testimonials .name h3 .bg {
    font-size: 65px;
  }
  .portfolio .sj-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .portfolio .sj-4 .im_portfolio {
    max-width: 500px;
    margin: 0px auto;
    margin-top: 30px;
  }
  footer ul {
    display: block;
    overflow: hidden;
  }
  footer ul li {
    width: 50%;
    margin-top: 15px;
  }
  .sjmenulist ul li {
    margin: 15px 0;
  }
  .sjmenulist ul li a {
    font-size: var(--text-5xl);
  }
  .genbanner .name h3 .bg {
    font-size: 65px;
  }
  .contactuszone {
    width: 100%;
    margin-top: 40px;
  }
  .bloglist .sj-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .sajallogo {
    max-width: 190px;
  }
  .menuboxinner {
    overflow-y: auto;
  }
  .menuboxinner .sj-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .sjmenulist {
    margin-bottom: 30px;
  }
  .eachmenucont h6 a:after {
    display: none;
  }
  .eachmenucont h6 a {
    display: inline-block;
  }
  footer ul li {
    width: 100%;
    margin-top: 15px;
    text-align: center;
  }
  footer ul li h5 {
    font-size: var(--text-lg);
  }
  .bannerrme {
    padding: 100px 0 40px;
  }
  .bannerrme h1 span::before,
  .bannerrme h1 span::after {
    display: none;
  }
  .bannerrme h1 {
    font-size: var(--text-4xl);
    letter-spacing: normal;
  }
  .bannerrme h1 span {
    font-size: var(--text-5xl);
  }
  .sj-pimg {
    position: relative;
    opacity: 1;
    margin-top: 30px;
  }
  .aboutme {
    padding: 40px 0 30px;
  }
  .waxon_tm_down {
    bottom: 15px;
  }
  .aboutme .name h3 .bg,
  .technologies .name h3 .bg,
  .portfolio .name h3 .bg,
  .testimonials .name h3 .bg {
    font-size: 40px;
  }
  .aboutme .name h3 b,
  .technologies .name h3 b,
  .portfolio .name h3 b,
  .testimonials .name h3 b {
    font-size: var(--text-4xl);
  }
  .aboutme .name {
    padding-bottom: 10px;
  }
  .aboutdescr {
    font-size: var(--text-md);
  }
  .technologies {
    padding: 30px 0;
  }
  .technologies .sj-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .innerworkbox {
    margin-top: 65px;
  }
  .portfolio {
    padding: 30px 0;
  }
  .portfolio .sj-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .im_portfolio .content .inner .portfolio_heading .title {
    font-size: var(--text-3xl);
  }
  .im_portfolio:after {
    opacity: 1;
  }
  .im_portfolio .content .inner .portfolio_hover {
    transform: translateY(0);
    opacity: 1;
    transition: opacity 0.65s cubic-bezier(0.05, 0.2, 0.1, 1) 0.15s,
      transform 0.65s cubic-bezier(0.05, 0.2, 0.1, 1) 0.15s;
  }
  .im_portfolio .content .inner .portfolio_hover p {
    margin-top: 10px;
  }
  .im_portfolio .content .inner .portfolio_heading {
    transform: translateY(-90px);
    transition: opacity 0.65s cubic-bezier(0.05, 0.2, 0.1, 1),
      transform 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
  }
  .quotesgn {
    width: 100%;
    display: block;
    text-align: center;
  }
  .maincontpart {
    width: 100%;
    padding-left: 0px;
  }
  .testimonials {
    padding: 30px 0;
  }
  .genbanner .name h3 .bg {
    font-size: 40px;
  }
  .genbanner .name h3 b {
    font-size: var(--text-4xl);
  }
  .genbanner {
    padding: 100px 0 40px;
  }
  .bannersmallinfo {
    width: 100%;
    font-size: var(--text-md);
  }
  .geninfoarea {
    padding: 30px 0;
  }
  .midcontact {
    font-size: var(--text-4xl);
  }
  .contsasdesc {
    font-size: var(--text-md);
  }
  .contactuszone .sj-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .btn {
    font-size: var(--text-md);
  }
}
