@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poiret+One&display=swap");
@font-face {
}

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

html ::-webkit-scrollbar,
body ::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

html ::-webkit-scrollbar-button,
body ::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}

html ::-webkit-scrollbar-thumb,
body ::-webkit-scrollbar-thumb {
  background: #f7845b;
  border: 0px none #ffffff;
  border-radius: 50px;
}

html ::-webkit-scrollbar-thumb:hover,
body ::-webkit-scrollbar-thumb:hover {
  background: #e27855;
}

html ::-webkit-scrollbar-thumb:active,
body ::-webkit-scrollbar-thumb:active {
  background: #d38369;
}

html ::-webkit-scrollbar-track,
body ::-webkit-scrollbar-track {
  background: #036079;
  border: 0px none #ffffff;
  border-radius: 100px;
}

html ::-webkit-scrollbar-track:hover,
body ::-webkit-scrollbar-track:hover {
  background: #00495c;
}

html ::-webkit-scrollbar-track:active,
body ::-webkit-scrollbar-track:active {
  background: #013846;
}

html ::-webkit-scrollbar-corner,
body ::-webkit-scrollbar-corner {
  background: transparent;
}

body {
  color: white;
  font-size: 1.5rem;
  font-weight: 300;
}

body,
h1,
h2 {
  font-family: "Montserrat", sans-serif;
}

.navbar-text,
.nav-links-text,
.hamburger-links,
.features-links-title,
#mail span,
#phNo span,
#officeMain span,
#officeSec span,
.footer-title,
.rights,
.developedBy {
  font-family: "Poiret One", cursive;
  font-size: 1.7rem;
  font-weight: 600;
}

.overflow-toggle {
  overflow: hidden;
}

.opacity-navbar-text-toggle {
  opacity: 1 !important;
}

.sticky-toggle {
  position: fixed;
  top: -100%;
  width: 100%;
}

.sticky-fixed-toggle {
  position: fixed;
  top: 0px;
}

.hamburger-bg-toggle {
  background: #232323;
}

.preload {
  position: fixed;
  z-index: 10;
  background: white;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.preload .logo {
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-45%, -50%);
          transform: translate(-45%, -50%);
  width: 200px;
  height: 500px;
}

.preload .preloaderHeading {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 10px;
  margin: 0;
  width: auto;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #232323;
  pointer-events: none;
}

.preload-finish {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.header-section {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: 100vh;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.header-section .video-bg {
  position: fixed;
  top: 0;
  z-index: -1;
  background-color: black;
}

.header-section .video-bg video {
  display: block;
  min-width: 100vw;
  min-height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  opacity: 0.6;
}

.header-section .poster-bg-mobile {
  display: none;
  position: fixed;
  top: 0;
  z-index: -1;
  background-color: black;
}

.header-section .poster-bg-mobile img {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  -o-object-fit: cover;
     object-fit: cover;
  min-width: 100%;
  height: 100vh;
  opacity: 0.7;
}

.header-section .navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 50px;
  font-weight: 900;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 5;
}

.header-section .navbar-nav .logo {
  z-index: 3;
}

.header-section .navbar-nav .logo:hover img {
  opacity: 0.7;
}

.header-section .navbar-nav .logo img {
  width: 70px;
  height: 70px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.header-section .navbar-nav .navbar-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

.header-section .navbar-nav .navbar-menu .navbar-links {
  font-size: 1.3rem;
  margin-right: 50px;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

.header-section .navbar-nav .navbar-menu .navbar-links .navbar-text {
  text-decoration: none;
  color: #ececec;
  cursor: pointer;
  opacity: 0.5;
  text-transform: uppercase;
  font-size: 1.5rem;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.header-section .navbar-nav .navbar-menu .navbar-links .navbar-text:hover {
  color: #ff0080;
  opacity: 1;
}

.header-section .navbar-nav .navbar-menu .navbar-links .navbar-animatedBorder {
  background: white;
  position: relative;
  display: block;
  width: 100%;
  height: 1.5px;
  margin-top: 5px;
  opacity: 0.5;
}

.header-section .navbar-nav .navbar-menu .hamburger {
  z-index: 3;
  display: inline-block;
  margin: auto 0;
  padding: 10px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  outline: 0;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header-section .navbar-nav .navbar-menu .hamburger .bar1,
.header-section .navbar-nav .navbar-menu .hamburger .bar2,
.header-section .navbar-nav .navbar-menu .hamburger .bar3 {
  width: 30px;
  height: 3px;
  margin: 5px 0;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header-section .navbar-nav .navbar-menu .hamburger:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.header-section .navbar-nav .navbar-menu .hamburger-toggle .bar1 {
  background: #232323;
  -webkit-transform: rotate(-45deg) translate(-5px, 12px);
          transform: rotate(-45deg) translate(-5px, 12px);
  margin-right: 8px;
}

.header-section .navbar-nav .navbar-menu .hamburger-toggle .bar2 {
  opacity: 0;
}

.header-section .navbar-nav .navbar-menu .hamburger-toggle .bar3 {
  background: #232323;
  -webkit-transform: rotate(45deg) translate(1px, -6px);
          transform: rotate(45deg) translate(1px, -6px);
  margin-right: 8px;
}

.header-section .hamburger-nav {
  display: -ms-grid;
  display: grid;
  position: fixed;
  background: white;
  top: 0;
  right: -100%;
  z-index: 2;
  width: 100%;
  min-height: 100vh;
  padding: 120px;
  font-weight: 500;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.header-section .hamburger-nav .hamburger-menu {
  top: 30px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (350px)[auto-fill];
      grid-template-columns: repeat(auto-fill, 350px);
  grid-row: auto;
  grid-gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  list-style: none;
}

.header-section .hamburger-nav .hamburger-menu .hamburger-links {
  text-align: center;
  font-size: 1.7rem;
  padding: 20px;
  color: black;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-section .hamburger-nav .hamburger-menu .hamburger-links:hover {
  color: #ff0080;
}

.header-section .hamburger-nav-toggle {
  right: 0 !important;
  -webkit-transition: right 0.6s ease;
  transition: right 0.6s ease;
}

.header-section .nav-links-desc {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: white;
  font-family: "Montserrat", sans-serif;
}

.header-section .nav-links-desc .nav-links-text {
  display: block;
  font-size: 2.2rem;
  margin-bottom: 20px;
}

.header-section .scroll-down a {
  padding-top: 50px;
}

.header-section .scroll-down a span {
  z-index: 5;
  position: absolute;
  bottom: 120px;
  left: 50%;
  width: 50px;
  height: 50px;
  border-left: 2.5px solid #fff;
  border-bottom: 2.5px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-animation: scrollAnim 1.5s infinite;
          animation: scrollAnim 1.5s infinite;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.features-section {
  position: relative;
  min-height: auto;
}

.features-section .features {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (auto)[2];
      grid-template-columns: repeat(2, auto);
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  grid-row-gap: 0px;
  width: 100%;
  height: 100%;
  margin: 0;
  border-bottom: 0.125px solid rgba(255, 255, 255, 0.5);
  -webkit-transition: 3s ease;
  transition: 3s ease;
}

.features-section .features .features-links {
  display: block;
  padding: 100px;
  text-align: left;
  color: white;
  text-decoration: none;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.features-section .features .features-links .features-links-title {
  display: inline-block;
  font-size: 2rem;
  font-weight: 600;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.features-section .features .features-links .features-links-text {
  display: block;
  opacity: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  margin-top: 30px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.features-section .features .features-links:hover {
  background-color: rgba(0, 0, 0, 0.479);
}

.features-section .features .features-links:hover > .features-links-title {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}

.features-section .features .features-links:hover > .features-links-text {
  opacity: 1;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}

.features-section .features .features-links {
  border-right: 0.25px solid rgba(255, 255, 255, 0.5);
  border-top: 0.125px solid rgba(255, 255, 255, 0.5);
}

.features-section .features .features-links:nth-child(2),
.features-section .features .features-links:nth-child(4) {
  border-right: none;
}

.features-section .features .features-links:nth-child(5) {
  border-top: none;
}

.features-section .features .features-links:nth-child(3),
.features-section .features .features-links:nth-child(4) {
  border-bottom: 0.125px solid rgba(255, 255, 255, 0.5);
}

.footer,
.footer-mobile {
  position: relative;
  background: #232323;
  padding: 50px;
}

.footer .footer-content,
.footer-mobile .footer-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 200px (1fr)[3];
      grid-template-columns: 200px repeat(3, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.footer .footer-content .logo,
.footer-mobile .footer-content .logo {
  width: 100px;
  height: 100px;
}

.footer .footer-content .logo img,
.footer-mobile .footer-content .logo img {
  width: 100px;
  height: 100px;
}

.footer .footer-content .footer-links .footer-title,
.footer-mobile .footer-content .footer-links .footer-title {
  display: block;
  color: white;
  font-size: 1.7rem;
  font-weight: 600;
  margin-bottom: 20px;
}

.footer .footer-content .footer-links a,
.footer-mobile .footer-content .footer-links a {
  display: block;
  color: white;
  text-decoration: none;
  font-size: 1.3rem;
  margin-bottom: 15px;
  font-weight: 300;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.footer .footer-content .footer-links a:hover,
.footer-mobile .footer-content .footer-links a:hover {
  opacity: 0.6;
  color: #ff0080;
}

.footer .footer-content .footer-links .social,
.footer-mobile .footer-content .footer-links .social {
  margin: 20px auto;
}

.footer .footer-content .footer-links .social a,
.footer-mobile .footer-content .footer-links .social a {
  display: inline;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.footer .footer-content .footer-links .social a i,
.footer .footer-content .footer-links .social a svg,
.footer-mobile .footer-content .footer-links .social a i,
.footer-mobile .footer-content .footer-links .social a svg {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.footer .footer-content .footer-links .social a:hover,
.footer-mobile .footer-content .footer-links .social a:hover {
  opacity: 0.6;
}

.footer .footer-content .footer-links .social a:hover i,
.footer .footer-content .footer-links .social a:hover svg,
.footer-mobile .footer-content .footer-links .social a:hover i,
.footer-mobile .footer-content .footer-links .social a:hover svg {
  color: #ff0080;
}

.footer .footer-content .footer-links .social .social-contact,
.footer-mobile .footer-content .footer-links .social .social-contact {
  color: white;
  font-size: 1.5rem;
  margin: auto 30px;
}

.footer .footer-content .footer-links .social .social-contact-fb,
.footer-mobile .footer-content .footer-links .social .social-contact-fb {
  margin-left: 0;
}

.footer .footer-content .footer-links #phNo,
.footer .footer-content .footer-links #officeMain,
.footer .footer-content .footer-links #officeSec,
.footer-mobile .footer-content .footer-links #phNo,
.footer-mobile .footer-content .footer-links #officeMain,
.footer-mobile .footer-content .footer-links #officeSec {
  display: block;
  color: white;
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.footer .footer-content .footer-links #mail span,
.footer .footer-content .footer-links #phNo span,
.footer .footer-content .footer-links #officeMain span,
.footer .footer-content .footer-links #officeSec span,
.footer-mobile .footer-content .footer-links #mail span,
.footer-mobile .footer-content .footer-links #phNo span,
.footer-mobile .footer-content .footer-links #officeMain span,
.footer-mobile .footer-content .footer-links #officeSec span {
  font-size: 1.5rem;
  display: block;
}

.footer .footer-content .rights,
.footer-mobile .footer-content .rights {
  -ms-grid-row: 2;
  grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  color: white;
  font-size: 1.2rem;
  font-weight: 600;
}

.footer .footer-content .iconsAttribute a,
.footer-mobile .footer-content .iconsAttribute a {
  font-size: 1.4rem;
  -ms-grid-row: 2;
  grid-row: 2;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
  font-weight: 400;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  color: white;
  font-family: "Poiret One";
  font-weight: 700;
}

.footer .footer-content .iconsAttribute a:hover,
.footer-mobile .footer-content .iconsAttribute a:hover {
  color: #ff0080;
  opacity: 0.7;
}

.footer .footer-content .developedBy,
.footer-mobile .footer-content .developedBy {
  -ms-grid-row: 2;
  grid-row: 2;
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
  grid-column: 4/5;
}

.footer .footer-content .developedBy span,
.footer-mobile .footer-content .developedBy span {
  color: white;
  font-size: 1.3rem;
  font-weight: 600;
}

.footer .footer-content .developedBy a,
.footer-mobile .footer-content .developedBy a {
  color: white;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: 600;
}

.footer .footer-content .developedBy a:hover,
.footer-mobile .footer-content .developedBy a:hover {
  color: #ff0080;
  opacity: 0.7;
}

.footer-mobile {
  display: none;
  height: auto;
}

.contact-section {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  padding: 10% 10%;
  height: auto;
  min-height: 110vh;
}

.contact-section .contact-desc .enquiry {
  margin-bottom: 40px;
}

.contact-section .contact-desc .enquiry span {
  display: inline-block;
}

.contact-section .contact-desc .contact-details h2 {
  margin-bottom: 10px;
}

.contact-section .contact-desc .contact-details #mail,
.contact-section .contact-desc .contact-details #phNo,
.contact-section .contact-desc .contact-details #officeMain,
.contact-section .contact-desc .contact-details #officeSec {
  margin-bottom: 40px;
}

.contact-section .contact-desc .contact-details #mail span,
.contact-section .contact-desc .contact-details #phNo span,
.contact-section .contact-desc .contact-details #officeMain span,
.contact-section .contact-desc .contact-details #officeSec span {
  display: block;
}

.contact-section .contact-desc .contact-details .social {
  margin-top: 10px;
}

.contact-section .contact-desc .contact-details .social a {
  text-decoration: none;
  color: white;
  font-size: 2rem;
  padding: 5px 10px;
  margin-right: 50px;
  border-radius: 2px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.contact-section .contact-desc .contact-details .social a:hover {
  opacity: 0.6;
  color: #ff0080;
}

.contact-section .contact-form {
  padding-left: 50px;
}

.contact-section .contact-form .enquiry-mobile {
  display: none;
}

.contact-section .contact-form #form {
  min-width: 500px;
}

.contact-section .contact-form #form .form-name-desc,
.contact-section .contact-form #form .form-number-desc,
.contact-section .contact-form #form .form-email-desc,
.contact-section .contact-form #form .form-message-desc {
  height: 40px;
  width: 100%;
  position: relative;
  margin-bottom: 80px;
}

.contact-section .contact-form #form .form-name-desc input,
.contact-section .contact-form #form .form-number-desc input,
.contact-section .contact-form #form .form-email-desc input,
.contact-section .contact-form #form .form-message-desc input {
  background: none;
  color: white;
  height: 100%;
  width: 100%;
  border: none;
  border-bottom: 1px solid silver;
  font-size: 1.7rem;
  outline: none;
}

.contact-section .contact-form #form .form-name-desc #number::-webkit-outer-spin-button,
.contact-section .contact-form #form .form-name-desc #number::-webkit-inner-spin-button,
.contact-section .contact-form #form .form-number-desc #number::-webkit-outer-spin-button,
.contact-section .contact-form #form .form-number-desc #number::-webkit-inner-spin-button,
.contact-section .contact-form #form .form-email-desc #number::-webkit-outer-spin-button,
.contact-section .contact-form #form .form-email-desc #number::-webkit-inner-spin-button,
.contact-section .contact-form #form .form-message-desc #number::-webkit-outer-spin-button,
.contact-section .contact-form #form .form-message-desc #number::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.contact-section .contact-form #form .form-name-desc input[type="number"],
.contact-section .contact-form #form .form-number-desc input[type="number"],
.contact-section .contact-form #form .form-email-desc input[type="number"],
.contact-section .contact-form #form .form-message-desc input[type="number"] {
  -moz-appearance: textfield;
}

.contact-section .contact-form #form .form-name-desc #name:focus ~ label,
.contact-section .contact-form #form .form-name-desc #name:valid ~ label,
.contact-section .contact-form #form .form-name-desc #number:focus ~ label,
.contact-section .contact-form #form .form-name-desc #number:valid ~ label,
.contact-section .contact-form #form .form-name-desc #email:focus ~ label,
.contact-section .contact-form #form .form-name-desc #email:valid ~ label,
.contact-section .contact-form #form .form-name-desc #message:focus ~ label,
.contact-section .contact-form #form .form-name-desc #message:valid ~ label,
.contact-section .contact-form #form .form-number-desc #name:focus ~ label,
.contact-section .contact-form #form .form-number-desc #name:valid ~ label,
.contact-section .contact-form #form .form-number-desc #number:focus ~ label,
.contact-section .contact-form #form .form-number-desc #number:valid ~ label,
.contact-section .contact-form #form .form-number-desc #email:focus ~ label,
.contact-section .contact-form #form .form-number-desc #email:valid ~ label,
.contact-section .contact-form #form .form-number-desc #message:focus ~ label,
.contact-section .contact-form #form .form-number-desc #message:valid ~ label,
.contact-section .contact-form #form .form-email-desc #name:focus ~ label,
.contact-section .contact-form #form .form-email-desc #name:valid ~ label,
.contact-section .contact-form #form .form-email-desc #number:focus ~ label,
.contact-section .contact-form #form .form-email-desc #number:valid ~ label,
.contact-section .contact-form #form .form-email-desc #email:focus ~ label,
.contact-section .contact-form #form .form-email-desc #email:valid ~ label,
.contact-section .contact-form #form .form-email-desc #message:focus ~ label,
.contact-section .contact-form #form .form-email-desc #message:valid ~ label,
.contact-section .contact-form #form .form-message-desc #name:focus ~ label,
.contact-section .contact-form #form .form-message-desc #name:valid ~ label,
.contact-section .contact-form #form .form-message-desc #number:focus ~ label,
.contact-section .contact-form #form .form-message-desc #number:valid ~ label,
.contact-section .contact-form #form .form-message-desc #email:focus ~ label,
.contact-section .contact-form #form .form-message-desc #email:valid ~ label,
.contact-section .contact-form #form .form-message-desc #message:focus ~ label,
.contact-section .contact-form #form .form-message-desc #message:valid ~ label {
  font-size: 1.5rem;
  color: silver;
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
}

.contact-section .contact-form #form .form-name-desc #message,
.contact-section .contact-form #form .form-number-desc #message,
.contact-section .contact-form #form .form-email-desc #message,
.contact-section .contact-form #form .form-message-desc #message {
  display: block;
  color: white;
  background: none;
  min-width: 100%;
  max-width: 100%;
  min-height: 250px;
  max-height: 250px;
  overflow-x: hidden;
  border: none;
  border-bottom: 1px solid silver;
  font-size: 1.7rem;
  outline: none;
}

.contact-section .contact-form #form .form-name-desc label,
.contact-section .contact-form #form .form-number-desc label,
.contact-section .contact-form #form .form-email-desc label,
.contact-section .contact-form #form .form-message-desc label {
  position: absolute;
  bottom: 10px;
  left: 0;
  color: #bbbbbb;
  font-size: 1.7rem;
  pointer-events: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.contact-section .contact-form #form .form-name-desc .underlineBorder,
.contact-section .contact-form #form .form-number-desc .underlineBorder,
.contact-section .contact-form #form .form-email-desc .underlineBorder,
.contact-section .contact-form #form .form-message-desc .underlineBorder {
  position: absolute;
  margin-bottom: 250px;
  height: 2px;
  width: 100%;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

.contact-section .contact-form #form .form-name-desc .underlineBorder:before,
.contact-section .contact-form #form .form-number-desc .underlineBorder:before,
.contact-section .contact-form #form .form-email-desc .underlineBorder:before,
.contact-section .contact-form #form .form-message-desc .underlineBorder:before {
  position: absolute;
  content: " ";
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(Darkorange), to(DeepPink));
  background: linear-gradient(Darkorange, DeepPink);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.contact-section .contact-form #form .form-name-desc #name:focus ~ .underlineBorder:before,
.contact-section .contact-form #form .form-name-desc #number:focus ~ .underlineBorder:before,
.contact-section .contact-form #form .form-name-desc #email:focus ~ .underlineBorder:before,
.contact-section .contact-form #form .form-name-desc #message:focus ~ .underlineBorder:before,
.contact-section .contact-form #form .form-name-desc #name:valid ~ .underlineBorder:before,
.contact-section .contact-form #form .form-name-desc #number:valid ~ .underlineBorder:before,
.contact-section .contact-form #form .form-name-desc #email:valid ~ .underlineBorder:before,
.contact-section .contact-form #form .form-name-desc #message:valid ~ .underlineBorder:before,
.contact-section .contact-form #form .form-number-desc #name:focus ~ .underlineBorder:before,
.contact-section .contact-form #form .form-number-desc #number:focus ~ .underlineBorder:before,
.contact-section .contact-form #form .form-number-desc #email:focus ~ .underlineBorder:before,
.contact-section .contact-form #form .form-number-desc #message:focus ~ .underlineBorder:before,
.contact-section .contact-form #form .form-number-desc #name:valid ~ .underlineBorder:before,
.contact-section .contact-form #form .form-number-desc #number:valid ~ .underlineBorder:before,
.contact-section .contact-form #form .form-number-desc #email:valid ~ .underlineBorder:before,
.contact-section .contact-form #form .form-number-desc #message:valid ~ .underlineBorder:before,
.contact-section .contact-form #form .form-email-desc #name:focus ~ .underlineBorder:before,
.contact-section .contact-form #form .form-email-desc #number:focus ~ .underlineBorder:before,
.contact-section .contact-form #form .form-email-desc #email:focus ~ .underlineBorder:before,
.contact-section .contact-form #form .form-email-desc #message:focus ~ .underlineBorder:before,
.contact-section .contact-form #form .form-email-desc #name:valid ~ .underlineBorder:before,
.contact-section .contact-form #form .form-email-desc #number:valid ~ .underlineBorder:before,
.contact-section .contact-form #form .form-email-desc #email:valid ~ .underlineBorder:before,
.contact-section .contact-form #form .form-email-desc #message:valid ~ .underlineBorder:before,
.contact-section .contact-form #form .form-message-desc #name:focus ~ .underlineBorder:before,
.contact-section .contact-form #form .form-message-desc #number:focus ~ .underlineBorder:before,
.contact-section .contact-form #form .form-message-desc #email:focus ~ .underlineBorder:before,
.contact-section .contact-form #form .form-message-desc #message:focus ~ .underlineBorder:before,
.contact-section .contact-form #form .form-message-desc #name:valid ~ .underlineBorder:before,
.contact-section .contact-form #form .form-message-desc #number:valid ~ .underlineBorder:before,
.contact-section .contact-form #form .form-message-desc #email:valid ~ .underlineBorder:before,
.contact-section .contact-form #form .form-message-desc #message:valid ~ .underlineBorder:before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.contact-section .contact-form #form #submit {
  position: absolute;
  padding: 15px 50px;
  margin-top: 200px;
  border: none;
  outline: none;
  border-radius: 50px;
  color: white;
  font-size: 1.4rem;
  text-transform: uppercase;
  background: -webkit-gradient(linear, left top, left bottom, from(Darkorange), to(DeepPink));
  background: linear-gradient(Darkorange, DeepPink);
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.contact-section .contact-form #form #submit:hover {
  opacity: 0.8;
  -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
}

.enquiry-status-section {
  min-height: 100%;
  background: #fff;
}

.enquiry-status-section .enquirySent {
  position: absolute;
  top: 40%;
  left: 50%;
  width: 80%;
  -webkit-transform: translate(-50%, -40%);
          transform: translate(-50%, -40%);
  line-height: 1.5;
}

.enquiry-status-section .enquirySent img {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100px;
  margin-bottom: 20px;
}

.enquiry-status-section .enquirySent h1,
.enquiry-status-section .enquirySent h3 {
  color: #fff;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.enquiry-status-section .enquirySent h1 {
  font-size: 3rem;
}

.enquiry-status-section .enquirySent h3 {
  font-size: 2rem;
  font-weight: 500;
}

.enquiry-status-section .enquirySent a {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#02b7ff), to(#5bacf7));
  background: linear-gradient(#02b7ff, #5bacf7);
  text-transform: uppercase;
  font-weight: 500;
  color: white;
  margin-top: 30px;
  padding: 10px 20px;
  border-radius: 5px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.enquiry-status-section .enquirySent a:hover {
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
}

.team-section,
.team-section-mobile {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  width: 100%;
}

.team-section .team1,
.team-section-mobile .team1 {
  background: url("../images/ourTeam/softwareAndIT.jpg");
}

.team-section .team2,
.team-section-mobile .team2 {
  background: url("../images/ourTeam/conferenceAndsecurity.jpg");
  border-left: 0.25px solid rgba(255, 255, 255, 0.527);
  border-right: 0.25px solid rgba(255, 255, 255, 0.527);
}

.team-section .team3,
.team-section-mobile .team3 {
  background: url("../images/ourTeam/powerBackup.jpg");
}

.team-section .team1,
.team-section .team2,
.team-section .team3,
.team-section-mobile .team1,
.team-section-mobile .team2,
.team-section-mobile .team3 {
  background-size: cover;
  -o-object-fit: cover;
     object-fit: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 60vh 30% 0 30%;
  height: 100vh;
  width: 100%;
  text-decoration: none;
  color: white;
  border-bottom: 0.25px solid rgba(255, 255, 255, 0.527);
  -webkit-filter: grayscale(80%);
          filter: grayscale(80%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.team-section .team1 h2,
.team-section .team2 h2,
.team-section .team3 h2,
.team-section-mobile .team1 h2,
.team-section-mobile .team2 h2,
.team-section-mobile .team3 h2 {
  font-family: "Poiret One", sans-serif;
  letter-spacing: 5px;
  text-transform: uppercase;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.team-section .team1 i,
.team-section .team1 svg,
.team-section .team2 i,
.team-section .team2 svg,
.team-section .team3 i,
.team-section .team3 svg,
.team-section-mobile .team1 i,
.team-section-mobile .team1 svg,
.team-section-mobile .team2 i,
.team-section-mobile .team2 svg,
.team-section-mobile .team3 i,
.team-section-mobile .team3 svg {
  display: none;
  position: absolute;
  right: 70px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.team-section .team1:hover,
.team-section .team2:hover,
.team-section .team3:hover,
.team-section-mobile .team1:hover,
.team-section-mobile .team2:hover,
.team-section-mobile .team3:hover {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

.team-section .team1:hover h2,
.team-section .team2:hover h2,
.team-section .team3:hover h2,
.team-section-mobile .team1:hover h2,
.team-section-mobile .team2:hover h2,
.team-section-mobile .team3:hover h2 {
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}

.team-section .team1:hover i,
.team-section .team1:hover svg,
.team-section .team2:hover i,
.team-section .team2:hover svg,
.team-section .team3:hover i,
.team-section .team3:hover svg,
.team-section-mobile .team1:hover i,
.team-section-mobile .team1:hover svg,
.team-section-mobile .team2:hover i,
.team-section-mobile .team2:hover svg,
.team-section-mobile .team3:hover i,
.team-section-mobile .team3:hover svg {
  color: #ff0080;
  right: 50px;
}

.team-section-mobile {
  display: none;
  height: 100vh;
}

.team-section-mobile .team1:hover h2,
.team-section-mobile .team1:hover i,
.team-section-mobile .team1:hover svg,
.team-section-mobile .team2:hover h2,
.team-section-mobile .team2:hover i,
.team-section-mobile .team2:hover svg,
.team-section-mobile .team3:hover h2,
.team-section-mobile .team3:hover i,
.team-section-mobile .team3:hover svg {
  color: #ff0080;
}

.team-info-section {
  border-bottom: 0.15px solid white;
}

.team-info-section .team-info {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  width: 100%;
  background-color: #232323;
}

.team-info-section .team-info .team-profile-softwareIT {
  background: url("/images/ourTeam/softwareAndIT.jpg") no-repeat;
}

.team-info-section .team-info .team-profile-conferencingSecurity {
  background: url("/images/ourTeam/conferenceAndsecurity.jpg") no-repeat;
}

.team-info-section .team-info .team-profile-powerBackup {
  background: url("/images/ourTeam/powerBackup.jpg") no-repeat;
}

.team-info-section .team-info .team-profile {
  background-size: cover;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100vh;
  border: none;
  opacity: 0.7;
  -webkit-filter: grayscale(50%);
          filter: grayscale(50%);
}

.team-info-section .team-info .team-desc {
  padding: 50px 80px;
  line-height: 40px;
}

.team-info-section .team-info .team-desc .back {
  cursor: pointer;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.team-info-section .team-info .team-desc .back i {
  font-size: 2.5rem;
  opacity: 0.7;
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.team-info-section .team-info .team-desc .back:hover,
.team-info-section .team-info .team-desc .back:hover i {
  color: #ff0080;
  -webkit-transform: translate(-15px, 8px);
          transform: translate(-15px, 8px);
}

.team-info-section .team-info .team-desc h2 {
  font-family: "Poiret One", sans-serif;
  margin-top: 20px;
  margin-bottom: 10px;
}

.products-section,
.products-section-mobile {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  width: 100%;
}

.products-section .products-cat1,
.products-section-mobile .products-cat1 {
  background: url("../images/products/it.jpg") no-repeat;
  border-right: 0.25px solid rgba(255, 255, 255, 0.527);
}

.products-section .products-cat2,
.products-section-mobile .products-cat2 {
  background: url("../images/products/surveillance.jpg") no-repeat;
}

.products-section .products-cat,
.products-section-mobile .products-cat {
  background-size: cover;
  -o-object-fit: cover;
     object-fit: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 60vh 30% 0 30%;
  height: 100vh;
  width: 100%;
  text-decoration: none;
  color: white;
  border-bottom: 0.25px solid rgba(255, 255, 255, 0.527);
  -webkit-filter: grayscale(80%);
          filter: grayscale(80%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.products-section .products-cat h2,
.products-section-mobile .products-cat h2 {
  font-family: "Poiret One", sans-serif;
  letter-spacing: 5px;
  text-transform: uppercase;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.products-section .products-cat i,
.products-section .products-cat svg,
.products-section-mobile .products-cat i,
.products-section-mobile .products-cat svg {
  display: none;
  position: absolute;
  right: 70px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.products-section .products-cat:hover,
.products-section-mobile .products-cat:hover {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

.products-section .products-cat:hover h2,
.products-section-mobile .products-cat:hover h2 {
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}

.products-section .products-cat:hover i,
.products-section .products-cat:hover svg,
.products-section-mobile .products-cat:hover i,
.products-section-mobile .products-cat:hover svg {
  color: #ff0080;
  right: 50px;
}

.products-section-mobile {
  display: none;
  height: 100vh;
}

.products-section-mobile .products-cat:hover h2 {
  color: #ff0080;
}

.products-section-mobile .products-cat:hover i {
  color: #ff0080;
}

.products-info-section {
  width: 100%;
}

.products-info-section .products-info {
  background: black;
}

.products-info-section .products-info .products-profile-IT {
  background: url("/images/products/it.jpg") no-repeat;
}

.products-info-section .products-info .products-profile-Surveillance {
  background: url("/images/products/surveillance.jpg") no-repeat;
}

.products-info-section .products-info .products-profile {
  background-attachment: fixed;
  background-size: cover;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100vh;
  opacity: 0.5;
}

.products-info-section .products-info .products-title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.products-info-section .products-info .products-title h1 {
  font-family: "Poiret One", sans-serif;
  font-size: 5rem;
  font-weight: 900;
  color: white;
}

.products-desc-section {
  min-height: 100vh;
  width: 100%;
}

.products-desc-section .products-desc {
  padding: 5% 10%;
  line-height: 40px;
  color: #232323;
}

.products-desc-section .products-desc .products-cat {
  margin: 50px auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-gap: 50px;
}

.products-desc-section .products-desc .products-cat .products-cat-desc {
  padding: 50px 40px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.products-desc-section .products-desc .products-cat .products-cat-desc:hover {
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
}

.products-desc-section .products-desc .products-cat .products-cat-desc img {
  display: block;
  width: 100px;
  height: 100px;
  margin-bottom: 30px;
}

.products-desc-section .products-desc .products-cat .products-cat-desc h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  margin-bottom: 20px;
}

.products-desc-section .products-desc .products-cat .products-cat-desc ul li {
  list-style: none;
  border-bottom: 0.25px solid rgba(0, 0, 0, 0.1);
}

.products-desc-section .products-desc .products-cat .products-cat-desc ul span {
  line-height: 2;
  padding: 5px;
}

.products-desc-section .products-desc .products-brand {
  margin-top: 30px;
  margin-bottom: 30px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (auto)[4];
      grid-template-columns: repeat(4, auto);
  grid-gap: 40px;
}

.products-desc-section .products-desc .products-brand a {
  width: 80px;
  margin: 0 auto;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.products-desc-section .products-desc .products-brand a:hover {
  -webkit-transform: scale(1.12);
          transform: scale(1.12);
}

.products-desc-section .products-desc .products-brand a .logo {
  width: 80px;
  height: 80px;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.products-desc-section .products-desc .products-brand a .logo:hover {
  opacity: 0.5;
}

.clients-header-section {
  width: 100%;
  height: 100vh;
}

.clients-header-section .clients-header {
  background: black;
}

.clients-header-section .clients-header .clients-profile img {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100vh;
  opacity: 0.5;
}

.clients-header-section .clients-header .clients-title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.clients-header-section .clients-header .clients-title h1 {
  font-family: "Poiret One", sans-serif;
  font-size: 5rem;
  font-weight: 900;
  color: white;
}

.clients-desc-section {
  min-height: 100vh;
  width: 100%;
}

.clients-desc-section .clients-desc {
  padding: 5% 10%;
  line-height: 40px;
  color: #232323;
}

.clients-desc-section .clients-desc .clients-brand {
  margin-top: 30px;
  margin-bottom: 30px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(400px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  grid-gap: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
}

.clients-desc-section .clients-desc .clients-brand .cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px;
  width: 440px;
  height: 320px;
  color: black;
  text-decoration: none;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.07);
}

.clients-desc-section .clients-desc .clients-brand .cards:hover {
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
  -webkit-box-shadow: 5px 5px 50px rgba(0, 0, 0, 0.07);
          box-shadow: 5px 5px 50px rgba(0, 0, 0, 0.07);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.clients-desc-section .clients-desc .clients-brand .cards:hover .logo {
  opacity: 0.6;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}

.clients-desc-section .clients-desc .clients-brand .cards:hover span {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  color: blue;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.clients-desc-section .clients-desc .clients-brand .cards .logo {
  width: 150px;
  height: 150px;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.clients-desc-section .clients-desc .clients-brand .cards .logo:hover {
  opacity: 0.6;
}

.clients-desc-section .clients-desc .clients-brand .cards .logo-nlc {
  width: 250px;
}

.clients-desc-section .clients-desc .clients-brand .cards .logo-rmi {
  width: 250px;
}

.clients-desc-section .clients-desc .clients-brand .cards span {
  margin-top: 30px;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.1rem;
}

.services-header-section {
  width: 100%;
  height: 100vh;
}

.services-header-section .services-header {
  background: black;
}

.services-header-section .services-header .services-profile img {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100vh;
  opacity: 0.5;
}

.services-header-section .services-header .services-title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.services-header-section .services-header .services-title h1 {
  font-family: "Poiret One", sans-serif;
  font-size: 5rem;
  font-weight: 900;
  color: white;
}

.services-desc-section {
  min-height: 100vh;
  width: 100%;
}

.services-desc-section .services-desc {
  padding: 5% 10%;
  line-height: 40px;
  color: #232323;
}

.services-desc-section .services-desc .services-brand {
  margin-top: 30px;
  margin-bottom: 30px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (auto)[4];
      grid-template-columns: repeat(4, auto);
  grid-gap: 40px;
}

.services-desc-section .services-desc .services-brand a {
  width: 80px;
  margin: 0 auto;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.services-desc-section .services-desc .services-brand a:hover {
  -webkit-transform: scale(1.12);
          transform: scale(1.12);
}

.services-desc-section .services-desc .services-brand a .logo {
  width: 80px;
  height: 80px;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.services-desc-section .services-desc .services-brand a .logo:hover {
  opacity: 0.5;
}

.services-desc-section .services-desc .services-info-cards {
  margin: 50px auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-gap: 50px;
}

.services-desc-section .services-desc .services-info-cards .services-info {
  padding: 50px 40px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.services-desc-section .services-desc .services-info-cards .services-info:hover {
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
}

.services-desc-section .services-desc .services-info-cards .services-info img {
  display: block;
  width: 100px;
  height: 100px;
  margin-bottom: 30px;
}

.services-desc-section .services-desc .services-info-cards .services-info h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  margin-bottom: 20px;
}

.services-desc-section .services-desc .services-info-cards .services-info span {
  line-height: 2;
  padding: 5px;
}

@-webkit-keyframes scrollAnim {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
            transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-30px, 30px);
            transform: rotate(-45deg) translate(-30px, 30px);
    opacity: 0;
  }
}

@keyframes scrollAnim {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
            transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-30px, 30px);
            transform: rotate(-45deg) translate(-30px, 30px);
    opacity: 0;
  }
}

@-webkit-keyframes videoSlide1 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.3;
  }
  50% {
    opacity: 0.4;
  }
  75% {
    opacity: 0.5;
  }
  100% {
    opacity: 0.6;
  }
}

@keyframes videoSlide1 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.3;
  }
  50% {
    opacity: 0.4;
  }
  75% {
    opacity: 0.5;
  }
  100% {
    opacity: 0.6;
  }
}

@-webkit-keyframes videoSlide2 {
  from {
    opacity: 0;
    right: -100vw;
  }
  to {
    opacity: 1;
    right: 0;
  }
}

@keyframes videoSlide2 {
  from {
    opacity: 0;
    right: -100vw;
  }
  to {
    opacity: 1;
    right: 0;
  }
}

@-webkit-keyframes videoSlide3 {
  from {
    opacity: 0;
    right: -100vw;
  }
  to {
    opacity: 1;
    right: 0;
  }
}

@keyframes videoSlide3 {
  from {
    opacity: 0;
    right: -100vw;
  }
  to {
    opacity: 1;
    right: 0;
  }
}

@media only screen and (max-width: 1690px) {
  .preload .preloaderHeading {
    font-size: 2.3rem;
  }
}

@media only screen and (max-width: 1380px) {
  .preload .preloaderHeading {
    font-size: 2.1rem;
  }
  .enquirySent h1 {
    font-size: 2.8rem !important;
  }
  .enquirySent h3 {
    font-size: 1.8rem !important;
  }
  .enquirySent a {
    padding: 7px 15px !important;
  }
}

@media only screen and (max-width: 1300px) {
  .products-cat1 h2,
  .products-cat2 h2 {
    font-size: 1.5rem !important;
  }
  .products-desc .products-cat {
    -ms-grid-columns: (1fr)[2] !important;
        grid-template-columns: repeat(2, 1fr) !important;
  }
  .team1 h2,
  .team2 h2,
  .team3 h2 {
    font-size: 1.5rem !important;
  }
}

@media only screen and (max-width: 1210px) {
  .enquirySent h1 {
    font-size: 2.6rem !important;
  }
  .enquirySent h3 {
    font-size: 1.6rem !important;
  }
  .enquirySent a {
    padding: 7px 15px !important;
  }
}

@media only screen and (max-width: 1270px) {
  .preload .preloaderHeading {
    font-size: 2rem;
  }
  .contact-section {
    padding: 13% 10%;
  }
}

@media only screen and (max-width: 1125px) {
  .enquirySent h1 {
    font-size: 2.3rem !important;
  }
  .enquirySent h3 {
    font-size: 1.3rem !important;
  }
  .enquirySent a {
    padding: 7px 15px !important;
  }
}

@media only screen and (max-width: 1150px) {
  .navbar-links {
    display: none;
  }
  .nav-links-text {
    font-size: 1.8rem !important;
  }
  .features-section .features {
    -ms-grid-columns: (auto)[2] !important;
        grid-template-columns: repeat(2, auto) !important;
  }
  .features-section .features-links {
    border-left: 0 !important;
    border-right: 0.25px solid rgba(255, 255, 255, 0.5);
  }
}

@media only screen and (max-width: 1025px) {
  .contact-section {
    padding: 15% 1%;
    -ms-grid-columns: auto !important;
        grid-template-columns: auto !important;
  }
  .contact-section .contact-desc {
    display: none;
  }
  .contact-section .contact-form .enquiry-mobile {
    display: block !important;
    margin-bottom: 60px !important;
  }
  .contact-section .form-message-desc #message {
    min-height: 150px !important;
    max-height: 200px !important;
  }
  .contact-section .contact-form #form #submit {
    margin-top: 100px !important;
  }
  .services-info-cards {
    -ms-grid-columns: (1fr)[2] !important;
        grid-template-columns: repeat(2, 1fr) !important;
    grid-column-gap: 20px !important;
  }
  .footer .footer-content .logo {
    width: 50px;
    height: 50px;
  }
  .footer .footer-content .logo img {
    width: 50px;
    height: 50px;
  }
  .footer .footer-content .footer-links .footer-title {
    font-size: 1.5rem;
  }
  .footer .footer-content .footer-links #phNo,
  .footer .footer-content .footer-links #officeMain,
  .footer .footer-content .footer-links #officeSec {
    font-size: 1.3rem;
  }
  .footer .footer-content .footer-links #mail span,
  .footer .footer-content .footer-links #phNo span,
  .footer .footer-content .footer-links #officeMain span,
  .footer .footer-content .footer-links #officeSec span {
    font-size: 1.3rem;
    display: block;
  }
  .footer .footer-content .rights {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4;
  }
  .footer .footer-content .iconsAttribute {
    font-size: 1.2rem;
    -ms-grid-column: 4;
    grid-column: 4/4;
  }
  .footer .footer-content .developedBy {
    -ms-grid-row: 3;
    grid-row: 3;
    grid-column: auto;
  }
}

@media only screen and (max-width: 980px) {
  .header-section .scroll-down,
  .features-section {
    display: none;
  }
  .video-bg {
    display: none;
  }
  .poster-bg-mobile {
    display: block !important;
  }
  .form-name-desc input,
  .form-number-desc input,
  .form-email-desc input,
  .form-message-desc input,
  .form-message-desc #message,
  .underlineBorder,
  .enquiry-mobile div {
    width: 70% !important;
  }
  .form-message-desc #message {
    min-width: auto !important;
  }
  .products-section {
    display: none;
  }
  .products-section-mobile {
    background: #232323;
    display: block;
    min-width: 100%;
    min-height: 100%;
  }
  .products-section-mobile .products-section-gap,
  .products-section-mobile .products-cat1,
  .products-section-mobile .products-cat2 {
    background: none;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    padding: 0;
    margin: 0;
    height: auto;
    padding: 80px 50px;
  }
  .products-section-mobile .products-section-gap h2,
  .products-section-mobile .products-cat1 h2,
  .products-section-mobile .products-cat2 h2 {
    padding: 0;
  }
  .products-section-mobile .products-section-gap i,
  .products-section-mobile .products-section-gap svg,
  .products-section-mobile .products-cat1 i,
  .products-section-mobile .products-cat1 svg,
  .products-section-mobile .products-cat2 i,
  .products-section-mobile .products-cat2 svg {
    display: block;
  }
  .products-section-mobile .products-section-gap:hover h2,
  .products-section-mobile .products-cat1:hover h2,
  .products-section-mobile .products-cat2:hover h2 {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .products-info {
    -ms-grid-columns: auto !important;
        grid-template-columns: auto !important;
  }
  .products-info .products-profile {
    height: 50vh !important;
  }
  .products-info .products-title h1 {
    font-size: 3.5rem !important;
  }
  .products-desc {
    padding: 40px !important;
  }
  .products-desc .products-cat {
    -ms-grid-columns: (auto)[auto-fit] !important;
        grid-template-columns: repeat(auto-fit, auto) !important;
  }
  .team-section {
    display: none;
  }
  .team-section-mobile {
    background: #232323;
    display: block;
    min-width: 100%;
    min-height: 100%;
  }
  .team-section-mobile .team-section-gap,
  .team-section-mobile .team1,
  .team-section-mobile .team2,
  .team-section-mobile .team3 {
    background: none;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    padding: 0;
    margin: 0;
    height: auto;
    padding: 80px 50px;
  }
  .team-section-mobile .team-section-gap h2,
  .team-section-mobile .team1 h2,
  .team-section-mobile .team2 h2,
  .team-section-mobile .team3 h2 {
    padding: 0;
  }
  .team-section-mobile .team-section-gap i,
  .team-section-mobile .team-section-gap svg,
  .team-section-mobile .team1 i,
  .team-section-mobile .team1 svg,
  .team-section-mobile .team2 i,
  .team-section-mobile .team2 svg,
  .team-section-mobile .team3 i,
  .team-section-mobile .team3 svg {
    display: block;
  }
  .team-section-mobile .team-section-gap:hover h2,
  .team-section-mobile .team1:hover h2,
  .team-section-mobile .team2:hover h2,
  .team-section-mobile .team3:hover h2 {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .team-info {
    -ms-grid-columns: auto !important;
        grid-template-columns: auto !important;
  }
  .team-info .team-profile {
    height: 50vh !important;
  }
  .team-info .team-desc {
    padding: 50px;
  }
  .footer {
    display: none;
  }
  .footer-mobile {
    display: block;
    margin: 0;
    padding: 50px 0;
  }
  .footer-mobile .footer-content {
    display: block;
  }
  .footer-mobile .footer-content .logo {
    display: block;
    margin-bottom: 50px;
    padding-left: 30px;
    width: 50px;
    height: 50px;
  }
  .footer-mobile .footer-content .logo img {
    width: 50px;
    height: 50px;
  }
  .footer-mobile .footer-content .footer-links .footer-title {
    font-size: 1.3rem;
  }
  .footer-mobile .footer-content .developedBy span {
    font-size: 1.3rem;
  }
  .footer-mobile .footer-content .developedBy a {
    font-size: 1.3rem;
  }
  .footer-mobile .footer-content .iconsAttribute {
    display: block;
  }
  .footer-mobile .footer-content .footer-title span,
  .footer-mobile .footer-content .footer-sublinks,
  .footer-mobile .footer-content .iconsAttribute-content,
  .footer-mobile .footer-content .developedBy-content,
  .footer-mobile .footer-content .rights-content {
    padding-left: 30px;
  }
  .footer-mobile .footer-content .footer-links,
  .footer-mobile .footer-content .developedBy-content,
  .footer-mobile .footer-content .iconsAttribute {
    border-bottom: 0.15px solid white;
  }
  .footer-mobile .footer-content .footer-title {
    font-size: 1.5rem !important;
    margin: 0 !important;
    padding: 20px 0;
  }
  .footer-mobile .footer-content .footer-contact-title {
    padding-bottom: 0;
  }
  .footer-mobile .footer-content .iconsAttribute-content a {
    font-family: "Poiret One";
    font-weight: 700;
  }
  .footer-mobile .footer-content .developedBy-content,
  .footer-mobile .footer-content .rights-content,
  .footer-mobile .footer-content .iconsAttribute-content {
    padding: 20px 0;
    padding-left: 30px;
  }
  .footer-mobile .footer-content .footer-sublinks-display-toggle {
    display: block;
  }
}

@media only screen and (max-width: 820px) {
  .products-desc .products-cat {
    -ms-grid-columns: 1fr !important;
        grid-template-columns: 1fr !important;
  }
}

@media only screen and (max-width: 769px) {
  .preload .preloaderHeading {
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 769px) {
  .preload .logo {
    width: 150px;
  }
  .nav-links-desc {
    width: 100% !important;
    padding: 60px !important;
  }
  .nav-links-desc .nav-links-text {
    font-size: 1.6rem !important;
  }
  .clients-header .clients-title h1 {
    font-size: 4rem !important;
  }
  .contact-section {
    padding: 17% 1%;
    -ms-grid-columns: auto !important;
        grid-template-columns: auto !important;
  }
  .contact-section .contact-desc {
    display: none;
  }
  .contact-section .contact-form .enquiry-mobile {
    display: block !important;
    margin-bottom: 60px !important;
  }
  .contact-section .contact-form .enquiry-mobile h1 {
    font-size: 1.5rem !important;
  }
  .contact-section .contact-form .enquiry-mobile div {
    font-size: 1.3rem !important;
  }
  .contact-section .form-name-desc #name,
  .contact-section .form-number-desc #number,
  .contact-section .form-email-desc #email,
  .contact-section .form-message-desc #message {
    font-size: 1.4rem !important;
  }
  .contact-section #form .form-label {
    font-size: 1.4rem !important;
  }
  .contact-section #name:focus ~ label,
  .contact-section #name:valid ~ label,
  .contact-section #number:focus ~ label,
  .contact-section #number:valid ~ label,
  .contact-section #email:focus ~ label,
  .contact-section #email:valid ~ label,
  .contact-section #message:focus ~ label,
  .contact-section #message:valid ~ label {
    font-size: 1.3rem !important;
  }
  .contact-section .form-message-desc #message {
    min-height: 150px !important;
    max-height: 200px !important;
  }
  .contact-section .contact-form #form #submit {
    font-size: 1.3rem !important;
    margin-top: 80px !important;
    padding: 10px 30px;
  }
  .hamburger-links {
    font-size: 1.5rem !important;
  }
  .services-header .services-title h1 {
    font-size: 4rem !important;
  }
  .services-info-cards {
    -ms-grid-columns: (1fr)[1] !important;
        grid-template-columns: repeat(1, 1fr) !important;
    grid-column-gap: 20px !important;
  }
}

@media only screen and (max-width: 640px) {
  .navbar-nav {
    padding: 20px !important;
  }
  .hamburger-menu {
    -ms-grid-columns: auto !important;
        grid-template-columns: auto !important;
  }
  .hamburger-links {
    font-size: 1.2rem !important;
  }
  .contact-section {
    padding: 20% 0;
  }
  .contact-section .contact-form {
    padding-left: 30px;
  }
  .enquirySent img {
    width: 80px !important;
  }
  .enquirySent h1 {
    font-size: 2rem !important;
  }
  .enquirySent h3 {
    font-size: 1.3rem !important;
  }
  .enquirySent a {
    padding: 5px 10px !important;
    font-size: 1.3rem;
  }
}

@media only screen and (max-width: 571px) {
  .preload .preloaderHeading {
    padding: 5;
    font-size: 1.5rem;
  }
  .enquirySent {
    width: 100% !important;
    padding: 0 20px;
  }
  .enquirySent img {
    width: 80px !important;
  }
  .enquirySent h1 {
    font-size: 2rem !important;
  }
  .enquirySent h3 {
    font-size: 1.3rem !important;
  }
  .enquirySent a {
    padding: 7px 15px !important;
  }
  .products-section-mobile .products-cat1 h2,
  .products-section-mobile .products-cat2 h2 {
    font-size: 1.1rem !important;
  }
  .products-section-mobile .products-cat1 i,
  .products-section-mobile .products-cat2 i {
    right: 50px;
  }
  .products-info-section .products-title h1 {
    font-size: 2.5rem !important;
  }
  .products-desc-section .products-desc {
    padding: 50px 30px !important;
  }
  .products-desc-section .products-desc .products-overview {
    font-size: 1.3rem !important;
  }
  .products-cat .products-cat-desc h3 {
    font-size: 1.5rem !important;
  }
  .products-cat .products-cat-desc ul {
    font-size: 1.3rem !important;
  }
  .products-desc .following {
    font-size: 1.3rem !important;
  }
  .team-section-mobile .team1 h2,
  .team-section-mobile .team2 h2,
  .team-section-mobile .team3 h2 {
    font-size: 1.1rem !important;
  }
  .team-section-mobile .team1 i,
  .team-section-mobile .team2 i,
  .team-section-mobile .team3 i {
    right: 50px;
  }
  .team-info-section .team-desc {
    padding: 50px 30px !important;
  }
  .team-info-section .team-desc h2 {
    font-size: 2rem !important;
  }
}

@media only screen and (max-width: 521px) {
  .preload .logo {
    width: 120px;
  }
  .contact-section {
    padding: 22% 0%;
  }
  .team-section-mobile .team1 h2,
  .team-section-mobile .team2 h2,
  .team-section-mobile .team3 h2 {
    font-size: 1.2rem !important;
    width: 60%;
  }
  .clients-desc .clients-brand {
    -ms-grid-columns: (auto)[1] !important;
        grid-template-columns: repeat(1, auto) !important;
  }
  .products-section-mobile h2 {
    width: 60%;
  }
}

@media only screen and (max-width: 480px) {
  .contact-section {
    padding: 30% 0;
  }
  .enquirySent h1 {
    font-size: 1.8rem !important;
  }
  .enquirySent h3 {
    font-size: 1.2rem !important;
  }
}

@media only screen and (max-width: 426px) {
  .preload .preloaderHeading {
    font-size: 1.3rem;
  }
  .products-desc .products-brand {
    -ms-grid-columns: (auto)[2] !important;
        grid-template-columns: repeat(2, auto) !important;
  }
  .clients-header .clients-title h1 {
    font-size: 3rem !important;
  }
  .clients-desc-section {
    font-size: 1.3rem !important;
  }
  .clients-desc .clients-brand {
    -ms-grid-columns: (auto)[1] !important;
        grid-template-columns: repeat(1, auto) !important;
  }
  .footer .footer-content .logo img {
    width: 50px;
    height: 50px;
  }
  .services-header .services-title h1 {
    font-size: 3rem !important;
  }
  .services-desc-section {
    font-size: 1.3rem !important;
  }
  .services-info-cards .services-info img {
    width: 70px !important;
    height: 70px !important;
  }
}

@media only screen and (max-width: 480px) {
  .contact-section {
    padding: 32% 0;
  }
  .contact-section .contact-form #name,
  .contact-section .contact-form #number,
  .contact-section .contact-form #email,
  .contact-section .contact-form #message {
    width: 60% !important;
  }
}

@media only screen and (max-width: 360px) {
  .contact-section .enquiry-mobile {
    width: 70% !important;
  }
  .contact-section .contact-form #name,
  .contact-section .contact-form #number,
  .contact-section .contact-form #email,
  .contact-section .contact-form #message {
    width: 55% !important;
  }
}
/*# sourceMappingURL=main.css.map */