/*!
Theme Name: Integrisys23
Author: Nathan Palaganas
*/
.primary-font {
  font-family: 'Orbitron-Regular';
}
.primary-font-medium {
  font-family: 'Orbitron-Medium';
}
.primary-bold-font {
  font-family: 'Orbitron-Bold';
}
.secondary-regular-font {
  font-family: 'NotoSans-Regular';
}
.secondary-light-font {
  font-family: 'NotoSans-Light';
}
.secondary-extra-light-font {
  font-family: 'NotoSans-ExtraLight';
}
.secondary-medium-font {
  font-family: 'NotoSans-Medium';
}
.secondary-bold-font {
  font-family: 'NotoSans-Bold';
}
.green-bg {
  background-color: #00A600;
}
.green-font {
  color: #00A900;
}
#page {
  background-color: #000;
}
.site-main {
  padding-top: 161px;
}
@media screen and (max-width: 767px) {
  .site-main {
    padding-top: 79px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .site-main {
    padding-top: 122px;
  }
}
/*--------------------------------------------------------------
## Animations/Transitions
--------------------------------------------------------------*/
.default-transition {
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -moz-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -ms-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.slow-transition {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.vcheck {
  position: relative;
  top: 20px;
  opacity: 0;
  -webkit-transition: all 600ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -moz-transition: all 600ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -ms-transition: all 600ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition: all 600ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 600ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.isvisible {
  position: relative;
  top: 0;
  opacity: 1;
  -webkit-transition: all 600ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -moz-transition: all 600ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -ms-transition: all 600ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition: all 600ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 600ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
/*--------------------------------------------------------------
## Fonts 
--------------------------------------------------------------*/
@font-face {
  font-family: 'Orbitron-Regular';
  src: url('fonts/Orbitron-Regular.ttf');
  font-display: swap;
}
@font-face {
  font-family: 'Orbitron-Medium';
  src: url('fonts/Orbitron-Medium.ttf');
  font-display: swap;
}
@font-face {
  font-family: 'Orbitron-Bold';
  src: url('fonts/Orbitron-Bold.ttf');
  font-display: swap;
}
@font-face {
  font-family: 'NotoSans-Regular';
  src: url('fonts/NotoSans-Regular.ttf');
  font-display: swap;
}
@font-face {
  font-family: 'NotoSans-Light';
  src: url('fonts/NotoSans-Light.ttf');
  font-display: swap;
}
@font-face {
  font-family: 'NotoSans-ExtraLight';
  src: url('fonts/NotoSans-ExtraLight.ttf');
  font-display: swap;
}
@font-face {
  font-family: 'NotoSans-Medium';
  src: url('fonts/NotoSans-Medium.ttf');
  font-display: swap;
}
@font-face {
  font-family: 'NotoSans-Bold';
  src: url('fonts/NotoSans-Bold.ttf');
  font-display: swap;
}
.site-header {
  padding: 40px 0;
  position: fixed;
  width: 100%;
  background-color: #000;
  z-index: 99;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.site-header .site-branding {
  align-self: center;
  display: grid;
}
.site-header .site-branding a {
  display: inline-flex;
}
.site-header .site-branding a img {
  width: 70%;
  height: auto;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.site-header .main-navigation {
  align-self: center;
}
.site-header .main-navigation ul {
  padding: 0;
  margin: 0;
  text-align: center;
}
.site-header .main-navigation ul li {
  display: inline-block;
  padding-right: 2.5em;
}
.site-header .main-navigation ul li a {
  font-family: 'Orbitron-Regular';
  color: #00A900;
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -moz-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -ms-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  font-size: 14px;
}
.site-header .main-navigation ul li a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -6px;
  left: 0;
  background-color: #00A600;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.site-header .main-navigation ul li a:hover {
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -moz-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -ms-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  color: #00A900;
}
.site-header .main-navigation ul li a:hover:before {
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -moz-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -ms-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.site-header .main-navigation ul li:last-of-type {
  padding-right: 0;
}
.site-header.sticky-head {
  padding: 15px 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.site-header.sticky-head .site-branding img {
  width: 50%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 767px) {
  .site-header {
    padding: 10px 0;
  }
  .site-header .site-branding {
    margin-bottom: 5px;
  }
  .site-header .site-branding a img {
    margin: auto;
  }
}
@media screen and (max-width: 991px) {
  #wpadminbar {
    position: fixed;
  }
  .site-header {
    overflow-x: hidden;
  }
  .site-header .site-branding img {
    margin-left: 20px;
  }
  .site-header.toggled {
    right: 80%;
  }
  .site-header .main-navigation ul {
    text-align: center !important;
  }
  .site-header .main-navigation ul li {
    padding-right: 0.5em;
  }
  .site-header .main-navigation ul li a {
    font-size: 12px;
  }
}
.integrisys-home {
  background: url(images/lines-background.png) no-repeat 100% 103%;
  background-size: 100%;
  padding-bottom: 4rem;
}
.integrisys-home .main-content {
  background: url(images/lines-background.png) no-repeat 0% 45%;
  background-size: 100%;
  color: #fff;
  padding: 40px 0;
}
.integrisys-home .main-content h1 {
  font-family: 'Orbitron-Regular';
  font-size: 60px;
}
.integrisys-home .main-content p {
  font-family: 'NotoSans-ExtraLight';
  width: 60%;
}
.integrisys-home .main-content button {
  background-color: #00A600;
  padding: 8px 30px;
  border: none;
  box-shadow: 0 0 5px 0px #00A900;
  border-radius: 12px;
}
.integrisys-home .main-content button a {
  color: #000;
  font-family: 'NotoSans-Light';
  text-decoration: none;
}
.integrisys-home .section-title {
  margin-bottom: 50px;
}
.integrisys-home .section-title .section-heading {
  color: #00A900;
  font-family: 'NotoSans-Bold';
  line-height: 35px;
  font-size: 25px;
  text-align: center;
  text-shadow: 0px 0px 20px rgba(0, 166, 0, 0.8);
}
.integrisys-home .about-us-content {
  margin-bottom: 5rem;
}
.integrisys-home .about-us-content p {
  margin-bottom: 0;
  color: #fff;
  font-family: 'NotoSans-ExtraLight';
}
.integrisys-home .about-us-content img {
  width: 100%;
}
.integrisys-home .our-products,
.integrisys-home .our-services {
  margin-bottom: 8rem;
}
.integrisys-home .products-services-content .product-service-item {
  text-align: center;
}
.integrisys-home .products-services-content .product-service-item img {
  width: auto;
  height: 190px;
}
.integrisys-home .products-services-content .product-service-item p {
  margin: 0;
  padding: 0 4rem;
  color: #fff;
  font-family: 'Orbitron-Medium';
  font-size: 20px;
}
.integrisys-home .contact-us {
  color: #fff;
}
.integrisys-home .contact-us .contact-us-content {
  margin-bottom: 4rem;
}
.integrisys-home .contact-us .contact-us-content h4 {
  font-family: 'NotoSans-Bold';
  font-size: 25px;
  line-height: 35px;
  text-shadow: 0px 0px 20px rgba(0, 166, 0, 0.8);
}
.integrisys-home .contact-us .contact-us-content h4 span {
  font-family: 'Orbitron-Bold';
  margin-top: 10px;
  display: inline-block;
}
.integrisys-home .contact-us ul {
  margin: 0;
  padding: 0;
}
.integrisys-home .contact-us ul li {
  list-style: none;
  display: inline-flex;
  align-items: center;
  width: 100%;
}
.integrisys-home .contact-us ul li img {
  width: 40px;
  margin-right: 15px;
}
.decorated {
  overflow: hidden;
  text-align: center;
  font-family: 'Orbitron-Regular';
  color: #fff;
  font-size: 24px;
  margin-bottom: 20px;
}
.decorated span {
  position: relative;
  display: inline-block;
}
.decorated span:before,
.decorated span:after {
  content: '';
  position: absolute;
  top: 50%;
  border-bottom: 1px solid #00A600;
  width: 100vw;
  margin: 0 20px;
}
.decorated span:before {
  right: 100%;
}
.decorated span:after {
  left: 100%;
}
.anchor {
  display: block;
  position: relative;
  top: -100px;
  visibility: hidden;
}
@media screen and (max-width: 991px) {
  .integrisys-home {
    background-size: 130%;
  }
  .integrisys-home section {
    padding: 0 30px;
  }
  .integrisys-home p {
    font-size: 14px !important;
  }
  .integrisys-home .section-title {
    margin-bottom: 20px;
  }
  .integrisys-home .section-title .section-heading p {
    line-height: 22px;
    font-size: 16px !important;
  }
  .integrisys-home .main-content {
    text-align: center;
    background-size: 150%;
  }
  .integrisys-home .main-content h1 {
    font-size: 28px;
  }
  .integrisys-home .main-content p {
    width: 100%;
    padding: 10px 4rem 0;
  }
  .integrisys-home .main-content button {
    padding: 4px 22px;
    font-size: 12px;
  }
  .integrisys-home .about-us-content {
    text-align: center;
    margin-bottom: 3rem;
  }
  .integrisys-home .about-us-content img {
    margin-top: 20px;
  }
  .integrisys-home .our-products,
  .integrisys-home .our-services {
    margin-bottom: 3rem;
  }
  .integrisys-home .products-services-content .product-service-item p {
    padding: 0 1rem;
  }
  .integrisys-home .products-services-content .product-service-item img {
    height: 120px;
  }
  .integrisys-home .contact-us {
    padding: 0 2rem;
  }
  .integrisys-home .contact-us .contact-us-content {
    margin-bottom: 2rem;
  }
  .integrisys-home .contact-us .contact-us-content h4 {
    line-height: 22px;
    font-size: 13px;
  }
  .integrisys-home .contact-us ul {
    padding: 0 3rem;
    margin: 15px 0 0;
  }
  .integrisys-home .contact-us ul li img {
    width: 30px;
  }
  .integrisys-home .contact-us ul li span {
    font-size: 13px;
  }
  .decorated {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .integrisys-home .main-content .text-end {
    text-align: center !important;
  }
  .integrisys-home .contact-us ul {
    padding: 0;
  }
  .decorated {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .integrisys-home .main-content img {
    width: 180px;
  }
}
.site-footer {
  background-color: #00A600;
  text-align: center;
  padding: 15px 0;
}
.site-footer p {
  margin-bottom: 0;
  font-family: 'NotoSans-Light';
  color: #000;
}
.site-footer .privacy {
  cursor: pointer;
}
.site-footer .modal-dialog {
  max-width: 80%;
  box-shadow: 0 0 15px 0px #00A900;
}
.site-footer .modal-dialog .modal-content {
  background-color: #000;
  text-align: left;
  padding: 2rem 0;
}
.site-footer .modal-dialog .modal-content .modal-button {
  position: sticky;
  top: 25px;
  z-index: 9;
}
.site-footer .modal-dialog .modal-content .modal-button button {
  background-color: #00A600;
  position: absolute;
  right: 2rem;
  background: none;
}
.site-footer .modal-dialog .modal-content .modal-button button img {
  width: 27px;
}
.site-footer .modal-dialog .modal-content .modal-header {
  text-align: center;
  display: inline-block;
  position: relative;
  border: none;
  margin-bottom: 10px;
}
.site-footer .modal-dialog .modal-content .modal-header a img {
  width: 400px;
  height: auto;
}
.site-footer .modal-dialog .modal-content .modal-header button {
  background-color: #00A600;
}
.site-footer .modal-dialog .modal-content .modal-body {
  padding: 0 4rem;
}
.site-footer .modal-dialog .modal-content .modal-body h4 {
  font-family: 'NotoSans-Bold';
  color: #00A900;
  font-size: 16px;
  margin: 40px 0 20px;
}
.site-footer .modal-dialog .modal-content .modal-body p {
  color: #fff;
  font-family: 'NotoSans-Light';
  margin-bottom: 10px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .site-footer .modal-dialog {
    margin: 10px auto;
  }
  .site-footer .modal-dialog .modal-content {
    padding: 1rem 0;
  }
  .site-footer .modal-dialog .modal-content .modal-header a img {
    width: 55%;
  }
  .site-footer .modal-dialog .modal-content .modal-button button {
    right: 1rem;
  }
  .site-footer .modal-dialog .modal-content .modal-button button img {
    width: 13px;
  }
  .site-footer .modal-dialog .modal-content .modal-body {
    padding: 0 1rem;
  }
}
