.call-to-action.style-3 {
    padding: 90px 0;
    display: block;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    animation: color-animate 7s infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
}
.call-to-action {
    position: relative;
    padding: 135px 0;
}
.bg-color {
    background-color: #e41489;
}




.heading {
  position: relative;
  margin-bottom: 30px;
}

         .bottom-line:after {
  content: "";
  display: block;
  width: 56px;
  border-bottom: 2px solid #e40c89;
  margin: 12px auto 24px;
  z-index: 1;
  position: relative;
}

.bottom-line:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 1px;
  width: 100%;
  border-bottom: 1px solid #e8ebee;
}

/*top bar*/

.ptb-50 {
    padding: 21px 0;
}

.pb-65 {
    padding-bottom: 4px;
}
.menu-style-2.handicraft-menu nav > ul > li > a {
    padding: 31px 0 32px;
}

/*about*/
   
/*bread*/

 .mybreadcrumb{
    position: relative;
    width: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    display: block;
    background-attachment: fixed;
    
    background-position: center top;
                }
