.start_home.demo1:before, .start_home.demo2:before {
  /*background: #000032;*/
background: linear-gradient(to right, #000032e0 0%, #000032d4 51%, #000032 100%)
}
.banner_top:before {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    content: url(../imgs/pattern-right.png);
}
.banner_top:after {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    content: url(../imgs/pattern-left.png);
}
.hint {
  color: #f8af39;
}
.start-home-content h4 {
  color: #fff;
}
.header-area.sticky .navbar {
  /*background-image: linear-gradient(to right, rgb(37 35 61) 0%, rgb(48 46 71) 51%, rgb(37 35 61) 100%);*/
    background: #000032;
  background-size: 200% auto;
}
.app-button a {
  border: 2px solid #47a553;
  font-size: 16px;
}
.start_home.demo2 .banner-btns .btn {
    padding: 12px 25px;
    min-width: 150px;
    font-size: 16px;
    margin-top: 30px;
}
.whatsapp-btn {
  border-radius: 10px;
  /*background-image: linear-gradient(to right, #1fde82 0%, #1fde82 51%, #1fde82 100%);*/
    background: #1fde82;
    color: #fff;
}
.btn-video {
  color: #f8af39 !important;
}
.btn-video i {
  color: #f8af39 !important;
}
footer {
  /*background: linear-gradient(to left, rgb(37 35 61) 0%, rgb(37 35 61) 51%, rgb(37 35 61) 100%);*/
    background: #000032;
}
#back-to-top .top {
  background: linear-gradient(to right, #f8af39 0%, #f8af39 51%, #f8af39 100%);
}
.about-us {
  box-shadow: 0 2px 16.92px 1.08px rgb(0 0 0 / 10%);
  padding: 30px;
  border-radius: 10px;
}
.my-link {
  color: #f8af39;
}
.my-link:hover {
  color: inherit;
}
.about-us h2 {
  color: #2d2b44;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #1fde82 !important;
}
.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  flex-direction: row;
  align-content: stretch;
  justify-content: center;
}
.card-overlay {
  border-radius: 10px;
  border: none;
}
.single-content {
  margin: 15px auto;
  /* height: 280px; */
  overflow: hidden;
  position: relative;
}
.card-overlay .card-img-overlay {
    height: auto;
    top: initial;
    left: initial;
    right: initial;
    bottom: 0;
    width: 100%;
    visibility: visible;
    transition: all .3s;
    transform: translateY(100%);
}
.card-overlay .card-img-overlay .card-title {
    text-align: right;
    color: #fff;
    font-size: 20px;
    margin-bottom: 35px;
    margin-bottom: 20px;
    padding-right: 17px;
}
.contact-box {
    width: 100%;
    display: inline-block;
}
.card-overlay:hover .card-img-overlay {
    top: initial;
    transform: translateY(0);
}
.card-overlay:hover .card-img-overlay {
    bottom: 0;
    visibility: visible;
}
.card-overlay .card-img-overlay {
    background-image: -moz-linear-gradient(50deg,rgba(5,60,77,.82) 0,rgba(6,162,209,.82) 100%);
    background-image: -webkit-linear-gradient(50deg,rgba(5,60,77,.82) 0,rgba(6,162,209,.82) 100%);
    background-image: -ms-linear-gradient(50deg,rgba(5,60,77,.82) 0,rgba(6,162,209,.82) 100%);
}
.contact-box li.mobile {
    width: 50%;
    float: right;
    background: #ffcf50;
    line-height: 40px;
    line-height: 40px;
    text-align: center;
    color: #0473C0;
    font-size: 16px;
    padding: 7px;
    /* margin-top: 10px; */
    border-right: 1px solid #ffcf50;
}
.contact-box li.whatsapp {
    background: #e2e6ea;
    width: 50%;
    float: left;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    padding: 7px;
    /* margin-top: 10px; */
    border-right: 1px solid #e2e6ea;
}
.our-work {
    box-shadow: 0 2px 16.92px 1.08px rgb(0 0 0 / 10%);
    border-radius: 10px;
    border: 0px;
    height: 210px;
    background-size: cover;
}
.our-work img {
  border-radius: 10px;
}
.our-work .mask {
    border-radius: 10px;
    background: #2c2a44;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    height: 100%;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.our-work:hover .mask {
    opacity: 0.9;
}
.details-work {
    color: #FFF;
    position: absolute;
    /* height: 100%; */
    width: 100%;
    z-index: 1;
}
.title-work {
  color: #FFF;
  font-size: 17px;
  margin: 0 0 10px;
  padding: 0 20px;
  opacity: 0;
  transform: translateY(30px);
  transition: all cubic-bezier(0.075, 0.82, 0.165, 1) 1s;
  position: absolute;
  top: 60px;
}
.our-work:hover .title-work  {
  opacity: 1;
  transform: translateY(0);
}
.our-work:hover .work-btn  {
  opacity: 1;
  transform: translateY(0);
}
.our-work:hover .work-btn-line  {
  opacity: 1;
  transform: translateY(0);
}
.more-button {
  color: #FFF;
    font-size: 20px;
    display: block;
    background: #FFD15C;
    border-radius: 100%;
    height: 40px;
    line-height: 42px;
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 40px;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.work-btn {
  color: #FFF;
  margin: 0 0 10px;
  opacity: 0;
  transform: translateY(30px);
  transition: all cubic-bezier(0.075, 0.82, 0.165, 1) 1s;
  position: absolute;
  top: 90px;
  right: 18px;
  border-radius: 10px;
}
.work-btn-line {
  /*background-image: linear-gradient(to right, #f8af39 0%, #f8af39 51%, #f8af39 100%);*/
    background: #f6a93b;
  color: #FFF;
  margin: 0 0 10px;
  opacity: 0;
  transform: translateY(30px);
  transition: all cubic-bezier(0.075, 0.82, 0.165, 1) 1s;
  position: absolute;
  top: 90px;
  right: 186px;
  border-radius: 10px;
}
.all-work {
  color: #ffffff;
  background: #1fde82;
  border-radius: 5px;
  margin-left: 5px;
  transition: all 0.2s ease-in-out;
  margin-bottom: 5px;
}
.page-header:before {
  background: #25233deb;
}
.app-info-whatsapp {
  padding: 12px 25px;
    min-width: 150px;
    font-size: 16px;
    margin-top: 30px;
}
.w-btn {
    border-radius: 9px;
    background-color: #1fde82;
}
.v-btn {
    border-radius: 9px;
}
.fa-play {
    color: #f6a93b;
}
.section-block {
    padding: 35px 0px;
}
.fa-window-minimize {
    color: #1fde82;
}
.features-style3 .feature-icon i:before {
    background: #1fde82;
    background: -moz-linear-gradient(to right, #2c2b44 2%, #2c2b44 82%);
    background: -webkit-linear-gradient(to right, #2c2b44 2%, #2c2b44 82%);
    background: linear-gradient(to right, #1fde82 2%, #1fde82 82%);
    background: linear-gradient(to right, #1fde82 2%, #1fde82 82%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c2b44', endColorstr='#2c2b44',GradientType=1 );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 60px;
    margin-right: 0;
    display: block;
}
.strategy-block {
    position: relative;
    padding-bottom: 100px;
}
.strategy-block .fields {
    display: flex;
    justify-content: space-around;
    position: relative;
    margin: 30px auto;
}
.strategy-block .fields .s-field a {
    border-radius: 50%;
    background-color: #e6f5f2;
    width: 140px;
    height: 140px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    color: #3a3a3a;
}
.strategy-block .fields .s-field a span {
    line-height: 20px;
    height: 20px;
    position: absolute;
    bottom: -35px;
}
.strategy-block .fields:after {
    background-color: #e6f5f2;
    width: 100%;
    height: 3px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}
.services-block:after, .strategy-block .fields:after, .strategy-block:after {
    content: "";
}
footer, section {
    /*padding: 60px 0;*/
    align-items: center;
}
.s-field .fas {
    font-size: 46px;
    color: #1fde82;
}
.strategy-block .fields .s-field a {
    background-color: #ffffff;
    box-shadow: 2px 0px 10px 6px #e5e5e5ba;
}
.strategy-block .fields:after {
    background-color: #1fde82;
}
.strategy-block {
    padding: 35px 0px;
}
.post-tags .btn:hover {
    background: #1fde82;
}
.post-tags .btn {
    background: #000032;
}
.service-btn {
    border-radius: 9px;
    background: #000032;
    border-color: #000032;
}
.service-btn:hover {
    color: #fff;
    background-color: #000032a1;
    border-color: #00003200;
}

/*----------------test update --------------*/
.start_home.demo2 {
    background: url(../images/header-img.jpeg);
    height: 750px;
}
.home-services-item {
    margin-top: 0px;
    margin-bottom: 30px;
    display: block;
    background-image: linear-gradient(127deg, #fff 0%, #fff 91%);
    box-shadow: 0 2px 48px 0 rgb(0 0 0 / 6%);
    font-weight: 400;
    font-size: 14px;
    color: #6F8BA4;
    line-height: 26px;
    letter-spacing: 0.88px;
    padding: 30px;
    border-radius: 40px;
    /* border-bottom-right-radius: 4px; */
    margin-top: 30px;
    position: relative;
    /*transition: width 2s, height 2s, background-color 2s, transform 2s;*/
    height: 45vh;
}
/*.home-services-item:hover {*/
/*    height: 50vh;*/
/*}*/
.home-services-item i {
    font-size: 26px;
    margin-bottom: 23px;
    background-image: linear-gradient(127deg, #0db292 0%, #72c8b7 91%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    z-index: 2;
}
.our-customer {
    padding: 30px;
    border: 1px solid #c7cace;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.our-customer img {
    width: auto!important;
    max-height: 70px;
    max-width: 100%;
    margin: auto;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
.our-customer img:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}