@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* =======================================================
*
* 	Template Style 
*
* ======================================================= */
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: #828282;
  background: #fff;
}

#page {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.offcanvas #page {
  overflow: hidden;
  position: absolute;
}
.offcanvas #page:after {
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.7);
  content: "";
}

a {
  color: #1AB0EC;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: #1AB0EC;
  outline: none;
  text-decoration: none;
}

p {
  margin-bottom: 20px;
}

h1, h2, h3, h4, h5, h6, figure {
  color: #000;
  font-family: "Work Sans", Arial, sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
}

.texto{
  margin-bottom: 2px !important;
}

::-webkit-selection {
  color: #fff;
  background: #1AB0EC;
}

::-moz-selection {
  color: #fff;
  background: #1AB0EC;
}

::selection {
  color: #fff;
  background: #1AB0EC;
}

.eds-nav {
  position: absolute;
  top: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  padding: 0;
  z-index: 1001;
}
.eds-nav .top-menu {
  padding: 28px 0;
}
.eds-nav .top {
  padding: 7px 0;
  margin-bottom: 0;
}
.eds-nav .top .num, .eds-nav .top .eds-social {
  display: inline-block;
  margin: 0;
}
.eds-nav .top .num {
  color: #fff;
  font-size: 13px;
  padding-right: 10px;
  margin-right: 5px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  letter-spacing: 0px;
}
.eds-nav .top .eds-social li {
  font-size: 14px;
}
.eds-nav .top .eds-social li a {
  padding: 0 7px;
}
.eds-nav .top .eds-social li a i {
  font-size: 14px;
}
.eds-nav #eds-logo {
  font-size: 24px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-weight: 700;
  font-family: "Work Sans", Arial, sans-serif;
}
.eds-nav #eds-logo a span {
  color: #1AB0EC;
}
.eds-nav a {
  padding: 5px 10px;
  color: #1AB0EC;
}
@media screen and (max-width: 768px) {
  .eds-nav .menu-1 {
    display: none;
  }
}
.eds-nav ul {
  padding: 0;
  margin: 5px 0 0 0;
}
.eds-nav ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline;
}
/* rgba(255, 255, 255, 0.5) */
.eds-nav ul li a {
  font-size: 15px;
  padding: 30px 15px;
  color: #fff;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.eds-nav ul li a:hover, .eds-nav ul li a:focus, .eds-nav ul li a:active {
  color: #1AB0EC;
}
.eds-nav ul li.has-dropdown {
  position: relative;
}
.eds-nav ul li.has-dropdown .dropdown {
  width: 140px;
  -webkit-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  z-index: 1002;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 40px;
  left: 0;
  text-align: left;
  background: #000;
  padding: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
.eds-nav ul li.has-dropdown .dropdown:before {
  bottom: 100%;
  left: 40px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #000;
  border-width: 8px;
  margin-left: -8px;
}
.eds-nav ul li.has-dropdown .dropdown li {
  display: block;
  margin-bottom: 7px;
}
.eds-nav ul li.has-dropdown .dropdown li:last-child {
  margin-bottom: 0;
}
.eds-nav ul li.has-dropdown .dropdown li a {
  padding: 2px 0;
  display: block;
  color: #999999;
  line-height: 1.2;
  text-transform: none;
  font-size: 13px;
  letter-spacing: 0;
}
.eds-nav ul li.has-dropdown .dropdown li a:hover {
  color: #fff;
}
.eds-nav ul li.has-dropdown:hover a, .eds-nav ul li.has-dropdown:focus a {
  color: #fff;
}
.eds-nav ul li.btn-cta a {
  padding: 30px 0px !important;
  color: #fff;
}
.eds-nav ul li.btn-cta a span {
  background: rgba(255, 255, 255, 0.2);
  padding: 4px 10px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
}
.eds-nav ul li.btn-cta a:hover span {
  -webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
}
.eds-nav ul li.active > a {
  color: #fff !important;
}

#eds-header,
#eds-counter,
.eds-bg {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
}

.eds-bg {
  background-size: cover;
  background-position: center center;
  position: relative;
  width: 100%;
  float: left;
}

.eds-video {
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .eds-video {
    height: 450px;
  }
}
.eds-video a {
  z-index: 1001;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -45px;
  margin-left: -45px;
  width: 90px;
  height: 90px;
  display: table;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.eds-video a i {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  font-size: 40px;
}
.eds-video .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.eds-video:hover .overlay {
  background: rgba(0, 0, 0, 0.7);
}
.eds-video:hover a {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.eds-cover {
  height: 800px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  float: left;
  width: 100%;
}
.eds-cover1 {
  height: 130px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  float: left;
  width: 100%;
}

.eds-cover .overlay {
  z-index: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
}
.eds-cover > .eds-container {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .eds-cover {
    height: 700px;
  }
  .eds-cover1 {
    height: 130px;
  }
}
.eds-cover .display-t,
.eds-cover .display-tc {
  z-index: 9;
  height: 600px;
  display: table;
  width: 100%;
  margin-top: 70px;
}
.eds-cover1 .display-t,
.eds-cover1 .display-tc {
  z-index: 9;
  height: 130px;
  display: table;
  width: 100%;
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .eds-cover .display-t,
  .eds-cover .display-tc {
    height: 600px;
  }
  .eds-cover1 .display-t,
  .eds-cover1 .display-tc1 {
    height: 130px;
  }
  .carousel-image {
    display: none;
  }
}


.eds-cover.eds-cover-sm {
  height: 480px;
}
.eds-cover1.eds-cover-sm1 {
  height: 130px;
}


@media screen and (max-width: 768px) {
  .eds-cover.eds-cover-sm {
    height: 500px;
  }
  .eds-cover1.eds-cover-sm1 {
    height: 130px;
  }
  .imagem{
    display: none; 
  }
}


.eds-cover.eds-cover-sm .display-t,
.eds-cover.eds-cover-sm .display-tc {
  height: 600px;
  display: table;
  width: 100%;
}
.eds-cover1.eds-cover-sm1 .display-t,
.eds-cover1.eds-cover-sm1 .display-tc {
  height: 130px;
  display: table;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .eds-cover.eds-cover-sm .display-t,
  .eds-cover.eds-cover-sm .display-tc {
    height: 400px;
  }
  .eds-cover1.eds-cover-sm1 .display-t,
  .eds-cover1.eds-cover-sm1 .display-tc1 {
    height: 100px;
  }
}

#eds-header .display-tc,
#eds-counter .display-tc,
.eds-cover .display-tc {
  display: inline-table !important;
  vertical-align: middle;
}
#eds-header .display-tc h1, #eds-header .display-tc h2,
#eds-counter .display-tc h1,
#eds-counter .display-tc h2,
.eds-cover .display-tc h1,
.eds-cover .display-tc h2 {
  margin: 0;
  padding: 0;
  color: white;
}
#eds-header .display-tc h1,
#eds-counter .display-tc h1,
.eds-cover .display-tc h1 {
  margin-bottom: 20px;
  margin-top: 20px;
  font-size: 54px;
  line-height: 1.3;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  #eds-header .display-tc h1,
  #eds-counter .display-tc h1,
  .eds-cover .display-tc h1 {
    font-size: 45px;
  }
  .carousel-image {
      display: none;
  }
}
#eds-header .display-tc h2,
#eds-counter .display-tc h2,
.eds-cover .display-tc h2 {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 30px;
}
#eds-header .display-tc .btn,
#eds-counter .display-tc .btn,
.eds-cover .display-tc .btn {
  padding: 15px 30px;
  color: #fff;
  border: none !important;
  font-size: 18px;
}
#eds-header .display-tc .btn.btn-video,
#eds-counter .display-tc .btn.btn-video,
.eds-cover .display-tc .btn.btn-video {
  background: rgba(9, 198, 171, 0.8);
  border: none;
}
#eds-header .display-tc .btn.btn-video:hover, #eds-header .display-tc .btn.btn-video:focus,
#eds-counter .display-tc .btn.btn-video:hover,
#eds-counter .display-tc .btn.btn-video:focus,
.eds-cover .display-tc .btn.btn-video:hover,
.eds-cover .display-tc .btn.btn-video:focus {
  background: rgba(9, 198, 171, 0.9) !important;
  color: #fff !important;
}
#eds-header .display-tc .btn:hover, #eds-header .display-tc .btn:focus,
#eds-counter .display-tc .btn:hover,
#eds-counter .display-tc .btn:focus,
.eds-cover .display-tc .btn:hover,
.eds-cover .display-tc .btn:focus {
  color: #fff !important;
}
#eds-header .display-tc .btn.btn-learn,
#eds-counter .display-tc .btn.btn-learn,
.eds-cover .display-tc .btn.btn-learn {
  background: rgb(17, 163, 221);
  border: none;
}
#eds-header .display-tc .btn.btn-learn:hover, #eds-header .display-tc .btn.btn-learn:focus,
#eds-counter .display-tc .btn.btn-learn:hover,
#eds-counter .display-tc .btn.btn-learn:focus,
.eds-cover .display-tc .btn.btn-learn:hover,
.eds-cover .display-tc .btn.btn-learn:focus {
  background: rgb(17, 163, 221) !important;
  color: #fff !important;
}
#eds-header .display-tc .btn:hover,
#eds-counter .display-tc .btn:hover,
.eds-cover .display-tc .btn:hover {
  background: #1AB0EC !important;
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
}
#eds-header .display-tc .form-inline .form-group,
#eds-counter .display-tc .form-inline .form-group,
.eds-cover .display-tc .form-inline .form-group {
  width: 100% !important;
  margin-bottom: 10px;
}
#eds-header .display-tc .form-inline .form-group .form-control,
#eds-counter .display-tc .form-inline .form-group .form-control,
.eds-cover .display-tc .form-inline .form-group .form-control {
  width: 100%;
  background: #fff;
  border: none;
}

.eds-bg-section {
  background: rgba(0, 0, 0, 0.05);
}

/* #eds-explore{
  padding: 4em 0 !important;
} */


#eds-explore,
#eds-pricing,
#eds-testimonial,
#eds-started,
#eds-project,
#eds-suport,
#eds-blog,
#eds-contact,
#eds-footer {
  padding: 7em 0;
  clear: both;
}

@media screen and (max-width: 768px) {
  #eds-explore,
  #eds-pricing,
  #eds-testimonial,
  #eds-started,
  #eds-project,
  #eds-suport,
  #eds-blog,
  #eds-contact,
  #eds-footer {
    padding: 3em 0;
  }
}

#eds-counter {
  padding: 3em 0;
  clear: both;
}

#eds-steps {
  clear: both;
  padding-bottom: 7em;
}

.eds-counters {
  padding: 3em 0;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
}

.eds-counters .counter-wrap {
  border: 1px solid red !important;
}

.eds-counters .eds-counter {
  font-size: 44px;
  display: block;
  color: rgba(0, 0, 0, 0.7);
  font-family: "Work Sans", Arial, sans-serif;
  width: 100%;
  font-weight: 400;
  margin-bottom: .3em;
}

.eds-counters .eds-counter-label {
  color: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 5px;
  margin-bottom: 2em;
  display: block;
}

#eds-explore .eds-explore1 {
  margin-bottom: 7em;
}

.mt {
  margin-top: 70px;
}

.mt i{
  text-align: center !important;
}

.f-s{
  font-size: 20px !important;
}

.f-xs{
  font-size: 22px !important;
}

.mt-prod{
  margin-top: -30px !important;
}
.mt h4 {
  position: relative;
  padding-left: 40px;
  font-size: 20px;
}
.mt h4 i {
  position: absolute;
  left: 0;
  top: 0;
  color: #1AB0EC;
}
.mt > div {
  margin-bottom: 40px;
}
.mt .list-nav {
  margin: 50px 0 30px 0;
  padding: 0;
}
.mt .list-nav li {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  padding-left: 30px;
  margin-bottom: 10px;
  position: relative;
}
.mt .list-nav li i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
  color: #1AB0EC;
}

.eds-social-icons {
  margin: 0;
  padding: 0;
}
.eds-social-icons li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.eds-social-icons li a {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  color: #1AB0EC;
  padding-left: 10px;
  padding-right: 10px;
}
.eds-social-icons li a i {
  font-size: 20px;
}

.eds-contact-info ul {
  padding: 0;
  margin: 0;
}
.eds-contact-info ul li {
  padding: 0 0 0 40px;
  margin: 0 0 30px 0;
  list-style: none;
  position: relative;
}
.eds-contact-info ul li:before {
  color: #1AB0EC;
  position: absolute;
  left: 0;
  top: .05em;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.eds-contact-info ul li.address:before {
  font-size: 30px;
  content: "\e9d1";
}
.eds-contact-info ul li.phone:before {
  font-size: 23px;
  content: "\e9f4";
}
.eds-contact-info ul li.email:before {
  font-size: 23px;
  content: "\e9da";
}
.eds-contact-info ul li.url:before {
  font-size: 23px;
  content: "\e9af";
}

.proj-bottom {
  padding-bottom: 4em;
}

.eds-project {
  margin-bottom: 30px;
}

.eds-project .btn{
  background-color: #1AB0EC;
  color: #FFFFFF;
  text-align: center;
  font-size: 15px;
}

.eds-project > a {
  display: block;
  color: #000;
  position: relative;
  bottom: 0;
  overflow: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.eds-project > a img {
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.eds-project > a:after {
  opacity: 0;
  visibility: hidden;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  -webkit-box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
  -ms-box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
  -o-box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
  z-index: 8;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.eds-project > a h3, .eds-project > a span {
  z-index: 12;
  position: absolute;
  right: 20px;
  left: 20px;
  bottom: 50px;
  color: #fff;
  margin: 0;
  padding: 0;
  opacity: 1;
  font-size: 30px;
  font-weight: 300;
  visibility: visible;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.eds-project > a span {
  font-size: 14px;
  bottom: 20px;
}
.eds-project > a:hover {
  -webkit-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
}

.eds-project > a:hover:after {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 768px) {
  .eds-project > a:hover:after {
    opacity: 0;
    visibility: hidden;
  }
}
.eds-project > a:hover h3, .eds-project > a:hover span {
  opacity: 1;
  bottom: 55px;
}

.eds-project > a:hover span {
  bottom: 15px;
}
.eds-project > a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
@media screen and (max-width: 768px) {
  .eds-project > a:hover img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

.eds-btn {
  margin-bottom: 30px;
}

.eds-btn .btn{
  background-color: transparent;
  color:  #1AB0EC;
  text-align: center;
  font-size: 20px;
}

.eds-btn > a {
  display: block;
  color: #000;
  position: relative;
  bottom: 0;
  overflow: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.eds-btn > a:after {
  opacity: 0;
  visibility: hidden;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  -webkit-box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.15);
  -o-box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.15);
  z-index: 8;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.eds-btn > a h3, .eds-btn > a span {
  z-index: 12;
  position: absolute;
  right: 20px;
  left: 20px;
  bottom: 50px;
  color: #fff;
  margin: 0;
  padding: 0;
  opacity: 1;
  font-size: 30px;
  font-weight: 300;
  visibility: visible;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.eds-btn > a span {
  font-size: 14px;
  bottom: 20px;
}
.eds-btn > a:hover {
  -webkit-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
}

.eds-btn > a:hover:after {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 768px) {
  .eds-btn > a:hover:after {
    opacity: 0;
    visibility: hidden;
  }
  .vert-line{
    display: none;
  }
  .eds-btn .btn{
    width: 100% !important;
    font-size: 90%;
    margin-bottom: -5%;
  }
}
.eds-btn > a:hover h3, .eds-project > a:hover span {
  opacity: 1;
  bottom: 55px;
}

.eds-btn > a:hover span {
  bottom: 15px;
}

.eds-suport {
  margin-bottom: 30px;
  text-align: center;
}
.eds-suport > a {
  display: block;
  color: #000;
  position: relative;
  bottom: 0;
  text-align: center;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.eds-suport > a img {
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
}
.tamanho a img {
  width: 90% !important;
}
.eds-suport > a:after {
  opacity: 0;
  visibility: hidden;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 8;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
}
.eds-suport > a h3, .eds-suport > a span {
  z-index: 12;
  position: absolute;
  right: 20px;
  left: 20px;
  bottom: 50px;
  color: #fff;
  margin: 0;
  padding: 0;
  opacity: 1;
  font-size: 30px;
  font-weight: 300;
  visibility: visible;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
}
.eds-suport > a span {
  font-size: 14px;
  bottom: 20px;
  text-align: center;
}
.eds-suport > a:hover:after {
  opacity: 1;
  visibility: visible;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .eds-suport > a:hover:after {
    opacity: 0;
    visibility: hidden;
  }
}
.eds-suport > a:hover h3, .eds-project > a:hover span {
  opacity: 1;
  bottom: 55px;
}

.eds-suport > a:hover span {
  bottom: 15px;
}
.eds-suport > a:hover img {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}

@media screen and (max-width: 768px) {
  .eds-suport > a:hover img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  .eds-suport a img{
    width: 100%;
  }
  .tamanho a img{
    width: 100% !important;
  }
  .eds-suport > a:hover {
    box-shadow: none !important;
  }
  .center-h4{
    text-align: center;
    color: #ffffff;
    font-size: 30px !important;
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media screen and (max-width: 900px) {
  .responsive-m-n{
    margin-bottom: -7% !important;
  }
}

.center-h4{
  text-align: center;
  color: #ffffff;
  font-size: 50px;
}

.features {
  margin-bottom: 3em;
  width: 100%;
  float: left;
}

.eds-heading {
  margin-bottom: 5em;
}
.eds-heading.eds-heading-sm {
  margin-bottom: 2em;
}
.eds-heading h2 {
  font-size: 32px;
  margin-bottom: 20px;
  line-height: 1.5;
  color: #000;
}
.eds-heading p {
  font-size: 18px;
  line-height: 1.5;
  color: #828282;
}
.eds-heading span {
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
}

#eds-testimonial {
  background: #efefef;
}
#eds-testimonial .testimony-slide {
  text-align: center;
}
#eds-testimonial .testimony-slide span {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  display: block;
}
#eds-testimonial .testimony-slide figure {
  margin-bottom: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#eds-testimonial .testimony-slide figure img {
  width: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#eds-testimonial .testimony-slide blockquote {
  border: none;
  margin: 30px auto;
  width: 70%;
  position: relative;
  padding: 0;
}
@media screen and (max-width: 992px) {
  #eds-testimonial .testimony-slide blockquote {
    width: 100%;
  }
}
#eds-testimonial .arrow-thumb {
  position: absolute;
  top: 40%;
  display: block;
  width: 100%;
}
#eds-testimonial .arrow-thumb a {
  font-size: 32px;
  color: #dadada;
}
#eds-testimonial .arrow-thumb a:hover, #eds-testimonial .arrow-thumb a:focus, #eds-testimonial .arrow-thumb a:active {
  text-decoration: none;
}

.bs-wizard {
  margin-top: 40px;
}

/*Form Wizard*/
.bs-wizard {
  border-bottom: solid 1px #e0e0e0;
  padding: 0 0 10px 0;
}

.bs-wizard > .bs-wizard-step {
  padding: 0;
  position: relative;
}

.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
  font-size: 16px;
  margin-bottom: 10px;
}

.bs-wizard > .bs-wizard-step .bs-wizard-info {
  color: #999;
  font-size: 14px;
  padding: 20px;
}

.bs-wizard > .bs-wizard-step > .bs-wizard-dot {
  position: absolute;
  width: 30px;
  height: 30px;
  display: block;
  background: #fbe8aa;
  top: 45px;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
  border-radius: 50%;
}

.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
  content: ' ';
  width: 14px;
  height: 14px;
  background: #fbbd19;
  border-radius: 50px;
  position: absolute;
  top: 8px;
  left: 8px;
}

.bs-wizard > .bs-wizard-step > .progress {
  position: relative;
  border-radius: 0px;
  height: 8px;
  box-shadow: none;
  margin: 22px 0;
}

.bs-wizard > .bs-wizard-step > .progress > .progress-bar {
  width: 0px;
  box-shadow: none;
  background: #fbe8aa;
}

.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {
  width: 100%;
}

.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {
  width: 50%;
}

.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {
  width: 0%;
}

.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {
  width: 100%;
}

.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {
  background-color: #f5f5f5;
}

.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {
  opacity: 0;
}

.bs-wizard > .bs-wizard-step:first-child > .progress {
  left: 50%;
  width: 50%;
}

.bs-wizard > .bs-wizard-step:last-child > .progress {
  width: 50%;
}

.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot {
  pointer-events: none;
}

#eds-started {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  float: left;
  width: 100%;
}
#eds-started .overlay {
  z-index: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
}
#eds-started .eds-heading h4 {
  color: #fff;
  margin-bottom: 20px !important;
}
#eds-started .eds-heading p {
  color: rgba(255, 255, 255, 0.5);
}
#eds-started .form-control {
  background: rgba(255, 255, 255, 0.2);
  border: none !important;
  color: #fff;
  font-size: 16px !important;
  width: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#eds-started .form-control::-webkit-input-placeholder {
  color: #fff;
}
#eds-started .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
#eds-started .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
#eds-started .form-control:-ms-input-placeholder {
  color: #fff;
}
#eds-started .form-control:focus {
  background: rgba(255, 255, 255, 0.3);
}
#eds-started .btn {
  height: 54px;
  border: none !important;
  background: #1AB0EC;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  padding-left: 50px;
  padding-right: 50px;
}
#eds-started .form-inline .form-group {
  width: 100% !important;
  margin-bottom: 10px;
}
#eds-started .form-inline .form-group .form-control {
  width: 100%;
}

.eds-blog {
  margin-bottom: 60px;
}
.eds-blog > a {
  display: block;
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.eds-blog > a img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .eds-blog {
    width: 100%;
  }
}
.eds-blog .blog-text {
  margin-bottom: 30px;
  position: relative;
  background: #fff;
  width: 100%;
  padding: 30px;
  float: left;
  -webkit-box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
}
.eds-blog .blog-text span {
  display: inline-block;
  margin-bottom: 20px;
}
.eds-blog .blog-text span.comment {
  float: right;
}
.eds-blog .blog-text span.comment a {
  color: rgba(0, 0, 0, 0.3);
}
.eds-blog .blog-text span.comment a i {
  color: #1AB0EC;
  padding-left: 7px;
}
.eds-blog .blog-text h3 {
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 1.5;
}
.eds-blog .blog-text h3 a {
  color: black;
}

.pricing {
  display: block;
  float: left;
  margin-bottom: 30px;
  width: 100%;
}

.price-box {
  width: 100%;
  text-align: center;
  padding: 30px;
  background:  rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 40px;
  position: relative;
}
.price-box.popular .btn-select-plan {
  background: #1AB0EC;
}
.price-box.popular .price {
  color: #1AB0EC;
}
.price-box .btn-select-plan {
  padding: 10px 20px;
  background: #09C6AB;
  color: #fff;
}
.price-box .classes {
  padding: 0;
}
.price-box .classes li {
  display: block;
  width: 100%;
  list-style: none;
  margin: 0;
  font-size: 16px;
  padding: 8px 10px;
}
.price-box .classes li.color {
  background: rgba(0, 0, 0, 0.04);
}

.pricing-plan {
  margin: 0 0 50px 0;
  padding: 0;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  color: #888f94;
}
.pricing-plan.pricing-plan-offer {
  margin-bottom: 24px;
}
.pricing-plan span {
  display: block;
  margin-top: 10px;
  margin-bottom: 0;
  color: #d5d8db;
}

.price {
  font-size: 72px;
  color: #000;
  line-height: 50px;
}
.price .currency {
  font-size: 30px;
  top: -0.9em;
  padding-right: 10px;
}
.price small {
  font-size: 13px;
  display: block;
  text-transform: uppercase;
  color: #888f94;
}

#eds-footer {
  background: #efefef;
}
#eds-footer .eds-footer-links {
  padding: 0;
  margin: 0;
}
#eds-footer .eds-footer-links li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#eds-footer .eds-footer-links li a {
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}
#eds-footer .eds-footer-links li a:hover {
  text-decoration: underline;
}
#eds-footer .eds-widget {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #eds-footer .eds-widget {
    text-align: left;
  }
}
#eds-footer .eds-widget h3 {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#eds-footer .copyright .block {
  display: block;
}

#map {
  width: 100%;
  height: 500px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #map {
    height: 200px;
  }
}

#eds-offcanvas {
  position: absolute;
  z-index: 1901;
  width: 270px;
  background: black;
  top: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 75px 40px 40px 40px;
  overflow-y: auto;
  display: none;
  -moz-transform: translateX(270px);
  -webkit-transform: translateX(270px);
  -ms-transform: translateX(270px);
  -o-transform: translateX(270px);
  transform: translateX(270px);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  #eds-offcanvas {
    display: block;
  }
}
.offcanvas #eds-offcanvas {
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
#eds-offcanvas a {
  color: rgba(255, 255, 255, 0.5);
}
#eds-offcanvas a:hover {
  color: rgba(255, 255, 255, 0.8);
}
#eds-offcanvas ul {
  padding: 0;
  margin: 0;
}
#eds-offcanvas ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#eds-offcanvas ul li > ul {
  padding-left: 20px;
  display: none;
}
#eds-offcanvas ul li.offcanvas-has-dropdown > a {
  display: block;
  position: relative;
}
#eds-offcanvas ul li.offcanvas-has-dropdown > a:after {
  position: absolute;
  right: 0px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e921";
  font-size: 20px;
  color: rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#eds-offcanvas ul li.offcanvas-has-dropdown.active a:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.uppercase {
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.gototop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.gototop.active {
  opacity: 1;
  visibility: visible;
}
.gototop a {
  width: 50px;
  height: 50px;
  display: table;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.gototop a i {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}
.gototop a:hover, .gototop a:active, .gototop a:focus {
  text-decoration: none;
  outline: none;
}

.eds-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
}
.eds-nav-toggle.active i::before, .eds-nav-toggle.active i::after {
  background: #444;
}
.eds-nav-toggle:hover, .eds-nav-toggle:focus, .eds-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.eds-nav-toggle i {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 2px;
  color: #252525;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #252525;
  transition: all .2s ease-out;
}
.eds-nav-toggle i::before, .eds-nav-toggle i::after {
  content: '';
  width: 25px;
  height: 2px;
  background: #252525;
  position: absolute;
  left: 0;
  transition: all .2s ease-out;
}
.eds-nav-toggle.eds-nav-white > i {
  color: #fff;
  background: #fff;
}
.eds-nav-toggle.eds-nav-white > i::before, .eds-nav-toggle.eds-nav-white > i::after {
  background: #fff;
}

.eds-nav-toggle i::before {
  top: -7px;
}

.eds-nav-toggle i::after {
  bottom: -7px;
}

.eds-nav-toggle:hover i::before {
  top: -10px;
}

.eds-nav-toggle:hover i::after {
  bottom: -10px;
}

.eds-nav-toggle.active i {
  background: transparent;
}

.eds-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.eds-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.eds-nav-toggle {
  position: absolute;
  right: 0px;
  top: 65px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 44px;
  z-index: 2001;
  border-bottom: none !important;
}
@media screen and (max-width: 768px) {
  .eds-nav-toggle {
    display: block;
  }
  .carousel-image {
    display: none;
  }
}

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 8px 20px;
}
.btn.btn-md {
  padding: 8px 20px !important;
}
.btn.btn-lg {
  padding: 18px 36px !important;
}
.btn:hover, .btn:active, .btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

.btn-primary {
  background: #1AB0EC;
  color: #fff;
  border: 2px solid #1AB0EC;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #1AB0EC !important;
  border-color: #1AB0EC !important;
}
.btn-primary.btn-outline {
  background: transparent;
  color: #1AB0EC;
  border: 2px solid #1AB0EC;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background: #1AB0EC;
  color: #fff;
}

.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 2px solid #5cb85c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  background: #4cae4c !important;
  border-color: #4cae4c !important;
}
.btn-success.btn-outline {
  background: transparent;
  color: #5cb85c;
  border: 2px solid #5cb85c;
}
.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
  background: #5cb85c;
  color: #fff;
}

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
  background: #46b8da !important;
  border-color: #46b8da !important;
}
.btn-info.btn-outline {
  background: transparent;
  color: #5bc0de;
  border: 2px solid #5bc0de;
}
.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
  background: #5bc0de;
  color: #fff;
}

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  background: #eea236 !important;
  border-color: #eea236 !important;
}
.btn-warning.btn-outline {
  background: transparent;
  color: #f0ad4e;
  border: 2px solid #f0ad4e;
}
.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
  background: #f0ad4e;
  color: #fff;
}

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  background: #d43f3a !important;
  border-color: #d43f3a !important;
}
.btn-danger.btn-outline {
  background: transparent;
  color: #d9534f;
  border: 2px solid #d9534f;
}
.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
  background: #d9534f;
  color: #fff;
}

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  box-shadow: none;
}

.btn.with-arrow {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.with-arrow i {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -8px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.btn.with-arrow:hover {
  padding-right: 50px;
}
.btn.with-arrow:hover i {
  color: #fff;
  right: 18px;
  visibility: visible;
  opacity: 1;
}

.form-control {
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 18px;
  font-weight: 300;
}
.form-control:active, .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #EA9215;
}

.row-pb-md {
  padding-bottom: 4em !important;
}

.row-pb-sm {
  padding-bottom: 2em !important;
}

.eds-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/loader.gif) center no-repeat #fff;
}

.js .animate-box {
  opacity: 0;
}

.colors-blue{
  color: #1AB0EC;
}

.color-black{
  color: #000;
}

.price-box span{
  color: #d56464 !important;
}

/* Extra */

.m-home {
  margin-top: 20%;
}

.m-laptop {
  margin-top: 7%; 
}

.m-l-sm{
  margin-left: 2%;
}

.m-l-ssm{
  margin-left: 1%;
}

.m-l-lg{
  margin-left: 5% !important;
}

.m-r-lg{
  margin-right: 10% !important;
}

.m-l-gg{
  margin-left: 15% !important;
}

.m-r{
  margin-right: 10% !important;
}

.m-l{
  margin-left: 10% !important;
}

.m-b {
  margin-bottom: 10%;
}

.m-t {
  margin-top: 10%;
}

.m-t-xxsm{
  margin-top: 10px;
}

.m-b-sm {
  margin-bottom: 5%;
}

.m-b-sl {
  margin-bottom: 2%;
}

.m-t-smx {
  margin-top: 2% !important;
}

.m-t-sm {
  margin-top: 5% !important;
}

.m-t-xsm {
  margin-top: 40px !important;
}

.m-t-smxx {
  margin-top: 7%;
}

.m-b-xxl{
  margin-bottom: 5px;
}

.m-t-xsm {
  margin-top: 10px;
}

.m-t-min {
  margin-top: -5%;
}

.m-n-b-xxsm{
  margin-bottom: -50px;
}

.m-n-t{
  margin-top: -5%;
}

.m-n-tx{
  margin-top: -6% !important;
}

.m-n-r{
  margin-left: -20px;
}

.m-n-b{
  margin-bottom: -5%;
}

.m-n-bxx{
  margin-bottom: -30px !important;
}

.m-txx{
  margin-top: 100px !important;
}

.m-n-bx{
  margin-bottom: -7%;
}

.m-n-b-sm{
  margin-bottom: -8%;
}

.m-b-smx{
  margin-bottom: 30px;
}

.m-n-t-sm{
  margin-top: -3% !important;
}

.m-n-t-xsm{
  margin-top: -2.5%;
}

.m-n-t-ssm{
  margin-top: -1%;
}

.m-n-b-xs{
  margin-top: -10px;
}

/* Image Laptop*/

.carousel-image {
  position: absolute;
  right: 10px;
  top: 5px;
}

.color-black{
  color: #000;
}

.color-blue{
  color: #1AB0EC !important;
}

.color-white{
  color: #fff !important;
}

@media (max-width: 992px) {
  .display-tc {
    margin-top: 15% !important;
  }
  .carousel-image {
    display: none;
  }
}

.navy-line {
  width: 60px;
  height: 1px;
  margin: 10px auto 20px;
  border-bottom: 2px solid #1AB0EC;
}

.vert-line {
  border-left: 2px solid #1AB0EC;
  height: 60px;
  text-align: center;
  margin-right: -120px;
}

.navy-bg {
  background-color: #1AB0EC;
  color: #ffffff;
}

.features-icon {
  color: #1AB0EC;
  font-size: 40px;
}

.text-color {
  color: #fff !important;
}

.span-color {
  color: rgb(27, 149, 197) !important;
}

.title {
  color: #1AB0EC !important;
}
.img-size{
  margin-top: 40px;
}
.img-borda{
  border:1px solid rgb(232, 234, 235);
}

.demo-gallery > ul {
  margin-bottom: 0;
}
.demo-gallery > ul > li {
  margin-bottom: 15px;
}
.demo-gallery > ul > li a {
  border: 3px solid #FFF;
  border-radius: 3px;
  display: block;
  overflow: hidden;
  position: relative;
  float: left;
}
.demo-gallery > ul > li a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  width: 100%;
}
.demo-gallery > ul > li a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.demo-gallery > ul > li a:hover .demo-gallery-poster > img {
  opacity: 1;
}
.demo-gallery > ul > li a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}
.demo-gallery > ul > li a .demo-gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.demo-gallery > ul > li a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}
.demo-gallery .justified-gallery > a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}
.demo-gallery .justified-gallery > a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
  opacity: 1;
}
.demo-gallery .justified-gallery > a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}
.demo-gallery .justified-gallery > a .demo-gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}
.demo-gallery .video .demo-gallery-poster img {
  height: 48px;
  margin-left: -24px;
  margin-top: -24px;
  opacity: 0.8;
  width: 48px;
}
.demo-gallery.dark > ul > li a {
  border: 3px solid #04070a;
}
.home .demo-gallery {
  padding-bottom: 80px;
}
#aniimated-thumbnials .demo-gallery a {
  width: 190px;
  height: 132px;
}

.carousel-image-sm {
  position: absolute;
  right: 80px;
  top: 10px;
}
.left {
  float: left !important;
}

@media screen and (max-width: 992px) {
  .eds-explore img {
    margin-top: 5% !important;
  }
}

/* Filter */

.filter {
  cursor:pointer;
  }

.label {
  border-radius:0px !important;
  }
  label.valid {
    width: 24px;
    height: 24px;
    background: url(../img/valid.png) center center no-repeat;
    display: inline-block;
    text-indent: -9999px;
  }
  label.error {
    font-weight: bold;
    color: red;
    padding: 2px 8px;
    margin-top: 2px;
  }

  .font-bold{
    font-weight: 400 !important;
  }


  /* Propaganda */

  .main-button a {
    display: inline-block;
    background-color: #1AB0EC;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 20px;
    text-transform: uppercase;
    transition: all .3s;
    border-radius: 10px;
  }
  
  .main-button a:hover {
    background-color: #1AB0EC;
  }

  .call-to-action .main-content {
    padding: 30px;
    background-image: url(../images/cta-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  
  .call-to-action .main-content span {
    color: #1AB0EC;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 0.5px;
  }
  
  .call-to-action .main-content h4 {
    margin-bottom: 0px;
    margin-top: 12px;
    color: #fff;
    font-size: 26px;
    font-weight: 900;
    letter-spacing: 0.25px;
  }
  
  .call-to-action .main-content .main-button {
    text-align: right;
    margin-top: 12px;
  }

@media (max-width: 992px) {
  .call-to-action {
		text-align: center;
	}
	.call-to-action .main-content .main-button {
		text-align: center;
		margin-top: 30px;
  }
}  