.menu__toggler{
    background: #2c8081;
}

.two, .one, .tre{
    background: #18a7da;
}

.logo{
    width: 150px;
}

.main-head {
    background: none;
}

.heading-text-front{
    top: 70%;
}
.heading-text-back{
    top: 70%;
}

body {
   /*background: url("../img/bg.jpg") center no-repeat;*/
   background: #ededed;
    background-size: cover;
}
.abt-text{
    background: none;
}
.service-item{
    background: none;
}
.menus{
    background:#000;
}.service-item{
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.service-item:hover{
    transform: scale(1.2);
}
.blog-text{
    text-align: center;
}

.call-to-action{
    background:#000;
}
.no-padding-bottom{
        padding-bottom: 0px;
}

svg {
    fill: currentColor;
    color: #575758;
    width: 100%;
  }

  .cta-section-p{
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 23px;
    line-height: 31px;
    letter-spacing: 1.5px;
  }

  .text-block {
    position: absolute;
    width: 100%;
    height: 400px;
    border-radius: 10px;
    background: #000;
    color: #fff;
    padding: 5%;
  
  }
  .text-block p{
    color: #fff;
  }
  .height-100vh{
    height: 100vh;
  }
  html {
    height: 100vh;
  }
  
.main-title::before{
    display: none;
}