.menu-full ul li a {
    font-size: 20px !important;
    /*letter-spacing: 10px !important;*/
    margin-bottom: -20px !important;
    font-weight: lighter !important;

}

.menu-full ul li:last-of-type a {
    /*letter-spacing: 10px !important;*/
}

.menu-full ul{
   top: 20% !important; /* new rule to css for menu*/
}


.menu-full ul li {
    display: inline-block;
    margin-bottom: 5px !important;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
    transition-delay: 0s;
}

.menu-full .nav-height{
  /*line-height: 30px;*/
}

.nav-link[data-toggle].collapsed::after {
    content: "▾" !important;
}

.nav-link[data-toggle]:not(.collapsed)::after {
    content: "▴" !important;
}

.text-margins2{
  margin-top: 120px;
  /*margin-bottom: 120px;*/
}

.cld-services-wrap1 p::before {

    display: block;
    position: absolute;
    bottom: calc(100% + 15px);
    left: 46%;
    width: 30px;
    height: 3px;
    background-color: #fff;
    top: 90px;
}

.text-margins-3{
  margin-top: -276px;
  margin-bottom: 50px;
}

.text-margins-2{
  margin-bottom: 50px;
}

.text-format{
  font-weight: bolder;
  font-size: 30px !important;
}

#cld-services-benefit {
    background-image: url('../images/it-services-benefits.png') !important;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    width: 100%;
    height: 550px;
    padding-top: 140px;
    margin-top: -10%;
    margin-bottom: -200px;
}

#cld-services-content1{

    background-color: #2c2c2c !important;
    width: 100%;
    height: 100% !important;
    padding-top: 90px;
    padding-bottom: 100px;
}

#cld-services-content1 p {

    position: relative;
    color: #6f6f6f;
    text-align: left;
    margin-top: 34px;
    line-height: 19px;
    font-size: 14px;

}

.contact-text-size-1{
  font-size: 45px;
  font-weight: bold;
  margin-top: -143px;
}

.size-1 {
    font-size: 60px !important;
}

/* ------------------ COPYWRITING CSS  -------------------------------*/

.copywriting-image{
  /*background-image: url('../images/support.png') !important;*/
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  height: 100%;
  width: 100%;
  position: relative;
  margin-top: 0px !important;
  bottom: 12%;
  margin-left: 0px !important;
}


.text-margins-4{
  margin-top: 25px;
}

.heading-margin-1{
  margin-top: 50px;
  text-align: center !important;
  font-weight: bold;
}

#copy-writing-benefit{
    width: 100%;
    height: 650px;
    padding-top: 166px;
    margin-top: 1% !important;
    margin-bottom: -200px;

}

#it-services-content {
    padding-bottom: 50px !important;
}

.text-margins-5{
  margin-bottom: 50px;
}




/* ------------------ COPYWRITING CSS  -------------------------------*/



@media screen and (max-width:1024px){
    .text-margins2{
      margin-bottom: 12px;
    }
}


@media screen and (max-width:768px){
  .menu-full ul li a{
     margin-bottom: -18px !important;
  }

  .menu-full ul li a{
     letter-spacing:7px;
  }

  .menu-full ul li:last-of-type a{
      letter-spacing:7px;
  }

  #copy-writing-benefit{
      margin-bottom: -100px;
  }

  .hero .front h2 {
    width: auto !important;
    font-size: calc(-4px + 10vw) !important;
    right: unset !important;
    left: 10% !important;
    text-align: center;
  }
}


@media screen and (max-width:580px){
  .text-margins-3{
    margin-top: -158px;
    margin-bottom: 50px;
  }

  #cld-services-benefit{
    padding-top: 300px;
    margin-bottom: 100px;
    height: 850px;
  }

  #copy-writing-benefit{
      margin-bottom: -50px;
  }
}

@media screen and (max-width:434px){
    .menu-full ul li a {
      font-size: 18px !important;
    }

    .text-margins-5{
      margin-bottom: 350px !important;
    }

    .text-margins-3 {
    margin-top: 211px;
    margin-bottom: 50px;
}
}

@media screen and (max-width:380px){
  .text-margins-3{
    margin-top: 200px !important;
    margin-bottom: 50px;
  }
}

@media screen and (max-width:362px){
    .contact-text-size-1{
      font-size: 36px !important;
      font-weight: bold;
      margin-top: -130px;
  }

  #copy-writing-benefit{
      margin-bottom: 120px;
  }
}

@media screen and (max-width:340px){
  .text-margins-3{
    margin-top: 182px;
    margin-bottom: 50px;
  }

  #cld-services-benefit{
    padding-top: 150px;
    margin-bottom: 0px;
    height: 850px;
  }
}


