@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@font-face {
  font-family: FontAwesome;
  src: url(../fonts/fontawesome-webfont.eot);
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.fa-long-arrow-right:before {
  content: '\f178';
}
.fa-instagram:before {
  content: '\f16d';
}
.fa-pinterest:before {
  content: '\f0d2';
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: '\f09a';
}
.fa-twitter:before {
  content: '\f099';
}
.fa-linkedin:before {
  content: '\f0e1';
}
.fa-whatsapp:before {
  content: '\f232';
}
.fa-skype:before {
  content: '\f17e';
}
@import 'https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap';
.fa-refresh:before {
  content: '\f021';
}
.fa-linkedin:before {
  content: '\f0e1';
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: '\f09a';
}
.fa-google-plus:before {
  content: '\f0d5';
}
.fa-twitter:before {
  content: '\f099';
}
.fa-vimeo:before {
  content: '\f27d';
}
.fa-long-arrow-right:before {
  content: '\f178';
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
  font-family: poppins, sans-serif;
}
a {
  text-decoration: none;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
input {
  line-height: normal;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0/8%);
  box-shadow: inset 0 1px 1px rgb(0 0 0/8%);
  -webkit-transition:
    border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition:
    border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  transition:
    border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: ' ';
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.navbar-brand {
  float: left;
  /* height: 50px; */
  padding: 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand > img {
  display: block;
}
img {
  vertical-align: middle;
  border: 0;
  max-width: 100%;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav > li {
  position: relative;
  display: block;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
*,
::after,
::before {
  box-sizing: border-box;
}
.nav-pills > li {
  float: left;
}
[role='button'] {
  cursor: pointer;
}
.panel-body {
  padding: 15px;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #fff;
  border-color: #e4e5e7;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.panel-default > .panel-heading a {
  display: block;
  padding: 18px 15px;
  background: #002e5a;
  color: #fff;
}
.panel-default > .panel-heading a[aria-expanded='true']:after {
  content: '\2212';
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.panel-default > .panel-heading a[aria-expanded='false']:after {
  content: '\002b';
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.panel-default > .panel-heading a:after {
  content: '';
  position: relative;
  top: 1px;
  display: inline-block;
  font-weight: 700;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform 0.25s linear;
  -webkit-transition: -webkit-transform 0.25s linear;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: none !important;
}
body {
  margin: 0;
  padding: 0;
}
img {
  max-width: 100%;
}
ul li {
  list-style: none;
}
.container {
  max-width: 1320px;
  width: 100%;
  padding: 0 15px;
  margin: auto;
}
a {
  text-decoration: none;
}
.container::after,
.clearfix::after,
.clearfix::before {
  clear: both;
  display: table;
  content: '';
}
html {
  font-size: 100%;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary,
title {
  display: block;
}
body {
  font-family: poppins, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 15px;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
ol,
ul {
  list-style: none;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
* {
  outline: none !important;
}
a {
  cursor: pointer;
  text-decoration: none;
}
a:active,
a:focus,
a:hover,
input[type='image'],
select:focus,
input,
input[type='button']:focus,
:focus {
  outline: 0;
  text-decoration: none;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: block;
  content: '';
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.clear {
  clear: both;
}
.btn {
  outline: 0;
}
.lists {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mainpage {
  position: relative;
  overflow: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: poppins, sans-serif;
  font-weight: 700;
}
img {
  width: auto;
  height: auto;
}
.container {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  padding: 0 15px;
}
.sys_portfolio_header {
  margin-top: 146px;
  background: url(../images/about_us_n/sys_aboutUs_header1.webp) 0 bottom
    no-repeat;
  background-size: cover;
  position: relative;
}
.sys_portfolio_header:after {
  content: '';
  z-index: 99;
  background: url(../images/about_us_n/sys_aboutUs_header.webp);
  background-size: 100% 100%;
  width: 100%;
  background-position: top;
  position: absolute;
  background-repeat: no-repeat;
  left: 0;
  right: 0;
  bottom: -22px;
  height: 266px;
}
.sys_portfolio_header_content {
  position: relative;
  z-index: 99;
  display: flex;
  padding: 60px 0 0;
}
.sys_portfolio_header_content span.about_world {
  background: linear-gradient(to right, #ff4839, #ff5732, #ff7c1e);
  padding: 3px 20px;
  line-height: normal;
  max-width: 250px;
}
.sys_portfolio_header_content .left_part {
  width: 50%;
  margin: 90px 0 0;
}
.sys_portfolio_header_content .right_part {
  width: 50%;
  text-align: right;
}
.sys_portfolio_header_content .right_part img {
  width: 100%;
  max-width: 447px;
}
.sys_portfolio_header_content span.about_world {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}
.sys_portfolio_header_content h1 {
  font-weight: 700;
  font-size: 60px;
  color: #fff;
  margin: 30px 0 10px;
  line-height: 76px;
  text-transform: uppercase;
}
.sys_portfolio_header_content h1 span {
  font-weight: 500;
  font-size: 31px;
  color: #fff;
  margin: 0 0 20px;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 10px;
}
.sys_portfolio_header_content h2 {
  font-size: 75px;
  font-weight: 700;
  line-height: 79px;
  margin: 0;
  background: linear-gradient(to right, #ff423d, #ff791f, #ff791f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 25px;
}
.sys_portfolio_header_content h2:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  background: #fff;
  width: 130px;
  height: 8px;
  border-radius: 100px;
}
.sys_aboutUs_gleam {
  padding: 100px 0;
  margin-bottom: 0;
}
.sys_aboutUs_gleam .sys_aboutUs_gleam_content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sys_aboutUs_gleam .sys_aboutUs_gleam_content .left_part {
  width: 45%;
  position: relative;
}
.sys_aboutUs_gleam .sys_aboutUs_gleam_content .left_part .left_part_Sys_images {
  width: 100%;
  position: relative;
}
.sys_aboutUs_gleam
  .sys_aboutUs_gleam_content
  .left_part
  .left_part_Sys_images:before {
  position: absolute;
  content: '';
  left: -20px;
  top: -20px;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(to right, #ff4839, #ff5732, #ff7c1e);
  border-radius: 0 0 400px 0;
}
.sys_aboutUs_gleam
  .sys_aboutUs_gleam_content
  .left_part
  .left_part_Sys_images
  img {
  width: 100%;
  position: relative;
  z-index: 9;
}
.left_part_Sys_content {
  position: absolute;
  background: #fff;
  padding: 20px 25px;
  width: 100%;
  max-width: 347px;
  bottom: -35px;
  z-index: 99;
  border-radius: 20px;
  box-shadow: 0 0 10px rgb(0 0 0/20%);
  min-height: 130px;
  right: 60px;
}
.left_part_Sys_content h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
  margin: 0;
  background: linear-gradient(to right, #ff423d, #ff791f, #ff791f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 0;
}
.left_part_Sys_content p {
  font-size: 15px;
  color: #707679;
  font-weight: 500;
}
.left_part_Sys_content p.sys_aboutUs_linkedIn {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: baseline;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.left_part_Sys_content p.sys_aboutUs_linkedIn span {
  margin: 0 10px 0 0;
  position: absolute;
  right: 34px;
  bottom: 5px;
  display: contents;
}
.sys_aboutUs_gleam .sys_aboutUs_gleam_content .right_part {
  width: 55%;
  padding-left: 60px;
  align-self: start;
}
.sys_aboutUs_gleam .sys_aboutUs_gleam_content .right_part h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  margin: 0 0 20px;
  position: relative;
  padding-bottom: 15px;
  color: #202020;
}
.sys_aboutUs_gleam .sys_aboutUs_gleam_content .right_part h2:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  background: #202020;
  width: 143px;
  height: 3px;
}
.sys_aboutUs_gleam .sys_aboutUs_gleam_content .right_part p {
  font-size: 16px;
  color: #707679;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 30px;
}
.sys_aboutUs_history {
  margin: 0;
  padding: 100px 0;
}
.sys_aboutUs_history {
  margin: 0;
}
.sys_aboutUs_history .sys_aboutUs_history_content {
  display: flex;
  margin: 0;
  justify-content: space-between;
  position: relative;
}
.sys_aboutUs_history .sys_aboutUs_history_content .left_part {
  width: 55%;
}
.sys_aboutUs_history
  .sys_aboutUs_history_content
  .left_part
  h2.large_history_text {
  font-size: 150px;
  color: #dbdbdd;
  -webkit-text-fill-color: #fff;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #dbdbdd;
  line-height: 15px;
}
.sys_aboutUs_history .sys_aboutUs_history_content .left_part h3 {
  font-size: 40px;
  color: #202020;
  font-weight: 700;
  line-height: 50px;
}
.sys_aboutUs_tabing_outer .tab-menu {
  display: inline-block;
  padding: 0;
  margin: 0;
  width: 100%;
}
.sys_aboutUs_tabing_outer .tab-menu ul {
  margin: 40px 0 20px;
  padding: 0;
  display: flex;
  align-items: center;
}
.sys_aboutUs_tabing_outer .tab-menu ul li {
  list-style-type: none;
  display: block;
  width: 130px;
  text-align: center;
  margin-right: 20px;
}
.sys_aboutUs_tabing_outer .tab-menu ul li a {
  text-decoration: none;
  border-radius: 4px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  padding: 13px 20px;
  background: #112032;
  width: 100%;
  display: block;
}
.sys_aboutUs_tabing_outer .tab-menu ul li a.active-a {
     background: linear-gradient(to right, #da0c81, #940b92);
}
.sys_aboutUs_tabing_outer .tab-menu ul li a span {
  display: block;
  margin-bottom: 10px;
}
.sys_aboutUs_tabing_outer .tab {
  display: none;
}
.sys_aboutUs_tabing_outer .tab p {
  color: #707679;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: normal;
  padding-right: 20px;
}
.sys_aboutUs_tabing_outer .tab-active {
  display: block;
  height: 125px;
  overflow-y: auto;
}
.sys_aboutUs_tabing_outer .tab-active::-webkit-scrollbar {
  width: 5px;
}
.sys_aboutUs_tabing_outer .tab-active::-webkit-scrollbar-track {
  background: #e4e4e4;
  border-radius: 100px;
}
.sys_aboutUs_tabing_outer .tab-active::-webkit-scrollbar-thumb {
  border-radius: 100px;
     background: linear-gradient(to right, #da0c81, #940b92);
  box-shadow: inset 2px 2px 5px 0 rgba(#fff, 0.5);
}
.range_sliders {
  margin: 0;
  padding: 5px 0 0;
  position: relative;
}
.range_sliders .relationship-status-output {
  display: block;
  text-align: center;
  line-height: 1;
}
.range_sliders span {
  display: block;
  text-align: center;
  line-height: 1;
}
.range_sliders input {
  width: 100%;
}
.range_sliders > div {
  display: flex;
  white-space: nowrap;
}
.range_sliders > div p {
  width: calc(100% - 181px);
  margin: 0 0 20px;
  font-weight: 700;
  font-size: 24px;
}
.sys_aboutUs_history .sys_aboutUs_history_content .right_part {
  width: 45%;
  padding-left: 20px;
  position: relative;
}
.sys_aboutUs_history .sys_aboutUs_history_content .right_part img {
  width: 100%;
}
.sys_history_circle {
  position: absolute;
  width: 300px;
  padding-top: 300px;
  border-radius: 50%;
  background-color: #fff;
  right: -90px;
  top: 10px;
}
.sys_history_circle:before {
  position: absolute;
  content: '';
  width: 104%;
  height: 104%;
  top: -2%;
  left: -2%;
  background-color: #fff;
  border-radius: 50%;
  z-index: -1;
}
.sys_history_circle:after {
  position: absolute;
  content: '';
  width: 560px;
  height: 560px;
  top: 50%;
  left: 50%;
     background: linear-gradient(to right, #da0c81, #940b92);
  border-radius: 50%;
  z-index: -2;
  transform: translate(-50%, -50%);
}
.sys_aboutUs_history_boxes_d {
  margin: -120px 0 0;
  position: relative;
  z-index: 99;
}
.sys_aboutUs_history_boxes_d ul {
  margin: 20px 0 0;
  display: flex;
  flex-wrap: wrap;
  max-width: 900px;
}
.sys_aboutUs_history_boxes_d ul li {
  display: block;
  width: calc(100% / 5 - 10px);
  margin-right: 10px;
  background: #feefee;
  padding: 10px;
  text-align: center;
  border-radius: 11px;
  cursor: pointer;
  transition: all ease-in-out 0.3s;
}
.sys_aboutUs_history_boxes_d ul li:last-child {
  margin-right: 0;
}
.sys_aboutUs_history_boxes_d ul li:hover {
     background: linear-gradient(to right, #da0c81, #940b92);
}
.sys_aboutUs_history_boxes_d ul li:hover .sys_aboutUs_sprites {
  background: #fff;
}
.sys_aboutUs_history_boxes_d ul li:hover p {
  color: #fff;
}
.SpritesIcons_aboutUs {
  background-image: url(../images/about_us_n/sys_SpritesIcons_aboutUs.webp);
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-right: -12px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 58px;
  height: 46px;
  background-size: 234px;
  z-index: 9999;
}
.sys_aboutUs_satisfaction {
  background-position: 10px 1px;
}
.sys_aboutUs_Teamwork {
  background-position: -39px 3px;
}
.sys_aboutUs_Integrity {
  background-position: -94px 3px;
}
.sys_aboutUs_Diversity {
  background-position: -143px 3px;
}
.sys_aboutUs_Quality {
  background-position: -190px 3px;
}
.sys_aboutUs_history_boxes_d ul li:hover .sys_aboutUs_satisfaction {
  background-position: 10px -47px;
}
.sys_aboutUs_history_boxes_d ul li:hover .sys_aboutUs_Teamwork {
  background-position: -39px -47px;
}
.sys_aboutUs_history_boxes_d ul li:hover .sys_aboutUs_Integrity {
  background-position: -94px -47px;
}
.sys_aboutUs_history_boxes_d ul li:hover .sys_aboutUs_Diversity {
  background-position: -143px -47px;
}
.sys_aboutUs_history_boxes_d ul li:hover .sys_aboutUs_Quality {
  background-position: -190px -47px;
}
.sys_aboutUs_sprites {
     background: linear-gradient(to right, #da0c81, #940b92);
  width: 55px;
  height: 55px;
  display: block;
  margin: 0 auto 7px;
  border-radius: 100%;
  position: relative;
}
.sys_aboutUs_history_boxes_d ul li p {
  font-size: 14px;
  color: #272626;
  font-weight: 600;
}
.sys_aboutUs_ourServices {
  background: url(../images/about_us_n/sys_aboutUs_Services.webp) 0 0 no-repeat;
  max-width: 2000px;
  margin: auto;
}
.sys_aboutUs_ourServices_top {
  margin: 0;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  display: grid;
  padding: 0 0;
}
.sys_aboutUs_ourServices_top .left_part {
  grid-column: span 4 / span 4;
  width: 357px;
}
.sys_aboutUs_ourServices_top .left_part ul {
  margin: -8px 0 0;
  padding: 0;
}
.sys_aboutUs_ourServices_top .left_part ul li {
  margin: 0 0 45px 0;
  background: #fff;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 30px 20px 50px;
  border-radius: 10px;
  position: relative;
}
.sys_aboutUs_ourServices_top .left_part ul li:last-child {
  margin-bottom: 0;
}
.sys_aboutUs_ourServices_top .left_part ul li:before {
  position: absolute;
  content: '';
  left: 50%;
  bottom: 0;
  width: 200px;
  height: 11px;
     background: linear-gradient(to right, #da0c81, #940b92);
  transform: translateX(-50%);
  border-radius: 10px 10px 0 0;
}
.sys_aboutUs_ourServices_top .left_part ul li p {
  font-size: 25px;
  line-height: 30px;
  color: #14212b;
  font-weight: 600;
  text-transform: uppercase;
}
.sys_aboutUs_ourServices_top .left_part ul li:hover,
.sys_aboutUs_ourServices_top .left_part ul li.active {
     background: linear-gradient(to right, #da0c81, #940b92);
}
.sys_aboutUs_ourServices_top .left_part ul li:hover span img,
.sys_aboutUs_ourServices_top .left_part ul li.active span img {
  filter: brightness(0) invert(1);
}
.sys_aboutUs_ourServices_top .left_part ul li:hover p,
.sys_aboutUs_ourServices_top .left_part ul li.active p {
  color: #fff;
}
.sys_aboutUs_ourServices_top .left_part ul li:hover::before,
.sys_aboutUs_ourServices_top .left_part ul li.active::before {
  background: #fff;
}
.sys_aboutUs_ourServices_top .right_part {
  grid-column: span 8 / span 8;
  grid-column-start: 7;
  text-align: right;
  padding-left: 70px;
  align-self: center;
  padding-right: 0;
}
.sys_aboutUs_ourServices_top .right_part span {
  font-size: 16px;
  font-weight: 400;
  background: linear-gradient(to right, #ff423d, #ff791f, #ff791f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: normal;
}
.sys_aboutUs_ourServices_top .right_part h2 {
  font-size: 40px;
  color: #1a2e35;
  font-weight: 700;
  line-height: 50px;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 25px;
}
.sys_aboutUs_ourServices_top .right_part h2:before {
  position: absolute;
  content: '';
  bottom: 0;
  right: 0;
  width: 143px;
  height: 3px;
  background: #1a2e35;
}
.sys_aboutUs_ourServices_top .right_part p {
  font-size: 16px;
  color: #999;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 30px;
}
.sys_aboutUs_ourServices_top .right_part a.sys_service_contact {
     background: linear-gradient(to right, #da0c81, #940b92);
  padding: 10px 10px 10px 20px;
  width: 100%;
  max-width: 190px;
  float: right;
  border-radius: 100px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.sys_aboutUs_ourServices_top .right_part a.sys_service_contact i {
  background: #fff;
  width: 30px;
  height: 30px;
  border-radius: 100px;
  color: #282828;
  line-height: 30px;
}
.sys_aboutUs_ourServices_bottom {
  margin: 0;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  display: flex;
  padding: 50px 0;
  justify-content: center;
}
.sys_aboutUs_ourServices_bottom .sys_boxes_servies {
  grid-column: span 4 / span 4;
  width: 357px;
}
.sys_aboutUs_ourServices_bottom .sys_boxes_servies:nth-child(2) {
  margin: 0 50px;
}
.sys_aboutUs_ourServices_bottom .sys_boxes_servies ul {
  margin: 0;
  padding: 0;
}
.sys_aboutUs_ourServices_bottom .sys_boxes_servies ul li {
  margin: 0 0 45px 0;
  background: #fff;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 30px 20px 50px;
  border-radius: 10px;
  position: relative;
  box-shadow: 0 0 10px rgb(24 24 24/20%);
}
.sys_aboutUs_ourServices_bottom .sys_boxes_servies ul li:last-child {
  margin-bottom: 0;
}
.sys_aboutUs_ourServices_bottom .sys_boxes_servies ul li:before {
  position: absolute;
  content: '';
  left: 50%;
  bottom: 0;
  width: 200px;
  height: 11px;
     background: linear-gradient(to right, #da0c81, #940b92);
  transform: translateX(-50%);
  border-radius: 10px 10px 0 0;
}
.sys_aboutUs_ourServices_bottom .sys_boxes_servies ul li p {
  font-size: 25px;
  line-height: 30px;
  color: #14212b;
  font-weight: 600;
  text-transform: uppercase;
}
.sys_aboutUs_ourServices_bottom .sys_boxes_servies ul li:hover,
.sys_aboutUs_ourServices_bottom .sys_boxes_servies ul li.active {
     background: linear-gradient(to right, #da0c81, #940b92);
}
.sys_aboutUs_ourServices_bottom .sys_boxes_servies ul li:hover span img,
.sys_aboutUs_ourServices_bottom .sys_boxes_servies ul li.active span img {
  filter: brightness(0) invert(1);
}
.sys_aboutUs_ourServices_bottom .sys_boxes_servies ul li:hover p,
.sys_aboutUs_ourServices_bottom .sys_boxes_servies ul li.active p {
  color: #fff;
}
.sys_aboutUs_ourServices_bottom .sys_boxes_servies ul li:hover::before,
.sys_aboutUs_ourServices_bottom .sys_boxes_servies ul li.active::before {
  background: #fff;
}
.sys_aboutUs_process {
  padding: 50px 0 100px;
}
.sys_aboutUs_process_top {
  text-align: center;
  margin-bottom: 110px;
}
.sys_aboutUs_process_top span {
  font-size: 16px;
  font-weight: 400;
     background: linear-gradient(to right, #da0c81, #940b92);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: normal;
}
.sys_aboutUs_process_top h2 {
  font-size: 40px;
  color: #1a2e35;
  font-weight: 700;
  line-height: 50px;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 25px;
}
.sys_aboutUs_process_top h2:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  width: 143px;
  height: 3px;
  background: #1a2e35;
  transform: translateX(-50%);
}
.sys_aboutUs_process_content ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sys_aboutUs_process_content ul li {
  width: calc(100% / 2 - 50px);
  margin-right: 20px;
  margin-bottom: 130px;
  position: relative;
}
.sys_aboutUs_process_content ul li:before {
  position: absolute;
  content: '';
  background: url(../images/about_us_n/aboutUs_dot_process.webp) no-repeat;
  width: 74%;
  height: 133px;
  bottom: -137px;
  left: 70px;
  background-size: cover;
}
.sys_aboutUs_process_content ul li:nth-child(3):before,
.sys_aboutUs_process_content ul li:nth-child(2):before {
  transform: none;
  background: url(../images/about_us_n/aboutUs_dot_process01.webp) no-repeat;
  width: 75%;
  height: 133px;
  bottom: -134px;
  left: 79px;
}
.sys_aboutUs_process_content ul li:nth-child(5):before {
  background: url(assets/images/about_us_n/aboutUs_dot_process02.webp) no-repeat;
  width: 75%;
  height: 133px;
  bottom: -128px;
  left: 86%;
}
.sys_aboutUs_process_content ul li:last-child:before {
  display: none;
}
.sys_aboutUs_process_content ul li:nth-child(2n) {
  margin-right: 0;
}
.sys_aboutUs_process_content ul li .sys_aboutUs_process_outer {
  display: flex;
  align-items: center;
}
.sys_aboutUs_process_content
  ul
  li
  .sys_aboutUs_process_outer
  .sys_aboutUs_process_img {
  width: 150px;
  height: 150px;
  background: #fff;
  border-radius: 100px;
  box-shadow: 0 0 100px rgb(0 0 0/20%);
  line-height: 150px;
  text-align: center;
}
.sys_aboutUs_process_content
  ul
  li
  .sys_aboutUs_process_outer
  .sys_aboutUs_process_img
  img {
  vertical-align: middle;
}
.sys_aboutUs_process_content
  ul
  li
  .sys_aboutUs_process_outer
  .sys_aboutUs_process_text {
  width: calc(100% - 150px);
  padding-left: 0;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  text-align: right;
  padding-right: 10px;
}
.sys_aboutUs_process_content
  ul
  li
  .sys_aboutUs_process_outer
  .sys_aboutUs_process_text
  span {
  font-size: 125px;
  font-weight: 700;
  color: #999;
  line-height: normal;
  padding-left: 10px;
  padding-right: 0;
}
.sys_aboutUs_process_content
  ul
  li
  .sys_aboutUs_process_outer
  .sys_aboutUs_process_text
  h2 {
  font-size: 35px;
  line-height: normal;
  font-weight: 700;
  color: #14212b;
}
.sys_aboutUs_process_content
  ul
  li
  .sys_aboutUs_process_outer
  .sys_aboutUs_process_text
  p {
  font-size: 14px;
  line-height: normal;
  font-weight: 400;
  color: #707679;
}
.sys_aboutUs_process_content
  ul
  li:nth-child(2)
  .sys_aboutUs_process_outer
  .sys_aboutUs_process_text,
.sys_aboutUs_process_content
  ul
  li:nth-child(4)
  .sys_aboutUs_process_outer
  .sys_aboutUs_process_text,
.sys_aboutUs_process_content
  ul
  li:nth-child(6)
  .sys_aboutUs_process_outer
  .sys_aboutUs_process_text {
  width: calc(100% - 150px);
  padding-left: 0;
  display: flex;
  align-items: center;
  flex-direction: inherit;
  text-align: left;
  padding-left: 20px;
  padding-right: 0;
}
.sys_aboutUs_process_content
  ul
  li:nth-child(2)
  .sys_aboutUs_process_outer
  .sys_aboutUs_process_text
  span,
.sys_aboutUs_process_content
  ul
  li:nth-child(4)
  .sys_aboutUs_process_outer
  .sys_aboutUs_process_text
  span,
.sys_aboutUs_process_content
  ul
  li:nth-child(6)
  .sys_aboutUs_process_outer
  .sys_aboutUs_process_text
  span {
  padding-right: 10px;
  padding-left: 0;
}
.sys_aboutUs_process_content
  ul
  li:nth-child(3)
  .sys_aboutUs_process_outer
  .sys_aboutUs_process_text {
  order: 2;
  text-align: left;
  flex-direction: unset;
  padding-right: 0;
  padding-left: 20px;
}
.sys_aboutUs_process_content
  ul
  li:nth-child(3)
  .sys_aboutUs_process_outer
  .sys_aboutUs_process_text
  span {
  padding-right: 10px;
}
.sys_aboutUs_process_content
  ul
  li:nth-child(3)
  .sys_aboutUs_process_outer
  .sys_aboutUs_process_img {
  order: 1;
}
.sys_aboutUs_process_content
  ul
  li:nth-child(4)
  .sys_aboutUs_process_outer
  .sys_aboutUs_process_text {
  order: 1;
  text-align: right;
  flex-direction: row-reverse;
  padding-right: 20px;
  padding-left: 0;
}
.sys_aboutUs_process_content
  ul
  li:nth-child(4)
  .sys_aboutUs_process_outer
  .sys_aboutUs_process_text
  span {
  padding-left: 10px;
  padding-right: 0;
}
.sys_aboutUs_process_content
  ul
  li:nth-child(4)
  .sys_aboutUs_process_outer
  .sys_aboutUs_process_img {
  order: 2;
}
.sys_aboutUs_process_content
  ul
  li:nth-child(2)
  .sys_aboutUs_process_outer
  .sys_aboutUs_process_img,
.sys_aboutUs_process_content
  ul
  li:nth-child(3)
  .sys_aboutUs_process_outer
  .sys_aboutUs_process_img,
.sys_aboutUs_process_content
  ul
  li:nth-child(6)
  .sys_aboutUs_process_outer
  .sys_aboutUs_process_img {
     background: linear-gradient(to right, #da0c81, #940b92);
  box-shadow: none;
}
.sys_aboutUs_process_content
  ul
  li:nth-child(2)
  .sys_aboutUs_process_outer
  .sys_aboutUs_process_img
  img,
.sys_aboutUs_process_content
  ul
  li:nth-child(3)
  .sys_aboutUs_process_outer
  .sys_aboutUs_process_img
  img,
.sys_aboutUs_process_content
  ul
  li:nth-child(6)
  .sys_aboutUs_process_outer
  .sys_aboutUs_process_img
  img {
  filter: brightness(0) invert(1);
}
.sys_about_project {
  background: linear-gradient(to right, #060607, #17181a, #43464b);
  padding: 100px 0;
}
.sys_about_project .sys_about_project_content {
  margin: 0;
  position: relative;
}
.sys_about_project .sys_about_project_content:before {
  position: absolute;
  content: '';
  background: url(../images/about_us_n/sys_about_project_bg.webp) no-repeat;
  width: 235px;
  height: 240px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.sys_about_project .sys_about_project_content ul {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.sys_about_project .sys_about_project_content ul li {
  text-align: center;
}
.sys_about_project .sys_about_project_content ul li span {
  font-size: 34px;
  color: #fff;
  font-weight: 700;
  line-height: normal;
}
.sys_about_project .sys_about_project_content ul li p {
  font-size: 19px;
  color: #fff;
  font-weight: 400;
  line-height: 25px;
}
.sys_aboutUs_culture {
  margin: 0;
  padding: 50px 0;
}
.sys_aboutUs_culture .sys_aboutUs_culture_content {
  display: flex;
  position: relative;
}
.sys_aboutUs_culture .sys_aboutUs_culture_content .left_part {
  width: 40%;
}
.sys_aboutUs_culture .sys_aboutUs_culture_content .left_part img {
  width: 100%;
}
.sys_aboutUs_culture .sys_aboutUs_culture_content .right_part {
  width: 50%;
  padding: 0 0 0 10px;
}
.sys_aboutUs_culture .sys_aboutUs_culture_content .right_part img {
  width: 100%;
  margin-bottom: 50px;
}
.sys_aboutUs_culture .sys_aboutUs_culture_content .right_part h2 {
  text-align: right;
  display: block;
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  margin: 0;
  background: linear-gradient(to right, #ff423d, #ff791f, #ff791f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.aboutUs_large_title {
  position: relative;
}
.sys_aboutUs_culture .aboutUs_large_title h2.aboutUs_large_culture {
  font-size: 140px;
  color: #dbdbdd;
  -webkit-text-fill-color: #fff;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #dbdbdd;
  position: absolute;
  transform: rotate(-90deg);
  top: 200px;
  line-height: normal;
  right: -480px;
}
.sys_aboutUs_team {
  margin: 0;
  padding-bottom: 150px;
}
.sys_aboutUs_team .sys_aboutUs_team_content {
  margin: 0;
}
.sys_aboutUs_team .sys_aboutUs_team_content .sys_aboutUs_team_content_top {
  text-align: center;
  margin-bottom: 70px;
}
.sys_aboutUs_team .sys_aboutUs_team_content .sys_aboutUs_team_content_top span {
  font-size: 16px;
  font-weight: 400;
  background: linear-gradient(to right, #ff423d, #ff791f, #ff791f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: normal;
}
.sys_aboutUs_team .sys_aboutUs_team_content .sys_aboutUs_team_content_top h2 {
  font-size: 40px;
  color: #1a2e35;
  font-weight: 700;
  line-height: 50px;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 25px;
}
.sys_aboutUs_team
  .sys_aboutUs_team_content
  .sys_aboutUs_team_content_top
  h2:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  width: 143px;
  height: 3px;
  background: #1a2e35;
  transform: translateX(-50%);
}
.sys_aboutUs_team_content_bottom {
  margin: 0;
}
.sys_aboutUs_team_content_bottom ul {
  width: 100%;
  display: flex;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 80%;
  margin: auto;
}
.sys_aboutUs_team_content_bottom ul li span {
  width: 100%;
  display: inline-block;
}
.sys_aboutUs_team_content_bottom ul li span img {
  width: 100%;
  border-radius: 100%;
  max-width: 190px;
  margin: auto;
  display: block;
}
.sys_aboutUs_team_content_bottom ul li {
  display: inline-block;
  width: 100%;
}
.sys_aboutUs_team_content_bottom ul li .aboutUs_team_block {
  background: #fff;
  box-shadow: 0 0 100px #ccc;
  padding: 20px 13px;
  text-align: center;
  margin: -15px 0 0;
  position: relative;
}
.sys_aboutUs_team_content_bottom ul li .aboutUs_team_block:before {
  position: absolute;
  content: '';
  bottom: -6px;
  left: 50%;
  width: 60%;
  height: 6px;
     background: linear-gradient(to right, #da0c81, #940b92);
  transform: translateX(-50%);
}
.sys_aboutUs_team_content_bottom ul li .aboutUs_team_block h2 {
  font-size: 18px;
  color: #1a2e35;
  font-weight: 600;
  line-height: normal;
}
.sys_aboutUs_team_content_bottom ul li .aboutUs_team_block p {
  font-size: 14px;
  color: #0b0a0d;
  font-weight: 400;
  line-height: normal;
}
.space_70 > * + * {
  margin-left: 70px;
}
.sys_aboutUs_readymade {
  margin: 0 0 0;
  position: relative;
  padding-bottom: 100px;
}
.sys_aboutUs_readymade:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: linear-gradient(to top, #060607, #060607, #43464b);
}
.sys_aboutUs_readymade_content {
  margin: 0;
}
.sys_aboutUs_readymade_top {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 0 40px;
}
.sys_aboutUs_readymade_top span {
  font-size: 16px;
  font-weight: 400;
  background: linear-gradient(to right, #ff423d, #ff791f, #ff791f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: normal;
}
.sys_aboutUs_readymade_top h2 {
  font-size: 40px;
  color: #1a2e35;
  font-weight: 700;
  line-height: 50px;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 25px;
}
.sys_aboutUs_readymade_top h2:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 143px;
  height: 3px;
  background: #1a2e35;
}
.aboutUs_items_block {
  background: #fff;
  text-align: center;
  margin: 10px;
  border-radius: 10px;
  position: relative;
  margin-left: 3px;
}
.aboutUs_items_block > div {
  box-shadow: 0 -2px 8px #ccc;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  min-height: 340px;
  padding: 20px;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
}
.aboutUs_items_block:before {
  position: absolute;
  content: '';
  background-image: linear-gradient(#060607, #060607);
  width: 73px;
  height: 73px;
  bottom: -40px;
  border-radius: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
}
.aboutUs_items_block span {
  text-align: center;
  margin: 0 auto 30px;
  padding: 0;
  height: 145px;
  line-height: 135px;
  vertical-align: middle;
  display: flex;
  align-items: center;
}
.aboutUs_items_block img {
  width: 100% !important;
  max-width: 100%;
}
.aboutUs_items_block p {
  font-size: 16px;
  color: #14212b;
  line-height: 20px;
  font-weight: 500;
  width: 100%;
  text-transform: uppercase;
}
.aboutUs_readymade {
  position: relative;
}
.aboutUs_readymade .owl-nav {
  display: block !important;
  position: absolute;
  top: 0;
  color: #fff;
  width: 100%;
  margin: 0 !important;
}
.aboutUs_readymade .owl-nav button.owl-prev {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background: linear-gradient(to right, #ff463b, #ff6729, #ff801c) !important;
  font-size: 45px !important;
  position: absolute;
  top: -140px;
  right: 80px;
}
.aboutUs_readymade .owl-nav button.owl-prev span[aria-label='Previous'] {
  background: url(../images/about_us_n/arrow_aboutUs_slider.webp) no-repeat
    center center;
  font-size: 0;
  width: 8px;
  height: 14px;
  display: block;
  text-align: center;
  background-size: 100%;
  margin: auto;
}
.aboutUs_readymade .owl-nav button.owl-next {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background: linear-gradient(to right, #ff463b, #ff6729, #ff801c) !important;
  font-size: 45px !important;
  position: absolute;
  top: -140px;
  right: 0;
}
.aboutUs_readymade .owl-nav button.owl-next span[aria-label='Next'] {
  background: url(../images/about_us_n/arrow_aboutUs_slider.webp) no-repeat
    center center;
  font-size: 0;
  width: 8px;
  height: 14px;
  display: block;
  text-align: center;
  background-size: 100%;
  margin: auto;
  transform: rotate(180deg);
}
.aboutUs_readymade .owl-dots {
  display: none;
}
@media only screen and (max-width: 1860px) {
  .sys_aboutUs_ourServices {
    background-position-x: -140px;
  }
}
@media only screen and (max-width: 1600px) {
  .sys_history_circle {
    width: 230px;
    padding-top: 230px;
    right: 0;
    top: 0;
  }
  .sys_history_circle:after {
    width: 400px;
    height: 400px;
  }
  .sys_history_circle:before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .sys_aboutUs_ourServices_top .right_part {
    grid-column-start: 8;
    padding-left: 110px;
  }
  .sys_aboutUs_ourServices {
    background-position-x: -140px;
  }
  .sys_aboutUs_culture .aboutUs_large_title h2.aboutUs_large_culture {
    font-size: 120px;
    right: -350px;
  }
}
@media only screen and (max-width: 1366px) {
  .sys_portfolio_header_content h2 {
    font-size: 75px;
  }
  .sys_portfolio_header_content h1 {
    font-size: 55px;
  }
  .sys_portfolio_header_content h1 span {
    font-size: 25px;
  }
  .sys_portfolio_header_content {
    padding: 30px 0 0;
  }
  .sys_portfolio_header:after {
    bottom: -1px;
    background-size: cover;
  }
  .sys_history_circle {
    right: 70px;
  }
  .sys_aboutUs_culture .sys_aboutUs_culture_content .left_part {
    width: 37%;
  }
  .sys_aboutUs_culture .sys_aboutUs_culture_content .right_part {
    width: 45%;
  }
  .sys_aboutUs_culture .aboutUs_large_title h2.aboutUs_large_culture {
    font-size: 110px;
    right: -230px;
  }
  .sys_history_circle:after {
    width: 350px;
    height: 350px;
  }
  .sys_aboutUs_ourServices {
    background-position-x: -210px;
  }
  .sys_aboutUs_readymade {
    margin: 0 0 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .sys_portfolio_header_content h2 {
    font-size: 65px;
  }
  .sys_portfolio_header_content h1 {
    font-size: 45px;
  }
  .sys_portfolio_header_content h1 span {
    font-size: 22px;
  }
  .sys_portfolio_header_content span.about_world {
    font-size: 19px;
  }
  .sys_portfolio_header_content .right_part img {
    max-width: 400px;
  }
  .sys_aboutUs_gleam .sys_aboutUs_gleam_content .right_part h2,
  .sys_aboutUs_history .sys_aboutUs_history_content .left_part h3,
  .sys_aboutUs_process_top h2 {
    font-size: 35px;
  }
  .sys_aboutUs_gleam .sys_aboutUs_gleam_content .right_part p {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .sys_aboutUs_history
    .sys_aboutUs_history_content
    .left_part
    h2.large_history_text {
    font-size: 130px;
  }
  .sys_aboutUs_history_boxes_d ul {
    margin: 0;
    max-width: 100%;
  }
  .sys_aboutUs_history_boxes_d {
    margin: 20px 0 0;
  }
  .sys_aboutUs_ourServices {
    background-position-x: -400px;
  }
  .sys_aboutUs_ourServices_top .right_part {
    padding-left: 10px;
  }
  .sys_aboutUs_ourServices_bottom .sys_boxes_servies ul li p,
  .sys_aboutUs_ourServices_top .left_part ul li p {
    font-size: 20px;
  }
  .sys_aboutUs_process {
    padding: 100px 0 0;
  }
  .sys_aboutUs_process_content ul li {
    width: calc(100% / 2 - 20px);
  }
  .sys_aboutUs_process_content
    ul
    li
    .sys_aboutUs_process_outer
    .sys_aboutUs_process_img {
    width: 130px;
    height: 130px;
    box-shadow: 0 0 58px rgb(0 0 0/20%);
    line-height: 130px;
  }
  .sys_aboutUs_process_content
    ul
    li
    .sys_aboutUs_process_outer
    .sys_aboutUs_process_text
    span {
    font-size: 100px;
  }
  .sys_aboutUs_process_content
    ul
    li
    .sys_aboutUs_process_outer
    .sys_aboutUs_process_text
    h2 {
    font-size: 30px;
  }
  .sys_aboutUs_process_content ul li:before {
    background-size: cover;
  }
  .sys_aboutUs_process_content ul li:nth-child(3):before,
  .sys_aboutUs_process_content ul li:nth-child(2):before {
    background-size: cover;
    left: 65px;
  }
  .sys_aboutUs_process_content ul li:nth-child(5):before {
    left: 82%;
    background-size: 43%;
  }
  .sys_about_project .sys_about_project_content ul li span {
    font-size: 25px;
  }
  .sys_aboutUs_culture {
    padding: 100px 0 60px;
  }
  .sys_aboutUs_culture .sys_aboutUs_culture_content .right_part h2 {
    font-size: 30px;
  }
  .sys_aboutUs_culture .aboutUs_large_title h2.aboutUs_large_culture {
    font-size: 91px;
    right: -190px;
  }
  .sys_aboutUs_team .sys_aboutUs_team_content .sys_aboutUs_team_content_top {
    margin-bottom: 40px;
  }
  .space_70 > * + * {
    margin-left: 40px;
  }
  .sys_aboutUs_team_content_bottom ul li .aboutUs_team_block h2 {
    font-size: 16px;
  }
  .sys_aboutUs_team_content_bottom ul li .aboutUs_team_block p {
    font-size: 12px;
  }
  .sys_aboutUs_team_content_bottom ul li span img {
    max-width: 170px;
  }
  .sys_aboutUs_team {
    padding-bottom: 80px;
  }
  .sys_aboutUs_readymade_top h2,
  .sys_aboutUs_ourClient_top h2 {
    font-size: 35px;
  }
  .aboutUs_readymade .owl-nav button.owl-next {
    width: 50px;
    height: 50px;
    top: -100px;
  }
  .aboutUs_readymade .owl-nav button.owl-prev {
    width: 50px;
    height: 50px;
    right: 60px;
    top: -100px;
  }
  .sys_aboutUs_readymade_top {
    margin: 0 0 10px;
  }
  .sys_aboutUs_readymade {
    margin: 0 0 80px;
    padding-bottom: 80px;
  }
  .sys_aboutUs_ourServices_bottom .sys_boxes_servies {
    width: 100%;
  }
  .sys_aboutUs_ourServices_top .left_part {
    width: auto;
  }
  .space_50 > * + * {
    margin-left: 10px !important;
  }
  .sys_aboutUs_ourServices_bottom .sys_boxes_servies:nth-child(2) {
    margin: inherit;
  }
  .sys_aboutUs_ourServices_top .left_part ul li {
    margin: 0 0 15px 0;
  }
  .sys_aboutUs_ourServices_bottom {
    padding: 15px 0 45px;
  }
  .sys_aboutUs_ourServices_bottom .sys_boxes_servies ul li {
    margin: 0 0 15px 0;
  }
  .sys_aboutUs_process_content ul li:before {
    display: none;
  }
  .range_sliders:after {
    width: 65%;
  }
}
@media only screen and (max-width: 991px) {
  .sys_portfolio_header_content h1 {
    font-size: 35px;
    line-height: 35px;
  }
  .sys_portfolio_header_content h1 span {
    font-size: 14px;
    letter-spacing: 7px;
    margin: 0 0 10px;
  }
  .sys_portfolio_header_content .left_part {
    margin: 50px 0 0;
  }
  .sys_portfolio_header_content h2:before {
    width: 100px;
    height: 4px;
  }
  .sys_portfolio_header_content h2 {
    font-size: 45px;
    padding-bottom: 15px;
    line-height: 45px;
  }
  .sys_portfolio_header_content .right_part img {
    max-width: 77%;
    width: 100%;
  }
  .sys_portfolio_header {
    overflow: hidden;
  }
  .sys_portfolio_header:after {
    height: 180px;
  }
  .sys_aboutUs_gleam {
    padding: 0 0;
    margin-bottom: 0;
  }
  .sys_aboutUs_gleam .sys_aboutUs_gleam_content .left_part {
    width: 50%;
  }
  .sys_aboutUs_gleam .sys_aboutUs_gleam_content .right_part {
    width: 100%;
  }
  .left_part_Sys_content h2 {
    font-size: 18px;
  }
  .left_part_Sys_content {
    max-width: 300px;
    right: -40px;
    padding: 10px;
    min-height: 110px;
    border-radius: 10px;
  }
  .sys_aboutUs_gleam .sys_aboutUs_gleam_content .right_part h2,
  .sys_aboutUs_history .sys_aboutUs_history_content .left_part h3,
  .sys_aboutUs_process_top h2 {
    font-size: 25px;
    padding-bottom: 5px;
    margin-bottom: 15px;
  }
  .sys_aboutUs_gleam .sys_aboutUs_gleam_content .right_part p {
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 300;
  }
  .left_part_Sys_content p {
    font-size: 14px;
  }
  .sys_aboutUs_history
    .sys_aboutUs_history_content
    .left_part
    h2.large_history_text {
    font-size: 90px;
  }
  .sys_aboutUs_history .sys_aboutUs_history_content .left_part h3 {
    font-size: 25px;
    line-height: normal;
  }
  .sys_aboutUs_history .sys_aboutUs_history_content .left_part {
    width: 100%;
  }
  .sys_aboutUs_history .sys_aboutUs_history_content .right_part {
    width: 100%;
  }
  .sys_aboutUs_history_boxes_d ul li:last-child {
    margin-right: 0;
  }
  .sys_aboutUs_history_boxes_d ul li {
    width: calc(100% / 5 - 8px);
  }
  .sys_aboutUs_history_boxes_d ul li p {
    font-size: 13px;
    font-weight: 400;
  }
  .sys_aboutUs_history_boxes_d ul {
    margin: 0;
    max-width: 100%;
  }
  .sys_aboutUs_history {
    padding: 100px 0 50px;
  }
  .sys_aboutUs_ourServices {
    background-position-x: -580px;
  }
  .sys_aboutUs_ourServices_top .right_part h2 {
    font-size: 25px;
    padding-bottom: 5px;
    margin-bottom: 15px;
  }
  .sys_aboutUs_ourServices_top .left_part ul li,
  .sys_aboutUs_ourServices_bottom .sys_boxes_servies ul li {
    padding: 10px 20px 30px;
  }
  .sys_aboutUs_ourServices_top .left_part ul li:before,
  .sys_aboutUs_ourServices_bottom .sys_boxes_servies ul li:before {
    width: 150px;
    height: 8px;
  }
  .sys_aboutUs_ourServices_bottom .sys_boxes_servies ul li p,
  .sys_aboutUs_ourServices_top .left_part ul li p {
    font-size: 18px;
    line-height: 23px;
  }
  .sys_aboutUs_ourServices_top .right_part {
    padding-left: 40px;
    grid-column-start: 7;
  }
  .sys_aboutUs_ourServices_top .right_part a.sys_service_contact {
    padding: 8px 8px 8px 10px;
    max-width: 166px;
    font-size: 15px;
  }
  .sys_aboutUs_ourServices_top .right_part p {
    font-size: 15px;
    line-height: 22px;
    font-weight: 300;
    margin-bottom: 20px;
  }
  .sys_aboutUs_process {
    padding: 50px 0 0;
  }
  .sys_aboutUs_process_content ul li:nth-child(3):before,
  .sys_aboutUs_process_content ul li:nth-child(2):before,
  .sys_aboutUs_process_content ul li:before {
    display: none;
  }
  .sys_aboutUs_process_content
    ul
    li
    .sys_aboutUs_process_outer
    .sys_aboutUs_process_img {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
  .sys_aboutUs_process_content
    ul
    li
    .sys_aboutUs_process_outer
    .sys_aboutUs_process_img
    img {
    max-width: 40px;
  }
  .sys_aboutUs_process_content
    ul
    li
    .sys_aboutUs_process_outer
    .sys_aboutUs_process_text {
    width: calc(100% - 80px);
  }
  .sys_aboutUs_process_content
    ul
    li:nth-child(2)
    .sys_aboutUs_process_outer
    .sys_aboutUs_process_text,
  .sys_aboutUs_process_content
    ul
    li:nth-child(4)
    .sys_aboutUs_process_outer
    .sys_aboutUs_process_text,
  .sys_aboutUs_process_content
    ul
    li:nth-child(6)
    .sys_aboutUs_process_outer
    .sys_aboutUs_process_text {
    width: calc(100% - 80px);
  }
  .sys_aboutUs_process_content
    ul
    li
    .sys_aboutUs_process_outer
    .sys_aboutUs_process_text
    h2 {
    font-size: 20px;
  }
  .sys_aboutUs_process_content
    ul
    li
    .sys_aboutUs_process_outer
    .sys_aboutUs_process_text
    span {
    font-size: 80px;
  }
  .sys_aboutUs_process_content ul li {
    margin-bottom: 60px;
  }
  .sys_about_project .sys_about_project_content ul li p {
    font-size: 14px;
    line-height: 18px;
  }
  .sys_about_project {
    padding: 40px 0;
  }
  .sys_about_project .sys_about_project_content:before {
    height: 100%;
    background-size: 50% 100%;
  }
  .sys_aboutUs_culture {
    padding: 50px 0;
  }
  .sys_aboutUs_culture .aboutUs_large_title h2.aboutUs_large_culture {
    font-size: 71px;
    right: -150px;
    top: 150px;
  }
  .sys_aboutUs_culture .sys_aboutUs_culture_content .right_part h2 {
    font-size: 24px;
  }
  .sys_aboutUs_team_content_bottom ul li span img {
    max-width: 120px;
  }
  .space_70 > * + * {
    margin-left: 20px;
  }
  .sys_aboutUs_team_content_bottom ul li .aboutUs_team_block {
    padding: 10px;
  }
  .sys_aboutUs_team_content_bottom ul li .aboutUs_team_block h2 {
    font-size: 13px;
  }
  .sys_aboutUs_team {
    padding-bottom: 50px;
  }
  .sys_aboutUs_readymade_top h2,
  .sys_aboutUs_team .sys_aboutUs_team_content .sys_aboutUs_team_content_top h2 {
    font-size: 25px;
    padding-bottom: 5px;
    margin-bottom: 15px;
  }
  .sys_aboutUs_readymade {
    margin: 0 0 50px;
    padding-bottom: 50px;
  }
  .sys_aboutUs_process_top {
    margin-bottom: 50px;
  }
  .aboutUs_readymade .owl-nav button.owl-prev {
    width: 40px;
    height: 40px;
    right: 50px;
    top: -79px;
  }
  .aboutUs_readymade .owl-nav button.owl-next {
    width: 40px;
    height: 40px;
    top: -79px;
  }
}
@media only screen and (max-width: 767px) {
  .m_img {
    display: block;
  }
  .d_img {
    display: none;
  }
  .sys_portfolio_header:after {
    display: none;
  }
  .sys_portfolio_header_content .left_part {
    width: 100%;
    margin: 0 0 0;
    order: 2;
    text-align: center;
  }
  .sys_portfolio_header_content span.about_world {
    display: inline-block;
    width: 100%;
  }
  .sys_portfolio_header_content .right_part {
    width: 100%;
    text-align: center;
  }
  .sys_portfolio_header {
    height: 100%;
    padding-bottom: 50px;
  }
  .sys_portfolio_header_content {
    display: flex;
    flex-wrap: wrap;
  }
  .sys_portfolio_header_content .right_part img {
    max-width: 300px;
    width: 100%;
    height: 400px;
    object-fit: contain;
    margin: auto;
  }
  .sys_portfolio_header_content h2:before {
    left: 50%;
    transform: translateX(-50%);
  }
  .sys_aboutUs_gleam .sys_aboutUs_gleam_content .left_part {
    width: 100%;
  }
  .sys_aboutUs_gleam .sys_aboutUs_gleam_content .right_part {
    padding-left: 0;
  }
  .sys_aboutUs_gleam .sys_aboutUs_gleam_content {
    flex-wrap: wrap;
  }
  .sys_aboutUs_gleam
    .sys_aboutUs_gleam_content
    .left_part
    .left_part_Sys_images {
    width: 100%;
    position: relative;
    max-width: 300px;
    margin: auto;
  }
  .sys_aboutUs_gleam {
    padding: 50px 0 0;
  }
  .left_part_Sys_content {
    max-width: 300px;
    right: 80px;
    bottom: 0;
  }
  .sys_aboutUs_gleam .sys_aboutUs_gleam_content .right_part {
    padding: 30px 0 0;
    text-align: center;
  }
  .sys_aboutUs_gleam .sys_aboutUs_gleam_content .right_part h2:before,
  .sys_aboutUs_ourServices_top .right_part h2:before {
    left: 50%;
    width: 100px;
    height: 3px;
    transform: translateX(-50%);
  }
  .sys_aboutUs_gleam .sys_aboutUs_gleam_content .right_part h2,
  .sys_aboutUs_history .sys_aboutUs_history_content .left_part h3,
  .sys_aboutUs_process_top h2 {
    font-size: 25px;
  }
  .sys_aboutUs_history .sys_aboutUs_history_content {
    flex-wrap: wrap;
  }
  .sys_history_circle {
    display: none;
  }
  .sys_aboutUs_history {
    padding: 50px 0;
  }
  .sys_aboutUs_history .sys_aboutUs_history_content .left_part h3 {
    font-size: 25px;
    text-align: center;
  }
  .sys_aboutUs_history .sys_aboutUs_history_content .left_part {
    text-align: center;
  }
  .sys_aboutUs_tabing_outer .tab-menu {
    display: flex;
    justify-content: center;
  }
  .sys_aboutUs_tabing_outer .tab-menu ul {
    margin: 20px 0;
  }
  .sys_aboutUs_history .sys_aboutUs_history_content .right_part {
    margin: 50px 0 0;
  }
  .range_sliders > div p {
    text-align: left;
  }
  .sys_aboutUs_tabing_outer .tab-active {
    height: 160px;
  }
  .sys_aboutUs_history .sys_aboutUs_history_content .right_part img {
    width: 100%;
    max-width: 300px;
    margin: auto;
    display: block;
  }
  .sys_aboutUs_history_boxes_d ul li:nth-child(3) {
    margin-right: 0;
  }
  .sys_aboutUs_history_boxes_d ul {
    margin: 0;
    max-width: 100%;
    justify-content: center;
  }
  .sys_aboutUs_history_boxes_d ul li {
    width: calc(100% / 3 - 7px);
    margin-bottom: 10px;
    padding: 15px 10px;
  }
  .sys_aboutUs_ourServices_top {
    flex-wrap: wrap;
    display: flex;
  }
  .sys_aboutUs_ourServices_top .left_part {
    width: 100%;
    order: 2;
  }
  .sys_aboutUs_ourServices_top .right_part {
    width: 100%;
    grid-column: span 12 / span 12;
    padding: 50px 0;
    text-align: center;
  }
  .sys_aboutUs_ourServices_top .right_part a.sys_service_contact {
    float: none;
    margin: auto;
  }
  .sys_aboutUs_ourServices {
    background-position-x: center;
    background-size: cover;
  }
  .sys_aboutUs_ourServices_top .right_part p {
    color: #fff;
  }
  .sys_aboutUs_ourServices_top .right_part h2 {
    color: #fff;
  }
  .sys_aboutUs_ourServices_top .right_part h2:before {
    background: #fff;
  }
  .sys_aboutUs_ourServices_top .right_part span {
    color: #fff;
    -webkit-text-fill-color: #fff;
  }
  .sys_aboutUs_ourServices_top .left_part ul li {
    width: calc(100% / 2 - 8px);
    height: 100%;
    margin-bottom: 0;
  }
  .sys_aboutUs_ourServices_top .left_part ul li {
    order: 2;
  }
  .sys_aboutUs_ourServices_top .left_part ul li.active {
    order: 1;
  }
  .sys_aboutUs_ourServices_top .left_part ul li:nth-child(2) {
    margin-right: 0;
  }
  .sys_aboutUs_ourServices_top .left_part ul {
    display: flex;
    justify-content: space-between;
  }
  .sys_aboutUs_ourServices_bottom .sys_boxes_servies ul {
    display: flex;
    flex-wrap: wrap;
  }
  .sys_aboutUs_ourServices_bottom .sys_boxes_servies ul li {
    width: calc(100% / 2 - 8px);
    height: 100%;
    margin-bottom: 15px;
    margin-right: 16px;
  }
  .sys_aboutUs_ourServices_bottom .sys_boxes_servies ul li:nth-child(2) {
    margin-right: 0;
  }
  .sys_aboutUs_ourServices_bottom .sys_boxes_servies {
    width: 100%;
    grid-column: inherit;
    display: block;
  }
  .sys_aboutUs_ourServices_bottom {
    padding: 15px 0 45px;
    grid-template-columns: inherit;
    display: block;
  }
  .space_50 > * + * {
    margin-left: 0 !important;
  }
  .sys_aboutUs_process {
    padding: 30px 0 0;
  }
  .sys_aboutUs_process_content ul li .sys_aboutUs_process_outer {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
  }
  .sys_aboutUs_process_content
    ul
    li
    .sys_aboutUs_process_outer
    .sys_aboutUs_process_text {
    width: 100%;
    order: 2;
    text-align: center;
    padding-right: 0;
    display: block;
  }
  .sys_aboutUs_process_content
    ul
    li
    .sys_aboutUs_process_outer
    .sys_aboutUs_process_img {
    order: 1;
  }
  .sys_aboutUs_process_content
    ul
    li
    .sys_aboutUs_process_outer
    .sys_aboutUs_process_text
    span {
    display: block;
    width: 100%;
    padding: 0;
    height: 80px;
  }
  .sys_aboutUs_process_content
    ul
    li:nth-child(2)
    .sys_aboutUs_process_outer
    .sys_aboutUs_process_img,
  .sys_aboutUs_process_content
    ul
    li:nth-child(3)
    .sys_aboutUs_process_outer
    .sys_aboutUs_process_img,
  .sys_aboutUs_process_content
    ul
    li:nth-child(6)
    .sys_aboutUs_process_outer
    .sys_aboutUs_process_img {
    order: 1;
  }
  .sys_aboutUs_process_content
    ul
    li:nth-child(2)
    .sys_aboutUs_process_outer
    .sys_aboutUs_process_text,
  .sys_aboutUs_process_content
    ul
    li:nth-child(4)
    .sys_aboutUs_process_outer
    .sys_aboutUs_process_text,
  .sys_aboutUs_process_content
    ul
    li:nth-child(6)
    .sys_aboutUs_process_outer
    .sys_aboutUs_process_text,
  .sys_aboutUs_process_content
    ul
    li:nth-child(3)
    .sys_aboutUs_process_outer
    .sys_aboutUs_process_text {
    width: 100%;
    order: 2;
    text-align: center;
    padding-right: 0;
    display: block;
    padding-left: 0;
  }
  .sys_aboutUs_process_content
    ul
    li:nth-child(3)
    .sys_aboutUs_process_outer
    .sys_aboutUs_process_text
    span,
  .sys_aboutUs_process_content
    ul
    li:nth-child(4)
    .sys_aboutUs_process_outer
    .sys_aboutUs_process_text
    span,
  .sys_aboutUs_process_content
    ul
    li:nth-child(2)
    .sys_aboutUs_process_outer
    .sys_aboutUs_process_text
    span,
  .sys_aboutUs_process_content
    ul
    li:nth-child(4)
    .sys_aboutUs_process_outer
    .sys_aboutUs_process_text
    span,
  .sys_aboutUs_process_content
    ul
    li:nth-child(6)
    .sys_aboutUs_process_outer
    .sys_aboutUs_process_text
    span {
    padding: 0;
  }
  .sys_aboutUs_culture .sys_aboutUs_culture_content .left_part {
    width: 50%;
  }
  .sys_aboutUs_culture .sys_aboutUs_culture_content .right_part {
    width: 50%;
  }
  .sys_aboutUs_culture .aboutUs_large_title h2.aboutUs_large_culture {
    right: 0;
    top: 0;
    transform: none;
    left: 0;
    line-height: normal;
    position: inherit;
    text-align: center;
    margin-bottom: 20px;
  }
  .sys_aboutUs_culture {
    padding: 20px 0 50px;
  }
  .sys_aboutUs_team_content_bottom ul li {
    width: calc(100% / 2 - 20px);
    margin-bottom: 30px;
    margin-right: 20px;
  }
  .sys_aboutUs_team_content_bottom ul li:nth-child(2n) {
    margin-right: 0;
  }
  .sys_aboutUs_team_content_bottom ul {
    display: flex;
    grid-template-columns: inherit;
    flex-wrap: wrap;
    justify-content: center;
  }
  .space_70 > * + * {
    margin-left: 0;
  }
  .sys_aboutUs_team {
    padding-bottom: 20px;
  }
  .sys_aboutUs_readymade {
    margin: 0 0 40px;
    padding-bottom: 40px;
  }
  .aboutUs_ourClient_items_block {
    justify-content: center;
  }
  .sys_aboutUs_tabing_outer .tab-menu ul li:last-child {
    margin-right: 0;
  }
  .sys_about_project .sys_about_project_content ul {
    display: flex;
    grid-template-columns: inherit;
    align-items: center;
    overflow-x: auto;
    white-space: nowrap;
    overflow-y: hidden;
    padding-bottom: 20px;
  }
  .sys_about_project .sys_about_project_content ul li {
    text-align: center;
    width: auto;
    min-width: 187px;
  }
  .sys_about_project .sys_about_project_content ul li p br {
    display: none;
  }
  .range_sliders:after {
    left: 0;
  }
}
@media only screen and (max-width: 600px) {
  .sys_aboutUs_readymade {
    margin: 0 0 20px;
  }
}
@media only screen and (max-width: 480px) {
  .sys_portfolio_header_content h1 {
    font-size: 25px;
    line-height: normal;
    margin: 20px 0 10px;
  }
  .sys_portfolio_header_content h1 span {
    font-size: 18px;
    letter-spacing: normal;
    margin: 0 0 10px;
  }
  .left_part_Sys_content {
    right: 50%;
    left: 50%;
    transform: translateX(-50%);
  }
  .sys_aboutUs_gleam .sys_aboutUs_gleam_content .right_part h2,
  .sys_aboutUs_history .sys_aboutUs_history_content .left_part h3,
  .sys_aboutUs_process_top h2 {
    font-size: 20px;
  }
  .sys_aboutUs_gleam .sys_aboutUs_gleam_content .right_part h2:before,
  .sys_aboutUs_ourServices_top .right_part h2:before,
  .sys_aboutUs_process_top h2:before,
  .sys_aboutUs_team
    .sys_aboutUs_team_content
    .sys_aboutUs_team_content_top
    h2:before,
  .sys_aboutUs_readymade_top h2:before,
  .sys_aboutUs_history .sys_aboutUs_history_content .left_part h3 {
    margin-bottom: 0;
  }
  .sys_aboutUs_tabing_outer .tab-menu ul {
    width: 100%;
    justify-content: center;
  }
  .sys_aboutUs_tabing_outer .tab-menu ul li {
    width: calc(100% / 2 - 20px);
    margin-right: 20px;
  }
  .sys_aboutUs_tabing_outer .tab-menu ul li span {
    display: block;
  }
  .range_sliders > div p {
    width: calc(100% - 110px);
  }
  .sys_aboutUs_history .sys_aboutUs_history_content .right_part {
    margin: 30px 0 0;
    padding: 0;
  }
  .sys_aboutUs_history .sys_aboutUs_history_content .right_part img {
    width: 100%;
    max-width: 100%;
    margin: auto;
    display: block;
  }
  .sys_aboutUs_history_boxes_d ul {
    margin: 0;
    max-width: 100%;
    justify-content: flex-start;
    white-space: nowrap;
    overflow-x: auto;
    flex-wrap: inherit;
  }
  .sys_aboutUs_history_boxes_d ul li {
    min-width: 190px;
    margin-bottom: 10px;
    padding: 15px 10px;
    width: auto;
  }
  .sys_aboutUs_history_boxes_d {
    margin: 20px 0 0;
    display: flex;
    white-space: nowrap;
    overflow-x: auto;
  }
  .sys_aboutUs_ourServices_top .left_part ul li span img,
  .sys_aboutUs_ourServices_bottom .sys_boxes_servies ul li span img {
    max-width: 70px;
  }
  .sys_aboutUs_ourServices_bottom .sys_boxes_servies ul li p,
  .sys_aboutUs_ourServices_top .left_part ul li p {
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
  }
  .sys_aboutUs_ourServices_top .left_part ul li,
  .sys_aboutUs_ourServices_bottom .sys_boxes_servies ul li {
    padding: 10px 10px 30px;
  }
  .sys_aboutUs_ourServices_bottom {
    padding: 15px 0 30px;
  }
  .sys_aboutUs_process_content ul li {
    width: 100%;
    margin-right: 0;
    border: solid 1px #e1dfdf;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 20px !important;
    box-shadow: 0 0 58px rgb(0 0 0/20%);
  }
  .sys_aboutUs_process_content ul li:nth-child(2) {
    order: 6;
  }
  .sys_aboutUs_process_content ul li:nth-child(3) {
    order: 2;
  }
  .sys_aboutUs_process_content ul li:nth-child(4) {
    order: 5;
  }
  .sys_aboutUs_process_content ul li:nth-child(5) {
    order: 4;
  }
  .sys_aboutUs_process_content ul li:nth-child(6) {
    order: 4;
  }
  .sys_about_project .sys_about_project_content ul {
    display: flex;
    grid-template-columns: inherit;
  }
  .sys_about_project .sys_about_project_content ul li {
    text-align: center;
    width: auto;
    min-width: 175px;
    background: #fff;
    border-radius: 10px;
    padding: 20px 10px;
    margin-right: 20px;
    align-self: center;
  }
  .sys_about_project .sys_about_project_content ul li span {
    font-size: 35px;
    background: linear-gradient(to right, #ff423d, #ff791f, #ff791f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .sys_about_project .sys_about_project_content ul li p {
    font-size: 14px;
    line-height: normal;
    color: #17181a;
  }
  .sys_about_project .sys_about_project_content {
    overflow-x: auto;
    display: flex;
    flex-wrap: wrap;
  }
  .sys_about_project .sys_about_project_content ul li:last-child {
    margin-right: 0;
  }
  .sys_about_project .sys_about_project_content:before {
    display: none;
  }
  .sys_about_project .sys_about_project_content ul li p br {
    display: none;
  }
  .sys_aboutUs_process {
    padding: 30px 0 20px;
  }
  .sys_aboutUs_culture .aboutUs_large_title h2.aboutUs_large_culture {
    font-size: 53px;
  }
  .sys_aboutUs_culture .sys_aboutUs_culture_content .left_part {
    width: 100%;
  }
  .sys_aboutUs_culture .sys_aboutUs_culture_content .right_part {
    width: 100%;
    padding: 0;
  }
  .sys_aboutUs_culture .sys_aboutUs_culture_content {
    display: block;
  }
  .sys_aboutUs_culture .sys_aboutUs_culture_content .right_part h2 {
    text-align: center;
  }
  .sys_aboutUs_culture {
    padding: 20px 0;
  }
  .sys_aboutUs_team_content_bottom ul li {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }
  .sys_aboutUs_team_content_bottom ul li .aboutUs_team_block h2 {
    font-size: 15px;
  }
  .sys_aboutUs_team_content_bottom ul li span img {
    max-width: 80%;
  }
  .sys_aboutUs_team_content_bottom ul li .aboutUs_team_block {
    padding: 10px;
    margin: -35px 15px 0;
  }
  .sys_aboutUs_readymade_top {
    text-align: center;
  }
  .sys_aboutUs_readymade_top h2:before {
    left: 50%;
    transform: translateX(-50%);
  }
  .aboutUs_readymade .owl-nav {
    bottom: -54px;
  }
  .aboutUs_readymade .owl-nav button.owl-prev {
    width: 40px;
    height: 40px;
    left: calc(100% - 70%);
    top: 100%;
    bottom: 0;
  }
  .aboutUs_readymade .owl-nav button.owl-next {
    width: 40px;
    height: 40px;
    top: 100%;
    bottom: 0;
    right: calc(100% - 70%);
  }
  .sys_aboutUs_readymade_top h2,
  .sys_aboutUs_team .sys_aboutUs_team_content .sys_aboutUs_team_content_top h2 {
    font-size: 20px;
    line-height: normal;
  }
  .aboutUs_items_block {
    margin-left: 10px;
  }
  .sys_aboutUs_tabing_outer .tab-menu ul li a {
    font-size: 18px;
    font-weight: 600;
  }
  .sys_aboutUs_history_boxes_d ul li:nth-child(3) {
    margin-right: 10px;
  }
  .sys_aboutUs_ourServices_top .right_part {
    padding: 30px 0;
  }
  .sys_aboutUs_culture .sys_aboutUs_culture_content .right_part h2 {
    font-size: 20px;
  }
  .sys_portfolio_header_content {
    padding: 0 0;
  }
  .sys_portfolio_header {
    height: 100%;
    margin-top: 138px !important;
    padding: 40px 0;
  }
  .left_part_Sys_content {
    bottom: -10px;
  }
  .sys_aboutUs_process_top {
    margin-bottom: 30px;
  }
  .sys_aboutUs_process_content
    ul
    li
    .sys_aboutUs_process_outer
    .sys_aboutUs_process_text
    span {
    height: auto;
  }
  .sys_aboutUs_process_content
    ul
    li
    .sys_aboutUs_process_outer
    .sys_aboutUs_process_text
    span {
    font-size: 90px;
    line-height: 90px;
  }
  .sys_aboutUs_culture .sys_aboutUs_culture_content .right_part img {
    margin-bottom: 30px;
  }
  .sys_portfolio_header_content span.about_world {
    font-size: 18px;
    width: auto;
    display: inline-block;
    max-width: 100%;
    padding: 5px 30px;
    border-radius: 4px;
  }
}
@media only screen and (max-width: 400px) {
  .sys_portfolio_header_content h2 {
    font-size: 30px;
  }
  .sys_portfolio_header_content h1 span {
    font-size: 15px;
    letter-spacing: 3px;
  }
  .sys_portfolio_header_content h1 {
    font-size: 22px;
    font-weight: 500;
  }
  .sys_portfolio_header {
    margin-top: 122px !important;
  }
  .sys_aboutUs_gleam .sys_aboutUs_gleam_content .right_part {
    padding: 10px 0 0;
  }
  .sys_aboutUs_ourServices_top .right_part a.sys_service_contact {
    max-width: 200px;
  }
  .sys_aboutUs_history
    .sys_aboutUs_history_content
    .left_part
    h2.large_history_text {
    font-size: 65px;
  }
  .sys_aboutUs_ourServices_top .left_part ul {
    display: block;
  }
  .sys_aboutUs_ourServices_top .left_part ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .sys_aboutUs_ourServices_bottom .sys_boxes_servies ul {
    display: flex;
  }
  .sys_aboutUs_ourServices_bottom .sys_boxes_servies ul li {
    width: 100%;
    margin-bottom: 15px;
    margin-right: 0;
  }
  .sys_aboutUs_ourServices_bottom .sys_boxes_servies {
    margin: 0 0 15px;
  }
  .sys_aboutUs_ourServices_bottom .sys_boxes_servies ul li:last-child {
    margin-bottom: 15px;
  }
  .sys_aboutUs_ourServices_bottom .sys_boxes_servies ul li:last-child {
    order: 1;
  }
  .sys_aboutUs_ourServices_bottom .sys_boxes_servies ul li.active {
    order: 2;
  }
  .sys_aboutUs_ourServices_top .left_part ul li span img,
  .sys_aboutUs_ourServices_bottom .sys_boxes_servies ul li span img {
    max-width: initial;
  }
  .sys_aboutUs_ourServices_bottom .sys_boxes_servies ul li p br,
  .sys_aboutUs_ourServices_top .left_part ul li p br {
    display: none;
  }
  .sys_aboutUs_ourServices_bottom .sys_boxes_servies ul li p,
  .sys_aboutUs_ourServices_top .left_part ul li p {
    font-weight: 500;
  }
  .sys_aboutUs_ourServices_bottom {
    padding: 15px 0 10px;
  }
  .sys_aboutUs_process_content
    ul
    li
    .sys_aboutUs_process_outer
    .sys_aboutUs_process_img {
    width: 100px;
    height: 100px;
    line-height: 100px;
  }
  .sys_aboutUs_process_content
    ul
    li
    .sys_aboutUs_process_outer
    .sys_aboutUs_process_img
    img {
    max-width: 60px;
  }
  .sys_aboutUs_process_content
    ul
    li
    .sys_aboutUs_process_outer
    .sys_aboutUs_process_text
    h2 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
  }
  .sys_aboutUs_culture .aboutUs_large_title h2.aboutUs_large_culture {
    font-size: 44px;
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #26272a;
  }
  .sys_aboutUs_culture .sys_aboutUs_culture_content .right_part img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  .build-forms .col-lg-6.col-md-6.col-sm-12.forms-details,
  .build-forms .row .col-lg-6.col-md-6.col-sm-12 {
    padding: 0 15px !important;
  }
}
.captcha_gen button {
  height: 100%;
}
.build-forms .forms-details label,
.build-forms .forms-details2 label,
.build-forms .forms-details1 label {
  margin-bottom: 0.5rem;
  display: block;
}
.captcha_outer.flex-row {
  align-items: initial;
}
