@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@200;300;400;500;600;700;800&family=Lexend+Deca:wght@100;200;300;400;500;600;700;800;900&family=Saira+Condensed:wght@100;200;300;400;500;600;700;800;900&display=swap');

a, .subheading, header p, header a, header a:hover, header a:focus, header a:active, footer .wpcf7-form-control.wpcf7-submit, header p a{
  text-transform: uppercase;
  font-family: 'Saira Condensed', sans-serif;
  font-weight: bold;
}
.subheading{
  font-size: 20px;
}
a p, p a{
  font-family: 'Assistant', sans-serif;
  text-transform: none!important;
}
h1, h2, h3, h4, h5, h6, .phone{
  font-family: 'Lexend Deca', sans-serif;
  font-weight: 400;
}
p, body{
  font-family: 'Assistant', sans-serif;
}
h1{
  font-size: 56px;
}
h2, .phone{
  font-size: 50px;
}
h3{
  font-size: 40px;
}
.has-white-color{
  color: white!important;
}
footer ul li a{
  font-family: 'Assistant', sans-serif;
  font-weight: 400;
  text-transform: none!important;
}
footer ul.menu{
  margin: 0;
  padding: 0;
}
footer ul.menu li{
  display: block;
}
@media screen and (max-width: 992px){
  h1{
    font-size: 45px;
  }
  h2, .phone{
    font-size: 35px;
  }
  h3{
    font-size: 25px;
  }
}
footer{
  position: relative;
  bottom: 0;
  width: 100%;
}
footer a{
  font-weight: normal;
}
#footer-contact{
	margin: 0 0 20px 0;
	padding: 0;
}
#footer-contact li{
	display: inline-block;
	padding: 0 10px;
	border-right: 1px solid white;
}
#footer-contact li:last-child{
	border-right: 0;
  padding-right: 0;
}
#footer-contact li:first-child{
	padding-left: 0;
}
#footer-contact li a{
	font-size: 16px;
}
.triangleLeft{
  background-image: url('../img/inventory-management-system-contact.png');
  background-position: right;
}
.triangleRight{
  background-image: url('../img/inventory-management-system-triangles.png');
  background-position: left;
}
.borderTop{
  border-top: 1px solid #d7d7d7;
}
footer .custom-logo-link svg{
  width: 70px;
  height: auto;
}
footer .custom-logo-link:hover svg{
  fill: #7500b8;
}
@media( max-width: 768px ){
  footer img{
    margin-bottom: 20px;
  }
}
/* ====== FOOTER 1 ====== */
.footer #menu-footer-menu{
	margin: 0 0 20px 0;
	padding: 0;
}
.footer #menu-footer-menu li{
	display: inline-block;
	padding: 0 20px;
	border-right: 1px solid white;
}
.footer #menu-footer-menu li:last-child{
	border-right: 0;
}
/* ====== FOOTER 1 END ====== */

/* ====== FOOTER 2 ====== */
.footer2 #menu-footer-menu{
	margin: 0 0 20px 0;
	padding: 0;
}
.footer2 #menu-footer-menu li{
	display: block;
}
.footer2 a, .footer2 a:hover, .footer2 a:active, .footer2 a:focus{
  color: inherit;
}
/* ====== FOOTER 2 END ====== */

/* ====== FOOTER 3 ====== */
.footer3 #menu-footer-menu{
	margin: 0 0 20px 0;
	padding: 0;
}
.footer3 #menu-footer-menu li{
	display: block;
}
.footer3 #footer-contact li:first-child{
	padding-left: 0;
}
/* ====== FOOTER 3 END ====== */

/* ====== BOTTOM MENU ====== */
#menu-bottom-1{
  margin-bottom: 10px;
}
#menu-bottom-1 li{
  display: inline-block;
  padding-right: 7px;
  margin-right: 7px;
  border-right: 1px solid #333333;
}
#menu-bottom-1 li:last-child{
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}
form, .nf-form-layout, .nf-form-cont{
  width: 100%;
}
.nf-field-label{
  display: none;
}
.wpcf7, .wpcf7-form label{
  width: 100%!important;
}
.wpcf7-form-control{
  background: transparent!important;
  border: solid 1px #c2c2c2!important;
  color: inherit!important;
  padding: 7px!important;
  height: 40px!important;
  width: 100%!important;
}
.wpcf7-form-control.wpcf7-submit{
  font-size: 18px;
  height: auto!important;
  padding: 12px 30px!important;
  min-width: 230px;
  max-width: 230px;
  text-align: center;
  margin: 0 auto;
  display: block;
}
.wpcf7-form-control.wpcf7-textarea{
  height: 140px!important;
}
.ajax-loader{
  display: none!important;
}
.wpcf7-form-control.wpcf7-checkbox{
  border: none!important;
  font-weight: bold;
}
header{
  z-index: 1000;
}
header p, header a, header a:hover, header a:focus, header a:active{
  margin-bottom: 0!important;
}
header img{
  margin-bottom: 20px;
}
#contactbar p{
  margin: 0;
}

.carousel{
  width: 100%;
  min-height: 600px;
}
.carousel-item, .carousel-item p, .carousel-item h1, .carousel-item h2, .carousel-item h3, .carousel-item h4, .carousel-item h5, .carousel-item h6, .carousel-item a{
  color: white!important;
  text-shadow: 1px 1px 5px #000000!important;
}
header svg{
  height: 20px;
}
header #svg8{
  height: 95px;
  fill: #262626;
}
header #svg8 .logosvg, footer #svg8 .logosvg{
	transition: 0.2s;
}
header #svg8:hover .logosvg, footer #svg8:hover .logosvg{
	fill: #7500b8;
	transition: 0.2s;
}
/* ====== NAV BAR ====== */
#menu-header-menu{
	margin: 0;
	padding: 0;
}
#bar li{
	display: inline-block;
	margin: 0 20px;
}
#bar li a{
	color: white;
	font-size: 16px;
}
#bar .dropdown-menu li{
	display: block;
	margin: 0;
}
#bar .dropdown-menu{
	border: 0;
	border-radius: 0;
}
.navbar-nav ul{
	padding: 0;
	padding-inline-start: 0;
}
/* ====== NAV BAR END ====== */

/* ====== NAV STICKY ====== */
#stickyNav{
	width: 100%;
	background-color: rgba(255,255,255,0.85);
}
#stickyNav li{
	display: inline-block;
	padding: 20px;
}
#stickyNav li:last-child{
	margin-right: 0!important;
}
#stickyNav li:first-child{
	margin-left: 0!important;
}
#stickyNav li a{
	color: white;
	font-size: 16px;
}
#stickyNav .dropdown-menu{
  padding: 20px;
  background-color: #7500b8;
}
#stickyNav .dropdown-menu li{
	display: block;
	margin: 0;
}
#stickyNav .dropdown-menu{
	border: 0;
	border-radius: 0;
}
.navBorder{
	border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
}
@media( max-width: 992px ){
  #stickyNav li{
  	display: block;
  	margin: 0;
  }
}
/* ====== NAV STICKY END ====== */

/* ====== NAV BURGER ====== */
#sideNavigation .dropdown-menu, #sideNavigation .dropdown-menu.show{
  position: static!important;
  transform: none!important;
  width: 100%;
  border: none!important;
  background-color: transparent!important;
  margin: 0;
  padding: 0;
}
.dropdown-menu{
  height: 0;
  max-height: 0;
  opacity: 0;
  transition: 0.8s;
}
.dropdown-menu.show{
  height: auto;
  opacity: 1;
  max-height: 1000px;
  transition: 0.8s;
}
.dropdown-item.active, .dropdown-item:active, .dropdown-item:focus, .dropdown-item:hover{
	background: none!important;
}
.navbar-toggle{
	z-index: 100000;
	display: inline;
  position: fixed;
	right: 0;
	top: 0;
}
.navbar-toggle{
	margin: 35px;
	background-color: #7500b8;
}
.hamburger {
  padding: 12px 12px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: #7500b8;
	border-radius: 50%;
  border: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after {
  background-color: white;
}
.hamburger-box {
  width: 35px;
  height: 18px;
  display: inline-block;
  position: relative;
  margin-top: 10px;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 35px;
  height: 3px;
  background-color: white;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}
.hamburger--spin .hamburger-inner {
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.3s 0.5s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.3s 0.5s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.3s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.3s ease-out, opacity 0.3s 0.3s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.3s ease-out, transform 0.3s 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#sideNavigation{
  color: white!important;
}
#sideNavigation ul{
	margin-right: 20px;
}
#sideNavigation p a{
  font-size: 1em!important;
  text-transform: lowercase;
}
#overlay{
  position: fixed;
  z-index: 1500;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.7;
  transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
  display: none;
}
#sideNavigation #menu-header-menu, #socialNav{
  transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
  opacity: 0;
}
#navLink{
  width: 40px;
  height: auto;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    background-color: #7500b8;
    overflow-x: hidden;
    padding-top: 90px;
    transition: 0.5s;
    text-align: right;
}
.sidenav a, .sidenav a:not([href]):not([tabindex]) {
    text-decoration: none;
    font-size: 20px;
    color: #fff;
    display: block;
    transition: 0.15s;
    margin-bottom: 15px;
}
.sidenav a.social{
  display: inline-block;
}
.sidenav #socialNav a, .sidenav #socialNav a:not([href]):not([tabindex]) {
    border-bottom: none;
}
.sidenav a:hover, .offcanvas a:focus{
    color: #f1f1f1;
}
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
.social svg{
  display: inline-block;
	height: 25px!important;
	width: auto!important;
}
.social, .social img{
  display: inline-block;
	height: 40px!important;
	width: auto!important;
}
.sidenav li{
  display: block;
}
#main {
    padding: 20px;
}
body {
  overflow-x: hidden;
}
.topnav {
    overflow: hidden;
    top: 0;
}
.topnav a {
    display: inline;
    padding: 0;
    text-decoration: none;
    position: relative;
    border: none;
}
.topnav p a {
    float: none;
    display: inline;
    text-align: left;
    padding: 0;
    text-decoration: none;
    width: auto;
}
.topnav>p{
    margin: 8px 15px;
}
.topnav a.active {
    background-color: #4CAF50;
    color: white;
}
a svg{
  transition:all .5s ease;
  &:hover{
    #transform:rotate(180deg);
  }
}
#ico{
  display: none;
}
#sideNavigation #socialNav, #sideNavigation #menu-header-menu{
  margin: 80px 20px;
}
.menu{
  margin-top: 20px;
  margin-right: 50px;
  padding: 0 30px;
  @include border-radius(5px);
  #transition: all 0.5s ease;
  a{
    display: block;
    }
  }
}
@media(max-width: 992px){
  .sidenav ul{
    display: block;
  }
  .sidenav li{
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  ul .sub-menu {
    padding-inline-start: 0;
  }
  .sub-menu li{
    display: block;
    width: 100%;
    margin-bottom: 5px;
  }
  .sub-menu li a{
    font-weight: 300;
  }
  .menu{
    margin-right: 0;
  }
}
/* ====== NAV BURGER ====== */
/* ====== Masonry ====== */
.card {
  background-color: rgba(0,0,0,.125);
  border: 1px solid rgba(0,0,0,.125);
  border-radius: 0;
}
.posts-topbar h2{
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}
.posts-topbar ul{
  display: inline-block;
  padding: 0;
  margin: 0;
}
.posts-topbar li{
  display: inline-block;
  margin: 0 10px;
}
.posts-topbar input {
  background-color: white;
  border: 1px solid black;
}
.posts-topbar .search-submit{
  background-color: red;
  border-color: red;
  color: white;
}
.postTitle{
  background-color: rgba(255,255,255,0.75);
}
a:hover .postTitle{
  background-color: rgba(255,255,255,0.95);
}
/* ====== Masonry END ====== */

/* ====== Grid ====== */
.overlay{
  opacity: 0;
  background-color: rgba(0,0,0,0.5);
}
.overlay, .overlay p, .overlay a, .overlay h1, .overlay h2, .overlay h3, .overlay h4, .overlay h4, .overlay h5, .overlay h6{
  color: white!important;
}
a:hover .overlay{
  opacity: 1;
}
@media( max-width: 768px ){
  .overlay{
    opacity: 1;
  }
}
/* ====== Grid END ====== */

/* ====== List ====== */
.posts-sidebar ul{
  padding: 0;
}
.posts-sidebar li{
  display: block;
}
.screen-reader-text{
  display: none;
}
.posts-sidebar input {
  background-color: white;
  border: 1px solid black;
}
.posts-sidebar .search-submit{
  background-color: red;
  border-color: red;
  color: white;
}
.posts-sidebar label{
  width: 70%;
}
.posts-sidebar label input{
  width: 100%;
}
.posts-sidebar input{
  width: 19%;
}
@media( max-width: 991px ){
  .posts-sidebar label, .posts-sidebar input{
    width: 100%;
  }
}
/* ====== List END ====== */
.link{
  background-color: white;
  box-shadow: 1px 1px 10px black;
  padding: 30px;
  width: 100%;
}
.about .btn{
  background-color: #8da656;
  color: white;
  border: #8da656;
}
.about .btn:hover, .about .btn:active, .about .btn:focus{
  background-color: #6daaa5;
  border: #6daaa5;
}
.about h2{
  color: #8da656;
}
.services .btn{
  background-color: #bf8d56;
  color: white;
  border: #bf8d56;
}
.services .btn:hover, .services .btn:active, .services .btn:focus{
  background-color: #a87c4c;
  border: #a87c4c;
}
.services h2{
  color: #bf8d56;
}
.contact .btn{
  background-color: #397d6c;
  color: white;
  border: #397d6c;
}
.contact .btn:hover, .contact .btn:active, .contact .btn:focus{
  background-color: #316a5c;
  border: #316a5c;
}
.contact h2{
  color: #397d6c;
}
.callOverlay{
  background-color: rgba(0,0,0,0.7);
}
.callOverlay:hover{
  background-color: rgba(0,0,0,0.5);
}
.callOverlay span{
  color: white!important;
  font-size: 2rem;
}
.wp-block-button__link:hover, footer .wpcf7-form-control.wpcf7-submit:hover{
  transform: scale(1.2);
}
.wp-block-getwid-template-post-featured-image{
  overflow: hidden;
}
.wp-block-getwid-template-post-featured-image img{
  height: 100%!important;
}
.features-list-box:hover figure {
  animation-fill-mode: forwards;
  -webkit-animation: mover 1.25s;
  animation-duration: 1.25s;
  animation: mover 1.25s;
  animation-iteration-count: 2;
}
@-webkit-keyframes mover {
  0% { transform: translateY(0); }
  50% { transform: translateY(-30px); }
  100% { transform: translateY(0px); }
}
@keyframes mover {
  0% { transform: translateY(0); }
  50% { transform: translateY(-30px); }
  100% { transform: translateY(0px); }
}
#kt-layout-id_1d14b8-90{
  background-position: center bottom!important;
  background-size: auto 50%!important;
}
.moveUp{
	top: -150px;
	position: relative;
	z-index: 200;
}
.is-style-regular table th, .is-style-regular table td{
  border: 1px solid #e7e7e7;
  padding: 15px;
}
.is-style-regular table tr td:last-child, .is-style-regular table tr th:last-child{
  background-color: #7500b8;
  color: white;
}
.wp-block-getwid-post-carousel__slide{
  display: flex!important;
}
.wp-block-getwid-post-carousel__wrapper{
  max-width: 100%;
}
.lineWidth{
  width: 45px;
}
.lineWidth.wp-block-separator{
  border-bottom: 0!important;
}
.topCorner{
  top: 0;
  right: 0;
}

/* ======= TABLE ====== */
.purple-table-field {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    font-family: Assistant;
    line-height: 30px;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    visibility: visible;
    border-collapse: collapse;
    border-spacing: 0;
    text-align: center;
    box-sizing: border-box;
    background: #7500b8;
    color: #fff!important;
    border-color: #d180ff;
    width: 150px;
    padding: 10px;
}
.number-style {
    font-size: 25px;
}
.mobile-table-title, .screen-table-title {
    font-weight: bold;
}
.entry-content table td, .entry-content table th, table td, table th {
    padding: 10px;
}
.entry-content table tr:nth-child(even), .modal-body table tr:nth-child(even) {
    background: #f9f9f9;
    background: rgba(0,0,0,.03);
}

.entry-content table tr:nth-child(even), .modal-body table tr:nth-child(even) {
    background: #f9f9f9;
    background: rgba(0,0,0,.03);
}
.mobile-table-title {
    background: #fff!important;
}
.mobile-table-title, .screen-table-title {
    font-weight: bold;
}
@media screen and (min-width: 992px){
.mobile-table-title {
    display: none;
}
}
.mobile-table-title, .screen-table-title {
    font-weight: bold;
}
@media screen and (min-width: 992px){
.screen-table-title {
    text-align: left;
}
}
@media screen and (min-width: 600px){
.perc {
    width: 150px;
}
}

.percentage-count {
    width: 120px;
    margin: 0 auto;
    display: block;
}
.percentage-count .wpsm_number, .percentage-count .wpsm_count-title {
    font-family: assistant!important;
    min-height: 35px!important;
    line-height: 35px!important;
    margin: 0px!important;
}

.percentage-count .wpsm_number, .percentage-count .wpsm_count-title {
    color: #fff!important;
    font-weight: bold!important;
    letter-spacing: 0px!important;
}
#wpsm_counter_b_row_507 {
    position: relative;
    width: 100%;
    overflow: hidden;
    text-align: center;
}
.percentage-count .wpsm_number, .percentage-count .wpsm_count-title {
    font-family: assistant!important;
    min-height: 35px!important;
    line-height: 35px!important;
    margin: 0px!important;
}
.percentage-count .wpsm_count-icon, .percentage-count .wpsm_number, .percentage-count .wpsm_count-title {
    float: left;
    margin-top: 0px!important;
}
.percentage-count .wpsm_number, .percentage-count .wpsm_count-title {
    color: #fff!important;
    font-weight: bold!important;
    letter-spacing: 0px!important;
}
.overflowShow{
	overflow: visible;
}
@media screen and (max-width: 992px){
  .wp-block-column {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* ====== NAVIGATION ====== */
nav{
  padding: 20px;
  background-color: ;
}
#bar .dropdown-menu{
  background-color: #7500b8;
}
#bar li a, #stickyNav li a{
	color: black;
}
#bar li a:hover, #stickyNav li a:hover{
	color: white!important;
}
#bar li:hover, #stickyNav li:hover{
  background-color: #7500b8;
	color: white!important;
}
#bar li:hover > a, #stickyNav li:hover > a{
	color: white!important;
}
#bar .dropdown-menu li a, #stickyNav .dropdown-menu li a{
  color: #7500b8;
  margin: 10px;
}
.btn-primary{
  background-color: #7500b8;
  border-color: #7500b8;
  color: white;
  padding: calc(.667em + 2px) calc(1.333em + 2px);
  font-weight: bold;
}
.btn-primary:hover, .btn-primary a:hover{
  background-color: #7500b8;
  border-color: #7500b8;
  color: white!important;
  transform: scale(1.2);
}
h1, h2, h3, h4, h5, h6, a:hover{
  color: #7500b8;
}
#stickyNav li.current-menu-item{
	background-color: #7500b8;
}
#stickyNav li.current-menu-item a{
	color: white!important;
}
@media( max-width: 991px ){
  .overlayCollapse{
    background-color: #7500b8;
    padding: 0;
  }
  .overlayCollapse.show{
    padding: 15px 0;
  }
  #bar .overlayCollapse li a{
    color: ;
  }
}
/* ====== NAVIGATION END ====== */

/* ====== FOOTER ====== */
.footer a, .footer a:hover, .footer a:active, .footer a:focus{
  color: white;
}

/* ====== FOOTER END ====== */

/* ====== FORM ====== */
.wpcf7-form-control.wpcf7-submit{
  background: #7500b8!important;
  color: white!important;
  border: 0!important;
}
.wpcf7-form-control.wpcf7-submit:hover{
  background: #7500b8!important;
  color: white!important;
}
.phone{
  color: #7500b8;
}
.subheading{
  color: #666666;
}
/* ====== FORM END ====== */

/* ====== CALL TO ACTION ====== */
.primary{
  background-color: #7500b8;
  color: white!important;
}
.secondary{
  background-color: gray;
  color: white!important;
}
.primary h1, .primary h2, .primary h3, .primary h4, .primary h5, .primary h6, .primary p, .primary span, .primary a, .primary a:hover, .secondary h1, .secondary h2, .secondary h3, .secondary h4, .secondary h5, .secondary h6, .secondary p, .secondary span, .secondary a, .secondary a:hover{
  color: white!important;
}
header svg{
  fill: #7500b8;
}
/* ====== CALL TO ACTION END ====== */
