html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

.hidden,
[hidden] {
  display: none !important;
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
.features-section::after{
  content: '';
  background: url(../img/Unicorn.png) no-repeat right bottom;
  bottom: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
.features-section{
  background: url(../img/fb-bg.png);
  background-size: cover;
  color: #fff;
  padding: 220px 0;
  position: relative;
  z-index: 0;
}
.startup-title .startup-span{
  font-size: 100px;
color: #EF7D00;
font-weight: 400;
text-transform: uppercase;
}
.startup{
  font-weight: 700;
  color: #fff;
}
.features-serial{
  position: absolute;
  right: 0;
}
.features-serial span::before{
  content: '';
    background: url(../img/tracejado1.png) left bottom;
    width: 480px;
    height: 132px;
    right: 0;
    top: -92px;
    position: absolute;
    z-index: -1;
}
.features-serial span, .features-serial-2 span, .features-serial-3 span, .features-serial-6 span{
font-size: 50px;
font-weight: 700;
line-height: 1;
background: #fff;
color: #17286B;
height: 65px;
width: 65px;
display: block;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
text-align: center;
padding-top: 5px;
position: relative;
z-index: 2;
}
.ft-bottom{
  margin-left: 100px;
  max-width: 600px;
  margin-bottom: 100px;
}
.features-title{
  font-size: 36px;
  color: #EF7D00;
  font-weight: 700;
}
.features-st{
  font-size: 24px;
}
.features-details{
  padding-top: 100px;
  margin-bottom: 20px;
}
.features-details-sm{
  margin-bottom: 20px;
}
.features-btn, .features-btn:visited{
  border: 1px solid #fff;
  display: inline-block;
  background: transparent;
  -webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
color: #fff;
font-size: 20px;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear;
}
.features-btn i{
  border-left: 1px solid #ffff;
  padding: 10px 30px;
  display: inline-block;
}
.features-btn span{
  padding: 10px 30px;
  display: inline-block;
}
.features-btn:hover{
  background: #EF7D00;
  color: #090431;
  text-decoration: none;
}
.fb-one{
  padding-bottom: 80px;
}
.features-serial-2{
  position: absolute;
  right: 0;
  top: 50px;
}
.features-serial-2 span::before{
  content: '';
    background: url(../img/tracejado2.png) right bottom;
    width: 550px;
    height: 217px;
    left: 0;
    top: -180px;
    position: absolute;
    z-index: -1;
}
.features-serial-3{
  position: absolute;
  right: 0;
  top: -50px;
}
.features-serial-3 span::before{
  content: '';
    background: url(../img/tracejado3.png) left bottom;
    width: 640px;
    height: 465px;
    right: 0;
    bottom: 25px;
    position: absolute;
    z-index: -1;
}
.mtn-150{
  margin-top: -150px;
}
.pt-100{
  padding-top: 100px;
}
.vertical-heading{
  position: absolute;
  left: -35px;
  top: 85px;
  -moz-transform: rotate(270deg);
-webkit-transform: rotate(270deg);
-o-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg);
}
.features-serial-6{
  position: relative;
  text-align: center;
  padding-top: 300px;
  padding-bottom: 50px;
}
.features-serial-6 span::before{
  content: '';
  background: url(../img/tracejado6.png) right bottom no-repeat;
  background-size: contain;
  width: 540px;
  height: 377px;
  right: 30px;
  bottom: 0;
  position: absolute;
  z-index: -1;
}
.features-serial-6 span{
  margin-left: auto;
    margin-right: auto;
}
.social-media ul{
  padding-left: 0;
  list-style: none;
  display: -ms-flexbox !important;
  display: flex !important;
  margin-bottom: 0;
  margin-left: 0;
}
.social-media ul li a{
  margin-right: 8px;
}
.social-media ul li a, .social-media ul li a:visited{
  color: #fff;
}
.social-media ul li a:hover{
  text-decoration: none;
  color: #EF7D00;
}
.header-one{
position: absolute;
width: 100%;
font-size: 18px;
color: #fff;
padding: 20px 0;
z-index: 2;
}
.header-btn a, .header-btn a:visited{
display: inline-block;
background: #EF7D00;
color: #090431;
font-size: 18px;
padding: 10px 30px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear;
}
.header-btn a:hover{
  color: #090431;
  background: #fff;
  text-decoration: none;
}
.header-whatsapp{
  margin-left: 10px;
  margin-right: 10px;
}
.social-media{
  margin-left: 10px;
}
.serial-seven{
  padding-top: 250px;
  overflow: hidden;
}
.features-serial-7{
position: relative;

}
.features-serial-7 span::before{
  content: '';
  background: url(../img/serial-7.png) right bottom no-repeat;
  background-size: contain;
  width: 525px;
    height: 340px;
    left: 30px;
    bottom: 65px;
  position: absolute;
  z-index: -1;
}
.features-serial-7 span{
  font-size: 50px;
font-weight: 700;
line-height: 1;
background: #EF7D00;
color: #fff;
height: 65px;
width: 65px;
display: block;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
text-align: center;
padding-top: 5px;
position: relative;
z-index: 2;
}
.serial-seven{
  color: #090431;
}
.serial-seven .features-btn, .serial-seven .features-btn:visited{
  border: 1px solid #090431;
  color: #090431;
}
.serial-seven .features-btn i {
  border-left: 1px solid #090431;
}
.ser-block{
  text-align: center;
}
.ser-icon{
  width: 70px;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
}
.ser-normal-icon{
position: absolute;
  opacity: 1;
  visibility: visible;
}
.ser-block:hover .ser-normal-icon{
  opacity: 0;
  visibility: hidden;
}
.ser-hover-icon{
  position: absolute;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear;
}
.ser-block:hover .ser-hover-icon{
  opacity: 1;
  visibility: visible;
}
.ser-block-title{
  font-size: 16px;
  font-weight: 500;
}
.services-section, .testimonials-sec{
  padding: 80px 0;
}
.testi-img{
  min-width: 60px;
  margin-right: 10px;
}
.testi-author{
  font-size: 24px;
  font-weight: 700;
  color: #A7A7A7;
}
.testi-designation{
  font-size: 24px;
  color: #A7A7A7;
}
.testi-reviews{
  color: #EF7D00;
}
.testi-descriptions{
  font-size: 24px;
  color: #A7A7A7;
}
.testimonials-slider .swiper-wrapper{
max-width: 50%;
}
/* .swiper-button-next{
  margin-right: -100px;
}
.swiper-button-prev{
  margin-left: -100px;
} */
.site-footer{
  padding: 30px 0;
}
.landing-hero-2{
  min-height: 100vh;
  width: 100%;
  display: table;
}
.landing-inner{
  display: table-cell;
  vertical-align: middle;
  color: #fff;
}
.landing-three-wrapper{
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.about-block{
  position: relative;
z-index: 5;
background: rgba(255, 255, 255, 0.1);
padding: 50px;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
}

.about-title{
font-size: 132px;
color: #fff;
font-weight: 700;
line-height: 1;
}
.about-title span{
  -webkit-text-stroke-color: currentColor;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
}
.font-stroke{
  -webkit-text-stroke-color: currentColor !important;
  -webkit-text-fill-color: transparent !important;
  -webkit-text-stroke-width: 1px !important;
}
.landing-three-wrapper{
  padding: 100px 0 0;
}
.about-content{
  color: #fff;
  font-size: 20px;
  z-index: 2;
}
.about-quote{
  background: #fff;
  padding: 20px;
  -webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
font-size: 42px;
line-height: 1.4;
color: #090431;
font-weight: 700;
text-align: center;
}
.about-overlay, .service-overlay{
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
background:#fff;
background:rgba(255,255,255,0.1);
backdrop-filter: blur(20px);
-webkit-backdrop-filter: blur(20px);
z-index: -1;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
}
.blog-block{
  background: #fff;
  padding: 15px;
  -webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
text-align: center;
}
.post-title{
  font-size: 30px;
  color: #090431;
}
.post-title a, .post-title a:visited{
  color: #090431;
}
.service-inner-box{
  position: relative;
  z-index: 5;
  padding: 50px;
  color: #fff;
}
.testimonial-3{
  background: #fff;
  position: relative;
  z-index: 5;
  overflow: hidden;
  padding: 15px;
  -webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
}
.landing-three-wrapper .site-footer{
  color: #fff;
}
.testimonial-wrapper{
  position: relative;
}
.testi-prev, .testi-next{
  position: absolute;
  z-index: 10;
  top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 45px;
}
.testi-next{
  right: 10px;
}
.testi-prev{
  left: 10px;
}
.testi-prev:focus, .testi-next:focus{
outline: none;
}
.header-menu-text, .header-menu-text:visited{
color: #fff !important;
}
.header-two .header-btn{
  margin-left: 15px;
  margin-right: 15px;
}
.header-two .header-social{
  margin-right: 20px;
}
.contact-block{
  position: relative;
  padding: 30px !important;
  word-wrap: break-word;
  color: #090431;
}
.form-headin{
  color: #090431;
  word-wrap: break-word;
  z-index: 2;
  position: relative;
}
.contact-block input, .form-select select{
  border: 2px solid #090431;
  -webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
min-height: 36px;
width: 100%;
padding-left: 10px;
}
.contact-block label{
  width: 100% !important;
  display: block !important;
}
.form-select{
  position: relative;
  background: #EF7D00;
  color: #fff;
  -webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
}
.form-select::before {
  position: absolute;
  content: '';
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  background: url(../img/select-arrow.png) no-repeat;
  width: 24px;
  height: 20px;
  z-index: 99;
}
.form-select select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  background: #EF7D00;
  color: #fff;
}
.cf-submit .wpcf7-submit{
  cursor: pointer;
  background: #EF7D00;
  color: #fff;
  line-height: 36px;
  border: none;
  z-index: 2;
  position: relative;
}
.cf-submit .wpcf7-submit:hover{
  background: #090431;
  color: #fff;
}
.contact-overlay{
  position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    z-index: 0;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}