/* 
Theme Name: TechTrend: Elementor
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team, updated for TechTrend
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */



/*========== LARRY TECHTREND STUFF ==========*/

/* breakpoint */
body {
  margin: 0;
  background-color: #ffffff;
}

* {
  box-sizing: border-box;
}

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

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.container > div {
  display: flex;
  width: 100%;
  max-width: 1600px;
  flex-direction: column;
  padding-left: 24px;
  padding-right: 24px;
}
@media only screen and (max-width: 1240px) {
  .container > div {
    max-width: 1000px;
  }
}
@media only screen and (max-width: 640px) {
  .container > div {
    max-width: 360px;
  }
}

.column {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.row {
  display: flex;
  gap: 24px;
}
@media only screen and (max-width: 640px) {
  .row {
    flex-direction: column;
  }
}

@media only screen and (max-width: 1240px) {
  .row.md-stack {
    flex-direction: column;
  }
}

.row.navlist {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.row.full > div {
  width: 100%;
}

.row.navbar {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 640px) {
  .row.nostack {
    flex-direction: row;
  }
}

/* set a line break <br/> to only appear in mobile view */
.sm-br {
  display: none;
}
@media only screen and (max-width: 640px) {
  .sm-br {
    display: inline;
  }
}

/* layout utilities */
.wrap {
  flex-wrap: wrap;
}

@media only screen and (max-width: 640px) {
  .sm-wrap {
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 1240px) {
  .md-wrap {
    flex-wrap: wrap;
  }
}

.center {
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .sm-center {
    text-align: center;
  }
}

.center-v {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media only screen and (max-width: 640px) {
  .sm-fullwidth {
    width: 100% !important;
    max-width: none !important;
  }
}

.gap-0 {
  gap: 0px;
}

.pad-t-0 {
  padding-top: 0px;
}

.pad-b-0 {
  padding-bottom: 0px;
}

.gap-4 {
  gap: 4px;
}

.pad-t-4 {
  padding-top: 4px;
}

.pad-b-4 {
  padding-bottom: 4px;
}

.gap-8 {
  gap: 8px;
}

.pad-t-8 {
  padding-top: 8px;
}

.pad-b-8 {
  padding-bottom: 8px;
}

.gap-14 {
  gap: 14px;
}

.pad-t-14 {
  padding-top: 14px;
}

.pad-b-14 {
  padding-bottom: 14px;
}

.gap-16 {
  gap: 16px;
}

.pad-t-16 {
  padding-top: 16px;
}

.pad-b-16 {
  padding-bottom: 16px;
}

.gap-18 {
  gap: 18px;
}

.pad-t-18 {
  padding-top: 18px;
}

.pad-b-18 {
  padding-bottom: 18px;
}

.gap-24 {
  gap: 24px;
}

.pad-t-24 {
  padding-top: 24px;
}

.pad-b-24 {
  padding-bottom: 24px;
}

.gap-32 {
  gap: 32px;
}

.pad-t-32 {
  padding-top: 32px;
}

.pad-b-32 {
  padding-bottom: 32px;
}

.gap-48 {
  gap: 48px;
}

.pad-t-48 {
  padding-top: 48px;
}

.pad-b-48 {
  padding-bottom: 48px;
}

.gap-64 {
  gap: 64px;
}

.pad-t-64 {
  padding-top: 64px;
}

.pad-b-64 {
  padding-bottom: 64px;
}

.gap-96 {
  gap: 96px;
}

.pad-t-96 {
  padding-top: 96px;
}

.pad-b-96 {
  padding-bottom: 96px;
}

@media only screen and (max-width: 640px) {
  .sm-gap-0 {
    gap: 0px;
  }
}

@media only screen and (max-width: 640px) {
  .sm-pad-t-0 {
    padding-top: 0px;
  }
}

@media only screen and (max-width: 640px) {
  .sm-pad-b-0 {
    padding-bottom: 0px;
  }
}

@media only screen and (max-width: 1240px) {
  .md-pad-t-0 {
    padding-top: 0px;
  }
}

@media only screen and (max-width: 1240px) {
  .md-pad-b-0 {
    padding-bottom: 0px;
  }
}

@media only screen and (max-width: 640px) {
  .sm-fontsize-0 {
    font-size: 0px !important;
  }
  .sm-fontsize-0 * {
    font-size: 0px !important;
  }
}

@media only screen and (max-width: 1240px) {
  .md-fontsize-0 {
    font-size: 0px !important;
  }
  .md-fontsize-0 * {
    font-size: 0px !important;
  }
}

@media only screen and (max-width: 640px) {
  .sm-gap-4 {
    gap: 4px;
  }
}

@media only screen and (max-width: 640px) {
  .sm-pad-t-4 {
    padding-top: 4px;
  }
}

@media only screen and (max-width: 640px) {
  .sm-pad-b-4 {
    padding-bottom: 4px;
  }
}

@media only screen and (max-width: 1240px) {
  .md-pad-t-4 {
    padding-top: 4px;
  }
}

@media only screen and (max-width: 1240px) {
  .md-pad-b-4 {
    padding-bottom: 4px;
  }
}

@media only screen and (max-width: 640px) {
  .sm-fontsize-4 {
    font-size: 4px !important;
  }
  .sm-fontsize-4 * {
    font-size: 4px !important;
  }
}

@media only screen and (max-width: 1240px) {
  .md-fontsize-4 {
    font-size: 4px !important;
  }
  .md-fontsize-4 * {
    font-size: 4px !important;
  }
}

@media only screen and (max-width: 640px) {
  .sm-gap-8 {
    gap: 8px;
  }
}

@media only screen and (max-width: 640px) {
  .sm-pad-t-8 {
    padding-top: 8px;
  }
}

@media only screen and (max-width: 640px) {
  .sm-pad-b-8 {
    padding-bottom: 8px;
  }
}

@media only screen and (max-width: 1240px) {
  .md-pad-t-8 {
    padding-top: 8px;
  }
}

@media only screen and (max-width: 1240px) {
  .md-pad-b-8 {
    padding-bottom: 8px;
  }
}

@media only screen and (max-width: 640px) {
  .sm-fontsize-8 {
    font-size: 8px !important;
  }
  .sm-fontsize-8 * {
    font-size: 8px !important;
  }
}

@media only screen and (max-width: 1240px) {
  .md-fontsize-8 {
    font-size: 8px !important;
  }
  .md-fontsize-8 * {
    font-size: 8px !important;
  }
}

@media only screen and (max-width: 640px) {
  .sm-gap-14 {
    gap: 14px;
  }
}

@media only screen and (max-width: 640px) {
  .sm-pad-t-14 {
    padding-top: 14px;
  }
}

@media only screen and (max-width: 640px) {
  .sm-pad-b-14 {
    padding-bottom: 14px;
  }
}

@media only screen and (max-width: 1240px) {
  .md-pad-t-14 {
    padding-top: 14px;
  }
}

@media only screen and (max-width: 1240px) {
  .md-pad-b-14 {
    padding-bottom: 14px;
  }
}

@media only screen and (max-width: 640px) {
  .sm-fontsize-14 {
    font-size: 14px !important;
  }
  .sm-fontsize-14 * {
    font-size: 14px !important;
  }
}

@media only screen and (max-width: 1240px) {
  .md-fontsize-14 {
    font-size: 14px !important;
  }
  .md-fontsize-14 * {
    font-size: 14px !important;
  }
}

@media only screen and (max-width: 640px) {
  .sm-gap-16 {
    gap: 16px;
  }
}

@media only screen and (max-width: 640px) {
  .sm-pad-t-16 {
    padding-top: 16px;
  }
}

@media only screen and (max-width: 640px) {
  .sm-pad-b-16 {
    padding-bottom: 16px;
  }
}

@media only screen and (max-width: 1240px) {
  .md-pad-t-16 {
    padding-top: 16px;
  }
}

@media only screen and (max-width: 1240px) {
  .md-pad-b-16 {
    padding-bottom: 16px;
  }
}

@media only screen and (max-width: 640px) {
  .sm-fontsize-16 {
    font-size: 16px !important;
  }
  .sm-fontsize-16 * {
    font-size: 16px !important;
  }
}

@media only screen and (max-width: 1240px) {
  .md-fontsize-16 {
    font-size: 16px !important;
  }
  .md-fontsize-16 * {
    font-size: 16px !important;
  }
}

@media only screen and (max-width: 640px) {
  .sm-gap-18 {
    gap: 18px;
  }
}

@media only screen and (max-width: 640px) {
  .sm-pad-t-18 {
    padding-top: 18px;
  }
}

@media only screen and (max-width: 640px) {
  .sm-pad-b-18 {
    padding-bottom: 18px;
  }
}

@media only screen and (max-width: 1240px) {
  .md-pad-t-18 {
    padding-top: 18px;
  }
}

@media only screen and (max-width: 1240px) {
  .md-pad-b-18 {
    padding-bottom: 18px;
  }
}

@media only screen and (max-width: 640px) {
  .sm-fontsize-18 {
    font-size: 18px !important;
  }
  .sm-fontsize-18 * {
    font-size: 18px !important;
  }
}

@media only screen and (max-width: 1240px) {
  .md-fontsize-18 {
    font-size: 18px !important;
  }
  .md-fontsize-18 * {
    font-size: 18px !important;
  }
}

@media only screen and (max-width: 640px) {
  .sm-gap-24 {
    gap: 24px;
  }
}

@media only screen and (max-width: 640px) {
  .sm-pad-t-24 {
    padding-top: 24px;
  }
}

@media only screen and (max-width: 640px) {
  .sm-pad-b-24 {
    padding-bottom: 24px;
  }
}

@media only screen and (max-width: 1240px) {
  .md-pad-t-24 {
    padding-top: 24px;
  }
}

@media only screen and (max-width: 1240px) {
  .md-pad-b-24 {
    padding-bottom: 24px;
  }
}

@media only screen and (max-width: 640px) {
  .sm-fontsize-24 {
    font-size: 24px !important;
  }
  .sm-fontsize-24 * {
    font-size: 24px !important;
  }
}

@media only screen and (max-width: 1240px) {
  .md-fontsize-24 {
    font-size: 24px !important;
  }
  .md-fontsize-24 * {
    font-size: 24px !important;
  }
}

@media only screen and (max-width: 640px) {
  .sm-gap-32 {
    gap: 32px;
  }
}

@media only screen and (max-width: 640px) {
  .sm-pad-t-32 {
    padding-top: 32px;
  }
}

@media only screen and (max-width: 640px) {
  .sm-pad-b-32 {
    padding-bottom: 32px;
  }
}

@media only screen and (max-width: 1240px) {
  .md-pad-t-32 {
    padding-top: 32px;
  }
}

@media only screen and (max-width: 1240px) {
  .md-pad-b-32 {
    padding-bottom: 32px;
  }
}

@media only screen and (max-width: 640px) {
  .sm-fontsize-32 {
    font-size: 32px !important;
  }
  .sm-fontsize-32 * {
    font-size: 32px !important;
  }
}

@media only screen and (max-width: 1240px) {
  .md-fontsize-32 {
    font-size: 32px !important;
  }
  .md-fontsize-32 * {
    font-size: 32px !important;
  }
}

@media only screen and (max-width: 640px) {
  .sm-gap-48 {
    gap: 48px;
  }
}

@media only screen and (max-width: 640px) {
  .sm-pad-t-48 {
    padding-top: 48px;
  }
}

@media only screen and (max-width: 640px) {
  .sm-pad-b-48 {
    padding-bottom: 48px;
  }
}

@media only screen and (max-width: 1240px) {
  .md-pad-t-48 {
    padding-top: 48px;
  }
}

@media only screen and (max-width: 1240px) {
  .md-pad-b-48 {
    padding-bottom: 48px;
  }
}

@media only screen and (max-width: 640px) {
  .sm-fontsize-48 {
    font-size: 48px !important;
  }
  .sm-fontsize-48 * {
    font-size: 48px !important;
  }
}

@media only screen and (max-width: 1240px) {
  .md-fontsize-48 {
    font-size: 48px !important;
  }
  .md-fontsize-48 * {
    font-size: 48px !important;
  }
}

@media only screen and (max-width: 640px) {
  .sm-gap-64 {
    gap: 64px;
  }
}

@media only screen and (max-width: 640px) {
  .sm-pad-t-64 {
    padding-top: 64px;
  }
}

@media only screen and (max-width: 640px) {
  .sm-pad-b-64 {
    padding-bottom: 64px;
  }
}

@media only screen and (max-width: 1240px) {
  .md-pad-t-64 {
    padding-top: 64px;
  }
}

@media only screen and (max-width: 1240px) {
  .md-pad-b-64 {
    padding-bottom: 64px;
  }
}

@media only screen and (max-width: 640px) {
  .sm-fontsize-64 {
    font-size: 64px !important;
  }
  .sm-fontsize-64 * {
    font-size: 64px !important;
  }
}

@media only screen and (max-width: 1240px) {
  .md-fontsize-64 {
    font-size: 64px !important;
  }
  .md-fontsize-64 * {
    font-size: 64px !important;
  }
}

@media only screen and (max-width: 640px) {
  .sm-gap-96 {
    gap: 96px;
  }
}

@media only screen and (max-width: 640px) {
  .sm-pad-t-96 {
    padding-top: 96px;
  }
}

@media only screen and (max-width: 640px) {
  .sm-pad-b-96 {
    padding-bottom: 96px;
  }
}

@media only screen and (max-width: 1240px) {
  .md-pad-t-96 {
    padding-top: 96px;
  }
}

@media only screen and (max-width: 1240px) {
  .md-pad-b-96 {
    padding-bottom: 96px;
  }
}

@media only screen and (max-width: 640px) {
  .sm-fontsize-96 {
    font-size: 96px !important;
  }
  .sm-fontsize-96 * {
    font-size: 96px !important;
  }
}

@media only screen and (max-width: 1240px) {
  .md-fontsize-96 {
    font-size: 96px !important;
  }
  .md-fontsize-96 * {
    font-size: 96px !important;
  }
}

@media only screen and (max-width: 640px) {
  .sm-hide {
    display: none;
  }
}

.sm-show {
  display: none;
}
@media only screen and (max-width: 640px) {
  .sm-show {
    display: initial;
  }
}

@media only screen and (max-width: 1240px) {
  .md-hide {
    display: none;
  }
}

.md-show {
  display: none;
}
@media only screen and (max-width: 1240px) {
  .md-show {
    display: initial;
  }
}

@media only screen and (max-width: 640px) {
  .sm-move-to-1 {
    order: 1;
  }
}

@media only screen and (max-width: 1240px) {
  .md-move-to-1 {
    order: 1;
  }
}

@media only screen and (max-width: 640px) {
  .sm-move-to-2 {
    order: 2;
  }
}

@media only screen and (max-width: 1240px) {
  .md-move-to-2 {
    order: 2;
  }
}

.bg-purple {
  background-color: #6b4ee6;
}

.bg-darkpurple {
  background-color: #2a276f;
}

.bg-lightpurple {
  background-color: #E3DDFA;
}

.shadow {
  box-shadow: 8px 8px 14px 0px rgba(0, 0, 0, 0.15);
}

* {
  font-family: "Open Sans", sans-serif;
}

a {
  text-decoration: none;
}

.content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.content * {
  margin: 0;
  padding: 0;
  color: #505050;
}
.content.on-dark p, .content.on-dark h1, .content.on-dark h2, .content.on-dark h4, .content.on-dark h6, .content.on-dark li {
  color: #ffffff;
}
.content.center {
  text-align: center;
}
.content h1 {
  font-family: "adelle-condensed", serif;
  font-weight: 400;
  color: #2a276f;
  font-size: 54px;
  line-height: 62px;
}
.content h2 {
  font-weight: 400;
  color: #2a276f;
  font-size: 24px;
  line-height: 34px;
}
.content h3 {
  font-weight: 700;
  color: #2bbef2;
  font-size: 14px;
  line-height: 19px;
  text-transform: uppercase;
}
.content h4 {
  font-family: "adelle-condensed", serif;
  font-weight: 300;
  color: #2a276f;
  font-size: 28px;
  line-height: 36px;
}
.content h6 {
  font-weight: 600;
  color: #2a276f;
  font-size: 18px;
  line-height: 24px;
}
.content p, .content li {
  color: #505050;
  font-size: 18px;
  line-height: 28px;
  max-width: 910px;
}
.content p.light, .content li.light {
  font-weight: 300;
}
.content ul {
  display: flex;
  gap: 14px;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.content ul.arrows li {
  background-image: url("/images/content/arrow.svg");
  background-position: left 2px;
  background-repeat: no-repeat;
  padding-left: 24px;
}
.content ul li ul {
  margin-top: 18px;
  gap: 4px;
}
.content ul li div {
  margin-top: 12px;
}
.content ul.arrows li ul li, .content ul li div {
  font-size: 14px;
  background-size: 8px;
  background-position: left 6px;
}

.btn {
  color: #FFFFFF;
  background-color: #2a276f;
  display: inline-block;
  border-radius: 6px;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 24px;
  padding-right: 24px;
  width: fit-content;
  text-decoration: none;
  box-shadow: 3px 3px 4px 1px rgba(0, 0, 0, 0.3);
  transition: all 0.25s;
}
.btn:hover {
  background-color: #1c1a49;
}

.btn-reversed {
  color: #2a276f;
  border: 1px solid #2a276f;
  background-color: #FFFFFF;
}
.btn-reversed:hover {
  background-color: #e6e6e6;
}

@media only screen and (max-width: 640px) {
  .header > div {
    padding-left: 64px;
    padding-right: 64px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    max-width: 100000px;
  }
  .header > div > div {
    width: 100%;
  }
  .header > div .hamburger {
    right: -12px;
  }
}

.header-logo {
  width: 215px;
}
@media only screen and (max-width: 640px) {
  .header-logo {
    width: 168px;
  }
}

.hamburger-holder {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.hamburger {
  position: relative;
  cursor: pointer;
  width: 40px;
  height: 30px;
}
@media only screen and (max-width: 640px) {
  .hamburger {
    transform: scale(0.8);
  }
}
.hamburger .top, .hamburger .middle, .hamburger .bottom {
  height: 4px;
  width: 40px;
  background-color: white;
  border-radius: 2px;
  position: absolute;
}
.hamburger .top {
  left: 0;
  top: 0;
}
.hamburger .middle {
  left: 0;
  top: 13px;
}
.hamburger .bottom {
  bottom: 0;
  left: 0;
}

.main-nav {
  font-size: 18px;
  overflow: hidden;
}
@media only screen and (max-width: 640px) {
  .main-nav > div {
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }
}
.main-nav a:hover {
  opacity: 0.6;
}
.main-nav * {
  color: #ffffff;
}
.main-nav .section-header {
  font-family: "adelle-condensed", serif;
  font-weight: 400;
  font-size: 36px;
}
.main-nav .sub-category {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: -8px;
}
.main-nav .line {
  width: 100%;
  height: 1px;
  opacity: 0.6;
  background-color: #ffffff;
}
.main-nav .nav-contact-bar {
  width: calc(50% - 12px);
}
@media only screen and (max-width: 1240px) {
  .main-nav .nav-contact-bar {
    width: 100%;
  }
}
.main-nav .sm-nav-section {
  border-bottom: 1px solid #ffffff;
}
.main-nav .sm-subnav {
  border-bottom: 1px solid #6b4ee6;
}
.main-nav .inner {
  padding-left: 64px;
  padding-right: 64px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
}
.main-nav .sm-section-header {
  padding-top: 12px;
  padding-bottom: 12px;
}
.main-nav .sm-section-header span {
  font-family: "adelle-condensed", serif;
  font-weight: 400;
  font-size: 30px;
}
.main-nav .sm-subnav-header {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding-top: 12px;
  padding-bottom: 12px;
}
.main-nav .sm-subnav-header img {
  width: 12px;
  height: 7px;
  margin-left: 4px;
  margin-right: 4px;
}
.main-nav .sm-nav-items {
  background-color: #4A3AA9;
  overflow: hidden;
}
.main-nav .sm-subnav-items {
  background-color: #3A2F8C;
  overflow: hidden;
}
.main-nav .sm-nav-items ul, .main-nav .sm-subnav-items ul {
  display: flex;
  gap: 10px;
  flex-direction: column;
  margin: 0;
  list-style-type: none;
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
}
@media only screen and (max-width: 640px) {
  .main-nav .sm-nav-center {
    padding-left: 64px;
    padding-right: 64px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
}

footer {
  padding-top: 110px;
  padding-bottom: 110px;
}
footer * {
  color: #ffffff;
}
footer .link-list-category {
  color: #ffffff;
  font-size: 12px;
}
footer .link-list a {
  color: #ffffff;
  font-size: 18px;
}
footer .link-list a:hover {
  color: #E3DDFA;
}
footer .copyright {
  font-size: 18px;
}
footer .copyright a:hover {
  color: #E3DDFA;
}
footer .footer-social-icons a:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 640px) {
  footer .footer-nav-group {
    flex-wrap: wrap;
  }
  footer .footer-nav-group div {
    width: calc(50% - 24px) !important;
  }
}

