@import url("https://use.typekit.net/mdf8fxg.css");
body, p, p a, a, h1, h2, h3, h4, h5, h6 {
  font-family: "poppins", sans-serif;
}
h1{
  font-weight: 700;
}
h2, h3, h4, h5, h6{
  font-weight: 400;
}
h1{
  color: white;
  font-size: 4rem;
}
h2{
  color: #622a65;
  font-size: 3rem;
}
h4{
  font-size: 1.5rem;
}
h2.has-medium-font-size{
  font-size: 2.5rem!important;
}
h3, h4{
  color: #622a65;
}
h2.smallHeader{
      font-size: 2rem;
}
a{
  color: #f9be56;
  text-decoration: none;
}
a:hover{
  color: #622a65;
  text-decoration: underline;
}
.purpleBg{
  & h2, h3, h4, h5, h6, p{
    color: white;
  }
}
.purpleTitle{
  & h1, h2, h3, h4, h5, h6, p{
    color: #622a65;
    text-shadow: 0 0 50px white;
  }
}

@media screen and ( max-width: 1200px ){
	h1{
	  font-size: 3rem;
	}
}

@media screen and ( max-width: 992px ){
  h1{
    font-size: 2.5rem;
  }
  h2{
    font-size: 2rem;
  }
  h3{
    font-size: 1.2rem;
  }
}
footer{
  background: #622a65;
  color: white;
}
footer li{
  display: block;
}
footer a, footer a:hover{
  color: white;
  text-decoration: none;
}
footer .menu {
  margin: 0;
  padding: 0;
}
footer .menu a{
  text-align: left;
  background: transparent;
  padding: 0;
}
.social img{
  width: 30px;
}
.nf-form-content{
  max-width:100%!important;
}
.nf-form-content button, .nf-form-content input[type=button], .nf-form-content input[type=submit], .swpm-login-form-submit{
  background: #622a65!important;
  color: white!important;
}
.nf-form-content button, .nf-form-content input[type=button], .nf-form-content input[type=submit], .swpm-login-form-submit, .wp-element-button, .search-submit, .wp-element-button:hover{
  background: #622a65;
  color: white;
  padding: 10px 40px!important;
  border-radius: 50px!important;
  border: none!important;
}
.nf-form-content .list-select-wrap .nf-field-element>div, .nf-form-content input:not([type=button]), .nf-form-content textarea, .swpm-login-widget-form input, .swpm-login-widget-form checkbox{
  background: #f7f7f7;
  border-radius: 0;
  padding: 12px;
  border: none!important;
}
.swpm-post-not-logged-in-msg{
  padding: 100px 0;
  text-align: center;
}
.search-field{
  flex-grow: 1;
  margin-left: 0;
  margin-right: 0;
  min-width: 3rem;
  padding: 8px;
  text-decoration: unset!important;
}
.search-form, .search-form label{
  display: flex;
  flex: auto;
  flex-wrap: nowrap;
  max-width: 100%;
}
.search-submit{
  margin-left: 10px;
}
.nf-field-label .nf-label-span, .nf-field-label label{
  font-weight: 400!important;
}
.custom-logo{
  height: 35px;
  width: auto;
}
.carousel{
  min-height: 750px;
}
.backgroundBtm{
  background-position: bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.frontBanner{
  margin-top: 300px;
  margin-bottom: 100px;
}
.carousel-item .purpleBg p{
  font-size: 2rem;
}
.rourceHub{
  width: 25%;
}
@media screen and ( max-width: 992px ){
  .carousel{
    min-height: 400px;
  }
  .rourceHub{
    width: 70%;
  }
}
/* ====== NAV BAR ====== */
#menu-header-menu{
	margin: 0;
	padding: 0;
}
#bar li{
	display: inline-block;
	margin: 0 20px;
}
#menu-logged-in-menu li{
	margin: 0 10px;
}
#menu-logged-in-menu li:last-child{
	margin: 0 0 0 10px;
}
#bar li a{
	color: #622a65;
	font-size: 16px;
  text-decoration: none;
}
#bar .dropdown-menu li{
	display: block;
	margin: 0;
}
#bar .dropdown-menu{
	border: 0;
	border-radius: 0;
}
/* ====== NAV BAR END ====== */

/* ====== NAV STICKY ====== */
#stickyNav{
	width: 100%;
	background-color: white;
}
#stickyNav li{
	display: inline-block;
	margin: 0 20px;
}
#stickyNav li a{
	color: white;
	font-size: 16px;
}
#stickyNav .dropdown-menu{
  padding: 20px;
  background-color: #622a65;
}
#stickyNav .dropdown-menu li{
	display: block;
	margin: 0;
}
#stickyNav .dropdown-menu{
	border: 0;
	border-radius: 0;
}
@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: #622a65;
}
.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: #622a65;
	border-radius: 50%;
  border: 0;
  overflow: visible;
	z-index: 11000;
}
.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 p a{
  font-size: 1em!important;
  text-transform: lowercase;
}
#overlay{
  position: fixed;
  z-index: 1000;
  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: #622a65;
    overflow-x: hidden;
    padding-top: 60px;
    transition: 0.5s;
    text-align: right;
}
.sidenav a, .sidenav a:not([href]):not([tabindex]), .sidenav li a {
    text-decoration: none;
    font-size: 20px;
    color: #fff!important;
    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;
}
.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;
}
.menu{
  margin-top: 20px;
  margin-right: 50px;
  padding: 0 30px;
  @include border-radius(5px);
  #transition: all 0.5s ease;
  a{
    display: block;
    color: #fff;
    padding: 10px 2px;
    margin: 3px 0;
    text-decoration: none;

    &:nth-child(1){
      margin-top: 0;
      @include border-radius(3px 3px 0 0 );
    }
    &:nth-child(5){
      margin-bottom: 0;
      @include border-radius(0 0 3px 3px);
    }
  }
}
@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-top: 100px;
  }
}
/* ====== NAV BURGER ====== */
.purpleBg{
  background: rgba(98,42,101,0.8);
  color: white;
}
.purpleFadeBg{
  background-color: rgba(98,42,101,0.8);
}
.yellowBg{
  background: #f9be56;
  color: #622a65;
}
.greyBg{
  background: #EAEAEA;
}
.btn, .btn.btn-primary{
  border-radius: 50px;
  background: #622a65;
  color: white;
  border: none;
  padding: 10px 40px;
}
.purpleBg .btn.btn-primary, .purpleFadeBg .btn.btn-primary{
  color: #622a65!important;
  background: white!important;
}
.purpleBg .btn.btn-primary:hover, .purpleFadeBg .btn.btn-primary:hover{
  background: #f9be56!important;
}
.dots1{
  background-image: url('../img/dots1.png');
  background-position: bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.dots2{
  background-image: url('../img/dots2.png');
  background-position: bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
div#logo-carousel-free-43.logo-carousel-free .sp-lc-logo{
  border: none!important;
}
.aspectSquare{
  aspect-ratio: 1 / 1;
}

.testimonial-field.testimonial-name, .testimonial-field.testimonial-company{
  font-weight: 700!important;
}
.strong-view.wpmtst-modern .wpmtst-testimonial-content:before, .strong-view.wpmtst-modern .wpmtst-testimonial-content:after{
  display: none;
}
.wp-block-column ul{
  list-style: none;
}
.wp-block-column ul li{
  display: block;
  list-style-type: disc;
  list-style-position: inside;
  text-indent: -0.8em;
  padding-left: 1em;
  margin-bottom: 10px;
}
.wp-block-column ul li:before {
  position: relative;
  content: '✓';
  left: -20px;
  color: #f9be56;
  font-weight: 700;
}
.yellowBg .wp-block-column ul li:before, .purpleBg .wp-block-column ul li:before {
  color: white;
}
.circle{
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  bottom: 0;
  left: 0;
  width: 75%;
  color: white!important
}
.circle a{
  color: white!important;
}
.circle h3{
  color: white;
  font-weight: 700;
}
.offset1{
  top: 0;
}
.offset2{
  top: 90px;
}
.offset3{
  top: 40px;
}
.linkSquare{
  filter: drop-shadow(5px 5px 10px #5d5d5d);
}

@media screen and ( max-width: 992px ){
  .offset2{
    top: 0;
  }
  .offset3{
    top: 0;
  }
}
