body {
    font-family: 'Dosis', sans-serif !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 1px;
    color: rgb(96, 96, 96);
    letter-spacing: 1px;
}

nav {
    font-weight: 500;
    font-size: 14px !important;
}

.imgcenter {
    position: relative;
    text-align: center;
    color: white;
}

.color_testi p {
    color: #dddddd
}

.centertext {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Dosis', sans-serif;
}

h4 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 2px;
}

h5 {
    font-size: 14px;
    color: rgb(64, 64, 64);
    font-weight: 500;
}

p {
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.6;
    text-transform: none;
    color: rgb(96, 96, 96);
}

a {
    color: gray;
}

    a:hover {
        text-decoration: none;
    }

.card {
    border: none;
    margin-bottom: 10px;
    box-shadow: 0px 1px 3px 0px rgba(30, 30, 30, .17);
    transition: box-shadow .3s ease-in-out;
}

    .card:hover {
        box-shadow: 0px 8px 15px 0px rgba(30, 30, 30, .25);
    }

/* testimonial */

/* .carousel {
    margin: 50px auto;
    padding: 0 70px;
} */

.carousel .item {
    color: #999;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    min-height: 290px;
}

    .carousel .item .img-box {
        width: 135px;
        height: 135px;
        margin: 0 auto;
        padding: 5px;
        border: 1px solid #ddd;
        border-radius: 50%;
    }

.carousel .img-box img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
}

.carousel .testimonial {
    padding: 30px 0 10px;
}

.carousel .overview {
    font-style: italic;
}

    .carousel .overview b {
        text-transform: uppercase;
    }

.carousel .carousel-control {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    top: 50%;
    background: none;
}

.carousel-control i {
    font-size: 68px;
    line-height: 42px;
    position: absolute;
    display: inline-block;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}

/* .carousel .carousel-indicators {
    bottom: -40px;
} */

.carousel-indicators li,
.carousel-indicators li.active {
    width: 10px;
    height: 10px;
    margin: 1px 3px;
    border-radius: 50%;
}

.carousel-indicators li {
    background: #999;
    border-color: transparent;
    box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2);
}

    .carousel-indicators li.active {
        background: #555;
        box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2);
    }


.bgimg2 {
    background-image: url(../img/testimonials.jpg)
}

.overalay {
    background-color: #000;
    opacity: 0.6;
}

.mb_content {
	display: none;
}

/* our team  */

@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,200,200italic,300,300italic,400italic,600,600italic,700,700italic,900,900italic);

body {
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 1.5;
    color: #323232;
    font-size: 15px;
    font-weight: 400;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}

.heading-title {
    margin-bottom: 100px;
}

.text-center {
    text-align: center;
}

.heading-title h3 {
    margin-bottom: 0;
    letter-spacing: 2px;
    font-weight: normal;
}

.half-txt {
    width: 60%;
    margin: 0 auto;
    display: inline-block;
    line-height: 25px;
    color: #7e7e7e;
}

.text-uppercase {
    text-transform: uppercase;
}
.two_line_show {
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.team-member,
.team-member .team-img {
    position: relative;
}

.team-member {
    overflow: hidden;
}

    .team-member,
    .team-member .team-img {
        position: relative;
    }

.team-hover {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    border: 20px solid rgba(0, 0, 0, 0.1);
    background-color: rgba(255, 255, 255, 0.90);
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.team-member:hover .team-hover .desk {
    top: 35%;
}

.team-member:hover .team-hover,
.team-member:hover .team-hover .desk,
.team-member:hover .team-hover .s-link {
    opacity: 1;
}

.team-hover .desk {
    position: absolute;
    top: 0%;
    width: 100%;
    opacity: 0;
    -webkit-transform: translateY(-55%);
    -ms-transform: translateY(-55%);
    transform: translateY(-55%);
    -webkit-transition: all 0.3s 0.2s;
    transition: all 0.3s 0.2s;
    padding: 0 20px;
}

.desk,
.desk h4,
.team-hover .s-link a {
    text-align: center;
    color: #222;
}

.team-member:hover .team-hover .s-link {
    bottom: 10%;
}

.team-member:hover .team-hover,
.team-member:hover .team-hover .desk,
.team-member:hover .team-hover .s-link {
    opacity: 1;
}

.team-hover .s-link {
    position: absolute;
    bottom: 0;
    width: 100%;
    opacity: 0;
    text-align: center;
    -webkit-transform: translateY(45%);
    -ms-transform: translateY(45%);
    transform: translateY(45%);
    -webkit-transition: all 0.3s 0.2s;
    transition: all 0.3s 0.2s;
    font-size: 35px;
}

    .desk,
    .desk h4,
    .team-hover .s-link a {
        text-align: center;
        color: #222;
    }

.team-member .s-link a {
    margin: 0 10px;
    color: #333;
    font-size: 16px;
}

.team-title {
    position: static;
    padding: 20px 0;
    display: inline-block;
    letter-spacing: 2px;
    width: 100%;
}

    .team-title h5 {
        margin-bottom: 0px;
        display: block;
        text-transform: uppercase;
    }

    .team-title span {
        font-size: 12px;
        text-transform: uppercase;
        color: #a5a5a5;
        letter-spacing: 1px;
    }

/* complany logo */

.vlt-partner-logo:hover {
    background-color: #fff;
    box-shadow: 0px 1px 3px 0px rgba(30, 30, 30, .17);
}

/* contact page form input */

.iconbg {
    background-color: grey;
    padding: 15px;
    border-radius: 10px;
}

footer ul {
    list-style: none;
}

    footer ul li {
        display: inline;
    }

.navbarscroll {
    background-color: #fff;
    box-shadow: 0px 0px 15px 0px rgba(30, 30, 30, .17);
    padding: 10px !important;
}

/* logo hover effects black & white to color */

figure {
    margin: 0;
    padding: 0;
    background: #fff;
    overflow: hidden;
}

    figure:hover + span {
        bottom: -36px;
        opacity: 1;
    }

figcaption p {
    color: white;
}

/* Gray Scale */

.hover08 figure img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.hover08 figure:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.bgimg {
    background-repeat: no-repeat;
    background-image: url(../img/hero_01.jpg);
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: inherit;
    z-index: 20;
}

.vlt-btn {
    font-family: Dosis, Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1;
    text-transform: none;
    color: #fff;
    background-color: #505050;
}

/* Create three equal columns that floats next to each other */

.column {
    display: none;
    /* Hide all elements by default */
}

/* The "show" class is added to the filtered elements */

.show {
    display: block;
}

/* effect on img */

@import url(https://fonts.googleapis.com/css?family=Raleway:400,200,300,800);

figure.snip0016 {
    font-family: 'Raleway', Arial, sans-serif;
    color: #fff;
    position: relative;
    overflow: hidden;
    margin: 10px;
    /* min-width: 220px;
    max-width: 310px;
    max-height: 220px; 
    width: 100%;*/
    background: #000000;
    text-align: left;
}

    figure.snip0016 * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    figure.snip0016 img {
        max-width: 100%;
        opacity: 1;
        width: 100%;
        -webkit-transition: opacity 0.35s;
        transition: opacity 0.35s;
    }

    figure.snip0016 figcaption {
        position: absolute;
        bottom: 0;
        left: 0;
        /*padding: 30px 3em;*/
        padding: 30px 10px 30px 3em;
        width: 100%;
        height: 100%;
    }

        figure.snip0016 figcaption::before {
            position: absolute;
            top: 30px;
            right: 30px;
            bottom: 30px;
            left: 100%;
            border-left: 4px solid rgba(255, 255, 255, 0.8);
            content: '';
            opacity: 0;
            background-color: rgba(255, 255, 255, 0.5);
            -webkit-transition: all 0.5s;
            transition: all 0.5s;
            -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
        }

    figure.snip0016 h2, figure.snip0016 h4,
    figure.snip0016 p {
        margin: 0 0 5px;
        opacity: 0;
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s, -o-transform 0.35s, transform 0.35s;
    }

    figure.snip0016 h2, figure.snip0016 h4 {
        word-spacing: 0;
        font-weight: 300;
        text-transform: uppercase;
        -webkit-transform: translate3d(30%, 0%, 0);
        transform: translate3d(30%, 0%, 0);
        -webkit-transition-delay: 0.3s;
        transition-delay: 0.3s;
    }

        figure.snip0016 h2 span {
            font-weight: 800;
        }

    figure.snip0016 p {
        font-weight: 200;
        -webkit-transform: translate3d(0%, 30%, 0);
        transform: translate3d(0%, 30%, 0);
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }

    figure.snip0016 a {
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        position: absolute;
        color: #ffffff;
    }

    figure.snip0016:hover img {
        opacity: 0.2;
    }

    figure.snip0016:hover figcaption h2, figure.snip0016:hover figcaption h4 {
        opacity: 1;
        -webkit-transform: translate3d(0%, 0%, 0);
        transform: translate3d(0%, 0%, 0);
        -webkit-transition-delay: 0.4s;
        transition-delay: 0.4s;
    }

    figure.snip0016:hover figcaption p {
        opacity: 0.9;
        -webkit-transform: translate3d(0%, 0%, 0);
        transform: translate3d(0%, 0%, 0);
        -webkit-transition-delay: 0.6s;
        transition-delay: 0.6s;
    }

    figure.snip0016:hover figcaption::before {
        background: rgba(255, 255, 255, 0);
        left: 30px;
        opacity: 1;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }

.vlt-back-to-top {
    display: -ms-flexbox;
    display: none;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    height: 36px;
    width: 36px;
    right: 40px;
    bottom: 60px;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    text-decoration: none;
    z-index: 60;
    background-color: #404040;
    border-radius: 5px;
    transition: all .3s ease-in-out;
}

/* .vlt-back-to-top.hidden {
    opacity: 0;
    visibility: hidden;
}

.vlt-back-to-top.hidden {
    opacity: 0;
    visibility: hidden;
}

.vlt-header {
    background-color: transparent;
    transform: translateY(-100%);
}

.vlt-header {
    transition: all .2s linear;
}

.vlt-header {
    transform: translateY(0%);
} */

.m-auto {
    margin: auto;
}

/*******************************
* ACCORDION WITH TOGGLE ICONS
* Does not work properly if "in" is added after "collapse".
*******************************/

.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #EEEEEE;
}

.panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
    background-color: #dcdcdc;
    border-color: #EEEEEE;
}

.panel-title {
    font-size: 14px;
}

    .panel-title > a {
        display: block;
        padding: 15px;
        text-decoration: none;
    }

.more-less {
    float: right;
    color: #212121;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #EEEEEE;
}

.card1 {
    border: none;
    margin-bottom: 10px;
    box-shadow: 0px 1px 3px 0px rgba(30, 30, 30, .17);
    transition: box-shadow .3s ease-in-out;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: .25rem;
}

/* Blogs */

/*PEN STYLES*/

.blog-card {
    display: flex;
    flex-direction: column;
    margin: 1rem auto;
    box-shadow: 0 3px 7px -1px rgba(0, 0, 0, 0.1);
    margin-bottom: 1.6%;
    background: #fff;
    line-height: 1.4;
    font-family: sans-serif;
    border-radius: 5px;
    overflow: hidden;
    z-index: 0;
}

    .blog-card a {
        color: inherit;
    }

        .blog-card a:hover {
            color: #a85089;
        }

    .blog-card:hover .photo {
        -webkit-transform: scale(1.3) rotate(3deg);
        transform: scale(1.3) rotate(3deg);
    }

    .blog-card .meta {
        position: relative;
        z-index: 0;
        height: 200px;
    }

    .blog-card .photo {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-size: cover;
        background-position: center;
        transition: -webkit-transform .2s;
        transition: transform .2s;
        transition: transform .2s, -webkit-transform .2s;
    }

    .blog-card .details,
    .blog-card .details ul {
        margin: auto;
        padding: 0;
        list-style: none;
    }

    .blog-card .details {
        position: absolute;
        top: 0;
        bottom: 0;
        left: -100%;
        margin: auto;
        transition: left .2s;
        background: rgba(0, 0, 0, 0.6);
        color: #fff;
        padding: 10px;
        width: 100%;
        font-size: .9rem;
    }

        .blog-card .details a {
            -webkit-text-decoration: dotted underline;
            text-decoration: dotted underline;
        }

        .blog-card .details ul li {
            display: inline-block;
        }

        .blog-card .details .author:before {
            font-family: FontAwesome;
            margin-right: 10px;
            content: "\f007";
        }

        .blog-card .details .date:before {
            font-family: FontAwesome;
            margin-right: 10px;
            content: "\f133";
        }

        .blog-card .details .tags ul:before {
            font-family: FontAwesome;
            content: "\f02b";
            margin-right: 10px;
        }

        .blog-card .details .tags li {
            margin-right: 2px;
        }

            .blog-card .details .tags li:first-child {
                margin-left: -4px;
            }

    .blog-card .description {
        padding: 1rem;
        background: #fff;
        position: relative;
        z-index: 1;
    }

        .blog-card .description h1,
        .blog-card .description h2 {
            font-family: Poppins, sans-serif;
        }

        .blog-card .description h1 {
            line-height: 1.2;
            margin: 0;
            font-size: 1.5rem;
        }

        .blog-card .description h2 {
            font-size: 0.9rem;
            font-weight: 300;
            text-transform: uppercase;
            color: #a2a2a2;
            margin-top: 5px;
        }

        .blog-card .description .read-more {
            text-align: right;
        }

            .blog-card .description .read-more a {
                color: #a85089;
                display: inline-block;
                position: relative;
            }

                .blog-card .description .read-more a:after {
                    content: "\f061";
                    font-family: FontAwesome;
                    margin-left: -10px;
                    opacity: 0;
                    vertical-align: middle;
                    transition: margin .3s, opacity .3s;
                }

                .blog-card .description .read-more a:hover:after {
                    margin-left: 5px;
                    opacity: 1;
                }

    .blog-card p {
        position: relative;
        margin: 1rem 0 0;
    }

        .blog-card p:first-of-type {
            margin-top: 1.25rem;
        }

            .blog-card p:first-of-type:before {
                content: "";
                position: absolute;
                height: 5px;
                background: #a85089;
                width: 35px;
                top: -0.75rem;
                border-radius: 3px;
            }

.limit {
}

.blog-card:hover .details {
    left: 0%;
}

@media (min-width: 640px) {

    .blog-card {
        flex-direction: row;
        max-width: 800px;
    }

        .blog-card .meta {
            flex-basis: 40%;
            height: auto;
        }

        .blog-card .description {
            flex-basis: 60%;
        }

            .blog-card .description:before {
                -webkit-transform: skewX(-3deg);
                transform: skewX(-3deg);
                content: "";
                background: #fff;
                width: 30px;
                position: absolute;
                left: -10px;
                top: 0;
                bottom: 0;
                z-index: -1;
            }

        .blog-card.alt {
            flex-direction: row-reverse;
        }

            .blog-card.alt .description:before {
                left: inherit;
                right: -10px;
                -webkit-transform: skew(3deg);
                transform: skew(3deg);
            }

            .blog-card.alt .details {
                padding-left: 25px;
            }
}

a:hover {
    color: #a85089;
}

/* Slider */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

    .slick-track:before,
    .slick-track:after {
        display: table;
        content: '';
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
}

.slick-arrow.slick-hidden {
    display: none;
}

.stylebtn {
    background-color: #505050;
    color: white;
    font-size: 12px;
    text-align: center;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

@media (max-width: 767.98px) {
    .logo {
        width: 50%;
    }
	
	.mb_content {
		display: block;
	}
	    .mb_content:first-of-type {
		margin-left: 50px;
	    }
}

.navbar-light .navbar-toggler {
    border-color: rgba(0, 0, 0, 0);
}

.navbar-toggler {
    font-size: 1.0em;
}

.anyClass {
    height: 300px;
    overflow-y: scroll;
}

/* width */

::-webkit-scrollbar {
    width: 2px;
}

/* Track */

::-webkit-scrollbar-track {
    background: #fff;
}

/* Handle */

::-webkit-scrollbar-thumb {
    background: #888;
}

    /* Handle on hover */

    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

/*Testimonial Css*/
.testimonial {
    /*background-color: #f3f3f3;*/
    border-radius: 5px;
    padding: 30px;
    margin: 0 15px;
}

    .testimonial .pic {
        width: 90px;
        height: 90px;
        margin: 0 30px 15px 0;
        float: left;
    }

        .testimonial .pic img {
            width: 100%;
            height: auto;
            border-radius: 50%;
        }

    .testimonial .testimonial-title {
        color: #000000;
        font-size: 16px;
        margin-top: 5px;
        font-weight: 800;
        text-transform: capitalize;
    }

        .testimonial .testimonial-title small {
            display: block;
            color: #dc005a;
            font-size: 14px;
            font-weight: 800;
            margin-top: 10px;
        }

    .testimonial .testimonial-review p {
        color: #888888;
        font-size: 15px;
        font-style: italic;
        line-height: 19px;
        margin-bottom: 0;
    }

.owl-theme .owl-controls {
    margin-top: 20px;
}

    .owl-theme .owl-controls .owl-page span {
        width: 10px;
        height: 10px;
        background: #fff;
        opacity: 1;
    }

    .owl-theme .owl-controls .owl-page.active span,
    .owl-theme .owl-controls.clickable .owl-page:hover span {
        background: #fff;
        border: 1px solid #cdcdcd;
    }

@media screen and (max-width: 990px) {
    .testimonial-parallax h2 {
        margin-bottom: 40px;
    }

    .testimonial {
        margin: 0;
    }
}

.border_redius {
    border-radius: 50%
}

@media screen and (max-width:500px) {
    .navbar-brand {
        padding-top: 0;
    }
    .nav-link, .navbar {
        padding: .3rem 1rem;
    }

    .btn {
        width: 100%;
    }
}
.font-12 {
    font-size: 12px;
    line-height: 18px;
}

.font-14 {
    font-size: 14px;
    line-height: 20px;
}

.font-16 {
    font-size: 16px;
    line-height: 22px;
}

.font-18 {
    font-size: 18px;
    line-height: 24px;
}

.font-20 {
    font-size: 20px;
    line-height: 26px;
}

.font-22 {
    font-size: 22px;
    line-height: 28px;
}

.font-24 {
    font-size: 24px;
    line-height: 30px;
}

.font-26 {
    font-size: 26px;
    line-height: 32px;
}

.font-28 {
    font-size: 28px;
    line-height: 34px;
}

.font-30 {
    font-size: 30px;
    line-height: 36px;
}

.font-32 {
    font-size: 32px;
    line-height: 38px;
}

.font-34 {
    font-size: 34px;
    line-height: 40px;
}

.font-36 {
    font-size: 36px;
    line-height: 42px;
}

.font-38 {
    font-size: 38px;
    line-height: 44px;
}

.font-40 {
    font-size: 40px;
    line-height: 46px;
}

.font-50 {
    font-size: 50px;
    line-height: 50px;
}

.font-60 {
    font-size: 60px;
    line-height: 66px;
}

.font-70 {
    font-size: 70px;
    line-height: 76px;
}

.font-80 {
    font-size: 80px;
    line-height: 86px;
}

/*-------------------------------------
6. text bold
------------------------------------ */
.font-weight-300 {
    font-weight: 300;
}

.font-weight-400 {
    font-weight: 400;
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-600 {
    font-weight: 600;
}

.font-weight-700 {
    font-weight: 700;
}

.font-weight-800 {
    font-weight: 800;
}

.font-weight-900 {
    font-weight: 900;
}
.pt-20{
    padding-top:20px;
}
.package-head {
    padding: 30px 30px 40px;
    position: relative;
    background: gray;
    color: #fff;
    border-radius: 10px 50px 0 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

    .package-head:after {
        content: '';
        position: absolute;
        bottom: -30px;
        left: 0;
        width: 100%;
        height: 60px;
        /*background: #fff;*/
        border-radius: 40% 40% 0 0;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
    }

.heavy-package .package-head:after, .single-package:hover .package-head:after {
    height: 0;
}

.single-package {
    border-radius: 10px 50px 10px 10px;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

    .single-package:hover {
        -webkit-box-shadow: 0 0 30px #ccc;
        box-shadow: 0 0 30px #ccc;
    }

        .order-btn:before, .heavy-package .package-head, .single-package:hover .package-head {
            background: #f78536 !important
        }

.order-btn:hover {
    color: #fff;
}

.order-btn {
    width: 100%;
    padding: 15px 0px;
    background: grey;
    color: #fff;
    text-align: center;
    display: inline-block;
    font-size: 22px;
    font-weight: 500;
    border-radius: 0 0 10px 10px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    position: relative;
    z-index: 2;
}

.pricing {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
}

.pricing-content {
    padding: 25px 20px;
}

    .pricing-content ul li {
        margin-bottom: 8px;
    }

    .pricing-content ul li {
        font-size: 18px;
        line-height: 25px;
    }

.single-package:hover .order-btn:before {
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
    left: 0;
    right: 0;
    opacity: 1;
    z-index: -1;
}
.imgcenter img{
    width:100%;
}
.lending_service {
    border: 1px solid #dee2e6;
    padding:30px;
}
.order-btn:before {
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
    position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    opacity: 0;
    content: '';
    border-radius: 0 0 10px 10px;
}
.pb-30{
    padding-bottom:30px;
}

.img_center {
    margin: auto;
    display: block;
    padding-bottom:15px;
}
.bg-custom {
    background-color: #808080;
    color: #ffffff;
}
.btn-bg {
    background-color: #9f3577;
    color: #fff;
}

.package-border {
    border-radius: 10px 50px 0 0;
}