.send-message{
    position: fixed;
    bottom: 30px;
    left: 15px;
   /*visibility: hidden;*/
   display: none;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
    transition: .3s all ease;
    z-index: 9999999;

        max-width: 280px;
    padding: 9px 16px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    text-align: left;
    background-color: #27292b;
    border-radius: 0;
    box-shadow: 0 0 0 2px #1b1b1b;

}


.brand-name-custom{
    color: #3ec7c2;
    font-size: 36px;
    line-height: 1;
    text-transform: uppercase;
}


.thanks-message{
  
position: fixed;
    bottom: 30px;
    left: 15px;
   /*visibility: hidden;*/
   display: none;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
    transition: .3s all ease;
    z-index: 9999999;

        max-width: 280px;
    padding: 9px 16px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    text-align: left;
    background-color: #27292b;
    border-radius: 0;
    box-shadow: 0 0 0 2px #1b1b1b;
}



.db{
  display: block !important;
}

.form-control-custom{

    display: block;
    width: 100%;
    height: 40px;
    padding: 13px 10px;
    font-size: 14px;
    line-height: 1.71429;
    color: #27292b;
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #f4f4f4;
    border-radius: 0;
 /*    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s; */
}

.bg-btn-dark{
  background: #27292b !important;
  color: #fff !important;
}
 



.main_header{
  height: auto;
  background-image: url('../images/main_header/main_2.jpg');
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}

.main_title_img{
   width: 100%;
   height: 100%;
   background:rgba(0,0,0,0.8);
   padding-bottom: 50px;
}

.main_header-mobile{
  height: auto;
  background-image: url('../images/main_header/iphone-4.jpg');
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}

.main_header-web-design{
  height: auto;
  background-image: url('../images/main_header/web_design.jpg');
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}

.main_header-dm{
  height: auto;
  background-image: url('../images/main_header/marketing.jpg');
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}


.main_header-cs{
  height: auto;
  background-image: url('../images/main_header/cloud_server.jpg');
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}
  

.main_header-ecommerce{
  height: auto;
  background-image: url('../images/main_header/ecommerce.jpg');
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}

.rotate-45 {

  /* Safari */
  -webkit-transform: rotate(-45deg);

  /* Firefox */
  -moz-transform: rotate(-45deg);

  /* IE */
  -ms-transform: rotate(-45deg);

  /* Opera */
  -o-transform: rotate(-45deg);

  /* Internet Explorer */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

}

.rotate-90 {

  /* Safari */
  -webkit-transform: rotate(-90deg);

  /* Firefox */
  -moz-transform: rotate(-90deg);

  /* IE */
  -ms-transform: rotate(-90deg);

  /* Opera */
  -o-transform: rotate(-90deg);

  /* Internet Explorer */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

}

.rotate-180 {

  /* Safari */
  -webkit-transform: rotate(-180deg);

  /* Firefox */
  -moz-transform: rotate(-180deg);

  /* IE */
  -ms-transform: rotate(-180deg);

  /* Opera */
  -o-transform: rotate(-180deg);

  /* Internet Explorer */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

}

.logotipo-e{
  background-image: url('../images/logotipos-e.png');
  background-size: 100%;
}

.icon-sol{
    /* width: 60px; */
    height: 60px;
    font-size: 60px;
    line-height: 60px;
}

.icon-e-big{
  height: 130px;
  width: 130px;
}

.pr{
  position: relative !important;
}
.pa{
  position: absolute !important;
}

.top-0{
  top: 0px;
}

.right-0{
  right: 0px;
}

.left-0{
  left: 0px;
}

.bottom-0{
  bottom: 0px;
}


.h-40{
  height: 40px;
}
.active-sub{
  color: #3ec7c2 !important;
}

.opacity-xs{
  background: rgba(0, 0, 0, 0.2);
}


.opacity-sm{
  background: rgba(0, 0, 0, 0.4);
}


.opacity-md{
  background: rgba(0, 0, 0, 0.6);
}


.opacity-lg{
  background: rgba(0, 0, 0, 0.8);
}

.opacity-xlg{
  background: rgba(0, 0, 0, 0.9);
}


.text-xs {
  font-size: 1rem !important;
}

.text-sm {
  font-size: 1.3rem !important;
}

.text-md {
  font-size: 1.6rem !important;
}

.text-lg {
  font-size: 1.9rem !important;
}

.text-xl {
  font-size: 2.2rem !important;
}
.text-xlg {
  font-size: 2.5rem !important;
}
.text-max{
  font-size: 3rem !important;
}
.text-l{
  text-align: left !important;
}

.text-muted {
  color: #999 !important;
}

.text-mu{
  color: #575757 !important;
}

html.dark .text-muted {
  color: #505461 !important;
}
/*
.text-dark {
  color: #1d2127 !important;
}*/

.text-light {
  color: #FFF !important;
}

.text-weight-light {
  font-weight: 300 !important;
}

.text-weight-normal {
  font-weight: 400 !important;
}

.text-weight-semibold {
  font-weight: 600 !important;
}

.text-weight-bold {
  font-weight: 700 !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.rounded {
  border-radius: 5px !important;
}

.b-thin {
  border-width: 3px !important;
}

.b-normal {
  border-width: 5px !important;
}

.b-thick {
  border-width: 7px !important;
}

/* Spacements */
/* spacement top & bottom */
.m-none {
  margin: 0 !important;
}

.m-auto {
  margin: 0 auto !important;
}

.m-xs {
  margin: 5px !important;
}

.m-sm {
  margin: 10px !important;
}

.m-md {
  margin: 15px !important;
}

.m-lg {
  margin: 20px !important;
}

.m-xl {
  margin: 25px !important;
}

.m-xlg {
  margin: 30px !important;
}

/* spacement top  */
.mt-none {
  margin-top: 0 !important;
}

.mt-xs {
  margin-top: 5px !important;
}

.mt-sm {
  margin-top: 10px !important;
}

.mt-md {
  margin-top: 15px !important;
}

.mt-lg {
  margin-top: 20px !important;
}

.mt-xl {
  margin-top: 25px !important;
}

.mt-xlg {
  margin-top: 30px !important;
}
.mt-xxlg {
  margin-top: 45px !important;
}

/* spacement bottom */
.mb-none {
  margin-bottom: 0 !important;
}

.mb-xs {
  margin-bottom: 5px !important;
}

.mb-sm {
  margin-bottom: 10px !important;
}

.mb-md {
  margin-bottom: 15px !important;
}

.mb-lg {
  margin-bottom: 20px !important;
}

.mb-xl {
  margin-bottom: 25px !important;
}

.mb-xlg {
  margin-bottom: 30px !important;
}

.mb-xxlg {
  margin-bottom: 40px !important;
}

/* spacement left */
.ml-none {
  margin-left: 0 !important;
}

.ml-xs {
  margin-left: 5px !important;
}

.ml-sm {
  margin-left: 10px !important;
}

.ml-md {
  margin-left: 15px !important;
}

.ml-lg {
  margin-left: 20px !important;
}

.ml-xl {
  margin-left: 25px !important;
}
.text-bold{
font-weight: bold;
}
.ml-xlg {
  margin-left: 30px !important;
}

/* spacement right  */
.mr-none {
  margin-right: 0 !important;
}

.mr-xs {
  margin-right: 5px !important;
}

.mr-sm {
  margin-right: 10px !important;
}

.mr-md {
  margin-right: 15px !important;
}

.mr-lg {
  margin-right: 20px !important;
}

.mr-xl {
  margin-right: 25px !important;
}

.mr-xlg {
  margin-right: 30px !important;
}

/* Spacement Padding */
.p-none {
  padding: 0 !important;
}

.p-xs {
  padding: 5px !important;
}

.p-sm {
  padding: 10px !important;
}

.p-md {
  padding: 15px !important;
}

.p-lg {
  padding: 20px !important;
}

.p-xl {
  padding: 25px !important;
}

.p-xlg {
  padding: 30px !important;
}

/* spacement top  */
.pt-none {
  padding-top: 0 !important;
}

.pt-xs {
  padding-top: 5px !important;
}

.pt-sm {
  padding-top: 10px !important;
}

.pt-md {
  padding-top: 15px !important;
}

.pt-lg {
  padding-top: 20px !important;
}

.pt-xl {
  padding-top: 25px !important;
}

.pt-xlg {
  padding-top: 30px !important;
}

.pt-xxlg {
  padding-top: 45px !important;
}

/* spacement bottom */
.pb-none {
  padding-bottom: 0 !important;
}

.pb-xs {
  padding-bottom: 5px !important;
}

.pb-sm {
  padding-bottom: 10px !important;
}

.pb-md {
  padding-bottom: 15px !important;
}

.pb-lg {
  padding-bottom: 20px !important;
}

.pb-xl {
  padding-bottom: 25px !important;
}

.pb-xlg {
  padding-bottom: 30px !important;
}

/* spacement left */
.pl-none {
  padding-left: 0 !important;
}

.pl-xs {
  padding-left: 5px !important;
}

.pl-sm {
  padding-left: 10px !important;
}

.pl-md {
  padding-left: 15px !important;
}

.pl-lg {
  padding-left: 20px !important;
}

.pl-xl {
  padding-left: 25px !important;
}

.pl-xlg {
  padding-left: 30px !important;
}

.pl-xxlg {
  padding-left: 45px !important;
}

/* spacement right  */
.pr-none {
  padding-right: 0 !important;
}

.pr-xs {
  padding-right: 5px !important;
}

.pr-sm {
  padding-right: 10px !important;
}

.pr-md {
  padding-right: 15px !important;
}

.pr-lg {
  padding-right: 20px !important;
}

.pr-xl {
  padding-right: 25px !important;
}

.pr-xlg {
  padding-right: 30px !important;
}

.ib {
  display: inline-block;
  vertical-align: top;
}

.va-middle {
  vertical-align: middle;
}

.ws-nowrap {
  white-space: nowrap;
}

.ws-normal {
  white-space: normal;
}


*::-moz-selection{
   background: #3ec7c2;
   color: #ffffff;
}

*::selection {
   background: #3ec7c2;
   color: #ffffff;
}
