@charset "utf-8";

* {
  outline: none;
  margin: 0px;
  padding: 0px;
  border: none;
  text-decoration: none;
  font-family: 'Clash Display';
  box-sizing: border-box;
}

body {
  text-decoration: none;
  background-color: #fff;
  font-family: 'Clash Display';
  font-size: 16px;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  /* Remove horizontal scrollbar */
}

.smooth-scroll-wrapper {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  will-change: transform;
  background: #fff;
}

a {
  text-decoration: none;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

p {
  font-style: normal;
  font-display: swap;
  height: auto;
  font-size: 1em;
  color: #212121;
  line-height: 1.7;
  font-family: "InterTight";
  font-weight: normal;
}

li {
  font-size: 16px;
  font-weight: normal;
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

@font-face {
  font-family: 'Clash Display';
  src: url('../fonts/ClashDisplay-Regular.eot');
  src: url('../fonts/ClashDisplay-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ClashDisplay-Regular.woff2') format('woff2'),
    url('../fonts/ClashDisplay-Regular.woff') format('woff'),
    url('../fonts/ClashDisplay-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Clash Display';
  src: url('../fonts/ClashDisplay-Semibold.eot');
  src: url('../fonts/ClashDisplay-Semibold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ClashDisplay-Semibold.woff2') format('woff2'),
    url('../fonts/ClashDisplay-Semibold.woff') format('woff'),
    url('../fonts/ClashDisplay-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Clash Display';
  src: url('../fonts/ClashDisplay-Medium.eot');
  src: url('../fonts/ClashDisplay-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ClashDisplay-Medium.woff2') format('woff2'),
    url('../fonts/ClashDisplay-Medium.woff') format('woff'),
    url('../fonts/ClashDisplay-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Clash Display';
  src: url('../fonts/ClashDisplay-Bold.eot');
  src: url('../fonts/ClashDisplay-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ClashDisplay-Bold.woff2') format('woff2'),
    url('../fonts/ClashDisplay-Bold.woff') format('woff'),
    url('../fonts/ClashDisplay-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "InterTight";
  src: url("../fonts/InterTight-Regular.eot");
  src: url("../fonts/InterTight-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/InterTight-Regular.woff2") format("woff2"),
    url("../fonts/InterTight-Regular.woff") format("woff"),
    url("../fonts/InterTight-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}




body.home .sexy-menu {
  position: fixed;
}

.sexy-menu.detached .header-contact {
  display: none;
}

video {
  width: 100%;
}

.sexy-menu.detached .tophead {
  display: none;
}

.sexy-menu.detached .nav-brand img {
  margin-top: 5px;
  width: 70%;
}

.nav-menu2 {
  border-top: 0;
  margin-top: 0;
}

.wh-top {
  margin-right: 15px;
  display: flex;
  align-items: center;
  position: relative;
}

.nav-menu>li>a {
  margin: 25px 15px;
  display: inline-block;
  position: relative;
  color: #333;
  font-size: 1em;
  font-family: "InterTight";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  letter-spacing: 1px;
  display: flex;
}

.nav-menu>li>a img {
  margin-right: 5px;
}

.nav-menu2>li>a {
  margin: 35px 44px 20px;
}

.nav-menu {
  margin-top: 14px;
}

.header-phone {
  display: flex !important;
  align-items: center;
  margin-top: 30px !important;
}

.wh-img {
  margin-right: 10px;
}

.sexy-menu.detached .header-phone {
  display: none;
}

.nav-menu>li:last-child a,
ul.header-social li:last-child,
.nav-menu2>li>a:last-child {
  margin-right: 0 !important;
}

.nav-menu>li:first-child a,
.nav-menu2>li:first-child a {
  margin-left: 0 !important;
}

.resp-show {
  display: none !important;
}

.nav-menu>li>a:hover {
  color: #e37d4f;
}

.sexy-menu.detached .nav-menu>li>a {
  margin: 18px 15px;
  color: #393939;
}

.sexy-menu.detached .nav-menu {
  border-top: 0;
}

.sexy-menu.detached .header-phone {
  margin: 32px 15px !important;
}

#button {
  display: inline-block;
  background-color: #333;
  line-height: 50px;
  width: 50px;
  color: #fff;
  height: 50px;
  text-align: center;
  border-radius: 100%;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
}

#button i {
  color: #fff;
}

#button:hover {
  cursor: pointer;
  background-color: #333;
}

#button:active {
  background-color: #555;
}

#button.show {
  opacity: 1;
  visibility: visible;
}

.carousel-indicators .active,
.carousel-indicators li {
  width: 15px !important;
  height: 15px !important;
  border: 0 !important;
}

.carousel-indicators .active {
  background: #dfc0f3 !important;
}

.carousel-indicators li {
  background: #655a8e !important;
  margin: 0 3px !important;
}

.carousel-indicators {
  bottom: 2em !important;
  right: 27% !important;
  left: unset !important;
  width: 45.66% !important;
  display: flex;
  justify-content: center;
}

/**/
.clear {
  clear: both;
}

audio,
::selection {
  background: #8cc248 !important;
  color: #fff !important;
}

span::selection {
  -webkit-background-clip: unset !important;
  -webkit-text-fill-color: #fff !important;
  background: #8cc248 !important;
}

::-moz-selection {
  color: #fff !important;
}

.grecaptcha-badge {
  display: none !important;
}

.img-full {
  width: 100%;
  height: auto;
  display: block;
}

.img-responsive {
  max-width: 100%;
  height: auto;
}

.logo1 {
  display: none;
}

.banner-wraper {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 9;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.banner-caption-container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
}

.banner-left-caption {
  width: 27%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-btn {
  padding: 0.7em 2em;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 50px;
  background-color: transparent;
  cursor: pointer;
  text-transform: uppercase;
  margin-top: 6%;
  color: rgba(255, 255, 255, 0.8);
}

.banner-btn span {
  padding-left: 5px;
  padding-top: 3px;
}

.banner-btn span i {
  transform: rotate(317deg);
}


.banner-mid-caption {
  width: 45.66%;
  height: 100%;
  position: absolute;
  margin-top: -1px;
  left: 27%;
  z-index: 99;
  top: 0;
  bottom: 0;
}

.banner-mid-caption img {
  height: 101%;
}

.banner-pic {
  border-radius: 20px;
}

.banner-left-caption-inner {
  width: auto;
  height: auto;
}

.banner-left-caption-top {
  width: auto;
  height: auto;
  font-size: 1.625em;
  color: rgba(255, 255, 255, 0.8);
  font-family: 'Clash Display';
  line-height: 1;
}

.banner-left-caption-mid {
  width: auto;
  height: auto;
  font-size: 4em;
  /*background: linear-gradient(to right, #0e2c7b 0%, #3483d3 100%);
    background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;*/
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-family: 'Clash Display';
  line-height: 0.8;
  color: #fb882a;
}

.cap-large {
  font-size: 5.75em;
  letter-spacing: -3px;
}

.banner-left-caption-inner ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.banner-left-caption-inner ul li {
  width: 100%;
  height: auto;
  text-align: center;
  margin: 1em 0px;
}

.banner-left-caption-inner ul li img {
  max-width: 50px;
  width: auto !important;
  display: unset !important;
  filter: brightness(0) invert(1);
}





.banner-container img {
  max-width: 100%;
}

.banner-left-caption p {
  margin-bottom: 0.5em;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
}



.sexy-menu.detached .navigation {
  padding: 0px;
}

.navigation {
  padding-top: 12px;
  padding-bottom: 12px;
}

.carousel {
  position: relative;
  margin-top: 97px;
}

.nav-brand img {
  width: 100%;
}

.sexy-menu.detached .header-call {
  margin-top: 8px;
}

.desk-view {
  display: block;
}

.mob-view {
  display: none !important;
}

.copy-right {
  width: auto;
  height: auto;
  float: left;
  font-family: "InterTight";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 1em;
  color: #242424;
  line-height: 60px;
}

.copy-right span {
  font-family: "InterTight";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.designed {
  width: auto;
  height: auto;
  float: right;
}

.designed-ido {
  float: right;
  height: auto;
  padding-left: 8px;
  padding-top: 15px;
  width: auto;
}

.designed p {
  width: auto;
  height: auto;
  float: right;
  font-family: "InterTight";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 1em;
  line-height: 60px;
  margin: 0;
  color: #363636;
}

.designed p a {
  text-decoration: none;
  font-family: inherit;
  font-size: 1em;
  color: #242424;
  font-weight: normal;
}

.main-container {
  width: 100%;
  height: auto;
  padding-top: 60px;
}

.footer-wraper {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.footer-outer {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
}

.drag-btn {
  width: 120px;
  height: 120px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: grab;
  position: absolute;
  top: 140px;
  left: 140px;
  font-family: sans-serif;
}

.drag-btn:active {
  cursor: grabbing;
}


/************************************************** START LOCATION **************************************************/

.bredcum-wraper {
  width: 100%;
  height: auto;
  padding-top: 20px;
}

.bred-home {
  width: auto;
  height: auto;
  float: left;
}

.bred-home a,
.bred-home {
  width: auto;
  height: auto;
  float: left;
  font-family: inherit;
  font-weight: normal;
  font-size: 1em;
  letter-spacing: 1px;
  line-height: 30px;
  text-transform: uppercase;
}

.bred-home a {
  font-size: 1em;
}

.bred-home a:hover {
  width: auto;
  height: auto;
  float: left;
  color: #070606;
}

.bred-arrow {
  width: auto;
  height: auto;
  float: left;
  font-size: 0.85em;
  color: #333;
  line-height: 30px;
  padding-left: 8px;
  padding-right: 8px;
}

.bred-next {
  width: auto;
  height: auto;
  float: left;
  font-family: inherit;
  font-weight: normal;
  font-size: 1em;
  letter-spacing: 1px;
  line-height: 30px;
  text-transform: uppercase;
}

/************************************************** START CONTACT **************************************************/

.hide-menu {
  display: none;
}

.footer-bottom-container {
  width: 100%;
  height: auto;
  border-top: 1px solid #ccc;
  background-color: #fff;
}

.footer-mid {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  padding: 1em 0em;
}

.footer-social-links {
  width: auto;
  height: auto;
}

.footer-social-title {
  height: auto;
  font-size: 1em;
  color: #212121;
  line-height: 1.7;
  font-family: "InterTight";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  text-align: center;
}

.footer-social-links ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  margin-top: 1em;
}

.footer-social-links ul li {
  width: auto;
  height: auto;
  float: left;
  margin-left: 1em;
  font-size: 1.25em;
  color: #232323;
}

.footer-social-links ul li a {
  width: auto;
  height: auto;
  float: left;
  font-size: 1.25em;
  color: #232323;
}

.footer-menu {
  width: auto;
  height: auto;
  display: flex;
}

.footer-address-container {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 25px 0px;
}

.footer-address {
  width: auto;
  height: auto;
  display: flex;
  justify-content: space-between;
}

.footer-menu ul li {
  width: auto;
  height: auto;
  float: left;
  padding: 0px 1em;
}

.icon-f {
  width: auto;
  height: auto;
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.5em;
}

.icon-f span {
  margin-right: 15px;
  padding-top: 5px;
}

.footer-menu-title {
  width: auto;
  height: auto;
  text-transform: uppercase;
  font-family: "Albert Sans";
  font-weight: normal;
  font-size: 1em;
  letter-spacing: 1px;
  color: #e37d4f;
  line-height: 1.8;
  padding-right: 0.5em;
}

.footer-menu ul li a {
  width: auto;
  height: auto;
  text-transform: uppercase;
  font-family: "Albert Sans";
  font-weight: normal;
  font-size: 1em;
  letter-spacing: 1px;
  color: #333;
  line-height: 1.8;
}

.footer-menu ul li a:hover {
  color: #d1c298;
}

.footer-menu ul {
  width: auto;
  height: auto;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.btm-link p {
  font-family: "InterTight";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.main-wraper {
  width: 100%;
  height: auto;
  padding-top: 90px;
  position: relative;
}

.enquiry-home-title {
  width: 100%;
  height: auto;
  padding-bottom: 0.5em;
}

.title-enquiry {
  width: 100%;
  height: auto;
  font-size: 2em;
  color: #6c3327;
  font-family: "Albert Sans";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  line-height: 2;
}

.title-enquiry-sub {
  width: 100%;
  height: auto;
  font-size: 1em;
  color: #333;
  font-family: "Albert Sans";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.enquiry-form-outer {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
  padding-top: 1em;
}

.enquiry-form-outer .user-box {
  position: relative;
  margin-right: 2%;
  width: 49%;
  float: left;
  margin-bottom: 15px;
}

.enquiry-form-outer .user-box:nth-child(2n + 2) {
  margin-right: 0%;
}

.enquiry-form-outer .user-box input {
  width: 100%;
  padding: 0px 1em;
  font-size: 1em;
  color: #333;
  border: none;
  border: 1px solid #ccc;
  outline: none;
  background: #fff;
  border-radius: 15px;
  line-height: 55px;
}

.enquiry-form-outer .user-box input:focus~label,
.enquiry-form-outer .user-box input:valid~label {
  top: -7px;
  left: 0px;
  color: #666;
  font-size: 10px;
  background-color: #fff;
  padding: 0px 10px;
  line-height: 20px;
  border-radius: 5px;
  bottom: inherit;
}

.enquiry-form-outer .user-box label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0px 1em;
  font-size: 1em;
  color: #333;
  pointer-events: none;
  transition: 0.5s;
  bottom: 0;
  line-height: 55px;
  background-color: transparent;
}

.full-field {
  width: 100% !important;
  margin-right: 0% !important;
}

textarea:focus~.floating-label,
textarea:not(:placeholder-shown)~.floating-label,
input:not(:focus):valid~.floating-label {
  top: -7px;
  left: 0px;
  color: #666;
  font-size: 10px;
  background-color: #fff;
  padding: 0px 10px;
  line-height: 20px;
  border-radius: 5px;
  bottom: inherit;
}

.scheme-des textarea {
  width: 100%;
  height: 120px;
  resize: none;
  padding: 10px 20px 0 20px;
  border: 1px solid #ccc;
  font-size: 1em;
  color: #333;
  font-family: inherit;
  font-weight: normal;
  border-radius: 15px;
}

.floating-label {
  position: absolute;
  pointer-events: none;
  left: 20px;
  top: 10px;
  transition: 0.2s ease all;
  color: #999999;
  font-size: 1em;
}

/* active state */
.floating-input:focus~.bar:before,
.floating-input:focus~.bar:after,
.floating-select:focus~.bar:before,
.floating-select:focus~.bar:after {
  width: 50%;
}

/* highlighter */
.highlight {
  position: absolute;
  height: 50%;
  width: 100%;
  top: 15%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}

.submit-button {
  line-height: 1.7;
  color: #fff;
  text-transform: uppercase;
  font-family: inherit;
  font-weight: normal;
  font-size: 1.15em;
  cursor: pointer;
  transition: all 0.3s ease;
  background: #666;
  border-radius: 8px;
  padding: 0px 25px;
  line-height: 40px;
}

.submit-button:hover {
  transform: scale(1);
}

/* Wobble Horizontal */
@-webkit-keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }

  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }

  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.hvr-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-wobble-horizontal:hover,
.hvr-wobble-horizontal:focus,
.hvr-wobble-horizontal:active {
  -webkit-animation-name: hvr-wobble-horizontal;
  animation-name: hvr-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.button-out {
  display: flex;
  flex-direction: column;
  align-items: end;
}

#plus {
  color: #333;
  width: 60px;
  height: 180px;
  cursor: pointer;
  margin-bottom: 0.25em;
  background: #fb882a;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  font-size: 1.2em;
  padding: 15px 0px;
  float: left;
  text-align: left;
  letter-spacing: 1px;
}

#plus .enqry-view {
  transform: rotate(90deg);
  white-space: nowrap;
}

#popUp {
  position: fixed;
  width: 400px;
  height: auto;
  background: #fff;
  bottom: 8%;
  margin-left: 0;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  z-index: 9999;
  padding: 2% 2% 2%;
  right: 0;
  opacity: 0;
  border-bottom-right-radius: 80px;
  border-top-right-radius: 35px;
}

#popUp .close {
  position: absolute;
  top: -20px;
  opacity: 1;
  left: -20px;
  color: #fff;
  font-family: inherit;
  font-weight: normal;
  font-size: 1.5em;
  cursor: pointer;
  background: #062a42;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

#popUp .close i {
  color: #fff;
  font-size: 1em;
  margin-left: 0px;
}

.view-all {
  text-align: left;
  font-family: inherit;
  color: #666;
  font-weight: normal;
  letter-spacing: 0px;
  font-style: normal;
  line-height: 26px;
  float: right;
  font-size: 1em;
  position: relative;
  margin-top: -40px;
}

.view-all a {
  font-family: inherit;
  font-size: 1em;
  color: #333;
  font-weight: normal;
  -webkit-transition: padding .4s;
  -moz-transition: padding .4s;
  -o-transition: padding .4s;
  transition: padding .4s;
  padding-bottom: 2px;
}

.view-all a:hover {
  padding-right: 8px;
  color: #000;
  border-bottom: 1px solid #000;
}

/*#plus {
  color: #fff;
  font-size: 1em;
  margin-right: -425px;
  -webkit-transition: all 1.25s ease;
  -moz-transition: all 1.25s ease;
  -o-transition: all 1.25s ease;
  transition: all 1.25s ease;
  cursor: pointer;
  text-align: left;
  letter-spacing: 1px;
  z-index: 999;
  width: 100%;
}*/

.button-out {
  position: fixed;
  right: 0;
  bottom: 40vh;
  z-index: 999;
}

/* WhatsApp button */
.whats-app {
  background: #25d366;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  font-size: 2em;
  padding: 15px 0px;

  float: left;
}

.whats-app a i {
  color: #fff;
}

#plus::after {
  display: block;
  display: relative;
}

.side-form .form-group {
  margin-bottom: 12px;
}

.side-form-title {
  font-family: inherit;
  font-weight: normal;
  font-size: 2.5em;
  /* background: linear-gradient(to right, #0e2c7b 0%, #3483d3 100%);
    background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;*/
  line-height: 0.85;
  white-space: nowrap;
  color: #0b456b;

}

.d-container {
  width: 100%;
  padding-left: 15%;
  padding-right: 15%;
}

.top-container {
  width: 100%;
  padding: 0px 2%;
}

.footer-links {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  border-top: 1px solid #ccc;
  align-items: center;
}

.footer-links ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  margin-left: 1em;
}

.footer-links ul li {
  display: inline-block;
  position: relative;
  color: #333;
  font-size: 1em;
  font-family: "InterTight";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  letter-spacing: 1px;
  margin: 15px 15px;
}

.footer-links ul li a {
  color: #333;
  font-size: 1em;
  font-family: "InterTight";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  letter-spacing: 1px;
}

.main-title-top {
  font-size: 1.125em;
  color: #333;
  font-family: inherit;
  text-align: center;
  font-weight: normal;
}

.main-title-main {
  font-size: 2.5em;
  color: #333;
  font-family: inherit;
  text-align: center;
  font-weight: normal;
}

.main-wrap {
  width: 100%;
  height: auto;
  padding-top: 150px;
  position: relative;
}

.main-left-bg {
  width: auto;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.main-left-about {
  top: inherit;
  bottom: -90px;
}

.main-right-bg {
  width: auto;
  height: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.product-range {
  width: 100%;
  height: auto;
  padding-top: 1em;
  position: relative;
}

.product-range .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  /* pushes prev left, next right */
  z-index: 999;
}

.product-bottom {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 1em 5%;
}

.product-name {
  width: 100%;
  height: auto;
  text-align: center;
  line-height: 1.5;
  border-bottom: 1px solid rgba(11, 12, 20, 0.1);
  font-size: 1.5em;
  /* color: rgba(11, 12, 20, 0.5); */
  color: #000;
  padding: 0.5em 0em;
  margin: 0.5em 0em;
  font-family: 'Clash Display';
  font-weight: normal;
  font-style: normal;
  font-display: swap;

}

.product-brand {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-brand-for {
  width: auto;
  height: auto;
  margin: 0px 10px;
}

.product-range .owl-theme .owl-nav .owl-prev {
  right: inherit;
  left: -75px !important;
  background-color: transparent !important;
  position: relative !important;
}

.product-range .owl-theme .owl-nav .owl-next {
  right: -75px !important;
  background-color: transparent !important;
  position: relative;
}

.product-range .owl-theme .owl-theme .owl-nav [class*="owl-"] {
  width: 31px !important;
  height: 14px !important;
}

/* .product-range .owl-carousel .owl-item img {
  border-radius: 15px;
} */

.product-bg {
  border-radius: 15px;
}

.dark-pic .product-name {
  /* color: rgba(255, 255, 255, 0.7); */
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.dark-pic .product-brand-for img {
  filter: brightness(5);
}



/***************************** Start ABout **********************************/

.about-container {
  padding: 0 10%;
}

.about-content {
  display: flex;
  align-items: center;
  gap: 30px;
  z-index: 1;
  position: relative;
}

.about-img {
  width: 50%;
  height: auto;
  position: relative;
  left: -3%;
  /*left: -7%;*/
}

.about-txt {
  width: 50%;
  position: relative;
  /*left: -6%;*/
  /* padding-top: 7%; */
}

.section-head {
  font-size: 1.125em;
  text-transform: uppercase;
}

.section-mainHead {
  font-size: 2.5em;
  line-height: 1;
}

.section-mainHead:nth-child(2) {
  margin-top: 5px;
}

.about-para {
  padding-top: 3%;
  font-family: "InterTight";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.about-btn {
  padding: 0.7em 2em;
  border: 1px solid #8a8a8b;
  border-radius: 50px;
  background-color: transparent;
  cursor: pointer;
  text-transform: uppercase;
  margin-top: 6%;
  color: #000;
}

.about-btn span {
  padding-left: 5px;
  padding-top: 3px;
}

.about-btn span i {
  transform: rotate(317deg);
}

.aboutImg-txt {
  position: absolute;
  top: 2%;
  left: 0%;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0px 22%;
}

.aboutImg-txt-title-top {
  font-size: 1.8125em;
  line-height: 1;
  /*background: #347134;
  background: linear-gradient(to right, #347134 0%, #65B18C 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;*/
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-family: 'Clash Display';
  color: rgba(255, 255, 255, 0.9);
}

.aboutImg-txt-title-bottom {
  font-size: 1.8125em;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  font-family: 'Clash Display';
  color: rgba(255, 255, 255, 0.9);
  text-transform: uppercase;
  position: absolute;
  bottom: 1em;
  left: 3%;
  text-align: center;
  width: 94%;
}

.aboutImg-txt-title {
  font-size: 1.8125em;
  line-height: 1;
  /*background: #347134;
  background: linear-gradient(to right, #347134 0%, #65B18C 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;*/
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  font-family: 'Clash Display';
  color: rgba(255, 255, 255, 0.9);
}

.aboutImg-txt p:nth-child(2) {
  font-weight: 600;
}




/***************************** Start service **********************************/

.service {
  /* background: radial-gradient(circle at left, #2a004e, #000); */
  /* background-image: url(../images/service-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;*/
  margin-top: 90px;
  height: auto;
  background-color: #1e1f20;
}

.tech-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 20px;
}

.left-grid {
  display: grid;
  grid-template-rows: 2fr 1fr;
  justify-content: end;
  height: 560px;
  position: relative;
}

.right-grid {
  display: grid;
  grid-template-rows: 2fr 1fr;
  height: 560px;
  position: relative;
}

.software-card {
  position: relative;
}

.software-title-top {
  font-size: 2.939em;
  text-align: center;
  /*background: #345EE9;
  background: linear-gradient(to right, #345EE9 0%, #8D8CFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;*/
  font-family: 'Clash Display';
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1;
  padding-top: 2%;
  color: #0b456b;
}

.software-para {
  font-size: 1.1em;
  text-align: center;
  padding: 1% 15%;
  font-family: "InterTight";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  color: #333;
  letter-spacing: 1px;
  line-height: 1.5;
}

.software-bottom-for {
  position: absolute;
  left: 20%;
  bottom: 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.software-bottom-con {
  width: auto;
  height: 50px;
  /* background-color: blue; */
  /* background-image: url(../images/software-bottom-img.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;*/

  border-radius: 18px;
  display: flex;
  align-items: center;
  color: #fff;
  /* font-size: 1.25em; */
}

.windows-txt {
  color: #fff;
  font-size: 1.25em;
  font-family: "InterTight";
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/* .windows-txt-adobe {
  font-size: 1.5em;
} */

.windows-icon {
  margin-right: 5px;
}

.antivirus-card {
  position: absolute;
  top: 55%;
  left: 50%;
}

.antivirus-title-top {
  text-align: center;
  color: #fff;
  font-size: 0.986em;
  font-family: "InterTight";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  letter-spacing: 1px;
}

.antivirus-bottom-con {
  display: flex;
  margin-top: 15px;
}

.antivirus-img1 {
  border-right: 1px solid #fff;
  width: 50%;
  text-align: center;
  padding-right: 20px;
}

.antivirus-img2 {
  width: 50%;
  text-align: center;
  padding-left: 20px;
}

.antivirus-content {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 80%);
}

.server-card {
  position: relative;
}

.server-title-outer {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-around;
  padding: 0px 15%;
}

.server-title-top {
  font-size: 1.85em;
  text-align: left;
  /*background: #fff;
  background: linear-gradient(to right, #8D8CFF 0%, #3483D3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;*/
  color: #fff;
  font-family: 'Clash Display';
  font-weight: 600;
  /* text-transform: capitalize; */
  line-height: 0.9;
}

.server-title-bottom {
  font-size: 4.5em;
  text-align: left;
  /* background: #8D8CFF;
  background: linear-gradient(to right, #8D8CFF 0%, #3483D3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;*/
  font-family: 'Clash Display';
  font-weight: normal;
  text-transform: capitalize;
  line-height: 0.8;
  color: #fff;
}

.server-para {
  font-size: 1.1em;
  text-align: center;
  padding: 2% 15%;
  font-family: "InterTight";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: 1px;
  line-height: 1.5;
}

.storage-card {
  position: absolute;
  top: 55%;
  right: 50%;
}

.storage-title-top {
  position: absolute;
  top: 14%;
  left: 20%;
  font-size: 1.623em;
  color: #fff;
  font-family: 'Clash Display';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  line-height: 1;
}

.txt-content {
  position: absolute;
  top: 12%;
}

.service-bottom-sec {
  display: flex;
  justify-content: space-between;
  padding: 80px 0;
}

.service-bottom-box {
  width: 16%;
  border-right: 1px solid #262626;
  text-align: center;
}

.service-bottom-box:nth-child(6) {
  border: none;
}

.box-title {
  color: #e9e9e9;
  padding-top: 10px;
  font-family: "InterTight";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  text-transform: capitalize;
}



/***************************** About page start **********************************/


.about-banner-wraper {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 9;
  background-color: #fff;
  margin-top: 6%;
  padding-left: 2%;
  padding-right: 2%;
}

.about-carousel {
  background-image: url(../images/about-banner.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
  border-radius: 15px;
  padding: 80px 0;
}

.about-carousel-subhead {
  font-size: 1.75em;
  /*background: #0E2C7B;
  background: linear-gradient(to right, #0E2C7B 0%, #3483D3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;*/
  line-height: 1;
  font-family: 'Clash Display';
  color: #fff;
}


.about-carousel-mainhead {
  font-size: 2.813em;
  /*background: #0E2C7B;
background: linear-gradient(to right, #0E2C7B 0%, #3483D3 70%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;*/
  font-family: 'Clash Display';
  line-height: 1;
  color: #fff;
}

.about-header {
  width: 35%;
  margin: auto;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -35%);
}

.about-heading {
  text-align: center;
  font-size: 2.561em;
  font-family: 'Clash Display';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.about-intro {
  font-family: "InterTight";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  text-align: center;
  padding: 0 5%;
  font-size: 1em;
}

.mission-vision-section {
  margin-top: 90px;
}

.mission-vision {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.about-card-left {
  width: 49%;
  position: relative;
}

.about-card-right {
  width: 49%;
  position: relative;
}

.mission-card-icon {
  position: absolute;
  top: 8%;
  left: 27%;
}

.vision-card-icon {
  position: absolute;
  top: 8%;
  right: 26%;
}

.mission-card-head {
  position: absolute;
  top: 28%;
  left: 0;
  width: 48%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.mission-heading-circle {
  width: 10px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  margin: 10px 20px 0 50px;
}

.mission-heading {
  font-size: 2.25em;
  color: rgba(255, 255, 255, 0.9);
  font-family: 'Clash Display';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  text-align: left;
  padding: 10px 0;
}

.mission-para {
  position: absolute;
  top: 50%;
  padding: 0 50px;
  color: rgba(255, 255, 255, 0.9);
  font-family: "InterTight";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 1em;
}

.vision-heading {
  font-size: 2.25em;
  color: rgba(255, 255, 255, 0.9);
  font-family: 'Clash Display';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  text-align: right;
  padding: 10px 0;
}

.vision-card-head {
  position: absolute;
  top: 28%;
  right: 0;
  width: 48%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.vision-heading-circle {
  width: 10px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  margin: 10px 50px 0 20px;
}

/* About bottom content */

.bottom-section {
  background-image: url(../images/about-bottom-section.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: auto;
  padding: 50px 0;
  border-radius: 15px;
  /* margin-bottom: 90px;*/
}

.bottom-section-heading {
  text-align: left;
  font-size: 2.561em;
  font-family: 'Clash Display';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 10px;
}

.bottom-section-para {
  text-align: left;
  font-family: "InterTight";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 1em;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.95);
}

/***************************** About page end **********************************/




/***************************** Contact page start **********************************/
.contact-top {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: stretch;
}

.contact-for {
  width: 29.5%;
  height: auto;
  border-bottom-left-radius: 100px;
  border-top-left-radius: 100px;
  justify-content: center;
  display: flex;
  align-items: center;
  /*background: linear-gradient(to right, #eaf9ff, #edf8ff, #eaf5ff, #e2ecfe, #e0eaff, #e1eafe);*/
  background-color: #1e1f20;
  padding: 40px 0px;
}

.contact-for:nth-child(2) {
  width: 40.45%;
  border-radius: 0px;
  /* background: linear-gradient(to right, #e0e8fe, #dde1fd, #dddcfd, #e4e1fb, #eee7fb, #f2eefb, #f8f2fc);*/
  background: #062a42;
}

.contact-for:nth-child(3) {
  width: 29.5%;
  height: auto;
  border-radius: 0px;
  border-bottom-right-radius: 100px;
  border-top-right-radius: 100px;
  justify-content: center;
  display: flex;
  align-items: center;
  /*background: url(../images/contact-mailbg.jpg) no-repeat;
  background-size: 100% 100%;*/
  background-color: #1e1f20;
  padding: 40px 0px;
}

.contact-for p {
  color: rgba(255, 255, 255, 0.9);
}

.contact-icon {
  margin-right: 10px;
}

.contact-for:nth-child(2) p {
  text-align: center;
}

.contatc-loc {
  margin: 0.5em auto;
}

.contact-for:nth-child(2) div {
  text-align: center;
}

.enquiry-wrap {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: stretch;
  margin-top: 90px;
  align-items: center;
  margin-bottom: 90px;

}

.enquiry-img-section {
  width: 47%;
  position: relative;
  border-radius: 20px;
}

.enquiry-img-section img {
  border-radius: 20px;

}

.team-title-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}

.enquiry-title-out {
  width: auto;
  height: auto;
  background-color: #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 35px 35px 25px 35px;
}

.enquiry-title-top {
  font-size: 2.625em;
  line-height: 1;
  background: #0f1e63;
  background: linear-gradient(to right, #0f1e63 0%, #003366 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-family: 'Clash Display';
  text-align: center;
}

.enquiry-title-bottom {
  font-size: 2.625em;
  line-height: 1;
  /* background: #7b5eb4;
  background: linear-gradient(to right, #7b5eb4 0%, #b34edc 100%);
    background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;*/
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  font-family: 'Clash Display';
  text-align: center;
  color: #f77f0c;
}



.enquiry-home {
  width: 49%;
  height: auto;
}

.enquiry-home-title {
  width: 100%;
  height: auto;
  padding-bottom: 0.5em;
}

.title-enquiry {
  width: 100%;
  height: auto;
  font-size: 2.5em;
  color: #313131;
  font-family: 'Clash Display';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  line-height: 2;
}


.enquiry-form-outer {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
  padding-top: 1em;
}

.enquiry-form-outer .user-box {
  position: relative;
  margin-right: 2%;
  width: 49%;
  float: left;
  margin-bottom: 15px;
}

.enquiry-form-outer .user-box:nth-child(2n + 2) {
  margin-right: 0%;
}

.enquiry-form-outer .user-box input {
  width: 100%;
  padding: 0px 1em;
  font-size: 1em;
  color: #333;
  border: none;
  border: 1px solid #ccc;
  outline: none;
  background: #fff;
  border-radius: 15px;
  line-height: 55px;
}

.enquiry-form-outer .user-box input:focus~label,
.enquiry-form-outer .user-box input:valid~label {
  top: -7px;
  left: 0px;
  color: #666;
  font-size: 10px;
  background-color: #fff;
  padding: 0px 10px;
  line-height: 20px;
  border-radius: 5px;
  bottom: inherit;
}

.enquiry-form-outer .user-box label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0px 1em;
  font-size: 1em;
  color: #333;
  pointer-events: none;
  transition: 0.5s;
  bottom: 0;
  line-height: 55px;
  background-color: transparent;
}

.full-field {
  width: 100% !important;
  margin-right: 0% !important;
}

textarea:focus~.floating-label,
textarea:not(:placeholder-shown)~.floating-label,
input:not(:focus):valid~.floating-label {
  top: -7px;
  left: 0px;
  color: #666;
  font-size: 10px;
  background-color: #fff;
  padding: 0px 10px;
  line-height: 20px;
  border-radius: 5px;
  bottom: inherit;
}

.scheme-des textarea {
  width: 100%;
  height: 120px;
  resize: none;
  padding: 10px 20px 0 20px;
  border: 1px solid #ccc;
  font-size: 1em;
  color: #333;
  font-family: inherit;
  font-weight: normal;
  border-radius: 15px;
}

.floating-label {
  position: absolute;
  pointer-events: none;
  left: 20px;
  top: 10px;
  transition: 0.2s ease all;
  color: #999999;
  font-size: 1em;
}

/* active state */
.floating-input:focus~.bar:before,
.floating-input:focus~.bar:after,
.floating-select:focus~.bar:before,
.floating-select:focus~.bar:after {
  width: 50%;
}

/* highlighter */
.highlight {
  position: absolute;
  height: 50%;
  width: 100%;
  top: 15%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}

.submit-button {
  line-height: 1.7;
  color: #fff;
  text-transform: uppercase;
  font-family: "InterTight";
  font-weight: normal;
  font-size: 1.15em;
  cursor: pointer;
  transition: all 0.3s ease;
  background: #062a42;
  border-radius: 8px;
  padding: 0px 25px;
  line-height: 40px;
  display: flex;
  align-items: center;
  border: 1px solid #ccc;

}

.submit-button:hover {
  transform: scale(1);
}


/***************************** Contact page end **********************************/

/***************************** product start **********************************/
.product-container {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;

  flex-wrap: wrap;
  align-content: stretch;
}

.product-container:nth-child(2n+2) {
  direction: rtl;
}

.product-container:nth-child(2n+2) {
  margin-bottom: 80px;
}

.product-container:nth-last-child(1) {
  margin-bottom: 0px;
}

.product-container-pic {
  width: 53.25%;
  height: auto;
  -webkit-mask-image: url(../images/product-left-bg.png);
  -webkit-mask-size: 100% 100%;
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  position: relative;
  -webkit-mask-size: 100% 100%;
}

.product-title {
  text-align: left;
  font-size: 2.25em;
  font-family: 'Clash Display';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 10px;
}

.product-dtl {
  width: 45.5%;
  height: auto;
  direction: ltr;
  background: #062a42;
  padding: 2em 5%;
  border-radius: 15px;
  border-bottom-right-radius: 15px;
  border-top-right-radius: 15px;
}

.product-dtl p {
  color: rgba(255, 255, 255, 0.9);
}

.product-container:nth-child(2n+2) .product-dtl {
  border-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}

.product-container:nth-child(2n+2) .product-container-pic {
  -webkit-mask-image: url(../images/product-right-bg.png);
}



/*****************************product end **********************************/

/*****************************Gallery end **********************************/
.gallery-outer {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: stretch;
  /* margin-bottom: 90px;*/
}



.gallery-item {
  width: 32%;
  float: left;
  height: auto;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 2%;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.img-overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  opacity: 0;
}

.box-group:hover .img-overlay {
  opacity: 1 !important;
}

.img-overlay i {
  color: #fff;
  font-size: 2em;
}

.box-group {
  text-align: center;
  overflow: hidden;
  position: relative;
}

.box-group .icon img {
  height: auto !important;
  width: 70%;
}

.box-group img {
  max-width: 100%;
  max-height: 100%;
  transform: scale3d(1, 1, 1);
  transition: all 0.3s ease 0s;
  display: block;
  width: 100%;
  object-fit: cover;
  height: 444px;
}

.box-group:hover img {
  transform: scale3d(1.15, 1.15, 1);
}

.box-group .box-content {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  padding-top: 35%;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
  transition: all 0.3s ease 0s;
}

.box-group:hover .box-content {
  opacity: 1;
}

.box-group .box-content:before,
.box-group .box-content:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  bottom: 15px;
  right: 15px;
  opacity: 0;
  z-index: -1;
  transform: scale(1.5);
  transition: all 0.6s ease 0.2s;
}

.box-group .box-content:before {
  border-top: none;
  border-bottom: none;
  left: 30px;
  right: 30px;
}

.box-group .box-content:after {
  border-left: none;
  border-right: none;
  top: 30px;
  bottom: 30px;
}

.box-group:hover .box-content:before,
.box-group:hover .box-content:after {
  opacity: 1;
  transform: scale(1);
}

.box-group .content-inner {
  opacity: 0;
  transform: scale(0);
  transition: all 0.3s ease 0s;
}

.box-group:hover .content-inner {
  opacity: 1;
  transform: scale(1);
}

.box-group-icon {
  position: absolute;
  bottom: 0;
  left: 0px;
  color: rgba(255, 255, 255, 1) !important;
  font-size: 1.5em;
  font-family: inherit;
  width: 100%;
  text-align: left;
  z-index: 2;
  font-weight: 500;
  padding-left: 2%;
  padding-right: 2%;
  top: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

a:hover .box-group-icon {
  display: none !important;
}

.group-link {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.box-group .icon {
  list-style: none;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  opacity: 0;
  transition: all 0.5s ease 0s;
  bottom: 0;
  right: 0;
  margin: auto;
}

.box-group:hover .icon {
  left: 0px;
  opacity: 1;
  transition-delay: 0.3s;
}

.box-group .icon li {
  display: inline-block;
}

.box-group .icon li {
  width: 180px;
  height: 180px;
  line-height: 180px;
  background: #fff;
  font-size: 18px;
  color: #fff;
  transition: all 0.5s ease 0s;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*****************************Gallery end **********************************/

.banner-wrap {
  margin-top: 97px;
  padding: 0px 2%;
  position: relative;
}

.banner-slider .owl-dot.active:before {
  content: counter(slides-num) " / ";
  display: inline-block;
  vertical-align: middle;
  font-size: 1.6em;
  position: absolute;
  bottom: 0;
  font-family: 'PPPangaia';
  font-weight: 500;
  color: #847665;
}

.banner-slider .owl-dots:after {
  content: counter(slides-num);
  display: inline-block;
  font-size: 1.1em;
  vertical-align: middle;
  position: absolute;
  right: 47%;
  bottom: 0px;
  font-family: 'PPPangaia';
  font-weight: 500;
  color: #847665;
}

.banner-slider .owl-theme .owl-nav [class*=owl-]:hover {
  background: #fff !important;
}

.banner-slider .owl-dot {
  display: inline-block;
  counter-increment: slides-num;
}

.banner-slider .owl-dots {
  counter-reset: slides-num;
  position: absolute;
  bottom: 8px;
  left: 56%;
  transform: translate(-50%, 0%);
  margin-top: 15px;
  width: 70px;
  display: flex;
}

.banner-slider .owl-theme .owl-dots .owl-dot span {
  display: none;
}

.banner-slider .owl-theme .owl-nav [class*="owl-"] {
  position: relative !important;
  z-index: 999 !important;
}

.banner-slider .owl-theme .owl-nav [class*="owl-"] {
  background: transparent !important;
}

.banner-slider .owl-theme .owl-nav {
  margin-top: -40px !important;
  z-index: 99;
  position: relative;
}

.location {
  width: 100%;
  height: auto;
  margin-top: 90px;
  border-radius: 20px;
  overflow: hidden;
  background: #062a42;
  padding: 2em 2.5em;
}

#map {
  border-radius: 20px;
  overflow: hidden;
}



.apply-box {
  max-width: 600px;
  padding: 20px;
  background-color: #fff;
  margin: 0 auto;
  border-radius: 50px;
  box-shadow: 4px 3px 5px rgba(1, 1, 1, 0.1);
  margin-bottom: 50px;
}



.enquiry-form-outer .user-box {
  position: relative;
  margin-right: 2%;
  width: 49%;
  float: left;
  margin-bottom: 15px;
}

.enquiry-form-outer .user-box:nth-child(2n+2) {
  margin-right: 0%;
}


.enquiry-form-outer .user-box input {
  width: 100%;
  padding: 0px 1em;
  font-size: 1em;
  color: #333;
  border: 1px solid #ccc;
  outline: none;
  background: #fff;
  border-radius: 15px;
  line-height: 55px;
}

.enquiry-form-outer .user-box input:focus~label,
.enquiry-form-outer .user-box input:valid~label {
  top: -7px;
  left: 0px;
  color: #666;
  font-size: 10px;
  background-color: #fff;
  padding: 0px 10px;
  line-height: 20px;
  border-radius: 20px;
  bottom: inherit;
}

.enquiry-form-outer .user-box label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0px 1em;
  font-size: 16px;
  color: #333;
  pointer-events: none;
  transition: .5s;
  bottom: 0;
  line-height: 55px;
  background-color: transparent;
}

.full-field {
  width: 100% !important;
  margin-right: 0% !important;
}

textarea:focus~.floating-label,
textarea:not(:placeholder-shown)~.floating-label,
input:not(:focus):valid~.floating-label {
  top: -7px;
  left: 0px;
  color: #666;
  font-size: 10px;
  background-color: #fff;
  padding: 0px 10px;
  line-height: 20px;
  border-radius: 20px;
  bottom: inherit;
}

.scheme-des textarea {
  width: 100%;
  height: 125px;
  resize: none;
  padding: 10px 20px 0 20px;
  font-size: 1em;
  color: #333;
  font-family: inherit;
  font-weight: normal;
  border-radius: 20px;
}

.floating-label {
  position: absolute;
  pointer-events: none;
  left: 20px;
  top: 10px;
  transition: 0.2s ease all;
  color: #999999;
  font-size: 1em;
}




.floating-input,
.floating-select {
  width: 100%;
  padding: 0px 1em;
  font-size: 1em;
  color: #333;
  border: none;
  border: 1px solid #ccc;
  outline: none;
  background: #fff;
  border-radius: 15px;
  line-height: 55px;
  height: 55px;
}

.floating-input:focus,
.floating-select:focus {
  outline: none;
}


.floating-select:focus~label,
.floating-select:not([value=""]):valid~label {
  top: -7px;
  left: 0px;
  color: #666;
  font-size: 10px;
  background-color: #fff;
  padding: 0px 10px;
  line-height: 20px;
  border-radius: 20px;
  bottom: inherit;
}

/* active state */
.floating-input:focus~.bar:before,
.floating-input:focus~.bar:after,
.floating-select:focus~.bar:before,
.floating-select:focus~.bar:after {
  width: 50%;
}


/* highlighter */
.highlight {
  position: absolute;
  height: 50%;
  width: 100%;
  top: 15%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}

.founter-out {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 5%;
}

.founder-pic {
  width: 20%;
  height: auto;
  border-radius: 15px;
  overflow: hidden;
  /*border: 2px solid #f77f0c;*/
}

.founder-dtl {
  width: 80%;
  padding-left: 3.5%;
}

.founder-name {
  color: #fff;
}

.accessories-out {
  width: 100%;
  height: auto;
  padding-bottom: 55px;
  margin-bottom: 55px;
  border-bottom: 1px solid #ccc;

}

.accessories-title {
  text-align: left;
  font-size: 2.25em;
  font-family: 'Clash Display';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  color: rgba(0, 0, 0, 0.9);
  margin-bottom: 10px;
}

.access {
  background: transparent;
  padding-right: 0%;
}

.access p {
  color: #333;
}

.access p span {
  color: #f77f0c;
}

.access-bottom {
  width: 100%;
  height: auto;
  margin-top: 35px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: stretch;
}

.access-bottom-col2 {
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  max-width: 40%;
  justify-content: space-between;

}

.access-bottom-pic {
  width: auto;
  height: auto;
}

.access-sep {
  width: 1px;
  height: auto;
  background-color: #ccc;
}

.access-col3 {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: stretch;
}

.access-col-for {
  width: 32.5%;
  height: auto;
}

.access-col-for-pic {
  width: 100%;
  padding: 25px 0px;
  border: 1px solid #ccc;
  border-radius: 15px;
  margin-bottom: 1em;
  text-align: center;
}

.name-col3 {
  font-style: normal;
  font-display: swap;
  height: auto;
  font-size: 1em;
  color: #212121;
  line-height: 1.7;
  font-family: "InterTight";
  font-weight: normal;
  width: 100%;
  text-align: center;
}

.foldable-wraper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: stretch;
}

.access-fold {
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  max-width: 33%;
  justify-content: center;
  border: 1px solid #ccc;
  border-radius: 15px;
  margin: 0.25em 0em;
}

.access-fold:nth-last-child(-n+2) {
  max-width: 49.75%;
}

.accessories-out:nth-last-child(-n+2) {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.accessories-out:nth-last-child(2) {
  margin-bottom: 0;
}









@media (min-width: 1023px) and (max-width: 1279px) {

  body,
  li {
    font-size: 12px !important;
  }

  .d-container {
    width: 100%;
    padding-left: 4%;
    padding-right: 4%;
  }

  .whats-app {
    width: 40px;
    height: 40px;
    font-size: 1.25em;
  }

  #plus {
    width: 40px;
    /* height: 40px; */
    font-size: 1.25em;
  }

  /* Index page */

  .banner-slider .owl-dots {
    bottom: 12px;
    left: 60%;
  }

  .txt-content {
    top: 9%;
  }

  .software-para {
    padding: 1% 9%;
  }

  .server-title-outer {
    padding: 0px 10%;
  }

  .server-para {
    padding: 2% 10%;
    text-align: left;
  }

  .antivirus-card,
  .storage-card {
    top: 60%;
  }

  .antivirus-content {
    transform: translate(-50%, 46%);
  }

  .antivirus-title-top {
    font-size: 1.2em;
  }

  .antivirus-img1 {
    padding-right: 15px;
  }

  .antivirus-img1 img {
    width: 90px;
  }

  .antivirus-img2 {
    padding-left: 15px;
  }

  .antivirus-img2 img {
    width: 90px;
  }

  .storage-title-top {
    font-size: 1.375em;
    line-height: 1.1;
  }

  .software-bottom-for {
    left: 21%;
    bottom: 39px;
  }

  .right-grid,
  .left-grid {
    height: 361px;
  }

  .footer-address-container {
    padding: 25px 0 0 0;
  }

  .product-range .owl-theme .owl-nav .owl-next {
    right: -48px !important;
  }

  .product-range .owl-theme .owl-nav .owl-prev {
    left: -48px !important;
  }

  /* About Page */

  .mission-para {
    top: 47%;
    padding: 0 15px;
    font-size: 1em;
  }

  .about-header {
    width: 45%;
  }

  .about-intro {
    padding: 0;
  }

  /* Products Page */

  .access-bottom-col2 {
    max-width: 46%;
  }

  .product-dtl {
    padding: 2em 2%;
  }

}

@media (min-width: 1280px) and (max-width: 1359px) {

  body,
  li {
    font-size: 14px !important;
  }

  .d-container {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .testimonial-wraper .d-container,
  .top-wraper .d-container,
  .banner-caption .d-container {
    width: 100%;
    padding-left: 2%;
    padding-right: 2%;
  }

  .whats-app {
    width: 50px;
    height: 50px;
    font-size: 1.5em;
  }

  #plus {
    width: 50px;
    /* height: 50px; */
    font-size: 1.25em;
  }

  /* Index page */

  .antivirus-card,
  .storage-card {
    top: 48%;
  }

  .storage-title-top {
    font-size: 1.375em;
    line-height: 1.1;
  }

  .antivirus-img1 {
    padding-right: 15px;
  }

  .antivirus-content {
    transform: translate(-50%, 50%);
  }

  .antivirus-title-top {
    font-size: 1.3em;
  }

  .server-para {
    padding: 2% 14%;
    text-align: left;
  }

  .server-title-outer {
    padding: 0px 13%;
  }

  .service-bottom-sec {
    padding: 0 0 80px 0;
  }

  .banner-slider .owl-dots {
    bottom: 10px;
    left: 58%;
  }

  .product-range .owl-theme .owl-nav .owl-next {
    right: -60px !important;
  }

  .product-range .owl-theme .owl-nav .owl-prev {
    left: -60px !important;
  }

  /* About page */
  .about-header {
    width: 46%;
    transform: translate(-50%, -31%);
  }

  .mission-para {
    top: 47%;
  }


}

@media (min-width: 1360px) and (max-width: 1399px) {

  body,
  li {
    font-size: 14px !important;
  }

  .d-container {
    width: 100%;
    padding-left: 7%;
    padding-right: 7%;
  }

  .testimonial-wraper .d-container,
  .top-wraper .d-container,
  .banner-caption .d-container {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }

  .whats-app {
    width: 50px;
    height: 50px;
    font-size: 1.75em;
  }

  #plus {
    width: 50px;
    /* height: 50px; */
    font-size: 1.25em;
  }


  /* Index page */

  .banner-slider .owl-dots {
    bottom: 10px;
    left: 58%;
  }

  .antivirus-card,
  .storage-card {
    top: 48%;
  }

  .storage-title-top {
    font-size: 1.375em;
    line-height: 1.1;
  }

  .antivirus-img1 {
    padding-right: 15px;
  }

  .antivirus-img2 {
    padding-left: 15px;
  }

  .antivirus-content {
    transform: translate(-50%, 50%);
  }

  .antivirus-title-top {
    font-size: 1.3em;
  }

  .server-para {
    padding: 2% 14%;
    text-align: left;
  }

  .server-title-outer {
    padding: 0px 13%;
  }

  .service-bottom-sec {
    padding: 0 0 80px 0;
  }

  /* About page */
  .about-header {
    width: 45%;
    transform: translate(-50%, -29%);
  }

  .mission-para {
    top: 48%;
  }

}

@media (min-width: 1400px) and (max-width: 1441px) {
  body {
    font-size: 15px !important;
  }

  li {
    font-size: 15px !important;
  }

  .d-container {
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
  }

  .testimonial-wraper .d-container,
  .top-wraper .d-container,
  .banner-caption .d-container {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .whats-app {
    width: 50px;
    height: 50px;
    font-size: 1.75em;
  }

  #plus {
    width: 50px;
    /* height: 50px; */
    font-size: 1.25em;
  }

  /* Index page */

  .banner-slider .owl-dots {
    bottom: 10px;
    left: 58%;
  }

  .antivirus-card,
  .storage-card {
    top: 46%;
  }

  .storage-title-top {
    font-size: 1.25em;
    line-height: 1.1;
  }

  .antivirus-img1 {
    padding-right: 15px;
  }

  .antivirus-img2 {
    padding-left: 15px;
  }

  .antivirus-content {
    transform: translate(-50%, 50%);
  }

  .antivirus-title-top {
    font-size: 1.3em;
  }

  .server-para {
    padding: 2% 10%;
    text-align: left;
  }

  .server-title-outer {
    padding: 0px 9%;
  }

  .service-bottom-sec {
    padding: 0 0 80px 0;
  }

  .txt-content {
    top: 10%;
  }

  .software-para {
    font-size: 1em;
    padding: 1% 10%;
  }

  .aboutImg-txt {
    left: 4%;
    padding: 0px 15%;
  }

  .aboutImg-txt-title-top {
    font-size: 1.688em;
  }

  .aboutImg-txt-title {
    font-size: 1.688em;
  }

  .software-bottom-for {
    bottom: 70px;
  }

  /* About Page */

  .about-header {
    width: 45%;
  }

  .mission-para {
    top: 46%;
    line-height: 1.6;
    padding: 0 35px;
  }


}

@media (min-width: 1441px) and (max-width: 1599px) {

  li,
  body {
    font-size: 15px !important;
  }

  .d-container {
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
  }

  .testimonial-wraper .d-container,
  .top-wraper .d-container,
  .banner-caption .d-container {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .whats-app {
    width: 50px;
    height: 50px;
    font-size: 1.75em;
  }

  #plus {
    width: 50px;
    /* height: 50px; */
    font-size: 1.25em;
  }


  /* Index page */

  .antivirus-card,
  .storage-card {
    top: 48%;
  }


}

@media (min-width: 1600px) and (max-width: 1680px) {
  body {
    font-size: 15px !important;
  }

  li {
    font-size: 15px !important;
  }

  .d-container {
    width: 100%;
    padding-left: 12%;
    padding-right: 12%;
  }

  .testimonial-wraper .d-container,
  .top-wraper .d-container,
  .banner-caption .d-container {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .whats-app {
    width: 50px;
    height: 50px;
    font-size: 1.75em;
  }

  #plus {
    width: 50px;
    /* height: 50px; */
    font-size: 1.25em;
  }


  /* Index Page */

  .aboutImg-txt {
    left: 4%;
    padding: 0px 15%;
  }

  .server-title-outer {
    padding: 0px 12%;
  }

  .server-para {
    text-align: left;
    padding: 2% 13%;
  }

  .antivirus-card,
  .storage-card {
    top: 50%;
  }

  .antivirus-img1 {
    padding-right: 15px;
  }

  .antivirus-img2 {
    padding-left: 15px;
  }

  .antivirus-title-top {
    font-size: 1.3em;
  }

  .antivirus-content {
    transform: translate(-50%, 50%);
  }

  .service-bottom-sec {
    padding: 0 0 80px 0;
  }

  .storage-title-top {
    top: 16%;
    font-size: 1.25em;
    line-height: 1.1;
  }

}

@media (min-width: 1681px) {
  body {
    font-size: 15px !important;
  }

  .testi-moment {
    padding-left: 20%;
  }

  /* .antivirus-card {
    top: 49%;
  } */


}



@media (max-width: 992px) {
  .header-contact {
    display: none;
  }

  .submenu-indicator-chevron {
    border-color: transparent #fff #fff transparent !important;
  }

  .nav-dropdown {
    min-width: 100% !important;
  }

  .sexy-menu.detached {
    opacity: 1 !important;
    position: unset !important;
  }

  .navigation-portrait li {
    font-size: 18px !important;
  }

  .nav-brand img {
    display: flex;
    align-items: center;
  }

  .hide-menu {
    display: block;
  }

  .navigation {
    justify-content: center;
  }

  .hide-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 99999;
    padding: 15px 10px;
    display: flex;
    justify-content: space-evenly;
  }

  .hide-menu a {
    width: 25%;
    line-height: 1;
    font-size: 1em;
    display: inline-block;
    float: left;
    text-align: center;
    font-weight: normal;
    font-family: "OpenSans";
    text-transform: capitalize;
  }

  .hide-menu a i {
    display: block;
    justify-content: center;
    background: #062a42;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* margin: 0 auto 10px; */
    font-size: 1.6em;
  }

  .sexy-menu.detached {
    position: fixed !important;
    bottom: 0px !important;
    top: inherit !important;
    /* height: 100vh; */
    background-color: transparent !important;
    backdrop-filter: unset !important;
  }

  #button.show {
    display: none;
  }

  .logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  .desk-view {
    display: none !important;
  }

  .mob-view {
    display: block !important;
  }

  .nav-menu>li>a {
    color: #fff !important;
  }

  .nav-toggle,
  .navigation-hidden .nav-header {
    display: block !important;
  }

  .hide-menu img {
    display: block;
    justify-content: center;
    margin: 0 auto;
    width: 38px;
  }

  .sexy-menu.detached .header-phone a {
    margin: 12px 20px !important;
  }

  .whatsapp-icon {
    filter: brightness(0) invert(1);
  }

  /* #plus {
    width: 45px;
  }

  .whats-app {
    width: 45px;
  } */



  /* Index page */

  .banner-wrap {
    margin-top: 70px;
  }

  .banner-mid-caption {
    display: none;
  }

  .banner-caption-container {
    flex-direction: column;
  }

  .banner-left-caption {
    width: 100%;
    height: auto;
    margin-top: 18%;
    padding-bottom: 16%;
  }

  .banner-left-caption-inner {
    width: 100%;
  }

  .banner-left-caption-inner a {
    display: flex;
    justify-content: center;
  }

  .banner-btn {
    margin-top: 2%;
  }

  .banner-left-caption-mid {
    font-size: 2em;
    text-align: center;
    margin: 10px 0;
  }

  .banner-left-caption-mid br {
    display: none;
  }

  .banner-left-caption-top {
    font-size: 1.5em;
    text-align: center;
  }

  .banner-head2 br {
    display: none;
  }


  .banner-left-caption p br {
    display: none;
  }

  .banner-left-caption-inner ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }

  .banner-left-caption-inner ul li {
    width: 15%;
  }

  .banner-left-caption-inner ul li img {
    max-width: 40px;
  }

  .cap-large {
    letter-spacing: 0px;
  }

  .view-all {
    text-align: center;
    float: none;
    font-size: 1em;
    margin-top: 0;
    width: 100%;
  }

  .about-content {
    gap: 30px;
    flex-direction: column;
  }

  .about-img {
    width: 100%;
    left: 0%;
  }

  .about-txt {
    width: 100%;
    text-align: center;
  }

  .aboutImg-txt {
    padding: 0px 18%;
    left: 2%;
  }

  .aboutImg-txt-title-top {
    font-size: 1.25em;
  }

  .aboutImg-txt-title {
    font-size: 1.25em;
  }


  .main-wrap {
    padding-top: 60px;
  }

  .service {
    margin-top: 60px;
  }

  .tech-section {
    display: unset;
  }

  .software-title-top {
    font-size: 1.5em;
    padding-top: 0%;
  }

  .txt-content {
    position: inherit;
    top: 0%;
    background-color: #fff;
    border-radius: 30px;
    padding: 20px 0;
  }

  .software-para {
    padding: 1% 5%;
    letter-spacing: 1px;
    line-height: 1.5;
  }

  .software-card-left {
    display: none;
  }

  .software-bottom-for {
    position: inherit;
    left: 0%;
    bottom: 0px;
    display: flex;
    flex-direction: row;
    margin: 10px 0;
  }

  .antivirus-card {
    position: inherit;
    top: 0;
    left: 0;
    background-color: #f77f0c;
    border-radius: 15px;
    padding: 35px 20px;
  }

  .antivirus-bg {
    display: none;
  }

  .antivirus-content {
    position: inherit;
    top: 0;
    left: 0%;
    transform: translate(0%, 0%);
  }

  .software-bottom-con {
    gap: 5px;
  }

  .windows-txt {
    font-size: 1em;
    width: 100%;
  }

  .left-grid {
    display: unset;
    grid-template-rows: 2fr 1fr;
    justify-content: end;
    height: 560px;
    position: relative;
  }

  .windows-icon {
    margin-right: 0px;
    width: 30%;
  }


  .server-card-right {
    display: none;
  }

  .right-grid {
    display: unset;
    margin-top: 1em;
  }

  .storage-card {
    position: inherit;
    top: 0%;
    right: 0%;
  }

  .right-grid .txt-content {
    background-color: transparent;
  }

  .server-title-outer {
    padding: 0px 0%;
    flex-direction: column;
  }

  .server-title-top {
    text-align: center;
  }

  .server-title-top br {
    display: none;
  }

  .server-title-bottom {
    text-align: center;
    margin-top: 10px;
    font-size: 3.25em;
  }

  .server-para {
    padding: 2% 0%;
  }


  .service-bottom-sec {
    justify-content: center;
    padding: 50px 0;
    /* flex-direction: column; */
    flex-wrap: wrap;
    gap: 50px;
  }

  .service-bottom-box {
    width: 43%;
    border-right: none;
  }

  .footer-call {
    display: none;
  }

  .footer-outer {
    top: 0;
    position: inherit;
  }

  .icon-f {
    width: 100%;
  }

  .icon-f p br {
    display: none;
  }

  .footer-links {
    display: none;
  }

  .footer-bottom-container {
    display: flex;
    justify-content: space-between;
    gap: 10px;
  }

  .footer-address {
    width: 100%;
    display: none;
  }

  .footer-logo {
    width: 100%;
    text-align: center;
  }

  .btm-link {
    width: 100%;
    display: none;
  }

  .btm-link:last-child {
    display: block;
  }

  .footer-social-links ul {
    display: flex;
    justify-content: center;
    gap: 30px;
  }

  .drag-btn {
    display: none;
  }

  .footer-social-links ul li a {
    font-size: 1.5em;
  }


  /* About Page */

  .about-banner-wraper {
    margin-top: 17%;
  }

  .about-header {
    width: 100%;
    position: inherit;
    left: 0%;
    transform: translate(-0%, -0%);
  }

  .mission-vision-section {
    margin-top: 0;
  }

  .about-intro {
    padding: 0;
  }

  .mission-vision {
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
  }

  .about-card-left {
    width: 100%;
    background-color: #0b456b;
    border-radius: 10px;
    padding: 20px 0;
  }

  .mission_card-bg {
    display: none;
  }

  .about-card-right {
    width: 100%;
    background-color: #f77f0c;
    border-radius: 10px;
    padding: 20px 0;
  }

  .vision_card-bg {
    display: none;
  }

  .mission-card-icon {
    position: inherit;
    top: 0%;
    left: 0%;
    text-align: center;
  }

  .mission-card-head {
    position: inherit;
    top: 0%;
    left: 0%;
    width: 100%;
    justify-content: center;
    margin: 10px 0;
  }

  .mission-heading-circle {
    display: none;
  }

  .mission-para {
    position: inherit;
    top: 0%;
    padding: 0 15px;
    text-align: center;
  }

  .vision-card-icon {
    position: inherit;
    top: 0%;
    right: 0%;
    text-align: center;
  }

  .vision-card-head {
    position: inherit;
    top: 0%;
    right: 0%;
    width: 100%;
    justify-content: center;
    margin: 10px 0;
  }

  .vision-heading-circle {
    display: none;
  }

  .founter-out {
    flex-direction: column;
  }

  .founder-pic {
    width: 50%;
  }

  .founder-dtl {
    width: 100%;
    padding-left: 0%;
  }

  .section-head {
    text-align: center;
    margin-top: 20px;
  }

  .bottom-section-heading {
    font-size: 2.561em;
    text-align: center;
    line-height: 1.1;
    margin-top: 10px;
  }

  .bottom-section-para {
    text-align: center;
    letter-spacing: 0px;
  }

  .main-wraper {
    padding-top: 30px;
  }

  /* .logo-item {
    padding: 10px 60px !important;
  } */


  /* Products page */

  .product-container {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 50px;
  }

  .product-container:nth-child(2n+2) {
    margin-bottom: 50px;
  }

  .product-container-pic {
    width: 100%;
    -webkit-mask-image: none
  }

  .product-dtl {
    width: 100%;
  }

  .product-head .product-dtl {
    text-align: center;
  }

  .product-container:nth-child(2n+2) .product-container-pic {
    -webkit-mask-image: none
  }

  .product-title {
    text-align: center;
  }


  /* Accessories */

  .access-bottom {
    flex-direction: column;
  }

  .access-bottom-col2 {
    max-width: 100%;
    flex-direction: column;
  }

  .access-col3 {
    flex-direction: column;
  }

  .access-col-for {
    width: 100%;
  }

  .access-fold {
    max-width: 100%;
    flex-direction: column;
  }

  .access-fold:nth-last-child(-n+2) {
    max-width: 100%;
  }

  /* .accessories-out{
    margin-bottom: 0;
     padding-bottom: 0; 
  } */

  .accessories-out:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  /* Gallery */

  .gallery-item {
    width: 49%;
  }

  .box-group img {
    height: auto;
  }


  /* Contact */

  .contact-for {
    width: 100%;
    border-bottom-left-radius: 0;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    padding: 25px 0px;
  }

  .contact-for:nth-child(2) {
    width: 100%;
  }

  .contact-for:nth-child(3) {
    width: 100%;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    padding: 25px 0px;
  }

  .contact-top {
    gap: 3px;
  }

  .team-title-wrap {
    display: none;
  }

  .enquiry-home {
    width: 100%;
  }

  .enquiry-img-section {
    width: 100%;
    display: none;
  }

  .location {
    padding: 1em;
  }

  .about-carousel {
    padding: 25px 0;
  }

  .storage-title-top br {
    display: none;
  }

  .storage-title-top {
    top: 20%;
    font-size: 1.5em;
    line-height: 1.2;
  }


  .smooth-scroll-wrapper {
    position: inherit;
    will-change: unset;
    transform: none !important;
  }

  .server-card .txt-content {
    padding: 60px 0 0px 0;
  }

  .footer-wraper {
    padding-bottom: 52px;
  }

}






@media (max-width: 420px) {
    .aboutImg-txt-title-bottom{ font-size:1.1em}

  body,
  li {
    font-size: 14px !important;
  }

  .d-container {
    padding-left: 3% !important;
    padding-right: 3% !important;
  }

  .footer-address-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .footer-address:nth-child(3) {
    display: none;
  }

  .package-content {
    float: none;
    width: 100%;
    top: 60px;
  }

  .owl-controls {
    display: none;
  }

  .nav-brand img {
    width: 130px;
    margin: 0 auto;
  }

  .carousel-indicators {
    display: none !important;
  }

  #popUp {
    width: 330px;
    padding: 6% 5% 2%;
    bottom: 14%;
  }

  .form-group {
    margin-bottom: 7px;
  }

  /* .side-form input[type="text"],
    .side-form textarea {
      padding: 12px 13px;
    } */

  .side-form-title {
    font-size: 1.2em;
    margin-bottom: 10px;
    line-height: 18px;
  }

  .hero-text-area {
    font-size: 10px;
  }


  #plus {
    /* height: 65px; */
    /* font-size: 2em; */
    width: 45px;
  }

  .whats-app {
    width: 45px;
  }

  /* Index Page */

  .copy-right span {
    display: none;
  }

  .software-para {
    padding: 1% 3%;
    letter-spacing: 0px;
  }

  .antivirus-title-top {
    font-size: 1.3em;
  }

  .enquiry-form-outer .user-box {
    width: 100%;
  }

  .bottom-section-heading {
    font-size: 2em;
  }

  .service-bottom-box {
    width: 40%;
  }

  .about-heading {
    font-size: 2.2em;
  }

  .product-title,
  .accessories-title {
    font-size: 2em;
  }

  .box-group img {
    height: auto;
  }

  /* Gallery */

  .gallery-item {
    width: 100%;
  }

  .box-group img {
    height: auto;
  }

  .about-carousel-subhead {
    font-size: 1.5em;
  }

  .about-carousel-mainhead {
    font-size: 2.5em;
  }

}

@media (min-width: 421px) and (max-width: 460px) {
     .aboutImg-txt-title-bottom{ font-size:1.15em}

  body,
  li {
    font-size: 14px !important;
  }

  .d-container {
    padding-left: 3%;
    padding-right: 3%;
  }

  /* index Page */
  .copy-right span {
    display: none;
  }

  .storage-title-top {
    top: 18%;
    line-height: 1.2;
  }

  .antivirus-img1 {
    text-align: right;
    padding-right: 30px;
  }

  .antivirus-img2 {
    text-align: left;
    padding-left: 30px;
  }

  .enquiry-form-outer .user-box {
    width: 100%;
  }
}

@media (min-width: 461px) and (max-width: 560px) {
     .aboutImg-txt-title-bottom{ font-size:1.2em}

  body,
  li {
    font-size: 14px !important;
  }

  .d-container {
    padding-left: 3%;
    padding-right: 3%;
  }

  /* Index Page */

  .footer-bottom-container {
    justify-content: space-between;
  }

  .storage-title-top {
    top: 20%;
    font-size: 2em;
    line-height: 1.1;
  }

  .antivirus-title-top {
    font-size: 1.5em;
  }

  .aboutImg-txt {
    left: 3%;
  }

  .aboutImg-txt-title-top {
    font-size: 1.5em;
  }

  .aboutImg-txt-title {
    font-size: 1.5em;
  }

  .antivirus-img1 {
    text-align: right;
    padding-right: 40px;
  }

  .antivirus-img2 {
    text-align: left;
    padding-left: 40px;
  }

  .software-bottom-con {
    width: 22%;
  }

  .windows-icon {
    width: 25%;
  }

  .windows-txt {
    font-size: 1.2em;
  }


}

@media (min-width: 561px) and (max-width: 680px) {
     .aboutImg-txt-title-bottom{ font-size:1.25em}

  body,
  li {
    font-size: 14px !important;
  }

  .d-container {
    padding-left: 3%;
    padding-right: 3%;
  }

  /* Index page */

  .service-bottom-sec {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 35px;
  }

  .service-bottom-box {
    width: 47%;
  }

  .storage-title-top {
    top: 20%;
    font-size: 2em;
    line-height: 1.1;
  }

  .server-para {
    padding: 2%;
  }

  .antivirus-title-top {
    font-size: 1.5em;
  }

  .antivirus-bottom-con {
    margin-top: 20px;
    justify-content: center;
  }

  .antivirus-img1 {
    width: 40%;
    text-align: right;
    padding-right: 35px;
  }

  .antivirus-img2 {
    width: 40%;
    text-align: left;
    padding-left: 35px;
  }

  .software-bottom-con {
    width: 20%;
  }

  .windows-icon {
    width: 25%;
  }

  .windows-txt {
    font-size: 1.2em;
  }

  .aboutImg-txt-title-top {
    font-size: 2em;
  }

  .aboutImg-txt-title {
    font-size: 2em;
  }

  .about-para {
    font-size: 1.1em;
  }

  .software-title-top {
    font-size: 2em;
  }

  .aboutImg-txt {
    left: 3%;
  }


  /* Contact */

  .enquiry-home-title p {
    font-size: 1.5em;
  }

  .contact-for {
    font-size: 1.2em;
  }

}

@media (min-width: 681px) and (max-width: 768px) {
    .aboutImg-txt-title-bottom{ font-size:1.35em}

  body,
  li {
    font-size: 14px !important;
  }

  .d-container {
    padding-left: 3%;
    padding-right: 3%;
  }

  /* Index page */

  .footer-social-links ul li a {
    font-size: 2em;
  }

  .footer-social-links ul {
    justify-content: center;
    gap: 50px;
  }

  .footer-bottom-container {
    justify-content: space-between;
  }

  .aboutImg-txt-title-top {
    font-size: 2em;
  }

  .aboutImg-txt-title {
    font-size: 2em;
  }

  .aboutImg-txt {
    left: 3%;
  }

  .software-title-top {
    font-size: 2.5em;
  }

  .software-para {
    padding: 1% 8%;
  }

  .software-bottom-con {
    width: 20%;
  }

  .windows-icon {
    width: 25%;
  }

  .windows-txt {
    font-size: 1.2em;
  }

  .antivirus-title-top {
    font-size: 1.5em;
  }

  .antivirus-bottom-con {
    margin-top: 20px;
    justify-content: center;
  }

  .antivirus-img1 {
    width: 40%;
    text-align: right;
    padding-right: 35px;
  }

  .antivirus-img2 {
    width: 40%;
    text-align: left;
    padding-left: 35px;
  }

  .server-para {
    padding: 2% 8%;
  }

  .storage-title-top {
    top: 20%;
    font-size: 2.5em;
    line-height: 1.1;
  }

  .service-bottom-sec {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 35px;
  }

  .service-bottom-box {
    width: 47%;
  }

  /* products page */

  .product-dtl p {
    font-size: 1.1em;
  }

  /* Contact */

  .enquiry-home-title p {
    font-size: 1.5em;
  }

  .contact-for {
    font-size: 1.2em;
  }

}