.brochure{
    justify-content: center;
    background-image: url(../images/backgroundimg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
}
.black{
    color: #282c2d !important;
}
.navbar-area .navbar .navbar-toggler .toggler-icon {
    width: 30px;
    height: 2px;
    background-color: #282c2d;
    margin: 5px 0;
    display: block;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.aboutuscards{
    background-color:  #f4f6f7;
    border-radius: 7px;
}
.aboutus1{
    background-color: #e62478 !important;
    border: none;
}
.aboutus2{
    background-color: #5ac3e4 !important;
}
.aboutus3{
    background-color: black !important;
}
.aboutus4{
    background-color: #f5e128 !important;
}
.featurecards{
    
    border-radius: 7px;
}
.brochureimg{
    border-radius: 7px;
}
.hometxt{
    font-size: 22px !important;
}
.white{
    color: white !important;
}

@media (max-width: 767px) {
.slider-content  {
    padding-top: 43px !important;
    padding-bottom: 68px !important;
} 
.features-area {
    padding-top: 32px !important;
    padding-bottom: 48px !important;
}
.about-area {
    padding-top: 0px !important;
    padding-bottom: 48px !important;
}
.testimonial-area {
    padding-top: 32px !important;
    padding-bottom: 48px !important;
}
.contact-area{
    padding-top: 32px !important;
    padding-bottom: 48px !important;
}
.footer-area {
    padding-top: 0px !important;
    padding-bottom: 32px !important;
}
}
.light-rounded-buttons .light-rounded-two:hover {
    color: #fff !important;
}
.form-input .input-items.default input:focus, .form-input .input-items.default textarea:focus {
    border-color: #e62478 !important;
}