/* Description: Master CSS file */
/*****************************************
Table Of Contents:
- General Styles
- Navigation
- Header
- Introduction
- Features
- Details 1
- Details 2
- Details Lightbox
- Details 3
- Statistics
- Testimonials
- Pricing
- Conclusion
- Footer
- Copyright
- Back To Top Button
- Media Queries
******************************************/
/*****************************************
Colors:
- Backgrounds - light gray #f1f9fc
- Buttons, icons - purple #594cda
- Buttons, icons - red #eb427e
- Headings text - black #252c38
- Body text - dark gray #6b747b
******************************************/
/**************************/
/*     General Styles     */
/**************************/
@import url(./custom.css);
@import url(./VOIP_CRM.css);
@import url(./effect.css);
@import url(./network.css);
@import url(./surveillance.css);
@import url(../fonts/fontiran.css);
* {
  direction: var(--direction);
  transition: all 400ms ease-out;
  padding: 0;
  margin: 0;
  border: none;
  box-sizing: border-box;
  /* transition: all 200ms !important; */
}

body {
  min-height: 100vh;
}

textarea {
  resize: none;
  padding: 5px;
}

input, select, textarea {
  outline: none;
}

.disNone {
  opacity: 0;
  overflow: hidden;
  max-height: 0;
}

.disFlex {
  opacity: 1;
  overflow: hidden;
  max-height: 300px;
}

.paragraph-div > h3 {
  text-align: center;
}

a {
  color: #6b747b;
  text-decoration: underline;
}

a:hover {
  color: #6b747b;
  text-decoration: underline;
}

/* end of min-width 1200px */

/*# sourceMappingURL=styles.css.map */
