@charset "UTF-8";

.our-salon img {
    width: 100%;
    border: 0 !important;
}

/* HERO SECTION */
.herosection{
	position:relative;
}
.herosection .innercon{
	position:relative;
	max-width:1500px;
	margin:auto;
}
.herosection .innercon .top{
	font-family: var(--e-global-typography-d0b0087-font-family), Sans-serif;
    font-size: var(--e-global-typography-d0b0087-font-size);
    font-weight: var(--e-global-typography-d0b0087-font-weight);
    text-transform: var(--e-global-typography-d0b0087-text-transform);
    line-height: var(--e-global-typography-d0b0087-line-height);
    letter-spacing: var(--e-global-typography-d0b0087-letter-spacing);
    color: var(--e-global-color-ab9e0dc);
}
.herosection .innercon .main-hero-title{
	    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-size: var(--e-global-typography-primary-font-size);
    font-weight: var(--e-global-typography-primary-font-weight);
    text-transform: var(--e-global-typography-primary-text-transform);
    line-height: var(--e-global-typography-primary-line-height);
    letter-spacing: var(--e-global-typography-primary-letter-spacing);
    color: var(--e-global-color-ab9e0dc);
}
.herosection .innercon .main-hero-title span{
	 background: linear-gradient(to right, #21D2B5, #14A2B3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
	display:block;
	font-size:110px;
	font-style:italic;
	font-weight:300;
	text-transform:initial;
	    line-height: 1.17;
}

.herosection .innercon .schedule{
	    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-size: var(--e-global-typography-accent-font-size);
    font-weight: var(--e-global-typography-accent-font-weight);
    text-transform: var(--e-global-typography-accent-text-transform);
    line-height: var(--e-global-typography-accent-line-height);
    letter-spacing: var(--e-global-typography-accent-letter-spacing);
	    border-radius: 0px 0px 0px 0px;
	color:white;
	border:0;
    padding: 15px 50px 15px 50px;
	background-color: transparent;
    background-image: linear-gradient(90deg, var(--e-global-color-primary) 0%, var(--e-global-color-secondary) 100%);
}
.herosection .innercon .schedule:hover{
	background-image: linear-gradient(90deg, var(--e-global-color-secondary) 0%, var(--e-global-color-primary) 100%);
}
.herosection .slide1{
	padding:400px 20px 100px;
	    background:linear-gradient(to top, black, #0000006b), url(https://wildberry.transformationaloutsourcing.com/wp-content/uploads/2026/04/thirdslide.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.herosection .slide2{
	padding:400px 20px 100px;
	    background: linear-gradient(to top, black, #0000006b), url(https://wildberry.transformationaloutsourcing.com/wp-content/uploads/2026/04/secondslide.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.herosection .slide3{
	padding:400px 20px 100px;
	    background: linear-gradient(to top, black, #0000006b), url(https://wildberry.transformationaloutsourcing.com/wp-content/uploads/2026/04/firstslide.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
/* END */

/* ELEMENTOR */
.page-hero-title span {
  background: linear-gradient(to right, #21D2B5, #14A2B3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
	display:block;
	font-size:110px;
	font-style:italic;
	font-weight:300;
	text-transform:initial;
	    line-height: 1.17;
}
.with-border,
.with-border-cirle,
.with-border-cirle-center{
    position: relative;
}
.with-border:after {
    position: absolute;
    content: '';
    background: transparent;
    border: 1px solid var( --e-global-color-6a972d2 );
    width: 100%;
    height: 100%;
    left: 10px;
    top: 10px;
}
.with-border-circle:after {
    position: absolute;
    content: '';
    background: transparent;
    border: 1px solid var( --e-global-color-6a972d2 );
    width: 100%;
	border-radius:200px 200px 0 0;
    height: calc(100% - 15px);
    left: 0;
    top: 15px;
}
.with-border-circle-center:after {
    position: absolute;
    content: '';
    background: transparent;
    border: 1px solid var( --e-global-color-6a972d2 );
    width: 100%;
    border-radius: 500px 500px 0 0;
    height: 100%;
    left: 12px;
    top: 12px;
}
.contact-form-home .inputs {
    position: relative;
    margin: 0 0 20px;
}
.contact-form-home .grids {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 20px;
}
.contact-form-home .inputs input, .contact-form-home .inputs textarea {
    width: 100%;
    border: 0;
    border-top: 1px solid #00000033;
    border-bottom: 1px solid #00000033;
    padding: 12px;
    text-transform: uppercase;
    color: black;
    outline: none;
}
.contact-form-home .inputs textarea{
	height:150px;
}
    .contact-form-home .inputs .send {
    background-color: var(--e-global-color-accent);
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-size: var(--e-global-typography-accent-font-size);
    font-weight: var(--e-global-typography-accent-font-weight);
    text-transform: var(--e-global-typography-accent-text-transform);
    line-height: var(--e-global-typography-accent-line-height);
    letter-spacing: var(--e-global-typography-accent-letter-spacing);
    border: 0;
    background-color: transparent;
    background-image: linear-gradient(90deg, var(--e-global-color-secondary) 0%, var(--e-global-color-primary) 100%);
    border-radius: 0px 0px 0px 0px;
    padding: 15px 50px 15px 50px;
    color: white;
}
.contact-form-home .inputs .send:hover{
	background-image: linear-gradient(90deg, var(--e-global-color-primary)  0%, var(--e-global-color-secondary) 100%);
}
.mixed-title span{
	font-family: var(--e-global-typography-beff76d-font-family), Sans-serif;
    font-size: var(--e-global-typography-beff76d-font-size);
    font-weight: var(--e-global-typography-beff76d-font-weight);
    text-transform: var(--e-global-typography-beff76d-text-transform);
    line-height: 1em;
    letter-spacing: var(--e-global-typography-beff76d-letter-spacing);
    color: var(--e-global-color-primary);
	    background: linear-gradient(to right, #21D2B5, #14A2B3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
.inner-mixed-title span {
    font-family: var(--e-global-typography-beff76d-font-family), Sans-serif;
    font-size: 180px;
    display: block;
    font-weight: var(--e-global-typography-beff76d-font-weight);
    text-transform: var(--e-global-typography-beff76d-text-transform);
    line-height: var(--e-global-typography-beff76d-line-height);
    letter-spacing: var(--e-global-typography-beff76d-letter-spacing);
    background: linear-gradient(to right, #21D2B5, #14A2B3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.jayce-testimonials  .holdtesttitle p {
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    text-transform: var(--e-global-typography-text-text-transform);
    line-height: var(--e-global-typography-text-line-height);
    letter-spacing: var(--e-global-typography-text-letter-spacing);
    color: var(--e-global-color-ab9e0dc);
}
/* Remove default arrows */
.jayce-testimonials .swiper-button-prev svg,
.jayce-testimonials .swiper-button-next svg {
  display: none;
}

/* Left arrow */
.jayce-testimonials .swiper-button-prev {
  background: url('https://wildberry.transformationaloutsourcing.com/wp-content/uploads/2026/03/left.svg') no-repeat center;
  background-size: contain;
  width: 80px;
  height: 40px;
}

/* Right arrow */
.jayce-testimonials .swiper-button-next {
  background: url('https://wildberry.transformationaloutsourcing.com/wp-content/uploads/2026/03/right.svg') no-repeat center;
  background-size: contain;
  width: 80px;
  height: 40px;
}

/* Optional: make sure they're clickable and visible */
.jayce-testimonials .swiper-button-prev,
.jayce-testimonials .swiper-button-next {
  z-index: 10;
}

/* END */
.menunav {
  position: relative;
  padding: 0;
  background: white;
}
.menunav .innercon {
  position: relative;
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 80% 20%;
  grid-gap: 0;
}
.menunav .innercon .content:nth-child(1) {
  position: relative;
}
.menunav .innercon .content:nth-child(1) ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.menunav .innercon .content:nth-child(1) ul li {
  font-family: "Lexend Deca", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  display: inline-block;
}
.menunav .innercon .content:nth-child(1) ul li a {
  color: #4267b3;
  text-decoration: none;
  display: block;
  padding: 20px;
  transition: 0.3s;
}
.menunav .innercon .content:nth-child(1) ul li a:hover {
  color: #ccc600;
}
.menunav .innercon .content:nth-child(2) {
  position: relative;
  text-align: right;
}
.menunav .innercon .content:nth-child(2) a {
  font-family: "Lexend Deca", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: #4267b3;
  text-decoration: none;
  display: block;
  padding: 20px;
}

.holdpage {
    padding: 200px 0 100px;
    position: relative;
    background: var( --e-global-color-ea39f8c );
}
.holdpage .innercon {
  position: relative;
  max-width: 1200px;
  margin: auto;
}
.holdpage .innercon .content {
  position: relative;
}
.holdpage .innercon .content .pagetitle {
 font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-size: var(--e-global-typography-primary-font-size);
    font-weight: var(--e-global-typography-primary-font-weight);
    text-transform: var(--e-global-typography-primary-text-transform);
    line-height: var(--e-global-typography-primary-line-height);
    letter-spacing: var(--e-global-typography-primary-letter-spacing);
    color: var(--e-global-color-ab9e0dc);
	text-align:center;
}

.pagecontent {
  padding: 70px 0;
  background: #f5f5f5;
  position: relative;
}
.pagecontent .innercon {
  position: relative;
  max-width: 1200px;
  margin: auto;
  display: none;
  grid-template-columns: 30% 70%;
  grid-template-areas: "left right";
}
.pagecontent .innercon .content:nth-child(1) {
  grid-area: right;
  position: relative;
}
.pagecontent .innercon .content:nth-child(1) .hold-all-content {
  font-family: "Lexend Deca", sans-serif;
  position: relative;
  font-size: 17px;
  line-height: 33px;
  color: #373737;
  text-align: justify;
  background: white;
  border: 1px solid #d8d8d8;
  padding: 50px;
}
.pagecontent .innercon .content:nth-child(1) .hold-all-content .hold-pages-featuredimg {
  position: relative;
  margin: 0 0 20px;
}
.pagecontent .innercon .content:nth-child(1) .hold-all-content .hold-pages-featuredimg .pages-featuredimg {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: center;
  position: relative;
}
.pagecontent .innercon .content:nth-child(1) .hold-all-content .hold-pages-featuredimg .pages-featuredimg:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border: 0;
  left: 0;
  top: 0;
  background: linear-gradient(45deg, rgba(11, 62, 251, 0.4509803922), rgba(0, 0, 0, 0.3215686275));
  z-index: 9;
}
.pagecontent .innercon .content:nth-child(1) .hold-all-content .hold-pages-featuredimg .pages-featuredimg:After {
  position: absolute;
  content: "";
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  border: 2px solid #ffffff;
  left: 20px;
  top: 20px;
  z-index: 99;
}
.pagecontent .innercon .content:nth-child(1) .pagetitle {
  font-family: "Lexend Deca", sans-serif;
  font-size: 40px;
  text-align: left;
  color: #4267b3;
  margin: 0 0 20px;
  position: relative;
}
.pagecontent .innercon .content:nth-child(1) .holdblog {
  position: relative;
  padding: 50px;
}
.pagecontent .innercon .content:nth-child(1) .holdblog .blogcon {
  position: relative;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 0;
}
.pagecontent .innercon .content:nth-child(1) .holdblog .blogcon .holdimg {
  position: relative;
}
.pagecontent .innercon .content:nth-child(1) .holdblog .blogcon .holdimg .thedate {
  position: absolute;
  right: 20px;
  top: 20px;
  font-family: "Lexend Deca", sans-serif;
  font-weight: 500;
  color: white;
  background: #ccc600;
  width: 100px;
  padding: 10px 0;
  font-size: 40px;
  text-align: center;
  line-height: 40px;
}
.pagecontent .innercon .content:nth-child(1) .holdblog .blogcon .holdimg .featuredimg {
  width: 100%;
  margin: 0 0 20px;
}
.pagecontent .innercon .content:nth-child(1) .holdblog .blogcon .blogcontitle {
  margin: 0 0 10px 0;
  font-family: "Lexend Deca", sans-serif;
  font-size: 25px;
}
.pagecontent .innercon .content:nth-child(1) .holdblog .blogcon .blogcontitle a {
  color: #4267b3;
  text-decoration: none;
}
.pagecontent .innercon .content:nth-child(1) .holdblog .blogcon .excerpt {
  font-family: "Lexend Deca", sans-serif;
  font-size: 17px;
  color: #3a3a3a;
  font-weight: 400;
  margin: 0 0 20px;
}
.pagecontent .innercon .content:nth-child(2) {
  flex-basis: 30%;
  margin-right: 30px;
  position: sticky;
  grid-area: left;
}
.pagecontent .innercon .content:nth-child(2) .sidebar:nth-child(odd) {
  background: #4267b3;
}
.pagecontent .innercon .content:nth-child(2) .sidebar:nth-child(even) {
  background: #ccc600;
}
.pagecontent .innercon .content:nth-child(2) .sidebar {
  background: white;
  border: 1px solid rgb(216, 216, 216);
  padding: 30px;
  position: relative;
  margin: 0 0 30px;
}
.pagecontent .innercon .content:nth-child(2) .sidebar .title {
  color: white;
  font-family: "Lexend Deca", sans-serif;
  font-size: 25px;
  margin: 0 0 20px;
  font-weight: 400;
  padding-bottom: 10px;
  letter-spacing: 2px;
  position: relative;
  padding: 0 0 10px;
}
.pagecontent .innercon .content:nth-child(2) .sidebar .title:after {
  position: absolute;
  content: "";
  width: 50px;
  border-top: 2px solid white;
  bottom: 0;
  left: 0;
}
.pagecontent .innercon .content:nth-child(2) .sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pagecontent .innercon .content:nth-child(2) .sidebar ul li {
  font-family: "Lexend Deca", sans-serif;
  font-size: 16px;
  font-weight: 300;
  padding-bottom: 25px;
  padding-left: 20px;
  position: relative;
}
.pagecontent .innercon .content:nth-child(2) .sidebar ul li::after {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 15px;
  content: "❯";
  color: white;
}
.pagecontent .innercon .content:nth-child(2) .sidebar ul li a {
  color: white;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
.pagecontent .innercon .content:nth-child(2) .sidebar ul li a:hover {
  color: #4267b3;
}
.pagecontent .innercon .content:nth-child(2) .sidebar .lasts {
  margin: 0 !important;
}
.pagecontent .innercon .content:nth-child(2) .sidebar .inputs {
  margin-bottom: 10px;
  position: relative;
}
.pagecontent .innercon .content:nth-child(2) .sidebar .inputs input,
.pagecontent .innercon .content:nth-child(2) .sidebar .inputs textarea {
  width: 100%;
  padding: 12px 0;
  border: 0;
  background: white;
  border: 1px solid rgb(216, 216, 216);
  outline: none;
  font-family: "Lexend Deca", sans-serif;
  font-size: 15px;
  text-indent: 15px;
}
.pagecontent .innercon .content:nth-child(2) .sidebar .inputs input::placeholder,
.pagecontent .innercon .content:nth-child(2) .sidebar .inputs textarea::placeholder {
  color: rgb(155, 155, 155);
  font-size: 12px;
  text-transform: uppercase;
}
.pagecontent .innercon .content:nth-child(2) .sidebar .inputs textarea {
  height: 100px;
}
.pagecontent .innercon .content:nth-child(2) .sidebar .inputs .send {
  width: 100%;
}

.blog-page {
  position: relative;
  padding: 100px 0;
}
.blog-page .innercon {
  position: relative;
  max-width: 1200px;
  margin: auto;
}
.blog-page .innercon .content {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 50px;
}
.blog-page .innercon .content .blogcon {
  position: relative;
}
.blog-page .innercon .content .blogcon .holdimg {
  position: relative;
}
.blog-page .innercon .content .blogcon .holdimg .featuredimg {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.blog-page .innercon .content .blogcon .holdinfo {
  padding: 20px 0;
  position: relative;
}
.blog-page .innercon .content .blogcon .holdinfo .blogcontitle {
  font-size: 20px;
  text-align: left;
  color: #ccc600;
  margin: 0 0 10px;
}
.blog-page .innercon .content .blogcon .holdinfo .blogcontitle a {
  color: #ccc600;
  text-decoration: none;
}
.blog-page .innercon .content .blogcon .holdinfo .posted-date {
  color: #ccc600;
  font-family: "Lexend Deca", sans-serif;
  text-align: left;
  margin: 0 0 10px;
  font-size: 15px;
}
.blog-page .innercon .content .blogcon .holdinfo .posted-date span {
  margin-right: 10px;
}
.blog-page .innercon .content .blogcon .holdinfo .posted-date .fa {
  margin-right: 5px;
}
.blog-page .innercon .content .blogcon .holdinfo .excerpt {
  font-family: "Lexend Deca", sans-serif;
  font-size: 15px;
  line-height: 2;
  color: #181818;
}
.blog-page .innercon .content .blogcon .holdinfo .reading {
  width: 100%;
  padding: 10px 0;
  transition: 0.3s;
  background: #ccc600;
  color: white;
  text-transform: uppercase;
  font-family: "Lexend Deca", sans-serif;
  font-size: 15px;
  outline: none;
  border: 0;
}
.blog-page .innercon .content .blogcon .holdinfo .reading:hover {
  background: #4267b3;
}
.blog-page .innercon .content .blogcon .holdinfo .reading .fa {
  margin-left: 10px;
}
.blog-page .innercon .content .blogcon .holdinfo .share {
  font-family: "Lexend Deca", sans-serif;
  font-size: 20px;
  margin: 20px 0;
  color: #4267b3;
}
.blog-page .innercon .content .blogcon .holdinfo .fafa {
  font-size: 12px;
  font-family: "Lexend Deca", sans-serif;
  padding: 2px 10px;
  color: white;
  text-decoration: none;
}
.blog-page .innercon .content .blogcon .holdinfo .fb {
  background: #536da6;
}
.blog-page .innercon .content .blogcon .holdinfo .twit {
  background: #54acee;
}
.blog-page .innercon .content .blogcon .holdinfo .link {
  background: #1581c2;
}
.blog-page .innercon .content .blogcon .holdinfo .soc-med {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}
.blog-page .innercon .content .blogcon .holdinfo .soc-med .fa {
  font-size: 15px;
  color: white;
  margin-right: 5px;
}
.blog-page .innercon .content .nextbutton {
  position: relative;
  font-family: "Lexend Deca", sans-serif;
  margin-top: 20px;
  padding-left: 20px;
}
.blog-page .innercon .content .nextbutton a {
  padding: 0 10px;
  font-size: 14px;
  background: #ccc600;
  color: white;
  text-decoration: none;
}
.blog-page .innercon .content .nextbutton span {
  padding: 0 10px;
  font-size: 14px;
  background: #4267b3;
  color: white;
  text-decoration: none;
}

.notfound {
  position: relative;
  padding: 50px 0;
}
.notfound .innercon {
  position: relative;
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 40% 60%;
  grid-gap: 0;
}
.notfound .innercon .content:nth-child(1) {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.notfound .innercon .content:nth-child(1) .all {
  text-align: center;
}
.notfound .innercon .content:nth-child(1) .all .title {
  color: #4267b3;
  font-family: "Lexend Deca", sans-serif;
  font-size: 80px;
  font-weight: 700;
  margin: 0 0;
}
.notfound .innercon .content:nth-child(1) .all .under {
  color: #4267b3;
  font-size: 13px;
}
.notfound .innercon .content:nth-child(2) {
  position: relative;
  text-align: center;
  padding: 0 0 0 50px;
}
.notfound .innercon .content:nth-child(2) .ops {
  color: #f8d065;
  text-shadow: 1px 1px #231b0e;
  font-size: 45px;
  font-family: "Lexend Deca", sans-serif;
  font-weight: 700;
  margin: 0;
}
.notfound .innercon .content:nth-child(2) .notserver {
  color: #181818;
  font-family: "Lexend Deca", sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin: 20px 0;
}
.notfound .innercon .content:nth-child(2) .desc {
  font-family: "Lexend Deca", sans-serif;
  line-height: 30px;
  font-size: 15px;
  margin: 0 0 20px;
}
.notfound .innercon .content:nth-child(2) .goto:hover {
  background: #181818;
}

.contactpage {
  position: relative;
  padding: 70px 0;
  background: #f5f5f5;
}
.contactpage .innercon {
  position: relative;
  max-width: 1200px;
  margin: auto;
  font-family: "Lexend Deca", sans-serif;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 50px;
}
.contactpage .innercon .content:nth-child(1) {
  position: relative;
}
.contactpage .innercon .content:nth-child(1) .title {
  font-size: 30px;
}
.contactpage .innercon .content:nth-child(1) .under {
  font-weight: 300;
  font-size: 15px;
  margin: 0 0 30px;
  color: #575757;
}
.contactpage .innercon .content:nth-child(1) .coninfos {
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid rgb(221, 221, 221);
  position: relative;
  display: grid;
  grid-template-columns: 10% 90%;
  grid-gap: 0;
}
.contactpage .innercon .content:nth-child(1) .coninfos .conleft {
  position: relative;
}
.contactpage .innercon .content:nth-child(1) .coninfos .conleft .fa {
  font-size: 50px;
}
.contactpage .innercon .content:nth-child(1) .coninfos .conleft .fa-envelope {
  font-size: 40px;
}
.contactpage .innercon .content:nth-child(1) .coninfos .conright {
  position: relative;
  padding-left: 20px;
}
.contactpage .innercon .content:nth-child(1) .coninfos .conright .phoneinfo {
  color: #014c70;
  font-size: 15px;
  margin: 0 0;
  text-transform: uppercase;
  font-weight: 500;
}
.contactpage .innercon .content:nth-child(1) .coninfos .conright .phoneinfounder {
  color: #014c70;
  font-size: 15px;
  margin: 0 0;
  text-transform: uppercase;
  font-weight: 500;
}
.contactpage .innercon .content:nth-child(1) .coninfos .conright .phoneinfounder a {
  text-decoration: none;
  color: #4267b3;
  text-transform: initial;
}
.contactpage .innercon .content:nth-child(2) {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.contactpage .innercon .content:nth-child(2) .forms {
  position: relative;
  box-shadow: 0 0 10px rgb(221, 221, 221);
  background: white;
  padding: 40px;
  width: 80%;
}
.contactpage .innercon .content:nth-child(2) .forms .title {
  font-size: 30px;
}
.contactpage .innercon .content:nth-child(2) .forms .lasts {
  margin: 0 !important;
}
.contactpage .innercon .content:nth-child(2) .forms .inputs {
  margin-bottom: 10px;
  position: relative;
}
.contactpage .innercon .content:nth-child(2) .forms .inputs input,
.contactpage .innercon .content:nth-child(2) .forms .inputs textarea {
  width: 100%;
  padding: 12px 0;
  border: 1px solid rgb(209, 209, 209);
  background: white;
  outline: none;
  font-family: "Lexend Deca", sans-serif;
  font-size: 15px;
  text-indent: 15px;
}
.contactpage .innercon .content:nth-child(2) .forms .inputs input::placeholder,
.contactpage .innercon .content:nth-child(2) .forms .inputs textarea::placeholder {
  color: rgb(155, 155, 155);
  font-size: 12px;
}
.contactpage .innercon .content:nth-child(2) .forms .inputs textarea {
  height: 100px;
}
.contactpage .innercon .content:nth-child(2) .forms .inputs .send {
  text-indent: 0;
  width: 100%;
  color: white;
  background: #4267b3;
}
.contactpage .innercon .content:nth-child(2) .forms .inputs .send:hover {
  background: #181818;
  color: white;
}

/*# sourceMappingURL=main.css.map */
@media only screen and (max-width : 768px){
	.inner-mixed-title span {
    font-family: var(--e-global-typography-beff76d-font-family), Sans-serif;
    font-size: 80px;
    display: block;
    font-weight: var(--e-global-typography-beff76d-font-weight);
    text-transform: var(--e-global-typography-beff76d-text-transform);
    line-height: .9;
    letter-spacing: var(--e-global-typography-beff76d-letter-spacing);
    background: linear-gradient(to right, #21D2B5, #14A2B3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
.herosection .slide1,
	.herosection .slide2,
	.herosection .slide3{
    padding: 300px 20px 100px;
    text-align: center;
}
	.herosection .innercon .main-hero-title span {
    background: linear-gradient(to right, #21D2B5, #14A2B3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    display: block;
    font-size: 70px;
    font-style: italic;
    font-weight: 300;
    text-transform: initial;
    line-height: 1.17;
}
	.herosection .innercon .main-hero-title {
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-size: 65px;
    font-weight: var(--e-global-typography-primary-font-weight);
    text-transform: var(--e-global-typography-primary-text-transform);
    line-height: var(--e-global-typography-primary-line-height);
    letter-spacing: var(--e-global-typography-primary-letter-spacing);
    color: var(--e-global-color-ab9e0dc);
}
}
@media only screen and (max-width : 480px){
	.herosection .slide1, .herosection .slide2, .herosection .slide3 {
    padding: 150px 20px 100px;
    text-align: center;
}
	.herosection .innercon .main-hero-title span {
    background: linear-gradient(to right, #21D2B5, #14A2B3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    display: block;
    font-size: 40px;
    font-style: italic;
    font-weight: 300;
    text-transform: initial;
    line-height: 1.17;
}
	.herosection .innercon .main-hero-title {
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-size: 40px;
    font-weight: var(--e-global-typography-primary-font-weight);
    text-transform: var(--e-global-typography-primary-text-transform);
    line-height: var(--e-global-typography-primary-line-height);
    letter-spacing: var(--e-global-typography-primary-letter-spacing);
    color: var(--e-global-color-ab9e0dc);
}
	.page-hero-title span {
    background: linear-gradient(to right, #21D2B5, #14A2B3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    display: block;
    font-size: 60px;
    font-style: italic;
    font-weight: 300;
    text-transform: initial;
    line-height: 1.17;
}
}