.shop-collection {
    margin-top: 0px;
}

.features_one_main_img img{
    border-radius: 0px 50px 0px 50px;
}

p.mytext{
    text-align: justify;
}


/*recent activities*/


.default-padding.bottom-less {
                                                            padding-top: 50px;
                                                            padding-bottom: 40px;
                                                        }

                                                        .default-padding {
                                                            padding-top: 120px;
                                                            padding-bottom: 120px;
                                                        }

                                                        .default-padding,
                                                        .default-padding-top,
                                                        .default-padding-bottom,
                                                        .default-padding-mx {
                                                            position: relative;
                                                            z-index: 1;
                                                        }

                                                        .bg-gray {
                                                            background-color: #f3f7fd;
                                                        }

                                                        .event-area .shape-bottom-left {
                                                            position: absolute;
                                                            left: 0;
                                                            bottom: 0;
                                                            z-index: -1;
                                                        }

                                                        .event-area .item {
                                                            background: #ffffff;
                                                            padding: 15px;
                                                            box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
                                                        }

                                                        .event-area .item .thumb {
                                                            position: relative;
                                                        }

                                                        .event-area .item .thumb .date {
                                                            position: absolute;
                                                            left: 30px;
                                                            bottom: -50px;
                                                            text-align: center;
                                                            background: #ffffff;
                                                            padding: 20px 30px;
                                                            text-transform: uppercase;
                                                            font-weight: 800;
                                                            line-height: 26px;
                                                            box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
                                                            border-radius: 5px;
                                                            z-index: 9;
                                                            color: #232323;
                                                            font-size: 18px;
                                                        }

                                                        .event-area .item .thumb .date strong {
                                                            display: block;
                                                            color: #3bcf93;
                                                        }

                                                        .hibiscus .event-area .item .thumb .date strong {
                                                            color: #bf3654;
                                                        }

                                                        .event-area .info {
                                                            padding: 30px;
                                                            padding-top: 80px;
                                                            position: relative;
                                                            background: #ffffff;
                                                        }

                                                        .event-area .info .time {
                                                            position: absolute;
                                                            right: 30px;
                                                            top: 30px;
                                                            text-transform: uppercase;
                                                            font-weight: 600;
                                                        }

                                                        .event-area .info .time i {
                                                            font-weight: 500;
                                                            margin-right: 3px;
                                                            color: #3bcf93;
                                                        }

                                                        .hibiscus .event-area .info .time i {
                                                            color: #bf3654;
                                                        }

                                                        .event-area .info a {
                                                            margin-top: 5px;
                                                        }

                                                        .event-area .event-items.event-carousel .owl-nav {
                                                            margin: 0;
                                                        }

                                                        .event-area .event-items.event-carousel .owl-nav .owl-prev,
                                                        .event-area .event-items.event-carousel .owl-nav .owl-next {
                                                            background: transparent none repeat scroll 0 0;
                                                            color: #232323;
                                                            font-size: 30px;
                                                            height: 40px;
                                                            left: -60px;
                                                            line-height: 40px;
                                                            margin: -20px 0 0;
                                                            padding: 0;
                                                            position: absolute;
                                                            top: 50%;
                                                            width: 40px;
                                                        }

                                                        .event-area .event-items.event-carousel .owl-nav .owl-next {
                                                            left: auto;
                                                            right: -60px;
                                                        }

                                                        .event-area .event-items.event-carousel.owl-carousel .owl-dot {
                                                            margin-bottom: -10px;
                                                            margin-top: 20px;
                                                        }

                                                        .event-area .event-items.event-carousel.owl-carousel .owl-dot span {
                                                            display: block;
                                                            height: 20px;
                                                            width: 20px;
                                                            margin: 0 5px;
                                                            -webkit-border-radius: 50%;
                                                            -moz-border-radius: 50%;
                                                            border-radius: 50%;
                                                            background: #ffffff;
                                                            position: relative;
                                                            z-index: 1;
                                                            border: 2px solid #e7e7e7;
                                                        }

                                                        .event-area .event-items.event-carousel.owl-carousel .owl-dot.active span::after {
                                                            position: absolute;
                                                            left: 50%;
                                                            top: 50%;
                                                            content: "";
                                                            height: 5px;
                                                            width: 5px;
                                                            transform: translate(-50%, -50%);
                                                            -webkit-transform: translate(-50%, -50%);
                                                            -moz-transform: translate(-50%, -50%);
                                                            -ms-transform: translate(-50%, -50%);
                                                            -o-transform: translate(-50%, -50%);
                                                            background: #3bcf93;
                                                            -webkit-border-radius: 50%;
                                                            -moz-border-radius: 50%;
                                                            border-radius: 50%;
                                                        }

                                                        .hibiscus .event-area .event-items.event-carousel.owl-carousel .owl-dot.active span::after {
                                                            background: #bf3654;
                                                        }

                                                        .event-area .event-grid-items .item {
                                                            margin-bottom: 30px;
                                                        }

                                                        .event-area .event-grid-items .item .row {
                                                            margin-left: 0;
                                                        }

                                                        .event-area .event-grid-items .item {
                                                            padding: 30px;
                                                        }

                                                        .event-area .event-grid-items .item .thumb {
                                                            background-size: cover;
                                                            background-position: center;
                                                        }

                                                        .event-area .event-grid-items .item .info {
                                                            padding: 30px;
                                                            padding-right: 15px;
                                                        }

                                                        .event-area .event-grid-items .item .info h4 {
                                                            margin-bottom: 25px;
                                                        }

                                                        .event-area .event-grid-items .item .thumb .date {
                                                            right: 30px;
                                                            left: auto;
                                                            top: 30px;
                                                            bottom: auto;
                                                        }

                                                        .event-area .event-grid-items .item .info ul {
                                                            margin-top: 25px;
                                                        }

                                                        .event-area .event-grid-items .item .info ul li {
                                                            margin-bottom: 15px;
                                                        }

                                                        .event-area .event-grid-items .item .info ul li:last-child {
                                                            margin-bottom: 0;
                                                        }

                                                        .event-area .event-grid-items .item .info ul li i {
                                                            margin-right: 10px;
                                                            color: #3bcf93;
                                                            font-weight: 500;
                                                            font-size: 20px;
                                                            position: relative;
                                                            top: 2px;
                                                        }

                                                        .hibiscus .event-area .event-grid-items .item .info ul li i {
                                                            color: #bf3654;
                                                        }