@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,800");
body {
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #121212; }

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

img {
  max-width: 100%; }

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none; }

a:focus,
a:hover {
  text-decoration: none; }

i,
span,
a {
  display: inline-block; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #121212;
  margin: 0px; }

h1 {
  font-size: 48px; }

h2 {
  font-size: 36px; }

h3 {
  font-size: 28px; }

h4 {
  font-size: 22px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

ul, ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none; }

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #121212;
  margin: 0px; }

.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%; 
}
.carousel-item img{
    height: 650px;
}
#sobre{
    margin: 0!important;
    padding: 0!important;
    background-size: cover;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: center;
    background-attachment: fixed;
    min-height: calc(85vh - 0px);
    display: grid;
    align-items: center;
}
#sobre h3{
    font-size: 36px;
    line-height: 44px;
    color: var(--title-color);
    text-transform: capitalize;
    margin-bottom: 10px;
    font-weight: 600;
}
#sobre p{
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: var(--text-color);
    margin: 25px 0;
}
#sobre ul li span.fa {
    padding-right: 5px;
    color: #fb8735;
}
/* Topo */
.carousel{
    clip-path: ellipse(85% 100% at 50% 0);
}
.bg-menu{
    font-size: 0.459cm;
    background-color: rgba(100, 101, 102, 0.29);
    text-transform: uppercase;
}
.icone a{
    padding: 1px;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .8rem;
    padding-left: .8rem;
    font-weight: 600;
}
.navbar-expand-lg .navbar-nav .nav-link:hover {
color: rgb(255, 146, 66)!important;
}
.navbar-expand-lg .navbar-nav span {
    background: url("../img/detalhe-menu.png") center center no-repeat;
    width: 100%;
    height: 5px;
    display: inline-block;
    visibility: hidden;
    margin: -19px 0px 12px 0px;
}.navbar-expand-lg .navbar-nav li:hover span {
    visibility: visible;
}
.social-icons{
  padding: 0 10px;
}
.btn-install{
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    border-radius: 4px;
    text-transform: uppercase;
    display:inline-block;
    cursor:pointer;
    font-size:15px;
    font-weight:bold;
    text-decoration:none;
    font-weight: bold;
    padding: 18px 40px;
    line-height: 24px;
    text-decoration: none;
    margin-top: 20px;
}
.btn-install:hover {
    background-color: #ffffff;
    color: #305ddb;
    text-decoration: none;
    box-shadow: 0px 1px 2px 3px #2323ff80;
    transition: 0.5s;
}
.btn-install:active {
    position:relative;
    top:1px;
}
.divisor{
    background-color: #ff9242;
    padding: 25px 0;
}

#velocimetro{
    background: #1a1d23;
    text-align: center;
}
    #velocimetro h2{
    margin-top: 20%;
    margin-bottom: 20px;
}

#ajuda h3,h5{
    color: #fff;
}
.btn-associe-se {
    border: 1px solid;
    border-radius: 7px;
    color: rgb(255, 255, 255);
    padding: 6px 0px 6px 0px;
}
.slide-titulo{
    font-family: 'Overpass', regular;
    font-size: 36px;
    font-weight: bold;
    position: relative;
    top: -220px;
    text-transform: uppercase;
}
.slide-subtitulo{
    font-family: 'Overpass', regular;
    font-size: 28px;
    font-weight: bold;
    position: relative;
    top: -200px;
}.btn-saiba-mais{
     border: 1px solid;
     border-radius: 10px;
     color: rgb( 255, 255, 255 );
     padding: 2px;
     margin-top: 4px;
 }
.link-btn {
    border: 1px solid;
    border-radius: 5px;
    color: rgb(255, 255, 255);
    padding: 10px;
    position: absolute;
    top: 25%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    font-weight: 600;
}
 .link-btn:hover{
     text-decoration: none;
     color: #000;
     background-color: rgba(251, 251, 251, 0.62);
     transition: 0.7s;
     border: none; 
 }
.section-title{
margin: 45px auto;
text-align: center;
font-size: 40px;
max-width: 600px;
position: relative;
font-family: 'neuropol';
}
.section-title:before {
    content: "";
    width: 100px;
    height: 2px;
    background: rgb(255, 146, 66);
    position: absolute;
    top: 50%;
    left: 0;
}
.section-title:after {
    content: "";
    width: 100px;
    height: 2px;
    background: rgb(255, 146, 66);
    position: absolute;
    top: 50%;
    right: 0;
}

.btn-ligamos{
    text-decoration: none;
    border: 2px solid;
    border-radius: 5px;
    color: rgb(255, 255, 255);
    padding: 10px;
    position: absolute;
    top: 50%;
    right: 30%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    font-weight: 600;
    text-transform: uppercase;
}
 .btn-ligamos:hover{
    color: #000;
    background-color: #fff!important;
    transition: 1.3s;
 }
 #planos{
    padding-top: 1px;
    padding-bottom: 50px;
    background-color: #e8e8e8;;
 }
 #contato{
    margin-top: 0;
    padding: 10px 0;
  background-color: #f9f5f5;
 }
 /* RodapÃ© */
 .bg-rodape{
     background-color: #0b2059;
 }
.titulo-rodape{
    color: #fff;
    font-weight: bold;}
 .bg-rodape ul li{
     list-style-type: none;
 }
 .bg-rodape ul li a{
text-decoration: none;
 }
.icone-footer{
    padding: 4px;
}
.btn-enviar{
    background: #ff9242;
    color: #fff;
    font-weight: 600;
    float: right;
    border: 1px solid #0b205a;
    border-radius: 3px;
    padding: 5px;
}
.btn-enviar:hover{
     color: #143283;
     background-color: rgba(238, 238, 238, 0.89);
 }
 /* Anuncio */
 #anuncio{
    margin: 0!important;
    padding: 0!important;
    background-size: cover;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: center;
    background-attachment: fixed;
    min-height: calc(85vh - 0px);
    display: grid;
    align-items: center;

 }
 #anuncio h3{
    font-size: 36px;
    line-height: 44px;
    color: var(--title-color);
    text-transform: capitalize;
    margin-bottom: 10px;
    font-weight: 600;
}
.anuncio-titulo{
     margin-top: -180px;
     font-size: 38px;
     text-transform: uppercase;
     font-weight: bold;
     color: #fff;
 }
.anuncio-subtitulo{
    color: #fff;
    font-size: 19px;
    font-weight: bold;
    margin: -30px 0px 0px 0px;
}
.btn-anuncio{
    color: #143283;
    border-radius: 5px;
    background-color: #fff;
    /*font-family: "Arial Black";*/
    text-decoration: none;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 2px 25px 2px 25px;
    font-size: 1rem;
    line-height: 1.5;

}.btn-anuncio:hover{
     color: #143283;
     background-color: rgba(238, 238, 238, 0.89);
 }

     .demo
{
    padding: 100px 0;
}
.heading-title
{
    margin-bottom: 100px;
}

.pricingTable{
    text-align: center;
}

.pricingTable .pricingTable-header{
    padding: 30px 0;
    background: #4d4d4d;
    position: relative;
    transition: all 0.3s ease 0s;
}

.pricingTable:hover .pricingTable-header{
    background: #09b2c6;
}

.pricingTable .pricingTable-header:before,
.pricingTable .pricingTable-header:after{
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #d9d9d8;
    position: absolute;
    bottom: 12px;
}

.pricingTable .pricingTable-header:before{
    left: 40px;
}

.pricingTable .pricingTable-header:after{
    right: 40px;
}

.pricingTable .heading{
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 0;
}

.pricingTable .price-value{
    display: inline-block;
    position: relative;
    font-size: 50px;
    font-weight: bold;
    color: #09b1c5;
    transition: all 0.3s ease 0s;
}

.pricingTable:hover .price-value{
    color: #fff;
}

.pricingTable .currency{
    font-size: 30px;
    font-weight: bold;
    position: absolute;
    top: 6px;
    left: -38px;
}

.pricingTable .month{
    font-size: 16px;
    color: #fff;
    position: absolute;
    bottom: 15px;
    right: -35px;
    text-transform: uppercase;
}

.pricingTable .pricing-content{
    padding-top: 50px;
    background: #fff;
    position: relative;
}

.pricingTable .pricing-content:before,
.pricingTable .pricing-content:after{
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #7c7c7c;
    position: absolute;
    top: 12px;
}

.pricingTable .pricing-content:before{
    left: 40px;
}

.pricingTable .pricing-content:after{
    right: 40px;
}

.pricingTable .pricing-content ul{
    padding: 0 20px;
    margin: 0;
    list-style: none;
}

.pricingTable .pricing-content ul:before,
.pricingTable .pricing-content ul:after{
    content: "";
    width: 8px;
    height: 46px;
    border-radius: 3px;
    background: linear-gradient(to bottom,#818282 50%,#727373 50%);
    position: absolute;
    top: -22px;
    z-index: 1;
    box-shadow: 0 0 5px #707070;
    transition: all 0.3s ease 0s;
}

.pricingTable:hover .pricing-content ul:before,
.pricingTable:hover .pricing-content ul:after{
    background: linear-gradient(to bottom, #40c4db 50%, #34bacc 50%);
}

.pricingTable .pricing-content ul:before{
    left: 44px;
}

.pricingTable .pricing-content ul:after{
    right: 44px;
}

.pricingTable .pricing-content ul li{
    font-size: 15px;
    font-weight: bold;
    color: #777473;
    padding: 10px 0;
    border-bottom: 1px solid #d9d9d8;
}

.pricingTable .pricing-content ul li:last-child{
    border-bottom: none;
}

.pricingTable .read{
    display: inline-block;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    background: #d9d9d8;
    padding: 8px 25px;
    margin: 30px 0;
    transition: all 0.3s ease 0s;
}

.pricingTable .read:hover{
    text-decoration: none;
}

.pricingTable:hover .read{
    background: #09b1c5;
}

@media screen and (max-width: 990px){
    .pricingTable{ margin-bottom: 25px; }
}

.label{
    width: 100%;
    height: 58px;
    background: white;
    position: relative;
    top: 54px;
}
.map{
    margin-top: -90px;
}
.fixo a:hover{
    box-shadow: inset 0 0 0 25px #53a7ea;
}
        
.fixo a{
 position:fixed; 
 width:60px;
 height:60px; 
 bottom:30px; 
 right:20px;  
 background-color:#25d366; 
 color:#FFF; border-radius:50px; 
 text-align:center; 
 font-size:30px; 
 box-shadow: 1px 1px 2px #888;   
 z-index:1000;
}
.fixo i{
    margin-top: 16px;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
}
@media screen and (max-width: 640px) {
 .bg-rodape .titulo-rodape {
        text-align: center;
        color: #fff;
        font-weight: bold;
        margin-top: 5px;
    }
}
@media screen and (max-width: 568px) {
    .carousel-item img {
    height: 280px;
    }

    .slide-titulo {
        font-size: 45px;
        text-transform: uppercase;
        margin-top: -60px;
    }
    .btn-ligamos{
        margin: 27px -108px;
    }
    .divisor {
    padding: 65px 0px;
    }
    #ajuda h3{
        margin-top: -45px;
        text-align: center!important;
    }
    #ajuda h5{
        text-align: center!important;   
    }
    footer{
        color: #fff;
        text-align: center;
    }
}

@media screen and (max-width: 1024px) {
    .nav-link{
        font-size: 12px;
    }
    .slide-subtitulo{
    font-size: 20px;
    margin-top: unset;
}
    .anuncio .anuncio-titulo{
        font-size: 21px;
        font-weight: bold;
        margin: -156px 0px 44px 0px;
    }
}
@media screen and (max-width: 768px) {
    .slide-titulo {
        font-size: 16px;
    }
    .slide-subtitulo {
        font-size: 20px;
        margin-top: -24px;
    }
}

/*===== All Button Style =====*/
.main-btn {
  display: inline-block;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 2px solid transparent;
  padding: 0 32px;
  font-size: 16px;
  line-height: 48px;
  color: #0067f4;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  position: relative;
  text-transform: uppercase; }
  @media (max-width: 767px) {
    .main-btn {
      font-size: 14px;
      padding: 0 20px;
      line-height: 40px; } }

/*===== All Section Title Style =====*/
.section-title .title {
  font-size: 50px;
  font-weight: 600;
  line-height: 55px;
  color: #121212; }
  @media (max-width: 767px) {
    .section-title .title {
      font-size: 30px;
      line-height: 40px; } }

.section-title .text {
  font-size: 16px;
  line-height: 24px;
  color: #6c6c6c;
  margin-top: 24px; }

/*===========================
    2.HEADER css 
===========================*/
/*===== NAVBAR ONE =====*/
.navgition {
  padding: 10px 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }
  .navgition.navgition-transparent {
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99; }
  .navgition.sticky {
    position: fixed;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
  .navgition .navbar {
    position: relative;
    padding: 0; }
    .navgition .navbar .navbar-toggler .toggler-icon {
      width: 30px;
      height: 2px;
      background-color: #121212;
      margin: 5px 0;
      display: block;
      position: relative;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
    .navgition .navbar .navbar-toggler.active .toggler-icon:nth-of-type(1) {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      top: 7px; }
    .navgition .navbar .navbar-toggler.active .toggler-icon:nth-of-type(2) {
      opacity: 0; }
    .navgition .navbar .navbar-toggler.active .toggler-icon:nth-of-type(3) {
      -webkit-transform: rotate(135deg);
      -moz-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
      -o-transform: rotate(135deg);
      transform: rotate(135deg);
      top: -7px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .navgition .navbar .navbar-collapse {
        position: absolute;
        top: 116%;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 8;
        padding: 10px 0;
        -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
        -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16); } }
    @media (max-width: 767px) {
      .navgition .navbar .navbar-collapse {
        position: absolute;
        top: 116%;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 8;
        padding: 10px 0;
        -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
        -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16); } }
    .navgition .navbar .navbar-nav .nav-item {
      margin: 0 16px;
      position: relative; }
      .navgition .navbar .navbar-nav .nav-item a {
        font-size: 16px;
        line-height: 24px;
        font-weight: 700;
        padding: 26px 0;
        color: #121212;
        text-transform: uppercase;
        position: relative;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .navgition .navbar .navbar-nav .nav-item a {
            padding: 10px 0;
            display: block; } }
        @media (max-width: 767px) {
          .navgition .navbar .navbar-nav .nav-item a {
            padding: 10px 0;
            display: block; } }
        .navgition .navbar .navbar-nav .nav-item a::before, .navgition .navbar .navbar-nav .nav-item a::after {
          position: absolute;
          content: '';
          width: 8px;
          height: 4px;
          background-color: #0067f4;
          left: 50%;
          margin: 0 2px;
          bottom: 14px;
          opacity: 0;
          -webkit-transition: all 0.3s ease-out 0s;
          -moz-transition: all 0.3s ease-out 0s;
          -ms-transition: all 0.3s ease-out 0s;
          -o-transition: all 0.3s ease-out 0s;
          transition: all 0.3s ease-out 0s; }
          @media only screen and (min-width: 768px) and (max-width: 991px) {
            .navgition .navbar .navbar-nav .nav-item a::before, .navgition .navbar .navbar-nav .nav-item a::after {
              display: none; } }
          @media (max-width: 767px) {
            .navgition .navbar .navbar-nav .nav-item a::before, .navgition .navbar .navbar-nav .nav-item a::after {
              display: none; } }
        .navgition .navbar .navbar-nav .nav-item a::after {
          left: auto;
          right: 50%; }
      .navgition .navbar .navbar-nav .nav-item.active > a, .navgition .navbar .navbar-nav .nav-item:hover > a {
        color: #0067f4; }
        .navgition .navbar .navbar-nav .nav-item.active > a::before, .navgition .navbar .navbar-nav .nav-item.active > a::after, .navgition .navbar .navbar-nav .nav-item:hover > a::before, .navgition .navbar .navbar-nav .nav-item:hover > a::after {
          opacity: 1; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .navgition .navbar .navbar-social {
        position: absolute;
        right: 70px;
        top: 7px; } }
    @media (max-width: 767px) {
      .navgition .navbar .navbar-social {
        position: absolute;
        right: 60px;
        top: 7px; } }
    .navgition .navbar .navbar-social span {
      font-size: 16px;
      font-weight: 700;
      color: #6c6c6c;
      line-height: 24px;
      margin-right: 14px; }
    .navgition .navbar .navbar-social ul li {
      display: inline-block;
      margin-right: 5px; }
      .navgition .navbar .navbar-social ul li a {
        font-size: 32px;
        text-transform: uppercase;
        font-weight: 700;
        color: #6c6c6c;
        border-radius: 4px;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s; }
        .navgition .navbar .navbar-social ul li a:hover {
          color: #0067f4; padding: 10px 0; }

.header-hero {
  height: 668px;
  position: relative; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-hero {
      height: 700px; } }
  @media (max-width: 767px) {
    .header-hero {
      height: 650px; } }
  .header-hero::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(rgba(232, 237, 255, 0.9), rgba(239, 254, 255, 0.9) 50%, rgba(254, 255, 244, 0.3) 68%, rgba(255, 255, 255, 0.12));
    background: -o-linear-gradient(rgba(232, 237, 255, 0.9), rgba(239, 254, 255, 0.9) 50%, rgba(254, 255, 244, 0.3) 68%, rgba(255, 255, 255, 0.12));
    background: linear-gradient(rgba(232, 237, 255, 0.9), rgba(239, 254, 255, 0.9) 50%, rgba(254, 255, 244, 0.3) 68%, rgba(255, 255, 255, 0.12)); }
  .header-hero .header-content {
    padding-top: 195px;
    position: relative;
    z-index: 9; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .header-hero .header-content {
        padding-top: 130px; } }
    @media (max-width: 767px) {
      .header-hero .header-content {
        padding-top: 120px; } }
    .header-hero .header-content .header-title {
      font-size: 44px;
      line-height: 55px;
      color: #121212;
      font-weight: 600; }
      @media (max-width: 767px) {
        .header-hero .header-content .header-title {
          font-size: 30px;
          line-height: 40px; } }
    .header-hero .header-content .text {
      font-size: 20px;
      line-height: 32px;
      color: #6c6c6c;
      margin-top: 16px; }
      @media (max-width: 767px) {
        .header-hero .header-content .text {
          font-size: 16px;
          line-height: 24px; } }
    .header-hero .header-content .header-btn {
      margin-top: 22px; }
      .header-hero .header-content .header-btn li {
        display: inline-block;
        margin: 10px 10px 0; }
        .header-hero .header-content .header-btn li a.main-btn {
          border-radius: 50px;
          overflow: hidden;
          background-color: #fff;
          -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          border: 0;
          line-height: 50px; }
          .header-hero .header-content .header-btn li a.main-btn i {
            margin-left: 5px; }
          .header-hero .header-content .header-btn li a.main-btn.btn-one {
            color: #fff; }
            .header-hero .header-content .header-btn li a.main-btn.btn-one::before {
              position: absolute;
              content: '';
              width: 100%;
              height: 100%;
              top: 0;
              left: 0;
              background-image: -webkit-linear-gradient(left, #0067f4, #2bdbdc);
              background-image: -o-linear-gradient(left, #0067f4, #2bdbdc);
              background-image: linear-gradient(to right, #0067f4, #2bdbdc);
              background-position: right center;
              z-index: -1;
              -webkit-transition: all 0.3s ease-out 0s;
              -moz-transition: all 0.3s ease-out 0s;
              -ms-transition: all 0.3s ease-out 0s;
              -o-transition: all 0.3s ease-out 0s;
              transition: all 0.3s ease-out 0s; }
            .header-hero .header-content .header-btn li a.main-btn.btn-one:hover::before {
              background-image: -webkit-linear-gradient(right, #0067f4, #2bdbdc);
              background-image: -o-linear-gradient(right, #0067f4, #2bdbdc);
              background-image: linear-gradient(to left, #0067f4, #2bdbdc);
              background-position: left center;
              -webkit-transition: all none ease-out 0s;
              -moz-transition: all none ease-out 0s;
              -ms-transition: all none ease-out 0s;
              -o-transition: all none ease-out 0s;
              transition: all none ease-out 0s; }
          .header-hero .header-content .header-btn li a.main-btn.btn-two:hover {
            -webkit-box-shadow: 0 3px 25px 0 rgba(0, 0, 0, 0.16);
            -moz-box-shadow: 0 3px 25px 0 rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 25px 0 rgba(0, 0, 0, 0.16); }
  .header-hero .header-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; }
    .header-hero .header-shape img {
      width: 100%; }



.contact-area {
  padding-top: 120px;
  padding-bottom: 120px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-area {
      padding-top: 100px;
      padding-bottom: 100px; } }
  @media (max-width: 767px) {
    .contact-area {
      padding-top: 80px;
      padding-bottom: 80px; } }

.contact-form .single-form {
  margin-top: 5px; }
  .contact-form .single-form textarea,
  .contact-form .single-form input {
    width: 100%;
    height: 56px;
    border: 1px solid #cbced1;
    border-radius: 5px;
    padding: 0 25px;
    background-color: #fff;
    font-size: 16px; }
    .contact-form .single-form textarea::placeholder,
    .contact-form .single-form input::placeholder {
      opacity: 1;
      color: #a4a4a4; }
    .contact-form .single-form textarea::-moz-placeholder,
    .contact-form .single-form input::-moz-placeholder {
      opacity: 1;
      color: #a4a4a4; }
    .contact-form .single-form textarea::-moz-placeholder,
    .contact-form .single-form input::-moz-placeholder {
      opacity: 1;
      color: #a4a4a4; }
    .contact-form .single-form textarea::-webkit-input-placeholder,
    .contact-form .single-form input::-webkit-input-placeholder {
      opacity: 1;
      color: #a4a4a4; }
  .contact-form .single-form textarea {
    height: 160px;
    padding-top: 15px;
    resize: none; }
  .contact-form .single-form .main-btn {
    border-radius: 50px;
    background-color: #0067f4;
    color: #fff; }
    .contact-form .single-form .main-btn:hover {
      background-color: #005ad5; }

